Re: Yogunluk: Yogunluk: Yogunluk: Yogunluk: [CentOS] Clamd not working

2008-06-27 Thread Hakan Can

Sorin Srbu yazmış:

What is this?? OOO-replies?


  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, June 27, 2008 7:44 PM
To: centos@centos.org
Subject: Yogunluk: Yogunluk: Yogunluk: Yogunluk: [CentOS] Clamd not working

Yogunlugumuza gore mesajiniza en yakin zamanda cevap verilecektir.



I think this is mis configured  auto reply ..
if someone use automated email for mailing list.
his server will start to spamming itself and mailing list. :-)


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Slow login to system without internet connection

2012-11-22 Thread Hakan Can
On 11/21/2012 09:44 AM, Peter Eckel wrote:
> Hi Ljubomir,
>
>> But when I tried to login to my server, it was not instantenous, and I
>> think it was 15+, maybe even 30+ seconds (I forgot to time it) from
>> start of ssh command to password prompt. It is in-house connection, so
>> there is nothing to traceroute.
>
>
> are you using an external DNS server that is reachable via the internet only?
>
> If so, edit /etc/ssh/sshd_config and change this
>
>#UseDNS yes
>
> to
>
>UseDNS no
>
> Then restart sshd and see whether it still happens. sshd tries to look up its 
> counterpart's host name using DNS in the default setting, and if DNS is not 
> reachable it waits for the request to time out.
>
> Best regards,
>
>Peter.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

  "UseDns no" doesn't  solve the problem because  GSS Api needs reverse 
lookup.

If (do not need GSS Authentication) then
   put "GSSAPIAuthentication no" in the host /etc/ssh/sshd_config
else
  put your server ip and server name in the client  /etc/hosts
  "xxx.xxx..xxx yourserver.name"
  :)

  H.can


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CROSS-LIST Notice: Changes in EPEL

2014-11-04 Thread Hakan Can

On 11/04/2014 06:25 PM, Brian Bernard wrote:

Is there a command in yum where you can sort packages by repository and
hence compare them with the lists you've provided?

Hi Brien,

We use rpm.

listing  all packages not in base repo,

rpm -qa --qf  '%{NAME} %{VENDOR}\n' |grep -v CentOS

or just Fedora packages(epel).

rpm -qa --qf  '%{NAME} %{VENDOR}\n' |grep Fedora

Thanks,

Hcan.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos