|
|
@ -386,7 +386,6 @@ checkHEAD = function (host, URL, r, retry, sanity) |
|
|
|
local pth = path:match('^(.*/pool/).*$') |
|
|
|
if nil ~= pth then table.insert(APT.results[PU.scheme].redirects, pu.host .. "/" .. pth) else E('Odd redirect path ' .. path) end |
|
|
|
I(" Now checking redirected host " .. u) |
|
|
|
-- APT.fork("ionice -c3 nice -n 19 " .. downloadLock .. "REDIR-" .. check .. ".log.txt" .. " ./apt-panopticon.lua " .. extraArgs .. ' ' .. pu.host .. "/" .. path .. " " .. file) |
|
|
|
APT.exe(downloadLock .. "REDIR-" .. check .. ".log.txt" .. " ./apt-panopticon.lua " .. extraArgs .. ' ' .. pu.host .. "/" .. path .. " " .. file):Nice():log():fork() |
|
|
|
D('logging to ' .. APT.logName(pu.host, nil, file)[2]) |
|
|
|
end |
|
|
@ -1134,7 +1133,6 @@ os.execute('sleep 1') -- Wait for things to start up before checking for them. |
|
|
|
for j, b in pairs(a) do |
|
|
|
IPfiles[i][j] = {} |
|
|
|
end |
|
|
|
else |
|
|
|
end |
|
|
|
end |
|
|
|
local files = io.popen('ls -1 results/LOG_' .. hst .. '_*.html') |
|
|
|