search for: nervous

Displaying 20 results from an estimated 453 matches for "nervous".

2011 Jun 01
3
Notification Emails
Does the wiki actually send out emails to KaranbirSingh, RalphAngenendt, RussHerrold, TimVerhoeven, AkemiYagi, NedSlider, AlanBartlett, MarcusMoeller, TimothyLee, LaurentWandrebeck, TimoSchoeler, GaoHu, and AlainRegueraDelgado with every edit? It makes me a little nervous updating the T43 page or my homepage. I don't want to spam anyone. Cheers, Cody Jackson
2010 Jan 14
4
Strange OpenLDAP errors w/ samba 3.4.3
...to a self-compiled samba 3.4.3 (Lenny backport dpkg), I see strange error messages in my OpenLDAP log: slapd[3388]: do_search: invalid dn (sambaDomainName=,sambaDomainName=<domain>,cn=<...>,dc=<...>,dc=<...>) Samba seems to work, though, but this message makes me somewhat nervous. Any ideas? Thanks, Albrecht.
2008 May 16
1
error: failed reading from tcp: Connection reset by peer
...message comes from server.c, and can come pretty much at any time during a TCP query. Since: - This condition occurs during normal operation, and - There is nothing a server operator can do about it. I suggest that it should not be in the logs. All it does is make server operators confused and nervous (at least, it made me confused and nervous when I saw these messages). I've included a very short patch to NSD that seems to do the trick. -- Shane --- server.c.orig 2008-05-16 10:20:25.000000000 +0200 +++ server.c 2008-05-16 10:21:44.000000000 +0200 @@ -1394,7 +1394,9 @@ */ retur...
2017 Jan 30
3
Choosing the appropriate iterator for the job
..., and basically the issue is that I have to replace something like: void foo(MachineInstruction* x); MachineBasicBlock::iterator index = ...; foo(index); to: foo(&*index); This pattern of having to make this edit (adding the '&*') looks really scary to me, I am always nervous of expressions that look like this, and over the past three or so releases we have had to make similar changes (usually, but not always to various MI/MBB iterators). So my guess is that we are using the wrong iterator, or an inappropriate iterator; but there are so many iterators now that I won...
2007 Oct 20
2
Xen stress testing for production
Hi -- I''m just a little nervous about deploying my Xen VMs. Will they perform when in actual production? How stable is Xen, really? So, I thought I would do some stress testing before deploying it. I''d like to test VMs running various services, alone and all together... DNS, HTTP/S, Tomcat, IMAP/SMTPD. Does anyone h...
2008 Sep 22
0
Warnings in fitdistr() from MASS.
For a lark, I experimented a bit with the data from Ted Byers' recent postings. The result of fitdistr() seemed sensible, but I was bothered by the warnings about NaNs that arose. Warnings always make me nervous. Explicitly this is what I did: TXT <- "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1...
2009 May 12
2
Is anyone keeping up with the versions?
We are still using 1.4 and were going to start testing with 1.6.0, but then 1.6.1 was released and now 1.6.2 is already in beta 2. That seems like a lot of independent releases to maintain. I read about all the regressions ans hurried dot releases, makes us nervous. How is everyone doing their testing? -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090512/cf5b7837/attachment.htm
2005 Sep 13
2
Support JFS in fstype
Here's a patch to support JFS in fstype. Given that this runs as root, would you consider a patch to take the device as an argument rather than stdin? I get really nervous that one of these days I'm going to > rather than <. But otherwise... =) Tested against 1.0.14, but there's nothing in there that should keep it from applying against current git that I can see. Tks, Jeff Bailey -------------- next part -------------- A non-text attachment was sc...
2006 Mar 01
3
Migration from NT4 to W2K3 AD
Are there any gotcha's..... I am currently using winbindd and very successfully integrating my Samba boxes with the NT4 domain structure. The admin who is doing the migration (A corporate person not used to Linux at all) is already nervous about the migration since it involves Linux. Usernames are not supposed to change..but, the authentication domain is going to be a completely new one. Any and all help is greatly appreciated. Thanks, Mike Barber WPTZ/WNNE
2010 Oct 08
4
Syslinux 4.03-pre4 - Release Candidate
Trying to get at least my backlog of bug fixes out... I'm hoping to do a 4.03 next week. Please help by: a) giving it a whirl; b) letting me know if I have missed any low-risk bugfixes. Gene: I did not include your UI branch in this release, because it made me a bit nervous... poke me on IRC when you have a chance. -hpa
2019 Feb 11
3
bare-metal backup before update--options?
Hi all! I'm a "nervous nellie", I have not yet updated my 7.5 desktop to 7.6 because (1) it has an Nvidia card, and (2) I've heard of problems upgrading on top of software RAID (using RAID1 with 2 drives). I need to upgrade it to stay secure, and I want to do a bare-metal backup first (so I can put it all back...
2011 Jan 20
1
setGeneric for residuals, etc
...("residuals"), then add S4 specializations to it. However, I don't understand the full consequences of doing this. Are there any drawbacks? Is there some code that will not run properly if I do this? It feels like I'm reaching in and modifying a core R function, which makes me nervous. To put it another way, if it's completely transparent and causes no problems, why isn't it done by default? (If it matters, I'm still on 2.10.1, but I can take it up with global architecture if there are compelling changes in later versions.) Thanks, Johann
2009 Mar 03
2
R - MATLAB apply like function
...e kind of function. I have already asked MATLAB people, and the answer is : "vectorize"... but of course, this is not always possible. So, instead of using a FOR loop all the time, I tried using the bsxfun. So you R people, who might also use MATLAB, do you have any solution? Are you also nervous about this fact (maybe also because of this R-MATLAB question). Thanks for your help, Dave [[alternative HTML version deleted]]
2003 Aug 26
1
[LLVMdev] Question: Bytecode Representation of Type Definitions Table
...to a function returning Pointer ( UInt )? I'm guessing the latter. Similarly, entry 0x0e could be a pointer to Struct or a pointer to Array of SByte [14]. Again I'm guessing the latter. I'm worried this low table stuff isn't unambiguous in all cases, but then again I'm a nervous guy. If you could set my mind at ease with regard to the lack of ambiguity that would be great. And what's with this Opaque type anyway? It's in the enum but I haven't found an instance of its use, unless of course it's used in entry 0x10. The whole missing Opaque thing make...
2016 Sep 05
2
Extending the AD schema
We're looking at implementing Sudoers LDAP on our Samba 4 AD domain. While this worked perfectly in a test environment previously, I am always extremely nervous about the possibility of stuffing things up on production. Given a domain with multiple DCs (two in our case), should I do add the schema extension with all DCs on line or should one by taken off line to provide an emergency backup in case things go wrong? In this case will the schema extensio...
2019 Jan 17
2
Removing LLVM_ALWAYS_INLINE from ADT classes
...ng the advantages, > > disadvantages, and potential paths forward. One of the obvious path > > forwards is to put development effort into ensuring that tablegen > > doesn't need asserts enabled in order to catch invalid inputs. > > +1. This is exactly the reason I'm nervous about making > LLVM_OPTIMIZED_TABLEGEN on by default. As someone who does a fair > amount of .td twiddling and also occasionally hacks on TableGen itself, > I almost never build it optimized. > Maybe LLVM_OPTIMIZED_TABLEGEN could do Release+Asserts builds? (I don't have any opini...
2010 Mar 01
4
issues with 3rd party repos for centos
...), so the centos wiki page is a bit out of date. finally, all i want is to install PHP 5.3.x (and, obviously, dependent packages) on a stock centos 5.4 system. is remi collet's repo a good choice for that? the centos wiki recommends "extreme caution" for that repo, which makes me nervous. more to the point, are there any serious issues involving bumping up php to 5.3.1 on a stock centos 5.4 system while leaving everything else where it is? rday -- ======================================================================== Robert P. J. Day Waterloo, O...
2013 Jul 11
5
About NAS versus Samba
Hi there, Has anyone tried to configure a NAS server to authenticate users using a Samba PDC, or even a Samba4 DC (AD-compatible) or an IPA server? I'm evaluating replacing some Linux file server for a NAS product, but all them make me nervous when the vendor talks about "Active Directory support" and nothing else. In theory, many NASes are Linux boxes running samba, so there shouldn't be a problem, except if the web admin interface won't support a samba DC setup and I won't have SSH access to configure the NAS sam...
2020 Mar 16
2
GSoC Project - Advanced Heuristics and ML
...an undergraduate research on compiler autotuning of Rust code, more specifically, autotuning of optimization passes of the LLVM IR. I would very much like to work on these projects, but I don't know where to start. What should be my next steps? GSoC applications will open soon, so I am a little nervous... -- Emanuel Lima -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200316/1b012b3f/attachment.html>
2006 Nov 21
10
Rspec Brown Bag
...s several of my coworkers. The developers at my workplace are experienced Agile developers. What would be some good things to focus on for this brown bag? Are there slides to presentations that would be useful? Any resistance/skepticism, and how to best address these concerns? I''m kindof nervous because there is some skepticism toward rspec and BDD. Mainly: - Test::Unit already does that, so why do we need rspec? - It''s not production ready. (Stack traces are too cluttered for RspecOnRails; although this opinion was based on version 0.6) - New people will be confused...