Hi,
Your problem is most likely, that you need to setup the proxy for svn. That solved the issue in my case. Try to remove & install again, just to make sure after you have set it up.
BR,
N.
Good day
I have been trying to update my BT5 but to no avail.
Scouring the internet in search of the solution has not helped my cause either.
I have successfully updated my BT5 in the past and use the system variable (http_proxy) to store my proxy settings.
When I attempt updating, I get this:
apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up w3af (1.2-bt0) ...
tar: pybloomfiltermmap-0.2.0.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
/var/lib/dpkg/info/w3af.postinst: line 4: cd: pybloomfiltermmap-0.2.0: No
/ such file or directory
python: can't open file 'setup.py': [Errno 2] No such file or directory
svn: OPTIONS of 'https://w3af.svn.sourceforge.net/svnroot/w3af/trunk': could
not connect to server (https://w3af.svn.sourceforge.net)
dpkg: error processing w3af (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
w3af
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any advice would be appreciated
Hi,
Your problem is most likely, that you need to setup the proxy for svn. That solved the issue in my case. Try to remove & install again, just to make sure after you have set it up.
BR,
N.
hy
i'm new and have some problems so if could somebody explain me what it is all about. thx
Setting up w3af (1.2-bt0) ...
tar: pybloomfiltermmap-0.2.0.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
/var/lib/dpkg/info/w3af.postinst: line 4: cd: pybloomfiltermmap-0.2.0: No such file or directory
python: can't open file 'setup.py': [Errno 2] No such file or directory
svn: Working copy 'w3af' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
dpkg: error processing w3af (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
w3af
E: Sub-process /usr/bin/dpkg returned an error code (1)
are you running BT in VM ? if so diable your antivirus on the host![]()
can you help me? I can not fix this error! thanks
Hi all, I'm having this issue as well. Anyone know how to fix other than formatting and starting all over again? I really dont want to do that.
everything seemed great then i got this, any ideas? thx
Setting up w3af (1.2-bt1) ...
tar: pybloomfiltermmap-0.2.0.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
/var/lib/dpkg/info/w3af.postinst: line 4: cd: pybloomfiltermmap-0.2.0: No such file or directory
python: can't open file 'setup.py': [Errno 2] No such file or directory
Error validating server certificate for 'https://w3af.svn.sourceforge.net:443':
- The certificate is not yet valid.
- The certificate has an unknown error.
Certificate information:
- Hostname: *.svn.sourceforge.net
- Valid: from Sat, 25 Feb 2012 23:58:41 GMT until Sun, 31 Mar 2013 19:51:44 GMT
- Issuer: GeoTrust, Inc., US
- Fingerprint:
(R)eject or accept (t)emporarily?
It doesn't look like anyone has suggest this option yet so I'll post it in the hope that it helps.
Doing a little reading back through what the error says when I runI come across a post install script located in /var/lib/dpkg/info/w3af.postinstCode:dpkg --configure -a
This says it's looking a file in /tmp. This file was likely cleaned out after a previous install attempt that (for some reason I don't know right now) failed. To get this working again simply run:
That won't take long at all as it's a tiny file. Then re-run:Code:wget http://pypi.python.org/packages/source/p/pybloomfiltermmap/pybloomfiltermmap-0.2.0.tar.gz
It'll find the file in your /tmp and finish it's business...Code:dpkg --configure -a