As far as I know, systemd still officially retains compatibility with
initscripts. Unfortunately, session management now at least partially
broke it.
Any initscript that is using "su -" would create logind session; this
session will persist until processes started by initscript are runing.
On shu
On Thu, Dec 18, 2014 at 7:00 AM, Spencer Baugh wrote:
> When printing the status of a unit, open a connection to the session bus
> and query PackageKit for the package that the unit file belongs
> to. Print it if PackageKit knows.
Searching packages database may be quite time consuming. At least
On 12/18/2014 04:00 AM, Spencer Baugh wrote:
When printing the status of a unit, open a connection to the session bus
and query PackageKit for the package that the unit file belongs
to. Print it if PackageKit knows.
There are gazillion package manager in the wild and this will
significantly d
there's more — synapse actually can create that .desktop file for you, just
tick "start automatically" checkbox in program preferences
On Thu, Dec 18, 2014 at 7:14 AM, jenia.ivlev wrote:
>
> That's really nice information. Thanks a lot Mantas.
>
> ___
>
Hi,
You could maybe think of adding some "Package=" ou "SourcePackage="
attribute in units to let users
known where this unit came from.
This would work like "SourcePath=" does for generated units.
Alexandre Detiste
2014-12-18 10:08 GMT+01:00 "Jóhann B. Guðmundsson" :
>
> On 12/18/2014 04:00 AM
On 12/18/2014 09:24 AM, Alexandre Detiste wrote:
Hi,
You could maybe think of adding some "Package=" ou "SourcePackage="
attribute in units to let users
known where this unit came from.
This would work like "SourcePath=" does for generated units.
No this is not very smart to do in general fr
Hi Johann,
Also, note that VlanId is optional. It makes more sense for switch ports.
Regarding my “em1” (Ethernet management) interface, probably I should have send
an example without VLANId.
And “BridgeFDB”s are in the .network following the logic of routes.
To be clear look at the outputs bel
On Wed, Dec 17, 2014 at 08:04:38PM +0100, Lennart Poettering wrote:
> > This is important details, because if you use epoll file descriptor
> > in another epoll then you're correctly notified on the top-level epoll,
> > but you lost information about which underneath file descriptor is active
>
On 18/12/14 08:05, Andrei Borzenkov wrote:
> Any initscript that is using "su -" would [cause badness]
Don't do that then? Init scripts are fairly clearly not login sessions.
Which init scripts do that?
In Debian, our init scripts would typically use "start-stop-daemon
--chuid whateveruser --sta
Simon McVittie writes:
> On 18/12/14 08:05, Andrei Borzenkov wrote:
>> Any initscript that is using "su -" would [cause badness]
>
> Don't do that then? Init scripts are fairly clearly not login sessions.
> Which init scripts do that?
More to the point, why would an initscript do that, since it's
On 18/12/14 14:10, Dale R. Worley wrote:
> Simon McVittie writes:
>> On 18/12/14 08:05, Andrei Borzenkov wrote:
>>> Any initscript that is using "su -" would [cause badness]
>>
>> Don't do that then? Init scripts are fairly clearly not login sessions.
>> Which init scripts do that?
>
> More to th
Am 18.12.2014 um 15:10 schrieb Dale R. Worley:
Simon McVittie writes:
On 18/12/14 08:05, Andrei Borzenkov wrote:
Any initscript that is using "su -" would [cause badness]
Don't do that then? Init scripts are fairly clearly not login sessions.
Which init scripts do that?
More to the point,
Hi all,
When the system is configured to read the RTC time in the local time zone,
some timestamps recorded by systemd are wrong.
This bug can be demonstrated as the following:
(RTC is in UTC+08:00)
$ last
hch tty1 Wed Nov 19 15:39 still logged in
reboot system
2014-12-18 13:19 GMT+01:00 Simon McVittie :
> On 18/12/14 08:05, Andrei Borzenkov wrote:
>> Any initscript that is using "su -" would [cause badness]
>
> Don't do that then? Init scripts are fairly clearly not login sessions.
> Which init scripts do that?
>
> In Debian, our init scripts would typic
Hi Alin,
Looks good. I changed the title a bit (addedd "networkd:") and dropped
the signed off by, as we don't use that, and pushed it.
Thanks for your work!
Cheers,
Tom
On Wed, Dec 17, 2014 at 4:35 PM, Alin Rauta wrote:
> Signed-off-by: Alin Rauta
> ---
> Makefile.am
Thanks Tom.
Much appreciated,
Alin
-Original Message-
From: Tom Gundersen [mailto:t...@jklm.no]
Sent: Thursday, December 18, 2014 2:46 PM
To: Rauta, Alin
Cc: systemd Mailing List; Lennart Poettering; Kinsella, Ray
Subject: Re: [PATCH v3] Add FDB support
Hi Alin,
Looks good. I changed t
Hi guys,
As a follow-up from splitting sd-hwdb out from libudev, I have just
pushed a patch splitting out the management of the hwdb from udevadm
into its own tool (systemd-hwdb).
The functionality is unchanged, and the fact that the hwdb is very
much Linux- and udev-centric, rather than a generi
Hey,
I'm sending a patch for udev to export ID_INPUT_[WIDTH|HEIGHT]_MM
properties for tablets and touchscreens. Even if it's scarcely useful info,
IMO it fills a small gap with an eye on Wayland/X11-less sessions.
As some background, I've been hacking on making GNOME input device
configuration on
This rule is only run on tablet/touchscreen devices, and extracts their size
in millimeters, as it can be found out through their struct input_absinfo.
Conceivably, that information can be changed through EVIOCSABS anywhere
else, but we're only interested in values prior to any calibration, this
r
Hi Carlos,
I think David was working on some similar problems recently, so maybe
he has some comments on the overall approach?
Comment on the implementation: If you are going to add this tool to
the systemd codebase, it would be better to do it as a bulit-in
(calling out to binaries should only b
Le jeudi 18 décembre 2014 à 12:19 +, Simon McVittie a écrit :
> On 18/12/14 08:05, Andrei Borzenkov wrote:
> > Any initscript that is using "su -" would [cause badness]
>
> Don't do that then? Init scripts are fairly clearly not login sessions.
> Which init scripts do that?
Unfortunately, we
Hi
On Thu, Dec 18, 2014 at 3:58 PM, Carlos Garnacho wrote:
> This rule is only run on tablet/touchscreen devices, and extracts their size
> in millimeters, as it can be found out through their struct input_absinfo.
>
> Conceivably, that information can be changed through EVIOCSABS anywhere
> else
Hi
On Thu, Dec 18, 2014 at 4:15 PM, David Herrmann wrote:
> Hi
>
> On Thu, Dec 18, 2014 at 3:58 PM, Carlos Garnacho wrote:
>> This rule is only run on tablet/touchscreen devices, and extracts their size
>> in millimeters, as it can be found out through their struct input_absinfo.
>>
>> Conceivab
Quoting Jóhann B. Guðmundsson (2014-12-18 04:08:32)
>
> On 12/18/2014 04:00 AM, Spencer Baugh wrote:
> > When printing the status of a unit, open a connection to the session bus
> > and query PackageKit for the package that the unit file belongs
> > to. Print it if PackageKit knows.
>
> There are
Am 18.12.2014 um 17:19 schrieb Spencer Baugh:
Quoting Jóhann B. Guðmundsson (2014-12-18 04:08:32)
On 12/18/2014 04:00 AM, Spencer Baugh wrote:
When printing the status of a unit, open a connection to the session bus
and query PackageKit for the package that the unit file belongs
to. Print it
On Thu, Dec 18, 2014 at 8:35 AM, Reindl Harald wrote:
>
> Am 18.12.2014 um 17:19 schrieb Spencer Baugh:
>>
>> Quoting Jóhann B. Guðmundsson (2014-12-18 04:08:32)
>>>
>>>
>>> On 12/18/2014 04:00 AM, Spencer Baugh wrote:
When printing the status of a unit, open a connection to the session
On Thu, Dec 18, 2014 at 11:19:22AM -0500, Spencer Baugh wrote:
> Quoting Jóhann B. Guðmundsson (2014-12-18 04:08:32)
> >
> > On 12/18/2014 04:00 AM, Spencer Baugh wrote:
> > > When printing the status of a unit, open a connection to the session bus
> > > and query PackageKit for the package that t
On 12/18/2014 05:48 PM, Zbigniew Jędrzejewski-Szmek wrote:
I think you should make it opt-in, with a command-line switch (--show-package
?).
In some cases it can be very useful, but most of the time it would
be just a slow down. If the switch is used, and packagekit does not
work, then this sho
On Thu, Dec 18, 2014 at 06:33:50PM +, "Jóhann B. Guðmundsson" wrote:
>
> On 12/18/2014 05:48 PM, Zbigniew Jędrzejewski-Szmek wrote:
> >I think you should make it opt-in, with a command-line switch
> >(--show-package ?).
> >In some cases it can be very useful, but most of the time it would
> >
On 12/18/2014 06:36 PM, Zbigniew Jędrzejewski-Szmek wrote:
You missed the part where I said "you should make it opt-in".
Should we not first determine the practicality of implementing this and
if the system service manager should actually be looking up this info to
begin with?
We could not
On 12/18/2014 06:44 PM, "Jóhann B. Guðmundsson" wrote:
On 12/18/2014 06:36 PM, Zbigniew Jędrzejewski-Szmek wrote:
You missed the part where I said "you should make it opt-in".
Should we not first determine the practicality of implementing this
and if the system service manager should actual
On Thu, Dec 18, 2014 at 06:44:25PM +, "Jóhann B. Guðmundsson" wrote:
>
> On 12/18/2014 06:36 PM, Zbigniew Jędrzejewski-Szmek wrote:
> >You missed the part where I said "you should make it opt-in".
>
> Should we not first determine the practicality of implementing this
> and if the system serv
On Thu, Dec 18, 2014 at 07:09:34PM +, "Jóhann B. Guðmundsson" wrote:
>
> On 12/18/2014 06:44 PM, "Jóhann B. Guðmundsson" wrote:
> >
> >On 12/18/2014 06:36 PM, Zbigniew Jędrzejewski-Szmek wrote:
> >>You missed the part where I said "you should make it opt-in".
> >
> >Should we not first determi
On Thu, Dec 18, 2014 at 8:19 PM, Zbigniew Jędrzejewski-Szmek
wrote:
> On Thu, Dec 18, 2014 at 07:09:34PM +, "Jóhann B. Guðmundsson" wrote:
>>
>> On 12/18/2014 06:44 PM, "Jóhann B. Guðmundsson" wrote:
>> >
>> >On 12/18/2014 06:36 PM, Zbigniew Jędrzejewski-Szmek wrote:
>> >>You missed the part w
Fantastic Tom! You were nice enough to group all the hwdb files in a section.
Can I send a patch to wrap them with a ./configure option? The option
should even include to make udevadm-hwdb.c, libudev-hwdb.c and
udev-builtin-hwdb.c configurable.
Umut
On Thu, Dec 18, 2014 at 3:57 PM, Tom Gundersen
On Wed, Dec 17, 2014 at 1:04 PM, Hannes Reinecke wrote:
> On 12/16/2014 11:18 PM, Benjamin Marzinski wrote:
>> On Tue, Dec 16, 2014 at 04:10:44PM -0600, Benjamin Marzinski wrote:
>>> On Mon, Dec 15, 2014 at 10:31:44AM +0100, Hannes Reinecke wrote:
> [ .. ]
So during bootup it's anyone's guess
Quoting Kay Sievers (2014-12-18 15:04:22)
> On Thu, Dec 18, 2014 at 8:19 PM, Zbigniew Jędrzejewski-Szmek
> wrote:
> > On Thu, Dec 18, 2014 at 07:09:34PM +, "Jóhann B. Guðmundsson" wrote:
> >>
> >> On 12/18/2014 06:44 PM, "Jóhann B. Guðmundsson" wrote:
> >> >
> >> >On 12/18/2014 06:36 PM, Zbign
On Thu, 18.12.14 18:48, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
> On Thu, Dec 18, 2014 at 11:19:22AM -0500, Spencer Baugh wrote:
> > Quoting Jóhann B. Guðmundsson (2014-12-18 04:08:32)
> > >
> > > On 12/18/2014 04:00 AM, Spencer Baugh wrote:
> > > > When printing the status of a un
Am 18.12.2014 um 21:26 schrieb Spencer Baugh:
Quoting Kay Sievers (2014-12-18 15:04:22)
On Thu, Dec 18, 2014 at 8:19 PM, Zbigniew Jędrzejewski-Szmek
wrote:
On Thu, Dec 18, 2014 at 07:09:34PM +, "Jóhann B. Guðmundsson" wrote:
On 12/18/2014 06:44 PM, "Jóhann B. Guðmundsson" wrote:
On 1
On Thu, Dec 18, 2014 at 9:11 PM, Umut Tezduyar Lindskog
wrote:
> Can I send a patch to wrap them with a ./configure option? The option
> should even include to make udevadm-hwdb.c, libudev-hwdb.c and
> udev-builtin-hwdb.c configurable.
Making systemd-hwdb optional (and hence also the .hwdb files)
Hi,
Commit 6573ef05a3cbe1 ("journal: keep per-JournalFile location info
during iteration") breaks tests "test-journal-stream" and
"test-journal-interleaving".
It seems that the logic of overriding f->current_offset in
journal_file_save_location has other unintended side effects, checking
out that
On Wed, Dec 17, 2014 at 01:04:54PM +0100, Hannes Reinecke wrote:
> On 12/16/2014 11:18 PM, Benjamin Marzinski wrote:
> > On Tue, Dec 16, 2014 at 04:10:44PM -0600, Benjamin Marzinski wrote:
> >> On Mon, Dec 15, 2014 at 10:31:44AM +0100, Hannes Reinecke wrote:
> [ .. ]
> >>> So during bootup it's any
I took a closer look at "test-journal-stream". It's setting up 3
journal files and writing entries to the three of them with some
interleaving, then expecting to read them in order.
After commit 6573ef05a3cbe1, what happens is that a single call to
sd_journal_next() ends up calling next_beyond_loc
On Thu, Dec 18, 2014 at 4:39 PM, Filipe Brandenburger
wrote:
> Not sure what's the correct solution, maybe journal_file_save_location
> needs to happen only in real_journal_next() outside the
> ORDERED_HASHMAP_FOREACH loop? I'll try that and report if I find
> something that seems to solve this pr
On Thu, Dec 18, 2014 at 4:58 PM, Filipe Brandenburger
wrote:
> But this does not work on trunk head, even after adapting it, the
> tests start to fail in a different location, probably because of the
> changes that come after it, so I think we'll need this and further
> changes to it. I'll keep lo
Hi,
Now I encountered a prlblem. When I add an entry in /etc/fstab to mount
a disk on a dir like below, mount can be done successfully though /aa/bb
doesn't exist.
_ _ _ _ _
/dev/disk/by-uuid/xxx-xxx /aa/bb xfs defaults 0 2
However when I make a initramfs for kdump kernel, I add an entry to
В Mon, 15 Dec 2014 14:20:45 -0600
Dan Williams пишет:
> On Mon, 2014-12-15 at 20:40 +0300, Andrei Borzenkov wrote:
> > В Mon, 15 Dec 2014 11:34:17 -0600
> > Dan Williams пишет:
> >
> > >
> > > On Mon, 2014-12-15 at 16:11 +0100, Lennart Poettering wrote:
> > > > On Sat, 13.12.14 10:09, Andrei B
On 12/18/2014 11:04 PM, Benjamin Marzinski wrote:
> On Wed, Dec 17, 2014 at 01:04:54PM +0100, Hannes Reinecke wrote:
>> On 12/16/2014 11:18 PM, Benjamin Marzinski wrote:
>>> On Tue, Dec 16, 2014 at 04:10:44PM -0600, Benjamin Marzinski wrote:
On Mon, Dec 15, 2014 at 10:31:44AM +0100, Hannes Rei
On Thu, Dec 18, 2014 at 9:57 PM, Tom Gundersen wrote:
> On Thu, Dec 18, 2014 at 9:11 PM, Umut Tezduyar Lindskog
> wrote:
>> Can I send a patch to wrap them with a ./configure option? The option
>> should even include to make udevadm-hwdb.c, libudev-hwdb.c and
>> udev-builtin-hwdb.c configurable.
49 matches
Mail list logo