Re: identd

1999-10-08 Thread Ben Smithurst
3 12:48:00 scientia identd[93188]: getbuf: bad address (137b not in c0116360-0xFFC0) - ofile Oct 3 12:48:00 scientia identd[93188]: k_getuid retries: 1 but I haven't got round to looking into it much. Other than those two errors, it works fine. -- Ben Smithurst| PGP

Re: Serious locking problem in CURRENT

1999-11-07 Thread Ben Smithurst
"); switch (fork()) { case -1: err(1, "fork"); case 0: close(fd); _exit(0); default: sleep(2); break; } system("lsof | less"); return (0);

Re: 4.0 Release tag.......

2000-02-29 Thread Ben Smithurst
William Woods wrote: My ISP mail was down for about 5 hrs yesterday..what is the 4.0 release cvsup tag? Better to ask that after 4.0 is released, then there might actually be a valid answer other than "there isn't one". :-) I think it's planned for release on the 10th. -- Ben

Re: YA ssh question (ssh-askpass?)

2000-03-07 Thread Ben Smithurst
: * Default path to ssh-askpass used by ssh-add, ssh.h:#define SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass" have you tried putting it in that location? -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

mount_cd9660+atapi-cd panic

2000-03-09 Thread Ben Smithurst
device atkbd0 at atkbdc? irq 1 device psm0at atkbdc? irq 12 device npx0at nexus? port IO_NPX irq 13 device rl device sc0 at isa? device vga0at isa? pseudo-device bpf 4 pseudo-device loop pseudo-device ether pseudo-device

netstat output for inet6

2000-03-11 Thread Ben Smithurst
ESTABLISHED ... Perhaps there's some flag I missed. If there is no way, there should be; perhaps a -W flag for wider output for IPv6 addresses? I'll try this myself if people think it would be a good idea, or have any better ideas, but it may be too much for me. :-) -- Ben Smithurst / [EMAIL

Re: netstat output for inet6

2000-03-11 Thread Ben Smithurst
[-Aan] [-f address_family] [-M core] [-N system] netstat [-abdghimnrs] [-f address_family] [-M core] [-N system] netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait] netstat [-M core] [-N system] [-p protocol] -- Ben Smithurst / [EMAIL PROTECTED] / PGP:

Re: 4.0R ?

2000-03-13 Thread Ben Smithurst
Jim Bloom wrote: The tag was laid down earlier today. Here is what my current kernel claims to be at the moment: I saw the RELENG_4 tag in my cvsup log, but I don't think that's the same as the 4.0 release tag is it? That would be RELENG_4_0_0_RELEASE surely. -- Ben Smithurst / [EMAIL

Re: burncd problem

2000-04-05 Thread Ben Smithurst
with an HP 8100 on (I think) -stable recently. Maybe coincidence, maybe not. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

make release problems

2000-04-11 Thread Ben Smithurst
h if_tx.c is #including "bpf.h" when nothing else in /sys/pci seems to, which strikes me as odd as well. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-21 Thread Ben Smithurst
which is broken, ignore me. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Wrong permissions on /dev ?

2000-05-22 Thread Ben Smithurst
been an artifact of my botched installation attempt on that machine. This was a clean 5.0 install, not an upgrade of any kind. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mount_nfs/df bug?

2000-06-20 Thread Ben Smithurst
9298876 29263997%/usr/home/mp3 neutron:/usr/home/brenn 695311 5948384484993%/usr/home/brenn You probably have a symlink in the client path somewhere. Is /usr/home a symlink to /home or something? -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D PGP

Re: mount_nfs/df bug?

2000-06-21 Thread Ben Smithurst
in the mount(8) program, the mount(2) syscall, or somewhere deeper, I don't know. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D PGP signature

Re: Virus alert, was: Re: SCSI Question

2000-07-09 Thread Ben Smithurst
normal in mutt whichever way I use to look at them. Try "|less". I think it says a lot that you have to make special effort to even _see_ the virus on FreeBSD, when on Windows it probably gets executed by default... -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D PGP signature

Re: KAME integration and plans

2000-07-11 Thread Ben Smithurst
want, or shall I do it and you just take care of passing it back to KAME? It's releated to PR 19163 by the way. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D PGP signature

Re: KAME integration and plans

2000-07-11 Thread Ben Smithurst
Sheldon Hearn wrote: On Tue, 11 Jul 2000 14:56:35 +0100, Ben Smithurst wrote: 'pseudo-device stf' gives an error, stf lives in the gif driver, so this is required really. Is that ok? Is there anyone at KAME I should send this to as well? I'm interested to see how the KAME folks react

Re: KAME integration and plans

2000-07-11 Thread Ben Smithurst
Hajimu UMEMOTO wrote: On Tue, 11 Jul 2000 14:56:35 +0100 Ben Smithurst [EMAIL PROTECTED] said: ben 'pseudo-device stf' gives an error, stf lives in the gif driver, so this ben is required really. Is that ok? Is there anyone at KAME I should send ben this to as well? No. Before

Re: KAME integration and plans

2000-07-11 Thread Ben Smithurst
Kris Kennaway wrote: On Tue, 11 Jul 2000, Ben Smithurst wrote: 'pseudo-device stf' gives an error, stf lives in the gif driver, so this is required really. Is that ok? Is there anyone at KAME I should send this to as well? Um, "device stf" certainly does work. Ah. I'm usi

Re: if_tun.ko seems broken

2000-07-26 Thread Ben Smithurst
at least, I'm not sure if it's the "right" way. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D FreeBSD Documentation Project / To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Broadcast address with DHCP

2000-07-27 Thread Ben Smithurst
ot;%s", piaddr (broadcast)); } } } I think this needs fixing. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D FreeBSD Documentation Project / To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Broadcast address with DHCP

2000-07-29 Thread Ben Smithurst
Ben Smithurst wrote: dhclient seems to be broken, it's giving me the all zeroes broadcast address instead of all ones: inet 192.168.91.35 netmask 0xfff0 broadcast 192.168.91.32 (should be broadcast 192.168.91.47) ok, ignore this, it seems to be working after another

Re: ftp and /etc/services...

2000-08-16 Thread Ben Smithurst
hange port numbers in /etc/services, things will break. What if you _have_ no services running, e.g. inetd portmap? ?? What relevance does that have to your problem/question? -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D FreeBSD Documentation Project / To Unsubscribe:

Re: Question from a neophyte... Why isn't rc.local being read?

2000-08-21 Thread Ben Smithurst
for rc.local not to get read at boot time. I'd recommend the original poster compare his other /etc/rc* files with those in /usr/src/etc to make sure there has been no local modification to remove the code which calls rc.local. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send

Re: Installkernel

2000-08-27 Thread Ben Smithurst
James Johnson wrote: Having to specify which kernel to build with the KERNEL= parameter seems to indicate that people should be running GENERIC kernels all the time as it is the default. No, it seems to indicate that you should specify KERNEL=YOURKERNEL in make.conf. -- Ben Smithurst

Re: fwd: [root: security check]

2000-09-09 Thread Ben Smithurst
| $cmd | sort $TMP; then if [ ! -f $LOG/mount.today ]; then separator echo "no $LOG/mount.today" -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

page fault in sched_ithd

2000-09-09 Thread Ben Smithurst
1 device sio device splash device vga device vn 4 -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: page fault in sched_ithd

2000-09-09 Thread Ben Smithurst
Ben Smithurst wrote: A kernel from the latest sources gets a page fault in sched_ithd. DDB says: Stopped at: sched_ithd+0x3c:movl $0x01,0x14(%edi) Any ideas what's wrong? After poking around a bit with remote GDB, this seems to be caused by a stray IRQ 7, since irq == 7, ir

Re: page fault in sched_ithd

2000-09-10 Thread Ben Smithurst
, I'd say that logging it and then ignoring it would be the right thing. If people think so then I'll improve my patch a bit to do this. I agree, unless there's a better way to fix the problem. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL

Re: page fault in sched_ithd

2000-09-10 Thread Ben Smithurst
Ben Smithurst wrote: Greg Lehey wrote: Sorry, I missed the beginning of this. Could somebody send me the patch? I'd assume that a relatively simple check would handle the issue, based on what I've seen here. I've lost the actual patch, I basically just added if (ir == NULL

Re: page fault in sched_ithd

2000-09-10 Thread Ben Smithurst
; in sched_ithd() before it ever de-references ir. I've some up with a slightly bigger patch which adds stray IRQ logging too, but I haven't tested that yet. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: How to use RSA with USA_RESIDENT=NO?

2000-09-14 Thread Ben Smithurst
the kernel? I'm *sure* I had my system at one point such that ssh worked with the new kernel but not with the old one. I'm not sure why, perhaps I was dreaming. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: call for testers: init securelevel patch

2000-09-14 Thread Ben Smithurst
) return EPERM; -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Fdescfs updates--coming to a devfs near you!

2000-09-14 Thread Ben Smithurst
you want to read more than one file, one of which is stdin. If anything I would propose we ditch it... And break loads of scripts at the same time? -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Fdescfs updates--coming to a devfs near you!

2000-09-14 Thread Ben Smithurst
with "-" instead of "/dev/stdin" but I personally think it's the "-" hack to mean stdin/stdout which should be abolished, not /dev/std{in,out,err}. No doubt others will disagree. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAI

Re: page fault in sched_ithd

2000-09-14 Thread Ben Smithurst
Bruce Evans wrote: On Sat, 9 Sep 2000, Ben Smithurst wrote: After poking around a bit with remote GDB, this seems to be caused by a stray IRQ 7, since irq == 7, ir == ithds[irq] == NULL, ir-foo == BOOM. The attached rather crude patch has "fixed" the problem for now, but d

Re: Kernel builds to wrong location?

2000-09-16 Thread Ben Smithurst
described in a cvs-all or current message I missed or hadn't read yet? This is an intentional change, and was discussed on freebsd-arch. I'm not sure why you needed to fix anything though, it should have worked anyway. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe

No buffer space available errors

2000-09-18 Thread Ben Smithurst
/15/62] at ata0-master using BIOSPIO Mounting root from ufs:/dev/ad0s1a -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 'host' command with CNAMEs

2000-09-19 Thread Ben Smithurst
it was briefly mentioned, but evidently no-one could be bothered to fix it at the time. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: sysinstall.8 Breaking buildworld

2001-01-11 Thread Ben Smithurst
for this tonight and MFC it soon. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: sysinstall.8 Breaking buildworld

2001-01-11 Thread Ben Smithurst
some of my root partitions are only 32MB, and that's not big enough at the moment. If your /usr is hosed to the extent you can't mount it you've probably got more problems than sysinstall will help you with. But that's just my opinion. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To U

Re: sysinstall.8 bike shed

2001-01-12 Thread Ben Smithurst
that. :-( ... Fixed now, I hope. If this fixes it for you I'll MFC it. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-20 Thread Ben Smithurst
of those will work if there are too many filenames for a single invokation of "cp" since none but the last will get the "destdir" argument. -- Ben Smithurst / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: tail -f over NFS in -stable

2001-05-25 Thread Ben Smithurst
the details. If it's still needed perhaps you could commit it, I have no time at the moment for FreeBSD stuff unfortunately, I might after June 2nd when my exams have finished and I've got nothing much else to do for 4 whole months. :-) -- Ben Smithurst / [EMAIL PROTECTED] To Unsubscribe: send mail

Re: wierd build error with -current

2001-06-30 Thread Ben Smithurst
to write files. Your filesystem is mounted as read-only. All writes during a buildworld are supposed to go to /usr/obj, not /usr/src. -- Ben Smithurst / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: diskcheckd goes nuts on /dev/cd0

2001-07-04 Thread Ben Smithurst
shouldn't get these errors soon even if diskcheckd did try to check the CD drive, because it will no longer read in 512 byte blocks. -- Ben Smithurst / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: diskcheckd goes nuts on /dev/cd0

2001-07-04 Thread Ben Smithurst
kern.disks kern.disks: ad0 i.e. floppies aren't included in kern.disks. Not sure about zip disks, and if tapes are included in kern.disks there's something very broken going on. ;-) -- Ben Smithurst / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: diskcheckd goes nuts on /dev/cd0

2001-07-04 Thread Ben Smithurst
, but this seems to be causing problems for people. :-( I think excluding CDs and MDs should solve most of the problems that have been reported, I'm not sure what the situation with zip/jaz type things is though. Are they included in kern.disks? Anyone? -- Ben Smithurst / [EMAIL PROTECTED] To Unsubscribe

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Ben Smithurst
Adrian Penisoara wrote: (cc uses /var/tmp for temporary files) so do "TMPDIR=/tmp; export TMPDIR", problem solved. (Or just use -pipe when compiling.) -- Ben Smithurst| PGP: 0x99392F7D [EMAIL PROTECTED] | key available from keyservers and

timed/adjtime() on -current

2000-02-12 Thread Ben Smithurst
recent -current, cvsupped around 1 a.m. GMT saturday morning. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: timed/adjtime() on -current

2000-02-13 Thread Ben Smithurst
servers when ever I go online, I can't see it being easy to tell xntpd to sync the time when I tell it to, and only when I tell it to. Unless you know otherwise? :-) -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: Build World dies....

2000-02-26 Thread Ben Smithurst
William Woods wrote: Grr..cant say I like that idea, I would like to have them both... Oh. You *have* cvsup'ed the cvs-crypto collection, right? I think that's the one you need. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED

Re: getaddrinfo with IPv6 and unqualified hostname

2000-02-14 Thread Ben Smithurst
it for "localhost", but for the more general case of other unqualified hostnames (I guess I should have made this clearer earlier on). Still, I'll put that line in anyway. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with &q

Re: getaddrinfo with IPv6 and unqualified hostname

2000-02-14 Thread Ben Smithurst
ddress type lookup "foo.domain." in DNS () lookup "foo.domain." in DNS (A) lookup "foo." in DNS () lookup "foo." in DNS (A) this seems the best to me, but I wouldn't know if it's a) easy, b) possible, c) standards conforming. I'm not sure where /etc/ho

Re: getaddrinfo with IPv6 and unqualified hostname

2000-02-14 Thread Ben Smithurst
, OK. As long as it's kind of known about and not just something I've broken locally. thanks. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: timed/adjtime() on -current

2000-02-14 Thread Ben Smithurst
(assuming you use idle timeouts). ok. I wasn't aware that ntpd would constantly try to sync... I thought it would just try every few minutes, which might miss a connection. I'll look at this then, I didn't realise it was so easy. :-) thanks. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D

Re: getaddrinfo with IPv6 and unqualified hostname

2000-02-14 Thread Ben Smithurst
I wrote: I'm not sure where /etc/hosts would go. sorry, forget that bit, I wrote that before I'd finished writing the search order, which did include /etc/hosts in the end. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D To Unsubscribe: send mail to [EMAIL PROTECTED

Re: getaddrinfo with IPv6 and unqualified hostname

2000-02-14 Thread Ben Smithurst
things seem to be working better now, as the initial IPv6 query succeeds. More description can be found in NetBSD PR I've replied (URL attached in one of previous emails). I'll take a look. Thanks for the help. -- Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D

Re: Spontaneous reboots

1999-03-25 Thread Ben Smithurst
-- Ben Smithurst b...@scientia.demon.co.uk send a blank message to ben+...@scientia.demon.co.uk for PGP key To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

Re: Spontaneous reboots

1999-03-26 Thread Ben Smithurst
Brian Feldman wrote: It could. Ahem... are you absolutely certain there are no messages in /var/log/messages that happen before the reboot? Completely certain, there was nothing in /var/log/all either (which as the name suggests, all syslog messages are written to). -- Ben Smithurst b

Re: DoS from local users

1999-04-09 Thread Ben Smithurst
Dmitry Valdov wrote: Is there Any way to fix it? Yes. Limit the number of processes they can have in /etc/login.conf. If they've already done it once, appropriate use of a baseball bat may make them think twice about doing it again. -- Ben Smithurst b...@scientia.demon.co.uk To Unsubscribe