search for: detest

Displaying 20 results from an estimated 106 matches for "detest".

Did you mean: retest
2004 Feb 11
6
Spelling (PR#6570)
I came across this in connection with an unrelated issue > beta[2] Error in beta[2] : object is not subsettable > beta[2] <- 5 Error in "[<-"(`*tmp*`, 2, value = 5) : object is not subsetable One of the messages must be wrong, but I need a native English speaker to tell me which one. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of
2008 Nov 20
2
A way to run extenrnotify when IMAP events take place...
I have IMAP voicemail working with Exchange 2003 using a single username and password for multiple mailboxes. Right now, I am setting up asterisk to use voicemail with my Cisco Call Manager (Which I detest BTW...) and I have everything working, EXCEPT: I cannot get my externnotify script to run when any changes have been made to the VoiceMail... Scenario: Bob gets a call -> Bob rejects call to voicemail Caller leaves Bob a voicemail -> externnotify calls script which turns on...
2023 Jun 23
1
[EXTERNAL] Re: Unable to authenticate to share using UPN
...a server running CentOS 7.9 with the system provided Samba packages (4.10.16-24.el7_9). It is joined to an Active Directory domain and acting as a member server. The active Directory domain has a user object with among others, the following attributes defined sAMAccountName = m12345678 gecos = Zach Detest gidNumer = 12345678 uid = zach_detest uidNumer = 12345678 unixHomeDirectory = /home/m12345678 userPrincipalName = zach_destest at domain.tld The smb.conf on the server looks like this: [global] additional dns hostnames = dct-hanas-2.domain.tld debug class = Yes debug pid =...
2011 Jun 03
2
[LLVMdev] Thinking about "whacky" backends
...found, Mono is a weak substitute. If you're suggesting that we go the other way around (build native code from a high-level language, as opposed to using native code initially) then that's a terrible idea for myself personally. I lack familiarity with CLR-based languages and absolutely detest some things about Java; I would rather stick with good ol' C++. I prefer strongly-typed languages, so ECMAScript and most other standardized high-level languages are less than desirable for me. I would much prefer my original suggestion, which is very simple as well and would require even...
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
...That's why we > prefer to take one free page block each time, and taking it one by one > also doesn't make a difference, in terms of the performance that we > need. I think you should start with simple approach and impove incrementally if this turns out to be not optimal. I really detest taking struct pages outside of the lock. You never know what might happen after the lock is dropped. E.g. can you race with the memory hotremove? > The struct page is used as a "state" to get the next free page block. It is > only > given for an internal implementation of a func...
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
...That's why we > prefer to take one free page block each time, and taking it one by one > also doesn't make a difference, in terms of the performance that we > need. I think you should start with simple approach and impove incrementally if this turns out to be not optimal. I really detest taking struct pages outside of the lock. You never know what might happen after the lock is dropped. E.g. can you race with the memory hotremove? > The struct page is used as a "state" to get the next free page block. It is > only > given for an internal implementation of a func...
2009 Aug 24
8
overriding .blank? method
Hi, Does anyone know a way to override .blank? method that rails provides. I want to add additional custom checks (specific to my application) to this method. Thanks, Pratik
2015 Sep 29
1
ExecShield in C6 or C7 kernels?
...gt; > sysctl -a | grep -i shield > > The sysctl command also allows you to disable it. But in CentOS-7 you > cannot change it any more. > > Akemi Thanks, Akemi! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The Lord detests the way of the wicked but he loves those who pursue righteousness. ----------------------------- Proverbs 15:9 (niv) -----------------------------
2017 Sep 20
1
[OT] CentOS, PHP & OwnCloud/Nextcloud: the version dilemma
...as about > > <snip> > Yeah, in addition to my reaction to "you're using *whitespace* as a syntax > element?!", I had an early dislike of python, when each new sub-release > broke things that had worked in the previous. > +1 As a sysadmin/programmer I really detest using indents to denote lexical level. But when I have ever expressed such opinions I am invariably shouted down and told that it makes programming easier and I'm just an elitist nerd. And don't get me started on the incompatible point releases. P.
2014 Apr 14
2
HeartBleed in RHEL
...DID NOT LIST RHEL 6. I'd think that if Centos 6.x is vulnerable, then so would RHEL 6.x, since Centos is made from RHEL sources. Does anyone know for sure either way? thanks! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The Lord detests the way of the wicked but he loves those who pursue righteousness. ----------------------------- Proverbs 15:9 (niv) -----------------------------
2013 Oct 11
2
suddenly X gives black screen with small clock cursor
...be sin for us, so that in him > we might become the righteousness of God." > --------------------------- Corinthians 5:21 --------------------------------- -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The Lord detests the way of the wicked but he loves those who pursue righteousness. ----------------------------- Proverbs 15:9 (niv) -----------------------------
2011 Jun 04
0
[LLVMdev] Thinking about "whacky" backends
...ak substitute. > If you're suggesting that we go the other way around (build native code from > a high-level language, as opposed to using native code initially) then > that's a terrible idea for myself personally. I lack familiarity with > CLR-based languages and absolutely detest some things about Java; I would rather > stick with good ol' C++. I prefer strongly-typed languages, so ECMAScript > and most other standardized high-level languages are less than desirable for me. > > I would much prefer my original suggestion, which is very simple as well and...
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
...take one free page block each time, and taking it one by one > >>also doesn't make a difference, in terms of the performance that we > >>need. > >I think you should start with simple approach and impove incrementally > >if this turns out to be not optimal. I really detest taking struct pages > >outside of the lock. You never know what might happen after the lock is > >dropped. E.g. can you race with the memory hotremove? > > > The caller won't use pages returned from the function, so I think there > shouldn't be an issue or race if...
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
...take one free page block each time, and taking it one by one > >>also doesn't make a difference, in terms of the performance that we > >>need. > >I think you should start with simple approach and impove incrementally > >if this turns out to be not optimal. I really detest taking struct pages > >outside of the lock. You never know what might happen after the lock is > >dropped. E.g. can you race with the memory hotremove? > > > The caller won't use pages returned from the function, so I think there > shouldn't be an issue or race if...
2007 May 20
2
Centos5, Compiz, and Nvidia
...ts". Not very informative. From a command line, just type "compiz" and it comes back with "no sync extension". Anyone know what else I need to do? Thanks! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The Lord detests the way of the wicked but he loves those who pursue righteousness. ----------------------------- Proverbs 15:9 (niv) ----------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Si...
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
...me, and taking it one by one > >>>>also doesn't make a difference, in terms of the performance that we > >>>>need. > >>>I think you should start with simple approach and impove incrementally > >>>if this turns out to be not optimal. I really detest taking struct pages > >>>outside of the lock. You never know what might happen after the lock is > >>>dropped. E.g. can you race with the memory hotremove? > >> > >>The caller won't use pages returned from the function, so I think there > >>sho...
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
...me, and taking it one by one > >>>>also doesn't make a difference, in terms of the performance that we > >>>>need. > >>>I think you should start with simple approach and impove incrementally > >>>if this turns out to be not optimal. I really detest taking struct pages > >>>outside of the lock. You never know what might happen after the lock is > >>>dropped. E.g. can you race with the memory hotremove? > >> > >>The caller won't use pages returned from the function, so I think there > >>sho...
1998 Nov 26
1
Saving memory usage -- .C(....., DUP = FALSE) danger?
...a a different object than 'y' anway? I know that I could make experiments and find out, but hopefully, one of you will know much better and explain to all R-develers. Really useful might be a comprehensive list of recommendations on when "DUP = FALSE" is useful / advisable / detestable ... Thank you! Martin Martin Maechler <maechler@stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum SOL G1; Sonneggstr.33 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-3408 fax: ...-1086 <>< -.-.-.-.-.-.-.-.-.-...
2009 Jul 04
3
modern motherboard for centos-5
...6813138143 I've always understood Biostar boards to be cheap, not only in price, but perhaps they're serviceable? I'm open to other suggestions, too. Thanks in advance! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The Lord detests the way of the wicked but he loves those who pursue righteousness. ----------------------------- Proverbs 15:9 (niv) ----------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Si...
2010 Apr 30
3
Announce: Lustre 1.8.3 is available!
Hi all, Lustre 1.8.3 is available on the Sun Download Center Site. http://www.sun.com/software/products/lustre/get.jsp Our forwarding link has not yet been updated but should be shortly, so you can either find your way in through: http://www.sun.com/downloads/index.jsp?tab=2#L and look for Lustre 1.8.3 near the bottom of the "L" section. or