search for: dquotas

Displaying 11 results from an estimated 11 matches for "dquotas".

Did you mean: quotas
2002 Apr 25
1
Re: Problems with ext3 fs
Hi, I have read this thread and want to say that I have expirienced the same problem. Once, when I was loged in, one of my filesystems ( root filesystem :( ) became read-only with the same symptoms. But results was more tragic. Almost in each directory avg. 10% of files had incorrect attributes, owner, links, etc. But filenames was correct. So, I was obliged to re-create root filesystem :(
1998 Oct 15
1
Problem to map home dir
...M if you wish to use getpwanam() call # -DPWDAUTH if you have and want to use the pwdauth() call # -DUFC_CRYPT if you want the fast crypt routine # -DALLOW_CHANGE_PASSWORD if you want users to be able to set their password # remotely (only works on some systems) # -DQUOTAS for quota support in disk_free(). This probably only works # on some systems. # -DFAST_SHARE_MODES if you want the fast shared memory instead of the # slow description files for share mode locking. This # requires the mmap() and fcntl() system...
1998 Mar 31
1
changing password from win95 fail
...check_lanman:password: old password doesn't match" But I know that it is the right password. I just retyped it several times seconds before I tried it again. I compiled Samba on Linux using all of the following flags. -DREPLACE_GETPASS -DSMBGETPASS -DALLOW_CHANGE_PASSWORD -DSHADOW_PWD -DQUOTAS -DFAST_SHARE_MODE The server is running security = user using encrypted passwords out of a smbpasswd file. Please help Thanks a lot, Robert Robert Koruna <robert.koruna@tiwag.co.at> ----------------------------------------- TIWAG-Tiroler Wasserkraftwerke AG Abteilung I/V-UE Eduard...
1998 Jul 16
0
Encryption options/password file?
...SEPARATE database?! also: How can I find out more information on the following (what they are, do I have them, how to use them) # -DGETPWANAM if you wish to use getpwanam() call # -DPWDAUTH if you have and want to use the pwdauth() call # -DUFC_CRYPT if you want the fast crypt routine # -DQUOTAS for quota support in disk_free(). This probably only works # on some systems. # -DFAST_SHARE_MODES if you want the fast shared memory instead of the # slow description files for share mode locking. This # requires the mmap() and fcntl() system...
1998 Oct 08
0
"unix password sync" and RedHat 5.1
...amba server, because I want to have one program (e.g. smbpasswd on the unix comand prompt) to change unix and "encrypted samba" passwords; changing passwords from clients is nice but secondary. I used FLAGSM = -DLINUX -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES -DNO_ASMSIGNALH -DGLIBC2 -DQUOTAS LIBSM = -lnsl -lcrypt in the Makefile of samba 1.9.18p10 and unix password sync = True debug level = 100 passwd chat = *New*password* %n\n *new*password* %n\n *updated* passwd chat debug = true passwd program = /usr/bin/passwd %u encrypt passwords = yes in smb.conf Sometimes this works g...
1998 May 02
1
Shadow and OpenLinux
...samba/var/locks" -DSMBRUN="/usr/local/samba/bin/smbrun" -DCODEPAGEDIR="/ usr/local/samba/lib/codepages" -DWORKGROUP="CIENS.UCV.VE" -DGUEST_ACCOUNT="samba free" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -O3 -m486 -DLINUX -DSHADO W_PWD -DQUOTAS -DFAST_SHARE_MODES -DSMB_PASSWD="/usr/local/samba/bin/smbp asswd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using LIBS = -lshadow Compiling util.c Compiling system.c Compiling charset.c Compiling kanji.c Compiling fault.c Compiling smbencrypt.c...
1999 Aug 02
1
NULL filled corrupt files
Hello! I've seen, some people experienced this problem earlyer, but I have not found any solution in the mailing lists... So the problem is, copying files from an NT Workstation (SP5 ) on a Samba server running under Linux (2.0.10) in some (rare) cases results in files exactly of the right size but filled with NULL bytes. I'm using samba 2.0.5a and likely since version 2.0.0 this
1997 Dec 18
0
DES Encryption
...llowed the instructions in the docs/ENCRYPTION.txt for SMB encrypted (lanman) support. In the Makefile I specified: # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems FLAGSM = -DFreeBSD -DAUTOMOUNT -DUFC_CRYPT -DQUOTAS -DFAST_SHARE_MODES LIBSM = -lcrypt # This is for SMB encrypted (lanman) passwords. # you may wish to add -DREPLACE_GETPASS if your getpass() is limited # to 8 chars DES_BASE=/usr/lib DES_FLAGS= -I$(DES_BASE) DES_LIB= -L$(DES_BASE) -ldes PASSWD_FLAGS=-DUSE_LIBDES -DSMB_PASSWD=\"$(BINDIR)/...
1998 Oct 09
2
Failed to connect NT workstation to Samba2.0alpha8
Hi Folks, I downloaded Samba2.0alpha8 from Samba site. Compiled it and installed it on the Solaris 2.6 unix box. I set up domain logon for both Windows 98 clients and WinNT. There is no problem logging on from Windows98 and the shares are all working alright. Then, I followed Samba NTDOM FAQ and add the NT workstation name into /etc/passwd and smbpasswd (using smbpasswd -a -m
1997 Aug 28
16
Unsuscribe
...ing problems. > > I installed shadow passwords onto my linux 4.2 box. That went ok. > Then i installed Samba 1.9.17alpha5. > I asked for standard things and just the inclusion of shadow passwords > and quota > > FLAGSM = -03 -m486 -DLINUX -DSHADOW_PWD -DQUOTAS > -DFAST_SHARE_MODES > LIBSM = -lshadow > > When compiling I recived this error: > > ld: cannot open -lshadow: No such file or directory. > make: *** [smbd] Error 1 > > I then copied the file /usr/src/shadow-970616/lib/libshadow.a to /lib > d...
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi, This is the second batch of Ocfs2 patches intended for the merge window. The 1st batch were sent out previously: http://lkml.org/lkml/2008/12/19/280 The bulk of this set is comprised of Jan Kara's patches to add quota support to Ocfs2. Many of the quota patches are to generic code, which I carried to make merging of the Ocfs2 support easier. All of the non-ocfs2 patches should have