Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#7537 - Missin usleep for package pm-utils
Attached to Project:
Arch Linux
Opened by Maciej Sitarz (macieks2) - Saturday, 30 June 2007, 21:18 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 26 December 2007, 14:29 GMT
Opened by Maciej Sitarz (macieks2) - Saturday, 30 June 2007, 21:18 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 26 December 2007, 14:29 GMT
|
DetailsDescription:
Scripts from package pm-utils uses usleep binary which is not in system mayby it's in other package but there's no dependency for it in pm-utils PKGBUILD. Additional info: * pm-utils 0.99.3-1 # grep -iR usleep /usr/lib/pm-utils/ /usr/lib/pm-utils/sleep.d/99video: usleep 100000 /usr/lib/pm-utils/functions: openvt -- sh -c "usleep $1 ; rm -f /.suspended >/dev/null 2>&1 0<&1" >/dev/null 2>&1 0<&1 & Steps to reproduce: 1. run pm-suspend or pm-hibernate 2. go to VT 8 (or other not sure) and search for that message ( could be done after resume from hibernation/suspension) |
This task depends upon
===== N, 1 VII 2007, 16:41:55 CEST: running hook: /usr/lib/pm-utils/sleep.d/60sysfont =====
/usr/lib/pm-utils/sleep.d/60sysfont: line 7: setsysfont: command not found
$ which setsysfont
which: no setsysfont in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/opt/eclipse:/opt/gnome/bin:/opt/java/bin:/opt/java/jre/bin:/opt/kde/bin:/opt/mozilla/bin:/opt/qt/bin)
$ pacman -Ql kbd | grep bin
kbd /bin/loadkeys
kbd /bin/loadkeys.static
kbd /usr/bin/chvt
kbd /usr/bin/deallocvt
kbd /usr/bin/dumpkeys
kbd /usr/bin/dumpkeys.static
kbd /usr/bin/fgconsole
kbd /usr/bin/getkeycodes
kbd /usr/bin/kbd_mode
kbd /usr/bin/kbd_mode.static
kbd /usr/bin/kbdrate
kbd /usr/bin/loadunimap
kbd /usr/bin/mapscrn
kbd /usr/bin/openvt
kbd /usr/bin/psfaddtable
kbd /usr/bin/psfgettable
kbd /usr/bin/psfstriptable
kbd /usr/bin/psfxtable
kbd /usr/bin/resizecons
kbd /usr/bin/setfont
kbd /usr/bin/setfont.static
kbd /usr/bin/setkeycodes
kbd /usr/bin/setleds
kbd /usr/bin/setmetamode
kbd /usr/bin/showconsolefont
kbd /usr/bin/showkey
kbd /usr/bin/unicode_start
kbd /usr/bin/unicode_stop
Here's one example:
http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/kbd/setsysfont?rev=1.4;content-type=text%2Fplain
We have two options:
a) add a script like this to the kbd package that uses rc.conf and the like
b) patch pm-utils
Either way we _should_ contact the pm-utils people and let them know about this.
What about using s2disk/s2ram? (from suspend package) A userspace tools for suspending.
kernel26suspend2 is no longer being developed, and pm-utils doesn't use s2disk/ram.
http://bugs.archlinux.org/task/8307
This might bear some more looking into methinks.