On Tue, Jul 01, 2014 at 11:54:21AM +0300, Svjatoslav Agejenko wrote: > [...] > Process list: > ps aux | grep dropbox > root 16088 0.0 0.0 58696 1944 pts/15 T 11:35 0:00 sudo apt-get > install nautilus-dropbox > root 16089 0.2 0.2 80124 23812 pts/15 T 11:35 0:00 apt-get > install nautilus-dropbox > root 17110 0.0 0.1 21512 11784 pts/16 Ss+ 11:35 0:00 > /usr/bin/dpkg --status-fd 54 --configure nautilus-dropbox:amd64 > root 17111 0.0 0.0 4180 544 pts/16 S+ 11:35 0:00 /bin/sh > /var/lib/dpkg/info/nautilus-dropbox.postinst configure 1.4.0-3 > root 17112 98.6 0.4 80372 35684 pts/16 R+ 11:35 5:01 > /usr/bin/python /usr/bin/dropbox update > n0 17733 0.0 0.0 7832 852 pts/17 S+ 11:40 0:00 grep dropbox > > > Pressed Ctrl + C multiple times, notheing happens. > But Ctrl + Z returns me back to the terminal.
Could you try cat /proc/$pid_of_dropbox_process/stack? (In the above case, it would be 17112, but it's not going to be the same when you run it again). It sounds like a network issue where a TCP connection has hung, but I'd like to be sure. -- Kind regards, Loong Jin
signature.asc
Description: Digital signature

