プロフィール

kosaki

Author:kosaki
連絡先はコチラ

ブログ検索
最近の記事
最近のコメント
最近のトラックバック
リンク
カテゴリー
月別アーカイブ
RSSフィード
FC2ブログランキング

posix_spawn このエントリーをはてなブックマークに追加

http://shinh.skr.jp/h/?RecentFunctions

このへんみてて気になったのだけど、posix_spawn() 実装されてるプラットフォームってどのくらいあるんだろう。
Ulrichはカーネルで実装してくれと何回も言ってきてるけど、カーネル界隈的には使ってるアプリケーションがないのにやる意味がわかんない的なあれでそれで。
MacとかBSDではうごくのかなあ??

よくわからん

関連記事
スポンサーサイト



linux | 【2012-04-29(Sun) 01:48:20】 | Trackback:(0) | Comments:(2)

LVMのパーティションを拡張した このエントリーをはてなブックマークに追加

備忘録

1.まずパーティションを切る

fdisk

2.Volume Group に新しいパーティションを追加

vgextend vg00 /dev/hdb1

3.Logical Volumeも拡張

lvextend -L+20G /dev/vg00/lv01


おしまい。のはずだったんだけど、なぜかホストとゲストで両方共LVMしてる謎設定になっていたので、ホストとゲストで同じ操作を二回やるはめになった。なぜこんな馬鹿な事をしたのだろう・・・

あ、わすれてた

4.ファイルシステムの拡張

resize2fs /dev/mapper/hogehoge



関連記事
linux | 【2012-04-26(Thu) 04:29:09】 | Trackback:(0) | Comments:(1)

[あとで調べる] Gruff このエントリーをはてなブックマークに追加

rubyでプロットするには gruffというgemがいいらしい。あとで調べる

関連記事
ruby | 【2012-04-26(Thu) 01:28:00】 | Trackback:(0) | Comments:(0)

ホストからゲストにOOM Killer送る方法 このエントリーをはてなブックマークに追加


sudo virsh send-key [domain] KEY_LEFTALT KEY_SYSRQ KEY_F



で、プロセスぶち殺せるみたいだ。KEY_FをKEY_Cに返るとダンプがとれたりとか

関連記事
linux | 【2012-04-25(Wed) 23:46:07】 | Trackback:(0) | Comments:(0)

Linux 2.4 がEOL このエントリーをはてなブックマークに追加

正直もうシャールのTVぐらいしかユーザがいないんじゃないかと思うのだが、Linux 2.4がEOLらしいです。いままで本当におつかれさま


Date: Mon, 9 Apr 2012 15:30:50 +0200
From: Willy Tarreau
To: linux-kernel@vger.kernel.org
Subject: No more Linux 2.4 releases

Hi all,

15 months ago I announced that if no more critical fix was to be merged
by one year, 2.4 would be EOLed after a year (around december 2011). The
break-in of last year made things a bit difficult for some users but
nothing really important for 2.4 users was merged since, so the EOL had
no reason to be delayed.

However since the break-in, I was surprized to see that some users have
asked where to find the 2.4 git tree to pick some fixes from it. After
discussing with several of them, it appears that they're not really
interested in releases, rather just in having a place where fixes are
centralized and that the git tree is perfect for this. So I revived the
git tree in my account and will probably push a patch there once in a
while if people ask for this, but with no guarantees.

Anyway I don't intend to waste any more space on kernel.org with tar.gz
files nor patches that too few people use.

The repository is now available here :

http://git.kernel.org/?p=linux/kernel/git/wtarreau/linux-2.4.git

If anyone has any question, feel free to ask.

Willy

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



関連記事
linux | 【2012-04-11(Wed) 02:25:55】 | Trackback:(0) | Comments:(0)
  1. 無料アクセス解析