| 92 | | |
| | 92 | * 09:05 Serge. Fixing problems for LAP |
| | 93 | * {{{No acceptable file for key neb://ipp045.0/gpc1/20100518/o5334g0188o/o5334g0188o.ota34.burn.tbl}}} but... |
| | 94 | {{{ |
| | 95 | > neb-locate -all gpc1/20100518/o5334g0188o/o5334g0188o.ota34.burn.tbl |
| | 96 | file:///data/ippb00.0/nebulous/87/23/951084822.gpc1:20100518:o5334g0188o:o5334g0188o.ota34.burn.tbl |
| | 97 | file:///data/ippb02.0/nebulous/87/23/951094587.gpc1:20100518:o5334g0188o:o5334g0188o.ota34.burn.tbl |
| | 98 | > ls -l `neb-locate -all gpc1/20100518/o5334g0188o/o5334g0188o.ota34.burn.tbl| sed 's/file://g'` |
| | 99 | ls: cannot access /data/ippb02.0/nebulous/87/23/951094587.gpc1:20100518:o5334g0188o:o5334g0188o.ota34.burn.tbl: No such file or directory |
| | 100 | -rw-rw-r-- 1 apache nebulous 0 May 21 2011 /data/ippb00.0/nebulous/87/23/951084822.gpc1:20100518:o5334g0188o:o5334g0188o.ota34.burn.tbl |
| | 101 | > ls -l `deneb-locate.py gpc1/20100518/o5334g0188o/o5334g0188o.ota34.burn.tbl` |
| | 102 | ls: cannot access /data/ippb00.2/nebulous/87/23/951084822.gpc1:20100518:o5334g0188o:o5334g0188o.ota34.burn.tbl: No such file or directory |
| | 103 | -rw-rw-r-- 1 apache nebulous 29995 May 21 2011 /data/ippb02.2/nebulous/87/23/951094587.gpc1:20100518:o5334g0188o:o5334g0188o.ota34.burn.tbl |
| | 104 | }}} |
| | 105 | It looks like {{{/data/ippb02.2/nebulous/87/23/951094587.gpc1:20100518:o5334g0188o:o5334g0188o.ota34.burn.tbl}}} is a good candidate |
| | 106 | In the nebulous I fixed the uri for instance 951094587: |
| | 107 | {{{ |
| | 108 | UPDATE instance SET uri='file:///data/ippb02.2/nebulous/87/23/951094587.gpc1:20100518:o5334g0188o:o5334g0188o.ota34.burn.tbl' WHERE ins_id = 951094587; |
| | 109 | }}} |