search for: clarkson

Displaying 20 results from an estimated 56 matches for "clarkson".

2009 May 07
1
Local yum mirror and repomd.xml
Hey, So, I'm having a minor issue. Today, I configured one of our CentOS systems to use our local mirror (mirror.clarkson.edu) for its repositories. After doing this, I ran a yum update and received the following warning in the output along with the updates available: Not using downloaded repomd.xml because it is older than what we have: Current : Thu May 7 14:41:57 2009 Downloaded: Tue Apr 28 05:04:32 2009...
2007 Oct 29
4
Joining a Linux Machine to a Windows 2003 Active Directory Domain
...chine running CentOS 5, Samba version 3.0.23 to a Windows 2003 Active Directory. I can authenticate successfully against Kerberos, but I cannot seem to join the domain. I'm using instructions from this article http://www.enterprisenetworkingplanet.com/netos/article.php/3487081<https://mymail.clarkson.edu/exchweb/bin/redir.asp?URL=http://www.enterprisenetworkingplanet.com/netos/article.php/3487081> but when I get to the join command I get this [root@0-1-3-1d-38-f2 ~]# net ads join -U adjoin adjoin's password: Failed to set password for machine account (NT_STATUS_ACCESS_DENIED) Failed to...
2019 Jun 27
2
LLVM on bare-metal
Would you say that embedding the LLVM linker is a practical way to get the required dynamic linking capabilities on the bare-metal side? Orthogonal Devices Tokyo, Japan www.orthogonaldevices.com On 27/06/2019 19:06, Peter Smith wrote: > On Thu, 27 Jun 2019 at 10:36, Brian Clarkson via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hi Tim. >> >> Thank you for taking to time to comment on the background! >> >> I will definitely study lldb and remote JIT for ideas. I worry that I >> will not be able to pre-link on the host side b...
2010 Jun 14
4
Cacti/snmp question
Hi, Trying to follow the recipe at http://wiki.centos.org/HowTos/Cacti_on_CentOS_4.x Which has a bit of an update for 5.x, but no joy. Anyone know what this from Cacti should suggest? Data Query Debug Information + Running data query [9]. + Found type = '6 '[script query]. + Found data query XML file at '/var/www/cacti/resource/script_server/host_cpu.xml' + XML file parsed
2019 Jun 27
2
LLVM on bare-metal
...ed the LLVM linker then embedding LLVM's codegen libraries would not be much extra work.  Then I can allow users to use Faust (or any other frontend) to generate bytecode in addition to my "live coding" desktop application.  So many variables to consider... :-) Kind regards Brian Clarkson Orthogonal Devices Tokyo, Japan www.orthogonaldevices.com On 27/06/2019 18:17, Tim Northover wrote: > Hi Brian, > > I'm afraid I can't answer your actual questions, but do have a couple > of comments on the background... > > On Thu, 27 Jun 2019 at 09:50, Brian Clarkson...
2009 Dec 01
5
send existing root email to another user
Hi all, I'm running Centos 5.4 I have a pile of emails in my root users /var/spool/mail/root file I need to send this all to another address (preferrably external but local would possibly do) I have searched a lot but can't find any way to do this. I have set it so future emails get forwarded to my external address but I also need to shift the existing emails. Thanks Kate
2009 Dec 21
2
xm mem-set on an F11 xen guest
I just tried to change the memory for my F11 xen guest from 512 to 1024. After executing: xm mem-set workstation 1024 xm list shows the memory still being 512. Anyone else see this behavior before? I tried other values as well - but the memory is still what it was when I created the VM... I'm running CentOS 5.4 on an i386... Scot P. Floess 27 Lake Royale Louisburg, NC 27549
2001 Oct 10
1
Spacing in the labels using xyplot()
...the labels appear to be "double-spaced" compared to the single-spacing in barplot(). Is it possible to close up the spacing in the labels that xyplot() use? I can't see anything obvious in strip.default for controlling this, so would greatly appreciate your advice. Thank you! Matthew Clarkson Consultant e-mail: matthew.clarkson at marketshare.com.au Ph: +61-7-3371 9655 Fax:+61-7-3870 3537 www.marketshare.com.au This email is intended only for the use of the individual or entity named above and may contain information that is confidential and privileged. If you are not the intended rec...
2001 Mar 22
0
[Fwd: FW: Biostats text/software]
...ds of encouragement and > advice. Again, if you want the entire set of messages, drop me a note and > get ready for a big document. > > Cheers, George > > ================================================================= > George W. Gilchrist Email #1:gilchrgw at clarkson.edu > Department of Biology, Box 5805 Email #2: kitesci at northnet.org > Clarkson University Phone: (315) 268-2359 > Potsdam, NY 13699-5805 Fax: (315) 268-7118 > GWG Web Site <<http://www.clarkson.edu/~gilchrgw>> -.-.-.-.-....
2019 Jun 27
2
LLVM on bare-metal
...ssion that LLVM (ORC specifically) should be able to relocate code at any memory location so the lack of mmap shouldn't be a problem? Kind regards Brian Orthogonal Devices Tokyo, Japan www.orthogonaldevices.com On 27/06/2019 18:41, Peter Smith wrote: > On Thu, 27 Jun 2019 at 09:50, Brian Clarkson via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hello! >> >> Q1 >> Are there any resources or examples on embedding LLVM into an ARM-based >> bare-metal application? Searching in this area only turns up >> information on how to use LLVM to target...
2015 Aug 10
5
libvirt-lxc
...he most options for change in the future and seemed like a 'no-brainer' until I saw the deprecation announcement. Will libvirt-lxc be dropped from libvirt? Will there be an alternative for a similar container based use-case (as in requiring a full machine) on RedHat? Best Regards Mark Clarkson
2019 Jun 27
4
LLVM on bare-metal
Hello! Q1 Are there any resources or examples on embedding LLVM into an ARM-based bare-metal application?  Searching in this area only turns up information on how to use LLVM to target bare-metal when I want to compile LLVM for linking against a bare-metal application. Q2 Are there any memory usage benchmarks for LLVM across the common tasks (especially loading bytecode, doing the
2006 Jan 12
2
Basis of fisher.test
...nly: In the one-sided 2 by 2 cases, p-values are obtained directly using the hypergeometric distribution. Otherwise, computations are based on a C version of the FORTRAN subroutine FEXACT which implements the network developed by Mehta and Patel (1986) and improved by Clarkson, Fan & Joe (1993). The FORTRAN code can be obtained from <URL: http://www.netlib.org/toms/643>. I have had a look at this FORTRAN code, and cannot ascertain it from the code itself. However, there is a Comment to the effect: c PRE - Table p-value. (Output) c...
2015 Aug 11
2
Re: libvirt-lxc
On 11/08/2015 07:31, Martin Kletzander wrote: > The fact that it's deprecated in some distributions doesn't mean > we're dropping it. So, just to be clear, there are no plans to drop the lxc driver from libvirt?
2010 Jul 13
2
Missing packages
I haven't seen anything on the announce list and don't see these in the repos: qspice-client - http://rhn.redhat.com/errata/RHEA-2010-0492.html spice-xpi - http://rhn.redhat.com/errata/RHEA-2010-0493.html kvm - http://rhn.redhat.com/errata/RHBA-2010-0479.html Anyone know what the story is? David Martin
2009 Feb 18
1
alpha shape function
Hi all, I want to approximate te shape of an area defined by a set of points. The convex hull is not good enough, but I think that an alpha shape would be fine. I did an RSiteSearch(), google search, RSeek.org search, looked at the CRAN Views, but was unable do find a function in R that computes the alpha shape. Does anyone know if there is such a function in R? Theank you very much. Moacir
2009 Jun 25
2
Use 8GB RAM on Pentium D?
Hello: I have a Supermicro SuperServer 5015P-TR. It has a Pentium D and is running CentOS x86_64. Can this machine use 8GB RAM? I think it should because it is running a 64 bit OS, but I am concerned because it is fundamentally 32 bit hardware. Anyone have any experience in this area? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your
2009 Jun 25
1
CentOS Repos
Hi, Where can I get a list of all the available repos with some info about each? thnx, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090625/2894d353/attachment.html>
2009 Oct 15
2
CentOS 5.4? anyone?
Hi, The last status (from twitter) is 2 days old with the '5.4 is baked! centos internal network will start syncing up today. Release ~ soon!'. Any ETA? - Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091015/06994b2f/attachment-0002.html>
2012 May 13
1
Python 3.2 support for libvirt API?
...mpatible. Is the libvirt module available for Python 3.x yet, and, if so, what is the module name that I need to import? What is the package name to install on my OS (Ubuntu 11.10)? Thanks in advance, Pat Wilbur -- Patrick F. Wilbur Researcher, Consultant, Educator, Computer Science Graduate at Clarkson University patrick.wilbur at gmail.com wilburpf at clarkson.edu Check out our book: http://runningxen.com Consulting: http://pfwilbur.com My website: http://pdub.net -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-user...