Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2002 12:07:10 -0800
From:      rob <rob@pythonemproject.com>
To:        "stable@freebsd.org" <stable@freebsd.org>
Subject:   rc not working all of the time, lpd and ipf problems
Message-ID:  <3C8FB16E.523DF6F1@pythonemproject.com>

next in thread | raw e-mail | index | archive | help
Hi,

I freshly cvsup'd and made world last nite hoping to resolve this, but
it didn't.  Lpd and ipf are not initializing correctly.  Ipf works
sometimes, and lpd is not run at all here is my rc.conf.  Am I doing
something wrong?  I can load ifp -Fa -f ipf.rules by hand, and start lpd
by hand and they both work.

# This file now contains just the overrides from /etc/defaults/rc.conf
# please make all changes to this file.
ipfilter_enable="YES"   
ipfilter_program="/sbin/ipf"
ipfilter_rules="/etc/ipf.rules" 
ipfilter_flags=""               
ipmon_enable="YES"              
ipmon_program="/sbin/ipmon"     
ipmon_flags="-D /var/log/ipflog"
apm_enable="YES"                
apmd_enable="YES"
usbd_enable="YES"
cron_enable="YES"
lpd_enable="YES"
lpd_program="/usr/sbin/lpd"     
lpd_flags="-p"
linux_enable="YES"
moused_type="glidepoint"
moused_enable="YES"
gateway_enable="NO"
check_quotas="NO"
sendmail_enable="YES"
sshd_enable="YES"
inetd_enable="YES"
nisdomainname="NO"
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d"
kern_securelevel_enable="NO"
# -- sysinstall generated deltas -- #
ifconfig_fxp0="DHCP"
hostname="c888746-a.attbi.com"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C8FB16E.523DF6F1>