Re: List Spam Filtering

2013-05-13 Thread Thomas Mueller
Excerpt from Rich Kulawiec r...@gsp.org: 3. Note that Mailman, as part of that same mechanism, allows list-owners to add non-subscribers to a list of those permitted to send traffic to the list without approval. This feature is probably more often used to allow traffic from alternative

Marwel NIC watchdog timeout

2013-05-13 Thread Leslie Jensen
I'm having some problems with my Marwel NIC (msk0) and loss of connection. I found a solution where one could use the settings below: In /etc/sysctl.conf net.inet.tcp.tso=0 And in /boot/loader.conf hw.msk.msi_disable=1 This seems to work but the trade-off is that I now only have 100

Re: Marwel NIC watchdog timeout

2013-05-13 Thread Leslie Jensen
...spelling correction Should be Marvell 2013-05-13 09:48, Leslie Jensen skrev: I'm having some problems with my Marvell NIC (msk0) and loss of connection. I found a solution where one could use the settings below: In /etc/sysctl.conf net.inet.tcp.tso=0 And in /boot/loader.conf

freebsd-update and /boot/kernel/linker.hints

2013-05-13 Thread Wolfgang Riegler
Hi, since last freebsd-update fetch install I always get this message after freebsd-update fetch: The following files will be updated as part of updating to 9.1-RELEASE-p3: /boot/kernel/linker.hints but freebsd-update install doesn't install anything. Is there something wrong with my system

Re: ZFS mirror install /mnt is empty

2013-05-13 Thread Paul Kraus
On May 13, 2013, at 1:58 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: Due to advances in hard drive technology, for the worse I'm afraid, i.e. 4K disk blocks, I wouldn't bother enabling compression on any ZFS file systems. I might change my blog posts to reflect this stop

Re: ZFS mirror install /mnt is empty

2013-05-13 Thread Trond Endrestøl
On Mon, 13 May 2013 08:40-0400, Paul Kraus wrote: On May 13, 2013, at 1:58 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: Due to advances in hard drive technology, for the worse I'm afraid, i.e. 4K disk blocks, I wouldn't bother enabling compression on any ZFS file

Re: ZFS mirror install /mnt is empty

2013-05-13 Thread Paul Kraus
On May 13, 2013, at 9:25 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: I guess it's due to my (mis)understanding that files shorter than 4KB stored on 4K drives never will be subject to compression. And as you state below, the degree of compression depends largely on the

Re: freebsd-update and /boot/kernel/linker.hints

2013-05-13 Thread Stephan Schindel
On Mon, May 13, 2013 at 11:22:41AM +0200, Wolfgang Riegler wrote: Hi, since last freebsd-update fetch install I always get this message after freebsd-update fetch: The following files will be updated as part of updating to 9.1-RELEASE-p3: /boot/kernel/linker.hints but freebsd-update

can't compile lang/gcc port

2013-05-13 Thread Xavier
Hi to all, I can't compile lang/gcc port. The last lines of error: else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi gmake[5]: Leaving directory `/usr/ports/lang/gcc/work/build/i386-portbld-freebsd 9.1/libstdc++-v3' gmake[4]: Leaving

Bootloader/Replace GRUB

2013-05-13 Thread Louis Ciotti
Hello, I replaced a Linux partition on my laptop with FreeBSD. Now it will not but giving me an GRUB error. I assume I have to remove/replace GRUB, as I will want to dual boot this with a windows partition. So being the FreeBSD newbie that I am I am stumped on what to do to correct this.

Re: Bootloader/Replace GRUB

2013-05-13 Thread Jeff Tipton
On 05/13/2013 19:41, Louis Ciotti wrote: Hello, I replaced a Linux partition on my laptop with FreeBSD. Now it will not but giving me an GRUB error. I assume I have to remove/replace GRUB, as I will want to dual boot this with a windows partition. So being the FreeBSD newbie that I am I am

Re: Bootloader/Replace GRUB

2013-05-13 Thread Ralf Mardorf
On Mon, 2013-05-13 at 12:41 -0400, Louis Ciotti wrote: Hello, I replaced a Linux partition on my laptop with FreeBSD. Now it will not but giving me an GRUB error. I assume I have to remove/replace GRUB, as I will want to dual boot this with a windows partition. So being the FreeBSD

/etc/jail.conf for automatically started jails listed in /etc/rc.conf

2013-05-13 Thread David Demelier
Hello dear, Does jail.conf(5) does not work for jails listed in the rc.conf ? I've added in /etc/jail.conf: foo { hostname=Foo; path=/jails/foo; allow.sysvipc=1; } And in /etc/rc.conf only foo in the jail_list parameter, but when I try to start the jail it still complain about

Re: /etc/jail.conf for automatically started jails listed in /etc/rc.conf

2013-05-13 Thread Joe
David Demelier wrote: Hello dear, Does jail.conf(5) does not work for jails listed in the rc.conf ? I've added in /etc/jail.conf: foo { hostname=Foo; path=/jails/foo; allow.sysvipc=1; } And in /etc/rc.conf only foo in the jail_list parameter, but when I try to start the jail it

Re: /etc/jail.conf for automatically started jails listed in /etc/rc.conf

2013-05-13 Thread David Demelier
Le lundi 13 mai 2013 16:32:01 Joe a écrit : David Demelier wrote: Hello dear, Does jail.conf(5) does not work for jails listed in the rc.conf ? I've added in /etc/jail.conf: foo { hostname=Foo; path=/jails/foo; allow.sysvipc=1; } And in /etc/rc.conf

running iscontrol at boot time

2013-05-13 Thread David Newman
How to configure FreeBSD so that an iSCSI initiator will mount a filesystem on an iSCSI target at boot time? The /boot/loader.conf file has 'iscsi_initiator_load=YES' but iscontrol does not run at boot time. I believe iscontrol needs to run after the kernel module is loaded but before a

Re: Bootloader/Replace GRUB

2013-05-13 Thread Ralf Mardorf
This one is tricky, but it does work. I've got two SATA HDDs, Linux names are sda and sdb. /dev/sda1 is ufs including my FreeBSD and /dev/sdb1 is ntfs including the Windows XP install, there are many other installs, all of them are Linux distros. To install XP on /dev/sdb1 I had to disconnect

Re: /etc/jail.conf for automatically started jails listed in /etc/rc.conf

2013-05-13 Thread Joe
David Demelier wrote: Le lundi 13 mai 2013 16:32:01 Joe a écrit : David Demelier wrote: Hello dear, Does jail.conf(5) does not work for jails listed in the rc.conf ? I've added in /etc/jail.conf: foo { hostname=Foo; path=/jails/foo; allow.sysvipc=1; } And in /etc/rc.conf only

Re: ZFS mirror install /mnt is empty

2013-05-13 Thread Shane Ambler
On Mon, 13 May 2013 08:40-0400, Paul Kraus wrote: On May 13, 2013, at 1:58 AM, Trond Endrestøl wrote: Due to advances in hard drive technology, for the worse I'm afraid, i.e. 4K disk blocks, I wouldn't bother enabling compression on any ZFS file systems. I might change my blog posts to

Hot Swapping SATA drive?

2013-05-13 Thread Ronald F. Guilmette
I bought one of these things awhile ago: http://www.amazon.com/gp/product/B004LXJXSW/ref=oh_details_o00_s00_i00?ie=UTF8psc=1 So far, it seems to be working just peachy, but I have yet to do anything the least bit adventurous with it, such as trying to either insert a drive into it or remove a