I’ve had an interesting time getting Suse Manager configured:
Was having troubles registering Suse Manager with NCC through yast. It would say contacting server for a minute, then go back to the main yast screen. I finally had to run suse_register -i and complete the process interactively. Once that was done, I could do a zypper up.
Now I’m attempting to add channels to suse manager. I run mgr-ncc-sync -l and get back
[CODE]
Listing channels …
Status:
- P - channel is installed (provided)
- . - channel is not installed, but is available
- X - channel is not available
[.] sles11-sp1-vmware-pool-i586
[.] sles11-sp1-vmware-pool-x86_64
[.] sles11-sp3-vmware-pool-i586
[.] sles11-sp3-vmware-pool-x86_64[/CODE]
I figure I should get more of those, but anyways, when I run mgr-ncc-sync -c sles11-sp1-vmware-pool-x86_64, I get:
Traceback (most recent call last):
File "/usr/sbin/mgr-ncc-sync", line 231, in <module>
main()
File "/usr/sbin/mgr-ncc-sync", line 99, in main
syncer.add_channel(options.channel)
File "/usr/lib64/python2.6/site-packages/spacewalk/susemanager/mgr_ncc_sync_lib.py", line 1579, in add_channel
self.map_channel_to_products(channel, channel_id, product_id)
File "/usr/lib64/python2.6/site-packages/spacewalk/susemanager/mgr_ncc_sync_lib.py", line 947, in map_channel_to_products
channel_label=channel_label)
File "/usr/lib64/python2.6/site-packages/spacewalk/server/rhnSQL/sql_base.py", line 156, in execute
return self._execute_wrapper(self._execute, *p, **kw)
File "/usr/lib64/python2.6/site-packages/spacewalk/server/rhnSQL/driver_postgresql.py", line 287, in _execute_wrapper
retval = function(*p, **kw)
File "/usr/lib64/python2.6/site-packages/spacewalk/server/rhnSQL/sql_base.py", line 211, in _execute
return self._execute_(args, kwargs)
File "/usr/lib64/python2.6/site-packages/spacewalk/server/rhnSQL/driver_postgresql.py", line 301, in _execute_
self._real_cursor.execute(self.sql, params)
psycopg2.ProgrammingError: column "channel_label" does not exist
LINE 5: AND channel_label = E'sles11-sp1-vmware-p...
So… should I be getting additional channels when running a list command. And how do I get past this psycopg2 error?
Thanks much!