Look like IPFilter problem

2007-10-24 Thread Artem Gelun
IPNat and IPFilter are enabled. IPFW rules are empty. #uname -a FreeBSD gw1.awax.corp 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #15: Wed Oct 24 10:05:34 MSD 2007 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/GW i386 OPTIONS Part of kernel config file makeoptions DEBUG=-g#

Re: USB vs PAE

2007-10-24 Thread Bob Bishop
Hi, On 23 Oct 2007, at 20:45, Ivan Voras wrote: Bob Bishop wrote: Hi, The whole USB kit and caboodle is nodevice'd out in the PAE config. Can anyone give a succinct summary of what needs fixing? (EVERYTHING! is an acceptable answer) Thanks I'm running USB keyboard and mouse under PAE

kernel panic at shutdown with freebsd 7.0 current snapshot (oct-2007)

2007-10-24 Thread Patrick Dung
Hi I have ZFS (and snapshot) mounted. Then shutdown by `shutdown -p now`. There is the dump: # kgdb /boot/kernel/kernel.symbols vmcore.0 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol ps_pglobal_lookup] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free

Getting nonstandard serial baud rates w/FTDI

2007-10-24 Thread Brooks Talley
Hi, everyone. I'm pulling my hair out in great chunks. I need to get Python 2.5, using pyserial 2.2, to open a FTDI-based usb to serial port at 25 baud. The FTDI chip definitely supports this rate. The port mounts at /dev/cuaU0. The problem is that

Re: USB vs PAE

2007-10-24 Thread Ivan Voras
On 24/10/2007, Bob Bishop [EMAIL PROTECTED] wrote: Yes. Keyboard and umass (CDROM and memory stick) seem to work here on 6.2R. Thanks! I just saw it is officially ok'ed for PAE in future versions (commit by John Baldwin). ___

Getting nonstandard baud rates w/FTDI + python

2007-10-24 Thread Brooks Talley
Hi, everyone. I'm pulling my hair out in great chunks. I need to get Python 2.5, using pyserial 2.2, to open a FTDI-based usb to serial port at 25 baud. The FTDI chip definitely supports this rate. The port mounts at /dev/cuaU0. The problem is that

Serial speed for boot device selection prompt

2007-10-24 Thread Sean Bruno
I have a drive that contains two seperate bootable partitions(ad0s1a and ad0s2a). The boot device selection menu(boot0?) appears to only be able to support 9600 8N1. I wanted to run the serial console at 115200, but I currently have to switch to 9600 if I need to change the boot device. Is

Re: Look like IPFilter problem

2007-10-24 Thread Darren Reed
Please file a PR. Darren ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: USB vs PAE

2007-10-24 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Ivan Voras [EMAIL PROTECTED] writes: : On 24/10/2007, Bob Bishop [EMAIL PROTECTED] wrote: : : Yes. Keyboard and umass (CDROM and memory stick) seem to work here on : 6.2R. Thanks! : : I just saw it is officially ok'ed for PAE in future versions (commit

Re: USB vs PAE

2007-10-24 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Bob Bishop [EMAIL PROTECTED] writes: : Hi, : : On 23 Oct 2007, at 20:45, Ivan Voras wrote: : : Bob Bishop wrote: : Hi, : : The whole USB kit and caboodle is nodevice'd out in the PAE : config. Can : anyone give a succinct summary of what needs

Re: Floating point in interrupt handler

2007-10-24 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Daan Vreeken [PA4DAN] [EMAIL PROTECTED] writes: : But what I haven't found is a description of exactly what the kernel is : missing to allow floating point operations to be done there. FPU context is assumed to only change in user processes. You'd have

Re: Getting nonstandard serial baud rates w/FTDI

2007-10-24 Thread Bernd Walter
On Wed, Oct 24, 2007 at 09:53:06AM -0700, Brooks Talley wrote: Hi, everyone. I'm pulling my hair out in great chunks. I need to get Python 2.5, using pyserial 2.2, to open a FTDI-based usb to serial port at 25 baud. The FTDI chip definitely supports this rate. The port mounts at

Re: Getting nonstandard serial baud rates w/FTDI

2007-10-24 Thread Antony Mawer
On 25/10/2007 8:59 AM, Bernd Walter wrote: On Wed, Oct 24, 2007 at 09:53:06AM -0700, Brooks Talley wrote: Hi, everyone. I'm pulling my hair out in great chunks. I need to get Python 2.5, using pyserial 2.2, to open a FTDI-based usb to serial port at 25 baud. The FTDI chip definitely

Re: Getting nonstandard serial baud rates w/FTDI

2007-10-24 Thread Bernd Walter
On Thu, Oct 25, 2007 at 10:11:36AM +1000, Antony Mawer wrote: On 25/10/2007 8:59 AM, Bernd Walter wrote: On Wed, Oct 24, 2007 at 09:53:06AM -0700, Brooks Talley wrote: Hi, everyone. I'm pulling my hair out in great chunks. I need to get Python 2.5, using pyserial 2.2, to open a FTDI-based

Re: Serial speed for boot device selection prompt

2007-10-24 Thread Jeremy Chadwick
On Wed, Oct 24, 2007 at 10:50:21AM -0700, Sean Bruno wrote: I have a drive that contains two seperate bootable partitions(ad0s1a and ad0s2a). The boot device selection menu(boot0?) appears to only be able to support 9600 8N1. I wanted to run the serial console at 115200, but I currently