Change to different SCSI interface causes boot failure

2005-03-05 Thread Danny Horne
Hi all,

I'm trying to replace the motherboard in my FreeBSD 4.11-RELEASE
server for a different one.  The old board has on-board Adaptec
AIC-7896N SCSI, the new one has on-board Symbios Ultra3 SCSI, on
bootup I get the following error -

Mounting root from ufs:/dev/da0s0a
setrootbyname failed
ffs_mountroot: can't find rootvp
Rootmount failed:6

Is there any way I can boot the drive on this new interface?

I've searched the archives  found a similar problem in which the
solution was to use dump to create a backup  do a fresh install of
FreeBSD on the new system before restoring the backup.  If I have to
take this route I might as well upgrade to 5.3, but I understand this
uses a different filesystem to 4.11, so would this give problems with
a restore from a 4.11 dump?

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


Re: soft updates enabled?

2003-09-19 Thread Danny Horne
On Sat, 20 Sep 2003 02:26:22 +0400
Sergei Vyshenski [EMAIL PROTECTED] wrote:

 Is there a way to find out 
 which filesystems actually use soft updates?
 
 I am asking because after 
 
 tunefs -n enable /usr
 reboot
 
 in single-user mode there is no sign of soft updates
 in the output of mount.
 
tunefs -p /usr should tell you
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RC.conf

2003-09-17 Thread Danny Horne
- Original Message - 
From: Josh Paetzel [EMAIL PROTECTED]
To: Shawn Guillemette [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 11:09 PM
Subject: Re: RC.conf


 On Wed, Sep 17, 2003 at 06:00:36PM -0700, Shawn Guillemette wrote:
  I'm looking for an example of /etc/rc.conf that's from a machine that is
running nat.. I had this running at one time a nd now need to reinstall and
want to rebuild,., I just cant remember what I added to rc.conf
 

 gateway_enable=YES
 natd_enable=YES
 natd_interface=rl0
 natd_flags=-f /etc/natd.conf
 firewall_enable=YES
 firewall_script=/etc/firewall/fwrules

That's assuming he wants natd, this for ipnat

ipnat_enable=YES  # Set to YES for ipnat; needs ipfilter, too!
ipnat_program=/sbin/ipnat -CF -f # program and how to specify rules file
ipnat_rules=/etc/ipnat.rules  # rules definition file for ipnat
ipnat_flags=  # additional flags for ipnat



---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 16/09/2003
Tested on: 17/09/2003 23:18:29
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com



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


Re: HELP! Sendmail 8.12.9 problems up the wazzoo on FreeBSD4.3....

2003-08-21 Thread Danny Horne
Steve Camp was once thought to have said:


 Hi,

 I am sending / posting this message to

   FreeBSD questions mailing list
   comp.mail.sendmail newsgroup
   sendmail mailing list
   possibly other comp.unix.bsd.* newsgroups

 I am quite stumped.  Any and all help is welcomed.  I will be working on this
 problem all day.  Please feel free to contact me directly at '[EMAIL PROTECTED]'
 if you'd like to help me figure this puzzle out.

Did you create the smmsp user / group as part of the upgrade?  Required from
8.12.0 -

8.12.0/8.12.0   2001/09/08
*NOTICE*: The default installation of sendmail does not use
set-user-ID root anymore.  You need to create a new user and
a new group before installing sendmail (both called smmsp by
default).  The installation process tries to install
/etc/mail/submit.cf and creates /var/spool/clientmqueue by
default.  Please see sendmail/SECURITY for details.

--
To do is to be  -- Nietzsche
To be is to do  -- Sartre
Scooby do be do -- Scooby



This message was sent using IMP, the Internet Messaging Program.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HELP! Sendmail 8.12.9 problems up the wazzoo on FreeBSD4.3....

2003-08-21 Thread Danny Horne
Steve Camp was once thought to have said:

 Hi Danny,

 Thanks for the reply.  I believe I did.  To your knowledge, should the
 following work:

 city.example.com# grep smmsp /etc/passwd
 smmsp:*:25:25:Sendmail Queue:/nonexistent:/nonexistent

 city.example.com# grep smmsp /etc/group
 smmsp:*:25:

 Or will the /nonexistent home directory and /nonexistent bogus shell entry
 cause problems?

I'm afraid my knowledge doesn't extend that far, sorry

--
To do is to be  -- Nietzsche
To be is to do  -- Sartre
Scooby do be do -- Scooby



This message was sent using IMP, the Internet Messaging Program.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Starting DHCPD

2003-01-24 Thread Danny Horne
Hi all,

I'm making changes to my network which will require using my own DHCP server.
 It's all set up  ready to go, but I can't find any way of getting it to
start on boot up.

There's nothing that I can find in /etc/defaults/rc.conf or /etc/rc.conf, 
no startup scripts in /usr/local/etc/rc.d

I've used this DHCP server before (have recently been using a different one
on the network) so I know it can work, but just can't find any way of
starting it automatically.

Thanks for all replies




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



RE: Starting DHCPD

2003-01-24 Thread Danny Horne
 Danny:

 Create a script (/usr/local/etc/rc.d/dhcpd.sh something like this:

Thanks Barry,

I wonder though, if this is the default way of starting it, where did my
original script go 8-(



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



Re: update

2003-01-01 Thread Danny Horne
 Hi.. when 5.0 is out, should i update?
 or wait for 4.8 ?

You might want to read
http://www.freebsd.org/releases/5.0R/DP2/early-adopter.html
and then decide



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



Re: (OT) non-keyboard ascii characters

2002-12-31 Thread Danny Horne
 I find holding down 'Alt'  typing in the number of the character works
 for me (though I don't use Pine or Mutt).



 Didn't wok for me in pine or nedit, although this may be charset
 dependent. Which apps does this work for you in? xterm?

I don't use any Unix / Linux MUA's, it works for me in Squirrelmail (webmail
app)  Outlook Express.

Just tried it in the Joe text editor  it works fine on standard ASCII
characters, but produces unpredictable results trying to use extended ones.



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



RE: Squirrel Mail on freebsd

2002-12-30 Thread Danny Horne
 hello,
 Anyone know of any bugs when running (or trying to run) squirrelmail off a freebsd
 box? Coz I have been trying to do this for a while now with appaling results
 timeouts, php related errors like maximum execution time exceeded, very slow 
response,
 and it seems that it cannot handle loads like lots of mail in the mailbox etc.

 If someone has used squirrelmail successfully on freebsd, I'd please like to know 
what
 configuration you are using, eg what imap server, what mail formats etc, Thanx in
 advance.

I've been using Squirrelmail 1.2.9 on my system for about a week now.  It was built 
from
ports  apart from a few teething troubles, parltly caused by my lack of knowledge I'm
having a great time with it.  My system comprises -

Sendmail 8.12.6 (built from source)
IMAP-UW 2002a (built from source)
Apache13-modssl 1.3.27 (built from ports)
PHP 4.2.3 (built from ports)

Don't know too much about mail formats, I just created a 'mail' dir in my home 
directory
 altered IMAP-UW to use that before compiling (instructions on IMAP-UW site I think).

For the slow response with many mails, you might try -
cd /usr/local/squirrelmail
./configure
Select option 4 'General Options'
Set options 11  12 to 'true'

Hope this helps a bit



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



Re: FreeBSD Terminal Server?

2002-12-23 Thread Danny Horne
 # [EMAIL PROTECTED] / 2002-12-23 15:49:59 +0100:
 On Mon, 23 Dec 2002, Kevin Greenidge wrote:

  I am going to setup a Terminal Server and was
  wondering if there are any projects like
  http://ltsp.org i would rather use freebsd than linux
  if possible. Any suggestions are appriciated.
 

 the link gives me a DNS error so i can't see what you want to build.

 roman@freepuppy ~ 1001:0  dnsqr a ltsp.org
 1 ltsp.org:
 42 bytes, 1+1+0+0 records, response, noerror
 query: 1 ltsp.org
 answer: ltsp.org 84600 A 216.136.171.201

You might like to try www.ltsp.org



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



OT - Compiling IMAP-UW to allow plain text passwords

2002-12-21 Thread Danny Horne
Hi all,

I've been trying to install IMAP-UW from ports but can't get it to allow
plain text passwords.  Any clues?

Thanks


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



Keeping PHP4 in sync

2002-07-23 Thread Danny Horne

Hi all,

Yesterday I upgraded mod_php4 to mod_php4-4.2.2, but pkg_info shows the
package php4-4.0.6_1 as being installed.  Looking at the makefile it seems
to rely on everything from mod_php4, so -

Should I upgrade it?
Do I need it (php4-4.0.6_1)?
Am I safe?

Thanks for all replies

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.377 / Virus Database: 211 - Release Date: 15/07/2002


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