[CentOS] xfs and user quota

2014-05-23 Thread Götz Reinicke - IT Koordinator
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

[CentOS] CentOS-announce Digest, Vol 111, Issue 12

2014-05-23 Thread centos-announce-request
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..

Re: [CentOS] CentOS 6 Manuals

2014-05-23 Thread Johnny Hughes
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

Re: [CentOS] USB-3.0 on C6.5 ??

2014-05-23 Thread Johnny Hughes
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

Re: [CentOS] CentOS 6 Manuals

2014-05-23 Thread m . roth
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

Re: [CentOS] USB-3.0 on C6.5 ??

2014-05-23 Thread Fred Smith
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

[CentOS] chromium-34.0.1847.132-4.el6

2014-05-23 Thread ngeorgop
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-

[CentOS] Newer version of ffmpeg for EL6?

2014-05-23 Thread Lists
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

[CentOS] Newer version of FfMpeg

2014-05-23 Thread Lists
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

Re: [CentOS] Newer version of FfMpeg

2014-05-23 Thread Scott Robbins
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

Re: [CentOS] xfs and user quota

2014-05-23 Thread Ulf Volmer
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

Re: [CentOS] USB-3.0 on C6.5 ??

2014-05-23 Thread Fred Smith
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

[CentOS] add time to log file for cron job

2014-05-23 Thread Tim Dunphy
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

Re: [CentOS] add time to log file for cron job

2014-05-23 Thread Frank Cox
> 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

Re: [CentOS] add time to log file for cron job

2014-05-23 Thread Tim Dunphy
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