radfish
radfish
After reading this manifesto http://0pointer.net/blog/dynamic-users-with-systemd.html I'm not convinced that there is a real benefit to this. As it is now, the package install script creates an i2pd user if it...
Looks like I just re-traced @emembrives's steps (wasn't aware of this ticket). While the big fix is in the works, the patch that fixed the crash on sync for me...
@igoralmeida What's the build error? I had issues with nasty Android Studio eating line breaks in .gradle build files, which broke their syntax.
@tubaman wait, the DNS leak happens inside socket.getaddrinfo call, so your patch wouldn't fix it ``` for res in socket.getaddrinfo(self.host, self.port, af, socket.SOCK_STREAM): af, socktype, proto, canonname, sa = res...
Note: ipv6 must be set to to yes or no; otherwise, if left unset, proxy setting will be silently ignored. See PR [#162](https://github.com/OfflineIMAP/offlineimap3/pull/162)
Try regenerating the autoconf build files: First patch the m4/glib-gettext.m4 by removing these two lines: m4_copy([AC_DEFUN],[glib_DEFUN]) m4_copy([AC_REQUIRE],[glib_REQUIRE]) Then, regenerate (ignore the errors after first autoreconf command): rm missing autoreconf automake...
@xenpac Just checked, it still builds for me on Arch with the instructions I posted earlier. Here's the build recipe, it's for Arch, but you can get the patches and...
FWIW, had the same -110 error with M.2 SATA card (ASM106x chipset) on NanoPC-T4 (RK3399) with 4.4.x from FriendlyARM and from Rockchip, but problem went away on mainline 5.8.5. Details...