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


Closed Thread
  Search this Thread
Old 12-28-2017, 06:41 AM   #3436
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930

nfs-utils-2.3.1
SOURCES --> https://sourceforge.net/projects/nfs...s-2.3.1.tar.xz
CHANGES --> https://sourceforge.net/projects/nfs....3.1-Changelog
 
Old 12-28-2017, 11:56 AM   #3437
Markus Wiesner
Member
 
Registered: Mar 2016
Distribution: Slackware
Posts: 146

Rep: Reputation: 237Reputation: 237Reputation: 237
Please let fuser in rc.6 check that the given directory is really a mountpoint:

Code:
  echo "Killing processes holding NFS mount $dir open..."
  # Background this to prevent fuser from also blocking shutdown:
  /usr/bin/fuser -k -M -m $dir &
For some yet unknown reason i still had an entry of an already unmounted NFS volume in /etc/mtab (which is what /bin/mount is listing) which resulted in fuser killing everything still accessing the root partition so that the reboot failed with INIT: no more processes left in this runlevel.

Code:
       -m NAME, --mount NAME
              NAME specifies a file on a mounted file system or a block device
              that  is  mounted.   All  processes accessing files on that file
              system are listed.  If a directory  file  is  specified,  it  is
              automatically  changed  to  NAME/.   to use any file system that
              might be mounted on that directory.

       -M, --ismountpoint
              Request will be fulfilled only if NAME specifies  a  mountpoint.
              This  is  an invaluable seatbelt which prevents you from killing
              the machine if NAME happens to not be a filesystem.

Last edited by Markus Wiesner; 12-28-2017 at 04:09 PM. Reason: typo
 
2 members found this post helpful.
Old 12-28-2017, 12:46 PM   #3438
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,213

Rep: Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999
xine-ui-0.99.10:

https://www.xine-project.org/home
http://sourceforge.net/projects/xine...0.99.10.tar.xz
 
1 members found this post helpful.
Old 12-28-2017, 01:36 PM   #3439
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,213

Rep: Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999
v4l-utils-1.12.6 or 1.14.1:

https://git.linuxtv.org/v4l-utils.git/
https://linuxtv.org/downloads/v4l-ut...1.12.6.tar.bz2
https://linuxtv.org/downloads/v4l-ut...1.14.1.tar.bz2
 
Old 12-28-2017, 02:13 PM   #3440
alex14641
Member
 
Registered: Feb 2016
Distribution: Slackware64_14.2, Slackware 15.0, Slackware64_current
Posts: 322

Rep: Reputation: Disabled
bluez-5.48
Source code: https://git.kernel.org/pub/scm/bluet...ez-5.48.tar.gz
Change log:
Code:
+ver 5.48:
+   Fix issue with subscriptions for unpaired devices.
+  Fix issue with handling A2DP and no available SEP.
+        Fix issue with handling AVCTP change path support.
+ Fix issue with handling AVCTP browsing channel.
+  Fix issue with handling AVCTP passthrough PDUs.
+  Fix issue with handling detaching of controller.
+  Fix issue with handling start discovery results.
+  Fix issue with handling non-connectable devices.
+   Fix issue with handling unused parameter in WriteValue.
+ Add support for service side AcquireWrite and AcquireNotify.
+ Add support for providing address type information.
+  Add support for cable based authentication and pairing.
+ Add support for Bluetooth Low-Energy battery service.
+  Add support for BTP client for qualification testing.
+ Add support for additional Mesh control functionality.
+  Mark advertising manager APIs as stable interfaces.
 
1 members found this post helpful.
Old 12-28-2017, 03:33 PM   #3441
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by Markus Wiesner View Post
Please let fuser in rc.6 check that the given directory is really a mountpoint:

Code:
  echo "Killing processes holding NFS mount $dir open..."
  # Background this to prevent fuser from also blocking shutdown:
  /usr/bin/fuser -k -M -m $dir &
For some yet unknown reason i still had an entry of an already unmounted NFS volume in /etc/mtab (which is what /bin/mount is listing) which resulted in fuser killing everything still accessing the root partition so that the reboot failed with INIT: no more precesses left in this runlevel.

Code:
       -m NAME, --mount NAME
              NAME specifies a file on a mounted file system or a block device
              that  is  mounted.   All  processes accessing files on that file
              system are listed.  If a directory  file  is  specified,  it  is
              automatically  changed  to  NAME/.   to use any file system that
              might be mounted on that directory.

       -M, --ismountpoint
              Request will be fulfilled only if NAME specifies  a  mountpoint.
              This  is  an invaluable seatbelt which prevents you from killing
              the machine if NAME happens to not be a filesystem.
Good catch - I've had that happen sporadically on a couple of (unimportant) machines here and never bothered to figure out what was causing it; both of the machines are old, so I (wrongly?) assumed it was just age-related.
 
Old 12-28-2017, 03:50 PM   #3442
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Mods, please close this thread. Everyone use this one now, please: https://www.linuxquestions.org/quest....php?p=5798989
 
  


Closed Thread



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
[SOLVED] how to show the current time at the top in the current shell Always ? rohitchauhan Linux - General 5 04-09-2014 03:05 PM
Slackware ARM (current) epic mistake: the current Android kernels are kicked out! Darth Vader Slackware 16 08-25-2013 04:36 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
Observation of Feb -current vs March -current Hangaber Slackware 14 03-12-2010 08:26 AM
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM

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

All times are GMT -5. The time now is 02:50 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