|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
lstat() failed: Permission denied. ERRORHi all! I'm getting the following error message while try to run clamdscan:
$ clamdscan eicar.txt eicar.txt: lstat() failed: Permission denied. ERROR I've enable debug mode and got: $fds_poll_recv: timeout after 600 seconds $Received POLLIN|POLLHUP on fd 5 $Got new connection, FD 10 $Received POLLIN|POLLHUP on fd 6 $fds_poll_recv: timeout after 5 seconds $Received POLLIN|POLLHUP on fd 10 $got command CONTSCAN /home/superuser/eicar.txt (35, 7), argument: /home/superuser/eicar.txt $mode -> MODE_WAITREPLY $Breaking command loop, mode is no longer MODE_COMMAND $Consumed entire command $Number of file descriptors polled: 1 fds $fds_poll_recv: timeout after 600 seconds $THRMGR: queue crossed low threshold -> signaling WARNING: lstat() failed on: /home/superuser/eicar.txt $Finished scanthread $Scanthread: connection shut down (FD 10) $THRMGR: queue crossed low threshold -> signaling This is a RHEL 5.4. Any ideas what's going on here ? Thanks! _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
|
|
Re: lstat() failed: Permission denied. ERROROn Mon, 2009-12-21 at 13:02 -0300, Lima Union wrote:
> Hi all! I'm getting the following error message while try to run clamdscan: > > $ clamdscan eicar.txt > eicar.txt: lstat() failed: Permission denied. ERROR clamdscan runs with the permissions of the daemon user. You probably want to do something like: $ cat eicar.txt | clamdscan -- Daniel J McDonald, CCIE # 2495, CISSP # 78281, CNX www.austinenergy.com _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
|
|
Re: lstat() failed: Permission denied. ERROROn Mon, Dec 21, 2009 at 1:12 PM, Daniel J McDonald
<dan.mcdonald@...> wrote: > On Mon, 2009-12-21 at 13:02 -0300, Lima Union wrote: >> Hi all! I'm getting the following error message while try to run clamdscan: >> >> $ clamdscan eicar.txt >> eicar.txt: lstat() failed: Permission denied. ERROR > > > clamdscan runs with the permissions of the daemon user. You probably > want to do something like: > $ cat eicar.txt | clamdscan > ok, but I'm still having the same results: $ cat eicar.txt | clamdscan /home/superuser: lstat() failed: Permission denied. ERROR What else can I check ? TIA _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
|
|
Re: lstat() failed: Permission denied. ERRORLima Union wrote:
> Hi all! I'm getting the following error message while try to run clamdscan: > > $ clamdscan eicar.txt > eicar.txt: lstat() failed: Permission denied. ERROR > > I've enable debug mode and got: > > $fds_poll_recv: timeout after 600 seconds > $Received POLLIN|POLLHUP on fd 5 > $Got new connection, FD 10 > $Received POLLIN|POLLHUP on fd 6 > $fds_poll_recv: timeout after 5 seconds > $Received POLLIN|POLLHUP on fd 10 > $got command CONTSCAN /home/superuser/eicar.txt (35, 7), argument: > /home/superuser/eicar.txt > $mode -> MODE_WAITREPLY > $Breaking command loop, mode is no longer MODE_COMMAND > $Consumed entire command > $Number of file descriptors polled: 1 fds > $fds_poll_recv: timeout after 600 seconds > $THRMGR: queue crossed low threshold -> signaling > WARNING: lstat() failed on: /home/superuser/eicar.txt > $Finished scanthread > $Scanthread: connection shut down (FD 10) > $THRMGR: queue crossed low threshold -> signaling > > This is a RHEL 5.4. > > Any ideas what's going on here ? > Thanks! Perhaps Daniel's information is correct, I would offer that you should be running: sudo clamscan eicar.txt. Hope this is helpful, Robert _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
|
|
|
|
|
Re: lstat() failed: Permission denied. ERROR> -----Original Message-----
> From: clamav-users-bounces@... [mailto:clamav-users- > bounces@...] On Behalf Of Lima Union > Sent: Monday, December 21, 2009 12:41 PM > To: ClamAV users ML > Subject: Re: [Clamav-users] lstat() failed: Permission denied. ERROR > > > You mean substituting clamdscan for clamscan ? > > This is the result: > > clamscan eicar.txt > eicar.txt: Eicar-Test-Signature FOUND > > ----------- SCAN SUMMARY ----------- > Known viruses: 678203 > Engine version: 0.95.3 > Scanned directories: 0 > Scanned files: 1 > Infected files: 1 > Data scanned: 0.00 MB > Data read: 0.00 MB (ratio 0.00:1) > Time: 1.864 sec (0 m 1 s) > > But clamdscan still doesn't work... :( It's likely that the user clamd runs as doesn't have correct permissions to access the file you're scanning. An earlier suggestion was close but, I think, missing something. Try adding a hyphen at the end: cat eicar.txt | clamdscan - _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
|
|
Re: lstat() failed: Permission denied. ERROROn Mon, Dec 21, 2009 at 3:08 PM, Jason Bertoch <jason@...> wrote:
>> -----Original Message----- >> From: clamav-users-bounces@... [mailto:clamav-users- >> bounces@...] On Behalf Of Lima Union >> Sent: Monday, December 21, 2009 12:41 PM >> To: ClamAV users ML >> Subject: Re: [Clamav-users] lstat() failed: Permission denied. ERROR >> >> >> You mean substituting clamdscan for clamscan ? >> >> This is the result: >> >> clamscan eicar.txt >> eicar.txt: Eicar-Test-Signature FOUND >> >> ----------- SCAN SUMMARY ----------- >> Known viruses: 678203 >> Engine version: 0.95.3 >> Scanned directories: 0 >> Scanned files: 1 >> Infected files: 1 >> Data scanned: 0.00 MB >> Data read: 0.00 MB (ratio 0.00:1) >> Time: 1.864 sec (0 m 1 s) >> >> But clamdscan still doesn't work... :( > > It's likely that the user clamd runs as doesn't have correct permissions to > access the file you're scanning. An earlier suggestion was close but, I > think, missing something. Try adding a hyphen at the end: > > cat eicar.txt | clamdscan - > Your suggestion works! so this is a file permission problem ? where should I look ? Thanks! _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
|
|
Re: lstat() failed: Permission denied. ERRORLima Union wrote:
> On Mon, Dec 21, 2009 at 3:08 PM, Jason Bertoch<jason@...> wrote: >>> -----Original Message----- >>> From: clamav-users-bounces@... [mailto:clamav-users- >>> bounces@...] On Behalf Of Lima Union >>> Sent: Monday, December 21, 2009 12:41 PM >>> To: ClamAV users ML >>> Subject: Re: [Clamav-users] lstat() failed: Permission denied. ERROR >>> >>> >>> You mean substituting clamdscan for clamscan ? >>> >>> This is the result: >>> >>> clamscan eicar.txt >>> eicar.txt: Eicar-Test-Signature FOUND >>> >>> ----------- SCAN SUMMARY ----------- >>> Known viruses: 678203 >>> Engine version: 0.95.3 >>> Scanned directories: 0 >>> Scanned files: 1 >>> Infected files: 1 >>> Data scanned: 0.00 MB >>> Data read: 0.00 MB (ratio 0.00:1) >>> Time: 1.864 sec (0 m 1 s) >>> >>> But clamdscan still doesn't work... :( >> >> It's likely that the user clamd runs as doesn't have correct permissions to >> access the file you're scanning. An earlier suggestion was close but, I >> think, missing something. Try adding a hyphen at the end: >> >> cat eicar.txt | clamdscan - >> > > Your suggestion works! so this is a file permission problem ? where > should I look ? > Thanks! Hi Lima, I should let the experts answer, but I'll take a stab at it just to find out for myself. One of the differences between clamscan and clamdscan is that clamscan runs as the user requesting it whereas clamdscan runs as a special user (usually clamd, I believe), which would be in a special administrative category allowing it to read across multiple user's files. So you probably do not have a file permission problem per se and that is why the hyphen option is included so that when you run clamdscan as a normal user you can do what you were trying to do. I would recommend consulting "man clamdscan" for the options and descriptions. Let's see what others have to say. --Robert _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
|
|
Re: lstat() failed: Permission denied. ERROROn Mon, Dec 21, 2009 at 5:51 PM, Robert Wyatt <chupacerveza@...> wrote:
> Lima Union wrote: > Hi Lima, > > I should let the experts answer, but I'll take a stab at it just to find out > for myself. One of the differences between clamscan and clamdscan is that > clamscan runs as the user requesting it whereas clamdscan runs as a special > user (usually clamd, I believe), which would be in a special administrative > category allowing it to read across multiple user's files. > > So you probably do not have a file permission problem per se and that is why > the hyphen option is included so that when you run clamdscan as a normal > user you can do what you were trying to do. > > I would recommend consulting "man clamdscan" for the options and > descriptions. Let's see what others have to say. > > --Robert > Ok, thanks. From the man page: (4) To scan from standard input: clamdscan - <file_to_scan cat file_to_scan | clamdscan - Anyway it's strange because from a Debian distro I can issue clamadscan without the hyphen. Best regards. _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
|
|
Re: lstat() failed: Permission denied. ERROROn Tue, Dec 22, 2009 at 9:06 AM, Lima Union <limaunion@...> wrote:
> On Mon, Dec 21, 2009 at 5:51 PM, Robert Wyatt <chupacerveza@...> wrote: >> Lima Union wrote: >> Hi Lima, >> >> I should let the experts answer, but I'll take a stab at it just to find out >> for myself. One of the differences between clamscan and clamdscan is that >> clamscan runs as the user requesting it whereas clamdscan runs as a special >> user (usually clamd, I believe), which would be in a special administrative >> category allowing it to read across multiple user's files. >> >> So you probably do not have a file permission problem per se and that is why >> the hyphen option is included so that when you run clamdscan as a normal >> user you can do what you were trying to do. >> >> I would recommend consulting "man clamdscan" for the options and >> descriptions. Let's see what others have to say. >> >> --Robert >> > > Ok, thanks. From the man page: > > (4) To scan from standard input: > > clamdscan - <file_to_scan cat file_to_scan | clamdscan - > > Anyway it's strange because from a Debian distro I can issue > clamadscan without the hyphen. > Best regards. > Hi! just for the record, I think that this problem is related to SELinux, I'm running RH 5.4 and have disabled it and now clamdscan works without requiring an hyphen. Regards. _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
|
|
Re: lstat() failed: Permission denied. ERROROn Dec 23, 2009, at 10:38 AM, Lima Union wrote: >> >> Ok, thanks. From the man page: >> >> (4) To scan from standard input: >> >> clamdscan - <file_to_scan cat file_to_scan | clamdscan - >> >> Anyway it's strange because from a Debian distro I can issue >> clamadscan without the hyphen. >> Best regards. >> > > Hi! just for the record, I think that this problem is related to > SELinux, I'm running RH 5.4 and have disabled it and now clamdscan > works without requiring an hyphen. > Regards. Yes, disabling SELinux fixes a lot of things. One of the questions though is the server sitting on the Internet? If it is behind a router with its own firewall rules then the exposure is less. I would try permissive first before disabling all together on a production system. With tweaking you can get what you need working in the Enforcing mode but takes a lot of effort sometimes. Jim _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml |
| Free embeddable forum powered by Nabble | Forum Help |