search for: hampering

Displaying 20 results from an estimated 190 matches for "hampering".

Did you mean: hammering
2010 Oct 12
3
updating centOS5.3
I have centOS5.3 installed in the system. I have never updated it but now am planning to update. While doing "yum update", is there any possibility that the update might hamper the execution of any software/application installed on the system? Is there anything particular to note before updating the system? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 May 18
3
Interested in writing for the LLVM blog?
On 18 May 2016, at 07:45, Alex Denisov via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi everybody, > > I do write some Clang/LLVM related articles on my blog[1][2], and I will be happy to write for LLVM’s blog. > > However, I can’t omit bike-shedding :) > > Forgive me my directness, but current blog doesn’t look like something close to 2016. > > The
2008 Dec 23
2
[LLVMdev] malloc vs malloc
I discovered that LLVM's malloc only allows a 32-bit size argument, so you cannot use it to allocate huge blocks on 64-bit machines. So I considered replacing all of my uses of LLVM's malloc instruction with calls to the libc malloc function instead. That got me wondering why LLVM even has its own malloc intrinsic anyway... Am I correct in assuming that LLVM's malloc intrinsic
2004 Aug 06
2
Sacrilege, but...
On Wednesday, 25 July 2001 at 18:15, Mike Prudence wrote: > I've had a bit of trouble locating some of the other tools mentioned > briefly (hampered by the lack of search facility on the mailing list > archives). What are people using in general to feed playlists to ices ?? it's got a pretty straightforward scripting interface. I use a python script which gets tracks out of
2003 Feb 12
1
rpcclient enumdrivers 3 times out on NT drivers
This is puzzling me (and hampering some work, slightly): NT4SP6 + full updates server, with some printers attached. "rpcclient -U admin%pass enumdrivers 2" server gives me a list of stuff like this: [Windows 4.0] Printer Driver Info 2: Version: [0] Driver Name: [HP LaserJet 5Si PCL 5e] Architectu...
2017 Aug 29
2
extremely low performance on Samba 4.2.14-Debian
Le Mon, 28 Aug 2017 16:45:16 +0200 Reindl Harald via samba <samba at lists.samba.org> écrivait: > Am 28.08.2017 um 16:29 schrieb Rowland Penny via samba: > > These are your non-default lines: > > > > server signing = mandatory > > and i bet that one has the major performance impact > __________________________ > > quote from microsoft: >
2006 Nov 28
2
[LLVMdev] moving to svn?
On Tue, 28 Nov 2006, Bill Wendling wrote: > Perhaps someone could come up with a list of different versioning > software, list the pros and cons, and then we could vote? (Has anyone > mentioned Bitkeeper yet? :-) There are a couple reasons we are using CVS still: 1. CVS works and is well understood by all involved. 2. The main deficiencies of CVS don't impact us much (we aren't
2004 Jan 06
2
BUG: scp -r follows symlinks
hey all 'scp -r ' follows symlinks. IMO this is a bug and should be changed - it: a) hampers the use of scp. As it stands, I cannot use 'scp -r' because of this behavior. If someone links to '/', or if I hit a recursive symlink, I'm screwed. b) It is inconsistant with cp. When you 'cp -r' on a file, it does NOT follow the symlink. When you scp
2016 Dec 26
2
Noise Cancellation of Server Noise
On Sun, 2016-12-25 at 13:38 -0600, geo.inbox.ignored wrote: > On 12/25/2016 11:53 AM, Mark Woolfson (Notebook) wrote: > > If the server decision makers had not gone for a server designed > > by accountants but a server designed by engineers then you would > > not have this problem. > maybe accountants in U.K., not is U.S.A.. > > accountants in U.S.A. only
2017 Dec 21
2
LDAP group objects?
Thank you, those links were indeed helpful. It appears to me that while JumpCloud.com touts it's Samba compatibility (including "Samba Schema support"), their's is an imperfect implementation. Because they do not leverage the Samba group objectclass they are hampering Samba's ability. The method they've used to implement groups does not allow those groups to be used by Samba. I'm no expert on LDAP, but I believe the addition of an attribute on their groupOfNames style of group may be all that is needed - I'm spinning up an OpenLDAP instance to c...
2011 May 27
2
Speed up an R code
...t really see any significant speed up in the newer computer (Desktop 2). In the older one the program took around 5hrs 15 mins and in the newer one it took almost 4hrs 30mins. ?In the newer dekstop, R gives me the following: > memory.limit() [1] 1024 > memory.size() [1] 20.03 ?Is something hampering me here? Do I need to increase the limit and size? Can this change be made permanent? Or am I looking at the wrong place? ?I have never seen my R programs using much CPU or RAM when it runs? If this is not something inherent to R, then I guess I need to write more effiecient codes. ?Suggestions/...
2008 Dec 23
0
[LLVMdev] malloc vs malloc
On Dec 23, 2008, at 9:14 AM, Jon Harrop wrote: > I discovered that LLVM's malloc only allows a 32-bit size argument, > so you > cannot use it to allocate huge blocks on 64-bit machines. So I > considered > replacing all of my uses of LLVM's malloc instruction with calls to > the libc > malloc function instead. That got me wondering why LLVM even has its >
2007 Sep 18
1
Running EQ2 under Wine locks my system... anyone else?
I'm trying to make a return to getting Everquest2 running under Wine, but I'm hampered at the moment by the fact that it hard-locks my system when it gets to the "Adding player to world..." stage. A few months back it would get this far and crash but now it absolutely locks up, mouse still moves but cannot click, other windows on screen (such as the one with "top"
2009 Aug 16
1
block streaming from samba server
hey all, I noticed that If I have media files in my samba share and a user double clicks on the share the media starts to stream from my linux box to the windows box. This hampers my B/W and I would prefer users to rather download the file then play it, I read a lot on the net regarding this but was unable to find a appropriate solution Can someone please suggest what can I do so that when the
2012 Aug 04
1
how to create a backup domain controller
Hello everyone, I am using samba4 as my Primary Domain Controller in my company. But I am concerned if my DC goes down due to some reason then is there any way I can create a Backup Domain Controller or Secondary Domain Controller which can be used at that moment of time so that all my users can login to their respected machines with all the policies. I don't want my organization's work
2006 Nov 29
0
[LLVMdev] moving to svn?
Hi Chris, > 2. The main deficiencies of CVS don't impact us much (we aren't > hampered by lack of atomic commits, renames, and better branch > facilities). If people would like to see the logical `patch set' that made up a CVS commit then cvsps may be useful, or, as others have said, use Tailor to convert to a local repos. in your preferred format.
2004 Oct 08
1
RHEL / Mini-ITX
Hi Everyone, I'd be grateful if anyone can help with a couple of queries I have. Recently I downloaded Centos 3.3 and cannot get it to install I my system. The system I am using to install is a based on an original EPIA Mini-ITX m/board. At a certain point in installing it comes up with an error saying something like "system not supported". Can anyone advise if they have got
2006 Mar 06
4
Wishlist - Give R a name that shows up in search engines...
Hi everyone, I know this is a long shot but I just wanted to throw it out there. I have lately been using R a lot and have found that it is basically impossible to find any code help or answers via google searching because the name "R" is simply not explicit enough. For every other popular program or programming language a simple search with the name of the program and your
2016 May 23
0
Interested in writing for the LLVM blog?
> On May 18, 2016, at 12:59 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > > On 18 May 2016, at 07:45, Alex Denisov via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi everybody, >> >> I do write some Clang/LLVM related articles on my blog[1][2], and I will be happy to write for LLVM’s blog. >> >> However, I can’t
2011 Dec 07
1
Output table from for loop
Hi, this might be basic but can't get it to work and it is hampering my R usage: #the loop is checking variance of rows, and cutting out rows with var>numVec[i] #I define outMat as object names I want to output to (does this make sense? how else #can I define sequential numbered output?) #numVec is numbers I use in the loop head(Counts) AN1 AN2...