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=2m bhard=22000m username' /home
would set the quota for that user.
But I do get an error:
Comman
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ..
On 05/21/2014 09:37 AM, m.r...@5-cent.us wrote:
>
> And if they're running it, what I recommended for years was the O'Reilly
> book by Aeline Frisch, "Essential Systems Administration", which is
> *wonderful*. I don't have it, but I know O'Reilly publishes a Linux admin
> book.
I love that book
On 05/22/2014 09:09 PM, Fred Smith wrote:
> Just wondering if there are any known issues with USB 3.0 storage devices
> in Centos 6.5??
>
> I just got one of these:
> http://www.newegg.com/Product/Product.aspx?Item=N82E16817332028
>
> it does either esata or USB 3.0. My new motherboard (ASUS M5A99
Johnny Hughes wrote:
> On 05/21/2014 09:37 AM, m.r...@5-cent.us wrote:
>>
>> And if they're running it, what I recommended for years was the O'Reilly
>> book by Aeline Frisch, "Essential Systems Administration", which is
>> *wonderful*. I don't have it, but I know O'Reilly publishes a Linux
>> adm
On Fri, May 23, 2014 at 09:19:49AM -0500, Johnny Hughes wrote:
> On 05/22/2014 09:09 PM, Fred Smith wrote:
> > Just wondering if there are any known issues with USB 3.0 storage devices
> > in Centos 6.5??
> >
> > I just got one of these:
> > http://www.newegg.com/Product/Product.aspx?Item=N82E1681
New EL6 compilation of chromium (34.0.1847.132) (aura)
Based on russian fedora build
Build with devtools-2 (http://people.centos.org/tru/devtools-2/readme)
chromium-34.0.1847.132-4.el6.i686.rpm
https://drive.google.com/file/d/0B9RlkKQB1POSM1ByMUNMaWNVYmM/edit?usp=sharing
chromium-34.0.1847.132-
We're trying to build a rich media website, and will need to re-encode
the video content with ffmpeg. Unfortunately, the ffmpeg version that
comes with the most common repos are rather out of date. As in 0.6.5 vs
2.21 being the most current version. However, ffmpeg looks to be a
pretty thorny t
We're trying to build a rich media website, and will need to re-encode
the video content with ffmpeg. Unfortunately, the ffmpeg version that
comes with the most common repos are rather out of date. As in 0.6.5 vs
2.21 being the most current version. However, ffmpeg looks to be a
pretty thorny t
On Fri, May 23, 2014 at 12:09:11PM -0700, Lists wrote:
> We're trying to build a rich media website, and will need to re-encode
> the video content with ffmpeg. Unfortunately, the ffmpeg version that
> comes with the most common repos are rather out of date. As in 0.6.5 vs
> 2.21 being the most
On 23.05.2014 13:53, Götz Reinicke - IT Koordinator wrote:
> xfs_quota -x -c 'limit bsoft=2m bhard=22000m username' /home
>
> would set the quota for that user.
>
> But I do get an error:
>
> Command limit not found.
The error message looks like you are confounding single quotes wi
On Fri, May 23, 2014 at 09:19:49AM -0500, Johnny Hughes wrote:
> On 05/22/2014 09:09 PM, Fred Smith wrote:
> > Just wondering if there are any known issues with USB 3.0 storage devices
> > in Centos 6.5??
> >
> > I just got one of these:
> > http://www.newegg.com/Product/Product.aspx?Item=N82E1681
Hey all,
I'm trying to figure out a way to insert a timestamp into a log file I'm
creating for a cron job I'm setting up:
/usr/bin/rsync -v --min-size=1 -rlpgo -O --inplace /home/myuser/Get*
r...@xx.x.xx.xx:/mnt/bravotv/media/compass 2>&1 >& /tmp/rsync_user.log
I've googled this but all I could
> I'm trying to figure out a way to insert a timestamp into a log file I'm
> creating for a cron job I'm setting up:
Why not make your rsync command into the second line of a script, and make the
first line of the script write the time to the log.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema
Guys,
This is what worked
[root@uszmpwsld011 ~]# /usr/bin/rsync -v --min-size=1 -rlpgo -O --inplace
/home/compassfeeduser/Get* r...@xx.xx.xx:/mnt/bravotv/media/compass | ts
2>&1 >& debug.txt
[root@uszmpwsld011 ~]# cat debug.txt
May 23 23:44:49 sending incremental file list
May 23 23:44:49
May 2
15 matches
Mail list logo