NFS Mount Problem

2022-03-16 Thread Richard Kimberly Heck

Fresh install of F35. I have these lines in /etc/fstab:

192.168.1.2://home/rikiheck/files /home/rikiheck/files nfs 
auto,nouser,rw,dev,nosuid,exec,_netdev 0 0
192.168.1.2://multi/  /mnt/mail/multi  nfs 
auto,user,noauto,rw,dev,nosuid,noexec,_netdev 0 0
192.168.1.2://home/photos /mnt/mail/photos nfs 
auto,user,noauto,rw,dev,nosuid,noexec,_netdev 0 0


The problem is that the first one works---i.e., it gets automatically 
mounted at start up---usually, though not always, but the others do not 
get mounted at all ever. I can manually mount them with sudo, but that 
shouldn't even be required, should it, given the 'user' flag?


I do see in /var/log/messages:

Mar 14 21:39:59 rkh-mega systemd[1]: mnt-mail-photos.mount: Deactivated 
successfully.


This was the day I did the install. There is a similar line for the 
multi one.


Any ideas?

Thanks,
Riki

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Fedora Laptop?

2022-03-16 Thread Sbob

These guys have a Fedora option as well:

https://linuxcertified.com/


On 3/16/22 09:13, Sbob wrote:

This site allows you to select Fedora as the OS:

https://thelinuxlaptop.com/




On 3/15/22 21:10, ToddAndMargo via users wrote:

On 3/10/22 21:10, Todd Chester via users wrote:

Hi All,

Anyone know of someone selling laptops with
Fedora preinstalled?

Many thanks,
-T


How about system76?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Fedora Laptop?

2022-03-16 Thread Sbob

This site allows you to select Fedora as the OS:

https://thelinuxlaptop.com/




On 3/15/22 21:10, ToddAndMargo via users wrote:

On 3/10/22 21:10, Todd Chester via users wrote:

Hi All,

Anyone know of someone selling laptops with
Fedora preinstalled?

Many thanks,
-T


How about system76?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Got email about new version of Stunnel.

2022-03-16 Thread Ed Greshko

On 16/03/2022 15:18, Michael D. Setzer II via users wrote:

Wanted to see what differences are. Not sure how long it will be until update 
in dnf.
Just got email that stunnel 5.63 was released.
Downloaded and ran ./configure and make with default settings.
Compared output of -version for the 5.63 and 5.62. Most items same.
Note sure what differences are or why. Change in defaults or changes redhat 
makes?


Did you check here?

  https://www.stunnel.org/NEWS.html


[5.63] stunnel 5.63 on x86_64-pc-linux-gnu platform
[5.62] stunnel 5.62 on x86_64-redhat-linux-gnu platform
[5.63] Threading:PTHREAD Sockets:POLL,IPv6,SYSTEMD TLS:ENGINE,FIPS,OCSP,PSK,SNI
[5.62] Threading:PTHREAD Sockets:POLL,IPv6 TLS:ENGINE,FIPS,OCSP,PSK,SNI
[5.63] ciphers   = HIGH:!aNULL:!SSLv2:!DH:!kDHEPSK (with "fips = no")
[5.62] ciphers   = PROFILE=SYSTEM (with "fips = no")
Compared difference in sizes with default compile an then with strip result
[5.63] 736952 Mar 16 17:01 stunnel
[5.63] 212992 Mar 16 17:10 stunnel (after strip)
[5.62] 225128 Jan 18 21:31 /usr/bin/stunnel




--
Did 황준호 die?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Got email about new version of Stunnel.

2022-03-16 Thread Michael D. Setzer II via users

Wanted to see what differences are. Not sure how long it 
will be until update in dnf.

Just got email that stunnel 5.63 was released.
Downloaded and ran ./configure and make with default settings.
Compared output of -version for the 5.63 and 5.62. Most items same.
Note sure what differences are or why. Change in defaults or changes redhat 
makes?

[5.63]  stunnel 5.63 on x86_64-pc-linux-gnu platform
[5.62]  stunnel 5.62 on x86_64-redhat-linux-gnu platform
[5.63]  Threading:PTHREAD Sockets:POLL,IPv6,SYSTEMD 
TLS:ENGINE,FIPS,OCSP,PSK,SNI
[5.62]  Threading:PTHREAD Sockets:POLL,IPv6 
TLS:ENGINE,FIPS,OCSP,PSK,SNI
[5.63]  ciphers   = HIGH:!aNULL:!SSLv2:!DH:!kDHEPSK (with "fips = no")
[5.62]  ciphers   = PROFILE=SYSTEM (with "fips = no")

Compared difference in sizes with default compile an then with strip result
[5.63] 736952 Mar 16 17:01 stunnel
[5.63] 212992 Mar 16 17:10 stunnel (after strip)
[5.62] 225128 Jan 18 21:31 /usr/bin/stunnel


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure