Displaying 20 results from an estimated 5000 matches similar to: "problem creating trusts between NT4 and samba"
1998 Apr 01
1
Mounting of NT Shares on SunOS
Hi There
Do anyone know about the posibility to mount an NT share into SunOS (SunOS
and Solaris 2.x) operating system.
I know there is a solution for Linux(smbmount, smbunmount), but this does
not work on SunOS because smbfs is not supported. Is there a known port of
the software on SunOS...?
I have looked into using a piece of software called rumba(software to mount
NT shares via smb to nfs)
2004 Jun 07
1
not able to change passwd
Hello,
Sorry to have posted in the wrong thread, resending the email.
We have a samba domain and now some of the users from WINDOWS 2000 Pro are unable to change their password, below is the error :
They are able to login without any problems.
pdb_free_sam: SAM_ACCOUNT was NULL
[2004/06/07 13:52:29, 0] smbd/chgpasswd.c:check_oem_password(817)
check_oem_password: incorrect password length
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
This is a forward of a question from the SourceForge LLVM forum. If
anyone has experience with Cygwin and building the C front-end there,
please reply and CC Alex.
--- Post by Alex Vinokur below ---
===============
Windows 2000
GNU gcc 3.3.3 (cygwin special)
===============
./configure
./make
I have got compilation error
-------------------------------
make[1]: Entering directory
2019 Oct 16
3
Can't setup kerberos auth for samba4 server?
Hi!
Setup: Debian, Samba 4.11
After successfully setting up samba4, I want this machine to authenticate
against the running samba4-server. I've created /etc/krb5.conf:
[libdefaults]
default_realm = ADA.DE <http://ada.de/>
dns_lookup_realm = false
dns_lookup_kdc = true
kdc_timesync = 1
ccache_type = 4
forwardable = true
proxiable
2019 Oct 21
4
Problems with internal DNS
Hi!
Samba server set up for domain rufus.ada.de a proxy is reachable in
proxy.ada.de.
resolv.conf is configured to be:
domain rufus.ada.de.
search rufus.ada.de. miri.ada.de. ada.de.
nameserver 127.0.0.1
Internal servers are handled (by an external DNS, our internal samba DNS
forwards to):
# host proxy.ada.de
proxy.ada.de has address 10.169.16.3
For deb.debian.org:
# host deb.debian.org
2002 Nov 02
1
Unable to open passdb???
Hello,
Getting this error:
[2002/11/02 12:55:16, 0] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1367)
unable to open passdb database.
[2002/11/02 12:55:16, 0] smbd/chgpasswd.c:check_oem_password(761)
check_oem_password: getsmbpwnam returned NULL
[2002/11/02 12:55:16, 0] passdb/passdb.c:pdb_free_sam(210)
pdb_free_sam: SAM_ACCOUNT was NULL[2002/11/02 12:55:16, 0]
2007 Jan 11
3
[LLVMdev] Ada support for llvm-gcc4
I'm trying to get the Ada gcc front-end to work with LLVM.
This series of patches gets things to the point where the
Ada compiler builds, though it fails to build itself or the
runtime. While I was there I resurrected fortran and
java: as with Ada, the compilers build but not the runtimes.
Also, I've replaced the gcc 4.0 Ada front-end with a back-port
of the Ada front-end from FSF gcc
2009 Jun 02
2
[LLVMdev] LLVM-gcc for Ada
I'm having problems building llvm-gcc for Ada, which may or may not be
similar to the trouble Andre was having recently. I'm trying to build
it on Fedora 10 (32-bit), using the instructions on the web site. The
make terminates with a gnatbind error:
gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
-I../../llvm-gcc-4.2/gcc/ada ../../llvm-gcc-4.2/gcc/ada/gnat1drv.adb -o
ada/gnat1drv.o
2019 Oct 22
1
Problems with internal DNS
On Tue, Oct 22, 2019 at 5:07 PM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 22/10/2019 15:52, Thomas Schweikle wrote:
> >
> > On Mon, Oct 21, 2019 at 5:03 PM Rowland penny via samba
> > <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote:
> >
> > On 21/10/2019 15:47, Thomas Schweikle via samba wrote:
>
2009 Apr 21
4
My surprising experience in trying out REvolution's R
I care a lot about R's speed. So I decided to give REvolution's R
(http://revolution-computing.com/) a try, which bills itself as an
optimized R. Note that I used the free version.
My machine is a Intel core 2 duo under Windows XP professional. The code
I run is in the end of this post.
First, the regular R 1.9. It takes 2 minutes and 6 seconds, CPU usage
50%
Next, REvolution's R.
2010 Mar 05
2
[LLVMdev] LLVM-gcc for Ada
I am trying to build llvm-gcc-4.2 but cannot figure out how to get past the problem described below.
Any help will be much appreciated.
Regards
Roger
gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c -n ada/gnat1drv.ali
error: "s-imenne.adb" must be compiled
error: ("/opt/gnat-gpl-2009/lib/gcc/i386-apple-darwin10.2.0/4.3.4/adalib/s-imenne.ali" is obsolete
2009 Jun 02
0
[LLVMdev] LLVM-gcc for Ada
Hi Eric,
> I'm having problems building llvm-gcc for Ada, which may or may not be
> similar to the trouble Andre was having recently. I'm trying to build
> it on Fedora 10 (32-bit), using the instructions on the web site. The
> make terminates with a gnatbind error:
>
> gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
> -I../../llvm-gcc-4.2/gcc/ada
1997 Sep 29
3
Mount NT on Unix?
I need a reverse samba. I need to be able to mount NT directories on a
Unix box.
Anyone know of such an animal?
Thanks,
Aaron
--
Aaron Herskowitz Mailto:aaron@intraware.com
Systems Engineer Voice:510-253-4566
intraware Inc. Fax:510-253-4599
Send XL T-Shirts to 25 Orinda Way, Orinda, CA 94563
http://www.intraware.com
2007 Jan 11
0
[LLVMdev] Ada support for llvm-gcc4
Duncan,
It would be useful to know what motivated this work -- in particular,
is some organization (company, open source project team, research
group, any other kind) interested in having an Ada front-end? Thanks,
--Vikram
----------------------------------------------------------------------
VIKRAM S. ADVE
Associate Professor, Computer Science E-MAIL: vadve at cs.uiuc.edu
Siebel
2003 Nov 16
2
Can not add users to samba 3.0
Hello, I can not seem to get smbpsswd to add any users to samba. No
matter if I use the CLI, the Webmin module or SWAT I always get this
response when trying to add any user
[root@matrix1 samba]# smbpasswd -m -a gerard
Failed initialise SAM_ACCOUNT for user gerard$.
Failed to modify password entry for user gerard$
I take it this has somehting to do with PAM & or shadow passwords, & I
2011 Jun 14
2
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
Hi John,
On 13/06/11 23:27, John McCall wrote:
> On Jun 13, 2011, at 2:12 PM, Andrew Trick wrote:
>> Although I believe asynchronous signals are also best handled by the runtime. They can be converted into cooperative exceptions. I have to say I can't see the value in resuming from an interrupt at literally any instruction address.
>
> For what it's worth, SEH (which
2010 Sep 09
1
[LLVMdev] Using LLVM to cross-compile ADA programs
Dear all,
I'm trying to use LLVM 2.7 (running on a x86-32 platform) as cross compiler to build ADA programs that will run on a different target platform (PowerPc).
The LLVM documentation states that: "The only platform for which the Ada front-end is known to build is 32 bit intel x86 running linux. It is unlikely to build for other systems without some work."
and also:
"The
2009 Nov 11
0
[LLVMdev] Hello!
On Tue, Nov 10, 2009 at 11:24 AM, Patrick Kelly <kameo76890 at gmail.com>wrote:
> I'm interested in contributing to LLVM, but I'm a rather bad C/C++
> developer. I do most of my work in Ada and was wondering if there was a way
> to still contribute to something other than the Ada frontend.
>
Since I didn't elaborate, specifically I want to work on an Ada back-end.
2004 Sep 20
2
Can't delete smbpasswd user if not in /etc/passwd
Hi all,
Looking for a solution to the following:-
# smbpasswd -x jh---
build_sam_account: smbpasswd database is corrupt! username jh--- with uid 1774 is not in unix passwd database!
Failed to initialise SAM_ACCOUNT for user jh---. Does this user exist in the UNIX password database ?
Failed to modify password entry for user jh---
#
Ths user has already been deleted from the /etc/passwd (in
2003 Oct 18
2
interdomain trust relationships
Hello,
I am also triing to set up a interdomain relationship with a NT domain
and I can't create the user, I execute the following command and I get
this.
smbpasswd -a -i xxx
New SMB password:
Retype new SMB password:
Failed initialise SAM_ACCOUNT for user xxx$.
Failed to modify password entry for user xxx$
I have samba set up so that I can set up users and machine
automatically, so I am