Re: [qubes-users] Problems setting /etc/hosts

2021-02-02 Thread Martin Gladdish
> On 2 Feb 2021, at 13:03, donoban wrote: > > On 2/2/21 1:55 PM, Martin Gladdish wrote: >> >> >>> On 2 Feb 2021, at 12:48, Ludovic wrote: >>> >>> >>> Le 02/02/2021 à 12:45, mgla...@gmail.com a écrit : # several lines of comment docker --data-root /home/user/dock

Re: [qubes-users] Problems setting /etc/hosts

2021-02-02 Thread donoban
On 2/2/21 1:55 PM, Martin Gladdish wrote: > > >> On 2 Feb 2021, at 12:48, Ludovic wrote: >> >> >> Le 02/02/2021 à 12:45, mgla...@gmail.com a écrit : >>> >>> >>> # several lines of comment >>> >>> docker --data-root /home/user/docker || true >>> >>> echo '1.2.3.4 my-domain.example' >> /etc/hosts

Re: [qubes-users] Problems setting /etc/hosts

2021-02-02 Thread Martin Gladdish
> On 2 Feb 2021, at 12:48, Ludovic wrote: > > > Le 02/02/2021 à 12:45, mgla...@gmail.com a écrit : >> >> >> # several lines of comment >> >> docker --data-root /home/user/docker || true >> >> echo '1.2.3.4 my-domain.example' >> /etc/hosts >> echo '1.2.3.4 another-domain.example' >> /etc/h

Re: [qubes-users] Problems setting /etc/hosts

2021-02-02 Thread Ludovic
Le 02/02/2021 à 12:45, mgla...@gmail.com a écrit : # several lines of comment docker --data-root /home/user/docker || true echo '1.2.3.4 my-domain.example' >> /etc/hosts echo '1.2.3.4 another-domain.example' >> /etc/hosts Yes, when I run the script myself with sudo ./rc.local then it works

Re: [qubes-users] Problems setting /etc/hosts

2021-02-02 Thread mgla...@gmail.com
On Wednesday, 20 January 2021 at 22:34:31 UTC awokd wrote: > mgla...@gmail.com: > > Hi, > > > > Hopefully I'm doing something silly here. > > > > I want to add a couple of entries into my /etc/hosts file in a specific > VM. > > The instructions here are nice and > > clear: https://www.qu

Re: [qubes-users] Problems setting /etc/hosts

2021-01-21 Thread Stuart Perkins
On Wed, 20 Jan 2021 22:34:14 + "'awokd' via qubes-users" wrote: >mgla...@gmail.com: >> Hi, >> >> Hopefully I'm doing something silly here. >> >> I want to add a couple of entries into my /etc/hosts file in a specific VM. >> The instructions here are nice and >> clear: https://www.qubes-o

Re: [qubes-users] Problems setting /etc/hosts

2021-01-20 Thread unman
On Wed, Jan 20, 2021 at 10:34:14PM +, 'awokd' via qubes-users wrote: > mgla...@gmail.com: > > Hi, > > > > Hopefully I'm doing something silly here. > > > > I want to add a couple of entries into my /etc/hosts file in a specific VM. > > The instructions here are nice and > > clear: https://www

Re: [qubes-users] Problems setting /etc/hosts

2021-01-20 Thread 'awokd' via qubes-users
mgla...@gmail.com: Hi, Hopefully I'm doing something silly here. I want to add a couple of entries into my /etc/hosts file in a specific VM. The instructions here are nice and clear: https://www.qubes-os.org/doc/config-files/ except... that doesn't work. I've added the following to my /rw/conf

[qubes-users] Problems setting /etc/hosts

2021-01-20 Thread mgla...@gmail.com
Hi, Hopefully I'm doing something silly here. I want to add a couple of entries into my /etc/hosts file in a specific VM. The instructions here are nice and clear: https://www.qubes-os.org/doc/config-files/ except... that doesn't work. I've added the following to my /rw/config/rc.local : echo