-
I worked around this issue by copying struct in6_pktinfo definition into dhcp6.h in the Debian package.
2009-03-12 16:29:59 UTC in WIDE-DHCPv6
-
Please also note that defining _GNU_SOURCE globally does not work since there is a name conflict between GNU libc GNU-specific dprintf function and wide-dhcpv6 debug messages function.
2009-01-05 10:15:25 UTC in WIDE-DHCPv6
-
Latest versions of the GNU libc don't provide struct in6_pktinfo by default. One has to #define _GNU_SOURCE so that this structure gets declared. See:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/inet/netinet/in.h.diff?r1=1.55&r2=1.56&cvsroot=glibc
This breaks wide-dhcpv6 builds on systems using latest versions of the GNU libc.
2009-01-05 10:11:46 UTC in WIDE-DHCPv6
-
Sometimes a user cannot know what his interface name is going to be (dynamic PPP interfaces names...). One should not have to put a template for every possible interface name in dhcp6c.conf. Here is a patch I prepared allowing people to define interface profiles: if an interface statement is available then it is used, otherwise the profile passed on the command line to dhcp6c is used. A...
2008-12-18 14:06:59 UTC in WIDE-DHCPv6
-
Synergy does not provide any security feature. It would be nice if quicksynergy could take care of setting up a secure tunnel used by synergys/c.
You can find a Debian user proposal at http://bugs.debian.org/393964
Thanks.
2006-12-13 23:49:32 UTC in QuickSynergy
-
Logged In: YES
user_id=1450419
QuickSynergy is now available in Ubuntu Edgy official
Universe repository. You just have to activate Universe and
click on quicksynergy in Synaptic to install it.
2006-10-30 16:23:16 UTC in QuickSynergy
-
Hi!
The source tarballs include QuickSynergy.prj.bak and
autom4te.cache which can be safely deleted. Could you
please remove those files from the future releases?
Thanks.
2006-09-27 16:41:51 UTC in QuickSynergy
-
Hi!
In the README file, there is:
"Note that even if you close QuickSynergy, synergy will
be kept running on the
background. If you don't want synergy to keep running
after you close
QuickSynergy, then click the Stop button before closing
it."
which is not true since close_button_clicked() in
callbacks.c kills synergy*
You should either update README or change...
2006-09-27 16:31:57 UTC in QuickSynergy
-
Hi!
It looks like there is a bug in wide-dhcpv6 server
configuration parser when it comes to address pools.
This bug has been noticed by a Debian user and I don't
have time to check/investigate/debug this myself right
now. The current Debian package is based on 20060322
with patches from your CVS repository and the bug
reporter indicates that he can reproduce the exact same
behaviour...
2006-09-14 18:17:14 UTC in WIDE-DHCPv6