DragonFly users List (threaded) for 2009-01
DragonFly BSD
DragonFly users List (threaded) for 2009-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Installer & HAMMER only


From: FloW <flo.w@xxxxxxx>
Date: Wed, 28 Jan 2009 21:24:38 +0000

Matthias Schmidt wrote:
He,

* FloW wrote:
So far everything went smooth, except that the MAKEDEV commands failed from inside the installer. There was no specific error message. When i invoked MAKEDEV from the shell the devices were created without error, and then the installer would proceed. Can anyone reproduce this?

No, never saw that during my tests. Do you had the chance to look into the installer's log file? If not, it should be saved into /var/log on your machine.


I had another look at the install logs, the MAKEDEV commands look like:


cd /dev && /bin/echo ad0s4a || /bin/sh MAKEDEV ad0s4a

Shouldn't this be rather

cd /dev && /bin/echo ad0s4a && /bin/sh MAKEDEV ad0s4a

?

The corresponding command part is located at the end of
contrib/bsdinstaller-1.1.6/src/lib/libinstaller/commands.c

Regards

FloW



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]