[PVE-User] Server shutdown issue with the latest

Pongracz Istvan pongracz.istvan at gmail.com
Sat Nov 8 10:24:08 CET 2008


Sorry, in my previous email I pressed ctrl+enter -> send email
shortcut .......

----------------

Hi All,

I expected that on my system, I cannot shutdown my latest PVE via 
Administration->Server->Services->Shutdown Server.

As I tracked down the code, I found that, an 'action' tag is missing
from the code (see below).
I added the missing tag and now the system shutdown is working well as
expected.
(/var/www/pve/server/reboot.htm)

I checked it in the .deb package (after apt-get update) and I found this
problem exists in the 
deb package, so, it seems it is affected others too.

After I checked the /var/www/pve/system/reboot.htm  and I found that, it
is a little bit different than 
the other under the 'server' directory.
This version of reboot seems to be ok, because it only extends the
reboot by poweroff=1 if the user 
selected the poweroff. Developers should understand this.....

So, here is my diff for /var/www/pve/server/reboot.htm to get it work:


--- reboot.htm 2008-11-05 12:19:00.000000000 +0100
+++ reboot.htm.working 2008-11-08 00:40:06.000000000 +0100
@@ -30,7 +30,7 @@

  if ($fdat{state} eq 'confirm') {
    if ($fdat{poweroff}) {
-     my $ref .= "reboot.htm?m3=0&poweroff=1";
+     my $ref .= "reboot.htm?m3=0&action=reboot&poweroff=1";
      my $msg =  __("Do you really want to shutdown the Server?");
      $out .= PVE::HTMLUtils::create_confirmframe ($msg, __("Shutdown"),
$ref, 'index.htm');
    } else {


Regards,
István

-- 
BSA. Mert megérdemlitek.
Open Source. Mert megérdemlem.
--
BSA. They value it.
Open Source. The value. It.
--
http://www.startit.hu
http://www.osbusiness.hu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20081108/a09ea4e3/attachment.htm>


More information about the pve-user mailing list