Displaying 20 results from an estimated 40 matches for "supfile".
Did you mean:
subfile
2007 Nov 12
11
Various FreeBSD bits...
I just drudged through a bit of the archives and see a FreeBSD bits
floating in there that are of some value, but aren''t on the wiki. I
posted a few bits on the wiki regarding some FreeBSD cobbling that
I''ve done recently and hope that folk find it of use (and start
posting their useful bits there as well).
http://reductivelabs.com/trac/puppet/wiki/PuppetFreeBSD
The
2003 Jun 13
5
cvsup with tag=. on src and upgrading (in general)
I'm just getting into regular use with cvsup (way over do on that one),
and I tried to specify a tag=. in the cvsup file. Here's the file:
# This file specifies src files are to be uploaded.
*default host=cvsup2.FreeBSD.org
# *default tag=RELENG_5_1_0_RELEASE
*default tag=.
*default prefix=/usr
*default release=cvs delete use-rel-suffix compress
*default base=/usr/local/etc/cvsup
2003 May 11
1
make release headaches
Hi there,
When I do a make buildworld and try to do a make release it will fail
telling that it needs the CVSROOT directory.
I do cvsup /etc/cvs-supfile and receive nothing ;
# /etc/cvs-supfile
*default host=cvsup3.nl.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_4_8
*default delete use-rel-suffix
*default compress
cvsroot-all
If I remove tag=RELENG_4_8 from the above I will receive the CVS* directori...
2002 Oct 05
0
Trouble transferring referents of symlinks outside the source tree
...ll.txt
munish users 14 Sep 29 01:39 ftpd.conf -> /etc/ftpd.conf
munish users 17 Sep 29 01:39 loader.conf -> /boot/loader.conf
munish users 14 Sep 29 01:40 make.conf -> /etc/make.conf
munish users 20 Sep 29 01:58 muttrc -> /home/munish/.muttrc
munish users 28 Sep 29 01:40 ports-supfile -> /usr/local/etc/ports-supfile
munish users 31 Sep 29 01:40 standard-supfile -> /usr/local/etc/standard-supfile
When I run my sync script, only files in/under my home dir are sync'ed.
Any symlinks pointing outside my home dir are ignored completely, even
though I have the -L flag and...
2003 Apr 07
1
make buildworld: inconsistent operator for ftp
...b/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}
MASTER_SORT_REGEX?= ^file:
^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local-distfiles/
://[^/]*\.de/ ://[^/]*\.de\.
SUP_UPDATE= yes
SUP= /usr/local/bin/cvsup
SUPFLAGS= -g -L 2
SUPHOST= cvsup.at.FreeBSD.org
SUPFILE= /usr/share/examples/cvsup/stable-supfile
PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
**************************************+
2003 Apr 18
1
4.8-STABLE cvsup & kernel compilation
hi guys, i have version 4.8-STABLE running. i've just
update my stable-supfile and building, recompiling my
custom kernel, my question is: if im going to cvsup my
stable-supfile again, and compile the customed kernel
again, do i have to: make buildworld, make
installworld, mergemaster again or just make
buildkernel KERNCONF & make install KERNCONF? hoping
for your reply g...
2003 May 16
1
Help please : make buildworld fails when upgrading to 4.8 stable
....fr.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
MASTER_SORT_REGEX?= ^file:
^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local-
distfiles/ ://[^/]*\.fr/ ://[^/]*\.fr\.
SUP_UPDATE= yes
SUP= /usr/local/bin/cvsup
SUPFLAGS= -g -L 2
SUPHOST= cvsup.fr.FreeBSD.org
SUPFILE= /root/etc/cvsup/stable-supfile
PORTSSUPFILE= /root/etc/cvsup/ports-supfile
DOCSUPFILE= /root/etc/cvsup/doc-supfile
--
G?rard MILHAUD
?cole Sup?rieure d'Ing?nieurs de Luminy (ESIL)
Luminy - Case 925 - 13288 Marseille Cedex 09
T?l.: 04 91 82 85 31 - Fax.: 04 91 82 85 11
mailto:g...
2003 Apr 14
1
updating from 4.8-RELEASED to 4.8-STABLE
hi to all FreeBSD user. i have a problem about
updating from 4.8-RELEASED to 4.8-STABLE, here's
exactly what i did:
first: cvsup -g -L 2 stable-supfile, where my
stable-supfile is located at /root.
2nd: cd /usr/src; make buildworld; make buildkernel
KERNCONF=BUFDAEMON; make installkernel
KERNCONF=BUFDAEMON
3rd: reboot; mergemaster -p; make installworld;
mergemaster; reboot.
after rebooting: i execute uname -a
FreeBSD dvd.ripped.com 4.8-RC Free...
2003 Apr 27
2
CVS Revision Tag Date Format Question
...cters must be specified, exactly as
shown. For the years 2000 and beyond, specify the century cc. For earlier
years, specify only the last two digits yy. Dates and times are considered
to be GMT. The default date is `.', which means ``as late as possible''. "
My entry in the stable-supfile
*default release=cvs tag=RELENG_4 date=[cc]03.04.19.00.00.00
when I run the cvsup -g -L 2 stable-supfile I got the error Invalid date
"[cc]03.04.19.00.00.00"
What is the correct entry for this?. I want to get the 4.8-STABLE date on
2003-APRIL-19-12:00 PM
Thanks for all the your help.
2003 Jul 26
1
Strange Kernel Compile Error....
merlin# rm GENERIC
merlin# cd /usr/share/examples/cvsup/
merlin# cvsup stable-supfile
Connected to cvsup.uk.FreeBSD.org
Updating collection src-all/cvs
Checkout src/sys/i386/conf/GENERIC
Finished successfully
merlin# cd /usr/src
merlin# make buildkernel KERNCONF=GENERIC
--------------------------------------------------------------
>>> Kernel build for GENERIC started on...
2003 Sep 03
2
Can get no STABLE
Hello all,
well, the first problem i got is lsof wont work.
I got the message "lsof: WARNING: compiled for FreeBSD release 4.3-RELEASE; this is 4.8-STABLE."
Then I tried to to cvsup and rebuild world. The file i used is /usr/share/examples/cvsup/stable-supfile
and tag is RELENG_4. After a few hours i got 4.9-PRERELEASE :(
Next time i used RELENG_4_8 tag and got 4.8-RELEASE-p4 :((
Could you prompt me what's wrong with lsof and how can i get STABLE now ?
-----
Regards,
Andrew.
2003 May 25
3
Tracking 4-stable rather than 4.8-stable
Hi,
I would like to follow 4-stable on my FreeBSD box, and i can't fetch
binaries from /stand/sysinstall. Can anyone help me?
Here is how i did:
1) I installed 4.8-RELEASE from CD,
2) I used cvsup to upgrade. For this i used the stable-supfile as shown
in the Handbook.
=> My OS version as shown by 'uname -a' and '/stand/sysinstall' is
"4.8-STABLE".
It looks like "4.8-STABLE" is slightly different from "4-STABLE": my
problem is, i can't install up-to-date packaged binaries with thi...
2006 Jun 05
1
Conflicting Signal 6 and 11 messages..
...WITHOUT_SMBSH=true
WITHOUT_PAM_SMBPASS=true
WITHOUT_EXP_MODULES=true
WITHOUT_POPT=true
samba was build w/o optimizations as suggested.
---
egrep -v "#" /etc/make.conf
SUP_UPDATE= yes
SUP= /usr/local/bin/cvsup
SUPFLAGS= -g -L 2
SUPHOST= cvsup14.freebsd.org
SUPFILE= /root/standard-supfile
PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
KERNCONF=GENERIC
WITH_PERL=NO
ENABLE_SUIDPERL=YES
WITHOUT_X11=YES
PERL_VER=5.8.7
PERL_VERSION=5.8.7
WITHOUT_CUPS=yes
-----
Can someone suggest something that I could use to determine what is
going on? I&...
1995 Nov 20
0
Yet another sup server available (Australia)
...now). This machine is located in Sydney, with good connectivity
to the NSW AARNet/TIS gateway. If the plans TIS (Telstra Internet
Service) has for upgrading interstate connectivity go ahead (like
18Mbit/s Sydney-Melbourne), it shouldn't be too bad for interstate
users before long too.
Sample supfiles can be found at:
ftp://sup.physics.usyd.edu.au/pub/FreeBSD/supfiles/
A typical entry is:
src-base release=current host=sup.physics.usyd.edu.au hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
I've also increased the amount of FreeBSD stuff from ftp.freebsd.org that
is...
2012 Nov 15
2
Does svn-to-cvs still work? & How to use freebsd-update?
Hello,
it looks like updating source/ports via csup does not work for some
time. I was using for a long time simple command sequence
csup -h cvsup.freebsd.org /usr/share/examples/cvsup/stable-supfile
csup -h cvsup.freebsd.org /usr/share/examples/cvsup/ports-supfile
to update both source files and ports collection. For some (maybe five)
days there is nothing updated. Is svn-to-cvs stil working? In some mail
there was announced February 2013 as last time it will work (writing
from my memory, not...
2006 Apr 13
1
6.1-RC1 fails to compile... missing header files in /usr/src/gnu/usr.bin/groff/src/libs/libgroff?
...0 (here is uname -a).
FreeBSD pc-racine1.mcmaster.ca 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #7:
Thu Jan 12 09:30:38 EST 2006
root@pc-racine1.mcmaster.ca:/usr/obj/usr/src/sys/OPTIPLEX i386
Just tried a fresh cvsup from cvsup9, a standard compile via
cvsup -g -L 2 /usr/share/examples/cvsup/current-supfile && cd /usr/obj
&& chflags -R noschg * && rm -rf /usr/obj/* && cd /usr/src && nice -20
make buildworld && nice -20 make buildkernel
and got hung up rather quickly... here is the message...
===> gnu/usr.bin/groff/contrib (depend)
===> gnu/usr.b...
2008 Aug 27
4
[releng_7 tinderbox] failure on amd64/amd64
...sentex.ca
TB --- 2008-08-27 11:26:00 - starting RELENG_7 tinderbox run for amd64/amd64
TB --- 2008-08-27 11:26:00 - cleaning the object tree
TB --- 2008-08-27 11:26:30 - cvsupping the source tree
TB --- 2008-08-27 11:26:30 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile
TB --- 2008-08-27 11:26:50 - building world (CFLAGS=-O2 -pipe)
TB --- 2008-08-27 11:26:50 - cd /src
TB --- 2008-08-27 11:26:50 - /usr/bin/make -B buildworld
>>> World build started on Wed Aug 27 11:26:51 UTC 2008
>>> Rebuilding the temporary build tree
>>> stage 1.1: lega...
2003 Apr 04
2
4.8R and $FreeBSD$ version tag expansion
...mergemaster runs.
I compiled and installed from source that was supped around 9:30am this
morning. I keep a local repository and checkout the source from there.
Here are the steps I used for the upgrade from 4.7 STABLE Nov 12, 2002:
I updated the repository like so...
cd /home/ncvs
cvsup -L2 -g supfile
supfile:
--------------------------------------------
# Defaults that apply to all the collections
*default host=cvsup10.FreeBSD.org
*default base=/home/ncvs
*default prefix=/home/ncvs
*default release=cvs
*default delete use-rel-suffix
*default compress
src-all
ports-all
doc-all
----------------...
2008 Oct 08
4
Problem with dump stalling
Hi
If I have the wrong list please feel free to redirect me.
I'm running 7.0-RELEASE-p4 and trying to backup to an external USB
drive.
I'm using the following command
dump -a0Lf /backup/diskimages/root /dev/mfid0s1a
Where df:
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/mfid0s1a 507630 208436 258584 45% /
/dev/da1s1d 709513458
2003 Jun 24
5
IPv6 CVSUP mirrors?
Hi.
I am looking for an IPv6 capable CVSUP mirror. I found a discussion
from one year ago where it was stated that CVSUP was not IPv6-capable.
Does anyone know if this has changed?
Sam
--
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam