|
Bugzilla – Full Text Bug Listing |
| Summary: | /etc/rc.status references a non existing /dev/stderr | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Manfred Hollstein <manfred.h> |
| Component: | Basesystem | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | manfred.h, suse-beta |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 12.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Patch to fix the problem | ||
duplicate *** This bug has been marked as a duplicate of bug 728774 *** |
Created attachment 522021 [details] Patch to fix the problem User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 I keep seeing message like the following in my /var/log/messages: ntp[3623]: /etc/rc.status: line 57: /dev/stderr: No such device or address The code in line 57 in the file /etc/rc.status is indeed wrong; I have attached a patch to this report which uses the more appropriate re-direction ">&2" instead of "/dev/stderr". Reproducible: Always