Re: Mac OSX read only file system

2019-10-19 Thread Sam Ruby
On Sat, Oct 19, 2019 at 12:05 AM Sam Ruby 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

Re: Mac OSX read only file system

2019-10-19 Thread sebb
On Sat, 19 Oct 2019 at 12:01, Sam Ruby wrote: > > On Sat, Oct 19, 2019 at 5:00 AM sebb wrote: > > > > Also /srv is actually a link to /x1/srv on Ubuntu, so potentially it > > could be changed in stages? > > There is no /srv directory. There is no /x1 directory. And neither > can be created. Th

Re: Mac OSX read only file system

2019-10-19 Thread Sam Ruby
On Sat, Oct 19, 2019 at 5:00 AM sebb wrote: > > Also /srv is actually a link to /x1/srv on Ubuntu, so potentially it > could be changed in stages? There is no /srv directory. There is no /x1 directory. And neither can be created. There are two volumes. The root volume is read only. /System/Vo

Re: Mac OSX read only file system

2019-10-19 Thread Sam Ruby
On Sat, Oct 19, 2019 at 12:43 AM Dave Fisher wrote: > > Maybe a docker image is the way to go. I’ll test it if you point it out. A docker image is VERY appealing. There are things that don't work and/or are hard to do on Mac (for example, setting up Apache httpd with LDAP enabled as brew no long

Re: Mac OSX read only file system

2019-10-19 Thread sebb
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 wrote: > > Or is chmod your friend? > > Sent from my iPhone > > > On Oct 18, 2019, at 9:05 PM, Sam R

Re: Mac OSX read only file system

2019-10-19 Thread sebb
Also /srv is actually a link to /x1/srv on Ubuntu, so potentially it could be changed in stages? On Sat, 19 Oct 2019 at 09:53, sebb wrote: > > 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