Displaying 3 results from an estimated 3 matches for "loop8".
Did you mean:
loop
2006 May 23
2
/dev/loop on Debian Sid
...get this error, when I start a domU with
xm create -c vm.cfg
Error: Device 769 (vbd) could not be connected. Backend device not found.
Google have pointed me to this solution:
http://lists.xensource.com/archives/html/xen-users/2006-01/msg01302.html
That is, on the dom0-console I enter
mknod /dev/loop8 b 7 8
losetup /dev/loop8
to be able to start my domU''s.
How can I get this done by the system itself (something in the
xend-init-file might be a workaround) ?
--
Morten Christensen
Denmark
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensou...
2006 Jan 30
12
Error: Device 769 (vbd) could not be connected. Backend device not found.
Hi,
I have installed debian 3.1 on an Intel Pentium D processor 920 ( including
vanderpool.)
The installation worked fine and i''m able to start guest-domains.
When I try to start the 5.th Guest-Domain, I Get the following error:
Error: Device 769 (vbd) could not be connected. Backend device not found.
this problem exists still if i have shutdown or destroyed all guests, after
2001 Sep 12
0
AES update..
...k[2];
+ PUTU32(ct + 8, s2);
+ s3 =
+ (Te4[(t3 >> 24) ] & 0xff000000) ^
+ (Te4[(t0 >> 16) & 0xff] & 0x00ff0000) ^
+ (Te4[(t1 >> 8) & 0xff] & 0x0000ff00) ^
+ (Te4[(t2 ) & 0xff] & 0x000000ff) ^
+ rk[3];
+ PUTU32(ct + 12, s3);
}
-#define loop8(i) \
-{ t = ls_box(rotr(t, 8)) ^ rco_tab[i]; \
- t ^= e_key[8 * i]; e_key[8 * i + 8] = t; \
- t ^= e_key[8 * i + 1]; e_key[8 * i + 9] = t; \
- t ^= e_key[8 * i + 2]; e_key[8 * i + 10] = t; \
- t ^= e_key[8 * i + 3]; e_key[8 * i...