develroo

Results 90 comments of develroo

The apps are upgraded at least in 23/stable. And I believe the `/snap/nextcloud/current/snap/hooks/pre-refresh` script does that anyway. ``` if nextcloud_is_installed; then # Before attempting an update, or otherwise allowing the...

I guess so. It is a RPi 3 and has been using Ubuntu core. It's never been a problem before, but I know Ubuntu core officially supports RPi3 https://ubuntu.com/download/raspberry-pi

Well, the question is how do you upgrade Ubuntu core to 64 bit if it was 32 bit ? And is this the actual problem. Can a developer chime in...

To be honest, if I have to reinstall anyway, I am tempted just to put Debian and Docker on and be done with it. I thought ubuntu-core and snaps were...

> It's possible that you're being bitten by a bug in one of those, but it's also possible you simply ran out of RAM during the upgrade process and it...

Fairy nuff, but how does that really help me to debug the issue? Mysql seems unable to start before it is accessing databases else that would be shown in the...

Well, I can try and disable all plugins I guess. I'll let you know.

So FWIW I disabled as many apps as I could ``` nextcloud.occ app:list|awk -F - '{print $2}'|awk -F : '{print $1}' | head -n -7 | while read line ;...

Ditto. Manually connecting to the server is fine and I can see it working. But the settings do not seem to reach out to the server. Where is the debugging...

Just want to add to this as I too cannot seem to get the OSRM settings to work either, despite the server being on a remote machine and reachable from...