Displaying 20 results from an estimated 200 matches similar to: "volume on btrfs brick and copy-on-write"
2013 Oct 16
2
Re: libvirtError: Unable to add bridge br0 port vnet0: Operation not supported
On 16 October 2013 13:55, Daniel P. Berrange <berrange@redhat.com> wrote:
>
> Sounds like a host mis-configuration related to kernel bridge support
> to me.
>
Could you tell me what might be mis-configured? I am using kernel 3.10.11,
modules openvswitch, bridge, stp and llc are loaded.
regards
--
Maciej GaĆkiewicz
Shelly Cloud Sp. z o. o., Sysadmin
http://shellycloud.com/,
2013 Oct 16
2
libvirtError: Unable to add bridge br0 port vnet0: Operation not supported
Hi
I am using Libvirt 1.1.2 with Openstack Havana (RC2, nova-network) and
openvswitch 1.4.2+git20120612-9.1. Libvirt vif driver (
nova.virt.libvirt.vif.LibvirtGenericVIFDriver) generates config likes this:
<interface type='bridge'>
<mac address='fa:16:3e:44:30:a4'/>
<source bridge='br0'/>
<model type='virtio'/>
2013 Jul 02
2
Re: nova-compute, libvirt and authentication
On 2 July 2013 09:58, Martin Kletzander <mkletzan@redhat.com> wrote:
> I'd say this is a problem with sasl, nothing else. "No mechanism found"
> may mean that libraries for configured mechanism aren't found or unknown
> mechanism is being requested. I doubt that access to those libraries
> would be a permisison problem, but you might be missing some
>
2013 Jul 01
3
nova-compute, libvirt and authentication
Hello
I have a question about live migration when libvirt requires sasl
authentication. I have managed to configure remote access for user nova
with sasl enabled (credentials stored in auth.conf -
https://review.openstack.org/#/c/12706/). It looks like live migration do
not use these credentials at all. What is more it thinks that sasl is not
not configured:
2013-07-01 09:49:09.317+0000: 17997:
2013 Jul 02
1
Re: nova-compute, libvirt and authentication
On 2 July 2013 10:36, Martin Kletzander <mkletzan@redhat.com> wrote:
> I couldn't know you were able to do that. Since I presume you are using
> the same server and client to check that, I must fallback to default
> questions like "SELinux?". Or some OpenStack config which I
> (unfortunately) know almost nothing about. Last thing that occurs on my
> mind is
2013 Jun 30
0
Same credentials stored in auth.conf for many servers
Hello
According to client authentication in documentation (
http://libvirt.org/auth.html) it is possible to store credentials in
auth.conf file and make appropriate mappings to servers:
[auth-$SERVICE-$HOSTNAME]
credentials=$CREDENTIALS
Is it possible to use the same credentials for many servers without
explicitly describing it?
For example replacing:
[auth-libvirt-myhost1]
credentials=mycred
2013 Aug 30
1
cli & glusterd sm develop guide
hi,
I want develop a cli cmd to create snapshot, but glusterd op sm & hook looks complex,
Are there development guides or docs about cli & glusterd backend process?
Thanks.
--terrs
2006 Apr 18
1
predict.nls confidence intervals
Hello-
It has been several years since anyone has asked, so i am asking again- has anyone created a routine to estimate confidence intervals for predictions from nls models (ala Bates and Watts 1988)?
Thanks -
Alice Shelly
[[alternative HTML version deleted]]
2009 Mar 22
1
Emailing
Hi,
I am trying to send emails out using ActionMailer. Currently, the
console shows that everything is sending out correctly, but I am not
actually receiving any emails.
Thanks in advance,
Shelly
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email
2007 Jun 01
1
AIC consistency with S-PLUS
Hello-
I understand that log-likelihoods are bound to differ by constants, but if i estimate AIC for a set of simple nested linear models using the following 4 methods, shouldn't at least two of them produce the same ordering of models?
in R:
extractAIC
AIC
in S-PLUS:
AIC
n*log(deviance(mymodel)/n) + 2*p
I find it troubling that these methods all give me different answers as to the best
2011 Apr 26
1
Listing machines as non-root user
I have a problem with virsh. I'm using eucalyptus software on top of xen 4
(debian squeeze). The problem is that unix user "eucalyptus" cannot see vm
machines when it executes "virsh list". My libvirt version is 0.8.8-3 from
debian sid repository. The same
problem occurs with older versions.
What is more I have tried to change unix_sock_ro_perms to "2777". After
2024 Jun 12
1
kerberos default_ccache_name with sssd
Just to show what i mean when i ssh into my vms, 2 vms save the cache in /tmp and the other 2 in /home. See what happens when i run the loop below:
> for i in rocky8client rocky9client rocky9server rocky8server; do /usr/bin/sshpass -p password /usr/bin/ssh -l jdoe $i "hostname; klist"; done
rocky8client.domain.net
Ticket cache: FILE:/tmp/krb5cc_2000_WP04h8h0sa
Default
2010 Dec 30
1
Different results in glm() probit model using vector vs. two-column matrix response
Hi - I am fitting a probit model using glm(), and the deviance and residual degrees of freedom are different depending on whether I use a binary response vector of length 80 or a two-column matrix response (10 rows) with the number of success and failures in each column. I would think that these would be just two different ways of specifying the same model, but this does not appear to be the case.
2024 Jun 13
1
kerberos default_ccache_name with sssd
I have not looked at Kerberos is years. But it looks like KRB5CCNAME comes from:
https://github.com/openssh/openssh-portable/blob/master/gss-serv-krb5.c#L134-L197
But it depends on which version of Kerberos you have, and if you are also use PAM.
Google for: heimdal kerberos cache name
It looks like there is now a SSSD Kerberos Cache Manager rather then storing in individual file.
On 6/11/2024
2024 Jun 06
2
kerberos default_ccache_name with sssd
Good day everyone,
I am currently testing integrating kerberos into our MMR openldap cluster
and things have gone well so far.
I can ssh to my test clients using my kerberos credentials then ssh using
GSSAPI to other hosts as defined in my principals using my ticket,
achieving SSO.
*I wanted to see if I could make the cache file user-specific, instead of
the default location
2024 Jun 11
1
kerberos default_ccache_name with sssd
Thank you both for the replies and explanation!
@douglas
Can i set?KRB5CCNAME somewhere so that it uses /home? Where?
But even if i could set the env variable i have this odd behavior:
I now have 4 vms running.
2 are rocky8 and 2 are rocky9, with same settings and versions I stated on my first post.
From the 4 vms, when I ssh into them, 2 of them set a cache file in the users home and the
2013 Apr 23
1
Lack of ebtables rules when using nwfilters
Hi
I am using libvirt (0.9.12) with openstack and xen. It looks like libvirt
is not creating ebtables rules against arp spoofing etc. Here are my
configs:
VM definition:
<domain type='xen'>
<uuid>d49b777f-32f1-4093-ae47-a12efd0efd2c</uuid>
<name>instance-00000168</name>
<memory>2097152</memory>
<os>
2013 Apr 10
2
Optimization problem
As a simple example, I want to find minimum value for x^2, but it can't be
obtained by:
f<-function(x)x^2
optimize(f,lower=-1,upper=1)
What are other methods to deal with this? I tried DEoptim, still doesn't
work. Any suggustions will be extremely helpful! THanks!
Shelly
--
View this message in context: http://r.789695.n4.nabble.com/Optimization-problem-tp4663821.html
Sent from
2024 Jun 11
1
kerberos default_ccache_name with sssd
On 6/6/2024 8:26 AM, Dave Macias wrote:
> *I wanted to see if I could make the cache file user-specific, instead of
> the default location (/tmp/krb5cc-blabla).*
SSH is creating a separate ticket cache file for each login session and owned by the user.
This has been the preferred way to do this for decades.
https://kerberos.mit.narkive.com/YJB4Hshz/krb5ccname-and-sshd
Your: "Ticket
2013 Aug 21
1
Gluster 3.4 Samba VFS writes slow in Win 7 clients
Hello?
We have used glusterfs3.4 with the lasted samba-glusterfs-vfs lib to test samba performance in windows client.
two glusterfs server nodes export share with name of "gvol":
hardwares:
brick use a raid 5 logic disk with 8 * 2T SATA HDDs
10G network connection
one linux client mount the "gvol" with cmd:
[root at localhost current]# mount.cifs //192.168.100.133/gvol