[Bug 1028653] Freshclam cannot notify clamd of database updates due to permission denied

2014-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1028653

Raman Gupta rocketra...@gmail.com changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2014-03-13 18:40:02



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=SbENLNns1Fa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1028653] Freshclam cannot notify clamd of database updates due to permission denied

2014-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1028653



--- Comment #6 from Juan Orti Alcaine j.orti.alca...@gmail.com ---
In my tests the daemon is notified, but freshclam gives the error:

clamd server '/var/run/clamd.amavisd/clamd.sock' gave '' response

Which I think is bug #949838

This is the log of my server:

mar 11 14:54:13 foo.example.com freshclam[20352]: Current working dir is
/var/lib/clamav
mar 11 14:54:13 foo.example.com freshclam[20352]: Max retries == 3
mar 11 14:54:13 foo.example.com freshclam[20352]: ClamAV update process started
at Tue Mar 11 14:54:13 2014
mar 11 14:54:13 foo.example.com freshclam[20352]: Using IPv6 aware code
mar 11 14:54:13 foo.example.com freshclam[20352]: Querying
current.cvd.clamav.net
mar 11 14:54:13 foo.example.com freshclam[20352]: TTL: 1389
mar 11 14:54:13 foo.example.com freshclam[20352]: Software version from DNS:
0.98.1
mar 11 14:54:13 foo.example.com freshclam[20352]: main.cvd version from DNS: 55
mar 11 14:54:13 foo.example.com freshclam[20352]: main.cvd is up to date
(version: 55, sigs: 2424225, f-level: 60, builder: neo)
mar 11 14:54:13 foo.example.com freshclam[20352]: Retrieving
http://database.clamav.net/daily.cvd
mar 11 14:54:13 foo.example.com freshclam[20352]: Trying to download
http://database.clamav.net/daily.cvd (IP: 62.201.161.84)
mar 11 14:54:20 foo.example.com freshclam[20352]: Downloading daily.cvd [100%]
mar 11 14:54:21 foo.example.com freshclam[20353]: Loading signatures from
daily.cvd
mar 11 14:54:23 foo.example.com freshclam[20353]: Properly loaded 815608
signatures from new daily.cvd
mar 11 14:54:24 foo.example.com freshclam[20352]: daily.cvd updated (version:
18572, sigs: 815603, f-level: 63, builder: neo)
mar 11 14:54:24 foo.example.com freshclam[20352]: Querying
daily.18572.76.1.0.3EC9A154.ping.clamav.net
mar 11 14:54:24 foo.example.com freshclam[20352]: bytecode.cvd version from
DNS: 236
mar 11 14:54:24 foo.example.com freshclam[20352]: bytecode.cld is up to date
(version: 236, sigs: 43, f-level: 63, builder: dgoddard)
mar 11 14:54:27 foo.example.com freshclam[20352]: Database updated (3239871
signatures) from database.clamav.net (IP: 62.201.161.84)
mar 11 14:54:27 foo.example.com freshclam[20352]: Clamd successfully notified
about the update.
mar 11 14:54:27 foo.example.com clamd[18844]: Reading databases from
/var/lib/clamav
mar 11 14:54:27 foo.example.com clamd[18844]: Reading databases from
/var/lib/clamav
mar 11 14:54:37 foo.example.com clamd[18844]: Database correctly reloaded
(3234479 signatures)
mar 11 14:54:37 foo.example.com clamd[18844]: Database correctly reloaded
(3234479 signatures)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=RiMqnRWTEpa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1028653] Freshclam cannot notify clamd of database updates due to permission denied

2014-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1028653



--- Comment #7 from Raman Gupta rocketra...@gmail.com ---
Looks good to me on F19. I see that the location of clamd.sock has changed to
/var/run/clamd.amavisd/, which has the correct group permissions:

# ls -ld /var/run/clamd.amavisd
drwxrwx---. 2 amavis clamupdate 80 Mar 11 10:57 /var/run/clamd.amavisd

# ls -l /var/run/clamd.amavisd/
total 4
-rw-rw-r--. 1 amavis amavis 3 Mar 11 10:57 clamd.pid
srw-rw-rw-. 1 amavis amavis 0 Mar 11 10:57 clamd.sock

I provided positive karma on the update.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=SZyovk8ytIa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1028653] Freshclam cannot notify clamd of database updates due to permission denied

2014-03-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1028653



--- Comment #1 from Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com 
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=y8lZTNcoFka=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1028653] Freshclam cannot notify clamd of database updates due to permission denied

2014-03-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1028653



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
amavisd-new-2.8.1-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/amavisd-new-2.8.1-1.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=xRtJWvAbMQa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1028653] Freshclam cannot notify clamd of database updates due to permission denied

2014-03-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1028653



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
amavisd-new-2.8.1-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/amavisd-new-2.8.1-1.fc19

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JB5PFSCnXla=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1028653] Freshclam cannot notify clamd of database updates due to permission denied

2014-03-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1028653

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
Package amavisd-new-2.8.1-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing amavisd-new-2.8.1-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-3711/amavisd-new-2.8.1-1.fc20
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=6twWh96T5na=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1028653] Freshclam cannot notify clamd of database updates due to permission denied

2014-03-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1028653

lnie l...@redhat.com changed:

   What|Removed |Added

 CC||l...@redhat.com



--- Comment #5 from lnie l...@redhat.com ---
still saw this bug in amavisd-new-2.8.1-1.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=BbOYg7FuAra=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1028653] Freshclam cannot notify clamd of database updates due to permission denied

2014-02-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1028653

Juan Orti Alcaine j.orti.alca...@gmail.com changed:

   What|Removed |Added

 CC||j.orti.alca...@gmail.com
   Assignee|st...@silug.org |j.orti.alca...@gmail.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=DbKz2zHkoua=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel