Tagged Questions
2
votes
2answers
129 views
what is pts/0 and (:0.0) in linux by type who am i
When I type the command:
[root@degeneration Desktop]# who am i
root pts/0 2013-04-12 15:08 (:0.0)
What is pts/0 and what is meant by (:0.0)?
7
votes
1answer
330 views
Why does Red Hat Linux use such an old kernel?
Why does RHEL (and its derivatives) use such an old kernel? It uses 2.6.32-xxx, which seems old to me. How do they support newer hardware with that kernel? As far as I know these kind of distributions ...
-1
votes
1answer
65 views
Upgrading the kernel in Redhat Linux 6.0
How do you upgrade the kernel in Redhat Linux 6.0?
And how can I confirm whether it is updated or not?
0
votes
0answers
156 views
Panic Error in Kernel log [closed]
I am getting the following error in the kernel log.
kernel: fsk_connect: make call failed de0b4800 -14
Every-time after this error the server needs a reboot to overcome this fault.
Kernel version: ...
3
votes
1answer
3k views
How to get a list of installed external kernel modules?
From the documentation of Linux kernel 3.2 (Documentation/kbuild/modules.txt)
=== 5. Module Installation
Modules which are included in the kernel are installed in the
directory:
...
2
votes
1answer
52 views
RedHat Enterprise Edition Kernel Support
Is there support for Kernel versions 2.4-2.6 in RedHat Enterprise Linux versions 4 and 5?
1
vote
1answer
190 views
What are the Implications of moving to Huge mem kernel on RHEL4
I've been asked to investigate adding extra memory (> 16gb) to a RHEL 4 server and moving to a huge mem kernel. The server is used for Oracle RAC.
Is it just a case of installing the hugh mem kernel ...
1
vote
0answers
216 views
kernel compilation error [duplicate]
Possible Duplicate:
Kernel can't find /dev/sda file during boot
I got the following errors after new kernel compilation (linux-2.6.25.tar.bz2)
mount: could not find filesystem ...
4
votes
3answers
862 views
Recompile Kernel to Change Stack Size
I need to recompile my kernel on RHEL WS5 with only two changes.
Change stack size from 4k to 8k
Limit usable memory to 4096.
How do I recompile the kernel without changing anything else but ...