[Ilugc] How to identify who deleted a particular file or folder

2011-03-31 Thread JAGANADH G
Hi All I am facing a strange problem. I have two systems where vnc is enabled. One person is working on the two systems. He will be executing some java programs in the two machines. Suddenly I found that some folders in the desktop is vanishing. I found those files and folders in the Trash. Is t

Re: [Ilugc] How to identify who deleted a particular file or folder

2011-03-31 Thread vellingiri
___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] IPPBX Asterisk 1.6.26 conference call is not working

2011-03-31 Thread gireesh thenayil rajappan nair
Dear Shak Kindly help me,for configuring the IPPBX Asterisk, conference call is not working (meetme.conf) One more request :: pls suggest if any good links avl in this regard *What I already tried *edited meetme.conf edited extentions.conf set conference room no as 410 my soft pone is in 400 & 4

[Ilugc] I need Linux From Scratch CD

2011-03-31 Thread Bharath Kumar
Hi All, I am looking for a CD/DVD of 'Linux from Scratch' distro. Please email me where I can come and collect the same. Thanks and Regards, Bharath Kumar A.V. ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
Hi friends, Since previous day i can connect to a other systems from my laptop via ssh, but other laptop can not connect to mine. Below is the Error, that i've got when trying to connect my system from others: [student@mercury ~]$ ssh suresh@192.168.1.9 ssh: connect to host 192.168.1.9 port 22:

Re: [Ilugc] I need Linux From Scratch CD

2011-03-31 Thread Rahul Sundaram
On 03/31/2011 06:04 PM, Bharath Kumar wrote: > Hi All, > > I am looking for a CD/DVD of 'Linux from Scratch' distro. Please email me > where I can come and collect the same. Linux from scratch is not a distro in the traditional sense. It is basically a guide for building everything from upstrea

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Vijai Ganapathy
it most likely sshd is not running. can you check "ps -auxwwwf | grep sshd | grep -v grep" for sshd running ? On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh wrote: > Hi friends, > > Since previous day i can connect to a other systems from my laptop via ssh, > but other laptop can not connect to min

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Akilan R
On Thu, Mar 31, 2011 at 6:19 PM, Vijai Ganapathy wrote: > it most likely sshd is not running. can you check "ps -auxwwwf | grep > sshd | grep -v grep" for sshd running ? > > > On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh > wrote: > No top posting please. -- அகிலன் (Akilan R) [ blog.akilan.in ]

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Akilan R
On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh wrote: > $ /etc/init.d/sshd start > $ /etc/ssh/ssh_config > Can you post the output of these?(on the 192.168.1.9 system ) -- அகிலன் (Akilan R) [ blog.akilan.in ] *I should have no use for a paradise in which I should be deprived of the right to pre

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Raja Subramanian
On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh wrote: > I tried many ways like, >  $ /etc/init.d/sshd start Check the logs for clues on why sshd is failing. See the fies in /var/log/. - Raja ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinf

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
On Thu, Mar 31, 2011 at 6:19 PM, Vijai Ganapathy wrote: > it most likely sshd is not running. can you check "ps -auxwwwf | grep > sshd | grep -v grep" for sshd running ? > > > Yeah, sshd is running. -- Regards, Tha.Suresh Cl Linux Tips & Tricks, http://gnutips.wordpress.com My experiences w

[Ilugc] How to prevent MySQL table corruptions?

2011-03-31 Thread Shrinivasan T
Friends. I have a SugarCRM server running. I am getting the following error often, Query Failed:SELECT tracker.* from tracker WHERE user_id='max_id' ORDER BY id DESC LIMIT 0,10::MySQL error 1030: Got error 134 from storage engine To solve the issue, I have to repair the table 'tracker' everytime

Re: [Ilugc] [LUG@IITD:12874] ssh connection: port 22 problem

2011-03-31 Thread Shrinivasan T
> > [student@mercury ~]$ ssh suresh@192.168.1.9 > ssh: connect to host 192.168.1.9 port 22: Connection refused > from the machine mercury, run the following command. nmap 192.168.1.9 from the machine 192.168.1.9, run the following command. netstat -ltnp | grep 22 Give us the outputs. -- Rega

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
On Thu, Mar 31, 2011 at 6:28 PM, Akilan R wrote: > On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh > wrote: > > > $ /etc/init.d/sshd start > It didn't show any output. > > $ /etc/ssh/ssh_config > Sorry, it's not "ssh_config". Its "sshd_config" > > $ vim /etc/ssh/sshd_config I just opened this c

Re: [Ilugc] How to prevent MySQL table corruptions?

2011-03-31 Thread Nirmalya Lahiri
--- On Thu, 3/31/11, Shrinivasan T wrote: > From: Shrinivasan T > Subject: [Ilugc] How to prevent MySQL table corruptions? > To: "ILUG-C" > Date: Thursday, March 31, 2011, 6:44 PM > Friends. > > I have a SugarCRM server running. > I am getting the following error often, > > Query Failed:SELEC

Re: [Ilugc] How to prevent MySQL table corruptions?

2011-03-31 Thread lug
Hi Shrini, > Query Failed:SELECT tracker.* from tracker WHERE user_id='max_id' > ORDER BY id DESC LIMIT 0,10::MySQL error 1030: Got error 134 from > storage engine > > To solve the issue, I have to repair the table 'tracker' everytime, by > the following command in mysql. > repair table tr

Re: [Ilugc] How to prevent MySQL table corruptions?

2011-03-31 Thread lug
Hi, > You can change the database engine type of the table to InnoDB.. > but be careful; the performance of InnoDB table is slower than MyISAM. On MySQL 5.5+ and on MariaDB (which uses XtraDB), there were no significant performance overhead reported when compared to MyISAM. Infact, InnoDB is t

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
On Thu, Mar 31, 2011 at 6:28 PM, Raja Subramanian wrote: > On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh > wrote: > > I tried many ways like, > > $ /etc/init.d/sshd start > > Check the logs for clues on why sshd is failing. > See the fies in /var/log/. > I don't know how to see the log files. I d

Re: [Ilugc] IPPBX Asterisk 1.6.26 conference call is not working

2011-03-31 Thread Udaya Kumar
On Thu, Mar 31, 2011 at 2:47 PM, gireesh thenayil rajappan nair < girithena...@gmail.com> wrote: > Dear Shak > > Kindly help me,for configuring the IPPBX Asterisk, conference call is not > working (meetme.conf) > One more request :: pls suggest if any good links avl in this regard > > *What I alre

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread lug
Hi Suresh, > I don't know how to see the log files. I didn't find any file related to > "sshd". These are the files that i've found in the "/var/log", You might want to look up /var/log/messages and /var/log/secure files. Try 'grep sshd /var/log/messages | tail' and 'grep ssh /var/log/secure

Re: [Ilugc] IPPBX Asterisk 1.6.26 conference call is not working

2011-03-31 Thread Guruprasad
Hi, On Thu, Mar 31, 2011 at 7:29 PM, Udaya Kumar wrote: > > hope you had googled before you post. for me the first hit was good. > > http://www.freepbx.org/forum/freepbx/users/you-have-entered-an-invalid-conference-number-faq-update Please follow the mailing list guidelines(http://www.ilugc.in/c

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
On Thu, Mar 31, 2011 at 7:41 PM, wrote: > Hi Suresh, > > > I don't know how to see the log files. I didn't find any file related to > > "sshd". These are the files that i've found in the "/var/log", > > You might want to look up /var/log/messages and /var/log/secure > files. > > Try 'grep sshd

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Shrinivasan T
> > [root@mercury log]# grep sshd /var/log/messages | tail > Mar 31 15:34:47 mercury setroubleshoot: SELinux is preventing /usr/sbin/sshd > "name_bind" access . For complete SELinux messages. run sealert -l > 44f7ecec-f09d-47e5-8fed-8cb9f929f4bb > > **(But i disabled the SElinux by editing "/etc/se

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread lug
Hi Suresh, > USER=root ; COMMAND=/sbin/service sshd start > Mar 31 18:30:48 mercury sshd[24192]: Received signal 15; terminating. > Mar 31 18:32:00 mercury sshd[1752]: Server listening on 0.0.0.0 port . Looks like /etc/ssh/sshd_config is mis-configured to listen on port instead of t

[Ilugc] Which 3G USB broadband modems works in your Linux box ?

2011-03-31 Thread Narendra Sisodiya
I am using Reliance Netconnect USB modem, I want to shift to 3G usb modem, I want to know which usb modems work under Linux box ? If you give me the model number along with your Internet provider, then I will be able to compose a list and host on wiki. -- ┌─┐ │Nar

[Ilugc] Bsnl broadband connection via blue-tooth...

2011-03-31 Thread Prasath Ramachandiran
Friends, I am using bsnl broadband land-line connection at my home desktop (windows XP). And i am using Ubuntu 10.10 in my Laptop. I am trying to connect bsnl connection via bluetooth. But i can't able to connect. How and what to configure for connection?? Help me... -- Regards Prasath R "

Re: [Ilugc] Which 3G USB broadband modems works in your Linux box ?

2011-03-31 Thread JAGANADH G
On Thu, Mar 31, 2011 at 9:02 PM, Narendra Sisodiya < naren...@narendrasisodiya.com> wrote: > I am using Reliance Netconnect USB modem, > > I want to shift to 3G usb modem, > I want to know which usb modems work under Linux box ? > If you give me the model number along with your Internet provider,

Re: [Ilugc] Which 3G USB broadband modems works in your Linux box ?

2011-03-31 Thread Mohan Sundaram
On Thu, Mar 31, 2011 at 9:17 PM, JAGANADH G wrote: > > BSNL - Model No LW272 Ubuntu Package is available in the USB. For fedora we > have to extract the .deb file and put it in the respective folders to enable > it. User feedback on this model has been pretty bad. Especially with the heating part

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread raja ant
I want linux os cd On Thu, Mar 31, 2011 at 4:43 AM, Tha.Suresh wrote: > Hi friends, > > Since previous day i can connect to a other systems from my laptop via ssh, > but other laptop can not connect to mine. > > Below is the Error, that i've got when trying to connect my system from > others: >

Re: [Ilugc] How to prevent MySQL table corruptions?

2011-03-31 Thread raja ant
dear sir please send me linex Chennai address On Thu, Mar 31, 2011 at 5:14 AM, Shrinivasan T wrote: > Friends. > > I have a SugarCRM server running. > I am getting the following error often, > > Query Failed:SELECT tracker.* from tracker WHERE user_id='max_id' > ORDER BY id DESC LIMIT 0,10::MySQL

Re: [Ilugc] Bsnl broadband connection via blue-tooth...

2011-03-31 Thread raja ant
please send me linux Chennai address On Thu, Mar 31, 2011 at 7:32 AM, Prasath Ramachandiran < prasath.r...@gmail.com> wrote: > Friends, > > I am using bsnl broadband land-line connection at my home desktop (windows > XP). > > And i am using Ubuntu 10.10 in my Laptop. I am trying to connect bsnl

Re: [Ilugc] Bsnl broadband connection via blue-tooth...

2011-03-31 Thread Vignesh Nandha Kumar
Hi Raja, On Fri, Apr 1, 2011 at 10:51 AM, raja ant wrote: > please send me linux Chennai address > Kindly avoid thread-hijacking. When you want to ask something unrelated to the topic of the thread, please start a new thread. -- நன்றிகளுடன், விக்னேஷ். http://krvignesh.wordpress.com _

[Ilugc] Linux address? [was] Bsnl broadband connection via blue-tooth...

2011-03-31 Thread Vignesh Nandha Kumar
Hi Raja, On Fri, Apr 1, 2011 at 10:51 AM, raja ant wrote: > please send me linux Chennai address > What do you mean by Linux Chennai address? Hope you know that Linux is not a company or a place; it's an operating system (To be more specific, it's a kernel). Please be clear about the question

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Balachandran Sivakumar
Hi, On Fri, Apr 1, 2011 at 10:40 AM, raja ant wrote: > I want linux os cd > First, please start a new thread when you want to tell/ask something that is not related to the thread that you are replying to(It's called thread hijacking). And then, please do not top post(You should use int

[Ilugc] Linux OS CD ( was Re: ssh connection: port 22 problem)

2011-03-31 Thread Balachandran Sivakumar
Hi, On Fri, Apr 1, 2011 at 10:40 AM, raja ant wrote: > I want linux os cd > Linux as such is a kernel, and there are lots of organisations/companies that create operating systems using the Linux kernel and other software (from GNU, Mozilla, Apache etc.) . The OS is called GNU/Linux, an

Re: [Ilugc] Linux address? [was] Bsnl broadband connection via blue-tooth...

2011-03-31 Thread raja ant
sir you send me your mobile number I want speke with you I have some question. 2011/3/31 விக்னேஷ் நந்த குமார் (Vignesh Nandha Kumar) > Hi Raja, > > On Fri, Apr 1, 2011 at 10:51 AM, raja ant wrote: > > > please send me linux Chennai address > > > > What do you mean by Linux Chennai address? >

Re: [Ilugc] Linux address? [was] Bsnl broadband connection via blue-tooth...

2011-03-31 Thread Guruprasad
Hi, On Fri, Apr 1, 2011 at 12:02 PM, raja ant wrote: > sir you send me your mobile number  I want speke  with you I have some > question. Please go through the mailing list guidelines (http://www.ilugc.in/content/mailinglist-guidelines) before you try sending another email to the list. That shou

Re: [Ilugc] Linux address? [was] Bsnl broadband connection via blue-tooth...

2011-03-31 Thread Arun Khan
On Fri, Apr 1, 2011 at 12:02 PM, raja ant wrote: > sir you send me your mobile number  I want speke  with you I have some > question. Ignore this message if I misunderstood your posting. FOSS mailing list web forum culture is to ask question(s) in the mailing list/web forum so that everyone bene