Re: suspend command - curious of function

2008-09-20 Thread Paul de Weerd
On Fri, Sep 19, 2008 at 11:51:45PM +, ropers wrote: | 2008/9/20 Ingo Schwarze [EMAIL PROTECTED]: | In OpenBSD, most shell builtins and shell command aliases do not have | their own man page or man page symlink. Such symlinks should not be | added: Many shells have similar builtins, so

Re: dhcpd and bootp

2008-09-20 Thread Stuart Henderson
On 2008-09-19, Lars Kotthoff [EMAIL PROTECTED] wrote: To clarify, dhcp works perfectly as long as there isn't any bootp involved, i.e. clients which are configured to use dhcp get IP address, domain name, etc work fine. Is this taken care of? There must be at least one host statement

Re: dhcpd and bootp

2008-09-20 Thread Lars Kotthoff
Is this taken care of? There must be at least one host statement for every BOOTP client that is to be served. Yes. I actually copied the configuration from a a Linux server I was using before for DHCP/BOOTP where everything was working fine. It uses BPF, it won't show up in

AMD64 large memory support (4+GB RAM) status?

2008-09-20 Thread Sebastian Rother
Hello everybody, I would like to know what's the current status of large memory support in OpenBSD is. I tried contacting developers and even wrote a mail to tech@ because I noticed the related patches where nuked for the 4.4 release but they where not reactivated afterwards. I can life without

Help with CARP

2008-09-20 Thread Jonathan Carter
Hi Any ideas with this one please? I have 2 openBSD boxes running as pair of firewalls using CARP + PF. This set up is already working for 12 months. Last week I was troubleshooting network problems reported by my clients and I noticed that several CARP interfaces had failed over. I

Re: obsd43 building opera

2008-09-20 Thread Pau
Hi, I am posting this to misc because the problem (see appended emails bottom) is not from the port, as I thought, but from the laptop. If you want to see the long file with messages, please look to recent posts in ports. Nikolay, yes, I have started to think it's a hw problem... I just made a

broken disk?

2008-09-20 Thread Pau
Hi, I recently posted in ports some problems I am having with an i386 laptop http://marc.info/?l=openbsd-portsm=122191620826430w=2 and especially http://marc.info/?l=openbsd-portsm=122189105726930w=2 Nikolay suggested it could be a hardware problem. To be sure, I made a clean install of the

Re: broken disk?

2008-09-20 Thread Lars Kotthoff
SMART Self-test log structure revision number 1 No self-tests have been logged. [To run self-tests, use: smartctl -t] You need to explicitely run the self test, e.g. smartctl -t long /dev/wd0c and wait until it finished -- the above section of smartctl -a /dev/wd0c will tell you. Also see

route label vs pftable

2008-09-20 Thread Insan Praja SW
Hi Misc@, Right now I'm using bgpd to labeled my internet routes, so I can use it with pf to split bandwidth allocation on single interface to two distinct network, the internet and regional exchange, and using this way I only forward/allow routeable IP addresses supplied from bgpd. Other

PPP / demand-dial / failing first outbound connection

2008-09-20 Thread Martin Schmitt
Hi all! I have the -current snapshot from Sep. 10 on my ALIX board, and have configured pppd for demand-dialing on a UMTS modem. # cat /etc/ppp/peers/umts cuaU0 7372800 debug noauth nocrtscts :10.11.12.13 ipcp-accept-local defaultroute demand user none persist idle 600 holdoff 300 connect

Re: Help with CARP

2008-09-20 Thread Jose Quinteiro
I had similar problems with a couple of little Soekris boxes. I solved it by increasing advskew. I think they can't handle the interrupt load at peak times. I'm in the process of replacing them. HTH, Jose. Jonathan Carter wrote: Hi Any ideas with this one please? I have 2 openBSD

isakmpd question (isakmpd.conf - ipsec.conf)

2008-09-20 Thread Toni Mueller
Hi, in my VPN setup, I want to authenticate sites to each other using X.509 certificates. In my classic isakmpd.conf, I have this: [IPSEC-mobile-clients] Phase= 2 Configuration= mobile-quick-mode Local-ID= default-route Remote-ID= dummy-remote

Re: dhcpd and bootp

2008-09-20 Thread Stuart Henderson
On 2008-09-20, Lars Kotthoff [EMAIL PROTECTED] wrote: Is this taken care of? There must be at least one host statement for every BOOTP client that is to be served. Yes. I actually copied the configuration from a a Linux server I was using before for DHCP/BOOTP where everything

Re: broken disk?

2008-09-20 Thread Stuart Henderson
On 2008-09-20, Pau [EMAIL PROTECTED] wrote: Therefore I booted into memtest86 from a linux live CD. The test went fine this does not necessarily mean the RAM is good; just that memtest didn't find a problem.

Re: Help with CARP

2008-09-20 Thread Jonathan Carter
I have it set to (1) on the promary and (100) on the backup. How high did you set yours? Jonathan -Original Message- From: Jose Quinteiro [mailto:[EMAIL PROTECTED] Sent: 20 September 2008 20:45 To: Jonathan Carter Cc: misc@openbsd.org Subject: Re: Help with CARP I had similar

Re: dhcpd and bootp

2008-09-20 Thread Lars Kotthoff
you can't assume that working on your Linux system means you have the correct config format for OpenBSD. It's a different dhcpd. Yes, I adapted the format; the host declaration is the same though. if it responds to DHCP requests, it's listening properly, same port for both protocols. That's

UFS on OpenBSD

2008-09-20 Thread Beavis
Hi guys, Just wanted to ask if it's possible to format a drive on OpenBSD and tagged it as a UFS (makes it readable on a mac). I've been reading the newfs manpage but with no luck... anyone care to point me to some helpful links. any help will be awesomely appreciated. -b

Re: UFS on OpenBSD

2008-09-20 Thread Ted Unangst
On Sat, Sep 20, 2008 at 6:16 PM, Beavis [EMAIL PROTECTED] wrote: Just wanted to ask if it's possible to format a drive on OpenBSD and tagged it as a UFS (makes it readable on a mac). I've been reading the newfs manpage but with no luck... anyone care to point me to some helpful links. The

Re: suspend command - curious of function

2008-09-20 Thread Paul M
I agree entirely. While man(1) is great, which(1) is also an essential tool. Learn to love it. paul On 20/09/2008, at 7:27 PM, Paul de Weerd wrote: On Fri, Sep 19, 2008 at 11:51:45PM +, ropers wrote: | 2008/9/20 Ingo Schwarze [EMAIL PROTECTED]: | In OpenBSD, most shell builtins and

Re: UFS on OpenBSD

2008-09-20 Thread Beavis
thanks for the reply ted... i guess even if i try to forman the drive on HFS I won't be able to mount it on openbsd. i guess only way still is msdos_fs thanks again... :-) On Sat, Sep 20, 2008 at 4:30 PM, Ted Unangst [EMAIL PROTECTED] wrote: On Sat, Sep 20, 2008 at 6:16 PM, Beavis [EMAIL

Re: suspend command - curious of function

2008-09-20 Thread Ted Unangst
On Sat, Sep 20, 2008 at 6:27 PM, Paul M [EMAIL PROTECTED] wrote: I agree entirely. While man(1) is great, which(1) is also an essential tool. Learn to love it. ...if you are a csh user. Otherwise type is better than which.

Re: NSA Resources For Rapid Targeting and Routing Analysis

2008-09-20 Thread Toni Mueller
On Fri, 19.09.2008 at 11:06:20 -0700, Bryan Irvine [EMAIL PROTECTED] wrote: The government is out to get us all. Put on your tinfoil hat and prepare for the revolution! However laughable you may find it: I actually _had_ (verified) VPN breakage which I could avoid by not routing my traffic

alix help

2008-09-20 Thread Kendall Shaw
Hi, I got an alix2c2 which I'm hoping to install openbsd on. Is there a way to upgrade it's bios and install openbsd on it from openbsd? I see instructions for upgrading the bios using freedos, so I got a CF card reader and used instructions to install freedos from windows xp, but when I boot

Re: alix help

2008-09-20 Thread Stuart Henderson
On 2008-09-20, Kendall Shaw [EMAIL PROTECTED] wrote: I got an alix2c2 which I'm hoping to install openbsd on. Is there a way to upgrade it's bios and install openbsd on it from openbsd? someone mentioned working on it, but nothing further.. I see instructions for upgrading the bios using

perl/CGI getting SIGSEGV *occasionally*, called by apache in chrooted env

2008-09-20 Thread Robert Urban
Hi folks, OS Env: OBSD4.3 running on a dual-PIII (ProLiant 380). I've got a perl/CGI script doing a bunch of stuff (talking to PostgreSQL, writing files, etc) which is dying with SIGSEGV, but only occasionally. I'm unable to reproduce the death outside of the chrooted env manually. I did,

Limit number of login sessions

2008-09-20 Thread Maximo Pech
Hi I'm looking for a way to configure a limit for the maximum number of simultaneous login sessions for a user. I want to do this for preventing users to create multiple ssh sessions. I think something similar can be done trough pf, but that's not the approach I'm looking for.

Can one dd to /dev/rwd0c?

2008-09-20 Thread Sunnz
OK I am trying to completely erase the data of a hard disk so I though I can just do `dd if=/dev/arandom of=/dev/rwd0c` as to my understanding that is the entire hard disk (slice c) of wd0 in 'raw' mode? But that dd refuse to do it. So now I am doing the same thing but to wd0c instead. Is this

Re: Can one dd to /dev/rwd0c?

2008-09-20 Thread Aaron Stellman
On Sun, Sep 21, 2008 at 06:02:37AM +0100, Sunnz wrote: OK I am trying to completely erase the data of a hard disk so I though I can just do `dd if=/dev/arandom of=/dev/rwd0c` as to my understanding that is the entire hard disk (slice c) of wd0 in 'raw' mode? But that dd refuse to do it.