search for: 6am

Displaying 20 results from an estimated 66 matches for "6am".

Did you mean: 64m
2009 Dec 21
0
[LLVMdev] llvm.org outage
...at illinois.edu] Sent: Monday, December 21, 2009 11:31 AM To: tsg-announce at cs.uiuc.edu Subject: [TSG-Announce] reminder: network maint. 2west, 1east tomorrow 6-8am Hello, A quick reminder that we're doing network maintenance tomorrow morning. There'll be a short building-wide hiccup at 6am as we transition routers. Then we'll be doing maintenance in the the first floor east and second floor west areas. We expect to have that equipment replaced and everything back online by 8am. The earlier announcement is quoted below, or you can read it online at https://agora.cs.illinois.edu...
2006 Aug 07
3
repeat_every doesn''t tie in with first_run...
...ng the autostart, repeat_every, and first_run, I noticed a behaviour I didn''t expect. I would like the job to run starting at 2am, and then every 24 hours. So I set first_run to Time.now.beginning_of_day + 2.hours, and repeat_every to 24.hours. The problem is if backgroundrb starts up at 6am (due to a code change or server bump), then the process runs immediately (because first_run < Time.now), and then runs every 24 hours from that time, so 6am every day. I was expecting more cron-ish behaviour, where it would start at the first_run time and repeat based on that initial time. Is...
2008 Jul 09
2
Bind update overwrites named.conf
I just had a customer's bind server lose all of it's local DNS records. Yum updated the bind packages this morning at ~6am, and replaced the original /etc/named.conf file, saving the old as named.conf.rpmsave. This seems like the opposite of what it should have done (i.e. save the new file as named.conf.rpmnew). There does not appear to be any difference between the originally shipped conf file and the new one, su...
2011 May 10
2
need to delete by time, not date
I have a matrix where one column has a date and another column has a time. I need to delete all times before 6am. I had combined the Date and Time column into DateTime. Mat1: Weight Date Time 7.6 04/28/11 09:03 8.4 04/29/11 03:11 8.6 04/29/11 05:32 8.6 04/29/11 09:53 1.4 05/01/11 19:52 I tried just picking up the time: as.POSIXct(Mat1$Time, format = "%H:%M") but this assign...
2012 Jul 12
2
Mid-term progress
...write 2 to 3 page summary explaining the deliverables so far and then the future plan. Tomorrow is the last day, so better by tomorrow morning, send this across and by the afternoon we can have a brief meeting. Please note, now a days I am in UTC+9 timezone, so we should have a meeting around UTC 6AM on 13th (Friday). Parth. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20120712/9004edee/attachment.html>
2003 Oct 09
2
IPC connections and utmp
...r down (or restart). [root@lifesaver root]# w 9:51pm up 20 days, 15:12, 3 users, load average: 0.08, 0.09, 0.09 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT scott smb/1 192.168.0.202 7:14am 0.00s 1:56m 0.02s smbd -D scott smb/2 192.168.0.202 Mon 6am 0.00s 1:56m 0.02s smbd -D Thats what ends up in my utmp. So, I very rarely have an accurate picture of who is on the network without doing smbstatus -u user on basically everyone. :( I understand the IPC connection probably needs to stay open. (I don't fully know why). Is this problem...
2010 Jan 05
0
[LLVMdev] Fwd: [TSG-Announce] network upgrades 6-8am: 3rd floor tomorrow, 4th floor Thursday
...arded message: > Hello, > > A quick reminder that we're doing network maintenance the next two > mornings. > > Tomorrow morning (Wednesday) we're replacing the 3rd floor networking > equipment. Systems on the third floor will be without networking > starting around 6am and back online by 8am. > > Thursday morning we're replacing the 4th floor networking equipment. > Systems on the fourth floor will be without networking starting at 6am > and back online by 8am. > > These outages will be localized to just the 3rd and 4th floors, but > ma...
2009 Oct 09
6
disk I/O problems and Solutions
...so here's hoping that the BCC trick is the right way to do it :-) We've just discovered thanks to a new Munin plugin http://blogs.amd.co.at/robe/2008/12/graphing-linux-disk-io-statistics-with-munin.html that our production DB is completely maxing out in I/O for about a 3 hour stretch from 6am til 9am This is "device utilization" as per the last graph at the above link. Load went down for a while but is now between 70% and 95% sustained. We've only had this plugin going for less than a day so I don't really have any more data going back further. But we've suspect...
2012 Mar 11
3
extracting data from unstructured (text?) file
...naged to load this data into R. It looks like this (the row numbers are not in the original file): 35 :LATEST STAGE 3.60 FT AT 730 AM CST ON 0102 36 .ER ARCT2 0102 C DC200001020813/DH12/HGIFF/DIH6 37 :QPF FORECAST 6AM NOON 6PM MDNT 38 .E1 :0102: / 3.5/ 3.4/ 3.5 39 .E2 :0103: / 3.5/ 3.0/ 2.5/ 2.1 40 .E3 :0104: / 1.8/ 1.5/ 1.3/ 1.2 41 .E4 :010...
2008 Nov 05
1
Importing data to a multidimensional array
...mporting data into a three-dimensional array? I am importing data from several text files: dsdir<-"c:/documents and settings/desktop/07082008/" # path to files dsfb1<-"07082008-DI4129b.dat" # file base name firsthour<-13 # first hour of observation which changes from 6am to 1pm from day to day lasthour<-20 # last hour of observation which also changes from 6 - 8pm for(i in firsthour:lasthour) assign(paste("ds",i,"a",sep=""),read.delim(file=paste(dsdir,i,dsfb1,sep=""), header=F, sep="\t", skip=5)) This code gene...
2020 Sep 23
2
Vacation sieve explained: how does it work?
On 23 Sep 2020, at 14:29, Marc Roos <M.Roos at f1-outsourcing.eu> wrote: > You can do whatever you like, as long as the result is this 'text' file. > I have also bash file that modifies this file for users. You can make a > 5 min cron job that detects changes in ldap and then creates the sieve > rule. I've tried the cronjob approach before, and people didn?t like
2011 Sep 24
2
maptools::sunriset() daylight savings to stardard time change
...ov 6, thus two values for Nov 6. (see below) So I put a time value (noon) into the sequence, that did give me a correct date sequence. 2. When using that modified date sequence in maptools::sunriset(), on day of change to stardard time the sunrise time is shifted by one hour. (i.e. Nov5 8am, Nov6 6am, Nov7 7am) I can't fathom why sunriset() is giving me funny results on the day of time change. I wonder if there is something amiss with how my windows XP is managing time zones perhaps? I would have expected sunriset() to be using just the day value from its dateTime argument, not the time co...
2010 Apr 11
2
DO NOT REPLY [Bug 7349] New: Add --limit-time=<seconds> and --fit-time=[seconds] options
...ll Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: bugzilla.samba.simon at arlott.org QAContact: rsync-qa at samba.org More (cheaper) bandwidth is available between 2am and 6am, so it is the ideal time to run rsync for backup purposes. However, in order to allow the maximum possible time for rsync to complete it must be started at 2am even if it would only take a shorter period of time (e.g. 2 hours). If there are a lot of users (of an ISP) doing this then there will be a...
2016 Jun 08
2
Advice on once a day message delivery setup
...QL database. Each mailbox will be kept in two Dovecot mailstores. The first mailstore will give the users IMAP access to their mailbox. A second mailstore will hold the next day?s new messages. At midnight, a cron job runs to send messages in the MySQL database out to the second mailstore. Then, at 6am, a second cron job will run to sync the two mailstores using doveadm sync. What I am expecting to happen is that during the day, notification messages (from the site) may be delivered to the first mailstore (the one providing IMAP access to the user) but no messages from other users sent during th...
2012 Nov 06
3
Android ICS stock client and IMAP Capability issue.
Hi, My setup: Dovecot 2 latest, installed to replace courrier IMAP, and off course configured with the dot separator and all folder under INBOX.*. The problem: My phone was driving me mad during the test, due that it will only recognize Inbox. How found the solution: I've started sniffing IMAP traffic on my server and ended up with one difference: On courier it ask for namespace, on
2020 May 12
2
Fwd: Win7 clients problem after upgrading samba file server to 4.12 on Arch
...One last thing. That was an incredible effort, would you like us to include a credit in the commit message? If so, please let us know what you would like, eg your name, name and e-mail. Those who do this for a company sometimes include that, but I take it this was a own-time job given the 6am finish :-) Thanks! Andrew Bartlett -- Andrew Bartlett https://samba.org/~abartlet/ Authentication Developer, Samba Team https://samba.org Samba Developer, Catalyst IT https://catalyst.net.nz/services/samba
2007 Jul 11
3
Restricting access by time of day in Shorewall?
I''m currently using Shorewall 3.4.1 to manage a firewall for my LAN at home. It works very well, and I''m definitely pleased, but . . . . I now have a situation where I need to enforce access restrictions on a specific computer during specific times of day -- e.g., a particular computer might have no Internet access at all between 10 PM and 6 AM. Is there any way to do such a
2006 Dec 04
4
[LLVMdev] combined arm patch
On 12/2/06, Jim Laskey <jlaskey at apple.com> wrote: > Rafael, > > Please bracket portions of your changes that involve modification of > C/C++ source code. For cases of modifying configuration scripts and > make files, use your best judgement. Obviously having the brackets > emitted in generated code is problematic (line numbers et cetera), so > don't bother in
2020 May 09
5
Win7 clients problem after upgrading samba file server to 4.12 on Arch
Hi All, It's already 6am at my side. After the whole night of bisecting, compiling and testing I think I have nailed it: fd61e550acec6e9924a71712eef739b58c7d68e8 is the first bad commit commit fd61e550acec6e9924a71712eef739b58c7d68e8 Author: Volker Lendecke <vl at samba.org> Date: Mon Sep 16 16:16:40 2019 -0700...
2020 Sep 23
0
Vacation sieve explained: how does it work?
...t detects changes in ldap and then creates the sieve >> rule. > > I've tried the cronjob approach before, and people didn?t like the delay. If people cannot deal with a delay of a minute or five, increase the interval to 12 hours, or even better, "changes will take affect at 6am the next business day." That'll learn 'em. -- A clear conscience is usually the sign of a bad memory.