Bug#572727: marked as done (Fails If / is Read-Only)

2018-04-08 Thread Debian Bug Tracking System
Your message dated Sun, 08 Apr 2018 21:20:21 +
with message-id 
and subject line Bug#572727: fixed in apcupsd 3.14.14-2
has caused the Debian Bug report #572727,
regarding Fails If / is Read-Only
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
572727: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: apcupsd
Version: 3.14.4-1lenny1

The subject line tells the story. The scripts with apcupsd all assume
they can write to /etc/apcupsd/powerfail, which only works if / is
mounted read-write.


Two solutions jump to mind:
First solution, `init` has powerfail/powerok states; if that state is
passed to invoked scripts, then that can be used to decide whether an
attached UPS should powerdown or not.

Second solution, it might be better to tell init to change to state 6
(reboot), rather than 0 (halt) in case of power failure. This seems a
better description of a power failure situation, the system will try to
reboot ASAP, not the system is going down while someone plays with
hardware. In this case, whenever the system is rebooted, the driver for
the UPS would tell the UPS to power down if AC power is absent (or
batteries are too far depleted due to power restoration between reboot
request and calling the driver).


I'm wondering if #492094 is a similar situation?


-- 
(\___(\___(\__  --=> 8-) EHM <=--  __/)___/)___/)
 \BS (| e...@gremlin.m5p.com PGP F6B23DE0 |)   /
  \_CS\   |  _  -O #include  O-   _  |   /  _/
2477\___\_|_/DC21 03A0 5D61 985B <-PGP-> F2BE 6526 ABD2 F6B2\_|_/___/3DE0




--- End Message ---
--- Begin Message ---
Source: apcupsd
Source-Version: 3.14.14-2

We believe that the bug you reported is fixed in the latest version of
apcupsd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 572...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz  (supplier of updated apcupsd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Mar 2018 19:14:07 +0100
Source: apcupsd
Binary: apcupsd apcupsd-cgi apcupsd-doc
Architecture: source amd64 all
Version: 3.14.14-2
Distribution: sid
Urgency: medium
Maintainer: Thorsten Alteholz 
Changed-By: Thorsten Alteholz 
Description:
 apcupsd- APC UPS Power Management (daemon)
 apcupsd-cgi - APC UPS Power Management (web interface)
 apcupsd-doc - APC UPS Power Management (documentation/examples)
Closes: 541660 572727 576703 878209 885820 889670 892950
Changes:
 apcupsd (3.14.14-2) unstable; urgency=medium
 .
   * debian/control: bump standard to 4.1.4 (no changes)
   * debian/control: use dh11 (mostly)
   * debian/control: add salsa VCS URLs
   * debian/control: remove dependency for dh-systemd
   * debian/control: use prio optional
   * debian/control: remove dependency for python-imaging (Closes: #892950)
 (dependency does not seem to be needed anymore)
   * debian/local/*: replace /etc/apcupsd/powerfail by file created
 with PWRFAILDIR from config
 (Closes: #541660, #572727, #576703)
   * debian/copyright: use https in URL
   * debian/control: drop dependency on libgconf2-dev (Closes: #885820)
   * debian/control: drop dependency on libgtk2.0-dev again
   * debian/rules: do not build with --enable-gapcmon
   Unfortunately gconf2 shall be removed from Debian.
   Upstream needs to move from gconf to gsettings.
   As long as this did not happen, we can not build
   the frontend any longer. (Closes: #889670, #878209)
Checksums-Sha1:
 82d5109360483c7c75e6172f63a5efe2849f8919 2270 apcupsd_3.14.14-2.dsc
 ba3afa49d9f14c584b5a14417dbf60a500c1462a 1816338 apcupsd_3.14.14.orig.tar.gz
 424b09f9db3395bee576b7007eb44777dd4203e3 20480 apcupsd_3.14.14-2.debian.tar.xz
 98c828eed3c918df0fd8ceed0e7c7272f9ae4ee8 243928 
apcupsd-cgi-dbgsym_3.14.14-2_amd64.deb
 b361662acaf3d7b4d2758791d7951cdd9af01d8f 94260 

Bug#572727: marked as done (Fails If / is Read-Only)

2018-04-08 Thread Debian Bug Tracking System
Your message dated Sun, 08 Apr 2018 21:20:21 +
with message-id 
and subject line Bug#576703: fixed in apcupsd 3.14.14-2
has caused the Debian Bug report #576703,
regarding Fails If / is Read-Only
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
576703: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576703
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: apcupsd
Version: 3.14.4-1lenny1

The subject line tells the story. The scripts with apcupsd all assume
they can write to /etc/apcupsd/powerfail, which only works if / is
mounted read-write.


Two solutions jump to mind:
First solution, `init` has powerfail/powerok states; if that state is
passed to invoked scripts, then that can be used to decide whether an
attached UPS should powerdown or not.

Second solution, it might be better to tell init to change to state 6
(reboot), rather than 0 (halt) in case of power failure. This seems a
better description of a power failure situation, the system will try to
reboot ASAP, not the system is going down while someone plays with
hardware. In this case, whenever the system is rebooted, the driver for
the UPS would tell the UPS to power down if AC power is absent (or
batteries are too far depleted due to power restoration between reboot
request and calling the driver).


I'm wondering if #492094 is a similar situation?


-- 
(\___(\___(\__  --=> 8-) EHM <=--  __/)___/)___/)
 \BS (| e...@gremlin.m5p.com PGP F6B23DE0 |)   /
  \_CS\   |  _  -O #include  O-   _  |   /  _/
2477\___\_|_/DC21 03A0 5D61 985B <-PGP-> F2BE 6526 ABD2 F6B2\_|_/___/3DE0




--- End Message ---
--- Begin Message ---
Source: apcupsd
Source-Version: 3.14.14-2

We believe that the bug you reported is fixed in the latest version of
apcupsd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 576...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz  (supplier of updated apcupsd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Mar 2018 19:14:07 +0100
Source: apcupsd
Binary: apcupsd apcupsd-cgi apcupsd-doc
Architecture: source amd64 all
Version: 3.14.14-2
Distribution: sid
Urgency: medium
Maintainer: Thorsten Alteholz 
Changed-By: Thorsten Alteholz 
Description:
 apcupsd- APC UPS Power Management (daemon)
 apcupsd-cgi - APC UPS Power Management (web interface)
 apcupsd-doc - APC UPS Power Management (documentation/examples)
Closes: 541660 572727 576703 878209 885820 889670 892950
Changes:
 apcupsd (3.14.14-2) unstable; urgency=medium
 .
   * debian/control: bump standard to 4.1.4 (no changes)
   * debian/control: use dh11 (mostly)
   * debian/control: add salsa VCS URLs
   * debian/control: remove dependency for dh-systemd
   * debian/control: use prio optional
   * debian/control: remove dependency for python-imaging (Closes: #892950)
 (dependency does not seem to be needed anymore)
   * debian/local/*: replace /etc/apcupsd/powerfail by file created
 with PWRFAILDIR from config
 (Closes: #541660, #572727, #576703)
   * debian/copyright: use https in URL
   * debian/control: drop dependency on libgconf2-dev (Closes: #885820)
   * debian/control: drop dependency on libgtk2.0-dev again
   * debian/rules: do not build with --enable-gapcmon
   Unfortunately gconf2 shall be removed from Debian.
   Upstream needs to move from gconf to gsettings.
   As long as this did not happen, we can not build
   the frontend any longer. (Closes: #889670, #878209)
Checksums-Sha1:
 82d5109360483c7c75e6172f63a5efe2849f8919 2270 apcupsd_3.14.14-2.dsc
 ba3afa49d9f14c584b5a14417dbf60a500c1462a 1816338 apcupsd_3.14.14.orig.tar.gz
 424b09f9db3395bee576b7007eb44777dd4203e3 20480 apcupsd_3.14.14-2.debian.tar.xz
 98c828eed3c918df0fd8ceed0e7c7272f9ae4ee8 243928 
apcupsd-cgi-dbgsym_3.14.14-2_amd64.deb
 b361662acaf3d7b4d2758791d7951cdd9af01d8f 94260 

Bug#572727: marked as done (Fails If / is Read-Only)

2018-04-08 Thread Debian Bug Tracking System
Your message dated Sun, 08 Apr 2018 21:20:21 +
with message-id 
and subject line Bug#541660: fixed in apcupsd 3.14.14-2
has caused the Debian Bug report #541660,
regarding Fails If / is Read-Only
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
541660: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541660
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: apcupsd
Version: 3.14.4-1lenny1

The subject line tells the story. The scripts with apcupsd all assume
they can write to /etc/apcupsd/powerfail, which only works if / is
mounted read-write.


Two solutions jump to mind:
First solution, `init` has powerfail/powerok states; if that state is
passed to invoked scripts, then that can be used to decide whether an
attached UPS should powerdown or not.

Second solution, it might be better to tell init to change to state 6
(reboot), rather than 0 (halt) in case of power failure. This seems a
better description of a power failure situation, the system will try to
reboot ASAP, not the system is going down while someone plays with
hardware. In this case, whenever the system is rebooted, the driver for
the UPS would tell the UPS to power down if AC power is absent (or
batteries are too far depleted due to power restoration between reboot
request and calling the driver).


I'm wondering if #492094 is a similar situation?


-- 
(\___(\___(\__  --=> 8-) EHM <=--  __/)___/)___/)
 \BS (| e...@gremlin.m5p.com PGP F6B23DE0 |)   /
  \_CS\   |  _  -O #include  O-   _  |   /  _/
2477\___\_|_/DC21 03A0 5D61 985B <-PGP-> F2BE 6526 ABD2 F6B2\_|_/___/3DE0




--- End Message ---
--- Begin Message ---
Source: apcupsd
Source-Version: 3.14.14-2

We believe that the bug you reported is fixed in the latest version of
apcupsd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 541...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz  (supplier of updated apcupsd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Mar 2018 19:14:07 +0100
Source: apcupsd
Binary: apcupsd apcupsd-cgi apcupsd-doc
Architecture: source amd64 all
Version: 3.14.14-2
Distribution: sid
Urgency: medium
Maintainer: Thorsten Alteholz 
Changed-By: Thorsten Alteholz 
Description:
 apcupsd- APC UPS Power Management (daemon)
 apcupsd-cgi - APC UPS Power Management (web interface)
 apcupsd-doc - APC UPS Power Management (documentation/examples)
Closes: 541660 572727 576703 878209 885820 889670 892950
Changes:
 apcupsd (3.14.14-2) unstable; urgency=medium
 .
   * debian/control: bump standard to 4.1.4 (no changes)
   * debian/control: use dh11 (mostly)
   * debian/control: add salsa VCS URLs
   * debian/control: remove dependency for dh-systemd
   * debian/control: use prio optional
   * debian/control: remove dependency for python-imaging (Closes: #892950)
 (dependency does not seem to be needed anymore)
   * debian/local/*: replace /etc/apcupsd/powerfail by file created
 with PWRFAILDIR from config
 (Closes: #541660, #572727, #576703)
   * debian/copyright: use https in URL
   * debian/control: drop dependency on libgconf2-dev (Closes: #885820)
   * debian/control: drop dependency on libgtk2.0-dev again
   * debian/rules: do not build with --enable-gapcmon
   Unfortunately gconf2 shall be removed from Debian.
   Upstream needs to move from gconf to gsettings.
   As long as this did not happen, we can not build
   the frontend any longer. (Closes: #889670, #878209)
Checksums-Sha1:
 82d5109360483c7c75e6172f63a5efe2849f8919 2270 apcupsd_3.14.14-2.dsc
 ba3afa49d9f14c584b5a14417dbf60a500c1462a 1816338 apcupsd_3.14.14.orig.tar.gz
 424b09f9db3395bee576b7007eb44777dd4203e3 20480 apcupsd_3.14.14-2.debian.tar.xz
 98c828eed3c918df0fd8ceed0e7c7272f9ae4ee8 243928 
apcupsd-cgi-dbgsym_3.14.14-2_amd64.deb
 b361662acaf3d7b4d2758791d7951cdd9af01d8f 94260