similar to: winbind trouble

Displaying 20 results from an estimated 500 matches similar to: "winbind trouble"

2003 Apr 25
1
unix-filenames do not translate
Hello list, I have problems displaying certain UNIX-files in samba. For example if I have a file named like this: ABNAHMELEHRE??????,PP272140019???,*,??,?,Z,?000,IBK,Y414019253751.model or BAUTEIL ,A21133321?2202,*, , ,Z, 000,IBK,F633302719552.model samba shows dos-like names as follow: Abnah~2s.mod and Baute~1m.mod Is there any way in telling samba to display
2003 Feb 04
1
deleting symlinks only
hello list, is it possible to delete a symlinked directory over a samba-share, without deleting it's content but leaving the link-target as it is and deleting the symlink only? If I interpret samba's behaviour correctly, on deletion samba does not recognize the link as a link but as a directory, descends into it and deletes the content recursively, finally tries to delete the directory
2006 Apr 26
7
Not updating
I copied the scaffolding edit and update and made it like this, Note: awnser is edit. Admin_contoller.rb def awnser @question = Question.find(params[:id]) end def update @question = Question.find(params[:id]) if @question.update_attributes(params[:question]) flash[:notice] = ''Question was successfully updated.'' redirect_to :action => ''list''
2002 Aug 06
1
winbind trouble...
Hi again, thanx Jeremy, the pam-devel package was missing to compile pam_winbind... it was tooo obvious :-( After my 5th day trying to get samba to talk to my W2k-Server, I still have problems! I just want samba to do authentication with the w2k-server's help and without unix-useraccounts. So far, winbind is up and running, and fter have the user switched to Administrator with wbinfo
2009 Apr 22
1
Cannot set user quotas
Hello, I am having some trouble getting quota's to work. When I try to set the quota for a user, it does not show up when I run repquota. I am doing this on a Redhat (RHEL5) machine (I assume it is the same on Centos). I think I am missing a step, but this is what I am doing: (1) I add usrquota to the /etc/fstab file, then reboot LABEL=/home /home ext3 defaults,usrquota 1 2 (2) Verify
2013 Nov 21
0
quota doesn't appear to work - repquota only updates when quotacheck is run
I have set up user quotas on an ext4 filesystem. It does not appear that the quota system is being updated, except when I manually run quotacheck. More detail: I run "warnquota -s" from a script in /etc/cron.daily. I noticed that no one had received an "over quota" message in a long time. Using "repquota -as", it indeed looked as though everyone was under their
2008 Oct 27
3
dumpe2fs and repquota not agreeing on block size
Hello: I am trying to set up user quotas on my /var partition to enforce limits on user's mailbox sizes. The machine is running CentOS 5. When I do this: /sbin/dumpe2fs /dev/md2 | grep 'Block size' Block size: 4096 That tells me the block size is 4k. But, if I do: repquota /var It is telling me that one of my users is currently using 10264 blocks. But, if I look at
2014 Sep 29
1
3.6.9 samba does not propagate (or show) Linux quota for windows users to see it
Hi list, perhaps someone can help me out? fact: - samba 3.6.9 plus CentOS 6.5 - i have user quotas set up on their HOME directories, which resides in the "/home" filesystem - on windows workstation their disk quota is not shown, instead they see whole filesystem free/taken space (which generate much grumbling) After searching lists, googling etc., i decided to give a try the
2016 Nov 03
0
Centos 7 Minimal and Quotas
I have installed Centos 7 Minimal in a 1TB KVM. Used XFS file system. I did not use LVM. I need to install Directadmin which requires quotas. I have this in fstab: UUID=b482396d-d2fc-49ed-b9df-c49e9387405b / xfs defaults 0 0 UUID=e24a16e0-57ab-42b2-af0b-9edf789376e5 /boot xfs defaults 0 0 UUID=b08b8243-6b46-444c-a7bd-02934246d884 swap swap defaults 0 0 I get this: #
2007 Feb 01
0
Samba behaving badly with quotas
I have successfully added disk quotas to my FC6 system, so that the user "backup" cannot create files more than 1 block on / The reason I implemented this was because I backup my system to a USB drive mounted to /media/drivebay/backup1. However, if the drive is not mounted, then my root drive fills up (writing to the /media/drivebay/backup1 folder) and linux hangs. The problem is,
2014 Sep 16
1
quota doesn't appear to work - repquota only updates when quotacheck is run
Hi, I have exactly the same problem that you experienced in Nov, 2013. I am using ext4 with journaled quota and the quota usage is only updating when I run quotacheck manually. Have you found a solution? Regards, Alex > I have set up user quotas on an ext4 filesystem. It does not appear that > the quota system is being updated, except when I manually run quotacheck. > > More detail:
2018 Mar 26
3
[OT?] winbind e quota...
As was used to (in Samba NT/LDAP), i've enabled quota on /homes, and homes are exported (as homedrive) for users. Editing quotas (with edquota) works as expected, and in windows explorer users get quota correctly reported, but a simple: repquota -a return nothing: root at vdmsv1:~# repquota -a *** Report for user quotas on device /dev/sdb1 Block grace time: 28days; Inode grace time:
2018 Mar 27
1
[OT?] winbind e quota...
On Tue, 27 Mar 2018 16:38:29 +0200 Malte zu Klampen via samba <samba at lists.samba.org> wrote: > > so seems that simply 'repquota' depend heavily on 'enumerated' > > users. > > > Correct, and it's not the only tool that relies on this assumption. > > The default for 'winbind enum users' changed a while back iirc. It > defaults
2006 Jan 30
1
linux group quota does not work as expected with 3.0.21a
Hi, all! I use samba 3.0.21a on Debian Sarge with 2.4.32 kernel as member of Active Directory domain. I set following config: [ISCMPD] comment = Work directories for ISCMPD department path = /var/work/smb_shares/ISCMPD valid users = @ISCMPD write list = @ISCMPD force group = qiscmpd force create mode = 0777 force directory mode = 0777
2008 Nov 05
1
winbindd consuming 99% CPU
Hi All, We are currently caught up in a weird situation while using samba 3.0.28. There is a requirement from the customer that we should support ADS with 64000 objects. When we implemented the feature, we found couple of things mentioned below: 1. After joining ADS with 64k users, samba takes around 20 - 25 min to populate idmap_cache.tdb and winbindd_cache.tdb This is because we haven't
2013 Feb 06
2
fail to display xfs quotas instead of smbcquotas on Win clients
Hi Samba 3.6.3 on Ubuntu. Filesystem is xfs, grpquota and usrquota are enabled. root at host:# repquota /mntpoint displays the correct data (see below). In smb.conf I defined max protocol = SMB2. When running smbcquotas //host/share -L I'm getting displayed a value of 16GB for every user share. This is the value that is displayed on the windows 7 boxes when looking at the network shares in
2019 Sep 23
2
testparm comaprison
On 23/09/2019 15:18, Marco Gaiarin via samba wrote: > Mandi! Rowland penny via samba > In chel di` si favelave... > >> I repeat (louder this time): NO ONE NEEDS THE 'WINBIND ENUM' LINES IN >> SMB.CONF > While it is true that i can live happily without 'winbind enum', it is > not completely true that 'no one needs' that. > > For example,
2006 Apr 21
1
Proirty
I want to make a program that will use priorty measures as to which result should show up first. So I know of to make a program that searches for keywords to see if its a repreat question or very simliar. But it should still be awnsered so I have when_was_it_sent on the SQL database, I want it to take both of those into consederation then be able to run it like this... Index - <% for qna
2011 May 30
0
Quota Problem with Samba 3.5.8
Hello, for some strange reason I can not get quota to work with Samba 3.5.8. The quoata system itself works fine (using "repquota /mountpoint") and via NFS, but Samba does not report the correct free space (df command in smbclient). Instead the real free space on the disk volume is shown to smb clients (tested from Windows and smbclient). The quotasystem in use is the new quota
2018 Mar 26
0
[OT?] winbind e quota...
What shows 'getent passwd'? Regards Micha Am 26. März 2018 21:35:29 MESZ schrieb Marco Gaiarin via samba <samba at lists.samba.org>: > >As was used to (in Samba NT/LDAP), i've enabled quota on /homes, and >homes are exported (as homedrive) for users. > >Editing quotas (with edquota) works as expected, and in windows >explorer >users get quota correctly