Displaying 20 results from an estimated 100 matches similar to: "cannot determine executable type"
2002 Dec 06
2
kazaa lite does not download files !
Hello,
i am not able to download files with kazaa lite.
I have a 400 mhz AMD with one patition for windows win98 Fat16, browser is
Internet Explorer 5, and other 4 for linux debian 3.0 kernel 2.2.19.
I installed wine 0.0.20020411-1 and kazaa lite 2.0.
I mount my original windows partition to /home/user/.wine/fake_windows.
I start
kazaa with:
wine --dll
2002 Nov 28
8
Could not insatall Internet Explorer on linux through wine.
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: koutput
Type: application/x-java-vm
Size: 2881 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20021128/a81741b4/koutput.class
2007 Aug 17
2
for plots
Hi, All,
I am a beginner for R. Now I have installed R 2.5.1 in Window
environment. After I run a program such as "gam" I would like to display
a plot for the object. The following is an example. When I did this,
only the last plot was presented on my screen. How can I get a plot
before the last plot? I mean if the object has several plots how can I
get those?
"gam.object <-
2010 Jan 26
2
hdf files
hello,
I have a problem to open an hdf file. i have downloaded the package 'hdf5' as it was advised on R seek. But when i try to load the file, the R console sends me an eror message:
setwd("C:/Documents and Settings/Karine/Bureau/data/")
#install.packages('hdf5')
library("hdf5")
sea_ice <- hdf5load("asi-s6250-20090704-v5i.hdf", load =
2009 Jan 13
1
Beware of DIDX & Super Technologies
I assume most people here know what a joke DIDX is -- but in case you
didn't already know, please avoid these people.
Basic features of their service don't work, their tech support
refuses/drags their feet to fix them for a month and if you post
publicly about them, they terminate your service.
Instead of investing their effort in reading mailinglists to terminate
customers maybe they
2009 Dec 14
1
RPART - printing full splitting rule number on tree plot
Dear R-users
I am using RPART package to get regression trees. However having trouble getting the text function to put the full splitting rule number on the plot, instead to puts it in scientific notation. When a covariate has 1e4 or greater number of digits then the splitting rule number displayed on the plot is in scientific notation. But print.rpart displays the splitting rules in full.
2010 Jan 28
1
make a grid with longitude, latitude and bathymetry data
hi,
i have a longitude vector (x) a latitude vector (y) and a matrix of bathymetry (z) with the dimensions (x,y). I have already succeeded in plotting it with the image.plot (package 'field') and the contour functions.
But now, I want to make a grid in order to extract easily the bathymetry corresponding to a couple of longitude, latitude coordinates.
Do you know a function or a
2004 Dec 04
1
chan_misdn and Dynalink IS64PH ISDN
Hi
For use my isdn card in NT mode I have compiled
chan_misdn.
When I launch asterisk it stop with th e message :
[chan_misdn.so] => (Channel driver for mISDN Support
(Bri/Pri))
== Parsing '/etc/asterisk/misdn.conf': Found
UnLocking config_mutex
== Registered channel type 'mISDN' (This driver
enables the asterisk to use hardware which is
supported by the new )
Locking
2004 Dec 14
0
Radius support
Hi all !
I try to set up the radius module for Asterisk
(http://appradius.minitelecom.org/) but i don't know
what i can do after the make of app_radius and
cdr_radius.
I would like to recording Asterisk CDR into Radius.
I waiting for your help .
Thanks in advance.
Anthony.
D?couvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Cr?ez votre Yahoo! Mail
2007 Feb 21
1
loops in R help me please
I am trying to make the following Kalman filter equations work and therefore produce their graphs.
v_t=y_t - a_t
a_t+1=a_t+K_t*v_t
F_t=P_t+sigma.squared.epsilon
P_t+1=P_t*(1-K_t)+sigma.squared.eta
K_t=P_t/F_t
Given:
a_1=0,P_1=10^7,sigma.squared.epsilon=15099,
sigma.squared.eta=1469.1
I have attached my code,which of course doesnt work.It produces NAs for the Fs,Ks and the a.
Can somebody tell me
2007 Feb 21
3
Examples on how to READ/WRITE to database using R-Project
Hi,
We are working on a project on forecast modeling and would like to know if
there are any examples on how to READ/WRITE to a database (e.g. PostgreSQL)
using R-Project. I do have a sample R Script which takes input as files from
a directory and writes back output files to a directory. I would like to
convert this script to read from a database and write back the output to a
database.
2004 Dec 11
3
rsync to retry if copy failed - possible?
Hello,
I want to be 100% sure that rsync copies something from one location to
another.
However, I did not see an option which would make rsync retry an
operation if it failed for whatever reason (network was down when rsync
started, or network went down during rsync was copying something,
connection timed out etc.).
For example, wget has an option like --tries=number Set number of
retries
2007 Feb 17
1
Solve in maximum likelihood estimation
Hi,
I got the following problem.
I am doing a maximum likelihood estimation for a Kalman Filter.
For this purpose, I have to invert an error matrix Ffast of dimension
"no. parameters X no.parameters". The usualy optim methods often find only
local minima, so I decided to make the optimization using the SANN
algorithm, which is very slow already.
However, this becomes a real problem
2004 May 27
3
Any ideas ?
Hints or check lists for that type or error ?
[2004/05/27 14:11:06.627563, 10, pid=23616]
libads/kerberos_verify.c:ads_verify_ticket(185)
ads_verify_ticket: enc type [1] failed to decrypt with error Bad
encryption type
[2004/05/27 14:11:06.627589, 10, pid=23616]
passdb/secrets.c:secrets_named_mutex_release(716)
secrets_named_mutex: released mutex for replay cache mutex
[2004/05/27
2004 Jun 16
0
Jobs openings in Italy
I apologize if this post is not relevant to this mailing list, but I
feel it might be of interest for many of you and did not find any other
more suitable R-list.
We are seeking for a couple of post-docs at University of Ferrara,
Italy. The posts are in microarrays data mining and are for people with
a degree in Statistics, IT or related. A documented interest in
biological problems,
2005 Mar 11
4
actionmailer settings
A couple questions:
1) How does rails no if you are in your test, dev or production
environment?
2) Does anyone have an actionMailer server settings that will work on
your standard local machine? I will use the one provided for my
textdrive account but for testing on my machine I am getting connection
refused.
Thanks.
Your Friend,
Jonathan Kopanas
http://www.kopanas.com
2004 May 13
4
winbind problems with linux domain member
Hey everyone,
I'm having some strange responses, and a bit of trouble with getting
access to a member server on my domain. I've got Samba running on
another Linux box as a PDC, and my Win2k clients can login just fine,
and share between one another. The problem comes in with another
Linux workstation that's setup as a member server.
Here's the relevant smb.conf section from the
2004 Nov 26
0
^5 problem with chan_unicall.c for Asterisk
Hi Kaws,
I may need to add some notes;
1. The default .rpm version of libtiff in RH9 does not seem to contain some functional entries required for libunicall / libmfcr2. Therefore when compiling libunicall "unresolved references....." will happen. To solve this, I needed to recompile libtiff from the tarball. When installing libtiff, the default directories will be under
2015 Feb 19
4
Masquerading (packet forwarding) on CentOS 7
Hi,
I just migrated my office's server from Slackware64 14.1 to CentOS 7. So
far everything's running fine, I just have a few minor details to work out.
I removed the firewalld package and replaced it by a simple Iptables script:
--8<----------------------------------------------------
#!/bin/sh
#
# firewall-lan.sh
IPT=$(which iptables)
MOD=$(which modprobe)
SYS=$(which sysctl)
2005 May 11
5
[Bug 2628] hangs indefinitely at start of phase 1
https://bugzilla.samba.org/show_bug.cgi?id=2628
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|hangs indefinitely (while |hangs indefinitely at start
|listing files) |of phase 1
------- Additional Comments From wayned@samba.org