Re: [systemd-devel] systemd 225: cannot override nspawn service

2015-09-10 Thread Anthony Messina
2015-09-09 11:48 GMT+02:00 crequill : > Hi, > > All was running fine with systemd 218. > With nspawn systemd 225, always on archlinux, I've a lot of problems: > > 1/ I cannot login anymore on containers (/sbin/getatty exist in > container): > Failed to get login PTY: No such file or directory I'

Re: [systemd-devel] systemd-networkd & DHCPv6 Prefix Delegation

2014-12-04 Thread Anthony Messina
On Thursday, December 04, 2014 03:32:22 PM Patrik Flykt wrote: > On Thu, 2014-12-04 at 03:27 +0100, Tom Gundersen wrote: > > Patrik, do you have any plans for this? I agree, this is likely > > something we want. > > I'm tempted to do something about it. Give me time until mid next week > and we'll

[systemd-devel] systemd-networkd & DHCPv6 Prefix Delegation

2014-11-29 Thread Anthony Messina
Does systemd-networkd provide the capability to request prefix delegation via DHCPv6? I haven't been able to find any information on this topic, and I don't see it in the TODO either. I'm thinking this might be a useful feature. Thanks. -A -- Anthony - https://messinet.com/ - https://messin

Re: [systemd-devel] Using path name in instantiated units

2014-08-20 Thread Anthony Messina
On Wednesday, August 20, 2014 10:25:35 AM Florian Lindner wrote: > [Timer] > OnUnitActiveSec=5min > OnActiveSec=5min > AccuracySec = 5min I'm not sure it matters, but you have some extra spaces around "=" after AccuracySec. -- Anthony - https://messinet.com/ - https://messinet.com/~amessina/gal

Re: [systemd-devel] Using path name in instantiated units

2014-08-19 Thread Anthony Messina
On Tuesday, August 19, 2014 07:34:46 PM Florian Lindner wrote: > Any ideas how I can change the working directory to the directory given by > the instance name? I do something like this to rebuild Jekyll sites based on a git commit. Maybe this will help you. 1. A path unit watches for changes t

Re: [systemd-devel] systemd.netdev & kind=sit

2014-03-10 Thread Anthony Messina
On Monday, March 10, 2014 09:11:05 AM you wrote: > On 10 Mar 2014 02:08, "Anthony Messina" wrote: > > I've been watching the development and looking forward to testing out the > > systemd-networkd features that are coming out. > > > > One of the t

[systemd-devel] systemd.netdev & kind=sit

2014-03-09 Thread Anthony Messina
I've been watching the development and looking forward to testing out the systemd-networkd features that are coming out. One of the things I haven't seen yet is the ability to configure a SIT device via systemd.netdev for IPv6 in IPv4 tunneling, for example with he.net/tunnelbroker.net. Unfort

Re: [systemd-devel] lirc package

2013-10-14 Thread Anthony Messina
On Monday, October 14, 2013 02:32:23 PM Colin Guthrie wrote: > 2. Setting the protocols properly e.g. currently you have > ExecStartPre=/bin/sh -c 'echo lirc > /sys/class/rc/rc0/protocols' in the > https://github.com/leamas/lirc-pkg/blob/master/lircd.service, but this > basically assumes $LIRC_DEVI

Re: [systemd-devel] Cannot add dependency job for unit... Cannot allocate memory

2013-03-01 Thread Anthony Messina
On Friday, March 01, 2013 02:57:47 PM Lennart Poettering wrote: > On Thu, 21.02.13 09:48, Anthony Messina (amess...@messinet.com) wrote: > > I'm not sure if this is the right place to ask, so please direct me to > > the > > proper list if it's not. And byt the w

Re: [systemd-devel] Cannot add dependency job for unit... Cannot allocate memory

2013-02-21 Thread Anthony Messina
On Thursday, February 21, 2013 10:14:43 AM Anthony Messina wrote: > On Thursday, February 21, 2013 09:48:57 AM Anthony Messina wrote: > > I'm not sure if this is the right place to ask, so please direct me to > > the > > proper list if it's not. And byt the w

Re: [systemd-devel] Cannot add dependency job for unit... Cannot allocate memory

2013-02-21 Thread Anthony Messina
On Thursday, February 21, 2013 09:48:57 AM Anthony Messina wrote: > I'm not sure if this is the right place to ask, so please direct me to the > proper list if it's not. And byt the way, THANK YOU for systemd! The more > I read and try, the simpler my systems get. > > A