youtube-dl

2016-10-27 Thread jd1008
A new strange behavior of this util. When downloading a format of the file that is pure video (i.e. no audio) I end up with tens of small files each one labeled by the name of the listed movie appended with .part-FragN where N ranges from 0 to more than 200 sometimes. I updated youtube-dl by

Re: Changing umask in fedora24

2016-10-27 Thread Fred Smith
On Thu, Oct 27, 2016 at 03:57:18PM -0400, Alex wrote: > Hi, > > I posted a message the other day regarding changing the umask for > users in an apache DocumentRoot on a fedora24 system and haven't > received any responses. Maybe my question too confusing with the > DocumentRoot discussion. > > Do

Re: Apache and umask for document root

2016-10-27 Thread Rick Stevens
On 10/27/2016 05:48 PM, Alex wrote: > Hi, > To only way to verify the change "took" is to have the httpd process create a file and check the mode of the file created. >>> >>> Yes, thanks. I still need to test it for joomla through the apache >>> user, but as I mentioned in a previous ema

Re: Apache and umask for document root

2016-10-27 Thread Alex
Hi, >>> To only way to verify the change "took" is to have the httpd process >>> create a file and check the mode of the file created. >> >> Yes, thanks. I still need to test it for joomla through the apache >> user, but as I mentioned in a previous email a few minutes ago, it >> still appears to

Re: Apache and umask for document root

2016-10-27 Thread Gordon Messmer
On 10/27/2016 02:19 PM, Alex wrote: Specifically, uploading new modules have been created with 0644 and 0755. Assume that we don't know what your process is, and be specific about how you're uploading new modules, please. ___ users mailing list --

Re: Apache and umask for document root

2016-10-27 Thread Joe Zeff
On 10/27/2016 04:16 PM, Gordon Messmer wrote: Since I was testing a php script that *created* a file, I deleted the file before the second test and loaded the php page via my browser, again. Thank you. I was concerned that you'd forgotten that changes to umask only apply to files created aft

Re: Apache and umask for document root

2016-10-27 Thread Gordon Messmer
On 10/27/2016 02:27 PM, Alex wrote: How is it set for the normal user? I've modified /etc/bashrc (and even /etc/profile), and the apache user doesn't have a .bashrc or .bash_profile, and it's still 0022. It's difficult to tell what you're doing wrong, because you aren't being specific about wh

Re: Apache and umask for document root

2016-10-27 Thread Gordon Messmer
On 10/27/2016 02:14 PM, Joe Zeff wrote: On 10/27/2016 01:57 PM, Gordon Messmer wrote: I created a php script that created a new file. Before the change, the file's mode was 0644. After the change, the mode was 0664. Did you run the script after the change, or simply make the change and che

Re: GPG2 can't read smartcard

2016-10-27 Thread Laverne Schrock
On Thu, Oct 27, 2016 at 4:42 PM, Corey Sheldon wrote: > > > On 10/27/2016 02:20 AM, Laverne Schrock wrote: >> Hi, >> >> I have several Fedora 24 boxes, all of which have >> /home from NFS. Some of these boxes were fresh >> installs and some are upgrades from 23 (some of >> which were fresh install

Re: Apache and umask for document root

2016-10-27 Thread Rick Stevens
On 10/27/2016 02:27 PM, Alex wrote: > Hi, > > >>> I've actually already done these exact steps, and it doesn't work (on >>> fedora23). When you say you've tested it, do you mean you tested the >>> steps above, or you did something to confirm afterwards that its umask >>> is 0002? >>> >>> # cat /e

Re: Apache and umask for document root

2016-10-27 Thread Alex
Hi, >> I've actually already done these exact steps, and it doesn't work (on >> fedora23). When you say you've tested it, do you mean you tested the >> steps above, or you did something to confirm afterwards that its umask >> is 0002? >> >> # cat /etc/systemd/system/httpd.service.d/override.conf

Re: Apache and umask for document root

2016-10-27 Thread Alex
Hi, On Thu, Oct 27, 2016 at 4:57 PM, Gordon Messmer wrote: > On 10/27/2016 01:44 PM, Alex wrote: >> >> I've actually already done these exact steps, and it doesn't work (on >> fedora23). When you say you've tested it, do you mean you tested the >> steps above, or you did something to confirm afte

Re: Apache and umask for document root

2016-10-27 Thread Rick Stevens
On 10/27/2016 01:44 PM, Alex wrote: > Hi, > > On Thu, Oct 27, 2016 at 4:09 PM, Gordon Messmer > wrote: >> On 10/25/2016 06:53 PM, Alex wrote: >>> >>> The problem I was having >>> was with the user doing local modifications (joomadmin) not being able >>> to modify files uploaded or changed by the

Re: Apache and umask for document root

2016-10-27 Thread Joe Zeff
On 10/27/2016 01:57 PM, Gordon Messmer wrote: I created a php script that created a new file. Before the change, the file's mode was 0644. After the change, the mode was 0664. Did you run the script after the change, or simply make the change and check the mode again? _

Re: Apache and umask for document root

2016-10-27 Thread Gordon Messmer
On 10/27/2016 01:44 PM, Alex wrote: I've actually already done these exact steps, and it doesn't work (on fedora23). When you say you've tested it, do you mean you tested the steps above, or you did something to confirm afterwards that its umask is 0002? I created a php script that created a ne

Re: Apache and umask for document root

2016-10-27 Thread Alex
Hi, On Thu, Oct 27, 2016 at 4:09 PM, Gordon Messmer wrote: > On 10/25/2016 06:53 PM, Alex wrote: >> >> The problem I was having >> was with the user doing local modifications (joomadmin) not being able >> to modify files uploaded or changed by the joomla apache user >> (apache). >> >> Numerous su

Re: Apache and umask for document root

2016-10-27 Thread Gordon Messmer
On 10/25/2016 06:53 PM, Alex wrote: The problem I was having was with the user doing local modifications (joomadmin) not being able to modify files uploaded or changed by the joomla apache user (apache). Numerous suggestions were made, including changing all the files to be sgid write, adding th

Changing umask in fedora24

2016-10-27 Thread Alex
Hi, I posted a message the other day regarding changing the umask for users in an apache DocumentRoot on a fedora24 system and haven't received any responses. Maybe my question too confusing with the DocumentRoot discussion. Does anyone know how to reliably change the umask for regular users (spe

Re: Set system time to 24 hour format (military time)

2016-10-27 Thread fred roller
> > > On 27 October 2016 at 06:13, CS DBA wrote: > >> Hi All; >> >> >> I'm running Fedora 24 (KDE Spin). How can I set the system time format to >> be 24 hour time? >> >> >> > Settings --> Date & Time Choose 24hr vs. AM/PM option. I am on workstation set up but should be same. Has been through

Re: Build rpm - extract source

2016-10-27 Thread arnaud gaboury
On Thu, Oct 27, 2016 at 2:41 PM Ahmad Samir wrote: > On 27 October 2016 at 14:28, arnaud gaboury > wrote: > > > > > > On Thu, Oct 27, 2016 at 2:11 PM arnaud gaboury > > > wrote: > > > > > > NEW EDIT: the autosetup command as described above works indeed. The > culprit > > was a line before poor

Re: Build rpm - extract source

2016-10-27 Thread Ahmad Samir
On 27 October 2016 at 14:28, arnaud gaboury wrote: > > > On Thu, Oct 27, 2016 at 2:11 PM arnaud gaboury > wrote: > > > NEW EDIT: the autosetup command as described above works indeed. The culprit > was a line before poorly commented by #, which in fact is not the correct > way to comment in spec

Re: Build rpm - extract source

2016-10-27 Thread arnaud gaboury
On Thu, Oct 27, 2016 at 2:11 PM arnaud gaboury wrote: > On Thu, Oct 27, 2016 at 12:47 PM arnaud gaboury > wrote: > > Here is part of my spec file: > > --- > Name: mattermost > Version: 3.4.0 > Release: 1%{?dist} > Summary: Mattermost is an open source,

Re: Build rpm - extract source

2016-10-27 Thread arnaud gaboury
On Thu, Oct 27, 2016 at 12:47 PM arnaud gaboury wrote: > Here is part of my spec file: > > --- > Name: mattermost > Version: 3.4.0 > Release: 1%{?dist} > Summary: Mattermost is an open source, self-hosted Slack-alternative > URL: http://www.mattermost.o

Build rpm - extract source

2016-10-27 Thread arnaud gaboury
Here is part of my spec file: --- Name: mattermost Version: 3.4.0 Release: 1%{?dist} Summary: Mattermost is an open source, self-hosted Slack-alternative URL: http://www.mattermost.org Source0: https://releases.mattermost.com/%{version}/mattermost-%{vers