Displaying 20 results from an estimated 200 matches similar to: "problem when use tls to connect libvirt"
2010 Jul 19
3
ActiveRecord override
Would really appreciate it if someone could tell me why this is happening:
I override ssn method of AR class so I can encrypt/decrypt to/from the db:
class Person < ActiveRecord::Base
def ssn=(value)
write_attribute(:borrower_ssn, Crypto.encrypt(self.encryption_key,
value))
write_attribute(:borrower_ssn_final_four, value[5,4])
end
def ssn
# this begin - rescue can be
2010 Nov 04
1
Calling a method directly from a test => no method error
I''m trying to get a test to pass and keep getting a "no method error"
I''m using the routines from Chapter 8 of "Security on Rails" and can''t
get the test to pass. I keep getting "no method error" for decrypt.
Can someone help me with the correct "address" for decrypt so I can
call it directly.
Here is the routine definition:
1999 Oct 20
3
patch for tinc-0.3
Hi tinc list members,
There were some problems with Ivo's email adresses (both zarq@iname.com
and
zarq@spark.icicle.dhs.org) so I resent the stuff to the mailling list.
=============================================
Hi Ivo,
Hier is een oplossing voor een bugje in flush_queue(), en ook wat andere
troepjes
zoals een tincd scheduler. Dit werkt wat beter, omdat de
2020 Nov 13
2
Joining Samba to Upgraded 2003 domain failing
join attempted via
sudo samba-tool domain join net.example.com DC
-U'NET.EXAMPLE.COM\administrator'
--option='idmap_ldb:use rfc2307 = yes
failure lines
gensec_gssapi: NO credentials were delegated
GSSAPI Connection will be cryptographically signed
INFO 2020-11-13 09:00:44,891 pid:12210
/usr/local/samba/lib/python3.8/site-packages/samba/join.py #1178: Adding
DNS A record
2006 Jun 28
15
Its here! RubyGems Release 0.9.0
Read about it here:
http://rubyforge.org/forum/forum.php?forum_id=7575
--
Posted via http://www.ruby-forum.com/.
2019 Sep 11
3
Joining Windows 2008 Domain as DC fails 4.10 (and 4.11rc3)
Hi,
I am trying to add a samba DC to an existing Domain that has 2 Win2016
Domain Controllers but is still running at Domain Functional and Forest
levels 2008R2.
When I run the join command it goes most of the way through before
eventually erring out, and backing out everything it had done.
The command I used is
samba-tool domain join MYDOMAIN DC -U"administrator at mydomain.ext" -d
2020 Nov 19
0
PANIC outstanding aio + key does not exist
Our samba server in ap-east-1 is running very slow today
I noticed three things in log.smb, and I don't understand any of them
----------
#1 roughly every 80 seconds what appears to be a reconnect loop
[2020/11/19 17:35:46.283315, 2]
../../source3/lib/tallocmsg.c:87(register_msg_pool_usage)
Registered MSG_REQ_POOL_USAGE
[2020/11/19 17:35:46.287132, 1]
2013 May 28
0
Re: libvirt tls error
On Mon, Apr 22, 2013 at 12:03:43PM +0800, yue wrote:
> centos6.3,libvirt 0.9.10.
> [root@ovirtdev private]# virsh -c qemu+tls://ovirtdev.localhost/system list
> 2013-04-22 03:37:09.362+0000: 9898: info : libvirt version: 0.9.10, package: 21.el6_3.8 (CentOS BuildSystem <http://bugs.centos.org>, 2013-01-28-19:24:16, c6b10.bsys.dev.centos.org)
> 2013-04-22 03:37:09.362+0000: 9898:
2020 Oct 21
1
Replication fails with (WERR_GEN_FAILURE)
Hello,
I set up a domain with two DCs (dns-backend is BIND9_DLZ) on a Debian 10
system. I used either the Debian-packages or the Packages from Louis
(4.12.8). I created an Ansible-role to setup everything, starting from
installing the packages over doing the provision/join up to change the
settings for bind9. The first DC runs fine. After the reboot services
are all present, allthe SRV Record for
2013 Apr 22
2
libvirt tls error
centos6.3,libvirt 0.9.10.
[root at ovirtdev private]# virsh -c qemu+tls://ovirtdev.localhost/system list
2013-04-22 03:37:09.362+0000: 9898: info : libvirt version: 0.9.10, package: 21.el6_3.8 (CentOS BuildSystem <http://bugs.centos.org>, 2013-01-28-19:24:16, c6b10.bsys.dev.centos.org)
2013-04-22 03:37:09.362+0000: 9898: warning : virNetClientIncomingEvent:1665 : Something went wrong during
2011 Jan 17
1
virt-install with --channel option inquiry
hi, virt guys,
This is Hongqing from Fedroa QA team. I try to forward the guest installation logs to host with virtio.
I have used virsh edit <guestName> to add a channel, it works fine.
I think it would be better if I can initialize it when I create the guest using virt-install,
and virt-install also offers the option, I have tried below, but it does not work.
virt-install
2006 Jun 12
0
SIP auth failed "wrong pw" but pw is correct
Hi
We've got an Asterisk 1.2.0 (planning to upgrade when I can) which is
having trouble registering another Asterisk system as a client. We have
the client in a realtime DB, our client has us configured as a friend and
also has a register => username:password@our.host/username line in his
sip.conf.
When he starts his system he gets an auth failed log line and we get:
Jun 12 14:42:21
2007 Dec 10
3
Issues installing x86_64 5.1 on Ultra 40
Hi all, we're trying to install CentOS 5.1 on a Sun Ultra 40. This is
an AMD-powered machine and we're using the x86_64 version of CentOS
5.1. The machine is using the NVidia CK804 chipset and has SATA disks.
It also has 16GB's of memory which prompted us to upgrade the BIOS on
the machine from 1.1 to 1.6 per this (we also have the two quadro
cards):
2009 Oct 16
0
Don't see a subdomain as subdomain
Hello,
we have an Domain-Setup with three domains and an forest-trust between
the domains. All domaincontrollers are Windows 2003 Server. The setup of
the Forest-Trusts are identically (as the DC-Admin says).
Under-A (where the samba server lives)
/
Domain-A
/ \
/ \
Domain-B Domain-C
\
2014 Oct 17
1
cannot compile samba4 git or from src version samba-4.1.12
I'm trying to compile samba4 on a raspberry pi
It fails with this error:
[3946/4073] Linking default/source3/modules/libvfs-shadow-copy2.so
[3947/4073] Linking default/source3/modules/libvfs-fake-perms.so
[3948/4073] Linking default/source3/net
[3949/4073] pidl.1p: pidl/pidl -> bin/default/pidl/pidl.1p
[3950/4073] Parse::Pidl::Dump.3pm: pidl/lib/Parse/Pidl/Dump.pm ->
2006 Jun 27
25
1.1.3 available.
Hello,
DHH has just announced the release of Rails 1.1.3
http://weblog.rubyonrails.org/2006/6/27/rails-1-1-3-security-fix-and-minor-fixes
rails-1.1.3
activerecord-1.14.3
actionpack-1.12.2
actionmailer-1.2.2
actionwebservice-1.1.3
The announce without the repetition :)
"Rails 1.1.3: Security fix and minor fixes
Posted by David June 27, 2006 @ 08:07PM
We''ve found and fixed a
2013 Mar 11
4
Pedigreemm
Hola a todos, me gustaría realizar una consulta asociada a la generación
de valores genéticos del pedigreemm en R. Primero generé el archivo de
pedigree incluyendo los parentales para posteriormente estimar la varianza
aditiva y los valores genéticos para cada individuo, relacionando los
individuos por medio de la matriz de parentesco.
Me da todo perfecto, el complemento pedigreemm trabaja muy
2010 Jul 01
3
Remote Party ID issue
Hi,
i have the same problem. Trying to use the dialplan function CONNECTEDLINE() this way
Set(CONNECTEDLINE(name)=${SIPPEER(${EXTEN},callerid_name)})
Set(CONNECTEDLINE(num)=${EXTEN})
ends with
[Jul 1 16:30:50] ERROR[3954]: pbx.c:2902 ast_func_write: Function CONNECTEDLINE not registered
Same happens trying function CALLEDID.
I am using Asterisk 1.6.1.20.
What do i
2002 Apr 01
2
Newbie problems with isolinux
Hello everybody
I would like to build a bootable CD from my running SuSE 7.3 Kernel 2.4.10.
The goal is to have a prebuilt system on CD which would install everything
from a compressed image on the same CD, some kind of an emergency or
initial setup CD.
So I startet with an directory called root_tree, placed the isolinux
directory and the binaries there. I copied the initrd from the /boot
2016 Apr 21
2
clock24.plot/radial plot
Dear All,
I am trying to generate a circular/radial plot. The script below has a
result I am looking for:
testlen<-rnorm(24)*2+5
testpos<-0:23+rnorm(24)/4
clock24.plot(testlen,testpos,main="Test Clock24 (lines)",show.grid=FALSE,
line.col="green",lwd=3)
if(dev.interactive()) par(ask=TRUE)
# now do a 'daylight' plot