• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ch3i
    3. Posts
    • Profile
    • Following 1
    • Followers 4
    • Topics 37
    • Posts 916
    • Best 169
    • Controversial 0
    • Groups 1

    Posts made by ch3i

    • RE: Finished my whole image on laptop and was very happy, THEN!!

      @Wayne-Workman said:

      if we could ever get the forum’s search feature to actually work. 🙂

      😈

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: First Impressions / Introduction

      @Wayne-Workman said:

      Or Fedora 22. 😉 https://wiki.fogproject.org/wiki/index.php/Fedora_21_Server

      Nice Job 😉

      posted in General
      ch3iC
      ch3i
    • RE: Report: Change Equipment Loan design

      @Tomek said:

      Is it in this location: /packages/web/lib/pages

      Yep, line 1081

      $ReportMaker->appendHTML("<center><h2>"._("[YOUR ORGANIZATION HERE]")."</h2></center>" );
      
      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Partclone bitmap free count err

      @Wayne-Workman said:

      @ch3i said:

      @Wayne-Workman

      To solve my problem I had to correct the /dev/sda3 before upload in debug task :
      1/ Add free space before and after partition (2Mo for each)

      /dev/sda1			100mb Windows Reserved
      /dev/sda2			Windows OS
      free space 			(2mo)
      /dev/sda3			Ubuntu OS /
      free space			(2mo)
      /dev/sda4			Extended Partition
      	/dev/sda5		swap linux
      	/dev/sda6		/data linux (free for use)
      	/dev/sda7		d: Windows (free for use)
      

      Glad you got it solved. How did you add free space between the partitions? I’m curious.

      Parted

      posted in Linux Problems
      ch3iC
      ch3i
    • RE: Partclone bitmap free count err

      @Wayne-Workman

      To solve my problem I had to correct the /dev/sda3 before upload in debug task :
      1/ Add free space before and after partition (2Mo for each)

      /dev/sda1			100mb Windows Reserved
      /dev/sda2			Windows OS
      free space 			(2mo)
      /dev/sda3			Ubuntu OS /
      free space			(2mo)
      /dev/sda4			Extended Partition
      	/dev/sda5		swap linux
      	/dev/sda6		/data linux (free for use)
      	/dev/sda7		d: Windows (free for use)
      

      2/ Launch task from Web UI (upload in Debug)
      3/ Start computer and boot PXE
      4/ Check partition using fsck.ext4 /dev/sda3
      5/ Run the job with the command fog
      Note : I have to do it before each upload

      I’ve tested before without free space after : no success, now it’s OK.

      I use that method because I have not the time to make a fresh install of my Master. I’ll reinstall it after the rush 😉

      posted in Linux Problems
      ch3iC
      ch3i
    • Partclone bitmap free count err

      Hi,

      I’ve a problem with an upload, I’ve a multiboot image (win7/ubuntu14), and I have that error at upload.

      upload-a1f8270d-7e04-4c91-9f75-c6a627cb8f9f

      To solved it I check the /dev/sda3 (the partition which have the error in partclone : ubuntu) and correct the problem. But after that parclone won’t upload the partitions /dev/sda1 and sda2 (100 mb reserved and windows partitions)…

      Below the installation :

      /dev/sda1			100mb Windows Reserved
      /dev/sda2			Windows OS
      /dev/sda3			Ubuntu OS /
      /dev/sda4			Extended Partition
      	/dev/sda5		swap linux
      	/dev/sda6		/data linux (free for use)
      	/dev/sda7		d: Windows (free for use)
      

      The image folder :

      -rwxrwxrwx 1 root root           0 sept.  4 17:48 d1.has_grub
      -rwxrwxrwx 1 root root     1048576 sept.  4 17:48 d1.mbr
      -rwxrwxrwx 1 root root          47 sept.  4 18:11 d1.original.swapuuids
      -rwxrwxrwx 1 root root     8446231 sept.  4 17:48 d1p1.img
      -rwxrwxrwx 1 root root 16551042857 sept.  4 18:05 d1p2.img
      -rwxrwxrwx 1 root root          20 sept.  4 18:05 d1p3.img
      -rwxrwxrwx 1 root root         512 sept.  4 18:11 d1p4.ebr
      -rwxrwxrwx 1 root root         512 sept.  4 17:48 d1p5.ebr
      -rwxrwxrwx 1 root root         512 sept.  4 17:48 d1p6.ebr
      -rwxrwxrwx 1 root root    29789683 sept.  4 18:11 d1p6.img
      -rwxrwxrwx 1 root root         512 sept.  4 17:48 d1p7.ebr
      -rwxrwxrwx 1 root root      442202 sept.  4 18:11 d1p7.img
      -rwxrwxrwx 1 root root         483 sept.  4 17:48 d1.partitions
      

      And the d1.partitions :

      label: dos
      label-id: 0x22e01a61
      device: /dev/sda
      unit: sectors
      
      /dev/sda1 : start=        2048, size=      677888, type=7, bootable
      /dev/sda2 : start=      679936, size=    92129280, type=7
      /dev/sda3 : start=    92825600, size=    94035968, type=83
      /dev/sda4 : start=   186861568, size=   125716480, type=5
      /dev/sda5 : start=   186863616, size=     8388608, type=82
      /dev/sda6 : start=   195254272, size=    76285952, type=83
      /dev/sda7 : start=   271542272, size=    41035776, type=7
      

      To be sure that both partitions do not overlap, I also tried add free space between both.
      I’ve 20 labs with that image (that’s is very hard to install - no time to create new image) and 3 days to solve my problem.

      I’ve seen that partclone have a method to correct that : -fsck-src-part-y

      Help ! 😉

      posted in Linux Problems
      ch3iC
      ch3i
    • RE: MAC address not sticking on host

      @johnomaz said:

      Yes, it can be flagged as solved.

      Good 😉

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: MAC address not sticking on host

      @johnomaz said:

      So after deciding to rebuild my FOG server, I decided to go with Fedora 22. CentOS 7 kept giving me issues with downloading certain packages and Fedora gave me zero issues. I got it all back up and running, imported my database and it removed all the hosts that wouldn’t accept a MAC address.

      I do appreciate the help Tom and Wayne gave me (and the extra mile Wayne with). It was a huge help.

      It’s solved ?

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Unable to access to UI interface after update svn

      @robza said:

      /var/wwwfog

      It’s your installation folder ?

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Explore FOG images for file recovery?

      @rrjustin Look at here : https://forums.fogproject.org/topic/5204/script-fog-tools to decompress an image. I’ve build this tool to change level compression of a FOG image and update database depending the new compression.

      posted in General
      ch3iC
      ch3i
    • RE: Explore FOG images for file recovery?

      @rrjustin There are some topics about that using gzip/partlcone tools/mount on the FOG forum. As said @Junkhacker the simple way is to restore to another computer/vm.

      I’m working on a tool to decompress mount img via script and browse it via web UI.

      posted in General
      ch3iC
      ch3i
    • RE: First using resizeable image. Not working

      @mrzo said:

      Is it possible to restore image from fog server to to smaller hard drive? I have created new (resizeable) image of one hard drive, with 3 partitions (System reserved, Windows 7, Restore partition) but cannot restore it to smaller disk (original was 1000GB, restoring to 500GB, all data is not more than 100GB) - just some general error about not able to restore image.

      Is the Single disk resizeable correct option for this type of image? (tried the Multiple partition, All disks as usual. but this didnt work either)

      And what is the principle to restore and resize these partitions? Will be the two “fixed” size partitions (1 and 3) the same, and system partition will be maxed out?

      Hi, Which version of FOG ? Can you post the result of ls -lhart /images/yourimage ?

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: You must first upload an image to create a download task

      The problem is that the FOG services won’t start (FAIL) >> No replication. I don’t know why. @Developers help 😢

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: You must first upload an image to create a download task

      @Wayne-Workman said:

      @middendorf said:

      @ch3i

      Yes.

      Tested with FileZilla. On both server and storage node I can connect to the home directory.

      Is the user/pass you used with this test set as the storage node’s user/pass ?

      It’s a replication problem, I message you about that (I’m on his installation via Teamviewer).

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: You must first upload an image to create a download task

      @middendorf said:

      @ch3i

      Problem? There is just one fog server with one storage node for image storing.

      I can connect via FTP. Or what do you mean?

      Sorry I’ve not understood that 😉

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: You must first upload an image to create a download task

      @middendorf said:

      @ch3i

      Yes.

      Tested with FileZilla. On both server and storage node I can connect to the home directory.

      Your problem is on both server ?

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Setup Issues and Error PXE E53

      @Dalton-Childers said:

      @Wayne-Workman said:

      @Tom-Elliott said:

      @Dalton-Childers You’ve ensured that firewall is disabled on the server?

      Well if he can’t get the plane-jane undionly.kkpxe using TFTP - then there are other issues.

      I was thinking either Firewall or TFTP is not running right or something - I don’t think this is a dnsmasq problem.

      Can you check the status of TFTP and then restart it and then check the status again with these commands?

      service tftpd-hpa status
      service tftpd-hpa restart
      service tftpd-hpa status
      

      Then after you’ve restarted TFTP, please go to another computer and try to get the undionly.kpxe file manually via TFTP again.

      Okay, so I restart the tftpd-hpa service.

      service tftpd-hpa status
      tftpd-hpa start/running, process 1104
      service tftpd-hpa restart
      tftpd-hpa stop/waiting
      tftpd-hpa start/running, process 3039
      service tftpd-hpa status
      tftpd-hpa start/running, process 3039
      

      I tried to get the unidonly.kpxe file again from a windows machine on the network using:

      tftp –i 130.18.192.41 get undionly.kpxe
      

      But I still get back the following error:

      Timeout Occurred
           Connection Request Failed 
      

      tftpd-hpa file

      # /etc/default/tftpd-hpa
      # FOG Modified version
      TFTP_USERNAME="root"
      TFTP_DIRECTORY="/tftpboot"
      TFTP_ADDRESS="0.0.0.0:69"
      TFTP_OPTIONS="--secure"
      

      Which I am wondering if the issue is the root username. Should the username be fog?

      Mine :

      # /etc/default/tftpd-hpa
      # FOG Modified version
      TFTP_USERNAME="root"
      TFTP_DIRECTORY="/tftpboot"
      TFTP_ADDRESS=":69"
      TFTP_OPTIONS="-s"
      
      posted in FOG Problems
      ch3iC
      ch3i
    • RE: You must first upload an image to create a download task

      @middendorf said:

      @ch3i

      The double slahes where there after the setup so I though it was correct and edited the storage node settings the same way.

      Edited it back to one slash. Still the same error message.

      The fog linux user have the same password as the FOG_TFTP_FTP_PASSWORD (Fog settings > TFTP Server > FOG_TFTP_FTP_PASSWORD) ?
      If yes can you use a FTP client to test the connection ?

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Windows 10 support

      @danilopinotti said:

      It creates a image with 500 Mb and don’t works.

      Is it a manufacturer installation ?

      posted in General
      ch3iC
      ch3i
    • RE: You must first upload an image to create a download task

      @Wayne-Workman said:

      @middendorf said:

      Maybe there is something wrong on the storage node settings?

      The FTP path looks strange. What’s up with the double slashes?

      FIRST !!!

      posted in FOG Problems
      ch3iC
      ch3i
    • 1
    • 2
    • 14
    • 15
    • 16
    • 17
    • 18
    • 45
    • 46
    • 16 / 46