Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-27 Thread Steve Rubin
Aren’t you using a Synology as the NFS server?  You could use that as the MySQL server as well and not need to rub mysqld on a host somewhere.    — Steve Rubin Rubin Broadcasting, Inc. office: 408.728.4330 fax: 408.503.0042 s...@rubinbroadcasting.com On Jan 2

Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-27 Thread Mike Carroll
I don't think there's a reason to share the MySQL database among the Rivendell workstations - only the database server needs direct access to it. The Rivendell workstations will use an IP connection to the server for their database accesses.. Although NFS can provide file locks, a database server

Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-27 Thread Rich Stivers
On 1/27/2020 8:09 AM, Fred Gleason wrote: On Jan 26, 2020, at 08:14, Cowboy > wrote: As near as I can tell, this is a RedHat/centos/systemd bug. Yup. Known problem. The solution is to configure an auto mounter rule for ‘/var/snd’ (which is exactly how the Rivendell v3

Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-27 Thread Fred Gleason
On Jan 26, 2020, at 08:14, Cowboy wrote: > As near as I can tell, this is a RedHat/centos/systemd bug. Yup. Known problem. The solution is to configure an auto mounter rule for ‘/var/snd’ (which is exactly how the Rivendell v3.x installer does it). This not only fixes the ’network not ready’

Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-26 Thread David Klann
Hey Rich, On Sun, 2020-01-26 at 09:07 -0600, Steve wrote: > Hi Rich, > > Have you tried adding _netdev to the mount options in /etc/fstab for > this mount point? The device should then be forced to wait for network > before mounting. Might need to add a timeout too, though I don't use > one i

Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-26 Thread Steve
Hi Rich, Have you tried adding _netdev to the mount options in /etc/fstab for this mount point? The device should then be forced to wait for network before mounting. Might need to add a timeout too, though I don't use one in our environment. The minimal one that I have in /etc/fstab is shown

Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-26 Thread Cowboy
On Sun, 26 Jan 2020 01:37:12 -0800 Rich Stivers wrote: > I'd like to know the root cause of the > RAID server not being mounted after booting. As near as I can tell, this is a RedHat/centos/systemd bug. In an attempt to make a system that gets rebooted maybe once in 5 years or so boot faste

Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-26 Thread Workino
Hello Rich, This kind of problem normally can come from network not still ready at the moment of nfs mount. Anyway double check the log and the console to find any kind of problem and Let me suggest, if it is not just like that, to remove dhcp and migrate to static ip. Also if you schedule a

[RDD] Frequent Failure Of NFS Mount During Boot

2020-01-26 Thread Rich Stivers
I have a two-workstation Rivendell system, a server and client, sharing the carts and mysql database on a Synology RAID server. I'm running Centos 7 with Rivendell v2.19.3. I've run into what seems like a timing issue for the NFS mount of /var/snd and /var/lib/mysql during Centos boot. When I r