Displaying 20 results from an estimated 30000 matches similar to: "(5.6) Kernel Link Error"
2011 Sep 18
1
Having trouble starting more than 8 Xen guests
All,
I've spent quite a few hours trying to figure this out to no avail... I
have two machines and the result is the same on both. Additionally,
each machine does not support full hardware virtualization...
I am able to create 8 VMs. When attempting to create ninth VM, I get the following
error:
Error: Device 51712 (vbd) could not be connected. /etc/xen/scripts/block
failed; error
2011 Aug 31
9
Centos VPS Kernel 2.6.35.4 & 'string-less' IP tables
On a VPS I wanted to add to IP tables:-
iptables -A XXXX -p tcp -m string --algo bm --string 'login' -j DROP
I got:
iptables: Unknown error 18446744073709551615
uname -a = 2.6.35.4 #2 (don't know how this got installed)
lsmod | grep ipt = ipt_LOG 5419 2
yum upgrade iptables* = nothing to install.
---------------------------------------
On a standalone server (C 5.6)
2012 Jun 21
7
GRUB boot parameters: dom0_mem
I''ve installed Xen Hypervisor 3.0.3 (CentOS 5.7, i386) inside Virtualbox 4.1.16 (Mageia 1, i686) and have noticed that Dom0 is consuming 85% of the memory allocated to the VM (1GB) so I''d like to reduce this as much as possible in order to make more room for one or two VM''s.
Is there a minimum amount of vRAM that can/should be allocated to Dom0 (using the dom0_mem boot
2011 Oct 07
3
SMB Signing issues... smbclient works, mount does not...
Hi All,
I seem to have exactly the same problem which was described in this thread a
while ago. I have gone through every piece of information I was able to find
on mailing list archives but all I found was people reporting similar
problems and not a solution to it.
As in the original discussion if I use smbclient it works fine but if I use
mount.cifs it does not work at all. To make smbclient
2012 Mar 16
3
A difference between allocated and available memory in Xen virtual guest
Hello,
I have allocated 4 GB memory for a guest instance on the Xen hypervisor.
But within the instance there is only 2 GB memory available. See the details,
the guest is named pr-idm:
# Allocated memory on the hypervisor
[root@pr-hyp xen]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 3846 8 r-----
2011 Sep 27
3
RTL8111/8168B always 100mbps
Dear All,
I have an onboard Realtek RTL8111/8168B NIC. from lspci -vv :
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
It is detected, but why the speed is always 100Mbps, already change
cable but still no luck. I use ethtool and from the output it seems
that system know that this NIC support gigabit speed :
???????
2012 Jan 24
2
Cipher is not a module
Hi,
I''m trying to install puppet as a client on a new machine.
I received this weird error when trying to start up as /etc/init.d/
puppet start :
/usr/lib/ruby/1.8/openssl/cipher.rb:22: Cipher is not a module
(TypeError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
36:in `gem_original_require''
from
2011 Sep 06
3
Quota fs (ignore mount)
Hi,
I set "quota: fs:INBOX:noenforcing:mount=/var/spool/mail", but receive: "fs quota add storage dir = /home/pit/mail"...
Why ?
In fstab:
/dev/mapper/mpath1p1 /var/spool/mail ext2 usrquota 0 0
In dovecot.log:
Sep 06 15:02:00 pop3-login: Info: Login: user=<pit>, method=PLAIN, rip=192.168.3.10, lip=192.168.6.3, TLS
Sep 06 15:02:00 POP3(pit): Info: Loading modules
2008 Mar 30
2
virtualbox on centos5.1 PAE
Quad core duo 2.4Ghz (Q6600)
Kernel 2.6.18-53.1.14.el5PAE #1 SMP
4Gb RAM
VirtualBox-1.5.6_28266_rhel5-1.i586.rpm
The package installed OK. I did
KERN_DIR=/usr/src/kernels/2.6.18-53.1.14.el5-i686 /etc/init.d/vboxdrv setup
and the module compiles AOK.
BUT... at modprobe time:
vboxdrv: disagrees about version of symbol struct_module
Am I doing something stupid?
--
rgds
Stephen
2013 Nov 15
1
Re: Virtio: 32bit CentOS 6.4 on VirtualBox to oVirt on Fedora 19 64bit via virt-v2v
Matt,
On Fri, 2013-11-15 at 14:05 +0000, Matthew Booth wrote:
> On Fri, 2013-11-15 at 10:47 +0000, Owen Williams wrote:
> > Hello,
> > I've trying to move a 32bit CentOS 6.4 on VirtualBox to oVirt on
> > Fedora 19 64bit via virt-v2v. The command I'm currently using is:
> >
> > virt-v2v -i libvirtxml -of qcow2 -oa sparse -o rhev -osd
> >
2007 Nov 10
2
Virtual Box Host Networking problems
Dear Centos-Virt:
This is actually a second request for help on the
same issue. I finally got to try what several
months ago was replayed to me and no joy was to
be had. I am afraid the original thread got stale
and also had extra, unnecessary data in it.
Guest=XP Pro, SP2
Host=CentOS5; # uname -r; 2.6.18-8.1.15.el5
VirtualBox-1.5.0_24069_rhel5-2.i586.rpm
2008 Mar 04
3
looking for kernel sources
Hi all
I'm looking for the linux source files for CentOS 5.1 2.6.18-53.el5. To
install VirtualBox, I apparently need the kernel sources, and even after
installing kernel-devel & kernel-headers via yum I still get an error
saying I need the kernel-sources
[root at gimbli ~]# ll /usr/src/kernels/
total 4
drwxr-xr-x 18 root root 4096 Mar 4 10:57 2.6.18-53.1.13.el5-x86_64
lrwxrwxrwx 1
2011 Sep 04
4
Centos 5.6 Implications of PGP53 ?
If one stays with Centos 5.x (currently on 5.6) is the
problem/enhancement/incompatibility involving PHP53 likely to be
resolved by general updates and/or the introduction of Centos 5.7 ?
Paul.
2014 May 23
3
Virtualization env to test/demo UEFI PXE boot....
All,
(This may be a Gene question, see
http://www.syslinux.org/wiki/index.php/Development/Testing).
I'd like to find a virtualization env to test and demo the new UEFI-based
PXE boot in pxelinux.
I've tried Virtualbox (BIOS-based PXE boot only). And I've tried VMWare
workstation 20 (ditto).
I know VMWare ESXi will now do UEFI PXE boot, I've seen it as work. But
for home or
2013 Nov 15
2
Virtio: 32bit CentOS 6.4 on VirtualBox to oVirt on Fedora 19 64bit via virt-v2v
Hello,
I've trying to move a 32bit CentOS 6.4 on VirtualBox to oVirt on
Fedora 19 64bit via virt-v2v. The command I'm currently using is:
virt-v2v -i libvirtxml -of qcow2 -oa sparse -o rhev -osd
xxx.xxx.xxx.xxx:/usr/local/ovirt/exports --network
ovirtmgmt /usr1/home/williams/Downloads/OpenAthens/VMs/OpenAthensLARuntime2.2.xml
The exciting bit of the XML is:
<devices>
2011 Jul 21
2
fyi: RHEL 5.7 is out
hi fyi,
it seems redhat has just pushed RHEL 5.7 out.
I see amoung others:
kernel-2.6.18-274.el5.x86_64.rpm
redhat-release-5Server-5.7.0.3.x86_64.rpm
Rainer
2011 Apr 26
4
CentOS 5.6 x86_64 hosting unreachable Virtualbox 4.0.6 bridged guests
Hi,
On a box running CentOS 5.6 x86_64 and Virtualbox 4.0.6, I have
configured 2 guests (WinXP x86 + CentOS 5.6 x86_64) in bridged mode.
The hosting box and the two guests are dhcp enabled. The hosting box
get its address normally, but the 2 hosted systems fail to get theirs.
The dhcp server log tells : DHCPDISCOVER from 08:00:xx:xx:xx:xx via
em0: network xx.xx/16: no free leases.
When
2012 Mar 20
2
Intel igb driver question
Does anyone here know which CentOS release added support for 8086:1521,
some I350 class device? We cannot get it to work under 5.4/igb driver
version 1.3.16-k2. There must have been some major updates since,
5.8 driver is 3.0.6-k2-2 and current is 3.3.6.
2009 Apr 10
4
powernow-k8 in newer centosplus kernel
Hello,
Using kernel:
2.6.18-92.1.13.el5.centos.plus
the cpu throttling works as desired (see 2 traces below)
------------- trace snips --------------
dmesg | grep -i pow
ACPI: SSDT (v001 PTLTD POWERNOW 0x00000001 LTP 0x00000001) @ 0x3fff9b40
powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ processors ( 2 cpu cores) (version 2.20.00)
powernow-k8: 0 :
2011 Feb 24
8
current bind version
Hi.
I have had an enquiry from the Network and Security guy. He wants to
know why CentOS 5.5 /RHEL 5 is using a very old version of bind
"bind-chroot-9.3.6-4.P1.el5_5.3" when the latest release that has many
security fixes is on 9.7.3 . I understand that its to maintain a known
stable platform by in introducing new elements etc .. Is there an
official explanation / document that I can