Summary: | duplicated Docs: lines in systemctl status output | ||
---|---|---|---|
Product: | systemd | Reporter: | Michael Biebl <mbiebl> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Michael Biebl
2013-06-19 18:36:59 UTC
What is the contents of the low-level property? Is it already duplicate there? Try this: systemctl show -p Documentation systemd-udevd (In reply to comment #1) > What is the contents of the low-level property? Is it already duplicate > there? Try this: > > systemctl show -p Documentation systemd-udevd # systemctl show -p Documentation systemd-udevd Documentation=man:systemd-udevd.service(8) man:udev(7) I was assuming that the error is on journalctl side, but it seems that GetAll returns many properties duplicated... % gdbus call --system --dest org.freedesktop.systemd1 --object-path /org/freedesktop/systemd1/unit/syslog_2esocket --method org.freedesktop.DBus.Properties.GetAll ""|sed -r "s/, ('[a-zA-Z]+': <)/\n\1/g"|sort 'Accept': <false> 'ActiveEnterTimestampMonotonic': <uint64 0> 'ActiveEnterTimestampMonotonic': <uint64 0> 'ActiveEnterTimestamp': <uint64 0> 'ActiveEnterTimestamp': <uint64 0> 'ActiveExitTimestampMonotonic': <uint64 0> 'ActiveExitTimestampMonotonic': <uint64 0> 'ActiveExitTimestamp': <uint64 0> 'ActiveExitTimestamp': <uint64 0> 'ActiveState': <'inactive'> 'ActiveState': <'inactive'> 'After': <['-.mount']> 'After': <['-.mount']> 'AllowIsolate': <false> 'AllowIsolate': <false> 'Backlog': <uint32 128> 'Before': <['systemd-journald.service', 'sockets.target', 'shutdown.target', 'rsyslog.service']> 'Before': <['systemd-journald.service', 'sockets.target', 'shutdown.target', 'rsyslog.service']> 'BindsTo': <@as []> 'BindsTo': <@as []> 'BindToDevice': <''> 'BoundBy': <@as []> 'BoundBy': <@as []> 'Broadcast': <false> 'CanIsolate': <false> 'CanIsolate': <false> 'CanReload': <false> 'CanReload': <false> 'CanStart': <true> 'CanStart': <true> 'CanStop': <true> 'CanStop': <true> 'Capabilities': <''> 'CapabilityBoundingSet': <uint64 18446744073709551615> 'ConditionResult': <false> 'ConditionResult': <false> 'ConditionTimestampMonotonic': <uint64 0> 'ConditionTimestampMonotonic': <uint64 0> 'ConditionTimestamp': <uint64 0> 'ConditionTimestamp': <uint64 0> 'ConflictedBy': <@as []> 'ConflictedBy': <@as []> 'Conflicts': <['shutdown.target']> 'Conflicts': <['shutdown.target']> 'ConsistsOf': <@as []> 'ConsistsOf': <@as []> 'ControlGroupModify': <false> 'ControlGroupPersistent': <false> 'ControlPID': <uint32 0> 'CPUAffinity': <@ay []> 'CPUSchedulingPolicy': <0> 'CPUSchedulingPriority': <0> 'CPUSchedulingResetOnFork': <false> 'DefaultDependencies': <false> 'DefaultDependencies': <false> 'Description': <'Syslog Socket'> 'Description': <'Syslog Socket'> 'DirectoryMode': <uint32 493> 'Documentation': <['man:systemd.special(7)', 'http://www.freedesktop.org/wiki/Software/systemd/syslog']> 'Documentation': <['man:systemd.special(7)', 'http://www.freedesktop.org/wiki/Software/systemd/syslog']> 'DropInPaths': <@as []> 'DropInPaths': <@as []> 'Environment': <@as []> 'EnvironmentFiles': <@a(sb) []> ... Duplicate line, patch pending. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.