Hi there, we have a persistent problem with Ubuntu as a DomU. Despite the fact that it has libc6-xen libraries installed and /lib/tls moved aside, we still get these sorts of message: 4gb seg fixup, process init (pid 1), cs:ip 73:b7e1b236 stevew@hostname:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=6.10 DISTRIB_CODENAME=edgy DISTRIB_DESCRIPTION="Ubuntu 6.10" stevew@hostname:~$ uname -a Linux biotech-ubuntu 2.6.18-3-xen-686 #1 SMP Mon Dec 4 20:48:20 UTC 2006 i686 GNU/Linux stevew@hostname:~$ ldd /sbin/init linux-gate.so.1 => (0xb7fbb000) libc.so.6 => /lib/libc.so.6 (0xb7e94000) /lib/ld-linux.so.2 (0xb7fbc000) There is no file matching linux-gate* on the system. Any ideas? Thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Can''t say I know what that is. I had too many problems trying t get 6.10 running as host and guest. So I used Ubuntu 6.06 and compiled Xen 3.0.4 from source with no problems at all. Gave up on xen binary packages in Ubuntu for my 64bit Ubuntu. Very stable on my AM2 3800X2 with 6.06 and Xen 3.0.4. Greg Steve Wray wrote:> Hi there, > we have a persistent problem with Ubuntu as a DomU. > > Despite the fact that it has libc6-xen libraries installed and /lib/tls > moved aside, we still get these sorts of message: > > 4gb seg fixup, process init (pid 1), cs:ip 73:b7e1b236 > > > stevew@hostname:~$ cat /etc/lsb-release > DISTRIB_ID=Ubuntu > DISTRIB_RELEASE=6.10 > DISTRIB_CODENAME=edgy > DISTRIB_DESCRIPTION="Ubuntu 6.10" > > stevew@hostname:~$ uname -a > Linux biotech-ubuntu 2.6.18-3-xen-686 #1 SMP Mon Dec 4 20:48:20 UTC 2006 > i686 GNU/Linux > > stevew@hostname:~$ ldd /sbin/init > linux-gate.so.1 => (0xb7fbb000) > libc.so.6 => /lib/libc.so.6 (0xb7e94000) > /lib/ld-linux.so.2 (0xb7fbc000) > > There is no file matching linux-gate* on the system. > > > > Any ideas? > > 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
On Fri, Apr 20, 2007 at 12:47:49PM +1200, Steve Wray wrote:> we have a persistent problem with Ubuntu as a DomU. > > Despite the fact that it has libc6-xen libraries installed and /lib/tls > moved aside, we still get these sorts of message: > > 4gb seg fixup, process init (pid 1), cs:ip 73:b7e1b236I''d guess that your initrd has a non-Xen libc in it. Not sure how to fix it myself (64-bit is my great friend), but it''s been discussed to death here before, so Google Should Provide. - Matt _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Apr 20, 2007 at 12:53:52PM +1000, Matt Palmer wrote:> On Fri, Apr 20, 2007 at 12:47:49PM +1200, Steve Wray wrote: > > we have a persistent problem with Ubuntu as a DomU. > > > > Despite the fact that it has libc6-xen libraries installed and /lib/tls > > moved aside, we still get these sorts of message: > > > > 4gb seg fixup, process init (pid 1), cs:ip 73:b7e1b236 > > I''d guess that your initrd has a non-Xen libc in it.Is it not the case that init is statically linked to a non-xen libc? I see this on my ubuntu domUs also, I don''t use initrds and I do have libc6-xen installed. I only see it for init (pid 1) and don''t seem to experience any slowdown. So basically I was under the impression that seeing this for init is expected and harmless. Is this not the case? Cheers, Andy _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, 2007-04-20 at 04:04 +0000, Andy Smith wrote:> On Fri, Apr 20, 2007 at 12:53:52PM +1000, Matt Palmer wrote: > > On Fri, Apr 20, 2007 at 12:47:49PM +1200, Steve Wray wrote: > > > we have a persistent problem with Ubuntu as a DomU. > > > > > > Despite the fact that it has libc6-xen libraries installed and /lib/tls > > > moved aside, we still get these sorts of message: > > > > > > 4gb seg fixup, process init (pid 1), cs:ip 73:b7e1b236 > > > > I''d guess that your initrd has a non-Xen libc in it. > > Is it not the case that init is statically linked to a non-xen libc? > I see this on my ubuntu domUs also, I don''t use initrds and I do > have libc6-xen installed. I only see it for init (pid 1) and don''t > seem to experience any slowdown. > > So basically I was under the impression that seeing this for init is > expected and harmless. Is this not the case?mkinitramfs just copies everything over from /lib from wherever you ran it. So , if you built the initrd prior to installing xen glibc, then you have the old version on your initrd. It will throw a warning either way. Probably safe to ignore. Best, --Tim> Cheers, > Andy > _______________________________________________ > 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
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Tim Post > Sent: 20 April 2007 05:16 > To: Andy Smith > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Re: Ubuntu as xen guest? > > On Fri, 2007-04-20 at 04:04 +0000, Andy Smith wrote: > > On Fri, Apr 20, 2007 at 12:53:52PM +1000, Matt Palmer wrote: > > > On Fri, Apr 20, 2007 at 12:47:49PM +1200, Steve Wray wrote: > > > > we have a persistent problem with Ubuntu as a DomU. > > > > > > > > Despite the fact that it has libc6-xen libraries > installed and /lib/tls > > > > moved aside, we still get these sorts of message: > > > > > > > > 4gb seg fixup, process init (pid 1), cs:ip 73:b7e1b236 > > > > > > I''d guess that your initrd has a non-Xen libc in it. > > > > Is it not the case that init is statically linked to a non-xen libc? > > I see this on my ubuntu domUs also, I don''t use initrds and I do > > have libc6-xen installed. I only see it for init (pid 1) and don''t > > seem to experience any slowdown. > > > > So basically I was under the impression that seeing this for init is > > expected and harmless. Is this not the case? > > mkinitramfs just copies everything over from /lib from > wherever you ran > it. So , if you built the initrd prior to installing xen > glibc, then you > have the old version on your initrd. It will throw a warning > either way. > > Probably safe to ignore.I agree with that, but I would also point out that Andy Smith''s comment is correct: "init" us always built with static linkage, meaning that the "init" image uses whatever library model it originally was built with - so unless you also REBUILD init after you''ve installed no-TLS libraries, the error message will be there (and can be ignored as init isn''t exactly a highly used process in the system). -- Mats> > Best, > --Tim > > > Cheers, > > Andy > > _______________________________________________ > > 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
On Fri, Apr 20, 2007 at 11:08:56AM +0200, Petersson, Mats wrote:> I agree with that, but I would also point out that Andy Smith''s comment > is correct: "init" us always built with static linkage, meaning that thedapper$ ldd /sbin/init linux-gate.so.1 => (0xffffe000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e01000) /lib/ld-linux.so.2 (0xb7f47000) - Matt -- I really didn''t foresee the Internet. But then, neither did the computer industry. Not that that tells us very much of course -- the computer industry didn''t even foresee that the century was going to end. -- Douglas Adams _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users