|
Bugzilla – Full Text Bug Listing |
| Summary: | wrong option in atd.service | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | achim klausmann <a.klausmann> |
| Component: | Basesystem | Assignee: | Cristian RodrÃguez <crrodriguez> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | a.klausmann, aspiers, bw, doude63, forgotten_7XRNh5WElB, forgotten_xRcrmyYBVX, suse-beta |
| Version: | Final | ||
| Target Milestone: | Final | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 12.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | work-around | ||
|
Description
achim klausmann
2012-07-18 20:02:11 UTC
This is not a bug in systemd in but in at package I have a fresh opensuse install
atd seems to be broken
at 21:43
warning: commands will be executed using /bin/sh
at> ls -lrt
at> pwd
at>
at> <EOT>
job 7 at 2012-08-27 21:43
Can't open /var/run/atd.pid to signal atd. No atd running?
systemct is of no further help
systemctl status atd.service
atd.service - Execution Queue Daemon
Loaded: loaded (/lib/systemd/system/atd.service; disabled)
Active: inactive (dead)
CGroup: name=systemd:/system/atd.service
sorry forgot to indicate it is happening in RC2 not RC1 Created attachment 504090 [details]
work-around
Workaround: Install attached file as "/etc/systemd/system/atd.service", run "systemctl daemon-reload".
I can confirm this issue still exists in 12.2 GM! The bug is right there in the final. Fix: Remove "-f" from "ExecStart=/usr/sbin/atd -f" in /lib/systemd/system/atd.service BTW: Blooper found in the init script: ATD_CONFIG=/etc/sysconfig/atd test -r $ATD_CONFIG && source /etc/sysconfig/atd That isn't enough, the fix is described in #780259 Isn't bug 780259 an exact duplicate of this? It is. *** This bug has been marked as a duplicate of bug 780259 *** |