similar to: Binary distribution for AIX 4.3

Displaying 20 results from an estimated 800 matches similar to: "Binary distribution for AIX 4.3"

2013 Sep 09
3
[Bridge] [PATCH 1/1] bridge: fix message_age_timer calculation
This changes the message_age_timer calculation to use the BPDU's max age as opposed to the local bridge's max age. This is in accordance with section 8.6.2.3.2 Step 2 of the 802.1D-1998 sprecification. With the current implementation, when running with very large bridge diameters, convergance will not always occur even if a root bridge is configured to have a longer max age. Tested
2005 Nov 09
1
basic mac question
ok i got r 2.2.0 to work on my mac just fine but im having problems with when i try to create a new data set. when i go to new data...new data set it opens up the window. so i name my set but when i click ok the window does not go away. is this normal. also the data editor will not allow me to name my variables. for example i click on the create new variable columb and row button and i get
2002 Jan 16
1
Postsript/Lattice interaction
Hello -- I'm using R-1.4.0 on a PC running SuSE Linux 7.1. Following Christian Ritter's announcement this morning, I downloaded the new versions of lattice and grid. I find that loading the lattice library causes postcript() to include a blank first page when creating a file. Like this: > # Create regular postscript file of a plot >
2002 Nov 29
1
configure fails on Mac OS 10.2.2
Hi - I'm trying to build R 1.6.1 on a Powerbook running Macintosh 10.2.2 with the most recent software update. The latest version of the developer tools is installed. I have also installed g77 and f2c from fink (the binary versions, using apt-get). ./configure fails with the following error: > checking for dummy main to link with Fortran 77 libraries... unknown > configure: error:
2001 Oct 31
3
maps in R (fwd)
Here is the answer to an old question of mine, regarding maps in R Hope this help. claudia ---------- Forwarded message ---------- Date: Mon, 25 Jun 2001 13:48:05 -0400 From: Kieran Healy <kjhealy at Princeton.EDU> To: Claudia Tebaldi <tebaldi at ucar.edu> Subject: Re: [R] maps in R Hi Claudia -- you can get the maps() library from here:
2000 Jun 06
1
Binary distributions
I have just finished compiling Samba 2.0.7 and creating HP-UX swinstallable bundles for both HP-UX 10.20 and 11.00. In both cases I compiled with the +DAportable flag so that the linker would create PA-RISC 1 code, for hardware portability. If anybody has a need for pre-compiled HP-UX bundles I'd be happy to make these available. I can also compile on AIX 4.3 and SunOS 4.13 / Solaris 2.6
2004 Sep 29
1
IPv6 + user@ipaddress
Using: Solaris 8.0 OpenSSH OpenSSH_3.8p1 I believe I may have found a bug when dealing with restricting user at ipv6address in cases when adjacent colons do not expand to multiple fields. For example: If I have any of the following entries in sshd_config, it will let me in: user at 1234:0234:0234:0000:0234:1234:1234:1234 user at 1234:234:234:0000:234:1234:1234:1234 user at
2004 Feb 28
1
Help?
I am running samba on a solaris7 server and sharing files to several windows clients in a development lab, I am experiencing a moving target of a problem that seems to be easily reproduced. samba version 2.2.3 and 3.0.1 on this server both appear to have the issue, so it may not be a samba problem but I can't think of why the OS would have the issue in the first place. The scenario is this
2005 Aug 11
1
net ads join on AIX 5.2 - Mission Impossible ?
Hi all, is it possible at all to get Samba 3 on AIX 5.2 to join a Win 2003 Domain natively ? All the precompiled versions do not have AD Support and having AIX krb5 installed (let alone using --with-ads)is enough to make a compile run fail - both 3.0.14 and 3.0.20rc2. Might Heimdal solve this ? Has ANYONE got a working installation ? Solving this would make quite a difference to my current life,
2004 Nov 06
1
basic bwplot query
Hi - I have some data consisting of a number of observations within each of 15 countries. Each country falls into one of two groups. I'd like to use the lattice library's bwplot to present boxplots of the country-level data, with a separate panel for each group, but showing only the relevant countries in each panel. Here's an analogous example using the "singer" data
2005 Feb 08
1
Using GRASS/R interface with an xy location
I am using GRASS 5.7 and R 2.0 for OS X. I have a simple xy location I am doing some theoretical work with and would like to import maps into R using the interface in order to do analyses. Yet when I attempt to do this, I get the following error: >G<-gmeta() Error in gmeta() : region for current mapset is invalid line 11: <top: 100> run "g.region" I traced the
1999 Dec 11
1
make errors while compiling
Dear R users - I am a first-time R user trying to compile v.0.90.0 under Caldera OpenLinux 2.3, on a Dell PII400/128. I've encountered a problem with the make file. First, I run configure, which appears to complete properly. (I had to download an updated gcc library from caldera for this to happen though.) At the end of its run, config reports: > R is now configured for
2004 Jan 07
1
Sweave and X11 on OSX 10.3
Hi - I'm running R 1.8.1 (compiled from source) on Mac OS X 10.3 (Panther). I find that, if Apple's X11 application is not running, Sweave gives an error when it wants to create a pdf or eps figure. E.g., in the package's own example-1.Snw file a boxplot is created at chunk 2: <<fig=TRUE,echo=FALSE>>= boxplot(Ozone ~ Month, data = airquality) @ Normally this will create
2001 Aug 02
1
gsub() and parenthesis symbols
Dear R-users -- I'm using R 1.3.0 on a PC running SuSE Linux 7.1. I'm confused by the following behavior from the gsub() function. Am I doing something wrong? ## A string of characters > string<-c("q","w","e","(",")","q","w","e") ## Use gsub to replace `q' with `A' >
2012 Feb 13
1
survey package svystat objects from predict()
Hello, I'm running R 2.14.1 on OS X (x86_64-apple-darwin9.8.0/x86_64 (64-bit)), with version 3.28 of Thomas Lumley's survey package. I was using predict() from svyglm(). E.g.: data(api) dstrat<-svydesign(id=~1,strata=~stype, weights=~pw, data=apistrat, fpc=~fpc) out <- svyglm(sch.wide~ell+mobility, design=dstrat, family=quasibinomial()) pred.df <-
2009 Sep 30
2
Compress (gzip) a pdf device
I have not found an easy way to compress a file on filesystem. Especially I'd like to compress a pdf from pdf() function/device. Is it possible to compress It on the flight? I'd like to do something like: pdf(gzipconnection()) dev.off() If It is not possible, how can I create a gzip with the pdf? Thanks Daniele A. ________________________________ ORS Srl Via Agostino Morando 1/3
2009 Jul 07
1
Formatting print with awk and ORS
I have a command I execute: awk 'BEGIN { ORS=" " } { print "\"" $1 "\"" }' input_file which gives me exactly what I need, all field one's in quotes on one line each separated by one space. I now need to print a single quote around all of this, but the ORS flag is screwing me up, it's causing every attempt I try to repeat for every record.
2005 Mar 26
1
IPSwitchBoard new Release
IPSwitchBoard Version 0.69 has just been released; it is available for FREE: <http://mambo.thorben.dk> Download here Release notes: * Record calls by right clicking any extension button, you can have several recordings at the same time. * Bug fixes The recordings will be placed as a single wav file on the Asterisk server in the folder: /var/spool/asterisk/monitor the name of the
2003 May 22
1
(no subject)
Dear R-helpers! What it's means "Rank failure in Choleski decomposition" by using of function surf.gls {spatial}? Sincerely Yours Branimir K. Hackenberger
2010 Jul 20
1
metaplot (rmeta)
Greetings I have been trying to use metaplot to create a forest plot of my meta-analysis results. My data is in the form of ORs, so I've been inputting the ORs as the point estimate (mn) and the SEs of the logORs as the SE (se). However, whilst the point estimates appear to be displayed properly, many of the confidence intervals go below zero (not possible for an OR, as far as I know). I