rebuilding world - is chflags -R noschg * necessary?

2010-09-23 Thread Anton Shterenlikht
The fbsd manual states in section 24.7 Rebuilding world: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html in subsection 24.7.6 Remove /usr/obj *quote* Some files below /usr/obj may have the immutable flag set (see chflags(1) for more information) which must be removed

Re: rebuilding world - is chflags -R noschg * necessary?

2010-09-23 Thread Polytropon
On Thu, 23 Sep 2010 12:02:17 +0100, Anton Shterenlikht me...@bristol.ac.uk wrote: I've never seen a file under /usr/obj/ with immutable flag set. I think it was a directory called empty/ that couldn't be removed unless the flag was unset. This makes this step neccessary when you rm -rf /usr/obj

Re: rebuilding world - is chflags -R noschg * necessary?

2010-09-23 Thread Arthur Chance
On 09/23/10 15:10, Polytropon wrote: On Thu, 23 Sep 2010 12:02:17 +0100, Anton Shterenlikhtme...@bristol.ac.uk wrote: I've never seen a file under /usr/obj/ with immutable flag set. I think it was a directory called empty/ that couldn't be removed unless the flag was unset. This makes this

Re: rebuilding world - is chflags -R noschg * necessary?

2010-09-23 Thread Balázs Mátéffy
Hello! Anton is right, really the handbook says that it MAY contain, so it's not necessary that after every build there will be some files with the immutable flag. OFF: Long long time ago one night when I was playing with jails (to be exact I was building and making work my first jail by hand) I

Re: rebuilding world - is chflags -R noschg * necessary?

2010-09-23 Thread Anton Shterenlikht
On Thu, Sep 23, 2010 at 05:17:40PM +0200, Bal?zs M?t?ffy wrote: I think maybe in older releases the build process may have used the immutable flag at build??, but the test machine I tried, started out as maybe 5.2, and I never had this issue once. *skip* Anton if you wanna be sure just do

Re: rebuilding world - is chflags -R noschg * necessary?

2010-09-23 Thread Rob Farmer
On Thu, Sep 23, 2010 at 04:02, Anton Shterenlikht me...@bristol.ac.uk wrote: The fbsd manual states in section 24.7 Rebuilding world: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html in subsection 24.7.6 Remove /usr/obj *quote* Some files below /usr/obj may have

Can I rebuild amd without rebuilding world?

2009-05-09 Thread Paul Schmehl
I have a problem with amd. It's not working right, and I don't think I can fix it without rebuilding it. Here's the problems: # uname -a FreeBSD utd65257.utdallas.edu 7.2-STABLE FreeBSD 7.2-STABLE #12: Wed May 6 12:12:16 CDT 2009 r...@utd65257.utdallas.edu:/usr/obj/usr/src/sys/GENERIC i386

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Michael Powell
Paul Schmehl wrote: I have a problem with amd. It's not working right, and I don't think I can fix it without rebuilding it. [snip] I'd like to rebuild amd without having to rebuild world as well, although I'll do that if I have to. [...] I think you can just cd to

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Michael Powell
Michael Powell wrote: Paul Schmehl wrote: I have a problem with amd. It's not working right, and I don't think I can fix it without rebuilding it. [snip] I'd like to rebuild amd without having to rebuild world as well, although I'll do that if I have to. [...] For the userland

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Paul Schmehl
--On May 9, 2009 3:40:23 PM -0500 Michael Powell nightre...@verizon.net wrote: Paul Schmehl wrote: I have a problem with amd. It's not working right, and I don't think I can fix it without rebuilding it. [snip] I'd like to rebuild amd without having to rebuild world as well, although

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Paul Schmehl
--On May 9, 2009 3:45:43 PM -0500 Michael Powell nightre...@verizon.net wrote: [...] For the userland side it would be cd /usr/src/usr.sbin/amd/amd and OOPs - make that: cd /usr/src/usr.sbin/amd typo on me make obj

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Michel Talon
Paul Schmehl wrote: The amd.ko.symbols file was created when I upgraded to 7.2 last Wednesday. What creates that file? And how do I update it? Could it be the cause of the problem? The amd.ko kernel module has nothing to do with the automounter. It is a device driver for some hardware (man

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Paul Schmehl
--On May 9, 2009 5:54:28 PM -0500 Michel Talon ta...@lpthe.jussieu.fr wrote: Paul Schmehl wrote: The amd.ko.symbols file was created when I upgraded to 7.2 last Wednesday. What creates that file? And how do I update it? Could it be the cause of the problem? The amd.ko kernel module has

Re: Rebuilding world

2007-10-27 Thread Bruce Cran
Aryeh M. Friedman wrote: Roberth Sjonøy wrote: Hello, i am updating FreeBSD to 8-CURRENT, and im at the 23.4.1 The Canonical Way to Update Your System part of the handbook, when running make buildworld, this occours: Before anyone gets on my friends case he is using 6.2 (i386) with the

Re: Rebuilding world

2007-10-23 Thread Erik Cederstrand
Roberth Sjonøy wrote: Hello, i am updating FreeBSD to 8-CURRENT, and im at the 23.4.1 The Canonical Way to Update Your System part of the handbook, when running make buildworld, this occours: install -o root -g wheel -m 444 dir-tmpl /usr/share/info/dir install:No such file or directory ***Error

Rebuilding world

2007-10-21 Thread Roberth Sjonøy
Hello, i am updating FreeBSD to 8-CURRENT, and im at the 23.4.1 The Canonical Way to Update Your System part of the handbook, when running make buildworld, this occours: install -o root -g wheel -m 444 dir-tmpl /usr/share/info/dir install:No such file or directory ***Error code 1 Stop in

Re: Rebuilding world

2007-10-21 Thread Aryeh M. Friedman
Roberth Sjonøy wrote: Hello, i am updating FreeBSD to 8-CURRENT, and im at the 23.4.1 The Canonical Way to Update Your System part of the handbook, when running make buildworld, this occours: Before anyone gets on my friends case he is using 6.2 (i386) with the current cvsup files on a

Re: Rebuilding world

2007-10-21 Thread Bruce Cran
Roberth Sjonøy wrote: Hello, i am updating FreeBSD to 8-CURRENT, and im at the 23.4.1 The Canonical Way to Update Your System part of the handbook, when running make buildworld, this occours: install -o root -g wheel -m 444 dir-tmpl /usr/share/info/dir install:No such file or directory ***Error

Re: Rebuilding world

2007-10-21 Thread Jonathan Chen
On Sun, Oct 21, 2007 at 01:22:51AM +0200, Roberth Sjon?y wrote: Hello, i am updating FreeBSD to 8-CURRENT, and im at the 23.4.1 The Canonical Way to Update Your System part of the handbook, when running make buildworld, this occours: install -o root -g wheel -m 444 dir-tmpl

Re: Rebuilding World Failed

2007-04-03 Thread Dominique Goncalves
Hi, On 4/3/07, Schiz0 [EMAIL PROTECTED] wrote: Hello, I'm running FreeBSD 6.2-Stable. I'm getting errors when I try to rebuild world. I have followed the steps in the handbook at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html I used csup to get the latest updates of

Re: Rebuilding World Failed

2007-04-03 Thread Schiz0
Hey, I normally boot into multi-user mode, then drop down to single user mode via shutdown now. When I run fsck and mount, those commands aren't found. I checked the path and it contains /usr/bin:/usr/sbin:/bin:/sbin. So when I boot into multiuser mode, then drop down to single user, the

Re: Rebuilding World Failed

2007-04-03 Thread Schiz0
I'm using 6.2-STABLE. Nothing is set read-only. [EMAIL PROTECTED] ~]$ mount /dev/ad0s1a on / (ufs, local, noatime) devfs on /dev (devfs, local) /dev/ad0s1e on /tmp (ufs, local, noatime, noexec, nosuid, soft-updates) /dev/ad0s1f on /usr (ufs, local, noatime, soft-updates) /dev/ad0s1d on /var

Re: Rebuilding World Failed

2007-04-03 Thread Schiz0
My box is going to be used as a server. But I'm just setting it up now, so there aren't any other users nor major daemon's running on the system. So I don't have to be a single user mode to do all this? Rebuild the kernel and world, that is? On 4/3/07, Dominique Goncalves [EMAIL PROTECTED]

Re: Rebuilding World Failed

2007-04-03 Thread [EMAIL PROTECTED]
On 03/04/07, Schiz0 [EMAIL PROTECTED] wrote: I'm using 6.2-STABLE. Nothing is set read-only. . . . /dev/ad0s1e on /tmp (ufs, local, noatime, noexec, nosuid, soft-updates) Unset noexec on /tmp or use a different TMPDIR on installworld. Also, please don't top post. -- --

Rebuilding World Failed

2007-04-02 Thread Schiz0
Hello, I'm running FreeBSD 6.2-Stable. I'm getting errors when I try to rebuild world. I have followed the steps in the handbook at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html I used csup to get the latest updates of both ports-all tag=. and src-all tag=RELENG_6

rebuilding world

2007-03-12 Thread Michael P. Soulier
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html This document says that after the make installkernel, you reboot in single user mode, and then run mergemaster -p. This gives me errors about a read-only filesystem. Can't create /var/tmp/temproot. Do the instructions

Re: rebuilding world

2007-03-12 Thread Bill Moran
In response to Michael P. Soulier [EMAIL PROTECTED]: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html This document says that after the make installkernel, you reboot in single user mode, and then run mergemaster -p. This gives me errors about a read-only

New install, rebuilding world

2006-06-27 Thread AB
I'm new to FreeBSD, but I've been reading alot in the Handbook about building custom kernels and rebuilding world, and still can't seem to find what I'm looking for. I want to be able to recompile my whole system so that it's optimized for my hardware, but I'd rather not track -Stable and have

Re: New install, rebuilding world

2006-06-27 Thread Reko Turja
From: AB [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Tuesday, June 27, 2006 5:31 PM Subject: New install, rebuilding world I'm new to FreeBSD, but I've been reading alot in the Handbook about building custom kernels and rebuilding world, and still can't seem to find what I'm

Re: New install, rebuilding world

2006-06-27 Thread Derek Ragona
use, you can ignore it. -Derek At 09:31 AM 6/27/2006, AB wrote: I'm new to FreeBSD, but I've been reading alot in the Handbook about building custom kernels and rebuilding world, and still can't seem to find what I'm looking for. I want to be able to recompile my whole system so that it's

Re: New install, rebuilding world

2006-06-27 Thread Nick Withers
On Tue, 27 Jun 2006 07:31:20 -0700 (PDT) AB [EMAIL PROTECTED] wrote: I'm new to FreeBSD, Welcome! but I've been reading alot in the Handbook about building custom kernels and rebuilding world, and still can't seem to find what I'm looking for. http://www.freebsd.org/doc/en_US.ISO8859-1

Re: Problems rebuilding world

2005-12-21 Thread Tofik Suleymanov
Justin Pessa wrote: I'm rebuilding world to upgrade from 5.4 to 6.0 on my laptop. The original build worked find then crapped out when running install world with an error saying that /usr/share/locale/uk_UA.CP1251/LC_COLLATE could not be found. So now I can't load any additional applications

Problems rebuilding world

2005-12-17 Thread Justin Pessa
I'm rebuilding world to upgrade from 5.4 to 6.0 on my laptop. The original build worked find then crapped out when running install world with an error saying that /usr/share/locale/uk_UA.CP1251/LC_COLLATE could not be found. So now I can't load any additional applications because almost everything

Re: Problems rebuilding world

2005-12-17 Thread Frank Steinborn
Justin Pessa wrote: === share/termcap (all) gzip -cn /usr/src/share/termcap/termcap.5 termcap.5.gz TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src /usr/src/share/termcap/reorder cap_mkdb -l termcap cap_mkdb: illegal option -- l usage: cap_mkdb [-v] [-f outfile] file [file

Re: First questions: rebuilding world

2004-11-07 Thread David Jenkins
On Sun, 7 Nov 2004 00:59:50 -0500, Joseph H. Fry [EMAIL PROTECTED] wrote: Thanks! So you can do everything in multiuser mode, or do you still have to drop to single user mode to actually install the new kernel and new system binaries? Also, does doing all of this bring me to the most recent

Re: First questions: rebuilding world

2004-11-07 Thread Matthew Seaman
On Sun, Nov 07, 2004 at 11:49:03AM +, David Jenkins wrote: On Sun, 7 Nov 2004 00:59:50 -0500, Joseph H. Fry [EMAIL PROTECTED] wrote: Thanks! So you can do everything in multiuser mode, or do you still have to drop to single user mode to actually install the new kernel and new system

RE: First questions: rebuilding world

2004-11-07 Thread Joseph H. Fry
Also, does doing all of this bring me to the most recent stable release? (I noticed that 5.3 was released yesterday, presumably just after I downloaded 5.2.1). If you've used the correct TAG in your cvsup files and have cvsup'd over the last day or so, then you should build 5.3-RELEASE.

Re: First questions: rebuilding world

2004-11-07 Thread David Jenkins
On Sun, 7 Nov 2004 11:28:50 -0500, Joseph H. Fry [EMAIL PROTECTED] wrote: If you've used the correct TAG in your cvsup files and have cvsup'd over the last day or so, then you should build 5.3-RELEASE. Which tag is the correct tag? In your source-tree supfile you should have a line like:

Re: First questions: rebuilding world

2004-11-06 Thread Gerard Samuel
Joseph H. Fry wrote: Hello everyone! Seeing as how this is my first post to this fine mailing list, I first want to make sure that my message is formatted properly. I'm using MS Outlook (cringe) and don't want to offend anyone if it's formatted incorrectly. Looks fine to me in Thunderbird...

RE: First questions: rebuilding world

2004-11-06 Thread Joseph H. Fry
Once in single user mode, ssh is out of the question. In single user mode, only *person* can login, and that is at the actual terminal. Depending on the situation, for example. My firewall is at the other side of the house, without a keyboard/monitor. Since the box doesn't have any other

Re: First questions: rebuilding world

2004-11-06 Thread Gerard Samuel
Joseph H. Fry wrote: Once in single user mode, ssh is out of the question. In single user mode, only *person* can login, and that is at the actual terminal. Depending on the situation, for example. My firewall is at the other side of the house, without a keyboard/monitor. Since the box doesn't

Rebuilding world

2004-10-05 Thread Ralph M. Los
OK, so I'm trying to follow the instructions in the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html , and failed repeatedly. Everything appears to go OK, except mergemaster -p seems to fail with some variable errors, and make installworld fails with the error:

Re: Rebuilding world

2004-10-05 Thread Andrew Moran
Your installworld error is saying that it can't install without the new proxy user being added.the proxy user is added during the mergemaster -p.. So because your mergemaster -p is failing, your installworld is failing. Fix the mergemaster problem, and your installworld problem should