unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* systemd on debian8, a possible solution
@ 2017-03-28 10:27 ng0
  2017-05-12  5:56 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-03-28 10:27 UTC (permalink / raw)
  To: guix-devel

Hi,

could we point out the solution redhat had in this case?

root@sharknado9000:~# systemctl enable guix-daemon
Failed to execute operation: No such file or directory

The output above was when you follow our documentation.
Now redhat has this workaround
https://bugzilla.redhat.com/show_bug.cgi?id=955379#c30 in
https://bugzilla.redhat.com/show_bug.cgi?id=955379

which seems to work for some versions of systemd (including the one
which is currently used in Debian 8 stable):

root@sharknado9000:~# systemctl enable
/root/.guix-profile/lib/systemd/system/guix-daemon.service
Created symlink from
/etc/systemd/system/multi-user.target.wants/guix-daemon.service to
/root/.guix-profile/lib/systemd/system/guix-daemon.service.
root@sharknado9000:~# systemctl status guix-daemon
● guix-daemon.service - Build daemon for GNU Guix
   Loaded: loaded
(/root/.guix-profile/lib/systemd/system/guix-daemon.service; enabled)
   Active: active (running) since Di 2017-03-28 09:56:52 UTC; 24min ago
 Main PID: 5355 (guix-daemon)
   CGroup: /system.slice/guix-daemon.service
           └─5355
/var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon
--build-users-group=guixbuild

Mär 28 09:56:52 sharknado9000 systemd[1]: Starting Build daemon for GNU
Guix...
Mär 28 09:56:52 sharknado9000 systemd[1]: Started Build daemon for GNU
Guix.
Mär 28 09:56:55 sharknado9000 guix-daemon[5355]: accepted connection
from pid 5356, user root (trusted)
Mär 28 10:06:23 sharknado9000 guix-daemon[5355]: accepted connection
from pid 5378, user root (trusted)
Mär 28 10:15:19 sharknado9000 systemd[1]:
[/root/.guix-profile/lib/systemd/system/guix-daemon.service:16] Unknown
lvalue 'TasksMax' in section 'Service'
Mär 28 10:20:50 sharknado9000 systemd[1]:
[/root/.guix-profile/lib/systemd/system/guix-daemon.service:16] Unknown
lvalue 'TasksMax' in section 'Service'

After reboot the service was still there.
As the files in ~root/guix-profile/ are symlinks, I expect that this is
permanent and will still work when the systemd file changes.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: systemd on debian8, a possible solution
  2017-03-28 10:27 systemd on debian8, a possible solution ng0
@ 2017-05-12  5:56 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2017-05-12  5:56 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel


Hi ng0,

> could we point out the solution redhat had in this case?
>
> root@sharknado9000:~# systemctl enable guix-daemon
> Failed to execute operation: No such file or directory

I’m missing context here.  If this is a bug then please report it to
bug-guix@gnu.org.  Otherwise it will get lost amidst unrelated
discussions on guix-devel.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-12  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 10:27 systemd on debian8, a possible solution ng0
2017-05-12  5:56 ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).