• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. hariskar
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 77
    • Best 6
    • Controversial 0
    • Groups 0

    Topics created by hariskar

    • hariskarH

      Solved fog with FRITZ!Box 7590 router possible?

      Hardware Compatibility
      • • • hariskar
      14
      0
      Votes
      14
      Posts
      2.1k
      Views

      hariskarH

      And everything works!! Thank you for help!

    • hariskarH

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

      Windows Problems
      • • • hariskar
      36
      0
      Votes
      36
      Posts
      18.7k
      Views

      hariskarH

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

    • hariskarH

      fog 1.2.0 or trunk for Windows 10?

      Windows Problems
      • • • hariskar
      4
      0
      Votes
      4
      Posts
      1.6k
      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

      Solved Boot from SAN device failed

      Hardware Compatibility
      • • • hariskar
      33
      0
      Votes
      33
      Posts
      20.8k
      Views

      Wayne WorkmanW

      Try to turn off secure boot.

    • hariskarH

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

      FOG Problems
      • • • hariskar
      6
      0
      Votes
      6
      Posts
      1.6k
      Views

      Tom ElliottT

      1996 has this field now.

    • hariskarH

      1.1.2 time bug

      FOG Problems
      • • • hariskar
      6
      0
      Votes
      6
      Posts
      1.8k
      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

      FOG Problems
      • • • hariskar
      8
      0
      Votes
      8
      Posts
      2.4k
      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

      FOG Problems
      • • • hariskar
      4
      0
      Votes
      4
      Posts
      1.5k
      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

      FOG Problems
      • • • hariskar
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      Tom ElliottT

      Because you’re running SVN version 1801.

    • hariskarH

      Scheduled cron tasks don't start

      FOG Problems
      • • • hariskar
      13
      0
      Votes
      13
      Posts
      3.8k
      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

      General
      • • • hariskar
      11
      0
      Votes
      11
      Posts
      9.0k
      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

      FOG Problems
      • • • hariskar
      10
      0
      Votes
      10
      Posts
      3.2k
      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