Archive for the ‘ Linux ’ Category

Netatalk – ubuntu – Fehlermeldung beim öffnen der share mit osX

Seit dem neuen MAC OSX 10.7 gibt es die Fehlermedung:

Something wrong with the volume’s CNID DB, using temporary CNID DB instead. Check server messages for details! 

in Verwendung mit Netatalk und OSX.

Die Lösung:

sudo apt-get install libdb4.6

da die Berkeley DB 4.6 benötigt wird! Es ist definitv so, da die Fehlermeldung unter Netatalk 2.0.5 nicht kommt und ab 2.1 schon.
dessweitern sollte man auf jedem fall updaten da Netatalk weitere feine optionen gesetzt werden können.

Viel Spaß =)

Projekt: Time Machine OSX LION 10.7 Linux ubuntu 10.04

Nach langem Suchen  habe ich eine super Anleiung gefunden den Berühmten Netatalk Server 2.2.0 OS 10.7 tauglich zu machen!

In the web you find a lot of information on how to build a server for Apple Time Machine or little work-groups with Mac clients. Some ideas are build upon SMB as file server protocol others use Apple Filing Protocol (AFP). Some guides are very good, but rather old (like this one) and will not work with OS X Lion. Another guide gives all the information that is needed to build a server for Time Machine, but is missing the basic for information on how to install AFP.

With this article i want to give you a complete guide for installing Netatalk (AFP) and building an own Time Machine backup server, using Ubuntu Server 10.4 LTS. …and yes, it will be fully compatible with OS X Lion and behaves like a Time Capsule from Apple! All modifications are done on the Linux machine. Nothing has to be changed on the Mac.

Weiterlesen

DynDns Client ubuntu – englisch

DDNS is the answer for those networking devices that have noaccess to a static IP, a common need forresidential users. Basically the target system needs to run a client that talks to a master DNS server,from which after authenticating will be forwarded all request coming from the Internet.

In this post I have a Linux server at home and need to have remote access from any location. I will be using DynDNS and DDclient to communicate with the service provider.

First install the required SSH and SSL socket

Self explanatory we want to be able to send the account password via a secure connection. Weiterlesen

Unter Ubuntu 10.4 TimeMachine verwenden

Ubuntu + Apple Fileserver + TimeMachine

Auf der Suche meinen Wohzimmer PC, der ja mit Ubuntu 8.10 und XBMC ausgestattet ist, noch ein wenig mehr Funktionalität zukommen zulassen, habe ich mir gedacht es wäre ja eigentlich ganz schön, wenn die Medien im Netz verfügbar wären.

Also habe ich überlegt, welche Protokolle ich dafür verweden kann.

  • NFS – Das Network File System ( Hier gibt es auch für Windows einen Client, der Schneller als Samba ist )
  • SMB – Der Klassiker Samba
  • AFP – Das Apple File Protocol

Da ich zu Hause ein gemichtes Netz habe, mit Linux und OS X clients, habe ich gedacht, es wäre gut, wenn ich jedem System sein bestes Protokoll zukommen lasse. Also für die Linuxe NFS und für die OS Xe AFP. Ich hatte schon mal vor Jahren etwas ähnliches gemacht, und konnte mich an den Namen AppleTalk erinnern.

Auf der Suche nach einem Tutorial bin ich auf den Blog von Matthias Kretschmann aufmerksam geworden, der ein ähnliches Vorhaben hatte und schon dokumentiert hat. Mit seiner Erlaubnis, habe ich sein Tutorial hier übersetzt. Gleichzeitig habe ich auch sichergestellt, dass es unter Ubuntu 8.10 läuft, er hat es mit Ubuntu 8.04 gemacht. Den Link zu seinem Blog und dem orginal Artikel findet ihr am Ende des Artikels.

Für das Howto braucht man unter Ubuntu die Konsole und das Rootkennwort, da die ganzen Kommandos mit Superuserrechten ausgeführt werden.

Ubuntu als Appple Fileserver und Timemachine Volume

  1. Installation von Netatalk einer OpenSource Implementierung von AFP
  2. Einrichten von Netatalk
  3. Einrichten der Freigaben ( und der TimeMachine Freigabe )
  4. Installation von Avahi ( OpenSource Implementierung des Bonjour Dienstes )
  5. Einrichten von Avahi
  6. Configuration von TimeMachine
  7. Danksagung

Weiterlesen

Bluetooth Modem ubuntu 9.10

Wie kann man ein Bluetooth Modem – Handy – mit ubuntu 9.10 konfigurieren?

1. MAC Adresse herausfinden (im Terminal)

hcitool scan

und dann merken oder doch in die Zwischenablage kopieren ;)

2. in Ausgabe von

Weiterlesen