search for: datestamp

Displaying 20 results from an estimated 105 matches for "datestamp".

2008 Jul 10
1
[LLVMdev] Including svn version number in --version output
...I just append svnversion number at the end. - Devang Index: version.c =================================================================== --- version.c (revision 53385) +++ version.c (working copy) @@ -33,4 +33,4 @@ /* The complete version string, assembled from several pieces. BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */ -const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX; +const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX SVNVER;
1999 Sep 09
0
Date stamp problem with 2.0.x
...FS on the Sun). This all seems to work very well, with the exception that users of the Eudora mail program on the PC's complain that they keep being told that their 'mailboxes are corrupt'. On investigation, this error appears to occur if the table-of-contents file for the mailbox has a datestamp older than that of the mailbox file itself. It seems, therefore, that Samba is doing something to the datestamps which is upsetting Eudora (and presumable anything else that worries about datestamps). I recall seeing some messages about datestamp problems on this list, and tried applying a patch m...
2004 Nov 09
3
noob - Outlook Duplicate Problem Question
...03 for a client. I have a couple of users who prefer to leave a copy of each message on the server. I read the archives about the Outlook Duplicate Message problem regarding the setting 'Leave a copy on the Server'. I read that someone fixed this by changing the order of the UIDL from datestamp.message# to message#.datestamp. My question is if I make that change in my source for 0.99-11, will the 1.0 version have a fix for this included, or should I look for another pop3 server? I'd like to continue to use dovecot as it is very light and fast, but I'm trying to eliminate using...
2002 Jun 27
1
lattice and dates (correcting e-mail formatting glitch - sorry!!)
Hi I'm fairly new to R and the list, so please take what I say accordingly! Far as I can see, strptime gives you a string in some specified format. In order to do any kind of numerically-based modelling with that, you need to obtain a number to work with. One way to do this is by getting the time with Sys.time() instead and coercing it to a number using as.integer(): >
2011 Sep 29
2
rsync (or rsync-like tool) provides local metadata cache ?
...from the hosts about what files are already in place ? That is, I already "know" what is out there and don't need to check anything - I can just use the state information on the sending end to send only the data required, and don't need to traverse the remote filesystem for sizes/datestamps/hashes/etc. Does this exist ?
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
>>>> Where you set the revision number? >>> >>> I do not want to set the revision number in a source file every >>> time I >>> do 'svn update' :) >>> >> >> Ok, so I'm confused. Don't you want the svn revision number to be >> shown when you do llvm-gcc --version? So why wouldn't you want to >>
2010 Sep 08
4
Interpreting logwatch
...web-server what seems like a rather feeble break-in attempt. Eg today I see --------------------------- 403 Forbidden /phpMyAdmin/scripts/setup.php: 2 Time(s) /phpmyadmin/scripts/setup.php: 2 Time(s) 404 Not Found /PMA2005/scripts/setup.php: 1 Time(s) /TRAD_files/datestamp.js: 1 Time(s) ... --------------------------- followed by dozens of similar lines. As far as I can see, the IP of the person making the attempt (if there was an attempt) is not given. I'm not at all sure what if anything I should do about this. In fact, I'm not clear how one should deal...
2008 Jul 10
4
[LLVMdev] Including svn version number in --version output
...oach. Anyone has a better patch ? - Devang Index: Makefile.in =================================================================== --- Makefile.in (revision 53385) +++ Makefile.in (working copy) @@ -802,6 +802,9 @@ DEVPHASE_s := "\"$(if $(DEVPHASE_c), ($(DEVPHASE_c)))\"" DATESTAMP_s := "\"$(if $(DEVPHASE_c), $(DATESTAMP_c))\"" +SVNVER_c := $(shell svnversion $(abs_srcdir) ) +SVNVER_s := "\"$(if $(SVNVER_c), $(SVNVER_c))\"" + # Shorthand variables for dependency lists. TARGET_H = $(TM_H) target.h insn-modes.h MACHMODE_H = mach...
2008 Feb 25
6
Release 0.8.3 of GPL PV Drivers for Windows
This one just fixes the install.bat problem that Jim pointed out. http://www.meadowcourt.org/WindowsXenPV-0.8.3.zip James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Feb 25
6
Release 0.8.3 of GPL PV Drivers for Windows
This one just fixes the install.bat problem that Jim pointed out. http://www.meadowcourt.org/WindowsXenPV-0.8.3.zip James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Jul 10
2
[LLVMdev] Including svn version number in --version output
On Jul 9, 2008, at 8:47 PM, Tanya Lattner wrote: > > On Jul 9, 2008, at 6:13 PM, Devang Patel wrote: > >> >> On Jul 9, 2008, at 6:13 PM, Tanya M. Lattner wrote: >> >>> >>> Why not set the VERSUFFIX to be " (Based on Apple Inc. build 5555) >>> (LLVM >>> rXXXX)" >>> >>> Where you set the revision number?
2008 Mar 31
5
Release 0.8.8 of GPL PV drivers for Windows
In the spirit of ''release early, release often'', here''s another binary release... http://www.meadowcourt.org/WindowsXenPV-0.8.8.zip The only thing that''s changed since 0.8.7 is that xennet should work under amd64 again. James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2008 Mar 31
5
Release 0.8.8 of GPL PV drivers for Windows
In the spirit of ''release early, release often'', here''s another binary release... http://www.meadowcourt.org/WindowsXenPV-0.8.8.zip The only thing that''s changed since 0.8.7 is that xennet should work under amd64 again. James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2008 Jan 11
2
Syslog timezone issue
We recently upgraded (as in, backup, reinstall, selective restore) a couple of servers from CentOS-3.9 to CentOS-5.1. This generally went smoothly but we've encountered one confusing problem with syslog. Under CentOS-3, syslog entries were always dated in the host local timezone. With CentOS-5.1, they're dated in UTC *most* of the time, but occasionally in the local timezone. This has
2005 Oct 27
1
Logger datetime_format not working ?
I''m trying to configure logger in a rails app. I added this to my environment.rb : RAILS_DEFAULT_LOGGER.datetime_format = "%Y-%m-%d %H.%M.%s" Yet, none of the entries in the development.log show the datestamp. What can you tell me about this ? Thanks. Peter Fitzgibbons _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 May 26
2
openssh-4.1p1.tar.gz.asc has bad signature?
Hi, #tcsh#machine# gpg --verify openssh-4.1p1.tar.gz.asc openssh-4.1p1.tar.gz gpg: Signature made Wed May 25 08:26:24 2005 EDT using DSA key ID 86FF9C48 gpg: BAD signature from "Damien Miller (Personal Key) <djm at mindrot.org>" I made sure that I had the same key loaded that the signature was made with, but that didn't change the error. Thanks, Matt -- Matthew Goebel :
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
...; > > > Index: Makefile.in > =================================================================== > --- Makefile.in (revision 53385) > +++ Makefile.in (working copy) > @@ -802,6 +802,9 @@ > DEVPHASE_s := "\"$(if $(DEVPHASE_c), ($(DEVPHASE_c)))\"" > DATESTAMP_s := "\"$(if $(DEVPHASE_c), $(DATESTAMP_c))\"" > > +SVNVER_c := $(shell svnversion $(abs_srcdir) ) > +SVNVER_s := "\"$(if $(SVNVER_c), $(SVNVER_c))\"" > + > # Shorthand variables for dependency lists. > TARGET_H = $(TM_H) target.h ins...
2004 Nov 10
3
Logging songs played by Icecast server
Hello all, I skimmed the last year's worth of messages and all the docs and could find no reference to this. I'm hoping someone here can assist. I am a host for an Internet radio station,and we gave about 20 DJs. Each host determines their own playlist and uses a variety of tools to broadcast to the Icecast server (e.g. SAM2, SimpleCast, etc.). Since we do not have a set playlist for
2003 Oct 24
1
Question About Rsync on HP-UX
...6] uid = ibmhttpd gid = ibmhttpd read only = false path = /tmp comment = Testing Area for writing files/dirs Versions of rsync running on both source & destination are 2.4.6 for HP-UX. Are there some other lags to force it change only on datestamps ? What about In my copy of /etc/rsyncd.conf Thanks, Eisen Chao CNA Insurance
2023 Jan 25
1
Upstream forwarding test failure
On Wed, 25 Jan 2023 at 19:29, Darren Tucker <dtucker at dtucker.net> wrote: [...] > I have a part-done patch that logs the output from all ssh and sshd > instances to separate datestamped files. I'll see if I can tidy that > up for you to try You can grab it from here: https://github.com/daztucker/openssh-portable/commit/b54b39349e1a64cbbb9b56b0f8b91a35589fb528 It's not fully baked, but it should at least give you some more insight into the case you are looking at:...