search for: os_build

Displaying 13 results from an estimated 13 matches for "os_build".

2010 Dec 07
0
[PATCH]: A daemon to support HyperV KVP functionality
...essorArchitecture +}; + +/* + * 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/SuSE-release", "r"); + if (file != NULL) + goto...
2010 Dec 07
0
[PATCH]: A daemon to support HyperV KVP functionality
...essorArchitecture +}; + +/* + * 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/SuSE-release", "r"); + if (file != NULL) + goto...
2010 Dec 08
0
No subject
...essorArchitecture +}; + +/* + * 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/SuSE-release", "r"); + if (file !=3D NULL) +...
2010 Dec 08
0
No subject
...essorArchitecture +}; + +/* + * 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/SuSE-release", "r"); + if (file !=3D NULL) +...
2010 Dec 17
0
[PATCH 4/4] Staging: hv: Add a user-space daemon to support key/value pair (KVP)
...essorArchitecture +}; + +/* + * 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/SuSE-release", "r"); + if (file != NULL) + goto...
2010 Dec 17
0
[PATCH 4/4] Staging: hv: Add a user-space daemon to support key/value pair (KVP)
...essorArchitecture +}; + +/* + * 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/SuSE-release", "r"); + if (file != NULL) + goto...
2011 Jul 22
0
[PATCH 1/1] Staging: hv: util: kvp: Fix the reported OSVersion string
...sertions(+), 0 deletions(-) diff --git a/drivers/staging/hv/tools/hv_kvp_daemon.c b/drivers/staging/hv/tools/hv_kvp_daemon.c index c230bae..6f3e5c2 100644 --- a/drivers/staging/hv/tools/hv_kvp_daemon.c +++ b/drivers/staging/hv/tools/hv_kvp_daemon.c @@ -119,6 +119,15 @@ void kvp_get_os_info(void) os_build = uts_buf.release; processor_arch = uts_buf.machine; + /* + * The current windows host (win7) expects the build + * string to be of the form: x.y.z + * Strip additional information we may have. + */ + p = strchr(os_build, '-'); + if (p) + *p = '\0'; + file = fopen("/...
2011 Jul 22
0
[PATCH 1/1] Staging: hv: util: kvp: Fix the reported OSVersion string
...sertions(+), 0 deletions(-) diff --git a/drivers/staging/hv/tools/hv_kvp_daemon.c b/drivers/staging/hv/tools/hv_kvp_daemon.c index c230bae..6f3e5c2 100644 --- a/drivers/staging/hv/tools/hv_kvp_daemon.c +++ b/drivers/staging/hv/tools/hv_kvp_daemon.c @@ -119,6 +119,15 @@ void kvp_get_os_info(void) os_build = uts_buf.release; processor_arch = uts_buf.machine; + /* + * The current windows host (win7) expects the build + * string to be of the form: x.y.z + * Strip additional information we may have. + */ + p = strchr(os_build, '-'); + if (p) + *p = '\0'; + file = fopen("/...
2019 Apr 08
0
Unable to upload printer drivers
...at 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 drivers from a > Win...
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
2012 Sep 19
2
Issue with pxe chainloading and grub2
...n.c32 menu label Server1-pxechn.c32 COM32 pxechn.32 append 192.168.1.1::pxelinux.0* 3. On selecting either of the above entries, it correctly takes you to Server1. tftp directory on Server 1: * /tftpboot . **** |-**pxelinux.0* * |-pxelinux.cfg |---default |---default.F1 |-os_build ** |---boot |-----grub |-------pxegrub2.0 ** |---grub.cfg* |--platform * *Content of default is: display pxelinux.cfg/default.F1 prompt 1 label dev_build kernel os_build/boot/grub/pxegrub2.0 Content of default.F1 Server1 PXE Install dev_build - Developm...
2019 Apr 10
0
Unable to upload printer drivers
...t; 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 > >>...
2019 Apr 10
3
Unable to upload printer drivers.
...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 from this list go to the f...