Author Topic: <SOLVED> Synaptic Problems  (Read 1068 times)

Offline joechimp

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 8613
  • The quality of mercy isnot strained It's PCLINUXOS
<SOLVED> Synaptic Problems
« on: December 14, 2010, 10:11:37 AM »
I was wondering if anyone else was having Synaptic problems today? It won't load at all for me after an upgrade yesterday when it worked fine.
« Last Edit: December 16, 2010, 09:55:51 AM by joechimp »
There is a 5th dimension,beyond that which is known to man.It is a dimension as vast as space and as timeless as infinity,between science& superstition,& it lies between the pit of man's fears and the summit of his knowledge.This is the dimension of imagination.It is an area which we call PCLINUXOS!

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15282
  • ┌∩┐(◕_◕)┌∩┐
Re: Synaptic Problems
« Reply #1 on: December 14, 2010, 10:18:07 AM »
You've tried from the Konsole ?   Restarted?

I notice that Synaptic sometimes doesn't "release" itself properly and I have to Ctrl+Esc and kill it, before a new session can start.

PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline joechimp

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 8613
  • The quality of mercy isnot strained It's PCLINUXOS
Re: Synaptic Problems
« Reply #2 on: December 14, 2010, 10:24:25 AM »
did both those things. No go.
 Well, I just tried from Konsole again and it tells me that another Synaptic is running. So it appears I need to kill that first. It didn't say that before, It just didn't load.
Thanks.
There is a 5th dimension,beyond that which is known to man.It is a dimension as vast as space and as timeless as infinity,between science& superstition,& it lies between the pit of man's fears and the summit of his knowledge.This is the dimension of imagination.It is an area which we call PCLINUXOS!

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12793
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Synaptic Problems
« Reply #3 on: December 14, 2010, 10:31:05 AM »
HTH...

Andy

Offline joechimp

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 8613
  • The quality of mercy isnot strained It's PCLINUXOS
Re: Synaptic Problems
« Reply #4 on: December 14, 2010, 10:40:54 AM »
Thanks Andy. If what I am going to do next doesn't work, that thread has lots of options.
There is a 5th dimension,beyond that which is known to man.It is a dimension as vast as space and as timeless as infinity,between science& superstition,& it lies between the pit of man's fears and the summit of his knowledge.This is the dimension of imagination.It is an area which we call PCLINUXOS!

Offline longtom

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3342
  • Satellite Station Africa
Re: Synaptic Problems
« Reply #5 on: December 15, 2010, 12:33:12 AM »
Also struggling with synaptic today.

My doctor recommended this:  http://www.pclinuxos.com/forum/index.php/topic,80839.0.html

I can only try tonight - hope you get it fixed earlier!!
Regards longtom

PCLinuxOS KDE 32bit
Intel Core 2 Duo E2200 / 2.2 GHz
2GB Ram
Nvidia GT610

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: Synaptic Problems
« Reply #6 on: December 15, 2010, 12:51:44 AM »
Hi,

A few commands to find the pid of a program:

as root:
Code: [Select]
# ps ax | grep synaptic
 3368 ?        SLl    0:01 gksu -u root /usr/sbin/synaptic
 3374 pts/0    Ss+    0:00 /bin/su root -c /usr/lib/libgksu/gksu-run-helper "/usr/sbin/synaptic"
 3380 pts/0    S+     0:00 /usr/lib/libgksu/gksu-run-helper /usr/sbin/synaptic
 3385 pts/0    S+     0:12 /usr/sbin/synaptic
 3468 pts/1    S+     0:00 grep --color=auto synaptic

(then : kill -9 <pid number> where here there are 5 numbers: forget the one related to grep itself, start by killing process numbers starting from the latest children and go up to the parent's )

or with lsof:
Code: [Select]
# lsof /usr/sbin/synaptic
COMMAND   PID USER  FD   TYPE DEVICE SIZE/OFF NODE NAME
synaptic 3385 root txt    REG    8,6   895368 1420 /usr/sbin/synaptic

or "killall synaptic" and then check with the above commands that no child process is left.

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12501
Re: Synaptic Problems
« Reply #7 on: December 15, 2010, 12:51:49 AM »
Well you can always put the lime in the coconut den you feel better. ;D

Put The Lime In The Coconut - Harry Nilsson



Thanks to everyone who donates. You keep the servers running.

Offline ebvt

  • Hero Member
  • *****
  • Posts: 653
  • vvv
Re: Synaptic Problems
« Reply #8 on: December 15, 2010, 03:34:09 PM »
This happened to me for the first time today. I wanted to upgrade and put in the root PW, but on clicking enter the log-in screen just disappeared. After I had tried twice more, I thought I was entering the wrong PW  (my wife's computer). So I entered another PW, but on that attempt it just told me that this was the wrong PW. So I did what I always do in case of emergency: I rebooted. After that, no problem. Go figure.... But thanks for all the possible solutions.

ebvt

Offline joechimp

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 8613
  • The quality of mercy isnot strained It's PCLINUXOS
Re: Synaptic Problems
« Reply #9 on: December 16, 2010, 09:06:08 AM »
I put da lime in da coconut and I do feel better.


However, synaptic is still broke. :D

Actually just getting around to fixing it now. I was just wondering how long this usually takes to complete?

                                      rpm --rebuilddb

Thank you.
There is a 5th dimension,beyond that which is known to man.It is a dimension as vast as space and as timeless as infinity,between science& superstition,& it lies between the pit of man's fears and the summit of his knowledge.This is the dimension of imagination.It is an area which we call PCLINUXOS!

uncleV

  • Guest
Re: Synaptic Problems
« Reply #10 on: December 16, 2010, 09:10:50 AM »
Actually just getting around to fixing it now. I was just wondering how long this usually takes to complete?

                                      rpm --rebuilddb
You should wait it to finish. Don't know how long.

Offline joechimp

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 8613
  • The quality of mercy isnot strained It's PCLINUXOS
Re: Synaptic Problems
« Reply #11 on: December 16, 2010, 09:14:49 AM »
I am at lest 30 minutes or more into it. I'm Just impatient I guess. :-[
There is a 5th dimension,beyond that which is known to man.It is a dimension as vast as space and as timeless as infinity,between science& superstition,& it lies between the pit of man's fears and the summit of his knowledge.This is the dimension of imagination.It is an area which we call PCLINUXOS!

uncleV

  • Guest
Re: Synaptic Problems
« Reply #12 on: December 16, 2010, 09:20:02 AM »
30 minutes looks too much to me...
But you just have to wait. What else to do?

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15282
  • ┌∩┐(◕_◕)┌∩┐
Re: Synaptic Problems
« Reply #13 on: December 16, 2010, 09:25:09 AM »
Quote
clicking enter the log-in screen just disappeared. After I had tried twice more, I thought I was entering the wrong PW  (my wife's computer). So I entered another PW, but on that attempt it just told me that this was the wrong PW.

This has happened to me in the past; when I'm at a command prompt screen (for a login) and it asks for my password but it never accepts it, and then methought hey, mebbe its switched to a USA keyboard so with a bit of trial and error trying to remember what the keys would be I worked it out and was able to login again.
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline joechimp

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 8613
  • The quality of mercy isnot strained It's PCLINUXOS
Re: Synaptic Problems
« Reply #14 on: December 16, 2010, 09:27:20 AM »
30 minutes looks too much to me...
But you just have to wait. What else to do?

It seems too long to me as well. Think I will wait 60 min. then abort.
There is a 5th dimension,beyond that which is known to man.It is a dimension as vast as space and as timeless as infinity,between science& superstition,& it lies between the pit of man's fears and the summit of his knowledge.This is the dimension of imagination.It is an area which we call PCLINUXOS!