search for: py2.6

Displaying 17 results from an estimated 17 matches for "py2.6".

Did you mean: py2.7
2010 Jun 26
2
Upgrading MySQLdb
Hi; I've got MySQLdb installed (bridge to Python) and I can't figure out how to upgrade it. I did a find and got these paths: /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.py /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.pyc I don't have mysql-devel installed, so it wasn't that.
2010 Oct 20
0
[Rpy] "lapack routines cannot be loaded" in Ubuntu Linux 9.10
On 20 October 2010 at 09:57, Aman Thakral wrote: | Thanks for your reply. I just created a link to | /usr/local/lib/R/lib/libRlapack.so in /usr/local/lib. It works now. | I'm just curious, is this the "right" way to do it? Is there a better way? I am coming to this a little late but ... it is a band aid to a self-inflicted wound. You only have libRlapack because you built R
2014 Apr 03
1
trac, agilo plugin, rpm, aughghgh!!!
CentOS 6.5, with the current trac, and trac-agilo-plugin. I seem to have problems, and maybe even a bug in the packaging. I installed and got trac running with authentication. Fine. I installed and enabled the agilo plugin. Supposedly fine. Except it doesn't work. On the trac web pages, in the upper right, there's a text link labelled "admin"... but when I mouse over it, what
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
Hello I can''t manage to install VB on osx via puppet and pkgdmg provider. puppet client : 2.6.8 on osx snow leopard 10.6.7 puppetmaster : 2.6.8-1~bpo60+1 on debian squeeze The puppet logs say : [...] debug: Puppet::Type::Package::ProviderPkgdmg: Executing ''/usr/bin/curl -o /tmp/VirtualBox-4.0.8-71778-OSX.dmg -C - -k -s --url
2012 Sep 18
0
[LLVMdev] Cannot import LLVM test-suite results to the database using LNT tool
Hi, I follow quick-start guide http://llvm.org/docs/lnt/quickstart.html to run LLVM test-suite. It looks like I either make a mistake or the guide is not correct. Here is the command used to run nightly test: [[ $ lnt runtest nt --sandbox=$PWD/test-suite.bld \ --small --test-style=nightly \ --cc=$PWD/llvm.bld/Release+Asserts/bin/clang \ --cxx=$PWD/llvm.bld/Release+Asserts/bin/clang++
2019 Apr 03
0
[Announce] Samba 4.10.1 Available for Download
======================================================== "The past cannot be changed. The future is yet in your power." Unknown ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.10 release series. Changes since 4.10.0: --------------------- o Douglas Bagnall
2019 Apr 03
0
[Announce] Samba 4.10.1 Available for Download
======================================================== "The past cannot be changed. The future is yet in your power." Unknown ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.10 release series. Changes since 4.10.0: --------------------- o Douglas Bagnall
2019 May 01
0
[Announce] Samba 4.9.7 Available for Download
======================================================== "Tomorrow is often the busiest day of the week." Spanish proverb ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.9 release series. Changes since 4.9.6: -------------------- o Douglas Bagnall <douglas.bagnall
2019 May 01
0
[Announce] Samba 4.9.7 Available for Download
======================================================== "Tomorrow is often the busiest day of the week." Spanish proverb ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.9 release series. Changes since 4.9.6: -------------------- o Douglas Bagnall <douglas.bagnall
2009 Oct 12
1
First draft: node storage admin
This patch provides the ability to create a "dir" type storage pool, and to add and remove volumes for existing pools.
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
Users can now: * Add a new storage pool. * Delete a storage pool. * Start and stop storage pools. * Add a new storage volume. * Delete a storage volume. * List existing storage pools, with details. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- Makefile.am | 31 +++++--- nodeadmin/addpool.py | 182 ++++++++++++++++++++++++++++++++++++++++++++
2009 Oct 21
1
Storage administration and refactoring of domain admin
This pair of patches provide a new storage admin interface. Then, on top of that, it refactors the domain administration pieces to now properly use storage pools and volumes when defining a new VM.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.