Re: [systemd-devel] Adding USB ID to hwdb/usb.ids

2021-06-01 Thread Daniele Nicolodi
On 02/06/2021 07:37, Mantas Mikulėnas wrote: > On Wed, Jun 2, 2021, 08:04 Greg KH > wrote: > > On Tue, Jun 01, 2021 at 09:38:37PM +0200, Michael Biebl wrote: > > Am Di., 1. Juni 2021 um 20:44 Uhr schrieb Greg KH > mailto:gre...@linuxfoundation.org>>:

Re: [systemd-devel] Adding USB ID to hwdb/usb.ids

2021-06-01 Thread Daniele Nicolodi
On 01/06/2021 16:16, Greg KH wrote: > linux-usb.org does not look broken to me, what needs to be fixed on it? I get a "503 Service Unavailable" error trying to access http://www.linux-usb.org/ Cheers, Dan ___ systemd-devel mailing list systemd-devel@lis

Re: [systemd-devel] non-existent unit instances

2020-09-05 Thread Daniele Nicolodi
On 05/09/2020 13:18, Kevin P. Fleming wrote: > It's a general issue with templated unit files; I've had this happen > as well, and could not figure out why the service had failed to start. > It was because I had mistyped the instance name. As best I can tell > systemd doesn't have any mechanism to

Re: [systemd-devel] systemd-python at pypi

2020-04-21 Thread Daniele Nicolodi
On 21/04/2020 19:35, Anders Buch wrote: > Hello, > > Are there any plans to update the pypi version of python-sytemd here: > https://pypi.org/project/systemd-python/ > > The following results in errors on Ubuntu 18.04 with latest python3.8 > packages installed (as well as libsystemd-dev and pytho

Re: [systemd-devel] How does the mount process of systemd-homed work?

2019-09-26 Thread Daniele Nicolodi
Hello Jörg, On 24/09/2019 11:16, Jörg Kastning wrote: > Hello to Lennart and this list, > > I watched the recording of Lennarts talk at the All Systems Go > (https://cfp.all-systems-go.io/ASG2019/talk/VSQRXA/) and would like to > ask some questions about the new way to process user home directoti

Re: [systemd-devel] systemd-activation: it's a mess for beginners

2019-03-20 Thread Daniele Nicolodi
On 20-03-2019 14:01, Reindl Harald wrote: > Am 20.03.19 um 20:53 schrieb Daniele Nicolodi: >> I am not sure what you are trying to say, but the first source code >> snippet in your email in not valid C code. I don't know what you mean >> by "beginners" in th

Re: [systemd-devel] systemd-activation: it's a mess for beginners

2019-03-20 Thread Daniele Nicolodi
I am not sure what you are trying to say, but the first source code snippet in your email in not valid C code. I don't know what you mean by "beginners" in the subject of your email, but I think that the documentation assumes basic knowledge of the C programming language. Cheers, Dan

[systemd-devel] All Systems Go 2018 talks video recordins

2018-10-04 Thread Daniele Nicolodi
Hello, where the talks at All Systems Go this years recorded as in previous editions? If so, when can we expect to see them published? Thank you. Cheers, Dan ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.

Re: [systemd-devel] systemctl edit TODO item

2015-03-18 Thread Daniele Nicolodi
On 18/03/15 13:57, Ronny Chevalier wrote: > 2015-03-18 13:39 GMT+01:00 Daniele Nicolodi : >> On 18/03/15 10:09, Zbigniew Jędrzejewski-Szmek wrote: >>> On Wed, Mar 18, 2015 at 12:13:39PM +0100, Ronny Chevalier wrote: >>>> Hi, >>>> >>>> About t

Re: [systemd-devel] systemctl edit TODO item

2015-03-18 Thread Daniele Nicolodi
On 18/03/15 10:09, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Mar 18, 2015 at 12:13:39PM +0100, Ronny Chevalier wrote: >> Hi, >> >> About the TODO item of systemctl edit: >> "Upon editor exit, lines with one # are removed, lines with two # are >> left with one #, etc." >> >> I don't really agree,

Re: [systemd-devel] Removing unnecessary includes

2015-02-07 Thread Daniele Nicolodi
On 07/02/15 10:29, Thomas H.P. Andersen wrote: > I am looking at ways to automatically trim the unnecessary includes. > One way to do it is a script[1] which simply tests if the compile > still works after removing each include one at a time. It does this in > reverse order for all includes in the

Re: [systemd-devel] [PATCH 1/3] build-sys: use pkgconfig and lz4 and bump version

2014-12-07 Thread Daniele Nicolodi
On 07/12/14 19:54, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Dec 07, 2014 at 01:45:13PM -0500, Dave Reisner wrote: >> On Sun, Dec 07, 2014 at 07:32:38PM +0100, Zbigniew Jędrzejewski-Szmek wrote: >>> The new frame api should be released in v. 125. >>> --- >>> configure.ac | 2 +- >>> 1 file chan

Re: [systemd-devel] user environment variables

2014-12-05 Thread Daniele Nicolodi
On 05/12/14 16:13, arnaud gaboury wrote: > Now: > -- > $ echo 'lolo=4 lala=5' | tee test > lolo=4 lala=5 > $ systemctl --user set-environment 'cat test' > Failed to set environment: Invalid environment assignments > --- > > No idea wh

Re: [systemd-devel] I wonder… why systemd provokes this amount of polarity and resistance

2014-10-28 Thread Daniele Nicolodi
On 28/10/14 16:28, Dale R. Worley wrote: >> From: Zbigniew Jędrzejewski-Szmek >> >> That mostly applies to people who actually don't use systemd and are >> commenting from the peanut gallery. Actual *users* when they are unhappy >> are unhappy about bugs. > > That is not entirely true. I'm a use

[systemd-devel] Failure to umount /var at shutdown

2014-10-23 Thread Daniele Nicolodi
Hello, I have a Debian sid system where there is a problem with the unmonting of the /var filesystem that causes a delay in the shutdown process: > ott 21 10:08:46 nautilus virtualbox[28559]: Stopping VirtualBox kernel > modules. > ott 21 10:08:46 nautilus systemd[2086]: Received SIGRTMIN+24 fro

Re: [systemd-devel] compile with clang broken

2014-08-16 Thread Daniele Nicolodi
On 16/08/2014 12:35, David Herrmann wrote: > On Fri, Aug 15, 2014 at 5:22 PM, Daniele Nicolodi wrote: >> this may be completely stupid, but if the only use case you have for >> CONST_MAX() is for computing the size of a data structure, I find >> something like >> >

Re: [systemd-devel] compile with clang broken

2014-08-15 Thread Daniele Nicolodi
On 15/08/2014 16:30, David Herrmann wrote: > Ok, took me a while, but I now figured out how to cause compilation to > fail even in expressions that initialize types (_Static_assert is not > allowed there): > #define assert_const(expr) > ((void)(__builtin_types_compatible_p(int[(expr) ? 1 : -1], i