Hi, On 21/12/16 23:49, Michael Biebl wrote: > Something I just noticed: All boolean properties are no, not just CanReload. > And checking on minkus, this seems to happen for other services as well, > like > > $ systemctl show ssh.service | grep no$ > PermissionsStartOnly=no > RootDirectoryStartOnly=no [...] > vs > > $ systemctl show ssh.service | grep yes$ > <empty> > > So, this seems to be an issue which lies deeper. > > I wonder if this is arch specific and we have some arch specific > problems when dealing with boolean data. > > Other mips64 porterboxes, like eller, show the same behaviour. > Interestingly, the same on a powerpc porterbox (partch). > > I've CCed the mips porter mailing list. Maybe they have an idea.
This bug doesn't appear on my CI20 (which has a 32-bit kernel): # systemctl show ssh.service | grep yes GuessMainPID=yes TasksAccounting=yes EnvironmentFile=/etc/default/ssh (ignore_errors=yes) SyslogLevelPrefix=yes IgnoreSIGPIPE=yes SendSIGKILL=yes CanStart=yes CanStop=yes CanReload=yes DefaultDependencies=yes ConditionResult=yes AssertResult=yes # dpkg -s systemd | grep ^Version Version: 232-7 One common factor with all the mips porterboxes and partch is that they use 64-bit kernels with 32-bit userspaces. Maybe that has something to do with this? Thanks, James
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers