I want to install FreeBSD for the first time but I have some doubts
regarding the ISO images.
I have downloaded an ISO image (FreeBSD-8.2-RELEASE-i386-dvd1.iso)
via torrent, but soon realised that the packages collection was very
poor when compared to "ftp://ftp.freebsd.org/pub/FreeBSD/releases/
i386/8.2-RELEASE/packages/"
Is there any complete ISO image that includes all the packages I saw
in "ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.2-RELEASE/
packages/"? That would be really nice.
Thank you ;)
Rui Silva
_______________________________________________
freebsd-...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questi...@freebsd.org"
> Hi,
>
> I want to install FreeBSD for the first time but I have some doubts regarding
> the ISO images.
>
> I have downloaded an ISO image (FreeBSD-8.2-RELEASE-i386-dvd1.iso) via
> torrent, but soon realised that the packages collection was very poor when
> compared to
> "ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.2-RELEASE/packages/"
>
> Is there any complete ISO image that includes all the packages I saw in
> "ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.2-RELEASE/packages/"? That
> would be really nice.
Of course there is not because no media appropriate to an ISO image could
contain such an ISO.
--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266
> Hi,
>
> I want to install FreeBSD for the first time but I have some doubts
> regarding the ISO images.
>
> I have downloaded an ISO image (FreeBSD-8.2-RELEASE-i386-**dvd1.iso) via
> torrent, but soon realised that the packages collection was very poor when
> compared to "ftp://ftp.freebsd.org/pub/**FreeBSD/releases/i386/8.2-**
> RELEASE/packages/<ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.2-RELEASE/packages/>
> "
>
> Is there any complete ISO image that includes all the packages I saw in "
> ftp://ftp.freebsd.org/pub/**FreeBSD/releases/i386/8.2-**RELEASE/packages/<ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.2-RELEASE/packages/>"?
> That would be really nice.
>
you could fetch the DVD instead (but it will not have all packages bundled
on one DVD)
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/8.2/
>
> Thank you ;)
>
> Rui Silva
>
>
>
>
> ______________________________**_________________
> freebsd-...@freebsd.org mailing list
> http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions<http://lists.freebsd.org/mailman/listinfo/freebsd-questions>
> To unsubscribe, send any mail to "freebsd-questions-**
> unsub...@freebsd.org <freebsd-questi...@freebsd.org>"
>
--
--
Rui,
in case that's not clear enough, DVD are too Small
Raw media sizes
DVD self burnable media : 4.7 G http://www.berklix.com/~jhs/txt/cdroms.html
Commercial bulk (film/movie) DVDs : 9 G.
Blu ray, (rare expensive) : [2 x] 25 Gig
http://en.wikipedia.org/wiki/Blu-ray_Disc
ftp protocol does not support command du, so one can't see size of
ftp://ftp.freebsd.orgpub/FreeBSD/ports/amd64/packages-8.2-release/All/
Cheers,
Julian
--
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
Reply below, not above; Indent with "> "; Cumulative like a play script.
Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
Not a direct answer, but after installation from the DVD you have, you
can easily install any package from the ftp site by running
pkg_add -r <packagename>
Ruben
> Lars Eighner wrote:
> ftp protocol does not support command du, so one can't see size of
> ftp://ftp.freebsd.orgpub/FreeBSD/ports/amd64/packages-8.2-release/All/
>
My FTP client shows it at about 32GB total.
Michael
"Michael Ross" wrote:
> Am 17.08.2011, 14:55 Uhr, schrieb Julian H. Stacey <j...@berklix.com>:
>
> > Lars Eighner wrote:
> > ftp protocol does not support command du, so one can't see size of
> > ftp://ftp.freebsd.orgpub/FreeBSD/ports/amd64/packages-8.2-release/All/
> >
>
>
> My FTP client shows it at about 32GB total.
Nice to be able to see that. Which client ?
Do you know it get that ? Maybe it adds size of each file together ?
( I was using /usr/bin/ftp )
Cheers,
Julian
--
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
Reply below, not above; Indent with "> "; Cumulative like a play script.
Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
> Hi,
> Reference:
>> From: "Michael Ross" <michae...@gmx.net>
>> Date: Wed, 17 Aug 2011 15:28:41 +0200
>> Message-id: <op.v0c013xvhalquq@michael-think>
>
> "Michael Ross" wrote:
>> Am 17.08.2011, 14:55 Uhr, schrieb Julian H. Stacey <j...@berklix.com>:
>>
>> > Lars Eighner wrote:
>> > ftp protocol does not support command du, so one can't see size of
>> > ftp://ftp.freebsd.orgpub/FreeBSD/ports/amd64/packages-8.2-release/All/
>> >
>>
>>
>> My FTP client shows it at about 32GB total.
>
> Nice to be able to see that. Which client ?
> Do you know it get that ? Maybe it adds size of each file together ?
>
> ( I was using /usr/bin/ftp )
ftp/lftp? It has `du' command.
lftp ftp.freebsd.org:/pub/FreeBSD/ports/amd64> du -hs packages-8-stable/All
33G packages-8-stable/All
> Hi,
> Reference:
>> From: "Michael Ross" <michae...@gmx.net>
>> Date: Wed, 17 Aug 2011 15:28:41 +0200
>> Message-id: <op.v0c013xvhalquq@michael-think>
>
> "Michael Ross" wrote:
>> Am 17.08.2011, 14:55 Uhr, schrieb Julian H. Stacey <j...@berklix.com>:
>>
>> > Lars Eighner wrote:
>> > ftp protocol does not support command du, so one can't see size of
>> >
>> ftp://ftp.freebsd.orgpub/FreeBSD/ports/amd64/packages-8.2-release/All/
>> >
>>
>>
>> My FTP client shows it at about 32GB total.
>
> Nice to be able to see that. Which client ?
> Do you know it get that ? Maybe it adds size of each file together ?
>
> ( I was using /usr/bin/ftp )
>
> Cheers,
> Julian
WinSCP on a Windows desktop.
In ports there is ftp/lftp, which has a du command.
I don't know how they get the value, assume they do just that: ls each
directory and add up.
Michael
Ah Thanks, building now, will be a luxury :-)
> I don't know how they get the value, assume they do just that: ls each
> directory and add up.
>
> Michael
Cheers,
Julian
--
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
Reply below, not above; Indent with "> "; Cumulative like a play script.
Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.