search for: 40c40

Displaying 5 results from an estimated 5 matches for "40c40".

Did you mean: 4040
2008 Dec 09
1
Warning from R CMD build
Hi, I wonder about the reason for the following lines: $ diff ~/local/lib64/R/bin/build /usr/lib64/R/bin/build 40c40 < my $revision = ' $Rev: 46832 $ '; --- > my $revision = ' $Rev: 45803 $ '; 576,579d570 < if(-r "Makevars") { < $makefiles .= " -f Makevars"; < R_system("${R::Vars::MAKE} $makefiles clean"...
2006 Oct 13
2
[LLVMdev] opt usage?
...en I try running it to do, for example, dead code elimination (-dce) or global common subexpression elimination (-gcse), nothing much seems to happen: opt -gcse -dce -o bar-opt.bc bar.bc llvm2cpp -o bar-opt.cpp bar-opt.bc diff bar.bc bar-opt.bc 40c40 < Module* mod = new Module("bar.bc"); --- < Module* mod = new Module("bar-opt.bc"); Other optimizations seem to have similar effect. Are the optimizations listed in the "opt -help" output only available if some library is loaded? If so, where are these opt...
2007 Jul 30
1
MeetMe through DeadAGI has changed to return -1 on Hangup
...t app_meetme.c with the one from 1.2.19, and it seems too innocuous to be the culprit, but of course, it _is_ a hangup, so perhaps it's as simple as reverting this one change?!? [root at asterisk asterisk]# diff /usr/src/asterisk/apps/app_meetme.c /usr/src/asterisk-1.2.19/apps/app_meetme.c 40c40 < ASTERISK_FILE_VERSION(__FILE__, "$Revision: 69894 $") --- > ASTERISK_FILE_VERSION(__FILE__, "$Revision: 59360 $") 1299,1302d1298 < /* If the channel wants to be hung up, hang it up */ < if (ast_check_hangup(chan)) <...
2017 May 28
1
Ovirt Hosted-Engine VM iptables
Hi I would like to add rules into the iptables of the Hosted Engine VM in Ovirt. the version is oVirt Engine Version: 4.1.1.8-1.el7.centos I have tried using the normal process for iptables (iptables-save etc), but it seems that the file /etc/sysconfig/iptables this is ignored in the Ovirt Engine VM. How can I add permanent rules into the Engine VM? Kind regards Andrew
2003 Jul 06
10
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585 ------- Additional Comments From dtucker at zip.com.au 2003-07-07 00:32 ------- dmalloc (http://dmalloc.com/) claims to work on IRIX. It's likely to increase the CPU and memory load, though. I've built with dmalloc on Linux thusly: LDFLAGS=-ldmalloc ./configure && make eval `dmalloc -l /path/to/log high` ./sshd [options]