Re: wireless pci card problem

2005-10-14 Thread Joost Tr
http://www.openbsd.org/i386.html#hardware From: man Chan <[EMAIL PROTECTED]> To: misc@openbsd.org Subject: wireless pci card problem Date: Fri, 14 Oct 2005 10:29:01 +0800 (CST) Hello, I got a pci wireless yesterday. After the installation, the system reported that the following message:- rt

Re: WLAN (Linksys WPC111) + WEP

2005-10-06 Thread Joost Tr
Here's an explenation of open vs shared http://www.dslreports.com/forum/remark,8645211~reverse=0;days=10;root=wlan;mode=full From: Nikolaus Hiebaum <[EMAIL PROTECTED]> To: OpenBSD mailing list - misc Subject: Re: WLAN (Linksys WPC111) + WEP Date: Thu, 6 Oct 2005 22:03:50 +0200 (CES

Re: WLAN (Linksys WPC111) + WEP

2005-10-06 Thread Joost Tr
can you connect with open authentication (-A 1) when you set to open auth. AP too From: Nikolaus Hiebaum <[EMAIL PROTECTED]> To: OpenBSD mailing list - misc Subject: Re: WLAN (Linksys WPC111) + WEP Date: Wed, 5 Oct 2005 23:34:19 +0200 (CEST) > > ifconfig wi0 192.168.200.2 255.255.255.0 nwid

Re: OpenBSD on Nokia IP3300?

2005-10-04 Thread Joost Tr
http://web.irtnog.org/howtos-orig/freebsd-firewall-ip330 (freebsd though) www.google.com From: "Mattias R. Lindgren" <[EMAIL PROTECTED]> To: Subject: OpenBSD on Nokia IP3300? Date: Tue, 4 Oct 2005 11:33:13 -0600 Hello everyone. Has anyone tried running openbsd on a Nokia IP3300? It is a 1U

Re: Systrace on chroot, Segmentation fault

2005-09-27 Thread Joost Tr
ubject: Re: Systrace on chroot, Segmentation fault Date: Tue, 27 Sep 2005 10:33:40 -0401 On Tue 2005.09.27 at 12:22 +, Joost Tr wrote: > Is it possible to run systrace on chroot? I get a segmentation fault. > On OpenBSD 3.8-current (GENERIC), Sep 23 2005, i386. > > $ su > # chro

Systrace on chroot, Segmentation fault

2005-09-27 Thread Joost Tr
Is it possible to run systrace on chroot? I get a segmentation fault. On OpenBSD 3.8-current (GENERIC), Sep 23 2005, i386. $ su # chroot -u root / /bin/sh # exit This works. # systrace -a chroot -u root / /bin/sh Segmentation fault (core dumped) This does not.