Re: [systemd-devel] systemd and hostname supplied by DHCP

2015-10-02 Thread Laércio de Sousa
Some guys set the following config in /etc/polkit-1/rules.d: polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.hostname1.set-hostname" && subject.user == "systemd-network") { return polkit.Result.YES; } }); Alternatively, I use the following config in

Re: [systemd-devel] systemd and hostname supplied by DHCP

2015-10-02 Thread Alessio Igor Bogani
Hi, On 29 September 2015 at 13:53, Alessio Igor Bogani wrote: > Hi David, > > On 28 September 2015 at 16:05, David Timothy Strauss > wrote: >> On Mon, Sep 28, 2015 at 1:19 AM Alessio Igor Bogani >> wrote: > [...]

Re: [systemd-devel] systemd and hostname supplied by DHCP

2015-10-02 Thread Tomasz Torcz
On Fri, Oct 02, 2015 at 02:00:21PM +0200, Alessio Igor Bogani wrote: > Hi, > > On 29 September 2015 at 13:53, Alessio Igor Bogani > wrote: > > Hi David, > > > > On 28 September 2015 at 16:05, David Timothy Strauss > > wrote: > >> On Mon, Sep

[systemd-devel] Showing a more accurate version of systemd with the git sha1

2015-10-02 Thread Francis Moreau
Hello, I'd like to know if it would be possible to show the git version (the one given by git-describe) when using the systemd binaries with --version option. That would be specially usefull when the systemd tree used to build the binary was not a released one. I'm really not an automake stuff

Re: [systemd-devel] Showing a more accurate version of systemd with the git sha1

2015-10-02 Thread Andrei Borzenkov
02.10.2015 19:27, Francis Moreau пишет: Hello, I'd like to know if it would be possible to show the git version (the one given by git-describe) when using the systemd binaries with --version option. That would be specially usefull when the systemd tree used to build the binary was not a