Re: Router ping one way only

2009-01-21 Thread duxbuz
Seems still to be an issue with the 192 subnet and the router.

The problem I still have is that the machine on the 192.168.0.0/24 subnet,
i.e my ubuntu box, will not resolve DNS through the router. Dig commands
fail also.

Also I found a pingable host on the internet, well tried 2 actually, and
again I get no response from these with the Ubuntu, but it seems fine with
the machine on the 172 range.





Martin Toft-2 wrote:
 
 It just looks like your Vista laptop does not reply to ICMP requests for
 some reason. As this is a Windows specific problem, I will not try to
 solve it. Your tcpdump shows that the laptop uses the router perfectly
 fine as a gateway to reach the world, i.e. if the laptop responded with
 an ICMP reply, the reply would end up the right place.
 
 Martin
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Router-ping-one-way-only-tp21569634p21578634.html
Sent from the openbsd user - misc mailing list archive at Nabble.com.



Re: howto using openbsd fdisk because my slice not detek from linux?

2009-01-21 Thread Robert
On Tue, 20 Jan 2009 23:28:06 -0800 (PST)
my mail am...@yahoo.com wrote:

 i have buy new ata hdd, and for the first, i try to install openbsd
 4.4. i have succes make partition using openbsd fdisk because i don't
 want use all of disk into openbsd, i can boot into openbsd after
 installation complete
 
 but when i try to install linux as secon OS, why this slice not detek
 by linux fdisk?

ftp://ftp.openbsd.org/pub/OpenBSD/4.4/i386/INSTALL.linux
should answer your questions.

- Robert



Re: OpenBSD 4.4 load balance outgoing

2009-01-21 Thread uw
Am Tue, 20 Jan 2009 21:57:59 + (UTC)
schrieb Stuart Henderson s...@spacehopper.org:

 On 2009-01-20, u...@o3si.de u...@o3si.de wrote:
  as the FAQ http://www.openbsd.org/faq/faq6.html#Multipath states:
 
  It's worth noting that if an interface used by a multipath route
  goes down (i.e., loses carrier), the kernel will still try to
  forward packets using the route that points to that interface.
 
 the FAQ refers to 4.4 (i.e. the last released version), but I'm
 pretty sure this particular thing (link down resulting in blackhole)
 is not a problem in -current.

Oh, I hope this. The same behaviour I already noticed like Ricardo so I
give -current a try.
 
 you may still have a need for some other way to kill the route if
 the link stays up but the nexthop is down, though.

I'll prefer ifstated but relayd for monitoring may bee a solution too.

  So use ifstated to check the link of the interface and populate the
  routing table accordingly.
 
 as an alternative to ifstated, you could take default routes from
 OSPF if your environment allows. (ospfd is ECMP capable).
 

Thanks @Claudio and @Stuart for Your advice!

Regards Uwe



Re: Sending email in Apache chroot?

2009-01-21 Thread T. Ribbrock
On Wed, Jan 21, 2009 at 03:34:57PM +1100, Sunnz wrote:
 So in summary, the following was done:
[...]

 - cp /bin/ksh /var/www/bin/; cp /bin/sh /var/www/bin/;
 femail itself does not use or need sh. whatever invokes it might need
 it., Henning Brauer.

I doubt you need to copy sh *and* ksh. sh only (which, as far as I can
see, is the same binary as ksh, anyway) should suffice.

Cheerio,

Thomas
-- 
 ** PLEASE: NO Cc's to me privately, I do read the list - thanks! **
-
  Thomas Ribbrockhttp://www.ribbrock.orgICQ#: 15839919
   You have to live on the edge of reality - to make your dreams come true!



Re: howto using openbsd fdisk because my slice not detek from linux?

2009-01-21 Thread my mail
--- On Wed, 1/21/09, Robert rob...@openbsd.pap.st wrote:

 From: Robert rob...@openbsd.pap.st
 Subject: Re: howto using openbsd fdisk because my slice not detek from linux?
 
 ftp://ftp.openbsd.org/pub/OpenBSD/4.4/i386/INSTALL.linux
 should answer your questions.
 
 - Robert

thanks for the reply, 

i have read this file before, but in this file it's have partition before, in 
my condition my disk is null partition,
i try using openbsd fdisk to make openbsd slice, i have success install openbsd 
in this slice, can boot normally

but when i try to install linux ubuntu, linux installer not deteck my openbsd 
slice

so how to make first openbsd partition disc from new harddisk so it's can 
detect by another OS

thanks



Re: Sending email in Apache chroot?

2009-01-21 Thread Sunnz
2009/1/21 T. Ribbrock emga...@gmx.net:

 I doubt you need to copy sh *and* ksh. sh only (which, as far as I can
 see, is the same binary as ksh, anyway) should suffice.

Yup they look the same.

$ sha1 /bin/*sh
SHA1 (/bin/csh) = 78de2a795d3888bcaf60ed747293d5a0853f065b
SHA1 (/bin/ksh) = 636a98c38306f607707622ca1fa9052e6293d44e
SHA1 (/bin/rksh) = 636a98c38306f607707622ca1fa9052e6293d44e
SHA1 (/bin/sh) = 636a98c38306f607707622ca1fa9052e6293d44e

-- 
This e-mail may be confidential. You may not copy, forward or use any
part. Note that all disclaimers on the Internet are of zero legal
effectiveness however.
http://www.goldmark.org/jeff/stupid-disclaimers/



Re: howto using openbsd fdisk because my slice not detek from linux?

2009-01-21 Thread Robert
On Wed, 21 Jan 2009 01:02:12 -0800 (PST)
my mail am...@yahoo.com wrote:

 --- On Wed, 1/21/09, Robert rob...@openbsd.pap.st wrote:
 
  From: Robert rob...@openbsd.pap.st
  Subject: Re: howto using openbsd fdisk because my slice not detek
  from linux?
  
  ftp://ftp.openbsd.org/pub/OpenBSD/4.4/i386/INSTALL.linux
  should answer your questions.
  
  - Robert
 
 thanks for the reply, 
 
 i have read this file before, but in this file it's have partition
 before, in my condition my disk is null partition, i try using
 openbsd fdisk to make openbsd slice, i have success install openbsd
 in this slice, can boot normally
 
 but when i try to install linux ubuntu, linux installer not deteck my
 openbsd slice
 
 so how to make first openbsd partition disc from new harddisk so it's
 can detect by another OS
 
 thanks

Read it again and do as it says. :)

Short version:
Install Linux first. (As the doc advises.)
While installing Linux leave unpartioned space for OpenBSD.
After you finished your Linux install, make a partiton in that space
and set the type to A6.
Install OpenBSD there.
After that you teach your Linux bootloader (grub?) about OpenBSD.

If you want to do it right, plan your disk/partition layout before
installing anything. Just partition the harddrive in advance.
(Booting Linux from cd and using eg. cfdisk to do it, is much easier
for a beginner than understanding fdisk.)

Example layout:
1st primary partition = linux /boot
2nd primary partition = openbsd (type A6)
extended partitons= however you want to split up your linux mounts

I think support for OpenBSD on extended partitions is in 4.4-release,
so you could also put it on one of those.

- Robert



Re: howto using openbsd fdisk because my slice not detek from linux?

2009-01-21 Thread Edho P Arief
On Wed, Jan 21, 2009 at 4:02 PM, my mail am...@yahoo.com wrote:
 --- On Wed, 1/21/09, Robert rob...@openbsd.pap.st wrote:

 From: Robert rob...@openbsd.pap.st
 Subject: Re: howto using openbsd fdisk because my slice not detek from linux?

 ftp://ftp.openbsd.org/pub/OpenBSD/4.4/i386/INSTALL.linux
 should answer your questions.

 - Robert

 thanks for the reply,

 i have read this file before, but in this file it's have partition before, in 
 my condition my disk is null partition,
 i try using openbsd fdisk to make openbsd slice, i have success install 
 openbsd in this slice, can boot normally

 but when i try to install linux ubuntu, linux installer not deteck my openbsd 
 slice

 so how to make first openbsd partition disc from new harddisk so it's can 
 detect by another OS

 thanks



what's your fdisk output?

-- 
O ascii ribbon campaign - stop html mail - www.asciiribbon.org



RES: OpenBSD 4.4 load balance outgoing

2009-01-21 Thread Ricardo Augusto de Souza
Thanks for reply.


Do you got it working Uwe ?

I am still reading about ifstated ad ospfd.conf




-Mensagem original-
De: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] Em nome de
u...@o3si.de
Enviada em: quarta-feira, 21 de janeiro de 2009 06:59
Para: misc@openbsd.org
Assunto: Re: OpenBSD 4.4 load balance outgoing

Am Tue, 20 Jan 2009 21:57:59 + (UTC) schrieb Stuart Henderson
s...@spacehopper.org:

 On 2009-01-20, u...@o3si.de u...@o3si.de wrote:
  as the FAQ http://www.openbsd.org/faq/faq6.html#Multipath states:
 
  It's worth noting that if an interface used by a multipath route
  goes down (i.e., loses carrier), the kernel will still try to
  forward packets using the route that points to that interface.

 the FAQ refers to 4.4 (i.e. the last released version), but I'm pretty
 sure this particular thing (link down resulting in blackhole) is not a
 problem in -current.

Oh, I hope this. The same behaviour I already noticed like Ricardo so I give
-current a try.

 you may still have a need for some other way to kill the route if the
 link stays up but the nexthop is down, though.

I'll prefer ifstated but relayd for monitoring may bee a solution too.

  So use ifstated to check the link of the interface and populate the
  routing table accordingly.

 as an alternative to ifstated, you could take default routes from OSPF
 if your environment allows. (ospfd is ECMP capable).


Thanks @Claudio and @Stuart for Your advice!

Regards Uwe



Re: re(4) panic on 13 Jan 2009 snap

2009-01-21 Thread Stuart Henderson
On 2009-01-19, Bryan bra...@gmail.com wrote:
 Greetings,


 I am still having issues with the re(4) interface on my server. I
 mentioned this on the list, and was told that the re(4) fix was in.  I
 am running the 13 Jan 2009 snapshot, and I can still reproduce the
 error on a regular basis.  It goes like this...

 1.  push the power button
 2.  boot openbsd
 3.  panic

 panic: config_detach: forced detach of re0 failed (45)
 Stopped atDebugger+0x4: leave

This is not what is shown in your pictures.

After enabling javascript to see them (*grumble*) I see the ones
you have look like this:

uvm_fault(0xd080c660, 0x12e52000, 0, 3_) - e
kernel: page fault trap, code=0
Stopped at apic_vectorset+0x50: movl %esi,apic_maxlevel(,%eax,4)
apic_vectorset(d3f1d800,0,ff,0,0) at apic_vectorset+0x50
ioapic_enable(d080c660,0,d0965fa0,d034d1a3,d08c1720) at ioapic_enable+0x8f
cpu_configure(d08c1720,1,3,0,2) at cpu_configure+0x42
main(0,0,0,0,0) at main+0x3a7

only process in the table is the swapper.


 4.  issue boot sync
 5.  system restarts
 6.  re(4) starts with no issues

 if I shutdown, or do a warm reboot, I have to do step 4 and restart the 
 system.

 I do have a picture of the error I receive when the system is going to
 panic.  As I have no console, and puc(4) is useless for console use,
 the picture can be found here:

 http://picasaweb.google.com/lh/photo/Das3TsaFIvV1I-zKTHvaog?feat=directlink

 I also did a ps, and trace of the system.  here is the photo of that.

 http://picasaweb.google.com/lh/photo/l7IN31cOVXa1y8yn74aA8w?feat=directlink

 If someone has any other ideas, please let me know. The dmesg below is
 when the server will come up after a boot sync and a warm restart.

 I do intend on updating to the latest snapshot (jan 18th) in the next
 few minutes.

Did that change anything?



 Regards,
 Bryan Brake

 OpenBSD 4.4-current (GENERIC.MP) #35: Tue Jan 13 10:19:47 MST 2009
 t...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
 cpu0: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (GenuineIntel 686-class) 
 2.4
 1 GHz
 cpu0: 
 FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CF
 LUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
 xTPR
 real mem  = 3488833536 (3327MB)
 avail mem = 3384754176 (3227MB)
 mainbus0 at root
 bios0 at mainbus0: AT/286+ BIOS, date 10/23/08, BIOS32 rev. 0 @ 0xf0010, 
 SMBIOS
 rev. 2.5 @ 0xf06e0 (54 entries)
 bios0: vendor American Megatrends Inc. version 5.32 date 10/23/2008
 bios0: HP-Pavilion FK484AV-ABA m9400t
 acpi0 at bios0: rev 0
 acpi0: tables DSDT FACP APIC MCFG OEMB HPET GSCI SLIC SSDT
 acpi0: wakeup devices P0P2(S4) P0P1(S4) PS2K(S3) PS2M(S3) USB0(S3) USB1(S3) 
 USB2
 (S3) USB5(S3) EUSB(S3) USB3(S3) USB4(S3) USBE(S3) GBE_(S4) P0P4(S4) P0P5(S4) 
 P0P
 6(S4) P0P7(S4) P0P8(S4) P0P9(S4) SLPB(S4)
 acpitimer0 at acpi0: 3579545 Hz, 24 bits
 acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
 cpu0 at mainbus0: apid 0 (boot processor)
 cpu0: apic clock running at 266MHz
 cpu1 at mainbus0: apid 1 (application processor)
 cpu1: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (GenuineIntel 686-class) 
 2.4
 0 GHz
 cpu1: 
 FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CF
 LUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
 xTPR
 cpu2 at mainbus0: apid 2 (application processor)
 cpu2: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (GenuineIntel 686-class) 
 2.4
 0 GHz
 cpu2: 
 FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CF
 LUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
 xTPR
 cpu3 at mainbus0: apid 3 (application processor)
 cpu3: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (GenuineIntel 686-class) 
 2.4
 0 GHz
 cpu3: 
 FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CF
 LUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
 xTPR
 ioapic0 at mainbus0: apid 4 pa 0xfec0, version 20, 24 pins
 acpihpet0 at acpi0: 14318179 Hz
 acpiprt0 at acpi0: bus 0 (PCI0)
 acpiprt1 at acpi0: bus 1 (P0P1)
 acpiprt2 at acpi0: bus 3 (P0P4)
 acpiprt3 at acpi0: bus -1 (P0P5)
 acpiprt4 at acpi0: bus 2 (P0P6)
 acpiprt5 at acpi0: bus -1 (P0P7)
 acpiprt6 at acpi0: bus -1 (P0P8)
 acpiprt7 at acpi0: bus -1 (P0P9)
 acpicpu0 at acpi0
 acpicpu1 at acpi0
 acpicpu2 at acpi0
 acpicpu3 at acpi0
 acpibtn0 at acpi0: SLPB
 acpibtn1 at acpi0: PWRB
 bios0: ROM list: 0xc/0xe200 0xce800/0x1000
 pci0 at mainbus0 bus 0: configuration mode 1 (bios)
 pchb0 at pci0 dev 0 function 0 Intel 82G33 Host rev 0x02
 ppb0 at pci0 dev 1 function 0 Intel 82G33 PCIE rev 0x02: apic 4 int 16 (irq 
 5)
 pci1 at ppb0 bus 5
 vga1 at pci1 dev 0 function 0 NVIDIA GeForce 9300 GE rev 0xa1
 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
 wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
 uhci0 at pci0 dev 26 function 0 Intel 82801I USB rev 0x02: apic 4 int 16 
 (irq
 5)
 uhci1 at pci0 dev 26 

Re: now OT Re: Virtualization, OpenBSD as host

2009-01-21 Thread Josh
I am in the process of building NetBSD dom0 machines after having
problems with trying to get linux to work beyond a snails pace on the
hardware we have.

I just used the howto provided here: 
http://www.netbsd.org/ports/xen/howto.html

Only issue from that was grub did not boot the xen.gz kernel, but just
gunzip it and alter grubs menu.lst to suit.

On Sat, 2009-01-17 at 12:24 -0700, Diana Eichert wrote:
 On Sat, 17 Jan 2009, Lars NoodC)n wrote:
 
  I looked at a lot of systems when planning some projects, and when it
  came down to NetBSD or OpenBSD, the deciding factor for me was pfsync.
 
  Can I ask what tasks or activities you have been using NetBSD for?
 
  regards,
  -Lars
 
 Xen Dom0 installation with a couple of Linux systems running in DomU.
 In hind sight I wouldn't do it again, NetBSD is such an odd environment.
 Yes, you can run Xen Dom0 on NetBSD, but it's not well documented how
 you do it.  Since this was for work it ended up being a one off
 implementation.
 
 diana



Re: Users of Opera -- Stability?

2009-01-21 Thread Josh
I use opera to watch some things on youtube and other misc sites. I find
it quite slow sometimes, and it sometimes plays up, but I suspect that
is mainly due to the flash plugin.

On Tue, 2008-12-16 at 20:55 -0500, Aaron W. Hsu wrote:
 Hey All,
 
 I wanted to check with any users here that are using the opera web
 browser.  Can you please mention what Window Manager you use?  I
 am trying to understand why Opera is unstable for me, but not for
 other people.  If you can report the stability of running Opera,
 that would be great too.



Re: ftp-proxy on a nat firewall

2009-01-21 Thread Daniel A. Ramaley
Hello. I haven't gotten much response on my ftp-proxy issue, but i 
realized that i forgot to include the all-important dmesg. I don't know 
that it would help any, but it is below. Has anyone else gotten 
ftp-proxy on 4.4-stable to work?


OpenBSD 4.4-stable (GENERIC) #1: Mon Jan 12 12:36:24 CST 2009
r...@crufty.ramaley.net:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: VIA Samuel 2 (CentaurHauls 686-class) 534 MHz
cpu0: FPU,DE,TSC,MSR,MTRR,PGE,MMX
real mem  = 534278144 (509MB)
avail mem = 508186624 (484MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 11/14/02, BIOS32 rev. 0 @ 0xfb370, 
SMBIOS rev. 2.2 @ 0xf0800 (29 entries)
bios0: vendor Award Software International, Inc. version 6.00 PG date 
11/14/2002
bios0: VIA TECHNOLOGIES, INC. EPIA
apm0 at bios0: Power Management spec V1.2 (slowidle)
apm0: AC on, battery charge unknown
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 2.1 @ 0xf/0xdce4
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdc70/112 (5 entries)
pcibios0: PCI Exclusive IRQs: 10 11 12
pcibios0: PCI Interrupt Router at 000:17:0 (VIA VT8231 ISA rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0xc000 0xcc000/0xa000
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 VIA VT8601 PCI rev 0x05
ppb0 at pci0 dev 1 function 0 VIA VT82C601 AGP rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 Trident CyberBlade i1 rev 0x6a
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
agp0 at vga1: v2, aperture at 0xd000, size 0x1000
drm at vga1 unsupported
pcib0 at pci0 dev 17 function 0 VIA VT8231 ISA rev 0x10
pciide0 at pci0 dev 17 function 1 VIA VT82C571 IDE rev 0x06: ATA100, 
channel 0 configured to compatibility, channel 1 configured to 
compatibility
wd0 at pciide0 channel 0 drive 0: IEI Global Sourcing - EDC 1GB
wd0: 1-sector PIO, LBA, 999MB, 2047248 sectors
wd0(pciide0:0:0): using PIO mode 4
pciide0: channel 1 disabled (no drives)
uhci0 at pci0 dev 17 function 2 VIA VT83C572 USB rev 0x1e: irq 12
uhci1 at pci0 dev 17 function 3 VIA VT83C572 USB rev 0x1e: irq 12
viaenv0 at pci0 dev 17 function 4 VIA VT8231 PMG rev 0x10: 24-bit 
timer at 3579545Hz
vr0 at pci0 dev 18 function 0 VIA RhineII-2 rev 0x51: irq 10, address 
00:40:63:e2:00:8b
ukphy0 at vr0 phy 1: Generic IEEE 802.3u media interface, rev. 10: OUI 
0x004063, model 0x0032
fxp0 at pci0 dev 20 function 0 Intel 8255x rev 0x08, i82559: irq 11, 
address 00:03:47:40:45:95
inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 4
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 VIA UHCI root hub rev 1.00/1.00 addr 1
usb1 at uhci1: USB revision 1.0
uhub1 at usb1 VIA UHCI root hub rev 1.00/1.00 addr 1
biomask f36d netmask ff6d ttymask 
softraid0 at root
root on wd0a swap on wd0b dump on wd0b
vr0: watchdog timeout



On Monday January 19 2009 14:46, you wrote:
Hello. I'm setting up an OpenBSD (4.4-stable) NAT firewall (with a
couple servers behind it) for the first time. Everything seems to work
except for active ftp from machines behind the firewall. Active ftp
connections made from the firewall itself do work, though. I do have
net.inet.ip.forwarding turned on, and ftp-proxy enabled.

I'll paste my full pf.conf at the end of this message, but here are
 the lines i believe are relevant to ftp-proxy:

nat on $ext_if from !($ext_if) - ($ext_if)
nat-anchor ftp-proxy/*
rdr-anchor ftp-proxy/*
rdr pass on $int_if proto tcp to port ftp - 127.0.0.1 port 8021
anchor ftp-proxy/*
pass out proto tcp from lo to any port ftp

I have tried starting ftp-proxy with the debugging turned up a bit and
 i end up getting this:

# ftp-proxy -d -D 6
listening on 127.0.0.1 port 8021
#1 FTP session 1/100 started: client 192.168.1.16 to server
192.43.244.161 via proxy SNIP: my external IP
#1 active: server to client port 59694 via port 62694
#1 client close
#1 ending session

Note: i did change the output slightly--i removed my external IP. On
 the client i logged in to an anonymous ftp server, then tried an
 ls. When that hung, i hit Ctrl-C, which is logged as the client
 close line.

What am i doing wrong? I'll put my full pf.conf below. If anything
 seems amiss, i'd appreciate a whack with the clue stick.



ext_if = vr0
int_if = fxp0

icmp_types = { echoreq, unreach }

name_server = 192.168.1.2
email_server = 192.168.1.4
email_ports = { smtp, pop3 }
web_server = 192.168.1.5
web_ports = { http, https }
workstation = 192.168.1.16
workstation_ports = { ssh, 6881:6889 }

table 

Re: Users of Opera -- Stability?

2009-01-21 Thread Nick Guenther
Yes, that is exactly how Opera behaves for me. Now that gnash
half-works I don't worry about it too much.

xmonad, 4.4-RELEASE, i386

On Wed, Jan 21, 2009 at 8:46 AM, Josh b...@kajs.co.nz wrote:
 I use opera to watch some things on youtube and other misc sites. I find
 it quite slow sometimes, and it sometimes plays up, but I suspect that
 is mainly due to the flash plugin.

 On Tue, 2008-12-16 at 20:55 -0500, Aaron W. Hsu wrote:
 Hey All,

 I wanted to check with any users here that are using the opera web
 browser.  Can you please mention what Window Manager you use?  I
 am trying to understand why Opera is unstable for me, but not for
 other people.  If you can report the stability of running Opera,
 that would be great too.



Otkrivamo: Da li muškarcima zaista smeta celulit?

2009-01-21 Thread Top Shop
Top Shop

Top e-revija: 32 l 21. januar 2009.

Najbolja praktiD
na reE!enja i saveti za bolji Eivot

PoD
etna l Budi fit l Lepota l Zdravlje l Kuhinja i domaDinstvo

Zabava i deca l Carstvo igraD
aka l Knjige

Top Shop

HIT TV proizvodi!

ab rocket

Ab Rocket

Ab trainer advance

Ab Trainer Advance

leg magic

Leg Magic

Sweet Dream Pillow

Sweet Dream Pillow

turbo maximus

Turbo Maximus

Da li muE!karcima zaista smeta celulit?

VeEbanjem se borite protiv celulita

SaD
uvajte najlepE!e trenutke

Ostavite cigarete - u samo 4 koraka

Sa svih strana vidimo plakate i reklame koje nam govore da treba da
izgledamo mlaDe, da smanjimo bore...

Celulit izgleda ruEno i teE!ko je  osloboditi ga se. Rezultati su D
esto
neprimetni, a trud uzaludan.

VeDina nas se i ne osvrne za proteklim danima. E=ivot nam se sve viE!e
pretvara u krug u D
ijem je centru posao.

Kako smo danas svi postali svesni da uEivanje duvanskog dima moEe biti
uzroD
nik mnogih bolesti...

Celluless paket ponuda

Da li muE!karcima smeta celulit?

Da li muE!karcima zaista smeta celulit?

VeDina Eena Eeli da izgleda savrE!eno. Sa svih strana smo okruEeni
reklamama koje nam sugeriE!u da treba da izgledamo mlaDe, smanjimo bore,
zategnemo telo i da se oslobodimo celulita i kilograma ... a sve u cilju
da izgledamo E!to lepE!e i atraktivnije. E ta muE!karci zaista misle o
tome? [viE!e...]

Ekskluzivno - Celluless Fit paketi!

Air Climber + Celluless

Power ABS + Celluless

Total Sauna + Celluless

Air Climber + Celluless
Cena: 13.581,00 RSD

Power ABS + Celluless
Cena: 8.581,00 RSD

Total Sauna + Celluless
Cena: 13.581,00 RSD

Kardio trening, veEbe za trbuE!njake i anticelulit masaEer, sve u
jednom paketu.

Dvrsti, seksi trbuE!njaci zajedno sa vakuumskim anticelulit masaEerom.
Izgledajte sjajno!

Za  liniju kakvu Eelite i savrE!eno lepu i neEnu koEu - Celluless i
Sauna PAKET.

[ViE!e l PoruD
i odmah]

[ViE!e l PoruD
i odmah]

[ViE!e l PoruD
i odmah]

VeEbom protiv celulita

VeEbanjem se borite protiv celulita

VeDina Eenske populacije (D
ak 85% prema nekim istraEivanjima),i to iz
skoro svih krajeva sveta ima isti problem - celulit. Dak i svetske
zvezde i poznate liD
nosti ga se teE!ko oslobaDaju. Zbog toga se na
trEiE!tu pojavljuje sve viE!e preparata i tretmana protiv celulita.
PreporuD
ujemo veEbanje kao obavezan dodatak ... [viE!e...]

Celluless paketi - lepota i zdravlje!

Slimmer Supreme + Celluless

Steper sa tegovima + Celluless

Ab Trainer Advance + Celluless

Slimmer Supreme + Celluless
Cena: 6.231,00 RSD

Steper sa tegovima + Celluless
Cena: 9.581,00 RSD

Ab Trainer Advance + Celluless
Cena: 10.581,00 RSD

Smanjite celulit i masne naslage i nostite zategnutu garderobu, jedna,
dva ili tri broja manju.

Zategnite ruke, noge i zadnjicu i oslobodite se celulita i suviE!nih
masnih naslaga.

Fitnes sprava koja idealno zateEe leDne, trbuE!ne i ramene miE!iDe i
masaEer protiv celulita u paketu.

[ViE!e l PoruD
i odmah]

[ViE!e l PoruD
i odmah]

[ViE!e l PoruD
i odmah]

SaD
uvajte trenutke

SaD
uvajte najlepE!e trenutke

VeDina nas se i ne osvrDe za proteklim danima. E=ivoti nam se
pretvaraju u krug u D
ijem je centru najD
eE!De posao. Kako doDi do
ideja, kako ih realizovati, zadrEati posao, biti najbolji? Zabavljeni
ovakvim mislima - zaboravljamo da zaustavimo tu maE!ineriju i uradimo
neE!to E!to nas ispunjava i stavlja osmeh na lice. [viE!e...]

Cellules paketi - Lepota i dobra forma!

Velform Sauna Massage + Celluless

Slim Stepper + Celluless

Toning Ring i Celluless

Velform Sauna Massage + Celluless
Cena: 10.081,00 RSD

Slim Stepper + Celluless
Cena: 7.131,00 RSD

Toning Ring i Celluless
Cena: 5.412,00 RSD

Smanjite masne naslage, zategnite koEu! MasaEa i sauna u kombinaciji sa
anticelulit masaEerm.

Zategnite miE!iDe butina, listova i zadnjica i oslobodite se celulita i
suviE!nih masnih naslaga.

Oslobodite se celulita i zategnite sve najvaEnije grupe miE!iDa.
VeEbajte svaki dan - Eivite zdravo!

[ViE!e l PoruD
i odmah]

[ViE!e l PoruD
i odmah]

[ViE!e l PoruD
i odmah]

Kako da ostavite cigarete u 4 koraka

Kako da ostavite cigarete u 4 koraka

Kako smo danas svi postali svesni da uEivanje duvana i udisanje
duvanskog dima moEe biti uzroD
nik mnogih bolesti, ruEnog izgleda
koEe, noktiju i  kose, pa D
ak i jedan od vaEnijih faktora u nastanku
celulita - sve viE!e ljudi se odluD
uje da ostavi cigarete. Evo nekoliko
saveta kako da lakE!e ostavite ovu loE!u naviku ...  [viE!e...]

Celluless paketi - Uvek lepi!

Tweeze + Celluless

Short Bermuda + Celluless

Air Ligh New Bra + Celluless

Tweeze + Celluless
Cena: 6.231,00 RSD

Short Bermuda + Celluless
Cena: 5.241,00 RSD

Air Light New Bra + Celluless
Cena: 4.611,00 RSD

Za potpun tretman lica i tela sa automatskom picetom i  anticelulit
masaEerom.

Bermude za mrE!avljenje sa anticelulit masaEerom omoguDi De vam sjajan
izgled.

Za lepE!i dekolte i sjajnu liniju - anticelulit masaEer i samolepljivi
grudnjak.

[ViE!e l PoruD
i odmah]

[ViE!e l PoruD
i odmah]

[ViE!e l PoruD
i odmah]


Bridging, VLANs and PF

2009-01-21 Thread Jordi Espasa Clofent

Hi all,

The PREVIOUS picture was

-
//  SW01//

|   |
|   |
--  ---
// FW1//// FW2 //
   -
|   |
|   |
 -
//  SW02//
-
|
|
my network

Where:

* sw01 and sw02 are Dlink switches with RSTP activated
	* fw1 and fw2 are OpenBSD 4.2 boxes with PF active and working in 
bridge mode; RSTP is also active


This configuration has been working perfectly for months.

The PRESENT picture is:

   ---
//SW01  //   --- HSRP link --- // SW02  //
------
|   |
|   /
|/  

--   ---
// FW1//// FW2 //
   -
|   /
| /
   -
   //  SW03 //
 -
|
|
my network

Where:

	* sw01 and sw02 are Cisco 45xx switches splitted in several VLANs and 
using HSRP mode for redundancy with RSTP activated

* sw03 is a Dlink switch with RSTP activated
	* fw1 and fw2 are OpenBSD 4.2 boxes with PF active and working in 
bridge mode; RSTP is also active


In the picture, we must be aware that whe're in VLAN 10; because of 
that, fw01 and fw02 are inserted in VLAN 10 cisco's ports.


The main goal is to repeat the previous scenario, so if fw1 goes down, 
the RSTP should redirect the traffic through sw02 and fw02.


My questions are

?Should I consider the VLAN in bridge setup?
?Should I consider the VLAN in PF setup?

It seems that tcpdump(1) in base doesn't support 'vlan' primitives.
?How can I see the VLAN traffic to debug the scenario?

--
Thanks,
Jordi Espasa Clofent



Re: re(4) panic on 13 Jan 2009 snap

2009-01-21 Thread Bryan
On Wed, Jan 21, 2009 at 6:08 AM, Stuart Henderson s...@spacehopper.org wrote:
 On 2009-01-19, Bryan bra...@gmail.com wrote:
 Greetings,


 I am still having issues with the re(4) interface on my server. I
 mentioned this on the list, and was told that the re(4) fix was in.  I
 am running the 13 Jan 2009 snapshot, and I can still reproduce the
 error on a regular basis.  It goes like this...

 1.  push the power button
 2.  boot openbsd
 3.  panic

 panic: config_detach: forced detach of re0 failed (45)
 Stopped atDebugger+0x4: leave

 This is not what is shown in your pictures.


In noticed that too...  I think that I failed to upload that pic.
I'll look for it if you really need it.  I typed it as I saw it.
complete with whitespace...

 After enabling javascript to see them (*grumble*) I see the ones
 you have look like this:


unfortunately, at work, imageshack, and other pic sharing sites are
blocked.   So I use what is available to me.



 uvm_fault(0xd080c660, 0x12e52000, 0, 3_) - e
 kernel: page fault trap, code=0
 Stopped at apic_vectorset+0x50: movl %esi,apic_maxlevel(,%eax,4)
 apic_vectorset(d3f1d800,0,ff,0,0) at apic_vectorset+0x50
 ioapic_enable(d080c660,0,d0965fa0,d034d1a3,d08c1720) at ioapic_enable+0x8f
 cpu_configure(d08c1720,1,3,0,2) at cpu_configure+0x42
 main(0,0,0,0,0) at main+0x3a7

 only process in the table is the swapper.


 4.  issue boot sync
 5.  system restarts
 6.  re(4) starts with no issues

snipped...
 If someone has any other ideas, please let me know. The dmesg below is
 when the server will come up after a boot sync and a warm restart.

 I do intend on updating to the latest snapshot (jan 18th) in the next
 few minutes.

 Did that change anything?


Sometime between the 13th and the 18th, something was fixed and I've
not had an issue with the re(4) interface.  was going to post a it
got fixed, sorry about the noise, but you beat me to it...



Problem with pptp

2009-01-21 Thread Gull Labs
Hi! I've Openbsd 4.4 with default kernel and connection to Internet by pptp.
Problem is sometimes it connects but sometimes doesn't. But in most cases
when it connects it pings any host with message:

ping: sendto: No buffer space available
ping: wrote ya.ru 64 chars, ret=-1

Here some files:

1. hostname.fxp0

dhcp NONE NONE NONE
!route add -host vpn.provider.net 10.129.0.17
!route add 85.21/16 10.129.0.17
!route add 195.14.32/19 10.129.0.17
!route add 10/8 10.129.0.17

2. hostname.tun0

!/usr/sbin/ppp -ddial corbina /dev/null 21

3. ppp.conf

default:
set log Phase Chat LCP IPCP CCP tun command
disable ipv6cp
corbina:
set device !/usr/sbin/pptp vpn.provider.net --nolaunchpppd
set timeout 0
set authname login
set authkey password
set login
set ifaddr 85.81.225.18 10.129.0.17/0
add! default HISADDR

4. /var/log/daemon

Jan 20 23:29:48 gullabs ppp[17136]: tun0: Chat: deflink: Redial timer
expired.
Jan 20 23:29:48 gullabs ppp[17136]: tun0: Phase: deflink: Connected!
Jan 20 23:29:48 gullabs ppp[17136]: tun0: Phase: deflink: opening - dial
Jan 20 23:29:48 gullabs ppp[17136]: tun0: Phase: deflink: dial - carrier
Jan 20 23:29:48 gullabs ppp[17136]: tun0: Phase: deflink: carrier - login
Jan 20 23:29:48 gullabs ppp[17136]: tun0: Phase: deflink: login - lcp
Jan 20 23:29:48 gullabs ppp[17136]: tun0: LCP: FSM: Using deflink as a
transport
Jan 20 23:29:48 gullabs ppp[17136]: tun0: LCP: deflink: State change Initial
-- Closed
Jan 20 23:29:48 gullabs ppp[17136]: tun0: LCP: deflink: State change Closed
-- Stopped
Jan 20 23:29:49 gullabs ppp[17136]: tun0: LCP: deflink: LayerStart
Jan 20 23:29:49 gullabs ppp[17136]: tun0: LCP: deflink: SendConfigReq(22)
state = Stopped
Jan 20 23:29:49 gullabs ppp[17136]: tun0: LCP:  ACFCOMP[2]
Jan 20 23:29:49 gullabs ppp[17136]: tun0: LCP:  PROTOCOMP[2]
Jan 20 23:29:49 gullabs ppp[17136]: tun0: LCP:  ACCMAP[6] 0x
Jan 20 23:29:49 gullabs ppp[17136]: tun0: LCP:  MRU[4] 1500
Jan 20 23:29:49 gullabs ppp[17136]: tun0: LCP:  MAGICNUM[6] 0x02bcea78
Jan 20 23:29:49 gullabs ppp[17136]: tun0: LCP: deflink: State change Stopped
-- Req-Sent
Jan 20 23:29:52 gullabs ppp[17136]: tun0: LCP: deflink: SendConfigReq(22)
state = Req-Sent
Jan 20 23:29:52 gullabs ppp[17136]: tun0: LCP:  ACFCOMP[2]
Jan 20 23:29:52 gullabs ppp[17136]: tun0: LCP:  PROTOCOMP[2]
Jan 20 23:29:52 gullabs ppp[17136]: tun0: LCP:  ACCMAP[6] 0x
Jan 20 23:29:52 gullabs ppp[17136]: tun0: LCP:  MRU[4] 1500
Jan 20 23:29:52 gullabs ppp[17136]: tun0: LCP:  MAGICNUM[6] 0x02bcea78
Jan 20 23:29:55 gullabs ppp[17136]: tun0: LCP: deflink: SendConfigReq(22)
state = Req-Sent
Jan 20 23:29:55 gullabs ppp[17136]: tun0: LCP:  ACFCOMP[2]
Jan 20 23:29:55 gullabs ppp[17136]: tun0: LCP:  PROTOCOMP[2]
Jan 20 23:29:55 gullabs ppp[17136]: tun0: LCP:  ACCMAP[6] 0x
Jan 20 23:29:55 gullabs ppp[17136]: tun0: LCP:  MRU[4] 1500
Jan 20 23:29:55 gullabs ppp[17136]: tun0: LCP:  MAGICNUM[6] 0x02bcea78
Jan 20 23:29:58 gullabs ppp[17136]: tun0: LCP: deflink: SendConfigReq(22)
state = Req-Sent
Jan 20 23:29:58 gullabs ppp[17136]: tun0: LCP:  ACFCOMP[2]
Jan 20 23:29:58 gullabs ppp[17136]: tun0: LCP:  PROTOCOMP[2]
Jan 20 23:29:58 gullabs ppp[17136]: tun0: LCP:  ACCMAP[6] 0x
Jan 20 23:29:58 gullabs ppp[17136]: tun0: LCP:  MRU[4] 1500
Jan 20 23:29:58 gullabs ppp[17136]: tun0: LCP:  MAGICNUM[6] 0x02bcea78
Jan 20 23:30:01 gullabs ppp[17136]: tun0: LCP: deflink: SendConfigReq(22)
state = Req-Sent
Jan 20 23:30:01 gullabs ppp[17136]: tun0: LCP:  ACFCOMP[2]
Jan 20 23:30:01 gullabs ppp[17136]: tun0: LCP:  PROTOCOMP[2]
Jan 20 23:30:01 gullabs ppp[17136]: tun0: LCP:  ACCMAP[6] 0x
Jan 20 23:30:01 gullabs ppp[17136]: tun0: LCP:  MRU[4] 1500
Jan 20 23:30:01 gullabs ppp[17136]: tun0: LCP:  MAGICNUM[6] 0x02bcea78
Jan 20 23:30:04 gullabs ppp[17136]: tun0: LCP: deflink: LayerFinish
Jan 20 23:30:04 gullabs ppp[17136]: tun0: LCP: deflink: State change
Req-Sent -- Stopped
Jan 20 23:30:04 gullabs ppp[17136]: tun0: LCP: deflink: State change Stopped
-- Closed
Jan 20 23:30:04 gullabs ppp[17136]: tun0: LCP: deflink: State change Closed
-- Initial
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase: deflink: Disconnected!
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase: deflink: lcp - logout
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase: deflink: logout - hangup
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase: deflink: Disconnected!
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase: deflink: Connect time: 16
secs: 0 octets in, 270 octets out
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase: deflink: 102 packets in,
3629 packets out
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase:  total 16 bytes/sec, peak
21 bytes/sec on Tue Jan 20 23:29:52 2009
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase: deflink: HUPing 25768
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase: deflink: hangup - opening
Jan 20 23:30:04 gullabs ppp[17136]: tun0: Phase: deflink: Enter pause (3)
for redialing.



and when I can't connect daemon log is like:

Jan 21 

Sudo YPLDAP

2009-01-21 Thread Gavin Norman
Greetings,

Anyone had any luck getting sudo working with YPLDAP/LDAP?

Regards.
-- 
Gavin Norman
IT Manager
RC Services Vic
E: gav...@rcservices.com.au