Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (139 - 141 of 196)

Ticket Resolution Summary Owner Reporter
#32 fixed check for .htaccess files only inside ~/web_scripts andersk
Description

(Imported from help.mit.edu #546828.)

geofft:

You seem to have a .htaccess file in your home directory. This is unreadable by the scripts servers due to AFS permissions, and so Apache fails safe and denies all access to directories inside your home directory.

#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.

#275 fixed cronload should error when run without arguments adehnert
Description

At the moment, if you run cronload with no arguments, it'll give you an error message from cat, and wipe your crontab:

[asa@cats-whiskers]:~/Scripts/django/db2.0/asadb$ cronload
/bin/cat: : No such file or directory
New crontab for asa:

[asa@cats-whiskers]:~/Scripts/django/db2.0/asadb$ 

Instead, it should give you a nice error message and not touch your crontab, or something.

Note: See TracQuery for help on using queries.