Fog 1.0.1 Bug?
-
[FONT=Tahoma][COLOR=#141414]Hello,[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]I’ve installed Ubuntu 12.04 and afther this i was following Fog Wiki post to install 1.0.1 everything was fine.[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]I was configured for Isolated Network.[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]When i try to login on my ip that i’ve put on fog everythings is fine here also install/upgrade, but when i want to put username/password i stay a lot of time to login like i didn’t have internet connexion (i don’t have because i was put fog server connected to other pc from NIC to NIC and i know Fog dosen’t recuired internet allways to use.)[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]I also have DELAY if i click on host/users/task/config on all click from there.[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]I try also to put in a switch the same problem.[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]I connect internet cable to that switch and now it’s ok… but i need to boot from pc to pc because i can’t put in our network FOG server… [/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]And other think on 0.32 was having fog server on a pc with a cable in NIC, i put cable from NIC to other pc’s NIC and i can register host, upload, deploy image…[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]To do this in terminal i write some commands: sudo service isc-dchp server start –sudo service tftpda-hpa start and after that in terminal was two message OK OK.[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]In 1.0.1 i can’t boot like this and when i try to run those commands i get error isc-dchp: unrecognized service, tftpda-hpa unrecognized service.[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]Now i don’t have any FOG SERVER and is crucial for me… because it’s my job to install windows7 in this company.[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]Can please help me to reconfigure???[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]I have two or tree problems i think… or a major one[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]I don’t know if you guys understand what i talk about here… but i try to be understood if you need some extra informations.[/COLOR][/FONT]
[FONT=Tahoma][COLOR=#141414]Please look at attachments![/COLOR][/FONT]
[URL=‘http://www.imagebam.com/image/11547f326471593’][IMG]http://thumbnails111.imagebam.com/32648/11547f326471593.jpg[/IMG][/URL] [URL=‘http://www.imagebam.com/image/2a9a02326471601’][IMG]http://thumbnails112.imagebam.com/32648/2a9a02326471601.jpg[/IMG][/URL] [URL=‘http://www.imagebam.com/image/3e6c9c326471650’][IMG]http://thumbnails112.imagebam.com/32648/3e6c9c326471650.jpg[/IMG][/URL] [URL=‘http://www.imagebam.com/image/cbfcab326471667’][IMG]http://thumbnails111.imagebam.com/32648/cbfcab326471667.jpg[/IMG][/URL] [URL=‘http://www.imagebam.com/image/5da3e4326471732’][IMG]http://thumbnails112.imagebam.com/32648/5da3e4326471732.jpg[/IMG][/URL] [URL=‘http://www.imagebam.com/image/ed2b50326471749’][IMG]http://thumbnails111.imagebam.com/32648/ed2b50326471749.jpg[/IMG][/URL]
-
First things first.
Try removing DNS altogether from the equation. It should work better. To remove DNS off the FOG Server, Delete the contents of the /etc/resolv.conf file. Once all are removed you shouldn’t have the “long” delays to get login because it doesn’t have any information to try to load the information.
Second:
The tftp restart command should be: on ubuntu: either:
[code]sudo service tftpd-hpa restart[/code] or [code]sudo restart tftpd-hpa[/code] I don’t know if 12.04 has upstart or not.The DHCP Server needs to be installed for you to do Server to PC connection connected over cross-over cable. I don’t know what the command is to restart, but I think its:
[code]sudo service isc-dhcp-server restart[/code] or [code]sudo restart isc-dhcp-server[/code]That should enable the DHCP server to function, allowing your connected system to obtain an IP address and booting. The Last picture in the series you have here is likely because dhcp server is either not running, or not installed, in which case you will need to connect the FOG Server to the internet to re-install and enable the DHCP server component.
Hopefully this helps.
-
[CODE]administrator@Administrator:~$ sudo service tftpd-hpa restart
tftpd-hpa stop/waiting
tftpd-hpa start/running, process 3252
administrator@Administrator:~$ sudo service tftpd-hpa start
start: Job is already running: tftpd-hpa
administrator@Administrator:~$ sudo service isc-dhcp-server start
isc-dhcp-server start/running, process 3263
administrator@Administrator:~$ sudo service isc-dhcp-server start
start: Job is already running: isc-dhcp-server
administrator@Administrator:~$[/CODE]
It’s OK?
2nd. I’ve delete from etc/resolv.conf nameserver 127.0.0.1 and search 10.10.3.3 but nothing change the same delay.
3rd problem i was registering my computer to FOG Server, i have an image with windows7 i was making like in 0.32 to upload but i have an error:
Failed to create deploy task
Image is not valid
In my oppinion is valid, i enter in windows … is other way to upload image in 1.0.1?PS: is the latest version of fog? or you will update, we will have an option with automatic update or i need to reinstall again from the beggin??
Sorry for bother you Tom.
-
[quote=“dOR1n, post: 27071, member: 19492”][CODE]administrator@Administrator:~$ sudo service tftpd-hpa restart
tftpd-hpa stop/waiting
tftpd-hpa start/running, process 3252
administrator@Administrator:~$ sudo service tftpd-hpa start
start: Job is already running: tftpd-hpa
administrator@Administrator:~$ sudo service isc-dhcp-server start
isc-dhcp-server start/running, process 3263
administrator@Administrator:~$ sudo service isc-dhcp-server start
start: Job is already running: isc-dhcp-server
administrator@Administrator:~$[/CODE]
It’s OK?
2nd. I’ve delete from etc/resolv.conf nameserver 127.0.0.1 and search 10.10.3.3 but nothing change the same delay.[/quote]
It looks like the tftpd-hpa restarted the service expectedly.
It also looks like your isc-dhcp-server wasn’t started originally, but now is running.
I’ll look further at what fixes the dns translation issues, but for now, it’s not “broken” just you have a delay.
[quote=“dOR1n, post: 27071, member: 19492”]
3rd problem i was registering my computer to FOG Server, i have an image with windows7 i was making like in 0.32 to upload but i have an error:
Failed to create deploy task
Image is not valid
In my oppinion is valid, i enter in windows … is other way to upload image in 1.0.1?[/quote]When you placed the image, you set the image os as? Windows 7? Did you set the Image Type properly? Just because you “think” it’s valid, doesn’t mean that it is valid.
[quote=“dOR1n, post: 27071, member: 19492”]
PS: is the latest version of fog? or you will update, we will have an option with automatic update or i need to reinstall again from the beggin??Sorry for bother you Tom. :([/quote]
You’re not bothering me, but I will see your posts, you don’t have to post your threads on my profile. I will get to them, and answer them. Anyway, I will not have an automatic update option, yet. I want to add a feature like that in the future, but for right now, it’s fine. You don’t have to “reinstall” from the beginning though now.
To “upgrade” to newer revisions or versions, you just rerun the installfog.sh file. You don’t have to do it all from scratch. Once successful on installation, fog creates a file in /opt/fog called .fogsettings (NOTE THE Period before the name.) This is how the installer knows if you are fresh installing or updating. You just tell the installer that you want to upgrade and it will use your already set settings.
-
Finally i resolve the image upload… was a mistake from me sorry im verry excited for this new Fog Server.
Other think, on 0.32 Gigabyte from Gigabyte Ethernet upload speed was 6GB/min now it’s 1.09GB/min.
The same image on 0.32 i upload/deploy in 6 min maximum, and now in 35 min? -
Could you look which value do you have by FOG_PIGZ_COMP under FOG Configuration -> FOG Settings -> FOG Boot Settings?
This value is the compression factor for gzip. I have this value at 5, in fog 0.32 I think it was 3. -
[quote=“Albatros, post: 27076, member: 16710”]Could you look which value do you have by FOG_PIGZ_COMP under FOG Configuration -> FOG Settings -> FOG Boot Settings?
This value is the compression factor for gzip. I have this value at 5, in fog 0.32 I think it was 3.[/quote]Value at my Fog Server 1.0.1 is 9. (what value need’s to be here for fast speed?)
After finished my image upload i’ve got those two error’s:
[URL=‘http://www.imagebam.com/image/bb4372326488019’][IMG]http://thumbnails111.imagebam.com/32649/bb4372326488019.jpg[/IMG][/URL] [URL=‘http://www.imagebam.com/image/bc8976326488038’][IMG]http://thumbnails112.imagebam.com/32649/bc8976326488038.jpg[/IMG][/URL]
At task in status is “In-Progress”
The only remedy was to restart computer and cancel task
When i try to deploy the image another error look attach:Can some1 tell’s me what kernel 1.0.1 use, and from where i can’t download and how i install, to put on 0.32?
I know i put a lot of questions but please i need answer for everything![url=“/_imported_xf_attachments/0/766_Screenshot from 2014-05-14 15:52:46.png?:”]Screenshot from 2014-05-14 15:52:46.png[/url]
-
The value of 9 is max compression and that takes very long. Change it to 3 for example and then the time for compression will be much smaller, that means then the files are bigger, but not much.
If the ftp problem still exists, please take a look at this post
[url]http://fogproject.org/forum/threads/ftp-error.10386/#post-26287[/url] -
[quote=“Albatros, post: 27081, member: 16710”]The value of 9 is max compression and that takes very long. Change it to 3 for example and then the time for compression will be much smaller, that means then the files are bigger, but not much.
If the ftp problem still exists, please take a look at this post
[url]http://fogproject.org/forum/threads/ftp-error.10386/#post-26287[/url][/quote]- Set the fog user password in GUI
- Change unix fog user password (passwd fog in linux terminal)
- Set password (same as point 2) in Storage Management
- Set ftp password (same as point 2 and 3) in FOG settings
Can you tell me with commands or step by step how i do this? :s
-
Okay
- Should be User Mangement, but you can login into fog. No change needed
- Open a terminal and run this code
[CODE]sudo passwd fog[/CODE]
Enter your ubuntu password - ENTER
And then the fog password that you use - Change the password to that password you use under the Storage Management in FOG
- Change the value of FOG_TFTP_FTP_PASSWORD under FOG Configuration -> FOG Settings -> TFTP Server to the password you use
Hope that helps,
Good luck -
This post is deleted! -
Hello,
I found 3 problems:- When i login on x.x.x.x/fog/managemen/ to deploy/upload an image at Dashboard it dosen’t appear nothing… thinking… (if i connect to internet not let in isolated network it’s everything ok :/)
- Sometimes when i want to connect on fog WebGUI when i try to login it dosen’t work only thinking for ex: waiting for (and here is my ip) … fog sites X latestest version X with red.
- I was trying to upload an image on fog server and after Looking for Hard Disk…Done it’s stuck! … if i press enter or space an error appear (i don’t have time to see what error is because is like in 1 sec) and automat restart after.
I don’t know if i have those errors because i’ve made this: [url]http://fogproject.org/forum/threads/fog-1-0-1-slowness.10483/[/url]
Any help?
Please look at pictures!
[URL=‘http://www.imagebam.com/image/2911e1326831216’][IMG]http://thumbnails104.imagebam.com/32684/2911e1326831216.jpg[/IMG][/URL] [URL=‘http://www.imagebam.com/image/b71250326831220’][IMG]http://thumbnails111.imagebam.com/32684/b71250326831220.jpg[/IMG][/URL] -
This post is deleted! -
[quote=“dOR1n, post: 27267, member: 19492”]Hello,
I found 3 problems:- When i login on x.x.x.x/fog/managemen/ to deploy/upload an image at Dashboard it dosen’t appear nothing… thinking… (if i connect to internet not let in isolated network it’s everything ok :/)
- Sometimes when i want to connect on fog WebGUI when i try to login it dosen’t work only thinking for ex: waiting for (and here is my ip) … fog sites X latestest version X with red.
- I was trying to upload an image on fog server and after Looking for Hard Disk…Done it’s stuck! … if i press enter or space an error appear (i don’t have time to see what error is because is like in 1 sec) and automat restart after.
I don’t know if i have those errors because i’ve made this: [url]http://fogproject.org/forum/threads/fog-1-0-1-slowness.10483/[/url]
Any help?
Please look at pictures!
[URL=‘http://www.imagebam.com/image/2911e1326831216’][IMG]http://thumbnails104.imagebam.com/32684/2911e1326831216.jpg[/IMG][/URL] [URL=‘http://www.imagebam.com/image/b71250326831220’][IMG]http://thumbnails111.imagebam.com/32684/b71250326831220.jpg[/IMG][/URL][/quote]Try upgrading your FOG revision. Redownload the FOG 1.0.1 tar file and reinstall. I know what the issue of the Slowness was and have corrected it. This should fix the issues for numbers 1 and 2. It won’t necessarily rid you of the slowness directly, but it won’t give you the dreaded spinner’s anymore either.
For number 3, if you can maybe take a video I can possibly pause it and see what the error message is exactly to try helping narrow down what the error is.
-
[QUOTE]Try upgrading your FOG revision. Redownload the FOG 1.0.1 tar file and reinstall. I know what the issue of the Slowness was and have corrected it. This should fix the issues for numbers 1 and 2. It won’t necessarily rid you of the slowness directly, but it won’t give you the dreaded spinner’s anymore either.[/QUOTE]
I was installed fog 1.0.1 last version released from the beggin a fresh install of ubuntu and also fog server.
It’s still slowly and waiting to connect … i can’t do nothing. Only work if i connect to the internet.[QUOTE]For number 3, if you can maybe take a video I can possibly pause it and see what the error message is exactly to try helping narrow down what the error is.[/QUOTE]
I was connected WebGUI Fog to internet because in other way i can’t and after i was trying to upload an image on server.
I’ve got two errors:[URL=‘http://www.imagebam.com/image/2dbaef326886159’][IMG]http://thumbnails110.imagebam.com/32689/2dbaef326886159.jpg[/IMG][/URL] [URL=‘http://www.imagebam.com/image/e630a1326886165’][IMG]http://thumbnails112.imagebam.com/32689/e630a1326886165.jpg[/IMG][/URL]
-
This post is deleted! -
This post is deleted! -
Hello
Thank you for the very great work
I am a network administrator in a part of university of Lyon in France, Fog is awesome
I found a bug when i do wakeup for a host there is a blank screen and no wakeup.
in the apache log
PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/Host.class.php on line 653, referer: [url]http://myserver/fog/management/index.php?node=host&sub=deploy&id=297&type=14[/url]