Displaying 20 results from an estimated 2000 matches similar to: "Rsyncing of block devices to a remote file"
2010 Apr 14
3
tincd without root privileges
hey,
is there a way to run tinc on a (linux) box, with a public ip,
but on which i don't have root privileges ?
the server just connects nodes (behind natted firewall) & relays
their traffic, so no need for tap/tun interface on the box itself.
ptr_
--
http://www.L45.be/voidpointer
0493 52 5009
2005 Jun 12
7
help with "error extent to vbd failed: ... error 8"
Good morning everybody,
I get a:
Error: Adding extent to vbd failed: device (vbd (uname file:/xen/slackware-linux-10/linu.img) (dev hda1) (mode w)), error 8
What is "error 8"? Where are those error-codes listed?
My linux.conf:
kernel="/xen/slackware-linux-10/vmlinuz-install" # <- the one from Xen
memory=64
name="Linux" # <- is it right that this cannot have
2005 Dec 30
1
Basic - Setting up Rsync over the net
Heya,
I''ve tried going thru the archives, but it''s like looking for a
needle in a haystack. I''ve also tried the man page, but I don''t
understand the syntax (not a native Unix user). I''m new to
rsync, and have managed to get our systems on a backup sched
with rsync in the office. That works great, and all is good.
My last task is to get rsync to
2008 Feb 27
3
domU on v3.2 is not booting
hi all,
I installed v3.2 from source and now dom0 is booting well. But when I
tried to start domU it shows the following error message and seems
hanging.
EXT3-fs: mounted filesystem with ordered data mode.
EXT3-fs warning: mounting unchecked fs, running e2fsck is recommended
EXT3 FS on hda1, internal journal
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised:
dm-devel@redhat.com
2011 Mar 14
2
proportional symbol map ggplot
Hello,
we want to plot a proportional symbol map with ggplot. Symbols' area should
have the same proportions as the scaled variable.
Hereby an example we found on
http://www.r-bloggers.com/bubble-chart-by-using-ggplot2/ . In this example
we see the proportions of the symbols' area are different from the
proportions of the scaled variable:
crime <-
2007 Apr 10
1
From LiveCD, mount hda1 gives resource busy
Hello:
I booted from the CentOS 4.4 CD.
I am trying to mount the partitions on the hard drive of
the physical machine (Fedora Core).
I did:
mkdir /mnt/hda1
chmod 755 /mnt/hda1
mount /dev/hda1 /mnt/hda1
I get back:
mount: /dev/hda1 already mounted or /mnt/hda1 busy
I checked with df. I don't see hda1 anywhere.
Any ideas what is wrong?
Thanks,
Neil
--
Neil Aggarwal, (214)986-3533,
2006 Jul 04
15
Newbie DomU problem
Suse 10.1 AMD64 Xen3
New to Xen. The dom0 is up and running. I am trying to get my first domU
working. My approach is to use precompiled images from jailtime.org.
After some manual tinkering with the .cfg file the domU proceeds to boot
but stalls with the following error.
I cannot get past this - any ideas ?
Brian
Using config file "/etc/xen/vm/vm1".
Started domain vm1
Bootdata ok
2003 Jul 20
2
Seriously corrupt ext3 root filesystem - help?
I just came back after being out for the evening. Apparently there was
a power failure long enough to discharge the UPS completely on my Linux
box.
After powering back up, I received notice that the / filesystem needed
"manual fsck"ing.
I booted off CD and attempted to fsck. Unfortunately, everything I've
tried has proved futile and I'm _desperate_ for some help. I've
2007 Dec 16
3
xen and quota
Hi guys,
i am running xen 3.1.0 from sources at my debian server. at the domU
it
seems there are no quota functionality:
quotacheck -mav
quotacheck: Cannot stat() mounted device /dev/hda1: No such file or
directory
quotacheck: Cannot find filesystem to check or filesystem not mounted
with quota option.
cat /etc/fstab
cat /etc/fstab
# <file system> <mount point>
2005 Oct 11
8
More on domU not starting
I get the following warning when running xend start, and a similar
warning sometimes when doing xm commands:
/usr/lib/python/xen/xend/XendNode.py:26: RuntimeWarning: Python C API
version mismatch for module xen.lowlevel.xc: This Python has API version
1012, module xen.lowlevel.xc has version 1011.
import xen.lowlevel.xc
/usr/lib/python/xen/xend/xenstore/xstransact.py:10: RuntimeWarning:
2001 Nov 07
1
Wine err: dosfs:DRIVE_ReadSuperblock The Filesystem is not FAT !!
Hi folks, I've been trying to get WINE to run on my new mandrake 8.0
box for _four_ _months_.
Every version of WINE gives me:
err:dosfs:DRIVE_ReadSuperblock The filesystem is not FAT !!
(device=/dev/hda1)
when I try to run an app that opens/closes files (e.g. notepad.exe).
Software that doesn't use files runs fine (calc.exe)
I can read/write to the partition /dev/hda1 just fine...
2007 Oct 14
2
DomU stops on boot inside Dom0 while booting
I have installed xen on a node and while starting up a guest while in
the kernel boot I am experiencing a hold/pause. The kernel stops in the
boot sequence still loading the kernel at:
stdout
...
[ 3240.186441] xencons_init: Initializing xen vfb; pass xencons=tty to
prevent this
[ 3240.186538] Xen virtual console successfully installed as xvc0
[ 3240.186598] Event-channel device installed.
[
2007 Nov 12
2
USB to serial converters
Anyone have an idea as to how to automatically detect the USB number and
create a sym link in the dosdevices directory.
The problem is that I have several USB devices not used at the same
time, and when the USB to serial adapter is connected, a /dev/ttyUSB? is
assigned. To use this assignment under WINE, I need to automatically
detect /dev/ttyUSB? and then create a sym link in
2004 Apr 11
3
About defaults
Excuse me, what did you mean by "certainly wrong: you''re ... to make real
physical partition hda1 visible to the domain"?
Can we use real physical partition in vbd_list?
And what the "cmdline_root" should be?
Thanks.
Xiaofang
> vbd_list = [ (''phy:hda1'',''sda1'',''w''),
2007 Apr 20
4
xvda vs lvm
Hi, I''m just wondering if there are any speed or stability differences
between running a system directly of a LVM partition versus a xvd partition?
Basicly:
disk = [ ''phy:/dev/LVM/root,xvda,w'', ]
vs
disk= [ ''phy:LVM/root,hda1,w'',]
Any tips? I tried searching the archives but I didn''t find anything.
Kind regards,
Tarjei
2005 Aug 29
5
can''t create 1st domain on debian
Hi all
I''ve taken the plunge and decided to set up Xen on my AMD64 machine. I
want to use amd64 debian as the domain 0 O/S, then install a full amd64
debian dev kit and a couple of 32-bit linuxes on top.
I''ve got an install of debian amd64 running as domain0, which boots up
just fine. I boot it with dom0_mem=131072 (the machine has 1Gb of RAM).
I then created some disk
2006 Jan 21
4
Xen Starting DomainU:Error: Device 0 (vif) could not be connected. Hotplug scripts not working
hi,
I am trying to start a new domainU but got the error:
Error: Device 0 (vif) could not be connected. Hotplug scripts not working
I have struggled with it for a long time. I found somebody else report this
but can not find a solution.
The xen version is xen-3.0 latest version.
I do not have a initrd.
Domain0 works fine but when I create a new domain, it always gives an error
as above.
Thanks,
2007 Jan 18
3
machine with many filesystem errors
I have a machine with many file system errors.
I booted into rescue mode - I tried to run "e2fsck -p /dev/hda1"
but it says something about inconsistency and cannot run with -p.
So then I just run "e2fsck /dev/hda1" and I have to answer MANY
fixes with a "y".
How can you just tell it to fix it and dont ask?
I'd hate to say how many 'y' I have answered.
2005 Oct 19
3
device problem
Does anyone know the problem with missing device nodes (like /dev/hda1) in domU?
Must the device nodes used in domU exist in the dom0?
What i have to do, when some device nodes are missing in domU?
Stephan
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 May 19
1
extlinux and block loopbacks
Hello--
I'm trying to use extlinux to make a bootable disk image, but I've hit
a wall. I've got a partitioned hard disk image with one ext2
partition in it. I've mounted the partition through a block loopback
device (/dev/loop1 on the host) and chrooted into it in order to run
extlinux. Within the chroot environment, /etc/mtab says:
/dev/hda1 / ext2 rw 0 0
...and within the