/[cvs]/joko/doc/SampleTasks/joko_2003-03.twingle
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-03.twingle

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by joko, Tue Mar 11 18:25:55 2003 UTC revision 1.51 by joko, Tue Mar 11 23:25:49 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15    Revision 1.44  2003/03/11 18:25:55  joko    Revision 1.51  2003/03/11 23:25:49  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.50  2003/03/11 22:56:12  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.48  2003/03/11 22:03:23  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.47  2003/03/11 21:05:22  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.45  2003/03/11 18:55:52  joko
28    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
29    
30    Revision 1.43  2003/03/11 17:56:02  joko    Revision 1.43  2003/03/11 17:56:02  joko
# Line 818  o quepasa - Error: AMaViS Line 830  o quepasa - Error: AMaViS
830    x probably because of perl-5.8.0? yes!  --  is it fixed now? let's try...  (again)    x probably because of perl-5.8.0? yes!  --  is it fixed now? let's try...  (again)
831        x /etc/init.d/amavis-milter restart        x /etc/init.d/amavis-milter restart
832          no! same error as above!          no! same error as above!
833            the problem is:
834          watch the output of 'perl -V' - at the bottom:
835          <screen>
836            Characteristics of this binary (from libperl):
837              Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
838              Built under linux
839              Compiled at Feb 17 2003 12:38:57
840              @INC:
841                /etc/perl
842                /usr/local/lib/perl/5.8.0
843                /usr/local/share/perl/5.8.0
844                /usr/lib/perl5
845                /usr/share/perl5
846                /usr/lib/perl/5.8.0
847                /usr/share/perl/5.8.0
848                /usr/local/lib/site_perl
849                .
850          </screen>
851    
852          The bad one is the "old" shared object coming with Time::HiRes for perl-5.6.1 living at
853          /usr/lib/perl5/auto/Time/HiRes/HiRes.so.
854          
855          We have these options:
856            1. delete this stuff
857            2. put a better version at '.'
858            3. place line '/usr/lib/perl/5.8.0' above of '/usr/lib/perl5'
859            4. copy stuff from '/usr/lib/perl/5.8.0' to '/usr/lib/perl5'
860          
861          Hmmm.....
862            I think i'll choose option 1.:
863            x rm -rf /usr/lib/perl5/auto/Time/HiRes
864            (or if you don't wanna be as brute-force)
865            x cd /usr/lib/perl5/auto/Time
866            x mv HiRes HiRes.old
867            
868        => let's try again:      
869          x /etc/init.d/amavis-milter restart
870            Time::HiRes object version 1.42 does not match bootstrap parameter 01.20 at /usr/lib/perl/5.8.0/DynaLoader.pm line 245.
871    
872        => ahhh...  (also testable via 'perl -MTime::HiRes')
873          x dpkg --force-depends -r libtime-hires-perl
874          => my fault! ;-)
875    
876      => so, everything works fine now....
877          x /etc/init.d/amavis-milter restart
878        
879  o BER.pm:  BER (Basic Encoding Rules) encoding and decoding.  o BER.pm:  BER (Basic Encoding Rules) encoding and decoding.
880    
881  o use the [[http://razor.sourceforge.net/artistic.html|"Artistic License"]]?  o use a common [[http://razor.sourceforge.net/artistic.html|"Artistic License"]]?
882    
883    o use pdumpfs!
884    
885    o what we build seems similar to Torque <-> Maven  (Tangram|XyZ+Data::Storage <-> nfo-libs|rap)
886    
887    o write meta-documentation about why it's required to lift version-numbers of debian-packages
888      -> Why dpkg-liftversion?
889      1. yakka: libxml2!!!
890      2. amavis-milter: razor-1-branch-required
891    
892    o installing pdumpfs as system-wide backup-system:
893      x mkdir -p /home/service/virtual/pdumpfs/var/data
894      x mkdir -p /home/service/virtual/pdumpfs/var/log
895      x cd /usr/local/bin
896      x ln -s /home/service/virtual/pdumpfs/backup .
897    
898    o feature: BrowsableBackup:
899      o missing: authentication via LDAP....
900    
901    o make up toolpack from shortcuts/*, dispatchmail, backup (->pdumpfs), etc...
902      ->packages.service.netfrag.org
903      -->/usr/local/bin
904      
905    o one account - three services:
906      o wiki
907      o news
908      o backup
909      (o ssh) (not-a-must)
910    
911    o dpkg-modcontrol!!!
912    
913    o robinson - purge package dependencies from .deb- or .rpm-packages
914      can alien do that?
915    
916    o rsync working: view from the server-side:
917     3968 ?        R      0:40 rsync --server --sender -vulogDtprz . /home/service/backup/
918    
919    

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.51

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed