
Search found 188 matches
- Tue Mar 02, 2021 7:34 pm
- Forum: Other
- Topic: Install UBOS on Odroid HC-2 failed
- Replies: 4
- Views: 17
Re: Install UBOS on Odroid HC-2 failed
Updated the armv7h images. Should work better now. Please report if they don't 

- Mon Mar 01, 2021 5:38 pm
- Forum: Other
- Topic: Install UBOS on Odroid HC-2 failed
- Replies: 4
- Views: 17
Re: Install UBOS on Odroid HC-2 failed
Could you try with the image from the yellow release channel here? http://depot.ubos.net/yellow/armv7h/images/
- Sat Feb 27, 2021 1:27 am
- Forum: Other
- Topic: Install UBOS on Odroid HC-2 failed
- Replies: 4
- Views: 17
Re: Install UBOS on Odroid HC-2 failed
The ODROID-HC2 can be a bit hard to debug because it doesn't have graphics. If all fails, ODROID sells a serial adapter. Let's first be clear that by default, UBOS knows nothing about any devices other than the boot device, so it will ignore your SSD. If you want to use that -- well, sort of the poi...
- Tue Feb 16, 2021 4:56 am
- Forum: UBOSbox
- Topic: ddclient.service failed because a timeout was exceeded.
- Replies: 5
- Views: 117
Re: ddclient.service failed because a timeout was exceeded.
I don't know what to suggest. Maybe recheck the content of your config file?
And reboot and see whether ddclient.service comes up clean?
And reboot and see whether ddclient.service comes up clean?
- Mon Feb 15, 2021 6:20 pm
- Forum: UBOSbox
- Topic: ddclient.service failed because a timeout was exceeded.
- Replies: 5
- Views: 117
Re: ddclient.service failed because a timeout was exceeded.
Not sure what's going on there. Works fine for me. Do you have a leftover file /run/ddclient.pid lying around there? Or running a second version? Or as something else than root?
- Sat Feb 13, 2021 12:03 am
- Forum: UBOSbox
- Topic: ddclient.service failed because a timeout was exceeded.
- Replies: 5
- Views: 117
Re: ddclient.service failed because a timeout was exceeded.
Post the output of
since the last time you attempted to start ddclient.service.
Code: Select all
sudo journalctl -u ddclient
- Fri Feb 12, 2021 2:12 am
- Forum: UBOSbox
- Topic: New UBOSbox sudo password not working
- Replies: 2
- Views: 70
Re: New UBOSbox sudo password not working
It sounds like you are able to ssh into your ubosbox with the ssh key from the UBOS Staff. Correct? And now you'd like to perform some operations that require root? Is that what you are trying to accomplish? By default, "safe" operations can be executed as root from the shepherd account wi...
- Sun Feb 07, 2021 2:06 am
- Forum: UBOSbox
- Topic: Connecting Nextcloud to subdomain
- Replies: 4
- Views: 116
Re: Connecting Nextcloud to subdomain
Just added a FAQ here: https://ubos.net/docs/users/faq-howto-t ... t-editors/
- Sun Feb 07, 2021 1:59 am
- Forum: UBOSbox
- Topic: Connecting Nextcloud to subdomain
- Replies: 4
- Views: 116
Re: Connecting Nextcloud to subdomain
Chances are that you and vi aren't getting along. That is not unheard of
See for example: https://www.dummies.com/web-design-deve ... s-with-vi/
You could use nano instead. First install it, and then run it like this:

You could use nano instead. First install it, and then run it like this:
Code: Select all
pacman -S nano
nano /tmp/site.json
- Fri Feb 05, 2021 4:05 am
- Forum: UBOSbox
- Topic: Connecting Nextcloud to subdomain
- Replies: 4
- Views: 116
Re: Connecting Nextcloud to subdomain
Videos would be good, I agree, now somebody just needs to make them :-) Try this: sudo ubos-admin showsite --host '*' --json > /tmp/site.json vi /tmp/site.json Make your edits. sudo ubos-admin deploy --file /tmp/site.json Your edits are probably changing the hostname from * to subdomain.domain.tld (...