• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. hariskar
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 80
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Fog as a backup tool?

      @heix75 Thanks a lot for reply!
      I use a medical lab program that stores clients data and examinations results almost all day. Of course I take incremental SQL backups.
      So if something breaks I would like to have a recent PC backup to only restore SQL.
      I used Macrium for that and now I use UrBackup which is open source but not widely used and I wonder if Fog would be a better solution.

      posted in General
      hariskarH
      hariskar
    • Fog as a backup tool?

      I want to take full backups of 5 Windows 10/11 PCs at work using an open source project. I intend to schedule the backups between late night and morning before we open. I want to take backup of my main PC every night and backups of the rest PCs eg once a week.
      I was using fog according to this scenario many years ago without any problem.

      Why is it not suggested to use fog as a backup tool? Everyone suggests Clonezilla. Isn’t fog like an automated Clonzilla without the need of manual backups using a usb stick regarding the backup function?

      Thank you!

      posted in General
      hariskarH
      hariskar
    • How much storage is enough for my system?

      At he time I have a multiboot PC: Windows 11, Gentoo, Linux From Scratch.
      I tried to experiment with fog, so I installed it on an old Intel NUC with 256GB disk space and debian 12 which is no enough even to capture my smallest OS LFS. How much disk space do I need to store the images? Would you suggest to extend this NUC or get another PC?

      hk@lfs [ ~ ]$ lsblk
      NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
      sda           8:0    0 931.5G  0 disk
      ├─sda1        8:1    0   100M  0 part
      ├─sda2        8:2    0    16M  0 part
      ├─sda3        8:3    0 296.9G  0 part
      ├─sda4        8:4    0 633.9G  0 part
      └─sda5        8:5    0   645M  0 part
      sdb           8:16   0   1.8T  0 disk
      ├─sdb1        8:17   0 183.8M  0 part /boot
      └─sdb2        8:18   0   1.8T  0 part /
      sdc           8:32   1  59.8G  0 disk
      nvme0n1     259:0    0 931.5G  0 disk
      ├─nvme0n1p1 259:1    0   256M  0 part
      ├─nvme0n1p2 259:2    0    32G  0 part [SWAP]
      └─nvme0n1p3 259:3    0 899.3G  0 part
      
      posted in FOG Problems
      hariskarH
      hariskar
    • RE: fog with FRITZ!Box 7590 router possible?

      And everything works!! Thank you for help!

      posted in Hardware Compatibility
      hariskarH
      hariskar
    • RE: fog with FRITZ!Box 7590 router possible?

      OK I changed the repositories to strech, updated and now version of dnsmasq is 2.76.

      posted in Hardware Compatibility
      hariskarH
      hariskar
    • RE: fog with FRITZ!Box 7590 router possible?

      I edited /etc/apt/sources.list and added
      deb http://ftp.de.debian.org/debian testing main
      then

      apt-get update
      and then
      apt-get install dnsmasq/testing

      ~$ sudo apt-get install dnsmasq-base/testing
      [sudo] password for hk: 
      Reading package lists... Done
      Building dependency tree       
      Reading state information... Done
      Selected version '2.80-1' (Debian:testing [i386]) for 'dnsmasq-base'
      Some packages could not be installed. This may mean that you have
      requested an impossible situation or if you are using the unstable
      distribution that some required packages have not yet been created
      or been moved out of Incoming.
      The following information may help to resolve the situation:
      
      The following packages have unmet dependencies:
       libc6-dev : Breaks: binutils (< 2.26) but 2.25-5+deb8u1 is to be installed
       xserver-xorg-core : Recommends: libpam-systemd but it is not going to be installed
                           Breaks: libgl1-mesa-dri (< 18.0.5) but 8.0.5-4+deb7u2 is to be installed
      E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
      
      posted in Hardware Compatibility
      hariskarH
      hariskar
    • RE: fog with FRITZ!Box 7590 router possible?
      ~$ sudo find / -name dnsmasq
      [sudo] password for hk: 
      /etc/insserv.conf.d/dnsmasq
      /etc/default/dnsmasq
      /etc/resolvconf/update.d/dnsmasq
      /etc/init.d/dnsmasq
      /run/dnsmasq
      /usr/lib/resolvconf/dpkg-event.d/dnsmasq
      /usr/sbin/dnsmasq
      /usr/share/doc/dnsmasq
      /usr/share/dnsmasq
      
      which dnsmasq
      

      finds nothing.

      ~$ sudo which dnsmasq
      /usr/sbin/dnsmasq
      

      How can I get rid of 2.72? Why windows xp pc boots normal but then goes to windows instead of capturing image?

      posted in Hardware Compatibility
      hariskarH
      hariskar
    • RE: fog with FRITZ!Box 7590 router possible?
      ~$ dpkg -l | grep dnsmasq
      ii  dnsmasq                               2.80-1                                  all          Small caching DNS proxy and DHCP/TFTP server
      ii  dnsmasq-base                          2.72-3+deb8u4                           i386         Small caching DNS proxy and DHCP/TFTP server
      
      ~$ dpkg -L dnsmasq
      /.
      /etc
      /etc/default
      /etc/default/dnsmasq
      /etc/dnsmasq.conf
      /etc/dnsmasq.d
      /etc/dnsmasq.d/README
      /etc/init.d
      /etc/init.d/dnsmasq
      /etc/insserv.conf.d
      /etc/insserv.conf.d/dnsmasq
      /etc/resolvconf
      /etc/resolvconf/update.d
      /etc/resolvconf/update.d/dnsmasq
      /lib
      /lib/systemd
      /lib/systemd/system
      /lib/systemd/system/dnsmasq.service
      /usr
      /usr/lib
      /usr/lib/resolvconf
      /usr/lib/resolvconf/dpkg-event.d
      /usr/lib/resolvconf/dpkg-event.d/dnsmasq
      /usr/lib/tmpfiles.d
      /usr/lib/tmpfiles.d/dnsmasq.conf
      /usr/share
      /usr/share/dnsmasq
      /usr/share/dnsmasq/installed-marker
      /usr/share/doc
      /usr/share/doc/dnsmasq
      
      ~$ dpkg -L dnsmasq-base | grep bin
      /usr/sbin
      /usr/sbin/dnsmasq
      

      I just followed this guide: https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server
      . The only thing I put is the IP of the server where needed.

      Thank you!

      posted in Hardware Compatibility
      hariskarH
      hariskar
    • RE: fog with FRITZ!Box 7590 router possible?

      Thank you, I installed dnsmasq on Debian 8. Version was 2.72 by default and then I installed successfully as the terminal said version 2.80-1. But with
      sudo dnsmasq -v it still says verson 2.72 is installed, I guess because version 2.80-1 is from testing repository.

      Unpacking dnsmasq (2.80-1) ...
      Setting up dnsmasq (2.80-1) ...
      [ ok ] Starting DNS forwarder and DHCP server: dnsmasq.
      hk@debian-server:~$ sudo dnsmasq -v
      Dnsmasq version 2.72
      

      This massage about 2.72 version shows even if I uninstall dnsmasq.

      I still have the router as DHCP server.
      When I create and execute an instant Capture task, Windows XP pc boots but shows message:
      TFTP.
      PXE-T01: File not found
      PXE-E3B: TFTP Error - File not found
      PXE-M0F: Exiting PXE ROM.
      and then boots to windows.

      I use the same FOG installation as I had with dd-wrt router and dnsmasq in router.

      Any help?
      Thank you!

      posted in Hardware Compatibility
      hariskarH
      hariskar
    • fog with FRITZ!Box 7590 router possible?

      I have 2 PCs (1 windows 10, 1 windows xp) connected on a LAN to a FRITZ!Box 7590 router. I Can I use fog to take images from my PCs with this router? Can I put pxe boot options in settings of this router?
      Thank you!

      posted in Hardware Compatibility
      hariskarH
      hariskar
    • RE: Windows 10 UEFI PC opens from fog server but boots into Windows instead PXE

      As I said everything works great! Thank you again for great support!

      posted in Windows Problems
      hariskarH
      hariskar
    • RE: Windows 10 UEFI PC opens from fog server but boots into Windows instead PXE

      I re-installed fog and everything works fine! 🙂

      posted in Windows Problems
      hariskarH
      hariskar
    • RE: Windows 10 UEFI PC opens from fog server but boots into Windows instead PXE

      Sebastian, sorry for confusing you. The log above is just from Scheduler restart, without any task. I upload here a new wol.pcap where you should see a packet from an instant task.0_1459415578972_wol.pcap

      [03-31-16 12:14:22 pm] * 1 active task waiting to wake up.
      [03-31-16 12:14:22 pm] | Sending WOL Packet(s)
      [03-31-16 12:14:22 pm] 		- Host: ergastirio WOL sent to all macs associated
      [03-31-16 12:14:22 pm] * No tasks found!
      
      
      posted in Windows Problems
      hariskarH
      hariskar
    • RE: Windows 10 UEFI PC opens from fog server but boots into Windows instead PXE
      ###########################################
       # Free Computer Imaging Solution #
       # Credits: #
       # http://fogproject.org/credits #
       # GNU GPL Version 3 #
       ###########################################
      
      [03-31-16 11:50:20 am] Interface Ready with IP Address: 94.69.139.243
      [03-31-16 11:50:20 am] Interface Ready with IP Address: 192.168.1.5
      [03-31-16 11:50:20 am] Interface Ready with IP Address: debian-server
      [03-31-16 11:50:20 am] Interface Ready with IP Address: ppp-94-69-139-243.home.otenet.gr
      [03-31-16 11:50:20 am] * Starting TaskScheduler Service
      [03-31-16 11:50:20 am] * Checking for new items every 60 seconds
      [03-31-16 11:50:20 am] * Starting service loop
      [03-31-16 11:50:20 am] * 0 active tasks waiting to wake up.
      [03-31-16 11:50:20 am] * No tasks found!
      [03-31-16 11:51:20 am] * 0 active tasks waiting to wake up.
      [03-31-16 11:51:20 am] * No tasks found!
      [03-31-16 11:52:20 am] * 0 active tasks waiting to wake up.
      [03-31-16 11:52:20 am] * No tasks found!
      
      posted in Windows Problems
      hariskarH
      hariskar
    • RE: Windows 10 UEFI PC opens from fog server but boots into Windows instead PXE

      0_1459400650652_wol.pcap

      Fog Log Viewer/Service Master newest entry is 2 days ago, is this correct?

      [03-27-16 2:20:17 pm] FOGTaskScheduler fork()ed child process (9831).
      [03-27-16 2:20:17 pm] FOGTaskScheduler child process (9831) is running.
      [03-29-16 12:55:48 pm] service_signal_handler (9812) received signal 15.
      [03-29-16 12:55:48 pm] service_signal_handler (9812) killing child (9831).
      [03-29-16 12:55:48 pm] service_signal_handler (9812) exiting.
      [03-29-16 3:55:48 pm] FOGTaskScheduler Start
      [03-29-16 3:55:48 pm] FOGTaskScheduler fork()ed child process (16875).
      [03-29-16 3:55:48 pm] FOGTaskScheduler child process (16875) is running.
      [03-29-16 3:57:05 pm] service_signal_handler (16859) received signal 15.
      [03-29-16 3:57:05 pm] service_signal_handler (16859) killing child (16875).
      [03-29-16 3:57:05 pm] service_signal_handler (16859) exiting.
      [03-29-16 4:10:24 pm] FOGTaskScheduler Start
      [03-29-16 4:10:24 pm] FOGTaskScheduler fork()ed child process (5292).
      [03-29-16 4:10:24 pm] FOGTaskScheduler child process (5292) is running.
      [03-29-16 5:52:09 pm] service_signal_handler (5273) received signal 15.
      [03-29-16 5:52:09 pm] service_signal_handler (5273) killing child (5292).
      [03-29-16 5:52:09 pm] service_signal_handler (5273) exiting.
      [03-29-16 5:52:09 pm] FOGTaskScheduler Start
      [03-29-16 5:52:09 pm] FOGTaskScheduler fork()ed child process (6073).
      [03-29-16 5:52:09 pm] FOGTaskScheduler child process (6073) is running.

      posted in Windows Problems
      hariskarH
      hariskar
    • RE: Windows 10 UEFI PC opens from fog server but boots into Windows instead PXE

      Yes of course. WOL was working in both PCs with undionly.PXE. After I put the 12 lines in DNSMasq it does not work with fog. But I can wake up my PCs from the routers interface.

      posted in Windows Problems
      hariskarH
      hariskar
    • RE: Windows 10 UEFI PC opens from fog server but boots into Windows instead PXE

      I use fog trunk 6957 and Firmware: DD-WRT v24-sp2 (02/04/15) mega

      The log is (times are correct):

      Instant Task:

      1 active task waiting to wake up.
      [03-30-16 8:28:12 am] | Sending WOL Packet(s)
      [03-30-16 8:28:12 am] - Host: ERGASTIRIO WOL sent to all macs associated

      Scheduled Task:

      [03-30-16 8:31:12 am] * Task run time: Wed, 30 Mar 2016 08:31:00 +0300
      [03-30-16 8:31:12 am] * Found a task that should run…
      [03-30-16 8:31:12 am] - Is a host based task.
      [03-30-16 8:31:12 am] - Unicast task found!
      [03-30-16 8:31:12 am] - Host ERGASTIRIO
      [03-30-16 8:31:12 am] - Tasks started for host ERGASTIRIO!
      [03-30-16 8:32:12 am] * 1 active task waiting to wake up.
      [03-30-16 8:32:12 am] | Sending WOL Packet(s)
      [03-30-16 8:32:12 am] - Host: ERGASTIRIO WOL sent to all macs associated
      [03-30-16 8:32:12 am] * No tasks found!
      [03-30-16 8:33:12 am] * 1 active task waiting to wake up.
      [03-30-16 8:33:12 am] | Sending WOL Packet(s)
      [03-30-16 8:33:12 am] - Host: ERGASTIRIO WOL sent to all macs associated
      [03-30-16 8:33:13 am] * No tasks found!

      posted in Windows Problems
      hariskarH
      hariskar
    • RE: Windows 10 UEFI PC opens from fog server but boots into Windows instead PXE

      Thank you Sebastian!
      There is big progress! :

      I opened both (UEFI, BIOS) PCs and got into PXE menu in both PCs. I successfully fully registered them both. With Host EFI Exit Type=REFIND_EFI UEFI PC goes into windows after PXE exit. BIOS PC goes into windows after PXE exit without putting something in Host Bios Exit Type.

      But there is still some problem: fog can not boot both PCs. Scheduled or instant tasks don’t start. Time is correct, I put local time in General Settings, I restarted fog scheduler with

      sudo service FOGScheduler restart
      

      but nothing happens.
      Thank you again!

      posted in Windows Problems
      hariskarH
      hariskar
    • 1 / 1