お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2011-01-23 04:18:02

schiff
メンバ
登録日: 2011-01-23

ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

みなさんはじめまして。
Ubuntu10.10環境を使用している初心者(Ubuntu使用歴約1.5ヶ月)です。

Python2.6をアンインストールしてしまったところ色々とおかしくなってしまったので、
簡単な復旧方法があれば教えて頂けると助かります。


状況は以下の通りです。

Python3とPyQt4を使ってみたかったため、これらをインストールしたところ、
既にインストールされていたPython2.6からしかPyQt4がインポート出来なかったために、
Pythonが重要なソフトとは知らずWindows環境の感覚で、不用意にPython2.6を
アンインストールしてしまいました。

この時パネルのメニューから色々なアプリが消えてしまい起動できなくなってしまいましたが、
「Synapticパッケージマネージャ」でアンインストール作業を行い、これが起動したまま
だったので、あわててアンインストール済の項目から全て再インストールし直したところ、
消えたアプリ等は設定等も含めほぼ元のとおり復活したのですが、以下のように色々と
おかしくなってしまいました。

●「Synapticパッケージマネージャ」が端末からしか起動できなくなってしまった。
 (管理者パスワード入力のダイアログにパスワードを入力し、このダイアログが閉じた後、
  「Synapticパッケージマネージャ」のウインドウが開かない。また、パスワード入力の
  ダイアログのGUIも変わってしまっている。)

●上部パネルの右端に出ていた、シャットダウン等のコマンドをドロップダウン表示出来た
 アイコンが消えてしまった。

●上部パネルのネットワークの接続状況のアイコンが変わってしまい、
 「NetworkManagerアプレット0.8.1」に変わって(元のアプリ名を記憶していないが、
  少なくともアイコンのデザインは変わって)しまった。

●「外観の設定」の「テーマ」や「背景」等が、初期に選択できていた物が消えてしまった。

これらの他にも異常があるかもしれませんが、今のところ確認出来ているのは以上です。


これらの他にも異常があるようであれば、Ubuntuを再インストールし直さなければならない
かと考えていますが、今のところ前述の4項目以外に異常を確認出来ていないのと、
後半の2項目はこのままでも問題はないと思われるので、簡単に復旧出来る方法があれば、
教えて頂きたいと思います。

また、システムに影響が無いよう安全にPython3の環境に移行する方法があれば、
これについても教えて頂きたいと思います。
(CGI等は作る予定がないため、今後のバージョンアップに対応出来るよう、
 Python3を使いたいと考えています。)


よろしくおねがいします。

オフライン

 

#2 2011-01-23 11:31:47

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

なぜPython2.6を削除したのか理由を明記してください。
UbuntuとかFedoraとか、最新のLinuxディストリビューションでは、python3は、pythonとは別にインストール可能で、同居できます。
もし、どこかのWebページで、そのような解説があり、それを参考にしたのであれば、注意喚起必要です。
これは、Fedora14から書き込んでいますが、これには、python3-PyQt4 パッケージがあります。
標準のFedoraリポジトリ・パッケージなので、Ubuntuも、どこかに有るかもしれません?

また、Py2.6関連パッケージを再インストールしても、異常が残るのであれば、再インストールを勧めます。

オフライン

 

#3 2011-01-23 12:47:18

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

siさん書込みありがとうございます。

>なぜPython2.6を削除したのか理由を明記してください。
UbuntuではPython2.6と3が共存出来る事を知らなかったのと、Windowsと勝手が違うのでPython3対応の
PyQt4パッケージをインストールしたつもりだったので、Python2.6からしかPyQt4がインポート出来なかったために、
Windows環境の感覚で安易にPython2.6をアンインストールしてしまいました。

>もし、どこかのWebページで、そのような解説があり、それを参考にしたのであれば、注意喚起必要です。
すべて知識不足が原因です。
解説サイト等を参考にした訳ではなく、Python3からPyQt4がインポート出来なかったのが、Python2.6を残したままに
したせいかと考えてしまい、Windows環境の感覚で(問題が出れば再度Python2.6をインストールし直せばよいだろう
程度に考え)安易にPython2.6をアンインストールしてしまいました。

>これは、Fedora14から書き込んでいますが、これには、python3-PyQt4 パッケージがあります。
>標準のFedoraリポジトリ・パッケージなので、Ubuntuも、どこかに有るかもしれません?
「Synapticパッケージマネージャ」からは確認出来ませんでしたが、Python3用のパッケージをインストールしていな
かったのはハッキリしました。探してみます。

>また、Py2.6関連パッケージを再インストールしても、異常が残るのであれば、再インストールを勧めます。
今のところ最初に書き込んだ4点の異常以外には確認出来ないので、とりあえず「Synapticパッケージマネージャ」が
端末からしか起動出来ない原因をもう少し調べてから、最終的には再インストールしてみることにします。

ありがとうございました。

オフライン

 

#4 2011-01-23 15:20:22

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

schiff による投稿:

UbuntuではPython2.6と3が共存出来る事を知らなかったのと、Windowsと勝手が違うのでPython3対応の
PyQt4パッケージをインストールしたつもりだったので、Python2.6からしかPyQt4がインポート出来なかったために、
Windows環境の感覚で安易にPython2.6をアンインストールしてしまいました。

やや脱線になりますが、WindowsでもPython3.xとPython2.6は同時インストール可能です。ただし、PyQt4を両方で使う場合、PyQt4はPython2.6用のものとPython3.x用のものを両方インストールする必要があります。このあたりの事情はUbuntuでも同じになるかと思います。

schiff による投稿:

今のところ最初に書き込んだ4点の異常以外には確認出来ないので、とりあえず「Synapticパッケージマネージャ」が
端末からしか起動出来ない原因をもう少し調べてから、最終的には再インストールしてみることにします。

Python, PerlなどはUbuntuシステムのあちこちで使われているため、非常に複雑な依存関係を持っています。これらを消そうとするといろいろなパッケージが消されます。消されたものの中で、再導入されていないものがあったりしないでしょうか。
taskselパッケージは導入してみて、端末で、

コード:

sudo tasksel

として、Ubuntu Desktopがインストールされた状態になっているか確認してみて下さい。
もし、インストールされていなければ、Ubuntu Desktopを導入してみて下さい。

オフライン

 

#5 2011-01-23 23:33:19

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

hmatsueさん書込みありがとうございます。

hmatsue による投稿:

やや脱線になりますが、WindowsでもPython3.xとPython2.6は同時インストール可能です。
ただし、PyQt4を両方で使う場合、PyQt4はPython2.6用のものとPython3.x用のものを両方インストールする必要があります。
このあたりの事情はUbuntuでも同じになるかと思います。

ご指導ありがとうございます。


hmatsue による投稿:

Python, PerlなどはUbuntuシステムのあちこちで使われているため、非常に複雑な依存関係を持っています。
これらを消そうとするといろいろなパッケージが消されます。消されたものの中で、再導入されていないものがあったりしないでしょうか。

「Synapticパッケージマネージャ」でアンインストール作業を行ったので、アンインストール済の項目から
全て再インストールしましたが、それ以外にアンインストール済の項目に含まれていない物があるかは、
残念ながら分かりません。
初心者向けに必要なパッケージを管理出来る資料かツールがあるといいですね。


hmatsue による投稿:

taskselパッケージは導入してみて、端末で、

コード:

sudo tasksel

として、Ubuntu Desktopがインストールされた状態になっているか確認してみて下さい。
もし、インストールされていなければ、Ubuntu Desktopを導入してみて下さい。

実行出来なかったので「Synapticパッケージマネージャ」から「Ubuntu-Desktop」パッケージを
インストールしたところ、「Synapticパッケージマネージャ」がパネルのメニューから
実行出来るようになり、「外観の設定」の「テーマ」や「背景」等が元に戻りました。
仰るように「Ubuntu-Desktop」パッケージがインストール出来ていなかったのが原因のようです。

いまだに上部パネルの右端に出ていた、シャットダウン等のコマンドをドロップダウン表示出来た
アイコンは消えたままですが、とりあえずほぼ元に戻せたようなので再インストールしなくても
済みそうです。

ありがとうございました。

オフライン

 

#6 2011-01-24 09:33:35

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

ubuntu-desktopパッケージの追加より、taskselからの方が良いと聞いたことがあるのですが、理由はよく理解できなかったため覚えていないです。
とりあえずはubuntu-desktopパッケージの再導入で必要なものは再インストールされたとは思いますが。。

パネルについてですが、必要なものが揃っていれば、
https://wiki.ubuntulinux.jp/UbuntuTips/Desktop/UnsetGnomepanel
に沿って作業していただくと初期状態に戻すことは可能かと思います。
パネル右クリックから必要なものを追加するのでもよいかと思いますが、よく判らない等々ありましたら一度初期化するのが簡単かと思います。

オフライン

 

#7 2011-01-24 20:41:15

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

hmatsueさん書込みありがとうございます。

hmatsue による投稿:

ubuntu-desktopパッケージの追加より、taskselからの方が良いと聞いたことがあるのですが、理由はよく理解できなかったため覚えていないです。
とりあえずはubuntu-desktopパッケージの再導入で必要なものは再インストールされたとは思いますが。。

パネルについてですが、必要なものが揃っていれば、
https://wiki.ubuntulinux.jp/UbuntuTips/Desktop/UnsetGnomepanel
に沿って作業していただくと初期状態に戻すことは可能かと思います。
パネル右クリックから必要なものを追加するのでもよいかと思いますが、よく判らない等々ありましたら一度初期化するのが簡単かと思います。

以前、パネルを消してしまったことがあり、https://forums.ubuntulinux.jp/viewtopic.php?pid=50567#p50567 にも
同様の書込みがあったので実行した事があったのですが、なぜか今回は「gconftool」コマンドがうまく動作してくれず、
以下のようになってしまいます。

コード:

$ gconftool --recursive-unset /apps/panel
プログラム 'gconftool' はまだインストールされていません。  次のように入力することでインストールできます:
sudo apt-get install gconf2

$ sudo apt-get install gconf2
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
gconf2 はすでに最新バージョンです。
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 2 個。

$ gconftool --recursive-unset /apps/panel
プログラム 'gconftool' はまだインストールされていません。  次のように入力することでインストールできます:
sudo apt-get install gconf2

以後、これの繰り返しで「killall」コマンドに進めないでいます。
「gconf2 はすでに最新バージョンです。」と表示されるのでインストールはされているのでしょうが・・・
他のトピック等で同様の書込みが無いか探している状況です。

オフライン

 

#8 2011-01-24 21:38:43

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

なにか不思議な状態になっていますね。

コード:

sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install tasksel
sudo tasksel install ubuntu-desktop
sudo apt-get install gconf2

してみると、それぞれどのようなメッセージが表示されますでしょうか。
また、上記を実行した上で、特にエラーらしきものがでなかった場合、この状態からならパネルの初期化ができますでしょうか。

オフライン

 

#9 2011-01-24 22:17:47

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

gconftoolではなくgconftool-2だとどうなるかも試してみていただけますでしょうか。

オフライン

 

#10 2011-01-24 23:09:18

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

hmatsueさん、早速の書込みありがとうございます。

結論から申しますと、ご指導頂いた「gconftool-2」コマンドを試したところ、パネルが初期状態に復旧しました。

hmatsue による投稿:

なにか不思議な状態になっていますね。

コード:

sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install tasksel
sudo tasksel install ubuntu-desktop
sudo apt-get install gconf2

してみると、それぞれどのようなメッセージが表示されますでしょうか。
また、上記を実行した上で、特にエラーらしきものがでなかった場合、この状態からならパネルの初期化ができますでしょうか。

gconftoolではなくgconftool-2だとどうなるかも試してみていただけますでしょうか。

ご指導頂いた各コマンドを実行したところ、以下のような結果となり、パネルが初期状態に復旧しました。

コード:

$ sudo dpkg --configure -a

$ sudo apt-get update
ヒット http://archive.ubuntulinux.jp maverick Release.gpg
無視 http://archive.ubuntulinux.jp/ubuntu/ maverick/main Translation-en                                                                                                                  
無視 http://archive.ubuntulinux.jp/ubuntu/ maverick/main Translation-ja                                                                                                                  
ヒット http://archive.ubuntulinux.jp maverick-non-free/ Release.gpg                                                                                                                      
無視 http://archive.ubuntulinux.jp/ubuntu-ja/ maverick-non-free/ Translation-en                                                                                                          
無視 http://archive.ubuntulinux.jp/ubuntu-ja/ maverick-non-free/ Translation-ja                                                                             
ヒット http://archive.ubuntulinux.jp maverick Release                                                                                                                                     
ヒット http://jp.archive.ubuntu.com maverick Release.gpg                                                                                                                                  
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick/main Translation-en                                                                                      
ヒット http://jp.archive.ubuntu.com/ubuntu/ maverick/main Translation-ja                                                                                    
ヒット http://archive.ubuntulinux.jp maverick-non-free/ Release                                                                                                                                        
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-en                                                                                                              
ヒット http://jp.archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-ja                                                                                                            
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick/restricted Translation-en                                                                                                              
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick/restricted Translation-ja                                                                                                              
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick/universe Translation-en                                                                                                                
ヒット http://jp.archive.ubuntu.com/ubuntu/ maverick/universe Translation-ja                                                                                                              
ヒット http://jp.archive.ubuntu.com maverick-updates Release.gpg                                                                                            
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/main Translation-en                                                                                                            
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/main Translation-ja                                                                                                            
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse Translation-en                                                                                                      
無視 http://archive.ubuntulinux.jp maverick/main Sources                                                                                                                                  
無視 http://archive.ubuntulinux.jp maverick/main i386 Packages                                                                                                                            
ヒット http://archive.ubuntulinux.jp maverick-non-free/ Sources                                                                                                                           
ヒット http://archive.ubuntulinux.jp maverick-non-free/ Packages                                                                                            
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse Translation-ja                                                                                                      
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/restricted Translation-en                                                                                                      
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/restricted Translation-ja                                                                        
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/universe Translation-en                                                                          
無視 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/universe Translation-ja                                                                          
ヒット http://jp.archive.ubuntu.com maverick Release                                                                                                        
無視 http://archive.ubuntulinux.jp maverick/main Sources                                                                                                                                               
ヒット http://jp.archive.ubuntu.com maverick-updates Release                                                                                                                              
無視 http://archive.ubuntulinux.jp maverick/main i386 Packages                                                                                                                    
ヒット http://archive.ubuntulinux.jp maverick/main Sources                                                                                                                                
ヒット http://jp.archive.ubuntu.com maverick/main Sources                                                                                                                                 
ヒット http://jp.archive.ubuntu.com maverick/restricted Sources                                                                                             
ヒット http://jp.archive.ubuntu.com maverick/universe Sources                                                                                                                             
ヒット http://jp.archive.ubuntu.com maverick/multiverse Sources                                                                                                                           
ヒット http://jp.archive.ubuntu.com maverick/main i386 Packages                                                                                                                           
ヒット http://jp.archive.ubuntu.com maverick/restricted i386 Packages                                                                                                                     
ヒット http://archive.ubuntulinux.jp maverick/main i386 Packages                                                                                                                          
ヒット http://jp.archive.ubuntu.com maverick/universe i386 Packages                                                                                                                       
ヒット http://jp.archive.ubuntu.com maverick/multiverse i386 Packages                                                                                       
ヒット http://jp.archive.ubuntu.com maverick-updates/main Sources                            
ヒット http://jp.archive.ubuntu.com maverick-updates/restricted Sources                      
ヒット http://jp.archive.ubuntu.com maverick-updates/universe Sources                        
ヒット http://jp.archive.ubuntu.com maverick-updates/multiverse Sources                      
ヒット http://jp.archive.ubuntu.com maverick-updates/main i386 Packages                      
ヒット http://jp.archive.ubuntu.com maverick-updates/restricted i386 Packages                
ヒット http://jp.archive.ubuntu.com maverick-updates/universe i386 Packages                  
ヒット http://jp.archive.ubuntu.com maverick-updates/multiverse i386 Packages
ヒット http://extras.ubuntu.com maverick Release.gpg           
無視 http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en
無視 http://extras.ubuntu.com/ubuntu/ maverick/main Translation-ja
ヒット http://security.ubuntu.com maverick-security Release.gpg
無視 http://security.ubuntu.com/ubuntu/ maverick-security/main Translation-en
無視 http://security.ubuntu.com/ubuntu/ maverick-security/main Translation-ja
ヒット http://extras.ubuntu.com maverick Release
無視 http://security.ubuntu.com/ubuntu/ maverick-security/multiverse Translation-en
無視 http://security.ubuntu.com/ubuntu/ maverick-security/multiverse Translation-ja
無視 http://security.ubuntu.com/ubuntu/ maverick-security/restricted Translation-en
無視 http://security.ubuntu.com/ubuntu/ maverick-security/restricted Translation-ja
無視 http://security.ubuntu.com/ubuntu/ maverick-security/universe Translation-en
無視 http://security.ubuntu.com/ubuntu/ maverick-security/universe Translation-ja
ヒット http://security.ubuntu.com maverick-security Release
ヒット http://extras.ubuntu.com maverick/main Sources  
ヒット http://security.ubuntu.com maverick-security/main Sources
ヒット http://extras.ubuntu.com maverick/main i386 Packages
ヒット http://security.ubuntu.com maverick-security/restricted Sources
ヒット http://security.ubuntu.com maverick-security/universe Sources
ヒット http://security.ubuntu.com maverick-security/multiverse Sources
ヒット http://security.ubuntu.com maverick-security/main i386 Packages
ヒット http://security.ubuntu.com maverick-security/restricted i386 Packages
ヒット http://security.ubuntu.com maverick-security/universe i386 Packages
ヒット http://security.ubuntu.com maverick-security/multiverse i386 Packages
パッケージリストを読み込んでいます... 完了

$ sudo apt-get upgrade
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下のパッケージはアップグレードされます:
  python-apt tar
アップグレード: 2 個、新規インストール: 0 個、削除: 0 個、保留: 0 個。
603kB のアーカイブを取得する必要があります。
この操作後に 1,815kB のディスク容量が解放されます。
続行しますか [Y/n]? y
取得:1 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/main tar i386 1.23-2ubuntu1 [402kB]
取得:2 http://jp.archive.ubuntu.com/ubuntu/ maverick-updates/main python-apt i386 0.7.96.1ubuntu11.1 [200kB]
603kB を 0秒 で取得しました (832kB/s)
(データベースを読み込んでいます ... 現在 162227 個のファイルとディレクトリがインストールされています。)
tar 1.23-2 を (.../tar_1.23-2ubuntu1_i386.deb で) 置換するための準備をしています ...
tar を展開し、置換しています...
man-db のトリガを処理しています ...
tar (1.23-2ubuntu1) を設定しています ...
(データベースを読み込んでいます ... 現在 162227 個のファイルとディレクトリがインストールされています。)
python-apt 0.7.96.1ubuntu11 を (.../python-apt_0.7.96.1ubuntu11.1_i386.deb で) 置換するための準備をしています ...
python-apt を展開し、置換しています...
python-apt (0.7.96.1ubuntu11.1) を設定しています ...
python-central のトリガを処理しています ...

$ sudo apt-get install tasksel
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下の特別パッケージがインストールされます:
  aptitude libboost-iostreams1.42.0 libclass-accessor-perl libcwidget3 libio-string-perl libparse-debianchangelog-perl libsub-name-perl tasksel-data
提案パッケージ:
  aptitude-doc-en aptitude-doc debtags libcwidget-dev libhtml-template-perl libxml-simple-perl
以下のパッケージが新たにインストールされます:
  aptitude libboost-iostreams1.42.0 libclass-accessor-perl libcwidget3 libio-string-perl libparse-debianchangelog-perl libsub-name-perl tasksel tasksel-data
アップグレード: 0 個、新規インストール: 9 個、削除: 0 個、保留: 0 個。
2,860kB のアーカイブを取得する必要があります。
この操作後に追加で 8,700kB のディスク容量が消費されます。
続行しますか [Y/n]? y
取得:1 http://jp.archive.ubuntu.com/ubuntu/ maverick/main libboost-iostreams1.42.0 i386 1.42.0-3ubuntu1 [58.9kB]
取得:2 http://jp.archive.ubuntu.com/ubuntu/ maverick/main libcwidget3 i386 0.5.16-3ubuntu1 [301kB]
取得:3 http://jp.archive.ubuntu.com/ubuntu/ maverick/main aptitude i386 0.6.3-2ubuntu4 [2,270kB]
取得:4 http://jp.archive.ubuntu.com/ubuntu/ maverick/main libsub-name-perl i386 0.04-1build1 [10.4kB]
取得:5 http://jp.archive.ubuntu.com/ubuntu/ maverick/main libclass-accessor-perl all 0.34-1 [26.0kB]
取得:6 http://jp.archive.ubuntu.com/ubuntu/ maverick/main libio-string-perl all 1.08-2 [12.0kB]
取得:7 http://jp.archive.ubuntu.com/ubuntu/ maverick/main libparse-debianchangelog-perl all 1.1.1-2ubuntu2 [57.8kB]
取得:8 http://jp.archive.ubuntu.com/ubuntu/ maverick/main tasksel-data all 2.81ubuntu1 [49.5kB]
取得:9 http://jp.archive.ubuntu.com/ubuntu/ maverick/main tasksel all 2.81ubuntu1 [73.6kB]
2,860kB を 2秒 で取得しました (1,348kB/s)
パッケージを事前設定しています ...
未選択パッケージ libboost-iostreams1.42.0 を選択しています。
(データベースを読み込んでいます ... 現在 162227 個のファイルとディレクトリがインストールされています。)
(.../libboost-iostreams1.42.0_1.42.0-3ubuntu1_i386.deb から) libboost-iostreams1.42.0 を展開しています...
未選択パッケージ libcwidget3 を選択しています。
(.../libcwidget3_0.5.16-3ubuntu1_i386.deb から) libcwidget3 を展開しています...
未選択パッケージ aptitude を選択しています。
(.../aptitude_0.6.3-2ubuntu4_i386.deb から) aptitude を展開しています...
未選択パッケージ libsub-name-perl を選択しています。
(.../libsub-name-perl_0.04-1build1_i386.deb から) libsub-name-perl を展開しています...
未選択パッケージ libclass-accessor-perl を選択しています。
(.../libclass-accessor-perl_0.34-1_all.deb から) libclass-accessor-perl を展開しています...
未選択パッケージ libio-string-perl を選択しています。
(.../libio-string-perl_1.08-2_all.deb から) libio-string-perl を展開しています...
未選択パッケージ libparse-debianchangelog-perl を選択しています。
(.../libparse-debianchangelog-perl_1.1.1-2ubuntu2_all.deb から) libparse-debianchangelog-perl を展開しています...
未選択パッケージ tasksel-data を選択しています。
(.../tasksel-data_2.81ubuntu1_all.deb から) tasksel-data を展開しています...
未選択パッケージ tasksel を選択しています。
(.../tasksel_2.81ubuntu1_all.deb から) tasksel を展開しています...
man-db のトリガを処理しています ...
libboost-iostreams1.42.0 (1.42.0-3ubuntu1) を設定しています ...
libcwidget3 (0.5.16-3ubuntu1) を設定しています ...
aptitude (0.6.3-2ubuntu4) を設定しています ...
update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode.
libsub-name-perl (0.04-1build1) を設定しています ...
libclass-accessor-perl (0.34-1) を設定しています ...
libio-string-perl (1.08-2) を設定しています ...
libparse-debianchangelog-perl (1.1.1-2ubuntu2) を設定しています ...
tasksel-data (2.81ubuntu1) を設定しています ...
tasksel (2.81ubuntu1) を設定しています ...
libc-bin のトリガを処理しています ...
ldconfig deferred processing now taking place

$ sudo tasksel install ubuntu-desktop
xserver-xorg                    install

$ sudo apt-get install gconf2
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
gconf2 はすでに最新バージョンです。
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 0 個。

$ gconftool --recursive-unset /apps/panel
プログラム 'gconftool' はまだインストールされていません。  次のように入力することでインストールできます:
sudo apt-get install gconf2

$ gconftool-2 --recursive-unset /apps/panel

$ killall gnome-panel

理解出来ていませんが、「gconf2」のアップグレードの項目が復旧前は「保留: 2 個」となっていたのが疑問だったのですが、
今回は「保留: 0 個」となっていますので、システムの復旧の結果かと思われます。

結果、おかげさまで確認していた異常は全て解決し、その他の異常も確認出来ませんので再インストールせずに済みそうです。
大変ありがとうございました。

オフライン

 

#11 2011-01-25 12:14:02

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

保留パッケージがでていたのが気になっていたのですが、パッケージ情報の更新(apt-get update)がされていなかっただけのようですね。
gconftoolは通常、gconftool-2に繋がっているはずなのですが、一度パッケージ削除した関係なのか、/etc/alternatives以下の設定がされていない状態になっているように思えます。
特に不都合なければそのまま使用されても問題無いかとは思いますが、

コード:

sudo dpkg-reconfigure -a

とかすると各パッケージが再設定されるかと思います。
ただし、これをやるといろいろ質問されるのに、適切に答える必要がある(ほとんどのケースはデフォルトの選択肢でOKだと思いますが)ので、特に不具合がないようであればやらなくても構わないかと思います。

オフライン

 

#12 2011-01-25 23:25:59

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

hmatsueさん書込みありがとうございます。

hmatsue による投稿:

保留パッケージがでていたのが気になっていたのですが、パッケージ情報の更新(apt-get update)がされていなかっただけのようですね。
gconftoolは通常、gconftool-2に繋がっているはずなのですが、一度パッケージ削除した関係なのか、/etc/alternatives以下の設定がされていない状態になっているように思えます。
特に不都合なければそのまま使用されても問題無いかとは思いますが、

コード:

sudo dpkg-reconfigure -a

とかすると各パッケージが再設定されるかと思います。
ただし、これをやるといろいろ質問されるのに、適切に答える必要がある(ほとんどのケースはデフォルトの選択肢でOKだと思いますが)ので、特に不具合がないようであればやらなくても構わないかと思います。

その後、異常は確認出来ませんでしたが、せっかくご指導頂いたので、「dpkg-reconfigure」を実行してみたところ、エラーが出てしまいました。

コード:

$ sudo dpkg-reconfigure -a

update-rc.d: warning: /etc/init.d/acpi-support missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
acpid stop/waiting
acpid start/running, process 2446
Updating anthy.dic...file name prefix=[./] you can change this by -p option.
  copying .///mkworddic/anthy.wdic (word_dic)
  copying .///depgraph/anthy.dep (dep_dic)
  copying .///calctrans/anthy.trans_info (trans_info)
  copying .///calctrans/anthy.cand_info (cand_info)
  copying .///calctrans/anthy.weak_words (weak_words)
  copying .///calctrans/anthy.corpus_bucket (corpus_bucket)
  copying .///calctrans/anthy.corpus_array (corpus_array)
/usr/bin/mkfiledic done.
done.
 * Starting AppArmor profiles                                                   Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
                                                                         [ OK ]
 * Reloading AppArmor profiles                                                  Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
                                                                         [ OK ]
stop: Unknown instance: 
start: Job failed to start
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

gpg: 鍵437D05B5:“Ubuntu Archive Automatic Signing Key <[email protected]>”変更なし
gpg: 鍵FBB75451:“Ubuntu CD Image Automatic Signing Key <[email protected]>”変更なし
gpg: 処理数の合計: 2
gpg:              変更なし: 2
atd stop/waiting
atd start/running, process 4677
avahi-daemon stop/waiting
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service dbus force-reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload dbus
avahi-daemon start/running, process 4717
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode.
 * Disabling additional executable binary formats binfmt-support         [ OK ] 
 * Enabling additional executable binary formats binfmt-support          [ OK ] 
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service dbus force-reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload dbus
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service udev reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload udev
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

update-initramfs: Generating /boot/initrd.img-2.6.35-24-generic
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....
updating keystore /etc/ssl/certs/java/cacerts...
done.
done.
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

 * Stopping ClamAV virus database updater freshclam                      [ OK ] 
 * Starting ClamAV virus database updater freshclam                      [ OK ] 
Your console font configuration will be updated the next time your system
boots. If you want to update it now, run 'setupcon' from a virtual console.
update-initramfs: Generating /boot/initrd.img-2.6.35-24-generic
cron stop/waiting
dpkg-maintscript-helper: error: couldn't identify the package

「dpkg-maintscript-helper」で参照すべきパッケージを識別出来ないとの事なのでしょうが・・・
検索してみたのですが、残念ながら解説は英文ばかりでよく理解出来ませんでした。

このエラーは深刻なものでしょうか? 重ねての質問になってしまい恐縮ですが、よろしければ教えて頂けると助かります。
よろしくお願いいたします。

オフライン

 

#13 2011-01-26 00:33:09

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

想定外のエラーが。。
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/694220
あたりかなぁと思いますが、上流で認識されているようなので、バグ修正されるまで放置しかないかもですね。

オフライン

 

#14 2011-01-26 01:13:26

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

hmatsueさん、早速の書込みありがとうございます。

hmatsue による投稿:

想定外のエラーが。。
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/694220
あたりかなぁと思いますが、上流で認識されているようなので、バグ修正されるまで放置しかないかもですね。

英文なのであまり理解出来ていませんが、再インストールしても解決するような問題ではなさそうですね。
これについては仰る通り放置して使用し続けようと思います。

本当に色々とお世話になりました。
ありがとうございました。

オフライン

 

#15 2011-01-28 00:30:19

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

自分のところでもいろいろエラーをはくパッケージがいたようで、まともにdpkg-reconfigure -aが完遂できたなかたので、下記で実行してみました。

コード:

aptitude search '~i' -F %p | while read line ; do echo $line ; sudo dpkg-reconfigure $line ; done

特に問題が無ければ実行する必要はありません。
一応、cronパッケージのバグでdpkg-reconfigure -aが途中で止まってしまう問題の回避はできるということだけ残しておきます。

オフライン

 

#16 2011-01-30 02:00:06

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

hmatsueさん、書込みありがとうございます。

hmatsue による投稿:

自分のところでもいろいろエラーをはくパッケージがいたようで、まともにdpkg-reconfigure -aが完遂できたなかたので、下記で実行してみました。

コード:

aptitude search '~i' -F %p | while read line ; do echo $line ; sudo dpkg-reconfigure $line ; done

特に問題が無ければ実行する必要はありません。
一応、cronパッケージのバグでdpkg-reconfigure -aが途中で止まってしまう問題の回避はできるということだけ残しておきます。

前回エラーで止まってしまったので、教えていただいたコードを実行してみました。

コード:

$ aptitude search '~i' -F %p | while read line ; do echo $line ; sudo dpkg-reconfigure $line ; done
acpi-support

update-rc.d: warning: /etc/init.d/acpi-support missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
acpid
acpid stop/waiting
acpid start/running, process 1816
adduser
adium-theme-ubuntu
adobeair
aisleriot
alacarte
alsa-base
alsa-utils
anacron
ant
ant-optional
anthy
Updating anthy.dic...file name prefix=[./] you can change this by -p option.
  copying .///mkworddic/anthy.wdic (word_dic)
  copying .///depgraph/anthy.dep (dep_dic)
  copying .///calctrans/anthy.trans_info (trans_info)
  copying .///calctrans/anthy.cand_info (cand_info)
  copying .///calctrans/anthy.weak_words (weak_words)
  copying .///calctrans/anthy.corpus_bucket (corpus_bucket)
  copying .///calctrans/anthy.corpus_array (corpus_array)
/usr/bin/mkfiledic done.
done.
anthy-common
app-install-data
app-install-data-ja-remix
app-install-data-partner
apparmor
 * Starting AppArmor profiles                                                                                                                                                                                     Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
                                                                                                                                                                                                           [ OK ]
 * Reloading AppArmor profiles                                                                                                                                                                                    Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
                                                                                                                                                                                                           [ OK ]
apparmor-utils
apport
stop: Unknown instance: 
start: Job failed to start
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

apport-gtk
apport-symptoms
apt
gpg: 鍵437D05B5:“Ubuntu Archive Automatic Signing Key <[email protected]>”変更なし
gpg: 鍵FBB75451:“Ubuntu CD Image Automatic Signing Key <[email protected]>”変更なし
gpg: 処理数の合計: 2
gpg:              変更なし: 2
apt-transport-https
apt-utils
apt-xapian-index
aptdaemon
aptitude
apturl
apturl-common
aspell
aspell-en
at
atd stop/waiting
atd start/running, process 4220
at-spi
avahi-autoipd
avahi-daemon
avahi-daemon stop/waiting
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service dbus force-reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload dbus
avahi-daemon start/running, process 4278
avahi-utils
baobab
base-files
base-passwd
bash
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode.
bash-completion
bc
bcmwl-modaliases
bind9-host
binfmt-support
 * Disabling additional executable binary formats binfmt-support                                                                                                                                           [ OK ] 
 * Enabling additional executable binary formats binfmt-support                                                                                                                                            [ OK ] 
binutils
bluez
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service dbus force-reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload dbus
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service udev reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload udev
bluez-alsa
bluez-cups
bluez-gstreamer
bogofilter
bogofilter-bdb
bogofilter-common
branding-ubuntu
brasero
brasero-cdrkit
brasero-common
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

brltty
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
brltty-x11
bsdmainutils
bsdutils
busybox-initramfs
busybox-static
byobu
bzip2
ca-certificates
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....
updating keystore /etc/ssl/certs/java/cacerts...
done.
done.
ca-certificates-java
capplets-data
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

checkbox
checkbox-gtk
clamav
clamav-base
clamav-freshclam
 * Stopping ClamAV virus database updater freshclam                                                                                                                                                        [ OK ] 
 * Starting ClamAV virus database updater freshclam                                                                                                                                                        [ OK ] 
clamtk
cli-common
command-not-found
command-not-found-data
compiz
compiz-core
compiz-fusion-plugins-main
compiz-gnome
compiz-plugins
compizconfig-backend-gconf
computer-janitor
computer-janitor-gtk
console-setup
Your console font configuration will be updated the next time your system
boots. If you want to update it now, run 'setupcon' from a virtual console.
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
console-terminus
consolekit
coreutils
couchdb-bin
cpio
cpp
cpp-4.4
cpu-checker
cron
cron stop/waiting
dpkg-maintscript-helper: error: couldn't identify the package
cups
cups stop/waiting
cups start/running, process 21968
cups-bsd
cups-client
cups-common
cups-driver-gutenprint
No Gutenprint PPD files to update.
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service cups force-reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload cups

lpstat: No destinations added.
cups-ppdc
dash
dbus
start: Job is already running: dbus
dbus-x11
dc
debconf
debconf-i18n
debianutils
default-jdk
default-jre
default-jre-headless
defoma
desktop-file-utils
desktopcouch
dhcp3-client
dhcp3-common
dictionaries-common
diffutils
dmidecode
dmsetup
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
dmz-cursor-theme
dnsmasq-base
dnsutils
doc-base
docbook-xml
docbook-xsl
docbook-xsl-doc-html
dosfstools
dpkg
dvd+rw-tools
e2fslibs
e2fsprogs
eclipse-jdt
eclipse-pde
eclipse-platform
eclipse-platform-data
eclipse-plugin-cvs
eclipse-rcp
ed
eject
empathy
empathy-common
eog
erlang-base
Searching for services which depend on erlang and should be stopped...none found.
Killing epmd...it is not running.
Searching for services which depend on erlang and should be started...none found.
erlang-crypto
erlang-inets
erlang-mnesia
erlang-public-key
erlang-runtime-tools
erlang-ssl
erlang-syntax-tools
erlang-xmerl
esound-clients
esound-common
espeak
espeak-data
evince
evince-common
evolution
evolution-common
evolution-couchdb
evolution-data-server
evolution-data-server-common
evolution-exchange
evolution-indicator
evolution-plugins
evolution-webcal
example-content
exiv2
fancontrol
 * Stopping fan speed regulator fancontrol                                                                                                                                                                 [ OK ] 
fastjar
fglrx-modaliases
file
file-roller
findutils
firefox
Please restart all running instances of firefox, or you will experience problems.
firefox-branding
firefox-gnome-support
flashplugin-installer
Downloading...
--2011-01-30 00:34:47--  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.102.65.orig.tar.gz
archive.canonical.com をDNSに問いあわせています... 91.189.88.33
archive.canonical.com|91.189.88.33|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 4888067 (4.7M) [application/x-gzip]
`./adobe-flashplugin_10.1.102.65.orig.tar.gz' に保存中

     0K .......... .......... .......... .......... ..........  1% 41.5K 1m54s
    50K .......... .......... .......... .......... ..........  2%  165K 70s
   100K .......... .......... .......... .......... ..........  3%  168K 56s
   150K .......... .......... .......... .......... ..........  4% 6.21M 41s
   200K .......... .......... .......... .......... ..........  5%  170K 38s
   250K .......... .......... .......... .......... ..........  6% 6.33M 32s
   300K .......... .......... .......... .......... ..........  7% 9.26M 27s
   350K .......... .......... .......... .......... ..........  8%  172K 26s
   400K .......... .......... .......... .......... ..........  9% 7.46M 23s
   450K .......... .......... .......... .......... .......... 10% 9.14M 21s
   500K .......... .......... .......... .......... .......... 11% 9.51M 19s
   550K .......... .......... .......... .......... .......... 12% 1.85M 17s
   600K .......... .......... .......... .......... .......... 13%  190K 17s
   650K .......... .......... .......... .......... .......... 14% 7.77M 16s
   700K .......... .......... .......... .......... .......... 15% 9.50M 15s
   750K .......... .......... .......... .......... .......... 16% 10.1M 14s
   800K .......... .......... .......... .......... .......... 17% 8.89M 13s
   850K .......... .......... .......... .......... .......... 18%  183K 13s
   900K .......... .......... .......... .......... .......... 19% 7.14M 12s
   950K .......... .......... .......... .......... .......... 20% 6.99M 11s
  1000K .......... .......... .......... .......... .......... 21% 9.42M 11s
  1050K .......... .......... .......... .......... .......... 23% 8.93M 10s
  1100K .......... .......... .......... .......... .......... 24% 9.72M 10s
  1150K .......... .......... .......... .......... .......... 25% 4.15M 9s
  1200K .......... .......... .......... .......... .......... 26%  100M 9s
  1250K .......... .......... .......... .......... .......... 27%  153K 9s
  1300K .......... .......... .......... .......... .......... 28%  110M 9s
  1350K .......... .......... .......... .......... .......... 29%  121M 8s
  1400K .......... .......... .......... .......... .......... 30%  120M 8s
  1450K .......... .......... .......... .......... .......... 31%  121M 7s
  1500K .......... .......... .......... .......... .......... 32% 84.0M 7s
  1550K .......... .......... .......... .......... .......... 33%  120M 7s
  1600K .......... .......... .......... .......... .......... 34%  174K 7s
  1650K .......... .......... .......... .......... .......... 35% 9.73M 7s
  1700K .......... .......... .......... .......... .......... 36% 34.1M 6s
  1750K .......... .......... .......... .......... .......... 37% 7.37M 6s
  1800K .......... .......... .......... .......... .......... 38% 82.5M 6s
  1850K .......... .......... .......... .......... .......... 39%  173K 6s
  1900K .......... .......... .......... .......... .......... 40% 4.07M 6s
  1950K .......... .......... .......... .......... .......... 41%  173K 6s
  2000K .......... .......... .......... .......... .......... 42% 7.02M 6s
  2050K .......... .......... .......... .......... .......... 43% 6.43M 5s
  2100K .......... .......... .......... .......... .......... 45% 5.29M 5s
  2150K .......... .......... .......... .......... .......... 46%  180K 5s
  2200K .......... .......... .......... .......... .......... 47% 8.57M 5s
  2250K .......... .......... .......... .......... .......... 48% 8.70M 5s
  2300K .......... .......... .......... .......... .......... 49% 9.48M 5s
  2350K .......... .......... .......... .......... .......... 50% 9.16M 5s
  2400K .......... .......... .......... .......... .......... 51% 6.55M 4s
  2450K .......... .......... .......... .......... .......... 52%  184K 4s
  2500K .......... .......... .......... .......... .......... 53% 5.16M 4s
  2550K .......... .......... .......... .......... .......... 54% 7.49M 4s
  2600K .......... .......... .......... .......... .......... 55% 8.56M 4s
  2650K .......... .......... .......... .......... .......... 56% 8.80M 4s
  2700K .......... .......... .......... .......... .......... 57% 6.28M 4s
  2750K .......... .......... .......... .......... .......... 58%  188K 4s
  2800K .......... .......... .......... .......... .......... 59% 7.07M 4s
  2850K .......... .......... .......... .......... .......... 60% 5.12M 3s
  2900K .......... .......... .......... .......... .......... 61% 7.04M 3s
  2950K .......... .......... .......... .......... .......... 62% 4.93M 3s
  3000K .......... .......... .......... .......... .......... 63% 9.46M 3s
  3050K .......... .......... .......... .......... .......... 64%  191K 3s
  3100K .......... .......... .......... .......... .......... 65% 4.77M 3s
  3150K .......... .......... .......... .......... .......... 67% 6.48M 3s
  3200K .......... .......... .......... .......... .......... 68% 6.71M 3s
  3250K .......... .......... .......... .......... .......... 69% 5.20M 2s
  3300K .......... .......... .......... .......... .......... 70% 6.64M 2s
  3350K .......... .......... .......... .......... .......... 71%  193K 2s
  3400K .......... .......... .......... .......... .......... 72% 4.59M 2s
  3450K .......... .......... .......... .......... .......... 73% 6.32M 2s
  3500K .......... .......... .......... .......... .......... 74% 6.67M 2s
  3550K .......... .......... .......... .......... .......... 75% 5.42M 2s
  3600K .......... .......... .......... .......... .......... 76% 5.87M 2s
  3650K .......... .......... .......... .......... .......... 77%  195K 2s
  3700K .......... .......... .......... .......... .......... 78% 4.37M 2s
  3750K .......... .......... .......... .......... .......... 79% 5.79M 2s
  3800K .......... .......... .......... .......... .......... 80% 4.92M 1s
  3850K .......... .......... .......... .......... .......... 81% 7.74M 1s
  3900K .......... .......... .......... .......... .......... 82% 4.51M 1s
  3950K .......... .......... .......... .......... .......... 83% 2.54M 1s
  4000K .......... .......... .......... .......... .......... 84%  203K 1s
  4050K .......... .......... .......... .......... .......... 85% 5.61M 1s
  4100K .......... .......... .......... .......... .......... 86% 4.51M 1s
  4150K .......... .......... .......... .......... .......... 87% 7.98M 1s
  4200K .......... .......... .......... .......... .......... 89% 6.98M 1s
  4250K .......... .......... .......... .......... .......... 90% 4.22M 1s
  4300K .......... .......... .......... .......... .......... 91%  197K 1s
  4350K .......... .......... .......... .......... .......... 92% 4.23M 1s
  4400K .......... .......... .......... .......... .......... 93% 4.63M 0s
  4450K .......... .......... .......... .......... .......... 94% 6.37M 0s
  4500K .......... .......... .......... .......... .......... 95% 7.36M 0s
  4550K .......... .......... .......... .......... .......... 96% 4.42M 0s
  4600K .......... .......... .......... .......... .......... 97%  197K 0s
  4650K .......... .......... .......... .......... .......... 98% 4.07M 0s
  4700K .......... .......... .......... .......... .......... 99% 5.66M 0s
  4750K .......... .......... ...                             100% 4.04M=7.0s

2011-01-30 00:34:55 (680 KB/s) - `./adobe-flashplugin_10.1.102.65.orig.tar.gz' へ保存完了 [4888067/4888067]

Download done.
Flash Plugin installed.
fontconfig
Cleaning up font configuration of fontconfig...
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category type1..
Updating fontconfig cache for /usr/share/fonts/truetype/unfonts
Updating font configuration of fontconfig...
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category type1..
Updating category type1..
Updating category truetype..
Updating category cid..
Updating fontconfig cache for /usr/share/fonts/truetype/unfonts
Regenerating fonts cache... done.
fontconfig-config
foo2zjs
foomatic-db-compressed-ppds
foomatic-db-engine
foomatic-filters
freepats
friendly-recovery
ftp
fuse-utils
creating fuse group...
udev active, skipping device node creation.
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
gamin
gbrainy
gcalctool
gcc
gcc-4.4
gcc-4.4-base
gcc-4.5-base
gcj-4.4-base
gcj-4.4-jre-lib
gconf-defaults-service
gconf-editor
gconf2
gconf2-common
gdb
gdm
gdm-guest-session
gedit
update-alternatives: using /usr/bin/gedit to provide /usr/bin/gnome-text-editor (gnome-text-editor) in auto mode.
gedit-common
genisoimage
geoip-database
gettext-base
ghostscript
update-alternatives: using /usr/bin/ps2pdf14 to provide /usr/bin/ps2pdf (ps2pdf) in auto mode.
ghostscript-cups
ghostscript-x
gir1.0-glib-2.0
gksu
gnome-about
gnome-accessibility-themes
gnome-applets
gnome-applets-data
gnome-bluetooth
gnome-codec-install
gnome-control-center
gnome-desktop-data
gnome-dictionary
gnome-disk-utility
gnome-doc-utils
gnome-games-common
gnome-icon-theme
gnome-keyring
dpkg-maintscript-helper: error: environment variable DPKG_MAINTSCRIPT_NAME is required
gnome-mag
gnome-mahjongg
gnome-media
gnome-media-common
gnome-menus
gnome-mime-data
gnome-nettool
gnome-orca
gnome-panel
gnome-panel-data
gnome-power-manager
gnome-screensaver
gnome-screenshot
gnome-search-tool
gnome-session
gnome-session-bin
gnome-session-canberra
gnome-session-common
gnome-settings-daemon
gnome-sudoku
gnome-system-log
gnome-system-monitor
gnome-system-tools
gnome-terminal
gnome-terminal-data
gnome-themes-selected
gnome-themes-ubuntu
gnome-user-guide
gnome-utils
gnome-utils-common
gnomine
gnupg
gpaint
gpgv
grep
groff-base
grub-common
grub-pc
Installation finished. No error reported.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-25-generic
Found initrd image: /boot/initrd.img-2.6.35-25-generic
Found linux image: /boot/vmlinuz-2.6.35-24-generic
Found initrd image: /boot/initrd.img-2.6.35-24-generic
Found linux image: /boot/vmlinuz-2.6.35-23-generic
Found initrd image: /boot/initrd.img-2.6.35-23-generic
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found memtest86+ image: /boot/memtest86+.bin
done
gsfonts
gstreamer0.10-alsa
gstreamer0.10-ffmpeg
gstreamer0.10-fluendo-mp3
gstreamer0.10-gnonlin
gstreamer0.10-nice
gstreamer0.10-pitfdll
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-base
gstreamer0.10-plugins-base-apps
gstreamer0.10-plugins-good
gstreamer0.10-plugins-ugly
gstreamer0.10-pulseaudio
gstreamer0.10-tools
gstreamer0.10-x
gtk-recordmydesktop
gtk2-engines
gtk2-engines-murrine
gtk2-engines-pixbuf
gucharmap
guile-1.8-libs
gvfs
gvfs-backends
gvfs-fuse
gwibber
gwibber-service
gzip
hdparm
hicolor-icon-theme
hostname
hpijs
hplip
Creating/updating hplip user account...
hplip-cups
hplip-data
humanity-icon-theme
hunspell-en-ca
hunspell-en-us
hwdata
ibus
update-alternatives: using /etc/X11/xinit/xinput.d/ibus to provide /etc/X11/xinit/xinput.d/ja_JP (xinput-ja_JP) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/ibus to provide /etc/X11/xinit/xinput.d/ko_KR (xinput-ko_KR) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/ibus to provide /etc/X11/xinit/xinput.d/zh_CN (xinput-zh_CN) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/ibus to provide /etc/X11/xinit/xinput.d/zh_TW (xinput-zh_TW) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/ibus to provide /etc/X11/xinit/xinput.d/zh_HK (xinput-zh_HK) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/ibus to provide /etc/X11/xinit/xinput.d/zh_SG (xinput-zh_SG) in auto mode.
ibus-anthy
ibus-gtk
ibus-mozc
ibus-pinyin
ibus-pinyin-db-android
ibus-table
icedtea-6-jre-cacao
ifupdown
start: Unknown parameter: JOB
im-switch
update-alternatives: using /etc/X11/xinit/xinput.d/default-xim to provide /etc/X11/xinit/xinput.d/all_ALL (xinput-all_ALL) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/none to provide /etc/X11/xinit/xinput.d/all_ALL (xinput-all_ALL) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/th-gtk to provide /etc/X11/xinit/xinput.d/th_TH (xinput-th_TH) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/default to provide /etc/X11/xinit/xinput.d/all_ALL (xinput-all_ALL) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/lo-gtk to provide /etc/X11/xinit/xinput.d/lo_TH (xinput-lo_TH) in auto mode.
update-alternatives: using /etc/X11/xinit/xinput.d/th-xim to provide /etc/X11/xinit/xinput.d/th_TH (xinput-th_TH) in auto mode.
indicator-applet
indicator-applet-session
indicator-application
indicator-me
indicator-messages
indicator-session
indicator-sound
info
initramfs-tools
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
initramfs-tools-bin
initscripts
inputattach
insserv
install-info
intel-gpu-tools
iproute
iptables
iputils-arping
iputils-ping
iputils-tracepath
irqbalance
stop: Unknown instance: 
irqbalance start/running, process 9825
iso-codes
jarwrapper
java-common
jockey-common
jockey-gtk
junit
junit4
kasumi
kbd
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
kdelibs-bin
kdelibs5-data
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

kdelibs5-plugins
kdoctools
kerneloops-daemon
klibc-utils
language-pack-en
language-pack-en-base
Generating locales...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.UTF-8... done
  en_ZA.UTF-8... done
  en_ZW.UTF-8... done
Generation complete.
dpkg-trigger: dpkg-trigger はメンテナスクリプトから (または --by-package オプションを付けて) 呼ばれなければなりません
language-pack-gnome-en
language-pack-gnome-en-base
dpkg-trigger: dpkg-trigger はメンテナスクリプトから (または --by-package オプションを付けて) 呼ばれなければなりません
language-pack-gnome-ja
language-pack-gnome-ja-base
dpkg-trigger: dpkg-trigger はメンテナスクリプトから (または --by-package オプションを付けて) 呼ばれなければなりません
language-pack-ja
language-pack-ja-base
Generating locales...
  ja_JP.UTF-8... done
Generation complete.
dpkg-trigger: dpkg-trigger はメンテナスクリプトから (または --by-package オプションを付けて) 呼ばれなければなりません
language-selector
language-selector-common
language-support-en
language-support-fonts-ja
language-support-input-ja
Generating locales...
  ja_JP.UTF-8... up-to-date
Generation complete.
dpkg-trigger: dpkg-trigger はメンテナスクリプトから (または --by-package オプションを付けて) 呼ばれなければなりません
language-support-ja
language-support-writing-en
Generating locales...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.UTF-8... done
  en_ZA.UTF-8... done
  en_ZW.UTF-8... done
Generation complete.
dpkg-trigger: dpkg-trigger はメンテナスクリプトから (または --by-package オプションを付けて) 呼ばれなければなりません
laptop-detect
launchpad-integration
less
lftp
liba52-0.7.4
libaa1
libaccess-bridge-java
libaccess-bridge-java-jni
libacl1
libanthy0
libapparmor-perl
libapparmor1
libappindicator0.1-cil
Removing libappindicator0.1-cil from Mono
* Installing 3 assemblies from libappindicator0.1-cil into Mono
libappindicator1
libarchive1
libart-2.0-2
libart2.0-cil
Removing libart2.0-cil from Mono
* Installing 6 assemblies from libart2.0-cil into Mono
libasm3-java
libasound2
libasound2-plugins
libaspell15
libass4
libatasmart4
libatk1.0-0
libatk1.0-data
libatm1
libatspi1.0-0
libattr1
libaudio2
libaudiofile0
libavahi-client3
libavahi-common-data
libavahi-common3
libavahi-core7
libavahi-glib1
libavahi-gobject0
libavahi-ui0
libavc1394-0
libavcodec52
libavformat52
libavutil50
libbind9-60
libbit-vector-perl
libblkid1
libbluetooth3
libbonobo2-0
libbonobo2-common
libbonoboui2-0
libbonoboui2-common
libboost-iostreams1.42.0
libbrasero-media1
libbrlapi0.5
libbsd0
libburn4
libbz2-1.0
libc-bin
libc-dev-bin
libc6
libc6-dev
libcaca0
libcairo-perl
libcairo2
libcairomm-1.0-1
libcamel1.2-14
libcanberra-gtk-module
libcanberra-gtk0
libcanberra-pulse
libcanberra0
libcap-ng0
libcap2
libcarp-clan-perl
libcdaudio1
libcdio-cdda0
libcdio-paranoia0
libcdio10
libcdparanoia0
libcelt0-0
libck-connector0
libclamav6
libclass-accessor-perl
libclucene0ldbl
libclutter-1.0-0
libclutter-gtk-0.10-0
libcolamd2.7.1
libcomerr2
libcommons-beanutils-java
libcommons-codec-java
libcommons-collections3-java
libcommons-compress-java
libcommons-digester-java
libcommons-el-java
libcommons-httpclient-java
libcommons-logging-java
libcompizconfig0
libcouchdb-glib-1.0-2
libcroco3
libcrypt-passwdmd5-perl
libcryptui0
libcups2
libcupscgi1
libcupsdriver1
libcupsimage2
libcupsmime1
libcupsppdc1
libcurl3
libcurl3-gnutls
libcwidget3
libdaemon0
libdate-calc-perl
libdatrie1
libdb-je-java
libdb4.7-java
libdb4.7-java-gcj
libdb4.8
libdbus-1-3
libdbus-glib-1-2
libdbusmenu-glib1
libdbusmenu-gtk1
libdbusmenu-qt2
libdc1394-22
libdca0
libdconf0
libdecoration0
libdesktopcouch-glib-1.0-2
libdevmapper1.02.1
libdigest-hmac-perl
libdigest-sha1-perl
libdirac-encoder0
libdirectfb-1.2-9
libdjvulibre-text
libdjvulibre21
libdmapsharing2
libdns66
libdotconf1.0
libdrm-intel1
libdrm-nouveau1
libdrm-radeon1
libdrm2
libdv4
libdvdcss2
libdvdnav4
libdvdread4
libebackend1.2-0
libebook1.2-9
libecal1.2-7
libecj-java
libedata-book1.2-2
libedata-cal1.2-7
libedataserver1.2-13
libedataserverui1.2-8
libedit2
libeggdbus-1-0
libegroupwise1.2-13
libelf1
libenca0
libenchant1c2a
libept1
libequinox-osgi-java
libesd0
libespeak1
libevdocument3
libevent-1.4-2
libevolution
libevview3
libexempi3
libexif12
libexiv2-6
libexpat1
libfaad2
libffi5
libfftw3-3
libfile-copy-recursive-perl
libfile-find-rule-perl
libflac8
libflite1
libfolks-telepathy0
libfolks0
libfont-afm-perl
libfontconfig1
libfontenc1
libfreetype6
libfreezethaw-perl
libfribidi0
libfs6
libfuse2
libgadu3
libgail-common
libgail-gnome-module
libgail18
libgamin0
libgc1c2
libgcc1
libgcj-bc
libgcj-common
libgcj10
libgconf2-4
libgconf2.0-cil
Removing libgconf2.0-cil from Mono
* Installing 6 assemblies from libgconf2.0-cil into Mono
libgcr0
libgcrypt11
libgd2-xpm
libgdata-common
libgdata-google1.2-1
libgdata1.2-1
libgdata7
libgdbm3
libgdict-1.0-6
libgdk-pixbuf2.0-0
libgdu-gtk0
libgdu0
libgee2
libgeoip1
libgexiv2-0
libgif4
libgirepository1.0-1
libgksu2-0
libgl1-mesa-dri
libgl1-mesa-glx
libglade2-0
libglade2.0-cil
Removing libglade2.0-cil from Mono
* Installing 1 assembly from libglade2.0-cil into Mono
libgladeui-1-9
libglib-perl
libglib2.0-0
libglib2.0-cil
Removing libglib2.0-cil from Mono
* Installing 1 assembly from libglib2.0-cil into Mono
libglib2.0-data
libglibmm-2.4-1c2a
libglu1-mesa
libgme0
libgmime-2.4-2
libgmime2.4-cil
Removing libgmime2.4-cil from Mono
* Installing 1 assembly from libgmime2.4-cil into Mono
libgmp3c2
libgnome-bluetooth8
libgnome-desktop-2-17
libgnome-keyring0
libgnome-mag2
libgnome-media0
libgnome-menu2
libgnome-vfs2.0-cil
Removing libgnome-vfs2.0-cil from Mono
* Installing 6 assemblies from libgnome-vfs2.0-cil into Mono
libgnome-window-settings1
libgnome2-0
libgnome2-canvas-perl
libgnome2-common
libgnome2-perl
libgnome2-vfs-perl
libgnome2.24-cil
Removing libgnome2.24-cil from Mono
* Installing 2 assemblies from libgnome2.24-cil into Mono
libgnomecanvas2-0
libgnomecanvas2-common
libgnomekbd-common
libgnomekbd4
libgnomepanel2.24-cil
Removing libgnomepanel2.24-cil from Mono
* Installing 1 assembly from libgnomepanel2.24-cil into Mono
libgnomeui-0
libgnomeui-common
libgnomevfs2-0
libgnomevfs2-common
libgnomevfs2-extra
libgnutls26
libgomp1
libgoocanvas-common
libgoocanvas3
libgp11-0
libgpg-error0
libgpgme11
libgphoto2-2
libgphoto2-port0
libgpm2
libgpod-common
libgpod4
libgraphite3
libgs8
libgsl0ldbl
libgsm1
libgssapi-krb5-2
libgssdp-1.0-2
libgstfarsight0.10-0
libgstreamer-plugins-base0.10-0
libgstreamer0.10-0
libgtk-vnc-1.0-0
libgtk2-perl
libgtk2.0-0
libgtk2.0-bin
libgtk2.0-cil
Removing libgtk2.0-cil from Mono
* Installing 5 assemblies from libgtk2.0-cil into Mono
libgtk2.0-common
libgtkhtml-editor-common
libgtkhtml-editor0
libgtkhtml3.14-19
libgtkmm-2.4-1c2a
libgtksourceview2.0-0
libgtksourceview2.0-common
libgtkspell0
libgtop2-7
libgtop2-common
libgucharmap7
libgudev-1.0-0
libgupnp-1.0-3
libgupnp-igd-1.0-3
libgutenprint2
libgvfscommon0
libgweather-common
libgweather1
libgwibber0
libhamcrest-java
libhpmud0
libhtml-format-perl
libhtml-parser-perl
libhtml-tagset-perl
libhtml-tree-perl
libhunspell-1.2-0
libhyphen0
libibus2
libical0
libice-dev
libice6
libicu42
libicu4j-java
libid3tag0
libidl0
libidn11
libido-0.1-0
libiec61883-0
libieee1284-3
libijs-0.35
libilmbase6
libimobiledevice1
libindicate-gtk2
libindicate4
libindicator1
libio-string-perl
libiodbc2
libiptcdata0
libisc60
libisccc60
libisccfg60
libisofs6
libiw30
libjack-jackd2-0
libjasper-java
libjasper1
libjaxp1.3-java
libjetty-java
libjline-java
libjpeg62
libjs-jquery
libjsch-java
libjson-glib-1.0-0
libjtidy-java
libk5crypto3
libkate1
libkatepartinterfaces4
libkdecore5
libkdeui5
libkeyutils1
libkfile4
libkhtml5
libkio5
libkjsapi4
libkjsembed4
libklibc
libkntlm4
libkparts4
libkpathsea5
libkrb5-3
libkrb5support0
libkrosscore4
libkrossui4
libktexteditor4
libkutils4
liblaunchpad-integration1
liblaunchpad-integration1.0-cil
Removing liblaunchpad-integration1.0-cil from Mono
* Installing 1 assembly from liblaunchpad-integration1.0-cil into Mono
liblcms1
libldap-2.4-2
liblircclient0
liblocale-gettext-perl
liblockfile1
liblouis-data
liblouis2
liblqr-1-0
libltdl7
liblua5.1-0
liblucene2-java
liblwres60
liblzma2
liblzo2-2
libmad0
libmagic1
libmagickcore3
libmagickwand3
libmailtools-perl
libmeanwhile1
libmetacity-private0
libmimic0
libmission-control-plugins0
libmldbm-perl
libmms0
libmng1
libmodplug1
libmono-addins-gui0.2-cil
Removing libmono-addins-gui0.2-cil from Mono
* Installing 3 assemblies from libmono-addins-gui0.2-cil into Mono
libmono-addins0.2-cil
Removing libmono-addins0.2-cil from Mono
* Installing 7 assemblies from libmono-addins0.2-cil into Mono
libmono-cairo2.0-cil
libmono-corlib2.0-cil
libmono-i18n-west2.0-cil
libmono-management2.0-cil
libmono-posix2.0-cil
libmono-security2.0-cil
libmono-sharpzip2.84-cil
libmono-system2.0-cil
libmp3lame0
libmpcdec6
libmpeg2-4
libmpfr4
libmtdev1
libmtp8
libmusicbrainz4c2a
libnautilus-extension1
libncurses5
libncursesw5
libndesk-dbus-glib1.0-cil
Removing libndesk-dbus-glib1.0-cil from Mono
* Installing 1 assembly from libndesk-dbus-glib1.0-cil into Mono
libndesk-dbus1.0-cil
Removing libndesk-dbus1.0-cil from Mono
* Installing 1 assembly from libndesk-dbus1.0-cil into Mono
libneon27-gnutls
libnepomuk4
libnet-dbus-perl
libnet-dns-perl
libnet-ip-perl
libnewt0.52
libnice0
libnih-dbus1
libnih1
libnl1
libnm-glib2
libnm-util1
libnotify1
libnspr4-0d
libnss-mdns
libnss3-1d
libntfs-3g79
libntfs10
libnumber-compare-perl
libofa0
libogg0
liboil0.3
liboobs-1-5
libopenal1
libopencc1
libopencore-amrnb0
libopencore-amrwb0
libopenexr6
libopenobex1
libopenspc0
liborbit2
liborc-0.4-0
libpam-ck-connector
libpam-gnome-keyring
libpam-modules
libpam-runtime
libpam0g
libpanel-applet2-0
libpango-perl
libpango1.0-0
libpango1.0-common
Cleaning up font configuration of pango...
Cleaning up category xfont..
Cleaning up font configuration of pango...
Cleaning up category xfont..
Updating font configuration of pango...
Cleaning up category xfont..
Updating category xfont..
libpangomm-1.4-1
libpaper-utils
libpaper1
libparse-debianchangelog-perl
libparted0debian1
libpcap0.8
libpci3
libpciaccess0
libpcre3
libpcsclite1
libperl5.10
libphonon4
libpixman-1-0
libplist1
libplymouth2
libpng12-0
libpolkit-agent-1-0
libpolkit-backend-1-0
libpolkit-gobject-1-0
libpolkit-gtk-1-0
libpolkit-qt-1-0
libpoppler-glib5
libpoppler7
libpopt0
libportaudio2
libpostproc51
libprotobuf6
libprotoc6
libproxy0
libpst4
libpth20
libpthread-stubs0
libpthread-stubs0-dev
libpulse-browse0
libpulse-mainloop-glib0
libpulse0
libpurple-bin
libpurple0
libpython2.6
libqt4-dbus
libqt4-network
libqt4-script
libqt4-svg
libqt4-xml
libqtcore4
libqtgui4
libqtwebkit4
libraptor1
librarian0
librasqal2
libraw1394-11
librdf0
libreadline6
libregexp-java
librpc-xml-perl
librsvg2-2
librsvg2-common
librtmp0
libsamplerate0
libsane
libsane-hpaio
libsasl2-2
libsasl2-modules
libschroedinger-1.0-0
libsctp1
libsdl1.2debian
libsdl1.2debian-pulseaudio
libselinux1
libsensors4
libsepol1
libservlet2.4-java
libservlet2.5-java
libsgutils2-2
libshout3
libsidplay1
libsigc++-2.0-0c2a
libsilc-1.1-2
libsilcclient-1.1-3
libslang2
libslf4j-java
libslp1
libsm-dev
libsm6
libsmbclient
libsndfile1
libsnmp-base
libsnmp15
libsolid4
libsoprano4
libsoundtouch1c2
libsoup-gnome2.4-1
libsoup2.4-1
libspectre1
libspeechd2
libspeex1
libspeexdsp1
libsqlite3-0
libss2
libssl0.9.8
libstartup-notification0
libstdc++6
libstlport4.6ldbl
libstreamanalyzer0
libstreams0
libsub-name-perl
libsvga1
libswscale0
libsyncdaemon-1.0-1
libsysfs2
libt1-5
libtag1-vanilla
libtag1c2a
libtalloc2
libtasn1-3
libtdb1
libtelepathy-farsight0
libtelepathy-glib0
libtelepathy-logger1
libterm-readkey-perl
libtext-charwidth-perl
libtext-glob-perl
libtext-iconv-perl
libtext-wrapi18n-perl
libthai-data
libthai0
libtheora0
libtie-ixhash-perl
libtiff4
libtimedate-perl
libtommath0
libtotem-plparser17
libts-0.0-0
libtwolame0
libubuntuone-1.0-1
libudev0
libunique-1.0-0
libupower-glib1
liburi-perl
libusb-0.1-4
libusb-1.0-0
libusbmuxd1
libutempter0
libutouch-grail1
libuuid-perl
libuuid1
libv4l-0
libva1
libvala-0.10-0
libvdpau1
libvisual-0.4-0
libvisual-0.4-plugins
libvorbis0a
libvorbisenc2
libvorbisfile3
libvpx0
libvte-common
libvte9
libwavpack1
libwbclient0
libwebkit-1.0-2
libwebkit-1.0-common
libwildmidi0
libwmf0.2-7
libwmf0.2-7-gtk
libwnck-common
libwnck22
libwpd8c2a
libwpg-0.1-1
libwps-0.1-1
libwrap0
libwww-perl
libx11-6
libx11-data
libx11-dev
libx11-xcb1
libx264-98
libx86-1
libxapian15
libxau-dev
libxau6
libxaw7
libxcb-atom1
libxcb-aux0
libxcb-dri2-0
libxcb-event1
libxcb-render0
libxcb-shape0
libxcb-shm0
libxcb-xv0
libxcb1
libxcb1-dev
libxcomposite1
libxcursor1
libxdamage1
libxdmcp-dev
libxdmcp6
libxerces2-java
libxext6
libxfixes3
libxfont1
libxft2
libxi6
libxine1
libxine1-bin
libxine1-console
libxine1-misc-plugins
libxine1-x
libxinerama1
libxkbfile1
libxklavier16
libxml-parser-perl
libxml-twig-perl
libxml-xpath-perl
libxml2
libxml2-utils
libxmu6
libxmuu1
libxp6
libxpm4
libxrandr2
libxrender1
libxres1
libxslt1.1
libxss1
libxt-dev
libxt6
libxtst6
libxv1
libxvidcore4
libxvmc1
libxxf86dga1
libxxf86vm1
libzbar0
libzephyr4
light-themes
linux-firmware
linux-generic
linux-headers-2.6.35-22
linux-headers-2.6.35-22-generic
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/nvidia-common 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic
linux-headers-2.6.35-23
linux-headers-2.6.35-23-generic
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/nvidia-common 2.6.35-23-generic /boot/vmlinuz-2.6.35-23-generic
linux-headers-2.6.35-24
linux-headers-2.6.35-24-generic
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/nvidia-common 2.6.35-24-generic /boot/vmlinuz-2.6.35-24-generic
linux-headers-2.6.35-25
linux-headers-2.6.35-25-generic
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/nvidia-common 2.6.35-25-generic /boot/vmlinuz-2.6.35-25-generic
linux-headers-generic
linux-image-2.6.35-22-generic
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.35-22-generic
Not updating initrd symbolic links since we are being updated/reinstalled 
(2.6.35-22.35 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(2.6.35-22.35 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic
run-parts: executing /etc/kernel/postinst.d/nvidia-common 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-22-generic /boot/vmlinuz-2.6.35-22-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-25-generic
Found initrd image: /boot/initrd.img-2.6.35-25-generic
Found linux image: /boot/vmlinuz-2.6.35-24-generic
Found initrd image: /boot/initrd.img-2.6.35-24-generic
Found linux image: /boot/vmlinuz-2.6.35-23-generic
Found initrd image: /boot/initrd.img-2.6.35-23-generic
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found memtest86+ image: /boot/memtest86+.bin
done
linux-image-2.6.35-23-generic
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.35-23-generic
Not updating initrd symbolic links since we are being updated/reinstalled 
(2.6.35-23.41 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(2.6.35-23.41 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-23-generic /boot/vmlinuz-2.6.35-23-generic
run-parts: executing /etc/kernel/postinst.d/nvidia-common 2.6.35-23-generic /boot/vmlinuz-2.6.35-23-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.35-23-generic /boot/vmlinuz-2.6.35-23-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.35-23-generic /boot/vmlinuz-2.6.35-23-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-23-generic /boot/vmlinuz-2.6.35-23-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-25-generic
Found initrd image: /boot/initrd.img-2.6.35-25-generic
Found linux image: /boot/vmlinuz-2.6.35-24-generic
Found initrd image: /boot/initrd.img-2.6.35-24-generic
Found linux image: /boot/vmlinuz-2.6.35-23-generic
Found initrd image: /boot/initrd.img-2.6.35-23-generic
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found memtest86+ image: /boot/memtest86+.bin
done
linux-image-2.6.35-24-generic
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.35-24-generic
Not updating initrd symbolic links since we are being updated/reinstalled 
(2.6.35-24.42 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(2.6.35-24.42 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-24-generic /boot/vmlinuz-2.6.35-24-generic
run-parts: executing /etc/kernel/postinst.d/nvidia-common 2.6.35-24-generic /boot/vmlinuz-2.6.35-24-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.35-24-generic /boot/vmlinuz-2.6.35-24-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.35-24-generic /boot/vmlinuz-2.6.35-24-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-24-generic /boot/vmlinuz-2.6.35-24-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-25-generic
Found initrd image: /boot/initrd.img-2.6.35-25-generic
Found linux image: /boot/vmlinuz-2.6.35-24-generic
Found initrd image: /boot/initrd.img-2.6.35-24-generic
Found linux image: /boot/vmlinuz-2.6.35-23-generic
Found initrd image: /boot/initrd.img-2.6.35-23-generic
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found memtest86+ image: /boot/memtest86+.bin
done
linux-image-2.6.35-25-generic
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
Not updating initrd symbolic links since we are being updated/reinstalled 
(2.6.35-25.44 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(2.6.35-25.44 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.35-25-generic /boot/vmlinuz-2.6.35-25-generic
run-parts: executing /etc/kernel/postinst.d/nvidia-common 2.6.35-25-generic /boot/vmlinuz-2.6.35-25-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.35-25-generic /boot/vmlinuz-2.6.35-25-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.35-25-generic /boot/vmlinuz-2.6.35-25-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.35-25-generic /boot/vmlinuz-2.6.35-25-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-25-generic
Found initrd image: /boot/initrd.img-2.6.35-25-generic
Found linux image: /boot/vmlinuz-2.6.35-24-generic
Found initrd image: /boot/initrd.img-2.6.35-24-generic
Found linux image: /boot/vmlinuz-2.6.35-23-generic
Found initrd image: /boot/initrd.img-2.6.35-23-generic
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found memtest86+ image: /boot/memtest86+.bin
done
linux-image-generic
linux-libc-dev
linux-sound-base
lksctp-tools
lm-sensors
locales
Generating locales...
  en_AG.UTF-8... up-to-date
  en_AU.UTF-8... up-to-date
  en_BW.UTF-8... up-to-date
  en_CA.UTF-8... up-to-date
  en_DK.UTF-8... up-to-date
  en_GB.UTF-8... up-to-date
  en_HK.UTF-8... up-to-date
  en_IE.UTF-8... up-to-date
  en_IN.UTF-8... up-to-date
  en_NG.UTF-8... up-to-date
  en_NZ.UTF-8... up-to-date
  en_PH.UTF-8... up-to-date
  en_SG.UTF-8... up-to-date
  en_US.UTF-8... up-to-date
  en_ZA.UTF-8... up-to-date
  en_ZW.UTF-8... up-to-date
  ja_JP.UTF-8... done
Generation complete.
lockfile-progs
login
logrotate
lp-solve
lsb-base
lsb-release
lshw
lsof
ltrace
lzma
make
makedev
man-db
Updating database of manual pages ...
manpages
manpages-dev
mawk
media-player-info
memtest86+
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-25-generic
Found initrd image: /boot/initrd.img-2.6.35-25-generic
Found linux image: /boot/vmlinuz-2.6.35-24-generic
Found initrd image: /boot/initrd.img-2.6.35-24-generic
Found linux image: /boot/vmlinuz-2.6.35-23-generic
Found initrd image: /boot/initrd.img-2.6.35-23-generic
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found memtest86+ image: /boot/memtest86+.bin
done
metacity
metacity-common
mime-support
min12xxw
mlocate
mobile-broadband-provider-info
modemmanager
module-init-tools
mono-2.0-gac
mono-csharp-shell
mono-gac
* Installing 3 assemblies from libappindicator0.1-cil into Mono
* Installing 6 assemblies from libart2.0-cil into Mono
* Installing 6 assemblies from libgconf2.0-cil into Mono
* Installing 1 assembly from libglade2.0-cil into Mono
* Installing 1 assembly from libglib2.0-cil into Mono
* Installing 1 assembly from libgmime2.4-cil into Mono
* Installing 6 assemblies from libgnome-vfs2.0-cil into Mono
* Installing 2 assemblies from libgnome2.24-cil into Mono
* Installing 1 assembly from libgnomepanel2.24-cil into Mono
* Installing 5 assemblies from libgtk2.0-cil into Mono
* Installing 1 assembly from liblaunchpad-integration1.0-cil into Mono
* Installing 3 assemblies from libmono-addins-gui0.2-cil into Mono
* Installing 7 assemblies from libmono-addins0.2-cil into Mono
* Installing 1 assembly from libndesk-dbus-glib1.0-cil into Mono
* Installing 1 assembly from libndesk-dbus1.0-cil into Mono
* Installing 1 assembly from policy.2.10.atk-sharp into Mono
* Installing 1 assembly from policy.2.10.gdk-sharp into Mono
* Installing 1 assembly from policy.2.10.glade-sharp into Mono
* Installing 1 assembly from policy.2.10.glib-sharp into Mono
* Installing 1 assembly from policy.2.10.gtk-dotnet into Mono
* Installing 1 assembly from policy.2.10.gtk-sharp into Mono
* Installing 1 assembly from policy.2.10.pango-sharp into Mono
* Installing 1 assembly from policy.2.4.atk-sharp into Mono
* Installing 1 assembly from policy.2.4.gdk-sharp into Mono
* Installing 1 assembly from policy.2.4.glade-sharp into Mono
* Installing 1 assembly from policy.2.4.glib-sharp into Mono
* Installing 1 assembly from policy.2.4.gtk-dotnet into Mono
* Installing 1 assembly from policy.2.4.gtk-sharp into Mono
* Installing 1 assembly from policy.2.4.pango-sharp into Mono
* Installing 1 assembly from policy.2.6.atk-sharp into Mono
* Installing 1 assembly from policy.2.6.gdk-sharp into Mono
* Installing 1 assembly from policy.2.6.glade-sharp into Mono
* Installing 1 assembly from policy.2.6.glib-sharp into Mono
* Installing 1 assembly from policy.2.6.gtk-dotnet into Mono
* Installing 1 assembly from policy.2.6.gtk-sharp into Mono
* Installing 1 assembly from policy.2.6.pango-sharp into Mono
* Installing 1 assembly from policy.2.8.atk-sharp into Mono
* Installing 1 assembly from policy.2.8.gdk-sharp into Mono
* Installing 1 assembly from policy.2.8.glade-sharp into Mono
* Installing 1 assembly from policy.2.8.glib-sharp into Mono
* Installing 1 assembly from policy.2.8.gtk-dotnet into Mono
* Installing 1 assembly from policy.2.8.gtk-sharp into Mono
* Installing 1 assembly from policy.2.8.pango-sharp into Mono
mono-gmcs
mono-runtime
mount
mountall
mousetweaks
mozc-server
mozc-utils-gui
mplayer
mscompress
mtools
mtr-tiny
myspell-en-au
myspell-en-gb
myspell-en-za
nano
nautilus
nautilus-data
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

nautilus-sendto
nautilus-sendto-empathy
nautilus-share
ncurses-base
ncurses-bin
net-tools
netbase
netcat-openbsd
network-manager
network-manager-gnome
network-manager-pptp
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service dbus force-reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload dbus
network-manager-pptp-gnome
nicolivealert.af13000f70f492d28a0f3bbe6342ba29a9ab98cc.1
notify-osd
notify-osd-icons
ntfs-3g
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
ntfsprogs
ntpdate
nvidia-173-modaliases
nvidia-96-modaliases
nvidia-common
nvidia-current-modaliases
obex-data-server
obexd-client
onboard
openjdk-6-jdk
openjdk-6-jre
openjdk-6-jre-headless
openjdk-6-jre-lib
openoffice.org-base-core
openoffice.org-calc
openoffice.org-common
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

openoffice.org-core
openoffice.org-draw
openoffice.org-emailmerge
Copying: mailmerge.py

ERROR: (com.sun.star.deployment.VersionException) { { Message = "Extension has already been added: org.openoffice.legacy.mailmerge.py", Context = (com.sun.star.uno.XInterface) @81d6af8 }, New = (com.sun.star.deployment.XPackage) @821adf0, Deployed = (com.sun.star.deployment.XPackage) @821d5a0 }
Extension has already been added: org.openoffice.legacy.mailmerge.py
openoffice.org-gnome
openoffice.org-gtk
openoffice.org-help-en-gb
openoffice.org-help-en-us
openoffice.org-help-ja
openoffice.org-hyphenation
openoffice.org-hyphenation-en-us
openoffice.org-impress
openoffice.org-l10n-common
openoffice.org-l10n-en-gb
openoffice.org-l10n-en-za
openoffice.org-l10n-ja
openoffice.org-math
openoffice.org-style-human
openoffice.org-thesaurus-en-au
openoffice.org-thesaurus-en-us
openoffice.org-writer
openprinting-ppds
openssh-client
openssl
os-prober
parted
passwd
pciutils
pcmciautils
perl
perl-base
perl-modules
phonon
phonon-backend-xine
pitivi
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

pkg-config
plymouth
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
plymouth-label
plymouth-theme-ubuntu-logo
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
plymouth-theme-ubuntu-text
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
pm-utils
pnm2ppa
policykit-1
policykit-1-gnome
policykit-desktop-privileges
poppler-data
poppler-utils
popularity-contest
powermgmt-base
ppp
pppconfig
pppoeconf
pptp-linux
procps
procps stop/waiting
protobuf-compiler
psmisc
pulseaudio
 * PulseAudio configured for per-user sessions
 * PulseAudio configured for per-user sessions
pulseaudio-esound-compat
pulseaudio-module-bluetooth
pulseaudio-module-gconf
pulseaudio-module-x11
pulseaudio-utils
pxljr
python
/usr/sbin/dpkg-reconfigure: python は壊れているか、完全にインストールされていません
python-appindicator
python-apport
python-apt
python-aptdaemon
python-aptdaemon-gtk
python-argparse
python-avahi
python-brlapi
python-cairo
python-central
/usr/sbin/dpkg-reconfigure: python-central は壊れているか、完全にインストールされていません
python-configglue
python-couchdb
python-crypto
python-cups
python-cupshelpers
python-dbus
python-debian
python-desktopcouch-records
python-egenix-mxdatetime
python-egenix-mxtools
python-farsight
python-gconf
python-gdbm
python-glade2
python-gmenu
Rebuilding /usr/share/applications/desktop.ja_JP.utf8.cache...
python-gnome2
python-gnomeapplet
python-gnomecanvas
python-gnomekeyring
python-gnupginterface
python-gobject
python-gobject-cairo
python-gst0.10
python-gtk2
python-gtksourceview2
python-gtkspell
python-httplib2
python-ibus
python-imaging
python-indicate
python-launchpad-integration
python-launchpadlib
python-lazr.restfulclient
python-lazr.uri
python-libproxy
python-libxml2
python-louis
python-mako
python-markupsafe
python-minimal
python-newt
python-notify
python-oauth
python-openssl
python-pam
python-papyon
python-pexpect
python-pkg-resources
python-problem-report
python-protobuf
python-pyatspi
python-pycurl
python-pygoocanvas
python-pyinotify
python-pyorbit
python-rdflib
python-serial
python-simplejson
python-smbc
python-software-properties
python-speechd
python-support
python-telepathy
python-twisted-bin
python-twisted-core
python-twisted-names
python-twisted-web
python-ubuntuone
python-ubuntuone-client
python-ubuntuone-storageprotocol
python-uno
python-virtkey
python-vte
python-wadllib
python-webkit
python-wnck
python-xapian
python-xdg
python-xkit
python-zope.interface
python2.6
python2.6-minimal
python3-minimal
python3.1
python3.1-minimal
quadrapassel
radeontool
rarian-compat
rdesktop
readline-common
recordmydesktop
rhythmbox
rhythmbox-plugin-cdrecorder
rhythmbox-plugins
rhythmbox-ubuntuone-music-store
rsync
rsyslog
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service rsyslog restart

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the restart(8) utility, e.g. restart rsyslog
rsyslog start/running, process 12756
rtkit
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service dbus force-reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload dbus
samba-common
samba-common-bin
update-alternatives: using /usr/bin/nmblookup.samba3 to provide /usr/bin/nmblookup (nmblookup) in auto mode.
update-alternatives: using /usr/bin/net.samba3 to provide /usr/bin/net (net) in auto mode.
update-alternatives: using /usr/bin/testparm.samba3 to provide /usr/bin/testparm (testparm) in auto mode.
sane-utils
saned disabled; edit /etc/default/saned
saned disabled; edit /etc/default/saned
sat4j
screen
screen-resolution-extra
screensaver-default-images
seahorse
sed
sensible-utils
sessioninstaller
sgml-base
sgml-data
shared-mime-info
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

shotwell
simple-scan
smbclient
smplayer
smplayer-themes
smplayer-translations
software-center
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

software-properties-gtk
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

soprano-daemon
speech-dispatcher
speech-dispatcher disabled; edit /etc/default/speech-dispatcher
update-rc.d: warning: speech-dispatcher stop runlevel arguments (1) do not match LSB Default-Stop values (0 1 6)
speech-dispatcher disabled; edit /etc/default/speech-dispatcher
splix
ssh-askpass-gnome
ssl-cert
strace
sudo
synaptic
syslinux
syslinux-common
system-config-printer-common
system-config-printer-gnome
system-config-printer-udev
system-tools-backends
sysv-rc
sysvinit-utils
tar
tasksel
tasksel-data
tcl
update-alternatives: using /usr/bin/tclsh8.4 to provide /usr/bin/tclsh (tclsh) in auto mode.
update-alternatives: using /usr/bin/tclsh-default to provide /usr/bin/tclsh (tclsh) in auto mode.
tcl8.4
tcpd
tcpdump
Loading /etc/apparmor.d/usr.sbin.tcpdump ...
telepathy-butterfly
telepathy-gabble
telepathy-haze
telepathy-idle
telepathy-logger
telepathy-mission-control-5
telepathy-salut
telnet
thunderbird
thunderbird-locale-ja
time
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
install-info: dir ファイルが指定されていません -- 詳しくは --help 付で実行して下さい。
tomboy
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

toshset
totem
totem-common
totem-mozilla
totem-plugins
transmission-common
transmission-gtk
tsclient
tsconf
ttf-dejavu
ttf-dejavu-core
ttf-dejavu-extra
ttf-freefont
ttf-indic-fonts-core
ttf-kacst-one
ttf-khmeros-core
ttf-lao
ttf-liberation
ttf-opensymbol
ttf-punjabi-fonts
ttf-takao-gothic
ttf-takao-mincho
ttf-takao-pgothic
ttf-thai-tlwg
ttf-ubuntu-font-family
ttf-unfonts-core
ttf-wqy-microhei
Regenerating fonts cache... done.
tzdata

Current default time zone: 'Asia/Tokyo'
Local time is now:      Sun Jan 30 00:51:04 JST 2011.
Universal Time is now:  Sat Jan 29 15:51:04 UTC 2011.

tzdata-java
ubufox
ubuntu-artwork
ubuntu-desktop
ubuntu-docs
ubuntu-extras-keyring
Importing extras.ubuntu.com keyring
OK
Processing extras.ubuntu.com removal keyring
OK
ubuntu-ja-setup-helper
ubuntu-keyring
gpg: 鍵437D05B5:“Ubuntu Archive Automatic Signing Key <[email protected]>”変更なし
gpg: 鍵FBB75451:“Ubuntu CD Image Automatic Signing Key <[email protected]>”変更なし
gpg: 処理数の合計: 2
gpg:              変更なし: 2
ubuntu-mono
ubuntu-restricted-addons
ubuntu-sounds
ubuntu-sso-client
dpkg-maintscript-helper: error: couldn't identify the package
ubuntu-system-service
ubuntu-wallpapers
ubuntuone-client
ubuntuone-client-gnome
ucf
udev
udev start/running, process 14110
update-initramfs: Generating /boot/initrd.img-2.6.35-25-generic
udisks
ufw
unattended-upgrades
update-rc.d: warning: unattended-upgrades start runlevel arguments (none) do not match LSB Default-Start values (0 6)
update-rc.d: warning: unattended-upgrades stop runlevel arguments (0 6) do not match LSB Default-Stop values (none)
uno-libs3
unzip
update-inetd
update-manager
update-manager-core
update-notifier
update-notifier-common
upower
upstart
ure
ureadahead
usb-creator-common
usb-creator-gtk
usb-modeswitch
usb-modeswitch-data
usbmuxd
usbutils
util-linux
uuid-runtime
vbetool
vim-common
vim-tiny
vinagre
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

vino
w3m
wamerican
wbritish
wget
whiptail
whois
wireless-crda
wireless-tools
wodim
wpasupplicant
x-ttcidfont-conf
Cleaning up font configuration of x-ttcidfont-conf...
Cleaning up category cmap..
Cleaning up category cid..
Cleaning up category truetype..
Updating font configuration of x-ttcidfont-conf...
Cleaning up category cmap..
Cleaning up category cid..
Cleaning up category truetype..
Updating category truetype..
Updating category cid..
Updating category cmap..
x11-apps
x11-common
x11-session-utils
x11-utils
x11-xfs-utils
x11-xkb-utils
x11-xserver-utils
x11proto-core-dev
x11proto-input-dev
x11proto-kb-dev
xauth
xbitmaps
xcursor-themes
xdg-user-dirs
xdg-user-dirs-gtk
xdg-utils
xfonts-100dpi
xfonts-75dpi
xfonts-base
xfonts-encodings
xfonts-mathml
xfonts-scalable
xfonts-utils
xinit
xinput
xkb-data
xml-core
xorg
xorg-docs-core
xscreensaver-data
xscreensaver-gl
xserver-common
xserver-xorg
xserver-xorg-core
xserver-xorg-input-all
xserver-xorg-input-evdev
xserver-xorg-input-mouse
xserver-xorg-input-synaptics
xserver-xorg-input-vmmouse
xserver-xorg-input-wacom
xserver-xorg-video-all
xserver-xorg-video-apm
xserver-xorg-video-ark
xserver-xorg-video-ati
xserver-xorg-video-chips
xserver-xorg-video-cirrus
xserver-xorg-video-fbdev
xserver-xorg-video-geode
xserver-xorg-video-i128
xserver-xorg-video-i740
xserver-xorg-video-intel
xserver-xorg-video-mach64
xserver-xorg-video-mga
xserver-xorg-video-neomagic
xserver-xorg-video-nouveau
xserver-xorg-video-nv
xserver-xorg-video-openchrome
xserver-xorg-video-r128
xserver-xorg-video-radeon
xserver-xorg-video-rendition
xserver-xorg-video-s3
xserver-xorg-video-s3virge
xserver-xorg-video-savage
xserver-xorg-video-siliconmotion
xserver-xorg-video-sis
xserver-xorg-video-sisusb
xserver-xorg-video-tdfx
xserver-xorg-video-trident
xserver-xorg-video-tseng
xserver-xorg-video-vesa
xserver-xorg-video-vmware
xserver-xorg-video-voodoo
xsltproc
xterm
xtrans-dev
xul-ext-ubufox
xulrunner-1.9.2
update-alternatives: using /usr/bin/xulrunner-1.9.2 to provide /usr/bin/xulrunner (xulrunner) in auto mode.
xz-utils
yelp
zenity
zip
zlib1g

今回もエラーが何箇所か出ましたが、おかげさまで止まらず実行出来ました。
後半のPython関係で警告が出ている点は少々気になりますが、特に問題なく動作しています。

ありがとうございました。

オフライン

 

#17 2011-01-30 09:58:32

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

python関連パッケージのエラーは私のとこでも出ましたね。
なにかdebconfかpythonパッケージの問題なのだと思います。

ところで、
ls -l /usr/bin/gconftool
ls -l /etc/alternatives/gconftool
すると、gconftoolがgconftool-2に繋がっている状態に戻っていますでしょうか。

オフライン

 

#18 2011-01-30 12:24:58

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

hmatsueさん、書込みありがとうございます。

hmatsue による投稿:

python関連パッケージのエラーは私のとこでも出ましたね。
なにかdebconfかpythonパッケージの問題なのだと思います。

ところで、
ls -l /usr/bin/gconftool
ls -l /etc/alternatives/gconftool
すると、gconftoolがgconftool-2に繋がっている状態に戻っていますでしょうか。

正常なシステムでも警告は出るんですね。安心しました。

ご指摘のコードを実行したところ、gconftoolがインストールされていなかったようで、以下のようになりました。

コード:

$ ls -l /usr/bin/gconftool
ls: /usr/bin/gconftoolにアクセスできません: そのようなファイルやディレクトリはありません

$ ls -l /etc/alternatives/gconftool
ls: /etc/alternatives/gconftoolにアクセスできません: そのようなファイルやディレクトリはありません

検索したところ /usr/bin ディレクトリに gconftool-2 だけがインストールされていました。

パネルや外観設定等が完全に復旧したのですっかり忘れていましたが、やはり gconftool がインストールされていないのはマズい状況でしょうか?
重ねての質問で恐縮ですが、教えていただけると助かります。

よろしくお願いいたします。

オフライン

 

#19 2011-01-30 15:40:53

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

schiff による投稿:

パネルや外観設定等が完全に復旧したのですっかり忘れていましたが、やはり gconftool がインストールされていないのはマズい状況でしょうか?

gconftoolはgconftool-2で置き換えられており、gconftool-2はgconf2パッケージで提供されます。
gconftoolはgconftool-2を呼び出すようにリンクされているのが正常な状態で、gconf2パッケージインストール時にリンクが設定されるはずだと思います。
ですので、dpkg-reconfigureすることで、再びupdate-alternativesが走り、正常な状態になるはずだと考えたのですが、なにか思い違いがあったのかリンクが再生成されていないようですね。
gconftool-2の名前で呼び出せばよいことなのですが、念の為他のalternativesがおかしな状態になっていないのかの確認の意味も込めて、

コード:

sudo update-alternatives --all

を実行して、適切に設定されているか確認し、期待と異なる状態になっているものがあれば選択しなおしてみて下さい。

オフライン

 

#20 2011-01-31 00:29:37

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

hmatsueさん、書込みありがとうございます。

hmatsue による投稿:

schiff による投稿:

パネルや外観設定等が完全に復旧したのですっかり忘れていましたが、やはり gconftool がインストールされていないのはマズい状況でしょうか?

gconftoolはgconftool-2で置き換えられており、gconftool-2はgconf2パッケージで提供されます。
gconftoolはgconftool-2を呼び出すようにリンクされているのが正常な状態で、gconf2パッケージインストール時にリンクが設定されるはずだと思います。
ですので、dpkg-reconfigureすることで、再びupdate-alternativesが走り、正常な状態になるはずだと考えたのですが、なにか思い違いがあったのかリンクが再生成されていないようですね。
gconftool-2の名前で呼び出せばよいことなのですが、念の為他のalternativesがおかしな状態になっていないのかの確認の意味も込めて、

コード:

sudo update-alternatives --all

を実行して、適切に設定されているか確認し、期待と異なる状態になっているものがあれば選択しなおしてみて下さい。

教えていただいたコードを実行してみました。

コード:

$ sudo update-alternatives --all

There is only one alternative in link group Adobe_AIR_Application_Installer: /opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer
Nothing to configure.

There are 1 choices for the alternative appletviewer (providing /usr/bin/appletviewer).

  Selection    Path                                          優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/appletviewer   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/appletviewer   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative apt (providing /usr/bin/apt).

  Selection    Path                                 優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/apt   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/apt   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group aptitude: /usr/bin/aptitude-curses
Nothing to configure.

There is only one alternative in link group awk: /usr/bin/mawk
Nothing to configure.

There is only one alternative in link group bogofilter: /usr/bin/bogofilter-bdb
Nothing to configure.

There is only one alternative in link group builtins.7.gz: /usr/share/man/man7/bash-builtins.7.gz
Nothing to configure.

There is only one alternative in link group c89: /usr/bin/c89-gcc
Nothing to configure.

There is only one alternative in link group c99: /usr/bin/c99-gcc
Nothing to configure.

There is only one alternative in link group cc: /usr/bin/gcc
Nothing to configure.

There is only one alternative in link group cli: /usr/bin/mono
Nothing to configure.

There is only one alternative in link group cpp: /usr/bin/cpp
Nothing to configure.

There is only one alternative in link group default.plymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
Nothing to configure.

There are 3 choices for the alternative editor (providing /usr/bin/editor).

  Selection    Path               優        Status
------------------------------------------------------------
* 0            /bin/nano           40        auto mode
  1            /bin/ed            -100       manual mode
  2            /bin/nano           40        manual mode
  3            /usr/bin/vim.tiny   10        manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group ex: /usr/bin/vim.tiny
Nothing to configure.

There are 1 choices for the alternative extcheck (providing /usr/bin/extcheck).

  Selection    Path                                      優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/extcheck   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/extcheck   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group firefox-flashplugin: /usr/lib/flashplugin-installer/libflashplayer.so
Nothing to configure.

There is only one alternative in link group firefox-homepage: /usr/share/ubuntu-artwork/home/firefox-index.html
Nothing to configure.

There is only one alternative in link group from: /usr/bin/bsd-from
Nothing to configure.

There is only one alternative in link group ftp: /usr/bin/netkit-ftp
Nothing to configure.

There is only one alternative in link group gl_conf: /usr/lib/mesa/ld.so.conf
Nothing to configure.

There is only one alternative in link group global-assembly-cache-tool: /usr/bin/gacutil
Nothing to configure.

There is only one alternative in link group gnome-text-editor: /usr/bin/gedit
Nothing to configure.

There is only one alternative in link group gnome-www-browser: /usr/bin/firefox
Nothing to configure.

There are 2 choices for the alternative gstreamer-codec-install (providing /usr/bin/gstreamer-codec-install).

  Selection    Path                          優        Status
------------------------------------------------------------
* 0            /usr/bin/gnome-codec-install   85        auto mode
  1            /usr/bin/gnome-codec-install   85        manual mode
  2            /usr/bin/gst-install           80        manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group iceape-flashplugin: /usr/lib/flashplugin-installer/libflashplayer.so
Nothing to configure.

There is only one alternative in link group iceweasel-flashplugin: /usr/lib/flashplugin-installer/libflashplayer.so
Nothing to configure.

There are 1 choices for the alternative idlj (providing /usr/bin/idlj).

  Selection    Path                                  優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/idlj   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/idlj   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group infobrowser: /usr/bin/info
Nothing to configure.

There are 2 choices for the alternative jar (providing /usr/bin/jar).

  Selection    Path                                 優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jar   1061      auto mode
  1            /usr/bin/fastjar                      100       manual mode
* 2            /usr/lib/jvm/java-6-openjdk/bin/jar   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jarsigner (providing /usr/bin/jarsigner).

  Selection    Path                                       優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jarsigner   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jarsigner   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group java: /usr/lib/jvm/java-6-openjdk/jre/bin/java
Nothing to configure.

There are 1 choices for the alternative javac (providing /usr/bin/javac).

  Selection    Path                                   優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/javac   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/javac   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative javadoc (providing /usr/bin/javadoc).

  Selection    Path                                     優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/javadoc   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/javadoc   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative javah (providing /usr/bin/javah).

  Selection    Path                                   優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/javah   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/javah   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative javap (providing /usr/bin/javap).

  Selection    Path                                   優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/javap   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/javap   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative javaws (providing /usr/bin/javaws).

  Selection    Path                                        優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/jre/bin/javaws   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/jre/bin/javaws   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jconsole (providing /usr/bin/jconsole).

  Selection    Path                                      優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jconsole   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jconsole   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 1

There are 1 choices for the alternative jdb (providing /usr/bin/jdb).

  Selection    Path                                 優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jdb   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jdb   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group jexec: /usr/lib/jvm/java-6-openjdk/jre/lib/jexec
Nothing to configure.

There are 1 choices for the alternative jhat (providing /usr/bin/jhat).

  Selection    Path                                  優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jhat   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jhat   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jinfo (providing /usr/bin/jinfo).

  Selection    Path                                   優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jinfo   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jinfo   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jmap (providing /usr/bin/jmap).

  Selection    Path                                  優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jmap   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jmap   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jps (providing /usr/bin/jps).

  Selection    Path                                 優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jps   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jps   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jrunscript (providing /usr/bin/jrunscript).

  Selection    Path                                        優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jrunscript   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jrunscript   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jsadebugd (providing /usr/bin/jsadebugd).

  Selection    Path                                       優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jsadebugd   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jsadebugd   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jstack (providing /usr/bin/jstack).

  Selection    Path                                    優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jstack   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jstack   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jstat (providing /usr/bin/jstat).

  Selection    Path                                   優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jstat   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jstat   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative jstatd (providing /usr/bin/jstatd).

  Selection    Path                                    優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/jstatd   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/jstatd   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group keytool: /usr/lib/jvm/java-6-openjdk/jre/bin/keytool
Nothing to configure.

There are 2 choices for the alternative libgksu-gconf-defaults (providing /usr/share/gconf/defaults/10_libgksu).

  Selection    Path                                                   優        Status
------------------------------------------------------------
* 0            /usr/share/libgksu/debian/gconf-defaults.libgksu-sudo   30        auto mode
  1            /usr/share/libgksu/debian/gconf-defaults.libgksu-su     20        manual mode
  2            /usr/share/libgksu/debian/gconf-defaults.libgksu-sudo   30        manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group locate: /usr/bin/mlocate
Nothing to configure.

There is only one alternative in link group midbrowser-flashplugin: /usr/lib/flashplugin-installer/libflashplayer.so
Nothing to configure.

There is only one alternative in link group mozilla-flashplugin: /usr/lib/flashplugin-installer/libflashplayer.so
Nothing to configure.

There is only one alternative in link group mt: /bin/mt-gnu
Nothing to configure.

There are 1 choices for the alternative native2ascii (providing /usr/bin/native2ascii).

  Selection    Path                                          優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/native2ascii   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/native2ascii   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group nc: /bin/nc.openbsd
Nothing to configure.

There is only one alternative in link group net: /usr/bin/net.samba3
Nothing to configure.

There is only one alternative in link group nmblookup: /usr/bin/nmblookup.samba3
Nothing to configure.

There is only one alternative in link group orbd: /usr/lib/jvm/java-6-openjdk/jre/bin/orbd
Nothing to configure.

There is only one alternative in link group pack200: /usr/lib/jvm/java-6-openjdk/jre/bin/pack200
Nothing to configure.

There are 4 choices for the alternative pager (providing /usr/bin/pager).

  Selection    Path            優        Status
------------------------------------------------------------
* 0            /bin/less        77        auto mode
  1            /bin/less        77        manual mode
  2            /bin/more        50        manual mode
  3            /usr/bin/pg      10        manual mode
  4            /usr/bin/w3m     25        manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group pico: /bin/nano
Nothing to configure.

There are 1 choices for the alternative pluginappletviewer (providing /usr/bin/pluginappletviewer).

  Selection    Path                                                    優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/jre/bin/pluginappletviewer   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/jre/bin/pluginappletviewer   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative policytool (providing /usr/bin/policytool).

  Selection    Path                                            優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/jre/bin/policytool   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/jre/bin/policytool   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 3 choices for the alternative ps2pdf (providing /usr/bin/ps2pdf).

  Selection    Path               優        Status
------------------------------------------------------------
* 0            /usr/bin/ps2pdf14   50        auto mode
  1            /usr/bin/ps2pdf12   30        manual mode
  2            /usr/bin/ps2pdf13   40        manual mode
  3            /usr/bin/ps2pdf14   50        manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group rcp: /usr/bin/scp
Nothing to configure.

There is only one alternative in link group rename: /usr/bin/prename
Nothing to configure.

There is only one alternative in link group rlogin: /usr/bin/slogin
Nothing to configure.

There are 1 choices for the alternative rmic (providing /usr/bin/rmic).

  Selection    Path                                  優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/rmic   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/rmic   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group rmid: /usr/lib/jvm/java-6-openjdk/jre/bin/rmid
Nothing to configure.

There is only one alternative in link group rmiregistry: /usr/lib/jvm/java-6-openjdk/jre/bin/rmiregistry
Nothing to configure.

There is only one alternative in link group rmt: /usr/sbin/rmt-tar
Nothing to configure.

There is only one alternative in link group rsh: /usr/bin/ssh
Nothing to configure.

There is only one alternative in link group rview: /usr/bin/vim.tiny
Nothing to configure.

There are 1 choices for the alternative schemagen (providing /usr/bin/schemagen).

  Selection    Path                                       優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/schemagen   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/schemagen   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative serialver (providing /usr/bin/serialver).

  Selection    Path                                       優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/serialver   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/serialver   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group servertool: /usr/lib/jvm/java-6-openjdk/jre/bin/servertool
Nothing to configure.

There is only one alternative in link group ssh-askpass: /usr/lib/openssh/gnome-ssh-askpass
Nothing to configure.

There are 4 choices for the alternative start-here.svg (providing /usr/share/icons/gnome/scalable/places/start-here.svg).

  Selection    Path                                                     優        Status
------------------------------------------------------------
* 0            /usr/share/icons/gnome/scalable/places/ubuntu-logo.svg    60        auto mode
  1            /usr/share/icons/gnome/scalable/places/debian-swirl.svg   30        manual mode
  2            /usr/share/icons/gnome/scalable/places/gnome-foot.svg     20        manual mode
  3            /usr/share/icons/gnome/scalable/places/swirl-foot.svg     20        manual mode
  4            /usr/share/icons/gnome/scalable/places/ubuntu-logo.svg    60        manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 2 choices for the alternative tclsh (providing /usr/bin/tclsh).

  Selection    Path                    優        Status
------------------------------------------------------------
* 0            /usr/bin/tclsh-default   10000     auto mode
  1            /usr/bin/tclsh-default   10000     manual mode
  2            /usr/bin/tclsh8.4        841       manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group telnet: /usr/bin/telnet.netkit
Nothing to configure.

There is only one alternative in link group testparm: /usr/bin/testparm.samba3
Nothing to configure.

There is only one alternative in link group text.plymouth: /lib/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
Nothing to configure.

There is only one alternative in link group tnameserv: /usr/lib/jvm/java-6-openjdk/jre/bin/tnameserv
Nothing to configure.

There is only one alternative in link group traceroute6: /usr/bin/traceroute6.iputils
Nothing to configure.

There is only one alternative in link group ttf-japanese-gothic.ttf: /usr/share/fonts/truetype/takao/TakaoPGothic.ttf
Nothing to configure.

There is only one alternative in link group ttf-japanese-mincho.ttf: /usr/share/fonts/truetype/takao/TakaoPMincho.ttf
Nothing to configure.

There is only one alternative in link group unpack200: /usr/lib/jvm/java-6-openjdk/jre/bin/unpack200
Nothing to configure.

There is only one alternative in link group vi: /usr/bin/vim.tiny
Nothing to configure.

There are 2 choices for the alternative view (providing /usr/bin/view).

  Selection    Path               優        Status
------------------------------------------------------------
* 0            /usr/bin/vim.tiny   10        auto mode
  1            /usr/bin/see        1         manual mode
  2            /usr/bin/vim.tiny   10        manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group w: /usr/bin/w.procps
Nothing to configure.

There is only one alternative in link group write: /usr/bin/bsd-write
Nothing to configure.

There are 1 choices for the alternative wsgen (providing /usr/bin/wsgen).

  Selection    Path                                   優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/wsgen   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/wsgen   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There are 1 choices for the alternative wsimport (providing /usr/bin/wsimport).

  Selection    Path                                      優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/wsimport   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/wsimport   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group www-browser: /usr/bin/w3m
Nothing to configure.

There are 6 choices for the alternative x-cursor-theme (providing /usr/share/icons/default/index.theme).

  Selection    Path                                     優        Status
------------------------------------------------------------
* 0            /usr/share/icons/DMZ-White/cursor.theme   50        auto mode
  1            /etc/X11/cursors/core.theme               30        manual mode
  2            /etc/X11/cursors/handhelds.theme          20        manual mode
  3            /etc/X11/cursors/redglass.theme           20        manual mode
  4            /etc/X11/cursors/whiteglass.theme         20        manual mode
  5            /usr/share/icons/DMZ-Black/cursor.theme   30        manual mode
  6            /usr/share/icons/DMZ-White/cursor.theme   50        manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group x-session-manager: /usr/bin/gnome-session
Nothing to configure.

There are 5 choices for the alternative x-terminal-emulator (providing /usr/bin/x-terminal-emulator).

  Selection    Path                             優        Status
------------------------------------------------------------
* 0            /usr/bin/gnome-terminal.wrapper   40        auto mode
  1            /usr/bin/gnome-terminal.wrapper   40        manual mode
  2            /usr/bin/koi8rxterm               20        manual mode
  3            /usr/bin/lxterm                   30        manual mode
  4            /usr/bin/uxterm                   20        manual mode
  5            /usr/bin/xterm                    20        manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group x-window-manager: /usr/bin/metacity
Nothing to configure.

There is only one alternative in link group x-www-browser: /usr/bin/firefox
Nothing to configure.

There are 3 choices for the alternative xinput-all_ALL (providing /etc/X11/xinit/xinput.d/all_ALL).

  Selection    Path                                 優        Status
------------------------------------------------------------
* 0            /etc/X11/xinit/xinput.d/default       10        auto mode
  1            /etc/X11/xinit/xinput.d/default       10        manual mode
  2            /etc/X11/xinit/xinput.d/default-xim   0         manual mode
  3            /etc/X11/xinit/xinput.d/none          0         manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group xinput-ja_JP: /etc/X11/xinit/xinput.d/ibus
Nothing to configure.

There is only one alternative in link group xinput-ko_KR: /etc/X11/xinit/xinput.d/ibus
Nothing to configure.

There is only one alternative in link group xinput-lo_TH: /etc/X11/xinit/xinput.d/lo-gtk
Nothing to configure.

There are 2 choices for the alternative xinput-th_TH (providing /etc/X11/xinit/xinput.d/th_TH).

  Selection    Path                            優        Status
------------------------------------------------------------
* 0            /etc/X11/xinit/xinput.d/th-xim   20        auto mode
  1            /etc/X11/xinit/xinput.d/th-gtk   10        manual mode
  2            /etc/X11/xinit/xinput.d/th-xim   20        manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group xinput-zh_CN: /etc/X11/xinit/xinput.d/ibus
Nothing to configure.

There is only one alternative in link group xinput-zh_HK: /etc/X11/xinit/xinput.d/ibus
Nothing to configure.

There is only one alternative in link group xinput-zh_SG: /etc/X11/xinit/xinput.d/ibus
Nothing to configure.

There is only one alternative in link group xinput-zh_TW: /etc/X11/xinit/xinput.d/ibus
Nothing to configure.

There are 1 choices for the alternative xjc (providing /usr/bin/xjc).

  Selection    Path                                 優        Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk/bin/xjc   1061      auto mode
* 1            /usr/lib/jvm/java-6-openjdk/bin/xjc   1061      manual mode

Press enter to keep the current choice[*], or type selection number: 

There is only one alternative in link group xulrunner: /usr/bin/xulrunner-1.9.2
Nothing to configure.

There is only one alternative in link group xulrunner-addons-flashplugin: /usr/lib/flashplugin-installer/libflashplayer.so
Nothing to configure.

There is only one alternative in link group xulrunner-flashplugin: /usr/lib/flashplugin-installer/libflashplayer.so
Nothing to configure.

gconf の項目を変更したり戻したりと色々と試し、 dpkg からやり直したりもしたのですが、 gconftool は未インストールの状態のまま変が無く同様でした。

理解出来ていない部分が多いまま実行しているので、今回はとりあえず経過のご報告として書き込ませていただきます。

オフライン

 

#21 2011-01-31 09:56:13

hmatsue
アドバイザ
登録日: 2009-03-10

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

もし、update-alternativesが正常に機能していなかったらどうしよう、と心配だったのですが、基本的には問題無さそうで安心しました。

ただ、gconf2のalternativeが見えていないようですね。
改めてgconf2.postinst(gconf2パッケージ導入後に実行されるスクリプト)を見てみたところ、
以下の解釈が正しいか(スクリプトを正しく理解できているか)、ちょっと自信が無いのですが、
2.26など古いバージョンの場合しかgconftoolからgconftool-2へのリンクを作成しないような気がしてきました。

上記の解釈が正誤はさておき、gconftoolの名前でgconftool-2が呼び出せないだけなので、その点にだけ留意いただければ特に問題は無いかと思います。

オフライン

 

#22 2011-01-31 17:48:54

schiff
メンバ
登録日: 2011-01-23

Re: ubuntu10.10環境でPython2.6をアンインストールしてしまったところ、色々とおかしくなってしまいました。

hmatsueさん、書込みありがとうございます。

hmatsue による投稿:

もし、update-alternativesが正常に機能していなかったらどうしよう、と心配だったのですが、基本的には問題無さそうで安心しました。

ただ、gconf2のalternativeが見えていないようですね。
改めてgconf2.postinst(gconf2パッケージ導入後に実行されるスクリプト)を見てみたところ、
以下の解釈が正しいか(スクリプトを正しく理解できているか)、ちょっと自信が無いのですが、
2.26など古いバージョンの場合しかgconftoolからgconftool-2へのリンクを作成しないような気がしてきました。

上記の解釈が正誤はさておき、gconftoolの名前でgconftool-2が呼び出せないだけなので、その点にだけ留意いただければ特に問題は無いかと思います。

了解しました。色々と丁寧に指導していただき大変助かりました。
ありがとうございました。

オフライン

 

Board footer

Powered by FluxBB