Displaying 20 results from an estimated 1000 matches similar to: "1. Re: Re: [Xen-devel] Re: switchroot mount failed"
2006 Jun 13
17
switchroot mount failed
All,
I am running xen3.0.2 and xen unstable on RHEL 4, and get this error when
trying to boot Xen kernel(domain0)
......
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
umount /initrd/dev failed: 2
Kernel panic - not syncing: Attempting to kill init!
Then system reboot.In grub.conf,I have
2006 Jun 13
17
switchroot mount failed
All,
I am running xen3.0.2 and xen unstable on RHEL 4, and get this error when
trying to boot Xen kernel(domain0)
......
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
umount /initrd/dev failed: 2
Kernel panic - not syncing: Attempting to kill init!
Then system reboot.In grub.conf,I have
2005 May 04
1
Can u help me
Hello Sir,
Can u help me to provide useful information
about the samba. I want to ask few question which are
1)what security does samba provides from sever side
and client side.
2)What auditing features does samba provides and
finally
3) Is it possible to detect brute forcing attacks
(such as NAT) against a SAMBA server
I will be very grateful if can give me information on
these.
2020 Nov 02
2
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
Hi all,
At the Barcelona Supercomputing Center, we have been working on an
end-to-end vectorizer using scalable vectors for RISC-V Vector extension
in context of the EPI Project
<https://www.european-processor-initiative.eu/accelerator/>. We earlier
shared a demo of our prototype implementation
(https://repo.hca.bsc.es/epic/z/9eYRIF, see below) with the folks
involved with LLVM
2008 Nov 14
5
Error: failed to assign device...VT-d isn''t enabled properly(?)
Dear List,
I need to make an Aladdin eToken Pro visible in a Linux guest HVM, but
I cannot assign the device to any domU, while it''s being blocked by
the dom0.
To avoid this trouble I would like to pass the whole USB bus to the
domU directly, via PCI passthrough.
Now I use xen 3.3.0 from xensource and xen kernel from Ubuntu 8.04
2.6.24-19-xen, because the xensource xen kernel
2005 Sep 16
2
Boot/init problem with IBM Netfinity 4500
I hope the CentOS people don't mind me cross-posting for their input.
I've just done a clean, text-mode minimal WBEL4 install on an IBM
Netfinity 4500, essentially the same hardware as an xSeries 340.
The install went fine but now the box will boot, run through the
initrd init sequence, perform its switchroot then hang here...
SELinux: Initializing.
SELinux: Starting in permissive mode
2007 May 14
2
how to do tracing in user process.
Hello,
I wanted to enable tracing in user process.
but following example from guide is not working.
pid$1::$2:entry
{
self->trace = 1;
}
pid$1::$2:return
/self->trace/
{
self->trace = 0;
}
pid$1:::entry,
pid$1:::return
/self->trace/
{
}
I am getting error like invalid probe description ..... undefined macro variable in probe description.
pid$target:user lib:user function:entry
2011 Sep 07
2
finding events in a time duration.
Hi,
Premises: I have a database which contain the list of events and their time
stamps (This is a Unix time stamps)
What I want to do : I want know how much is the maximum occurrence of this
in any a time period of 7 days or does a event occur es more than "N" (say
5) times in a period of 7 days.
This time period is not fixed with "week
2007 Jan 15
2
network booting initrd -mount: error 6 mounting ext3
Hi all,
Im network booting initrd-2.6.9-22.EL.img from
pxelinux.
<snip from init script>
echo Creating root device
mkrootdev /dev/root
umount /sys
echo Mounting root filesystem
mount -o defaults --ro -t ext3 /dev/root /sysroot
mount -t tmpfs --bind /dev /sysroot/dev
echo Switching to new root
switchroot /sysroot
echo UMOUNTING initrd-dev
umount /initrd/dev
</snip>
I receive error
2020 Nov 06
2
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
On 11/6/20 12:39 PM, Sjoerd Meijer wrote:
Hello Simon,
Thanks for your replies, very useful. And yes, thanks for the example and making the target differences clear:
; Some examples:
; RISC-V V & VE(*):
; %mask = (splat i1 1)
; %evl = min(256, %n - %i)
; MVE/SVE :
; %mask = get.active.lane.mask(%i, %n)
; %evl = call @llvm.vscale()
; AVX:
; %mask = icmp (%i + (seq
2006 Apr 09
5
Switchroot: mount failed: 22, Kernel panic - not syncing: Attempted tp kill init!
Hi, everybody!
My pxelinux.0/default file is:
LABEL linux
KERNEL vmlinuz-2.6.16
APPEND initrd=initrd-2.6.16.img
root=192.168.4.110:/clients/192.168.4.100/root
When mounting I get:
switchroot: mount failed: 22
Kernel panic - not syncing: Attempted tp kill init!
Before it I get some messages about: Can't find /dev/console.
/clients/192.168.4.100/root/dev was empty. I've copied my
2010 Sep 09
2
How to avoid interruptions with DIGIUM
Hello Asterisk community,
I'm experiencing some problems with a Digium TE4XXP, the thing is that i'm
sharing IRQ with some megasas device:
169: 69917985 0 0 0 0 0
0 0 IO-APIC-level megasas, wct4xxp
I've been searching here: http://ubuntuforums.org/showthread.php?t=254623
Should i try in the pass this parameter in the
2013 Oct 08
1
how to check the accuracy for maxent ?
I was going through this example of maxent use:
http://cran.r-project.org/web/packages/maxent/maxent.pdf
# LOAD LIBRARY
library(maxent)
# READ THE DATA, PREPARE THE CORPUS, and CREATE THE MATRIX
data <- read.csv(system.file("data/NYTimes.csv.gz",package="maxent"))
corpus <- Corpus(VectorSource(data$Title[1:150]))
matrix <- DocumentTermMatrix(corpus)
# TRAIN/PREDICT
2013 Nov 21
1
[PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
* Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com> wrote:
> Use NOKPROBE_SYMBOL macro for protecting functions
> from kprobes instead of __kprobes annotation in
> dumpstack.c.
>
> Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com>
> Cc: Thomas Gleixner <tglx at linutronix.de>
> Cc: Ingo Molnar <mingo at redhat.com>
> Cc:
2013 Nov 21
1
[PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
* Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com> wrote:
> Use NOKPROBE_SYMBOL macro for protecting functions
> from kprobes instead of __kprobes annotation in
> dumpstack.c.
>
> Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com>
> Cc: Thomas Gleixner <tglx at linutronix.de>
> Cc: Ingo Molnar <mingo at redhat.com>
> Cc:
2005 Jul 06
1
dovecot not able to access sentmail folder in home directory(chdir)
using dovecot version 0.99.11
while accessing through squirrelmail or even connecting manually(using openssl) to the server dovecot is not able to access the folder
the mail.err log file has the following entry:
dovecot: (/home/user) permission denied error no 89 returned by child process
the squirrel mail error was
connection dropped by imap server
Query capability
thanks
vineet
2012 Jul 12
1
How to find frequent sequences.
I have independent event sequences for example as follows :
Independent event sequence 1 : A , B , C , D
Independent event sequence 2 : A, C , B
Independent event sequence 3 :D, A, B, X,Y, Z
Independent event sequence 4 :C,A,A,B
Independent event sequence 5 :B,A,D
I want to able to find that most common sequence patters as
{A, B } = > 3
from lines 1,3,5.
Pls note that A,C,B must
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
2005 Oct 01
2
Problem getting x86_64 dom0 to boot on a FC4 machine
I''m struggling to get Xen to boot on a FC4 Opteron box. I''ve included the
tail of the boot log below [1]. I suspect that the problems relates to the
software RAID 1 root and boot partitions, and how it relates to the initrd
image. The RAID volumes fail to mount.
I compiled the Xen snapshot from the 23rd September, and the only change
I''ve made is to enable the
2007 Jul 03
3
generating correlated Bernoulli random variables
Hi all,
I was wondering how to generate samples for two RVs X1 and X2.
X1 ~ Bernoulli (p1)
X2 ~ Bernoulli (p2)
Also, X1 and X2 are correlated with correlation \rho.
Regards,
Vineet
[[alternative HTML version deleted]]