|
|
|
|
Bonjour à tous,
J'ai eu beau chercher un problème similaire au mien et dans les différentes documentations mais rien n'y fais je fini par etre pessimiste.
Windows sur 1° DD
Documents Windows sur 2° DD
Kubuntu sur 3°DD
J'ai installé Kubuntu 7.10 à partir du Live-cd (vérifié s'il ne contenait pas d'erreur) ; aprés avoir fait la modifs suivantes dans /etc/sysctl.conf afin d'avoir une connexion stable (RJ45 sur alice box CT633):
net.ipv4.tcp_window_scaling=0
net.ipv4.tcp_window_scaling=0 net.ipv4.tcp_rmem=4096 16384 524288 net.ipv4.tcp_wmem=4096 16384 524288
(no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1235376448 (LWP 5786)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [KCrash handler] #6 0xffffe410 in __kernel_vsyscall () #7 0xb6635875 in raise () from /lib/tls/i686/cmov/libc.so.6 #8 0xb6637201 in abort () from /lib/tls/i686/cmov/libc.so.6 #9 0xb68416e0 in __gnu_cxx::__verbose_terminate_handler () from /usr/lib/libstdc++.so.6 #10 0xb683ef65 in ?? () from /usr/lib/libstdc++.so.6 #11 0xb683efa2 in std::terminate () from /usr/lib/libstdc++.so.6 #12 0xb683f0ca in __cxa_throw () from /usr/lib/libstdc++.so.6 #13 0x0812b916 in ?? () #14 0x0812be8a in ?? () #15 0x0812bee8 in ?? () #16 0x0812c735 in ?? () #17 0x0812a22d in ?? () #18 0x08114379 in ?? () #19 0x080951ed in ?? () #20 0x0807378d in ?? () #21 0x0807408e in ?? () #22 0xb6e85893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #23 0xb72118ec in QSignal::signal () from /usr/lib/libqt-mt.so.3 #24 0xb6ea5842 in QSignal::activate () from /usr/lib/libqt-mt.so.3 #25 0xb6ead258 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3 #26 0xb6e1caf0 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #27 0xb6e1e91f in QApplication::notify () from /usr/lib/libqt-mt.so.3 #28 0xb75e2cd2 in KApplication::notify () from /usr/lib/libkdecore.so.4 #29 0xb6daf209 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3 #30 0xb6e0f53b in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3 #31 0xb6dc3d49 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #32 0xb6e371ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #33 0xb6e36fde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #34 0xb6e1e699 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #35 0x0806f75e in ?? () #36 0xb6621050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #37 0x0806f401 in ?? ()
Configuration: Windows WP et Kubuntu Internet Explorer 7.0 et firefox
Je sais que ça rebute le chaland mais le mieux c'est d'utiliser les outils consoles pour les paquets qui sont bien plus pratiques et efficaces que les frontend graphiques comme adept ou synaptic. Tu peux utiliser l'ancien apt-get ou mieux, son remplaçant aptitude.
sudo aptitude update sudo aptitude safe-upgrade (anciennement sudo aptitude upgrade) Pour faire une installation (ici deborphan qu'on va utiliser juste après) sudo aptitude install deborphan Ensuite on va lister les paquets cassés : deborphan Ces paquets peuvent être virés sans risques car ils ne marchent déjà plus (il faudra ensuite les réinstaller si besoin) Tant qu'il y en a : deborphan | xargs dpkg --purge Si adept continue à mal marcher réinstalle le paquet correspondant (tu peux le retrouver avec apt-cache par exemple). Pour plus de détails : http://doc.ubuntu-fr.org/apt Bonne chance |