Displaying 13 results from an estimated 13 matches for "hamerly".
Did you mean:
  hacerlo
  
2001 Dec 20
2
RH7.2&&smbd2.2.1a&&W98/2000&&Connection Problem
Hello all!
   I've readed somes docs and I found nothing about the
following trouble : I can't connect to my sbmd server using
the following : '\\MYRH72SMBDSERVERNAME\'.  I always got
a error message like : 'Share name could not be found, make
sure you typed it correctly....' , but if I utilize \\10.x.x.x\ all is
working fine (I don't want to access using the \\IP\
2009 Feb 05
1
Can no longer connect to rsync server since new router, but sometimes it works?!
Hi,
I've been searching the web for days for an answer to this weird problem. I hope you guys can shed some light on this.
A few months ago our office has changed internet provider, and hence we use a different router/DSL-modem: a ZyXEL P-2602H-D1A
Ever since the change our nightly rsync from our office server to our external webserver, which runs an rsync daemon, refuses to work... at
2012 Feb 13
2
R's AIC values differ from published values
Using the Cement hardening data in Anderson (2008) Model Based Inference in
the Life Sciences. A Primer on Evidence, and working with the best model
which is
    lm  (  y  ~   x1   +   x2,    data = cement  )
the AIC value from R is
    model    <-    lm  ( formula   =   y   ~   x1   +  x2  ,   data =
cement  )
    AIC ( model )
64.312
which can be converted to AICc by adding the bias
1997 Dec 18
0
SAMBA digest 1526
Ken Hamer (B83 131) <K.Hamer@axion.bt.co.uk> wrote
> BUT...... After printing a document, Samba appears to hang up the connection,
> although another seems to start pretty quickly.  
... 
> server.netbios-   client.1065            8557      0  8760      0 CLOSE_WAIT
> 
> The connection will stay in this state until the user tries to access
> something on the network drive
2009 Sep 16
5
LVM Read/Write speed <10% drive''s normal speed
Hello all,
I''ve been searching through the archives and the internet for a while
now, and can''t seem to find anything that helps me out. I hope you don''t
my posting this to both xen-users and linux-lvm simultaneously, but i
figured it''d help keep the solution in one place... even though it''ll be
the same across two places... Anyways:
My setup is this:
2006 Jan 09
0
Ruby on Rails Consultant Wanted
We''re a J2EE development shop in Vancouver, BC, Canada, and are taking a serious
look at Ruby on Rails for some major projects. We''re looking for a consultant
with extensive (5+ years) J2EE application development experience, who has
deliverd one or more Ruby on Rails projects.  Initially we are looking for
someone to provide 3-5 days of on-site consulting to work with our
2010 Jan 10
0
ordering of additional columns in forest plot in meta package
Hi,
I am trying to add additional columns to a forest plot using the meta package.
The study information and subgroup analysis plotting is handled properly.
For this output the data is ordered first by subgroup label
(rnd.subgroup1 in the example) and second decreasing size of totals
('n' in the example).
The proper ordering of this data is confirmed by the color coding
(black and red in
1997 Dec 16
0
Printing causing failed connections
Dear Folks,
I've got a generally well-behaved Solaris 2.5.1 machine running a generally 
well-behaved version of 1.9.17p4 running as a daemon.  Everything works 
beautifully including browsing with the help of a central WINS database on an 
NT box and printing using a group of HP printers with JetDirect cards.
BUT...... After printing a document, Samba appears to hang up the connection, 
2002 Jul 24
3
VorbisGain
Is an "official" vorbisgain source tarball available anywhere for *nix?  Seems like everything I've found is a pre-built windows binary...
Thanks in advance!
Regards,
Owen G. Emry
-----
DTS Engineer
PalmSource, Inc.
<p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
2004 Aug 04
2
Order of messgaes/ missing messages
I am curious as to why I quite often receive responses to questions on the help before receiving the actual question. 
 For example Mr Graves has responded to Mr Lumley's response to Mr Wegelin yet I  ave not received Mr. Lumley's post while I have received the other two. 
Cheers,
Jim
	[[alternative HTML version deleted]]
2001 Nov 28
1
Help with ICC
Hello, R-folks:
Here is a statement I use to make a data frame:
iccdata <- data.frame(i=rep(1:10,rep(2,10)),j=rep(1:2,10),
x=c(0.35011,0.11989,0.13081,0.09919,0.16000,0.12000,0.00000,0.00000,
0.44023,0.32977,2.67081,2.63919,0.09050,0.03950,0.44019,0.30981,0.59000,
0.57000,4.03000,3.77000))
Then here are the data:
> iccdata
    i j       x
1   1 1 0.35011
2   1 2 0.11989
3   2 1 0.13081
4
2015 Feb 03
0
Preventing an atomic copy
We require an option that forces rsync to truncate the destination file to zero bytes, using the existing inode, before copying (non-atomic).
For various important reasons, we cannot use ?inplace as an option due to the way the filesystem we use handles a retrieve from tape.
Using ?temp-dir as an option does provide us with the functionality we require, however it has obvious downsides of
2012 Sep 02
0
most efficient plyr solution
Dear list members,
Any help on this efficiency issue would be greatly appreciated.
I would like to find the most efficient way to run a non-vectorized function (here: fisher exact test p-value) iteratively using 4 matrices with identical dimensions. And as a result I aim for an array with identical dimensions containing the corresponding p-values. Please consider some code using a trivial