Displaying 20 results from an estimated 1000 matches similar to: "Solaris 9 Winbind "ls -l" hangs - group mapping"
2008 Apr 04
1
Next Move - Hosting
I posted this to asterisk biz but didn't get a reply.. I didn't want to
offend anyone being that this is kind of branching into hosting, and
maybe outside of the remit of this list.
Hi
Been lurking on the user list for a while but I have some what of an
immediate requirement and I'm wondering if you can suggest the best
solution (if mines a rubbish idea)
I have been testing Asterisk
2003 Nov 13
2
Netatalk and Samba???
Hi all,
Looking for a "best practices" way to share out to both Mac and PC easily.
I know Windoze enables the same sharepoint for both the mac and pc shares
and there don't seem to be any real "problems" by doing that. However I
work in an environment which forces us to utilize Win9x through XP as well
as OS 9 through 10.x on the mac side. I need a user friendly way to
2001 Apr 06
1
error:*** zlib missing
Hi, my Name is Claudia Linares and in this moment, I try to install the SSH
in a machine Sun with Solaris 2.7.
When I want to compile the software openssh-2.5.1p1 ( with Compiler CC or
with gcc), I execute the comand:
./configure but in this instant I view the following messages:
config : error:*** zlib missing - please install first or check config .log
The file config.log is this:
2005 Oct 04
6
Animation of Mandelbrot Set
Hi,
I was playing with Mandelbrot sets and come up with the following code, I
thought I would share:
library(fields) # for tim.colors
library(caTools) # for write.gif
m = 400 # grid size
C = complex( real=rep(seq(-1.8,0.6, length.out=m), each=m ),
imag=rep(seq(-1.2,1.2, length.out=m), m ) )
C = matrix(C,m,m)
Z = 0
X = array(0, c(m,m,20))
for (k in 1:20) {
Z =
2006 Nov 28
2
Large disk support
I have a 3.5 TB RAID 5 Array through a 3ware 9590SE 8 port card, and am
running into what seems like quite a lot of problems trying to get the system
installed correctly. The system is a running dual Opterons with 2 GB of RAM,
and I'm attempting to install through the x86_64 ServerCD.
First, grub refuses to install on the disk, as it's too large. I can get
around this though by
2003 Jun 24
4
cumulative frequency distribution plot
Does R do cumulative frequency distribution plots?
--
Tommy E. Cathey, Senior Scientific Application Consultant
High Performance Computing & Scientific Visualization
SAIC, Supporting the EPA
Research Triangle Park, NC
919-541-1500 EMail: cathey.tommy at epa.gov
My e-mail does not reflect the opinion of SAIC or the EPA.
Federal Contact - John B. Smith
919-541-1087 - smith.johnb at epa.gov
2005 Feb 11
2
Incorrect disk size reported at 20.0 MB
All,
I'm recently seeing an issue with how Samba is reporting
the disk space available from a NFS share. Checking the
properties from a PC system displays all mapped network
drives as having 20.0 MB size with zero free disk space
available. We updated to Samba version 3.0.11 this morning
with no change in results. I have checked the bug reports
and haven't found anything that resembles
2002 Sep 27
2
FIPS 140-2 certification
Hello everyone!
I work for a company that uses OpenSSH to remotely support systems we've
sold. Since some of our clients are US Dept. of Defense hospitals, our
access to these servers needs to comply with a whole range of
requirements and standards. At this point it's looking like the SSH
daemon needs to be FIPS 140-2 compliant, and the only package that is
certified is F-Secure.
2005 May 26
2
Reading text files and readLine
Hi,
I am trying to write a function to read in a whole text file as a single
string ( so I can calculate its "sha1" hash function using package
"digest"). I need a single string containing the whole file, and so far I
was using paste(readLines(fileName), collapse = ""). Unfortunately this
function gives me warnings :
incomplete final line found by readLines on
2005 Aug 09
3
how to use the function from another package
Hi, I am trying to write a package(A) for myself and need to use a
function from another package(B) which is in R already(need to install
it before use). Could anyone tell me how to implement that? Also I
hope that my package gives an ERROR message(something like "STOP,
please install package B first") if the package B is not installed
yet. It is my first time to write a package. Thanks
2003 Sep 17
2
RE Openssh-3.7.1p1
I tried the same work-around on Irix 6.5.15, with both GCC and SGI C
compilers. I was able to get it to run and prompt for a password, then it
just shut down. Still no solution, but I will continue working. Anyone get
it to run on Irix yet?
Jim
Attempted compilation of openssh v3.7.1p1 on SGI IRIX 6.5.13. Compilation
failed due to missing inet_ntoa.h in openbsd-compat. Copied inet_ntoa.h from
2005 May 31
2
FYI: Problems while loading package "class (VR)"
Hi,
Today, I performed automatic updates of packages and somehow lost "class"
package. I loaded a library that depended on it and got:
Error: package 'class' could not be loaded
In addition: Warning message: there is no package called 'class' in:
library(pkg, character.only = TRUE, logical = TRUE, lib.loc = lib.loc)
I tried to load it by instal-package: class (VR) and
2005 Jun 29
2
"all connections are in use" error during lazyload stage of packa ge installation
Hi,
I suddenly started getting strange errors while working on my caTools
package:
>RCMD install C:/programs/R/rw2011/src/library/caTools
......
preparing package caTools for lazy loading
Error in file(file, "r", encoding = encoding) :
all connections are in use
Execution halted
make: *** [lazyload] Error 1
*** Installation of caTools failed ***
I searched
2009 Mar 04
1
HPLIP 3.9.2
on Centos 5.2
2.6.18-92.1.22.el5.centos.plus
Has anyone gotten HPLIP 3.9.2 to work? If so what was done
about python-dbus and PyQt4-dbus? They don't seem to included
after installing PyQt4-4.4, sip 4.4.5, and hplip 3.9.2.
thanks,
roger wells
--
Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger.k.wells at saic.com
2006 Dec 13
1
rpmforge/dag's perl-Apache-ASP
Has anyone actually had any success in installing the perl-Apache-ASP package
from rpmforge? CentOS 4 seems to have just the right combination of almost
using mod_perl 2 (1.99 before major API changes) to make this extremely hard
to get right while staying with somewhat standard packages. I suspect it's
in the repo but not actually tested, as I've tried quite a few combinations
of
2005 Jul 18
2
New functions supporting GIF file format in R
Hi,
A minor announcement. I just added two functions for reading and writing GIF
files to my caTools package. Input and output is in the form of standard R
matrices or arrays, and standard R color-maps (palettes). The functions can
read and write both regular GIF images, as well as, multi-frame animated
GIFs. Most of the work is done in C level code (included), so functions do
not use any
2005 Mar 24
1
Unexpected error "subset assignment" (bug?)
Hi,
I run into following problem. It seems to me that operation in the 3rd line
should be valid.
> b = matrix(as.raw(0), 8,8)
> q = as.raw(1:8)
> b[1,] = q
Error: incompatible types in subset assignment
> length(b[1,])
[1] 8
> typeof(b[1,])
[1] "raw"
> length(q)
[1] 8
> typeof(q)
[1] "raw"
Is this a bug or a "feature"?
Jarek
2005 Nov 03
3
Search within a file
Hi,
I am looking for a way to search a file for position of some expression,
from within R. My current code:
sha1Pos = gregexpr("<sha1>", readChar(filename,
file.info(filename)$size))[[1]]
Works fine for small files, but text files I will be working with might get
up to Gb range, so I was trying to accomplish the same without loading the
whole file into R.
I realize this is
2004 Sep 09
3
function "apply" and 3D arrays (PR#7221)
Full_Name: jarek tuszynski
Version: 1.8.1
OS: windows 2000
Submission from: (NULL) (198.151.13.10)
Example code:
> a=array(1:27, c(3,3,3))
> apply(a,2, var)
[,1] [,2] [,3]
[1,] 1 1 1
[2,] 1 1 1
[3,] 1 1 1
[4,] 1 1 1
[5,] 1 1 1
[6,] 1 1 1
[7,] 1 1 1
[8,] 1 1 1
[9,] 1 1 1
> apply(a,2, mean)
[1]
2005 Mar 25
2
Casting in R
Hi,
I am looking for functions that would allow me to access raw binary data of
R vectors. One way would be to use:
x = (1:10)*pi
writeBin(x, "temp.bin")
r = readBin("temp.bin", "raw", n=length(x)*8)
Other to write my own C code. Is there any other simpler way?
I this message is a rewording of my yesterday message "Looking for function
for Double to