@Wayne-Workman : It worked. I just updated the Unix Fog password. Thanks
Posts made by Satya
-
RE: Error: ftp_login(): Login incorrect (while capturing Image)
-
Error: ftp_login(): Login incorrect (while capturing Image)
Updating databaseā¦ Failed
Error returned: Type 2, File: /var/www/html/fog/lib/fog/fogftp.class.php, Line 104, Message: ftp_login(): Login incorrect. * Reattempting to update databaseā¦ Failedat Line 104 I can view as below:
if (@ftp_login(self::$link,$username,$password) === false) self::ft$I have updated the password in
- FOG settings -> FOG_TFTP_FTP_USERNAME, FOG_TFTP_FTP_PASSWORD
- Storage management
Unable to figure out where the issue is. Any kind of help is appreciable!
-
RE: Host Registration failed. (tftp://x.x.x.x/default.ipxe.. Connection timed out error)
@Tom-Elliott I Tried those default login credentials. But no use
-
RE: Host Registration failed. (tftp://x.x.x.x/default.ipxe.. Connection timed out error)
It is the issue with DCHP address conflict, you all figured out that. I manually turned off the DHCP in my client system and try to run the FOG registration.
This time it was taking the correct IP address, but in less than a second it swinging through FOG registration options page and rebooting.
-
Host Registration failed. (tftp://x.x.x.x/default.ipxe.. Connection timed out error)
In dhcpd.conf file I have option routers ip address 192.168.1.1, and next server as 192.168.1.159 (FOG server)
When I am trying to register host (Win 10) I am getting this error. You can view there is conflict in DHCP addresses (Fog server ip address , option router ip address). For your info, Both systems are connected to a switch with same router.
Please Help.
-
RE: Fog Installation failed. (Backing up database.. Failed!)
Hey All, the issue was resolved. Its the problem with php.ini -> time zone not set. After going through same problem & solution in other thread - tried the same. Set the time zone and removed leading ;
This successfully completed the schema update and installation.
Thanks for your great help guys!
-
Fog Installation failed. (Backing up database.. Failed!)
Using: OS - Ubuntu 14.04.4 & Fog Truck (GIT)
Tried changing no_proxy=ālocalhostā in bashrc file. And changing in $ipaddress to localhost in installfog.sh file,
at wget link similar to "http://localhost/$webrootā¦ ". Still facing same issue.
Error Log:
http://x.x.x.x/fog//management/export.php?node=schemaupdater
Connecting to x.x.x.x : xā¦ connected.
HTTP request sent, awaiting responseā¦ 500 Internal Server Error
ERROR 500: Internal Server Error.Is this the issue with proxy server ? Please help !
Thanks