Displaying 20 results from an estimated 10000 matches similar to: "Missing Dependency"
2009 Apr 04
2
what requires lm_sensors?
I found that lm_sensors got installed because of a dependency on my first
Xen VM that I updated to 5.3. lm_sensors doesn't make sense in a VM. I
thought, ok let's check after the update who wants it. However:
rpm -q --whatrequires lm_sensors
no package requires lm_sensors
(same for --triggeredby with lm_sensors or the packages below)
Trying to remove lm_sensors reveals these packages:
2008 Oct 08
2
Weird problem in PHP 5.1.6/possible bug
I hit a weird problem with the default PHP 5.1.6 on CentoS 5.2.
It seems the default 5.1.6 PHP on CentOS has a bug in the functions
escapeshellargs/escapeshellcmd: it "gulps" any special (non-ASCII)
characters, so that they are missing from the output. I have been assured
that this does not happen on other 5.1.6 or newer on other Linux
distributions. I don't see this behavior
2008 Dec 13
3
GNOME + Firefox - Mouse froze - what key combination to revive?
Earlier, I was using GNOME and Firefox and the Mouse died. I had to
kill the power, to get the box going again, because it doesn't have a
reset switch; which is *not* an elegant way to get going. What key
combination would get me going or to a shell? CentOS 5, fully updated,
32 bit. TIA!
2008 Apr 09
6
No shared physical device in virt-manager
I am fairly new to xen and am trying to build a new guest using
virt-manager. When I get to the screen where you can choose virtual or
shared physical device there are no physical devices to choose from. Is
there some step that I have missed while setting up my Dom0?
-Joel Coopersmith
Sr. Systems and Networking Analyst
joel.coopersmith@accenture.com
2008 Apr 04
8
DHCP and DomUs: not working
I''m trying to get DHCP working with DomU clients. I don''t want to use
libvirtd. There''s a dhcpd on the machine and it works fine for all clients
in the network, but not for DomUs. If I set a static IP on the DomU all
networking for them is fine, so there''s no general networking problem.
I use the xen 3.2 packages for CentOS on CentOS 5.1.
There was a public
2009 Jan 15
3
overcommiting vcpus
My test box has an AMD dual core processor in it, giving me 2 physical
cpu''s.
If I overcommit the vcpu''s (eg vcpus=4) to simulate a 4 cpu machine, how
accurate a simulation should it be (apart from performance sucking
badly)?
James
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Aug 01
4
Quation about CentOS 4 xenU kernel
I converted a physical maschine running CentOS 4.6 to a Xen VM on a CentOS
5 host. Almost everything was running when I decided to rsync /lib and
/usr a while later in order to get updated files and get the one or two
non-working programs to work. There are differences because of the xenU
kernel I didn't think about. I forgot to exclude rpm database and
/lib/modules.
Because the synced
2009 Jan 15
5
real HDD usage of XEN images
Hello,
i am creating my XEN VM with virt-install (see below).
When I create new images i do first an "df -h" to see if there is
still enough space left on the drive.
Are the XEN images pre allocated or does XEN only use that space that
really is used by the VM inside the image?
I know have the Problem that an "du -h" inside my /VM folder gives me
nearly a higher number that
2005 Mar 10
4
Winamp 0% Buffering mp3 streams
I'm new to streaming or music hearing over the wire, I still prefer my
old-fashioned stereo equipment :-)
But a friend asked me to setup a shoutcast server for him, so I went out
and installed it, played a bit with it and didn't like it. So I looked for
an open source alternative and found Icecast. Installed fine, works fine.
But there is one thing which puzzles me and I hope someone
2008 Mar 20
5
DHCP for Xen VMs
I created my first Xen VM that didn't use a static IP address. It grabs an
IP from the 198.168.122.0 subnet (from I don't know where). I would rather
want it to use my DHCP server. How can I achieve this?
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
2005 Mar 10
3
Winamp 0% Buffering mp3 streams
Darrell Dominey wrote on Thu, 10 Mar 2005 15:31:04 -0330:
> make sure that your mountpoint does not have a .ogg extention with the
> mp3 stream, otherwise, it will try to play using the ogg plugin, and
> will stay at 0% buffer
>
Hi, thanks for the quick answer. We are serving the mp3s with .nsv endings
since that is what the oddcast plugin seems to send by default when mp3 is
2006 Apr 05
3
Dovecot 1.0.something rpm for CentOS?
Is anyone using successfully a specific rpm of Dovecot 1.0.something?
There's nothing on dag and a few on rpmfind (for Fedora Core), but I don't
know if they'd work. The one coming with Centos 4 (0.99.11) has quite a
few bugs and I'd like to put an upgrade on top of it.
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
2018 Sep 26
4
split auth from other logging
I hoped I don't have to switch to syslog logging. Well, anyway.
I changed
10-logging.conf:
syslog_facility = uucp
and commented out the other log lines.
rsyslog.d/50-default.conf:
uucp.debug -/var/log/dovecot/debug.log
uucp.info -/var/log/dovecot/dovecot.log
uucp.warn -/var/log/dovecot/warn.log
uucp.err
2009 Apr 26
18
network-bridge breaks networking when eth0:1 is added
I added a virtual interface eth0:1 on one of my machines and suddenly
networking breaks on startup of the system (eth0 is gone) when xend starts
and runs the network-bridge script. This is supposed to be fixed according
to: https://bugzilla.redhat.com/show_bug.cgi
I checked and the network-bridge script contains this fix. It works fine
on one of my PCs when eth0:1 is added, but not on this
2009 Feb 11
5
Possible CentsOS licensing issue
Dear Friends,
I have few questions.
1. I have a device on which I have installed CentOS 5.2 as an operating
system. Now I want to sell this device. Will there be any issue ?
points to keep in mind:
a. There are no changes in OS. (it is just a stripped down image of original
OS)
b. I have installed few generic user space applications of my own installed
in that OS.
I do not want to violate
2006 Mar 31
5
php on command line problems
The installed php on CentOS/RHEL is the CGI version. This means I should
be able to get command line arguments with $GLOBALS[''argv''] or
$_SERVER[''argv'']. That''s how the php documentation tells and how it works
f.i. on Suse.
However, on CentOS I get them only when I use the -n switch to php (no
php.ini). The problem with -n is that php cannot find
2009 Feb 06
16
clamAV problem
Since my power problems that resulted in a re-install I have a problem which
I've failed to locate up to now. The logs show
daily.cld updated (version: 8950, sigs: 72593, f-level: 38, builder: ccordes)
Database updated (510565 signatures) from db.gb.clamav.net (IP: 163.1.3.8)
WARNING: Clamd was NOT notified: Can't connect to clamd through
/tmp/clamd.socket
I've been
2008 Nov 26
2
Reassemble software RAID
I have a machine on CentOS 5 with two disks in RAID1 using Linux software
RAID. /dev/md0 is a small boot partition, /dev/md1 spans the rest of the
disk(s). /dev/md1 is managed by LVM and holds the system partition and
several other partitions. I had to take out disk sda from the RAID and low
level format it with the tool provided by Samsung. Now I put it back and
want to reassemble the array.
2008 Jan 10
4
yum hangs when Reading Local RPMDB
All of a sudden yum hangs on a Centos 4.5 (updated to the latest patch
before 4.6) when I try to use it. "clean metadata" didn't help.
The output of -d5 shows it gets to the point of "Reading Local RPMDB" and
then sits there. The process doesn't die, but doesn't seem to do anything
from that point on. strace shows this: futex(0xb76dcae8, FUTEX_WAIT, 2,
NULL
I
2010 Jan 26
6
Postfix 2.6.5 in CentOSplus?
Hi folks,
according to several findings on the web I tried to find postfix-2.6.5
in centosplus adding this to my /etc/yum.repos.d/CentOS-Base.repo:
[base]
exclude=postfix
[centosplus]
includepkgs=postfix
in the right places.
But when I "yum remove" and "yum install" postfix then, it's "only"
2.3.3-2.1 with added mysql/pqsql support.