Displaying 20 results from an estimated 100 matches similar to: "Software Profili2 on Ubuntu by Wine"
2012 Sep 11
4
[PATCH] libxl: Tolerate xl config files missing trailing newline
I wrote:
> Also I wrote:
> > However, xl fails on config files which are missing the final
> > newline.  This should be fixed for 4.2.
> 
> My patch for this didn''t make it into 4.2 RC4.
Should this go into 4.2.0 or be held for 4.2.1 (or is it not 4.2.x
material at all) ?
Ian.
From: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [PATCH] libxl: Tolerate xl
2011 Mar 19
2
[LLVMdev] Apparent optimizer bug on X86_64
Compiling a simple automaton created by GNU bison with -O1 or -O2
resulted in the following machine code:
1300    /*-----------------------------.
1301    | yyreduce -- Do a reduction.  |
1302    `-----------------------------*/
1303    yyreduce:
1304      /* yyn is the number of a rule to reduce with.  */
1305      yylen = yyr2[yyn];
   0x0000000000400c14 <rpcalc_parse+628>:       mov   
2016 May 27
2
asterisk odbc segfaults
hi,
i have the same problems as in 
https://issues.asterisk.org/jira/browse/ASTERISK-25833
my current combination is centos 6 32-bit, unixODBC 2.3.2 (recompiled 
from fedora20), mysql 5.1.73, mysql-connector-odbc 5.1.5, asterisk 13.9.1
i tried update to mysql-connector-odbc 5.3.6 from oracle but it 
segfaults every time
can you share your working mysql+odbc combination?
thanks
odbcinst.ini
2012 Aug 14
12
[TESTDAY] xl cpupool-create segfaults if given invalid configuration
# xl cpupool-create ''name="pool2" sched="credit2"''
command line:2: config parsing error near `sched'': syntax error,
unexpected IDENT, expecting NEWLINE or '';''
Failed to parse config file: Invalid argument
*** glibc detected *** xl: free(): invalid pointer: 0x0000000001a79a10 ***
Segmentation fault (core dumped)
Looking at the code
2012 Dec 14
2
Manipulation of longitudinal data by row
I have a dataset of the form below, consisting of one unique ID per
row, followed by a series of visit dates.  At each visit there are
values for 3 dichotomous variables. Of the 8 different possible
combinations of the three variables, 4  are "abnormal" and the
remaining 4 are "normal". Everyone starts out abnormal, and then
either continues to be abnormal at subsequent visits,
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo.  (I am not 
allocating RBP to any virtual register, the instances of RBP in function 
foo are in the machine code when my register allocator starts.)
Function foo calls function bar.  Register RBP is not saved across the 
call, though it is live after the call.  Function bar includes a virtual 
register.  The code that I'm using to
2009 Aug 12
1
In odbcDriverConnect ODBC connection failed
R-sig-Debian help,
I have installed an ODBC Driver for Linux.
I want to connect to our database through R via:
>library(RODBC)
>con <- odbcDriverConnect("SERVER=IP_address:PORT;DRIVER=ORACLE;DATABASE=MAGNUS")
Warning message:
In odbcDriverConnect("SERVER=IP_address:PORT;DRIVER=ORACLE;DATABASE=MAGNUS") :
  ODBC connection failed
I don't really know whether this
2006 Jun 19
1
[OT] HowtoConnectToMicrosoftSQLServerFromRailsOnLinux from Ubuntu
Hello all,
I am trying to connect to my remote MS SQL server from Ubuntu.
I have followed
HowtoConnectToMicrosoftSQLServerFromRailsOnLinux<http://http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnLinux>as
best that I can.
TSQL is working, example below.
My configs are found below.
When I run isql :
> isql -v pubs name password
[IM002][unixODBC][Driver
2005 Mar 11
1
Trouble with Realtime
Greetings,
I'm having some trouble with the realtime engines.  When asterisk
loads, everything looks fine, there don't seem to be any problems via
notices or anything.  Furthermore, cdr_odbc is working, and actively
logging my failed call attempts to db through ODBC using the same DSN.
 unixODBC and the mysql drivers are installed from source.
Here are the relevant parts of the config:
2009 Feb 12
4
Rails & unixODBC
Hello,
I decided to embrace getting a new Rails application to see an
existing MSSQL database and trying to get unixODBC, freeTDS, and
ActiveRecord able to query my MSSQL database.
I''m following the procedure outlined at
http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnLinux
but my system (Ubuntu 8.10 - Intrepid Ibex, Rails 2.3, Ruby 1.8.7)
2010 Mar 10
2
Windows API to connect UnixOdbc is not functional in Wine
Hello,
I have configured Wine in Ubuntu 9.04 to use the built-in odbc32.dll which in turn uses the Linux's unixodbc package. 
When I am trying to run my windows application which actually uses Windows API connecting to Unix ODBC is not working. 
The API uses is SQLDriverConnect (), that returns me error
[unixODBC][Driver Manager]Can't open lib '/usr/lib/libtdsodbc.so' file not
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
I am running CentOS 5 with Asterisk 1.4.14.  I am trying to setup storage of voicemail messages into MySQL.  It is my understanding that I can only do this via ODBC.  I installed per http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation  unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel and mysql-connector-odbc. I reconfigured and built Asterisk, using menuconfig to
2011 Aug 06
6
Profili Pro software needs mdb file?
Hi All,
 Just started to try to get 1 windoz program to run in Ubuntu since I can't find a good alternative.  Been running Ubuntu for 3 years but this is above my expertise.  Profili is airplane wing profile software that will generate G-code for a CNC router.  When I try to get it to run under WIne it gives me this error and quits... "Impossible to open database
2009 May 01
6
Program cannot access MDB file
Hello all,
I'm trying to run an airfoil and wing design program called profili.
It uses an MDB file, im assuming, to store all the airfoil data.
Upon startup I get the error message "impossible to open the database C:\......\profili.mdb.
Am I missing a Microsoft plugin/runtime/dll/other?
Cheers
Rob.
2011 Mar 19
0
[LLVMdev] Apparent optimizer bug on X86_64
On Sat, Mar 19, 2011 at 1:44 AM, Csaba Raduly <rcsaba at gmail.com> wrote:
> Compiling a simple automaton created by GNU bison with -O1 or -O2
> resulted in the following machine code:
>
> 1300    /*-----------------------------.
> 1301    | yyreduce -- Do a reduction.  |
> 1302    `-----------------------------*/
> 1303    yyreduce:
> 1304      /* yyn is the number
2009 Mar 03
1
On which side these errors are?
Hello list.
I've got following:
rsync: opendir "client05" (in Profili) failed: Permission denied (13)
rsync: delete_file: rmdir(client02/SendTo) failed: Permission denied
(13)
Am I correct if I say that the "opendir" is related to the source I'm
trying to rsync, but the "delete_file" is related to the destination?
Flavio Boniforti
PIRAMIDE INFORMATICA
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
On 11/30/2012 6:36 PM, Lang Hames wrote:
>
>
> RBP is used as the frame pointer on x86 (hence its automatic 
> appearance in your code), and shouldn't be allocated to any vreg in 
> function bar. Loading/saving RBP should be managed by the stack frame 
> setup/teardown code.
> If it doesn't already, your allocator should filter out reserved 
> registers (See
2008 Jul 10
1
odfWeave problem in 7.1?
Max & Friends,
I've run into a problem with odfWeave 0.7.5 running under R 2.7.1
(Windows XP, SP2) doing some monthly production reports.
Under 2.7.1 I'm getting various parsing errors after Sweaving starts, e.g.:
  Sweaving  content.Rnw
  Writing to file content_1.xml
  Processing code chunks ...
Error in parse(text = cmd) : unexpected input in ""
>
Above case works
2005 Jan 14
1
PDC with Samba
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 548 bytes
Desc: OpenPGP digital signature
Url : http://lists.samba.org/archive/samba/attachments/20050114/02eec7f4/signature.bin
2012 Nov 30
0
Oracle database connction from R in Linux
Hi,
This is sasi.
I installed R 64 bit and oracle client 64 bit in fedora 17. After R is
working fine. Oracle database also working fine. but problem is, If i try
to connect oracle from R its not connecting.
So, pls guide me how to connect from R to oracle.
how, i tried:--
odbcinst.ini file code is
[ORACLE2]
Description = oracle driver
Driver =