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