[Error code 1] Compiling -STABLE fails

2008-06-14 Thread F. Caulier
I'm currently trying to follow the -STABLE branch, so I followed all the instructions found in ttp://openbsd.org/stable.html until building the kernel with 'make clean && make depend && make'. This is what I get: #: make clean && make depend && make rm -f eddep *bsd bsd.gdb tags *.[io] [a-z]*.s [

Re: Macbook Pro Core Duo and 4.3

2008-06-14 Thread Jonathan Gray
Try a new snapshot in a few days, things in ACPI land have changed a lot since 4.3. On Sat, Jun 14, 2008 at 09:27:52PM -0700, Aaron Hsu wrote: > Hey all, > > I have previously been able to run OpenBSD 4.2-current on my Macbook Pro. > It's been a while since I did so, but I wanted to go ahead and

Macbook Pro Core Duo and 4.3

2008-06-14 Thread Aaron Hsu
Hey all, I have previously been able to run OpenBSD 4.2-current on my Macbook Pro. It's been a while since I did so, but I wanted to go ahead and reinstall my machine with 4.3. The biggest change that I expected to affect me was the automatic enabling of ACPI for the kernel. I thought this woul

Re: 4.3: netstat question

2008-06-14 Thread Claudio Jeker
On Sat, Jun 14, 2008 at 10:55:52PM -0400, David Higgs wrote: > On Sat, Jun 14, 2008 at 9:16 PM, Henning Brauer <[EMAIL PROTECTED]> wrote: > > * David Higgs <[EMAIL PROTECTED]> [2008-06-15 01:59]: > >> On Sat, Jun 14, 2008 at 1:11 PM, Henning Brauer <[EMAIL PROTECTED]> wrote: > >> > * Toni Mueller <

Re: 4.3: netstat question

2008-06-14 Thread David Higgs
On Sat, Jun 14, 2008 at 9:16 PM, Henning Brauer <[EMAIL PROTECTED]> wrote: > * David Higgs <[EMAIL PROTECTED]> [2008-06-15 01:59]: >> On Sat, Jun 14, 2008 at 1:11 PM, Henning Brauer <[EMAIL PROTECTED]> wrote: >> > * Toni Mueller <[EMAIL PROTECTED]> [2008-06-14 11:29]: >> >> Would it be possible to

Get rid of windows limit in 'window'?

2008-06-14 Thread F. Caulier
I just discovered 'window' in base, a very usefull tool! I was used to install 'screen' to get a terminal multiplexer but as I found 'window' which gives me multiplexing without 'screen's' bloat and restrictive license. Just two questions: Is there an example.windowrc available somewhere or would

Re: 4.3: netstat question

2008-06-14 Thread Henning Brauer
* David Higgs <[EMAIL PROTECTED]> [2008-06-15 01:59]: > On Sat, Jun 14, 2008 at 1:11 PM, Henning Brauer <[EMAIL PROTECTED]> wrote: > > * Toni Mueller <[EMAIL PROTECTED]> [2008-06-14 11:29]: > >> Would it be possible to walk along the live table, without copying the > >> table, or would the continuo

Re: OpenSSL On Openbsd help

2008-06-14 Thread Stuart Henderson
On 2008-06-14, General Delivery <[EMAIL PROTECTED]> wrote: > If, as you've indicated, you're going to use the cert for e-commerce, then > self-signed is NOT the way to go. > > FREE, no cost, non-testing, one-year SSLs are available from > http://cert.startcom.org. starcom's root CA is "recognized"

Re: OpenSSL On Openbsd help

2008-06-14 Thread Calomel
Khalid, A certificate bought from a trusted Certificate Authority simply means a client can verify the certificate's validity through a third party. This does not mean the web page data is securely encrypted, does not mean the data on the site is valid and does not mean that the data can not be co

Re: 4.3: netstat question

2008-06-14 Thread David Higgs
On Sat, Jun 14, 2008 at 1:11 PM, Henning Brauer <[EMAIL PROTECTED]> wrote: > * Toni Mueller <[EMAIL PROTECTED]> [2008-06-14 11:29]: >> Would it be possible to walk along the live table, without copying the >> table, or would the continuous stream of route inserts and deletes lead >> to a corrupted

Re: snmpd

2008-06-14 Thread Brian A. Seklecki
> I get: > SNMPv2-MIB::sysORID.1 = OID: SNMPv2-SMI::mib-2 > SNMPv2-MIB::sysORID.2 = OID: IP-MIB::ip > SNMPv2-MIB::sysORID.3 = OID: SNMPv2-MIB::snmp > SNMPv2-MIB::sysORID.4 = OID: SNMPv2-SMI::mib-2.17 > SNMPv2-MIB::sysORID.5 = OID: IF-MIB::ifMIB > SNMPv2-MIB::sysORID.6 = OID: SNMPv2-SMI::enterprises

Re: usb gamepads

2008-06-14 Thread rivo nurges
On Sat, Jun 14, 2008 at 09:33:01AM -0400, Stephen Takacs wrote: Hi! > Do they work on OpenBSD? I don't see any mention of them in the FAQ or > man pages. Not exactly same but few days ago I tested USB Wheel(http://www.speed-link.com/?p=2&cat=314&pid=1804&paus=1) and it worked. uhidev0 at uhub3

Re: in-kernel pppoe problems

2008-06-14 Thread openbsd misc
Hello, sorry, version 4.1 and 4.2. Thanks for your reply, I'll check that. Regards Hagen Volpers > -Urspr|ngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Im Auftrag von Pierre Riteau > Gesendet: Samstag, 14. Juni 2008 00:28 > An: misc(at)openbsd.org > Cc: misc@o

Re: OpenSSL On Openbsd help

2008-06-14 Thread General Delivery
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Khalid Schofield Sent: Saturday, June 14, 2008 12:34 To: misc@openbsd.org Subject: OpenSSL On Openbsd help Hi, I need to get a proper signed ssl certificate for my ecommerce website hosted on my openbsd box

Re: OpenSSL On Openbsd help

2008-06-14 Thread Hannah Schroeter
Hi! Even if I'm not the OP, this is a good guide... Cool. On Sat, Jun 14, 2008 at 10:42:37AM -0700, Dustin Lundquist wrote: >[...] >The process of setting up signed cert is as follows: >1. Generate your private key and secure file permissions (you want to do >this in a secure fashion, i.e. on th

Re: OpenSSL On Openbsd help

2008-06-14 Thread Khalid Schofield
This is REALLY useful. Thanks. Gets right to the matter! Although this will fix my issue the other people's replys are an interesting insight and I shall follow advice and read about how x509 works. On Sat, 14 Jun 2008, Dustin Lundquist wrote: Khalid Schofield wrote: So do I have to use pa

Re: OpenSSL On Openbsd help

2008-06-14 Thread Khalid Schofield
On Sat, 14 Jun 2008, Chris Kuethe wrote: On 6/14/08, Khalid Schofield <[EMAIL PROTECTED]> wrote: One last thing who would you recomend to sign my csr? I got my cert through godaddy. ~$20. took about 4hrs, start to finish... I started looking at godaddy and almost bought a 4 year certificat

Re: pf.conf comment lines

2008-06-14 Thread Philip Guenther
On Sat, Jun 14, 2008 at 8:58 AM, Sunnz <[EMAIL PROTECTED]> wrote: > 2008/6/14 Philip Guenther <[EMAIL PROTECTED]>: >> Sadly, this varies among languages and file-formats. You just have to >> know how the one you're working in behaves. > > So, when in doubt, comment every line that needs to be comm

Re: openbgp: operation not permitted

2008-06-14 Thread Lu Vo
2008/6/13 Claudio Jeker <[EMAIL PROTECTED]>: > On Fri, Jun 13, 2008 at 12:47:26PM -0700, Lu Vo wrote: > > Greetings, > > > > I set up 2 routers running openbgpd. The first one is working well. The > > 2nd one is not. > > > > I am seeing these errors in the syslog > > > > Jun 13 14:18:13 router2

Re: OpenSSL On Openbsd help

2008-06-14 Thread Dustin Lundquist
Khalid Schofield wrote: > So do I have to use pass phrases when generating the certificate? If I > use a pass phrase why? How does it effect the certificate and it's use? > > Also if I use a pass phrase do I have to tell apache about it? Does it > go in a config or do I have to enter it when reloa

Re: 4.3: netstat question

2008-06-14 Thread Henning Brauer
* Toni Mueller <[EMAIL PROTECTED]> [2008-06-14 11:29]: > Would it be possible to walk along the live table, without copying the > table, or would the continuous stream of route inserts and deletes lead > to a corrupted view and/or access to the wrong parts of the system's > memory (which must to be

Re: OpenSSL On Openbsd help

2008-06-14 Thread Damien Miller
On Sat, 14 Jun 2008, Khalid Schofield wrote: > Hi, > I need to get a proper signed ssl certificate for my ecommerce website > hosted on my openbsd box. Getting confused as most websites describe > how to do this in many different ways and most refere to self signed > certificates. Wanted to ask th

Re: libc.so Problem with snapshot from 14 June

2008-06-14 Thread Earin Gregor
Thank you Markus and Otto for your quick answers. That clarifies a lot!

Re: libc.so Problem with snapshot from 14 June

2008-06-14 Thread Markus Lude
On Sat, Jun 14, 2008 at 06:21:35PM +0200, Earin Gregor wrote: > Good day everyone > > I tried today to upgrade to the snapshot of the 14 June. > All went fine as usual. Before I used a snapshot from hmm about a month ago > (don't remember correctly). > > After a final reboot xdm did no longer sta

Re: libc.so Problem with snapshot from 14 June

2008-06-14 Thread Otto Moerbeek
On Sat, Jun 14, 2008 at 06:21:35PM +0200, Earin Gregor wrote: > Good day everyone > > I tried today to upgrade to the snapshot of the 14 June. > All went fine as usual. Before I used a snapshot from hmm about a month ago > (don't remember correctly). > > After a final reboot xdm did no longer st

Re: cwm keybindings misbehavior

2008-06-14 Thread Matthew Szudzik
On Sat, Jun 14, 2008 at 03:37:57PM +, Matthew Szudzik wrote: > Note, I was told by one of the Fluxbox developers that I need to add the > following line > > xmodmap -e 'add Mod4 = Super_L' > > to my .xinitrc file if I want the Windows key to be well-behaved, but I > don't understand the reas

OpenSSL On Openbsd help

2008-06-14 Thread Khalid Schofield
Hi, I need to get a proper signed ssl certificate for my ecommerce website hosted on my openbsd box. Getting confused as most websites describe how to do this in many different ways and most refere to self signed certificates. Wanted to ask the experts before I go and throw $100 at the task.

Re: cwm keybindings misbehavior

2008-06-14 Thread Glenn Becker
one interesting one i have found is that M- will not work on firefox if there are tabs/multiple pages open. I always configure my window managers to use the Windows key (i.e. Mod4) rather than Control or Alt (i.e. Meta). This prevents conflicts with the applications that are being managed by th

libc.so Problem with snapshot from 14 June

2008-06-14 Thread Earin Gregor
Good day everyone I tried today to upgrade to the snapshot of the 14 June. All went fine as usual. Before I used a snapshot from hmm about a month ago (don't remember correctly). After a final reboot xdm did no longer start with an error message of a missing libc.so.45.0 After some investigation

Re: cwm keybindings misbehavior

2008-06-14 Thread Matthew Szudzik
On Sat, Jun 14, 2008 at 02:09:38PM +, Glenn Becker wrote: > one interesting one i have found is that M- will not work on firefox > if there are tabs/multiple pages open. I always configure my window managers to use the Windows key (i.e. Mod4) rather than Control or Alt (i.e. Meta). This prev

Re: captivating window manager

2008-06-14 Thread Pieter Verberne
On Sat, Jun 14, 2008 at 05:59:26AM -0700, F. Caulier wrote: > --- Pieter Verberne <[EMAIL PROTECTED]> wrote: > > I'm working almost only full screen. So DWM is not > > -that- usefull for me > > actually. > > > > > I had a look on CWM first cause it was in base, > > and finaly I found it > > > more

Re: pf.conf comment lines

2008-06-14 Thread Sunnz
2008/6/14 Philip Guenther <[EMAIL PROTECTED]>: > > Sadly, this varies among languages and file-formats. You just have to > know how the one you're working in behaves. > So, when in doubt, comment every line that needs to be comment out, should work in almost all cases? -- This e-mail may be co

Re: pfctl -s labels vs netstat -I -b

2008-06-14 Thread Toni Mueller
Hi, On Tue, 05.06.2007 at 17:30:47 +0200, Stefan Castille <[EMAIL PROTECTED]> wrote: > dmesg will follow as soon as i can reboot one of these machines look at /var/run/dmesg.boot. That might be what you're looking for. Kind regards, --Toni++

Re: captivating window manager

2008-06-14 Thread Nicolas Legrand
>> What I need is a GNU-Screen-like >> graphical-window-manager. Smaller than >> DWM and have a permissive license. > > Do you know 'ratpoison' [0]? > It's not under a permissive license nor smaller than > dwm, but it's GNU-Screen-like. > > If you plan to develop a window manager which is > GNU-Sc

Re: usb gamepads

2008-06-14 Thread Antti Harri
On Sat, 14 Jun 2008, Stephen Takacs wrote: Do they work on OpenBSD? I don't see any mention of them in the FAQ or man pages. It looks like some of the ports (generator, zsnes, xmame) link against usbhid, but others (snes9x) don't. Any hardware recommendations? I have some cheap usb gamepad

Re: cwm keybindings misbehavior

2008-06-14 Thread Glenn Becker
I can't get the response desired to some of the default keybindings in cwm. one interesting one i have found is that M- will not work on firefox if there are tabs/multiple pages open. +-+ Glenn Becker - [EMAIL PROTECTED] SDF Public Access UN

Re: OT: App to get detailed http measurements

2008-06-14 Thread Pete Vickers
I've had good results with SIEGE http://www.joedog.org/ /Pete On 14 Jun 2008, at 12:55, Mikolaj Kucharski wrote: Hi, This is off topic, but does anyone know preferably commandline utility with which I could test HTTP server? What interests me is repeated connections and stats how long it

usb gamepads

2008-06-14 Thread Stephen Takacs
Do they work on OpenBSD? I don't see any mention of them in the FAQ or man pages. It looks like some of the ports (generator, zsnes, xmame) link against usbhid, but others (snes9x) don't. Any hardware recommendations? -- Stephen Takacs <[EMAIL PROTECTED]> http://perlguru.net/ 4149 FD5

4.3/amd64 install failure

2008-06-14 Thread Alphons "Fonz" van Werven
When trying to install OpenBSD 4.3/amd64 on a PC (cpu: AMD 64 X2, board: Asus M2N SLI Deluxe), the system hangs at the (I)nstall (U)pgrade etc. prompt. I can't provide the complete dmesg because it scrolls by too fast for me to write down, but the last couple of lines are: isa0 at mainbus0 com0

Re: captivating window manager

2008-06-14 Thread F. Caulier
--- Pieter Verberne <[EMAIL PROTECTED]> wrote: > I'm working almost only full screen. So DWM is not > -that- usefull for me > actually. > > > I had a look on CWM first cause it was in base, > and finaly I found it > > more attractive. Taste matter. > ( CWM's binary is almost twice the size of DWM

Re: Call for testing - uvideo(4)

2008-06-14 Thread Jona Joachim
On 2008-06-14, Lars Noodin <[EMAIL PROTECTED]> wrote: > I see on undeadly a call for testing uvideo(4) in CURRENT which seems to > require UVC (USB Video Class) compatible webcams. > > Would that include the webcam built into last year's models of MacBook Pro? > > What options, if any, are there fo

Re: cwm keybindings misbehavior

2008-06-14 Thread Nicolas Legrand
"Daniel B." <[EMAIL PROTECTED]> writes: > Hi, > > I can't get the response desired to some of the default keybindings in > cwm. > > Some of them: M-/, C-/, M-?. With the first and the third, I just hear a > beep (or a Wuff!! in screen). The second delete my window if not in > screen, or just "Wuff

Re: captivating window manager

2008-06-14 Thread Pieter Verberne
On Fri, Jun 13, 2008 at 07:48:18PM +, Nicolas Legrand wrote: > Pieter Verberne <[EMAIL PROTECTED]> writes: > > On Fri, Jun 13, 2008 at 10:08:47AM +, Nicolas Legrand wrote: > >> Igor Zinovik <[EMAIL PROTECTED]> writes: > >> I'm moving from dwm to cwm. I think I've never felt so comfortable >

OT: App to get detailed http measurements

2008-06-14 Thread Mikolaj Kucharski
Hi, This is off topic, but does anyone know preferably commandline utility with which I could test HTTP server? What interests me is repeated connections and stats how long it took dns resolv, tcp connect, send request and finaly download of data. Really appreciate any tips. Thanks. -- best reg

Re: 4.3: netstat question

2008-06-14 Thread Toni Mueller
Hi, On Sat, 14.06.2008 at 01:39:29 +0200, Claudio Jeker <[EMAIL PROTECTED]> wrote: > Nope. That is not the problem. The main issues is that a full view will > need a lot of memory for the sysctl. This memory needs to be available as > real memory because it is wired into the kernel. If you run bgp

Re: Call for testing - uvideo(4)

2008-06-14 Thread Theo de Raadt
> Would that include the webcam built into last year's models of MacBook Pro? When you buy from Apple, you do not get what you paid for. Instead you get exactly what you got suckered into buying.