Displaying 16 results from an estimated 16 matches similar to: "How does ingres work ?"
2002 May 29
3
can not locate module imq0
''imq-2.4.18.diff-9'' patched to kernel18 and
''iptables-1.2.6a-imq.diff-3'' patched to
iptables-1.2.6a
the following options are choosed:
Networking options ---> IP: Netfilter Configuration
--->IMQ target support (as a module)
Networking options ---> IPv6: Netfilter Configuration
--->IMQ target support
Network device support --->IMQ
2002 Mar 21
0
ingress police, dns, fairness
I have done the "definitive test" in my adsl line, using a real computer:
* Without incoming traffic management, my dns can take about 30s or more
to resolve a domain (when it resolve, sometimes it doesn''t) when my adsl
line is saturated.
So the queue of my ISP doesn''t give preference to the dns (at the
reverse, is it seems penalyzed),
But doing 3 paralell ftps (and
2006 Jun 11
2
Nokai E60 and E61 , working fine with Asterisk , with new access points
Hi
Was able to communicate clearly with e60 and E61
with asterisk with new access point , even though the
access point security setting was of ?opennetworks? ,
the previous one was of ?WEP? , I feel this was a
major hurdle in communication , now I can clearly
accept and make calls using Nokia E60 and E61
devices
Next I will be trying to find out how to
make this device work
2008 Jul 30
1
tinc and wireless mesh
Hello!
I'm trying to make a wireless mesh network with b.a.t.m.a.n. protocol,
and I would like to secure the wireless links with tinc. My test network
is 2 wireless routers with OpenWRT Kamikaze firmware, and the network
topology is the following:
|CLIENT|eth0: 192.168.180| <--> |eth0: 192.168.1.1|MESH-NODE|ath0:
192.168.5.54| <~~> |ath0: 192.168.5.51|GW|eth1: 192.168.1.51|
2002 Feb 08
1
timing Mac R's
--Apple-Mail-1-507788993
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
Here is the same thing as before, now done a bit more systematically. The
rather bad performance of R-patched on eigen is a mystery (to me), the
gain
in La.eigen when using ATLAS is probably not Altivec, but using
threaded level 3 BLAS on a dual processor machine.
2003 May 17
0
Traffinc going through interfaces
I have a little question here, I have 3 NIC cards, the one facing my hub and
two of them going to a DSL connection each, so i am doing load balancing :)
When a packet arrives to one of the interfaces, since each interface is in a
different subnet, it is sent via another one, example:
- A packet arrives to the DSL router, sends it to the ethernet on
my linux box, and after doing the
2006 Apr 12
0
Ingres
Do you guys know if anyone is working in Ingres adapter for Rails?
thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060412/ed717cd6/attachment.html
2010 Jun 10
0
Using the Ingres SQL database with R
Dear R Forum members,
I am wondering of anyone has used R to pull data from an Ingres SQL database?
My initial thoughts would be to use the RJDBC package and Ingres's JDBC driver.
Before I get this thing together, has anyone used this combination and can
verify that it works, or can forewarn me of any "gotchas" that may be
lurking in the shadows? One uncomfortable feature with
2008 Feb 19
0
Time to rewrite DBMS, says Ingres founder
http://www.regdeveloper.co.uk/2008/02/18/stonebraker_dbms_outdated/
<quote>
Stonebraker and his group also advocate abandoning SQL because they see
no need for a separate data manipulation language. Data manipulation,
they said, can be performed with other tasks using languages such as Ruby.
</quote>
--
There is nothing wrong with America that the faith, love of freedom,
2010 Sep 16
4
help me understand how things work.
Hello I have some strange output from R and I try to understand how R works.
Could you please help me with that?
temp <- rbind (c(10,1),c(99,98))
> temp
[,1] [,2]
[1,] 10 1
[2,] 99 98
> dist(temp)
1
2 131.6435
> sqrt(dist(temp))
1
2 11.47360
so far so good.
until the nex line: when I try to do what i did before but adding the 1/(what I
did
2015 Sep 08
8
Euro LLVM videos finally online - proposal to use torrents for sharing
It's no magic, to get good download speed with torrents you need many
seeders or few seeders with high bandwidth.
I'm not sure LLVM videos will attract enough interest for many seeders to
be online... The easy solution would be to have a LLVM channel with all
videos on Youtube which has high qualty CDN.
2015-09-08 11:20 GMT+03:00 Adam Husár <llvm-dev at lists.llvm.org>:
>
2010 Apr 30
0
Help importing data from SPSS
Hi
When I try to import data from SPSS I have the next warning message:
Error in read.spss(file, use.value.labels = use.value.labels, to.data.frame
= to.data.frame, :
> error reading portable-file dictionary
> Warning message:
> In read.spss(file, use.value.labels = use.value.labels, to.data.frame =
> to.data.frame, :
> Bad character in time
>
> Thank you for your
2010 Apr 30
1
Ayuda exportar a SPSS
Hola
Nose si alguien podría ayudarme a conocer por qué me sale este error cuando
trato de convertir archivos de spss a R:
Error en read.spss(file, use.value.labels = use.value.labels, to.data.frame
= to.data.frame, :
error reading portable-file dictionary
Además: Warning message:
In read.spss(file, use.value.labels = use.value.labels, to.data.frame =
to.data.frame, :
Bad character in time
2005 Mar 11
2
Practical guide to migrate from tdbsam to ldapsam
Hello people!
I'd like to know about a practical guide which helps to migrate users
from a perfect working Samba PDC running with tdbsam backend to a new
backend to LDAP. Does "pdbedit -i xxx -e xxx" make all the job? My
network is growing and I need a directory service to help find people so
I'd like to see a LDAP server running well with Samba without rebuild my
user
2007 Feb 19
1
Urgent: How to obtain the Consistent Standard Errors after apply 2SLS through tsls() from sem or systemfit("2SLS") without this error message !!!!!!!!!!!!!
Hi,
I am trying to obtain the heteroskedasticity consitent standard errors
(HCSE) after apply 2SLS. I obtain 2SLS through tsls from package sem or
systemfit:
#### tsls ####
library (sem)
Reg2SLS <-tsls(LnP~Sc+Ag+Ag2+Var+R+D,~I2+Ag+Ag2+Var+R+D)
summary (Reg2SLS)
#### systemfit ####
library (systemfit)
RS <- LnP~Sc+Ag+Ag2+Var+R+D
Inst <- ~I2+Ag+Ag2+Var+R+D
labels
2007 Feb 20
0
Problems with obtaining t-tests of regression coefficients applying consistent standard errors after run 2SLS estimation. Clearer !!!!!
First I have to say I am sorry because I have not been so clear in my
previous e-mails. I will try to explain clearer what it is my problem.
I have the following model:
lnP=Sc+Ag+Ag2+Var+R+D
In this model the variable Sc is endogenous and the rest are all objective
exogenous variables. I verified that Sc is endogenous through a standard
Hausman test. To determine this I defined before a new