freebsd-current mailing list

FromSubjectsort iconDate
John Birrell
DTrace for FreeBSD - status
On Wed, 23 Jan 2008 14:05:23 -0600, Andrew Gallatin <gallatin@cs.duke.edu> Cisco is currently funding the port of DTrace to FreeBSD part of their move to FreeBSD. I am probably a week away from putting up a set of diffs for the initial integration into CURRENT. See: <http://people.freebsd.org/~jb/reasons/reasons.html> for the list of changes/reasons. That page is still a work in progress. As of today, the port passes 752 of Sun's DTrace tests. FreeBSD developers with p4 access ca...
Jan 23, 7:50 pm 2008
Diomidis Spinellis
Re: Low NTFS read performance
Today I upgraded the machine to 8.0-CURRENT, and obtained similar results: - 5372041 bytes/sec reading an NTFS file - 15369758 bytes/sec reading from the raw device The raw/FS read performance difference with UFS is a lot lower: - 33162654 bytes/sec reading a UFS file - 47221133 bytes/sec reading from the raw device I'd welcome any ideas on why the NTFS layer makes reading three time slower than reading from the raw device and suggestions for improving the performance. I'd also be happy t...
Jan 23, 6:08 pm 2008
Diomidis Spinellis
Re: Low NTFS read performance
[Apologies for talking to myself.] It looks like the problem is the small (4K) block size NTFS uses for its requests. iostat -t da -zx -w 1 NTFS file: device r/s w/s kr/s kw/s wait svc_t %b da0 1329.6 0.0 5318.5 0.0 1 0.7 95 Raw device: device r/s w/s kr/s kw/s wait svc_t %b da0 234.8 0.0 15024.4 0.0 1 6.3 100 iostat -z -w1 NTFS file: tty ad0 da0 cpu tin tout KB/t tps MB/s ...
Jan 23, 6:30 pm 2008
EchoB
XEN and ZFS Status?
Hi all :) Can anyone point me in the direction of any detailed docs or perhaps just an answer on here re: production status of Xen and ZFS when 7.0 is released? I have read somewhere that ZFS is experimental at best, and wanted to confirm that. Also, using Xen would be a great plus in a production environment. Also - read somewhere about 8.0-Current - whats that all about? what are the differences between 7.0 and 8.0? Ciao! _______________________________________________ freebsd-current@fre...
Jan 23, 6:01 pm 2008
Ivan Voras
Re: XEN and ZFS Status?
Read=20 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.= html (8 is "current", 7 will be named "stable" when 7.0 gets released;=20 currently the latest official stable release is 6.3).
Jan 23, 7:49 pm 2008
Kip Macy
Re: XEN and ZFS Status?
WRT Xen: http://wiki.freebsd.org/FreeBSD/Xen Check there for other topics as well. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 6:30 pm 2008
Aryeh M. Friedman
fetch fails on 8-current
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 flosoft# /usr/bin/fetch -s ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz > ports.size Segmentation fault (core dumped) (this can be found during a make install in /www {from local cvs repo}) According to a gdb backtrace it looks like a infinite recurse. #0 0x0000000800bd2457 in fclose () from /lib/libc.so.7 #1 0x000000080063bb88 in fetchStatFTP () from /usr/lib/libfetch.so.5 #2 0x00000000004021de in ?? () #3 0x0000000000403a...
Jan 23, 3:20 pm 2008
Dag-Erling Smørgrav
Re: fetch fails on 8-current
bug in src/lib/libfetch/ftp.c rev 1.99, will fix DES -- Dag-Erling Smørgrav - des@des.no _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 4:48 pm 2008
Wesley Shields
Re: fetch fails on 8-current
I can't reproduce this... wxs@rst ~ % fetch -s ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz > ports.size wxs@rst ~ % cat ports.size 39987735 wxs@rst ~ % uname -a FreeBSD rst.atarininja.org 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Tue Dec 4 12:39:11 EST 2007 root@rst.atarininja.org:/usr/obj/usr/src/sys/GENERIC amd64 wxs@rst ~ % -- WXS _______________________________________________ freebsd-current@freebsd.org mailing list [ message continues ]
" title="http://lists.freebsd.org/mailman/listinfo/freebsd-curren...">http://lists.freebsd.org/mailman/listinfo/freebsd-curren...
Jan 23, 3:32 pm 2008
Aryeh M. Friedman
Re: fetch fails on 8-current
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 That is weird because: flosoft# fetch -s ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz > ports.size Segmentation fault (core dumped) flosoft# cat ports.size flosoft# uname -a FreeBSD flosoft.no-ip.biz 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Jan 22 23:37:49 EST 2008 aryeh@flosoft.no-ip.biz:/usr/obj/usr/src/sys/MONSTER amd64 The only difference in MONSTER vs. GENERIC is I added IPI_PREEMPTION and removed the debugging options....
Jan 23, 3:34 pm 2008
Wesley Shields
Re: fetch fails on 8-current
I will go ahead and update to a more recent build and get back to you. -- WXS _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 3:40 pm 2008
Erik Cederstrand
Performance Tracker project update
Hi I'd like to send a small update on my progress on the Performance Tracker project. I now have a small setup of a server and a slave chugging along, currently collecting data. I'm following CURRENT and collecting results from super-smack and unixbench. The project still needs some work, but there's a temporary web interface to the data here: http://littlebit.dk:5000/plot/. Apart from the plotting it's possible to compare two dates and see the files that have changed. Error bars are 3*...
Jan 23, 12:48 am 2008
Kostik Belousov
Re: RELENG_7_0: vm_thread_new: kstack allocation failed
Does it cause any problems aside from printing these messages ? What workload do you put on the machine ? The messages came from the failure of the kernel to allocate address space for the kernel stack for a thread being created. Previously, the system would panic encountering this situation. This may happen due to kernel_map address space depletion, for instance, by having a lot (on i386 machines with > 1Gb memory, ~40000) threads.
Jan 23, 1:12 am 2008
Xin LI
Re: RELENG_7_0: vm_thread_new: kstack allocation failed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It was an rsync from NFS to ZFS with ~15M of files, and rsync will consume basically all physical memory. I end up with some 2GB active, 4GB wired thing. (The system has 8GB of RAM), and I added a "make -j9 Yes, I knew, previously it just panic and hangs there, and thanks a lot It seems that I have hit some sort of "leak" or some exhaustion issue. Say, when the workload is gone, the system did not recover from the situation, and reboot worked ...
Jan 23, 1:59 am 2008
Kostik Belousov
Re: RELENG_7_0: vm_thread_new: kstack allocation failed
Yes, I want to know what exactly leaked. Ideally, I would like to see the series of the output of the vmstat -z and vmstat -m for some time before the system is bogged down. But, even the one snapshot of the vmstat -z/-m output immediately before things stop working would be good to look at. Output of the ps auxwwH is helpful too.
Jan 23, 6:52 am 2008
Kostik Belousov
Re: page fault panic in scioctl and console-kit-daemon
To clarify: do you see any problems with the console-kit after the patch ? In particular, can you verify that the program functions correctly, esp. on the virtual terminals 1, 2 ... , whatever this means ?
Jan 23, 1:16 am 2008
Pawel Worach
Re: page fault panic in scioctl and console-kit-daemon
The panic is of course gone, while chatting a bit with Marcus (CCd) it looks like console-kit does not do any error handling at all. I've not looked at what c-k does so maybe Marcus can answer the question better. Regards -- Pawel _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 3:34 pm 2008
Joe Marcus Clarke
Re: page fault panic in scioctl and console-kit-daemon
It tries to install a wait thread on each available VT. That thread sets the WAITACTIVE ioctl, and waits for its VT to become active. When it does, it sets the CK active VT accordingly, and reattaches the wait. When an error occurs in the ioctl, no wait is attached, and CK will not know when a particular VT becomes active. This will essentially cripple CK (assuming the VT really does become available at a later point). =20 Now, admittedly, there is no error correction in CK for this situati...
Jan 23, 3:55 pm 2008
Kostik Belousov
Re: page fault panic in scioctl and console-kit-daemon
=46rom my reading of the code, scp would be non-NULL after the first open of the corresponding /dev/ttyvX. sc_attach_unit() creates the scp for the console and the consolectl devices. VT_WAITACTIVE ioctl is performed on arbitrary syscons /dev node, and can wait for any other screens, in particular, the screens that are not opened at the moment (the reason for the reported panic). The patch I posted may be improved by making the VT_WAITACTIVE ioctl to wait for the scp being allocated, and only t...
Jan 23, 5:11 pm 2008
Pawel Worach
Re: page fault panic in scioctl and console-kit-daemon
This patch also seems to work from the no-panic point of view. -- Pawel _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 5:35 pm 2008
Joe Marcus Clarke
Re: page fault panic in scioctl and console-kit-daemon
Right, and this is where I was confused. I had thought from an old reading of the CK code that CK opened each ttyvX device to perform the ioctl. It does not. Instead, it opens /dev/console, and performs the ioctl for each ttyvX on that fd. That does explain the panic, but not exactly why I did not see it. I'm guessing a race condition, but I I really appreciate your attention to this. Funny thing is, CK 0.2.4 was just released, and it is no longer started out of rc.d. I've also added err...
Jan 23, 5:32 pm 2008
Pietro Cerutti
Re: tcsh coredumps
I've tried the 6.14 version. It doesn't seg-fault, but it doesn't accept the password, neither. It says "Invalid password" 3 times and then it automatically logs out anyway.. -- Pietro Cerutti PGP Public Key: http://gahr.ch/pgp _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 4:40 am 2008
Paul B. Mahol
Re: tcsh coredumps
8.0 CURRENT here. I think I read somewhere in source (when just looking how locking stuff is implemented in tchs) that thing only works for root, but anyway it segfault in root login shell always, but for locking stuff it could just fork "lock -p" _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 8:40 am 2008
Justin Hibbits
Re: tcsh coredumps
I can confirm this, 8-CURRENT from 2007-12-24. Exits with SIGABRT. - Justin
Jan 22, 10:49 pm 2008
Pietro Cerutti
Re: tcsh coredumps
Nope. What paul is saying is the following: % tcsh % set autologout =3D (15 1) =2E.. now wait for a minute until the shell asks you for your password: Password: =2E.. now try to type your password and press enter.. tcsh will seg-fault= =2E tcsh 6.14.00 (Astron) 2005-03-25 on Linux doesn't suffer from this problem, though... --=20 Pietro Cerutti PGP Public Key: http://gahr.ch/pgp
Jan 22, 8:21 pm 2008
Pyun YongHyeon
Re: cvs in CURRENT broken?
On Tue, Jan 22, 2008 at 12:10:30PM -0800, David O'Brien wrote: > On Tue, Jan 22, 2008 at 02:38:04PM +0900, Pyun YongHyeon wrote: > > When I try to update sources with cvs on latest CURRENT, I always get the > > following. > > > > 504 [monster: ~/NetBSD]export CVSROOT=:pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot > > 505 [monster: ~/NetBSD]cvs login > > Logging in to :pserver:anoncvs@anoncvs.netbsd.org:2401/cvsroot > > CVS password: > > As...
Jan 22, 11:47 pm 2008
Rui Paulo
Re: CFT: re(4) WOL support
I have a re(4) and I'll try your patch in the next weekend/week. Regards. -- Rui Paulo _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 5:06 pm 2008
Andrew Gallatin
Re: LatencyTOP and FreeBSD
Alexander Kabaev writes: > Hope not. This kind of statistics should easily be done with DTrace. Indeed, see the thread at http://mail.opensolaris.org/pipermail/dtrace-discuss/2008-January/005439.html What is the status of Dtrace in FreeBSD? I thought the original port was permantly stalled due to licensing conflicts over CDDL, and that John was starting from scratch. Drew _______________________________________________ freebsd-current@freebsd.org mailing list [ message continues ]
" title="http://lists.freebsd.or...">http://lists.freebsd.or...
Jan 23, 4:05 pm 2008
Jeremy Messenger
Re: LatencyTOP and FreeBSD
On Wed, 23 Jan 2008 14:05:23 -0600, Andrew Gallatin <gallatin@cs.duke.edu> http://dtrace.what-creek.com/ (hasn't been update since Nov 2007) Honestly, I don't understand how CDDL can be conflict with BSD license since it's file based license rather than whole like GPL. Also, it doesn't force BSD license to be change to CDDL. Sun doesn't see any problem for FreeBSD to ship with it either. Feel free to explain more to me in private to avoid license war in this list. Cheers, -...
Jan 23, 4:29 pm 2008
Nik Clayton
Re: Taking screenshots during install
+1 -- that's the specific use case that the '-p' option to vidcontrol, and the scr2* utilities were intended to support (it's how the installation screenshots in the Handbook were/are generated). N _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 2:54 pm 2008
Yuri Pankov
Re: SIGABRT on `cvs login`
And yet another reply to myself :-) It was fixed in 1.2.23, please see following bug report for details: https://savannah.nongnu.org/bugs/?22045 Yuri _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 4:08 am 2008
Pyun YongHyeon
Re: Problem with nfe stability and throughput
On Tue, Jan 22, 2008 at 08:28:44PM +0100, Chris Poulsen wrote: > Hi, > > I've had the chance to punish the atphy you suggested below (diff2 + > suggested change). The driver seems slow (but "stable") when it is not > being pushed (my ssh shell is lagging ;) and it seems to lock up within > 10 secs (tried 3 times) when I try to perform a ftp transfer to the > machine. By "lock-up" I see the network stops working. The ftp transfer > stops, I'm unable to ping from ...
Jan 22, 10:19 pm 2008
Yar Tikhiy
Re: SCHED_ULE & niceness / rtprio
If using Firefox to trigger the problem, it's enough to just start it with about:blank opened in its window. I think almost any X app can substitute for Firefox there. -- Yar _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Jan 23, 2:34 pm 2008
Yar Tikhiy
Re: SCHED_ULE & niceness / rtprio
The player stutters when I assign a realtime or idle priority to it, or when I decrease its niceness, e.g., to -10 or less. As for the priority question: AFAIK, there are 3 run queue groups in the kernel, for realtime, normal, and idle priority processes willing to run. Normal priority processes can run only if the real time queue group is empty, and idle priority processes run only if both the real time and normal queue groups are empty. My problem manifests itself if the process is not on the...
Jan 23, 2:32 pm 2008
previous daytodaynext day
January 22, 2008January 23, 2008January 24, 2008