Re: [RDD] Mounting Audio Store on Reboot Still Not Working

2021-09-20 Thread Rob Landry
The script varies from machine to machine. But here's one from a Rivendell machine I built last year: #!/bin/bash # STARTUP SCRIPT sleep 10 # PERMISSION SERIAL PORT chmod o+rw /dev/ttyS0 # MOUNT VOLUMES mount -U b5c34efb-0a26-4a5d-ad1b-ba6708d93fb4 /var/snd Rob -- Не думай что всё

Re: [RDD] Mounting Audio Store on Reboot Still Not Working

2021-09-19 Thread David Klann
Ah. Thanks for adding that missing "enable" step Michael. Glad it's working for you! ~David \ Original Message On Sep 19, 2021, 13:22, wa7skg < wa7...@wa7skg.com> wrote: > > > > Thanks, David. I had everything but the last file > /etc/auto.rd.audiostore. Once I set that up,

Re: [RDD] Mounting Audio Store on Reboot Still Not Working

2021-09-19 Thread wa7skg
Rob, would you mind sharing that script? Michael Rob Landry wrote on 9/19/21 6:12 AM: I always write a "/root/startup.sh" shell script and set up a cron job to run it on boot. It includes a mount command for /var/snd and anything else I need to happen at boot time. The problem with using

Re: [RDD] Mounting Audio Store on Reboot Still Not Working

2021-09-19 Thread wa7skg
Thanks, David. I had everything but the last file /etc/auto.rd.audiostore. Once I set that up, it seems to work properly. One thing left off your list was "sudo systemctl enable autofs.service" so it ran on reboot. It now works on a forced reboot. Now I need to wait until I get back to the

Re: [RDD] Mounting Audio Store on Reboot Still Not Working

2021-09-19 Thread Rob Landry
I always write a "/root/startup.sh" shell script and set up a cron job to run it on boot. It includes a mount command for /var/snd and anything else I need to happen at boot time. The problem with using /etc/fstab is that if a mount fails, the machine won't boot at all, making it impossible

Re: [RDD] Mounting Audio Store on Reboot Still Not Working

2021-09-18 Thread David Klann
Hi Michael, On 9/18/21 11:22, wa7skg wrote: Rivendell 3.5.0, CestOS 7. I am still having problems with mounting /var/snd on reboot. I have tried many variations of fstab entries, systemd stuff, and the [AudioStore]. Nothing seems to work. I've had great success using the auto-mount system

[RDD] Mounting Audio Store on Reboot Still Not Working

2021-09-18 Thread wa7skg
Rivendell 3.5.0, CestOS 7. I am still having problems with mounting /var/snd on reboot. I have tried many variations of fstab entries, systemd stuff, and the [AudioStore]. Nothing seems to work. Here's an excerpt from the messages file: Sep 18 09:00:40 khrb-rd2 systemd: Configuration file