Latest FOG 1.0.0
-
[quote=“Tom Elliott, post: 26556, member: 7271”]I’ve already tried testing it all. While I could add all of the needed elements to the download scripts, I haven’t been able to figure out a good method to force MAC’s to actually Network Boot and allow image Uploads through FOG. So for right now it’s on hold. If you know how to get all of that working, please share and I’ll be more than happy to try getting it all working.[/quote]
I was able to upload and download NTFS Windows 7 images to/from a Mac before using one of the methods below, but not natively. Unfortunately those are the only ways I’ve figured out as I don’t understand the cause of the issue or possess any coding skills. I don’t understand why booting from an iPXE iso from their website works, yet FOG uses iPXE and they won’t boot from that. Are you still chainloading from PXE to iPXE? That’s the only thing I can figure, but I know you had reasons for doing it the way you did.
- get the iPXE image from their site, burn to CD or copy to flash drive, then boot from the newly created iPXE media. Then FOG is found and booted from without further interaction. The con is that to boot from FOG again, you have to use the CD/Flash drive each time.
2)get a Mac install disc compatible with the machine, boot from it, and re-bless the disk using the command “bless --mount /Volumes/Macintosh\ /HD/ --setBoot --legacy --verbose”. The legacy argument seems to force the machine to use some type of legacy BIOS emulation. Reboot, then the machine will boot from FOG as many times as you’d like - I don’t know whether this will persist once the machine is reimaged or not.
- get the iPXE image from their site, burn to CD or copy to flash drive, then boot from the newly created iPXE media. Then FOG is found and booted from without further interaction. The con is that to boot from FOG again, you have to use the CD/Flash drive each time.
-
Maybe I missed some readme or something, but what changes when I select the Operating system of an image? For instance, how is Win7 different from Win8, Linux or Other?
-
Hi
I had to change the ip to the server fog is installed. I have changed in fog settings the ip in all sections and fog did not work.
So i manual change settings in config.php default.ipxe and in the table [SIZE=14px][FONT=Verdan][COLOR=#000000]nfsGroupMembers and now it is working as it shoud be.[/COLOR][/FONT][/SIZE]
[SIZE=14px][FONT=Verdan][COLOR=#000000][/COLOR][/FONT][/SIZE]Thanks for the nice project and sorry for my bad english
-
[quote=“Mr.Myagy, post: 26562, member: 23824”]Maybe I missed some readme or something, but what changes when I select the Operating system of an image? For instance, how is Win7 different from Win8, Linux or Other?[/quote]
The OS Type is used during the imaging process, but really only needed between Linux and Windows. Other is for some other type of OS. Linux tells the system that it needs to backup and restore the GRUB and MBR. Windows (any) tells the system, in Single Disk Resizable, how to create the partition tables and how to restore the MBR/partition tables.
I realize this is confusion.
Windows 2000/XP Single Disk Resizable Imaging Upload resizes the partition (there’s only one usually) before uploading.
Windows 2000/XP Single Disk Resizable Imaging Download uses the present winxp.mbr file to restore the drive, and expands the drive to it’s full size.
Windows Vista Single Disk Resizable Imaging Upload resizes the ntfs partition before uploading.
Windows Vista Single Disk Resizable Imaging Download uses the present winvista.mbr file to restore the partitions on the hard-drive. Expands the Main partition to the full size.
Windows 7 Single Disk Resizable Imaging Upload resizes the ntfs partitions before uploading.
Windows 7 Single Disk Resizable Imaging Download uses the win7.mbr file to restore the partitions to the hard drive. It assumes the partitions are: 1st 100MB and 2nd Whatever size (70GB I think). Then expands the 2nd partition after imaging completes.
Linux Multipart All or Single upload runs the same as Multipart works on Windows Vista/XP/7/8 except it copies the MBR AND GRUB during the upload process. Same on in reverse for download. -
[quote=“Tom Elliott, post: 26564, member: 7271”]The OS Type is used during the imaging process, but really only needed between Linux and Windows. Other is for some other type of OS. Linux tells the system that it needs to backup and restore the GRUB and MBR. Windows (any) tells the system, in Single Disk Resizable, how to create the partition tables and how to restore the MBR/partition tables.
I realize this is confusion.
Windows 2000/XP Single Disk Resizable Imaging Upload resizes the partition (there’s only one usually) before uploading.
Windows 2000/XP Single Disk Resizable Imaging Download uses the present winxp.mbr file to restore the drive, and expands the drive to it’s full size.
Windows Vista Single Disk Resizable Imaging Upload resizes the ntfs partition before uploading.
Windows Vista Single Disk Resizable Imaging Download uses the present winvista.mbr file to restore the partitions on the hard-drive. Expands the Main partition to the full size.
Windows 7 Single Disk Resizable Imaging Upload resizes the ntfs partitions before uploading.
Windows 7 Single Disk Resizable Imaging Download uses the win7.mbr file to restore the partitions to the hard drive. It assumes the partitions are: 1st 100MB and 2nd Whatever size (70GB I think). Then expands the 2nd partition after imaging completes.
Linux Multipart All or Single upload runs the same as Multipart works on Windows Vista/XP/7/8 except it copies the MBR AND GRUB during the upload process. Same on in reverse for download.[/quote]So if I want to image a dual boot (Windows + Linux) drive, I should use Linux or Other, right?
-
Really, you should use linux and Multipart.
There’s no real support directly relating to Dual Boot systems, so if Multipart doesn’t work, try RAW.
-
r1573 released.
All the pages should now not report warning about array passed as I’m now enforcing all to be a variable. The warnings weren’t a problem, just if you printed the message to the browser it could become annoying. Updates the FOG_PIGZ_COMP slider bar to use pure jquery.
-
have you been updating the 1.0.0.tar.bz2 on your site with each new revision or will i have to get them manually?
-
I update it regularly. Though you will have to redownload every time there’s a release using the tarball method.
-
ok thanks. svn and bt sync are blocked at work so downloading from your site is the only option I have.
-
I found a bug in the recent svn version, well not a bug, but a configuration error. On Ubuntu Server 12 “[SIZE=14px][FONT=Ubuntu Mono][COLOR=#222222]pam_service_name=vsftpd” in /etc/vsftpd.conf[/COLOR][/FONT][/SIZE] has to be “[SIZE=14px][FONT=Ubuntu Mono][COLOR=#222222]pam_service_name=ftp[/COLOR][/FONT][/SIZE]” or you’ll get ftp login errors on Image upload.
-
Isn’t the Pam service being made by vsftpd? The only change that I’m aware of for the service was changing from an init.d startup to an upstart startup of the service. Maybe this is one of the differences? You could test this by, with keeping your current configuration and stopping the service with upstart methods. Then try to start it using init.d style startup. If this fails we know that the main difference is in upstart/init.d. And not the configuration directly. It’ll also give us a means to fix this issue in the installer.
-
[quote=“Tom Elliott, post: 26614, member: 7271”]Isn’t the Pam service being made by vsftpd? The only change that I’m aware of for the service was changing from an init.d startup to an upstart startup of the service. Maybe this is one of the differences? You could test this by, with keeping your current configuration and stopping the service with upstart methods. Then try to start it using init.d style startup. If this fails we know that the main difference is in upstart/init.d. And not the configuration directly. It’ll also give us a means to fix this issue in the installer.[/quote]
Upstart doesn’t seem to work.
[code]administrator@ubuntu:~$ start vsftpd
start: Rejected send message, 1 matched rules; type=“method_call”, sender=“:1.10” (uid=1000 pid=6267 comm=“start vsftpd “) interface=“com.ubuntu.Upstart0_6.Job” member=“Start” error name=”(unset)” requested_reply=“0” destination=“com.ubuntu.Upstart” (uid=0 pid=1 comm="/sbin/init ")[/code]I normally use “servcie x start/stop/restart” which works fine.
-
i am running Ubuntu server 12.04 LTS with pam_service_name=vsftpd and no problems
-
r1605 released.
Fixes multiple issues. Add’s folder checking to the task generation. If the folder doesn’t exist, doesn’t allow you to create any download tasks and informs the user they need to upload an image. Fixes the search stuff so it only returns individual results, not multiple results. Fixes the adding hosts to group from host list.
-
Downloaded and installed svn r1605 but it is still not possible to add hosts to a group.
-
[quote=“Junkhacker, post: 26621, member: 21583”]i am running Ubuntu server 12.04 LTS with pam_service_name=vsftpd and no problems[/quote]
I’m running 12.04.4 LTS. Are you doing fresh installs or do you update ? I’ve done several updates maybe something broke along the way.
[quote=“pmonstad, post: 26668, member: 17422”]Downloaded and installed svn r1605 but it is still not possible to add hosts to a group.[/quote]
Works for me on rev 1573, from host and group menu. What OS are you using ? Have you checked your logs for mysql/php errors ?
-
Works for me on rev 1573, from host and group menu. What OS are you using ? Have you checked your logs for mysql/php errors ?[/quote]
If you refer to the add hosts to group it is correct it worked in provious releases, but has been broken lately.
-
r1607 released.
Adding hosts to groups has been corrected now. 1607 is the latest, but I think I fixed this last night in 1606. I was just tired so I didn’t post anything. 1607 also, now, hides the progress row information until the first refresh of the active tasks.
Thank you,
-
r1608 released.
Just add’s Junkhacker’s hook. It’s deactivated by default, but will just need a simple set of $active = true and you’ll be good.