LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 06-24-2013, 03:18 PM   #1
super_68
LQ Newbie
 
Registered: Jun 2013
Posts: 4

Rep: Reputation: Disabled
Synaptic Package Manager error - Linux Mint 13 Mate


Newbie question here.
Sorry if I've missed this exact problem in the forum - I tried to search but couldn't find it.

Anyway, after a clean install of Mint 13 Mate on my old Thinkpad T42, I immediately ran into problems with Mintupdate and Synaptic package manager. After some search I was able to update my Mint installation by sudo apt-get update, sudo apt-get upgrade, and then I ran sudo apt dist-upgrade mintupdate. So far so good.

When trying to launch Synaptic after this it refuses to start. I followed a some tips/hints found in a few forums around, but no avail. To summarize: running the sudo synaptic command in terminal, I get the following error:

(synaptic:4450): GLib-GObject-CRITICAL **: g_object_set_data: assertion `G_IS_OBJECT (object)' failed

(synaptic:4450): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(synaptic:4450): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
Memory segment error

Anybody recognize this error or able to point me in a direction? Any help would be greatly appreciated

All the best,
super_68
 
Old 06-24-2013, 06:21 PM   #2
shane25119
Member
 
Registered: Aug 2003
Location: Illinois
Distribution: Linux Mint XFCE
Posts: 654

Rep: Reputation: 53
I'm willing to bet your problem is because when you run dist-upgrade you're actually updating from 13 to 15. Try installing an iso of the current version. You should have more success that way.
 
Old 06-24-2013, 07:24 PM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by shane25119 View Post
I'm willing to bet your problem is because when you run dist-upgrade you're actually updating from 13 to 15.
Not true at all. The difference between upgrade and dist-upgrade is simply that upgrade will not remove or add programs to the installation, while dist-upgrade will do that. Which repository is used for the upgrade is solely determined by the file /etc/apt/sources.list (and possibly by files in /etc/apt/sources.list.d/).
Quote:
Try installing an iso of the current version. You should have more success that way.
Mint 13 is the LTS version, which is supported until 2017, it should not be necessary to upgrade unless you use hardware that is not supported by the kernel in Mint 13 (in that case a backported kernel might help, if you don't want to upgrade).

@super_68: Did you get any error messages when installing and updating the system?
 
Old 06-25-2013, 02:08 AM   #4
super_68
LQ Newbie
 
Registered: Jun 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Not true at all. The difference between upgrade and dist-upgrade is simply that upgrade will not remove or add programs to the installation, while dist-upgrade will do that. Which repository is used for the upgrade is solely determined by the file /etc/apt/sources.list (and possibly by files in /etc/apt/sources.list.d/).
Mint 13 is the LTS version, which is supported until 2017, it should not be necessary to upgrade unless you use hardware that is not supported by the kernel in Mint 13 (in that case a backported kernel might help, if you don't want to upgrade).

@super_68: Did you get any error messages when installing and updating the system?
Hello!

Thanks for all input and feedback
No, no error messages at all during install or upgrade - it went smoothly. I immedieately discovered, when trying to update via Mintupdate, that it did not work. It started and identified packages to be updated, but when I hit install, it terminated and restarted with information that Mintupdate needed to be updated. After that, it didn't work - only restarts when I hit upgrade/install. It still does not work after the "manual upgrade" process via terminal window. I'm running the latest 4.4.7 Mintupdate. Same thing with Synaptic. I discovered that it wasn't working when I wanted to try a Mintupdate fix by reinstalling it via synaptic. Here is what happens when trying to launch Synaptic: prompted for admin password-OK, Synaptic shows for abt 1/2 sec, then terminates/shuts down.

Unfortunately I'm a complete novice to Linux - the above solutions I found via internet. I the solution reinstall and check whether proplem perists?

Rgds,
super_68
 
Old 06-25-2013, 08:23 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Please post the complete output of
Code:
sudo apt-get upgrade
sudo apt-get dist-upgrade
Please use code-tags for posting that output (see explanation in my signature, if necessary).
 
Old 06-25-2013, 02:24 PM   #6
super_68
LQ Newbie
 
Registered: Jun 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Please post the complete output of
Code:
sudo apt-get upgrade
sudo apt-get dist-upgrade
Please use code-tags for posting that output (see explanation in my signature, if necessary).
Thanks TobiSGD for helping. First of all, I have a Norwegian installation, hence the output is in Norwegian language. I did as you suggested in terminal (see below) - no errors or other mysterious messages. Hope I my posting of output is correct (code tags); I did some reading and figured that I should use the # button from the menu.

Code:
sudo apt-get upgrade
Leser pakkelister ... Ferdig
Skaper oversikt over avhengighetsforhold       
Leser tilstandsinformasjon ... Ferdig   
0 oppgraderte, 0 nylig installerte, 0 å fjerne og 0 ikke oppgradert.
Code:
sudo apt-get dist-upgrade
Leser pakkelister ... Ferdig
Skaper oversikt over avhengighetsforhold       
Leser tilstandsinformasjon ... Ferdig   
Beregner oppgradering... Utført
0 oppgraderte, 0 nylig installerte, 0 å fjerne og 0 ikke oppgradert.
The output pretty much translates to this (both) :

Reading packages ... Done
Creating dependencies
Reading state information ... Done
(Calculating upgrade ... Done - dist-upgrade only)
0 upgraded, 0 newly installed, 0 to be removed and 0 not upgraded.

Hope this is what you asked for

Rgds,
super_68

Last edited by super_68; 06-25-2013 at 02:28 PM. Reason: Missed some information in original reply
 
Old 06-28-2013, 03:18 AM   #7
super_68
LQ Newbie
 
Registered: Jun 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by super_68 View Post
Thanks TobiSGD for helping. First of all, I have a Norwegian installation, hence the output is in Norwegian language. I did as you suggested in terminal (see below) - no errors or other mysterious messages. Hope I my posting of output is correct (code tags); I did some reading and figured that I should use the # button from the menu.

Code:
sudo apt-get upgrade
Leser pakkelister ... Ferdig
Skaper oversikt over avhengighetsforhold       
Leser tilstandsinformasjon ... Ferdig   
0 oppgraderte, 0 nylig installerte, 0 å fjerne og 0 ikke oppgradert.
Code:
sudo apt-get dist-upgrade
Leser pakkelister ... Ferdig
Skaper oversikt over avhengighetsforhold       
Leser tilstandsinformasjon ... Ferdig   
Beregner oppgradering... Utført
0 oppgraderte, 0 nylig installerte, 0 å fjerne og 0 ikke oppgradert.
The output pretty much translates to this (both) :

Reading packages ... Done
Creating dependencies
Reading state information ... Done
(Calculating upgrade ... Done - dist-upgrade only)
0 upgraded, 0 newly installed, 0 to be removed and 0 not upgraded.

Hope this is what you asked for

Rgds,
super_68
Same issue with Lubuntu 12.04 (tested with LiveCD). I thought I might have a hardware issue on my old T42, but I tried a few other LiveCD-distributions (Ubuntu 10.04 and Mint 9 Gnome) and had no issues. I consider it solved as I now have installed Mint 9 Gnome, which seem to work fine. No issues with Mintupdate nor Synaptic.

Thanks for help and input.

Rgds,
super_68
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
After Wallch Install Can't Boot Synaptic Package Manager in XFCE But MATE Does jimwg Linux - Desktop 2 12-02-2012 06:25 AM
[SOLVED] Error opening Synaptic Package Manager? LAPIII Linux - Software 1 03-08-2011 06:02 PM
[SOLVED] Ran out of memory and can't access synaptic package manager in Linux mint 8 Helena Koldfyre Linux - Newbie 7 06-24-2010 02:24 AM
Error with Synaptic package manager in installing ahmed_as8 Linux - Newbie 1 11-20-2008 06:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 02:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration