Summary: | cat: task/state: No such file or directory | ||
---|---|---|---|
Product: | Infrastructure | Reporter: | Ivan A. Melnikov <iv> |
Component: | girar | Assignee: | placeholder <placeholder> |
Status: | NEW --- | QA Contact: | Andrey Cherepanov <cas> |
Severity: | normal | ||
Priority: | P5 | CC: | andy, glebfm, grenka, ldv |
Version: | unspecified | ||
Hardware: | all | ||
OS: | Linux |
Description
Ivan A. Melnikov
2024-08-15 16:34:24 MSK
У меня такая же фигня. А как узнать от какой задачи это осталось? Если есть доступ на team.altlinux.org, можно найти свои задачи там. Найдём uid для alt_grenka@gyle: [iv@team ~]$ ls -ldn /tasks/355231 drwxrwsr-t 13 849 59 4096 Aug 15 16:07 /tasks/355231 А потом как-нибудь так: [iv@team ~]$ find /tasks -maxdepth 1 -user 849 | while read dir; do ls "$dir/task/state"; done >/dev/null ls: cannot access '/tasks/325465/task/state': No such file or directory Это https://git.altlinux.org/tasks/325465/, с ней действительно та же история: [iv@team ~]$ find /tasks/325465/ /tasks/325465/ /tasks/325465/index.html Такое чувство, как будто кто-то молча починил:) Вот вам ещё парочка: ls: cannot access '/tasks/347905/task/state': No such file or directory ls: cannot access '/tasks/246518/task/state': No such file or directory |