Re: pw: pw: Invalid min_uid: '2000'; ignoring

2015-08-21 Thread Baptiste Daroussin
On Fri, Aug 21, 2015 at 04:13:00PM +0200, Baptiste Daroussin wrote: > On Fri, Aug 21, 2015 at 03:48:13PM +0200, O. Hartmann wrote: > > Setting up on NanoBSD vi pw command an initial /etc/pw.conf (usermod -D), I > > use > > amongst other options also: > > > > -u 2000,32767 -i 2000,32767 > > > > w

Re: pw: pw: Invalid min_uid: '2000'; ignoring

2015-08-21 Thread Baptiste Daroussin
On Fri, Aug 21, 2015 at 03:48:13PM +0200, O. Hartmann wrote: > Setting up on NanoBSD vi pw command an initial /etc/pw.conf (usermod -D), I > use > amongst other options also: > > -u 2000,32767 -i 2000,32767 > > which finally and successfully expands to > > [...] > # Range of valid default user

pw: pw: Invalid min_uid: '2000'; ignoring

2015-08-21 Thread O. Hartmann
Setting up on NanoBSD vi pw command an initial /etc/pw.conf (usermod -D), I use amongst other options also: -u 2000,32767 -i 2000,32767 which finally and successfully expands to [...] # Range of valid default user ids minuid = 2000 maxuid = 32767 # Range of valid default group ids mingid = 2000