F25: vim-enhanced.8.0.118-1: unwanted behavior

2016-12-08 Thread Dario Lesca
After last update of vim, from 7.x to 8.x I have found an unwanted and annoying behavior. If open some file with vim in gnome-terminal and select some text, vim goto in visual mode and fast copy/paste (select and click with middle mouse button) do not work anymore. This behavior also do not allow

rpcbind.socket: Failed to listen on sockets: Permission denied

2016-12-08 Thread Patrick O'Callaghan
Got the above after updating to kernel 4.8.11-300.fc25.x86_64. I noticed it when my NFS mounts failed. Nothing else has changed. Any ideas? poc ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fed

Re: Umatrix Firefox Addon -

2016-12-08 Thread Bob Goodwin
On 12/07/16 16:15, Stephen Morris wrote: Hi Bob, do you have any sites to try the plugin with? I just installed it in Fedora 24 in FF53.0a1 and it installed successfully and appears to be enabled, but I'm not sure how/where to use it. + Umatrix is working as it should now in Firefox 50

Re: dnf going crazy?

2016-12-08 Thread Honza Silhan
On Wed, Dec 7, 2016 at 2:01 PM, Tom Horsley wrote: > Meanwhile, the important bit is that I found the > "install_weak_deps" dnf.conf config option in the > man page, so I can make it ignore merely recommended > packages in the future. Hi, yes, setting `install_weak_deps=0` in dnf.conf is the way

Re: F25: vim-enhanced.8.0.118-1: unwanted behavior

2016-12-08 Thread Ahmad Samir
On 8 December 2016 at 12:27, Dario Lesca wrote: > After last update of vim, from 7.x to 8.x I have found an unwanted and > annoying behavior. > > If open some file with vim in gnome-terminal and select some text, vim > goto in visual mode and fast copy/paste (select and click with middle > mouse b

Re: dnf going crazy?

2016-12-08 Thread Ahmad Samir
On 8 December 2016 at 14:39, Honza Silhan wrote: > On Wed, Dec 7, 2016 at 2:01 PM, Tom Horsley wrote: >> Meanwhile, the important bit is that I found the >> "install_weak_deps" dnf.conf config option in the >> man page, so I can make it ignore merely recommended >> packages in the future. > > Hi,

Re: F25: vim-enhanced.8.0.118-1: unwanted behavior

2016-12-08 Thread Dario Lesca
Il giorno gio, 08/12/2016 alle 14.53 +0200, Ahmad Samir ha scritto: > To revert that change I created a ~/.vimrc (even an empty one works) > and for good measure added this line to it: > set mouse= > Thank, this command: $ echo 'set mouse=' >> ~/.vimrc disable this new "feature" and restore

Re: dnf going crazy?

2016-12-08 Thread Matthew Miller
On Thu, Dec 08, 2016 at 03:02:16PM +0200, Ahmad Samir wrote: > IMHO that change should be in the release notes because it's > installing bash-completion for dnf, but bash-completion affects pretty > much most/all commands run in a bash terminal i.e. it's affecting the > behaviour of bash as a whole

Re: dnf going crazy?

2016-12-08 Thread Michael Schwendt
On Wed, 7 Dec 2016 07:48:42 -0500, Tom Horsley wrote: > On Wed, 7 Dec 2016 12:39:13 +0100 > Andras Simon wrote: > > > Are you sure about this? It seems to work here with > > bash-completion-2.1-8.20150513git1950590.fc23.noarch > > I suppose they could have fixed it at some point, but > dnf (or

Re: dnf going crazy?

2016-12-08 Thread Ahmad Samir
On 8 December 2016 at 16:24, Matthew Miller wrote: > On Thu, Dec 08, 2016 at 03:02:16PM +0200, Ahmad Samir wrote: >> IMHO that change should be in the release notes because it's >> installing bash-completion for dnf, but bash-completion affects pretty >> much most/all commands run in a bash termin

Re: dnf going crazy?

2016-12-08 Thread Ahmad Samir
On 8 December 2016 at 16:28, Michael Schwendt wrote: > > It has messed up multiple commands for me for a long time. Have reported > some of them, have opened threads on mailing-lists, but it hasn't lead > to anything. > > $ cd some-srpms-dir > $ dnf builddep foo > $ dnf builddep foo > > It d

Re: writing iso image to blank dvd

2016-12-08 Thread Michael Hennebry
On Sun, 4 Dec 2016, jd1008 wrote: On 12/04/2016 01:03 PM, Michael Schwendt wrote: On Sat, 3 Dec 2016 19:05:54 -0800, Samuel Sieb wrote: On 12/03/2016 05:58 PM, jd1008 wrote: Yes, I know gui apps work. Same thoughts here. One could use /dev/cdrom, which should be a link to /dev/sr0, for re

multi-hop scp questions

2016-12-08 Thread ProPAAS DBA
All; I want to copy files from server C to my laptop, I have access to server C via: laptop --> ssh to server B (the jumpbox) then server B --> ssh to server C I added an ssh config like this (.ssh/config in my home dir on my laptop): Host serverB HostName jumpbox.clientA.aws.co

Re: multi-hop scp questions

2016-12-08 Thread Kevin Cummings
On 12/08/16 14:04, ProPAAS DBA wrote: > All; > > > I want to copy files from server C to my laptop, I have access to server > C via: > > laptop --> ssh to server B (the jumpbox) > > then > > server B --> ssh to server C Can you login to your jumpbox, and copy the files from there? something

Re: TERM variable and change since fedora25

2016-12-08 Thread Alex
Hi, On Wed, Dec 7, 2016 at 3:25 PM, Cameron Simpson wrote: > On 07Dec2016 10:34, Alex wrote: >>> >>> How do I either add the new terminal type to the remote system, or >>> change my terminal type locally so it corresponds with one that's >>> available on the remote system? >>> >>> # echo $TERM >

Re: Fedora 25 - Terminal - Utilities - Why is it hidden away?

2016-12-08 Thread Michael Schwendt
On Thu, 8 Dec 2016 13:49:29 +1000, Dan Irwin wrote: > That's the problem - just who do these developers cater for? Remember, anyone could offer a different spin that does an installation with different defaults. ___ users mailing list -- users@lists.fed

Re: dnf going crazy?

2016-12-08 Thread Michael Schwendt
On Thu, 8 Dec 2016 18:01:00 +0200, Ahmad Samir wrote: > On 8 December 2016 at 16:28, Michael Schwendt wrote: > > > > It has messed up multiple commands for me for a long time. Have reported > > some of them, have opened threads on mailing-lists, but it hasn't lead > > to anything. > > > > $ cd

Re: multi-hop scp questions

2016-12-08 Thread Cameron Simpson
On 08Dec2016 12:04, ProPAAS DBA wrote: I want to copy files from server C to my laptop, I have access to server C via: laptop --> ssh to server B (the jumpbox) then server B --> ssh to server C I added an ssh config like this (.ssh/config in my home dir on my laptop): Host serverB Host

Re: rpcbind.socket: Failed to listen on sockets: Permission denied

2016-12-08 Thread Ed Greshko
On 12/08/16 18:44, Patrick O'Callaghan wrote: > Got the above after updating to kernel 4.8.11-300.fc25.x86_64. I > noticed it when my NFS mounts failed. Nothing else has changed. > > Any ideas? > This may be your issue? Just seen on the selinux list The latest version of the rpcbind packag

Re: rpcbind.socket: Failed to listen on sockets: Permission denied

2016-12-08 Thread Patrick O'Callaghan
On Fri, 2016-12-09 at 05:57 +0800, Ed Greshko wrote: > > On 12/08/16 18:44, Patrick O'Callaghan wrote: > > Got the above after updating to kernel 4.8.11-300.fc25.x86_64. I > > noticed it when my NFS mounts failed. Nothing else has changed. > > > > Any ideas? > > > > This may be your issue? > >

Re: rpcbind.socket: Failed to listen on sockets: Permission denied

2016-12-08 Thread Ed Greshko
On 12/09/16 06:37, Patrick O'Callaghan wrote: > On Fri, 2016-12-09 at 05:57 +0800, Ed Greshko wrote: >> On 12/08/16 18:44, Patrick O'Callaghan wrote: >>> Got the above after updating to kernel 4.8.11-300.fc25.x86_64. I >>> noticed it when my NFS mounts failed. Nothing else has changed. >>> >>> An

Re: rpcbind.socket: Failed to listen on sockets: Permission denied

2016-12-08 Thread Patrick O'Callaghan
On Fri, 2016-12-09 at 06:51 +0800, Ed Greshko wrote: > > On 12/09/16 06:37, Patrick O'Callaghan wrote: > > On Fri, 2016-12-09 at 05:57 +0800, Ed Greshko wrote: > > > On 12/08/16 18:44, Patrick O'Callaghan wrote: > > > > Got the above after updating to kernel 4.8.11-300.fc25.x86_64. I > > > > notic

Re: Epson XP_332

2016-12-08 Thread Doug
On 12/07/2016 02:51 PM, DB wrote: On 25/11/16 07:44, users-requ...@lists.fedoraproject.org wrote: From: Greg Woods Date: Thu, 24 Nov 2016 22:12:53 -0700 To: freddog...@yahoo.co.uk, Community support for Fedora users On Thu, Nov 24, 2016 at 2:42 PM, DB mailto:freddog...@yahoo.co.uk>> wrot

save dialog, doc name field is highlighted, but typing goes into search field

2016-12-08 Thread Chris Murphy
Can anyone reproduce this bug? I can reproduce it easily 100% of the time in gedit and Firefox, presumably in anything using GtkFileChooser. The trick seems to be, before typing the name you want to save as, to first pick a location. If you don't change the default location the problem doesn't hap

Re: F25: vim-enhanced.8.0.118-1: unwanted behavior

2016-12-08 Thread Christopher
On Thu, Dec 8, 2016 at 8:24 AM Dario Lesca wrote: > Il giorno gio, 08/12/2016 alle 14.53 +0200, Ahmad Samir ha scritto: > > To revert that change I created a ~/.vimrc (even an empty one works) > > and for good measure added this line to it: > > set mouse= > > > > Thank, this command: > > $ ec

setting up dictd-server on local machine

2016-12-08 Thread stevefoley12723
Hello, can anyone kindly point me in the right direction in setting up dictd-server. I am experienced with Linux but new to Fedora and SELinux. I have installed the package: dnf install dictd-service Went through the docs: /usr/share/doc/dictd-server/INSTALL Added a dictd config file:

Re: setting up dictd-server on local machine

2016-12-08 Thread Ed Greshko
On 12/09/16 13:23, stevefoley12...@gmail.com wrote: > Hello, can anyone kindly point me in the right direction in setting up > dictd-server. I am experienced with Linux but new to Fedora and SELinux. > > I have installed the package: > dnf install dictd-service > > Went through the docs: >

Re: setting up dictd-server on local machine

2016-12-08 Thread Steve Foley
Thanks for the quick reply! On Fri, Dec 9, 2016 at 1:01 AM, Ed Greshko wrote: > > > Well, at this point all I can tell is I did this on an F25 VM that I > have > > 1. dnf install dictd-server > 2. systemctl enable dictd > 3. systemctl start dictd > > This works for me. I didn't use systemc