Hello,
I'm running debian squeeze with experimental packages.
(none):~# cat /etc/apt/sources.list
deb http://http.us.debian.org/debian squeeze main contrib non-free
deb http://security.debian.org squeeze/updates main contrib non-free
deb http://http.us.debian.org/debian experimental main contrib non-free
Servers is in Amazon EC2, m1.small.
I keep getting this messages in syslog:
Feb 15 19:50:49 (none) kernel: 4gb seg fixup, process apache2 (pid
10345), cs:ip 73:005ea375
Feb 15 19:50:49 (none) kernel: 4gb seg fixup, process apache2 (pid
10345), cs:ip 73:002b8421
Feb 15 19:50:49 (none) kernel: 4gb seg fixup, process apache2 (pid
10345), cs:ip 73:005ea375
Feb 15 19:50:49 (none) kernel: 4gb seg fixup, process apache2 (pid
10345), cs:ip 73:002b8421
Feb 15 19:50:49 (none) kernel: 4gb seg fixup, process apache2 (pid
10345), cs:ip 73:005ea375
Feb 15 19:51:10 (none) kernel: printk: 3565 messages suppressed.
Feb 15 19:51:10 (none) kernel: 4gb seg fixup, process apache2 (pid
10332), cs:ip 73:005ea375
Feb 15 19:51:10 (none) kernel: 4gb seg fixup, process apache2 (pid
10332), cs:ip 73:002b8421
Feb 15 19:51:10 (none) kernel: 4gb seg fixup, process apache2 (pid
10332), cs:ip 73:005ea375
Feb 15 19:51:10 (none) kernel: 4gb seg fixup, process apache2 (pid
10332), cs:ip 73:002b8421
Can anybody tell me what to-do to get rid of this annoying messages?
--
Tomasz Pajor
Archive:
(...)
(...)
Are you running Xen? There is a reference to that error at Debian's wiki:
***
4gb seg fixup errors
http://wiki.debian.org/Xen#A4gbsegfixuperrors
***
Greetings,
--
Camaleón
Archive:
As i sad this is on Amazon EC2, so yes it's in Xen.
I have that applied but it doesn't fix it, even after reboot.
Any other suggestions?
Archive:
Dunno what kind of beast is that O:-)
Nope, sorry. Let's see if someone has any other ideas.
Greetings,
--
Camaleón
Archive:
Even updating to libc6-xen 2.11-0exp4 didn't help.
apt-get install libc6=2.11-0exp4 libc-bin=2.11-0exp4 \
libc6-xen=2.11-0exp4 libc-dev-bin=2.11-0exp4 \
libc6-dev=2.11-0exp4 libc6-i686=2.11-0exp4 locales=2.11-0exp4
(none):~# ldd /usr/sbin/apache2
linux-gate.so.1 => (0x00872000)
libpcre.so.3 => /lib/libpcre.so.3 (0x0091e000)
libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0x003ce000)
libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0x0081f000)
libpthread.so.0 => /lib/i686/nosegneg/libpthread.so.0 (0x0017b000)
libc.so.6 => /lib/i686/nosegneg/libc.so.6 (0x00194000)
libuuid.so.1 => /lib/libuuid.so.1 (0x0096e000)
librt.so.1 => /lib/i686/nosegneg/librt.so.1 (0x00b12000)
libcrypt.so.1 => /lib/i686/nosegneg/libcrypt.so.1 (0x009c8000)
libdl.so.2 => /lib/i686/nosegneg/libdl.so.2 (0x00110000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x005cc000)
/lib/ld-linux.so.2 (0x80000000)
Anybody?
Archive:
experimental is unsupported on this list.
--
Chris
Archive:
That isn't true, though there may be few (if any) other people here
using any given package therefrom.
--
John Hasler
Archive:
Where is that stated?
The only policy about this list I have found are 1.) English language and
2.) the implied general topic of using debian.
--
Kind Regards,
Freeman
Archive:
For completeness, I think there is also a rule deprecating top posting 0:-)
--
Paul E Condon
pecondon*******
Archive:
Actually, there are a number of rules included in the code of conduct,
not just the two mentioned by Freeman, but the deprecation of
top-posting is not one of them. That's just a (strong) preference of
many on the list (including this author), and a general convention
adhered to by many participants in mailing lists, especially *nix /
technical ones.
http://www.debian.org/MailingLists/#codeofconduct
Celejar
--
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
Archive:
Outstanding.
The last item might be setting the bar discouragingly high though:
"Use common sense all the time."
It is sort of paramount to saying, "alright, everyone out of the pool!"
Maybe a bug report: replace it with "Don't top your posts."
I note the item admonishing *never* to post in html. The abundance of
confusing html quotes, which I refuse to sort through, have been discussed here.
;)
--
Kind Regards,
Freeman
Archive:
Consider it aspirational. As Robert Browning says:
Ah, but a man's reach should exceed his grasp,
Or what's a heaven for?
Celejar
--
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
Archive:
This is perhaps the most annoying problem in using xen and debian, since
theres no really good and working fix for it. I have a bunch of machines
where it keeps coming back from time to time.
Although, following this steps usually makes it stop, at least on lenny,
might be worth a show even for experimental:
* First, make sure libc6-xen is installed: apt-get install libc6-xen
* If /lib/tls exists on your system (it didn't on mine): mv /lib/tls
/lib/tls.disabled
* echo 'hwcap 0 nosegneg' > /etc/ld.so.conf.d/libc6-xen.conf && ldconfig
* Reboot your domU
Seems the second one is the one you havent tried, so hope for that one. :)
Cut and pasted from:
http://www.completefusion.com/wordpress/4gb-seg-fixup-errors[..]
Good luck,
Eric
Archive: