TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [TCLUG:8132] PPTP errors



> > > warn[open_unixsock:pptp_callmgr.c:308]: Call manager for
> > > 129.235.120.12 is already running.
> > > fatal[callmgr_main:pptp_callmgr.c:124]: Could not open unix
> > > socket for 129.235.120.12
> > > fatal[launch_callmgr:pptp.c:213]: Call manager exited 
> with error 256
> > >
> > > Anyone know what this means and how to fix it?
> >
> Already tried all of that, even a reboot.  The program is 
> trying to setup a
> pptp connection to our pptp server at work.
> >
> 

There should be a socket type file /var/run/pptp/129.235.120.12 that
pptp_callmgr uses.  If this file exists, pptp_callmgr.c assumes that the
Call Manager is already running and returns.

Don't know why that file was left there, but my guess is that removing it
should solve this problem.

Good Luck.

-Unni