Re: [LIH]lost /var/lib/rpm

2003-12-01 Thread Raj Mathur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > "Rahul" == Rahul Kumar <[EMAIL PROTECTED]> writes: Rahul> Recently i managed to lose my /var/lib/rpm (RH7.1). now i Rahul> am trying to install an rpm but get errors since the entire Rahul> database is wiped out. i tried the follow

[LIH]linuxant linmodem problem

2003-12-01 Thread Sashti Srinivasan
Hello All, Thanks for your guidance to me till now. I have obtained the rpm from linuxant and tried to install the driver. But it failed saying KERNEL_SOURCES failed dependency. Please help me. Thanks a lot Srinivasan

[LIH]lost /var/lib/rpm

2003-12-01 Thread Rahul Kumar
Recently i managed to lose my /var/lib/rpm (RH7.1). now i am trying to install an rpm but get errors since the entire database is wiped out. i tried the following: rpm --initdb rpm --rebuilddb (some empty files created) then i tried the following: rpm -iv --justdb glibc* filesystem* setup* With t

[LIH](fwd) [SECURITY] [DSA-403-1] userland can access Linux kernel memory

2003-12-01 Thread Raj Mathur
[Local root vulnerability in all 2.4 and 2.6 Linux kernels up to and including 2.4.22. Please upgrade to a newer kernel, or get a kernel with a backported fix from your distribution vendor -- Raju] This is an RFC 1153 digest. (1 message) ---

Re: [LIH]hindi package with phonetic support

2003-12-01 Thread Nasimuddin ansari
> > Till now i was using iLeap s/w to create my regional > > langauage (hindi) document. It was supporting phonetic > > typing, Means type in english and it will conert in > > hindi. > > Now when i m on RedHat Linux. Can anyone suggest any > > package on Linux to continue my work on Linux. > > H

Re: [LIH]ps command and postfix server??

2003-12-01 Thread Raj Mathur
> "Vaibhav" == Vaibhav Kante <[EMAIL PROTECTED]> writes: Vaibhav> [snip] Vaibhav> proc_num=`ps -ef | grep master | wc -l` Vaibhav> Now in last 2 months it has happened twice that an alert Vaibhav> was generated and when we manually checked these Vaibhav> processes .. every

Re: [LIH]ps command and postfix server??

2003-12-01 Thread Vaibhav Kante
--- Devdas Bhagat <[EMAIL PROTECTED]> wrote: > > we use: > > proc_num=`ps -ef | grep master | wc -l` > And you might also see the ps process running in the > ps output. sorry the correct command we use is: ps -ef | grep master | grep -v grep | wc -l So it omits the grep itself and count comes co

Re: [LIH]ps command and postfix server??

2003-12-01 Thread Devdas Bhagat
On 01/12/03 04:32 -0800, Vaibhav Kante wrote: > Hello, > > We have a Postfix mail server which runs two postfix > instances (one for incoming and other for outgoing). > We have written a script which counts the number of > processes for postfix running on this server. > > so, in this case we wan

[LIH]ps command and postfix server??

2003-12-01 Thread Vaibhav Kante
Hello, We have a Postfix mail server which runs two postfix instances (one for incoming and other for outgoing). We have written a script which counts the number of processes for postfix running on this server. so, in this case we want to make sure that there are 2 pickup, 2 master and 2 qmgr pr