search for: looooong

Displaying 20 results from an estimated 45 matches for "looooong".

Did you mean: loooong
2006 Jul 05
5
Looooong renders suddenly
This is odd. I''m suddenly getting extremely long render times (25-44 seconds!) in my app. It''s happening with both Mongrel and WEBrick in dev mode. And nothing strange is showing up in the development log. Any suggestions on how to track this down? -- Posted via http://www.ruby-forum.com/.
2019 Jan 09
3
Slow debugger starts of LLVM tools
I'm wondering if anyone else is running into this problem. When I do a Debug build and attempt to run a tool (opt, llvm-dis, whatever) in gdb, the program takes a LOOOOONG time to begin executing. Loading the executable into gdb is not the problem. I type "run" and the debugger sits there for many seconds and then things start going. gdb emits no messages indicating what it is doing but it's basically using 100% CPU. I'm wondering if this is an ar...
2016 Aug 01
16
RFC: We should stop merging allocas in the inliner
Chris added alloca merging in the inliner a looooong time ago, 2009. The reason he added it was because at the time we didn't do stack coloring and without it we had serious stack size problems in LLVM. Since then, a few rather important things have changed: - We have reasonably powerful stack coloring support in the backend based on lifetime ma...
2016 Aug 04
2
RFC: We should stop merging allocas in the inliner
On Thu, Aug 4, 2016 at 9:44 AM Joerg Sonnenberger via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Mon, Aug 01, 2016 at 04:47:49AM +0000, Chandler Carruth via llvm-dev > wrote: > > Chris added alloca merging in the inliner a looooong time ago, 2009. The > > reason he added it was because at the time we didn't do stack coloring > and > > without it we had serious stack size problems in LLVM. > > Do we have any way to hunt for stack size regressions? I've been hit by > some serious bugs in this are...
2006 Apr 27
1
Filename too long
...am using. rsync version 2.5.5 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums I have a file with a looooong name which I rsync from PC1 to PC2. (redhat-9) I am getting the following error. mkstemp fileStore/18/f26012/2006/Apr/date-23/61000000291587/inline/.laidlaw discordant appetite banjo crankcase voracious selfadjoint corroborate mulish pipe glossolalia deity creedal commonwealth senate exorcise east...
2010 Jun 30
1
Help installing R commander in Fedora 13...
...packages needed to install R Commander (there weren't any optional packages listed on the yum info page). My version of R is updated to the latest 2.11 version. But, running install.packages("Rcmdr", dependencies=TRUE) as root, within R produces the following errors: (Last few of a looooong list): ** building package indices ... ** testing if installed package can be loaded Error : .onLoad failed in loadNamespace() for 'tcltk', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared library '/usr/lib/R/library/tcltk/libs/ tcltk.so': /u...
2014 Feb 13
2
[PATCH net v2] vhost: fix ref cnt checking deadlock
...on device release. This works well but we now access the ref counter twice so there's a race: all users might see a high count and decide to defer freeing resources. In the end no one initiates freeing resources until the last reference is gone (which is on VM shotdown so might happen after a looooong time). Let's do what we probably should have done straight away: switch from kref to plain atomic, documenting the semantics, return the refcount value atomically after decrement, then use that to avoid the deadlock. Reported-by: Qin Chuanyu <qinchuanyu at huawei.com> Signed-off-by: Mic...
2014 Feb 13
2
[PATCH net v2] vhost: fix ref cnt checking deadlock
...on device release. This works well but we now access the ref counter twice so there's a race: all users might see a high count and decide to defer freeing resources. In the end no one initiates freeing resources until the last reference is gone (which is on VM shotdown so might happen after a looooong time). Let's do what we probably should have done straight away: switch from kref to plain atomic, documenting the semantics, return the refcount value atomically after decrement, then use that to avoid the deadlock. Reported-by: Qin Chuanyu <qinchuanyu at huawei.com> Signed-off-by: Mic...
2005 Feb 08
1
VoIP extn number planning
Looking for some advanced thoughts relative to exten number assignments. We're in the planning stage for rolling out asterisk at multiple small US telco/isp operations. Their typical voip customer has had their pstn line for a looooong time and wants to keep the pstn line and number, but add voip to their existing home/soho arrangement. One approach (from a planning perspective) is to deploy spa3k's at the customer's location and configure it for pstn ring thru to line1, implementing something like dial-8 for outbound v...
2013 Jul 15
1
facter 1.6.18 tarball has a dangerous mac preflight script
...that, there are a few references to files in the now-deleted conf/osx/ directory. So it''s pretty difficult to create a Mac pkg from this, but after some tweaking of the createpackage.sh script, I managed to do it! I ran the package it created, and noticed the preflight script was taking a looooong time to run. I looked at it, and ... Well, here is the last two lines of the preflight as shipped in the tarball: $ tail -2 ext/osx/preflight # remove old doc files /bin/rm -Rf "${3}/" Pop quiz for everyone: what could go wrong here? I''ll give a hint, when installing a Mac pack...
2016 Aug 04
2
RFC: We should stop merging allocas in the inliner
...lvm.org> wrote: > > On Thu, Aug 4, 2016 at 9:44 AM Joerg Sonnenberger via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> On Mon, Aug 01, 2016 at 04:47:49AM +0000, Chandler Carruth via llvm-dev >> wrote: >> > Chris added alloca merging in the inliner a looooong time ago, 2009. The >> > reason he added it was because at the time we didn't do stack coloring >> and >> > without it we had serious stack size problems in LLVM. >> >> Do we have any way to hunt for stack size regressions? I've been hit by >> some...
2010 Jul 01
1
Help installing R Commander on Fedora 13...
...packages needed to install R Commander (there weren't any optional packages listed on the yum info page). My version of R is updated to the latest 2.11 version. But, running install.packages("Rcmdr", dependencies=TRUE) as root, within R produces the following errors: (Last few of a looooong list): ** building package indices ... ** testing if installed package can be loaded Error : .onLoad failed in loadNamespace() for 'tcltk', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared library '/usr/lib/R/library/tcltk/libs/ tcltk.so': /usr/...
2009 Nov 04
1
compute maximum likelihood estimator for a multinomial function
...st<-d/sum(d) m1<-mle2(minuslogl=log.multi,start=list(p.est=p.est),data=list(N=sum(d),d=d)) ########################### I get the error: "Error in dmultinom(x = d, prob = p.est, log = T) : x[] and prob[] must be equal length vectors." And no matter how I tried (and I tried for a looooong time!!) I cant't figure out what the problem is. I'm sure it a very silly mistake but I don't know what it is. I think it must have something to do with how I define the parameters. Could anyone help me with this? Thank you so much in advance Benedikt
2019 Sep 14
2
conflicts in updating to CR repo
...just running "yum update" to see what conflicts, if any, I get so I can be prepared when the final 7.7 release happens. I've traditionally used the nvidia packages from elrepo, but recently enabled rpmfusion (back when I started using 7.x, I disabled rpmfusion because it took them a looooong time to get a EL7 repository up). I use the priority plugin in yum, and have elrepo at priority 50 and rpmfusion at priority 60, so the elrepo nvidia packages should "win", but yum seems to be confused about which packages to use. So now when doing yum update (with CR enabled) I get thi...
2007 Jul 28
9
Howto install domU CentOS 5 directly on partition
Hi. I am new to CentOS (Debian user) and I am looking for way how to install CentOS 5 on domU in the way that I have it directly on dom0 LVM partition. If I install it with virtual-manager then the installation program takes that partition as a disk and then creates new partitions on it. I don''t want it that way because I cannot then mount it from dom0. Is there some way how to
2018 Jul 18
1
Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?
.... Zimbra in that respect IS "integrated collaborative environment". And so is Kolab. They both are lacking per-user spam preferences. One more thing that added some minus for each of them in my estimate what to choose is: behind each of them there is commercial company. And that in my looooong experience significantly increases the chance one day openly available incarnation of each may become no longer available for us, and I will have to find replacement in a rush and find the way to migrate to it, and the more sophisticated the thing is, the trickier the migration will be. My ans...
2018 Jul 19
7
Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?
...respect IS "integrated > collaborative environment". And so is Kolab. They both are lacking > per-user spam preferences. One more thing that added some minus for each > of them in my estimate what to choose is: behind each of them there is > commercial company. And that in my looooong experience significantly > increases the chance one day openly available incarnation of each may > become no longer available for us, and I will have to find replacement > in a rush and find the way to migrate to it, and the more sophisticated > the thing is, the trickier the migration...
2019 Sep 18
2
conflicts in updating to CR repo
...hat conflicts, if any, I get so I can be prepared when the final > >7.7 release happens. > > > >I've traditionally used the nvidia packages from elrepo, but recently > >enabled rpmfusion (back when I started using 7.x, I disabled rpmfusion > >because it took them a looooong time to get a EL7 repository up). > > > >I use the priority plugin in yum, and have elrepo at priority 50 > >and rpmfusion at priority 60, so the elrepo nvidia packages > >should "win", but yum seems to be confused about which packages > >to use. > > &g...
2011 Sep 23
6
Getting IOAPIC errors in xl dmesg on old hardware
I am getting a series of IOAPIC errors in xl dmesg on a Dell OptiPlex GX100 machine (bought in 2000). I also get an error from traps.c which is very similar to the one in the ''Getting mm.c errors from xl dmesg on certain hardware'' thread. This happens during system startup with no DomUs running. I have attached the xl dmesg log. _______________________________________________
2006 Jul 06
0
big size file uploading problem w/IE
...was sent in 9 seconds. With IE the same file could not be sent. ( for 5 mins client and rails server gave no responses ) Firefox can send a 100Mbyte file. According to MS ( http://support.microsoft.com/kb/329781/en-us ), IE w/ modified registory ( 8kb -> 32 kb) can send a 100meg file but take looooong time. it seems that while uploading files, rails action "upload_file" was kept waiting, because there are no action log in the log file. my question is : Is there any way in Rails to receive a big file from popular browsers in stable and rapidly? I confirmed above in the following en...