[PVE-User] unattended PVE server installation
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Jan 9 13:30:57 CET 2017
On Mon, Jan 09, 2017 at 01:26:03PM +0100, Fabian Grünbichler wrote:
> see comment inline
>
> On Mon, Jan 09, 2017 at 12:03:02PM +0100, Vadim Bulst wrote:
> > Sorry my fault. It was the Debian Jessie howto and not Wheezy. Attached are
> > some logs. Let me know if you need some more.
> >
> > As you may see in syslog i'm calling a finish.sh script which should install
> > the PVE and afterwards the Puppet-agent. The Puppet-agent gets installed.
> >
> > "
> >
> > # Install packages for Proxmox PVE
> > /usr/bin/apt-get -y -f remove os-prober
> > sleep 2
> > /usr/bin/apt-get update
> > /usr/bin/apt-get -f -y install
> > /usr/bin/apt-get dist-upgrade
> > /usr/bin/apt-get -y --force-yes proxmox-ve ssh ksm-control-daemon open-iscsi
> > systemd-sysv
>
> as the log in your other e-mail indicates, this is not a valid apt-get
> call.. you are missing an "install" there, it should be
>
> /usr/sbin/apt-get -y --force-yes proxmox-ve ssh ksm-control-daemon open-iscsi
>
as Thomas just pointed out to me, I of course also forgot the "install" ;)
should be:
/usr/sbin/apt-get install -y --force-yes proxmox-ve ssh ksm-control-daemon open-iscsi
More information about the pve-user
mailing list