[13:37:20] I'm trying to get a list of pages from quarry and save the list in a txt file on toolforge but I get permission denied. Is this not possible? [13:37:21] [13:37:23] https://paste.toolforge.org/view/ed4da2c1 [13:43:46] A: you seem to be trying to save it at the root directory, if it's a temporary thing you can use /tmp, if you want to keep it you can use $HOME [13:47:58] I need to run another script using "-file:file_name.txt" so It's better if we keep it. If i change the output file to output_file_path = "$HOME/addwpfr.txt" will the issue get fixed? [14:12:51] ``` [14:12:53] import os [14:12:54] toolforge_home = os.getenv('HOMEPATH', '/data/project/toolname/') [14:12:56] output_file_path = os.path.join(toolforge_home, 'FRlist.txt') [14:12:57] ``` [14:12:59] [14:13:00] [14:13:02] This worked correctly [15:07:56] Is there any reason a script would return an error like "Killed" on toolforge? [16:12:02] https://wikitech.wikimedia.org/w/index.php?title=Help:Toolforge/Rules#Toolforge_rules number 4 (re @A: Is there any reason a script would return an error like "Killed" on toolforge?) [16:22:11] !log tools.lexeme-forms deployed ea6b02ac57 (Wikifunctions returning lists, Z11991→Z12689) [16:22:15] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.lexeme-forms/SAL [18:18:30] is there an incident with NFS on toolforge? my webservice does not log anymore :/