Re: Fedora27: NFS v4 terrible write performance

2018-01-28 Thread Terry Barnaby
On 19/01/18 15:11, Terry Barnaby wrote: When doing a tar -xzf ... of a big source tar on an NFSv4 file system the time taken is huge. I am seeing an overall data rate of about 1 MByte per second across the network interface. If I copy a single large file I see a network data rate of about 110

Re: Removing @gnome-desktop but leave the deps?

2018-01-28 Thread Ed Greshko
On 01/29/18 08:15, InvalidPath wrote: > > So what are you saying there at the end? If I think Im removing gnome stuff > but > really not. Since GDM seems to have to depend upon every other stinking park > of > gnome I'm really not sure what would be left to interfere with SDDM. Should I > re-try

Re: Gnome crashes when connect usb stick after fedora 27 update

2018-01-28 Thread Sergio Hernandez A.
El sáb, 27-01-2018 a las 22:04 -0800, Samuel Sieb escribió: > On 01/27/2018 09:46 AM, Joost wrote: > > I think I had the same problem, had to disable the "Places status > > indicator" gnome-shell extension. > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1538493 > > https://gitlab.gnome.org/G

Re: Removing @gnome-desktop but leave the deps?

2018-01-28 Thread InvalidPath
On Sat, Jan 27, 2018 at 9:37 PM, Ed Greshko wrote: > On 01/27/18 13:05, InvalidPath wrote: > > I'm about to go down your list here and fill you, and everyone else in: > > > > _ "Are you getting a login display?"_ No. > > When I replaced the symlink with one pointing to sddm.service and > reboote

Re: PHP/apache issue after update

2018-01-28 Thread Emmett Culley
On 01/26/2018 03:30 AM, Bill Shirley wrote: > I posted a reply four days ago. > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/thread/LHUCQDLCFP5NK6AQSPNSCOGKRYGKKTID/ > Did you try it? > > Use mpm_event and php-fpm and .user.ini. > > Bill > > On 1/25/2018 10:44 AM,

help with some issues on new install of f27

2018-01-28 Thread JD
1. The installation enabled LUKS encryption at install time. 2. At every clean shutdown and reboot, the user enters the LUKS password, and then fsck takes place - EVERY TIME!!! Is this due to LUKS? If so, how can the user remove the LUKS feature? 4. After setting the firefox preferences, sin

Re: how to convert a ma4 file to other format??

2018-01-28 Thread Wolfgang Pfeiffer
On Sun, 28 Jan 2018 16:56:12 +0100 Wolfgang Pfeiffer wrote: > Batch mode encoding all sorts of video and audio files in a folder, no ^ should say .. " of many sorts" ... > matter what sort (avi, wav, mp4, wav, au etc. ) to mp3, with a single > command:

Re: Tor browser update to 7.5

2018-01-28 Thread Wolfgang Pfeiffer
On Sun, 28 Jan 2018 12:43:16 +0100 "Ger van Dijck" wrote: > Hi all, > > > I did an update to the TOR Browser (7.5 based on Thunderbird 52.6.01) > under FC27 . > > After doing this I can not launche the TOR Browser anymore. > > Does somebody have ideas ? No. Except: starting tor with the

Re: how to convert a ma4 file to other format??

2018-01-28 Thread Wolfgang Pfeiffer
On Sun, 28 Jan 2018 16:56:12 +0100 Wolfgang Pfeiffer wrote: > > Batch mode encoding all sorts of video and audio files in a folder, With the command below ffmpeg will probably try to encode *all* files in a folder ... careful ... :) > no matter what sort (avi, wav, mp4, wav, au etc. ) to mp

Re: how to convert a ma4 file to other format??

2018-01-28 Thread Wolfgang Pfeiffer
On Sat, 27 Jan 2018 18:26:48 -0500 Todd Zullinger wrote: > Samuel Sieb wrote: > > Close, but that will give you output files like filename.m4a.mp3. > > > > for f in *.m4a; do ffmpeg -i "$f" "${f%.m4a}.mp3"; done > > You can also use "${f/%m4a/mp3}" in bash and zsh (and > possibly other shells

Tor browser update to 7.5

2018-01-28 Thread Ger van Dijck
Hi all, I did an update to the TOR Browser (7.5 based on Thunderbird 52.6.01) under FC27 . After doing this I can not launche the TOR Browser anymore. Does somebody have ideas ? Kind regards , Ger van Dijck. -- Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/

Re: how to convert a ma4 file to other format??

2018-01-28 Thread wwp
Hello, On Sun, 28 Jan 2018 08:04:07 +0800 Ed Greshko wrote: > On 01/28/18 07:57, Ed Greshko wrote: > > On 01/28/18 04:30, Samuel Sieb wrote: > >> On 01/27/2018 11:19 AM, Ed Greshko wrote: > >>> On 01/28/18 03:03, Antonio M wrote: > I have not clear how to convert many files at same t