search for: idiosyncrasy

Displaying 20 results from an estimated 97 matches for "idiosyncrasy".

Did you mean: idiosyncracy
2004 May 27
1
Holding and call parking idiosyncrasies...
We are going to replace a BizFone with Asterisk and one of the features that I haven't been able to emulate is the PBX hold. We can put a call into hold with the * key and every 30 sec the phone gets a beep to remind us it is there and the caller on hold can hit # for other options. The closest I've come with Asterisk is call parking, and that doesn't quite do it. Using the
2013 Mar 28
0
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
Cool! This is great news. I feel like this information should be in our documentation somewhere. Could you start a new file ContinuousIntegration.rst and use this content to seed it? This new page would also be a good place to mention some LLVM idiosyncrasies like smooshlab being Apple-internal but still reporting via IRC; these things have not had a good place to be put yet. AFAIK currently our
2004 Aug 15
2
2.10 problem passing user options
In playing about with booting from USB, I discovered that 2.10 doesn't pass user-entered options to /proc/cmdline. I back-versioned to 2.04 and user options work again. Is this a known issue? Or perhaps an idiosyncrasy with my hardware? (I have to tell my mobo to boot from a USB-ZIP for the mem stick to actually boot) I'm new to the list. Perhaps there are archives I should be searching? Pointers appreciated. -- Roy M. Silvernail is roy at rant-central.com, and you're not "Progress, like reality...
2015 Jun 29
7
Using a CentOS 6 Machine as a gateway/router/home server
On Mon, June 29, 2015 02:14, Sorin Srbu wrote: OS 6? > > Please note: I'm not criticizing, just curious about the argument > behind using a regular OS to do firewall-stuff. > Maintenance. A consistent set of expectations does wonders for debugging odd-ball occurrences. Why learn the idiosyncrasies of two distros when one suffices? Just start with a minimal CentOS install on
2016 Jul 25
2
sendmail getting domain\user as email userId
On 25/07/16 16:31, Data Control Systems - Mike Elkevizth wrote: > Hi Mark, > > I'm not sure why a DC ignores the "winbind use default domain = yes" > setting. Its not the only setting that a DC ignores and the only real hint > of DCs acting weird is the line in the introduction of the wiki about > setting Samba up as a DC that calls these "idiosyncrasies in
2016 Jul 25
3
sendmail getting domain\user as email userId
Mike, If the DC returns "DOMAIN\username", but domain members (correctly?) return just "username", is this a bug in the DC? Is there some reason the DC essentially ignores the "winbind use default domain = yes" and returns DOMAIN\username? It would seem to me that sendmail would not be the only program stumbling on this. --Mark -----Original Message----- >
2013 Apr 16
1
[LLVMdev] llvm ir vs dag
It seems to me that a lot of the transformations done on DAG could more easily and cleanly be done in the IR. It could require some ability to extend IR for targets but this could be useful anyway. With inline assembly, one can already place assembly in the IR. Some things that could be done in IR: 1) call and return lowering and related functions 2) atomic 3) soft float 4) ... many others
2010 Feb 28
1
Which system.time() component to use?
Hi, The `system.time(expr)' command provide 3 different times for evaluating the expression `expr'; the first two are user and system CPUs and the third one is total elapsed time. Suppose I want to compare two different computational procedures for performing the same task, which component of `system.time' is most meaningful in the sense that it most accurately reflects the
2013 Mar 13
1
[patch] Incorrect umask in FreeBSD
...login.conf, not that from the user's ~/.login.conf. The patch below addresses this (although not in the most efficient manner, which would be to add LOGIN_SETUMASK to the LOGIN_SETUSER call). It is harmless on systems (such as OpenBSD) which have login classes but do not share this particular idiosyncrasy with FreeBSD. ------------------------------------------------------------------------ r248231 | des | 2013-03-13 10:41:55 +0100 (Wed, 13 Mar 2013) | 8 lines Changed paths: M /head/crypto/openssh/session.c Unlike OpenBSD's, our setusercontext() will intentionally ignore the user's own...
2016 Jul 25
0
sendmail getting domain\user as email userId
Hi Mark, I'm not sure why a DC ignores the "winbind use default domain = yes" setting. Its not the only setting that a DC ignores and the only real hint of DCs acting weird is the line in the introduction of the wiki about setting Samba up as a DC that calls these "idiosyncrasies in the winbindd configuration on the Active Directory Domain Controller." Since it seems to
2016 Jul 26
0
sendmail getting domain\user as email userId
Well, ladies and gentlemen -- it's now working! Sendmail *is* authenticating with the nsswitch.conf settings (winbind added): passwd: compat winbind shadow: compat winbind group: compat winbind and with the AD user REMOVED from /etc/passwd. All is well. I did nothing, no patching of sendmail, no username rewrite rule in sendmail.[mc|cf]. I can't really explain
2014 Jun 09
2
Suggestiong for a tablet computer to run Centos-6/7?
I have an iPad Air. Nice kit and good battery life but experience has shown the iPad is just a little too opaque and network dependent for my taste. I was wondering if there existed a similarly sized/robust tablet that can run CentOS-6/7 that anyone would recommend? I am looking from something that I can take on international trips that I can scrub on a regular basis. But, I also desire the
2013 Aug 07
1
Issues with print command group membership
...group membership *only* includes the 'smbguest' group. I altered the print command to write a log message including the output of `groups`, and it writes merely 'smbguest', rather than the above three groups. Is there a general explanation for this, or is this just some weird Samba idiosyncrasy? I would expect, since Samba is running the command as the user 'smbguest', that it would have full group membership, but all my evidence points to that not being the case. Or maybe there is something more fundamental I'm missing? I have also tried using 'force group = print',...
2016 Jul 14
2
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
On Thu, 2016-07-14 at 22:05 +0100, Rowland penny wrote: > On 14/07/16 21:52, Andrew Bartlett wrote: > >  > > Rowland: > > > > Running samba-tool domain exportkeytab for a specific user is quite > > a > > reasonable thing to do, and is entirely sensible to recommand as > > part > > of adding a new user with an SPN.  They keytab can then be
2013 Apr 25
1
[LLVMdev] Proposal for new Legalization framework
On 04/24/2013 07:39 PM, Chris Lattner wrote: > On Apr 24, 2013, at 6:27 PM, Reed Kotler <rkotler at mips.com> wrote: >> I would really push towards doing this in LLVM IR as the next step. > What makes you say that? > Partly for the reasons Dan stated. For me, the IR is definitely way more friendly too and not tangled up in lots of undocumented obscurity as selection DAG is
2018 Oct 30
2
IBM buying RedHat
On 30/10/18 20:06, Eddie G. O'Connor Jr. wrote: > > On 10/30/18 2:46 AM, Simon Matter wrote: >>> On 10/29/18 1:55 AM, Simon Matter wrote: >>>> To me it seems like, if they are smart, they will try to push IBM >>>> POWER >>>> and RedHat Linux together to establish real competition in the >>>> hardware >>>> market again
2004 Feb 13
1
How to get time differences in consistent units?
...hether we like it or not. Evidently, that's not what happens when as.numeric() is used before calculating the difference since in that case (with my data), the difference is always a whole number of days which is appropriate. Is my experience with date differences standard behaviour or an OS idiosyncrasy? platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 8.1 year 2003 month 11 day 21 Redhat 7.3 (with the dreaded gcc...
2016 Jul 16
3
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
On 15/07/16 08:17, Rowland penny wrote: > On 15/07/16 00:34, Andrew Bartlett wrote: >> On Thu, 2016-07-14 at 22:05 +0100, Rowland penny wrote: >>> On 14/07/16 21:52, Andrew Bartlett wrote: >>>> Rowland: >>>> >>>> Running samba-tool domain exportkeytab for a specific user is quite >>>> a >>>> reasonable thing to do, and
2011 Oct 10
2
[LLVMdev] Adding fixups and relocations late in code generation
Gang, I'm tasked with direct object generation for Mips and am trying to not hack the code. I how exactly does one set an expression to be PC relative and if the compiler can resolve it, not produce a relocation? In our case, the backend produces an expression for the branch which is the target label. I make a call from the .td for the branch instruction which calls a routine in
2013 Jun 20
2
Re-inventing the Wheel (again?)
I''m new to puppet and working my way through the documentation. I''m struggling with the puppet labs module repo. I''ve toyed with numerous automation and configuration methodologies over the decades. Perhaps I''m seeing puppet wrong, Compared with CFEngine there is a a lot I like, but I''m not sure why I''m still having to re-invent the