• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Quazz
    3. Posts
    Q
    • Profile
    • Following 3
    • Followers 2
    • Topics 27
    • Posts 1,977
    • Groups 3

    Posts

    Recent Best Controversial
    • RE: Create a Driver Database based on hardware id

      You could use something like Snappy Driver Installer as an alternative to that method if you have tons of different devices.

      The method of the wiki is best for environments where there’s a limited diversity in devices I feel.

      posted in Feature Request
      Q
      Quazz
    • RE: Upgrade to Trunk, Kernel Panic

      @SaxxAppeal Is it possible to test this on yet another machine (preferably different hardware entirely) in the mean time? Just to rule out a few things.

      posted in FOG Problems
      Q
      Quazz
    • RE: fogging windows 10 machines

      Linux has many distributions and FOG works on a lot of them.

      A lot of it will come down to preference, Ubuntu is generally easiest to get started with (though avoid version 16 for now), though.

      As for FOG you should use the trunk version (details on wiki on how to do this, this will again depend on personal flavor)

      posted in Linux Problems
      Q
      Quazz
    • RE: Help! DHCP suddenly gone haywire!

      I believe there was a chainloading issue earlier which got fixed, so try updating to the latest.

      Although, in your situation that seems unlikely given how this didn’t happen because of a FOG update.

      What Junkhacker suggests could work, if it doesn’t I’d have to guess that something in your network was altered to cause this.

      posted in Linux Problems
      Q
      Quazz
    • RE: Updating Database ... Failed!

      @pcayphas That is a different issue (error during upload task vs error during updating FOG), I recommend you create a new thread for it so we can help you better.

      posted in Bug Reports
      Q
      Quazz
    • RE: Multicast Session on wrong eth-port

      @abos_systemax If you’re not using eth1, I think you can disable it in Linux for the time being, but this is definitely a bug.

      posted in Bug Reports
      Q
      Quazz
    • RE: Multicast Session on wrong eth-port

      There is also a multicast section in the settings area where you can specify your multicast interface, make sure that’s set to eth0

      posted in Bug Reports
      Q
      Quazz
    • RE: Very high CPU usage httpd, mysqld, FOGMulticastManager FOG trunk@5224

      @Kiweegie Any update on this? Is it better now?

      posted in FOG Problems
      Q
      Quazz
    • RE: FOG Multicast doesn't work

      @arnaudrigole He’s saying that if you have less than 30 computers to image simultaneously you could use the normal way of deployment with Quick image for example in the mean time.

      Could you tell us what OS FOG is running on? And which revision you’re at? (number in the cloud on the WebGUI)

      posted in FOG Problems
      Q
      Quazz
    • RE: What happens with the traffic?

      I believe it will send the data to whichever node is designated as master of the group the image is assigned to.

      posted in General
      Q
      Quazz
    • RE: Very high CPU usage httpd, mysqld, FOGMulticastManager FOG trunk@5224

      @Kiweegie No, you ran this command

      ./bin/installfog.sh
      

      which indicates you are not in the bin directory.

      posted in FOG Problems
      Q
      Quazz
    • RE: Very high CPU usage httpd, mysqld, FOGMulticastManager FOG trunk@5224

      @Kiweegie You have to run installfog.sh while inside the bin directory otherwise it will fail in more way than one (just checked this on my installation to be sure)

      posted in FOG Problems
      Q
      Quazz
    • RE: Cortana/Windows Search breaks in default profile

      @Arrowhead-IT The theme sets system sounds and background such only, yes.

      For taskbar pins, I simply copy over pre-created shortcut links to the appropriate folder.

      Removing the default ones is trickier because there doesn’t seem to be a built-in way of accomplishing it.

      I’m still working on a lot of this stuff, but I believe currently I simply remove them during setupcomplete from both the default and currently created user. I haven’t been able to test this out yet however.

      “%SystemDrive%\Users\Default\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Windows Media Player.lnk” should be the path to the windows media player link for example.

      posted in Windows Problems
      Q
      Quazz
    • RE: Cortana/Windows Search breaks in default profile

      To my knowledge, you can’t just copy profiles from one account to another as it causes issue.

      I think the better path to walk is to manipulate the registry entries for the default user profile and save those keys in a reg file to be applied at any time (or alternatively simply collect the registry manipulation in a batch file, same result really).

      I use a combination of registry manipualtion and regular file adding/removing to customize the default user. It’s not perfect, but it doesn’t cause issues and has saved us a lot of time.

      This part copies the theme from our local NAS and then manipulates the registry entries for default users so it becomes the default theme for any new user.

      copy /y "\\path\to\theme\theme.themepack" %SYSTEMROOT%\Resources\Themes\
      cmd /c reg load HKU\TempHive "%SystemDrive%\Users\Default\NTUSER.DAT"
      cmd /c reg add HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Themes /v CurrentTheme  /t REG_SZ /d "%SYSTEMROOT%\Resources\Themes\theme.themepack" /f
      cmd /c reg unload HKU\TempHive
      
      posted in Windows Problems
      Q
      Quazz
    • RE: Snapins batch based are not working propperly when $ in path

      @x23piracy Hi, error code 5 is a windows error that means Access denied, so there’s some permission/rights issue somewhere, either on your share (which is likely since it’s a hidden share) or with the account executing it (which is SYSTEM so unlikely)

      If you manually enter \vs-ha-backup\install$\MSOffice\Office365\setup.exe for instance, does it open the file? (do this on a clean system)

      posted in FOG Problems
      Q
      Quazz
    • RE: Advanced Menu Issue(s)

      This is most likely caused by an invalid formatted advanced menu.

      posted in FOG Problems
      Q
      Quazz
    • RE: UEFI-PXE-Boot (Asus t100 Tablet)

      @george1421 You can, but you could also filter afterwards so it doesn’t matter much imo.

      posted in FOG Problems
      Q
      Quazz
    • RE: UEFI-PXE-Boot (Asus t100 Tablet)

      @K.Hays try

      sudo tcpdump -w issue.pcap -i eth0
      

      (make sure the interface is specified correctly there)

      posted in FOG Problems
      Q
      Quazz
    • RE: Updating Database ... Failed!

      @Tom-Elliott Works on my end as well.

      posted in Bug Reports
      Q
      Quazz
    • RE: Updating Database ... Failed!

      Same thing here on Centos 7.

      Potentially relevant logs:

      [Wed May 18 12:20:45.179128 2016] [core:notice] [pid 5209] AH00094: Command line  : '/usr/sbin/httpd -D FOREGROUND'
      [Wed May 18 12:20:47.336126 2016] [:error] [pid 5216] [client 192.168.1.154:56426] PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/html/fog/lib/db/mysqldump.class.php on line 383
      [Wed May 18 12:20:47.999785 2016] [:error] [pid 5216] [client 192.168.1.154:56426] PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timez one_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/html/fog/lib/db/mysqldump.class.php on line 400
      [Wed May 18 12:20:48.081173 2016] [:error] [pid 5221] [client 127.0.0.1:49006] PHP Fatal error:  Call to a member function index() on null in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 72
      [Wed May 18 12:20:48.157157 2016] [:error] [pid 5219] [client 192.168.1.154:56432] PHP Fatal error:  Call to a member function index() on null in /var/www/html/fog/lib/fog/fogpagemanager.class.php on line 72
      
      posted in Bug Reports
      Q
      Quazz
    • 1
    • 2
    • 81
    • 82
    • 83
    • 84
    • 85
    • 98
    • 99
    • 83 / 99