Boris Samorodov wrote:
On Tue, 11 Aug 2009 05:17:09 +1000 Alex R wrote:
Boris Samorodov wrote:
On Mon, 10 Aug 2009 18:30:22 +1000 Alex R wrote:
/usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o
boot2.ld -P 1 boot2.bin
btxld:No such file or directory
*** E
On Tue, 11 Aug 2009 05:17:09 +1000 Alex R wrote:
> Boris Samorodov wrote:
> > On Mon, 10 Aug 2009 18:30:22 +1000 Alex R wrote:
> >> /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o
> >> boot2.ld -P 1 boot2.bin
> >> btxld:No such file or directory
> >> *** Error code 1
> > This
Boris Samorodov wrote:
On Mon, 10 Aug 2009 18:30:22 +1000 Alex R wrote:
/usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o
boot2.ld -P 1 boot2.bin
btxld:No such file or directory
*** Error code 1
This error (not only with btxld but with some random file) often
occure
On Mon, 10 Aug 2009 18:30:22 +1000 Alex R wrote:
> /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o
> boot2.ld -P 1 boot2.bin
> btxld:No such file or directory
> *** Error code 1
This error (not only with btxld but with some random file) often
occures when the system timer has
Alex R wrote:
I am in the process of deleting /usr/src and completely csup'ing the
source tree from scratch, and will try another rebuild, however I am
skeptical this will fix anything.
This seems to have fixed it... but why...
___
freebsd-questi
The problem is that both of the files:
/usr/share/locale/nb_NO.ISO8859-1/LC_TIME
and
/usr/share/locale/no_NO.ISO8859-1/LC_TIME
... are symbolic links ... to each other.
The solution is to remove one symlink and replace it with a real file as
shown below:
rm -f /usr/share/locale/no_NO.ISO885
On Sat, Jan 31, 2009 at 08:00:58AM -0900, Mel wrote:
> On Saturday 31 January 2009 07:09:39 Anton Shterenlikht wrote:
> > I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the manual.
> > make buildworld, make buildkernel, make installkernel, reboot,
> > make installworld fails with
> >
>
On Saturday 31 January 2009 07:09:39 Anton Shterenlikht wrote:
> I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the manual.
> make buildworld, make buildkernel, make installkernel, reboot,
> make installworld fails with
>
> install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many l
Am Donnerstag, 10. März 2005 14:53 schrieb J.D. Bronson:
> At 07:48 AM 03/10/2005, Pietro Cerutti wrote:
> > > shadow# cd /usr/include/dev
> > > shadow# ls -al
> > > -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica
> > >
> > >
> > > and how do I fix this?
> >
> >The problem here is that the acp
Make sure that your system is time synchronized then cvsup, rm files
in /usr/obj, etc... This has helped me in the past.
--Nick
On Thu, 10 Mar 2005 15:46:04 +, Pietro Cerutti
<[EMAIL PROTECTED]> wrote:
> On Thu, 10 Mar 2005 07:53:17 -0600, J.D. Bronson <[EMAIL PROTECTED]> wrote:
> > drwxr-x
On Thu, 10 Mar 2005 07:53:17 -0600, J.D. Bronson <[EMAIL PROTECTED]> wrote:
> drwxr-xr-x 14 root wheel 512 Mar 9 20:37 .
> drwxr-xr-x 46 root wheel 4608 Mar 9 20:37 ..
> -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica
>
> But acpica is -not- a directory ???
It should be a directory,
At 07:48 AM 03/10/2005, Pietro Cerutti wrote:
> shadow# cd /usr/include/dev
> shadow# ls -al
> -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica
>
> and how do I fix this?
The problem here is that the acpica folder is not executable (you can
not cd into it). chmod 755 acpica should solve it.
>
>
On Thu, 10 Mar 2005 07:27:05 -0600, J.D. Bronson <[EMAIL PROTECTED]> wrote:
>
> cd: can't cd to /usr/include/dev/acpica
> *** Error code 2
>
> shadow# cd /usr/include/dev
> shadow# ls -al
> -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica
>
> and how do I fix this?
The problem here is that
I forgot the FreeBSD version: 5.2.1-RELEASE-p6
- Heinrich
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Tuesday 11 February 2003 01:33, William Palfreman wrote:
> Hi Daniela - what version of FreeBSD are you using at the moment? And
> what are you upgraging to - that is, what is the CVS tag for the
> stable-supfile, should be something like RELENG_4 or RELENG_4_7
It's RELENG_4, and I'm upgradin
On Mon, 10 Feb 2003, Daniela wrote:
> I did the following:
>
> make buildworld
> make buildkernel
> make installkernel
>
> < reboot into single user mode >
>
> mergemaster -p
> make installworld
>
>
> just as /usr/src/UPDATING says, and then it failed.
> What could be wrong? Have I made a mis
On Monday 10 February 2003 22:03, Bill Moran wrote:
> Then you weren't in single user mode.
> Single user mode mounts the / partition as read-only. If you
> failed to do a 'mount -a' (which will remount it read/write)
> everything else will definately fail.
>
> Do you have a "one big partition" s
Daniela wrote:
On Monday 10 February 2003 20:41, Cliff Sarginson wrote:
On Mon, Feb 10, 2003 at 07:22:33PM +0100, Daniela wrote:
On Sunday 09 February 2003 23:59, Mike Meyer wrote:
And how exacly are you doing that. What commands have you issued, etc.
Looks like you forgot to reboot after d
On Monday 10 February 2003 20:41, Cliff Sarginson wrote:
> On Mon, Feb 10, 2003 at 07:22:33PM +0100, Daniela wrote:
> > On Sunday 09 February 2003 23:59, Mike Meyer wrote:
> > > And how exacly are you doing that. What commands have you issued, etc.
> > >
> > > Looks like you forgot to reboot after
On Mon, Feb 10, 2003 at 07:22:33PM +0100, Daniela wrote:
> On Sunday 09 February 2003 23:59, Mike Meyer wrote:
>
> > And how exacly are you doing that. What commands have you issued, etc.
>
> > Looks like you forgot to reboot after doing the installkernel, but
> > it's hard to say for sure unless
Hello!
> I usually don't run mergemaster untill after I do a make installworld.
mergemaster -p is a special case. This is meant specifically to run *before
buildworld* (last time I checked), so that all the necessary changes for
buildworld to complete will be done (such as the famous smmsp user
I usually don't run mergemaster untill after I do a make installworld.
- Original Message -
From: "Daniela" <[EMAIL PROTECTED]>
To: "Mike Meyer" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, February 10, 2003 12:22 PM
Subject: Re:
On Sunday 09 February 2003 23:59, Mike Meyer wrote:
> And how exacly are you doing that. What commands have you issued, etc.
> Looks like you forgot to reboot after doing the installkernel, but
> it's hard to say for sure unless you tell us what you did.
I did the following:
make buildworld
ma
In <[EMAIL PROTECTED]>, Daniela <[EMAIL PROTECTED]> typed:
> Hi again!
>
> I'm upgrading from 4.7-STABLE to 5.0-RELEASE.
And how exacly are you doing that. What commands have you issued, etc.
> I get the following:
...
> Checking to see if your booted kernel is fresh enough..
> /usr/obj/usr/src/
Someone, quite probably Daniela, once wrote:
>I'm upgrading from 4.7-STABLE to 5.0-RELEASE.
>I get the following:
>
># make installworld
>Running test variables
>PASS: Test variables detected no regression, output matches.
>Running test targets
>PASS: Test targets detected no regression.
>Running t
Hi,
Did you see the instructions in /usr/src/Makefile and /usr/src/UPDATING?
This is from /usr/src/Makefile:
# For individuals wanting to upgrade their sources (even if only a
# delta of a few days):
#
# 1. `cd /usr/src' (or to the directory containing your source tree).
# 2. `make build
26 matches
Mail list logo