Upgrade stuck on Debian Etch

Dear Devs,

I'm running up-to-date Etch and I've installed Virtualmin from the official repository.
I have this in my sources.list: deb http://software.virtualmin.com/gpl/debian/ virtualmin-etch main

I had Webmin version 1.441 and apt-get wanted to update it to 1.450 but it got stuck at the "Setting up webmin-1.450..." point. I've pasted the last few lines from "strace dpkg --configre -a".

fstat(7, {st_mode=S_IFREG|0644, st_size=871, ...}) = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b34cad6f000
read(7, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6\0"..., 131072) = 871
close(7) = 0
munmap(0x2b34cad6f000, 131072) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=871, ...}) = 0
write(6, "2009-03-06 13:43:56 status half-"..., 56) = 56
write(4, "Package: webmin\nStatus: install "..., 1697) = 1697
ftruncate(4, 1697) = 0
fsync(4) = 0
close(4) = 0
munmap(0x2b34cad0f000, 131072) = 0
rename("/var/lib/dpkg/updates/tmp.i", "/var/lib/dpkg/updates/0000") = 0
open("/var/lib/dpkg/updates/tmp.i", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4
fcntl(4, F_GETFD) = 0
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b34cad0f000
write(4, "#padding\n#padding\n#padding\n#padd"..., 4608) = 4608
lseek(4, 0, SEEK_SET) = 0
stat("/var/lib/dpkg/info/webmin.postinst", {st_mode=S_IFREG|0755, st_size=2131, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x2b34caa5be60) = 4689
rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
wait4(4689,

/tmp/.webmin/webmin-setup.out shows this:

Config file directory [/etc/webmin]: Found existing Webmin configuration in /etc/webmin

Creating start and stop scripts..
..done

Updating config files..
..done

Changing ownership and permissions ..
..done

Running postinstall scripts ..

Thank You for your time!

Status: 
Closed (fixed)

Comments