Displaying 20 results from an estimated 2000 matches similar to: "<VM LIVE Migration> <Sync conntrack entries>"
2019 Oct 23
2
Re: Reg: Adding "edu" device using XML file
Hello Han,
Thanks for the response. The XML option with qemu:commandline works if the
device is added during the VM creation. But I would like to hot-plug the
device to the running VM. I can add the device using the command line
<virsh qemu-monitor-command --hmp VM-Name device_add edu,id=edu0>
But I would like to add the device using the XML file, like <virsh
attach-device VM-Name
2019 Oct 22
2
Reg: Adding "edu" device using XML file
Hi Team,
I am exploring "edu" device in QEMU to add my own custom device. I am able
to add the device using the command line. Would it be possible to add the
device using XML file through libvirt?
--
Regards,
Bharath
2019 Aug 07
2
Reg: content of disk is not reflecting in host.
Hi Team,
I am doing a small testing and I don't know if my expectation is correct or
not. Pardon me if I am ignorant.
I created a VM and the VM is running. In the hypervisor I have created
".img" file and attached this .img file to the VM.
My expectation is that, if VM is writing files to the attached disk, then
it should reflect in the .img file created in the hypervisor. But It is
2019 Oct 24
0
Re: Reg: Adding "edu" device using XML file
On Wed, Oct 23, 2019 at 4:27 PM bharath paulraj <bharathpaul@gmail.com>
wrote:
> Hello Han,
>
> Thanks for the response. The XML option with qemu:commandline works if the
> device is added during the VM creation. But I would like to hot-plug the
> device to the running VM. I can add the device using the command line
> <virsh qemu-monitor-command --hmp VM-Name
2019 Oct 23
0
Re: Reg: Adding "edu" device using XML file
On Tue, Oct 22, 2019 at 5:41 PM bharath paulraj <bharathpaul@gmail.com>
wrote:
> Hi Team,
>
> I am exploring "edu" device in QEMU to add my own custom device. I am able
> to add the device using the command line. Would it be possible to add the
> device using XML file through libvirt?
>
Hello, edu device is not implemented to libvirt xml. However you can use it
2023 Jul 04
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
>>> Why are you using a non default port for SMB ? The defaults are 139 and 445.
I not aware of the complete details but we have a dependency for the
smb server to support multiple domains, so we spin up a container with
samba for each of the domains and a front server routes it to the
appropriate container. That is the reason for having non-default ports
and binding interfaces.
2023 Jul 04
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
>>> What are the DC's ?
DC is a read-write windows active directory domain controller on
Windows server 2016.
>>> Why are you using NTLMv2 ? what is it required for ?
The smb client here is a windows server 2016 machine part of a domain
and the smb server is on Ubuntu 22.04. The communication between the
client and the server uses NTLMv2 while the communication between the
2023 Jul 02
3
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
On further investigation, the error that shows up in packet capture is that
the DC is returning [Fault: nca_s_fault_sec_pkg_error] for the
NetrLogonSamLogonEx call. There are no error logs (or any logs) regarding
the netlogon call failure in the netlogon logs even after enabling debug
logs in the DC. One more interesting thing is restarting the netlogon.exe
service on the DC also fixes the issue
2023 Jul 05
3
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
> I have never heard of this problem before, but Stefan Metzmacher has
> opened an MR: https://gitlab.com/samba-team/samba/-/merge_requests/3162
> And there is a bug report here:
> https://bugzilla.samba.org/show_bug.cgi?id=15413
> Could this be your problem ?
Thanks, that is the exact problem we are facing. Will it be backported to 4.15?
On Tue, Jul 4, 2023 at 6:32?PM Bharath
2023 Jun 16
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
First 'winbind enum' lines, they can and do slow things down in large
domains and aren't required at all, getent etc will work without them.
there are some old programs that will not work without them, but when
was the last time you ran 'finger' for instance ?
I made this change and it makes some difference but doesn't fix the
issue entirely. Earlier the auth calls used to
2023 Jun 03
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
A couple of things possible, from 4.8.0 winbind must be running and your
smb.conf is, to be blunt, rubbish. You need to set the workgroup, you
need to have idmap config lines for the workgroup, the 'winbind enum'
lines only slow things down and 'map untrusted to domain' has been removed.
Winbind is running and the workgroup was set as well. I omitted some
lines from the smb.conf
2009 Aug 25
1
How to detect if the call is being answered by Voice Mail?
Hi,
I am pretty new to Asterisk. I am trying to make sure some human being
answers the phone not the voice mail machine. How can I programmatically
identify that?
Here is my Sub:
sub DialPhysician {
my ($self, $con, $PhysicianPhone, $call_id, $conv_id) = (@_);
to_log($self, "Inside Dial Physician", 2);
my $DocPhone = "1".
2009 Nov 16
1
MixMonitor and Call Latency during conversation
Hi,
We are using MixMonitor to record the call. When the call is bridged, the
latency is significant. We tried to increase the internet speed and the
server RAM and processor speed and still we are having that issue.
We use VoiceTrading and Gafachi's Termination minutes to make calls. As we
are in US and VoiceTrading in Europe, somebody suggested to move the
termination minute provider
2023 Jul 03
1
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
On Mon, Jul 03, 2023 at 01:10:26AM +0530, Bharath Bheemarasetti via samba wrote:
>On further investigation, the error that shows up in packet capture is that
>the DC is returning [Fault: nca_s_fault_sec_pkg_error] for the
>NetrLogonSamLogonEx call. There are no error logs (or any logs) regarding
>the netlogon call failure in the netlogon logs even after enabling debug
>logs in the
2019 Aug 07
0
Re: Reg: content of disk is not reflecting in host.
On Wed, Aug 07, 2019 at 09:57:02PM +0530, bharath paulraj wrote:
> Hi Team,
>
> I am doing a small testing and I don't know if my expectation is correct or
> not. Pardon me if I am ignorant.
> I created a VM and the VM is running. In the hypervisor I have created
> ".img" file and attached this .img file to the VM.
> My expectation is that, if VM is writing
2017 Feb 02
1
[Bug 1116] New: Can't create Ipv6 NAT entries with conntrack
https://bugzilla.netfilter.org/show_bug.cgi?id=1116
Bug ID: 1116
Summary: Can't create Ipv6 NAT entries with conntrack
Product: conntrack-tools
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: conntrack
Assignee:
2018 Apr 22
0
[Bug 351] Conntrack loses connection entries
https://bugzilla.netfilter.org/show_bug.cgi?id=351
Shane <arlenslambert at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #134 is|0 |1
obsolete| |
Assignee|laforge at netfilter.org
2009 Aug 31
4
How to stop IVR once system receives DTMF?
Hi,
We are trying to implement a complex business logic in Asterisk. Executing
"Wait_For_Digit" command after playing IVR. We want to stop the IVR once we
receive the digit. It is not recognizing the Digit until it completes the
IVR. How can we stop the IVR once we receive the digit?
Thanks
BB
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Feb 14
6
[Bug 49] TCP conntrack entries with huge timeouts
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=49
------- Additional Comments From laforge@netfilter.org 2003-02-14 08:39 -------
what patches from patch-o-matic do you use? Do you know how to reproduce this
behaviour?
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
2012 Jan 16
4
conntrack entries established before nat
Typically (or at least somewhat occasionally) after a reboot of my
shorewall[-lite] machine I find that I end up with conntrack table
entries for unNATted connections such as:
# conntrack -L -p udp --dport 5060 -d 99.232.11.14
udp 17 59 src=10.75.22.8 dst=99.232.11.14 sport=5060 dport=5060 packets=5472 bytes=3031488 [UNREPLIED] src=99.232.11.14 dst=10.75.22.8 sport=5060 dport=5060 packets=0