Variable definition can be written on more than one line - if each ends
with a backslash, then is concatenated with a previous one. Only
backslash and unix end of line (\n) are treated as a continuation. And
backslash on the last line of the file is ignored.
Fixes: https://bugs.freedesktop.org/sho
---
man/systemd.exec.xml |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 71472b4..8c23687 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -299,9 +299,11 @@
contain new
Bonjour,
Once upon a time, Fedora 17
# CONFIG_DRM_UDL is not set
CONFIG_FB_UDL=m
multi-seat-x with udlfb.ko(DisplayLink kernel framebuffer driver) worked
like a charm.
Present time, Fedora 18
CONFIG_DRM_UDL=m
# CONFIG_FB_UDL is not set
multi-seat-x with udl.ko is broken.
http://9gag.com/gag/634
2013/1/18 Zbigniew Jędrzejewski-Szmek
> Hi,
> I had a look at the your patches (without actually running them :).
> I started with a few cleanups, I'll post them as replies to this letter.
> Then I had a better look at the logic of USER_UNIT and I have a few
> questions.
>
> Hi
Thanks for having
From: Michal Sekletar
Type X will exclude path itself from clean-up. However, if the path is a
directory systemd-tmpfiles will clean-up its content.
In contrast to type x, where path is ignored completely, type X needs some
Age parameter. In order to determine Age parameter, we will look for con
Hi,
i try to port my distro to x32 abi. compiling systemd-197 fails with
/bin/sh ./libtool --tag=CC --mode=compile
/home/stephan/projects/openelec-next/build.OpenELEC-ARCTIC_MC.x86_64-devel/toolchain/bin/x86_64-openelec-linux-gnux32-gcc
-std=gnu99 -DHAVE_CONFIG_H -I. -include ./config.h
-
Bonne journée,
If brackets can be of any help.
Lennart, have you tested this *new* Fedora's setup, or is this some kind
of zen puzzle?
Once upon a time, Fedora 17
# CONFIG_DRM_UDL is not set
CONFIG_FB_UDL=m
multi-seat-x with udlfb.ko(DisplayLink kernel framebuffer driver) worked
like a charm.
P
On Fri, Jan 18, 2013 at 10:05:10AM +0100, Michal Vyskocil wrote:
> Variable definition can be written on more than one line - if each ends
> with a backslash, then is concatenated with a previous one. Only
> backslash and unix end of line (\n) are treated as a continuation. And
> backslash on the l
please stop spamming the list, we have received the first one
On Fri, Jan 18, 2013 at 4:57 PM, poma wrote:
>
> Bonne journée,
>
> If brackets can be of any help.
> Lennart, have you tested this *new* Fedora's setup, or is this some kind
> of zen puzzle?
>
> Once upon a time, Fedora 17
> # CONFIG_
On 01/18/2013 05:14 PM, Peter Sztanojev wrote:
> please stop spamming the list, we have received the first one
>
I sincerely apologize for all the trouble I've caused.
Cheers,
poma
[…]
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.or
On Fri, Jan 18, 2013 at 10:40:18AM +0100, Mirco Tischler wrote:
> 2013/1/18 Zbigniew Jędrzejewski-Szmek
>
> > Hi,
> > I had a look at the your patches (without actually running them :).
> > I started with a few cleanups, I'll post them as replies to this letter.
> > Then I had a better look at th
On Fri, 2013-01-18 at 16:14 +0100, Stephan Raue wrote:
> src/core/manager.c: In function 'manager_setup_time_change':
> src/core/manager.c:160:14: error: static assertion failed:
> "sizeof(time_t) == sizeof(long)"
> assert_cc(sizeof(time_t) == sizeof(long));
>^
You'll h
Am 18.01.2013 18:14, schrieb Colin Walters:
On Fri, 2013-01-18 at 16:14 +0100, Stephan Raue wrote:
src/core/manager.c: In function 'manager_setup_time_change':
src/core/manager.c:160:14: error: static assertion failed:
"sizeof(time_t) == sizeof(long)"
assert_cc(sizeof(time_t) == size
On Fri, 18.01.13 16:57, poma (pomidorabelis...@gmail.com) wrote:
>
> Bonne journée,
>
> If brackets can be of any help.
> Lennart, have you tested this *new* Fedora's setup, or is this some kind
> of zen puzzle?
>
> Once upon a time, Fedora 17
> # CONFIG_DRM_UDL is not set
> CONFIG_FB_UDL=m
> m
On Fri, 18.01.13 18:22, Stephan Raue (mailingli...@openelec.tv) wrote:
>
> Am 18.01.2013 18:14, schrieb Colin Walters:
> >On Fri, 2013-01-18 at 16:14 +0100, Stephan Raue wrote:
> >
> >>src/core/manager.c: In function 'manager_setup_time_change':
> >>src/core/manager.c:160:14: error: static assert
On Thu, 17.01.13 19:28, Lukas Nykryn (lnyk...@redhat.com) wrote:
> systemctl list-dependencies lists all unit's dependecies and
> recursively expands all subsidiary target units into a tree.
>
> Primary purpose for this command is to show all units which are
> enabled in specified target.
BTW: T
---
tmpfiles.d/systemd.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index f3928d6..ee86f2e 100644
--- a/tmpfiles.d/systemd.conf
+++ b/tmpfiles.d/systemd.conf
@@ -21,4 +21,4 @@ d /run/systemd/sessions 0755 root root -
d
On Fri, Jan 18, 2013 at 09:33:59PM +0100, Michał Bartoszkiewicz wrote:
> ---
> tmpfiles.d/systemd.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
> index f3928d6..ee86f2e 100644
> --- a/tmpfiles.d/systemd.conf
> +++ b
On Fri, Jan 18, 2013 at 07:34:29PM +0100, Lennart Poettering wrote:
> On Fri, 18.01.13 18:22, Stephan Raue (mailingli...@openelec.tv) wrote:
>
> >
> > Am 18.01.2013 18:14, schrieb Colin Walters:
> > >On Fri, 2013-01-18 at 16:14 +0100, Stephan Raue wrote:
> > >
> > >>src/core/manager.c: In functio
On Fri, 18.01.13 15:54, Dave Reisner (d...@falconindy.com) wrote:
> On Fri, Jan 18, 2013 at 09:33:59PM +0100, Michał Bartoszkiewicz wrote:
> > ---
> > tmpfiles.d/systemd.conf | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/syste
On Fri, 18.01.13 21:33, Michał Bartoszkiewicz (mbartoszkiew...@gmail.com) wrote:
Thanks! Applied!
> ---
> tmpfiles.d/systemd.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
> index f3928d6..ee86f2e 100644
> --- a/tm
El 18/01/13 15:34, Lennart Poettering escribió:
#ifdef MACRO_TO_CHECK
In this case #if defined __x86_64__ && defined __ILP32__
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-d
On 01/18/2013 07:23 PM, Lennart Poettering wrote:
> On Fri, 18.01.13 16:57, poma (pomidorabelis...@gmail.com) wrote:
>
>>
>> Bonne journée,
>>
>> If brackets can be of any help.
>> Lennart, have you tested this *new* Fedora's setup, or is this some kind
>> of zen puzzle?
>>
>> Once upon a time, Fe
Is there any way to create something like an "instantiated socket"?
As background, I'm setting up inetd-style activation for Xvnc. I've
created the following two files:
xvnc.socket:
[Unit]
Description=Socket for VNC remote display :10
[Socket]
ListenStream=5910
Accept=tru
24 matches
Mail list logo