When I try to run this script, it says that it will use my old IP address, not the current and correct one. How do I modify the script to put in the right IP? When I hit N for no, it exits.
Posts
-
RE: Ubuntu 14.04 Fog Server 1.20 - Download (Deploy) image issueposted in FOG Problems
-
RE: Ubuntu 14.04 Fog Server 1.20 - Download (Deploy) image issueposted in FOG Problems
Sure. At this point, I will try anything.
-
RE: Ubuntu 14.04 Fog Server 1.20 - Download (Deploy) image issueposted in FOG Problems
No sir, it is Windows 7. Sorry for not putting that in.
-
RE: Ubuntu 14.04 Fog Server 1.20 - Download (Deploy) image issueposted in FOG Problems
I am having a similar issue here in that I upload an image, but I can’t download/deploy it. Last Friday when I tried, I attempted download, but teh old image deployed, even after deleting the files (I thought_ in the web portal. Today, I deleted the image and checked the box to delete files, so I could reupload. When I console into the server, I still see the files in /images/LatitudeE5510 which is where it says the image should be. This time I deleted through the web portal, then went in via SSH and removed the files and the directory inside /images. I double checked using ls command and the directory was gone. So I reuploaded my syspreped image after creating it again. Now when I go to deploy the image, it says it can’t find the image store. The LatitudeE5510 directory has not been created inside /images.
I did not previously know about the /images/dev directory and when I look inside there, I see several MAC addresses, one being my upload machine.
Is something not moving these files where they should be or something? I had previously looked at the permissions and /images had group and owner and everyone having read/write acccess.
Just wondering where my images are and why I can’t deploy? I am running version 1.2 on Ubuntu server.
-
Dell Poweredge T100 will not boot to menuposted in Hardware Compatibility
Hi,
I have tried all I know to try, but still can not get these machines to boot. Running Fog 1.2 on ubuntu server. I keep getting error:
could not boot: input/output error [url]http://ipxe.org[/url]
Exiting Broadcom PXE RomI disabled spanning tree on my edge switch, I changed the dhcp boot file to unioinly.kkpxe from kpxe. I don’t know where to go from here.
Thanks!
-
RE: Version 1.2.0 released!posted in General
[quote=“Junkhacker, post: 34451, member: 21583”]enable the image format flag in gui, set the image format to partimage, make sure the permissions and ownership of the files is right, and stop asking questions in an announcement thread[/quote]
Thanks for the info. That was invaluable and worked! Sorry for asking in an announcement thread, didn’t realize I was in one.
Thanks,
-
RE: Version 1.2.0 released!posted in General
Can anyone give any help on how to get existing image files to work with a new install (or at least point me to the right forum)? These are from a 0.32 server and it is going to be a lot of work to reimage/reupload them.
I have tried a new image, definition, but it does not see the size of the existing image file, even though they are named teh same. Also when I download it, it says “this is not a partclone image”
Thanks!
-
RE: Version 1.2.0 released!posted in General
OK, this is weird. I thought I’d try creating a new image and see if I can get it to work. This time when I click the button to add the image, I get a schema update message, so I click the button to update.
I get a tone of errors back inclucing the following:
[CODE]Update/Install Failed!
The following errors occuredUpdate ID: 1 - 0
Database Error:
Database SQL:
CREATE DATABASE fog
Update ID: 1 - 1
Database Error:
Database SQL:
CREATE TABLE
fog.groupMembers(
gmIDint(11) NOT NULL auto_increment,
gmHostIDint(11) NOT NULL,
gmGroupIDint(11) NOT NULL,
PRIMARY KEY (gmID),
KEYnew_index(gmHostID),
KEYnew_index1(gmGroupID)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMICUpdate ID: 1 - 2
Database Error:
Database SQL:
CREATE TABLE
fog.groups(
groupIDint(11) NOT NULL auto_increment,
groupNamevarchar(50) NOT NULL,
groupDesclongtext NOT NULL,
groupDateTimedatetime NOT NULL,
groupCreateByvarchar(50) NOT NULL,
groupBuildingint(11) NOT NULL,
PRIMARY KEY (groupID),
KEYnew_index(groupName)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1Update ID: 1 - 3
Database Error:
Database SQL:
CREATE TABLE
fog.history(
hIDint(11) NOT NULL auto_increment,
hTextlongtext NOT NULL,
hUservarchar(200) NOT NULL,
hTimedatetime NOT NULL,
hIPvarchar(50) NOT NULL,
PRIMARY KEY (hID)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1Update ID: 1 - 4
Database Error:
Database SQL:
CREATE TABLE
fog.hosts(
hostIDint(11) NOT NULL auto_increment,
hostNamevarchar(16) NOT NULL,
hostDesclongtext NOT NULL,
hostIPvarchar(25) NOT NULL,
hostImageint(11) NOT NULL,
hostBuildingint(11) NOT NULL,
hostCreateDatedatetime NOT NULL,
hostCreateByvarchar(50) NOT NULL,
hostMACvarchar(20) NOT NULL,
hostOSint(10) unsigned NOT NULL,
PRIMARY KEY (hostID),
KEYnew_index(hostName),
KEYnew_index1(hostIP),
KEYnew_index2(hostMAC),
KEYnew_index3(hostOS)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1Update ID: 1 - 5
Database Error:
Database SQL:
CREATE TABLE
fog.images(
imageIDint(11) NOT NULL auto_increment,
imageNamevarchar(40) NOT NULL,
imageDesclongtext NOT NULL,
imagePathlongtext NOT NULL,
imageDateTimedatetime NOT NULL,
imageCreateByvarchar(50) NOT NULL,
imageBuildingint(11) NOT NULL,
imageSizevarchar(200) NOT NULL,
PRIMARY KEY (imageID),
KEYnew_index(imageName),
KEYnew_index1(imageBuilding)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1Update ID: 1 - 6
Database Error:
Database SQL:
CREATE TABLE
fog.schemaVersion(
vIDint(11) NOT NULL auto_increment,
vValueint(11) NOT NULL,
PRIMARY KEY (vID)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMICUpdate ID: 1 - 7
Database Error:
Database SQL:
CREATE TABLE
fog.supportedOS(
osIDint(10) unsigned NOT NULL auto_increment,
osNamevarchar(150) NOT NULL,
osValueint(10) unsigned NOT NULL,
PRIMARY KEY (osID),
KEYnew_index(osValue)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1Update ID: 1 - 8
Database Error:
Database SQL:
CREATE TABLE
fog.tasks(
taskIDint(11) NOT NULL auto_increment,
taskNamevarchar(250) NOT NULL,
taskCreateTimedatetime NOT NULL,
taskCheckIndatetime NOT NULL,
taskHostIDint(11) NOT NULL,
taskStateint(11) NOT NULL,
taskCreateByvarchar(200) NOT NULL,
taskForcevarchar(1) NOT NULL,
taskScheduledStartTimedatetime NOT NULL,
taskTypevarchar(1) NOT NULL,
taskPCTint(10) unsigned zerofill NOT NULL,
PRIMARY KEY (taskID),
KEYnew_index(taskHostID),
KEYnew_index1(taskCheckIn),
KEYnew_index2(taskState),
KEYnew_index3(taskForce),
KEYnew_index4(taskType)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1Update ID: 1 - 9
Database Error:
Database SQL:
CREATE TABLE
fog.users(
uIdint(11) NOT NULL auto_increment,
uNamevarchar(40) NOT NULL,
uPassvarchar(50) NOT NULL,
uCreateDatedatetime NOT NULL,
uCreateByvarchar(40) NOT NULL,
PRIMARY KEY (uId),
KEYnew_index(uName),
KEYnew_index1(uPass)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1Update ID: 1 - 10
Database Error:
Database SQL:
INSERT INTO
fog.usersVALUES (‘’,‘fog’, MD5(‘password’),‘0000-00-00 00:00:00’,‘’)Update ID: 1 - 11
Database Error:
Database SQL:
INSERT INTO
fog.supportedOSVALUES (‘’,‘Windows XP’, ‘1’)Update ID: 1 - 12
Database Error:
Database SQL:
INSERT INTO
fog.schemaVersionVALUES (‘’,‘1’)Update ID: 2 - 0
Database Error:
Database SQL:
INSERT INTO
fog.supportedOSVALUES (‘’,‘Windows Vista’, ‘2’)[/CODE] -
RE: Version 1.2.0 released!posted in General
That’s weird. It says fog in the name setting in the php file, but when I gype mysql > show databases; fog is not listed. I try a “use database” command, but it says access denied. Could it be hidden or something? It has to be there, obviously since the web interface is running?
Am I even on the right track trying to import this image table? Or should I just recreate the names?
-
RE: Version 1.2.0 released!posted in General
I did run the schema update and I can log into the new server web gui and was even able to import hosts from a csv file, which did import and show up.
-
RE: Version 1.2.0 released!posted in General
Hello all,
What database is the new version of FOG using? I just set up a new server as I need to migrate off some old hardware. I did a fresh install and exported/imported my hosts. I copied over my image files and want to be able to export/import the image database info, but there is no option for this. So I thought I’d mysqldump the images table and import it into the 1.2 database on the new server.
I may be totally going about this the wrong way and if so, please let me know, but my question is: how do I find the database name that 1.2 is using? When I go to mysql and do a “show databases”, I see no “fog” database like on the old server.
Please advise as my old server was having problems saying it could not find the entire image file, so I thought I’d go ahead and migrate to the new one. We use FOG heavily for our school system.
Thanks!