--- joko/doc/SampleTasks/joko_2003-03.twingle	2003/03/08 11:27:00	1.17
+++ joko/doc/SampleTasks/joko_2003-03.twingle	2003/03/25 17:04:24	1.146
@@ -10,49 +10,18 @@
 @sequence meta
 @document-history
 @cvs-info
-  $Id: joko_2003-03.twingle,v 1.17 2003/03/08 11:27:00 joko Exp $
-  $Log: joko_2003-03.twingle,v $
-  Revision 1.17  2003/03/08 11:27:00  joko
-  + AUTOCOMMIT: updated/added content
-
-  Revision 1.16  2003/03/08 08:56:05  joko
-  + AUTOCOMMIT: updated/added content
-
-  Revision 1.15  2003/03/08 07:55:59  joko
-  + AUTOCOMMIT: updated/added content
-
-  Revision 1.14  2003/03/08 07:25:57  joko
-  + AUTOCOMMIT: updated/added content
-
-  Revision 1.13  2003/03/08 05:56:38  joko
-  + AUTOCOMMIT: updated/added content
+  $Id: joko_2003-03.twingle,v 1.146 2003/03/25 17:04:24 joko Exp $
 
-  Revision 1.12  2003/03/08 05:25:54  joko
-  + AUTOCOMMIT: updated/added content
 
-  Revision 1.11  2003/03/08 04:55:46  joko
+  Revision 1.93  2003/03/14 14:55:57  joko
   + AUTOCOMMIT: updated/added content
 
-  Revision 1.10  2003/03/07 22:26:20  joko
+  Revision 1.91  2003/03/13 15:25:56  joko
   + AUTOCOMMIT: updated/added content
 
-  Revision 1.9  2003/03/07 20:56:02  joko
+  Revision 1.90  2003/03/13 14:56:54  joko
   + AUTOCOMMIT: updated/added content
 
-  Revision 1.8  2003/03/07 18:26:17  joko
-  + AUTOCOMMIT: updated/added content
-
-  Revision 1.7  2003/03/07 17:56:46  joko
-  + AUTOCOMMIT: updated/added content
-
-  Revision 1.6  2003/03/07 16:56:42  joko
-  + AUTOCOMMIT: updated/added content
-
-  Revision 1.5  2003/03/07 15:57:11  joko
-  + AUTOCOMMIT: updated/added content
-
-  Revision 1.4  2003/03/07 04:25:54  joko
-  + AUTOCOMMIT: updated/added content
 
   Revision 1.3  2003/03/07 03:56:59  joko
   + AUTOCOMMIT: updated/added content
@@ -409,10 +378,11 @@
   o twingle -> dispatchmail (Twingle::Mail)
   o twingle -> twingledoc (Twingle::Doc)
 
-o refactor to "twingled/":
-  o http://netfrag.org/~joko/computing/overview/topics/topics/
-  o http://netfrag.org/~joko/computing/overview/topics/SampleTasks/
-o update http://netfrag.org/~joko/computing/overview/topics/topics.html
+o update www.netfrag.org
+  o refactor to "twingled/":
+    o http://netfrag.org/~joko/computing/overview/topics/topics/
+    o http://netfrag.org/~joko/computing/overview/topics/SampleTasks/
+  o update http://netfrag.org/~joko/computing/overview/topics/topics.html
 
 x re-enable Yakka
 
@@ -480,6 +450,8 @@
     x apt-get install dia2code
 
 x 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
   x setup CPAN--Template: perl -MCPAN -e "install Template"
   ->CPAN--TT2
   ->CPAN--Splash!
@@ -512,4 +484,1984 @@
        ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
           #> cd /.cpan/build/GD-2.06
           #> make
-          
\ No newline at end of file
+  x 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
+  x 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
+  o 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..
+    o the "php-pattern" should also contain namespaces and stuff
+      (components gets instantiated by either 'mkObject' or 'php::mkComponent')
+      make this possible!
+    
+o quick (javascript) search for netfrag.org and packages.debian.org (xul?)
+
+o phpDirectoryIndex:
+  o integrate Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
+  o hide more entries: e.g. 'CVS' (declare as "cvs-repository-metadata" - "hidden by default")
+
+@lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/
+
+o autodia: enhance with "projects"
+   <-> couple with phpDocumentor
+   
+o phpDocumentor: try php 4.3.0 for having cross-indexed browsable source as an additional feature ;-)
+  o <-> link to pages prepared by Autodia
+  o add additional browser in top left frame for cross-domain-browsing (having multiple apis beside each other)
+  o the html-title! (make it unique!!!)
+  
+o for Autodia: 
+  o resize images to a) 800x600 portrait and b) DIN A 4 square or s.th.l.th.
+    => x .autozoom -> zoomall -> zoommulti -> zoomone
+  o stamp picture with header and footer (little expressions for including predefined title, current filename, date, etc.!)
+  o idea: render as SVG???
+  o class- and package-diagrams:
+    o "Class" for relationships of Code- and DB-Schema-classes
+    o "Package" for relationships of code-packages
+  o integrate with phpDocumentor:
+    /data/opt/tools/phpdocumentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/left_frame.tpl
+  o 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.
+
+o glib-namespace aufräumen!
+
+o twingle
+  o what about "<pre>"-blocks?
+  o what about non-html-tags (e.g. <optional-var-name>)?
+   => we'll probably need a html-tag-db to solve this 
+  o establish as RunnerAgent and IntervalRunnerAgent on quepasa!
+
+o phpDocumentIndex
+  o recognize symlinked directories!!!
+  o integrate with ImageZoom written for Autodia
+    -> manipulate images: zoom, rotate
+  o sort order: 
+    o default: show directories on top
+    o make changable through columns
+  o option to force view of hidden files (e.g. dot-files)
+  o 24h-time-format (no AM/PM)
+  o UML-Class-diagram-icon for tutorial!!!
+
+o modify /etc/hosts entry by rule!!!!
+
+o 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
+
+o autozoom/runzoom
+  o from (e.g. test6/)
+  o to (e.g. test6/zoomed/)
+
+x global "last-recent-error"-page for admin to view errors occouring
+  - SystemErrors
+    o /var/log/syslog
+    x root-mails (via nntp-news-msg's: Alerts/nfo.support)
+      x netsaint
+      x monit
+  - StepProcessing: ./.runrc: update|build|publish
+  - phpDocumentor-errors
+    o monitor regularly: http://netfrag.org/docs/code/api/org.netfrag/errors.html
+  x by now: linked manually in 'caesar': http://h1.service.netfrag.org/caesar/
+
+o clean up disks!!!
+  o h1.service.netfrag.org
+  o quepasa.netfrag.org
+
+o natraj/sorceress: server-consolidation?
+
+o DataSource::Generic <-> ObjectList!!!
+
+o Yakka: (javascript-control):
+  o let CTRL + ENTER make a new para
+  o let CTRL + CTRL (double-hit) make a new page from WikiWord left of the cursor (splash into a new DHTML page!)
+
+x root@quepasa:/data# apt-get install pdumpfs
+
+o 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).
+  x dpkg --force-depends -r libxml2
+  o dpkg-liftpackage libxml2_2.4.19-4_i386.deb 2.5.0-1
+    x dpkg-deb -x libxml2_2.4.19-4_i386.deb fakepkg
+    x dpkg-deb -e libxml2_2.4.19-4_i386.deb
+    x mv DEBIAN fakepkg/
+    x dpkg-deb --build fakepkg libxml2_2.4.19-4_i386_fake_2.5.0-1.deb
+    x dpkg -i libxml2_2.4.19-4_i386_fake_2.5.0-1.deb
+
+o update www.netfrag.org
+o announce on www.netfrag.org
+  o api-doc
+  o packages.netfrag.org (libxml2!)
+  o autogenerate: 
+    o api-doc & diags
+    o twingle
+
+o ->search.netfrag.org/ruby
+
+o refactor Yakka::YakkaSetup
+
+o quepasa - Error: AMaViS
+
+   <screen>
+    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.
+   </screen>
+
+  - probably because of perl-5.8.0?
+
+  x apt-get install razor   #)§$&(
+  solution:
+    x dpkg --force-depends -r razor
+    x wget http://ftp.de.debian.org/debian/pool/main/r/razor/razor_1.20-1_all.deb
+    x dpkg -i razor_1.20-1_all.deb
+     => depends on 'libtime-hires-perl', so:
+      x wget http://ftp.de.debian.org/debian/pool/main/libt/libtime-hires-perl/libtime-hires-perl_1.20-4_i386.deb
+      x 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
+      x dpkg -x razor_1.20-1_all.deb razor
+      x dpkg -r razor_1.20-1_all.deb
+      x mv DEBIAN/ razor/
+      x 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))
+      x dpkg -b razor razor_1.20-1_all_nodeps.deb
+      x cp razor_1.20-1_all_nodeps.deb /data/Packages/dists/stable/contrib/binary-i386/
+    =>
+      x dpkg -i /data/Packages/dists/stable/contrib/binary-i386/razor_1.20-1_all_nodeps.deb
+    => [test]
+      x /etc/init.d/amavis-milter start
+       <screen>
+        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.      
+       </screen>
+    => [CPAN-install]
+      x perl -MCPAN -e "install Time::HiRes"
+       <screen>
+          [...]
+          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
+       </screen>
+
+  x probably because of perl-5.8.0? yes!  --  is it fixed now? let's try...  (again)
+      x /etc/init.d/amavis-milter restart
+        no! same error as above!
+      the problem is:
+      watch the output of 'perl -V' - at the bottom:
+      <screen>
+        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
+            .
+      </screen>
+
+      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.:
+        x rm -rf /usr/lib/perl5/auto/Time/HiRes
+        (or if you don't wanna be as brute-force)
+        x cd /usr/lib/perl5/auto/Time
+        x mv HiRes HiRes.old
+        
+    => let's try again:      
+      x /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')
+      x dpkg --force-depends -r libtime-hires-perl
+      => my fault! ;-)
+
+  => so, everything works fine now....
+      x /etc/init.d/amavis-milter restart
+    
+o BER.pm:  BER (Basic Encoding Rules) encoding and decoding.
+
+o use a common [[http://razor.sourceforge.net/artistic.html|"Artistic License"]]?
+
+o use pdumpfs!
+
+o what we build seems similar to Torque <-> Maven  (Tangram|XyZ+Data::Storage <-> nfo-libs|rap)
+
+o 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
+
+o installing pdumpfs as system-wide backup-system:
+  x mkdir -p /home/service/virtual/pdumpfs/var/data
+  x mkdir -p /home/service/virtual/pdumpfs/var/log
+  x cd /usr/local/bin
+  x ln -s /home/service/virtual/pdumpfs/backup .
+
+o feature: BrowsableBackup:
+  o missing: authentication via LDAP....
+
+o make up toolpack from shortcuts/*, dispatchmail, backup (->pdumpfs), etc...
+  ->packages.service.netfrag.org
+  -->/usr/local/bin
+  
+o one account - three services:
+  o wiki
+  o news
+  o backup
+  (o ssh) (not-a-must)
+
+o dpkg-modcontrol!!!
+
+o robinson - purge package dependencies from .deb- or .rpm-packages
+  can alien do that?
+
+o rsync working: view from the server-side:
+ 3968 ?        R      0:40 rsync --server --sender -vulogDtprz . /home/service/backup/
+
+x finally: we have a backup-system!
+  - built on top of pdumpfs (ruby!), gets triggered by cron through shortcut-script 'backup'
+  - backs up:
+    x /home/*   (except /home/service)
+    x /data/bin  (approx. 9.2M)
+    x /data/libs  (approx. 1.7M)
+    x /data/opt  (approx. 27M)
+    o /data/var  (approx. 104M)
+      o mysql-db
+      o news-spool
+    o /data/www  (approx. 126M)
+      x /data/www/virtual/lashlarue  (approx. 28M)
+      x /data/www/virtual/netfrag  (approx. 68M)
+      x /data/www/virtual/wac  (approx. 4M)
+  o productive backup should go to /var/pdumpfs (similar to /var/backup) instead of /home/service/virtual/pdumpfs!!!
+  o 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
+  o limit size of files that are backuped without user-request!?! (2MB, 10MB, 100MB, 1G)
+
+o establish logfile-rotation with logrotate!!!
+  #> cd /data/www/virtual/lashlarue/log
+  #> gzip access_log
+  #> gzip error_log
+
+o more todos:
+  x 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% /
+
+
+    o /home/uml/skels aufräumen!
+  o draw more diagrams
+  o let 'monit' monitor our umls
+    x 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!
+    x monitoring these services by pid:
+        o atd.pid    
+        x cron.pid   
+        o gpm.pid    
+        x inetd.pid  
+        o ippl.pid   
+        o klogd.pid  
+        x monit.pid  
+        o nscd.pid   
+        o ntop.sock= 
+        o proftpd/   
+        o samba/     
+        x sendmail/  
+        o smpppd/    
+        x sshd.pid   
+        x syslogd.pid
+    o let it work together with heartbeats on umls
+  o make more backups
+    databases: code (repository) and rdbms-sql (mysql)
+
+o look in /var/log/syslog after crash! (other logfiles?)
+
+o 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?
+
+x 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
+
+o what about legolas?
+
+o search-shortcut to rpmfind.net
+
+o request to hetzner:
+  please delete handle "CNO: MM458-ABC"...
+
+o update www.netfrag.org
+  o prevent errors like seen on http://netfrag.org/cgi-bin/viewcvs.cgi/joko/virtual/joko_mail/
+
+o update www.netfrag.org
+  x HomePage (phpWiki::Index): remove yakka's "to be repaired" - line
+  o Overview: add link to DocumentIndex at section 'Documentation'
+  x update links (jonen's docs/software, etc.)
+  o rename http://netfrag.org/docs/build/ to http://netfrag.org/docs/.build/ or http://netfrag.org/docs/@build/
+  o rename http://netfrag.org/docs/topics/caesar/ to http://netfrag.org/docs/topics/sysadmin/ ???
+  x add new items to sections
+  x update/enhance news-section (Overview, Details)
+
+o run broken-link-finder on www.netfrag.org
+  -> find nice project!
+
+o infra for www.netfrag.org
+  o make this shortcut possible: http://netfrag.org/Overview
+
+o account for jonen@www.netfrag.org--phpWiki::*
+
+o twingle:
+  render 'o' and/or 'x' symbols as checkboxes other users can use to enable/prioritize tasks
+
+o backup eagle.netfrag.org!!!
+
+o enhance backup-system
+  LookAt::http://www.netfrag.org/webnews/article.php?id=320&group=nfo.links.computing
+
+o LookAt = MIME-compliant multi-glass
+
+o at note/attachment to documents shown via browser to inform user about backups made
+  (link to backup-locations/-urls)
+
+o search::admintools before actually starting a ToolHierarchy|ToolTree
+
+o http://www.netfrag.org/~joko/computing/overview/topics/SampleTasks/joko_2003-01.html
+  Torus::Publish::ReWeb <-> Torus::Publish::ResearchWeb ???
+
+o search::IMAPFilter
+
+o QoS for apt-get!!!  (http or ftp to x.debian.org or uni-erlangen.de (parse /etc/apt/sources.list!!!))
+
+x jonen makes the words: integraded! yeah!
+
+o 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.
+  o Also associate the [posix]Accounts with an AddressBook! (AddressBook <-> ProprietaryAddressBook)
+  o 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
+
+o 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
+  o LookAt::[ModIndexRSS|http://software.tangent.org/projects.pl?view=mod_index_rss]
+    also look at "mod_repository for Apache" there!!!
+
+o close down almost everything on h1.service.netfrag.org
+  o ntop
+  o apache
+  o mysql
+  o vsd
+  o write (success-)story!!!
+
+# --- bookmark, 2003-03-13 00:43
+
+o note about workflow / FAQ: what about old root-emails on the main-host?
+  x 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)
+  o 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 <mbox-file>
+      
+  x purged old mboxes:
+    #> rm rfms      (last entry: Date: Fri, 6 Dec 2002 20:45:01 +0100)
+    #> rm jonen     (last entry: Jun 25  2002)
+    
+    
+
+o convert diffs of this file to rss-chunks to be able to feed them to a RecentChanged Page or arbitrary rss-aggregators
+
+o make up an "edit"-mode of this document:
+  o WorkFlow: "Make a personal WishList from items of another users TaskList."
+  o ToImplement: KISS, Click & Go
+
+o x.netfrag.org - a server made up of WebServices
+
+x glossary::KISS - Keep It Simple, Stupid
+  LookAt::http://whatis.techtarget.com/definition/0,,sid9_gci521694,00.html
+  <paste>
+    <title>KISS Principle</title>
+    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." 
+  </paste>
+  SeeAlso::[Ockham's razor|http://whatis.techtarget.com/definition/0,,sid9_gci212684,00.html]
+
+o look how Horde looks with the current 'chora'-stylesheet...
+
+# --- bookmark, 2003-03-13 00:43
+
+o dus2html:
+  o aggregate outputs from dus to one or more linked html page(s)
+  o run in interval (cron!)
+
+o server- & tool-consolidation (moonX, toolX)
+
+o phpDocumentIndex should get different "modes":
+  o ViewMode (normal, twingled, etc.)
+  o ParsedMode (into rss-chunks by diff2rss)
+  o RevisionMode (per file, if .ext == ',v')
+  
+o generic framework to build a backend for a web-based ProductBuilder (like alternate's PC-Builder and many others)
+  o Zwischensumme
+
+o komplan.com - Homepage!!!
+
+o translate selfhtml?
+
+o search::[php & rss & Dublin Core]
+
+o "what happens if 'dispatchmail' prints something to the console" or ...
+  "check out how to let dispatchmail append stuff to /var/log/syslog"
+
+x 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)
+
+o why does quepasa.netfrag.org crash regularly?
+
+o 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.
+
+x refactor 'estats' on h1.service.netfrag.org
+  x new design
+  x new location
+    - http://h1.service.netfrag.org/~service/estats/ -> http://h1.service.netfrag.org/caesar/
+  c new architecture? (use WML - Website Meta Language?)
+  x 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
+  x 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 ...
+      x File::Tail
+        x Time::HiRes
+      x File::Data
+        x wget http://search.cpan.org/CPAN/authors/id/R/RF/RFOLEY/File-Data-1.12.tar.gz
+     ... established in /home/service/bin/agents/...
+     x [conns] ippl/recent.pl (running in background)
+     x [procs] pstree/procs (linked to /etc/cron.daily)
+     x [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
+
+o 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.
+
+o caesar = ISPMan + {Ms Greenwich (TM)} + {Ms Exchange (TM)}
+    ims + ums!!!
+
+o 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.
+
+o 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.
+
+o LookAt::win32-registry-keys
+    o HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database
+    o HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DataAccess
+    o HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem
+    o HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlayNATHelp
+
+o Microsoft's "Service Connection Options" (shown in "Application Performance Explorer")
+  Connection Type: Remote Automation|Distributed COM
+
+o LookAt: C:\Programme\vs\Common\Tools\Clireg\CLIREG32.EXE
+  pendant to 'regsvr32.exe'???
+
+o LookAt: C:\Programme\vs\Common\Tools\VS-Ent98\vmodeler\msvm.exe
+
+o How do Microsoft's 'Resources' work?
+  frm.Caption = LoadResString(CInt(frm.Tag))
+
+o 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
+
+o 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
+
+x LookAt::C:\Programme\vs\Common\Tools/uuidgen.EXE
+
+x 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
+x 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
+
+o 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)
+
+o install LynxView: http://www.delorie.com/web/lynxview.cgi?see-script
+
+o Try::bacula
+
+o Try::synergy
+
+x 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
+
+o look at jabber again! get it running on quepasa.netfrag.org
+  (for being able to give [jabberzilla|http://jabberzilla.mozdev.org/] a shot)
+
+x ./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
+
+o !!!!  check if device is full before writing to disk  !!!!
+
+i http://www.gnu.org/projects/dotgnu/index.rdf
+
+o reasoning from CPU Load to Work Load
+
+o 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.
+
+o tex backup!?
+
+x 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
+
+o fix dispatchmail to recognize this!!! ( => don't ignore such messages! )
+  o make impossible that undelivered messages go to nirvana
+  o deliver to *one* (by now) special mailbox named 'undelivered'
+  o introduce web-based message-refactoring / address-redispatching -frontend on top of that!
+
+o 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)
+  o maybe addionally check them against returned mails from PostmasterX
+
+mv http://dillo.cipsga.org.br/ -> http://dillo.auriga.wearlab.de/ 
+
+o 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/
+
+o fsse.netfrag.org (Free Software Search Engine)
+
+x moved mails from 'trafficreport@hetzner.de' manually to IMAP-Folder 'logs/netfrag.org/system/applications'
+  o make up script which tries to automagically 'learn' this rule by scanning a mbox-hierarchy [located at Xyz - ;-)]
+  x same with 'robot@hetzner.de'
+
+o write some proposals:
+  o The publishing-layer (sh/perl-scripts)  -> dotGNU
+  o The web-frontend-layer (php-front, perl-backed)  -> dotGNU
+
+o let monit monitor the system-load... is it capable restarting services which actually *do* make the load?
+
+o phpDocumentIndex: <hr noshade ???
+
+o web-interface for serialz 2000? is there any???
+
+o 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
+
+o twingle <-> [scribe|http://www-sop.inria.fr/mimosa/fp/Scribe/] ???
+
+o use scribe and mod_scribe for document authoring and publishing
+
+o commit h1.service.netfrag.org:~service/ to cvs!!!
+
+o apt-get install scribe???
+  x 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) ...
+
+o scribe <-> Autodia???
+
+o distributed log-receiver using debian-logtools
+
+i quepasa.netfrag.org
+  #> apt-get install splitvt
+
+o look at gfslicer - A utility to split and join files
+  http://packages.debian.org/unstable/utils/gfslicer.html
+
+o gnu@netfrag.org, debian@netfrag.org for posting interesting stuff regarding these topics???
+
+o LookAt::ftp://ftp.gnu.org/pub/gnu/dotgnu-pnet/debian/
+
+o modules for WebExplorer:
+  o SchedulerFrontend: creates jobs/metadata for
+    o cron jobs
+    o ts backend jobs
+    o WCron jobs
+  o DataMapper
+    o maps entries of a list of key-value pairs to another list (manually or based on rules/constraints) or stuff like that
+  o JobExecutor (already componentalized - just embed/include) - living at org.netfrag.app--YAA (Yet Another Admin)
+
+o use monit to prevent amok-runs
+
+o make up per-host topics for caesar (quepasa, sorceress, helo and elessar, (moonX?))
+
+* trace program-run & output
+  - catch output of:
+    o phpDocumentor (.phpdocrc)  >> /tmp/api/build-log
+    o Autodia & Autodia-tools
+  o publish at a new subdirectory
+  o link to caesar appropriatly
+  o filter for error-messages (grep -i error), link to different place(s) at caesar
+  o build index.scr files with scribe pointing to
+    o api's for different packages (pub/docs)
+    o log-messages/-errors for different generation programs (caesar/Messages, caesar/Alerts|Errors)
+
+o use yakka to edit files (perform action=edit on file.type = text/plain|text.vnd(tavi-yakka|twingle|scribe)|mixed/multipart)
+
+o use yakka to view files (perform action=view on file.type = text.vnd(tavi-yakka)|mixed/multipart)
+
+x let '.runrc' accept one of the following parameters:
+  - 'all|sync|build-all|build-api|build-dia|publish'
+
+x .check_agents []
+  @alias --- is-a {block}
+  * #> ps ax | egrep "perl|python|php|ruby|/bin/sh" | egrep -v "mysql|amavis"
+    o let something monitor|trace output of that?
+    o history?
+    o 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
+  o 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...)
+
+o more TODOs...
+  o publish xml from Autodia to enable refining via dia
+  o 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=<root@quepasa.netfrag.org>, 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: <root@quepasa.netfrag.org> -> <cvs-log@netfrag.org>
+    Mar 18 07:20:23 quepasa amavis[272]: Checking: <root@quepasa.netfrag.org> -> <cvs-log@netfrag.org>
+
+  #> 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=<root@quepasa.netfrag.org>, 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: <root@quepasa.netfrag.org> -> <cvs-log@netfrag.org>
+    Mar 18 07:20:23 quepasa amavis[272]: Checking: <root@quepasa.netfrag.org> -> <cvs-log@netfrag.org>
+    Mar 18 07:20:31 quepasa amavis[272]: spam_scan: No, hits=-1.8 tests=UNIFIED_PATCH,CTYPE_JUST_HTML, <root@quepasa.netfrag.org>
+    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=<cvs-log@netfrag.org> (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=<joko@quepasa.netfrag.org>, 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: <joko@quepasa.netfrag.org> -> <joko@netfrag.org>
+    Mar 18 07:25:59 quepasa amavis[273]: Checking: <joko@quepasa.netfrag.org> -> <joko@netfrag.org>
+    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, <joko@quepasa.netfrag.org>
+    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
+
+c purge /var/log/news/news.notice!!! (starts getting big! -> 37MB)
+  -> seems to get autorotated by logrotate already ... ;-)
+
+o 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....)
+
+o "You Are Here" for caesar (using the "Tracker"???)
+
+o 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=<hr noshade style="height:1px">
+  (from: http://www.usemod.com/cgi-bin/wiki.pl?ThinLine)
+
+o 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
+
+o 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?
+
+o integrate staging:
+  x make publish
+  o make stage[1|2|3]
+  o 'make review|approve'???
+
+x cd /data/www/virtual/netfrag/docs/nfo
+  x refactor using gnu make
+  o include raw-code to docs!!!
+  o via make: run jobs in parallel (phpDocumentor!)
+  o generate & publish Autodia xml!!!
+
+o make custom 404-page for netfrag.org
+
+o 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.
+
+o news.netfrag.org/nfo.journal
+
+i #> go debian|suse|redhat|home
+  switches linux base-system(!!!)
+  is this possible?
+  required:
+    o prepared fs-parts
+    o alien-like program for converting complete package-system-databases 
+       (not just single packages) between distris/packaging concepts
+
+o 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.
+
+o phpDocumentIndex
+  o metadata area at bottom (or at side) of shown item:
+    o url of file|item
+    o physical location|url of original document (if embedded)
+    o metadata from directory scope (merged from one level above): .cvslink [->JumpToCvs], CVS/Entries|Repository|Root
+
+o 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
+
+o enhance nfo-download-page
+  o add docus (link to cvs .tar.gz)
+  o api (offline???)
+
+i phpDocumentIndex: fs--/data/www/global/apps/phpDocumentIndex/.pdi.php
+
+o which components should get UUIDs?
+  o org.netfrag.app--YAA
+  o org.netfrag.app--WebExplorer
+  o 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)
+       <protect>
+       720 Olive Way, Suite 1800
+       Seattle
+       WA,98101
+       US
+       </protect>
+    
+       Domain Name: THEHUNGERSITE.COM
+    
+       Administrative Contact:
+          Gehrt, John  (JG10952)            john@GREATERGOOD.COM
+         <protect>
+          YourSchoolShop.com
+          720 Olive Way, Suite 1800
+          Seattle, WA 98101
+          206 674 8700 (FAX) 206 268 5454
+         </protect>
+       Technical Contact:
+          Hood, Tomas  (TH6073)             tomas@YSS.COM
+         <protect>
+          YourSchoolShop.com
+          1301 Fifth Avenue, Suite 1501
+          Seattle, WA 98101
+          206 674 8700 (FAX) 206 344 5221
+         </protect>
+  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)
+       <protect>
+       110 BRIDGE ST
+       DEDHAM, MA 02026-1702
+       US
+       </protect>
+    
+       Domain Name: CHARITYUSA.COM
+    
+       Administrative Contact, Technical Contact:
+          HOMELINE PUBLICATIONS  (HP413-ORG)                timk@thehungersite.com
+         <protect>
+          HOMELINE PUBLICATIONS
+          110 BRIDGE ST
+          DEDHAM, MA 02026-1702
+          US
+          781 461 6161 fax: 781 461 6160
+         </protect>
+  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
+         <protect>
+          International Messaging Associates Ltd.
+          Hong Kong Computer Center, 20/F
+          HK
+          +852-2520-0300 +852 2648-5913
+         </protect>
+
+  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/
+
+o 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)
+                                             <root@h1.service.netfrag.org>
+    h2MBCq7u002264      188 Sat Mar 22 12:18 <rfms@h1.service.netfrag.org>
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <joko@netfrag.org>
+    h2MAck7v002146     2140 Sat Mar 22 12:19 MAILER-DAEMON
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <root@h1.service.netfrag.org>
+    h2MB2v7u002217      188 Sat Mar 22 12:08 <root@h1.service.netfrag.org>
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <joko@netfrag.org>
+    h2MASG7v002104     2140 Sat Mar 22 12:07 MAILER-DAEMON
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <root@h1.service.netfrag.org>
+    [...]
+    h2M4xl7u000571      156 Sat Mar 22 06:05 <monit@h1.service.netfrag.org>
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <alert@service.netfrag.org>
+    h2M4kQ7u000517      188 Sat Mar 22 05:52 <root@h1.service.netfrag.org>
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <joko@netfrag.org>
+    h2M4qq7u000534      188 Sat Mar 22 05:58 <root@h1.service.netfrag.org>
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <joko@netfrag.org>
+    h2M4tV7u000563      188 Sat Mar 22 06:01 <root@h1.service.netfrag.org>
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <joko@netfrag.org>
+    h2M4jg7w000515      169 Sat Mar 22 05:52 <monit@h1.service.netfrag.org>
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <alert@service.netfrag.org>
+    h2M4jg7u000515      156 Sat Mar 22 05:51 <monit@h1.service.netfrag.org>
+                     (bestmx map: lookup (h1.service.netfrag.org.): deferred)
+                                             <alert@service.netfrag.org>
+                    Total requests: 179
+    [...]
+  #> tail -f /var/log/syslog
+    Mar 23 19:37:14 quepasa sm-mta[5174]: h2MBqP7v002446: to=<root@h1.service.netfrag.org>, 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=<root@h1.service.netfrag.org>, 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=<monit@h1.service.netfrag.org>, 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
+
+o connections to the cvs-daemon seem not to be recorded in syslog!?
+
+o 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
+    o 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
+    o scan for this! (global/default milter.filter? -> "module not found: "{modulename}" - try to install it? [Y/n] ")
+
+o 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}
+
+o 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.
+
+x 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 <MAILER-DAEMON>
+    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);
+    }
+
+o monitor:
+  o /home/service/virtual/gateway/.mail-delivery_errors.log
+  o /home/service/joko_mail/.mail-delivery_errors.log
+  o /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, <STDIN> line 16.
+  #> ./build_dispatch test
+    Use of uninitialized value in scalar chomp at /data/libs/nfo/perl/libs/org/netfrag/shortcuts.pm line 73, <STDIN> 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=<test@quepasa.netfrag.org> (1014/1014), delay=00:00:04, xdelay=00:00:03, mailer=prog, pri=30682, dsn=2.0.0, stat=Sent
+
+o 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)
+
+x 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" <andreas.motl@ilo.de>
+    To:         <test@netfrag.org>
+    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
+
+o make this possible
+  x not: RULES:  Running Perl sub "rules::dispatch". .... [done]
+  o but: RULES:  Loading from LDAP(address|query)
+  o but: RULES:  Loading from XML|RDBMS(address|query)
+
+i search::Abadan
+
+i some html-meta-tags: (copied from http://www.fas.org/index.html)
+  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+  <meta name="resource-type" content="document">
+  <meta name="description" content="
+  <meta name="keywords" content="
+  <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; U) [Netscape]">
+
+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/
+
+o search::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 search::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
+