Re: Suspicious warnings in -CURRENT

2000-07-08 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], "Alexander N. Kabaev" writes: After today's buildworld, I am seeing lots of warning messages from libc like: expr in free(): warning: modified (chunk-) pointer Does it happen to anyone else on this list? I see it in vi(1). Somebody enable the 'A' option of

Re: burncd fixate error

2000-07-08 Thread Nate Lawson
On Fri, 7 Jul 2000, Trevor Johnson wrote: I'm running 4.0-STABLE and my CDR drive can't write the toc. I tried twice and each time I get the following error: fixating CD, please wait.. burncd: ioctl(CDRIOCCLOSEDISK): Input/output error Hi, Nate. I was getting that error too. Unlike

Re: burncd fixate error

2000-07-08 Thread Soren Schmidt
It seems Nate Lawson wrote: Looking at the code in atapi-cd.c and atapi-all.c, it seems like the queued request is getting an EIO. Judging from the behavior when I tried to close a session that was already finished, I can only guess that what the ata driver is sending my drive is different

Re: Suspicious warnings in -CURRENT

2000-07-08 Thread Udo Erdelhoff
Hi, I've had the warnings, too, always after successful search operations in vi and mutt. cvs co -D '06 Jul 2000 12:00' src/lib/libc/regex/ and rebuild/reinstall of libc fixed it. It seems the bug was introduced in regcomp.c 1.20/1.121 and/or engine.c 1.8. /s/Udo (still trying to find out what

Re: Suspicious warnings in -CURRENT

2000-07-08 Thread Daniel C. Sobral
Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], "Alexander N. Kabaev" writes: After today's buildworld, I am seeing lots of warning messages from libc like: expr in free(): warning: modified (chunk-) pointer Does it happen to anyone else on this list? I see it in vi(1).

Re: /sys hierarchy

2000-07-08 Thread Daniel C. Sobral
David O'Brien wrote: Sounds good to me actually. Although, should it be ${MACHINE_ARCH}/compile instead in keeping with the mentioned goal of keeping all MD stuff under ${MACHINE_ARCH}? I would prefer /sys/compile/ARCH as it makes it easier to make a symlink to another place. Unless

Re: /sys hierarchy

2000-07-08 Thread Daniel C. Sobral
This must pass through -arch before any implementation. Remember, not every committer reads current. John Baldwin wrote: sys/ ${MACHINE}/ - stay mostly the same, the directories under here mirror the sys/ directories. E.g. MD bootstrap

Re: /sys hierarchy

2000-07-08 Thread John Baldwin
On 08-Jul-00 Daniel C. Sobral wrote: This must pass through -arch before any implementation. Remember, not every committer reads current. The kernel hackers do since they are running current. :) John Baldwin wrote: sys/ ${MACHINE}/ - stay mostly the same, the directories

SCSI Question

2000-07-08 Thread Robert Small
Damon Hammis wrote: The jumpers are set wrong on the card. I had the exact same problem with an aha-1542 and aha-1540 card recently. The docs on the jumpers that you can get on Adaptec's site are kind of cryptic, but the card will work once you get the jumpers placed correctly. Currently I

Antigen found WScript/Kak.worm virus

2000-07-08 Thread ANTIGEN_NTREMA53
Antigen for Exchange found Unknown infected with WScript/Kak.worm virus. The file is currently Deleted. The message, "SCSI Question", was sent from Robert Small and was discovered in IMC Queues\Inbound located at TASC/TASC/NTREMA53. To Unsubscribe: send mail to [EMAIL PROTECTED] with

Antigen found JS/Kak.Worm virus

2000-07-08 Thread Antigen
Antigen for Exchange found Unknown infected with JS/Kak.Worm virus. The file is currently Deleted. The message, "SCSI Question", was sent from Robert Small and was discovered in IMC Queues\Inbound located at Chalmers/MOT/AMAIL. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

etc/rc.d things...

2000-07-08 Thread Mike Meyer
By all means, use start/stop args, but hard link the .sh files into seperate directories or something so that the order can be tweaked.. If all you want is to make sure that shutdown happens in the reverse order of startup, that can be done by reversing the list in rc.shutdown. But how about

Re: etc/rc.d things...

2000-07-08 Thread Kelly Yancey
On Sat, 8 Jul 2000, Mike Meyer wrote: By all means, use start/stop args, but hard link the .sh files into seperate directories or something so that the order can be tweaked.. If all you want is to make sure that shutdown happens in the reverse order of startup, that can be done by

Re: HEADS UP: cvs commit: src/lib/libftpio Makefile (fwd)

2000-07-08 Thread David O'Brien
On Thu, Jul 06, 2000 at 06:05:50PM -0700, Peter Wemm wrote: This is *not* the same as the a.out behavior which searched directories to find the largest number. ELF uses the symlinks and no searching, which is why ld and ld-elf.so is faster when locating directories and does not need ldconfig

Re: /sys hierarchy

2000-07-08 Thread Garrett Wollman
On Sat, 08 Jul 2000 23:32:27 +0900, "Daniel C. Sobral" [EMAIL PROTECTED] said: This must pass through -arch before any implementation. Remember, not every committer reads current. Also remember, not every committer reads arch. -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with

Antigen found WScript/Kak.worm virus

2000-07-08 Thread ANTIGEN_NTREMA53
Antigen for Exchange found Unknown infected with WScript/Kak.worm virus. The file is currently Deleted. The message, "Re: SCSI Question", was sent from Josh Paetzel and was discovered in IMC Queues\Inbound located at TASC/TASC/NTREMA53. To Unsubscribe: send mail to [EMAIL PROTECTED] with

new zero copy sockets and NFS patches

2000-07-08 Thread Kenneth D. Merry
[ -arch and -current BCC'ed for wider coverage, please direct followups to -net and/or me ] I have put a new copy of the zero copy sockets and NFS patches, against -current as of early July 8th, 2000, here: http://people.FreeBSD.ORG/~ken/zero_copy/ Feedback would be very welcome, we haven't