Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 344)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#92 fixed yum-utils is missing confs for plugins Lewis Rosenthal
Description

I thought I already had yum-utils installed before I manually installed fastestmirror. I just discovered that it was not. However, upon installing it, I find that none of the confs are present in the rpm which need to end up in %UNIXROOT%/etc/yum/pluginconf.d.

I'm not sure of the best way to work this out, but I'm thinking that they should be installed and all set to enabled=0, unless we distribute them separately (I was going to package up a few, after checking dependencies).

I'm only marking this as major because if plugins is set to enabled (1) in yum.conf, running yum after installing this package gets very noisy. ;-)

#97 fixed filelists.xml for experimental repo has a typo Lewis Rosenthal
Description

Lines 7048-7050 of the above read:

    <file>/@unixroot/usr/share/perl5/unicore/lib/Nv/30000.pl</file>
    <ffle>/@unixroot/usr/share/perl5/unicore/lib/Nv/31.pl</file>
    <file>/@unixroot/usr/share/perl5/unicore/lib/Nv/32.pl</file>

This causes some parsers some difficulty.

#98 duplicate Unable to specify log location outside of %unixroot Lewis Rosenthal
Description

On this machine, %unixroot is J:

Changing log location in yum.conf to systemwide log dir (c:/var/log) produces output from yum such as:

[j:\devel\yumie\yumie_preview7\scripts]yum info clamav
Loaded plugins: fastestmirror, remove-with-leaves
Traceback (most recent call last):
  File "J:\USR\BIN\YUM", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/@unixroot/usr/share/yum-cli/yummain.py", line 254, in user_main
    errcode = main(args)
  File "/@unixroot/usr/share/yum-cli/yummain.py", line 88, in main
    base.getOptionsConfig(args)
  File "/@unixroot/usr/share/yum-cli/cli.py", line 191, in getOptionsConfig
    self.conf
  File "/@unixroot/usr/lib/python2.7/site-packages/yum/__init__.py", line 781, i
n <lambda>
    conf = property(fget=lambda self: self._getConfig(),
  File "/@unixroot/usr/lib/python2.7/site-packages/yum/__init__.py", line 311, i
n _getConfig
    self.doFileLogSetup(self.conf.uid, self.conf.logfile)
  File "/@unixroot/usr/lib/python2.7/site-packages/yum/__init__.py", line 331, i
n doFileLogSetup
    logginglevels.setFileLog(uid, logfile)
  File "/@unixroot/usr/lib/python2.7/site-packages/yum/logginglevels.py", line 1
91, in setFileLog
    os.makedirs(logdir, mode=0755)
  File "/@unixroot/usr/lib/python2.7/os.py", line 152, in makedirs
    makedirs(head, mode)
  File "/@unixroot/usr/lib/python2.7/os.py", line 152, in makedirs
    makedirs(head, mode)
  File "/@unixroot/usr/lib/python2.7/os.py", line 159, in makedirs
    mkdir(name, mode)
OSError: [Errno 2] No such file or directory: '/@unixrootc:'

I have not tried relocating the yum cache, but suspect similar difficulty.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.