GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
811 stars 263 forks source link

OS X: --debug causes logging errors #166

Closed ghost closed 9 years ago

ghost commented 9 years ago

GNS3 V1.3.2, OS X V10.9.5

When starting GNS3 with --debug, then the logger shows a lot of errors.

Scenario:

Exact the same sequence works flawless on linux, debian 8 (jessie).

Here the log output:

/Users/behlers# /Applications/Lokal/GNS3.app/Contents/MacOS/GNS3 --debug
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: GNS3 GUI version 1.3.2
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: Copyright (c) 2007-2015 GNS3 Technologies Inc.
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO main.py:218 Log level: DEBUG
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO servers.pyo:69 New local server connection http://127.0.0.1:8000 registered
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 DEBUG cloud_instances.pyo:131 Loading cloud instances
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: QPixmap::scaled: Pixmap is a null pixmap
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 DEBUG http_client.pyo:172 No GNS3 server is already running on 127.0.0.1:8000: <urlopen error [Errno 61] Connection refused>
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO servers.pyo:225 Starting local server process with "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/MacOS/gns3server" --host 127.0.0.1 --port 8000 --local
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO servers.pyo:238 Local server process has started (PID=849)
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: QPixmap::scaled: Pixmap is a null pixmap
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO main.py:147 GNS3 server version 1.3.2
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO main.py:149 Copyright (c) 2007-2015 GNS3 Technologies Inc.
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO main.py:152 Config file /Users/behlers/.config/gns3.net/gns3_server.conf loaded
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 WARNING main.py:157 Local mode is enabled. Beware, clients will have full control on your filesystem
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO main.py:165 Running with Python 3.4.3 and has PID 849
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO server.pyc:214 Starting server on 127.0.0.1:8000
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28.794 GNS3[846:507] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO __init__.pyo:206 VPCS module reset
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO __init__.pyo:421 Dynamips module reset
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO __init__.pyo:286 IOU module reset
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO __init__.pyo:306 VirtualBox module reset
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO __init__.pyo:259 QEMU module reset
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO __init__.pyo:69 Built-in module reset
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:28 INFO topology.pyo:371 Topology reset
Apr 29 21:33:28 imac.lan GNS3[846] <Notice>: QPixmap::scaled: Pixmap is a null pixmap
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36.770 GNS3[846:507] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36 INFO __init__.pyo:206 VPCS module reset
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36 INFO __init__.pyo:421 Dynamips module reset
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36 INFO __init__.pyo:286 IOU module reset
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36 INFO __init__.pyo:306 VirtualBox module reset
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36 INFO __init__.pyo:259 QEMU module reset
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36 INFO __init__.pyo:69 Built-in module reset
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36 INFO topology.pyo:371 Topology reset
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36 INFO topology.pyo:449 Starting to save the topology (version 1.3.2)
Apr 29 21:33:36 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:36 INFO main_window.pyo:1337 Saving project: /Users/behlers/GNS3/projects/test/test.gns3
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO __init__.pyo:330 creating node <class 'gns3.modules.dynamips.nodes.c3725.C3725'>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO router.pyo:55 Router c3725 is being created
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO __init__.pyo:343 configuring node Router c3725
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO vm.pyo:234 Opening configuration file: /Users/behlers/.config/gns3.net/base_configs/ios_base_startup-config.txt
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO vm.pyo:234 Opening configuration file: /Users/behlers/.config/gns3.net/base_configs/ios_base_private-config.txt
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO http_client.pyo:246 Connection to 127.0.0.1:8000
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 DEBUG http_client.pyo:304 GET http://127.0.0.1:8000/v1/version {}
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO server.pyc:169 127.0.0.1 - - Wed, 29 Apr 2015 19:33:43 GMT "GET /v1/version HTTP/1.1" 200 230 "-" "GNS3 QT Client v1.3.2"
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 DEBUG http_client.pyo:371 Decoding response from http://127.0.0.1:8000/v1/version response 200
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 DEBUG http_client.pyo:374 {
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:     "local": true,
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:     "version": "1.3.2"
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: }
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 DEBUG http_client.pyo:304 POST http://127.0.0.1:8000/v1/projects {'temporary': False, 'name': 'test', 'path': '/Users/behlers/GNS3/projects/test', 'project_id': None}
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO project.pyc:76 Project afff48dd-2d5d-459f-b5ff-af18f42095b1 with path '/Users/behlers/GNS3/projects/test' created
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO server.pyc:169 127.0.0.1 - - Wed, 29 Apr 2015 19:33:43 GMT "POST /v1/projects HTTP/1.1" 201 393 "-" "GNS3 QT Client v1.3.2"
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 DEBUG http_client.pyo:371 Decoding response from http://127.0.0.1:8000/v1/projects response 201
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 DEBUG http_client.pyo:374 {
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:     "location": "/Users/behlers/GNS3/projects",
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:     "name": "test",
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:     "path": "/Users/behlers/GNS3/projects/test",
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:     "project_id": "afff48dd-2d5d-459f-b5ff-af18f42095b1",
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:     "temporary": false
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: }
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 INFO project.pyo:286 Server project path is /Users/behlers/GNS3/projects/test
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 DEBUG http_client.pyo:304 POST http://127.0.0.1:8000/v1/projects/afff48dd-2d5d-459f-b5ff-af18f42095b1/dynamips/vms {'name': 'R1', 'slot1': '', 'iomem': 5, 'nvram': 256, 'private_config_content': '!\n\nkerberos password \ncrypto RSA-key-pair %h.mydomain.com 0 1014940935\n 30820155 02010030 0D06092A 864886F7 0D010101 05000482 013F3082 013B0201 \n 00024100 A7EA2920 73033037 689F8166 B6AEA7FF 91015466 7379FA4F D7B175C3 \n 8D5D1E56 89B00E73 D5553491 06D651DA 71213D18 3E4EAF44 8C5F05F1 E8C1FE
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 DEBUG http_client.pyo:304 POST http://127.0.0.1:8000/v1/projects/afff48dd-2d5d-459f-b5ff-af18f42095b1/dynamips/vms {'name': 'R1', 'slot1': '', 'iomem': 5, 'nvram': 256, 'private_config_content': '!\n\nkerberos password \ncrypto RSA-key-pair %h.mydomain.com 0 1014940935\n 30820155 02010030 0D06092A 864886F7 0D010101 05000482 013F3082 013B0201 \n 00024100 A7EA2920 73033037 689F8166 B6AEA7FF 91015466 7379FA4F D7B175C3 \n 8D5D1E56 89B00E73 D5553491 06D651DA 71213D18 3E4EAF44 8C5F05F1 E8C1FE
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:43 DEBUG http_client.pyo:304 POST http://127.0.0.1:8000/v1/projects/afff48dd-2d5d-459f-b5ff-af18f42095b1/dynamips/vms {'name': 'R1', 'slot1': '', 'iomem': 5, 'nvram': 256, 'private_config_content': '!\n\nkerberos password \ncrypto RSA-key-pair %h.mydomain.com 0 1014940935\n 30820155 02010030 0D06092A 864886F7 0D010101 05000482 013F3082 013B0201 \n 00024100 A7EA2920 73033037 689F8166 B6AEA7FF 91015466 7379FA4F D7B175C3 \n 8D5D1E56 89B00E73 D5553491 06D651DA 71213D18 3E4EAF44 8C5F05F1 E8C1FE
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 236, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 72, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/base_manager.pyc", line 229, in create_vm
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 187, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 341, in start_new_hypervisor
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Creating new hypervisor 127.0.0.1:50896 with working directory /Users/behlers/GNS3/projects/test/project-files/dynamips'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 236, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 72, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/base_manager.pyc", line 229, in create_vm
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 187, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 342, in start_new_hypervisor
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/hypervisor.pyc", line 111, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: "Starting Dynamips: ['/Applications/Lokal/GNS3.app/Contents/Resources/dynamips', '-N1', '-l', 'dynamips_i1_log.txt', '-H', '127.0.0.1:50896']"
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 236, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 72, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/base_manager.pyc", line 229, in create_vm
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 187, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 342, in start_new_hypervisor
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/hypervisor.pyc", line 115, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Dynamips process logging to /var/folders/w5/khqk_lyn3_xd7qqz84cfxcnm0000gn/T/tmpz7leef8p'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 72, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/base_manager.pyc", line 229, in create_vm
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 187, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 342, in start_new_hypervisor
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/hypervisor.pyc", line 120, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Dynamips process started PID=851'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 72, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/base_manager.pyc", line 229, in create_vm
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 187, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 343, in start_new_hypervisor
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Hypervisor 127.0.0.1:50896 has successfully started'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 72, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/base_manager.pyc", line 229, in create_vm
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 187, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 344, in start_new_hypervisor
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/dynamips_hypervisor.pyc", line 94, in connect
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Connected to Dynamips hypervisor after 0.4973 seconds'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 72, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/base_manager.pyc", line 229, in create_vm
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 197, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Router c3725 "R1" [a48ea5a7-dd74-4f13-ba47-d4a91f5774bf] has been created'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 473, in update_vm_settings
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 485, in set_nvram
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Router "R1" [a48ea5a7-dd74-4f13-ba47-d4a91f5774bf]: NVRAM updated from 112KB to 256KB'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 473, in update_vm_settings
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 825, in set_disk0
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Router "R1" [a48ea5a7-dd74-4f13-ba47-d4a91f5774bf]: disk0 updated from 16MB to 0MB'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 473, in update_vm_settings
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 604, in set_idlepc
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Router "R1" [a48ea5a7-dd74-4f13-ba47-d4a91f5774bf]: idle-PC set to 0x602467a4'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 473, in update_vm_settings
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 428, in set_image
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Router "R1" [a48ea5a7-dd74-4f13-ba47-d4a91f5774bf]: has a new IOS image set: "/Users/behlers/GNS3/images/IOS/c3725-adventerprisek9-mz.124-25d.image"'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 509, in update_vm_settings
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 526, in set_vm_configs
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 553, in _create_config
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Message: 'Creating config file /Users/behlers/GNS3/projects/test/project-files/dynamips/configs/i1_startup-config.cfg'
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 509, in update_vm_settings
Apr 29 21:33:43 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 527, in set_vm_configs
Apr 29 21:33:44 imac.lan GNS3[846] <Notice>: QPixmap::scaled: Pixmap is a null pixmap
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 1446, in set_configs
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Message: 'Router "R1" [a48ea5a7-dd74-4f13-ba47-d4a91f5774bf]: has a new startup-config set: "configs/i1_startup-config.cfg"'
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 509, in update_vm_settings
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 535, in set_vm_configs
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 553, in _create_config
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Message: 'Creating config file /Users/behlers/GNS3/projects/test/project-files/dynamips/configs/i1_private-config.cfg'
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 509, in update_vm_settings
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 536, in set_vm_configs
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 1446, in set_configs
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Message: 'Router "R1" [a48ea5a7-dd74-4f13-ba47-d4a91f5774bf]: has a new startup-config set: "configs/i1_startup-config.cfg"'
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 509, in update_vm_settings
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 536, in set_vm_configs
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 1453, in set_configs
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Message: 'Router "R1" [a48ea5a7-dd74-4f13-ba47-d4a91f5774bf]: has a new private-config set: "configs/i1_private-config.cfg"'
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 75, in create
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 356, in ghost_ios_support
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 437, in _set_ghost_ios
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 119, in __init__
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Message: 'Creating a new ghost IOS instance'
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 75, in create
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 356, in ghost_ios_support
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 440, in _set_ghost_ios
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 428, in set_image
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Message: 'Router "Ghost" [50cb86f5-093b-44ed-a0d7-8ac7725c7bdb]: has a new IOS image set: "/Users/behlers/GNS3/images/IOS/c3725-adventerprisek9-mz.124-25d.image"'
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 75, in create
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 356, in ghost_ios_support
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 441, in _set_ghost_ios
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 769, in set_ghost_status
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Message: 'Router "Ghost" [50cb86f5-093b-44ed-a0d7-8ac7725c7bdb]: ghost status set to 1'
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 75, in create
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 356, in ghost_ios_support
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 442, in _set_ghost_ios
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 728, in set_ghost_file
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Message: 'Router "Ghost" [50cb86f5-093b-44ed-a0d7-8ac7725c7bdb]: ghost file set to c3725-adventerprisek9-mz.124-25d.image-128.ghost'
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 62, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 190, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/main.py", line 183, in main
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/server.pyc", line 227, in run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 276, in run_forever
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/base_events.pyc", line 1172, in _run_once
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/events.pyc", line 120, in _run
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 292, in _wakeup
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "asyncio/tasks.pyc", line 238, in _step
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/server.pyc", line 240, in start
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "aiohttp/web.pyc", line 1502, in handle_request
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 202, in vm_concurrency
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/route.pyc", line 140, in control_schema
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 75, in create
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 356, in ghost_ios_support
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/__init__.pyc", line 445, in _set_ghost_ios
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/modules/dynamips/nodes/router.pyc", line 254, in start
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1274, in info
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1409, in _log
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1419, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 1481, in callHandlers
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 853, in handle
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 78, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Message: 'router "Ghost" [50cb86f5-093b-44ed-a0d7-8ac7725c7bdb] has been started'
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Arguments: ()
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: --- Logging error ---
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Traceback (most recent call last):
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "gns3server/web/logger.pyc", line 76, in emit
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "logging/__init__.pyc", line 962, in flush
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: Call stack:
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/server/Contents/Resources/__boot__.py", line 77, in <module>
Apr 29 21:33:46 imac.lan GNS3[846] <Notice>: 2015-04-29 21:33:46.491 GNS3[846:507] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
julien-duponchelle commented 9 years ago

Ok it's only when it's frozen

julien-duponchelle commented 9 years ago

I hope it's fixed, we will see

ghost commented 9 years ago

Testing with Nightly 2015-05-06 (V1.3.3dev2):

The original procedure is now OK, but when I then quit GNS3 without saving, I get 2 more BrokenPipeErrors. It looks as if this time the GUI is affected:

May  6 09:58:25 imac.lan GNS3[585] <Notice>: 2015-05-06 09:58:25.479 GNS3[585:507] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
May  6 09:58:26 imac.lan GNS3[585] <Notice>: --- Logging error ---
May  6 09:58:26 imac.lan GNS3[585] <Notice>: Traceback (most recent call last):
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "gns3/logger.pyo", line 76, in emit
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 962, in flush
May  6 09:58:26 imac.lan GNS3[585] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
May  6 09:58:26 imac.lan GNS3[585] <Notice>: Call stack:
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/__boot__.py", line 351, in <module>
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/__boot__.py", line 336, in _run
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/main.py", line 232, in <module>
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/main.py", line 225, in main
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "gns3/http_client.pyo", line 370, in _processResponse
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 1262, in debug
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 1409, in _log
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 1419, in handle
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 1481, in callHandlers
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 853, in handle
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "gns3/logger.pyo", line 78, in emit
May  6 09:58:26 imac.lan GNS3[585] <Notice>: Message: 'Decoding response from http://192.168.1.10:8000/v1/projects/f27aa573-00ae-4f00-b9b8-e0bca2262a56/dynamips/vms response 201'
May  6 09:58:26 imac.lan GNS3[585] <Notice>: Arguments: ()
May  6 09:58:26 imac.lan GNS3[585] <Notice>: --- Logging error ---
May  6 09:58:26 imac.lan GNS3[585] <Notice>: Traceback (most recent call last):
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "gns3/logger.pyo", line 76, in emit
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 962, in flush
May  6 09:58:26 imac.lan GNS3[585] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
May  6 09:58:26 imac.lan GNS3[585] <Notice>: Call stack:
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/__boot__.py", line 351, in <module>
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/__boot__.py", line 336, in _run
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/main.py", line 232, in <module>
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "/Applications/Lokal/GNS3.app/Contents/Resources/main.py", line 225, in main
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "gns3/http_client.pyo", line 373, in _processResponse
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 1262, in debug
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 1409, in _log
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 1419, in handle
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 1481, in callHandlers
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "logging/__init__.pyo", line 853, in handle
May  6 09:58:26 imac.lan GNS3[585] <Notice>:   File "gns3/logger.pyo", line 78, in emit
May  6 09:58:26 imac.lan GNS3[585] <Notice>: Message: '{\n    "aux": null,\n    "clock_divisor": 8,\n    "console": 2001,\n    "disk0": 0,\n    "disk1": 0,\n    "dynamips_id": 1,\n    "exec_area": 64,\n    "idlemax": 500,\n    "idlepc": "0x602467a4",\n    "idlesleep": 30,\n    "image": "c3725-adventerprisek9-mz.124-25d.image",\n    "iomem": 5,\n    "mac_addr": "c201.024d.0000",\n    "mmap": true,\n    "name": "R1",\n    "nvram": 256,\n    "platform": "c3725",\n    "private_config": "configs/i1_private-config.cfg",\n    "project_id": "f27aa573-00ae-4f
May  6 09:58:26 imac.lan GNS3[585] <Notice>: Message: '{\n    "aux": null,\n    "clock_divisor": 8,\n    "console": 2001,\n    "disk0": 0,\n    "disk1": 0,\n    "dynamips_id": 1,\n    "exec_area": 64,\n    "idlemax": 500,\n    "idlepc": "0x602467a4",\n    "idlesleep": 30,\n    "image": "c3725-adventerprisek9-mz.124-25d.image",\n    "iomem": 5,\n    "mac_addr": "c201.024d.0000",\n    "mmap": true,\n    "name": "R1",\n    "nvram": 256,\n    "platform": "c3725",\n    "private_config": "configs/i1_private-config.cfg",\n    "project_id": "f27aa573-00ae-4f
May  6 09:58:26 imac.lan GNS3[585] <Notice>: Message: '{\n    "aux": null,\n    "clock_divisor": 8,\n    "console": 2001,\n    "disk0": 0,\n    "disk1": 0,\n    "dynamips_id": 1,\n    "exec_area": 64,\n    "idlemax": 500,\n    "idlepc": "0x602467a4",\n    "idlesleep": 30,\n    "image": "c3725-adventerprisek9-mz.124-25d.image",\n    "iomem": 5,\n    "mac_addr": "c201.024d.0000",\n    "mmap": true,\n    "name": "R1",\n    "nvram": 256,\n    "platform": "c3725",\n    "private_config": "configs/i1_private-config.cfg",\n    "project_id": "f27aa573-00ae-4f
julien-duponchelle commented 9 years ago

So now the error is in the client...

ghost commented 9 years ago

Tested with nightly 2015-05-07 I'm almost happy, but not completely.

When I use the above procedure then quit GNS3 I got the following messages during GNS3 shutdown without debug:

May  7 10:54:58 imac.lan GNS3[718] <Notice>: QPixmap::scaled: Pixmap is a null pixmap
May  7 10:55:00 imac.lan GNS3[718] <Notice>: 2015-05-07 10:55:00.571 GNS3[718:507] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
May  7 10:55:00 imac.lan GNS3[718] <Notice>: 2015-05-07 10:55:00 INFO hypervisor.pyc:133 Stopping Dynamips process PID=722
May  7 10:55:01 imac.lan GNS3[718] <Notice>: 2015-05-07 10:55:01 INFO project.pyc:368 Project 0acf6218-0b73-4ef6-b257-198206816650 with path '/Users/behlers/GNS3/projects/0acf6218-0b73-4ef6-b257-198206816650' deleted
May  7 10:55:01 imac.lan GNS3[718] <Notice>: 2015-05-07 10:55:01 INFO server.pyc:169 127.0.0.1 - - Thu, 07 May 2015 08:55:01 GMT "POST /v1/server/shutdown HTTP/1.1" 201 169 "-" "GNS3 QT Client v1.3.3dev2"
May  7 10:55:01 imac.lan GNS3[718] <Notice>: 2015-05-07 10:55:01 INFO project.pyo:330 Project 0acf6218-0b73-4ef6-b257-198206816650 closed
May  7 10:55:01 imac.lan GNS3[718] <Notice>: 2015-05-07 10:55:01 INFO servers.pyo:260 Stopping local server (PID=721)
May  7 10:55:01 imac.lan GNS3[718] <Notice>: QThreadStorage: Thread 0x10018a100 exited after QThreadStorage 7 destroyed
May  7 10:55:01 imac.lan GNS3[718] <Notice>: QThreadStorage: Thread 0x10c05e780 exited after QThreadStorage 7 destroyed
May  7 10:55:01 imac.lan GNS3[718] <Notice>: QThreadStorage: Thread 0x1003a71e0 exited after QThreadStorage 7 destroyed
May  7 10:55:01 imac.lan GNS3[718] <Notice>: QThreadStorage: Thread 0x10bed3d90 exited after QThreadStorage 7 destroyed
May  7 10:55:01 imac.lan GNS3[718] <Notice>: QThreadStorage: Thread 0x10059da50 exited after QThreadStorage 7 destroyed

With --debug I get the following:

May  7 10:56:30 imac.lan GNS3[736] <Notice>: QPixmap::scaled: Pixmap is a null pixmap
May  7 10:56:31 imac.lan GNS3[736] <Notice>: 2015-05-07 10:56:31.622 GNS3[736:507] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
May  7 10:56:32 imac.lan GNS3[736] <Notice>: Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>
May  7 10:56:32 imac.lan GNS3[736] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
May  7 10:56:32 imac.lan GNS3[736] <Notice>: Exception ignored in: <gns3.pycutext.MultipleRedirection object at 0x10e16a198>
May  7 10:56:32 imac.lan GNS3[736] <Notice>: Traceback (most recent call last):
May  7 10:56:32 imac.lan GNS3[736] <Notice>:   File "gns3/pycutext.pyo", line 46, in flush
May  7 10:56:32 imac.lan GNS3[736] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
May  7 10:56:32 imac.lan GNS3[736] <Notice>: QThreadStorage: Thread 0x1003cacc0 exited after QThreadStorage 7 destroyed
May  7 10:56:32 imac.lan GNS3[736] <Notice>: QThreadStorage: Thread 0x1002df4b0 exited after QThreadStorage 7 destroyed
May  7 10:56:32 imac.lan GNS3[736] <Notice>: QThreadStorage: Thread 0x1003d3970 exited after QThreadStorage 7 destroyed
May  7 10:56:32 imac.lan GNS3[736] <Notice>: QThreadStorage: Thread 0x10632fc60 exited after QThreadStorage 7 destroyed

These 5 INFO messages are missing, instead some messages about ignored BrokenPipeError. It's not that important, maybe something for 1.4.

julien-duponchelle commented 9 years ago

Another fix pushed :P

ghost commented 9 years ago

Re-tested with 1.3.3rc1: Still the same issue, when closing GNS3.

With --debug:

May  8 09:27:30 imac.lan GNS3[474] <Notice>: QPixmap::scaled: Pixmap is a null pixmap
May  8 09:27:32 imac.lan GNS3[474] <Notice>: 2015-05-08 09:27:32.930 GNS3[474:507] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
May  8 09:27:33 imac.lan GNS3[474] <Notice>: QPixmap::scaled: Pixmap is a null pixmap
May  8 09:27:34 imac.lan GNS3[474] <Notice>: Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>
May  8 09:27:34 imac.lan GNS3[474] <Notice>: BrokenPipeError: [Errno 32] Broken pipe
May  8 09:27:34 imac.lan GNS3[474] <Notice>: 2015-05-08 09:27:34.374 GNS3[474:507] modalSession has been exited prematurely - check for a reentrant call to endModalSession:

Without --debug:

May  8 09:29:45 imac.lan GNS3[490] <Notice>: QPixmap::scaled: Pixmap is a null pixmap
May  8 09:29:47 imac.lan GNS3[490] <Notice>: 2015-05-08 09:29:47.312 GNS3[490:507] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
May  8 09:29:47 imac.lan GNS3[490] <Notice>: 2015-05-08 09:29:47 INFO hypervisor.pyc:133 Stopping Dynamips process PID=494
May  8 09:29:47 imac.lan GNS3[490] <Notice>: 2015-05-08 09:29:47 INFO project.pyc:368 Project 9ebed463-cab8-4d3c-a3b6-f4e8f34e2ce9 with path '/Users/behlers/GNS3/projects/9ebed463-cab8-4d3c-a3b6-f4e8f34e2ce9' deleted
May  8 09:29:47 imac.lan GNS3[490] <Notice>: 2015-05-08 09:29:47 INFO server.pyc:169 127.0.0.1 - - Fri, 08 May 2015 07:29:47 GMT "POST /v1/server/shutdown HTTP/1.1" 201 168 "-" "GNS3 QT Client v1.3.3rc1"
May  8 09:29:47 imac.lan GNS3[490] <Notice>: 2015-05-08 09:29:47 INFO project.pyo:330 Project 9ebed463-cab8-4d3c-a3b6-f4e8f34e2ce9 closed
May  8 09:29:47 imac.lan GNS3[490] <Notice>: 2015-05-08 09:29:47 INFO servers.pyo:260 Stopping local server (PID=493)
julien-duponchelle commented 9 years ago

Sadly we don't have the path of where the error is located. Perhaps it's inside a thirdparty lib.