I used "tail -F /var/log/local3" in my little shell script
to scan log for some string.
When i change release from 3.X to 4.0
tail sometimes (may be once in a day or hours)
rescan log from begining and alarm me about problem
which has being occurred hours before.
It was coz " sb2.st_rdev !=
On Tue, 9 May 2000, Andrzej Bialecki wrote:
> On Tue, 9 May 2000, Vsevolod Semenov wrote:
>
> >
> > pw showuser shows user tens times slowly then
> > grep user /etc/[master.]passwd
>
> DB files provide you with already parsed and indexed information, mor
pw showuser shows user tens times slowly then
grep user /etc/[master.]passwd
pwd_mkdb can't create [s]pwd.db files for 100 users.
what reason to use db stuff in libc/gen/getpwent.c?
seva
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body
i've just invented extremaly useful option for mount_portal utils!
to make non blocking tcp connections.
if open(2) /p/tcp/address/port/nodel
file descriptor will retuned in non-blocked mode.
55a56
> #include
83a85
> int nodel = 0;
107c109,112
< return (EINVAL);
---
4 matches
Mail list logo