open() error

2000-07-21 Thread Andrey Sverdlichenko
Hello. I've noticed a strange error in open() syscall: when system booted with a CD as root (boot -C) the following code fails with EINVAL: fd = open(c, O_RDONLY | O_NONBLOCK | O_EXLOCK, 0) When root is hdd with UFS (mounted read-only), this works fine. Is it a bug or i missed something? To

Re: Sysinstall 'A'uto partitioning

2000-03-09 Thread Andrey Sverdlichenko
On Tue, 7 Mar 2000, Matthew Dillon wrote: > /tmp softlink to /var/tmp(because having two tmp's is stupid) What if /var can't be mounted after crash? /tmp should be on root filesystem. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of t

Re: Copy-on-write filesystem

2000-03-06 Thread Andrey Sverdlichenko
On Fri, 3 Mar 2000, Mike Smith wrote: > > Actually, since this is copy-on-write, you do not need the block, until > > you write. If you need to make a copy, it will be on a write system call > > (possibly an inode update), just fail the write ENOSPC or whatever. Or am > > I missing something si

Re: ILOVEYOU

2000-05-05 Thread Andrey Sverdlichenko
On Thu, 4 May 2000, Taavi Talvik wrote: > Yes, it was real virus and quite nasty one. Which remainds us, > that quite soon we cannot live without freebsd naitive virus > scanning engine. Such things don't spread so easily, when ISPs > are able to scan e-mail and other content they serve. look at

Re: ILOVEYOU

2000-05-05 Thread Andrey Sverdlichenko
On Fri, 5 May 2000, Kherry Zamore wrote: > > look at http://www.kasperskylab.ru/eng/products/eval.asp > > There is AVP for linux, freebsd, bsdi. > > This traps ILOVEYOU type scripts also? Don't know, never used one. But there is beta version "AVP for sendmail", it should. To Unsubscribe: sen