Displaying 20 results from an estimated 29 matches for "idall".
Did you mean:
icall
2014 Sep 12
0
Compatibility issues between Matrix and kml
...I wonder what my code is not compatible with the Matrix package. Here is a
(simplified) version of the kml code :
--- 8< ------------
library(longitudinalData)
setClass(Class="CLD", contains=c("LongData","ListPartition"))
myCld <- new("CLD",
idAll=as.character(c(100,102,103,109,115,123)),
idFewNA=as.character(c(100,102,103,109,115,123)),
time=c(1,2,4,8,15), varNames="P",
traj=matrix(c(1,2,3,1,4, 3,6,1,8,10, 1,2,1,3,2, 4,2,5,6,3,
4,3,4,4,4, 7,6,5,5,4),6),
dimTraj=c(6,5), maxNA=3, reverse=matrix(c(0,1...
2003 Jan 27
2
Winbind: login "cannot find name for group ID XXXXX" ONLY RedHat 8
My RedHat 8.0 workstation doesn't want to play nice
with Winbind. The rest of our Samba servers (on
RedHat 7.3) are working fine, and I am familiar with
setting up Winbind.
Samba: 2.2.7a (RPM from Samba.org. RedHat's RPMs do
same thing.)
Kernel 2.4.20
NT 4 domain
I'd copied the pam and smb.conf from a working box in
testing. Getent passwd and group works, BUT getent
group
2003 Feb 17
4
Groups with Samba domain controler or domain member
Does anybody know more about groups? I am considering switching from NT
to Samba domain and have made some test. Unfortunately I need to make
two additional groups, except Domain Admin (one of them is Domain
Users). Is it possible to make that with the stable version of Samba?
And another, but not so important (for now) question. Currently I have a
Samba server, providing files and printers
2003 Jan 30
3
Can't see all of the directories in a share with 2.2.7a-1 & RH8...but older version/kernel can
Hi all,
Hoping someone might be able to steer me in the right direction and/or
help me solve my problem.
We have a number of Linux servers (RH6.2 -> RH8) which connect to the
same share on a Win2000 Server. We've been working kinda hard to get
everything upgraded to either RH7.3 or RH8.0 since we rarely get the
opportunity. 2 similar servers (one dev, one prod) access this same
window
2003 Feb 06
0
Fwd: Re: oplock problems
Oops, samba@lists.samba.org, not SALBA (:
/dev/idal
--- Chris de Vidal <cdevidal@yahoo.com> wrote:
> Date: Thu, 6 Feb 2003 08:19:56 -0800 (PST)
> From: Chris de Vidal <cdevidal@yahoo.com>
> Subject: Re: oplock problems
> To: Brian Johnson <bjohnson@jecinc.on.ca>
> CC: salba@lists.samba.org
>
> --- Brian Johnson <bjohnson@jecinc.on.ca> wrote:
>
2002 Dec 13
2
Some doubts
Hi, I'm trying to setup samba server on FreeBSD-4.7-STABLE, with samba version 2.2.7a. It runs so good (better than our snap server :).
I need to know if should be possible, that users can modify, save, and all other possible operations on files except delete it.
My users config are, more or less:
All users have their uid
All users are in same gid
Some project admins (they are on
2003 Feb 17
7
pam_winbind.so - How do I create it?
Hello,
I'm installing 2.2.7a, or attempting to at any rate. I've compiled it
from source using the following instructions:
http://us2.samba.org/samba/docs/Samba-HOWTO-Collection.html
Anyways, I've got it set up so that it works. Now I'm trying to get to
a point where I can interface it like I have with a different Linux box
that is working without any problems.
When I did the
2003 Feb 23
0
Re: Multiple client access same file
Ohh, hmm. I'll try it at work if I get some time and
see what happens. I have a Samba benchmark I can run
against one of our unused servers, and I'll try to
have 16 "users" access the same iso copied and mounted
twice, just as you're doing.
I might not get time to do this next week, so in the
mean time, a good troubleshooting technique is to
strip any as many smb.conf
2002 Oct 23
16
How Samba let us down
Before you read this, I want to state (for reasons
listed below) that I don't expect an answer (advice is
welcomed, but please read this email carefully before
answering). I'm sharing this with the community with
the hope that better software results from our sad
experience...
BACKGROUND
I've been using NT for 4 years, Netware and Linux for
3 years, and Samba for almost 2. I work
2003 Jan 28
3
Using Winbindd in nsswitch.conf
Hello, all--
I've a question regarding using WINS for resolving names while on the unix
box. As I understand it, you're supposed to add something to the
/etc/nsswitch.conf file, but it's not clear to me whether it's supposed to
be 'wins', 'winbind', or 'winbindd' as in the following example:
hosts: files wins nisplus nis dns
hosts: files winbind
2003 Feb 13
6
!!ATTENTION NEWBIES!!
I've been reading this list for a few weeks now and
I've given advice on questions that look challenging
but I've deleted MANY questions like these:
"How do I (easy question found in the documents)?"
Though I don't count myself an expert, I've known
enough experts to see that they _HATE_ it when you
don't invest some time before asking a question. I
too have
2003 Feb 10
5
Samba/Windows XP and SSH tunnelling
Hi,
I've been trying to get SSH tunnelling working with Samba. I'm using a
Windows XP and a RedHat 8.0 box. I've closely followed the instructions from
the HOWTO manual in order to set this up to no avail.
I think the problem comes from the fact that my lmhosts file has no effect
on the NetBIOS name cache when I preload it with the command 'nbtstat -R'. I
checked the
2002 Oct 24
1
OpLock+flat DB corruption (Was: How Samba let us down)
--- "Bradley W. Langhorst" <brad@langhorst.com> wrote:
> On Thu, 2002-10-24 at 09:43, Chris de Vidal wrote:
> > If preventing file corruption is a "drop
> everything -
> > priority 1 bug" (quoting Jeremy), it should either
> be
> > documented and/or disabled by default. But if
> > performance takes priority over file corruption,
> at
2003 Feb 10
1
preserving extended attributes during a file copy over the network
Hi,
I have 2 linux machines, SOURCE and DEST on a network. I create some
snapshots of the file structure on SOURCE and these snapshots have extended
attributes. I want to copy the snapshots from SOURCE over to DEST over the
network, but I don't want to lose the information on the extended
attributes. Is there a way to do this using the samba protocol? Or do I have
to modify the source code to
2003 Feb 13
1
Samba in Samba
I have a Samba PDC installed to authorize my windows network clients.
And it is running
on Solaris. I want to install a one another Samba file server and I want it
to authorize windows clients by consulting the PDC. This second server
must also
paricipate in the domain the PDC is responsible for. How can I do this?
Thanks,
Cyril.
2003 Feb 14
0
Attention newbies, an apology.. I WASN'T slamming you.
I'm sorry I gave the appearance I was slamming you.
The tone was supposed to be "Please, help yourself
first, here's why... here's ALL of the resources I use
to help myself." I've successfully been able to keep
questions about Samba to this list down to a minimum
by first consulting all of my sources and perhaps you
can, too.
As I read it again, it had the appearance
2003 Feb 14
1
linux newbie classes taught by Chris de Vidal
In one of your replies to the attention newbies...
series, you mentioned you teach a linux newbie class.
I'm interested (seriously, or sarcasm) in checking out
one of your seminars. Where do I get information?
Brad Peters
brad@bepeters.com
__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
2003 Feb 20
0
RE: pam_unix.so likeauth? (Was: Help with Winbind)
It makes it work! I was reading through the other messages on the list with
similar subjects, and found this one:
-----Original Message-----
From: Matthias Rutzki [mailto:mrutzki@gmx.de]
Sent: Thursday, February 20, 2003 4:51 AM
To: david.boynton2@asu.edu; bgmilne@cae.co.za; cdevidal@yahoo.com
Cc: samba@lists.samba.org
Subject: [Samba] domain users in local groups with Winbind/Samba/Redhat
It
2003 Feb 25
1
New user seeking information
I run an application on an HPUX 11.0 system that creates report files daily
and I am wanting to have those files placed on a W2K server instead of the
local drive during creation. Can I do this w/ Samba? Thanks for your
time.
2003 Feb 02
1
FreeBSD 5.0 + ACLs
Hi all,
I am playing with a test box at the moment running a Samba 2.2.7a domain
on FreeBSD 5.0. I wish to enable ACLs, but I am not exactly sure what I
am supposed to expect once they are enabled.
I have created a UFS2 partition and enabled ACL support using tunefs.
Since doing that, I have been able to connect to the Samba shares and
modify ACLs, but so far the only things I have been able to