xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 46 forks source link

Git errors after last update?! #803

Closed Smultie closed 8 years ago

Smultie commented 8 years ago

Getting git errors in both SickRage and CouchPotato:

git pull gives fatal: open /dev/null or dup failed:

Smultie commented 8 years ago

Right, something wrong (??) with /dev/null it seems, Temporary fix is:

$ sudo rm /dev/null $ sudo mknod /dev/null c 1 3 $ sudo chmod 666 /dev/null

After that, Git works until a reboot

Smultie commented 8 years ago

Fixed in latest xbian-update