freebsd | Tag | ohneKontur - der Blog https://www.ohnekontur.de ohne Linien und Kanten und trotzdem gefangen Fri, 28 Nov 2014 09:55:39 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.5 Freebsd ZFS fähigen Bootloader bauen in der #Fixit shell https://www.ohnekontur.de/2010/08/04/freebsd-zfs-fahigen-bootloader-bauen-in-der-fixit-shell/ https://www.ohnekontur.de/2010/08/04/freebsd-zfs-fahigen-bootloader-bauen-in-der-fixit-shell/#respond Wed, 04 Aug 2010 01:51:51 +0000 http://www.ohnekontur.de/?p=1006 In die #FixIT Shell Booten, Chroot in den ZPOOL, und dann : echo ‘LOADER_ZFS_SUPPORT=YES’ > /etc/src.conf mount -t devfs devfs /dev export DESTDIR="" cd /usr/src/sys/boot/ make obj make depend make cd i386/loader make install

The post Freebsd ZFS fähigen Bootloader bauen in der #Fixit shell first appeared on ohneKontur - der Blog.]]>
In die #FixIT Shell Booten, Chroot in den ZPOOL, und dann :

echo ‘LOADER_ZFS_SUPPORT=YES’ > /etc/src.conf
mount -t devfs devfs /dev
export DESTDIR=""
cd /usr/src/sys/boot/
make obj
make depend
make
cd i386/loader
make install
The post Freebsd ZFS fähigen Bootloader bauen in der #Fixit shell first appeared on ohneKontur - der Blog.]]>
https://www.ohnekontur.de/2010/08/04/freebsd-zfs-fahigen-bootloader-bauen-in-der-fixit-shell/feed/ 0
avahi nach DHCP – Freebsd https://www.ohnekontur.de/2010/03/26/avahi-nach-dhcp-freebsd/ https://www.ohnekontur.de/2010/03/26/avahi-nach-dhcp-freebsd/#respond Thu, 25 Mar 2010 23:58:56 +0000 http://www.ohnekontur.de/?p=801 Avahi startet bei mir beim boot zu falschen Zeit, zu früh ums genau zu sein. Dies zeigte sich so : avahi-daemon[729]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns! kernel: re0: link state changed to UP avahi-daemon[729]: IP_DROP_MEMBERSHIP … Continue reading

The post avahi nach DHCP – Freebsd first appeared on ohneKontur - der Blog.]]>
Avahi startet bei mir beim boot zu falschen Zeit, zu früh ums genau zu sein.
Dies zeigte sich so :

avahi-daemon[729]: WARNING: No NSS support for mDNS detected,
 consider installing nss-mdns!
kernel: re0: link state changed to UP
avahi-daemon[729]: IP_DROP_MEMBERSHIP failed: Can't assign re
quested address
 dhclient: New IP Address (re0): 1.2.3.4

Behoben hab ich das problem, in dem ich
in die /etc/rc.conf folgendes eingefügt habe:

synchronous_dhclient="YES"

und dann noch in /usr/local/etc/rc.d/avahi-daemon unter # REQUIRE: DAEMON dbus
die Zeile

# REQUIRE: dhclient

einfügen
:)

The post avahi nach DHCP – Freebsd first appeared on ohneKontur - der Blog.]]>
https://www.ohnekontur.de/2010/03/26/avahi-nach-dhcp-freebsd/feed/ 0