This update has been unpushed.
This update has been unpushed.
This update has been unpushed.
looks good, need this for modsec pkg
@serverhamster: can you provide some details (error messages/versions), since I was not able to reproduce.
[athmane@devel2 ~]$ rpm -q gns3-server python3-aiohttp
gns3-server-2.1.5-2.fc28.x86_64
python3-aiohttp-3.1.3-1.fc28.x86_64
[athmane@devel2 ~]$ sudo systemctl start gns3
[athmane@devel2 ~]$ sudo systemctl status gns3
● gns3.service - GNS3 server
Loaded: loaded (/usr/lib/systemd/system/gns3.service; disabled; vendor preset: disabled)
Active: active (running) since Mon 2018-04-23 13:09:14 CET; 5s ago
Main PID: 1139 (gns3server)
Tasks: 1 (limit: 2348)
Memory: 39.4M
CGroup: /system.slice/gns3.service
└─1139 /usr/bin/python3 /usr/bin/gns3server
...
...
@jalalsfs : unfortunately, still not able to reproduce the issue with dynamips, I'm guessing you're using it for IOS, if so, Cisco provide vIOS images with work perfectly in KVM - probably in other virt platforms too, however I only tested KVM.
NB. dynamips is not in proper fedora, this update is unrelated :)
@bluepencil : could remove or downgrade python3-aiohttp, since 2.3.0 will break gns3-server (does not even start), it raises: RuntimeError: aiohttp 2.2 is required to run the GNS3 server
@kparal , done, thank you.
aiohttp >= 2.3 will break GNS3, it'd be nice if we can keep aiohttp stack updates on rawhide only
aiohttp >= 2.3 will break GNS3, it'd be nice if we can keep aiohttp stack updates on rawhide only
aiohttp is functional again
@briangribble: Thanks for reporting the issue, it will be fixed in lynis-2.5.1-2 (downstream) and probably next release from upstream.
No issue spotted with my setup
@alexpl recently release cycle of Lynis is close to week, I'm checking with upstream if it's temporary, update to latest is in pipeline.
@davem, True :), I'm waiting couple days and push new release (we had 4 releases in week or so)
gns3-server is working again
It orphaned [1], I tried to fix the security bugs but upstream does not accept patches anymore.
There's a couple alternative lightweight httpd with static content support only (darkhttpd)
[1] https://admin.fedoraproject.org/pkgdb/package/rpms/thttpd/
Egg-info requires async_timeout which is not available in Fedora afaik.
$ cat /usr/lib64/python3.5/site-packages/aiohttp-1.0.5-py3.5.egg-info/requires.txt
chardet
multidict>=2.0
async_timeout
^^^^^^^^^^^^^
This update has been unpushed.