Paste #129500

   
pasted on 20.11.2019 20:04
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 139862
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# cl-setup-locale -l en_US --timezone Europe/Moscow -k ru_RU --hwclock UTC --verbose on                                                     
 * The localization and time options are being configured /Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/func.py", line 718, in run
    res = method(*args)                                                                                                                                      
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/func.py", line 211, in applyTemplates                                                       
    cl_templ.applyTemplates()                                                                                                                                
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 75, in wrapper                                                                
    return f(*args, **kw)                                                                                                                                    
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4427, in applyTemplates                                                       
    skipTemplates=skipTemplates) is False:                                                                                                                   
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4723, in scanningTemplates                                                    
    optNextDir)                                                                                                                                              
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4723, in scanningTemplates                                                    
    optNextDir)                                                                                                                                              
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4723, in scanningTemplates                                                    
    optNextDir)                                                                                                                                              
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4698, in scanningTemplates                                                    
    if not self.processingFile(absPath, prefix, optDir):                                                                                                     
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4763, in processingFile                                                       
    filesApl = self.joinTemplate(path, nameFileConfig, optFile)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 5939, in joinTemplate
    optFile)                                                                  
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 5390, in getApplyHeadTemplate
    function=function, templateObj=self)    
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 1033, in __init__
    i, errorMsg, function)                                                                                                                                   
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 596, in _equalTerm
    valVars = function("#-%s-#" % vals[0])                                                                                                                   
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 5367, in function
    return self.applyFuncTemplate(text, nameFileTemplate)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 3644, in applyFuncTemplate
    nameTemplate)                                                             
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 3425, in funcMerge
    if funcPkg in [x.partition(":")[0] for x in pkgs]:
AttributeError: 'NoneType' object has no attribute 'partition'
 ...         
 * AttributeError:'NoneType' object has no attribute 'partition'(calculate.lib.cl_template:3425)
 * Failed to configure the system!
Add Comment
Author