このへんみてて気になったのだけど、posix_spawn() 実装されてるプラットフォームってどのくらいあるんだろう。
Ulrichはカーネルで実装してくれと何回も言ってきてるけど、カーネル界隈的には使ってるアプリケーションがないのにやる意味がわかんない的なあれでそれで。
MacとかBSDではうごくのかなあ??
よくわからん
- 関連記事
-
- mbind(2)で追加モードフラグを指定しなかった場合の動作 (2012/06/07)
- posix_spawn (2012/04/29)
- LVMのパーティションを拡張した (2012/04/26)
1.まずパーティションを切る
fdisk
2.Volume Group に新しいパーティションを追加
vgextend vg00 /dev/hdb1
3.Logical Volumeも拡張
lvextend -L+20G /dev/vg00/lv01
おしまい。のはずだったんだけど、なぜかホストとゲストで両方共LVMしてる謎設定になっていたので、ホストとゲストで同じ操作を二回やるはめになった。なぜこんな馬鹿な事をしたのだろう・・・
あ、わすれてた
4.ファイルシステムの拡張
resize2fs /dev/mapper/hogehoge
- 関連記事
-
- posix_spawn (2012/04/29)
- LVMのパーティションを拡張した (2012/04/26)
- ホストからゲストにOOM Killer送る方法 (2012/04/25)
- 関連記事
-
- ruby mingw port のビルド方法 (2012/07/26)
- [あとで調べる] Gruff (2012/04/26)
- RubyとArgumentError (2012/02/10)
sudo virsh send-key [domain] KEY_LEFTALT KEY_SYSRQ KEY_F
で、プロセスぶち殺せるみたいだ。KEY_FをKEY_Cに返るとダンプがとれたりとか
- 関連記事
-
- LVMのパーティションを拡張した (2012/04/26)
- ホストからゲストにOOM Killer送る方法 (2012/04/25)
- Linux 2.4 がEOL (2012/04/11)
Date: Mon, 9 Apr 2012 15:30:50 +0200
From: Willy Tarreau
To: [email protected]
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- 関連記事
-
- ホストからゲストにOOM Killer送る方法 (2012/04/25)
- Linux 2.4 がEOL (2012/04/11)
- エンバグしちゃった (2012/03/08)