FAQ
I need to get into the mailman program to get rid of some of the archives,
they are pushing the limit of space on my server. However, when I call up
the login page and fill in my password (which is the correct one) it never
goes anywhere, it just cyles. Any ideas??
ASAP!?!
THANKS!
____________________
Brian
brian at pro-phile.com

Search Discussions

  • Joern Nettingsmeier at Apr 26, 2002 at 7:14 pm

    Brian Teal wrote:
    I need to get into the mailman program to get rid of some of the archives,
    they are pushing the limit of space on my server. However, when I call up
    the login page and fill in my password (which is the correct one) it never
    goes anywhere, it just cyles. Any ideas??
    care to elaborate what "just cycles" means ?

    if your disks are full, you might need to clean up as root before
    you can do anything as a normal user.



    --
    Watch out where the huskies go and don't you eat
    the yellow snow !
    - Frank Zappa
  • Matt Thoene at Apr 26, 2002 at 7:24 pm
    Hello Brian,

    Friday, April 26, 2002, 11:19:18 AM, Brian Teal wrote:
    I need to get into the mailman program to get rid of some of the archives,
    they are pushing the limit of space on my server. However, when I call up
    the login page and fill in my password (which is the correct one) it never
    goes anywhere, it just cyles. Any ideas??
    ASAP!?!
    THANKS!
    I've had this problem, and a clearing of the lock files usually does the
    trick. /path/to/mailman/locks

    --
    Regards,
    Matt mailto:matt at remedyx.com
  • Brian Teal at Apr 26, 2002 at 8:10 pm
    They keep appearing. I deleted about 30 of them, but left the listname.lock
    file, didn't know if it was OK to delete or not. But they are building
    again.
    Here's what I've done so far.
    Ran check_perms, check_db, both OK.

    Uh oh! Here it is in the error file, now what???

    Apr 26 08:28:00 2002 qrunner(24681): Traceback (innermost last):
    Apr 26 08:28:00 2002 qrunner(24681): File "/home/mailman/cron/qrunner",
    line 275, in ?
    Apr 26 08:28:00 2002 qrunner(24681): lock.lock(timeout=0.5)
    Apr 26 08:28:00 2002 qrunner(24681): File
    "/home/mailman/Mailman/LockFile.py", line 219, in lock
    Apr 26 08:28:00 2002 qrunner(24681): self.__write()
    Apr 26 08:28:00 2002 qrunner(24681): File
    "/home/mailman/Mailman/LockFile.py", line 352, in __write
    Apr 26 08:28:00 2002 qrunner(24681): fp.close()
    Apr 26 08:28:00 2002 qrunner(24681): IOError : [Errno 28] No space left on
    device
    Apr 26 08:29:01 2002 qrunner(24998): Traceback (innermost last):
    Apr 26 08:29:01 2002 qrunner(24998): File "/home/mailman/cron/qrunner",
    line 275, in ?
    Apr 26 08:29:01 2002 qrunner(24998): lock.lock(timeout=0.5)
    Apr 26 08:29:01 2002 qrunner(24998): File
    "/home/mailman/Mailman/LockFile.py", line 219, in lock
    Apr 26 08:29:01 2002 qrunner(24998): self.__write()
    Apr 26 08:29:01 2002 qrunner(24998): File
    "/home/mailman/Mailman/LockFile.py", line 352, in __write
    Apr 26 08:29:01 2002 qrunner(24998): fp.close()
    Apr 26 08:29:01 2002 qrunner(24998): IOError : [Errno 28] No spaApr 26
    08:32:08 2002 (25760) Delivery exception: [Errno $
    Apr 26 08:32:08 2002 (25760) Traceback (innermost last):
    File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in
    do_pipeline
    func(mlist, msg, msgdata)
    File "/home/mailman/Mailman/Handlers/SMTPDirect.py", line 77, in process
    mlist.Lock()
    File "/home/mailman/Mailman/MailList.py", line 1338, in Lock
    self.__lock.lock(timeout)
    File "/home/mailman/Mailman/LockFile.py", line 219, in lock
    self.__write()
    File "/home/mailman/Mailman/LockFile.py", line 352, in __write
    fp.close()
    IOError: [Errno 28] No space left on device

    Apr 26 08:32:08 2002 qrunner(25760): Traceback (innermost last):
    Apr 26 08:32:08 2002 qrunner(25760): File "/home/mailman/cron/qrunner",
    line 282, in ?
    Apr 26 08:32:08 2002 qrunner(25760): kids = main(lock)
    Apr 26 08:32:08 2002 qrunner(25760): File "/home/mailman/cron/qrunner",
    line 263, in main
    Apr 26 08:32:08 2002 qrunner(25760): mlist.Save()
    Apr 26 08:32:08 2002 qrunner(25760): File
    "/home/mailman/Mailman/MailList.py", line 842, in Save
    Apr 26 08:32:08 2002 qrunner(25760): self.__lock.refresh()
    Apr 26 08:32:08 2002 qrunner(25760): File
    "/home/mailman/Mailman/MailList.py", line 842, in Save
    Apr 26 08:32:08 2002 qrunner(25760): self.__lock.refresh()
    Apr 26 08:32:08 2002 qrunner(25760): File
    "/home/mailman/Mailman/LockFile.py", line 204, in refresh
    Apr 26 08:32:08 2002 qrunner(25760): raise NotLockedError
    Apr 26 08:32:08 2002 qrunner(25760): Mailman.LockFile . NotLockedError
    Apr 26 08:36:11 2002 qrunner(26692): Traceback (innermost last):
    Apr 26 08:36:11 2002 qrunner(26692): File "/home/mailman/cron/qrunner",
    line 282, in ?
    Apr 26 08:36:11 2002 qrunner(26692): kids = main(lock)
    Apr 26 08:36:11 2002 qrunner(26692): File "/home/mailman/cron/qrunner",
    line 247, in main
    Apr 26 08:36:11 2002 qrunner(26692):
    mlist.Lock(timeout=mm_cfg.LIST_LOCK_TIMEOUT)
    Apr 26 08:36:11 2002 qrunner(26692): File
    "/home/mailman/Mailman/MailList.py", line 1338, in Lock
    Apr 26 08:36:11 2002 qrunner(26692): self.__lock.lock(timeout)
    Apr 26 08:36:11 2002 qrunner(26692): File
    "/home/mailman/Mailman/LockFile.py", line 219, in lock
    Apr 26 08:36:11 2002 qrunner(26692): self.__write()
    Apr 26 08:36:11 2002 qrunner(26692): File
    "/home/mailman/Mailman/LockFile.py", line 352, in __write
    Apr 26 08:36:11 2002 qrunner(26692): fp.close()
    Apr 26 08:36:11 2002 qrunner(26692): IOError : [Errno 28] No space left on
    device
    Apr 26 08:37:05 2002 post(27189): Traceback (innermost last):
    post(27189): File "/home/mailman/scripts/mailowner", line 79, in ?
    post(27189): main()
    post(27189): File "/home/mailman/scripts/mailowner", line 74, in main
    post(27189): msg.Enqueue(mlist, toadmin=1)
    post(27189): File "/home/mailman/Mailman/Message.py", line 178, in Enqueue
    post(27189): dbfp.close()
    post(27189): IOError : [Errno 28] No space left on device
    Apr 26 08:37:22 2002 qrunner(26922): Traceback (innermost last):
    Apr 26 08:37:22 2002 qrunner(26922): File "/home/mailman/cron/qrunner",
    line 282, in ?
    Apr 26 08:37:22 2002 qrunner(26922): kids = main(lock)
    Apr 26 08:37:22 2002 qrunner(26922): File "/home/mailman/cron/qrunner",
    line 247, in main
    Apr 26 08:37:22 2002 qrunner(26922):
    mlist.Lock(timeout=mm_cfg.LIST_LOCK_TIMEOUT)
    Apr 26 08:37:22 2002 qrunner(26922): File
    "/home/mailman/Mailman/MailList.py", line 1338, in Lock
    Apr 26 08:37:22 2002 qrunner(26922): self.__lock.lock(timeout)
    Apr 26 08:37:22 2002 qrunner(26922): File
    "/home/mailman/Mailman/LockFile.py", line 219, in lock
    Apr 26 08:37:22 2002 qrunner(26922): self.__write()
    Apr 26 08:37:22 2002 qrunner(26922): File
    "/home/mailman/Mailman/LockFile.py", line 352, in __write
    Apr 26 08:37:22 2002 qrunner(26922): fp.close()
    Apr 26 08:37:22 2002 qrunner(26922): IOError : [Errno 28] No space left on
    device
    Apr 26 08:38:01 2002 qrunner(27360): Traceback (innermost last):
    Apr 26 08:38:01 2002 qrunner(27360): File "/home/mailman/cron/qrunner",
    line 275, in ?
    Apr 26 08:38:01 2002 qrunner(27360): lock.lock(timeout=0.5)
    Apr 26 08:38:01 2002 qrunner(27360): File
    "/home/mailman/Mailman/LockFile.py", line 219, in lock
    Apr 26 08:38:01 200Apr 26 12:45:54 2002 qrunner(7537): Traceback (innermost
    last):
    Apr 26 08:38:01 2002 qrunner(27360): File
    "/home/mailman/Mailman/LockFile.py", line 219, in lock
    Apr 26 08:38:01 200Apr 26 12:45:54 2002 qrunner(7537): Traceback (innermost
    last):
    Apr 26 12:45:54 2002 qrunner(7537): File "/home/mailman/cron/qrunner",
    line 282, in ?
    Apr 26 12:45:54 2002 qrunner(7537): kids = main(lock)
    Apr 26 12:45:54 2002 qrunner(7537): File "/home/mailman/cron/qrunner",
    line 247, in main
    Apr 26 12:45:54 2002 qrunner(7537):
    mlist.Lock(timeout=mm_cfg.LIST_LOCK_TIMEOUT)
    Apr 26 12:45:54 2002 qrunner(7537): File
    "/home/mailman/Mailman/MailList.py", line 1338, in Lock
    Apr 26 12:45:54 2002 qrunner(7537): self.__lock.lock(timeout)
    Apr 26 12:45:54 2002 qrunner(7537): File
    "/home/mailman/Mailman/LockFile.py", line 272, in lock
    Apr 26 12:45:54 2002 qrunner(7537): os.unlink(self.__tmpfname)
    Apr 26 12:45:54 2002 qrunner(7537): OSError : [Errno 2] No such file or
    directory: '/home/mailman/locks/cbr900.lock.pro-$
    Apr 26 12:46:21 2002 qrunner(8566): Traceback (innermost last):
    Apr 26 12:46:21 2002 qrunner(8566): File "/home/mailman/cron/qrunner",
    line 282, in ?
    Apr 26 12:46:21 2002 qrunner(8566): kids = main(lock)
    Apr 26 12:46:21 2002 qrunner(8566): File "/home/mailman/cron/qrunner",
    line 247, in main
    Apr 26 12:46:21 2002 qrunner(8566):
    mlist.Lock(timeout=mm_cfg.LIST_LOCK_TIMEOUT)
    Apr 26 12:46:21 2002 qrunner(8566): File
    "/home/mailman/Mailman/MailList.py", line 1338, in Lock
    Apr 26 12:46:21 2002 qrunner(8566): self.__lock.lock(timeout)
    Apr 26 12:46:21 2002 qrunner(8566): File
    "/home/mailman/Mailman/LockFile.py", line 272, in lock
    Apr 26 12:46:21 2002 qrunner(8566): os.unlink(self.__tmpfname)
    Apr 26 12:46:21 2002 qrunner(8566): OSError : [Errno 2] No such file or
    directory: '/home/mailman/locks/cbr900.lock.pro-$


    ----- Original Message -----
    From: "Matt Thoene" <matt at remedyx.com>
    To: "Brian Teal" <bteal at apensity.com>
    Cc: <mailman-users at python.org>
    Sent: Friday, April 26, 2002 12:24 PM
    Subject: Re: [Mailman-Users] Can't log in anymore!


    Hello Brian,

    Friday, April 26, 2002, 11:19:18 AM, Brian Teal wrote:
    I need to get into the mailman program to get rid of some of the archives,
    they are pushing the limit of space on my server. However, when I call up
    the login page and fill in my password (which is the correct one) it never
    goes anywhere, it just cyles. Any ideas??
    ASAP!?!
    THANKS!
    I've had this problem, and a clearing of the lock files usually does the
    trick. /path/to/mailman/locks

    --
    Regards,
    Matt mailto:matt at remedyx.com



    ------------------------------------------------------
    Mailman-Users mailing list
    Mailman-Users at python.org
    http://mail.python.org/mailman/listinfo/mailman-users
    Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
  • Matt Thoene at Apr 26, 2002 at 8:15 pm
    Hello Brian,

    Friday, April 26, 2002, 1:10:13 PM, Brian Teal wrote:
    Apr 26 08:28:00 2002 qrunner(24681): IOError : [Errno 28] No space left on
    device
    Bingo...your out of space on the partition that Mailman is using. Make
    some room and the errors go away...

    --
    Regards,
    Matt mailto:matt at remedyx.com

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupmailman-users @
categoriespython
postedApr 26, '02 at 6:19p
activeApr 26, '02 at 8:15p
posts5
users3
websitelist.org

People

Translate

site design / logo © 2023 Grokbase