search for: somekey

Displaying 8 results from an estimated 8 matches for "somekey".

2008 Jan 16
1
Pb with defineVar() example in the "Writing R Extensions" manual
...luated before mkans(x). What happens if mkans(x) is evaluated first? Then install("x") will be called and eventually trigger garbage collection while the SEXP returned by mkans(x) is still unprotected. I'm asking because I'm getting all sorts of problems with defineVar(install(somekey), mkans(x), rho); In my code this line is inside a big loop (hundred of thousands of iterations) so I end up with a lot of symbols in the rho environment. The problems I've seen are hard to reproduce: sometimes it's a segfault, sometimes a "cons memory exhausted" error, or somet...
2003 Nov 13
0
failure to attempt protocol v1 connection with v1 key
If I do ssh -i /home/darxus/.ssh/somekey user at host Where somekey is an rsa1 key, and host is only running ssh protocol 1, it fails to connect with "Permission denied (publickey).". 1) I think the specified v1 key should encourage ssh to try v1. 2) I think, if v2 fails, it should try v1. This works when I add the "-1&q...
2007 Dec 30
2
Loading config YAML into merb process for the life of the process
Hey Chaps, Forgive me for not fully understanding the inner workings of merb, but I would like to read in a YAML configuration file once when the application is booted rather than reading it every time it is used (as presumably the overhead in doing that is significant?) - I had presumed this is how both Merb and rails do it for there database.yml config files (hence its a requirement
2013 Jul 01
9
[Bug 2123] New: does not seem to support sftp protocol version 5 rename flag for overwriting files
...;mv old new") the authorized key file for our distkeys SSH key distribution tool that I currently packages for Debian (see there bug #712787). I thought about using ruby-net-sftp rename! function as follows: @sftp.rename!( newauthkeyfile, @authkeyfile, 0x0001 ) But I do get: ./distkeys -K somekey.pub -H somehost remove Host: somehost Connecting to host somehost (user: someuser, port: someport)... Opening SFTP session... Key somekey removed. Creating a backup to .ssh/authorized_keys-2013-07-01.bak if not already done today... Uploading keys to .ssh/authorized_keys-new... File does exist and...
2006 Sep 08
1
Access worker outside of Rails?
Hi all, Wondering if it''s possible to access a worker from outside of Rails -- I''ve tried simply including: require RAILS_ROOT + ''/vendor/plugins/backgroundrb/backgroundrb.rb'' BackgrounDRb.MiddleMan.get_worker(key) but, I get an error that the ''get_worker'' method is undefined. Any ideas? Thanks a lot, W -------------- next part
2014 Dec 08
0
libgfapi disk locking in virtlockd not working
...<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> I also tried devices <lease> but it also doesn't work: <lease> <lockspace>somearea</lockspace> <key>somekey</key> <target path='/data/nfs/lockd'/> </lease> # virsh start gentoo-virtio-lib1 błąd: Uruchomienie domeny gentoo-virtio-lib1 nie powiodło się błąd: internal error: Lockspace for path /data/nfs/lockd/somearea does not exist well, lockspace exists... # ls -a...
2013 Jun 26
6
[RFC] Proposed XenStore Interactions for Multi-Queue VIFs
I''m posting this for an initial round of comments; I don''t have any code at present to implement this, and wanted to get some feedback before getting started. All comments welcome :) Andrew. Proposed XenStore Interactions for Multi-Queue VIFs ======================================================================== Andrew J. Bennieston
2014 Nov 02
3
[PATCH] customize: Add --ssh-inject option for injecting SSH keys.
This adds a customize option: virt-customize --ssh-inject USER[=KEY] virt-builder --ssh-inject USER[=KEY] virt-sysprep --ssh-inject USER[=KEY] In each case this either injects the current (host) user's ssh pubkey into the guest user USER (adding it to ~USER/.ssh/authorized_keys in the guest), or you can specify a particular key. For example: virt-builder fedora-20 --ssh-inject root