@Wayne-Workman
I got it. I was thinking it was the drive that was the issue but it was the drive on the host. I ran chkdsk /f and now it is capturing. Thank you for your help. Oh and will that drive mount after a reboot? or do i need to do something else to get that right.
Posts made by John L Clark
-
RE: Setting images file on second partition
-
RE: Setting images file on second partition
@Wayne-Workman ![0_1491486603686_IMG_3211.JPG](Uploading 100%)
Ok all looks good but got this error when trying to capture an image.
-
RE: Setting images file on second partition
bin dev fog_1.3.5 home Images initrd.img lib64 media opt root sbin srv tftpboot tmp var
boot etc fog_1.3.5.tar.gz images images_old lib lost+found mnt proc run snap sys tftpboot.prev usr vmlinuz
root@FOG-SRV1:/# cd images
root@FOG-SRV1:/images# ls
dev lost+found postdownloadscripts
root@FOG-SRV1:/images# -
RE: Setting images file on second partition
root@FOG-SRV1:/# mv /images /images_old root@FOG-SRV1:/# mkdir /images root@FOG-SRV1:/# mount /images root@FOG-SRV1:/# du -sh /images 40K /images root@FOG-SRV1:/# du -sh /images_old 4.0K /images_old root@FOG-SRV1:/# df -h Filesystem Size Used Avail Use% Mounted on udev 24G 0 24G 0% /dev tmpfs 4.8G 9.3M 4.8G 1% /run /dev/mapper/FOG--SRV1--vg-root 2.7T 2.4G 2.6T 1% / tmpfs 24G 0 24G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 24G 0 24G 0% /sys/fs/cgroup /dev/sda2 473M 57M 392M 13% /boot tmpfs 4.8G 0 4.8G 0% /run/user/0 /dev/sdb 19T 40K 18T 1% /images root@FOG-SRV1:/#
-
RE: Setting images file on second partition
root@FOG-SRV1:/# df -h Filesystem Size Used Avail Use% Mounted on udev 24G 0 24G 0% /dev tmpfs 4.8G 9.3M 4.8G 1% /run /dev/mapper/FOG--SRV1--vg-root 2.7T 2.4G 2.6T 1% / tmpfs 24G 0 24G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 24G 0 24G 0% /sys/fs/cgroup /dev/sda2 473M 57M 392M 13% /boot /dev/sdb 19T 40K 18T 1% /images tmpfs 4.8G 0 4.8G 0% /run/user/0 root@FOG-SRV1:/#
-
RE: Setting images file on second partition
root@FOG-SRV1:/# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 2.7T 0 disk ââsda1 8:1 0 1M 0 part ââsda2 8:2 0 488M 0 part /boot ââsda3 8:3 0 2.7T 0 part ââFOG--SRV1--vg-root 252:0 0 2.7T 0 lvm / ââFOG--SRV1--vg-swap_1 252:1 0 48G 0 lvm [SWAP] sdb 8:16 0 18.2T 0 disk /images sr0 11:0 1 1024M 0 rom root@FOG-SRV1:/#
-
RE: Setting images file on second partition
No i have the array working and mounts at startup as a folder called Images. I just need the folder that is installed by fog called images to be moved to that drive. So when I upload and image it goes to that drive.
-
Setting images file on second partition
- FOG Version: 1.3.5
- OS: Ubuntu 16.04
Doing a new install on a big server with data array attached. The OS and fog are installed on the first partition. I have the data array (20 TB) is the second partitions for just images. /dev/sdb/images
-
RE: Error while imaging with Partition size
@Tom-Elliott worked great what was that fixing? Thanks
-
RE: Error while imaging with Partition size
This is a windows 10 image
Fog image is set to
- OS Windows 10
- Type is single disk resizable
- partition everything
- compression 6
- image manager Partclone
-
RE: Error while imaging with Partition size
it is an Op 9020 and this is the small partition that the windows systems make. The main partition is 24 Gb and it pushes fine and then when it starts the small one it fails. When running it in debug i noticed that before the push starts i get |Inserting Extended Partition…Failed"
I have used Gparted and removed all partitions off of the drive
-
Error while imaging with Partition size
Server
- FOG Version: 1.3.0-RC-19
- OS: Ubuntu 14.4
Description
Error is
Target partition size (246 MB) is smaller than source (336 MB). Use option -c to disable size checking (Dangerous).
Server
- FOG Version:
- OS:
-
Optiplex 760 wont register
The 760 boots to the fog menu and then when i select full host registration it goes to a blank screen. I have created a host manually and tried to push an image and it does the same thing. Any Ideas? I have tried the latest kernal also and 3.18.1 and 3.0.1.
You are currently running version: 1.3.0-RC-8
Latest stable version is 1.2.0
Latest svn version is 5962
Latest git version is 1.3.0-RC-13
Kernel Versions
FOG-SRV01
bzImage Version: 3.18.1
bzImage32 Version: 4.7.3
FOG-SRV2
bzImage Version: 4.7.1
bzImage32 Version: 4.7.1
FOG-SRV3
bzImage Version: 4.7.1
bzImage32 Version: 4.7.1 -
RE: Apache not starting after reboot
This has been resolved by Tom.
It was a php version issue he had me run
rm -rf /etc/apache* /etc/php*
apt-get purge ‘libphp’ ‘apache*’ ‘php*’then reinstall and it worked perfectly.
-
RE: Apache not starting after reboot
Ok now i have reinstalled libphp5 and am getting
root@FOG-SRV1:/# service apache2 restart
- Restarting web server apache2 AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message
Segmentation fault (core dumped)
Action ‘start’ failed.
The Apache error log may have more information.
[fail] - The apache2 instance did not start within 20 seconds. Please read the log files to discover problems
root@FOG-SRV1:/#
this
- Restarting web server apache2 AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message
-
RE: Apache not starting after reboot
I edited the apache2.conf and now I am getting this
root@FOG-SRV1:/# sudo service apache2 restart
- Restarting web server apache2 [fail]
- The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory
Action ‘configtest’ failed.
The Apache error log may have more information.
root@FOG-SRV1:/#
-
RE: Apache not starting after reboot
root@FOG-SRV1:/# sudo service apache2 restart
- Restarting web server apache2 [fail]
- The apache2 configtest failed.
Output of config test was:
AH00534: apache2: Configuration error: No MPM loaded.
Action ‘configtest’ failed.
The Apache error log may have more information.
root@FOG-SRV1:/#