Antonio Castañeda Colín
2011-May-31 01:34 UTC
[Xen-users] Installing Xen 4.0.1 on Xen Server FP1
Hello everyone, I''ve been struggling to install Xen 4.0.1 from source on Xen Server FP1, this is due to the lack of the latter of remus as high availability and fault tolerance tool, so I need it and want to install it... but I see no other way than recompiling and installing xen hypervisor from source... Though it''s been a hard task and it''s still giving many problems at times, most have been package-dependency related issues. Well, I have managed to solve many of them, except this one: During the #make tools process, after a few minutes it ends up with the following: make[7]: Entering directory `/root/xen-4.1.0/tools/blktap2/vhd/lib'' gcc -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .libvhd.o.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -Werror -Wno-unused -I../../include -D_GNU_SOURCE -fPIC -g -Wp,-MD,.libvhd.o.d -c -o libvhd.o libvhd.c In file included from ../../include/libvhd.h:39, from libvhd.c:41: ../../include/blk_uuid.h:32:23: error: uuid/uuid.h: No such file or directory In file included from ../../include/libvhd.h:39, from libvhd.c:41: ../../include/blk_uuid.h:35: error: expected specifier-qualifier-list before âuuid_tâ cc1: warnings being treated as errors ../../include/blk_uuid.h: In function âblk_uuid_is_nilâ: . . . libvhd.c:2447: warning: implicit declaration of function âtimeâ make[7]: *** [libvhd.o] Error 1 make[7]: Leaving directory `/root/xen-4.1.0/tools/blktap2/vhd/lib'' make[6]: *** [subdir-all-lib] Error 2 make[6]: Leaving directory `/root/xen-4.1.0/tools/blktap2/vhd'' make[5]: *** [subdirs-all] Error 2 make[5]: Leaving directory `/root/xen-4.1.0/tools/blktap2/vhd'' make[4]: *** [subdir-install-vhd] Error 2 make[4]: Leaving directory `/root/xen-4.1.0/tools/blktap2'' make[3]: *** [subdirs-install] Error 2 make[3]: Leaving directory `/root/xen-4.1.0/tools/blktap2'' make[2]: *** [subdir-install-blktap2] Error 2 make[2]: Leaving directory `/root/xen-4.1.0/tools'' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/root/xen-4.1.0/tools'' make: *** [install-tools] Error 2 I''ve tried to provide it with the missing header (uuid.h) and Makefile but have not succeeded, even downloading an older version of the hypervisor but didn''t work either. If anyone has gone through this and has a solution, or else tested remus and thus knows another installation procedure for it, I''d be really grateful for you support on this issue. Thank you in advance. Anthony. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Antonio Castañeda Colín
2011-May-31 07:03 UTC
[Xen-users] Problem with Xen 4.0.1 UUID.H header
Hello everyone, I''ve been struggling to install Xen 4.0.1 from source on Xen Server FP1, this is due to the lack of the latter of remus as high availability and fault tolerance tool, so I need it and want to install it... but I see no other way than recompiling and installing xen hypervisor from source... Though it''s been a hard task and it''s still giving many problems at times, most have been package-dependency related issues. Well, I have managed to solve many of them, except this one: During the #make tools process, after a few minutes it ends up with the following: make[7]: Entering directory `/root/xen-4.1.0/tools/blktap2/vhd/lib'' gcc -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .libvhd.o.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -Werror -Wno-unused -I../../include -D_GNU_SOURCE -fPIC -g -Wp,-MD,.libvhd.o.d -c -o libvhd.o libvhd.c In file included from ../../include/libvhd.h:39, from libvhd.c:41: ../../include/blk_uuid.h:32:23: error: uuid/uuid.h: No such file or directory In file included from ../../include/libvhd.h:39, from libvhd.c:41: ../../include/blk_uuid.h:35: error: expected specifier-qualifier-list before âuuid_tâ cc1: warnings being treated as errors ../../include/blk_uuid.h: In function âblk_uuid_is_nilâ: . . . libvhd.c:2447: warning: implicit declaration of function âtimeâ make[7]: *** [libvhd.o] Error 1 make[7]: Leaving directory `/root/xen-4.1.0/tools/blktap2/vhd/lib'' make[6]: *** [subdir-all-lib] Error 2 make[6]: Leaving directory `/root/xen-4.1.0/tools/blktap2/vhd'' make[5]: *** [subdirs-all] Error 2 make[5]: Leaving directory `/root/xen-4.1.0/tools/blktap2/vhd'' make[4]: *** [subdir-install-vhd] Error 2 make[4]: Leaving directory `/root/xen-4.1.0/tools/blktap2'' make[3]: *** [subdirs-install] Error 2 make[3]: Leaving directory `/root/xen-4.1.0/tools/blktap2'' make[2]: *** [subdir-install-blktap2] Error 2 make[2]: Leaving directory `/root/xen-4.1.0/tools'' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/root/xen-4.1.0/tools'' make: *** [install-tools] Error 2 I''ve tried to provide it with the missing header (uuid.h) and Makefile but have not succeeded, even downloading an older version of the hypervisor but didn''t work either. If anyone has gone through this and has a solution, or else tested remus and thus knows another installation procedure for it, I''d be really grateful for you support on this issue. Thank you in advance. Anthony. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Antonio Castañeda Colín
2011-May-31 07:08 UTC
[Xen-users] Problem with uuidd.h in xen 4.0.1
Hello everyone, I''ve been struggling to install Xen 4.0.1 from source on Xen Server FP1, this is due to the lack of the latter of remus as high availability and fault tolerance tool, so I need it and want to install it... but I see no other way than recompiling and installing xen hypervisor from source... Though it''s been a hard task and it''s still giving many problems at times, most have been package-dependency related issues. Well, I have managed to solve many of them, except this one: During the #make tools process, after a few minutes it ends up with the following: In file included from ../../include/libvhd.h:39, from libvhd.c:41: ../../include/blk_uuid.h:32:23: error: uuid/uuid.h: No such file or directory In file included from ../../include/libvhd.h:39, from libvhd.c:41: ../../include/blk_uuid.h:35: error: expected specifier-qualifier-list before âuuid_tâ ... make[1]: Leaving directory `/root/xen-4.1.0/tools'' make: *** [install-tools] Error 2 I''ve tried to provide it with the missing header (uuid.h) and Makefile but have not succeeded, even downloading an older version of the hypervisor but didn''t work either. If anyone has gone through this and has a solution, or else tested remus and thus knows another installation procedure for it, I''d be really grateful for you support on this issue. Thank you in advance. Anthony. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Antonio Castañeda Colín
2011-May-31 22:39 UTC
[Xen-users] Problem with remus at installing Xen 4.0.0
Hello everyone, I''ve been struggling to install Xen 4.0.1 from source on Xen Server FP1, this is due to the lack of the latter of remus as high availability and fault tolerance tool, so I need it and want to install it... but I see no other way than recompiling and installing xen hypervisor from source... Though it''s been a hard task and it''s still giving many problems at times, most have been package-dependency related issues. Well, I have managed to solve all of them finally and have successfully installed remus as a complementary tool for xen server: While running remus #remus ... it ends up with the following: [root@dhcppc27 ~]# remus Traceback (most recent call last): File "/usr/bin/remus", line 10, in ? from xen.remus import save, vm ImportError: No module named remus [root@dhcppc27 ~]# I''ve tried to provide remus with the probably missing paths and reconfiguring its Makefile but have not succeeded, even rewriting some environment variables but didn''t work either. If anyone has gone through this and has a solution, or else tested remus and thus knows another installation procedure for it, I''d be really grateful for you support on this issue. Thank you in advance. Anthony. _______________________________________________ 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
2011/5/31 Antonio Castañeda Colín <dftonywhite@hotmail.com>:> Hello everyone, > > I''ve been struggling to install Xen 4.0.1 from source on Xen Server FP1, > this is due to the lack of the latter of remus as high availability and > fault > tolerance tool, so I need it and want to install it... but I see no other > way than > recompiling and installing xen hypervisor from source... > Though it''s been a hard task and it''s still giving many problems at times, > most have been package-dependency related issues. > Well, I have managed to solve many of them, except this one: > > During the #make tools process, after a few minutes it ends up with the > following: > > In file included from ../../include/libvhd.h:39, > from libvhd.c:41: > ../../include/blk_uuid.h:32:23: error: uuid/uuid.h: No such file or > directory > In file included from ../../include/libvhd.h:39, > from libvhd.c:41: > ../../include/blk_uuid.h:35: error: expected specifier-qualifier-list before > âuuid_tâ > ... > make[1]: Leaving directory `/root/xen-4.1.0/tools'' > make: *** [install-tools] Error 2 > > I''ve tried to provide it with the missing header (uuid.h) and Makefile but > have not > succeeded, even downloading an older version of the hypervisor but didn''t > work > either. > If anyone has gone through this and has a solution, or else tested remus and > thus > knows another installation procedure for it, I''d be really grateful for you > support > on this issue.Xen Server FP1 is rpm-based or debian-based? Sorry to ask... ... If it is rpm-based then did you try to install the following package? libuuid-devel uuid-devel Thanks. Kindest regards, Giam Teck Choon _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users