Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-02 Thread Carlos Gustavo Ramirez Rodriguez
> Which instructions were you following which didn't mention them, so we > can update them? I was installing starting from the Quick-start Guide from the README file. I thought that was the installation page and any specific case should be searched in other files... Sorry for the misunderstanding

Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-02 Thread Ian Campbell
On Thu, 2015-04-02 at 14:42 -0300, Carlos Gustavo Ramirez Rodriguez wrote: > >make install will not enable sysv or systemd services. Distro > packages > >are supposed to enable themselve. If that is not desired by distro > >maintainers the distro should provide ways to easily enable services. > >Ub

Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-02 Thread Carlos Gustavo Ramirez Rodriguez
>make install will not enable sysv or systemd services. Distro packages >are supposed to enable themselve. If that is not desired by distro >maintainers the distro should provide ways to easily enable services. >Ubuntu probably has code to enable the sysv "xencommons" script. Perhaps >Ubuntu is not

Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-02 Thread Olaf Hering
On Thu, Apr 02, Carlos Gustavo Ramirez Rodriguez wrote: > >systemctl enable xen-qemu-dom0-disk-backend.service > >systemctl enable xen-init-dom0.service > >systemctl enable xenconsoled.service > These MAGIC lines did the trick! Thanks for the help, this solved the First > Problem, BUT, if you know

Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-02 Thread Carlos Gustavo Ramirez Rodriguez
Hello, First Problem: >Which systemd services files from xen are enabled? See the systemd part >of the INSTALL file: >http://xenbits.xen.org/gitweb/?p=xen.git;a=blob_plain;f=INSTALL;hb=staging When compiled from source,

Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-02 Thread Ian Campbell
On Thu, 2015-04-02 at 08:23 +0200, Olaf Hering wrote: > On Wed, Apr 01, Carlos Gustavo Ramirez Rodriguez wrote: > > Second Problem: > > My boot.log is showing: > > > > " > > [ [1;31mFAILED [0m] Failed to start Load Kernel Modules. > > See "systemctl status systemd-modules-load.service" for details

Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-01 Thread Olaf Hering
On Wed, Apr 01, Carlos Gustavo Ramirez Rodriguez wrote: > Hello DEVs, can anyone help me? > > Ian Campbell pointed me that maybe you could help me, here is the link to the > last e-mail line that started this problem fixing: > http://lists.xenproject.org/archives/html/xen-users/2015-04/msg9.h

Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-01 Thread Carlos Gustavo Ramirez Rodriguez
Just a quick update on my bugs... Third Problem: Just fixed by Ubuntu team - Thanks for your time anyway. 2015-04-01 16:39 GMT-03:00 Carlos Gustavo Ramirez Rodriguez < carlos...@gmail.com>: > >>First Problem: > >>... > >You do not have /proc/xen/privcmd available in your environment. Mount > xe

Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-01 Thread Carlos Gustavo Ramirez Rodriguez
>>First Problem: >>... >You do not have /proc/xen/privcmd available in your environment. Mount xenfs How can I mount the XENFS? Is there any guide I should follow? >>Second Problem: >>... >What extra information do you get by following the instruction? As already shown at the e-mails that start

Re: [Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-01 Thread Andrew Cooper
On 01/04/15 19:55, Carlos Gustavo Ramirez Rodriguez wrote: > Hello DEVs, can anyone help me? > > Ian Campbell pointed me that maybe you could help me, here is the link > to the last e-mail line that started this problem fixing: > http://lists.xenproject.org/archives/html/xen-users/2015-04/msg9.

[Xen-devel] ENC:[Xen-users] Failed to insert 'xen_evtchn': No such device

2015-04-01 Thread Carlos Gustavo Ramirez Rodriguez
Hello DEVs, can anyone help me? Ian Campbell pointed me that maybe you could help me, here is the link to the last e-mail line that started this problem fixing: http://lists.xenproject.org/archives/html/xen-users/2015-04/msg9.html A brief summary of my current problems after XEN installation: