Results 1 to 7 of 7
I'm trying to install Wine and I keep encountering an error. I've installed and reinstalled Wine using Synaptic and Automatix and get an error at the end of the install. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-05-2007 #1Just Joined!
- Join Date
- Apr 2007
- Location
- Missouri
- Posts
- 7
Wine Install Error
I'm trying to install Wine and I keep encountering an error. I've installed and reinstalled Wine using Synaptic and Automatix and get an error at the end of the install. I tried using the terminal and got the same error.
Any help would be appreciated.
Originally Posted by Terminal
I'm using Ubuntu 6.06.
- 04-05-2007 #2
after you get that error, try apt-get -f install to force an install because of the error. then try apt-get upgrade again, apt-get -f install back and forth until only the package that has the error is left.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-05-2007 #3Just Joined!
- Join Date
- Apr 2007
- Location
- Missouri
- Posts
- 7
That didn't seem to work. Here's a litte more detail as to what I'm missing.
Is there anywhere I can get this clamav file and manually put it into the required directory?Setting up clamav-base (0.88.4-1ubuntu1~dapper1) ...
chown: cannot access `/var/run/clamav': No such file or directory
dpkg: error processing clamav-base (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
clamav-base
E: Sub-process /usr/bin/dpkg returned an error code (1)
- 04-05-2007 #4
execute this
this command will install all pending packages.Code:sudo dpkg --configure -a
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-05-2007 #5Just Joined!
- Join Date
- Apr 2007
- Location
- Missouri
- Posts
- 7
Darn, not it. It recognizes the missing file, but doesn't seem to correct it.
Setting up clamav-base (0.88.4-1ubuntu1~dapper1) ...
chown: cannot access `/var/run/clamav': No such file or directory
dpkg: error processing clamav-base (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
clamav-base
- 04-05-2007 #6
did you try apt-get -f install?
Code:sudo apt-get -f install clamav-base
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-06-2007 #7Just Joined!
- Join Date
- Apr 2007
- Location
- Missouri
- Posts
- 7
It returns the same error.
Reading package lists... Done
Building dependency tree... Done
clamav-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up clamav-base (0.88.4-1ubuntu1~dapper1) ...
chown: cannot access `/var/run/clamav': No such file or directory
dpkg: error processing clamav-base (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
clamav-base
E: Sub-process /usr/bin/dpkg returned an error code (1)


Reply With Quote
