Displaying 20 results from an estimated 10000 matches similar to: "printing, again"
1998 Aug 06
0
Win95 authenticated login
<disclaimer>
This is really not the forum for this, but it's come up before, and
I don't have an answer for it. On the other hand, this is the most
astute list or newsgroup I've read pertaining to Windows networking,
so here goes...
</disclaimer>
Using Samba 1.9.18p8, HPUX 10.20 and Win95 clients, we have W95
configured to require a domain logon, and as far as that goes
1998 Jan 13
4
hosts allow
So far, so good with 1.9.18p1 on HPUX 10.20 (kudos to the Samba team!).
However, I've got a question....
I'd like to be able to restrict access to some of our services, and can
certainly do so with the "hosts allow = " entry in smb.conf - it does
exactly what I want. But... I plan on bringing Samba up on a few campus
hosts, some of which have more extensive listings of PCs I
1998 Aug 19
0
login failures and system load
First, I _do_ believe Samba is better than sliced bread (hey - you can't
get fat by using too much Samba :), and I have enormous admiration
and gratitude for the Samba Team. (Okay, no, I haven't sent any pizza
vouchers...)
But, I've got a problem (what else is new?)
Win 95 clients in our public labs/classrooms are experiencing failed
logins for good accounts and occasional failures
1998 Jun 02
0
Make windows connect to a port other than 139
On Tue, 2 Jun 1998, Luke Kenneth Casson Leighton wrote:
> On Tue, 2 Jun 1998, Robert Vasvari wrote to samba-ntdom:
>
> >
> > Hi All,
> >
> > I'm planning to run my own SMB server on some box,
> > binding to a user level port (>1024). Problem is,
> > WINDOWS (both Nt and 95) only connects to an SMB
> > server on ports 137-139. So, the
1998 Aug 20
1
anxiety
While looking further into our load problems with Samba, and
specifically with logins, I bumped up our debug level to 10.
This has me really worried: in log.smb, I now see that *every other*
chdir logged is to *my* home directory. Why? It's not in the source,
that I can see. It's not in smb.conf or in our logon script. It looks
like each and every user that logs on "passes
1998 Dec 10
0
CVS woes under HPUX 10.20
<sigh>
Ever since the -lsec/-lsecurity tests in configure were "fixed", post
beta2, I cannot compile any version of Samba 2.x on HPUX 10.20. The only
options set with configure are --prefix= and --with-mmap. The differences
seem to be reversed settings for availability of getspnam, bigcrypt,
getprpwnam, and set_auth_parameters (in config.cache) and for the related
defines in
2000 Feb 24
1
landscape plots
Is there a set of R expressions that has the same effect as the
following set of S-Plus 2000 expressions:
graphsheet(format="printer", orientation="landscape")
par(mfrow=c(2,2))
plot(x1, y1)
plot(x2, y2)
plot(x3, y3)
plot(x4, y4)
dev.off() # one page of landscape plots sent to printer
I am having trouble with formulating the equivalent of the first line of
the above in R.
1999 Nov 15
3
HELP: Connections dropping whilst processes increasing.
I'm running Samba 2.0.4b on a E450 running Solaris 7 which acts as a diskspace server for
students, normally everything runs quite smoothly with numbers of connections in the region of
about 800/900. Then every now and again students will start seeing their connections being lost
and others will not get a connection when they log in, looking at the system shows no obvious
problems, except
2009 Jul 27
0
ROC curve using epicalc (after logistic regression) (re-sent)
Dear R-help,
I am resending as I believe I screwed up the e-mail address to R-help
earlier. Sorry for my lack of attention to detail, and for any
inconvenience.
I have also sent the question to the package maintainer, as suggested
in the posting guide.
Regards,
Cliff
---------- Forwarded message ----------
From: Clifford Long <gnolffilc at gmail.com>
Date: Sun, Jul 26, 2009 at 8:46
2005 Apr 18
2
when can we expect Prof Tierney's compiled R?
I am excited to learn that Prof. Tierney is bringing to us compiled R.
I would like to learn when it will be available. This information will
be useful in scheduling some of my projects. Thanks.
Jason
Jason Liao, http://www.geocities.com/jg_liao
Dept. of Biostatistics, http://www2.umdnj.edu/bmtrxweb
University of Medicine and Dentistry of New Jersey
683 Hoes Lane West, Piscataway‚ NJ 08854
2004 Sep 08
1
64 bit R slower than 32 bit R on Sun Sparc Solaris?
Hello, everyone! I guess no one is still using R on Sun Sparc these
days. But our department has a (pretty new) two-CPU Sun server. We
recently compiled R as a 64 bit application and expected a performance
boost. But it runs 25-30% slower than the 32 bit version of R. Anyone
knows why this is so? Thanks!
Jason
=====
Jason Liao, http://www.geocities.com/jg_liao
Dept. of Biostatistics,
2006 May 10
3
new package error message
My coauthor made a new R package GeneLogit (100% R code) which installs
ok on R 2.3 on Windows. But when I type
library(GeneLogit)
it gave the error message
Error in library(GeneLogit) : 'GeneLogit' is not a valid package --
installed < 2.0.0?
It runs on R 1.9.0 just fine. It seems that others have encountered
same problem but no solution is found by googling
How can I fix this
1998 Jul 12
2
Domain logon from behind proxy...
I think this has been addressed a few times,
but without quite satisfactory results.
I have a private subnet behind an NAT
proxy server (IPMASQ), and a public subnet
on the other side with the NT PDC on the public.
(Using both NetBEUI & TCP/IP). The PDC
will change later, but currently I'm trying to
find out how this all works before I do that.
I'm trying to make a client machine on
2005 Jun 15
1
random number generator: same seed used in different sessions
I did several simulation sessions and the result turned out to be a
surprise. After some investigation, I found that different R sessions
of the program used the same seed. Simply, in R210, if I start R and
type rnorm(1), I always get the same random number. This is
contradictary to what is in the R document
Initially, there is no seed; a new one is created from the
current time when one
2003 Jan 21
0
pam_smbpasswd fails, HP-UX 11i (revisted)
A co-worker of mine (Cliff Green <green@UMDNJ.EDU>) managed to get this
thing to build. What he changed to get it to do so is the following:
configure:
Change all of the references to "<module>.so" to "<module>.$SHLIBEXT."
This, to me, seems to be common sense. Anyone know why this wasn't done?
(Particularly, PAM_MOD="bin/pam_smbpass.so")
2004 Feb 25
0
Read-Only file attributes not being preserved.
Hey All,
I'm having problems with samba/windows file attributes. I'm using
roaming profiles (Win2000) with Samba serving as the PDC. Samba also
stores the profiles. The 'Create Mask' is 0744 and the 'force create'
is 00.
Now the problem is my read-only files are not kept at read-only when I
log in. Basically, I create a *read-only* file in my window profiles
directory
2001 Dec 19
2
how to get unique vectors
First, happy holidays, everyone! Thanks to the R team for bringing out
1.4 before the new year.
I have 10000 integer triplets stored in A[1:10000, 1:3]. I would like
to find the unique triplets among the 10000 ones with possible
duplications. What is the easiest way for this. I know the function
unique(), which apply to a vector, not the 10000*3 array in my problem.
Thanks in advance.
Jason
2002 Feb 01
4
ROC curves using R
I did some serach around. It seems that ROC curve computation is not
supported on R. Anyone has some leads? Thanks.
Jason
=====
Jason G. Liao, Ph.D.
Division of Biometrics
UMDNJ School of Public Health
335 George Street, Suite 2200
New Brunswick, NJ 08903-2688
phone (732) 235-9748, fax (732) 235-9777
http://www.geocities.com/jg_liao
__________________________________________________
Great
2003 Mar 13
1
OT: MDLBL - Multi-Disk-Linux-Boot-Loader v0.1
Hi,
Just FYI: I've create a template disk image + small shell script for
creating a multi-disk linux boot floppies for kernels and/or initrd's
with a size > 1.44 MB. It's based on FreeDOS Beta 8, the XMSdsk ramdisk
and Loadlin:
http://www.rocklinux.org/people/clifford/MDLBL/
I primary wrote it for ROCK Linux <www.rocklinux.org> but it might be
usefull for everyone who
2018 Jan 08
0
different names for bricks
I just noticed that gluster volume info foo and gluster volume heal
foo statistics use different indices for brick numbers. Info uses 1
based but heal statistics uses 0 based.
gluster volume info clifford Volume Name: cliffordType: Distributed-
ReplicateVolume ID: 0e33ff98-53e8-40cf-bdb0-3e18406a945aStatus:
StartedSnapshot Count: 0Number of Bricks: 2 x 2 = 4Transport-type:
tcpBricks:Brick1: