search for: recomil

Displaying 8 results from an estimated 8 matches for "recomil".

Did you mean: recomile
2012 Jan 21
1
recomile a dll file in R
dear all, I created a dll file from a fortran program. How I can recompile it in R? I use "dyn.load(F:/myprogram.dll)" without any error but when I run "source(F:/myprogram.r)" this error occurs: "Error in file(file, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(file, "r", encoding = encoding) :
2005 Jun 13
2
recompile 1 kernel modules
How do I recomile just 1 kernel module. I want to recompile serial/8250.c I tried typing make in the serial directory but that did not do it? Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20050613/c580926e/at...
2016 Jul 18
3
Help with C7 start script
...boot.sh [Install] WantedBy=multi-user.target ----------- For the most part this works every time on boot. However - when I do a "yum update" and the kernel changes part of my boot.sh is to detect that kernel change and recompile some of my drivers. The kernel change is detected and the recomiling starts - but after some time the process just stops. If I rerun it manuall it will then complete as normal. So my question is - Is my service script above not complete? Is they system looking for it to exit in a certain amount of time and it hasnt exited so it KILLs my script ? something like...
2016 Jul 18
0
Help with C7 start script
....target > > ----------- > For the most part this works every time on boot. > > However - when I do a "yum update" and the kernel changes part of my > boot.sh is to > detect that kernel change and recompile some of my drivers. > The kernel change is detected and the recomiling starts - but after some > time the > process just stops. If I rerun it manuall it will then complete as normal. > > So my question is - Is my service script above not complete? Is they > system looking for > it to exit in a certain amount of time and it hasnt exited so it KILL...
2005 Apr 26
2
Group/Broadcast Voicemail
Has anyone set up Group/Broadcast Voicemail for 50 or more mailboxes?
2014 Oct 28
1
[Bug 2303] New: ssh (and perhaps even sshd) should allow to specify the minimum DH group sizes for DH GEX
...e respective algos (diffie-hellman-group1-sha1 and diffie-hellman-group14-sha1) respectively removing all those entries from /etc/ssh/moduli, which are considered to be too small. Well not exactly since there is bug #2302. But a client has currently no way to restrict the servers choice (unless by recomiling with new hardcoded defaults). Of course on cannot protect this way against evil servers, but it's a good way against those which are just weakly configured without malicious intent. I think it's also worth to allow changing the maximum size,... cause the RFC seems to only suggest a max...
2003 Sep 22
14
Proxy Server Routing - One last try
Objective: All web traffic originating from my proxy server should be forwarded through interface eth2 instead of the default eth0. The reply should take the same path back to the proxy server. Problem: On the return bout, the kernel doesn''t pass the packet to the higher layers. The reply seems to be getting tossed away between PREROUTING and INPUT Netfilter chains.
2005 Nov 23
8
a question about popen() performance on domU
Dear all, When I compared the performance of some application on both a Xen domU and a standard linux machine (where domU runs on a similar physical mahine), I notice the application runs faster on the domU than on the physical machine. Instrumenting the application code shows the application spends more time on popen() calls on domU than on the physical machine. I wonder if xenlinux does some