Displaying 11 results from an estimated 11 matches for "san2".
Did you mean:
san
2006 Dec 12
1
Undefined symbol when trying to dyn.load a shared object
...st.o -L/usr/lib64/R/lib -lR
Next, I try to load the shared object into R using dyn.load("RgslTest.so") and get the following error in R:
> dyn.load("RgslTest.so")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library '/mnt/san2/braunm/winshare/braunm/Cpractice/RgslTest.so':
/mnt/san2/braunm/winshare/braunm/Cpractice/RgslTest.so: undefined symbol: gsl_sf_hyperg_2F1
I am certain that the file path in the #include statement is correct. It looks like R can't find the gsl function in the C program, even though the...
2008 Jan 31
3
I.O error: zpool metadata corrupted after powercut
...no cache flush. On the pool we had +/- 40 zvols used by running vm''s (iscsi boot/swap/data disks for xen & virtual box guests)
The first failure was on a b68 system, the second on a b77 system.
Last zpool was using iscsi disks:
setup:
pool
mirror:
iscsidisk1 san1
iscsidisk1 san2
mirror:
iscsidisk2 san1
iscsidisk2 san2
I thought zfs was always persistent on disk, but apparently a power cut has can cause unrecoverable damage.
I can accept the first failure (because of the dangerous setting), but loosing that second pool was unacceptable for me.
Since no fsck alike...
2006 Dec 12
1
include libraries for C code called from R
...c -o RgslTest.o
gcc -shared -L/usr/local/lib64 -o RgslTest.so RgslTest.o -L/usr/lib64/R/lib -lR
When I go into R and enter the command dyn.load("gslTestHG.so"), I get the
following error:
Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared
library '/mnt/san2/braunm/winshare/braunm/Cpractice/RgslTest.so':
/mnt/san2/braunm/winshare/braunm/Cpractice/RgslTest.so: undefined symbol:
gsl_sf_hyperg_2F1
So, it looks like R is not recognizing the function call within my own C
function, even though the library was included.
Note that this is a simpler exa...
2013 Feb 09
0
Unable to Create an Oracle Linux VM Using virt-install
I''ve copied the contents of the Oracle Linux 6.3 installation media to an directory that''s exported via NFS:
san2:~ # ls -1 /srv/md128/repositories/oracle/6.3/os/x86_64/
EFI
EULA
eula.en_US
eula.py
GPL
HighAvailability
images
isolinux
LoadBalancer
media.repo
Packages
README-en
README-en.html
RELEASE-NOTES-en
RELEASE-NOTES-en.html
RELEASE-NOTES-x86_64-en
RELEASE-NOTES-x86_64-en.html
RELEASE-NOTES-x86-en
RELEASE...
2009 Dec 28
3
Mysql::Error: Lock wait timeout exceeded; try restarting transaction
Hello all
I am using acts_as_ferret in user model.
Error Message:
--------------
ActiveRecord::StatementInvalid: Mysql::Error: Lock wait timeout exceeded;
try restarting transaction: UPDATE `users` SET `updated_at` = ''2009-12-28
14:31:50'', `active_till` = ''2009-12-28 14:31:50'' WHERE `id` = 21
Where:
------
calls#audit
2012 Jan 04
1
GPFS for mail-storage (Was: Re: Compressing existing maildirs)
Great information, thank you. Could you remark on GPFS services hosting mail storage over a WAN between two geographically separated data centers?
----- Reply message -----
From: "Jan-Frode Myklebust" <janfrode at tanso.net>
To: "Stan Hoeppner" <stan at hardwarefreak.com>
Cc: "Timo Sirainen" <tss at iki.fi>, <dovecot at dovecot.org>
Subject:
2009 Jul 13
12
.html/.html.erb/.rhtml to PDF
Hello All,
I wanted to convert .html file into .pdf.
is there any rails plugin ??
Thanks,
Sandip R~
--
Ruby on Rails Developer
http://sandip.sosblog.com
http://funonrails.wordpress.com
www.joshsoftware.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2012 May 14
0
Weird problem with rsync 3.0.9
...Rsyncd.conf :
# /etc/rsyncd.conf
pid file = /var/run/rsyncd.pid
use chroot = no
read only = yes
transfer logging = no
dont compress = *
timeout = 60
[webroot]
path = /home/http
comment = Webroot Tree
uid = root
gid = webusers
Client :
- Linux san2 3.2.12-gentoo #1 SMP Mon May 14 13:50:17 CEST 2012 x86_64 Intel(R) Xeon(R) CPU E5405 @ 2.00GHz GenuineIntel GNU/Linux
- 8Gb ECC RAM
- Rsync client : 3.0.9
Network is 1Gbps dedicated. FS on both server is ext3. I've tried to get a call trace for blocking process and th...
2011 Sep 08
4
CentOS 6 domU on Debian 6 dom0 not working
Hi all,
Has anyone managed to get CentOS 6 domU (i.e. guest) working on a Debian 6 do0?
Both OS''s are 32bit and I''m running XEN 4.0.1 with HVM support.
A CentOS 5.6 domU works fine on this very same server though.
When I start CentOS 6, I get the following error:
newusaxen:~# xm create -c /xen/genocide.cfg
Using config file "/xen/genocide.cfg".
xenconsole: Could
2009 Sep 29
10
rails 2.3.3 upgrade shows error
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.<<
any ideas ?
Application works fine with rails 2.1.0
Sandip
--
Ruby on Rails Developer
http://funonrails.wordpress.com
www.joshsoftware.com
http://brandpotion.com (Latest project released)
--~--~---------~--~----~------------~-------~--~----~
2009 Jun 05
15
Rails Code Indentation
Hi All,
Rails code must be readable, formatted and well indented.
I wanted to do indent code in my previous projects.
Is there any built in rails plugin/gem that can help me to
indent my existing code.
Any ideas will be really appreciated !
NOTE: Please don''t suggest editor plugins.
Thanks & Regards,
Sandip R~
--
Ruby on Rails Developer
http://sandip.sosblog.com