Re: Strange behavior with carp and preemption

2005-11-24 Thread Ralf Hornik Mailings
Hi Eli, > Eli K. Breen wrote: > Have you tried simply unplugging one's network cable? (to more closely > replicate what would happen during a hard lock or panic?) I should think > things won't be as smooth. Thats correct. When ifconfig down one IF, then it works and the backup becomes master on b

Re: additional features in bsd.rd

2005-11-24 Thread Matthias Kilian
On Wed, Nov 23, 2005 at 10:54:55PM +, Stuart Henderson wrote: > > You can download and upload files using ftp(1). > > I use to do it since OpenBSD 2.9, using standard floppies. > > With ftp in a pipe, you can only retrieve. Strange. I do backups on a server located at Strato using ftp(1) and

Re: remote su root: SORRY

2005-11-24 Thread Otto Moerbeek
On Thu, 24 Nov 2005, Paul Yiu wrote: > > > Sigh. Exact details please. Does su print "Sorry"? Or anything else? > > > Some things you can do to isolate the problem: > > > > 1. Login on console as pyiu and try to su. > Yes that worked ok inserial console. > $ su > Password: > # > > > > 2. When l

Re: man spamd(8) error?

2005-11-24 Thread Claus Niesen
On 2005/11/24 03:30:38 Stuart Henderson wrote: > > On 2005/11/23 16:21:48, Claus wrote: > > Should the 100 be a 800 in the -B switch? > > > > -B maxblack > > [...] The default is maxcon - 100 > > "maxcon minus 100" (so that you leave some connections free for non- > blacklisted hosts)

Re: man spamd(8) error?

2005-11-24 Thread Jason McIntyre
On Thu, Nov 24, 2005 at 03:30:28AM +, Stuart Henderson wrote: > On 2005/11/23 16:21:48, Claus wrote: > > Should the 100 be a 800 in the -B switch? > > > > -B maxblack > > [...] The default is maxcon - 100 > > "maxcon minus 100" (so that you leave some connections free for non- > b

hw.setperf strangeness

2005-11-24 Thread Lars Hansson
This seems a bit strange to ne: $ sysctl hw | tail -2 hw.cpuspeed=1296 hw.setperf=100 $ sudo sysctl -w hw.setperf=0 hw.setperf: 100 -> 0 $ sysctl hw | tail -2 hw.cpuspeed=1296 hw.setperf=0 Hmm..shouldnt cpuspeed have changed? $ sudo sysctl -w hw.setperf=10 hw.setperf: 0 -> 10 $ sysctl hw | tail

Re: usb2ether hw recommendation

2005-11-24 Thread Stephan A. Rickauer
Stuart Henderson wrote: --On 23 November 2005 11:49 +0100, Stephan A. Rickauer wrote: are there any device recommendations for usb Ethernet network adapters supported by the drivers listed by 'apropos usb|grep -i ether|grep -v Class' on 3.8? Searching the web for the chipsets usually gives me J

Re: usb2ether hw recommendation

2005-11-24 Thread Lars Hansson
Compeletely unbranded ~$13 USB ethernet adapter: url0 at uhub2 port 1 url0: REALTEK USB 10/100 LAN, rev 1.10/1.00, addr 2 url0: address 00:e0:4c:03:17:4a urlphy0 at url0 phy 0: RTL internal phy --- Lars Hansson

ipsec.conf / What am I dooing wrong?

2005-11-24 Thread raff
following ipsec.conf(5) i was trying to set up connection between to hosts 192.168.1.115 and 192.168.1.125 I can set it using ipsecadm, and everything works fiine, but using ipsecctl i'm getting some errors like below: # ipsecctl -vvf ipsec.conf @0 flow esp out from 192.168.1.115 to 192.168.1.125

Re: usb2ether hw recommendation

2005-11-24 Thread Stephan A. Rickauer
ugen0 at uhub4 port 1 ugen0: ASIX Electronics AX88178, rev 2.00/0.01, addr 2 I guess I _was_ unlucky. It's a Level one usb-0200. Seems I was to quick. axe(4) should be the right one ... I'll try. -- Stephan A. Rickauer Institut f|r Neuroinformatik Universitd

Re: ipsec.conf / What am I dooing wrong?

2005-11-24 Thread raff
forgot to add config files. # cat ipsec.conf flow esp from 192.168.1.115 to 192.168.1.125 esp from 192.168.1.115 to 192.168.1.125 spi 0x0115:0x0125 \ auth sha1 enc 3des-cbc authkey file "auth115:auth125"\ enckey file "enc115:enc125" # cat auth115 507a89ddbbca07ea

Re: ipsec.conf / What am I dooing wrong?

2005-11-24 Thread Hans-Joerg Hoexer
Hi, ok, please use "hmac-sha1" instead of "sha1" HJ. On Thu, Nov 24, 2005 at 11:04:45AM +0100, raff wrote: > following ipsec.conf(5) i was trying to set up connection between to > hosts 192.168.1.115 and 192.168.1.125 > I can set it using ipsecadm, and everything works fiine, but using > ipsecctl

Re: usb2ether hw recommendation

2005-11-24 Thread David Coppa
What a "usbdevs -dv" gives to you? -David On 11/24/05, Stephan A. Rickauer <[EMAIL PROTECTED]> wrote: > Hello, > > Stephan A. Rickauer wrote: > >> ugen0 at uhub4 port 1 > >> ugen0: ASIX Electronics AX88178, rev 2.00/0.01, addr 2 > >> > >> I guess I _was_ unlucky. It's a Level one usb-0200. > > >

Re: usb2ether hw recommendation

2005-11-24 Thread Stephan A. Rickauer
Hello, Stephan A. Rickauer wrote: ugen0 at uhub4 port 1 ugen0: ASIX Electronics AX88178, rev 2.00/0.01, addr 2 I guess I _was_ unlucky. It's a Level one usb-0200. Seems I was to quick. axe(4) should be the right one ... I'll try. I am stuck now. All I could find out was that I have this dev

Re: additional features in bsd.rd

2005-11-24 Thread Pete Vickers
On 23. nov. 2005, at 23.03, Chris Kuethe wrote: On 23/11/05, Olivier Cherrier <[EMAIL PROTECTED]> wrote: You can download and upload files using ftp(1). I use to do it since OpenBSD 2.9, using standard floppies. i think he wants to do something like ftp -u /tmp/thingy ftp://myserver/pub/inc

Re: ipsec.conf / What am I dooing wrong?

2005-11-24 Thread Hans-Joerg Hoexer
A bit more explanation: Nowadays, HMAC-SHA1/MD5 is used with ESP/AH. Simple keyed SHA1/MD5 is only used with "old" ESP/AH, which is not supported by ipsecctl(8). Thus I'll remove "sha1" from ipsecctl, sorry for the inconvenience. HJ. On Thu, Nov 24, 2005 at 12:01:36PM +0100, Hans-Joerg Hoexer w

Re: usb2ether hw recommendation

2005-11-24 Thread Stephan A. Rickauer
On 11/24/05, Stephan A. Rickauer <[EMAIL PROTECTED]> wrote: Hello, Stephan A. Rickauer wrote: ugen0 at uhub4 port 1 ugen0: ASIX Electronics AX88178, rev 2.00/0.01, addr 2 I guess I _was_ unlucky. It's a Level one usb-0200. Seems I was to quick. axe(4) should be the right one ... I'll try. I

Re: CPU time off by a factor of two

2005-11-24 Thread Alexander Bochmann
...on Thu, Nov 24, 2005 at 06:42:40PM +0800, Uwe Dippel wrote: > Another problem on the Proliant ML350: the time isn't calculated properly. > I noticed the problem with (open)ntpd; which continuously wanted to adjust > by thousands and tens of thousands of seconds; after only a few hours of [.

umass0: CBI reset failed error with Sony DSC-T7

2005-11-24 Thread Fred Crowson
Hi All, I have a Sony DSC-T7, which when connect via usb generates the following errors: umass0: CBI reset failed, STALLED umass0: CBI reset failed, IOERROR umass0: CBI bulk-in stall clear failed, IOERROR and fails to be linked to an sd* device - can anyone point me in the right direction to

Re: VLANs not isolated

2005-11-24 Thread Jason Dixon
On Nov 24, 2005, at 2:29 AM, Camiel Dobbelaar wrote: On Thu, 24 Nov 2005, Jason Dixon wrote: I'm testing PF on a proposed network design and experiencing some unexpected behavior. With three vlan(4) interfaces on the interior of an OpenBSD gateway, each of the clients on a segment is able t

isakmpd tunnels get lost

2005-11-24 Thread Tobias Walkowiak
following scenario: | | LAN A | .---+---. | Firewall A | | and | | VPN-gateway A | +---+---+ |\ | \ | public IP A | == inet == | | public IP B |/ .-+--.

Re: additional features in bsd.rd

2005-11-24 Thread Stuart Henderson
--On 24 November 2005 09:12 +0100, Matthias Kilian wrote: > You can download and upload files using ftp(1). > I use to do it since OpenBSD 2.9, using standard floppies. With ftp in a pipe, you can only retrieve. Strange. I do backups on a server located at Strato using ftp(1) and dump(8). I d

Borghi Toscani News della 47� settimana 2005

2005-11-24 Thread Borghi Toscani News
[IMAGE] [IMAGE] Borghi Toscani | E - mail | Registrati | Inserisci un locale | Meteo | News [IMAGE] NUOVI INSERIMENTI Newsletter della 47B0 settimana 2005 LINK CONSIGLIATI Hotel Alex LAST MINUTE IN TOSCANA OFFERTE SOGGIORNI IN TOSCANA LAST MINUTE FIRENZE NEW WEB SITE ABETONE.COM MULTIPA

CCD Mirroring HOWTO

2005-11-24 Thread Robbert Haarman
For those who are interested, I've uploaded a tutorial on setting up mirroring using ccd(4) to http://inglorion.net/documents/tutorials/ccd/. -- Bob

Re: hw.setperf strangeness

2005-11-24 Thread Theo de Raadt
*classic* bug report. You completely fail to mention the machine type, or show a dmesg. I just don't get it. How is it that people keep forgetting that? Are they just totally unaware that there are machine differences, and they might matter? > This seems a bit strange to ne: > $ sysctl hw | ta

Re: spamd vs the sober worm

2005-11-24 Thread Bob Beck
My running blacklist (24 hour expiry) from my greytraps bloated from a usual total of about 6000 hosts to over 20,000 during the worst of it. Net result being most of them hit the wall, unless they came via a previously whitelisted mailhost - and then you go at them other ways.

OpenBSD Crypto Globe Shirt

2005-11-24 Thread Bruno Carnazzi
Hi all, Will this powerfull shirt be available in Europe/Worldwide ? Is there something special about it which make it not available ? I really love it !! :) Best regards, Bruno.

Re: CCD Mirroring HOWTO

2005-11-24 Thread Robbert Haarman
> http://inglorion.net/documents/tutorials/ccd/ > > I have a few questions/comments about the above and about ccd > in OpenBSD in general. > > 1) You talk about "RAID only works with whole disks"? I'm curious > which RAID implementation you're referring to... it seems like you > might be talk

Re: CCD Mirroring HOWTO

2005-11-24 Thread Greg Oster
Hi In openbsd-misc you mentioned this web-page: http://inglorion.net/documents/tutorials/ccd/ I have a few questions/comments about the above and about ccd in OpenBSD in general. 1) You talk about "RAID only works with whole disks"? I'm curious which RAID implementation you're referring to..

Re: additional features in bsd.rd

2005-11-24 Thread Alexander Hall
Stuart Henderson wrote: (echo "cd /pub/incoming put |dmesg dmesg.txt") | ftp -a some.server I still can't work out how to pipe the output directly through ftp but this is better and less confusing anyway. Thanks for the prod. Something like { echo "put - kalle"; cat; } | ftp -a localhos

Re: CPU time off by a factor of two

2005-11-24 Thread J Moore
On Thu, Nov 24, 2005 at 06:42:40PM +0800, the unit calling itself Uwe Dippel wrote: I'm not clear on something... does the time drift with OpenBSD *alone*; i.e. without ntpd running? Jay > Another problem on the Proliant ML350: the time isn't calculated properly. > I noticed the problem with (

mozilla/firefox serif font

2005-11-24 Thread Jimmy Scott
Hello misc@, I had this problem a long time, and I've spend the last 48 hours looking and trying for a solution without success (not for the first time). The problem I'm facing is that on sites which don't use a specific font, which should default to 'serif' and actually is 'bitstream vera serif'

New idea on CPU fan problem

2005-11-24 Thread PARAMVIR DHINDSA
Date : Nov 25, 2005 Dear Sir, I want to know whether I can replace the generic kernel included in the OpenBSD distribution with Kernel included in the bootable(installation) floppy as problem

huge passwd/group database

2005-11-24 Thread Gustavo Rios
Hey folks, reading groups functions for openbsd i could realize that in order to have supplementary groups retrieved, the routine pass through the entire database group. For each of the group entry, it scans if the given user matches in the list of the group member. I believe this approach does no

3.8: ath(4) card not working in 11a/g mode?

2005-11-24 Thread Robert Stepanek
Hi, I have two cards using the atheros chipset. However, setting up one as access point and the other as client only yields a connection when I enforce 11b mode on both cards. I am using a 3.8 GENERIC kernel (dated 27 Oct): OpenBSD 3.8 (GENERIC) #1: Thu Oct 27 18:22:38 CEST 2005 It detect

Re: New idea on CPU fan problem

2005-11-24 Thread Alexander Hall
PARAMVIR DHINDSA wrote: Date : Nov 25, 2005 Dear Sir, I want to know whether I can replace the generic kernel included in the OpenBSD distribution with Kernel included in the bootable(installat

Re: mozilla/firefox serif font

2005-11-24 Thread Speek
Jimmy Scott inet-solutions.be> writes: > The problem I'm facing is that on sites which don't use a specific font, > which should default to 'serif' and actually is 'bitstream vera serif', > the text is/looks bold/blurry (wider than 1px). This really anoyes me > when reading text/books because it

Re: CPU time off by a factor of two

2005-11-24 Thread Uwe Dippel
On Thu, 24 Nov 2005 14:40:59 -0600, J Moore wrote: > I'm not clear on something... does the time drift with OpenBSD *alone*; > i.e. without ntpd running? Yes. Now I let it run on its own, without ntpd, through the last night and send me a mail (I am not at it) each minute. Starting at 19.00 exac

Re: hw.setperf strangeness

2005-11-24 Thread Lars Hansson
On Thu, 24 Nov 2005 09:23:32 -0700 Theo de Raadt <[EMAIL PROTECTED]> wrote: > *classic* bug report. You completely fail to mention the machine > type, or show a dmesg. Actually, I sent the dmesg in my immediatelly previous message to the list and therefore I didnt attach again. As for the machine

Re: hw.setperf strangeness

2005-11-24 Thread Theo de Raadt
> > *classic* bug report. You completely fail to mention the machine > > type, or show a dmesg. > Actually, I sent the dmesg in my immediatelly previous message to the list > and therefore I didnt attach again. Oh come on. You think we have all day to find various mails from various people and p

Re: hw.setperf strangeness

2005-11-24 Thread Lars Hansson
On Thu, 24 Nov 2005 10:03:44 +0800 Lars Hansson <[EMAIL PROTECTED]> wrote: > It would appear that changing hw-setperf doesn't actually do anything at all > on this box. The dmesg says it has Speedstep though. Err, it has speedstep but that's not in the dmesg. --- Lars Hansson

Re: hw.setperf strangeness

2005-11-24 Thread Lars Hansson
On Thu, 24 Nov 2005 18:48:44 -0700 Theo de Raadt <[EMAIL PROTECTED]> wrote: > Oh come on. > > You think we have all day to find various mails from various people and > piece them together? Indeed, that would be silly. I should have attached it. My mistake. --- Lars Hansson