Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Error en vaste lopen pc  (gelezen 1258 keer)

Offline noeltiger

  • Lid
Error en vaste lopen pc
« Gepost op: 2007/07/03, 18:50:13 »
beste vrienden, ik ben niet zo goed in linux (ubuntu-laatst versie)
ik probeer my pc up te daten, en wat software te installeren,  maar krijg ik het volgend:

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.


root@noel-ubuntu:/home/noel/noelmap# dpkg --configure -a
Instellen van sun-java6-doc (6-00-2ubuntu2) ...
This package is an installer package, it does not actually contain the
JDK documentation.  You will need to go download one of the
archives:

    jdk-6-doc.zip jdk-6-doc-ja.zip

(choose the non-update version if this is the first installation).
Please visit

    http://java.sun.com/javase/downloads/

now and download.  The file should be owned by root.root and be copied
to /tmp.

[Press RETURN to try again, 'no' + RETURN to abort]

en als + RETURN doet, reageer de pc niet.

kan iemand me helpen om dit op te lossen?
bedankt

Cobuntu

  • Gast
Error en vaste lopen pc
« Reactie #1 Gepost op: 2007/07/03, 19:06:54 »
Laatste versie...

Bedoel je de laatste stabiele versie, 7.04 Feisty Fawn?

Of:

De Tribe 2 versie van 7.10 Gutsy Gibbon?

Offline Soul-Sing

  • Lid
Error en vaste lopen pc
« Reactie #2 Gepost op: 2007/07/03, 19:12:16 »
er is iets mis gegaan met het "ondertekenen" van sun java. met andere woorden dit is niet gebeurd. verder ben je root: root@noel-ubuntu. dat ben je toch niet de hele tijd hoop ik?
sudo dpkg --configure -a
of dpkg --configure -a zal waarschijnlijk niet helpen.
kun je in de synaptic komen?

Cobuntu

  • Gast
Error en vaste lopen pc
« Reactie #3 Gepost op: 2007/07/03, 19:18:03 »
Ik geloof dat als je als root bent ingelogt dat een hacker je meteen pakt? Verbeter mij a.u.b. als ik het fout heb.

Offline Soul-Sing

  • Lid
Error en vaste lopen pc
« Reactie #4 Gepost op: 2007/07/03, 19:23:45 »
inloggen als root? dan help je linux om zeep. sudo su ook niet doen! gewoon het sudo principe trouw blijven.

Cobuntu

  • Gast
Error en vaste lopen pc
« Reactie #5 Gepost op: 2007/07/03, 19:52:56 »
Wat is het verschil tussen sudo en sudo su?

Offline Soul-Sing

  • Lid
Error en vaste lopen pc
« Reactie #6 Gepost op: 2007/07/03, 20:25:29 »
Citaat van: Cobuntu
Wat is het verschil tussen sudo en sudo su?
On Unix-like operating systems, the sudo command is used to run commands with the root user's privilieges. This is done by entering sudo at the beginning of each line of commands. Alternatively, one may become root (system administrator) by logging in as "root" or by using the su command. Becoming root requires root's password. In contrast, the sudo command asks for the user's password and does not depend on the root user account.

sudo su: algemene rechten over het hele systeem. niet default in ubuntu actief, vereist root-account.
sudo: specifieke rechten over 1 bepaald opdracht of regel. inlogpass = gebruikers/sudo pass. (op bestandsnivo)

zie ook: https://wiki.ubuntu.com/NlTerminalHowto

Cobuntu

  • Gast
Error en vaste lopen pc
« Reactie #7 Gepost op: 2007/07/03, 20:30:54 »
Thanks Leoquant :)