Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 196)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#387 worksforme OpenAFS getcwd() sometimes returns ENOENT andersk
Description

Every few hours, a server gets stuck in a state where certain users receive ENOENT from getcwd(), resulting in errors like

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

Sometimes the problem goes away on its own, but usually the server needs to be rebooted.

I attempted to debug this with upstream on 2013-06-11 and 2013-06-16. Using crash, I found that we’re ending up with two dentries referring to the same directory inode, which is bad. We’re all confused.

#383 fixed Konami code detection takes quadratic time in number of keystrokes andersk
Description

scripts-pony/scripts/templates/master.mak has a very inefficient Konami code detection easter egg that appends all keystrokes to a JavaScript? array. It should be rewritten to use the obvious 11-state Knuth–Morris–Pratt FSM.

This now also affects XVM, who copied this code.

#381 fixed Disable allow_weak_crypto on scripts andersk
Description

Now that OpenAFS is fixed, none of our servers should need allow_weak_crypto. We should disable it everywhere.

We may need to contact users that use kinit on scripts, which at the time of this writing, is likely to be approximated by

[andersk@whole-enchilada]:~$ ls /tmp/krb5cc_* -l
-rw------- 1 freeculture freeculture 1145 Jul 24 03:17 /tmp/krb5cc_536886288
-rw------- 1 pony        pony         735 Jul 26 18:02 /tmp/krb5cc_536890340
-rw------- 1 afarrell    afarrell     697 Jul 20 18:56 /tmp/krb5cc_537865110
-rw------- 1 gdb         gdb          695 Jul 26 00:00 /tmp/krb5cc_537883327
-rw------- 1 joeyhkim    joeyhkim    1595 Jul 14 00:00 /tmp/krb5cc_538023618
-rw------- 1 ezyang      ezyang      1127 Jul 26 17:59 /tmp/krb5cc_ezyang_extra
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.