Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 344)

Ticket Owner Reporter Resolution Summary
#94 Silvan Scherrer wontfix rpm for different devtools
Description

We should create a rpm which includes different tool needed to develop. The ones I think of are:

Feel free to enhance this list.

#95 martini wontfix Allow to be installed on non-root directory
Description

On the instructions and on the WarpIn? installer the user is told to install RPM/YUM on the root drive (C:\, X:\, etc).

My request is that the users can choose where to install the Linux Hierachy (FHS) on his hard drive. Like C:\Programs\ or any other place.

I had tried to move it by hand on an VM experiment and moving the structure is working fine.

Here it is some documentation: http://www.os2world.com/wiki/index.php/Experiment:_Moving_the_OS/2_Directory_Structure#Moving_UNIXROOT_-_RPM.2FYUM

Regards

#98 Lewis Rosenthal duplicate Unable to specify log location outside of %unixroot
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.

Note: See TracQuery for help on using queries.