search for: wmy

Displaying 20 results from an estimated 558 matches for "wmy".

Did you mean: my
2011 Dec 18
0
Latest git build errors
These are the errors I'm receiving on the latest git build of samba 4. I'm using SuSE 12.1 and compiled with: ./configure --enable-fhs --prefix=/usr --sysconfdir=/etc --localstatedir=/var /home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error: Unable to determine origin of type `struct dom_sid0' /home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error:
2007 Jul 30
4
Win32 namespace
I''ve been working on a library called ruby-wmi, that is basically just an abstraction layer around wmi. I''m a windows sys admin, and I use wmi scripts a lot at work. My code looks like this: disks = WMI::Win32_LogicalDisk.find(:all, :conditions => {:drivetype => 5}) It''s supposed to mimic the active_record interface, and it works pretty well. My next thought
2015 May 18
4
is WMI through RSAT supported?
Hi, i'm trying to get GPO result info from a remote computer but i get an error "RPC server is not avaible". Is supported by samba 4.2.1? if i try to get the same info from local is working, and i've checked the WMI security on remote computer and is OK. Thanks!!
2015 May 21
1
is WMI through RSAT supported?
GPO that fails .. check if you did set the option. Always wait for the network at computer startup and logon.. read : https://technet.microsoft.com/en-us/magazine/gg486839.aspx greetz, Louis >-----Oorspronkelijk bericht----- >Van: danielmadrid19 at gmail.com >[mailto:samba-bounces at lists.samba.org] Namens Daniel Carrasco Mar?n >Verzonden: donderdag 21 mei 2015 15:30
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
2013 Jan 27
1
GPOs don't work after update from Samba4.0 alpha 17 to 4.0.1
Hi! I have updated our server from Samba 4 alpha 17 to Samba 4.0.1. Everything seems to work fine after some reconfiguration, but our GPOs are not working anymore. Samba 4 alpha 17 was using ntvfs and the root partition with the sysvol share was mounted with "user_xattr" only in /etc/fstab. Samba 4.0.1 is now set to use s3fs and the root partition is mouted with
2011 Dec 29
2
asus-wmi.ko for Asus G73Sw running CentOS 6.2
Hi List, Just loaded our favorite OS onto my new ASUS laptop. Practically everything worked out of the box - I used the live DVD to check things out and installed from there. I have followed http://forum.notebookreview.com/asus-gaming-notebook-forum/553474-g73-asus-wmi-linux-driver-i-need-your-help-6.html to get suspend working and also to get function keys working for LCD screen backlight
2010 May 11
2
Windows security issues in WMI installation
Hello WINE friends, I am a WINE newbie seeking your help with WMI installation So far I have done the following - 1. installed wine-1.1.43 on SUSE 11.2 2. replaced wine's winsxs with my system's [XP] winsxs 3. replaced system32/ dlls except the ntdll, kernel32, user32 & gdi32 dlls with my system's After this, when I try installing WMI (as stated below), I get into access
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
2015 May 18
0
is WMI through RSAT supported?
On 5/18/2015 11:54 AM, Daniel Carrasco Mar?n wrote: > Hi, i'm trying to get GPO result info from a remote computer but i get an > error "RPC server is not avaible". > Is supported by samba 4.2.1? > > if i try to get the same info from local is working, and i've checked the > WMI security on remote computer and is OK. > > Thanks!! I dug a bit further and
2003 Mar 28
8
SNOM 100 vs SNOM 200??
Hi, I have more or less decided to do with the SNOM phones for the next stage of testing with Asterisk becasue they seem to be the best value for money and have support for the GSM codec and easy upgrades.. But now I have to decied wheather to get the 100 or 200 and if its the 200 then I need to have some justification for the extra cost.. Can someone who knows these 2 phones tell me what the
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
2005 Jan 13
1
Using WMI Classes to join worksation to domain
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have been working on a Kix script to automatically change the workstation name and join the workstation to the domain. I have written most of the script (which works quite nicely) except the joining to the domain part. I have been using WMI classes to change the worksation name, and was hoping to do the same with the domain join. The
2010 Feb 26
1
SPA941 WMI not lighting up when natted
I have an a bunch of SPA941 Linksys phones for users in and out of the office. When the phones are in the office (and on the same network as the asterisk server) the WMI goes on when it should and off when it should. But when the phone is on another network and natted it fails to do so. The light always stays off. Has anybody had a similar problem (and hopefully a resolve)?
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 >
2006 Mar 03
1
WSH, WMI scripts
Hi, I have a requirement that, I should run WSH and WMI scripts in Linux environment in order to do some registry changes on a remote machine and start/stop/query windows services on a remote machine. Can I use WINE for this purpose. Thanks in anticipation. With regards, Sreenivas T. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 03
0
WMI In Samba
Is there a way to use WMI from samba? If yes how? I am using wmi-client on debian lenny currently. -Tushar
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
2017 Jan 27
2
Reversion of rL292621 caused about 7% performance regressions on Cortex-M
Hi Evgeny, Quentin and Matthias found it was a problem about subreg live range update and will push a fix soon (http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20170123/424126.html). Thanks, Wei. On Fri, Jan 27, 2017 at 10:35 AM, Wei Mi <wmi at google.com> wrote: > Sure. Will keep you posted. > > Thanks, > Wei. > > On Fri, Jan 27, 2017 at 10:31 AM, Evgeny
2005 Jun 16
0
How to detect telco Message Waiting Indicator (WMI)
I'd like to be able to configure Asterisk to detect and respond to message waiting indications from my telco, as I'm using the telco voicemail as a fallback in case the Asterisk line is busy, Asterisk or it's server is down, etc. Detecting either the FSK (preferred) or the stutter-tone, would allow Asterisk to notify me that there it missed a message. I see periodic queries about