Displaying 20 results from an estimated 12000 matches similar to: "Security updates without rebooting"
2017 Jul 10
2
Problems with time formats when importing data using readHTMLTable
Hi,
I am extracting positions data from the marine traffic website. The
table has a "Timestamp" column which, in the browser, appears with the
format yyyy-mm-dd HH:MM (UTC), e.g. 2017-07-10 14:04 (UTC).
When I import the table, the same date "2017-07-10 14:04 (UTC)" appears
as "1499696500149969650021 minutes ago", This is the more recent date
and time. Older
2017 Jul 10
0
Problems with time formats when importing data using readHTMLTable
Not reproducible. [1][2][3] If our answers don't seem to apply to your situation, it will likely be because you did not explain your question clearly.
Not plain text. This is a plain text mailing list, and the best-case scenario when you let your email program send HTML is that what you saw is not what we see (worst case is your email is scrambled on our end).
Have you read the
2017 Jul 11
2
Problems with time formats when importing data using readHTMLTable
Dear Jeff,
I am sorry, I didn't notice that it was not plain text. I hope that it
is now in the correct format. I explain the problem again, now with more
detais.
I am collecting the track positions of our research vessel from
www.marinetraffic.com. In the page, the data appear in a table:
Timestamp Source Speed (kn) Latitude (?) Longitude (?)
Course (?) Show on Map
2017 Jul 11
0
Problems with time formats when importing data using readHTMLTable
> On Jul 11, 2017, at 6:25 AM, Cristina Silva <csilva at ipma.pt> wrote:
>
> Dear Jeff,
>
> I am sorry, I didn't notice that it was not plain text. I hope that it is now in the correct format. I explain the problem again, now with more detais.
> I am collecting the track positions of our research vessel from www.marinetraffic.com. In the page, the data appear in a
2017 Jul 11
1
Problems with time formats when importing data using readHTMLTable
Dear David,
Thank you very much. You have solved my problem, not of importing in
the right format but the date conversion. It works for me, and if I
specify the timezone tz='GMT', I get exactly the same time of the
webpage.
Sincerely yours,
Cristina
On Tue, 11 Jul 2017 07:15:43 -0700, David Winsemius wrote:
>> On Jul 11, 2017, at 6:25 AM, Cristina Silva <csilva at
2004 Jun 03
5
Confidence intervals for predicted values in nls
Dear all
I have tried to estimate the confidence intervals for predicted values of a
nonlinear model fitted with nls. The function predict gives the predicted
values and the lower and upper limits of the prediction, when the class of
the object is lm or glm. When the object is derived from nls, the function
predict (or predict.nls) gives only the predicted values. The se.fit and
interval aguments
2019 Oct 09
2
Livepatch: Linux kernel updates without rebooting
Hi,
I am running CentOS Linux release 7.7.1908 (Core). Does CentOS Linux kernel
3.10.0-1062.1.1.el7.x86_64 support kernel updates without rebooting (Live
Patching)?
I look forward to hearing from you and thanks in advance.
Best Regards,
Kaushal
2013 May 26
1
mixing virtual and system users
Hello all,
I'm setting up a small mail server for aprox 20 users, and I'm trying to
keep it really simple so I went the virtual users as text file way,
following this page :
http://lukas-schulze.de/2012/02/setup-postfix-and-dovecot-on-debian-squeeze-with-users-stored-text-file/
It seemed to work fine except for the 'system' users, and I am stumped
by this. Basically the config
2003 Oct 03
6
FreeBSD Security Advisory FreeBSD-SA-03:18.openssl
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-03:18.openssl Security Advisory
The FreeBSD Project
Topic: OpenSSL vulnerabilities in ASN.1 parsing
Category: crypto
Module: openssl
Announced:
2010 Feb 01
1
glibc updates and rebooting
i forgot...
is it necessary to reboot after glibc* yum updates on 4.x and 5.x or any
centos for that matter...
tia
- rh
2001 Nov 12
1
Samba-2.2.2-1 and libcups.so.2
I have been having problems installing Samba-2.2.2-1.
I first downloaded the source, built, install on a RH 7.1 installation. When
attempting to run /etc/rc.d/init.d/smb start, smbd returns 255 (echo $? on
the next line).
I then decided to use a RedHat rpm to install the binaries since the built
image seems not to be installed to the same places as the previous version
was installed on RH 7.1
2008 Jun 22
2
Wine won't load native DLLs
Hi all
I signed myself up as the appdb maintainer to TaxCalc about a year ago so I thought it about time I did something to try and get it to work.
I know it does not work 'out of the box' so I was trying to use a few DLL overrides to pin down which native Wine libraries were causing difficulties (and so I can give some guidance on appdb). I have addeed taxcalc.exe in wine configuration
2002 Nov 19
0
Help on variogram.gls (nlme package)
I am trying to use the nlme package in R following the book
"Mixed-Effects Models in S and S-Plus". I have the latest versions of R
(1.6.1) and nlme (3.1-33) for Windows (95 or later).
I had problems with the instruction Variogram using a gls class object
(Section 5.4, pg 261-262). Even when I use the scripts included in the
package, I get an error message and not the expected
2016 Mar 10
2
Client-initiated secure renegotiation
On Thu, Mar 10, 2016 at 12:30 PM, Osiris <dovecot at flut.demon.nl> wrote:
> On 09-03-16 13:14, djk wrote:
>> On 09/03/16 10:44, Florent B wrote:
>>> Hi,
>>>
>>> I don't see any SSL configuration option in Dovecot to disable
>>> "Client-initiated secure renegotiation".
>>>
>>> It is advised to disable it as it can
2008 Mar 27
2
[LLVMdev] llvm-gcc 4.2 assertion failed on linux x86_64
Bam. This is about as reduced as it gets. I think I can spot the problem point:
chandlerc at osiris ~/code/compilers/build/llvm-gcc $ cat testcase.i
void
foo () {
float x __attribute__ ((mode (XF)));
}
chandlerc at osiris ~/code/compilers/build/llvm-gcc $ ./gcc/cc1
-fpreprocessed -march=k8 testcase.i -o /dev/null
foocc1: /home/chandlerc/code/compilers/llvm-gcc/gcc/llvm-types.cpp:81:
const
2019 Oct 09
0
Livepatch: Linux kernel updates without rebooting
On Wed, Oct 9, 2019 at 11:27 AM Kaushal Shriyan <kaushalshriyan at gmail.com>
wrote:
> Hi,
>
> I am running CentOS Linux release 7.7.1908 (Core). Does CentOS Linux kernel
> 3.10.0-1062.1.1.el7.x86_64 support kernel updates without rebooting (Live
> Patching)?
>
> I look forward to hearing from you and thanks in advance.
>
>
>
this was just discussed in length
2003 Jun 13
1
SMB hogs cpu - printing freezes server
We have 2.2.7a running on redhat 9.0 with 256 MB ram. Dual cpus - but
only PII 300's. Its not running as a PDC - the PDC is an nt box.
The system is set up as our main print server with 60 odd print queues
that service a wide variety of printers. Approx 200 odd windows pc's as
clients. The print files themselves can be largish with multi-page docs
with lots of graphics.
What we are
2010 May 25
4
How to restart DOVECOT without rebooting
Hi,
How can one reload Dovecot without rebooting?
Alexander
2008 May 02
1
rebooting newer cisco phones
Does anyone have a solution for remotely getting the newer cisco phones
(7941, 7961, 7970, etc ) to reread their configs (or even rebooting). I am
running SIP firmware connected to asterisk.
Check-sync doesn't seem to work anymore, I can't login to the phones as root
because I am given a "challenge: <random digits>password:" prompt.
occasionally I need to make changes to
2004 Jun 27
0
smbldap_tools.pm problem. . .
I'm trying to setup a samba pdc with an openldap backend and I think
I've got openldap installed properly, but when I run the command
smbldap-useradd I get this output:
Linux 2.4.20.
root@osiris:~# /usr/local/sbin/smbldap-useradd alex
Can't locate object method "new" via package "Net::LDAP" (perhaps you
forgot to load "Net::LDAP"?) at