Skip to Content.

rare-dev - Re: [rare-dev] initialization of mgmt0 and bf_pci0

Subject: Rare project developers

List archive


Re: [rare-dev] initialization of mgmt0 and bf_pci0


Chronological Thread 
  • From: Alexander Gall <>
  • To: <>
  • Cc: "" <>
  • Subject: Re: [rare-dev] initialization of mgmt0 and bf_pci0
  • Date: Fri, 25 Mar 2022 15:19:55 +0100

On Fri, 25 Mar 2022 15:09:31 +0100, mc36 <> said:

> hi,
> On 3/25/22 14:48, Alexander Gall wrote:
>>
>> The new wrapper is added by
>> https://bitbucket.software.geant.org/projects/RARE/repos/rare-nix/commits/99341e81a410d2d4b20bdfada029c6477caa4b46
>>
> fine! thanks a lot!

>> On Fri, 25 Mar 2022 12:17:51 +0100, mc36 <> said:
>>
>>> so for this to work, you'll need
>>> https://packages.debian.org/bullseye/ethtool....
>>> please also add https://packages.debian.org/bullseye/socat, that could be
>>> used to do the "test bash" command...
>>
>> I want to avoid dependencies to Debian packages and provide everything
>> from Nix. I'll add a utility that handles PATH for that purpose.
>>
> nevermind, i'll add a small binary to mist/natives that do the trick... :)

Um, ok :)

Another thing:

You changed a "ssh" to /usr/bin/ssh in
https://bitbucket.software.geant.org/projects/RARE/repos/rare-nix/commits/7a8a623e399ffbe60ac3e8d9e12f301343e0e1b4

i.e.

alias test tna-linux-access command /usr/bin/ssh 10.255.255.1 /vrf lin /user
sysadmin /pass sysadmin

but that seems wrong if I understand correctly. You really want to
call your built-in ssh command that understands the /vrf and other
options, don't you?

--
Alex



Archive powered by MHonArc 2.6.19.

Top of Page