Displaying 20 results from an estimated 484 matches for "utimately".
Did you mean:
ultimately
2009 Jun 07
1
Must be a better way to collate sequenced data
I have data that looks like this
time_stamp (seconds) user_id
The data is (partial) ordered by time - in that sometimes transactions occur at the same timestamp. The output I want is collated by transaction time on a per user basis, normalized by the maximum number of transactions per user, and aggregated over each day. So, if the users have 50 transactions in the first day and 20 transactions
2000 Dec 31
1
utime() -> utimes()
ChangeLog says
- markus at cvs.openbsd.org 2000/09/21 05:11:42
scp.c
utime() to utimes(); mouring at pconline.com
SCO's Open Server 3 does not have utimes.
...
gcc -o scp scp.o -L. -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/ssl -ls
sh -lopenbsd-compat -lz -lsocket -lgen -lsocket -los -lprot -lx -ltinfo -lm -lc
rypto
undefined first referenced
2003 May 02
6
[Bug 553] configure fails to acknowledge availability of utimes()
http://bugzilla.mindrot.org/show_bug.cgi?id=553
Summary: configure fails to acknowledge availability of utimes()
Product: Portable OpenSSH
Version: older versions
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at
2007 Jul 30
1
Performance problem with utime() on Solaris 8
To all:
While updating our Samba installation from 2.2.5 to 3.0.25b, I found that
Samba's performance was severely degraded. A 1 gig test file with random text
in it would take about 2:15 to copy using the old 2.2.5 smbd, but the same file
would take 5-6 minutes to copy with a freshly compiled version.
I ran truss on smbd while the file copy was taking place, and found that the
utime()
2008 May 31
5
DO NOT REPLY [Bug 5506] New: support utime differences at runtime, not configure/build time
https://bugzilla.samba.org/show_bug.cgi?id=5506
Summary: support utime differences at runtime, not
configure/build time
Product: rsync
Version: 3.0.3
Platform: All
URL: http://thread.gmane.org/gmane.network.rsync.general/1794
8
OS/Version: Linux
Status: NEW
Severity:
2007 Aug 16
0
[PATCH/RFC 2/4]Introduce a new field "guest" in task_struct
PATCH 2/4] like for cpustat, introduce the "guest" and "cguest" fields for =
the
tasks. Modify
signal_struct and task_struct. Modify /proc/<pid>/stat to display these new=
field
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
-- =
------------- Laurent.Vivier@bull.net --------------
"Software is hard" - Donald Knuth
--------------
2007 Aug 16
0
[PATCH/RFC 2/4]Introduce a new field "guest" in task_struct
PATCH 2/4] like for cpustat, introduce the "guest" and "cguest" fields for =
the
tasks. Modify
signal_struct and task_struct. Modify /proc/<pid>/stat to display these new=
field
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
-- =
------------- Laurent.Vivier@bull.net --------------
"Software is hard" - Donald Knuth
--------------
2007 Jul 03
2
utime : operation not permitted
With the upgrade to 1.0.1, I am seeing some errors/warnings
dovecot: IMAP(jhorner at arinbe.com): utime(/home/arinbe/Maildir/.info/tmp)
failed: Operation not permitted: 1 Time(s)
dovecot: IMAP(jhorner at arinbe.com):
utime(/home/arinbe/Maildir/.resumes.vabch/tmp) failed: Operation not
permitted: 1 Time(s)
Different directories on different days.
Different users on different days.
Always /tmp
2002 Jul 08
0
[Bug 344] New: syntax error in bsd-misc.c / utimes()
http://bugzilla.mindrot.org/show_bug.cgi?id=344
Summary: syntax error in bsd-misc.c / utimes()
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2019 Aug 09
0
[PATCH] Switch to utimensat for newer POSIX versions
Some libcs like uClibc-ng can optionally disable deprecated functions.
utime is one of them. When done so, both the header and the function go
missing.
This fixes flac_utime to work in such a situation.
---
include/share/compat.h | 10 +++++++++-
src/libFLAC/metadata_iterators.c | 9 +++++++--
src/share/grabbag/file.c | 9 +++++++--
3 files changed, 23 insertions(+), 5
2003 Jun 19
2
Build error on HP-UX
Hello,
I'm trying to compile openssh-3.6.1 P2 on an HP box running HP-UX
11.00. After running configure, the first file it tries to compile is
openbsd-compat/bsd-arc4random.c. It appears to give an error from one
of its include files:
cc: "../openbsd-compat/bsd-misc.h", line 72: error 1711: Inconsistent
parameter list declaration for "utimes".
I'm not doing
2008 Feb 26
1
Performance issues after samba update (utime?)
Hi all,
We're experiencing performance issues after migrating from 3.0.8 to 3.0.28.
Write performance has degraded about 30%, regardless of the size of file
being copied. (tests described below are a single 150Mb file copy from an XP
explorer)
The setup is somewhat peculiar as the server is mounting NFS shares (v3) and
exporting these.
smb.conf hasn't changed, save for the addition of
2004 Sep 21
1
utime() failed with index file [...] Operation not permitted
Hello,
I'm running the dovecot backports from jones.dk. Everything is working
fine so far, but whenever someone is logging in (IMAP or POP 3) I get
the following error message in my mail.log:
[...] pop3(frederik): utime() failed with index file
/var/mboxes/frederik/.INBOX/.imap.index: Operation not permitted
[...] imap(jako1): utime() failed with index file
2007 Aug 20
3
[PATCH 2/4] Introduce a new fields "gtime" and "cgtime" in task_struct and signal_struct
[PATCH 2/4] like for cpustat, introduce the "gtime" (guest time of the task=
) and
"cgtime" (guest time of the task children) fields for the
tasks. Modify signal_struct and task_struct. Modify /proc/<pid>/stat to dis=
play
these new fields.
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
-- =
------------- Laurent.Vivier@bull.net --------------
2007 Aug 20
3
[PATCH 2/4] Introduce a new fields "gtime" and "cgtime" in task_struct and signal_struct
[PATCH 2/4] like for cpustat, introduce the "gtime" (guest time of the task=
) and
"cgtime" (guest time of the task children) fields for the
tasks. Modify signal_struct and task_struct. Modify /proc/<pid>/stat to dis=
play
these new fields.
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
-- =
------------- Laurent.Vivier@bull.net --------------
2013 Nov 11
1
[LLVMdev] Android JIT patch
I think __aeabi is ARM EABI not Android EABI, e.g.
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ihi0043d/index.html.
The problem is not that the __aeabi functions are missing on Android,
they're defined in libgcc.a, the problem is that they don't get linked
in unless they're referenced. I don't know how this problem is avoided
on ARM/Linux/glibc normally, but
2000 Aug 23
2
chmod(2) and utime(2) Problems
I am having a problem with my samba config on my web server related to
file permissions.
The problem seems quite subtle!
The samba config file contains (Samba 2.0.7):
----cut here
[global]
workgroup = UKC
server string = University Web Server
security = domain
encrypt passwords = Yes
password server = KNOLE CORFE
log file = /var/adm/log/samba.log
2005 May 19
1
utime() failed: Value too large for defined data type
i have recently rebuilt dovecot on my mail server as i wanted to add
SSL support for it. well, my OpenSSL libs are 64-bit, so what they
hey, i'll build dovecot 64-bit as well. worked just fine, no issues
at all. the setup is:
Solaris 9/SPARC
Sun C compiler
Dovecot 0.99.14
after rebuilding it 64-bit, i now have a small problem however. I
cannot save messages to IMAP folders from Mail.app
2000 Mar 16
0
Compilation and solving problem on mips-sony-bsd.
Hello,
I'm trying samba-2.0.6 on my Sony NEWS-OS 4.2.1aRD which is based on
4.3BSD, having trouble with compilation. Also I have question and want
be helped to solve the problem.
Yes, I can compile it with dirty hack which is found at
ftp://ftp.tutrp.tut.ac.jp/pub/sony-news/samba/samba-news4.diff
There are some problems about this old and specific system.
1. It does not have setvbuf().
2.
2004 Nov 10
0
dos filetimes = yes is not correctly used? - utime function calls fail (Version 3.0.7)
Hello everbody,
this is really urgent.
at the moment the status is as follows:
We changed the primafy group to a group without german characters: "?,?,?".
It works fine, as long as the primary group as full access to the file.
If not, it doesn't work.
The Problem in detail:
Situation 1:
User is member of DOMAIN+GROUP.
DOMAIN+GROUP is owner of file
utime is called and