Displaying 20 results from an estimated 3000 matches similar to: "[PATCH] Provides a reference implementation management server."
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
Replaced the TurboGears 2 reference implementation with a simpler Django
server.
This implementation has worked out the server interface for an HTTP
awake and config request. Started working on this ready portion, but
nothing is ready yet.
THIS IS A WORK IN PROGRESS: This patch is solely meant to solicit
feedback. Please reply with suggestions and improvement ideas. Thanks.
:)
Signed-off-by:
2012 Oct 24
1
Exec python script on puppet clinet running on windows
I am trying to execute a python script from manifest file on puppet windows
based client:
exec {''ez_setup.py -U setuptools'':
#command => ''C:\Python27\ez_setup.py -U setuptools'',
cwd => ''C:\Python27'',
path => ''C:\Python27;%PATH%'',
#creates => ''C:\Program,
2008 Dec 04
1
Is anyone using Review Board on CentOS 5?
I'm trying to install Review Board (http://review-board.org) with
python-setup tools and "sudo easy_install ReviewBoard", but this
fails as follows:
easy_install ReviewBoard
Searching for ReviewBoard
Best match: ReviewBoard 0.9.dev-20081202
Processing ReviewBoard-0.9.dev_20081202-py2.4.egg
ReviewBoard 0.9.dev-20081202 is already the active version in easy-
install.pth
2011 Feb 02
2
Centos + python + sqlalchemy + mysql
I am trying to use the following set (all from standard repositories):
centos (5.5) + python 2.6 + sqlalchemy + mysql. However while running my script I get:
Traceback (most recent call last):
File "./oraping2.py", line 43, in <module>
main()
File "./oraping2.py", line 23, in main
db = create_engine('mysql:///u1oraping at
2017 Jun 01
2
Test-suite bots red because of missing import
So, in the end looks like this setuptools 36 was deleted from pypi. There is an issue [1] open on setuptools.
I can confirm by trying to force to install this version:
$ pip install setuptools==36.0.0
Collecting setuptools==36.0.0
Could not find a version that satisfies the requirement setuptools==36.0.0 (from versions:<many version numbers>)
No matching distribution found for
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
Daniel, Tobias, Renato and myself have been looking a little bit at the
potential underlying reason
for why http://llvm.org/perf/ is instable, and have found some clues. I want
to share them here
to give people with more experience in the frameworks used by LNT (flask,
sqlalchemy, wsgi, .)
a chance to check if our reasoning below seems plausible.
Daniel noticed the following backtrace in the
2010 Aug 16
1
where is ruby on rail Ovirt server code?
Hi, Ovirt,
I was trying to download and see Ovirt ruby and rail server code, but I
see all python code under ovirtserver folder. Where can I see Ovirt
management server's web ui codes?
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 Mar 12
1
missing dependencies in ovirt-build
Hi,
i got this error during build:
make[2]: Entering directory `/home/panter/ovirt/node'
{ test ! -d "ovirt-node-1.0.3" || { find "ovirt-node-1.0.3" -type d !
-perm -200 -exec chmod u+w {} ';' && rm -fr "ovirt-node-1.0.3"; }; }
test -d "ovirt-node-1.0.3" || mkdir "ovirt-node-1.0.3"
(cd gptsync && make
2017 Jun 01
2
Test-suite bots red because of missing import
Hi,
There was a new Python setuptools release (36.0.0) today, that caused this compatibility issue.
The suggestion to stop breaking the builds is to add a static setuptools version on lnt's requirements.client.txt.
The latest known compatible version is 35.0.2. I have tested it building a LNT sandbox and it seems to works.
setuptools==35.0.2
I'll create a bug on LNT so we can
2024 Sep 05
1
Bug#1080837: Missing Build-Depends on python3-setuptools
Source: xen
Version: 4.17.3+36-g54dacb5c02-1
Severity: important
User: debian-python at lists.debian.org
Usertags: dh-python-no-setuptools
Tags: sid, trixie
This package failed build from source when test-built against a version of
dh-python without a python3-setuptools dependency.
distutils is no longer part of the Python standard library, since 3.12. But a
minimal version of it becomes
2014 Feb 26
1
How to build scl python-setuptools from src.rpm?
Hi all.
sorry for my english, I'm from Ukraine.
so, i build
http://dev.centos.org/centos/6/SCL/SRPMS/python27-1-10.el6.centos.alt.src.rpm]python27,
then
http://dev.centos.org/centos/6/SCL/SRPMS/python27-python-2.7.5-7.el6.centos.alt.src.rpm<http://dev.centos.org/centos/6/SCL/SRPMS/python27-python-2.7.5-7.el6.centos.alt.src.rpm%5Dpython27-python>and
when try to build
2019 May 08
3
youtube-dl No module named 'pkg_resources'
youtube-dl doesn't work for me after a recent update.
I do not use it often, so do not know whether the update matters.
It gives the error message:
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
I've tried reinstalling
2013 Apr 20
3
[LLVMdev] Test-Suite Bots failing randomly
Hi folks,
I noticed our test-suite bot is failing randomly when getting a timeout on
the install phase:
http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/666/steps/venv.lnt.install/logs/stdio
Downloading/unpacking Werkzeug>=0.6.1 (from Flask->LNT==0.4.1dev)
Exception:
File
2013 Apr 22
0
[LLVMdev] Test-Suite Bots failing randomly
Ping?
This is getting as often as every other run... Is that process downloading
from an internal server? If not, should we? If yes, should we not?
thanks,
--renato
On 20 April 2013 14:03, Renato Golin <renato.golin at linaro.org> wrote:
> Hi folks,
>
> I noticed our test-suite bot is failing randomly when getting a timeout on
> the install phase:
>
>
>
2013 Jul 18
2
Puppetlabs Apt module: dependency cycle
Using ```puppetlabs/apt``` in a puppet provisioner for vagrant. the
module is installed in puppet/modules and I''m getting a strange Dependency
cycle error.
the code in the manifest file:
# Run apt-get update when anything beneath /etc/apt/ changes
#taken from
https://blog.kumina.nl/2010/11/puppet-tipstricks-running-apt-get-update-only-when-needed/
exec { "apt-get
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in
rpmforge
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm
Compiled python-sybase-0.39 by hand, and also via rpm.
2004 Jul 09
2
Simple 'frequency' function?
Hi, I have designed the following function to extract count frequencies
from an array of integers. For example...
# Tipical array
x <- cbind(1,1,1,1,1,2,2,2,2,3,3,3,3,4,5,6,7,22)
# Define the frequency function
frequency <-
function(x){
max <- max(x)
j <- c()
for(i in 1:max){
j[i] <- length(x[x==i])
}
return(j)
}
fre <- frequency(x)
plot(fre)
How
2019 Apr 03
2
SAMBA 48 - Dependencies Python27 vs python36
Hello Everyone,
Good morning/afternoon/evening.
Is there any chance to have SAMBA 48 working with Python36 and its
derivatives? ( py36-dnspython-1.15.0.txz. py36-iso8601-0.1.11.txz,
py36-ply-3.11.txz, py36-setuptools-40.6.2.txz)
Currently SAMBA 48 requires python 26, but that is conflicting with
existing packages in the server that is using py36.
Any way to work around that issue?
2002 Apr 26
1
Possible Bug report
I have a server (A) with a directory structure I want to copy to another
server (/usr/local/bin...)
On the client (B), only /usr exists (/usr/local doesn't).
I used:
/opt/PKGrsync/bin/rsync -a --delete --force
--rsync-path=/opt/PKGrsync/bin/rsync --exclude=save -v -v /usr/local/bin
B:/usr/local/bin
but it failed with:
opening connection using /usr/bin/ssh B /opt/PKGrsync/bin/rsync