Displaying 20 results from an estimated 27 matches for "minorversion".
Did you mean:
minor_version
2008 Jan 04
5
win32-api callback causes ruby to application error (crash).
...Session = API.new(''SnmpCreateSession'', ''LLKP'', ''L'', ''Wsnmp32'')
SnmpRegister = API.new(''SnmpRegister'', ''LLLLPL'', ''L'', ''Wsnmp32'')
nMajorVersion = 0.chr * 4
MinorVersion = 0.chr * 4
nTranslateMode = 0.chr * 4
nRetransmitMode = 0.chr * 4
nLevel = 0.chr * 4
result = SnmpStartup.call(nMajorVersion, MinorVersion, nLevel,
nTranslateMode, nRetransmitMode)
puts "SnmpStartup: #{result}"
printf("nMajorVersion: %s MinorVersion: %s nLevel: %s nTranslateMode: %s...
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
2012 Jan 28
2
nfs4 with Samba 4
...ndtime: 2012-01-28T19:31:37 renew till:
2012-01-29T09:31:37
when I:
mount -t nfs4 hh3:/home /mnt -o sec=krb5
It mounts OK and mount shows:
hh3:/home/ on /mnt type nfs4
(rw,relatime,vers=4,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=krb5,clientaddr=192.168.1.3,minorversion=0,local_lock=none,addr=192.168.1.3)
Autenticated Samba 4 users get 'Permission denied when trying to cd to
/mnt. Only root can enter. The permissions using ls -la are:
d????????? ? ? ? ? ? mnt
You can see that /home has indeed been mounted but with strange permissions....
2017 Sep 28
2
mounting an nfs4 file system as v4.0 in CentOS 7.4?
...The release notes state, without an example:
"You can retain the original behavior by specifying 0 as the minor version"
nfs(5) states:
**
Recent kernels allow the minor version to be specified using the
vers= option. For example, specifying vers=4.1 is the same
as specifying vers=4,minorversion=1.
**
but in fstab or on the command line, using either form (vers=4.0
or vers=4,minorversion=0), if I run mount afterwards, I still see
vers=4.1 for the mount.
I'm missing something obvious, but the only thing obvious to me
is that I can't see it.
Any help is greatly appreciated.
Cheer...
2005 Feb 07
7
win32-driveinfo in CVS
...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 version of this p...
2006 Apr 15
0
remote subnet browsing
...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.1.1.1.138: [bad...
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
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? ]
...oint 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->NumberOfNamedEntries;
(gdb) p dir
$18...
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
...050000;
+ 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.NdisMajorVersion =
+ (ndis_version & 0xFFFF0000) >> 16;
+ init_packet->Messages.Version1Messages.
+ SendNdisVersi...
2010 Dec 10
3
[PATCH 1/7] staging: hv: Convert camel cased variables in netvsc.c to lower cases
...050000;
+ 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.NdisMajorVersion =
+ (ndis_version & 0xFFFF0000) >> 16;
+ init_packet->Messages.Version1Messages.
+ SendNdisVersi...
2006 May 15
3
Eicon Diva - problems building new v3 melware driver
...ude/linux/capi.h:29: warning: data definition has no type or storage
class
include/linux/capi.h:46: error: syntax error before "__u32"
include/linux/capi.h:46: warning: no semicolon at end of struct or union
include/linux/capi.h:47: warning: type defaults to `int' in declaration
of `minorversion'
include/linux/capi.h:47: warning: data definition has no type or storage
class
include/linux/capi.h:48: error: syntax error before "majormanuversion"
include/linux/capi.h:48: warning: type defaults to `int' in declaration
of `majormanuversion'
include/linux/capi.h:48: warni...
2016 Oct 23
4
NFS help
Hi Matt-
Thank you for this very detailed and thoughtful reply.
On Fri, Oct 21, 2016 at 4:43 PM, Matt Garman <matthew.garman at gmail.com> wrote:
> On Fri, Oct 21, 2016 at 4:14 AM, Larry Martell <larry.martell at gmail.com> wrote:
>> We have 1 system ruining Centos7 that is the NFS server. There are 50
>> external machines that FTP files to this server fairly
2015 Oct 05
0
[PATCH 2/2] Fix whitespace.
...*=[[:space:]]*[[:digit:]]+",
+ 1, &str);
if (r == -1)
return -1;
if (r > 0) {
@@ -400,8 +400,8 @@ check_w2k3_installer_root (guestfs_h *g, struct inspect_fs *fs,
}
r = guestfs_int_first_egrep_of_file (g, txtsetup,
- "^minorversion[[:space:]]*=[[:space:]]*[[:digit:]]+",
- 1, &str);
+ "^minorversion[[:space:]]*=[[:space:]]*[[:digit:]]+",
+ 1, &str);
if (r == -1)
return -1;
if (r > 0) {
@@ -418,8 +418,8 @@ check_w2k3_installer_root (gue...
2017 Jun 16
1
[PATCH] inspection: Deprecate APIs and remove support for inspecting installer CDs.
...f (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_major == -1)
- return -1;
- }
-
- r = guestfs_int_first_egrep_of_file (g, txtsetup,
- "^minorversion[[:space:]]*=[[:space:]]*[[:digit:]]+",
- 1, &str);
- if (r == -1)
- return -1;
- if (r > 0) {
- trim_cr (str);
- v = find_value (str);
- fs->version.v_minor = guestfs_int_parse_unsigned_int_ignore_trailing (g, v);
- free (str);
- if (fs->version.v_min...
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 ++++++++++++------------