Date: Sun, 23 Jul 2000 13:06:54 +0400 (MSD) From: Vsevolod Semenov <s@gw2.mtelecom.ru> To: freebsd-hackers@FreeBSD.ORG Subject: 4.0-RELEASE/tail/st_rdev Message-ID: <Pine.BSF.4.01.10007231220550.15749-100000@gw2>
next in thread | raw e-mail | index | archive | help
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 != sbp->st_rdev" in /usr/src/usr.bin/tail/forward.c. I've commented this out and became happy. Q: Wtf is st_rdev in regular files in FreeBSD 4.0-RELEASE? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.10007231220550.15749-100000>