Does /srv contain anything? Or is it an empty directory like /home?
If it's empty, then I found out that it's possible to mount a container over it. S. On Sat, 19 Oct 2019 at 05:44, Dave Fisher <wave4d...@comcast.net> wrote: > > Or is chmod your friend? > > Sent from my iPhone > > > On Oct 18, 2019, at 9:05 PM, Sam Ruby <ru...@intertwingly.net> wrote: > > > > With the latest update (Catalina): > > > > $ sudo mkdir /srv > > mkdir: /srv: Read-only file system > > > > Previously, whimsy tools were set up to determine file names based on > > a ~/.whimsy config file. Over time, much of this has changed to > > presume /srv. Most problematic: > > > > $LOAD_PATH.unshift '/srv/whimsy/lib' > > > > Not sure what the solution would be. > > > > - Sam Ruby