Re: calcru: runtime went backwards
On 30 Oct 2010, at 21:19, David Rhodus wrote: > I haven't seen much of this since 5.x days. Anyone else see calcru > messages lately ? I had a bunch of those in my daily-mail this morning as well. I assumed it was due to the DST change last night: Oct 31 00:12:58 solfertje kernel: calcru: runtime went backwards from 11993 usec to 9596 usec for pid 34369 (local) Oct 31 00:12:58 solfertje kernel: calcru: runtime went backwards from 13584 usec to 10869 usec for pid 34368 (smtpd) Oct 31 00:12:58 solfertje kernel: calcru: runtime went backwards from 11459 usec to 9169 usec for pid 34367 (lmtp) Oct 31 00:12:58 solfertje kernel: calcru: runtime went backwards from 13430 usec to 10746 usec for pid 34366 (cleanup) That system isn't running HEAD btw, it runs FreeBSD 7.2-STABLE (upgrade planned). Alban Hertroys -- Screwing up is an excellent way to attach something to the ceiling. !DSPAM:930,4ccd4aa810263770721941! ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: calcru: runtime went backwards
On Sat, Oct 30, 2010 at 03:19:04PM -0400, David Rhodus wrote: > I haven't seen much of this since 5.x days. Anyone else see calcru > messages lately ? Yes, I am seeing those as well in the last weeks, accompanied with sporadic hangs of a few seconds. For now I've been to lazy to investigate further, but I assume it's somehow connected to recent timecounter changes. Stefan ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
having 'src' and 'obj' in some other place
Hello, I compiled a 9-CURRENT from SVN but having it in a non default place, in /home/guru/9-CURRENT/src. To compile kernel and world I set MAKEOBJDIRPREFIX to /home/guru/9-CURRENT/obj and all went fine. Then I installed kernel und world to the USB key using DESTDIR set to /mnt. Because the idea is to use the USB key for further installation a copied the 'src' and 'obj' to it as well with: # cp -Rp /home/guru/9-CURRENT/src /mnt/usr # cp -Rp /home/guru/9-CURRENT/obj /mnt/usr The USB key boots fine. From this USB key I now wanted to install the system to a partitioned hard disk, again with something like: # cd /usr/src # make installworld DESTDIR=/mnt where below /mnt now the file system of the disk was mounted. This failed with messages about 'install: ... not found' and the way around was to move /usr/src again on the USB key to a faked location of /home/guru/9-CURRENT/src, and as well 'obj'. After this all went fine. Question: Why is this so hardwired bound to the original location of 'src' and 'obj'? Thanks matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
re(4) driver dropping packets when reading NFS files
I recently purchased a laptop that has a re(4) Realtek 8101E/8102E/8103E net chip in it and I find that it is dropping packets like crazy when reading files over an NFS mount. (It seems that bursts of receive traffic cause it, since when I look over wireshark, typically the 2nd packet in a read reply is not received, although it was sent at the other end.) Adding "options DEVICE_POLLING" helps a lot. (ie. order of magnitude faster reading) Does this hint that interrupts are being lost or delayed too much? Anyhow, if anyone has an idea on what the cause/fix might be or are familiar with the driver/hardware, I'd appreciate hearing about it. Thanks, rick ps: This laptop is running a low end AMD cpu and I did install amd64 on it, instead of i386, in case that might be relevent? ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"