Re: NetBSD install experiences

2020-05-14 Thread Jan Icetrov
Autoconfigure is also strange with wired connections. It doesn't let you choose hostname or disable ipv6, which in turn makes pkgin install impossible if you have ipv6 on your LAN but ipv4 only uplink. Best regards: Jan. -- Original Message -- From: "Salil Wadnerkar" To: "Martin

Re: NetBSD install experiences

2020-05-14 Thread Martin Husemann
On Thu, May 14, 2020 at 06:04:48AM +, Jan Icetrov wrote: > Autoconfigure is also strange with wired connections. It doesn't let you > choose hostname or disable ipv6, which in turn makes pkgin install > impossible if you have ipv6 on your LAN but ipv4 only uplink. That sounds more like a bug

Re: pkg and downloaded files

2020-05-14 Thread Riccardo Mottola
Hi Roland, I think my issue is of totally different nature NFS... Roland Illig wrote: bmake show-all bmake show-all-fetch That's like saying "show me all interesting variables, properly grouped". When I'm not sure what to expect I run "bmake show-all", and I know that show-all-$group

Re: pkg and downloaded files

2020-05-14 Thread Sad Clouds
On Thu, 14 May 2020 19:05:56 +0200 Riccardo Mottola wrote: > Hi All, > > where do source files get saved? This in your mk.conf tells where to save distfiles DISTDIR=

Re: pkg and downloaded files

2020-05-14 Thread Roland Illig
On 14.05.2020 20:26, Sad Clouds wrote: On Thu, 14 May 2020 19:05:56 +0200 Riccardo Mottola wrote: Hi All, where do source files get saved? This in your mk.conf tells where to save distfiles DISTDIR= To find out that DISTDIR is the correct variable, here are two ways: bmake help

Re: NetBSD install experiences

2020-05-14 Thread Martin Husemann
On Thu, May 14, 2020 at 10:00:14AM +, Thomas Mueller wrote: > It seems that setting up a wireless connection with ifconfig and > wpa_supplicant is much simpler in FreeBSD than in NetBSD; not sure > about Linux. I would say there is no difference, but I'd like to avoid needing the shell here

Re: NetBSD install experiences

2020-05-14 Thread Greg Troxel
Martin Husemann writes: > On Thu, May 14, 2020 at 06:04:48AM +, Jan Icetrov wrote: >> Autoconfigure is also strange with wired connections. It doesn't let you >> choose hostname or disable ipv6, which in turn makes pkgin install >> impossible if you have ipv6 on your LAN but ipv4 only

Re: NetBSD install experiences

2020-05-14 Thread Thomas Mueller
> On Wed, May 13, 2020 at 01:23:59PM -0700, Salil Wadnerkar wrote: > > I also want to raise one issue about the install. > > When we try to configure networking, it lets us choose the interface and > > when we select wireless interface, asks us to choose autoconfigure, or > > configure everything

Re: pkg and downloaded files

2020-05-14 Thread Sad Clouds
On Thu, 14 May 2020 23:25:40 +0200 Riccardo Mottola wrote: > Do I miss something in my NFS config here? maybe server-side By default NFS will map root user to nobody, hence you won't have correct permissions. See exports(5) man page and -maproot option. You probably need to explicitly map root

Re: pkg and downloaded files

2020-05-14 Thread Roland Illig
On 14.05.2020 23:25, Riccardo Mottola wrote: ithil:/disk2/pkgsrc /usr/pkgsrc  nfs rw,nodev,nosuid,noauto but... > sudo touch a touch: a: Permission denied however permissions look fine too: > ls -ld distfiles drwxr-xr-x  3 root  wheel  512 Mar 31 06:42 distfiles Do I miss something in

Re: pkg and downloaded files

2020-05-14 Thread Riccardo Mottola
Hi, Sad Clouds wrote: Do I miss something in my NFS config here? maybe server-side By default NFS will map root user to nobody, hence you won't have correct permissions. See exports(5) man page and -maproot option. You probably need to explicitly map root to root, i.e. -maproot=root:wheel

pkg and downloaded files

2020-05-14 Thread Riccardo Mottola
Hi All, where do source files get saved? I get a permission denied (see below) when it retrieves files. my pkgsrc is "shared" on nfs (but still, rw, so it should not be an issue) # create also all dependencies DEPENDS_TARGET=package-install # work here WRKOBJDIR=/home/pkg-workdir # save our