-
Notifications
You must be signed in to change notification settings - Fork 10
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
Can't get disnix to work on Ubuntu 14.04 LTS #5
Comments
I installed a Ubuntu 14.04 LTS image myself and everything seems to work fine. I suspect this is a problem lies with glib or dbus, or a combination of both, and maybe newer versions have solved it. In my attempt, I installed the very latest versions of the packages and used the latest unstable Nixpkgs version. |
Happens with QEMU NixOS images as well on intial build. Works fine after a reboot. |
This setup helped by get to a position where disnix/dysnomia starts to work on ubuntu. I'm sure some of it isn't required, but it's a start.
|
So I installed things on a Ubuntu 14.04 LTS VM:
And it seems that the call to
sudo /etc/init.d/disnix start
somehow failed (status
returns nothing and gives exit code3
).@svanderburg thinks that the dbus name gets lost somewhere.
With this patch applied (
git diff
):I get the following output:
So at least something seems to work.
I'm not sure where the actual error is located, though.
The text was updated successfully, but these errors were encountered: