Re: netstat -I in 4.3 shows lo0 too

2008-09-09 Thread Andreas Maus
On Tue, Sep 09, 2008 at 04:14:48PM +0200, Federico Giannici wrote: > Since we upgraded from 4.2 to 4.3 the "netstat -I ifname" command changed > it's output and now includes the lo0 statistics too. Hi. Yes it is a bug and was previously discussed here: http://marc.info/?l=openbsd-misc&m=12140340

Re: Is it necessary to recompile just to apply a security patch?

2008-07-29 Thread Andreas Maus
On Tue, Jul 29, 2008 at 08:41:36AM -0700, skogzort wrote: > Is it necessary to recompile just to apply a security patch? Of course! ;) > In order to do this it appears that I have to download the source code > re-compile the entire OS. Recompiling the OS seems to involve a lot of steps. > Before I

Re: Vulnerability Note VU#800113 - Multiple DNS implementations vulnerable to cache poisoning

2008-07-09 Thread Andreas Maus
On Wed, Jul 09, 2008 at 12:22:17PM -0400, bofh wrote: > Love your gimme gimme attitude. If you spent half a second thinking about > this: Hehehe ;) Furthermore you can see in the US-CERT that this VULN was: Date First Published07/08/2008 02:46:15 PM As you know some developers may live out

Re: Vulnerability Note VU#800113 - Multiple DNS implementations vulnerable to cache poisoning

2008-07-09 Thread Andreas Maus
On Wed, Jul 09, 2008 at 10:45:09PM +0800, Zamri Besar wrote: > Good morning, > > Today, I'm received alert from one of my friends regarding to > Vulnerability Note VU#800113 - Multiple DNS implementations vulnerable > to cache poisoning. > http://www.kb.cert.org/vuls/id/800113 > > I checked the a

Re: Actual BIND error - Patching OpenBSD 4.3 named ?

2008-07-09 Thread Andreas Maus
On Wed, Jul 09, 2008 at 11:19:24AM +0100, mark reardon wrote: > Hi Andreas, > > Aren't you dumping on the wrong interface here? > Should it not be your $ext_if where the alleged poisoning will come from? Hi Mark. Excuse me? The tcpdump was provided by Rod Whitworth <[EMAIL PROTECTED]>. So long,

Actual BIND error - Patching OpenBSD 4.3 named ?

2008-07-09 Thread Andreas Maus
Hi. I guess OpenBSDs named is affected by the actual issue: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447 http://www.kb.cert.org/vuls/id/800113 So I hope a patch is in progress ? Or is OpenBSD not affected by this issue? So long, Andreas. -- Windows 95: A 32-bit patch for a 16-b

Re: Unexpected behavior of netstat in 4.3

2008-06-21 Thread Andreas Maus
On Sat, Jun 21, 2008 at 09:07:14AM +0100, Jason McIntyre wrote: > this was fixed here: > > > revision 1.57 > date: 2008/03/18 20:03:37; author: claudio; state: Exp; lines: +4 -1 > Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well. >

Unexpected behavior of netstat in 4.3

2008-06-21 Thread Andreas Maus
Hi. I noticed the following misbehavior of netstat in 4.3. The manual page says: [... snipp ...] -I interface Show information about the specified interface; used with a wait interval as described below. [... snipp ...] O.K. Using 4.2 netstat -I works as expected: -bash-

Re: Wrong ownership of /var/named/master ?

2008-06-16 Thread Andreas Maus
On Mon, Jun 16, 2008 at 09:32:39AM +, Jussi Peltola wrote: Hi. > It's reasonable to me: named doesn't need to modify master zones, so don't let > it do that. Principle of the least privilege. Using "static" zones ... I totally agree. > Simpler fix: put dynamically updated zones in slave, whic

Re: Wrong ownership of /var/named/master ?

2008-06-16 Thread Andreas Maus
On Mon, Jun 16, 2008 at 03:06:46AM -0500, Jamie Gavahan wrote: > Hello, Hi. > A quick search of the archives yielded these results* (among others): > > Someone correct me if I'm wrong. You are wrong :P named supports dynamic updates via allow-update { key ...; }; But the _DHCP_ server does not s

Re: Wrong ownership of /var/named/master ?

2008-06-15 Thread Andreas Maus
On Sun, Jun 15, 2008 at 09:15:41PM +0200, Dorian B|ttner wrote: > propably the file you gave named in the zone-section of named.conf needs to > be existing in the first place. give named sufficient permission to read > and, for dynamic update, to write in it - no bug here and no need to change > di

Wrong ownership of /var/named/master ?

2008-06-15 Thread Andreas Maus
Hi. While configuring named on my sweet new Soekris 5501 I discovered a little *uhm* misconfiguration (I would not call it a bug). By default the permissions of /var/named/master is set to 0755 and owned by root:wheel. named runs in the chroot /var/named with the user named, group named. For mos

Re: Unbound: a validating, recursive, and caching DNS resolver

2008-05-21 Thread Andreas Maus
On Wed, May 21, 2008 at 02:09:23PM -0300, Andris wrote: > I just read about this project, might be of interest: > http://unbound.net/ Hi. Yeah and a port for unbound is just in progress ;) http://marc.info/?l=openbsd-ports&m1131428431723&w=2 So long, Andreas. -- Windows 95: A 32-bit patch for

Re: gmake error, please help :)

2008-05-08 Thread Andreas Maus
On Thu, May 08, 2008 at 10:22:01AM -0700, vatocleti wrote: > Hey all, Hi. > I'm running OpenBSD 4.2/i386 and am booting bsd.mp. I have brought over a > linux program that uses gcc as the compiler. > > I have installed the following sets: > > - gmake-3.80p1.tgz > - gettext-0.14.6p0.tgz > - libi

Re: Editing C with...

2008-05-03 Thread Andreas Maus
On Sat, May 03, 2008 at 02:15:19PM -0400, bofh wrote: > Real men use ed. No. REAL programmers use ... http://xkcd.com/378/ Sorry, couldn't resist ;) Andreas. -- Windows 95: A 32-bit patch for a 16-bit GUI shell running on top of an 8-bit operating system written for a 4-bit processor by a 2-bi

Re: Abort trap on 4.3 release

2008-04-15 Thread Andreas Maus
On Tue, Apr 15, 2008 at 08:01:37PM +0200, Pieter Verberne wrote: > Hi guys, Hi Pieter. > Yesterday I installed OpenBSD 4.3 release from CD. I copied both Congratulations for your OpenBSD 4.3 CD set ;) > PORTS_TA.GZ and SRC_TAR.GZ to /tmp. I extracted the ports to /usr/, and And here is your error

Re: download problems

2008-01-08 Thread Andreas Maus
On Tue, Jan 08, 2008 at 11:03:50AM -0500, Frank Bax wrote: > Doug: > > Just curious. Does the same problem exist on your OpenBSD boxes? You > can also use lynx if you don't have wget installed. > > time lynx -dump http://www.openbsd.org/spamd/traplist.gz > /dev/null > > Frank Well, of cou

Re: avoiding a mac address filter

2008-01-07 Thread Andreas Maus
On Mon, Jan 07, 2008 at 12:19:26PM -0500, Dave Anderson wrote: > On Mon, 7 Jan 2008, Pau Amaro-Seoane wrote: > > >loosen up a bit, you're too tight up... I just want to check my > >emails, I don't want to download p0nr movies > > Theft of service is theft, regardless of how much or little service

OT: 5 years of OpenBSD ... Thank you ;)

2007-12-24 Thread Andreas Maus
O.K. This is totally off-topic. But I wish to say "Thank you". ;) In the end of 2002 I used Linux and ipchains (now iptables) and I was really pissed off by making a syntax error and I shot myself right in the foot. So someone tells me about about this "pf thingy". (*) After installing OpenBSD 3.

Re: https access error www.fistofiron.com

2007-12-24 Thread Andreas Maus
On Mon, Dec 24, 2007 at 09:19:13AM -0800, badeguruji wrote: > Hello, Hi. > I am hosting www.fistofiron.com on a home network behind dsl link. i am able > to pull up the site on netscape sometimes, and sometimes it gives error > (timeout). it is a very small page. i am not sure, if there is some

Re: BIND and the measure of system entropy (randomness?)

2007-12-11 Thread Andreas Maus
On Wed, Dec 12, 2007 at 01:08:42AM +1100, mufurcz wrote: Hi. > Greetings, > > A disk in one of the old firewalls (not exactly critical) failed (running > OpenBSD 2.9!), and I urgently > need a DNS server to work. Replaced the disk and installed 4.2. Starting > `named -g` (listing below)

Re: inetd needed for basic NAT/Firewall operation?

2007-12-05 Thread Andreas Maus
On Wed, Dec 05, 2007 at 11:49:07AM -0500, Chris Smith wrote: > Hello, > > When using OpenBSD only as a NAT router / Firewall with all of the > services in inetd.conf commented out is there any need to enable inetd? Hi Chris. The only service that should (or could,depends on your point of view) b

Re: OT: OpenBSD on Asus eeePC

2007-11-14 Thread Andreas Maus
On Wed, Nov 14, 2007 at 01:02:55AM +0200, Alexey Suslikov wrote: Hi Alexey. > Looks like WLAN is Atheros 5212 which is ath(4) under OpenBSD. > See here http://forums.bsdnexus.com/viewtopic.php?pid=16360#p16360 > > About LAN. I think it is Attansic/Atheros L2. It is unsupported as of > 4.2 and -cu

Re: OT: OpenBSD on Asus eeePC

2007-11-14 Thread Andreas Maus
On Wed, Nov 14, 2007 at 08:27:00AM +0100, Marc Balmer wrote: > nice to see you have one. can you boot -current and mail the dmesg to > [EMAIL PROTECTED] > > Does anybody know where I could buy such a machine, preferrably in > .ch or .de? Hi Marc. I found only 4 online shops in germany which

OT: OpenBSD on Asus eeePC

2007-11-13 Thread Andreas Maus
Hi. O.k. this question seems to be a little offtopic, but ... ;) Did anyone try to run OpenBSD on Asus new small eeePC? Output of /proc/cpuinfo (1) and lspci (2) can be found here: (1) http://scr3.golem.de/?d=0711/Eee-Test&a=55901&s=9 (2) http://scr3.golem.de/?d=0711/Eee-Test&a=55901&s=10 4 GB

Re: Remove escape characters from file

2007-10-26 Thread Andreas Maus
On Fri, Oct 26, 2007 at 03:45:39PM +0200, Pieter Verberne wrote: > Hi, Hi Pieter. > does OpenBSD have a program/script to remove control characters (escape > sequence) from text files? Do you mean something like the ^M (\r) character ? I recommend using tr, e.g.: tr -d '\r' < name_of_inputfile >

Re: Loading PF after ppp

2007-09-26 Thread Andreas Maus
On Wed, Sep 26, 2007 at 05:54:58PM +0200, Amit Finkler wrote: > I connect to the internet using pppoe(8) by putting the following line > in /etc/rc.local.conf: > > ppp -ddial pppoe > > However, the pf rules load before I have an internet connection and > therefore pfctl reports an error. > > How

Re: help needed with laptop hdd

2007-09-10 Thread Andreas Maus
On Mon, Sep 10, 2007 at 05:48:31PM +0200, Henning Brauer wrote: > Hi, > > unfortunately the harddisk in my X40 died. And even worse, I just > learned that the disk in the X40 is kind of special. It is a 1.8" hard > disk that does NOT use the ZIF connector (these are somewhat common) > but the s

Re: sockaddr_in in manpage and /usr/include different

2007-06-05 Thread Andreas Maus
On Tue, Jun 05, 2007 at 05:29:47PM +0200, Karel Kulhavy wrote: > I made a mistake I actually looked on a manpage in a Linux system. But there O.K. Good to hear ^^ > is still a problem, in which manpage on OpenBSD 4.0 is the sockaddr_in > described, then? I tried various ones like ip, socket, bind,

Re: sockaddr_in in manpage and /usr/include different

2007-06-05 Thread Andreas Maus
On Tue, Jun 05, 2007 at 03:29:52PM +0200, Karel Kulhavy wrote: Hi. > OpenBSD 4.0 man 7 ip says: Thats interesting. On my OpenBSD 4.0 systems I don't have a man 7 ip. I have a man 4 ip instead - and only man 4 ip. Where did your man 7 ip come from? Section 7 of the man pages are dedicated to "Macr

Re: nv(4) driver on nVidia 7600GS card

2007-03-12 Thread Andreas Maus
On 3/1/07, Joachim Schipper <[EMAIL PROTECTED]> wrote: No, but you can already use 7.1 in -current. (To help with testing, obviously, and some stuff is still broken. So it's not a good idea if you want the easy way out. Xenocara, and 7.1, will be merged as soon as 4.1 is sent to the CD guys). Y

Re: Strange behavior with new suse dostro, vista and openbsd vpn tunel

2007-03-09 Thread Andreas Maus
On 3/9/07, Claude Brassel <[EMAIL PROTECTED]> wrote: Hello, I'm using two openbsd VPN gateways between my home and my office, everything work's fine, but .. I have try some new linux distro (opensuse 10.2, mandriva 2007) so if I try to join a host through the vpn it's working only for "small pa

Re: nv(4) driver on nVidia 7600GS card.

2007-03-01 Thread Andreas Maus
On 3/1/07, Joachim Schipper <[EMAIL PROTECTED]> wrote: No, but you can already use 7.1 in -current. (To help with testing, obviously, and some stuff is still broken. So it's not a good idea if you want the easy way out. Xenocara, and 7.1, will be merged as soon as 4.1 is sent to the CD guys). I

Re: nv(4) driver on nVidia 7600GS card.

2007-02-28 Thread Andreas Maus
On 3/1/07, Sunnz <[EMAIL PROTECTED]> wrote: Hi, I have an nVidia 7600GS Graphics card, and attempted to get it to work with the NV(4) driver. There shall be no hardware problem, as I have tested it with VESA(4) driver, and X -config /root/xorg.conf.new works. This is the monitor that I was try

Re: OpenBSD as Virtualbox guest

2007-02-27 Thread Andreas Maus
On 2/27/07, Peter <[EMAIL PROTECTED]> wrote: I'm looking for comments from people who have installed OpenBSD 4.0 as a Virtualbox guest. I am currently running Virtualbox 1.3.6 on Gentoo Linux 2006.1. The manual does not mention OBSD as guest even though their website states that it is possible.

Re: hot spot with OBSD 4.0

2007-02-22 Thread Andreas Maus
On 2/22/07, earx <[EMAIL PROTECTED]> wrote: Le Thu, 22 Feb 2007 16:22:35 +0700 sonjaya <[EMAIL PROTECTED]> a pris sa plume: > more secure more better , i would happy if you want share to all . if it is just for you and familly/friends authpf and openvpn is the solution Right. My access point

Re: hot spot with OBSD 4.0

2007-02-22 Thread Andreas Maus
On 2/22/07, sonjaya <[EMAIL PROTECTED]> wrote: more secure more better , i would happy if you want share to all . Thats the right attitude! ;) O.K. I will dump my /dev/brain into a documentation and put it online today or tomorrow. Andreas. -- Hobbes : Shouldn't we read the instructions? Calv

Re: hot spot with OBSD 4.0

2007-02-22 Thread Andreas Maus
On 2/22/07, sonjaya <[EMAIL PROTECTED]> wrote: Dear all Very newbie question : How to setup OBSD 4.0 become hotspot machine , any link to start over beside google. Hi. Depends on your setup. Which card? Which encryption? WEP 64Bit? 128Bit? Do you plan to use ipsec as an additional encryption

Re: FuzzyOCR on OpenBSD?

2007-02-16 Thread Andreas Maus
On 2/16/07, Peter <[EMAIL PROTECTED]> wrote: I'm looking for guidance in installing the FuzzyOCR SA plugin on OpenBSD 4.0. Has anyone done this? Hi. The basic steps (for debian) are documented here: http://www200.pair.com/mecham/spam/image_spam2.html AFAIK, I installed every required progra

Re: remove sendmail/install postfix

2007-02-03 Thread Andreas Maus
On 2/3/07, Toni Mueller <[EMAIL PROTECTED]> wrote: Hi. I dislike the mailwrapper and instead adjust the link in /usr/sbin/sendmail to point to the "real" sendmail program. But doing the mailwrapper thing is probably the safe(r) way to go. I also don't "need" (nor get) the mailq etc functionality

Re: Out of Office AutoReply:

2007-02-02 Thread Andreas Maus
Respect! 1 line greeting 3 lines message 2 lines regards and 20 LINES OF STUPID DISCLAIMER ! (sorry couldn't resist ;) On 2/2/07, Richard Francis <[EMAIL PROTECTED]> wrote: Thank you for your email. I am currently out of the office until Monday the 12th of February and will have no access to

Re: Troubles with nfe0 and system freezes with MP kernel

2007-02-02 Thread Andreas Maus
On 2/1/07, Srebrenko Sehic <[EMAIL PROTECTED]> wrote: > the problem remains. You should try 2 different things. 1) Get the latest -current and try that. I think some fixes went into post 4.0 for the nfe(4) driver which might fix your issue. Sure. Thats the first thing I will do. 2) nfe(4) ph

Troubles with nfe0 and system freezes with MP kernel

2007-02-01 Thread Andreas Maus
Hi. Last week I got a fresh system (my old system died) and so I had to install. The system is a DualCore AMD64 X2 4600+ with integrated NVIDIA NICs (nfe0 and nfe1) and build in NVIDIA RAID. (for details see dmesg below) The first problem I ran into was the problem with the onboard NICs. I had

Re: remove sendmail/install postfix

2007-01-31 Thread Andreas Maus
On 2/1/07, David B. <[EMAIL PROTECTED]> wrote: hi, hate to bother, but... I looked around on the net and couldn't find a howto on howto uninstall sendmail, the default in 3.8, and then install postfix. You don't need to do this (well at least on OpenBSD). Just install postfix form the ports. I

Re: Block device required

2006-12-19 Thread Andreas Maus
On 12/19/06, Greg Thomas <[EMAIL PROTECTED]> wrote: How do you know it's i? disklabel wd1 Andreas. -- Hobbes : Shouldn't we read the instructions? Calvin : Do I look like a sissy?

Re: Block device required

2006-12-19 Thread Andreas Maus
On 12/19/06, ibanex22 <[EMAIL PROTECTED]> wrote: Hi. mount_ext2fs: /dev/rwd1c on /mnt: Block device required Of cause! rwd1c is a charcter device, not a block device: $ ls -l /dev/rwd1c crw-r- 1 root operator3, 18 Dec 9 12:03 /dev/rwd1c You have to use wd1c instead, which is a block

Re: 64-bit Linux Emulation on AMD64?

2006-12-19 Thread Andreas Maus
On 12/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Alex. Hello, I've got a fresh new 4.0/AMD64 system installed, and after sitting down Congratulations ;) to add Linux binary compatibility, I see that it apparently doesn't exist on this platform. After some archive digging, it does

Re: Problems in my wireless card

2006-12-18 Thread Andreas Maus
On 12/18/06, Eduardo Jorge <[EMAIL PROTECTED]> wrote: Hi. This is my dmesg OpenBSD 4.0 (NEIN) #0: Sun Dec 17 05:20:14 BRST 2006 ^ At first. Before you post make sure you use a GENERIC kernel (because we can only guess what option your kernel uses). vendor "Atheros

Re: 4.0 frozen

2006-12-16 Thread Andreas Maus
Hi Stephen. On 12/17/06, Stephen Schaff <[EMAIL PROTECTED]> wrote: wd0(pciide1:0:0): timeout type: ata c_bcount: 65536 c_skip: 0 pciide1:0:0: bus-master DMA error: missing interrupt, status=0x21 wd0d: device timeout reading fsbn 234162112 of 234162112-234162239 (wd0 bn 23

Re: Moving a 100GB directory tree with lots of hardlinks

2006-12-15 Thread Andreas Maus
mp has enough room, or set TMPDIR/TEMPDIR for restore. Dump/resture should DTRT. rsync -H will as well, but again, going back to needing lots of memory to store all that hardlink info... On Fri, Dec 15, 2006 at 11:04:25PM +0100, Andreas Maus wrote: > Hi. > > Just a wild guess ... >

Re: Moving a 100GB directory tree with lots of hardlinks

2006-12-15 Thread Andreas Maus
Hi. Just a wild guess ... Do you tried rsync? (Although I don't know how rsync deals with _hard_ links). HTH, Andreas. On 12/15/06, Matthias Bertschy <[EMAIL PROTECTED]> wrote: OpenBSD 3.7 - i386 Pentium 4 3GHz - 1GB RAM - 2GB swap Hello list, For the past 3 weeks, I have been working on a

Re: dhcpd question

2006-12-14 Thread Andreas Maus
Hi Richard. > yes, "don't" :) True. > You could write a simple script to modify dhcpd.conf as needed, but I set I don't recommend that. A little typo or unexpected error and all your clients are unable to resolve or even get a lease - depending on the errors the script introduces. This happen

Re: STUPID file permission question

2006-12-13 Thread Andreas Maus
On 12/13/06, stupidmail4me <[EMAIL PROTECTED]> wrote: Hi. My username is foo and primary group is therefore also foo. I am also in the group bar. Did you logout and login again after adding yourself to the group "bar"? If not do so. Whats the output of id? I have a directory called "anything

Re: autoconf error message suggestion

2006-12-12 Thread Andreas Maus
On 12/12/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote: Hi. > You are kidding, aren't you ? No. o.k. > csh/tcsh uses setenv and sh/ksh/bash uses export No I mean explanation how the user obtains a list of available numbers and how to select from them. Short answer: [EMAIL PROTECTED] ~ $ ls

OpenBSD 4.0 seems to be very picky about USB mass storage devices

2006-12-11 Thread Andreas Maus
Hi * ! After upgrading my X40 from 3.9 to 4.0 I have problems mounting a specific USB stick. Running OpenBSD 3.9 I see some errors when accessing this USB stick after it is plugged in: sd1 at scsibus2 targ 1 lun 0: SCSI2 0/direct removable sd1: 62MB, 62 cyl, 64 head, 32 sec, 512 bytes/sec, 1277

Re: bridge with nat

2006-12-05 Thread Andreas Maus
Hi. On 12/5/06, Roberto Pereyra <[EMAIL PROTECTED]> wrote: can I use OpenBSD to bridge two wireless interfaces and use nat in one ? No. A simple answer ;) A bridge forwards packets on layer 2 based on their MAC. NAT rewrites packets at layer 3. Or do you bridge two wireless interfaces and do

Re: [EMAIL PROTECTED]: ET1310 Documentation]

2006-12-04 Thread Andreas Maus
On 12/4/06, Martin Schrvder <[EMAIL PROTECTED]> wrote: And now they have been bought by LSI. :-) http://www.lsi.com/news/corporate_news/2006_12_04.html So there is hope that LSI will release specifications :) Andreas. -- Hobbes : Shouldn't we read the instructions? Calvin : Do I look like a si

Re: Openldap

2006-12-04 Thread Andreas Maus
On 12/4/06, Dr. Harry Knitter <[EMAIL PROTECTED]> wrote: Hi. trying to get Openldap running I got the following problems: Starting slapd results in unrecognized database bdb (should be the standard database for openldap) If you want openldap with bdb use bdb-flavor, e.g.: root@@nergal /usr/por

Re: autoconf error message suggestion

2006-12-04 Thread Andreas Maus
Hi. On 12/4/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED]:~$ autoconf Provide an AUTOCONF_VERSION environment variable, please Yes. Just do it. e.g.: [EMAIL PROTECTED]:~ $ env | grep AUTO AUTOMAKE_VERSION=1.9 AUTOCONF_VERSION=2.59 I suggest this error message to be extended

Re: [EMAIL PROTECTED]: ET1310 Documentation]

2006-11-28 Thread Andreas Maus
Hi. Thanks for the information. If I see any of their products on a list for my customer I will _strongly_ vote against their product - independant of used the OS. On 11/28/06, Jonathan Gray <[EMAIL PROTECTED]> wrote: This is an example of us trying to talk to a vendor and being totally shut do

Re: problem with 003_systrace.patch

2006-11-22 Thread Andreas Maus
On 11/22/06, Andreas Maus <[EMAIL PROTECTED]> wrote: |And then rebuild your kernel. *ahem* Do you have the kernel sources (sys.tar.gz) installed in /usr/src/sys ? Andreas. -- Hobbes : Shouldn't we read the instructions? Calvin : Do I look like a sissy?

Re: problem with 003_systrace.patch

2006-11-22 Thread Andreas Maus
On 11/22/06, martin g <[EMAIL PROTECTED]> wrote: if it is allready patched i have the latest sources. is this possible Nope. If it is already patched you will see something like this: # cd /usr/src # patch -p0 < 4.0/common/003_systrace.patch Hmm... Looks like a unified diff to me... The te

Re: problem with 003_systrace.patch

2006-11-22 Thread Andreas Maus
On 11/22/06, martin g <[EMAIL PROTECTED]> wrote: Hello all when i apply this patch system asks me File to patch: what should i enter here Hi. Nothing. You are a) not standing in /usr/src (read the first few lines from the patch file) or b) you don't have anythin under /usr/src Andreas.

Re: Problems applying 002_openssl.patch for OpenBSD 4.0

2006-11-12 Thread Andreas Maus
on one of my boxes on the make install...think my disk is now full of cruft from countless upgrades, it's time to wipe it and start over. -- ~Allie D. On Sun, November 12, 2006 09:28, Andreas Maus wrote: > Hi. > > After updating from OpenBSD 3.9 to 4.0 I extracted the new tarballs &

Problems applying 002_openssl.patch for OpenBSD 4.0

2006-11-12 Thread Andreas Maus
Hi. After updating from OpenBSD 3.9 to 4.0 I extracted the new tarballs src.tar.gz and sys.tar.gz and got the patches for OpenBSD 4.0 from openbsd.org/errata.html I had no problem applying the patches except for 002_openssl which stops while "make" with: # make [... snipp ...] ===> crypto cc -O

Re: Problem when apply 001_httpd.patch

2006-11-09 Thread Andreas Maus
Hi. So whats your question/problem ? Andreas. On 11/9/06, Maverick <[EMAIL PROTECTED]> wrote: Hi i am trying to apply the 001 patch What i have done is cd /usr/src patch -p0 < 001_httpd.patch and i come back to me as: Hmm... Looks like a unified diff to me... The text leading up to th

Re: Bizarre Abort Trap on sparc64

2006-11-09 Thread Andreas Maus
Hi. On 11/9/06, Edd Barrett <[EMAIL PROTECTED]> wrote: Same again. This time i noted when it started happening. After tar zxvf src.tar.gz -C /usr . At this point I assumed bad hardware and bought a new box. *ahem* You shoul untar src.tar.gz to /usr/src not /usr. Untarring the file to /usr will

Re: How do I convert a man page to PS or PDF?

2006-10-20 Thread Andreas Maus
On 10/20/06, Sevan / Venture37 <[EMAIL PROTECTED]> wrote: > man2ps http://spectral.mscs.mu.edu/USA2005/examples/man2ps/ or use man2web from ports & print off the html files? Why install extra packages? groff is capable of converting man pages to ps (-Tps) and HTML (-Thtml) Andreas. -- Hobbes

Re: How do I convert a man page to PS or PDF?

2006-10-20 Thread Andreas Maus
*ahem* Using a man page from /usr/src is not that good :) Try e.g. /usr/share/man/cat4/em.0 Andreas. -- Hobbes : Shouldn't we read the instructions? Calvin : Do I look like a sissy?

Re: How do I convert a man page to PS or PDF?

2006-10-20 Thread Andreas Maus
Hi Steve. On 10/20/06, Steve B <[EMAIL PROTECTED]> wrote: I'm leaving on vacation and wanted to have something to read on the plane and at the beach. How can I convert a couple of man pages into either PS or PDF so that I can print them? Thats easy ;) To convert a man page you just have to find

Re: web browsing

2006-10-16 Thread Andreas Maus
Hi. i have a pppoe conn. to my isp and i managed to get it working. Working from which host? The gateway or an internal host. on the internal interface rl1 my hostname.rl1 looks like this: inet 192.168.0.1 255.255.255.0 NONE Assuming your interface rl1 is up ... 1. Is my hostname.rl1 OK d

Re: PPP problems

2006-10-16 Thread Andreas Maus
Hi. On 10/16/06, Monah Baki <[EMAIL PROTECTED]> wrote: Hi All, I'm running PPP on OpenBSD 3.9, machine runs great for 3-4 weeks and then disconnects then I have to restart PPP for it to work. Is this normal, is I think thats normal. My PPPoE connection will be terminated every 24 hours by my I

Re: PPP problems

2006-10-16 Thread Andreas Maus
HI. You can place the call in the /etc/inittab or use e.g. daemontools ( http://cr.yp.to/daemontools.html ) to restart it automagically. By the way you have to keep the dialin command in the foreground. Andreas. -- Hobbes : Shouldn't we read the instructions? Calvin : Do I look like a sissy?

Re: Kismet - Propably problems with ath0 (IBM brand)?

2006-10-13 Thread Andreas Maus
Hi. On 10/13/06, Matthias Kilian <[EMAIL PROTECTED]> wrote: > to the kismet developers. Unfortunately, i've no ath(4) available. I'll see wether I can do something next week. I'll also drop a mail to upstream. It would be nice if other people could verify wether this is really ath(4) specific

Re: Kismet - Propably problems with ath0 (IBM brand)?

2006-10-13 Thread Andreas Maus
Hi Sebastian. On 10/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello everybody, [... snipp ...] Yes this is a problem with kismet (even the current svn snapshot). It was already mentioned a while ago: http://marc.theaimsgroup.com/?l=openbsd-misc&m=115548207902728&w=2 Due to the lac

Re: Wireless trouble

2006-10-09 Thread Andreas Maus
On 10/9/06, Fred Crowson <[EMAIL PROTECTED]> wrote: hostname.if does not need the !ifconfig command, the netstart(8) script calls ifconfig. Hence hostname.wi0 would be: inet 172.16.211.1 255.255.255.0 NONE \ chan 6 media autoselect mode 11b \ nwid MyName nwkey persist:abcde123456 Amazing! ;) Ne

Re: Wireless trouble

2006-10-09 Thread Andreas Maus
Hi Stuart. On 10/9/06, Stuart Henderson <[EMAIL PROTECTED]> wrote: > ifconfig. In this case it would be: this is wi(4) on 3.8, ifconfig didn't know how to configure wireless settings on prism/wavelan cards back then Doh! I assumed a current 3.9. I guess (because I don't have any wi cards - jus

Re: Wireless trouble

2006-10-09 Thread Andreas Maus
Hi Rafael. On 10/9/06, Rafael Morales <[EMAIL PROTECTED]> wrote: I have OpenBSD 3.8 on a PowerBook G4, an Avaya wireless card (wi0) and my AP. My problem is when I active the WEP in the AP (WEP-Open), my wireless lost connection. This my card configuration: wicontrol -e 1 -k abcde123456 -t 6 -

Re: X not working with NVIDIA GeForce 7800 GS on amd64

2006-10-09 Thread Andreas Maus
Hi. On 10/8/06, Andreas Bihlmaier <[EMAIL PROTECTED]> wrote: [... snipp ...] p.s. This xorg.conf section might be of interest to you. Section "Device" Identifier "Card0" Driver "vesa" #Driver "nv" VendorName "nVidia Corporation" BoardName "Un

Re: X not working with NVIDIA GeForce 7800 GS on amd64

2006-10-09 Thread Andreas Maus
Hi Andreas. On 10/8/06, Andreas Bihlmaier <[EMAIL PROTECTED]> wrote: I have the same problem with a GeForce 7300GT. The problem is these chips are only supported by X.org 7.x (which is not yet in OpenBSD). After reading: http://www.undeadly.org/cgi?action=article&sid=2006071016 I guess you

Re: X not working with NVIDIA GeForce 7800 GS on amd64

2006-10-09 Thread Andreas Maus
Hi Matthew. On 10/7/06, Matthew Weigel <[EMAIL PROTECTED]> wrote: [demime 1.01d removed an attachment of type application/octet-stream which had a name of dmesg] Attachments are stripped on misc@ emails. Doh! Second, have you verified that you *need* an xorg.conf? X.org now auto-detects man

X not working with NVIDIA GeForce 7800 GS on amd64

2006-10-06 Thread Andreas Maus
Hi. I recently replaced my ATI X800 with a new NVIDIA GeForce 7800 GS. Checking the nv(4) man page and it states that it supports: [... snipp ...] GeForce 7XXX [... snipp ...] So I setup the corresponding "Device" section to: Section "Device" Identifier "NVIDIA" Driver "nv" #V

Re: squid ldap auth on OpenBSD

2006-10-06 Thread Andreas Maus
Hi Alexandre. On 10/6/06, Alexandre ADAM <[EMAIL PROTECTED]> wrote: But when I launch "make" again, there is the following error message : warning: strcpy() is almost always misused, please use strlcpy() Thats not an error. Its just a warning. Do you know what means this message ? It means t

Re: How do I redirect the daily log messages to another address?

2006-09-21 Thread Andreas Maus
On 9/21/06, Steve B <[EMAIL PROTECTED]> wrote: Hi Steve. I'd like to redirect the daily log messages that go to root to an external [... snip ...] Could someone point me in the right direction as to what I should be looking for? I'm pretty sure it has to do with Sendmail. Setting up an alias

Re: OpenBSD 4.0 pre-orders are up

2006-09-21 Thread Andreas Maus
Hi. On 9/20/06, Theo de Raadt <[EMAIL PROTECTED]> wrote: We have activated OpenBSD 4.0 pre-orders. The official release date is November 1. For more information on the release, please see http://www.openbsd.org/40.html And don't forget to order the cute Pluffy: http://undeadly.org/c

Re: Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Andreas Maus
On 8/23/06, Nick Guenther <[EMAIL PROTECTED]> wrote: Hi Nick. > Does anyone knows whats wrong or what I should do the fix this > behaviour? My first guess is that something is wiping out the disklabel on wd1. That is, some boundary is configured wrong and, in the process of writing to the ccd, s

Re: Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Andreas Maus
On 8/23/06, Kyle George <[EMAIL PROTECTED]> wrote: Hi Kyle. > or what I should do the fix this behaviour? See: http://inglorion.net/documents/tutorials/ccd See: http://morgenes.shire.sytes.net/~inglorion/documents/tutorials/ccd Thanks I will take a look at this. And as far I can see I use ccd0

Sometimes OpenBSD "forgets" the disklabel

2006-08-23 Thread Andreas Maus
Hello everybody. I have a ccd containing two disks: [EMAIL PROTECTED]:~ $ cat /etc/ccd.conf # $OpenBSD: ccd.conf,v 1.1 1996/08/24 20:52:22 deraadt Exp $ # Configuration file for concatenated disk devices # ccd ileave flags component devices ccd064 0x8 /dev/wd0e /dev/wd1a

Re: port kismet wont run as it should on openbsd current

2006-08-18 Thread Andreas Maus
Hi. Tested some wireless chipsets (ti,ra,ath0). It seems that only ath doesn't show anything in kismet (neither from ports nor from the latest svn sources) - no powerlevel,no packets, no packet rates. Anyhow I would blame kismet,because monitor mode can be set using ifconfig ans I can see access

Re: port kismet wont run as it should on openbsd current

2006-08-15 Thread Andreas Maus
On 8/15/06, Matthias Kilian <[EMAIL PROTECTED]> wrote: Hi. > source=radiotap_bsd_b,ath0,scan Did you try with other source types than radiotap_bsd_b? I never tried another source. I wasn't sure if a/g are working Any error messages? What does ifconfig ath0 say, is the interface in monitor mod

SSH connection from UNKNOWN ?

2006-07-31 Thread Andreas Maus
Hi folks. During the last weeks I received some alerts about ssh connections from UNKNOWN. E.g.: Jul 17 08:54:25 piglet sshd[7762]: Did not receive identification string from UNKNOWN Jul 26 05:27:54 piglet sshd[31895]: Did not receive identification string from UNKNOWN After a fast look at the

Re: DDOS attack

2006-07-04 Thread Andreas Maus
Hi. You can bind ssh to another port and/or you can play with a little scripting and the excellent packet filter. I run a script from cron that greps the IP addresses from the sshscans, dups them in an file and a pf table uses this file to drop connections from these IPs. Depending on the type th

Samba 3.0.21b from ports dies with SIGABRT when creating password file (tdbsam)

2006-07-04 Thread Andreas Maus
Hi. After installing Samba from the ports tree (Samba version 3.021b without any flavors) running smbd the first time -the password file passdb.tdb does not exist- smbd dies with SIGABRT after creating the password file # /usr/local/libexec/smbd -D # ps axuw | grep smbd root 4370 0.0

Re: Problems mounting a usb disk

2006-06-01 Thread Andreas Maus
Hi. Does it contain a (V)FAT file system? Try mounting /dev/sd0i What does disklabel sd0 say? HTH, Andreas. On 6/1/06, David Burau <[EMAIL PROTECTED]> wrote: Hi, i've installed OpenBSD 3.9 on a IBM T20 notebook. Everything is working fine. Bit I'm not able to mount a usb disk. dmesg output

Re: "make install" is not the same as "pkg_add' ?

2006-05-17 Thread Andreas Maus
Thanks for all your help. Now it is cristal clear ;) Although using ports for years, I should read the fine manual pages before posting ;) ... next step, kill the penguin OS on my desktop (this was just my laptop) and install a reliable OS ;) Andreas.

"make install" is not the same as "pkg_add' ?

2006-05-16 Thread Andreas Maus
Hello everbody. I'm using OpenBSD since version 3.1 (or so) usually for servers and my firewalls. Getting my IBM X40 and I installed OpenBSD 3.9 and started to build the packages I need from /usr/ports. Everything works as expected (means without any problem ;) But after installing xmms from /us

Re: Laptop recommendations

2006-05-11 Thread Andreas Maus
Hi RJ. I would recommend IBM/Lenovo. OpenBSD 3.9 works out of the box including (but not limited to ;) suspend, buttons, ... on my IBM X40. After a hard disk error on my Mac PowerBook (ppc architecture) I discovered that the support from Mac is really sh*t. Having a choice between IBM/Lenovo I