Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 14/03/2008, à 14:04

JoeBurtonn

[Résolu] - Problème installation paquets

Bonjour,

Etant un débutant en Linux, je rencontre pas mal de problème. Pour commencer, j'ai réussi après de nombreux essais à créer un live usb persistent sur un disque dur externe. Jusque, pas de problème.
Mais ensuite, j'ai voulu installer java et netbeans, et alors la, les problèmes commencent :x

voici ce que me donne la commande apt-get install :

root@ubuntu:/home/ubuntu# apt-get install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up cupsys (1.3.2-1ubuntu7.3) ...
Reloading AppArmor profiles : done.
 * Starting Common Unix Printing System: cupsd                                                                                                               /usr/sbin/cupsd: error while loading shared libraries: /lib/tls/i686/cmov/libc.so.6: cannot apply additional memory protection after relocation: Permission denied
invoke-rc.d: initscript cupsys, action "start" failed.
dpkg: error processing cupsys (--configure):
 subprocess post-installation script returned error exit status 127
Setting up sun-java6-bin (6-03-0ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.03/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of sun-java6-plugin:
 sun-java6-plugin depends on sun-java6-bin (= 6-03-0ubuntu2); however:
  Package sun-java6-bin is not configured yet.
dpkg: error processing sun-java6-plugin (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cupsys
 sun-java6-bin
 sun-java6-plugin
E: Sub-process /usr/bin/dpkg returned an error code (1)

au début, j'avais uniquement un problème avec java, mais j'ai effectué :
apt-get clean
apt-get update
apt-get upgrade

et depuis, j'ai le problème avec cupsys qui s'est rajouté :x

voici le résultat d'un dpkg --audit :

root@ubuntu:/home/ubuntu# dpkg --audit
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
 sun-java6-plugin     The Java(TM) Plug-in, Java SE 6

The following packages are only half configured, probably due to problems
configuring them the first time.  The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
 cupsys               Common UNIX Printing System(tm) - server
 sun-java6-bin        Sun Java(TM) Runtime Environment (JRE) 6 (architecture de

Je suis complétement bloqué car sans la jvm, je ne peux pas installer netbeans (un .sh), et tout simplement rien faire avec java hmm

Merci d'avance à ceux qui m'aideront .

#2 Le 14/03/2008, à 16:53

sbrunner

Re : [Résolu] - Problème installation paquets

Hello !

Question bête mais qui pose souvent problème car les message ne sont pas toujours claires !
Es-ce que tu a assez d'espace disque ?

df -h

CU
Stéph

Hors ligne

#3 Le 14/03/2008, à 18:48

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Je pense puisque j'ai bien suivi le tuto et voici la composition de mon système :
- une partition ubuntu710 de 720mo (45mo libres)
- une partition casper de 20go

Et si j'ai bien compris, lorsque l'on install des packages, ils le sont sur la partition casper.

#4 Le 14/03/2008, à 19:20

sbrunner

Re : [Résolu] - Problème installation paquets

JoeBurtonn a écrit :

Et si j'ai bien compris, lorsque l'on install des packages, ils le sont sur la partition casper.

Si elle est montée sur /usr effectivement mais il faut tout de même un peut de place sur les partition / et surtout sur /var pour téléchargé le paquet, mai cela n'a pas l'aire d'être le problème.

Pour résoudre ton problème je me demande si apparmor est en train de poser problème es-ce que tu a modifier ça configuration (vu que tu es débutant cela m'étonnerai !) ?
Tu peut essayer également en le stoppant :

sudo /etc/init.d/apparmor stop

CU
Stéph

Hors ligne

#5 Le 14/03/2008, à 19:41

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Je ne pense pas que ce soit un problème de place, ca j'arrive toujours à télécharger des choses sur le bureau.

Et en effet, je ne l'ai pas configuré (d'ailleurs je ne sais meme pas ce que c'est).
Avec la commande, meme problème. :

root@ubuntu:/home/richy# /etc/init.d/apparmor stop
Unloading AppArmor profiles : done.
root@ubuntu:/home/richy# apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up cupsys (1.3.2-1ubuntu7.3) ...
Reloading AppArmor profiles : done.
 * Starting Common Unix Printing System: cupsd                                  /usr/sbin/cupsd: error while loading shared libraries: /lib/tls/i686/cmov/libc.so.6: cannot apply additional memory protection after relocation: Permission denied
invoke-rc.d: initscript cupsys, action "start" failed.
dpkg: error processing cupsys (--configure):
 subprocess post-installation script returned error exit status 127
Setting up sun-java6-bin (6-03-0ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.03/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of sun-java6-plugin:
 sun-java6-plugin depends on sun-java6-bin (= 6-03-0ubuntu2); however:
  Package sun-java6-bin is not configured yet.
dpkg: error processing sun-java6-plugin (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cupsys
 sun-java6-bin
 sun-java6-plugin
E: Sub-process /usr/bin/dpkg returned an error code (1)

#6 Le 14/03/2008, à 20:39

sbrunner

Re : [Résolu] - Problème installation paquets

Vraiment bizarre ton problème comme je suis en panne d'inspiration on peut encore essayer quelque chose.
Pour ton premier problème :
que te retourne :

ls -l /lib/tls/i686/cmov/libc.so.6 /lib/tls/i686/cmov/libc-2.6.1.so

Pour le deuxième :
J'essayerais de réinstaller java car le fichiers libjli.so devrais exister :

sudo apt-get --purge remove sun-java6-bin
sudo apt-get install sun-java6-plugin

Bonne chance
Stéph

Hors ligne

#7 Le 14/03/2008, à 20:39

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Je viens de désinstaller puis réinstaller les packages via Synaptic, et il y a exactement le même problème.

#8 Le 14/03/2008, à 20:43

JoeBurtonn

Re : [Résolu] - Problème installation paquets

ca ne fonctionne toujours pas, meme avec les nouvelles commandes :

root@ubuntu:/home/richy# apt-get install sun-java6-plugin
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  sun-java6-bin sun-java6-jre
Suggested packages:
  binfmt-support sun-java6-fonts
Recommended packages:
  gsfonts-x11
The following NEW packages will be installed:
  sun-java6-bin sun-java6-jre sun-java6-plugin
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 1598B/32.7MB of archives.
After unpacking 93.7MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://archive.ubuntu.com gutsy/multiverse sun-java6-plugin 6-03-0ubuntu2 [1598B]
Fetched 1598B in 0s (7177B/s)     
Preconfiguring packages ...
Selecting previously deselected package sun-java6-bin.
(Reading database ... 98599 files and directories currently installed.)
Unpacking sun-java6-bin (from .../sun-java6-bin_6-03-0ubuntu2_i386.deb) ...
Selecting previously deselected package sun-java6-jre.
Unpacking sun-java6-jre (from .../sun-java6-jre_6-03-0ubuntu2_all.deb) ...
sun-dlj-v1-1 license has already been accepted
Selecting previously deselected package sun-java6-plugin.
Unpacking sun-java6-plugin (from .../sun-java6-plugin_6-03-0ubuntu2_i386.deb) ...
Setting up cupsys (1.3.2-1ubuntu7.3) ...
Reloading AppArmor profiles : done.
 * Starting Common Unix Printing System: cupsd                                                     /usr/sbin/cupsd: error while loading shared libraries: /lib/tls/i686/cmov/libc.so.6: cannot apply additional memory protection after relocation: Permission denied
invoke-rc.d: initscript cupsys, action "start" failed.
dpkg: error processing cupsys (--configure):
 subprocess post-installation script returned error exit status 127
Setting up sun-java6-bin (6-03-0ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.03/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of sun-java6-plugin:
 sun-java6-plugin depends on sun-java6-bin (= 6-03-0ubuntu2); however:
  Package sun-java6-bin is not configured yet.
dpkg: error processing sun-java6-plugin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of sun-java6-jre:
 sun-java6-jre depends on sun-java6-bin (= 6-03-0ubuntu2) | ia32-sun-java6-bin (= 6-03-0ubuntu2); however:
  Package sun-java6-bin is not configured yet.
  Package ia32-sun-java6-bin is not installed.
dpkg: error processing sun-java6-jre (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cupsys
 sun-java6-bin
 sun-java6-plugin
 sun-java6-jre
E: Sub-process /usr/bin/dpkg returned an error code (1)

#9 Le 14/03/2008, à 20:44

JoeBurtonn

Re : [Résolu] - Problème installation paquets

oops, j'avais oublié ceci :

root@ubuntu:/home/richy# ls -l /lib/tls/i686/cmov/libc.so.6 /lib/tls/i686/cmov/libc-2.6.1.so
-rw-r--r-- 1 root root 1339816 2007-10-01 03:02 /lib/tls/i686/cmov/libc-2.6.1.so
lrwxrwxrwx 1 root root      13 2007-10-16 01:17 /lib/tls/i686/cmov/libc.so.6 -> libc-2.6.1.so

#10 Le 14/03/2008, à 21:01

sbrunner

Re : [Résolu] - Problème installation paquets

Pour le ls j'ai exactement la même chose.

Vraiment désoler je sèche, si quelqu'un d'autre veux prendre le relais c'est bien volontiers.

CU
Stéph

Hors ligne

#11 Le 14/03/2008, à 21:07

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Bon, l'erreur cupsys est réglée. Pour cela, j'ai utilisé la commande suivante :

sudo aa-genprof /etc/init.d/cupsys
sudo apt-get install -f

et maintenant l'erreur a disparue.

par contre, pour java, j'ai toujours :

root@ubuntu:/home/richy# apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up sun-java6-bin (6-03-0ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.03/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of sun-java6-jre:
 sun-java6-jre depends on sun-java6-bin (= 6-03-0ubuntu2) | ia32-sun-java6-bin (= 6-03-0ubuntu2); however:
  Package sun-java6-bin is not configured yet.
  Package ia32-sun-java6-bin is not installed.
dpkg: error processing sun-java6-jre (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sun-java6-bin
 sun-java6-jre
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@ubuntu:/home/richy# dpkg --audit
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
 sun-java6-jre        Sun Java(TM) Runtime Environment (JRE) 6 (architecture in

The following packages are only half configured, probably due to problems
configuring them the first time.  The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
 sun-java6-bin        Sun Java(TM) Runtime Environment (JRE) 6 (architecture de

et merci quand meme sbrunner pour ton aide smile

#12 Le 14/03/2008, à 21:38

sbrunner

Re : [Résolu] - Problème installation paquets

Super déjà une bonne nouvelle.

Pour java je vien de voir que si le fichier /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/jli/libjli.so existe tu peut essayer :

LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/jli/;dpkg --configure -a

ou un

update-java-alternatives --set java-6-sun;dpkg --configure -a

devrai corriger ton problème du moins je l'espère.

Une autre solution qui vaut ce qu'elle vaut en attendant une nouvelle version de Ubuntu et d'essayer avec sun-java5 ou icedtea-java7 !

Hors ligne

#13 Le 15/03/2008, à 13:23

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Toujous rien, je commence à désespérer la sad

root@ubuntu:/home/richy# LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/jli/;dpkg --configure -a
Setting up sun-java6-bin (6-03-0ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.03/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of sun-java6-jre:
 sun-java6-jre depends on sun-java6-bin (= 6-03-0ubuntu2) | ia32-sun-java6-bin (= 6-03-0ubuntu2); however:
  Package sun-java6-bin is not configured yet.
  Package ia32-sun-java6-bin is not installed.
dpkg: error processing sun-java6-jre (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sun-java6-bin
 sun-java6-jre
root@ubuntu:/home/richy# update-java-alternatives --set java-6-sun;dpkg --configure -a
No alternatives for appletviewer.
No alternatives for apt.
No alternatives for extcheck.
No alternatives for firefox-javaplugin.so.
No alternatives for HtmlConverter.
No alternatives for iceape-javaplugin.so.
No alternatives for iceweasel-javaplugin.so.
No alternatives for idlj.
No alternatives for jar.
No alternatives for jarsigner.
No alternatives for javac.
No alternatives for javadoc.
No alternatives for javah.
No alternatives for javap.
No alternatives for java-rmi.cgi.
No alternatives for jconsole.
No alternatives for jdb.
No alternatives for jhat.
No alternatives for jinfo.
No alternatives for jmap.
No alternatives for jps.
No alternatives for jrunscript.
No alternatives for jsadebugd.
No alternatives for jstack.
No alternatives for jstat.
No alternatives for jstatd.
No alternatives for midbrowser-javaplugin.so.
No alternatives for mozilla-javaplugin.so.
No alternatives for native2ascii.
No alternatives for rmic.
No alternatives for schemagen.
No alternatives for wsgen.
No alternatives for wsimport.
No alternatives for xjc.
No alternatives for xulrunner-javaplugin.so.
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/appletviewer
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/apt
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/extcheck
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/HtmlConverter
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/idlj
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jarsigner
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jar
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/javac
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/javadoc
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/javah
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/javap
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/java-rmi.cgi
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jconsole
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jdb
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jhat
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jinfo
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jmap
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jps
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jrunscript
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jsadebugd
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jstack
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jstatd
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/jstat
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/native2ascii
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/rmic
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/schemagen
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/serialver
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/wsgen
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/wsimport
update-java-alternatives: jdk alternative does not exist: /usr/lib/jvm/java-6-sun/bin/xjc
Using `/usr/lib/jvm/java-6-sun/jre/bin/ControlPanel' to provide `ControlPanel'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/java' to provide `java'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/java_vm' to provide `java_vm'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/javaws' to provide `javaws'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/jcontrol' to provide `jcontrol'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/keytool' to provide `keytool'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/orbd' to provide `orbd'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/pack200' to provide `pack200'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/policytool' to provide `policytool'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/rmid' to provide `rmid'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/rmiregistry' to provide `rmiregistry'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/servertool' to provide `servertool'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/tnameserv' to provide `tnameserv'.
Using `/usr/lib/jvm/java-6-sun/jre/bin/unpack200' to provide `unpack200'.
No alternatives for firefox-javaplugin.so.
No alternatives for iceape-javaplugin.so.
No alternatives for iceweasel-javaplugin.so.
No alternatives for midbrowser-javaplugin.so.
No alternatives for mozilla-javaplugin.so.
No alternatives for xulrunner-javaplugin.so.
Setting up sun-java6-bin (6-03-0ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.03/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of sun-java6-jre:
 sun-java6-jre depends on sun-java6-bin (= 6-03-0ubuntu2) | ia32-sun-java6-bin (= 6-03-0ubuntu2); however:
  Package sun-java6-bin is not configured yet.
  Package ia32-sun-java6-bin is not installed.
dpkg: error processing sun-java6-jre (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sun-java6-bin
 sun-java6-jre

#14 Le 15/03/2008, à 13:25

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Enfin bon, le problème ne viendrait-il pas tout simplement du fait que le fichier libjli.so soit introuvable ? :

/usr/lib/jvm/java-6-sun-1.6.0.03/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory

#15 Le 15/03/2008, à 13:33

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Après avoir effectué cette manip (trouvée sur un autre forum ubuntu - merci google tongue) :

aptitude install sun-java6-jdk && sudo update-java-alternatives

je me retrouve avec plus qu'une erreur :

root@ubuntu:/home/richy# dpkg --audit
The following packages are only half configured, probably due to problems
configuring them the first time.  The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
 sun-java6-bin        Sun Java(TM) Runtime Environment (JRE) 6 (architecture de

#16 Le 15/03/2008, à 14:31

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Je viens de refaire une installation/désinstallation via synaptic, et toujours pareil :

E: sun-java6-bin: le sous-processus post-installation script a retourné une erreur de sortie d'état 127
E: sun-java6-jre: problèmes de dépendances - laissé non configuré

et après avoir effectué :

aptitude install sun-java6-jdk && sudo update-java-alternatives

je me retrouve toujours avec :

root@ubuntu:/home/richy# dpkg --configure sun-java6-bin
Setting up sun-java6-bin (6-03-0ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.03/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 sun-java6-bin

#17 Le 15/03/2008, à 16:28

taiebot65

Re : [Résolu] - Problème installation paquets

J'avais eu le meme probleme en essayant d installer java...

Installe java1.4 d'abord...non pas par synaptic mais par ajouter supprimer des programmes dans menu

Bonne chance

Hors ligne

#18 Le 15/03/2008, à 20:58

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Cela ne change rien, une fois que j'installe java 6, j'ai les mêmes erreurs sad

#19 Le 15/03/2008, à 21:28

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Après quelques heures de recherche sur google avec tous les mots clés qui ont pu me passer par la tête, je suis tombé sur cette commande :

ln -s / /cow

Et la, miracle oO
Si quelqu'un peut m'expliquer ce qu'est comme commande, j'aimerai bien comprendre XD

#20 Le 18/03/2008, à 03:07

cherrytree37

Re : [Résolu] - Problème installation paquets

Bah apparemment ça fait un lien symbolique entre la racine système "/" et et un certain dossier "/cow", ce dossier doit avoir des particularités spécifiques dans le système avec certains programmes. En tout, ça fait 3 jours que je penche sur ce problème, j'espère que cette commande va me dépanner ... sad

Dernière modification par cherrytree37 (Le 18/03/2008, à 03:08)

Hors ligne

#21 Le 19/03/2008, à 13:12

JoeBurtonn

Re : [Résolu] - Problème installation paquets

Ok, merci pour l'explication wink

Cela a-t-il résolu ton problème ?

#22 Le 15/07/2008, à 00:47

gari12696

Re : [Résolu] - Problème installation paquets

JoeBurtonn a écrit :

Après quelques heures de recherche sur google avec tous les mots clés qui ont pu me passer par la tête, je suis tombé sur cette commande :

ln -s / /cow

Et la, miracle oO
Si quelqu'un peut m'expliquer ce qu'est comme commande, j'aimerai bien comprendre XD

Fantastique, j'avais le même problème et cette astuce m'a aussi dépanné !
Merci infiniment ...