questions about cvs and patches

2006-08-26 Thread joerch
Hi The new patches on the main ftpserver have all the date 24.8.06, the patches themself contain different dates, like 9.8.06 and if i browse the cvstree on the web i see another different revision number than in the patches and the revnumber of the patches. My questions are: What makes the

Re: new ms usb mouse

2006-08-26 Thread Bachman Kharazmi
I was wrong about that it's blinking all the time, it does only when I remove it from the mousepad. Just to make sure the mouse is working I booted a knoppix live cd and connected the mouse. And it works flawless... with this in dmesg: usb 3-2: new low speed USB device using uhci_hcd and address

Re: Prompted for password even though ssh keys are setup

2006-08-26 Thread Alexander Hall
Greg Thomas wrote: [EMAIL PROTECTED] sudo test.sh debug1: identity file /root/.ssh/identity type -1 debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: Offering public key: /home/ethant/.ssh/id_rsa I cannot reproduce this behaviour. I

Sukkot Special at Tushiyah

2006-08-26 Thread list
Shalom Friends of Tushiyah Press, Sukkot is just around the corner now, and there are many good things developing at Tushiyah Press. We've had a number of requests over the past couple years to offer 'sales' and specials, and we've never done so, always shying away from the 'commercialism'

Re: Sun X2100 on board RAID support?

2006-08-26 Thread David Gwynne
On 26/08/2006, at 5:05 AM, Matt Kolb wrote: stan writes: I've got a bunch of Sun 2100 machines. Nice machine that i plan on doing a number of things with. I'd prefer to use OpenBSD on them for firewalls, and other network related tasks. I've got 2 x 250G drives in these machines, and want

usb Y converter to PS2

2006-08-26 Thread Bachman Kharazmi
Hi I've seen a plug 'n play adapter for usb to two PS2. http://www.dvdmannen.se/upl/mediumres/%7B7CAA387A-C367-40A4-8A11-B1788B7DACAC%7D.jpg I have a older kb/mouse I would like to use. Are these adapters supported in obsd? /bkw

Re: usb Y converter to PS2

2006-08-26 Thread Paul de Weerd
On Sat, Aug 26, 2006 at 02:06:37PM +0200, Bachman Kharazmi wrote: | Hi | | I've seen a plug 'n play adapter for usb to two PS2. | http://www.dvdmannen.se/upl/mediumres/%7B7CAA387A-C367-40A4-8A11-B1788B7DACAC %7D.jpg | | I have a older kb/mouse I would like to use. | | Are these adapters supported

Re: usb Y converter to PS2

2006-08-26 Thread Sebastiaan Indesteege
On Sat, Aug 26, 2006 at 02:06:37PM +0200, Bachman Kharazmi wrote: Hi I've seen a plug 'n play adapter for usb to two PS2. http://www.dvdmannen.se/upl/mediumres/%7B7CAA387A-C367-40A4-8A11-B1788B7DACAC%7D.jpg I have a older kb/mouse I would like to use. Are these adapters supported in obsd?

Re: usb Y converter to PS2

2006-08-26 Thread Bachman Kharazmi
now I've solved the problem by taking a bus to nearest computerstore buying a usb-by-default kb from logitech (model: flat something..) and it works flawless! But in console it ain't the same keymap(language map) as set for the builtin keyboard on the lappy. I tried to type kbd sv from the usb

Re: questions about cvs and patches

2006-08-26 Thread Ingo Schwarze
Moin Joerch, The new patches on the main ftpserver have all the date 24.8.06, the patches themself contain different dates, like 9.8.06 I assume you are referring to the times when the fixes were committed to 3.9-stable: +++ gnu/usr.sbin/sendmail/sendmail/main.c 8 Aug 2006 20:20:42

C syntax: spacing and array indices

2006-08-26 Thread Jacob Yocom-Piatt
while debugging some C code, i encountered an odd issue that i haven't seen before. the trouble is with spacing and nested array evaluation. the line(s) of code in question look like u_int8_t y0, y1, y2, y3; ... y0 = Q1[ Q0 [ Q0[y0] ^ b0(L[1]) ] ^ b0(L[0]) ]; ^^ where there is either

Intel Core2 Duo E6400 BOXDP965LTCK

2006-08-26 Thread Jack Woehr
I'd like to build an OBSD box based on Intel BOXDP965LTCK Main Board http://www.intel.com/products/motherboard/dp965lt/index.htm http://www.intel.com/products/motherboard/dp965lt/index.htm with one Intel Core2 Duo E6400 CPU. My interpretation from searches of the mailing lists is that this is

Re: Intel Core2 Duo E6400 BOXDP965LTCK

2006-08-26 Thread Sam Chill
On 8/26/06, Jack Woehr [EMAIL PROTECTED] wrote: My interpretation from searches of the mailing lists is that this is not explicitly supported and that average users who have tried the latest Intel Core Duo CPU mb's have not been successful. (True, he asks?) I'm afraid I don't have many details,

Re: C syntax: spacing and array indices

2006-08-26 Thread Ted Unangst
On 8/26/06, Jacob Yocom-Piatt [EMAIL PROTECTED] wrote: while debugging some C code, i encountered an odd issue that i haven't seen before. the trouble is with spacing and nested array evaluation. the line(s) of code in question look like whitespace doesn't matter. this isn't python. :) ok,

Re: C syntax: spacing and array indices

2006-08-26 Thread Otto Moerbeek
On Sat, 26 Aug 2006, Jacob Yocom-Piatt wrote: while debugging some C code, i encountered an odd issue that i haven't seen before. the trouble is with spacing and nested array evaluation. the line(s) of code in question look like Please provide a complete test program instead of some

dhclient and numerous addresses on the same interface

2006-08-26 Thread Mischa Diehm
Hi, we were trying to setup a filter-machine behind a dsl-router (dsl-router does dhcp only no static mapping) doing dhclient on its external interface and at the same time have different networks routed over that interface. When you have static addresses configured on the ext. interface every

Re: C syntax: spacing and array indices

2006-08-26 Thread Joachim Schipper
On Sat, Aug 26, 2006 at 12:47:16PM -0500, Jacob Yocom-Piatt wrote: while debugging some C code, i encountered an odd issue that i haven't seen before. the trouble is with spacing and nested array evaluation. the line(s) of code in question look like u_int8_t y0, y1, y2, y3; ... y0 =

Re: sysctl modifications during install?

2006-08-26 Thread Edd Barrett
On 25/08/06, Matthew R. Dempsky [EMAIL PROTECTED] wrote: On Fri, Aug 25, 2006 at 05:38:19AM +1000, Scott Radvan wrote: Or am I missing something which could allow the install to use all available bandwidth? Can you first choose S for shell, run the necessary sysctl commands, then exit the

Re: ssh auth

2006-08-26 Thread openbsd misc
Hiho, i have a small problem with a ssh authentification, hope i misunderstood it, but. i try to copy a file with scp from server to another and scp doesn't ask me for a password. problem, i don't setup any key on this box ... here the details: soekris4801:touche$ ls ~/.ssh

Re: packages failure (was dsniff ports failure), remote package install is terrible

2006-08-26 Thread Edward Ray
This is quite clear. It can't install libiconv because it conflicts with the partial- package it told you that it installed above. Delete the partial- package, figure out what's really wrong (if anything), and try again. What is really wrong is that the pkg_add whateverpackage hangs in the middle

net.inet.recvspace/spendspace defaults (was Re:sysctl modifications during install)

2006-08-26 Thread Sam Chill
On 8/24/06, Scott Radvan [EMAIL PROTECTED] wrote: I have been installing 4.0- beta snapshots via FTP on a few machines (i386 and amd64) and after installation, one of the sysctl modifications I always make is increasing net.inet.tcp.recvspace so I can make full use of my 9Mbit ADSL2+ line.

Re: packages failure (was dsniff ports failure), remote package install is terrible

2006-08-26 Thread Matthias Kilian
On Sat, Aug 26, 2006 at 01:16:13PM -0700, Edward Ray wrote: I am on a cable modem connection so there is no problem with speed; I believe bandwidth constriction at the ftp.openbsd.org site is the problem. I don't think so, since after Marks complaint about us users not testing packages I

Re: ssh auth

2006-08-26 Thread Joachim Schipper
On Sat, Aug 26, 2006 at 09:36:26PM +0200, Julien TOUCHE wrote: i have a small problem with a ssh authentification, hope i misunderstood it, but. i try to copy a file with scp from server to another and scp doesn't ask me for a password. problem, i don't setup any key on this box ... here

Re: packages failure (was dsniff ports failure), remote package install is terrible

2006-08-26 Thread Joachim Schipper
On Sat, Aug 26, 2006 at 01:16:13PM -0700, Edward Ray wrote: This is quite clear. It can't install libiconv because it conflicts with the partial- package it told you that it installed above. Delete the partial- package, figure out what's really wrong (if anything), and try again. What is

Re: packages failure (was dsniff ports failure), remote package install is terrible

2006-08-26 Thread Nick Guenther
On 8/26/06, Edward Ray [EMAIL PROTECTED] wrote: This is quite clear. It can't install libiconv because it conflicts with the partial- package it told you that it installed above. Delete the partial- package, figure out what's really wrong (if anything), and try again. What is really wrong is

Re: net.inet.recvspace/spendspace defaults (was Re:sysctl modifications during install)

2006-08-26 Thread Claudio Jeker
On Sat, Aug 26, 2006 at 04:47:29PM -0400, Sam Chill wrote: On 8/24/06, Scott Radvan [EMAIL PROTECTED] wrote: I have been installing 4.0- beta snapshots via FTP on a few machines (i386 and amd64) and after installation, one of the sysctl modifications I always make is increasing

MegaRAID 320-2x battery tests

2006-08-26 Thread Jeff Ross
I followed with great interest the recent thread on misc@ http://marc.theaimsgroup.com/?l=openbsd-miscm=115620585301672w=2 aboout bad write performance with the MegaRAID 320-2 card, since I was also experiencing what I perceived to be slow write performance with the same card. Unlike

Subscription Model for OpenBSD CDs

2006-08-26 Thread Todd Alan Smith
Hello misc, Has the OpenBSD project ever considered offering a subscription to the OpenBSD CDs. I'm thinking of something similar to that[0] offered by the Slackware Linux Project. I like the idea of knowing that the newest release will be mailed to me as soon as it is available, and I really

Re: Subscription Model for OpenBSD CDs

2006-08-26 Thread Martin Schröder
STFA Best Martin

Re: Subscription Model for OpenBSD CDs

2006-08-26 Thread Todd Alan Smith
On 8/27/06, Martin Schrvder [EMAIL PROTECTED] wrote: STFA Found it. Thanks. Todd Best Martin

struggling with pf

2006-08-26 Thread matthew . garman
For some reason, I'm not getting it when it comes to pf... Two things I can't figure out: (1) filtered vs blocked for some TCP ports and (2) rules for tun0, my vpn interface. First, my /etc/pf.conf: int_if = vr1 ext_if = vr0 vpn_if = tun0 tcp_services = { 22 } udp_services =

Re: Subscription Model for OpenBSD CDs

2006-08-26 Thread Theo de Raadt
Has the OpenBSD project ever considered offering a subscription to the OpenBSD CDs. Yes we have considered it, and no, we won't be doing it. And you could have googled before you became the 50th person to ask the same question.

Re: struggling with pf

2006-08-26 Thread Greg Thomas
On 8/26/06, NetNeanderthal [EMAIL PROTECTED] wrote: On 8/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: For some reason, I'm not getting it when it comes to pf... Two things I can't figure out: (1) filtered vs blocked for some TCP ports and (2) rules for tun0, my vpn interface. First,

Re: ksh vs bash

2006-08-26 Thread Greg Thomas
On 8/26/06, Default User [EMAIL PROTECTED] wrote: I just know I'm going to regret asking this, but . . . why does OpenBSD have ksh as the default shell, rather than bash? ... No flames, please. Just honest thoughtful discussion. Sure, dude. I take it you haven't figured out where the

Re: ksh vs bash

2006-08-26 Thread Sam Chill
On 8/27/06, Default User [EMAIL PROTECTED] wrote: I just know I'm going to regret asking this, but . . . why does OpenBSD have ksh as the default shell, rather than bash? ksh is free while bash is GNU licensed. If it is possible to use free (bsd, public domain, etc) software it is preferable.

Re: ksh vs bash

2006-08-26 Thread mal content
On 27/08/06, Default User [EMAIL PROTECTED] wrote: why does OpenBSD have ksh as the default shell, rather than bash? ... No flames, please. Just honest thoughtful discussion. That's probably not a question that's going to result in honest, thoughtful discussion. MC

usb: uhub1: port 1, set config at addr 2 failed

2006-08-26 Thread Claus Assmann
I got a new toy (Polar heart rate monitor and IR - USB interface) which I'm trying to use with OpenBSD but the software (http://daveb.net/s710/) has been written for Linux. It uses libusb (which I installed) but when I connect the IR-USB interface and invoke the program (s710d -d usb) these errors