similar to: [Bug 3632] New: ssh should suppress output in stout and stdout when calling third party binaries

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 3632] New: ssh should suppress output in stout and stdout when calling third party binaries"

1998 Nov 15
0
smbtar: stdout & gzip
I need to zip the output of smbtar, but it seems to me that the tar extensions of smbclient don't support any zip option; if I'm wrong please tell me and stop further reading :) I'm trying to pipe the output of smbclient/smbtar to gzip. Basically something like: smbclient '\server\share' -E -N -Tc - | gzip > test.tar.gz However I have a problem with smbclient tarring to
2011 Sep 10
2
[Bug 937] ssh2 pubkey auth broken by user:style syntax
https://bugzilla.mindrot.org/show_bug.cgi?id=937 Patric Stout <patric.stout at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patric.stout at gmail.com --- Comment #1 from Patric Stout <patric.stout at gmail.com> 2011-09-10
2023 Mar 03
1
Enforcing sha2 algorithm in ssh-keygen.c
@Dmitry, you may get more traction by reporting this issue (with patch) at https://www.openssh.com/report.html . It can also help other folks who may be encountering the same issue. -- jmk > On Mar 3, 2023, at 02:10, Dmitry Belyavskiy <dbelyavs at redhat.com> wrote: > > ?Dear colleagues, > > Could you please take a look? > >> On Fri, Jan 20, 2023 at 12:55?PM
2023 Oct 15
2
Create new data frame with conditional sums
Under the hood, sapply() is also a loop (at the interpreted level). As is lapply(), etc. -- Bert On Sun, Oct 15, 2023 at 2:34?AM Jason Stout, M.D. <jason.stout at duke.edu> wrote: > > That's very helpful and instructive, thank you! > > Jason Stout, MD, MHS > Box 102359-DUMC > Durham, NC 27710 > FAX 919-681-7494 > ________________________________ > From: John
2023 Oct 14
1
Create new data frame with conditional sums
That's very helpful and instructive, thank you! Jason Stout, MD, MHS Box 102359-DUMC Durham, NC 27710 FAX 919-681-7494 ________________________________ From: John Fox <jfox at mcmaster.ca> Sent: Saturday, October 14, 2023 10:13 AM To: Jason Stout, M.D. <jason.stout at duke.edu> Cc: r-help at r-project.org <r-help at r-project.org> Subject: Re: [R] Create new data frame with
2023 Jan 24
1
Upstream forwarding test failure
Dear colleagues, I came across an upstream test suite failure on Fedora 36. The test in question is forwarding, the output is ========== adding modulifile='/home/dbelyavs/work/upstream/openssh-portable/moduli' to sshd_config using cached key type ssh-ed25519 using cached key type sk-ssh-ed25519 at openssh.com using cached key type ecdsa-sha2-nistp256 using cached key type
2023 Oct 14
2
Create new data frame with conditional sums
Well, here's one way to do it: (dat is your example data frame) Cutoff <- seq(0, .15, .01) Pop <- with(dat, sapply(Cutoff, \(p)sum(Totpop[Pct >= p]))) I think there must be a more efficient way to do it with cumsum(), though. Cheers, Bert On Sat, Oct 14, 2023 at 12:53?AM Jason Stout, M.D. <jason.stout at duke.edu> wrote: > > This seems like it should be simple but I
2017 Sep 13
0
Questions Integrating a Samba DC with an existing FreeIPA/RH IDM domain
Hi! Im not sure this is the right place to post this but I am seeking some advice on how to correctly approach setting up a Samba domain to integrate with our FreeIPA domain so that users maintain the same authentication information and gain the added advantage of having access to shares in Samba. We have a remote DC where RHEL7.3 and Centos 7.3 FreeIPA/ IDM servers manage the DNS, user
2023 Mar 03
1
Enforcing sha2 algorithm in ssh-keygen.c
Dear colleagues, Could you please take a look? On Fri, Jan 20, 2023 at 12:55?PM Dmitry Belyavskiy <dbelyavs at redhat.com> wrote: > > Dear colleagues, > > ssh-keygen uses SHA1 algorithm (default) when verifying that the key is usable. It causes problems on recent systems where SHA1 is disabled for use with signatures (at least, RHEL 9+). > > The proposed patch enforces
2012 Apr 15
0
including third party javascript API in Rails 3.1 works in server mode, but not when testing
Hey, I can use google maps api v3 in my Rails 3.1 app in development by including the following in the layouts/application header: <script src="https://maps.googleapis.com/maps/api/js?key=[...my key here...]&sensor=false&libraries=places" type="text/javascript"></ script> But when I integration test my app (capybara-webkit) I get a js error associated
2004 Oct 26
2
Third party LDAP as backend
Hi, I'm planning a Samba3 new installation. I need to make Samba interact with a third party directory server (it's a standard implementation that can be accessed with ldapsearch, ldapadd, etc). Is it possible to use ldapsam with an LDAP directory that's not running under OpenLDAP? If not, is there any replication tool, so that, at least I'm able to replicate user/password account
2011 Nov 27
0
Managing third-party javascript libraries
Hi guys, I was wondering how I should manage external javascript libraries in Rails 3.1. For instance, say I want to use a jQuery plugin in my Rails project. Since it''s not a native Rails plugin, but a generic javascript library, I would clone its github repository (e.g. https://github.com/loopj/jquery-tokeninput), copy the necessary js files into vendor/assets/javascripts/. So far so
2013 Jan 08
0
Win 32-bit, stack size problem with third party software?
Dear R-developers, since R 2.15.2 I?m getting an error with my RNetLogo package. The package uses rJava and connects to the Java program NetLogo (http://ccl.northwestern.edu/netlogo/). When starting it in so-called GUI-mode, i.e.: library(RNetLogo) NLStart("C:/Program Files/NetLogo 5.0.3", gui=T) #replace the path with the path to your NetLogo installation directory on a 32-bit
2014 Jan 15
0
Re: If it's possible for a third-party PCIe card to be shared by multiple containers
On Wed, Jan 15, 2014 at 12:58:54AM +0000, WANG Cheng D wrote: > Dear all, > > I have a thirty-party PCIe card in my host which can work properly in native mode. > > I wonder if this card can be shared by multiple containers. > > As far as the network interface is concerned, too many efforts have > been made for it. Two dedicated cgroup resource schedulers/subsystem >
2014 Jan 16
0
Re: If it's possible for a third-party PCIe card to be shared by multiple containers
On Thu, Jan 16, 2014 at 08:55:53AM +0000, WANG Cheng D wrote: > Dear Daniel, > > The thirty-party PCIe card is based on the Xilinx’ FPGA which is off the shelf, the main features are as follows: > 1) x8 Gen3, 8Gb/s per lane/direction > 2) MSI and legacy interrupt support > 3) Scatter-gather packet DMA engine provide by Northwest Logic > We hope multiple Linux Containers to
2005 Mar 28
0
MWI's for Third Party Softswitch
Hi All, I want to use Asterisk for VoiceMail for a softswitch. I can dial in to leave voicemail and retrieve. Now there are many SIP Endpoints registered to the Softswitch. The Asterisk is sending a NOTIFY msg to the Softswitch on <ip addr>:0 Somehow Asterisk Looses the port from where the INVITE came in, this NOTIFY msg is not going out of the Asterisk, I cannot see in Ethereal.
2005 Oct 04
1
Firefly 2 third-party version?
I found version 2.0.0 of Firefly on the Freshtel site, but it only has the network setup options for the Freshtel network, despite the final statement on the page http://www.freshtel.net/firefly/download/ that says: ----------------- Standalone SIP / IAX mode: If you want to use Firefly on our network (with your own voicemail etc.) you will need to register a Firefly number. However, you can
2006 May 03
1
asterisk intergration in third party web application
lo all, i'm quite new to asterisk, i've tested asterisk@home and decided to try and complete a little project. i'd like to make some kind of web integration of asterisk with a classic web board like invision/SFM/phpbb and so on.. The main idea is to let members of the board have an extension created in asterisk when they register or get promoted to a special members group. That
2006 Nov 07
0
Asterisk Showing 404 not found when calling from third party SIP server (newbie question)
Hi All, I have installed Asterisk Successfully and configure a out bound trunk for another SIP server so that if I'll dial 777123 from an asterisk-registered-phone then it will dial to the phone extension(123)-registered in the third party server. But my problem is that the reverse is not happening, that is I am not able to call from Third party SIP server to Asterisk
2007 Jul 09
0
allow third party registration/invitaion
Hi all, I'm running some performance tests over my Asterisk,to simple the test,I want to configure Asterisk to allow third party registration and invitation,so that Asterisk would not check the "to" head when challenge registartion and "from" head when challenge invitation,and I can only create one account and register several clients with different numbers using this