search for: ifom

Displaying 17 results from an estimated 17 matches for "ifom".

Did you mean: ifm
2006 Sep 19
1
Problem with large files
...equested. open_mode = 0x8000 [2006/09/19 10:29:41, 10] smbd/nttrans.c:map_share_mode(480) map_share_mode: Mapped desired access 0x20189, share access 0x7, file attributes 0x80 to open_mode 0x8040 [2006/09/19 10:29:41, 5] smbd/filename.c:unix_convert(108) unix_convert called on file "s-comp/IFOM/PROVA/Caschetto.tib" [2006/09/19 10:29:41, 10] smbd/statcache.c:stat_cache_lookup(210) stat_cache_lookup: lookup failed for name [S-COMP/IFOM/PROVA/CASCHETTO.TIB] [2006/09/19 10:29:41, 10] smbd/statcache.c:stat_cache_lookup(210) stat_cache_lookup: lookup failed for name [S-COMP/IFOM/PROVA]...
2006 Sep 19
6
Problem logon to PDC
Hello, I have setup a cluster system with drbd and heartbeat. I have samba running as a PDC. Everything works great when I am on server1 But when failover ocuurs I cannot seem to log on the domain anymore. I Have symlinks to my home share : /var/cache/samba , /etc/samba/ who are synced between 2 servers. Do I have to sync another files ?? greets John
2008 Dec 12
3
init script question
...e. I'm porting some init scripts from gentoo, where the $SVCNAME variable identifies the init script name within the script itself... d /* Davide Cittaro Cogentech - Consortium for Genomic Technologies via adamello, 16 20139 Milano Italy tel.: +39(02)574303007 e-mail: davide.cittaro at ifom-ieo-campus.it */ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20081212/3090bc5e/attachment-0003.html>
2017 Aug 01
2
Use case for HDF5 dataspace interface
...question: https://stackoverflow.com/questions/44697599/hdf5-dataspace-interface-what-does-it-do-and-what-is-its-real-world-applicati ----------------------------------------------------------------------------------- Koustav Pal, PhD student in Computational Biology, Francesco Ferrari's group, IFOM - The FIRC Institute of Molecular Oncology Milan, Italy. [[alternative HTML version deleted]]
2017 Aug 03
1
Use case for HDF5 dataspace interface
...pace interface, and can I see this usefulness in a code example using the rhdf5 dataspace interface. 2. Not related to comp bio. ----------------------------------------------------------------------------------- Koustav Pal, PhD student in Computational Biology, Francesco Ferrari's group, IFOM - The FIRC Institute of Molecular Oncology Milan, Italy. On 1 August 2017 at 16:30, Bert Gunter <bgunter.4567 at gmail.com> wrote: > 1. What does this have to do with R? > > 2. If it concerns computational biology, the Bioconductor Help list > may be a better place to post. >...
2008 Dec 10
3
nfs slow?
...ters (auto,nosuid,exec) on gentoo and centos server (bot x86_64)... It happens that centos is 5-10 times slower either in read and write operations... Ok, I'll try to tune rsize and wsize, but does anybody have an hint on this low performance? Thanks d Davide Cittaro davide.cittaro at ifom-ieo-campus.it
2017 Aug 01
0
Use case for HDF5 dataspace interface
...ow.com/questions/44697599/hdf5-dataspace-interface-what-does-it-do-and-what-is-its-real-world-applicati > > ----------------------------------------------------------------------------------- > Koustav Pal, > PhD student in Computational Biology, > Francesco Ferrari's group, > IFOM - The FIRC Institute of Molecular Oncology > Milan, Italy. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help &...
2013 Sep 09
0
Duplicated genes
...will be there in the list and its duplicate will be removed. Can you tell me again? I think then the script will change right? ---------------------------------------------------------- Vivek Das PhD Student in Computational Biology Giuseppe Testa's Lab European School of Molecular Medicine IFOM-IEO Campus Via Adamello, 16 Milan, Italy emails:?vivek.das at ieo.eu ??? ??? ??? vchris_05 at yahoo.co.in ??? ??? ??? vd4mmind at gmail.com On Mon, Sep 9, 2013 at 8:27 PM, arun <smartpink111 at yahoo.com> wrote: Hi, >Try: >dat1<- read.table("DEGs_all.txt",sep="&qu...
2008 Nov 25
6
bioinformatics repository?
...39;t find a valuable solution: which is (or which are) the best repository I should add to have a satisfying list of bioinfo rpm? Thanks d /* Davide Cittaro Cogentech - Consortium for Genomic Technologies via adamello, 16 20139 Milano Italy tel.: +39(02)574303007 e-mail: davide.cittaro at ifom-ieo-campus.it */ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20081125/f3f32551/attachment-0003.html>
2009 Jan 12
1
gcc 4.1 and OpenMP?
...c shipped with CentOS 5.2 is 4.1. I've then noticed that my executable links /usr/lib64/libgomp.so, installed with gcc 4.1 from CentOS rpms... Is CentOS default compiler OpenMP ready? Does this mean I don't have to compile my own compiler? Thanks d Davide Cittaro davide.cittaro at ifom-ieo-campus.it
2008 Nov 26
3
replicate package installation on multiple machines
Hi all, Is there a way to dump the current packages installed on a machine and use it do install/uninstall packages on other machines? I've configured one at install time but to speed up other installations I would like to install default packages and then install/uninstall some starting from my first machine configuration... thanks d PS Oh, I'm going to RTFM too... but I'm
2009 Mar 15
1
Patch for NGROUPS_MAX on FreeBSD with more then 64 groups
..._smbd.c 2009-03-15 12:14:59.000000000 +0100 @@ -153,7 +153,7 @@ gid_t *groups; int i; - max_grp = MIN(32, groups_max()); + max_grp = NGROUPS_MAX; temp_groups = SMB_MALLOC_ARRAY(gid_t, max_grp); if (! temp_groups) { return False; -- [- Il Tuo 5 per Mille a favore della Ricerca dell'IFOM! L'IFOM Fondazione Istituto FIRC di Oncologia Molecolare e uno degli enti a cui e possibile destinare il Tuo 5 per mille, apponendo la Tua firma e inserendo il codice fiscale dell'IFOM (97358780159) nella casella riservata al Finanziamento della Ricerca Sanitaria che si trova sui modelli U...
2008 Dec 28
4
ZFS on Linux
I am planning to use ZFS on my Centos 5.2 systems. The data I am storing is very large text files where each file can range from 10M to 20G. I am very interested on the compression feature of ZFS, and it seems no other native Linux FS supports it. My question are: Is ZFS stable? How does it scale for very large filesytems, ie, 2TB to 9TB? How is the performance of fuse? I plan to use it on my
2017 Jul 28
1
R Programming help needed - Returning dataframes + 2 Variables dynamically
The returned values are in the list you assign to test_data, the original x and y are not modified, i.e the returned value for x will be test_data[[1]] and for y will be test_data[[2]]. Using the same variable names in the function and test is perhaps what is leading to confusion. > On 28 Jul 2017, at 09:13, Vijaya Kumar Regati <VijayaKumar.Regati at m3bi.com> wrote: > > Hi, >
2013 May 07
4
create unique ID for each group
Hey All, I have a dataset(dat1) like this: ObsNumber ID Weight 1 0001 12 2 0001 13 3 0001 14 4 0002 16 5 0002 17 And another dataset(dat2) like this: ID Height 0001 3.2 0001 2.6 0001
2008 Nov 28
1
isw_xxxxxxxx missing?
Hi all, I've installed CentOS 5.2 on a sun x2250. The installer goes fine and I can setup my root with lvm on /dev/ mapper/isw_xxxxxxxx_Volume0, that is the hardware RAID1 for two disks available. As the system boots lvm complains of a duplicate PV and decides to use /dev/sda, so the physical disk, not the raid device... I see with surprise that the raid device is missing! Needless to
2003 May 20
1
R-1.7.0 'make check' fails on reg-tests-1
Dear all, I am trying to upgrade R-1.6.2 to R-1.7.0 on an SGI running IRIX6.5. Everything compiles but I get an error in the testing phase: [snip] running regression tests make[3]: Entering directory `/usr/local/src/R-1.7.0/tests' running code in 'reg-tests-1.R' ...make[3]: *** [reg-tests-1.Rout] Error 1 make[3]: Leaving directory `/usr/local/src/R-1.7.0/tests' make[2]: ***