search for: key_list

Displaying 11 results from an estimated 11 matches for "key_list".

Did you mean: dev_list
2025 Jan 10
1
[PATCH v2] ssh-add: support external parsing of key listing
...tside of NASA. Please take care when clicking links or opening attachments. Use the "Report Message" button to report suspicious messages to the NASA SOC. From: Corey Hickey <chickey at tagged.com<mailto:chickey at tagged.com>> When ssh-add is used in a script like: if ! KEY_LISTING=$(ssh-add -l 2>&1) ; then echo "SSH agent error" >&2 exit 2 fi ...the operation fails when there is an agent but there are no keys in the agent. This is because ssh-add exits with status of 1. If the intent is to examine the keys in the agent, then this behavior is undes...
2025 Jan 09
2
[PATCH] ssh-add: support parser-friendly operation
On 2025-01-09 15:27, Corey Hickey wrote: > From: Corey Hickey <chickey at tagged.com> > > When ssh-add is used in a script like: > > if ! KEY_LISTING=$(ssh-add -l 2>&1) ; then > echo "SSH agent error" >&2 > exit 2 > fi > > ...the operation fails when there is an agent but there are no keys in > the agent. This is because ssh-add exits with status of 1. If the > intent is to...
2006 Dec 12
4
How to sum one column in a data frame keyed on other columns
I have a data frame that looks like this: url time somethingirrelevant visits www.foo.com 1:00 xxx 100 www.foo.com 1:00 yyy 50 www.foo.com 2:00 xyz 25 www.bar.com 1:00 xxx 200 www.bar.com 1:00 zzz 200 www.foo.com 2:00 xxx 500 I'd like to write some code that takes this as input and outputs
2025 Jan 09
2
[PATCH] ssh-add: support parser-friendly operation
From: Corey Hickey <chickey at tagged.com> When ssh-add is used in a script like: if ! KEY_LISTING=$(ssh-add -l 2>&1) ; then echo "SSH agent error" >&2 exit 2 fi ...the operation fails when there is an agent but there are no keys in the agent. This is because ssh-add exits with status of 1. If the intent is to examine the keys in the agent, then th...
2014 Oct 27
1
sip.conf to pjsip.conf conversion script
...isk-13.0.0/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py", line 590, in create_udp bind = sip.multi_get('general', ['udpbindaddr', 'bindaddr'])[0] File "/usr/src/asterisk-13.0.0/contrib/scripts/sip_to_pjsip/astconfigparser.py", line 407, in multi_get (key_list, section)) LookupError: keys ['udpbindaddr', 'bindaddr'] not found for section 'general' I've not turned up anything useful with Google so the mailing list is my next step. I can provide my configuration if needed however it is just the stock sip.conf with a phone and...
2020 Jan 11
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...s, please feel free to supply patches. Cheers, Simon > You get crashes in the terminal as well, without multithreading. E.g. > the keyring package links for the Security library on macOS, so you > get: > > ? R --vanilla -q >> .libPaths("~/R/3.6") >> keyring::key_list()[1:2,] > service username > 1 CommCenter kEntitlementsUniqueIDCacheKey > 2 ids identity-rsa-public-key >> parallel::mclapply(1:10, function(i) keyring::...
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...eFoundation, which seems to be fine, but AFAIR there is no guarantee for that, either.) You get crashes in the terminal as well, without multithreading. E.g. the keyring package links for the Security library on macOS, so you get: ? R --vanilla -q > .libPaths("~/R/3.6") > keyring::key_list()[1:2,] service username 1 CommCenter kEntitlementsUniqueIDCacheKey 2 ids identity-rsa-public-key > parallel::mclapply(1:10, function(i) keyring::key_list()[1:2,])...
2020 Jan 11
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...AIR > there is no guarantee for that, either.) > > You get crashes in the terminal as well, without multithreading. E.g. > the keyring package links for the Security library on macOS, so you > get: > > ? R --vanilla -q >> .libPaths("~/R/3.6") >> keyring::key_list()[1:2,] > service username > 1 CommCenter kEntitlementsUniqueIDCacheKey > 2 ids identity-rsa-public-key >> parallel::mclapply(1:10, function(i) keyring::...
2025 Jan 10
2
[PATCH v2] ssh-add: support external parsing of key listing
From: Corey Hickey <chickey at tagged.com> When ssh-add is used in a script like: if ! KEY_LISTING=$(ssh-add -l 2>&1) ; then echo "SSH agent error" >&2 exit 2 fi ...the operation fails when there is an agent but there are no keys in the agent. This is because ssh-add exits with status of 1. If the intent is to examine the keys in the agent, then th...
2020 Jan 10
6
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
Henrik, the example from the post works just fine in CRAN R for me - the post was about homebrew build so it's conceivably a bug in their libraries. That's exactly why I was proposing a more general solution where you can simply define a function in user-space that will issue a warning or stop on fork, it doesn't have to be part of core R, there are other packages that use fork() as
2006 Feb 01
5
Sybase ctlib Adapter
Hi, I''ve been trying to update Will Sobel''s sybase-ctlib adapter to pass unit tests on Rails 1.0. It''s been a slow, sloggy process for me so far, as I''ve been learning Ruby, Rails, and Sybase administration all in one go. (c: It''s been a saving grace to have a good starting point (thanks Will!). http://dev.rubyonrails.org/ticket/2030