Package backend :: Package satellite_tools :: Module messages
[hide private]
[frames] | no frames]

Module messages

source code

Spacewalk Synchronization Tool Messages

Copyright (c) 2002--2015 Red Hat, Inc. All rights reserved.

Variables [hide private]
  t = gettext.translation('spacewalk-backend-server', fallback= ...
  failed_step = ...
  file_dir_error = ...
  syncer_error = ...
  sw_iss_not_available = ...
  sat_iss_not_available = ...
  parent_channel_error = ...
  invalid_channel_family_error = ...
  not_enough_diskspace = u' ERROR: not enough free space (%s KB...
  package_fetch_successful = u' %3d/%s Fetch successful: %s (...
  package_fetch_extinct = u' Extinct package: %s'
  package_fetch_total_size = u' Total size: %s'
  package_fetch_remain_size_time = u' Downloaded %s of %s. ...
  package_fetch_failed = u' Fetch unsuccessful: %s'
  package_fetch_summary = u' RPM fetch summary: %s'
  package_fetch_summary_success = u' success: %d'
  package_fetch_summary_failed = u' failed: %d'
  package_fetch_summary_extinct = u' extinct: %d'
  package_parsing = u' Retrieving / parsing *relevant* package...
  erratum_parsing = u' Retrieving / parsing errata data: %s (%s)'
  kickstart_parsing = u' Retrieving / parsing kickstart data: ...
  kickstart_downloading = u' Retrieving / parsing kickstart tr...
  package_importing = u' Importing *relevant* package metadata...
  warning_slow = u' * WARNING: this may be a slow process.'
  link_channel_packages = u'Linking packages to channels'
  errata_importing = u' Importing *relevant* errata: %s (%s)'
  kickstart_import_nothing_to_do = u' No new kickstartable tre...
  kickstart_importing = u'Importing kickstartable trees (%d)'
  kickstart_imported = u'Imported kickstartable trees (%d)'
  __package__ = 'backend.satellite_tools'
Variables Details [hide private]

t

Value:
gettext.translation('spacewalk-backend-server', fallback= True)

failed_step

Value:
u'''
ERROR: executing step %s. Error is:
%s
'''

file_dir_error

Value:
u'''
ERROR: there was a problem accessing the channel data from your tempor\
ary
       repository. Did you migrate all of the data from the channel IS\
Os
       do this directory? If so, please recheck the channels ISOs, ens\
ure
       that you have them all, and then iteratively remount and repopu\
...

syncer_error

Value:
u'''
ERROR: there was a problem synchronizing the information.
       Error message: %s
'''

sw_iss_not_available

Value:
u'''
ERROR: There was a problem communicating with the ISS Master.
       Depending on the specific error details, please review your con\
figuration,
       basic network connectivity, and/or name resolution, and try aga\
in.
       Error message: %s
'''

sat_iss_not_available

Value:
u'''
ERROR: There was a problem communicating with the ISS Master.
       If the master satellite is older than v5.3, it does not have IS\
S capability.
       Otherwise, depending on the specific error details, please revi\
ew your
       configuration, basic network connectivity, and/or name resoluti\
on, and try again.
...

parent_channel_error

Value:
u'''
ERROR: a child-channel cannot be synced without its parent being synce\
d as
       well. A parent needs to be either (a) previously synced or (b) \
synced
       in tandem with the desired child-channel. Missing parents for t\
his
       transaction:
...

invalid_channel_family_error

Value:
u'''
ERROR: you are not entitled to sync a channel in this set of channels.
Please contact your sales rep or RHN contact
%s'''

not_enough_diskspace

Value:
u'  ERROR: not enough free space (%s KB) on device.'

package_fetch_successful

Value:
u'    %3d/%s Fetch successful: %s (%s bytes)'

package_fetch_remain_size_time

Value:
u'      Downloaded %s of %s. Estimated remaining time: %s'

package_parsing

Value:
u'   Retrieving / parsing *relevant* package metadata: %s (%s)'

kickstart_parsing

Value:
u'   Retrieving / parsing kickstart data: %s (%s)'

kickstart_downloading

Value:
u'   Retrieving / parsing kickstart tree files: %s (%s)'

package_importing

Value:
u'   Importing *relevant* package metadata: %s (%s)'

kickstart_import_nothing_to_do

Value:
u'   No new kickstartable tree to import'