Skip to content

"hwdb.bin does not exist" on arch linux boot up

So I'm having this problem on three machines. I've also done the advice "udevadm hwdb --update" but the error still exists on the next boot.
Good thing about it, all is still working. My machines have a "hwdb.bin" file in "/etc/udev/hwdb.bin". I found a bug report on the arch linux bug report list as well as one on the systemd bug report list but no solution.
I will update this entry when I've found a solution or if the error disappears on one of the upcomming updates.

web - Eigenen Proxy in Linux aufsetzen

Pro Linux hat ein kleines How To veröffentlicht, wie man sich einen Proxy mit linux aufsetzt.

Für arch linux arm muss man einiges beachten.

  • Installiere "apache" um "htpasswd" zu erhalten
  • pacman -S squid apache
  • ersetze "squid2" mit "squid" in allen Pfaden oder Nennungen
  • Kommentare lesen, die sind gut und wichtig!
  • Verbindung mit Hilfe von ssh sichern: >>ssh benutzer@meinraspberrypidaheim.dyndns.org -D 127.0.0.1:3128 -C<<