Closed
Bug 730098
Opened 13 years ago
Closed 13 years ago
win32-ix-ref cannot connect to production-opsi
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
Details
(Whiteboard: [buildduty])
[4] [Feb 23 22:50:19] Authorization request from win32-ix-ref.uib.local@10.250.48.244 (opsiconfd|354)
[3] [Feb 23 22:50:19] Failed to resolve hostname 'win32-ix-ref.uib.local': (-2, 'Name or service not known') (opsiconfd|371)
[4] [Feb 23 22:50:19] Host login attempt with username 'win32-ix-ref.uib.local' from ip '10.250.48.244', but name resolves to '[]', ip verification is disabled (access granted) (opsiconfd|382)
[2] [Feb 23 22:50:19] Forbidden: No password specified (opsiconfd|417)
[1] [Feb 23 22:50:19] Traceback (most recent call last):
File "/usr/sbin/opsiconfd", line 118, in http_GET
return worker.process()
File "/usr/sbin/opsiconfd", line 200, in process
self.deferred.callback(None)
File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", line 229, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", line 294, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", line 307, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/sbin/opsiconfd", line 389, in _authenticate
configFile = backendManagerConf )
File "/var/lib/python-support/python2.4/OPSI/Backend/BackendManager.py", line 103, in __init__
raise BackendAuthenticationError("No password specified")
OPSI.Backend.Backend.BackendAuthenticationError: No password specified
(opsiconfd|619)
[2] [Feb 23 22:50:19] Failed to process rpc: No password specified (opsiconfd|623)
Assignee | ||
Comment 1•13 years ago
|
||
I had to reinstall opsi client on this machine:
On server:
* disabled look-for-new-slaves cronjob (which relies on this machine's template)
* backed up /var/lib/opsi/config/clients/win32-ix-ref.uib.local.ini template
* removed win32-ix-ref from opsi server (via OPSI.jar)
On machine:
* uninstalled opsi via c:\program files\opsi.org\preloadingloader\uninst\deinstall.cmd
* rebooted
* mounted \\10.2.71.64\opt_pcbin as Z:
* browsed to z:\install\preloginloader
* Double click 'opsi-prep.vbs'
* Double click 'service-setup.cmd', hit a key when prompted
* When prompted for a username and password use 'root' and the _current_ password (not old one used for pcpatch).
On server:
* restored old template /var/lib/opsi/config/clients/win32-ix-ref.uib.local.ini
* checked the status of packages via OPSI.jar, 4 packages were marked for setup
On slave:
* rebooted
ATM, win32-ix-ref is able to connect to production-opsi and update the packages. Once it's done with updates I'll file a bug to refresh the ref image.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•