LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-16-2017, 06:55 AM   #1
cmyster
Member
 
Registered: Oct 2004
Location: Israel
Distribution: Slackware64, Gentoo
Posts: 74

Rep: Reputation: 4
[heads up] - current post rc.6 update freezes on reboot


There was a recent change to rc.6 in current a few days ago, and when I rebooted my server today for the first time since then, it froze after unmounting, forcing me to use the power button. Tested, happened again, can't debug ATM so I left it to run for now. Still no idea how but please note that it does happen.
(Full installation, x86_64, current, up-to-date, Dell OptiPlex 790)
 
Old 11-17-2017, 05:31 PM   #2
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Here's the diff from 20171008 and 20171109 (the last two VM snapshots of -current I have handy):

Code:
--- rc.6.20171008       2017-06-09 12:36:32.000000000 -0500
+++ rc.6.20171109       2017-11-02 19:51:48.000000000 -0500
@@ -78,13 +78,13 @@
 fi
 
 # Stop the MySQL database:
-if [ -r /var/run/mysql/mysql.pid ]; then
-  . /etc/rc.d/rc.mysqld stop
+if [ -x /etc/rc.d/rc.mysqld -a -r /var/run/mysql/mysql.pid ]; then
+  /etc/rc.d/rc.mysqld stop
 fi
 
 # Stop the Samba server:
 if [ -x /etc/rc.d/rc.samba ]; then
-  . /etc/rc.d/rc.samba stop
+  /etc/rc.d/rc.samba stop
 fi
 
 # Shut down the NFS server:
@@ -109,7 +109,7 @@
 
 # Stop D-Bus:
 if [ -x /etc/rc.d/rc.messagebus ]; then
-  sh /etc/rc.d/rc.messagebus stop
+  /etc/rc.d/rc.messagebus stop
 fi
 
 # Kill any processes (typically gam) that would otherwise prevent
@@ -164,7 +164,7 @@
 
 # Shut down PCMCIA devices:
 if [ -x /etc/rc.d/rc.pcmcia ]; then
-  . /etc/rc.d/rc.pcmcia stop
+  /etc/rc.d/rc.pcmcia stop
   # The cards might need a little extra time here to deactivate:
   /bin/sleep 5
 fi
@@ -176,7 +176,7 @@
 
 # Terminate acpid before syslog:
 if [ -x /etc/rc.d/rc.acpid -a -r /var/run/acpid.pid ]; then # quit
-  . /etc/rc.d/rc.acpid stop
+  /etc/rc.d/rc.acpid stop
 fi
 
 # Stop udev:
I don't see how any of that could cause what you're seeing... :/
 
Old 11-28-2017, 03:56 AM   #3
cmyster
Member
 
Registered: Oct 2004
Location: Israel
Distribution: Slackware64, Gentoo
Posts: 74

Original Poster
Rep: Reputation: 4
Found the issue. I had an NFS to a remote server and that server was acting funny. On switching to init6, there where processes stuck on the local mount, trying to unmount it and being stuck on it forever. lsof, cd, file, updatedb, du etc' would freeze on the local folder holding the mount and I needed to kill -9 them. When init6 was trying to kill all processes involved with that mount point, reboot would simply freeze with most FS already unmounted.

Last edited by cmyster; 11-28-2017 at 03:58 AM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[Heads UP] Big Jessie update this morning jdkaye Debian 9 05-25-2013 09:18 AM
[SOLVED] Heads Up! Upgrading from 14.0 -> current with Networkmanager broken fl0 Slackware 5 05-24-2013 03:05 PM
[SOLVED] Slackware-current need a double reboot command to really reboot the system sardinha Slackware 11 09-12-2012 03:19 PM
reboot freezes after yast update run, reboot for kernel update sparkbot Linux - Software 2 11-15-2006 06:34 PM
freezes after reboot during install BrianK Ubuntu 2 04-15-2006 07:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration