search for: whinge

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

Did you mean: whine
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 &g...
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 &g...
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" is supposed to be a single register, not a register pair; the fact > that gcc accepts this is probably an accident. clang should reject > this code (without crashing, of course). I'm not quite convinced by this. On AArch64, GCC supports the %H, %Q and %R operand modifiers which very explicitly deal with a pair of 64-bit registers. These are intended to be used with
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
On Thu, Nov 22, 2012 at 1:19 PM, Tim Northover <t.p.northover at gmail.com> wrote: >> "r" is supposed to be a single register, not a register pair; the fact >> that gcc accepts this is probably an accident. clang should reject >> this code (without crashing, of course). > > I'm not quite convinced by this. On AArch64, GCC supports the %H, %Q > and %R
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!
On 25/08/2017 04:52, Jerry Kemp wrote: Hello Jerry, > attempting to compile dovecot 2.2.31 on Sun/Oracle Solaris 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
2018 Feb 06
0
4.7.4 build fails
On 05/02/2018 19:49, Rowland Penny via samba wrote: > On Thu, 1 Feb 2018 13:07:01 +0100 > Thomas Bork via samba <samba at lists.samba.org> wrote: > > Am 01.02.2018 um 11:31 schrieb NoelB via samba: > > [3667/3915] Linking default/source3/libads-samba4.so > default/source3/libads/kerberos_keytab_63.o: In function > `ads_keytab_list': >
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
On 2007-07-27, at 22:46, me22 wrote: > 2) Please use ems (or some other non-absolute size) for the widths. I > really like my big, widescreen monitor, but sites that set the content > width to 800 pixels just look silly, especially since I have the font > sizes somewhat higher than usual. (80 em is often a decent choice for > the main content area.) I have no significant
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