ztefn / haguichi

Haguichi provides a graphical frontend for Hamachi on Linux.
https://haguichi.net
GNU General Public License v3.0
151 stars 8 forks source link

Haguichi won't let me configure Hamachi #37

Closed 0xN0x closed 3 years ago

0xN0x commented 3 years ago

Hello, when I launch the app, Haguichi asks me to configure Hamachi, however clicking the Configure button does nothing at all, which I think must be because I am using Awesome WM and he must try to execute a command that I don't have. Do you have a solution for that (even if it involves doing the configuration manually via the CLI or a file) ?

Thank you

ztefn commented 3 years ago

Hi, maybe you can see why configuring doesn't work in debug mode if you start Haguichi from CLI using: haguichi --debug

Maybe its unable to gain (super user or root) privileges or using the wrong init system. Because what it will attempt to do (and what you indeed can do manually) is the following:

  1. Stop/kill the hamachi daemon.
  2. Add the line Ipc.User username to the file /var/lib/logmein-hamachi/h2-engine-override.cfg where username is your actual username.
  3. Restart the hamachi daemon.
ztefn commented 3 years ago

@Nundir Have you been able to gather some debug output or other information?

ztefn commented 3 years ago

Closing this issue due to lack of response.