mintupdate crash

Archived topics about LMDE 1 and LMDE 2
Locked
luandrea

mintupdate crash

Post by luandrea »

Hi all,
after a month from the installation of mint (debian based), I cannot update it from mintupdate.

It start correctly ad shows me the blue icon when it finds updates, but if I start it crashes with this log:

Code: Select all

luca ~ $ mintupdate
luca ~ $ glibtop: Non-standard uts for running kernel:
release 3.11-2-amd64=3.11.0 gives version code 199424

sh: 1: cat: not found
/usr/bin/env: python: File o directory non esistente
I tried also to start it with sudo -E mintupdate and it show me the list of the packets to update, but if I click the Update button it crashes again.

Some more info (as suggested here: http://forums.linuxmint.com/viewtopic.p ... on#p950488):

Code: Select all

luca ~ $ inxi -Sx
System:    Host: andreatta Kernel: 3.11-2-amd64 x86_64 (64 bit, gcc: 4.8.1) 
           Desktop: Cinnamon 2.0.14  Distro: LinuxMint 1 debian

Code: Select all

luca ~ $ inxi -r
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://http.debian.net/debian wheezy-backports main
           Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
           deb http://dl.google.com/linux/chrome/deb/ stable main
           Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
           deb http://packages.linuxmint.com debian main upstream import
           deb http://debian.linuxmint.com/latest/ testing main contrib non-free
           deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
           deb http://debian.linuxmint.com/latest/multimedia testing main non-free
           deb http://extra.linuxmint.com debian main
sudo apt-get update work correctly.

Code: Select all

luca ~ $ file /usr/bin/mintupdate
/usr/bin/mintupdate: Python script, ASCII text executable

Code: Select all

luca ~ $ cat /usr/bin/mintupdate
#!/usr/bin/python

import os
import commands

launcher = commands.getoutput("/usr/lib/linuxmint/common/mint-which-launcher.py")

command = "%s /usr/lib/linuxmint/mintUpdate/mintUpdate.py show 0 &" % launcher
os.system(command)

Code: Select all

luca ~ $ python --version
Python 2.7.5+
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kurotsugi

Re: mintupdate crash

Post by kurotsugi »

that issue won't get fixed until next year so the only solution would be use alternatives such as packagekit, synaptic, or use terminal commands. you can also create a reportbug to mint team and ask for the solution.
luandrea

Re: mintupdate crash

Post by luandrea »

Thank you very much, I will try your suggested solutions.

Can this bug affect other applications? I have other problems using rabbitcvs and I was wondering if the cause might be the same. Can I try other solutions like upgrading python?
Locked

Return to “LMDE Archive”