Displaying 20 results from an estimated 21 matches for "os_minor".
2024 Mar 04
2
Almost all print driver uploads fail
Hi,
I'm working on a minimal print server setup for Windows 10/11 x64 clients.
No domain, no Kerberos, no LDAP, only a few local users on a standalone
server with some shared CUPS printers.
Printing works well.
After setting 'spoolss: os_major = 6' and 'spoolss: os_minor = 1' The
*Kyocera KX Universal Driver* has uploaded well. But, that's all.
No success uploading other print drivers, like *HP Universal Printing
PCL6* and *Canon Generic Plus PCL6
*All of them are failing with messages like:
"Unable to install HP Universal Printing PCL 6, Type...
2015 Aug 10
0
[PATCH 3/4] v2v: copy virtio drivers without guestfs handle leak
...=
(* Copy the matching drivers to the driverdir. *)
-
- let drivers = find_virtio_win_drivers virtio_win in
-
- (* Filter out only drivers matching the current guest. *)
- let drivers =
- List.filter (
- fun { vwd_os_arch = arch;
- vwd_os_major = os_major; vwd_os_minor = os_minor;
- vwd_os_variant = os_variant } ->
- arch = inspect.i_arch &&
- os_major = inspect.i_major_version &&
- os_minor = inspect.i_minor_version &&
- (match os_variant with
- | Vwd_client -> inspect.i_product_varia...
2015 Oct 13
2
[PATCH v2 2/4] v2v: copy virtio drivers without guestfs handle leak
...=
(* Copy the matching drivers to the driverdir. *)
-
- let drivers = find_virtio_win_drivers virtio_win in
-
- (* Filter out only drivers matching the current guest. *)
- let drivers =
- List.filter (
- fun { vwd_os_arch = arch;
- vwd_os_major = os_major; vwd_os_minor = os_minor;
- vwd_os_variant = os_variant } ->
- arch = inspect.i_arch &&
- os_major = inspect.i_major_version &&
- os_minor = inspect.i_minor_version &&
- (match os_variant with
- | Vwd_client -> inspect.i_product_varia...
2010 Dec 07
0
[PATCH]: A daemon to support HyperV KVP functionality
...ame,
+ OSMajorVersion,
+ OSMinorVersion,
+ OSVersion,
+ ProcessorArchitecture
+};
+
+/*
+ * End of shared definitions.
+ */
+
+static char kvp_send_buffer[4096];
+static char kvp_recv_buffer[4096];
+static struct sockaddr_nl addr;
+
+static char os_name[100];
+static char os_major[50];
+static char os_minor[50];
+static char processor_arch[50];
+static char os_build[100];
+static char *lic_version;
+
+void kvp_get_os_info(void)
+{
+ FILE *file;
+ char *eol;
+ struct utsname buf;
+
+ uname(&buf);
+ strcpy(os_build, buf.release);
+ strcpy(processor_arch, buf.machine);
+
+ file = fopen("/etc/SuS...
2010 Dec 07
0
[PATCH]: A daemon to support HyperV KVP functionality
...ame,
+ OSMajorVersion,
+ OSMinorVersion,
+ OSVersion,
+ ProcessorArchitecture
+};
+
+/*
+ * End of shared definitions.
+ */
+
+static char kvp_send_buffer[4096];
+static char kvp_recv_buffer[4096];
+static struct sockaddr_nl addr;
+
+static char os_name[100];
+static char os_major[50];
+static char os_minor[50];
+static char processor_arch[50];
+static char os_build[100];
+static char *lic_version;
+
+void kvp_get_os_info(void)
+{
+ FILE *file;
+ char *eol;
+ struct utsname buf;
+
+ uname(&buf);
+ strcpy(os_build, buf.release);
+ strcpy(processor_arch, buf.machine);
+
+ file = fopen("/etc/SuS...
2010 Dec 08
0
No subject
...ame,
+ OSMajorVersion,
+ OSMinorVersion,
+ OSVersion,
+ ProcessorArchitecture
+};
+
+/*
+ * End of shared definitions.
+ */
+
+static char kvp_send_buffer[4096];
+static char kvp_recv_buffer[4096];
+static struct sockaddr_nl addr;
+
+static char os_name[100];
+static char os_major[50];
+static char os_minor[50];
+static char processor_arch[50];
+static char os_build[100];
+static char *lic_version;
+
+void kvp_get_os_info(void)
+{
+ FILE *file;
+ char *eol;
+ struct utsname buf;
+
+ uname(&buf);
+ strcpy(os_build, buf.release);
+ strcpy(processor_arch, buf.machine);
+
+ file =3D fopen("/etc/S...
2010 Dec 08
0
No subject
...ame,
+ OSMajorVersion,
+ OSMinorVersion,
+ OSVersion,
+ ProcessorArchitecture
+};
+
+/*
+ * End of shared definitions.
+ */
+
+static char kvp_send_buffer[4096];
+static char kvp_recv_buffer[4096];
+static struct sockaddr_nl addr;
+
+static char os_name[100];
+static char os_major[50];
+static char os_minor[50];
+static char processor_arch[50];
+static char os_build[100];
+static char *lic_version;
+
+void kvp_get_os_info(void)
+{
+ FILE *file;
+ char *eol;
+ struct utsname buf;
+
+ uname(&buf);
+ strcpy(os_build, buf.release);
+ strcpy(processor_arch, buf.machine);
+
+ file =3D fopen("/etc/S...
2010 Dec 17
0
[PATCH 4/4] Staging: hv: Add a user-space daemon to support key/value pair (KVP)
...ame,
+ OSMajorVersion,
+ OSMinorVersion,
+ OSVersion,
+ ProcessorArchitecture
+};
+
+/*
+ * End of shared definitions.
+ */
+
+static char kvp_send_buffer[4096];
+static char kvp_recv_buffer[4096];
+static struct sockaddr_nl addr;
+
+static char os_name[100];
+static char os_major[50];
+static char os_minor[50];
+static char processor_arch[50];
+static char os_build[100];
+static char *lic_version;
+
+void kvp_get_os_info(void)
+{
+ FILE *file;
+ char *eol;
+ struct utsname buf;
+
+ uname(&buf);
+ strcpy(os_build, buf.release);
+ strcpy(processor_arch, buf.machine);
+
+ file = fopen("/etc/SuS...
2010 Dec 17
0
[PATCH 4/4] Staging: hv: Add a user-space daemon to support key/value pair (KVP)
...ame,
+ OSMajorVersion,
+ OSMinorVersion,
+ OSVersion,
+ ProcessorArchitecture
+};
+
+/*
+ * End of shared definitions.
+ */
+
+static char kvp_send_buffer[4096];
+static char kvp_recv_buffer[4096];
+static struct sockaddr_nl addr;
+
+static char os_name[100];
+static char os_major[50];
+static char os_minor[50];
+static char processor_arch[50];
+static char os_build[100];
+static char *lic_version;
+
+void kvp_get_os_info(void)
+{
+ FILE *file;
+ char *eol;
+ struct utsname buf;
+
+ uname(&buf);
+ strcpy(os_build, buf.release);
+ strcpy(processor_arch, buf.machine);
+
+ file = fopen("/etc/SuS...
2015 Aug 10
15
[PATCH 0/4] v2v: simplify driver copying from virtio-win iso
Libguestfs supports passing an ISO image as a source of virtio windows
drivers to v2v.
That support, however, looks too heavy-weight: in order to access those
drivers, a separate guestfs handle is created (and thus a new emulator
process is started), which runs until v2v completes.
This series attempts to make it simpler and lighter-weight, by making
the relevant code more local, and by
2015 Oct 14
5
[PATCH v3 0/3] v2v: simplify driver copying from virtio-win iso
Libguestfs supports passing an ISO image as a source of virtio windows
drivers to v2v.
This series attempts to make it simpler and better scoped.
Roman Kagan (3):
v2v: consolidate virtio-win file copying
v2v: copy virtio drivers without guestfs handle leak
v2v: drop useless forced gc
---
changes since v2:
- drop patch 4 (reuse of the master guestfs handle for hot-adding the
ISO image)
2015 Jun 23
0
[PATCH v2] v2v: Support loading virtio-win drivers from virtio-win.iso (RHBZ#1234351).
...ot;x86_64", 6, 3, "Server" ->
- Some (virtio_win_dir // "drivers/amd64/Win2012R2")
+ (* Filter out only drivers matching the current guest. *)
+ let drivers =
+ List.filter (
+ fun { vwd_os_arch = arch;
+ vwd_os_major = os_major; vwd_os_minor = os_minor;
+ vwd_os_variant = os_variant } ->
+ arch = inspect.i_arch &&
+ os_major = inspect.i_major_version &&
+ os_minor = inspect.i_minor_version &&
+ (match os_variant with
+ | Vwd_client -> inspect.i_product_varia...
2015 Jun 23
2
[PATCH v2] v2v: Support loading virtio-win drivers from
In version 2:
- Add a bunch of debugging output.
- Recognize Windows Vista, Windows 10.
- Compare driver paths case-insensitively.
2019 Apr 08
0
Unable to upload printer drivers
...hat I see now is that just at the beginning of
> the upload the
> > following error is in within the PrintService log:
> >
> > [Eventinformation]
> > Maybe that helps getting to the root cause of the problem?
> just some follow up. In the configuration the os_major, os_minor and
> os_build numbers are set to match Windows Server
> 2008R2(6.1.7601) as one
> of my drivers needs those settings. That seems to result in the Not
> supported-error. When I change the Version back to their
> defaults (thus
> Windows Server 2003) I am able to upload drive...
2015 Jun 22
2
[PATCH] v2v: Support loading virtio-win drivers from virtio-win.iso (RHBZ#1234351).
...ot;x86_64", 6, 3, "Server" ->
- Some (virtio_win_dir // "drivers/amd64/Win2012R2")
+ (* Filter out only drivers matching the current guest. *)
+ let drivers =
+ List.filter (
+ fun { vwd_os_arch = arch;
+ vwd_os_major = os_major; vwd_os_minor = os_minor;
+ vwd_os_variant = os_variant } ->
+ arch = inspect.i_arch &&
+ os_major = inspect.i_major_version &&
+ os_minor = inspect.i_minor_version &&
+ (match os_variant with
+ | Vwd_client -> inspect.i_product_varia...
2019 Apr 08
4
Unable to upload printer drivers
Hi,
Am 25.03.2019 um 14:12 schrieb Marco Gaiarin via samba:
> [...]
> Some drivers there's no way to load (for example, some samsung MFP).
> Some other load, but you have to do 2-5 try before they work.
I did now try many different drivers from different vendors none of them
worked thus I think there is something else wrong.
I then did some more tests, trying to find anything being
2019 Apr 10
0
Unable to upload printer drivers
...lder rights, what is in
> >> the windows event logs?
> >> If I leave the spoolss versions unchanged I see the error from the
> >> attached error1.xml.
> >>
> >> If I change the spoolss versions to:
> >> spoolss:os_major = 6
> >> spoolss:os_minor = 1
> >> spoolss:os_build = 7601
> >> I receive the errors from error2.xml
> >>
> >> I'm currently running Windows 10-1709 on my client machine. I
> >> will also
> >> try it with 1803 to see if that hast some impact.
> >>
> >&...
2015 Oct 29
7
[PATCH 0/7] v2v: Miscellaneous refactorings.
Just refactoring.
Rich.
2015 Nov 17
0
[PATCH 3/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
...* [DriverVer] from that, and parse it. Returns [None] if we couldn't
+ * find / parse it.
+ * Reference: https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html
*)
-and virtio_iso_path_matches_guest_os path inspect =
- let { Types.i_major_version = os_major; i_minor_version = os_minor;
- i_arch = arch; i_product_variant = os_variant } = inspect in
+and parse_driver_ver inf_name sections =
try
- (* Lowercased path, since the ISO may contain upper or lowercase path
- * elements.
- *)
- let lc_path = String.lowercase_ascii path in
- let lc_basename = File...
2019 Apr 10
3
Unable to upload printer drivers.
...o luck.
>
> > My first guess here is, incorrect folder rights, what is in
> the windows event logs?
> If I leave the spoolss versions unchanged I see the error from the
> attached error1.xml.
>
> If I change the spoolss versions to:
> spoolss:os_major = 6
> spoolss:os_minor = 1
> spoolss:os_build = 7601
> I receive the errors from error2.xml
>
> I'm currently running Windows 10-1709 on my client machine. I
> will also
> try it with 1803 to see if that hast some impact.
>
> Best Regards
> Bernhard
> --
> To unsubscribe...