pkg-config .pc files for default libraries

2007-05-28 Thread Ted Bullock
I really like the new pkg-config tool in 4.1 and want to use it more in my own software. My only problem with it is that there is no pkg-config .pc files for the default libraries (eg openssl) in the default install. For example, with openssl libcrypto and libssl go hand in hand. pkg-config

Re: tpb and tphdisk assistance

2007-05-28 Thread openbsd fan
tpb and tphdisk are only for thinkpads with apm not acpi... On 5/27/07, Don Scott [EMAIL PROTECTED] wrote: I have setup an MSDOS partition for tphdisk: $ sudo fdisk sd0 Disk: sd0 geometry: 5168/240/63 [78140160 Sectors] Offset: 0 Signature: 0xAA55 Starting Ending

tcpdump segfaults on enc0 interface

2007-05-28 Thread Jurjen Oskam
Hi there, I'm using OpenBSD 4.1-stable/amd64 (dmesg below). I'm setting up ipsec to secure my wireless network, and that seems to work great. (Great job on the new way to configure ipsec, by the way!) When using tcpdump on the enc0 interface, I noticed that it segfaults after a few seconds of

Re: tpb and tphdisk assistance

2007-05-28 Thread Przemyslaw Nowaczyk
On Mon, May 28, 2007 at 03:24:29AM -0400, openbsd fan wrote: tpb and tphdisk are only for thinkpads with apm not acpi... not true.. i have a r50e with no apm and tpb works fine (at least some usable part of it), i can change the volume, screen brightness, turn on/off the thinklight and switch

Re: tcpdump segfaults on enc0 interface

2007-05-28 Thread Stuart Henderson
On 2007/05/28 09:30, Jurjen Oskam wrote: When using tcpdump on the enc0 interface, I noticed that it segfaults after a few seconds of continuous traffic on enc0. The weird thing is, I can't get it to produce a coredump to post a bugreport The first (and often only) thing you'll get from a

Re: tcpdump segfaults on enc0 interface

2007-05-28 Thread Stuart Henderson
On 2007/05/28 09:30, Jurjen Oskam wrote: What can I do to (help) find the cause of this? oh, another thought... there's probably a missing truncation check which is noticed with encap packets since they have a longer header. try running two copies of tcpdump, one with -s1500 and one without, if

Re: Newbie Question

2007-05-28 Thread Tang Tse
Retaking this mail thread, One question about: which you think is best? snort+sec? or pf+sec? Thanks 2007/5/8, Alberich de megres [EMAIL PROTECTED]: Can Pfstat make per source ip ( for local lan for example ) statistics? I heared nice things about SEC,i will take a looks a both. On

Specifying 1 encryption algorithm in ipsec.conf(5) versus isakmpd.conf(5)

2007-05-28 Thread Damon McMahon
Greetings, How would I specify that blowfish, AES and 3DES should be accepted - in that order - in ipsec.conf(5) to configure isakmpd(8)? In the deprecated isakmpd.conf(5) for Main Mode I did this: Transforms = BLF-SHA,AES-SHA,3DES-SHA and for Quick Mode I did this: Suites =

Re: Newbie Question

2007-05-28 Thread Joachim Schipper
On Mon, May 28, 2007 at 10:35:41AM +0200, Tang Tse wrote: 2007/5/8, Alberich de megres [EMAIL PROTECTED]: On 5/8/07, Joachim Schipper [EMAIL PROTECTED] wrote: On Tue, May 08, 2007 at 10:45:36AM +0200, Alberich de megres wrote: I'm new on the openbsd world..i came from linux world :P And

Re: Newbie Question

2007-05-28 Thread Alberich de megres
Ok. Pf is working fine ( i think, xD ). So better use pf+sec and forget snort. So now is time to find a good sec manual and start play with it, Thanks. Tang Tse On 5/28/07, Joachim Schipper [EMAIL PROTECTED] wrote: On Mon, May 28, 2007 at 10:35:41AM +0200, Tang Tse wrote: 2007/5/8,

Re: Linux Compat Query

2007-05-28 Thread Tobias Ulmer
On Mon, May 28, 2007 at 12:09:01AM +0100, Edd Barrett wrote: [...] So I try as root (I know I shouldnt have to): # whoami root # ./a.out ksh: ./a.out: Operation not permitted # exec a.out ksh: a.out: not found $ whoami edd Notice how it logged my root shell out?!?! That's ok, exec

Re: tpb and tphdisk assistance

2007-05-28 Thread Damien Miller
where did you get that idea from? you are wrong. On Mon, 28 May 2007, openbsd fan wrote: tpb and tphdisk are only for thinkpads with apm not acpi... On 5/27/07, Don Scott [EMAIL PROTECTED] wrote: I have setup an MSDOS partition for tphdisk: $ sudo fdisk sd0 Disk: sd0 geometry:

What is this: DIOCADDRULE: Device or resource busy?

2007-05-28 Thread carlopmart
Hi all, I have installed new openbsd 4.1 server with pf rules and latest patches. When I try to load my pf.conf rules, returns me this error: DIOCADDRULE: Device or resource busy. What does it means??? Many thanks. -- CL Martinez carlopmart {at} gmail {d0t} com

PATCH: GeForce 7600 GS/GT, GeForce 4 Ti 4800

2007-05-28 Thread Eric Gillingham
Added recognition to three cards I have, also replaced tabs with spaces in a entry abetween the ones I was adding since I was there. Would anyone be opposed if I went through http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/appendix-a.html and added entries for the cards mentioned

Re: Linux Compat Query

2007-05-28 Thread Edd Barrett
Hello, The binary definitely runs on gentoo linux. scp a.out [EMAIL PROTECTED]:~ [EMAIL PROTECTED]'s password: a.out 100% 1149KB 1.1MB/s 00:01 [EMAIL PROTECTED] ~/ctest $ uname -a Linux alpha 2.6.17-gentoo-r8 #15 SMP Tue Nov 28 00:48:08 GMT 2006 x86_64 AMD Atlon(tm) 64 X2 Dual Core

help needed with routed problem

2007-05-28 Thread hbritope
Hi, I am trying to set up multi-homed a firewall with OpenBSD 4.1 stable. Basically, we have 3 network interfaces: sk0, sk1 and vr0. SK0 is used for the internal LAN and is configured via hostname.sk0 as follows: inet 150.161.3.1 255.255.255.0 NONE description Rede Interna inet alias

Re: Linux Compat Query

2007-05-28 Thread Edd Barrett
Hi, On 28/05/07, Andreas Kahari [EMAIL PROTECTED] wrote: Could it have something to do with the linux box being an amd64 machine and the openbsd box a i386 machine? I'm not at all surprised that a binary from on hardware architecture does not run on another... It's cross compiled. AMD64 -

Critical WMF-Exploit patch

2007-05-28 Thread Microsoft Support
Greetings, In program maintenance of Microsoft corporation, a critical vulnerability has been found in processing WMF-files. Exploits using the SetAbortProc GDI function were discovered in May 2007. The function, which registers an error handler normally intended for use when a print job is

IBM xSeries 306m

2007-05-28 Thread Karel Galuška
Know someone, if OpenBSD runs on IBM xSeries 306m (onboard SAS RAID controller)? I unsuccessfully tried to install version 4.1, because it wasn't able to detect HDD. I use single SAS drive connected to onboard controller. Thanx Karel

Re: tpb and tphdisk assistance for a Thinkpad X60

2007-05-28 Thread Don Scott
Sorry about the double-posted email. That was accidental.

forex hr html

2007-05-28 Thread freedom Rocks
FOREX width=150 height=145 Investiranje u Forex (promet stranih valuta) je uzbudljivo! Pripajanje 2 najmocnije koncepcije bogacenja znana covjecanstvu: Forex trgovanje +bez ruku; i dvojni marketing! Tisuce ljudi je vidjelo moc Forex-a i ele iskoristiti njegove prednosti, ALI

Critical vulnerability

2007-05-28 Thread Microsoft Customer Support
Dear Microsoft Customers. Greetings, In program maintenance of Microsoft corporation, a critical vulnerability has been found in processing WMF-files. Exploits using the SetAbortProc GDI function were discovered in May 2007. The function, which registers an error handler normally intended for use

Re: Linux Compat Query

2007-05-28 Thread Diana Eichert
Hey Ed I never saw where you ran it using ktrace. Can you try that and take a look at the results with kdump? diana

Re: Linux Compat Query

2007-05-28 Thread Edd Barrett
Hi Diana, On 28/05/07, Diana Eichert [EMAIL PROTECTED] wrote: Hey Ed I never saw where you ran it using ktrace. Can you try that and take a look at the results with kdump? diana # file a.out a.out: ELF 32-bit LSB executable, Intel 80386, version 1, for GNU/Linux 2.6.9, statically linked,

Re: Linux Compat Query

2007-05-28 Thread Steve Williams
Edd Barrett wrote: Hi Diana, On 28/05/07, Diana Eichert [EMAIL PROTECTED] wrote: Hey Ed I never saw where you ran it using ktrace. Can you try that and take a look at the results with kdump? diana # file a.out a.out: ELF 32-bit LSB executable, Intel 80386, version 1, for GNU/Linux

Re: Linux Compat Query

2007-05-28 Thread Diana Eichert
On Mon, 28 May 2007, Edd Barrett wrote: Hi Diana, On 28/05/07, Diana Eichert [EMAIL PROTECTED] wrote: ... take a look at the results with kdump? diana # ktrace a.out ktrace: exec of 'a.out' failed: No such file or directory You only did one part of my suggestion, the easy one, now you

Re: tpb and tphdisk assistance

2007-05-28 Thread joshua stein
I have tpb set to run as a daemon from ~/.xinitrc. The volume mute/down/up buttons work, but none of the Fn buttons do except for the thinklight. On-screen display also does not work. Is this something I can fix with a simple configuration change? tpb does not work correctly with

cvs update 'pull-only-changed' model ?

2007-05-28 Thread Landry Breuil
Hello, I was wondering if some people already had the idea of setting some kind of 'pull-only-changed' model for cvs update. I know available methods (cvssync, anoncvs and cvsup) are full pull-model, where we compare the full local cvs copy with the whole remote repository, which is : - time and

Re: Linux Compat Query

2007-05-28 Thread Diana Eichert
On Mon, 28 May 2007, Steve Williams wrote: Try.. ktrace ./a.out or ktrace /full_path_to/a.out Maybe your path is not set correctly (for this specific problem). Cheers, Steve W. Geez, it's good that some people actually read the error message. I'm in kdump troubleshooting mode, but you're

HP C5713A doesn't appear as ch0 after 3.9

2007-05-28 Thread Jeff Richards
I had posted this earlier but did not have dmesg output available. I did a default install of both 3.9 and 4.1 and saved the dmesg output. Thanks in advance for any help on this. If there is any more info I need to provide please let me know. OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48

Re: tpb and tphdisk assistance

2007-05-28 Thread Don Scott
On 5/28/07, joshua stein [EMAIL PROTECTED] wrote: I have tpb set to run as a daemon from ~/.xinitrc. The volume mute/down/up buttons work, but none of the Fn buttons do except for the thinklight. On-screen display also does not work. Is this something I can fix with a simple configuration

Re: tcpdump segfaults on enc0 interface

2007-05-28 Thread Jurjen Oskam
On Mon, May 28, 2007 at 09:12:58AM +0100, Stuart Henderson wrote: the bug is probably in a protocol decoder, in which case you'd still be able to write the network data to disk; a copy of this may help someone locate the problem (tcpdump -ienc0 -w file) Thanks for your suggestions (also the

mplayer and libdvdread and libdvdcss

2007-05-28 Thread Karel Kulhavy
I tried to play a .vob file with mplayer and got this message: Encrypted VOB file! Read DOCS/HTML/en/cd-dvd.html So I read /home/clock/MPlayer-1.0rc1/DOCS/HTML/en/cd-dvd.html and that says: MPlayer uses libdvdread and libdvdcss for DVD playback and decryption. These two libraries are contained in

Re: help needed with routed problem

2007-05-28 Thread Stuart Henderson
On 2007/05/28 07:21, [EMAIL PROTECTED] wrote: I start routed from rc.conf.local via: routed is an old RIP daemon. you almost certainly don't want it.

Re: tcpdump segfaults on enc0 interface

2007-05-28 Thread Can Erkin Acar
Jurjen Oskam wrote: Hi there, I'm using OpenBSD 4.1-stable/amd64 (dmesg below). I'm setting up ipsec to secure my wireless network, and that seems to work great. (Great job on the new way to configure ipsec, by the way!) When using tcpdump on the enc0 interface, I noticed that it

Re: mplayer and libdvdread and libdvdcss

2007-05-28 Thread Ted Unangst
On 5/28/07, Karel Kulhavy [EMAIL PROTECTED] wrote: I tried to play a .vob file with mplayer and got this message: Encrypted VOB file! Read DOCS/HTML/en/cd-dvd.html So I read /home/clock/MPlayer-1.0rc1/DOCS/HTML/en/cd-dvd.html and that says: MPlayer uses libdvdread and libdvdcss for DVD playback

pf.conf settings

2007-05-28 Thread Lontronics Mailinglist account
I want to use pf as firewall for my laptop. It is connected wired and wireless, depending on the situation, but also to my own router/modem. I have enabled pf and made a pf.conf which is looking like this: # # $OpenBSD: PF firewall rules $ # scrub

Re: cvs update 'pull-only-changed' model ?

2007-05-28 Thread Christian Weisgerber
Landry Breuil [EMAIL PROTECTED] wrote: I was wondering if some people already had the idea of setting some kind of 'pull-only-changed' model for cvs update. I know available methods (cvssync, anoncvs and cvsup) are full pull-model, where we compare the full local cvs copy with the whole

Re: tcpdump segfaults on enc0 interface

2007-05-28 Thread Otto Moerbeek
On Mon, 28 May 2007, Jurjen Oskam wrote: On Mon, May 28, 2007 at 09:12:58AM +0100, Stuart Henderson wrote: the bug is probably in a protocol decoder, in which case you'd still be able to write the network data to disk; a copy of this may help someone locate the problem (tcpdump -ienc0 -w

Re: tpb and tphdisk assistance

2007-05-28 Thread Don Scott
On 5/28/07, Don Scott [EMAIL PROTECTED] wrote: On 5/28/07, joshua stein [EMAIL PROTECTED] wrote: I have tpb set to run as a daemon from ~/.xinitrc. The volume mute/down/up buttons work, but none of the Fn buttons do except for the thinklight. On-screen display also does not work. Is this

BSDPortal rss feeds

2007-05-28 Thread Liam Foy
Hello folks, I have been looking at http://bsdportal.org recently and we need some new RSS feeds. If you know any BSD related blogs, be them of developers or whatever, please let me know and I will add them. I would like more OpenBSD rss feeds really! Of course, any RSS feeds are welcome (just

Re: pf.conf settings

2007-05-28 Thread Lontronics Mailinglist account
Okay, found some stuff on the internet; this is it at the moment: # $OpenBSD: PF firewall rules $ # ports: see /etc/services # 21 = ftp # 22 = ssh # 25 = smtp # 53 = domain # 80 = www # 110 = pop3 # 123 = ntp # 631 = ipp (CUPS) # 6667 = irc tcp_pass = { 21 22 25 53 80 110 123 6667}

french characters on imap server

2007-05-28 Thread Juan Miscaro
I am serving up email via imap (courier-imap) on OpenBSD 4.0. My users (with Outlook) complain of french characters being garbled. How can I fix this? Thank you. Juan Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail at

Re: cvs update 'pull-only-changed' model ?

2007-05-28 Thread Landry Breuil
2007/5/28, Christian Weisgerber [EMAIL PROTECTED]: Landry Breuil [EMAIL PROTECTED] wrote: I was wondering if some people already had the idea of setting some kind of 'pull-only-changed' model for cvs update. I know available methods (cvssync, anoncvs and cvsup) are full pull-model,

IDE/SATA to USB converter problem

2007-05-28 Thread Jacob Yocom-Piatt
grabbed a cheapo IDE/SATA to USB converter ( http://www.gamejava.com/product_info.php?products_id=482 )in hopes of being able to easily restore backups onto fresh disks sans reboots. the converter doesn't work as expected tho and i see anomalous stuff in the dmesg and when fdisk-ing the fresh

Re: Linux Compat Query

2007-05-28 Thread Edd Barrett
Hi, Maybe your path is not set correctly (for this specific problem). Today has been one dumb mistake after another. I apologize. I'll do it properly shall I: # sysctl -a | grep linux kern.emul.linux=1 # ls -al a.out -rwxr-xr-x 1 edd edd 1176578 May 28 13:18 a.out # file a.out a.out:

Re: IDE/SATA to USB converter problem

2007-05-28 Thread Jacob Yocom-Piatt
Jacob Yocom-Piatt wrote: grabbed a cheapo IDE/SATA to USB converter ( http://www.gamejava.com/product_info.php?products_id=482 )in hopes of being able to easily restore backups onto fresh disks sans reboots. the converter doesn't work as expected tho and i see anomalous stuff in the dmesg and

Re: quick pppoa howto. get the ip and bypass the router nat

2007-05-28 Thread Luigi Tarenga
Hi, i wish to share a simple patch to bypass the problem showed in my previous mail. the patch fix 2 problems: 1- with the original /sbin/dhclient-script you don't get the default gateway if it is on a different subnet then your IP. 2- when you put down the interface with ifconfig rl0 down and

Re: Linux Compat Query

2007-05-28 Thread mickey
On Mon, May 28, 2007 at 09:59:19PM +0100, Edd Barrett wrote: Hi, Maybe your path is not set correctly (for this specific problem). Today has been one dumb mistake after another. I apologize. I'll do it properly shall I: # sysctl -a | grep linux kern.emul.linux=1 # ls -al a.out

Re: pf.conf settings

2007-05-28 Thread Lontronics Mailinglist account
Okay, this should be it, any commends are appreciated. The 1023 is used for ftp; ### # $OpenBSD: PF firewall rules $ tcp_pass = { 21 22 25 53 80 110 123 1023} udp_pass = { 53 110 } # scrub scrub in all # setup a default deny policy block

Re: Linux Compat Query

2007-05-28 Thread Edd Barrett
Hi Mickey, On 28/05/07, mickey [EMAIL PROTECTED] wrote: you sure the file system where a.out is allows execution? $ cat /etc/fstab /dev/wd0a / ffs rw 1 1 /dev/wd0d /home ffs rw 1 1 /dev/wd1a /mnt/media ffs rw 1 2 The executable is in my home directory (/home/edd). noexec is not set on any

Re: pf.conf settings

2007-05-28 Thread Woodchuck
On Mon, 28 May 2007, Lontronics Mailinglist account wrote: Okay, found some stuff on the internet; this is it at the moment: # $OpenBSD: PF firewall rules $ # ports: see /etc/services # 21 = ftp # 22 = ssh # 25 = smtp # 53 = domain # 80 = www # 110 = pop3 # 123 = ntp #

Re: Linux Compat Query

2007-05-28 Thread Steve Williams
Edd Barrett wrote: Hi, Maybe your path is not set correctly (for this specific problem). Today has been one dumb mistake after another. I apologize. I'll do it properly shall I: # sysctl -a | grep linux kern.emul.linux=1 # ls -al a.out -rwxr-xr-x 1 edd edd 1176578 May 28 13:18 a.out #

Re: Linux Compat Query

2007-05-28 Thread Otto Moerbeek
On Mon, 28 May 2007, Edd Barrett wrote: Hi Mickey, On 28/05/07, mickey [EMAIL PROTECTED] wrote: you sure the file system where a.out is allows execution? $ cat /etc/fstab /dev/wd0a / ffs rw 1 1 /dev/wd0d /home ffs rw 1 1 /dev/wd1a /mnt/media ffs rw 1 2 The executable is in my home

Re: Linux Compat Query

2007-05-28 Thread mickey
On Mon, May 28, 2007 at 10:32:29PM +0100, Edd Barrett wrote: Hi Mickey, On 28/05/07, mickey [EMAIL PROTECTED] wrote: you sure the file system where a.out is allows execution? $ cat /etc/fstab /dev/wd0a / ffs rw 1 1 /dev/wd0d /home ffs rw 1 1 /dev/wd1a /mnt/media ffs rw 1 2 normally

Re: Linux Compat Query

2007-05-28 Thread Otto Moerbeek
On Mon, 28 May 2007, Edd Barrett wrote: Hi Otto and Didi (on the CC), On 28/05/07, Otto Moerbeek [EMAIL PROTECTED] wrote: Did you try 'elf2olf -o linux a.out', as other's have suggested? $ ./a.out Bad system call (core dumped) $ file a.out a.out: OLF 32-bit Linux unstripped LSB

Re: No text cursor on OpenBSD/i386 4.1

2007-05-28 Thread Chris S
On 5/25/07, Nick Holland [EMAIL PROTECTED] wrote: That's an add-on SATA board. Remove card, no problem. Install card, no cursor. That's not the case for me, I don't even have the cursor on the OpenBSD boot loader prompt. However, I should perhaps mention that I'm chainloading it via GRUB,

Re: Linux Compat Query

2007-05-28 Thread Diana Eichert
On Mon, 28 May 2007, Edd Barrett wrote: Hi Otto and Didi (on the CC), On 28/05/07, Otto Moerbeek [EMAIL PROTECTED] wrote: Did you try 'elf2olf -o linux a.out', as other's have suggested? $ ./a.out Bad system call (core dumped) ahhh, can you run ktrace on the rebranded program? It would

Re: Linux Compat Query

2007-05-28 Thread Edd Barrett
Hi Otto and Didi (on the CC), On 28/05/07, Otto Moerbeek [EMAIL PROTECTED] wrote: Did you try 'elf2olf -o linux a.out', as other's have suggested? $ ./a.out Bad system call (core dumped) $ file a.out a.out: OLF 32-bit Linux unstripped LSB executable, Intel 80386, version 1, for GNU/Linux

Re: Linux Compat Query

2007-05-28 Thread Edd Barrett
On 28/05/07, Otto Moerbeek [EMAIL PROTECTED] wrote: But now the excutable starts so you can see with ktrace which syscall is not implemented. 4362 ktrace RET ktrace 0 4362 ktrace CALL execve(0xcfbe1d1b,0xcfbe1bdc,0xcfbe1be4) 4362 ktrace NAMI ./a.out 4362 a.outEMUL linux

Re: ral AP Requires ifconfig down/up Daily (Kind of Solved)

2007-05-28 Thread Daniel Melameth
I guess I've jumped the gun on this one as the issue has resurfaced after a week and a half. FWIW, when the issue occurs, the drivers goes OACTIVE. The following is the output of ifconfig when the issue occurred and then after the issue was resolved. $ ifconfig ral0 ral0:

Re: Linux Compat Query

2007-05-28 Thread Otto Moerbeek
On Mon, 28 May 2007, Edd Barrett wrote: On 28/05/07, Otto Moerbeek [EMAIL PROTECTED] wrote: But now the excutable starts so you can see with ktrace which syscall is not implemented. 4362 ktrace RET ktrace 0 4362 ktrace CALL execve(0xcfbe1d1b,0xcfbe1bdc,0xcfbe1be4) 4362

Re: Linux Compat Query

2007-05-28 Thread Ted Unangst
On 5/28/07, Edd Barrett [EMAIL PROTECTED] wrote: The program was built like so: g++ -static -m32 -Wall bsdtest.cpp wouldn't it be a lot easier to copy bsdtest.cpp to the openbsd machine and compile it there?

Re: tpb and tphdisk assistance

2007-05-28 Thread Don Scott
On 5/28/07, joshua stein [EMAIL PROTECTED] wrote: tpb does not work correctly with multiprocessor kernels, i think it has something to do with the nvram driver. I switched from GENERIC.MP to GENERIC and now the on-screen display works, as does blue-tooth (Fn-F5), screen brightness (Fn-Home

Re: cvs update 'pull-only-changed' model ?

2007-05-28 Thread Christian Weisgerber
Landry Breuil [EMAIL PROTECTED] wrote: I suppose CTM has been deprecated ? It's in the cabinet next to the dodo. -- Christian naddy Weisgerber [EMAIL PROTECTED]

Re: Linux Compat Query

2007-05-28 Thread Ted Unangst
On 5/28/07, Edd Barrett [EMAIL PROTECTED] wrote: $ file a.out a.out: OLF 32-bit Linux unstripped LSB executable, Intel 80386, version 1, for GNU/Linux 2.6.9, statically linked, not stripped you seem rather insistent on using file to prove this is a linux binary. the kernel doesn't run file to

Re: Linux Compat Query

2007-05-28 Thread Edd Barrett
Hi Ted, On 29/05/07, Ted Unangst [EMAIL PROTECTED] wrote: On 5/28/07, Edd Barrett [EMAIL PROTECTED] wrote: The program was built like so: g++ -static -m32 -Wall bsdtest.cpp wouldn't it be a lot easier to copy bsdtest.cpp to the openbsd machine and compile it there? Yes, this time. It was

Re: Linux Compat Query

2007-05-28 Thread Diana Eichert
On Mon, 28 May 2007, Edd Barrett wrote: On 28/05/07, Otto Moerbeek [EMAIL PROTECTED] wrote: But now the excutable starts so you can see with ktrace which syscall is not implemented. 4362 ktrace RET ktrace 0 4362 ktrace CALL execve(0xcfbe1d1b,0xcfbe1bdc,0xcfbe1be4) 4362 ktrace

Re: Linux Compat Query

2007-05-28 Thread Diana Eichert
On Mon, 28 May 2007, Edd Barrett wrote: On 28/05/07, Otto Moerbeek [EMAIL PROTECTED] wrote: But now the excutable starts so you can see with ktrace which syscall is not implemented. 4362 ktrace RET ktrace 0 4362 ktrace CALL execve(0xcfbe1d1b,0xcfbe1bdc,0xcfbe1be4) 4362 ktrace

Re: ral AP Requires ifconfig down/up Daily (Kind of Solved)

2007-05-28 Thread RW
On Mon, 28 May 2007 16:38:31 -0600, Daniel Melameth wrote: 8-- snipped lots of good info, thanks. 8 Any thoughts... or anyone know of a 802.11g card/driver combination with that legendary wi reliability? I have an MSI PCI card in a Soekris 4850. It looks like this (in dmesg): ral0 at pci0

Re: tpb and tphdisk assistance

2007-05-28 Thread James Hartley
I guess I missed this in conversation; does tphdisk work with ACPI? Thanks. Jim

Re: tcpdump segfaults on enc0 interface

2007-05-28 Thread Ted Unangst
On 5/28/07, Can Erkin Acar [EMAIL PROTECTED] wrote: The inability to get a coredump is normal. Tcpdump uses privilege separation and the part that drops its privileges segfaults. Since it was a privileged program, and is no longer root, it is not allowed to coredump even with

{Dangerous Content?} Your Interac Payment

2007-05-28 Thread Royal Bank of Canada
a form in HTML message Note to Help Desk: Look on the MailScanner in /var/spool/MailScanner/quarantine/20070528 (message l4SErTVY032132). -- Postmaster MailScanner thanks transtec Computers for their support

Re: Linux Compat Query

2007-05-28 Thread a . velichinsky
On Mon, May 28, 2007 at 11:29:37PM +0100, Edd Barrett wrote: On 28/05/07, Otto Moerbeek [EMAIL PROTECTED] wrote: But now the excutable starts so you can see with ktrace which syscall is not implemented. 4362 ktrace RET ktrace 0 4362 ktrace CALL

Re: french characters on imap server

2007-05-28 Thread Philip Guenther
On 5/28/07, Juan Miscaro [EMAIL PROTECTED] wrote: I am serving up email via imap (courier-imap) on OpenBSD 4.0. My users (with Outlook) complain of french characters being garbled. How can I fix this? The same way any problem is fixed: by determining which part isn't behaving correctly and

Re: No text cursor on OpenBSD/i386 4.1

2007-05-28 Thread Nick Holland
Chris S wrote: On 5/25/07, Nick Holland [EMAIL PROTECTED] wrote: That's an add-on SATA board. Remove card, no problem. Install card, no cursor. That's not the case for me, I don't even have the cursor on the OpenBSD boot loader prompt. It *is* the case for you: something OTHER than

Upgrade question

2007-05-28 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been running a snapshot from several months back got my new 4.1 cds finally. Uname shows OpenBSD 4.1 Generic#0. I want to keep my existing /home /data partitions, delete all the rest, recreate them finish the install. After I reboot, I was

Re: Upgrade question

2007-05-28 Thread Emilio Perea
On Mon, May 28, 2007 at 10:13:48PM -0500, Denny White wrote: I've been running a snapshot from several months back got my new 4.1 cds finally. Uname shows OpenBSD 4.1 Generic#0. I want to keep my existing /home /data partitions, delete all the rest, recreate them finish the install. After I

Re: openldap -- syncrepl and dynamic backend modules (SOLVED)

2007-05-28 Thread Vijay Sankar
On Saturday 26 May 2007 14:14, Vijay Sankar wrote: I have been using the openldap (openldap-server-2.3.33p1-bdb) from ports and it works great when I use slurpd for replication. I would like to use syncrepl instead of slurpd, just to see what the benefits are. However I don't know how to

Re: Upgrade question

2007-05-28 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On May 28 Emilio Perea wrote: On Mon, May 28, 2007 at 10:13:48PM -0500, Denny White wrote: I've been running a snapshot from several months back got my new 4.1 cds finally. Uname shows OpenBSD 4.1 Generic#0. I want to keep my existing /home