this is my first raspberry.
I have no screen cable, I intend to use it over ssh.
No problem for the ssh connection : everything ok.
but
Code: Select all
sudo raspi-configCode: Select all
pi@raspberrypi:~$ sudo raspi-config
pi@raspberrypi:~$ Thanks
Code: Select all
sudo raspi-configCode: Select all
pi@raspberrypi:~$ sudo raspi-config
pi@raspberrypi:~$ Code: Select all
pi@raspberrypi ~ $ sudo which raspi-config
/usr/bin/raspi-config
Code: Select all
pi@tau ~ $ TERM=dumb sudo raspi-config
pi@tau ~ $ Code: Select all
pi@tau ~ $ whiptail --yesno question 10 40Thanks B.GoodeB.Goode wrote:Odd!
What Operating System is installed and running on your RPi?
Is it the 'official' released version of raspi-config that is being invoked?I have successfully run raspi-config from the shell prompt via an ssh login on both Raspbian Wheezy and Raspbian Jessie - it is just a collection of shell scripts that uses the whiptail utility to provide a character-based 'gui'.Code: Select all
pi@raspberrypi ~ $ sudo which raspi-config /usr/bin/raspi-config
Thanks jojopijojopi wrote:raspi-config uses whiptail to draw its dialogue boxes. It will fail silently if whiptail is not installed or rejects your terminal settings.Running whiptail directly may give a better diagnostic.Code: Select all
pi@tau ~ $ TERM=dumb sudo raspi-config pi@tau ~ $Code: Select all
pi@tau ~ $ whiptail --yesno question 10 40