Skip to content

Instantly share code, notes, and snippets.

@Zer0t3ch
Created June 23, 2019 23:41
Show Gist options
  • Save Zer0t3ch/2c1ba38549980450efc492d73f969fa7 to your computer and use it in GitHub Desktop.
Save Zer0t3ch/2c1ba38549980450efc492d73f969fa7 to your computer and use it in GitHub Desktop.
Attaching to netbox_netbox_1
netbox_1 | Operations to perform:
netbox_1 | Apply all migrations: admin, auth, circuits, contenttypes, dcim, extras, ipam, secrets, sessions, taggit, tenancy, users, virtualization
netbox_1 | Running migrations:
netbox_1 | No migrations to apply.
netbox_1 | 💡 Username: admin, E-Mail: admin@example.com
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/000_users.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/010_groups.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/020_custom_fields.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/030_regions.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/040_sites.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/050_manufacturers.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/060_device_types.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/070_rack_roles.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/080_racks.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/090_device_roles.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/100_platforms.py'
netbox_1 | ⚙️ Executing '/opt/netbox/startup_scripts/110_devices.py'
netbox_1 |
netbox_1 | 0 static files copied to '/opt/netbox/netbox/static', 344 unmodified.
netbox_1 | ✅ Initialisation is done.
netbox_1 | [2019-06-23 23:20:35 +0000] [1] [DEBUG] Current configuration:
netbox_1 | config: /etc/netbox/config/gunicorn_config.py
netbox_1 | bind: ['0.0.0.0:8001']
netbox_1 | backlog: 2048
netbox_1 | workers: 3
netbox_1 | worker_class: sync
netbox_1 | threads: 1
netbox_1 | worker_connections: 1000
netbox_1 | max_requests: 0
netbox_1 | max_requests_jitter: 0
netbox_1 | timeout: 30
netbox_1 | graceful_timeout: 30
netbox_1 | keepalive: 2
netbox_1 | limit_request_line: 4094
netbox_1 | limit_request_fields: 100
netbox_1 | limit_request_field_size: 8190
netbox_1 | reload: False
netbox_1 | reload_engine: auto
netbox_1 | reload_extra_files: []
netbox_1 | spew: False
netbox_1 | check_config: False
netbox_1 | preload_app: False
netbox_1 | sendfile: None
netbox_1 | reuse_port: False
netbox_1 | chdir: /opt/netbox/netbox
netbox_1 | daemon: False
netbox_1 | raw_env: []
netbox_1 | pidfile: None
netbox_1 | worker_tmp_dir: None
netbox_1 | user: 0
netbox_1 | group: 0
netbox_1 | umask: 0
netbox_1 | initgroups: False
netbox_1 | tmp_upload_dir: None
netbox_1 | secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
netbox_1 | forwarded_allow_ips: ['127.0.0.1']
netbox_1 | accesslog: -
netbox_1 | disable_redirect_access_to_syslog: False
netbox_1 | access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
netbox_1 | errorlog: -
netbox_1 | loglevel: debug
netbox_1 | capture_output: False
netbox_1 | logger_class: gunicorn.glogging.Logger
netbox_1 | logconfig: None
netbox_1 | logconfig_dict: {}
netbox_1 | syslog_addr: udp://localhost:514
netbox_1 | syslog: False
netbox_1 | syslog_prefix: None
netbox_1 | syslog_facility: user
netbox_1 | enable_stdio_inheritance: False
netbox_1 | statsd_host: None
netbox_1 | statsd_prefix:
netbox_1 | proc_name: None
netbox_1 | default_proc_name: netbox.wsgi
netbox_1 | pythonpath: /opt/netbox/netbox
netbox_1 | paste: None
netbox_1 | on_starting: <function OnStarting.on_starting at 0x7f0cc4410158>
netbox_1 | on_reload: <function OnReload.on_reload at 0x7f0cc4410268>
netbox_1 | when_ready: <function WhenReady.when_ready at 0x7f0cc4410378>
netbox_1 | pre_fork: <function Prefork.pre_fork at 0x7f0cc4410488>
netbox_1 | post_fork: <function Postfork.post_fork at 0x7f0cc4410598>
netbox_1 | post_worker_init: <function PostWorkerInit.post_worker_init at 0x7f0cc44106a8>
netbox_1 | worker_int: <function WorkerInt.worker_int at 0x7f0cc44107b8>
netbox_1 | worker_abort: <function WorkerAbort.worker_abort at 0x7f0cc44108c8>
netbox_1 | pre_exec: <function PreExec.pre_exec at 0x7f0cc44109d8>
netbox_1 | pre_request: <function PreRequest.pre_request at 0x7f0cc4410ae8>
netbox_1 | post_request: <function PostRequest.post_request at 0x7f0cc4410b70>
netbox_1 | child_exit: <function ChildExit.child_exit at 0x7f0cc4410c80>
netbox_1 | worker_exit: <function WorkerExit.worker_exit at 0x7f0cc4410d90>
netbox_1 | nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7f0cc4410ea0>
netbox_1 | on_exit: <function OnExit.on_exit at 0x7f0cc441b048>
netbox_1 | proxy_protocol: False
netbox_1 | proxy_allow_ips: ['127.0.0.1']
netbox_1 | keyfile: None
netbox_1 | certfile: None
netbox_1 | ssl_version: 2
netbox_1 | cert_reqs: 0
netbox_1 | ca_certs: None
netbox_1 | suppress_ragged_eofs: True
netbox_1 | do_handshake_on_connect: False
netbox_1 | ciphers: TLSv1
netbox_1 | raw_paste_global_conf: []
netbox_1 | [2019-06-23 23:20:35 +0000] [1] [INFO] Starting gunicorn 19.9.0
netbox_1 | [2019-06-23 23:20:35 +0000] [1] [DEBUG] Arbiter booted
netbox_1 | [2019-06-23 23:20:35 +0000] [1] [INFO] Listening at: http://0.0.0.0:8001 (1)
netbox_1 | [2019-06-23 23:20:35 +0000] [1] [INFO] Using worker: sync
netbox_1 | [2019-06-23 23:20:35 +0000] [187] [INFO] Booting worker with pid: 187
netbox_1 | [2019-06-23 23:20:35 +0000] [188] [INFO] Booting worker with pid: 188
netbox_1 | [2019-06-23 23:20:35 +0000] [189] [INFO] Booting worker with pid: 189
netbox_1 | [2019-06-23 23:20:36 +0000] [1] [DEBUG] 3 workers
netbox_1 | [2019-06-23 23:21:16 +0000] [189] [DEBUG] GET /netbox/
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/ HTTP/1.0" 200 42367 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/css/bootstrap.min.css
netbox_1 | [2019-06-23 23:21:19 +0000] [188] [DEBUG] GET /netbox/static/jquery-ui-1.12.1/jquery-ui.css
netbox_1 | [2019-06-23 23:21:19 +0000] [187] [DEBUG] GET /netbox/static/font-awesome-4.7.0/css/font-awesome.min.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/css/bootstrap.min.css HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/select2-4.0.5/css/select2.min.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/select2-4.0.5/css/select2.min.css HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/css/base.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/css/base.css?v2.6.0 HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/js/jquery-3.3.1.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/js/jquery-3.3.1.min.js HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/select2-4.0.5/js/select2.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/select2-4.0.5/js/select2.min.js HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/clipboard-2.0.4.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/clipboard-2.0.4.min.js HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:19 +0000] [189] [DEBUG] GET /netbox/static/js/forms.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:19 +0000] "GET /netbox/static/js/forms.js?v2.6.0 HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:20 +0000] "GET /netbox/static/jquery-ui-1.12.1/jquery-ui.css HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:20 +0000] "GET /netbox/static/font-awesome-4.7.0/css/font-awesome.min.css HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:20 +0000] [187] [DEBUG] GET /netbox/static/img/netbox_logo.png
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:20 +0000] "GET /netbox/static/img/netbox_logo.png HTTP/1.0" 404 31288 "https://vt.myth.zone/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:20 +0000] [187] [DEBUG] Closing connection.
netbox_1 | [2019-06-23 23:21:24 +0000] [189] [DEBUG] GET /netbox/
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/ HTTP/1.0" 200 42367 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [189] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/css/bootstrap.min.css
netbox_1 | [2019-06-23 23:21:24 +0000] [187] [DEBUG] GET /netbox/static/select2-4.0.5/css/select2.min.css
netbox_1 | [2019-06-23 23:21:24 +0000] [188] [DEBUG] GET /netbox/static/jquery-ui-1.12.1/jquery-ui.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/css/bootstrap.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [189] [DEBUG] GET /netbox/static/font-awesome-4.7.0/css/font-awesome.min.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/select2-4.0.5/css/select2.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/jquery-ui-1.12.1/jquery-ui.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [187] [DEBUG] GET /netbox/static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css
netbox_1 | [2019-06-23 23:21:24 +0000] [188] [DEBUG] GET /netbox/static/css/base.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/font-awesome-4.7.0/css/font-awesome.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [189] [DEBUG] GET /netbox/static/js/jquery-3.3.1.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/css/base.css?v2.6.0 HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [188] [DEBUG] GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [187] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/js/jquery-3.3.1.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [189] [DEBUG] GET /netbox/static/select2-4.0.5/js/select2.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [188] [DEBUG] GET /netbox/static/clipboard-2.0.4.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [187] [DEBUG] GET /netbox/static/js/forms.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/select2-4.0.5/js/select2.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [189] [DEBUG] GET /netbox/static/img/netbox_logo.png
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/clipboard-2.0.4.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/js/forms.js?v2.6.0 HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [187] [DEBUG] GET /netbox/static/clipboard-2.0.4.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/img/netbox_logo.png HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/clipboard-2.0.4.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [187] [DEBUG] GET /netbox/static/js/forms.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:24 +0000] "GET /netbox/static/js/forms.js?v2.6.0 HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:24 +0000] [188] [DEBUG] GET /netbox/static/img/netbox.ico
netbox_1 | [2019-06-23 23:21:25 +0000] [188] [DEBUG] Ignoring EPIPE
netbox_1 | [2019-06-23 23:21:39 +0000] [189] [DEBUG] GET /netbox/static/js/forms.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/js/forms.js HTTP/1.0" 404 31288 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [189] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/css/bootstrap.min.css
netbox_1 | [2019-06-23 23:21:39 +0000] [188] [DEBUG] GET /netbox/static/font-awesome-4.7.0/css/font-awesome.min.css
netbox_1 | [2019-06-23 23:21:39 +0000] [187] [DEBUG] GET /netbox/static/jquery-ui-1.12.1/jquery-ui.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/css/bootstrap.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [189] [DEBUG] GET /netbox/static/select2-4.0.5/css/select2.min.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/jquery-ui-1.12.1/jquery-ui.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/font-awesome-4.7.0/css/font-awesome.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [187] [DEBUG] GET /netbox/static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css
netbox_1 | [2019-06-23 23:21:39 +0000] [188] [DEBUG] GET /netbox/static/css/base.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/select2-4.0.5/css/select2.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [189] [DEBUG] GET /netbox/static/js/jquery-3.3.1.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/css/base.css?v2.6.0 HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [187] [DEBUG] GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js
netbox_1 | [2019-06-23 23:21:39 +0000] [188] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/js/jquery-3.3.1.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [189] [DEBUG] GET /netbox/static/select2-4.0.5/js/select2.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/select2-4.0.5/js/select2.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [189] [DEBUG] GET /netbox/static/clipboard-2.0.4.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [188] [DEBUG] GET /netbox/static/js/forms.js
netbox_1 | [2019-06-23 23:21:39 +0000] [187] [DEBUG] GET /netbox/static/img/netbox_logo.png
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/clipboard-2.0.4.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/img/netbox_logo.png HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/js/forms.js?v2.6.0 HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [189] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:39 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:39 +0000] [189] [DEBUG] GET /netbox/static/select2-4.0.5/js/select2.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:40 +0000] "GET /netbox/static/select2-4.0.5/js/select2.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:40 +0000] [189] [DEBUG] GET /netbox/static/clipboard-2.0.4.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:40 +0000] "GET /netbox/static/clipboard-2.0.4.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:40 +0000] [189] [DEBUG] GET /netbox/static/js/forms.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:21:40 +0000] "GET /netbox/static/js/forms.js?v2.6.0 HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:21:40 +0000] [189] [DEBUG] GET /netbox/static/img/netbox.ico
netbox_1 | [2019-06-23 23:21:40 +0000] [189] [DEBUG] Ignoring EPIPE
netbox_1 | [2019-06-23 23:21:43 +0000] [188] [DEBUG] GET /netbox/
netbox_1 | [2019-06-23 23:21:43 +0000] [188] [DEBUG] Ignoring EPIPE
netbox_1 | [2019-06-23 23:24:17 +0000] [189] [DEBUG] GET /netbox/static/js/forms.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/js/forms.js HTTP/1.0" 404 31288 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [189] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/css/bootstrap.min.css
netbox_1 | [2019-06-23 23:24:17 +0000] [187] [DEBUG] GET /netbox/static/font-awesome-4.7.0/css/font-awesome.min.css
netbox_1 | [2019-06-23 23:24:17 +0000] [188] [DEBUG] GET /netbox/static/jquery-ui-1.12.1/jquery-ui.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/css/bootstrap.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/font-awesome-4.7.0/css/font-awesome.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [187] [DEBUG] GET /netbox/static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css
netbox_1 | [2019-06-23 23:24:17 +0000] [189] [DEBUG] GET /netbox/static/select2-4.0.5/css/select2.min.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/jquery-ui-1.12.1/jquery-ui.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [188] [DEBUG] GET /netbox/static/css/base.css
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/select2-4.0.5/css/select2.min.css HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [187] [DEBUG] GET /netbox/static/js/jquery-3.3.1.min.js
netbox_1 | [2019-06-23 23:24:17 +0000] [189] [DEBUG] GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/css/base.css?v2.6.0 HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [188] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/js/jquery-3.3.1.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [189] [DEBUG] GET /netbox/static/select2-4.0.5/js/select2.min.js
netbox_1 | [2019-06-23 23:24:17 +0000] [187] [DEBUG] GET /netbox/static/clipboard-2.0.4.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [188] [DEBUG] GET /netbox/static/js/forms.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/clipboard-2.0.4.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [187] [DEBUG] GET /netbox/static/img/netbox_logo.png
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/select2-4.0.5/js/select2.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [189] [DEBUG] GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/js/forms.js?v2.6.0 HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/img/netbox_logo.png HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/jquery-ui-1.12.1/jquery-ui.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [189] [DEBUG] GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/bootstrap-3.3.7-dist/js/bootstrap.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [189] [DEBUG] GET /netbox/static/select2-4.0.5/js/select2.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:17 +0000] "GET /netbox/static/select2-4.0.5/js/select2.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:17 +0000] [189] [DEBUG] GET /netbox/static/clipboard-2.0.4.min.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:18 +0000] "GET /netbox/static/clipboard-2.0.4.min.js HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
netbox_1 | [2019-06-23 23:24:18 +0000] [189] [DEBUG] GET /netbox/static/js/forms.js
netbox_1 | 172.30.0.5 - - [23/Jun/2019:23:24:18 +0000] "GET /netbox/static/js/forms.js?v2.6.0 HTTP/1.0" 404 31288 "http://vt.myth.zone:32666/netbox/static/js/forms.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
@karthikeyan-dhandapani
Copy link

Hi, How did you resolve this problem? I get this issue when I set the base_path. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment