Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT => couldn't map interrupt

2007-11-07 Thread Koenig, Thomas
Hi, > Have you tried to enable acpi? I try acpi with: boot -c enable acpi quit then I get a panic, with options for trace and ps - thats all. :( maybe its a bug? > GENERIC.MP with acpi? Is this not the same as above? regards, Thomas [demime 1.01d removed an attachment of type applicat

style(9)

2007-11-07 Thread David Walker
Hiya. style(9) man page (DESCRIPTION section) says: Then there's a blank line, followed by the /usr/include files. The /usr/include files should be sorted! I guess this means alphabetically. Can someone confirm or deny please? Also, although not explicitly stated, it appears to be sug

can't figure out obsd with a bridging ADSL modem.

2007-11-07 Thread Craig Hammond
I feel like I'm missing something painfully obvious, but I just can't see it. I have someone who just got ADSL connected and I talked them into letting me setup an obsd firewall. The adsl modem that the ISP sent only does bridging (Netgear DM111) and although I got it all working, it feels lik

Re: when was a pkg installed !!!

2007-11-07 Thread Jeremy Huiskamp
On 7-Nov-07, at 6:20 PM, badeguruji wrote: that is true. especially if you notice that installing one pkg install all the other it depends on. there has to be some way in pkg_info to reflect this info that: how and when was 'any' pkg installed? otherwise i would be disappointed. -BG Y

Re: when was a pkg installed !!!

2007-11-07 Thread Arnaud Bergeron
2007/11/7, STeve Andre' <[EMAIL PROTECTED]>: > On Wednesday 07 November 2007 17:51:09 Matthias Kilian wrote: > > On Wed, Nov 07, 2007 at 05:16:53PM -0500, Josh Grosse wrote: > > > > i ran pkg_info with all common options but none tell me when > > > > was the pkg installed!!! > > > > > > $ ls -l /va

Re: when was a pkg installed !!!

2007-11-07 Thread STeve Andre'
On Wednesday 07 November 2007 17:51:09 Matthias Kilian wrote: > On Wed, Nov 07, 2007 at 05:16:53PM -0500, Josh Grosse wrote: > > > i ran pkg_info with all common options but none tell me when > > > was the pkg installed!!! > > > > $ ls -l /var/db/pkg/ > > No. Those files and directories are also to

Re: PF/ALTQ problem : using max states limits breaks queueing

2007-11-07 Thread NetOne - Doichin Dokov
NetOne - Doichin Dokov P=P0P?P8QP0: Henning Brauer P=P0P?P8QP0: * NetOne - Doichin Dokov <[EMAIL PROTECTED]> [2007-11-07 01:57]: Hello, I have an OpenBSD 4.2 box set up to shape clients traffic. Each client gets limited by these 4 rules: pass in on $int_if from $client_ip to any queue c

Trouble ftp'ing out of network, already running ftpproxy for internal ftp server, need to ftp out

2007-11-07 Thread Jake Conk
Hello, I have a computer running OpenBSD 4.2 which is acting as my router. Behind it I have a a ftp-server which is working fine thanks to ftp-proxy but one of the problems I am having is ftp'ing out of my network. I am able to connect and establish connections to outside servers but I am not able

Re: when was a pkg installed !!!

2007-11-07 Thread Ted Unangst
On 11/7/07, badeguruji <[EMAIL PROTECTED]> wrote: > that is true. especially if you notice that installing one pkg install all > the other it depends on. there has to be some way in pkg_info to reflect this > info that: how and when was 'any' pkg installed? otherwise i would be > disappointed.

Re: OpenBSD isakmpd and pf vs Cisco PIX or ASA

2007-11-07 Thread Prabhu Gurumurthy
Brian A Seklecki (Mobile) wrote: On Mon, 2007-11-05 at 07:23 +0100, Martin Toft wrote: On Mon, Nov 05, 2007 at 01:29:05AM +0100, Cabillot Julien wrote: Have you try openbsd 4.2 ? PF have been really improved in this release. pf(4) has nothing to do with isakmpd(8), except as it relates to rec

Re: OpenBSD isakmpd and pf vs Cisco PIX or ASA

2007-11-07 Thread Karsten McMinn
On Nov 4, 2007 4:09 PM, Chris Bullock <[EMAIL PROTECTED]> wrote: > ...and it appears to us that that those > sites seem to transmit data quicker than the sites that we maintain with > OpenBSD firewalls and VPNs, assuming identical bandwidth. do some conclusive transfer tests please or explain wha

Re: how to create cdrom42.fs?

2007-11-07 Thread Steve Shockley
Calomel wrote: You can use geteltorito.pl by Rainer Krienke. It will extract what it needs from the "cdemu42.iso" image and make a new cdrom42.fs image. Just takes a second. Doing: ./geteltorito.pl -o test cd42.iso results in a file test that's identical to cdbr. Why jump through so many ho

Re: when was a pkg installed !!!

2007-11-07 Thread badeguruji
that is true. especially if you notice that installing one pkg install all the other it depends on. there has to be some way in pkg_info to reflect this info that: how and when was 'any' pkg installed? otherwise i would be disappointed. -BG ~~Kalyan-mastu~~ --

Re: OpenBSD isakmpd and pf vs Cisco PIX or ASA

2007-11-07 Thread Todd T. Fries
isakmpd does not do the crypto processing of the actual IPSec tunnels, it only does the ike negotiations. Presuming you want to use aes-128, `openssl speed aes' shows that a 1ghz system that is running 'vi' to type this message is capable of (at the lowest end) 27mbyte per second. I think you sho

Re: when was a pkg installed !!!

2007-11-07 Thread Josh Grosse
On Wed, Nov 07, 2007 at 11:51:09PM +0100, Matthias Kilian wrote: > No. Those files and directories are also touched when depending > packages are installed or updated. Thanks for the clarification!

OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT => couldn't map interrupt

2007-11-07 Thread Alexey Suslikov
[EMAIL PROTECTED] wrote: acpi at mainbus0 not configured > Have you tried to enable acpi? GENERIC.MP with acpi? - Alexey.

Re: Mysterious transfer speed differences

2007-11-07 Thread Stuart Henderson
On 2007/11/07 16:28, Alvaro Mantilla Gimenez wrote: > > people accessing systems with 'pass from any os OpenBSD to port ssh' > > might like to note that this changes your OS fingerprint. > > Probably is a silly question but...why the default window size is 16k? if this is set too large it will ca

Re: when was a pkg installed !!!

2007-11-07 Thread Matthias Kilian
On Wed, Nov 07, 2007 at 05:16:53PM -0500, Josh Grosse wrote: > > i ran pkg_info with all common options but none tell me when > > was the pkg installed!!! > > $ ls -l /var/db/pkg/ No. Those files and directories are also touched when depending packages are installed or updated. -- MCSE - Micros

why am i only able to run Gnome in safe mode? (getting error)

2007-11-07 Thread badeguruji
Hello, Please help OR guide to me to any resource which describes installing gnome in clean clear steps on a new openBSD installation. (I am ready to uninstall and reinstall gnome if needed) i tried to install gnome in below order: gnome-desktop-2.18.2p0: gnome-session-2.18.2p0 gdm-2.18.2 I a

Re: Mysterious transfer speed differences

2007-11-07 Thread Alvaro Mantilla Gimenez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stuart Henderson wrote: > On 2007/11/07 23:00, Martin Toft wrote: >> I used the default window size of 16k, but in the future I'll certainly >> choose something greater: > > people accessing systems with 'pass from any os OpenBSD to port ssh' > might

Re: Mysterious transfer speed differences

2007-11-07 Thread Stuart Henderson
On 2007/11/07 23:00, Martin Toft wrote: > > I used the default window size of 16k, but in the future I'll certainly > choose something greater: people accessing systems with 'pass from any os OpenBSD to port ssh' might like to note that this changes your OS fingerprint.

Re: when was a pkg installed !!!

2007-11-07 Thread Josh Grosse
On Wed, Nov 07, 2007 at 12:40:21PM -0800, badeguruji wrote: > Hello, > > i ran pkg_info with all common options but none tell me when was the pkg > installed!!! $ ls -l /var/db/pkg/

Re: Mysterious transfer speed differences

2007-11-07 Thread Martin Toft
On Wed, Nov 07, 2007 at 09:18:21PM +, Tony Sarendal wrote: [snip] > What is the tcp windowsize of your machine ? > OpenBSD in default install runs with window size of 16k, which in the > aprox 40ms > RTT seen in the trace about gives a theoretical max of ~400kByte/sec. > > If you increase that

when was a pkg installed !!!

2007-11-07 Thread badeguruji
Hello, i ran pkg_info with all common options but none tell me when was the pkg installed!!! can someone help? thx in advance. BG ~~Kalyan-mastu~~

Re: Mysterious transfer speed differences

2007-11-07 Thread Tony Sarendal
On 11/7/07, Martin Toft <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm experiencing some mysterious transfer speed differences. I have a > virtual Linux-server at HostEurope, Germany, and it appears that > machines running OpenBSD can only download from the Linux-server with > approx 300 kB/s, whereas

Re: how to create cdrom42.fs?

2007-11-07 Thread Calomel
You can use geteltorito.pl by Rainer Krienke. It will extract what it needs from the "cdemu42.iso" image and make a new cdrom42.fs image. Just takes a second. Check out Step 3, option 2 at Making a bootable OpenBSD install CD http://calomel.org/bootable_openbsd_cd.html -- Calomel @ http://calome

Mysterious transfer speed differences

2007-11-07 Thread Martin Toft
Hi, I'm experiencing some mysterious transfer speed differences. I have a virtual Linux-server at HostEurope, Germany, and it appears that machines running OpenBSD can only download from the Linux-server with approx 300 kB/s, whereas machines running Linux can download with approx 1.5 MB/s from th

Re: reply-to rule not working

2007-11-07 Thread Steven Surdock
Nick Golder wrote: > I am trying to serve out OpenVPN (port 1194 UDP) through > multiple external I solved this problem by running OpenVPN on the loopback only and using "rdr" and " pass in on $if reply-to...) on the incoming traffic. -Steve S.

openbsd 4.1 live cd

2007-11-07 Thread Raja Subramanian
I've put together an OpenBSD 4.1 based live CD a few weeks ago. I use it primarily for network testing, and it works great for me. I hope others find some use for it too. http://rajasuperman.blogspot.com/2007/09/openbsd-41-live-cd.html Comments welcome. - Raja

Re: PF/ALTQ problem : using max states limits breaks queueing

2007-11-07 Thread NetOne - Doichin Dokov
Henning Brauer P=P0P?P8QP0: * NetOne - Doichin Dokov <[EMAIL PROTECTED]> [2007-11-07 01:57]: Hello, I have an OpenBSD 4.2 box set up to shape clients traffic. Each client gets limited by these 4 rules: pass in on $int_if from $client_ip to any queue client_in pass out on $int_if from any

reply-to rule not working

2007-11-07 Thread Nick Golder
I am trying to serve out OpenVPN (port 1194 UDP) through multiple external interfaces. It works fine for the external interface $ext_if1 which has a default route. When I try to serve port 1194 out on $ext_if2 using 'reply-to', tcpdump shows the packets arrive in on $ext_if2 but the replies are

Re: how to create cdrom42.fs?

2007-11-07 Thread Steve Shockley
Soner Tari wrote: I need to create a custom CD image with cdromXY.fs. The only candidate replacement was floppy42.fs, and it seems to work. But unlike floppyXY.fs, cdromXY.fs is supposed to contain almost all of the updated drivers: The drivers are in bsd.rd, not in the floppy image specificall

Re: altroot is not mentioned in FAQ [diff]

2007-11-07 Thread Antoine Jacoutot
On Wed, 7 Nov 2007, Nick Holland wrote: Really. /altroot is useful for certain things, but ONLY certain things. Don't call it a backup, as it isn't rotated. You have I do backup everything. It's just that altroot is so easy to get a file you erased by mistake. rm /etc/myfile... err fuck... m

Re: pgk_add segmentation fault

2007-11-07 Thread Paul de Weerd
On Wed, Nov 07, 2007 at 03:35:23PM +0200, Aharon Schkolnik wrote: | Hi ! | | pkg_add is crashing with a segmentation fault: | | pkg_add -v mysql-client-5.1.22.tbz | Requested space: 3809856 bytes, free space: 128323438592 bytes | in /var/tmp/instmp.ND8UBU | extract: Package name is mysql-clien

pgk_add segmentation fault

2007-11-07 Thread Aharon Schkolnik
Hi ! pkg_add is crashing with a segmentation fault: pkg_add -v mysql-client-5.1.22.tbz Requested space: 3809856 bytes, free space: 128323438592 bytes in /var/tmp/instmp.ND8UBU extract: Package name is mysql-client-5.1.22 extract: CWD to /usr/local extract: /usr/local/man/man1/mysql_config.1.gz

PF/ALTQ/Bridge Question

2007-11-07 Thread Michael Siers
Hi, I have a group of static ips and on one of my static ips I am running an OpenBSD 4.2 firewall with pf using nat and altq. Behind the OpenBSD firewall I have an asterisk server. So in order for me to implement QoS, I have set up a non-transparent bridge between my ISP router and the OpenBSD fi

Re: how to create cdrom42.fs?

2007-11-07 Thread Soner Tari
On Tue, 2007-11-06 at 19:42 -0500, Steve Shockley wrote: > Take a look at > http://www.openbsd.org/cgi-bin/cvsweb/src/distrib/amd64/ramdisk_cd/Makefile?rev=1.3&content-type=text/x-cvsweb-markup > > It looks like if you comment out the NOFS line it'll generate the > cdromXX.fs file. I did not tes

Re: PF/ALTQ problem : using max states limits breaks queueing

2007-11-07 Thread Henning Brauer
* NetOne - Doichin Dokov <[EMAIL PROTECTED]> [2007-11-07 01:57]: > Hello, > > I have an OpenBSD 4.2 box set up to shape clients traffic. Each client gets > limited by these 4 rules: > > pass in on $int_if from $client_ip to any queue client_in > pass out on $int_if from any to $client_ip queue cli

Put your subject here

2007-11-07 Thread Tkany
Im Tierfutter sind 41 wichtige Ndhrstoffe... In der Babynahrung sind nur 11 der wichtigen Ndhrstoffe... Unsere Nahrung im Supermarkt enthdlt noch weniger lebenswichtige Mineralien und Vitamine... Erfahren Sie kostenlos die schockierende Wahrheit in Das Geheimniss der 91 essentiellen Ndhrstoffe

Re: altroot is not mentioned in FAQ [diff]

2007-11-07 Thread Henning Brauer
* Nick <[EMAIL PROTECTED]> [2007-11-07 04:22]: > (add to that that Thunderbird is a brain-dead piece of shit when it > comes to handling diffs in general and classic diffs even more so. > Apparently, either Thunderbird devs aren't programmers or they never > show their diffs to each other.) or the

Re: altroot is not mentioned in FAQ [diff]

2007-11-07 Thread Nick Holland
Antoine Jacoutot wrote: > On Tue, 6 Nov 2007, Nick Holland wrote: >> what benefit do you see in having /altroot on the same disk as / ? > > See the thread "Regenerating damaged /etc" ;) > see /var/backup. :) Really. /altroot is useful for certain things, but ONLY certain things. Don't call it

Re: altroot is not mentioned in FAQ [diff]

2007-11-07 Thread Nick Holland
Jan Stary wrote: ... > See at bottom; looks much simpler now, hmm :-) > I leave the RAID analogy to someone else. > > Anyway, first diff, screwed up, I'd prefer the term, "learning experience". > thanks for all the comments. > > Jan > > > Index: faq4.html > =

Re: dhclient.conf

2007-11-07 Thread David Walker
Hi James. Thanks for the reply. I was thinking of timeout, retry, reboot (to minimize startup hangs), initial-interval and link-timeout (the PROTOCOL TIMING section). As I understand dhclient.conf(5), the man page deals with system wide settings for these items but does not explain the per interf

Re: apm -S freezes the laptop

2007-11-07 Thread Soner Tari
My situation is a bit different. Because it seems like apm -S just blanks the screen, and pressing the power button shuts down the system immediately (of course, I get fsck on bootup, etc). If I enter apm -z, the system looks like really suspending, i.e. screen blanks, the system spends some time

OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT => couldn't map interrupt

2007-11-07 Thread Koenig, Thomas
Hello, - first: please excuse my poor english :) - second: I cant get my Intel Quad Server Adapter running on OpenBSD 4.2. My Hardware: -Intel Entry Server Board S3000AHLX -Intel Quad-Nic (Intel PRO/1000 PT Quad Server Adapter PCIex EXPI9404PT). The two Onboard Nic working fine as em4 and em

Re: OK... I broke something - can't load library 'libpcre.so.1.0'

2007-11-07 Thread James
1. post the actul error message, svp 2. did you rehash when you reinstalled the library? 3. Do you have a modified LD_CONFIG_PATH for your account? On Nov 6, 2007 9:16 PM, Mikel Lindsaar <[EMAIL PROTECTED]> wrote: > Hello list :) > > I was getting ImageMagick working with Rails on OpenBSD and w

Re: dhclient.conf

2007-11-07 Thread James
I think what you're looking for is: *renew* *date*; *rebind* *date*; *expire* *date*; The *renew* statement defines the time at which the DHCP client should begin trying to contact its server to renew a lease that it is using. The *rebind* s

Re: Machine will not recover from 'deep sleep' state [ IBM Thinkpad T41 ]

2007-11-07 Thread Mark Thomas
On Nov 6, 2007 5:34 AM, Mark Thomas <[EMAIL PROTECTED]> wrote: > If I close the lid on this laptop ( Thinkpad T41 ) the machine goes > into a deep sleep but will not recover with OpenBSD 4.2. With 4.1 this > worked flawlessly. xorg is not running during these tests. Well apparently it's just video

Re: boot old Indy with OpenBSD?

2007-11-07 Thread Sebastian Reitenbach
Hi, just a quick update. I got a ecoff boot image yesterday. Unfortunately it was stripped, and the machine was unable to relocate. I hope to get another one. sebastian "Sebastian Reitenbach" <[EMAIL PROTECTED]> wrote: > Miod Vallat <[EMAIL PROTECTED]> wrote: > > > First, objcopy does not prov

Re: wifiprobe script

2007-11-07 Thread Pau Amaro-Seoane
PS: No offense, please "I also have seen/read a lot of critics to obsd for not having a couple of tools for doing such things. I hope this helps obsd a bit" ahem... the tools are ALREADY there, of course, and they're fantastic (ifconfig, dhclient, and all iwi, iwn, ipw Damien wrote!) what I of c

wifiprobe script

2007-11-07 Thread Pau Amaro-Seoane
Hi, I use very frequently the wireless to connect to different nets and I have a script for personal use which probably (??) could be useful for some of you. At least some of the misc people I know asked me to post this here. I also have seen/read a lot of critics to obsd for not having a couple

Re: Thinkpad t61 OpenBSD support?

2007-11-07 Thread Pau Amaro-Seoane
is it a T61 or something else, like T61s? it can be a difference in terms of supported hardware; you'll have to decide between -current or 4.2 At least it is the case of x61 and x61s: http://kerneltrap.org/mailarchive/openbsd-misc/2007/9/11/211298 2007/11/7, Girish Venkatachalam <[EMAIL PROTECT