Advanced wake-up task for a group is queued but not performed
-
@FritzBox360 Did you cancel the pre-existing task first and then try? I tested and saw the problem. The fix fixes the issue where it’s creating a tasking in the first place, it does not clear the task for you though.
-
@Tom-Elliott yes, there are no active task. If i start a advanced wakeup for a group this task is hanging under the active tasks. I need to remove it manually.
-
@Tom-Elliott Thanks a million, it worked ! (I just empty task table before applying.)
-
@FritzBox360 Did you run the command I requested, or just re-tried?
-
@Tom-Elliott yes, i run your command with an empty task table but nothing changed
--2017-06-26 14:31:59-- https://raw.githubusercontent.com/FOGProject/fogproject /c9431f0da0659fd5f6730b2a7e0ec0d38ad1f179/packages/web/lib/fog/group.class.php Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.112.1 33 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.112. 133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 29076 (28K) [text/plain] Saving to: ‘/var/www/fog/lib/fog/group.class.php’ 100%[======================================>] 29.076 --.-K/s in 0,002s 2017-06-26 15:31:59 (15,9 MB/s) - ‘/var/www/fog/lib/fog/group.class.php’ saved [ 29076/29076]
-
@Tom-Elliott, I cowardly run
cp /var/www/fog/lib/fog/group.class.php /var/www/fog/lib/fog/group.class.php-bak
I empty the MySQL task table in PHPMyAdmin and then run the command you requested:
wget -O /var/www/fog/lib/fog/group.class.php https://raw.githubusercontent.com/FOGProject/fogproject/c9431f0da0659fd5f6730b2a7e0ec0d38ad1f179/packages/web/lib/fog/group.class.php
No more error on group WOL. Thanks again
-
@FritzBox360 then can you change the -O portion to state:
wget -O /var/www/html/fog/lib/fog/group.class.php https://raw.githubusercontent.com/FOGProject/fogproject/c9431f0da0659fd5f6730b2a7e0ec0d38ad1f179/packages/web/lib/fog/group.class.php
Also, please make sure there’s isn’t any erroneous spaces.
-
@Tom-Elliott now it works not sure were the problem was … Thanks a lot!
-
@FritzBox360 You have two installations that are “separate” but functionally working from one location.
Mind running:
mv /var/www/fog /var/www/fog_old ln -s /var/www/html/fog /var/www/fog
So that this type of problem doesn’t happen again?
-
@Tom-Elliott you are right! That was the problem. I do not know why i have two instances - i will clear and fix it tomorrow! Thank you Tom!