Issue. No GUI after reboot

The Ropieee used to work, but now after a reboot I get no GUI anymore.

aa10a0b907b9f873 Is the feedback I sent. Thanks.

Hi @Maarten_Boerma,

It seems that the service for the UI is not started anymore…

2 options: either reflash or I guide you through a few commands to be run over SSH. Are you familiar with SSH?

Thanks,

Hi spockfish, yes i’m familiar with ssh and the command line. I already connect to SSH. Thanks for your help.

Hi, could you please tell me the terminal commands? Or can I find them somewhere else? Thanks a lot.

I had the same problen after an upgrade yesterday… these commands sorted my Ropieee out :+1:

Thanks, Binky.

Did not fix it for me. This was the command line return:

:: Synchronizing package databases…
ropieee-stable is up to date
core is up to date
extra is up to date
community is up to date
alarm is up to date
warning: ropieee-web-20181211-1 is up to date – reinstalling
error: target not found: systemctl
error: target not found: enable
warning: skipping target: ropieee-web

I see what I did wrong those are two separate commands:

pacman -Syu ropieee-web
enable ropieee-web

But that didn’t help either. It is not the web part that is not starting, it is the GUI on the LCD for the Pi.

My mistake… the only GUI I have access to with Ropiee is the web UI, so I hope Harry @spockfish will be along to sort you out :+1:

Thanks. I will be something similar.

Sorry @Maarten_Boerma,

I got ill over the past few days.

You need to login and run the following commands:

pacman -Syu ropieee-touchui
systemctl enable ropieee-touchui

After that you should reboot. But please show me the output of these commands.

Thanks,

1 Like

Thanks, Harry. I hope you feel better now! I’m very happy with all you do.

Hope you’re feeling better :+1:
… and I was going to type more to this message but I clicked Reply accidentally

Thanks for that… hopefully I will remember but that’s not guaranteed :rofl:
At least I managed to get it onto two lines when copying the commands

Did it work?

I’ve not tried yet. I’m traveling at the moment. I will let you know. Thanks.

@spockfish Nope. These are the errors I get (first part is a quote from the update command response):

error: failed to commit transaction (conflicting files)
ropieee-touchui: /etc/systemd/system/ropieee-touchui.service exists in filesystem
ropieee-touchui: /opt/RoPieee/touch/ropieee-touchui exists in filesystem
Errors occurred, no packages were upgraded.
[root@ropieelcd ~]# systemctl enable ropieee-touchui
Failed to enable unit: Unit file /etc/systemd/system/ropieee-touchui.service is masked.

Ok that’s weird.

Try this:

pacman -R ropieee-touchui
pacman -Syu ropieee-touchui

the first command, uninstall, worked. The install failed:

error: failed to commit transaction (conflicting files)
ropieee-touchui: /etc/systemd/system/ropieee-touchui.service exists in filesystem
ropieee-touchui: /opt/RoPieee/touch/ropieee-touchui exists in filesystem
Errors occurred, no packages were upgraded.

Maybe we need to manually remove them?

yes. remove the package, remove those 2 files and install it.

I did. Reinstalled the touchui package enabled the systemctl and rebooted.

Thanks.

1 Like