Re: head && auditdistd

2013-05-14 Thread Alexander Yerenkow
This is new (relatively) user which required in host machine when you make installworld. Months ago I proposed to add check for existence of this user at begin of any actions with sources (for example for interactive mode only, and optional for build-, but mandatory for install- ). But as it seems

Re: files disappearing from ls on NFS

2013-05-14 Thread Hartmut Brandt
On Mon, 13 May 2013, Rick Macklem wrote: RM>Hartmut Brandt wrote: RM>> On Sun, 12 May 2013, Rick Macklem wrote: RM>> RM>> RM>Hartmut Brandt wrote: RM>> RM>> Hi, RM>> RM>> RM>> RM>> I've updated one of my -current machines this week (previous RM>> update RM>> RM>> was in RM>> RM>> february). Now I

Re: head && auditdistd

2013-05-14 Thread Gary Jennejohn
On Tue, 14 May 2013 10:05:36 +0300 Alexander Yerenkow wrote: > This is new (relatively) user which required in host machine when you make > installworld. > Months ago I proposed to add check for existence of this user at begin of > any actions with sources (for example for interactive mode only,

Re: head && auditdistd

2013-05-14 Thread Matthias Apitz
El día Tuesday, May 14, 2013 a las 10:05:59AM +0200, Gary Jennejohn escribió: > > 2013/5/14 Matthias Apitz > > > > > > > > # pw useradd -n auditdistd -g audit -c "Auditdistd unprivileged user" -d > > > /var/empty -s /usr/sbin/nologin > > > > > > Can someone bring a bit light into this? Thanks in

Re: head && auditdistd

2013-05-14 Thread Lars Engels
On Tue, May 14, 2013 at 10:24:52AM +0200, Matthias Apitz wrote: > El día Tuesday, May 14, 2013 a las 10:05:59AM +0200, Gary Jennejohn escribió: > > > > 2013/5/14 Matthias Apitz > > > > > > > > > > > # pw useradd -n auditdistd -g audit -c "Auditdistd unprivileged user" -d > > > > /var/empty -s /u

Re: 9.1 -> current migration problem

2013-05-14 Thread Eir Nym
-- Eir Nym On 12 May 2013 19:48, Paul Dokas wrote: > Thanks Dan! I was hoping that this would be something simple like this. > The entry in UPDATING that you are referring to is: > > 20130121: > Due to the use of the new -l option to install(1) during build > and install, you

Re: files disappearing from ls on NFS

2013-05-14 Thread Rick Macklem
Hartmut Brandt wrote: > On Mon, 13 May 2013, Rick Macklem wrote: > > RM>Hartmut Brandt wrote: > RM>> On Sun, 12 May 2013, Rick Macklem wrote: > RM>> > RM>> RM>Hartmut Brandt wrote: > RM>> RM>> Hi, > RM>> RM>> > RM>> RM>> I've updated one of my -current machines this week (previous > RM>> update >

RE: files disappearing from ls on NFS

2013-05-14 Thread Hartmut.Brandt
Hi Rick, sorry for top-posting - this is Outlook :-( Attached is the system configuration. I use this more or less unchanged since years. The machine is an 8-core AMD64 with 144GByte memory. The nfsstats -m output for the two file systems I'm testing with is: knopfs01:/OP_UserUnix on /home nfs

[head tinderbox] failure on arm/arm

2013-05-14 Thread FreeBSD Tinderbox
TB --- 2013-05-14 12:50:18 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-05-14 12:50:18 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

Re: head && auditdistd

2013-05-14 Thread Justin Hibbits
You should run 'mergemaster -p' before installworld, as that would add any necessary new users to the file. - Justin On May 13, 2013 11:48 PM, "Matthias Apitz" wrote: > > Hello, > > Today morning I wanted to make and install a fresh /head to an USB key > for further distribution the usual way: >

Re: head && auditdistd

2013-05-14 Thread Alexander Yerenkow
That's a pretty anti-user design, when such information is pretty obscure and spread in Updating and wiki. You can have buildbox, which just builds worlds and install it not to self-host system, but instead to some image / or to other disk. And in one day all just stops working, and ask you to run

Re: head && auditdistd

2013-05-14 Thread Justin Hibbits
It is recommended to run mergemaster -p prior to all installworld. - Justin On May 14, 2013 7:35 AM, "Alexander Yerenkow" wrote: > That's a pretty anti-user design, when such information is pretty obscure > and spread in Updating and wiki. > You can have buildbox, which just builds worlds and in

Re: head && auditdistd

2013-05-14 Thread Fleuriot Damien
On May 14, 2013, at 8:47 AM, Matthias Apitz wrote: > > Hello, > > Today morning I wanted to make and install a fresh /head to an USB key > for further distribution the usual way: > > ... > # make installworld DESTDIR=/mnt > # make installkernel DESTDIR=/mnt KERNCONF=GENERIC INSTALL_NODEBUG=t

RE: files disappearing from ls on NFS

2013-05-14 Thread Hartmut.Brandt
Now I've also changed NFS_DIRBLKSIZ to 4k - no change. harti -Original Message- From: Rick Macklem [mailto:rmack...@uoguelph.ca] Sent: Tuesday, May 14, 2013 2:50 PM To: Brandt, Hartmut Cc: curr...@freebsd.org Subject: Re: files disappearing from ls on NFS Hartmut Brandt wrote: > On Mon,

Re: FreeBSD-HEAD gets stuck on vnode operations

2013-05-14 Thread Roger Pau Monné
On 13/05/13 17:00, Konstantin Belousov wrote: > On Mon, May 13, 2013 at 04:33:04PM +0200, Roger Pau Monn? wrote: >> On 13/05/13 13:18, Roger Pau Monn? wrote: Thanks for taking a look, >> I would like to explain this a little bit more, the syncer process >> doesn't get blocked on the _mtx_trylock_

Re: FreeBSD-HEAD gets stuck on vnode operations

2013-05-14 Thread Konstantin Belousov
On Tue, May 14, 2013 at 06:08:45PM +0200, Roger Pau Monn? wrote: > On 13/05/13 17:00, Konstantin Belousov wrote: > > On Mon, May 13, 2013 at 04:33:04PM +0200, Roger Pau Monn? wrote: > >> On 13/05/13 13:18, Roger Pau Monn? wrote: > > Thanks for taking a look, > > >> I would like to explain this a

Re: head && auditdistd

2013-05-14 Thread Matthias Apitz
El día Tuesday, May 14, 2013 a las 07:20:02AM -0700, Justin Hibbits escribió: > You should run 'mergemaster -p' before installworld, as that would add any > necessary new users to the file. I see no need to run 'mergemaster' if one installs world and kernel into an empty mount point (device). The

Re: openjdk6 broken on current

2013-05-14 Thread Johannes Dieterich
Hi, On 05/13/13 14:20, Jung-uk Kim wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-05-11 05:25:41 -0400, O. Hartmann wrote: On Thu, 2013-05-09 at 17:16 -0500, Larry Rosenman wrote: On 2013-05-09 06:16, Damjan Jovanovic wrote: On Wed, May 8, 2013 at 8:52 PM, Larry Rosenman wrote

Re: FreeBSD-HEAD gets stuck on vnode operations

2013-05-14 Thread Roger Pau Monné
On 14/05/13 18:31, Konstantin Belousov wrote: > On Tue, May 14, 2013 at 06:08:45PM +0200, Roger Pau Monn? wrote: >> On 13/05/13 17:00, Konstantin Belousov wrote: >>> On Mon, May 13, 2013 at 04:33:04PM +0200, Roger Pau Monn? wrote: On 13/05/13 13:18, Roger Pau Monn? wrote: >> >> Thanks for taki

Re: head && auditdistd

2013-05-14 Thread Justin Hibbits
There was talk, and I think work, to use a separate passwd file for installworld, I don't know how far that got, thought. - Justin On May 14, 2013 10:09 AM, "Matthias Apitz" wrote: > El día Tuesday, May 14, 2013 a las 07:20:02AM -0700, Justin Hibbits > escribió: > > > You should run 'mergemaster

VAIO intel i7 Ivy Bridge ultrabook installation fail: Disks not found

2013-05-14 Thread Nicolas Alexander Scheibling
Hello, as I am newly writing to these mailing lists, forgive my formal and content-relative mistakes. As it stands now, I would absolutely love installing some 10-CURRENT on my newly acquired SONY VAIO ultrabook. AFAIK powered by Ivy Bridge ULV, 1.9 - 2.3 GHz. It has an additional SATA 32 GB Sams

Re: VAIO intel i7 Ivy Bridge ultrabook installation fail: Disks not found

2013-05-14 Thread Daniel Nebdal
On Tue, May 14, 2013 at 7:41 PM, Nicolas Alexander Scheibling wrote: > Hello, > > as I am newly writing to these mailing lists, forgive my formal and > content-relative mistakes. > > As it stands now, I would absolutely love installing some 10-CURRENT on > my newly acquired SONY VAIO ultrabook. AF

Re: VAIO intel i7 Ivy Bridge ultrabook installation fail: Disks not found

2013-05-14 Thread Raphael Kubo da Costa
Nicolas Alexander Scheibling writes: > As it stands now, I would absolutely love installing some 10-CURRENT on > my newly acquired SONY VAIO ultrabook. AFAIK powered by Ivy Bridge ULV, > 1.9 - 2.3 GHz. It has an additional SATA 32 GB Samsung SSD and a > regular 500 GB HDD. It comes with Win 8, ca

Re: sysvshm: replace Giant with a local sx lock

2013-05-14 Thread Mateusz Guzik
On Tue, Apr 23, 2013 at 11:36:21PM +0200, Mateusz Guzik wrote: > On Tue, Apr 23, 2013 at 11:55:32PM +0300, Konstantin Belousov wrote: > > On Tue, Apr 23, 2013 at 10:38:23PM +0200, Mateusz Guzik wrote: > > > I would like to replace Giant with a local sx lock in sysvshm code. > > > Looked really stra

Enhanced BIO_DELETE support & ZFS TRIM enabled by default in current

2013-05-14 Thread Steven Hartland
Hi guys I just wanted to let everyone know that as of r249921 TRIM on ZFS is enabled by default unless you explicitly disable it using vfs.zfs.trim.enabled in loader.conf. Delete support for CAM SCSI now includes supporting ATA TRIM on SCSI controllers as long as the controller supports ata_pass1

Re: files disappearing from ls on NFS

2013-05-14 Thread Rick Macklem
Hartmut Brandt wrote: > Hi Rick, > > sorry for top-posting - this is Outlook :-( > > Attached is the system configuration. I use this more or less > unchanged since years. The machine is an 8-core AMD64 with 144GByte > memory. > > The nfsstats -m output for the two file systems I'm testing with

Re: head && auditdistd

2013-05-14 Thread Lowell Gilbert
Matthias Apitz writes: > El día Tuesday, May 14, 2013 a las 07:20:02AM -0700, Justin Hibbits escribió: > >> You should run 'mergemaster -p' before installworld, as that would add any >> necessary new users to the file. > > I see no need to run 'mergemaster' if one installs world and kernel into >