Die Suche ergab 115 Treffer

von nicolaslebrun
01 Feb 2022, 13:41
Forum: Bugs
Thema: [SOLVED] ubuntu focal fail if install_opsi-client-agent true
Antworten: 2
Zugriffe: 4221

[SOLVED] ubuntu focal fail if install_opsi-client-agent true

Hi, A small bug on ubuntu 4.2.0.1-4 and opsi-linux-client-agent 4.2.0.8-1, ubuntu focal deployment fails if install_opsi-client-agent is True. The problem seems to be this line in ubuntu.py execute('cat %s/var/log/opsi-client-agent/opsi-script/opsi-client-agent.log' % (target)) It fails claiming /mn...
von nicolaslebrun
12 Okt 2021, 11:36
Forum: Bugs
Thema: [SOLVED] Pb with getHostGroupTree_hash in opsi 4.2 ?
Antworten: 4
Zugriffe: 11255

Re: Pb with getHostGroupTree_hash in opsi 4.2 ?

Hi Fabian !

Just for my test, I've changed it in 20_legacy.conf, and it works like a charm.

Thanks a lot,
Nico
von nicolaslebrun
11 Okt 2021, 16:10
Forum: Bugs
Thema: [SOLVED] Pb with getHostGroupTree_hash in opsi 4.2 ?
Antworten: 4
Zugriffe: 11255

Re: Pb with getHostGroupTree_hash in opsi 4.2 ?

Thanks Fabian for your answer, I haven't seen it was a legacy function. I just tried : opsi-admin -d method group_getObjects '[]' '{"type":"HostGroup"}' it does work, but the result is really not the same as opsi-admin -d method getHostGroupTree_hash Is the support of getHostGrou...
von nicolaslebrun
11 Okt 2021, 09:47
Forum: Bugs
Thema: [SOLVED] Pb with getHostGroupTree_hash in opsi 4.2 ?
Antworten: 4
Zugriffe: 11255

[SOLVED] Pb with getHostGroupTree_hash in opsi 4.2 ?

Hi, I'm studying migration to 4.2 version of Opsi (still on debian stretch version). In an extendd conf, I use getHostGroupTree_hash. It seems there's a pb with that function. Am I missing something ? 9:34:02 root@opsi0363636a ~ opsi-admin -d method getHostGroupTree_hash [3] [2021-10-11 09:34:12.277...
von nicolaslebrun
19 Mai 2021, 12:45
Forum: News
Thema: IMPORTANT: Current opsi-client-agent in opsi 4.1 stable needs current server packages
Antworten: 2
Zugriffe: 10218

Re: IMPORTANT: Current opsi-client-agent in opsi 4.1 stable needs current server packages

Hello,

As posted in german forum, it's necessary to run an "opsi-setup --init-current-config" after upgrade.

Regards,
Nico
von nicolaslebrun
15 Feb 2021, 09:28
Forum: Bugs
Thema: [SOLVED] debian.py fail with netplan
Antworten: 5
Zugriffe: 18954

[SOLVED] Re: debian.py fail with netplan

Hi Mathias,

Just tried
debian_4.1.0.4-3
It work's like a charm, thank's !

(even if i still think we shouldn't build all locales ... ;) )

NIco
von nicolaslebrun
14 Feb 2021, 22:02
Forum: Bugs
Thema: [SOLVED] debian.py fail with netplan
Antworten: 5
Zugriffe: 18954

Re: debian.py fail with netplan

I can't understand whether stretch and buster use netplan... AFAIK, netplan is not the default networking manager in debian, isn't it ? --- I have a version working, but whithout netplan. Here's what i have done - added strech and buster in pre_netplan_relaease pre_netplan_releases = ["squeeze&...
von nicolaslebrun
10 Feb 2021, 13:33
Forum: Bugs
Thema: [SOLVED] debian.py fail with netplan
Antworten: 5
Zugriffe: 18954

Re: debian.py fail with netplan

Hello Mathias,

Not sure it is a good idea... it seems i can deploy with this line but i have no network... I'll try and be back

Regards,
Nico
von nicolaslebrun
09 Feb 2021, 15:56
Forum: Comments, suggestions, wish list
Thema: locales in ubutu package
Antworten: 2
Zugriffe: 33857

Re: locales in ubutu package

Hi, i do the same in debian.py cmds.append('cat /usr/share/i18n/SUPPORTED |grep "en_US.UTF-8\|%s" > /etc/locale.gen' % locale) It leads to generate the locale i can select in the property "language" of the package. With fr as language, it leads to a locale.gen that contain en_US....
von nicolaslebrun
09 Feb 2021, 15:17
Forum: Bugs
Thema: [SOLVED] debian.py fail with netplan
Antworten: 5
Zugriffe: 18954

[SOLVED] debian.py fail with netplan

Hello,

i had to add this line in debian.py (package debian_4.1.0.4-1)

line 298

Code: Alles auswählen

os.mkdir(os.path.join(target, 'etc', 'netplan'))
Hope this can help

Regards,
Nicolas