Anthony.Golia@MorganStanley.com
2005-Jul-18 20:02 UTC
[Xen-users] anybody using RHEL4 in dom 0?
havent tried it yet. anybody know if it will work? is it patched for xen? Cheers, Anthony _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Several are using CentOS 4.0 (built from RHEL4 sources) and it works great. :-) gino On 7/18/05, Anthony.Golia@morganstanley.com <Anthony.Golia@morganstanley.com> wrote:> > havent tried it yet. anybody know if it will work? is it patched for > xen? > > > > > Cheers, > 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
Anthony.Golia@MorganStanley.com
2005-Jul-18 20:23 UTC
Re: [Xen-users] anybody using RHEL4 in dom 0?
kewl, thx. did you have to do anything special, i.e. make major changes to the .config file? On Mon, 18 Jul 2005, Gino LV. Ledesma wrote:> > Several are using CentOS 4.0 (built from RHEL4 sources) and it works great. :-) > > gino > > On 7/18/05, Anthony.Golia@morganstanley.com > <Anthony.Golia@morganstanley.com> wrote: > > > > havent tried it yet. anybody know if it will work? is it patched for > > xen? > > > > > > > > > > Cheers, > > 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 > > FLAGS (\Seen \Recent)) >Cheers, Anthony _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Only changes I made: 1. Made new kernel from xen-2.0.6 source 2. Updated grub.conf to point to new kernel (and initrd) 3. Booted (I left /lib/tls in place) - gino ledesma On 7/18/05, Anthony.Golia@morganstanley.com <Anthony.Golia@morganstanley.com> wrote:> > kewl, thx. did you have to do anything special, i.e. make major changes > to the .config file? > > On Mon, 18 Jul 2005, Gino LV. Ledesma wrote: > > > > > Several are using CentOS 4.0 (built from RHEL4 sources) and it works great. :-) > > > > gino > > > > On 7/18/05, Anthony.Golia@morganstanley.com > > <Anthony.Golia@morganstanley.com> wrote: > > > > > > havent tried it yet. anybody know if it will work? is it patched for > > > xen? > > > > > > > > > > > > > > > Cheers, > > > 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 > > > > FLAGS (\Seen \Recent)) > > > > > > > Cheers, > Anthony >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Anthony.Golia@MorganStanley.com wrote:> havent tried it yet. anybody know if it will work? is it patched for > xen? >It works like a charm. I had to manually re-build the initrd as it didn''t include my scsi controller''s module -- ----- Derek Carter <goozbach@gurulabs.com> Instructor GuruLabs <http://www.GuruLabs.com/> Your source for linux instruction. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
when it make /tools/xfrd, it reported: /usr/bin/ld: connot find -lidn collect2: ld returned 1 exit status make: *** [xfrd] error 1 what should i do? -----------info---------------------- xen: unstable, 3.0-devel kernel 2.6.11.2 Fedora core 3 --------------------------------- DO YOU YAHOO!? 雅虎免费G邮箱-No.1的防毒防垃圾超大邮箱 --0-51449230-1121833346=:23453 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit <DIV> <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"> <P>when it make /tools/xfrd, it reported:</P> <P>/usr/bin/ld: connot find -lidn</P> <P>collect2: ld returned 1 exit status</P> <P>make: *** [xfrd] error 1</P> <P>what should i do?</P> <P>-----------info----------------------</P> <P>xen: unstable, 3.0-devel</P> <P>kernel 2.6.11.2</P> <P>Fedora core 3</P></BLOCKQUOTE></DIV><p> <hr size=1>DO YOU YAHOO!?<br> <a href="http://cn.mail.yahoo.com/?id=77072" target=blank> 雅虎免费G邮箱-No.1的防毒防垃圾超大邮箱 </a> --0-51449230-1121833346=:23453-- --===============1209245028=Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users --===============1209245028==--
Minoru Kato
2005-Jul-20 05:03 UTC
Re: [Xen-users] Re: error in install xen-unstable-src.tgz
Probably idn library is already exist in /usr/lib/. You should make symbolic-link named ''libidn.so''. ln -s /usr/lib/libidn.so.11 /usr/lib/libidn.so --- kato> when it make /tools/xfrd, it reported: > > /usr/bin/ld: connot find -lidn > > collect2: ld returned 1 exit status > > make: *** [xfrd] error 1 > > what should i do? > > -----------info---------------------- > > xen: unstable, 3.0-devel > > kernel 2.6.11.2 > > Fedora core 3 > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
The only thing I''ve had problems with is nptl support in db4. I posted the workaround here.. http://lists.xensource.com/archives/html/xen-users/2005-06/msg00623.html Have fun, John> Anthony.Golia@MorganStanley.com wrote: >> havent tried it yet. anybody know if it will work? is it patched for >> xen? >> > It works like a charm. I had to manually re-build the initrd as it > didn''t include my scsi controller''s module > > -- > ----- > Derek Carter <goozbach@gurulabs.com> > Instructor > GuruLabs <http://www.GuruLabs.com/> Your source for linux instruction. > > _______________________________________________ > 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
John Fairbairn wrote:>The only thing I''ve had problems with is nptl support in db4. I posted the >workaround here.. > >http://lists.xensource.com/archives/html/xen-users/2005-06/msg00623.html > > >RHEL4''s mysql by default needs nptl too, so removing /lib/tls means I have to add skip-bdb to my.cnf to make mysql work. Reinstalling db4 (the one without nptl) doesn''t solve the problem. After some experiments, I ended up modifying glibc (http://wiki.xensource.com/xenwiki/XenSpecificGlibc). It was a little tricky, as it was FC3''s glibc (anyone have SRPM for RHEL4?). Modified .spec, installed the new glibc, and voila, everything works great. I think this is better than rebuilding everything that needs NPTL (so far I only found db4 and mysql though). Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar, Good point, I had forgotten I put that in my.cnf. The new db4 rpm''s did solve the problem of installing the BerkeleyDB perl mod and a few other little things. All around your approach is probably better. Thanks, John> John Fairbairn wrote: > >>The only thing I''ve had problems with is nptl support in db4. I posted >> the >>workaround here.. >> >>http://lists.xensource.com/archives/html/xen-users/2005-06/msg00623.html >> >> >> > RHEL4''s mysql by default needs nptl too, so removing /lib/tls means I > have to add skip-bdb to my.cnf to make mysql work. Reinstalling db4 (the > one without nptl) doesn''t solve the problem. > > After some experiments, I ended up modifying glibc > (http://wiki.xensource.com/xenwiki/XenSpecificGlibc). It was a little > tricky, as it was FC3''s glibc (anyone have SRPM for RHEL4?). > > Modified .spec, installed the new glibc, and voila, everything works > great. > I think this is better than rebuilding everything that needs NPTL (so > far I only found db4 and mysql though). > > Regards, > > Fajar > > _______________________________________________ > 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
yang jianguo
2005-Jul-20 06:50 UTC
Re: [Xen-users] Re: error in install xen-unstable-src.tgz
Thanks for your help, the xfrd can be made! Minoru Kato <kato.minoru@nttcom.co.jp> wroten:Probably idn library is already exist in /usr/lib/. You should make symbolic-link named ''libidn.so''. ln -s /usr/lib/libidn.so.11 /usr/lib/libidn.so --- kato> when it make /tools/xfrd, it reported: > > /usr/bin/ld: connot find -lidn > > collect2: ld returned 1 exit status > > make: *** [xfrd] error 1 > > what should i do? > > -----------info---------------------- > > xen: unstable, 3.0-devel > > kernel 2.6.11.2 > > Fedora core 3 > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users --------------------------------- DO YOU YAHOO!? 雅虎免费G邮箱-No.1的防毒防垃圾超大邮箱 --0-817620618-1121842232=:48555 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit <DIV><BR>Thanks for your help, the xfrd can be made!<BR><B><I>Minoru Kato <kato.minoru@nttcom.co.jp></I></B> wroten: <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Probably idn library is already exist in /usr/lib/.<BR>You should make symbolic-link named ''libidn.so''.<BR><BR>ln -s /usr/lib/libidn.so.11 /usr/lib/libidn.so<BR><BR>---<BR>kato<BR><BR>> when it make /tools/xfrd, it reported:<BR>> <BR>> /usr/bin/ld: connot find -lidn<BR>> <BR>> collect2: ld returned 1 exit status<BR>> <BR>> make: *** [xfrd] error 1<BR>> <BR>> what should i do?<BR>> <BR>> -----------info----------------------<BR>> <BR>> xen: unstable, 3.0-devel<BR>> <BR>> kernel 2.6.11.2<BR>> <BR>> Fedora core 3<BR>> <BR>> <BR>> <BR><BR>_______________________________________________<BR>Xen-users mailing list<BR>Xen-users@lists.xensource.com<BR>http://lists.xensource.com/xen-users<BR></BLOCKQUOTE></DIV><p> <hr size=1>DO YOU YAHOO!?<br> <a href="http://cn.mail.yahoo.com/?id=77072" target=blank> 雅虎免费G邮箱-No.1的防毒防垃圾超大邮箱 </a> --0-817620618-1121842232=:48555-- --===============1421709207=Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users --===============1421709207==--
xen3.0 booted and dom0 kernel loaded, it said: Root-NFS: No NFS server available, giving up. VFS: Unable to mount root fs via NFS, trying floppy. VFS: Insert root floppy and press ENTER what should i do? -----------info---------------------- xen: unstable, 3.0-devel kernel 2.6.11.2-xen0 .com/xen-users --------------------------------- DO YOU YAHOO!? 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 --0-311651113-1121850197=:25526 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit <DIV> <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"> <DIV> <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"> <P>xen3.0 booted and dom0 kernel loaded, it said:</P> <P>Root-NFS: No NFS server available, giving up.</P> <P>VFS: Unable to mount root fs via NFS, trying floppy.</P> <P>VFS: Insert root floppy and press ENTER</P> <P>what should i do?</P> <P>-----------info----------------------<BR> <BR>xen: unstable, 3.0-devel<BR> <BR>kernel 2.6.11.2-xen0<BR> <BR>.com/xen-users</P></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV><p> <hr size=1>DO YOU YAHOO!?<br> <a href="http://cn.mail.yahoo.com/?id=77071" target=blank> 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱</a> --0-311651113-1121850197=:25526-- --===============0726073566=Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users --===============0726073566==--