similar to: Help! Problem with NT PDC on 3.0.14a

Displaying 20 results from an estimated 5000 matches similar to: "Help! Problem with NT PDC on 3.0.14a"

2004 Sep 23
0
[Bug 1815] New: rsync locking MS windows files mounted through Samba
https://bugzilla.samba.org/show_bug.cgi?id=1815 Summary: rsync locking MS windows files mounted through Samba Product: rsync Version: 2.6.2 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2004 Oct 06
0
CIFS in fstab
Hi, folks, I have a difficulty using a cifs connection... O/S: Mandrake 10.0, updated kernel, at 2.6.8.1-12mdk, running Samba 3.0.7 packages. I'm trying to mount, via CIFS a share on a Windows 2003 server. I have no control over the use of smb signing, so I need to use cifs, not smbfs (the organisation as a whole has over 25000 users, using numerous servers, almost exclusively Microsoft
2007 May 31
2
Trying to mount a Linux share on Windows
Hi, I am trying to mount a Linux directory onto the Windows box. The smb.conf file looks like this: Load smb config files from /etc/samba/smb.conf Processing section "[homes]" Processing section "[profiles]" Processing section "[users]" Processing section "[groups]" Processing section "[winshare]" Loaded services file OK. WARNING: passdb expand
2008 Jan 09
0
Feature Request - Allow calling of labels from other labels
My config looks as follows: ------------------------------------------ # Default boot option to use DEFAULT vesamenu.c32 # Prompt user for selection PROMPT 0 # Time until default is selected TIMEOUT 100 # Menu Configuration MENU WIDTH 80 MENU MARGIN 10 MENU PASSWORDMARGIN 3 MENU ROWS 12 MENU TABMSGROW 18 MENU CMDLINEROW 18 MENU ENDROW 24 MENU PASSWORDROW 11 MENU TIMEOUTROW 20 MENU TITLE 32Bit
2002 May 18
0
Samba authentication problem
On a small home network, I am trying to move from simple share based security = to user to openldap. I have simple share working fine, as long as no authentication is occuring. = Obviously not at all secure! The two immediate problems are when I go to security=3Duser on the NT authentication side I get: [Alan@Webby Alan]$ smbclient //webby/WinShare -U Alan added interface ip=3D192.168.0.5
2010 Jul 28
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Hello, I'm using gold linker now to see if there can be any performance gain. Also using latest gcc version (4.4.4) and latest binutils. But when I'm compiling llvm-gcc, I'm getting this error. /home/jal/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/xgcc -B/home/jal/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/ -B/usr/local/arm-v7a8-linux-gnueabi/bin/
2019 Mar 14
2
inline assembly matching error
I'm trying to add support for inline assembly and I keep getting this error: <jal> "<inline asm>:1:2: error: invalid instruction" which is due to the fact that MatchInstructionImpl() returns Match_MnemonicFail. This function is tablegen'ed in XXXGenAsmMatcher.inc and for some reason it can't find JAL even though I can clearly see it in both MatchTable0[] and
2016 Jun 21
2
[LLD] thunk implementation correctness depends on order of input section.
I've been working on supporting ARM/Thumb interworking thunks in LLD and have encountered a limitation that I think it is worth bringing up in a wider context. This is all LLD specific, apologies if I've abused llvm-dev here. TL;DR summary: - Thunks in lld may not work if they are added to InputSections that have already been scanned. - There is a short term fix, but in the longer term I
2005 Jul 28
1
What exactly IS the winbind daemon?
Hi, maybe this is a newbie-question, but ... here we go: I read the documentation for winbindd several times now but didn't get far. We run Samba as primary domain controller for several dozen clients and over 3000 users and never used winbind, so my question is quite simple: What does winbind provide and when do i need it? I assume that winbind is only used when i use samba as a client in
2005 Feb 01
1
gcc, libkrb4 problem
I'm trying to recompile the source RPM from the FC3 version of cvs (http://ayo.freshrpms.net/fedora/linux/3/i386/SRPMS.updates/cvs-1.11.17-4.src.rpm), as the version shipped on RHEL/CentOS/etc has a known bug (version 1.11.2-unix "cvs watch on" doesn't work). The initial configure is failing with this obscure error: configure:2257: checking for C compiler default output file
2006 May 02
1
pairwise.t.test: empty p-table
Hi list-members can anybody tell me why > pairwise.t.test(val, fac) produces an empty p-table. As shown below: Pairwise comparisons using t tests with pooled SD data: val and fac AS AT Fhh Fm Fmk Fmu GBS Gf HFS Hn jAL Kol R_Fill AT - - - - - - - - - - - - - Fhh - - - - - - - - - - - - - Fm - - - - - - -
2013 Feb 27
2
[LLVMdev] Mips backend 3.2 va_arg possible bug
i have this code typedef long long L; typedef integer I; void test2(auto L p0, auto L p1, auto L p2, auto L p4, ...) { va_list select; va_start (select, p4); report( va_arg(select,L) ); report( va_arg(select,I) ); report( va_arg(select,L) );
2013 Feb 28
0
[LLVMdev] Mips backend 3.2 va_arg possible bug
Could you file a bug? On Wed, Feb 27, 2013 at 2:47 AM, Stavropoulos Nikos < n.stavropoulos at think-silicon.com> wrote: > i have this code > > typedef long long L; > typedef integer I; > void test2(auto L p0, auto L p1, auto L p2, auto L p4, ...) > { > va_list select; > > va_start (select, p4); > > report( va_arg(select,L) ); > report(
2006 Dec 12
1
Undefined symbol when trying to dyn.load a shared object
I hope that someone reading this list can offer some suggestions on how I can incorporate external C libraries in C functions that I want to call from R. I have gone through all of the documentation, help files and mailing list archives and have not been able to find a satisfactory solution. I have constructed a simple example of the problem, since my "real" program is much more
2019 Jan 18
0
[klibc:master] mips/mips64: simplify crt0 code
Commit-ID: 59f3f33338f371b3a30163406fbb5fe323503939 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=59f3f33338f371b3a30163406fbb5fe323503939 Author: James Cowgill <james.cowgill at mips.com> AuthorDate: Fri, 2 Mar 2018 08:33:02 -0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Wed, 2 Jan 2019 03:08:04 +0000 [klibc] mips/mips64: simplify
2002 Dec 11
0
Windows 2000 Client Unable to Join Samba PDC 2.2.7 Help
Hello all, I am having trouble adding a windows 2000 client to a Redhat 8.0 Server running Samba 2.2.7 Domain Samba is the only PDC on the Network everytime I try to add the windows 2000 computer to the Domain using the root user, I get the error " The following error occured attempting to join the domain "nextechvt" The Specified user dooes not exist' I know the root user
2002 Dec 11
0
Windows 2000 Client unable to log onto Samba PDC 2.27
Hello all, I am having trouble adding a windows 2000 client to a Redhat 8.0 Server running Samba 2.2.7 Domain Samba is the only PDC on the Network everytime I try to add the windows 2000 computer to the Domain using the root user, I get the error " The following error occured attempting to join the domain "nextechvt" The Specified user dooes not exist' I know the root user
2006 Jul 28
1
PXElinux and Windows RIS
I was trying to use my windows RIS server to deploy linux so as to require user authentication. After seaching the internet I found that it was possible but not very well explained after alot of tinkering I eventually got it to work. Here is my documentation so hopefully others can do it in less time than I, feel free to comment and improve.. ************************ On RIS Server Create
2006 Jul 10
0
hvm networking with vif-route
Greetings xen gurus... I''m working with xen-3.0-testing downloaded on July 3, 2006. I have configured an hvm domain and want to use vif-route and network-route to configure the communication. The domU starts up fine. I was able to complete the installation of the OS (RHES3) and can restart the domain repeatedly. However, I cannot ping the network interface from dom0 using the
2006 Dec 12
1
include libraries for C code called from R
I hope that someone on this list can help me with this issue. I have searched through all of the documentation and mail archives for a solution, but have been unable to find an answer that addresses my particular problem directly. Suppose I am writing some C code that I want to access from R through the .C function. As part of the C function, I want to include an external C library, such as the