Re: make installworld fails

2010-08-02 Thread Peter Ulrich Kruppa
Am Montag, den 02.08.2010, 08:24 -0700 schrieb Caleb Stein: > > On Aug 2, 2010, at 7:34 AM, Lowell Gilbert > > wrote: > > > Caleb Stein writes: > > > >> I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the > >> order I ran the commands in (all as root): > >> > >> cd /usr/src > >>

Re: make installworld fails

2010-08-02 Thread Caleb Stein
On Aug 2, 2010, at 7:34 AM, Lowell Gilbert > wrote: Caleb Stein writes: I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the order I ran the commands in (all as root): cd /usr/src make buildworld make buildkernel shutdown now make installkernel shutdown -r now adjkerntz -i mo

Re: make installworld fails

2010-08-02 Thread Lowell Gilbert
Caleb Stein writes: > I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the > order I ran the commands in (all as root): > > cd /usr/src > make buildworld > make buildkernel > shutdown now > make installkernel > shutdown -r now > adjkerntz -i > mount -a -t ufs > mergemaster -p > cd /u

Re: make installworld fails

2010-08-01 Thread Gardner Bell
--- On Sun, 8/1/10, Caleb Stein wrote: > From: Caleb Stein > Subject: make installworld fails > To: "freebsd-questions@freebsd.org" > Date: Sunday, August 1, 2010, 9:43 PM > I am trying to update my FreeBSD 8.0 > to FreeBSD 8.1.  Here is the order I ran the commands

make installworld fails

2010-08-01 Thread Caleb Stein
I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the order I ran the commands in (all as root): cd /usr/src make buildworld make buildkernel shutdown now make installkernel shutdown -r now adjkerntz -i mount -a -t ufs mergemaster -p cd /usr/src make installworld mergemaster reboot

Re: make installworld fails on RELEASE6.4 amd64

2009-03-17 Thread Ian Smith
On Tue, 17 Mar 2009 13:05:17 +0700 (ICT) Olivier Nicole wrote: > > > I am facing a problem that I cannot solve when trying to reinstall > > > wolrd on 6.4 amd 64. > > More about this issue. > > Regarding adjkerntz -i. > > Places that are ahead of UTC don't need to do the adjkerntz -i aft

Re: make installworld fails on RELEASE6.4 amd64

2009-03-16 Thread Olivier Nicole
> > I am facing a problem that I cannot solve when trying to reinstall > > wolrd on 6.4 amd 64. > More about this issue. Regarding adjkerntz -i. Places that are ahead of UTC don't need to do the adjkerntz -i after rebooting in single user. Suppose you are in a time zone at UTC +7. Boot in multi

Re: make installworld fails on RELEASE6.4 amd64

2009-03-15 Thread Olivier Nicole
Hi, > > What I did is: during the installation of the distrubition I set back > > the CMOS clock to UTC time, and when FreeBSD was done installing from > > the CD, I reset the CMOS clock to the wall clock. It worked, but it's > > not very nice. > What you did is not necessary if you "adjkerntz -i"

Re: make installworld fails on RELEASE6.4 amd64

2009-03-15 Thread Kent Stewart
On Sunday 15 March 2009 01:31:24 am Olivier Nicole wrote: > Hi, > > > I am facing a problem that I cannot solve when trying to reinstall > > wolrd on 6.4 amd 64. > > More about this issue. > > RELEASE_6.4 i386 is imune of this problem. > > I did a make -d A installworld and it seems that it is all

Re: make installworld fails on RELEASE6.4 amd64

2009-03-15 Thread Olivier Nicole
Hi, > I am facing a problem that I cannot solve when trying to reinstall > wolrd on 6.4 amd 64. More about this issue. RELEASE_6.4 i386 is imune of this problem. I did a make -d A installworld and it seems that it is all about /usr/obj/usr/src/sys/boot/i386/boot2/machine. It's a link to /usr/s

make installworld fails on RELEASE6.4 amd64

2009-03-14 Thread Olivier Nicole
rc/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin btxld:No such file or directory after make installworld fails, the directory /usr/obj/usr/src/sys/boot/i386/boot2 contains: total 188 lrwxr-xr-x 1 root wheel 50 Mar 14 15:26 machine -> /usr/src/sys/boot/i386

Re: make installworld fails

2009-02-08 Thread Valentin Bud
On Sun, Feb 8, 2009 at 10:45 AM, Tim Judd wrote: > Valentin Bud wrote: > >> Hello, >> >> This are the parts from /etc/make.conf regarding system build options: >> # --- system build options >> WITHOUT_IPFILTER=yes >> WITHOUT_IPX=yes >> WITHOUT_LPR=yes >> WITHOUT_RCMDS=yes >> WITHOUT_SENDMAIL=yes

Re: make installworld fails

2009-02-08 Thread Giorgos Keramidas
On Sun, 08 Feb 2009 01:45:59 -0700, Tim Judd wrote: > I should make sure it's mentioned -- > FreeBSD 7.x started an /etc/src.conf that are the knobs for FreeBSD > world ONLY. This leaves /etc/make.conf available for ports ONLY. > > I'd update your files, because there's a possibility your WITHOUT

Re: make installworld fails

2009-02-08 Thread Tim Judd
Valentin Bud wrote: Hello, This are the parts from /etc/make.conf regarding system build options: # --- system build options WITHOUT_IPFILTER=yes WITHOUT_IPX=yes WITHOUT_LPR=yes WITHOUT_RCMDS=yes WITHOUT_SENDMAIL=yes I didn't give any arguments to # make buildworld or # make installworld I hav

Re: make installworld fails

2009-02-07 Thread Valentin Bud
On Sat, Feb 7, 2009 at 7:51 PM, Giorgos Keramidas wrote: > On Sat, 7 Feb 2009 19:19:09 +0200, Valentin Bud > wrote: > >On Sat, Feb 7, 2009 at 6:16 PM, Giorgos Keramidas > >wrote: > >> > # --- system build options > >> > WITHOUT_IPFILTER=yes > >> > WITHOUT_IPX=yes > >> > WITHOUT_LPR=yes > >> > WIT

Re: make installworld fails

2009-02-07 Thread Giorgos Keramidas
On Sat, 7 Feb 2009 19:19:09 +0200, Valentin Bud wrote: >On Sat, Feb 7, 2009 at 6:16 PM, Giorgos Keramidas >wrote: >> > # --- system build options >> > WITHOUT_IPFILTER=yes >> > WITHOUT_IPX=yes >> > WITHOUT_LPR=yes >> > WITHOUT_RCMDS=yes >> > WITHOUT_SENDMAIL=yes >> > >> > I didn't give any argumen

Re: make installworld fails

2009-02-07 Thread Valentin Bud
On Sat, Feb 7, 2009 at 6:16 PM, Giorgos Keramidas wrote: > On Sat, 7 Feb 2009 17:52:09 +0200, Valentin Bud > wrote: > > elo list, > > > > just updated a newly installed freebsd 7.1 system and it crashed here: > > > > ===> rescue (install) > > ===> rescue/librescue (install) > > ===> rescue/rescue

Re: make installworld fails

2009-02-07 Thread Giorgos Keramidas
On Sat, 7 Feb 2009 17:52:09 +0200, Valentin Bud wrote: > elo list, > > just updated a newly installed freebsd 7.1 system and it crashed here: > > ===> rescue (install) > ===> rescue/librescue (install) > ===> rescue/rescue (install) > install -s -o root -g wheel -m 555 rescue /rescue > install:

Re: make installworld fails

2009-02-07 Thread Valentin Bud
Hello Glen, During installworld. # ls -al /rescue total 451106 drwxr-xr-x2 root wheel 2560 Feb 7 14:54 . drwxr-xr-x 21 root wheel 512 Feb 7 16:17 .. -r-xr-xr-x 121 root wheel 3793072 Jan 1 13:51 [ -r-xr-xr-x 121 root wheel 3793072 Jan 1 13:51 atacontrol -r-xr-xr-x 121

Re: make installworld fails

2009-02-07 Thread Valentin Bud
Hello, This are the parts from /etc/make.conf regarding system build options: # --- system build options WITHOUT_IPFILTER=yes WITHOUT_IPX=yes WITHOUT_LPR=yes WITHOUT_RCMDS=yes WITHOUT_SENDMAIL=yes I didn't give any arguments to # make buildworld or # make installworld I have ran them as i've typ

Re: make installworld fails

2009-02-07 Thread Giorgos Keramidas
On Sat, 7 Feb 2009 17:52:09 +0200, Valentin Bud wrote: > elo list, > > just updated a newly installed freebsd 7.1 system and it crashed here: > > ===> rescue (install) > ===> rescue/librescue (install) > ===> rescue/rescue (install) > install -s -o root -g wheel -m 555 rescue /rescue > install:

Re: make installworld fails

2009-02-07 Thread Glen Barber
Valentin Bud said: > elo list, > > just updated a newly installed freebsd 7.1 system and it crashed here: > > ===> rescue (install) > ===> rescue/librescue (install) > ===> rescue/rescue (install) > install -s -o root -g wheel -m 555 rescue /rescue > install: rescue: No such file or directory

make installworld fails

2009-02-07 Thread Valentin Bud
elo list, just updated a newly installed freebsd 7.1 system and it crashed here: ===> rescue (install) ===> rescue/librescue (install) ===> rescue/rescue (install) install -s -o root -g wheel -m 555 rescue /rescue install: rescue: No such file or directory *** Error code 71 Stop in /usr/src/re

Re: help, make installworld fails!!!!!!

2007-10-07 Thread Kent Stewart
On Sunday 07 October 2007, Dino Vliet wrote: > Gents, > >>> Installing everything > > -- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info (install) > ===> include (install) > creating osreldate.h from newvers.sh > touch: no

Re: help, make installworld fails!!

2007-10-07 Thread Lowell Gilbert
I pay less attention to e-mail messages with lots of exclamation points in the subject (because they're usually spam). You might want to consider that in the future... Dino Vliet <[EMAIL PROTECTED]> writes: > ===> include (install) > creating osreldate.h from newvers.sh > touch: not found Try l

help, make installworld fails!!!!!!

2007-10-07 Thread Dino Vliet
Gents, I'm about to experience the first problem with FreeBSD after I've tried to upgrade my kernel to the latest sources because of the security advisories. I have a custom kernel running FreeBSD version 6.2 on a amd64 system. My procedure was: step 1) change the src-sup

Re: make installworld fails error 126

2006-09-22 Thread Matthew Seaman
B. Cook wrote: > Hello All, > > I have always had this problem on the one or two (web) servers that I > have a separate /tmp partition defined. > > I found the answer a long time ago to "unmount /tmp and try again" and > that always works.. but I've never found a way to make installworld with > a

make installworld fails error 126

2006-09-22 Thread B. Cook
Hello All, I have always had this problem on the one or two (web) servers that I have a separate /tmp partition defined. I found the answer a long time ago to "unmount /tmp and try again" and that always works.. but I've never found a way to make installworld with a separate /tmp partition o

Re: make installworld fails on amd64

2006-05-23 Thread Valerio daelli
I corrected /etc/make.conf, I changed CPUTYPE?=opteron to CPUTYPE=opteron and now everything is fixed. Sorry Valerio Daelli ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, se

make installworld fails on amd64

2006-05-23 Thread Valerio daelli
Hi I am trying to make a installworld on amd64 and I get the following result: --- cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings

Re: 6.1-STABLE : make installworld fails

2006-05-12 Thread Kent Stewart
On Friday 12 May 2006 06:59, Axel Burwitz wrote: > Hi, > > well, need some help... > > > I have just upgraded my system from 6.1-PRERELEASE to 6.1-STABLE, > with cvsup, make buildworld, make buildkernel, make installkernel. > > The upgrade for the basic system went through, it shows 6.1-STABLE > ve

6.1-STABLE : make installworld fails

2006-05-12 Thread Axel Burwitz
Hi, well, need some help... I have just upgraded my system from 6.1-PRERELEASE to 6.1-STABLE, with cvsup, make buildworld, make buildkernel, make installkernel. The upgrade for the basic system went through, it shows 6.1-STABLE version, and the fresh kernel version works, but: when I (in

Re: make installworld fails

2006-03-11 Thread Kris Kennaway
On Sat, Mar 11, 2006 at 01:04:33PM +0100, [EMAIL PROTECTED] wrote: > Erik Trulsson wrote: > >>Is /usr/src/UPDATING synonymous to 'the correct updating procedure'? > > > >Yes, /usr/src/UPDATING does describe the correct updating procedure. > >If you follow that procedure you should not have any prob

Re: make installworld fails

2006-03-11 Thread Kris Kennaway
On Sat, Mar 11, 2006 at 12:28:32PM +0100, [EMAIL PROTECTED] wrote: > Kris Kennaway wrote: > >>The error message is wrong. > > > >Actually it's correct, just a bit unclear. UPDATING includes the > >complete procedure you should always follow when building world. It > >includes a 'mergemaster -p' s

Re: make installworld fails

2006-03-11 Thread [EMAIL PROTECTED]
Giorgos Keramidas wrote: No. `UPDATING' mentions running `mergemaster -p' *AFTER* rebooting into single user mode, not *BEFORE*. Yes, sorry, I'm mixing things up. Lately I've skipped that step with no adverse side-effects, saves me one reboot :-) You'll start booting into single user mode a

Re: make installworld fails

2006-03-11 Thread Giorgos Keramidas
On 2006-03-11 12:28, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Kris Kennaway wrote: > >>The error message is wrong. > > > >Actually it's correct, just a bit unclear. UPDATING includes the > >complete procedure you should always follow when building world. It > >includes a 'mergemaster -p'

Re: make installworld fails

2006-03-11 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: > Erik Trulsson wrote: [ ... ] >> It is sometimes necessary to reboot with the new kernel to have 'make >> installworld' work correctly (and the recommended procedure is to >> reboot into single user mode *before* running 'mergemaster -p' (which in >> turn is to be done bef

Re: make installworld fails

2006-03-11 Thread [EMAIL PROTECTED]
Erik Trulsson wrote: Is /usr/src/UPDATING synonymous to 'the correct updating procedure'? Yes, /usr/src/UPDATING does describe the correct updating procedure. If you follow that procedure you should not have any problems with missing groups. Look under COMMON ITEMS at the end of /usr/src/UPDATI

Re: make installworld fails

2006-03-11 Thread Erik Trulsson
On Sat, Mar 11, 2006 at 12:28:32PM +0100, [EMAIL PROTECTED] wrote: > Kris Kennaway wrote: > >>The error message is wrong. > > > >Actually it's correct, just a bit unclear. UPDATING includes the > >complete procedure you should always follow when building world. It > >includes a 'mergemaster -p' s

Re: make installworld fails

2006-03-11 Thread [EMAIL PROTECTED]
Kris Kennaway wrote: The error message is wrong. Actually it's correct, just a bit unclear. UPDATING includes the complete procedure you should always follow when building world. It includes a 'mergemaster -p' step, precisely for the purpose of adding new users and groups when they appear. D

Re: make installworld fails

2006-03-11 Thread Kris Kennaway
On Sat, Mar 11, 2006 at 11:39:17AM +0100, [EMAIL PROTECTED] wrote: > On Sat, Mar 11, 2006 at 10:52:01AM +0100, [EMAIL PROTECTED] wrote: > > [no he didn't; please use a mail client that quotes properly - it is > confusing to read your emails otherwise, since Lars wrote some of the > below text and

Re: make installworld fails

2006-03-11 Thread beni . brinckman
On Sat, Mar 11, 2006 at 10:52:01AM +0100, [EMAIL PROTECTED] wrote: [no he didn't; please use a mail client that quotes properly - it is confusing to read your emails otherwise, since Lars wrote some of the below text and not you] Yes he did, but i don't see the relevance of this remark to the ini

Re: make installworld fails

2006-03-11 Thread Kris Kennaway
On Sat, Mar 11, 2006 at 10:52:01AM +0100, [EMAIL PROTECTED] wrote: [no he didn't; please use a mail client that quotes properly - it is confusing to read your emails otherwise, since Lars wrote some of the below text and not you] > The error message is wrong. Actually it's correct, just a bit un

Re: make installworld fails

2006-03-11 Thread beni . brinckman
[EMAIL PROTECTED] wrote: > Hi all, > > After doing a svsup yesterday and doing a 'make -j4 buildworld' i've (my script > that is) tried to proceed with a 'make installworld'. But it failed : > > www# make installworld > ERROR: Required audit group is missing, see /usr/src/UPDATING. > *** Error code

Re: make installworld fails

2006-03-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: Hi all, After doing a svsup yesterday and doing a 'make -j4 buildworld' i've (my script that is) tried to proceed with a 'make installworld'. But it failed : www# make installworld ERROR: Required audit group is missing, see /usr/src/UPDATING. *** Error code 1 Stop in

make installworld fails

2006-03-11 Thread beni . brinckman
Hi all, After doing a svsup yesterday and doing a 'make -j4 buildworld' i've (my script that is) tried to proceed with a 'make installworld'. But it failed : www# make installworld ERROR: Required audit group is missing, see /usr/src/UPDATING. *** Error code 1 Stop in /usr/src. *** Error code 1

Re: RELENG_5_3 to RELENG_5 make installworld fails

2005-03-03 Thread Kent Stewart
On Thursday 03 March 2005 03:26 pm, Aaron Nichols wrote: > On Thu, 3 Mar 2005 14:39:16 -0800, Kent Stewart <[EMAIL PROTECTED]> wrote: > > You missed a step. Your system clock is off and that makes the > > installworld try to use touch. Set your system clock and you may > > have to remake your worl

Re: RELENG_5_3 to RELENG_5 make installworld fails

2005-03-03 Thread Aaron Nichols
On Thu, 3 Mar 2005 14:39:16 -0800, Kent Stewart <[EMAIL PROTECTED]> wrote: > You missed a step. Your system clock is off and that makes the > installworld try to use touch. Set your system clock and you may have > to remake your world but it should install. > > Kent Infact it was off - can you g

Re: RELENG_5_3 to RELENG_5 make installworld fails

2005-03-03 Thread Kent Stewart
On Thursday 03 March 2005 02:21 pm, Aaron Nichols wrote: > Hello World, > Just got 5.3-RELEASE installed yesterday on this system and was > cvsup'ing to 5-STABLE today. Used the following process, based on > /usr/src/UPDATING (as well as the countless times I've done this > before), and got the

RELENG_5_3 to RELENG_5 make installworld fails

2005-03-03 Thread Aaron Nichols
Hello World, Just got 5.3-RELEASE installed yesterday on this system and was cvsup'ing to 5-STABLE today. Used the following process, based on /usr/src/UPDATING (as well as the countless times I've done this before), and got the error below during 'installworld'. I did this same update (from 5.

make installworld fails

2005-01-19 Thread Viren Patel
Hello. I am trying to upgrade FreeBSD 5.3 and performed the following steps on a clean install and after upgrading sources: Booted into single-user mode cd /usr/src make buildworld make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC Then rebooted the system back int

make installworld fails at kerberos5

2004-02-22 Thread Stheg Olloydson
Hello, I'm just learning FreeBSD (Release 4.9). I installed in January and everything seemed fine. On February 12, I did a CVSup. buildworld, make and installkernel produced no errors, but installworld fails, and I can't figure out why. From my script output file: ===> kerberos5/lib/libvers ===>

Re: make installworld fails on 4.8 in /usr/src/share/colldef

2003-08-21 Thread Doug Poland
On Wed, Aug 20, 2003 at 11:36:57PM -0500, Doug Poland wrote: > Greetings, > > I'm attempting to installworld on a 4.8-RELEASE machine. I installed > the OS yesterday from CD-ROM. Today I did a cvsup for latest sources. > I've successfully built world, built and installed custom kernel. > For th

make installworld fails on 4.8 in /usr/src/share/colldef

2003-08-20 Thread Doug Poland
Greetings, I'm attempting to installworld on a 4.8-RELEASE machine. I installed the OS yesterday from CD-ROM. Today I did a cvsup for latest sources. I've successfully built world, built and installed custom kernel. When I attempt to run: # make installworld this is what I see ... ... .

Re: make installworld fails with "install: crypto.ko: No such file or directory"

2002-11-22 Thread Tillman
On Fri, Nov 22, 2002 at 08:21:32PM +0200, Giorgos Keramidas wrote: > On 2002-11-22 09:32, Tillman <[EMAIL PROTECTED]> wrote: > > Howdy, > > > > (All sources were CVSUP'd this morning) > > > > Here's the actual output of make installkernel: > > > > [root@loki src]# make installkernel -DKERNCONF=LOKI

Re: make installworld fails with "install: crypto.ko: No such file or directory"

2002-11-22 Thread Giorgos Keramidas
On 2002-11-22 09:32, Tillman <[EMAIL PROTECTED]> wrote: > Howdy, > > (All sources were CVSUP'd this morning) > > Here's the actual output of make installkernel: > > [root@loki src]# make installkernel -DKERNCONF=LOKI > ===> crypto > install -o root -g wheel -m 555 crypto.ko /modules > install: cr

make installworld fails with "install: crypto.ko: No such file or directory"

2002-11-22 Thread Tillman
Howdy, (All sources were CVSUP'd this morning) Here's the actual output of make installkernel: [root@loki src]# make installkernel -DKERNCONF=LOKI cd /usr/obj/usr/src/sys/LOKI; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5L

Re: Got past installworld, new problems however [WASRe: make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable]

2002-07-24 Thread Brian T. Schellenberger
On Wednesday 24 July 2002 09:27 am, [EMAIL PROTECTED] wrote: | Hi Brain, |Thanks for getting back to me. No problem. | | I'm happy to at last find someone who is willing to at least *say* that | he's blasted and reinstalled a higher version of XFree86-4. | | From what you said here, I'll pro

Re: Got past installworld, new problems however [WASRe: make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable]

2002-07-24 Thread sroberts
Hi Brain, Thanks for getting back to me. I'm happy to at last find someone who is willing to at least *say* that he's blasted and reinstalled a higher version of XFree86-4. >From what you said here, I'll probably want to go with a packages install as well. > I strongly recomemnd deintalli

Re: Got past installworld, new problems however [WASRe: make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable]

2002-07-24 Thread Brian T. Schellenberger
On Wednesday 24 July 2002 04:06 am, [EMAIL PROTECTED] wrote: | Hello Brian, | Thanks for the reply. | | As I'm actually still going through bringing the up to a "usable state", | the disappeared user accounts are not too much of a problem at the moment. | Its the lack of authentication for ro

Re: Got past installworld, new problems however [WASRe: make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable]

2002-07-24 Thread sroberts
Hi Jud, Thanks for the information here. I'll check those files as and when I get the chance. The wrapper port *was* installed, and WORKING before I cvsup'd the system. I'll check .xinitrc files in both root and any of the restored user accounts. Stacey Quoting Jud <[EMAIL PROTECTED]>: >

Re: Got past installworld, new problems however [WASRe: make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable]

2002-07-24 Thread Jud
7/24/2002 4:06:16 AM, <[EMAIL PROTECTED]> wrote: > >Hello Brian, > Thanks for the reply. > >As I'm actually still going through bringing the up to a "usable state", the >disappeared user accounts are not too much of a problem at the moment. Its the >lack of authentication for root login I'm

Re: Got past installworld, new problems however [WASRe: make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable]

2002-07-24 Thread Brian T. Schellenberger
On Wednesday 24 July 2002 03:40 am, [EMAIL PROTECTED] wrote: | Hi Doug, |Thanks for getting back to me. I actually got around that problem in the | end. | | However upon completing the upgrade, I noticed a couple of things: | | 1] startx has stopped working (just XFree86-4.0.2 from the 4.4 CD

Re: Got past installworld, new problems however [WASRe: make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable]

2002-07-24 Thread sroberts
Hello Brian, Thanks for the reply. As I'm actually still going through bringing the up to a "usable state", the disappeared user accounts are not too much of a problem at the moment. Its the lack of authentication for root login I'm really concerned with on this point! I'll take a look at

Got past installworld, new problems however [WASRe: make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable]

2002-07-24 Thread sroberts
Hi Doug, Thanks for getting back to me. I actually got around that problem in the end. However upon completing the upgrade, I noticed a couple of things: 1] startx has stopped working (just XFree86-4.0.2 from the 4.4 CD Set, no gnome of kde installed as yet) typing "startx" for any user jus

Re: make installworld fails with mergemaster errors - 4.4Rel upgradeto 4.6 Stable

2002-07-23 Thread Doug Barton
On Wed, 24 Jul 2002 [EMAIL PROTECTED] wrote: > > Hello, > I've just done a fresh install of 4.4Rel, and I'm trying to upgrade to > the latest stable. > > In single user mode [using shutdown now] having dropped from multiuser mode - > All went well until I got to "make installworld". I hit t

make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable

2002-07-23 Thread sroberts
Hello, I've just done a fresh install of 4.4Rel, and I'm trying to upgrade to the latest stable. In single user mode [using shutdown now] having dropped from multiuser mode - All went well until I got to "make installworld". I hit the issue mentioned in UPDATING 20020404 about the new Se

make installworld fails with mergemaster errors - 4.4Rel upgrade to 4.6 Stable

2002-07-23 Thread sroberts
Hello, I've just done a fresh install of 4.4Rel, and I'm trying to upgrade to the latest stable. In single user mode [using shutdown now] having dropped from multiuser mode - All went well until I got to "make installworld". I hit the issue mentioned in UPDATING 20020404 about the new Se