/[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.168 by joko, Tue Apr 1 13:58:28 2003 UTC revision 1.171 by joko, Tue Apr 1 22:58:38 2003 UTC
# Line 2912  i h1.service.netfrag.org downed Line 2912  i h1.service.netfrag.org downed
2912    
2913  i send-mail -i webmaster@3js.de  i send-mail -i webmaster@3js.de
2914    
2915    i quepasa.netfrag.org
2916      #> apt-get install libapache-mod-dav
2917        Reading Package Lists... Done
2918        Building Dependency Tree... Done
2919        The following NEW packages will be installed:
2920          libapache-mod-dav
2921        0 packages upgraded, 1 newly installed, 0 to remove and 12  not upgraded.
2922        Need to get 80.0kB of archives. After unpacking 262kB will be used.
2923        Get:1 ftp://ftp.uni-erlangen.de stable/main libapache-mod-dav 1.0.3-3 [80.0kB]
2924        Fetched 80.0kB in 1s (50.7kB/s)
2925        Get:1 ftp://ftp.uni-erlangen.de stable/main libapache-mod-dav 1.0.3-3 [80.0kB]
2926        Fetched 80.0kB in 1s (50.7kB/s)
2927        Selecting previously deselected package libapache-mod-dav.
2928        (Reading database ... 35711 files and directories currently installed.)
2929        Unpacking libapache-mod-dav (from .../libapache-mod-dav_1.0.3-3_i386.deb) ...
2930        Setting up libapache-mod-dav (1.0.3-3) ...
2931        Finding DSO mods.............................................found.
2932        
2933        # LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so
2934        # LoadModule env_module /usr/lib/apache/1.3/mod_env.so
2935        [...]
2936        LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
2937        # LoadModule sys_auth_module /usr/lib/apache/1.3/mod_auth_sys.so
2938        LoadModule dav_module /usr/lib/apache/1.3/libdav.so
2939        LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
2940        # LoadModule put_module /usr/lib/apache/1.3/mod_put.so
2941        LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
2942        # LoadModule throttle_module /usr/lib/apache/1.3/mod_throttle.so
2943        # LoadModule allowdev_module /usr/lib/apache/1.3/mod_allowdev.so
2944        [...]
2945        # LoadModule roaming_module /usr/lib/apache/1.3/mod_roaming.so
2946        # LoadModule ldap_module /usr/lib/apache/1.3/mod_ldap.so
2947        # LoadModule python_module /usr/lib/apache/1.3/mod_python.so
2948        
2949        Pondering............................................. done.
2950        
2951        Save these changes to the configuration files? [Y/n]
2952        
2953        Rotated `/etc/apache/httpd.conf' at Tue Apr  1 20:41:04 CEST 2003.
2954        Restart Apache now? [Y/n]
2955        Stopping apache with apachectl ... done.
2956        Waiting for apache to terminate ... done.
2957        /usr/sbin/apachectl start: httpd (pid 560) already running
2958    
2959      Didn't / doesn't work since we are running the ssl-apache with this
2960      special password-providing mechanism jonen known something about.
2961      
2962      so:
2963      #> /etc/init.d/apache restart
2964      
2965      and (surprise!):
2966      apt deconfigured php4 in apache making all the php-source-files downloadable ;(  -> bad thing!!!
2967      
2968    i quepasa.netfrag.org
2969      #> cd /data/libs/nfo
2970      #> cvs -q update
2971        [...]
2972        cvs update: skipping directory perl/libs/OEF/Why
2973        U perl/libs/Regexp/Group.pm
2974        cvs update: perl/libs/misc/HashExt.pm is no longer in the repository
2975        U perl/libs/org/netfrag/pkgTools.pm
2976        RCS file: /var/lib/cvs/nfo/perl/libs/org/netfrag/shortcuts.pm,v
2977        retrieving revision 1.3
2978        retrieving revision 1.4
2979        Merging differences between 1.3 and 1.4 into shortcuts.pm
2980        rcsmerge: warning: conflicts during merge
2981        cvs update: conflicts found in perl/libs/org/netfrag/shortcuts.pm
2982        C perl/libs/org/netfrag/shortcuts.pm
2983      #> nano perl/libs/org/netfrag/shortcuts.pm
2984        { search for (CTRL+W) '<<<<' }
2985      #> mv perl/libs/org/netfrag/shortcuts.pm perl/libs/org/netfrag/shortcuts.pm.orig
2986      #> cvs -q update
2987        cvs update: cannot open directory /var/lib/cvs/nfo/perl/libs/Data/Code: No such file or directory
2988        cvs update: skipping directory perl/libs/Data/Code
2989        cvs update: cannot open directory /var/lib/cvs/nfo/perl/libs/Data/Compare: No such file or directory
2990        cvs update: skipping directory perl/libs/Data/Compare
2991        cvs update: cannot open directory /var/lib/cvs/nfo/perl/libs/Data/Identifier: No such file or directory
2992        cvs update: skipping directory perl/libs/Data/Identifier
2993        cvs update: cannot open directory /var/lib/cvs/nfo/perl/libs/Data/Transform: No such file or directory
2994        cvs update: skipping directory perl/libs/Data/Transform
2995        cvs update: cannot open directory /var/lib/cvs/nfo/perl/libs/OEF/Notes: No such file or directory
2996        cvs update: skipping directory perl/libs/OEF/Notes
2997        cvs update: cannot open directory /var/lib/cvs/nfo/perl/libs/OEF/Why: No such file or directory
2998        cvs update: skipping directory perl/libs/OEF/Why
2999        cvs update: warning: perl/libs/org/netfrag/shortcuts.pm was lost
3000        U perl/libs/org/netfrag/shortcuts.pm
3001      #> cd perl
3002      #> cvs -q update -d
3003      #> rm -r libs/Data/Code
3004      #> rm -r libs/Data/Compare
3005      #> rm -r libs/Data/Identifier
3006      #> rm -r libs/Data/Transform
3007      #> rm -r libs/OEF/Notes
3008      #> rm -r libs/OEF/Why
3009      #> cd /data/libs/nfo
3010      #> cvs -q update -d php
3011    
3012    i Worte 2002
3013      "Der Herr hat's gegeben,
3014      der Herr hat's genommen."
3015      [Leo Kirch, SPIEGEL 9/2002]
3016    
3017    m google::wolfowitz
3018      http://www.defenselink.mil/bios/depsecdef_bio.html
3019      http://www-gap.dcs.st-and.ac.uk/~history/Mathematicians/Wolfowitz.html
3020      http://www-gap.dcs.st-and.ac.uk/~history/BirthplaceMaps/Places/Warsaw.html
3021      http://www-gap.dcs.st-and.ac.uk/~history/Mathematicians/Wald.html
3022      http://www.defenselink.mil/news/Jan2003/t01232003_t0123cfr.html
3023      
3024      

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.171

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