Displaying 4 results from an estimated 4 matches for "l1180".
Did you mean:
1180
2019 Apr 07
2
ssh with proxyjump on windows 10
...xyCommand from ProxyJump: ssh -v -W '[%h]:%p' apple
debug1: Executing proxy command: exec ssh -v -W '[test]:22' apple
CreateProcessW failed error:2
posix_spawn: No such file or directory
https://github.com/openssh/openssh-portable/blob/c327813ea1d740e3e367109c17873815aba1328e/ssh.c#L1180
It doesn't appear there's an easy way to tell openssh that I need to
use `ssh.exe` instead of `ssh`.
For 8.1, could something be adjusted to make this work?
Note: running `ssh -v -W "[test]:22" apple` almost works
2018 May 07
4
Tripp Lite SU5000RT3U
Hi,
I am trying to configure my Tripp Lite SU5000RT3U on Ubuntu 18.04 as I am
not able to completely get all the data from the UPS. After installing all
required packages from the Ubuntu repos (had to run sudo apt-get install
dkms, I had to install the displaylink drivers from displaylink.org by
doing sudo ./displaylink-driver-4.2.29.run, and I created a sim link by
doing the following: sudo ln
2018 May 08
0
Tripp Lite SU5000RT3U
...mmand.
> ups.debug.P: 30 35 30 30 0d 00 00 '0500...'
> ups.debug.S: 31 34 30 30 30 30 0d '140000.'
Status '4' means that a battery test hasn't been done recently. Other values here:
https://github.com/networkupstools/nut/blob/v2.7.4/drivers/tripplite_usb.c#L1152-L1180
> ups.debug.T: 39 31 32 35 37 31 0d '912571.'
0x257 = 599 = 59.9 Hz; the following '1' indicates a nominal value of 60 Hz. You might be able to extract temperature from the first two digits.
> ups.debug.V: 33 30 38 38 0d 00 00 '3088...'
>
You would also want to...
2018 May 09
0
Tripp Lite SU5000RT3U
...00 '0500...'
>>> ups.debug.S: 31 34 30 30 30 30 0d '140000.'
>>
>> Status '4' means that a battery test hasn't been done recently. Other values here:
>>
>> https://github.com/networkupstools/nut/blob/v2.7.4/drivers/tripplite_usb.c#L1152-L1180
>>
>>> ups.debug.T: 39 31 32 35 37 31 0d '912571.'
>>
>> 0x257 = 599 = 59.9 Hz; the following '1' indicates a nominal value of 60 Hz. You might be able to extract temperature from the first two digits.
>>
>>> ups.debug.V: 33 30 38 38 0d 0...