Re: mergemaster barf

2009-01-07 Thread Mike Lempriere
Oh, sorry, my mistake -- I had done 'make installworld' first, I just 
neglected to include it in the email.


Since that email, I tried doing another cvsup -- it added a few files, 
but not master.passwd.  Then another mergemaster -- same error.


Thanks Doug and Andrei!

Doug Barton wrote:

Mike Lempriere wrote:
  

upgrading 5-stable (was at 5.5) to 6-stable, in preparation for 6-stable


...
  

usage: cap_mkdb [-v] [-f outfile] file [file ...]
*** Error code 1

Stop in /usr/src/etc.

 *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
 the temproot environment

I've checked, the directory is there (/var/tmp/temproot/etc) however the
file (master.passwd) is not.

Any suggestions anyone?  Thanks!



You're going to have to do installworld before running mergemaster to
pick up the new version of cap_mkdb. This will be fine as long as you
don't reboot before mergemaster is done.

hth,

Doug

  


--
Mike Lempriere- Home: m...@vintners.net  Phone: 206-780-2146
Cellphone: 206-200-5902;  text pager: mikel...@tmail.com

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


mergemaster barf

2009-01-06 Thread Mike Lempriere
upgrading 5-stable (was at 5.5) to 6-stable, in preparation for 6-stable 
to 7-stable.

No problems with cvsup, make buildworld, make buildkernel, mergemaster -p.
make installkernel, boot to single user, then mergemaster -- blammo:

config  /usr/src/etc/../usr.bin/mail/misc/mail.rc  
/usr/src/etc/../usr.bin/locate/locate/locate.rc printcap 
/var/tmp/temproot/etc;  cap_mkdb -l /var/tmp/temproot/etc/login.conf;  
install -o root -g wheel -m 755  netstart pccard_ether rc.suspend 
rc.resume /var/tmp/temproot/etc;  install -o root -g wheel -m 600  
master.passwd nsmb.conf opieaccess /var/tmp/temproot/etc;  pwd_mkdb -L 
-i -p -d /var/tmp/temproot/etc  /var/tmp/temproot/etc/master.passwd

cap_mkdb: illegal option -- l
usage: cap_mkdb [-v] [-f outfile] file [file ...]
*** Error code 1

Stop in /usr/src/etc.

 *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
 the temproot environment

I've checked, the directory is there (/var/tmp/temproot/etc) however the 
file (master.passwd) is not.


Any suggestions anyone?  Thanks!

--
Mike Lempriere- Home: m...@vintners.net  Phone: 206-780-2146
Cellphone: 206-200-5902;  text pager: mikel...@tmail.com

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: mergemaster barf

2009-01-06 Thread Doug Barton
Mike Lempriere wrote:
 upgrading 5-stable (was at 5.5) to 6-stable, in preparation for 6-stable
...
 usage: cap_mkdb [-v] [-f outfile] file [file ...]
 *** Error code 1
 
 Stop in /usr/src/etc.
 
  *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
  the temproot environment
 
 I've checked, the directory is there (/var/tmp/temproot/etc) however the
 file (master.passwd) is not.
 
 Any suggestions anyone?  Thanks!

You're going to have to do installworld before running mergemaster to
pick up the new version of cap_mkdb. This will be fine as long as you
don't reboot before mergemaster is done.

hth,

Doug

-- 

This .signature sanitized for your protection

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: mergemaster barf

2009-01-06 Thread Andrei Kolu

Mike Lempriere wrote:
upgrading 5-stable (was at 5.5) to 6-stable, in preparation for 
6-stable to 7-stable.
No problems with cvsup, make buildworld, make buildkernel, mergemaster 
-p.

make installkernel, boot to single user, then mergemaster -- blammo:

config  /usr/src/etc/../usr.bin/mail/misc/mail.rc  
/usr/src/etc/../usr.bin/locate/locate/locate.rc printcap 
/var/tmp/temproot/etc;  cap_mkdb -l /var/tmp/temproot/etc/login.conf;  
install -o root -g wheel -m 755  netstart pccard_ether rc.suspend 
rc.resume /var/tmp/temproot/etc;  install -o root -g wheel -m 600  
master.passwd nsmb.conf opieaccess /var/tmp/temproot/etc;  pwd_mkdb -L 
-i -p -d /var/tmp/temproot/etc  /var/tmp/temproot/etc/master.passwd

cap_mkdb: illegal option -- l
usage: cap_mkdb [-v] [-f outfile] file [file ...]
*** Error code 1

Stop in /usr/src/etc.

 *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
 the temproot environment

I've checked, the directory is there (/var/tmp/temproot/etc) however 
the file (master.passwd) is not.


Any suggestions anyone?  Thanks!


Maybe you should make installworld first?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org