opsi debian package

Antworten
denmarknian
Beiträge: 34
Registriert: 16 Mai 2014, 21:45

opsi debian package

Beitrag von denmarknian »

Before i was able to download .deb files from download.uib.de but now i didnt see the updated package. I see the old package in the archive. Anyone can provide the path?
Benutzeravatar
m.radtke
uib-Team
Beiträge: 1517
Registriert: 10 Jun 2015, 12:19

Re: opsi debian package

Beitrag von m.radtke »

Hi

I think you mean opsi-Server packages. Corrent me if you mean anything different.

We switched to the opensuse BuildService years ago
Here's how to use the packages from this service

http://download.uib.de/opsi4.0/doc/html ... n-base-deb

Cheers
Mathias
Kein Support per DM!
_________________________
opsi support - http://www.uib.de/
For productive opsi installations we recommend support contracts.
denmarknian
Beiträge: 34
Registriert: 16 Mai 2014, 21:45

Re: opsi debian package

Beitrag von denmarknian »

I tried installing opsiconfd_4.0.7.4.1-1_all.deb but I got the error below even I installed python-opsi.

root@debian8:/tmp/opsi# dpkg -i python-opsi_4.0.7.28-5_all.deb
Selecting previously unselected package python-opsi.
(Reading database ... 141124 files and directories currently installed.)
Preparing to unpack python-opsi_4.0.7.28-5_all.deb ...
Unpacking python-opsi (4.0.7.28-5) ...
dpkg: dependency problems prevent configuration of python-opsi:
python-opsi depends on python-twisted-conch; however:
Package python-twisted-conch is not installed.
python-opsi depends on python-magic; however:
Package python-magic is not installed.
python-opsi depends on python-ldap; however:
Package python-ldap is not installed.
python-opsi depends on python-newt; however:
Package python-newt is not installed.
python-opsi depends on python-mysqldb; however:
Package python-mysqldb is not installed.
python-opsi depends on python-sqlalchemy; however:
Package python-sqlalchemy is not installed.
python-opsi depends on duplicity; however:
Package duplicity is not installed.
python-opsi depends on python-m2crypto; however:
Package python-m2crypto is not installed.
python-opsi depends on lshw; however:
Package lshw is not installed.
python-opsi depends on python-ldaptor; however:
Package python-ldaptor is not installed.

dpkg: error processing package python-opsi (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python-opsi
Benutzeravatar
m.radtke
uib-Team
Beiträge: 1517
Registriert: 10 Jun 2015, 12:19

Re: opsi debian package

Beitrag von m.radtke »

Well you should really consider adding the repository into your sources.list. This will simplify a lot of things

you now downloaded the opsiconfd.deb but you didnt download python-opsi. the opsixonfd depends on the python-opsi package, which itself depends on other packages, but they should be part of the standard debian or ubuntu repositories.

Please also consider reading the given part in the getting started and adapt it to your setup

Cheers
Kein Support per DM!
_________________________
opsi support - http://www.uib.de/
For productive opsi installations we recommend support contracts.
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: opsi debian package

Beitrag von n.wenselowski »

Hi,

fixing your problem could work with this:

Code: Alles auswählen

apt-get --fix-missing install
But as suggested you might miss some more packages. Letting your package manager handle the task for you is much easier.


Kind regards

Niko

Code: Alles auswählen

import OPSI
Antworten