Re: Interface sequencing

2014-11-05 Thread Stefan Olsson
That needs to go in a dhclient config file, you'll need different config files for each interface and run dhclient from a hostname.if line like !dhclient -c /etc/dhclient-nogw em0. is it not enough to just append the following to /etc/dhclient.conf?: interface em0 { ignore routers; }

ftp-proxy

2014-09-22 Thread Stefan Olsson
Hi, I can't get active ftp to work through pf and ftp-proxy. -Passive ftp works fine. I use ftp from a Windows-pc and have been testing on ftp.openbsd.org and ftp.sunet.se. I've dumbed down pf.conf as much as I possibly can. Still no go. I had an older snapshot but upgraded just now - no

Re: ftp-proxy

2014-09-22 Thread Stefan Olsson
Hi, I can't get active ftp to work through pf and ftp-proxy. -Passive ftp works fine. I use ftp from a Windows-pc and have been testing on ftp.openbsd.org and ftp.sunet.se. I've dumbed down pf.conf as much as I possibly can. Still no go. I had an older snapshot but upgraded just now - no

Re: Dansguardian not working after updating OBSD Current

2014-09-17 Thread Stefan Olsson
Date: Wed, 17 Sep 2014 15:08:48 +0100 From: kayasa...@gmail.com Just a quick observation, not sure if by design or other but ulimit doesn't seem to have a man page? -It is a ksh builtin.  man ksh -It would be nice to have it show up when doing apropos

wildcard poisoning

2014-09-09 Thread Stefan Olsson
I came across an interesting article on wildcards in shell: http://www.defensecode.com/public/DefenseCode_Unix_WildCards_Gone_Wild.txt Tested some of the above in pdksh on a current OpenBSD-host: $ mkdir test $ cd test $ touch file1 file2 file3 -rf $ mkdir DIR1 DIR2               $ ls -al total

carp preempt

2014-08-20 Thread Stefan Olsson
Hi Misc, Now I seem to have issues with carp preemption. If I have net.inet.carp.preempt=1  and take down carp0 on the Master with ifconfig carp0 down, isn't the idea  for carp7 on the same firewall to have carpdemote set to 128 or similar?  -According to tcpdump it doesn't change carpdemote at

Re: troubleshooting carp [solved]

2014-08-19 Thread Stefan Olsson
I've pinpointed the issue with my carp setup. Finally! It seems like the order of things in hostname.carp0 matters more than I thought it did.  This doesn't work so well: # cat /etc/hostname.carp0                                                                                                    

Re: troubleshooting carp

2014-08-15 Thread Stefan Olsson
OK, this is wrecking my head. As previously mentioned I have TWO firewalls, both with a total of 8 em-ports (2 x quad-cards). -Some of the ports are forfuture use and thus not configured and don't have a corr corresponding carp. So far it has really been:em0 - carp0 - internal LANem1 - pfsync0 -

Re: troubleshooting carp

2014-08-15 Thread Stefan Olsson
DOH! - I had left a line referring to vhid (i.e. carp) in there - worked ok when that was out. From: stur...@hotmail.com To: misc@openbsd.org Subject: RE: troubleshooting carp Date: Fri, 15 Aug 2014 17:58:06 -0400 OK, this is wrecking my head. As previously mentioned I have TWO

troubleshooting carp

2014-08-14 Thread Stefan Olsson
Hi Misc, I am having problems with setting up a pair of firewalls (Soekris 6501-70 with an extra lan1841 quad-card, i.e. total 8 em-ports) - I can not get CARP to work - both firewalls insist on becoming Master. I did have it working a week or two ago, since then I've been working on the rulesets

Re: troubleshooting carp

2014-08-14 Thread Stefan Olsson
Subject: Re: troubleshooting carp From: m...@alumni.chalmers.se Date: Thu, 14 Aug 2014 19:31:06 +0200 CC: misc@openbsd.org To: stur...@hotmail.com What switch do you have? advbase 20” and advskew 100” means that you’ll have to wait 20+ sec in order to see announcement in tcpdump. Are you

Re: troubleshooting carp

2014-08-14 Thread Stefan Olsson
From: stur...@hotmail.com To: m...@alumni.chalmers.se CC: misc@openbsd.org Subject: RE: troubleshooting carp Date: Thu, 14 Aug 2014 14:00:37 -0400 Subject: Re: troubleshooting carp From: m...@alumni.chalmers.se Date: Thu, 14 Aug 2014 19:31:06 +0200 CC: misc@openbsd.org To:

disklabel/scan_ffs

2014-08-11 Thread Stefan Olsson
Hi, I have a hard drive that crashed in some way or the other, and I'd like to see if I can access it, and ideally retrieve some of the files. I've connected it to a USB-bridge, but I fear it is beyond repair as it gets an error when I try to do disklabel: # disklabel sd1disklabel: ioctl

Re: disklabel/scan_ffs

2014-08-11 Thread Stefan Olsson
Bliss! -A simple power cycle while bridge was still connected with USB, woke the disk up! Both disklabel and fdisk worked fine on the disk after this and I've got my files. Before the powercycle I got same Input/output error from fdisk as from disklabel: # fdisk sd1 fdisk: DIOCGPDINFO:

Re: etcsum moved?

2014-08-10 Thread Stefan Olsson
Date: Fri, 8 Aug 2014 18:20:29 +0200 From: ajacou...@bsdfrog.org To: stur...@hotmail.com CC: misc@openbsd.org Subject: Re: etcsum moved? On Fri, Aug 08, 2014 at 11:00:07AM -0400, Stefan Olsson wrote: Hi Misc, I've run into problems with recent snapshots and sysmerge. It complains about

etcsum moved?

2014-08-08 Thread Stefan Olsson
Hi Misc, I've run into problems with recent snapshots and sysmerge. It complains about lack of ./var/db/sysmerge/etcsum - has etcsum been moved and sysmerge script not been updated, or what is wrong really? # uname -a OpenBSD HeadOfTheNetwork.xxx.local 5.6 GENERIC#273 i386 # sysmerge -s

fxp driver - bsd.rd vs bsd

2014-06-24 Thread Stefan Olsson
Hi, My colleague is after trying to install Current onto an old Dell PC several times now. -She can go through the install without problem, she gets connected with dhcp and can download the filesets, so obviously she has network connection. -However, after rebooting into the freshly installed

Re: fxp driver - bsd.rd vs bsd

2014-06-24 Thread Stefan Olsson
Subject: Re: fxp driver - bsd.rd vs bsdFrom: andres@msu.eduDate: Tue, 24 Jun 2014 17:43:57 -0400To: stur...@hotmail.com; misc@openbsd.org First guess is do you have /etc/mygate ? --STeve Andre' -It doesn't really matter if I have mygate or not as this is on the LAN, no routing involved. It works

X -configure -- Segmentation fault at address 0x28

2013-05-10 Thread Stefan Olsson
Hello, When I use startx things works quite well with X-windows, but since I want a multihead config I tried to run X -configure. That configuration doesn't get very far though, it lists the available graphics drivers and then chokes and gives Segmentation fault at address 0x28. -The config that

xrandr crtc [was: X -configure -- Segmentation fault at address 0x28]

2013-05-10 Thread Stefan Olsson
On 10 May 2013 10:41, Zé Loff zel...@zeloff.org wrote: xrandr -That was good advice to try xrandr instead, however, now I have a problem with crtc's - I have two crtc, 0 and 1. But I have three monitors - LVDS1, VGA1 and HDMI1. It seems like I just can not get it to work on all three monitor

order site down?

2013-04-12 Thread Stefan Olsson
Hello, https://https.openbsd.org/cgi-bin/order times out for me, is the order site down? Kind Regards

up/down in pdksh-history with set -o vi

2013-04-11 Thread Stefan Olsson
Hello, I suspect my problem is not entirely OpenBSD-related but more to do with pdksh and keybindings. I usually do set -o vi in my .profile. In bash on OS/X it then works to go up and down in history with both j+k or up+down-keys. If I ssh to a OpenBSD host from my Mac, I can NOT use up+down in

re1: watchdog timeout

2009-12-17 Thread Stefan Olsson
Hello, I have an intermittent problem on one of my firewalls. It has worked well for years with different openbsd-releases but a few days after installing a snapshot a few months ago it sometimes just stops taking traffic on the internal nic. And all you get at the console is watchdog timeout on

Re: re1: watchdog timeout

2009-12-17 Thread Stefan Olsson
unfortunately I did a new install with the snapshot a couple of months ago and didn't bother keeping anything from /var/log from previous install (or anything else for that matter). Stuart Henderson wrote: On 2009-12-17, Stefan Olsson undefined.sarame...@gmail.com wrote: I have

Re: European orders

2009-03-31 Thread Stefan Olsson
Richard Ben Aleya wrote: But this conflict does not give you the rights in any manner to insult the Europeans and their culture (you reference to the beer). We cannot accept a such behaviour. European people is offended when they read such things. We do not want to purchase CDs to pay the

snapshots

2007-10-30 Thread Stefan Olsson
Hello, I've been using snapshots quite a bit lately but am a little bit confused regarding the snapshot packages vs the snapshots themselves. At the time of writing there are i386 snapshots dated the 27th of October while the snapshot packages for i386 are dated 22nd of October. -Do they

Re: ath wpn511 no network

2007-09-30 Thread Stefan Olsson
On Sun, 30 Sep 2007 18:24:35 +0100, Stefan Olsson [EMAIL PROTECTED] said: Dear Misc, I am pulling my hairs out, the last few days I've been trying to install OpenBSD on my Dell Latitude D510. I've disabled the internal wireless BCM card and instead put in a Netgear WPN511. -First I tried 4.1

Re: Hack OpenBSD and improve fitness at the same time

2007-07-20 Thread Stefan Olsson
- Original Message - From: Karel Kulhavy [EMAIL PROTECTED] Add an everyday job to this and you get a shortage of time. Therefore I have developed a special open source fitness machine for computer hackers which allows exercising while sitting at the keyboard. Twibright Exciter:

dying ftp-proxy

2007-01-17 Thread Stefan Olsson
Hello, ftp-proxy starts up and runs fine for most of the time on one of my firewalls, but sometimes and intermittently it just silently dies without any trace in the daemon-log or messages. It is easy enough to just start it again, but it is a bit annoying. I suppose I should start with upping

Re: ppp.conf for ueagle and pppoa

2006-12-01 Thread Stefan Olsson
On Wed, 29 Nov 2006 11:46:00 +0100, Przemyslaw Nowaczyk [EMAIL PROTECTED] said: On Wed, Nov 29, 2006 at 08:27:14AM +0100, Damien Bergamini wrote: You must recompile user ppp with ATM enabled: cd /usr/src/usr.sbin/ppp/ppp/ vi Makefile remove line NOATM= /usr/include/netnatm required

Re: ppp.conf for ueagle and pppoa

2006-11-28 Thread Stefan Olsson
- Original Message - From: Damien Bergamini [EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 7:26 AM The route command is only necessary for plain IPoA. For PPPoA, ppp will create the route for you. Just put: set device PPPoA:ueagle0:8.35 in your ppp.conf file. That gives me:

ppp.conf for ueagle and pppoa

2006-11-27 Thread Stefan Olsson
Hello, I've got my Sagem 800 to be recognized properly by uncommenting the ueagle* and NATM lines and rebuild the kernel, but the man-pages for ueagle and ppp.conf are kind of confusing. -In the ueagle(4) it says to use route to create a PVC, but I don't understand how to use this information in

Re: [OT, rant and despair] Re: More ammunition for the Blob fight

2006-10-23 Thread Stefan Olsson
- Original Message - From: Ingo Schwarze [EMAIL PROTECTED] i should rather like to use another idiom: Auf dem Teppich bleiben. remain on the carpet? -Please explain...

Re: Partitions

2006-07-01 Thread Stefan Olsson
From: Lars Hansson [EMAIL PROTECTED] On Friday 30 June 2006 20:45, Craig Skinner wrote: I always symlink /var/tmp to my /tmp partition and mount /tmp with: nodev,noexec,nosuid,noatime,async - as it gets wiped at boot anyway. /var/tmp is not wiped at boot. -No, but /tmp is and if you symlink

Re: ueagle driver

2006-04-17 Thread Stefan Olsson
Stefan Olsson wrote: Hello, I'm trying to get my Dell Inspiron 7500 laptop to load the ueagle driver with OpenBSD 3.9 so I can use my SAGEM 800 ADSL modem, but it does not want to play. The ueagle firmware files was nowhere to be found in /etc/firmware so I downloaded from http

Re: Windows OpenBSD

2005-11-01 Thread Stefan Olsson
- Original Message - From: Gustavo Rios [EMAIL PROTECTED] I am in need for integrating a set of windows dektops with some openbsd servers. I have two openbsd boxes: one acting like an NFS server and another with NIS + Kerberos. The problem comes when i think on about 50 desktops running

Re: OBDII, Anyone?

2005-08-11 Thread Stefan Olsson
From: Christopher Snell [EMAIL PROTECTED] Has anybody done any work to port Freediag (http://freediag.sourceforge.net/) to OpenBSD or to write similar ODBII software for our favorite OS? Googling did not yield anything useful. -Just being curious, if some developer actually ported this to

Re: Mail Server Architecture

2005-05-11 Thread Stefan Olsson
From: J.C. Roberts [EMAIL PROTECTED] PS - Maybe someone can teach you mail 101. It's never a good idea to have a CNAME to be the MX. confuciun.com. 497 IN MX 10 mail.confuciun.com. mail.confuciun.com. 600 IN CNAME confuciun.com. Though the answer is