set misc digest-daily

2017-12-10 Thread Heiko
set misc digest-daily



Portable OpenSSH 7.5p1 with LibreSSL 2.6.1 fails

2017-09-07 Thread Heiko
Hello,

./config for Portable OpenSSH 7.5p1 with LibreSSL 2.6.1 fails on Debian
Linux:
checking OpenSSL header version... not found
configure: error: OpenSSL version header not found.

$ openssl version
LibreSSL 2.6.1

I did it with this options:

./configure --without-openssl-header-check --sysconfdir=/etc/ssh \
--with-ssl-dir=/usr/local --without-pie --without-xauth \
--with-zlib

How can I fix this?

Thank you in advance.

/Heiko



[solved] Re: build amd64 kernel fails

2017-05-11 Thread Heiko
That works. Thank you :)

Am 11.05.2017 um 10:08 schrieb Theo Buehler:
> On Thu, May 11, 2017 at 10:04:42AM +0200, Heiko Zimmermann wrote:
>> Hello Theo,
>>
>> Am 11.05.2017 um 09:58 schrieb Theo Buehler:
>>> On Thu, May 11, 2017 at 09:18:05AM +0200, Heiko wrote:
>>>> Hello List,
>>>>
>>>> I get this error:
>>>>
>>>> uvm_init.o: In function `uvm_init':
>>>> /sys/uvm/uvm_init.c:145: undefined reference to `uvm_km_page_lateinit'
>>>> *** Error 1 in /sys/arch/amd64/compile/GENERIC.MP (Makefile:869 'bsd':
>>>> @echo ld -T /sys/arch/amd64/conf/ld.script -X --warn-common -nopie -o...)
>>>> cmp -s bsd /bsd || ln -f /bsd /obsd
>>>> cp bsd /nbsd
>>>> cp: bsd: No such file or directory
>>>> *** Error 1 in /sys/arch/amd64/compile/GENERIC.MP
>>>>
>>>
>>> Make sure you have /sys/uvm/uvm_km.c r1.130 before you try again.
>>>
>>
>> There is this file:
>>
>> /usr/src/sys/uvm/uvm_km.c
>> /*  $OpenBSD: uvm_km.c,v 1.129 2017/05/11 00:42:05 dlg Exp $
>>
>> How can I get r1.130 ?
> 
> Your cvs mirror probably hasn't synced yet (they usually do every hour
> or every 2 hours). It's on cvsweb already:
> https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/uvm/uvm_km.c
> 



build amd64 kernel fails

2017-05-11 Thread Heiko
Hello List,

I get this error:

uvm_init.o: In function `uvm_init':
/sys/uvm/uvm_init.c:145: undefined reference to `uvm_km_page_lateinit'
*** Error 1 in /sys/arch/amd64/compile/GENERIC.MP (Makefile:869 'bsd':
@echo ld -T /sys/arch/amd64/conf/ld.script -X --warn-common -nopie -o...)
cmp -s bsd /bsd || ln -f /bsd /obsd
cp bsd /nbsd
cp: bsd: No such file or directory
*** Error 1 in /sys/arch/amd64/compile/GENERIC.MP


I did this before:

# also tried new src from today
# rm -rf /usr/src/*
   # cd /usr

 # cvs -qd
anon...@anoncvs.ca.openbsd.org:/cvs get -P src

# rm -rf /usr/obj/*
# cd /usr/src/gnu/usr.bin/cc
# make obj
# make depend
# make
# make install

# rm -rf /usr/obj/*
# cp /bsd /bsd.old
   # cd
/sys/arch/$(machine)/compile/GENERIC.MP
  # make obj


# make config
   # make



What I'm doing wrong?
Thank you.

Heiko



Re: Performance Clang

2017-04-20 Thread Heiko
Thank you for the info. So you expect a lower time in future.

Am 20.04.17 um 21:31 schrieb Christian Weisgerber:
> The exact numbers are a bit odd, but generally speaking, yes, adding
> clang has substantially increased the build time.  I see about a
> doubling on Xeon E3-12xx-based machines for make -j4 build.



Re: Performance Clang

2017-04-20 Thread Heiko
Please dont get me wrong. I dont want to start any compiler wars.

I only was worried about the compile time.

Am 20.04.17 um 20:50 schrieb Karel Gardas:
> IMHO very unfair comparison and you should really wait till OpenBSD
> system/core is build with Clang and GCC 4.2.1 is removed from the
> build process. Well, do not hold your breath for that to be comparable
> in speed. LLVM/Clang is C++ beast and so it takes some time to compile
> but at least the comparison would be more fair...

Sure, we shall see.




Re: Performance Clang

2017-04-19 Thread Heiko
Thank you.

Am 20.04.17 um 03:55 schrieb Michael McConville:
> An email from Miod that gets cited often:
> 
> https://marc.info/?l=openbsd-misc=137530560232232=2



Re: Performance Clang

2017-04-19 Thread Heiko
I was not aware that the difference is 340%.

So I guess the main advantage is the license?
Or is clang technically (binaries, debug) better?

Am 20.04.17 um 03:42 schrieb Theo de Raadt:
>> I'm using current on amd64 (Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz,
>> 3411.91 MHz)
>>
>> I noticed that with clang it needs 109 minutes for "make build" and
>> before with gcc 32 minutes.
>>
>> Is this a normal behavior?
> 
> For sure.  Why the surprise?
> 



Performance Clang

2017-04-19 Thread Heiko
Hello Misc,

I'm using current on amd64 (Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz,
3411.91 MHz)

I noticed that with clang it needs 109 minutes for "make build" and
before with gcc 32 minutes.

Is this a normal behavior?

Best,
Heiko



Build counter is always zero

2016-11-22 Thread Heiko
Hello list members,

since there is the new build system for the kernel I always have: #0

$ uname -mnrsv
OpenBSD any.host.name 6.0 GENERIC.MP#0 amd64

Is there a way to fix this?

Thank you in advance

/Heiko



Deadlink in current.html

2016-05-08 Thread Heiko
Hello Team,

there is a deadlink in current.html @ 2016/05/07 - MAJOR ABI BREAK

"Not Found
The requested URL /faq/r20160319 was not found on this server."

Regards
Heiko



[solved] pkg_add broken (current/amd64)

2016-03-26 Thread Heiko
I did it.

but I only had _pkduntar (?).
After doing again, it works.
Thank you very much for fast help.

Cheers
Heiko

Am 26.03.2016 um 13:54 schrieb Andreas Zeilmeier:
> Hi Heiko,
> 
> did you run sysmerge(8) after upgrading?
> This will add the users/groups _pkgfetch and _pkguntar.
> bd09c6fmxoq2...@intermezzo.net
> Cheers
> 
> Andi
> 
> On 26.03.2016 13:33, Heiko wrote:
>> Hello together,
>>
>> pkg_add is broken on my current amd64 since snapshot march 24.
>>
>> I get this:
>>
>> # pkg_add -ui
>> Error from http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/
>> Can't locate object method "fatal" via package
>> "OpenBSD::PackageRepository::HTTP" at
>> /usr/libdata/perl5/OpenBSD/PackageRepository.pm line 592.
>>
>>
>> The corresponding code:
>>
>> -- snip ---
>> sub drop_privileges_and_setup_env
>> {
>> my $state = shift;
>> my $user = '_pkgfetch';
>> # we can't cache anything, we happen after the fork,.
>> # right before exec
>> if (my (undef, undef, $uid, $gid) = getpwnam($user)) {
>> $( = $gid;
>> $) = "$gid $gid";
>> $< = $uid;
>> $> = $uid;
>> } else {
>>   $state->fatal("Couldn't change identity: can't find #1", $user);
>>     }
>> --- snip --
>>
>> When I remark the "fatal" in line 592, I can update. But how can I fix
>> it correctly?
>>
>>
>> I did not find any change notes in:
>> http://www.openbsd.org/faq/current.html
>>
>> Thank you in advance for your feedback.
>>
>> /Heiko



pkg_add broken (current/amd64)

2016-03-26 Thread Heiko
Hello together,

pkg_add is broken on my current amd64 since snapshot march 24.

I get this:

# pkg_add -ui
Error from http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/
Can't locate object method "fatal" via package
"OpenBSD::PackageRepository::HTTP" at
/usr/libdata/perl5/OpenBSD/PackageRepository.pm line 592.


The corresponding code:

-- snip ---
sub drop_privileges_and_setup_env
{
my $state = shift;
my $user = '_pkgfetch';
# we can't cache anything, we happen after the fork,.
# right before exec
if (my (undef, undef, $uid, $gid) = getpwnam($user)) {
$( = $gid;
$) = "$gid $gid";
$< = $uid;
$> = $uid;
} else {
  $state->fatal("Couldn't change identity: can't find #1", $user);
}
--- snip --

When I remark the "fatal" in line 592, I can update. But how can I fix
it correctly?


I did not find any change notes in: http://www.openbsd.org/faq/current.html

Thank you in advance for your feedback.

/Heiko



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 `dash_option':
dig.c:(.text+0x423): undefined reference to `isc_net_disableipv4'
dig.c:(.text+0x452): undefined reference to `isc_net_disableipv6'
dig.c:(.text+0xb3e): undefined reference to `isc_net_disableipv6'
dig.c:(.text+0xb7a): undefined reference to `isc_net_disableipv4'
collect2: ld returned 1 exit status
*** Error 1 in usr.sbin/bind/obj/bin/dig (Makefile:353 'dig')
*** Error 1 in usr.sbin/bind/obj/bin/dig (Makefile:163 'all')
*** Error 1 in usr.sbin/bind/obj/bin (Makefile:100 'subdirs')
*** Error 1 in usr.sbin/bind/obj (Makefile:102 'subdirs')
*** Error 1 in usr.sbin/bind (Makefile.bsd-wrapper:25 'all')
*** Error 1 in usr.sbin (:48 'all')
*** Error 1 in . (:48 'all')
*** Error 1 in /usr/src (Makefile:82 'build')


I did it so:

cd /usr/src
cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -Pd

cp /bsd /bsd.old
cd /usr/src
make clean
cd /usr/src/sys/arch/amd64/conf/
config GENERIC.MP
cd ../compile/GENERIC.MP
make clean && make depend && make && make install
reboot

cd /usr/src
rm -rf /usr/obj/*
make obj
cd /usr/src/etc && env DESTDIR=/ make distrib-dirs
cd /usr/src
make build


Machine: OpenBSD ... 5.8 GENERIC.MP#63 amd64

How can I fix this?
Thank you in advance.

Regards,
Heiko



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 config
rm -f freetype.h ftadvanc.h ftbbox.h ftbdf.h ftbitmap.h ftbzip2.h \
ftcache.h ftcffdrv.h ftchapters.h ftcid.h fterrdef.h \
fterrors.h ftfntfmt.h ftgasp.h ftglyph.h ftgxval.h ftgzip.h \
ftimage.h ftincrem.h ftlcdfil.h ftlist.h ftlzw.h ftmac.h \
ftmm.h ftmodapi.h ftmoderr.h ftotval.h ftoutln.h ftpfr.h \
ftrender.h ftsizes.h ftsnames.h ftstroke.h ftsynth.h \
ftsystem.h fttrigon.h fttypes.h ftwinfnt.h t1tables.h \
ttnameid.h tttables.h tttags.h ttunpat.h


Then:

cd /usr/xenocara
cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -Pd
rm -rf /usr/xobj/*
make bootstrap
make obj
make build


But I get always this error:

===> lib/freetype
install: /usr/X11R6/include/freetype2/freetype/config/ftconfig.h: No
such file or directory
*** Error 71 in lib/freetype (Makefile:42 'includes': @cmp -s
/usr/X11R6/include/freetype2/freetype/config/ftconfig.h
/usr/xenocara/lib/fre...)
*** Error 1 in lib (:48 'includes')
*** Error 1 in . (:48 'includes')
*** Error 1 in . (Makefile:57 'beforebuild')
*** Error 1 in /usr/xenocara (Makefile:40 'build')


It is on amd64, current snapshot from today.
How can I fix this?

Thank you in advance.
Heiko



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 Zimmermann
> <open...@heiko-zimmermann.com> wrote:
>> Am 22.10.2015 um 12:19 schrieb David Coppa:
>>>
>>> Be sure your /etc/mtree/BSD.x11.dist is up to date before doing
'make bootstrap'
>>>
>>> Cheers!
>>> David
>>>
>>
>> Hello David,
>>
>> how can I fix it, or check it ?
>>
>> Thank you.
>> Heiko
>
> Using an up-to-date src tree:
>
> # cat /usr/src/etc/mtree/BSD.x11.dist > /etc/mtree/BSD.x11.dist
>
> And then proceed with the usual 'make bootstrap; make obj...'
>
> Or, alternatively, just create the missing directories:
>
> # mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config
>
> Ciao!
> David



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, Heiko Zimmermann
> <open...@heiko-zimmermann.com> wrote:
>> 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.
> 
> For "up-to-date src tree" I meant:
> 
> cd /usr/src
> cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -Pd
> 
> See:
> 
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc/mtree/BSD.x11.dist?rev=1.41=text/x-cvsweb-markup
> 
> 
>> Thank you David.
>>
>> Cheers,
>> Heiko
> 
> You're welcome.
> David



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 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 xfce?

 Best Regards,
 Heiko
 
 xfce-mount doesn't really use sudo any more, you can specify to
 use it but that's done as user configuration. It looks like this
 dependency can just be removed (and DESCR adjusted so mention
 doas as well).



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 xfce?

Best Regards,
Heiko



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 there,
 
 just a short question... I have quiet old 4.2 OpenBSD with a 5.2.4 PHP
 version. The safe_mode is on, a Costumer wants to have it off. Is there
 any security risk to it  or do I need to check something on the system
 level to disable it but still have my environement secured ?
 
 regards



Re: IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
fe80::5604:a6ff:feb4:99c2%re0(incomplete) re0 permanent R l


# ping6 -vc 5 google.com
PING6(72=40+8+24 bytes) 2a01:4f8:160:4346::25 -- 2a00:1450:4001:80b::1006
32 bytes from 2a01:4f8::a:16:4: Neighbor Advertisement
32 bytes from 2a01:4f8::a:16:4: Neighbor Advertisement
32 bytes from 2a01:4f8::a:16:4: Neighbor Advertisement
80 bytes from 2a01:4f8:160:4346::25: Destination Host Unreachable
Vr TC  Flow Plen Nxt Hlim
 6 00 0 0020  3a   40
2a01:4f8:160:4346::25-2a00:1450:4001:80b::1006
ICMP6: type = 128, code = 0

It has never ping6 again.

Could you advise me hostname.re0 and mygate ?

Thank you
- Heiko



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/?l=openbsd-miscm=142249632125559w=2
 
 You first need to ping fe80::1%re0 in order to get it into the address
 mapping table. I tried static entries without luck. Try to add
 
 @reboot sleep 10  ping6 -c 10 fe80::1\%re0  /dev/null
 
 into your crontab. Works for me.
 
 
 Could you advise me hostname.re0 and mygate ?
 
 I don't use mygate. Just
 
 !route add -inet6 default fe80::1%re0
 
 in hostname.re0



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.
 -Heiko



Re: IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
  inet6-Adresse: 2a01:4f8:160:::2/64
  inet6-Adresse: fe80::5604:a6ff:feb4:99c2/64


  Kernel-IPv6-Routentabelle
DestinationNext Hop   Flag Met Ref
Use If
::1/128:: Un   0   1
 3 lo
2a01:4f8:160:::2/128   :: Un   0   1
139 lo
2a01:4f8:160:::/64 :: U256 0
 0 eth0
fe80::5604:a6ff:feb4:99c2/128  :: Un   0   1
 5 lo
fe80::/64  :: U256 0
 0 eth0
ff00::/8   :: U256 0
 0 eth0
::/0   fe80::1UG   1024 4
  0 eth0
::/0   ::!n   -1  1 1 lo



Thanks
 -Heiko



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
inet6 alias 2a01:4f8:160:::25 64
!route add -inet6 default fe80::1%re0


mygate

176.9.YY.65
fe80::1
2a01:4f8:160:::1


pf.conf
--snip--
# for testing
pass inet6 proto icmp6
pass in on $if inet6 proto udp from any to any port 33433  33626 keep
state
--snip---


$ ifconfig -A
...
re0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
lladdr 54:04:a6:b4:XX:XX
priority: 0
groups: egress
media: Ethernet autoselect (1000baseT full-duplex)
status: active
... some IPv4 ...
inet6 fe80::5604:a6ff:feb4:99c2%re0 prefixlen 64 scopeid 0x1
inet6 2a01:4f8:160:::2 prefixlen 64
inet6 2a01:4f8:160:::80 prefixlen 64
inet6 2a01:4f8:160:::25 prefixlen 64
...


$ ping6 fe80::1%re0
PING6(72=40+8+24 bytes) fe80::5604:a6ff:feb4:99c2%re0 -- fe80::1%re0
32 bytes from fe80::1%re0, icmp_seq=0 hlim=64 time=1.408 ms
...

$ ping6 2a01:4f8:160:::1
PING6(72=40+8+24 bytes) 2a01:4f8:160:::2 -- 2a01:4f8:160:::1
^C
-- not working

$ ping6 ipv6.google.com
PING6(72=40+8+24 bytes) 2a01:4f8:160:::25 -- 2a00:1450:4001:80c::1002
^C
-- not working

pftop while ping:
ipv6-icmp Out 2a01:4f8:160:::2[3709] 2a01:4f8:160:::1[128]
 NO_TRAFFIC:NO_TRAFFIC  ... Rule 125
ipv6-icmp Out 2a01:4f8:160:::2[27870]2a01:4f8:160:::1[135]
 NO_TRAFFIC:NO_TRAFFIC  ... Rule 125

Rule 125: pass inet6 proto icmp6


I dont know how to fix it. This is my first try with IPv6. Sorry when I
did a silly mistake.

I use 5.7 current on amd64.

Thank you all for your help.
 -Heiko



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: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
lladdr xx:xx:x:xx:xx:xx
priority: 0
groups: egress
media: Ethernet autoselect (1000baseT full-duplex)
status: active
inet 176.9.175.xxx netmask 0xffe0 broadcast 176.9.157.zzz


ping 176.9.157.yyy -- ping: unknown host: 176.9.157.9.yyy
ping 176.9.157.xxx -- ok

What I'm doing wrong?

Thank you in advance.
Heiko



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
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff00
re0: flags=28843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NOINET6 mtu 1500
lladdr 54:04:a6:b4:99:c2
priority: 0
groups: egress
media: Ethernet autoselect (1000baseT full-duplex)
status: active
inet 176.9.157.xx netmask 0xffe0 broadcast 176.9.157.95


PING 127.0.0.1 (127.0.0.1): 56 data bytes
--- 127.0.0.1 ping statistics ---
26 packets transmitted, 0 packets received, 100.0% packet loss

PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=48 time=15.044 ms

PING 176.9.157.xx (176.9.157.xx): 56 data bytes
64 bytes from 176.9.157.xx: icmp_seq=0 ttl=64 time=0.688 ms


netstat -nr
Internet:
DestinationGatewayFlags   Refs  Use   Mtu  Prio
Iface
default176.9.157.xx   UGS   1727367 - 8
re0
127/8  127.0.0.1  UGRS   03 32768 8
lo0
127.0.0.1  127.0.0.1  UH 1  134 32768 4
lo0
176.9.157.64/27link#1 UC 10 - 4
re0
176.9.157.xx   78:fe:3d:46:ed:9d  UHLc   20 - 4
re0
176.9.157.76   54:04:a6:b4:99:c2  UHLl   09 - 1
lo0
176.9.157.95   link#1 UHLb   00 - 1
re0
217.94.125.49  176.9.157.65   UGHD   026664 - L  56
re0
224/4  127.0.0.1  URS00 32768 8
lo0


OpenBSD xxx 5.6 GENERIC.MP#76 amd64
Today's source


OpenSMTPd brings:
stat=Network error on destination MXs

What can I to to fix it ?
Thank you in advance.

Heiko



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 on my mailserver; the today's current broke my route to
 127.0.0.1 / localhost
 
 I am to blame, I broke it in r1.237 of sys/netinet/ip_input.c.
 
 I just committed a fix, the normal behavior should be restored with
 r1.104 of sys/netinet/in.c.
 
 Martin



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



Re: mirror site directory layout doesn't match OpenBSD web pages?

2005-09-11 Thread Heiko Schlichting
 On Sun, Sep 11, 2005 at 01:16:19PM +0200, Jonathan Thornburg wrote:
  Hi,
  
  I've just discovered that the directory layout on  ftp.de.openbsd.org
  doesn't match that described by the Very Fine OpenBSD Web Pages.
  
  To wit,  http://www.openbsd.org/ftp.html  suggests that I should look
  under   /pub/OpenBSD/  .  However, ftp.de.openbsd.org doesn't seem to
  have any such directory/symlink -- OpenBSD lives over in /unix/OpenBSD/ .
  
  Is this a bug in the web pages, a bug in the mirror setup, or a bug in
  my understanding?
  
 
 it's the traditional directory layout of ftp.fu-berlin.de (Freie
 Universitaet Berlin). you could send a mail to [EMAIL PROTECTED] and
 ask them about a pub/ directory (at least a symlink to unix/) to fit
 other international mirrors... and that's not only for the OpenBSD
 mirror.

The link for pub to . on ftp.fu-berlin.de exists for many years - but
pub is intentionally invisible to not confuse the users. Try it, it just
works.

But I agree that this is not the optimal solution for the OpenBSD mirror.
We'll find a way to support OpenBSD disk layout and our traditional
directory structure simultaneously without any hassle for the user. Using
the already existing virtual server openbsd.ftp.fu-berlin.de instead of our
general purpuse server ftp.fu-berlin.de brings additional advantages as
only OpenBSD software is offered via this system. As we do some major
hardware and router updates today, please hold on until tomorrow.

Thanks for bringing forward this issue.

Heiko

Heiko Schlichting| Freie Universitdt Berlin
[EMAIL PROTECTED]   | Zentraleinrichtung f|r Datenverarbeitung (ZEDAT)
Telefon +49 30 838-54327 | Fabeckstra_e 32
Telefax +49 30 838454327 | 14195 Berlin