土曜日, 5月 31, 2008

gnu screen の使い方

先頭にある「^」はCtrlキーを指す。
例えば「^a」はCtrlキーを押しながらaを押す。


^a c 仮想画面の追加
^a n 切替え(昇順)
^a p 切替え(降順)
^a w リスト表示
^a [画面番号] 仮想画面の直接移動
^a^a 直前に表示していた仮想画面に移動
^a d デタッチ screenの一時的終了
screen -ls セッションリストの表示

screen -r [プロセス番号] アタッチ screenの再開(デタッチしたscreenが1つの場合、プロセス番号は省略可)

screen -d [プロセス番号] リモートデタッチ(アタッチ中のscreenが1つの場合、プロセス番号は省略可)

screen -D [プロセス番号] パワーデタッチ screenを実行しているシェルをログアウトさせる(アタッチ中のscreenが1つの場合、プロセス番号は省略可)

screen -x [プロセス番号] マルチアタッチ(アタッチ中のscreenが1つの場合、プロセス番号は省略可)



【リモートデタッチの使用例】
例えばsshを使用して 自宅→リモートサーバ に接続する場合、回線の状況により通信が切断してしまう事がある。
このような場合はリモートサーバにログインした後にscreenを起動し、そのscreen上で作業を行う。ここで通信断が発生した場合、起動したscreenはプロセスとして残っているが状態はアタッチ(使用)されている。
これを他のターミナルからデタッチするようリモートデタッチを実行し、その後にアタッチを行う事で作業を継続する事が出来る。


【マルチアタッチの使用例】
screenを実行しているサーバに対して別のターミナルからログインを行い、そこからマルチアタッチを実行すると先に起動していたscreenと画面共有を行う事ができる。教育目的で先生役と生徒役で画面共有を行うと有用。

日曜日, 4月 27, 2008

GNU Screen でCUI操作

長いことCUI操作を行ってきたが、今までScreenを試したことが無かった。ちょっとしたきっかけでScreenを試してみると、日常的に行っているオペレーションでどれだけ有用なのか身をもって実感した。

使う機能としては、扱うターミナルの数を1つにまとめられる(Puttyなどを多数起動しなくて良い)という点がもちろん1番だったが、他のターミナルからScreenを共有できる点は工夫次第で色々と活用できそうだと関心した。
仕事上、初心者にコマンド郡を教える事が時々あり、Screenの共有機能を使えばどんな操作を行っているのかを手元で確認できるなぁ、と考えたりする。

日曜日, 4月 13, 2008

RHEL ES3 でup2dateエラー

RHEL ES3 でアップデートを行った際にエラーが発生した。そもそも、エラーが発生するような物では無いと思っていたためエラーが発生した時はどうして良いものか、かなり焦った。。

今回発生したエラーの原因は、mozillaのパッケージ名称がseamonkeyに変わってしまった為、rpmデータベースがうまく更新できない様子だった。確かに、「今更ES3を使用するな」と言われてしまいそうだが、古いサーバ機を再利用する話になっていて、サポート対象がES3までとなっていたためにES3を使用する状況となっていた。

up2dateのエラーは次のようなメッセージが出力されていた。回避策は至って単純で、既存のmozillaパッケージを全て削除してからup2dateを実施し、up2date後にseamonkeyパッケージをインストールするだけ。


Preparing ########################################### [100%]
Traceback (most recent call last):
File "/usr/sbin/up2date", line 1174, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 772, in main
fullUpdate, dryRun=options.dry_run))
File "/usr/sbin/up2date", line 1066, in batchRun
batch.run()
File "up2dateBatch.py", line 86, in run
File "up2dateBatch.py", line 170, in __installPackages
File "up2date.py", line 692, in installPackages
File "up2date.py", line 580, in runTransaction
File "rpmUtils.py", line 511, in runTransaction
up2date_client.up2dateErrors.TransactionError: RPM error. The message was:
Failed running transaction of packages:
('file /usr/lib/libnspr4.so conflicts between attempted installs of mozilla-nspr-1.7.13-1.1.3.1 and seamonkey-nspr-1.0.9-0.16.el3', (6, '/usr/lib/libnspr4.so', 0L))
('file /usr/lib/libplc4.so conflicts between attempted installs of mozilla-nspr-1.7.13-1.1.3.1 and seamonkey-nspr-1.0.9-0.16.el3', (6, '/usr/lib/libplc4.so', 0L))
('file /usr/lib/libplds4.so conflicts between attempted installs of mozilla-nspr-1.7.13-1.1.3.1 and seamonkey-nspr-1.0.9-0.16.el3', (6, '/usr/lib/libplds4.so', 0L))
('file /usr/lib/libnss3.so conflicts between attempted installs of mozilla-nss-1.7.13-1.1.3.1 and seamonkey-nss-1.0.9-0.16.el3', (6, '/usr/lib/libnss3.so', 0L))
('file /usr/lib/libnssckbi.so conflicts between attempted installs of mozilla-nss-1.7.13-1.1.3.1 and seamonkey-nss-1.0.9-0.16.el3', (6, '/usr/lib/libnssckbi.so', 0L))
('file /usr/lib/libsmime3.so conflicts between attempted installs of mozilla-nss-1.7.13-1.1.3.1 and seamonkey-nss-1.0.9-0.16.el3', (6, '/usr/lib/libsmime3.so', 0L))
('file /usr/lib/libsoftokn3.so conflicts between attempted installs of mozilla-nss-1.7.13-1.1.3.1 and seamonkey-nss-1.0.9-0.16.el3', (6, '/usr/lib/libsoftokn3.so', 0L))
('file /usr/lib/libssl3.so conflicts between attempted installs of mozilla-nss-1.7.13-1.1.3.1 and seamonkey-nss-1.0.9-0.16.el3', (6, '/usr/lib/libssl3.so', 0L))
('file /etc/gre.d/gre.conf conflicts between attempted installs of mozilla-1.7.13-1.1.3.1 and seamonkey-1.0.9-0.16.el3', (6, '/etc/gre.d/gre.conf', 0L))
('file /usr/bin/mozilla conflicts between attempted installs of mozilla-1.7.13-1.1.3.1 and seamonkey-1.0.9-0.16.el3', (6, '/usr/bin/mozilla', 0L))
('file /usr/share/man/man1/mozilla.1.gz conflicts between attempted installs of mozilla-1.7.13-1.1.3.1 and seamonkey-1.0.9-0.16.el3', (6, '/usr/share/man/man1/mozilla.1.gz', 0L))
('file /usr/bin/gaim conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/bin/gaim', 0L))
('file /usr/include/gaim/config.h conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/include/gaim/config.h', 0L))
('file /usr/include/gaim/remote-socket.h conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/include/gaim/remote-socket.h', 0L))
('file /usr/include/gaim/remote.h conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/include/gaim/remote.h', 0L))
('file /usr/include/gaim/version.h conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/include/gaim/version.h', 0L))
('file /usr/lib/gaim/autorecon.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/autorecon.so', 0L))
('file /usr/lib/gaim/docklet.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/docklet.so', 0L))
('file /usr/lib/gaim/extplacement.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/extplacement.so', 0L))
('file /usr/lib/gaim/gestures.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/gestures.so', 0L))
('file /usr/lib/gaim/history.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/history.so', 0L))
('file /usr/lib/gaim/iconaway.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/iconaway.so', 0L))
('file /usr/lib/gaim/idle.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/idle.so', 0L))
('file /usr/lib/gaim/libgg.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/libgg.so', 0L))
('file /usr/lib/gaim/libirc.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/libirc.so', 0L))
('file /usr/lib/gaim/libjabber.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/libjabber.so', 0L))
('file /usr/lib/gaim/libmsn.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/libmsn.so', 0L))
('file /usr/lib/gaim/libnapster.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/libnapster.so', 0L))
('file /usr/lib/gaim/libnovell.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/libnovell.so', 0L))
('file /usr/lib/gaim/liboscar.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/liboscar.so', 0L))
('file /usr/lib/gaim/libyahoo.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/libyahoo.so', 0L))
('file /usr/lib/gaim/libzephyr.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/libzephyr.so', 0L))
('file /usr/lib/gaim/notify.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/notify.so', 0L))
('file /usr/lib/gaim/spellchk.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/spellchk.so', 0L))
('file /usr/lib/gaim/ssl-gnutls.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/ssl-gnutls.so', 0L))
('file /usr/lib/gaim/ssl-nss.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/ssl-nss.so', 0L))
('file /usr/lib/gaim/ssl.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/ssl.so', 0L))('file /usr/lib/gaim/statenotify.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/statenotify.so', 0L))
('file /usr/lib/gaim/ticker.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/ticker.so', 0L))
('file /usr/lib/gaim/timestamp.so conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/lib/gaim/timestamp.so', 0L))
('file /usr/share/pixmaps/gaim/logo.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/logo.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_angel.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_angel.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_angry.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_angry.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_beer.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_beer.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_bowl.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_bowl.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_boy.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_boy.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_brb.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_brb.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_brheart.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_brheart.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_car.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_car.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_cat.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_cat.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_cellphone.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_cellphone.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_clock.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_clock.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_coins.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_coins.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_computer.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_computer.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_deadflower.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_deadflower.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_devil.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_devil.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_dog.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_dog.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_donttell.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_donttell.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_drink.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_drink.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_email.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_email.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_film.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_film.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_flower.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_flower.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_gift.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_gift.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_girl.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_girl.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_handcuffs.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_handcuffs.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_heart.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_heart.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_hot.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_hot.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_icon.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_icon.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_idea.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_idea.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_island.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_island.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_kiss.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_kiss.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_laugh.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_laugh.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_nerd.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_nerd.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_neutral.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_neutral.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_note.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_note.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_occ.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_occ.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_online.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_online.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_ooooh.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_ooooh.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_phone.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_phone.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_photo.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_photo.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_pizza.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_pizza.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_question.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_question.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_rainbow.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_rainbow.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_sad.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_sad.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_sarcastic.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_sarcastic.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_secret.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_secret.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_sick.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_sick.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_sleep.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_sleep.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_smiley.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_smiley.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_star.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_star.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_sun.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_sun.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_teeth.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_teeth.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_tongue.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_tongue.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/msn_weird.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/msn_weird.png', 0L))
('file /usr/share/pixmaps/gaim/smileys/default/theme conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/smileys/default/theme', 0L))
('file /usr/share/pixmaps/gaim/status/default/msn.png conflicts between attempted installs of pidgin-1.5.1-1.el3 and gaim-1.5.0-11.el3', (6, '/usr/share/pixmaps/gaim/status/default/msn.png', 0L))