Re: ssh port forwarding changed under 5-CURRENT vs. STABLE?

2003-11-08 Thread David Taylor
On Sat, 08 Nov 2003, David Taylor wrote: > > Have you tried binding it to the address on the interface which > your host will send packets to the remote host over? Erm, wait, I don't know what I was thinking there. ssh doesn't let you specify the local address it binds to.

Re: ssh port forwarding changed under 5-CURRENT vs. STABLE?

2003-11-08 Thread David Taylor
I can't see any reason why the binding would fail: > > > > Is something else (e.g. another ssh session) already bound to that port? > > nope -- and I've tried all sorts of ports other than 8000 too: (I'm assuming you do have a lo0 device with 127.0.0.1) Have you

Re: problems with sysinstall

2003-11-01 Thread David Taylor
fall down the same path. Or at least have a kernel option FOOT_SHOOTING, or something, that will disable all the helpful code protection people from themselves. -- David Taylor [EMAIL PROTECTED] "The future just ain't what it used to be" __

Re: Status of SCHED_ULE?

2003-09-30 Thread David Taylor
apped back to SCHED_4BSD recently to compare, but I'm sure it was smoother before I switched. -- David Taylor [EMAIL PROTECTED] "The future just ain't what it used to be" ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/m

Re: nvidia.ko freezes system in -current

2003-08-28 Thread David Taylor
osite setting and see if that helps. Also keep WITH_FREEBSD_AGP and agp_load in 'sync'. -- David Taylor [EMAIL PROTECTED] "The future just ain't what it used to be" ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: "Fatal trap 12: page fault while in kernel mode" with latest-CURRENT

2003-08-14 Thread David Taylor
On Tue, 12 Aug 2003, David Taylor wrote: > I've been getting this occasionally (a few times a day) since I upgraded > to -CURRENT yesterday. I tried installing Bosko's Intel Data Corruption > patch today, to see if that changed anything, but it doesn't appear to > ha

"Fatal trap 12: page fault while in kernel mode" with latest-CURRENT

2003-08-14 Thread David Taylor
0_syscall () at {standard input}:144 If anyone wants any more info from the dump, just ask... -- David Taylor [EMAIL PROTECTED] "The future just ain't what it used to be" ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/li

Re: 5.2-RELEASE TODO

2003-06-29 Thread David Taylor
On Sun, 29 Jun 2003, David Taylor wrote: > I don't suppose it would be possible to delete a couple of those leading > spaces on each line? > Bah, ignore me, after deciding it was mutt's fault for wrapping it when it shouldn't be, I found the 'wrapmargin' set

Re: 5.2-RELEASE TODO

2003-06-29 Thread David Taylor
I don't suppose it would be possible to delete a couple of those leading spaces on each line? Although it fits into an 80-column display in vim/cat/whatever, mutt ends up wrapping it, and making it very ugly, but removing a couple of the spaces would make it fit fine. -- David Taylor [EMAIL P

Re: Signal handling changes

2002-08-29 Thread David Taylor
eBSD gattaca.yadt.co.uk 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Aug 24 02:25:26 BST 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GATTACA i386 However, at least that shows it isn't any local setup issue, I guess. -- David Taylor [EMAIL PROTECTED] "The future just ain't what it used

Re: different packing of structs in kernel vs. userland ?

2002-07-15 Thread David Taylor
On Tue, 16 Jul 2002, David Taylor wrote: Bah, ignore me, it appears you've already admitted your post was rather less than clear :) -- David Taylor [EMAIL PROTECTED] "The future just ain't what it used to be" To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: different packing of structs in kernel vs. userland ?

2002-07-15 Thread David Taylor
d-padding is not included in sizeof(struct foo), when it must be, otherwise malloc(n * sizeof(struct foo)) would not allocate enough memory for an array of n elements of struct foo. -- David Taylor [EMAIL PROTECTED] "The future just ain't what it used to be" To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: looking for warn quota tools

2002-06-12 Thread David Taylor
it has pledged to deliver > the message, or give failure notification, so the message So why not give failure notification? > contents are not lost), the email is basically lost with no > recourse. The inability to guarantee delivery is the basis > for the liability disclaimer, and t

Re: urio driver

2002-02-12 Thread David Taylor
On Tue, 12 Feb 2002, David Taylor wrote: > I have approximately no experience with FreeBSD device drivers, but I'm > currently attempting to see if I can figure out how the other u*.c files > handle detaching... any hints would be appreciated :) > Well. I managed to cre

urio driver

2002-02-12 Thread David Taylor
y attempting to see if I can figure out how the other u*.c files handle detaching... any hints would be appreciated :) -- David Taylor [EMAIL PROTECTED] "The future just ain't what it used to be" To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

msdosfs_lookup returns EINVAL, not ENOENT

2001-12-30 Thread David Taylor
s with EINVAL currently, yet open(2) states EINVAL means you have used an invalid combination of O_RDONLY, O_WRONLY, and O_RDWR. But no error is listed in the manpage for an invalid filename, other than ENAMETOOLONG, which is clearly inappropriate. Perhaps the correct fix would just be to do

Re: Add USB mouse to sysinstall

2001-12-24 Thread David Taylor
g moused. However, perhaps sysinstall should tell the user that if they have a USB mouse, they need do nothing, insetad of think 'Uhh, I don't recognise any of these, lets try this one' and getting it wrong. -- David Taylor [EMAIL PROTECTED] To Unsubscribe: send mail to [E

Re: ntfs panic (lockmgr: not exclusive lock holder 470 unlocking)

2001-10-04 Thread David Taylor
22 > ntfs_inactive(caad4c08,cab5f740,0,c031db00,cab5f740) at ntfs_inactive+0x54 I reported the same panic a while ago. It appears to have been caused by the last large KSE commit. -- David Taylor [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: testig request for your code..

2001-09-18 Thread David Taylor
lock holder 30814 unlocking. backtrace: panic lockmgr vop_stdunlock ntfs_inactive vput lstat Unfortunately, gdb -k kernel.X vmcore.X is still coring on startup, so I can't get any more info, unless someone has something they want me to do at the DDB prompt. -- David Taylor [EMAIL PROTECTED] PGP signature

Re: testig request for your code..

2001-09-18 Thread David Taylor
I guess I'll need to copy it down by hand next time I'm prepared to crash my system.. (A simple cd /mnt/w2k/; ls; crashes the box. Oddly enough, it didn't seem to have the same effect in single-user mode, not sure why...) -- David Taylor [EMAIL PROTECTED] To Unsubscribe: send mail t

Re: gcc -pg causes 'kernel trap 12 with interrupts disabled' & panic

2001-06-01 Thread David Taylor
On Thu, 31 May 2001, Bruce Evans wrote: > On Wed, 30 May 2001, David Taylor wrote: > > > When trying to profile ircd-hybrid-7 on -CURRENT (I tried using a pre-vm > > madness version first, then tried a version cvsuped today), I reliably get > > lots of: > >

Re: Possible Install bug for the following hardware in FreeBSD Stable (4.3)

2001-05-31 Thread David Taylor
little about the internals of FreeBSD's IDE drivers, so I'm not sure how windows/linux are detecting the correct geometry, and FreeBSD isn't... Unfortunately, if your drive doesn't have a jumper like that, I've no idea what could be wrong... -- David Taylor [EMAIL PROTECTED] PGP signature

Re: gcc -pg causes 'kernel trap 12 with interrupts disabled' & panic

2001-05-30 Thread David Taylor
On Wed, 30 May 2001, David Taylor wrote: > When trying to profile ircd-hybrid-7 on -CURRENT (I tried using a pre-vm > madness version first, then tried a version cvsuped today), I reliably get > lots of: > > kernel trap 12 with interrupts disabled > > messages on the

gcc -pg causes 'kernel trap 12 with interrupts disabled' & panic

2001-05-30 Thread David Taylor
copyin+0x39 ast(d17c9fa8) at ast+0x318 doreti_ast() at doreti_ast+0x6 db> Unfortunately dumpsys() fails, so I don't have much more info, but I can reproduce this quite easily... -- David Taylor [EMAIL PROTECTED] PGP signature

Re: problem building linux kernel module in current

2001-04-08 Thread David Taylor
'm not sure about the cast... Any one have any ideas what would cause that? (presumably linux_sysent.c is getting regenerated, incorrectly, somewhere?) -- David Taylor [EMAIL PROTECTED] PGP signature