[CODE]root@T412-fogserver:/# tail -f /opt/fog/log/multicast.log.udpcast*
tail: cannot open /opt/fog/log/multicast.log.udpcast*' for reading: No such file or directory tail: no files remaining root@T412-fogserver:/# tail -f /opt/fog/log/multicast.log.udpcast tail: cannot open
/opt/fog/log/multicast.log.udpcast’ for reading: No such file or directory
tail: no files remaining
[/CODE]
Posts made by brian_
-
RE: Please Wait...
-
RE: Please Wait...
[CODE]root@T412-fogserver:/# tail -f /opt/fog/log/multicast.log.upcast*
tail: cannot open `/opt/fog/log/multicast.log.upcast*’ for reading: No such file or directory
tail: no files remaining[/CODE][CODE]root@T412-fogserver:/# tail -f /opt/fog/log/multicast.log
[11-09-12 8:57:51 am] * [11-09-12 8:57:51 am] Checking if I am the group manager.
[11-09-12 8:57:51 am] * [11-09-12 8:57:51 am] I am the group manager.
[11-09-12 8:58:01 am] * [11-09-12 8:58:01 am] Checking if I am the group manager.
[11-09-12 8:58:01 am] * [11-09-12 8:58:01 am] I am the group manager.
[11-09-12 8:58:11 am] * [11-09-12 8:58:11 am] Checking if I am the group manager.
[11-09-12 8:58:11 am] * [11-09-12 8:58:11 am] I am the group manager.
[11-09-12 8:58:21 am] * [11-09-12 8:58:21 am] Checking if I am the group manager.
[11-09-12 8:58:21 am] * [11-09-12 8:58:21 am] I am the group manager.
[11-09-12 8:58:31 am] * [11-09-12 8:58:31 am] Checking if I am the group manager.
[11-09-12 8:58:31 am] * [11-09-12 8:58:31 am] I am the group manager.
[/CODE][CODE]root@T412-fogserver:/# tail -f /opt/fog/log/multicast.log.upcast
tail: cannot open `/opt/fog/log/multicast.log.upcast’ for reading: No such file or directory
tail: no files remaining
[/CODE]the machines i am testing on are still on the please wait screen
-
RE: Please Wait...
changed both configs back to 127.0.0.1 and i now get new messages in the multicast log file.
[CODE][11-09-12 8:49:20 am] * [11-09-12 8:49:20 am] I am the group manager.
[11-09-12 8:49:20 am] | [11-09-12 8:49:20 am] Task (4) multicast today test is new!
[11-09-12 8:49:20 am] | [11-09-12 8:49:20 am] Task (4) multicast today test image file found.
[11-09-12 8:49:20 am] | [11-09-12 8:49:20 am] Task (4) multicast today test 2 clients found.
[11-09-12 8:49:20 am] | [11-09-12 8:49:20 am] Task (4) multicast today test sending on base port: 63106
[11-09-12 8:49:20 am] CMD: gunzip -c “/images/win7dual2/d1p1.img” | /usr/local/sbin/udp-sender --min-receivers 2 --portbase 63106 --interface eth0 --half-duplex --ttl 32 --nokbd;gunzip -c “/images/win7dual2/d1p2.img” | /usr/local/sbin/udp-sender --min-receivers 2 --portbase 63106 --interface eth0 --half-duplex --ttl 32 --nokbd;gunzip -c “/images/win7dual2/d1p3.img” | /usr/local/sbin/udp-sender --min-receivers 2 --portbase 63106 --interface eth0 --half-duplex --ttl 32 --nokbd;
[11-09-12 8:49:25 am] | [11-09-12 8:49:25 am] Task (4) multicast today test failed to start!
[11-09-12 8:49:25 am] | * Don’t panic, check all your settings!
[11-09-12 8:49:25 am] | even if the interface is incorrect the task won’t start.
[11-09-12 8:49:25 am] | If all else fails run the following command and see what it says:
[11-09-12 8:49:25 am] | gunzip -c “/images/win7dual2/d1p1.img” | /usr/local/sbin/udp-sender --min-receivers 2 --portbase 63106 --interface eth0 --half-duplex --ttl 32 --nokbd;gunzip -c “/images/win7dual2/d1p2.img” | /usr/local/sbin/udp-sender --min-receivers 2 --portbase 63106 --interface eth0 --half-duplex --ttl 32 --nokbd;gunzip -c “/images/win7dual2/d1p3.img” | /usr/local/sbin/udp-sender --min-receivers 2 --portbase 63106 --interface eth0 --half-duplex --ttl 32 --nokbd;
[11-09-12 8:49:25 am] | [11-09-12 8:49:25 am] Task (4) multicast today test has been cleaned.
[11-09-12 8:49:35 am] * [11-09-12 8:49:35 am] Checking if I am the group manager.
[11-09-12 8:49:35 am] * [11-09-12 8:49:35 am] I am the group manager.
[11-09-12 8:49:45 am] * [11-09-12 8:49:45 am] Checking if I am the group manager.
[11-09-12 8:49:45 am] * [11-09-12 8:49:45 am] I am the group manager.
[11-09-12 8:49:55 am] * [11-09-12 8:49:55 am] Checking if I am the group manager.
[11-09-12 8:49:55 am] * [11-09-12 8:49:55 am] I am the group manager.
[11-09-12 8:50:05 am] * [11-09-12 8:50:05 am] Checking if I am the group manager.
[11-09-12 8:50:05 am] * [11-09-12 8:50:05 am] I am the group manager.[/CODE] -
RE: Please Wait...
i tried changing the /etc/hosts
127.0.0.1 localhost
192.168.155.69 T412-fogserverand still no luck
-
RE: Please Wait...
define( “MYSQL_HOST”, “localhost” );
define( “MYSQL_DATABASE”, “fog” );
define( “MYSQL_USERNAME”, “root” );
define( “MYSQL_PASSWORD”, “824561” );
define( “DB_TYPE”, “mysql” );
define( “DB_HOST”, MYSQL_HOST );
define( “DB_NAME”, MYSQL_DATABASE );
define( “DB_USERNAME”, MYSQL_USERNAME );
define( “DB_PASSWORD”, MYSQL_PASSWORD );define( “UPDSENDERPATH”, “/usr/local/sbin/udp-sender” );
define( “MULTICASTLOGPATH”, “/opt/fog/log/multicast.log” );
define( “MULTICASTDEVICEOUTPUT”, “/dev/tty2” );
define( “MULTICASTSLEEPTIME”, 10 );
define( “MULTICASTINTERFACE”, “eth0” );
define( “UDPSENDER_MAXWAIT”, null );define( “MYSQL_HOST”, “192.168.155.69” );
define( “MYSQL_DATABASE”, “fog” );
define( “MYSQL_USERNAME”, “root” );
define( “MYSQL_PASSWORD”, “824561” ); -
RE: Please Wait...
now that i have fixed the mysql password and the tftp password and i now get the “I could not connect!” doing the php command
root@T412-fogserver:/# php -r “include(‘/opt/fog/service/etc/config.php’);mysql_connect(MYSQL_HOST,MYSQL_USERNAME,MYSQL_PASSWORD) or die('I could not connect! '.PHP_EOL); echo 'I connected successfully '.PHP_EOL;”
PHP Warning: mysql_connect(): Lost connection to MySQL server at ‘reading initial communication packet’, system error: 111 in Command line code on line 1
I could not connect! -
RE: Please Wait...
had to reinstall and now he is whats happening.
the php command listed above still works and completes successfully
when i make a group and give it a multicast task it disappears in the task listings/opt/fog/service/etc/config.php
define( “MYSQL_HOST”, “localhost” );
define( “MYSQL_DATABASE”, “fog” );
define( “MYSQL_USERNAME”, “root” );
define( “MYSQL_PASSWORD”, “” );/var/www/fog/commons/config.php?
define( “MYSQL_HOST”, “localhost” );
define( “MYSQL_DATABASE”, “fog” );
define( “MYSQL_USERNAME”, “root” );
define( “MYSQL_PASSWORD”, “” );i will try the multicast by giving it the task while it’s waiting for one. that normally works.
-
RE: Please Wait...
root@T412-fogserver:/# php -r “include(‘/opt/fog/service/etc/config.php’);mysql_connect(MYSQL_HOST,MYSQL_USERNAME,MYSQL_PASSWORD) or die('I could not connect! '.PHP_EOL); echo 'I connected successfully '.PHP_EOL;”
I connected successfully -
RE: Please Wait...
i’ve already done that. multiple times. when i get back to the computer i will post all the config setting.
-
RE: Please Wait...
the error in the log is
[11-06-12 12:45:54 pm] | [11-06-12 12:45:54 pm] Failed to connect to database server, will try again in next iteration.
[11-06-12 12:46:04 pm] | [11-06-12 12:46:04 pm] Failed to connect to database server, will try again in next iteration.
[11-06-12 12:46:14 pm] | [11-06-12 12:46:14 pm] Failed to connect to database server, will try again in next iteration.
[11-06-12 12:46:24 pm] | [11-06-12 12:46:24 pm] Failed to connect to database server, will try again in next iteration.
[11-06-12 12:46:34 pm] | [11-06-12 12:46:34 pm] Failed to connect to database server, will try again in next iteration. -
Please Wait...
Ubuntu 10.4.4 LTS
fog .32During fog instillation no mysql password was set for all 3 options
unicast works perfectly
multicast task disappears in 5 seconds but i can get it to start if i start it when the computer is waiting for a task. than it blue screens at please wait.
if i change the 2 config files in:
/var/www/fog/commons
/opt/fog/service/etci can no longer connect to the database though the web ui.
i need this working please help
-
RE: Task Management not doing anything
re installed with ubuntu 10.4.4 LTS and it worked
-
RE: Task Management not doing anything
using ubuntu 12.10 desktop and .32 fog
-
Task Management not doing anything
When I try to make a basic or advance task all it does is stay at a screen that says “Task Management” and nothing below it. nothing is appearing in the task manager either.
any ideas?
-
RE: Very confused
lawl. just ask someone who knows. my new issue is when i try to make a basic upload task it doesn’t do anything. it doesn’t say it was made or anything
-
RE: Very confused
IT WORKS i don’t know what i changed but i might make an image and upload it so people stop having issues
-
RE: Very confused
so i re installed everything and reset all the setting for everything including my dhcp server s-2008. now i get this error
[FONT=Consolas]T01- file not found[/FONT]
[FONT=Consolas]E3B- TFTP Error - File Not found[/FONT]