![]() |
[SOLVED] Login - pi - Permission denied - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Login - pi - Permission denied (/showthread.php?tid=2875) |
Login - pi - Permission denied - bmxjeff - 08-10-2020 I am needing to adjust overscan and screen rotation. So, I need to login to use Terminal or ssh for those changes. I used the login in the instructions, but they do not work. : ) Then I found another login as User: pi Password: moodeaudio While it allows a login, there doesn't seem to be enough permissions to make changes to the "config.txt" .. or any changes. : ) Is this software on lockdown? or can we make these changes? RE: Login - pi - Permission denied - TheOldPresbyope - 08-10-2020 (08-10-2020, 08:36 PM)bmxjeff Wrote: I am needing to adjust overscan and screen rotation. So, I need to login to use Terminal or ssh for those changes. I don't know what instructions you were looking at. User pi with password moodeaudio has been standard for moOde since its inception. The user pi has superuser privileges so it can modify files and directories owned by root. Look up the "sudo" command if you are unfamiliar with it. Regards, Kent RE: Login - pi - Permission denied - jonners - 08-10-2020 Post removed - Kent answered while I was typing. RE: Login - pi - Permission denied - bmxjeff - 08-11-2020 (08-10-2020, 08:52 PM)TheOldPresbyope Wrote:(08-10-2020, 08:36 PM)bmxjeff Wrote: I am needing to adjust overscan and screen rotation. So, I need to login to use Terminal or ssh for those changes. RE: Login - pi - Permission denied - TheOldPresbyope - 08-11-2020 @bmxjeff From the setup.txt instructions: Code: //////////////////////////////////////////////////////// Are you perhaps mixing up the user credentials and the Access Point credentials? Regards, Kent RE: Login - pi - Permission denied - vinnn - 08-11-2020 The sudo command can be used to either run a command as root, for example; Code: sudo nano /boot/config.txt ... or used to switch to a root shell with; Code: sudo -i RE: Login - pi - Permission denied - bmxjeff - 08-13-2020 That worked great! Rotated that screen 90 degrees in 3 seconds flat : ) And corrected the overscan! Thanks for your help! RE: Login - pi - Permission denied - Tim Curtis - 08-13-2020 Don't forget to edit your OP and change to solved. RE: Login - pi - Permission denied - bmxjeff - 08-25-2020 (08-13-2020, 02:01 AM)Tim Curtis Wrote: Don't forget to edit your OP and change to solved. So... I'm an OG... I don't know what OP means : ) and I looked for "Solved" but I can't find it. I'm sorry. But... I can sudo nano into that pi now! RE: Login - pi - Permission denied - CallMeMike - 08-26-2020 (08-25-2020, 08:26 PM)bmxjeff Wrote:(08-13-2020, 02:01 AM)Tim Curtis Wrote: Don't forget to edit your OP and change to solved. A quick employ of a search engine brings this: << The most general use of 'OP' is 'original poster >> ... while a search on the MoOde Forum brings this: http://moodeaudio.org/forum/showthread.php?tid=2879&pid=23642#pid23642 |