I tried to ssh to room.sudoroom.org on port 54321 which is forwarded to
100.64.64.27 (the TV computer) and it took a really long time, and so I did it
with -vvv and it said:
debug1: Connecting to room.sudoroom.org [2001:470:66:147::2] port 54321.
debug1: connect to address 2001:470:66:147::2 port 54321: Connection timed out
debug1: Connecting to room.sudoroom.org [142.254.26.9] port 54321.
so in other words...it tried on ipv6 and failed and then it went on ipv4 and
worked.
note: it works fine to ssh to saros (the router) like this:
ssh -p40629 jerkey@2001:470:66:147::2
but times out if I try to go to the forwarded port like this:
ssh -p54321 jerkey@2001:470:66:147::2
any idea why this is happening and where the problem is?
my guess is that the port is forwarded on ipv4 and not on ipv6?
I tried to learn how iptables works on saros but i can't find any notes so i
guess I never learned anything.
thank you
-jake
ERROR OCCURED IN JOB: update_and_clean_index (APP: hyperkitty)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/django_extensions/management/commands/runjobs.py", line 40, in runjobs
job().execute()
File "/usr/lib/python3/dist-packages/hyperkitty/jobs/update_and_clean_index.py", line 37, in execute
run_with_lock(update_index, remove=True)
File "/usr/lib/python3/dist-packages/hyperkitty/lib/utils.py", line 181, in run_with_lock
log.exception("Failed to update the fulltext index: %s", e)
File "/usr/lib/python3/dist-packages/flufl/lock/_lockfile.py", line 447, in __exit__
self.unlock()
File "/usr/lib/python3/dist-packages/flufl/lock/_lockfile.py", line 398, in unlock
raise NotLockedError('Already unlocked')
flufl.lock._lockfile.NotLockedError: Already unlocked