From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:11:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D35F16A420 for ; Tue, 25 Oct 2005 14:11:34 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id B5D3A43D49 for ; Tue, 25 Oct 2005 14:11:24 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 29114 invoked by uid 502); 25 Oct 2005 14:11:23 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 25 Oct 2005 14:11:23 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <435E3D0A.1000205@ywave.com> Date: Tue, 25 Oct 2005 07:11:22 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linnea Forslund References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:11:34 -0000 Linnea Forslund wrote: > On 10/25/05, Micah wrote: > >>Linnea Forslund wrote: >> >>>On 10/25/05, Eric F Crist 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