Hi,
I’m trying to use the cron within this addon via the /etc/periodic folder. But it doesn’t seem to work.
And I can’t find logs as well.
Someone an Idea?
Hi,
I’m trying to use the cron within this addon via the /etc/periodic folder. But it doesn’t seem to work.
And I can’t find logs as well.
Someone an Idea?
I’ve problem about starting ssh & terminal, which it could be used before.
I check system log and it shows
19-01-18 08:58:41 ERROR (SyncWorker_16) [hassio.docker] Can’t create container from addon_a0d7b954_ssh: 409 Client Error: Conflict (“Conflict. The container name “/addon_a0d7b954_ssh” is already in use by container “0366c7854616b4a54f1f7896b8335bdd1d0179c41f3f122c5a6a15da5fc721db”. You have to remove (or rename) that container to be able to reuse that name.”)
How can I completely remove the container file that indicated on the error, so the add on can be use flawlessly
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Have this error on Hassio when I try to start the add-on:
19-02-04 17:33:19 INFO (SyncWorker_7) [hassio.docker.interface] Clean hassioaddons/ssh-armhf Docker application
19-02-04 17:33:19 ERROR (SyncWorker_7) [hassio.docker] Can’t start addon_a0d7b954_ssh: 500 Server Error: Internal Server Error (“linux runtime spec devices: error gathering device information while adding custom device “/dev/ttyUSB0”: no such file or directory”)
All I have done is disconnect my RFLink and restart Hassio. Do I need my RFLink to start this add-on ?
OK I uninstalled the add-on and installed it again. Works now
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Pardon my ignorance of such matters, but could someone guide me as to how you manage scrolling the contents of the SSH & Web terminal window?
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Hi,
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
Can anyone please shed any light on the problem.
Thanks
It would appear that the addon can’t find the certfile. Do you have a file in /ssl that matches the name under the certfile parameter in the addon config?
I just checked, it appears to have nothing there.
How do I fix this? Many thanks for your help
You either need a cert for ssl/https (recommended) or set ssl to false in the addon config. If you want to move forward with ssl/https you can use the Duck DNS or Let’s Encrypt addons to generate a free certificate automatically or you can purchase one.
Major upgrade!
Upgrades all parts onto our new base images (based on Alpine 3.9.2), adds ARMv7 support
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
I get this error after last upgrade:
[cont-init.d] 80-user-packages.sh: executing...
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/armv7/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/armv7/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.9/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.b89edf6e.tar.gz: No such file or directory
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/armv7/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.9/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.737f7e01.tar.gz: No such file or directory
ERROR: http://dl-cdn.alpinelinux.org/alpine/edge/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.066df28d.tar.gz: No such file or directory
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/armv7/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/edge/community: temporary error (try again later)
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/armv7/APKINDEX.tar.gz
WARNING: Ignoring APKINDEX.b53994b4.tar.gz: No such file or directory
ERROR: http://dl-cdn.alpinelinux.org/alpine/edge/testing: temporary error (try again later)
WARNING: Ignoring APKINDEX.30e6f5af.tar.gz: No such file or directory
5 errors; 127 distinct packages available
[22:21:16] FATAL: Failed updating Alpine packages repository indexes
[cont-init.d] 80-user-packages.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing...
-----------------------------------------------------------
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
-----------------------------------------------------------
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
{
"log_level": "info",
"ssh": {
"enable": true,
"port": 22,
"username": "keteflips",
"password": "tadada",
"authorized_keys": [
"ssh-rsa ",
"ssh-rsa ",
"ssh-rsa"
],
"sftp": false,
"compatibility_mode": false,
"allow_agent_forwarding": false,
"allow_remote_port_forwarding": false,
"allow_tcp_forwarding": false
},
"web": {
"enable": true,
"port": 8145,
"username": "keteflips",
"password": "tadada",
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"share_sessions": true,
"packages": [
"python",
"python-dev",
"py-pip",
"build-base"
],
"init_commands": []
}
Hello. After upgrading to latest 4.0.1. Terminal web accessed via https, giving me 400 error.
Log:
[2019/03/18 11:03:39:4072] ERR: lws_tls_server_vhost_backend_init: SSL_CTX_load_verify_locations unhappy
[2019/03/18 11:03:39:4694] ERR: Unable to load SSL Client certs file from -- client ssl isn't going to work
system:
Add-on version: 4.0.1
You are running the latest version of this add-on.
System: HassOS 1.11 (armv7 / raspberrypi3)
Home Assistant version: 0.89.1
Supervisor version: 148
Any ideas? Thanks.
That config just works on my end…
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.9/main: temporary error (try again later)
Are you having DNS issues?
I can resolve this domain in my ssh console in hassio.
core-ssh:/config# ping dl-cdn.alpinelinux.org
PING dl-cdn.alpinelinux.org (151.101.132.249): 56 data bytes
64 bytes from 151.101.132.249: seq=0 ttl=54 time=12.387 ms
64 bytes from 151.101.132.249: seq=1 ttl=54 time=12.313 ms
64 bytes from 151.101.132.249: seq=2 ttl=54 time=11.235 ms
^C
--- dl-cdn.alpinelinux.org ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 11.235/11.978/12.387 ms