search for: eyers

Displaying 12 results from an estimated 12 matches for "eyers".

Did you mean: myers
2019 Oct 03
2
CentOS 8 Broken Installation
P? Thu, 3 Oct 2019 07:38:05 -0500 Valeri Galtsev <galtsev at kicp.uchicago.edu> skrev: > > On Oct 3, 2019, at 6:24 AM, G?nther J. Niederwimmer > > <gjn at gjn.priv.at> wrote: > > > > > > 07:00.0 Serial Attached SCSI controller [0107]: Intel Corporation > > C602 chipset 4-Port SATA Storage Control Unit [8086:1d6b] (rev 06)? > > > > what
2019 Oct 03
4
CentOS 8 Broken Installation
Hello, Am Donnerstag, 3. Oktober 2019, 01:10:58 CEST schrieb Akemi Yagi: > On Wed, Oct 2, 2019 at 3:35 PM G?nther J. Niederwimmer <gjn at gjn.priv.at> wrote: > > This Board have 2 Controller!? > > 00:1f.2 RAID bus controller: Intel Corporation C600/X79 series chipset > > SATA > > RAID Controller (rev 06) > > > > On this controller all drives are
2019 Oct 03
0
CentOS 8 Broken Installation
> On Oct 3, 2019, at 6:24 AM, G?nther J. Niederwimmer <gjn at gjn.priv.at> wrote: > > Hello, > > Am Donnerstag, 3. Oktober 2019, 01:10:58 CEST schrieb Akemi Yagi: >> On Wed, Oct 2, 2019 at 3:35 PM G?nther J. Niederwimmer <gjn at gjn.priv.at> > wrote: >>> This Board have 2 Controller!? >>> 00:1f.2 RAID bus controller: Intel Corporation
2017 May 13
0
Call for Papers: The 13th IEEE International Conference on eScience 2017 in Auckland, New Zealand
...eviewed. It is a requirement that at least one author of each accepted paper attend the conference. General Chairs: Nick Jones (New Zealand) eScience Infrastructure: Mik Black (University of Otago) PC Chairs: David Abramson (University of Queensland), Gillian Dobbie (University of Auckland), David Eyers (University of Otago) ? Ioan Raicu, Ph.D. Visiting Scholar in EECS at Northwestern University Associate Professor in CS at Illinois Institute of Technology Guest Research Faculty in MCS at Argonne National Laboratory http://www.cs.iit.edu/~iraicu/ http://datasys.cs.iit.edu/ -------------- next p...
2017 May 13
0
Call for Papers: The 13th IEEE International Conference on eScience 2017 in Auckland, New Zealand
...eviewed. It is a requirement that at least one author of each accepted paper attend the conference. General Chairs: Nick Jones (New Zealand) eScience Infrastructure: Mik Black (University of Otago) PC Chairs: David Abramson (University of Queensland), Gillian Dobbie (University of Auckland), David Eyers (University of Otago) ? Ioan Raicu, Ph.D. Visiting Scholar in EECS at Northwestern University Associate Professor in CS at Illinois Institute of Technology Guest Research Faculty in MCS at Argonne National Laboratory http://www.cs.iit.edu/~iraicu/ http://datasys.cs.iit.edu/ -------------- next p...
2016 Apr 18
1
'nlme' package not compiling
Hi, I'm trying to install from source code the 'nlme' package in RStudio. When I try, I get the following error message: ld: warning: directory not found for option '-L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2' ld: library not found for -lgfortran clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [nlme.so] Error 1 ERROR:
2003 Dec 01
0
No subject
...= /local/ftp read only = No [netlogon] path = /local/samba/netlogon [profiles] path = /local/samba/profiles read only = No force create mode = 0744 force directory mode = 0755 Soo Hom Return-Path: <daniel.eyers@honeywell.com> Delivered-To: samba@samba.org Received: from tmpsmtp102.honeywell.com (unknown [199.64.0.254]) by lists.samba.org (Postfix) with SMTP id ED37F53AF for <samba@samba.org>; Fri, 1 Jun 2001 09:41:17 -0700 (PDT) Received: from 131.127.249.22 by tmpsmtp102.honeywell.com (Inte...
2003 Dec 01
0
No subject
have a hosts allow or hosts deny line in your smb.conf. If you don't want samba to do reverse lookups, then comment out any allow/deny hosts lines in your smb.conf file. Don -----Original Message----- From: future@yxtc.edu.cn [mailto:future@yxtc.edu.cn] Sent: Sunday, August 05, 2001 3:00 AM To: samba@lists.samba.org Subject: dns and samba Hi, I find that my samba server always does
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++
2003 Apr 01
1
Write to NT Share from Unix, possible ?
Hi All, we have been using OMNI-NFS software to share a PC share out to a Unix bos. The Unix box places files on the PC, but the OMNI-NFS software keeps crashing and occasionally will not restart at all even after rebooting the machine and performing ChkDsk/Scandisks. We would like to replace this with something else, anybody know if Samba can help here? Any help even small would be most
2006 Apr 03
0
Samba 3.0.21c broken timezone handling
Hello, I'm working in France (Europe), and use daylight saving time (aka DST aka summertime). I upgraded my Samba server from 3.0.20b to 3.0.21c. Got complaints from a user that all his *WINTER* files modification date mysteriously shifted one hour ahead. It took me some time to find out the culprit, since we just switched from wintertime to summertime. On Unix (tested both Solaris 9 and
2012 Nov 28
0
Fixed Effects using AER's Tobit function - system is singular
I have an unbalanced panel of daily, county data that is naturally bounded at zero so my intention is to use a tobit. I'm using tobit from the AER package. There is cyclicality in the data for each pattern that I would like to control for before I add my variables of interest. I run the regression: derp <- tobit(x ~ factor(Month)*factor(County), data = data0, left = 0, right = Inf) If I