Re: Where are the 4.7 release sources?

2002-10-23 Thread Tony M.
Have you tried ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ or
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/4.7-RELEASE/  ?


Tony


>>restate what it is I am looking for. I am looking for
>>the ftp site that has the 4.7 release sourses much
>>like
>>
>>ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/
>>
>>has the sources for current. I know this seems like
>>simplistic and newbie in nature type of question, but
>>it is beginning to turn out to be far from it. As of
>>yet neither I nor anyone else has seem to point me
>>into a definitive direction in this matter.
>>
>>Wayne



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



Re: troubles with gateway (Inet->FBSD->W2K)

2002-10-23 Thread Tony M.
Actually, just change the ip addy on your Windows box to 10.1.1.3 or
aything above that.  That should do the trick.  Your IP on the Windows box
has to be higher than the ip on the Router box.
(At least, that's how I read the web page that I'm getting my information from)

Tony


>Is the netmask on your Windows box also configured to 255.0.0.0?
>
>Tony
>
>
>># Net configuration
>>hostname="lizard.home.domain"
>>network_interfaces="lo0 ed0"
>>ifconfig_lo0="inet 127.0.0.1"
>>ifconfig_ed0="inet 10.1.1.2 netmask 255.0.0.0"
>>gateway_enable="YES"
>>
>>kern_securelevel_enable="NO"
>>sendmail_enable="YES"
>>sshd_enable="YES"
>>
>>
>>While loading I see message: IP gateway = YES.
>>
>>Help me pleeease.
>
>
>
>To Unsubscribe: send mail to [EMAIL PROTECTED]
>with "unsubscribe freebsd-questions" in the body of the message




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



Re: troubles with gateway (Inet->FBSD->W2K)

2002-10-23 Thread Tony M.
Is the netmask on your Windows box also configured to 255.0.0.0?

Tony


># Net configuration
>hostname="lizard.home.domain"
>network_interfaces="lo0 ed0"
>ifconfig_lo0="inet 127.0.0.1"
>ifconfig_ed0="inet 10.1.1.2 netmask 255.0.0.0"
>gateway_enable="YES"
>
>kern_securelevel_enable="NO"
>sendmail_enable="YES"
>sshd_enable="YES"
>
>
>While loading I see message: IP gateway = YES.
>
>Help me pleeease.



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



RE: "Super-Server"?

2002-10-23 Thread Tony M.
I did solve this.  I installed with the no-standalone option.  Therefor, I
was forced to start it from the inetd.conf file and not from a script under
the rc.d directory.

Thanks for all the help everyone :)

Tony



>> On Tuesday, 22 October 2002 at 17:42:21 -0700, Tony M. wrote:
>> > Running verion 4.6-release.
>> > I have installed Pure-FTP, but on boot-up it returns the following:
>> >
>> > Tony pure-ftpd: (?@?) (ERROR) Please run pure-ftpd within a
>> super-server (like
>> > tcpserver)
>> >
>> > I thought tcpserver was part of the inetd???
>>
>> I don't know Pure-FTP, but if it wants to be started from a
>> "super-server", try inetd.  /etc/inetd.conf includes an example of how
>> to start a normal ftpd.  If Pure-FTP requires something different, it
>> should be in the documentation somewhere.
>
>Pure-ftpd does not *need* to be started from a super-server.  But I think
>some options require it.
>Check the pure-ftpd docs.



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



"Super-Server"?

2002-10-22 Thread Tony M.
Running verion 4.6-release.
I have installed Pure-FTP, but on boot-up it returns the following:

Tony pure-ftpd: (?@?) (ERROR) Please run pure-ftpd within a super-server (like
tcpserver)

I thought tcpserver was part of the inetd???

Thanks - 

Tony

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



Installing Packages Using Sysinstall?

2002-10-14 Thread Tony M.

Hello again everyone.
I am trying to use the sysinstall utility to add packages.  If I use the main server
(ftp.freebsd.org) then I get a message saying that it can't find the 4.7-RC1
distribution on this server.
When I set the options to "any" and then try it it says it can't find the /INDEX file
on the specified server.  Even when I put in the full path to
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-4.7-rc1/ as a url, it still
can't find it.

What am I doing wrong?

Thanks,

Tony

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



Re: Goofed on installing 2nd hard drive

2002-10-13 Thread Tony M.

This worked like a charm.  Thanks!

Tony


>at the single user mode prompt:
>
>try this:
>
>mount /
>mount /usr
>mount /var
>
>cd /etc
>vi fstab
>  ** make changes **
>:w
>^D

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



Goofed on installing 2nd hard drive

2002-10-13 Thread Tony M.

To start - I am a total newbie to FreeBSD.
I'm using version 4.7

I installed a 2nd hard drive using the sysinstall, as directed by the FreeBSD
Handbook.  I then added a line to the /etc/fstab, again as directed.
I apparently messed up when I added that line.  Now, upon booting, I am told "THE
FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY  /dev/ad1s1e (/mnt)"

After that, I hit enter to load the shell from /bin/sh.  At that point, I don't even
get a log-on prompt.  I can ls the directories and move around to some extent, but I
can't figure out how to edit /etc/fstab to remove the line that I shouldn't have put
in.

Any help would be appreciated.

Thanks,

Tony

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