Skip to content

Web - BP/Aral will Spritpreise länger hoch halten

Aral räumt auf Nachfrage ein, dass derzeit ein neues Provisionsmodell getestet wird. Etwa 250 Tankstellen in Bayern, Rheinland-Pfalz und im Saarland wurden bereits ausgesucht, Start ist Anfang September. Ein erster Versuch an 25 Stationen ist abgeschlossen. [...] Denn so funktioniert das neue Preismodell: Aral legt nach einer Erhöhung für jede Tankstelle einen sogenannten Referenzpreis fest – der aus dem jeweiligen Umfeld der Station stammt und in der Preiszentrale in Bochum kalkuliert wird. „Die Tankstellenpächter erhalten den Referenzpreis in der Regel täglich im Rahmen der Preiserhöhung per SMS auf ihr Hand“, steht in dem Papier. Bleibt der Tankstellenpächter um zwei Cent über diesem Preis, bekommt er die doppelte Provision von 2,4 Cent je Liter. Liegt er drei Cent oder mehr unter dem Referenzpreis, gibt es Abzüge. Allerdings wird sich jeder Tankstellenbetreiber genau überlegen, ob er mit einem höheren Preis viele Kunden vergrault: Bei einem Absatzeinbruch von mehr als 50 Prozent nützt ihm die doppelte Provision gar nichts.
Quelle

Fluxbox themes

While search the fluxbox mint theme, if found other where nice themes and a perfect place to search for them. The fluxbox mint theme is called carp. Other nice themes are cup, synaptic_dark, green_tea, laser_green and finally centurion_green. tenr.de also has a snippet section where you can find usefull things like config files, irssi themes and so one.

Virtualbox could not start - error message says "run /etc/init.d/vboxdrv setup"

If you shell outputs something like the following don't get frustrated, the solution is just one apt-get install away! The error

WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release. Stopping VirtualBox kernel modules:. Uninstalling old VirtualBox DKMS kernel modules:. Trying to register the VirtualBox kernel modules using DKMS:Error! echo Your kernel headers for kernel 3.0.0-1-686-pae cannot be found at /lib/modules/3.0.0-1-686-pae/build or /lib/modules/3.0.0-1-686-pae/source. Failed, trying without DKMS ... failed! Recompiling VirtualBox kernel modules: Look at /var/log/vbox-install.log to find out what went wrong ... failed!

The solution

apt-get install linux-headers-3.0.0-1-686-pae /etc/init.d/vboxdrv setup
You see, your system just needs the current kernel header file and thats it.

Thanks zzeroo for the the hint