Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-11-24 Thread Martin Michlmayr
* Bart Samwel <[EMAIL PROTECTED]> [2005-11-06 21:26]: > FYI, the bug is fixed in the 1.11 version of laptop-mode-tools, > which you can download at the laptop-mode-tools homepage: > > http://www.xs4all.nl/~bsamwel/laptop_mode/tools Is your sponsor still busy? If so, I can probably sponsor this u

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-11-24 Thread Bart Samwel
Martin Michlmayr wrote: * Bart Samwel <[EMAIL PROTECTED]> [2005-11-06 21:26]: FYI, the bug is fixed in the 1.11 version of laptop-mode-tools, which you can download at the laptop-mode-tools homepage: http://www.xs4all.nl/~bsamwel/laptop_mode/tools Is your sponsor still busy? If so, I can pro

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-11-25 Thread Martin Michlmayr
* Bart Samwel <[EMAIL PROTECTED]> [2005-11-24 20:05]: > Well, I've since switched sponsors because of this, but my new > sponsor seems just as busy. I'd be delighted if you'd do the upload. > The source package is here: > http://www.xs4all.nl/~bsamwel/laptop_mode/tools/downloads/debian/src OK, thi

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-09-17 Thread Steve Langasek
I've noticed this bug as well. Quite an irksome thing to see on startup/shutdown. :) $VERBOSE is going to be set in the environment, because it's a standard rcS variable in Debian. The /usr/sbin/laptop_mode script should be fixed to not assume that this is evidence that the default verbosity set

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-09-17 Thread Bart Samwel
Steve Langasek wrote: I've noticed this bug as well. Quite an irksome thing to see on startup/shutdown. :) $VERBOSE is going to be set in the environment, because it's a standard rcS variable in Debian. The /usr/sbin/laptop_mode script should be fixed to not assume that this is evidence that t

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-11-06 Thread Le0n_84 debianized
i've solve this problem editing /usr/sbin/laptop_mode and changing " if [ "$VERBOSE_OUTPUT" -ne 0 ] ; then " with " if [ "$VERBOSE_OUTPUT" != 0 ] ; then " next time i've reboot the machine it told me "Sun Nov 6 18:38:17 2005: Enabling laptop mode: Laptop Mode Tools 1.10 Sun Nov 6 18:38:17 2005:

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-11-06 Thread Bart Samwel
Le0n_84 debianized wrote: i've solve this problem editing /usr/sbin/laptop_mode and changing " if [ "$VERBOSE_OUTPUT" -ne 0 ] ; then " with " if [ "$VERBOSE_OUTPUT" != 0 ] ; then " next time i've reboot the machine it told me "Sun Nov 6 18:38:17 2005: Enabling laptop mode: Laptop Mode Tools 1.1

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-11-06 Thread Le0n_84 debianized
as you can see i don't know too much shell scripting :-D in fact after i've modified and rebooted the machine i saw many messages about the option PARTITION in laptop-mode.conf, so i thought that this solution was wrong... i've installed the 1.11-1 version now...thank you for that link and for

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-11-06 Thread Bart Samwel
Le0n_84 debianized wrote: as you can see i don't know too much shell scripting :-D in fact after i've modified and rebooted the machine i saw many messages about the option PARTITION in laptop-mode.conf, so i thought that this solution was wrong... i've installed the 1.11-1 version now...than

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-09-13 Thread Jean-Damien Durand
Package: laptop-mode-tools Version: 1.10-1 Severity: normal FYI I got the error mentionned in subject with version 1.10-1. Cheers, JD. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experiment

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-09-14 Thread Bart Samwel
Jean-Damien Durand wrote: Package: laptop-mode-tools Version: 1.10-1 Severity: normal FYI I got the error mentionned in subject with version 1.10-1. Did you set VERBOSE_OUTPUT=yes? Use "1" instead. None of the laptop mode tools settings work with yes/no, they're all 1/0. --Bart -- To UNSU

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-09-14 Thread Jean-Damien Durand
Dear Bart, Funnily enough, VERBOSE_OUTPUT is not set. C.f. attachment. Okay, I added an echo to a temp file to know what was going on: this is because the variable $VERBOSE itself is set to "yes" - and I got difficulties to find why!! But I may have understood: My /etc/init.d/rcS contains VERBOSE