winst package after upgrade?

Antworten
wardenik
Beiträge: 65
Registriert: 27 Okt 2008, 12:22

winst package after upgrade?

Beitrag von wardenik »

Hi,

I've just upgraded opsi packages with apt-get and I've noticed a difference:
formerly after preinstallation, preloginloader and opsi-winst where automatically installed and I saw this status in the applet.
Now only preloginloader is installed.

Did you change that intentionally? Or did I miss some upgrade step?
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1354
Registriert: 01 Jul 2008, 12:10

Re: winst package after upgrade?

Beitrag von wolfbardo »

wardenik hat geschrieben:Hi,

I've just upgraded opsi packages with apt-get and I've noticed a difference:
formerly after preinstallation, preloginloader and opsi-winst where automatically installed and I saw this status in the applet.
Now only preloginloader is installed.

Did you change that intentionally? Or did I miss some upgrade step?
mmh, both, preloginloader and opsi-winst, should be "installed"

Which repository you are using?
Please post

Code: Alles auswählen

dpkg -l | grep opsi
opsi-package-manager -l preloginloader
opsi-package-manager -l opsi-winst
regards
Bardo Wolf


OPSICONF 2024
https://opsi.org/en/opsiconf/

opsi-Basisworkshops:

22. - 25. 04. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.uib.de
wardenik
Beiträge: 65
Registriert: 27 Okt 2008, 12:22

Re: winst package after upgrade?

Beitrag von wardenik »

dpkg -l | grep opsi
ii opsi-atftpd 0.7.dfsg-1.4 advanced TFTP server - opsi version with pcre, fifo and max-bl
ii opsi-configed 1.3.3-2 OPSI config editor
ii opsi-depotserver 3.3-10 server fuer das Softwareverteilungssystem OPSI
ii opsi-linux-bootimage 20090126-1 Linux-Bootimage fuer das Softwareverteilungssystem OPSI
ii opsi-utils 3.3.1.0-4 OPSI utils
ii opsiconfd 2.0.0.12-1 OPSI configuration service
ii opsipxeconfd 0.3.6-1 OPSI PXE configuration daemon
ii python-opsi 3.3.1.0-5 OPSI python library


opsi-package-manager -l preloginloader
-----------------
- opsi
-----------------
Product ID Version Description
=======================================================================================================================================
preloginloader 3.3-22 opsi Windows Installationsagent,prelogin.exe 1.1.2.13, pgina.dll 1.72.4.6, pcptch.e

opsi:/opt/pcbin/install/winupdate# opsi-package-manager -l opsi-winst
-----------------
- opsi
-----------------
Product ID Version Description
=======================================================================================================================================
opsi-winst 4.7.4-5 Das generische Installations-Programm von opsi

#OPSI
deb http://download.uib.de/debian lenny opsi3.3
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1354
Registriert: 01 Jul 2008, 12:10

Re: winst package after upgrade?

Beitrag von wolfbardo »

Hi Wardenik,

the preloginloader.ins-script sets via service call the status of
- the netbootproduct (for example winxppro)
- preloginloader

installed.

pcptch.exe checks the local winst32.exe vs winst32.exe on the install/utils-share.
If they differ, it copies the winst32.exe from the netshare to the local-share before execution of winst32.exe

In this case (since version pcptch.exe version 3.9.1) the pcptch.exe sets the status of the pseudo-package.opsi-winst installed.

Your packages
wardenik hat geschrieben: preloginloader 3.3-22 opsi Windows Installationsagent,prelogin.exe 1.1.2.13, pgina.dll 1.72.4.6, pcptch.e

opsi-winst 4.7.4-5 Das generische Installations-Programm von opsi
contains the same winst32.exe version, so the described behaviour seem to be ok.

regards,

Bardo Wolf


OPSICONF 2024
https://opsi.org/en/opsiconf/

opsi-Basisworkshops:

22. - 25. 04. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.uib.de
wardenik
Beiträge: 65
Registriert: 27 Okt 2008, 12:22

Re: winst package after upgrade?

Beitrag von wardenik »

wolfbardo hat geschrieben:Hi Wardenik,
In this case (since version pcptch.exe version 3.9.1) the pcptch.exe sets the status of the pseudo-package.opsi-winst installed.

Your packages contains the same winst32.exe version, so the described behaviour seem to be ok.
Hi,

sorry, but I totally didn't understand this explanation. I mean, I understand the version checking etc....
But as you said "sets the status of the pseudo-package.opsi-winst installed.".
The problem is that IT DOES NOT.
After the installation, the opsi-winst package status is _not installed_.
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1354
Registriert: 01 Jul 2008, 12:10

Re: winst package after upgrade?

Beitrag von wolfbardo »

ok, give me another try. The "rules" is at the moment

pcptch.exe sets vi opsi-service call opsi-winst installed if and only if local winst32.exe and winst32.exe on the netshare differ.

in your situation local winst32.exe=netshare winst.exe, so the status remains uninstalled.

(or have a look at pcptchmn.pas)

regards
Bardo Wolf


OPSICONF 2024
https://opsi.org/en/opsiconf/

opsi-Basisworkshops:

22. - 25. 04. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.uib.de
wardenik
Beiträge: 65
Registriert: 27 Okt 2008, 12:22

Re: winst package after upgrade?

Beitrag von wardenik »

Ah. Now it's clear :)
Thanks :)

This is though a bit inconsistent (and different that it has been before), because winst is in fact installed.
So imho it should just set the status to installed without installing or sth.
Just for you to consider .
Antworten