Displaying 20 results from an estimated 600 matches similar to: "replicate package installation on multiple machines"
2008 Dec 12
3
init script question
Hi all, is there a function (or variable) I can use in a custom init
script that identifies the init script name? i.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:
2008 Nov 25
6
bioinformatics repository?
Hi all, I'm new to Centos, just moved here from Gentoo Linux.
I have to install a server for bioinformatics purposes and I see that
default yum repositories do not include any bioinformatics software
(i.e. ncbi-toolkit, blat, and others). I'm googling a bit but I can't
find a valuable solution: which is (or which are) the best repository
I should add to have a satisfying list
2008 Dec 10
3
nfs slow?
Hi all, I'm migrating from Gentoo to CentOS... I'm experiencing a
rather low performance in NFS r/w (as client).
NFS server is solaris (which exports zfs volumes via nfs). The very
same exports were mounted with the same parameters (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,
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
2019 Apr 24
1
Bug in "stats4" package - "confint" method
Dear R developers,
I noticed a bug in the stats4 package, specifically in the confint method applied to ?mle? objects.
In particular, when some ?fixed? parameters define the log likelihood, these parameters are stored within the mle object but they are not used by the ?confint" method, which retrieves their value from the global environment (whenever they still exist).
Sample code:
>
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
2006 Sep 19
1
Problem with large files
Hi
we have samba 3.0.14a on FreeBSD 5.4.
We tried with different kind of locking and oplocks (both enabled and
disabled).
If we try to copy from a Windows XP client a file larger than 3g, we get
these error:
Cannot copy XXX. The specified network name is no longer available.
We traced this problem in the logs (log level 10) and we got this error
------------
[2006/09/19 10:29:41, 5]
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
2001 Sep 07
2
Newbie to rsync
Hi All
I have compiled rsync on a Solaris 5.5.1 machine1 . I have compiled this
on a partition on the machine as root.
I have done the following
shared the Partition on the machine i have compiled.
mounted this partition this partition on the machine2 where I need to
rsync data
then When I issue the command
on machine2 as
rsync -avz machine2:/x machine3:
It gives me
sh :rsync not found
EOF
2007 Aug 30
3
rsync arg list to long
I am trying to do an rsync or scp from machine1 to machine2.
I am getting arg list to long.
I am using centos 5 machine 1 and centos 4.5 on machine2.
I am using the default shell which is bash.
How can I get past this?
THanks,
Jerry
2006 Sep 17
2
Running just part of dovecot
I'm currently setting up a large mail system, with different services
split out onto different machines. What I want is this:
machine1: dovecot smtp auth, no pop/imap
machine2: dovecot lda, no pop/imap
machine3: pop/imap, nothing else
machine3 is obviously not the issue. Is there a way to run machine1
and machine2 with just their respective services, but no pop/imap?
--
Marshal Newrock
2009 Mar 21
2
How to change Rlapack by lapack (for rpy2 installation)?
(I asked an earlier question on the rpy2 installation
to the rpy2 list, the solution there was to
edit the setup.py script, but this looks beyond what I can do unless
someone tells me exactly what to modify).
I have R 2.8.1 on 2 machines running ubuntu 8.04
(packages R-base and R-base-dev, among others, installed using Synaptic)
and while the installation
of rpy2 went fine on machine1, failed on
2013 Mar 18
3
Facter Strings to integer.
Hello,
If I want to do something like this:-
if $::lsbdistrelease >= 6.3 {
SOMETHING
}
Do I have to convert lsbdistrelease from a string to a number with an
inline template or some such ?
Thanks
Paul
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
2017 Aug 01
2
Use case for HDF5 dataspace interface
This question is a clone of my stackoverflow question which never got
answered (o_O). Therefore I am posting it here. I would really like some
inputs if possible.
I am currently building some applications which make use of HDF5 files.
I have already taken a look at the hdfgroup website with regards to
dataspace <https://support.hdfgroup.org/HDF5/doc/H5.user/Dataspaces.html>
and I think I
1998 Dec 02
2
W95/98 connect to any SMB share as another user? (SAMBA dige
> Date: 30 Nov 1998 20:22:27 GMT
> From: mathog@seqaxp.bio.caltech.edu
> To: mlist-samba@nntp-server.caltech.edu
> Subject: W95/98 connect to any SMB share as another user?
> Message-ID: <73uuq3$s7j@gap.cco.caltech.edu>
>
> map H: as \\machine1\share1 as username=John, password=JohnsPassword map
> M: as \\machine2\share2 as username=Jane, password=JanesPassword
>
2013 Sep 09
0
Duplicated genes
Hi,
May be you can try this:
dat1New<-? dat1[!(duplicated(dat1$gene)|duplicated(dat1$gene,fromLast=TRUE)),]
dat2<-dat1[duplicated(dat1$gene)|duplicated(dat1$gene,fromLast=TRUE),]
?lst1<-split(dat2,dat2$gene)
dat3<-unsplit(lapply(lst1,function(x) {x1<- sum(apply(x[,6:32],2,function(y) y[1]>=y[2]));x2<- sum(apply(x[,6:32],2, function(y) y[1]<=y[2])); if(x1>x2) x[1,] else
2004 Jun 24
2
Roaming profiles. How to do it ?
Hi all..
I'm using Samba 3.0.2a on Mandrake 10, serving +/- 50 win98 clients.
I'm using this options:
logon path = \\%N\%U\profile
logon home = \\%N\%U\profile
but the roaming profile seems do not working... at least the way that I
want. (maybe this is the right behavior).
What I want:
-> When an user logins on MACHINE1 the profile that is saved in
Linux begin download to
2000 Jul 27
2
bug in lastlog logging?
Folks;
I couldn't find anything on my archive of the mailing list on this,
and it may just be my mis-understanding, but:
When I "ssh machine1 -l user1" as user2 on machine2, if user2 has the
same uid on machine1, then user2's name ends up in lastlog, instead of
user1's.
This is a bit disconcerting when user2 is root, and root isn't allowed
to remotely log in on
2017 Aug 01
0
Use case for HDF5 dataspace interface
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.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Tue, Aug 1, 2017 at 2:28 AM, Koustav Pal
2008 Nov 11
4
Can expect do this?
Hi all,
I'm trying to scp some files from machine1 to machine2.
But, I'm in an environment where PubKeyAuthentication is not allowed in ssh :(
So, I'm confused how to automate it as cronjob.
However, I read somewhere that we can write a little bash script that
will utilize 'expect' to answer for the ssh password prompt?
Can we do this?
Any examples are great help.
Thank you.