@sebastian-roth Hello Sebastian, that would help, wouldn’t it?
Version1.5.6.700
Posts made by Jim Holcomb
-
RE: Checkin failure?
-
Checkin failure?
- Attempting to check in…Failed
- DateTime::__construct(): Failed to parse time string (No Data) at position 0
(N): The timezone could not be found in the database (In line for 10)
Fog was working just fine, no changes.
TZ is new york, no changes.
So why is this happening?
Searching on here shows no answers! -
RE: Unable to locate image store
@Tom-Elliott Thanks Tom. If this is the case, then why have the rename feature at all?
-
RE: Unable to locate image store
@Sebastian-Roth @Tom-Elliott Well guys, that was the issue. I updated my image, and because I updated it, I wanted to change the version number (from …r3 to …r4) I went into the fog gui, found the image and chose to rename the image using the menu option in the fog gui.
Yet in the /images folder it was still called the original filename of m78win10r3 and was never renamed. I went into terminal and renamed it manually, and that worked. But why does the FoG GUI have the option to rename an image file, but doesn’t actually perform that option and rename the file as requested?
As always guys, thanks for what you do. You al make my life so much easier.
-
RE: Unable to locate image store
@Tom-Elliott Hi Tom., Thanks for your response. In this case I did not do anything but change the image name, but I used the FoG interface to do it. I can see in the /images folder that the correct image folder exists and the files inside are proper. So when I go to do a “deploy image” I see the image I want and it is named properly. I select it, and that is when I get that error.
Any thoughts?
-
Unable to locate image store
Hello team I am suddenly having an issue deploying a standard image. “…Unable to locate image store” yet I am imaging another machine right now of a different type. I am scratching my head on this one. Can anyone help? The image exists in the /images folder.
-
RE: FOG Image options when saving an image on a PC that has 2 hard disks?
@Sebastian-Roth Gosh darn it, that worked!!! What ultimately was done was what you suggested. Someone else had suggested the primary disk change, that was removed. But there was also some custominit.xz or something like that listed as well, so I changed that to init.xz. Can’t believe it, but that worked! Now going to try and deploy this same image to exact same hardware on different PC. I’ll let you know how the deploy goes. Sebestian (and team) thanks so much for your hard work and diligence on this. -Jim
-
RE: FOG Image options when saving an image on a PC that has 2 hard disks?
@Sebastian-Roth root@fog:/images/m78win10# find /var/www -type f -name “init.xz”
/var/www/fog/service/ipxe/init.xz
/var/www/fog_1.5.4/service/ipxe/init.xz
-
RE: FOG Image options when saving an image on a PC that has 2 hard disks?
@Sebastian-Roth said in FOG Image options when saving an image on a PC that has 2 hard disks?:
ls -al /var/www
ls -al /var/www/html
ls -al /var/www/html/fog
ls -al /var/www/html/fog/service/ipxels -al /var/www root@fog:~# ls -al /var/www total 20 drwxr-xr-x 5 root root 4096 Sep 9 2019 . drwxr-xr-x 16 root root 4096 Sep 5 2017 .. drwxr-xr-x 10 www-data www-data 4096 Sep 9 2019 fog drwxr-xr-x 10 www-data www-data 4096 Feb 16 2018 fog_1.5.4 drwxr-xr-x 2 root root 4096 Dec 7 2018 html ls -al /var/www/html root@fog:~# ls -al /var/www/html total 20 drwxr-xr-x 2 root root 4096 Dec 7 2018 . drwxr-xr-x 5 root root 4096 Sep 9 2019 .. lrwxrwxrwx 1 root root 13 Aug 4 2017 fog -> /var/www/fog/ -rw-r--r-- 1 root root 10701 Dec 7 2018 index.html ls -al /var/www/html/fog root@fog:~# ls -al /var/www/html/fog lrwxrwxrwx 1 root root 13 Aug 4 2017 /var/www/html/fog -> /var/www/fog/ ls -al /var/www/html/fog/service/ipxe root@fog:~# ls -al /var/www/html/fog/service/ipxe total 94976 drwxr-xr-x 2 fogproject www-data 4096 Jun 8 17:55 . drwxr-xr-x 3 www-data www-data 4096 Sep 9 2019 .. -rw-r--r-- 1 fogproject www-data 1943 Sep 9 2019 advanced.php -rw-r--r-- 1 fogproject www-data 16272 Sep 9 2019 bgdark.png -rw-r--r-- 1 fogproject www-data 21280 Sep 9 2019 bg.png -rw-r--r-- 1 fogproject www-data 1134 Sep 9 2019 boot.php -rw-r--r-- 1 fogproject www-data 8409760 Sep 9 2019 bzImage -rw-r--r-- 1 fogproject www-data 7820576 Sep 9 2019 bzImage32 -rw-r--r-- 1 fogproject www-data 76 Sep 9 2019 bzImage32.sha256 -rw-r--r-- 1 fogproject www-data 74 Sep 9 2019 bzImage.sha256 -rw-r--r-- 1 fogproject www-data 234697 Sep 9 2019 grub.exe -rw-r--r-- 1 fogproject www-data 592 Sep 9 2019 index.php -rw-rw-r-- 1 jimh jimh 20317908 Jun 8 17:52 init_32.xz -rw-r--r-- 1 fogproject www-data 18862496 Sep 9 2019 init_32.xz.bak -rw-rw-r-- 1 jimh jimh 20889900 Jun 8 17:50 init.xz -rw-r--r-- 1 fogproject www-data 19689360 Sep 9 2019 init.xz.bak -rw-r--r-- 1 fogproject www-data 25340 Sep 9 2019 memdisk -rw-r--r-- 1 fogproject www-data 1839104 Sep 9 2019 memtest.bin -rw-r--r-- 1 fogproject www-data 29701 Sep 9 2019 refind.conf -rw-r--r-- 1 fogproject www-data 262592 Sep 9 2019 refind.efi -rw-r--r-- 1 fogproject www-data 201600 Sep 9 2019 refind_ia32.efi -rw-r--r-- 1 fogproject www-data 208776 Sep 9 2019 refind_x64.efi
-
RE: FOG Image options when saving an image on a PC that has 2 hard disks?
@Sebastian-Roth It’s the same picture as before, but here you go
-
RE: FOG Image options when saving an image on a PC that has 2 hard disks?
@Sebastian-Roth Did what you requested, still same error, no disks found, even though lsblk shows the two hard drives and all the proper partitions.
-
RE: FOG Image options when saving an image on a PC that has 2 hard disks?
@Sebastian-Roth Unable. I get this message when clicking on your 32 and 64 bit links:
Not Found
You seem to have stumbled upon a page that does not exist. Return to the home page. -
RE: FOG Image options when saving an image on a PC that has 2 hard disks?
Well that’s not working! Fog says it cannot find any disks, let lsblk command shows both disks and all partitions.
-
FOG Image options when saving an image on a PC that has 2 hard disks?
Hello. I have a Win 10 Pro PC that has an SSD drive and an additional SATA HDD. What image option can I or should I use? Single-disk resizeable does not seem like a logical option, but I see no option for multiple disks? HELP?