Re: network no longer auto-starts after mergemaster

2006-07-20 Thread Jim Stapleton

On 7/20/06, Nick Withers <[EMAIL PROTECTED]> wrote:

On Thu, 20 Jul 2006 09:36:42 -0400
"Jim Stapleton" <[EMAIL PROTECTED]> wrote:

> I rebuilt my kernel/world, but now my network no longer auto-starts. I
> can easily start it with "sudo ifconfig fxp0 up", which, while it
> works, is mildly annoying.
>
> Anyone know what file I could have improperly mergemastered to get this 
result?

/etc/rc.d/netif?

What were you rebuilding from / to (e.g., 6.1-RELEASE ->
-CURRENT)?



I'll take a look at that file, thank you.

6.1 -> 6.1 (just a rebuild of the kernel to make it more efficient,
and the OSS tech support suggested it might get their drivers to work
for my sound).

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


Re: network no longer auto-starts after mergemaster

2006-07-20 Thread Nick Withers
On Thu, 20 Jul 2006 09:36:42 -0400
"Jim Stapleton" <[EMAIL PROTECTED]> wrote:

> I rebuilt my kernel/world, but now my network no longer auto-starts. I
> can easily start it with "sudo ifconfig fxp0 up", which, while it
> works, is mildly annoying.
> 
> Anyone know what file I could have improperly mergemastered to get this 
> result?

/etc/rc.d/netif?

What were you rebuilding from / to (e.g., 6.1-RELEASE ->
-CURRENT)?

> My rc.conf file, I'm not sure what else I should put in (such as my
> /var/log/messages; everything as of the last boot?):
> 
> 
> 
> # -- sysinstall generated deltas -- # Fri Jun 16 08:17:49 2006
> # Created: Fri Jun 16 08:17:49 2006
> # Enable network daemons for user convenience.
> # Please make all changes to this file, not to /etc/defaults/rc.conf.
> # This file now contains just the overrides from /etc/defaults/rc.conf.
> 
> hostname="aragorn.ameritech.net"
> ifconfig_fxp0="DHCP"
> 
> 
> ibcs2_enable="YES"
> moused_enable="YES"
> linux_enable="YES"
> sshd_enable="YES"
> svr4_enable="YES"
> usbd_enable="YES"
> apmd_enable="YES"
> 
> 
> 
> 
> Thanks,
> -Jim Stapleton
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"


-- 
Nick Withers
email: [EMAIL PROTECTED]
Web: http://www.nickwithers.com
Mobile: +61 414 397 446
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


network no longer auto-starts after mergemaster

2006-07-20 Thread Jim Stapleton

I rebuilt my kernel/world, but now my network no longer auto-starts. I
can easily start it with "sudo ifconfig fxp0 up", which, while it
works, is mildly annoying.

Anyone know what file I could have improperly mergemastered to get this result?

My rc.conf file, I'm not sure what else I should put in (such as my
/var/log/messages; everything as of the last boot?):



# -- sysinstall generated deltas -- # Fri Jun 16 08:17:49 2006
# Created: Fri Jun 16 08:17:49 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.

hostname="aragorn.ameritech.net"
ifconfig_fxp0="DHCP"


ibcs2_enable="YES"
moused_enable="YES"
linux_enable="YES"
sshd_enable="YES"
svr4_enable="YES"
usbd_enable="YES"
apmd_enable="YES"




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