Displaying 5 results from an estimated 5 matches for "starttype".
2013 Jan 27
1
GPOs don't work after update from Samba4.0 alpha 17 to 4.0.1
Hi!
I have updated our server from Samba 4 alpha 17 to Samba 4.0.1.
Everything seems to work fine after some reconfiguration, but our
GPOs are not working anymore.
Samba 4 alpha 17 was using ntvfs and the root partition with the sysvol share was mounted with "user_xattr" only in /etc/fstab.
Samba 4.0.1 is now set to use s3fs and the root partition is mouted with
2019 Nov 21
7
[PATCH 0/2] Fixes and tweak to the installation of qemu-ga MSI
This, together with the changes to common repo are fixes to the installation
qemu-ga MSI.
There is still an issue that I did not figure yet how to fix. On Windows 10 it
fails to register the QEMU-GA service.
Tomáš Golembiovský (2):
windows: fix detection of qemu-ga installer on RHV
windows: small tweaks of qemu-ga firstboot script
v2v/convert_windows.ml | 8 +++++++-
v2v/windows_virtio.ml
2015 Nov 17
0
[PATCH 2/3] v2v: windows: Add a Windows '*.inf' file parser.
...ot;, [
+ "addservice", "BALLOON,%SPSVCINST_ASSOCSERVICE%, BALLOON_Service_Inst, BALLOON_Logging_Inst";
+ ];
+ "balloon_service_inst", [
+ "displayname", "%BALLOON.SVCDESC%";
+ "servicetype", "1";
+ "starttype", "3";
+ "errorcontrol", "1";
+ "servicebinary", "%12%\\balloon.sys";
+ ];
+ "balloon_logging_inst", [
+ "addreg", "BALLOON_Logging_Inst_AddReg";
+ ];
+ "balloon_logging_inst_addreg&...
2007 Jul 13
0
Wine release 0.9.41
...ts to create a service.
advapi/service: Check for empty servicename and binaryname.
programs/cmd: Do the assignment after the return to avoid a missing free() (Coverity).
advapi/service: Create specific access rights for service handles.
advapi/service: Check servicetype and starttype.
advapi32/tests: Use skip instead of trace.
crypt32/tests: Skip test if we don't have enough rights.
mscms/tests: Skip tests if we don't have enough rights.
Pedro Araujo Chaves Jr (1):
winspool.drv: Fallback to the first found printer as default printer.
Peter Dons...
2015 Nov 17
8
[PATCH 0/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
https://github.com/rwmjones/libguestfs/tree/rewrite-virtio-copy-drivers
Instead of trying to split and parse elements from virtio-win paths,
use the '*.inf' files supplied with the drivers to control how Windows
drivers are installed.
The following emails best explain how this works:
https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html