Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-23-2013, 10:39 PM
|
#1
|
Senior Member
Registered: Sep 2006
Posts: 1,559
Rep:
|
Outlook fails with fortify_fail
I am trying to download e-mails, and I keep getting the message that the server was interrupted. It says that the server says:
/lib/i686/libc.so.6(__fortify_fail+0x50)[0xb7683960]
This is a server side problem I believe. How do I fix this? This is going on with 2 of my mailboxes.
|
|
|
10-24-2013, 06:25 PM
|
#2
|
Moderator
Registered: May 2001
Posts: 29,415
|
While I believe the message should contain more than just that single line this seems to be about Glibc stack smashing protection. Ask the developers of the mail server software how you should present your debug information.
|
|
|
10-24-2013, 06:36 PM
|
#3
|
Senior Member
Registered: Sep 2006
Posts: 1,559
Original Poster
Rep:
|
It didn't do this when I first configured the mail server. Now it's doing it, but only to 2 of my mailboxes. What do I reinstall or whatever to fix this? I'm using Mandriva Linux 2010.1, so that you can find the package names of what to properly re-install.
|
|
|
10-24-2013, 06:53 PM
|
#4
|
Moderator
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,327
|
Quote:
Originally Posted by des_a
It didn't do this when I first configured the mail server. Now it's doing it, but only to 2 of my mailboxes. What do I reinstall or whatever to fix this? I'm using Mandriva Linux 2010.1, so that you can find the package names of what to properly re-install.
|
I don't think it is the place of anyone here to find what package names to reinstall on your system, aren't you the sysadmin? And reinstalling is not likely to fix this problem anyway.
That said, I think what unSpawn was telling you is that you should find out what mail server software is actually running on your system, then contact the development team for that software and ask them what that message means.
If it was not doing it previously but is doing it now, then I suspect that something has changed. Have you upgraded any packages on those machines recently?
|
|
|
10-24-2013, 07:01 PM
|
#5
|
Senior Member
Registered: Sep 2006
Posts: 1,559
Original Poster
Rep:
|
I don't remember what all changes I made. I was still in the process of installing the server. I'd just gotten that service working, and was testing it out, when it happened.
I did complete the server though, so if I really had to, I could start from scratch again on the whole server. That should fix the problem, since it wasn't doing that before. Do you think that is the easiest way to do things, rather than troubleshooting for now?
|
|
|
10-24-2013, 07:03 PM
|
#6
|
Senior Member
Registered: Sep 2006
Posts: 1,559
Original Poster
Rep:
|
postfix is my mail transfer agent, and vm-pop3d is the pop3 server. I forgot what is the smtp server name.
|
|
|
10-24-2013, 07:04 PM
|
#7
|
Senior Member
Registered: Sep 2006
Posts: 1,559
Original Poster
Rep:
|
I'll try reinstalling glibc, to see if that fixes the problem, or it could be something with the actual mailboxes.
|
|
|
10-24-2013, 07:20 PM
|
#9
|
Moderator
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,327
|
Quote:
Originally Posted by des_a
|
It sounds like maybe you got some packages that weren't for your distro, or maybe from a third party source, that might be causing multiple problems.
In general, reinstalling is rarely preferable to troubleshooting, but most troubleshooting methods must presume that the underlying system is a known quantity.
If you are unsure where your pacakges came from, if any of those sources were not "official" repos, or if you have other reason to think there might be a package problem then maybe a reinstall would at least re-establish that known good condition - then go from there.
You mentioned glibc - do you have a reason to suspect it?
|
|
|
10-24-2013, 07:45 PM
|
#10
|
Senior Member
Registered: Sep 2006
Posts: 1,559
Original Poster
Rep:
|
Well, it appears glibc is some kind of system package or something, because it won't let me install or re-install it. I had the reason to, that since I'd posted this, besides the post, I'd checked to see what package the library was in, and it said it was in glibc. I believe that they were official repositories at the time I'd downloaded the packages. I forgot which one though. I downloaded the packages, and installed them on an NAS, and I install them from there.
|
|
|
10-24-2013, 07:54 PM
|
#11
|
Moderator
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,327
|
Quote:
Originally Posted by des_a
Well, it appears glibc is some kind of system package or something, because it won't let me install or re-install it. I had the reason to, that since I'd posted this, besides the post, I'd checked to see what package the library was in, and it said it was in glibc. I believe that they were official repositories at the time I'd downloaded the packages. I forgot which one though. I downloaded the packages, and installed them on an NAS, and I install them from there.
|
Yes, glibc is the GNU C library and pretty much everything including the kernel depends on it, so a corrupted or incorrect glibc package will usually trash a system.
I was a longtime Mandrake/Mandriva user, but have not used it since about 2006 and don't know anything about it's status with the new owners, but wish them well - excellent distro in the past. So I don't really know what to tell you to do from this point.
Reinstalling always seems a Windows thing to do, but if you are having multiple problems and suspect your underlying system it might be a good option.
If you have a good NAS then you should have no problem backing up and restoring user data at least.
|
|
|
10-24-2013, 08:14 PM
|
#12
|
Senior Member
Registered: Sep 2006
Posts: 1,559
Original Poster
Rep:
|
So it's something about the mailboxes, because when I created new mailboxes, it worked fine. Here are the mailboxes.
|
|
|
10-24-2013, 10:28 PM
|
#13
|
Senior Member
Registered: Sep 2006
Posts: 1,559
Original Poster
Rep:
|
So I created new mailboxes, and it doesn't complain of errors. Then I filled it with the old content, to see what would happen, and I downloaded the new messages. It doesn't complain of errors anymore, but now it ignores all the messages.
|
|
|
10-24-2013, 10:43 PM
|
#14
|
Moderator
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,327
|
So I think obviously there is something "bad" in the content and it is probably not a software problem at all.
I encountered a problem several years ago that caused a mailbox to choke. Never figured out what it actually was, but flushing out the box solved it and it never recurred.
|
|
|
10-28-2013, 01:17 PM
|
#15
|
Senior Member
Registered: Sep 2006
Posts: 1,559
Original Poster
Rep:
|
I put some mail in some blank mailboxes, which I just created with touch. Hopefully this will work. I'll try it for awhile and see.
|
|
|
All times are GMT -5. The time now is 07:10 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|