Displaying 20 results from an estimated 1360 matches for "harvard".
2019 Sep 24
2
CO 7.7.1908 Updates not getting to mirrors?
...08 in the "updates" directory
on the mirrors I typically use. All the files date from Sept. 14th.
Is something broken?
--
*Matt Phelps*
*Information Technology Specialist, Systems Administrator*
(Computation Facility, Smithsonian Astrophysical Observatory)
Center for Astrophysics | Harvard & Smithsonian
60 Garden Street | MS 39 | Cambridge, MA 02138
email: mphelps at cfa.harvard.edu
cfa.harvard.edu | Facebook <http://cfa.harvard.edu/facebook> | Twitter
<http://cfa.harvard.edu/twitter> | YouTube <http://cfa.harvard.edu/youtube>
| Newsletter <http://cfa.har...
2007 Nov 01
3
RPM Key in Readme file
The readme file on the cran website for linux EL5 contains the following
RPMS for Red Hat Enterprise Linux created by Bob Kinney
<rhel_cran at hmdc.harvard.edu>. The RPMS are signed with the following
key available from pgp.mit.edu
Type bits /keyID Date User ID
pub 1024D/99B62126 2004/11/18 HMDC Linux Support
<linux_support at latte.harvard.edu>
I went ot pgp.mit.edu and could not find the key.
Any suggestions?
Have a Happy Ha...
2019 Sep 24
0
CO 7.7.1908 Updates not getting to mirrors?
On Tue, Sep 24, 2019 at 12:08 PM Phelps, Matthew <mphelps at cfa.harvard.edu>
wrote:
>
> I *know* there has been a lot going on, and congratulations on getting
> CentOS 8 out!
>
> But(!), I don't see any updates to CO 7.7.1908 in the "updates" directory
> on the mirrors I typically use. All the files date from Sept. 14th.
>
> Is...
2020 Apr 07
2
RHEL 7.8 is out
...orld
conditions, or is work-from-home modus operandi for the team?
(In other words, "when is CO 7.8.xxxx coming out?")
--
*Matt Phelps*
*Information Technology Specialist, Systems Administrator*
(Computation Facility, Smithsonian Astrophysical Observatory)
Center for Astrophysics | Harvard & Smithsonian
60 Garden Street | MS 39 | Cambridge, MA 02138
email: mphelps at cfa.harvard.edu
cfa.harvard.edu | Facebook <http://cfa.harvard.edu/facebook> | Twitter
<http://cfa.harvard.edu/twitter> | YouTube <http://cfa.harvard.edu/youtube>
| Newsletter <http://cfa.har...
2019 Oct 03
2
kpatch (live kernel patching) in CentOS 7.7?
...tions/2206511 says live kernel patches
will be available via yum updates as of RHEL 7.7. Is this carried over to
CentOS 7.7.1908?
--
*Matt Phelps*
*Information Technology Specialist, Systems Administrator*
(Computation Facility, Smithsonian Astrophysical Observatory)
Center for Astrophysics | Harvard & Smithsonian
60 Garden Street | MS 39 | Cambridge, MA 02138
email: mphelps at cfa.harvard.edu
cfa.harvard.edu | Facebook <http://cfa.harvard.edu/facebook> | Twitter
<http://cfa.harvard.edu/twitter> | YouTube <http://cfa.harvard.edu/youtube>
| Newsletter <http://cfa.har...
2007 May 31
1
Mac OS X crash bug?
...-- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Rcrashlog.txt
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070531/16594e3b/attachment.txt
-------------- next part --------------
----------
Nathan A. Paxton
Ph.D. Candidate
Dept. of Government, Harvard University
Resident Tutor
John Winthrop House, Harvard University
napaxton AT fas DOT harvard DOT edu
http://www.fas.harvard.edu/~napaxton
========================================================================
===============================
When you have to stay eight years away from Californ...
2011 Jul 15
1
Strange Behavior using FUSE client
...ectories appear. However, df -h
is still incorrect.
I'm not sure exactly where to start on this.
Here's the volume info:
Volume Name: macf-mirror
Type: Distributed-Replicate
Status: Started
Number of Bricks: 3 x 2 = 6
Transport-type: tcp
Bricks:
Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data01
Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data01
Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data02
Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data02
Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data03
Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data03
A df -h on the cort...
2019 Oct 04
4
kpatch (live kernel patching) in CentOS 7.7?
On Fri, 4 Oct 2019 at 08:18, Phelps, Matthew <mphelps at cfa.harvard.edu> wrote:
>
> On Fri, Oct 4, 2019 at 6:33 AM Jim Perrin <jperrin at centos.org> wrote:
>
> >
> >
> > On 10/3/19 9:35 PM, Stephen John Smoogen wrote:
> > > On Thu, 3 Oct 2019 at 13:52, Phelps, Matthew <mphelps at cfa.harvard.edu>
> > wrote:...
2004 Nov 05
3
Resources for optimizing code
...ncol=ncol(DATAFRAME))
j<-1
for(i in 1:length(data)) {
if (asst[i]==1) {
newdata[j,]<-DATAFRAME[i,]
j<-j+1
}
}
newdata.f<-as.data.frame(newdata)
names(newdata.f)<-names(DATAFRAME)
return(newdata.f)
}
--
Janet Rosenbaum jerosenb at fas.harvard.edu
PhD Candidate in Health Policy, Harvard GSAS
Harvard Injury Control Research Center, Harvard School of Public Health
2017 Mar 22
2
RHEL 6.9 is out
Red Hat released RHEL 6.9 yesterday.
Why isn't CentOS 6.9 out yet? :)
--
Matt Phelps
System Administrator, Computation Facility
Harvard - Smithsonian Center for Astrophysics
mphelps at cfa.harvard.edu, http://www.cfa.harvard.edu
2019 Oct 04
0
kpatch (live kernel patching) in CentOS 7.7?
On Fri, Oct 4, 2019 at 9:24 AM Stephen John Smoogen <smooge at gmail.com>
wrote:
> On Fri, 4 Oct 2019 at 08:18, Phelps, Matthew <mphelps at cfa.harvard.edu>
> wrote:
> >
> > On Fri, Oct 4, 2019 at 6:33 AM Jim Perrin <jperrin at centos.org> wrote:
> >
> > >
> > >
> > > On 10/3/19 9:35 PM, Stephen John Smoogen wrote:
> > > > On Thu, 3 Oct 2019 at 13:52, Phelps, Matthew <
> mp...
2019 Oct 10
2
CentOS 8 Installation Not Recognizing Local Disk
...__________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
--
*Matt Phelps*
*Information Technology Specialist, Systems Administrator*
(Computation Facility, Smithsonian Astrophysical Observatory)
Center for Astrophysics | Harvard & Smithsonian
60 Garden Street | MS 39 | Cambridge, MA 02138
email: mphelps at cfa.harvard.edu
cfa.harvard.edu | Facebook <http://cfa.harvard.edu/facebook> | Twitter
<http://cfa.harvard.edu/twitter> | YouTube <http://cfa.harvard.edu/youtube>
| Newsletter <http://cfa.har...
2015 Mar 16
1
Chromium browser for C6
...22.02.2015 um 07:20 schrieb Robert Arkiletian <robark at gmail.com>:
> > On Fri, Feb 20, 2015 at 6:47 AM, Leon Fauster <
> leonfauster at googlemail.com>
> > wrote:
> >
> >> Am 20.02.2015 um 13:53 schrieb "Phelps, Matthew" <
> mphelps at cfa.harvard.edu
> >>> :
> >>> Any new information here?
> >>
> >> maybe some cooperation with the fedora community
> >> would help to share the effort.
> >>
> >> Tom Callaway (aka spot) is the maintainer of fedoras repo
> >>
> >...
2013 Dec 12
1
refline in forest() {metafor}
...timate?
Prof. Viechtbauer, if you happen to read this, I'd like to thank you for making
an excellent package. I have been using the metafor package to do my first
meta-analysis, having never used R before. The documentation is thorough and
intuitive.
Thanks,
John
John Williams
ALB Candidate
Harvard University Extension School
johnwilliams at fas.harvard.edu
2016 Feb 02
5
nfs stuck, don't know what processes to kill
My NFS server is up and other clients can access x. One particular client
can't. I tried to unmount the NFS share:
[root at nfsclient ~]# umount -f /disk/x
umount2: Device or resource busy
umount.nfs: /disk/x: device is busy
umount2: Device or resource busy
umount.nfs: /disk/x: device is busy
If I use df or lsof to try to figure out what process to kill, they hang. I
am reluctant to just
2015 Jun 11
3
Joining 4.2.2 Samba client to Samba3 PDC
...> Which are the correct switches to allow a samba-4.2.0 member to join a
> samba3 PDC?
>
> thank you,
>
> Francesco
[2] Not his real name.
[3] Legally required statement.
[4] ...but you might need to get outside more. :-O
--
David S Morgan, Ph.D. david_morgan at hms.harvard.edu
Director http://wqcg.med.harvard.edu
West Quad Computing Group Office: 617-651-0259
Harvard Medical School
2002 May 22
1
rsyncd listing of directories
...his way? I can't think of a good reason why.
I'm happy to try and work on a patch if there is a consensus that this
is desireable.
-- Alberto
****************************************************************************
Alberto Accomazzi mailto:aaccomazzi@cfa.harvard.edu
NASA Astrophysics Data System http://adsabs.harvard.edu
Harvard-Smithsonian Center for Astrophysics http://cfawww.harvard.edu
60 Garden Street, MS 83, Cambridge, MA 02138 USA
****************************************************************************
2010 May 17
1
[LLVMdev] Backend for Harvard Architecture
Hello,
On a recent discussion on the cfe-dev mailing list[1] it was asked how
easy it was to create a backend to an Harvard Arch chip: different
data/function pointer sizes and 16 bit chars (main issues of the
targeted arch). Ken Dyck has posted a patch (which solved at least the
second problem of 16bit char) on which I have been working on and
Douglas Gregor said that different pointer sizes are already supported
by Cl...
2018 Dec 14
2
CentOS7 kickstart question
Stephen John Smoogen writes:
> On Fri, 14 Dec 2018 at 05:02, isdtor <isdtor at gmail.com> wrote:
> >
> > Is it not possible to use an nfs based repo for kickstart under CentOS 7.5?
> >
> > E.g.
> >
> > repo --name=epel --baseurl=file://server/path/to/local/copy/of/epel
> >
>
> So the syntax looks to be
>
> repo --name=epel
2019 Feb 28
0
What files to edit when changing the sdX of hard drives?
..., given the fact that *no* one can
> remember a UUID....
>
> mark
>
ls -l /dev/disk/by-uuid
(copy)
(paste)
--
*Matt Phelps*
*Information Technology Specialist, Systems Administrator*
(Computation Facility, Smithsonian Astrophysical Observatory)
Center for Astrophysics | Harvard & Smithsonian
60 Garden Street | MS 39 | Cambridge, MA 02138
email: mphelps at cfa.harvard.edu
cfa.harvard.edu | Facebook <http://cfa.harvard.edu/facebook> | Twitter
<http://cfa.harvard.edu/twitter> | YouTube <http://cfa.harvard.edu/youtube>
| Newsletter <http://cfa.har...