Displaying 3 results from an estimated 3 matches for "ipaddress1".
Did you mean:
ipaddress
2006 Jun 22
2
iax2 registration problems
On the asterisk1 I got this:
register => username:secret@ipaddress2
[eop]
username=username
secret=secret
type=peer
host=ipaddress1
auth=md5
on the second box I got this
this host is ipaddress2
[incommingiax2]
username=username
type=user
secret=secret
host=dynamic
context=from-internal-custom
auth=md5
on first host 1 am getting:
Jun 22 14:42:10 NOTICE[2398]: chan_iax2.c:7411 socket_read: Registration
of 'proxy1'...
2012 Feb 15
1
mount.cifs gives error 13 after changing servers -- hidden cache??
A sysadmin moved a share from one Windows server to another. I am now
getting error 13 when trying to mount the share from the new server.
The following worked before the server was replaced:
mount.cifs //ipaddress1/share1$ /mnt/share1 -o
credientials/home/whatever/.smbcredentials,rw
mount.cifs //ipaddress2/share2$ /mnt/share2 -o
credientials/home/whatever/.smbcredentials,ro
Change: server ipaddress2 was replaced with server ipaddress3 and share2$
was created on that server.
mount.cifs //ipaddress1/share1$ /...
2008 Jul 01
0
cannot migrate vm back to original machine (currently with libvirt)
...ing the libvirt call virDomainMigrate() to migrate a VM from
machine #2 (where it originally resides) to machine #1. I am unable
to migrate the VM back to machine #2 using virDomainMigrate(), even if
I first migrate the VM from #2 to #1 by hand, using "xm migrate -l
<vmname> <ipaddress1>".
When I make the call to virDomainMigrate(domain_to_migrate,
connection_to_machine_2, VIR_MIGRATE_LIVE, NULL, NULL, 0), I get the
following message:
libvir: Xen Daemon error : POST operation failed: xend_post: error
from xen daemon: (xend.err "can''t connect: Name or...