Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!cancer.vividnet.com!hunter.premier.net!netaxs.com!tezcat!cam-news-hub1.bbnplanet.com!news.mathworks.com!fu-berlin.de!news.dfn.de!nntp.fh-augsburg.de!inga.augusta.de!rabbit.augusta.de!usenet From: shanee@rabbit.augusta.de (Andreas Kohout) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: ppp and X problems Date: 23 Aug 1996 20:44:25 GMT Organization: Privat Site running FreeBSD Lines: 55 Message-ID: <4vl579$89@rabbit.augusta.de> References: <Pine.GSO.3.93.960819123027.456A-100000@destrier.acsu.buffalo.edu> NNTP-Posting-Host: localhost.augusta.de X-Newsreader: knews 0.9.6 In article <Pine.GSO.3.93.960819123027.456A-100000@destrier.acsu.buffalo.edu>, jgk@acsu.buffalo.edu writes: > During bootup, I get a couple of error messages, that I cannot fix. > > ifconfig_tun0: not found I think you did the same mistake as me some month ago ... in /etc/sysconfig it must look like: [...] ifconfig_tun0="inet 194.97.87.22 netmask 0xffffff80 broadcast 194.97.87.0" [...] this is no command, it is only a variable :-) in /etc/netstart it is read in: [...] # Set up all the network interfaces, calling startup scripts if needed for ifn in ${network_interfaces}; do if [ -e /etc/start_if.${ifn} ]; then . /etc/start_if.${ifn} ${ifn} fi eval ifconfig_args=\$ifconfig_${ifn} ifconfig ${ifn} ${ifconfig_args} ifconfig ${ifn} done [...] > starting routing daemons: routedrouted: router/udp: unknown service > > starting network daemons: portmap syslog: syslog/udp: unknown service > inetd. > > What are the routing daemon errors and the network daemon errors?? maybe you have startet /stand/sysinstall after config? Take a look at your /etc/services: rabbit:/home/shanee> ll /etc/services -rw-r--r-- 1 root bin 60107 Jul 17 00:01 /etc/services or is it very smaller? Donīt know about your X errors ... -- Greeting, Andy running FreeBSD-current ---------------------------------------------------------------------------