-
Notifications
You must be signed in to change notification settings - Fork 58
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
tang doesn't reply #79
Comments
I'm having a similar issue. Tang quit responding after updating my system. My particular setup has tang running on a raspberry pi zero with raspbian buster. I did a full rebuild of the raspberry, no luck. My ubuntu machine with tang running appears to work as expected. On the raspberry (failing version), the package version is reported as: Package: tang and on ubuntu (working) it is reported as: Package: tang At this time, I'm not having luck downgrading the system (I know how to undo an update with RHEL/CENTOS, but not with debian based distros....) my /var/log/dpkg.log file suggests that tang wasn't actually touched in the last update, so I don't think it is a change in tang that triggered the error. libc6 and libhttp-parser were both updated in my most recent update (which broke tang) |
If |
The http-parser update in Debian 10 ("buster") broke tang. If the version number for libhttp-parser2.8 is something like "2.8.1-1+deb10u1", try a downgrade to the previous version, i.e. "2.8.1-1". Fix is underway. |
Appreciate the quick reponse. It appears that raspbian has already removed libhttp-parser2.8_2.8.1-1_armhf.deb from the main repository. I was able to locate a mirror which hasn't been updated recently, and had the older package still on it. Tang works with libhttp-parser downgraded, so that should work for me until the tang update is ready. |
thank you thank you thank you. debian mirror that had an older version of libhttp-parser that worked for me on my pi: |
Same issue for me but workaround with downgrading http-parser is working.. :) |
Hi!
My tang stopped working, although everything was fine a few days ago.
Service looks fine:
But when I use
tang-show-keys
orcurl 'http://<IP>/adv'
I receivecurl: (52) Empty reply from server
.Please help me with the diagnosis and correction of this problem. What do I need to do?
The text was updated successfully, but these errors were encountered: