Re: ntfs and sendfile problem (corrupted data)

2001-12-31 Thread Sheldon Hearn
On Sun, 30 Dec 2001 12:19:51 PST, Matthew Dillon wrote: Well, we have a problem here. smbfs is allowing VOBJBUF to be set on its vnodes. This creates a backing VM object that smbfs never uses and makes sendfile() believe that it can do UIO_NOCOPY uio's on smbfs vnodes.

Re: ntfs and sendfile problem (corrupted data)

2001-12-31 Thread Michal Mertl
On Sun, 30 Dec 2001, Terry Lambert wrote: Michal Mertl wrote: I wrote about the issue once before but now I know more about the problem. I have ntfs partition mounted ro on current. I can read from it without problems. But I noticed I get corrupted data (the corrupted file has

Re: ntfs and sendfile problem (corrupted data)

2001-12-31 Thread Michal Mertl
On Mon, 31 Dec 2001, Michal Mertl wrote: Sorry to bloat the list but I forgot to mention that the panics occur when I actually try to read from ntfs partition (after appliing pach from previous email). cd works ok but ls panics the kernel. -- Michal Mertl [EMAIL PROTECTED] To Unsubscribe:

Re: Junior Kernel Hacker Task: ccdinit stack usage.

2001-12-31 Thread Bruce Evans
On Sun, 30 Dec 2001, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Maxim Konovalov wr ites: Ohh and I forgot: Thanks for the patch! Tested Committed :-) Junior committer task: fix style bugs in submitted patches before committing. Bruce To Unsubscribe: send mail to [EMAIL

We will show you how to become self-employed

2001-12-31 Thread 9000cash
Title: $10K in 30 Days!! I'll Show YOU How To Make At Least $10,000 In 30 Days or Less Every Month... NO RISK!!! Would you like to make at least $10,000 (in 30 days or less) every month? Here's how you can make that money (and more... ) every month, and make your first

Re: Junior Kernel Hacker Task: ccdinit stack usage.

2001-12-31 Thread Bruce Evans
On Sun, 30 Dec 2001, Maxim Konovalov wrote: On 15:04+0200, Dec 30, 2001, Sheldon Hearn wrote: Note that you don't need to (and shouldn't as per style(9)) initialize tmppath to NULL. Do you mean: : Be careful to not obfuscate the code by initializing variables : in the

Re: msdosfs_lookup returns EINVAL, not ENOENT

2001-12-31 Thread Bruce Evans
On Sun, 30 Dec 2001, David Taylor wrote: Whilst poking around on my msdosfs (trying to find an MP3 I thought I had), I discovered that, if there are no files matching foo*, ls foo* will return the wrong error. msdosfs: $ ls foo* ls: foo*: Invalid argument ... I _think_ I've tracked

Re: KSE changes available

2001-12-31 Thread John Polstra
In article [EMAIL PROTECTED], Julian Elischer [EMAIL PROTECTED] wrote: As someone mentionned, the up-to-date KSE tree is available through cvsup10 but I don't know the collection. maybe peter can remind us how to get it. The collections are named: p4-cvs-all p4-cvs-kse

Re: ntfs and sendfile problem (corrupted data)

2001-12-31 Thread Matthew Dillon
:On Mon, 31 Dec 2001, Michal Mertl wrote: : :Sorry to bloat the list but I forgot to mention that the panics occur when :I actually try to read from ntfs partition (after appliing pach from :previous email). cd works ok but ls panics the kernel. : : :-- :Michal Mertl :[EMAIL PROTECTED]

Re: ntfs and sendfile problem (corrupted data)

2001-12-31 Thread Terry Lambert
Michal Mertl wrote: Sorry to bloat the list but I forgot to mention that the panics occur when I actually try to read from ntfs partition (after appliing pach from previous email). cd works ok but ls panics the kernel. You can't use the patch provided on NTFS. It's doesn't make fake backing

anyone seen this? Makes system unbooable.

2001-12-31 Thread Julian Elischer
I upgraded by cvs on saturday night, Sunday I didn't use it. Monday I tried to boot it. but the loader says: ASSERT mumble and the system reboots I'd LOVE to know wha the assert is but really My opical neurons take at least 20mSecs to fire and by the time I've found the Asssert line I'm already

RE: anyone seen this? Makes system unbooable.

2001-12-31 Thread John Baldwin
On 31-Dec-01 Julian Elischer wrote: I upgraded by cvs on saturday night, Sunday I didn't use it. Monday I tried to boot it. but the loader says: ASSERT mumble and the system reboots Hmm, the string ASSERT doesn't appear as a text string anywhere under /sys/boot. Hmm, libstand does have

Re: anyone seen this? Makes system unbooable.

2001-12-31 Thread Julian Elischer
On Mon, 31 Dec 2001, Julian Elischer wrote: I upgraded by cvs on saturday night, Sunday I didn't use it. Monday I tried to boot it. but the loader says: ASSERT mumble and the system reboots I'd LOVE to know wha the assert is but really My opical neurons take at least 20mSecs to fire

RE: anyone seen this? Makes system unbooable.

2001-12-31 Thread Julian Elischer
I just did a make buildworld; make installworld; mergemaster I am not at home at teh moment and the laptop is the only machine there so the serial; cable wouldn't help much.. I will re-install it and try it again with your suggested hack As for what's there I'm not kidding when I say too fast

RE: anyone seen this? Makes system unbooable.

2001-12-31 Thread John Baldwin
On 31-Dec-01 Julian Elischer wrote: I just did a make buildworld; make installworld; mergemaster I am not at home at teh moment and the laptop is the only machine there so the serial; cable wouldn't help much.. I will re-install it and try it again with your suggested hack As for what's

Re: anyone seen this? Makes system unbooable.

2001-12-31 Thread Mike Smith
I upgraded by cvs on saturday night, Sunday I didn't use it. Monday I tried to boot it. but the loader says: ASSERT mumble and the system reboots I'd LOVE to know wha the assert is but really My opical neurons take at least 20mSecs to fire and by the time I've found the Asssert line I'm

Re: anyone seen this? Makes system unbooable.

2001-12-31 Thread Julian Elischer
On Mon, 31 Dec 2001, Mike Smith wrote: You *are* aware that you can boot loader.old by hitting a key while the spinner is paused, before the loader starts, right? well I am now, but with no running system to look at I didn't know there was a loader.old. To Unsubscribe: send mail

RE: anyone seen this? Makes system unbooable.

2001-12-31 Thread Maksim Yevmenkin
Julian, I upgraded by cvs on saturday night, Sunday I didn't use it. Monday I tried to boot it. but the loader says: ASSERT mumble and the system reboots had _exactly_ the same poblem :( the string says, something like name not found ASSERT(FALSE) ficlCompileSoftCore in softcore.c line

CVSup vs inttypes.h,v

2001-12-31 Thread Julian Elischer
CVSup is refusing to give me a inttypes.h,v in sys/sys I sup from cvsup14 as it's very close. How do I work out where the problem is? To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message