Displaying 20 results from an estimated 5000 matches similar to: "UserAlready Exists"
2007 Jun 27
3
3.025b tree connect failed: NT_STATUS_ACCESS_DENIED
I am trying to use new samba and having problems.
# smbclient //sambamachine/shareweb -Uusername
Password:
Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.0.25b]
tree connect failed: NT_STATUS_ACCESS_DENIED
I noticed this in the log:
Checking password for unmapped user [DOMAIN]\[username]@[CLIENTMACHINE]
with the new password interface
[2007/06/27 10:15:21, 2] auth/auth.c:check_ntlm_password(309)
2004 Oct 29
1
group name length limit?
I am using samba 3.07 with winbind in AD. I have some long group names
(30 char or more, includes spaces). And I noticed users get access
denied for those groups. Is there a limit on group name length?
Thanks.
--Sharif
--
Sharif Islam http://www.sharifislam.com
Research Programmer
Library Systems Office 217-244-4688
2004 Nov 10
3
Transfer winbind idmap to LDAP
Hi all
This seems simple, but I can't figure how tho acheive it.
I have:
- NT4-PDC
- Fileserver (Solaris 9), Samba 3.0.2 member server with winbind
I want to migrate my NT4-PDC to Samba PDC with ldapsam. How can I make
sure that after vamprie my old PDC to Samba-PDC, the user and group ids
will be the same as in the winbind-idmap of my Samba member server?
Thanks and regards
Paul
--
2008 May 13
3
creating a master share
I am trying to create a master share that contains all the other
shares. I created a group that needs read+write permission to all the
other shares. However, rather than adding this group in each share
configuration, I was wondering if there is a way to overwrite the
permission.
I tried this but gave read-only access. Also in the linux level, I
don't have this master group as the owner. Any
2017 Dec 01
2
Using Scalar Evolution to Identify Expressions Evolving in terms of Loop induction variables
Hi,
I am using Scalar Evolution to extract access expressions (for load and store instructions) in terms of the loop induction variables.
I observe that the Scalar Evolution analysis is returning more expressions than I expect - including ones that are not defined
in terms of the loop induction variable. For instance in the following code:
for(unsigned long int bid = 0; bid < no_of_queries;
2003 Sep 18
3
Freeing blocks not in datazone
These came up on dmesg this morning:
attempt to access beyond end of device
09:00: rw=0, want=1635237736, limit=976791680
attempt to access beyond end of device
09:00: rw=0, want=1635237736, limit=976791680
EXT3-fs error (device md(9,0)): ext3_free_blocks: Freeing blocks not in
datazone - block = 4293394431, count = 1
attempt to access beyond end of device
09:00: rw=0, want=1930439616,
2017 Dec 01
0
Using Scalar Evolution to Identify Expressions Evolving in terms of Loop induction variables
Hi Hashim,
Scalar evolution determines evolution of scalar in terms of expression
chain driving it.
Try dumping the detailed log using opt -analyze -scalar-evolution <.ll> -S
, and look for LoopDispositions
corresponding to different expression which shows variance characteristics
of a particular expression w.r.t
loop i.e. [computable/variant/invariant].
Thanks
On Fri, Dec 1, 2017 at
2004 Nov 09
1
samba 3.08 winbind question
Noticed this in /var/log/samba while I was applying 'getent
groups|grep groupname '
[2004/11/09 10:29:04, 1] nsswitch/winbindd_ads.c:enum_dom_groups(282)
No rid for Performance Monitor Users !?
[2004/11/09 10:29:04, 1] nsswitch/winbindd_ads.c:enum_dom_groups(282)
No rid for Terminal Server License Servers !?
[2004/11/09 10:29:04, 1] nsswitch/winbindd_ads.c:enum_dom_groups(282)
No rid
2004 Nov 19
1
Active Directory, Listing Users in Groups.
I have samba 3.0.8, as a member of 2000AD and 2003AD.
I would like to get groups and the members in each group.
The purpose is to maintain a set of Filtering profiles on squidGuard that
are based on AD groups. I will have a script that reads a config file with
the groupnames to fetch from Active Directory and a Precedence order to set
them in. One of the groups will be designated "a NO
2007 Jul 22
2
Data Set
Hi Sir
I have made a data set having 23 stations of rainfall.
when I use the attach function to approach indevidual stations then
following error occurr.
*>attach(data)*
*>S.Sharif #S.Sharif is the station name which has 50 data values*
*Error: object "S.Sharif" not found*
Now how to solve this problem.
Thank You
Regards
--
AMINA SHAHZADI
Department of Statistics
GC
2006 Aug 18
3
RH init scripts busted ?
Hi,
I''m just getting started with puppet, and using the RPMS provided
(on CentOS 4.3), and RedHat''s killproc is annoying me again.
The process is called ''ruby'' instead of ''puppetmasterd''.
$ ps 7869
PID TTY STAT TIME COMMAND
7869 ? Ss 0:00 ruby /usr/sbin/puppetmasterd [ etc ]
So, service puppetmaster
1998 Dec 21
1
Problems with SMB.CONF
Hi everyone,
I installed SAMBA-1.9.18p10 on my computer which is a LINUX 2.0.30 and
configure it with the following smb.conf file:
========================================================== BEGIN
[global]
load printers = no
guest account = nobody
workgroup = SAMBA
wins proxy = no
wins server = 194.225.42.33
log level = 1
log file = /usr/local/samba/var/log.%m.%a
max log
2003 Jan 24
3
win98 & samba file server
Hello everybody,
it's a few minutes that i've subscribed in your mailing list.
nice to meat all of you.
I have samba on redhat 8 as a file server for a couple of "win98" &
"winXP"'s.It work's for my XP OS's but I don't know how to join the "win98" 's in.
please help me
thanks
payam.
2005 Jul 18
2
[LLVMdev] How will get unoptimized LLVM assembly
Dear All,
I am Zahurul Islam. I have found LLVM always generate optimize byte code,
but I want to stop this. Actually, I want unoptimized LLVM assembly code
from C code.
Please help me to do that.
regards,
Zahurul Islam
BRAC University
Dhaka,Bangladesh
2010 Mar 10
4
[LLVMdev] glod plugin use
Hi,
I was trying to use gold plugin to compile and run some of my passes on some large softwares like mysql, apache etc. When I compile using llvm-gcc, everything works fine. But, when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like:
/home/vadve/ssahoo2/local/bin/ld: error: modules/standard/libstandard.a: no archive symbol table
2013 Apr 16
4
Singular design matrix in rq
Quantreggers:
I'm trying to run rq() on a dataset I posted at:
https://docs.google.com/file/d/0B8Kij67bij_ASUpfcmJ4LTFEUUk/edit?usp=sharing
(it's a 1500kb csv file named "singular.csv") and am getting the following
error:
mydata <- read.csv("singular.csv")
fit_spl <- rq(raw_data[,1] ~ bs(raw_data[,i],df=15),tau=1)
> Error in rq.fit.br(x, y, tau = tau, ...) :
2009 May 13
2
[LLVMdev] Slightly OT: LLVM in NVidia OpenCL
Well well, LLVM seems to be everywhere these days :)
>From the OpenCL SDK release notes:
NOTICE: Portions of the NVIDIA system software contain components licensed
from third parties under the following terms:
Clang & LLVM:
Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign.
All rights reserved.
Portions of LLVM's System library:
Copyright (C)
2010 Jul 21
2
Cisco Firmware
Can any good men on this group share me the firmware of a Cisco 7960 Phone?
Currently this one has Call Manager Firmware installed, I am trying to
convert it into SIP.
Much appreciated.
Apu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100721/0049c15d/attachment.htm
2007 Sep 03
1
FLAC_index
Hi,
Christian Weisgerber <naddy@mips.inka.de> wrote:
> I guess the use of unsigned index variables was an accident. Changing
> them back to int makes FLAC pass the "thorough" test suite on amd64.
I was wondering why there isn't a FLAC_index (FLAC_index16 or FLAC_index32)
type that would prevent someone from just "winging" it with a bad choice for
an index to
2013 Jul 12
2
"Proper" way to use a "hidden" function in an R-package?
R-developers:
I'm working on updating my R package "spatial.tools", and one thing I
was wondering was the proper way to have hidden functions -- should I
simply not export them to the namespace and use the ::: operator to
call them (which is what I currently do)?
--j
--
Jonathan A. Greenberg, PhD
Assistant Professor
Global Environmental Analysis and Remote Sensing (GEARS)