Re: Authentication tried for XXX with correct key but not from a permitted host

2010-07-11 Thread Matthew Seaman
On 11/07/2010 04:04:57, Dan Langille wrote: That asked, I know if I move the key to the top of the ~/.ssh/authorized_keys file, the message is no longer logged. Further investigation reveals that if a line of the form: from=10..etc appears before the key being used to log in, the message

dmg handling

2010-07-11 Thread Zoran Kolic
Howdy! I got a file made on mac, sized at 142 mb and with dmg extension. It is a dump of 4 gb SD card with firmware upgrade files. File says: disk1s1.dmg: VAX COFF executable not stripped So, compressed. The file system on that original card is ext3. Linux people use dmg2img utility to

Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Richard Lee
This is on clean FreeBSD 8.1 RC2, amd64, with 4GB memory. The closest I found by Googling was this: http://forums.freebsd.org/showthread.php?t=9935 And it talks about all kinds of little tweaks, but in the end, the only thing that actually works is the stupid 1-line perl code that forces the

syslogs altlog_proglist and isc-dhcpd logging for FreeBSD

2010-07-11 Thread Harald Schmalzbauer
Hello, since isc-dhcpd-4.1.1 promised ipv6, I wanted to replace my existing DHCP servers with this new version. I'm running chrooted. My problem was with logging. dhcpd is very noisy and setting log-facility local1 in dhcpd.conf doesn't work out of the box (*) because of the chrooted

Re: 8.x grudges

2010-07-11 Thread M. Warner Losh
In message: aanlktikdj39liaffibdwkfa1vgt4w7m8toxevjykh...@mail.gmail.com Garrett Cooper yanef...@gmail.com writes: : On Wed, Jul 7, 2010 at 1:17 PM, Mikhail T. mi+t...@aldan.algebra.com wrote: : 07.07.2010 14:59, Jeremy Chadwick ???(??): : :      FREEBSD_COMPAT7 kernel option

Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Jeremy Chadwick
On Sun, Jul 11, 2010 at 11:25:12AM -0700, Richard Lee wrote: This is on clean FreeBSD 8.1 RC2, amd64, with 4GB memory. The closest I found by Googling was this: http://forums.freebsd.org/showthread.php?t=9935 And it talks about all kinds of little tweaks, but in the end, the only thing

RE: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Scott Sanbeg
Using Jeremy's suggestion as follows: 1) ZFS using a lot of memory but not freeing it as you expect For (1), try this in /boot/loader.conf and reboot: vfs.zfs.zio.use_uma=0 ... works like a charm for me. Thank you. Scott -Original Message- From: owner-freebsd-sta...@freebsd.org

More buzzing fun with snd_emu10kx - but now with more determinism!

2010-07-11 Thread Garrett Cooper
Getting back to the thread I brought up before (with my now dead email address): http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2010-06/msg00036.html , I now have a more deterministic testcase for this issue. The problem appears to be with vchan-related code. If I start up 4+

Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Richard Lee
On Sun, Jul 11, 2010 at 01:47:57PM -0700, Jeremy Chadwick wrote: On Sun, Jul 11, 2010 at 11:25:12AM -0700, Richard Lee wrote: This is on clean FreeBSD 8.1 RC2, amd64, with 4GB memory. The closest I found by Googling was this: http://forums.freebsd.org/showthread.php?t=9935 And it

Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Jeremy Chadwick
On Sun, Jul 11, 2010 at 02:12:13PM -0700, Richard Lee wrote: On Sun, Jul 11, 2010 at 01:47:57PM -0700, Jeremy Chadwick wrote: On Sun, Jul 11, 2010 at 11:25:12AM -0700, Richard Lee wrote: This is on clean FreeBSD 8.1 RC2, amd64, with 4GB memory. The closest I found by Googling was

Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Richard Lee
On Sun, Jul 11, 2010 at 02:45:46PM -0700, Jeremy Chadwick wrote: On Sun, Jul 11, 2010 at 02:12:13PM -0700, Richard Lee wrote: On Sun, Jul 11, 2010 at 01:47:57PM -0700, Jeremy Chadwick wrote: On Sun, Jul 11, 2010 at 11:25:12AM -0700, Richard Lee wrote: This is on clean FreeBSD 8.1 RC2,

Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Freddie Cash
Search the archives for the -stable, -current, and -fs mailing lists from the past 3 months. There are patches floating around to fix this. The ZFS code that monitors memory pressure currently only monitors the free amount, and completely ignores the inact and other not actually in use amounts.

Re: More buzzing fun with snd_emu10kx - but now with more determinism!

2010-07-11 Thread Andrew J. Caines
On 07/11/2010 17:03, Garrett Cooper wrote: The problem appears to be with vchan-related code. If I start up 4+ applications on my machine that access the audio device, all goes wonky on the 4+ allocation I can confirm this behaviour, which seems odd with hw.snd.maxautovchans defaulting to 16.