Adding more tools to be used by operator group members

2013-01-22 Thread Olivier Cochard-Labbé
Hi all, There are only 2 useable tools by operator group members: shutdown (and its child: poweroff, halt, etc…) and mksnap_ffs. On my HAL-less laptop, I've put my user in the operator group that let me reboot/power-off it with shutdown. But I would to be able to suspend-resume it too (with

Re: installworld fails

2013-01-22 Thread Ryan Stone
On Tue, Jan 22, 2013 at 1:24 AM, Jason Evans jas...@freebsd.org wrote: On Jan 21, 2013, at 10:13 PM, AN a...@neu.net wrote: FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r245766: Tue Jan 22 00:49:02 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 Is anyone seeing

r245791: make installworld fails

2013-01-22 Thread O. Hartmann
A make installworld fails since today on FreeBSD 10.0-CURRENT/amd64. FreeBSD 10.0-CURRENT #0 r245455: Tue Jan 15 11:31:21 CET 2013 See error message below. Regards, Oliver [...] mkdir -p /tmp/install.qSk73yBh progs=$(for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find

Re: installworld fails

2013-01-22 Thread Brooks Davis
On Tue, Jan 22, 2013 at 08:49:12AM -0500, Ryan Stone wrote: On Tue, Jan 22, 2013 at 1:24 AM, Jason Evans jas...@freebsd.org wrote: On Jan 21, 2013, at 10:13 PM, AN a...@neu.net wrote: FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r245766: Tue Jan 22 00:49:02 EST 2013

Re: r245791: make installworld fails

2013-01-22 Thread O. Hartmann
Grmpf ... obviously, I should look first into the list, then post. it has been discovered by others recently ... On 01/22/13 16:45, O. Hartmann wrote: A make installworld fails since today on FreeBSD 10.0-CURRENT/amd64. FreeBSD 10.0-CURRENT #0 r245455: Tue Jan 15 11:31:21 CET 2013 See error

Re: installworld fails

2013-01-22 Thread Brooks Davis
On Tue, Jan 22, 2013 at 10:02:39AM -0600, Brooks Davis wrote: On Tue, Jan 22, 2013 at 08:49:12AM -0500, Ryan Stone wrote: On Tue, Jan 22, 2013 at 1:24 AM, Jason Evans jas...@freebsd.org wrote: On Jan 21, 2013, at 10:13 PM, AN a...@neu.net wrote: FreeBSD FBSD10 10.0-CURRENT FreeBSD

Re: ZFS + usb in trouble?

2013-01-22 Thread Alexander Nedotsukov
Hans, Please see my reply to Pawel. I believe that GELI test does suffice you request. Also I did try quirk you mentioned but it did not fix the problem. I wonder if anybody else besides me can reproduce this. Thanks, Alexander. On 22.01.2013, at 6:44, Hans Petter Selasky hsela...@c2i.net

Re: ZFS + usb in trouble?

2013-01-22 Thread Alexander Nedotsukov
Hi Pawel, Here what I did. # geli onetime -a hmac/sha1 -s 4096 /dev/da5 # dmesg | tail -15 wlan0: link state changed to UP ugen5.4: USBest Technology at usbus5 umass2: USBest Technology USB Mass Storage Device, class 0/0, rev 2.00/1.00, addr 4 on usbus5 umass2: SCSI over Bulk-Only; quirks =

if_re not working on boot

2013-01-22 Thread Jia-Shiun Li
Hi all, wondering if anyone else encounters the same situation. LOM Realtek RT8111F on my mainboard Asus P8H77M-LE does not appear to work on boot. Ping to any hosts has no response. But after ifconfig re0 down up it works fine. Looks like something was not properly initialized. verbose dmesg:

ACPI panic on unplugging the power cord.

2013-01-22 Thread Pawel Jakub Dawidek
I just upgraded to HEAD today and was wondering what will explode. Now I know. When I unplug power cord from my laptop, ACPI panics. Pictures here: http://people.freebsd.org/~pjd/misc/acpi_panic_0.jpg http://people.freebsd.org/~pjd/misc/acpi_panic_1.jpg Let me know if you need

Re: Adding more tools to be used by operator group members

2013-01-22 Thread Gleb Smirnoff
On Tue, Jan 22, 2013 at 02:03:12PM +0100, Olivier Cochard-Labb? wrote: O There are only 2 useable tools by operator group members: O shutdown (and its child: poweroff, halt, etc?) and mksnap_ffs. O O On my HAL-less laptop, I've put my user in the operator group that let O me reboot/power-off it

Re: ZFS + usb in trouble?

2013-01-22 Thread Pawel Jakub Dawidek
On Tue, Jan 22, 2013 at 11:47:29PM +0900, Alexander Nedotsukov wrote: Hi Pawel, Here what I did. # geli onetime -a hmac/sha1 -s 4096 /dev/da5 # dmesg | tail -15 wlan0: link state changed to UP ugen5.4: USBest Technology at usbus5 umass2: USBest Technology USB Mass Storage Device, class

Re: Adding more tools to be used by operator group members

2013-01-22 Thread Adrian Chadd
Ah, the historical difference between shutdown -r and reboot adrian On 22 January 2013 09:59, Gleb Smirnoff gleb...@freebsd.org wrote: On Tue, Jan 22, 2013 at 02:03:12PM +0100, Olivier Cochard-Labb? wrote: O There are only 2 useable tools by operator group members: O shutdown (and its

Re: [PATCH] Variable-size ioctl data handling

2013-01-22 Thread John Baldwin
On Monday, January 21, 2013 3:26:21 pm Yuri wrote: Hi, Could anybody please review and check in the patch patch-ioctl-var-size.txt from this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=175425 ? This patch introduces the generic way to pass variable size ioctl argument using the

Re: kmem_map auto-sizing and size dependencies

2013-01-22 Thread Artem Belevich
On Mon, Jan 21, 2013 at 1:06 PM, Pawel Jakub Dawidek p...@freebsd.org wrote: On Fri, Jan 18, 2013 at 08:26:04AM -0800, m...@freebsd.org wrote: Should it be set to a larger initial value based on min(physical,KVM) space available? It needs to be smaller than the physical space, [...]

Re: kmem_map auto-sizing and size dependencies

2013-01-22 Thread Adam McDougall
On 1/22/2013 6:22 PM, Artem Belevich wrote: On Mon, Jan 21, 2013 at 1:06 PM, Pawel Jakub Dawidek p...@freebsd.org wrote: On Fri, Jan 18, 2013 at 08:26:04AM -0800, m...@freebsd.org wrote: Should it be set to a larger initial value based on min(physical,KVM) space available? It needs to be

Re: panic after r244584

2013-01-22 Thread Vitalij Satanivskij
Vitalij Satanivskij wrote: VS Jaakko Heinonen wrote: VS JH On 2013-01-19, Jaakko Heinonen wrote: VS JH On 2013-01-18, Alexander Motin wrote: VS JH At cam/scsi/ses_set_physpath.c ses_set_physpath(). Duplicate names are VS JH impossible there, as previous name components are unique. Special VS