search for: bsoft

Displaying 12 results from an estimated 12 matches for "bsoft".

Did you mean: soft
2018 Aug 09
2
xfs quota question
Can I go to an existing xfs file system, and apply a soft quota to each user on it? If I do, can I then run a report, and see who's using how much, or does it only apply to files created after the quotas are applied? mark
2018 Aug 09
1
xfs quota question
...n I then run a report, and see who's using how >> much, or does it only apply to files created after the quotas are >> applied? > > After remounting XFS filesystem with option "usrquota" you can issue the > command similar to: > > xfs_quota -x -c "limit bsoft=8g bhard=10g -d" /home > > This command will enable the limits above for all users (-d flag), > except users who have their limits existing already (usually ones who > preformed fs operations). > > For those who already have some limits set you can still can change > these...
2018 Aug 10
0
CentOS Digest, Vol 163, Issue 10
...n run a report, and see who's using how > > much, or does it only apply to files created after the quotas are > applied? > > > > After remounting XFS filesystem with option "usrquota" you can issue the > command similar to: > > xfs_quota -x -c "limit bsoft=8g bhard=10g -d" /home > > This command will enable the limits above for all users (-d flag), > except users who have their limits existing already (usually ones who > preformed fs operations). > > For those who already have some limits set you can still can change > these...
2018 Aug 15
0
CentOS Digest, Vol 163, Issue 10
...n run a report, and see who's using how > > much, or does it only apply to files created after the quotas are > applied? > > > > After remounting XFS filesystem with option "usrquota" you can issue the > command similar to: > > xfs_quota -x -c "limit bsoft=8g bhard=10g -d" /home > > This command will enable the limits above for all users (-d flag), > except users who have their limits existing already (usually ones who > preformed fs operations). > > For those who already have some limits set you can still can change > these...
2018 Aug 09
0
xfs quota question
...> user on it? If I do, can I then run a report, and see who's using how > much, or does it only apply to files created after the quotas are applied? > After remounting XFS filesystem with option "usrquota" you can issue the command similar to: xfs_quota -x -c "limit bsoft=8g bhard=10g -d" /home This command will enable the limits above for all users (-d flag), except users who have their limits existing already (usually ones who preformed fs operations). For those who already have some limits set you can still can change these limits, but with individual c...
2014 May 23
1
xfs and user quota
Hi, I try to enable userquota an a new xfs filesystem. Its centos 6.5, the filesystem is mounted with usrquota, the server was rebooted. I thought xfs_quota -x -c 'limit bsoft=20000m bhard=22000m username' /home would set the quota for that user. But I do get an error: Command limit not found. Did I miss something? Any hints/how to beside the official sgi xfs and redhat doc would be nice. Regards . G?tz -- G?tz Reinicke IT-Koordinator Tel. +49 7141 969 8...
2013 Oct 09
1
XFS quotas not working at all (seemingly)
...simply unable to get xfs_quotas to report correctly on a freshly installed, fully patched CentOS 6 box. I have specified all the same options as on another machine which *is* reporting quota LABEL=TEST /exports/TEST xfs inode64,nobarrier,delaylog,usrquota,grpquota 0 0 xfs_quota -xc 'limit -u bsoft=900m bhard=1g user' /exports/TEST however xfs_quota -xc 'report -hu' /exports/ reports back nothing pertaining to the user but if a do a quota user I get information back Disk quotas for user user (uid 67876): Filesystem blocks quota limit grace files quota limit...
2020 Nov 06
1
Centos 8 and xfs_quota
Folks I'm trying to use xfs_quota to keep track of disk space usage for my users. The documentation states that I should specify "uquota" as an option on the mount data in /etc/fstab. Yet, I cannot find the entry in fstab that corresponds to the Logical Volume that ends up being mounted on /home1. The system in question was installed on a single disk system. Later, after
2011 Jan 18
3
disk quotas + centos 5,5 +xfs
Hi all, is any one aware quotas not working in 5,5? I'm using XFS as a file system. My fstab has the appropriate usrquota,grpquota but when I try to run; quotacheck -cug /foo I get; quotacheck: Can't find filesystem to check or filesystem not mounted with quota option. I already have a large amount of data in the mount. Do quotas get implemented on only empty filesystems and
2001 Apr 25
0
2.2.0 panics with quotas and no rpc.rquotad on NFS server
...25 16:03:16, 9] smbd/quotas.c:nfs_quotas(367) nfs_quotas: Remote Quotas Failed! Error "0" [2001/04/25 16:03:16, 10] smbd/quotas.c:nfs_quotas(384) nfs_quotas: Let`s look at D a bit closer... status "0" bsize "14" active? "21" bhard "-445513881" bsoft "0" curb "0" [2001/04/25 16:03:16, 0] lib/fault.c:fault_report(40) =============================================================== [2001/04/25 16:03:16, 0] lib/fault.c:fault_report(41) INTERNAL ERROR: Signal 11 in pid 24033 (2.2.0) Please read the file BUGS.txt in the dis...
2015 Mar 18
2
Need help for write rpm spec
...tmp/rpm-tmp.n1saIQ (%install) RPM build errors: Bad exit status from /home/rpmbuild/tmp/rpm-tmp.n1saIQ (%install) Below is my spec file Name: Install_tomcat Version: 1.0 Release: 1%{?dist} Summary: Tomcat installer Group: Application License: BSOFT Source0: Install_tomcat-1.0.tar.gz BuildArch: noarch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) #BuildRequires: #Requires: %description This RPM is used to install the tomcat application %clean rm -rf $RPM_BUILD_ROOT %prep %setup -q %build %i...
2003 Oct 14
2
Project to get Vorbis running in Curl
Hi list, I'm looking into getting OggVorbis support put together for the Curl language (a Linux version is coming out before the end of the year www.curl.com), and am wondering if I could get some *newbie* help... Which of the APIs in vorbisfile are absolutely needed to decode a Vorbis file? I want to keep things simple to start off with and see if I can get Vorbis and Curl working on the