Displaying 20 results from an estimated 68 matches for "herne".
Did you mean:
here
2002 Jul 24
1
Unable to join W2K Active Directory Domain
Hello all ...
I'm trying to join a W2K domain and I'm getting the following error message:
sun220:root# smbpasswd -j hern
cli_net_req_chal: Error NT_STATUS_INVALID_COMPUTER_NAME
cli_nt_setup_creds: request challenge failed
modify_trust_password: unable to setup the PDC credentials to
machine xxx.xxx.xxx.xxx(IP ommitted). Error was : NT_STATUS_UNSUCCESSFUL.
2002/07/24 09:44:18 :
2005 Jul 07
1
Orthogonal Distance Regressions
...o me) or
which other package I should download to do this. Searching the R website
for any of the three terminologies above has not given me any obvious
solutions. I would appreciate any assistance from folks with experience
doing this type of regression. Thanks in advance!
Peter
Peter J. Hernes, Ph.D.
Land, Air and Water Resources - Hydrology
University of California
One Shields Avenue
Davis, CA 95616-8628
Tel: 530-752-7827
Fax: 530-752-5262
E-mail: pjhernes at ucdavis.edu
Faculty webpage: http://lawr.ucdavis.edu/faculty/hernes/
2011 Oct 18
2
About an integral univariate problem
Hello all R users
I want to calculate this univariate integral:
exp(-x)*sum(y^x) respect to x from 0 to 3 where y is a vector y=(2,3,5).
In fact, the original y vector has a large number of elements but I propose
with 3 elements.
I know that I can resolve this problem doing
fun <- function(x) exp(-x)*(2^x+3^x+5^x)
integrate(fun,0,3)
When the y vector has a large number of elements the
2019 May 16
2
[PATCH 06/10] s390/cio: add basic protected virtualization support
On Wed, 15 May 2019 23:08:17 +0200
Halil Pasic <pasic at linux.ibm.com> wrote:
> On Tue, 14 May 2019 10:47:34 -0400
> "Jason J. Herne" <jjherne at linux.ibm.com> wrote:
> > Are we
> > worried that virtio data structures are going to be a burden on the 31-bit address space?
> >
> >
>
> That is a good question I can not answer. Since it is currently at least
> a page per queue (bec...
2019 May 16
2
[PATCH 06/10] s390/cio: add basic protected virtualization support
On Wed, 15 May 2019 23:08:17 +0200
Halil Pasic <pasic at linux.ibm.com> wrote:
> On Tue, 14 May 2019 10:47:34 -0400
> "Jason J. Herne" <jjherne at linux.ibm.com> wrote:
> > Are we
> > worried that virtio data structures are going to be a burden on the 31-bit address space?
> >
> >
>
> That is a good question I can not answer. Since it is currently at least
> a page per queue (bec...
2012 Jul 30
3
curve comparison
Dear R users,
I have seven regression lines I´d like to compare, in order to find out if
these are significatively different. The main problem is that these are
curves, non normal, non homogeneous data, I´ve tried to linearize them but
it has not worked. So I´d like to know if you know any command or source in
R which explains how to perform this kind of comparison.
Thanks in advance for your
2013 Nov 14
6
Sieve script problem (don't know if is it possible to do this)
Hello:
I'm loosing my mind trying to classify my outgoing messages with
sieve-test (2.0.9, centos 6.4). It came to the point I think it's not
even possible with a sieve script.
I need to classify my outgoing messages in three folders:
1- To my department (@dept.example.com)
2- To my company (@example.com, @anyotherdept.example.com)
(anyotherdept.example.com as in a way to say "any
2006 Jan 01
0
Re: new to this
>
>
> I'm new to icecast, and I haven't quite found out my way through the
> software =S do you think you could show me how this works? I'm really
> interested in broadcasting my own programme, I've got loads of material
> already, haha.
>
> Thank you very much!
>
> Regards,
>
> --
> Carlos Hern?ndez de T
>
--
Carlos Hern?ndez de T
2004 May 20
1
write in fixed format
DeaR useRs:
I have a problem, because I have a file in fixed width format and I can read
it with 'read.fwf' and after I can use these data to do generate new columns
(variables) and when I am going to write this set of data (data.frame) I
can't find a function which storages my data.frame in fixed width format.
Can you help me?
Thanks in advance.
Agust??n P??rez
Universidad Miguel
2002 Jan 23
1
error in rsync protocol data stream (code 12) at io.c(139)
When trying to connect to a rsync server (sparc.solaris.2.6) from a
linux machine (redhat 6.2).
# rsync machine.upo.es
ksh: rsync: not found
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(139)
Both machines have 2.5.1 version of rsync code, compiled from scratch.
rsh is working
properly when rsync is not in scene.
2012 Oct 12
3
about samba 4 rc2
Hello, I'm testing samba 4 rc2.
I have created the domain without troubles using the command:
/usr/local/samba/bin/samba-tool domain provision \
--realm=samdom.example.com --domain=SAMDOM \
--adminpass='p4$$word' --server-role=dc
All is good, but in the step 7
Configure DNS(according to the samba4/howto(http://wiki.samba.org/index.php/Samba4/HOWTO))
i can not find the file
2019 May 14
1
[PATCH 06/10] s390/cio: add basic protected virtualization support
...I don't see any restrictions on sharing pages above the 32-bit line. So it seems possible.
I'm not sure how much more work it would be. I wonder if Halil has considered this? Are we
worried that virtio data structures are going to be a burden on the 31-bit address space?
--
-- Jason J. Herne (jjherne at linux.ibm.com)
2012 Feb 29
2
Converting a function from Splus to R
I have a function written for Splus, when I run it in R I obtain get an error
because the function has the elements "0.d0" and "2.d0". How can I change it
to run in R?
The function can be found in page 230 from
http://www.stat.wisc.edu/~mchung/teaching/stat471/stat_computing.pdf
Function is as follows:
gauher <- function(n) {# Gauss-Hermite: returns x,w so that
2012 Feb 01
1
Error al instalar package sqldf
Intenta Instalar gsubfn dentro de R y no de los repositorios. A mi me pasó lo mismo. Es un tema de q la versión 14 no acepta paquetes sin namespace. Ya nos cuentas
José Luis Cañadas
Enviado de Samsung Mobile
Carlos Ortega <cof@qualityexcellence.es> escribió:
Hola Leonardo,
Parece que el mismo error lo reportaron en noviembre del a� pasado.
La conversaci� es larga, y no la he le�o
2005 Mar 10
2
QuadBRI ,TDM400 and SuSE9.2
Hi all,
We need help with our SuSe9.2 asterisk box
We have one QuadBRI and one TDM40B in an ASUS pundit R-2 barebone.
We have downloaded the bristuff (0.2.0-RC7j) and installed it without
problems.
once we downloaded and compiled asterisk, zaptel and all other stuff,
the module installation succed in this order:
modprobe zaptel
modprobe qozap
modprobe wcfsx
then the ztcfg output this:
Zaptel
2005 Mar 11
1
QuadBRI ,TDM400 and SuSE9.2 (Sencond try)
Hi all, this time with the complete configuration files...
We need help with our SuSe9.2 asterisk box
We have one QuadBRI and one TDM40B in an ASUS pundit R-2 barebone.
We have downloaded the bristuff (0.2.0-RC7j) and installed it without
problems.
once we downloaded and compiled asterisk, zaptel and all other stuff,
the module installation succed in this order:
modprobe zaptel
modprobe qozap
2019 May 16
0
[PATCH 06/10] s390/cio: add basic protected virtualization support
On Thu, 16 May 2019 08:32:28 +0200
Cornelia Huck <cohuck at redhat.com> wrote:
> On Wed, 15 May 2019 23:08:17 +0200
> Halil Pasic <pasic at linux.ibm.com> wrote:
>
> > On Tue, 14 May 2019 10:47:34 -0400
> > "Jason J. Herne" <jjherne at linux.ibm.com> wrote:
>
> > > Are we
> > > worried that virtio data structures are going to be a burden on the 31-bit address space?
> > >
> > >
> >
> > That is a good question I can not answer. Since it is currently...
2016 Aug 03
1
rss centos.announce outdated
Hi folks, I usually use the RSS feed http://rss.gmane.org/messages/complete/gmane.linux.centos.announce to know the centos updates but recently is outdated. Is this temporary? Is there another source?
Thanks.
2015 May 14
1
Samba4 doubt
Good afternoon:
I work at the University of Computer Sciences in Cuba and I am currently doing an application for adding my computer to an Active Directory Domain Controller using realmd and sssd. This works fine for me. Besides, I need to share file and folders for specific users in the Active Directory Domain Controller of my organization. This could be accomplished using samba4. Could you help
2006 Mar 14
0
using components
Hi
I''m trying make a sidebar, and the view of the sidebar are components,
ala Typo but with a variant.
I made a Distributors components that render a select width a list of
states(province in my country) and onchange of the select I fire a
search of the distributors for that state.
The things is I want use the find method in the component but I can''t
from an url.
can this be