search for: pydoc

Displaying 18 results from an estimated 18 matches for "pydoc".

Did you mean: mydoc
2016 Oct 26
2
Attempting to expunge tombstones with samba-tool
...ave a problem > with your version of 'time'. If you look at the top of 'domain.py', > there is this line: > > import time > > This tells python to use the 'time' module, this module should have the > attribute 'time', you can check this with 'pydoc time.time' run in > a terminal, this should produce info about 'time.time'. > > Rowland > I get time.time = time(...) time() -> floating point number Return the current time in seconds since the Epoch. Fractions of a second may be present if the system c...
2016 Oct 26
2
Attempting to expunge tombstones with samba-tool
Hello, I receive the following when I attempt to expunge deleted tombstone records. I'm attempting to fix several dbcheck 'Not removing dangling forward link' errors. samba-tool domain tombstones expunge ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module' object has no attribute 'time' File
2013 Jan 07
2
[LLVMdev] Test Suite - Livermore Loops
..., using LNTBuilder rather than ClangBuilder. I can see that there are only a few LNTBuilder's in use, and I don't want to break all buildbots, so I'm planning in just changing the gcc12 and gcc20 (with Duncan's permission) to make it stop failing the Livermore loops. Is there some PyDoc / Doxygen documentation on the Zorg classes? I'll be digging it manually in the interim and will send you guys a patch to convert those two buildbots to LNT. Question: Is there any way of changing them locally BEFORE committing the change to Zorg? Or is it changing Zorg the only way to test?...
2007 Apr 09
5
Python plugin (Python API for Compiz)
Here is my python loader plugin which loads plain python scripts as full plugins. There is not much documentation, but I have included a few examples to get you going. triangle - Just a basic plugin which shows a triangle on a button press. This shows using ctypes to pass values from compiz to the python opengl bindings. basiczoom - Zooms in on the screen (basically) inactive - This is a port
2013 Jan 03
2
[LLVMdev] Test Suite - Livermore Loops
On 3 January 2013 21:29, David Blaikie <dblaikie at gmail.com> wrote: > Fair enough - you could write up a patch for the zorg repository to do > this. > Wouldn't requiring every buildbot to use LNT achieve the same thing? --renato -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jan 03
0
[LLVMdev] Test Suite - Livermore Loops
On Thu, Jan 3, 2013 at 1:52 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 3 January 2013 21:29, David Blaikie <dblaikie at gmail.com> wrote: >> >> Fair enough - you could write up a patch for the zorg repository to do >> this. > > > Wouldn't requiring every buildbot to use LNT achieve the same thing? That's how you achieve this goal.
2016 Oct 26
0
Attempting to expunge tombstones with samba-tool
...f you look closely, you seem to have a problem with your version of 'time'. If you look at the top of 'domain.py', there is this line: import time This tells python to use the 'time' module, this module should have the attribute 'time', you can check this with 'pydoc time.time' run in a terminal, this should produce info about 'time.time'. Rowland
2016 Oct 26
0
Attempting to expunge tombstones with samba-tool
...ersion of 'time'. If you look at the top of > > 'domain.py', there is this line: > > > > import time > > > > This tells python to use the 'time' module, this module should have > > the attribute 'time', you can check this with 'pydoc time.time' run > > in a terminal, this should produce info about 'time.time'. > > > > Rowland > > > > I get > > time.time = time(...) > time() -> floating point number > > Return the current time in seconds since the Epoch. &g...
2017 Jun 27
0
[PATCH] samba-tool: Easily edit a users object in AD
...ba.org> wrote: > > > > > On ti, 27 kesä 2017, Rowland Penny via samba-technical wrote: > > > > > > > > > > > > "sAMAccountType=%d"... % (dsdb.UF_NORMAL_ACCOUNT,... > > > > > > > > > > > > 'pydoc samba.dsdb' shows this: > > > > > > > > > > > > UF_NORMAL_ACCOUNT = 512 > > > > > > > > > > > > This means that the filter will become: > > > > > > > > > > > > sAMAccountType=512 &...
2011 Jun 08
0
ANNOUNCE: oz 0.4.0 release
...s - Use pyparted to generate partitions on newly created disks (if necessary) - Add support for Fedora 15 - Add the ability to supply an initial root/Administrator password to the diskimage - Abort installs after 5 minutes of disk inactivity - Use M2Crypto to generate SSH keys (if necessary) - Some pydoc documentation (more of this to come in the future) - Support for Ubuntu 11.04 - Support for RHEL-6.1 More documentation on Oz (including links on how to obtain it) is available here: http://aeolusproject.org/oz.html For this release, Fedora 14 and RHEL-6 packages are available. Note that I have...
2011 Aug 22
0
ANNOUNCE: oz0.6.0 release
...mated installation of guest operating systems with limited input from the user. Release 0.6.0 is a bugfix and feature release for Oz. Some of the highlights between Oz 0.5.0 and 0.6.0 are: - The ability to specify the destination for the ICICLE output from oz-install and oz-generate-icicle - pydoc class documentation for all internal Oz classes - Automatic detection of KVM or QEMU at runtime (this allows oz to be used within virtual machines, although with a large performance hit) - Less scary warning messages in the debug output - Printing of the screenshot path when a build fails - Ability...
2012 Nov 12
1
Invalid Managesieve commands are counted twice
...send capabilities after TLS handshake, some # do not. We send a bogus command, and expect a NO. If you # get something else instead, read the extra NO to clear # the buffer. typ, data = self._command('BOGUS') (The full source is at http://pydoc.net/managesieve/0.4.2/managesieve) As a result, sieveshell cannot be used with TLS and a current Dovecot/Pigeonhole server. Cheers, Christoph -- Christoph Bu?enius Rechnerbetriebsgruppe der Fakult?ten Informatik und Mathematik Technische Universit?t M?nchen +49 89-289-18519 <> Raum 00.05...
2013 Jan 07
0
[LLVMdev] Test Suite - Livermore Loops
...permission) to make it stop failing the Livermore loops. sorry, what change do you plan to make? Did you work out what the bug is? My basic worry is that it sounds like you are trying to hide the underlying issue rather than fixing it, please correct me if I'm wrong. > > Is there some PyDoc / Doxygen documentation on the Zorg classes? I'll be digging > it manually in the interim and will send you guys a patch to convert those two > buildbots to LNT. > > Question: Is there any way of changing them locally BEFORE committing the change > to Zorg? Or is it changing Zorg...
2018 Jun 14
3
Help Python API Samba4 -- Project Web Admin Manager Samba4
Hello everyone, I would like to know how to use the Python api to manage user and groups in samba4. I'm developing a samba4 admin web interface I'd like some examples of how to interact with the libs in python that are in that folder: samba4/lib/python2.7/site-packages and samba4/lib/python2.7/site- packages/samba This is the project I am developing.
2016 Oct 26
4
Attempting to expunge tombstones with samba-tool
...e'. If you look at the top of >>> 'domain.py', there is this line: >>> >>> import time >>> >>> This tells python to use the 'time' module, this module should have >>> the attribute 'time', you can check this with 'pydoc time.time' run >>> in a terminal, this should produce info about 'time.time'. >>> >>> Rowland >>> >> I get >> >> time.time = time(...) >> time() -> floating point number >> >> Return the current time in...
2018 Feb 22
4
What is exit code 5888?
rsync v3.1.0 linux v4.4.104-39-default x86_64 Found in the system log: 2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime (sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g --no-o --info=progress2 --no-i-r --delete --delete-excluded -i --dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx --exclude="/bkp/cgate-backintime"
2007 Mar 06
16
2007/128 SMF services for Xen
I am sponsoring this fasttrack for John Levon. It is set to expire on 3/14/2007. Note that this is an externally visible case. liane --- SMF services for Xen 1. Introduction This case introduces the SMF services used by a Solaris-based domain 0 when running on Xen, or a Xen-compatible hypervisor. All of these services only run on domain 0 when booted under Xen virtualisation.
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine. I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15 Everything I have read says use the installer to load windows programs. Where is the installer? Thanks, -- Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA http://www.plansandprojects.com My hobby pages are here: