Re: RELENG_7 pxeboot fails on SuperMicro 6012

2008-06-16 Thread Marco Walraven
On Fri, Jun 13, 2008 at 04:12:49AM -0700, Jeremy Chadwick wrote: > On Fri, Jun 13, 2008 at 12:30:00PM +0200, Marco Walraven wrote: > > I ran into the following problem trying to pxeboot RELENG_7 on a SuperMicro > > 6012 system. RELENG_6 just works fine and the same RELENG_7 releas

RELENG_7 pxeboot fails on SuperMicro 6012

2008-06-13 Thread Marco Walraven
Hi All, I ran into the following problem trying to pxeboot RELENG_7 on a SuperMicro 6012 system. RELENG_6 just works fine and the same RELENG_7 release pxeboots fine when I use a VMware host. Can't work out which disk we are booting from. Guessed BIOS device 0xff not fund by probes, defa

Re: Building in /usr/src copied to $HOME

2008-03-18 Thread Marco Walraven
On Tue, Mar 18, 2008 at 09:28:50PM +0100, Vclav Haisman wrote: > Hi, > I am trying to use /usr/src copied to my $HOME but the build process > doesn't want to work. For example when I try build /bin/cp I get the > following: > > shell::wilx:~/freebsd/src/bin/cp> make > "/usr/home/users/wilx/freeb

make index during make release generates wrong INDEX file

2008-03-06 Thread Marco Walraven
Hi, I ran into a wrongly named INDEX file today after I did a 'make release' of RELENG_7 on a RELENG_6 system which includes the Ports Collection. The index file is named INDEX-6 instead of INDEX-7. A quick look in Mk/bsd.port.subdir.mk shows me that it will read the version from the param.h f

Re: Make release fails on mdconfig

2007-12-06 Thread Marco Walraven
Accidentally replied to Ruslan only instead of the list; indeed the kernel I ran was older so that solved the problem. My follow-up question might be interesting to others who are looking for this. On Thu, Dec 06, 2007 at 10:19:07AM +0100, Marco Walraven wrote: > Out of curiosity. Is there a

Make release fails on mdconfig

2007-12-04 Thread Marco Walraven
mfsroot/mfsroot if=/dev/zero count=4320 bs=1k + uname -r + [ -f /R/stage/trees/base/boot/boot ] + BOOT=-B -b /R/stage/trees/base/boot/boot + dofs_md + [ x != x ] + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot mdconfig: failed to load geom_md module: No such file or directory + MDDEVICE= ***