similar to: GetPrinter Level 2 does not get devmode

Displaying 20 results from an estimated 400 matches similar to: "GetPrinter Level 2 does not get devmode"

2005 Feb 15
1
Making nt_printer.tdb from tdbtool?
Hello All -- We are trying to consolidate our printer management from a series of NT print servers to a series of Samba ones, in a global network with ten offices and about 150 printers. All printing is PostScript and goes to HP and Canon printers over lpd through custom 'if' filters which do accounting. To help this we're trying to automate the printer and driver registration
2018 Dec 06
2
Re: Libvirt api for esx
Thanks Martin for help. I will give it a shot. Regards Rohit Singh On Thu, 6 Dec 2018 at 2:55 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote: > >Hi Martin, > > > >Could you please help me with below issue, I am not sure what’s wrong > here. > >Please find below code and error snippet. > >
2018 Dec 05
2
Re: Libvirt api for esx
Hi Martin, Could you please help me with below issue, I am not sure what’s wrong here. Please find below code and error snippet. Thanks for help. Code Snippet: - from __future__ import print_function import sys import libvirt SASL_USER = <username> SASL_PASS = <password> def request_cred(credentials, user_data): for credential in credentials: if credential[0] ==
2003 Jan 31
5
Using working devmode from windows clients on samba server?
Samba 2.2.7a (built from samba RPM's) with LPRng print subsystem. I've been having troubles with some print drivers which fail to work properly when uploaded to the samba server whether devmode gets left as null or a default devmode is used. Some drivers do not leave you in a position where you can "tickle" the driver to generate a devmode with page orientation etc before
2018 Nov 29
2
Re: Libvirt api for esx
On Wed, Nov 28, 2018 at 10:24:55PM +0530, ROHIT SINGH wrote: >Hi Martin, > >Could you please point me to any example codes in python present for esx? >Suppose, I have to power off and power on esx virtual machine, can i get >this code somewhere on python to develop some understanding. > https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html >Actually, I am not
2018 Dec 12
1
Re: Libvirt api for esx
On Wed, Dec 12, 2018 at 03:03:41PM +0530, ROHIT SINGH wrote: >Thanks Martin, It’s working now. >Could you please help me with role of xml in libvirt api and what if I >don’t want use of xml in my code. >Please let me know. > Libvirt uses XML for most of the APIs. Depends what you need to do you can transform it with xmltodict or use some higher level API. I'm not sure I can
2018 Nov 28
2
Re: Libvirt api for esx
Thanks, I'll check it out. On Wed, 28 Nov 2018 at 9:31 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Mon, Nov 26, 2018 at 04:11:20PM +0530, ROHIT SINGH wrote: > >Hi, > > > >I am doing poc for using libvirt api for implementation of esx in python. > > > >I tried researching through module but did not find a way how it works for > >esx.
2009 Nov 25
2
rsyncing large sized folder
Hi I have to rsync a folder say 0. This folder inside it contains sub folders [0-999]. Inside this subfolders i have further subfolders [0-999]. so my directory structure is: /0/0/0/file /0/0/1/file /0/0/2/file | | /0/0/999/file /0/1/0/file /0/1/1/file | | /0/0/999/file and so on
2015 May 12
0
[Announce] Samba 4.1.18 Available for Download
======================================================================= "I take my children everywhere, but they always find their way back home." Robert Orben ======================================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes since 4.1.17: --------------------- o
2015 May 12
0
[Announce] Samba 4.1.18 Available for Download
======================================================================= "I take my children everywhere, but they always find their way back home." Robert Orben ======================================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes since 4.1.17: --------------------- o
2011 Feb 06
5
Help with integrating R and c/c++
Hi, I have been using R for close to two years now and have grown quite comfortable with the language. I am presently trying to implement an optimization routine in R (Newton Rhapson). I have some R functions that calculate the gradient and hessian (pre requisite matrices) fairly efficiently. Now, I have to call this function iteratively until some convergance criterion is reached. I think the
2006 Mar 03
2
voice recording with ruby/ rails
hi all whats there in store of ruby/rails to support voice recording feature ? thanks rohit --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060303/44230a4b/attachment.html
2006 Feb 03
3
how to maintain data while using migration
hi all started using migration , gr8 stuff but how can i maintain old data , or import it alongwith schema with same easiness, as in migration we only import schema ? thanks rohit --------------------------------- Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Nov 26
2
Libvirt api for esx
Hi, I am doing poc for using libvirt api for implementation of esx in python. I tried researching through module but did not find a way how it works for esx. Any help on how to proceed specifically for esx would be of great help. Please let me know as soon as possible, lagging on deliverables. Thanks for help!! Regards Rohit Singh
2005 Oct 31
2
why does glm.predict give values over 1 ?
Hi, This is a newbie question. I have been using glm to perform some logistic regression. However, if I take the fitted parameters (as part of the glm object) and pass them on the glm.predict function, for some test cases I am getting predicted values that are a little over 1. This is a bit puzzling for me, because my understanding was that these numbers are probabilities and so should be
2006 Mar 03
4
code conversion tool
Hi is there any tool / utility which can convert code from php to ruby ? thanks --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060303/6f5e6c25/attachment.html
2011 Aug 03
14
[root :to => "home#index"] not working
I have done the changes in the file config/routes.rb as mentioned in the Rails Guides tutorial, but when I try to open: http://localhost:3000 the page is not opening. It is giving error. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2017 Dec 24
3
Contributing to LLVM
Hello all, I am a grad student looking to get my hands wet contributing to LLVM. I have done an undergrad course in Compilers. I have some knowledge of parsers, code generation, optimization, IR and other topics taught in an undergrad course. I have worked through quite a bit of the dragon book. Is there a guide to get newbie devs up to speed on the process of contributing? Do I just build the
2002 Dec 13
1
Samba not visible on network neighbourhood
Hello All: I have a small problem in setting up Samba on my NT network here. This is the environment on which I'm running Samba Server on: Samba Version: 2.2.7-1.7.3 OS: Redhat 7.3 Kernel: 2.4.18-18.7.x Problem description: Samba Server is not visible in my windows XP/NT network neighborhood. But after I added my Samba Server's name & IP address in my hosts file, I was able to
2006 Jan 11
1
can remote_function update two div simultaneously?
hi all i m using remote_function , & i need to update two divs at same time (so no :success/:failure).... is there any posiible soln for this thanks rohit --------------------------------- Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever. -------------- next part -------------- An HTML attachment was scrubbed... URL: