ssc-oscar / lookup

A mirror of bitbucket.org/swcs/lookup
1 stars 4 forks source link

showCnt.perl no longer works #26

Closed sylviesworld closed 3 years ago

sylviesworld commented 3 years ago

@audrism It seems like a file that showCnt uses either no longer exists, or has been moved. Anytime I try to use it I get 'cant open /fast/All.sha1c/commit_0.tch'. The website utilizes showCnt heavily, so most of it's functionality also does not work currently.

audrism commented 3 years ago

Thank you for noticing: da4 rebooted to replace raid battery and the ssds with lookup tables were not remounted Fixed now

sylviesworld commented 3 years ago

Thanks!

sylviesworld commented 3 years ago

Having this problem again now with mostShared. Gives the error: can't open /fast/All.sha1c/tree_0.tch

audrism commented 3 years ago

On which server?

sylviesworld commented 3 years ago

I'm on da0. It worked yesterday

audrism commented 3 years ago

added ssh to da5 and pushed to lookup

sylviesworld commented 3 years ago

Now I'm getting ssh: connect to host da5 port 22: Connection refused

audrism commented 3 years ago

added -p443, should work now.

sylviesworld commented 3 years ago

Works now, but I'm getting ECDSA host key for IP address '192.168.12.5' not in list of known hosts. after every entry that it returns. That seems like a problem on my end though

audrism commented 3 years ago

ssh to da5 manually and ssh will add the host key for you.

you can also change da5 to da4

sylviesworld commented 3 years ago

Alright, thanks for fixing it