similar to: qemu+ssh auth with different identity files

Displaying 20 results from an estimated 600 matches similar to: "qemu+ssh auth with different identity files"

2013 Aug 22
1
Re: Modules in gnulib that are GPL and are used in libguestfs
well, correct me if I'm wrong, but there is at least one module that is used and is GPL: xvasprintf On Thu, Aug 22, 2013 at 11:38 AM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Thu, Aug 22, 2013 at 11:18:09AM +0300, Or Goshen wrote: > > after creating a git clone I executed "bootstrap" and then entered > > "libguestfs/.gnulib/modules" and
2006 Oct 26
3
New Syntax Error after upgrading to 0.20
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I had a working 0.19.3 puppet install, but after an upgrade to 0.20 and then restarting puppetmasterd I get the following error: # /etc/init.d/puppetmaster start All resource specifications require names in file /etc/puppet/manifests/modules/ssh_keys.pp at line 24 * Failed to start puppetmaster So, looking at the file in question shows the
2013 Jul 17
1
Re: Redirecting libguestfs error messages
Well, I get these error messages during the execution of guestfs_mount_local_run(). What can I do then ? On Wed, Jul 17, 2013 at 5:08 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Wed, Jul 17, 2013 at 04:43:34PM +0300, Or Goshen wrote: > > Hi, > > > > When I register a callback for events with this function call: > > eh = guestfs_set_event_callback(g,
2013 Jul 11
0
Re: Problem with supermin & zypper
On Thu, Jul 11, 2013 at 10:50:01AM +0300, Or Goshen wrote: > Now, I installed supermin from git. During configuration it discovered > zypper: > > *checking for zypper... zypper > checking for yum... no > checking for rpm... rpm > checking for yumdownloader... no > checking for aptitude... no > checking for apt-cache... apt-cache > checking for dpkg... no >
2013 Jul 17
0
Re: Redirecting libguestfs error messages
On Wed, Jul 17, 2013 at 04:43:34PM +0300, Or Goshen wrote: > Hi, > > When I register a callback for events with this function call: > eh = guestfs_set_event_callback(g, message_callback, GUESTFS_EVENT_ALL, 0, > dev); > > Shouldnt it capture and redirect messages like this to message_callback(): > "libguestfs: error: lstat: /.Trash: No such file or directory"
2013 Aug 22
0
Re: Modules in gnulib that are GPL and are used in libguestfs
On Thu, Aug 22, 2013 at 11:18:09AM +0300, Or Goshen wrote: > after creating a git clone I executed "bootstrap" and then entered > "libguestfs/.gnulib/modules" and executed "grep -rn GPL * | grep ":GPL" | > grep -v "build tool" > ~/GPLed" The .gnulib subdirectory is the gnulib submodule, so it contains a complete copy of the gnulib
1998 Apr 13
0
smb processes dying
We're having the same problem, although ours is a bit worse. Sometimes some of our Win95 clients don't connect properly, getting the "Can't find sharename" message. This also starts a smbd process and leaves it running. Unfortunately, we're using PAM to authenticate with a pam_ldap module for authenticating against our LDAP database. Whenever the smbd process is left
1998 Aug 19
1
LDAP with Samba
I was running through the cvs.log and I noticed that there was a bunch of stuff on LDAP authentication. I haven't seen anything on the official releases about this yet, and I was wondering when/if it was coming, or if it was already there and just undocumented. Anybody? -- ================================ Jay Christner Information Technology Services Goshen College
2007 Oct 30
1
Rsync 3.0.0pre4 errors with ACLs and Xattrs between OSX and Linux
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It's my understanding that as of 3.0 rsync supports OS X ACLs and extended attributes, and that it should be possible to backup a tree from an OS X system that contains files and folders with ACLs and extended attributes to a Linux host filesystem that has both "user_xattrs" and "acl" enabled on the destination file system.
2014 Apr 25
1
Moving to Bind from internal Ubuntu Server
Hello I'm trying to move to Bind from internal DNS. Internal DNS sometimes does not answer for clients with forwarded from another one records. It serves only local addreses when there is high traffic. When i start bind is see some errors: ----------------------------------- Apr 25 13:50:35 PrimaryDC named[7726]: sizing zone task pool based on 5 zones Apr 25 13:50:35 PrimaryDC
2004 Apr 12
2
SwissVoice IP10S not able to dial calls
I have set up a new SwissVoice phone and it can receive calls but I cannot make calls out from it. The setup is simple for now, 2 phones: SwissVoice is ext 7726 and Cisco 7960 (SIP) is ext 7999. I can call from the Cisco phone and it rings on the SwissVoice phone but when I dial from the SwissVoice phone I get a busy tone upon dialing the second digit. The log reads as follows: -- Endpoint
2013 Jul 11
4
Problem with supermin & zypper
Hi, During compilation of guestfs I get the following error: *supermin -v -o supermin.d --names augeas-libs btrfs-progs cryptsetup cryptsetup-luks e2fsprogs e4fsprogs genisoimage gfs-utils gfs2-utils grub hfsplus-tools hivex iproute iputils kernel libcap libldm MAKEDEV nilfs-utils ntfsprogs ntfs-3g openssh-clients pcre reiserfs-utils libselinux syslinux-extlinux systemd vim-minimal xz yajl
2017 Apr 12
1
[PATCH] mllib: Bind %identity C primitive to Common_utils.identity.
--- mllib/common_utils.ml | 2 ++ mllib/common_utils.mli | 2 ++ mllib/xpath_helpers.ml | 2 -- v2v/input_vmx.ml | 2 -- v2v/v2v_unit_tests.ml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml index 63d8dd92e..6a9b08973 100644 --- a/mllib/common_utils.ml +++ b/mllib/common_utils.ml @@ -282,6 +282,8 @@ let ( /^ ) =
2013 Dec 28
2
[Bug 2191] New: Feature Proposal: Add an identity to the agent automatically when loading the identity
https://bugzilla.mindrot.org/show_bug.cgi?id=2191 Bug ID: 2191 Summary: Feature Proposal: Add an identity to the agent automatically when loading the identity Product: Portable OpenSSH Version: 6.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5
2013 Aug 22
2
Re: Modules in gnulib that are GPL and are used in libguestfs
after creating a git clone I executed "bootstrap" and then entered "libguestfs/.gnulib/modules" and executed "grep -rn GPL * | grep ":GPL" | grep -v "build tool" > ~/GPLed" On Thu, Aug 22, 2013 at 11:05 AM, Richard W.M. Jones <rjones@redhat.com>wrote: > How did you construct this list? It appears to list modules which are > not
2006 Mar 14
1
ActionRecord: Need for "identity"/"serial" columns?
I have a quick question about ActiveRecord and primary key value generation. Does it hurt to define my primary keys as "IDENTITY" (SQL server) or some equivalent database - managed id generation scheme (a la sequences in Oracle, etc.) since ActiveRecord is going to manage my id generation anyway. I''m thinking that for SQL server, even if you define your ids as
2005 Aug 31
2
PRI Identity Crisis
Just upgraded to most recent CVS and now I get this: pri_dchannel: PRI Error: We think we're the CPE, but they think they're the CPE too. when starting asterisk. Needless to say, I can't run asterisk without my PRI. Guess I'll start reverting code backwards day by day until I find the code that works. -Matthew
2010 Jul 02
0
Can a guest LDOM discover the identity of the host system?
That is...is there a mechanism provided to do this? As an afterthought, this also applies to non-global zones, although one can stick something in the oem-banner eeprom variable that is identically visible on all the zones, which is not the case on LDOMs. However, that''s not a supported mechanism. Having something that was would be better. Ideal if the same mechanism (on what might or
2013 Oct 18
0
Identity change between pkinit and TGS
Hi, I'm trying to setup the following configuration but encounter a problem. I'm not sure if it's a normal behavior for samba 4. I have a smartcard provided with a user principal name looking like serial_number at domain. The serial number is in the form of 0000-0000-0000-0000. The domain, let's say "upn.example.com", doesn't match my Samba Realm, that would be
2009 May 14
1
KNN script: Identity of specific K samples chosen?
I am currently doing some prediction work using the knn script in the 'class' package. Does anyone know a way of having R return the IDs (sample IDs, or column IDs of the training matrix) of the 'k' samples that are chosen by the algorithm as being nearest to a given test sample? I have searched/read everything I can about the script, however have not found anything other than the