- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Any
-
Assigned To
Emulatorman - Operating System All
- Severity Medium
- Priority Low
- Reported Version Any
- Due in Version Starfix
-
Due Date
Undecided
- Votes
- Private
FS#694 - [openrc] Error: fopen(/run/openrc/rc.log) failed: No such file or directory
Replace RC_SVCDIR to RC_LOGDIR, like:
src/librc/rc.h.in ----- #define RC_LIBEXECDIR "LIBEXECDIR@" +#define RC_LOGDIR "/var/log" _____ src/rc/rc-logger.c ----- -#define TMPLOG RC_SVCDIR "rc.log" +#define TMPLOG RC_LOGDIR "rc.log"
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
That suggestion doesn't works, therefore i've reopened it until get a way to solve it.