My guess is his ftp settings were incorrect or the NAS was full and could not move the files.
More info can be found here.
[url]http://fogproject.org/wiki/index.php/NAS_Storage_Node[/url]
My guess is his ftp settings were incorrect or the NAS was full and could not move the files.
More info can be found here.
[url]http://fogproject.org/wiki/index.php/NAS_Storage_Node[/url]
What version of Fog are you running?
You mentioned virtual machine. Please make sure your network settings for the server are set to bridged. Allowing the server to get an actual ip address from your dhcp server.
Is your fog server your DHCP server?
Please post a thread in the Fog Problems section and we would be happy to help.
Check your install log. There is an entry specifically for the new client. If it failed then it will not be on your machine and the link will not work.
[S]There was an error with r3162’s location of the file. A bit of a mistype.[/S] Tom should be correcting it now. BUT if you wish to force download it please use.
[CODE]sudo wget -O /var/www/fog/client/FOGService.msi https://github.com/FOGProject/fog-client/releases/download/0.7.2/FOGService.msi
[/CODE]
OR
Download from [url]http://github.com/FOGProject/fog-client/releases[/url]
[COLOR=#ff0000]Edit:[/COLOR]
[COLOR=#ff0000]We were using curl method to download from github and some versions of ubuntu don’t install that package by default. This package has been added to the install script (r3163) and downloads of the new client will now work.[/COLOR]
[SIZE=4][COLOR=#339966]HAPPY BETA TESTING!!![/COLOR][/SIZE]
Check to see if the file is actually located @ URL <ipofserver>/fog/client/FOGService.msi
Then check Terminal:/var/www/fog/client/ to see if FOGService.msi exists
Edit: Check your install log. There is an entry specifically for the new client. If it failed then it will not be on your machine and the link will not work.
[quote=“Fernando Gietz, post: 44198, member: 13”]Hello Matthew,
Thi splugin is only available in the beta version. Not in 1.2[/quote]
That is clearified in the wiki mentioned in the 1st post.
There is a wiki for the migration. If you could take a look over this and make sure you didn’t miss a step that would be a great place to start.
[url]http://fogproject.org/wiki/index.php/Upgrade_to_1.x.x[/url]
See [url]http://fogproject.org/wiki/index.php/NAS_Storage_Node[/url] for more information.
yes merge the information. then do a page insertion on the old page. This way both pages will have updated info
Edit:
See this page for what I mean…[url]http://fogproject.org/wiki/index.php?title=Multicast[/url]
[U][U][COLOR=#ff0000]NAS devices are not all compatible with the dashboard disk info.[/COLOR][/U][/U]
Some basic components for this to POSSIBLY work correctly are ssh, ftp, nfs and mysql on the NAS. ftp is work correctly since you are getting the info you posted above. IF you have ssh enabled on the NAS you can then test nfs and mysql.
*Test mysql
From the NAS can you connect to the FOG server’s mysql database?
[CODE]#mysql -h <ipoffogserver> -u root <-p password> fog[/CODE]
*Test nfs
Check if nfs is working on localhost
[CODE]# rpcinfo -u localhost nfs
program 100003 version 2 ready and waiting
program 100003 version 3 ready and waiting
root 232 1 0 Apr 07 ? 0:01 /usr/lib/nfs/nfsd -a 16
root 3127 2462 1 09:32:57 pts/3 0:00 grep nfsd[/CODE]
*Set up NAS as storage node in webgui.
Which I see you have already done.
After all this you MAY get the info to display on the dashboard.
I think we will fix it since it directly affects 2 devs. Even if it didn’t we would still try o fix it. We are still tossing around some changes in the kernels to correct this but seems to effect vmware and virtual box.
You could also try removing them out of the Advanced menu and create individual menu items for each of these, now that you are on a higher revision.
OK so I’m hitting a few things back and forth with Tom and jbob. Seems to be an issue with VMware’s Windows 7 x64, Windows 8, Windows 8 x64 versions. You will find if you change the version to Windows 7 (32bit) the menu items work correctly.
Something isn’t working between the versions and the kernel/init files.
UPDATE: We are suspecting VMware to be the issue.
Remember the menu’s are in php. Is that how you echo apostrophes?
(This is a clue not a real answer)
At this point in time FOG is not friendly with the VMware Hosts. We are currently working with this issue. Are you getting these errors on hardware machines?
I have successfully disabled the incognito on the machines here using this reg hack.[URL=‘https://www.internetsafetyproject.org/wiki/how-disable-incognito-mode-chrome’]
https://www.internetsafetyproject.org/wiki/how-disable-incognito-mode-chrome[/URL]
new windows however are hard.
[quote=“Wayne Workman, post: 43359, member: 28155”]In my honest opinion, you are doing too much. This is a classroom management issue, not a technology issue. If some students are repetitively academically dishonest while using technology, suspend their technology privileges, let them take a paper test instead.[/quote]
Agreed, but some administrations see that using the shot gun approach to issues is the best. The only way for this approach to work is to limit the technology itself. So Jaymes is making the best out of his situation.
Students pop the keys off of keyboards here all the time. We all know its a classroom management issue but no one does anything, so I’m stuck fixing keys all the time. I do have to hand it to them they did have enough time to spell out “F*** YOU” on the finger placement keys. (Yes they stole the second “U” off another keyboard.) Just something I have to deal with I guess.
[quote=“Tom Elliott, post: 43307, member: 7271”]Do you have STP enabled on your network (if so can you disable it temporarily or enable Rapid STP/Portfast?)[/quote]
HELLO Tom has a valid point here. If STP is enabled and you don’t have Portfast enabled it will cause iPXE not to work or work sporadically.
[url]http://fogproject.org/wiki/index.php/IPXE#What_do_I_enable_and_disable.3F[/url]
Fish are you booting this in debug only mode? OR debug download?