similar to: NT user profile corruption preventing samba access

Displaying 20 results from an estimated 20000 matches similar to: "NT user profile corruption preventing samba access"

2011 Apr 16
0
[LLVMdev] [Fwd: Re: [Fwd: Regarding alias analysis pass]]
---------------------------- Original Message ---------------------------- Subject: [Fwd: Re: [Fwd: Regarding alias analysis pass]] From: netra at cse.iitb.ac.in Date: Sat, April 16, 2011 8:38 am To: -------------------------------------------------------------------------- Hi, Actually i wanted to study the kind of aliases recognized by basicaa pass. aa-eval only gives the # of aliases
2011 Apr 16
1
[LLVMdev] [Fwd: Re: [Fwd: Regarding Inter Procedural Constant Propagation]]
Hi, I used the following commands on the program attached below: llvm-gcc --emit-llvm main.c -c -o main.bc opt -ipconstprop main.bc -o main1.bc diff main.bc main1.bc no difference was o/p :( The Program Segment is as shown below: #include <stdio.h> void f1(int a) { a=a+1; printf("%d",a); } void f2() { int b; b=1; f1(b); } int main() { int
2011 Apr 01
0
[LLVMdev] [Fwd: Re: extracting profile information]
Hi, I am implementing a profile driven strength reduction pass where i will be performing S.R and Loop Invariant Code Motion based on edge profile information. I found utils/profile.pl command on the llvm.org command guide. However,the output generated shows only function and basic block frequency. Although the help gives -edge as an option,but even for utils/profile.pl -edge
2006 Mar 08
2
INSTALLING CENTOS SPARC
I'm trying to install CentOS SPARC on a Netra T1, but it boots from disk and i want to know how to enter the bios and set up that boots from cdrom. The other problem i have is that when the Netra T1 is booting it gets stuck when makes a NIS request, and says "Time out for NIS to come up". I know this problem doesn't have relation with CentOS but if somebody has installed CentOS
1998 Oct 24
2
Need help connecting NT workstation to Samba Server
I have a few DOS and Win95 PC's connecting to our Linux 2.0.33 server running Samba v1.9.18p3. This weekend, I am installing a WinNT workstation on the LAN. I can't for the life of me connect the NT station to any of the SAMBA services. It keeps telling me I have the wrong username/password. My setup: Windows NT Workstation SP3 (with the registry set to disable encrypted passwords).
2001 Sep 26
2
"Unexpected network error" copying large files NT->Linux?
Folks -- I've read the FAQ at samba.org/samba/docs/FAQ, I've searched the mailing list archives for "unexpected network error", I've searched Google for "samba unexpected network error", and been unable to find anything. If there's another source of information that I should check, I'd greatly appreciate a pointer. I'm trying to copy files to Samba
2000 Mar 02
1
Windows NT make erro this time
(Windows NT)(I think I did all the steps in the Install file right) and I got an R-1.0.0 make error which noone got yet. Please help! I looked in the Makefile but I don't see any quoted strings there. (I'm not good at make:-/) >pwd /WINNT/Profiles/krac/Desktop/R-1.0.0/src/gnuwin32 >make BUILD=MINGW32 mkdir -p ../../bin make -C ./fixed make[1]: Entering directory
2003 Oct 13
0
Re: Migrating Windows NT Environments to Linux
What is NGROUPS_MAX : - is the nuber of groups than a user can have (32 groups per user) - or is the max number of groups on the system (32 groups) Bertil Starck a ?crit : >Hi! > >Anyone experienced the limitation of "NGROUPS_MAX 32" in the kernel when >running Samba/Winbind or solved the "Builtin Group Administrators" and the >ACL considerations when
1997 Jul 15
0
How to Disable LM Authentication on Windows NT
Probably this information affects Samba, ftp.microsoft.com/bussys/winnt/winnt-public/fixes/usa/NT40/hotfixes-postSP3/lm-fix DOCUMENT:Q147706 TITLE :How to Disable LM Authentication on Windows NT PRODUCT :Microsoft Windows NT, Windows 95, Windows for Workgroups 3.11 and LAN Manager 2.2c PROD/VER:2.2 3.11 4.0 95 OPER/SYS:WINDOWS KEYWORD :kberrmsg kbfile ntsecurity NTSrvWkst ntstop
2002 Sep 25
1
Multiple NT users on a single box
I have a win2000 box for multiple users. Each user has their own user name and password which is authenticated on the same box. I also have a Linux/Samba box serving up files and shared directories. The users and passwords are duplicated on the linux box - I'm not using user/pass synchronization or anything like that, I just duplicate the effort (for now). Each winNT user has a drive
2002 Aug 13
1
Rcmd SHLIB under NT
Hello: I'm trying to use Rcmd SHLIB to compile a single file, sann.c, to get sann.dll. I was able to get make libR.a to work, after going into MkRules and changing the line DLLTOOL=$(BINPREF)dlltool -k --as $(AS) to read DLLTOOL=C:/MINGW-1.1/bin/dlltool -k --as $(AS) But now I get: C:\rw1051\src\gnuwin32>Rcmd SHLIB sann.c make: make: Command not found make: *** [libR] Error 127
1999 Sep 16
1
mounting NT 4.0 WS shares w/Linux
Running NT 4.0 WS SP 5 and samba 2.0.5a on Linux, 2.2.12 kernel. Whenever I mount an NT share from Linux, it times out after an indeterminate period of time. This has been a continuing problem, the only workaround being to perform something requiring disk activity on the NT box, bypassing the cache (i.e., ls > /dev/null doesn't work, but df does). This must be done on a regular
1999 Apr 08
2
Samba 2.0.3 and NT/9x
Dear all, I recently upgraded to Samba 2.0.3 and read the doc files about NT machines because I cannot connect to the Samba server. In the WinNT.txt file there is the following proposal: [ --- Start of pasted text --- ] The following registry entry change will re-enable clear text password handling: Run regedt32.exe and locate the hive key entry:
2008 Oct 17
1
Preventing DomU corruption in case of Split-Brain of heartbeat
Hi Xen-Users! We run an large HA XEN system based on heartbeat2. Storage base is an infiniband storage cluster exporting iSCSI devices to the frontend HA XEN Machines. The iSCSI devices are used as pysical devices for the domUs using the block-iscsi mechanism (by the way thanks for this cool script). Recently we had a split brain in our heartbeat system. This causes both of our XEN servers to
2002 Oct 28
2
NT Administrator account changes permissions when logging onto samba server
Hello, all I have a problem with my administrator accounts on WinNT with Samba. When I log in locally as the Administrator, it works as expected - I *am* the administrator for the machine. When I log into the domain as Administrator, it works as expected - I log in as root. The prolem comes when I try to do anything on the local machine as Administrator (logged into the Samba server). The
2003 Jan 17
2
User Profile Migration Solved
Migration of User Profiles Goal: Old machine with NT 4.0SP6 running as a primary domain controller (PDC) is to be replaced by a new Linux server running samba 2.2.7a. The samba version I used was a precompiled rpm package from SuSE. Environment: 14 Windows 2000 Professional (SP1-SP3) Workstations with 1-2 User accounts 3 Windows NT 4.0 WS (SP6) Workstations with 1-2 User accounts All these are
1999 Jan 08
0
Subject: smb.conf information request
l.arzeni@pride.it wrote: > Date: Thu, 7 Jan 1999 18:52:44 +0100 > From: "Luca Arzeni" <l.arzeni@pride.it> > To: "Multiple recipients of list" <samba@samba.anu.edu.au> > Subject: smb.conf information request > Message-ID: <000d01be3a66$87292b50$8e04010a@c97_124.primi.pride.it> > > Hi there, > > ENVIRONMENT: server: HP-UX11.0,
2005 Oct 17
5
CentOS-4/beta/preview version immediate availability
Hi, I've had this like since last saturday or something. I don't seem to be getting it to beta.centos.org tho, so i'll just make it public thru the channels i control. ftp://centos.upi.iki.fi/pub/centos/4.2beta/isos/sparc/ There is ISOs and .torrents Know yourself out and try it out please. If you have something less than Ultra Sparc, you're out of luck with this as it's
2005 Oct 17
5
CentOS-4/beta/preview version immediate availability
Hi, I've had this like since last saturday or something. I don't seem to be getting it to beta.centos.org tho, so i'll just make it public thru the channels i control. ftp://centos.upi.iki.fi/pub/centos/4.2beta/isos/sparc/ There is ISOs and .torrents Know yourself out and try it out please. If you have something less than Ultra Sparc, you're out of luck with this as it's
2002 May 10
0
Cannot find Primary Domain - Please help, rather urge nt
> -----Original Message----- > From: John Biggs [mailto:john@bigwidelogic.com] > Sent: Friday, May 10, 2002 1:29 PM > To: samba@lists.samba.org > Subject: [Samba] Cannot find Primary Domain - Please help, > rather urgent > > > Hello, > > I'm getting a persistent error at login (effectively locking > me out) on > two Win2k machines that were once