discuss: Thread: New mini HOWTO


[<<] [<] Page 1 of 1 [>] [>>]
Subject: New mini HOWTO
From: tom ####@####.####
Date: 12 Apr 2001 03:12:54 -0000
Message-Id: <3.0.32.20010411231651.00793a70@earth.he.net>

Hello,
	As instructed by the 'new author' section of the LDP Author Guide, located
at http://www.linuxdoc.org/LDP/LDP-Author-Guide/newauthors.html, I am
writing to you to discuss an idea for a new mini HOWTO that I would like to
author.
	As you know, there are many distributions of Linux, with more being
created all the time.  I would like to write a mini HOWTO based on my
experience in the installation of multiple distributions of Linux on a
single computer.  I feel that a HOWTO such as this may give its readers the
'comfort' and information they need to venture out and try new
distributions, without the risk (or perceived risk) of corrupting their
current installation.
	My HOWTO would be distribution agnostic, yet I would also be willing to
share my results with the distributions I've installed anecdotally.  It
would focus on using lilo and cover issues such as sharing swap space and
utilizing multiple drives.
	My own knowledge of this subject has been developed by studying the
various multi-boot HOWTOs, culling newsgroups and my own trial-and-error.
This work has lead me to creating a single machine that boots 5 OSes (3
Linux distros) and a clear procedure that I would like to share with others.
	I have been using Linux in a production environment for the past three
years, and would like this opportunity to give something back to the
community.  I believe that if users could try out more distributions, they
may be willing to install and test a lesser known distribution.  This
flexibility could lead a user to find the distro-specific features they (or
their organization) require to roll Linux out as production system.

I look forward to your comments,


Tom Melendez

Subject: new Mini Howto
From: Gerardo Arnaez ####@####.####
Date: 1 Jun 2003 04:01:20 -0000
Message-Id: <20030601040119.7912.qmail@web20206.mail.yahoo.com>

After much sweat toil and tears, I have successfuly
installed and have a qmail,vpopmail,qmailadmin server
(on debian) that allows stmp after POP authentication.
The reason I would like to write this is that it took
muc h research to bring all the elements.

If anyone see another how to that I might contribute
to let me know, otherwise I am in the process of
writing and it should take about a day or so

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
Subject: Re: new Mini Howto
From: Morgon Kanter ####@####.####
Date: 1 Jun 2003 04:28:09 -0000
Message-Id: <20030601002759.2a5bca40.morgon@surgo.net>

> After much sweat toil and tears, I have successfuly
> installed and have a qmail,vpopmail,qmailadmin server
> (on debian) that allows stmp after POP authentication.

There's almost no documentation on this - a mini howto for it would 
be very nice indeed.

Morgon
-- 
"Luckily the Evas can run on gasoline... sad to say, they still get 
better mileage than most American cars." -- Gendo Ikari, parody of 
episode 11, Neon Genesis Evangelion.
Subject: Re: new Mini Howto
From: Jesse Meyer ####@####.####
Date: 1 Jun 2003 19:32:31 -0000
Message-Id: <20030601193134.GA812@ping>

On Sat, 31 May 2003, Gerardo Arnaez wrote:

> After much sweat toil and tears, I have successfuly
> installed and have a qmail,vpopmail,qmailadmin server
> (on debian) that allows stmp after POP authentication.
> The reason I would like to write this is that it took
> muc h research to bring all the elements.
> 
> If anyone see another how to that I might contribute
> to let me know, otherwise I am in the process of
> writing and it should take about a day or so

Actually, I also have a debian system, and am in the process of 
setting up a debian pop3/smtp virtual email system with webmail and 
authenticated SMTP.

My tools of choice are postfix/courier/squirrelmail/mysql, and I 
already have a long file with notes that I was going to turn into a 
minihowto.

Unfortunately, I don't see how it will overlap with your howto.

One suggestion though - While doing my SMTP auth, I didn't find a good 
reference on which clients support what authentication methods.  I would 
suggest that in your minihowto, make a brief note on what methods work 
for what clients (especially the biggies - Outlook and Outlook Express.)

Just my two cents,

Jesse Meyer

-- 
        ...crying "Tekeli-li! Tekeli-li!"... ~ HPL
 icq : 34583382              |     === ascii ribbon campaign ===
 msn : ####@####.####    |  ()  - against html mail
 yim : tsunad                |  /\  - against proprietary attachments

--> -->
 
 
<type 'exceptions.IOError'>
Python 2.5.2: /usr/bin/python
Fri May 17 08:13:29 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /opt/ezmlm-browse-0.20/<string> in ()
 /opt/ezmlm-browse-0.20/main.py in main()
  424 
  425         if path is not None:
  426                 main_path(path)
  427         else:
  428                 main_form()
global main_form = <function main_form at 0x97d5c6c>
 /opt/ezmlm-browse-0.20/main.py in main_form()
  378         except ImportError:
  379                 die(ctxt, "Invalid command")
  380         module.do(ctxt)
  381 
  382 def main():
module = <module 'commands.showthread' from '/opt/ezmlm-browse-0.20/commands/showthread.pyc'>, module.do = <function do at 0x97efa74>, global ctxt = {'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}
 /opt/ezmlm-browse-0.20/commands/showthread.py in do(ctxt={'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'})
    9         ctxt.update(ezmlm.thread(ctxt[THREADID]))
   10         header(ctxt, 'Thread: ' + ctxt[SUBJECT], 'showthread')
   11         do_list(ctxt, 'msgs', ctxt[MSGSPERPAGE], ctxt[MESSAGES],
   12                         lambda:sub_showmsg(ctxt, ctxt[MSGNUM]))
   13         footer(ctxt)
global sub_showmsg = <function sub_showmsg at 0x97d51ec>, ctxt = {'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, global MSGNUM = 'msgnum'
 /opt/ezmlm-browse-0.20/globalfns.py in do_list(ctxt={'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, name='msgs', perpage=10, values=[{'author': u'tom', 'authorid': 'mpfafjmpgbmcpikhhnlg', 'date': '12 Apr 2001 03:12:54 -0000', 'month': 200104, 'msgnum': 585, 'subject': u'New mini HOWTO', 'threadid': 'mnmmkgeldphmhnnfhcma', 'timestamp': 987045174.0}, {'author': u'Gerardo Arnaez', 'authorid': 'okdlookblphamieiimpc', 'date': '1 Jun 2003 04:01:20 -0000', 'month': 200306, 'msgnum': 4489, 'subject': u'new Mini Howto', 'threadid': 'mnmmkgeldphmhnnfhcma', 'timestamp': 1054440080.0}, {'author': u'Morgon Kanter', 'authorid': 'cgpjpeojbkgcaiokcfen', 'date': '1 Jun 2003 04:28:09 -0000', 'month': 200306, 'msgnum': 4490, 'subject': u'Re: new Mini Howto', 'threadid': 'mnmmkgeldphmhnnfhcma', 'timestamp': 1054441689.0}, {'author': u'Jesse Meyer', 'authorid': 'ehojccfdnblcenikjhgd', 'date': '1 Jun 2003 19:32:31 -0000', 'month': 200306, 'msgnum': 4507, 'subject': u'Re: new Mini Howto', 'threadid': 'mnmmkgeldphmhnnfhcma', 'timestamp': 1054495951.0}], peritem=<function <lambda> at 0x97efbfc>)
  128                 write(template % ctxt)
  129                 if peritem:
  130                         peritem()
  131                 ctxt[ROW] += 1
  132 
peritem = <function <lambda> at 0x97efbfc>
 /opt/ezmlm-browse-0.20/commands/showthread.py in ()
    9         ctxt.update(ezmlm.thread(ctxt[THREADID]))
   10         header(ctxt, 'Thread: ' + ctxt[SUBJECT], 'showthread')
   11         do_list(ctxt, 'msgs', ctxt[MSGSPERPAGE], ctxt[MESSAGES],
   12                         lambda:sub_showmsg(ctxt, ctxt[MSGNUM]))
   13         footer(ctxt)
global sub_showmsg = <function sub_showmsg at 0x97d51ec>, ctxt = {'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, global MSGNUM = 'msgnum'
 /opt/ezmlm-browse-0.20/globalfns.py in sub_showmsg(ctxt={'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, msgnum=4507)
  229         format_timestamp(ctxt, ctxt)
  230         write(html('msg-header') % ctxt)
  231         rec_showpart(ctxt, msg, 0)
  232         write(html('msg-footer') % ctxt)
  233         ctxt.pop()
global rec_showpart = <function rec_showpart at 0x97d51b4>, ctxt = {'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, msg = <email.message.Message instance at 0x98540cc>
 /opt/ezmlm-browse-0.20/globalfns.py in rec_showpart(ctxt={'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, part=<email.message.Message instance at 0x98540cc>, partnum=1)
  205                 else:
  206                         for p in part.get_payload():
  207                                 partnum = rec_showpart(ctxt, p, partnum+1)
  208         else:
  209                 write(html('msg-sep') % ctxt)
partnum = 1, global rec_showpart = <function rec_showpart at 0x97d51b4>, ctxt = {'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, p = <email.message.Message instance at 0x985406c>
 /opt/ezmlm-browse-0.20/globalfns.py in rec_showpart(ctxt={'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, part=<email.message.Message instance at 0x985406c>, partnum=2)
  208         else:
  209                 write(html('msg-sep') % ctxt)
  210                 sub_showpart(ctxt, part)
  211         return partnum
  212 
global sub_showpart = <function sub_showpart at 0x97d5144>, ctxt = {'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, part = <email.message.Message instance at 0x985406c>
 /opt/ezmlm-browse-0.20/globalfns.py in sub_showpart(ctxt={'HTTP_X_FORWARDED_SERVER': 'glitch', 'HTTP_REFE...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, part=<email.message.Message instance at 0x985406c>)
  164         type = ctxt[TYPE] = part.get_content_type()
  165         ctxt[FILENAME] = part.get_filename()
  166         template = html('msg-' + type.replace('/', '-'))
  167         if not template:
  168                 template = html('msg-' + type[:type.find('/')])
global template = <function template at 0x97cde9c>, global html = <function html at 0x97cded4>, type = 'application/pgp-signature', type.replace = <built-in method replace of str object at 0x9858100>
 /opt/ezmlm-browse-0.20/globalfns.py in html(name='msg-application-pgp-signature')
   40 
   41 def html(name):
   42         return template(name + '.html')
   43 
   44 def xml(name):
global template = <function template at 0x97cde9c>, name = 'msg-application-pgp-signature'
 /opt/ezmlm-browse-0.20/globalfns.py in template(filename='msg-application-pgp-signature.html')
   31         except IOError:
   32                 if not _template_zipfile:
   33                         _template_zipfile = zipfile.ZipFile(sys.argv[0])
   34                 try:
   35                         f = _template_zipfile.open(n).read()
global _template_zipfile = None, global zipfile = <module 'zipfile' from '/usr/lib/python2.5/zipfile.pyc'>, zipfile.ZipFile = <class zipfile.ZipFile at 0x9766a7c>, global sys = <module 'sys' (built-in)>, sys.argv = ['-c', '/opt/ezmlm-browse-0.20']
 /usr/lib/python2.5/zipfile.py in __init__(self=<zipfile.ZipFile instance at 0x984eecc>, file='-c', mode='r', compression=0, allowZip64=False)
  337             self.filename = file
  338             modeDict = {'r' : 'rb', 'w': 'wb', 'a' : 'r+b'}
  339             self.fp = open(file, modeDict[mode])
  340         else:
  341             self._filePassed = 1
self = <zipfile.ZipFile instance at 0x984eecc>, self.fp = None, builtin open = <built-in function open>, file = '-c', modeDict = {'a': 'r+b', 'r': 'rb', 'w': 'wb'}, mode = 'r'

<type 'exceptions.IOError'>: [Errno 2] No such file or directory: '-c'
      args = (2, 'No such file or directory')
      errno = 2
      filename = '-c'
      message = ''
      strerror = 'No such file or directory'