search for: bharath

Displaying 20 results from an estimated 24 matches for "bharath".

Did you mean: bharat
2019 Oct 23
2
Re: Reg: Adding "edu" device using XML file
...-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 xmlfile.xml>. If the XML support is not provided in libvirt, Is there a document or pointers available to show how to add new device in libvirt xml code? Thanks, Bharath On Wed, Oct 23, 2019 at 12:57 PM Han Han <hhan@redhat.com> wrote: > > > 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...
2023 Jul 04
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
...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. >>> Is this Samba server a part of a cluster ? No, it is not part of a cluster. On Tue, Jul 4, 2023 at 4:49?PM Bharath Bheemarasetti < bharath.bheemarasetti at gmail.com> wrote: > >>> 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 c...
2023 Jul 05
3
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
...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 Bheemarasetti < bharath.bheemarasetti at gmail.com> wrote: > >>> 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 con...
2023 Jul 04
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
...e on the client. >>> Did you add idmap config lines for the '<workgroup>' domain ? Not yet, will add that the next time we hit the issue. >>> Is it possible you are also using sssd or something similar ? No, we are not using sssd. On Mon, Jul 3, 2023 at 1:10?AM Bharath Bheemarasetti < bharath.bheemarasetti at gmail.com> 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 >...
2023 Jul 02
3
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
...ts? If yes, how do I go about debugging that as it is not apparent from the logs? P.S: We have different setups and the frequency of this error is different in all of them. Also, there is another setup with Samba 4.7 on Ubuntu 18.04 and everything works fine there. On Fri, Jun 16, 2023 at 1:26?PM Bharath Bheemarasetti < bharath.bheemarasetti at gmail.com> wrote: > 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...
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
2023 Jun 16
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
...info. Is there anything else that can be done to fix this permanently? You might also want to read the smb.conf manpage, you have lots of lines that I would never set. Thanks, I removed some lines which are not used anymore and will be cleaning up others shortly. On Sat, Jun 3, 2023 at 1:09?PM Bharath Bheemarasetti < bharath.bheemarasetti at gmail.com> wrote: > 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...
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...
2023 Jun 03
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
...= yes log level = 5 max log size = 1000 *Share configuration:* path = <path> guest ok = no writeable = no browseable = no valid users = "<domain>\<user>","+<domain>\<user group>" force user = root On Fri, Jun 2, 2023 at 3:21?AM Bharath Bheemarasetti < bharath.bheemarasetti at gmail.com> wrote: > Hi, > I recently upgraded a smb server from Ubuntu 18.04 to Ubuntu 20.04 which > required the Samba version to be upgraded from 4.7.6 to 4.15.13. > Post the upgrade, winbind authentication fails > with NT_STATUS_RPC...
2019 Aug 07
2
Reg: content of disk is not reflecting in host.
...: virsh attach-disk <Domain-Name> --source disk.img --target vdb --live 3. In the VM, I mounted the disk and created few files. 4. In the hypervisor, I mounted the disk.img to check if the file created in the VM exists in the .img file. >> I am not able to see those files. Regards, Bharath
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:
2019 Jul 26
1
<VM LIVE Migration> <Sync conntrack entries>
...QEMU and it does not wait for any application that needs to sync-up some metadata — In my case, it is conntrack entries. Also I tried with the existing hooks - stop, release, startcpus and nothing worked well. Has anybody came across similar scenario? If yes, how you overcome this? -- Regards, Bharath
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 devic...
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 netlog...
2009 Aug 25
1
How to detect if the call is being answered by Voice Mail?
...my $ANSWEREDTIME=$self->agi->get_variable("ANSWEREDTIME"); to_log($self, "Physician Call Status: $CallStatus; ANSWEREDTIME: $ANSWEREDTIME", 2); return 0; } Is this not the correct way to do this? Or Are there any other methods? Thanks Bharath B. Reddy Bynagari -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090825/d59f4e22/attachment.htm
2009 Nov 16
1
MixMonitor and Call Latency during conversation
...tency issues. $ConversationFile = $ConversationPath."conv_"."$CallQID-$ConversationID.wav"; $self->agi->answer(); $self->agi->exec("MixMonitor", "$ConversationFile|ba"); Any suggestions would be greatly appreciated. Thanks a lot Bharath -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091116/1c969f71/attachment.htm
2018 Mar 23
0
cuda cross compiling issue for target aarch64-linux-androideabi
+Artem Belevich <tra at google.com> On Fri, Mar 23, 2018 at 7:53 PM Bharath Bhoopalam via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I was wondering if anyone has encountered this issue when cross compiling > cuda on Nvidia TX2 running android. > > The error is > In file included from <built-in>:1: > In file included from > prebuilts/...
2018 Mar 23
2
cuda cross compiling issue for target aarch64-linux-androideabi
I was wondering if anyone has encountered this issue when cross compiling cuda on Nvidia TX2 running android. The error is In file included from <built-in>:1: In file included from prebuilts/clang/host/linux-x86/clang-4667116/lib64/clang/7.0.1/include/__clang_cuda_runtime_wrapper.h:219: ../cuda/targets/aarch64-linux-androideabi/include/math_functions.hpp:3477:19: error: no matching function
2012 Aug 20
0
[LLVMdev] Question on store instrumentation using llvm
...the people who work on this could suggest if this has already been done and I am failing to see the elephant in the room. If this has not been done any hints on the best approach would be greatly appreciated. I am not subscribed to the list, would appreciate it if I am copied on the response. -- Bharath -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 4551 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120820/98dd6bc0/attachment.bin>
2012 Sep 05
0
[LLVMdev] LLVM-3.0 doxygen
...compiled binaries for LLVM-3.0. When I use the release documentation and download the doxygen.tar file it points to the latest version of doxygen instead of the release version. I was wondering if there was anyway I could get the doxygen output for llvm-3.0 without having to build from source. -- Bharath -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 4551 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120905/6e202a88/attachment.bin>