INCREDIBLE .. WORLDS NO.1 !!

2001-07-28 Thread WORLD1-WEB
Ladies & Gentlemen, Are you ready to the experience of a lifetime ? As affiliates of the CIL group, we offer you to PLUGIN to the largest SEX-SERVER on the WEB, in order to get more than 3000 MegaBytes of the best and most sensational SEX on the entire Web! Why on earth do you think that tho

Re: filesystem errors

2001-07-28 Thread Kirk McKusick
To: Michael Harnois <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: filesystem errors In-Reply-To: Your message of "Wed, 25 Jul 2001 23:14:16 CDT." <[EMAIL PROTECTED]> Date: Thu, 26 Jul 2001 15:14:09 +0100

Re: filesystem errors

2001-07-28 Thread Michael Harnois
On Sat, 28 Jul 2001 12:48:54 -0700, Kirk McKusick <[EMAIL PROTECTED]> said: > FFS will never set a directory ino == 0 at a location other than > the first entry in a directory, but fsck will do so to get rid > of an unwanted entry. The readdir routines know to skip over an > ino =

Re: filesystem errors

2001-07-28 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Michael Harnois writes: > >I don't have sufficient technical knowledge to know which of you is >right; I would just ask that filesystem corruption caused by >restarting from a hung system not cause a panic . I removed the extra sanity check yesterday, so if you hav

Re: ACPI: Clock problems in -current

2001-07-28 Thread Bruce Evans
On Sat, 28 Jul 2001, Mike Smith wrote: > You could also try building a kernel with CLK_CALIBRATION_LOOP defined > and then booting with -v (without the timer disabled). This might be > instructive (I don't know for certain that it'll calibrate the ACPI > timer, since it may not have been probe

-current kernel panicing

2001-07-28 Thread Vincent Poy
I'm getting a panic in the -current kernel with using kernels built with src/sys/kern/kern_exit.c 1.130 and src/sys/kern/kern_sig.c 1.124 as well as with src/sys/kern/kern_exit.c 1.131 and src/sys/kern/kern_sig.c 1.125. This seems to be a problem that only passwd(1) and chpass(1) seems to

Re: -current kernel panicing

2001-07-28 Thread matt
Something wrong in the fs lock code. == WWW.XGFORCE.COM The Next Generation Load Balance and Fail Safe Server Clustering Software for the Internet. == - Original Message - From: "Vincent Poy" <[EMAIL PROTECTED]> To:

Re: ACPI: Clock problems in -current

2001-07-28 Thread Mike Smith
Say set debug.acpi.disable="timer" in the bootloader and see if you still get this. I've already got one report of system time going twice as fast as it should; I'm unsure what's going on here (I don't grok the timecounter code as well as I should, I think)... You could also try building a

Re: ACPI: Clock problems in -current

2001-07-28 Thread Daniel Rock
Mike Smith schrieb: > > Say > > set debug.acpi.disable="timer" > > in the bootloader and see if you still get this. I've already got one > report of system time going twice as fast as it should; I'm unsure what's > going on here (I don't grok the timecounter code as well as I should, I > think)

NFS file locking fails from Solaris

2001-07-28 Thread andrewl
I'm getting a strange problem in the NFS file locking code in -current. (We won't talk about -stable. It has fundamental brokenness.) FreeBSD -current Server -> Solaris 8 Rel 4/01 Client The Solaris client mounts the FreeBSD exported filesystem fine. I can create, delete, and manipulate files

Re: ACPI: Clock problems in -current

2001-07-28 Thread Mike Smith
> Mike Smith schrieb: > > > > Say > > > > set debug.acpi.disable="timer" > > > > in the bootloader and see if you still get this. I've already got one > > report of system time going twice as fast as it should; I'm unsure what's > > going on here (I don't grok the timecounter code as well as I

floppy driver broken?

2001-07-28 Thread David O'Brien
Yesterday's current, w/NODEVFS kernel. # fdformat /dev/fd0.1440 Format 1440K floppy `/dev/fd0.1440'? (y/n): y Processing done. # mount_msdosfs /dev/fd0.1440 /floppy mount_msdosfs: /dev/fd0.1440: Invalid argument # ls -l /dev/fd0.1440 crw-r- 2 root

Re: ACPI: Clock problems in -current

2001-07-28 Thread Daniel Rock
Mike Smith schrieb: > > > Calibrating clock(s) ... TSC clock: 300684467 Hz, i8254 clock: 1193192 Hz > > Hrm. Drat. > > You're running on an K6, and ACPI is working for you? I'm impressed; I > guess this is a fairly new motherboard? No, it is an at least 3 years old GigaByte GA-5AX (Ali Aladdi

Re: floppy driver broken?

2001-07-28 Thread David O'Brien
On Sat, Jul 28, 2001 at 04:36:40PM -0700, David O'Brien wrote: > Yesterday's current, w/NODEVFS kernel. Never mind. I forgot the newfs_msdos step. :-( To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: acpica malfunctions

2001-07-28 Thread Munehiro Matsuda
Thank you for your patch. Now I can boot my SONY PCG-Z505V/BP with acpi_pcib.c rev1.11 + your patch. Here's ACPI related dmesg: acpi0: on motherboard Timecounter "ACPI" frequency 3579545 Hz acpi_cpu0: on acpi0 acpi_tz0: on acpi0 acpi_button0: on acpi0 acpi_pcib0: on acpi0 pci0: on acpi_pc

Re: -current kernel panicing

2001-07-28 Thread Vincent Poy
Interesting... I'm running on a cvsup of July 25, 2001 17:00GMT except because of Ian Dowse mentioning in the message thread: SIGCHLD changes causing fault on nofault entry panics, I reverted back to src/sys/kern/kern_exit.c 1.130 and src/sys/kern/kern_sig.c 1.124 to test. Sometimes it wil