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

After updating to v1.49.1 the HPB service shows down #1565

Closed
suxlex opened this issue Sep 19, 2022 · 7 comments
Closed

After updating to v1.49.1 the HPB service shows down #1565

suxlex opened this issue Sep 19, 2022 · 7 comments
Assignees
Milestone

Comments

@suxlex
Copy link

suxlex commented Sep 19, 2022

After updating from NextCloudPi v1.49.0 to v1.49.1, the "HPB service = down" is displayed in red under System Info.
If I go back to version 1.49.0, then again "HPB service = up" is in green.

System information

NextCloudPi diagnostics

NextCloudPi version  v1.49.0
NextCloudPi image    NextCloudPi_07-28-22
OS                   Debian GNU/Linux 11. 5.10.0-18-amd64 (x86_64)
automount            no
USB devices          none
datadir              /var/www/nextcloud/data
data in SD           yes
data filesystem      ext2/ext3
data disk usage      13G/29G
rootfs usage         13G/29G
swapfile             /var/swap
dbdir                /var/lib/mysql
Nextcloud check      ok
Nextcloud version    24.0.3.2
HTTPD service        up
PHP service          up
MariaDB service      up
Redis service        up
HPB service          up
Postfix service      up
internet check       ok
port check 80        open
port check 443       open
IP                   ***REMOVED SENSITIVE VALUE***
gateway              ***REMOVED SENSITIVE VALUE***
interface            ens18
certificates         ***REMOVED SENSITIVE VALUE***
NAT loopback         no
uptime               1:27

Nextcloud configuration

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "0": "localhost",
            "1": "192.168.1.80",
            "2": "cl.halpixel.de",
            "11": "2003:c1:6f01:d600:dc94:63ff:feb1:6e8c",
            "3": "cl.halpixel.de",
            "14": "nextcloudpi"
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "24.0.3.2",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "default_phone_region": "DE",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "overwriteprotocol": "https",
        "loglevel": "2",
        "log_type": "file",
        "maintenance": false,
        "theme": "",
        "simpleSignUpLink.shown": false,
        "htaccess.RewriteBase": "\/",
        "updater.release.channel": "stable",
        "data-fingerprint": "9b4229aa47789d3a2d81b81ea9b99a82",
        "mail_sendmailmode": "smtp",
        "jpeg_quality": "60",
        "app_install_overwrite": [
            "calendar",
            "admin_notifications",
            "documents"
        ],
        "has_rebuilt_cache": true,
        "mail_smtpsecure": "tls",
        "mail_smtpport": "587",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/cl.halpixel.de\/",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "tempdirectory": "\/var\/www\/nextcloud\/data\/tmp",
        "logfile": "\/var\/www\/nextcloud\/data\/nextcloud.log"
    }
}

@suxlex suxlex changed the title After Update to v1.49.1 the HPB service shows down After update to v1.49.1 the HPB service shows down Sep 19, 2022
@suxlex suxlex changed the title After update to v1.49.1 the HPB service shows down After updating to v1.49.1 the HPB service shows down Sep 19, 2022
@mbousq
Copy link

mbousq commented Sep 25, 2022

Did you reboot after upgrading ? I upgraded ncp to v1.50 and my Nextcloud instance to 24.0.5 and I had "HPB service = down". A simple reboot fixed this :p

@suxlex
Copy link
Author

suxlex commented Sep 25, 2022

Reboot - yes, I think so.
Yesterday I installed v1.50 and HPB is still up - my problem is now gone.
Thanks for pointing out the restart that may be needed!

@sunjam
Copy link

sunjam commented Sep 25, 2022

Same with docker. Admin must stop and restart their container to bring HPB up.

@theCalcaholic theCalcaholic self-assigned this Sep 26, 2022
@theCalcaholic theCalcaholic added this to the v1.50.1 milestone Sep 26, 2022
@theCalcaholic
Copy link
Collaborator

Fix will be rolled out with v1.50.1

@sunjam
Copy link

sunjam commented Sep 28, 2022

Update, on Docker HPB stays down after pulling latest v1.50.1 and will no longer reboot upon docker compose stop nextcloudpi && docker compose start nextcloudpi

Logs

@victor-rays
Copy link
Collaborator

I think this is resolved, see #1590
Activate the instance before doing any restart and allow the init to fully complete, see if that works?

@theCalcaholic
Copy link
Collaborator

Yeah, this should be resolved (note though, that HPB is expected to fail if you have not used a url with e.g. letsencrypt and did not supply one as parameter to the container)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

5 participants