Proxmox not starting from drive

aptitude is asking me all kinds of questions that I (so far) don't know the answers to. I will do my best to figure them out.

Have a good night, and thank you so far for all your help.
 
Not sure where I have landed. Not sure how to get packages installed.
If I could ask how to get these, this repair might be OK...?
 
Not sure where I have landed. Not sure how to get packages installed.
If I could ask how to get these, this repair might be OK...?

Hi,
what happens, if you use apt-get?
proxmox-ve-2.6.32 : Depends: pve-manager but it is not going to be installed
Depends: qemu-server but it is not going to be installed
Depends: pve-qemu-kvm but it is not going to be installed
Depends: vncterm but it is not going to be installed
Depends: vzctl (>= 3.0.29) but it is not going to be installed
In this case you should start with one of the dependencies - if another dependency came up, install this package first.
Code:
apt-get install vzctl

apt-get install vncterm

...
If you have the "right" deb-packages in /var/cache/apt/archives you can also install them from there with dpkg -i (if you know what you are doing you can also use the --force-depends switch).

Udo
 
root@sysresccd:/# apt-get install vzctl
Reading package lists... Done
Building dependency tree
Reading state information... Done
vzctl is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
proxmox-ve-2.6.32 : Depends: pve-qemu-kvm but it is not going to be installed
qemu-server : Depends: pve-qemu-kvm (>= 1.7-1) but it is not going to be installed
spiceterm : Depends: pve-qemu-kvm but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@sysresccd:/# apt-get install vncterm
Reading package lists... Done
Building dependency tree
Reading state information... Done
vncterm is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
proxmox-ve-2.6.32 : Depends: pve-qemu-kvm but it is not going to be installed
qemu-server : Depends: pve-qemu-kvm (>= 1.7-1) but it is not going to be installed
spiceterm : Depends: pve-qemu-kvm but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
 
root@sysresccd:/# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
pve-qemu-kvm
The following NEW packages will be installed:
pve-qemu-kvm
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
66 not fully installed or removed.
Need to get 0 B/5,660 kB of archives.
After this operation, 13.5 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Can not write log, openpty() failed (/dev/pts not mounted?)
(Reading database ... 221079 files and directories currently installed.)
Unpacking pve-qemu-kvm (from .../pve-qemu-kvm_2.2-11_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/pve-qemu-kvm_2.2-11_amd64.deb (--unpack):
trying to overwrite '/usr/share/man/man8/qemu-nbd.8.gz', which is also in package qemu-utils 1.1.2+dfsg-6a+deb7u11
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/pve-qemu-kvm_2.2-11_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

I tried this, too.
 
root@sysresccd:/# apt-get remove qemu-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
proxmox-ve-2.6.32 : Depends: pve-qemu-kvm but it is not going to be installed
qemu-server : Depends: pve-qemu-kvm (>= 1.7-1) but it is not going to be installed
spiceterm : Depends: pve-qemu-kvm but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Latest try.
 
Hi,

I tried a straight-forward apt-get update and apt-get upgrade...here are the results.

root@sysresccd:/# apt-get update
Hit http://security.debian.org wheezy/updates Release.gpg
Get:1 http://download.proxmox.com wheezy Release.gpg [198 B]
Hit http://ftp.debian.org wheezy Release.gpg
Hit http://security.debian.org wheezy/updates Release
Get:2 http://download.proxmox.com wheezy Release [3,083 B]
Hit http://ppa.launchpad.net precise Release.gpg
Hit http://security.debian.org wheezy/updates/main amd64 Packages
Hit http://ftp.debian.org wheezy Release
Get:3 http://download.proxmox.com wheezy/pve-no-subscription amd64 Packages [136 kB]
Hit http://security.debian.org wheezy/updates/contrib amd64 Packages
Hit http://ppa.launchpad.net precise Release
Hit http://ftp.debian.org wheezy/main amd64 Packages
Hit http://security.debian.org wheezy/updates/contrib Translation-en
Hit http://ppa.launchpad.net precise/main Sources
Hit http://ftp.debian.org wheezy/contrib amd64 Packages
Hit http://security.debian.org wheezy/updates/main Translation-en
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit http://ftp.debian.org wheezy/contrib Translation-en
Hit http://ppa.launchpad.net precise/main Translation-en
Hit http://ftp.debian.org wheezy/main Translation-en
Ign http://download.proxmox.com wheezy/pve-no-subscription Translation-en_US
Ign http://download.proxmox.com wheezy/pve-no-subscription Translation-en
Fetched 140 kB in 2s (66.3 kB/s)
Reading package lists... Done
root@sysresccd:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
proxmox-ve-2.6.32 : Depends: pve-qemu-kvm but it is not installed
qemu-server : Depends: pve-qemu-kvm (>= 1.7-1) but it is not installed
spiceterm : Depends: pve-qemu-kvm but it is not installed
E: Unmet dependencies. Try using -f.
 
Hi,

I tried a straight-forward apt-get update and apt-get upgrade...here are the results.

root@sysresccd:/# apt-get update
Hit http://security.debian.org wheezy/updates Release.gpg
Get:1 http://download.proxmox.com wheezy Release.gpg [198 B]
Hit http://ftp.debian.org wheezy Release.gpg
Hit http://security.debian.org wheezy/updates Release
Get:2 http://download.proxmox.com wheezy Release [3,083 B]
Hit http://ppa.launchpad.net precise Release.gpg
Hit http://security.debian.org wheezy/updates/main amd64 Packages
Hit http://ftp.debian.org wheezy Release
Get:3 http://download.proxmox.com wheezy/pve-no-subscription amd64 Packages [136 kB]
Hit http://security.debian.org wheezy/updates/contrib amd64 Packages
Hit http://ppa.launchpad.net precise Release
Hit http://ftp.debian.org wheezy/main amd64 Packages
Hit http://security.debian.org wheezy/updates/contrib Translation-en
Hit http://ppa.launchpad.net precise/main Sources
Hit http://ftp.debian.org wheezy/contrib amd64 Packages
Hit http://security.debian.org wheezy/updates/main Translation-en
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit http://ftp.debian.org wheezy/contrib Translation-en
Hit http://ppa.launchpad.net precise/main Translation-en
Hit http://ftp.debian.org wheezy/main Translation-en
Ign http://download.proxmox.com wheezy/pve-no-subscription Translation-en_US
Ign http://download.proxmox.com wheezy/pve-no-subscription Translation-en
Fetched 140 kB in 2s (66.3 kB/s)
Reading package lists... Done
root@sysresccd:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
proxmox-ve-2.6.32 : Depends: pve-qemu-kvm but it is not installed
qemu-server : Depends: pve-qemu-kvm (>= 1.7-1) but it is not installed
spiceterm : Depends: pve-qemu-kvm but it is not installed
E: Unmet dependencies. Try using -f.
Hi,
your sources.list has repositories like "http://ppa.launchpad.net precise Release" and then you are wondering about wrong versions!?! WTF

You need only this three repositories (for no subscription)
Code:
deb http://ftp.debian.org/debian wheezy main contrib
deb http://security.debian.org/ wheezy/updates main contrib
deb http://download.proxmox.com/debian wheezy pve-no-subscription
Udo
 
Where else could it be getting that info? Please remember that I am still booting on the syresccd USB and chrooting. Is it getting it from the key?

Please don't be frustrated with me...I have never dealt with a crash like this before, and am lost as to the steps necessary to get it back on track.
 
I have searched the drive for any other sources.list and only one other exists...it is under examples, and has none of the repositories being asked for in the apt-get update.

Now I am really stopped.
 
Tom,

Sorry for what appears to have been a double post, but I am trying to reach out on this issue. I don't want to be in any more trouble than I already am.
 
I have searched the drive for any other sources.list and only one other exists...it is under examples, and has none of the repositories being asked for in the apt-get update.

Now I am really stopped.

check again your sources.list, also file under /etc/apt/sources.list.d/...
 
Hi Tom,

That, I believe, is the enterprise sources.list. It has been commented out for now,
 
Hello,

I have tried recreating the sources.list, apt-get update, aptitude, and dselect. This server isn't 'coming around. Udo and/or Tom, any other thoughts?
 
Here are the sources.list :

deb http://ftp.debian.org/debian wheezy main contrib
deb http://security.debian.org/ wheezy/updates main contrib
deb http://download.proxmox.com/debian wheezy pve-no-subscription
# deb http://http.us.debian.org/debian stable main contrib non-free


and the pve-enterprise.list :

# deb https://enterprise.proxmox.com/debian wheezy pve-enterprise

and the apt-get update response :

root@sysresccd:/# apt-get update
Hit http://security.debian.org wheezy/updates Release.gpg
Hit http://security.debian.org wheezy/updates Release
Hit http://security.debian.org wheezy/updates/main amd64 Packages
Hit http://security.debian.org wheezy/updates/contrib amd64 Packages
Hit http://security.debian.org wheezy/updates/contrib Translation-en
Hit http://security.debian.org wheezy/updates/main Translation-en
Hit http://ppa.launchpad.net precise Release.gpg
Hit http://ftp.debian.org wheezy Release.gpg
Hit http://ppa.launchpad.net precise Release
Hit http://ftp.debian.org wheezy Release
Hit http://ppa.launchpad.net precise/main Sources
Hit http://ftp.debian.org wheezy/main amd64 Packages
Hit http://download.proxmox.com wheezy Release.gpg
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit http://ftp.debian.org wheezy/contrib amd64 Packages
Hit http://download.proxmox.com wheezy Release
Hit http://ppa.launchpad.net precise/main Translation-en
Hit http://ftp.debian.org wheezy/contrib Translation-en
Hit http://download.proxmox.com wheezy/pve-no-subscription amd64 Packages
Hit http://ftp.debian.org wheezy/main Translation-en
Ign http://download.proxmox.com wheezy/pve-no-subscription Translation-en_US
Ign http://download.proxmox.com wheezy/pve-no-subscription Translation-en
Reading package lists... Done

Any ideas that would explain this?
 
you still have some ubuntu repositories configured, why?

> Hit http://ppa.launchpad.net precise/main amd64 Packages

if you did not add this, someone else did this - ask this guy.
 
I know nothing of ubuntu repositories. No one else touches this machine...lucky me.

The ppa, etc are not showing in sources.list. Do you know how to remove them, from where-ever they are?