LinuxQuestions.org
Help answer threads with 0 replies.
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 06-22-2022, 04:41 PM   #796
dgrames
Member
 
Registered: Jul 2007
Distribution: Slackware
Posts: 152

Rep: Reputation: 50

Thanks drumz, just as I thought. I am blind

Don

 
Old 06-25-2022, 10:49 PM   #797
walecha
Member
 
Registered: Jan 2010
Location: Malang, +62
Distribution: slackware
Posts: 174

Rep: Reputation: 42
Please add function to activate additional routes to rc.inet1 or rc.inet2 before running network services
 
Old 06-27-2022, 06:23 AM   #798
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,355

Rep: Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067
Firefox 102.0

Release notes (when available):
https://www.mozilla.org/en-US/firefo.../releasenotes/
 
1 members found this post helpful.
Old 06-28-2022, 12:21 AM   #799
walecha
Member
 
Registered: Jan 2010
Location: Malang, +62
Distribution: slackware
Posts: 174

Rep: Reputation: 42
Quote:
Originally Posted by bassmadrigal View Post
This should be handled by the below entry in rc.M, which occurs directly after running rc.inet2:

Is there a reason the command in rc.M that is ran after rc.inet2 doesn't cover your situation?
While there is a `mount all unmounted` in rc.M, in my slackware 15 installation, nfs3 shares was mounted automatically but not for nfs4. So my guess is, nfs3 got mounted because there is a mount -t nfs line in rc.inet2 and no line for mount -t nfs4.
 
Old 06-28-2022, 12:52 AM   #800
henca
Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 958

Rep: Reputation: 648Reputation: 648Reputation: 648Reputation: 648Reputation: 648Reputation: 648
Quote:
Originally Posted by walecha View Post
While there is a `mount all unmounted` in rc.M, in my slackware 15 installation, nfs3 shares was mounted automatically but not for nfs4. So my guess is, nfs3 got mounted because there is a mount -t nfs line in rc.inet2 and no line for mount -t nfs4.
Maybe there is something else than the lack of a mount command in the startup scripts that causes your nfs4 mounts to fail. Are you able to mount them manually? Did it work better for you after adding a line in rc.inet2?

regards Henrik
 
Old 06-28-2022, 01:24 AM   #801
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 606

Rep: Reputation: 349Reputation: 349Reputation: 349Reputation: 349
Git 2.37
 
Old 06-28-2022, 08:47 AM   #802
walecha
Member
 
Registered: Jan 2010
Location: Malang, +62
Distribution: slackware
Posts: 174

Rep: Reputation: 42
Quote:
Originally Posted by henca View Post
Maybe there is something else than the lack of a mount command in the startup scripts that causes your nfs4 mounts to fail. Are you able to mount them manually? Did it work better for you after adding a line in rc.inet2?

regards Henrik
Yes. I put mount -a -t nfs4 in rc.local
 
1 members found this post helpful.
Old 06-28-2022, 11:51 AM   #803
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,355

Rep: Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067
Vim 9.0 !!!
 
Old 06-28-2022, 12:45 PM   #804
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by walecha View Post
While there is a `mount all unmounted` in rc.M, in my slackware 15 installation, nfs3 shares was mounted automatically but not for nfs4. So my guess is, nfs3 got mounted because there is a mount -t nfs line in rc.inet2 and no line for mount -t nfs4.
I think something is amiss with your system. The command in rc.M is essentially just verbose mount -a, followed by taking that output and showing the mount command for each mount that wasn't mounted prior.

Does just mount -a mount nfs4 shares? I just checked on my 15.0 VM and mount -a mounts my NFS4 entry in fstab and I rebooted and it was automatically mounted when booted up.

What is your fstab entry for your nfs4 mount(s)? Mine was really basic:

Code:
10.0.0.152:/share  /mnt/hd  nfs4  defaults  0  0
And it mounted:

Code:
jbhansen@slack15:~$ mount -t nfs4
10.0.0.152:/share/movies on /mnt/hd type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.0.0.101,local_lock=none,addr=10.0.0.152)
 
1 members found this post helpful.
Old 06-28-2022, 01:54 PM   #805
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,355

Rep: Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067
KDE Plasma 5.25.2

Announcements:
https://kde.org/announcements/plasma/5/5.25.2/

Full changelog:
https://kde.org/announcements/change...5.25.1-5.25.2/
 
Old 06-28-2022, 02:29 PM   #806
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,355

Rep: Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067
Thunderbird 91.11.0

Release notes:
https://www.thunderbird.net/en-US/th.../releasenotes/
 
1 members found this post helpful.
Old 06-28-2022, 03:44 PM   #807
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,355

Rep: Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067Reputation: 4067
Quote:
Originally Posted by marav View Post
Thunderbird 102.0

https://ftp.mozilla.org/pub/thunderb....source.tar.xz

Release notes:
https://www.thunderbird.net/en-US/th.../releasenotes/
 
Old 06-28-2022, 05:06 PM   #808
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,536

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
https://github.com/ValveSoftware/Proton/wiki/Changelog Granted, gamers are likely going to build their own version of mesa, but people on AMD cards using proton for dx12 games are going to need Mesa 22.
 
1 members found this post helpful.
Old 06-28-2022, 06:40 PM   #809
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 443

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by garpu View Post
https://github.com/ValveSoftware/Proton/wiki/Changelog Granted, gamers are likely going to build their own version of mesa, but people on AMD cards using proton for dx12 games are going to need Mesa 22.
Ya I got a AMD Radeon RX 5500 (navi14, LLVM 13.0.0, DRM 3.46, 5.18.7)
I needed to update my Mesa to atleast Mesa 22.1.2 or Mesa 22.2.0-devel as well as libdrm-2.4.110 and this is on Slackware 15.0
All of that was just to play a DirectX12 game called Halo Infinite, Having the new Mesa 22 version at least in extra or testing would be a good thing to do, doesn't mean Mesa Amber has to be deprecated just give us the option thats all.

Last edited by reddog83; 06-28-2022 at 06:42 PM.
 
1 members found this post helpful.
Old 06-29-2022, 10:01 AM   #810
biker_rat
Member
 
Registered: Feb 2010
Posts: 369

Rep: Reputation: 220Reputation: 220Reputation: 220
21.3.9 and mesa-demos 8.5 both exist, too add to the out of date mesa topic.
 
  


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 02:08 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