Displaying 19 results from an estimated 19 matches for "perd".
Did you mean:
  per
  
2006 Oct 18
1
Re: Is 1.2.12.1 production ready (Mauro Zanin)
...tion stated that there were no entries in voicemail.conf,
so it didn't work. Installed again 1.2.0 and voil? the VoiceMail app. was
working again. I asked to the group, but it seems I'm the only one with this
issue!
In Italy we say: "Chi lascia la via vecchia per la nuova,  sa quel che perde
e non sa quel che trova" litterally: "Who leaves the old way, does know what
he loses and doesn't know what he finds".
Ciao
Mauro
2013 Jun 21
1
Instalación de Nomachine
Perd?n por el idioma.
Estoy intentando instalar Nomachine en un CentOS 6.4 y no lo logro, tengo problemas con la autenticaci?n. Conoceis alg?n manual claro y conciso?
Muchas gracias
Jos? Antonio Ruiz (Ian)
?
Antes de imprimir este email piense bien si es realmente necesario.
2013 May 29
2
NCFTP eliminar directories no vacios
Hola a todos,
no se si esto es posible, la verdad es que ncftp me parece muy util y
eficaz, pero lo unico que le puedo criticar es que no puedo eliminar
directorios que no estan vacios...
estaba viendo la documentacion y al parecer esto es posible si configuro el
servidor al que accedo desde mi maquina local(CLIENTE)
habra alguna manera?
Gracias
2004 Oct 07
0
Samba - smbfs - problème d'accent
Bonjour,
Je r?alise un montage samba entre un serveur linux et un client Windows 
2000.
Je constate des probl?mes d'accents.
Un fichier est cr?? sur windows avec ds accents, linux perd les accents 
et vice versa.
ex1 fichier b?.txt cr?? sous linux, devient bU.txt le U majuscule 
comportant un accent aigu.
ex2 fichiers j?.txt et b?.txt cr??s sous windows deviennent j?.txt et 
b?.txt.
La comande de montage est la suivante :
  mount -t smbfs -o 
username=tomcat,password=tomcat,rw,u...
2007 Feb 21
1
Problem with rjava in linux
Hi,
I install rJava in linux. The installation, from source, is ok. But I have 
this error on load package.
> library(rJava)
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
        unable to load shared 
library '/usr/local/lib/R/site-library/rJava/libs/rJava.so':
  libjvm.so: cannot open shared object file: No such file or directory
Error: .onLoad failed in
2009 Apr 07
5
strategies for securing attachment files from unwanted access
Hi,
we are developing an app for a company and their data has to be
private. There will be different stakeholders with different roles
accesing the application and there will be lots of attachments.
We are using paperclip to upload attachments, which are stored in the
filesystem within the public directory.
Right now, the image_tags are only rendered if you are logged in and
your role allows
2013 Jun 26
0
smsbrasil-0.0.2 driver
...387767	send_to_one: PONG
2475.590461	smsBR_RecAnswer: Started
2475.705773	smsBR_RecAnswer: Finished
2477.440340	send_to_one: PONG
2480.593682	smsBR_RecAnswer: Started
2480.708823	smsBR_RecAnswer: Finished
2480.708891	send_to_all: SETINFO input.voltage "228.0"
deu
- desligando no botao:
perde conexao ttyusb0 timeout
- ligando no botao:
post
 801.445746	smsBR_RecAnswer: Exiting by timeout (2 seconds)
 801.445806	Communications with UPS lost: upsdrv_updateinfo: UPS at port /dev/ttyUSB0 is returning by timeout...
 804.446713	smsBR_RecAnswer: Started
 804.446755	smsBR_RecAnswer: Finished...
2009 Feb 16
24
como consultar en oracle
holaa todos ante todo un cordial saludo alguien que me pueda ayudar.
se plantea lo siguiente necesito mostrar 2 campos de una tabla los
cuales son mtin_mtin,mtin_descri de una tabla llamada re_tmtinv de esos
dos campos se necesita obtener el codigo y la descripcion,y luego ser
mostrado para despues ser agregados a un formulario.
el problema que tengo es que ya tengo la vista pero esta en blanco
2013 Jun 26
3
smsbrasil-0.0.2 driver
Hello again!
Sorry for not being able to test this before.
Ulisses, please apply the patch to fix typo in my e-mail address.
I've compiled it against nut-2.6.5 about 10 hours ago. It was everything
fine until now. I'm seeing CHRG but the ups led wasn't blinking at all.
Vendor software was strangely showing charging also. I am assuming this is
expected behavior.
I've set the
2019 Jan 22
0
pmax and long vector
Gabe, I don't (yet) know much about long vectors at the C level. So feel
free to address this.
Duncan, I'll see what I can do regarding systematically compiling a list of
functions without long vector support. These days I frequently work with
big enough matrices that I need it.
On Mon, Jan 21, 2019 at 3:09 PM Gabriel Becker <gabembecker at gmail.com>
wrote:
> Kasper,
>
>
2019 Jan 21
2
pmax and long vector
I see that base::pmax() does not support long vectors.
Is R-devel interested in reports like this; ie. is there a goal of full
support for long vectors in "basic" functions, something I at least would
greatly appreciate?
MRE:
> pmax(rep(1L, 3*10^9), 0)
Error in pmax(rep(1L, 3 * 10^9), 0) :
  long vectors not supported yet:
../../../R-devel-src/src/include/Rinlinedfuns.h:522
Best,
2020 Oct 30
2
bug report for make check
I would like to request access to bugzilla to file a bug report on make
check for R-devel.
Following changes to all.equal.POSIXt,
  make check
now reports an error if the environment variable TZ is set to
  TZ="US/Eastern"
(and likely other values). This can be addressed by using the argument
check.tzone=FALSE in the call to all.equal.POSIXt in reg-tests-2.R. A patch
has been posted by
2020 Oct 30
1
bug report for make check
Thanks, I'm going to shut up then.
Despite having been reported multiple times, it was not at all clear to me
that this was being worked on with the intention of addressing make check -
that is one of the limitations of the communication system we use.
Best,
Kasper
On Fri, Oct 30, 2020 at 11:38 AM Tomas Kalibera <tomas.kalibera at gmail.com>
wrote:
> Dear Kasper,
>
> if you
2020 Oct 23
0
timezone tests and R-devel
...think the issue is..
In my opinion there is now a bug in
  make check
in R-development (tested today with r79361). As I see it, I specify a
reasonable TZ environment variable and this leads to make check emitting an
error.
Best,
Kasper
On Fri, Oct 2, 2020 at 11:28 AM Kasper Daniel Hansen <
kasperdanielhansen at gmail.com> wrote:
> Yes, the potential issue I see is that
>   make check
> fails when I explicitly set TZ. However, I set it to be the same as what
> the system reports when I login.
>
> Details: The system (RHEL) I am working on has
> $ strings /etc/localtim...
2019 Aug 06
2
gfortran 9 quantreg bug
Dirk,
Thanks for the blog post on this, and the pointers in this email.
I have a question: it seems to me that you end up using a different
compiler for the package (quantreg) than was used to build R itself. As I
understand ABI changes, this is considered unsupported (ok, that depends on
what version of gcc/gfortran was used to build R, but there has been a lot
of ABI changes in GCC). Is that
2025 Jun 02
1
Specifying a long string literal across several lines
Like Tomas, I find the paste0 readability to be **much** better, partly
because it allows for better indentation (as Tomas pointed out). Perhaps a
pointless email, but sometimes - for these subjective issues - it is
worthwhile to point out a difference in opinion.
Best,
Kasper
On Mon, Jun 2, 2025 at 12:27?PM Tomas Kalibera <tomas.kalibera at gmail.com>
wrote:
>
> On 6/2/25 17:37,
2020 Oct 01
3
timezone tests and R-devel
The return value of Sys.time() today with a timezone of US/Eastern is
unchanged between 4.0.3-patched and devel, but on devel the following test
fails
  all.equal(x, as.POSIXlt(x))
with
  x = Sys.time()
This means that devel does not complete make tests (failure on
tests/reg-tests-2.R)
It is entirely possible that it is an error on my end, I use
  export TZ="US/Eastern"
but I have been
2020 Oct 02
2
timezone tests and R-devel
Yes, the potential issue I see is that
  make check
fails when I explicitly set TZ. However, I set it to be the same as what
the system reports when I login.
Details: The system (RHEL) I am working on has
$ strings /etc/localtime | tail -n 1
EST5EDT,M3.2.0,M11.1.0
$ date +%Z
EDT
$ echo $TZ
US/Eastern
On Fri, Oct 2, 2020 at 9:48 AM Sebastian Meyer <seb.meyer at fau.de> wrote:
> Thank
2019 Sep 04
2
possible bug in R's configure check for C++11 features
I am trying to compile R under a new setup, and frankly, I have had a lot
of problems, but I think the stuff below points to a possible bug in R's
(custom) configure checks for C++11/14/17, but not for C++98.
This is a report about R from the R-3-6 branch, with a svn checkout from
today, revision r77135.
In my case the compiler name is x86_64-conda_cos6-linux-gnu-g++, not g++. I
denote this