Problems & Solutions


PROB: Driver not installed
SOL:yum install xorg-x11-drv-intel-2.14.0-1.el6.i686.rpm
xorg-x11-drivers 7.1-4.2.e15
xorg-apm driver 1.1.1

PROB:X windows not working
SOL::yum install gdm

PROB : language not installed
SOL : yum install

if we run startx it will show all required packages and install individually finally it will work

PROB: language settings in centos
$ cd /etc/sysconfig
Make backup copy of your language setting file
$ cp i18n i18n.backup
Edit the file to include these lines as the first three lines of the file: $ LANG="en_US.UTF-8" $ SYSFONT="latarcyrheb-sun16" $ SUPPORTED="en_US.UTF-8:en_US:en"

save and retart

We can change language settings in booting also
cd /etc/grub.conf
at last of kernel line language settings if u want we can modify

PROB: system-config-utilitiessss
SOL: yum install system-config-*
it will install all utilities and we can use as graphcal changes oF DATE ,LANGUAGE ,NETWORK ETC


PROB: system in domain cant login Its giving Duplicate name Exist in network
SOL: Duplicate name exist means same computer name given to another computer or same ip given to another pc or MAC address may be same or some body using .
In this same computer name given to another computer so change computer name then it will accept and we can login but it will take lot of tim efor first login into domain

PROB: forgot the windows passswd and creck with HIREN BOOT CD
SOL: HIREN BOOT CD is a opensource we ca crack passwd of windows simply
burn that cd and make bootable cd/dvd and boot from cd follow the step

PROB: deleted rpmdb if its deleted we cant run yum(ex yum install will not work)
SOL:# yum clean all
# rm -f /var/lib/rpm/__db*
# rpm –rebuilddb
# yum update
PROB: install apache and php through source code
SOL: first stop services of iptables and diseable the selinux
install apache(install all required modules).V2.0.44
install mu sql also with all dependencies
php install (all modules)V4.4.9
Follow the documents

Prob: mumbai website modifications links removed but links are showing in site
SOL: eventhough links are removed its showing liks because of caching
so we need to remove cache in our website using ezpublish tool
======================================================================
PROB: adding livna reposotory in centos
SOL:
rpm.livna.org, a repository of add-on RPM packages for Fedora as well as RHEL (version 5 and later) and its compatible derivates like CentOS.

In 2008 rpm.livna.org merged with two other package repositories into
RPM Fusion. All packages have been moved there except one that RPM Fusion for various reasons didn't want to take.# wget http://rpm.livna.org/livna-release.rpm
# rpm -Uvh livna-release.rpm

check in cat /etc/yum.repos/livna.repo
=======================================================================
PROB: how to comment multiople line using vi editor
SOL:
You can also use Visual Mode if you don't want to count lines :
Press [Esc] key
Use arrows to move cursor to the beginning of your paragraph
Press [v] to enter Visual Mode
Use arrows to select all the lines you want to comment
Then type the following command :
:'<,'>s/^/#/g

Note : when you hit ':' in Visual Mode, ":'<,'>" is added automatically.
To remove comment, same procedure but :
:'<,'>s/^#//g

=====================================================================

UNLOCK THE ROOT ACCOUNT IN UBUNTU 9.10

Hi friends,
As we know root account is disabled in ubuntu 9.10 by default. There are some advantages in login as root. We cannot unlock root account in this ubuntu release as before. Have a look at this method, this will be useful.
1.If you have already created your root password by using the command Terminal > sudo passwd root, you just have to deactivate auto-login in gnome.
2.To do that go to
System > Administration > Login screen > Unlock > ‘Show the screen for choosing who will login’. > Close.
3.Once you did that Log out of your account.
Choose ‘Other’ from the login screen and log in as root.
4.You won’t be asked for a password at any other time except login.
5.To activate all the options that the Ubuntu has deactivated,
go to
System > Administration > Users & Groups > root > Properties > User privileges, and click everything.
I hope this will help you …. please pass it on…
cheers,
Dharanitharan.A

======================================================================

YUM: Thread Died In Berkeley DB Library, Fatal Error,

When i run Yum update in fedora,  i got this error
Error :
[root@localhost RPMS]# yum update
rpmdb: Thread/process 7977/139764163434432 failed: Thread died in Berkeley DB library
error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
error: cannot open Packages index using db3 -  (-30974)
error: cannot open Packages database in /var/lib/rpm
CRITICAL:yum.main:
Error: rpmdb open failed
SOLUTION:
Run this command:
[root@localhost RPMS]# rm /var/lib/rpm/__db*
Output:
rm: remove regular file `/var/lib/rpm/__db.001′? y
rm: remove regular file `/var/lib/rpm/__db.002′? y
rm: remove regular file `/var/lib/rpm/__db.003′? y
rm: remove regular file `/var/lib/rpm/__db.004′? y
Now  try  the  Update  again :

[root@localhost RPMS]# yum update
Now it wiil work


================================================================

Change Default Editor in Ubuntu
[naveen@naveen]$sudo select-editor
it will ask editor select /usr/bin/vim.basic

=================================================================

Ubuntu 11.10 wireless not working 


Remove the incorrect driver & install correct one:
$ sudo apt-get update
$ sudo apt-get install firmware-b43-installer
$ sudo apt-get remove bcmwl-kernel-source
$ sudo reboot

===============================================================================

Dell Alps Touchpad not working


It seems to be a bug in 12.04.2. As stated in comments, a simple fix would be unloading the mouse driver and load it again like this:
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
======================================================================

Ssh exchange identification: Connection closed by remote host
Sol Link: https://www.linode.com/wiki/index.php/Ssh_exchange_identification:_Connection_closed_by_remote_host


No comments:

Post a Comment