Skip site navigation (1)Skip section navigation (2)
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 28, 2002 at 04:19:02PM +0200, S=F8ren 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)
>=20
> 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.
>=20
> 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.
>=20
> 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=20
    -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=20
    bin/cvsup
   =20
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/cvsu=
p/ports-supfile
    /tmp/bin/cvsup -g -L 2 -h cvsup.dk.freebsd.org /usr/share/examples/cvsu=
p/standard-supfile

	Cheers,

	Matthew

--=20
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020928200640.GB1933>