• mblog

mblog

/^m(y|artins)$/ blog
  • Start
  • Anonmix
  • MB
  • Impressum
  • Kontakt
  • Anmelden

Upgrade to Debian Lenny

As you probably know Debian GNU/Linux 5.0 Codename "Lenny" has been released yesterday. This machine is already up to date:

hostname:/home/user# cat /etc/debian_version
5.0
hostname:/home/user#

If you also want upgrade to 5.0, give backup a thought or two first - especially when running a production system. When you're set just replace "etch" with "lenny" in /etc/apt/sources.list and hit aptitude update && aptitude dist-upgrade, grab a coffee and take a few minutes off.

You should then accept the very first debconf offer to regenerate your locales or you'll be bugged with messages like:

perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.

If you haven't accepted the regeneration, you can fix that by executing hostname:/home/user# dpkg-reconfigure locales.

In case your'e running an email server and use saslauthd, you also should edit some things in your /etc/default/saslauthd or the service won't restart properly. As long as you haven't changed much there will be no harm through accepting the new config file. The updated config simply adds NAME="saslauthd" and
OPTIONS="-c -m /var/run/saslauthd". If you don't edit the file your saslauthd will warn you with: Short name (NAME) undefined in /etc/default/saslauthd, using default (warning) about the missing name and quit the startup process stating: No run directory defined for salsauthd, not starting.

This was the only config file I was forced to touch during the whole upgrade process. Feel free to report any other issues you experienced or just enjoy the painless evening.

  • By admin
  • February 15th, 2009
  • Posted in Mailserver, IT, Debian
  • 7563 views
  • 4 feedbacks »
  English (GB) latin1  
 

Leopard Server SVN Upgrade

Someone at work was in need to use subversion for some projects. Therefore we checked and were surprised by Leopard Server which had svn already build in. So the next step was to upgrade the svn to the most recent version 1.5.5. You can check jettro's post how to do that quickly with the openCollabNet binaries, but it needs a small addition. In case your newly upgraded svn version should'nt only be used by only one user you shall include the path (export PATH=/usr/local/bin:$PATH) in /etc/profile and you're done. There is no need anymore to edit every .profile then.

After the installation and the creation of your repository (mkdir -p /Library/Subversion/Repository) add your newly created service to the LaunchDaemons. We therefore create the required plist with touch /Library/LaunchDaemons/tigris.subversion.svnserve.plist and insert the following code:

XML:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Label
  <string>org.tigris.subversion.svnserve
  <key>ProgramArguments
  <array>
      <string>/usr/local/bin/svnserve
      <string>--inetd
      <string>--root=/Library/Subversion/Repository
  </array>
  <key>RunAtLoad
  <true/>
  <key>ServiceDescription
  <string>Subversion Standalone Server
  <key>Sockets
  <dict>
    <key>Listeners
    <array>
      <dict>
        <key>SockFamily
        <string>IPv4
        <key>SockServiceName
        <string>svn
        <key>SockType
        <string>stream
      </dict>
    </array>
  </dict>
<key>inetdCompatibility
  <dict>
    <key>Wait
    <false/>
  </dict>
</dict>
</plist>

Add the service, check if it's listed ...
launchctl load /Library/LaunchDaemons/tigris.subversion.svnserve.plist && launchctl list | grep tigris

and finally start it with:
launchctl start org.tigris.subversion.svnserve

Have fun!

  • By admin
  • February 10th, 2009
  • Posted in Linux / Unix, Howtos, Mac OS X
  • 5585 views
  • 1 feedback »
  English (GB) latin1  
 

Changes

Well a few things simply needed to be done and are announced now. At first there is, as you may have noticed at the top link section, a new 380kV blog setup. In the near future there will information about a specific high-voltage power line project be published. Simply check back in a few days ...

Secondly Rousseau is up and running again with renewed certificates and latest mix-software. This was needed to be done at night to kick as less active users as possible.

At the todo list there still is the completion of the anonmix page makeover. It'll take a few more, so till then surf safe and anonymously ...

  • By admin
  • February 7th, 2009
  • Posted in Virtuelles Leben, Anonymisierungsdienste, done
  • 5211 views
  • Send feedback »
  English (GB) latin1  
 

Plädoyer gegen Deals im Strafprozess

Basare können, wie Eric S. Raymond es 1997 beschrieb, gegenüber Kathedralen durchaus Vorteile haben. Zumindest wird es ihnen im Bereich der quelloffenen Software zu Recht zugeschrieben, denn sie können durch ihre Struktur das Ziel und Ergebnis einer Anstrengung im Fluss halten und beständig verbessern. Ist das Ziel aber nicht die Entwicklung von Software, sondern die Wahrheitsfindung, so kann gegenüber dem wahren Zustand schlecht nachgebessert werden. Dies ist nicht nur grundsätzlich der Fall.

Anderer Meinung scheint da allerdings die Bundesjustizministerin zu sein. Sie möchte, wie Monitor bericht, eine wegen des Ziels der Wahrheitsfindung grundsätzlich nicht dem Handel zugängliche Struktur in einen Basar der Interessen verwandeln. Unsere Ministerin sieht dabei aber keine Probleme, sondern will "eine Praxis, die in deutschen Gerichte gang und gebe ist, jetzt mit rechtsstaatlichen Konturen versehen" und damit "deutlich rechtsstaatlicher machen als vorher". Wenn wir eine solche Praxis in ausuferndem Maße haben, dann sollte die bekämpft und nicht auch noch in rechtsstaatliche Formen gegossen werden. Wo endet so etwas? Verwandeln sich jetzt die Zweifel, die früher für den Angeklagten gesprochen haben in Bonuspunkte in der Strafzumessung? Wenn eines klar sein muss, dann dass das Strafrecht sich wie alle anderen Rechtsgebiete am hohen Gut der Gerechtigkeit orientiert und um diese zu gewährleisten die Wahrheit herausfinden oder diesen Anspruch in höchstem Maße wahren muss. Das kostet natürlich Geld, aber es gut investiertes Geld. Denn wir investieren in die Werte unserer Gesellschaft und verkaufen diese nicht des Sparens wegen. Manchmal vergessen das auch die Justizorgane.

  • Von admin
  • Februar 1st, 2009
  • Veröffentlicht in Strafrecht, Politik
  • 223 Ansichten
  • Sende Feedback »
  German (DE) latin1  
 
<< 1 ... 3 4 5 6 7 8 9 10 11 12 13 ... 29 >>
  • Navigation

    • kürzlich
    • Archive
    • Kategorien
    • Neueste Kommentare
  • Contents

    • Urteil zur sog. Online-Durchsuchung
    • Die 2 Punkt 4 gibts auch hier!
    • Marketshare von über 80%
    • Jondos update: New domain, new sites
    • OSS
    • Aktenzeichen 1 BVR 256/08
    • Definitely, Maybe
    • Awareness for Electric Cars
    • A new dawn has come ...
    • g2 + b2e?
    • New Jondos Cascade up and running
    • Über Uptime kann man sich doch freuen!
    • Multiple archives with tar
    • A fast anonymisation service
    • DSRI Herbstakademie 2010
    • Four days until KDE 4.1 will be released ...
    • Easy Virtue
    • Lang ist es her ...
    • IPTV - Verbreitungsform der Zukunft
    • Truecrypt 4.3a
    • Neues aus Japan
    • Die Turbulenzen um die UBS ...
    • data portability
    • Das ultimative Geschenk
    • In Münster on the Road ...
    • Jane Austen Book Club
    • Thumbs down for anal bleaching breaking news
    • CCC-Symposium - Datenspuren
    • Powell's endorcement for Obama
    • Übersetzungshilfe
  • XML Feeds

    • RSS 2.0: Einträge, Kommentare
    • Atom: Einträge, Kommentare
    What is RSS?
  • tag cloud

    anonymisationbazaariadsriebayfreebsd«gentoo portage»identitiesinterceptionjondonymjondosk&rmacosxmixpaper«press release»rau/behrensreports
  • Suche



  • Kategorien

    • Alle
    • IT
      • Hardware
      • Infrastructure
        • Search Engines
      • Linux / Unix
        • Applicationserver
        • Debian
        • Gentoo
        • Howtos
        • Mailserver
      • Mac OS X
      • Software
        • Anonymisierungsdienste
        • Free Software
        • Open Source
        • Verschlüsselung
    • Juristisches
      • Strafrecht
      • Zivilrecht
        • Bürgerliches Recht
        • Gesellschaftsrecht
      • Öffentliches Recht
        • Datenschutz
        • Rundfunk
        • Telekommunikation
        • Vorratsdatenspeicherung
        • Wettbewerbsrecht
    • Musik
      • Ambient
      • Elekto
      • House
      • Pop
    • Operationen
      • done
      • todo
    • Reales Leben
      • Energie
      • Finanzen
      • Geschichte
      • Medien
      • Pics
      • Politik
      • Studium
    • Verschiedenes
    • Virtuelles Leben
    • Welcome

powered by b2evolution free blog software

Creative Commons License
Dieses Werk ist unter der Creative Commons-Lizenz lizenziert.
Kontakt | Powered by b2evolution Credits to: Foppe Hemminga | blog software | blog hosting | Francois