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.
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.
@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.
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)
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.
@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.
@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.
There is also a multicast section in the settings area where you can specify your multicast interface, make sure that’s set to eth0
@Kiweegie Any update on this? Is it better now?
@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)
I believe it will send the data to whichever node is designated as master of the group the image is assigned to.
@Kiweegie No, you ran this command
./bin/installfog.sh
which indicates you are not in the bin directory.
@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)
@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.
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
@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)
This is most likely caused by an invalid formatted advanced menu.
@george1421 You can, but you could also filter afterwards so it doesn’t matter much imo.
@K.Hays try
sudo tcpdump -w issue.pcap -i eth0
(make sure the interface is specified correctly there)
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