Displaying 20 results from an estimated 6000 matches similar to: "Looking for a better way to build"
2007 Apr 13
5
OT: AMD CPU actual speed....
I know this is a bit OT, but the subject of CPU speed came up here and I was
(and have been for some time) curious:
What is the actual speed of an AMD CPU? E.g., I have a Athlon 64 X2 "4200+"
but my /proc/cpuinfo shows 1005.164 MHz for the two cores.
What do those mean? Is there a reference for this (huge) discrepancy?
Also, is there a way (and what) to tell what the actuall running
2007 Apr 11
3
Relocating /boot and /
Due to the peculiar way that my root drive is configured (incomplete advance
planning for Windows to Linux conversion), I have had thoughts about moving
/boot and / to a different place on the drive. Current configuration is:
sda1 - 30Gb primary partition (was the E: drive)
sda2 - 120 Gb primary partition (was my H: drive)
sda3 - 100Mb /boot primary partition
sda4 - Extended partition
sda5 - 4Gb
2007 Apr 11
2
Moving/copying the MBR
Are there any tools for working with and moving or copying the MBR?
My machine has 2 PATA drives (hda & hdb) and 2 SATA drives (sda & sdb). The
MBR is on hda, but I would like (eventually or sooner) to boot from sda
because it is two years newer, faster and, hopefully, more reliable. Even
if I don't change that, I'd like a backup MBR on sda in case hda fails (hdb
has gone sour a
2007 Apr 25
2
Strange content in the kernel dmesg traces [SOLVED]
On 4/25/07, Michael D. Kralka <michael.kralka at kvs.com> wrote:
>
> I am going to regret answering this, because it is not the right place
> for such questions. However...
True, but thank you for the post.
> I suspect you are misusing printk and the KERN_XXX prefixes (KERN_DEBUG,
> KERN_ERR, KERN_INFO, etc.) defined in include/linux/kernel.h. Try
> dropping the comma
2007 Apr 12
7
Looking for a good disk exerciser
I recently added a Seagate 400Gb SATA drive to my system, and it has been
behaving strangely since I put it in. for one thing, the BIOS S.M.A.R.T.
came up with a warning the last time I booted with it enabled, saying that I
should backup my data and replace the disk (!).
I still have not made any irreversible data transfers to this drive, and I
have some time yet to take it back, but I'd
2007 Apr 15
1
Cpuspeed
How necessary is it to run this gem on a desktop with a constant power
supply? It doesn't seem to be all that useful, except if there's some
significant power consumption advantage to lowering the cpu speed. Doesn't
the CPU run at full speed unless throttled down by temperature, or is that
what this thing does (for desktops)?
Thanks.
Mark Hull-Richter, Linux Kernel Engineer
2007 Apr 02
2
Missing samba binaries
I went to enable samba on my home machine, which has a largely plain vanilla
install of CentOS 4.4 Plus, and the smbd and nmbd files are missing. As you
may know, this makes it rather difficult to run samba. For some reason, the
winbindd binary is present, and rpm reports:
samba-common-3.0.10-1.4E.11
samba-client-3.0.10-1.4E.11
as present. So how do I retrieve the missing samba binaries/ Do
2007 May 04
4
Stumped: kernel 2.6.18-8 source doesn't build???
I installed the kernel-2.6.18-8.el5.src.rpm today and went to build
it, but it fails with this error:
$ rpmbuild -bp --target=`uname -m` kernel-2.6.spec
Building target platforms: x86_64
Building for target x86_64
error: Failed build dependencies:
unifdef is needed by kernel-2.6.18-8.el5.x86_64
I double checked and this appears to be the latest kernel source rpm
on centos/5.0/os/SRPMS.
2007 Apr 18
1
Screensaver flashing instead of normal function
I rebooted my machine this morning and now instead of running normally, my
GLMatrix screen saver flashes as it repaints the screen, more and more
noticeably as the screen fills up with glyphs. I didn't change ANYTHING and
this was not happening before the boot.
Anyone have any ideas why this might be?
Thanks.
Mark Hull-Richter, Linux Kernel Engineer
DATAllegro (www.datallegro.com)
85
2007 Apr 15
3
Fwd: Response from Canon - MultiPASS (KMM7153196V60774L0KM)
My apologies for this because it is, technically, OT, but it is a classic
example of what rotten support Linux (and CentOS) get in the US from
equipment manufacturers. The whole email is a lie because they DO have the
drivers on their asia site, they just don't want us 'Murkins to get our
hands on them. Or maybe it's part of some clever little nuance of their
agreement with Micro$oft
2007 May 04
4
CentOS 5 and the nvidia driver
Has anyone with an nvidia video card had issues with CentOS 5 so far?
I've been holding off on installing 5 at home because of the trouble
I've been having with my video here at work, but here I have that
lovely ATI card and there I have a geFORCE 7100gs and am, so far,
successfully using the nvidia driver with CentOS 4.4 without
significant problems.
Just wondering....
--
Mark
2007 May 02
4
Good things about CentOS 5; problem with flash in seamonkey
I'd like to point out that overall I am quite pleased with CentOS 5,
although I am having more fun with it than I did with 4.4 and I knew
less about CentOS then (duh).
Most things seem to work fine, including a relatively smooth
installation from the DVD image I downloaded, although the number of
screensavers I can see (and this could be related to the ATI/dual head
problem) is pathetically
2007 Mar 16
2
Changing from NTFS to ext3
I want to convert all my NTFS partitions to ext3 since I'm no longer
running Windows, at least on my main machine at home. I'm planning to
tar the NTFS partitions to an existing ext3, reformat the partition as
ext3 and untar it back.
What is the best way to accomplish step two of this - reformatting the
partition? I've only done this so far during the installation phase,
and that
2007 May 02
2
Another CentOS 5 oddity: reboot and the X server fails to come up
I had to reboot my work machine today, and it came up in text mode
(!). I did an init 5, but that had no effect (wrong command?). I
killed the three gdm processes, and voila, X server mode.
Where do I look to find out what is not right here?
Thanks.
--
Mark Hull-Richter, Linux Kernel Engineer
DATAllegro (www.datallegro.com)
85 Enterprise, Second Floor, Aliso Viejo, CA 92656
949-680-3082 -
2007 Apr 24
2
Strange content in the kernel dmesg traces
I am experimenting with the kernel (as some of you may know), and I
have added a whole slew of traces in some relatively sensitive code in
the lower levels of the page cache and i/o functions. Most of this
tracing not only works but is highly revealing as to what the kernel
is doing and why.
However, I am now getting this odd content in the trace log (dmesg),
and I cannot figure out what it is
2007 Mar 16
3
Fun with CentOS and Windows
I installed the memory and the CPU and the motherboard and the new video
card all together tonight. CentOS installed very nicely and I'm currently
running the CentOS-Plus version, with which I _can_ access my Windows
partitions. Well, one of the disks is getting flaky and I'm having trouble
with it - of course, that's the one I need the most.
Glitches, with which I would be
2007 May 19
3
AcroRead failing miserably in CentOS 5.0
I could swear that this was working just last week, but now when I run
the Adobe Acrobat reader, it hangs. If I run it "directly"
(/usr/bin/acroread) with -DEBUG as the first argument, I get an
infinite loop of:
expr: syntax error
I tried removing and reinstalling it, but no change.
Any ideas?
--
Mark Hull-Richter
DATAllegro (www.datallegro.com)
85 Enterprise, Second Floor, Aliso
2007 Mar 14
4
What's the best way to convert a whole set of file systems?
I am currently running a Windows XP system at home with around 100+ Mb
in use over ~400Mb of NTFS file systems. I am installing CentOS 4.4 on
it when I change out the mobo/cpu/mem/video combo I just bought. I want
to convert all the file systems to (probably) Reiserfs or maybe ext3,
but I need to do them one at a time because I only have enough transfer
space to accommodate the largest one, or
2007 Mar 16
1
Open Office on CentOS
I notice that the OO that comes with CentOS 4.4 is version 1.1.5, which
is fairly ancient. Are there any plans to update this for OO 2.2, or
2.1, or 2.0? Or is this a RH thing exclusively? In which case is
CentOS Plus likely to get a more recent version?
OO 2.0 is way better....
Mark Hull-Richter Linux Kernel Engineer
(949) 680-3082 - Office (949) 680-3001 - Fax (949)
2007 May 04
1
MPlayer doesn't seem to work right in CentOS 5
I could be mixed up here, but I have mplayer working perfectly at home
in CentOS 4.4, but I just built it here at work for CentOS 5.0 and it
doesn't produce any sound.
My h/w:
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 01)
Dell Precision 390
Intel Pentium 4 3.00GHz
2Gb RAM
The sound from Adobe/Macromedia flash player works fine (in