Die Suche ergab 103 Treffer

von mirkt
07 Feb 2017, 20:08
Forum: Free support
Thema: Package not visible in Configed (SOLVED)
Antworten: 6
Zugriffe: 4465

Re: Package not visible in Configed

Try to execute: # opsi-admin -d method getProductIds_list Do you see your package on the list? I have another phenomenon: disappearing clients (in configed only) :) In my case config files get corrupted (do not know why.. usually after unsuccessfully deleting or renaming clients in configed).. I gue...
von mirkt
14 Dez 2016, 20:31
Forum: Free support
Thema: opsiconfiged does not show one client
Antworten: 2
Zugriffe: 4009

Re: opsiconfiged does not show one client

I still do not know what was the problem.. I have restored opsi data from backup, re-added client and it looks like everything is ok now.. It seems like part of opsi configuration was corrupted.. I use file backend with ~250 clients.. Sometimes I have difficulties renaming or deleting clients using ...
von mirkt
12 Dez 2016, 21:59
Forum: Free support
Thema: opsiconfiged does not show one client
Antworten: 2
Zugriffe: 4009

opsiconfiged does not show one client

Hello, I have a strange situation.. opsiconfiged (current stable) does not show one client.. I can see it with "opsi-admin -d method host_getIdents", I can see client's ini file in file's backend, I can execute command using opsi-admin.. When I rename it via opsi-admin, I can see it in ops...
von mirkt
31 Okt 2016, 15:29
Forum: Free support
Thema: Copying files to System32 on x64 Windows 7
Antworten: 4
Zugriffe: 3964

Re: Copying files to System32 on x64 Windows 7

Thank you for the explanations :)
von mirkt
19 Okt 2016, 10:41
Forum: Free support
Thema: Copying files to System32 on x64 Windows 7
Antworten: 4
Zugriffe: 3964

Copying files to System32 on x64 Windows 7

Hello, While making update to one package, I have noticed, that I am copying files to SysWOW64 instead of System32.. It's really strange, I believe my package used to work well.. Testing system: Windows 7 x64 opsi-winst: 4.11.6.2 I used to do: Files_install /32Bit [Files_install] copy "blahblah...
von mirkt
11 Okt 2016, 22:23
Forum: Update-Abos
Thema: Adobe will Weiterverteilung des Flash Players einschränken
Antworten: 6
Zugriffe: 7988

Re: Adobe will Weiterverteilung des Flash Players einschränken

New update has been released today..
https://helpx.adobe.com/security/produc ... 16-32.html

While I am waiting for redistribution approval, can anyone share a link to offline installers?
von mirkt
11 Okt 2016, 22:01
Forum: Free support
Thema: Non ASCII characters
Antworten: 13
Zugriffe: 10205

Re: Non ASCII characters

Thank you for the fix :) I am not sure if anyone else encountered this problem.. To make it easier I have written a little (and dirty) Python script which can set encoding to all your OPSI scripts (if file is not ASCII encoded).. It's for UTF-8 encoded scripts. I can share it with you: #!/usr/bin/en...
von mirkt
30 Sep 2016, 09:45
Forum: Free support
Thema: Non ASCII characters
Antworten: 13
Zugriffe: 10205

Re: Non ASCII characters

by the way, I have accidentally noticed, that leaving whitespace(s) after

Code: Alles auswählen

encoding=utf8 
Does not set does not set proper encoding. Maybe it could? :)
von mirkt
06 Sep 2016, 21:57
Forum: Free support
Thema: Auto setup some products on opsi-client-agent install
Antworten: 14
Zugriffe: 10166

Re: Auto setup some products on opsi-client-agent install

My "solution" still works after many OPSI updates, but today I noticed, that there is a new property for opsi-client-agent package: setup_after_install :)

Thank you, OPSI developers! :)
von mirkt
06 Sep 2016, 21:52
Forum: Free support
Thema: Non ASCII characters
Antworten: 13
Zugriffe: 10205

Re: Non ASCII characters

d.oertel, thank you for the information, setting "encoding" in scripts helps. So now I have to modify all my packages (all the scripts and includes where messages are used) or is there a way of setting encoding for package or maybe changing default encoding for opsi-winst installation? As ...