patch -p0 -i file.path
 

1. start diff mode

vimdiff file1 file2 [ file3 [ file4]]
or
vim -d file1 file2 [ file3 [ file4]]

 graphic mode

vim -d -g or gvimdiff

read only mode
viewdiff or gviewdiff

do - 현재 윈도우로
dp - 다른 윈도우로
]c - 다음
[c - 이전




 

http://kldp.org/node/119436


요 며칠간 마술같은 성능향상을 보여주는 리눅스 커널 패치(200자 정도)가
화제인데요.

https://patchwork.kernel.org/patch/326472/

2.6.38 커널에 포함이 예정되어 있습니다.


kldp.org 에서 펌..

 

VMSTAT(8)                                              Linux Administrator's Manual                                              VMSTAT(8)



NAME
       vmstat - Report virtual memory statistics

SYNOPSIS
       vmstat [-a] [-n] [delay [ count]]
       vmstat [-f] [-s] [-m]
       vmstat [-S unit]
       vmstat [-d]
       vmstat [-D]
       vmstat [-p disk partition]
       vmstat [-V]

DESCRIPTION
       vmstat reports information about processes, memory, paging, block IO, traps, disks and cpu activity.

       The first report produced gives averages since the last reboot.  Additional reports give information on a sampling period of length
       delay.  The process and memory reports are instantaneous in either case.


   Options
       The -a switch displays active/inactive memory, given a 2.5.41 kernel or better.

       The -f switch displays the number of forks since boot.  This includes the fork, vfork, and clone system calls, and is equivalent to
       the  total number of tasks created. Each process is represented by one or more tasks, depending on thread usage.  This display does
       not repeat.

       The -m displays slabinfo.

       The -n switch causes the header to be displayed only once rather than periodically.

       The -s switch displays a table of various event counters and memory statistics. This display does not repeat.

       delay is the delay between updates in seconds.  If no delay is specified, only one report is printed with the average values  since
       boot.

       count is the number of updates.  If no count is specified and delay is defined, count defaults to infinity.

       The -d reports disk statistics (2.5.70 or above required)

       The -D reports some summary statistics about disk activity.

       The -p followed by some partition name for detailed statistics (2.5.70 or above required)

       The -S followed by k or K or m or M switches outputs between 1000, 1024, 1000000, or 1048576 bytes

       The -V switch results in displaying version information.

FIELD DESCRIPTION FOR VM MODE
   Procs
       r: The number of processes waiting for run time.
       b: The number of processes in uninterruptible sleep.

   Memory
       swpd: the amount of virtual memory used.
       free: the amount of idle memory.
       buff: the amount of memory used as buffers.
       cache: the amount of memory used as cache.
       inact: the amount of inactive memory. (-a option)
       active: the amount of active memory. (-a option)

   Swap
       si: Amount of memory swapped in from disk (/s).
       so: Amount of memory swapped to disk (/s).

   IO
       bi: Blocks received from a block device (blocks/s).
       bo: Blocks sent to a block device (blocks/s).

   System
       in: The number of interrupts per second, including the clock.
       cs: The number of context switches per second.

   CPU
       These are percentages of total CPU time.
       us: Time spent running non-kernel code. (user time, including nice time)
       sy: Time spent running kernel code. (system time)
       id: Time spent idle. Prior to Linux 2.5.41, this includes IO-wait time.
       wa: Time spent waiting for IO. Prior to Linux 2.5.41, included in idle.
       st: Time stolen from a virtual machine. Prior to Linux 2.6.11, unknown.


FIELD DESCRIPTION FOR DISK MODE
   Reads
       total: Total reads completed successfully
       merged: grouped reads (resulting in one I/O)
       sectors: Sectors read successfully
       ms: milliseconds spent reading

   Writes
       total: Total writes completed successfully
       merged: grouped writes (resulting in one I/O)
       sectors: Sectors written successfully
       ms: milliseconds spent writing

   IO
       cur: I/O in progress
       s: seconds spent for I/O


FIELD DESCRIPTION FOR DISK PARTITION MODE
       reads: Total number of reads issued to this partition
       read sectors: Total read sectors for partition
       writes : Total number of writes issued to this partition
       requested writes: Total number of write requests made for partition



FIELD DESCRIPTION FOR SLAB MODE
       cache: Cache name
       num: Number of currently active objects
       total: Total number of available objects
       size: Size of each object
       pages: Number of pages with at least one active object


NOTES
       vmstat does not require special permissions.

       These reports are intended to help identify system bottlenecks.  Linux vmstat does not count itself as a running process.

       All linux blocks are currently 1024 bytes. Old kernels may report blocks as 512 bytes, 2048 bytes, or 4096 bytes.

       Since procps 3.1.9, vmstat lets you choose units (k, K, m, M) default is K (1024 bytes) in the default mode

       vmstat uses slabinfo 1.1    FIXME

FILES
       /proc/meminfo
       /proc/stat
       /proc/*/stat


SEE ALSO
       iostat(1), sar(1), mpstat(1), ps(1), top(1), free(1)

BUGS
       Does not tabulate the block io per device or count the number of system calls.

AUTHORS
       Written by Henry Ware <al172@yfn.ysu.edu>.
       Fabian Frédérick <ffrederick@users.sourceforge.net> (diskstat, slab, partitions...)



Throatwobbler Ginkgo Labs                                       2009 Jan 9                                                       VMSTAT(8)

SCRIPT(1)                 BSD General Commands Manual                SCRIPT(1)

NAME
     script - 터미날에서 발생하는 모든 세션을 기록한다.

사용법
     script [-a] [파일]

설명
     Script 명령은 터미날에서 보여지는 모든 내용을 파일에 기록한다.  이것은 쉘에서의 사용
     자와 컴과의 작업 상태를 기록하고, 그것을 다시 살펴 보아야할 경우에 아주 유용하게 쓰인
     다.  또한 파이프 기능을 이용하여 다른 작업을 하고 있으면서이 기록 내용을 인쇄할 수도
     있다.

     파일인자가 있으면, 그 파일에 모든 내용을 기록하고, 없으면, typescript 파일에 기록한
     다.

     옵션:

     -a      새로 기록하는 것이 아니라, 이미 있는 file 에나, typescript 파일에 내용을 덧붙
             힌다.

     script를 마치기 위해서는쉘 종료를 호출하면 된다. (대게 exit, logout, ^D)

     vi(1) 와 같은 터미날의 출력을 사용하는 풀그림의 사용도그대로 기록된다. 이때는 조금 지
     저분하게 보일 것이다.  script 명령은 현재 창, 화면에 대한 내용만 기록한다.  즉, 한 터
     미날의 모든 출력을 그대로 기록한다.

환경변수
     다음은 script에서 사용되는 환경변수들이다:

     SHELL  이 값이 지정되어 있으면, script에서 사용할 쉘로이것을 사용하고, 지정되어 있지
            않으면, /bin/sh로 가정한다.

관련 항목
     csh(1) (사용내역(history) 처리 부분을 참조)

발자취
     script 명령은 3.0BSD 시스템에서 처음 나타났다.

벌레
     script 명령은 앞에서 말했듯이 터미날로 출력되는 모든 것을기록하기 때문에, 각종 특수문
     자(줄바꿈문자, 백스페이스, 안시..)들을그대로 기록한다.

4th Berkeley Distribution        July 27, 1991       4th Berkeley Distribution
(END)

#./xconfigure 엔터~
bash: ./xconfigure: /usr/bin/wish: bad interpreter: No such file or directory

-_-;;덴장...wish...이게 뭐야...

흠...바로 구글링~

제대로 알려주는 곳은 없고....아니면 내가 못 찾은건가..
어쨌든 중국에 있는(?) 사이트에서  提tcl/tk?????뭐라고 되어 있길래...

아..tcl/tk 가 있어야 하는구나...싶어서..

yum search tck/tk...했더니..자르르륵.ㄱㄱㄱㄱㄱ.. ㅠㅠ

암튼 ..

tcl-8.5.2 와 tk-8.5.2 를 설치...하고..

다시

#./xconfigure 엔터...

짠~ ㅎㅎㅎ

이제 부터 시작인가...흠...

EOF


fedora9 에서 gnome 사용하다가
kde라이브 시디로 부팅을 해봤는데 맘에 들어서
변경해보기로 했다..

흠..이래 저래 검색 해봤는데...
예전에는 console 에서 kde 하면 시작되는거 같았는데...좀 바꼈나보다..

눈에 띄는건 switchdesk 를 이용하는 방법인데...


yum info를 통해 switchdesk 정보를 볼수있다...
깨진 글자는 한글로 나오는 건데..복사를 하니 제대로 출력되지 않는듯..
=============================================================================================
$yum info switchdesk
Loaded plugins: refresh-packagekit
Available Packages
Name       : switchdesk
Arch       : noarch
Version    : 4.0.9
Release    : 2
Size       : 16 k
Repo       : fedora
Summary    : GNOME, KDE?€ AnotherLevel?먯꽌 ?ъ슜?섎뒗 ?곗뒪?ы깙 ?섍꼍 ?꾪솚 ?꾨줈洹몃옩.
License    : GPL
Description: The Desktop Switcher is a tool which enables users to easily switch
           : between various desktop environments that they have installed.  The
           : tool includes support for KDE, GNOME, XFce4 and twm.  Support for
           : different environments on different computers is available, as well
           : as support for setting a global default environment.  Install
           : switchdesk if you need a tool for switching between desktop
           : environments.
$
=============================================================================================


yum을 이용해 switchdesk를 설치한다..
=============================================================================================
$ su
passwd:
#yum -y install switchdesk
Loaded plugins: refresh-packagekit
updates-newkey                                           | 2.3 kB     00:00    
primary.sqlite.bz2                                       | 3.3 MB     00:08    
fedora                                                   | 2.4 kB     00:00    
updates                                                  | 2.6 kB     00:00    
freshrpms                                                | 2.4 kB     00:00    
primary.sqlite.bz2                                       | 116 kB     00:01    
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package switchdesk.noarch 0:4.0.9-2 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch             Version           Repository       Size
================================================================================
Installing:
 switchdesk           noarch           4.0.9-2           fedora            16 k

Transaction Summary
================================================================================
Install      1 Package(s)        
Update       0 Package(s)        
Remove       0 Package(s)        

Total download size: 16 k
Downloading Packages:
switchdesk-4.0.9-2.noarch.rpm                            |  16 kB     00:00    
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : switchdesk                                        [1/1]

Installed: switchdesk.noarch 0:4.0.9-2
Complete!


#exit
$switchdesk kde
$startx
=============================================================================================

하면 된다...아..물론 kde 가 인스톨되어 있어야 한다..
KDE가 설치 되지 않았으면 친절하게도 설치하라고 알려준다..-_-;
그래서 시키는 대로 타이핑...

#yum -y groupinstall "KDE Software Development"
.....
Total download size:168M
Download packages:
126
...
#..
헉....설치될 용량이 좀 되는듯...10분동안 다운로드....-_-;
굳이 이렇게 왕창 다 설치할 필요는 없는듯....
kdebase만 설치해도 됨...

흠..

$yum groupinfo "KDE Software Development"
개발환경이란다..Qt와 KDE용 그래픽 응용프로그램 개발자가 아니라면 굳이 모두 설치할 필요는 없다...

#yum install kdebase
만 설치 해도된다...


gnome 스샷...switchdesk 인포를 보고 있는...


switchdesk 설치후에 로그아웃..
하단에 세션에 KDE가 보임..


세션을 KDE로 로긴..


EOF

뭐..어딜 가나 한글은 잘 보이질 않는다...
흠...대한민국은 영어권인가...ㅠㅠ

페도라 부팅 USB를 만드는 툴이 있길래 사용해 보았다...
https://fedorahosted.org/liveusb-creator
링크를 참고하여 다운로드 받거나 문서를 볼수 있다...

그림1
실행화면

그림2
브라우즈 버튼을 눌러 다운로드 받은 Fedora-9-i386-netinst.iso 을 선택하고 Create Live USB 버튼를 선택




그림3
완료된 모습...


.바이오스에서 USB를 부팅 시퀀스에 올린후 부팅해보자~


File: *manpages*,  Node: yum,  Up: (dir)

yum(8)                                                                  yum(8)

NAME
       yum - Yellowdog Updater Modified

SYNOPSIS
       yum [options] [command] [package ...]

DESCRIPTION
       yum is an interactive, rpm based, package manager. It can automatically
       perform system updates, including dependancy analysis and obsolete pro-
       cessing  based  on "repository" metadata. It can also perform installa-
       tion of new packages, removal of old packages and  perform  queries  on
       the  installed and/or available packages among many other commands/ser-
       vices (see below). yum is similar to other high level package  managers
       like apt-get and smart.

       While  there  are  some  graphical interfaces directly to the yum code,
       more recent graphical interface development  is  happening  with  Pack-
       ageKit and the gnome-packagekit application.

       command is one of:
        * install package1 [package2] [...]
        * update [package1] [package2] [...]
        * check-update
        * upgrade [package1] [package2] [...]
        * remove | erase package1 [package2] [...]
        * list [...]
        * info [...]
        * provides | whatprovides feature1 [feature2] [...]
        * clean [ packages | headers | metadata | dbcache | all ]
        * makecache
        * groupinstall group1 [group2] [...]
        * groupupdate group1 [group2] [...]
        * grouplist [hidden]
        * groupremove group1 [group2] [...]
        * groupinfo group1 [...]
        * search string1 [string2] [...]
        * shell [filename]
        * resolvedep dep1 [dep2] [...]
        * localinstall rpmfile1 [rpmfile2] [...]
        * localupdate rpmfile1 [rpmfile2] [...]
        * deplist package1 [package2] [...]
        * repolist [all|enabled|disabled]
        * help [command]

       Unless the --help or -h option is given, one of the above commands must
       be present.

       Repository configuration is honored in all operations.

       install
              Is used to install the latest version of a package or  group  of
              packages while ensuring that all dependencies are satisfied.  If
              no package matches the given package name(s), they  are  assumed
              to be a shell glob and any matches are then installed.

       update If  run without any packages, update will update every currently
              installed package.  If one or more packages are  specified,  Yum
              will  only update the listed packages.  While updating packages,
              yum will ensure that all  dependencies  are  satisfied.   If  no
              package  matches  the given package name(s), they are assumed to
              be a shell glob and any matches are then installed.

              If the --obsoletes flag is  present  yum  will  include  package
              obsoletes  in  its  calculations - this makes it better for dis-
              tro-version changes, for example: upgrading from  somelinux  8.0
              to somelinux 9.

       check-update
              Implemented  so  you  could know if your machine had any updates
              that needed to be  applied  without  running  it  interactively.
              Returns exit value of 100 if there are packages available for an
              update. Also returns a list of the pkgs to be  updated  in  list
              format.  Returns  0  if  no  packages  are available for update.
              Returns 1 if an error occured.

       upgrade
              Is the same as the update command with the --obsoletes flag set.
              See update for more details.

       remove or erase
              Are  used  to  remove  the specified packages from the system as
              well as removing any packages which depend on the package  being
              removed.

       list   Is  used  to  list various information about available packages;
              more complete details are available in the List Options  section
              below.

       provides or whatprovides
              Is used to find out which package provides some feature or file.
              Just use a specific name or a file-glob-syntax wildcards to list
              the packages available or installed that provide that feature or
              file.

       search Is used to find any packages matching a string in  the  descrip-
              tion,  summary  and  package  name  fields of an rpm. Useful for
              finding a package you do not know by name but know by some  word
              related to it.

       info   Is  used  to  list  a  description and summary information about
              available packages; takes the same  arguments  as  in  the  List
              Options section below.

       clean  Is  used  to clean up various things which accumulate in the yum
              cache directory over time.  More complete details can  be  found
              in the Clean Options section below.

       makecache
              Is  used  to  download  and make usable all the metadata for the
              currently enabled yum repos.

       groupinstall
              Is used to install all of the individual packages in a group, of
              the  specified types (this works as if you'd taken each of those
              package names and put them  on  the  command  line  for  a  "yum
              install" command).
               The  group_package_types  configuration  option specifies which
              types will be installed.

       groupupdate
              Is just an alias for groupinstall, which will do the right thing
              because  "yum  install  X" and "yum update X" do the same thing,
              when X is already installed.

       grouplist
              Is used to list the available groups from all yum repos.  Groups
              are   marked  as  "installed"  if  all  mandatory  packages  are
              installed, or if a group doesn't  have  any  mandatory  packages
              then  it  is installed if any of the optional or default package
              are installed.  The optional "hidden" argument  will  also  list
              groups marked as not being "user visible".

       groupremove
              Is  used  to  remove  all  of  the  pacakges  in a group, unlike
              "groupinstall"  this  will  remove  everything   regardless   of
              group_package_types.  It is worth pointing out that packages can
              be in more than one group, so "groupinstall  X  Y"  followed  by
              "groupremove  Y"  does  not  do  give  you  the  same  result as
              "groupinstall X".

       groupinfo
              Is used to give the description and package list of a group (and
              which  type those packages are marked as). Note that you can use
              the yum-filter-data and yum-list-data  plugins  to  get/use  the
              data  the  other  way  around (Ie. what groups own packages need
              updating).

       shell  Is used to enter the 'yum shell', when a filename  is  specified
              the  contents  of  that  file is executed in yum shell mode. See
              yum-shell(8) for more info

       resolvedep
              Is used to list packages providing the  specified  dependencies,
              at most one package is listed per dependency.

       localinstall
              Is  used  to  install  a set of local rpm files. If required the
              enabled repositories will be used to resolve dependencies.

       localupdate
              Is used to update the system by specifying local rpm files. Only
              the  specified  rpm  files  of which an older version is already
              installed will be installed, the  remaining  specified  packages
              will  be  ignored.  If required the enabled repositories will be
              used to resolve dependencies.

       deplist
              Produces a list of all dependencies and  what  packages  provide
              those dependencies for the given packages.

       repolist
              Produces  a  list  of configured repositories. The default is to
              list all enabled repositories.

       help   Produces help, either for all commands or  if  given  a  command
              name then the help for that particular command.

GENERAL OPTIONS
       Most  command  line  options can be set using the configuration file as
       well and the descriptions indicate the necessary  configuration  option
       to set.

       -h, --help
              Help; display a help message and then quit.

       -y     Assume  yes;  assume that the answer to any question which would
              be asked is yes.
              Configuration Option: assumeyes

       -c [config file]
              Specifies the config file location - can take http, ftp urls and
              local file paths.

       -q, --quiet
              Run without output.  Note that you likely also want to use -y.

       -v, --verbose
              Run with a lot of debugging output.

       -d [number]
              Sets  the  debugging  level  to  [number] - turns up or down the
              amount of things that are printed. Practical range: 0 - 10
              Configuration Option: debuglevel

       -e [number]
              Sets the error level to [number] Practical range 0 - 10. 0 means
              print only critical errors about which you must be told. 1 means
              print all errors, even ones that are not  overly  important.  1+
              means print more errors (if any) -e 0 is good for cron jobs.
              Configuration Option: errorlevel

       -R [time in minutes]
              Sets  the maximum amount of time yum will wait before performing
              a command - it randomizes over the time.

       -C     Tells yum to run entirely from cache  -  does  not  download  or
              update  any  headers  unless  it has to to perform the requested
              action.

       --version
              Reports the yum version number and exits.

       --showduplicates
              Doesn't limit packages to their latest  versions  in  the  info,
              list and search commands (will also affect plugins which use the
              doPackageLists() API).

       --installroot=root
              Specifies an alternative  installroot,  relative  to  which  all
              packages will be installed.
              Configuration Option: installroot

       --enablerepo=repoidglob
              Enables  specific repositories by id or glob that have been dis-
              abled in the configuration file using the enabled=0 option.
              Configuration Option: enabled

       --disablerepo=repoidglob
              Disables specific repositories by id or glob.
              Configuration Option: enabled

       --obsoletes
              This option only has affect for  an  update,  it  enables  yum?s
              obsoletes  processing logic. For more information see the update
              command above.
              Configuration Option: obsoletes

       -x, --exclude=package
              Exclude a specific package by name or glob from updates  on  all
              repositories.  Configuration Option: exclude

       --disableexcludes=[all|main|repoid]
              Disable  the excludes defined in your config files. Takes one of
              three options:
              all == disable all excludes
              main == disable excludes defined in [main] in yum.conf
              repoid == disable excludes defined for that repo

       --disableplugin=plugin
              Run with one or more plugins disabled, the argument is  a  comma
              seperated list of wildcards to match against plugin names.

       --noplugins
              Run with all plugins disabled.
              Configuration Option: plugins

       --nogpgcheck
              Run with gpg signature checking disabled.
              Configuration Option: gpgcheck

       --skip-broken
              Resolve  depsolve problems by removing packages that are causing
              problems from the transaction.
              Configuration Option: skip_broken

       -t, --tolerant
              This option currently does nothing.

LIST OPTIONS
       The following are the ways which you can invoke yum in list mode.  Note
       that  all list commands include information on the version of the pack-
       age.

       yum list [all | glob_exp1] [glob_exp2] [...]
              List all available and installed packages.

       yum list available [glob_exp1] [...]
              List all packages  in  the  yum  repositories  available  to  be
              installed.

       yum list updates [glob_exp1] [...]
              List  all  packages  with updates available in the yum reposito-
              ries.

       yum list installed [glob_exp1] [...]
              List the packages specified by args.  If an  argument  does  not
              match  the  name  of an available package, it is assumed to be a
              shell-style glob and any matches are printed.

       yum list extras [glob_exp1] [...]
              List the packages installed on the system that are not available
              in any yum repository listed in the config file.

       yum list obsoletes [glob_exp1] [...]
              List  the packages installed on the system that are obsoleted by
              packages in any yum repository listed in the config file.

       yum list recent
              List packages recently added into the repositories.

       Specifying package names
              All the list options mentioned above take file-glob-syntax wild-
              cards or package names as arguments, for example yum list avail-
              able 'foo*' will list all available packages that match  'foo*'.
              (The  single  quotes  will  keep  your  shell from expanding the
              globs.)

CLEAN OPTIONS
       The following are the ways which you can invoke yum in clean mode. Note
       that  "all  files"  in the commands below means "all files in currently
       enabled repositories".  If you want to  also  clean  any  (temporarily)
       disabled repositories you need to use --enablerepo='*' option.

       yum clean packages
              Eliminate  any cached packages from the system.  Note that pack-
              ages are not automatically deleted after they are downloaded.

       yum clean headers
              Eliminate all of the header files which yum uses for  dependency
              resolution.

       yum clean metadata
              Eliminate  all  of  the  files  which  yum uses to determine the
              remote availability of packages. Using this  option  will  force
              yum to download all the metadata the next time it is run.

       yum clean dbcache
              Eliminate  the  sqlite cache used for faster access to metadata.
              Using this option will force yum to recreate the cache the  next
              time it is run.

       yum clean all
              Runs  yum  clean packages and yum clean headers, yum clean meta-
              data and yum clean dbcache as above.

MISC
       Specifying package names
              A package can be referred to for install,update,list,remove  etc
              with any of the following:

              name
              name.arch
              name-ver
              name-ver-rel
              name-ver-rel.arch
              name-epoch:ver-rel.arch
              epoch:name-ver-rel.arch

              For example: yum remove kernel-2.4.1-10.i686

PLUGINS
       Yum  can  be  extended through the use of plugins. A plugin is a Python
       ".py" file which is installed in one of the  directories  specified  by
       the  pluginpath option in yum.conf. For a plugin to work, the following
       conditions must be met:

       1. The plugin module file must be installed in the plugin path as  just
       described.

       2. The global plugins option in /etc/yum/yum.conf must be set to '1'.

       3.  A  configuration file for the plugin must exist in /etc/yum/plugin-
       conf.d/<plugin_name>.conf and the enabled setting in this file must set
       to '1'. The minimal content for such a configuration file is:

              [main]
              enabled = 1

       See  the  yum.conf(5)  man  page for more information on plugin related
       configuration options.

FILES
       /etc/yum.conf
       /etc/yum.repos.d/
       /etc/yum/pluginconf.d/
       /var/cache/yum/

SEE ALSO
       pkcon (1)
       yum.conf (5)
       yum-updatesd (8)
       package-cleanup (1)
       repoquery (1)
       yum-complete-transaction (1)
       yumdownloader (1)
       yum-utils (1)
       http://linux.duke.edu/yum/
       http://wiki.linux.duke.edu/YumFaq
       yum search yum

AUTHORS
       See the Authors file included with this program.

BUGS
       There of course aren't any bugs, but if you find any, you should  first
       consult  the  Faq  mentioned  above  and  then  email the mailing list:
       yum@lists.linux.duke.edu or filed in bugzilla.

Seth Vidal                                                              yum(8)

+ Recent posts