Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 16 to 30 of 30
  1. #16
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    10,720
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by MikeDVB View Post
    This issue seems to keep cropping up - it really needs fixed imho.

    This resolves the issue:
    And as such I've set it on a 5 minute cron however cPanel should fix this, is there some sort of bug report we can see so that we will know when it will be resolved/has been resolved?
    I recommend letting our technical analysts take a look at your server so we can determine what is causing this issue. You can contact our technical analysts at: http://tickets.cPanel.net/submit

  2. #17
    poa
    poa is offline
    Registered User
    Join Date
    Jun 2005
    Posts
    2

    Default

    Quote Originally Posted by MikeDVB View Post
    This issue seems to keep cropping up - it really needs fixed imho.

    This resolves the issue:
    And as such I've set it on a 5 minute cron however cPanel should fix this, is there some sort of bug report we can see so that we will know when it will be resolved/has been resolved?
    only chmod 02775 -R /usr/local/cpanel/3rdparty/mailman/cgi-bin every update. :/

    Please resolve this issue.

  3. #18
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,554
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by poa View Post
    only chmod 02775 -R /usr/local/cpanel/3rdparty/mailman/cgi-bin every update. :/

    Please resolve this issue.
    It sounds like something else is causing this problem to reoccur for you; please submit a ticket (via the link in my forums signature) and PM me the ticket number as I would like to follow-up to ensure this is resolved for you.

    To note, the value of "02775" is not valid to the best of my knowledge, but a value of 3 or up to 4 digits is, such as "2755" or "0755" or "755". Within mailman's cgi-bin directory, all files except "create" should be set to chmod 2755 while the create file should be set to chmod 0000.

    If the permissions within mailman's cgi-bin are causing the visual symptom, you could use the following command via root SSH access to correct the permissions, but if the problem is reoccurring we will need to investigate further via a ticket:
    Code:
    # find /usr/local/cpanel/3rdparty/mailman/cgi-bin/* ! -perm 2755 ! -name create -exec chmod -v 2755 '{}' \;

  4. #19
    Member
    Join Date
    Jun 2003
    Posts
    177

    Default

    PHP Code:
    chmod 02775 -/usr/local/cpanel/3rdparty/mailman
    has resolved my issue (for now) any updates on this ?

  5. #20
    Member
    Join Date
    Dec 2003
    Location
    New Jersey
    Posts
    62

    Default

    Has anyone seen this issue where it is just one customer complaining? I am able to log into the users cPanel through WHM or through cPanel as them and I don't experience the issue, however, my customer has several sites and all of them give him this problem when he logs on.

    I find that rather strange.
    Regards,
    Craig M.
    WHM/cPanel user since 2003

  6. #21
    Member
    Join Date
    Nov 2001
    Posts
    58

    Default

    I haven't seen that, but does your customer speak a different language? It could be a language-specific issue as someone posted above.

  7. #22
    Member
    Join Date
    Dec 2003
    Location
    New Jersey
    Posts
    62

    Default

    Nope. No different languages at this time. Just logged in an ensured it was set for English.

    I completed one of the steps outlined here or another post and notified them. I will do all three steps slowly and since he is the only one who can validate I am waiting on him.

    It is strange to say the least, I have tried on three different computers and three different networks.
    Regards,
    Craig M.
    WHM/cPanel user since 2003

  8. #23
    Member This forum account has been confirmed by cPanel staff to represent a vendor. aarondwyer's Avatar
    Join Date
    Mar 2005
    Location
    Brisbane
    Posts
    72

    Default Re: Bug in Mailman version 2.1.11.cp3

    I know this is an old thread, but this just came up for me with

    Code:
    Bug in Mailman version 2.1.14
    
    We're sorry, we hit a bug!
    Mailman must have just updated since the datetime stamps were only a couple of days old on the cgi-bin files.

    I'm running suPHP and as such permissions can't be more than 755 otherwise you get 500 errors etc.


    CpanelDon had the right solution which worked perfectly for me.

    Code:
    find /usr/local/cpanel/3rdparty/mailman/cgi-bin/* ! -perm 2755 ! -name create -exec chmod -v 2755 '{}' \;
    I can only assume that future mailman updates will cause the same issue with permissions not being right, but we shall see.

    Aaron
    http://backup-smart.com Automatically And Safely Backup All Your cPanel Websites To Your Local Computer
    Free 7 Day Trial of this new software. MAC, PC, Linux

  9. #24
    Member
    Join Date
    Dec 2002
    Posts
    240

    Default Re: Bug in Mailman version 2.1.11.cp3

    Any plans for cPanel to actually fix this? It breaks every time you update so need to setup a cron or something to fix the permission issue which is not great. Rather have it actually not break every cpanel update.

  10. #25
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    10,720
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: Bug in Mailman version 2.1.11.cp3

    Quote Originally Posted by VeZoZ View Post
    Any plans for cPanel to actually fix this? It breaks every time you update so need to setup a cron or something to fix the permission issue which is not great. Rather have it actually not break every cpanel update.
    Hmm, I know that /scripts/fixmailman is called during upcp, and that does call a script to correct mailman permissions. In fact, that was added because of the permissions issues discussed on the forums.

    I recommend treating this like a bug and submitting a bug report to http://go.cPanel.net/bugs

  11. #26
    Registered User
    Join Date
    Apr 2011
    Posts
    2

    Default Re: Bug in Mailman version 2.1.11.cp3

    Quote Originally Posted by LluisForns View Post
    My host told me they had done. I didn't checked.
    I have finally found the log of the error:
    which error log?

  12. #27
    Registered User
    Join Date
    Apr 2011
    Posts
    2

    Default Re: Bug in Mailman version 2.1.11.cp3

    When going to DOMAIN//mailman/admin/LISTNAME/members and either searching or browsing, i get the error:
    Bug in Mailman version 2.1.11

    We're sorry, we hit a bug!

    I have tried all troubleshooting steps and i still have this issue. tried to reinstall and no help.

    The only error in the mailman error log (which is not generated by this error) is "(9715) No such list "otlist": "
    I contacted mailman team and they say it may be a mailman / cpanel naming convention mismatch. I've spent several hours trying to fix this.

  13. #28
    Member
    Join Date
    Feb 2005
    Posts
    219

    Default Re: Bug in Mailman version 2.1.11.cp3

    I've tried every solution listed in this thread - all of the permissions tweaks, /scripts/fixmailman, and forced reinstall of mailman. Restarted mailman after each tweak. Nothing helps - users simply cannot edit their listinfo templates.

    Nothing shows up in /usr/local/cpanel/3rdparty/mailman/logs/error

    Stumped. Anyone?

  14. #29
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    de profundis
    Posts
    5,415
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: Bug in Mailman version 2.1.11.cp3

    Please open up a ticket then using WHM > Support Center > Contact cPanel or using the link in my signature. If you would like to post the ticket number here, that would be great.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Forums Technical Analyst, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  15. #30
    Member
    Join Date
    Feb 2005
    Posts
    219

    Default Re: Bug in Mailman version 2.1.11.cp3

    I opened a ticket and the tech was able to fix. Interestingly, this permissions issue was different than any I had seen in these forums, so re-posting here. The issue seems to arise after a cpanel-cpanel transfer, so they're looking into that as well, plus the possibility of having /scripts/fixmailman identify and fix this problem.

    ------
    This issue has been fixed using the following command:

    cd /usr/local/cpanel/3rdparty/mailman/lists/[listname]/en
    chown nobody listinfo.html


    The user "mailman" had owned the file:
    -rw-r--r-- 1 mailman mailman 20796 Sep 7 12:06 listinfo.html

    but it needed to be owned by the user "nobody":
    -rw-r--r-- 1 nobody mailman 20796 Sep 7 12:06 listinfo.html

    I am now able to hit the "Submit Changes" button, and there are no
    more errors. Instead, I see this at the top: "HTML successfully updated."

Similar Threads & Tags
Similar threads

  1. Bug in Mailman version 2.1.14
    By sunyl in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 06-07-2011, 12:59 PM
  2. change the from line in mailman version 2.1.11.cp3
    By audrey in forum E-mail Discussions
    Replies: 1
    Last Post: 07-14-2010, 06:36 PM
  3. Bug in Mailman version 2.0.11
    By davidmx in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 09-11-2002, 09:16 AM
  4. Bug in Mailman version 2.0
    By HOSTFORWEB in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 02-20-2002, 03:09 PM
  5. Bug in Mailman version 2.0.8
    By freeva in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 12-29-2001, 02:59 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube