<type 'exceptions.IOError'> | Python 2.7.5: /usr/bin/python Sat Jul 19 00:52:14 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/livmaths/domains/livmathssoc.org.uk/public_html/cgi-bin/sews_hist.py in |
52 |
53 print_title('Page history ...') |
=> 54 print_page_history() |
55 print '</body></html>' |
56 |
print_page_history = <function print_page_history> |
/home/livmaths/domains/livmathssoc.org.uk/public_html/cgi-bin/sews_hist.py in print_page_history() |
22 print 'Page history for '+make_href('sews.py?'+page_name,page_name) |
23 |
=> 24 write_log(dir_data,'HIST: '+page_name) |
25 |
26 files = filter(lambda x:x[3]==page_name,files) |
global write_log = <function write_log>, global dir_data = '../cgi-bin/data/', global page_name = 'Event_20241023_PopularLecture2024' |
/home/livmaths/domains/livmathssoc.org.uk/public_html/cgi-bin/sews_mod.py in write_log(dir_data='../cgi-bin/data/', s='HIST: Event_20241023_PopularLecture2024') |
172 t = strftime('%Y%m%d%H%M%S',localtime(time())) |
173 write_text( dir_data+'logs/'+t[:8], 'a', |
=> 174 t+' '+os.environ['REMOTE_ADDR']+' '+s) |
175 |
176 def access_denied(dir_data,program_username): |
t = '20250719005214', global os = <module 'os' from '/usr/lib64/python2.7/os.pyc'>, os.environ = {'HTTP_COOKIE': 'PageName=Admin_Newsletter', 'CO...ate', 'UNIQUE_ID': 'aHreLLY94TNGhX0z78H2-wABDx0'}, s = 'HIST: Event_20241023_PopularLecture2024' |
/home/livmaths/domains/livmathssoc.org.uk/public_html/cgi-bin/sews_mod.py in write_text(filename='../cgi-bin/data/logs/20250719', m='a', t='20250719005214 216.73.216.243 HIST: Event_20241023_PopularLecture2024') |
158 |
159 def write_text(filename,m,t): |
=> 160 handle = open(filename,m) |
161 handle.write(strip(t)+'\n') |
162 handle.close() |
handle undefined, builtin open = <built-in function open>, filename = '../cgi-bin/data/logs/20250719', m = 'a' |
<type 'exceptions.IOError'>: [Errno 122] Disk quota exceeded: '../cgi-bin/data/logs/20250719'
args =
(122, 'Disk quota exceeded')
errno =
122
filename =
'../cgi-bin/data/logs/20250719'
message =
''
strerror =
'Disk quota exceeded'