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

    Topics

    • hariskarH

      How much storage is enough for my system?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      196 Views
      george1421G

      @hariskar It looks like your root partition ‘/’ has 1.8T or 1800GB of space. The command I would have run is df -h to give you usage. but assuming that debian is less that 50GB you should have plenty of space to capture a modern computer with 50GB of data. Use single disk resizable to use zstd to compress that 50GB of data down even smaller.

      What error message are you getting? A screen shot of the error might help set the context of the error.

    • hariskarH

      fog with FRITZ!Box 7590 router possible?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Hardware Compatibility
      14
      0 Votes
      14 Posts
      3k Views
      hariskarH

      And everything works!! Thank you for help!

    • hariskarH

      Windows 10 UEFI PC opens from fog server but boots into Windows instead PXE

      Watching Ignoring Scheduled Pinned Locked Moved Solved Windows Problems
      36
      0 Votes
      36 Posts
      22k Views
      hariskarH

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

    • hariskarH

      fog 1.2.0 or trunk for Windows 10?

      Watching Ignoring Scheduled Pinned Locked Moved Windows Problems
      4
      0 Votes
      4 Posts
      2k Views
      george1421G

      No worries with the trunk build either. I can say you will need the trunk build if you have newer hardware and/or you have to deal with gpt hard drives or uefi bios. All require the latest trunk version to work.

      There are still being reports of bugs in the trunk build. Once reported they are fixed quite quickly. The point being you may need to update your fog server often until the developers get into the release candidate stage of deployment.

      I can say from personal experience win10 with BIOS and MBR disks deploy without issue.

    • hariskarH

      Boot from SAN device failed

      Watching Ignoring Scheduled Pinned Locked Moved Solved Hardware Compatibility
      33
      0 Votes
      33 Posts
      25k Views
      Wayne WorkmanW

      Try to turn off secure boot.

    • hariskarH

      Can we distinguish Download from Upload scheduled tasks in Scheduled tasks list?

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      6
      0 Votes
      6 Posts
      2k Views
      Tom ElliottT

      1996 has this field now.

    • hariskarH

      1.1.2 time bug

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      6
      0 Votes
      6 Posts
      2k Views
      hariskarH

      Here are those lines:
      [CODE] if (ini_get(‘date.timezone’))
      date_default_timezone_set(date_default_timezone_get());
      else
      date_default_timezone_set(‘UTC’);[/CODE]

      Bios is set to UTC. Should I change something in the lines above?
      [CODE]# hwclock --debug
      hwclock from util-linux 2.20.1
      Using /dev interface to clock.
      Last drift adjustment done at 1404282060 seconds after 1969
      Last calibration done at 1404282060 seconds after 1969
      Hardware clock is on UTC time
      Assuming hardware clock is kept in UTC time.
      Waiting for clock tick…
      …got clock tick
      Time read from Hardware Clock: 2014/07/02 06:47:09
      Hw clock time : 2014/07/02 06:47:09 = 1404283629 seconds since 1969
      Wed 02 Jul 2014 09:47:09 AM EEST -0.688132 seconds
      [/CODE]

      PC time is 09:47 now.

      I also have [CODE]date.timezone = “Europe/Athens”[/CODE]

      Thank you!

      Edit: With
      [CODE] if (ini_get(‘date.timezone’))
      date_default_timezone_set(date_default_timezone_get());
      else
      date_default_timezone_set(‘localtime’);[/CODE] times are correct (but why are times correct since my hardware clock is set to utc? ). Is this setting correct? Should I leave it like this?

    • hariskarH

      Time problem

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      8
      0 Votes
      8 Posts
      3k Views
      hariskarH

      I added correctly [CODE]date.timezone = “Europe/Athens”[/CODE], restarted apache and pc but nothing has changed:
      Time here 11:00
      in pc:
      localtime: 11:00
      bios time: 8:00
      Log viewer/Schedulerer:
      8:00…
      I find strange:
      time here 11:00
      in pc:
      localtime: 14:00 (which is wrong)
      bios time: 11:00
      Log viewer/Schedulerer: 8:00
      I thought that Log viewer/Schedulerer: 8:00 was utc but in 2nd case it is not.
      With or without [CODE]date.timezone = “Europe/Athens”[/CODE] the above are the same.
      In the 1st case I can schedule correctly when I put scheduled tasks in bios time.
      Why does this happen? I never had time problems…
      Linux is debian 7.5 and fog 1.1.2. With xubuntu 14.04 happens exactly the same. With debian 7.5 with 1.1.1 I did not have any time problems.
      Is it something related to fog 1.1.2 or some wrong setting in my pc?

      [CODE]# cat /etc/timezone
      Europe/Athens

      hwclock --debug

      hwclock from util-linux 2.20.1
      Using /dev interface to clock.
      Last drift adjustment done at 1404124210 seconds after 1969
      Last calibration done at 1404124210 seconds after 1969
      Hardware clock is on UTC time
      Assuming hardware clock is kept in UTC time.
      Waiting for clock tick…
      …got clock tick
      Time read from Hardware Clock: 2014/06/30 08:42:35
      Hw clock time : 2014/06/30 08:42:35 = 1404117755 seconds since 1969
      Mon 30 Jun 2014 11:42:35 AM EEST -0.453762 seconds
      [/CODE]

    • hariskarH

      1st daily scheduled task starts but 2nd never

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      4
      0 Votes
      4 Posts
      2k Views
      Tom ElliottT

      It wasn’t the fact that it wasn’t running at hour 22, but rather it wasn’t taking any comma values.

    • hariskarH

      Fog says I am not running latest version, although I installed 1.1.0

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      1k Views
      Tom ElliottT

      Because you’re running SVN version 1801.

    • hariskarH

      Scheduled cron tasks don't start

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      13
      0 Votes
      13 Posts
      4k Views
      hariskarH

      Thank you Tom! with
      [CODE]sudo service FOGScheduler restart[/CODE]

      it works fine now!
      I had done it before but for some reason it did not work. Also I wonder why it did not work after many linux (different distros)/fog reinstallations.
      Anyway, not it is OK!
      Thank you again! 🙂

    • hariskarH

      Warning! One or more CRC's don't match

      Watching Ignoring Scheduled Pinned Locked Moved General
      11
      0 Votes
      11 Posts
      10k Views
      E

      @Tom-Elliott Dude, your so the man!! thanks so much. Just had the same issue…

    • hariskarH

      PXE Boot Problems after upgrade to 1.0.1

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      10
      0 Votes
      10 Posts
      4k Views
      Jaymes DriverJ

      [quote=“Tom Elliott, post: 28975, member: 7271”]No, but it’s good to have so people aren’t staring at code thinking the problem is missing text.

      In programming, typically it’s syntactically incorrect to have dhcp-boot=,[/quote]

      In some systems when using DNSMASQ you have to leave that field blank, like novell. If you supply the FOG host server name, the file will fail to resolve. I should have left a place holder in the documentation that explained that the blank is for the host name but I didn’t know it was going to drive you insane lol

    • 1 / 1