General :: Can Not Find System-logos For Centos 5 / Get That?
Mar 11, 2010
I have a Centos 5 machine, and I've been attempting to install GNOME and the like. However, quite a large number of packages do NOT install because of missing dependencies, all of which seem to trace back to 'system-logos'. Unfortunately, I can find no trace of this package in the 'yum list available' output. Google came up with nothing. If you can help, it would be MUCH appreciated! BTW, I've also tried 'fedora-logos' and 'linux-logos' without success.
View 1 Replies
ADVERTISEMENT
Mar 30, 2011
Is it possible to list/find/compare the program versions on a Centos system, against Redhat/Centos Errata/Security/Bug lists? Sort of looking for a way to make sure that all the packages on a system are ok, and not a security risk-- Without having to update every package. A pseudo code, in my mind is:
[Code]...
View 2 Replies
View Related
Jan 22, 2011
I am customizing the CentOS and I want to change the complete look and feel of the OS. I know all the installation wallpapers and images comes from the rpm mentioned above.
Even I extracted the said rpm using rpm2cpip and have replaced the my customized images but not sure how can I prepare my new RPM to include that in a my build.
Does any have any clue or I should go for src.rpm?
View 1 Replies
View Related
Nov 9, 2009
I am trying to install the latest release (5.4 64 bit) from DVD. I downloaded the torrent from here.My system is completely virgin - no OS has ever been installed on it. So I suppose somewhat fittingly, there is some resistance to my advances :).Details:Intel dual core 64 bit CPUASUS PK5KPL-AM main boardSATA HDDI am trying to boot from the DVD I burned from the downloaded ISO.
It boots up ok at first but when it comes to creating the partition it can't seem to find my HDD. I get the following error:An error has occurred - no valid devices were found on which to create new file systems. Please check your hardware for the cause of this problem.Can anyone please suggest a way to troubleshoot this? I realize the problem could be the hardware, but I would like to eliminate all other possibilities before taking the system back to the distributor for repair.
View 8 Replies
View Related
Feb 18, 2010
When I run 'parted' and then type 'print' to see the partitions that are available, I see two entries: /dev/sda1 and /dev/sda2. /dev/sda1 is of ext3 type whereas for /dev/sda2 nothing is specified for file system type. The LVM flags are set for /dev/sda2.
When I tried to resize /dev/sda2, it gives me the error "File system type not recognized". let me know how to find out the file system type of the partition.
View 3 Replies
View Related
Dec 28, 2010
Assume I have plugged in an external USB hard disc.
How can I find out (from terminal cmdline) the file system (ext2, ext3, reiserfs,...) of this hard disc?
From Ubuntu I know the two commands:
sudo blkid -c /dev/null
or
sudo fdisk -l
but these are not known in CentOS.
What are the corresponding cmds in CentOS?
View 5 Replies
View Related
Jul 17, 2010
I'm using Ubuntu 10.04 and i can't find inittab on my system? Where did it go? Has Ubuntu removed this file? How can i find out about runlevels now?
View 4 Replies
View Related
Aug 26, 2010
we are using "last" command to find the last logins in our system.. how to find the ftp logins in our system?
View 1 Replies
View Related
Apr 27, 2010
How to find in linux(fedora12) if dhcp is running on network?
View 3 Replies
View Related
May 19, 2010
Perhaps it is not proper to post on this forum. Sorry for any inconvenience.
I have finally make up my mind to use Linux (Ubuntu 10.04) as the SOLE operating system on my notebook. The last obstacle is that where to find proper drivers for my devices? Such as code...
Could someone give me some advices on where to find these drivers?
View 3 Replies
View Related
Sep 21, 2011
How to find file by content on linux by command. Example: i want find file contain word "helo" on my computer (OS: LINUX)
View 4 Replies
View Related
Apr 10, 2010
which command to use to find out system configuration
View 5 Replies
View Related
Feb 22, 2010
I am working on a program lets say programX which must run when the computer is not in use. I want to develop a monitoring program to monitor if there is user activity on the system so that it can stop the programX from running when the user is using the system and start programX when there is no user activity. Is there a way to determine this in linux?
View 4 Replies
View Related
Jun 1, 2011
Used following command to find out the top 10 big files in the system But it is having its own limitations as it consider files and directories both.
Code:
I would like to get the following information.
1)top 10 big files.
2)top 10 big directories.
File size with human readable output.
As executing
Code:
But when i add -h option for human readable file size its giving me wrong output.
Code:
View 10 Replies
View Related
Jan 8, 2010
I can display the RPM installed on CentOS 5.4 though:
Code:
#rpm -qa| more
How can I know the size of those RPMs?
View 1 Replies
View Related
Jul 26, 2010
I just upgraded my old Kubuntu 8.(something)to the new 10.04
After upgrading, i cant find the system menu(The one usualy located down
to the left)
Also having a problem with my desktop resolution, its maxed at 800x640
according to xrandr, tried adding some lines as SU in command line with
xrandr, only get the message, cant find vga1.
My computer is a sony vaio FZ-260e
Its nvidia 8400gt(m) display adapter, and according to adept the
Nvidia drivers should be installed.
View 1 Replies
View Related
Feb 24, 2010
Find external and internal devices attached to a system in Linux
How can i find through terminal that which devices are external and which are internal.
By external i mean devices attached to USB port. For Example, USB Drive, Portable USB HardDrive etc
By internal i mean devices attached internally. For Example, SATA Harddisk etc.
View 4 Replies
View Related
Jan 7, 2011
Can anyone tell me the command to find Dell system motherboard BIOS for a linux machine ?
i tried find dmidecode but that does not fetch me appropriate output.
View 2 Replies
View Related
Apr 23, 2010
How to find continuously growing files in the file system?
View 11 Replies
View Related
Jan 28, 2010
I wrote a small script that gets me the list of enabled system accounts in my system.
I figure '*' & '!' (in field #2 of /etc/shadow) mean that the account is disabled or they cannot login, hence 'safe-to-ignore'
Code:
IFS=$'
'
for i in `cat /etc/passwd` #get each line in the passwd file
do
var1=`echo $i | cut -d':' -f3` #get user ID field
if [ $var1 -lt 500 ] && [ $var1 -gt 0 ] #compare to extract relevant IDs
[Code].....
BTW i figure the following command gives me the list of system users, but i am not able to find a way to process it further... :-(
Code:
awk -F":" '$3 >= 1 && $3 < 500 { print $1 }' /etc/passwd
View 3 Replies
View Related
Dec 29, 2010
We have recently built some RAC (OS:RHEL55) servers and after the Oracle guys have installed their application, somehow the directory / is using the maximum space. I contacted the Oracle team & they say that their RAC installation doesn't create any files in the / directory. This is the o/p of '/' directory file system:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/datavg-vol2 498M 382M 62M 88% /
Also, when I checked the file sizes, I found that the following files were taking more space:
/etc/selinux/targeted/modules/active/
-rw------ 1 root root 17M Nov1 base.linked
[code].....
I don't know what these files are doing there, when I did a cat and cheked, I found the files containing this data:
nf_tre--
stem_dbusd_var_run_t...and some stuff like this Unable to decide whether or not to remove these files. Also, is there any way to find out what files are taking more space and whether they can be deleted or not? in order to free up some space in the / direcoty. As there are 10 RACs that we've build, I got to do something to fix this for all of the 10 servers.
View 4 Replies
View Related
Jun 19, 2010
Found the below from RedHat Knowledgebase
The Completely Fair Queuing (cfq) scheduler in Red Hat Enterprise Linux 5appears to have worse I/O read performance than in version 4. It appears as though the Completely Fair Queuing I/O scheduler (cfq) has a regression and thus exhibits reduced read-side throughput which can affect performance for both local and NFS mounted file systems.
One way to mitigate this is to set the cfq's slice_idle parameter to zero. To change this value, execute the following command echo 0 > slice_idle in the /sys/block directory appropriate for your situation, as shown below:
echo 0 > /sys/block/hda/queue/iosched/slice_idle
We are using NFS file systems in RHEL 5.3. I would like to know how to find which /dev/Device is being used by the NFS file systems, so that I could try setting the slice_idle to '0' to see if there is any difference in performance? In /etc/fstab I only see the actual NAS volumes for the NFS file systems.
View 2 Replies
View Related
May 26, 2010
my problem is sinple, I want to download centos based rpm but i can only find redhat rpm's on the net. can I use redhat rpms for centos?
View 2 Replies
View Related
Aug 28, 2010
Is there some file in Linux that enumerates and describes mount options for file systems like /etc/services describes ports?
View 2 Replies
View Related
Jan 12, 2010
I need commands which five me the following details abt all the file systems mounted the linux box
type
mount pt
file system id
View 4 Replies
View Related
Nov 30, 2010
I need to find the memory usage of a shared library loaded in Linux environment.
I need this information for deciding on whether to make the library part in to application or a seperate application itself.
View 3 Replies
View Related
Jul 13, 2011
I'm new to this and I'm sure I've just gone and done something silly. I used pendrivelinux.com's live usb creator to install ubantu 11.04 on my USB. I tried booting my laptop with this, and i get an error message saying "unable to find a medium containing live file system" and I cant get any further than that. The laptop I am using is a Dell XPS with an i7 processor and 6 gigs of memory.
View 6 Replies
View Related
Feb 7, 2011
Would someone be able to point me in the direction to find a list of update releases for Redhat Linux v5?
View 1 Replies
View Related
Mar 29, 2011
I am trying to upgrade from Fedora 12 to Fedora 13 using "Preupgrade" but it fails in the last part and tells me that the system cannot find the previous system (fedora 12). I have tried to do the upgrade several times and always the error is the same.
View 3 Replies
View Related
Jan 15, 2010
centos 4.4 - 3 of 4 hard drives removed now won't boot- can't find lv so kernel panic
View 2 Replies
View Related