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 05-13-2022, 12:40 AM   #631
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 486

Rep: Reputation: 339Reputation: 339Reputation: 339Reputation: 339
mount non-root local filesystems: nfs4


Hi,

I suggest to add "nonfs4" to the list of non-root local filesystems to mount in /etc/rc.d/rc.S. I use nfs4 shares and rc.S tried to mount them before network is up, so it's very long before it failed.
Thanks!

Last edited by Thom1b; 05-13-2022 at 01:08 AM.
 
Old 05-13-2022, 01:41 AM   #632
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,407

Rep: Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140
Quote:
Originally Posted by Thom1b View Post
Hi,

I suggest to add "nonfs4" to the list of non-root local filesystems to mount in /etc/rc.d/rc.S. I use nfs4 shares and rc.S tried to mount them before network is up, so it's very long before it failed.
Thanks!
Even with the _netdev option ?
 
Old 05-13-2022, 02:09 AM   #633
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 486

Rep: Reputation: 339Reputation: 339Reputation: 339Reputation: 339
Quote:
Originally Posted by marav View Post
Even with the _netdev option ?
I just tried to add _netdev option in fstab but it doesn't work. I still need to add nonfs4 to rc.S.
 
Old 05-13-2022, 02:58 AM   #634
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 486

Rep: Reputation: 339Reputation: 339Reputation: 339Reputation: 339
Quote:
Originally Posted by Thom1b View Post
I just tried to add _netdev option in fstab but it doesn't work. I still need to add nonfs4 to rc.S.
Adding "_netdev" option to my nfs4 mounts works only if I add "-O no_netdev" to the mount command in rc.S. So we have the choice to:
- mount every non-root fs except mount points with _netdev option using "mount -a -v -O no_netdev" <= seems an interesting way but need to tweak fstab.
- simply add nfs4 to the non-root local filesystems and don't use _netdev at all.

Thanks marav
 
Old 05-13-2022, 03:27 AM   #635
opty
Member
 
Registered: Mar 2021
Posts: 177

Rep: Reputation: Disabled
aaa_libraries: Revert

Code:
Thu Apr 19 01:04:06 UTC 2018
[...]
a/aaa_elflibs-14.2-i586-35.txz:  Rebuilt.
[...]
  Don't create library symlinks in the install script - let installpkg's
  ldconfig do the work.
or append parsed output of /sbin/ldconfig -v 2> /dev/null to the install script so the package database knows the links otherwise defeat the purpose of the aaa_libraries package a bit.

Real life example: Router-style (not full) installation upgrade from 14.2 to 15.0 led to inability to correctly removepkg aaa_elflibs-14.2-i586-23 as it removes e.g. /lib/libacl.so.1 link because it doesn't find it elsewhere (acl package not installed) which breaks sed and mv but only for that particular removepkg as ldconfig at the end creates the link again.

Also, installpkg should refuse to install already installed packages. One can use upgradepkg --reinstall instead.
 
Old 05-13-2022, 10:11 AM   #636
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,407

Rep: Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140
NetworkManager 1.38.0

https://gitlab.freedesktop.org/Netwo.../-/tree/1.38.0

Changes:
https://gitlab.freedesktop.org/Netwo...ob/1.38.0/NEWS
 
Old 05-13-2022, 12:33 PM   #637
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,407

Rep: Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140
iptables 1.8.8

Changelog:
https://www.netfilter.org/projects/i...bles-1.8.8.txt
 
Old 05-14-2022, 02:08 AM   #638
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
Firefox-100.0.1

https://archive.mozilla.org/pub/fire...eases/100.0.1/

Last edited by 3rensho; 05-14-2022 at 02:10 AM.
 
Old 05-14-2022, 05:37 AM   #639
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,407

Rep: Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140
KDE Frameworks 5.94.0

Announcements:
https://kde.org/announcements/frameworks/5/5.94.0/
 
Old 05-15-2022, 09:52 AM   #640
gbschenkel
Member
 
Registered: Nov 2010
Location: Porto Alegre, Brazil
Distribution: Slackware, Proxmox, AlpineLinux, Devuan, TurnkeyLinux
Posts: 107

Rep: Reputation: 61
Qt 5.15.4 Opensource released
https://invent.kde.org/qt/qt/qt5/-/c...565db57729fd48
https://lists.qt-project.org/piperma...ay/042437.html
 
Old 05-15-2022, 10:54 AM   #641
opty
Member
 
Registered: Mar 2021
Posts: 177

Rep: Reputation: Disabled
ntpdate manual page:

Code:
This manpage converted from html to roff by Fabrizio Polacco <fpolacco@debian.org>
 
Old 05-16-2022, 04:58 AM   #642
opty
Member
 
Registered: Mar 2021
Posts: 177

Rep: Reputation: Disabled
Remove order hosts, bind from /etc/host.conf because man host.conf says

Code:
   Historical
       The nsswitch.conf(5) file is the modern way of controlling the order of host lookups.

       In glibc 2.4 and earlier, the following keyword is recognized:

       order  This  keyword  specifies  how host lookups are to be performed.  It should be followed by one or more lookup
              methods, separated by commas.  Valid methods are bind, hosts, and nis.
 
Old 05-16-2022, 09:47 AM   #643
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 333

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Quote:
Originally Posted by opty View Post
Remove order hosts, bind from /etc/host.conf because man host.conf says
Opty is correct. A reference is available here: https://man7.org/linux/man-pages/changelog.html
Code:
host.conf.5
    Simon Paillard
        host.conf 'order' option deprecated, replaced by nsswitch.conf(5)
            http://www.sourceware.org/bugzilla/show_bug.cgi?id=2389
            http://repo.or.cz/w/glibc.git/commit/b9c65d0902e5890c4f025b574725154032f8120a

            Reported at http://bugs.debian.org/270368,
            http://bugs.debian.org/396633, and http://bugs.debian.org/344233.
 
Old 05-16-2022, 09:52 AM   #644
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 333

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Quote:
Originally Posted by opty View Post
ntpdate manual page:
I don't have a manual page for ntpdate on my slackware-current installation.
What package does the file come from? I can't find it inside /var/log/packages/ntp-4.2.8p15-x86_64-9
 
1 members found this post helpful.
Old 05-16-2022, 09:57 AM   #645
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,754

Rep: Reputation: Disabled
Quote:
Originally Posted by ctrlaltca View Post
I don't have a manual page for ntpdate on my slackware-current installation.
What package does the file come from? I can't find it inside /var/log/packages/ntp-4.2.8p15-x86_64-9
I don't have ntpdate man page, on 14.2 or 15.0
Don't have host.conf either, but I'm 100% sure that one is my own fault.
 
  


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
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

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