Re: linux64 fails to load on 10.3-RELEASE

2016-04-14 Thread Chagin Dmitry
On Thu, Apr 14, 2016 at 02:09:00PM +0200, Piotr Kubaj wrote:
> Hi,
> 
> I'm on 10.3-RELEASE/amd64 and I'd like to use the new linux64 module.
> However, when I do 'kldload linux64', I get:
> kldload: an error occurred while loading the module. Please check
> dmesg(8) for more details.
> 
> And I've got in dmesg(8):
> link_elf_obj: symbol elf64_linux_shared_page_fini undefined
> linker_load_file: Unsupported file type
> 
> 
> I've got in my kernel:
> options COMPAT_LINUX32
> 
> Can it interfere with linux64? If not, what else can I check?
>
no, please build linux_common, linux and linux64 as modules 
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


linux64 fails to load on 10.3-RELEASE

2016-04-14 Thread Piotr Kubaj
Hi,

I'm on 10.3-RELEASE/amd64 and I'd like to use the new linux64 module.
However, when I do 'kldload linux64', I get:
kldload: an error occurred while loading the module. Please check
dmesg(8) for more details.

And I've got in dmesg(8):
link_elf_obj: symbol elf64_linux_shared_page_fini undefined
linker_load_file: Unsupported file type


I've got in my kernel:
options COMPAT_LINUX32

Can it interfere with linux64? If not, what else can I check?



signature.asc
Description: OpenPGP digital signature


Re: OpenSSH changes between 10.2 and 10.3 ...

2016-04-14 Thread Patrick M. Hausen
Hi, all,

> Am 14.04.2016 um 12:20 schrieb Eugene Grosbein :
> 
> It does change for me. And helps. Make double sure you have added 
> KexAlgorithms
> to system wide defaults section of ssh_config and not after limiting "Host" 
> directive,
> or similar.

Thanks for that hint - much ado about nothing, sorry.
My statement went into "Host ..." section by accident.

Patrick
-- 
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
i...@punkt.de   http://www.punkt.de
Gf: Jürgen Egeling  AG Mannheim 108285

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: OpenSSH changes between 10.2 and 10.3 ...

2016-04-14 Thread Eugene Grosbein
On 14.04.2016 16:44, Patrick M. Hausen wrote:
> Hi, all,
> 
> minor problem/annoyance here:
> 
> root@noc:/etc/ssh # ssh admin@10.4.0.62
> Unable to negotiate with 10.4.0.62 port 22: no matching key exchange method 
> found. Their offer: diffie-hellman-group1-sha1,none
> root@noc:/etc/ssh # uname -a
> FreeBSD noc.pluspunkthosting.de 10.3-RELEASE FreeBSD 10.3-RELEASE #3: Wed Apr 
> 13 14:46:57 CEST 2016 
> r...@noc.pluspunkthosting.de:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> Of course I was able to find http://www.openssh.com/legacy.html myself.
> 
> FreeBSD 10.2 uses OpenSSH 6.6.x while 10.3 imported 7.2.
> So far so good.
> 
> The recommended method from the document above works on the
> command line:
> 
>   ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 admin@10.4.0.62
> 
> But if I add
> 
>   KexAlgorithms +diffie-hellman-group1-sha1
> 
> to /etc/ssh/ssh_config, that does not change anything.

It does change for me. And helps. Make double sure you have added KexAlgorithms
to system wide defaults section of ssh_config and not after limiting "Host" 
directive,
or similar.

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: OpenSSH changes between 10.2 and 10.3 ...

2016-04-14 Thread Daniel Kalchev
host *
KexAlgorithms diffie-hellman-group1-sha1

in ~/.ssh/config works for me.

Daniel 

> On 14.04.2016 г., at 12:44, Patrick M. Hausen  wrote:
> 
> Hi, all,
> 
> minor problem/annoyance here:
> 
> root@noc:/etc/ssh # ssh admin@10.4.0.62
> Unable to negotiate with 10.4.0.62 port 22: no matching key exchange method 
> found. Their offer: diffie-hellman-group1-sha1,none
> root@noc:/etc/ssh # uname -a
> FreeBSD noc.pluspunkthosting.de 10.3-RELEASE FreeBSD 10.3-RELEASE #3: Wed Apr 
> 13 14:46:57 CEST 2016 
> r...@noc.pluspunkthosting.de:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> Of course I was able to find http://www.openssh.com/legacy.html myself.
> 
> FreeBSD 10.2 uses OpenSSH 6.6.x while 10.3 imported 7.2.
> So far so good.
> 
> The recommended method from the document above works on the
> command line:
> 
>   ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 admin@10.4.0.62
> 
> But if I add
> 
>   KexAlgorithms +diffie-hellman-group1-sha1
> 
> to /etc/ssh/ssh_config, that does not change anything. Oddly enough,
> checking which algorithms are supported gives the same result
> regardless of any configuration options:
> 
> root@noc:/etc/ssh # ssh -Q kex
> diffie-hellman-group1-sha1
> diffie-hellman-group14-sha1
> diffie-hellman-group-exchange-sha1
> diffie-hellman-group-exchange-sha256
> ecdh-sha2-nistp256
> ecdh-sha2-nistp384
> ecdh-sha2-nistp521
> curve25519-sha...@libssh.org
> 
> So, diffie-hellman-group1-sha1 is supported but not used unless
> specified on the command line? And there is no way to override that
> *globally*? This is an isolated management network with IPMI
> interfaces - we won't be getting updates for all of these machines'
> IPMI firmware ...
> 
> Am I stuck with writing shell aliases or putting the config in each and
> every user's private ~/.ssh/config?
> 
> Thanks for any hints,
> Patrick
> -- 
> punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
> Tel. 0721 9109 0 * Fax 0721 9109 100
> i...@punkt.de   http://www.punkt.de
> Gf: Jürgen Egeling  AG Mannheim 108285
> 
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

OpenSSH changes between 10.2 and 10.3 ...

2016-04-14 Thread Patrick M. Hausen
Hi, all,

minor problem/annoyance here:

root@noc:/etc/ssh # ssh admin@10.4.0.62
Unable to negotiate with 10.4.0.62 port 22: no matching key exchange method 
found. Their offer: diffie-hellman-group1-sha1,none
root@noc:/etc/ssh # uname -a
FreeBSD noc.pluspunkthosting.de 10.3-RELEASE FreeBSD 10.3-RELEASE #3: Wed Apr 
13 14:46:57 CEST 2016 
r...@noc.pluspunkthosting.de:/usr/obj/usr/src/sys/GENERIC  amd64

Of course I was able to find http://www.openssh.com/legacy.html myself.

FreeBSD 10.2 uses OpenSSH 6.6.x while 10.3 imported 7.2.
So far so good.

The recommended method from the document above works on the
command line:

ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 admin@10.4.0.62

But if I add

KexAlgorithms +diffie-hellman-group1-sha1

to /etc/ssh/ssh_config, that does not change anything. Oddly enough,
checking which algorithms are supported gives the same result
regardless of any configuration options:

root@noc:/etc/ssh # ssh -Q kex
diffie-hellman-group1-sha1
diffie-hellman-group14-sha1
diffie-hellman-group-exchange-sha1
diffie-hellman-group-exchange-sha256
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
curve25519-sha...@libssh.org

So, diffie-hellman-group1-sha1 is supported but not used unless
specified on the command line? And there is no way to override that
*globally*? This is an isolated management network with IPMI
interfaces - we won't be getting updates for all of these machines'
IPMI firmware ...

Am I stuck with writing shell aliases or putting the config in each and
every user's private ~/.ssh/config?

Thanks for any hints,
Patrick
-- 
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
i...@punkt.de   http://www.punkt.de
Gf: Jürgen Egeling  AG Mannheim 108285

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Notice to appear in Court #0000642731

2016-04-14 Thread State Court
Notice to Appear,

This is to inform you to appear in the Court on the April 18 for your case 
hearing.
Please, prepare all the documents relating to the case and bring them to Court 
on the specified date.
Note: The case may be heard by the judge in your absence if you do not come.

You can review complete details of the Court Notice in the attachment.

Sincerely,
Keith Calhoun,
Clerk of Court.

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"