Displaying 20 results from an estimated 23 matches for "iers".
Did you mean:
ers
2001 Oct 02
1
Graceful exit from fortran. (fwd)
rolf at math.unb.ca said:
> If I say something like
> if(x .gt. 42.d0) stop
> then indeed everything stops, i.e. R falls over. I'd ***like*** to be
> able to print out an informative error message (which I guess could be
> done -
In Fortran:
subroutine foo(..., ier)
integer ier
ier=0
...
if (x .gt. 42.d0) then
ier=1
return
endif
2006 Jan 12
1
.leap.seconds
I glanced at the .leap.seconds object and noticed that it has not been
updated for the most recent leap second that occurred 2005 December 31,
23h 59m 60s. See the IERS bulletin here:
http://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat
Moreover, after a more careful glance at the .leap.seconds object, I
noticed that there are two incorrect entries. First, there was not a
leap second on 1986 June 30, and second there was a leap second that was
omitted on 1982 June...
2019 Aug 30
3
no DNS functionality on second subnet
What for OS is the server and windows clients?
The VPN tunnel, are you lowering MTU sizes?
Something like:
-A FORWARD -m policy --pol ipsec --dir in -s 192.168.0.0/24 -o eth1 -p tcp -m tcp --tcp-flags SYN,RST SYN -m tcpmss --mss 1361:1536 -j TCPMSS --set-mss 1360
On the client PC's, have you checkout the windows firewall and are you allowing the remote subnets.
The samba server on the
2019 Aug 30
0
no DNS functionality on second subnet
Ah, you gave the solution yourselve..
> client on "different" subnet:
>
> Host Name . . . . . . . . . . . . : pitter35
> Primary Dns Suffix . . . . . . . : <<< your missing ..
> DNS Suffix Search List. . . . . . : ier.ux.uis.no
> client on same subnet as DC:
>
> Host Name . . . . . . . . . . . . : geoah
> Primary Dns Suffix . .
2019 Aug 30
3
no DNS functionality on second subnet
-----Original Message-----
From: samba <samba-bounces at lists.samba.org> On Behalf Of Rowland penny via samba
Sent: torsdag 29. august 2019 16:33
To: samba at lists.samba.org
Subject: Re: [Samba] no DNS functionality on second subnet
On 29/08/2019 13:50, Andreas Habel via samba wrote:
> Hi, > > we have successfully installed our samba4 AD domain with AD
> DC,
smb > file
2004 Nov 18
0
Calling Rdqags doesn't produce correct result.
Does anyone has a clue what went wrong in the
following attempt?
I am trying to call the R built-in function Rdqags()
from my C
program for numerical integration. Following are the C
program
and the corresponding R program:
C program
---------
void test(double *a,
double *b,
double *epsabs,
double *epsrel,
double *result,
2019 Aug 30
3
no DNS functionality on second subnet
> -----Original Message-----
> From: samba <samba-bounces at lists.samba.org> On Behalf Of Rowland penny via
> samba
> Sent: fredag 30. august 2019 09:57
> To: samba at lists.samba.org
> Subject: Re: [Samba] no DNS functionality on second subnet
>
> On 30/08/2019 07:00, Andreas Habel via samba wrote:
> > -----Original Message-----
> > From: samba
2005 May 09
2
use "integrate" for functions defined in C, not R
Dear all,
I am trying to use the C code for "integrate" function ( that calls
Rdqagi and Rdqags) so that I can integrate a function defined in C,
instead of passing from R.
Is there a way for doing this?
My unsuccessful attempt:
I looked into the files (including integrate.c, Applic.h) and
1. modified the definition of
"integr_fn" by droping the environment
2012 Feb 23
1
Does Samba affect leap second?
At 2012-06-30, leap second will be introduced.
ftp://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat
Does Samba affect leap second?
--
--- Oota Toshiya --- t-oota at dh.jp.nec.com
NEC Systems Software Operations Unit Shiba,Minato,Tokyo
IT Platform Solutions Division Japan,Earth,Solar system
(samba-jp/ldap-jp Staff,mutt-j/samba-jp postmaster)
2001 Aug 26
1
time zone issues
...822 instead.
>
>While UTC is sufficient for human beings, but not necessarily accurate
>for machines, because of the leap year adjustment. TAI is the
You mean leap seconds, not leap years.
Since 1972, UTC == TAI modulo some number of seconds.
Leap Seconds are announced officially by the IERS
http://www.iers.org/iers/products/eop/leap.html
RFC2822 explicitly refers to "local time" and to UTC. Local
(or civil) time is ALWAYS UTC (modulo some hours). UTC, expressed (as it should
be) in hours minutes seconds format, is unambigous.
So, if you want to be consistent with rfc2822,...
2009 Feb 04
12
Serial console hangs with Linux 2.6.20 HVM guest
I am seeing a problem with the Xen emulated serial console. When
running a Linux 2.6.20 HVM guest that has CONFIG_HOTPLUG_CPU=n, the
guest blocks on output to the console until it receives input keypresses
from `xm console`. This prevents the guest from booting up without
banging on some keys, and makes interactive use of the console
difficult.
By bisecting Linux kernel commits, I found that
2018 Jul 12
2
loop para repetir valores de un vector
Hola a todos!
Estoy intentando crear un vector (alt) a partir de la repetición de valores
provenientes de otro vector (altitud).
A cada valor de altitud lo quiero repetir 1247 veces, y de ahi continuar
con el siguiente valor de altitud.
Probé varias cosas, pero esto me pareció lo más coherente:
altitud=read.csv("C:/Users/IER/Dropbox/Pasantia
Castelar/YungasLigustroTS/altitud44.csv")
2009 Jan 17
2
DierckxSpline segfault
I've just encountered a segfault when using DierckxSpline::percur
function. Below is the minimal example which triggers the error:
---
library(DierckxSpline)
x <- 1:10
y <- rep(0, 10)
pspline <- percur(x, y)
---
*** caught segfault ***
address (nil), cause 'memory not mapped'
Traceback:
1: .Fortran("percur", iopt = as.integer(iopt), m = as.integer(m),
x =
2019 Aug 30
0
no DNS functionality on second subnet
On 30/08/2019 07:00, Andreas Habel via samba wrote:
> -----Original Message-----
> From: samba <samba-bounces at lists.samba.org> On Behalf Of Rowland penny via samba
> Sent: torsdag 29. august 2019 16:33
> To: samba at lists.samba.org
> Subject: Re: [Samba] no DNS functionality on second subnet
>
> On 29/08/2019 13:50, Andreas Habel via samba wrote:
>> Hi, >
2004 Jul 06
0
Warning: Possible Virus Infection
Ceci est un message automatique de la passerelle antivirus Guinevere.
Un message a ?t? re?u de votre part avec pour objet Re: Thanks!
Le message ?tait adress? ? jlrauline@ier.fr.
The message probably contains a virus.
Il est possible que ce message ait ?t? envoy? par un poste infect?
par un virus ayant utilis? votre adresse de messagerie en tant qu'adresse
d'exp?dition
2019 Aug 30
0
no DNS functionality on second subnet
On 30/08/2019 09:42, Andreas Habel via samba wrote:
>
>> -----Original Message-----
>> From: samba <samba-bounces at lists.samba.org> On Behalf Of Rowland penny via
>> samba
>> Sent: fredag 30. august 2019 09:57
>> To: samba at lists.samba.org
>> Subject: Re: [Samba] no DNS functionality on second subnet
>>
>> On 30/08/2019 07:00, Andreas
2019 Aug 29
2
no DNS functionality on second subnet
Hi,
we have successfully installed our samba4 AD domain with AD DC, smb file server and Windows/Linux clients in the same subnet.
Now we try to add a couple of Windows PCs to the domain that are located in a different subnet. As soon as the AD DC is added as the DNS server on the Windows clients it is no longer possible to resolve ip addresses. In other words, for those PCs DNS is not working.
2007 Jan 19
8
kate editor for R
Like kile for LaTeX, Linux/KDE's kate editor is an excellent editor for
R, with easy code submission to a running R process. Syntax
highlighting is good. I have not been able to figure out two things:
- how to automatically reformat a line or region of text using good
indentation rules (Emacs/ESS make this so easy by just hitting Tab while
the cursor is in a line, or highlighting a
2013 Jul 16
0
[PATCH] xen: extract register definitions from ns16550 into a separated header
Since both UART driver codes on Allwinner A31, OMAP5 and x86 would use
these definitions, we refactor the codes into a separated header to avoid
unnecessary duplication.
Signed-off-by: Chen Baozi <baozich@gmail.com>
---
xen/drivers/char/ns16550.c | 71 +---------------------------
xen/include/xen/ns16550-uart.h | 104 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 105
2009 Nov 30
1
Bug in R evaluating a huge instruction (PR#14096)
Hello,
I do not know if i am facing a bug or a mistake (and if it is a bug i do =
not know in which category I can put it on the bug tracker), so I post=20
my message here.
I am trying to use the Morris function from the sensitivity package (but =
that is not the problem). I created a (big) instruction that should=20
generate a morris object in which there is a data.frame i am interested=20