Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2003 13:42:58 +0400
From:      Sergey 'DoubleF' Zaharchenko <doublef@tele-kom.ru>
To:        "Robert H. Perry" <rperry4@earthlink.net>
Cc:        FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   Re: Upgrade to 4.8 RELEASE
Message-ID:  <20031020134258.4f4f0efd.doublef@tele-kom.ru>
In-Reply-To: <3F91D517.7040100@earthlink.net>
References:  <3F91D517.7040100@earthlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Mon__20_Oct_2003_13_42_58_+0400_3R8B_yTQfIW=kLts
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

On Sat, 18 Oct 2003 20:04:39 -0400 "Robert H. Perry" <rperry4@earthlink.net> probably wrote:

> Hello,
> 
> I'm making plans to upgrade from 4.7 RELEASE to 4.8 RELEASE.  My 
> previous attempt was a binary upgrade from 4.5 to 4.7 which did not go 
> very well.  I eventually purchased the 4.7 CD.  
> 
> The FreeBSD Handbook stresses  backing up the system and implies that 
> /dump/ is a better backup program.  Chapter 12.9.8.1 of  the handbook 
> recommends having a copy of the boot and fixit floppies available and 
> making sure they have all your devices, otherwise you'll need to prepare 
> two bootable custom floppies  that contain /fdisk, disklabel, newfs, 
> mount, /and your backup program.   It goes on to say that these programs 
> must be statically linked.  I understand hard and soft links but I'm not 
> familiar with static links.  The handbook also provides a script for 
> creatinng a bootable floppy.

A static link is a firm link:) Seriously, static linking has nothing to
do with filesystem links. A statically linked program just uses no
shared libraries. AFAICT the programs in /stand (and /bin and /sbin) are
statically linked (note that those in /stand are also a "crunchbox",
that is, a single "monolithic" program which runs differently depending
on the name it was run as). You really have to mess with this only if
you are going to write your own program to run from a boot floppy.

You can use file(1) if you want to see if a program is staticlally linked:

$ file /usr/bin/find 
/usr/bin/find: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 4.8, dynamically linked (uses shared libs), stripped
$ file /stand/find 
/stand/find: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 4.8, statically linked, stripped


> Can someone help me understand static link?  Secondly, can I assume that 
> the script must be reviewed for likely modifications?  I'm just learning 
> shell programming and if significant modifications are necessary, I may 
> end up purchasing a CD for 4.8.
> 
> Any suggestions relative to the upgrade process is also appreciated.

In fact, a source update isn't as dangerous as you expect.

> Thanks,
> Bob 
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 


-- 
DoubleF
When I was a boy I was told that anybody could become President.  Now
I'm beginning to believe it.
		-- Clarence Darrow



--Signature=_Mon__20_Oct_2003_13_42_58_+0400_3R8B_yTQfIW=kLts
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/k64vwo7hT/9lVdwRAopDAJoDnzxjj1/qsT/vLBcdo4SQsQGmXgCdE7YD
v+oQg9xPrVGsqSvG8WCbV1I=
=Scn9
-----END PGP SIGNATURE-----

--Signature=_Mon__20_Oct_2003_13_42_58_+0400_3R8B_yTQfIW=kLts--



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