Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubunutu 18.04 Appears to break this! #30

Closed
Darksaint08 opened this issue Oct 24, 2018 · 2 comments
Closed

Ubunutu 18.04 Appears to break this! #30

Darksaint08 opened this issue Oct 24, 2018 · 2 comments

Comments

@Darksaint08
Copy link

After upgrading to 18.04 from 17.04 I get this message when trying to start the service:

Starting the LogiGSK service...
Cannot find any VM in Java Home /usr/lib/jvm/default-java
The LogiGSK service has started

I also tried to build the deb again and this line appears to break the build as it now returns nothing:

USER=`who | grep ':0' | grep -o '^\w*' | head -n1`

when this runs the USER variable remains empty which causes the package build to fail.

@andrakis
Copy link

I ran into this issue myself, and found a workaround in #28 . Seems to affect the current 18.x release of all Ubuntu and derivatives.

Note that it appears to be an issue with the jsvc program, not LogiGSK itself. It's just that LogiGSK uses jsvc as a standard way to launch daemon programs in java. This likely affects all programs that use jsvc to provide daemon management.

@Darksaint08
Copy link
Author

Fantastic work! Thanks! I will make a separate issue about the package builder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants