close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 28, 2008, 11:03:25 AM (18 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 1 | | * 4gb seg fixup, process getty |
| | 1 | * Guest meet 4gb seg fixup, process getty |
| 2 | 2 | {{{ |
| 3 | 3 | domU: aptitude install libc6-xen |
| 4 | 4 | }}} |
| | 5 | |
| | 6 | * Dom0 meet Error: Device 769 (vbd) could not be connected. (Creat more than 4 machine, must designate loop number. Because Xen mount vbd as loop device) |
| | 7 | {{{ |
| | 8 | $ vim /etc/modules |
| | 9 | loop max_loop=64 |
| | 10 | }}} |