Re: SR RAID5 rebuild/stability issue.

2015-09-22 Thread Karel Gardas
On Tue, Sep 22, 2015 at 3:20 AM, Chris Cappuccio wrote: > Karel Gardas [gard...@gmail.com] wrote: >> >> Let me ask, should SR RAID5 survive such testing or is for example >> rebuilding with off-lined drive considered unsupported feature? >> > > It's new, considered experimental and not well tested

Re: ugen0 instead of urtwn0

2015-09-22 Thread Fred
On 09/22/15 06:52, Thuban wrote: Grab relevant src/sys/dev/usb/if_urtwn.c sys/dev/usb/usbdevs from CVS, than cd sys/dev/usb && make, than rebuild/install kernel as described in FAQ. I rebuild and installed the kernel without any error, but still, the usb stick isn't detected as urtwn. What d

Re: ugen0 instead of urtwn0

2015-09-22 Thread Kimmo Paasiala
On Tue, Sep 22, 2015 at 8:52 AM, Thuban wrote: >> Grab relevant >> >> src/sys/dev/usb/if_urtwn.c >> sys/dev/usb/usbdevs >> >> from CVS, than cd sys/dev/usb && make, than rebuild/install kernel >> as described in FAQ. >> > I rebuild and installed the kernel without any error, but still, the usb > s

doas and home directory of target user

2015-09-22 Thread Joel Rees
I have this rule in doas.conf: permit nopass user1 as user2 As user1, I try this at the command line: doas -u user2 whoami and it tells me I am user2, as I expect. And doas -u user2 ls tells me I don't have permission. I kind of expect this. I'm looking for a way to do the equival

Re: solved qemu tap

2015-09-22 Thread Tuyosi Takesima
as homework install run CorePlus-5.1-jaOK(by cdrom)X OK puppy precise571fail perhaps debian should be run as CUI (character base) in slow machine . is very attractive except its slowness . in this vertual

Re: ugen0 instead of urtwn0

2015-09-22 Thread Stefan Sperling
On Mon, Sep 21, 2015 at 11:14:22AM +0200, Thuban wrote: > Hi, > I have a usb wifi dongle supposed to work with urtwn firmware. > usbdevs returns WNA 1000Mv2 Netgear listed here [0] > > But the device is detected as ugen. > > How can I fix this? This device was added to -current after 5.8. It wil

Re: ugen0 instead of urtwn0

2015-09-22 Thread Thuban
> > I rebuild and installed the kernel without any error, but still, the usb > > stick isn't detected as urtwn. > > > > What did I do wrong : > > > > # cd /usr > > # export CVSROOT=anon...@anoncvs.fr.openbsd.org:/cvs > > # cvs -d$CVSROOT checkout -rOPENBSD_5_7 -P src > > > You don't wan

Re: UEFI boot attempt on AM1 platform with logs (9/16 snapshot)

2015-09-22 Thread YASUOKA Masahiko
Hi, On Thu, 17 Sep 2015 20:47:22 -0500 Brian Conway wrote: > The NUC 2820 I was previously testing snapshots with has moved on to a > better place (and lacked any meaningful serial console support), but > here are some logs from an MSI AM1I motherboard, both the attempted > UEFI boot and the succ

Re: doas and home directory of target user

2015-09-22 Thread dan mclaughlin
On Tue, 22 Sep 2015 17:41:57 +0900 Joel Rees wrote: > I have this rule in doas.conf: > > permit nopass user1 as user2 > > As user1, I try this at the command line: > > doas -u user2 whoami > > and it tells me I am user2, as I expect. And > >doas -u user2 ls > > tells me I don't h

Re: doas and home directory of target user

2015-09-22 Thread Benjamin Baier
On Tue, 22 Sep 2015 17:41:57 +0900 Joel Rees wrote: > I have this rule in doas.conf: > > permit nopass user1 as user2 > > As user1, I try this at the command line: > > doas -u user2 whoami > > and it tells me I am user2, as I expect. And > >doas -u user2 ls > > tells me I don't

Recommended miniPCI express wireless module for PC Engines' APU system board?

2015-09-22 Thread Adam
If I recall correctly, some of you reported problems with PC Engines' default option Compex WLE200NX 802.11a/b/g/n. Oh, there is a new Compex WLE600VX 802.11ac as well (for apu, please check software support first). Or, perhaps, I'm better off buying a 3rd party one from Amazon? Intel modules

Making IPv6 NAT prefer privacy address

2015-09-22 Thread Daniel Gillen
Hi I currently have the following rule to nat traffic out to the internet: match out on $if_ext inet6 from $if_int:network to any nat-to ($if_ext) But this chooses from one of the configures addresses (using round-robin). Is there a way I can configure pf to prefer the privacy address (the one

Re: Making IPv6 NAT prefer privacy address

2015-09-22 Thread Giancarlo Razzolini
Em 22-09-2015 15:06, Daniel Gillen escreveu: > Hi > > I currently have the following rule to nat traffic out to the internet: > > match out on $if_ext inet6 from $if_int:network to any nat-to ($if_ext) > > But this chooses from one of the configures addresses (using round-robin). > > Is there a way

Re: UEFI boot attempt on AM1 platform with logs (9/16 snapshot)

2015-09-22 Thread Brian Conway
> Can you try the diff following or > > http://yasuoka.net/~yasuoka/BOOTX64.EFI > > ? Then enter "machine memory" on "boot> " prompt and check the last line. > It shows whether the memory area for kernel is free or not. Like > > Load address: Conventional(7) 0x for KB > > is good sign

dhclient broken on 2015-09-21 amd64 snapshot

2015-09-22 Thread Kurt Mosiejczuk
I just updated my current box to yesterdays (2015-09-21) snapshot. Now it won't keep a network address. eisenhower# dhclient -d em0 DHCPREQUEST on em0 to 255.255.255.255 DHCPACK from 129.21.208.254 (d0:c2:82:f2:94:00) SIOCAIFADDR failed (129.21.208.29): File exists bound to 129.21.208.29 -- ren

Re: console color

2015-09-22 Thread lists
> OK, thanks. After some searching based on this info and some messing > around, it looks like 'export TERM=ansi' and setting t_Co=8 will get me > limited colors in vim without screwing anything up. Further to the excellent write-up by miod@ simply put if you're on x86 PC console any of these en

Re: doas and home directory of target user

2015-09-22 Thread Joel Rees
Thank you, Dan, Ben, and Frank. I see that I have left out some important information: user2 is specified as a non-login class of user in /etc/login.conf, auth=reject: shell=/sbin/nologin, and has a default shell of /sbin/nologin in /etc/passwd . On Tue, Sep 22, 2015 at 5:41 PM, Joel Rees wrote:

Re: doas and home directory of target user

2015-09-22 Thread Joel Rees
Ahem. Dmesg below. (Sorry about that.) On Wed, Sep 23, 2015 at 8:29 AM, Joel Rees wrote: > Thank you, Dan, Ben, and Frank. I see that I have left out some > important information: > > user2 is specified as a non-login class of user in /etc/login.conf, > auth=reject: shell=/sbin/nologin, and has a

Re: update/upgrade

2015-09-22 Thread Patrick Dohman
> On Sep 20, 2015, at 9:36 PM, Quartz wrote: > >> Does your embedded storage run NOR/NAND or something like SDHC Memory >> Cards? >> >> If your systems are running SDHC you can easily create clones with a >> laptop& the DD utility. > > A couple of them do, but it doesn't matter in this case. T

Re: UEFI boot attempt on AM1 platform with logs (9/16 snapshot)

2015-09-22 Thread YASUOKA Masahiko
On Tue, 22 Sep 2015 14:20:22 -0500 Brian Conway wrote: >> Can you try the diff following or >> >> http://yasuoka.net/~yasuoka/BOOTX64.EFI >> >> ? Then enter "machine memory" on "boot> " prompt and check the last line. >> It shows whether the memory area for kernel is free or not. Like >> >>