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

Csync: scan was interrupted with a NoMethodError #2037

Open
vohmar opened this issue Jun 15, 2021 · 1 comment
Open

Csync: scan was interrupted with a NoMethodError #2037

vohmar opened this issue Jun 15, 2021 · 1 comment
Assignees
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Jun 15, 2021

https://gist.github.com/ratM1n/215fab51125b7b9bbcd11b94a18844f3

the error message does not explain much. By tracking the progress we identified a domain that did not get the change (removing excess key and rolling over another because of a whitespace in the value in the registry db (#2036).

so maybe this one caused the error, but cannot be sure.

The domain has two dnssec public keys in the registry out of which one looks strange for elliptic curve key:

key1: (alg:13) mdsswUyr3DPW132mOi8V9xESWE8jTo0dxCjjnopKl+GqJxpVXckHAeF+KkxLbxILfDLUT0rAK9iUzy1L53eKGQ== (there is a space in there but its not showing up here)
key2: (alg: 13) 97F4C303B7D2EC36440B2EB337A5AF99662851CCA35F1653754D4DF3A8C50801 (looks like a hash instead of a key)

@vohmar vohmar added the bug label Jun 15, 2021
@yulgolem yulgolem self-assigned this Jun 16, 2021
@yulgolem yulgolem mentioned this issue Jun 16, 2021
@yulgolem
Copy link
Contributor

yulgolem commented Jun 16, 2021

Fixed a typo in csync job by #2038 , now error message should be more informative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants