Displaying 20 results from an estimated 8000 matches similar to: "how to build wmic"
2018 Feb 21
2
how to build wmic
Andrew,
Thanks very much. After sending my question, I discovered that the DCOM
area was disabled in the build as of 8 years ago, so it became clear that
this is not currently supported in any way.
Steve Koehler
On Wed, Feb 21, 2018 at 11:49 AM, Andrew Bartlett <abartlet at samba.org>
wrote:
> On Wed, 2018-02-21 at 11:16 -0600, Stephen Koehler via samba wrote:
> > I see that
2020 Jun 25
2
Compiling WMIC/Accessing WMI
Background:
As of Windows 10 version 2004, the wmic client no longer works. It gets
the following error -
[wmi/wmic.c:196:main()] ERROR: Login to remote object.
NTSTATUS: NT code 0x80010111 - NT code 0x80010111
This seems to be an RPC header error. Presumably Microsoft changed
something that broke wmic.
Since I found wmic.c in the samba source I thought that it might be able
to be compiled as
2013 Jul 07
1
UTF-8 output for wmic
Hi,
I have a question on wmic, the linux wmi client, which uses samba. Is this mailing list the right place to ask? or there is a better forum or mailing list to ask?
Basically, I want to ask if wmic supports UTF-8 for its output or not. If yes, how to turn it on? By default, it doesn't return UTF-8 for extended ascii characters. I tried to put "unix charset?=?UTF8" in a config
2018 Feb 21
1
how to build wmic
Thanks for the pointer. I will take a look.
Steve Koehler
On Wed, Feb 21, 2018 at 2:44 PM, Andrew Bartlett <abartlet at samba.org> wrote:
> On Wed, 2018-02-21 at 14:05 -0600, Stephen Koehler wrote:
> > Andrew,
> >
> > Thanks very much. After sending my question, I discovered that the DCOM
> area was disabled in the build as of 8 years ago, so it became clear
2020 Jun 25
0
Compiling WMIC/Accessing WMI
On Thu, 2020-06-25 at 11:29 +1000, Matthew Jurgens via samba wrote:
> Background:
> As of Windows 10 version 2004, the wmic client no longer works. It
> gets
> the following error -
> [wmi/wmic.c:196:main()] ERROR: Login to remote object.
> NTSTATUS: NT code 0x80010111 - NT code 0x80010111
>
> This seems to be an RPC header error. Presumably Microsoft changed
>
2014 Jan 31
1
Building WMIC
I downloaded source for samba-4.1.4 in hopes of testing the WMI functionality.
I added to source4/wscript_build:
bld.RECURSE('lib/wmi')
This results in a build error:
# make
WAF_MAKE=1 python ./buildtools/bin/waf build
Waf: Entering directory `/root/samba-4.1.4/bin'
Selected embedded Heimdal build
Checking project rules ...
Unknown dependency 'samba-config' in
2018 Aug 21
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear Tomas, thank you for looking into this. Here's the output:
# number of logical processors - what detectCores() should return
out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE)
[1] "NumberOfLogicalProcessors \r" "22 \r" "22 \r"
[4] "20 \r"
2018 Aug 29
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear Tomas, thank you very much. I installed r-devel r75201 and tested.
The machine with 88 cores has NUMA disabled. It therefore has 2 processor groups with 64 and 24 processors each.
require(parallel)
detectCores()
# [1] 88
This is great!
Then I went on to test with a simple 'foreach()' loop. I started with 64 processors (max limit of 1 processor group). I ran with a simple function
2011 Nov 19
2
Facter Windows: domain is "none"
I could swear this worked fine earlier.. Now facter, and hence puppet,
do not see the domain name anymore:
What could cause this?
C:\Temp>facter --version
1.6.2
C:\Temp>facter | findstr kernel
kernel => windows
kernelmajversion => 6.1
kernelrelease => 6.1.7601
kernelversion => 6.1.7601
C:\Temp>facter fqdn
NCS-VDI-05.none
C:\Temp>facter hostname
NCS-VDI-05
2024 May 28
1
Security Implications of "ldap server require strong auth"?
Hi,
there is a suitable HowTo on how to create your own CA at:
https://checkmk.com/de/blog/how-become-your-own-certificate-authority
So long
Thom
Am 28.05.24 um 09:20 schrieb Matthias K?hne | Ellerhold
Aktiengesellschaft via samba:
> Hello Thomas,
>
> we've done the exact same thing: we have a few nextcloud instances bound
> to Samba (now 4.20, but 4.19 worked too).
>
2006 Jun 20
4
Prototype $A not defined
Hello,
I apologize for posting prototype related email to this list, yet I
have not seen any reference to email or list on the prototype web site
and I know the author of that library is part of the rails development
team so I am trying to reach him.
Basically I have installed "FireBug" which is a
javascript/html/css/dom debugger for firefox and since I plugged
prototype.js and
2005 Jun 01
2
Can WMI be used in WINE apps?
Hi,
After some googling I've found that there's very
little said about the possibility of using WMI from
Wine.
Has someone done any progress about it?
I find this subject very important; if you feel
interested here's why:
One may think this is a somehow fanciful intention,
after all WMI exists for the purpouse of administering
Windows, and no doubt that's best done from
2010 Nov 10
1
Support for WMI?
Hello everyone,
I've been trying to use wmi-client but without success. I'm really
like to resolve this issue, I decided to ask for directions to get
data from Windows servers without the need to install a client.
Thinking about it, I wonder how is the WMI support in samba.
Another point: You can ask questions about wmi-client in this list?
I say this because the mistakes that I
2006 Nov 10
1
Speed Optimization: Faster Way of Accessing data.frame in a Loop?
Hello,
currently I am using code, which basically works like this:
|
| for (i in 1:20) {
| for (j in 1:30) {
| df[i, j, 20] <- df[i,j,27] + df[i,j,30]
| }
| }
df is: `data.frame: 360 obs. of 30 variables'
Do you have any ideas whether I could get this code any faster?
Regards,
Sven C. Koehler
2003 Feb 26
1
strange log entries
hello,
we use tinc for some permanent vpn tunnels with both sides are dynamic.
in the last days we got following log entries on both ends:
Receiving packet failed: Resource temporarily unavailable
Receiving packet failed: Resource temporarily unavailable
Receiving packet failed: Resource temporarily unavailable
Receiving packet failed: Resource temporarily unavailable
Rereading configuration
2014 Dec 02
16
[Bug 86935] New: unknown kepler chipset
https://bugs.freedesktop.org/show_bug.cgi?id=86935
Bug ID: 86935
Summary: unknown kepler chipset
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
2003 Dec 30
2
split.screen problem with jpeg/png device (PR#6223)
Full_Name: Steve Koehler
Version: 1.8.1
OS: Solaris and Windows
Submission from: (NULL) (192.55.214.50)
In the following program, if output is sent to X11, you get all four graphs,
but if output is sent to .jpeg, you only get the C and D graphs. A workaround
is to do all the screen splitting at the top, before using any screens. This
also
fails with .png output.
jpeg ("test.jpeg")
2019 Apr 24
1
Renaming a domain computer
Well, this is interesting (to me, at least).
I joined a W10 machine to the domain (4.8/4.9.4 mix, I'm working on it),
then renamed it via "WMIC /node:<computer> computersystem where
name="<computer>" call rename name="<newname>".
Doing so changed the displayName, sAMAccountName, dNSHostName, and assorted
servicePrincipalNames, but did not change the
2020 Jul 06
2
Issues with FLOCK on NFS Share
Hello,
When I run "cat /etc/passwd | grep 'qqeda11'", on my linux box, I get:
qqeda11:x:79846:65600:Project Account for EDA:/home/qqeda11:/bin/bash
When I run "wmic useraccount where (name='qqeda11' and domain='MUC') get name, sid" on my windows box, I get:
Name SID
qqeda11 S-1-5-21-43206524-2104247658-1151357142-1581344
so the user is an AD
2018 Sep 11
2
eventlog functionality
Yes, after further research the solution could possibly be to create a python script to monitor the json output in log.samba and push out eventlog formatted events to 'Security' with eventlogadm. Seems a lot of work.
The appliance in question also supports getting the necessary info via the netapi call "netsessionenum" I have tried that and a wireshark dump shows samba replying