On 11/13/05, redhat-list-request@xxxxxxxxxx <redhat-list-request@xxxxxxxxxx> wrote: > Send redhat-list mailing list submissions to > redhat-list@xxxxxxxxxx > > To subscribe or unsubscribe via the World Wide Web, visit > https://www.redhat.com/mailman/listinfo/redhat-list > or, via email, send a message with subject or body 'help' to > redhat-list-request@xxxxxxxxxx > > You can reach the person managing the list at > redhat-list-owner@xxxxxxxxxx > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of redhat-list digest..." > > > Today's Topics: > > 1. Re: Getting rid of return message in ssh (Jai Rangi) > 2. Re: Is there a mail client in linux like outlook, which can > connect to Microsoft Exchange Server? (nilesh vaghela) > 3. Re: Is there a mail client in linux like outlook, which can > connect to Microsoft Exchange Server? (Dracula) > 4. Re: syslogd quesstion (Nikhil) > 5. online code browsing similar to opensolaris (Nikhil) > 6. Re: online code browsing similar to opensolaris (Nikhil) > 7. 'hal' segfaults in RHEL 4 (David Tonhofer, m-plify S.A.) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 12 Nov 2005 15:44:30 -0800 > From: Jai Rangi <jprangi@xxxxxxxxx> > Subject: Re: Getting rid of return message in ssh > To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx> > Message-ID: <43767E5E.2070408@xxxxxxxxx> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > is it also possible to ignore/disable the registry of key, so that you > dont have to type "yes" for every new host you log on. And have to > modify the key if the machine is reinstalled.. > Thanks > -Jai > > > Mike Ault wrote: > > >Thanks! > > > >-----Original Message----- > >From: redhat-list-bounces@xxxxxxxxxx > [mailto:redhat-list-bounces@xxxxxxxxxx] > >On Behalf Of Rhugga Harper > >Sent: Friday, November 11, 2005 6:35 PM > >To: General Red Hat Linux discussion list > >Subject: Re: Getting rid of return message in ssh > > > >In your sshd_config file on the target system, set these as follows: > > > >PrintMotd no > >PrintLastLog no > > > >As a sidenote, there are ways to do what you want to do w/o changing these > >options. (I prefer to have PrintLastLog enabled) > > > >I use perl and the Net::SSH:Perl module to monitor my systems, and this > >module gives you flexibility on how you handle stdout, stdin, exit status. > >There are raw modes where you can read/write directly to the sshd socket > >connection. > > > >-rhugga > > > > > >On 11/11/05, Mike Ault <mike@xxxxxxx> wrote: > > > > > >>Hi All, > >> > >> > >> > >>I need to be able to go from one host to another via ssh and not get back > >>any message other than the prompt for the second machine. If I get back > >>anything at all the process I am trying to run will fail. How do I turn > >>off > >>the cute little "Last Login" message? I already have it transparent as > far > >>as passwords, just need to get rid of this last bit and I am ready! > >> > >> > >> > >>Mike > >> > >>-- > >>redhat-list mailing list > >>unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > >>https://www.redhat.com/mailman/listinfo/redhat-list > >> > >> > >> > > > > ------------------------------ > > Message: 2 > Date: Sun, 13 Nov 2005 10:59:57 +0530 > From: nilesh vaghela <nileshj.vaghela@xxxxxxxxx> > Subject: Re: Is there a mail client in linux like outlook, which can > connect to Microsoft Exchange Server? > To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx> > Message-ID: > <d2c13fd20511122129r51a53467x17a92432b14bb572@xxxxxxxxxxxxxx> > Content-Type: text/plain; charset=ISO-8859-1 > > You required some patch. > > Nilesh > > > ------------------------------ > > Message: 3 > Date: Sun, 13 Nov 2005 11:23:15 +0530 > From: Dracula <shahkomal80@xxxxxxxxx> > Subject: Re: Is there a mail client in linux like outlook, which can > connect to Microsoft Exchange Server? > To: "General Red Hat Linux discussion list" <redhat-list@xxxxxxxxxx> > Message-ID: <000801c5e816$90439580$4727013d@shahmontu> > Content-Type: text/plain; charset="iso-8859-1" > > > ----- Original Message ----- > From: "nilesh vaghela" <nileshj.vaghela@xxxxxxxxx> > To: "General Red Hat Linux discussion list" <redhat-list@xxxxxxxxxx> > Sent: Sunday, November 13, 2005 10:59 AM > Subject: Re: Is there a mail client in linux like outlook,which can > connect to Microsoft Exchange Server? > > > You required some patch. > > Nilesh > -- > > Nah! > > You don't need to patch anything because there is nothing broken. Use > Evolution. Evolution can connect MS Exchange server seamlessly. > > Regards, > > Komal > > > > > ------------------------------ > > Message: 4 > Date: Sun, 13 Nov 2005 16:59:54 +0530 > From: Nikhil <mnikhil.juno@xxxxxxxxx> > Subject: Re: syslogd quesstion > To: "David Tonhofer, m-plify S.A." <d.tonhofer@xxxxxxxxxxx> > Cc: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>, > General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx> > Message-ID: > <6950bc30511130329n64aafe98k34137d3beb9177bd@xxxxxxxxxxxxxx> > Content-Type: text/plain; charset=ISO-8859-1 > > But this is not the same on Solaris, as I do get them on a Solaris ' syslog > . Why this should not be the case with Linux as well ? > > On 11/12/05, David Tonhofer, m-plify S.A. <d.tonhofer@xxxxxxxxxxx> wrote: > > > > I'm pretty sure that there is no way to set up the format without > changing > > syslogd's > > code (which is probably not hard to do, BTW). > > > > But if you want to know the 'facility' you can trivially log into > > different > > files depending on the facility. This is want I do. In /etc/syslogconf: > > > > > > ----8<---------------------8<------------------------ > > # > > # We do not need to synch the logs after each line, not even > > # the kernel log, which logs a lot of stuff about iptables. Sure, > > # we may los stuff if a crash occurs, but we gain speed. > > # -> Prepend '-' before the file. See man syslog.conf > > # > > > > auth.* -/var/log/auth_log > > authpriv.* -/var/log/authpriv_log > > cron.* -/var/log/cron_log > > daemon.* -/var/log/daemon_log > > kern.* -/var/log/kern_log > > lpr.* -/var/log/lpr_log > > mail.* -/var/log/mail_log > > news.* -/var/log/news_log > > user.* -/var/log/user_log > > uucp.* -/var/log/uucp_log > > ftp.* -/var/log/ftp_log > > syslog.* -/var/log/syslog_log > > local0.* -/var/log/local0_log > > local1.* -/var/log/local1_log > > local2.* -/var/log/local2_log > > local3.* -/var/log/local3_log > > local4.* -/var/log/local4_log > > local5.* -/var/log/local5_log > > local6.* -/var/log/local6_log > > local7.* -/var/log/local7_log > > > > > > > > > > > > > > > > > > --On Friday, November 11, 2005 11:07 PM +0530 Nikhil < > > mnikhil.juno@xxxxxxxxx> wrote: > > > > > Hello Friends > > > > > > I have a syslogd , sucessfully implemented with -r option in a network. > > > Currently all the messages that are being logged are in the below > format > > > > > > <date> <machinename> <processname>[<pid>]: <message> > > > > > > Can I have some format where in the facility/priority is also mentioned > > so > > > that I can see under what facility and priority the messages are being > > > logged. > > > may be like this: > > > <date> <machinename> <facility.priority> <processname>[<pid>]: > <message> > > > > > > Thanks, > > > Nikhil > > > > > > > ------------------------------ > > Message: 5 > Date: Sun, 13 Nov 2005 17:13:50 +0530 > From: Nikhil <mnikhil.juno@xxxxxxxxx> > Subject: online code browsing similar to opensolaris > To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx>, > For users of Fedora Core releases <fedora-list@xxxxxxxxxx> > Message-ID: > <6950bc30511130343m1a2d31f1neb9317030b54fa31@xxxxxxxxxxxxxx> > Content-Type: text/plain; charset=ISO-8859-1 > > Hello Friends > > > Is there any place wherein I can browse the code online similar to > cvs.opensolaris.org <http://cvs.opensolaris.org>.. Its just good and > enlightens one (like me) when I browse through code and it makes a lot > easier when you are looking for some bugs and fixed.. > > Please suggest ..how about having one if there is nothing yet of such kind > for Linux.. > > RedHat - Are you listening ? > > Regards, > Nikhil > > > ------------------------------ > > Message: 6 > Date: Sun, 13 Nov 2005 17:14:43 +0530 > From: Nikhil <mnikhil.juno@xxxxxxxxx> > Subject: Re: online code browsing similar to opensolaris > To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx>, > For users of Fedora Core releases <fedora-list@xxxxxxxxxx> > Message-ID: > <6950bc30511130344l4aca6542x259ccdeca7cdde9d@xxxxxxxxxxxxxx> > Content-Type: text/plain; charset=ISO-8859-1 > > I think its good enough to make it a long thread :) > > On 11/13/05, Nikhil <mnikhil.juno@xxxxxxxxx> wrote: > > > > Hello Friends > > > > > > Is there any place wherein I can browse the code online similar to > > cvs.opensolaris.org <http://cvs.opensolaris.org>.. Its just good and > > enlightens one (like me) when I browse through code and it makes a lot > > easier when you are looking for some bugs and fixed.. > > > > Please suggest ..how about having one if there is nothing yet of such > kind > > for Linux.. > > > > RedHat - Are you listening ? > > > > Regards, > > Nikhil > > > > > ------------------------------ > > Message: 7 > Date: Sun, 13 Nov 2005 17:51:26 +0100 > From: "David Tonhofer, m-plify S.A." <d.tonhofer@xxxxxxxxxxx> > Subject: 'hal' segfaults in RHEL 4 > To: redhat-list@xxxxxxxxxx > Message-ID: <5B76652EE9EEC34B4823B193@[192.168.1.7]> > Content-Type: text/plain; charset=us-ascii; format=flowed > > Hi, > > I just noticed that "hald" (hardware abstraction layer daemon) runs > for a few days, then blows up with the following kernel log line: > > Nov 13 02:30:06 yui kernel: hal[12047]: > segfault at 0000000000000000 rip 0000000000400ec7 rsp 0000007fbfffd7f0 error > 4 > > This happened on a 64-bit system and I'm pretty sure it happens on my > 32-bit systems too, I will have to keep my eyes open... > > Is this a know problem? Anyone else who sees this? > So far, there is no registered bug in the redhat bugzilla. > > Best, > > -- David > > > > > > > > ------------------------------ > > __ > redhat-list mailing list > Unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > > End of redhat-list Digest, Vol 21, Issue 14 > ******************************************* > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list