similar to: Unable to find Python development headers

Displaying 20 results from an estimated 2000 matches similar to: "Unable to find Python development headers"

2007 Oct 16
1
anaconda-runtime C5
Hi, I'm quite surprised at anaconda-runtime dependencies. I've got C5 console only system and yum install anaconda-runtime gives this :o) David ============================================================================= Package Arch Version Repository Size ============================================================================= Installing:
2010 Jun 24
0
CESA-2010:0501 Critical CentOS 5 x86_64 firefox Update
CentOS Errata and Security Advisory 2010:0501 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2010-0501.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: bab28041772519e0f54d839b8337e09b devhelp-0.12-20.el5.i386.rpm 4bf8e642480df70c3c04d592646071ff devhelp-0.12-20.el5.x86_64.rpm
2010 Jun 24
0
CESA-2010:0501 Critical CentOS 5 i386 firefox Update
CentOS Errata and Security Advisory 2010:0501 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2010-0501.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 580645c0953b73bd8807f31e94a96c04 devhelp-0.12-20.el5.i386.rpm d9fe33e3c3cedc731f5cf642c1020977 devhelp-devel-0.12-20.el5.i386.rpm
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
Hi, This patch removes the magic number "31" for readability. The number "31" means the idle domain ID. In detail: - display the idle domain ID with "Idle" instead of "31" - write to the file "log-idle.log" instead of "log-dom31.log". Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> Thanks, -- KUWAMURA
2008 Jun 25
2
Broken upgrade to 5.2
Hello all, I was upgrading a CentOS 5.1 box to 5.2 remotely, and I lost my ssh connection to the server. Now when I rerun the "yum upgrade" it fails due to conflicts in the transaction check stage. Before I dig myself a deeper hole, I think I need advice. The original error I received was a conflict between python-devel and python, so I erased python-devel with the plan to
2009 Jul 02
1
RHEL 5.4 Beta Package Changes
it's strange since this kernel don't have kvm support, qemu or qemu-kvm or kvm package is not added. even though it was said that 5.4 will support kvm?:-( Tom "spot" Callaway wrote: > New Packages in RHEL 5.4 Beta: > ******************************** > blktrace-1.0.0-6.el5.src.rpm > celt051-0.5.1.3-0.el5.src.rpm > etherboot-5.4.4-10.el5.src.rpm >
2012 Feb 02
2
KVM Image not working after expansion
Hello, I expanded a KVM image of 4gb to 10 gb .... My Host machine is RHEL 6.1 and Guest is RHEL 5.5 Command i used is: virt-resize --expand /dev/sda1 RHEL5.5-64bit.img RHEL5.5-10gb Commands successfully gets executed... Old disk works fine i mean it boots properly but the new disk stucks at GRUB... Has any one seen this behavior... What should i do to debug this problem.. --
2007 Apr 11
3
[PATCH][RFC] Support GPT (GUID Partition Table)
Hi, I made a patch for GPT support. As you see, this patch uses ad-hoc approach. If you give me an advice, it would be appreciated Signed-off-by: Shinya Kuwamura <kuwa@jp.fujitsu.com> Signed-off-by: Tomohiro Takahashi <takatom@jp.fujitsu.com> Thanks, Tomohiro Takahashi. diff -r 1bde28f762a6 -r 8e08fd1ffa24 tools/pygrub/src/pygrub --- a/tools/pygrub/src/pygrub Mon Apr 09 13:40:25
2006 Sep 05
1
[PATCH] xenmon: --ms_per_sample: check a negative value
Hi, This patch adds the argument check of "--ms_per_sample=" option. For "--ms_per_sample=", a negative value should be invalid. e.g. % xenmon.py -n --ms_per_sample=-1 usage: xenmon.py [options] xenmon.py: error: option --ms_per_sample: invalid negative value: ''-1'' Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> -- KUWAMURA
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also. Resend this patches because they suffered some modifications and where scattered along the mailing list. Please review, thanks Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2014 Jul 18
2
python-shout 0.2.1 with icecast 2.4.0 segfaults
Hi there, I am trying to use python-shout 0.2.1 to broadcast to a icecast 2.4.0 server, which result in a segmentation fault and I can't understand why. Is anyone else experiencing this problem? Here is the config that I use with icecast 2.4.0. <icecast> <limits> <clients>100</clients> <sources>2</sources>
2010 Nov 19
2
libvirtd & dnsmasq
libvirtd is starting dnsmasq! This is on RHEL5.5 I don't see it mentioned in /etc/init.d/libvirtd or /etc/libvirt/* or /etc/sysconfig/libvirtd 4337 ? S 0:00 /usr/sbin/dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --listen-address 192.168.122.1 --except-interface lo --dhcp-range 192.168.122.2,192.168.122.254
2008 Jun 30
1
[PATCH] tools/python: fix TypeError for 17903:0728459b3c8d
Hi, If `hda'' is used in a domain config file and domain-0 has /dev/hda, creating the domain failed by TypeError: File "//usr/lib/python/xen/xend/server/blkif.py", line 84, in getDeviceDetails (device_path, devid) = blkif.blkdev_name_to_number(dev) TypeError: unpack non-sequence Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> -- KUWAMURA
2014 Jul 21
1
python-shout 0.2.1 with icecast 2.4.0 segfaults
Hi there, that really seems to be the issue here. I've quickly created a new sdist package for python-shout and installed it with the diff applied into my virtual environment and the broadcasting seems to work just fine again. So I can confirm this to solve the issue. Hopefully they accept Bug Fixes fast so everyone could profit from this. Thanks On Mon, Jul 21, 2014 at 2:49 PM,
2010 Aug 26
1
Announce: Lustre 1.8.4 is available!
Hi all, Lustre 1.8.4 is available on the Oracle Download Center Site. http://www.oracle.com/technetwork/indexes/downloads/sun-az-index-095901.html#L The change log can be read here: http://wiki.lustre.org/index.php/Use:Change_Log_1.8 Here are some items that may interest you in this release: * Changes to support matrix - Update RHEL5.5 kernel to 2.6.18-194.3.1.el5 Update OEL5.5
2010 Aug 26
1
Announce: Lustre 1.8.4 is available!
Hi all, Lustre 1.8.4 is available on the Oracle Download Center Site. http://www.oracle.com/technetwork/indexes/downloads/sun-az-index-095901.html#L The change log can be read here: http://wiki.lustre.org/index.php/Use:Change_Log_1.8 Here are some items that may interest you in this release: * Changes to support matrix - Update RHEL5.5 kernel to 2.6.18-194.3.1.el5 Update OEL5.5
2010 Oct 19
2
CentOS dom0 and domU kernel with xen 3.4.3?
Hi folks, I hope this is the right place to ask - if not I can switch to the CentOS mailing list. I am running GITCOs 3.4.3 hypervisor with original RHEL5.5/CentOS5.5 kernels in dom0 and domU. I have phenonema I want to get rid of (like time running wild - really wild). So I am looking for a way to compile a kernel with all CentOS refinements/backports/additions and xen 3.4.3. I have
2019 Feb 13
0
freeIPA from CR repo - conflicts
hi guys do you see the same by any chance? .... --> Processing Dependency: ipa-server-common = 4.6.4-10.el7.centos.2 for package: python2-ipaserver-4.6.4-10.el7.centos.2.noarch --> Processing Dependency: ipa-common = 4.6.4-10.el7.centos.2 for package: python2-ipaserver-4.6.4-10.el7.centos.2.noarch --> Finished Dependency Resolution Error: Package:
2020 Oct 05
0
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
> On Oct 5, 2020, at 7:04 AM, Alexander Farber <alexander.farber at gmail.com> wrote: > > Hello fellow CentOS users, > > I had this cronjob working for many moons on CentOS 7.8.2003: > > #minute hour mday month wday command > 6 6 * * 1 certbot renew --post-hook > "cat
2020 Oct 05
2
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
Hello fellow CentOS users, I had this cronjob working for many moons on CentOS 7.8.2003: #minute hour mday month wday command 6 6 * * 1 certbot renew --post-hook "cat /etc/letsencrypt/live/raspasy.de/fullchain.pem /etc/letsencrypt/live/ raspasy.de/privkey.pem > /etc/letsencrypt/live/raspasy.de/haproxy.pem; systemctl resstart