[systemd-bugs] [Bug 55518] New: Systemd path unit - OOM
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Oct 1 14:51:36 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=55518
Priority: medium
Bug ID: 55518
Assignee: systemd-bugs at lists.freedesktop.org
Summary: Systemd path unit - OOM
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: public.avatar at gmail.com
Hardware: Other
Status: NEW
Version: unspecified
Component: general
Product: systemd
latest systemd (193) fails with "Out of memory.", while loading this path unit:
update-profile.path:
[Unit]
Description=Update environment from profile
[Path]
PathModified=%h/.profile
PathModified=%h/.profile.d
PathModified=/etc/profile
PathModified=/etc/profile.d
[Install]
WantedBy=env.target
update-profile.service:
[Unit]
Description=Update environment
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'env -i /bin/sh --login -c "env" | \
grep -v -e PWD -e SHLVL -e ^_= | \
xargs -i systemctl --user set-environment {}'
with this message:
PRIORITY=3
SYSLOG_FACILITY=3
CODE_FILE=src/core/load-fragment.c
CODE_LINE=1211
CODE_FUNCTION=config_parse_path_spec
SYSLOG_IDENTIFIER=systemd
MESSAGE=Out of memory.
_TRANSPORT=journal
_PID=2539
_UID=1000
_GID=1000
_COMM=systemd
_EXE=/usr/lib/systemd/systemd
_CMDLINE=/usr/bin/systemd --user --unit=awesome.service
_AUDIT_SESSION=6
_AUDIT_LOGINUID=1000
_SYSTEMD_CGROUP=/user/avatar/6/systemd-2539
_SYSTEMD_SESSION=6
_SOURCE_REALTIME_TIMESTAMP=1349127832626575
_MACHINE_ID=c70398ffe97409961b12795f00000013
_HOSTNAME=CLU
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20121001/80ce50f7/attachment.html>
More information about the systemd-bugs
mailing list