Re: ALTQ support

2003-11-10 Thread Tobias Roth
On Mon, Nov 10, 2003 at 12:49:00PM +0200, Sheldon Hearn wrote: On (2003/11/10 11:35), Alexander Leidinger wrote: Is there any plan to make it into the kernel ? AFAIK the author of ALTQ said we shouldn't import it. Search the mailing lists @FreeBSD.org for the reason. If anyone

Re: Periodic Crontabs

2003-11-08 Thread Tobias Roth
On Sat, Nov 08, 2003 at 12:00:53AM -, [EMAIL PROTECTED] wrote: i seem to get random connection attempts to ports 111 and 16001 Connection attempt to TCP 127.0.0.1:16001 from 127.0.0.1:49838 flags:0x02 Connection attempt to TCP 127.0.0.1:111 from 127.0.0.1:49856 flags:0x02 first of all,

PLEASE TEST: (laptop) autoconf at boot

2003-11-08 Thread Tobias Roth
Hi I'd like to present some patches to teach FreeBSD to automatically configure itself depending on what network it is started in. The system depends on rcng, so 5.x is a requirement. The setup of the various network profiles is done manually, after that, whenever the laptop boots or wakes up

Re: fxp0 device timeouts blues on T30

2003-10-24 Thread Tobias Roth
On Fri, Oct 24, 2003 at 09:31:52AM +0200, Hans Lambermont wrote: I also added to /boot/device.hints : hint.fxp.0.prefer_iomap=1 this never helped for me to fix the fxp timeout problem. it is necessary for me to the get the pccard buses to work though. Tobias Roth wrote on 18 Jul 2003 about

Re: Bluetooth stack for FreeBSD (Netgraph)

2003-09-09 Thread Tobias Roth
On Mon, Sep 08, 2003 at 12:45:03PM -0700, Maksim Yevmenkin wrote: After a very long delay (sorry!) I'm pleased to announce that I'm still around and new a snapshot can be downloaded from kickass! I will try it out later today [snip of long interesting list of enhancments] Here is the list of

dhclient bug

2003-09-09 Thread Tobias Roth
from man 8 dhclient: The -1 flag cause dhclient to try once to get a lease. If it fails, dhclient exits with exit code two. with a missing dhcpserver or non-existent interface, this works. however, it does not when i unplug the ethernet cable. in that case, i get back true

Re: fxp0: device timeout in -current from 31.8.

2003-08-31 Thread Tobias Roth
On Sun, Aug 31, 2003 at 01:55:49PM +0200, Andreas Klemm wrote: I tried to install FreeBSD 5.1-current from 30.07. and 31.08 on my wifes machine. Unluckily I experience problems with the fxp driver. On google I found a similar report from June 3rd.

Re: IBM T30 bluetooth - success (fwd)

2003-08-26 Thread Tobias Roth
. so, now i am confused... On Mon, Aug 25, 2003 at 01:24:20PM -0700, Lee Damon wrote: Does anyone have an estimate of when this patch will be checked in? Please? thanks, nomad --- Forwarded Messages Date: Mon, 16 Jun 2003 23:37:38 +0200 From: Tobias Roth [EMAIL PROTECTED] To: Lee

dhclient and pid file

2003-08-20 Thread Tobias Roth
Hi I just noticed that dhclient takes 'ages' to write it's pidfile. Shell-constructs similar to this dhclient -q -1 -pf /etc/dhclient.pid fxp0 [ -e /etc/dhclient.pid ] kill -9 `cat /etc/dhclient.pid` do not work because dhclient is too slow in writing its pid file. is this the expected

Re: mdconfig feature request

2003-08-14 Thread Tobias Roth
On Thu, Aug 07, 2003 at 12:32:56AM -0400, James Quick wrote: On Wednesday, August 6, 2003, at 05:24 AM, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Tobias Roth writes: would it be possible to add the currently attached vnode (or the complete path to it) to the output

mdconfig feature request

2003-08-07 Thread Tobias Roth
would it be possible to add the currently attached vnode (or the complete path to it) to the output of mdconfig -l -u devicenumber that would simplify some things for me. thanks, t. ___ [EMAIL PROTECTED] mailing list

Re: mdconfig feature request

2003-08-07 Thread Tobias Roth
On Wed, Aug 06, 2003 at 10:21:36PM -0700, Terry Lambert wrote: Tobias Roth wrote: would it be possible to add the currently attached vnode (or the complete path to it) to the output of mdconfig -l -u devicenumber that would simplify some things for me. You could do the vnode

Re: make buildworld: Signal 11; Illegal instruction

2003-08-01 Thread Tobias Roth
On Thu, Jul 31, 2003 at 09:52:08PM +0100, Bruce Cran wrote: On Thu, Jul 31, 2003 at 03:03:01PM -0400, Chris Shenton wrote: Chris Shenton [EMAIL PROTECTED] writes: *** Signal 11 ... Illegal instruction (core dumped) *** Error code 132 Also seeing *** Signal 4

sh coredump through rc.subr

2003-07-30 Thread Tobias Roth
i just managed to get an sh coredump with an rc.d/ script of mine. here is part of the output of /etc/rc.d/test stop : /etc/rc.d/test: DEBUG: run_rc_command: evaluating :(). Loading configuration files. Node type = 15 pid 5183 (sh), uid 0: exited on signal 11 (core dumped) zsh: segmentation fault

rcng: additional argument to run_rc_command

2003-07-29 Thread Tobias Roth
is it possible to give an extra argument to an $extra_commands command? the usual call to run_rc_command run_rc_command $1 suggests otherwise, as $1 already is the name of the command to be executed (start, stop, etc). would this be possible/a good idea to implement? thx, t.

dhclient -n option does not work

2003-07-21 Thread Tobias Roth
from dhclient(8): The DHCP client can be directed not to attempt to configure any interfaces using the -n flag. this does not seem to work, my interface gets configured, resolv.conf written. can anyone confirm this? what sort of action should be taken to fix this?

Re: Problems with fxp0 on T30 with 5.1-RELEASE

2003-07-18 Thread Tobias Roth
On Thu, Jul 17, 2003 at 09:58:00AM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Tobias Roth [EMAIL PROTECTED] writes: this is caused by : an irq conflict. the bug was introduced some time between 5.0 and : 5.1. i have no idea how to solve this, maybe someone else can

Re: Problems with fxp0 on T30 with 5.1-RELEASE

2003-07-17 Thread Tobias Roth
The problem : fxp0: device timeout appears continuously (about every 15 seconds) while interface is UP this is caused by an irq conflict. the bug was introduced some time between 5.0 and 5.1. i have no idea how to solve this, maybe someone else can help here. maybe the ibm ps2 tool offers

Re: errors using wi driver in -CURRENT

2003-07-16 Thread Tobias Roth
On Wed, Jul 16, 2003 at 03:01:15PM +0100, Bruce Cran wrote: wi0: bad alloc 2f2 != 1f7, cur 0 nxt 0 wi0: device timeout wi0: device timeout wi0: timeout in wi_cmd 0x0021; event status 0x0008 i get these too with a mini pci card and 5.1. so the problem is not related to the pci adapter. i also

Re: usb video devices

2003-07-01 Thread Tobias Roth
On Tue, Jul 01, 2003 at 09:25:38PM -0600, M. Warner Losh wrote: Are there any inexpensive vga out video devices that support FreeBSD and X? And while we are at it, any camera devices? I am talking about webcams for both netmeeting kind of stuff and, well, webcam stuff. greets, t.

Re: world build fails since yesterday

2003-06-26 Thread Tobias Roth
Hi I get the same behaviour on my T30. Although the indications for a hardware problem are very strong, I am not yet convinced that this really is one. My suspicion is that there are problems with current (as well with 5.1 and probably 5.0) with power management that will result in overheating,

Re: world build fails since yesterday

2003-06-26 Thread Tobias Roth
Overheating/powermanagement - maybe. I have an ASUS 4SX8 with a 1.3 GHz P4. I would exclude memory problems. I had built world a couple of times during the last 8 weeks of cvsuping. i just got two continuous crashes on stable as well. so at least for me it is definitely a hardware issue.

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Tobias Roth
On Thu, Jun 19, 2003 at 01:48:18PM -0400, Jesse Guardiani wrote: First off, I'd like to note, once again, that APM works PERFECTLY under Linux on this laptop with a 2.4.18 and 2.4.20 kernel. I could even suspend and resume from X Windows without problems. FreeBSD's APM code must not be as

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Tobias Roth
On Thu, Jun 19, 2003 at 08:23:09PM +0200, Sheldon Hearn wrote: On (2003/06/19 20:06), Tobias Roth wrote: you compare a stable linux kernel branch with an unstable freebsd branch. please make yourself familiar with freebsds (and possibly linux') release process before you make statements

fxp0: device timeout with 5.1BETA2

2003-06-04 Thread Tobias Roth
Hi I still get a fxp0: device timeout on my Thinkpad T30 with a newly installed 5.1BETA2. Browsing the archives showed that people had success with hint.fxp.0.prefer_iomap=1 on a T30 and 5.1BETA1. Any ideas why this doesn't help in my case? thx, t.

Re: fxp0: device timeout with 5.1BETA2

2003-06-04 Thread Tobias Roth
On Mon, Jun 02, 2003 at 10:59:22PM +0100, Paul Richards wrote: On Tue, 2003-06-03 at 22:00, Tobias Roth wrote: fxp0: device timeout I get these as well. Is it on irq9 by any chance, along with acpi0 ? No. It's on irc 11 device 8 (as dmesg states). All irqs in bios are set to 11