Welcome Guest ( Log In | Register )

15 Pages V < 1 2 3 4 > »   
Reply to this topicStart new topic
> Setting up a server (for retards), Help the Linux Noob!

 
post Nov 17 2012, 20:04
Post #21
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Ufaaa.... great!
Remember when I was saying that your ubuntu may be old enough to not have jdk-7 only jdk-6? That's just the case.

simply substitute the
CODE

apt-get install openjdk-7-jre


for
CODE

apt-get install openjdk-6-jre


and the instalation will work.

The jdk-6 work well enough for h@h, you shall be able to continue the tutorial then
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 20:07
Post #22
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


here we go again!

CODE
root@Ichy:~# apt-get install openjdk-6-jre
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
openjdk-6-jre : Depends: openjdk-6-jre-headless (>= 6b23~pre10-0ubuntu5) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@Ichy:~#
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 20:22
Post #23
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Hmm... you got there a very strange situation. apt complaining about dependencies whilst it's apt that shall solve the dependencies.

Either way, try:
CODE

apt-get install openjdk-6-jre-headless

Yeah, it's the thing the output you got is asking for. But I believe it will not work.

EDIT:
If the command above does not work go for this one (it shall be able to install java and all dependencies in one go):
CODE

apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java ca-certificates openssl libssl1.0.0 java6-runtime-headless libnss3-1d libnss3 libnspr4 libsqlite3-0 libgcrypt11 libgpg-error0 openjdk-6-jre-lib tzdata-java


Don't give up on Linux just yet, you just had bad luck and got a misconfigured machine. Most of the time things work better.

PS: As the last resort it is always possible to install java by hand (./configure; make; sudo make install).

This post has been edited by blue penguin: Nov 17 2012, 20:38
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 20:43
Post #24
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


Does not look good...

Tried both...

CODE

root@Ichy:~# apt-get install openjdk-6-jre-headless
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
openjdk-6-jre-headless : Depends: tzdata-java but it is not going to be installed
E: Unable to correct problems, you have held broken packages.



root@Ichy:~# apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java ca-certificates openssl libssl1.0.0 java6-runtime-headless libnss3-1d libnss3 libnspr4 libsqlite3-0 libgcrypt11 libgpg-error0 openjdk-6-jre-lib tzdata-java
Reading package lists... Done
Building dependency tree... Done
Package java6-runtime-headless is a virtual package provided by:
  openjdk-6-jre-headless 6b23~pre10-0ubuntu5
  default-jre-headless 1:1.6-42ubuntu2
You should explicitly select one to install.

E: Package 'java6-runtime-headless' has no installation candidate
root@Ichy:~#


maybe I should just PM you my Root Password?

This post has been edited by Ichy: Nov 17 2012, 20:43
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 20:47
Post #25
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Apologies my mistake:

copied the entire dependency tree without doing some filtering for duplicates, this one shall do better (removed java6-runtime-headless):

CODE

apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java ca-certificates openssl libssl1.0.0 libnss3-1d libnss3 libnspr4 libsqlite3-0 libgcrypt11 libgpg-error0 openjdk-6-jre-lib tzdata-java


We are actually making progress, this time what is missing is tzdata-java not openjdk-6-jre-headless.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 20:54
Post #26
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


CODE

root@Ichy:~# apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java ca-certificates openssl libssl1.0.0 libnss3-1d libnss3 libnspr4 libsqlite3-0 libgcrypt11 libgpg-error0 openjdk-6-jre-lib tzdata-java
Reading package lists... Done
Building dependency tree... Done
ca-certificates is already the newest version.
libgcrypt11 is already the newest version.
libgpg-error0 is already the newest version.
libsqlite3-0 is already the newest version.
libssl1.0.0 is already the newest version.
openssl is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
tzdata-java : Depends: tzdata (= 2011k-1) but 2011n-0ubuntu0.11.10 is to be installed
E: Unable to correct problems, you have held broken packages.
root@Ichy:~#


(IMG:[invalid] style_emoticons/default/anime_cry.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 20:59
Post #27
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Don't get upset, have you noticed the pattern?

QUOTE(Ichy @ Nov 17 2012, 18:54) *

CODE

The following information may help to resolve the situation:

The following packages have unmet dependencies:
tzdata-java : Depends: tzdata (= 2011k-1) but 2011n-0ubuntu0.11.10 is to be installed
E: Unable to correct problems, you have held broken packages.



The important one is this one:
CODE

tzdata-java : Depends: tzdata (= 2011k-1) but 2011n-0ubuntu0.11.10 is to be installed


Now you add tzdata to the list and have another go. i.e.
CODE

apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java ca-certificates openssl libssl1.0.0 libnss3-1d libnss3 libnspr4 libsqlite3-0 libgcrypt11 libgpg-error0 openjdk-6-jre-lib tzdata-java tzdata

It may take a few interactions although.

If you are not confortable with this we can try to make apt-get solve the dependecies for us. But trying to to this means breaking the repository we currently have and starting again/
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 21:03
Post #28
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


CODE

root@Ichy:~# apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java ca-certificates openssl libssl1.0.0 libnss3-1d libnss3 libnspr4 libsqlite3-0 libgcrypt11 libgpg-error0 openjdk-6-jre-lib tzdata-java tzdata
Reading package lists... Done
Building dependency tree... Done
ca-certificates is already the newest version.
libgcrypt11 is already the newest version.
libgpg-error0 is already the newest version.
libsqlite3-0 is already the newest version.
libssl1.0.0 is already the newest version.
openssl is already the newest version.
tzdata is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
tzdata-java : Depends: tzdata (= 2011k-1) but 2011n-0ubuntu0.11.10 is to be installed
E: Unable to correct problems, you have held broken packages.
root@Ichy:~#


I still have one MLP episode and some beer to keep myself calm (IMG:[invalid] style_emoticons/default/happy.gif)
Lets keep at it since it looks like it is getting better!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 21:10
Post #29
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


My god I forgot the MLP, it's Saturday! Despicable brony I am.

It si somehow complaining about tzdata stuff, let's separate in two commands (removed a few already done things):
CODE

apt-get install tzdata
apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java libnss3-1d libnss3 libnspr4 openjdk-6-jre-lib tzdata-java


Now I'm a bit suspectful we will need to upgrade the tzdata not only download, hopefully not.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 21:14
Post #30
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


It is a very Pinkie episode so far! (IMG:[invalid] style_emoticons/default/biggrin.gif)

CODE

root@Ichy:~# apt-get install tzdata
Reading package lists... Done
Building dependency tree... Done
tzdata is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@Ichy:~# apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java libnss3-1d libnss3 libnspr4 openjdk-6-jre-lib tzdata-java
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
tzdata-java : Depends: tzdata (= 2011k-1) but 2011n-0ubuntu0.11.10 is to be installed
E: Unable to correct problems, you have held broken packages.
root@Ichy:~#
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 21:21
Post #31
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Already searching "too many pinkie pies" on you tube, it shall appear in a moment. (IMG:[invalid] style_emoticons/default/smile.gif)

Yeah we will need to upgrade the tzdata. Don't be affraid of too many commands (it's one command per line):
CODE

apt-add-repository 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse'
apt-add-repository 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse'
apt-add-repository 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse'
apt-get update
apt-get upgrade


That last one may take a few minutes. And then again (just in one command):
CODE

apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java libnss3-1d libnss3 libnspr4 openjdk-6-jre-lib tzdata-java tzdata

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 21:32
Post #32
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


[youtu.be] here it is

CODE

root@Ichy:~# apt-add-repository 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse'
-bash: apt-add-repository: command not found
root@Ichy:~# apt-add-repository 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse'
-bash: apt-add-repository: command not found
root@Ichy:~# apt-add-repository 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse'
-bash: apt-add-repository: command not found
root@Ichy:~# apt-get update
Ign http://de.archive.ubuntu.com oneiric InRelease
Hit http://de.archive.ubuntu.com oneiric Release.gpg
Hit http://de.archive.ubuntu.com oneiric Release
Hit http://de.archive.ubuntu.com oneiric/main amd64 Packages
Hit http://de.archive.ubuntu.com oneiric/main i386 Packages
Hit http://de.archive.ubuntu.com oneiric/main TranslationIndex
Hit http://de.archive.ubuntu.com oneiric/main Translation-en
Reading package lists... Done
root@Ichy:~# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@Ichy:~# apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java libnss3-1d libnss3 libnspr4 openjdk-6-jre-lib tzdata-java tzdata
Reading package lists... Done
Building dependency tree... Done
tzdata is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
tzdata-java : Depends: tzdata (= 2011k-1) but 2011n-0ubuntu0.11.10 is to be installed
E: Unable to correct problems, you have held broken packages.
root@Ichy:~# apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java libnss3-1d libnss3 libnspr4 openjdk-6-jre-lib tzdata-java tzdata
Reading package lists... Done
Building dependency tree... Done
tzdata is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
tzdata-java : Depends: tzdata (= 2011k-1) but 2011n-0ubuntu0.11.10 is to be installed
E: Unable to correct problems, you have held broken packages.
root@Ichy:~#


It did not like the first commands.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 21:44
Post #33
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Thank you for the link!

Seems like apt-add-repository was introduced in a later ubuntu. Strange, in debian it is there for a long time.
Either way, we will use Tiap's way by using echo:
CODE

echo 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse' >> /etc/apt/sources.list
echo 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse' >> /etc/apt/sources.list
echo 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse' >> /etc/apt/sources.list
apt-get update
apt-get upgrade


Note that it is using double greater than (>>) not a single one (>) as before. Cross check 3 times before hitting enter that it is (>>) and not (>).

And then again:
CODE

apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java libnss3-1d libnss3 libnspr4 openjdk-6-jre-lib tzdata-java tzdata
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 21:49
Post #34
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


That looks like a problem of broken dependencies, it shouldn't be doing that.
Did you issue an apt-get update command after doing this? (using "precise" instead of "oneiric")

QUOTE(Ichy @ Nov 17 2012, 17:17) *

CODE
root@Ichy:~# mkdir -p /etc/apt; echo 'deb http://de.archive.ubuntu.com/ubuntu/ precise main' > /etc/apt/sources.list
root@Ichy:~#

does nothing (IMG:[invalid] style_emoticons/default/cry.gif)

Try using apt-get clean and see if anything changes.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 21:54
Post #35
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


CODE

root@Ichy:~# apt-get install openjdk-6-jre libaccess-bridge-java-jni libaccess-bridge-java java-common openjdk-6-jre-headless ca-certificates-java libnss3-1d libnss3 libnspr4 openjdk-6-jre-lib tzdata-java tzdata
Reading package lists... Done
Building dependency tree
Reading state information... Done
tzdata is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
tzdata-java : Depends: tzdata (= 2011k-1) but 2011n-0ubuntu0.11.10 is to be installed
E: Unable to correct problems, you have held broken packages.
root@Ichy:~#


the first 3 Commands did nothing but 4. did something and the 5. did a lot!

Then after I tried the last command which failed again.

/edit:
apt-get clean did nothing (IMG:[invalid] style_emoticons/default/sad.gif)

This post has been edited by Ichy: Nov 17 2012, 21:55
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 22:06
Post #36
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE

and the 5. did a lot!


Great that was the idea, now you have the OS uo to date.

Tiap is probably right about the repositories but before trying one more time changing the repos let's look what the following command output us:

The first line from
CODE

apt-get changelog tzdata


And
CODE

apt-get upgrade tzdata
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 22:12
Post #37
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


CODE

root@Ichy:~# apt-get changelog tzdata
Err Changelog for tzdata (http://changelogs.ubuntu.com/changelogs/./tzdata_2011n-0ubuntu0.11.10/changelog)
  404  Not Found
E: changelog for this version is not (yet) available; try https://launchpad.net/ubuntu/+source/tzdata/+changelog

root@Ichy:~# apt-get upgrade tzdata
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@Ichy:~#
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 22:26
Post #38
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(Ichy @ Nov 17 2012, 20:12) *

CODE

root@Ichy:~# apt-get changelog tzdata
Err Changelog for tzdata (http://changelogs.ubuntu.com/changelogs/./tzdata_2011n-0ubuntu0.11.10/changelog)
  404  Not Found
E: changelog for this version is not (yet) available; try https://launchpad.net/ubuntu/+source/tzdata/+changelog




That explains a lot!
First we will try to use Tiap's idea to fix dependency processing:

CODE

echo 'deb http://de.archive.ubuntu.com/ubuntu/ precise main' > /etc/apt/sources.list
echo 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse' >> /etc/apt/sources.list
echo 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse' >> /etc/apt/sources.list
echo 'deb http://de.archive.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse' >> /etc/apt/sources.list
apt-get update
apt-get upgrade


All those starting with 'echo' have no output.

Then let's try two quite random queries:
CODE

apt-get install screen
apt-get install default-jre


Finally. You said that the machine is a VM that can be easily reset and therefore you are not affraid of breaking the OS yeah? Please confirm.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 22:47
Post #39
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


This time a new Error showed up at the end (IMG:[invalid] style_emoticons/default/huh.gif)

CODE

procps depends on initscripts; however:
  Package initscripts is not configured yet.
dpkg: error processing procps (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin ...
No apport report written because the error message indicates its a followup error from a previous failure.
                          ldconfig deferred processing now taking place
Errors were encountered while processing:
initscripts
procps
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@Ichy:~# apt-get install default-jre
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  ca-certificates-java default-jre-headless icedtea-6-jre-cacao
  icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common java-common libasound2
  libasyncns0 libflac8 libgif4 libjpeg62 libjson0 libnspr4 libnss3 libnss3-1d
  libogg0 libpcsclite1 libpulse0 libsndfile1 libvorbis0a libvorbisenc2
  libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxi6 libxrender1
  libxtst6 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib tzdata-java
  x11-common
Suggested packages:
  equivs libasound2-plugins libasound2-python pcscd pulseaudio icedtea-plugin
  libnss-mdns sun-java6-fonts ttf-baekmuk ttf-unfonts ttf-unfonts-core
  ttf-sazanami-gothic ttf-kochi-gothic ttf-sazanami-mincho ttf-kochi-mincho
  ttf-wqy-microhei ttf-wqy-zenhei ttf-indic-fonts-core ttf-telugu-fonts
  ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts
The following NEW packages will be installed:
  ca-certificates-java default-jre default-jre-headless icedtea-6-jre-cacao
  icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common java-common libasound2
  libasyncns0 libflac8 libgif4 libjpeg62 libjson0 libnspr4 libnss3 libnss3-1d
  libogg0 libpcsclite1 libpulse0 libsndfile1 libvorbis0a libvorbisenc2
  libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxi6 libxrender1
  libxtst6 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib tzdata-java
  x11-common
0 upgraded, 37 newly installed, 0 to remove and 191 not upgraded.
2 not fully installed or removed.
Need to get 37.3 MB of archives.
After this operation, 105 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://de.archive.ubuntu.com/ubuntu/ precise/main libxau6 amd64 1:1.0.6-4 [8392 B]
Get:2 http://de.archive.ubuntu.com/ubuntu/ precise/main libxdmcp6 amd64 1:1.1.0-4 [12.7 kB]
Get:3 http://de.archive.ubuntu.com/ubuntu/ precise/main libxcb1 amd64 1.8.1-1 [44.7 kB]
Get:4 http://de.archive.ubuntu.com/ubuntu/ precise/main libx11-data amd64 2:1.4.99.1-0ubuntu2 [168 kB]
Get:5 http://de.archive.ubuntu.com/ubuntu/ precise/main libx11-6 amd64 2:1.4.99.1-0ubuntu2 [762 kB]
Get:6 http://de.archive.ubuntu.com/ubuntu/ precise/main libxext6 amd64 2:1.3.0-3build1 [33.2 kB]
Get:7 http://de.archive.ubuntu.com/ubuntu/ precise/main libasound2 amd64 1.0.25-1ubuntu10 [427 kB]
Get:8 http://de.archive.ubuntu.com/ubuntu/ precise/main libasyncns0 amd64 0.8-4 [13.2 kB]
Get:9 http://de.archive.ubuntu.com/ubuntu/ precise/main libogg0 amd64 1.2.2~dfsg-1ubuntu1 [17.2 kB]
Get:10 http://de.archive.ubuntu.com/ubuntu/ precise/main libflac8 amd64 1.2.1-6 [144 kB]
Get:11 http://de.archive.ubuntu.com/ubuntu/ precise/main libgif4 amd64 4.1.6-9ubuntu1 [31.0 kB]
Get:12 http://de.archive.ubuntu.com/ubuntu/ precise/main libnspr4 amd64 4.8.9-1ubuntu2 [139 kB]
Get:13 http://de.archive.ubuntu.com/ubuntu/ precise/main libnss3 amd64 3.13.1.with.ckbi.1.88-1ubuntu6 [1154 kB]
Get:14 http://de.archive.ubuntu.com/ubuntu/ precise/main libpcsclite1 amd64 1.7.4-2ubuntu2 [23.5 kB]
Get:15 http://de.archive.ubuntu.com/ubuntu/ precise/main libjson0 amd64 0.9-1ubuntu1 [16.3 kB]
Get:16 http://de.archive.ubuntu.com/ubuntu/ precise/main libvorbis0a amd64 1.3.2-1ubuntu3 [103 kB]
Get:17 http://de.archive.ubuntu.com/ubuntu/ precise/main libvorbisenc2 amd64 1.3.2-1ubuntu3 [136 kB]
Get:18 http://de.archive.ubuntu.com/ubuntu/ precise/main libsndfile1 amd64 1.0.25-4 [163 kB]
Get:19 http://de.archive.ubuntu.com/ubuntu/ precise/main libpulse0 amd64 1:1.1-0ubuntu15 [290 kB]
Get:20 http://de.archive.ubuntu.com/ubuntu/ precise/main libxi6 amd64 2:1.6.0-0ubuntu2 [30.1 kB]
Get:21 http://de.archive.ubuntu.com/ubuntu/ precise/main libxrender1 amd64 1:0.9.6-2build1 [20.2 kB]
Get:22 http://de.archive.ubuntu.com/ubuntu/ precise/main x11-common amd64 1:7.6+12ubuntu1 [57.7 kB]
Get:23 http://de.archive.ubuntu.com/ubuntu/ precise/main libxtst6 amd64 2:1.2.0-4 [14.3 kB]
Get:24 http://de.archive.ubuntu.com/ubuntu/ oneiric-security/main openjdk-6-jre-lib all 6b24-1.11.5-0ubuntu1~11.10.1 [6135 kB]
Get:25 http://de.archive.ubuntu.com/ubuntu/ precise/main tzdata-java amd64 2012b-1 [134 kB]
Get:26 http://de.archive.ubuntu.com/ubuntu/ precise/main java-common amd64 0.43ubuntu2 [61.7 kB]
Get:27 http://de.archive.ubuntu.com/ubuntu/ precise/main libjpeg62 amd64 6b1-2ubuntu1 [88.1 kB]
Get:28 http://de.archive.ubuntu.com/ubuntu/ precise/main libnss3-1d amd64 3.13.1.with.ckbi.1.88-1ubuntu6 [13.4 kB]
Get:29 http://de.archive.ubuntu.com/ubuntu/ oneiric-security/main openjdk-6-jre-headless amd64 6b24-1.11.5-0ubuntu1~11.10.1 [25.3 MB]
Get:30 http://de.archive.ubuntu.com/ubuntu/ precise/main default-jre-headless amd64 1:1.6-43ubuntu2 [3336 B]
Get:31 http://de.archive.ubuntu.com/ubuntu/ precise/main ca-certificates-java amd64 20110912ubuntu6 [8186 B]
Get:32 http://de.archive.ubuntu.com/ubuntu/ oneiric-security/main openjdk-6-jre amd64 6b24-1.11.5-0ubuntu1~11.10.1 [232 kB]
Get:33 http://de.archive.ubuntu.com/ubuntu/ precise/main default-jre amd64 1:1.6-43ubuntu2 [882 B]
Get:34 http://de.archive.ubuntu.com/ubuntu/ oneiric-security/main icedtea-6-jre-cacao amd64 6b24-1.11.5-0ubuntu1~11.10.1 [418 kB]
Get:35 http://de.archive.ubuntu.com/ubuntu/ oneiric-security/main icedtea-6-jre-jamvm amd64 6b24-1.11.5-0ubuntu1~11.10.1 [510 kB]
Get:36 http://de.archive.ubuntu.com/ubuntu/ precise/main icedtea-netx-common amd64 1.2-2ubuntu1 [594 kB]
Get:37 http://de.archive.ubuntu.com/ubuntu/ precise/main icedtea-netx amd64 1.2-2ubuntu1 [14.2 kB]
Fetched 37.3 MB in 5s (6474 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libxau6.
(Reading database ... 22187 files and directories currently installed.)
Unpacking libxau6 (from .../libxau6_1%3a1.0.6-4_amd64.deb) ...
Selecting previously unselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.1.0-4_amd64.deb) ...
Selecting previously unselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.8.1-1_amd64.deb) ...
Selecting previously unselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.4.99.1-0ubuntu2_amd64.deb) ...
Selecting previously unselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.4.99.1-0ubuntu2_amd64.deb) ...
Selecting previously unselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.3.0-3build1_amd64.deb) ...
Selecting previously unselected package libasound2.
Unpacking libasound2 (from .../libasound2_1.0.25-1ubuntu10_amd64.deb) ...
Selecting previously unselected package libasyncns0.
Unpacking libasyncns0 (from .../libasyncns0_0.8-4_amd64.deb) ...
Selecting previously unselected package libogg0.
Unpacking libogg0 (from .../libogg0_1.2.2~dfsg-1ubuntu1_amd64.deb) ...
Selecting previously unselected package libflac8.
Unpacking libflac8 (from .../libflac8_1.2.1-6_amd64.deb) ...
Selecting previously unselected package libgif4.
Unpacking libgif4 (from .../libgif4_4.1.6-9ubuntu1_amd64.deb) ...
Selecting previously unselected package libnspr4.
Unpacking libnspr4 (from .../libnspr4_4.8.9-1ubuntu2_amd64.deb) ...
Selecting previously unselected package libnss3.
Unpacking libnss3 (from .../libnss3_3.13.1.with.ckbi.1.88-1ubuntu6_amd64.deb) ...
Selecting previously unselected package libpcsclite1.
Unpacking libpcsclite1 (from .../libpcsclite1_1.7.4-2ubuntu2_amd64.deb) ...
Selecting previously unselected package libjson0.
Unpacking libjson0 (from .../libjson0_0.9-1ubuntu1_amd64.deb) ...
Selecting previously unselected package libvorbis0a.
Unpacking libvorbis0a (from .../libvorbis0a_1.3.2-1ubuntu3_amd64.deb) ...
Selecting previously unselected package libvorbisenc2.
Unpacking libvorbisenc2 (from .../libvorbisenc2_1.3.2-1ubuntu3_amd64.deb) ...
Selecting previously unselected package libsndfile1.
Unpacking libsndfile1 (from .../libsndfile1_1.0.25-4_amd64.deb) ...
Selecting previously unselected package libpulse0.
Unpacking libpulse0 (from .../libpulse0_1%3a1.1-0ubuntu15_amd64.deb) ...
Selecting previously unselected package libxi6.
Unpacking libxi6 (from .../libxi6_2%3a1.6.0-0ubuntu2_amd64.deb) ...
Selecting previously unselected package libxrender1.
Unpacking libxrender1 (from .../libxrender1_1%3a0.9.6-2build1_amd64.deb) ...
Selecting previously unselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.6+12ubuntu1_amd64.deb) ...
Selecting previously unselected package libxtst6.
Unpacking libxtst6 (from .../libxtst6_2%3a1.2.0-4_amd64.deb) ...
Selecting previously unselected package openjdk-6-jre-lib.
Unpacking openjdk-6-jre-lib (from .../openjdk-6-jre-lib_6b24-1.11.5-0ubuntu1~11.10.1_all.deb) ...
Selecting previously unselected package tzdata-java.
Unpacking tzdata-java (from .../tzdata-java_2012b-1_amd64.deb) ...
Selecting previously unselected package java-common.
Unpacking java-common (from .../java-common_0.43ubuntu2_amd64.deb) ...
Selecting previously unselected package libjpeg62.
Unpacking libjpeg62 (from .../libjpeg62_6b1-2ubuntu1_amd64.deb) ...
Selecting previously unselected package libnss3-1d.
Unpacking libnss3-1d (from .../libnss3-1d_3.13.1.with.ckbi.1.88-1ubuntu6_amd64.deb) ...
Selecting previously unselected package openjdk-6-jre-headless.
Unpacking openjdk-6-jre-headless (from .../openjdk-6-jre-headless_6b24-1.11.5-0ubuntu1~11.10.1_amd64.deb) ...
Selecting previously unselected package default-jre-headless.
Unpacking default-jre-headless (from .../default-jre-headless_1%3a1.6-43ubuntu2_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/default-jre-headless_1%3a1.6-43ubuntu2_amd64.deb (--unpack):
trying to overwrite '/usr/lib/jvm/java-1.6.0-openjdk', which is also in package openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~11.10.1
Selecting previously unselected package ca-certificates-java.
Unpacking ca-certificates-java (from .../ca-certificates-java_20110912ubuntu6_amd64.deb) ...
Selecting previously unselected package openjdk-6-jre.
Unpacking openjdk-6-jre (from .../openjdk-6-jre_6b24-1.11.5-0ubuntu1~11.10.1_amd64.deb) ...
Selecting previously unselected package default-jre.
Unpacking default-jre (from .../default-jre_1%3a1.6-43ubuntu2_amd64.deb) ...
Selecting previously unselected package icedtea-6-jre-cacao.
Unpacking icedtea-6-jre-cacao (from .../icedtea-6-jre-cacao_6b24-1.11.5-0ubuntu1~11.10.1_amd64.deb) ...
Selecting previously unselected package icedtea-6-jre-jamvm.
Unpacking icedtea-6-jre-jamvm (from .../icedtea-6-jre-jamvm_6b24-1.11.5-0ubuntu1~11.10.1_amd64.deb) ...
Selecting previously unselected package icedtea-netx-common.
Unpacking icedtea-netx-common (from .../icedtea-netx-common_1.2-2ubuntu1_amd64.deb) ...
Selecting previously unselected package icedtea-netx.
Unpacking icedtea-netx (from .../icedtea-netx_1.2-2ubuntu1_amd64.deb) ...
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/default-jre-headless_1%3a1.6-43ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@Ichy:~# Processing triggers for man-db ...
-bash: Processing: command not found
root@Ichy:~# Errors were encountered while processing:
-bash: Errors: command not found
root@Ichy:~#  /var/cache/apt/archives/default-jre-headless_1%3a1.6-43ubuntu2_amd64.deb
-bash: /var/cache/apt/archives/default-jre-headless_1%3a1.6-43ubuntu2_amd64.deb: Permission denied
root@Ichy:~# E: Sub-process /usr/bin/dpkg returned an error code (1)
-bash: syntax error near unexpected token `('
root@Ichy:~#

Showed up at the end when using the 2 two quite random queries
was not able to copypaste all of the text since it did a lot of work.

had to hit Y a few times. Do I need to choose a different letter?


And yes I can simple reinstall the OS. I can choose other ones too!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 17 2012, 22:56
Post #40
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


It actually did unpack everything, what seems to have failed are configuration scripts after the packages (like installing the documentation).

hopefully it did not destroyed those unpacked packages just because the scripts did not run. Let's check, tell me the output of:
CODE

java -version

User is offlineProfile CardPM
Go to the top of the page
+Quote Post


15 Pages V < 1 2 3 4 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 28th April 2025 - 17:55