Deki

De dieudo.fr
Aller à la navigation Aller à la recherche

Install

Bug after upgrading from Ubuntu 8.10 to 9.04

$ sudo /etc/init.d/dekiwiki start
Starting MindTouch Deki API: mindtouch.host.exe.

$ Unhandled Exception: System.Net.Sockets.SocketException: Address already in use
  at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] 
  at System.Net.EndPointListener..ctor (System.Net.IPAddress addr, Int32 port, Boolean secure) [0x00000] 
  at System.Net.EndPointManager.GetEPListener (System.Net.IPAddress addr, Int32 port, System.Net.HttpListener listener, Boolean secure) [0x00000] 
  at System.Net.EndPointManager.AddPrefixInternal (System.String p, System.Net.HttpListener listener) [0x00000] 
  at System.Net.EndPointManager.AddListener (System.Net.HttpListener listener) [0x00000] 

Sur indication de : CRB

dieudo3@MacMini:~$ update-rc.d -f dekiwiki remove
 Removing any system startup links for /etc/init.d/dekiwiki ...
   /etc/rc0.d/K20dekiwiki
update-rc.d: unlink: Permission non accordée
dieudo3@MacMini:~$ sudo update-rc.d -f dekiwiki remove
[sudo] password for dieudo3: 
 Removing any system startup links for /etc/init.d/dekiwiki ...
   /etc/rc0.d/K20dekiwiki
   /etc/rc1.d/K20dekiwiki
   /etc/rc2.d/S20dekiwiki
   /etc/rc3.d/S20dekiwiki
   /etc/rc4.d/S20dekiwiki
   /etc/rc5.d/S20dekiwiki
   /etc/rc6.d/K20dekiwiki
dieudo3@MacMini:~$ sudo update-rc.d dekiwiki start 92 2 .
 Adding system startup for /etc/init.d/dekiwiki ...
   /etc/rc2.d/S92dekiwiki -> ../init.d/dekiwiki
dieudo3@MacMini:~$