[gentoo-user] emerge dev-python/python-dateutil-2.1 failed (compile phase)

2012-08-14 Thread Cinder
I'm at a loss, as to how to solve this problem. Any advice would be greatly appreciated # emerge --info '=dev-python/python-dateutil-2.1' Portage 2.1.10.65 (default/linux/amd64/10.0/desktop, gcc-4.5.3, glibc-2.14.1-r3, 3.3.8-gentoo x86_64)

Re: [gentoo-user] emerge dev-python/python-dateutil-2.1 failed (compile phase)

2012-08-14 Thread Alex
On 08/14/2012 02:49 AM, Cinder wrote: I'm at a loss, as to how to solve this problem. Any advice would be greatly appreciated # emerge --info '=dev-python/python-dateutil-2.1' Portage 2.1.10.65 (default/linux/amd64/10.0/desktop, gcc-4.5.3, glibc-2.14.1-r3, 3.3.8-gentoo x86_64)

Re: [OT] Re: [gentoo-user] Cannot see Grub menu

2012-08-14 Thread Neil Bothwick
On Tue, 14 Aug 2012 01:16:05 +0100, Peter Humphrey wrote: ...unlike grocers' apostrophe's, which crop up everywhere and are far more grating for me. Agreed, except that I think you mean greengrocers'. Both are valid. Greengrocers' is the more common, grocers' is shorter. When you are

Re: [gentoo-user][SOLVED]emerge dev-python/python-dateutil-2.1 failed (compile phase)

2012-08-14 Thread Cinder
Thank you kindly Alex, running python-updater did the trick. --- i.am.the.mem...@gmail.com wrote: From: Alex i.am.the.mem...@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge dev-python/python-dateutil-2.1 failed (compile phase) Date: Tue, 14 Aug 2012 03:22:40 -0400

Re: [gentoo-user][SOLVED]emerge dev-python/python-dateutil-2.1 failed (compile phase)

2012-08-14 Thread Hinnerk van Bruinehsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14.08.2012 09:55, Cinder wrote: SNIP Unpacking source... Unpacking python-dateutil-2.1.tar.gz to /var/tmp/portage/dev-python/python-dateutil-2.1/work Source unpacked in /var/tmp/portage/dev-python/python-dateutil-2.1/work Preparing source in

Re: [gentoo-user][SOLVED]emerge dev-python/python-dateutil-2.1 failed (compile phase)

2012-08-14 Thread Hinnerk van Bruinehsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14.08.2012 10:13, Hinnerk van Bruinehsen wrote: On 14.08.2012 09:55, Cinder wrote: SNIP Unpacking source... Unpacking python-dateutil-2.1.tar.gz to /var/tmp/portage/dev-python/python-dateutil-2.1/work Source unpacked in

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Daniel Troeder
On 13.08.2012 16:53, Michael Hampicke wrote: 2012/8/13 Daniel Troeder dan...@admin-box.com 3rd thought: purging old files with find? your cache system should have some kind of DB that holds that information. 3: Well, it's a 3rd party application that - in theory - should take care of

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Neil Bothwick
On Tue, 14 Aug 2012 10:21:54 +0200, Daniel Troeder wrote: There is also the possibility to write a really small daemon (less than 50 lines of C) that registers with inotify for the entire fs and journals the file activity to a sqlite-db. sys-process/incron ? -- Neil Bothwick A friend of

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Florian Philipp
Am 14.08.2012 11:46, schrieb Neil Bothwick: On Tue, 14 Aug 2012 10:21:54 +0200, Daniel Troeder wrote: There is also the possibility to write a really small daemon (less than 50 lines of C) that registers with inotify for the entire fs and journals the file activity to a sqlite-db.

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Daniel Troeder
On 14.08.2012 11:46, Neil Bothwick wrote: On Tue, 14 Aug 2012 10:21:54 +0200, Daniel Troeder wrote: There is also the possibility to write a really small daemon (less than 50 lines of C) that registers with inotify for the entire fs and journals the file activity to a sqlite-db.

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Florian Philipp
Am 13.08.2012 20:18, schrieb Michael Hampicke: Am 13.08.2012 19:14, schrieb Florian Philipp: Am 13.08.2012 16:52, schrieb Michael Mol: On Mon, Aug 13, 2012 at 10:42 AM, Michael Hampicke mgehampi...@gmail.com mailto:mgehampi...@gmail.com wrote: Have you indexed your ext4 partition?

Re: [gentoo-user] Comparison between 32 bit and 64 bit

2012-08-14 Thread Paul Hartman
On Mon, Aug 13, 2012 at 6:18 PM, Frank Steinmetzger war...@gmx.de wrote: What a pity though -- you just don't get 1400x1050 laptops anymore these days (or any 4:3 laptops for that matter). I also have a 1400x1050 (15-inch screen) laptop and I think this resolution and screen size are hitting

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Florian Philipp
Am 14.08.2012 15:54, schrieb Daniel Troeder: On 14.08.2012 11:46, Neil Bothwick wrote: On Tue, 14 Aug 2012 10:21:54 +0200, Daniel Troeder wrote: There is also the possibility to write a really small daemon (less than 50 lines of C) that registers with inotify for the entire fs and journals

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Florian Philipp
Am 14.08.2012 17:09, schrieb Florian Philipp: Retrieving files created 30+ days ago: awk -v newest=$(date -d -5seconds +%s) ' $1newest{ nextfile } { print $3 }' s/-5seconds/-30days/ signature.asc Description: OpenPGP digital signature

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Helmut Jarausch
On 08/14/2012 04:07:39 AM, Adam Carter wrote: I think btrfs probably is meant to provide a lot of the modern features like reiser4 or xfs Unfortunately btrfs is still generally slower than ext4 for example. Checkout http://openbenchmarking.org/, eg http://openbenchmarking.org/s/ext4%20btrfs

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Pandu Poluan
On Aug 14, 2012 11:42 PM, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 08/14/2012 04:07:39 AM, Adam Carter wrote: I think btrfs probably is meant to provide a lot of the modern features like reiser4 or xfs Unfortunately btrfs is still generally slower than ext4 for example.

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Jason Weisberger
Sure, but wouldn't compression make write operations slower? And isn't he looking for performance? On Aug 14, 2012 1:14 PM, Pandu Poluan pa...@poluan.info wrote: On Aug 14, 2012 11:42 PM, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 08/14/2012 04:07:39 AM, Adam Carter wrote:

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Volker Armin Hemmann
Am Dienstag, 14. August 2012, 13:21:35 schrieb Jason Weisberger: Sure, but wouldn't compression make write operations slower? And isn't he looking for performance? not really. As long as the CPU can compress faster than the disk can write stuff. More interessting: is btrfs trying to be smart

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Michael Hampicke
Am 14.08.2012 16:00, schrieb Florian Philipp: Am 13.08.2012 20:18, schrieb Michael Hampicke: Am 13.08.2012 19:14, schrieb Florian Philipp: Am 13.08.2012 16:52, schrieb Michael Mol: On Mon, Aug 13, 2012 at 10:42 AM, Michael Hampicke mgehampi...@gmail.com mailto:mgehampi...@gmail.com wrote:

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Volker Armin Hemmann
Am Mittwoch, 15. August 2012, 00:05:40 schrieb Pandu Poluan: Are the support tools for btrfs (fsck, defrag, etc.) already complete? no -- #163933

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Michael Hampicke
Am 14.08.2012 10:21, schrieb Daniel Troeder: On 13.08.2012 16:53, Michael Hampicke wrote: 2012/8/13 Daniel Troeder dan...@admin-box.com 3rd thought: purging old files with find? your cache system should have some kind of DB that holds that information. 3: Well, it's a 3rd party

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Michael Hampicke
Am 14.08.2012 19:21, schrieb Jason Weisberger: Sure, but wouldn't compression make write operations slower? And isn't he looking for performance? On Aug 14, 2012 1:14 PM, Pandu Poluan pa...@poluan.info wrote: On Aug 14, 2012 11:42 PM, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote:

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Michael Hampicke
Am 14.08.2012 19:42, schrieb Volker Armin Hemmann: Am Dienstag, 14. August 2012, 13:21:35 schrieb Jason Weisberger: Sure, but wouldn't compression make write operations slower? And isn't he looking for performance? not really. As long as the CPU can compress faster than the disk can write

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Paul Hartman
On Tue, Aug 14, 2012 at 12:05 PM, Pandu Poluan pa...@poluan.info wrote: On Aug 14, 2012 11:42 PM, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 08/14/2012 04:07:39 AM, Adam Carter wrote: I think btrfs probably is meant to provide a lot of the modern features like reiser4 or xfs

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Alecks Gates
On Tue, Aug 14, 2012 at 12:50 PM, Michael Hampicke gentoo-u...@hadt.biz wrote: Am 14.08.2012 19:42, schrieb Volker Armin Hemmann: Am Dienstag, 14. August 2012, 13:21:35 schrieb Jason Weisberger: Sure, but wouldn't compression make write operations slower? And isn't he looking for performance?

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Michael Mol
On Tue, Aug 14, 2012 at 3:55 PM, Alecks Gates aleck...@gmail.com wrote: On Tue, Aug 14, 2012 at 12:50 PM, Michael Hampicke gentoo-u...@hadt.biz wrote: Am 14.08.2012 19:42, schrieb Volker Armin Hemmann: Am Dienstag, 14. August 2012, 13:21:35 schrieb Jason Weisberger: Sure, but wouldn't

Re: [gentoo-user] Fast file system for cache directory with lot's of files

2012-08-14 Thread Alecks Gates
On Tue, Aug 14, 2012 at 3:17 PM, Michael Mol mike...@gmail.com wrote: On Tue, Aug 14, 2012 at 3:55 PM, Alecks Gates aleck...@gmail.com wrote: On Tue, Aug 14, 2012 at 12:50 PM, Michael Hampicke gentoo-u...@hadt.biz wrote: Am 14.08.2012 19:42, schrieb Volker Armin Hemmann: Am Dienstag, 14.

Re: [gentoo-user] new installation (ssd, new udev, grub2)

2012-08-14 Thread J.Marcos Sitorus
Hi guys, after quick read about ssd, I have a couple of question: 1. My friend have new server with a ssd installed. He plan to RHEL 5.7 (I don't know why he choose this) on it. On redhat website, it say something like this: However, if the device does not export topology information, Red Hat