Die Suche ergab 22 Treffer
- 07 Sep 2015, 19:53
- Forum: Free Support
- Thema: Issues Updating opsi on CentOS6 to Version 4.0.5
- Antworten: 2
- Zugriffe: 2813
Re: Issues Updating opsi on CentOS6 to Version 4.0.5
Thanks for the pointer. I guess I should have looked at the release notes :) I do cringe a little, though, when I see rpm -e --nodeps When I have to replace packages that are required dependencies I prefer to use the yum shell. Multiple commands can be entered separately and yum compiles them into o...
- 07 Sep 2015, 09:06
- Forum: Free Support
- Thema: Issues Updating opsi on CentOS6 to Version 4.0.5
- Antworten: 2
- Zugriffe: 2813
Issues Updating opsi on CentOS6 to Version 4.0.5
I have attempted to update an existing installation of opsi on CentOS 6.7 from 4.0.4 to 4.0.5. The first issue came with package python-Twisted. This failed dependency check with an error saying that it required python-zope-interface. The package name is actually python-zopeinterface and is already ...
- 17 Jul 2014, 14:08
- Forum: Free Support
- Thema: Is it possible to change share names?
- Antworten: 2
- Zugriffe: 2656
Re: Is it possible to change share names?
Yes, this should be possible. The shares are defined in the samba /etc/samba/smb.conf file. Edit the share names and restart the samba service. I customised my setup with only 1 opsi share. I could not see the need for 3 and use ACL to control access. My smb.conf has: [opsi] comment = opsi Depot Ser...
- 13 Mai 2014, 02:01
- Forum: Free Support
- Thema: opsi with Samba4
- Antworten: 16
- Zugriffe: 17502
Re: opsi with Samba4
Thanks for the feedback. I was told of the UCS solution when I first asked about Samba4, but I would not consider UCS as an option for my server OS for several reasons. I was also told about the 'expert' version of opsi, which would be ideal, but unfortunately it was, and still is, only available fo...
- 22 Apr 2014, 21:45
- Forum: Free Support
- Thema: Missing Python ASN.1 Library
- Antworten: 1
- Zugriffe: 3793
Missing Python ASN.1 Library
Hi, I upgraded my system from 4.0.3 to 4.0.4 and in doing so, among other issues, received this error: 1 Traceback (most recent call last): 2 File "/usr/bin/opsi-admin", line 45, in <module> 3 from OPSI.Backend.BackendManager import * 4 File "/usr/lib/python2.6/site-packages/OPSI/Back...
- 22 Apr 2014, 21:29
- Forum: Free Support
- Thema: opsi with Samba4
- Antworten: 16
- Zugriffe: 17502
Re: opsi with Samba4
Hi, I am the creator of this thread and author of the how-to for Samba4. I have not looked at this for a long time but I am glad to see that people are using it (or at least reading it). I hope it has been helpful. I can report that I have been running opsi under Samba4 for more than 12 months in ex...
- 21 Apr 2014, 17:11
- Forum: Free Support
- Thema: Error on remove/upgrade opsipxeconfd rpm
- Antworten: 4
- Zugriffe: 3450
Re: Error on remove/upgrade opsipxeconfd rpm
This bug is still here. I just found the same problem upgrading to 4.0.4 version. I checked the spec file in the src rpm and it has not been fixed. Please rectify this problem.
Stephen Jones
Stephen Jones
- 16 Dez 2013, 21:06
- Forum: Free Support
- Thema: Cannot remove package property
- Antworten: 2
- Zugriffe: 3167
Re: Cannot remove package property
Yes, 'cleanup-backend' seems to have done the trick.
Thanks very much.
Stephen
Thanks very much.
Stephen
- 16 Dez 2013, 01:48
- Forum: Free Support
- Thema: Cannot remove package property
- Antworten: 2
- Zugriffe: 3167
Cannot remove package property
Hi, I have a package that has several boolean properties setting installation options. The package has been installed to a number of clients. I am trying to remove one of these properties but I am having trouble getting rid of it completely. I edited the OPSI/control file to delete the unwanted prop...
- 12 Apr 2013, 22:08
- Forum: Free Support
- Thema: How to make a script re-run?
- Antworten: 1
- Zugriffe: 2536
How to make a script re-run?
Hi, I have written an opsi script to apply Windows updates that are downloaded and installed using wsusoffline update. There is only 1 script - setup.ins - that reads install options from product properties, then launches the wsusoffline DoUpdate.cmd script. The exit codes can be read and checked. 1...