image deploy help
-
Sorry. I ran the kill and it comes up no such process.
Other comes up with:
PHP Warning: Error while sending QUERY packet. PID=19012 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=19159 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=19495 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=19640 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=19976 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=20115 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=20440 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=20588 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=20914 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=21073 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=21330 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=21552 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=21879 in /var/www/fog/lib/db/pdodb.class.php on line 591 PHP Warning: Error while sending QUERY packet. PID=22050 in /var/www/fog/lib/db/pdodb.class.php on line 591
-
@Bullet Seems like the MulticastManager has a major issue issuing a query to the database but it’s kind of strange because the other services do query the database as well and so does the web UI.
- Can you still use the FOG web UI without a problem?
- Is it slow on certain page loads?
- How many hosts with fog-client installed do you have?
- What is CLIENT CHECKIN TIME time set to (FOG Configuration -> FOG Settings -> FOG Client section)?
- How much memory do you have in your FOG server (command
free -m
)?
-
We can use the UI fine and from any system.
No slowness at all.
12 Hosts
Checkin Time is 60
8gb memory installedtotal used free shared buff/cache available Mem: 7822 2154 3836 341 1831 5039 Swap: 2047 0 2047
-
We did a remote session. Turned out to be a case of corrupt entries in the multicastSession table in the datebase. We fixed those as described in the wiki: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_MySQL#Database_Maintenance_Commands
-
@Bullet Sorry, I forgot to start all the other services again. Maybe it’s good you restart your FOG server and all will be fine up again.
-
Thanks again for the help!
-
I am re-opening this topic as @Bullet told me in a chat session that the same issue occurred again. Hope we can figure out which steps led to it so we might be able to fix this in the code.
-
Sorry been away. I was able to fix the issue acting I was installing all over again.
-
@Bullet Please keep us posted if the issue is coming up again.
-
Will do.