Bug 481398
| Summary: | lcdproc initscripts call unknown functions | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Eric Sandeen <esandeen> |
| Component: | lcdproc | Assignee: | Nicolas Chauvet (kwizart) <kwizart> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | jarod, kwizart, martin, mmaslano |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.5.2-12.fc10 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-05-20 23:57:57 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Eric Sandeen
2009-01-24 02:46:03 UTC
Confirmed:
lcdproc-0.5.2-7.fc10.x86_64
# rpm -q lcdproc
lcdproc-0.5.2-7.fc10.x86_64
# service LCDd status
Usage: /etc/init.d/LCDd {start|stop|restart|reload|force-reload}
# service LCDd restart
/etc/init.d/LCDd: line 53: log_daemon_msg: command not found
/sbin/service: line 66: 6935 Terminated env -i PATH="$PATH" TERM="$TERM" "${SERVICEDIR}/${SERVICE}" ${OPTIONS}
# /etc/init.d/LCDd: line 55: log_end_msg: command not found
# service lcdproc status
Usage: /etc/init.d/lcdproc {start|stop|restart|reload|force-reload}
# service lcdproc restart
/etc/init.d/lcdproc: line 53: log_daemon_msg: command not found
/sbin/service: line 66: 6966 Terminated env -i PATH="$PATH" TERM="$TERM" "${SERVICEDIR}/${SERVICE}" ${OPTIONS}
# /etc/init.d/lcdproc: line 55: log_end_msg: command not found
It should probably use "log_success_msg" and "log_failure_msg" in some way.
Also, during boot, the init process stopped when loading LCDd (or lcdproc?), because it started a text screen showing the LCD server, this despite the fact that I had chosen a "imon" driver in /etc/LCDd.conf:
#Driver=curses
Driver=imon
I've seen the boot problems too; I wonder if this may be related to the initscript parsing problems (see bug #481212 Initscript metadata parsing bug? (malformed header in lcdproc) or something else; it may need another bug filed. :) -Eric cvs should be open for provenpackager. On the other side I will accept someone else to be the primary maintainer of this package. I've clearly missed to spend some time on this package despite the help from Jarod. Ok, if I fix things up I'll commit them, and... consider ownership if you like. :) Ah, I was planning to put in some work on this myself soon too. Had a minor issue w/the system my lcd was in dying on me, so I had to transplant some parts... Finally have it up and running this evening. But Eric, have at it, I suspect you're going to be using your lcd more than I use mine. :) Jarod, it seems that in v1.8 of the specfile you commented out a patch which might have actually fixed this :) %prep %setup -q -%patch0 -p1 -b .initscripts +#patch0 -p1 -b .initscripts %patch1 -p1 -b .memset_swp +%patch2 -p1 -b .imonlcd chmod 644 server/drivers/timing.h was that intentional? (In reply to comment #6) > Jarod, it seems that in v1.8 of the specfile you commented out a patch which > might have actually fixed this :) > > %prep > %setup -q > -%patch0 -p1 -b .initscripts > +#patch0 -p1 -b .initscripts > %patch1 -p1 -b .memset_swp > +%patch2 -p1 -b .imonlcd > chmod 644 server/drivers/timing.h > > was that intentional? ...the hell? I don't remember doing that, but it would seem I did... I'm guessing it wasn't intentional, since I can't remember doing it... :) *** Bug 485931 has been marked as a duplicate of this bug. *** The problem is aimed to be fixed in lcdproc-0.5.2-11 (currently in rawhide only) And will be backported in current release (F-10/F-9) in a week unless something wrong arise. The default configuration is disabled in lcdproc initscript because ncurse isn't a relevant default driver. So initscripts will exit to 6 unless a user specific configuration file is created. lcdproc-0.5.2-11.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/lcdproc-0.5.2-11.fc9 lcdproc-0.5.2-11.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/lcdproc-0.5.2-11.fc10 lcdproc-0.5.2-11.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update lcdproc'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-3903 lcdproc-0.5.2-11.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update lcdproc'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-4012 lcdproc-0.5.2-12.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/lcdproc-0.5.2-12.fc10 lcdproc-0.5.2-12.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/lcdproc-0.5.2-12.fc9 lcdproc-0.5.2-12.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update lcdproc'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-5012 lcdproc-0.5.2-12.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update lcdproc'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-5016 lcdproc-0.5.2-12.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. lcdproc-0.5.2-12.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |