Can't boot normally - syslog?

2004-12-04 Thread Edward Carmody
Hi,

Running a 5.2.1-Current box.  After we suffered a power outage, and the UPS went
offline, the FBSD shut down ugly.

I get the usual messages scrolling by when I try to boot, but as soon as the
drive gets mounted, I see nothing but zillions of scrolling messages without
newlines:

=
logmsg: pri 166, flags 17, from oberon,g
=

over and over again.  I've let this run like this for an hour, and it shows no
indication of stopping.  :(

I've booted into single-user mode, ran fsck, let it fix some inconsistencies it
found, but when I try to reboot normally, I still get the same logmsgs over and
over again.

Looks like syslog is looping, but I've no idea how to start fixing this.

Any pointers in the right direction would be greatly appreciated.

Ed Carmody


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


trouble with sysinstall

2004-08-14 Thread Edward Carmody
Hi,

When trying to do anything from sysinstall, I get the following error:

Can't find the `5.2.1-RELEASE-p8' distribution on this x
x FTP server.  You may need to visit a
different server forx
x the release you are trying to fetch or go
to the Options x
x menu and to set the release name to
explicitly match what's  x
x available on ftp1.freebsd.org (or set to
any). x
x
x
x Would you like to select another FTP
server?  


Any ideas?


Edward Carmody, CCNP
Systems Engineer
ShoreGroup, Inc.
M: 845-649-7791
F: 646-349-3506
[EMAIL PROTECTED]


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


missing libintl.so.5 ??

2004-06-19 Thread Edward Carmody
Hi,

I've apparently botched a portupgrade (I think?)...when installing Apache2,
I get the following:

=
[EMAIL PROTECTED] /usr/ports/www/apache2] # make install
===   apache-2.0.49_1 depends on file: /usr/local/bin/perl5.6.1 - found
===   apache-2.0.49_1 depends on file: /usr/local/bin/autoconf257 - not
found
===Verifying install for /usr/local/bin/autoconf257 in
/usr/ports/devel/autoconf257
===  Building for autoconf-2.57_1
/libexec/ld-elf.so.1: Shared object libintl.so.5 not found
*** Error code 1

Stop in /usr/ports/devel/autoconf257.
*** Error code 1

Stop in /usr/ports/www/apache2.
=

I've googled, and tried upgrading gettext, I still don't have libintl.so.5
on my system:
=
[EMAIL PROTECTED] /usr/ports/www/apache2] # find / -name libintl*
/usr/local/lib/libintl.so.6
/usr/local/lib/libintl.so
/usr/local/lib/libintl.a
/usr/local/include/libintl.h
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/libintl.gl
ibc
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
ntl.so.6
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
ntl.so
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
ntl.a
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
ntl.lai
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
ntl.la
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/libintl.la
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/libintl.h
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
l.so.6
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
l.so
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
l.a
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
l.lai
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
l.la
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/libintl.la
/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/libintl.h
[EMAIL PROTECTED] /usr/ports/www/apache2] #
=

I've seen the same complaint about libintl.so.5 while trying to install
other ports; I don't know where to go from here.  Any help is greatly
appreciated.


Ed Carmody


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


RE: missing libintl.so.5 ??

2004-06-19 Thread Edward Carmody
I did a portupgrade -ruf gettext, and that fixed it.  Thanks Luke, thanks
List.

-Original Message-
From: Luke Kearney [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 19, 2004 10:05 PM
To: Edward Carmody
Cc: [EMAIL PROTECTED]
Subject: Re: missing libintl.so.5 ??


On Sat, 19 Jun 2004 22:01:55 -0400
Edward Carmody [EMAIL PROTECTED] spake thus:

 Hi,
 
 I've apparently botched a portupgrade (I think?)...when installing
Apache2,
 I get the following:
 
 =
 [EMAIL PROTECTED] /usr/ports/www/apache2] # make install
 ===   apache-2.0.49_1 depends on file: /usr/local/bin/perl5.6.1 - found
 ===   apache-2.0.49_1 depends on file: /usr/local/bin/autoconf257 - not
 found
 ===Verifying install for /usr/local/bin/autoconf257 in
 /usr/ports/devel/autoconf257
 ===  Building for autoconf-2.57_1
 /libexec/ld-elf.so.1: Shared object libintl.so.5 not found
 *** Error code 1
 
 Stop in /usr/ports/devel/autoconf257.
 *** Error code 1
 
 Stop in /usr/ports/www/apache2.
 =
 
 I've googled, and tried upgrading gettext, I still don't have libintl.so.5
 on my system:
 =
 [EMAIL PROTECTED] /usr/ports/www/apache2] # find / -name libintl*
 /usr/local/lib/libintl.so.6
 /usr/local/lib/libintl.so
 /usr/local/lib/libintl.a
 /usr/local/include/libintl.h

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/libintl.gl
 ibc

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
 ntl.so.6

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
 ntl.so

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
 ntl.a

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
 ntl.lai

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi
 ntl.la

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/libintl.la

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/libintl.h

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
 l.so.6

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
 l.so

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
 l.a

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
 l.lai

/usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint
 l.la
 /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/libintl.la
 /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/libintl.h
 [EMAIL PROTECTED] /usr/ports/www/apache2] #
 =
 
 I've seen the same complaint about libintl.so.5 while trying to install
 other ports; I don't know where to go from here.  Any help is greatly
 appreciated.

you'll need to upgrade gettext and recursively at that too. umm 
portupgrade -uR gettext will probably fix your ails.

HTH

LukeK

-- 
Luke Kearney [EMAIL PROTECTED]

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


NTPD hangs on boot

2004-06-04 Thread Edward Carmody
Hi,

Recently did a cvsup and make world procedure, have a couple glitches.

NTP will no longer start by enabling it in rc.conf.  At each boot I see the
starting nptd...and then nothing; the booting process hangs.  I have to
kill nptd via ctrl-c.  Then boot process proceeds normally.  I can manually
start nptd from the command line, and it starts, runs and syncs up normally.

Probably related, after the make world, sendmail also gave me trouble,
complaining that it could find file after configuration file (all of which
existed).  Then it would inform me that Recipient names must be specified
as if I was trying to use sendmail to send a message.  I screwed around with
this for a while, to no avail, then just installed postfix 'cause I missed
my mail server too much.  That fixed the issue with sendmail hanging up the
boot.

Any clues to what I might have done wrong, or neglected to do?  I'm puzzled,
have man'd, googled, and not found much...


/ed

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


test

2004-06-04 Thread Edward Carmody


Edward Carmody, CCNP
Systems Engineer
ShoreGroup, Inc.
M: 845-649-7791
F: 646-349-3506
[EMAIL PROTECTED]


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


ata1-master: FAILURE - SETFEATURES SET TRANSFER MODE no interrupt

2004-06-03 Thread Edward Carmody
Hi,

Running FBSD 5.2.1, recently cvsup'd and built the world...
===
[EMAIL PROTECTED] /root] # uname -a
FreeBSD oberon.hudsonvalleynetworks.com 5.2.1-RELEASE-p8 FreeBSD
5.2.1-RELEASE-p8 #0: Mon May 31 23:49:51 EDT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
[EMAIL PROTECTED] /root] #
===

And seeing:

ata1-master: FAILURE - SETFEATURES SET TRANSFER MODE no interrupt

In my boot messages.  Don't believe that 5.1 did that on this machine.  I've
googled, found others having this problem with LITE-ON CD drives back in
like Jan-March 2004.  

Was there a fix for this that I'm not seeing?

Edward Carmody


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


RE: Problems after CVSUP

2004-05-31 Thread Edward Carmody
I cvsup'd src-all and ports-all.  Can't think of anything else that I might
have done...

Another weird thing I've noticed...the directories for ports no longer have
makefiles, etc, only html README files.


-Original Message-
From: Kent Stewart [mailto:[EMAIL PROTECTED] 
Sent: Saturday, May 29, 2004 1:17 AM
To: [EMAIL PROTECTED]
Cc: Edward Carmody
Subject: Re: Problems after CVSUP

On Friday 28 May 2004 09:41 pm, Edward Carmody wrote:
 Not quite a newbie, but not very good either, apparently. :(  I did a
 cvsup last night, following instructions from the handbook, and hosed
 up my box.

 =
 [EMAIL PROTECTED] /home/ecarmody] $ uname -a
 FreeBSD oberon.hudsonvalleynetworks.com 5.2.1-RELEASE-p7 FreeBSD
 5.2.1-RELEASE-p7 #0: Thu May 27 19:57:55 EDT 2004
 root@:/usr/obj/usr/src/sys/GENERIC  i386
 [EMAIL PROTECTED] /home/ecarmody] $
 =

 I should not be running 5.2.1-RELEASE due to my inexperience, I know,
 but need to in order to support my IDE controller.  I was using the
 box for www, sendmail, tacacs, ntp, syslog, samba, for my home
 network, and just trying to learn UNIX a la FreeBSD.

 My immediate issues are these:
 At boot, ntpd hangs, holding up the rest of the startup process.  If
 I kill it with a ctrl-c, sendmail then does some funky things, and
 also hangs.

 ===
 /var/log/ntp shows:
 [EMAIL PROTECTED] /var/log] # cat ntp.log
 28 May 23:53:37 ntpd[609]: ntpd exiting on signal 15
 28 May 23:56:37 ntpd[409]: ntpd exiting on signal 2
 [EMAIL PROTECTED] /var/log] #

 which I think is from me killing it via ctrl-c
 ===

 So, to workaround temporarily, I commented out ntpd_enable=YES in
 rc.conf. Ntpd obviously doesn't hold up my boot anymore but sendmail
 does.

 ===
 Starting sendmail.
 safefile(etc/mail/services.switch, uid=0, gid=0, flags=6480,
 mode=400): safedirpath(/etc/mail, uid=0, gid=0 flags =6580, level=0,
 offset=0): [dir /etc/mail] OK
   No such file or directory

 Then I get similar lines for /etc/mail/submit.cf,
 etc/mail/relay-domains, The last line is:
 Recipient names must be specified

 I can't seem to find the output I'm seeing in /var/log/messages or
 /var/log/maillog, so I've hand-typed in the bit above.

 /var/log/maillog has lots of:
 May 29 00:00:05 oberon sm-msp-queue[436]: i4S2ug7P087593: to=root,
 ctladdr=root (0/0), delay=1+01:03:23, xdelay=00:00:00, mailer=relay,
 pri=4980184, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection
 refused by [127.0.0.1]

 which also started after my cvsup last night.
 ===


 Not sure what else to provide.  Any direction on how to 'shoot and
 fix this wins a free beer next time you're in NYC.  Thanks...

Running cvsup didn't do all of this. What did you cvsup and what  else 
did you do :)?

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


RE: Problems after CVSUP

2004-05-31 Thread Edward Carmody
Conrad,

Run mergemaster a second time?  Didn't do that...

I've since rebooted this box a couple times...is it too late to run
mergemaster a second time?  Also, is it too late to run the make all install
in /etc/mail?

If it's too late for these, how do I fix the damage I've done?

-Original Message-
From: Conrad Sabatier [mailto:[EMAIL PROTECTED] 
Sent: Saturday, May 29, 2004 2:16 AM
To: Edward Carmody
Cc: [EMAIL PROTECTED]
Subject: Re: Problems after CVSUP


On 29-May-2004 Edward Carmody wrote:
 Not quite a newbie, but not very good either, apparently. :(  I did a
cvsup
 last night, following instructions from the handbook, and hosed up my box.
 
 =
 [EMAIL PROTECTED] /home/ecarmody] $ uname -a
 FreeBSD oberon.hudsonvalleynetworks.com 5.2.1-RELEASE-p7 FreeBSD
 5.2.1-RELEASE-p7 #0: Thu May 27 19:57:55 EDT 2004
 root@:/usr/obj/usr/src/sys/GENERIC  i386
 [EMAIL PROTECTED] /home/ecarmody] $
 =
 
 I should not be running 5.2.1-RELEASE due to my inexperience, I know, but
 need to in order to support my IDE controller.  I was using the box for
www,
 sendmail, tacacs, ntp, syslog, samba, for my home network, and just trying
 to learn UNIX a la FreeBSD.  
 
 My immediate issues are these:
 At boot, ntpd hangs, holding up the rest of the startup process.  If I
kill
 it with a ctrl-c, sendmail then does some funky things, and also hangs.  
 
 ===
 /var/log/ntp shows:
 [EMAIL PROTECTED] /var/log] # cat ntp.log 
 28 May 23:53:37 ntpd[609]: ntpd exiting on signal 15
 28 May 23:56:37 ntpd[409]: ntpd exiting on signal 2
 [EMAIL PROTECTED] /var/log] #
 
 which I think is from me killing it via ctrl-c
 ===
 
 So, to workaround temporarily, I commented out ntpd_enable=YES in
rc.conf.
 Ntpd obviously doesn't hold up my boot anymore but sendmail does.  
 
 ===
 Starting sendmail.
 safefile(etc/mail/services.switch, uid=0, gid=0, flags=6480, mode=400):
 safedirpath(/etc/mail, uid=0, gid=0 flags =6580, level=0, offset=0):
   [dir /etc/mail] OK
   No such file or directory
 
 Then I get similar lines for /etc/mail/submit.cf, etc/mail/relay-domains,
 The last line is:
 Recipient names must be specified
 
 I can't seem to find the output I'm seeing in /var/log/messages or
 /var/log/maillog, so I've hand-typed in the bit above.
 
 /var/log/maillog has lots of:
 May 29 00:00:05 oberon sm-msp-queue[436]: i4S2ug7P087593: to=root,
 ctladdr=root (0/0), delay=1+01:03:23, xdelay=00:00:00, mailer=relay,
 pri=4980184, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection
refused
 by [127.0.0.1]
 
 which also started after my cvsup last night.  
 ===
 
 
 Not sure what else to provide.  Any direction on how to 'shoot and fix
this
 wins a free beer next time you're in NYC.  Thanks...

Did you forget to run mergemaster?

When updating via cvsup, you should *always* do the following:

1) cvsup
2) make buildworld
3) make buildkernel
4) make installkernel
5) reboot in single-user mode
6) run mergemaster -p
7) make installworld
8) run mergemaster

Then, double-check /etc/rc.conf against /etc/defaults/rc.conf to see if
there
are any important changes in startup functionality.  Then, and only then,
should it be safe to reboot.

If you've merged in any changes under /etc/mail, you should also cd
/etc/mail
and make all install before rebooting as well.

HTH

-- 
Conrad Sabatier [EMAIL PROTECTED] - In Unix veritas

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


RE: Problems after CVSUP

2004-05-31 Thread Edward Carmody
Matthew,

So, like this?:

*default host=cvsup2.us.FreeBSD.org  
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default release=cvs tag=RELENG_5_2   
*default delete use-rel-suffix
*default compress
src-all
ports-all tag=.

-Original Message-
From: Matthew Seaman [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 31, 2004 3:22 PM
To: Edward Carmody
Cc: 'Kent Stewart'; [EMAIL PROTECTED]
Subject: Re: Problems after CVSUP

On Mon, May 31, 2004 at 02:46:43PM -0400, Edward Carmody wrote:
 I cvsup'd src-all and ports-all.  Can't think of anything else that I
might
 have done...
 
 Another weird thing I've noticed...the directories for ports no longer
have
 makefiles, etc, only html README files.

Classic error.  You tried to use one of the *system* CVS tags on the
ports tree.  As is now abundantly clear, that does not work.  Check
your supfile -- you need tag=. for the ports collections.  Look at the
example supfiles in /usr/share/examples/cvsup and read the extensive
comments within those files for details.  Or search the archives of
this mailing list for the many, many occasions where this has been
dealt with before.

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

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


Problems after CVSUP

2004-05-28 Thread Edward Carmody
Not quite a newbie, but not very good either, apparently. :(  I did a cvsup
last night, following instructions from the handbook, and hosed up my box.

=
[EMAIL PROTECTED] /home/ecarmody] $ uname -a
FreeBSD oberon.hudsonvalleynetworks.com 5.2.1-RELEASE-p7 FreeBSD
5.2.1-RELEASE-p7 #0: Thu May 27 19:57:55 EDT 2004
root@:/usr/obj/usr/src/sys/GENERIC  i386
[EMAIL PROTECTED] /home/ecarmody] $
=

I should not be running 5.2.1-RELEASE due to my inexperience, I know, but
need to in order to support my IDE controller.  I was using the box for www,
sendmail, tacacs, ntp, syslog, samba, for my home network, and just trying
to learn UNIX a la FreeBSD.  

My immediate issues are these:
At boot, ntpd hangs, holding up the rest of the startup process.  If I kill
it with a ctrl-c, sendmail then does some funky things, and also hangs.  

===
/var/log/ntp shows:
[EMAIL PROTECTED] /var/log] # cat ntp.log 
28 May 23:53:37 ntpd[609]: ntpd exiting on signal 15
28 May 23:56:37 ntpd[409]: ntpd exiting on signal 2
[EMAIL PROTECTED] /var/log] #

which I think is from me killing it via ctrl-c
===

So, to workaround temporarily, I commented out ntpd_enable=YES in rc.conf.
Ntpd obviously doesn't hold up my boot anymore but sendmail does.  

===
Starting sendmail.
safefile(etc/mail/services.switch, uid=0, gid=0, flags=6480, mode=400):
safedirpath(/etc/mail, uid=0, gid=0 flags =6580, level=0, offset=0):
[dir /etc/mail] OK
No such file or directory

Then I get similar lines for /etc/mail/submit.cf, etc/mail/relay-domains,
The last line is:
Recipient names must be specified

I can't seem to find the output I'm seeing in /var/log/messages or
/var/log/maillog, so I've hand-typed in the bit above.

/var/log/maillog has lots of:
May 29 00:00:05 oberon sm-msp-queue[436]: i4S2ug7P087593: to=root,
ctladdr=root (0/0), delay=1+01:03:23, xdelay=00:00:00, mailer=relay,
pri=4980184, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused
by [127.0.0.1]

which also started after my cvsup last night.  
===


Not sure what else to provide.  Any direction on how to 'shoot and fix this
wins a free beer next time you're in NYC.  Thanks...



Edward Carmody, CCNP
Systems Engineer
ShoreGroup, Inc.
M: 845-649-7791
F: 646-349-3506
[EMAIL PROTECTED]


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


First time building new kernel 5.1-RELEASE

2004-02-11 Thread Edward Carmody
Hi,


Trying to build a new kernel, having some
issues...


First, I tried to follow the FreeBSD Handbook,
Section 9.3, Procedure 1. Building a Kernel the
``Traditional'' Way; experienced the following
issue: =
[EMAIL PROTECTED] conf]# pwd /usr/src/sys/i386/conf
[EMAIL PROTECTED] conf]# config OBERON 
config: OBERON:226: devices with zero units are
not likely to be correct [EMAIL PROTECTED] conf]# 
=


So I looked at line 226 of OBERON, and I saw:
=
device  pci
=


As far as I can tell, this line is exactly as it
appears in LINT; has tabs, not spaces, though I
thought whitespace was whitespace here.


I man config, and see that The line numbers
reported in error messages are usually off by
one.  I did not experience this with a previous
mistake, but here are the lines around line 226:
=
device  isa
device  eisa
device  pci
device  fdc0at isa? port IO_FD1 irq 6
drq 2
device  fd0 at fdc0 drive 0
device  fd1 at fdc0 drive 1
=

Again, I don't see what's wrong.


So, I tried Procedure 2. Building a Kernel the
``New'' Way: = #
cd /usr/src # make buildkernel KERNCONF=MYKERNEL #
make installkernel KERNCONF=MYKERNEL
=


This seemed to work, since it didn't report the
weirdness the first method did, but when I
rebooted, dmesg shows:
= Copyright (c)
1992-2003 The FreeBSD Project. Copyright (c) 1979,
1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
1994
The Regents of the University of
California. All rights reserved. FreeBSD
5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003
 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GEN
ERIC
=

This indicates that I'm not running the new
kernel, OBERON, doesn't it?  If I check
/usr/obj/usr/src/sys, I see:
=
[EMAIL PROTECTED] sys]# pwd /usr/obj/usr/src/sys 
[EMAIL PROTECTED] sys]# ls GENERIC OBERON  boot
[EMAIL PROTECTED] sys]# 
=

Obviously I did something wrong; doesn't look like
I configured the machine to boot the new
kernel...but I can't find where the Handbook
addresses dumbasses like me...any help in pointing
me in the right direction is a greatly
appreciated.

Edward Carmody, CCNP
Systems Engineer
ShoreGroup
V: 315.234.4480 x2028
F: 646.349.3506
M: 845.649.7791
[EMAIL PROTECTED]

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


FW: FBSD router/firewall with dhclient dhcpd

2004-02-01 Thread Edward Carmody
Hi, I'm trying to replace my Linksys
router/firewall/nat box with a FreeBSD box...I'm
in the configuring/testing phase before I put it
into production...

My *potential* problem is that my ISP
(Cablevision) re-addresses their DNS servers
often.  My question is: is there a way to
dynamically update the option
domain-name-servers values in dhcpd.conf from the
nameserver values my ISP-facing, dhclient-using
interface is writing into resolv.conf?

Or, more simply, how can my DHCP server hand out
*known-fresh-and-good* ISP dns server addresses
gathered from the wan-facing dhcp client??  The
linksys box I have now does this auto-magically...
;-)

Info the FreeBSD box:

-FreeBSD Oberon 5.1-RELEASE FreeBSD 5.1-RELEASE
#0: Thu Jun  5 02:55:42 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GEN
ERIC  i386

-I have dhclient running correctly on my
to-be-ISP-facing interface (tested using a Cisco
2620 as dhcp server);

-I have dhcpd running correctly on my LAN-facing
interface (currently serving all home LAN
clients);

-I have verified that routed is exchanging RIP
updates with an internal Cisco 2620 (I run
multiple VLANs internally); will have to get VLANs
running on FreeBSD later...

-I think natd is set up correctly, haven't tested
yet;

-I have ipfw running full-open for internal
testing on home LAN.



All help is appreciated...thanks!

Ed C.

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


dhclient: send_packet: Permission denied

2004-02-01 Thread Edward Carmody
I'm seeing the following over and over in
/var/log/messages
Feb  1 13:54:17 Oberon dhclient: send_packet:
Permission denied

Any idea what this is?  Thanks!

Ed C.

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


RE: FBSD router/firewall with dhclient dhcpd (Solved)

2004-02-01 Thread Edward Carmody
From
http://www.thekelleys.org.uk/dnsmasq/doc.html:

Dnsmasq can be configured to automatically pick
up the addresses of it's upstream nameservers from
ppp or dhcp configuration. It will automatically
reload this information if it changes. This
facility will be of particular interest to
maintainers of Linux firewall distributions since
it allows dns configuration to be made automatic.

Bingo, 100%.  Thanks, Luke.  I owe you a beer...

-Original Message-
From: Luke Johannsen [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 01, 2004 3:48 PM
To: Edward Carmody
Cc: [EMAIL PROTECTED]
Subject: Re: FBSD router/firewall with dhclient 
dhcpd



On Feb 1, 2004, at 2:24 PM, Edward Carmody wrote:

 Hi, I'm trying to replace my Linksys
 router/firewall/nat box with a FreeBSD box...I'm
 in the configuring/testing phase before I put it
 into production...

 My *potential* problem is that my ISP
 (Cablevision) re-addresses their DNS servers
 often.  My question is: is there a way to
 dynamically update the option
 domain-name-servers values in dhcpd.conf from
the nameserver values 
 my ISP-facing, dhclient-using interface is
writing into resolv.conf?

 Or, more simply, how can my DHCP server hand out
 *known-fresh-and-good* ISP dns server addresses
 gathered from the wan-facing dhcp client??  The
 linksys box I have now does this
auto-magically...
 ;-)


I don't know if this is a solution that you want
but it works for me. 
Setup DNSMasq on your firewall machine. 
http://www.thekelleys.org.uk/dnsmasq/doc.html or
from the ports 
/usr/ports/dns/dnsmasq. Then just point to your
internal IP on your 
firewall as your nameserver. It's quick and
painless to setup and get 
running and seems to work well for small networks.

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