@sequence meta
@title joko's sample notes - 2003-03 - ResourceIntegration
@subtitle ResourceIntegration II
@topic joko's Tasks
@author joko@netfrag.org
@document-mime-type text/plain
@document-mime-type text/english text/german
@document-mime-type text/vnd.twingle

@sequence meta
@document-history
@cvs-info
    $Id: joko_2003-03.html,v 1.1 2003/04/05 02:28:18 joko Exp $

      Revision 1.93 2003/03/14 14:55:57 joko
    AUTOCOMMIT: updated/added content

    Revision 1.91 2003/03/13 15:25:56 joko
    AUTOCOMMIT: updated/added content

    Revision 1.90 2003/03/13 14:56:54 joko
    AUTOCOMMIT: updated/added content

      Revision 1.3 2003/03/07 03:56:59 joko
    AUTOCOMMIT: updated/added content

    Revision 1.2 2003/03/07 00:56:08 joko
    AUTOCOMMIT: updated/added content

    Revision 1.1 2003/03/06 22:34:20 joko
    initial commit

  @sequence meta
@x-transport
@x-transport-from grasshopper.netfrag.org
@x-transport-to quepasa.netfrag.org
@x-transporter Microsoft Windows
@x-transporter WinCVS [WinCVS 1.3.8.1 Beta 8 (Build 1)]
@x-transporter-protocol cvs client-server protocol
@x-transporter OpenSSH client on grasshopper [OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f]
@x-transporter-protocol ssh [OpenSSH Version 2]
@x-transporter OpenSSH daemon on quepasa [OpenSSH_3.4p1 Debian 1:3.4p1-1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f]
@x-transporter cvs [Concurrent Versions System (CVS) 1.11.1p1 (client/server)]
@x-transporter-protocol cvs client-server protocol
@x-transporter Linux running on quepasa.netfrag.org [Linux version 2.4.18-29um (root@linux) (gcc version 2.95.3 20010315 (SuSE)) #1 Sun May 26 17:01:48 CEST 2002]
@x-transporter-protocol ext3
@x-transporter Linux running on h1.service.netfrag.org [Linux version 2.4.10-4GB (root@Pentium.suse.de) (gcc version 2.95.3 20010315 (SuSE)) #1 Tue Sep 25 12:33:54 GMT 2001]
@x-transporter-protocol ext3
#@x-converter twingle [Twingle 0.01 - http://search.netfrag.org/twingle]

@sequence script
@set o=@todo

  
@sequence block
@injected
@date 2003-03-06 20:29
@file [unknown]
@x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3)
@x-transporter Microsoft COM
@x-transporter-protocol copy & paste negotiation
@x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]

  use arial|verdana for netscape|mozilla rendering on netfrag.org

We get spam!
    After feeling relatively safe through amavis based email filtering, it happened again.
    jonen recieved some spam again.
          Why?
    I believe the addresses get collected by foreign agents crawling
    the growing content on netfrag.org.
          What todo now?
    Mungle email addresses published on netfrag.org through some lisp-
    or scheme-based address-mungler found recently.
    They stay rfc-compliant, but are (hopefully) unreachable for common
    regex parsers.
    Send info to ->jonen.
    @tbd Automate this task! Do you wanna rewrite each address by hand...???

personal requirement:
    daily: review contributions made by other users
    requirement to solve this: have everything as rss/rdf and filter the xml by author

rss.netfrag.org (register)
    establish some web-based rss-browser embedding content from
        RssGenerators for local content ...
            news//rss (for news.netfrag.org)
            cvs//rss (for cvs.netfrag.org)
        ... and RssGateways to other ones, possibly at remote locations
            phpWiki//rss (for www.netfrag.org)
            TWiki//rss (for future www.netfrag.org)

post to perl-development (nfo.dev.perl):
    how to abstract the view/editing of xml-files via an api?
        fetch: all|single-node
        edit: single-node flattened into an object
    browser layer: locator registry (pointing to a) an orm-db and b) to a file-set of xml-files (our control-db))
    item layer: view/edit nodes of an xml-file a) in a tree-editor (look at HTML_Tree_XYZ itself!!!) and
          b) split into our "flat-components" Item and List (object-like)

            how b)? solve in backend!
            backend
                change values containing references to their interpolated placeholders to convert a node to an item
                      ->getNode(...)
                      example: getNode('root')
                place querying api via XPath parallel to that -> also returns a single node or multiples (a node-set)
                      ->getNodeSet(...)
                      example: getNodeSet('xpath-query|named-filter')
                establish backend querying api for xml-documents on top of that!
                      ->sendQuery(...) should dispatch to one of ->getNode or ->getNodeSet
            frontend
                browse relations (parent-, child-node) using the ValueInterpolator and the ItemComponent
                edit Attributes and Content of Nodes with the ItemComponent showing *two* areas (this is the "FlatteningOfNodes"):
                    -> attributes
                    -> content
                    That's the way various XML-EasyTree-Xyz implementations use to work.
                    @link http://www.cpan.org/
                frontend issues these generic rpc-commands to the backend (encapsulated somewhere)
                    ->sendQuery(array(remote=1, rpc=1, blah=1, $query )) -
                    which gets dispatched by switching some stuff from "$query" to these methods under the hood (in fact, *implemented at backend side*)
                        ->getNodeSet('xpath-query|named-filter')
                    example:
                        $xml_filter_query = array( 'return' => 'object|object-set', [filter => 'xpath-query|named-filter'] );
                                                        (speak: Item or List)
                        sendQuery(array(remote=1, rpc=1, blah=1, $xml_filter_query , xml=1??? )) -

    --> what is 'remote' and/or 'rpc' about???
    if i remember that right - 'remote' means 'orm' (the datasource-type) and 'rpc' means 'rpc' (the transport-type)

new twingle-symbol-topology using ...
    
    ... @-tags (stolen from JavaDoc via phpDocumentor)
    @-tags only refer to scopes they live in
    make the basic work: @todo, @link, @see, etc. (but enhanced - of course - since perl doesn't limit you in any way....!!!)
    add some more: @sequence, @is-a, @title
    @see
        @embed this-and-that from these .twingle files:
            @link DummyNamespaces in PHP - final proposal.twingle
            @link Re - Namespaces in PHP.twingle
    


project-metadata: / nfo topics
    
    @is-a rfc
    @todo tbd
    @topic source(cvs)
    @topic doc(api)
    @topic source(raw) (via symlinks: expand directories first, symlink files afterwards!)
    @topic doc(tutorial)
    @topic doc(examples)
    @topic doc(howto)
    introduce: @subtopic:
        @topic source
            @subtopic raw|cvs
        @topic doc
            @subtopic api|tutorial|examples|howto
    


register: api.netfrag.org

arcor!!!

working alpha version of "Ts" on new server niu!!!

.phpdocrc: split main code to module, integrate index-generation of predefined (registered) modules

RssNewsletter:
    schedule
          hourly, daily, weekly, monthly, on-incoming
    choose topic
          all topics (cvs, news, api, docs, www)
    choose destination
          filtered-rss made available at specified url as xml or xhtml
          via email
          archived in archive-type (zip|tar) with format (html|)
                made available at specified url

look at FreeBSD's "doscmd"!!!

mechanism to refactor old smtp-mail-messages into new nntp-news-posts
    all our tools fail! *forwarding* the message seems to break mime (for e.g. the mozilla-viewer and probably others)
    possible solution: strip "--- forwarded by ---" - header before actually posting
        maybe identifiable by subject: [Fwd: ]

enhance Twingle:
    twingle2message:
        twingle2mail: twingle2rfc822, twingle2mime
        twingle2news: twingle2rfc

gather version info from installed components:
    CPAN
    PEAR
    GNU: --version (e.g.: cvs --version)
    OpenSSH: ssh -V
    Linux: cat /proc/version
    our Perl-/PHP- component system

  
@sequence block
@written
@date 2003-03-06
@x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]

what are the MIME-types of XML-payloads sent between (e.g.) RPCXML-hosts???
    text/xml???

    look at /etc/mime.types!!!
    e.g.: (stripped from there) - looking interesting:
                  text/*
        text/x-java
        text/uri-list
        text/rfc822-headers
        text/directory
        text/vnd.IPTC.NewsML
        text/vnd.IPTC.NITF
        text/vnd.motorola.reflex
        text/vnd.DMClientScript
        text/richtext
        text/rtf
        text/plain
        text/comma-seperated-values
        text/css
        text/enriched
                  --> vnd=vendor???
                  @sequence references
        @title The text/enriched MIME Content-type
        @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1896.html
            @title Mechanisms for Specifying and Describing the Format of Internet Message Bodies
            @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1521.html
            @title The text/enriched MIME Content-type
            @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1523.html
                @title Mechanisms for Specifying and Describing the Format of Internet Message Bodies
                @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1341.html
            @title The text/enriched MIME Content-type
            @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1563.html
                  message/delivery-status
        message/disposition-notification
        message/external-body
        message/http
        message/s-http
        message/news
        message/partial
        message/rfc822

        inode/chardevice
        inode/blockdevice
        inode/directory-locked
        inode/directory
        inode/fifo
        inode/socket

        multipart/*
          refactor some twingle tags using ETF:
    @link http://citeseer.nj.nec.com/borenstein94textenriched.html
    --- snip ---
    @misc{ borenstein-textenriched,
        author = "N. Borenstein",
        title = "The text/enriched MIME Content-type",
        url = "citeseer.nj.nec.com/borenstein94textenriched.html" }
    --- snip ---

re-enable yakka!
    @link http://netfrag.org/~bareface/yakka/
      search.netfrag.org
    enable mnoGoSearch to index http://www.netfrag.org/docs/code/api/

post xml-via-rpc-querying proposal from above to nfo.dev.perl and cc to jonen!

enhancement for Twingle AutoLink LinkInterpolation:
    don't resolve namespace identifiers (e.g. 'Data::Storage') against
          global search.netfrag.org/Search::This::Namespace
    query namespaced links against an organization-wide (custom) NamespaceRegistry before!!!
        use mysql/Tangram?
        use xml?
    just fallback to "GlobalSerchMode" if nothing was found in the step before!
    Data::Storage will directly be resolved to this url or tag afterwards:
          @link http://www.netfrag.org/docs/topics/perl-libs/Data-Storage.html
          and not to
          @link Data::Storage&o=1&ul=/" target="_blank">http://www.netfrag.org/search/?q=Data::Storage&o=1&ul=/
          like it was before!

mimic the functionality of TLTP (The LDAP Trigger Process) by using Data::Rap.

applications to be solved using LDAP
    organization-wide addressbook
    global / per-app software component registry
    organization-wide item library -> inventory
      dot http://www.nc.ihost.com/ -> IBM

@topic EasyAuthoring
@see sdf
@see text/enriched
@see ETF
@see WPP
@link http://the.sunnyspot.org/wpp/index.html

@company Watchfire
@topic centrally located site integrity management software
@link http://www.watchfire.com/

look at brian finley's "Storage" article series at http://hpc.devchannel.org/ !!!

f-prot error on quepasa.netfrag.org:
    root@quepasa:~# tail -f /var/log/mail.log
    --- snip ---
    Mar 7 18:23:30 quepasa amavis[20705]: Virus scanner failure: /usr/local/f-prot/f-prot (error code: 1)
    Mar 7 18:23:30 quepasa amavis[20705]: virus_scan FAILED, retry: All virus scanners failed! at /usr/sbin/amavisd line 933, line 4712.
    Mar 7 18:23:30 quepasa amavis[20705]: mail processing failed, RETRY/TEMPFAIL
    Mar 7 18:23:30 quepasa sm-mta[20758]: h27HLveE020758: Milter: data, reject=451 4.7.1 Please try again later
    --- snip ---
    root@quepasa:~# /usr/local/f-prot/f-prot
    Error: SIGN.DEF is damaged or incompatible with this version of F-PROT.
    root@quepasa:~# /usr/local/f-prot/check-updates.sh
    root@quepasa:~# /usr/local/f-prot/f-prot

  
@sequence block
@injected
@date 2003-03-07 19:01
@file [unknown]
@x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3)
@x-transporter Microsoft COM
@x-transporter-protocol copy & paste negotiation
@x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]

@set ->=@see

  .phpdocrc: Tie::IxHash

writing a browser is a complex task
    -> Internet Explorer
    -> KDE xyz
    -> Mozilla

writing a mailer is a complex task
    -> Microsoft Outlook and (-Express)
    -> KDE (KMail, Kontact, Kolab)
    -> Evolution
    -> Mahogany

  
@sequence block
@written
@date 2003-03-07

janosch: pdf-gateway!?

setup ->colorize on quepasa.netfrag.org

refactor DesignPattern::MVC
    new: @uses instances of classes inherited from the base ones
          DesignPattern::MVC::Model and DesignPattern::MVC::View, where
              DesignPattern::MVC::Model is-a DesignPattern::Observer::Subject
              DesignPattern::MVC::View is-a DesignPattern::Observer
    new: refactor the rules-subsystem to be a ChangeManager
          between Subject and Observer sits a ChangeManager acting as mediator (is-a DesignPattern::Mediator)
          @see http://selab.korea.ac.kr/selab/courses/GoF-patterns/observer.htm

Twingle!
    twingle -> dispatchmail (Twingle::Mail)
    twingle -> twingledoc (Twingle::Doc)

update www.netfrag.org
    refactor to "twingled/":
        http://netfrag.org/~joko/computing/overview/topics/topics/
        http://netfrag.org/~joko/computing/overview/topics/SampleTasks/
    update http://netfrag.org/~joko/computing/overview/topics/topics.html

re-enable Yakka

setup phpDocumentor from cvs

"subscribe" a Folder (using rss/rdf!)

Arial (or similar font w/o serifs) for Mozilla!

edit preferences: Font (family, size)

debian-upgrade -> perl-upgrade => missing CPAN packages =>
    check in intervals:
        /data/opt/dispatchmail/bin/dispatchmail
            --- snip --- [/var/log/mail.log]
            Mar 8 07:15:51 quepasa sm-mta[30731]: h286FmeE030726: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr= (1000/100), delay=00:00:03, xdelay=00:00:01, mailer=prog, pri=30962, dsn=5.3.0, stat=unknown mailer error 2
            Mar 8 07:15:51 quepasa sm-mta[30731]: h286FmeE030726: h286FpeD030731: DSN: unknown mailer error 2
            Mar 8 07:15:52 quepasa sm-mta[30731]: h286FpeD030731: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr= (1000/100), delay=00:00:01, xdelay=00:00:01, mailer=prog, pri=31986, dsn=5.3.0, stat=unknown mailer error 2
            Mar 8 07:15:52 quepasa sm-mta[30731]: h286FpeD030731: h286FpeE030731: return to sender: unknown mailer error 2
            Mar 8 07:15:53 quepasa sm-mta[30731]: h286FpeE030731: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=joko_mail (1000/100), delay=00:00:01, xdelay=00:00:01, mailer=prog, pri=33010, dsn=5.3.0, stat=unknown mailer error 2
            Mar 8 07:15:53 quepasa sm-mta[30731]: h286FpeD030731: Saved message in /var/lib/sendmail/dead.letter
            --- snip ---
            Can't locate Hash/Merge.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at ./dispatchmail line 34.
            BEGIN failed--compilation aborted at ./dispatchmail line 34.
            perl -MCPAN -e "install Hash::Merge"
                dependencies resolved automagically: ->Clone
        /data/opt/dispatchmail/bin/postmessage
            --- snip --- [/var/log/mail.log]
            Mar 8 07:26:40 quepasa sm-mta[30953]: h286Q5eE030946: to=|/data/opt/dispatchmail/bin/dispatchmail, ctladdr= (1014/1014), delay=00:00:32, xdelay=00:00:22, mailer=prog, pri=47232, dsn=5.3.0, stat=unknown mailer error 2
            Mar 8 07:26:41 quepasa sm-mta[30953]: h286Q5eE030946: h286QfeD030953: DSN: unknown mailer error 2
            Mar 8 07:26:47 quepasa sm-mta[30946]: h286Q5eG030946: collect: premature EOM: unexpected close
            Mar 8 07:26:47 quepasa sm-mta[30946]: h286Q5eG030946: collect: unexpected close on connection from pD9E77CD4.dip.t-dialin.net, sender=
            --- snip ---
            Can't locate News/Article.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at ./postmessage line 8.
            BEGIN failed--compilation aborted at ./postmessage line 8.
            perl -MCPAN -e "install News::Article"
        /data/opt/dispatchmail/bin/buildmail
            Can't locate MIME/Lite.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at ./buildmail line 7.
            BEGIN failed--compilation aborted at ./buildmail line 7.
            perl -MCPAN -e "install MIME::Lite"
        /data/opt/dispatchmail/bin-tests/build_dispatch_mode mail2news alt.test
            DesignPattern::Bridge->load: Can't locate mixin/with.pm in @INC (@INC contains: /data/libs/nfo/perl/libs /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch/Newsgate.pm line 6, line 16.
            BEGIN failed--compilation aborted at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch/Newsgate.pm line 6, line 16.
            Compilation failed in require at (eval 6) line 1, line 16.
            BEGIN failed--compilation aborted at (eval 6) line 1, line 16.
              (/data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm:193)
            Can't locate object method "Newsgate" via package "Mail::Audit::Dispatch" at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 194, line 16.
            perl -MCPAN -e "install mixin"
        check okay:
            --- snip --- [/var/log/mail.log]
            Mar 8 07:45:55 quepasa sm-mta[31471]: h286jNeD031413: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr= (1000/100), delay=00:00:32, xdelay=00:00:05, mailer=prog, pri=577260, dsn=2.0.0, stat=Sent
            --- snip ---
          @lookup Data::Match - Complex data structure pattern matching [by Kurt A. Stephens]
      @see also perl, Array::PatternMatcher, Data::Compare, Data::Dumper, Data::DRef, Data::Walker

make up a notation which can explicit describe component far away
      e.g. CPAN--Hash::Merge

@lookat News::FormReply News::FormArticle News::AutoReply

updated phpDocumentor to version from cvs
    trying to get uml-rendering working
        apt-get install dia
        apt-get install dia2code

setup org.droogs--Autodia: location http://www.droogs.org/autodia/
    #> cd /tmp
    #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O
    setup CPAN--Template: perl -MCPAN -e "install Template"
    ->CPAN--TT2
    ->CPAN--Splash!
            Which Splash! colour scheme would you like to use to build the
            documentation? Acceptable values are:
                Name Colours
                -------------------------
                default lilac/mauve
                aqua aqua/marine
                blue grey75/blue75
                green grey75/green75
                grey grey75/grey50
                leon red75/orange/white/black
                red grey75/red75
            Enter name of colour scheme: [default]
    ->CPAN--AppConfig
    ->CPAN--GD
        CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz
        NOTICE: This module requires libgd 2.0.5 or higher.
        ->Debian--libgd2: apt-get install libgd2 libjpeg62 libpng2 xlibs zlib1g
            ->Debian--debconf ->Debian--nethack-common ->Debian--xfree86-common
                    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                    Installing new version of config file /etc/X11/Xsession.d/99xfree86-common_start ...
                      Adding system startup for /etc/init.d/xfree86-common ...
                          /etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common
                    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                    Setting up X server socket directory /tmp/.X11-unix...done.
                    Setting up xlibs (4.2.1-6) ...
                    ->CPAN--Math::Trig
              ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
                    #> cd /.cpan/build/GD-2.06
                    #> make
    some further library-patches: cd /usr/lib
        #> ln -s ln -s libperl.so.5.8 libperl.so
        #> ln -s libpng.so.2 libpng.so
        #> ln -s libfreetype.so.6 libfreetype.so
        #> ln -s libjpeg.so.62 libjpeg.so
    test:
        #> ld -l png|jpeg|freetype|perl|X11
        X11 still fails with make GD!!!
        #> cd /.cpan/build/GD-2.06
        #> make
            /usr/bin/ld: cannot find -lX11
            collect2: ld returned 1 exit status
            make: *** [blib/arch/auto/GD/GD.so] Error 1
        #> apt-get install xlibs-dev
        #> make
        yai!
        #> make test
            t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5
            libpng warning: Application is running with png.c from libpng-1.0.12
            gd-png: fatal libpng error: Incompatible libpng version in application and library
        #> apt-get install libpng2-dev
        #> apt-get install libjpeg62-dev
            ... still the same error with "make test"
        #> apt-get install libpng3 libpng3-dev
        #> apt-get install libfreetype6-dev
        The first output xml is seen! Great! Let's move on to graphviz:
            Can't locate GraphViz.pm in @INC (@INC contains: /data/opt/tools/Autodia-1.4 /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /data/opt/tools/Autodia-1.4/Autodia/Diagram.pm line 336.
        #> apt-get install graphviz
        ???#> perl -MCPAN -e "install Template"
        #> perl -MCPAN -e "install Graphviz"
            ->CPAN--IPC::Run
            ->CPAN--Graph
            ->CPAN--Math::Bezier
            ->CPAN--Heap
        Freetype Font's do not work!
        #> apt-get install freetype2-tools
        #> apt-get install libttf-dev
        #> apt-get install xfonts-scalable
        #> apt-get install xfonts-base
        #> apt-get install ttf-freefont
                    Freefont Serif, Sans and Mono Truetype fonts:
                    A set of free high-quality TrueType fonts covering the UCS character set.
                    These fonts are similar to the (in)famous Helvetica, Times and Courier fonts.
                    http://packages.debian.org/unstable/x11/ttf-freefont.html
        (#> apt-get install ttf-xfree86-nonfree ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon)
        #> defoma-font register-all /etc/defoma/hints/ttf-freefont.hints
    enhance:
            root@quepasa:/home/joko/public_html/test# ./.autodiarc
            getting pattern for php
            using directory : /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib
            recursively searching files..
        the "php-pattern" should also contain namespaces and stuff
            (components gets instantiated by either 'mkObject' or 'php::mkComponent')
            make this possible!
          quick (javascript) search for netfrag.org and packages.debian.org (xul?)

phpDirectoryIndex:
    integrate Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
    hide more entries: e.g. 'CVS' (declare as "cvs-repository-metadata" - "hidden by default")

@lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/

autodia: enhance with "projects"
      <-> couple with phpDocumentor
        phpDocumentor: try php 4.3.0 for having cross-indexed browsable source as an additional feature ;-)
    <-> link to pages prepared by Autodia
    add additional browser in top left frame for cross-domain-browsing (having multiple apis beside each other)
    the html-title! (make it unique!!!)
      for Autodia:
    resize images to a) 800x600 portrait and b) DIN A 4 square or s.th.l.th.
        => x .autozoom -> zoomall -> zoommulti -> zoomone
    stamp picture with header and footer (little expressions for including predefined title, current filename, date, etc.!)
    idea: render as SVG???
    class- and package-diagrams:
        "Class" for relationships of Code- and DB-Schema-classes
        "Package" for relationships of code-packages
    integrate with phpDocumentor:
        /data/opt/tools/phpdocumentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/left_frame.tpl
    Autodia-TODO:
        Add ability to split projects into multiple diagrams and group contents of
        a diagram/subdir into system boxes - much improving clarity in big
        projects.

glib-namespace aufräumen!

twingle
    what about "
"-blocks?
    what about non-html-tags (e.g. )?
      => we'll probably need a html-tag-db to solve this
    establish as RunnerAgent and IntervalRunnerAgent on quepasa!

phpDocumentIndex
    recognize symlinked directories!!!
    integrate with ImageZoom written for Autodia
        -> manipulate images: zoom, rotate
    sort order:
        default: show directories on top
        make changable through columns
    option to force view of hidden files (e.g. dot-files)
    24h-time-format (no AM/PM)
    UML-Class-diagram-icon for tutorial!!!

modify /etc/hosts entry by rule!!!!

Yakka: automate reinstallation (new IntervalRunnerAgent) of libxml2
    #> dpkg -i /home/bareface/public_html/yakka/data/libxml2_2.4.19-4_i386.deb
    #> /etc/init.d/apache restart

autozoom/runzoom
    from (e.g. test6/)
    to (e.g. test6/zoomed/)

global "last-recent-error"-page for admin to view errors occouring
    SystemErrors
        /var/log/syslog
        root-mails (via nntp-news-msg's: Alerts/nfo.support)
            netsaint
            monit
    StepProcessing: ./.runrc: update|build|publish
    phpDocumentor-errors
        monitor regularly: http://netfrag.org/docs/code/api/org.netfrag/errors.html
    by now: linked manually in 'caesar': http://h1.service.netfrag.org/caesar/

clean up disks!!!
    h1.service.netfrag.org
    quepasa.netfrag.org

natraj/sorceress: server-consolidation?

DataSource::Generic <-> ObjectList!!!

Yakka: (javascript-control):
    let CTRL + ENTER make a new para
    let CTRL + CTRL (double-hit) make a new page from WikiWord left of the cursor (splash into a new DHTML page!)

root@quepasa:/data# apt-get install pdumpfs

final solution for the libxml-problem?
    root@quepasa:/home/service/backup# apt-get --fix-broken --show-upgraded --simulate dist-upgrade
        Reading Package Lists... Done
        Building Dependency Tree... Done
        Correcting dependencies... Done
        Calculating Upgrade... Done
        The following packages will be REMOVED:
            libxslt1 php4-domxml
        0 packages upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
        Remv libxslt1 (1.0.27-1 ) [php4-domxml ]
        Remv php4-domxml (4:4.2.3-11 )
    root@quepasa:/tmp# apt-get install pdumpfs
        Reading Package Lists... Done
        Building Dependency Tree... Done
        You might want to run `apt-get -f install' to correct these:
        Sorry, but the following packages have unmet dependencies:
            libxslt1: Depends: libxml2 (>= 2.5.0-1) but 2.4.19-4 is to be installed
            php4-domxml: Depends: libxml2 (>= 2.5.0-1) but 2.4.19-4 is to be installed
        E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    dpkg --force-depends -r libxml2
    dpkg-liftpackage libxml2_2.4.19-4_i386.deb 2.5.0-1
        dpkg-deb -x libxml2_2.4.19-4_i386.deb fakepkg
        dpkg-deb -e libxml2_2.4.19-4_i386.deb
        mv DEBIAN fakepkg/
        dpkg-deb --build fakepkg libxml2_2.4.19-4_i386_fake_2.5.0-1.deb
        dpkg -i libxml2_2.4.19-4_i386_fake_2.5.0-1.deb

update www.netfrag.org
announce on www.netfrag.org
    api-doc
    packages.netfrag.org (libxml2!)
    autogenerate:
        api-doc & diags
        twingle

->search.netfrag.org/ruby

refactor Yakka::YakkaSetup

quepasa - Error: AMaViS

      
        Starting AMaViS Daemons: amavis-milter amavisd
        Can't locate Razor/Client.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl) at /usr/sbin/amavisd line 54.
        BEGIN failed--compilation aborted at /usr/sbin/amavisd line 54.
      


    probably because of perl-5.8.0?

    apt-get install razor #)§$&(
    solution:
        dpkg --force-depends -r razor
        wget http://ftp.de.debian.org/debian/pool/main/r/razor/razor_1.20-1_all.deb
        dpkg -i razor_1.20-1_all.deb
          => depends on 'libtime-hires-perl', so:
            wget http://ftp.de.debian.org/debian/pool/main/libt/libtime-hires-perl/libtime-hires-perl_1.20-4_i386.deb
            dpkg -i libtime-hires-perl_1.20-4_i386.deb
                dpkg: dependency problems prevent configuration of libtime-hires-perl:
                  libtime-hires-perl depends on perlapi-5.6.0; however:
                    Package perlapi-5.6.0 is not installed.
                    ;-( /)(%(/$%%&$
        => removing dependencies about everything from razor1-package
            dpkg -x razor_1.20-1_all.deb razor
            dpkg -r razor_1.20-1_all.deb
            mv DEBIAN/ razor/
            do: remove line 'Depends:' from DEBIAN/control
            [x chmod -R 0755 razor/DEBIAN/] maybe! (if: dpkg-deb: control directory has bad permissions 2755 (must be >=0755 and <=0775))
            dpkg -b razor razor_1.20-1_all_nodeps.deb
            cp razor_1.20-1_all_nodeps.deb /data/Packages/dists/stable/contrib/binary-i386/
        =>
            dpkg -i /data/Packages/dists/stable/contrib/binary-i386/razor_1.20-1_all_nodeps.deb
        => [test]
            /etc/init.d/amavis-milter start
              
                Can't load '/usr/lib/perl5/auto/Time/HiRes/HiRes.so' for module Time::HiRes: /usr/lib/perl5/auto/Time/HiRes/HiRes.so: undefined symbol: PL_stack_max at /usr/lib/perl/5.8.0/DynaLoader.pm line 225.
                  at /usr/sbin/amavisd line 46
                Compilation failed in require at /usr/sbin/amavisd line 46.
                BEGIN failed--compilation aborted at /usr/sbin/amavisd line 46.
              

        => [CPAN-install]
            perl -MCPAN -e "install Time::HiRes"
              
                    [...]
                    compile -- compile -- compile
                    [...]
                    Running make install
                    Installing /usr/lib/perl/5.8.0/auto/Time/HiRes/HiRes.so
                    Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
                    Installing /usr/lib/perl/5.8.0/Time/HiRes.pm
                    Installing /usr/share/man/man3/Time::HiRes.3pm
                    Writing /usr/lib/perl/5.8.0/auto/Time/HiRes/.packlist
                    Appending installation info to /usr/lib/perl/5.8.0/perllocal.pod
                        /usr/bin/make install -- OK
              


    probably because of perl-5.8.0? yes! -- is it fixed now? let's try... (again)
            /etc/init.d/amavis-milter restart
                no! same error as above!
            the problem is:
            watch the output of 'perl -V' - at the bottom:
            
                Characteristics of this binary (from libperl):
                    Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
                    Built under linux
                    Compiled at Feb 17 2003 12:38:57
                    @INC:
                        /etc/perl
                        /usr/local/lib/perl/5.8.0
                        /usr/local/share/perl/5.8.0
                        /usr/lib/perl5
                        /usr/share/perl5
                        /usr/lib/perl/5.8.0
                        /usr/share/perl/5.8.0
                        /usr/local/lib/site_perl
                        .
            


            The bad one is the "old" shared object coming with Time::HiRes for perl-5.6.1 living at
            /usr/lib/perl5/auto/Time/HiRes/HiRes.so.
                          We have these options:
                1. delete this stuff
                2. put a better version at '.'
                3. place line '/usr/lib/perl/5.8.0' above of '/usr/lib/perl5'
                4. copy stuff from '/usr/lib/perl/5.8.0' to '/usr/lib/perl5'
                          Hmmm.....
                I think i'll choose option 1.:
                rm -rf /usr/lib/perl5/auto/Time/HiRes
                (or if you don't wanna be as brute-force)
                cd /usr/lib/perl5/auto/Time
                mv HiRes HiRes.old
                          => let's try again:
            /etc/init.d/amavis-milter restart
                Time::HiRes object version 1.42 does not match bootstrap parameter 01.20 at /usr/lib/perl/5.8.0/DynaLoader.pm line 245.

        => ahhh... (also testable via 'perl -MTime::HiRes')
            dpkg --force-depends -r libtime-hires-perl
            => my fault! ;-)

    => so, everything works fine now....
            /etc/init.d/amavis-milter restart
          BER.pm: BER (Basic Encoding Rules) encoding and decoding.

use a common [[http://razor.sourceforge.net/artistic.html|"Artistic License"]]?

use pdumpfs!

what we build seems similar to Torque <-> Maven (Tangram|XyZ+Data::Storage <-> nfo-libs|rap)

write meta-documentation about why it's required to lift version-numbers of debian-packages
    -> Why dpkg-liftversion?
    1. yakka: libxml2!!!
    2. amavis-milter: razor-1-branch-required

installing pdumpfs as system-wide backup-system:
    mkdir -p /home/service/virtual/pdumpfs/var/data
    mkdir -p /home/service/virtual/pdumpfs/var/log
    cd /usr/local/bin
    ln -s /home/service/virtual/pdumpfs/backup .

feature: BrowsableBackup:
    missing: authentication via LDAP....

make up toolpack from shortcuts/*, dispatchmail, backup (->pdumpfs), etc...
    ->packages.service.netfrag.org
    -->/usr/local/bin
      one account - three services:
    wiki
    news
    backup
    (o ssh) (not-a-must)

dpkg-modcontrol!!!

robinson - purge package dependencies from .deb- or .rpm-packages
    can alien do that?

rsync working: view from the server-side:
  3968 ? R 0:40 rsync --server --sender -vulogDtprz . /home/service/backup/

finally: we have a backup-system!
    built on top of pdumpfs (ruby!), gets triggered by cron through shortcut-script 'backup'
    backs up:
        /home/* (except /home/service)
        /data/bin (approx. 9.2M)
        /data/libs (approx. 1.7M)
        /data/opt (approx. 27M)
        /data/var (approx. 104M)
            mysql-db
            news-spool
        /data/www (approx. 126M)
            /data/www/virtual/lashlarue (approx. 28M)
            /data/www/virtual/netfrag (approx. 68M)
            /data/www/virtual/wac (approx. 4M)
    productive backup should go to /var/pdumpfs (similar to /var/backup) instead of /home/service/virtual/pdumpfs!!!
    prevent recursive backups (what happens if the backup directory itself would be specified to backup???)
    => #> crontab -e
                adding line: 03 03 * * * bash /home/service/virtual/agent/backup_all
    limit size of files that are backuped without user-request!?! (2MB, 10MB, 100MB, 1G)

establish logfile-rotation with logrotate!!!
    #> cd /data/www/virtual/lashlarue/log
    #> gzip access_log
    #> gzip error_log

more todos:
    clean more diskspace
        How to find files larger than, hmm, let's say: 512MB?
            use 'dus'! [Disk Usage Sorter]
            http://marginalhacks.com/bin/dus
        now disk-usage-stats are prepared to be generated at service.netfrag.org (dus/fbf)

        h1.service.netfrag.org
            /dev/hda7 38570848 33162404 5408444 86% /

          /home/uml/skels aufräumen!
    draw more diagrams
    let 'monit' monitor our umls
        install and configure 'monit'
            ... some libs and stuff to be installed on suse ....
            /etc/monitrc (not /etc/monit.conf!!!)
                requires to be a true file:
                    monit: The control file '/etc/monitrc' must not be a symbolic link.
                    rjoko@h1:/home/service/bin/caesar # cd /etc/
                    rjoko@h1:/etc # rm monitrc
                    rjoko@h1:/etc # mv monit.conf monitrc
                requires to have certain permissions:
                    monit: The control file '/etc/monitrc' must have permissions no more than -rwx------ (0700); right now permissions are -rw-r--r-- (0644).
                    rjoko@h1:/etc # chmod a-rwx monitrc
                    rjoko@h1:/etc # chmod 077 monitrc
                try again:
                    #> monit
                yup!
        monitoring these services by pid:
                atd.pid
                cron.pid
                gpm.pid
                inetd.pid
                ippl.pid
                klogd.pid
                monit.pid
                nscd.pid
                ntop.sock=
                proftpd/
                samba/
                sendmail/
                smpppd/
                sshd.pid
                syslogd.pid
        let it work together with heartbeats on umls
    make more backups
        databases: code (repository) and rdbms-sql (mysql)

look in /var/log/syslog after crash! (other logfiles?)

h1.service.netfrag.org:
    rjoko@h1:/home/uml/helo # monit
    monit: error while loading shared libraries: libssl.so.2: cannot open shared object file: No such file or directory
    rjoko@h1:/home/uml/helo # deleeeeete backup!!! is it reeaaady?

h1.service.netfrag.org - ssh-upgrade [security] (2.9p2 -> 2.9.9p2)
    rjoko@h1:~ # ssh -V
    OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
    rjoko@h1:~ # rpm -U ftp://ftp.suse.com/pub/suse/i386/update/7.3/sec1/openssh.rpm
    rjoko@h1:~ # ssh -V
    OpenSSH_2.9.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f

what about legolas?

search-shortcut to rpmfind.net

request to hetzner:
    please delete handle "CNO: MM458-ABC"...

update www.netfrag.org
    prevent errors like seen on http://netfrag.org/cgi-bin/viewcvs.cgi/joko/virtual/joko_mail/

update www.netfrag.org
    HomePage (phpWiki::Index): remove yakka's "to be repaired" - line
    Overview: add link to DocumentIndex at section 'Documentation'
    update links (jonen's docs/software, etc.)
    rename http://netfrag.org/docs/build/ to http://netfrag.org/docs/.build/ or http://netfrag.org/docs/@build/
    rename http://netfrag.org/docs/topics/caesar/ to http://netfrag.org/docs/topics/sysadmin/ ???
    add new items to sections
    update/enhance news-section (Overview, Details)

run broken-link-finder on www.netfrag.org
    -> find nice project!

infra for www.netfrag.org
    make this shortcut possible: http://netfrag.org/Overview

account for jonen@www.netfrag.org--phpWiki::*

twingle:
    render 'o' and/or 'x' symbols as checkboxes other users can use to enable/prioritize tasks

backup eagle.netfrag.org!!!

enhance backup-system
    LookAt::http://www.netfrag.org/webnews/article.php?id=320&group=nfo.links.computing

LookAt = MIME-compliant multi-glass

at note/attachment to documents shown via browser to inform user about backups made
    (link to backup-locations/-urls)

admintools before actually starting a ToolHierarchy|ToolTree

http://www.netfrag.org/~joko/computing/overview/topics/SampleTasks/joko_2003-01.html
    Torus::Publish::ReWeb <-> Torus::Publish::ResearchWeb ???

IMAPFilter

QoS for apt-get!!! (http or ftp to x.debian.org or uni-erlangen.de (parse /etc/apt/sources.list!!!))

jonen makes the words: integraded! yeah!

Develop a metadata-model (preferably stored inside an LDAP-daemon),
    which can hold information about Host <-> vHost <-> Service(s).
    This would enhance the Host <-> [posix]Account model currently in development.
    Also associate the [posix]Accounts with an AddressBook! (AddressBook <-> ProprietaryAddressBook)
    Also associate MailRouting with that [posix]Accounts
    => this has to be implemented:
        0. already in development: Host <-> posixAccount, Host <-> MailRouting
        1. tbd: Host <-> vHost <-> Service(s)
        2. tbd: posixAccount <-> AddressBook
        3. tbd: posixAccount <-> MailRouting

use [rss2email|http://www.w3.org/2002/09/rss2email/]
    -> that's it: news//rss -> rss2email
    -> choose a web-based rss-reader from http://blogspace.com/rss/readers
    LookAt::[ModIndexRSS|http://software.tangent.org/projects.pl?view=mod_index_rss]
        also look at "mod_repository for Apache" there!!!

close down almost everything on h1.service.netfrag.org
    ntop
    apache
    mysql
    vsd
    write (success-)story!!!

# --- bookmark, 2003-03-13 00:43

note about workflow / FAQ: what about old root-emails on the main-host?
    purged old mboxes
        -> just purge them? (admin-action: approve purge!)
        #> cd /var/spool/mail
        #> >root (updated recently)
        #> >service (updated recently)
        #> rm netsaint (last entry: Date/Time: Thu Jan 23 14:32:48 CET 2003)
    Write MiniHowTo: How to check if a mbox contains mud-only? try 'formail'!
        #> cat {mbox-file} | formail -I "" | less
        from 'man formail':
              To extract the header from a message:
                            formail -X ""
              or
                            sed -e '/^$/ q'

              To extract the body from a message:
                            formail -I ""
              or
                            sed -e '1,/^$/ d'
                                  !!!!!! no - this doesn't work - 'formail' is not for reading whole 'mbox'-format !!!!!!
          use this:
        #> mutt -f
                  purged old mboxes:
        #> rm rfms (last entry: Date: Fri, 6 Dec 2002 20:45:01 +0100)
        #> rm jonen (last entry: Jun 25 2002)
                    
convert diffs of this file to rss-chunks to be able to feed them to a RecentChanged Page or arbitrary rss-aggregators

make up an "edit"-mode of this document:
    WorkFlow: "Make a personal WishList from items of another users TaskList."
    ToImplement: KISS, Click & Go

x.netfrag.org - a server made up of WebServices

glossary::KISS - Keep It Simple, Stupid
    LookAt::http://whatis.techtarget.com/definition/0,,sid9_gci521694,00.html
    
        KISS Principle
        The KISS (Keep It Simple, Stupid) Principle is self-descriptive and recognizes two things:
        1. People (including product and service users) generally want things that are simple,
                meaning easy to learn and use.
        2. A company that makes products or furnishes services may find simplicity an advantage
                for the company as well, since it tends to shorten time and reduce cost.
                (Where the company is trying to use the principle on behalf of users, however,
                design time may take longer and cost more, but the net effect will be beneficial since
                easy-to-learn-and-use products and services tend to be cheaper to produce and service in the long run.)
        The New Hacker's Dictionary, edited by Eric Raymond, says the the KISS Principle
        is sometimes cited on a development project to fend off "creeping featurism."
    

    SeeAlso::[Ockham's razor|http://whatis.techtarget.com/definition/0,,sid9_gci212684,00.html]

look how Horde looks with the current 'chora'-stylesheet...

# --- bookmark, 2003-03-13 00:43

dus2html:
    aggregate outputs from dus to one or more linked html page(s)
    run in interval (cron!)

server- & tool-consolidation (moonX, toolX)

phpDocumentIndex should get different "modes":
    ViewMode (normal, twingled, etc.)
    ParsedMode (into rss-chunks by diff2rss)
    RevisionMode (per file, if .ext == ',v')
      generic framework to build a backend for a web-based ProductBuilder (like alternate's PC-Builder and many others)
    Zwischensumme

komplan.com - Homepage!!!

translate selfhtml?

php & rss & Dublin Core

"what happens if 'dispatchmail' prints something to the console" or ...
    "check out how to let dispatchmail append stuff to /var/log/syslog"

modified routing of netsaint-mails:
    netsaint@h1.service.netfrag.org -> service@h1.service.netfrag.org -> ...
        'service' is a local posix account...
        'service' is aliased to 'alert@service.netfrag.org, \service' in /etc/mail/aliases on h1.service.netfrag.org
    ... -> SMTP -> MX:quepasa.netfrag.org ->
        'alert' is a virtual user mapped to local posix user 'gateway' in /etc/mail/virtusertable on quepasa.netfrag.org
        'gateway' is also a service-account - purpose: forward/copy smtp-mail to other locations
    -> nfo.support@news.netfrag.org
        now the mail gets posted to 'nfo.support' at news.netfrag.org (via nntp)

why does quepasa.netfrag.org crash regularly?

first time tried 'intop' on h1.service.netfrag.org - nice tool! (just knew the web-frontend before!)
    -- intop 0.0.1 (Sep 24 2001) -- The first interactive ntop program.
    (C) Copyright 2000 L. Deri and R. Carbone. All rights reserved.

refactor 'estats' on h1.service.netfrag.org
    new design
    new location
        http://h1.service.netfrag.org/~service/estats/ -> http://h1.service.netfrag.org/caesar/
    new architecture? (use WML - Website Meta Language?)
    new names for services / new hierarchy
        Alerts
            news.netfrag.org/nfo.support
        Accounting
            bw_accounting
        DiskSpaceUsage (dus2html) [new]
        IOGraph
        Monitoring
            Service
                netsaint
                nsa
                monit
            Network
                ip-connection-state (via ippl)
                ip-port-state (via snmpwalk)
        Backup
            netfrag.org/backup/
            bacula
        Logs
            news.netfrag.org/nfo.support
    new backend for "Monitoring" replacing...
            #*/10 * * * * tail -n 100 /var/log/ippl/all.log > /home/service/public_html/misc/ll/connstate/ippl_output.txt
            #0 0 * * * /home/service/bin/webalizer/mkstats.sh > /dev/null
            #*/10 * * * * /home/service/bin/acctools/getopenports.pl > /home/service/public_html/estats/ll/portstate/snmp_output.txt
        ... through some modules from CPAN ...
            File::Tail
                Time::HiRes
            File::Data
                wget http://search.cpan.org/CPAN/authors/id/R/RF/RFOLEY/File-Data-1.12.tar.gz
          ... established in /home/service/bin/agents/...
          [conns] ippl/recent.pl (running in background)
          [procs] pstree/procs (linked to /etc/cron.daily)
          [ports] snmpwalk/getopenports (snmpwalk/ports linked to /etc/cron.hourly)

@alias i is-a {info}

i pdumpfs
    2003-03-13 - before
        Filesystem 1K-blocks Used Available Use% Mounted on
        /dev/ubd/0 1007896 795632 161064 84% /
        /dev/ubd/2 2015824 1090236 823188 57% /data
    2003-03-13 - after
        Filesystem 1K-blocks Used Available Use% Mounted on
        /dev/ubd/0 1007896 795852 160844 84% /
        /dev/ubd/2 2015824 1283688 629736 68% /data

write MiniHowTo: What the hell is a "Jotter"?

    from: http://www.ericlindsay.com/epoc/bjot5.htm
        Jotter is a quick note taker that can include dates, sketches, spreadsheets, and spreadsheet graphs.
        You can change the format of sketch and spreadsheet objects. You can also include icons that lead
        you to word processed documents or to recorded voice and sound files.

    from: http://www.series5mx.com/machine/software/jotter.asp
        Jotter solves the problem by allowing you to enter information as you think of it, without thought
        to form or structure. It’s also always just a screen tap away, on the Series 5mx icon bar.

from: http://www.office-futures.com/2003_03_02_OfficeJotterArchive.htm#90417172
    AtNewYork - Microsoft Unleashes Greenwich IM Beta
    Thor Olavsrud
    Adding steam to its efforts to build greater support for collaboration in the enterprise,
    Microsoft unveiled the first widely available beta of 'Greenwich,' the code-name for its
    new instant messaging and real-time collaboration server software. [snip]
    The technology is designed to provide a central means that will manage all real-time
    communications within an enterprise. Greenwich, slated for commercial release in mid-2003,
    will integrate presence (knowledge of whether a person is online and available) into the
    Windows Server 2003 platform to give enterprises access to voice, video and data collaboration.

caesar = ISPMan + {Ms Greenwich (TM)} + {Ms Exchange (TM)}
        ims + ums!!!

write MiniHowTo: What the hell does Microsoft with Greenwich?

    from: http://www.jainnet.com/knowledgeeldorado/archives/2002/08/12/index.html
        Microsoft Greenwich
        Breaking down barriers between people. Every communications mechanism -- e-mail, phone,
        instant messaging, group collaboration tools -- forces individuals to adapt to its approach.
        Microsoft's vision for next-generation communications uses Web services to enhance digital
        meetings and group collaboration and provides information-agent technology to unify and
        manage disparate communications mechanisms. Microsoft demonstrated its future direction
        for real-time communications and collaboration (RTC) server software code-named "Greenwich."
          from: http://www.internetnews.com/ent-news/article.php/1480181
        [...]
        In terms of security, Greenwich fully integrates with Microsoft's IT security management structure,
        and will add protection to unencrypted text traveling across the Internet. Greenwich will also provide
        standards support for technologies like SSL encryption, Digest and NTLM/Kerberos authentication.
        [...]
          from: http://e-businessadvisor.com/doc/12048
        [...]
        The Greenwich platform includes the following:
        Presence-based functionality that directs messages to available users
        Integration with the previously announced MSN Messenger Connect for Enterprises service
            (see http://Advisor.com/doc/11494), which provides authentication and manageability for
            business-to-consumer (B2C) instant messaging
        End-to-end communications based on industry security standards
        Administration based on industry-standard technologies and familiar tools
        Data collaboration, PC-to-PC voice and video, and other services
        IM conversation logging to help ensure regulatory compliance, customer service, and security
        [...]

hehe:
    from: http://www.microsoft.com/presspass/press/2002/jul02/07-24NETDayUmbrellaPR.asp
    [...]
    EDITORS' UPDATE, January 25, 2003 -- Microsoft has discontinued use of the code name "Palladium."
    The new components being developed for the Microsoft® Windows® Operating System, which are
    described in this article under the code name "Palladium," are now referred to as the next-generation
    secure computing base for Windows.
    [...]
    "the next-generation secure computing base for Windows"....
      ongoing Microsoft repackaging:
    from: http://zdnet.com.com/2100-1104-961497.html
    [...]
    Microsoft's new offering for e-business--code-named "Jupiter"--is a comprehensive set of
    server operating systems for doing business on the Web. Jupiter will bring together three
    separately available Microsoft server products--BizTalk Server, Content Management Server
    and Commerce Server--into one package.
    Microsoft unveiled Content Management Server 2002 on Monday.
    [...]

acq: TogetherSoft -> Borland
    http://www.togethersoft.com

acq: Metamerge -> IBM
    http://www-3.ibm.com/software/network/directory/pr20020625.html

Websphere MQ questions: (from: http://www.alphacourt.com/html/expert/askexpert/)
    HAVING PROBLEMS WITH CLUSTERING?
    WHERE'S MY MESSAGE?
    PERFORMANCE AN ISSUE?
    WORRIED ABOUT SECURITY?
    MY MESSAGE FLOWS WON'T DEPLOY
    MAYBE YOUR CHANNELS WON'T START

Write MiniHowTo: What the hell is BPM?
    Business Process Management!
    from: http://www.esj.com/news/article.asp?EditorialsID=308
        IBM Corp. announced last week that the upcoming version 5.0 release of its
        WebSphere Application Server (WAS) will ship with a new workflow engine.
        In addition, an IBM spokesman confirmed that Big Blue's MQ Workflow,
        Crossworlds Interchange Server, and Lotus Domino products will also exploit
        the new workflow engine.

Hook Microsoft Sync Manager?
    "Synchronisieren"
    Location: %SystemRoot%\system32\mobsync.exe
    Description: Aktualisiert die Netzwerkexemplare von Daten, die offline bearbeitet wurde,
                                        wie z. B. Dokumente, Kalender und E-Mail.

LookAt::win32-registry-keys
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DataAccess
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlayNATHelp

Microsoft's "Service Connection Options" (shown in "Application Performance Explorer")
    Connection Type: Remote Automation|Distributed COM

LookAt: C:\Programme\vs\Common\Tools\Clireg\CLIREG32.EXE
    pendant to 'regsvr32.exe'???

LookAt: C:\Programme\vs\Common\Tools\VS-Ent98\vmodeler\msvm.exe

How do Microsoft's 'Resources' work?
    frm.Caption = LoadResString(CInt(frm.Tag))

from a Microsoft Visual Modeler .mdl - file:
    [...]
      items (list diagram_item_list
              (object ClassView "Class" "Logical View::User Services::BusinessPerson" @1
        ShowCompartmentStereotypes TRUE
    [...]
    look at:
        C:\Programme\vs\Common\Tools\VS-Ent98\vmodeler\...
            COMStereotypes.ini
            DefaultStereotypes.ini
            VBStereotypes.ini
            VC++Stereotypes.ini

LookAt::Microsoft RPC
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/string_binding.asp
        http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpcbindingtostringbinding.asp
        http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpcstringbindingparse.asp
        http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpcbindingfromstringbinding.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/endpoint.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/protocol_sequence_constants.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/authentication_service_constants.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpc_structures.asp
        http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/guid.asp
        http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/uuid_1.asp
        http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/uuid_vector.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/_osf.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/object.asp

LookAt::C:\Programme\vs\Common\Tools/uuidgen.EXE

Microsoft MIDL: http://msdn.microsoft.com/library/en-us/midl/midl/midl_language_reference.asp?frame=true
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/ncalrpc.asp
Microsoft RPC: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/reference.asp
        http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/the_model_for_distributed_systems.asp
        http://msdn.microsoft.com/library/en-us/vcsample98/html/vcsmpinterop.asp?frame=true

play random albums on slurp - make dislike-db

i The American Military: JSTARS, UAVs and GIG ;-)
    http://www.c3i.osd.mil/infosuper/UnderInfo2.html

i example BibTEX - entry: (from http://www.acm.org/sigs/sigmod/disc/disc99/disc/vp_koda___the_architect.htm)
    @inproceedings{DBLP:conf/vldb/ArunJ98,
    author = {Gopalan Arun and
    Ashok Joshi},
    editor = {Ashish Gupta and
    Oded Shmueli and
    Jennifer Widom},
    title = {KODA - The Architecture And Interface of a Data Model Independent
    Kernel},
    booktitle = {VLDB'98, Proceedings of 24rd International Conference on Very
    Large Data Bases, August 24-27, 1998, New York City, New York,
    USA},
    publisher = {Morgan Kaufmann},
    year = {1998},
    isbn = {1-55860-566-5},
    pages = {671-674},
    crossref = {DBLP:conf/vldb/98},
    bibsource = {DBLP, http://dblp.uni-trier.de}
    }

i where can i find / what can i do with 'citation pages'? (from http://dblp.uni-trier.de)

install LynxView: http://www.delorie.com/web/lynxview.cgi?see-script

Try::bacula

Try::synergy

installed WML: rpm -i http://www.cmap.polytechnique.fr/~barbier/wml-2.0.2-1.i386.rpm
    Carp.pm not found: #> cd /usr/lib/perl5 #> ln -s 5.00503 5.6.1
    Perl 5.00564 required--this is only version 5.00503, stopped at /usr/lib/perl5/5.00503/FileHandle.pm line 3.
        no: ln -s 5.6.1 5.00564
    #> rpm -i ftp://ftp.suse.com/pub/people/stepan/wml/i386/SuSE-7.3/wml-2.0.8-0.i386.rpm

i http://www.netfrag.org/nfoweb/index.php/MostPopular
    http://www.netfrag.org/nfoweb/index.php/ReleaseNotes
    http://phpwiki.sourceforge.net/phpwiki/HISTORY

look at jabber again! get it running on quepasa.netfrag.org
    (for being able to give [jabberzilla|http://jabberzilla.mozdev.org/] a shot)

./mkdiag org.netfrag.glib Class Data DataSource DesignPattern Site

i
    root@quepasa:/data/www/virtual/netfrag/docs/nfo/dia# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/ubd/0 985M 812M 123M 87% /
    /dev/ubd/2 2.0G 2.0G 0 100% /data

!!!! check if device is full before writing to disk !!!!

i http://www.gnu.org/projects/dotgnu/index.rdf

reasoning from CPU Load to Work Load

just traverse the whole file-system one time!!! (*once* a day)
    => use the backup-system to generate global ChangeLogs, preferably via rdf/rss

i apt-get install sourceforge
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# apt-get install sourceforge
    Reading Package Lists... Done
    Building Dependency Tree... Done
    The following extra packages will be installed:
        bind9 exim ldap-utils libdb4.1 libdbd-pg-perl libdns8 libiodbc2 libisccc0 libisccfg0 libldap2
        libldap2-tls libnss-ldap libpam-ldap libpgtcl libreadline4 mailman perl-suid php4-pgsql postgresql
        postgresql-client proftpd proftpd-common python2.2 slapd ucf
    The following packages will be REMOVED:
        amavis-milter bind ftpd sendmail
    The following NEW packages will be installed:
        bind9 exim ldap-utils libdb4.1 libdbd-pg-perl libdns8 libiodbc2 libisccc0 libisccfg0 libldap2-tls
        libnss-ldap libpam-ldap mailman perl-suid php4-pgsql postgresql proftpd proftpd-common python2.2 slapd
        sourceforge ucf
    4 packages upgraded, 22 newly installed, 4 to remove and 258 not upgraded.
    Need to get 15.3MB of archives. After unpacking 45.5MB will be used.
    Do you want to continue? [Y/n] n
    Abort.

tex backup!?

quepasa didn't accept news-messages:
    #> tail -f /var/log/syslog
    Mar 17 18:14:11 quepasa innd: localhost:5 closed seconds 0 accepted 0 refused 0 rejected 0
    Mar 17 18:14:11 quepasa rnews: rejected connection 400 No space left on device writing article file -- throttling
    #> df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/ubd/0 1007896 831180 125516 87% /
    /dev/ubd/2 2015824 1224076 689348 64% /data
    #> /etc/init.d/inn restart
    Already throttled
    Starting news server: innd.
    #> tail -f /var/log/syslog

fix dispatchmail to recognize this!!! ( => don't ignore such messages! )
    make impossible that undelivered messages go to nirvana
    deliver to *one* (by now) special mailbox named 'undelivered'
    introduce web-based message-refactoring / address-redispatching -frontend on top of that!

sync "joko--Sent-Mails" against "quepasa--dispatchmail--Recieved-through-Newsgate"-Mails
    to have a diff of the messages which didn't receive their target(s)
    maybe addionally check them against returned mails from PostmasterX

mv http://dillo.cipsga.org.br/ -> http://dillo.auriga.wearlab.de/

i after running SuSEconfig on h1.service.netfrag.org, please do:
    #> cd /var/spool
    #> chown -R .users mqueue/
    #> chmod g+x mqueue/
    #> chmod -R g+r mqueue/

fsse.netfrag.org (Free Software Search Engine)

moved mails from 'trafficreport@hetzner.de' manually to IMAP-Folder 'logs/netfrag.org/system/applications'
    make up script which tries to automagically 'learn' this rule by scanning a mbox-hierarchy [located at Xyz - ;-)]
    same with 'robot@hetzner.de'

write some proposals:
    The publishing-layer (sh/perl-scripts) -> dotGNU
    The web-frontend-layer (php-front, perl-backed) -> dotGNU

let monit monitor the system-load... is it capable restarting services which actually *do* make the load?

phpDocumentIndex:

web-interface for serialz 2000? is there any???

refactor netfrag.org--nfo/perl/libs--Data::Transform::Deep

i killed:
    18042 ? D 0:09 du -k -a
    20038 ? D 0:01 /usr/bin/du -x /home/vsd/vs

twingle <-> [scribe|http://www-sop.inria.fr/mimosa/fp/Scribe/] ???

use scribe and mod_scribe for document authoring and publishing

commit h1.service.netfrag.org:~service/ to cvs!!!

apt-get install scribe???
    yup!
        Reading Package Lists... Done
        Building Dependency Tree... Done
        The following extra packages will be installed:
            bigloo-runtime-2.5c
        The following NEW packages will be installed:
            bigloo-runtime-2.5c scribe
        0 packages upgraded, 2 newly installed, 0 to remove and 265 not upgraded.
        Need to get 3148kB of archives. After unpacking 12.3MB will be used.
        Do you want to continue? [Y/n]
        Get:1 ftp://ftp.de.debian.org unstable/main bigloo-runtime-2.5c 2.5c-4 [2197kB]
        Get:2 ftp://ftp.de.debian.org unstable/main scribe 1.1a+beta.2002.11.02-6 [951kB]
        Fetched 3148kB in 3s (851kB/s)
        Selecting previously deselected package bigloo-runtime-2.5c.
        (Reading database ... 35541 files and directories currently installed.)
        Unpacking bigloo-runtime-2.5c (from .../bigloo-runtime-2.5c_2.5c-4_i386.deb) ...
        Selecting previously deselected package scribe.
        Unpacking scribe (from .../scribe_1.1a+beta.2002.11.02-6_i386.deb) ...
        Setting up bigloo-runtime-2.5c (2.5c-4) ...
        Setting up scribe (1.1a+beta.2002.11.02-6) ...

scribe <-> Autodia???

distributed log-receiver using debian-logtools

i quepasa.netfrag.org
    #> apt-get install splitvt

look at gfslicer - A utility to split and join files
    http://packages.debian.org/unstable/utils/gfslicer.html

gnu@netfrag.org, debian@netfrag.org for posting interesting stuff regarding these topics???

LookAt::ftp://ftp.gnu.org/pub/gnu/dotgnu-pnet/debian/

modules for WebExplorer:
    SchedulerFrontend: creates jobs/metadata for
        cron jobs
        ts backend jobs
        WCron jobs
    DataMapper
        maps entries of a list of key-value pairs to another list (manually or based on rules/constraints) or stuff like that
    JobExecutor (already componentalized - just embed/include) - living at org.netfrag.app--YAA (Yet Another Admin)

use monit to prevent amok-runs

make up per-host topics for caesar (quepasa, sorceress, helo and elessar, (moonX?))

* trace program-run & output
    catch output of:
        phpDocumentor (.phpdocrc) >> /tmp/api/build-log
        Autodia & Autodia-tools
    publish at a new subdirectory
    link to caesar appropriatly
    filter for error-messages (grep -i error), link to different place(s) at caesar
    build index.scr files with scribe pointing to
        api's for different packages (pub/docs)
        log-messages/-errors for different generation programs (caesar/Messages, caesar/Alerts|Errors)

use yakka to edit files (perform action=edit on file.type = text/plain|text.vnd(tavi-yakka|twingle|scribe)|mixed/multipart)

use yakka to view files (perform action=view on file.type = text.vnd(tavi-yakka)|mixed/multipart)

let '.runrc' accept one of the following parameters:
    'all|sync|build-all|build-api|build-dia|publish'

.check_agents []
    @alias --- is-a {block}
    * #> ps ax | egrep "perl|python|php|ruby|/bin/sh" | egrep -v "mysql|amavis"
        let something monitor|trace output of that?
        history?
        even undo???
    --- root@quepasa:/data/www/virtual/netfrag/docs/nfo# date
    Tue Mar 18 06:27:40 CET 2003
    --- #> ps ax
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.check_agents
    16289 ? S 0:00 /bin/sh -c test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily
    16292 ? S 0:00 /bin/sh /etc/cron.daily/find
    16293 ? S 0:00 /bin/sh /usr/bin/updatedb --localuser=nobody
    16310 ? S 0:00 /bin/sh /usr/bin/updatedb --localuser=nobody
    16345 ? D 0:00 /usr/bin/perl /etc/mail/smrsh/dispatchmail
    --- #> ps -ef
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.check_agents
    root 16289 16288 0 11:15 ? 00:00:00 /bin/sh -c test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily
    root 16292 16290 0 11:15 ? 00:00:00 /bin/sh /etc/cron.daily/find
    root 16293 16292 0 11:15 ? 00:00:00 /bin/sh /usr/bin/updatedb --localuser=nobody
    root 16310 16293 0 11:15 ? 00:00:00 /bin/sh /usr/bin/updatedb --localuser=nobody
    root 16364 16362 0 11:18 pts/0 00:00:00 egrep perl|python|php|ruby|/bin/sh
    --- #> ./.check_agents # once more
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# date
    Tue Mar 18 06:59:01 CET 2003
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.check_agents
    root 16289 16288 0 11:24 ? 00:00:00 /bin/sh -c test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily
    root 16737 16290 0 11:47 ? 00:00:00 /bin/sh /etc/cron.daily/man-db
    --- #> ./.check_agents # once more
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# date
    Tue Mar 18 07:00:48 CET 2003
    root 16289 16288 0 11:24 ? 00:00:00 /bin/sh -c test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily
    root 16811 16290 0 11:50 ? 00:00:00 /bin/sh /etc/cron.daily/standard
    smmsp 16817 16813 0 11:50 ? 00:00:00 /bin/sh -c test -x /usr/share/sendmail/sendmail && /usr/share/sendmail/sendmail cron-msp
    root 16818 16814 0 11:50 ? 00:00:00 /bin/sh -c if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg.cfg ]; then /usr/bin/mrtg /etc/mrtg.cfg >> /var/log/mrtg/mrtg.log 2>&1; fi
    smmsp 16821 16817 0 11:50 ? 00:00:00 /bin/sh -e /usr/share/sendmail/sendmail cron-msp
    root 16823 16818 0 11:50 ? 00:00:00 /usr/bin/perl /usr/bin/mrtg /etc/mrtg.cfg
    --- #> ./.check_agents # once more
    root 16289 16288 0 11:24 ? 00:00:00 /bin/sh -c test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily
    root 16811 16290 0 11:50 ? 00:00:00 /bin/sh /etc/cron.daily/standard
    root 16818 16814 0 11:50 ? 00:00:00 /bin/sh -c if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg.cfg ]; then /usr/bin/mrtg /etc/mrtg.cfg >> /var/log/mrtg/mrtg.log 2>&1; fi
    root 16823 16818 0 11:50 ? 00:00:00 /usr/bin/perl /usr/bin/mrtg /etc/mrtg.cfg
    include output in xml-file (introduce to caesar like YAA--Jobs: filtered xml-file)
        * possible criterias for filtering: {which agent}, {which time (now|then)}
    --- #> ./.check_agents # once more
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.check_agents # once more
    check_agents - quepasa.netfrag.org - Tue Mar 18 07:05:40 CET 2003
    root 16289 16288 0 11:25 ? 00:00:00 /bin/sh -c test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily
    root 16811 16290 0 11:51 ? 00:00:00 /bin/sh /etc/cron.daily/standard
    root 16902 16811 0 11:54 ? 00:00:00 /bin/sh /usr/sbin/checksecurity

* some thoughts.... (extension|plugin|adding to rap|scribe|dotGNU?)
    #> alias loadPhpPackage=php::loadModule
    #> alias loadJavaPackageViaPerl=Perl::loadJavaModule (via Java::Inline...)
    #> alias loadJavaPackageViaPhp=php::loadJavaModule (via php<->java - bridge...)

more TODOs...
    publish xml from Autodia to enable refining via dia
    build diagrams and link with each single class (per-class level! the others are already *more highlevel* overviews (combinations))

i quepasa crashed again . 2003-03-18 07-19
    analysis:
    #> tail -n 200 /var/log/syslog | less
        Mar 18 07:05:30 quepasa imapd[16933]: connect from 217.231.104.18
        Mar 18 07:05:30 quepasa imapd[16933]: imaps SSL service init from 217.231.104.18
        Mar 18 07:05:31 quepasa imapd[16933]: Login user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:05:49 quepasa imapd[16933]: Logout user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:07:06 quepasa /USR/SBIN/CRON[16956]: (joko) CMD (~/.cronrc-hourly)
        Mar 18 07:08:12 quepasa innd: ME time 361626 idle 351611(3) artwrite 0(0) artlink 0(0) hiswrite 0(0) hissync 0(1
        ) sitesend 0(0) artctrl 0(0) artcncl 0(0) hishave 0(0)
        Mar 18 07:15:10 quepasa syslogd 1.4.1#10: restart.
        Mar 18 07:15:11 quepasa kernel: klogd 1.4.1#10, log source = /proc/kmsg started.
        Mar 18 07:15:11 quepasa kernel: Cannot find map file.
        Mar 18 07:15:11 quepasa kernel: Loaded 50 symbols from 7 modules.
        Mar 18 07:15:11 quepasa kernel: actually_do_remove : couldn't remove 'pid' from '/home/uml/quepasa/var/quepasa',
          errno = 13
        Mar 18 07:15:11 quepasa kernel: umid 'quepasa' is in use
        Mar 18 07:15:11 quepasa kernel: Open of machine pid file "/home/uml/quepasa/var/quepasa/pid" failed - errno = 17
        Mar 18 07:15:11 quepasa kernel: tracing thread pid = 16706
        Mar 18 07:15:11 quepasa kernel: Linux version 2.4.18-29um (root@linux) (gcc version 2.95.3 20010315 (SuSE)) #1 S
        un May 26 17:01:48 CEST 2002
        Mar 18 07:15:11 quepasa kernel: On node 0 totalpages: 32768
        Mar 18 07:15:11 quepasa kernel: zone(0): 0 pages.
        Mar 18 07:15:11 quepasa kernel: zone(1): 32768 pages.
        Mar 18 07:15:11 quepasa kernel: zone(2): 0 pages.
        Mar 18 07:15:11 quepasa kernel: Kernel command line: mem=128M umid=quepasa uml_dir=/home/uml/quepasa/var eth0=tu
        ntap,tap1 ubd0=/home/uml/quepasa/rootfs/root_fs.woody-stable.ext3 ubd1=/home/uml/quepasa/swap ubd2=/home/uml/que
        pasa/datafs/data_fs.ext3 root=/dev/ubd0
        Mar 18 07:15:11 quepasa kernel: Calibrating delay loop... 616.81 BogoMIPS
        Mar 18 07:15:11 quepasa kernel: Memory: 129008k available
        Mar 18 07:15:11 quepasa kernel: Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes)
        Mar 18 07:15:11 quepasa kernel: Inode-cache hash table entries: 8192 (order: 4, 65536 bytes)
        Mar 18 07:15:11 quepasa kernel: Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
        Mar 18 07:15:11 quepasa kernel: Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes)
        Mar 18 07:15:11 quepasa kernel: Page-cache hash table entries: 32768 (order: 5, 131072 bytes)
        Mar 18 07:15:11 quepasa kernel: Checking for host processor cmov support...Yes
        Mar 18 07:15:11 quepasa kernel: Checking for host processor xmm support...No
        Mar 18 07:15:11 quepasa kernel: Checking that ptrace can change system call numbers...OK
        Mar 18 07:15:11 quepasa kernel: Checking that host ptys support output SIGIO...No, enabling workaround
        Mar 18 07:15:11 quepasa kernel: POSIX conformance testing by UNIFIX
        Mar 18 07:15:11 quepasa kernel: Linux NET4.0 for Linux 2.4
        Mar 18 07:15:11 quepasa kernel: Based upon Swansea University Computer Society NET3.039
        Mar 18 07:15:11 quepasa kernel: Initializing RT netlink socket
        Mar 18 07:15:11 quepasa kernel: Starting kswapd
        Mar 18 07:15:11 quepasa kernel: VFS: Diskquotas version dquot_6.4.0 initialized
        Mar 18 07:15:11 quepasa kernel: Journalled Block Device driver loaded
        Mar 18 07:15:11 quepasa kernel: devfs: v1.10 (20020120) Richard Gooch (rgooch@atnf.csiro.au)
        Mar 18 07:15:11 quepasa kernel: devfs: boot_options: 0x1
        Mar 18 07:15:11 quepasa kernel: JFFS version 1.0, (C) 1999, 2000 Axis Communications AB
        Mar 18 07:15:11 quepasa kernel: JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis Communications AB.
        Mar 18 07:15:11 quepasa kernel: pty: 256 Unix98 ptys configured
        Mar 18 07:15:11 quepasa kernel: block: 128 slots per queue, batch=32
        Mar 18 07:15:11 quepasa kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
        Mar 18 07:15:11 quepasa kernel: Netdevice 0 : TUN/TAP backend -
        Mar 18 07:15:11 quepasa kernel: loop: loaded (max 8 devices)
        Mar 18 07:15:11 quepasa kernel: Universal TUN/TAP device driver 1.4 (C)1999-2001 Maxim Krasnyansky
        Mar 18 07:15:11 quepasa kernel: NET4: Linux TCP/IP 1.0 for NET4.0
        Mar 18 07:15:11 quepasa kernel: IP Protocols: ICMP, UDP, TCP
        Mar 18 07:15:11 quepasa kernel: IP: routing cache hash table of 1024 buckets, 8Kbytes
        Mar 18 07:15:11 quepasa kernel: TCP: Hash tables configured (established 8192 bind 8192)
        Mar 18 07:15:11 quepasa kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
        Mar 18 07:15:11 quepasa kernel: Initializing stdio console driver
        Mar 18 07:15:11 quepasa kernel: Initializing software serial port version 1
        Mar 18 07:15:11 quepasa kernel: mconsole (version 2) initialized on /home/uml/quepasa/var/quepasa/mconsole
        Mar 18 07:15:11 quepasa kernel: Partition check:
        Mar 18 07:15:11 quepasa kernel: ubda: unknown partition table
        Mar 18 07:15:11 quepasa kernel: ubdb: unknown partition table
        Mar 18 07:15:11 quepasa kernel: ubdc: unknown partition table
        Mar 18 07:15:11 quepasa kernel: UML Audio Relay
        Mar 18 07:15:11 quepasa kernel: EXT3-fs: INFO: recovery required on readonly filesystem.
        Mar 18 07:15:11 quepasa kernel: EXT3-fs: write access will be enabled during recovery.
        Mar 18 07:15:11 quepasa kernel: (recovery.c, 254): journal_recover: JBD: recovery, exit status 0, recovered tran
        sactions 809860 to 809919
        Mar 18 07:15:11 quepasa kernel: (recovery.c, 256): journal_recover: JBD: Replayed 2109 and revoked 0/17 blocks
        Mar 18 07:15:11 quepasa kernel: kjournald starting. Commit interval 5 seconds
        Mar 18 07:15:11 quepasa kernel: EXT3-fs: ubd(98,0): orphan cleanup on readonly fs
        Mar 18 07:15:11 quepasa kernel: ext3_orphan_cleanup: deleting unreferenced inode 81301
        Mar 18 07:15:11 quepasa kernel: ext3_orphan_cleanup: deleting unreferenced inode 96140
        Mar 18 07:15:11 quepasa kernel: ext3_orphan_cleanup: deleting unreferenced inode 96124
        Mar 18 07:15:11 quepasa kernel: ext3_orphan_cleanup: deleting unreferenced inode 48784
        Mar 18 07:15:11 quepasa kernel: EXT3-fs: ubd(98,0): 4 orphan inodes deleted
        Mar 18 07:15:11 quepasa kernel: EXT3-fs: recovery complete.
        Mar 18 07:15:11 quepasa kernel: EXT3-fs: mounted filesystem with ordered data mode.
        Mar 18 07:15:11 quepasa kernel: VFS: Mounted root (ext3 filesystem) readonly.
        Mar 18 07:15:11 quepasa kernel: Mounted devfs on /dev
        Mar 18 07:15:11 quepasa kernel: Adding Swap: 131064k swap-space (priority -1)
        Mar 18 07:15:11 quepasa kernel: EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ubd(98,0), internal journal
        Mar 18 07:15:11 quepasa kernel: execvp of 'xterm' failed - errno = 2
        Mar 18 07:15:11 quepasa kernel: xterm_open : run_helper failed
        Mar 18 07:15:11 quepasa kernel: ip_tables: (C) 2000-2002 Netfilter core team
        Mar 18 07:15:11 quepasa kernel: ip_conntrack (1024 buckets, 8192 max)
        Mar 18 07:15:11 quepasa kernel: kjournald starting. Commit interval 5 seconds
        Mar 18 07:15:11 quepasa kernel: EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ubd(98,32), internal journal
        Mar 18 07:15:11 quepasa kernel: EXT3-fs: mounted filesystem with ordered data mode.
        Mar 18 07:15:49 quepasa amavis[265]: starting. amavisd new-20020517 Fri Jul 26 16:50:33 EST 2002
        Mar 18 07:15:49 quepasa amavis[268]: Process Backgrounded
        Mar 18 07:15:49 quepasa amavis[268]: 2003/03/18-07:15:49 Amavis (type Net::Server::PreForkSimple) starting! pid(
        268)
        Mar 18 07:15:49 quepasa amavis[268]: Binding to UNIX socket file /var/run/amavis/amavisd.sock using SOCK_STREAM
        Mar 18 07:15:49 quepasa amavis[268]: Binding to TCP port 10024 on host 127.0.0.1
        Mar 18 07:15:49 quepasa amavis[268]: Setting gid to "65534 65534"
        Mar 18 07:15:49 quepasa amavis[268]: Setting uid to "104"
        Mar 18 07:15:50 quepasa rpc.statd[271]: Version 1.0 Starting
        Mar 18 07:16:04 quepasa innd: SERVER descriptors 1024
        Mar 18 07:16:04 quepasa innd: SERVER outgoing 1011
        Mar 18 07:16:04 quepasa innd: SERVER ccsetup control:11
        Mar 18 07:16:04 quepasa innd: SERVER lcsetup localconn:13
        Mar 18 07:16:04 quepasa innd: SERVER rcsetup remconn:4
        Mar 18 07:16:04 quepasa innd: overview spawned overview:16:proc:303
        Mar 18 07:16:05 quepasa innd: SERVER perl filtering enabled
        Mar 18 07:16:05 quepasa innd: SERVER renumbering
        Mar 18 07:16:05 quepasa innd: SERVER renumber nfo.links.computing hi from 1328 to 1372
        Mar 18 07:16:05 quepasa innd: SERVER renumber nfo.links.misc hi from 35 to 36
        Mar 18 07:16:05 quepasa innd: SERVER renumber nfo.log.cvs hi from 534 to 552
        Mar 18 07:16:05 quepasa innd: SERVER renumber nfo.sysadmin.debian hi from 10 to 15
        Mar 18 07:16:05 quepasa innd: SERVER renumber nfo.support hi from 93 to 96
        Mar 18 07:16:05 quepasa innd: SERVER starting
        Mar 18 07:16:22 quepasa sm-msp-queue[441]: h2I5wMrb016763: to=cvs-log@netfrag.org, ctladdr=root (0/0), delay=00:
        18:00, xdelay=00:00:00, mailer=relay, pri=210094, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Conne
        ction refused by [127.0.0.1]
        Mar 18 07:16:22 quepasa sm-mta[446]: starting daemon (8.12.3): SMTP+queueing@00:10:00
        Mar 18 07:16:23 quepasa ucd-snmp[451]: UCD-SNMP version 4.2.3
        Mar 18 07:16:23 quepasa snmptrapd[453]: Starting snmptrapd 4.2.3
        Mar 18 07:16:24 quepasa /usr/sbin/cron[464]: (CRON) INFO (pidfile fd = 3)
        Mar 18 07:16:24 quepasa /usr/sbin/cron[465]: (CRON) STARTUP (fork ok)
        Mar 18 07:16:25 quepasa /usr/sbin/cron[465]: (CRON) INFO (Running @reboot jobs)
        Mar 18 07:20:04 quepasa /USR/SBIN/CRON[496]: (smmsp) CMD (test -x /usr/share/sendmail/sendmail && /usr/share/sendmail/sendmail cron-msp)
        Mar 18 07:20:09 quepasa sm-msp-queue[511]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168
        Mar 18 07:20:09 quepasa sm-mta[513]: STARTTLS=server, relay=localhost [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168
        Mar 18 07:20:23 quepasa sm-mta[513]: h2I6K8Fk000513: from=, size=2854, class=0, nrcpts=1, msgid=<200303180558.h2I5wMrb016763@quepasa.netfrag.org>, proto=ESMTP, daemon=MSA, relay=localhost [127.0.0.1]
        Mar 18 07:20:23 quepasa amavis[272]: AM.CL /var/lib/amavis/amavis-milter-XXUsQsMZ: ->
        Mar 18 07:20:23 quepasa amavis[272]: Checking: ->

    #> tail -n 200 /var/log/messages | less
        Mar 18 05:51:34 quepasa kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=fe:fd:d5:85:76:24:00:ff:d8:6e:08:77:08:00 S
        RC=210.171.12.166 DST=213.133.118.36 LEN=48 TOS=0x00 PREC=0x00 TTL=105 ID=42074 DF PROTO=TCP SPT=30554 DPT=445 W
        INDOW=64240 RES=0x00 SYN URGP=0
        Mar 18 06:00:36 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59072 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 06:00:45 quepasa last message repeated 2 times
        Mar 18 06:15:11 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59140 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 06:15:20 quepasa last message repeated 2 times
        Mar 18 06:30:12 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59196 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 06:30:21 quepasa last message repeated 2 times
        Mar 18 06:45:24 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59278 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 06:45:33 quepasa last message repeated 2 times
        Mar 18 07:02:35 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59357 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 07:02:39 quepasa last message repeated 2 times
        Mar 18 07:15:10 quepasa syslogd 1.4.1#10: restart.
        Mar 18 07:15:11 quepasa kernel: klogd 1.4.1#10, log source = /proc/kmsg started.
        Mar 18 07:15:11 quepasa kernel: Cannot find map file.
        Mar 18 07:15:11 quepasa kernel: Loaded 50 symbols from 7 modules.

    #> tail -n 200 /var/log/kern.log | less
        Mar 18 05:51:28 quepasa kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=fe:fd:d5:85:76:24:00:ff:d8:6e:08:77:08:00 S
        RC=210.171.12.166 DST=213.133.118.36 LEN=48 TOS=0x00 PREC=0x00 TTL=105 ID=41730 DF PROTO=TCP SPT=30554 DPT=445 W
        INDOW=64240 RES=0x00 SYN URGP=0
        Mar 18 05:51:34 quepasa kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=fe:fd:d5:85:76:24:00:ff:d8:6e:08:77:08:00 S
        RC=210.171.12.166 DST=213.133.118.36 LEN=48 TOS=0x00 PREC=0x00 TTL=105 ID=42074 DF PROTO=TCP SPT=30554 DPT=445 W
        INDOW=64240 RES=0x00 SYN URGP=0
        Mar 18 06:00:36 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59072 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 06:00:45 quepasa last message repeated 2 times
        Mar 18 06:15:11 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59140 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 06:15:20 quepasa last message repeated 2 times
        Mar 18 06:30:12 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59196 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 06:30:21 quepasa last message repeated 2 times
        Mar 18 06:45:24 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59278 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 06:45:33 quepasa last message repeated 2 times
        Mar 18 07:02:35 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS
        =0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=59357 WINDOW=0 RES=0x00 ACK RST URGP=0
        Mar 18 07:02:39 quepasa last message repeated 2 times
        Mar 18 07:15:11 quepasa kernel: klogd 1.4.1#10, log source = /proc/kmsg started.
        Mar 18 07:15:11 quepasa kernel: Cannot find map file.
        Mar 18 07:15:11 quepasa kernel: Loaded 50 symbols from 7 modules.

    #> tail -n 200 /var/log/debug
        Mar 18 07:15:11 quepasa kernel: (recovery.c, 254): journal_recover: JBD: recovery, exit status 0, recovered transactions 809860 to 809919
        Mar 18 07:15:11 quepasa kernel: (recovery.c, 256): journal_recover: JBD: Replayed 2109 and revoked 0/17 blocks
        Mar 18 07:15:11 quepasa kernel: ext3_orphan_cleanup: deleting unreferenced inode 81301
        Mar 18 07:15:11 quepasa kernel: ext3_orphan_cleanup: deleting unreferenced inode 96140
        Mar 18 07:15:11 quepasa kernel: ext3_orphan_cleanup: deleting unreferenced inode 96124
        Mar 18 07:15:11 quepasa kernel: ext3_orphan_cleanup: deleting unreferenced inode 48784

    #> tail -n 200 /var/log/daemon.log
        Mar 18 06:33:35 quepasa imapd[16399]: connect from 217.231.109.7
        Mar 18 06:33:39 quepasa imapd[16404]: connect from 217.231.109.7
        Mar 18 07:04:24 quepasa imapd[16917]: connect from 217.231.104.18
        Mar 18 07:04:51 quepasa imapd[16929]: connect from 217.231.104.18
        Mar 18 07:04:52 quepasa imapd[16930]: connect from 217.231.104.18
        Mar 18 07:05:04 quepasa imapd[16931]: connect from 217.231.104.18
        Mar 18 07:05:30 quepasa imapd[16933]: connect from 217.231.104.18
        Mar 18 07:15:50 quepasa rpc.statd[271]: Version 1.0 Starting
        Mar 18 07:16:23 quepasa ucd-snmp[451]: UCD-SNMP version 4.2.3

    #> tail -n 200 /var/log/auth.log
        Mar 18 06:20:03 quepasa PAM_unix[16124]: (cron) session opened for user smmsp by (uid=0)
        Mar 18 06:20:12 quepasa PAM_unix[16124]: (cron) session closed for user smmsp
        Mar 18 06:25:06 quepasa PAM_unix[16288]: (cron) session opened for user root by (uid=0)
        Mar 18 06:25:24 quepasa su[16313]: + ??? root-nobody
        Mar 18 06:25:24 quepasa PAM_unix[16313]: (su) session opened for user nobody by (uid=0)
        Mar 18 06:25:50 quepasa sshd[16316]: Accepted publickey for joko from 217.231.109.7 port 4729 ssh2
        Mar 18 06:25:51 quepasa PAM_unix[16318]: (ssh) session opened for user joko by (uid=1001)
        Mar 18 06:26:12 quepasa PAM_unix[16318]: (ssh) session closed for user joko
        Mar 18 06:26:12 quepasa sshd[16318]: PAM pam_putenv: delete non-existent entry; MAIL
        Mar 18 06:30:06 quepasa PAM_unix[16367]: (cron) session opened for user smmsp by (uid=0)
        Mar 18 06:30:07 quepasa PAM_unix[16368]: (cron) session opened for user joko_mail by (uid=0)
        Mar 18 06:30:20 quepasa PAM_unix[16367]: (cron) session closed for user smmsp
        Mar 18 06:30:33 quepasa PAM_unix[16368]: (cron) session closed for user joko_mail
        Mar 18 06:31:03 quepasa PAM_unix[16388]: (cron) session opened for user root by (uid=0)
        Mar 18 06:31:08 quepasa PAM_unix[16388]: (cron) session closed for user root
        Mar 18 06:40:50 quepasa PAM_unix[16518]: (cron) session opened for user smmsp by (uid=0)
        Mar 18 06:41:14 quepasa PAM_unix[16518]: (cron) session closed for user smmsp
        Mar 18 06:45:16 quepasa PAM_unix[16590]: (cron) session opened for user joko_mail by (uid=0)
        Mar 18 06:45:45 quepasa PAM_unix[16590]: (cron) session closed for user joko_mail
        Mar 18 06:50:05 quepasa PAM_unix[16677]: (cron) session opened for user smmsp by (uid=0)
        Mar 18 06:50:14 quepasa PAM_unix[16677]: (cron) session closed for user smmsp
        Mar 18 06:52:05 quepasa sshd[16696]: Accepted password for root from 217.231.104.18 port 4777 ssh2
        Mar 18 06:52:12 quepasa PAM_unix[16696]: (ssh) session opened for user root by (uid=0)
        Mar 18 07:00:08 quepasa PAM_unix[16813]: (cron) session opened for user smmsp by (uid=0)
        Mar 18 07:00:08 quepasa PAM_unix[16814]: (cron) session opened for user root by (uid=0)
        Mar 18 07:00:08 quepasa PAM_unix[16815]: (cron) session opened for user joko_mail by (uid=0)
        Mar 18 07:00:48 quepasa PAM_unix[16813]: (cron) session closed for user smmsp
        Mar 18 07:02:47 quepasa PAM_unix[16815]: (cron) session closed for user joko_mail
        Mar 18 07:04:01 quepasa PAM_unix[16814]: (cron) session closed for user root
        Mar 18 07:07:06 quepasa PAM_unix[16955]: (cron) session opened for user joko by (uid=0)
        Mar 18 07:07:26 quepasa PAM_unix[16955]: (cron) session closed for user joko
        Mar 18 07:16:24 quepasa sshd[459]: Server listening on 0.0.0.0 port 22.
        Mar 18 07:17:42 quepasa sshd[481]: Accepted password for root from 217.231.104.18 port 4827 ssh2
        Mar 18 07:17:42 quepasa PAM_unix[481]: (ssh) session opened for user root by (uid=0)
        Mar 18 07:20:04 quepasa PAM_unix[495]: (cron) session opened for user smmsp by (uid=0)
        Mar 18 07:20:09 quepasa PAM_unix[495]: (cron) session closed for user smmsp

    #> tail -n 200 /var/log/mysql.log
        030318 6:56:00 149 Quit
                                                147 Quit
        030318 6:56:09 148 Quit
        030318 6:56:14 145 Quit
        /usr/sbin/mysqld, Version: 3.23.49-log, started with:
        Tcp port: 0 Unix socket: /var/run/mysqld/mysqld.sock
        Time Id Command Argument
        030318 7:16:09 1 Connect debian-sys-maint@localhost on
                                                    1 Quit
                                                    2 Connect debian-sys-maint@localhost on
                                                    2 Quit

    #> tail -n 200 /var/log/mail/mail.info
        Mar 18 07:05:03 quepasa imapd[16930]: Logout user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:05:05 quepasa imapd[16931]: Login user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:05:30 quepasa imapd[16931]: Logout user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:05:31 quepasa imapd[16933]: Login user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:05:49 quepasa imapd[16933]: Logout user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:15:49 quepasa amavis[265]: starting. amavisd new-20020517 Fri Jul 26 16:50:33 EST 2002
        Mar 18 07:15:49 quepasa amavis[268]: Process Backgrounded
        Mar 18 07:15:49 quepasa amavis[268]: 2003/03/18-07:15:49 Amavis (type Net::Server::PreForkSimple) starting! pid(268)
        Mar 18 07:15:49 quepasa amavis[268]: Binding to UNIX socket file /var/run/amavis/amavisd.sock using SOCK_STREAM
        Mar 18 07:15:49 quepasa amavis[268]: Binding to TCP port 10024 on host 127.0.0.1
        Mar 18 07:15:49 quepasa amavis[268]: Setting gid to "65534 65534"
        Mar 18 07:15:49 quepasa amavis[268]: Setting uid to "104"
        Mar 18 07:16:22 quepasa sm-msp-queue[441]: h2I5wMrb016763: to=cvs-log@netfrag.org, ctladdr=root (0/0), delay=00:18:00, xdelay=00:00:00, mailer=relay, pri=210094, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
        Mar 18 07:16:22 quepasa sm-mta[446]: starting daemon (8.12.3): SMTP+queueing@00:10:00
        Mar 18 07:20:09 quepasa sm-msp-queue[511]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168
        Mar 18 07:20:09 quepasa sm-mta[513]: STARTTLS=server, relay=localhost [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168
        Mar 18 07:20:23 quepasa sm-mta[513]: h2I6K8Fk000513: from=, size=2854, class=0, nrcpts=1, msgid=<200303180558.h2I5wMrb016763@quepasa.netfrag.org>, proto=ESMTP, daemon=MSA, relay=localhost [127.0.0.1]
        Mar 18 07:20:23 quepasa amavis[272]: AM.CL /var/lib/amavis/amavis-milter-XXUsQsMZ: ->
        Mar 18 07:20:23 quepasa amavis[272]: Checking: ->
        Mar 18 07:20:31 quepasa amavis[272]: spam_scan: No, hits=-1.8 tests=UNIFIED_PATCH,CTYPE_JUST_HTML,
        Mar 18 07:20:31 quepasa amavis[272]: mail checking ended: ACCEPT
        Mar 18 07:20:31 quepasa sm-mta[513]: h2I6K8Fk000513: Milter add: header: X-Virus-Scanned: by amavisd-milter (http://amavis.org/)
        Mar 18 07:20:31 quepasa sm-msp-queue[511]: h2I5wMrb016763: to=cvs-log@netfrag.org, ctladdr=root (0/0), delay=00:22:09, xdelay=00:00:23, mailer=relay, pri=300094, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (h2I6K8Fk000513 Message accepted for delivery)
        Mar 18 07:20:34 quepasa sm-mta[518]: h2I6K8Fk000513: to=|/data/opt/dispatchmail/bin/dispatchmail, ctladdr= (1014/1014), delay=00:00:12, xdelay=00:00:02, mailer=prog, pri=33201, dsn=2.0.0, stat=Sent
        Mar 18 07:25:58 quepasa sendmail[553]: h2I6PwQc000553: from=joko, size=24899, class=0, nrcpts=1, msgid=<20030318
        0625.h2I6PwQc000553@quepasa.netfrag.org>, relay=joko@localhost
        Mar 18 07:25:58 quepasa sm-mta[554]: STARTTLS=server, relay=localhost [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168
        Mar 18 07:25:58 quepasa sendmail[553]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168
        Mar 18 07:25:59 quepasa sm-mta[554]: h2I6PwFk000554: from=, size=25163, class=0, nrcpts=1, msgid=<200303180625.h2I6PwQc000553@quepasa.netfrag.org>, proto=ESMTP, daemon=MSA, relay=localhost [127.0.0.1]
        Mar 18 07:25:59 quepasa amavis[273]: AM.CL /var/lib/amavis/amavis-milter-XXXV9Le7: ->
        Mar 18 07:25:59 quepasa amavis[273]: Checking: ->
        Mar 18 07:26:00 quepasa amavis[273]: spam_scan: No, hits=-0.7 tests=NO_REAL_NAME,URI_IS_POUND,UNIFIED_PATCH,SUPERLONG_LINE,CTYPE_JUST_HTML,
        Mar 18 07:26:00 quepasa amavis[273]: mail checking ended: ACCEPT
        Mar 18 07:26:00 quepasa sm-mta[554]: h2I6PwFk000554: Milter add: header: X-Virus-Scanned: by amavisd-milter (http://amavis.org/)
        Mar 18 07:26:01 quepasa sendmail[553]: h2I6PwQc000553: to=joko@netfrag.org, ctladdr=joko (1001/100), delay=00:00:03, xdelay=00:00:03, mailer=relay, pri=30124, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (h2I6PwFk000554 Message accepted for delivery)
        Mar 18 07:26:07 quepasa sm-mta[558]: h2I6PwFk000554: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=joko_mail (1000/100), delay=00:00:09, xdelay=00:00:06, mailer=prog, pri=55491, dsn=2.0.0, stat=Sent
        Mar 18 07:35:54 quepasa imapd[630]: Login user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:35:54 quepasa imapd[630]: Logout user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:35:55 quepasa imapd[631]: Login user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:35:55 quepasa imapd[631]: Logout user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:35:56 quepasa imapd[632]: Login user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]
        Mar 18 07:35:57 quepasa imapd[632]: Logout user=joko_mail host=pD9E76812.dip.t-dialin.net [217.231.104.18]

    #> tail -n 200 /var/log/ksymoops
        root@quepasa:/var/log/ksymoops# l
        total 172
        drwxr-xr-x 2 root root 4096 Mar 18 07:14 ./
        drwxr-xr-x 10 root root 4096 Mar 18 07:03 ../
        -r--r--r-- 1 root root 26987 Mar 16 07:05 20030316070301.ksyms
        -r--r--r-- 1 root root 308 Mar 16 07:05 20030316070301.modules
        -r--r--r-- 1 root root 26987 Mar 17 06:49 20030317064955.ksyms
        -r--r--r-- 1 root root 308 Mar 17 06:49 20030317064955.modules
        -rw-r--r-- 1 root root 484 Mar 18 07:14 20030318.log
        -r--r--r-- 1 root root 26987 Mar 18 06:59 20030318065940.ksyms
        -r--r--r-- 1 root root 308 Mar 18 06:59 20030318065940.modules
        -rw-r--r-- 1 root root 25400 Mar 18 07:14 20030318071432.ksyms
        -rw-r--r-- 1 root root 195 Mar 18 07:14 20030318071432.modules
        -rw-r--r-- 1 root root 26987 Mar 18 07:14 20030318071433.ksyms
        -rw-r--r-- 1 root root 344 Mar 18 07:14 20030318071433.modules

purge /var/log/news/news.notice!!! (starts getting big! -> 37MB)
    -> seems to get autorotated by logrotate already ... ;-)

found this in /var/log/mail/mail.err:
    Mar 17 06:19:34 quepasa sm-mta[6544]: h2H5JPfe006538: SYSERR(root): www.netfrag.org. config error: mail loops back to me (MX problem?)

i run 'mailq' from time to time (shows mails hanging in the MSP|MTA queues....)

"You Are Here" for caesar (using the "Tracker"???)

caesar: introduce 'check_agents' (for main-host and for each virtual one!)

i quepasa.netfrag.org:
    #> cd /data/www/virtual/netfrag/docs/nfo
    #> ./.start &
    #> ./.check_agents
        check_agents - quepasa.netfrag.org - Tue Mar 18 07:58:51 CET 2003
        root 1034 1 0 08:00 pts/0 00:00:00 /bin/sh ./.start
        root 1048 1034 0 08:00 pts/0 00:00:00 /bin/sh ./.start
        root 1049 1048 0 08:00 pts/0 00:00:00 /bin/sh ./.start
        root 1052 1049 0 08:00 pts/0 00:00:00 /usr/bin/perl ./.phpdocrc glib phpedit
        root 1053 1052 0 08:00 pts/0 00:00:06 /data/opt/tools/php-4.3.1/php /data/opt/tools/phpdocumentor/phpdoc -s --title org.netfrag.glib - a component library --defaultpackagename org.netfrag.glib --target /data/www/virtual/netfrag/docs/nfo/api/org.netfrag --output HTML:frames:phpedit --directory /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib --customtags module,license,license-url,author-url --sourcecode on -q
    i please recognize the parent->child relations of the processes here... (can we visualize them in a smart way?)

@alias ThinLine=

    (from: http://www.usemod.com/cgi-bin/wiki.pl?ThinLine)

try to find all regexes in content @at www.netfrag.org [@via search.netfrag.org],
    e.g. the nice 'ThinLine' substitution-patterns
    @from @link http://www.usemod.com/cgi-bin/wiki.pl?ThinLine

refactor YAA-JobsStuff: use DataSource::Generic to talk to a xml-file

i quepasa.netfrag.org
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.check_agents
    check_agents - quepasa.netfrag.org - Tue Mar 18 11:09:08 CET 2003
    root 4918 4898 0 11:14 pts/1 00:00:00 /bin/sh -c ./.run build-api;
    root 4981 4918 0 11:16 pts/1 00:00:00 /usr/bin/perl ./.phpdocrc elib phpedit
    root 4982 4981 0 11:16 pts/1 00:00:27 /data/opt/tools/php-4.3.1/php /data/opt/tools/phpdocumentor/phpdoc -s --title elib - some old php code - just vops might be interesting --defaultpackagename org.netfrag.elib --target /data/www/virtual/netfrag/docs/nfo/api/org.netfrag --output HTML:frames:phpedit --directory /data/www/virtual/netfrag/docs/nfo/code/elib --customtags module,license,license-url,author-url --sourcecode on -q
    www-data 5031 477 0 11:17 ? 00:00:00 /usr/bin/python /usr/lib/cgi-bin/viewcvs.cgi

i caesar - the better sourceforge?

integrate staging:
    make publish
    make stage[1|2|3]
    'make review|approve'???

cd /data/www/virtual/netfrag/docs/nfo
    refactor using gnu make
    include raw-code to docs!!!
    via make: run jobs in parallel (phpDocumentor!)
    generate & publish Autodia xml!!!

make custom 404-page for netfrag.org

StaticExplorer!!! (CD-ROM & Co.)

i quepasa.netfrag.org:/data/www/virtual/netfrag/docs/nfo/
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.start
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.check_agents
    check_agents - quepasa.netfrag.org - Wed Mar 19 22:20:17 CET 2003
    root 18573 18571 0 23:46 pts/1 00:00:00 /bin/sh -c ./.run sync;
    root 18575 18574 0 23:46 pts/1 00:00:00 /usr/bin/perl /data/opt/tools/synccvs.pl nfo/php/libs/org.netfrag.glib code/org.netfrag.glib
    ready.
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.check_agents
    check_agents - quepasa.netfrag.org - Wed Mar 19 22:21:16 CET 2003
    root 18628 18571 0 23:47 pts/1 00:00:00 /bin/sh -c ./.run build-api;
    root 18631 18628 0 23:47 pts/1 00:00:00 /usr/bin/perl ./.phpdocrc glib phpedit
    root 18632 18631 0 23:47 pts/1 00:00:00 /data/opt/tools/php-4.3.1/php /data/opt/tools/phpdocumentor/phpdoc -s --title org.netfrag.glib - a component library --defaultpackagename org.netfrag.glib --target /data/www/virtual/netfrag/docs/nfo/api/org.netfrag --output HTML:frames:phpedit --directory /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib --customtags module,license,license-url,author-url --sourcecode on -q
    ready.
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.check_agents
    check_agents - quepasa.netfrag.org - Wed Mar 19 22:22:49 CET 2003
    No agents running.

news.netfrag.org/nfo.journal

i #> go debian|suse|redhat|home
    switches linux base-system(!!!)
    is this possible?
    required:
        prepared fs-parts
        alien-like program for converting complete package-system-databases
              (not just single packages) between distris/packaging concepts

make 'rap' available globally on a linux system (/usr/sbin?)
    e.g.: #> rap docu
    (target 'docu' is defined in /etc/rap.xml)

i quepasa.netfrag.org
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.start
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.publish
    linking /data/www/virtual/netfrag/docs/nfo/api/build-log.html
    linking /data/www/virtual/netfrag/docs/nfo/api/error-log.html
    linking /data/www/virtual/netfrag/docs/nfo/api/org.netfrag
    linking /data/www/virtual/netfrag/docs/nfo/build/var
    root@quepasa:/data/www/virtual/netfrag/docs/nfo# ./.check_agents
    check_agents - quepasa.netfrag.org - Thu Mar 20 03:49:42 CET 2003
    root 20544 20542 0 05:28 pts/1 00:00:00 /bin/sh -c ./.run sync;
    root 20546 20545 0 05:28 pts/1 00:00:00 /usr/bin/perl /data/opt/tools/synccvs.pl nfo/php/libs/org.netfrag.glib code/org.netfrag.glib
    ready.

phpDocumentIndex
    metadata area at bottom (or at side) of shown item:
        url of file|item
        physical location|url of original document (if embedded)
        metadata from directory scope (merged from one level above): .cvslink [->JumpToCvs], CVS/Entries|Repository|Root

proof of concept for web-component-framework:
    tie org.netfrag.app--WebExplorer and org.netfrag.app--YAA together somehow...

i monitor daily mbox grow-factor by running as a "daily job with captured output" [CapturedDaily]:
    #> du -sch /home/joko/virtual/joko_mail

i new ssh-keys for joko@quepasa.netfrag.org

enhance nfo-download-page
    add docus (link to cvs .tar.gz)
    api (offline???)

i phpDocumentIndex: fs--/data/www/global/apps/phpDocumentIndex/.pdi.php

which components should get UUIDs?
    org.netfrag.app--YAA
    org.netfrag.app--WebExplorer
    org.netfrag.app--phpDocumentIndex

m http://www.rojname.com/windows/windowstr.htm
    http://www.rojname.com/
    http://kurdistan.org/newrozdc.html
        http://www.niluferakbal.com/
        http://www.niluferakbal.com/yenisite/index_tr.html
            http://www.sineport.com/
            http://www.webservis.gen.tr/
            http://195.174.224.99/turkulist/
            http://www.turkticaret.net/siberhosting/index.php
    http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=%22konews@netscape.net%22

i Desktop/TurkToEng.reg
    --- snip ---
    REGEDIT4
          [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\LangToLang TurkToEng]
    @="http://www.langtolang.com/browserMenu/TurkToEng.html"
    "contexts"=hex:10
    --- snip ---

m http://www.thehungersite.com/cgi-bin/WebObjects/CTDSites
    #> whois thehungersite.com?
        Registrant:
        greatergood.com, Inc (THEHUNGERSITE5-DOM)
              
              720 Olive Way, Suite 1800
              Seattle
              WA,98101
              US
              

                        Domain Name: THEHUNGERSITE.COM
                        Administrative Contact:
                    Gehrt, John (JG10952) john@GREATERGOOD.COM
                  
                    YourSchoolShop.com
                    720 Olive Way, Suite 1800
                    Seattle, WA 98101
                    206 674 8700 (FAX) 206 268 5454
                  

              Technical Contact:
                    Hood, Tomas (TH6073) tomas@YSS.COM
                  
                    YourSchoolShop.com
                    1301 Fifth Avenue, Suite 1501
                    Seattle, WA 98101
                    206 674 8700 (FAX) 206 344 5221
                  

    m http://www.greatergood.com/cgi-bin/WebObjects/GreaterGood
        © 2000-2002 GreaterGood.com. All rights reserved. Patent Pending.
        Owned and operated by CharityUSA.com, LLC.
        Funds are paid by CharityUSA.com, LLC. to the benefiting organization(s) in the form of a royalty payment.
    m http://charityusa.com/chausa/index.html
    #> whois charityusa.com
        Registrant:
        HOMELINE PUBLICATIONS (CHARITYUSA-DOM)
              
              110 BRIDGE ST
              DEDHAM, MA 02026-1702
              US
              

                        Domain Name: CHARITYUSA.COM
                        Administrative Contact, Technical Contact:
                    HOMELINE PUBLICATIONS (HP413-ORG) timk@thehungersite.com
                  
                    HOMELINE PUBLICATIONS
                    110 BRIDGE ST
                    DEDHAM, MA 02026-1702
                    US
                    781 461 6161 fax: 781 461 6160
                  

    m http://www.gearthatgives.com/cgi-bin/WebObjects/CTDStore.woa/wa/item?siteID=220&categoryID=265&itemID=3206&origin=THS_PopUnder1_ecomMCIraqKit
    m http://imageserv03.yss4.com/images/p/ths/THS_PopUnder1_ecomMCIraqKit.jpg
          m http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=%22HOMELINE+PUBLICATIONS%22
        http://216.239.33.100/search?q=cache:C9xHdBbsEvQC:www.rhyolite.com/anti-spam/spammers.html+%22HOMELINE+PUBLICATIONS%22&hl=en&ie=UTF-8
        http://216.239.33.100/search?hl=en&ie=UTF-8&oe=UTF-8&q=cache%3Ahttp%3A%2F%2Fwww.rhyolite.com%2Fanti-spam%2Fobjections%2F
        http://216.239.33.100/search?hl=en&ie=UTF-8&oe=UTF-8&q=cache%3Ahttp%3A%2F%2Fwww.rhyolite.com%2Fanti-spam%2Fobjections%2Fkehres.html
          #> whois ima.com
        Registrant:
        International Messaging Associates Ltd. (IMA-DOM)
              China Resources Building, 27/F, 26
              NO CITY, NO STATE 99999
              CN
                        Domain Name: IMA.COM
                        Administrative Contact, Technical Contact:
                    Kehres, Tim (TK46) kehres@IMA.COM
                  
                    International Messaging Associates Ltd.
                    Hong Kong Computer Center, 20/F
                    HK
                    +852-2520-0300 +852 2648-5913
                  


    m http://www.ima.com/
        http://www.ima.com/about/index.html
        http://www.ima.com/contacts/index.html
        http://www.ima.com/pricing.html

m some links pointing to different google language-interfaces:
    http://www.google.com/intl/xx-bork/
    http://www.google.com/intl/ia/
    http://www.google.com/intl/xx-hacker/
    http://www.google.com/intl/xx-piglatin/
    http://www.google.com/intl/la/
    http://www.google.com/intl/eo/

prevent 'uml_boot --vhost={hostname} --kill' trying to kill it's own 'ps ax | grep {hostname}'

i startup of quepasa.netfrag.org on 2003-03-23
    Cleaning: /tmp /var/lock /var/run.
    Initializing random number generator... done.
    Recovering nvi editor sessions... done.
    Setting up X server socket directory /tmp/.X11-unix...done.
    INIT: Entering runlevel: 2
    Starting system log daemon: syslogd.
    Starting kernel log daemon: klogd.
    Starting AMaViS Daemons: amavis-milter amavisd.
    Starting NFS common utilities: statd.
    Starting internet superserver: inetd.
    INND: PID file exists -- unclean shutdown!
    Starting news server: innd.
    Starting jabberd: jabberd.
    Starting MySQL database server: mysqld.
    Starting Mail Transport Agent: sendmail.
    Starting network management services: snmpd snmptrapd.
    Starting OpenBSD Secure Shell server: sshd.
    Starting deferred execution scheduler: atd.
    Starting periodic command scheduler: cron.
    Starting web server: apache[Sun Mar 23 17:59:51 2003] [error] Cannot resolve host name service.netfrag.org --- ignoring!
    [Sun Mar 23 18:00:38 2003] [error] Cannot resolve host name cvs.netfrag.org --- ignoring!
    [Sun Mar 23 18:01:20 2003] [error] Cannot resolve host name news.netfrag.org --- ignoring!
                      [Sun Mar 23 18:02:02 2003] [error] Cannot resolve host name search.netfrag.org --- ignoring!
    [Sun Mar 23 18:02:44 2003] [error] Cannot resolve host name lashlarue.de --- ignoring!
    configuring dynamic domain "golf5.de"
    configuring dynamic domain "smartmen.de"
    configuring dynamic domain "ballonflug.de"
    [Sun Mar 23 18:02:45 2003] [error] Cannot resolve host name golf5.de --- ignoring!
                .
    Starting the Bacula File daemon
    quepasa login:

i quepasa.netfrag.org on 2003-03-23
    Mar 23 18:28:51 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=37568 WINDOW=0 RES=0x00 ACK RST URGP=0
    Mar 23 18:28:54 quepasa kernel: BLOCKED TCP PACKET: IN= OUT=eth0 SRC=213.133.118.36 DST=212.72.64.178 LEN=40 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=TCP SPT=113 DPT=37568 WINDOW=0 RES=0x00 ACK RST URGP=0

i quepasa: no space left on device!!!
    #> df
        Filesystem 1K-blocks Used Available Use% Mounted on
        /dev/ubd/0 1007896 854608 102088 90% /
        /dev/ubd/2 2015824 620952 1292472 100% /data
    #> rm -r /home/service/virtual/pdumpfs/var/data/2003/03
    #> df
        Filesystem 1K-blocks Used Available Use% Mounted on
        /dev/ubd/0 1007896 854608 102088 90% /
        /dev/ubd/2 2015824 620952 1292472 33% /data
    #> tail -f /var/log/news/news.err
        Mar 15 18:54:18 quepasa nnrpd[27242]: pd9e7778d.dip.t-dialin.net cant read Connection reset by peer
        Mar 17 03:17:00 quepasa innd: SERVER cant write nfo/support/93 No space left on device
        Mar 17 03:17:00 quepasa innd: SERVER throttle No space left on device writing article file -- throttling
        Mar 17 03:17:00 quepasa innd: SERVER cant write nfo/support/93 No space left on device
        Mar 17 03:17:00 quepasa innd: SERVER cant write nfo/support/93 No space left on device
        Mar 17 18:16:26 quepasa innd: SERVER shutdown system is going down
        Mar 23 18:18:46 quepasa innd: SERVER cant write nfo/support/99 No space left on device
        Mar 23 18:18:46 quepasa innd: SERVER throttle No space left on device writing article file -- throttling
        Mar 23 18:18:46 quepasa innd: SERVER cant write nfo/support/99 No space left on device
        Mar 23 18:18:46 quepasa innd: SERVER cant write nfo/support/99 No space left on device
    #> /etc/init.d/inn reload
        Reloading INN configuration files: Ok
    #> tail -f /var/log/news/news.err
        {no messages...}
    #> tail -f /var/log/news/news.notice
        Mar 23 18:51:57 quepasa nnrpd[4112]: quepasa.netfrag.org times user 0.000 system 0.000 elapsed 9.970
        Mar 23 18:54:42 quepasa innd: o::/etc/init.d/inn
        Mar 23 18:54:42 quepasa innd: overview closed
        Mar 23 18:54:42 quepasa innd: SERVER history cache final: 2 lookups, 1 hits
        Mar 23 18:55:07 quepasa innd: overview spawned overview:16:proc:4198
        Mar 23 18:55:22 quepasa innd: SERVER reload all /etc/init.d/inn
        Mar 23 18:55:23 quepasa innd: overview exit 0 elapsed 3461 pid 239
        Mar 23 19:02:34 quepasa innd: ME time 651588 idle 606301(3) artwrite 0(0) artlink 0(0) hiswrite 0(0) hissync 0(2) sitesend 0(0) artctrl 0(0) artcncl 0(0) hishave 0(0)
        Mar 23 19:02:35 quepasa nnrpd[4360]: quepasa.netfrag.org connect
        Mar 23 19:02:35 quepasa nnrpd[4360]: quepasa.netfrag.org perl filtering enabled
        Mar 23 19:02:35 quepasa nnrpd[4360]: quepasa.netfrag.org user webnews
        Mar 23 19:02:41 quepasa nnrpd[4360]: quepasa.netfrag.org group nfo.links.misc 1
        Mar 23 19:02:41 quepasa nnrpd[4360]: quepasa.netfrag.org exit articles 1 groups 1
        Mar 23 19:02:41 quepasa nnrpd[4360]: quepasa.netfrag.org times user 0.000 system 0.038 elapsed 6.087
    #> ps ax
      [...]
      2483 ? S 0:00 /usr/sbin/apache -DSSL
      4018 ? R 0:00 sendmail: MTA: accepting connections
      4020 ? S 0:01 sendmail: MTA: ./h2MNWs7u005266 from queue
      4198 ? S 0:00 /usr/lib/news/bin/overchan
      4380 ? R 0:01 /usr/bin/perl -T /usr/sbin/amavisd --pid_file=/var/run/amavisd.pid --user=
      4464 ? S 0:00 /usr/bin/perl -T /usr/sbin/amavisd --pid_file=/var/run/amavisd.pid --user=
      4475 ? S 0:00 /bin/login
      4525 ? S 0:00 sendmail: MTA: h2NI7smk004525 h1.service.netfrag.org [213.133.118.34]: DAT
      4526 ? S 0:00 /usr/sbin/amavis-milter -D -p /var/run/amavis/amavis-milter.sock
      4527 ? S 0:00 sendmail: MTA: startup with 213.133.118.34
      4531 ? R 0:00 /usr/local/f-prot/f-prot -DUMB -ARCHIVE /var/lib/amavis/amavis-milter-XXyw
      4532 pts/0 R 0:00 ps ax
      4533 ? R 0:00 /usr/bin/perl /etc/mail/smrsh/dispatchmail --base=/home/joko/virtual/joko_
      4534 ? S 0:00 /usr/sbin/amavis-milter -D -p /var/run/amavis/amavis-milter.sock
      4538 ? R 0:00 /usr/local/f-prot/f-prot -DUMB -ARCHIVE /var/lib/amavis/amavis-milter-XXtC
    #> mailq
        MSP Queue status...
        /var/spool/mqueue-client is empty
                                        Total requests: 0
        MTA Queue status...
        [...]
        h2MAnE7v002182 2140 Sat Mar 22 12:30 MAILER-DAEMON
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        h2MBCq7u002264 188 Sat Mar 22 12:18
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        h2MAck7v002146 2140 Sat Mar 22 12:19 MAILER-DAEMON
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        h2MB2v7u002217 188 Sat Mar 22 12:08
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        h2MASG7v002104 2140 Sat Mar 22 12:07 MAILER-DAEMON
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        [...]
        h2M4xl7u000571 156 Sat Mar 22 06:05
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        h2M4kQ7u000517 188 Sat Mar 22 05:52
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        h2M4qq7u000534 188 Sat Mar 22 05:58
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        h2M4tV7u000563 188 Sat Mar 22 06:01
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        h2M4jg7w000515 169 Sat Mar 22 05:52
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
        h2M4jg7u000515 156 Sat Mar 22 05:51
                                          (bestmx map: lookup (h1.service.netfrag.org.): deferred)
                                                                                          
                                        Total requests: 179
        [...]
    #> tail -f /var/log/syslog
        Mar 23 19:37:14 quepasa sm-mta[5174]: h2MBqP7v002446: to=, delay=1+06:00:01, xdelay=00:00:17, mailer=esmtp, pri=12092012, relay=h1.service.netfrag.org. [213.133.118.34], dsn=2.0.0, stat=Sent (h2NIavM03315 Message accepted for delivery)
        Mar 23 19:37:16 quepasa sm-mta[4020]: h2MBfm7w002405: to=, delay=1+06:09:51, xdelay=00:00:08, mailer=esmtp, pri=12182012, relay=h1.service.netfrag.org. [213.133.118.34], dsn=2.0.0, stat=Sent (h2NIb8i03354 Message accepted for delivery)
        Mar 23 19:37:17 quepasa sm-mta[5174]: h2MBfm7v002405: to=, delay=1+06:11:15, xdelay=00:00:00, mailer=esmtp, pri=12182016, relay=h1.service.netfrag.org. [213.133.118.34], dsn=5.1.1, stat=User unknown
        Mar 23 19:37:17 quepasa sm-mta[5174]: h2MBfm7v002405: h2NIVdml005174: return to sender: User unknown
    #> mailq
        [...]
        MTA Queue status...
        [...]
                                Total requests: 83
    #> tail -f /var/log/syslog

connections to the cvs-daemon seem not to be recorded in syslog!?

write monitor for output of 'mailq'!!! (grep the numbers!)

i found while reviewing Mails returned from the 'Mail Delivery Subsystem':
    i example error-message response if (e.g.) 'recieveMail|dispatchmail' fails....
        The original message was received at Tue, 18 Mar 2003 20:45:04 +0100
        from [213.133.118.34]
                        ----- The following addresses had permanent fatal errors -----
        |~/bin/mail/recieveMail
                (reason: 255)
                (expanded from: jonen_mail)
                        ----- Transcript of session follows -----
        syntax error at /etc/mail/smrsh/recieveMail line 125, near ") {"
        Execution of /etc/mail/smrsh/recieveMail aborted due to compilation errors.
        554 5.3.0 unknown mailer error 255
        scan for this! (global/default milter.filter? -> "syntax error in line xyz")
    i another one:
        The original message was received at Mon, 3 Mar 2003 16:51:28 +0100
        from [213.133.118.34]
                        ----- The following addresses had permanent fatal errors -----
        |~/bin/mail/recieveMail
                (reason: 2)
                (expanded from: jonen_mail)
                        ----- Transcript of session follows -----
        Can't locate Sys/Hostname.pm in @INC (@INC contains: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl .) at /usr/share/perl5/Mail/Audit.pm line 6.
        BEGIN failed--compilation aborted at /usr/share/perl5/Mail/Audit.pm line 6.
        Compilation failed in require at /etc/mail/smrsh/recieveMail line 57.
        BEGIN failed--compilation aborted at /etc/mail/smrsh/recieveMail line 57.
        554 5.3.0 unknown mailer error 2
        scan for this! (global/default milter.filter? -> "module not found: "{modulename}" - try to install it? [Y/n] ")

dispatchmail-errors!!!
    #> su joko_mail
    #> cd ~
    #> perl .dispatchmailrc
        Scalar found where operator expected at .dispatchmailrc line 231, near "m/ilo\.de/i $self"
        syntax error at .dispatchmailrc line 231, near "if $to "
        Execution of .dispatchmailrc aborted due to compilation errors.
    #> perl .dispatchmailrc
    #>
    means: {ok}

dispatchmail-errors!!!
    #> su {anybody}
    #> dispatchmail
        Global symbol "$self" requires explicit package name at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 193.
        Global symbol "$self" requires explicit package name at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 194.
        Compilation failed in require at /usr/local/bin/dispatchmail line 37.
        BEGIN failed--compilation aborted at /usr/local/bin/dispatchmail line 37.

added more verboseness to dispatchmail if rules-file has syntax-errors (hard to debug - sorry...)
    #> su joko_mail
    #> cd ~
    #> echo test | mail -s test joko
    #> tail -f Mail/.dispatchmail.log
        ---------------------------------------- TRACE ----------
        From: Mail Delivery Subsystem
        To: postmaster
        Subject: Postmaster notify: see transcript for details
        ---------------------------------------- TRACE ----------
        RULES: Loading from "/home/joko/virtual/joko_mail/.dispatchmailrc".
        ERROR: ERROR: Delivery failed, '/home/joko/virtual/joko_mail/.dispatchmailrc' had syntax errors:
        syntax error at (eval 6) line 1, near "/home/joko"
              Forwarding delivery to next handler in queue (probably /var/spool/mail).
    #> tail -f Mail/.dispatchmail.log
        ---------------------------------------- TRACE ----------
        From: joko_mail@netfrag.org
        To: joko@quepasa.netfrag.org
        Subject: test
        ---------------------------------------- TRACE ----------
        RULES: Loading from "/home/joko/virtual/joko_mail/.dispatchmailrc".
        RULES: Running Perl sub "rules::dispatch".
        ACCEPT: /home/joko/virtual/joko_mail/Mail/SORTED/me2myself

i old code from /home/service/virtual/gateway/.dispatchmailrc
        if ($to =~ /links-computing/) {
    print "COPY", "\n";
            #$self->copy('Newsgate', 'alt.test');
            $self->copy('Newsgate', 'nfo.links.computing');
            #my $prg = $0;
            #my $prg = '/data/opt/dispatchmail/bin/dispatchmail';
            #my $prg = '/etc/mail/smrsh/dispatchmail';
            #my $pipeTo = $prg . ' --mode=mail2news --thread=alt.test --base=/home/collector';
            #$self->report("PIPE: " . $pipeTo);
            #$incoming->pipe($pipeTo);
        }

monitor:
    /home/service/virtual/gateway/.mail-delivery_errors.log
    /home/service/joko_mail/.mail-delivery_errors.log
    /home/service/joko_mail/Mail/.mail-delivery.log

i quepasa.netfrag.org
    #> userdel newscollector
    #> echo test | mail -s test test@netfrag.org
    i further dispatchmail testing....
    #> cd /data/opt/tools/dispatchmail/bin-tests
    #> ./build_dispatch test
        Can't locate object method "id" via package "Mail::Audit" at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 220, line 16.
    #> ./build_dispatch test
        Use of uninitialized value in scalar chomp at /data/libs/nfo/perl/libs/org/netfrag/shortcuts.pm line 73, line 16.
    #> ./build_dispatch test
    #>
    means: {ok}

i quepasa.netfrag.org - mail2news gateway test routine
    #> echo test | mail -s test test
    #> tail -f /var/log/syslog
        Mar 23 23:02:18 quepasa nnrpd[7784]: quepasa.netfrag.org connect
        Mar 23 23:02:18 quepasa nnrpd[7784]: quepasa.netfrag.org perl filtering enabled
        Mar 23 23:02:18 quepasa nnrpd[7784]: quepasa.netfrag.org user collector
        Mar 23 23:02:18 quepasa innd: localhost connected 15
        Mar 23 23:02:18 quepasa innd: localhost:15 closed seconds 0 accepted 1 refused 0 rejected 0
        Mar 23 23:02:18 quepasa nnrpd[7784]: quepasa.netfrag.org post ok <200303232202.h2NM2EZl007775@quepasa.netfrag.org>
        Mar 23 23:02:18 quepasa nnrpd[7784]: quepasa.netfrag.org exit articles 0 groups 0
        Mar 23 23:02:18 quepasa nnrpd[7784]: quepasa.netfrag.org posts received 1 rejected 0
        Mar 23 23:02:18 quepasa nnrpd[7784]: quepasa.netfrag.org times user 0.000 system 0.019 elapsed 0.182
        Mar 23 23:02:18 quepasa sm-mta[7780]: h2NM2EQZ007776: to=|/data/opt/dispatchmail/bin/dispatchmail, ctladdr= (1014/1014), delay=00:00:04, xdelay=00:00:03, mailer=prog, pri=30682, dsn=2.0.0, stat=Sent

metadata for "News-Portal"??? ->MetaBox!

i mail2news - without context
    #> tail -f /var/log/syslog
        Mar 23 23:07:40 quepasa nnrpd[7785]: pd9e77b87.dip.t-dialin.net group alt.test 4
        Mar 23 23:08:15 quepasa innd: ME time 402022 idle 401938(12) artwrite 1(1) artlink 0(0) hiswrite 2(1) hissync 0(2) sitesend 2(1) artctrl 0(0) artcncl 0(0) hishave 1(1)

enhanced dispatchmail:
    renamed log- and errorlog-files
    header-field 'Message-ID' now included when tracing ( important, of course... ;-) )
    example: (e.g. #> echo test | mail -s test test@netfrag.org )
        2003-03-23 23:11:22 - /etc/mail/smrsh/dispatchmail running for user ''.
        ---------------------------------------- TRACE ----------
        From: "Andreas Motl"
        To:
        Subject: test@netfrag.org
        Message-ID: <026701c2f189$6bf13a60$630aa8c0@grasshopper>
        ---------------------------------------- TRACE ----------
        RULES: Loading from "/data/home/service/virtual/gateway/.dispatchmailrc".
        RULES: Running Perl sub "rules::dispatch".
        IGNORE

make this possible
    not: RULES: Running Perl sub "rules::dispatch". .... [done]
    but: RULES: Loading from LDAP(address|query)
    but: RULES: Loading from XML|RDBMS(address|query)

i Abadan

i some html-meta-tags: (copied from http://www.fas.org/index.html)
    
    
    
    

m http://www.un.org/Pubs/chronicle/2000/issue2/0200p29p.htm
    http://www.unites.org/
    http://www.un.org/esa/coordination/ecosoc/itforum/
    http://www.unv.org/

Success Stories in the Developing World

m http://www.ibsys.com
    #> whois ibsys.com
    #> whois kfoxtv.com
    #> whois cox.com

m http://web.archive.org/web/20020213120001/http://www.fbi.gov/fbinbrief/hallhonor/foxhaber.htm

i Halliburton

i from: http://www.spaceimaging.com/newsroom/select_2002.htm
    [...]
    Dec. 15, 2002
    New York Times, Week in Review (Sunday), page 6, column 1C, “The World Three Targets; Three Strategies,”
    IKONOS image of Yongbyon, North Korea and Bushehr Reactor, Iran (photo/caption)
    [...]

i from: http://www.spaceimaging.com/newsroom/select_2001.htm
    [...]
    December 19, 2001
    Asia Africa Intelligence Wire (Turkish Daily News), “Press Scanner: We are Monitoring Iran from Where We Stand,”
    quote from Hurriyet regarding SI Eurasia’s grand opening ceremony (brief)
    [...]

l american military and associated/related links
    http://dodimagery.afis.osd.mil/
    http://afishp6.afis.osd.mil/dodimagery/davis/
    http://dodimagery.afis.osd.mil/dodimagery/davis/
    http://jccc.afis.osd.mil/images/images.pl
    http://jccc.afis.osd.mil/images/images.pl?Lbox=defenselink._Highlights_&cc=3&ban=2
    http://jccc.afis.osd.mil/images/images.pl?Lbox=defenselink._Highlights_&view_cap=1&ban=2&cc=3&lbc=3&tc=12&dir=&vn=&ref=http://dodimagery.afis.osd.mil/dodimagery/
    http://jccc.afis.osd.mil/images/sres.pl?Lbox_cap=761755&dir=Photo&vn=&ttl=030318-A-6132L-001&ref=http://dodimagery.afis.osd.mil/dodimagery/
    http://jccc.afis.osd.mil/
    http://jccc.afis.osd.mil/LBOX/micro/
    http://www.redstone.army.mil/
    https://ams9.redstone.army.mil:7443/pls/adpw/adpw_home
    https://ams9.redstone.army.mil:7443/pls/adpw/adpw_show_docs?p_cat_id=9

? WebTWAIN? is there something like that???

look (again) at mysqldiff.pl [C:\Programme\Perl\bin\mysqldiff.pl]
    are there updates (newer releases) available?

look at nlcvt: [C:\Programme\Perl\bin\nlcvt.pl]
    #!/usr/bin/perl -w
    # nlcvt - convert newline notations
    # Tom Christiansen, 9 March 1999

look at paste: [C:\Programme\Perl\bin\paste]
    =head1 NAME
          paste - merge corresponding or subsequent lines of files
          =head1 SYNOPSIS
          paste [-s] [-d list] file...
          =head1 DESCRIPTION
          Paste combines the corresponding lines of multiple files. Each line of each
    file is printed seperated by tab (or by the characters listed in the -d
    option).

look at morse: [C:\Programme\Perl\bin\morse]

i investigate: "why some articles don't get posted?"
    Subject: Returned mail: see transcript for details
    Attachments: ATT01025.dat, Parallel Atlas 38°N.url
    The original message was received at Tue, 25 Mar 2003 17:05:24 +0100
    from pD9E7799B.dip.t-dialin.net [217.231.121.155]
                ----- The following addresses had permanent fatal errors -----
    |/data/opt/dispatchmail/bin/dispatchmail
            (reason: 255)
            (expanded from: )
                ----- Transcript of session follows -----
    could not build news-article! at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch/Newsgate.pm line 62.
    to: "links-misc"
    554 5.3.0 unknown mailer error 255

i h1.service.netfrag.org
    Mar 25 21:17:05 h1 kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=00:10:dc:14:7d:0a:00:02:85:04:e0:00:08:00 SRC=218.42.127.241 DST=213.133.118.44 LEN=48 TOS=0x00 PREC=0x00 TTL=109 ID=63455 DF PROTO=TCP SPT=4754 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0
    Mar 25 21:17:07 h1 kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=00:10:dc:14:7d:0a:00:02:85:04:e0:00:08:00 SRC=218.42.127.241 DST=213.133.118.34 LEN=48 TOS=0x00 PREC=0x00 TTL=109 ID=63601 DF PROTO=TCP SPT=4730 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0
    Mar 25 21:17:07 h1 kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=00:10:dc:14:7d:0a:00:02:85:04:e0:00:08:00 SRC=218.42.127.241 DST=213.133.118.38 LEN=48 TOS=0x00 PREC=0x00 TTL=109 ID=63615 DF PROTO=TCP SPT=4738 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0
    Mar 25 21:17:07 h1 kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=00:10:dc:14:7d:0a:00:02:85:04:e0:00:08:00 SRC=218.42.127.241 DST=213.133.118.43 LEN=48 TOS=0x00 PREC=0x00 TTL=109 ID=63639 DF PROTO=TCP SPT=4751 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0
    Mar 25 21:17:13 h1 kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=00:10:dc:14:7d:0a:00:02:85:04:e0:00:08:00 SRC=218.42.127.241 DST=213.133.118.34 LEN=48 TOS=0x00 PREC=0x00 TTL=109 ID=64072 DF PROTO=TCP SPT=4730 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0
    Mar 25 21:17:13 h1 kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=00:10:dc:14:7d:0a:00:02:85:04:e0:00:08:00 SRC=218.42.127.241 DST=213.133.118.38 LEN=48 TOS=0x00 PREC=0x00 TTL=109 ID=64089 DF PROTO=TCP SPT=4738 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0
    Mar 25 21:17:13 h1 kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=00:10:dc:14:7d:0a:00:02:85:04:e0:00:08:00 SRC=218.42.127.241 DST=213.133.118.43 LEN=48 TOS=0x00 PREC=0x00 TTL=109 ID=64127 DF PROTO=TCP SPT=4751 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0
    Mar 25 21:17:13 h1 kernel: BLOCKED TCP PACKET: IN=eth0 OUT= MAC=00:10:dc:14:7d:0a:00:02:85:04:e0:00:08:00 SRC=218.42.127.241 DST=213.133.118.44 LEN=48 TOS=0x00 PREC=0x00 TTL=109 ID=64132 DF PROTO=TCP SPT=4754 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0

i h1.service.netfrag.org
    netsaint not running!
    #> /etc/init.d/netsaintd start
    #> tail -f /var/log/messages
        Mar 25 21:26:58 h1 netsaint: NetSaint 0.0.6 starting... (PID=3814)
        Mar 25 21:26:58 h1 netsaint: Error: Contactgroup 'vortex' member list is NULL - Line 94
        Mar 25 21:26:58 h1 netsaint: Error in host configuration file '/usr/local/netsaint/etc/hosts.cfg' - Line 94 (Could not add contactgroup definition)
        Mar 25 21:26:58 h1 netsaint: Bailing out due to one or more errors encountered in the configuration files... (PID=3814)
    #> pico /usr/local/netsaint/etc/hosts.cfg
    #> CTRL + W [search] ->vortex
    --- snip ---
    contactgroup[vortex]=vortex;
    --- snip ---
    prepend line with '#'!
    #> /etc/init.d/netsaintd start
    #> tail -f /var/log/messages
        Mar 25 21:29:27 h1 netsaint: NetSaint 0.0.6 starting... (PID=3852)
        Mar 25 21:29:27 h1 netsaint: Warning: Host 'vortex' has no services associated with it!
        Mar 25 21:29:27 h1 netsaint: Finished daemonizing... (New PID=3853)
        Mar 25 21:29:27 h1 netsaint: Entering active mode...
    let 'monit' monitor 'netsaintd'!!!

replace mysql-max through normal mysql-daemon on h1! (hopefully does result in a smaller memory-footprint)

migrate sorceress.deranger.org to one more uml-host? will it work....?
    more processor power required!

migrate domains from moon1-4 to elessar.f7x.net: ask n0ck, flo and jjj...

i grasshopper.netfrag.org: set PATH=c:\Programme\Perl\bin;%PATH%

i h1.service.netfrag.org
    #> rpm -i ftp://rpmfind.net/linux/contrib/libc6/i386/nano-1.2.0-1.i386.rpm
    #> mysql -p{protected}
    #> use netsaint;
    #> update service set notification_group='super_admins' where notification_group='linux-admins';
    #> update service set check_interval=15 where check_interval=5;
    #> update service set check_interval=5 where check_interval=3;
    #> update service set check_interval=3 where check_interval=2;
    #> update service set check_interval=2 where check_command='check_ping';
    #> update service set notification_interval=240 where notification_interval=120;

m some links...
    http://docs.indymedia.org/view/Main/WebHome
    http://lists.insecure.org/lists/politech/2002/Apr/0115.html
    http://lists.indymedia.org/mailman/public/confluence/2002-December.txt {???}
    http://www.getunderground.com/underground/links/index.cfm
    http://www.xs4all.nl/~wesphoto/
      m bermuda triangle|dreieck
    neutral(german):
        http://home.t-online.de/home/hans-peter.olschewski/bermuda.htm
    neutral(american military):
        http://www.history.navy.mil/faqs/faq8-1.htm
        History of USS Cyclops:
            http://www.history.navy.mil/danfs/c/cyclops.htm
            http://www.history.navy.mil/danfs/c/cyclops-1.htm
    various myths, mysteries and theories:
        The Spreading Mystery of the Bermuda Triangle]:
            http://scientium.com/diagon_alley/commentary/editorial_concourse/mcnamara/bermyth.htm
            http://web.archive.org/web/20020602081908/http://www.parascope.com/en/bermuda1.htm
            http://unmuseum.mus.pa.us/triangle.htm
        George X. Sands, in a report in Fate magazine
            http://www.ocean.fsu.edu/~www/Courses/sp00H1001/mdickler/crazypaper.html
            http://web.archive.org/web/20001005055051/http://www.fortunecity.com/roswell/warminster/167/theori.html
        Some more links....
            http://www.the-bermuda-triangle.com/
            http://www.bermuda-triangle.org/.
            http://www.bermuda-triangle.org/Theories/Electromagnetism/Those_Who_Lived_to_Tell/Rare_Form/rare_form.html
    conspiracy(paranormality):
        http://www.paranormality.com/bermuda_triangle.shtml
    conspiracy(Schwarze Sonne, Neuschwabenland, unterirdische und überirdische Basen):
        http://www.vho.org/D/Geheim2/26.html
    theory([time, gravity, magnetism]):
        http://www.bermuda-triangle.org/Theories/Time___Being/time___being.html
    conspiracy(time travel):
    mystery(time travel):
        http://www.bermuda-triangle.org/Theories/Electromagnetism/Those_Who_Lived_to_Tell/Bruce_Gernon/bruce_gernon.html
    physics(The Hutchison Effect - [tesla, electromagnetism, wavelengths, cold melting, Zero Point Energy]):
        http://www.bermuda-triangle.org/Theories/Hutchison_Effect/The__Triangle__Machine_/the__triangle__machine_.html
        http://hutchison.innoplaza.net/
        http://www.geocities.com/ResearchTriangle/Thinktank/8863/main.html
        http://homepages.kcbbs.gen.nz/af/scienceb.htm
        http://www.altenergy.org/index.html
        http://www.padrak.com/ine/CCIAWARD2.html
        http://www.padrak.com/ine/
        http://www.geocities.com/your_neighbor_2000/
        http://www.geocities.com/your_neighbor_2000/StarDrive.html
        http://www.geocities.com/your_neighbor_2000/RAMBOdrv.bmp
    Some more links... (some already missing)
        http://www.osti.gov/gl99paper.html
        http://www.doe.gov/bridge
        http://www.etde.org./
        http://bermuda-triangle.fateback.com/tri.html
        http://bermuda-triangle.fateback.com/recentevent.html
        http://www.bermuda-triangle.org/Theories/Electromagnetism/Worlds_Below__/Legend_of_the_Lost/Buache_Map/buache_map.html
        http://www.bermuda-triangle.org/Theories/Electromagnetism/Worlds_Below__/Legend_of_the_Lost/Piri_Reis_Map/piri_reis_map.html
        http://web.archive.org/web/19990427180527/icarus.cc.uic.edu/~jdrege1/toby/triangle/tri.html
        http://unmuseum.mus.pa.us/triangle.htm
        http://www.magna.com.au/~naghsh/bermuda.html
        http://web.archive.org/web/20000713052432/http://www.parascope.com/en/bermuda1.htm
        http://web.archive.org/web/19981202112339/www.parascope.com/matrix.htm
        http://web.archive.org/web/19981203041749/www.parascope.com/mx/matrix02.htm
        http://web.archive.org/web/19990424143642/parascope.com/mx/fedm.htm
        http://www.unusualresearch.com/
    Swindle(Erich von Däniken):
        Chariots of the Gods
        Gold of the Gods
        Der Spiegel, November 1973, "The Däniken Swindle."
    Philadelphia Experiment and Roswell stuff:
        http://web.archive.org/web/20010827080339/http://www.bermuda-triangle.org/Theories/Electromagnetism/Interest_From_Other_Worlds_/The_Philadelphia_Experiment/the_philadelphia_experiment.html
        http://web.archive.org/web/20010625052238/www.bermuda-triangle.org/Theories/Electromagnetism/Interest_From_Other_Worlds_/The_Philadelphia_Experiment/The__Eye_Witness_/the__eye_witness_.html
        http://www.bielek.com/corum.htm
        http://www.unusualresearch.com/drreno/filadelf.htm
        http://www.csonline.net/bpaddock/philadelf/
        http://www.unusualresearch.com/read7times/read7times.htm
        http://web.archive.org/web/20010624000645/www.fortunecity.com/roswell/
    suddenly, the topic "Free Energy" reappears with "The Barkhausen Effect":
        http://www.csonline.net/bpaddock/scalar/bark.htm
            Heinrich Barkhausen, a German physicist, discovered in 1919 that a slow,
            smooth increase of a magnetic field applied to a piece of ferromagnetic material,
            such as iron, causes it to become magnetized, not continuously but in minute steps.
            The sudden, discontinuous jumps in magnetization may be detected by a coil of wire
            wound on the ferromagnetic material; the sudden transitions in the magnetic field of
            the material produce pulses of current in the coil that, when amplified, produce a
            series of clicks in a loudspeaker. These jumps are interpreted as discrete changes in
            the size or rotation of ferromagnetic domains. Some microscopic clusters of similarly
            oriented magnetic atoms aligned with the external magnetizing field increase in size
            by a sudden aggregation of neighboring atomic magnets; and, especially as the
            magnetizing field becomes relatively strong, other whole domains suddenly turn into
            the direction of the external field." - ENCYCLOPEDIA BRITANNICA
        Barkhausen Effect Battery:
                  Tesla Symposium at Colorado Springs:

i #> whois clearchannel.com
    Registrant:
                    Clear Channel Communications (DOM-102362)
                  
                    20880 Stone Oak Parkway San Antonio TX 78258 US
                  

                  Domain Name: clearchannel.com
                          Registrar Name: Alldomains.com
                    Registrar Whois: whois.alldomains.com
                    Registrar Homepage: http://www.alldomains.com
                  Administrative Contact:
                    DNS Hostmaster (NIC-1359459) Clear Channel Communications
                  
                    20880 Stone Oak Parkway San Antonio TX 78258 US
                    dns@clearchannel.com +1.2102535000 Fax- +1.2102535013
                  

            Technical Contact, Zone Contact:
                    DNS Administrative Role Account (NIC-1359460) Clear Channel Communications
                  
                    20880 Stone Oak Parkway San Antonio TX 78258 US
                    dns@clearchannel.com +1.2102535000 Fax- +1.2102535013
                  


m http://www.gnu.org/directory/network/misc/cish.html
        Cish - Configuration shell for Linux routers

m http://www.kr.org/nm/
    Nonmonotonic Reasoning

OilEd

m some links....
    http://www.isi.edu/geoworlds/
    http://www.isi.edu/ariadne/domain/edc/
    http://www.fetch.com/

mr http://www.isi.edu/geoworlds/geotopics/
    http://www.dfki.uni-sb.de/
      m human rights watch
    http://www.hrw.org/press/2003/03/letter032003.htm
    http://www.hrw.org/campaigns/iraq/

m Web Watch and more....
    http://www.sfbg.com/37/26/war_watch.html
    http://electroniciraq.net/news/394.shtml
    http://iraqpeaceteam.org/
    http://electronicintifada.net/wire/
    http://iraqpeaceteam.org/pages/diaries_oct_nov02.html
    http://www.transnational.org/
    http://www.foxbghsuit.com/jasw081800.htm
    http://alberta.indymedia.org/features/media/
    http://www.projectcensored.org/frontpagenews/oldnews.html
    http://denver.craigslist.org/about/best/1742260.html
    http://www.jewishvoiceforpeace.org/
    http://oznik.com/web_masters.html
    http://www.idf.il/newsite/english/main.stm
    http://www.unitedforpeace.org

m lookup::doctrine:
    http://www.dict.org/bin/Dict?Form=Dict2&Database=*&Query=doctrine
    interesting that this also links to 'ism's in general ( a topic i though about yesterday ) and - philosophy....
    like otherwhere - everything is closer tied than assumed first....

activate monitoring of pop3 on elessar and imap-ssl on all hosts (quepasa, helo and elessar)!!!

twiki on elessar sits on default homepage and points to helonet.org stuff....
    use "nothing public yet" - page!

i new bombs of the u.s.:
    moab:
        http://www.opendemocracy.net/other_content/article-1075-worlddiary.jsp
        http://layline.blogspot.com/
        http://www.washtimes.com/upi-breaking/20030311-040832-2415r.htm
        http://nugod.net/main/modules.php?name=Top
        http://www.afsoc.af.mil/panews/conventional_bomb.htm
        http://www.usatoday.com/news/world/iraq/2003-03-11-us-bomb-test_x.htm
    jdam:
        http://www.fas.org/man/dod-101/sys/smart/jdam.htm

l http://www.afsoc.af.mil/nightflyer/
    http://www.internationalsocialist.org/
    http://www.apc.org/english/index.shtml
    http://layline.blogspot.com/

i http://www.levity.com/alchemy/latin/latintrans.html

modified WCron-Job for joko@grasshopper.netfrag.org
    was: joko/Scripts/shortcuts/cvs_commit_joko-doc.bat
    now done via rap!
        #> c:\programme\perl\bin\perl C:\home\amo\develop\netfrag.org\nfo\perl\scripts\shortcuts\rap.pl cvs commit joko/doc
        (running each 3600...)
    introduced 'nfo/hosts/grasshopper.netfrag.org/c/etc/rap.xml' at cvs.netfrag.org
        #> rap.pl
            info: Data::Rap: Using rapfile /etc/rap.xml.
            info: Data::Rap: starting
            info: Data::Rap: determining hostname: grasshopper
            notice: Data::Rap: Reading target database from XML.
            error: Data::Storage::Handler::XML: File not found: '/etc/rap.xml'.
            critical: Data::Rap: XML metadata was empty.
        #> c:
        #> cvs -d :ext:joko@cvs.netfrag.org:/var/lib/cvs checkout -d c:\ nfo/hosts/grasshopper.netfrag.org/c
        #> cvs -d :ext:joko@cvs.netfrag.org:/var/lib/cvs update -d c:\ nfo/hosts/grasshopper.netfrag.org/c
        #> rap.pl
            info: Data::Rap: Using rapfile C:\/etc/rap.xml.
            info: Data::Rap: starting
            info: Data::Rap: determining hostname: grasshopper
            notice: Data::Rap: Reading target database from XML.
                rap.pl cvs commit joko/doc
                        Commits joko/doc to cvs.netfrag.org. [each 30 minutes, (created at 24.01.2003, 06:26:53 by WCron - now wrapped via rap)]
              where is pcron???

php:
    use: $_REQUEST, $_SESSION
    implement: $_APPLICATION

i Twingle: Wie janosch sagt: "Wieso ist denn da kein Link? Wir sind doch im Internet...!?"
    [als er beim browsen auf bacula.org über tomsrtbt stolperte - wer weiss denn schon was tomsrtbt is?]
    also:
    http://netfrag.org/twingle/http://bacula.org

i wargames
    It really *is* absurd:
        The usa leads their tactical war against iraq and
        my friends down here are playing strategical war
        games on their computers.
    Let's gear towards planning a better future without the tactical root of evil.
    Let's try to apply the philosophy of the FSF to the Engineering- and Media- Industry.
    Is there already an Open Engineering License? Is it required in fact?
    The industry seems to be too slow to adapt new innovations....
    This depends on the definition of "industry",
    which i have to admit i'm not aware of - let's look it up:
          m lookup::industry:
        http://www.dict.org/bin/Dict?Form=Dict2&Database=*&Query=industry
                  From Webster's Revised Unabridged Dictionary (1913) :
                      Industry \In"dus*try\, n.; pl. Industries. [L. industria, cf.
                  industrius diligent; of uncertain origin: cf. F. industrie.]
                  1. Habitual diligence in any employment or pursuit, either
                        bodily or mental; steady attention to business; assiduity;
                        -- opposed to sloth and idleness; as, industry pays
                        debts, while idleness or despair will increase them.
                                                  We are more industrious than our forefathers,
                                    because in the present times the funds destined for
                                    the maintenance of industry are much greater in
                                    proportion to those which are likely to be employed
                                    in the maintenance of idleness, than they were two
                                    or three centuries ago. --A. Smith.
                                2. Any department or branch of art, occupation, or business;
                        especially, one which employs much labor and capital and
                        is a distinct branch of trade; as, the sugar industry; the
                        iron industry; the cotton industry.
                                3. (Polit. Econ.) Human exertion of any kind employed for the
                        creation of value, and regarded by some as a species of
                        capital or wealth; labor.
                                Syn: Diligence; assiduity; perseverance; activity;
                            laboriousness; attention. See Diligence.
                            From WordNet (r) 1.7 :
                      industry
                      n 1: the people engaged in a particular kind of commercial
                                enterprise; "each industry has its own trade
                                publications"
                      2: the organized action of making of goods and services for
                            sale; "American industry is making increased use of
                            computers to control production" [syn: manufacture]
                      3: persevering determination to perform a task; "his diligence
                            won him quick promotions"; "frugality and industry are
                            still regarded as virtues" [syn: diligence, industriousness]
                  m lookup::diligent
                  http://www.bartleby.com/61/roots/IE503.html

            The American Heritage® Dictionary of the English Language: Fourth Edition. 2000.
                                            Appendix I
                          Indo-European Roots
                              ENTRY: ster-2
            DEFINITION: Also ster-. To spread.
            Derivatives include destroy, industry, straw, street, and stratagem.
                  I. Extended form *streu-. 1. strain2, from Old English stron, something gained, offspring, from Germanic suffixed form *streu-nam. 2. structure; construct, destroy, instruct, instrument, obstruct, substruction, from Latin struere, to pile up, construct. 3. Zero-grade form *stru-. industry, from Latin industrius, diligent, from Archaic Latin indostruus (endo-, within; see en). 4. bremsstrahlung, from Old High German strla, arrow, lightning bolt, from Germanic *strl.
                  II. O-grade extended form *strou-. 1. Suffixed form *strou-eyo-. a. strew, from Old English str(o)wian, to strew; b. streusel, from Old High German strouwen, strowwen, to sprinkle, strew. Both a and b from Germanic *strawjan. 2. Suffixed form *strow-o-. straw, from Old English straw, straw, from Germanic *strawam, “that which is scattered.”
                  III. O-grade extended form *stroi-. perestroika, from Old Russian stroj, order.
                  IV. Basic forms *ster-, *ster-. 1. Nasalized form *ster-n--. estray, stratus, stray, street; consternate, prostrate, substratum, from Latin sternere (past participle strtus from zero-grade *st-to-), to stretch, extend. 2. Suffixed form *ster-no-. sternum; sternocleidomastoid, from Greek sternon, breast, breastbone.
                  V. Zero-grade form *st-, *st-. 1. Suffixed form *st-to-. stratagem; stratocracy, from Greek stratos, multitude, army, expedition. 2. Suffixed form *st-to-. strath, from Old Irish srath, a wide river valley, from Celtic *s(t)rato-. 3. Suffixed extended form *st-m. stroma; stromatolite, from Greek strma, mattress, bed. (Pokorny 5. ster- 1029.)
                            http://www.bartleby.com/61/34/B0473400.html

            The American Heritage® Dictionary of the English Language: Fourth Edition. 2000.
                              bremsstrahlung
                              SYLLABICATION: brems·strah·lung
            PRONUNCIATION: brmshträlng
            NOUN: The electromagnetic radiation produced by a change in the velocity of an electrically charged subatomic particle, such as an electron, as when it collides with another object.
            ETYMOLOGY: German : Bremse, brake (from Middle Low German premse, from pramen, to press) + Strahlung, radiation (from strahlen, to radiate, from Strahl, ray, from Middle High German strle, from Old High German strla, arrow, stripe; see ster-2 in Appendix I).
                  bremsstrahlung
            http
://rd11.web.cern.ch/RD11/rkb/PH14pp/node16.html
            http://www.desy.de/pr-info/Roentgen-light/roentgenstrahlung/roentgenstrahlung8.html

        Okay, this gave no further facts, but some nice history about word-stems...
        Also, alles klar: "Industrie" kommt von "Streu" - hamma ja scho immer geahnt.... ;-)

        A quarter of an hour later, janosch talked about the same idea he had:
            To build a strategic game which includes the same fun-factor as (e.g.) starcraft or c&c
            but aims to address economic and ecologic problems we have *now*.

look at FLTK, microwindows and nano-X!!!
    CPAN: Perl's FLTK-interface: http://search.cpan.org/author/MKENNEDY/FLTK-0.52/FLTK.pm

i h1.service.netfrag.org downed
    Apr 1 02:08:50 h1 netsaint: SERVICE ALERT: martha;PING;WARNING;HARD;3;PING WARNING - Packet loss = 0%, RTA = 263.85 ms
    Apr 1 02:09:28 h1 sshd[19153]: fatal: Read from socket failed: Connection reset by peer
    Apr 1 02:10:00 h1 /USR/SBIN/CRON[19338]: (root) CMD (/home/service/bin/bw_acct/iptables-stats.pl > /dev/null)
    Apr 1 02:12:28 h1 sshd[19789]: Connection closed by 213.133.118.34
    Apr 1 02:12:37 h1 proftpd[19828]: h1.service.netfrag.org (h1.service.netfrag.org[213.133.118.34]) - FTP session opened.
    Apr 1 02:12:37 h1 proftpd[19828]: h1.service.netfrag.org (h1.service.netfrag.org[213.133.118.34]) - FTP session closed.
    Apr 1 02:15:00 h1 /USR/SBIN/CRON[20246]: (root) CMD (/home/service/bin/logcheck/logcheck.sh)
    Apr 1 02:15:28 h1 sshd[20503]: Connection closed by 213.133.118.34
    Apr 1 02:18:28 h1 sshd[20693]: Connection closed by 213.133.118.34
    Apr 1 02:19:00 h1 /USR/SBIN/CRON[20732]: (root) CMD (/usr/sbin/sendmail -q)
    Apr 1 02:20:00 h1 /USR/SBIN/CRON[20930]: (root) CMD (/home/service/bin/bw_acct/iptables-stats.pl > /dev/null)
    Apr 1 02:21:28 h1 sshd[21336]: Connection closed by 213.133.118.34
    Apr 1 02:24:28 h1 sshd[21514]: Connection closed by 213.133.118.34
    Apr 1 02:27:28 h1 sshd[22087]: Connection closed by 213.133.118.34
    Apr 1 02:27:37 h1 proftpd[22117]: h1.service.netfrag.org (h1.service.netfrag.org[213.133.118.34]) - FTP session opened.
    Apr 1 02:27:37 h1 proftpd[22117]: h1.service.netfrag.org (h1.service.netfrag.org[213.133.118.34]) - FTP session closed.
    Apr 1 09:37:15 h1 syslogd 1.4.1: restart.
    Apr 1 09:37:20 h1 kernel: klogd 1.4.1, log source = /proc/kmsg started.
    Apr 1 09:37:20 h1 kernel: Inspecting /boot/System.map-2.4.10-4GB
    Apr 1 09:37:21 h1 kernel: Loaded 11713 symbols from /boot/System.map-2.4.10-4GB.
    Apr 1 09:37:21 h1 kernel: Symbols match kernel version 2.4.10.
    Apr 1 09:37:21 h1 kernel: Loaded 164 symbols from 15 modules.
    Apr 1 09:37:21 h1 kernel: ip_tables: (c)2000 Netfilter core team
    Apr 1 09:37:21 h1 kernel: ip_conntrack (4031 buckets, 32248 max)
    Apr 1 09:37:21 h1 kernel: Universal TUN/TAP device driver 1.4 (C)1999-2001 Maxim Krasnyansky
    Apr 1 09:37:21 h1 kernel: 8139too Fast Ethernet driver 0.9.18a
    Apr 1 09:37:21 h1 kernel: PCI: Found IRQ 11 for device 00:0f.0

i send-mail -i webmaster@3js.de

j joko_2003-04.twingle