Displaying 20 results from an estimated 10000 matches similar to: "cpufreq kernel line available parameters"
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
2008 Aug 03
3
Questions on cpu frequency scaling AMD vs. Intel
I've been playing and comparing frequency scaling between AMD and Intel
CPUs yesterday and there seem to be great differences between AMD and
Intel and some gotchas. This is all on CentOS 5.2 with latest Xen kernels
(which are supposed to be powersaving-enabled since 5.2).
AMD:
It seems once I get the AMD CPU to use the ondemand governor it works very
well and very efficiently. But this
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
2008 Jul 25
0
changing memory for running VM
I set
xm mem-max domain 1024
xm mem-set domain 1024
and xm list on the host shows 1024, but free on the guest still shows 512.
I thought this is working with a running domain? (Otherwise I can just set
it in the config file.)
CentOS 5.2, Xen 3.2
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
2008 Apr 09
0
xm console hangs - in a way
I notice that since upgrading to the CentOS Xen 3.2 package the command
"xm console" appears to hang. Only when I hit enter it shows me the login
prompt. If I don''t do that it hangs indefinitely. Also, it prints a
dmesg-like output before showing the login prompt now. If I hit enter too
fast it may still be in the middle of this output and I have even seen it
then hang
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
2008 Jul 23
1
[Fwd: Re: fail2ban needs shorewall?]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've used denyhosts.
If you do have an issue with fail2ban, it does pretty much the same thing.
Andy
- -------- Original Message --------
Subject: Re: [CentOS] fail2ban needs shorewall?
Date: Wed, 23 Jul 2008 17:08:07 +0200
From: Kai Schaetzl <maillists at conactive.com>
Reply-To: CentOS mailing list <centos at centos.org>
To:
2009 Dec 13
3
Future of MySQL
I thought I post this link
http://monty-says.blogspot.com/2009/12/help-saving-mysql.html
in case anyone isn't aware of this yet and wants to email the EC.
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
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
2018 Aug 19
0
creation of ssl-parameters fails
> On 19 August 2018 at 19:38 Kai Schaetzl <maillists at conactive.com> wrote:
>
>
> Aki Tuomi wrote on Sun, 19 Aug 2018 18:21:31 +0300:
>
> > Just generate new parameters on some machine with good entropy source.
>
> So, if it fails to transform (although bigger) the machine hasn't enough
> entropy (because it's quite new?)? I'm generating now
2018 Aug 19
2
creation of ssl-parameters fails
> On 19 August 2018 at 20:55 Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>
>
> > On 19 August 2018 at 19:38 Kai Schaetzl <maillists at conactive.com> wrote:
> >
> >
> > Aki Tuomi wrote on Sun, 19 Aug 2018 18:21:31 +0300:
> >
> > > Just generate new parameters on some machine with good entropy source.
> >
> > So, if
2007 Dec 10
2
keeping a mirror of the updates repo
I have a local mirror of CentOS5 base and updates. Now with 5 having
become 5.1 and in case I just want to keep on updating (at the moment) is
it enough that I update the mirror of updates or do I also need an update
of the base repo?
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
2007 Dec 18
2
How to generate UUID for Xen?
The new virtual machine manager in Centos 5.1 displays some weird behavior
here and I assume it's because the UUID of one running VM is the same as
of a VM that is shut down. I used the same config file template for
creating all my test VMs, so several have the same UUID. Didn't produce
any problems with xm. But the new VM manager in Gnome shows active and
inactive VMs and identifies
2008 Jul 13
2
firewall best practice on dom-0
I took over a custom firewall script from my older Suse machines to my
Dom-Us and it works just fine. Doing the same for Dom-0 immediately killed
all traffic for the VMs. As there was no need before I had been dropping
everything on the FORWARD chain. After ACCEPTing all for FORWARD my VMs
are happy again.
What's best practice on Dom-0, what do you do? Can I restrict the
forwarding, in
2009 Dec 22
0
SOLVED - Re: Frustrations with MySQL loss, tcpdump, netstat, etc
Hi Guys,
OK, I figured out the problem, It would seem that Comcast spelling my DNS entry wrong would do it!
I have done this a zillion times, I was totally stumped as to what I would be missing this time.
Thanks everyone for their help.
-Jason
----- Original Message -----
From: "Kai Schaetzl" <maillists at conactive.com>
To: centos at centos.org
Sent: Tuesday, December 22,
2005 Mar 10
0
Winamp 0% Buffering mp3 streams
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
On Thu, 10 Mar 2005 19:45:09 +0100, Kai Schaetzl
<maillists@conactive.com> wrote:
> I'm new to streaming or music hearing over the wire, I still prefer my
> old-fashioned stereo equipment :-)
> But a friend asked me
2005 Mar 10
0
Winamp 0% Buffering mp3 streams
really, it should have no extention, like /stream/1001 for the mountpoint
On Thu, 10 Mar 2005 20:51:29 +0100, Kai Schaetzl
<maillists@conactive.com> wrote:
> 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
>
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:
2006 Mar 31
4
Sorting of passwd/group files
Is there a program on CentOS which will sort my passwd/group etc. files by
username or uid/gid? On Suse I can do this with a sysconfig switch and
Suseconfig, is there something similar on RH-based systems?
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com