Displaying 20 results from an estimated 1200 matches similar to: "Arrrgh, stuck in MYGROUP"
2002 May 28
2
MYGROUP inaccessible
High gurus,
Je souhaite mettre en place un serveur samba
lorsque je vais dans le voisinnage r?seau je vois bien le partage MYGROUP
cependantlorsque je veux y acc?der j'ai une erreur du type :
MYGROUP est inaccessible.
l'ordinateur ou le nom de partage n'a pas ?t? trouv? !!
controler votre entr? et r??ssayez !!
Une id?e ?
# Samba config file created using SWAT
# from 130.0.10.3
2005 Sep 04
0
net rpc group add mygroup - NT_STATUS_ACCESS_DENIED
does not work.
Hi - I'm a little bit desperated.
I've samba configured as an PDC with openldap as an information backend.
Normally with tdb files I can do the command
net rpc group add mygroup
and this works. But if I switch to ldapsam I get the failure message
root@balu-bash(1:10)# net rpc group add mygroup
Password:
add group failed: NT_STATUS_ACCESS_DENIED
I'm quite sure that
2008 Nov 14
2
string_to_sid: Sid MYDOMAIN\mygroup does not start with 'S-'.
I've been struggling for almost 2 weeks to get Samba working on two new
servers.
When I try to open a Samba share from a Windows 2003 computer, I always
get a logon challenge. I always get the following lot message
[2008/11/13 16:05:06, 3] lib/util_sid.c:string_to_sid(228)
string_to_sid: Sid MYDOMAIN\mygroup does not start with 'S-'.
[2008/11/13 16:05:06, 2]
2003 Aug 07
1
graph for selected lines in stars()
Dear listers,
The following command (derived from the example in the ?stars help page)
works :
data(mtcars)
stars(mtcars[, 1:7])
But the following gives an error:
stars(mtcars[1, 1:7])
Error in s.y[i, ] : incorrect number of dimensions
I was expecting to have the star graph for the first line (Mazda Rx4)
The following give an incorrect graph for the first two cars :
stars(mtcars[1:2, 1:7])
2003 Aug 13
1
stars graphs
Hi listers,
A few days ago I posted a question about the use of the stars function
on selected lines of a frame. Thanks to two helpers, a closer look at
the scale argument allowed to partially solve the problem. Yet I still
have a problem with stars.
Allow me to explain what I intend to do (sorry for my poor English and
the long post):
I want to graph an activity index of a fish during the day
2010 Jun 16
1
The __WINE__ macro does not identify the Wine platform
According to some old discussion
(http://www.mail-archive.com/wine-devel at winehq.com/msg15669.html) on
wine-devel it appears that __WINE__ should be the macro used to
identify the Wine platform,
However, that doesn't appear to work for Windows native MinGW on wine.
Here is my test code:
#include <stdio.h>
int main(int argc, char** argv)
{
#if defined(__WINE__)
2010 Sep 14
0
influence measures for multivariate linear models
I'm following up on a question I posted 8/10/2010, but my newsreader
has lost this thread.
> Barrett & Ling, JASA, 1992, v.87(417), pp184-191 define general
> classes of influence measures for multivariate
> regression models, including analogs of Cook's D, Andrews & Pregibon
> COVRATIO, etc. As in univariate
> response models, these are based on leverage and
2010 Jun 12
3
Speed/latency issues for development in a Wine environment
I am an experienced Linux developer but a Wine newbie. Recently I have been
exploring the possibility of using CMake-2.8.1 and MinGW-4.5.0 in a
Wine-1.1.42 environment (the backported Debian Lenny packages from WineHQ)
to check that CMake-based build systems I use for various software projects
work properly for that Windows platform. I am collecting notes for a wiki
entry I am planning to write
2003 Nov 05
0
editor argument in edit()
Hi dear listers,
In R 1.7 under linux, if I try to edit a vector, it can be edit using
any editor:
z<- c(1,2,3,4)
edit(z) #opens vi
edit(z, editor="gnumeric") #opens "z" in gnumeric
edit(z, editor="gedit") #opens "z" in gedit
It is similar in Windows98 (R 1.8) :
edit(z) #opens z in notepad
edit(z, editor="C:\\Program Files\\Microsoft
2003 Nov 10
0
position of given values labels in coplot
Hello dear listers,
I can't find a way to align the given values labels when using coplot.
The labels always appear like a stair. Is there a way to modify this ?
I searched the help and archives but was unable to find out.
Any help would be much appreciated,
Tito
--
L. Tito de Morais
UR RAP
IRD de Dakar
BP 1386
Dakar
S?n?gal
T?l.: + 221 849 33 31
Fax: +221
2013 Jan 26
2
different legends in lattice panels
Hi listers,
I want to make lattice plots xyplots with the indication of legends
inside each panel with only the points and the lines actually ploted
inside each given panel according to the group(ing) factor.
The code below shows what I have achieved so far and I hope will make
clear what I want to have.
It seems to me that my solution is a very "dirty hack" and there
certainly is
2010 Aug 10
1
influence measures for multivariate linear models
Barrett & Ling, JASA, 1992, v.87(417), pp184-191 define general classes
of influence measures for multivariate
regression models, including analogs of Cook's D, Andrews & Pregibon
COVRATIO, etc. As in univariate
response models, these are based on leverage and residuals based on
omitting one (or more) observations at
a time and refitting, although, in the univariate case, the
1999 May 23
1
The mystery of the vanishing print job
I suppose I should start by saying that the system is running a fresh
installation of RedHat 6.0, and I've done so little that I'm amazed that
I've managed to do something wrong ;)
I have a genuine article postscript printer (an old QMS PS-410 for what
it's worth) connected to lp0 and setup as "lp" such that when I type "lpr
somefile" somefile is printed out. I
2016 Dec 13
2
spec file frustration (rant)
On 12/13/2016 03:34 PM, Phil Wyett wrote:
> On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote:
>> I'm getting spec files from centos git which is really convenient when
>> the related source is easy to find. But some things - e.g. from a spec file
>>
>> # How to create the source tarball:
>> #
>> # git clone
2016 Dec 13
0
spec file frustration (rant)
On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote:
> I'm getting spec files from centos git which is really convenient when
> the related source is easy to find. But some things - e.g. from a spec file
>
> # How to create the source tarball:
> #
> # git clone git://git.fedorahosted.org/git/python-rhsm.git/
> # cd client/python-rhsm
> # tito build --tag
2016 Dec 13
0
spec file frustration (rant)
On Tue, 2016-12-13 at 15:39 -0800, Alice Wonder wrote:
> On 12/13/2016 03:34 PM, Phil Wyett wrote:
> > On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote:
> >> I'm getting spec files from centos git which is really convenient when
> >> the related source is easy to find. But some things - e.g. from a spec file
> >>
> >> # How to create the source
2013 Jan 29
3
how to suppress the intercept in an lm()-like formula method?
I'm trying to write a formula method for canonical correlation analysis,
that could be called similarly to lm() for
a multivariate response:
cancor(cbind(y1,y2,y3) ~ x1+x2+x3+x4, data=, ...)
or perhaps more naturally,
cancor(cbind(y1,y2,y3) ~ cbind(x1,x2,x3,x4), data=, ...)
I've adapted the code from lm() to my case, but in this situation, it
doesn't make sense to
include an
2008 Dec 03
3
Stable Samba for AIX5.1
Hello,
I need to upgrade Samba 2.2.2 to a stable Samba version compatible with
AIX5.1 . Need to know the samba version I need to download and apply.
Tito
2016 Dec 14
0
spec file frustration (rant)
On 12/13/2016 04:16 PM, Alice Wonder wrote:
> I'm getting spec files from centos git which is really convenient when
> the related source is easy to find. But some things - e.g. from a spec file
>
> # How to create the source tarball:
> #
> # git clone git://git.fedorahosted.org/git/python-rhsm.git/
> # cd client/python-rhsm
> # tito build --tag
2007 Apr 19
0
Samba on Solaris filing
G'day all,
I've been getting some strange things happening with my samba setup. At
the moment we've got a SAMBA/LDAP setup to provide single sign/roaming
profiles for our Windows machines. We've got 1 PDC & 3 BDC's all running
Solaris 10 on Sun-Fire-V440's.
The problem is that the system seems to run fine for about a day or two
(users login/logout, etc), but then for