Than[quote=“chad-bisd, post: 33921, member: 18”]make sure if you copy it over, that you check file ownership and permissions before you gzip. You may need to chown and chmod to make it match the other scripts.[/quote]
Thank you for all of your work on FOG
Latest posts made by jduawa
-
RE: How To: Make progress bars appear for multiple-partition tasks
-
RE: How To: Make progress bars appear for multiple-partition tasks
[quote=“chad-bisd, post: 33916, member: 18”]I updated the file manually and it works for me. I have progress bars on multiple partition, single disk deploy tasks. You probably had a small syntax error, like putting in or leaving out a / or a something.[/quote]
Any chance you can pm me the file you used?
-
RE: How To: Make progress bars appear for multiple-partition tasks
[quote=“Tom Elliott, post: 33914, member: 7271”]I don’t know if it did or didn’t. Did you edit the files yourself or use the files provided in the link?[/quote]
I used the file in the link because when i tried editing myself it went into a reboot loop; something about the S99fog not being able to find /bin/fog
-
RE: How To: Make progress bars appear for multiple-partition tasks
[quote=“Tom Elliott, post: 33912, member: 7271”]Multipartition imaging in 0.32 never showed progress bars natively.[/quote]
I was under the impression that the code (fog file) in this thread fixed that.
-
RE: How To: Make progress bars appear for multiple-partition tasks
[quote=“chad-bisd, post: 33910, member: 18”]Is this multiple partition, single disk, and is it upload or download task that is not showing, or both?[/quote]
It is a windows 7 multiple partition deploy task that does not show i dont think i looked at an upload task.
Thanks -
RE: How To: Make progress bars appear for multiple-partition tasks
[quote=“jbrabhamMSD, post: 24130, member: 22901”]I just tried that. Didn’t help.[/quote]
I could not get this to work either. I made the changes to the fog file but still do not have a progress bar with a multiple partition image. Did you ever get it figured out? I am using ver 0.32
-
RE: Question about win7sys
[quote=“BPSTravis, post: 25255, member: 22444”]The variable you want is [FONT=arial][COLOR=#262626]$path which should return the path of your drive ex: “[/COLOR][/FONT][FONT=arial][COLOR=#262626]/dev/sda2”[/COLOR][/FONT][/quote]
$path did not work. In looking at the other functions in the funcs.sh file it looks like i should be using a variable $win7sys
some of the other functinos are using this:
[CODE]ntfs-3g -o force,rw $win7sys /ntfs[/CODE]
the $part variable returns the correct path for partition 1 of the drive but win7sys never seems to get set. Here are the environment variable from a debug deploy[IMG]http://fogproject.org/forum/attachments/fog_vars-jpg.658/?temp_hash=31cd0cef71af93352ab282eb5307cb9c[/IMG]
Thanks[url=“/_imported_xf_attachments/0/658_fog_vars.jpg?:”]fog_vars.jpg[/url]
-
RE: Question about win7sys
Thanks. I was trying to implement the copyDrivers function from this pagehttp://fogproject.org/forum/threads/how-to-use-fog-to-supply-machine-specific-drivers-for-windows-7-sysprepped-machines.694/
I will try the path variable
-
Question about win7sys
Hello. I am trying to create a function in funcs.sh and i see that some of the functions look @ a variable called $win7sys. I am just wondering when this variable is set because when I dump the variable in my function it never gets set. Any info you can provide would be beneficial.
Thanks -
Issue after upgrade
Hello, I was using fog 0.29 for a while with no issues and thought it would be a good idea to upgrade to 0.32. I ran the FOGBackup.sh script before upgrading, downloaded the new tar extracted in my Downloads folder and ran the install. This is on Ubuntu 10.04 LTS. Went throught the install without any issues and now none of the clients can boot from pxe. I get a message that says “No DHCP or proxyDHCP offers were received”
Nothing on the dhcp server (windows 2003) changed. I am able to get into the fog UI. I have been searching for an answer on this and in doing so i have changed the fog user password in ubuntu and made the fog_tftp_ftp_password in the UI match that. I am at a loss. Thoughts?
thanks