[afnog] mergemaster mess

Mike Barnard mike.barnardq at gmail.com
Thu Feb 23 19:58:43 EAT 2006


ok, now this is interesting. i moved my rc.conf file to another location and
recopied the /etc/defauls/rc.conf file to /etc/rc.conf and the problem
disappeared. would really like to know why!!


On 2/23/06, Mike Barnard <mike.barnardq at gmail.com> wrote:
>
> sorry i took too long to reply to this. ........i redid the whole process
> once again and this is the error i now get
>
> path: not found
> path: not found
> path: not found
> devd already running? (pid=286).
> path: not found
> path: not found
> ipmon already running? (pid=185).
> path: not found
> Enabling ipfilter.
> ioctl(SIOCIPFL6): Invalid argument
> path: not found
> Installing NAT rules.
> 0 entries flushed from NAT table
> 0 entries flushed from NAT list
> path: not found
> path: not found
> path: not found
> rl0: flags=8843<UP,BROADCAST
> ,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>         options=8<VLAN_MTU>
>         inet 81.199.88.91 netmask 0xffffffe0 broadcast 81.199.88.95
>         ether 00:50:bf:20:f8:5a
>         media: Ethernet autoselect (100baseTX <full-duplex>)
>         status: active
> vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>         inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
>         ether 00:13:8f:0d:a3:10
>         media: Ethernet autoselect (none)
>         status: no carrier
> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
>         inet 127.0.0.1 netmask 0xff000000
> path: not found
> filter sync'd
> path: not found
> path: not found
> path: not found
> path: not found
> path: not found
> path: not found
> path: not found
> path: not found
> add net default: gateway 81.199.88.65
> Additional routing options: ignore ICMP redirect=YES log ICMP redirect=YES
> IP gateway=YES drop SYN+FIN packets=YES.
> path: not found
> path: not found
> path: not found
> path: not found
> path: not found
>
>
> this is my dump for /etc/tc.conf
>
> ipfilter_enable="YES"           # Set to YES to enable ipfilter
> functionality
> ipfilter_program="/sbin/ipf"    # where the ipfilter program lives
> ipfilter_rules="/etc/ipf.rules" # rules definition file for ipfilter, see
> ipfilter_flags=""               # additional flags for ipfilter
>
> ipnat_enable="YES"              # Set to YES to enable ipnat functionality
> ipnat_program="/sbin/ipnat"     # where the ipnat program lives
> ipnat_rules="/etc/ipnat.rules"  # rules definition file for ipnat
> ipnat_flags=""                  # additional flags for ipnat
>
> ipmon_enable="YES"              # Set to YES for ipmon; needs ipfilter or
> ipnat
> ipmon_program="/sbin/ipmon"     # where the ipfilter monitor program lives
> ipmon_flags="-Dsn"              # typically "-Ds" or "-D /var/log/ipflog"
>
> ipfs_enable="YES"               # Set to YES to enable saving and
> restoring
> ipfs_program="/sbin/ipfs"       # where the ipfs program lives
> ipfs_flags=""                   # additional flags for ipfs
>
> tcp_extensions="YES"            # Set to NO to turn off RFC1323
> extensions.
> log_in_vain="1"                 # >=1 to log connects to ports w/o
> listeners.
> tcp_keepalive="YES"             # Enable stale TCP connection timeout (or
> NO).
>
> # For the following option you need to have TCP_DROP_SYNFIN set in your
> # kernel.  Please refer to LINT and NOTES for details.
> tcp_drop_synfin="YES"           # Set to YES to drop TCP packets with
> SYN+FIN
>
> icmp_drop_redirect="YES"        # Set to YES to ignore ICMP REDIRECT
> packets
> icmp_log_redirect="YES"         # Set to YES to log ICMP REDIRECT packets
>
> ifconfig_rl0="inet 81.199.88.91 netmask 255.255.255.224"
> ifconfig_vr0="inet 192.168.0.1 netmask 255.255.255.0"
>
> ### Network daemon (miscellaneous) ###
> syslogd_enable="YES"            # Run syslog daemon (or NO).
> syslogd_program="/usr/sbin/syslogd" # path to syslogd, if you want a
> different one.
> syslogd_flags="-s"              # Flags to syslogd (if enabled).
> #syslogd_flags="-ss"            # Syslogd flags to not bind an inet socket
> sshd_enable="YES"               # Enable sshd
> sshd_program="/usr/local/sbin/sshd"# path to sshd, if you want a different
> one.
> sshd_flags=""                   # Additional flags for sshd.
>
> ### Network routing options: ###
> defaultrouter="81.199.88.65"            # Set to default gateway (or NO).
> gateway_enable="YES"            # Set to YES if this host will be a
> gateway.
>
>
> ### Miscellaneous network options: ###
> icmp_bmcastecho="NO"    # respond to broadcast ping packets
>
>
>
> ##############################################################
> ###  Mail Transfer Agent (MTA) options  ######################
> ##############################################################
>
> sendmail_enable="NONE"  # Run the sendmail inbound daemon (YES/NO).
> sendmail_flags="" # Flags to sendmail (as a server)
> sendmail_submit_enable="NO"     # Start a localhost-only MTA for mail
> submission
> sendmail_submit_flags=""
> sendmail_outbound_enable="NO"   # Dequeue stuck mail (YES/NO).
> sendmail_outbound_flags="" # Flags to sendmail (outbound only)
> sendmail_msp_queue_enable="NO"  # Dequeue stuck clientmqueue mail
> (YES/NO).
> sendmail_msp_queue_flags=""
>
> # We want to have exim doing our mail stuff
> exim_enable = "YES"
>
> ##############################################################
> ###  Miscellaneous administrative options  ###################
> ##############################################################
>
> cron_enable="YES"       # Run the periodic job daemon.
> cron_program="/usr/sbin/cron"   # Which cron executable to run (if
> enabled).
> cron_dst="YES"          # Handle DST transitions intelligently (YES/NO)
> cron_flags=""           # Which options to pass to the cron daemon.
> clear_tmp_enable="YES"  # Clear /tmp at startup.
> kern_securelevel_enable="YES"    # kernel security level (see init(8)),
> kern_securelevel="1"   # range: -1..3 ; `-1' is the most insecure
> dmesg_enable="YES"      # Save dmesg(8) to /var/run/dmesg.boot
>
>
> my /etc/defaults/rc.conf is the default one for FreeBSD 5.4, there are no
> changed made to it. i usually copy over the default rc.conf file and
> remove what i do not need and add what i need.
>
>
> On 2/16/06, Patrick Okui <pokui at psg.com> wrote:
> >
> > On Thursday 16 February 2006 09:54, Mike Barnard wrote:
> > > this is what is puzzling me, what i have in my rc.conf file is very
> > > different from what is being reported. actually all that is being
> > dumped on
> > > screen does not exist in my rc.conf file. and my rc.conf file does not
> > get
> > > loaded at all.
> >
> > It would help if you attached your /etc/rc.conf and
> > /etc/defaults/rc.conf.
> > Otherwise we're all shooting in the dark.
> > --
> > patrick
> >
>
>
>
> --
> ---------------------------------------------------------------------
> You can either enjoy the benefits of your FAITH or suffer the consequences
> of your DOUBT
>
> ------------------------------------------------------------
>



--
---------------------------------------------------------------------
You can either enjoy the benefits of your FAITH or suffer the consequences
of your DOUBT

------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserv2.cfi.co.ug/pipermail/afnog/attachments/20060223/1f953fae/attachment-0001.html


More information about the afnog mailing list