* Coral with Xen @ 2005-01-09 21:53 Kero-Chan 2005-01-09 23:10 ` [PATCH] Add checks for iptables and iproute2 (Was Re: Coral with Xen) Anthony Liguori 0 siblings, 1 reply; 3+ messages in thread From: Kero-Chan @ 2005-01-09 21:53 UTC (permalink / raw) To: xen-devel Hi! Coral isn't working from Xen. If you can please try it, maybe i'm just doing something wrong. However it works from outside Xen with the same setup. Can Xen cause this kind of DNS errors? Try something like: http://www.scs.cs.nyu.edu.nyud.net:8090/coral/ or http://www.google.com.nyud.net:8090/ -- /Varga Péter/ ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] Add checks for iptables and iproute2 (Was Re: Coral with Xen) 2005-01-09 21:53 Coral with Xen Kero-Chan @ 2005-01-09 23:10 ` Anthony Liguori 2005-01-10 18:24 ` [PATCH] Add checks for iptables and iproute2 Jan Kundrát 0 siblings, 1 reply; 3+ messages in thread From: Anthony Liguori @ 2005-01-09 23:10 UTC (permalink / raw) To: xen-devel [-- Attachment #1: Type: text/plain, Size: 721 bytes --] The following two scripts add checks for iptables and iproute2 during install. Not all distributions include these by default. I know this was a source of problems (with Gentoo) for me as the network scripts used by Xend silently fail if these commands aren't available. It could be that Coral does not include one of these two packages by default. Regards, Anthony Liguori Kero-Chan wrote: >Hi! > >Coral isn't working from Xen. If you can please try it, maybe i'm just >doing something wrong. However it works from outside Xen with the same >setup. >Can Xen cause this kind of DNS errors? > >Try something like: http://www.scs.cs.nyu.edu.nyud.net:8090/coral/ >or http://www.google.com.nyud.net:8090/ > > > [-- Attachment #2: check_iproute2 --] [-- Type: text/plain, Size: 114 bytes --] #!/bin/bash # CHECK-INSTALL function error { echo 'Check for iproute2 failed.' exit 1 } which ip || error [-- Attachment #3: check_iptables --] [-- Type: text/plain, Size: 124 bytes --] #!/bin/bash # CHECK-INSTALL function error { echo 'Check for the iptables failed.' exit 1 } which iptables || error ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add checks for iptables and iproute2 2005-01-09 23:10 ` [PATCH] Add checks for iptables and iproute2 (Was Re: Coral with Xen) Anthony Liguori @ 2005-01-10 18:24 ` Jan Kundrát 0 siblings, 0 replies; 3+ messages in thread From: Jan Kundrát @ 2005-01-10 18:24 UTC (permalink / raw) To: Anthony Liguori; +Cc: xen-devel Anthony Liguori wrote: > The following two scripts add checks for iptables and iproute2 during > install. It is mentioned in Xen's documentation... -jkt -- cd /local/pub && more beer > /dev/mouth ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-01-10 18:24 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-01-09 21:53 Coral with Xen Kero-Chan 2005-01-09 23:10 ` [PATCH] Add checks for iptables and iproute2 (Was Re: Coral with Xen) Anthony Liguori 2005-01-10 18:24 ` [PATCH] Add checks for iptables and iproute2 Jan Kundrát
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.