Right. People should not
Posts made by geezer
-
RE: Cannot install FOG 1.5.8 on Ubuntu
You need to add archive repos for php7.3
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository ppa:ondrej/apache2
And you will be good to go. If you will run into problem with DB password -
https://stackoverflow.com/questions/41645309/mysql-error-access-denied-for-user-rootlocalhost
-
Multicast task has been killed
Fog Version 1.6.0-alpha.999
Ubuntu Server 20.04Regular tasks works just fine.
When I am creating multicast task it exists for no longer than 10 seconds. Then just disappears.That is from multicast.log
[07-09-20 4:09:35 am] * No new tasks found
[07-09-20 4:10:05 am] * No new tasks found
[07-09-20 4:10:35 am] * No new tasks found
[07-09-20 4:11:05 am] * No new tasks found
[07-09-20 4:11:35 am] * No new tasks found
[07-09-20 4:12:05 am] * No new tasks found
[07-09-20 4:12:35 am] * No new tasks found
[07-09-20 4:13:05 am] | Task ID: 1 Name: Name2 is new
[07-09-20 4:13:05 am] DirectoryIterator::__construct() expects exactly 1 parameter, 2 given
[07-09-20 4:13:35 am] | Task ID: 2 Name: Multi-Cast Task - test_multicast 2020-07-09 04:13:33 is new
[07-09-20 4:13:35 am] DirectoryIterator::__construct() expects exactly 1 parameter, 2 given
[07-09-20 4:14:05 am] | Task ID: 2 Name: Multi-Cast Task - test_multicast 2020-07-09 04:13:33 is no longer running
[07-09-20 4:14:05 am] | Task ID: 2 Name: Multi-Cast Task - test_multicast 2020-07-09 04:13:33 has been killed
[07-09-20 4:14:05 am] | Task ID: 1 Name: Name2 has been completed
[07-09-20 4:14:05 am] | Task ID: 1 Name: Name2 has been killed
[07-09-20 4:14:05 am] | Task ID: 2 Name: Multi-Cast Task - test_multicast 2020-07-09 04:13:33 is now completed
[07-09-20 4:14:05 am] | Task ID: 1 Name: Name2 is now completed
[07-09-20 4:14:35 am] * No new tasks found
[07-09-20 4:15:05 am] * No new tasks found
[07-09-20 4:15:35 am] * No new tasks found
[07-09-20 4:16:05 am] * No new tasks found
[07-09-20 4:16:35 am] * No new tasks foundNeed your help. Thanks.