Displaying 20 results from an estimated 5000 matches similar to: "Relocating /boot and /"
2007 Mar 23
7
Samba config for Windows on VMWare
I know this is a little off topic (not as usual, dammit!), but I figure
at least one of y'all can handle this one.
I have tried to configure my CentOS4.4 Plus desktop for samba sharing
with the VMWare Windows that runs on it. However, no matter what I've
done so far, I can't get the Windows to recognize this machine as a
legitimate network destination.
Here's my samba
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 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 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 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 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 21
2
Kernel question(s): I/O handling
I have been chasing down the way the inode and page caches are
structured and handled, but there is a mystery I have not been able to
track down yet. How does the I/O queue that dirty inodes and pages are
put into when it's time to flush them out to disk get picked up? Also,
where are the sources for the I/O schedulers? I haven't been able to
locate them yet either.
I know this
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 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 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 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 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 19
3
system-display-config doesn't run right
This might be a gnome problem, but....
I've noticed that, on occasion (frequently), when I try to look at or
modify my display configuration, the Applications->System
Settings->Display doesn't come up. It asks for the root password, which
I give it, and then nothing.
I ran system-config-display form the command line, but it dies thus:
[root at mhullrichter mhr]#
2007 Apr 15
2
Looking for a better way to build
I have been following the wiki on how to build a custom kernel, and it works
great.
Except, I am doing ongoing work with the internals of the kernel, and it is
really awkward to set up a change and then build it using the standard
methodology (edit the file to change, diff it against the original to make a
patch file, rebuild the whole thing).
Isn't there a way (and what is it) to play
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 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 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 May 19
3
Error building kernel for CentOS 5.0
I thought I had all the tools I needed for this, but it seems
something is missing. When I build the 2.6.18-8.1.3 kernel from
source, I get this error:
extracting debug info from
/var/tmp/kernel-2.6.18-8.el5.trace-root/usr/src/kernels/2.6.18-8.el5.trace-x86_64/scripts/conmakehash
extracting debug info from
2007 May 02
3
CentOS 5 dual head doesn't work
I just bit the bullet and installed CentOS 5 on my work desktop, and
although I have two monitors and a card that supports them, I cannot
get the display configuration to work with both as a continuous
(spanning) desktop. I have tried using the correct (autodetected)
monitor type (digital and analog), a generic LCD with 1280x1024,
nothing works. Every time I set the configuration, the X server