Re: [gentoo-user] which -march flag to pick for Intel Core 2 Duo in make.conf?

2007-05-25 Thread Denis
On 5/25/07, Andreas Claesson [EMAIL PROTECTED] wrote: Since you (Denis) are doing a lot of mathematical calculations you will probably benefit from running in 64bit mode. I often need to run Monte Carlo simulations (in C) which involve a lot of array storage and array scanning/searching

[gentoo-user] which -march flag to pick for Intel Core 2 Duo in make.conf?

2007-05-24 Thread Denis
Are these any options in the kernel and in the gcc to optimize for Intel's Core 2 Duo chips? When I set up my gentoo box for the Pentium Processor Extreme Edition (dual core prescott), I just used -march=prescott in make.conf Which -march flag would be the most relevant gcc optimization for

Re: [gentoo-user] which -march flag to pick for Intel Core 2 Duo in make.conf?

2007-05-24 Thread Denis
After reading some docs, the impression I get is that the 'nocona' flag is for building a 64-bit system... For a 32-bit system, it seems like 'prescott' would be the choice, wouldn't it? This from the GCC website about 4.2.0 release changes: IA-32/x86-64 * -mtune=generic can now be used to

Re: [gentoo-user] which -march flag to pick for Intel Core 2 Duo in make.conf?

2007-05-24 Thread Denis
On 5/24/07, Neil Bothwick [EMAIL PROTECTED] wrote: Bear in mind that GCC is almost certainly masked for good reason. It's not like you're using a binary distro and only need a compiler for a few packages. Feel free to try it in the knowledge that if it breaks your system, you get to keep the

[gentoo-user] VFS: Cannot open root device - kernel panic

2007-05-24 Thread Denis
This is the first time ever that I ended up with an unbootable kernel after a new install, and I have no idea where to start. This is a fresh install of Gentoo 2007.0 minimal CD stage 3, using the x86 quick install guide. Here's the error I get at boot while the kernel is loading its device

Re: [gentoo-user] VFS: Cannot open root device - kernel panic

2007-05-24 Thread Denis
like copying the relevant parts of dmesg for us to see? maybe it is a missing sata-driver, missing scsi-disk support? I wanted to attach a dmesg output but I don't know how where I can extract it. It's a fresh install, and the only way I can boot right now is with the Gentoo CD... The file

Re: [gentoo-user] VFS: Cannot open root device - kernel panic

2007-05-24 Thread Denis
I have an Intel D975XBX2 motherboard with an Intel Core 2 Duo E6600 processor. One Seagate SATA drive. An IDE CD-RW. Pretty much all the controllers on the board are Intel. I did re-set the clock, after which the make stopped complaining. One concern I have - when I configure the kernel, I

Re: [gentoo-user] VFS: Cannot open root device - kernel panic

2007-05-24 Thread Denis
Device Drivers: Serial ATA (prod) and Parallel ATA (experimental) drivers --- one below scsi, two below ide. Yes, I combed through that and set all the necessary options there before, so I doubt this is the problem... I've just reconfigured the kernel and recompiled it on another fresh

Re: [gentoo-user] VFS: Cannot open root device - kernel panic

2007-05-24 Thread Denis
... Thanks to everyone who chimed in! -Denis -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] VFS: Cannot open root device - kernel panic

2007-05-24 Thread Denis
I have ran into things like this before, I usually run make mrproper from within the kernel directory to make sure there is no old cruft laying around in there. In my case, it was a fresh install, which made it quite a bit more painful to fix because I had to go through the procedures twice and

[gentoo-user] ssh Failed to add the host to the list of known hosts

2007-05-22 Thread Denis
For some reason, my SSH (openssh-4.5_p1-r1) refuses to remember any hosts I connect to, and even if I keep connecting to the same machine over and over, it still wants me to OK the RSA fingerprint manually. Here's the verbose output when I try to connect to a known machine: ssh -v

Re: [gentoo-user] ssh Failed to add the host to the list of known hosts

2007-05-22 Thread Denis
You probably moved your home directory using root, or something like that. I don't remember doing that, but maybe I missed something during an install, who knows... chown username: /home/username/.ssh chown username: /home/username/.ssh/* chmod 700 /home/username/.ssh chmod 600

[gentoo-user] how could I make Eterm fonts look like xterm fonts?

2007-05-21 Thread Denis
I love the spiffy look of the Eterm, and it seems pretty fast with bash_completion, so I really tried to customize it to my liking, but so far I failed (probably due to my n00bness). The thing with Eterm on my system is that when the color scheme is applied, the colored characters are poorly

[gentoo-user] trying to set up fonts in Xorg-7.2 + Firefox-2

2007-05-20 Thread Denis
the font in Firefox menus and URL bar larger? Thanks, and I apologize in advance if my questions are too simplistic or have already been asked many times before... -Denis -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: trying to set up fonts in Xorg-7.2 + Firefox-2

2007-05-20 Thread Denis
I apologize - please disregard my post. I edited userChrome.css, and that did it, and also set the minimum font size to 16. I'm satisfied now :-) Denis On 5/20/07, Denis [EMAIL PROTECTED] wrote: I just got done setting up the Xorg-7.2 and Fluxbox, and after compiling and running Firefox-2

[gentoo-user] gcc 4.1.1 to 4.1.2 - need to rebuild system?

2007-05-19 Thread Denis
I am upgrading from gcc-4.1.1-rX to gcc-4.1.2... Is it safe to just emerge the new version, or do I need to do emerge -eav system and emerge -eav world, as the gcc upgrade guide suggests? Do I need to rebuild libtool every time I upgrade gcc? Thanks! Denis -- [EMAIL PROTECTED] mailing list

[gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Denis
it be normal for a 2.6 kernel to recognize dual-core processors as one processor the way it appears currently in top, or should they appear as two and I did something wrong in configuring? Thanks, Denis .config Description: Binary data

Re: [gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Denis
Crap! I totally forgot that I need ACPI support in the kernel for an SMP system to work the way I expected. I guess I can load my .config file, edit it inside menuconfig, and recompile the kernel. I forgot - do I need to clean out any of the stuff from this kernel before I can recompile it, or

Re: [gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Denis
Great - just recompiled the kernel, and the problem is solved. I can see 4 cpu's in top, and 2 cores are recognized in /proc/cpuinfo. Many thanks! -- [EMAIL PROTECTED] mailing list

[gentoo-user] [OT] Intel D975X or NVidia 680i for stable, fast Linux box?

2007-05-06 Thread Denis
I'm looking into upgrading to Intel Core 2 Duo (or Quad) family - perhaps the E6600 Conroe. I'm trying to figure out which motherboard/chipset would suit my needs best. I'm planning to install Gentoo Linux on the system, and I need it to be, first and foremost, stable and reliable - mainly to

Re: [gentoo-user] emerge coreutils-6.4 says expr binary missing

2007-03-02 Thread Denis
Many thanks - it worked... the Portage is now current, which I cannot say for the rest of my system... ugh. I think eventually I'll just have to make an archive of my home directory and clean-slate install the latest Gentoo distro. There are too many dangling ends from back when - would

[gentoo-user] emerge coreutils-6.4 says expr binary missing

2007-03-01 Thread Denis
info, see http://bugs.gentoo.org/123342 !!! ERROR: sys-apps/coreutils-6.4 failed. !!! Function pkg_setup, Line 43, Exitcode 0 !!! your expr is broke It appears that I have no previous version of coreutils showing on my system... Anyone know of a way to fix this? Denis -- gentoo-user@gentoo.org

Re: [gentoo-user] emerge coreutils-6.4 says expr binary missing

2007-03-01 Thread Denis
it, and it doesn't give any output at all. Denis On Thursday 01 March 2007 18:35:54 Denis wrote: I was emerging coreutils to update portage, and it failed with the following: emerge (1 of 1) sys-apps/coreutils-6.4 to / --- SNIP md5 messages --- /usr/lib/portage/bin/ebuild.sh: line 1: /bin/expr

[gentoo-user] what causes HAVE_CONFIG_H not found?

2007-02-28 Thread Denis
. and -I./src/common in its statement above, I figure the notation is probably consistent. So why oh why am I getting the HAVE_CONFIG_H not found error message?? What's wrong with the linking? Appreciate any help Denis -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] what causes HAVE_CONFIG_H not found?

2007-02-28 Thread Denis
supposed to invoke gcc on that line? that 'CC=gcc mcc' construction is a little odd. looks like the Makefile is broken - have you chosen Boy this one was messy, but I figured it out. It turns out that there's another mcc compiler from MatLab, and it was installed on my system in /usr/bin.

Re: [gentoo-user] off topic : Dolphin massacre in Japan

2007-02-26 Thread Denis
Let's stop replying to this thread and let it die already, please? There's no Save-A-Thread society after you here... -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Mobo/proc combination

2006-03-13 Thread Denis
evidence that HT drastically takes away from true P4 power, then I'd definitely like to know about it. Thanks Denis -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Mobo/proc combination

2006-03-13 Thread Denis
being able to do other things... I don't have any complaints. Denis -- gentoo-user@gentoo.org mailing list

[gentoo-user] sound recording software in gentoo

2006-03-04 Thread Denis
I wanted to see if there's a way to set up a home recording mini-studio using Linux. In Windoze, there's things like Cubase, Ableton, Reason, Wavelab, etc... What's available in Linux for that purpose (recording, sequencing, mixing, sound effects), and which of those does Gentoo have in the

[gentoo-user] [OT] any way to split PCMCIA slot on laptop?

2006-02-26 Thread Denis
sound card? This is a Toshiba Satellite L25-S119 laptop. I actually run Windows XP on it just because I need to for the specialty software I have to use. Any thoughts (other than buying another laptop!) would be appreciated :) Denis -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] i'm new of list

2005-12-19 Thread Denis
Few words of advice. Bottom post and email text only. but with sufficient clipping of the text that you're including in the reply :) -- gentoo-user@gentoo.org mailing list

[gentoo-user] some i/o errors are making my portage useless!

2005-11-03 Thread Denis
. My partition table is as follows, if it helps resolve this: /dev/sda1 -- /boot (200MB) /dev/sda2 -- SWAP (2GB) /dev/sda3 -- / (25GB) /dev/sda4 -- /usr (20GB) /dev/sdb1 -- /home (47GB) I am running an Intel x86-based system. Would appreciate any help. Denis -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] some i/o errors are making my portage useless!

2005-11-03 Thread Denis
Getting the obvious out of the way first, do you have free space on /usr/portage? Neil - I doubt that could be a problem. I have 20 GB allocated to /usr partition alone! I think portage couldn't have filled all that up - I have had no problems of the sort on other machines, where my /usr

Re: [gentoo-user] some i/o errors are making my portage useless!

2005-11-03 Thread Denis
Running df shows that /usr partition is at 18% use. However, running du gives more input/output errors... -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: Quoting styles

2005-10-31 Thread Denis
response, so that there's a conversation-like flow. We should make an effort to keep personal stuff out of these lists. Everyone has enough problems of their own to start a drama. We just want to help each other out, further our knowledge, and contribute if we can be useful. Cheers Denis -- gentoo

Re: [gentoo-user] OT: gmail

2005-09-21 Thread Denis
heck I got 99 invites just collecting dust... :) -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-15 Thread Denis
I read AnandTech. And many other reviews by now. But since I've been out of hardware buying venture for a long time, I figured I'd read up on the specs directly from the manufacturers' websites first and then the reviews. I can't say I am handy with different relationships between front size

[gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-12 Thread Denis
Linux? What would be some issues and software limitations for me in trying to get the AMD Opterons running on Gentoo? And would I use an x86 platform or an AMD64 platform? Thanks! Denis -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-12 Thread Denis
I was leaning toward the Opterons myself. While we're on the topic of hardware, has anyone here used Tyan S2895 Thunder K8WE? I understand it's an NVIDIA-based high-end board that supports dual Opterons. I've always liked Tyan's products, as well as NVIDIA's, so I would be happy with such a

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-12 Thread Denis
Bob, Thanks for that detailed write-up. I don't pretend to have any understanding of the architecture of the new dual-core Opterons, but I did want to clarify a couple things... I was under the impression that the Opterons didn't have the same type of a NorthBridge bottleneck that Intel

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-12 Thread Denis
Ok, I felt compelled to find more info on the issue that Bob raised with the memory bandwidth limitation on the Opterons, and here is an excerpt from an article on anandtech.com on this issue: The one limitation that both AMD and Intel have is bandwidth. In order to maintain compatibility with

Re: [gentoo-user] Are my emails reaching the list?

2005-05-06 Thread Denis
Once I got an email from the gentoo-user list manager saying that it failed to deliver a message from the list to my G-Mail account. So far, it's just been once. What's going on? Does G-Mail have serious issues to resolve? I haven't had complaints from any one of my friends about not being

Re: [gentoo-user] Are my emails reaching the list?

2005-05-06 Thread Denis
I have this all the time, and from real people too (ie not lists). I regularly get messages saying that a mail server has been trying for a day to get to me etc... Hm, that isn't good. Makes me wonder if I missed any emails from people. I wasn't aware of this until recently. Hotmail had

Re: [gentoo-user] test

2005-05-06 Thread Denis
That's right. When I send a message with a new subject to the list, GMail saves the message to a new thread that it starts in my Sent-Mail folder with that subject line. I do not get an email from the list sending me my own message. Then, if someone replies to my post, GMail adds the message to

[gentoo-user] [OT] global variables and memory limitations

2005-04-12 Thread Denis
they suggested moving the dynamic libraries somehow : changing the location of the shared libraries in memory by changing the variable __PAGE_OFFSET in kernel header files... How do I do that and do i need to recompile the kernel after attempting something like this? Thanks! Denis -- gentoo-user

<    1   2