search for: recomile

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

Did you mean: recompile
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/att...
2016 Jul 18
3
Help with C7 start script
Under the old C6 I put an entry in rc.local to run my programs I want. We will call it /path/boot.sh Worked fine. Under C7 I have created a new service file for systemd. It looks like: --------------- [Unit] Description=Company After=network.target [Service] Type=forking ExecStart=/path/boot.sh [Install] WantedBy=multi-user.target ----------- For the most part this works every time on boot.
2016 Jul 18
0
Help with C7 start script
Try this https://ask.fedoraproject.org/en/question/26898/what-is-the-auto-start-file-like-rclocal/ Eero 18.7.2016 6.42 ip. "Jerry Geis" <geisj at pagestation.com> kirjoitti: > Under the old C6 I put an entry in rc.local to run my programs I want. We > will call it /path/boot.sh > Worked fine. > > Under C7 I have created a new service file for systemd. It looks
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
https://bugzilla.mindrot.org/show_bug.cgi?id=2303 Bug ID: 2303 Summary: ssh (and perhaps even sshd) should allow to specify the minimum DH group sizes for DH GEX Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: All Status: NEW Severity: security Priority: P5
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