search for: whing

Displaying 20 results from an estimated 47 matches for "whing".

Did you mean: thing
2012 Mar 25
2
build postfix rpm with mysql
...ailq_path %{_bindir}/mailq.postfix %define rmail_path %{_bindir}/rmail.postfix %define sendmail_path %{_sbindir}/sendmail.postfix # Don't use %{_libdir} as it gives the wrong directory on x86_64 servers %define usrlib_sendmail /usr/lib/sendmail.postfix %define initdir /etc/rc.d/init.d %define whinge /usr/bin/logger -p mail.info -t postfix/rpm %define die_cmd die(){ %whinge "$*"; exit 1; } Name: postfix Group: System Environment/Daemons URL: http://www.postfix.org License: IBM Public License PreReq: chkconfig, initscripts, shadow-utils PreReq: /etc/init.d, /sbin/service, chkconfig &...
2011 Nov 19
4
build postfix spec w/ mysql
...ailq_path %{_bindir}/mailq.postfix %define rmail_path %{_bindir}/rmail.postfix %define sendmail_path %{_sbindir}/sendmail.postfix # Don't use %{_libdir} as it gives the wrong directory on x86_64 servers %define usrlib_sendmail /usr/lib/sendmail.postfix %define initdir /etc/rc.d/init.d %define whinge /usr/bin/logger -p mail.info -t postfix/rpm %define die_cmd die(){ %whinge "$*"; exit 1; } Name: postfix Group: System Environment/Daemons URL: http://www.postfix.org License: IBM Public License PreReq: chkconfig, initscripts, shadow-utils PreReq: /etc/init.d, /sbin/service, chkconfig &...
2011 Apr 07
3
Re: xen: do not create the extra e820 region at an addr lower than 4G
...2) ? (1UL<<32) : mem_end; + xen_extra_mem_start = max((1ULL <<32), mem_end); for (i = 0; i < memmap.nr_entries; i++) { unsigned long long end; So I guess it was important! (also the whitespace in "(1ULL <<32)" is a bit funky, checkpatch whinges too) Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Nov 22
0
[LLVMdev] Extended Inline asm with double data type crashes clang
...;r' constraint (I asked, specifically because there wasn't a corresponding "register-pair" constraint). It could just be the new port and no-one's noticed the rules have been broken yet, of course. So we could take the high road, but it's a little unclear who we should go whinging to that GCC is breaking the rules of the GCC-specific inline assembly syntax. Tim.
2008 Oct 24
2
plotrix and prettyR
...gram, also in response to a request. prettyR has finally learned how to display SPSS value labels in the xtab and brkdn functions if they are there. I would like to know if anyone finds a problem with this feature as it took some time to pick the low-hanging bugs out of it. Remember, it is your whingeing and moaning that have helped to make these packages what they are today. Jim
2006 Jun 21
1
syntax error
Does anyone know why this row: exten => s,2,GotoIf($[${CALLERIDNAME:0:${LEN(${RGPREFIX})}} != ${RGPREFIX}]?4:3) generate this error: ast_expr2.fl: ast_yyerror(): syntax error: syntax error, unexpected TOK_NE, expecting TOK_MINUS or TOK_COMPL or TOK_LP or TOKEN; Input: != ^ ? I was unable to debug it. -- DV
2012 Nov 22
2
[LLVMdev] Extended Inline asm with double data type crashes clang
On Thu, Nov 22, 2012 at 4:14 AM, rajesh viswabramana <viswabramana.rajesh at gmail.com> wrote: > Hi all, > > I tried same code on gcc for arm(hard float), > > double f2 () > { > double x = 10.0; > > asm ("" : "=r" (x) : "0" (x)); > return x; > } > >> arm-linux-gnueabi-gcc -S -mhard-float pr39058.c -O2 > > Generates
2012 Nov 22
3
[LLVMdev] Extended Inline asm with double data type crashes clang
...ked, specifically because there wasn't a corresponding > "register-pair" constraint). > > It could just be the new port and no-one's noticed the rules have been > broken yet, of course. So we could take the high road, but it's a > little unclear who we should go whinging to that GCC is breaking the > rules of the GCC-specific inline assembly syntax. Hmm... it isn't completely without precedent to have a constraint which refers to multiple registers (like the x86 "A" constraint), but it doesn't seem like something which can be done generical...
2008 Oct 24
3
Barplot Labels Problem
Hi everybody, well I'm trying to use barplot for the first time. I get a suitable graphic but I'm having a weird problem. My graphic is generated from a matrix with several species (rowNames) and two abundance columns. So each species will have two bars, and the species name should appear at left. Until now everything is Ok, but when a I plot it the species names (my labels) are cut by
2007 May 31
9
click to call
I have been looking around for examples or code on making a click to call application for web sites... has anybody had any luck on this topic? Is there any open source code out ther that could do this? Regards AK
2013 Sep 05
1
primary GID based access for user in 16 supplementary groups
We observe a difference between a Windows 7 client and Windows 2003/XP client when accessing directories that should be accessible via the UNIX accounts primary group GID. Windows client refuses access. Ignoring for now why the two different client behaviours (either some subtle difference in the requests or the way the Samba reply is dealt with) the question is what should be the correct
2015 Jan 13
0
dovecot and glusterfs
...issues with LMTP, but we never saw these with lda. > I think it would be really nice if dovecot could use glusterfs for realy > scalable postbox servers. There was some nasty problems with that with cyrus, so much so, most uni's here who used that moved to a NAS backend and no one has whinged since :->
2017 Aug 25
0
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
...aris 10 SPARC. It worked for me so you should make it to your goal. > configure goes fine. First sign of problems during compile is with > this warning: > > ............................................... > *** libssl_iostream_openssl.so is not portable! That's just libtool whinging. I see the same. > system ZLIB library is/was 32 bit, and if there is a 64 bit version > provided by Sun/Oracle, neither myself or the "configure" script could > locate it. Not a big detail, ZLIB is an easy compile, just trying to > share all relevant data. $ file /usr...
2018 Feb 06
0
4.7.4 build fails
...DAP support is not available. /tmp/samba-4.7.4/source3/wscript:813: error: Active Directory support not found. Use --without-ads for building without Active Directory support. ADS support improves communication with Active Directory domain controllers. adding without ads now brings us back to pam whinging /tmp/samba-4.7.4/source3/wscript:951: error: PAM support is enabled but prerequisite libraries or headers not found. Use --without-pam to disable PAM support. Back where we started at now, it clearly broke from working 4.6.11 to failed 4.6.12 , 4.7.* I would have thought that devs would ma...
2003 Sep 23
1
Question about dialogic hardware
1. D/120JCT-LS card with 12 ports. This ports are FXS ports? 2. It is true that "Dialogic drivers cost of $15 per channel" ? 3. Can I use this hardware with asterisk (for E1-ISDN using Wildcard E400P <http://www.digium.com/index.php?menu=wildcard_e400p>) ? 4. Anyone with experiance can tell me how they work and can provide a configuration example? (2 DSP Motorola procesors - I
2007 Jul 28
0
[LLVMdev] Web Site Re-Design
On 27/07/07, Gabriel McArthur <madeonamac at gmail.com> wrote: > I offered to do the web site a couple of weeks ago. Life got in the > way temporarily, and it took me a long time to make it look the way > that I wanted and to make it look the same in IE6. Anyway, I wanted > to get some feedback on what I had done. Very nice and clean. A few comments: 1) The header looks like
2007 Jul 28
1
[LLVMdev] Web Site Re-Design
...o significant complaints, but it sounds like folks want fluid widths. Probably the simplest technique would be to float the left nav using a negative-margin… #leftnav { float: left; width: 200px; margin-left: -210px; } body { margin-left: 220px; } #footer { clear: left; } And I guess I second whinging re the drop shadows and misfit footer coloration. — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070728/f33da503/attachment.html>
2002 Sep 30
2
[PATCH] Allow "ProxyCommand none" in ssh_config
Hi! As discussed in the thread "Question regarding patch for ProxyCommand setting". The patch is rather straight forward; maybe it would be a good idea to improve it in a way that it uses a list of string options that may have a "none" value to reset it to NULL. Ciao Thomas -------------- next part -------------- Index: readconf.c
2008 Nov 11
3
R design (was "Variable passed to function not used in function in select)
I've read the back and forth this morning, and I have to side with Vince. 1. Functions that re-interpret their arguments are very dangerous. The original question involved a well formed call to a function, which returned the wrong answer. Bug, design flaw, whatever -- it's a mistake and the best choice would be to fix it. I only consider such behavior in 2 cases: a. when the
2003 Jun 11
3
Telephone Tree
Hi everyone, I'd like to use Asterisk to build a phonetree (www.phonetree.com) type of application, like this: 1. Read a text-based name/phonenumber file. 2. Call every number and play a recorded message. 3. If a beep is detected, replay the message from scratch (to leave messages on an answering machine). 4. Write results to a log file. Does anything like this exist already? Can this be