hallo,
ich habe versucht eine jail mit asgs' howto zu erstellen, allerdings ging
nicht, es brach mit mehreren errorcodes ab.ein
funktionierte einwandfrei.
liegt wohl daran das make den compatibilitätsmodus ausschaltet.
Was bewirkt dieser eigentlich? Bzw was hat das für Auswirkungen auf den
erstellten code, er mit ja nicht zu bauen war?
nach dem Bauen und Instllieren wollte ich
ausführen, was aber mit folgender Fehlermeldung quittiert wird:
Ich habe dann die jail nochmal mit
erstellt, was auch auf anhieb klappte, aber make distribution bricht auch hier mit dem selben Fehler ab.
Das selbe hab ich mit den Sourcen von CD probiert, auch ohne Erfolg.
Die Quellen hab ich gestern per cvs auf den aktuellen stand gebracht.
hat jemand einen Tip?
ich habe versucht eine jail mit asgs' howto zu erstellen, allerdings ging
Code:
"make world DESTDIR/=xyz"
Code:
"make world -j4 DESTDIR=/xyz"
liegt wohl daran das make den compatibilitätsmodus ausschaltet.
Was bewirkt dieser eigentlich? Bzw was hat das für Auswirkungen auf den
erstellten code, er mit ja nicht zu bauen war?
nach dem Bauen und Instllieren wollte ich
Code:
" make distribution DESTDIR/=xyz"
Code:
Script started on Thu Sep 1 16:21:42 2005
FreeBSD# whoami
root
FreeBSD# dirs
/usr/src/etc
FreeBSD# uname -a
FreeBSD FreeBSD 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@xx.yy.zz:/usr/obj/usr/src/sys/GENERIC i386
FreeBSD# make distribution DESTDIR=/usr/jails/jail3
cd /usr/src/etc; install -o root -g wheel -m 644 amd.map apmd.conf auth.conf crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf dhclient.conf disktab fbtab ftpusers gettytab group hosts hosts.allow hosts.equiv hosts.lpd inetd.conf login.access login.conf mac.conf motd netconfig network.subr networks newsyslog.conf portsnap.conf pf.conf pf.os phones profile protocols rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless rc.sendmail rc.shutdown rc.subr remote rpc services shells snmpd.config sysctl.conf syslog.conf usbd.conf etc.i386/ttys /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config /usr/src/etc/../usr.bin/mail/misc/mail.rc /usr/src/etc/../usr.bin/locate/locate/locate.rc printcap /usr/jails/jail3/etc; cap_mkdb -l /usr/jails/jail3/etc/login.conf; install -o root -g wheel -m 755 netstart pccard_ether rc.suspend rc.resume /usr/jails/jail3/etc; install -o root -g wheel -m 600 master.passwd nsmb.conf opieaccess /usr/jails/jail3/etc; pwd_mkdb -L -i -p -d
/usr/jails/jail3/etc /usr/jails/jail3/etc/master.passwd
cap_mkdb: illegal option -- l
usage: cap_mkdb [-v] [-f outfile] file [file ...]
*** Error code 1
Stop in /usr/src/etc.
FreeBSD# ^Dexit
Script done on Thu Sep 1 16:22:00 2005
Ich habe dann die jail nochmal mit
Code:
"make buildworld"
Das selbe hab ich mit den Sourcen von CD probiert, auch ohne Erfolg.
Die Quellen hab ich gestern per cvs auf den aktuellen stand gebracht.
hat jemand einen Tip?