Displaying 20 results from an estimated 34 matches for "subseconds".
Did you mean:
subsecond
2023 Jul 16
1
SFTP support for subsecond times
using "synchronized" subsecond timestamps imho only makes sense with synchronized time (ntp) through that ssh tunnel, too.
and with this assumption a "full VPN ssh usage" instead of "only filesystem timestamps" [maybe trying with target systems without subsecond timestamps?] seems impractical to me. or at least "...
[sry, didnt have internet to send,
incomplete
2023 May 21
2
SFTP support for subsecond times
On 5/10/23 08:50, Lucas Holt wrote:
> On 5/10/23 4:36 AM, Antonio Larrosa wrote:
>> Hello,
>>
>> This is probably a long email, but please bear with me. I plan to
>> submit a patch and would like to explain what I will do before doing
>> it so I don't lose time if there's some flaw in my plan.
>>
>> I currently use sshfs to mount directories
2023 May 10
2
SFTP support for subsecond times
Hello,
This is probably a long email, but please bear with me. I plan to
submit a patch and would like to explain what I will do before doing
it so I don't lose time if there's some flaw in my plan.
I currently use sshfs to mount directories from some computers and a
NAS into other computers. I recently noticed that when copying some
files from one computer into one of these sshfs
2023 May 10
2
SFTP support for subsecond times
On 5/10/23 4:36 AM, Antonio Larrosa wrote:
> Hello,
>
> This is probably a long email, but please bear with me. I plan to
> submit a patch and would like to explain what I will do before doing
> it so I don't lose time if there's some flaw in my plan.
>
> I currently use sshfs to mount directories from some computers and a
> NAS into other computers. I recently
2023 May 24
1
SFTP support for subsecond times
Historically the view has been if you want NFS-like filesystem over SSH
write a dedicated subsystem.? The OpenSSH project stopped following the
sftp spec when it tried to "be-everyting-to-everyone" protocol instead
of a clean and simple ftp/scp replacement.? As filesystem sharing
protocols have oddies between platforms that add a lot of complexity and
are unsuited for the original
2012 Jan 27
2
PosixCT subsecond accuracy
A sample of the data I have is:
> head(sensor)
logged_on accx accy accz compassx compassy compassz
gyrox gyroy gyroz
1 1326561428000 -0.4602 0.8346 0.0936 0.145508 -0.350586 0.259766
59.617390 28.521740 59.617390
2 1326561428050 -0.4212 1.0452 0.1326 0.219727 -0.321289 0.241211
88.695656 27.478260 88.695656
3 1326561428100 -0.2496 1.3416 0.2886 0.214844 -0.326172
2014 Jul 31
1
[PATCH 3/3] Make configure an order-only prerequisite of aconfig.h.in
From: Ron <ron at debian.org>
On filesystems with subsecond resolution, like ext4, we can't trust the
timestamp of aconfig.h.in since autoheader leaves it truncated to second
resolution (apparently touch -r and cp -p can do this at the very least)
while configure has full subsecond resolution, so it can look newer even
when it was cleanly created first, leading to the build system
2014 Jul 31
0
[PATCH 3/3] Make configure an order-only prerequisite of aconfig.h.in
On 07/30/2014 11:59 PM, Ron Lee wrote:
> From: Ron <ron at debian.org>
>
> On filesystems with subsecond resolution, like ext4, we can't trust the
> timestamp of aconfig.h.in since autoheader leaves it truncated to second
> resolution (apparently touch -r and cp -p can do this at the very least)
> while configure has full subsecond resolution, so it can look newer even
2014 Jul 31
5
[PATCH 0/3] tftp-hpa patches from Debian
From: Ron <ron at debian.org>
Hi,
I've just taken over maintaining the packages for this in Debian,
and we've been carrying a couple of patches for a while now that
really should have been forwarded since they're clearly not distro
specific. I added a third one to that yesterday to fix another
autoconf build 'race' seen when doing parallel builds.
Cheers,
Ron
2008 Jan 16
2
Firebug alert issue workaround required
HI there,
here is a basic piece of HTML/JavaScript that duplicates something
similar in an application we''re working on:
<html>
<head>
<script src="prototype.js" type="text/javascript" ></script>
</head>
<body>
<div id="ST_1">ST_1</div>
</body>
<script>
var widgetId = "ST_1";
2017 Nov 23
1
RFE: ctime byte-for-byte reproducible qcow2 ext2/3/4 FS
Problem: Want to be able to produce a qcow2 file with multiple ext4
File Systems.
Days later want to reproduce the production of the qcow2 and have the
exact same byte-for-byte file, to prove my build is reproducible.
Currently the ctime attributes of the inodes will differ and thus the
qcow2 files will differ. Since the file times are subsecond the trick
of setting the system time and chmoding
2011 Feb 19
1
not sure how to get rid of white screen during boot
I've noticed in the last roughly year, something seems to have changed
with with the syslinux/isolinux I've been using, causing there to be an
unwanted flash of pure white just at the threshold of isolinux starting
linux. I'm using vesamenu.c32, and have played around a bit with the
dozen or so color options. I half suspect perhaps this is a linux KMS
caused thing. Though one
2017 Jan 12
5
Replacing PBX during a call in progress
This was asked many years ago but I thought I would check to see if things
have changed. Is it possible to take over a call in progress - using a
replacement Asterisk server?
In other words, if 2 user agents are connected through an Asterisk PBX, and
I tracked the call ID, IP of each UA (and anything else needed), could I
remove the PBX and put a new one in its place (at the same IP
2008 Feb 16
3
Arithmetic bug? (found when use POSIXct) (PR#10776)
Full_Name: Bo Zhou
Version: 2.6.1 (2007-11-26)
OS: Windows XP
Submission from: (NULL) (207.237.54.242)
Hi,
I found an arithmetic problem when I'm doing something with POSIXct
The code to reproduce it is as follows (This is the recommended way of finding
out time zone difference on R News 2004-1 Page 32 URL
http://cran.r-project.org/doc/Rnews/Rnews_2004-1.pdf)
a=Sys.time()
2003 Mar 08
3
Updated 2.4 htree patches available for 2.4.21rc5
I've backported all of the bugfixes to the 2.5 dxdir/htree patches to
2.4, and have created a new set of patches for Linux 2.4.21rc5. At this
point it *looks* like we've fixed all of the htree bugs that people have
reported, including the brelse bug, the memory leak bugs, and the NFS
compatibility problems.
I've done *very* light testing, and things seem to work, but I'm now
2008 Jun 02
2
rsync-3.0.2 -- two build problems
Hi,
when I tried to build rsync-3.0.2 on i686-linux/gnu, I noticed 2 problems:
====================
(1) With the Linux kernel >=2.6.20, "make check" occasionally fails, due to
subsecond timestamps sometimes being truncated and sometimes being rounded
upwards (both on i686 and x86_64).
Attached are two files demonstrating the problem: rsync-3.0.2-check-out with
the relevant output
2015 Jun 23
2
About Xapian vs ElasticSearch
I was looking for performance comparisons.
I just found this link (http://blog.inoi.fi/2010/10/migrating-from-xapian-to-elasticsearch.html <http://blog.inoi.fi/2010/10/migrating-from-xapian-to-elasticsearch.html>).
This was write on 2010.
Could someone comment it ?
Is There some truth in what he said?
I hate java, and didn?t want to back to java search engines...
2011 Mar 24
4
Millisecond TimeStamps
I am wondering if there is a good way to work with data that is indexed in
time, via timestamps with a resolution in milliseconds. As I understand it,
the POSIX classes have a resolution i n terms of seconds, and will not
process fractional seconds from a string. Is this correct. I realize that
this may be a little unclear. Here is what I am trying to do:
A data frame with a time series
2012 Apr 09
0
Most efficient way to do this...
I have time-series data looking like this:
> dataIn[sample(c(1:nrow(dataIn)), 25),]
accelerometer_y id data_block_epoch_time
782 0.8424 201300 1331797330000
1868 0.3432 202386 1331797384000
1828 0.3510 202346 1331797382000
1026 0.2184 201544 1331797342000
1569 0.3432 202087 1331797369000
1453
2015 Jun 23
0
About Xapian vs ElasticSearch
I've done a number of small projects (<1 mil) docs w xapian. However when our needs grew to a couple of hundred million docs no go. Index times get insanely slow very quickly We add about 250,000 docs a day. You can play games with switching indexes during updates and multiple remote dDBs. But why. Using ES we index 1000 new docs in 4 seconds. Our search times are subsecond in most