similar to: dos filetime resolution and dvf

Displaying 20 results from an estimated 300 matches similar to: "dos filetime resolution and dvf"

2007 Oct 25
1
Error message
I''m seeing this error message on one of my OSS''s but not the other three. Any idea what is causing it? Oct 25 13:58:56 oss2 kernel: LustreError: 3228:0:(client.c:519:ptlrpc_import_delay_req()) @@@ IMP_INVALID req at f6b13200 x18040/t0 o101->MGS at MGC192.168.0.200@tcp_0:26 lens 176/184 ref 1 fl Rpc:/0/0 rc 0/0 Oct 25 13:58:56 oss2 kernel: LustreError:
2008 Oct 22
1
Think I'm sure, but confirm: lme4 vs. nlme
The impression I get from the list and the references I've perused is that nlme is being phased out in favor of lme4, but lme4 still doesn't have a complete feature set yet. What I'm still fuzzy on, being a relative R newbie, is: (a) what features in nlme are currently missing in lme4 (b) what's the projected time frame on getting them implemented. If anyone can answer my naive
2007 Aug 15
1
Problem Connecting to Oracle with R from Windows XP
Hello, I installed RGui 2.5.1 and package DBI on Windows XP and tried to connect to Oracle database which is on a Linux server. When I tried to use dbDriver("Oracle"), I got an error as follows: > drv <- dbDriver("Oracle") Error in do.call(as.character(drvName), list(...)) : could not find function "Oracle" > Could anyone tell me how
2006 Jul 24
2
Samba connections issues (3.0.23 on Solaris 8 with NIS+)
I'm curious if anyone has suggestions about a problem we have encountered. We have recently upgraded a 2.2.8a server to 3.0.23. The server in question is running Solaris 8 with NIS+. Storage is from our SAN. Since the migration, we have found that we no longer have access to several shares. They are connected, but we are unable to get to them. Samba will indicate that we are connected to
2010 Mar 17
0
waveband
Dear all, The package waveband, for computing wavelet shrinkage credible intervals, has been uploaded to CRAN. This was previously bundled with wavethresh, but has now been unbundled. Best wishes, Guy Nason -- Professor Guy Nason Head of Department Department of Mathematics University of Bristol http://www.stats.bris.ac.uk/~magpn PA: Helen Craven
2010 Mar 17
0
waveband
Dear all, The package waveband, for computing wavelet shrinkage credible intervals, has been uploaded to CRAN. This was previously bundled with wavethresh, but has now been unbundled. Best wishes, Guy Nason -- Professor Guy Nason Head of Department Department of Mathematics University of Bristol http://www.stats.bris.ac.uk/~magpn PA: Helen Craven
2010 Mar 17
0
cthresh
Dear all, The package cthresh, for computing complex-valued wavelet shrinkage has now been uploaded to CRAN. This was previously bundled with wavethresh, but has now been unbundled. Best wishes, Guy Nason -- Professor Guy Nason Head of Department Department of Mathematics University of Bristol http://www.stats.bris.ac.uk/~magpn PA: Helen Craven
2010 Mar 17
0
cthresh
Dear all, The package cthresh, for computing complex-valued wavelet shrinkage has now been uploaded to CRAN. This was previously bundled with wavethresh, but has now been unbundled. Best wishes, Guy Nason -- Professor Guy Nason Head of Department Department of Mathematics University of Bristol http://www.stats.bris.ac.uk/~magpn PA: Helen Craven
2006 May 12
3
Maximum likelihood estimate of bivariate vonmises-weibulldistribution
Thanks Dimitris!!! That's much clearer now. Still have a lot of work to do this weekend to understand every bit but your code will prove very useful. Cheers, Aziz -----Original Message----- From: Dimitrios Rizopoulos [mailto:Dimitris.Rizopoulos at med.kuleuven.be] Sent: May 12, 2006 4:35 PM To: Chaouch, Aziz Subject: RE: [R] Maximum likelihood estimate of bivariate
2017 Aug 21
4
RISC-V LLVM status update
As you will have seen from previous postings, I've been working on upstream LLVM support for the RISC-V instruction set architecture. The initial RFC <http://lists.llvm.org/pipermail/llvm-dev/2016-August/103748.html> provides a good overview of my approach. Thanks to funding from a third party, I've recently been able to return to this effort as my main focus. Now feels like a good
2001 Apr 05
0
smbclient, find, and NetBSD
Dear developers, I often use smbclient from NetBSD 1.5 (i386) to an NT4.6a box. When I leave recursion off and do an 'mput', the find fails because NetBSD's find does not have the '-maxdepth' option. The problem is in samba/source/client/client.c at line 1168. Here is the code that causes the problem with a temporary fix. > if (recurse) >
2001 Apr 05
0
smbclient, find, and NetBSD (fwd)
This has come up before. Anyone want to comment (other than an OS specific #ifdef)? Cheers, jerry ---------- Forwarded message ---------- Date: Thu, 5 Apr 2001 09:26:18 -0400 (EDT) From: Claude Marinier <claude.marinier@dreo.dnd.ca> To: samba@lists.samba.org Subject: smbclient, find, and NetBSD Dear developers, I often use smbclient from NetBSD 1.5 (i386) to an NT4.6a box. When I
2011 Feb 21
0
r-square for cluster
Dear forumities, It's seem that there is no straight forward way to calculate R2 of a cluster solution in R. So, I would like to know if I'm right when calculating a R2-like statistic for a given clustering solution. In fact, I have different cluster solution for a given set of data. I would like to know which cluster solution gives the highest R2. My data (5 variables) are scaled to a 0
2004 Mar 03
8
need help with smooth.spline
Dear R listers, When using smooth.spline to interpolate data, results are generally good. However, some cases produce totally unreasonable results. The data are values of pressure, temperature, and salinity from a probe that is lowered into the ocean, and the objective is to interpolate temperature and salinity to specified pressures. While smooth.spline provides excellent values at the
2006 Apr 27
1
help with observe_field :on
Try as I may, I cannot figure out how to make the :on option work with the observe field method. I have looked into the javascript that is eventually called, and it does not appear that there is any way to override which event is bound for which control. Any help would be greatly appreciated. Thanks -- Phil
2006 Feb 01
1
Help with ajax and form submission
While working on a new application, a friend and I ran into a problem with using ajax. Users are used to being able to modify the contents of a screen until they are finished and then saving (committing). There does not seem to be a way to do this with ajax, since you have to modify the model whenever you call back to the server. The half baked solution that we came up with is to create a
2006 Jan 31
1
Ajax and the submit
While working on a new application, a friend and I ran into what we think is a problem with using ajax. Users are used to being able to modify the contents of a screen until they are finished and then saving (committing). There does not seem to be a way to do this with ajax, since you have to modify the model whenever you call back to the server. The half baked solution that we came up with is
2003 Jan 07
0
Bug in Ossh3.5p1
We use OpenSSH 3.5p1 on an embedded system. OpenSSH is configured to not permit password logins, /etc/ssh/sshd_config: ... PasswordAuthentication no ... At the same time, since there is no console and no way to "log in" other than by ssh, /etc/passwd has an "open" root account: root::0:0:root:/root:/bin/sh nobody:x:65534:65534:nobody:/tmp:/usr/bin/bash Apparently
2017 May 11
1
Samba 4.6.x as secondary DC to Windows 2008 R2
Dear All, I am running a two location SOHO network with a Microsoft AD on a Windows 2008 R2 server. In detail, the infrastructure is as follows: Primary location: - 1 DC on Windows 2008 R2 hardware server - 1 DC on Windows 2008 R2 virtual server - 2 DC on Windows 2016 virtual servers (forest functional level 2008) - 1 DC on Samba 4.6.2 on Debian Jessie Secondary location: - 1 DC on Samba 4.6.3
2005 Aug 30
2
Dovecot default inbox name?
I'm installing dovecot and migrating from mbox to maildir. I've read several articles concerning this process but I can't seem to find the answer to one particular question. What is the default name of the inbox when using maildir format? I need to create this in advance for each user and I don't know what dovecot is expecting for the inbox directory name. -- Andy Cravens