Custom Query (196 matches)
Results (178 - 180 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#309 | invalid | conserver log rotation doesn't work / spews | ezyang | |
Description |
On conan-obrien /etc/cron.daily/logrotate: kill: 91: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] error: error running non-shared postrotate script for /var/log/conserver/bees-knees.log of '/var/log/conserver/*.log ' kill: 91: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] error: error running non-shared postrotate script for /var/log/conserver/miracle-cure.log of '/var/log/conserver/*.log ' kill: 91: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] error: error running non-shared postrotate script for /var/log/conserver/server.log of '/var/log/conserver/*.log ' run-parts: /etc/cron.daily/logrotate exited with return code 1 The trouble is that /var/run/conserver.pid no longer has a pid in it. But this is not the case for david-letterman. Quite vexing. |
|||
#314 | wontfix | Use ~/Scripts/web/ instead of ~/web_scripts/ for new users | adehnert | |
Description |
web_scripts is sorta an annoying name and contributes to clutter in people's lockers. We should move away from it. (See also #263, although I don't believe there's any particular ordering constraint here.) |
|||
#327 | fixed | Per-user sql connection limit | adehnert | |
Description |
We relatively often hit the cap on number of database connections. We should set max_user_connections (http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html#sysvar_max_user_connections; http://dev.mysql.com/doc/refman/5.0/en/user-resources.html) in addition to max_connections (http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html#sysvar_max_connections). Hopefully, this will mean that a single runaway account doesn't block other users from accessing sql.mit.edu. This was previously brought up on -c scripts -i 2129340 on Sept. 26, 2012. |