Pierre-Gildas MILLON
2011-May-18 14:58 UTC
[Xen-users] Using the script param of the vif config
Hello all, I''m trying to use the script parameter of a vif. This is my config: xend-config.sxp :> (network-script network-route) > (vif-script vif-route)mydomain.cfg> # > # Networking > # > vif = [ > ''ip=192.168.1.5'' > ]Now I would like to setup a custom vif script just for this domain. The docs says that I can do something like that : mydomain.cfg> # > # Networking > # > vif = [ > ''ip=192.168.1.5,script="/etc/xen/scripts/myscript"'' > ]But before using any custom script, I can''t get it to work using the default script. mydomain.cfg> # > # Networking > # > vif = [ > ''ip=192.168.1.5,script="/etc/xen/scripts/vif-route"'' > ]I get the following error: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. Could anybody please help me. I already asked on IRC but no answer. Thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Pierre, Can you post what your Xen version is and what the version of your kernel is? Also have you applied any patches to either of these? Iain On 18 May 2011, at 15:58, Pierre-Gildas MILLON wrote:> Hello all, > > I''m trying to use the script parameter of a vif. > This is my config: > > xend-config.sxp : > (network-script network-route) > (vif-script vif-route) > > mydomain.cfg > # > # Networking > # > vif = [ > ''ip=192.168.1.5'' > ] > > Now I would like to setup a custom vif script just for this domain. > The docs says that I can do something like that : > > mydomain.cfg > # > # Networking > # > vif = [ > ''ip=192.168.1.5,script="/etc/xen/scripts/myscript"'' > ] > > But before using any custom script, I can''t get it to work using the default script. > > mydomain.cfg > # > # Networking > # > vif = [ > ''ip=192.168.1.5,script="/etc/xen/scripts/vif-route"'' > ] > > I get the following error: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. > > Could anybody please help me. > I already asked on IRC but no answer. > Thanks > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Pierre-Gildas MILLON
2011-May-18 17:08 UTC
Re: [Xen-users] Using the script param of the vif config
Hi Iain, On a Debian 6 amd64 : - Xen 3.2.1 - kernel 2.6.32-5-xen The only modifications I made : http://www.cmdln.org/wp-content/uploads/2008/04/rinse-centos5.patch <http://www.cmdln.org/wp-content/uploads/2008/04/rinse-centos5.patch>And adding entries to the package list for a Centos5. Nothing to do with my matter I think. Many thanks for your time, hope you''ll be able to help me :) 2011/5/18 Iain Kay <spam@iainkay.com>> Hi Pierre, > > Can you post what your Xen version is and what the version of your kernel > is? Also have you applied any patches to either of these? > > Iain > > On 18 May 2011, at 15:58, Pierre-Gildas MILLON wrote: > > Hello all, > > I''m trying to use the script parameter of a vif. > This is my config: > > xend-config.sxp : > >> (network-script network-route) >> (vif-script vif-route) > > > mydomain.cfg > >> # >> # Networking >> # >> vif = [ >> ''ip=192.168.1.5'' >> ] > > > Now I would like to setup a custom vif script just for this domain. > The docs says that I can do something like that : > > mydomain.cfg > >> # >> # Networking >> # >> vif = [ >> ''ip=192.168.1.5,script="/etc/xen/scripts/myscript"'' >> ] > > > But before using any custom script, I can''t get it to work using the > default script. > > mydomain.cfg > >> # >> # Networking >> # >> vif = [ >> ''ip=192.168.1.5,script="/etc/xen/scripts/vif-route"'' >> ] > > > I get the following error: Error: Device 0 (vif) could not be connected. > Hotplug scripts not working. > > Could anybody please help me. > I already asked on IRC but no answer. > Thanks > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Pierre-Gildas MILLON
2011-May-19 09:21 UTC
Re: [Xen-users] Using the script param of the vif config
Ok forget it, I could make it work... mydomain.cfg> # > # Networking > # > vif = [ > ''ip=192.168.1.5,script="vif-route"'' # FAIL >''ip=192.168.1.5,script=vif-route'' # WORKS ] Thanks for your time. 2011/5/18 Pierre-Gildas MILLON <pg.millon@gmail.com>> Hi Iain, > > On a Debian 6 amd64 : > - Xen 3.2.1 > - kernel 2.6.32-5-xen > > The only modifications I made : > http://www.cmdln.org/wp-content/uploads/2008/04/rinse-centos5.patch > <http://www.cmdln.org/wp-content/uploads/2008/04/rinse-centos5.patch>And > adding entries to the package list for a Centos5. > Nothing to do with my matter I think. > > Many thanks for your time, hope you''ll be able to help me :) > > 2011/5/18 Iain Kay <spam@iainkay.com> > >> Hi Pierre, >> >> Can you post what your Xen version is and what the version of your kernel >> is? Also have you applied any patches to either of these? >> >> Iain >> >> On 18 May 2011, at 15:58, Pierre-Gildas MILLON wrote: >> >> Hello all, >> >> I''m trying to use the script parameter of a vif. >> This is my config: >> >> xend-config.sxp : >> >>> (network-script network-route) >>> (vif-script vif-route) >> >> >> mydomain.cfg >> >>> # >>> # Networking >>> # >>> vif = [ >>> ''ip=192.168.1.5'' >>> ] >> >> >> Now I would like to setup a custom vif script just for this domain. >> The docs says that I can do something like that : >> >> mydomain.cfg >> >>> # >>> # Networking >>> # >>> vif = [ >>> ''ip=192.168.1.5,script="/etc/xen/scripts/myscript"'' >>> ] >> >> >> But before using any custom script, I can''t get it to work using the >> default script. >> >> mydomain.cfg >> >>> # >>> # Networking >>> # >>> vif = [ >>> ''ip=192.168.1.5,script="/etc/xen/scripts/vif-route"'' >>> ] >> >> >> I get the following error: Error: Device 0 (vif) could not be connected. >> Hotplug scripts not working. >> >> Could anybody please help me. >> I already asked on IRC but no answer. >> Thanks >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >> >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users