Re: USB Disk problems

2007-10-18 Thread James Hartley
On 10/17/07, Steve Shockley [EMAIL PROTECTED] wrote: Edwards, David (JTS) wrote: I'm using 250G laptop disks powered from the USB cable. Maybe you're hitting the limit of the USB power output? Anecdotally, I have a laptop IDE drive enclosure with a USB interface, the supplied cable has

Wireless WAP encryption question

2007-10-18 Thread Predrag Punosevac
I was wondering if somebody can direct me to some reading material about using WAP/WAP2 wireless networks under OpenBSD. I read carefully FAQ as well as man pages for ifconfig and it seems to me (probably I am wrong) that OpenBSD supports only WEP wireless protocol by default. I understand

Re: Wireless WAP encryption question

2007-10-18 Thread Richard Toohey
You need to hang out at undeadly.org ... 8-) http://undeadly.org/cgi?action=articlesid=20070705092624 Or the archives ... http://marc.info/?l=openbsd-miscw=2r=1s=wpaq=b http://marc.info/?l=openbsd-miscm=117983545326556w=2 On 18/10/2007, at 10:04 PM, Predrag Punosevac wrote: I was wondering

Re: cp(1) bug ?

2007-10-18 Thread Richard Toohey
This looks like fun ... 8-) And this is open source, so let's follow the code and learn something as we go along ... But first, I guess it IS following your instructions ... You asked it to copy what's in directory foo, recursively. And you are changing what's in foo at the same time ... 1.

Re: Wireless WAP encryption question

2007-10-18 Thread Luca Corti
On Thu, 2007-10-18 at 02:04 -0700, Predrag Punosevac wrote: I was wondering if somebody can direct me to some reading material about using WAP/WAP2 wireless networks under OpenBSD. WPA. WAP is a different thing. I read carefully FAQ as well as man pages for ifconfig and it seems to me

Re: Wireless WAP encryption question

2007-10-18 Thread Predrag Punosevac
Yes I meant WPA/WPA2 :-[ . It is 2:30am in Arizona. I better go to sleep instead of playing with computers. Mitja Muenih wrote: Try to google for WPA / WPA2, you'll get much more results this way... :) WPA on OpenBSD is a work in progress, not done yet. Mitja -Original Message-

Re: ipsec(4) routing for a branch offices

2007-10-18 Thread Brian A Seklecki (Mobile)
On Thu, 2007-10-18 at 09:35 +0200, Mitja MuEeniD wrote: This is the correct behaviour, as ipsec tunnel selection happens earlier in the process than route selection, the traffic for 192.168.64.0/24 enters the tunnel because it matches the remote subnet 192.168.0.0/16. Use this on the

Re: em(4) - IFCAP_VLAN_MTU IFCAP_VLAN_HWTAGGING ?

2007-10-18 Thread Tony Sarendal
On 10/18/07, Brian A. Seklecki [EMAIL PROTECTED] wrote: On Wed, 17 Oct 2007 10:52:34 +0200 Henning Brauer [EMAIL PROTECTED] wrote: * Brian A. Seklecki [EMAIL PROTECTED] [2007-10-16 23:01]: All: I see that IFCAP_VLAN_MTU is available, but IFCAP_VLAN_HWTAGGING, as seen in ti(4),

iSCSI

2007-10-18 Thread Artur Litwinowicz
Hi :), quick question: how can I connect OpenBSD box to iSCSI storage ? Best regards, Artur

Re: em(4) - IFCAP_VLAN_MTU IFCAP_VLAN_HWTAGGING ?

2007-10-18 Thread Brian A. Seklecki
On Thu, 18 Oct 2007 14:16:59 +0100 Tony Sarendal [EMAIL PROTECTED] wrote: Just a 5 minute quick test, nothing too scientific. Thanks! What was your IXIA platform? RHEL with gig interface or an appliance? ~BAS -- Brian A. Seklecki [EMAIL PROTECTED] IMPORTANT: This message contains

Re: iSCSI

2007-10-18 Thread mickey
On Thu, Oct 18, 2007 at 04:13:35PM +0200, Artur Litwinowicz wrote: Hi :), quick question: how can I connect OpenBSD box to iSCSI storage ? by means of an iSCSI cable? cu -- paranoic mickey (my employers have changed but, the name has remained)

Re: running password gorilla on 4.1 on i386

2007-10-18 Thread Siju George
On 10/16/07, Steve Shockley [EMAIL PROTECTED] wrote: Chris wrote: I have tcl-8.4.7p5 and tk-8.4.7p1 install; I could not find incrTcl in the package or ports list. I downloaded v8.4.9 of tclkit (http://www.equi4.com/pub/tk/downloads.html) but when I run it, it says can't load library

Re: em(4) - IFCAP_VLAN_MTU IFCAP_VLAN_HWTAGGING ?

2007-10-18 Thread Tony Sarendal
On 10/18/07, Brian A. Seklecki [EMAIL PROTECTED] wrote: On Thu, 18 Oct 2007 14:16:59 +0100 Tony Sarendal [EMAIL PROTECTED] wrote: Just a 5 minute quick test, nothing too scientific. Thanks! What was your IXIA platform? RHEL with gig interface or an appliance? I used an Optixia XM12,

writing non-ascii characters via SSH

2007-10-18 Thread Juan Miscaro
I am currently experiencing difficulty in writing text files containing French characters on my OpenBSD 4.0 server via SSH. On both the FreeBSD client system and on the OpenBSD server system I have the following: ~/.profile: export LANG=C export LC_CTYPE=fr_CA.ISO8859-1 export

Copying/Moving files to msdos filesystems

2007-10-18 Thread Edd Barrett
Hi, You get this error when putting files on a msdos filesystem: mv: /mnt/usb/PRO2KXP.exe: set owner/group: Invalid argument Do you think this should be ommitted in the case of an msdos filesystem, as it is obvious that the permissions are not compatible. I use the rox file manager to move

COM ports

2007-10-18 Thread Artur Litwinowicz
Hi :), maybe stupid problem but for the beginner not exactly ;) : I am trying to connect by COM port to my mobile using gnokii tool (tool for phones made by Nokia) but without success :( Which device in OpenBSD represents COM port and maybe it needs some extra steps ? Currently on my

Hoststated check https; what am I missing?

2007-10-18 Thread dave-bsd
Greetings list, Long story short, we're moving from some alteon AD3's to openbsd, and in support of that effort I've constructed a small testing environment including two carp'd openbsd boxes running hoststated, and a single webserver sitting behind them. The problem is that I can't seem to get

Re: COM ports

2007-10-18 Thread Paul de Weerd
On Thu, Oct 18, 2007 at 05:50:19PM +0200, Artur Litwinowicz wrote: | Hi :), |maybe stupid problem but for the beginner not exactly ;) : | I am trying to connect by COM port to my mobile using gnokii tool (tool | for phones made by Nokia) but without success :( | Which device in OpenBSD

Re: COM ports

2007-10-18 Thread Alexey Vatchenko
2007-10-18, Artur Litwinowicz [EMAIL PROTECTED] writes: Which device in OpenBSD represents COM port and maybe it needs some extra steps ? Currently on my box runs OpenBSD 4.0 (the most wonderful system on the World : man 4 cua /dev/cua0* -- real serial ports /dev/cuaU* -- USB serial

Re: No acpi0 on ASUS A7N8X Deluxe?

2007-10-18 Thread Pierre Riteau
On Thu, Oct 18, 2007 at 04:35:38PM +0200, Markus Bergkvist wrote: Even though bios0 reports ASUS A7N8X Deluxe ACPI BIOS during boot, I see no acpi0 in the dmesg, w/o acpi enabled. Unsupported, or am I just not supposed to see a acpi0 device? disable apm0 if you want to see use acpi. On the

12 years...

2007-10-18 Thread Stephan Andre'
I'm surprised no one has mentioned that OpenBSD is 12 years old as of today. It's been a great ride so far, and I hope that it continues far into the future. The future OpenBSD stuff could be helped out with a small gift via Paypal... Happy Birthday OpenBSD! --STeve Andre'

Re: Hoststated check https; what am I missing?

2007-10-18 Thread Pierre-Yves Ritschard
I'm wondering how sensitive hoststated is to the certificate (might check https digest fail because the server certificate and the name I'm asking for don't match?), or could it be that hoststated computes the https digest before the html output is decrypted? Hoststated doesn't check

Re: 12 years...

2007-10-18 Thread Jacob Yocom-Piatt
Stephan Andre' wrote: I'm surprised no one has mentioned that OpenBSD is 12 years old as of today. It's been a great ride so far, and I hope that it continues far into the future. The future OpenBSD stuff could be helped out with a small gift via Paypal... Happy Birthday OpenBSD!

Re: iSCSI

2007-10-18 Thread Steve Shockley
mickey wrote: On Thu, Oct 18, 2007 at 04:13:35PM +0200, Artur Litwinowicz wrote: quick question: how can I connect OpenBSD box to iSCSI storage ? by means of an iSCSI cable? While that's true, I'm guessing he already has an Ethernet cable... A quick Google search shows some people

Re: 12 years...

2007-10-18 Thread Lars Noodén
Congrats. Suppose the original (or early) announcements are still around? http://groups.google.com/grphp?tab=ng -Lars

NFS exporting /usr/ports and -maproot=root

2007-10-18 Thread Landry Breuil
Hi, i'm struggling to make my ports-tree usable on all my machines, it seems that in my configuration -maproot=root in /etc/exports doesn't work: on the server (4.1 stable), /etc/exports contains : /usr/ports -maproot=root client perms : drwxrwxr-x 47 root wsrc 1024 Oct 18 19:40 /usr/ports

Re: Copying/Moving files to msdos filesystems

2007-10-18 Thread Ted Unangst
On 10/18/07, Edd Barrett [EMAIL PROTECTED] wrote: You get this error when putting files on a msdos filesystem: mv: /mnt/usb/PRO2KXP.exe: set owner/group: Invalid argument Do you think this should be ommitted in the case of an msdos filesystem, as it is obvious that the permissions are not

Re: iSCSI

2007-10-18 Thread Diana Eichert
On Thu, 18 Oct 2007, Steve Shockley wrote: mickey wrote: On Thu, Oct 18, 2007 at 04:13:35PM +0200, Artur Litwinowicz wrote: quick question: how can I connect OpenBSD box to iSCSI storage ? by means of an iSCSI cable? While that's true, I'm guessing he already has an Ethernet cable...

Re: No acpi0 on ASUS A7N8X Deluxe?

2007-10-18 Thread Markus Bergkvist
Pierre Riteau wrote: disable apm0 if you want to see use acpi. Thanks, that helped. I have the same motherboard and I noticed that devices on the iic bus are not always detected. There is no causal link with acpi, you just happened to see that behavior after enabling acpi but it would have

Re: Copying/Moving files to msdos filesystems

2007-10-18 Thread Edd Barrett
Hi, On 18/10/2007, Ted Unangst [EMAIL PROTECTED] wrote: Do you think this should be ommitted in the case of an msdos filesystem, as it is obvious that the permissions are not compatible. If the duplication of the file characteristics fails for any reason, mv shall write a diagnostic

Re: 12 years...

2007-10-18 Thread Trash Compactor
Stephan Andre' wrote: I'm surprised no one has mentioned that OpenBSD is 12 years old as of today. It's been a great ride so far, and I hope that it continues far into the future. The future OpenBSD stuff could be helped out with a small gift via Paypal... Happy Birthday OpenBSD!

hoststated: throws Undefined error: 0 in i386 -current

2007-10-18 Thread Rolf Sommerhalder
This simple configuration file for hoststated below is syntactically correct (and semantically, too), however apparently only if its file mode bits are 600 (which makes sense). Somehow, I ended up with mode bits being set to 644, upon which hoststated refused to accept it but throws an Undefined

Re: ipsec with carp

2007-10-18 Thread Patrick Hemmen
Heinrich Rebehn schrieb: Patrick Hemmen wrote: Ok. Before using carp/sasyncd the IPSEC tunnel had worked. The isakmpd daemon listen on all interfaces/ip addresses. I am illustrating my set up vpngw01: 10.10.10.101 carp: 10.10.10.1 -- INTERNET -- remote gateway: 192.168.1.1

Re: Hoststated check https; what am I missing?

2007-10-18 Thread dave
On Thu, Oct 18, 2007 at 07:08:30PM +0200, Pierre-Yves Ritschard wrote: I'm wondering how sensitive hoststated is to the certificate (might check https digest fail because the server certificate and the name I'm asking for don't match?), or could it be that hoststated computes the https

Re: NFS exporting /usr/ports and -maproot=root

2007-10-18 Thread Dorian Büttner
Landry Breuil schrieb: Hi, i'm struggling to make my ports-tree usable on all my machines, it seems that in my configuration -maproot=root in /etc/exports doesn't work: on the server (4.1 stable), /etc/exports contains : /usr/ports -maproot=root client perms : drwxrwxr-x 47 root wsrc 1024

Re: hoststated: throws Undefined error: 0 in i386 -current

2007-10-18 Thread Ted Unangst
On 10/18/07, Rolf Sommerhalder [EMAIL PROTECTED] wrote: This simple configuration file for hoststated below is syntactically correct (and semantically, too), however apparently only if its file mode bits are 600 (which makes sense). Somehow, I ended up with mode bits being set to 644, upon

Re: NFS exporting /usr/ports and -maproot=root

2007-10-18 Thread Landry Breuil
On 10/18/07, Dorian B|ttner [EMAIL PROTECTED] wrote: Landry Breuil schrieb: Hi, i'm struggling to make my ports-tree usable on all my machines, it seems that in my configuration -maproot=root in /etc/exports doesn't work: on the server (4.1 stable), /etc/exports contains :

Re: Wireless WAP encryption question

2007-10-18 Thread Predrag Punosevac
Maxim Belooussov wrote: hi, On 10/18/07, Predrag Punosevac [EMAIL PROTECTED] wrote: Yes I meant WPA/WPA2 :-[ . It is 2:30am in Arizona. I better go to sleep instead of playing with computers. Mitja Muenih wrote: Try to google for WPA / WPA2, you'll get much more results this way...

Re: hoststated: throws Undefined error: 0 in i386 -current

2007-10-18 Thread Pierre-Yves Ritschard
Rolf Sommerhalder [EMAIL PROTECTED] wrote: This simple configuration file for hoststated below is syntactically correct (and semantically, too), however apparently only if its file mode bits are 600 (which makes sense). Somehow, I ended up with mode bits being set to 644, upon which

Re: Wireless WAP encryption question

2007-10-18 Thread Predrag Punosevac
Nick Guenther wrote: On 10/18/07, Luca Corti [EMAIL PROTECTED] wrote: On Thu, 2007-10-18 at 02:04 -0700, Predrag Punosevac wrote: I read carefully FAQ as well as man pages for ifconfig and it seems to me (probably I am wrong) that OpenBSD supports only WEP wireless protocol by

Re: cp(1) bug ?

2007-10-18 Thread Ben Goren
On 2007 Oct 18, at 4:40 PM, Edd Barrett wrote: On 18/10/2007, Richard Toohey [EMAIL PROTECTED] wrote: $ mkdir foo $ cp -R foo foo Ill try this on a solaris box and a linix box tomorrow at work :P Mac OS X 10.4 behaves exactly the same way as OpenBSD does. Cheers, b [demime 1.01d

Re: Wireless WAP encryption question

2007-10-18 Thread Nick Guenther
On 10/18/07, Luca Corti [EMAIL PROTECTED] wrote: On Thu, 2007-10-18 at 02:04 -0700, Predrag Punosevac wrote: I read carefully FAQ as well as man pages for ifconfig and it seems to me (probably I am wrong) that OpenBSD supports only WEP wireless protocol by default. I understand that both

Re: cp(1) bug ?

2007-10-18 Thread Nick Guenther
On 10/18/07, Edd Barrett [EMAIL PROTECTED] wrote: On 18/10/2007, Richard Toohey [EMAIL PROTECTED] wrote: $ mkdir foo $ cp -R foo foo Ill try this on a solaris box and a linix box tomorrow at work :P For what's it's worth, this is what OS X decides: Axkbk:~ kousu$ mkdir test Axkbk:~

COM ports - Nokia 6310i and DLR-3 com cable

2007-10-18 Thread OpenBSD News
Nick Guenther pisze: On 10/18/07, Artur Litwinowicz [EMAIL PROTECTED] wrote: Hi :), maybe stupid problem but for the beginner not exactly ;) : I am trying to connect by COM port to my mobile using gnokii tool (tool for phones made by Nokia) but without success :( Which device in

Re: iSCSI

2007-10-18 Thread Jesse Callaway
On 10/18/07, Diana Eichert [EMAIL PROTECTED] wrote: On Thu, 18 Oct 2007, Steve Shockley wrote: mickey wrote: On Thu, Oct 18, 2007 at 04:13:35PM +0200, Artur Litwinowicz wrote: quick question: how can I connect OpenBSD box to iSCSI storage ? by means of an iSCSI cable? While

Re: cp(1) bug ?

2007-10-18 Thread Edd Barrett
On 18/10/2007, Richard Toohey [EMAIL PROTECTED] wrote: $ mkdir foo $ cp -R foo foo Ill try this on a solaris box and a linix box tomorrow at work :P -- Best Regards Edd --- http://students.dec.bournemouth.ac.uk/ebarrett