Bug#618592: zfsutils misses zdb, zinject and ztest (with patch)

2011-04-06 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Robert, > A small bit of advice: > > - The extra libraries could be linked statically instead of providing them > as packages. This solves the libavl API conflict. > - The alloca and __unused hacks could be done via CFLAGS (other packages > of Fr

support for more network interface drivers with kfreebsd-image

2011-04-06 Thread Benno Overeinder
Hello, Debian with the FreeBSD kernel seems an excellent combination to test and eventually use it seriously on some of our servers. I installed Debian/kFreeBSD using the netinstall CDROM image, but unfortunately the necessary network interface driver was not included. So I ended with a really mi

Teste do Desejo

2011-04-06 Thread Assis
do livro 'O segredo', se deseja algo... Pensa nele com intensidade e determinação! Tudo depende de você mesmo! Boa Sorte Ginastica CEREBRAL *** Sorte *** já o abriste agora não podes deixar de o ler ou terás má Sorte durante 12 anos a partir de amanha Encontra a letra C OOO O O

Bug#621085: freebsd-net-tools: /sbin/ifconfig unable to handle bonding config

2011-04-06 Thread skull
Package: freebsd-net-tools Version: 8.1-4+b1 Severity: normal When configuring a lagg interface, ifconfig seems to be unable to handle the needed parameters: root@zfs1:~# kldload if_lagg root@zfs1:~# ifconfig lagg0 create root@zfs1:~# ifconfig lagg0 up laggproto lacp laggport em2 laggport em3 if

Re: Ethernet bonding under GNU/kFreeBSD

2011-04-06 Thread Timo Juhani Lindfors
Emanuele Balla writes: > Done, and works smoothly: > > root@zfs1:~# freebsd ifconfig lagg0 up laggproto lacp laggport em2 > laggport em3 > > root@zfs1:~# freebsd ifconfig lagg0 > lagg0: flags=8843 metric 0 mtu 1500 > > options=219b > ether 00:25:90:23:38:a8 > inet6 fe80::21b:21ff:f

Re: Ethernet bonding under GNU/kFreeBSD

2011-04-06 Thread Emanuele Balla
On 4/6/11 10:42 AM, Timo Juhani Lindfors wrote: > Emanuele Balla writes: >> root@zfs1:~# kldload if_lagg >> root@zfs1:~# ifconfig lagg0 create >> root@zfs1:~# ifconfig lagg0 up laggproto lacp laggport em2 laggport em3 >> ifconfig: laggproto: bad value > > Thanks for the example. Can you try if it

Re: Ethernet bonding under GNU/kFreeBSD

2011-04-06 Thread Timo Juhani Lindfors
Emanuele Balla writes: > root@zfs1:~# kldload if_lagg > root@zfs1:~# ifconfig lagg0 create > root@zfs1:~# ifconfig lagg0 up laggproto lacp laggport em2 laggport em3 > ifconfig: laggproto: bad value Thanks for the example. Can you try if it works with ifconfig from FreeBSD chroot? (FAQ has steps t

Ethernet bonding under GNU/kFreeBSD

2011-04-06 Thread Emanuele Balla
Somebody managed to configure a bonding interface under Squeeze/kFreeBSD? I can successfully load if_lagg, and I can create a lagg0 interface, but when I try to define it, ifconfig does not seem to recognize the bonding parameters: root@zfs1:~# kldload if_lagg root@zfs1:~# ifconfig lagg0 create r