Jeremy Grossmann

Results 558 comments of Jeremy Grossmann

I would do it on Linux since Windows is problematic.

Have you check you have the correct capabilities/rights? ``` getcap /usr/local/bin/ubridge /usr/local/bin/ubridge = cap_net_admin,cap_net_raw+ep ``` If not, set using this command: ``` setcap cap_net_admin,cap_net_raw=ep /usr/local/bin/ubridge ```

> The differences seem related only to output format, is it ok? It looks fine. The error `gns3server.ubridge.ubridge_error.UbridgeError: could not complete netlink transaction` indicates that uBridge cannot use netlink which...

> Checking the packages from both distros I saw that the Qt version is different. While gentoo and opensuse are already on 5.15, ubuntu still uses 5.14, which is why...

Thanks, this must mean there is nothing wrong with netlink itself. Let's try to use uBridge to manually add an interface to a Docker container. **1 - Start a Docker...

@adosztal have you got a change to check? thanks :)

I checked with them. They are going to add full sync for Q4 2022.

I confirm this never worked for c2600 IOS images. We have always recommended users to decompress c2600 IOS images themselves before using them in GNS3/Dynamips.

Indeed, not having to rely on Cygwin would be great.

@neozeed we have recently remove the libuuid dependency. Have you made progress?