Displaying 20 results from an estimated 300 matches similar to: "apche vhosts ldap"
2008 Feb 14
4
FW: Memory Problem
I am sure this has been covered before, but I can find it in my
archives.
I loaded up a new server IBM x3650, 2x Intel dual core cpu's I installed
additional RAM to take it up to 7 gigs according to
http://www.centos.org/product.html#seven CentOS 5 x86 which I am using
supports up to 16gigs of RAM. Once I boot up CentOS only see's about
3.2Gigs of Ram.
I installed the kernel-PAE
2011 Feb 17
2
amount of data R can handle in a single file
Dear Sir/Madam,
I would like to know what is the maximum number of observations a
single file must have when using R. I am asking this because am trying
to do research on banking transactions and i have around 49million
records. Can R handle this? Advise with regard to this.
Mark Nasila
Quantitative Analyst
CBS Risk Management
Personal Banking
7th Floor, 2 First Place,
Cnr
2008 Apr 08
1
IAX2 speex payload using ZoIPer
Using Wireshark I can see that ZoIPer always send a 160 byte payload.
First few payloads contain 20 bytes of data (what I believe to be a mode
3 frame, ie first byte in 0x18 - 0x1F range), followed by 0x7B (21st
byte), ie. 5 bit 0x0F terminator padded with 011. ... and then zeroes
all the way up to 160 bytes.
... but then after a few payloads there are more following these 21
bytes ...
2010 Jun 28
1
Exponential Smoothing: Forecast package
Hey,
I am using the ets() function in the forecast package to find out the best
fit parameters for my time-series. I have about 50 sets of time series data.
I'm currently using the function as follows:
ets(x,model="AZZ",opt.crit="mse")
As to my observation about 5-10 of them have been identified by ets to have
a trend and an alpha, beta values have been thrown up -
2010 Sep 16
1
Porting an application
Dear All,
Trying to port an application to linux using wine. The program seems to have
got struck with some kind of socket issues.
Here is the last few lines of the log generated . Anything thats going wrong
. ClientPlugHandler.dll, ClientPlug.dll and Dispatcher.dll are dlls within
the application folder .I registered these dlls. Any help would be
appreciated.
2010 Jun 25
1
Confused: Looping in dataframes
Hey,
I have a data frame x which consists of say 10 vectors. I essentially want
to find out the best fit exponential smoothing for each of the vectors.
The problem while I'm getting results when i say
> lapply(x,ets)
I am getting an error when I say
>> myprint
function(x)
{
for(i in 1:length(x))
{
ets(x[i],model="AZZ",opt.crit=c("amse"))
}
}
The error message is
2010 Jun 22
1
Applying forecast functions to columns in a data frame
Hey,
I have a list of 30 odd time-series (products) in columns of a data-frame.
I want to apply time-series forecasting functions across all the columns of
the data-frame in order to determine which is the best model to use.
How do I go about this?
Phani
[[alternative HTML version deleted]]
2010 Sep 23
0
how to i force apche to handle download requestrunning apach
hii all, Am running apche as frontend to mongrel ,i added these line in
Apache''s httpd.conf file
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule xsendfile_module modules/mod_xsendfile.so
XSendFile on
2007 Oct 17
3
getent passwd not listing domain users, nsswitch.conf is configured
Using Samba 3.0.25c on OpenSolaris nv72.
wbinfo -u lists domain users as expected.
getent passwd only lists local users.
nsswitch.conf has the following lines:
passwd: files winbind
group: files winbind
My smb.conf is below. Where should I start to troubleshoot?
[global]
realm = FNB.LOCAL
workgroup = FNB
security = ADS
use kerberos keytab = true
; password server =
2003 Oct 09
1
Scoping rules
Dear List members:
I'm using R1.7.1 (Windows 2000) and having difficulty with scoping.
I've studied the FAQ and on-line manuals and think I have identified
the
source of my difficulty, but cannot work out the solution.
For the purposes of illustration. I have three functions as defined
below:
fnA <- function(my.x)
{
list(first=as.character(substitute(my.x)), second=sqrt(my.x))
}
2013 Sep 13
2
[LLVMdev] [lld] Implementing the aliasing feature
On 9/13/2013 6:06 PM, Nick Kledzik wrote:
> On Sep 13, 2013, at 3:35 PM, Shankar Easwaran <shankare at codeaurora.org> wrote:
>> This would work only if an alias is another name for the same symbol(weak symbols).
> I don’t know what that means. Can you clarify?
Doesnt this imply that the alias atom is a zero sized atom ?
>> If what is being aliased is another function
2010 Jan 06
1
Re: Lingoes 2
dimesio wrote:
>
> durammx wrote:
> > Hi all!
> > I trying to run this program (http://appdb.winehq.org/objectManager.php?sClass=version&iId=17469) but I'm a really noob on wine. :?
> > Can a big master of wine test?
> >
> > Also posted a bug (http://bugs.winehq.org/show_bug.cgi?id=19678) on bugzilla.
> >
> > Hope I did it well.
>
2007 Sep 06
0
help centos web server ldap vhosts
Hi all,
We have a debain system which is running ldap, apache with vhosts from
ldap, ldap dns, mysql. so what i am trying to do is migrate the web
server to a new machines planning to run centos 4 runing services
1) web server
2) mysql
i have done some research on web a found in order to run apache with
vhosts from ldap the module needed is mod_vhosts_ldap(correct me if
wrong or aby thing
2013 Sep 14
0
[LLVMdev] [lld] Implementing the aliasing feature
On Sep 13, 2013, at 4:16 PM, Shankar Easwaran <shankare at codeaurora.org> wrote:
> On 9/13/2013 6:06 PM, Nick Kledzik wrote:
>> On Sep 13, 2013, at 3:35 PM, Shankar Easwaran <shankare at codeaurora.org> wrote:
>>> This would work only if an alias is another name for the same symbol(weak symbols).
>> I don’t know what that means. Can you clarify?
> Doesnt
2013 Sep 16
1
[LLVMdev] [lld] Implementing the aliasing feature
On 9/13/2013 8:51 PM, Nick Kledzik wrote:
>> If I alias the atom, and add a layoutBefore from fna to fnb, fnb is going to have a seperate virtualaddress from fna.
> This sounds like you mean “alias” to mean take one implementation and override another implementation (that has a different name)
Yes. I think ELF could treat it as a Layout-Before reference too. This
way Darwin can share the
2013 Sep 13
0
[LLVMdev] [lld] Implementing the aliasing feature
On Sep 13, 2013, at 3:35 PM, Shankar Easwaran <shankare at codeaurora.org> wrote:
> This would work only if an alias is another name for the same symbol(weak symbols).
I don’t know what that means. Can you clarify?
>
> If what is being aliased is another function definition, which is a non zero sized atom, aliasing will not work.
That is the exact scenario I think it *will* work
2012 Aug 21
1
R-package "FunctSNP"
Hy everyone,
I am new in R so I will pose a simple question that I cannot find out
reading tutorials.
I would like to install the R-package "FunctSNP" by file.zip because
it?s in the archive
(http://ftp.sunet.se/pub/lang/CRAN/src/contrib/Archive/FunctSNP/)
but It doesn?t work, I think some problem concernings library.
Could someone show me how to do?
Thanks
LT
2009 Nov 05
1
Error when adding package RMySQL (PR#14044)
Full_Name: K?re Jonsson
Version: 2.10
OS: WinXP
Submission from: (NULL) (85.225.178.169)
I made a brand new installation of R 2.10 in two machines and got the same
problem.
Machine 1 is Win XP on metal installation
machine 2 is virtual in VMWare running a hacky OS named Tiny XP in which any
Microsoft windows XP siftware always successfully is installed.
Operation 1. Add package RMySQL from
2011 Mar 10
1
Rspec single file
Hi Guys,
How can run the single spec file without loading the environment.
I know ruby spec commands will load the total environment.
I want to run the files one by one those are not in same folder and i want
to load test environment once for all 10 files.
Can we run single file through the Rspec:Core:Runner or some other class?
Can you guys please help me?
-Thanks
-------------- next part
2013 Sep 13
2
[LLVMdev] [lld] Implementing the aliasing feature
Hi Nick,
This would work only if an alias is another name for the same
symbol(weak symbols).
If what is being aliased is another function definition, which is a non
zero sized atom, aliasing will not work.
I was thinking to model this for ELF for the below functionalities :-
a) __wrap
For example : --wrap fn
What I plan to do here is,
create a undefined function fn atom
create a defined