Re: ioctl DIOCSMBR: Inappropriate ioctl for device

2008-12-02 Thread Rajkumar S
On Tue, Nov 25, 2008 at 12:40 PM, Rajkumar S [EMAIL PROTECTED] wrote: boot0cfg: /dev/ad2: Class not found boot0cfg: /dev/ad2: ioctl DIOCSMBR: Inappropriate ioctl for device I found the reason for this error: I need to set kern.geom.debugflags=16 before executing this command. raj

ioctl DIOCSMBR: Inappropriate ioctl for device

2008-11-24 Thread Rajkumar S
Hi, I am working on a nanobsd derived system for updating an embedded pfSense image. The disk is partitioned into 4 partitions with 2 similar code partitions. One of the two code partition is live at any moment. To update the partition image is written to the other partition and a command like

make buildworld fails on a RELENG_7_0 machine

2008-06-26 Thread Rajkumar S
Hi, I have a fresh freebsd 7.0 box, installed from CD. I have src cvsupd with following supfile. *default host=cvsup.de.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_7_0 *default delete use-rel-suffix *default compress src-all after csup when I cd to