Re: Screen resolution and ACPI

2006-12-24 Thread Didier Wiroth
Hello,
Use the following vmware-xorg.conf or copy the modelines into your xorg.conf:
http://www.wiroth.net/samples/vmware-xorg.conf
You will be able to use higher resolutions.
Kind regards,
Didier

- Original Message -
From: Passeur [EMAIL PROTECTED]
Date: Saturday, December 23, 2006 21:35
Subject: Screen resolution and ACPI
To: misc@openbsd.org

 Hi,
 
 I am using OpenBSD 4.0 with KDE 3.5.4
 I am looking for how to change the screen resolution which is 
 stuck to
 640*480 at the moment.
 KDE option to change the screen resolution is greyed out.
 I have been pointed out to change the XF86Config file but this 
 file does not
 exist on my installation.
 
 Also I would like the PC to actualy shut down when I do 
 shutdown -h now
 instead of having to press the power button. This option is 
 supported but
 disabled by default as far I have read, but how to enable it ?
 
 Thanks a million in advance
 
 
 -- 
 View this message in context: http://www.nabble.com/Screen-
 resolution-and-ACPI-tf2875353.html#a8036593
 Sent from the openbsd user - misc mailing list archive at Nabble.com.



Re: Screen resolution and ACPI

2006-12-24 Thread Dimitry Andric
Passeur wrote:
 Also I would like the PC to actualy shut down when I do shutdown -h now
 instead of having to press the power button. This option is supported but
 disabled by default as far I have read, but how to enable it ?

Use the -p option, as it says in shutdown(8).  Or read and edit
/etc/rc.shutdown.



Re: uaudio trouble

2006-12-24 Thread Alexandre Ratchov
On Sat, Dec 23, 2006 at 11:08:11PM -0500, Steve Shockley wrote:
 Alexandre Ratchov wrote:
 does at least the following work?
 
 audioctl -f /dev/audioctl1 play.encoding=slinear_le play.precision=16
 
 Huh, that returns audioctl: set failed: Device not configured... 
 something's not right.  It's strange that audioctl -f /dev/audioctl1 
 -a works properly and this doesn't.

it seems that there is a mixer control that is missing on your
device (that's not bad), but the kernel driver tries to change its
setting. The problem is discussed here:

http://marc.theaimsgroup.com/?l=openbsd-techm=114641672628647

Mixers of uaudio(4) devices that use signed values don't work
properly, perhaps yours uses signed values and that would explain
why there is no sound; there is a fix for this issue, too:

http://caoua.org/alex/obsd/uaudio-sign.diff
http://caoua.org/alex/obsd/audio-ports.diff
http://caoua.org/alex/obsd/audio-pollcond.diff
http://caoua.org/alex/obsd/audio-pause.diff

These are the same diffs as in:

http://marc.theaimsgroup.com/?l=openbsd-techm=115982418728996

If you have some time could you apply all patches and see if the
device work as expected? Feel free to contact me if you need more
info about how to test these diffs and/or to make uaudio(4) work

-- Alexandre



vnconfig -K bug or feature?

2006-12-24 Thread Michael

Hi,

I stumbled about this when trying to set up an auomount script for 
vnconfig -K using a cryptab like fstab.


Commands entrered by hand here tho:

x41ibm:~ $ dd if=/dev/arandom of=test bs=512 count=10
10+0 records in
10+0 records out
5120 bytes transferred in 4.470 secs (11452240 bytes/sec)
x41ibm:~ $ dd if=/dev/arandom of=key bs=512 count=10
10+0 records in
10+0 records out
5120 bytes transferred in 0.000 secs (9481481 bytes/sec)
x41ibm:~ $ echo key | vnconfig -cv -K 4096 /dev/svnd3c test
Encryption key:
Salt file: /dev/svnd3c: 5120 bytes on test
x41ibm:~ $ newfs /dev/svnd3c
newfs: /dev/svnd3c: not a character-special device
/dev/svnd3c:10 sectors in 1000 cylinders of 1 tracks, 100 sectors
48.8MB in 1 cyl groups (1000 c/g, 48.83MB/g, 6272 i/g)
super-block backups (for fsck -b #) at:
 32,
x41ibm:~ $ mount /dev/svnd3c /mnt
x41ibm:~ $ umount /mnt
x41ibm:~ $ vnconfig -u svnd3
x41ibm:~ $ echo key | vnconfig -cv -K 4096 /dev/svnd3c test
Encryption key:
Salt file: /dev/svnd3c: 5120 bytes on test
x41ibm:~ $ mount /dev/svnd3c /mnt
x41ibm:~ $ umount /mnt
x41ibm:~ $ vnconfig -u svnd3


So, is this a bug or a feature that you can pipe the name of the 
saltfile to vnconfig? Personally I consider it a feature (and am using 
it right now) but it would have been nice if that was documented in the 
vnconfig manual.


Would have spared me some time trying to figure out why this doesn't work:

egrep -v ^[[:space:]]*(#|$) /etc/cryptab | while read a b c; do
echo $a:
vnconfig -cv -K 4096 /dev/$bc /var/crypt/$a
mount -o nodev,nosuid,sync /dev/$bc $c
done

 - Michael



Re: LiveCD

2006-12-24 Thread Andreas Bihlmaier
On Sat, Dec 23, 2006 at 03:49:25PM -0800, Passeur wrote:
 Hi,
 
 I am trying to build a live CD based on the official OpenBSD article.
 (http://www.openbsd-wiki.org/index.php?title=LiveCD)

This is not official.

 qemu-img create ~/livecd.qemu.hd0 2G
 Ran fine, I have got a 2GB virtual drive.
 
 qemu -hda ~/livecd.qemu.hd0 -cdrom /home/cd40.iso -boot d
 Error message after validation of the previous command:
 
 Could not initialize SDL - Exiting

What you just did is using qemu, doesn't have anything to do with
LiveCD, thus you might want to bug ports@ about it.

In order to help post:
- dmesg
- pkg_info
- qemu -h | grep version

 
 I have some articles and they were talking about the fact we need to recomp
 the Kernell with SDL support ?
 Is that so ?

Kernel with SDL support? WTF?
No you do not need to change your kernel for userland stuff.

 Thank you

Regards,
ahb

Btw.
(for those enjoying christian traditions): Merry Christmas



Re: LiveCD

2006-12-24 Thread Kenny Mann

Passeur wrote:

Hi,

I am trying to build a live CD based on the official OpenBSD article.
(http://www.openbsd-wiki.org/index.php?title=LiveCD)
  


Ok, modified front page:
http://www.openbsd-wiki.org/index.php?title=Main_Pagediff=1889oldid=1851
Sorry to cause the misunderstanding.

As others have said, it's not an official website.

Kenny



Re: Squid 2.6 transparent proxy with pf

2006-12-24 Thread Sylwester S. Biernacki
On Thursday, December 21, 2006, at 15:32:24, Peter N. M. Hansteen wrote:

 Dominik Zalewski [EMAIL PROTECTED] writes:

 My question is can redirect traffic on $int_if to another machine connected 
 to the same interface? Does this rule is corrrect ?

 You can redirect, but you need to let the packets from the proxy pass
 without redirection to the rest of the world.

 rdr pass on $int_if proto tcp from any to any port 80 - $squid port 8080

 I would supplement this with a 'no rdr' rule for the proxy generated traffic.

one thing you should notice is that if packets are generated from the
same network your proxy stands in, then proxy will try to send reply
packets (and packets with www pages of course) directly to machines in
your LAN. And it means problems ;)

What I should do is create another network (i.e. if your lan is
10.0.0.0/24 you can use 10.1.0.0/24) and attach 10.1.0.1 to OpenBSD
NAT box and 10.1.0.2 to proxy.
Then add NAT rules at OpenBSD NAT box and the following lines:
no rdr on $int_if from 10.1.0.2
rdr on $int_if from your.lan/net to any port 80 - 10.1.0.2 port 8080

I made such config about a year ago and it worked. Maybe there are
newer features in PF that will work now, but my scenario was good year
ago and I haven't changed it (old IT rule: if sth works well don't
touch that :-))

regards,
-- 
Sylwester S. Biernacki [EMAIL PROTECTED]
X-NET, http://www.xnet.com.pl/



Cannot map interrupt for sis0

2006-12-24 Thread Brice Lin
For some reason, OpenBSD cannot map the interrupt for my onboard NIC
(sis900). The card appears under the supported hardware list, and it works
with FreeBSD 6.1-RELEASE, Linux, and Windows. The same problem occurs across
versions 3.9, 4.0, and a snapshot release from December 16, 2006. Thanks in
advance for any assistance.

Here is the output from dmesg:
OpenBSD 4.0 (GENERIC) #0: Fri Dec 15 14:43:51 PST 2006
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Pentium(R) 4 CPU 1.80GHz (GenuineIntel 686-class) 1.82 GHz
cpu0:
FPU,V86,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
real mem  = 234434560 (228940K)
avail mem = 206131200 (201300K)
using 2887 buffers containing 11825152 bytes (11548K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(e4) BIOS, date 01/20/02, BIOS32 rev. 0 @ 0xf1160,
SMBIOS rev. 2.3 @ 0xf30f0 (47 entries)
bios0: HP Pavilion 04 P7477A-ABA 751N
apm0 at bios0: Power Management spec V1.2 (BIOS mgmt disabled)
apm0: APM power management enable: unrecognized device ID (9)
apm0: APM engage (device 1): power management disabled (1)
apm0: AC on, battery charge unknown
apm0: flags b0102 dobusy 0 doidle 1
pcibios0 at bios0: rev 2.1 @ 0xf/0x1952
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf18d0/128 (6 entries)
pcibios0: PCI Interrupt Router at 000:02:0 (SiS 85C503 System rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0xc000 0xcc000/0x4000!
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 SiS 650 PCI rev 0x01
ppb0 at pci0 dev 1 function 0 SiS 86C201 AGP rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 SiS 650 VGA rev 0x00: aperture at
0xf000, size 0x40
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 2 function 0 SiS 85C503 System rev 0x00
ohci0 at pci0 dev 2 function 2 SiS 5597/5598 USB rev 0x07: irq 9, version
1.0, legacy support
usb0 at ohci0: USB revision 1.0
uhub0 at usb0
uhub0: SiS OHCI root hub, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
ohci1 at pci0 dev 2 function 3 SiS 5597/5598 USB rev 0x07: irq 9, version
1.0, legacy support
usb1 at ohci1: USB revision 1.0
uhub1 at usb1
uhub1: SiS OHCI root hub, rev 1.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
pciide0 at pci0 dev 2 function 5 SiS 5513 EIDE rev 0xd0: 650: DMA, channel
0 wired to compatibility, channel 1 wired to compatibility
wd0 at pciide0 channel 0 drive 0: SAMSUNG SV8004H
wd0: 16-sector PIO, LBA, 76351MB, 156368016 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: MITSUMI, CR-48X9TE, 5.0D SCSI0 5/cdrom
removable
atapiscsi1 at pciide0 channel 1 drive 1
scsibus1 at atapiscsi1: 2 targets
cd1 at scsibus1 targ 0 lun 0: SAMSUNG, DVD-ROM SD-616F, F100 SCSI0 5/cdrom
removable
cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2
cd1(pciide0:1:1): using PIO mode 4, Ultra-DMA mode 2
auich0 at pci0 dev 2 function 7 SiS 7012 AC97 rev 0xa0: irq 9, SiS7012
AC97
ac97: codec id 0x41445360 (Analog Devices AD1885)
ac97: codec features headphone, Analog Devices Phat Stereo
audio0 at auich0
sis0 at pci0 dev 3 function 0 SiS 900 10/100BaseTX rev 0x90pci_intr_map:
no mapping for pin A
: couldn't map interrupt
ATT/Lucent FW322 1394 rev 0x04 at pci0 dev 14 function 0 not configured
ATT/Lucent LTMODEM rev 0x02 at pci0 dev 16 function 0 not configured
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
biomask ff65 netmask ff65 ttymask ffe7
pctr: user-level cycle counter enabled
uhub2 at uhub1 port 2umass0 at uhub0 port 2 configuration 1 interface 0
umass0: vendor 0x0930 USB Flash Memory, rev 2.00/1.00, addr 2
umass0: using SCSI over Bulk-Only
uhub2: HP Multimedia Keyboard Hub, rev 1.10/0.03, addr 2
scsibus2 at umass0: 2 targets
uhub2: 3 ports with 2 removable, bus powered
uhidev0 at uhub2 port 1 configuration 1 interface 0
uhidev0: HP Multimedia Keyboard Hub, rev 1.10/0.03, addr 3, iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub2 port 1 configuration 1 interface 1
uhidev1: HP Multimedia Keyboard Hub, rev 1.10/0.03, addr 3, iclass 3/0
uhidev1: 3 report ids
uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0
uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 

Re: vnconfig -K bug or feature?

2006-12-24 Thread Jason McIntyre
On Sun, Dec 24, 2006 at 02:26:42PM +0100, Michael wrote:
 
 x41ibm:~ $ dd if=/dev/arandom of=test bs=512 count=10
 10+0 records in
 10+0 records out
 5120 bytes transferred in 4.470 secs (11452240 bytes/sec)
 x41ibm:~ $ dd if=/dev/arandom of=key bs=512 count=10
 10+0 records in
 10+0 records out
 5120 bytes transferred in 0.000 secs (9481481 bytes/sec)
 x41ibm:~ $ echo key | vnconfig -cv -K 4096 /dev/svnd3c test
 Encryption key:
 Salt file: /dev/svnd3c: 5120 bytes on test
 x41ibm:~ $ newfs /dev/svnd3c
 newfs: /dev/svnd3c: not a character-special device
 /dev/svnd3c:10 sectors in 1000 cylinders of 1 tracks, 100 sectors
 48.8MB in 1 cyl groups (1000 c/g, 48.83MB/g, 6272 i/g)
 super-block backups (for fsck -b #) at:
  32,
 x41ibm:~ $ mount /dev/svnd3c /mnt
 x41ibm:~ $ umount /mnt
 x41ibm:~ $ vnconfig -u svnd3
 x41ibm:~ $ echo key | vnconfig -cv -K 4096 /dev/svnd3c test
 Encryption key:
 Salt file: /dev/svnd3c: 5120 bytes on test
 x41ibm:~ $ mount /dev/svnd3c /mnt
 x41ibm:~ $ umount /mnt
 x41ibm:~ $ vnconfig -u svnd3
 
 
 So, is this a bug or a feature that you can pipe the name of the 
 saltfile to vnconfig? Personally I consider it a feature (and am using 
 it right now) but it would have been nice if that was documented in the 
 vnconfig manual.
 

please send a diff for the changes you want.
jmc



Re: LiveCD

2006-12-24 Thread Passeur
Alright sorry guys I thought it was the official WIKI website.
Anyway let say I can not use QEMU, which is the case, what would you
recommend to build a live CD ? Having a second machine ? Even virtual, or
can we bypass this step as the other LiveCD FAQS do not even talk about a
second host.



Andreas Bihlmaier-2 wrote:
 
 On Sat, Dec 23, 2006 at 03:49:25PM -0800, Passeur wrote:
 Hi,
 
 I am trying to build a live CD based on the official OpenBSD article.
 (http://www.openbsd-wiki.org/index.php?title=LiveCD)
 
 This is not official.
 
 qemu-img create ~/livecd.qemu.hd0 2G
 Ran fine, I have got a 2GB virtual drive.
 
 qemu -hda ~/livecd.qemu.hd0 -cdrom /home/cd40.iso -boot d
 Error message after validation of the previous command:
 
 Could not initialize SDL - Exiting
 
 What you just did is using qemu, doesn't have anything to do with
 LiveCD, thus you might want to bug ports@ about it.
 
 In order to help post:
 - dmesg
 - pkg_info
 - qemu -h | grep version
 
 
 I have some articles and they were talking about the fact we need to
 recomp
 the Kernell with SDL support ?
 Is that so ?
 
 Kernel with SDL support? WTF?
 No you do not need to change your kernel for userland stuff.
 
 Thank you
 
 Regards,
 ahb
 
 Btw.
 (for those enjoying christian traditions): Merry Christmas
 
 
 

-- 
View this message in context: 
http://www.nabble.com/LiveCD-building-error-tf2875827.html#a8043613
Sent from the openbsd user - misc mailing list archive at Nabble.com.



Bridge lockup

2006-12-24 Thread Karl O. Pinc

Hi,

I was just messing about upgrading some boxes from 3.8
and I shut a router down for a while and the bridge
it was plugged into hung.  No response to pings and
no response to the keyboard.  The only thing I noticed
was that the 3 keyboard lights were all blinking off
and on together at about a 1 second interval.

Everything is running 3.8.

The OpenBSD router/firewall is plugged into an OpenBSD
bridge via a crossover cable.  The bridge interface is
a dc device.  The firewall was powered down for a while
and there was probably some traffic destined through it
over the bridge while it was down.  The purpose of the
bridge is to do traffic queueing, on both sides of the
bridge, so the bridge is running pf and altq.  The
bridge is transparent.

I power cycled the bridge and everything's back to normal.
I don't see anything in the logs.

It's all old, old hardware, fwiw.

Dmesg output for the bridge appended.

It's never been a problem before so I'm not particularly
anxious about the problem, but if there's something to
be learned I'm all ears.

Thanks.

Karl [EMAIL PROTECTED]
Free Software:  You don't pay back, you pay forward.
 -- Robert A. Heinlein

OpenBSD 3.8-stable (GENERIC) #1: Tue Dec 20 21:20:37 CST 2005
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD-K6(tm) 3D processor (AuthenticAMD 586-class) 501 MHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX
real mem  = 28934144 (28256K)
avail mem = 18362368 (17932K)
using 378 buffers containing 1548288 bytes (1512K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(04) BIOS, date 07/01/99, BIOS32 rev. 0 @  
0xf06f0

apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
apm0: flags 30102 dobusy 0 doidle 1
pcibios0 at bios0: rev 2.1 @ 0xf/0xda2
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf0d10/144 (7 entries)
pcibios0: PCI Interrupt Router at 000:01:0 (SIS 85C503 System rev  
0x00)

pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0x8000
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 SIS 530 PCI rev 0x02
pciide0 at pci0 dev 0 function 1 SIS 5513 EIDE rev 0xd0: 530: DMA,  
channel 0 configured to compatibility, channel 1 configured to  
compatibility

wd0 at pciide0 channel 0 drive 0: Maxtor 71084 AP
wd0: 16-sector PIO, LBA, 1036MB, 2122780 sectors
atapiscsi0 at pciide0 channel 0 drive 1
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: , ATAPI CDROM, 1.30 SCSI0 5/cdrom  
removable

wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
cd0(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 disabled (no drives)
pcib0 at pci0 dev 1 function 0 SIS 85C503 System rev 0xb3
SIS 5595 System rev 0x00 at pci0 dev 1 function 1 not configured
ppb0 at pci0 dev 2 function 0 SIS 86C201 AGP rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 SIS 530 VGA rev 0xa2: aperture at  
0xe780, size 0x40

wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
dc0 at pci0 dev 10 function 0 Lite-On PNIC rev 0x20: irq 12, address  
00:a0:cc:66:7d:9c

bmtphy0 at dc0 phy 1: BCM5201 10/100 PHY, rev. 2
dc1 at pci0 dev 11 function 0 Lite-On PNIC rev 0x20: irq 10, address  
00:a0:cc:66:7d:9d

bmtphy1 at dc1 phy 1: BCM5201 10/100 PHY, rev. 2
dc2 at pci0 dev 12 function 0 Lite-On PNIC rev 0x20: irq 11, address  
00:a0:cc:66:7d:9b

bmtphy2 at dc2 phy 1: BCM5201 10/100 PHY, rev. 2
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
sysbeep0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
lm0 at isa0 port 0x290/8: LM78
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
biomask e365 netmask ff65 ttymask ffe7
pctr: user-level cycle counter enabled
mtrr: K6-family MTRR support (2 registers)
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
WARNING: / was not properly unmounted
dc0: failed to force tx and rx to idle state
dc0: failed to force tx and rx to idle state
dc1: failed to force tx and rx to idle state
dc2: failed to force tx and rx to idle state



install pgsql package from snapshot - error

2006-12-24 Thread Frank Bax
I installed from snapshots yesterday and installed pgsql from packages 
without much todo (after installing other packages). I wiped disk and 
started over; and I guess I tried to install packages in a different order 
this time.  I get an unusual error message when installing pgsql; whereas 
icewm gives expected msg about dependancy missing.  There are no packages 
installed when I issues these commands:



# ls -ltr
-rw-r--r--  1 root  wheel   981420 Dec 15 17:17 icewm-1.2.28p0.tgz
-rw-r--r--  1 root  wheel  3331011 Dec 15 17:19 postgresql-server-8.1.5p4.tgz
-rw-r--r--  1 root  wheel  1085268 Dec 15 17:19 postgresql-client-8.1.5p1.tgz

# pkg_add icewm-1.2.28p0.tgz
icewm-1.2.28p0:Can't find libiconv-1.9.2p3
/usr/sbin/pkg_add: libiconv-1.9.2p3:Fatal error

# pkg_add 
postgresql-server-8.1.5p4.tgz

Can't install postgresql-client-8.1.5p1: lib not found c.40.3
Even by looking in the dependency tree:

Maybe it's in a dependent package, but not tagged with @lib ?
(check with pkg_info -K -L)
If you are still running 3.6 packages, update them.
Can't install postgresql-server-8.1.5p4.tgz: can't resolve 
postgresql-client-8.1.5p1


# pkg_add 
postgresql-client-8.1.5p1.tgz

Can't install postgresql-client-8.1.5p1.tgz: lib not found c.40.3
Even by looking in the dependency tree:

Maybe it's in a dependent package, but not tagged with @lib ?
(check with pkg_info -K -L)
If you are still running 3.6 packages, update them.



thousandth

2006-12-24 Thread Nathaniel Blackwell
spider
He called for next year's inquests to be heard before a jury so that the
evidence presented by Lord Stevens could be thoroughly tested.
 tool for a chance to receive a free tape measure! A spokesman for Mr Al
Fayed's father said he does not accept the findings as questions remain
unanswered.
The CoolBlue portfolio includes IBM PowerConfigurator, PowerExecutive,
and Rear Door Heat eXchanger. Revenues from the System x servers
increased 4 percent, and revenues from the System i servers decreased 22
percent. AIR TRAVELAll travelers will be required to have passports -
including U. PowerExecutive, an extension to IBM Director systems
management software, allows clients to meter actual power usage and
trend data for any single physical system or group of systems.
Lotus Notes users can quickly and easily leverage the power of blogs with
a new out-of-the-box template to design, create and update blog entries.
HP is on its third system redesign in five years, while IBM BladeCenter
is still based on its original design and demonstrates better efficiency.
San Francisco Public Library - A list of all of the databases offered to
SFPL library card holders.
That's it Please mention the registration code CE , if you heard about
the Greg and Karen DeSanto Workshop through clownevents.
Get a Passport Now In an effort to enhance security and efficiency at U.
That's it Please mention the registration code CE , if you heard about
the Clown City January Jamboree through clownevents.
Photo by Andrew BordwinCollection of Elvis Presley Enterprises, Inc. She
has nurtured a healthy practice in cross-fiber massage for 11 years,
while maintaining a vital career teaching theatre. Personal Life dealt
with the person behind the performer.
Albany, NYFace it, we put so much effort in to our clowning that we some
times forget to have FUN.
Dual Stress technology simultaneously stretches and compresses the
silicon delivering more processor performance and greater power
efficiency. Uterine Fibroids: Your Guide to Treatment Options Need more
information on fibroids?
We will explore these and similar questions, enjoy some frank
discussions, and hope to find some workable answers. Teens Turning From
Illicit Drugs. For more information, visit www.
For technical questions'problems related to this site, please mail
webmaster4healthywomen.
Within these databases are descriptions of the work, its location, and an
image of the work. That's it Please mention the registration code CE , if
you heard about the Joey to the World Gospel Clown Convention through
clownevents. The first step to unlocking the Clown is to stop focusing on
performing and begin to rediscover the experience of creative Play.

[demime 1.01d removed an attachment of type image/gif which had a name of 
tantamount.gif]



plate logos

2006-12-24 Thread Jim Capozzoli

I know they make stickers, but does anybody know where one could get
ahold of OpenBSD 1x1 plate logos?  If nobody makes them for OpenBSD,
that'd probably be a nice thing to have along side the release
stickers. :-)

http://www.freebsdmall.com/cgi-bin/fm/bsdplate?id=Ap3GkXt4mv_pc=99
^ what I'm talking about.

Thanks.

--
Jim Capozzoli