Displaying 18 results from an estimated 18 matches for "systeminfo".
2009 May 21
1
systeminfo updation
Wherever the wine is installed, the corresponding system's information (like cpuinfo from proc dir) is updated in registry?
2024 Nov 04
1
Windows permissions
.... But although
I gave SMB winuser his correct Windows password, winexe doesn't seem
to use it, prompting me for the password. (All three boxes have the
same user, winuser, with the same password.)
2. For two of the Windows boxes, the command < winexe -d 2
-U winuser%password //address "systeminfo" > returns the error,
winexe_svc_install: dcerpc_svcctl_CreateServiceW failed: WERR_ACCESS_DENIED
main: winexe_svc_install failed: NT_STATUS_ACCESS_DENIED
However, for the third box, the same command returns the error,
main: cli_full_connection_creds failed: NT_STATUS_IO_TIMEOUT
(...
2011 Jul 29
2
Odd SSL issue - host not showing with puppet cert --list --all
...er I can see it compile the catalog in
the logs. However when I run ''puppet cert --list --all'' it is not in
the list. Note we use auto signing (/etc/puppet/autosign.conf).
# Client Working
[root@sitvhmnp161105 ~]# puppet agent --test
info: Retrieving plugin
info: Loading facts in systeminfo
info: Loading facts in systeminfo
info: Caching catalog for sitvhmnp161105.mambodev.local
info: Applying configuration version ''1311904488''
notice: Finished catalog run in 1.31 seconds
[root@sitvhmnp161105 ~]#
# Server Logs
[root@sitvhmnp004201 ~]# grep sitvhmnp161105 /var/log/me...
2009 Sep 13
2
App cennik offline
Hello i have a special windows app (cennik offline) it works on win xp but not on wine. I copy all dependecies dlls from win xp to wine c directory and nothing happens. Ive installed a framework 2.0 from winetricks.
The link for this app:
http://www.cennik.conor.pl/download/beta/setup_v2.14.726.03.exe
Can someone help me please?
2011 Feb 08
2
WSAStartup failure
...y Vista box.
Is it really not supported on Vista? The docs say Win2k or later. Or is
there another issue?
require ''windows/wsa''
require ''windows/error''
require ''windows/system_info''
include Windows::WSA
include Windows::Error
include Windows::SystemInfo
begin
version = MAKEWORD(2,2)
buffer = 0.chr * 532
err = WSAStartup(version, buffer)
if err != 0
puts "Oops: " + get_last_error(err)
end
ensure
WSACleanup()
end
2013 Feb 06
5
Puppet F5 module
...d it and configured in nodes.pp the
same pool and irule as suggested in the tutorial.
BUT when I run on the proxy:
# puppet device --deviceconf /etc/puppet/device/f5.puppetlabs.lan.conf
--debug
I get this error:
*err: Could not retrieve local facts: Unknown method
"{urn:iControl:System/SystemInfo}:get_base_mac_address"*
Anyone know what could be wrong??
Thanks a lot!
--
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 puppet-users+unsubscribe@go...
2012 Dec 20
4
Memory filling up while looping
...ly a 1/5th of what I have overall.
Does somebody have an idea why this behaviour might occur? Note that all
the objects (like 'DummyCatcher') are reused every cycle so that I would
assume that the RAM used should stay about the same after the first
'chunk' cycle.
Best, Peter
SystemInfo:
R version 2.15.2 (2012-10-26)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Win7 Enterprise, 8 GB RAM
2024 Dec 14
1
Configuration file does not specify default realm
...default might be. There is no domain controller involved. xfreerdp
prompts for domain and password, I just hit enter on the domain
request and, after entering the password, I'm connected.
With winexe I can connect to two of them with a command like,
"winexe -U .\\user%password //machine systeminfo".
But with the third, I get this response:
"[ERROR][com.winpr.sspi.Kerberos] -
[kerberos_AcquireCredentialsHandleA]: krb5_parse_name
(Configuration file does not specify default realm [-1765328160])".
Some online references tell me to be sure the correct default domain
is in /e...
2010 May 31
2
DHT translator problem
...t itself.
Example:
the folume is mounted on /mnt/gtest
[root at storage2]# ls -l /mnt/
?--------- ? ? ? ? ? gtest
If I try to list the mountpoint:
[root at storage2 ~]# ls -l /mnt/gtest
ls: /mnt/gtest: Stale NFS file handle
Can anyone please help me fix this.
Here is the systeminfo:
OS: CentOS 5 x86_64
Kernel: 2.6.18-194.3.1.el5
Fuse: 2.7.4glfs11
glusterfs 3.0.4 built on May 17 2010 08:28:27
Repository revision: v3.0.4
The volume files:
#####################################
### GlusterFS Server Volume File ##
#####################################
volume storage1-test1...
2018 Jun 07
2
Windows 10 clients slow remapping drives and somewhat inconsistent in reconnecting to the saved map drives
...he network time server the connection reconnects fine then. The windows clients are not dual boot systems, they use just the single OS.
# I thought that the time difference could be up to 5 minutes
# TimeZones seem to be set properly on the Servers and client
Windows systeminfo reports: Time Zone: (UTC-05:00) Eastern Time (US & Canada)
Adjust for Daylight savings
Here is the relevant portions of the samba file server config:
My ideal config makes use of the highest level of security features available while maintaining compatibility between the two d...
2005 Aug 29
14
Oracle 9.2.0.6 on Solaris 10
How can I tell if this is normal behaviour? Oracle imports are horribly slow, an order of magnitude slower than on the same hardware with a slower disk array and Solaris 9. What I can look for to see where the problem lies?
The server is 99% idle right now, with one database running. Each sample is about 5 seconds. I''ve tried setting kernel parameters despite the docs saying that
2009 Mar 10
1
foreign package install on Solaris 10 + R-2.7.1
...ould be most appreciated.
I've updated all packages currently installed on this version of R but the install of package "foreign" complains about an invalid "priority" field in the DESCRIPTION file. I've not had any issues with the other packages.
I'm including our systemInfo() output here:
==========================================
R version 2.7.1 (2008-06-23)
sparc-sun-solaris2.10
locale:
/en_CA.ISO8859-1/C/C/en_CA.ISO8859-1/C/C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
And, I'm including the transcript from th...
2007 Oct 09
5
Playing with ReadFileScatter()
...#39;
require ''windows/system_info''
require ''windows/nio''
require ''windows/file''
class WinIO
extend Windows::Error
extend Windows::Handle
extend Windows::NIO
extend Windows::File
extend Windows::MSVCRT::IO
extend Windows::SystemInfo
include Windows::File
def self.readlines(file, sep = $INPUT_RECORD_SEPARATOR)
handle = CreateFile(
file,
GENERIC_READ,
FILE_SHARE_READ,
nil,
OPEN_EXISTING,
FILE_FLAG_OVERLAPPED | FILE_FLAG_NO_BUFFERING,
nil...
2008 Nov 15
1
PostScript File Dimensions
Hi List, here I go again.
Well I need to save plotted objects as .eps using the postscript() function,
well I can do that but all resulting object are perfect squared dimensions
(x = y). I need a rectangular output something like x = 2y dimension. Is it
possible? The I’m new to R and postscript image format!
I’m doing this…
2010 Aug 20
6
No RTFM?
What do you think about adding a "No RTFM" policy to the R mailing
lists? Per, "http://en.wikipedia.org/wiki/RTFM":
The Ubuntu Forums and LinuxQuestions.org, for instance, have instituted
"no RTFM" policies to promote a welcoming atmosphere.[8][9].
RTFM [and] "Go look on google" are two inappropriate responses to a
question. If you don't know the
2018 Jun 07
0
FW: Windows 10 clients slow remapping drives and somewhat inconsistent in reconnecting to the saved map drives
...ts fine then. The
> > > windows clients are not dual boot systems, they use just
> the single
> > > OS. # I thought that the time difference could be up to 5
> minutes #
> > > TimeZones seem to be set properly on the Servers and
> client Windows
> > > systeminfo reports: Time Zone: (UTC-05:00) Eastern
> > > Time (US & Canada) Adjust for Daylight savings
>
> 1) Try, go into the bios of that computer, and check the bios time.
> set it close to the AD DC time.
>
> 2) see 1. and that did not help, did you see th...
2014 Oct 17
0
Wine release 1.7.29
...ist of font families.
Aurimas Fi?eras (1):
po: Update Lithuanian translation.
Austin English (5):
kernel32: Add a stub for GetSystemFileCacheSize.
kernel32: Add a stub for SetSystemFileCacheSize.
wsnmp32: Add stub for SnmpOpen.
ntdsapi: Add stubs for DsBindA/W.
systeminfo: Add stub program.
David Heidelberger (1):
dbghelp: Implement DW_TAG_const_type in dwarf2_parse_udt_type.
Fran?ois Gouget (2):
d2d1: Make the IDWriteTextRenderer methods static.
dwrite: Avoid redefining the DWRITE_GLYPH_RUN typedef.
Hans Leidekker (1):
msi: Don't skip...
2020 Jun 05
0
Wine release 5.10
...cted via named export 'ntdll.wine_get_version'
46788 RtlIpv6AddressToStringA is not supported
49045 Japanese eroge called Koikatsu crashes after upgrading to Wine 5.7
49117 Virtual memory allocation gets slower when large number of views are allocated (We Happy Few)
49160 Unity: SystemInfo.deviceUniqueIdentifier always the same under Wine
49178 Spitfire Audio 3.x crashes on start due to 'WTSQuerySessionInformationA' stub not initializing out parameters
49179 winetest.exe fails to run on windows arm (surface rt / armv7): procedure entry point NtCurrentTeb could not be lo...