You are not logged in.
Pages: 1
Hi,
i installed GLPI 0.7RC3 and the CMD-Plugin (from http://glpi-project.org/tarballs-plugins/). I can see and configure the plugin in GLPI, but if i try to wake-up a PC, nothing happens. With "ether-wake -i eth1 00:11:D8:E1:FC:00" from the Linux-Console, the wake-up works fine. Any ideas whats wrong?
Offline
in debug mode, an error in red ?
Xavier Caillaud
Blog GLPI Infotel
Offline
Debug? how can i enable debug?
Offline
Setup -> general -> Use GLPI in Mode
Xavier Caillaud
Blog GLPI Infotel
Offline
I enabled debug and klick the plugin again, bot no red error occur. If i scoll down on this page i see:
-----------------------------------------------------------------------------------------
1 SELECT *
FROM glpi_computers
WHERE (ID = 6) 0.001
2 SELECT name
FROM glpi_computers
WHERE ID='6' 0.000
3 SELECT ID
FROM glpi_computers
WHERE ( name > 'greulix' OR (name = 'greulix' AND ID > '6') ) AND deleted='0' AND is_template='0' AND ( 1 )
ORDER BY name ASC, ID ASC 0.000
4 SELECT name
FROM glpi_computers
WHERE ID=6 0.000
5 SELECT ID
FROM glpi_computers
WHERE (name < 'greulix' OR (name = 'greulix' AND ID < '6') ) AND deleted='0'AND is_template='0'AND ( 1 )
ORDER BY name DESC, ID DESC 0.000
6 SELECT glpi_plugin_cmd.ID as ID, glpi_plugin_cmd.name as name, glpi_plugin_cmd.link as link
FROM glpi_plugin_cmd
INNER JOIN glpi_plugin_cmd_device ON glpi_plugin_cmd.ID= glpi_plugin_cmd_device.FK_cmd
WHERE glpi_plugin_cmd_device.device_type='1'
ORDER BY glpi_plugin_cmd.name 0.001
7 SELECT *
FROM glpi_computers
WHERE (ID = 6)
-----------------------------------------------------------------------------------------
hmm, what dows that mean?
Offline
and in the popup when you do a wol ?
Xavier Caillaud
Blog GLPI Infotel
Offline
There is no popup. I do the following:
login to glpi as superadmin -> Inventar -> Computer -> klick on one computer -> Tab "Plugins" -> "Commands". Then i see:
Associated Commands
Wake on Lan
and i klick on "Wake on LAN", but nothing happens, the screen scolls only the side above. I try this from a Linux-Machine with Firefox and from a Windows 2000 Machine with Firefox.
Offline
hum normally a pop-up try to do wol...
Xavier Caillaud
Blog GLPI Infotel
Offline
Pages: 1