Hallo Leute,
irgendwie mache ich hier etwas falsch, da es bei mir nicht funktioniert und es heißt
pi@raspberrypi:~ $ navit
navit:main_real:Loading /etc/navit/navit.xml
navit:navit_set_attr_doetting osd_configuration to 1 (was -1)
(process:2075): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(navit:2075): Gtk-WARNING **: cannot open display:
dem thread zufolge habe ich in der cmdline tty von 3 auf 2 geändert.
nun aber wahrscheinlich mein problem wo ich nicht verstehe wo es eingefügt wird
#!/bin/sh -e
#
# rc.local
sudo /bin/chmod 777 /dev/tty* <-- Hier?
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will sudo /bin/chmod 777 /dev/tty2 <---oder hier? "exit 0" on succ$
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
fi
oder wo liegt mein fehler nun?
danke schonmal für eure hilfe
was mir jetzt noch aufgefallen ist, wenn ich den ordner home/pi/.navit erstellen möchte sagt er mir dieser wäre bereits vorhanden, aber er ist nicht hinterlegt? zumindest sehe ich ihn im Pi ordner nicht.
mfg
Fufu
irgendwie mache ich hier etwas falsch, da es bei mir nicht funktioniert und es heißt
pi@raspberrypi:~ $ navit
navit:main_real:Loading /etc/navit/navit.xml
navit:navit_set_attr_doetting osd_configuration to 1 (was -1)
(process:2075): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(navit:2075): Gtk-WARNING **: cannot open display:
dem thread zufolge habe ich in der cmdline tty von 3 auf 2 geändert.
nun aber wahrscheinlich mein problem wo ich nicht verstehe wo es eingefügt wird
#!/bin/sh -e
#
# rc.local
sudo /bin/chmod 777 /dev/tty* <-- Hier?
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will sudo /bin/chmod 777 /dev/tty2 <---oder hier? "exit 0" on succ$
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
fi
oder wo liegt mein fehler nun?
danke schonmal für eure hilfe
was mir jetzt noch aufgefallen ist, wenn ich den ordner home/pi/.navit erstellen möchte sagt er mir dieser wäre bereits vorhanden, aber er ist nicht hinterlegt? zumindest sehe ich ihn im Pi ordner nicht.
mfg
Fufu