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 systemctl to enable dictd, so maybe that
was my problem before. Now I get the same output as you on systemctl status.

And, FWIW...
>
> [root@f25f ~]# telnet localhost 2628
> Trying ::1...
> telnet: connect to address ::1: Connection refused
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> 220 f25f dictd 1.12.1/rf on Linux 4.8.11-300.fc25.x86_64 
> <1.5487.1481263254@f25f>
> quit
> 221 bye [d/m/c = 0/0/0; 4.000r 0.000u 0.000s]
>

Right now I'm still blocked trying to access both localhost and 127.0.0.1,
but at least dictd is working.


>
> So, I'm guessing at this point there is something in your configuration
> file or something
> else you did to get the failure.


I will check out the config file next. Thanks for your help! I'm still new
to Fedora and have been hitting lots of gotchas where I don't know what to
do, but then once you get the answers everything runs smoothly :-)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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:
> /usr/share/doc/dictd-server/INSTALL
>
> Added a dictd config file:
>/etc/dictd.conf
>
> Now, I'm a bit confused. There are several example config files in the doc 
> directory, plus a folder of SELinux examples. I haven't allowed access in the 
> dictd.conf file since I'm only going to run on a local machine.
>
> When I attempt to start with systemctl:
> /bin/systemctl status dictd.service
>
> I get the following error:
>
> ● dictd.service - Dictd Dictionary Server Daemon
>Loaded: loaded (/usr/lib/systemd/system/dictd.service; disabled; vendor 
> preset: disabled)
>Active: failed (Result: exit-code) since Fri 2016-12-09 00:09:12 EST; 41s 
> ago
>   Process: 2493 ExecStart=/usr/sbin/dictd --listen-to 127.0.0.1 (code=exited, 
> status=0/SUCCESS)
>  Main PID: 2494 (code=exited, status=1/FAILURE)
>
> Dec 09 00:09:12 localhost.localdomain systemd[1]: Starting Dictd Dictionary 
> Server Daemon...
> Dec 09 00:09:12 localhost.localdomain systemd[1]: Started Dictd Dictionary 
> Server Daemon.
> Dec 09 00:09:12 localhost.localdomain systemd[1]: dictd.service: Main process 
> exited, code=exited, status=1/FAILURE
> Dec 09 00:09:12 localhost.localdomain systemd[1]: dictd.service: Unit entered 
> failed state.
> Dec 09 00:09:12 localhost.localdomain systemd[1]: dictd.service: Failed with 
> result 'exit-code'.
>
> I looked through the internet for references, but I guess installing 
> dictd-server on Fedora 25 is not a popular thing to do. Thanks!

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

And then

[root@f25f ~]# systemctl status dictd
● dictd.service - Dictd Dictionary Server Daemon
   Loaded: loaded (/usr/lib/systemd/system/dictd.service; enabled; vendor 
preset: di
   Active: active (running) since Fri 2016-12-09 13:55:38 CST; 3s ago
  Process: 5453 ExecStart=/usr/sbin/dictd --listen-to 127.0.0.1 (code=exited, 
status
 Main PID: 5454 (dictd)
Tasks: 1 (limit: 4915)
   CGroup: /system.slice/dictd.service
   └─5454 dictd 1.12.1: 0/0

Dec 09 13:55:38 f25f systemd[1]: Starting Dictd Dictionary Server Daemon...
Dec 09 13:55:38 f25f systemd[1]: Started Dictd Dictionary Server Daemon.


This is without modification to the installed /etc/dictd.conf ..

And, FWIW...

[root@f25f ~]# telnet localhost 2628
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 f25f dictd 1.12.1/rf on Linux 4.8.11-300.fc25.x86_64  
<1.5487.1481263254@f25f>
quit
221 bye [d/m/c = 0/0/0; 4.000r 0.000u 0.000s]

So, I'm guessing at this point there is something in your configuration file or 
something
else you did to get the failure.




-- 
You're Welcome Zachary Quinto
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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:
   /etc/dictd.conf

Now, I'm a bit confused. There are several example config files in the doc 
directory, plus a folder of SELinux examples. I haven't allowed access in the 
dictd.conf file since I'm only going to run on a local machine.

When I attempt to start with systemctl:
/bin/systemctl status dictd.service

I get the following error:

● dictd.service - Dictd Dictionary Server Daemon
   Loaded: loaded (/usr/lib/systemd/system/dictd.service; disabled; vendor 
preset: disabled)
   Active: failed (Result: exit-code) since Fri 2016-12-09 00:09:12 EST; 41s ago
  Process: 2493 ExecStart=/usr/sbin/dictd --listen-to 127.0.0.1 (code=exited, 
status=0/SUCCESS)
 Main PID: 2494 (code=exited, status=1/FAILURE)

Dec 09 00:09:12 localhost.localdomain systemd[1]: Starting Dictd Dictionary 
Server Daemon...
Dec 09 00:09:12 localhost.localdomain systemd[1]: Started Dictd Dictionary 
Server Daemon.
Dec 09 00:09:12 localhost.localdomain systemd[1]: dictd.service: Main process 
exited, code=exited, status=1/FAILURE
Dec 09 00:09:12 localhost.localdomain systemd[1]: dictd.service: Unit entered 
failed state.
Dec 09 00:09:12 localhost.localdomain systemd[1]: dictd.service: Failed with 
result 'exit-code'.

I looked through the internet for references, but I guess installing 
dictd-server on Fedora 25 is not a popular thing to do. Thanks!
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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:
>
> $ echo 'set mouse=' >> ~/.vimrc
>
> disable this new "feature" and restore the previous behavior.
>
> Another (annoying) thing to do on all new system witch I install and
> use.
>
> Probably it would be better that this feature was disabled by default
> in a next update.
>
> What is your opinion?
>
>

This is very surprising behavior that I saw today. I spent quite a bit of
time going through my .vimrc file to try to find which setting "fixed" the
problem. Apparently, an empty file would have done the trick... such a
waste of time. :)

A more intuitive behavior would be for the user's settings to be merged
with the defaults. Creating an .vimrc to change a whitespace option, and
seeing that has an effect on mouse behavior is very strange.



> Thanks
>
> --
> Dario Lesca
> (inviato dal mio Linux Fedora 24 Workstation)
>
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 happen for me. There's a screencast attached to the
bug that shows what I'm seeing, I just sorta want a sanity check.
Thanks.


https://bugzilla.gnome.org/show_bug.cgi?id=775861




-- 
Chris Murphy
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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>> wrote:

I've recently bought an Epson all-in-one & am having a pile of
difficulty to get it to work properly.


What driver are you using for it? I have a WF-3620 and WF-3640
all-in-ones, and I discovered that the driver packaged with Fedora
doesn't work. I had to download a driver from Epson instead. This, even
though ostensibly the Fedora driver has a newer version. This latter
fact I didn't discover until I realized that my printer quit working
every time I did an update, so I had to add exclude=epson* to dnf.conf
to keep dnf from replacing the Epson-downloaded driver with the
Fedora-packaged one on each update.

--Greg


Hi Greg,

Thanks for your note.  I'm using a driver I downloaded from Epson's 
own site.  The driver part seems to work ok.  I noticed that I hadn't 
unpacked & installed the scanner "bundle" - one would assume that a 
package for an all-in-one would install all parts.. However, 
following Epson's instructions doesn't seem to do anything.


Wouldn't it be nice if there was a button on a printer which sends a 
"here I am" message to all stations on the LAN?f


Thanks again for your help

Dave 
This information is from PCLOS, but it may also apply to your setup. It 
applies specifically to an Epson WP-4530 all-in-one.  In order to make 
the scanner work, there is a
file in /etc/sane.d named dll.conf. That file is a list of all kinds of 
scanners, and in that list is epson and #epson2. put a # in front of 
epson and remove the # in front of epson2. My information says do this 
if the /printer/scanner is on your lan. Also in /etc/sane.d net 
autodiscovery should be uncommented.

Don't know if this will apply to Fedora, but it's worth a look.

--doug
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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
> > > > 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 package (0.2.4-0) has moved the rpcbind 
> > > executable from
> > > /sbin/rpcbind to /usr/bin/rpcbind.  The selinux-policy (3.13.1-224) 
> > > doesn't yet reflect
> > > this change, so the rpcbind executable ends up labeled bin_t instead of 
> > > rpcbind_exec_t.
> > 
> > OK, looks promising. I guess this will probably fix itself with the next 
> > update.
> > 
> > Thanks.
> 
> You could, of course, verify this is your issue by running in permissive mode.

Yes, I did that already. It worked.

> Or you could change the context on the file by following the instructions 
> here.
> 
> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-SELinux_Contexts_Labeling_Files-Persistent_Changes_semanage_fcontext.html

OK

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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.
>>>
>>> Any ideas?
>>>
>> This may be your issue?
>>
>> Just seen on the selinux list
>>
>> The latest version of the rpcbind package (0.2.4-0) has moved the rpcbind 
>> executable from
>> /sbin/rpcbind to /usr/bin/rpcbind.  The selinux-policy (3.13.1-224) doesn't 
>> yet reflect
>> this change, so the rpcbind executable ends up labeled bin_t instead of 
>> rpcbind_exec_t.
> OK, looks promising. I guess this will probably fix itself with the next 
> update.
>
> Thanks.

You could, of course, verify this is your issue by running in permissive mode.

Or you could change the context on the file by following the instructions here.

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-SELinux_Contexts_Labeling_Files-Persistent_Changes_semanage_fcontext.html



-- 
You're Welcome Zachary Quinto
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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?
> 
> Just seen on the selinux list
> 
> The latest version of the rpcbind package (0.2.4-0) has moved the rpcbind 
> executable from
> /sbin/rpcbind to /usr/bin/rpcbind.  The selinux-policy (3.13.1-224) doesn't 
> yet reflect
> this change, so the rpcbind executable ends up labeled bin_t instead of 
> rpcbind_exec_t.

OK, looks promising. I guess this will probably fix itself with the next update.

Thanks.

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 package (0.2.4-0) has moved the rpcbind 
executable from
/sbin/rpcbind to /usr/bin/rpcbind.  The selinux-policy (3.13.1-224) doesn't yet 
reflect
this change, so the rpcbind executable ends up labeled bin_t instead of 
rpcbind_exec_t.



-- 
You're Welcome Zachary Quinto
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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
   HostName jumpbox.clientA.aws.com
Host serverC
   ProxyCommandssh -q serverB nc -q0 serverC -db 22


I just write this as:

 ProxyCommandssh serverB nc serverC 22


However when I tried this from my laptop:
ssh myuser@serverC

I get prompted for my user on serverB, enter the pw but it never accepts it:

$ ssh myuser@serverC
jsm...@jumpbox.clienta.aws.com's password:
jsm...@jumpbox.clienta.aws.com's password:
jsm...@jumpbox.clienta.aws.com's password:


I notice that I'm trying to login as the jump box user (myuser) but 
i'm prompted for the laptop user I'm logged in as (jsmith).


You want a User setting in your serverB clause:

 Host serverB
User  myuser
HostName jumpbox.clientA.aws.com

Re keys: they will make your life easier, and are more secure. First make this 
work with passwords to get it debugged, but ssh keys are very much a better 
approach. Passwords are usually very breakable. Avoid them. Make yourself a 
keypair with "ssh-keygen" on your laptop, and add the public half to serverB 
and serverC's .ssh/authorized_keys files. Start an ssh-agent on your laptop and 
add your key to it. Then you won't be troubled with passwords again. (And you 
can _revoke_ password access to servers B and C, securing them further.)


Anyway, try the abve and let us know where you end up.

Cheers,
Cameron Simpson 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 some-srpms-dir
> >   $ dnf builddep foo
> >   $ dnf builddep foo
> >
> > It doesn't complete anything. No matter how often I press TAB.
> > Compared with:
> >
> >   $ yum-builddep foo
> >
> > It queries the RPM database, which is something I don't want, and only
> > then shows multiple pages of local files and installed packages, asking me
> > to page through them, so I may add refine my completion request.
> >  
> 
> Try:
> $ yum-builddep ./foo

I'm aware of that, but it doesn't fix the dnf builddep example above.
Gnome-terminal only plays a sound without doing anything about completion.
Could be a new bug. Could be regular breakage.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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
>>> screen.xterm-256color
>>
>>
>> I should have added that I'm aware that I can just change the terminal
>> type by just changing the TERM environment variable to something like
>> vt100 or xterm (export TERM=vt100), but I'm looking for the real
>> solution here to take full advantage of the screen.xterm-256color
>> terminal type on the remote system.
>
>
> As you say the quick hack is to use another name. I use "xterm-256color" for
> iTerms.
>
> However, you can just keep a personal copy of the terminfo file for your
> terminal; copy your local system's one to your remote system. I keep
> personal copies of a few things, and have this in my shell startup:
>
>  # Make sure we have a useful definition.
>  unset TERMCAP TERMINFO
>  case "$TERM" in
>  e-adm3a|e-adm3a-fi|xterm*|trs80*|qvt311gx|amiga|amiga-fterm)
>[ -r $HOME/rc/term/cap  ] && { TERMCAP=$HOME/rc/term/cap; export
> TERMCAP; }
>[ -d $HOME/rc/term/info ] && { TERMINFO=$HOME/rc/term/info; export
> TERMINFO; }
>;;
>  esac
>
> The terminfo directory has a subdir for each terminal's leading letter, with
> the file inside that. See terminfo(5).

Copying the screen.xterm-256color terminfo entry to the remote system
into /usr/share/terminfo/s/ directory fixed the problem.

Thanks everyone for all your help.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 like

scp username@serverc:path/to/file.type otheruser@laptop:path/to/new.file

> 
> I added an ssh config like this (.ssh/config in my home dir on my laptop):
> 
> 
> Host serverB
> HostName jumpbox.clientA.aws.com
> 
> Host serverC
> ProxyCommandssh -q serverB nc -q0 serverC -db 22
> 
> 
> However when I tried this from my laptop:
> 
> ssh myuser@serverC
> 
> I get prompted for my user on serverB, enter the pw but it never accepts it:
> 
> $ ssh myuser@serverC
> 
> jsm...@jumpbox.clienta.aws.com's password:
> jsm...@jumpbox.clienta.aws.com's password:
> jsm...@jumpbox.clienta.aws.com's password:
> 
> 
> I notice that I'm trying to login as the jump box user (myuser) but i'm
> prompted for the laptop user I'm logged in as (jsmith).
> 
> 
> Can anyone help me get multi-hop ssh/scp working even when the user I
> want to connect as is not the same as my laptop user? Also do I need to
> setup ssh keys to make this work? I'd prefer not to do this...
> 
> 
> Thanks in advance
> 
> 
> 
> 
> 
> 
> 
> 
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> 

-- 
Kevin J. Cummings
kjch...@verizon.net
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://www.linuxcounter.net/)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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.com

Host serverC
ProxyCommandssh -q serverB nc -q0 serverC -db 22


However when I tried this from my laptop:

ssh myuser@serverC

I get prompted for my user on serverB, enter the pw but it never accepts it:

$ ssh myuser@serverC

jsm...@jumpbox.clienta.aws.com's password:
jsm...@jumpbox.clienta.aws.com's password:
jsm...@jumpbox.clienta.aws.com's password:


I notice that I'm trying to login as the jump box user (myuser) but i'm 
prompted for the laptop user I'm logged in as (jsmith).



Can anyone help me get multi-hop ssh/scp working even when the user I 
want to connect as is not the same as my laptop user? Also do I need to 
setup ssh keys to make this work? I'd prefer not to do this...



Thanks in advance






___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 reading and creating an ISO image, but not for setting up
the device to burn discs "magically".

Michael, Michael...
I have no idea what you mean by ' burn discs "magically" '
Who said anything about magically.

I have been using unix since the first att release to the universities 
in the 70's,

and linux since 1988/1989.
Since the appearance of optical drives and media, I had always been
able to dd an iso file directly to the optical drive in the manner I 
described.

It was not "magical". It was "actual" :) :)



Once upon a time, I forget how long ago,
I could burn a DVD using cp.   I expect dd also worked.
Posters should quit whining about OP's statement that it did.

cp no longer works. I expect dd no longer works.
OP should quit whining about it.

That it used to work was not evil.
That it no longer works is not evil.
Claims to the contrary? Maybe.

What changed? I do not know.
I've recently read a claim that dd has not changed.
I've also read a claim that dd's previous behavior was broken.
That strongly suggests that dd was intentionally changed.
Device drivers might have changed.
Perhaps the mechanism to inialize writing
was moved from open for write to ioctl.
Another possibility is that the hardware might have changed.
Perhaps putting a blank disk in the burner
used to put it in burn mode automatically.
OP might have already tested this.
If the change of which he complains occurred without changing drives,
then that possibility can be eliminated.

--
Michael   henne...@web.cs.ndsu.nodak.edu
"Sorry but your password must contain an uppercase letter, a number,
a haiku, a gang sign, a heiroglyph, and the blood of a virgin."
 --  someeecards
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 doesn't complete anything. No matter how often I press TAB.
> Compared with:
>
>   $ yum-builddep foo
>
> It queries the RPM database, which is something I don't want, and only
> then shows multiple pages of local files and installed packages, asking me
> to page through them, so I may add refine my completion request.
>

Try:
$ yum-builddep ./foo

FWIW I've been using yum completion with dnf for some time, I find it
faster (with a couple of caveats of course due to syntax differences
between yum and dnf).

> If I uninstall bash-completion package, at least both commands behave
> the same, and "dnf builddep ..." becomes usable again.
[..]

-- 
Ahmad Samir
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 terminal i.e. it's affecting the
>> behaviour of bash as a whole.
>
> But bash-completion has been listed explicitly in the "standard" group
> and therefore installed by default for years. So, for most people, it's
> not a behavior change.
>

Ah, then, sorry for the noise; I usually upgrade so haven't done a
clean install in some time :/

-- 
Ahmad Samir
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 maybe it was still yum at the time) was actually
> the final straw that led me to track down the existence
> of the bash completion nonsense and eradicate it
> from my system.
> 
> It also goes rather insane in certain complicated
> circumstances involving bash aliases which invoke eval
> to generate a command.
> 
> Plus, of course, never having any idea what TAB might
> actually do depending on the random characters you have typed
> previously is just utterly wrong and against the
> natural order of the universe :-).

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 doesn't complete anything. No matter how often I press TAB.
Compared with:

  $ yum-builddep foo

It queries the RPM database, which is something I don't want, and only
then shows multiple pages of local files and installed packages, asking me
to page through them, so I may add refine my completion request.

If I uninstall bash-completion package, at least both commands behave
the same, and "dnf builddep ..." becomes usable again.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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.

But bash-completion has been listed explicitly in the "standard" group
and therefore installed by default for years. So, for most people, it's
not a behavior change.

-- 
Matthew Miller

Fedora Project Leader
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 the previous behavior.

Another (annoying) thing to do on all new system witch I install and
use.

Probably it would be better that this feature was disabled by default
in a next update.

What is your opinion?

Thanks

-- 
Dario Lesca
(inviato dal mio Linux Fedora 24 Workstation)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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, yes, setting `install_weak_deps=0` in dnf.conf is the way to never
> pull in weak dependencies. If don;t like just `bash-completion`
> package you can have `exclude=bash-completion` in dnf.conf. Otherwise
> I see nothing wrong with DNF recommending bash-completion as it
> improves UX but is not hard dependency.
>
> Honza
>

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.

A few other packages require (and fewer still recommend)
bash-completion but none of them is installed by default and none of
them is the default package manager in Fedora :)

-- 
Ahmad Samir
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 button) do not work anymore.
>
> This behavior also do not allow anymore to select some text of file
> opened with vim and copy it with right click.
>
> If I use "vim -C" this "feature" is disable, bur I do not know what is
> also disable with '-C' option.
>
> I think this is a bug, I must fill a bugzilla?
>
> Thanks
>

It looks like a new change in vim-8*; now when no ~/.vimrc file is
found the defaults.vim (/usr/share/vim/vim80/defaults.vim) script is
used; which sets 'mouse=a' hence this new mouse selection behaviour.

To revert that change I created a ~/.vimrc (even an empty one works)
and for good measure added this line to it:
set mouse=

-- 
Ahmad Samir
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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 to never
pull in weak dependencies. If don;t like just `bash-completion`
package you can have `exclude=bash-completion` in dnf.conf. Otherwise
I see nothing wrong with DNF recommending bash-completion as it
improves UX but is not hard dependency.

Honza
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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.0.2


I use it to reduce the clutter with 
sites such as: http://www.foxnews.com/


I have an icon I can click on for a menu 
permitting me to disable it if it blocks 
something I need to access.


Not having flash is a problem in 
printing crossword puzzles, always in 
demand here ...


--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64it LINUX XFCE Fastmail POP3

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


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.fedoraproject.org


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 anymore to select some text of file
opened with vim and copy it with right click.

If I use "vim -C" this "feature" is disable, bur I do not know what is
also disable with '-C' option.  

I think this is a bug, I must fill a bugzilla?

Thanks

-- 
Dario Lesca
(inviato dal mio Linux Fedora 24 Workstation)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org