similar to: journaled quotas in CentOS6?

Displaying 20 results from an estimated 900 matches similar to: "journaled quotas in CentOS6?"

2019 Sep 12
0
Fw: Btrfs Samba and Quotas
Hello Joenes, below you find the output. I did not shorten it by tmpfs and the docker related entries. Are you working on fixing the Issue I described? Regards, Hendrik df -TPh Dateisystem Typ Gr??e Benutzt Verf. Verw%
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:
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
2019 Mar 13
4
Unable to set quota-fs plugin
Looks working. [root at mail ~]# ls -lh / total 72K -rw------- 1 root root 8.0K Mar 13 09:56 aquota.group -rw------- 1 root root 7.0K Mar 13 09:56 aquota.user .... [root at mail ~]# repquota -a *** Report for user quotas on device /dev/vda1 Block grace time: 7days; Inode grace time: 7days Block limits File limits User used soft hard
2019 Mar 13
0
Unable to set quota-fs plugin
Thanks Yassine, My / is mounted from /dev/vda1 with the following options: [root at mail ~]# cat /etc/mtab |grep "vda1 " /dev/vda1 / ext4 rw,relatime,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group 0 0 Regards, - Eric Grammatico _/) 13 mars 2019 10:31 "Yassine Chaouche via dovecot" a ?crit: On 3/13/19 10:14 AM, Eric Grammatico via dovecot wrote: [...] Mar 11
2019 Mar 13
0
Unable to set quota-fs plugin
Here is attached. - Eric Grammatico _/) 13 mars 2019 11:29 "Aki Tuomi" <aki.tuomi at open-xchange.com> a ?crit: > Can you try > > strace doveadm quota get -u victim > > and post the output of this? > > Aki > > On 13.3.2019 12.11, Eric Grammatico via dovecot wrote: > >> Looks working. >> >> [root at mail ~]# ls -lh / >>
2013 Sep 17
0
Windows 7 32 bit doesn't "upload" the profile to the server on logout but Windows 7 64 bit does
Hello, I have a Samba 3 PDC running on SLES 11 SP3. All the machines have joined the domain correctly, and users can log to their profiles correctly. On Windows 7 64 bits profile roaming works nicely without any problem (login is just a bit slow and it takes about 45 seconds while logout is really fast). On Windows 7 32 bits profiles are "downloaded" from the sever correctly when a
2014 Apr 29
1
copy files and it would NOT copy everything
hi everybody I'm dealing here with a very very bizarre situation: on a Win7 I copy larger sets of data, between 10 and 30GB (~20K of files in 2.5K folders) everything starts very normal, I select all the data, copy & paste. Copying begins and I see progress bar moving normally towards the finish and it finishes - no errors no messages - yes most of data does not get to the target
2013 Sep 19
0
dht_layout_dir_mismatch
Having an odd problem on a new test environment we are setting up for a partner. And not sure where to look next to figure out the problem or really understand what the dht_layout_dir_mismatch INFO message is telling me. I was turning up a 4 node distributed volume, each brick is its own 19TB ext4 partition on a hardware raid5. Each node has the volume mounted back to itself at /glusterfs via
2006 May 04
0
quota 101
oh, I am using: $ quota -V Quota utilities version 3.13. Compiled with RPC and EXT2_DIRECT Bugs to mvw at planets.elm.net, jack at suse.cz are there any special versions out there for v2 quotas? thanks, Christian. ------------- Hi list, having used ext2/3 for years now I have to admit that I've never dealt with filesystem quotas yet. But now I want to use them and I'm rather puzzled
2019 Mar 13
3
Unable to set quota-fs plugin
Thanks Aki, Please find attached strace for imap and quota-status which report an error at the end. Regards, - Eric Grammatico _/) 13 mars 2019 12:23 "Aki Tuomi" <aki.tuomi at open-xchange.com> a ?crit: > The doveadm command seems to have worked. Can you retry with imap? > > strace /usr/lib/dovecot/imap -u victim > > Aki > > On 13.3.2019 12.58, Eric
2019 Sep 12
2
Fw: Btrfs Samba and Quotas
Hello Hendrik Can you help input 2 commands 'mount' and 'df -TPh' on OMV, and post the output to us, thank you. -- Regards, Jones Syue | ??? QNAP Systems, Inc.
2016 Nov 17
2
Samba4: use Posix-ACLs only? (ext4 - NFS4+CIFS - Fileserver)
I try to set up a Samba4-based Fileserver in an Samba3-DC enviroment. Filesystem is ext4, CIFS + NFS4 should be provided. The same ACLs should be used over both protocols. With Samba 3 this was possible (using POSIX 1003.1e DRAFT 17 ACLs only) . How can I do the same with Samba 4 ? Posix-ACLs set on the server with setfacl are recogniced on a windows-client. But every change I do on a
2015 Sep 03
0
Quota over SMBLDAP
Hello Admins, I am implementing samba over LDAP which is working find with centralized login. Now looking for implementing quota per user over /home partition. Users are around 500. And I want to give all of them 2Gigs space each. I have tried configuring smb.conf as - [homes] comment = Home Directories browseable = yes writable = yes valid users = SMBLDAP\%S
2016 Nov 17
0
Samba4: use Posix-ACLs only? (ext4 - NFS4+CIFS - Fileserver)
On 17/11/16 13:15, Reinald Gfuellner via samba wrote: > I try to set up a Samba4-based Fileserver in an Samba3-DC enviroment. > Filesystem is ext4, CIFS + NFS4 should be provided. The same ACLs should > be used over both protocols. > > With Samba 3 this was possible (using POSIX 1003.1e DRAFT 17 ACLs only) > . How can I do the same with Samba 4 ? > > Posix-ACLs set on
2019 Mar 13
5
Unable to set quota-fs plugin
Hello There, I am try desperatly to setup quota-fs plugin in Dovecot. I have the following configuration in place: /etc/dovecot/conf.d/10-mail.conf:mail_plugins = $mail_plugins quota zlib /etc/dovecot/conf.d/20-imap.conf: mail_plugins = $mail_plugins imap_quota /etc/dovecot/conf.d/90-quota.conf: plugin { #quota = dirsize:User quota #quota = maildir:User quota #quota = dict:User
2008 Sep 08
0
Help request from non-expert: mounting a samba drive with the right charset for accented filenames
Hi all, I hope someone might be able to offer me some advice. I have a NAS box, a QNAP TS-109 which runs a version of Debian Linux. It has a local ext3 drive, and I also smbmount a network drive on it (a Lacie ED mini which I have tried formatted as both ext3 and FAT32 without solving my problems). My problem is that I am unable to correctly rsync files with accented characters in the names
2001 Sep 13
1
are quotas journaled?
quotacheck takes longer than fsck on our ext2 fileservers. Is this redundant in ext3? Do I need data=journal? Cheers, Matt
2016 Apr 19
2
tune2fs: Filesystem has unsupported feature(s) while trying to open
I have an ext4 filesystem for which I'm trying to use "tune2fs -l". Here is the listing of the filesystem from the "mount" command: # mount | grep share /dev/mapper/VolGroup_Share-LogVol_Share on /share type ext4 (rw,noatime,nodiratime,usrjquota=aquota.user,jqfmt=vfsv0,data=writeback,nobh,barrier=0) When I try to run "tune2fs" on it, I get the following error:
2001 Sep 06
1
quota problems with ext3/249-ac9
Hi! I've got some "serious" quota-problems with ext3... it seems not to work at all... I'm currently running 249-ac9 with no patches, slackware 7.x-current from january or so, all the quota-utils from the original distribution. the kernel prompts correctly "VFS: Diskquotas version dquot_6.5.0 initialized" and that was it. neither quotacheck nor repquota or any other