$ make
[...]
VALAC systemctl_vala.stamp
/bin/sh: -g: command not found
Signed-off-by: Karel Zak
---
Makefile.am | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2ab7995..67057d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -
Heya,
we have distilled a little "official" package description for systemd
based on those from the existing packages of the various
distributions. It would be nice if the various packagers could adopt
this new description for their packages (i.e. debian control files, .spec
files), so that they s
On Tue, 01.06.10 23:57, Steve Herber ([email protected]) wrote:
> When I boot using systemd and all the services configured by
> the gentoo ebuild, the system goes into a failure mode and
> I don't have a good way to capture the systemd[1] log messages
> from the screen. So this is a request for
On Wed, 02.06.10 10:05, Tollef Fog Heen ([email protected]) wrote:
>
> ]] Steve Herber
>
> | I just noticed this change:
> |
> | 8 hours build-sys: move systemd from /sbin to /bin since it should be
> used by normal ...Lennart Poettering 1 -5/+2
> |
> | When would a non-ro
On Wed, Jun 02, 2010 at 12:13:28AM -0700, Steve Herber wrote:
> I just noticed this change:
>
> 8 hours build-sys: move systemd from /sbin to /bin since it should be
> used by normal ...Lennart Poettering 1 -5/+2
>
> When would a non-root user even invoke the systemd execu
]] Steve Herber
| I just noticed this change:
|
| 8 hours build-sys: move systemd from /sbin to /bin since it should be
used by normal ...Lennart Poettering 1 -5/+2
|
| When would a non-root user even invoke the systemd executable?
systemd can be a session manager too
Systemd can also be used as a session manager, which is run as a simple
user.
On 2 June 2010 09:13, Steve Herber wrote:
> I just noticed this change:
>
> 8 hours build-sys: move systemd from /sbin to /bin since it should be used
> by normal ...Lennart Poettering 1 -5/+2
>
> Wh
I just noticed this change:
8 hours build-sys: move systemd from /sbin to /bin since it should be used by
normal ...Lennart Poettering 1 -5/+2
When would a non-root user even invoke the systemd executable?
For testing an expert might run systemd as a non-root user but
then th
I have installed systemd on a gentoo system using the latest
ebuild pulling in the latest git version. (I just got bit
by this change: build-sys: default rootdir to prefix. I think
the gentoo ebuild can be updated. But that is not my problem.)
When I boot using systemd and all the services con