Re: Download manpages

2011-09-20 Thread Matthew Seaman
On 20/09/2011 09:50, deepak kumar wrote:
 I want to download the freebsd manpages for some sections which i don't have

Individual man pages can be viewd on-line at
http://www.freebsd.org/cgi/man.cgi -- that's obviously the processed
page rather than the nroff source code.

Page sources are available in the various on-line VCSes used by the
project, but the man page sources are mostly interspersed with the C
code etc. they describe.

 and i need the compressed (tarball) for those section there is some way to
 download them

Hmmm manpages are available on the distribution media for a release.
 For instance, look at:

ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.2-RELEASE/manpages

There are several combinations of $ARCH and $VERSION available -- but
only for released versions, so 8.2-RELEASE is the most up to date available.

You'll need to download all of the files in that directory.  Well,
except for the CHECKSUMS.* and *.mtree files. Although not absolutely
necessary, verifying the checksums is a good idea...  The format is a
split-up tar archive; if you read install.sh you'll see how to extract
the contents.  Be careful though -- by default unpacking that tarball
will overwrite the manpages in /usr/share/man

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Download manpages

2011-09-20 Thread deepak kumar
Hello Matthew,
I tried but several section were empty :(

On Tue, Sep 20, 2011 at 3:38 PM, Matthew Seaman 
m.sea...@infracaninophile.co.uk wrote:

 On 20/09/2011 09:50, deepak kumar wrote:
  I want to download the freebsd manpages for some sections which i don't
 have

 Individual man pages can be viewd on-line at
 http://www.freebsd.org/cgi/man.cgi -- that's obviously the processed
 page rather than the nroff source code.

 Page sources are available in the various on-line VCSes used by the
 project, but the man page sources are mostly interspersed with the C
 code etc. they describe.

  and i need the compressed (tarball) for those section there is some way
 to
  download them

 Hmmm manpages are available on the distribution media for a release.
  For instance, look at:

 ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.2-RELEASE/manpages

 There are several combinations of $ARCH and $VERSION available -- but
 only for released versions, so 8.2-RELEASE is the most up to date
 available.

 You'll need to download all of the files in that directory.  Well,
 except for the CHECKSUMS.* and *.mtree files. Although not absolutely
 necessary, verifying the checksums is a good idea...  The format is a
 split-up tar archive; if you read install.sh you'll see how to extract
 the contents.  Be careful though -- by default unpacking that tarball
 will overwrite the manpages in /usr/share/man

Cheers,

Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW




-- 
Thanks and Regards
Deepak Kumar
Member Technical Staff
NetApp India Pvt Ltd
Bangalore (Karnataka)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Download manpages

2011-09-20 Thread Matthew Seaman
On 20/09/2011 11:39, deepak kumar wrote:
 I tried but several section were empty :(

Perhaps if you tell us exactly what you are trying to find?

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Download manpages

2011-09-20 Thread deepak kumar
Hello Matthew,
I'm trying to download section 2 and section 1 for freebsd commands and
system calls

On Tue, Sep 20, 2011 at 8:55 PM, Matthew Seaman 
m.sea...@infracaninophile.co.uk wrote:

 On 20/09/2011 11:39, deepak kumar wrote:
  I tried but several section were empty :(

 Perhaps if you tell us exactly what you are trying to find?

Cheers,

Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW




-- 
Thanks and Regards
Deepak Kumar
Member Technical Staff
NetApp India Pvt Ltd
Bangalore (Karnataka)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Download manpages

2011-09-20 Thread b. f.
 Hello Matthew,
 I'm trying to download section 2 and section 1 for freebsd commands and
 system calls

? Is there a specific manpage that you are missing?  A cursory glance
shows that these sections are populated:

 sh -c 'cd /tmp ; for i in a b c d e f g ; do  fetch -ampv
http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.2-RELEASE/manpages/manpages.a${i};
; done ; cat manpages.??  manpages.tar.gz ; mkdir manpages82 ; tar -C
manpages82 -xvf manpages.tar.gz; ls manpages82/usr/share/man/man[12]'

...

b.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download if_ppp.ko

2011-03-31 Thread Patrick Lamaiziere
Le Thu, 31 Mar 2011 20:53:11 +0600,
Denis Rybakov denp...@gmail.com a écrit :

 Where download if_ppp.ko?

It's a kernel module, you will find it in /boot/kernel

Regards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download if_ppp.ko

2011-03-31 Thread Michael Powell
Denis Rybakov wrote:

 Where download if_ppp.ko?

You don't. It once was the kernel ppp module but became unsupported and was 
removed from the system. Use userland ppp as described here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html

Pay particular attention to the note at the top. IIRC the old device sio in 
the kernel config was changed to uart. Make sure you have this and note the 
corresponding serial port renaming that accompanied the change.

I haven't used a modem in quite some time now, but that ought to get you 
headed in the right direction.

-Mike



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download cvsup?

2010-10-28 Thread Michael Powell
Tim Dunphy wrote:

 hey listers!! sorry for all the trouble.. just as an FYI it turned out
 to NOT be a DNS issue at all!!!
 
  it was a routing issue...
 
 this command apparently did the trick...
 
 [r...@lbsd2:/usr/home/bluethundr]#/etc/rc.d/routing restart
 add net default: gateway 192.168.1.1
 
 [r...@lbsd2:/usr/home/bluethundr]#ping google.com
 PING google.com (173.194.33.104): 56 data bytes
 64 bytes from 173.194.33.104: icmp_seq=0 ttl=55 time=14.083 ms
 64 bytes from 173.194.33.104: icmp_seq=1 ttl=55 time=14.537 ms
 64 bytes from 173.194.33.104: icmp_seq=2 ttl=55 time=14.531 ms
 
 
 sometimes it's the simplest solutions under our noses. :)
 

Sorry for not getting back any sooner, went camping in the mountains for a 
bit. Glad to hear it is resolved. The above is accomplished via this:

defaultrouter=192.168.1.1  in your /etc/rc.conf.

If you are using this machine as a gateway for the other machines and it is 
between your FIOS router and the other machines, the defaultrouter value for 
the other machines would point to the gateway box's internal facing address.

-Mike
 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download cvsup?

2010-10-28 Thread Tim Dunphy
thanks for the suggestion! but the other machines on this network do
not use the FreeBSD machine as a router. They merely reference it as
their first choice of DNS servers. So as of now networking is good to
go for all machines.

best!!

On Thu, Oct 28, 2010 at 2:32 AM, Michael Powell nightre...@hotmail.com wrote:
 Tim Dunphy wrote:

 hey listers!! sorry for all the trouble.. just as an FYI it turned out
 to NOT be a DNS issue at all!!!

  it was a routing issue...

 this command apparently did the trick...

 [r...@lbsd2:/usr/home/bluethundr]#/etc/rc.d/routing restart
 add net default: gateway 192.168.1.1

 [r...@lbsd2:/usr/home/bluethundr]#ping google.com
 PING google.com (173.194.33.104): 56 data bytes
 64 bytes from 173.194.33.104: icmp_seq=0 ttl=55 time=14.083 ms
 64 bytes from 173.194.33.104: icmp_seq=1 ttl=55 time=14.537 ms
 64 bytes from 173.194.33.104: icmp_seq=2 ttl=55 time=14.531 ms


 sometimes it's the simplest solutions under our noses. :)


 Sorry for not getting back any sooner, went camping in the mountains for a
 bit. Glad to hear it is resolved. The above is accomplished via this:

 defaultrouter=192.168.1.1  in your /etc/rc.conf.

 If you are using this machine as a gateway for the other machines and it is
 between your FIOS router and the other machines, the defaultrouter value for
 the other machines would point to the gateway box's internal facing address.

 -Mike



 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org




-- 
Here's my RSA Public key:
gpg --keyserver pgp.mit.edu --recv-keys 5A4873A9

Share and enjoy!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download cvsup?

2010-10-27 Thread Tim Dunphy
hey listers!! sorry for all the trouble.. just as an FYI it turned out
to NOT be a DNS issue at all!!!

 it was a routing issue...

this command apparently did the trick...

[r...@lbsd2:/usr/home/bluethundr]#/etc/rc.d/routing restart
add net default: gateway 192.168.1.1

[r...@lbsd2:/usr/home/bluethundr]#ping google.com
PING google.com (173.194.33.104): 56 data bytes
64 bytes from 173.194.33.104: icmp_seq=0 ttl=55 time=14.083 ms
64 bytes from 173.194.33.104: icmp_seq=1 ttl=55 time=14.537 ms
64 bytes from 173.194.33.104: icmp_seq=2 ttl=55 time=14.531 ms


sometimes it's the simplest solutions under our noses. :)

Sincere thanks for all your input and all your help!



On Fri, Oct 22, 2010 at 11:01 PM, Tim Dunphy bluethu...@gmail.com wrote:
 guys,

  thanks for the input. busy couple of days sorry for not following up sooner.

  at any rate, I tried many suggestions.

  Here is the current state of things:

  This is a working resolv.conf on the rest of the network which are
 CentOS machines:

  [r...@lbsd2:/usr/home/bluethundr]#cat /etc/resolv.conf
 domain summitnjhome.com
 nameserver 192.168.1.44
 nameserver 71.250.0.12
 nameserver 4.2.2.2



  I rsync'ed this file to the bsd server from a CentOS machine and this
 is what happens when you try to resolve internally, then externally
 (also tried editing it manually of course):

 [r...@lbsd2:/usr/home/bluethundr]#host bsd2
 bsd2.summitnjhome.com has address 192.168.1.44
 [r...@lbsd2:/usr/home/bluethundr]#host sum1
 sum1.summitnjhome.com is an alias for lCent01.summitnjhome.com.
 lCent01.summitnjhome.com has address 192.168.1.42

 [r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
 ping: cannot resolve yahoo.com: Host name lookup failure


 this is how my named.conf looks:

 options {
        // Relative to the chroot directory, if any
        directory       /etc/namedb;
        pid-file        /var/run/named/pid;
        dump-file       /var/dump/named_dump.db;
        statistics-file /var/stats/named.stats;



 Also i notice it's

 [r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
 ping: cannot resolve yahoo.com: Host name lookup failure


 with forwarders commented out

  and

 [r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
 PING yahoo.com (72.30.2.43): 56 data bytes
 ping: sendto: No route to host
 ping: sendto: No route to host

 with forwarders enabled:
    forwarders {
                71.250.0.12; 4.2.2.2;
        };

 or even just

  forwarders {
          192.168.1.1;
        };



 enabled.. I'm still quite puzzled.. I'm hoping that this problem won't
 require me to backup my most important configurations (DNS, LDAP,
 Apache) and reinstall.. cuz that's uhmmm.. cheating! ;) not to mention
 a pain in the firggin' arse... guh
 // If named is being used only as a local resolver, this is a safe default.
 // For named to be accessible to the network, comment this option, specify
 // the proper IP address, or delete this option.
       #listen-on       { 127.0.0.1; };
       listen-on        { 127.0.0.1; 192.168.1.44; };

       allow-recursion {127.0.0.1; 192.168.1.0/24;};





 On Wed, Oct 20, 2010 at 5:38 AM, Michael Powell nightre...@hotmail.com 
 wrote:
 Dick Hoogendijk wrote:

 Are the forwarders in your named.conf file OK?

 That was the next thing I was about to suggest. His FIOS router should be
 running DNS itself by default, with it pointing to Verizon's name servers.
 So he could try using 192.168.1.1 in his named.conf forwarders directive.
 This would just recurse out to Verizon's name servers and should get a basic
 external resolution going, provided he has not altered the default router
 setup.

 Example from mine: (don't just cut and paste but adjust as required)

 options {
        directory       /etc/namedb;
        pid-file        /var/run/named/pid;
        dump-file       /var/dump/named_dump.db;
        statistics-file /var/stats/named.stats;

        listen-on       { 127.0.0.1; 192.168.10.1; };

        allow-recursion {127.0.0.1; 192.168.10.0/24;};

 // If you've got a DNS server around at your upstream provider, enter
 // its IP address here, and enable the line below.  This will make you
 // benefit from its cache, thus reduce overall DNS traffic in the Internet.

        forwarders {
         208.67.222.222; 208.67.220.220; 192.168.1.1;
        };


 //      query-source address * port 53;
 };

 ---/ Below are snipped out zone file directives for my local stuff  /---

 The first two IP addresses in my forwarders clause are for OpenDNS. You
 could delete them so as to only have 192.168.1.1 and your FreeBSD's DNS
 server will then forward requests to your FIOS router which will then
 request from Verizon. Use of the listen-on and allow-recursion is not
 necessary, but if you decide to utilize make sure they reflect values which
 apply to your situation. Do rndc reload or reboot to take effect.

 I think he has some other issues pending as well, but one thing at a time.
 :-)

 -Mike



 

Re: download cvsup?

2010-10-22 Thread Tim Dunphy
guys,

 thanks for the input. busy couple of days sorry for not following up sooner.

 at any rate, I tried many suggestions.

 Here is the current state of things:

  This is a working resolv.conf on the rest of the network which are
CentOS machines:

  [r...@lbsd2:/usr/home/bluethundr]#cat /etc/resolv.conf
domain summitnjhome.com
nameserver 192.168.1.44
nameserver 71.250.0.12
nameserver 4.2.2.2



 I rsync'ed this file to the bsd server from a CentOS machine and this
is what happens when you try to resolve internally, then externally
(also tried editing it manually of course):

[r...@lbsd2:/usr/home/bluethundr]#host bsd2
bsd2.summitnjhome.com has address 192.168.1.44
[r...@lbsd2:/usr/home/bluethundr]#host sum1
sum1.summitnjhome.com is an alias for lCent01.summitnjhome.com.
lCent01.summitnjhome.com has address 192.168.1.42

[r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
ping: cannot resolve yahoo.com: Host name lookup failure


this is how my named.conf looks:

options {
// Relative to the chroot directory, if any
directory   /etc/namedb;
pid-file/var/run/named/pid;
dump-file   /var/dump/named_dump.db;
statistics-file /var/stats/named.stats;



Also i notice it's

[r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
ping: cannot resolve yahoo.com: Host name lookup failure


with forwarders commented out

 and

[r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
PING yahoo.com (72.30.2.43): 56 data bytes
ping: sendto: No route to host
ping: sendto: No route to host

with forwarders enabled:
forwarders {
71.250.0.12; 4.2.2.2;
};

or even just

  forwarders {
  192.168.1.1;
};



enabled.. I'm still quite puzzled.. I'm hoping that this problem won't
require me to backup my most important configurations (DNS, LDAP,
Apache) and reinstall.. cuz that's uhmmm.. cheating! ;) not to mention
a pain in the firggin' arse... guh
// If named is being used only as a local resolver, this is a safe default.
// For named to be accessible to the network, comment this option, specify
// the proper IP address, or delete this option.
   #listen-on   { 127.0.0.1; };
   listen-on{ 127.0.0.1; 192.168.1.44; };

   allow-recursion {127.0.0.1; 192.168.1.0/24;};





On Wed, Oct 20, 2010 at 5:38 AM, Michael Powell nightre...@hotmail.com wrote:
 Dick Hoogendijk wrote:

 Are the forwarders in your named.conf file OK?

 That was the next thing I was about to suggest. His FIOS router should be
 running DNS itself by default, with it pointing to Verizon's name servers.
 So he could try using 192.168.1.1 in his named.conf forwarders directive.
 This would just recurse out to Verizon's name servers and should get a basic
 external resolution going, provided he has not altered the default router
 setup.

 Example from mine: (don't just cut and paste but adjust as required)

 options {
        directory       /etc/namedb;
        pid-file        /var/run/named/pid;
        dump-file       /var/dump/named_dump.db;
        statistics-file /var/stats/named.stats;

        listen-on       { 127.0.0.1; 192.168.10.1; };

        allow-recursion {127.0.0.1; 192.168.10.0/24;};

 // If you've got a DNS server around at your upstream provider, enter
 // its IP address here, and enable the line below.  This will make you
 // benefit from its cache, thus reduce overall DNS traffic in the Internet.

        forwarders {
         208.67.222.222; 208.67.220.220; 192.168.1.1;
        };


 //      query-source address * port 53;
 };

 ---/ Below are snipped out zone file directives for my local stuff  /---

 The first two IP addresses in my forwarders clause are for OpenDNS. You
 could delete them so as to only have 192.168.1.1 and your FreeBSD's DNS
 server will then forward requests to your FIOS router which will then
 request from Verizon. Use of the listen-on and allow-recursion is not
 necessary, but if you decide to utilize make sure they reflect values which
 apply to your situation. Do rndc reload or reboot to take effect.

 I think he has some other issues pending as well, but one thing at a time.
 :-)

 -Mike



 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org




-- 
Here's my RSA Public key:
gpg --keyserver pgp.mit.edu --recv-keys 5A4873A9

Share and enjoy!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download cvsup?

2010-10-20 Thread Dick Hoogendijk
Are the forwarders in your named.conf file OK?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download cvsup?

2010-10-20 Thread Michael Powell
Dick Hoogendijk wrote:

 Are the forwarders in your named.conf file OK?

That was the next thing I was about to suggest. His FIOS router should be 
running DNS itself by default, with it pointing to Verizon's name servers. 
So he could try using 192.168.1.1 in his named.conf forwarders directive. 
This would just recurse out to Verizon's name servers and should get a basic 
external resolution going, provided he has not altered the default router 
setup.

Example from mine: (don't just cut and paste but adjust as required)

options {
directory   /etc/namedb;
pid-file/var/run/named/pid;
dump-file   /var/dump/named_dump.db;
statistics-file /var/stats/named.stats;

listen-on   { 127.0.0.1; 192.168.10.1; };

allow-recursion {127.0.0.1; 192.168.10.0/24;};

// If you've got a DNS server around at your upstream provider, enter
// its IP address here, and enable the line below.  This will make you
// benefit from its cache, thus reduce overall DNS traffic in the Internet.

forwarders {
 208.67.222.222; 208.67.220.220; 192.168.1.1;
};


//  query-source address * port 53;
};

---/ Below are snipped out zone file directives for my local stuff  /---

The first two IP addresses in my forwarders clause are for OpenDNS. You 
could delete them so as to only have 192.168.1.1 and your FreeBSD's DNS 
server will then forward requests to your FIOS router which will then 
request from Verizon. Use of the listen-on and allow-recursion is not 
necessary, but if you decide to utilize make sure they reflect values which 
apply to your situation. Do rndc reload or reboot to take effect.

I think he has some other issues pending as well, but one thing at a time.  
:-)

-Mike



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download cvsup?

2010-10-19 Thread Tim Dunphy
This is the current state of affairs:

[r...@lbsd2:/usr/home/bluethundr]#host bsd2
bsd2 has address 199.101.28.20
Host bsd2 not found: 3(NXDOMAIN)
[r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
PING yahoo.com (69.147.125.65): 56 data bytes
ping: sendto: No route to host
ping: sendto: No route to host



I made sure these services were commented out or set to no in
/etc/rc.conf and /etc/defaults/rc.conf and that they were not running

[r...@lbsd2:/usr/home/bluethundr]#ps auxwww | grep rpcbind
root1781  0.0  0.1  3492  1212   5  S+   12:12AM   0:00.00 grep rpcbind
[r...@lbsd2:/usr/home/bluethundr]#ps auxwww | grep nfs_server
root1783  0.0  0.1  3492  1216   5  S+   12:13AM   0:00.00
grep nfs_server
[r...@lbsd2:/usr/home/bluethundr]#ps auxwww | grep  nfs_client
root1785  0.0  0.1  3492  1216   5  S+   12:13AM   0:00.00
grep nfs_client
[r...@lbsd2:/usr/home/bluethundr]#



Once I was sure those services weren't running I tried these flavors
of /etc/fstab:

[r...@lbsd2:/usr/home/bluethundr]#cat /etc/resolv.conf
domain  summitnjhome.com
nameserver  192.168.1.44
nameserver  71.250.0.12
nameserver  4.2.2.2

With this here config I can resolve internally but not externally

[r...@lbsd2:/usr/home/bluethundr]#host bsd2
bsd2.summitnjhome.com has address 192.168.1.44
[r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
ping: cannot resolve yahoo.com: Host name lookup failure
[r...@lbsd2:/usr/home/bluethundr]#

With this suggested config I actually get neither internal nor
external resolution!

[r...@lbsd2:/usr/home/bluethundr]#host bsd2
bsd2 has address 199.101.28.20
^^
Not any ip that's on MY network! ;)

Host bsd2 not found: 3(NXDOMAIN)
[r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
PING yahoo.com (72.30.2.43): 56 data bytes
ping: sendto: No route to host
ping: sendto: No route to host

And if I'm not resolving externally I really wonder how I get THAT IP

[r...@virtcent05:~]#whois 199.101.28.20
[Querying whois.arin.net]
[whois.arin.net]
#
# Query terms are ambiguous.  The query is assumed to be:
# n 199.101.28.20
#
# Use ? to get help.
#

#
# The following results may also be obtained via:
# 
http://whois.arin.net/rest/nets;q=199.101.28.20?showDetails=trueshowARIN=false
#

NetRange:   199.101.28.0 - 199.101.31.255
CIDR:   199.101.28.0/22
OriginAS:
NetName:SKYE-1
NetHandle:  NET-199-101-28-0-1
Parent: NET-199-0-0-0-0
NetType:Direct Assignment
NameServer: AUTH1.SKYEBYNOMINUM.COM
NameServer: AUTH2.SKYEBYNOMINUM.COM
RegDate:2009-03-20
Updated:2009-03-20
Ref:http://whois.arin.net/rest/net/NET-199-101-28-0-1

OrgName:SKYE
OrgId:  NOMIN-4
Address:2000 Seaport Blvd.
Address:Suite 400
City:   Redwood City
StateProv:  CA
PostalCode: 94063
Country:US
RegDate:2009-03-11
Updated:2009-03-11
Ref:http://whois.arin.net/rest/org/NOMIN-4


Weird man...

Back to this config:

[r...@lbsd2:/usr/home/bluethundr]#cat /etc/resolv.conf
domain summitnjhome.com
nameserver 192.168.1.44
nameserver 71.250.0.12
nameserver 4.2.2.2

It's back to the same old routine of resolving internally but not externally!

[r...@lbsd2:/usr/home/bluethundr]#host bsd2
bsd2.summitnjhome.com has address 192.168.1.44
[r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com
ping: cannot resolve yahoo.com: Host name lookup failure
[r...@lbsd2:/usr/home/bluethundr]#nslookup sum1.summitnjhome.com
Server: 192.168.1.44
Address:192.168.1.44#53

sum1.summitnjhome.com   canonical name = lCent01.summitnjhome.com.
Name:   lCent01.summitnjhome.com
Address: 192.168.1.42


My gateway is a FiOS router at 192.168.1.1 I have a semi-fancy netgear
switch that provides wired connectivity to my farm of 6 machines.

1) FreeBSD (God machine) that is SSH gateway, DNS/BIND server,
OpenLDAP server, Apache22 server and MySQL 5.1 server.
2) Centos 1 machine - host xen instances that are stored on a san
3) Centos 2 machine - hosts the rest of the xen instances all of which
are stored in the same NFS nas mount (/mnt/store/xen).
4) FreeNAS 1
5) FreeNAS 2
6) Client machine (non server)

The BSD really kinda runs the show I use that as the base from which
to operate. But now it's hobbled with only semi-functioning DNS!


Thanks for your help!!!
On Tue, Oct 19, 2010 at 1:00 AM, Michael Powell nightre...@hotmail.com wrote:
 Tim Dunphy wrote:

 Thanks guys! But to give more background the host in question IS
 networking, at this point  I can ssh into and out of it.. I just can't
 resolve externally.

 [r...@lbsd2:/usr/ports]#ifconfig
 bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
 options=9bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM
 ether 00:14:22:38:9e:eb
 inet6 fe80::214:22ff:fe38:9eeb%bge0 prefixlen 64 scopeid 0x1
 inet 192.168.1.44 netmask 0xff00 broadcast 192.168.1.255
 media: Ethernet autoselect (1000baseT full-duplex)
 

Re: download cvsup?

2010-10-18 Thread Tim Dunphy
Thanks guys! But to give more background the host in question IS
networking, at this point  I can ssh into and out of it.. I just can't
resolve externally.

[r...@lbsd2:/usr/ports]#ifconfig
bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
options=9bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM
ether 00:14:22:38:9e:eb
inet6 fe80::214:22ff:fe38:9eeb%bge0 prefixlen 64 scopeid 0x1
inet 192.168.1.44 netmask 0xff00 broadcast 192.168.1.255
media: Ethernet autoselect (1000baseT full-duplex)
status: active
plip0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST metric 0 mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
options=3RXCSUM,TXCSUM
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff00
[r...@lbsd2:/usr/ports]#

 Also the rest of the network is currently working. I am writing this
to you from another machine on the same network as the bsd machien.


 I was able to download the ports tarball from the freebsd ftp site
and scp it over to the bsd host.  so that minor crisis has been
solved. (grin).

 But it is still quite necessary for me to get this host resolving
external hosts of course!

 And yes I now realize that csup is part of the base system. But in
order for me to use it I must resolve!

 Not sure how this might have cause this but I edited my fstab file
with some nfs mounts like so:

192.168.1.44:/mnt/nas/mnt/nas   nfsrsize=32768,wsize=32768,timeo=14,intr
192.168.1.44:/mnt/store /mnt/store nfsrsize=32768,wsize=32768,timeo=14,intr
192.168.1.44:/mnt/home  /home  nfsrsize=32768,wsize=32768,timeo=14,intr

And when I rebooted the host pretty much it all went haywire! LDAP,
DNS, Apache, MySQL, and even ALL NETWORKING which normally started
with the host stopped working. I now have to start each one by hand
whatever I try I can't seem to resolve external hosts, tho.

 So I restored the fstab file from backup and still I am stuck not resolving.

 /etc/resolv.conf looks ok to me so I would think I that I could ping
out of the network. Sadly this is not the case!


[r...@lbsd2:/usr/ports]#cat /etc/resolv.conf
domain  summitnjhome.com
nameserver  192.168.1.44
nameserver  4.2.2.2
[r...@lbsd2:/usr/ports]#ping yahoo.com
ping: cannot resolve yahoo.com: Host name lookup failure


[r...@lbsd2:/usr/ports]#ping sum1.summitnjhome.com
PING lCent01.summitnjhome.com (192.168.1.42): 56 data bytes
64 bytes from 192.168.1.42: icmp_seq=0 ttl=64 time=0.273 ms
64 bytes from 192.168.1.42: icmp_seq=1 ttl=64 time=0.180 ms
64 bytes from 192.168.1.42: icmp_seq=2 ttl=64 time=0.186 ms





 thanks for your continued assistance with this problem!




On Mon, Oct 18, 2010 at 1:56 AM, Michael Powell nightre...@hotmail.com wrote:
 Tim Dunphy wrote:

 hello,

  I accidentally deleted my ports tree thinking that cvsup was already
 installed. it wasn't. :(

 csup is cvsup rewritten with C and exists in the base system. You no longer
 need to install cvsup, just use csup.

  I seem to be having a little trouble resolving external hosts tho my
 trusty named server on this host is working fine to resolve the local
 network. I need to reinstall my ports with sysinstall but to do that i
 need to resolve externally of course. I think this problem could use a
 fresh set of eyes.

 You do not have to use sysinstall just to install ports. It is available as
 a tarball you can download and decompress. Use csup afterwards for an update
 to ensure you have pulled in any changes which may have occurred after the
 tarball was generated.

 You will, of course, need to get your network working first.

  [r...@lbsd2:/usr/home/bluethundr]#/etc/rc.d/netif restart
 Stopping Network: lo0 bge0 plip0.
 lo0: flags=8048LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
 options=3RXCSUM,TXCSUM
 inet6 ::1 prefixlen 128
 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
 bge0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
 options=9bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM
 ether 00:14:22:38:9e:eb
 inet6 fe80::214:22ff:fe38:9eeb%bge0 prefixlen 64 scopeid 0x1

 media: Ethernet autoselect (none)
 status: no carrier
 ^^^

 plip0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST metric 0 mtu 1500
 Starting Network: lo0 bge0.
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
 options=3RXCSUM,TXCSUM
 inet6 ::1 prefixlen 128
 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
 inet 127.0.0.1 netmask 0xff00
 bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
 options=9bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM
 ether 00:14:22:38:9e:eb
 inet6 fe80::214:22ff:fe38:9eeb%bge0 prefixlen 64 scopeid 0x1
 inet 192.168.1.44 netmask 0xff00 broadcast 192.168.1.255

 media: Ethernet autoselect (none)
 status: no carrier
 

 Your network interface isn't connecting to anything, such as a hub, switch,
 or another 

Re: download cvsup?

2010-10-18 Thread Michael Powell
Tim Dunphy wrote:

 Thanks guys! But to give more background the host in question IS
 networking, at this point  I can ssh into and out of it.. I just can't
 resolve externally.
 
 [r...@lbsd2:/usr/ports]#ifconfig
 bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
 options=9bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM
 ether 00:14:22:38:9e:eb
 inet6 fe80::214:22ff:fe38:9eeb%bge0 prefixlen 64 scopeid 0x1
 inet 192.168.1.44 netmask 0xff00 broadcast 192.168.1.255
 media: Ethernet autoselect (1000baseT full-duplex)
 status: active
^

OK - I see it is truly up.

 plip0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST metric 0 mtu 1500
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
 options=3RXCSUM,TXCSUM
 inet6 ::1 prefixlen 128
 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
 inet 127.0.0.1 netmask 0xff00
 [r...@lbsd2:/usr/ports]#
 
  Also the rest of the network is currently working. I am writing this
 to you from another machine on the same network as the bsd machien.
 

Even with IPv6 enabled things should still function even though IPv6 may not 
actually be in use. Sometimes it happens with DNS lookups it will try 
looking for an  record first [IPv6], then time out and fall back to the 
normal IPv4 A record. This will just show as a short wait period and 
ultimately eventually resolves.

I suspect that you are not even getting this far and the problem is 
something else. Just for the sake of simplifying things you could eliminate 
IPv6 from the picture if you are truly not using it. However, I do not think 
it is actually the cause (I could always be wrong here).
 
[snip - forgetting about csup and ports for now]
 
  Not sure how this might have cause this but I edited my fstab file
 with some nfs mounts like so:
 
 192.168.1.44:/mnt/nas/mnt/nas   nfs   
 rsize=32768,wsize=32768,timeo=14,intr
 192.168.1.44:/mnt/store /mnt/store nfs   
 rsize=32768,wsize=32768,timeo=14,intr
 192.168.1.44:/mnt/home  /home  nfs   
 rsize=32768,wsize=32768,timeo=14,intr

This truly has me confused. In the above ifconfig output it is showing an IP 
address assigned of 192.168.1.44 netmask 0xff00 broadcast 192.168.1.255.

What I do not understand at all is why you would be wanting to NFS mount 
from 192.168.1.44 *to* 192.168.1.44, as indicated by the above fstab 
entries.

Again, for the sake of simplification with divide and conquer, make sure all 
mountd, rpcbind, nfs_server, and nfs_client daemons are deactivated. 
Eliminate all things superfluous to troubleshooting the DNS problem. Once 
DNS gets fixed you can add stuff back one at a time.
 
 And when I rebooted the host pretty much it all went haywire! LDAP,
 DNS, Apache, MySQL, and even ALL NETWORKING which normally started
 with the host stopped working. I now have to start each one by hand
 whatever I try I can't seem to resolve external hosts, tho.
 
  So I restored the fstab file from backup and still I am stuck not
  resolving.

Yes - leave fstab with no remote mounting/NFS stuff for now.
 
  /etc/resolv.conf looks ok to me so I would think I that I could ping
 out of the network. Sadly this is not the case!
 
You should be able to ping by IP any/all machines within your local network. 
Sounds like this does work, but confirm and don't 'assume'. Next try and 
ping by IP to a host out on the Internet. Since you cannot resolve any names 
here is the IP to  www.netbsd.org:   204.152.190.12. If you cannot ping by 
IP out from your network to the outside you do not have basic gateway 
connectivity working. If this is the case it will have to get fixed first. 
 
 [r...@lbsd2:/usr/ports]#cat /etc/resolv.conf
 domainsummitnjhome.com
 nameserver192.168.1.44
 nameserver  4.2.2.2
 [r...@lbsd2:/usr/ports]#ping yahoo.com
 ping: cannot resolve yahoo.com: Host name lookup failure

If you are attempting this from the same machine as you are running BIND on, 
it might be better for it's resolv.conf to look like this instead:

nameserver 127.0.0.1
nameserver 192.168.1.1

192.168.1.1 is my FIOS router which has it's own DNS server. It is also 
pointed at the same OpenDNS servers as my forwarders directive (a snippet 
from my named.conf below:)

listen-on   { 127.0.0.1; 192.168.10.1; };

allow-recursion {127.0.0.1; 192.168.10.0/24;};

forwarders {
 208.67.222.222; 208.67.220.220; 192.168.1.1;
};
 
My local DNS on my gateway/firewall box is a hybrid which only has zones for 
my local .test.zip 192.168.10.0/24 LAN. All other requests get forwarded out 
and cached. Here is what sockstat -4l looks like on this box:

bind named  835   20 tcp4   192.168.10.1:53   *:*
bind named  835   21 tcp4   127.0.0.1:53  *:*
bind named  835   22 tcp4   127.0.0.1:953 *:*
bind named  835   512 udp4  192.168.10.1:53   *:*
bind named  835   513 udp4  127.0.0.1:53  *:*

I do not listen on the 

Re: download cvsup?

2010-10-17 Thread Michael Powell
Tim Dunphy wrote:

 hello,
 
  I accidentally deleted my ports tree thinking that cvsup was already
 installed. it wasn't. :(

csup is cvsup rewritten with C and exists in the base system. You no longer 
need to install cvsup, just use csup.
 
  I seem to be having a little trouble resolving external hosts tho my
 trusty named server on this host is working fine to resolve the local
 network. I need to reinstall my ports with sysinstall but to do that i
 need to resolve externally of course. I think this problem could use a
 fresh set of eyes.

You do not have to use sysinstall just to install ports. It is available as 
a tarball you can download and decompress. Use csup afterwards for an update 
to ensure you have pulled in any changes which may have occurred after the 
tarball was generated.

You will, of course, need to get your network working first.
 
  [r...@lbsd2:/usr/home/bluethundr]#/etc/rc.d/netif restart
 Stopping Network: lo0 bge0 plip0.
 lo0: flags=8048LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
 options=3RXCSUM,TXCSUM
 inet6 ::1 prefixlen 128
 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
 bge0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
 options=9bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM
 ether 00:14:22:38:9e:eb
 inet6 fe80::214:22ff:fe38:9eeb%bge0 prefixlen 64 scopeid 0x1

 media: Ethernet autoselect (none)
 status: no carrier
^^^

 plip0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST metric 0 mtu 1500
 Starting Network: lo0 bge0.
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
 options=3RXCSUM,TXCSUM
 inet6 ::1 prefixlen 128
 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
 inet 127.0.0.1 netmask 0xff00
 bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
 options=9bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM
 ether 00:14:22:38:9e:eb
 inet6 fe80::214:22ff:fe38:9eeb%bge0 prefixlen 64 scopeid 0x1
 inet 192.168.1.44 netmask 0xff00 broadcast 192.168.1.255

 media: Ethernet autoselect (none)
 status: no carrier


Your network interface isn't connecting to anything, such as a hub, switch, 
or another computer via crossover cable at the physical layer. You need to 
fix this first, then worry about why the DNS is not working. 

Start with simple things such as substituting a known good cable from a 
working machine. Examine the LEDs on both the NIC and the hub/switch. 
Usually these will not be lit if there is no link. Is the hub/switch 
defective? Or locked up? I've seen hubs and switches lock up and a power 
cycle would make them operate again, for a while. Hubs or switches that lock 
up have an intermittent defect and should not be depended upon for the long 
run. 

Verify if you are using the correct driver. What version is the OS? Search 
bug reports and mail lists for known issues, e.g. such as someone else 
reported a problem with quite similar symptoms and the devs have already 
addressed it in HEAD and possibly MFC'd it to STABLE. 

Of course, if there is a fix you can't get at it until your network works. 
But you can also back up the train and tell us things like: did it used to 
work? and what did you do, or change, that made it begin not working? Some 
more details might give the 'fresh set of eyes' more to work with. 


[snip]

-Mike



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download cvsup?

2010-10-17 Thread Andreas Rudisch
On Sun, 17 Oct 2010 23:44:42 -0400
Tim Dunphy bluethu...@gmail.com wrote:

  I accidentally deleted my ports tree thinking that cvsup was already
 installed. it wasn't. :(

csup is part of the system, no need to use cvsup from the ports any longer.

  I seem to be having a little trouble resolving external hosts tho my
 trusty named server on this host is working fine to resolve the local
 network. I need to reinstall my ports with sysinstall but to do that i
 need to resolve externally of course. I think this problem could use a
 fresh set of eyes.

For a start take a look at the cable/connection.

   media: Ethernet autoselect (none)
   status: no carrier

Andreas
--
GnuPG key  : 0x2A573565|http://www.gnupg.org/howtos/de/
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


pgpx4ZwAOBVFk.pgp
Description: PGP signature


Re: download

2010-05-17 Thread Frank Bonnet

Hi

If you can, download the DVD ISO which contains all the FreeBSD stuff
You also might prefer the 8.0 distro

F

On 05/17/10 15:44, Karen Bester wrote:

Hi, I wish to download FreeBSD but I am unsure which option to choose.

FTP directory /pub/FreeBSD/releases/i386/ISO-IMAGES/7.3/ at ftp.freebsd.org
To view this FTP site in Windows Explorer, click Page, and then click Open FTP 
Site in Windows Explorer.

Up to higher level directory

03/21/2010 02:13PM534 CHECKSUM.MD5
03/21/2010 02:15PM779 CHECKSUM.SHA256
03/21/2010 02:08PM 40,554,496 FreeBSD-7.3-RELEASE-i386-bootonly.iso
03/21/2010 02:09PM612,933,632 FreeBSD-7.3-RELEASE-i386-disc1.iso
03/21/2010 02:09PM706,879,488 FreeBSD-7.3-RELEASE-i386-disc2.iso
03/21/2010 02:10PM542,836,736 FreeBSD-7.3-RELEASE-i386-disc3.iso
03/21/2010 02:12PM324,126,720 FreeBSD-7.3-RELEASE-i386-docs.iso
03/21/2010 02:11PM  2,022,695,069 FreeBSD-7.3-RELEASE-i386-dvd1.iso.gz
03/21/2010 02:12PM238,215,168 FreeBSD-7.3-RELEASE-i386-livefs.iso
Please advise

Regards

Karen Bester



SmartTech
34 Firgrove Way
Constantia Hills
Cape Town
South Africa
7806

Phone:  +27-21-7130126
Fax:  +27-21-7130127
Cell:  +27-(0)82-7882223
E-mail:sa...@smarttech.co.za
WebSite:   www.smarttech.co.za


This message may contain information which is confidential, private or
privileged in nature and subject to legal privilege. If you are not the
intended recipient or the agent responsible for delivering this message to
the intended recipient, you may not peruse, use, disseminate, distribute,
store or copy this message or any files attached to this message. If you
have received this message in error, please notify the sender immediately by
e-mail, facsimile or telephone and thereafter return and/or destroy the
original message. All reasonable precautions have been taken to ensure no
viruses are present in the message and attachments. Please note that the
recipient must scan this e-mail and any attached files for viruses and the
like. The sender accepts no liability of whatever nature for any loss,
liability, damage or expense resulting directly or indirectly from the
access of this message or any attachments to this message. Any views
expressed in this message are those of the individual sender and do not
necessarily reflect those of SmartTech (Spencer Allen Technologies cc),
except where the sender specifically states them to be the view of
SmartTech (Spencer Allen Technologies cc).



__ Information from ESET Smart Security, version of virus signature 
database 5121 (20100517) __

The message was checked by ESET Smart Security.

http://www.eset.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download

2010-05-17 Thread Reko Turja
Hi, I wish to download FreeBSD but I am unsure which option to 
choose.


03/21/2010 02:08PM 40,554,496 
FreeBSD-7.3-RELEASE-i386-bootonly.iso


This is a good option, if the machine is connected into internet and 
downloading the base system and ports is okay for you.



03/21/2010 02:09PM612,933,632 FreeBSD-7.3-RELEASE-i386-disc1.iso
03/21/2010 02:09PM706,879,488 FreeBSD-7.3-RELEASE-i386-disc2.iso
03/21/2010 02:10PM542,836,736 FreeBSD-7.3-RELEASE-i386-disc3.iso
Boot disc with base system packaged and ports added. Best option if 
you are mostly planning to use prebuild software or the machine is not 
connected.



03/21/2010 02:12PM324,126,720 FreeBSD-7.3-RELEASE-i386-docs.iso
03/21/2010 02:11PM  2,022,695,069 
FreeBSD-7.3-RELEASE-i386-dvd1.iso.gz
Basically discs1-3 'merged' in one DVD image, better than the separate 
discs IMHO if you have DVD drive available.


03/21/2010 02:12PM238,215,168 
FreeBSD-7.3-RELEASE-i386-livefs.iso


'Repair disc' that can also be used on manual installations and such - 
good to have available in case of emergencies, but not really 
necessary.


-Reko

PS. And as Frank said in another reply, I'd consider 8.0 instead 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download

2010-05-17 Thread Karen Bester

Hi, thanks for the quick response.

I'm not sure if I will be able to download 2GB successfully, I prefer 
getting the separate ISO's. I only see disk1 for 8.0, where are the rest?


11/22/2009 03:42AM 44,738,560 8.0-RELEASE-i386-bootonly.iso
11/22/2009 03:43AM655,591,424 8.0-RELEASE-i386-disc1.iso
11/22/2009 03:46AM  1,870,891,443 8.0-RELEASE-i386-dvd1.iso.gz
11/22/2009 03:47AM256,077,824 8.0-RELEASE-i386-livefs.iso
11/22/2009 04:34AM923,207,680 8.0-RELEASE-i386-memstick.img
11/22/2009 04:39AM346 CHECKSUM.MD5
11/22/2009 04:39AM521 CHECKSUM.SHA256

Regards

Karen

- Original Message - 
From: Reko Turja reko.tu...@liukuma.net

To: Karen Bester ka...@smarttech.co.za; freebsd-questions@FreeBSD.org
Sent: Monday, May 17, 2010 4:30 PM
Subject: Re: download



Hi, I wish to download FreeBSD but I am unsure which option to choose.

03/21/2010 02:08PM 40,554,496 FreeBSD-7.3-RELEASE-i386-bootonly.iso


This is a good option, if the machine is connected into internet and
downloading the base system and ports is okay for you.


03/21/2010 02:09PM612,933,632 FreeBSD-7.3-RELEASE-i386-disc1.iso
03/21/2010 02:09PM706,879,488 FreeBSD-7.3-RELEASE-i386-disc2.iso
03/21/2010 02:10PM542,836,736 FreeBSD-7.3-RELEASE-i386-disc3.iso

Boot disc with base system packaged and ports added. Best option if
you are mostly planning to use prebuild software or the machine is not
connected.


03/21/2010 02:12PM324,126,720 FreeBSD-7.3-RELEASE-i386-docs.iso
03/21/2010 02:11PM  2,022,695,069 FreeBSD-7.3-RELEASE-i386-dvd1.iso.gz

Basically discs1-3 'merged' in one DVD image, better than the separate
discs IMHO if you have DVD drive available.


03/21/2010 02:12PM238,215,168 FreeBSD-7.3-RELEASE-i386-livefs.iso


'Repair disc' that can also be used on manual installations and such -
good to have available in case of emergencies, but not really
necessary.

-Reko

PS. And as Frank said in another reply, I'd consider 8.0 instead


__ Information from ESET Smart Security, version of virus signature 
database 5121 (20100517) __


The message was checked by ESET Smart Security.

http://www.eset.com




__ Information from ESET Smart Security, version of virus signature 
database 5121 (20100517) __

The message was checked by ESET Smart Security.

http://www.eset.com



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download

2010-05-17 Thread Jerry McAllister
On Mon, May 17, 2010 at 03:44:17PM +0200, Karen Bester wrote:

 Hi, I wish to download FreeBSD but I am unsure which option to choose.
 
 FTP directory /pub/FreeBSD/releases/i386/ISO-IMAGES/7.3/ at ftp.freebsd.org
 To view this FTP site in Windows Explorer, click Page, and then click Open 
 FTP Site in Windows Explorer. 
 
 Up to higher level directory
 
 03/21/2010 02:13PM534 CHECKSUM.MD5
 03/21/2010 02:15PM779 CHECKSUM.SHA256
 03/21/2010 02:08PM 40,554,496 FreeBSD-7.3-RELEASE-i386-bootonly.iso
 03/21/2010 02:09PM612,933,632 FreeBSD-7.3-RELEASE-i386-disc1.iso
 03/21/2010 02:09PM706,879,488 FreeBSD-7.3-RELEASE-i386-disc2.iso
 03/21/2010 02:10PM542,836,736 FreeBSD-7.3-RELEASE-i386-disc3.iso
 03/21/2010 02:12PM324,126,720 FreeBSD-7.3-RELEASE-i386-docs.iso
 03/21/2010 02:11PM  2,022,695,069 FreeBSD-7.3-RELEASE-i386-dvd1.iso.gz
 03/21/2010 02:12PM238,215,168 FreeBSD-7.3-RELEASE-i386-livefs.iso
 Please advise

Depends one circumstances.  If you have a good network connection, you 
can install over the net and then need only the ...disc1.iso or 
possibly the dvd1.iso.

If your net connection is not good enough to support an online install,
then you need either the ...dvd1.iso[.gz]  or the first three
of the CDs  ...disc1.iso, ...disc2.iso and disc3.iso and you do the
install from local media.

The documentation online has descriptions of what is on these disks, 
though I suppose the language use might be a bit arcane for a newbie.

Generally I find it better to install over the net if possible - 
but you at least need some starter media - CD/DVD of course.

jerry  
 

 
 Regards
 
 Karen Bester
 
 
 
 SmartTech
 34 Firgrove Way
 Constantia Hills
 Cape Town 
 South Africa
 7806
 
 Phone:  +27-21-7130126   
 Fax:  +27-21-7130127
 Cell:  +27-(0)82-7882223
 E-mail:sa...@smarttech.co.za
 WebSite:   www.smarttech.co.za
 
 
 This message may contain information which is confidential, private or 
 privileged in nature and subject to legal privilege. If you are not the 
 intended recipient or the agent responsible for delivering this message to 
 the intended recipient, you may not peruse, use, disseminate, distribute, 
 store or copy this message or any files attached to this message. If you 
 have received this message in error, please notify the sender immediately by 
 e-mail, facsimile or telephone and thereafter return and/or destroy the 
 original message. All reasonable precautions have been taken to ensure no 
 viruses are present in the message and attachments. Please note that the 
 recipient must scan this e-mail and any attached files for viruses and the 
 like. The sender accepts no liability of whatever nature for any loss, 
 liability, damage or expense resulting directly or indirectly from the 
 access of this message or any attachments to this message. Any views 
 expressed in this message are those of the individual sender and do not 
 necessarily reflect those of SmartTech (Spencer Allen Technologies cc), 
 except where the sender specifically states them to be the view of 
 SmartTech (Spencer Allen Technologies cc). 
 
 
 
 __ Information from ESET Smart Security, version of virus signature 
 database 5121 (20100517) __
 
 The message was checked by ESET Smart Security.
 
 http://www.eset.com
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download

2010-05-17 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 17/05/2010 16:00:29, Karen Bester wrote:
 I'm not sure if I will be able to download 2GB successfully, I prefer
 getting the separate ISO's. I only see disk1 for 8.0, where are the rest?

Disc1 is all you need to install the OS.  The other disk images contain
mostly precompiled 3rd party packages -- I think the reason that disk2
and disk3 got dropped was that even the size of two CD images is just a
fraction of what it would take to contain most of the available ports.
Rather than make an invidious choice (accompanied, no doubt, by
interminable arguments and bikeshedding) about what should be included,
they decided to reserve the .iso images for FreeBSD and let people
download individual pkgs from the FTP sites instead.

Cheers,

Matthew

PS.  Just to make sure: you do understand that the i386 arch is for all
Intel and AMD processors running in *32bit* mode?  If you've got a more
modern Intel Xeon or Core2 or later processor (or indeed anything AMD
since about 5 years ago), then the amd64 arch will give you better
results.  As the name suggests, this is the *64bit* version of FreeBSD
for Intel derived architectures.  Take care to choose the right
alternative before you put much work into building your system, as
switching from one to the other is pretty painful.

- -- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvxc1QACgkQ8Mjk52CukIyYNwCaAhrJdo55JC9QpBCqnmJ/IKYF
2RkAoJQmTueg9NkYGu58XW5Rm93wibFj
=0j2o
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: download

2010-05-17 Thread SmartTech Sales

Thanks Jerry

I had a reply that I should rather use 8.0 and there I can only download 
disk1, the rest I can get from the ports collection. (I'm not sure that I 
can download all 2GB of the DVD successfully, our bandwidth in SA is not 
great or very reliable)  We want to use freeBSD to setup NAS, do I need any 
of the ports to do this?


I'm not looking at freeNAS because the SATA RAID card that I'm looking at 
does not support it, the Adaptec 51645 card supports freeBSD though.


Regards

Karen

- Original Message - 
From: Jerry McAllister jerr...@msu.edu

To: Karen Bester ka...@smarttech.co.za
Cc: freebsd-questions@freebsd.org
Sent: Monday, May 17, 2010 5:55 PM
Subject: Re: download



On Mon, May 17, 2010 at 03:44:17PM +0200, Karen Bester wrote:


Hi, I wish to download FreeBSD but I am unsure which option to choose.

FTP directory /pub/FreeBSD/releases/i386/ISO-IMAGES/7.3/ at 
ftp.freebsd.org
To view this FTP site in Windows Explorer, click Page, and then click 
Open FTP Site in Windows Explorer.


Up to higher level directory

03/21/2010 02:13PM534 CHECKSUM.MD5
03/21/2010 02:15PM779 CHECKSUM.SHA256
03/21/2010 02:08PM 40,554,496 FreeBSD-7.3-RELEASE-i386-bootonly.iso
03/21/2010 02:09PM612,933,632 FreeBSD-7.3-RELEASE-i386-disc1.iso
03/21/2010 02:09PM706,879,488 FreeBSD-7.3-RELEASE-i386-disc2.iso
03/21/2010 02:10PM542,836,736 FreeBSD-7.3-RELEASE-i386-disc3.iso
03/21/2010 02:12PM324,126,720 FreeBSD-7.3-RELEASE-i386-docs.iso
03/21/2010 02:11PM  2,022,695,069 FreeBSD-7.3-RELEASE-i386-dvd1.iso.gz
03/21/2010 02:12PM238,215,168 FreeBSD-7.3-RELEASE-i386-livefs.iso
Please advise


Depends one circumstances.  If you have a good network connection, you
can install over the net and then need only the ...disc1.iso or
possibly the dvd1.iso.

If your net connection is not good enough to support an online install,
then you need either the ...dvd1.iso[.gz]  or the first three
of the CDs  ...disc1.iso, ...disc2.iso and disc3.iso and you do the
install from local media.

The documentation online has descriptions of what is on these disks,
though I suppose the language use might be a bit arcane for a newbie.

Generally I find it better to install over the net if possible -
but you at least need some starter media - CD/DVD of course.

jerry




Regards

Karen Bester



SmartTech
34 Firgrove Way
Constantia Hills
Cape Town
South Africa
7806

Phone:  +27-21-7130126
Fax:  +27-21-7130127
Cell:  +27-(0)82-7882223
E-mail:sa...@smarttech.co.za
WebSite:   www.smarttech.co.za


This message may contain information which is confidential, private or
privileged in nature and subject to legal privilege. If you are not the
intended recipient or the agent responsible for delivering this message 
to

the intended recipient, you may not peruse, use, disseminate, distribute,
store or copy this message or any files attached to this message. If you
have received this message in error, please notify the sender immediately 
by

e-mail, facsimile or telephone and thereafter return and/or destroy the
original message. All reasonable precautions have been taken to ensure no
viruses are present in the message and attachments. Please note that the
recipient must scan this e-mail and any attached files for viruses and 
the

like. The sender accepts no liability of whatever nature for any loss,
liability, damage or expense resulting directly or indirectly from the
access of this message or any attachments to this message. Any views
expressed in this message are those of the individual sender and do not
necessarily reflect those of SmartTech (Spencer Allen Technologies cc),
except where the sender specifically states them to be the view of
SmartTech (Spencer Allen Technologies cc).



__ Information from ESET Smart Security, version of virus 
signature database 5121 (20100517) __


The message was checked by ESET Smart Security.

http://www.eset.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




__ Information from ESET Smart Security, version of virus 
signature database 5122 (20100517) __


The message was checked by ESET Smart Security.

http://www.eset.com






__ Information from ESET Smart Security, version of virus signature 
database 5122 (20100517) __

The message was checked by ESET Smart Security.

http://www.eset.com



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: download

2010-05-17 Thread Roland Smith
On Mon, May 17, 2010 at 06:37:49PM +0200, SmartTech Sales wrote:
 Thanks Jerry
 
 I had a reply that I should rather use 8.0 and there I can only download 
 disk1, the rest I can get from the ports collection. (I'm not sure that I 
 can download all 2GB of the DVD successfully, our bandwidth in SA is not 
 great or very reliable)  We want to use freeBSD to setup NAS, do I need any 
 of the ports to do this?

Looking at the work that has been put into making FreeNAS, it might be 
worthwhile
to ask the developers when a version based on 8.x and supporting your card
will be available.

But if that is not an option, looking at the features of FreeNAS
[http://freenas.org/features], I'd say you need _at least_ the following ports
to more-or-less replicate the functionality of FreeNAS;

Network protocols:
  - net/samba34 (for windows clients)
  - net/netatalk (for Apple clients)
  - ftp/proftpd (FTP)
  - net/rsync
  - net/unison
  - (NFS comes with the base system)
  - dns/inadyn
  - net/istgt

Extra Services
  - net-p2p/transmission (bittorrent)
  - net/mediatomb (UPnP server)
  - audio/firefly (iTunes/DAAP)
  - www/lighttpd or www/apache22 (web server)

System tools
  - sysutils/smartmontools (disk monitoring)
  - sysutils/rsyslog55 (secure remote logging)
  - ports-mgmt/portmaster (keeping ports up to date)
  - (portsnap comes with the base system.)
  - (sshd comes with the base system.)

What you'll be missing is the FreeNAS web setup tools. I would download and
install FreeNAS on a virtual machine just to look at the configurations for
the different ports, so you don't have to figure that out all by yourself. :-)

On the other hand, if you only have to serve files for MS Windoze clients, you
might get by with installing samba and its dependencies and not much
else. Anything that you don't install is one less item to configure and keep
up-to-date.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpDjvZy5GdTR.pgp
Description: PGP signature


Re: download source code on Linux

2008-05-14 Thread Sahil Tandon
* Onkar [EMAIL PROTECTED] [05-14-2008]:

 I want to download  FreeBSD source code on Linux server. How do I go about
 it .

One option is FTP:

ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/7.0-RELEASE/src

-- 
Sahil Tandon [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download source code on Linux

2008-05-14 Thread Onkar
But I am finding no files with extension .c or .h
[image: 
File:]generic.aaftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.aa
1392
KB Sunday 07 May 2006 12:00:00 AM  [image:
File:]generic.abftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.ab
1392
KB Sunday 07 May 2006 12:00:00 AM  [image:
File:]generic.acftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.ac
1392
KB Sunday 07 May 2006 12:00:00 AM  [image:
File:]generic.adftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.ad
1392
KB Sunday 07 May 2006 12:00:00 AM  [image:
File:]generic.aeftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.ae
1392
KB Sunday 07 May 2006 12:00:00 AM  [image:
File:]generic.afftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.af
1392
KB Sunday 07 May 2006 12:00:00 AM  [image:
File:]generic.agftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.ag
232
KB Sunday 07 May 2006 12:00:00 AM  [image:
File:]generic.infftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.inf

what are these ??

regards,
Onkar

On Wed, May 14, 2008 at 10:01 PM, Sahil Tandon [EMAIL PROTECTED] wrote:

 * Onkar [EMAIL PROTECTED] [05-14-2008]:

  I want to download  FreeBSD source code on Linux server. How do I go
 about
  it .

 One option is FTP:

ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/7.0-RELEASE/src

 --
 Sahil Tandon [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download source code on Linux

2008-05-14 Thread Chuck Swiger

On May 14, 2008, at 9:38 AM, Onkar wrote:

But I am finding no files with extension .c or .h
[image: File:]generic.aaftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.aa 


1392

[ ... ]


what are these ??


They are a .tgz split up into pieces (via split).  You can reassemble  
via:


  cat generic.a* | tar zxf -

...but some people find using CVS/cvsup easier.

--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download source code on Linux

2008-05-14 Thread David Kelly
On Wed, May 14, 2008 at 10:08:08PM +0530, Onkar wrote:
 But I am finding no files with extension .c or .h
 [image: 
 File:]generic.aaftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.aa
 1392
[...]
 what are these ??

Tarballs.

Grab ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/6.3-RELEASE/src/
then to get the files out of, say, scontrib, do something like this:

% cat scontrib.* | tar -xvzf -

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download source code on Linux

2008-05-14 Thread David Kelly
On Wed, May 14, 2008 at 11:56:06AM -0500, David Kelly wrote:
 On Wed, May 14, 2008 at 10:08:08PM +0530, Onkar wrote:
  But I am finding no files with extension .c or .h
  [image: 
  File:]generic.aaftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/generic.aa
  1392
 [...]
  what are these ??
 
 Tarballs.
 
 Grab ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/6.3-RELEASE/src/
 then to get the files out of, say, scontrib, do something like this:
 
 % cat scontrib.* | tar -xvzf -

Chuck Swiger's post caused me to relook at mine. There are .inf files in
the mix which will cause tar a bit of heartache above. This would be
better:

% cat scontrib.[ab]* | tar -xvzf -

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download source code on Linux

2008-05-14 Thread N. Raghavendra
At 2008-05-14T21:26:19+05:30, Onkar wrote:

 I want to download FreeBSD source code on Linux server. How do I go
 about it .

Assuming that you have CVS installed on your Linux machine, you can do

  cvs -d [EMAIL PROTECTED]:/home/ncvs co src

For a list of other CVS servers, and usage examples, see

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html

HTH,
Raghavendra.

-- 
N. Raghavendra [EMAIL PROTECTED] | http://www.retrotexts.net/
Harish-Chandra Research Institute   | http://www.mri.ernet.in/
See message headers for contact and OpenPGP information.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download freebsd sourcecode for building in machine not have internet connection

2007-12-03 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

cuongvt wrote:
 I know that we can use cvsup to download all Freebsd source code
 then make buildworld. But is there a way to download it manually? I
 means, I have friends that have PCs but not have interenet
 connecttions, so they may come to internet cafe, download source
 code to portable USB drive then make build world on their PC.
 Thanks you.
Oops forgot to mention an other solution would be to install FreeBSD
on the USB device then do a cvsup on it... do a search for FreeBSD on
a Stick on google and there is a step a guide to do just this.

- --
Aryeh M. Friedman
FloSoft Systems
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHU74g358R5LPuPvsRAsrXAKDIzfcTqnwmX1o4KjHBtQwF+7fcMQCfeobb
E8uzUG+w+9tVXbO6zXaCwt8=
=FErd
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download freebsd sourcecode for building in machine not have internet connection

2007-12-03 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

cuongvt wrote:


 sarek wrote:
 Oops forgot to mention an other solution would be to install
 FreeBSD on the USB device then do a cvsup on it... do a search
 for FreeBSD on a Stick on google and there is a step a guide to
 do just this.

 Sorry for my unclear English, I mean after download it to USB
 drive, they can comback home, copy sourcecode from usb drive to
 /usr/src then make buildword on their PC. So how to download the
 sourcecode manually not using cvsup ? :)

Thats what I thought you meant and the idea is do small enough install
on the drive to allow for csup/cvsup'ing the source code.

- --
Aryeh M. Friedman
FloSoft Systems
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHU8Ti358R5LPuPvsRAo6OAJ0UYK+Nfl+fCUitmyCh3lszCI1+hACgjjSp
BG+B3Krs7Zge9jLlkUa/86A=
=rhFz
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download freebsd sourcecode for building in machine not have internet connection

2007-12-03 Thread cuongvt



sarek wrote:
 
 Oops forgot to mention an other solution would be to install FreeBSD
 on the USB device then do a cvsup on it... do a search for FreeBSD on
 a Stick on google and there is a step a guide to do just this.
 
Sorry for my unclear English, I mean after download it to USB drive, they
can comback home,
copy sourcecode from usb drive to /usr/src then make buildword on their PC.
So how to download the sourcecode manually not using cvsup ? :)
 
-- 
View this message in context: 
http://www.nabble.com/Download-freebsd-sourcecode-for-building-in-machine-not-have-internet-connection-tf4934921.html#a14125830
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download freebsd sourcecode for building in machine not have internet connection

2007-12-03 Thread cuongvt



sarek wrote:
 
 to allow for csup/cvsup'ing the source code.
 
Yes, it is solution for freebsd on usb stick.
But you know, They are hosting internal LAN for file sharing, so I think usb
solution is not suitable ;)
ANy idea?

Tnx in advance
-- 
View this message in context: 
http://www.nabble.com/Download-freebsd-sourcecode-for-building-in-machine-not-have-internet-connection-tf4934921.html#a14126100
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download freebsd sourcecode for building in machine not have internet connection

2007-12-03 Thread Nikos Vassiliadis
On Monday 03 December 2007 11:20:57 cuongvt wrote:
 sarek wrote:
  to allow for csup/cvsup'ing the source code.

 Yes, it is solution for freebsd on usb stick.
 But you know, They are hosting internal LAN for file sharing, so I think
 usb solution is not suitable ;)
 ANy idea?

You probably already have it. It is included in the disc1
cdrom you've installed from. It's in the src directory.

In case you don't have the cdrom available,
you can either fetch the source tarballs from:
ftp://$freebsdmirror/pub/FreeBSD/releases/i386/7.0-BETA3/src/
or fetch the whole disc1 cdrom...

Replace the $freebsdmirror with your favorite freebsd mirror.

HTH, Nikos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download freebsd sourcecode for building in machine not have internet connection

2007-12-03 Thread RW
On Mon, 3 Dec 2007 01:20:57 -0800 (PST)
cuongvt [EMAIL PROTECTED] wrote:

 
 
 
 sarek wrote:
  
  to allow for csup/cvsup'ing the source code.
  
 Yes, it is solution for freebsd on usb stick.
 But you know, They are hosting internal LAN for file sharing, so I
 think usb solution is not suitable ;)
 ANy idea?
 
He's saying, put a small FreeBSD install on the stick just to run csup.

He's not saying that you should run your server on it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download FreeBSD 6.1 through HTTP [Was: fromharikrishna]

2007-11-19 Thread Bahman Movaqar
On Mon, 19 Nov 2007 17:30:58 +0530, hari krishna
[EMAIL PROTECTED] wrote:

 i want a link to download the free BSD 6.1 os through http
 
 can u help me in this

Check the handbook for a list of mirrors
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/).

Also, I'd suggest you always try to use some meaningful subject to your
email as it increases the chance of getting an answer.

HTH,

-- 
Bahman Movaqar

Do not fear death so much but rather the inadequate life.
-Bertolt Brecht
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download speed and TCPIP window sizing

2007-06-04 Thread Brian Somers
On Thu, 31 May 2007 22:06:39 +0800 Pang [EMAIL PROTECTED] wrote:
   Could anyone tell me whether my understanding on Window sizing 
 correct? Also, is there any way to alter the window sizing in freebsd or 
 apache?

AFAIK you can't increase the window size unless you use
the tcp wscale option (it's a 2-byte value).  This wasn't
possible 'till recently in -current:

andre   2007-02-01 17:39:19 UTC

  FreeBSD src repository

  Modified files:
sys/netinet  tcp_syncache.c tcp_usrreq.c 
  Log:
  Change the way the advertized TCP window scaling is computed.  Instead of
  upper-bounding it to the size of the initial socket buffer lower-bound it
  to the smallest MSS we accept.  Ideally we'd use the actual MSS information
  here but it is not available yet.
  
  For socket buffer auto sizing to be effective we need room to grow the
  receive window.  The window scale shift is determined at connection setup
  and can't be changed afterwards.  The previous, original, method effectively
  just did a power of two roundup of the socket buffer size at connection
  setup severely limiting the headroom for larger socket buffers. 

  Tested by:  many (as part of the socket buffer auto sizing patch)
  MFC after:  1 month
  
  Revision  ChangesPath
  1.104 +8 -2  src/sys/netinet/tcp_syncache.c
  1.143 +7 -2  src/sys/netinet/tcp_usrreq.c

This may not be MFC'd (I think I'd object if it was)
as there are several old OpenBSD/pf setups that have
issues with wscale  4.  Hopefully these setups will
be fixed by the time 7.0 is released, as windows/vista
and linux/debian now set wscale  4 too.

The patch is pretty small though, so you may want to
try applying it to your box to see if it helps.

HTH.

-- 
Brian Somers  [EMAIL PROTECTED]
Don't _EVER_ lose your sense of humour !   [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download speed and TCPIP window sizing

2007-06-01 Thread Rudolf Cejka
Pang wrote (2007/05/31):
  I have asked many techs in Asianetcom and they blamed on TCPIP window 
 sizing. I am not sure what it is, so I do a search in Google and find 

More typical problem than TCP window size is Ethernet connection itself,
for example one side thinks it has 100 Mb/s half duplex and the second
side thinks that it has 100 Mb/s full duplex, which results in speeds
around 10 - 100 KB/s.

-- 
Rudolf Cejka cejkar at fit.vutbr.cz http://www.fit.vutbr.cz/~cejkar
Brno University of Technology, Faculty of Information Technology
Bozetechova 2, 612 66  Brno, Czech Republic
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download speed and TCPIP window sizing

2007-05-31 Thread Nicolas Gieczewski

On Thu, 31 May 2007 22:06:39 +0800, Pang [EMAIL PROTECTED] wrote:
   Recently, I have leased a rack in Asianetcom and some bandwidth.
 However, the speed for my curcuit is substantially slower than my
 provider's company site.
 [...]
 *This server is using FreeBSD 6.2 patch 4 with Apache in the port tree.
 The kernel is custom built but I haven't made any modification in sysctl
 
   I have asked many techs in Asianetcom and they blamed on TCPIP window
 sizing.

I used to have the same problem with my FreeBSD dedicated servers in the U.S. 
when I was living in South America with a latency of ~200 ms. Given identical 
hardware and connectivity, I could max out my download speed when downloading 
from a server running Linux, but would get no more than 100-150 KB/s when 
downloading from an otherwise identical FreeBSD box.

The solution was to increase the size of the TCP send window on the FreeBSD 
server to about 128 KB--the default of 32 KB turned out to be way too small.

# sysctl net.inet.tcp.sendspace=131072

After modifying this value, you need to restart any processes (e.g. Apache) 
that you want to take advantage of the change.

Hope it helps.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download speed and TCPIP window sizing

2007-05-31 Thread Pang

Thanks for reply.

Nicolas Gieczewski wrote:

On Thu, 31 May 2007 22:06:39 +0800, Pang [EMAIL PROTECTED] wrote:
  

  Recently, I have leased a rack in Asianetcom and some bandwidth.
However, the speed for my curcuit is substantially slower than my
provider's company site.
[...]
*This server is using FreeBSD 6.2 patch 4 with Apache in the port tree.
The kernel is custom built but I haven't made any modification in sysctl

  I have asked many techs in Asianetcom and they blamed on TCPIP window
sizing.



I used to have the same problem with my FreeBSD dedicated servers in the U.S. 
when I was living in South America with a latency of ~200 ms. Given identical 
hardware and connectivity, I could max out my download speed when downloading 
from a server running Linux, but would get no more than 100-150 KB/s when 
downloading from an otherwise identical FreeBSD box.

The solution was to increase the size of the TCP send window on the FreeBSD 
server to about 128 KB--the default of 32 KB turned out to be way too small.

# sysctl net.inet.tcp.sendspace=131072

After modifying this value, you need to restart any processes (e.g. Apache) 
that you want to take advantage of the change.
  


It doesn't work. I am still getting ~10KB/s speed.



Hope it helps.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


Thanks
Pang
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download speed and TCPIP window sizing

2007-05-31 Thread Norberto Meijome
On Fri, 01 Jun 2007 02:21:13 +0800
Pang [EMAIL PROTECTED] wrote:

 Thanks for reply.
 
 Nicolas Gieczewski wrote:
  On Thu, 31 May 2007 22:06:39 +0800, Pang [EMAIL PROTECTED] wrote:

Recently, I have leased a rack in Asianetcom and some bandwidth.
  However, the speed for my curcuit is substantially slower than my
  provider's company site.
  [...]
  *This server is using FreeBSD 6.2 patch 4 with Apache in the port tree.
  The kernel is custom built but I haven't made any modification in sysctl
 
I have asked many techs in Asianetcom and they blamed on TCPIP window
  sizing.
  
 
  I used to have the same problem with my FreeBSD dedicated servers in the 
  U.S. when I was living in South America with a latency of ~200 ms. Given 
  identical hardware and connectivity, I could max out my download speed when 
  downloading from a server running Linux, but would get no more than 100-150 
  KB/s when downloading from an otherwise identical FreeBSD box.
 
  The solution was to increase the size of the TCP send window on the FreeBSD 
  server to about 128 KB--the default of 32 KB turned out to be way too small.
 
  # sysctl net.inet.tcp.sendspace=131072
 
  After modifying this value, you need to restart any processes (e.g. Apache) 
  that you want to take advantage of the change.

 
 It doesn't work. I am still getting ~10KB/s speed.
 

hmm in some FBSD (6.0-STABLE) that we have in NL i have that set to 64K . From
AU (where I live), 320 ms of ping away, i can almost saturate my meagre DSL
link (got up to 2mpbs). 

There can be several things involved in bad download speeds - from the TCP
stack of the OS , the software you use to serve (I'm assuming Apache is
configured out of the box - it's not great, but should be better than this.),
NIC in the server, the network segment where it's located (in the DC,
upstream,etc), bandwidth limiting upstream or in apache itself,etc...

.I tested that download of yours from different parts of the world, it was
pretty bad from everywhere - I've captured the traffic from each download:

http://www.meijome.net/files/freebsd/test_hk_dl/fbsd_hk_test_from_au.cap
From AU , between 204 and 206 ms ping.

http://www.meijome.net/files/freebsd/test_hk_dl/fbsd_hk_from_NL.cap
Your file in HK downloaded from NL - ping time to HK = 329 ms

http://www.meijome.net/files/freebsd/test_hk_dl/fbsd_hk_from_txusa.cap
Your file in HK, downloaded from a linux server (RHES 3) in TX, USA. ping time
avg 227.

http://www.meijome.net/files/freebsd/test_hk_dl/fbsd_NL_test_from_au.cap
the same file, which I uploaded to a FBSD in NL (as mentioned above). Ping time
is about 320 ms to this box from home. Probably as fast as I'd expect it to be.
I know I can transfer about up of 8 Mbps between the USA and NL hosts, so
that test is not going to prove anything more.

I haven't got time right now to review all the captures, but at first sight it
seems there's more packet loss than you'd expect, duped ACKs,etc. The IO , RTT
and throughpouts graphs (i'm using wireshark) definitely show very poor
performance, though.

I dont see any relation betwen ping times and download speed.

BTW, how fast can you download this file from the server you say it's in the
same network segment ? 

Have you got polling enabled?

what hardware / nic ? 

HIH,
Beto

_
{Beto|Norberto|Numard} Meijome

It's not what you do, it's the love you put into it.
   Mother Theresa.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download speed and TCPIP window sizing

2007-05-31 Thread Norberto Meijome
On Fri, 1 Jun 2007 12:34:11 +1000
Norberto Meijome [EMAIL PROTECTED] wrote:

 http://www.meijome.net/files/freebsd/test_hk_dl/fbsd_NL_test_from_au.cap
 the same file, which I uploaded to a FBSD in NL (as mentioned above). Ping 
 time
 is about 320 ms to this box from home. Probably as fast as I'd expect it to 
 be.

meaning, from home to this server. It can definitely push more than this.

 I know I can transfer about up of 8 Mbps between the USA and NL hosts, so
 that test is not going to prove anything more.

meaning : testing between US host and NL host isn't going to prove anything
more than it works as expected.

/me needs more coffee...

oopss :)
_
{Beto|Norberto|Numard} Meijome

A problem cannot be solved with the same type of thinking that created it.
  Albert Einstein

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download what?

2006-10-13 Thread albi
On Fri, 13 Oct 2006 10:12:13 -0500
Rick Stout [EMAIL PROTECTED] wrote:

 I am new to FreeBSD and wish to install a version (6.1) within VMWare
 to learn the system. I have installed and used Ubuntu Linux using the
 Gnome desktop and have extensive experience with all of the Windows
 OS's. The problem I am having is trying to determine without too much
 trial and error which ISO(s) to download. I have downloaded both ISO
 disks (1  2) for an i386 platform. Are both disks necessary for
 installation (the 505mb and 574mb) ? Or are each disk the same
 version using a different desktop? Basically, what ISO(s) do I need
 to burn to disk for the initial installation?

you only need disc 1 for install, and in vmware you don't have to burn
iso-images, you can choose to use the iso as a virtual cdrom (at
least, in the free of charge vmware server you can)

-- 
grtjs,
albi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download what?

2006-10-13 Thread [EMAIL PROTECTED]

Rick Stout wrote:

I am new to FreeBSD and wish to install a version (6.1) within VMWare to learn the 
system. I have installed and used Ubuntu Linux using the Gnome desktop and have 
extensive experience with all of the Windows OS's. The problem I am having is 
trying to determine without too much trial and error which ISO(s) to download. I 
have downloaded both ISO disks (1  2) for an i386 platform. Are both disks 
necessary for installation (the 505mb and 574mb) ? Or are each disk the same 
version using a different desktop? Basically, what ISO(s) do I need to burn to disk 
for the initial installation?


If you have a good internet connection, you can use the boot only ISO 
and then do FTP install.


Iv
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download what?

2006-10-13 Thread Michael S
You don't even need the installation CDs. For VMware
you can download one of these pre-made images for
VMPlayer:
http://www.vmware.com/vmtn/appliances/directory/

You will find FreeBSD 6.0 and 6.1, minimal install
with no desktop and PCBSD which is a FreeBSD with a
nice KDE desktop and some extra utilities.

HTH.
Michael
--- Rick Stout [EMAIL PROTECTED] wrote:

 I am new to FreeBSD and wish to install a version
 (6.1) within VMWare to learn the system. I have
 installed and used Ubuntu Linux using the Gnome
 desktop and have extensive experience with all of
 the Windows OS's. The problem I am having is trying
 to determine without too much trial and error which
 ISO(s) to download. I have downloaded both ISO disks
 (1  2) for an i386 platform. Are both disks
 necessary for installation (the 505mb and 574mb) ?
 Or are each disk the same version using a different
 desktop? Basically, what ISO(s) do I need to burn to
 disk for the initial installation?
 
 Rick Stout
 [EMAIL PROTECTED]
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download

2006-02-20 Thread Peter N. M. Hansteen
Luis Thillet [EMAIL PROTECTED] writes:

 I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS (i.e. 5.4, 
 6.0-RELEASE iso.i386).  But it has never worked.  I was wondering if your 
 company/team/crew have disabled it.

Neither the operating system itself nor its download sites have been
disabled for any noticeable length of time, if ever. The files needed to
install FreeBSD have to the best of my knowledge been available
continuously from the moment the respective versions were released.

The description is a little short on details, so any suggestions from
here are pure guesswork. Off the top of my head,

- did the download complete?

  The size of a typical release ISO CD image file is likely to be in 
  the 550 to 650 megabytes range, and could take considerable time
  if you are on a skinny line or downloading from somewhere distant
  network-wise. The Handbook lists a number of mirror sites which
  could be closer to your location than the primary site at
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html

- if the download did complete, what did you download and what did you
  do with it?

  Assuming you downloaded an ISO image, you would need to burn the
  file as an image, not a file, to a suitable CD medium.

  If you opted for the floppy images, you would need to follow the
  procedure outlined in the install docs to create a usable set.
  Installing by letting the installer fetch packages as needed could be
  time consuming as well, depending on your line speed and network
  conditions between your location and the chosen installation source.

I suppose the most sensible thing to do is first to try to locate a user
group or other friendly FreeBSD people in your area.  People on this
list should be able to provide pointers.  I suppose even people not in
your area should be able to burn you an install CD and mail it to you if
that is what you need to get started.

-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/
First, we kill all the spammers The Usenet Bard, Twice-forwarded tales
20:11:56 delilah spamd[26905]: 146.151.48.74: disconnected after 36099 seconds.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download

2006-02-20 Thread Jerry McAllister
 
 Dear Developers:
 
 
 I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS (i.e. 5.4, 
 6.0-RELEASE iso.i386).  But it has never worked.  I was wondering if your 
 company/team/crew have disabled it.
 If no then how can I go about doing that.

It is not disabled.
But your site or ISP may have set things up so that you have to 
use passive ftp or some port of your ports may be blocked by the ISP
or a local firewall.   Those are the likely problems.

Try switching to passive ftp first, or if that is they way you
are already running, try switching to active ftp.   The FreeBSD site
will do both.

If that doesn't help, start checking ports and your ISP's policies.

Good luck,

jerry

 
 Thank You...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download

2006-02-20 Thread Chuck Swiger
Lorin Lund wrote:
 Luis Thillet wrote:
[ ... ]
 Many weeks ago I succeeded in downloading 6.0. But if you don't have
 broadband it's nearly hopeless. When I first learned of FreeBSD - years
 ago - I tried downloading the ISO disks by modem. I would start a
 download at bedtime but it never worked for me. I had to do it with just
 the boot floppies and let the rest of the distribution packages download
 as they installed. I had a lot of restarts to get the whole thing.

If you are downloading big files via modem, try a Windows download manager
like GetRight, http://www.getright.com/.

-- 
-Chuck

PS: A long time ago, the trial version used to display banner ads, but when
Gator tried to push the author into bundling more intrusive spyware with the
GetRight installer, he refused and switched to the trial version being
completely ad-free instead.  There are people on the right side of that line,
and those on the wrong side:

   http://www.getright.com/statement.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download

2006-02-20 Thread Xn Nooby
Maybe try this download manager:

http://www.freedownloadmanager.org




On 2/20/06, Jerry McAllister [EMAIL PROTECTED] wrote:

 
  Dear Developers:
 
 
  I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS (i.e.
 5.4,
  6.0-RELEASE iso.i386).  But it has never worked.  I was wondering if
 your
  company/team/crew have disabled it.
  If no then how can I go about doing that.

 It is not disabled.
 But your site or ISP may have set things up so that you have to
 use passive ftp or some port of your ports may be blocked by the ISP
 or a local firewall.   Those are the likely problems.

 Try switching to passive ftp first, or if that is they way you
 are already running, try switching to active ftp.   The FreeBSD site
 will do both.

 If that doesn't help, start checking ports and your ISP's policies.

 Good luck,

 jerry

 
  Thank You...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download

2006-02-20 Thread Alex Zbyslaw

Luis Thillet wrote:


Dear Developers:


I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS 
(i.e. 5.4, 6.0-RELEASE iso.i386).  But it has never worked.  I was 
wondering if your company/team/crew have disabled it.

If no then how can I go about doing that.


You can buy a CD from somewhere like http://www.freebsdmall.com/cgi-bin/fm

--Alex

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download

2006-02-19 Thread Chris Hill

On Mon, 20 Feb 2006, Luis Thillet wrote:

I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS 
(i.e. 5.4, 6.0-RELEASE iso.i386).  But it has never worked.  I was 
wondering if your company/team/crew have disabled it. If no then how 
can I go about doing that.


1) Go to ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/6.0/

2) Download the file 6.0-RELEASE-i386-disc1.iso

3) If you want to, burn a CD of that file, boot from it, and install 
FreeBSD.


For versions other than 6.0-RELEASE or architectures other than i386 
(e.g. AMD 64-bit), browse around the ftp site; they're not hard to find.


HTH.

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download

2006-02-19 Thread Lorin Lund

Luis Thillet wrote:


Dear Developers:


I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS 
(i.e. 5.4, 6.0-RELEASE iso.i386). But it has never worked. I was 
wondering if your company/team/crew have disabled it.

If no then how can I go about doing that.


Thank You...

_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


Many weeks ago I succeeded in downloading 6.0. But if you don't have 
broadband it's nearly hopeless. When I first learned of FreeBSD - years 
ago - I tried downloading the ISO disks by modem. I would start a 
download at bedtime but it never worked for me. I had to do it with just 
the boot floppies and let the rest of the distribution packages download 
as they installed. I had a lot of restarts to get the whole thing.


But even if you've got broadband it will probably take a while. I don't 
know if there are traffic shapers installed on the server or if it 
always fairly busy but you are likely to get an average speed lower than 
your broadband max speed.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download the whole ports tree

2005-12-17 Thread RW
On Saturday 17 December 2005 07:54, Kris Kennaway wrote:
 Well, if you really think you want this, then just:

 cd /usr/ports
 make fetch

Just idle curiosity, but does anyone have a feeling for how much that would 
download?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download the whole ports tree

2005-12-17 Thread Kövesdán Gábor

RW wrote:


On Saturday 17 December 2005 07:54, Kris Kennaway wrote:
 


Well, if you really think you want this, then just:

cd /usr/ports
make fetch
   



Just idle curiosity, but does anyone have a feeling for how much that would 
download?
 

This would not fetch all of the distfiles, because there are broken 
ports that are unfetchable and the fetching would stop when reaching the 
first such port.


Gabor Kovesdan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download the whole ports tree

2005-12-17 Thread Michael C. Shultz
On Saturday 17 December 2005 09:03, Kövesdán Gábor wrote:
 RW wrote:
 On Saturday 17 December 2005 07:54, Kris Kennaway wrote:
 Well, if you really think you want this, then just:
 
 cd /usr/ports
 make fetch
 
 Just idle curiosity, but does anyone have a feeling for how much that
  would download?

 This would not fetch all of the distfiles, because there are broken
 ports that are unfetchable and the fetching would stop when reaching the
 first such port.

 Gabor Kovesdan

Even with:  make fetch -i  ?

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download the whole ports tree

2005-12-17 Thread Kövesdán Gábor

Michael C. Shultz wrote:


On Saturday 17 December 2005 09:03, Kövesdán Gábor wrote:
 


RW wrote:
   


On Saturday 17 December 2005 07:54, Kris Kennaway wrote:
 


Well, if you really think you want this, then just:

cd /usr/ports
make fetch
   


Just idle curiosity, but does anyone have a feeling for how much that
would download?
 


This would not fetch all of the distfiles, because there are broken
ports that are unfetchable and the fetching would stop when reaching the
first such port.

Gabor Kovesdan
   



Even with:  make fetch -i  ?

-Mike
 


Haven't tried, but I suppose it would be okay with -i.

Gabor Kovesdan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download the whole ports tree

2005-12-17 Thread Chuck Swiger
RW wrote:
 On Saturday 17 December 2005 07:54, Kris Kennaway wrote:
 Well, if you really think you want this, then just:

 cd /usr/ports
 make fetch
  
 Just idle curiosity, but does anyone have a feeling for how much that would 
 download?

Around 25 GB.

-- 
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download the whole ports tree

2005-12-17 Thread Kris Kennaway
On Sat, Dec 17, 2005 at 06:03:12PM +0100, K??vesd??n G??bor wrote:
 RW wrote:
 
 On Saturday 17 December 2005 07:54, Kris Kennaway wrote:
  
 
 Well, if you really think you want this, then just:
 
 cd /usr/ports
 make fetch

 
 
 Just idle curiosity, but does anyone have a feeling for how much that 
 would download?
  
 
 This would not fetch all of the distfiles, because there are broken 
 ports that are unfetchable and the fetching would stop when reaching the 
 first such port.

Sorry, you're right - you want 'make -k fetch BATCH=yes' (the variable
is to avoid any interaction from things like config dialogs).  You
might be able to get away with using -j for concurrent fetches too,
although there's a possibility of corrupting a distfile if two ports
that share the same distfile fetch it at once.

Kris


pgpwAz1MZBpYV.pgp
Description: PGP signature


Re: Download the whole ports tree

2005-12-17 Thread Kris Kennaway
On Sat, Dec 17, 2005 at 04:59:57PM +, RW wrote:
 On Saturday 17 December 2005 07:54, Kris Kennaway wrote:
  Well, if you really think you want this, then just:
 
  cd /usr/ports
  make fetch
 
 Just idle curiosity, but does anyone have a feeling for how much that would 
 download?

On the order of 15GB or so.

Kris


pgpQiizrdw8SO.pgp
Description: PGP signature


Re: Download the whole ports tree

2005-12-16 Thread James Long
 Message: 20
 Date: Fri, 16 Dec 2005 02:01:37 -0500
 From: Kris Kennaway [EMAIL PROTECTED]
 Subject: Re: Download the whole ports tree
 To: Simon Maginnity [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii
 
 On Fri, Dec 16, 2005 at 03:32:33PM +1100, Simon Maginnity wrote:
  Hi everyone,
  I have unlimited bandwidth for the next month or so and
  will not have access to the net again for a few month?s after January. What
  I would like to do is grab a copy of the whole freeBSD ports tree while I
  can, so I can just play with different programs and things at will on a test
  server. Really just for my own amusement.
  
  Is it possible to get a copy of the whole ports tree down if I have enough
  free space etc etc, or just a copy of one branch like www???
 
 The ports tree is not all that large..are you asking about fetching
 every port distfile?
 
 Kris

Well,

portupgrade -FRaN

sounded promising, but upon further reflection, I suspect that would
fetch only distfiles for those ports which are already installed, plus
any new dependencies that are not yet installed.

Perhaps we need a meta-port which includes _everything_ as a build
dependency.  Then you just fetch that.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download the whole ports tree

2005-12-16 Thread Kris Kennaway
On Fri, Dec 16, 2005 at 11:12:39PM -0800, James Long wrote:
  Message: 20
  Date: Fri, 16 Dec 2005 02:01:37 -0500
  From: Kris Kennaway [EMAIL PROTECTED]
  Subject: Re: Download the whole ports tree
  To: Simon Maginnity [EMAIL PROTECTED]
  Cc: freebsd-questions@freebsd.org
  Message-ID: [EMAIL PROTECTED]
  Content-Type: text/plain; charset=us-ascii
  
  On Fri, Dec 16, 2005 at 03:32:33PM +1100, Simon Maginnity wrote:
   Hi everyone,
   I have unlimited bandwidth for the next month or so 
   and
   will not have access to the net again for a few month?s after January. 
   What
   I would like to do is grab a copy of the whole freeBSD ports tree while I
   can, so I can just play with different programs and things at will on a 
   test
   server. Really just for my own amusement.
   
   Is it possible to get a copy of the whole ports tree down if I have enough
   free space etc etc, or just a copy of one branch like www???
  
  The ports tree is not all that large..are you asking about fetching
  every port distfile?
  
  Kris
 
 Well,
 
 portupgrade -FRaN
 
 sounded promising, but upon further reflection, I suspect that would
 fetch only distfiles for those ports which are already installed, plus
 any new dependencies that are not yet installed.
 
 Perhaps we need a meta-port which includes _everything_ as a build
 dependency.  Then you just fetch that.

Well, if you really think you want this, then just:

cd /usr/ports
make fetch

Kris


pgpC54hRN1YzS.pgp
Description: PGP signature


Re: Download the whole ports tree

2005-12-15 Thread Kris Kennaway
On Fri, Dec 16, 2005 at 03:32:33PM +1100, Simon Maginnity wrote:
 Hi everyone,
 I have unlimited bandwidth for the next month or so and
 will not have access to the net again for a few month?s after January. What
 I would like to do is grab a copy of the whole freeBSD ports tree while I
 can, so I can just play with different programs and things at will on a test
 server. Really just for my own amusement.
 
 Is it possible to get a copy of the whole ports tree down if I have enough
 free space etc etc, or just a copy of one branch like www???

The ports tree is not all that large..are you asking about fetching
every port distfile?

Kris


pgpWJSPpzAzNd.pgp
Description: PGP signature


Re: Download ports from another machine

2005-07-25 Thread Emil Khatib
On 24 Jul 2005 12:46:08 -0400, Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Don't top-post, please.
 
 Emil Khatib [EMAIL PROTECTED] writes:
 
  Well, I just had an idea, as make fetch-recursive-list is unusable in
  windows (unless I make a script or program to read it or I download
  manually each of the packages), I would like to be able to boot a
  FreeBSD system installed on removable media. I have a removable HD but
  I can't boot from it... Is there anyway I could boot the system from a
  floppy using a partition in the removable drive as root?
 
 Yes, that should be no problem; just break to the loader(8) prompt and
 tell it what to use for the root and kernel.
 
 But I really don't understand the problem; you should be able to take
 the *output* of fetch-recursive-list to another system quite easily.
 Use a floppy to hold the text, if you want...
 
well the problem is that what I want is an automated download (I mean,
I don't want to download packages one by one). As far as I've seen the
output of fetch-recursive-list gives me no possibility to do an
automatic download. Anyway I'll tro out the loader prompt. Thanks for
you help!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download ports from another machine

2005-07-25 Thread Kris Kennaway
On Mon, Jul 25, 2005 at 09:00:45PM +0200, Emil Khatib wrote:
 On 24 Jul 2005 12:46:08 -0400, Lowell Gilbert
 [EMAIL PROTECTED] wrote:
  Don't top-post, please.
  
  Emil Khatib [EMAIL PROTECTED] writes:
  
   Well, I just had an idea, as make fetch-recursive-list is unusable in
   windows (unless I make a script or program to read it or I download
   manually each of the packages), I would like to be able to boot a
   FreeBSD system installed on removable media. I have a removable HD but
   I can't boot from it... Is there anyway I could boot the system from a
   floppy using a partition in the removable drive as root?
  
  Yes, that should be no problem; just break to the loader(8) prompt and
  tell it what to use for the root and kernel.
  
  But I really don't understand the problem; you should be able to take
  the *output* of fetch-recursive-list to another system quite easily.
  Use a floppy to hold the text, if you want...
  
 well the problem is that what I want is an automated download (I mean,
 I don't want to download packages one by one). As far as I've seen the
 output of fetch-recursive-list gives me no possibility to do an
 automatic download. Anyway I'll tro out the loader prompt. Thanks for
 you help!

Look into FreeSBIE, which is a bootable CD image distribution of
FreeBSD.  You can boot this on another machine, mount the hard drive
and fetch your ports there.

Kris



pgpDFxe6RFj6Y.pgp
Description: PGP signature


Re: Download ports from another machine

2005-07-24 Thread Lowell Gilbert
Don't top-post, please.

Emil Khatib [EMAIL PROTECTED] writes:

 Well, I just had an idea, as make fetch-recursive-list is unusable in
 windows (unless I make a script or program to read it or I download
 manually each of the packages), I would like to be able to boot a
 FreeBSD system installed on removable media. I have a removable HD but
 I can't boot from it... Is there anyway I could boot the system from a
 floppy using a partition in the removable drive as root?

Yes, that should be no problem; just break to the loader(8) prompt and
tell it what to use for the root and kernel.

But I really don't understand the problem; you should be able to take
the *output* of fetch-recursive-list to another system quite easily.
Use a floppy to hold the text, if you want...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download ports from another machine

2005-07-22 Thread Emil Khatib
Well, I just had an idea, as make fetch-recursive-list is unusable in
windows (unless I make a script or program to read it or I download
manually each of the packages), I would like to be able to boot a
FreeBSD system installed on removable media. I have a removable HD but
I can't boot from it... Is there anyway I could boot the system from a
floppy using a partition in the removable drive as root?

Thanks in advance

On 16 Jul 2005 10:20:49 -0400, Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Emil Khatib [EMAIL PROTECTED] writes:
 
  Hi everybody, I'm using freebsd on a 56k connection, so you'll
  probably imagine how frustrating is to spend hours and hours
  downloading a simple program (plus its dozens of dependecies). I
  wanted to know if there is any way to get a list and download the
  programs from another computer with a faster connection. My problem is
  that I have only access to machines using Windows, so I can't do a
  make fetch-recursive...
 
 make fetch-recursive-list
 
 --
 Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download ports from another machine

2005-07-16 Thread Jonathan Glaschke
On Sat, Jul 16, 2005 at 01:52:33PM +0200, Emil Khatib wrote:
 Hi everybody, I'm using freebsd on a 56k connection, so you'll
 probably imagine how frustrating is to spend hours and hours
 downloading a simple program (plus its dozens of dependecies). I
 wanted to know if there is any way to get a list and download the
 programs from another computer with a faster connection. My problem is
 that I have only access to machines using Windows, so I can't do a
 make fetch-recursive...
 
 Can anybody help me please? Thanks in advance

You can download the files you need and put them into /usr/ports/distfiles

Run portupgrade -n to see what files are needed.

Jonathan

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

-- 
 | /\   ASCII Ribbon   | Jonathan Glaschke - Lorenz-Görtz-Straße 71,
 | \ / Campaign Against | 41238 Mönchengladbach, Tel: 02166-265876
 |  XHTML In Mail   | Mobil: 0162-3390789, ICQ: 231021883
 | / \ And News | http://jonathan-glaschke.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download ports from another machine

2005-07-16 Thread Lowell Gilbert
Emil Khatib [EMAIL PROTECTED] writes:

 Hi everybody, I'm using freebsd on a 56k connection, so you'll
 probably imagine how frustrating is to spend hours and hours
 downloading a simple program (plus its dozens of dependecies). I
 wanted to know if there is any way to get a list and download the
 programs from another computer with a faster connection. My problem is
 that I have only access to machines using Windows, so I can't do a
 make fetch-recursive...

make fetch-recursive-list

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download from Windows

2005-01-14 Thread Tabor Kelly
Jeff Spector wrote:
Thanks to all of you who responded. I am newbie to FreeBSD and UNIX so I 
may be asking some silly questions. I will try to burn it again and 
check the parameters. Perhaps I did not mount my cd to the /CDROM folder 
correctly and that is why I can not ls the file. Thanks again
You should use something like this:
mount -t cd9660 /dev/acd0 /cdrom
--
Tabor Kelly
[EMAIL PROTECTED]
http://tabor.taborandtashell.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download from Windows

2005-01-13 Thread Hexren
JS I had downloaded the tar for apache on my windows 2000 machine. Is there 
JS anyway to burn a cd which will be recognized by FREEBSD ? 

JS Jeff

JS ___
JS freebsd-questions@freebsd.org mailing list
JS http://lists.freebsd.org/mailman/listinfo/freebsd-questions
JS To unsubscribe, send any mail to [EMAIL PROTECTED]

-

I would guess that a standard CD, meaning ISO 9660 Compliant should be
readable under nearly anything. (that is including FreeBSD :)
Burning an ISO CD with Nero should do the trick.

Hexren

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download from Windows

2005-01-13 Thread Jonathan Chen
On Thu, Jan 13, 2005 at 01:05:57PM -0500, Jeff Spector wrote:
 I had downloaded the tar for apache on my windows 2000 machine. Is there 
 anyway to burn a cd which will be recognized by FREEBSD ? 

FreeBSD will recognise Joilet filesystems (ie Window's CDROM
filesystems) just fine. Just use your vendor-supplied CD writing
software with Windows.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  You can get farther with a kind word and a gun
  than you can with a kind word alone - Al Capone
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download from Windows

2005-01-13 Thread Chuck Swiger
Jeff Spector wrote:
I had downloaded the tar for apache on my windows 2000 machine. Is there 
anyway to burn a cd which will be recognized by FREEBSD ? 
Sure, popular Windows CD-ROM burning software like Adaptec's EZ/CD-Creator or 
Nero will produce ISO-9660 CD-ROM images which will work with FreeBSD, or 
almost anything else for that matter.

--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download from Windows

2005-01-13 Thread Jeff Spector
Thanks to all of you who responded. I am newbie to FreeBSD and UNIX so I 
may be asking some silly questions. I will try to burn it again and 
check the parameters. Perhaps I did not mount my cd to the /CDROM folder 
correctly and that is why I can not ls the file. Thanks again

jeff

-Original Message-
From: Chuck Swiger [EMAIL PROTECTED]
To: Jeff Spector [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Date: Thu, 13 Jan 2005 13:14:08 -0500
Subject: Re: Download from Windows

 Jeff Spector wrote:
  I had downloaded the tar for apache on my windows 2000 machine. Is
 there 
  anyway to burn a cd which will be recognized by FREEBSD ? 
 
 Sure, popular Windows CD-ROM burning software like Adaptec's
 EZ/CD-Creator or 
 Nero will produce ISO-9660 CD-ROM images which will work with FreeBSD,
 or 
 almost anything else for that matter.
 
 -- 
 -Chuck
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download ISO including latest patches?

2004-12-02 Thread Kris Kennaway
On Thu, Dec 02, 2004 at 10:41:34AM -0600, Scott wrote:
 Hi,
 
 I'm sorry if I missed this somewhere . . .
 
 Is there a place where 5.3 ISO's can be
 downloaded that include any of the latest
 patches? Or, do you have to download the 11/5/04
 ISO and then follow that with an update?
 
 I need to reinstall on a production server and
 would like to avoid the update step to save as
 much down time as possible.

ftp://snapshots.jp.freebsd.org carries updated ISO images rebuilt
automatically, although I don't know if the procfs patch is included
yet.

Kris


pgpVoztkedRqr.pgp
Description: PGP signature


Re: download speed question

2004-08-15 Thread Bill Moran
ann kok [EMAIL PROTECTED] wrote:

 Hi all
 
 Do you think there is different for the download speed
 using wget in https and http?

Yes.  http is less overhead, thus faster.

 If yes, ls it big different?

No.  Unless you have a very old computer that is very slow to do the
encrypting/decrypting.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download speed question

2004-08-15 Thread Nathan Kinkade
On Sun, Aug 15, 2004 at 04:44:42AM -0700, ann kok wrote:
 Hi all
 
 Do you think there is different for the download speed
 using wget in https and http?
 
 If yes, ls it big different?
 
 Thank you

I would think that https would generally be slower due to the overhead
of encryption.  How much slower I couldn't say.

Nathan
-- 
PGP Public Key: pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD8527E49


pgplFtdxWBGYl.pgp
Description: PGP signature


Re: download

2004-06-18 Thread Lucas Holt
Yes its free.  You can download it via ftp:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors- 
ftp.html

On Jun 18, 2004, at 9:11 AM, Major Hosea wrote:
please can I download FreeBSD for free without paying? where and how  
can i get FreeBSD

		
-
 ALL-NEW Yahoo! Messenger - so many all-new ways to express  
yourself
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to  
[EMAIL PROTECTED]


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download

2004-06-18 Thread Brett Wiggins
hey :)
 

 please can I download FreeBSD for free without paying? where and 
 how can i get FreeBSD 
 
 
Try this website. It should have all the info you need to download 
freeBSD

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html

Hope this helps.

Brett

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download

2004-03-30 Thread Bill Moran
[This question should really go to the [EMAIL PROTECTED] mailing list,
as it doesn't really relate to documenation.  Please direct followups to
that list]
Nora Angélica Saravia Bianchini wrote:
Hi, I'd like to know where from can I download BSD to try it. Thanks a lot.
Chapter 2 of The FreeBSD Handbook describes installing FreeBSD.  Specifically,
section 2.13 covers getting files to create your own installation media:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-media.html
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download

2004-03-30 Thread Matthew Seaman
On Mon, Mar 29, 2004 at 11:44:20PM -0300, Nora Angélica Saravia Bianchini wrote:
 Hi, I'd like to know where from can I download BSD to try it. Thanks a lot.

This sort of question is better suited to the freebsd-questions@
mailing list: follow-ups redirected appropriately.

For everything you ever wanted or needed to know about getting hold of
FreeBSD, consult the Handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html

In particular, you'll be interested in the FreeBSD mirror sites
database:

http://mirrorlist.freebsd.org/FBSDsites.php

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Download FreeBSD.

2004-03-02 Thread Matthew Seaman
On Mon, Mar 01, 2004 at 11:40:51AM -0800, Frank Guo wrote:

 Could you please provide the link that can download the FreeBSD? 

There are quite a few download sites:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
  
 We are trying to test the software with our application.

Installation instructions are here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Download contents of http directory?

2004-01-11 Thread Matthew Seaman
On Sun, Jan 11, 2004 at 04:53:52PM +1030, Malcolm Kay wrote:

 This raises a question for which I don't know the answer:
   How does one list an http directory that does allow it?

Basically, you shouldn't.  If the web site administrator has set up
index.html files or otherwise prevented you from generating a
directory listing, it generally means that there's stuff in that
directory which you aren't meant to access.  It's impolite (at best)
to try and get round that, although the wise admin will take stronger
meansures to ensure that even if you can guess filenames, you still
can't download anything you shouldn't.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Download contents of http directory?

2004-01-11 Thread Malcolm Kay
On Sun, 11 Jan 2004 22:35, Matthew Seaman wrote:
 On Sun, Jan 11, 2004 at 04:53:52PM +1030, Malcolm Kay wrote:
  This raises a question for which I don't know the answer:
How does one list an http directory that does allow it?

 Basically, you shouldn't.  If the web site administrator has set up
 index.html files or otherwise prevented you from generating a
 directory listing, it generally means that there's stuff in that
 directory which you aren't meant to access.  It's impolite (at best)
 to try and get round that, although the wise admin will take stronger
 meansures to ensure that even if you can guess filenames, you still
 can't download anything you shouldn't.


Please reread my query -- I'm asking how to read the directory 
when the administrator does allow it.

Malcolm Kay
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download contents of http directory?

2004-01-11 Thread Lucas Holt
If the admin does allow downloading, you will simply see the list by 
typing the path to the directory in the url you wish to look at.

For example,  lets say that you have a directory /music/ .  If the 
webserver has directory listings on, you can simply type 
http://www.mydomain.com/music/ and it will automatically generate a 
list of all the files and return it to the viewer as an html page with 
hyperlinks.  This behavior exists in most webservers including apache 
and IIS.  Personally, I always turn it off.  If i want someone to 
access a file, i give them a link to it.  Apache has a directive in the 
config file for this.

For the other question about downloading mp3's:

I'm a bit unclear.  Are the mp3's turned into real audio files or 
streamed by a real audio server?  Is it just that your computer is 
using real player to play the files that are in fact mp3s?

If the files are streamed by a real server, you will need a program to 
get them easily that can talk the protocol and collect the stream.  If 
the files are somewhat hidden on the webserver, you will need the url 
to download them.  If its just real player that is playing them, look 
at the html source for the page list and paste the link into a 
terminal.. fetch or wget should be able to grab them.  If you are 
clicking on a link and then real player is spawning, you might be able 
to right click on the link and hit save target as... to save the 
original file.  That would also work to get a real player playlist to 
get the real url of the files provided the person used an old version 
of real player.  RAM files are usually text files that contain a url to 
a file.  Give real player that file, and it will stream the file.  I 
used to use that trick on one of my sites.



Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
'Re-implementing what I designed in 1979 is not interesting to me 
personally. For kids who are 20 years younger than me, Linux is a great 
way to cut your teeth. It's a cultural phenomenon and a business 
phenomenon. Mac OS X is a rock-solid system that's beautifully 
designed. I much prefer it to Linux.'
-- Bill Joy, Wired Article 2003

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download contents of http directory?

2004-01-11 Thread Matthew Seaman
On Mon, Jan 12, 2004 at 12:18:52AM +1030, Malcolm Kay wrote:
 On Sun, 11 Jan 2004 22:35, Matthew Seaman wrote:
  On Sun, Jan 11, 2004 at 04:53:52PM +1030, Malcolm Kay wrote:
   This raises a question for which I don't know the answer:
 How does one list an http directory that does allow it?
 
  Basically, you shouldn't.  If the web site administrator has set up
  index.html files or otherwise prevented you from generating a
  directory listing, it generally means that there's stuff in that
  directory which you aren't meant to access.  It's impolite (at best)
  to try and get round that, although the wise admin will take stronger
  meansures to ensure that even if you can guess filenames, you still
  can't download anything you shouldn't.
 
 
 Please reread my query -- I'm asking how to read the directory 
 when the administrator does allow it.

Oops.  Sorry about that.  Note to self: read what is written, not
anything else.

Just do a HTTP GET on the directory name. eg.

% GET http://localhost/~matthew/
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2 Final//EN
html
 head
  titleIndex of /~matthew/title
 /head
 body
h1Index of /~matthew/h1
preimg src=/icons/blank.gif alt=Icon  / a href=?C=N;O=DName/a
a href=?C=M;O=ALast modified/a  a href=?C=S;O=ASize/a  a 
href=?C=D;O=ADescription/ahr /img src=/icons/back.gif alt=[DIR] / a 
href=/Parent Directory/a -   
img src=/icons/folder.gif alt=[DIR] / a href=books/books//a
  07-Aug-2003 20:12-   
img src=/icons/folder.gif alt=[DIR] / a 
href=cryptosphere/cryptosphere//a   02-Jun-2003 16:34-   
img src=/icons/unknown.gif alt=[   ] / a href=foo.phpfoo.php/a 
08-Oct-2003 12:24  1.1K  
img src=/icons/text.gif alt=[TXT] / a href=mrtg-rrd.cgimrtg-rrd.cgi/a  
  23-Jan-2003 13:30   24K  
img src=/icons/text.gif alt=[TXT] / a 
href=mrtg-rrd.cgi-1.20mrtg-rrd.cgi-1.20/a   31-Jan-2003 16:25   24K  
img src=/icons/text.gif alt=[TXT] / a 
href=mrtg-rrd.cgi.000mrtg-rrd.cgi.000/a14-Jan-2003 12:55   24K  
img src=/icons/folder.gif alt=[DIR] / a href=mrtg/mrtg//a  
 18-Apr-2003 15:36-   
img src=/icons/text.gif alt=[TXT] / a href=nwc.cginwc.cgi/a
 17-Nov-2002 08:04   12K  
img src=/icons/text.gif alt=[TXT] / a href=nwc.cssnwc.css/a
 17-Nov-2002 08:04  2.0K  
img src=/icons/unknown.gif alt=[   ] / a href=nwc.phpnwc.php/a 
17-Nov-2002 08:04   12K  
hr //pre
addressApache/2.0.48 (Unix) PHP/4.3.4 Server at localhost Port 80/address
/body/html

If you want that without all of the HTML fluff:

% lynx -dump -nolist http://localhost/~matthew/

  Index of /~matthew

 Icon   NameLast modified  Size  Description
  __
 [DIR]  Parent Directory -
 [DIR]  books/  07-Aug-2003 20:12-
 [DIR]  cryptosphere/   02-Jun-2003 16:34-
 [   ]  foo.php 08-Oct-2003 12:24  1.1K
 [TXT]  mrtg-rrd.cgi23-Jan-2003 13:30   24K
 [TXT]  mrtg-rrd.cgi-1.20   31-Jan-2003 16:25   24K
 [TXT]  mrtg-rrd.cgi.00014-Jan-2003 12:55   24K
 [DIR]  mrtg/   18-Apr-2003 15:36-
 [TXT]  nwc.cgi 17-Nov-2002 08:04   12K
 [TXT]  nwc.css 17-Nov-2002 08:04  2.0K
 [   ]  nwc.php 17-Nov-2002 08:04   12K
  __


Apache/2.0.48 (Unix) PHP/4.3.4 Server at localhost Port 80


Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Download contents of http directory?

2004-01-10 Thread Bernard El-Hagin
Minnesota Slinky wrote:
 Hello list,
 
 How can I download the entire contents of a directory
 on a webserver?  I can see them in index mode, but
 it's a list of about 2,000 jpg files for a reunion. 
 How can I download everything there to one directory?


Use wget. It's in ports.


-- 
Cheers,
Bernard  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download contents of http directory?

2004-01-10 Thread Cordula's Web
 How can I download the entire contents of a directory
 on a webserver?  I can see them in index mode, but
 it's a list of about 2,000 jpg files for a reunion. 
 How can I download everything there to one directory?

With /usr/ports/ftp/wget:

  wget -r -x -v -np -k -np http://www.example.com/path/to/dir

Without -x, files will be saved in the current directory,
with -x in www.example.com/path/to/dir

-np (no parent) is important, if you don't want directories
above /path/to/dir

-- 
Cordula's Web. http://www.cordula.ws/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download contents of http directory?

2004-01-10 Thread Eric F Crist
On Saturday 10 January 2004 04:44 pm, Bernard El-Hagin wrote:
 Minnesota Slinky wrote:
  Hello list,
 
  How can I download the entire contents of a directory
  on a webserver?  I can see them in index mode, but
  it's a list of about 2,000 jpg files for a reunion.
  How can I download everything there to one directory?

 Use wget. It's in ports.

Thanks,  I was thinking mget for some reason.  Been a big help!
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588

pgp0.pgp
Description: signature


Re: Download contents of http directory?

2004-01-10 Thread Eric F Crist
On Saturday 10 January 2004 05:45 pm, Eric F Crist wrote:
 On Saturday 10 January 2004 04:44 pm, Bernard El-Hagin wrote:
  Minnesota Slinky wrote:
   Hello list,
  
   How can I download the entire contents of a directory
   on a webserver?  I can see them in index mode, but
   it's a list of about 2,000 jpg files for a reunion.
   How can I download everything there to one directory?
 
  Use wget. It's in ports.

 Thanks,  I was thinking mget for some reason.  Been a big help!

Ok, another question along the same lines.  Is there a way to download a music 
directory that doesn't allow listing?  There's a server that has a bunch of 
MP3s that are streaming via RealPlayer, but I don't want them in that format.  
I know where exactly the directory is, I just want to download the files 
directly.

TIA
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588

pgp0.pgp
Description: signature


Re: Download contents of http directory?

2004-01-10 Thread Malcolm Kay
On Sun, 11 Jan 2004 16:18, Eric F Crist wrote:
 On Saturday 10 January 2004 05:45 pm, Eric F Crist wrote:
  On Saturday 10 January 2004 04:44 pm, Bernard El-Hagin wrote:
   Minnesota Slinky wrote:
Hello list,
   
How can I download the entire contents of a directory
on a webserver?  I can see them in index mode, but
it's a list of about 2,000 jpg files for a reunion.
How can I download everything there to one directory?
  
   Use wget. It's in ports.
 
  Thanks,  I was thinking mget for some reason.  Been a big help!

 Ok, another question along the same lines.  Is there a way to download a
 music directory that doesn't allow listing?  There's a server that has a
 bunch of MP3s that are streaming via RealPlayer, but I don't want them in
 that format. I know where exactly the directory is, I just want to download
 the files directly.


This raises a question for which I don't know the answer:
  How does one list an http directory that does allow it?

(I'm not very literate web wise)

Malcolm Kay
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Download contents of http directory?

2004-01-10 Thread Chris
On Sunday 11 January 2004 12:23 am, Malcolm Kay wrote:
 On Sun, 11 Jan 2004 16:18, Eric F Crist wrote:
  On Saturday 10 January 2004 05:45 pm, Eric F Crist wrote:
   On Saturday 10 January 2004 04:44 pm, Bernard El-Hagin wrote:
Minnesota Slinky wrote:
 Hello list,

 How can I download the entire contents of a directory
 on a webserver?  I can see them in index mode, but
 it's a list of about 2,000 jpg files for a reunion.
 How can I download everything there to one directory?
   
Use wget. It's in ports.
  
   Thanks,  I was thinking mget for some reason.  Been a big help!
 
  Ok, another question along the same lines.  Is there a way to download a
  music directory that doesn't allow listing?  There's a server that has a
  bunch of MP3s that are streaming via RealPlayer, but I don't want them in
  that format. I know where exactly the directory is, I just want to
  download the files directly.

 This raises a question for which I don't know the answer:
   How does one list an http directory that does allow it?

 (I'm not very literate web wise)

Along with wget, there is also a GUI (KDE) frontend called kwebget 
(/usr/ports/ftp/kwebget) you may wish to look at.

-- 
Best regards,
Chris

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: download freebsd

2003-02-20 Thread Cliff Sarginson
On Thu, Feb 20, 2003 at 10:30:48AM +0100, Dominique Mabileau wrote:
 Hello,
 My screen get frozen every time I click on the link to download FreeBsd
 (French, German, ...).
 I'm using Windows2000/IE6. Can you help me ?
 
You may need to say a little more, are you behind a firewall and/or
proxy ? Did you try one of the other nearby European mirrors ?

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: download freebsd

2003-02-20 Thread kitsune
On Thu, 20 Feb 2003 10:30:48 +0100
Dominique Mabileau [EMAIL PROTECTED] wrote:

 Hello,
 My screen get frozen every time I click on the link to download FreeBsd
 (French, German, ...).
 I'm using Windows2000/IE6. Can you help me ?

Use a ftp client. From my experience of yanking stuff off the web on the college 
machines at OSU I found it to be annoying to use IE for ftp. My main problem tended to 
be it hanging.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: download freebsd

2003-02-20 Thread Jim Mock
On Thursday, February 20, 2003, at 01:30  AM, Dominique Mabileau wrote:

Hello,
My screen get frozen every time I click on the link to download FreeBsd
(French, German, ...).
I'm using Windows2000/IE6. Can you help me ?


http://www.FreeBSD.org/handbook/install.html

- jim

--
jim mock mij@{soupnazi|opendarwin}.org   [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: download freebsd

2003-02-20 Thread Jeff Jirsa
Dominique Mabileau [EMAIL PROTECTED] wrote:

  Hello,
  My screen get frozen every time I click on the link to download FreeBsd
  (French, German, ...).
  I'm using Windows2000/IE6. Can you help me ?


Use the standard windows ftp client. From the command line, just type
'ftp'.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: download freebsd

2003-02-20 Thread Joseph Noonan

On Thu, 20 Feb 2003 at 2:22pm Jeff Jirsa wrote:

 Dominique Mabileau [EMAIL PROTECTED] wrote:

   Hello,
   My screen get frozen every time I click on the link to download FreeBsd
   (French, German, ...).
   I'm using Windows2000/IE6. Can you help me ?


 Use the standard windows ftp client. From the command line, just
 type 'ftp'.

Unless they've changed it very recently, that will not help
because the cmd line ftp from M$ doesn't have passive mode.  In IE
you need to go into Tools -- Internet Options -- Browsing and
check the box that says something like Use Passive mode FTP for
compat with some firewalls.  (Why in Dog's name this is not the
default in 2003 is known only to the wizards of Redmond...)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Download Free BSD

2003-02-11 Thread Bill Moran
Sajeev.A. Anchuthengu wrote:

Sir,
I like to try with FreeBSD, the OS. But how can I
download it from the net. Could you answer me?


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html

Section 2.2 should answer all your questions.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: download port packages

2003-01-23 Thread Kevin Golding
Someone, quite probably Didier Wiroth, once wrote:
Is it possible to download the all the packages of the meta port 
/usr/ports/x11/kde? I tried make fetch, that doesn't work or partially, 
because it only fetches qt!

I would like to download all the packages and their dependencies to burn 
it on a cd, and install it on a PC which is not connected to any network!

# make fetch-recursive

This downloads the distfiles for the port and any listed dependencies.

Kevin
-- 
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



  1   2   >