OpnSrcConstruction / subterfuge

Automatically exported from code.google.com/p/subterfuge
GNU General Public License v3.0
1 stars 0 forks source link

Interface change #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Can not change to any interface e.g. wlan0. Always reverts back to default 
eth0.

What version of the product are you using? On what operating system?

BT5r2

Please provide any additional information below.

Environment:

Request Method: GET
Request URL: http://127.0.0.1/config/settings/

Django Version: 1.3.1
Python Version: 2.6.5
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'subterfuge.main',
 'subterfuge.cease',
 'subterfuge.modules']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware')

Traceback:
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py" in 
get_response
  111.                         response = callback(request, *callback_args, **callback_kwargs)
File "/usr/share/subterfuge/main/views.py" in conf
  196.       conf[15] = request.POST["iface"] + "\n"
File "/usr/local/lib/python2.6/dist-packages/django/utils/datastructures.py" in 
__getitem__
  256.             raise MultiValueDictKeyError("Key %r not found in %r" % (key, self))

Exception Type: MultiValueDictKeyError at /config/settings/
Exception Value: "Key 'iface' not found in <QueryDict: {}>"

Original issue reported on code.google.com by suci...@gmail.com on 8 Jul 2012 at 6:54

GoogleCodeExporter commented 8 years ago

Original comment by topher.s...@gmail.com on 16 Jul 2012 at 9:38

GoogleCodeExporter commented 8 years ago
I'm having same issue running bt5r3 blackhat edition with subterfuge 4.0

Original comment by supert...@gmail.com on 5 Aug 2012 at 9:15

GoogleCodeExporter commented 8 years ago
Fix implemented in Version 4.1

Original comment by Mtoussain@gmail.com on 13 Aug 2012 at 7:26