LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-23-2013, 10:39 PM   #1
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559
Blog Entries: 45

Rep: Reputation: 39
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.
 
Old 10-24-2013, 06:25 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3608Reputation: 3608Reputation: 3608Reputation: 3608Reputation: 3608Reputation: 3608Reputation: 3608Reputation: 3608Reputation: 3608Reputation: 3608Reputation: 3608
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.
 
Old 10-24-2013, 06:36 PM   #3
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559

Original Poster
Blog Entries: 45

Rep: Reputation: 39
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.
 
Old 10-24-2013, 06:53 PM   #4
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,327
Blog Entries: 24

Rep: Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269
Quote:
Originally Posted by des_a View Post
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?
 
Old 10-24-2013, 07:01 PM   #5
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559

Original Poster
Blog Entries: 45

Rep: Reputation: 39
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?
 
Old 10-24-2013, 07:03 PM   #6
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559

Original Poster
Blog Entries: 45

Rep: Reputation: 39
postfix is my mail transfer agent, and vm-pop3d is the pop3 server. I forgot what is the smtp server name.
 
Old 10-24-2013, 07:04 PM   #7
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559

Original Poster
Blog Entries: 45

Rep: Reputation: 39
I'll try reinstalling glibc, to see if that fixes the problem, or it could be something with the actual mailboxes.
 
Old 10-24-2013, 07:06 PM   #8
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559

Original Poster
Blog Entries: 45

Rep: Reputation: 39
P.S. - I know re-installing the whole thing would fix whatever is causing this: http://www.linuxquestions.org/questi...re-4175481683/
 
Old 10-24-2013, 07:20 PM   #9
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,327
Blog Entries: 24

Rep: Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269
Quote:
Originally Posted by des_a View Post
P.S. - I know re-installing the whole thing would fix whatever is causing this: http://www.linuxquestions.org/questi...re-4175481683/
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?
 
Old 10-24-2013, 07:45 PM   #10
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559

Original Poster
Blog Entries: 45

Rep: Reputation: 39
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.
 
Old 10-24-2013, 07:54 PM   #11
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,327
Blog Entries: 24

Rep: Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269
Quote:
Originally Posted by des_a View Post
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.
 
Old 10-24-2013, 08:14 PM   #12
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559

Original Poster
Blog Entries: 45

Rep: Reputation: 39
So it's something about the mailboxes, because when I created new mailboxes, it worked fine. Here are the mailboxes.
 
Old 10-24-2013, 10:28 PM   #13
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559

Original Poster
Blog Entries: 45

Rep: Reputation: 39
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.
 
Old 10-24-2013, 10:43 PM   #14
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,327
Blog Entries: 24

Rep: Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269
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.
 
Old 10-28-2013, 01:17 PM   #15
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,559

Original Poster
Blog Entries: 45

Rep: Reputation: 39
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to import outlook express contacts to outlook 2010 ? loadmatts Linux - Software 5 05-16-2013 07:14 PM
I can't send mails using Outlook Express and Microsoft Outlook cyberonyx LinuxQuestions.org Member Intro 1 01-14-2009 11:44 AM
MS Outlook fails to connect in XP Virtual Machine rdm999 Linux - Newbie 1 08-19-2007 06:11 PM
Ms Outlook Express/Outlook questions-Is there a Linux solution? Sunguraaa General 2 06-26-2007 07:21 AM
qmail fails to receive Outlook RTF mail smukec Linux - General 0 12-02-2003 11:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration