Build Error at dig.c

2015-10-28 Thread Heiko Zimmermann
Hello OpenBSD team, in the snapshot from today and yesterday I always get this error: cc -O2 -pipe-o dig dig.o dighost.o ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a -lcrypto ../../lib/bind9/libbind9.a ../../lib/isc/libisc.a ../../lib/isccfg/libisccfg.a dig.o: In function

Build error freetype2

2015-10-22 Thread Heiko Zimmermann
Hello together, I did like expected in current.html: 2015/10/19 - [xenocara] freetype update Freetype was updated to version 2.6.1, which causes header files to be moved around. As a result, some old files needs to be removed manually: cd /usr/X11R6/include/freetype2 rm -rf

Re: Build error freetype2

2015-10-22 Thread Heiko Zimmermann
mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config solved the issue. cat /usr/src/etc/mtree/BSD.x11.dist > /etc/mtree/BSD.x11.dist was not working. Thank you David. Cheers, Heiko Am 22.10.2015 um 12:31 schrieb David Coppa: > On Thu, Oct 22, 2015 at 12:22 PM, Heiko Zimm

Re: Build error freetype2

2015-10-22 Thread Heiko Zimmermann
Yes, I did this before: cd /usr/src cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -Pd ... But I still had this issue until: mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config Thank you :) Heiko Am 22.10.2015 um 12:40 schrieb David Coppa: > On Thu, Oct 22, 2015 at 12:36 PM, He

Re: feedback doas / sudo / xfce-extras

2015-08-22 Thread Heiko Zimmermann
I forwarded to landry@ Thank you. Heiko Am 21.08.2015 um 16:16 schrieb Stuart Henderson: On 2015-08-21, Heiko Zimmermann open...@heiko-zimmermann.com wrote: Hello Tedu, I'm using xfce. I tried to pkg_delete sudo because of doas. doas is working fine for me. But I cant remove sudo because

feedback doas / sudo / xfce-extras

2015-08-21 Thread Heiko Zimmermann
Hello Tedu, I'm using xfce. I tried to pkg_delete sudo because of doas. doas is working fine for me. But I cant remove sudo because of dependencies. xfce-extras - xfce-mount - sudo. So I cant remove sudo without removing xfce-extras. Maybe - in future - there is a chance to integrate doas in

Re: Question about PHP safe mode

2015-06-23 Thread Heiko Zimmermann
Markus, are you kidding? http://www.cvedetails.com/vulnerability-list/vendor_id-74/product_id-128/version_id-50739/PHP-PHP-5.2.5.html And OpenBSD 4.2 is released Nov 1, 2007. You dont think it is important to upgrade? Best Regards, Heiko Am 23.06.2015 um 11:44 schrieb Markus Rosjat: Hi

Re: IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
Hallo Thomas, I get crazy. :/ Am 22.05.2015 um 22:15 schrieb Thomas Bohl: Please tryndp -an # route delete -inet6 default # route add -inet6 default fe80::1%re0 It worked one time until reboot. I did a reboot to test again.

SOLEVED Re: IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
You are great! That's it. Thank you -Heiko Am 23.05.2015 um 00:15 schrieb Thomas Bohl: Am 22.05.2015 um 23:55 schrieb Heiko Zimmermann: # route delete -inet6 default # route add -inet6 default fe80::1%re0 It worked one time until reboot. That is a problem I have too: http://marc.info

spamd and IPv6

2015-05-22 Thread Heiko Zimmermann
Hi OpenBSD Team, are there any news about spamd and IPv6? OpenSMTPD is working fine with IPv6. So there is a usecase for spamd and IPv6 too. This is the last status I found: http://undeadly.org/cgi?action=articlesid=20131022072601 Could you give me a status update? Thank you in advance.

Re: IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
Hello Thomas, Am 22.05.2015 um 21:38 schrieb Thomas Bohl: A dedicated or a virtual server? One needs fe80::1%re0 the other 2a01:4f8:160:::1%re0 as the default gateway. http://wiki.hetzner.de/index.php/Zusaetzliche_IP-Adressen/en#Gateway Dedicated. So my fe80::1 is correct? $ ping6

IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
Hello OpenBSD users, I have a server at Hetzner, but IPv6 is not working. IPv4 is all fine. My Net: 2a01:4f8:160::: 64 I tried this configuration: hostname.re0 # IPv4 ... # IPv6 inet6 2a01:4f8:160:::2 64 inet6 alias 2a01:4f8:160:::80 64

ifconfig alias fails

2015-05-19 Thread Heiko Zimmermann
Hello OpenBSD Team, I try to add an ipv4 alias 176.9.157.yyy to re0 (current from today). ifconfig re0 alias 176.9.157.yyy/27 -- ifconfig: SIOCAIFADDR: File exists When I try: ifconfig re0 176.9.157.yyy 255.255.255.224 -- no output But I don't see the alias ip with ifconfig -a Output is: re0:

LibreSSL Portable, disable SSLv3

2014-10-16 Thread Heiko Zimmermann
Hello together, what is the best way, to disable SSLv3 support in LibreSSL 2.1.0 portable (f.e. using on Mac OSX)? Thank you. /Heiko

Re: LibreSSL Portable, disable SSLv3

2014-10-16 Thread Heiko Zimmermann
Now are the updates on the mirror. Thx. Am 16.10.2014 um 15:27 schrieb Stefan Sperling Update to LibreSSL 2.1.1.

route to 127.0.0.1 broke by today's current

2014-10-01 Thread Heiko Zimmermann
Hello together I have an issue on my mailserver; the today's current broke my route to 127.0.0.1 / localhost Externel IP is working. Here are some Infos: ifconfig lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 32768 priority: 0 groups: lo inet6 ::1 prefixlen 128

Re: route to 127.0.0.1 broke by today's current

2014-10-01 Thread Heiko Zimmermann
Hello Martin, My workaround was: cvs -q up -D 2 days ago“ When you fixed it, so it will be in the next cvs src update ? Thanks Heiko Am 01.10.2014 um 18:40 schrieb Martin Pieuchot mpieuc...@nolizard.org: On 01/10/14(Wed) 15:30, Heiko Zimmermann wrote: Hello together I have an issue

mc: can't load library 'libssh2.so.6.0'

2014-09-11 Thread Heiko Zimmermann
Hallo community, today I updated 5.6 current GENERIC.MP#57 amd64 and the packages. Now I get: mc: can't load library 'libssh2.so.6.0' ( mc-4.8.12 ) libssh2.so.6.0 does not exist. Is this a known issue? What is the best way to fix it? Thank you in advance. Regards, Heiko

SOLVED mc: can't load library 'libssh2.so.6.0'

2014-09-11 Thread Heiko Zimmermann
Hello Antoine, that fixed it. Thanks a lot :) Heiko Am 11.09.2014 um 11:35 schrieb Antoine Jacoutot: pkg_add libssh2