Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only getting to the Pi Login Screen #1421

Closed
tre4b opened this issue Feb 12, 2021 · 5 comments
Closed

Only getting to the Pi Login Screen #1421

tre4b opened this issue Feb 12, 2021 · 5 comments
Labels
support Something isn't working with the users setup

Comments

@tre4b
Copy link

tre4b commented Feb 12, 2021

What doesn't work?
No sign of OctoDash at all. The pluggins requested during the install are installed though so I think it should be. The Pi Boots fine and ends up sitting at the standard login prompt on the 3.5" screen.

What did you already try?
I checked the ./xinit and it octodash is there.
Did a reboot then
sudo ps -A | grep "octo"

this returned octoprint but no octodash so looks like it is not running.

looked for a log in /var/log

I am running headless except for the 3.5" screen. When I have ssh'd in I ran

sudo octodash &

I was hoping it would know about the display as I did not know how to tell it to point at the 3.5 display what I got was.

[6112:0212/210205.353735:FATAL:electron_main_delegate.cc(254)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

not at all sure how that would happen.

General Information:

Additional context
I've tried to set this up a couple of ways to get the 3.5 working. This time I set it up using the instructions for OctoScreen up to the point where it talks about installing OctoScreen. At that point I installed OctoDash on this sd card. On a duplicate I installed OctoScreen and verified it worked. (what can I say I wanted to see which I prefered). I reasoned because the display worked for OctoScreen it ought to work for OctoDash too.

@tre4b tre4b added the support Something isn't working with the users setup label Feb 12, 2021
@Demannu
Copy link

Demannu commented Feb 13, 2021

So, the error you're getting is because you're running as sudo. Octodash can operate at a user level. Try running without the sudo.

I got the same error, but after dropping the sudo I'm getting a segmentation fault when it tries to launch. I'm filling an issue for that now

@tre4b
Copy link
Author

tre4b commented Feb 13, 2021

@Demannu Yeah sorry I did do it without Sudo too. That resulted in no process running, and yes it does come up with a Segmentation fault same as you without sudo. Damned if you do, damned if you don't ;-)

@Icesythe7
Copy link

Icesythe7 commented Feb 13, 2021

I had these errors I just had to change setting to auto login using "sudo raspi-config" > System Options > Boot / Auto Login > Console Auto Login Text Console (option B2)

@tre4b
Copy link
Author

tre4b commented Feb 14, 2021

I'll give that a go. Last time I did this when first trying to setup OctoScreen it all went to pot ;-) Hopefully should work, makes sense if OctoDash runs in user context. Printing right now though so will have to wait a bit ;-)

@tre4b
Copy link
Author

tre4b commented Feb 14, 2021

Yep that did it. Many thanks Icesythe7

@tre4b tre4b closed this as completed Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Something isn't working with the users setup
Projects
None yet
Development

No branches or pull requests

3 participants