chandra-mta / MTA

0 stars 0 forks source link

(Dump - /data/mta(4)/Script/Dumps) issue with filters_otg2 not completing task #25

Open william-aaron-CFA opened 10 months ago

william-aaron-CFA commented 10 months ago

from the filters_otg2.cron error log. ls: cannot access '/data/mta/Script/Dumps//.tl': No such file or directory ls: cannot access '/data/mta/Script/Dumps/TLfiles//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/Dumps_mon/Done//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/Dumps_mon/Done//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/Dumps_mon/Done//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/Dumps_mon/Done//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/Dumps_mon/Done//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/Dumps_mon/Done//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/TLfiles//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/TLfiles//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/TLfiles//': No such file or directory ls: cannot access '/data/mta/Script/Dumps/TLfiles//*': No such file or directory move_tl_files.py done cp: failed to close '/data/mta/DataSeeker/data/repository/deahk_elec.rdb~': No space left on device update_dea_rdb.py done

[waaron@scrapper-16:55:repository]$ pwd /data/mta/DataSeeker/data/repository [waaron@scrapper-16:55:repository]$ lsl | grep deahk -rw-r--r-- 1 mta head 514M Jun 28 2022 deahk_elec.rdb -rw-r--r-- 1 mta head 514M Oct 27 15:06 deahk_elec.rdb~ -rw-r--r-- 1 mta head 554M Jun 28 2022 deahk_temp.rdb -rw-r--r-- 1 mta head 554M Oct 27 15:06 deahk_temp.rdb~ [waaron@scrapper-16:55:repository]$ diff deahk_temp.rdb deahk_temp.rdb~ [waaron@scrapper-16:55:repository]$

As shown above, these rdb file are not begin updated anymore. Will ask syshelp if there is a limit on the allowed max filesize for a user to write a file to as this might interrupt these proceedings.

william-aaron-CFA commented 10 months ago

The cronjob for the main script on c3po-v and the backup script on r2d2-v both run at the same time, but they both want to update the same repository rdb file. This might be an issue?