we got tjhis error on apt-get update W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://dl.hhvm.com jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B4112585D386EB94 W: Failed to fetch http://dl.hhvm.com/debian/dists/jessie/InRelease W: Some index files failed to download. They have been ignored, or old ones used instead.
I had the same error on a fresh instasll Didnt look into it yet but: According to their website, it's still the right key... Code: sudo apt-get install software-properties-common apt-transport-https sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xB4112585D386EB94 sudo add-apt-repository https://dl.hhvm.com/ubuntu sudo apt-get update sudo apt-get install hhvm Apparently, you can retreive the key 'manually' according to this topic -edit- I noticed the tutorial(s) need an updte since the tutorial(s) have a different key @till or @sjau i dont know how manages the tutorials?
There is no need to wait, just use a method that works like Tuumke suggested. The project seems to have altered it's key but did not update it in their own documentation, that's all.
In newly installed PM5.1, only the manual method worked as follows: Code: [email protected]:~# curl https://dl.hhvm.com/conf/hhvm.gpg.key | apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2100 100 2100 0 0 1311 0 0:00:01 0:00:01 --:--:-- 1311 OK [email protected]:~# apt-key finger '[email protected]' pub rsa4096 2017-11-03 [SC] 0583 41C6 8FC8 DE60 17D7 75A1 B411 2585 D386 EB94 uid [ unknown] HHVM Package Signing <[email protected]>
Tried Tuumke code still same error ist a jessie system latest patches did a dist-ugrade and a normal update, still the error. system single iSP-Config server and as webserver. Have some similar system without that error. I am not shure if I need HHVM but do not know if I should uninstall it and if YES I do not know how. Thanks for Help
Looks like that dl.hhvm.com repository is in bad shape. Has it been maintained lately? If there is no up to date info from those hhvm.com persons, stop using that repository. What I understand HHVM is Hip Hop Virtual Machine, but PHP 7 is faster than HHVM, so start using PHP 7 by upgrading to Debian Stretch or installing PHP 7 on Debian Jessie. If you do not use HHVM it is not needed. I believe it is not mandatory for anything, so unless you know for sure you must have HHVM for something, just do not use it and do not install it.
hhvm is considered dead/dont use for a long time now, it was an experiment, and i think same about the current documented xmpp server, their websites states similar signs of breaking anytime. Only software, which I'm not a real fan of anymore due to how it's done now, which really worked over the decades is/was ejabberd.
I like to get rid of this message so I tried to remove that part, so I tried "apt-get remove --auto-remove hhvm" but I get "Unable to locate package hhvm" need help Thanks