similar to: thread locked while flushing to database

Displaying 20 results from an estimated 120 matches similar to: "thread locked while flushing to database"

2007 Feb 23
3
Sellvoip configuration....Please Help!!!!
hi guy, i have a problem, i have an sellvoip account and i want configure asterisk for outbound calls. this is my sip.conf register => XXXXX0000000000:PassWord@70.42.34.200 ; this is one of the sellvoip server [sellvoip_out] type=friend secret=PassWord username=XXXXXX0000000000 host=70.42.34.200 dtmfmode=rfc2833 context=testing disallow=all allow=ulaw extensions.conf this is a semplified
2006 Oct 17
1
Please help me!!
Hi to all, I've a segmentation fault while using asterisk relatime conf with mysql db. I've cretate sip_buddies and extensions tables into db and edit res_mysql.conf, extconf.conf without any issues. So when I start asterisk and my phone try to register using sip user configured in my db, asterisk stops with Segmentation fault error. Follow post gdb backtrace 0 0x400337c0 in
2004 Dec 29
29
[Bug 967] Command only sessions hangs on target system.
http://bugzilla.mindrot.org/show_bug.cgi?id=967 Summary: Command only sessions hangs on target system. Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy:
2006 Oct 11
0
Segmentation fault asterisk realtime problem
Hi to all, I've a segmentation fault while using asterisk relatime conf with mysql db. I've cretate sip_buddies and extensions tables into db and edit res_mysql.conf, extconf.conf without any issues. So when I start asterisk and my phone try to register using sip user configured in my db, asterisk stops with Segmentation fault error. Follow post gdb backtrace 0 0x400337c0 in
2006 Oct 13
0
Segmentation fault issue
I to all, I've a segmentation fault while using asterisk relatime conf with mysql db. I've cretate sip_buddies and extensions tables into db and edit res_mysql.conf, extconf.conf without any issues. So when I start asterisk and my phone try to register using sip user configured in my db, asterisk stops with Segmentation fault error. Follow post gdb backtrace 0 0x400337c0 in
2012 Dec 18
1
[PATCH] Btrfs: set flushing if we're limited flushing
We still need to say we''re flushing if we''re limit flushing to keep somebody from coming in and stealing our reservation. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> --- fs/btrfs/extent-tree.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index ad8786b..721efb8 100644 ---
2011 Jul 18
5
[PATCH v3 0/5] btrfs-progs: scrub interface
This is the next patch series for scrub userland tools. Change log v1->v2: - commands now reachable as "btrfs scrub ..." instead of "btrfs filesystem scrub ..." - ability to scrub a single device instead of a whole file system - superfluous command line options removed - resume is now a separate command ("scrub resume") instead of "scrub start -r" -
2007 Apr 03
0
Page cache flushing algorithm question
I have been studying this for the last several days, and the one thing that leaps out at me is that the page cache always flushes one page at a time. Always. To some extent, there is justification for this - what has to happen for each page that gets flushed depends in part on what file system is being written to and whether or not there is a function for that file system to handle the pages.
2007 Aug 15
1
Flushing the report buffer
Hi Peter, The explanation on why I want to flush the report buffer after running instcmd() or setvar() was incorrect. It is not the variable thats get written, that needs to be read fresh from the UPS. That is already handled by HIDSetItemValue(), which reads back the value and thereby refreshes the report buffer. I goofed up here, I looked at the wrong parameters. :-( However, when I change the
2013 Apr 08
2
Consequence of FLushing TLB with IRQ Enable
Hi, I wanted to know if its safe to FLUSH TLB with IRQ Enable. Basically If i call local_flush_tlb_all() with IRQ''s Enabled what is the consequence? How is it normally done in Linux/Xen. Warm Regards, Akshay
2011 Sep 21
0
flushing - stops when app window is moved
I''m trying to get an FXRuby app to keep its window in sync with the application -- in particular the progress bar freezes until the loop is done. Following instructions in the FAQ at... http://www.fox-toolkit.org/faq.html#CLIENTSERVER ... I put in an app.flush to make sure the screen stayed in sync with the actual updates. I know that is expensive, but I wanted to make sure. I also
2014 May 19
0
[PATCH 4/4] drm/nouveau: introduce CPU cache flushing macro
Some architectures (e.g. ARM) need the CPU buffers to be explicitely flushed for a memory write to take effect. Not doing so results in synchronization issues, especially after writing to BOs. This patch introduces a macro that flushes the caches on ARM and translates to a no-op on other architectures, and uses it when writing to in-memory BOs. It will also be useful for implementations of
2014 Jun 18
0
xen: CVE-2013-6375: Insufficient TLB flushing in VT-d (iommu) code
Hello, Are you going to fix https://bugs.debian.org/730254 or what is the status? I would like to close old issues in case these are not going to get fixed. --- Henri Salo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL:
2018 Apr 13
1
[PATCH net] virtio-net: add missing virtqueue kick when flushing packets
We tends to batch submitting packets during XDP_TX. This requires to kick virtqueue after a batch, we tried to do it through xdp_do_flush_map() which only makes sense for devmap not XDP_TX. So explicitly kick the virtqueue in this case. Reported-by: Kimitoshi Takahashi <ktaka at nii.ac.jp> Tested-by: Kimitoshi Takahashi <ktaka at nii.ac.jp> Cc: Daniel Borkmann <daniel at
2018 Sep 06
0
[PATCH net-next 07/11] tuntap: move XDP flushing out of tun_do_xdp()
This will allow adding batch flushing on top. Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/net/tun.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 21b125020b3b..ff1cbf3ebd50 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -1646,7 +1646,6 @@ static u32 tun_do_xdp(struct tun_struct *tun, switch
2018 Sep 06
1
[PATCH net-next 07/11] tuntap: move XDP flushing out of tun_do_xdp()
On Thu, Sep 06, 2018 at 12:05:22PM +0800, Jason Wang wrote: > This will allow adding batch flushing on top. > > Signed-off-by: Jason Wang <jasowang at redhat.com> > --- > drivers/net/tun.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/net/tun.c b/drivers/net/tun.c > index 21b125020b3b..ff1cbf3ebd50 100644 > ---
2018 Jun 11
2
XRay feature – fdr log flushing
Hello, Also, I’ve noticed that FDR mode doesn’t flush to a log unless programmatically configured to do so unlike basic mode, which flushes by default. Would it be possible to add this feature as well? Thanks, Henry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180611/295c3dba/attachment.html>
2008 Feb 11
2
Flushing RAM contents?
A user wants to time a command/program/application and ensure the full contents of that command's data management has been flushed from RAM/cache and saved to disk. Is there a way to ensure the cache/RAM is flushed to disk, or is the flushing a function of the kernel or the application? This happens to be on a 64-bit Intel system with 64-bit CentOS 5, fully patched. But even if the
2016 May 06
0
Lots of Flushing x bytes to y would block messages
On Wed, May 04, 2016 at 07:10:47AM +0800, Terry T wrote: > We run tinc in a linux environment in which it sits there waiting for > connections from the clients. All clients are configured to only have one > ConnectTo which points to this server. > > We're seeing in the server log that as soon as a client's connection is > activated, a whole bunch of "Flushing x
2017 May 24
0
How to improve/resolve the Flushing xxx bytes to node would block?
Hi, Guus I encounter the below log messages that after tinc run for a while, it seems box1 begin to buffer traffic to abc, and box1 is behind a firewall to connect abc from firewall’s inside to outside, and abc is on the public internet. Normally the major traffic is actually from abc to box(download direction), but not sure how this happens, and could you suggest something we can avoid this to