Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2004 08:00:39 +0800
From:      "Paul Hamilton" <paulh@bdug.org.au>
To:        "Freebsd-Questions" <freebsd-questions@freebsd.org>
Subject:   problems starting mpd
Message-ID:  <006401c4dbef$c9da9a70$b700a8c0@w2k2>

next in thread | raw e-mail | index | archive | help
Hi,
=20
I had mpd running fine, then for some reason it now refuses to start
properly.  I now get this in my mpd.log:-
=20
Dec  7 07:29:36 abc1 mpd: [pptp] ppp node is "mpd68948-pptp"=20
Dec  7 07:29:36 abc1 mpd: [pptp] can't connect iface and inet: File =
exists=20
Dec  7 07:29:36 abc1 mpd: [pptp] netgraph initialization failed=20
Dec  7 07:29:36 abc1 mpd: mpd: no bundles defined=20
Dec  7 07:29:36 abc1 last message repeated 17 times
=20
The key statement I think is:  can't connect iface and inet: File exists =


What file is this refering too?  When I stop mpd, the mpd.pid is =
removed.
=20
Google shows up a Portuguese thread, but running them threw Babelfish =
didn't
show up much. =20
=20
FreeBSD mailing lists didn't show much either
=20
my mpd.conf file:-
------------------------------------------------------
default:
        load pptp1
=20
pptp1:
        new -i ng0 pptp pptp
        set iface disable on-demand
        set iface enable proxy-arp
        set iface idle 1800
        set bundle enable multilink
        set link yes acfcomp protocomp
        set link no pap chap
        set link enable chap
        set link keep-alive 10 60
        set link mtu 1460
        set ipcp yes vjcomp
        set ipcp ranges 192.168.0.10/24 192.168.0.65/24
        set ipcp dns 192.168.1.3
        set ipcp nbns 192.168.1.4
        log -phys -lcp -ccp -console -fsm -radius -ipcp -link -iface
=20
        set bundle enable compression
        set ccp yes mppc
        set ccp yes mpp-e40
        set ccp yes mpp-e128
        set ccp yes mpp-stateless.
------------------------------------------------------
=20
Any ideas?
=20
Cheers,
=20
Paul Hamilton



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006401c4dbef$c9da9a70$b700a8c0>