similar to: holidayNYSE missing some

Displaying 20 results from an estimated 120 matches similar to: "holidayNYSE missing some"

2011 Aug 01
1
Identifying US holidays
Hello! I am trying to identify which ones of a vector of dates are US holidays. And, ideally, which is which. And I do not know (a-priori) which dates those should be. I have, for example: x<-seq(as.Date("2011-01-01"),as.Date("2011-12-31"),by="day") (x) I think chron should help me here - but maybe I am not using it properly: library(chron) is.holiday(chron) #
2009 Sep 11
0
Rmetrics timeDate - business days between dates
Hi One of the most important calculation in applied finance is the number of days between dates. That kind of calculus become annoying when a specific calendar must be used. That is the case for the business days calculus. The package timeDate has a function isBizday to perform that kind of thing. The problem is that using this function to calculate the number of business days between dates has
2006 May 07
1
Anyone care for a braindump?
I have this problem with records that have to be alligned on end- and startdate. I came up with the following. but am not convinced that this is the best way to tackle this problem. Anyone care for a braindump? def head_to_tail # Remove days that have startdate >= self.startdate AND enddate <= self.enddate # # before after # # |=====| |=====|
2017 Aug 08
0
Virtual mailboxes, index update issues
On 07.08.2017 20:28, Stefan Hagen wrote: > Hello, > > I noticed a strange behavor, where I would like to ask for help. > > I have set up a few virtual mailboxes using the Virtual plugin. > These mailboxes are: > - Unread (all undread in all mailboxes) > - LastDay (last 24h of all mailboxes) > - LastWeek (last 7 days of all mailboxes) > ... > > The virtual
2010 May 20
1
Question about difftime()
Dear R experts, I have a question about the result of difftime() function: Does it take into account the different number of days in each month. In my example, I have the following: > firstDay [1] "2010-02-20" > lastDay [1] "2010-05-20 16:00:00" > difftime(lastDay,firstDay,units='days') Time difference of 89.625 days > When I count the days I get 88 days
2014 Apr 08
1
FW: DNS record info (samba-tool)
Doh forgot to cc -----Original message----- > From:Stuart Naylor <stuartiannaylor at thursbygarden.org> > Sent: Tuesday 8th April 2014 21:16 > To: G?nter Kukkukk <linux at kukkukk.com> > Subject: RE: [Samba] DNS record info (samba-tool) > > Brilliant, glad about that as zones pretty much done on set up and no worry about a restart. > > Great that adding
2006 Jan 02
0
SUMMARY--Getting Cannot compute sizeof (int) on rsync-2.6.6
I ended up installing a newer version of GNU gcc and this time it worked. Thanks, Jim Naylor Unix/Storage Systems Administrator Schnuck Markets, Inc. * Direct (314) 994-4784 ))( Cell (314) 691-0186 Fax (314) 994-4684 * E-Mail jnaylor@schnucks.com -----Original Message----- From: rsync-bounces+jnaylor=schnucks.com@lists.samba.org
2017 Aug 07
2
Virtual mailboxes, index update issues
Hello, I noticed a strange behavor, where I would like to ask for help. I have set up a few virtual mailboxes using the Virtual plugin. These mailboxes are: - Unread (all undread in all mailboxes) - LastDay (last 24h of all mailboxes) - LastWeek (last 7 days of all mailboxes) ... The virtual mailboxes in general are working great. However, there is one annoying behavior I would like to fix.
2014 Apr 13
0
FW: SeDiskOperatorPrivilege
Forgot to CC again! > Hi Marc, > > Its a DC primary first DC, done it many times now and always the same result. Just doesn't seem to like server side copies. > The server side copies work but disk permissions, it just doesn't seem to like it. > > I have been creating OVA's so you can test exactly what I have done. I made the presumption that I must be making a
2014 Apr 17
1
Samba 4.0.17 Available for Download
Hi Bjorn, I don't know if there are any compile switches they provide more debugging / log options. I guess its easy to modify the start up script so that logging is at a max. Was just an after thought really. I just think binaries for distro's are really important and many thanks. Stuart. PS I never got a reply but with 4.1.6 but with vfs objects = btrfs declared in smb.conf disk
2006 Mar 14
0
Trouble running script/indexer at Dreamhost
Heyo -- I''m trying to use SearchGenerator/SimpleSearch at Dreamhost, and I have only one problem. When I run "script/indexer", it runs too long and is killed off by procwatch. So far I have tried: * Reducing the number of indexed models/fields * "nice"-ing the script to 19 * Running the script offpeak (12-3am PST) It''s still getting killed. Any ideas on
2004 Aug 26
0
suddent random problem with Windows boxes
Hello all, I am not a Samba expert by any means, so please bear with me if I make a fool of myself. We run a small network in this office. There is a Windows domain running off of a Debian Linux server, running Linux 2.4.25. There are mostly Windows 2000 and Windows XP machines, but there are still a few users clinging on to Windows 98 (this is because they run specialized testing software
2019 Feb 19
0
Virtual mailbox shows mails that are too old
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Hi, this is a known issue unfortunately. You can try do doveadm index -u victim 'Virtual/*' </div> <div> <br> </div> <div> Aki </div> <blockquote type="cite"> <div> On 19
2015 Dec 29
0
Server not shutting down before power loss
On Dec 29, 2015, at 6:33 AM, Jonah Naylor <jonahnaylor at gmail.com> wrote: > > HI thanks for replying and helping. > > I've now ran the UPS down a few times from full charge to test and I don't think it's the batteries or a problem with the UPS itself. I can watch it go from 100% right down to 1% over 20 minutes etc and then the power gets so low that everything
2016 Sep 12
0
Help with failing Nut slave/client connection
On Mon, 12 Sep 2016, Jonah Naylor wrote: > I have two linux servers both with static IPs not using NAT. This is rather ambiguous. I'm going to guess that you mean they have public IANA issued IPs that you are trying to use for nut. > My slave can't connect to my host. Whatever I try. That would be a sensible default for public IPs. > I have the same setup also on my LAN with
2016 Nov 24
0
Can't get NUT slave to connect to master
On Thu, 24 Nov 2016, Jonah Naylor wrote: > I installed Nut via apt-get, not from source (which I'd rather stick > with if possible just for ease of security updates etc) - so I'm not too > sure if TCP wrappers are there or available... > > This could be the problem, am I still able to add the wrappers in with prebuilt packages? Could you apt-get the source and look for
2016 Nov 25
0
Can't get NUT slave to connect to master
On Fri, 25 Nov 2016, Jonah Naylor wrote: > I don't think nut is built with TCP wrappers support, although the > package is listed as depending on libwrap... Why would you have such a dependency if nut didn't use TCP Wrappers? > I ran this command: ldd /sbin/upsd | grep libwrap.so and it has returned > no output. If I run that command I get maria:~ # ldd /usr/sbin/upsd
2016 Nov 25
0
Can't get NUT slave to connect to master
On Fri, 25 Nov 2016, Jonah Naylor wrote: > upsd : ipaddressofclientgoeshere If it were me I would write upsd : ipaddressofclient :\ spawn (/bin/mail -r hosts.allow at localhost\ -s '%s@%h accepted access to %d from %c'\ sysadmin at somedomain) & : ALLOW upsd : ALL :\ spawn (/bin/mail -r hosts.allow at
2016 Nov 25
0
Can't get NUT slave to connect to master
On Fri, 25 Nov 2016, Jonah Naylor wrote: > I'm still getting "Connection refused on the client cgi screen as well > as in the shell it gives me UPS upsname at ipaddresshere is unavailable... You reported that access works correctly from elsewhere on the master subnetwork. Does access from the master subnetwork produce the "accepts" e-mail message generated by the
2014 Apr 21
0
FW: Arch Linux Samba 4.1.7
17th I should say, apols -----Original message----- > From:Stuart Naylor <stuartiannaylor at thursbygarden.org> > Sent: Monday 21st April 2014 15:06 > To: samba at lists.samba.org > Subject: Arch Linux Samba 4.1.7 > > Just been playing with my new favourite distro Arch Linux. > > 4.1.7 been in there repo since the 12th and all seems fine. > > 4.1.7 for