Date: Sat, 28 Sep 2002 21:06:40 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: =?iso-8859-1?Q?S=F8ren?= Neigaard <neigaard@e-box.dk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Need help determing what HW is causing my problems, please Message-ID: <20020928200640.GB1933@happy-idiot-talk.infracaninophi> In-Reply-To: <1811660812.20020928161902@e-box.dk> References: <1811660812.20020928161902@e-box.dk>
index | next in thread | previous in thread | raw e-mail
On Sat, Sep 28, 2002 at 04:19:02PM +0200, Søren Neigaard wrote:
> Bus error (core dumped)
> Sep 27 21:41:06 neigaard /kernel: pid 110 (pkg_add), uid 0: exited on
> signal 10
> (core dumped)
>
> My system is quite useless if I cant install cvsup, since I then can't
> update my ports tree, so any help will be appreciated.
>
> What is this, is it a hardware error? I don't seem to have any other
> problems whith the machine, but then again, I have really not used it
> just yet. I have tried replacing my RAM module, but to no avail.
>
> Please help, I don't know what to do.
Hmmm... It might be hardware, but I'd wait and see. If it is
hardware, doing something more strenuous with your system like
cvsup'ing the latest ports or doing a buildworld will probably pick it
up.
As for installing cvsup, you can grab the latest build of the csup
package by doing:
fetch ftp://ftp.dk.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/cvsup.tgz
The package file 'cvsup.tgz' itself is simply a compressed tar file
which you can feed directly to pkg_add. If that fails, you can
extract the cvsup binary from the package using tar:
happy-idiot-talk:/tmp:% tar -ztvf cvsup.tgz
-rw-r--r-- root/wheel 950 Sep 24 17:05 2002 +CONTENTS
-rw-r--r-- root/wheel 73 Sep 24 17:05 2002 +COMMENT
-rw-r--r-- root/wheel 718 Sep 24 17:05 2002 +DESC
-r--r--r-- root/wheel 7457 Sep 24 17:05 2002 +MTREE_DIRS
-rw-r--r-- root/wheel 1844 Sep 24 17:05 2002 man/man1/cvpasswd.1.gz
-rw-r--r-- root/wheel 13279 Sep 24 17:05 2002 man/man1/cvsup.1.gz
-rw-r--r-- root/wheel 10898 Sep 24 17:05 2002 man/man8/cvsupd.8.gz
-rwxr-xr-x root/wheel 552620 Sep 24 17:05 2002 bin/cvpasswd
-rwxr-xr-x root/wheel 2247108 Sep 24 17:05 2002 bin/cvsup
-rwxr-xr-x root/wheel 890916 Sep 24 17:05 2002 sbin/cvsupd
-r--r--r-- root/wheel 1635 Sep 24 17:05 2002 share/cvsup/License
happy-idiot-talk:/tmp:% tar -zxvf cvsup.tgz bin/cvsup
bin/cvsup
You can use that binary, even though it isn't officially "installed"
to update your ports tree and system sources, which should get you a
long way towards a properly working machine:
/tmp/bin/cvsup -g -L 2 -h cvsup.dk.freebsd.org /usr/share/examples/cvsup/ports-supfile
/tmp/bin/cvsup -g -L 2 -h cvsup.dk.freebsd.org /usr/share/examples/cvsup/standard-supfile
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks
Savill Way
Marlow
Tel: +44 1628 476614 Bucks., SL7 1TH UK
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020928200640.GB1933>
