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
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
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
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
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:
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
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
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 ]
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
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
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
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
>
> [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
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
--- 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
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
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
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
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
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
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
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
>
> [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
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
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
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
"
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,
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
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:
>
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
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
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
_
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
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
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
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?
>
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
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
38 matches
Mail list logo