Re: [systemd-devel] How to set up virtual network interface cards (NIC) with systemd-networkd "The Right Way (tm)"?

2019-05-10 Thread Susant Sahani
Real quick look at the conf. Multiple address should be moved to [Address] sections else they will overwrite. [Network] IPForward=yes [Address] Address=192.168.1.98/24 [Address] Address=192.168.2.98/24 Susant On Thu, May 2, 2019 at 1:25 AM M. Buecher wrote: > > Dear all, > > I read multiple a

Re: [systemd-devel] systemd-networkd multipath routing

2019-05-10 Thread Susant Sahani
Please open a RFE https://github.com/systemd/systemd. Susant On Tue, May 7, 2019 at 6:24 PM Arnaud Lemaire wrote: > > Hi there, > > I'm trying to set up network multipath routing with systemd, but I cannot > find a way to do it cleanly. > > The part that I cannot set up is : > ``` > $ ip route

Re: [systemd-devel] systemctl list all possible (including unloaded) services

2019-05-10 Thread Roger Pack
On Fri, May 10, 2019 at 10:04 AM Zbigniew Jędrzejewski-Szmek wrote: > > On Fri, May 10, 2019 at 09:27:17AM -0600, Roger Pack wrote: > > Hello, I'm trying to answer this question: > > > > https://unix.stackexchange.com/questions/517872/systemctl-list-all-possible-including-disabled-services > > > >

Re: [systemd-devel] systemctl list all possible (including unloaded) services

2019-05-10 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 10, 2019 at 09:27:17AM -0600, Roger Pack wrote: > Hello, I'm trying to answer this question: > > https://unix.stackexchange.com/questions/517872/systemctl-list-all-possible-including-disabled-services > > Basically, I have a my_service.service that is disabled, I wish I > could "see t

Re: [systemd-devel] systemctl list all possible (including unloaded) services

2019-05-10 Thread Mantas Mikulėnas
On Fri, May 10, 2019 at 6:27 PM Roger Pack wrote: > Hello, I'm trying to answer this question: > > > https://unix.stackexchange.com/questions/517872/systemctl-list-all-possible-including-disabled-services > > Basically, I have a my_service.service that is disabled, I wish I > could "see that it i

[systemd-devel] systemctl list all possible (including unloaded) services

2019-05-10 Thread Roger Pack
Hello, I'm trying to answer this question: https://unix.stackexchange.com/questions/517872/systemctl-list-all-possible-including-disabled-services Basically, I have a my_service.service that is disabled, I wish I could "see that it is an option to start" by running systemctl, but it doesn't seem

Re: [systemd-devel] EFI loader partition unknown

2019-05-10 Thread Lennart Poettering
On Do, 09.05.19 14:50, Chris Murphy (li...@colorremedies.com) wrote: > > mounting logic only works if the boot loader tells us which partition > > it was booted from. This is an extra check to ensure that we only > > mount the correct ESP, the one that was actually used. In other words, > > this o