search for: majorversion

Displaying 20 results from an estimated 24 matches for "majorversion".

Did you mean: major_version
2001 Dec 27
1
Running windows services, an IPC issue?
Hello all, I am looking to run an win application on linux. The problem it that it is two parts: a exe, which calls a dll (and runs fine) and a service that accepts requests fron the dll and does things (generates labels). the small program runs fine, i get a return code telling me that the service isn't running. but if i try to execute the service, i get: [pattejam@cory server]$ wine
2005 Feb 07
7
win32-driveinfo in CVS
...rOfBytes drives = getDrivesInUse() freelet = getFreeDriveLetters() drivetype = getDriveType(''a'') (volumeName, volumeSerialNumber, maximumComponentLength, fileSystemName, attr) = getVolumeInfo(''g'').to_a (majorVersion, minorVersion, buildNumber, platformId, buildStr) = getVersionEx().to_a # check is your CD-ROM loaded aCDROM = getDrivesInUse().select {|x| getDriveType(x) == "CDROM" }[0] aCD_inside = isReady(aCDROM) Constants ========= DriveInfo::VERSION The current ver...
2012 Jul 31
11
$concat_basedir not defined
...${concatdir}/bin class concat::setup { $id = $::id $root_group = $id ? { root => 0, default => $id } if $::concat_basedir { $concatdir = $::concat_basedir } else { fail ("\$concat_basedir not defined. Try running again with pluginsync enabled") } $majorversion = regsubst($::puppetversion, ''^[0-9]+[.]([0-9]+)[.][0-9]+$'', ''\1'') file{"${concatdir}/bin/concatfragments.sh": owner => $id, group => $root_group, mode => ''0755'', source => $majorversion ? { 24...
2006 Apr 15
0
remote subnet browsing
...t=3 (0x3) Data: (6 bytes) [000] 01 00 01 00 02 00 \001\000\001\000\002\000 smb_bcc=63 Name=\MAILSLOT\BROWSE BROWSE PACKET BROWSE PACKET: Type=0x1 (HostAnnouncement) UpdateCount=0x2056 Res1=0xBF AnnounceInterval=2 (0x2) Name=A_N1 NameType=0x00 (Workstation) MajorVersion=0x4 MinorVersion=0x9 ServerType=0x9A2B ElectionVersion=0x10F BrowserConstant=0xAA55 Data: (14 bytes) [000] 53 65 72 77 65 72 20 70 6C 69 6B A2 77 00 Serwer p lik\242w\000 11:55:36.246539 IP (tos 0x0, ttl 64, id 69, offset 0, flags [DF], proto: UDP (17), length: 203) 10.1.2.4.138 > 10...
2008 Jul 09
2
Installing MSWord SETUP.INI is missing or invalid
Hi, I'm trying to install Microsoft Word 2002 on Wine, version 1.1.0, running on ubuntu hardy heron, from a dvd called Microsoft Works Suite 2004 (German) that came bundled with my computer, and I've run into some kind of endless loop. This is what happens: - I d-click setup.exe on the dvd, wine starts and the setup menu is shown. - I select custom setup and click the
2020 Mar 04
5
yaml2obj support for COFF debug directories
Spoiler: the following only applies to Windows binary format handling. Potential for extending yaml2obj to support COFF debug directories<https://docs.microsoft.com/en-us/windows/win32/debug/pe-format#debug-directory-image-only> recently came up during a code review<https://reviews.llvm.org/D70606#1873185>. Currently, its COFF
2013 Aug 07
9
Freebsd + Puppet 3.2.2 pkg_add -f ?
Shouldn''t pkg_add be using the -r option for package management? I worked around by forcing the client to use ports instead, but it stinks. Any thoughts? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2015 Jul 29
5
[LLVMdev] The Trouble with Triples
> > The Triple object will remain unchanged. > > The Tuple will be the API to handle getting/setting parameters > depending on the Triple, compiler flags, attributes, etc. > > This part doesn't seem obvious from the direction the patches are going. > There will be no string representation of all options, as that would > be impossible, or at least, highly
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
...Continuing. Breakpoint 7, find_entry_by_id (dir=0x45f000, id=0, root=0x45f000) at pe_resource.c:82 82 entry = (const IMAGE_RESOURCE_DIRECTORY_ENTRY *)(dir + 1); (gdb) p dir $16 = (IMAGE_RESOURCE_DIRECTORY *) 0x45f000 Better. (gdb) p *dir $17 = {Characteristics = 0, TimeDateStamp = 0, MajorVersion = 0, MinorVersion = 0, NumberOfNamedEntries = 0, NumberOfIdEntries = 0} Hmm. gdb is able to dereference dir. So what's going on? (gdb) step 78 { (gdb) step 82 entry = (const IMAGE_RESOURCE_DIRECTORY_ENTRY *)(dir + 1); (gdb) step 83 min = dir->NumberOfNamedEntrie...
2007 Aug 09
6
Problem on installing MS VM on wine
Hi folks, Ubuntu 7.04 desktop IEs4Linux IE6 Download following packages on Internet; msjavx86b3805.exe MSJavWU_8073687b82d41db93f4c2a04af2b34d.exe I suppose "wine MSJavWU_8073687b82d41db93f4c2a04af2b34d.exe" is upgrade. On terminal: $ WINEPREFIX="/home/satimis/.ies4linux/ie6" wine msjavx86b3805.exe .... ..... Backtrace: =>1 0x00be006e (0x0034fe18) 2 0x7bc3ac3d in
2010 Dec 10
3
[PATCH 1/7] staging: hv: Convert camel cased variables in netvsc.c to lower cases
...mset(initPacket, 0, sizeof(struct nvsp_message)); + memset(init_packet, 0, sizeof(struct nvsp_message)); - ndisVersion = 0x00050000; + ndis_version = 0x00050000; - initPacket->Header.MessageType = NvspMessage1TypeSendNdisVersion; - initPacket->Messages.Version1Messages.SendNdisVersion.NdisMajorVersion = - (ndisVersion & 0xFFFF0000) >> 16; - initPacket->Messages.Version1Messages.SendNdisVersion.NdisMinorVersion = - ndisVersion & 0xFFFF; + init_packet->Header.MessageType = NvspMessage1TypeSendNdisVersion; + init_packet->Messages.Version1Messages. + SendNdisVersion.Ndi...
2010 Dec 10
3
[PATCH 1/7] staging: hv: Convert camel cased variables in netvsc.c to lower cases
...mset(initPacket, 0, sizeof(struct nvsp_message)); + memset(init_packet, 0, sizeof(struct nvsp_message)); - ndisVersion = 0x00050000; + ndis_version = 0x00050000; - initPacket->Header.MessageType = NvspMessage1TypeSendNdisVersion; - initPacket->Messages.Version1Messages.SendNdisVersion.NdisMajorVersion = - (ndisVersion & 0xFFFF0000) >> 16; - initPacket->Messages.Version1Messages.SendNdisVersion.NdisMinorVersion = - ndisVersion & 0xFFFF; + init_packet->Header.MessageType = NvspMessage1TypeSendNdisVersion; + init_packet->Messages.Version1Messages. + SendNdisVersion.Ndi...
2015 Oct 05
0
[PATCH 2/2] Fix whitespace.
...ctname[[:space:]]*=[[:space:]]*\"", 1, &str); if (r == -1) return -1; if (r > 0) { @@ -386,8 +386,8 @@ check_w2k3_installer_root (guestfs_h *g, struct inspect_fs *fs, } r = guestfs_int_first_egrep_of_file (g, txtsetup, - "^majorversion[[:space:]]*=[[:space:]]*[[:digit:]]+", - 1, &str); + "^majorversion[[:space:]]*=[[:space:]]*[[:digit:]]+", + 1, &str); if (r == -1) return -1; if (r > 0) { @@ -400,8 +400,8 @@ check_w2k3_installer_root (gue...
2017 Jun 16
1
[PATCH] inspection: Deprecate APIs and remove support for inspecting installer CDs.
...ce:]]*\"", 1, &str); - if (r == -1) - return -1; - if (r > 0) { - trim_cr (str); - trim_quot (str); - v = find_value (str); - fs->product_name = safe_strdup (g, v+1); - free (str); - } - - r = guestfs_int_first_egrep_of_file (g, txtsetup, - "^majorversion[[:space:]]*=[[:space:]]*[[:digit:]]+", - 1, &str); - if (r == -1) - return -1; - if (r > 0) { - trim_cr (str); - v = find_value (str); - fs->version.v_major = guestfs_int_parse_unsigned_int_ignore_trailing (g, v); - free (str); - if (fs->version.v_maj...
2015 Oct 05
3
[PATCH 1/2] Change 'fprintf (stdout,...)' -> printf.
Result of earlier copy and paste. --- align/scan.c | 35 ++++++++++--------- cat/cat.c | 39 +++++++++++---------- cat/filesystems.c | 69 +++++++++++++++++++------------------- cat/log.c | 35 ++++++++++--------- cat/ls.c | 61 +++++++++++++++++---------------- df/main.c | 43 ++++++++++++------------ diff/diff.c | 67
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com> Convert camel cased struct fields in channel_mgmt.h to lower cases Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------ drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com> Convert camel cased struct fields in channel_mgmt.h to lower cases Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------ drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------
2015 Feb 14
2
[PATCH 0/2] Change guestfs__*
libguestfs has used double and triple underscores in identifiers. These aren't valid for global names in C++. (http://stackoverflow.com/a/228797) These large but completely mechanical patches change the illegal identifiers to legal ones. Rich.
2017 Jul 21
10
[PATCH v10 00/10] Reimplement inspection in the daemon.
v9 was here: https://www.redhat.com/archives/libguestfs/2017-July/msg00139.html This depends on these three series (the first two being single minor patches): https://www.redhat.com/archives/libguestfs/2017-July/msg00207.html https://www.redhat.com/archives/libguestfs/2017-July/msg00209.html https://www.redhat.com/archives/libguestfs/2017-July/msg00215.html There is no substantive change. I
2017 Jul 17
12
[PATCH v9 00/11] Reimplement inspection in the daemon.
This depends on the patch series "[PATCH 00/27] Reimplement many daemon APIs in OCaml." (https://www.redhat.com/archives/libguestfs/2017-July/msg00098.html) v8 was posted here: https://www.redhat.com/archives/libguestfs/2017-June/msg00274.html v9: - I split up the mega-patch into a more reviewable series of smaller, incremental patches. There are some other changes vs v8, but