I removed my .avast folder in my home directory.
Did a fresh re-install and still have the same error come up.
I have avast on two computers using the same distro also a 64 bit system.
On my other system with another source list for virtualbox from sun is the only difference between these two computers avast works great from command line.
I used the following command to remove avast from the first computer: sudo dpkg -r avast4workstation
Then removed the .avast folder.
Once installed i can put in my serial code for it and update it but this error only occurs for scanning.
Then did reinstall with same error.
Thank you for your reply this still requires help with this issue.
Thank you.
Aha!
So it’s not like that starting “avastgui” leads to this error directly. The app pops its windows normally, is responsive, but when you do “start scanning”, it scans (I assume) for a while, and then, window disappears and this error is written out?
Then, please, scan the same area on your disk using avast (not avastgui). I expect it must crash somewhere. I would be interested in the file that causes the crash (the last one scanned, strace avast <that_area> 2>&1 | tail -50000 >log will produce helpful log for us.
For example:
"avast --testfull "(then file or directory next after the space)
or "avast "(then file or folder
This works great via command line, since I am using a 32bit architecture on a 64bit system.
On my other system avast is still working great, same operating system but with virtualbox installed.
Only terminal running for this application, no gui, i can register and get updates but when it comes to scanning I get this error coming up.
I have tried re-installing still get same error.
“/usr/bin/avast: 178: /usr/lib/avast4workstation/bin/avast: not found”
The only difference between my systems is the motherboard model (all asus) and processor (system with avast issue is a quad, system still working with avast dual)
I really do not want to do a reformat and re-setup linux.
This is very confusing for me, i go to /usr/lib/avast4workstation/bin/avast and the file is there but refuses to work for no reason after a short time of being used.
I don’t want to install ClamAV for an antivirus (not what i require).
And,
does the /usr/lib/avast4workstation/bin/avast file exist? (after reinstall, it should, but …)
You can also run the app directly from this location (without that wrapper in /usr/bin).
/usr/lib/avast4workstation/bin/avast This file does exist.
I’m not sure what you mean by “(without that wrapper in /usr/bin).”
There are three files for avast in /usr/bin/ “avast, avastgui and avast-update”
I tried to use the avast file in this directory with no success.
The command i tries in terminal was /usr/bin/avast (then file for scanning). This gave me the same error.
If this is wrong please do post it, thank you for your help with this.
Thanks, this one is crucial line - proving the same, the file can’t be found and opened:
[pid 3160] execve(“/usr/lib/avast4workstation/bin/avast”, [“/usr/lib/avast4workstation/bin/a”…, “–testfull”, “/home/
astral/Desktop/ubuntuforum”…], [/* 38 vars */]) = -1 ENOENT (No such file or directory)
When doing ls -l “/usr/lib/avast4workstation/bin/avast”, will you get the same “No such file or directory” thing?