Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2005 07:11:22 -0700
From:      Micah <micahjon@ywave.com>
To:        Linnea Forslund <supermoccine@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: i get stuck installing kernel
Message-ID:  <435E3D0A.1000205@ywave.com>
In-Reply-To: <cadcd740510250452p44c1fb87p64b0d6a93f3ddd3f@mail.gmail.com>
References:  <cadcd740510241518n4410f12fn9377d70f9c84b35b@mail.gmail.com>	<EB296A82-781B-435A-A816-6FA18D6FD96D@secure-computing.net>	<cadcd740510241531va9d6e4eo87c6f78790b3afcd@mail.gmail.com>	<cadcd740510241532i7dd44534o7543fe2552483589@mail.gmail.com>	<4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net>	<cadcd740510241559s3c2fcd71xbc7eb35e8a4d53ad@mail.gmail.com>	<D32A4E90-2D3F-4328-90B9-1E3455DF4453@secure-computing.net>	<cadcd740510241614j7aebc16bm1e867d69be71b34d@mail.gmail.com>	<435D8938.7020702@ywave.com> <cadcd740510250452p44c1fb87p64b0d6a93f3ddd3f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Linnea Forslund wrote:
> On 10/25/05, Micah <micahjon@ywave.com> wrote:
> 
>>Linnea Forslund wrote:
>>
>>>On 10/25/05, Eric F Crist <ecrist@secure-computing.net> wrote:
>>>
>>>
>>>>On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote:
>>>>
>>>>
>>>>
>>>>>But there is nothing in there
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>cd /usr/src/ssys
>>>>>>
>>>>>
>>>>>/usr/src/ssys: No such file or directory.
>>>>>
>>>>
>>>>Install cvsup.  Create a cvsup file to fetch the entire source tree.
>>>>cvsup your source tree.
>>>>
>>>>see what happens.
>>>>_______________________________________________________
>>>
>>>
>>>Ok, I'll try that tomorrow after som sleep and some animating. If you
>>>could explain it a bit more I would be happy-happy ^^
>>>
>>>Night,
>>>
>>>Linnea
>>
>>Check out
>>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and
>>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
>>note:  you probably don't want cutting edge, but that's where the
>>general procedure for cvsupping and compiling your system is.
>>
> 
> 
> When i try to download and install a cvsup-package it says
> 
> 
>>pkg_add -r cvsup
> 
> Error: FTP Unable to get
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz:
> File unavailable (e.g., file not found, no access)
> pkg_add: unable to fetch
> 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz'
> by URL
> 
> 
> It seems like I can't connect to the ftp from there either. I can
> however download the files using my opera-browser. Where should I put
> it to make it work? Now when I just tried putting it in my
> user-catalogue this is what was said:

It looks like you're running FreeBSD 5.3.  Trying to get the latest 
source may be more than you want to get into at this time (though you 
should do it soon).  If you have your FreeBSD 5.3 cds around still, you 
can get the source by doing the following:
* login as root or su -
* run sysinstall
* Select 'configure' -> 'distributions' -> 'src' -> 'all' -> 'cd/dvd'
If you don't have the install cds you'll probably have to upgrade to 
FreeBSD 5.4.  In that case....

> 
> 
>>pkg_add cvsup-16.1h_2.tbz
> 
> man/man1/cvpasswd.1.gz: Can't open 'man/man1/cvpasswd.1.gz': File exists
> man/man1/cvsup.1.gz: Can't open 'man/man1/cvsup.1.gz': File exists
> man/man8/cvsupd.8.gz: Can't open 'man/man8/cvsupd.8.gz': File exists
> bin/cvpasswd: Can't open 'bin/cvpasswd': File exists
> bin/cvsup: Can't open 'bin/cvsup': File exists
> sbin/cvsupd: Can't open 'sbin/cvsupd': File exists
> share/cvsup/License: Can't open 'share/cvsup/License': File exists
> pkg_add: extract_plist: can not invoke 179 byte tar pipeline:
> /usr/bin/tar cf - man/man1/cvpasswd.1.gz man/man1/cvsup.1.gz
> man/man8/cvsupd.8.gz bin/cvpasswd bin/cvsup sbin/cvsupd
> share/cvsup/License|/usr/bin/tar --unlink -xpf - -C /usr/local
> 
> /Linnea

I don't use packages, I use the ports system 
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html). 
  Maybe this is pkg_add's way of saying that cvsup is already installed? 
  What doesn pkg_info cvsup\* tell you?  How about the command "which 
cvsup"?  If you get output from both of these commands you already have 
cvsup and can go about following the links I sent earlier to get the 
source and upgrade your system.

HTH,
Micah



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