Re: pkg writing to /

2023-03-06 Thread Daniel Braniss
> On 6 Mar 2023, at 16:33, Eugene Grosbein wrote: > > 06.03.2023 20:11, Daniel Braniss wrote: > bhv-10# pkg update Updating FreeBSD repository catalogue... Fetching meta.conf: 100%163 B 0.2kB/s00:01 Fetching packagesite.pkg: 100%7 MiB 1.4MB/s00:05

Re: pkg writing to /

2023-03-06 Thread Eugene Grosbein
06.03.2023 20:11, Daniel Braniss wrote: >>> bhv-10# pkg update >>> Updating FreeBSD repository catalogue... >>> Fetching meta.conf: 100%163 B 0.2kB/s00:01 >>> Fetching packagesite.pkg: 100%7 MiB 1.4MB/s00:05 >>> pkg: Error extracting the archive: 'Write error' >>> pkg:

Re: pkg writing to /

2023-03-06 Thread Daniel Braniss
> On 6 Mar 2023, at 13:30, Eugene Grosbein wrote: > > 06.03.2023 18:15, Daniel Braniss wrote: > >> so I’m trying again with a read-only root, /var is zfs and writable >> >> bhv-10# pkg update >> Updating FreeBSD repository catalogue... >> Fetching meta.conf: 100%163 B 0.2kB/s00:01

Re: pkg writing to /

2023-03-06 Thread Eugene Grosbein
06.03.2023 18:15, Daniel Braniss wrote: > so I’m trying again with a read-only root, /var is zfs and writable > > bhv-10# pkg update > Updating FreeBSD repository catalogue... > Fetching meta.conf: 100%163 B 0.2kB/s00:01 > Fetching packagesite.pkg: 100%7 MiB 1.4MB/s00:05

Re: pkg writing to /

2023-03-06 Thread Daniel Braniss
so I’m trying again with a read-only root, /var is zfs and writable bhv-10# pkg update Updating FreeBSD repository catalogue... Fetching meta.conf: 100%163 B 0.2kB/s00:01 Fetching packagesite.pkg: 100%7 MiB 1.4MB/s00:05 pkg: Error extracting the archive: 'Write error' p

Re: pkg writing to /

2023-03-06 Thread Daniel Braniss
oh well, back to the drawing board. thanks, danny > On 6 Mar 2023, at 10:07, Baptiste Daroussin wrote: > > On Mon, Mar 06, 2023 at 09:57:55AM +0200, Daniel Braniss wrote: >> is this true also for ‘pky update’? > > I don't understand the question here, pkg update does not do anything in

Re: pkg writing to /

2023-03-06 Thread Tatsuki Makino
Hello. I'm planning on using mount -t nullfs /usr/compat /compat or something like that, but I'm wondering if anyone else is already doing this? :) Regards.

Re: pkg writing to /

2023-03-06 Thread Baptiste Daroussin
On Mon, Mar 06, 2023 at 09:57:55AM +0200, Daniel Braniss wrote: > is this true also for ‘pky update’? I don't understand the question here, pkg update does not do anything in / Best regards, Bapt > > the /compat was a problem, > it was a symlink /usr/local/compat and for some reason the mkdir >

Re: pkg writing to /

2023-03-05 Thread Daniel Braniss
is this true also for ‘pky update’? the /compat was a problem, it was a symlink /usr/local/compat and for some reason the mkdir /compat/linux failed, i did as root ‘mkdir /usr/local/compat/linux’, and linux installed ok. danny > On 6 Mar 2023, at 09:52, Baptiste Daroussin wrote: > > On Sun, M

Re: pkg writing to /

2023-03-05 Thread Baptiste Daroussin
On Sun, Mar 05, 2023 at 09:37:32AM +0200, Daniel Braniss wrote: > Hi, > how can I tell pkg not to write to /? in my case sometimes / > is mounted ro, and so for example pkg update failed, or > / - which is usually- kept as small as possible gets filled up, eg > by /.pkgtemp.compat.x/linu

Re: pkg writing to /

2023-03-05 Thread Daniel Braniss
> On 6 Mar 2023, at 02:56, Kevin Oberman wrote: > > On Sat, Mar 4, 2023 at 11:37 PM Daniel Braniss > wrote: > Hi, > how can I tell pkg not to write to /? in my case sometimes / > is mounted ro, and so for example pkg update failed, or > / - which is usually-

Re: pkg writing to /

2023-03-05 Thread Kevin Oberman
On Sat, Mar 4, 2023 at 11:37 PM Daniel Braniss wrote: > Hi, > how can I tell pkg not to write to /? in my case sometimes / > is mounted ro, and so for example pkg update failed, or > / - which is usually- kept as small as possible gets filled up, eg > by /.pkgtemp.compat.x/linux > > t