similar to: Smbmount and daily savings time shifted timestamps?

Displaying 20 results from an estimated 200 matches similar to: "Smbmount and daily savings time shifted timestamps?"

2007 Dec 06
0
Too many open files leads to timeout exceptions in Mechanize/Net::HTTP?
I''m experiencing an issue where my get/submit calls to the Mechanize agent are leading to timeout exceptions when the ruby script has too many open file descriptors ( > 1000). However, I''m not seeing anything about an overstep violation sent anywhere to syslog, and no error message sent to stdout. The process has the large amount of open files because it''s
2006 Oct 15
3
open(2) O_DIRECT on smbmount gives EINVAL
Does samba 3.0.23c not support the use of O_DIRECT? When I try to open an smbmount'd file using O_DIRECT, I get EINVAL. I am able to use O_DIRECT with no problems on a block device and nfs mounts, so I know the kernel supports it. samba: 3.0.23c kernel: 2.6.9-42.0.3.EL (32-bit) I am using the below code for my test. smb fails on open(2). #include <fcntl.h> #include
2014 Oct 21
0
v3.18-rc1 32 bit KVM hangs early in boot process
On Tue, Oct 21, 2014 at 12:10 PM, Toralf F?rster <toralf.foerster at gmx.de> wrote: > On 10/20/2014 07:34 PM, Toralf F?rster wrote: >> I uploaded the screen shots from the virt-manager to [1] and [2] >> >> FWIW e56d9fccb was fine so the bug slipped in after that. >> > >> >> [1] http://www.directupload.net/file/d/3781/j9mwrtpq_jpg.htm >> [2]
2014 Oct 24
1
v3.18-rc1 32 bit KVM hangs early in boot process
On 10/21/2014 06:40 PM, Josh Boyer wrote: > On Tue, Oct 21, 2014 at 12:10 PM, Toralf F?rster <toralf.foerster at gmx.de> wrote: >> On 10/20/2014 07:34 PM, Toralf F?rster wrote: >>> I uploaded the screen shots from the virt-manager to [1] and [2] >>> >>> FWIW e56d9fccb was fine so the bug slipped in after that. >>> >> >>>
2014 Oct 24
1
v3.18-rc1 32 bit KVM hangs early in boot process
On 10/21/2014 06:40 PM, Josh Boyer wrote: > On Tue, Oct 21, 2014 at 12:10 PM, Toralf F?rster <toralf.foerster at gmx.de> wrote: >> On 10/20/2014 07:34 PM, Toralf F?rster wrote: >>> I uploaded the screen shots from the virt-manager to [1] and [2] >>> >>> FWIW e56d9fccb was fine so the bug slipped in after that. >>> >> >>>
2005 Aug 21
1
hybrid clients
Hi, folks, Is it possible to connect a IAX softphone to a SIP softphone via Asterisk? IAX client -- Asterisk -- SIP client I tried that, and I was able to dial and talk to my IAX client from the SIP client. But not the other way around, I couldn't dial the SIP client from the IAX client. The SIP client was not ringing. Asterisk showed some WARNING messages: Aug 21 20:24:38
2009 Jan 01
4
[Bug 19357] New: Cursors shifted
http://bugs.freedesktop.org/show_bug.cgi?id=19357 Summary: Cursors shifted Product: xorg Version: unspecified Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: m at
2012 Feb 02
1
"shifted" bar chart / battleship curve
What I want to do is create a horizontal bar chart matrix for a set of data that have a common set of variables (e.g., % of As, % of Bs, etc.) listed on the Y-axis and groups (e.g., Classes) on the X-axis. The key here is that the bars for each individual class plot are "centered" rather than left or right-justified. In archaeology plots similar to this are called battleship curves or
2011 May 19
1
Creating a "shifted" month (one that starts not on the first of each month but on another date)
Hello! I have a data frame with dates. I need to create a new "month" that starts on the 20th of each month - because I'll need to aggregate my data later by that "shifted" month. I wrote the code below and it works. However, I was wondering if there is some ready-made function in some package - that makes it easier/more elegant? Thanks a lot! # Example data:
2005 Dec 16
3
Server crashed with Common/ocfsgencreate.c, Common/ocfsgenvote.c
Hi Experts, We have a 4nodes RAC running and recently one is down due to hardware (fibre optics card) failure. Since running on 3-nodes RAC, the surviving server just keep crashing. We cannot figure out why is this happening but checking /var/log/messages we have these error (notice the msg before crashing at 8:32): Dec 12 08:30:45 x335-142 kernel: (2) ERROR: file entry name did not match inode,
2001 Aug 15
3
Newbie Question: Shifted Power Fit?
Hi, I am completely new to R and I feel kind of lost. Although I can accomplish most of the basic taks, I am very confused when I am trying to do the following: I have multiple sets of 2D data that are coming from distributions of the form: y = A(x-C)^B (Eq.1) I am trying to estimate for each set the best values of A, B, and C so that Eq.1 will be the best fit for the data. I guess that
2004 Oct 20
2
chan_mISDN problem
I'm using avm fritz card usb with kernel 2.6 patch with mISDN. The module is load correctly when I type lsmod I've got the following output: Module Size Used by zaptel 178308 0 avmfritz 21388 0 mISDN_isac 14336 1 avmfritz mISDN_dsp 191424 0 l3udss1 34184 0 mISDN_l2 39040 0
2007 Dec 06
1
[R] color palette from red to blue passing white (shifted from R-help)
Hi, The move to sRGB is nice, is there any interest in adding an interface to lcms, http://www.littlecms.com, to allow gamut matching? I can think of a lot of instances where I would like to render a figure as it would appear on my printer. This is probably best done as a separate package though, at least at first. Nicholas Martin Maechler wrote: >>>>>> "Paul" ==
2004 Jul 28
3
where is "average shifted histogram"?
Hello! In the book Modern Applied Statistics with S (4th ed), section 5.6 the concept of the "average shifted histogram" or ASH is mentionend. Also it is mentioned in the same section "The code used is in the scripts for this chapter" (from figure caption 5.8, analysis of the geyser duration data). *However*, I have trouble finding the code for that function! Admittedly, I am a
2011 Aug 04
2
Efficient way of creating a shifted (lagged) variable?
Hello! I have a data set: set.seed(123) y<-data.frame(week=seq(as.Date("2010-01-03"), as.Date("2011-01-31"),by="week")) y$var1<-c(1,2,3,round(rnorm(54),1)) y$var2<-c(10,20,30,round(rnorm(54),1)) # All I need is to create lagged variables for var1 and var2. I looked around a bit and found several ways of doing it. They all seem quite complicated - while in
2004 Aug 16
4
Winxp / LDAP No account in domain
Can anyone help - this is driving me up the wall. I keep getting this error from my LDAP enabled BDC : [2004/08/16 15:38:12, 0] rpc_server/srv_netlog_nt.c:get_md4pw(218) get_md4pw: Workstation ALDEBURGH$: no account in domain It is the same for all workstations. I have made sure the Sign Or Seal reg hack is in place. The same client system is OK when not using LDAP as a password backend. I
2010 Jun 15
4
shifted window of string
basically I need to create a sliding window in a string. a way to explain this is: > v <-
2007 Jan 30
1
New daylight savings law
*Hi All, * I presume the upstream provider is aware of this??? I am in Indiana. Go figure. Jerry ** *---------------- * *New Federal Law?Springing Forward in March, Back in November* Months after Indiana passed the law that got it in step with the rest of the country, the federal government announced a major change in Daylight Saving Time. In Aug. 2005, Congress passed an energy bill that
2013 Jul 20
0
xen 4.3 power savings
I have xeons 5520 how do I configure xen 4.3 to lower cpu clocks ? cpufreq=dom0-kernel cpuidle I read power management under xen wiki but command xenpm set-scaling-governor ondeman Gives [CPU0] failed to set governor name (19 - No such device) [CPU1] failed to set governor name (19 - No such device) [CPU2] failed to set governor name (19 - No such device) [CPU3] failed to set governor name (19
2008 Nov 03
0
Unexpected behavior of difftime in relationship to daylight savings time
Colleagues, I just encountered some unexpected behavior of difftime in relationship to the change from daylight savings to standard time. My understanding is that DST and ST take effect at 2AM. However, the code below suggests that R (version 2.8.0 in OS X) implements the change at 2:16AM: Expected: > > difftime("2008-11-02 02:01:00", "2008-11-02 00:59:00")