search for: immense

Displaying 20 results from an estimated 377 matches for "immense".

2013 Apr 21
4
[PATCH] xfstests: remove recursive include in filter.btrfs
Not sure how this happened, but filter.btrfs including itself leads to immense sadness for any file that includes it. (I got a segfault when I tried to run 307) Signed-off-by: Eric Sandeen <sandeen@redhat.com> --- diff --git a/common/filter.btrfs b/common/filter.btrfs index b1aa733..99d04a6 100644 --- a/common/filter.btrfs +++ b/common/filter.btrfs @@ -1,7 +1,5 @@ #...
2013 Sep 05
6
Help with VMware ESXi manager for CentOS - newbie level
...I have no prior experience with WMVare. I now (today) have to install CentOS 6.x minimal on that ESXi server, so I am trying to wrap my head around whole ecosystem. What should I install on my CentOS 6.x so I can access/manage ESXi server and manage it? Direct link or nice howto would help me immensely. When ever I search the net, I get how to install CentOS client (they mean guest) ON VMware. -- Ljubomir Ljubojevic (Love is in the Air) PL Computers Serbia, Europe Google is the Mother, Google is the Father, and traceroute is your trusty Spiderman... StarOS, Mikrotik and CentOS/RHEL/Lin...
2008 Mar 01
5
rspec with continuations: very strange
I appear to have written code which travels backwards through time: http://www.vimeo.com/742590 This disturbs me immensely. If anyone can explain it, that would be cool. I think it''s an illusion brought about by how RSpec wraps the code it executes, and by the sheer weirdness of continuations. -- Giles Bowkett Blog: http://gilesbowkett.blogspot.com Portfolio: http://www.gilesgoatboy.org Tumblelog: http:/...
2004 Aug 29
2
AgentCallbackLogin by other means
...yone else is doing this and if so, how. We're using AgentCallbackLogin now but would like to set up a web interface instead. I've been looking at Asterisk::Manager and didn't see anything relevant and wanted to ask the group before we dove into the Asterisk source. Any input would be immensely appreciated... -Corey -- Corey S. McFadden (c@csma.biz) McFadden Associates - Technology Consultants phone?215-825-2121 ext 510? - web.csma.biz ********************************************* This message has been scanned for viruses and dangerous content, and is believed to be clean.
2005 Jan 17
2
Feature requests for scp and ssh
Hi Would it be possible to add an option to the scp command, so that if a destination file already exists, rather than overwriting it, scp just skips the destination file, prints a message to stderr and returns an error (non-zero) exit? That would help me immensely. Also, you might want to think about providing a way to execute a series of ssh, scp and sftp commands through one authentication session, so if using password authentication you don't need to keep on re-keying the password. Maybe have some kind of background daemon, which holds the session...
2002 Jul 18
4
rsync anti-FUD
I'm working on a commercial project that would benefit immensely from the use of rsync. However, I cannot convince management that rsync is a worthy tool due to the rote "it's shareware, it's not supported" FUD. Are there any documented, corportate users of rsync? Testimonials? In short, how do I drag this risk-averse group out of the FT...
2019 Sep 10
2
Dwarf - 5 features in clang and llvm
...s and debugging optimized code support in clang and llvm. Noticed that, DW_TAG_call_site is supported in llvm middle-end. but clang is not emitting these. I was hoping, if someone could provide current status of these features and current status of dwarf-5 features in clang and llvm. That will be immensely helpful. Thanks! Sourabh. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190910/0c0a9e3f/attachment.html>
2009 Dec 24
3
An unprofessional message
Dear R helpers,   I understand that this is absolutely unprofessional on my part and this group doesn't entertain such things. I have been associted with this group since last 1 and half years and have been immensely benefited by the noble service rendred by many R helpers.   So I take this opportunity to thank all of you and wish you all   "MERRY CHRISTMAS".   I sincerely apologize for using this platform for writing such an unprofessional message and especially when I am aware that nobody has eve...
2007 Jan 02
9
Best Hardware for Asterisk Server?
...ff the shelf, but is that really a reliable machine? Anything you can tell me that would assist me in deciding the best way to obtain and maintain these boxes would be very helpful. I have even looked into building system myself that have no moving parts, but for about the same price I can build an immensely more powerful machine WITH moving parts. - Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070102/2d60d079/attachment.htm
2002 Aug 05
2
No subject
...today because I was told it has very good bootstrapping abilities. What I need to do is to program it (or use an existing program) to bootstrapping test for multimodality using nonparametric kernel density estimates as proposed by Efron and Tibshirani (1993). If anyone can get me started, I will be immensely grateful. Thanks. Sangeeta -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject...
2017 Apr 24
2
IMAP hibernate and scalability in general
...0 ? S Apr01 62:05 dovecot/imap-hibernate [11291 connections] dovecot 877825 0.2 0.0 28512 21224 ? S Apr23 1:34 dovecot/imap-hibernate [5420 connections] --- No issues other than the minor bug I reported, CPU usage is slight (at most 2% of a CPU core), memory savings are immense, so I'm a happy camper. Just out of curiosity, how does dovecot decide to split and spread out sessions between hibernate processes? It's clearly something more involved than "fill up one and then fill up the next" or we would see 16k on the old one and a few on the new one. Ch...
2011 Oct 20
6
maybe a year ago, but not today
...quot;marked" users, markdown is multimarkdown. so what does all of this mean? it means that the various markdown variants are no longer balanced in terms of power. multimarkdown has an edge. it first gained that edge on the basis of pandoc's decision. but the edge is going to shoot up immensely _very_soon_, as soon as "multimarkdown composer" hits the app store... none of you has shown that you understand the immensity of having an on-the-fly display while a person is writing... (i knew it'd be important, so i programmed it for myself, but it was only _using_ it that i l...
2006 Mar 02
3
Modifying "Find" to always add a condition?
...st) with begin #note having to add to the ":conditions" field @thing = Thing.find(params[:id], :conditions=>"user_id=#{current_user.id}") rescue render :text=>"I''m sorry, you do not have access to that record." end ...but clearly that is immensely un-DRY. AND, it removes the ability to use the helpful Thing.find_by_name/etc functions. The goal is to make all versions of "find" work. Is it possible to change one function in the model and make it work? Thanks, -Greg Greg Edwards CTO, Eyetools Inc. (916) 792 4538
2005 Aug 28
1
monitoring with mrtg
Dear freinds, The pl script file which is available in the asterisk monitoring section of the voip-info.com expects username ,password and host parameters . Which one we should provied is the acconts we registered for asterisk or any thing else your help will be immensely appreciated . with regards rk _______________________________________________________ Too much spam in your inbox? Yahoo! Mail gives you the best spam protection for FREE! http://in.mail.yahoo.com
2010 Nov 05
5
Ongoing performance issues with 2.0.x
...oing performance issues with 2.0.x I switched back to 1.2.15 yesterday evening, with no changes to the machine or my users. (I migrated from 1.2.15 to 2.0.x by converting the existing config) Today, we have MUCH LESS load, with the same number of logins/min. I cannot say what exactly causes this immense increase in load, but one observation is that the time spent in system() has now dropped (user and iowait have stayed contant) to a third of the values I was seeing with 2.0.x. This evening I'll post some graphs showing two comparable 24 hour ranges. -- Ralf Hildebrandt Gesch?ftsbereich I...
2009 May 18
4
[LLVMdev] Getting exceptions to work?
...to get native exceptions to work in my code. I managed to boil down the IR to the simplest possible example that I can think of. If anyone on this list can tell me what changes I need to make to the following code to get it to work (i.e. return 0 instead of a bus error), it would make my life immensely better. ; ModuleID = 'ExceptionTest' %Object = type {} %UnwindInfo = type { i64, void (i32, %UnwindInfo *)*, i16, i16 } %Throwable = type { %Object, %UnwindInfo } define i32 @main(i32, i8**) nounwind { entry: invoke fastcc void @throwSomething...
2003 Apr 26
3
final tests fail with samba...can anyone help?
Hello, I just took an old PC and installed SuSE 7.0 on it. The machine has 32Mb of RAM, so I needed a slim installation and kernel, and this was the only package I could get to install without immense effort (I tried 5 other versions of small linux distros from linuxiso.org before this one). The version of Samba I installed on this Suse box is 2.0.7. From what I have read, this version SHOULD work with Windows 2000. I had to look hard to find it on the SuSE site, because they have mothballed it...
2010 Aug 09
2
windows 7 64 bit xerox print drivers
...r architecture." It clearly is a 64 version, it will install locally. As far as "cupsaddsmb" is concerned ... it just doesn't seem to work with 64 bit ... unless I'm doing something wrong ... which is completely likely :) If anyone could shed some light on this, it would be immensely appreciated. Thanking you all in advance. Greg
2016 Jun 13
2
[CentOS-devel] docker and docker-latest packages on CentOS Virt SIG
...raight re-building of the Fedora RPM). I pesonally do this kind of backporting, a *lot* with Perl and Python modules. They're often sadly out of date on a RHEL production grade system, but switching to a Fedora base for your production environments can get really flakey, really fast due to the immense churn of that operating system.
2007 Jul 08
2
[ win32utils-Support Requests-12080 ] How would one add these packages as a dependency to a cross-platform gem?
...at is expected to work across all supported platforms (mac/win/linux). Since my application needs to download and install myriad other external applications, I have made extensive use of the fork and open3 features - which forced me to use the win32-open3 implementations from you guys (I''m immensely grateful for your hard work btw). Now I''m trying to distribute my application as a rubygem, but when I add win32-open3 as a dependency, I''m afraid users on all of the other platforms are going to get prompted to install it - and subsequently fail the installation. When I try...