Skip to content

Web - Autos brauchen dringend eine Nutzerverwaltung

[...] Aus der Sicht des Mechatronikers sind moderne Autos sicher: Es gibt Airbags, Knautschzonen und Gurte. Aus IT-Sicht sieht das ganz anders aus. Angriffen auf technische Systeme halten heutige Neuwagen überhaupt nicht stand, sagen Constantinos Patsakis und Kleanthis Dellios von der Universität Piräus, ein sicheres Auto gibt es nicht. Wer sicher sein will, ist auf Gebrauchtwagen angewiesen und muss ein Modell kaufen, dessen zentrale Systeme noch nicht von Controllern gesteuert werden. [...] Zur Diskussion stellten die beiden etwa die Einschränkung des Bewegungsradius. Ein Werkstattmitarbeiter könnte etwa auf eine Fahrreichweite von 20 km eingeschränkt werden. Er hat zwar sonst sehr hohe Rechte am Fahrzeug für Wartungsarbeiten, aber entwenden darf er das Fahrzeug mit seinen Zugangsdaten nicht. Auch für den Familiennachwuchs sind Rechte vorstellbar, damit dieser nicht zu weit weg fährt. Für Leihwagen wären zudem bestimmte Routen denkbar, von denen nicht abgewichen werden darf.
Quelle

Zugegeben hatte ich gehofft, dass durch die Verbreitung von Unix/Linux es bereits ein Rechemanagement im Auto gibt. Danach kam aber sofort ein "Moment" in meinem Kopf auf.

Aus welchem Grund soll das Auto dem Motor sagen können, dass er jetzt ausgehen soll?
Der einzige Grund, der mir einfällt ist ein "auto aus" nach einem Unfall, aber selbst hier bin ich mir nicht sicher, ob dies die richtige Reaktion ist. Somit bleibt die Frage im Raum stehen. Mit einem lesenden Interface ala "getRPM()" kann ich noch leben. Und lesen soll von mir aus jede Software etwas können. Nur mit setzen von Werten hab ich hier meine Probleme. Ein Motor (wie auch andere Bauteile), sollten in sich gekapselte Systeme sein. Kurzum, die laufen Autonom und man kann maximal Werte auslesen/sollte es können.

Denn gerade die Vision mit dem Autoverleiher zeigt eindeutig auf, dass es den Beide nicht um den Endanwender "Autofahrer" geht, sondern primär um das Rechtemanagement. Ich will nicht in einer Zukunft leben, in der ich ein "DLC" für mein Auto kaufen muss ...

Grub 2 - re-/install, adjust, configure

Grub, the grand unified bootloader is out in its second version (for quiet a while) and a lot has changed. Today was the first day where i have to deal with the new version, so it is time to write down the knowledge i earned :-).

After upgrading from windows xp to windows 7, the microsoft os acts as child and replace the grub with its one boodloader. So at this point nothing changes from xp to litle seven ;-). My task was to restor the grub 2 into the mbr to regain access to my lovely linux. After reading some howto's, i tried it with by doing the lazy way.

  1. Start a linux live cd (or a live cd with an grub 2)
  2. fdisk -l (to see what partitions and disk are there and find your linux/root partition
  3. mount /dev/$linuxdisk$linuxpartition (e.g. sda2) /mnt
  4. chroot /mnt
  5. grub-install --root-directory=/mnt /dev/$linuxdisk

Nothing to explain left for this task. But what if you want to adjust the grub? There are two screws for twisting on. First the file /etc/default/grub contains a lot of general settings. Second, the files in /etc/grub.d/ representing your boot options. Just take a look into the scripts, the help ans answeres are in there.

And here are some links. GRUB 2 bootloader - Full tutorial grub on wikipedia.org archlinux.org/grub2 ubuntuusers.de/grub_2

MilaX - the open solaris mini cd os

Try to mess around with the open solaris environment but don't want to boot up (or download) a fully fledged openindiana? A answer could be MilaX.

MilaX is a small size Live CD distribution which runs completely off a CD or a USB pendrive. It is based on OpenSolaris and includes its basic features.

Whats on wikipedia about MilaX?

MilaX is an OpenSolaris Live CD distro designed to fit on a business-card sized miniCD. x86 and SPARC versions are downloadable in bootable ISO 9660 and USB disk images. The Live CD can also be used to install the operating system to a hard disk through with ZFS-boot support. MilaX can be successfully loaded in Vmware, Qemu and VirtualBox. Still small, it features light applications such as JWM, Beaver, Urxvt, Vim, Sylpheed, Midnight Commander, Midori, XMMS, ePDFView, VNC viewer, Rdesktop, Conky. By installing the SVR4 and IPS add-ons, you can basically convert MilaX into OpenSolaris. MilaX booted into JWM Desktop in about ~14 seconds on SSD drive.
source

The whole cool stuff is include like:

  • DTrace
  • IPMP
  • SMF
  • snoop
  • Crossbow
  • Solaris Cluster
  • ZFS
  • and more...

MeeGo is dead, Tizen is born

After a half year of tumbling the end is clearly near, MeeGo is dead and Tizen is born. Bad news for MeeGo. Maybe the year 2011 will be go down in history as "the mobile device os dying". MeeGo and WebOS were both exciting pieces of software. Especially WebOS with its Mojo SDK was far more ahead. But when big players shows there teeth, something dies.

So lets start, again, from the scratch and write a new OS for mobile devices.

So whats Tizen all about?

Tizen is an open source, standards-based software platform supported by leading mobile operators, device manufacturers, and silicon suppliers for multiple device categories, including smartphones, tablets, netbooks, in-vehicle infotainment devices, smart TVs, and more. Tizen will offer an innovative operating system, applications, and a user experience that consumers can take from device to device.

Source I will keep an eye on it :-).