skip to main
|
skip to sidebar
linuxthebest
Sunday, November 4, 2007
Xen- Insufficent loop device free fix
http://lists.xensource.com/archives/html/xen-users/2007-01/msg00652.html
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Hi All
This site to help linux users , your linux posts are welcome
.
Blog Archive
▼
2007
(8)
►
October
(4)
▼
November
(3)
Xen- Insufficent loop device free fix
Netscreen Port Forwarding
Windows Tips
►
December
(1)
►
2008
(1)
►
June
(1)
LINUX TIPS
Please post your linux tips here
To increase the keepalive time in order to ssh to not disconnected
/bin/echo -e "300\c" > /proc/sys/net/ipv4/tcp_keepalive_time
Mount iso image
Create a mount point for the ISO:
bash# mkdir /mnt/iso
Now mount the ISO in the mount point with the following command:
bash# mount myiso.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0
Grep command
grep -v ^# xend-config.sxp grep -v ^$
No comments:
Post a Comment