Displaying 20 results from an estimated 5000 matches similar to: "Problem booting 2.6.30-rc5 kernel"
2008 Nov 07
2
converting full to para
virt-p2v was able to convert my centOS 5.2 physical machine to xen virtual
machine and it runs great. Now, I am working on to convert this full virt
machine to para virt .
Under my domU i have installed kernel-xen (since it is needed ) , and edited
my grub menu to use the installed kernel.
My grub menu file in domU looks like:
----
kernel /vmlinuz-2.6.18-92.1.17.el5xen ro
2011 Jul 26
0
Kernel panic after xen 4.0.1 being installed in RHEL5.4. Help
HI guys:
While I ran xen 4.0.1 in RHEL5.4 , an kernel panic were found that
displayed as follow:
PCI: Not using MMCONFIG.
Red Hat nash version 5.1.19.6 starting
IRQ handler type mismatch for IRQ 288
cciss: Unable to get irq 288 for cciss0
mount: could not find filesystem ''/dev/root''
setuproot: moving /dev failed: No such file or
2012 Mar 06
0
mkinitrd doesn't know how to handle encrypted CCISS devices - RHEL5.4 and Xen4.1.2
Dear ALL,
I have encountered an issue while installing xen4.1.2
from source.
No problem encountered while xen installation.While booting towards XEN
kernel, i encountered the folowing error
********************
setuproot: moving /dev failed : No such file or directory
no fstab,sys mounting internal defaults
setuproot: error mounting /proc
setuproot: error mounting /sys
Kernel
2000 Dec 29
0
More [A tangent on RC5] Cryptography patents (was: openssl lib question.)
I hate following up to myself, but
I thought a clarification of one
point (specifically WRT RC5 which
was mentioned in the original question)
might be worthwhile...because what
I should have said originally was
that "To the best of my non-legally-
admissible knowledge, however, none
of the algorithms in the current
*OpenSSH* implementation are currently
encumbered by patents that would
2006 Oct 17
0
Testing Report for Xen 3.0.3 rc5
We have tested Xen for 3.0.3 rc5. In the testing we mainly focus on
retesting the issues of the rc3.
Following is the detail status:
One new issue found in 3.0.3 rc5:
1. IA32 PAE Win2003 will crash HVM domain with more than 4GB memory
assigned on IA32e HV.
The issue won''t appear every time. Booting IA32 PAE Win2003 HVM domain
for several times with more than 4GB memory will reproduce the
2009 Jun 18
0
Released Sieve v0.1.6 and ManageSieve v0.11.5 for Dovecot v1.2.rc5
Hello Dovecot users,
After more than a week on one of the Dutch islands, I finally managed to
update the Sieve and Managesieve packages for the new v1.2.rc5 release.
Sorry for the delay.
Changelog Sieve v0.1.6:
* Adjusted to changes in Dovecot to make it compile against
v1.2.rc5
* Made default of sieve_dir setting match the ManageSieve
implementation.
- Fixed a few problems in de
2009 Jun 18
0
Released Sieve v0.1.6 and ManageSieve v0.11.5 for Dovecot v1.2.rc5
Hello Dovecot users,
After more than a week on one of the Dutch islands, I finally managed to
update the Sieve and Managesieve packages for the new v1.2.rc5 release.
Sorry for the delay.
Changelog Sieve v0.1.6:
* Adjusted to changes in Dovecot to make it compile against
v1.2.rc5
* Made default of sieve_dir setting match the ManageSieve
implementation.
- Fixed a few problems in de
2019 Jan 04
0
Wine release 4.0-rc5
The Wine development release 4.0-rc5 is now available.
What's new in this release (see below for details):
- Bug fixes only, we are in code freeze.
The source is available from the following locations:
https://dl.winehq.org/wine/source/4.0/wine-4.0-rc5.tar.xz
http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0-rc5.tar.xz
Binary packages for various distributions will be available
2010 Jul 01
1
Superblock Problem
Hi all,
After rebooting my CentOS 5.5 server, i have the following message:
==================================
Red Hat nash version 5.1.19.6 starting
EXT3-fs: unable to read superblock
mount: error mounting /dev/root on /sysroot as ext3: invalid argument
setuproot: moving /root failed: No such file or directory
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting
2008 May 04
1
v1.1.rc5 released
?http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc5.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc5.tar.gz.sig
I've finally gone through all my unread mails and fixed most of the
reported bugs. There are only a couple ones left that I can't reproduce.
Please report if you still have any problems with rc5, even if you
already have reported the same bug before.
v1.1.rc6 will
2008 May 04
1
v1.1.rc5 released
?http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc5.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc5.tar.gz.sig
I've finally gone through all my unread mails and fixed most of the
reported bugs. There are only a couple ones left that I can't reproduce.
Please report if you still have any problems with rc5, even if you
already have reported the same bug before.
v1.1.rc6 will
2008 Sep 11
2
/etc/rc5.d
I have a shell script, /usr/bin/joevpn, which does a quick VPN
connect. Basically (HOST and DOFIL are defined above and are correct.
I just did not list them here)
case "$1" in
start)
date > $DOFIL
while [ -f $DOFIL ]
do
echo y | /usr/local/bin/vpnclient connect $HOST
sleep 10
done
;;
#
2007 Apr 18
2
[PATCH] Fix CONFIG_PARAVIRT for 2.6.19-rc5-mm1
OK, at least two patches got dropped on the way from the mm tree to
Andi's tree: the desc.h cleanup, and the processor.h rearrangement.
Merging into Andi's tree without these patches must have been a
nightmare 8(
Andi then tried to fix it with x86_64-mm-paravirt-compile.patch but then
it didn't boot so he disabled it in x86_64-mm-paravirt-broken.patch
This patch undoes those two
2007 Apr 18
2
[PATCH] Fix CONFIG_PARAVIRT for 2.6.19-rc5-mm1
OK, at least two patches got dropped on the way from the mm tree to
Andi's tree: the desc.h cleanup, and the processor.h rearrangement.
Merging into Andi's tree without these patches must have been a
nightmare 8(
Andi then tried to fix it with x86_64-mm-paravirt-compile.patch but then
it didn't boot so he disabled it in x86_64-mm-paravirt-broken.patch
This patch undoes those two
2007 Apr 18
2
2.6.19-rc5-mm2: paravirt X86_PAE=y compile error
On Thu, 16 Nov 2006 00:16:26 +0100
Adrian Bunk <bunk@stusta.de> wrote:
> Paravirt breaks CONFIG_X86_PAE=y compilation:
>
> <-- snip -->
>
> ...
> CC init/main.o
> In file included from include2/asm/pgtable.h:245,
> from
> /home/bunk/linux/kernel-2.6/linux-2.6.19-rc5-mm2/include/linux/mm.h:40,
> from
>
2007 Apr 18
2
2.6.19-rc5-mm2: paravirt X86_PAE=y compile error
On Thu, 16 Nov 2006 00:16:26 +0100
Adrian Bunk <bunk@stusta.de> wrote:
> Paravirt breaks CONFIG_X86_PAE=y compilation:
>
> <-- snip -->
>
> ...
> CC init/main.o
> In file included from include2/asm/pgtable.h:245,
> from
> /home/bunk/linux/kernel-2.6/linux-2.6.19-rc5-mm2/include/linux/mm.h:40,
> from
>
2012 Aug 30
2
Announce: Puppet-3.0.0-rc5 Available
Puppet 3.0.0-rc5 is a feature release candidate for the 3.x series of Puppet.
Downloads are available at:
* Source http://downloads.puppetlabs.com/puppet/puppet-3.0.0rc5.tar.gz
RPMs are available at http://yum.puppetlabs.com
Debs are available at http://apt.puppetlabs.com
Gems are available via rubygems at
https://rubygems.org/downloads/puppet-3.0.0.rc5.gem
or by using `gem install --pre
2012 Jan 25
3
v2.1.rc5 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc5.tar.gz
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc5.tar.gz.sig
I'm still lagging behind reading emails. v2.1.0 will be released after I've finished that. RC5 is already stable and used in production, but I want to make sure that I haven't missed anything important that was reported previously. Most of the recent fixed bugs
2012 Jan 25
3
v2.1.rc5 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc5.tar.gz
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc5.tar.gz.sig
I'm still lagging behind reading emails. v2.1.0 will be released after I've finished that. RC5 is already stable and used in production, but I want to make sure that I haven't missed anything important that was reported previously. Most of the recent fixed bugs
2009 Jun 04
1
v1.2.rc5 released
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc5.tar.gz
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc5.tar.gz.sig
Some small fixes mainly. I guess I'll still have to release rc6 and rc7
after all. I've been a bit busy with v2.0 changes recently.
BTW. I'm leaving tomorrow to San Francisco and I'm going to check out
what's happening in Apple WWDC next week.
*