Re: [OpenIndiana-discuss] Fwd: [developer] OpenSSH GSS-API key exchange support

2019-06-19 Thread Alexander Pyhalov via openindiana-discuss
Yes, correct, we speak about GSSAPI *host* key exchange. С уважением, Александр Пыхалов, программист отдела телекоммуникационной инфраструктуры управления информационно-коммуникационной инфраструктуры ЮФУ От: Tim Mooney Отправлено: 19 июня 2019 г. 19:40:

[OpenIndiana-discuss] anyone using MTP with rhythmbox?

2019-06-19 Thread Tim Mooney
For those of you using rhythmbox on OI hipster, are you making use of the current version's support for Media Transfer Protocol (MTP), to access media on portable devices? Keep in mind that MTP isn't needed if your device appears as a USB storage device and you can access music and other media

Re: [OpenIndiana-discuss] Fwd: [developer] OpenSSH GSS-API key exchange support

2019-06-19 Thread Tim Mooney
In regard to: [OpenIndiana-discuss] Fwd: [developer] OpenSSH GSS-API key...: If you use OpenSSH with GSS-API, please speak up as I was hoping to remove it for OpenSSH 8.0p1 in OpenIndiana as well. You're talking about the GSSAPI *host* key exchange, correct? Not GSSAPI authentication within s

[OpenIndiana-discuss] Fwd: [developer] OpenSSH GSS-API key exchange support

2019-06-19 Thread Michal Nowak
If you use OpenSSH with GSS-API, please speak up as I was hoping to remove it for OpenSSH 8.0p1 in OpenIndiana as well. Forwarded Message Subject: [developer] OpenSSH GSS-API key exchange support Date: Wed, 19 Jun 2019 10:15:30 + (UTC) From: Andy Fiddaman Reply-To: illumos

Re: [OpenIndiana-discuss] Question about compiling openindiana-userland components

2019-06-19 Thread Michal Nowak
On 6/19/19 9:38 AM, Espen Martinsen wrote: Hi Folks!    I've been tasked to do a test of a PR to rdesktop for oi-userland.    This is for my report on https://www.illumos.org/issues/10691#change-25406    I've managed to do a clone of oi-userland: git clone https://github.com/OpenIndiana/o

Re: [OpenIndiana-discuss] Question about compiling openindiana-userland components

2019-06-19 Thread Till Wegmüller
The one line that was on top Previously was git fetch origin pull/$ID/head:$BRANCHNAME where $ID is the ID of the PR and $BRANCHNAME a freely choosable string. The guide seems to have changed drastically since the last time I visited... But good that you found a way to work with the PR :) Gree

Re: [OpenIndiana-discuss] Question about compiling openindiana-userland components

2019-06-19 Thread Espen Martinsen
That worked - thanks! On 6/19/19 10:39 AM, Aurélien Larcher wrote: On Wed, Jun 19, 2019 at 10:20 AM Espen Martinsen wrote: Thanks Till, I get the answer "merging is blocked" You're not authorized to merge this pull request. Something along these lines: git remote add Mno-hime https

Re: [OpenIndiana-discuss] Question about compiling openindiana-userland components

2019-06-19 Thread Aurélien Larcher
On Wed, Jun 19, 2019 at 10:20 AM Espen Martinsen wrote: > Thanks Till, > I get the answer "merging is blocked" You're not authorized to > merge this pull request. > Something along these lines: git remote add Mno-hime https://github.com/Mno-hime/oi-userland.git git fetch Mno-hime rdesktop_

Re: [OpenIndiana-discuss] Question about compiling openindiana-userland components

2019-06-19 Thread Espen Martinsen
Thanks Till,     I get the answer "merging is blocked" You're not authorized to merge this pull request.    I'll have to give up on this one, getting out of time.    I can do testing if anyone could point me to a binary. -espenM On 6/19/19 9:51 AM, Till Wegmüller wrote: Hi Yeah that approa

Re: [OpenIndiana-discuss] Question about compiling openindiana-userland components

2019-06-19 Thread Till Wegmüller
Hi Yeah that approach to Trying PR's is not quite proper. The simplest ist to checkout the PR locally using the github guide [0] And then switch to that branch, make gmake setup in the root dir and cd into components/desktop/rdesktop/ and do gmake publish. After that you need to setup a publisher

[OpenIndiana-discuss] Question about compiling openindiana-userland components

2019-06-19 Thread Espen Martinsen
Hi Folks!    I've been tasked to do a test of a PR to rdesktop for oi-userland.    This is for my report on https://www.illumos.org/issues/10691#change-25406    I've managed to do a clone of oi-userland: git clone https://github.com/OpenIndiana/oi-userland.git    And setup the environment: c