Difference between revisions of "Troubleshoot Downloading - Multicast"
(Created page with "Article under construction. Below, you will find notes / jibberish that I'm collecting to make into an article.") |
|||
Line 1: | Line 1: | ||
Article under construction. Below, you will find notes / jibberish that I'm collecting to make into an article. | Article under construction. Below, you will find notes / jibberish that I'm collecting to make into an article. | ||
+ | |||
+ | ------------------------------------------------------------------ | ||
+ | |||
+ | |||
+ | Inside the FOG DB, there are two multicast association tables. You can delete all the rows in those tables, re-install FOG, and try again and see what happens? | ||
+ | |||
+ | Via MySQL cli | ||
+ | |||
+ | <pre>TRUNCATE TABLE multicastSessions; | ||
+ | TRUNCATE TABLE multicastSessionsAssoc; | ||
+ | DELETE FROM tasks WHERE taskTypeId=8;</pre> |
Revision as of 02:32, 3 June 2015
Article under construction. Below, you will find notes / jibberish that I'm collecting to make into an article.
Inside the FOG DB, there are two multicast association tables. You can delete all the rows in those tables, re-install FOG, and try again and see what happens?
Via MySQL cli
TRUNCATE TABLE multicastSessions; TRUNCATE TABLE multicastSessionsAssoc; DELETE FROM tasks WHERE taskTypeId=8;