Started 1 week ago (2009-12-07 15:31:00)
by fpmurphy
What is the exact model number of the
Dell XPS?
What is the output of lspci?
Started 6 days, 17 hours ago (2009-12-08 14:25:00)
by mark54g
Red Hat (and linux in general) does not do "patches" per se. The updates are performed with full packages. Most people use a RHN subscription of some sort, though you could
roll your own upgrades if you are not doing RHN subscriptions by downloading source rpms or going with CentOS built rpms.
As for your other questions:
You are not running 64bit. If you were, the architecture ...
Started 6 days, 2 hours ago (2009-12-09 05:10:00)
by jim mcnamara
A hoowto link:
Quick HOWTO : Ch28 : Managing Disk Usage with Quotas - Linux
Home Networking
Started 4 days, 3 hours ago (2009-12-11 03:39:00)
by sahu.tapan
Hi
You can't mount NTFS partition insteed of FAT partition, because NTFS doesn't support linux. With third party tools you can mount ntfs partition as per my knowledge.
Started 4 days, 3 hours ago (2009-12-11 03:39:00)
by frank_rizzo
/etc/login.defs will be used for defaults when a user is created. /etc/shadow is actual values for each user.
Started 1 week, 1 day ago (2009-12-06 13:44:00)
by mark54g
When using SCSI devices, the path is clearly defined based on the SCSI ID of the controller, the port that the device is connected to, etc.
SATA/SAS drives do not have this luxury, as they are not defined on a chain. This causes some confusion, as when /dev/sda comes up next time, it may be /dev/sdc.
dev-mapper uses a different,
non-volatile ID such as UUID or disk label (contained in...
Started 2 weeks, 5 days ago (2009-11-25 15:24:00)
by jim mcnamara
who or w show logged in users, one line per
login session. So if one user has logged in three separate times it shows 3 lines for that user.
Started 6 days, 2 hours ago (2009-12-09 05:10:00)
by fpmurphy
Are you saying it fails to get back all its mounted
filesystems or just one?
Started 5 days, 21 hours ago (2009-12-09 10:10:00)
by fpmurphy
Sure. There are a number of kernel parameters which relate to kernel panics. The following will list these parameters.
Code:
sysctl -a | grep panic
Started 6 days, 2 hours ago (2009-12-09 05:10:00)
by pludi
The
Red Hat website has some pretty good documentation on installing RHEL 4 and RHEL 5 .