Hi,
I have purchased HP x2100 workstation.I am trying to
install the system with Redhat Linux(6.2/7.1) but it
doesnt detect the PS/2 keyboard & mouse,the system
hangs.
When i connect the USB keyboard/mouse the system works
fine.
Why this problem,i dont have enough USB
Keyboards/mouse & need to get the system working with
PS/2 keyboard & mouse.
PLEASE HELP.
Regards,
Anurag
__________________________________________________
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail
http://mail.yahoo.com
I'm facing a problem running mysql on red hat 6.2.
# uname -a
Linux dummy2.ezee 2.2.14-12 #1 Tue Apr 25 13:04:07 EDT 2000
i686 unknown
The problem is that after running the mysql server for a while,
clients stop getting connections. netstat returns the
following:
# netstat -a | grep -E 'mysql.*TIME_WAIT' | wc -l
14605
And those sockets are not getting closed. Not after waiting
for
120 secs. Not even 120 minutes! I think the problem is not
with mysql but somewhere else. There are only 67 mysql
processes running, so I guess the processes that were using
these sockets are probably dead already (assuming mysql forks
for every connection).
No clue. How do I free these port numbers so that other
sockets
can be bound to these ports? Or have I got it totally wrong?
Thanks in advance.
Manish
________________________________________________________________________
Looking for a job? Visit Yahoo! India Careers
Visit http://in.careers.yahoo.com
open /etc/passwd and make uid 0 for that non-root user.
On Fri, 15 Feb 2002 akshaysalkar wrote :
> how to give root privelages to non-root users?
> Get Your Private, Free E-mail from Indiatimes at
> http://email.indiatimes.com
>
> Buy Music, Video, CD-ROM, Audio-Books and Music
> Accessories from http://www.planetm.co.in
>
> _______________________________________________
> http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
>
what i am trying to say is ..
if some intruder gets to see my password of the dial up account.
since wvdial.conf is stored in text format. (and so are the passwords) :)
linuxers(a)mm.ilug-bom.org.in wrote:
>>i want to know how to restrict hackers, crackers,external users etc.
>from accessing my wvdial.conf file.
>
> chmod 000 wvdial.conf
Wo - Why keep the file then?? :)
I believe this wud allow the file to become as good as deleted... Except
of course that u can change permissions later,when u (obviously) cant do
chmod with a deleted file...
Bye,
Surya
__ __
|__ |__| |/
__|urya |rakash |\ompalli
Email - kompalli(a)cse.buffalo.edu
Phone - Home - (716) 862 0366
- Work - (716) 645 6164 X 519
Website - http://www.ksuryap.freeservers.com
_______________________________________________
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in
try rsync.
I have done it to sync my cvs to the backup server.
http://samba.anu.edu.au/rsync/
-Mahesh Gharat
On Fri, 15 Feb 2002 Sachin wrote :
> hi linuxlovers,
> i want to sync the mysql databases on the two separate
> server
> do you know the method to do it.
> plz explain me in details if possible with example
> sachin
> _______________________________________________
> http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
>
See Advance-Routing-HOWTO somewhere in /usr/share/doc/HOWTO
or /usr/doc/HOWTO. Or see help on iproute2 package.
Amish.
Desai Ashish wrote:
>Bandwidth Eating problem. And How could he tackle with
>those situation.
Dear Luggers,
My friend is serving with an ISP. He is having Linux
Server. They are providing Internet on Cable. Now the
problem is that some of their clients are using this
Only 1 Cable and make a Proxy Server of either Windows
or Linux they are sharing one commection on many
machines. By sharing this 1 Connection is eating up
their Bandwidth as per his quotes.
So, is there any remedy that he can protect this
Bandwidth Eating problem. And How could he tackle with
those situation.
Plz. Guide me and help me......
Regards,
[Ashish Desai]
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
Can any one tell me how to unsubscrive from this group....
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
hello all,
can anybody tell me how can we configure linux os to authenticate vpn users using mac address along with their user-name and password ?
my vpn server is using kernel 2.2 and it is customized linux.
Nilesh.
Hi Rahul,
In your case the modules will get overwritten in the same directory (/lib/modules/2.4.17).
If you use the different kernel version then the modules will get installed in the /lib/modules/linu.kernel.version.number directory.
The module loading depends upon the System.map and modules.conf file.
So don't forget to move this newly generated System.map file to /boot/ directory.
I think you moved the System.map file but didn't do make modules and make modules_install.Hence no modules get listed in the System.map file though they they are included in kernel as loadble modules.
Basically the kernel compiling order should be:
make menuconfig
make dep
make bzImage
make modules
make modules_install
copy bzImage to the /boot/ directory
rename the old System.map to System.bak
copy System.map to the /boot/ directory
Do not forget to save the old .config file(which keeps the track of the selected options while compiling the kernel) before compiling.
Happy Recompiling!
-Mahesh Gharat
We shall recompile and recompile until we are exhausted, and then we shall compile again.
On Thu, 14 Feb 2002 Rahul Saxena wrote :
> hi there,
>
> i compiled 2.4.17 and made the modules for it.
> now i have compiled the same kernel with the preemtive
> kernel patch, but i have not made the modules for
> that.
>
> this causes a problem as the (preemtive)kernel dosent
> find any modules at boot. and hence i cannot use them.
>
> Now if i make modules for the preemtive kernel too,
> will they overwrite the previous modules. or will they
> be installed in a seperate directory then
> /lib/modules/2.4.17 ??
>
> it would be good if i could boot from either of the
> kernels and use the modules.
>
> can somone throw some light on this ?
>
> regards
> -rahul
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE Valentine eCards with Yahoo! Greetings!
> http://greetings.yahoo.com
> _______________________________________________
> http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
>