Re: Newbie question

2003-06-08 Thread David Banning
On Sat, Jun 07, 2003 at 09:28:06PM -0500, Brent E. Waldrep wrote:
 First thing, I know very little about Free BSD and Unix and Lunix
 
 I have just got a server off Ebay, and would like to install Free BSD on it.
 However, I'm getting stuck on the very first step, The bootable floppy disk.
 
 I have downloaded both mfsroot.flp and kern.flp, svaed them on a machine
 using win95. From there I go into MSDOS and at the c:\windows prompt type in
 fdimage kern.flp a: and is says bad command.

In my opinion, it is a lot easier to install for newbies if you use
the cdroms. You can download and burn copies yourself or buy some.

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


Re: Newbie question

2003-06-07 Thread Lowell Gilbert
Brent E. Waldrep [EMAIL PROTECTED] writes:

 First thing, I know very little about Free BSD and Unix and Lunix
 
 I have just got a server off Ebay, and would like to install Free BSD on it.
 However, I'm getting stuck on the very first step, The bootable floppy disk.
 
 I have downloaded both mfsroot.flp and kern.flp, svaed them on a machine
 using win95. From there I go into MSDOS and at the c:\windows prompt type in
 fdimage kern.flp a: and is says bad command.
 
 What am I missing, and sorry this is such a basic question.

You need to download fdimage as well.
According to the installation directions for FreeBSD 4.8, it can be
found here:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/tools/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie question about apache

2002-07-25 Thread Henrik Hudson

Userland startup scripts (ie: the ones created by the admin) go in:
/usr/local/etc/rc.d

Create a shell script, for this example: apache.sh  and then chmod 755 it.

Note: The files HAVE to be called something.sh and they HAVE to be chmod 755   
otherwise they don't work.

Note: Use the apachectl script to start and stop apache. Just had a thought.. 
I haven't used Apache 2 yet..so don't know if this will work..but I do the 
below for Apache 1.3 ... so it should be something similar

In the file do something like this:
START SCRIPT EXAMPLE

#!/bin/sh
#Script for starting and stapping apache
#Grab our command
mode=$1# start or stop

case $mode in  
  'start')
# Start daemon
/path/to/apachectlscript/apachectl start  
;;  

  'stop')
#Stop daemon
/path/to/apachectlscript/apachectl stop

;;   

  *)

# usage
echo usage: $0 start|stop
exit 1
;;
esac


END SCRIPT EXAMPLE

Hope that helps :)

Henrik

On Thursday 25 July 2002 03:27, Erik Mattsson wrote:
 Hi

 I've just installed the apache2 from /usr/ports/www, and I want this to run
 everytime when I reboot the machine. How do I do it?

 Ive also installed tomcat4.0 and want it to run at boot time as well, BUT
 how do i force it to run as the www user?

 //erik
 -
 Erik Mattsson

 imBridge AB
 Vasaplatsen 8
 SE-411 34 Göteborg

 Phone: +46-31-138310
 Mobile: +46-733-174116
 www.imbridge.com


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

-- 

Henrik Hudson
[EMAIL PROTECTED]

Note:  Beware of Dragons - Thou art crunchy and taste good with ketchup.


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



Re: Newbie question about apache

2002-07-25 Thread Roman Neuhauser

 From: Erik Mattsson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Newbie question about apache
 Date: Thu, 25 Jul 2002 10:27:32 +0200
 
 Hi
 
 I've just installed the apache2 from /usr/ports/www, and I want this
 to run everytime when I reboot the machine. How do I do it?

i don't know about apache2, but daemons installed from ports put
their startup scripts in /usr/local/etc/rc.d/. take a look. 
second guess would be /usr/local/share/examples/.
 
 Ive also installed tomcat4.0 and want it to run at boot time as well,
 BUT how do i force it to run as the www user?

i don't know tomcat, but wouldn't that be similar?

-- 
FreeBSD 4.6-STABLE
10:39AM up 8 days, 20:58, 11 users, load averages: 0.00, 0.00, 0.00

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



Re: Newbie question about apache

2002-07-25 Thread Mike Woods

I've just installed the apache2 from /usr/ports/www, and I want this to run
everytime when I reboot the machine. How do I do it?

It sets itself up to launch at startup automaticly, you shouldnt have to do
a thing.

--
Mike Woods
WoA SE Webmonkey  General Dogsbody
Amiga North Thames Webmaster  Games Co- ordinator
---
World Of Amiga SE - http://www.worldofamiga.com
Amiga North Thames - Http://www.AmigaNorthThames.co.uk
HomePage - Http://www.planetheck.co.uk/~damnation
Micronik Busboards Support - Http://www.microniksupport.n3.net
ICQ uin - 86410172
MSN Addy - [EMAIL PROTECTED]
---

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



Re: Newbie question about apache

2002-07-25 Thread Erik Mattsson

Ah, i noticed why the httpd didnt start after bootup.
It was a bad conf file.

SOrry guys for a completly useless mail

//erik
- Original Message - 
From: Mike Woods [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: FreeBSD Questions [EMAIL PROTECTED]
Sent: Thursday, July 25, 2002 12:31 PM
Subject: Re: Newbie question about apache


 I've just installed the apache2 from /usr/ports/www, and I want this to run
 everytime when I reboot the machine. How do I do it?
 
 It sets itself up to launch at startup automaticly, you shouldnt have to do
 a thing.
 
 --
 Mike Woods
 WoA SE Webmonkey  General Dogsbody
 Amiga North Thames Webmaster  Games Co- ordinator
 ---
 World Of Amiga SE - http://www.worldofamiga.com
 Amiga North Thames - Http://www.AmigaNorthThames.co.uk
 HomePage - Http://www.planetheck.co.uk/~damnation
 Micronik Busboards Support - Http://www.microniksupport.n3.net
 ICQ uin - 86410172
 MSN Addy - [EMAIL PROTECTED]
 ---
 
 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



<    1   2