search for: whinging

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

Did you mean: whining
2012 Mar 25
2
build postfix rpm with mysql
hello list, I'm trying to build a postfix rpm that has mysql support included. I've found the line where I need to define mysql support but it seems that I am being tripped up by some build dependencies: [root at beta SPECS]# rpmbuild -ba postfix.spec error: Failed build dependencies: MySQL-shared is needed by postfix-2.9.1-1.rhel5.x86_64 MySQL-devel is needed by
2011 Nov 19
4
build postfix spec w/ mysql
hello list! I am attempting to build an rpm of postfix that includes support for mysql. I've done this before with earlier versions on postfix but I am staring at this spec file until my eyes bleed and I just don't see why when I build the spec with rpmbuild mysql support isn't there. After I install the rpm I have a look at the modules as such: ldd $(which postfix) | grep -i
2011 Apr 07
3
Re: xen: do not create the extra e820 region at an addr lower than 4G
I can''t find this patch on any mailing list to respond to so starting a new thread. In case I''ve not missed it but instead it really wasn''t posted -- in the future can we try and ensure that any patches have been posted at least once. Same for the pull request, it should go to a list. BTW the version in Konrad''s tree is Stefano''s 2.6.39-rc1-fixes
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
Hi folks, Both plotrix and prettyR have been updated. plotrix now has the "Matlab" style dotplot that was requested not long ago on the list, provided by that intrepid duo, Barry Rowlingson and Rolf Turner. Mike Cheetham has contributed an implementation of the Piper diagram, also in response to a request. prettyR has finally learned how to display SPSS value labels in the xtab and
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 generically:...
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
On 1/13/15, Michael Schwartzkopff <ms at sys4.de> wrote: > Hi, > > I did some experiments with dovecot on a glusterfs on the active nodes > without > a director. So I had concurrent access to the files. > > With the help of the available documentation about NFS and fcntl locks I > managed to find out the following: > > With the plain mbox format dovecot seems to
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/li...
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 make...
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