search for: afmc

Displaying 20 results from an estimated 32 matches for "afmc".

Did you mean: afm
2010 Dec 28
17
Need Help Getting Windows XP To Use Samba Properly
Hi everyone, new to the list. My apologies if this issue has already been covered, but I am having the following problem with Samba: Using Windows XP as a client, I am trying to see a Solaris system as a server. Solaris is running Samba 2.4.2, and Windows 2000 sees it as a server without any problems. Windows XP, however, generates the error "The network name is no longer
2004 Jul 29
2
2003 KDC and Samba
...-11 krb5-devel-1.2.7-24 Things tried..(per the samba docs. this is the first step..) kinit USERNAME@REALM error.. kinit(v5): KRB5 error code 52 while getting initial credentials net ads join "/IT/Computers/Servers-2" -U adminOFthisOU error.. kerberos_kinit_password ADMINOFTHISOU@USAF.AFMC.DS.AF.MIL failed: KRB5 error code 52 Not much on google about this error.. krb5.conf ************** logging] default = FILE:/var/log/krb5libs.log kdc = FILE:/var/log/krb5kdc.log admin_server = FILE:/var/log/kadmind.log [libdefaults] ticket_lifetime = 24000 default_realm = USAF.AFMC.DS.AF.M...
2010 Dec 30
0
Need Help Getting Windows XP To Use Samba Properly[Closed]
...P (just a workgroup, hosts file, static IPs and Samba). But those are good ideas, I'll keep them in mind just in case. Major thanks. :-) Bob -----Original Message----- From: tms3 at tms3.com [mailto:tms3 at tms3.com] Sent: Thursday, December 30, 2010 12:45 PM To: Hodges, Robert CTR USAF AFMC 520 SMXS/MXDEC Subject: Re: [Samba] Need Help Getting Windows XP To Use Samba Properly[Closed] So both Microsoft and my shop are throwing in the towel on this one and we're resorting to simply mapping to all the shares instead of having users browse to them. Sounds simple, but this repre...
2024 May 16
1
[Non-DoD Source] Re: R for the US Air Force
...ut to Jeremy and see if he can help me get the IDs the USAF wants. It sounds like Joshua predates my time here. That?s a really good idea. Thanks very much! Doug From: Josiah Parry <josiah.parry at gmail.com> Sent: Thursday, May 16, 2024 1:05 PM To: ADAMS, DOUGLAS L CIV USAF AFMC OO-ALC/OBWA <douglas.adams.15 at us.af.mil> Cc: R-devel at R-project.org Subject: [Non-DoD Source] Re: [Rd] R for the US Air Force You don't often get email from josiah.parry at gmail.com. <https://aka.ms/LearnAboutSenderIdentification> Learn why this is important Hey Dou...
2024 May 16
2
R for the US Air Force
Hello, The US Air Force used to have R available on our main network, but now those who need to accept it back are being very particular about what they're accepting in terms of official documentation. Would you be able to help me with this endeavor? I'm attaching a pdf that shows what documentation they'd require for us to re-establish R as being acceptable on the network
2024 May 16
1
R for the US Air Force
...n.com/in/joshua-couse/. Jeremy Allen has since taken over my role at Posit since I've left. I'm sure he knows a plethora of people in the USAF who are using R and can help you out. https://www.linkedin.com/in/jeremy-allen-data/ On Thu, May 16, 2024 at 2:57?PM ADAMS, DOUGLAS L CIV USAF AFMC OO-ALC/OBWA via R-devel <r-devel at r-project.org> wrote: > Hello, > > > > The US Air Force used to have R available on our main network, but now > those who need to accept it back are > being very particular about what they're accepting in terms of official > doc...
2011 Mar 29
3
passing arguments via "..."
I would like to do something like the following: Fancyhist<-function(x,...) { # first, process x into xprocess somehow, then ... if (is.null(breaks)) { # yes, I know this is wrong # define the histogram breaks somehow, then call hist: hist(xprocess,breaks=breaks,...) } else { # use breaks give in calling argument hist(xprocess,...) } } But, those of you who know R better
2009 Dec 08
3
arrow plots
Am doing some vector plots with the arrows() function. Works well. But what I need to do is supply an arrow for scaling for the reader. I need to plot an arrow of some known magnitude somewhere on the page (preferably outside the bounds of the plot, so that it can be seen clearly) with some text underneath it that says, for instance, "10 kg-m/sec". Any ideas? Thanks.
2010 Dec 29
0
FW: Need Help Getting Windows XP To Use Samba Properly
...SP3) having this problem, nothing else is installed. I've got about the simplest network configuration in the world. VERY frustrating. Bob -----Original Message----- From: TAKAHASHI Motonobu [mailto:monyo at monyo.com] Sent: Tuesday, December 28, 2010 4:39 PM To: Hodges, Robert CTR USAF AFMC 520 SMXS/MXDEC Cc: tms3 at tms3.com; samba at lists.samba.org Subject: Re: [Samba] Need Help Getting Windows XP To Use Samba Properly 2010/12/29 Hodges, Robert CTR USAF AFMC 520 SMXS/MXDEC <robert.hodges.ctr at hill.af.mil>: > Refresh: This error happens when you try to browse using &quo...
2010 Aug 05
2
SAMBA and SMB Signing
Hello, We're working on setting up a SAMBA server, but it is not working. There is a standard configuration for our Windows Vista machines. With the previous configuration of Windows Vista ("Alice") it connects to the SAMBA fine. However, the latest Windows Vista configuration ("Bob") will contact the SAMBA server, send the required password then just stop communicating.
2012 Aug 09
2
How to overlay a global map on a filled contour?
I would like to plot some lat-lon data in a filled contour, and then overlay a map of the globe on top. I am trying something like this: filled.contour(lons, lats, glb.data, plot.axes={axis(1);axis(2);map(projection='rectangular',parameters=0,add =T)} ) The filled contour plots fine, and the map shows up, but only as a very tiny little black rectangle in a small area of the
2011 Jun 28
3
FIPS 140-2 compliance
I''ve just posted a feature request <http://projects.puppetlabs.com/issues/8120> relating to FIPS 140-2 compliance. I''m pointing to it here on the mailing list because I listed there five places where Puppet (nay, Ruby!) crashed while I was testing a deployment using FIPS mode on all hosts. It crashed because it tried to use MD5, and OpenSSL in FIPS mode doesn''t let
2009 Apr 08
1
vectors on top of contours, and lattice
OK, I needed to plot a set of vectors on top of a contour plot. I figured out a way to do this. I create a panel function that calls "larrows()" with arguments constructed from my vector data. Then, when I go to do the contour plot, I call contourplot() with the "panel" argument set to point to my newly created panel function. So far, so good. Now, I need to do a
2009 Apr 15
2
(hopefully) simple array op
I have a multidimensional array "a", for example, > a , , 1 [,1] [,2] [1,] 1 3 [2,] 2 4 , , 2 [,1] [,2] [1,] 5 7 [2,] 6 8 So a is 2x2x2. I have another array "b", for example, > b [,1] [,2] [1,] 9 11 [2,] 10 12 So b is 2x2. I want to "tack" b onto a so that b becomes a new "plane", so to speak,
2009 Apr 16
1
weird error with contourplot
Sorry if I am cluttering up this list with too many rank beginner questions. But I *am* a rank beginner, and I am at my wit's end with this one: I have a data frame df, with components x,y,z. This command to make a contour plot with lattice graphics works just fine: > contourplot(z~x*y,data=df,cuts=20) Then I try > contourplot(z~x*y,data=df,cuts=20,region=T) And it dies on me with
2010 Nov 24
1
adding blocks to arrays
I have a four-dimensional array. I have a three-dimensional array I want to add to it. My particular problem is conceptually very simple because the new array is just going to go into the end of the 4D array; i.e. will be added into the final index. I think I have seen an R command that can do this in one shot, but for the life of me, I can't find it again. Am I making this up, or is there
2011 Dec 14
1
JavaGD package
Am trying to install package JGR and, by necessity, JavaGD on a few Linux platforms. R rev. 2.14.0. Had some success on one platform, but am running into a problem on a new platform. I installed rJava, JavaGD, iplots, and JGR. Things went - I thought - without a hitch. Now, when I try to use JGR, I start R and issue the command "library(JGR)" and get an error message: Error in
2011 Dec 30
1
configure can't find readline -- but it's there!
Am trying to install 2.14.0 on a CentOS system. The configure script apparently can't find something to do with the readline library: Configure: error: --with-readline=yes (default) and headers/libs are not available Yes, I know I need readline 4.2 or later. "yum" assures me that rev 5.1 is already installed. And I know I need to provide configuration flags if it is in
2012 Jul 13
1
integrating multi-dimensional dat along one dimension
I just want to integrate a 3D data set along one dimension to obtain a 2D data set. Something like: (given array "d" with dim nx,ny,nz ...) data_int<-array(dim=c(nx,ny)) for (n in 1:ny) { for (m in 1:nx) { data_int[m,n]<-sum(d[m,n,]) } } The thing is, given R's facility with integers, it seems that I should be able to obtain data_int without the
2024 May 18
1
[External] Re: R for the US Air Force
...e to be the copyright holder of the software? Or anyone free to distribute it by license? Does the USAF use other open source systems, eg Linux, in which case are they going through a licensed reseller to tick these boxes? Barry > > On Thu, May 16, 2024 at 2:57?PM ADAMS, DOUGLAS L CIV USAF AFMC OO-ALC/OBWA > via R-devel <r-devel at r-project.org> wrote: > > > Hello, > > > > > > > > The US Air Force used to have R available on our main network, but now > > those who need to accept it back are > > being very particular about what they...