Killing all remainig processes ....failed during debian/lenny shutdown process.
DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Killing all remainig processes ....failed during debian/lenny shutdown process.
Hi,
I hope someone had similar problem. I googled for it but without success. On my laptop I have installed Debian-Lenny. Less or more all works but I have some strange problem. When I did shutdown -h now, init 0, ....the system starts to shutdown till I see the following.
" Asking all remaining processes to terminate
Killing all remainig processes ....failed ( in RED )
Stopping portmap deamons ...
" and here hungs. I need to reset machine in order to shutdown it.
I looked in var/log/messages|daenon.log|kern.log but could not to find something as hint for problem solution.
Installation is classical, and on my previous laptops I had not similar error. Laptop is HP Compaq 6510b
Any suggestion is welcome, because this is preatty annoying.
Bellow is output of some commands.
When I did shutdown -h now, init 0, ....the system starts to shutdown till I see the following.
" Asking all remaining processes to terminate
Killing all remainig processes ....failed ( in RED )
Stopping portmap deamons ...
" and here hungs. I need to reset machine in order to shutdown it.
As an experiment you might kill the portmap daemon just before you issue the shutdown command. Maybe that will tell you why portmap seems to hang when shutdown tries to stop portmap.
---------------------
Steve Stites
P.S. Another possibility is that shutdown is stopping daemons in the wrong order. Do you have any RPC daemons running? If so you might try killing the RPC daemons, then kill portmap, and then issue shutdown.
Hi,
I have had several problems with portmap on debian lenny.
Running it all alone under 2.6.21 kernel works almost fine.
Except that after some network devices are started and some ports were used, the portmap is not stoppable as a daemon.
/etc/init.d/portmap stop
If the daemon takes "longer" to stop, that`s not a feature, that`s a bug.
Killing is possible.
That solves the problem.
Portmap is needed by nfs-common package. I would delete it if not necessary.
Another issue:
Emacs / slime / swank-clojure
If portmap is running, this setup does not work, the slime tries to connect to swank-clojure and "cannot find the server".
After stopping/killing portmap, everything works fine.
My guess is, that the portmap package is a little outdated.
Anybody knows more, how to remove it and keep the dependencies (nfs???)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.