JA wrote:
Softwares: 2.6.10-1.766_FC3 + Rhythmbox 0.8.8 + rbscrobbler 0.0.8 <--http://members.cox.net/alexrevo/
When I run those, everything goes fine until I close that rbsrobbler terminal. After that, its not possible to start new terminal in X. Everything else works fine except the terminal. Here are some ps -aux when both are running fine;
--clip--
janne 5791 13.2 2.3 89580 24480 ? Sl 13:10 1:00 rhythmbox
janne 5827 1.0 1.4 40212 15244 ? Sl 13:16 0:01 gnome-terminal
janne 5828 0.0 0.0 3748 612 ? S 13:16 0:00 gnome-pty-helper
janne 5829 0.0 0.1 4492 1444 pts/0 Ss 13:16 0:00 bash
janne 5850 0.5 1.3 51912 13776 pts/0 Sl+ 13:17 0:00 python /usr/local/bin/rbscrobbler
janne 5918 0.1 0.1 5948 1420 pts/1 Ss 13:18 0:00 bash
janne 5937 0.0 0.0 3232 768 pts/1 R+ 13:18 0:00 ps -aux
Ok, I solve this by myself, and here is how I did it;
*_Problem:_ *No new terminal windows when closing old one with rbscrobbler?
*_Solution_: *All you need to do is kill all python prosesses
$ ps -aux
janne 8418 1.0 1.3 51792 13648 pts/0 Sl 01:32 0:00 python /usr/localjanne
$ kill -9 8418
*+*
$ ps -aux |grep py
janne 7864 0.0 1.9 35348 19788 ? SNs 00:22 0:01 /usr/bin/python /usr/bin/rhn-applet-gui --sm-client-id default4
$ kill -9 7864
After that everything works fine.
--
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)"
--- Linus Torvalds