Re: Jan 4, 2013 snapshot fails with DHCP

2013-01-04 Thread James A. Peltier
- Original Message -
| On Fri, Jan 04, 2013 at 02:10:02PM -0800, James A. Peltier wrote:
| > - Original Message -
| > | On Jan 04 12:05:53, jpelt...@sfu.ca wrote:
| > | > I just tried to use the latest amd64 snapshot to prepare for an
| > | > upgrade to our firewall.  We use DHCP during initial
| > | > installation
| > | > to PXE boot and perform the install at which point we configure
| > | > through site52.tgz.  However, during installation and after
| > | > boot
| > | > DHCP reports the following error
| > | > 
| > | >   Cannot lstat() '/var/db/dhclient.leases.bge0': No such file
| > | >   or
| > | >   directory
| > | > 
| > | > it does this for all interfaces and DHCP fails to configure the
| > | > interface.  This does not happen with 5.2-RELEASE.
| > | 
| > | I've had the same problem with this snapshot.
| > | Simply escaping to shell and doing
| > | 
| > |   > /var/db/dhclient.leases.bge0
| > |   dhclient bge0
| > | 
| > | solved that.
| > 
| > Yes, I am aware of that, but it doesn't work by default and that
| > doesn't help if you reboot and you are not at the console.  It's a
| > bug and so I am reporting it. ;)
| 
| It was fixed a day or so ago, so newer snaps should not have the
| problem.
| 
|  Ken
| 

Thanks!  I couldn't find the commit in source-changes so I wasn't sure it was 
fixed.

-- 
James A. Peltier
Manager, IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier

"The smartest people are constantly revising their understanding, reconsidering 
a problem they thought they’d already solved. They’re open to new points of 
view, new information, new ideas, contradictions, and challenges to their own 
way of thinking." - Jeff Bezos



Re: Jan 4, 2013 snapshot fails with DHCP

2013-01-04 Thread James A. Peltier
- Original Message -
| On Jan 04 12:05:53, jpelt...@sfu.ca wrote:
| > I just tried to use the latest amd64 snapshot to prepare for an
| > upgrade to our firewall.  We use DHCP during initial installation
| > to PXE boot and perform the install at which point we configure
| > through site52.tgz.  However, during installation and after boot
| > DHCP reports the following error
| > 
| >   Cannot lstat() '/var/db/dhclient.leases.bge0': No such file or
| >   directory
| > 
| > it does this for all interfaces and DHCP fails to configure the
| > interface.  This does not happen with 5.2-RELEASE.
| 
| I've had the same problem with this snapshot.
| Simply escaping to shell and doing
| 
|   > /var/db/dhclient.leases.bge0
|   dhclient bge0
| 
| solved that.

Yes, I am aware of that, but it doesn't work by default and that doesn't help 
if you reboot and you are not at the console.  It's a bug and so I am reporting 
it. ;)

-- 
James A. Peltier
Manager, IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier

"The smartest people are constantly revising their understanding, reconsidering 
a problem they thought they’d already solved. They’re open to new points of 
view, new information, new ideas, contradictions, and challenges to their own 
way of thinking." - Jeff Bezos



Jan 4, 2013 snapshot fails with DHCP

2013-01-04 Thread James A. Peltier
I just tried to use the latest amd64 snapshot to prepare for an upgrade to our 
firewall.  We use DHCP during initial installation to PXE boot and perform the 
install at which point we configure through site52.tgz.  However, during 
installation and after boot DHCP reports the following error

  Cannot lstat() '/var/db/dhclient.leases.bge0': No such file or directory

it does this for all interfaces and DHCP fails to configure the interface.  
This does not happen with 5.2-RELEASE.

-- 
James A. Peltier
Manager, IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier

"The smartest people are constantly revising their understanding, reconsidering 
a problem they thought they’d already solved. They’re open to new points of 
view, new information, new ideas, contradictions, and challenges to their own 
way of thinking." - Jeff Bezos



Re: qemu -nographic

2012-12-09 Thread a . velichinsky
On Fri, Dec 07, 2012 at 02:58:59PM -0800, Constantine A. Murenin wrote:
> On 11 January 2011 11:18,   wrote:
> > The trick with /etc/boot.conf does work; this should transform the
> > cd48.iso install cd into a 'serial' one:
> >
> > $ echo 'set tty com0' > /tmp/boot.conf
> > $ growisofs -M cd48.iso -l -graft-points /etc/boot.conf=/tmp/boot.conf
> >
> > Then:
> > $ qemu -nographic -cdrom cd48.iso
> >>> OpenBSD/i386 CDBOOT 3.15
> > boot>
> > booting cd0a:/4.8/i386/bsd.rd: 5900404
> 
> I've tried this on a Linux, and it worked for getting OpenBSD
> installer to boot through a serial console.
> 
> However, I was using install52.iso, which includes the filesets, and I
> was not able to install any filesets from a CD that was altered by
> growisofs on Linux as above.  Looking at /mnt2 during the install,
> I've noticed that all filenames were in CAPS, and "/mnt2/TRANS.TBL"
> was missing (however, all appropriate "/mnt2/*/TRANS.TBL" and
> "/mnt2/*/*/TRANS.TBL" were still present and correct).

You should the -R or -J option with growisofs for mixed/lower case filenames.

As to the TRANS.TBL files, they're just for kicks; nobody's using them, ever.

> I worked around by adding the original CD as a regular drive, and
> selecting "disk" and "wd0" for installing the filesets.  The ISO
> filesystem was mounted from wd0 automatically and with no problems or
> hoops.
> 
> apt-get install  dvd+rw-tools
> echo 'set tty com0' > boot.conf
> cp -p install52.iso install52.iso.origFromFTP
> growisofs -M install52.iso -l -graft-points /etc/boot.conf=boot.conf

make that:
growisofs -M install52.iso -l -R -graft-points /etc/boot.conf=boot.conf

> kvm -m 6144 -smp 4 -drive file=/dev/sda,if=scsi \
> -drive file=/dev/sdb,if=scsi -drive file=/dev/sdc,if=scsi \
> -drive file=install52.iso.origFromFTP -cdrom install52.iso -boot d
> -nographic



Re: qemu -nographic

2012-12-07 Thread Constantine A. Murenin
On 11 January 2011 11:18,   wrote:
> The trick with /etc/boot.conf does work; this should transform the
> cd48.iso install cd into a 'serial' one:
>
> $ echo 'set tty com0' > /tmp/boot.conf
> $ growisofs -M cd48.iso -l -graft-points /etc/boot.conf=/tmp/boot.conf
>
> Then:
> $ qemu -nographic -cdrom cd48.iso
>>> OpenBSD/i386 CDBOOT 3.15
> boot>
> booting cd0a:/4.8/i386/bsd.rd: 5900404

I've tried this on a Linux, and it worked for getting OpenBSD
installer to boot through a serial console.

However, I was using install52.iso, which includes the filesets, and I
was not able to install any filesets from a CD that was altered by
growisofs on Linux as above.  Looking at /mnt2 during the install,
I've noticed that all filenames were in CAPS, and "/mnt2/TRANS.TBL"
was missing (however, all appropriate "/mnt2/*/TRANS.TBL" and
"/mnt2/*/*/TRANS.TBL" were still present and correct).

I worked around by adding the original CD as a regular drive, and
selecting "disk" and "wd0" for installing the filesets.  The ISO
filesystem was mounted from wd0 automatically and with no problems or
hoops.

apt-get install  dvd+rw-tools
echo 'set tty com0' > boot.conf
cp -p install52.iso install52.iso.origFromFTP
growisofs -M install52.iso -l -graft-points /etc/boot.conf=boot.conf
kvm -m 6144 -smp 4 -drive file=/dev/sda,if=scsi \
-drive file=/dev/sdb,if=scsi -drive file=/dev/sdc,if=scsi \
-drive file=install52.iso.origFromFTP -cdrom install52.iso -boot d
-nographic

`dpkg --list` :
ii  dvd+rw-tools 7.1-6DVD+-RW/R tools
ii  qemu-kvm 0.12.5+dfsg-5+squeeze9   Full
virtualization on x86 hardware

Also, the version of qemu as above has another useful option that
allows you to bypass VNC and X -- "-curses".

Apparently, you must either choose "-nographic" and enable serial on
the media, or choose "-curses" and have VGA emulation with no usable
log of the session.  It'd be nice to have "-nographic" work with VGA
emulation, too, and not be a serial-only option.

C.



Re: OpenBSD Cloud Offerings

2012-11-27 Thread Constantine A. Murenin
On 27 November 2012 08:47, Research  wrote:
> Hello,
>
> I was wondering if anyone had any experience with reputable cloud providers 
> that currently offer OpenBSD 5.2.
>
> I was able to find out some information based on the OpenBSD Journal posting 
> from Sunday, February 13, 2011 titled "OpenBSD Private Cloud Computing".  The 
> two vendors mentioned included ARP Networks and RootBSD.
>
> Since this time period (preferably over 2012), has anyone used any other 
> cloud service offerings hosting OpenBSD ?  I am hoping to hear some positive 
> reviews for a provider I can go with.
>
> Stipulations
>
> - Preferable a North American provider for geography
> - OpenBSD 5.2
>
> Thanks

To run OpenBSD in the cloud, you can go with pretty much any provider
that offers VPS solutions based on Linux-KVM, Xen HVM or VMware --
with all of these three technologies, you can run the regular
unmodified i386 and amd64 kernels.  Avoid Xen PV (it requires guest OS
to be modified to specifically support Xen, i.e. a DomU kernel etc),
and, obviously, also avoid OpenVZ, VDSmanager-FreeBSD etc.

Don't necessarily look at the OpenBSD version numbers that are
offered, or whether OpenBSD is specifically supported; at least with
KVM and Xen HVM, it's almost always possible to get console-based
access and install whichever version of OpenBSD you please.  Some
providers offer ssh-based serial console access; some offer VNC-based
access; installing OpenBSD yourself is a breeze!

For "reputable" providers with nodes in the US, arpnetworks.com,
vr.org, ramhost.us, nqhost.com and edis.at are just some of the
options to consider; and, before you ask, linode.com won't work (it's
strictly Xen PV, which would require a modified Xen DomU kernel from
your Guest OS).  IMHO, RootBSD.net pricing is always out of line from
the realm of the market.

If you're looking for something extra cheap and not necessarily one
bit reliable/secure/dependable, then you might also find some other
interesting offers from come-and-go providers at sites like
LowEndBox.com (they have tags for KVM and VMware, plus most "Xen"
providers over there either already offer Xen HVM or are flexible
enough to provide either Xen PV or Xen HVM).

Cheers,
Constantine.



Re: USB flash memory device recognized only when present at boot

2012-11-10 Thread Jens A. Griepentrog

Dear Daniel and all the other OpenBSD Listeners,

Sorry for the noise, the problem disappears when using 5.2 release!
Up to now, I have been waiting for my OpenBSD 5.2 CD set. Meanwhile
it seems to be in stock at my favourite book shop in Berlin.

Booting OpenBSD 5.2 (GENERIC.MP) #368 or the recent snapshot
OpenBSD 5.2-current (GENERIC.MP) #105 kernel the USB flash memory
device is recognized upon plugging it into a port of the machine.
Shortly after inserting it, a number of messages are written
to the console by the kernel. Pulling it out works as well,
see dmesg output below.

Many thanks to the developers for these and all the other improvements!
Jens A. Griepentrog



OpenBSD 5.2 (GENERIC.MP) #368: Wed Aug  1 10:04:49 MDT 2012
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 17169842176 (16374MB)
avail mem = 16690413568 (15917MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xf06f0 (62 entries)
bios0: vendor American Megatrends Inc. version "0705" date 06/29/2010
bios0: ASUSTeK Computer INC. P7F-M WS
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG OEMB HPET SSDT
acpi0: wakeup devices BR1E(S4) UAR1(S4) PS2K(S4) PS2M(S4) EUSB(S4) 
USB0(S4) USB1(S4) USB2(S4) USB3(S4) USBE(S4) USB4(S4) USB5(S4) USB6(S4) 
BR21(S4) BR22(S4) BR23(S4) P0P1(S4) P0P3(S4) P0P4(S4) P0P5(S4) P0P6(S4) 
USB8(S4) BR20(S4) BR24(S4) BR25(S4) BR26(S4) BR27(S4) PWRB(S4)

acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.97 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG,LAHF

cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 133MHz
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG,LAHF

cpu1: 256KB 64b/line 8-way L2 cache
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG,LAHF

cpu2: 256KB 64b/line 8-way L2 cache
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG,LAHF

cpu3: 256KB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 7 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 1, remapped to apid 7
acpimcfg0 at acpi0 addr 0xe000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 7 (BR1E)
acpiprt2 at acpi0: bus -1 (BR21)
acpiprt3 at acpi0: bus -1 (BR22)
acpiprt4 at acpi0: bus -1 (BR23)
acpiprt5 at acpi0: bus -1 (P0P1)
acpiprt6 at acpi0: bus 1 (P0P3)
acpiprt7 at acpi0: bus -1 (P0P4)
acpiprt8 at acpi0: bus -1 (P0P5)
acpiprt9 at acpi0: bus -1 (P0P6)
acpiprt10 at acpi0: bus 2 (BR20)
acpiprt11 at acpi0: bus 5 (BR26)
acpiprt12 at acpi0: bus 6 (BR27)
acpicpu0 at acpi0: C3, C3, C1, PSS
acpicpu1 at acpi0: C3, C3, C1, PSS
acpicpu2 at acpi0: C3, C3, C1, PSS
acpicpu3 at acpi0: C3, C3, C1, PSS
acpibtn0 at acpi0: PWRB
ipmi at mainbus0 not configured
cpu0: Enhanced SpeedStep 1866 MHz: speeds: 1868, 1867, 1733, 1600, 1467, 
1333, 1200 MHz

pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core DMI" rev 0x11
ppb0 at pci0 dev 3 function 0 "Intel Core PCIE" rev 0x11: msi
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 vendor "ATI", unknown product 0x68f2 rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci1 dev 0 function 1 "ATI Radeon HD 5470 Audio" rev 0x00: msi
azalia0: no supported codecs
"Intel Core Management" rev 0x11 at pci0 dev 8 function 0 not configured
"Intel Core Scratch" rev 0x11 at pci0 dev 8 function 1 not configured
"Intel Core Control" rev 0x11 at pci0 dev 8 function 2 not configured
"Intel Core Misc" rev 0x11 at pci0 dev 8 function 3 not configured
"Intel Core QPI Link" rev 0x11 at pci0 dev 16 function 0 not configured
"Intel Core QPI Routing" rev 0x11 at pci0 dev 16 function 1 not configured
ehci0 at pci0 dev 26 function 0 "Intel 3400 USB" rev 0x05: apic 7 int 16
usb0 at ehci0: US

USB flash memory device recognized only when present at boot

2012-11-10 Thread Jens A. Griepentrog
dev 0 function 1 "Intel PRO/1000 PT (82575EB)" rev 0x02: 
msi, address 00:25:90:0f:20:d1

ppb2 at pci0 dev 28 function 4 "Intel 3400 PCIE" rev 0x05
pci3 at ppb2 bus 3
ppb3 at pci0 dev 28 function 5 "Intel 3400 PCIE" rev 0x05
pci4 at ppb3 bus 4
ppb4 at pci0 dev 28 function 6 "Intel 3400 PCIE" rev 0x05
pci5 at ppb4 bus 5
em2 at pci5 dev 0 function 0 "Intel PRO/1000 MT (82574L)" rev 0x00: msi, 
address bc:ae:c5:05:5b:71

ppb5 at pci0 dev 28 function 7 "Intel 3400 PCIE" rev 0x05
pci6 at ppb5 bus 6
em3 at pci6 dev 0 function 0 "Intel PRO/1000 MT (82574L)" rev 0x00: msi, 
address bc:ae:c5:05:5b:b1

ehci1 at pci0 dev 29 function 0 "Intel 3400 USB" rev 0x05: apic 7 int 23
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb6 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa5
pci7 at ppb6 bus 7
ahc0 at pci7 dev 2 function 0 vendor "Adaptec", unknown product 0x0082 
rev 0x02: apic 7 int 21

scsibus0 at ahc0: 8 targets, initiator 7
sd0 at scsibus0 targ 6 lun 0:  SCSI2 
0/direct removable

pcib0 at pci0 dev 31 function 0 "Intel 3420 LPC" rev 0x05
ahci0 at pci0 dev 31 function 2 "Intel 3400 AHCI" rev 0x05: msi, AHCI 1.3
scsibus1 at ahci0: 32 targets
sd1 at scsibus1 targ 0 lun 0:  SCSI3 
0/direct fixed naa.5001517959470944

sd1: 61057MB, 512 bytes/sector, 125045424 sectors
sd2 at scsibus1 targ 1 lun 0:  SCSI3 
0/direct fixed naa.50015179594773ba

sd2: 30517MB, 512 bytes/sector, 6250 sectors
cd0 at scsibus1 targ 5 lun 0:  ATAPI 
5/cdrom removable

ichiic0 at pci0 dev 31 function 3 "Intel 3400 SMBus" rev 0x05: apic 7 int 18
iic0 at ichiic0
sdtemp0 at iic0 addr 0x18: stts424e02
sdtemp1 at iic0 addr 0x19: stts2002
sdtemp2 at iic0 addr 0x1a: stts424e02
sdtemp3 at iic0 addr 0x1b: stts2002
spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM registered ECC PC3-10600 with 
thermal sensor
spdmem1 at iic0 addr 0x51: 4GB DDR3 SDRAM registered ECC PC3-10600 with 
thermal sensor
spdmem2 at iic0 addr 0x52: 4GB DDR3 SDRAM registered ECC PC3-10600 with 
thermal sensor
spdmem3 at iic0 addr 0x53: 4GB DDR3 SDRAM registered ECC PC3-10600 with 
thermal sensor

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
spkr0 at pcppi0
lm0 at isa0 port 0x290/8: W83627DHG
mtrr: Pentium Pro MTRR support
ahc0: target 6 synchronous at 20.0MHz, offset = 0xf
uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
umass0 at uhub3 port 1 configuration 1 interface 0 "Generic Mass 
Storage" rev 2.00/1.03 addr 3

umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets, initiator 0
sd3 at scsibus2 targ 1 lun 0:  SCSI2 0/direct 
removable

sd3: 16165MB, 512 bytes/sector, 33105920 sectors
uhidev0 at uhub3 port 2 configuration 1 interface 0 "Logitech Optical 
USB Mouse" rev 2.00/3.40 addr 4

uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd1a (78faa8282eb6f8fa.a) swap on sd1b dump on sd1b

$ mount
/dev/sd1a on / type ffs (local)
/dev/sd1d on /home type ffs (local, nodev, nosuid, softdep)
mfs:24516 on /tmp type mfs (asynchronous, local, nodev, nosuid, 
size=8388608 512-blocks)

/dev/sd2d on /usr type ffs (local, nodev, softdep)
/dev/sd2e on /var type ffs (local, nodev, nosuid, softdep)
$ sudo mount /dev/sd3a /mnt
$ mount
/dev/sd1a on / type ffs (local)
/dev/sd1d on /home type ffs (local, nodev, nosuid, softdep)
mfs:24516 on /tmp type mfs (asynchronous, local, nodev, nosuid, 
size=8388608 512-blocks)

/dev/sd2d on /usr type ffs (local, nodev, softdep)
/dev/sd2e on /var type ffs (local, nodev, nosuid, softdep)
/dev/sd3a on /mnt type ffs (local)
$ sudo umount /mnt

Normally it should be recognized upon plugging it into a port of the machine
at any time. But inserting it after the boot process has finished, there are
no messages written to the console; it seems to be not recognized.

$ sudo mount /dev/sd3a /mnt
mount_ffs: /dev/sd3a on /mnt: Input/output error
$ sudo dd if=/dev/rsd3c of=/tmp/test bs=32k count=16
dd: /dev/rsd3c: Input/output error
0+0 records in
0+0 records out
0 bytes transferred in 0.000 secs (0 bytes/sec)

The dmesg output contains some extra lines in that case:

...
root on sd1a (78faa8282eb6f8fa.a) swap on sd1b dump on sd1b
umass0: BBB reset failed, IOERROR
umass0: BBB bulk-in clear stall failed, IOERROR
umass0: BBB bulk-out clear stall failed, IOERROR
umass0: BBB reset failed, IOERROR
umass0: BBB bulk-in clear stall failed, IOERROR
umass0: BBB bulk-out clear stall failed, IOERROR
umass0: BBB reset failed, IOER

Re: spammers getting less stupid?

2012-11-01 Thread Constantine A. Murenin
On 1 November 2012 12:49, Jan Stary  wrote:
> Here is a typical host:
> WHITE|2.139.201.210|||1351517497|1351518564|1354630766|2|1
> which is 210.red-2-139-201.staticip.rima-tde.net.
> It tried to connect at Mon Oct 29 14:31:37 CET 2012,
> and got WHITE at Mon Oct 29 14:49:24 CET 2012.
>
> It is obviously a spammer:
>
>  Oct 29 15:19:26 biblio smtpd[26924]: b4f049e1: from=<@>,
>  relay=210.red-2-139-201.staticip.rima-tde.net [2.139.201.210],
>  stat=LocalError (530 5.0.0 Recipient rejected: 7e8a5...@stare.cz)
>
> Strangely, the only occurence of 2.139.201.210 in the last month's
> maillog is just this; that's half an hour after it got WHITE.
> What happend at Mon Oct 29 14:49:24 CET 2012 that made it WHITE?

The spammer must have successfully passed the greylisting with spamd
on Mon Oct 29 14:49:24 CET 2012.

The spamd setup requires at least two connections to spamd, prior to
the connections being permitted to the real smtp server.

This is different from the MTA-based greylisting, where mail can be
delivered as soon as the second attempt.  With spamd, at least three
attempts are required for the initial delivery of mail, since spamd
cannot hand-over an existing connection to the real smtp server when
the greylisting requirements are satisfied.

C.



Re: Why anyone in their right mind would like to use NAT64

2012-10-24 Thread Constantine A. Murenin
Daniel,

I think you're confused between NAT66 and NAT64. [0]

T-Mobile USA optionally supports IPv6 connectivity in some limited
number of new phones (Galaxy Nexus etc) [1], and when the IPv6 option
is manually activated by the user^w beta-tester on their phone, then
no IPv4 support is provided, and access to IPv4-only resources is
available through NAT64 [2] and DNS64 [3].  No dual-stacking is
provided; in their slides from [0], T-Mobile USA claims that IPv6-only
with NAT64/DNS64 is cheaper than dual-stack with NAT44.

Frankly, dual-stacking (with the plain old NAT44) would seem like a
better approach for an end-user; I would guesstimate that less than 1%
of Galaxy Nexus users on T-Mobile USA have actually enabled IPv6 (and
left it enabled after simply testing it), precisely because
dual-stacking is not an option, and T-Mo's NAT64/DNS64 must be
consumed (instead of NAT44), breaking all those crappy apps that
hardcode IPv4 addresses outside of the DNS and such.

C.

[0] https://sites.google.com/site/ipv6implementors/2010/agenda
[1] https://sites.google.com/site/tmoipv6/lg-mytouch
[2] http://tools.ietf.org/html/rfc6146
[3] http://tools.ietf.org/html/rfc6147

On 24 October 2012 09:43, Daniel Ouellet  wrote:
> Hi,
>
> Just saw a few questions and patch for NAT64 on misc and tech@ and I am
> really questioning the reason to be fore NAT64 and why anyone in their right
> mind would actually want to use this?
>
> NAT always makes connectivity less efficient anyway and was really designed
> to alleviated the lack of IPv4 address years ago and was sadly used as a
> firewall setup by what I would call lazy admin instead if a properly
> configure one.
>
> Call me stupid and I will accept it, but regardless of this why?
>
> NAT was sadly a quick way to setup security and over time become even more
> sadly what some security suppose to be expect call the defacto way to do
> security.
>
> NAT needs to process every packets, changed the header both in incoming and
> outgoing traffic and as bandwidth keep increasing only make the totally not
> optimize NAT table getting bigger as more traffic is present and increase
> jitter, latency, etc. Much more powerful router needs to be used and many of
> the sadly loved firewall appliance by some admin like the SonicWall and the
> like running out of power on intensive UDP traffic and do not allow the end
> users to actually get the benefit of their increase line capacity that are
> more common these days!
>
> There is even more then this above, but I will spare the list with more as
> my question is really why NAT64?
>
> IN IPv6, the smallest assigned to remote site is so big anyway and based on
> the RFC recommendation to provide a /48 to remote site and even a /56 to a
> single house, how could anyone possibly think he/she would even run of IP's
> and need NAT64?
>
> Isn't it just a side effect of a sadly miss guided use of NAT in IPv4 as a
> firewall carry over to a IPv6 world instead of starting to do proper setup
> now that IP's will be plentiful anyway?
>
> Anyone have any possible explication that would actually justify the use of
> NAT64 that I obviously overlooked?
>
> Why us it other then for lazy firewall setup these day?
>
> I would appreciate a different point of view that I obviously appear to have
> overlooked as I really don't see why it even exists.
>
> Best,
>
> Daniel



Contacto con Dto Comercial y Ventas

2012-10-22 Thread Contacto I-A
Si tienes una Empresa, Comercio, Institución. Etc. Deberías mirar esto

Ver con audio

http://www.youtube.com/watch?v=jowa1ZCy_pQ< /p>



Estudia Gastronom?a en Argentina

2012-09-28 Thread Escuela de Gastronom?a
[IMAGE]

Una vez más nos complace tomar contacto con aquellos que nos han
conocido, ofreciendo lo que consideramos los mejores productos de nuestra
labor educativa. Estas Carreras, se actualizan cada semestre,
incorporando todas las novedades que la gastronomía europea nos deja
saber, y las inquietudes de los numerosos grupos de estudiantes que
asisten a clase.
Invitamos entonces a todos los interesados, a que tomen contacto con
nuestro Departamento de Informes, para ampliar la escueta información que
enviamos en esta correspondencia.

CARRERA ACELERADA DE COCINERO Y PASTELERO PROFESIONAL

Se trata de una Carrera Intensiva de 5 meses de duración, pensada
especialmente para alumnos no residentes en Buenos Aires, tanto
argentinos como extranjeros. En forma intensiva se estudian los mismos
contenidos que normalmente se ven en los dos años de la Carrera Regular.
La asistencia a clases es de lunes a sábados durante 6 horas, en las
cuales se trabajan todas las materias teóricas y prácticas. El 80% del
tiempo de estudio se dedica a la práctica en Cocina.

Inicio: Lunes 4 de Febrero de 2013. Más información

[IMAGE]

POSTGRADO EN ALTA COCINA Y MANAGEMENT GASTRONOMICO

Este Postgrado tiene una duración de 5 meses sumamente intensivos y está
dirigido a todos aquellos egresados, que acrediten estudios completos de
la Carrera de Cocinero (o el nombre que localmente tengan estos
estudios). De esta manera se define el perfil del profesional y su
inserción en el mercado, tanto para trabajar en destacados restaurants,
como para instalar su propia empresa gastronómica. Este programa de
enseñanza proporciona conocimientos acabados en administración de
negocios y prácticas en ejemplos
reales. La asistencia a clases es de lunes a viernes, 5 horas cada día,
en los cuales se trabajan todas las materias teóricas y prácticas.

Inicio: Miércoles 6 de Febrero de 2013. Más información

[IMAGE]

CARRERA ACELERADA DE PASTELERO PROFESIONAL

Este Carrera tiene una duración de 6 semanas y la asistencia a clases es
de lunes a viernes durante 8 horas por día. Se trata de un recorrido
intenso por un plan de estudios diseñado con lo más moderno de materias
como Panadería, Petits Fours, Repostería, Postres de Restaurant,
Chocolatería y otras.

Inicio: Lunes 8 de Enero de 2013. Más información

[IMAGE]

ESPECIALIZACIÓN AVANZADA EN PASTELERÍA

Este especialización tiene una duración de 2 semanas y esta dirigida a
todos aquellos Pasteleros Profesionales que busquen adquiri conocimientos
en la última tendencia en Pastelería. Se profundizara en Decoración de
Pasteles, Chocolatería y Pastelería de Vanguardia.

Inicio: Lunes 18 de Febrero de 2013. Más información

[IMAGE]

[IMAGE]

contador de
visitas



Exitoso Curso de "Inteligencia Emocional y Manejo del Estrés"

2012-09-04 Thread Mar�a del Mar Mu�oz
Apreciable Ejecutivo:

TIEM de México
Empresa Líder en Capacitación y Actualización de Capital Humano

Pone a su disposición este excelente curso denominado:
Inteligencia Emocional y Manejo del Estrés

10 de Septiembre en la Ciudad de México

Inscríbase 5 días antes de la fecha del Curso y obtenga un descuento del 15%
con Inversión Inmediata


Tradicionalmente se afirmaba que el cociente intelectual (CI) regía nuestro
destino. Pero surge la inquietud de porqué las personas con alto CI tienen
dificultades en su desempeño y las de más bajo CI se desempeñan muy bien. Y la
diferencia dicen los investigadores radica en la Inteligencia Emocional, que
comprende un grupo de habilidades que pueden ser aprendidas ofreciendo mejores
posibilidades de utilizar el potencial.

El éxito profesional,  independientemente de la profesión, está definido en un
80% por la inteligencia emocional y en un 20% por el CI.

Aprender a vivir es aprender a observar, analizar, recabar y utilizar el saber
que vamos acumulando con el paso del tiempo

Beneficios:

Incrementa la autoconciencia.
Favorece el equilibrio emocional.
Fomenta las relaciones armoniosas.
Potencia el rendimiento laboral.
Aumenta la motivación y el entusiasmo.
Otorga capacidad de influencia y liderazgo.
Mejora la empatía y las habilidades de análisis social.
Aumenta el bienestar psicológico.
Facilita una buena salud.
Brinda defensas para la reacción positiva a la tensión y al Estrés.
Objetivo General:
Los participantes podrán adquirir las destrezas necesarias para el manejo
adecuado de las  emociones más comunes en la vida laboral y personal,
mediante la aplicación de  los principios de la inteligencia emocional y
técnicas de manejo del estrés.

Para mayor información, favor de responder este correo con los siguientes
datos:
• Empresa:
• Nombre:
• Ciudad:
• Teléfono:

O si lo prefiere comuníquese a los teléfonos:

Del DF al 5611-0969 con 10 líneas
Interior del País Lada sin Costo
01 800 900 TIEM (8436)
Aceptamos todas las TDC y Débito.
**Promoción: 3 meses sin Intereses pagando con American Express
**Aplica solo con Inversión Normal

®Todos los Derechos Reservados ©2011 TIEM Talento e Innovación Empresarial
de México
Este Mensaje le ha sido enviado como usuario de TIEM de México o bien un
usuario le refirió para recibir este boletín.
Como usuario de TIEM de México, en este acto autoriza de manera expresa que
TIEM de México le puede contactar vía correo electrónico u otros medios.
Si usted ha recibido este mensaje por error, haga caso omiso de él y reporte
su cuenta respondiendo este correo con el subject BAJABD
Tenga en cuenta que la gestión de nuestras bases de datos es de suma
importancia y no es intención de la empresa la inconformidad del receptor.



Can't call method "conflict_list" on unblessed reference at /usr/libdata/perl5/OpenBSD/PkgAdd.pm line 554.

2012-08-21 Thread James A. Peltier
I'm attempting an upgrade to the latest snapshot and so far everything seems
to work except while updating packages I get the above stated error.  Below is
a typescript of the pkg_add -u with dmesg included.

- Forwarded Message -
From: "Charlie Root" 
To: jpelt...@sfu.ca
Sent: Tuesday, 21 August, 2012 10:06:13

Script started on Tue Aug 21 10:03:35 2012
# dmesg
OpenBSD 5.2-current (RAMDISK_CD) #127: Mon Aug 20 12:56:25 MDT 2012
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 1072627712 (1022MB)
avail mem = 1024077824 (976MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe0010 (98 entries)
bios0: vendor Phoenix Technologies LTD version "6.00" date 04/15/2011
bios0: VMware, Inc. VMware Virtual Platform
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S4 S5
acpi0: tables DSDT FACP BOOT APIC MCFG SRAT
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU X5660 @ 2.80GHz, 2792.31 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,SSE3,PCLMUL,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AE
S,NXE,LONG,LAHF
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 65MHz
ioapic0 at mainbus0: apid 1 pa 0xfec0, version 11, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel 82443BX AGP" rev 0x01
ppb0 at pci0 dev 1 function 0 "Intel 82443BX AGP" rev 0x01
pci1 at ppb0 bus 1
"Intel 82371AB PIIX4 ISA" rev 0x08 at pci0 dev 7 function 0 not configured
pciide0 at pci0 dev 7 function 1 "Intel 82371AB IDE" rev 0x01: DMA, channel 0
configured to compatibility, channel 1 configured to compatibility
pciide0: channel 0 disabled (no drives)
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  ATAPI 5/cdrom
removable
cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2
"Intel 82371AB Power" rev 0x08 at pci0 dev 7 function 3 not configured
"VMware Virtual Machine Communication Interface" rev 0x10 at pci0 dev 7
function 7 not configured
vga1 at pci0 dev 15 function 0 "VMware Virtual SVGA II" rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
mpi0 at pci0 dev 16 function 0 "Symbios Logic 53c1030" rev 0x01: apic 1 int
17
scsibus1 at mpi0: 16 targets, initiator 7
sd0 at scsibus1 targ 0 lun 0:  SCSI2 0/direct
fixed
sd0: 20480MB, 512 bytes/sector, 41943040 sectors
mpi0: target 0 Sync at 160MHz width 16bit offset 127 QAS 1 DT 1 IU 1
ppb1 at pci0 dev 17 function 0 "VMware Virtual PCI-PCI" rev 0x02
pci2 at ppb1 bus 2
em0 at pci2 dev 0 function 0 "Intel PRO/1000MT (82545EM)" rev 0x01: apic 1 int
18, address 00:50:56:00:00:36
ppb2 at pci0 dev 21 function 0 "VMware Virtual PCIE-PCIE" rev 0x01
pci3 at ppb2 bus 3
ppb3 at pci0 dev 21 function 1 "VMware Virtual PCIE-PCIE" rev 0x01
pci4 at ppb3 bus 4
ppb4 at pci0 dev 21 function 2 "VMware Virtual PCIE-PCIE" rev 0x01
pci5 at ppb4 bus 5
ppb5 at pci0 dev 21 function 3 "VMware Virtual PCIE-PCIE" rev 0x01
pci6 at ppb5 bus 6
ppb6 at pci0 dev 21 function 4 "VMware Virtual PCIE-PCIE" rev 0x01
pci7 at ppb6 bus 7
ppb7 at pci0 dev 21 function 5 "VMware Virtual PCIE-PCIE" rev 0x01
pci8 at ppb7 bus 8
ppb8 at pci0 dev 21 function 6 "VMware Virtual PCIE-PCIE" rev 0x01
pci9 at ppb8 bus 9
ppb9 at pci0 dev 21 function 7 "VMware Virtual PCIE-PCIE" rev 0x01
pci10 at ppb9 bus 10
ppb10 at pci0 dev 22 function 0 "VMware Virtual PCIE-PCIE" rev 0x01
pci11 at ppb10 bus 11
ppb11 at pci0 dev 22 function 1 "VMware Virtual PCIE-PCIE" rev 0x01
pci12 at ppb11 bus 12
ppb12 at pci0 dev 22 function 2 "VMware Virtual PCIE-PCIE" rev 0x01
pci13 at ppb12 bus 13
ppb13 at pci0 dev 22 function 3 "VMware Virtual PCIE-PCIE" rev 0x01
pci14 at ppb13 bus 14
ppb14 at pci0 dev 22 function 4 "VMware Virtual PCIE-PCIE" rev 0x01
pci15 at ppb14 bus 15
ppb15 at pci0 dev 22 function 5 "VMware Virtual PCIE-PCIE" rev 0x01
pci16 at ppb15 bus 16
ppb16 at pci0 dev 22 function 6 "VMware Virtual PCIE-PCIE" rev 0x01
pci17 at ppb16 bus 17
ppb17 at pci0 dev 22 function 7 "VMware Virtual PCIE-PCIE" rev 0x01
pci18 at ppb17 bus 18
ppb18 at pci0 dev 23 function 0 "VMware Virtual PCIE-PCIE" rev 0x01
pci19 at ppb18 bus 19
ppb19 at pci0 dev 23 function 1 "VMware Virtual PCIE-PCIE" rev 0x01
pci20 at ppb19 bus 20
ppb20 at pci0 dev 23 function 2 "VMware Virtual PCIE-PCIE" rev 0x01
pci21 at ppb20 bus 21
ppb21 at pci0 dev 23 function 3 "VMware Virtual PCIE-PCIE" rev 0x01
pci22 at ppb21 bus 22
ppb22 at pci0 dev 23 function 4 "VMware Virtual PCIE-PCIE" rev 0x01
pci23 at ppb22 bus 23
ppb23 at pci0 dev 23 function 5 "VMware Virtual PCIE-PCIE&q

Propuesta

2012-07-19 Thread I-A
Ver con Audio

http://www.youtube.com/watc h?v=X06Ng8K1tmA



Re: Solid state disk geometry

2012-06-13 Thread Jens A. Griepentrog

On 06/11/12 19:25, Jens A. Griepentrog wrote:

Dear Mailing Listeners,

Let me know, please, whether it makes sense to modify disk geometry
for solid state disks?

no


Which meaning have the default values of cylinders,
heads, and sectors for these devices?

roughly the exact same thing it has meant for IDE, SATA, and SCSI disks
since..well...about 20 years or so...not a thing.

All modern drives, and really anything made in probably the last 20
years (i.e., anything worth putting on an OpenBSD machine) use
translation...the "geometry" and "reality" are unrelated in any
recognizable way.


As an example, here are my sd1 data:

# fdisk sd1
Disk: sd1   geometry: 7783/255/63 [125045424 Sectors]
Offset: 0   Signature: 0xAA55
  Starting Ending LBA Info:
   #: id  C   H   S -  C   H   S [   start:size ]
---
   0: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
   1: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
   2: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
*3: A6  0   1   2 -   7782 254  63 [  64:   125033831 ] OpenBSD

Are there any disktab entries available more suitable for usual models
of solid state disks? At least it seemed reasonable to me to take multiples
of 64 blocks for the partition sizes and offsets:

which, you will notice, is what OpenBSD does now.

If you knew what physical block size your SSD worked with, you might --
MIGHT -- see some benefit using that, but the 4k offsets seem to work
just fine.  I doubt you would feel any difference...


# disklabel sd1
# /dev/rsd1c:
type: SCSI
disk: SCSI disk
label: SSDSA2SH064G1GC
duid: 78faa8282eb6f8fa
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 7783
total sectors: 125045424
boundstart: 64
boundend: 125033895
drivedata: 0

16 partitions:
#size   offset  fstype [fsize bsize  cpg]
a:  2097152   64  4.2BSD   2048 163841 # /
b: 33554432  2097216swap   # none
c:1250454240  unused
d: 67108864 35651648  4.2BSD   2048 163841 # /home

To make things complete, here is the dmesg output after upgrading to 5.1.
Many thanks to the OpenBSD developers to keep the ball in play! Radeon
version xf86-video-ati-6.14.3 on ATI FirePro 2270 is a big progress;
it gives me a brillant digital image! Sometimes there are blackscreens
after switching back from X11 to console, which can be resolved by rebooting
the machine over network. Package qcad is missing but can be compiled easily
from the ports collection.

Best regards,
Jens




ahc0 at pci7 dev 2 function 0 vendor "Adaptec", unknown product 0x0082
rev 0x02: apic 7 int 21
scsibus0 at ahc0: 8 targets, initiator 7
sd0 at scsibus0 targ 6 lun 0:  SCSI2 0/direct
removable

holy cow.  haven't seen one of those in a machine in a while. :)
(ok, actually, I don't think I've ever seen one, period.  Or maybe I've
got one...)


Nick.


Dear Mailing Listeners,

Thanks to all who answered to my question to make their SSD knowledge 
clear to me.


@Nick: You want to know more about my oldtimer? Oh, it's just 13 years 
old, and
if it should fail once a day it will be replaced by its predecessor 
MCR3230SS
which is five years younger ... Thanks to the work of Kenneth R. 
Westerback these

devices work reliable even with media having sector sizes of 2048 bytes.

Greetings,
Jens



Solid state disk geometry

2012-06-11 Thread Jens A. Griepentrog

Dear Mailing Listeners,

Let me know, please, whether it makes sense to modify disk geometry
for solid state disks? Which meaning have the default values of cylinders,
heads, and sectors for these devices? As an example, here are my sd1 data:

# fdisk sd1
Disk: sd1   geometry: 7783/255/63 [125045424 Sectors]
Offset: 0   Signature: 0xAA55
Starting Ending LBA Info:
 #: id  C   H   S -  C   H   S [   start:size ]
---
 0: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
 1: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
 2: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
*3: A6  0   1   2 -   7782 254  63 [  64:   125033831 ] OpenBSD

Are there any disktab entries available more suitable for usual models
of solid state disks? At least it seemed reasonable to me to take multiples
of 64 blocks for the partition sizes and offsets:

# disklabel sd1
# /dev/rsd1c:
type: SCSI
disk: SCSI disk
label: SSDSA2SH064G1GC
duid: 78faa8282eb6f8fa
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 7783
total sectors: 125045424
boundstart: 64
boundend: 125033895
drivedata: 0

16 partitions:
#size   offset  fstype [fsize bsize  cpg]
  a:  2097152   64  4.2BSD   2048 163841 # /
  b: 33554432  2097216swap   # none
  c:1250454240  unused
  d: 67108864 35651648  4.2BSD   2048 163841 # /home

To make things complete, here is the dmesg output after upgrading to 5.1.
Many thanks to the OpenBSD developers to keep the ball in play! Radeon
version xf86-video-ati-6.14.3 on ATI FirePro 2270 is a big progress;
it gives me a brillant digital image! Sometimes there are blackscreens
after switching back from X11 to console, which can be resolved by rebooting
the machine over network. Package qcad is missing but can be compiled easily
from the ports collection.

Best regards,
Jens

OpenBSD 5.1 (GENERIC.MP) #207: Sun Feb 12 09:42:14 MST 2012
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 17169842176 (16374MB)
avail mem = 16698621952 (15925MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xf06f0 (62 entries)
bios0: vendor American Megatrends Inc. version "0705" date 06/29/2010
bios0: ASUSTeK Computer INC. P7F-M WS
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG OEMB HPET SSDT
acpi0: wakeup devices BR1E(S4) UAR1(S4) PS2K(S4) PS2M(S4) EUSB(S4) 
USB0(S4) USB1(S4) USB2(S4) USB3(S4) USBE(S4) USB4(S4) USB5(S4) USB6(S4) 
BR21(S4) BR22(S4) BR23(S4) P0P1(S4) P0P3(S4) P0P4(S4) P0P5(S4) P0P6(S4) 
USB8(S4) BR20(S4) BR24(S4) BR25(S4) BR26(S4) BR27(S4) PWRB(S4)

acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1867.02 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG,LAHF

cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 133MHz
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG,LAHF

cpu1: 256KB 64b/line 8-way L2 cache
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG,LAHF

cpu2: 256KB 64b/line 8-way L2 cache
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG,LAHF

cpu3: 256KB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 7 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 1, remapped to apid 7
acpimcfg0 at acpi0 addr 0xe000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 7 (BR1E)
acpiprt2 at acpi0: bus -1 (BR21)
acpiprt3 at acpi0: bus -1 (BR22)
acpiprt4 at acpi0: bus -1 (BR23)
acpiprt5 at acpi0: bus -1 (P0P1)
acpiprt6 at acpi0: bus 1 (P0P3)
acpiprt7 at acpi0: bus -1 (P0P4)
acpiprt8 at acpi0: bus -1 (P0P5)
acpiprt9 at acpi0: bu

Re: starting nsd via rc.d shows OK but not running

2012-04-02 Thread Joseph A Borg
As long as the logging can be turned of easily, I don't see too many downsides 
to this apart from centralising detective work it could also be a useful 
learning tool for users new to unix.

Perhaps a simple log consisting of:

dmesg
list with the following:
time /path/to/daemon switches success/failure maybe error code/message returned 
by daemon

joe


On 02 Apr 2012, at 18:57, corey clingo wrote:

> On Mon, Mar 26, 2012 at 3:30 AM, Joseph A Borg  wrote:
>> sorry to raise this again but would it be possible to add a startup log in
>> /var/log that documents system startups in some detail?
>> 
>> it could be toggled in rc.local or other rc config
>> 
>> Having a history of daemons active at startup and their failures could help
>> those who lack methodical documenting skills when they mess with the system.
>> After all not everyone is a full time sysadmin
>> 
>> I'm presently struggling hard to understand where rc is failing to start some
>> stuff but I'm loath of asking here as I'm sure most of the time it's 
>> something
>> stupid like a space after variable assignment in a config file.
>> 
>> regards
> 
> My 2c: since every daemon has a different way of indicating that it
> started up OK, I'm not sure how you would do this at top level in the
> general case. I haven't looked at the new rc.d framework yet (only
> installed 5.0 on one firewall box despite the fact that I've
> pre-ordered 5.1 :), but with other similar systems the "startup was
> good" determination code is in the individual daemon scripts for this
> reason, and uses the startup system's framework to report that back to
> the supervising script or program.
> 
> In your specific case, since you know the problem is with nsd, I'd
> edit the nsd startup script (or configuration file) to turn on a lot
> of debugging info and go look in /var/log/ to see what's
> happening. Maybe my head is stuck in some classic Unix mud, but I'm
> used to doing this, and don't see it as a huge problem (beats the crap
> out of, say, the Windows registry).
> 
> Corey



Re: upcoming pf changes in queue and sheduling system

2012-03-29 Thread James A. Peltier
- Original Message -
| What new features will be included?
| What changes will be with existing functions?
| Will is on the functional traffic policing?

Read the src-changes@ and tech@ mailing lists.  Much of the committed code will 
give you some ideas.  Also, have a look at the man pages for pf.conf in current 
to see some of the upcoming features that are worth documenting yet.  Recently 
henning@ posted some info on scheduling albeit very vague.  Basically, much of 
the work is still very much "in progress".

-- 
James A. Peltier
Manager, IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier

Success is to be measured not so much by the position that one has reached
in life but as by the obstacles they have overcome. - Booker T. Washington



Re: starting nsd via rc.d shows OK but not running

2012-03-26 Thread Joseph A Borg
sorry to raise this again but would it be possible to add a startup log in
/var/log that documents system startups in some detail?

it could be toggled in rc.local or other rc config

Having a history of daemons active at startup and their failures could help
those who lack methodical documenting skills when they mess with the system.
After all not everyone is a full time sysadmin

I'm presently struggling hard to understand where rc is failing to start some
stuff but I'm loath of asking here as I'm sure most of the time it's something
stupid like a space after variable assignment in a config file.

regards

On 18 Feb 2012, at 18:15, Antoine Jacoutot wrote:

>>>>> It is impossible to report whether start was OK in a _timely_ fashion
and without false positive.
>>>>> Some daemons can run for like 20 or 30 seconds spawning stuffs, making
checks... then exiting because there is in fact a problem.
>>>>> See comments line 121 and 122. "ok" means the daemon was started and
return code was ok.
>>>>
>>>> Well, I still think it would be worth to add rc_check after rc_start,
even I understand
>>>> your argument about false positive.
>>>
>>> This has been discussed in the past already and we will not add it.
>>> This could potentially delay the startup bu a _big_ amount of time.
>>
>> OK.
>
> Thing is that rc.d(8) is meant to be as simple and generic as possible. Also
don't forget both system and ports use this so each function has been
carefully though.
> The drawback is that yes, sometimes it is a little too generic for each and
every need, but on the other end, because it is so simple, it's very easy to
tweak function(s) _within_ the daemon script itself if more extensive checks
are needed (using rc_pre or even rc_start). So it is easily extensible on a
case by case basis and we can keep the framework clean and simple.
>
> --
> Antoine



Re: PHP/HTTP config

2012-03-20 Thread Duncan Patton a Campbell
On Tue, 20 Mar 2012 17:29:31 -0500
Matthew Weigel  wrote:

> On Tue, 20 Mar 2012 15:23:27 -0600, Duncan Patton a Campbell wrote:
> > Closest thing I can find are references to the upgrade doc:
> >
> >> in /var/www/conf/php5.sample; symbolic links for active modules were 
> >> placed in
> >> /var/www/conf/php5. These have moved to /etc/php-5.2.sample and 
> >> /etc/php-5.2
> >> respectively. You will need to check for existing links in 
> >> /var/www/conf/php5
> >
> > Which doesn't explain why...
> 
> I'm guessing it has something to do with nginx being incorporated into 
> base, and
> maybe also the move of the php port from www/ to lang/.  Technically, 
> it *is*
> possible to use PHP for system scripts, you know.

Which I have done, usually by exporting things *out* of the chroot, which
is a lot easier than moving things in.  The nginx move gives me some idea
what was up...  

Thanks,

Dhu

> -- 
>   Matthew Weigel
>   hacker
>   unique & idempot . ent
> 


-- 
Ne obliviscaris, vix ea nostro voco.



Re: PHP/HTTP config

2012-03-20 Thread Duncan Patton a Campbell
Closest thing I can find are references to the upgrade doc:

> in /var/www/conf/php5.sample; symbolic links for active modules were placed in
> /var/www/conf/php5. These have moved to /etc/php-5.2.sample and /etc/php-5.2
> respectively. You will need to check for existing links in /var/www/conf/php5

Which doesn't explain why...

Dhu


On Tue, 20 Mar 2012 17:28:45 +1300
Richard Toohey  wrote:

> On 20/03/2012, at 5:20 PM, Duncan Patton a Campbell wrote:
> 
> > Howdy?  
> > 
> > I've recently lost my cache of misc mail
> 
> Why not look in the archives, then?
> 
> http://marc.info/?l=openbsd-misc&r=1&w=2
> 
> Not saying you'll find an answer to your questions in misc@, but it's there 
> (and elsewhere on the net)
> 
> This might also help with your specific issue:
> 
> http://www.openbsd.org/faq/upgrade50.html#Pkgup
> 
> HTH.
> 
> > and I was wondering 
> > if anyone can point me to a explanation of the rationale for
> > moving the php config into /etc.  I've moved from 4.9 to 5/snap
> > and am having some trouble getting apache to work with php
> > so I'm hoping that an explanation for this will give me some
> > idea how to get it to work, with or without chroot.
> > 
> > Dhu
> > 
> > -- 
> > Ne obliviscaris, vix ea nostro voco.
> > 
> 


-- 
Ne obliviscaris, vix ea nostro voco.



PHP/HTTP config

2012-03-19 Thread Duncan Patton a Campbell
Howdy?  

I've recently lost my cache of misc mail and I was wondering 
if anyone can point me to a explanation of the rationale for
moving the php config into /etc.  I've moved from 4.9 to 5/snap
and am having some trouble getting apache to work with php
so I'm hoping that an explanation for this will give me some
idea how to get it to work, with or without chroot.

Dhu

-- 
Ne obliviscaris, vix ea nostro voco.



Re: CD/DVD CDROM support VT6415 IDE

2012-02-26 Thread Duncan Patton a Campbell
On Sun, 26 Feb 2012 17:17:00 -0500
Brynet  wrote:

> On Sun, Feb 26, 2012 at 02:07:19AM -0700, Duncan Patton a Campbell wrote:
> > I am also wondering if this caused a failure in my raid1 set which 
> > kakked out into "degraded" mode at the same time I upgraded to 
> > 5.0, as the same ide path may be being used.
> 
> The DVD drive is on a seperate IDE controller, so this is clearly
> unrelated. I can't help you with your softraid problems.
> 
> On Sun, Feb 26, 2012 at 02:13:46PM -0700, Duncan Patton a Campbell wrote:
> > woops no go on the cd.. was looking at the wrong mountpoint ... looks ok, 
> > spins up, thats all.
> 
> What's in the drive, the installation disk?
> 
> # disklabel cd0
> ..
> 
> If the drive isn't working with the generic PCI IDE driver, then as
> said, you'll need to find out what needs to be done in the VIA-specific
> code.
> 
> There isn't anything else I can do for you, contact the developer that
> committed the change.
> 
> -Bryan.

Is the dev for this here on misc or should I go hunting?

Basically the VIA Code (VT6415 IDE) for IDE CD/DVD drives 
appears to be hooped.  Am now gonna try the latest snap..

Dhu


-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



CD/DVD CDROM support

2012-02-24 Thread Duncan Patton a Campbell
I have run into a most peculiar phenomenon, that it appears that the
CDrom driver support has dropped from the install CDs, apparently
as of about version 5. This is not an old board, but admittedly
ATAPI CDs are.  I can boot all the images from 4.9release thru
5.1snap (today's) but only 4.9 shows any evidence of the CD after
booting and in the rest CDROM is not an option for install media
and there's no evidence of the device in the dmesgs, either.

the sysctls after booting each cd:

kern.osrelease=4.9
hw.machine=amd64
hw.model=AMD Phenom(tm) II X4 840 Processor
hw.product=M4A88TD-V EVO/USB3
hw.disknames=cd0:,sd0:,wd0:e09436d04e1d70c4,rd0:2870906e5854e337,sd1:0e7d30fe615c49b0
hw.ncpufound=4

kern.osrelease=5.0
hw.machine=amd64
hw.model=AMD Phenom(tm) II X4 840 Processor
hw.product=M4A88TD-V EVO/USB3
hw.disknames=sd0:,wd0:e09436d04e1d70c4,rd0:efa10dd049a97542
hw.ncpufound=4

kern.osrelease=5.0
hw.machine=amd64
hw.model=AMD Phenom(tm) II X4 840 Processor
hw.product=M4A88TD-V EVO/USB3
hw.disknames=sd0:,wd0:e09436d04e1d70c4,rd0:10f77ef34d162647,sd1:0e7d30fe615c49b0
hw.ncpufound=4

kern.osrelease=5.1
hw.machine=amd64
hw.model=AMD Phenom(tm) II X4 840 Processor
hw.product=M4A88TD-V EVO/USB3
hw.disknames=sd0:,wd0:e09436d04e1d70c4,rd0:7c8ac10ea613493f,sd1:0e7d30fe615c49b0
hw.ncpufound=4

And, following, the dmesg output for these same install media.  

Any idea how this is so would help, thanks.

Dhu


OpenBSD 4.9 (RAMDISK_CD) #858: Wed Mar  2 07:04:48 MST 2011
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 3488153600 (3326MB)
avail mem = 3383611392 (3226MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.5 @ 0x9f000 (66 entries)
bios0: vendor American Megatrends Inc. version "1702" date 12/22/2010
bios0: ASUSTeK Computer INC. M4A88TD-V EVO/USB3
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG OEMB SRAT HPET SSDT
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Phenom(tm) II X4 840 Processor, 3214.66 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 
16-way L2 cache
cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
cpu0: apic clock running at 200MHz
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 4 pa 0xfec0, version 21, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (P0P1)
acpiprt2 at acpi0: bus -1 (PCE2)
acpiprt3 at acpi0: bus -1 (PCE3)
acpiprt4 at acpi0: bus -1 (PCE4)
acpiprt5 at acpi0: bus 2 (PCE9)
acpiprt6 at acpi0: bus 3 (PCEA)
acpiprt7 at acpi0: bus 4 (P0PC)
acpiprt8 at acpi0: bus 6 (PE21)
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD RS780 Host" rev 0x00
ppb0 at pci0 dev 1 function 0 vendor "Asustek", unknown product 0x9602 rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 5 function 0 "ATI Radeon HD 4250" rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
"ATI Radeon HD 4200 HD Audio" rev 0x00 at pci1 dev 5 function 1 not configured
ppb1 at pci0 dev 9 function 0 "AMD RS780 PCIE" rev 0x00: apic 4 int 17 (irq 10)
pci2 at ppb1 bus 2
vendor "VIA", unknown product 0x3403 (class serial bus subclass Firewire, rev 
0x00) at pci2 dev 0 function 0 not configured
pciide0 at pci2 dev 0 function 1 vendor "VIA", unknown product 0x0415 rev 0xa0: 
DMA (unsupported), channel 0 wired to native-PCI, channel 1 wired to native-PCI
pciide0: using apic 4 int 17 (irq 10) for native-PCI interrupt
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  ATAPI 5/cdrom 
removable
pciide0: channel 1 ignored (not responding; disabled or no drives?)
ppb2 at pci0 dev 10 function 0 "AMD RS780 PCIE" rev 0x00: apic 4 int 18 (irq 11)
pci3 at ppb2 bus 3
"NEC PCIE-XHCI" rev 0x03 at pci3 dev 0 function 0 not configured
ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 4 int 19 (irq 
9), AHCI 1.2
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0:  SCSI3 0/direct fixed
sd0: 476938MB, 512 bytes/sec, 976771055 sec total
ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 4 int 18 (irq 
11), version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 4 int 17 (irq 
10)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "ATI EHCI root hub" rev 2.00/1.00 addr 1
ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 4 int 18 (irq 
11), version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x0

Re: 5.0 Stable (amd64) build appears broken.

2012-02-21 Thread Duncan Patton a Campbell
On Tue, 21 Feb 2012 18:44:19 -0500
Josh Grosse  wrote:

> On Tue, Feb 21, 2012 at 04:28:11PM -0700, Duncan Patton a Campbell wrote:
> > On Tue, 21 Feb 2012 18:00:20 -0500
> > Josh Grosse  wrote:
> > 
> > > Because the error appeared to be an out-of-sync issue, I would have liked
> > > to see the output of:  
> > > 
> > > ls -l `which config`
> > > cat /usr/src/sys/CVS/Tag
> > > 
> > 
> > # ls -l `which config`
> > -r-xr-xr-x  1 root  bin  97464 Feb 21 12:29 /usr/sbin/config
> 
> That executable was just built... so it is not the executable from
> 5.0-release/amd64.  That should have an August 17 date stamp, if memory
> serves from earlier today.
> 

Yes.  That's because it built after I untared the src and sys tars and 
cvs up'd them.  

> > # cat /usr/src/sys/CVS/Tag
> > TOPENBSD_5_0
> 
> That's the right tag for 5.0-stable source.
> 


-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



Re: 5.0 Stable (amd64) build appears broken.

2012-02-21 Thread Duncan Patton a Campbell
On Tue, 21 Feb 2012 18:00:20 -0500
Josh Grosse  wrote:

> My apologies if the redactions cause improper attributions, but
> this has gotten very deep, and Dhu replied to himself.  For readability
> I've tried to wrap lines, too.
> 
> On Tue, Feb 21, 2012 at 03:37:25PM -0700, Duncan Patton a Campbell wrote:
> > On Tue, 21 Feb 2012 13:52:27 -0600
> > Carson Chittom  wrote:
> > 
> > > Duncan Patton a Campbell  writes:
> > > 
> > > > On Tue, 21 Feb 2012 09:16:34 -0700
> > > > Duncan Patton a Campbell  wrote:
> ...[snip]...
> 
> > > > So, the problem appears to be that you cannot check out a 5.0-Stable
> > > > source tree 
> > > > directly on a 5.0-Release system, but instead must "prime" the 
> > > > tree with the 
> > > > Release code and then checkout the Stable stuff on top.
> > > 
> > > No.  You're wrong.  At least, I did exactly what you said I "cannot"
> > > do.  I installed (from CD) 5.0-release, and then cvs co'd -stable;
> > > and then installed per the usual directions.  From dmesg:
> > > 
> > 
> > read and weap.  i did.  when you do a cd install, it puts 
> > src (sys), and xenocara in /usr.  that "primes" the src/sys
> > tree.  if you then _move_ those trees out of the way entirely,
> > and do a cvs checkout of the whole tree, well that what *I* saw
> 
> Many people, for many years, have been able to checkout a tagged working
> directory from CVS.  I believe this is a PEBKAC, but not the one described.
> 
> Because the error appeared to be an out-of-sync issue, I would have liked
> to see the output of:  
> 
> ls -l `which config`
> cat /usr/src/sys/CVS/Tag
> 

# ls -l `which config`
-r-xr-xr-x  1 root  bin  97464 Feb 21 12:29 /usr/sbin/config
# cat /usr/src/sys/CVS/Tag
TOPENBSD_5_0


> That would have at least confirmed if the kernel source tree and the config
> were of appropriate vintages.
> 
> Dhu, an additional suggestion: instead of uname -anything, please use 
> sysctl kern.version.  It produces far more useful information about your 
> specific kernel. I sent you a note earlier today via Email, apparently it's 
> still in your MTA queue.

Yes.  I have it... now ;/

> 


-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



Re: 5.0 Stable (amd64) build appears broken.

2012-02-21 Thread Duncan Patton a Campbell
On Tue, 21 Feb 2012 13:52:27 -0600
Carson Chittom  wrote:

> Duncan Patton a Campbell  writes:
> 
> > On Tue, 21 Feb 2012 09:16:34 -0700
> > Duncan Patton a Campbell  wrote:
> >
> >> On Mon, 20 Feb 2012 23:24:56 -0500
> >> Ted Unangst  wrote:
> >> 
> >> > On Mon, Feb 20, 2012, Duncan Patton a Campbell wrote:
> >> > > On Mon, 20 Feb 2012 10:05:19 -0500
> >> > > Ted Unangst  wrote:
> >> > > 
> >> > >> you are running config from a different version than the source you
> >> > >> are trying to compile.
> >> > > 
> >> > > Ok, but if I've started with 5.0 Release, how do I get 5.0 Stable's 
> >> > > config
> >> > > without
> >> > > building it?
> >> > 
> >> > I would revisit the assumption you are building 5.0 on 5.0.  You are
> >> > reporting an error nobody else is reporting, that just happens to be
> >> > exactly the error one sees when building with a mismatched config and
> >> > src, so You see where I'm coming from?
> >> > 
> >> 
> >> Yes.  I do.  I can only assume I've buggerd up the src tree somehow.
> >> 
> >> uname -svmpr
> >> OpenBSD 5.0 GENERIC.MP#63 amd64 AMD A6-3670 APU with Radeon(tm) HD Graphics
> >> 
> >> thanks,
> >> 
> >
> > So, the problem appears to be that you cannot check out a 5.0-Stable source 
> > tree 
> > directly on a 5.0-Release system, but instead must "prime" the tree with 
> > the 
> > Release code and then checkout the Stable stuff on top.
> 
> No.  You're wrong.  At least, I did exactly what you said I "cannot"
> do.  I installed (from CD) 5.0-release, and then cvs co'd -stable;
> and then installed per the usual directions.  From dmesg:
> 

read and weap.  i did.  when you do a cd install, it puts 
src (sys), and xenocara in /usr.  that "primes" the src/sys
tree.  if you then _move_ those trees out of the way entirely,
and do a cvs checkout of the whole tree, well that what *I* saw
anyways.

Dhu

> OpenBSD 5.0-stable (GENERIC.MP) #0: Mon Jan 30 13:21:14 CST 2012
> r...@jackson.wistly.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 
> So unless something very strange has happened since January 30, you
> appear to be Doing Something Wrong.
> 


-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



Re: 5.0 Stable (amd64) build appears broken.

2012-02-21 Thread Duncan Patton a Campbell
On Tue, 21 Feb 2012 18:38:25 +
Miod Vallat  wrote:

> > There's a minor error in http://www.openbsd.org/faq/faq5.html such that
> > it specifies that to "follow stable" you can pull the whole tree with cvs
> > and run as such.  This is not the case.  The 5.0-Stable tree will not
> > build without the tree being first primed with the 5.0-Release code.
> 
> Of course it will, BUT you need to build from a 5.0 userland, which
> means that you should not update by extracting the `base' set only.

This appears to be essentially correct.  The problem was this:
(from the machine)

ls -l /usr/
total 96
drwxr-xr-x   7 root  wheel   512 Aug 11  2011 X11R6
drwxr-xr-x   2 root  wheel  6144 Feb 20 00:25 bin
drwxr-xr-x   2 root  wheel  1024 Feb 20 00:25 games
drwxr-xr-x  34 root  bin3072 Feb 21 11:35 include
drwxr-xr-x   6 root  wheel  5120 Feb 21 11:55 lib
drwxr-xr-x   6 root  wheel   512 Feb 20 00:25 libdata
drwxr-xr-x   8 root  wheel  1536 Feb 20 00:25 libexec
drwxr-xr-x   2 root  wheel   512 Aug 17  2011 lkm
drwxr-xr-x  11 root  wheel   512 Feb 20 00:31 local
drwxr-xr-x   2 root  wheel   512 Aug 17  2011 mdec
lrwxr-xr-x   1 root  wheel 9 Feb 21 11:33 obj -> /dmnt/obj
drwxrwxr-x   2 root  wsrc512 Aug 17  2011 obj.X1
lrwxr-xr-x   1 root  wheel11 Feb 21 10:00 ports -> /dmnt/ports
drwxr-xr-x  46 root  wheel  1536 Feb 20 06:47 ports.X1
drwxr-xr-x   3 root  wheel   512 Feb 20 07:30 pub
drwxr-xr-x   2 root  wheel  4096 Feb 20 00:25 sbin
drwxr-xr-x  19 root  wheel   512 Aug 17  2011 share
lrwxr-xr-x   1 root  wheel 9 Feb 21 09:57 src -> /dmnt/src
drwxr-xr-x  18 root  wheel   512 Feb 20 06:47 src.X1
lrwxr-xr-x   1 root  wheel14 Feb 21 10:00 xenocara -> /dmnt/xenocara
drwxr-xr-x  11 root  wheel   512 Feb 20 06:45 xenocara.X1
lrwxr-xr-x   1 root  wheel10 Feb 21 12:06 xobj -> /dmnt/xobj
drwxrwxr-x   2 root  wsrc512 Aug 17  2011 xobj.X1

Rather than update the original sources (I wanted to keep them around)
I sidlined them and linked to a 1T partition where I would build 
using the newly pulled CVS (I'm pretty close to the site, netwise)
sources.  

Dhu



-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



Re: 5.0 Stable (amd64) build appears broken.

2012-02-21 Thread Duncan Patton a Campbell
On Tue, 21 Feb 2012 18:38:25 +
Miod Vallat  wrote:

> > There's a minor error in http://www.openbsd.org/faq/faq5.html such that
> > it specifies that to "follow stable" you can pull the whole tree with cvs
> > and run as such.  This is not the case.  The 5.0-Stable tree will not
> > build without the tree being first primed with the 5.0-Release code.
> 
> Of course it will, BUT you need to build from a 5.0 userland, which
> means that you should not update by extracting the `base' set only.
> 

The 5.0-Release userland appears insufficient to this: this was a novel
installation from a 5.0Rel disk image:


previously, after a cd install of the rel image and direct cvs pull 
of the src tree using this kernel:

uname -svmpr
OpenBSD 5.0 GENERIC.MP#63 amd64 AMD A6-3670 APU with Radeon(tm) HD Graphics
compilation of the new kernel resulted in the mixed error.  

after priming the /usr/src tree from sys.tar.gz and src.tar.gz, and 
then updating with cvs, this same kernel compiled correctly.  Basically 
it was Ted's obs that tipped me off because most systems he speaks of 
would be incrementally built.

uname -svmpr
OpenBSD 5.0 GENERIC.MP#0 amd64 AMD A6-3670 APU with Radeon(tm) HD Graphics
is now compiling userland

Dhu

-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



Re: 5.0 Stable (amd64) build appears broken.

2012-02-21 Thread Duncan Patton a Campbell
On Tue, 21 Feb 2012 09:53:48 -0800
Philip Guenther  wrote:

> On Tue, Feb 21, 2012 at 8:16 AM, Duncan Patton a Campbell
>  wrote:
> > On Mon, 20 Feb 2012 23:24:56 -0500
> > Ted Unangst  wrote:
> >
> >> On Mon, Feb 20, 2012, Duncan Patton a Campbell wrote:
> >> > On Mon, 20 Feb 2012 10:05:19 -0500
> >> > Ted Unangst  wrote:
> >> >
> >> >> you are running config from a different version than the source you
> >> >> are trying to compile.
> >> >
> >> > Ok, but if I've started with 5.0 Release, how do I get 5.0 Stable's
> config
> >> > without
> >> > building it?
> >>
> >> I would revisit the assumption you are building 5.0 on 5.0.  You are
> >> reporting an error nobody else is reporting, that just happens to be
> >> exactly the error one sees when building with a mismatched config and
> >> src, so You see where I'm coming from?
> >>
> >
> > Yes.  I do.  I can only assume I've buggerd up the src tree somehow.
> >
> > uname -svmpr
> > OpenBSD 5.0 GENERIC.MP#63 amd64 AMD A6-3670 APU with Radeon(tm) HD Graphics
> 
> It's most likely that you're currently running a 5.0 kernel with 4.9
> binaries.  To upgrade from 4.9 to 5.0 by building from source you
> would have needed to follow the steps in the "following -current" page
> of the FAQ during the run-up to the 5.0 release.  Once 5.0 was
> released, the presumption became that you'll install 5.0 sets and work
> from there.
> 
> Probably the simplest way forward is to just follow the steps outlined here:
>http://www.openbsd.org/faq/upgrade50.html

There's a minor error in http://www.openbsd.org/faq/faq5.html such that
it specifies that to "follow stable" you can pull the whole tree with cvs
and run as such.  This is not the case.  The 5.0-Stable tree will not
build without the tree being first primed with the 5.0-Release code.

Dhu
> 
> That even documents the other configuration changes you'll need to
> consider as part of the upgrade, something which building from source
> does *not* automatically do for you.
> 
> 
> Philip Guenther
> 


-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



Re: 5.0 Stable (amd64) build appears broken.

2012-02-21 Thread Duncan Patton a Campbell
On Tue, 21 Feb 2012 09:16:34 -0700
Duncan Patton a Campbell  wrote:

> On Mon, 20 Feb 2012 23:24:56 -0500
> Ted Unangst  wrote:
> 
> > On Mon, Feb 20, 2012, Duncan Patton a Campbell wrote:
> > > On Mon, 20 Feb 2012 10:05:19 -0500
> > > Ted Unangst  wrote:
> > > 
> > >> you are running config from a different version than the source you
> > >> are trying to compile.
> > > 
> > > Ok, but if I've started with 5.0 Release, how do I get 5.0 Stable's config
> > > without
> > > building it?
> > 
> > I would revisit the assumption you are building 5.0 on 5.0.  You are
> > reporting an error nobody else is reporting, that just happens to be
> > exactly the error one sees when building with a mismatched config and
> > src, so You see where I'm coming from?
> > 
> 
> Yes.  I do.  I can only assume I've buggerd up the src tree somehow.
> 
> uname -svmpr
> OpenBSD 5.0 GENERIC.MP#63 amd64 AMD A6-3670 APU with Radeon(tm) HD Graphics
> 
> thanks,
> 

So, the problem appears to be that you cannot check out a 5.0-Stable source 
tree 
directly on a 5.0-Release system, but instead must "prime" the tree with the 
Release code and then checkout the Stable stuff on top.

thanks,

Dhu

> D
> 
> -- 
> Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.
> 


-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



Re: 5.0 Stable (amd64) build appears broken.

2012-02-21 Thread Duncan Patton a Campbell
On Mon, 20 Feb 2012 23:24:56 -0500
Ted Unangst  wrote:

> On Mon, Feb 20, 2012, Duncan Patton a Campbell wrote:
> > On Mon, 20 Feb 2012 10:05:19 -0500
> > Ted Unangst  wrote:
> > 
> >> you are running config from a different version than the source you
> >> are trying to compile.
> > 
> > Ok, but if I've started with 5.0 Release, how do I get 5.0 Stable's config
> > without
> > building it?
> 
> I would revisit the assumption you are building 5.0 on 5.0.  You are
> reporting an error nobody else is reporting, that just happens to be
> exactly the error one sees when building with a mismatched config and
> src, so You see where I'm coming from?
> 

Yes.  I do.  I can only assume I've buggerd up the src tree somehow.

uname -svmpr
OpenBSD 5.0 GENERIC.MP#63 amd64 AMD A6-3670 APU with Radeon(tm) HD Graphics

thanks,

D

-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



Re: 5.0 Stable (amd64) build appears broken.

2012-02-20 Thread Duncan Patton a Campbell
On Mon, 20 Feb 2012 10:05:19 -0500
Ted Unangst  wrote:

> you are running config from a different version than the source you
> are trying to compile.

Ok, but if I've started with 5.0 Release, how do I get 5.0 Stable's config 
without
building it?  

d

> 
> On Mon, Feb 20, 2012, Duncan Patton a Campbell wrote:
> > arrrgh. hit the send b4 that was finished, anyways
> > 
> > 
> > I install 5.0 AMD64 base..
> > # uname -a
> > OpenBSD jimg.indx.ca 5.0 GENERIC.MP#63 amd64
> > 
> > then fetch the patchbranch source..
> > 
> > export CVSROOT=anon...@anoncvs1.ca.openbsd.org:/cvs
> > cvs -d$CVSROOT checkout -rOPENBSD_5_0 -P src ports xenocara
> > 
> > then do the kernel make
> > # cd /usr/src/sys/arch/amd64/conf
> > # config GENERIC
> > config: symlink(machine -> ../../../../arch/amd64/include): File exists
> > config: symlink(amd64 -> machine): File exists
> > *** Stop.
> > (this is where we start to go sideways, but mebbe file extance is ok..)
> > 
> > # cd ../compile/GENERIC
> > # make clean
> > # make
> > cc  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wno-main
> > -Wno-uninitialized -Wno-format  -Wstack-larger-than-2047 -mcmodel=kernel
> > -mno-red-zone -mno-sse2 -mno-sse -mno-3dnow  -mno-mmx -msoft-float
> > -fno-omit-frame-pointer -fno-builtin-printf -fno-builtin-snprintf
> > -fno-builtin-vsnprintf -fno-builtin-log  -fno-builtin-log2
> > -fno-builtin-malloc -O2 -pipe -nostdinc -I. -I../../../..
> > -I../../../../arch -DDDB -DDIAGNOSTIC -DKTRACE -DACCOUNTING -DKMEMSTATS
> > -DPTRACE -DCRYPTO -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUVM_SWAP_ENCRYPT
> > -DCOMPAT_43 -DCOMPAT_O48 -DLKM -DFFS -DFFS2 -DFFS_SOFTUPDATES
> > -DUFS_DIRHASH -DQUOTA -DEXT2FS -DMFS -DNFSCLIENT -DNFSSERVER -DCD9660
> > -DUDF -DMSDOSFS -DFIFO -DSOCKET_SPLICE -DTCP_SACK -DTCP_ECN
> > -DTCP_SIGNATURE -DINET -DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP -DPPP_DEFLATE
> > -DPIPEX -DMROUTING -DMPLS -DBOOT_CONFIG -DUSER_PCICONF -DAPERTURE -DMTRR
> > -DNTFS -DPCIVERBOSE -DUSBVERBOSE -DWSDISPLAY_COMPAT_USL
> > -DWSDISPLAY_COMPAT_RAWKBD -DWSDISPLAY_DEFAULTSCREENS="6" -DWS!
> > DISPLAY_COMPAT_PCVT -DX86EMU -DONEWIREVERBOSE -DMAXUSERS=80 -D_KERNEL -MD
> > -MP  -c ioconf.c
> > cc1: warnings being treated as errors
> > ioconf.c:803: warning: excess elements in struct initializer
> > ioconf.c:803: warning: (near initialization for 'cfdata[0]')
> > ioconf.c:805: warning: excess elements in struct initializer
> > 
> > ioconf.c:1521: warning: (near initialization for 'cfdata[359]')
> > ioconf.c:1523: warning: excess elements in struct initializer
> > ioconf.c:1523: warning: (near initialization for 'cfdata[360]')
> > *** Error code 1
> > 
> > Stop in /usr/src/sys/arch/amd64/compile/GENERIC (line 735 of Makefile).
> > #
> > 
> > And thats all.  Same thing happens trying to build 5.0stable on a 4.9
> > system...
> > 
> > Any help would be appreciated,
> > 
> > Thanks,
> > 
> > Dhu
> > 
> > 
> > --
> > Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.
> 


-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



5.0 Stable (amd64) build appears broken.

2012-02-20 Thread Duncan Patton a Campbell
arrrgh. hit the send b4 that was finished, anyways


I install 5.0 AMD64 base..
# uname -a
OpenBSD jimg.indx.ca 5.0 GENERIC.MP#63 amd64

then fetch the patchbranch source..

export CVSROOT=anon...@anoncvs1.ca.openbsd.org:/cvs
cvs -d$CVSROOT checkout -rOPENBSD_5_0 -P src ports xenocara 

then do the kernel make
# cd /usr/src/sys/arch/amd64/conf 
# config GENERIC
config: symlink(machine -> ../../../../arch/amd64/include): File exists
config: symlink(amd64 -> machine): File exists
*** Stop.
(this is where we start to go sideways, but mebbe file extance is ok..)

# cd ../compile/GENERIC   
# make clean  
# make 
cc  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wno-main 
-Wno-uninitialized -Wno-format  -Wstack-larger-than-2047 -mcmodel=kernel 
-mno-red-zone -mno-sse2 -mno-sse -mno-3dnow  -mno-mmx -msoft-float 
-fno-omit-frame-pointer -fno-builtin-printf -fno-builtin-snprintf  
-fno-builtin-vsnprintf -fno-builtin-log  -fno-builtin-log2 -fno-builtin-malloc 
-O2 -pipe -nostdinc -I. -I../../../.. -I../../../../arch -DDDB -DDIAGNOSTIC 
-DKTRACE -DACCOUNTING -DKMEMSTATS -DPTRACE -DCRYPTO -DSYSVMSG -DSYSVSEM 
-DSYSVSHM -DUVM_SWAP_ENCRYPT -DCOMPAT_43 -DCOMPAT_O48 -DLKM -DFFS -DFFS2 
-DFFS_SOFTUPDATES -DUFS_DIRHASH -DQUOTA -DEXT2FS -DMFS -DNFSCLIENT -DNFSSERVER 
-DCD9660 -DUDF -DMSDOSFS -DFIFO -DSOCKET_SPLICE -DTCP_SACK -DTCP_ECN 
-DTCP_SIGNATURE -DINET -DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP -DPPP_DEFLATE 
-DPIPEX -DMROUTING -DMPLS -DBOOT_CONFIG -DUSER_PCICONF -DAPERTURE -DMTRR -DNTFS 
-DPCIVERBOSE -DUSBVERBOSE -DWSDISPLAY_COMPAT_USL -DWSDISPLAY_COMPAT_RAWKBD 
-DWSDISPLAY_DEFAULTSCREENS="6" -DWS!
 DISPLAY_COMPAT_PCVT -DX86EMU -DONEWIREVERBOSE -DMAXUSERS=80 -D_KERNEL -MD -MP  
-c ioconf.c
cc1: warnings being treated as errors
ioconf.c:803: warning: excess elements in struct initializer
ioconf.c:803: warning: (near initialization for 'cfdata[0]')
ioconf.c:805: warning: excess elements in struct initializer

ioconf.c:1521: warning: (near initialization for 'cfdata[359]')
ioconf.c:1523: warning: excess elements in struct initializer
ioconf.c:1523: warning: (near initialization for 'cfdata[360]')
*** Error code 1

Stop in /usr/src/sys/arch/amd64/compile/GENERIC (line 735 of Makefile).
# 

And thats all.  Same thing happens trying to build 5.0stable on a 4.9 system...

Any help would be appreciated,

Thanks, 

Dhu


-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



5.0 Stable (amd64) build appears broken.

2012-02-20 Thread Duncan Patton a Campbell
I install 5.0 AMD64 base..
# uname -a
OpenBSD jimg.indx.ca 5.0 GENERIC.MP#63 amd64


-- 
Duncan Patton a Campbell is Dhu >>> Ne obliviscaris, vix ea nostro voco.



Re: how to move "advskew" out of hostname.carpXXX ?

2012-02-13 Thread James A. Peltier
Why not just use sed to modify the file before the copy to the backup.  Else, 
you can use puppet templates or some other solution.

- Original Message -
| Hello!
| 
| I'd like to sync /etc/hostname.carpXXX files between MASTER and
| BACKUP, the
| only difference, of course is "advskew" paramter. Is there a way to
| specify
| it in different config file ?
| 
| I seen bug report on fwbuilder (www.fwbuilder.org), which describes
| something called "create_args_carp0", but I didn't found any other
| presence
| of it:
| 
| 
| see #2636
| "carp : Incorrect output in rc.conf.local format". Should use
| create_args_carp0 instead of ifconfig_carp0 to set up CARP interface
| vhid,
| pass and adskew parameters."
| 
| 
| Cheers,
| Ilya Shipitsin
| 
| 



Re: Does cvsync let ancient patches escape from the attic?

2012-02-09 Thread Constantine A. Murenin
On 09/02/2012, Brett  wrote:
>> > Somehow patch-apps_unix_ximage_c has gotten in there, even though
>> > (according to
>> > http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/mupdf/patches/Attic/
>> > ) it was moved to the attic over 2 years ago.
>>
>> $ cvs status patch-apps_unix_ximage_c
>>
>> see if there is sticky tag there. If so, then do:
>>
>> $ cvs up -dPA
>>
>> --patrick
>>
>
> # cvs -d/usr/cvsync status
> /usr/ports/textproc/mupdf/patches/patch-apps_unix_ximage_c
> ===
> File: patch-apps_unix_ximage_c  Status: Up-to-date
>
>Working revision:1.1 Fri Feb 10 00:17:20 2012
>Repository revision: 1.1
> /usr/cvsync/ports/textproc/mupdf/patches/patch-apps_unix_ximage_c,v
>Sticky Tag:  (none)
>Sticky Date: (none)
>Sticky Options:  (none)
>
> I ran the $ cvs up -dPA command anyway but patch-apps_unix_ximage_c did not
> return to the attic.
>
> The hostname in my cvsync config file is cvsync.allbsd.org if that would
> make any difference.
>
> Brett.

Looks like cvsync.allbsd.org is in trouble -- patch-apps_unix_ximage_c
is present both outside Attic at rev1.1, and within Attic at rev1.2.

http://cvsweb.allbsd.org/cvsweb.cgi/ports/textproc/mupdf/patches/?cvsroot=openbsd
http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/mupdf/patches/

Perhaps Hiroki can clarify how this could have happened.

C.



Re: locate weirdness

2012-01-15 Thread Duncan Patton a Campbell
On Thu, 12 Jan 2012 02:15:39 -0700
Duncan Patton a Campbell  wrote:

> On Wed, 11 Jan 2012 13:47:48 -0600
> "L. V. Lammert"  wrote:
> 
> > At 01:30 PM 1/11/2012, Jeremy O'Brien wrote:
> > 
> > >4.3 was released May 1, 2008. That's almost 4 years old software. What
> > >are you expecting here? Someone to check out the code from that
> > >version and deeply inspect what may be causing your problem, that is
> > >more than likely already fixed in a later version?
> > 
> > Another typical reply - the question was "has anyone ever seen 
> > anything like this", .. or, perhaps, "what could be causing it". No 
> > need for the off-topic diatribes - a simple no would more than suffice.
> > 
> >  Lee
> > 
> Yes.  I have seen problems with locate in all releases that I have run.  
> Unfortunately I have never bothered to characterize these problems.
> 
> Dhu
> 
I should add that this has happened on deeply nested file systems with  
longpathnames and highbit characters.  

Dhu 



Re: locate weirdness

2012-01-12 Thread Duncan Patton a Campbell
On Wed, 11 Jan 2012 13:47:48 -0600
"L. V. Lammert"  wrote:

> At 01:30 PM 1/11/2012, Jeremy O'Brien wrote:
> 
> >4.3 was released May 1, 2008. That's almost 4 years old software. What
> >are you expecting here? Someone to check out the code from that
> >version and deeply inspect what may be causing your problem, that is
> >more than likely already fixed in a later version?
> 
> Another typical reply - the question was "has anyone ever seen 
> anything like this", .. or, perhaps, "what could be causing it". No 
> need for the off-topic diatribes - a simple no would more than suffice.
> 
>  Lee
> 
Yes.  I have seen problems with locate in all releases that I have run.  
Unfortunately I have never bothered to characterize these problems.

Dhu



Re: uvm_fault in Dec. 15 amd64 snapshot

2011-12-18 Thread James A. Peltier
- Original Message -
| Hi All,
| 
| Today is our semester maintenance day and we've upgraded our backup
| bridge firewall to the Dec. 15, 2011 snapshot available from
| ftp.openbsd.org and I'm getting this odd error when I boot it up.
| Oddly enough, this only happens when connected to the switch that
| original one is connected to (we swap them out each semester).
| 
| First, I use the upgrade method to go from snapshot to snapshot and
| reboot
| I run sysmerge to bring in the new configuration files from etc50.tgz
| and xetc50.tgz ( I only have bsd* man* base* xbase* installed) and
| reboot.
| 
| So as you can see the standard running -current and I've done several
| upgrades now.
| 
| On my test switch (HP5304XL) it boots okay and I can reload the
| firewall rules with no problem. When I connect it to my HP2910 where
| the current firewall is running I cannot fully boot. If I press CTRL+C
| during the starting network section it will continue to boot. If I
| then run pfctl -e it states that PF is already enabled enabled but if
| I run pfctl -Fr -f /etc/pf.conf I get the following.
| 
| # uvm_fault(0x80d2ff40, 0x0, 0, 1) -> e
| kernel: page fault trap, code=0
| Stopped at pf_translate+0x154: cmpw %r13w,0(%rsi)
| ddb{0}>
| 
| keyboard is dead, no response at all from console. Any ideas?

Okay, I've gotten some off list requests for more information, which I'm hoping 
I'll be able to get for those people, but I'm now outside of my maintenance 
window and will likely need to schedule another outage or figure out how to 
reproduce it again.  The current bridge firewall running the following version 
does not exhibit the problem, but I'm not able to get a trace output at this 
time.  Maybe it's still at least somewhat useful reference for updates that may 
have happened. ( Yeah right, from Aug 8th until now.  Thousands of commits. ;) )

OpenBSD 5.0 (GENERIC.MP) #57: Mon Aug  8 14:58:00 MDT 2011
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP


-- 
James A. Peltier
Manager, IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier
I will do the best I can with the talent I have



uvm_fault in Dec. 15 amd64 snapshot

2011-12-18 Thread James A. Peltier
Hi All,

Today is our semester maintenance day and we've upgraded our backup bridge 
firewall to the Dec. 15, 2011 snapshot available from ftp.openbsd.org and I'm 
getting this odd error when I boot it up.  Oddly enough, this only happens when 
connected to the switch that original one is connected to (we swap them out 
each semester).

First, I use the upgrade method to go from snapshot to snapshot and reboot
I run sysmerge to bring in the new configuration files from etc50.tgz and 
xetc50.tgz ( I only have bsd* man* base* xbase* installed) and reboot.

So as you can see the standard running -current and I've done several upgrades 
now.

On my test switch (HP5304XL) it boots okay and I can reload the firewall rules 
with no problem.  When I connect it to my HP2910 where the current firewall is 
running I cannot fully boot.  If I press CTRL+C during the starting network 
section it will continue to boot.  If I then run pfctl -e it states that PF is 
already enabled enabled but if I run pfctl -Fr -f /etc/pf.conf I get the 
following.

# uvm_fault(0x80d2ff40, 0x0, 0, 1) -> e
kernel: page fault trap, code=0
Stopped at pf_translate+0x154: cmpw %r13w,0(%rsi)
ddb{0}>

keyboard is dead, no response at all from console.  Any ideas?

-- 
James A. Peltier
Manager, IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier
I will do the best I can with the talent I have



20 de diciembre en la Rural del Prado - Técnicas de satisfacción y servicio al cliente.

2011-12-12 Thread E S A G Eventos
68% de los clientes se pierden
por el mal servicio de las empresas

ACTIVIDAD INTENSIVA DE CAPACITACISN
Ticnicas de satisfaccisn al cliente en empresas de servicios

Ztil para empresas de casi todos los sectores; turmstico, telefsnico,
atencisn en mostrador, servicios post venta, etc.

Martes 20 de diciembre en la Rural del Prado de 18:30 a 22:00 hs.

Para estar preparado y dispuesto a dar un servicio de calidad, las
personas deben conocerse a sm mismas y estar en capacidad de identificar
las necesidades de los usuarios del servicio que ellos brindan. Deben de
conocer ticnicas efectivas para mejorar la relacisn y comunicacisn, para
generar un servicio que marque diferencias y retenga a los clientes.

Un evento que busca ayudar a comprender el por qui los clientes cada vez
son mas exigentes sobre la calidad de todos los servicios que recibe. Y
mejorar en tirminos inmediatos con ticnicas practicas y eficaces de
atencisn al cliente.

Temas a tratar:
Comportamiento del consumidor, errores mas comunes, proceso de la
comunicacisn, estrategias de atencisn, ticnicas de atencisn telefsnica,
trabajo con turismo, manejo de clientes difmciles, manejo de quejas e
influencia.

Exponen:
Mag. Enrique Yllas Moreira
Prof. Jorge Aurrecochea

Inversisn de esta actividad:
900 pesos (precio exonerado de IVA).
Registro antes del 17/12/11: 590 Pesos (Se entrega certificado y
material).
Financiacisn hasta 2 cuotas sin recargo (Master, OCA y Visa).
Grupos: participan 3 por 1500 pesos
DESCUENTO ESPECIAL PARA ASISTENTES DE MAS DE 100 KMS DE MONTEVIDEO
FACILIDAD DE PAGO PREVIO REGISTRO POR BROU Y ABITAB EN TODO EL PAMS.

CONTACTO Y RESERVAS
Tel. 2315-33-30, Montevideo, Lunes a viernes de 10 a 19:30.
Vma e-mail 24 horas, 365 dmas.

ULTIMO EVENTO DEL AQO
CUPOS LIMITADOS, RESERVE CON TIEMPO

COMO LLEGAR AL LUGAR

ENTRADA POR LUCAS OBES, PABELLSN CINCUENTENARIO DE LA S.A.U.
ESTACIONAMIENTO VIGILADO

Boletmn ciclo 2011
DESUSCRIPCISN

---



Different "sysctl hw.sensors" output

2011-12-09 Thread Jens A. Griepentrog

Dear Mailing Listeners,

It seems to me to get correct "sysctl hw.sensors" output
with respect to temperature and fan speed only when entering
"BIOS setup > Power menu > Hardware monitor" followed by
"BIOS Exit and Discard Changes" before booting the machine
(see the OpenBSD 5.0 dmesg output at the end of my post).
This behaviour has been observed from the very beginning after
machine assembly independently of using OpenBSD 4.8, 4.9 or 5.0:

  Usual output:  Output after visiting BIOS:

  hw.sensors.cpu0.temp0=55.00 degC   hw.sensors.cpu0.temp0=56.00 degC
  hw.sensors.cpu1.temp0=55.00 degC   hw.sensors.cpu1.temp0=56.00 degC
  hw.sensors.cpu2.temp0=55.00 degC   hw.sensors.cpu2.temp0=56.00 degC
  hw.sensors.cpu3.temp0=55.00 degC   hw.sensors.cpu3.temp0=56.00 degC
  hw.sensors.sdtemp0.temp0=34.75 degChw.sensors.sdtemp0.temp0=35.75 
degC
  hw.sensors.sdtemp1.temp0=34.50 degChw.sensors.sdtemp1.temp0=35.00 
degC

* hw.sensors.lm0.temp0=9.00 degC hw.sensors.lm0.temp0=22.00 degC
* hw.sensors.lm0.temp1=9.00 degC hw.sensors.lm0.temp1=22.00 degC
  hw.sensors.lm0.temp2=23.00 degChw.sensors.lm0.temp2=23.50 degC
* hw.sensors.lm0.fan0=843 RPMhw.sensors.lm0.fan0=998 RPM
* hw.sensors.lm0.fan1=815 RPMhw.sensors.lm0.fan1=1004 RPM
* hw.sensors.lm0.fan2=835 RPMhw.sensors.lm0.fan2=998 RPM
  hw.sensors.lm0.volt0=0.90 VDC (VCore)  hw.sensors.lm0.volt0=0.90 VDC 
(VCore)
  hw.sensors.lm0.volt1=11.40 VDC (+12V)  hw.sensors.lm0.volt1=11.40 VDC 
(+12V)
  hw.sensors.lm0.volt2=3.36 VDC (+3.3V)  hw.sensors.lm0.volt2=3.36 VDC 
(+3.3V)
  hw.sensors.lm0.volt3=3.36 VDC (+3.3V)  hw.sensors.lm0.volt3=3.36 VDC 
(+3.3V)
  hw.sensors.lm0.volt4=-6.66 VDC (-12V)  hw.sensors.lm0.volt4=-6.66 VDC 
(-12V)

  hw.sensors.lm0.volt5=1.66 VDC  hw.sensors.lm0.volt5=1.66 VDC
  hw.sensors.lm0.volt6=1.49 VDC  hw.sensors.lm0.volt6=1.49 VDC
  hw.sensors.lm0.volt7=3.33 VDC (3.3VSB) hw.sensors.lm0.volt7=3.33 VDC 
(3.3VSB)
  hw.sensors.lm0.volt8=1.60 VDC (VBAT)   hw.sensors.lm0.volt8=1.62 VDC 
(VBAT)


The emphasized lines significantly differ from each other and the right 
column coincides with display messages of "BIOS setup > Power menu > 
Hardware monitor".
Is there some other way to "initialize" the sensors without entering 
BIOS setup?


Many thanks to the developers for their continuous work and development!

With best regards,
Jens


Here comes the dmesg output after booting recent OS version from USB device:

OpenBSD 5.0 (GENERIC.MP) #63: Wed Aug 17 10:14:30 MDT 2011
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 17169842176 (16374MB)
avail mem = 16698662912 (15925MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xf06f0 (62 entries)
bios0: vendor American Megatrends Inc. version "0705" date 06/29/2010
bios0: ASUSTeK Computer INC. P7F-M WS
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG OEMB HPET SSDT
acpi0: wakeup devices BR1E(S4) UAR1(S4) PS2K(S4) PS2M(S4) EUSB(S4) 
USB0(S4) USB1
(S4) USB2(S4) USB3(S4) USBE(S4) USB4(S4) USB5(S4) USB6(S4) BR21(S4) 
BR22(S4) BR2
3(S4) P0P1(S4) P0P3(S4) P0P4(S4) P0P5(S4) P0P6(S4) USB8(S4) BR20(S4) 
BR24(S4) BR

25(S4) BR26(S4) BR27(S4) PWRB(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.97 MHz
cpu0: 
FPU,VME,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,SMX,EST,TM2,S
SSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 133MHz
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu1: 
FPU,VME,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,SMX,EST,TM2,S
SSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG
cpu1: 256KB 64b/line 8-way L2 cache
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu2: 
FPU,VME,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,SMX,EST,TM2,S
SSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG
cpu2: 256KB 64b/line 8-way L2 cache
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu3: 
FPU,VME,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,SMX,EST,TM2,S
SSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG
cpu3: 256KB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 7 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 1, remapped to apid 7
acpimcfg0 at acpi0 addr 0xe000, bus 0-255
acpi

Recevez le DVD du Festival 2011

2011-12-08 Thread LE CHIEN A PLUMES
Le DVD 'Chien ` Plumes 2011'  !
RECEVEZ LE DVD DU FESTIVAL

(Re)dicouvrez LE CHIEN A PLUMES 2011

Le DVD du Festival Le Chien ` Plumes 2011 vient de sortir !!

Une belle idie cadeau de dernihre minute pour Nokl !!



Le DVD du 15eme festival du Chien ` Plumes c'est :

Un doc sur le montage, les coulisses, le territoire, le public, les
binivoles,

 ...  et tout plein de choses ... 52 mm + Bonus avec  captation de concerts.



Le DVD est offert pour un don au Chien ` plumes de minimum 12 .

A savoir, pour les personnes qui payent des imptts que 66 % du don est
diductible.

Donc par exemple, pour un don de 30 , vous diduisez 20  de vos impots

et le DVD vous est offert.



Envoyer vos dons ` :

Le Chien ` Plumes

Ecluse de bise l'assaut

52190 DOMMARIEN



Et le chien a plumes vous expidie un DVD avec le regu pour don.

(Bon de riservation ci joint)

Si besoin de plus d'info :

chienaplu...@wanadoo.fr ou 03.25.88.88.81







Veuillez me retirer de votre liste de diffusion

[demime 1.01d removed an attachment of type application/pdf which had a name of 
FICHE DE DON A L ASSOCIATION LE CHIEN A PLUMES.pdf]



Re: Narcicism?

2011-12-01 Thread Duncan Patton a Campbell
On Thu, 1 Dec 2011 17:37:44 +
Kevin Chadwick  wrote:

> On Thu, 1 Dec 2011 16:39:24 +0100
> David Coppa wrote:
> 
> > See the subject: "Narcicism"
> > 
> > And, btw, the correct spelling is "Narcissism": as a guru, this is
> > something you should already have known ;)
> 
> I prefer narsciscism ;^)
> 
> Kc
> 

narchischism?

Dhu



Re: Narcicism?

2011-12-01 Thread Duncan Patton a Campbell
On Thu, 1 Dec 2011 10:49:23 -0500
Andres Genovez  wrote:

> When you are a real Hacker, you don`t call yourself one, people do.

I call myself a hacker.  Others call me a reverse systems engineer, 
systems analyst & programmer, network analyst, repurposing specialist, 
blablabla.  But I've been a hacker since I learned about model railroads
and ham radios from my buddy's dad.  I have an apple 2 in the basement
and know minix, so there ;-)

Dhu



Re: Which version of Firefox most secure?

2011-11-20 Thread Duncan Patton a Campbell
On Sun, 20 Nov 2011 16:18:13 +0100
Tomas Bodzar  wrote:

> On Sun, Nov 20, 2011 at 3:14 PM, Javier Bassi  wrote:
> > On Sun, Nov 20, 2011 at 4:17 AM, Tomas Bodzar  
> > wrote:
> >> 7.x.xx actual stable from Mozilla
> >
> > 7.x is no longer supported by Mozilla. 7.0.1 has 3 CVEs
> > If you don't have 8.0 on ports, go with 3.6.24
> 
> Actually I'm going with xxxterm, but Firefox is as backup only
> 

Woohoo.  I just tried xxxterm and I think I'm in lurv... 

Dhu



Re: traffic shaping in OpenBSD

2011-11-03 Thread Duncan Patton a Campbell
On Tue, 1 Nov 2011 08:55:07 -0400
Nico Kadel-Garcia  wrote:

> On Tue, Nov 1, 2011 at 4:10 AM, Gregory Edigarov
>  wrote:
> > On Tue, 1 Nov 2011 08:53:46 +0100
> > "Bret S. Lambert"  wrote:
> >
> >> On Tue, Nov 01, 2011 at 09:47:35AM +0200, Gregory Edigarov wrote:
> >> > On Tue, 1 Nov 2011 11:17:56 +0400
> >> > ZZ Wave  wrote:
> >> >
> >> > > What solution should be used for traffic shaping on real-life,
> >> > > "production" gateways with tens and hundreds users? PF queues
> >> > > seem to be too "userspace"-ish and CPU consuming.
> >> >
> >> > Pardon?
> >> > What do you mean "userspace"-ish ?
> >>
> >> I believe he wants to communicate with the kernel with the power of
> >> his mind.
> > Where's my brain implant? ;-)
> 
> Hold still. (I actually used to design electronics for those: they
> used a *BIG* and wonderfully frightening drill.)
> 

Implants seem so, er, unsanitary.  Seems to me 
something like yer basic tinfoil hat would a 
more elegant approach ... 

Dhu



Re: DST cancellation for Russia

2011-10-30 Thread Constantine A. Murenin
On 30 October 2011 02:39, Dmitry Tigrov  wrote:
> Russia has cancelled the move to DST for 2011.
> Is cancellation DST for Russia added to 5.0 version? Is any patch to
> cancellation for 4.9 version?

http://www.openbsd.org/cgi-bin/cvsweb/src/share/zoneinfo/datfiles/europe#rev1.42

A total mess, if you ask me.  Whilst the DST riddance (or, well, a
permanent DST) is a welcome move, the way in which it is done is quite
absurd.  And due to the momentum, and, perhaps, the implicit
inconvenience to the neighbour states, Belarus and Ukraine also
decided to abandon DST, even giving a correspondingly shorter notice!
Blah.

C.



Re: vlan and pf

2011-10-20 Thread James A. Peltier
- Original Message -
| Hi folks,
| 
| does openbsd firewall handle vlan interfaces ?
| 
| Thanks in advance.
| 
| []s,
| 
| Gustavo

Nope sorry! man vlan, man ifconfig (search for VLAN) ;)

# cat /etc/hostname.vlan300
vlan 300 vlandev em1

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier
I will do the best I can with the talent I have



Re: lpd printing problem

2011-10-12 Thread Garance A Drosihn

On 10/12/11 10:03 AM, Pascal Stumpf wrote:

I have two printers on the local network (laser and lexmark) and I want
to use lpd(8) to print on them. It seems to me that lpd is having some
sort of local problem (it does not even create lock and status files in
the spool directories, and both lpr and lpq do not see the daemon). But
some info first:



/etc/printcap:
#   $OpenBSD: printcap,v 1.4 2003/03/28 21:32:30 jmc Exp $

#lp|local line printer:\
#   :lp=/dev/lp:sd=/var/spool/output:lf=/var/log/lpd-errs:

#rp|remote line printer:\
#   :lp=:rm=printhost:rp=lp:sd=/var/spool/output:lf=/var/log/lpd-errs:

lexmark|Lexmark:\
:sh:lp=:rm=lexmark:\
:sd=/var/spool/output/lexmark:\
:lf=/var/log/lpd-errs:

laser|Laser:\
:sh:lp=:rm=laser:rp=raw:\
:sd=/var/spool/output/laser:\
:lf=/var/log/lpd-errs:



Just checking:  the values for 'rm=' are expected to be hostnames.
Are 'lexmark' and 'laser' the actual hostnames which match the IP
address of the two printesr you want to print to?  What happens if
you type 'host lexmark' and 'host laser'?

Also, I *think* you need to set 'rp=' on that entry for the lexmark
printer.  It might be that lpd on OpenBSD uses a default value of
'rp=lp', but I always prefer to explicitly set a value for that.
You have the value set for the 'laser' print queue, but not for
the 'lexmark' queue.

--
Garance Alistair Drosehn= dro...@rpi.edu
Senior Systems Programmer   or   g...@freebsd.org
Rensselaer Polytechnic Institute; Troy, NY;  USA



Re: CVS

2011-10-11 Thread James A. Peltier
- Original Message -
| Why does it say on http://www.openbsd.org/anoncvs.html
| 
| a.. NOTE: If you are updating a source tree that you initially fetched
| from
| a different server, or from a CD, you must add the -d
| anon...@anoncvs.ca.openbsd.org:/cvs options to cvs.
| # cd /usr/src
| # cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -Pd
| Why But this is not mentioned on
| http://www.openbsd.org/faq/faq5.html#BldGetSrc in the section on
| Pre-loading
| the tree ?

Because the tarball does not contain CVS server information, just a clean tree 
which then you can use a CVS server to update from.  Once you've ran the cvs up 
the local tree keeps track of the current cvs server you are fetching from.

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier
I will do the best I can with the talent I have



Re: frontpage openbsd

2011-09-09 Thread Carlos A. Garcia G.
Daniel yes sammy its here each year on his birthday he gives a real nice 
party on his honor, and sorry i tough u know spanish, the other question 
i just run openbsd basic install i just dont know what to do next the 
mod_frontpage it seems has been loaded by apache at least this is what 
hpptd says, but after that and after running the steps below what comes 
next should i run the fp-install?

On 09/09/11 14:38, Daniel Villarreal wrote:
> Carlos,
> Disculpa mi gramatica, no he tenido que componer oraciones asi hace 
> UNAM...
> Cual version de OpenBSD esta usando ? Cual securelevel esta usando ? 
> Estas usando systrace policias ?
>
> Saludos,
> Daniel
>
>
> On Fri, Sep 9, 2011 at 4:45 PM, Carlos A. Garcia G. 
> mailto:samu...@loscabos.gob.mx>> wrote:
>
> Daniel pues no hasta donde yo sepa de las donaciones, pero
> referente a tu pregunta pues tenemos un webmaster que quiere tener
> las funcionalidades del fronpage uggg sobre el apache,
> anteriormente hemos estado trabajado con tecnoligias opensource,
> php, apache etc, ahora con la nueva administracion el webmaster
> quiere esta funcionalidad, de hecho el apache reporta el
> mod_frontpage cargado, ahora tengo la siguiente duda, realice
> todos los pasos segun el package mod_frontpage-1.6.2p4
>
> Install notice:
>
> To finish the install, you need to enable the module using the
> following
> command
>
>   /usr/local/sbin/mod_frontpage-enable
>
> If you already have Apache running on your machine, you should not use
> "apachectl restart" - instead, you should fully stop and then restart
> the server.
>
> This package only includes the mod_frontpage module for Apache.  It is
> still necessary to download and install the server extensions from
> Microsoft.  They can be retrieved and installed using the following
> instructions.
>
>   # ftp ftp://ftp.microsoft.com/products/frontpage/fp50.bsdi.tar.Z
>   # tar -C /usr/local -xzpvf fp50.bsdi.tar.Z
>   # cd /usr/local/frontpage/version5.0
>   # dd if=/dev/arandom of=apache-fp/suidkey bs=129 count=1
>   # sh set_default_perms.sh
>   # find . -type f -perm -4000 -exec chmod u-s {} \;
>
> y como te comento el mod_frontpage aparece como cargado, pero
> ahora no se que paso sigue el web master dice que algunas
> aplicaciones FP no funcionan, quiero saber si tengo que ejecutar
> el fp_install.sh o no y cuando lo ejecuto parece que quiere patch
> el apache, lo cual me provoca duda si al instalar el patch luego
> ya nada funcione y no he encontrado buena informacion al respecto,
> alguna idea?
>
>
> On 09/09/11 13:40, Daniel Villarreal wrote:
>> Carlos,
>> I'm glad you can count on OpenBSD users in this mailing list to
>> help you out. Does the government of Baja California Sur or the
>> Federal Mexican government plan to make a donation or donations
>> to OpenBSD? Isn't your state where rock wildman Sammy Hagar runs
>> a factory ?
>>
>> Some of the featured users of OpenBSD from
>> http://openbsd.org/users.html are
>> El Consejo Estatal Electoral del Estado de Sonora
>> http://www.ceesonora.org.mx/
>>
>> and
>> La Universidad Nacional AutC3noma de MC)xico
>> http://www.iztacala.unam.mx/
>>
>> A sus C3rdenes,
>> Daniel Villarreal
>>
>> On Fri, Sep 9, 2011 at 3:42 PM, Carlos A. Garcia G.
>> mailto:samu...@loscabos.gob.mx>> wrote:
>>
>> I know that eric but it is a openbsd forum so i have just
>> used the mod_frontpage package if u dont want to answer fine,
>> dont waste u time sending such mails THANK YOU.
>>
>>
>> On 09/09/11 12:38, Eric Furman wrote:
>>
>> THIS IS NOT A FRONTPAGE SUPPORT FORUM. THANK YOU.
>>
>>
>> On Friday, September 09, 2011 11:34 AM, "Carlos A. Garcia G."
>> > <mailto:samu...@loscabos.gob.mx>>  wrote:
>>
>> On 09/09/11 10:12, Chris Cappuccio wrote:
>>
>> somebody actually wrote their own open source
>> replacement for the frontpage CGIs sometime, that
>> might be worth a look. i'm sure you can find it
>> searching around.
>>
>> or, you can replace mod_frontpage with suexec, a
>> small wrapper that you get to compile, and
>> mod_rewrite rules.  you still have to use the
>>

Re: frontpage openbsd

2011-09-09 Thread Carlos A. Garcia G.
I know that eric but it is a openbsd forum so i have just used the 
mod_frontpage package if u dont want to answer fine, dont waste u time 
sending such mails THANK YOU.


On 09/09/11 12:38, Eric Furman wrote:

THIS IS NOT A FRONTPAGE SUPPORT FORUM. THANK YOU.


On Friday, September 09, 2011 11:34 AM, "Carlos A. Garcia G."
  wrote:

On 09/09/11 10:12, Chris Cappuccio wrote:

somebody actually wrote their own open source replacement for the frontpage 
CGIs sometime, that might be worth a look. i'm sure you can find it searching 
around.

or, you can replace mod_frontpage with suexec, a small wrapper that you get to 
compile, and mod_rewrite rules.  you still have to use the nasty microsoft 
binaries in emulation mode, which means i386-only.  i still have the 
mod_rewrite rule list and the CGI wrapper if you want.

sure i want them i would apreciate if u can send it tome thanks.

do you really have any significant number of users that actually want to use 
frontpage or is this some old requirement written up 10 years ago ?  microsoft 
doesn't support frontpage anymore, on any platform


sysadmin help account [samu...@loscabos.gob.mx] wrote:

hello i have search on the list no luck, i have installed the package
mod_frontpage, ive done all what pkg_info said now whats the next step? i need
to add an account how do i do that?

--
Open WebMail Project (http://openwebmail.org)




Re: frontpage openbsd

2011-09-09 Thread Carlos A. Garcia G.

On 09/09/11 10:12, Chris Cappuccio wrote:

somebody actually wrote their own open source replacement for the frontpage 
CGIs sometime, that might be worth a look. i'm sure you can find it searching 
around.

or, you can replace mod_frontpage with suexec, a small wrapper that you get to 
compile, and mod_rewrite rules.  you still have to use the nasty microsoft 
binaries in emulation mode, which means i386-only.  i still have the 
mod_rewrite rule list and the CGI wrapper if you want.

sure i want them i would apreciate if u can send it tome thanks.

do you really have any significant number of users that actually want to use 
frontpage or is this some old requirement written up 10 years ago ?  microsoft 
doesn't support frontpage anymore, on any platform


sysadmin help account [samu...@loscabos.gob.mx] wrote:

hello i have search on the list no luck, i have installed the package
mod_frontpage, ive done all what pkg_info said now whats the next step? i need
to add an account how do i do that?

--
Open WebMail Project (http://openwebmail.org)




Re: frontpage openbsd

2011-09-09 Thread Carlos A. Garcia G.
ok ill try to find out how to puch the webmaster so he change his mind, 
let me get the info from the webmaster.
the only reason he said its "Frontpage have a marvelous tools and with 
my frontpage i can upload the website without messing the ftp"

hummm!
On 09/09/11 10:25, Alec Taylor wrote:

What's the project?

I know about ~1000 open-source projects, so if you tell me the task it
solves, I can give you a couple of open-source projects which
implement the required feature-set.

On Sat, Sep 10, 2011 at 3:12 AM, Chris Cappuccio  wrote:

somebody actually wrote their own open source replacement for the frontpage 
CGIs sometime, that might be worth a look. i'm sure you can find it searching 
around.

or, you can replace mod_frontpage with suexec, a small wrapper that you get to 
compile, and mod_rewrite rules.  you still have to use the nasty microsoft 
binaries in emulation mode, which means i386-only.  i still have the 
mod_rewrite rule list and the CGI wrapper if you want.

do you really have any significant number of users that actually want to use 
frontpage or is this some old requirement written up 10 years ago ?  microsoft 
doesn't support frontpage anymore, on any platform


sysadmin help account [samu...@loscabos.gob.mx] wrote:

hello i have search on the list no luck, i have installed the package
mod_frontpage, ive done all what pkg_info said now whats the next step? i need
to add an account how do i do that?

--
Open WebMail Project (http://openwebmail.org)

--
the preceding comment is my own and in no way reflects the opinion of the Joint 
Chiefs of Staff




Re: frontpage openbsd

2011-09-09 Thread Carlos A. Garcia G.
well actually it is a weird web master how says that fronpage rocks so 
he can upload the web page like smooth, so im in this apache report to 
load the mod_frontpage ok but whats next i need to create a user so the 
webmaster can upload the website.


On 09/09/11 10:12, Chris Cappuccio wrote:

somebody actually wrote their own open source replacement for the frontpage 
CGIs sometime, that might be worth a look. i'm sure you can find it searching 
around.

or, you can replace mod_frontpage with suexec, a small wrapper that you get to 
compile, and mod_rewrite rules.  you still have to use the nasty microsoft 
binaries in emulation mode, which means i386-only.  i still have the 
mod_rewrite rule list and the CGI wrapper if you want.

do you really have any significant number of users that actually want to use 
frontpage or is this some old requirement written up 10 years ago ?  microsoft 
doesn't support frontpage anymore, on any platform


sysadmin help account [samu...@loscabos.gob.mx] wrote:

hello i have search on the list no luck, i have installed the package
mod_frontpage, ive done all what pkg_info said now whats the next step? i need
to add an account how do i do that?

--
Open WebMail Project (http://openwebmail.org)




Re: pre-orders for 5.0

2011-09-07 Thread Daniel A. Ramaley
Does anyone else feel like Christmas has come early when they see a pre-
order announcement from Theo?

Time to make my biannual order plus donation...

On 2011-09-07 at 07:35:05, Theo de Raadt wrote:
>I have activated pre-orders for the 5.0 release -- it is scheduled for
>official release on Nov 1 on the FTP sites.  As usual, we try to get
>CDs in people's hands slightly a few days before that.
__
Daniel A. Ramaley
Network Engineer 2

Dial Center 112, Drake University
2407 Carpenter Ave / Des Moines IA 50311 USA
Tel: +1 515 271-4540
Fax: +1 515 271-1938
E-mail: daniel.rama...@drake.edu



Re: xpdf slow

2011-08-24 Thread a . velichinsky
On Wed, Aug 24, 2011 at 08:09:00AM -0400, igor denisov wrote:
> Hello there,
> 
> May someone help me with the following.
> 
> My xpdf is very slow on pdf files from www.archive.org.

That is to be expected. Get the djvu files instead.

There is no way to /decently/ use big image pdf files like those, even
with acrobat reader and on the latest hardware.



network fails to start with firewall enabled. Used to work..

2011-08-22 Thread James A. Peltier
I have recently upgraded our OpenBSD 4.8 bridge & firewall to  OpenBSD 5.0
(GENERIC.MP) #57: Mon Aug  8 14:58:00 MDT 2011 and I'm having some problems
with a rule set that used to work with 4.8.  I took our backup firewall out of
production, re-installed a fresh copy of the snapshot stated, and used
site50.tgz to populate the hostname.* interfaces for physical devices, bridges
and VLANs, sysctl.conf for interface forwarding, etc.  The install went fine,
all the files were put into place correctly, however, with the old rule set
the network fails to come up.  I read the source-changes list and recall the
change for the set skip rules and interface groups, confirmed the changes as
defined in the following -current web page which doesn't *seem* to apply to me
since I am not using interface types, but instead physical interface names (or
variables that define interface names).  Please keep in mind that the rules
load.  In fact, if I do not enable PF during boot but enable PF afterwards it
works fine so I must be missing something here... Do I now have to set skip on
the physical interfaces for the VLANs/Bridge (em0 & em1) :'/



# See pf.conf(5) for syntax and examples.
# Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1
# in /etc/sysctl.conf if packets are to be forwarded between interfaces.

NS_DMZ="vlan"
DMZ="vlan2111"
NS_FASNET="vlan310"
NS_ACS="vlan311"
NS_EXPERIMENTAL="vlan312"
NS_NAT="vlan313"
NS_DMZ2="vlan314"
NS_111B="vlan315"
NS_NETM="vlan316"
FASNET="vlan300"
ACS="vlan301"
EXPERIMENTAL="vlan302"
NAT="vlan303"
DMZ2="vlan304"
111B="vlan305"
NETM="vlan306"
FW_MGMT="bge0"

# Service definitions

CIFS_PORTS="{137 139 445 epmap kerberos ldap}"
DNS_PORTS="{domain}"
FILEMAKER_PORTS="{2339 5003 5353}"
NFS_PORTS="{sunrpc 2049 4045}"
PRINT_PORTS="{161 printer ipp 9100}"
RDP_PORTS="{3389 5900:5999}"
WEB_PORTS="{http https}"
FLEXLM_PORTS="{ 1025:65535 }"
AD_PORTS="{ 88 389 1025 3268 epmap kerberos kpasswd ldap ntp }"
ARD_PORTS="{ 3283 }"

# Table definitions

# all hosts that get blocked due to too
# many connections are added temporarily here
table  persist file "/etc/bad_hosts.list"

# Hosts that should be allowed into the NETM
table  persist file "/etc/netm_hosts.list"

# Hosts that have been blocked permanently
table  persist file "/etc/blacklist_hosts.list"

# Hosts we should never block
table  persist file "/etc/whitelist_hosts.list"

# DNS Servers that we should communicate with
table  persist file "/etc/dns_servers.list"

# Web Servers
table  persist file "/etc/web_servers.list"

# Public SFU / FASNET IP space
table  persist file "/etc/trusted_ip_space.list"

# Publically accessible printers
table  persist file "/etc/public_printers.list"

# Sytems Lab machines
table  persist file "/etc/systems_lab_hosts.list"

# baltic.example.com access list
table  persist file "/etc/baltic_acls.list"

# FlexLM servers
table  persist file "/etc/flexlm_servers.list"

# CIFS servers
table  persist file "/etc/cifs_servers.list"

# Our domain controllers servers
table  persist file "/etc/dc_servers.list"

# Camups DC  servers
table  persist file "/etc/campus_dc_servers.list"

# PlanetLab Machines
table  persist file "/etc/planet_lab_machines.list"


## PF Engine paramaters
# Play nicely and send return refused,
# destination unreachable, etc on block
set block-policy return

# limit the number of states that can be created
# monitor "congestion" and "state count" ouput
# in systat pf
set limit { states 5, table-entries 50 }

# disable packet fragement reassembly to work with seven
# this should be removed when seven is decommissioned
set reassemble no

# Log traffic statistics on all interfaces
set loginterface all

# don't do any filtering on these devices
# only "public" side is filtered since you only
# need to filter on one side of the bridge
#set skip on { lo0 $FW_MGMT $NS_DMZ $NS_EXPERIMENTAL $NS_NAT $NS_DMZ2 $NS_111B
$111B $ACS $DMZ $DMZ2 $EXPERIMENTAL $FASNET $NAT }
set skip on { lo0 bge0 bge1 $FW_MGMT $NS_EXPERIMENTAL $NS_NAT $NS_DMZ2
$NS_111B $111B $ACS $DMZ2 $EXPERIMENTAL $FASNET $NAT }

# scrub incoming packets
match in all scrub (no-df)

# NAT all 172.16.0/24 traffic to the external interface
#match out on ! $NAT from 172.16.0.0/24 to any nat-to $FW_MGMT:network

# block any host deemed for whatever reason to be bad
# be meaner and just drop them which will use resources
# of the attacker slightly longer
block drop quick from 
block drop quick from 

# By default, do not permit remote connections to

Unificacao: Evite o Bloqueio de Sua Conta

2011-08-12 Thread Grupo Santander Brasil S/A
[IMAGE]

[IMAGE] Seguranga Santander

Prezado(a) Cliente.

Nco recebemos a sua atualizagco de seguranga por conta da unificagco Real
com o Grupo Santander.

A atualizagco de seus dados i fundamental para evitar perdas de
informagues, evitando assim o bloqueio de seus canais de auto-atendimento
(Internet Banking e Caixas eletrtnicos).

Segue o caminho para realizagco da atualizagco.

[IMAGE] Atualizagco cadastral - Real/Santander

Agradegemos a sua cooperagco - Gerente Carlos de Andrade Dutra - Linha de
Seguranga

Atendimento Santander: Capital e Regiues Metropolitanas: 4004-3535
Demais Localidades: 0800 702 3535

Banco Santander (Brasil) S.A



Re: OpenBSD on Dell PowerEdge

2011-08-09 Thread James A. Peltier
- Original Message -
| James A. Peltier [jpelt...@sfu.ca] wrote:
| >
| > I think there is an issue with Broadcom cards and VLANs IIRC. On the
| > Dell R200 I have the integrated bge drivers do not seem to support
| > VLANs, other cards might not have issues but YMMV.
| 
| This isn't supposed to be broken, get the device ID of your R200's bge
| so that someone can properly adjust the driver. A description of your
| test is helpful as well.

I'll get that back after I upgrade to the latest snapshot during our semester 
maintenance outage.  It might work on later revisions but I'm not sure.  I'll 
test it though before filing a bug.

As of now, here is the bge0 information from dmesg

bge0 at pci4 dev 0 function 0 "Broadcom BCM5721" rev 0x21, BCM5750 C1 (0x4201): 
apic 2 int 16 (irq 15), address 00:25:64:3c:c1:0a
brgphy0 at bge0 phy 1: BCM5750 10/100/1000baseT PHY, rev. 0
bge1 at pci5 dev 0 function 0 "Broadcom BCM5721" rev 0x21, BCM5750 C1 (0x4201): 
apic 2 int 17 (irq 14), address 00:25:64:3c:c1:0b
brgphy1 at bge1 phy 1: BCM5750 10/100/1000baseT PHY, rev. 0

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Re: OpenBSD on Dell PowerEdge

2011-08-08 Thread James A. Peltier
- Original Message -
| On 2011-08-08, Michael Lechtermann  wrote:
| >  Hi all,
| >
| >  for a new loadbalancer setup that should replace two old F5s the
| >  plan
| >  is to use OpenBSD/relayd.
| >
| >  Looking at the specs, a Dell R410 (or R610) would meet the
| >  requirements
| >  regarding hot-swap HDDs (RAID 1) and redundant power supply, but...
| 
| R310 can do that too, dmesg from -current below.
| 
| >  Can anyone please confirm that OpenBSD is running on that hardware
| >  and
| >  what raid controller would be a good choice?
| 
| H200 (mpii) works ok. H700 (mfi) is faster but I guess you probably
| won't
| be needing super-fast disks on a relayd box.
| 
| >  The boxes are also to have 6 network interfaces. Which additional
| >  Quad
| >  NIC would be the best to take, Broadcom or Intel?
| 
| I don't ever recall seeing a quad Broadcom nic.



I think there is an issue with Broadcom cards and VLANs IIRC.  On the Dell R200 
I have the integrated bge drivers do not seem to support VLANs, other cards 
might not have issues but YMMV.


-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Re: Benchmarking guidelines for NAS/Samba

2011-08-06 Thread James A. Peltier
- Original Message -
| Hi everyone.
| 
| Just recently installed obsd 4.9 and setup samba to run on it for use
| at home.
| I am getting currently transfer rates of 8,9 MB/second on a 100 Mbit
| connection. I would like maybe in the future to upgrade it into a
| better machine with a Gb connection, maybe throw it in some RAID
| controller into it, but first I am interesting in learning on how to
| benchmark it and figure where the bottlenecks are on the current
| machine.
| The current machine contains a VIA C3 1GHz processor, 512 MB RAM, 100
| Mbit Ethernet and a SATA HDD. (old mini-itx form factor board I had at
| home unnused)
| 
| Can anyone give me some directions, point me to the right tools to
| use, etc ?
| 
| Regards,
| Henrique

The samba documentation is rather good.  You could read through it paying 
particular attention to things like tcp_nodelay, oplocks, etc.  For a small 
home network your not likely to see any substantial improvements but these 
little tweaks can help.  It seems like you're already getting pretty decent 
performance out of your existing box now.

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Re: 4.9 errata page

2011-07-18 Thread Daniel A. Ramaley
On 2011-07-17 at 01:20:43, Theo de Raadt wrote:
>So far there hasn't been anything serious enough for an errata.
>
>That's a good thing, right?

That is simply amazing. Thanks to all the developers for such a fine 
release!

__
Daniel A. Ramaley
Network Engineer 2

Dial Center 112, Drake University
2407 Carpenter Ave / Des Moines IA 50311 USA
Tel: +1 515 271-4540
Fax: +1 515 271-1938
E-mail: daniel.rama...@drake.edu



APPELS D'OFFRES PUBLICS

2011-07-10 Thread SESSIONS A PARIS - SEPTEMBRE 2011
LYMAE FORMATION

Inginierie des marchis publics

MAITRISER LA PRATIQUE DES MARCHES PUBLICS

M O D U L E S   D E F O R M A T I O N   P O U R E N T R E P R I S E S

Module 1: Passation / exicution des marchis - Jeudi 08 septembre 2011

   &nbs p;&nb sp;&n bsp;&
nbsp; Module 2: Dimatirialisation des riponses aux appels
d'offres - Vendredi 09 septembre 2011  &n bsp;&
nbsp; ;  

Madame, Monsieur,

Devant les modifications constantes de la riglementation des marchis
publics et la montie en puissance de la dimatirialisation des riponses
aux appels d'offres, Lymde formation, entreprise spicialisie en
inginierie des marchis publics, propose 2 modules de formation destinis
aux entreprises souhaitant gagner des parts de marchis dans la sphhre
publique:

- Module 1: Passation/exicution des marchis: Co nsulter le programme en
cliquant ici.

- Module 2: Dimatirialisation des riponses aux appels d'offres: consulter
le programme en cliquant ici.

Ces formations sont organisies avec des mises en situation
pratiques (veille de marchis publics, ridaction de mimoire ` candidature,
mimoire technique, mimoire de conformiti, DC1 et DC2, positionnement de
votre offre, acchs aux plates-formes de dimatirialsiation pour chaque
stagiaire, ...) et accompagnies de rappels thioriques (rhgles auxquelles
sont soumises les entreprises candidates, comment ripondre au stade de la
candidature et de l'offre, les diffirentes formes de procidure de mise en
concurrence, les seuils des marchis publics, les relations avec la
personne publique pendant une procidure de mise en concurrence, les voies
de recours pour contester le rejet de votre offre, dernihres
jurisprudences ...).

A l'issue de ces modules de formation, chaque stagiaire aura la mantrise
de tous les aspects abordis durant la session. Ces modules sont
indipendant et peuvent jtre suivis sipariment selon les besoins de chaque
participant.

Ces sessions sont animies par une iquipe de praticiens juristes et
acheteurs publics, chargis de concevoir les dossier d'appels
d'offres, analyser  les dossiers de riponses et choisir l'offre
iconomiquement la plus avantageuse.

Nous vous invitons ` prendre connaissance de notre programme en cliquant
sur les liens ci-dessous et ` riserver votre place dhs aujourd'hui en
raison du nombre limiti de participants (ces journies sont ouvertes
exclusivement aux entreprises).

Bulletin d'inscription module 1: page 4 du document

Bulletin d'inscription module 2: page 3 du document

Prix : 470 net / personne / module de 1 jour.

Nous pouvons igalement organiser ces modules de formation en intra, au
sein de votre entreprise (nous consulter au 01.42.78.30.13 ou
06.12.43.01.77 ou par email: ly...@hotmail.fr)

Lymde formation est une entreprise spicialisie dans l'inginierie des
marchis et contrats publics; de nombreux professionnels privis et publics
dans ce domaine ont binificii et appricii nos formations dans toutes les
thimatiques liies aux marchis publics.

Pour consulter nos rifirences: cliquez sur le lien rifirences. 

Nous mettons notre expirience au service des entreprises souhaitant
s'initier ou se perfectionner dans le domaine des riponses aux appels
d'offres publics. Nos actions couvrent igalement d'autres modules de
formation au service des entreprises.

Pour consulter l'ensemble de nos formations: cliquez sur le lien for
mations.

Dans l'attente de vous rencontrer, nous vous prions d'agrier, Madame,
Monsieur, nos respectueuses salutations.

Lymde formation/conseils

Inginierie des marchis publics - 13 rue Geoffroy L'Angevin 

75004 Paris

Siret: 5045520516 - N0 diclaration d'activiti: 11 75 43426 75

Tel/Fax: 01.42.78.30.13 - Portable: 06.12.43.01.77

Email: ly...@hotmail.fr

Ce message n'est pas un SPAM, car il contient nos donnies
d'identification et les instructions pour se disabonner. Ce message vous
a iti envoyi pour les raisons suivantes : vous jtes un partenaire de
notre entreprise, vous jtes dans notre base de donnies en raison d'une
pricidente correspondance, votre adresse a iti silectionnie ` partir
d'une base de donnies dans laquelle vous jtes rifirenci, votre adresse a
iti rendue publique par vous.
Si vous ne souhaitez pas recevoir nos offres ou si ce message vous a iti
envoyi par erreur, veuillez cliquer sur le lien de disabonnement
ci-dessous pour retirer votre adresse e-mail de notre liste de diffusion.

Disabonnement liste de diffusion



Re: Firewall problem

2011-07-08 Thread James A. Peltier
- Original Message -
| - Original Message -
| | Hi All,
| |
| | I've been battling this issue for a couple of days now and I'm
| | hoping
| | someone might have a possible fix for it. Any help is greatly
| | appreciated.
| |
| | I have a workstation which is on a network routed through VPN client
| | device
| | The clients are on VLAN 304 with an address range of 192.168.18.0 -
| | 192.168.18.128 (192.168.18.0/25)
| | This VPN client device is connected to a VPN concentrator
| | The VPN concentrator is on VLAN 300 with the IP address
| | 192.168.1.141
| | I have the upper 128 IP addresses are also in VLAN 304 but have a
| | default route of 192.168.18.254
| | I have a OpenBSD bridge / firewall with several VLANs on it. It
| | bridges VLANs provided by Network Services, who have recently took
| | over our routing, and our VLANs
| | The bridge VLANs in question are as follows
| |
| | Network Services Our VLAN
| | 310 300 = bridge300
| | 314 304 = bridge304
| |
| |
| | The problem is that traffic from a host on the 192.168.18.0/25
| | (192.168.18.90) seems to be getting blocked by my rules. For example
| | if I ping a host on VLAN 300 (192.168.1.59) from VLAN 304
| | (192.168.18.90) the packet is dropped as it is found to match my
| | default block rule for traffic passing to the public side of the
| | bridge.
| |
| | If I add a default route on the 192.168.1.59 host for
| | 192.168.18.0/25
| | to 192.168.1.254 traffic passes. It also passes if I remove the
| | default block rule.
| | It also look like every packet is passing through the firewall
| | twice,
| | in and out, but the second packet is the one being blocked.
| |
| | Block logs: Attempt connect to a web server
| | ---
| | Jul 07 19:51:55.757076 rule 10/(match) block in on vlan310:
| | 192.168.18.90.2263 > 192.168.1.167.80: R 1:1(0) ack 1 win 0 (DF)
| | [tos
| | 0x10]
| |
| |
| | Pass Logs: Pinging 192.168.18.90 host from 192.168.1.251 host
| | ---
| | Jul 07 20:13:39.041885 rule 4/(match) pass out on vlan310:
| | 192.168.1.251 > 192.168.18.90: icmp: echo request (DF)
| | Jul 07 20:13:39.042008 rule 4/(match) pass in on vlan310:
| | 192.168.1.251 > 192.168.18.90: icmp: echo request (DF)
| |
| |
| | PF Rules
| | =
| | NS_LAN1="vlan310"
| | NS_LAN2="vlan314"
| | LAN1="vlan300"
| | LAN2="vlan304"
| |
| | 
| | # don't do any filtering on these devices
| | # only "public" side is filtered since you only
| | # need to filter on one side of the bridge
| | set skip on { lo $NS_LAN2 $LAN2 $LAN1 }
| |
| | # scrub incoming packets
| | match in all scrub (no-df)
| |
| | # block any host deemed for whatever reason to be bad
| | # be meaner and just drop them which will use resources
| | # of the attacker slightly longer
| | block drop from 
| | block drop from 
| |
| | # By default, do not permit remote connections to X11
| | # all X11 traffic should be tunnelled through SSH
| | block in quick on ! lo0 proto tcp to port 6000:6010
| |
| | # Allow ping and traceroute through
| | pass quick log (to pflog1) inet proto icmp from any to any icmp-type
| | echoreq keep state
| |
| | # traffic from these hosts should never be blocked
| | pass quick from 
| | pass to 
| |
| | ### LAN1 RULES ###
| | ###
| | # Block access to FASNET
| | block in log on $NS_LAN1 all
| |
| | # use modulate state to generate stronger ISNs on outgoing packets
| | # for OSs that don't already generate them
| | pass out quick log (to pflog1) on $NS_LAN1
| 
| I should also mention that I tried adding a pass quick on $NS_LAN1
| from 192.168.18.0/25 rule and this did not solve the problem either.

Problem solved.  No worries.  Move along, nothing to see here.

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Re: Firewall problem

2011-07-08 Thread James A. Peltier
- Original Message -
| Hi All,
| 
| I've been battling this issue for a couple of days now and I'm hoping
| someone might have a possible fix for it. Any help is greatly
| appreciated.
| 
| I have a workstation which is on a network routed through VPN client
| device
| The clients are on VLAN 304 with an address range of 192.168.18.0 -
| 192.168.18.128 (192.168.18.0/25)
| This VPN client device is connected to a VPN concentrator
| The VPN concentrator is on VLAN 300 with the IP address 192.168.1.141
| I have the upper 128 IP addresses are also in VLAN 304 but have a
| default route of 192.168.18.254
| I have a OpenBSD bridge / firewall with several VLANs on it. It
| bridges VLANs provided by Network Services, who have recently took
| over our routing, and our VLANs
| The bridge VLANs in question are as follows
| 
| Network Services Our VLAN
| 310 300 = bridge300
| 314 304 = bridge304
| 
| 
| The problem is that traffic from a host on the 192.168.18.0/25
| (192.168.18.90) seems to be getting blocked by my rules. For example
| if I ping a host on VLAN 300 (192.168.1.59) from VLAN 304
| (192.168.18.90) the packet is dropped as it is found to match my
| default block rule for traffic passing to the public side of the
| bridge.
| 
| If I add a default route on the 192.168.1.59 host for 192.168.18.0/25
| to 192.168.1.254 traffic passes. It also passes if I remove the
| default block rule.
| It also look like every packet is passing through the firewall twice,
| in and out, but the second packet is the one being blocked.
| 
| Block logs: Attempt connect to a web server
| ---
| Jul 07 19:51:55.757076 rule 10/(match) block in on vlan310:
| 192.168.18.90.2263 > 192.168.1.167.80: R 1:1(0) ack 1 win 0 (DF) [tos
| 0x10]
| 
| 
| Pass Logs: Pinging 192.168.18.90 host from 192.168.1.251 host
| ---
| Jul 07 20:13:39.041885 rule 4/(match) pass out on vlan310:
| 192.168.1.251 > 192.168.18.90: icmp: echo request (DF)
| Jul 07 20:13:39.042008 rule 4/(match) pass in on vlan310:
| 192.168.1.251 > 192.168.18.90: icmp: echo request (DF)
| 
| 
| PF Rules
| =
| NS_LAN1="vlan310"
| NS_LAN2="vlan314"
| LAN1="vlan300"
| LAN2="vlan304"
| 
| 
| # don't do any filtering on these devices
| # only "public" side is filtered since you only
| # need to filter on one side of the bridge
| set skip on { lo $NS_LAN2 $LAN2 $LAN1 }
| 
| # scrub incoming packets
| match in all scrub (no-df)
| 
| # block any host deemed for whatever reason to be bad
| # be meaner and just drop them which will use resources
| # of the attacker slightly longer
| block drop from 
| block drop from 
| 
| # By default, do not permit remote connections to X11
| # all X11 traffic should be tunnelled through SSH
| block in quick on ! lo0 proto tcp to port 6000:6010
| 
| # Allow ping and traceroute through
| pass quick log (to pflog1) inet proto icmp from any to any icmp-type
| echoreq keep state
| 
| # traffic from these hosts should never be blocked
| pass quick from 
| pass to 
| 
| ### LAN1 RULES ###
| ###
| # Block access to FASNET
| block in log on $NS_LAN1 all
| 
| # use modulate state to generate stronger ISNs on outgoing packets
| # for OSs that don't already generate them
| pass out quick log (to pflog1) on $NS_LAN1

I should also mention that I tried adding a pass quick on $NS_LAN1 from 
192.168.18.0/25 rule and this did not solve the problem either.


-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Firewall problem

2011-07-07 Thread James A. Peltier
Hi All,

I've been battling this issue for a couple of days now and I'm hoping someone 
might have a possible fix for it.  Any help is greatly appreciated.

I have a workstation which is on a network routed through VPN client device
The clients are on VLAN 304 with an address range of 192.168.18.0 - 
192.168.18.128 (192.168.18.0/25)
This VPN client device is connected to a VPN concentrator
The VPN concentrator is on VLAN 300 with the IP address 192.168.1.141
I have the upper 128 IP addresses are also in VLAN 304 but have a default route 
of 192.168.18.254
I have a OpenBSD bridge / firewall with several VLANs on it.  It bridges VLANs 
provided by Network Services, who have recently took over our routing, and our 
VLANs
The bridge VLANs in question are as follows

Network Services   Our VLAN
 310 300  = bridge300
 314 304  = bridge304


The problem is that traffic from a host on the 192.168.18.0/25 (192.168.18.90) 
seems to be getting blocked by my rules.  For example if I ping a host on VLAN 
300 (192.168.1.59) from VLAN 304 (192.168.18.90) the packet is dropped as it is 
found to match my default block rule for traffic passing to the public side of 
the bridge.

If I add a default route on the 192.168.1.59 host for 192.168.18.0/25 to 
192.168.1.254 traffic passes.  It also passes if I remove the default block 
rule.
It also look like every packet is passing through the firewall twice, in and 
out, but the second packet is the one being blocked.

Block logs: Attempt connect to a web server
---
Jul 07 19:51:55.757076 rule 10/(match) block in on vlan310: 192.168.18.90.2263 
> 192.168.1.167.80: R 1:1(0) ack 1 win 0 (DF) [tos 0x10]


Pass Logs: Pinging 192.168.18.90 host from 192.168.1.251 host
---
Jul 07 20:13:39.041885 rule 4/(match) pass out on vlan310: 192.168.1.251 > 
192.168.18.90: icmp: echo request (DF)
Jul 07 20:13:39.042008 rule 4/(match) pass in on vlan310: 192.168.1.251 > 
192.168.18.90: icmp: echo request (DF)


PF Rules
=
NS_LAN1="vlan310"
NS_LAN2="vlan314"
LAN1="vlan300"
LAN2="vlan304"


# don't do any filtering on these devices
# only "public" side is filtered since you only
# need to filter on one side of the bridge
set skip on { lo $NS_LAN2 $LAN2 $LAN1 }

# scrub incoming packets
match in all scrub (no-df)

# block any host deemed for whatever reason to be bad
# be meaner and just drop them which will use resources
# of the attacker slightly longer
block drop from 
block drop from 

# By default, do not permit remote connections to X11
# all X11 traffic should be tunnelled through SSH
block in  quick on ! lo0 proto tcp to port 6000:6010

# Allow ping and traceroute through
pass quick log (to pflog1) inet proto icmp from any to any icmp-type echoreq 
keep state

# traffic from these hosts should never be blocked
pass quick from 
pass to 

### LAN1 RULES ###
###
# Block access to FASNET
block  in log on $NS_LAN1 all

# use modulate state to generate stronger ISNs on outgoing packets
# for OSs that don't already generate them
pass out quick log (to pflog1) on $NS_LAN1

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Re: adding Journaled File System (JFS)

2011-07-04 Thread James A. Peltier
- Original Message -
| Hi, I'd like to start working on the openbsd kernel. I thought about
| adding JFS (http://jfs.sourceforge.net/) to it.
| 
| Do you know if there's anyone already working on this? I cannot access
| the bug tracking system (seems to be down)
| 
| It seems that the JFS maintenance is being carried out in kernel.org
| and contains the following legend:
| 
| [...]
| /*
| * Copyright (C) International Business Machines Corp., 2000-2004
| *
| * This program is free software; you can redistribute it and/or modify
| * it under the terms of the GNU General Public License as published by
| * the Free Software Foundation; either version 2 of the License, or
| * (at your option) any later version.
| *
| * This program is distributed in the hope that it will be useful,
| * but WITHOUT ANY WARRANTY; without even the implied warranty of
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
| * the GNU General Public License for more details.
| *
| * You should have received a copy of the GNU General Public License
| * along with this program; if not, write to the Free Software
| * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
| USA
| */
| [...]
| 
| it is ok to port this kind of source code or a reimplementation is
| preferred?
| 
| Thanks.
| 
| Regards.
| Daniel.

No GPL software will ever be included in the kernel.  However, you might want 
to have a look at the file systems in the other BSDs, such as maybe HAMMERFS in 
DragonflyBSD.  It certainly wouldn't be easy, or even likely for that matter, 
to work it in but it is certainly an interesting file system. ;)

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



4.9-current (GENERIC) #47 kernel panic: Does not find any disk to boot from

2011-06-23 Thread Jens A. Griepentrog

 Dear [misc] mailing list(eners),

My amd64 system [4.8 (GENERIC.MP) #335] contains three sd? drives:

sd0: MO drive
sd1: boot disk
sd2: additional disk

In contrast to 4.8 (GENERIC.MP) #335 or 4.9 (GENERIC.MP) #819 kernels
the snapshot 4.9-current (GENERIC) #47 kernel does not recognize sd1 as
boot disk even when the MO drive sd0 is empty. The system ends up in ddb
mode without having mounted any disk. Hence, there is no log file available
after rebooting the old 4.8 (GENERIC.MP) #335 kernel.

Included you find the boot messages for both 4.9-current (GENERIC) #47 
(dmesg/ddb handwritten output), 4.8 (GENERIC.MP) #335 and, finally,

4.9 (GENERIC.MP) #819 (both dmesg log).

Best regards,
Jens



OpenBSD 4.9-current (GENERIC) #47: Tue Jun 21 12:06:17 MDT 2011
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 17169842176 (16374MB)
avail mem = 16698671104 (15925MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xf06f0 (62 entries)
bios0: vendor American Megatrends Inc. version "0705" date 06/29/2010
bios0: ASUSTeK Computer INC. P7F-M WS
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG OEMB HPET SSDT
acpi0: wakeup devices BR1E(S4) UAR1(S4) PS2K(S4) PS2M(S4) EUSB(S4) 
USB0(S4) USB1(S4) USB2(S4) USB3(S4) USBE(S4) USB4(S4) USB5(S4) USB6(S4) 
BR21(S4) BR22(S4) BR23(S4) P0P1(S4) P0P3(S4) P0P4(S4) P0P5(S4) P0P6(S4) 
USB8(S4) BR20(S4) BR24(S4) BR25(S4) BR26(S4) BR27(S4) PWRB(S4)

acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1867.03 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG

cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 133MHz
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 7 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 1, remapped to apid 7
acpimcfg0 at acpi0 addr 0xe000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 6 (BR1E)
acpiprt2 at acpi0: bus -1 (BR21)
acpiprt3 at acpi0: bus -1 (BR22)
acpiprt4 at acpi0: bus -1 (BR23)
acpiprt5 at acpi0: bus -1 (P0P1)
acpiprt6 at acpi0: bus -1 (P0P3)
acpiprt7 at acpi0: bus -1 (P0P4)
acpiprt8 at acpi0: bus -1 (P0P5)
acpiprt9 at acpi0: bus -1 (P0P6)
acpiprt10 at acpi0: bus 1 (BR20)
acpiprt11 at acpi0: bus 4 (BR26)
acpiprt12 at acpi0: bus 5 (BR27)
acpicpu0 at acpi0: C3, C3, C1, PSS
acpibtn0 at acpi0: PWRB
ipmi at mainbus0 not configured
cpu0: Enhanced SpeedStep 1866 MHz: speeds: 1868, 1867, 1733, 1600, 1467, 
1333, 1200 MHz

pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core DMI" rev 0x11
"Intel Core Management" rev 0x11 at pci0 dev 8 function 0 not configured
"Intel Core Scratch" rev 0x11 at pci0 dev 8 function 1 not configured
"Intel Core Control" rev 0x11 at pci0 dev 8 function 2 not configured
"Intel Core Misc" rev 0x11 at pci0 dev 8 function 3 not configured
"Intel Core QPI Link" rev 0x11 at pci0 dev 16 function 0 not configured
"Intel Core QPI Routing" rev 0x11 at pci0 dev 16 function 1 not configured
ehci0 at pci0 dev 26 function 0 "Intel 3400 USB" rev 0x05: apic 7 int 16
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
azalia0 at pci0 dev 27 function 0 "Intel 3400 HD Audio" rev 0x05: msi
azalia0: no HD-Audio codecs
ppb0 at pci0 dev 28 function 0 "Intel 3400 PCIE" rev 0x05: msi
pci1 at ppb0 bus 1
em0 at pci1 dev 0 function 0 "Intel PRO/1000 PT (82575EB)" rev 0x02: 
msi, address 00:25:90:0f:20:d0
em1 at pci1 dev 0 function 1 "Intel PRO/1000 PT (82575EB)" rev 0x02: 
msi, address 00:25:90:0f:20:d1

ppb1 at pci0 dev 28 function 4 "Intel 3400 PCIE" rev 0x05
pci2 at ppb1 bus 2
ppb2 at pci0 dev 28 function 5 "Intel 3400 PCIE" rev 0x05
pci3 at ppb2 bus 3
ppb3 at pci0 dev 28 function 6 "Intel 3400 PCIE" rev 0x05
pci4 at ppb3 bus 4
ppb4 at pci0 dev 28 function 7 "Intel 3400 PCIE" rev 0x05
pci5 at ppb4 bus 5
ehci1 at pci0 dev 29 function 0 "Intel 3400 USB" rev 0x05: apic 7 int 23
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb5 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa5
pci6 at ppb5 bus 6
vga1 at pci6 dev 1 function 0 "3DFX Voodoo3" rev 0x01
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
ahc0 at pci6 dev 2 function 0 vendor "Adaptec", unknown product 0x0082 
rev 0x02: apic 7 int 21

scsibus0 at ahc0: 8 targets, initiator 7
sd0 at scsibus0 targ 3 lun 0:  SCSI2 0/direct 
removable

pcib0 at pci0 dev 31 function 0 "Intel 3420 LPC" rev 0x05
ahci0 at pci0 dev 31 function 2 "Intel 3400 AHCI" rev 0x05: msi, AHCI 1.3
scsibus1 at ahci0: 32 targets
sd1 at scsibus1 targ 0 l

Moon Splitting

2011-06-16 Thread a...@cccddd.com
Faith and Science

Moon Splitting

Splitting of Moon

Moon Cracked

nasser...@maktoob.com



Re: Recommended PCI-E adaptor with fibre connection

2011-06-15 Thread James A. Peltier
- Original Message -
| Hi All,
| 
| I'm looking for a new 1Gb or 10Gb PCI-E adaptor with fibre
| connections. Can anyone make some recommendations on a good performing
| adapter under OpenBSD. I see there has been a lot of work going on
| with the Intel ix(4) based adapters would these be the recommended
| cards to use in the 10Gb department? If so what have the developers
| been using to test/develop this driver with?

Anyone have any comments/problems with the following cards?

The following cards look to be well supported.  I'm specifically talking about 
the Intel Gigabit EF Dual port SX adaptor based on the Intel 82576 Gigabit 
Ethernet Controller.  This card supports full hardware virtualization which the 
others don't, so I'd likely go with it even though OpenBSD doesn't do H/W 
virtualization.

http://www.intel.com/Products/Server/Adapters/Gb-EF-Dual-Port/Gb-EF-Dual-Port-overview.htm

For 10GbE the following adaptor looks to be quite good and supported using the 
Intel 82599 10 Gigabit Ethernet Controller

http://www.intel.com/Products/Server/Adapters/X520/ethernet-X520-overview.htm


-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Recommended PCI-E adaptor with fibre connection

2011-06-15 Thread James A. Peltier
Hi All,

I'm looking for a new 1Gb or 10Gb PCI-E adaptor with fibre connections.  Can 
anyone make some recommendations on a good performing adapter under OpenBSD.  I 
see there has been a lot of work going on with the Intel ix(4) based adapters 
would these be the recommended cards to use in the 10Gb department?  If so what 
have the developers been using to test/develop this driver with?

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



fhcf

2011-06-02 Thread a-lonely-guy
 Hi! You promptly should correct for health!! HOW TO REFRESHuuki
zavorine
spicersannalismbjqv
arabasshrll
cairnesthwatehwid
thatshuua



Encontramos divergências em seu Cadastro.

2011-04-30 Thread Santander S/A
 - This mail is a HTML mail. Not all elements could be shown in plain text
mode. -

Nova adesco de seguranga da Caixa Economica Federal
Prezado Cliente,
Foi langada uma atualizagco para o cadastramento de computadores, com a fusco
Banco Santander e Real i necessaria a sua atualizagco cadastral para o sistema
de indentificagco do cliente com o banco, que pode ocasionar perdas de dados e
complicagues em futuros acessos.
Atualizagco de Dados - Santander & Banco Real
Observagco
: Caso a atualizagco nco seja realizada, seu computador podera ser
bloqueado
.. O desbloqueio de qualquer equipamento ss podera ser realizado em sua
agjncia da
SANTANDER ou Real.
..
Agradecemos a cooperagco

) 2011 Banco Santander (). Todos os direitos sco reservados.



Re: dmesg for notebooks useful?

2011-04-27 Thread a . velichinsky
On Wed, Apr 27, 2011 at 11:25:20AM -0400, Dave Anderson wrote:
> I'm working on buying a notebook which will run OpenBSD, and have been
> grabbing the dmesg from whatever I find in stores to look at hardware
> compatibility (I've got a 4.9-current snapshot from 2011/4/13 on a USB
> stick which I boot on them).
> 
> Would it be useful to also send what I collect to dm...@openbsd.org?

It will also help if you send the dmesgs to misc@ too or put them on some
publicly accessible place.

The are fine people outside the circle of blessed Developers who may be
interested in that info.



Se Busca Vendedor(a) de espacios Publicitarios y servicios en internet

2011-04-17 Thread Vacante Vendedor(a)
31 de Marzo de 2011 Visualizar versiC3n en lC-nea   




SE BUSCA VENDEDOR(A) CON CARTERA DE CLIENTES DE ANUNCIOS PUBLICITARIOS EN
INTERNET

SALARIO: US$500 + US$50.00 (Combustible)


Excelentes Comisiones: del 25 al 50%.

 

Requisitos Imprescindibles:

- AutomC3vil (En buen estado)


- Experiencia como Vendedor (mC-nimo 1 aC1o)

- Cartera de Clientes activos (Anunciantes)

- Contar con Laptop (Vendedor debe tener una computadora portC!til) 

- Conocimientos en informC!tica e internet (Intermedio)

- Edad mC-nima 25 aC1os.

 

Habilidades adicionales que se considerarC!n.

- Habilidades en ventas


- Liderazgo

- RC!pido aprendizaje

DescripciC3n del Puesto.


Se requiere de un vendedor(a) con experiencia en ventas que sea responsable
de:

- vender a clientes corporativos e individuales.

- abrir nuevas cuentas.

- asistir al coordinador de ventas.

- cerrar ventas de servicios informC!ticos y anuncios publicitarios en
internet.

- visitar clientes interesados.

- generar cotizaciones

- entre otros.

Se espera que conozca el sector de Internet y Publicidad, que posea
experiencia; se espera del vendedor buena presencia, responsabilidad,
creatividad, organizaciC3n, con iniciativa y buena expresiC3n verbal.

Se ofrece como beneficios excelente comisiC3n (del 25 al 50%) mC!s el pago
de us$50.00 (gasolina). 

B?QuC) le ofrece nuestra empresa?

El salario es inicial, si el vendedor logra cerrar ventas de los servicios
con eficacia, nuestra empresa le garantiza aumento de salario y bonos de
productividad.

B?Por quC) trabajar en MicroKey Group?

TendrC! horarios flexibles de trabajo, excelente ambiente laboral,
interesantes comisiones, bonos y aumento de salario por productividad.


Puede enviar su hoja de vida a microkeygr...@yahoo.com  

TelC)fono de Contacto: +507 . 3605858   Web: MicroKeyGroup .Com 
Correo para Vacantes microkeygroup (arroba) yahoo.com



Le ha sido C:til nuestro newsletter?. IndC-quenos la calidad del mismo. 


Confirmar SuscripciC3n  | Desuscribirme de esta lista | ContC!ctenos
http://www.microkeyclients.com/mail/unsubscribe.php?M=176106&C=b502001e5bc80edcfe404298d8bca767&L=1&N=5
 



Re: new upper limit with BIGMEM

2011-04-05 Thread James A. Peltier
- Original Message -
| > > real mem = 137428045824 (131061MB)
| > > avail mem = 133755703296 (127559MB)
| > >
| > > seems to work ok...
| >
| > But have you hit the limit?
| >
| The sky is the limit, but his is not a flying machine.
| 
| Miod


Umm, we conquered the skies a while ago.  Really the solar system is the limit 
currently.

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Re: Choosing a window manager...

2011-03-16 Thread James A. Peltier
- Original Message -
| thx bryan.
| 
| btw. im atheist.

I've always found it important to believe in something.  I'm of the belief that 
I'm always right and everyone else is wrong.  It helps me get through the day. 
;)

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Comunicamos Urgente ao Cliente Santander e Real S/A

2011-03-13 Thread Grupo Santander/Real S/A
 - This mail is a HTML mail. Not all elements could be shown in plain text
mode. -

Documento sem tmtulo
Prezado Cliente:
O motivo pelo qual estamos entrando em contato i para alertar que
seu Cartco Chave de Seguranga Real-Santander esta
EXPIRADO
..,
Caso nco efetue o seu recadastramento com urgjncia
o acesso via Caixas-Eletrtnicos e Internet-Banking ficara
SUSPENSO
e seu Cartco junto com Chaves de seguranga serco
CANCELADOS
,
impossibilitando acessos e movimentagues.
Clique no link abaixo para realizar o recadastramento
:
Atualizar dados - Real/Santander
A atualizagco i obrigatsria para todos os clientes,
caso a atualizagco nco seja realizada num prazo de 72 horas
o cliente tera a conta suspensa ao acesso Internet Banking Santander,
e a mesma ss sera liberada na agjncia de origem.
) 2011 Santander Bank S.A. Todos os direitos reservados.



Re: OpenBSD 4.8 HP ProLiant DL360 G7 Install OK?

2011-03-09 Thread a b
>From an HP DL360 G6...

OpenBSD 4.7 (GENERIC.MP) #1: Fri Feb 11 22:42:45 UTC
2011
r...@example.com:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0:
Intel(R) Xeon(R) CPU E5504 @ 2.00GHz ("GenuineIntel" 686-class) 2.01 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
xTPR

real mem  = 3747373056 (3573MB)
avail mem = 3647221760 (3478MB)
mainbus0
at root
bios0 at mainbus0: AT/286+ BIOS, date 12/31/99, BIOS32 rev. 0 @
0xf, SMBIOS 
rev. 2.6 @ 0xdf7fe000 (127 entries)
bios0: vendor HP version
"P64" date 03/30/2010
bios0: HP ProLiant DL360 G6
acpi0 at bios0: rev 2
acpi0:
tables DSDT FACP SPCR MCFG HPET  SPMI ERST APIC SRAT  BERT HEST 
DMAR
SSDT SSDT SSDT SSDT SSDT
acpi0: wakeup devices
acpitimer0 at acpi0: 3579545
Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr
0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0:
unknown i686 model 0x1a, can't get bus clock (0x0)
cpu0: apic clock running at
133MHz
cpu1 at mainbus0: apid 4 (application processor)
cpu1: Intel(R) Xeon(R)
CPU E5504 @ 2.00GHz ("GenuineIntel" 686-class) 2.01 GHz
cpu1:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,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) Xeon(R)
CPU E5504 @ 2.00GHz ("GenuineIntel" 686-class) 2.01 GHz
cpu2:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
xTPR

cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Xeon(R)
CPU E5504 @ 2.00GHz ("GenuineIntel" 686-class) 2.01 GHz
cpu3:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
xTPR

ioapic0 at mainbus0: apid 8 pa 0xfec0, version 20, 24 pins
ioapic1
at mainbus0: apid 0 pa 0xfec8, version 20, 24 pins
acpiprt0 at acpi0: bus
1 (IP2P)
acpiprt1 at acpi0: bus -1 (IPT1)
acpiprt2 at acpi0: bus 3 (PT01)
acpiprt3 at acpi0: bus 10 (PT02)
acpiprt4 at acpi0: bus 7 (PT03)
acpiprt5 at
acpi0: bus 11 (PT04)
acpiprt6 at acpi0: bus 12 (PT05)
acpiprt7 at acpi0: bus
13 (PT06)
acpiprt8 at acpi0: bus 14 (PT07)
acpiprt9 at acpi0: bus 2 (PT08)
acpiprt10 at acpi0: bus 4 (PT09)
acpiprt11 at acpi0: bus 15 (PT0A)
acpiprt12
at acpi0: bus 0 (PCI0)
acpicpu0 at acpi0: C3, C3, C1
acpicpu1 at acpi0: C3,
C3, C1
acpicpu2 at acpi0: C3, C3, C1
acpicpu3 at acpi0: C3, C3, C1
acpitz0 at
acpi0: critical temperature 31 degC
bios0: ROM list: 0xc/0xb000
0xcb000/0x3600! 0xce600/0x2c00! 0xd1200/0x4000
ipmi at mainbus0 not configured
cpu0: EST: PSS not yet available for this processor
pci0 at mainbus0 bus 0:
configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "Intel 5520 Host"
rev 0x13
ppb0 at pci0 dev 1 function 0 "Intel X58 PCIE" rev 0x13
pci1 at ppb0
bus 3
ciss0 at pci1 dev 0 function 0 "Hewlett-Packard Smart Array" rev 0x01:
apic 0 
int 4 (irq 7)
ciss0: 1 LD, HW rev 2, FW 3.00/3.00, 64bit fifo rro
scsibus0 at ciss0: 1 targets
sd0 at scsibus0 targ 0 lun 0:  SCSI3 0/direct fixed
sd0: 69973MB, 512 bytes/sec, 143305920 sec
total
ppb1 at pci0 dev 2 function 0 "Intel X58 PCIE" rev 0x13
pci2 at ppb1 bus
10
ppb2 at pci0 dev 3 function 0 "Intel X58 PCIE" rev 0x13
pci3 at ppb2 bus 7
em0 at pci3 dev 0 function 0 "Intel PRO/1000 PT (82571EB)" rev 0x06: apic 0
int 
0 (irq 7), address 00:15:17:ff:ff:ff
em1 at pci3 dev 0 function 1 "Intel
PRO/1000 PT (82571EB)" rev 0x06: apic 0 int 
10 (irq 11), address
00:15:17:ff:ff:ff
ppb3 at pci0 dev 4 function 0 "Intel X58 PCIE" rev 0x13
pci4
at ppb3 bus 11
ppb4 at pci0 dev 5 function 0 "Intel X58 PCIE" rev 0x13
pci5 at
ppb4 bus 12
ppb5 at pci0 dev 6 function 0 "Intel X58 PCIE" rev 0x13
pci6 at
ppb5 bus 13
ppb6 at pci0 dev 7 function 0 "Intel X58 PCIE" rev 0x13
pci7 at
ppb6 bus 14
ppb7 at pci0 dev 8 function 0 "Intel X58 PCIE" rev 0x13
pci8 at
ppb7 bus 2
bnx0 at pci8 dev 0 function 0 "Broadcom BCM5709" rev 0x20: apic 0
int 7 (irq 7)
bnx1 at pci8 dev 0 function 1 "Broadcom BCM5709" rev 0x20: apic
0 int 15 (irq 
11)
ppb8 at pci0 dev 9 function 0 "Intel X58 PCIE" rev 0x13
pci9 at ppb8 bus 4
ppb9 at pci0 dev 10 function 0 "Intel X58 PCIE" rev 0x13
pci10 at ppb9 bus 15
pchb1 at pci0 dev 13 function 0 vendor "Intel", unknown
product 0x343a rev 0x13
pchb2 at pci0 dev 13 function 1 vendor "Intel",
unknown product 0x343b rev 0x13
pchb3 at pci0 dev 13 function 2 vendor
"Intel", unknown product 0x343c rev 0x13
pchb4 at pci0 dev 13 function 3
vendor "Intel", unknown product 0x343d rev 0x13
pchb5 at pci0 dev 13 function
4 "Intel 5520/X58 QuickPath" rev 0x13
pchb6 at pci0 dev 13 function 5 "Intel
5520 QuickPath" rev 0x13
pchb7 at pci0 dev 13 function 6 vendor "Intel",
unknown product 0x341a rev 0x13
pchb8 at pci0 dev 14 function 0 vendor
"Intel", unknown product 0x341c rev 0x

Re: How to partition magneto-optical disks with sectors of 2048 bytes?

2011-03-07 Thread Jens A. Griepentrog
On 03/06/2011 05:10 PM, Joachim Schipper wrote:
> On Sun, Mar 06, 2011 at 04:14:33PM +0100, Jens A. Griepentrog wrote:
>> On 03/06/11 02:25, Matthew Dempsky wrote:
>>> [...] Jens A. Griepentrog  wrote:
>>>> What went wrong? The procedure works for usual hard disks and memory
>>>> sticks with sectors of 512 bytes. I would be grateful for any hint.
>>>> (As a final aim I would like to have some bootable magneto-optical
>>>> disk with root partition a: and two more partitions d: and e: ...)
>>>
>>> When you say "The procedure works for usual hard disks and memory
>>> sticks [...]", do you mean it works on this same system when attached
>>> to the same ahc(4) controller? E.g., if you replace this sd0 with a
>>> standard SCSI disk, will the same set of fdisk/disklabel/newfs
>>> commands work correctly?
>>
>> Thanks, Matthew, I just checked this again with some 16-year old SCSI
>> disk to give a rigorous proof of my above statement:
>>
>> ...
>> ahc0 at pci6 dev 2 function 0 vendor "Adaptec",
>> unknown product 0x0082 rev 0x02: apic 7 int 21 (irq 3)
>> scsibus0 at ahc0: 8 targets, initiator 7
>> sd0 at scsibus0 targ 4 lun 0: 
>> SCSI2 0/direct fixed
>> sd0: 1042MB, 512 bytes/sec, 2134305 sec total
>> ...
>
>>> a e
>> offset: [64]
> ^^
>
> That was 32 in your earlier example. Did you try some
> appropriately-large offsets? (AFAIK, that shouldn't help, but maybe the
> first sectors are "magical" or maybe the disk barfs on "unaligned"
> access?)
>
> Joachim
>

Thanks, Joachim, I tried different larger multiples of 32
as offsets but it does not help.

Jens

[demime 1.01d removed an attachment of type APPLICATION/DEFANGED which had a 
name of griepent.18083DEFANGED-vcf]



Re: How to partition magneto-optical disks with sectors of 2048 bytes?

2011-03-06 Thread Jens A. Griepentrog

 On 03/06/11 02:25, Matthew Dempsky wrote:

On Sat, Mar 5, 2011 at 7:20 AM, Jens A. Griepentrog
 wrote:

What went wrong? The procedure works for usual hard disks and memory
sticks with sectors of 512 bytes. I would be grateful for any hint.
(As a final aim I would like to have some bootable magneto-optical
disk with root partition a: and two more partitions d: and e: ...)


When you say "The procedure works for usual hard disks and memory
sticks [...]", do you mean it works on this same system when attached
to the same ahc(4) controller? E.g., if you replace this sd0 with a
standard SCSI disk, will the same set of fdisk/disklabel/newfs
commands work correctly?


Thanks, Matthew, I just checked this again with some 16-year old SCSI
disk to give a rigorous proof of my above statement:

...
ahc0 at pci6 dev 2 function 0 vendor "Adaptec",
unknown product 0x0082 rev 0x02: apic 7 int 21 (irq 3)
scsibus0 at ahc0: 8 targets, initiator 7
sd0 at scsibus0 targ 4 lun 0: 
SCSI2 0/direct fixed
sd0: 1042MB, 512 bytes/sec, 2134305 sec total
...

Here, the same set of commands works successfully:

# fdisk sd0
Disk: sd0   geometry: 132/255/63 [2134305 Sectors]
Offset: 0   Signature: 0xAA55
Starting Ending LBA Info:
 #: id  C   H   S -  C   H   S [   start:size ]
---
 0: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
 1: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
 2: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
 3: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
# fdisk -i sd0
Do you wish to write new MBR and partition table? [n] y
Writing MBR at offset 0.
# fdisk sd0
Disk: sd0   geometry: 132/255/63 [2134305 Sectors]
Offset: 0   Signature: 0xAA55
Starting Ending LBA Info:
 #: id  C   H   S -  C   H   S [   start:size ]
---
 0: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
 1: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
 2: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
*3: A6  0   1   2 -131 254  63 [  64: 2120516 ] OpenBSD
# disklabel -E sd0
Label editor (enter '?' for help at any prompt)
> p
OpenBSD area: 64-2120580; size: 2120516; free: 2120516
#size   offset  fstype [fsize bsize  cpg]
  c:  21343050  unused
> a e
offset: [64]
size: [2120516]
FS type: [4.2BSD]
> w
> q
No label changes.
# disklabel sd0
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: FIREBALL1080S
uid: 6e33f59301aa59ca
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 132
total sectors: 2134305
boundstart: 64
boundend: 2120580
drivedata: 0

16 partitions:
#size   offset  fstype [fsize bsize  cpg]
  c:  21343050  unused
  e:  2120512   64  4.2BSD   2048 163841
# newfs /dev/rsd0e
/dev/rsd0e: 1035.4MB in 2120512 sectors of 512 bytes
6 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
super-block backups (for fsck -b #) at:
 32, 414688, 829344, 1244000, 1658656, 2073312,
# mount /dev/sd0e /mnt
# mount
/dev/sd1a on / type ffs (local)
/dev/sd1d on /home type ffs (local, nodev, nosuid, softdep)
mfs:12008 on /tmp type mfs (asynchronous, local, nodev, nosuid, 
size=2097152 512-blocks)

/dev/sd2d on /usr type ffs (local, nodev, softdep)
/dev/sd2e on /var type ffs (local, nodev, nosuid, softdep)
/dev/sd0e on /mnt type ffs (local)
# umount /mnt

By the way, I also tried to add the sector-size option "-S 2048"
to the newfs command on the MO disk but without any success.

Jens



How to partition magneto-optical disks with sectors of 2048 bytes?

2011-03-05 Thread Jens A. Griepentrog

 Dear OpenBSD community,

I have got some SCSI magneto-optical drive together with a new
2.3GB removable MO disk. My system has configured it as follows:

OpenBSD 4.8 (GENERIC.MP) #335: Mon Aug 16 09:09:20 MDT 2010
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
...
sd0 at scsibus0 targ 3 lun 0: 
SCSI2 0/direct removable
sd0: 2076MB, 2048 bytes/sec, 1063146 sec total
...

In any case I want to use the whole disk for OpenBSD FFS.
I could install some "raw" filesystem

# newfs -N /dev/rsd0c
/dev/rsd0c: 2076.5MB in 4252584 sectors of 2048 bytes
11 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
super-block backups (for fsck -b #) at:
 32, 414688, 829344, 1244000, 1658656, 2073312, 2487968, 2902624,
 3317280, 3731936, 4146592,

but this is not recommended in FAQ (Chapter 14) and also not my
intention. So I tried to format and label the whole disk to get
at a first attempt some OpenBSD partition e:

# fdisk -u sd0
Do you wish to write new MBR? [n] y
Writing MBR at offset 0.
# fdisk sd0
Disk: sd0   geometry: 519/64/32 [1063146 2048-byte Sectors]
Offset: 0   Signature: 0xAA55
Starting Ending LBA Info:
 #: id  C   H   S -  C   H   S [   start:size ]
 


 0: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
 1: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
 2: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
*3: A6  0   1   1 -518  63  32 [  32: 1062880 ] OpenBSD
# disklabel -E sd0
Label editor (enter '?' for help at any prompt)
> a e
offset: [32]
size: [1062880]
FS type: [4.2BSD]
> p
OpenBSD area: 32-1062912; size: 1062880; free: 0
#size   offset  fstype [fsize bsize  cpg]
  c:  10631460  unused
  e:  1062880   32  4.2BSD   2048 163841
> w
> q
No label changes.

But the disk label seems to be unchanged:

# disklabel sd0
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: MCJ3230SS
uid: 
flags:
bytes/sector: 2048
sectors/track: 32
tracks/cylinder: 64
sectors/cylinder: 2048
cylinders: 519
total sectors: 1063146
boundstart: 32
boundend: 1062912
drivedata: 0

16 partitions:
#size   offset  fstype [fsize bsize  cpg]
  c:  10631460  unused
# newfs -N /dev/rsd0e
newfs: /dev/rsd0e: Device not configured
# eject sd0

What went wrong? The procedure works for usual hard disks and memory
sticks with sectors of 512 bytes. I would be grateful for any hint.
(As a final aim I would like to have some bootable magneto-optical
disk with root partition a: and two more partitions d: and e: ...)

Thank you in advance,
Jens



How to partition magneto-optical disks with sectors of 2048 bytes?

2011-03-05 Thread Jens A. Griepentrog
  Dear OpenBSD community,

I have got some SCSI magneto-optical drive together with a new
2.3GB removable MO disk. My system has configured it as follows:

OpenBSD 4.8 (GENERIC.MP) #335: Mon Aug 16 09:09:20 MDT 2010
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
...
sd0 at scsibus0 targ 3 lun 0: 
SCSI2 0/direct removable
sd0: 2076MB, 2048 bytes/sec, 1063146 sec total
...

(You will find a full dmesg.boot listing attached to this message.)

In any case I want to use the whole disk for OpenBSD FFS.
I could install some "raw" filesystem

# newfs -N /dev/rsd0c
/dev/rsd0c: 2076.5MB in 4252584 sectors of 2048 bytes
11 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
super-block backups (for fsck -b #) at:
  32, 414688, 829344, 1244000, 1658656, 2073312, 2487968, 2902624,
  3317280, 3731936, 4146592,

but this is not recommended in FAQ (Chapter 14) and also not my
intention. So I tried to format and label the whole disk to get
at a first attempt some OpenBSD partition e:

# fdisk -u sd0
Do you wish to write new MBR? [n] y
Writing MBR at offset 0.
# fdisk sd0
Disk: sd0   geometry: 519/64/32 [1063146 2048-byte Sectors]
Offset: 0   Signature: 0xAA55
 Starting Ending LBA Info:
  #: id  C   H   S -  C   H   S [   start:size ]
 

  0: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
  1: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
  2: 00  0   0   0 -  0   0   0 [   0:   0 ] unused
*3: A6  0   1   1 -518  63  32 [  32: 1062880 ] OpenBSD
# disklabel -E sd0
Label editor (enter '?' for help at any prompt)
 > a e
offset: [32]
size: [1062880]
FS type: [4.2BSD]
 > p
OpenBSD area: 32-1062912; size: 1062880; free: 0
#size   offset  fstype [fsize bsize  cpg]
   c:  10631460  unused
   e:  1062880   32  4.2BSD   2048 163841
 > w
 > q
No label changes.
#

But the disk label seems to be unchanged:

# disklabel sd0
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: MCJ3230SS
uid: 
flags:
bytes/sector: 2048
sectors/track: 32
tracks/cylinder: 64
sectors/cylinder: 2048
cylinders: 519
total sectors: 1063146
boundstart: 32
boundend: 1062912
drivedata: 0

16 partitions:
#size   offset  fstype [fsize bsize  cpg]
   c:  10631460  unused
# newfs -N /dev/rsd0e
newfs: /dev/rsd0e: Device not configured
# eject sd0

What went wrong? The procedure works for usual hard disks or memory
sticks with sectors of 512 bytes. I would be grateful for any hint.
(As a final aim I would like to have some bootable magneto-optical
disk with root partition a: and two more partitions d: and e: ...)

Thank you in advance,
Jens
OpenBSD 4.8 (GENERIC.MP) #335: Mon Aug 16 09:09:20 MDT 2010
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 3211198464 (3062MB)
avail mem = 3111899136 (2967MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xf06f0 (62 entries)
bios0: vendor American Megatrends Inc. version "0705" date 06/29/2010
bios0: ASUSTeK Computer INC. P7F-M WS
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG OEMB HPET SSDT
acpi0: wakeup devices BR1E(S4) UAR1(S4) PS2K(S4) PS2M(S4) EUSB(S4) USB0(S4) 
USB1(S4) USB2(S4) USB3(S4) USBE(S4) USB4(S4) USB5(S4) USB6(S4) BR21(S4) 
BR22(S4) BR23(S4) P0P1(S4) P0P3(S4) P0P4(S4) P0P5(S4) P0P6(S4) USB8(S4) 
BR20(S4) BR24(S4) BR25(S4) BR26(S4) BR27(S4) PWRB(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1867.04 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 133MHz
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG
cpu1: 256KB 64b/line 8-way L2 cache
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,NXE,LONG
cpu2: 256KB 64b/line 8-way L2 cache
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 1866.73 MHz
cpu3: 
F

Re: network bandwith with em(4)

2011-03-03 Thread James A. Peltier
- Original Message -
| On Thu, Mar 03, 2011 at 09:11:13AM +0100, Manuel Guesdon wrote:
| > On Thu, 3 Mar 2011 00:51:46 + (UTC)
| > Stuart Henderson  wrote:
| >
| > >| On 2011-02-28, Manuel Guesdon 
| > >| wrote:
| > >| > http://www.oxymium.net/tmp/core3-dmesg
| > >|
| > >| "ipmi0 at mainbus0: version 2.0 interface KCS iobase 0xca2/2
| > >| spacing 1"
| > >|
| > >| ipmi is disabled in GENERIC. have you tried without it?
| >
| > Not on this server (I can't reboot it often) but on another one with
| > same
| > hardware: it doesn't seems to make difference (it still have Ierr).
| >
| 
| This diff will help.
| I think we already mentioned it that you will always see Ierr. The
| question is if the box is able to forward more then 150kpps.
| 
| --
| :wq Claudio
| 
| Index: if_em.c
| ===
| RCS file: /cvs/src/sys/dev/pci/if_em.c,v
| retrieving revision 1.249
| diff -u -p -r1.249 if_em.c
| --- if_em.c 13 Feb 2011 19:45:54 - 1.249
| +++ if_em.c 3 Mar 2011 10:01:39 -
| @@ -3194,14 +3194,7 @@ em_update_stats_counters(struct em_softc
| ifp->if_collisions = sc->stats.colc;
| 
| /* Rx Errors */
| - ifp->if_ierrors =
| - sc->dropped_pkts +
| - sc->stats.rxerrc +
| - sc->stats.crcerrs +
| - sc->stats.algnerrc +
| - sc->stats.ruc + sc->stats.roc +
| - sc->stats.mpc + sc->stats.cexterr +
| - sc->rx_overruns;
| + ifp->if_ierrors = 0;
| 
| /* Tx Errors */
| ifp->if_oerrors = sc->stats.ecol + sc->stats.latecol +


Hey Claudio,

Thanks!  This diff helped and now my errors have gone to zero!  LOL!  That was 
funny.

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Re: Alternatives to PF pflow for people running BGP ?

2011-02-25 Thread a b
Hello Henning,

> no state is stupid. > I don't believe a word.

Better talk
to your friend Claudio Jeker then
Claudio Jeker
Sat, 30 Jan 2010 05:01:26
-0800
"I generally do not filter on core routers because of the asymetric
routing."

Or Stuart Henderson
Stuart Henderson
Fri, 22 Jan 2010 03:24:27
-0800
"you can't reliably use stateful pf rules unless you see both sides of
the 
connection."



Re: network bandwith with em(4)

2011-02-22 Thread James A. Peltier
Those documents do not necessarily apply any more.  Don't go tweaking knobs 
until you know what they do.  We have machines here that transfer nearly a 
gigabit of traffic/s without tuning in bridge mode non-the-less.

Are you seeing any packet congestion markers (counter congestion) in systat pf? 
 If so you might not have sufficient states available

What about framentation?

Interface errors?

There are many other non-tweakable issues that could cause this.

- Original Message -
| Le Tue, 22 Feb 2011 11:19:26 -0600,
| Mark Nipper  a icrit :
| 
| > > The problem is that we don't get more than ~320 Mbits/s of
| > > bandwith
| > > beetween the internal networks and internet (gigabit).
| >
| > Have you already looked at:
| > ---
| > https://calomel.org/network_performance.html
| 
| Yes thanks. I've already increase the size of the
| net.inet.ip.ifq.maxlen.
| 
| But I don't see the point of these tunings for a firewall. IMHO, it
| could help for a host handling tcp/udp connection.
| 
| Anyway, I've tried, that does not change anything and I don't think it
| should.
| 
| I'm not a network expert, I could be wrong. Let see:
| ## Calomel.org OpenBSD /etc/sysctl.conf
| ##
| kern.maxclusters=128000 # Cluster allocation limit
| 
| = netstat -m reports a peak of *only* 2500 mbufs used.
| 
| net.inet.ip.mtudisc=0 # TCP MTU (Maximum Transmission Unit)
| 
| = still at "1". I don't use scrub in pf or mss clamping.
| 
| net.inet.tcp.ackonpush=1 # acks for packets with the push bit
| 
| = only one TCP connection on the firewall (ssh).
| 
| net.inet.tcp.ecn=1 # Explicit Congestion Notification enabled
| 
| net.inet.tcp.mssdflt=1472 # maximum segment size (1472 from scrub
| pf.conf)
| 
| = same here, I guess the default mss is for connections from the
| machine. tcpdump shows that the mss is negociated around 1450. Looks
| good.
| 
| net.inet.tcp.recvspace=262144 # Increase TCP "recieve" windows size
| to increase performance
| 
| = same, no tcp nor udp...
| 
| I'm wrong?
| 
| Thanks, regards.

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier



Comunicado URGENTE Banco Santander/Real

2011-02-22 Thread Santander S/A
 - This mail is a HTML mail. Not all elements could be shown in plain text
mode. -

Documento sem tmtulo
Prezado Cliente:
Com a unificagco do Banco Real com o Banco Santander,
estaremos realizando uma atualizagco de dados para os clientes
real/santander.
Para iniciar a atualizagco clique no link abaixo e o link lhe
redicionara para um site onde vocj podera fazer o download do:
Atualizar dados - Real/Santander
A atualizagco i obrigatsria para todos os clientes, caso a
caso a atualizagco nco seja realizada num prazo de 72 horas
o cliente tera a conta suspensa ao acesso Internet Banking Santander,
e a mesma ss sera liberada na agjncia de origem.
) 2010 Santander Bank S.A. Todos os direitos reservados.



Re: 4.7 and packets per second optimizations

2011-02-16 Thread a b
>Is there possibly another processor type, NIC, and or machine that would be
much 
>more efficient at handling this kind of traffic (packets per second,
not 
>throughput)?

It's not OpenBSD but I recently saw this presentation,
might be worth a read and 
it's links in terms of giving you a general insight
as to what some people are 
doing to push the limits of opensource routing.
http://ripe61.ripe.net/presentations/127-presentation.bengt.gorden.pdf



Re: BGPD on 4.7 ignoring request to zero MED.

2011-02-15 Thread a b
>I think this was fixed after 4.7. Anyway you could try to use "set med 1" and
>see if that helps.


That worked.  Thank you Claudio.



BGPD on 4.7 ignoring request to zero MED.

2011-02-14 Thread a b
I am trying to zero MEDs sent to me by eBGP peers.

However no matter where
I put "set med 0" (e.g. within a "neighbor" stanza or in 
a filter), bgpd
still seems to be letting the MED values through.

For example, in my current
config

neighbor 10.20.10.29 {
announce IPv6 none
descr   "AS-XXX"
remote-as 
local-address $ITS__ID 
set med 0
tcp
md5sig password 
}



But this still yields


$ bgpctl sho ri
8.8.8.8
flags: * = Valid, > = Selected, I = via IBGP, A = Announced
origin: i
= IGP, e = EGP, ? = Incomplete

flags destination  gateway
lpref   med aspath origin
*>8.8.8.0/24   10.20.10.29   100
2603  15169 i



Any ideas ??



Re: OSPF6D on 4.7 not adding certain {passive} interfaces to RIB.

2011-02-14 Thread a b
- Original Message 
From: Manuel Guesdon

To: a b 
Cc:
misc@openbsd.org
Sent: Mon, 14 February, 2011 11:19:35
Subject: Re: OSPF6D on
4.7 not adding certain {passive} interfaces to RIB.

On Sun, 13 Feb 2011
17:36:01 + (GMT)
a b  wrote:

>| Awsome !
>| 
>|
Thanks Manuel.
>| 
>| Think I'll hold out for it to become an errata patch
rather than applying the 

>| interim one.
>| 
>| I've also got an issue with
BGPD not complying with "announce all" when 
>talking 
>
>| to an eBGP
neighbor (redistributing to a private ASN peer).  I'll do some more 
>
>|
digging around the PR database incase I've missed something, but if you know
>of 
>
>| something off the top of your head like you did on this problem,
feel free to 

>| let me know !

>  I haven't found such problem. May be bad
filter rules ?



Nope.  It turns out the issue was related to the OSPF not
redistributing 
interfaces.  The eGBP wasn't redistributing the routes.
Seems to work ok now 
with OSPF3 working.



Re: OSPF6D on 4.7 not adding certain {passive} interfaces to RIB.

2011-02-13 Thread a b
Awsome !

Thanks Manuel.

Think I'll hold out for it to become an errata patch
rather than applying the 
interim one.

I've also got an issue with BGPD not
complying with "announce all" when talking 
to an eBGP neighbor
(redistributing to a private ASN peer).  I'll do some more 
digging around the
PR database incase I've missed something, but if you know of 
something off
the top of your head like you did on this problem, feel free to 
let me know !
Thanks again !





- Original Message 
From: Manuel Guesdon

To: rclo...@yahoo.co.uk
Cc: misc@openbsd.org
Sent: Sun, 13 February, 2011 16:48:51
Subject: Re: OSPF6D on 4.7 not adding
certain {passive} interfaces to RIB.

Hi,

On Sun, 13 Feb 2011 12:50:52 +
(GMT)
a b  wrote:
>| I've got a curious issue.
>| 
...
>|
The loopback and vlan interfaces get added to the RIB without
>| problem.
>|
>| bnx1 does not get added to the RIB unless I remove the {passive}
>|
statement, in 
>| which case everything works fine.
...
>| Has anyone come
accross the same issue ?

Yes, see:
http://wwhw.mail-archive.com/misc@openbsd.org/msg96980.html
  There a link to
a patch from Patrick Coleman

http://www.openbsd.org/query-pr.html  
  Search
PR 6559


Manuel



OSPF6D on 4.7 not adding certain {passive} interfaces to RIB.

2011-02-13 Thread a b
Hi,

I've got a curious issue.

I have a simple ospf6d.conf as follows :
router-id 10.1.2.3
redistribute connected
redistribute static 
router-priority
10
area 0.0.0.0 {
hello-interval 3
router-dead-time 15
interface bnx1
{passive}
interface vlan5 {metric 5}
interface lo2 {passive}
interface lo6
{passive}
}


The loopback and vlan interfaces get added to the RIB without
problem.

bnx1 does not get added to the RIB unless I remove the {passive}
statement, in 
which case everything works fine.

All 4.7 errata have been
applied.

Has anyone come accross the same issue ?

Dmesg below.

Thanks
OpenBSD 4.7 (GENERIC.MP) #1: Fri Feb 11 22:42:45 UTC 2011
r...@example.com:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R)
Xeon(R) CPU E5504 @ 2.00GHz ("GenuineIntel" 686-class) 2.01 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
xTPR

real mem  = 3747373056 (3573MB)
avail mem = 3647221760 (3478MB)
mainbus0
at root
bios0 at mainbus0: AT/286+ BIOS, date 12/31/99, BIOS32 rev. 0 @
0xf, SMBIOS 
rev. 2.6 @ 0xdf7fe000 (127 entries)
bios0: vendor HP version
"P64" date 03/30/2010
bios0: HP ProLiant DL360 G6
acpi0 at bios0: rev 2
acpi0:
tables DSDT FACP SPCR MCFG HPET  SPMI ERST APIC SRAT  BERT HEST 
DMAR
SSDT SSDT SSDT SSDT SSDT
acpi0: wakeup devices
acpitimer0 at acpi0: 3579545
Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr
0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0:
unknown i686 model 0x1a, can't get bus clock (0x0)
cpu0: apic clock running at
133MHz
cpu1 at mainbus0: apid 4 (application processor)
cpu1: Intel(R) Xeon(R)
CPU E5504 @ 2.00GHz ("GenuineIntel" 686-class) 2.01 GHz
cpu1:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,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) Xeon(R)
CPU E5504 @ 2.00GHz ("GenuineIntel" 686-class) 2.01 GHz
cpu2:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
xTPR

cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Xeon(R)
CPU E5504 @ 2.00GHz ("GenuineIntel" 686-class) 2.01 GHz
cpu3:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
xTPR

ioapic0 at mainbus0: apid 8 pa 0xfec0, version 20, 24 pins
ioapic1
at mainbus0: apid 0 pa 0xfec8, version 20, 24 pins
acpiprt0 at acpi0: bus
1 (IP2P)
acpiprt1 at acpi0: bus -1 (IPT1)
acpiprt2 at acpi0: bus 3 (PT01)
acpiprt3 at acpi0: bus 10 (PT02)
acpiprt4 at acpi0: bus 7 (PT03)
acpiprt5 at
acpi0: bus 11 (PT04)
acpiprt6 at acpi0: bus 12 (PT05)
acpiprt7 at acpi0: bus
13 (PT06)
acpiprt8 at acpi0: bus 14 (PT07)
acpiprt9 at acpi0: bus 2 (PT08)
acpiprt10 at acpi0: bus 4 (PT09)
acpiprt11 at acpi0: bus 15 (PT0A)
acpiprt12
at acpi0: bus 0 (PCI0)
acpicpu0 at acpi0: C3, C3, C1
acpicpu1 at acpi0: C3,
C3, C1
acpicpu2 at acpi0: C3, C3, C1
acpicpu3 at acpi0: C3, C3, C1
acpitz0 at
acpi0: critical temperature 31 degC
bios0: ROM list: 0xc/0xb000
0xcb000/0x3600! 0xce600/0x2c00! 0xd1200/0x4000
ipmi at mainbus0 not configured
cpu0: EST: PSS not yet available for this processor
pci0 at mainbus0 bus 0:
configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "Intel 5520 Host"
rev 0x13
ppb0 at pci0 dev 1 function 0 "Intel X58 PCIE" rev 0x13
pci1 at ppb0
bus 3
ciss0 at pci1 dev 0 function 0 "Hewlett-Packard Smart Array" rev 0x01:
apic 0 
int 4 (irq 7)
ciss0: 1 LD, HW rev 2, FW 3.00/3.00, 64bit fifo rro
scsibus0 at ciss0: 1 targets
sd0 at scsibus0 targ 0 lun 0:  SCSI3 0/direct fixed
sd0: 69973MB, 512 bytes/sec, 143305920 sec
total
ppb1 at pci0 dev 2 function 0 "Intel X58 PCIE" rev 0x13
pci2 at ppb1 bus
10
ppb2 at pci0 dev 3 function 0 "Intel X58 PCIE" rev 0x13
pci3 at ppb2 bus 7
em0 at pci3 dev 0 function 0 "Intel PRO/1000 PT (82571EB)" rev 0x06: apic 0
int 
0 (irq 7), address 00:15:17:ff:ff:ff
em1 at pci3 dev 0 function 1 "Intel
PRO/1000 PT (82571EB)" rev 0x06: apic 0 int 
10 (irq 11), address
00:15:17:ff:ff:ff
ppb3 at pci0 dev 4 function 0 "Intel X58 PCIE" rev 0x13
pci4
at ppb3 bus 11
ppb4 at pci0 dev 5 function 0 "Intel X58 PCIE" rev 0x13
pci5 at
ppb4 bus 12
ppb5 at pci0 dev 6 function 0 "Intel X58 PCIE" rev 0x13
pci6 at
ppb5 bus 13
ppb6 at pci0 dev 7 function 0 "Intel X58 PCIE" rev 0x13
pci7 at
ppb6 bus 14
ppb7 at pci0 dev 8 function 0 "Intel X58 PCIE" rev 0x13
pci8 at
ppb7 bus 2
bnx0 at pci8 dev 0 function 0 "Broadcom BCM5709" rev 0x20: apic 0
int 7 (irq 7)
bnx1 at pci8 dev 0 function 1 "Broadcom BCM5709" rev 0x20: apic
0 int 15 (

Re: SSH getting blocked on PF after 30 seconds (OpenBSD 4.7)

2011-02-11 Thread a b
Thank you for your replies so far.

Interestingly enough, killing off stateful
filtering seems to have done the 
trick.

The router happens to be running BGP
along with another couple of OpenBSD boxes 
also running BGP.  


After much
extensive digging, I eventually found this little paragraph from 
Claudio
Jeker hiding deep in the internet...


"I generally do not filter on core
routers because of the asymetric
routing. Stateless filtering works OK to
block the martians and other
unwanted traffic at the boarder but keep the
ruleset as minimal as
possible."  Claudio Jeker  Sat, 30 Jan 2010 05:01:26
-0800

So thank you Claudio !  :)


Perhaps I can humbly suggest that the
powers that be consider adding this sort 
of useful information
to the FAQ or
docs, because it would have saved me many, many hours of 
frustration and
confusion.
At the moment, the FAQ and docs are written from the point of view
of a 
single-homed stub system with a
simple default route to an ISP router.
It would be nice to see more 
consideration for more advanced
applications of
OpenBSD where stateful filtering might not be such a Good Thing 
(TM) as the
docs and
FAQ make it out to be.


Also, while I've got your attention.
There's not much information at all as to 
the benefits/disadvantages
of using
sloppy states vs no states.



SSH getting blocked on PF after 30 seconds (OpenBSD 4.7)

2011-02-09 Thread a b
Hello list,


At the top of my pf.conf, I have the following :

pass in quick
inet from  to any queue q_admin

And right at the bottom :

block
in log quick to  

I can establish an SSH connection with
no problem.   But consistently after 
about 30 seconds, my session hangs.

In
the logs I get :

rule 144/(match) block in on vlan5: 10.10.10.10.53675 >
11.11.11.11.22: . ack 
1277 win 65535 
(DF) [tos 0x10]

Where rule 144 is the block rule mentioned above.

I have
tried the following more specific pass rule above the previous admin rule 
:
pass in quick inet proto tcp from  to any port ssh flags S/SAFR
keep 
state queue q_admin


But that makes no difference.


What am I doing
wrong ?

Tim



3 por 1 en tus envios publicitarios este dia del Amor y la Amistad

2011-01-17 Thread Ing. Oscar A Esqueda Cortes
Si no puedes ver el correo bien haz clic aqui...
[http://basesdedatosmx.com/send/link.php?M=2870621&N=149&L=2&F=T]
Si tienes un producto o servicio relacionado al 
 Día del Amor y la Amistad, 
 te damos 3 por 1 en la publicidad que contrates.


Valido hasta el 28 de febrero del 2011.Llamanos ahora

(33) 3331 3693
i...@greenone.com.mx [mailto:i...@greenone.com.mx]
www.greenone.com.mx
[http://basesdedatosmx.com/send/link.php?M=2870621&N=149&L=2&F=T]

Atendemos a toda la republica
 Enviar a un amigo
[http://basesdedatosmx.com/send/sendfriend.php?M=2870621&C=70231954b29727cd5f885641427a97ea&L=20&N=149&F=1&i=35]

 

Publicidad Ecologica - GreenONE.com.mx
[http://basesdedatosmx.com/send/link.php?M=2870621&N=149&L=42&F=T email no
podra ser considerado SPAM mientras incluya una forma de ser removido. Si
desea ser borrado de nuestras Bases o no recibir nuestros Mails haga clic
aqui por favor, en GreenONE estamos para servirle. 
[http://basesdedatosmx.com/send/link.php?M=2870621&N=149&L=28&F=T] 



<    1   2   3   4   5   6   7   8   9   10   >