10.2-BETA1: pw(8) does not support "pw useradd name -u 0"

2015-07-13 Thread Jan Mikkelsen
Hi, In our system build scripts we have this command: /usr/sbin/pw -V $d useradd toor -u 0 -g 0 -d /root -s /bin/sh -c "Bourne-again Superuser" -g wheel -o After 10.2-BETA1, the toor account is being added with UID 1001 instead of UID 0. This looks like a problem with line 754 in pw_user.c, wh

Re: r284665 causes MSI problems -> ahcich2: Timeout in slot 11 port 0

2015-07-13 Thread Harald Schmalzbauer
Bezüglich Harald Schmalzbauer's Nachricht vom 12.07.2015 11:59 (localtime): … >>> I can't find suspicious code in r282213 which could cause this strange >>> regression, but I verified carefully that problem arises with r284665. >>> Actually, r282901 >>> (https://svnweb.freebsd.org/base?view=revis

Re: 10.2-BETA1: pw(8) does not support "pw useradd name -u 0"

2015-07-13 Thread Baptiste Daroussin
On Mon, Jul 13, 2015 at 04:57:32PM +1000, Jan Mikkelsen wrote: > Hi, > > In our system build scripts we have this command: > > /usr/sbin/pw -V $d useradd toor -u 0 -g 0 -d /root -s /bin/sh -c > "Bourne-again Superuser" -g wheel -o > > After 10.2-BETA1, the toor account is being added with UID 1

Re: 10.2-BETA1: pw(8) does not support "pw useradd name -u 0"

2015-07-13 Thread Baptiste Daroussin
On Mon, Jul 13, 2015 at 10:36:28AM +0200, Baptiste Daroussin wrote: > On Mon, Jul 13, 2015 at 04:57:32PM +1000, Jan Mikkelsen wrote: > > Hi, > > > > In our system build scripts we have this command: > > > > /usr/sbin/pw -V $d useradd toor -u 0 -g 0 -d /root -s /bin/sh -c > > "Bourne-again Superu

WITHOUT_OPENSSL and make delete-old

2015-07-13 Thread Matt Smith
Hi, I use the ports version of OpenSSL for everything and don't require the base version. As a result I thought I would remove it by adding WITHOUT_OPENSSL into /etc/src.conf and running make delete-old in /usr/src. However this seems to only want to delete things related to kerberos and gssapi

Re: FreeBSD 10.1 Memory Exhaustion

2015-07-13 Thread Adrian Chadd
.. and in one instance, you had 57gig of RAM allocated just to ZFS 65536 size buffers. -adrian ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubsc

Re: FreeBSD 10.1 Memory Exhaustion

2015-07-13 Thread Adrian Chadd
hi, With that much storage and that many snapshots, I do think you need more than 96GB of RAM in the box. I'm hoping someone doing active ZFS work can comment.. I don't think the ZFS code is completely "memory usage" safe. The "old" Sun suggestions when I started using ZFS was "if your server pan

Re: FreeBSD 10.1 Memory Exhaustion

2015-07-13 Thread Karl Denninger
On 7/13/2015 12:29, Adrian Chadd wrote: > hi, > > With that much storage and that many snapshots, I do think you need > more than 96GB of RAM in the box. I'm hoping someone doing active ZFS > work can comment.. > > I don't think the ZFS code is completely "memory usage" safe. The > "old" Sun sugges

Re: WITHOUT_OPENSSL and make delete-old

2015-07-13 Thread Kevin Oberman
On Mon, Jul 13, 2015 at 7:03 AM, Matt Smith wrote: > Hi, I use the ports version of OpenSSL for everything and don't require > the base version. As a result I thought I would remove it by adding > WITHOUT_OPENSSL into /etc/src.conf and running make delete-old in /usr/src. > However this seems to

Re: WITHOUT_OPENSSL and make delete-old

2015-07-13 Thread Matt Smith
On Jul 13 11:29, Kevin Oberman wrote: On Mon, Jul 13, 2015 at 7:03 AM, Matt Smith wrote: Hi, I use the ports version of OpenSSL for everything and don't require the base version. As a result I thought I would remove it by adding WITHOUT_OPENSSL into /etc/src.conf and running make delete-old in

Re: WITHOUT_OPENSSL and make delete-old

2015-07-13 Thread Brandon Allbery
On Mon, Jul 13, 2015 at 3:14 PM, Matt Smith wrote: > See now I assumed that the only things in the base that used it were > Kerberos, GSSAPI, and OpenSSH. If you read the man page for src.conf it > says that setting WITHOUT_OPENSSL also sets WITHOUT_KERBEROS, > WITHOUT_GSSAPI, and WITHOUT_OPENSSH

Re: WITHOUT_OPENSSL and make delete-old

2015-07-13 Thread Kevin Oberman
On Mon, Jul 13, 2015 at 12:18 PM, Brandon Allbery wrote: > On Mon, Jul 13, 2015 at 3:14 PM, Matt Smith wrote: > >> See now I assumed that the only things in the base that used it were >> Kerberos, GSSAPI, and OpenSSH. If you read the man page for src.conf it >> says that setting WITHOUT_OPENSSL

Re: WITHOUT_OPENSSL and make delete-old

2015-07-13 Thread Brandon Allbery
On Mon, Jul 13, 2015 at 6:58 PM, Kevin Oberman wrote: > Annoying! ssh has explicitly never used of OpenSSL. I just confirmed that > it still does not. It does use gssapi and kerberos, so even though it makes > no use of OpenSSL, it does use those two things which are not actually part > of OpenSS

Re: WITHOUT_OPENSSL and make delete-old

2015-07-13 Thread Dewayne Geraghty
On 14/07/2015 12:03 AM, Matt Smith wrote: > Hi, I use the ports version of OpenSSL for everything and don't > require the base version. As a result I thought I would remove it by > adding WITHOUT_OPENSSL into /etc/src.conf and running make delete-old > in /usr/src. However this seems to only want t

Re: WITHOUT_OPENSSL and make delete-old

2015-07-13 Thread Kevin Oberman
On Mon, Jul 13, 2015 at 4:13 PM, Brandon Allbery wrote: > On Mon, Jul 13, 2015 at 6:58 PM, Kevin Oberman > wrote: > >> Annoying! ssh has explicitly never used of OpenSSL. I just confirmed >> that it still does not. It does use gssapi and kerberos, so even though it >> makes no use of OpenSSL, it