msdosfs performance unbearable

2007-11-27 Thread Dominic Fandrey
ufs: $ time -h tar -xf php_manual_en.tar.gz 3.31s real 0.43s user 0.51s sys msdosfs: I stopped that after 45 minutes. Also the system becomes barely responsive. The mouse moves extremely sloppy and a key-press often causes 2 characters to be printed. Mouse-click

cryptodev and ssh on RELENG_7

2007-11-27 Thread Harald Schmalzbauer
Hello, I have a HiFN crypto card and can remember that it was used for ssh connections with 3des encryption (on 6.1 afair). But with RELENG_7 it isn't used at all (no interrupts) if I 'ssh -v -c 3des-cbc [EMAIL PROTECTED]' Any ideas what is wrong? dmesg: hifn0 mem 0x8000-0x8fff,0x8004000

Re: installation problems of FreeBSD 7 beta 2 on Dell D610 (multiboot con solaris, linux, winxp)

2007-11-27 Thread Stefano Spinucci
On 11/27/07, Dennis Melentyev <[EMAIL PROTECTED]> wrote: > Hi! > > 2007/11/27, Stefano Spinucci <[EMAIL PROTECTED]>: > > I encountered some problems installing FreeBSD 7 beta 2 on my Dell > > D610 laptop, on the original 60 gb hd; the hd is formatted as follows: > > - primary 1, 15 gb, ntfs for Win

Re: installation problems of FreeBSD 7 beta 2 on Dell D610 (multiboot con solaris, linux, winxp)

2007-11-27 Thread Dennis Melentyev
HI Stefano! 2007/11/27, Stefano Spinucci <[EMAIL PROTECTED]>: > On 11/27/07, Dennis Melentyev <[EMAIL PROTECTED]> wrote: > > Hi! > > > > 2007/11/27, Stefano Spinucci <[EMAIL PROTECTED]>: > > > I encountered some problems installing FreeBSD 7 beta 2 on my Dell > > > D610 laptop, on the original 60 g

Re: installation problems of FreeBSD 7 beta 2 on Dell D610 (multiboot con solaris, linux, winxp)

2007-11-27 Thread Julian H. Stacey
"Stefano Spinucci" wrote: > I encountered some problems installing FreeBSD 7 beta 2 on my Dell > D610 laptop, on the original 60 gb hd; the hd is formatted as follows: > - primary 1, 15 gb, ntfs for Windows XP > - primary 2, 15 gb, solaris for Open Solaris > - primary 3, 10 gb, fat32 for FreeBSD >

Re: Some processes stay active after killing its PID

2007-11-27 Thread Honza Holakovsky
Thanks for reply, I tried to kill the process via all possibilities described in man kill :) But I didn't know there are some processes which can't be killed, so I tried again running wdfs, but after "ps -xacu | grep wdfs" I see USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMM

Pthread scheduling in FreeBSD 7

2007-11-27 Thread Gregor Maier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have a question concerning *pthread* scheduling with FreeBSD 7. My goal: I have a multi-threaded application, in which I have a thread that should get higher priority than the other threads. Realtime-Priority for this thread would be nice

Re: Some processes stay active after killing its PID

2007-11-27 Thread Jeremy Chadwick
On Tue, Nov 27, 2007 at 01:05:21PM +0100, Honza Holakovsky wrote: > Thanks for reply, > > I tried to kill the process via all possibilities described in man kill :) > But I didn't know there are some processes which can't be killed, so I tried > again running wdfs, but after "ps -xacu | grep wdfs"

Re: em driver 6.6.6 regression

2007-11-27 Thread Igor Sysoev
On Wed, Nov 07, 2007 at 12:55:24PM +0300, Igor Sysoev wrote: > On Wed, Nov 07, 2007 at 12:18:06PM +0300, Igor Sysoev wrote: > > > On Fri, Oct 12, 2007 at 04:15:46PM +0400, Igor Sysoev wrote: > > > > > Yesterday I have cvsup'ed FreeBSD on ThinkPad T42 to RELENG_6 > > > "2007.10.10.23.59.59" and h

Re: cryptodev and ssh on RELENG_7

2007-11-27 Thread Mike Tancsa
At 03:27 AM 11/27/2007, Harald Schmalzbauer wrote: Hello, I have a HiFN crypto card and can remember that it was used for ssh connections with 3des encryption (on 6.1 afair). But with RELENG_7 it isn't used at all (no interrupts) if I 'ssh -v -c 3des-cbc [EMAIL PROTECTED]' Any ideas what is wro

connect() returns EADDRINUSE during massive host->host conn rate

2007-11-27 Thread Jan Srzednicki
Hello, I have a pair of hosts. One of them performs a massive amount of TCP connections to the other one, all to the same port. This setup mostly works fine, but from time to time (that varies, from once a minute to one a half an hour), the connect(2) syscall fails with EADDRINUSE. The connection

Re: installation problems of FreeBSD 7 beta 2 on Dell D610 (multiboot con solaris, linux, winxp)

2007-11-27 Thread Julian H. Stacey
> Stefano & stable@ > I saw similar installing 7.0-BETA3 on my Digital HiHote Ultra ... > I'll look for right syntax. eg maybe hw.ata.ata_dma=0 etc starting > in my http://www.berklix.com/~jhs/hardware/laptops/#loader.conf Safe mode (Hit Key 3 after it asks for boot floppy 2nd time (Im u

Re: Some processes stay active after killing its PID

2007-11-27 Thread Roland Smith
On Tue, Nov 27, 2007 at 01:05:21PM +0100, Honza Holakovsky wrote: > Thanks for reply, > > I tried to kill the process via all possibilities described in man kill :) > But I didn't know there are some processes which can't be killed, so I tried > again running wdfs, but after "ps -xacu | grep wdfs"

Re: Some processes stay active after killing its PID

2007-11-27 Thread Honza Holakovsky
Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great Thanks a lot, after your advice I read an article about csh built-in commands, never heard of it from any fbsd handbook... 2007/11/27, Roland Smith <[EMAIL PROTECTED]>: > > On Tue, Nov 27, 2007 at 01:05:21PM +0100, Honza Holakovsky wrot

Re: Some processes stay active after killing its PID

2007-11-27 Thread Stephen Montgomery-Smith
On Tue, 27 Nov 2007, Honza Holakovsky wrote: Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great Thanks a lot, after your advice I read an article about csh built-in commands, never heard of it from any fbsd handbook... I am completely baffled why this worked. Why would /bin/kill

Re: Some processes stay active after killing its PID

2007-11-27 Thread Torfinn Ingolfsen
On Tue, 27 Nov 2007 20:14:50 +0100 Honza Holakovsky <[EMAIL PROTECTED]> wrote: > Thanks a lot, after your advice I read an article about csh built-in > commands, never heard of it from any fbsd handbook... FWIW, the builtin(1) man page has a table which shows the builtin commands for both csh and

Re: Some processes stay active after killing its PID

2007-11-27 Thread Roland Smith
On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > >> Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great >> >> Thanks a lot, after your advice I read an article about csh built-in >> commands, never heard of i

Re: Some processes stay active after killing its PID

2007-11-27 Thread Jeremy Chadwick
On Tue, Nov 27, 2007 at 08:59:06PM +0100, Roland Smith wrote: > On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > >> Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great > >> > >> Thanks a lot, after your advice I r

Re: Some processes stay active after killing its PID

2007-11-27 Thread Gary Palmer
On Tue, Nov 27, 2007 at 08:59:06PM +0100, Roland Smith wrote: > On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > > > > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > > > >> Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great > >> > >> Thanks a lot, after

Re: Some processes stay active after killing its PID

2007-11-27 Thread Alfred Perlstein
* Roland Smith <[EMAIL PROTECTED]> [071127 11:59] wrote: > On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > > > > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > > > >> Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great > >> > >> Thanks a lot, after your

Re: msdosfs performance unbearable

2007-11-27 Thread Alfred Perlstein
* Dominic Fandrey <[EMAIL PROTECTED]> [071127 00:47] wrote: > ufs: > $ time -h tar -xf php_manual_en.tar.gz > 3.31s real 0.43s user 0.51s sys > > > msdosfs: > I stopped that after 45 minutes. > > Also the system becomes barely responsive. The mouse moves extremely

Re: Some processes stay active after killing its PID

2007-11-27 Thread Ian Smith
On Tue, 27 Nov 2007, Alfred Perlstein wrote: > * Roland Smith <[EMAIL PROTECTED]> [071127 11:59] wrote: > > On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > > > > > > > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > > > > > >> Well, didn't know that, "/bin/k

[releng_6 tinderbox] failure on sparc64/sparc64

2007-11-27 Thread FreeBSD Tinderbox
TB --- 2007-11-28 03:59:29 - tinderbox 2.3 running on freebsd-legacy.sentex.ca TB --- 2007-11-28 03:59:29 - starting RELENG_6 tinderbox run for sparc64/sparc64 TB --- 2007-11-28 03:59:29 - cleaning the object tree TB --- 2007-11-28 04:00:00 - cvsupping the source tree TB --- 2007-11-28 04:00:00 - /