[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[apt-get] : failing update



Hi list !
I am running Etch on a quite old Thinkpad laptop which
had not been connected to internet for over two weeks.
Before this I had experienced no problems using
apt-get update. When I tried it yesterday night, here
is what I got :
Get:1 http://security.debian.org etch/updates
Release.gpg [189B]
Hit http://security.debian.org etch/updates Release
Hit ftp://ftp2.fr.debian.org etch Release.gpg
Ign http://security.debian.org etch/updates/main
Packages/DiffIndex
Ign http://security.debian.org etch/updates/contrib
Packages/DiffIndex
Ign http://security.debian.org etch/updates/main
Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib
Sources/DiffIndex
Get:2 ftp://ftp2.fr.debian.org etch Release [58.2kB]
Ign http://security.debian.org etch/updates/main
Packages
Hit http://security.debian.org etch/updates/contrib
Packages
Hit http://security.debian.org etch/updates/main
Sources
Hit http://security.debian.org etch/updates/contrib
Sources
Get:3 http://security.debian.org etch/updates/main
Packages [185kB]
99% [3 Packages gzip 0] [2 Release 58213/58.2kB 100%]
gzip: stdin: not in gzip format
Err http://security.debian.org etch/updates/main
Packages
  Sub-process gzip returned an error code (1)
Get:4 ftp://ftp2.fr.debian.org etch/main
Packages/DiffIndex
Ign ftp://ftp2.fr.debian.org etch/main
Packages/DiffIndex
Get:5 ftp://ftp2.fr.debian.org etch/contrib
Packages/DiffIndex
Ign ftp://ftp2.fr.debian.org etch/contrib
Packages/DiffIndex
Get:6 ftp://ftp2.fr.debian.org etch/main
Sources/DiffIndex
Ign ftp://ftp2.fr.debian.org etch/main
Sources/DiffIndex
Get:7 ftp://ftp2.fr.debian.org etch/contrib
Sources/DiffIndex
Ign ftp://ftp2.fr.debian.org etch/contrib
Sources/DiffIndex
Hit ftp://ftp2.fr.debian.org etch/main Packages
Hit ftp://ftp2.fr.debian.org etch/contrib Packages
Hit ftp://ftp2.fr.debian.org etch/main Sources
Hit ftp://ftp2.fr.debian.org etch/contrib Sources
Fetched 58.2kB in 5s (11.6kB/s)
Failed to fetch
http://security.debian.org/dists/etch/updates/main/binary-i386/Packages.gz
 Sub-process gzip returned an error code (1)
Reading package lists... Done
E: Some index files failed to download, they have been
ignored, or old ones used instead.
When I manually try to download the Packages.gz file,
and uncompress it with gzip, no problem occurs.
Then, using dpkg --update-avail, I update the dpkg
database, but apt-get upgrade tells me that nothing
needs to be updated even though some packets do. Here
is the output of dpkg --status openoffice.org-calc :
Package: openoffice.org-calc
Status: install ok installed
Priority: optional
Section: editors
Installed-Size: 12972
Maintainer: Debian OpenOffice Team
<debian-openoffice@lists.debian.org>
Architecture: i386
Source: openoffice.org
Version: 2.0.4.dfsg.2-7etch1
Replaces: openoffice.org2-core (<< 1.9.113-0pre1),
openoffice.org (<< 1.9), openoffice.org-debian-files,
openoffice.org-core (<< 2.0.2-0.1pre2),
openoffice.org2-calc (<< 2.0.4.dfsg.2-7etch1),
openoffice.org-common (<< 2.0.3+2.0.4m179)
Provides: openoffice.org2-calc
Depends: openoffice.org-core (= 2.0.4.dfsg.2-7etch1),
libc6 (>= 2.3.6-6), libgcc1 (>= 1:4.1.1-12),
libstdc++6 (>= 4.1.1-12), libstlport4.6c2, libufsparse
Conflicts: openoffice.org-bin (<< 1.9),
openoffice.org-debian-files, openoffice.org2-calc (<<
2.0.4.dfsg.2-7etch1)
Description: OpenOffice.org office suite - spreadsheet
 OpenOffice.org is a full-featured office productivity
suite that provides
 a near drop-in replacement for Microsoft(R) Office.
 .
 This package contains the spreadsheet component for
OpenOffice.org.
 .
 For latest news on OpenOffice.org in Debian, see
 http://openoffice.debian.net

apt-cache show openoffice.org-calc shows the same
thing : it doesn't know about the etch2 version.
I also noticed an inconsistency in the packages
database : vim which was install was not said to be
so.   Nevertheless, I managed to get the last version.
If that can help, here is the result of strace output
in strace apt-get update :
execve("/usr/bin/apt-get", ["apt-get", "upgrade"], [/*
28 vars */]) = 0
uname({sys="Linux", node="ilta", ...})  = 0
brk(0)                                  = 0x8068000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT
(No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f30000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT
(No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f2f000
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=43644, ...})
= 0
mmap2(NULL, 43644, PROT_READ, MAP_PRIVATE, 3, 0) =
0xb7f24000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT
(No such file or directory)
open("/usr/lib/libapt-pkg-libc6.3-6.so.3.11",
O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\336"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=798872,
...}) = 0
mmap2(NULL, 798356, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e61000
mmap2(0xb7f22000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc1) =
0xb7f22000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT
(No such file or directory)
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\310\3"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=909044,
...}) = 0
mmap2(NULL, 935588, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d7c000
mmap2(0xb7e56000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd9) =
0xb7e56000
mmap2(0xb7e5b000, 22180, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) =
0xb7e5b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT
(No such file or directory)
open("/lib/tls/i686/cmov/libm.so.6", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`3\0\000"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=145136,
...}) = 0
mmap2(NULL, 147584, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d57000
mmap2(0xb7d7a000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) =
0xb7d7a000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT
(No such file or directory)
open("/lib/libgcc_s.so.1", O_RDONLY)    = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\30"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=41096, ...})
= 0
mmap2(NULL, 44292, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d4c000
mmap2(0xb7d56000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9) =
0xb7d56000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT
(No such file or directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1241392,
...}) = 0
mmap2(NULL, 1247388, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c1b000
mmap2(0xb7d42000, 28672, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127) =
0xb7d42000
mmap2(0xb7d49000, 10396, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) =
0xb7d49000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c1a000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c19000
mprotect(0xb7d42000, 20480, PROT_READ)  = 0
mprotect(0xb7e56000, 12288, PROT_READ)  = 0
set_thread_area({entry_number:-1 -> 6,
base_addr:0xb7c196c0, limit:1048575, seg_32bit:1,
contents:0, read_exec_only:0, limit_in_pages:1,
seg_not_present:0, useable:1}) = 0
munmap(0xb7f24000, 43644)               = 0
brk(0)                                  = 0x8068000
brk(0x8089000)                          = 0x8089000
open("/dev/null",
O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
open("/usr/lib/locale/locale-archive",
O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1209056,
...}) = 0
mmap2(NULL, 1209056, PROT_READ, MAP_PRIVATE, 4, 0) =
0xb7af1000
close(4)                                = 0
open("/usr/share/locale/locale.alias", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2582, ...})
= 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f2e000
read(4, "# Locale name alias data base.\n#"..., 4096)
= 2582
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7f2e000, 4096)                = 0
open("/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY)
= -1 ENOENT (No such file or directory)
stat64("/var/lib/apt/.", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
stat64("/etc/apt/apt.conf.d/", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
open("/etc/apt/apt.conf.d/",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...})
= 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, /* 5 entries */, 4096)    = 144
stat64("/etc/apt/apt.conf.d/00trustcdrom",
{st_mode=S_IFREG|0644, st_size=40, ...}) = 0
stat64("/etc/apt/apt.conf.d/10periodic",
{st_mode=S_IFREG|0644, st_size=91, ...}) = 0
stat64("/etc/apt/apt.conf.d/70debconf",
{st_mode=S_IFREG|0644, st_size=182, ...}) = 0
getdents64(4, /* 0 entries */, 4096)    = 0
close(4)                                = 0
open("/etc/apt/apt.conf.d/00trustcdrom",
O_RDONLY|O_LARGEFILE) = 4
read(4, "APT::Authentication::TrustCDROM "..., 8191) =
40
read(4, "", 8191)                       = 0
close(4)                                = 0
open("/etc/apt/apt.conf.d/10periodic",
O_RDONLY|O_LARGEFILE) = 4
read(4, "APT::Periodic::Update-Package-Li"..., 8191) =
91
read(4, "", 8191)                       = 0
close(4)                                = 0
open("/etc/apt/apt.conf.d/70debconf",
O_RDONLY|O_LARGEFILE) = 4
read(4, "// Pre-configure all packages wi"..., 8191) =
182
read(4, "", 8191)                       = 0
close(4)                                = 0
stat64("/etc/apt/apt.conf", 0xbfc439f0) = -1 ENOENT
(No such file or directory)
stat64("/var/lib/dpkg/status", {st_mode=S_IFREG|0644,
st_size=731526, ...}) = 0
stat64("/usr/bin/dpkg", {st_mode=S_IFREG|0755,
st_size=336456, ...}) = 0
stat64("/etc/debian_version", {st_mode=S_IFREG|0644,
st_size=4, ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost
isig icanon echo ...}) = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGWINCH, {0x804c640, [WINCH],
SA_RESTART}, {SIG_DFL}, 8) = 0
ioctl(1, TIOCGWINSZ, {ws_row=39, ws_col=125,
ws_xpixel=0, ws_ypixel=0}) = 0
open("/var/lib/dpkg/lock", O_RDWR|O_CREAT|O_TRUNC,
0640) = 4
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fcntl64(4, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=0, len=0}) = 0
open("/var/lib/dpkg/updates/",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=4096, ...})
= 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
getdents64(5, /* 2 entries */, 4096)    = 48
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
stat64("/etc/apt/sources.list", {st_mode=S_IFREG|0644,
st_size=352, ...}) = 0
open("/etc/apt/sources.list", O_RDONLY|O_LARGEFILE) =
5
read(5, "# \n\n# deb cdrom:[Debian GNU/Linu"..., 8191)
= 352
read(5, "", 8191)                       = 0
close(5)                                = 0
stat64("/etc/apt/sources.list.d/",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/apt/sources.list.d/",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=4096, ...})
= 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
getdents64(5, /* 2 entries */, 4096)    = 48
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
stat64("/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_etch_Release.gpg",
{st_mode=S_IFREG|0644, st_size=378, ...}) = 0
stat64("/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_etch_Release.gpg",
{st_mode=S_IFREG|0644, st_size=378, ...}) = 0
stat64("/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_etch_Release.gpg",
{st_mode=S_IFREG|0644, st_size=378, ...}) = 0
stat64("/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_etch_Release.gpg",
{st_mode=S_IFREG|0644, st_size=378, ...}) = 0
stat64("/var/lib/apt/lists/security.debian.org_dists_etch_updates_Release.gpg",
{st_mode=S_IFREG|0644, st_size=189, ...}) =
0stat64("/var/lib/apt/lists/security.debian.org_dists_etch_updates_Release.gpg",
{st_mode=S_IFREG|0644, st_size=189, ...}) =
0stat64("/var/lib/apt/lists/security.debian.org_dists_etch_updates_Release.gpg",
{st_mode=S_IFREG|0644, st_size=189, ...}) =
0stat64("/var/lib/apt/lists/security.debian.org_dists_etch_updates_Release.gpg",
{st_mode=S_IFREG|0644, st_size=189, ...}) =
0access("/var/cache/apt/", W_OK)         = 0
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136,
1), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f2e000
) = 29g package lists... 0% lists... 0%\r", 29
stat64("/var/cache/apt/pkgcache.bin",
{st_mode=S_IFREG|0644, st_size=6927632, ...}) = 0
open("/var/cache/apt/pkgcache.bin", O_RDONLY) = 5
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=6927632,
...}) = 0
mmap2(NULL, 6927632, PROT_READ, MAP_SHARED, 5, 0) =
0xb7455000
stat64("/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_etch_main_binary-i386_Packages",
{st_mode=S_IFREG|0644, st_size=19397952, ...}) = 0
stat64("/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_etch_main_binary-i386_Packages",
{st_mode=S_IFREG|0644, st_size=19397952, ...}) = 0
stat64("/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_etch_contrib_binary-i386_Packages",
{st_mode=S_IFREG|0644, st_size=279437, ...}) = 0
stat64("/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_etch_contrib_binary-i386_Packages",
{st_mode=S_IFREG|0644, st_size=279437, ...}) = 0
stat64("/var/lib/apt/lists/security.debian.org_dists_etch_updates_main_binary-i386_Packages",
{st_mode=S_IFREG|0644, st_size=866937, ...}) = 0
stat64("/var/lib/apt/lists/security.debian.org_dists_etch_updates_main_binary-i386_Packages",
{st_mode=S_IFREG|0644, st_size=866937, ...}) = 0
stat64("/var/lib/apt/lists/security.debian.org_dists_etch_updates_contrib_binary-i386_Packages",
{st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat64("/var/lib/apt/lists/security.debian.org_dists_etch_updates_contrib_binary-i386_Packages",
{st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat64("/var/lib/dpkg/status", {st_mode=S_IFREG|0644,
st_size=731526, ...}) = 0
close(5)                                = 0
gettimeofday({1191157574, 237751}, NULL) = 0
) = 31g package lists... 100%ists... 100%\r", 31
) = 31g package lists... Doneists... Done\r", 31
write(1, "\n", 1
)                       = 1
mmap2(NULL, 290816, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb740e000
stat64("/etc/apt/preferences", 0xbfc43580) = -1 ENOENT
(No such file or directory)
mmap2(NULL, 581632, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7380000
brk(0x80ac000)                          = 0x80ac000
) = 32ng dependency tree... 0%y tree... 0%\r", 32
) = 32ng dependency tree... 0%y tree... 0%\r", 32
gettimeofday({1191157574, 255062}, NULL) = 0
gettimeofday({1191157574, 257121}, NULL) = 0
gettimeofday({1191157574, 272950}, NULL) = 0
gettimeofday({1191157574, 285058}, NULL) = 0
gettimeofday({1191157574, 300297}, NULL) = 0
gettimeofday({1191157574, 301468}, NULL) = 0
gettimeofday({1191157574, 310218}, NULL) = 0
gettimeofday({1191157574, 311614}, NULL) = 0
gettimeofday({1191157574, 312829}, NULL) = 0
gettimeofday({1191157574, 328070}, NULL) = 0
gettimeofday({1191157574, 329235}, NULL) = 0
gettimeofday({1191157574, 338280}, NULL) = 0
gettimeofday({1191157574, 339617}, NULL) = 0
gettimeofday({1191157574, 340809}, NULL) = 0
gettimeofday({1191157574, 342079}, NULL) = 0
gettimeofday({1191157574, 356956}, NULL) = 0
gettimeofday({1191157574, 366243}, NULL) = 0
gettimeofday({1191157574, 367522}, NULL) = 0
gettimeofday({1191157574, 368716}, NULL) = 0
gettimeofday({1191157574, 369902}, NULL) = 0
gettimeofday({1191157574, 383828}, NULL) = 0
gettimeofday({1191157574, 384947}, NULL) = 0
gettimeofday({1191157574, 394085}, NULL) = 0
gettimeofday({1191157574, 395384}, NULL) = 0
gettimeofday({1191157574, 396605}, NULL) = 0
gettimeofday({1191157574, 397795}, NULL) = 0
gettimeofday({1191157574, 414625}, NULL) = 0
gettimeofday({1191157574, 416074}, NULL) = 0
gettimeofday({1191157574, 417274}, NULL) = 0
gettimeofday({1191157574, 429242}, NULL) = 0
gettimeofday({1191157574, 438343}, NULL) = 0
gettimeofday({1191157574, 440141}, NULL) = 0
gettimeofday({1191157574, 441352}, NULL) = 0
gettimeofday({1191157574, 452900}, NULL) = 0
gettimeofday({1191157574, 465307}, NULL) = 0
gettimeofday({1191157574, 475013}, NULL) = 0
gettimeofday({1191157574, 476299}, NULL) = 0
gettimeofday({1191157574, 477472}, NULL) = 0
gettimeofday({1191157574, 491484}, NULL) = 0
gettimeofday({1191157574, 492645}, NULL) = 0
gettimeofday({1191157574, 493672}, NULL) = 0
gettimeofday({1191157574, 502121}, NULL) = 0
gettimeofday({1191157574, 503405}, NULL) = 0
gettimeofday({1191157574, 504600}, NULL) = 0
gettimeofday({1191157574, 505789}, NULL) = 0
gettimeofday({1191157574, 519882}, NULL) = 0
gettimeofday({1191157574, 521062}, NULL) = 0
gettimeofday({1191157574, 530465}, NULL) = 0
gettimeofday({1191157574, 531885}, NULL) = 0
gettimeofday({1191157574, 533114}, NULL) = 0
) = 33ng dependency tree... 50% tree... 50%"..., 33
) = 33ng dependency tree... 50% tree... 50%"..., 33
gettimeofday({1191157574, 548372}, NULL) = 0
gettimeofday({1191157574, 562075}, NULL) = 0
gettimeofday({1191157574, 578692}, NULL) = 0
gettimeofday({1191157574, 594002}, NULL) = 0
gettimeofday({1191157574, 605953}, NULL) = 0
gettimeofday({1191157574, 618082}, NULL) = 0
gettimeofday({1191157574, 625978}, NULL) = 0
gettimeofday({1191157574, 646062}, NULL) = 0
gettimeofday({1191157574, 658145}, NULL) = 0
gettimeofday({1191157574, 670227}, NULL) = 0
gettimeofday({1191157574, 682641}, NULL) = 0
gettimeofday({1191157574, 694180}, NULL) = 0
gettimeofday({1191157574, 702007}, NULL) = 0
gettimeofday({1191157574, 722015}, NULL) = 0
gettimeofday({1191157574, 738120}, NULL) = 0
gettimeofday({1191157574, 746155}, NULL) = 0
gettimeofday({1191157574, 757964}, NULL) = 0
gettimeofday({1191157574, 769971}, NULL) = 0
gettimeofday({1191157574, 781968}, NULL) = 0
gettimeofday({1191157574, 794101}, NULL) = 0
gettimeofday({1191157574, 806025}, NULL) = 0
gettimeofday({1191157574, 818549}, NULL) = 0
gettimeofday({1191157574, 826130}, NULL) = 0
gettimeofday({1191157574, 846084}, NULL) = 0
gettimeofday({1191157574, 862135}, NULL) = 0
gettimeofday({1191157574, 874189}, NULL) = 0
gettimeofday({1191157574, 886011}, NULL) = 0
gettimeofday({1191157574, 902076}, NULL) = 0
gettimeofday({1191157574, 913979}, NULL) = 0
gettimeofday({1191157574, 922254}, NULL) = 0
gettimeofday({1191157574, 934016}, NULL) = 0
gettimeofday({1191157574, 946641}, NULL) = 0
) = 33ng dependency tree... 81% tree... 81%"..., 33
gettimeofday({1191157574, 958144}, NULL) = 0
gettimeofday({1191157574, 970103}, NULL) = 0
gettimeofday({1191157574, 982080}, NULL) = 0
gettimeofday({1191157574, 998679}, NULL) = 0
gettimeofday({1191157575, 6205}, NULL)  = 0
gettimeofday({1191157575, 26097}, NULL) = 0
gettimeofday({1191157575, 37977}, NULL) = 0
gettimeofday({1191157575, 50568}, NULL) = 0
gettimeofday({1191157575, 66031}, NULL) = 0
gettimeofday({1191157575, 82294}, NULL) = 0
gettimeofday({1191157575, 94117}, NULL) = 0
gettimeofday({1191157575, 110237}, NULL) = 0
gettimeofday({1191157575, 126040}, NULL) = 0
gettimeofday({1191157575, 138055}, NULL) = 0
gettimeofday({1191157575, 150086}, NULL) = 0
gettimeofday({1191157575, 158134}, NULL) = 0
gettimeofday({1191157575, 170030}, NULL) = 0
gettimeofday({1191157575, 186145}, NULL) = 0
gettimeofday({1191157575, 198116}, NULL) = 0
) = 34ng dependency tree... Donetree... Don"..., 34
write(1, "\n", 1
)                       = 1
open("/etc/mtab", O_RDONLY)             = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=377, ...}) =
0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb737f000
read(5, "/dev/hda1 / ext3 rw,errors=remou"..., 4096) =
377
close(5)                                = 0
munmap(0xb737f000, 4096)                = 0
open("/proc/meminfo", O_RDONLY)         = 5
fstat64(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb737f000
read(5, "MemTotal:       256960 kB\nMemFre"..., 1024)
= 676
close(5)                                = 0
munmap(0xb737f000, 4096)                = 0
brk(0x80db000)                          = 0x80db000
brk(0x80c3000)                          = 0x80c3000
brk(0x80ed000)                          = 0x80ed000
write(1, "0 upgraded, 0 newly installed, 0"..., 630
upgraded, 0 newly installed, 0 to remove and 0 not
upgraded.
) = 63
munmap(0xb7380000, 581632)              = 0
munmap(0xb740e000, 290816)              = 0
munmap(0xb7455000, 6927632)             = 0
close(4)                                = 0
close(3)                                = 0
munmap(0xb7f2e000, 4096)                = 0
exit_group(0)                           = ?
Process 4312 detached

Has someone encourtered the same problem, or do
someone have a clue about what's going on ?


      _____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 



Reply to: