isc-dhcp42-server-4.2.4_2 question

2013-04-09 Thread Alexander Yerenkow
Hello. While configuring isc-dhcp42-server-4.2.4_2
with chroot, I found out that devfs not umounted from /var/db/dhcpd/dev
during stop, or unsuccessful start.

Which is preventing to start again, unless you do manually
umount  /var/db/dhcpd/dev

Is this by design?

-- 
Regards,
Alexander Yerenkow
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: isc-dhcp42-server-4.2.4_2 question

2013-04-09 Thread Lowell Gilbert
Alexander Yerenkow  writes:

> Hello. While configuring isc-dhcp42-server-4.2.4_2
> with chroot, I found out that devfs not umounted from /var/db/dhcpd/dev
> during stop, or unsuccessful start.
>
> Which is preventing to start again, unless you do manually
> umount  /var/db/dhcpd/dev
>
> Is this by design?

No, it's not. The script that comes with the port has a cleanup_chroot
which is supposed to umount(8) the devfs(5). I looked it over, and I
don't see why it wouldn't work, but I haven't tested it, either.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"