[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-08-14 Thread Michael Vogt
I can reproduce this now with kde 4 and kdesu in intrepid, here is what
the processes look like:

# ps avf
1987 pts/1Ss 0:00  0   772 21427  5080  0.1 bash
12083 pts/1Sl+0:0022585 203082 20828  0.5  \_ kdesudo synaptic
12090 pts/1S+ 0:09  3   885 236634 54436  1.3  \_ synaptic
12101 pts/1S+ 0:00  010 23669   972  0.0  \_ 
gnome-pty-helper

# strace -p 12101
Process 12101 attached - interrupt to quit
read(0, 
hang

# ls -l /proc/12101/fd/0 
lrwx-- 1 root root 64 2008-08-14 10:13 /proc/12101/fd/0 - socket:[60328]

COMMAND PIDUSER   FD  TYPE DEVICE SIZE   
NODE NAME
gnome-pty 12101root0u unix 0x8100cc123440   
60328 socket
gnome-pty 12101root1u unix 0x8100cc123440   
60328 socket

Does that match what you see?

Interessting enough, on a normal run just with sudo I also see the
following  process tree:

11987 pts/1Ss 0:00  0   772 21427  5080  0.1 bash
12485 pts/1S+ 0:08188   885 221062 51644  1.2  \_ synaptic
12519 pts/1S+ 0:00  010 23669   968  0.0  \_ 
gnome-pty-helper

with :
 # strace -p 12519
Process 12519 attached - interrupt to quit
read(0, 
hang

So that is most likely a red-herring. I suspect its something to do with
SIGCHLD. Maybe kdesudo is eating that and synaptic/vte is not seeing
it?

** Summary changed:

- gnome-app-install - ldconfig deferred processing now taking place does not 
end
+ [kde4] synaptic does get when dpkg terminates when run with kdesudo

-- 
[kde4] synaptic does get when dpkg terminates when run with kdesudo
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-08-07 Thread Aswarp
The bug may be related to this other one: 
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/139411
As i said there, I confirm the same problem in KUbuntu 8.04.1 (KDE4):
It seems that the installation ends up good. I usually solve this problem by 
opening a console, typing xkill and then clicking the hanged-up window with the 
red cross in order to close it.
This problem may be related to a strange behaviour observed in Adept Notifier: 
it does appear constantly in the small icons bar saying an update of 
quicktime-...(whatever) is required, no matter how many times I close it or 
apply the update.
I hope in the future we won't have to run every application from kdesu in order 
for them to work well (such as Kooka, no offence meant)

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-08-07 Thread eani
same problem, i started noticing since upgrade from kde 4.0 to 4.1
all kde apps were crashing constantly, so i did a fresh reinstall of my whole 
system (ubuntu-8.04-desktop-amd64) then insalled kde-4.1. kde works a little 
better now, but same problem with synaptic.
tried reinstall of libc6 (see 
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/156041/comments/7), now 
it hangs while installing (tried to install 'lame'), it doesn't even get to the 
ldconfig stage anymore. lame is correctly installed however.
tried again with lame-extras - same thing

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-08-05 Thread wkdude18
I have had this problem as well. Synaptic hangs after installing
packages in KDE 4.1 saying ldconfig deferred processing now taking
place, but I do not have this problem in GNOME.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-08-04 Thread KMR
I have a fresh installation of Ubuntu 8.04 hardy (NO KDE at all, just Ubuntu 
installation). The system was working fine...
but today when i tried to install a package with dpkg -i libgpmg1.deb got 
the this same error message.


NOTE: i am not working in gui, just in the tty's

few more things done;

$ sudo dpkg -i libgpmg1.deb --- Failed with this same error message
(but not freezing the system)


$ su -
# dpkg -i libgpmg1...deb --- failed with this same error message (but not 
freezing the system)

$ sudo aptitude install zsh -- installed successfully without any probs

$ sudo aptitude purge zsh -- removed successfully

$ su -
# aptitude install zsh -- successfully installed
# aptitude purge zsh -- successfully removed

Then tried dpkg with zsh

$ sudo dpkg -i zshdeb (installed successfully) -- CONFUSED, why then 
gpm???
$ sudo dpkg -r zsh (removed successfully)

$ su -
# dpkg -i zshdeb (successfully installed)
# dpkg -r zsh (removed successfully)


NOTE: i am sure that libgpmdeb does not have any problem, bcoz iam using it 
from my local update server, which is used by other ubuntu test machines also, 
where they can install this same gpm package without any problem.

Any idea???

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-08-03 Thread savasten
Same thing workaroud works for me on kubuntu hardy remix with kde 4.1. I
also noticed that Synaptic will not write the history log when it locks
on ldconfig.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-07-11 Thread Tobias
Same problem occured here two days after a fresh install of hardy,
kubuntu kde4 remix.

I found this workaround: http://www.mail-archive.com/ubuntu-
[EMAIL PROTECTED]/msg908150.html

I've found a workaround that works for me: launch synaptic from a
terminal, with kdesu synaptic. No hang. Strange...

That works for me

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-07-04 Thread nevez
Same problem on a fresh install of KDE 4.0.4 Kubuntu Hardy, after system
update.  I've found a workaround that works for me: launch synaptic from
a terminal, with kdesu synaptic. No hang. Strange...

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-07-04 Thread Michael Vogt
Thanks for this additional infomration.

Could you please run pstree -a when it hangs and attach the output to
the bugreport? I would like to know what processes are running when this
happens.

** Changed in: synaptic (Ubuntu)
Sourcepackagename: gnome-app-install = synaptic
 Assignee: (unassigned) = Michael Vogt (mvo)

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-07-04 Thread nevez
Attaching sudo pstree -a

I forgot to mention that I'm using the AMD64 version of kubuntu hardy.

** Attachment added: pstree.out
   http://launchpadlibrarian.net/15822826/pstree.out

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-07-04 Thread Her
Same problem on a fresh install of Ubuntu 8.04 (32bits) but ¡¡¡the problem 
started few days ago!!!, I'd not this problem till before 2 or 3 days ago, and 
NOW I can install without problems using sudo aptitude install package.
I hope this info helps.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-06-16 Thread Melanie F.
I use KDE 3.5.9 on Kubuntu Hardy and it just happened to me, using
Synaptic. I don't have gksu running so I have no idea what to kill.

All I did was fetch updates.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-06-10 Thread Michael Vogt
Thanks for your bugreport.

Could you please install the updated apt package from the gutsy-
updates repository and check if that fixes the problem?

Thanks,
 Michael

** Changed in: gnome-app-install (Ubuntu)
   Status: Confirmed = Incomplete

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-06-10 Thread Michael Vogt
For those with the problem on hardy, does it only happen in kubuntu kde4
or with a regular ubuntu too? Does it happen with the gnome-app-install
application there or do you use adept_installer ?

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-05-12 Thread Jesus_ADS
I have the same problem with my  Ubuntu 8.04 :( do i have to re install
it? or there is something to do to fix it??

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-05-10 Thread AJ G.
I too can confirm the same problem on Kubuntu-KDE4 hardy 32bit. I left
my computer to do it's thing over night last night. I found that it
was still hanging at the same place. Does it have anything to do with
libc6?

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-05-02 Thread missC
I have the same problem on Kubuntu-KDE4 Hardy 32bit

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-04-26 Thread Michael Freßmann
I can confirm this for Kubuntu-KDE4 Hardy for 64bit.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-04-25 Thread Antanas Uršulis
Still there on fresh install of Kubuntu-KDE4 Hardy. First I installed
synaptic via command line, then went on to install usual stuff through
it (vim-nox in this case).

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-04-23 Thread kahrytan
This bug still exists in Hardy...

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-03-19 Thread Jonathan Hugo Pienaar
** Also affects: gnome-app-install
   Importance: Undecided
   Status: New

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-01-16 Thread Tomas 'tt' Krag
I had a similar problem, which seems to have gone away after
reinstalling libc6, i.e.

sudo aptitude reinstall libc6

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2008-01-16 Thread gsoundsgood
sudo aptitude reinstall libc6

works fine, but still getting ldconfig deferred... when adding new
software or updating...

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2007-11-27 Thread piotrek
I also have this problem, on PC and laptop HP Compaq 6715s.On both
machines i have fresh install of gutsy 32bit. But on PC problem was
gone, after I launched manually from command line sudo update-manager
. On laptop problem still exists. And it seems like ldconfig.real do not
open any files.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2007-11-15 Thread giorgiocomai
i've got almost the same problem on ubuntu gutsy 7.10, fresh install on
sony vaio.actually not really the same, because after a about 10-20
seconds the process ends and everything works fine. so for me it's not a
real problem. just weird.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2007-11-04 Thread Arun
I had this problem earlier. Update-manger was hung on ldconfig.real. It
turns out one of libraries was screwed up due to some filesystem
inconsistencies. Once I fixed those problems and reinstalled the
affected packages, the problem went away.

You might try doing an `lsof -p` on the ldconfig.real PID to see what
library file it has open.  I'm not sure if you're having the same
problem, but it's worth a shot. You could also fsck just in case.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2007-11-02 Thread kahrytan

 This isn't a bug just related to upgraders. I am having same problem
with new install of Gutsy.   Just adding verification.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2007-10-27 Thread Coneybeare
I got this too, but the system also froze.  I ran 'sudo apt-get -V
build-dep netatalk', did everything fine, then froze after printing
ldconfig deferred processing now taking place.  Command C,Z nothing
works... Trying to connect from a second terminal proves system froze.
I am running 7.10 upgraded from Feisty on AMD64.

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2007-10-23 Thread GonzO
** Changed in: gnome-app-install (Ubuntu)
   Status: New = Confirmed

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156041] Re: gnome-app-install - ldconfig deferred processing now taking place does not end

2007-10-23 Thread GonzO
I have this problem too.  Thinkpad T42p, upgraded from Feisty (which was
upgraded from Edgy and Dapper before it).

I can run ldconfig myself.  Seems to go OK.  In fact, I think ldconfig
is actually completing OK, as no packages need any work after this is
done.  Its just that synaptic doesn't close after ldconfig completes.

This also happens on update manager.

This does not occur on the other two Ubuntu machines I have (one fresh
install, the other upgraded only from Feisty).

-- 
gnome-app-install - ldconfig deferred processing now taking place does not end
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs