Displaying 20 results from an estimated 6075 matches for "py".
Did you mean:
pty
2009 Apr 14
6
problem with if_re on RELENG_7
Hi list,
Are there any problems with the if_re ?
After upgrade RELENG_7 on my laptop NIC stopped to work:(
uname -a:
FreeBSD notebook.minsk.domain 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #3:
Fri Apr 10 20:38:55 EEST 2009
root@notebook.minsk.domain:/usr/obj/usr/src/sys/tiger-asus-a6m i386
notebook# dhclient re0
DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on re0 to
2013 Apr 29
1
Java client error on Windows 7 64 bit for Libvirt on KVM
...ow error when I try to run compile_libxml2.sh as per instructions https://github.com/photron/msys_setup/blob/master/readme_libvirt.txt
Last few lines before the error is :
>>>>>>>>>>>>>>>>>
make[5]: Leaving directory `/src/libxml2/libxml2-2.9.0-0/python'
make[4]: Leaving directory `/src/libxml2/libxml2-2.9.0-0/python'
Making install in tests
make[4]: Entering directory `/src/libxml2/libxml2-2.9.0-0/python/tests'
make[5]: Entering directory `/src/libxml2/libxml2-2.9.0-0/python/tests'
make[5]: Nothing to be done for `install-exec...
2006 Nov 20
2
Installing PIL-1.1.5
Hello,
I?m trying to install PIL (Python Image Library) in a CentOS-4.4,
but I?m getting the follow error after unpack the tarball:
-------------------------------
# python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.3
copying PIL/ExifTags.py -> build/lib.linux-i68...
2020 Jan 10
9
[PATCH v2 0/8] Various Python pycodestyle fixes
Fixes all the pycodestyle issues in the Python bindings, overring one
that does not make sense to change (and it's in setup.py, so almost
irrelevant).
Add a simple optional pycodestyle-based test to avoid regressions in the
future.
Pino Toscano (8):
python: PEP 8: adapt empty lines
python: PEP 8: adapt wh...
2020 Jan 10
8
[PATCH 0/7] Various Python pycodestyle fixes
Fixes the majority of the pycodestyle issues in the Python bindings,
leaving only an overly length line in setup.py.
Add a simple optional pycodestyle-based test to avoid regressions in the
future.
Pino Toscano (7):
python: PEP 8: adapt empty lines
python: PEP 8: adapt whitespaces in lines
python: tests: catch specific...
2009 Jun 16
4
confusion on levels() function, and how to assign a wanted order to factor levels, intentionally?
...ts I used and got are as followed:
(You can find that the correlations of the factor and the numeric variables
changed, before and after the levels() was performed.)
> d<-read.delim("All.txt",header=T)
> d
species population conlen tscale fscale tseen w100s nfsee
1 Py YXPy01 8.60 153 69 111 1.680851 94
2 Py YXPy01 8.10 173 74 139 1.848485 133
3 Py YLPy01 6.50 138 58 99 1.520833 48
4 Py YLPy01 5.90 153 67 118 1.355140 107
5 Py KMPy01 6.10 113 48 75 1.470...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...ok
Checking for HAVE_BIG_ENDIAN : not found
Checking for header signal.h : yes
Checking if signal handlers return int : not found
Checking for variable __FUNCTION__ : ok
Checking for va_copy : ok
Checking for HAVE__VA_ARGS__MACRO : ok
Checking for header linux/types.h : yes
Checking for header crypt.h : yes
Checking for header locale.h...
2009 Apr 28
1
Package Updater problems
...times, once per problem update.
BTW, it'd really help if there was a button on pup to deselect all
updates (and let me click a few on).
---------------------------------------------------------------------
1: Updated file packages available
Component: pirut
Summary: TBe8ae967a sqlitesack.py:94:_read_db_obj:TypeError:
unsubscriptable object
Traceback (most recent call last):
File "/usr/sbin/pup", line 407, in _apply
output = self.applyChanges(self.mainwin)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 813,
in applyChanges
self.checkD...
2015 Aug 22
2
Russian wiki
On 22 August 2015 at 19:20, Ilyas Arinov <arinov.ilyas at gmail.com> wrote:
> I have to update pages twice now to see its content.
>
> --> -->
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/site-packages/MoinMoin/request.py", line 1207, in
> run
> handler(self.page.page_name, self)
> File
> "/var/www/html/wiki.centos.org/wiki_instance/data/plugin/action/show.py",
> line 27, in execute
> if not request.user.may.read(pagename):
> Fi...
2020 May 31
2
samba-tool domain classicupgrade fails to import users or groups from NT domain
...today.
# samba-tool domain classicupgrade --dbdir=/var/lib/samba.PDC/dbdir/
--realm=sinclair-accounting.lan --dns-backend=BIND9_DLZ
--option="interfaces=lo br0" --option="bind interfaces only=yes"
/etc/samba/smb.conf.PDC
INFO 2020-05-31 23:07:50,466 pid:2023
/usr/lib64/python3.8/site-packages/samba/netcmd/domain.py #1647: Reading
smb.conf
INFO 2020-05-31 23:07:50,467 pid:2023
/usr/lib64/python3.8/site-packages/samba/netcmd/domain.py #1651:
Provisioning
INFO 2020-05-31 23:07:50,469 pid:2023
/usr/lib64/python3.8/site-packages/samba/upgrade.py #507: Exporting
acco...
2009 Jun 15
1
How to do automatical-plotting
...species
and popluation, and numeric variable: conlen) is as followed:
pcon<-ggplot(All, aes(population,conlen))
pcon+geom_boxplot(aes(fill=species))
Thank you in advance.
Regards
Mao J-F
a part of my dataframe: All
species population conlen tscale fscale tseen w100s
nfsee
Py YXPy01 8.6 153 69 111 1.680851064 94
Py YXPy01 8.1 173 74 139 1.848484849 133
Py YLPy01 6.5 138 58 99 1.520833333 48
Py YLPy01 5.9 153 67 118 1.355140187 107
Py KMPy01 6.1 113 48 75 1.470588235...
2009 Dec 08
2
Rebased patches, fixed a rebasing problem...
The previous patch set had an error and one development branch's changes
showed up twice, and two different change sets. So it was missing the bulk
of the configuration work. This patch set fixes that.
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.
2010 Jul 14
1
Running yum shows errors
...-snmp paclages.
[root at sc1 yum.repos.d]# yum install net-snmp
Loaded plugins: fastestmirror
Determining fastest mirrors
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 104, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 339, in doCommands
self._getTs(needTsRemove)
File "/usr/lib/pytho...
2005 Jun 07
3
Error while creating domains
...00
Boot stack: 0xc034b000->0xc034c000
TOTAL: 0xc0000000->0xc0400000
ENTRY ADDRESS: 0xc0100000
VCPUS: 4
Domain construction error: cannot concatenate ''str'' and ''NoneType'' objects
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 483, in construct
self.configure()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 992, in configure
self.create_devices()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 768, in create_devices
self.creat...
2020 Jun 02
0
samba-tool domain classicupgrade fails to import users or groups from NT domain
...sicupgrade --dbdir=/var/lib/samba.PDC/dbdir/
> --realm=sinclair-accounting.lan --dns-backend=BIND9_DLZ
> --option="interfaces=lo br0" --option="bind interfaces only=yes"
> /etc/samba/smb.conf.PDC
>
>
> INFO 2020-05-31 23:07:50,466 pid:2023
> /usr/lib64/python3.8/site-packages/samba/netcmd/domain.py #1647: Reading
> smb.conf
> INFO 2020-05-31 23:07:50,467 pid:2023
> /usr/lib64/python3.8/site-packages/samba/netcmd/domain.py #1651:
> Provisioning
> INFO 2020-05-31 23:07:50,469 pid:2023
> /usr/lib64/python3.8/site-packages/samba/up...
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
...e 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 ++++++++++++++++++++++++++++++++++++++++++++
nodeadmin/addvolume.py | 160 ++++++++++++++++++++++++++++++++++++++
nodeadmin/configscreen.py | 52 +++++++++++++
nodeadmin/createmeter.py | 30 +++++++
nodeadmin/definedomain.py | 15 +---
nodeadmin/libvirtworker.py | 67...
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.
2023 Jun 06
5
Trying to build Samba from source on RHEL 8
Hi,
I'm trying to build Samba from source on a RHEL version 8 server. I installed all the necessary packages and untarred the source for Samba version 4.6.10.
In the past I have been able to successfully build and install Samba version 4.13.17 on a RHEL version 7 server with Python2.
Here I believe I am using Python3, but I cannot seem to get past the configure command:
[root at v2ecsqapp09 samba-4.16.10]# ./configure
Setting top to : /usr/local/src/Samba/samba-4.16.10
Setting out to : /usr/local/src/Samba/samba-4.16.10...
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
...* users can undefine a network
* users can list existing networks, including details
Each new command is also available as a separate command line executable
as well.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 9 ++
nodeadmin/configscreen.py | 35 ++++++-
nodeadmin/createdomain.py | 3 -
nodeadmin/createnetwork.py | 52 +++++++++
nodeadmin/definenet.py | 255 ++++++++++++++++++++++++++++++++++++++++++
nodeadmin/destroynetwork.py | 56 +++++++++
nodeadmin/halworker.py | 8 ++
nodeadmin/libvirtworker.py...