← Back to team overview

team-kcheck team mailing list archive

KernelCheck '404 ' and terminates

 

Hi, I'm running KernelCheck 1.2.5-3 which looks to be the latest version. I noticed Kernel 2.6.31.1 has been released and thought I'd update. KernelCheck has made this procedure so painless in the past so big thanks for that. However now when I try and use it clicking "Get Kernel Information" button now results in "Kernel.org server couldn't fulfill request. Error code: 404" and the program just closes.

Strace of it happening doesn't show anything wonderful to me:

fcntl64(5, F_GETFD)                     = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e76708) = 2119
close(5)                                = 0
mmap2(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6e30000
read(3, ""..., 1048576)                 = 0
mremap(0xb6e30000, 1052672, 4096, MREMAP_MAYMOVE) = 0xb6e30000
close(3)                                = 0
munmap(0xb6e30000, 4096)                = 0
waitpid(2119,
Testing your network connection...
Connection found.
Kernel.org server couldn't fulfill request.
Error code: 404
[{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 2119
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64("/tmp/tmpGTdx8W", {st_mode=S_IFREG|0755, st_size=0, ...}) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {0x810e760, [], 0}, 8) = 0
exit_group(0)                           = ?

Browsing to master.kernel.org in firefox works perfectly. If there is any further information I can provide to help, please let me know.

Paul