Guillermo Rodríguez

Results 55 comments of Guillermo Rodríguez

Similar use case here, we have an Ethernet interface eth0 with a primary address, and an alias interface eth0:1 with another IP address that we don't want published by Avahi....

I see. In our case we tested `deny-interfaces=eth0:1` and `allow-interfaces=eth0` and they both worked. I understand that the problem is that virtual interface names don't seem to work in `allow-interfaces`.

> Well... late update, but here we go. > > I've tried to see if this could be revisited in 1.x, but, no way, not feasible. However, if you are...

Hi, The G2D_AMPHION_TILED error went away but now it fails here: ``` ../gstreamer-imx-2b42f1a46558054345ea9fd245c2d8dca22046d2/gst-libs/imx2d/backend/g2d/g2d_blitter.c: In function 'colorimetry_to_g2d_cap_mode': ../gstreamer-imx-2b42f1a46558054345ea9fd245c2d8dca22046d2/gst-libs/imx2d/backend/g2d/g2d_blitter.c:153:41: error: 'G2D_YUV_BT_601' undeclared (first use in this function) case IMX2D_COLORIMETRY_BT_601: return G2D_YUV_BT_601; ^...

OK. Next errors are in `gstimxv4l2amphionde.c`. Since I don't need V4L, I just disabled this. After this, the build succeeds. I will be testing over the next few days.

@dv1 Will test and come back to you asap.

@dv1 > @guillerodriguez Can you confirm that this is fixed? Do note the checks I mentioned above. Sorry for the delay. The original issue does not seem to happen with...

That (always calling `ldconfig`) is suggested here: https://github.com/esnet/iperf/issues/153#issuecomment-42897883 Always calling ldconfig has two problems: 1. Installing as non-root user (e.g. installing to a private dir). If invoked as a non-root...

Thank you for your answer. In case someone is interested: We forked this repo in order to handle the recent changes in the default configuration of S3 buckets (see the...