Re: looking for a BASH tool

2016-06-27 Thread Richard England

On 06/27/2016 07:46 AM, SternData wrote:

Years ago, I used a tool called CED and PCED on DOS systems.  I could
type in "abc" and press an up-arrow and it would walk back through my
stack of DOS commands showing only those with "abc" in them.

There's *got* to be a similar tool for bash, but my google-fu is weak today.

Thanks for suggestions or links.


look for 'command line editing in bash'  The default mode is emacs style 
controls for moving through history and on a line to insert and delete. 
There is also a 'vi' mode set up by entering 'set -o vi' that does the 
same thing.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmfusion for F24

2016-06-27 Thread Robin Laing

On 27/06/16 17:28, Clifford Snow wrote:

I use the non free rpmfusion for Nvidia drivers. (The nouveau doesn't
work for my card, no or insufficient thermal controls.) Where is the
best place to ask for drivers compiled for the latest kernel, 4.5.7-300?

Thanks,
Clifford


Just installed a new system.  nVidia drivers wouldn't load due to secure 
boot.  Will have to sort that out as this will be a dual boot machine.


Just follow the instructions on rpmfusion web site.

http://rpmfusion.org/Howto/nVidia

Don't forget the kernel-devel like I did.  Oops

Robin
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmfusion for F24

2016-06-27 Thread Derrik Walker v2.0

On 06/27/2016 07:28 PM, Clifford Snow wrote:
I use the non free rpmfusion for Nvidia drivers. (The nouveau doesn't 
work for my card, no or insufficient thermal controls.) Where is the 
best place to ask for drivers compiled for the latest kernel, 4.5.7-300?


Thanks,
Clifford

--


I had to explicit install the rpmfusion packages and do an dnf clean all 
before I could actually upgrade any of my rpmfusion packages.


Otherwise DNF didn't see them.

If you are missing packages, that could be your problem.

--
-- Derrik

Derrik Walker v2.0, RHCE
dwal...@doomd.net

"Those UNIX guys, they think weird!" -- John C. Dvorak

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Sam Varshavchik

Tom H writes:

On Sun, Jun 26, 2016 at 8:51 PM, Sam Varshavchik   
wrote:

>
> For the longest time I had /etc/sysconfig/network-scripts/eno2 specify:
>
> TYPE=Ethernet
> BOOTPROTO=none
> DEFROUTE=yes
> NAME=wan0
> UUID=71e6ac4b-c693-4c20-aa0d-e1a63b7373fe
> ONBOOT=yes
> IPADDR1=216.254.115.102
> PREFIX1=24
> IPADDR2=216.27.136.223
> PREFIX2=24
> HWADDR=0C:C4:7A:32:C1:83
> IPADDR=216.254.115.190
> GATEWAY=216.254.115.1
> PREFIX=24
>
> This host has three IP addresses, and up until now the default IP address
> for outgoing IP traffic was always 216.254.115.190, specified by IPADDR.
>
> It appears that, right now, all of my outbound traffic now appears to come
> from one of the other IP addresses, 216.254.115.102.
>
> This is true even if the outgoing socket explicitly binds to
> 216.254.115.190:

What's the output of "ip r"?



# ip r
default via 216.254.115.1 dev eno2  proto static  metric 100
192.168.0.0/24 dev eno1  proto kernel  scope link  src 192.168.0.1  metric  
100
216.27.136.0/24 dev eno2  proto kernel  scope link  src 216.27.136.223   
metric 100
216.254.115.0/24 dev eno2  proto kernel  scope link  src 216.254.115.102   
metric 100



If the default route's not from "190", you should be able to force it
with "SRCADDRC=".


The default route appears to be set by add_default_route() in network- 
functions.


The "# Set a default route." blurb in ifup-eth, that you are referring to,  
is not being used for some reason I have not been able to determine. Putting  
"SRCADDR=216.254.115.190" made no difference. Neither is using IPADDR0 and  
PREFIX0 instead of IPADDR and PREFIX; nor ordering IPADDR/PREFIX before  
IPADDR[12] and PREFIX[12].


The path of least resistance for me appears to be is to swap the .102 IP  
address on this machine with another IP address, leave only one assigned IP  
address in this /24. With the default route to this /24, the kernel will  
have no choice but to use the other IP address.




pgpfRLPCg0fnq.pgp
Description: PGP signature
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rsh busted?

2016-06-27 Thread Rick Stevens
On 06/27/2016 05:51 PM, Tom Horsley wrote:
> On Mon, 27 Jun 2016 17:38:29 -0700
> Joe Zeff wrote:
> 
>> OK, that rules out everything except the two machines involved.  Can you 
>> use rsh from a different box or connect from the first one to a 
>> different one?
> 
> I've been experimenting, and it is very weird.
> 
> Apparently I can rsh to or from anything unless both the
> source and target are fedora 24 machines, then I get
> the no route to host error. (One machine being f24,
> no problem, two, and no route to host).
> 
> Worse yet, I've checked and I did turn off selinux, so
> it isn't selinux.
> 
> The machine I'm trying to reach is on a different subnet,
> so there is some firewall magic in the gateways and routers
> and wot-not to arrange for the reverse rsh connections
> to work, but other machines I can rsh into are on that
> same subnet, so the firewall magic must be working. And
> two f24 machines inside that subnet also cannot rsh to
> each other, and they wouldn't even need the routing magic.
> 
> Maybe I'll break out wireshark tomorrow and compare a
> working rsh to a broken rsh.
> 
> Or perhaps at some point it will be simpler to find all
> the rsh calls in the 47 gazillion lines of test scripts
> and make them use ssh instead :-).

Uh, just for giggles, rsh between two F24s and check the logs of the
target F24 machine. It may be that rsh is generating a FQDN of the
sending machine that doesn't match what you have in the .rhosts of the
target machine (and vice versa). I've seen this sorta weirdness before
with LDAP "host" records. Perhaps the same thing is going on with rsh.

Also make SURE you don't have firewalls between the two F24 machines
by looking at "iptables -L -n".
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-First Law of Work:  -
-If you can't get it done in the first 24 hours, work nights.-
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmfusion for F24

2016-06-27 Thread Ed Greshko


On 06/28/16 08:23, Clifford Snow wrote:
> Do you use the akmods or the kmods? I'm using kmods which are precompiled as 
> I understand. 

I use akmods so as not to have to wait for the fine folks at rpmfusion to 
update after a
kernel update.

-- 
You're Welcome Zachary Quinto
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rsh busted?

2016-06-27 Thread Tom Horsley
On Mon, 27 Jun 2016 17:38:29 -0700
Joe Zeff wrote:

> OK, that rules out everything except the two machines involved.  Can you 
> use rsh from a different box or connect from the first one to a 
> different one?

I've been experimenting, and it is very weird.

Apparently I can rsh to or from anything unless both the
source and target are fedora 24 machines, then I get
the no route to host error. (One machine being f24,
no problem, two, and no route to host).

Worse yet, I've checked and I did turn off selinux, so
it isn't selinux.

The machine I'm trying to reach is on a different subnet,
so there is some firewall magic in the gateways and routers
and wot-not to arrange for the reverse rsh connections
to work, but other machines I can rsh into are on that
same subnet, so the firewall magic must be working. And
two f24 machines inside that subnet also cannot rsh to
each other, and they wouldn't even need the routing magic.

Maybe I'll break out wireshark tomorrow and compare a
working rsh to a broken rsh.

Or perhaps at some point it will be simpler to find all
the rsh calls in the 47 gazillion lines of test scripts
and make them use ssh instead :-).
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Brasero: can't choose a directory. [SOLVED]

2016-06-27 Thread mattison . computer
I was trying Brasero in Gnome and Plasma.  I gather that makes a difference.  
It might also matter that I was root, not a regular user when I tried your 
suggestions.

Bill.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Sam Varshavchik

Gordon Messmer writes:


On 06/26/2016 05:51 PM, Sam Varshavchik wrote:
This host is using masquerading, with firewalld. I suspect that this is  
firewalld's doing.



Anything interesting in the nat table?

# iptables -L -n -t nat


Nothing there. Just see generic wildcard rules, no explicit references to  
any IP address.




pgpSQy0g8Fci7.pgp
Description: PGP signature
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rsh busted?

2016-06-27 Thread Joe Zeff

On 06/27/2016 05:30 PM, Tom Horsley wrote:

Oh yes. ssh works, ping works, everybody has a route
to the host except rsh.


OK, that rules out everything except the two machines involved.  Can you 
use rsh from a different box or connect from the first one to a 
different one?

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rsh busted?

2016-06-27 Thread Tom Horsley
On Mon, 27 Jun 2016 17:01:57 -0700
Joe Zeff wrote:

> Can you ping the host?

Oh yes. ssh works, ping works, everybody has a route
to the host except rsh.

I'm pretty sure it is selinux. I remember it broke
rsh in previous releases and I don't remember turning
it off on the test machines.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmfusion for F24

2016-06-27 Thread Clifford Snow
Do you use the akmods or the kmods? I'm using kmods which are precompiled
as I understand.


On Mon, Jun 27, 2016 at 4:42 PM, Ed Greshko  wrote:

> On 06/28/16 07:28, Clifford Snow wrote:
>
> > I use the non free rpmfusion for Nvidia drivers. (The nouveau doesn't
> work for my card,
> > no or insufficient thermal controls.) Where is the best place to ask for
> drivers
> > compiled for the latest kernel, 4.5.7-300?
>
> rpmfusion is up and running with all nvidia packages for F24.  I just
> updated 2 systems
> without incident.
>
> --
> You're Welcome Zachary Quinto
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>



-- 
@osm_seattle
osm_seattle.snowandsnow.us
OpenStreetMap: Maps with a human touch
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: what release am I running ?

2016-06-27 Thread Joe Zeff

On 06/27/2016 03:27 PM, Rick Stevens wrote:

Taking my cursory look at the system-upgrade plugin, it appears that it
looks at the file I mentioned to figure out which version it currently
is and where you want it to go. I've never dug through it that closely,
but that seems to be what it does. I could be wrong (and probably am).


That's the obvious answer, but it's wrong, or at least, it was wrong for 
yum and may be for dnf.  What it does is check the database to find out 
what version of the rpm is installed and that that as the answer. 
Normally, of course, it works just fine.  However, just after an 
upgrade, the database might show both the old and the new version as 
being installed but the program stops when it finds the first result, 
and that's the old one.  Try using package-cleanup --dupes or whatever 
the dnf version is and find out if that's an issue.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rsh busted?

2016-06-27 Thread Joe Zeff

On 06/27/2016 03:06 PM, Tom Horsley wrote:

But when I get on another system and try to rsh in,
it always tells me "no route to host". Anyone have
a clue what else to check?


Can you ping the host?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmfusion for F24

2016-06-27 Thread Ed Greshko
On 06/28/16 07:28, Clifford Snow wrote:

> I use the non free rpmfusion for Nvidia drivers. (The nouveau doesn't work 
> for my card,
> no or insufficient thermal controls.) Where is the best place to ask for 
> drivers
> compiled for the latest kernel, 4.5.7-300? 

rpmfusion is up and running with all nvidia packages for F24.  I just updated 2 
systems
without incident. 

-- 
You're Welcome Zachary Quinto
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


rpmfusion for F24

2016-06-27 Thread Clifford Snow
I use the non free rpmfusion for Nvidia drivers. (The nouveau doesn't work
for my card, no or insufficient thermal controls.) Where is the best place
to ask for drivers compiled for the latest kernel, 4.5.7-300?

Thanks,
Clifford

-- 
@osm_seattle
osm_seattle.snowandsnow.us
OpenStreetMap: Maps with a human touch
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rsh busted?

2016-06-27 Thread Tom Horsley
On Mon, 27 Jun 2016 15:54:51 -0700
Gordon Messmer wrote:

> Use firewall-cmd to open the rsh port?

There is no firewall running, but now that I think
about it, I may have neglected to disable selinux.
It always breaks rsh. I'll have to check that tomorrow.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rsh busted?

2016-06-27 Thread Gordon Messmer

On 06/27/2016 03:06 PM, Tom Horsley wrote:

But when I get on another system and try to rsh in,
it always tells me "no route to host". Anyone have
a clue what else to check?



Use firewall-cmd to open the rsh port?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: what release am I running ?

2016-06-27 Thread Gordon Messmer

On 06/27/2016 02:20 PM, Jim Cromie wrote:


I installed Fc24 beta a month ago on a new laptop
Ive tried upgrading to 24-final, unsure Ive succeeded.



If you upgraded to the beta, then "dnf update" has (or will) update to 
the final release.  You don't need to run "dnf system-upgrade" again.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: what release am I running ?

2016-06-27 Thread Rick Stevens
On 06/27/2016 02:58 PM, jdow wrote:
> The release number is a part of the kernel name. It takes a wee bit of
> knowledge to parse it. For example mine contains
> "2.6.32-573.12.1.el6.x86_64" The ".el6" is the effective release number
> (Enterprise Linux). In actuality it's Scientific Linux SL6. The other
> suggestion gives me "Scientific Linux release 6.6 (Carbon)". (It's not
> quite time for me to go to 6.7. I am waiting a bit until potential
> problems can be attacked with minimum affect on our work here.)

Uh, again, that's the kernel version, not the OS release version
(/etc/issue or /etc/redhat-release or /etc/fedora-release). You can run
an F23 kernel on an F24 system easily (or vice-versa). You can even run
a kernel that's built from a source tarball that has no "fcXX" or "elX"
stuff at all, so while MOST of the time the kernel and the OS release
track each other, there's absolutely no guarantee that they do.

Taking my cursory look at the system-upgrade plugin, it appears that it
looks at the file I mentioned to figure out which version it currently
is and where you want it to go. I've never dug through it that closely,
but that seems to be what it does. I could be wrong (and probably am).

> On 2016-06-27 14:48, Rick Stevens wrote:
>> On 06/27/2016 02:22 PM, jdow wrote:
>>> uname -a
>>
>> Joanne, that'll report the kernel version and such but not the
>> distribution release number.
>>
>> Jim,
>>
>> That's odd. I believe that "dnf system-upgrade" pulls this stuff from
>> a file called /var/lib/dnf/system-upgrade.json which contains stuff
>> such as system_releasever and target_releasever. It sounds like your
>> system_releasever is set to 24 in that file. If so, then system-upgrade
>> won't do it as it thinks you're already at that level.
>>
>> You might be able to change that to "23" and rerun your command, but BE
>> WARNED! I've never done this and you could hose your system completely.
>>
>> Is it possible you downloaded system-upgrade while you were pointed at
>> the rawhide repos and picked that one up instead of the production one?
>>
>>> On 2016-06-27 14:20, Jim Cromie wrote:

 I installed Fc24 beta a month ago on a new laptop
 Ive tried upgrading to 24-final, unsure Ive succeeded.

 https://fedoraproject.org/wiki/DNF_system_upgrade

 heres what I get now:

 $ sudo dnf system-upgrade download --refresh --releasever 24
 --allowerasing --best
 Error: Need a --releasever greater than the current system version.

 that error suggests upgrade completed.
 BUT

 $ sudo dnf system-upgrade reboot
 Error: system is not ready for upgrade

 that could be either because it isnt ready (for an unobvious reason)
 or because its already complete, and not ready for F25 yet

 Im pretty sure I ran this or similar shortly after final,
 but I also ran it on several other boxes,
 without keeping notes,
 so not sure of current state (on any of them :-(

 -d 7  seems to say Ive succeeded

 ]$ sudo dnf system-upgrade download --refresh --releasever 24
 --allowerasing
 --best -d 7
 timer: config: 3 ms
 cachedir: /var/cache/dnf
 Loaded plugins: generate_completion_cache, download, copr, reposync,
 protected_packages, system-upgrade, noroot, config-manager,
 playground, Query,
 needs-restarting, debuginfo-install, builddep, langpacks
 langpacks: No languages are enabled
 Error reading file :
 /var/lib/dnf/plugins/langpacks/installed_langpacks as it
 does not exist
 initialized Langpacks plugin
 DNF version: 1.1.9
 Command: dnf system-upgrade download --refresh --releasever 24
 --allowerasing
 --best -d 7
 Installroot: /
 Releasever: 24
 Base command: system-upgrade
 Extra commands: ['download']
 Cleaning up.
 Error: Need a --releasever greater than the current system version.


 If youve succeeded in your install,
 what happens if you do this ??

 dnf system-upgrade reboot -d 7



 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org

 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org

>>> -- 
>>> users mailing list
>>> users@lists.fedoraproject.org
>>> To unsubscribe or change subscription options:
>>> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
>>>
>>> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
>>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>>> Have a question? Ask away: http://ask.fedoraproject.org
>>
>>
> -- 
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription 

rsh busted?

2016-06-27 Thread Tom Horsley
1. The first person to lecture me about rsh and security
gets shot :-).

2. On fedora 24, I can't get some test scripts to run
which have used rsh since time first fell upon the
face of the earth (and they are behind a firewall on
a local network anyway).

I've installed rsh and rsh-server on all the boxes,
I've enabled rsh.socket. If I run rsh to localhost,
it works fine. The test user has a ~/.rhosts file
with all the names of all the systems mentioned as
valid.

But when I get on another system and try to rsh in,
it always tells me "no route to host". Anyone have
a clue what else to check?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: what release am I running ?

2016-06-27 Thread jdow
The release number is a part of the kernel name. It takes a wee bit of knowledge 
to parse it. For example mine contains "2.6.32-573.12.1.el6.x86_64" The ".el6" 
is the effective release number (Enterprise Linux). In actuality it's Scientific 
Linux SL6. The other suggestion gives me "Scientific Linux release 6.6 
(Carbon)". (It's not quite time for me to go to 6.7. I am waiting a bit until 
potential problems can be attacked with minimum affect on our work here.)


{^_^}

On 2016-06-27 14:48, Rick Stevens wrote:

On 06/27/2016 02:22 PM, jdow wrote:

uname -a


Joanne, that'll report the kernel version and such but not the
distribution release number.

Jim,

That's odd. I believe that "dnf system-upgrade" pulls this stuff from
a file called /var/lib/dnf/system-upgrade.json which contains stuff
such as system_releasever and target_releasever. It sounds like your
system_releasever is set to 24 in that file. If so, then system-upgrade
won't do it as it thinks you're already at that level.

You might be able to change that to "23" and rerun your command, but BE
WARNED! I've never done this and you could hose your system completely.

Is it possible you downloaded system-upgrade while you were pointed at
the rawhide repos and picked that one up instead of the production one?


On 2016-06-27 14:20, Jim Cromie wrote:


I installed Fc24 beta a month ago on a new laptop
Ive tried upgrading to 24-final, unsure Ive succeeded.

https://fedoraproject.org/wiki/DNF_system_upgrade

heres what I get now:

$ sudo dnf system-upgrade download --refresh --releasever 24
--allowerasing --best
Error: Need a --releasever greater than the current system version.

that error suggests upgrade completed.
BUT

$ sudo dnf system-upgrade reboot
Error: system is not ready for upgrade

that could be either because it isnt ready (for an unobvious reason)
or because its already complete, and not ready for F25 yet

Im pretty sure I ran this or similar shortly after final,
but I also ran it on several other boxes,
without keeping notes,
so not sure of current state (on any of them :-(

-d 7  seems to say Ive succeeded

]$ sudo dnf system-upgrade download --refresh --releasever 24
--allowerasing
--best -d 7
timer: config: 3 ms
cachedir: /var/cache/dnf
Loaded plugins: generate_completion_cache, download, copr, reposync,
protected_packages, system-upgrade, noroot, config-manager,
playground, Query,
needs-restarting, debuginfo-install, builddep, langpacks
langpacks: No languages are enabled
Error reading file :
/var/lib/dnf/plugins/langpacks/installed_langpacks as it
does not exist
initialized Langpacks plugin
DNF version: 1.1.9
Command: dnf system-upgrade download --refresh --releasever 24
--allowerasing
--best -d 7
Installroot: /
Releasever: 24
Base command: system-upgrade
Extra commands: ['download']
Cleaning up.
Error: Need a --releasever greater than the current system version.


If youve succeeded in your install,
what happens if you do this ??

dnf system-upgrade reboot -d 7



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: what release am I running ?

2016-06-27 Thread jdow

If the major version is not sufficient, "cat /etc/issue.net" or "cat 
/etc/issue".

{^_^}

On 2016-06-27 14:22, jdow wrote:

uname -a

{^_^}

On 2016-06-27 14:20, Jim Cromie wrote:


I installed Fc24 beta a month ago on a new laptop
Ive tried upgrading to 24-final, unsure Ive succeeded.

https://fedoraproject.org/wiki/DNF_system_upgrade

heres what I get now:

$ sudo dnf system-upgrade download --refresh --releasever 24  --allowerasing
--best
Error: Need a --releasever greater than the current system version.

that error suggests upgrade completed.
BUT

$ sudo dnf system-upgrade reboot
Error: system is not ready for upgrade

that could be either because it isnt ready (for an unobvious reason)
or because its already complete, and not ready for F25 yet

Im pretty sure I ran this or similar shortly after final,
but I also ran it on several other boxes,
without keeping notes,
so not sure of current state (on any of them :-(

-d 7  seems to say Ive succeeded

]$ sudo dnf system-upgrade download --refresh --releasever 24  --allowerasing
--best -d 7
timer: config: 3 ms
cachedir: /var/cache/dnf
Loaded plugins: generate_completion_cache, download, copr, reposync,
protected_packages, system-upgrade, noroot, config-manager, playground, Query,
needs-restarting, debuginfo-install, builddep, langpacks
langpacks: No languages are enabled
Error reading file : /var/lib/dnf/plugins/langpacks/installed_langpacks as it
does not exist
initialized Langpacks plugin
DNF version: 1.1.9
Command: dnf system-upgrade download --refresh --releasever 24 --allowerasing
--best -d 7
Installroot: /
Releasever: 24
Base command: system-upgrade
Extra commands: ['download']
Cleaning up.
Error: Need a --releasever greater than the current system version.


If youve succeeded in your install,
what happens if you do this ??

dnf system-upgrade reboot -d 7



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: what release am I running ?

2016-06-27 Thread Rick Stevens
On 06/27/2016 02:22 PM, jdow wrote:
> uname -a

Joanne, that'll report the kernel version and such but not the
distribution release number.

Jim,

That's odd. I believe that "dnf system-upgrade" pulls this stuff from
a file called /var/lib/dnf/system-upgrade.json which contains stuff
such as system_releasever and target_releasever. It sounds like your
system_releasever is set to 24 in that file. If so, then system-upgrade
won't do it as it thinks you're already at that level.

You might be able to change that to "23" and rerun your command, but BE
WARNED! I've never done this and you could hose your system completely.

Is it possible you downloaded system-upgrade while you were pointed at
the rawhide repos and picked that one up instead of the production one?

> On 2016-06-27 14:20, Jim Cromie wrote:
>>
>> I installed Fc24 beta a month ago on a new laptop
>> Ive tried upgrading to 24-final, unsure Ive succeeded.
>>
>> https://fedoraproject.org/wiki/DNF_system_upgrade
>>
>> heres what I get now:
>>
>> $ sudo dnf system-upgrade download --refresh --releasever 24 
>> --allowerasing --best
>> Error: Need a --releasever greater than the current system version.
>>
>> that error suggests upgrade completed.
>> BUT
>>
>> $ sudo dnf system-upgrade reboot
>> Error: system is not ready for upgrade
>>
>> that could be either because it isnt ready (for an unobvious reason)
>> or because its already complete, and not ready for F25 yet
>>
>> Im pretty sure I ran this or similar shortly after final,
>> but I also ran it on several other boxes,
>> without keeping notes,
>> so not sure of current state (on any of them :-(
>>
>> -d 7  seems to say Ive succeeded
>>
>> ]$ sudo dnf system-upgrade download --refresh --releasever 24 
>> --allowerasing
>> --best -d 7
>> timer: config: 3 ms
>> cachedir: /var/cache/dnf
>> Loaded plugins: generate_completion_cache, download, copr, reposync,
>> protected_packages, system-upgrade, noroot, config-manager,
>> playground, Query,
>> needs-restarting, debuginfo-install, builddep, langpacks
>> langpacks: No languages are enabled
>> Error reading file :
>> /var/lib/dnf/plugins/langpacks/installed_langpacks as it
>> does not exist
>> initialized Langpacks plugin
>> DNF version: 1.1.9
>> Command: dnf system-upgrade download --refresh --releasever 24
>> --allowerasing
>> --best -d 7
>> Installroot: /
>> Releasever: 24
>> Base command: system-upgrade
>> Extra commands: ['download']
>> Cleaning up.
>> Error: Need a --releasever greater than the current system version.
>>
>>
>> If youve succeeded in your install,
>> what happens if you do this ??
>>
>> dnf system-upgrade reboot -d 7
>>
>>
>>
>> -- 
>> users mailing list
>> users@lists.fedoraproject.org
>> To unsubscribe or change subscription options:
>> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
>> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>> Have a question? Ask away: http://ask.fedoraproject.org
>>
> -- 
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org


-- 
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
- All generalizations are false. -
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


what release am I running ?

2016-06-27 Thread Jim Cromie
I installed Fc24 beta a month ago on a new laptop
Ive tried upgrading to 24-final, unsure Ive succeeded.

https://fedoraproject.org/wiki/DNF_system_upgrade

heres what I get now:

$ sudo dnf system-upgrade download --refresh --releasever 24
 --allowerasing --best
Error: Need a --releasever greater than the current system version.

that error suggests upgrade completed.
BUT

$ sudo dnf system-upgrade reboot
Error: system is not ready for upgrade

that could be either because it isnt ready (for an unobvious reason)
or because its already complete, and not ready for F25 yet

Im pretty sure I ran this or similar shortly after final,
but I also ran it on several other boxes,
without keeping notes,
so not sure of current state (on any of them :-(

-d 7  seems to say Ive succeeded

]$ sudo dnf system-upgrade download --refresh --releasever 24
 --allowerasing --best -d 7
timer: config: 3 ms
cachedir: /var/cache/dnf
Loaded plugins: generate_completion_cache, download, copr, reposync,
protected_packages, system-upgrade, noroot, config-manager, playground,
Query, needs-restarting, debuginfo-install, builddep, langpacks
langpacks: No languages are enabled
Error reading file : /var/lib/dnf/plugins/langpacks/installed_langpacks as
it does not exist
initialized Langpacks plugin
DNF version: 1.1.9
Command: dnf system-upgrade download --refresh --releasever 24
--allowerasing --best -d 7
Installroot: /
Releasever: 24
Base command: system-upgrade
Extra commands: ['download']
Cleaning up.
Error: Need a --releasever greater than the current system version.


If youve succeeded in your install,
what happens if you do this ??

dnf system-upgrade reboot -d 7
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: what release am I running ?

2016-06-27 Thread jdow

uname -a

{^_^}

On 2016-06-27 14:20, Jim Cromie wrote:


I installed Fc24 beta a month ago on a new laptop
Ive tried upgrading to 24-final, unsure Ive succeeded.

https://fedoraproject.org/wiki/DNF_system_upgrade

heres what I get now:

$ sudo dnf system-upgrade download --refresh --releasever 24  --allowerasing 
--best
Error: Need a --releasever greater than the current system version.

that error suggests upgrade completed.
BUT

$ sudo dnf system-upgrade reboot
Error: system is not ready for upgrade

that could be either because it isnt ready (for an unobvious reason)
or because its already complete, and not ready for F25 yet

Im pretty sure I ran this or similar shortly after final,
but I also ran it on several other boxes,
without keeping notes,
so not sure of current state (on any of them :-(

-d 7  seems to say Ive succeeded

]$ sudo dnf system-upgrade download --refresh --releasever 24  --allowerasing
--best -d 7
timer: config: 3 ms
cachedir: /var/cache/dnf
Loaded plugins: generate_completion_cache, download, copr, reposync,
protected_packages, system-upgrade, noroot, config-manager, playground, Query,
needs-restarting, debuginfo-install, builddep, langpacks
langpacks: No languages are enabled
Error reading file : /var/lib/dnf/plugins/langpacks/installed_langpacks as it
does not exist
initialized Langpacks plugin
DNF version: 1.1.9
Command: dnf system-upgrade download --refresh --releasever 24 --allowerasing
--best -d 7
Installroot: /
Releasever: 24
Base command: system-upgrade
Extra commands: ['download']
Cleaning up.
Error: Need a --releasever greater than the current system version.


If youve succeeded in your install,
what happens if you do this ??

dnf system-upgrade reboot -d 7



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Brasero: can't choose a directory. [SOLVED]

2016-06-27 Thread Rick Stevens
On 06/27/2016 12:59 PM, William wrote:
> Good afternoon,
> 
>> I don't use brasero much, but on the offchance that this specific thing
>> works like it does in k3b, have you tried opening a seprate file manager
>> (nautilus, whatever) and dragging directory names from it into brasero?
>> or copy/paste into brasero?
> 
> This works.  Thank-you, Fred.
> 
>> Uh, click on the "+" in the upper left corner, navigate the browser that
>> pops up, and double-click on the items you want in the new project.
> 
> This does not work.  That '+' does not pop up a browser or do anything
> else until after a directory/file has been selected.

Works for me. Open Brasero, click on the "Data project (Create a data
CD/DVD)" button and a new window opens up with a big "+", a big "-" and
a broom in the upper left corner. At least it does for me on Xfce.

>> Alternately, open the new data project, open a different file browser,
>> and drag and drop the directories you want into the project.
> 
> This works.  Thank-you, Rick.

Glad to help. Odd that you don't get the add/delete/clear (+/-/broom)
bits.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   The Theory of Rapitivity: E=MC Hammer-
-  -- Glenn Marcus (via TopFive.com) -
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Brasero: can't choose a directory. [SOLVED]

2016-06-27 Thread William

Good afternoon,

> I don't use brasero much, but on the offchance that this specific thing
> works like it does in k3b, have you tried opening a seprate file manager
> (nautilus, whatever) and dragging directory names from it into brasero?
> or copy/paste into brasero?

This works.  Thank-you, Fred.

> Uh, click on the "+" in the upper left corner, navigate the browser that
> pops up, and double-click on the items you want in the new project.

This does not work.  That '+' does not pop up a browser or do anything 
else until after a directory/file has been selected.


> Alternately, open the new data project, open a different file browser,
> and drag and drop the directories you want into the project.

This works.  Thank-you, Rick.

Bill.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: bluetooth applet [SOLVED]

2016-06-27 Thread Samuel Sieb

On 06/27/2016 10:42 AM, Rick Stevens wrote:

I have also seen this with blueman-2.0.4-2.fc23.x86_64. It appears to be
a problem with the python bits:

set_adapter_state
(/usr/lib/python3.4/site-packages/blueman/plugins/applet/PowerManager.py:90)
Exception occurred org.freedesktop.DBus.Error.UnknownMethod: Method
"Set" with signature "ssb" on interface
"org.freedesktop.DBus.Properties" doesn't exist

There's a comment in the changelog for 2.0.4-2 that there's an attempt 
to fix the dbus errors.  I guess it didn't work.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmbuild error (wbar) on F24

2016-06-27 Thread stan
On Mon, 27 Jun 2016 10:56:52 -0500
Ranjan Maitra  wrote:

> On Sun, 26 Jun 2016 23:35:39 +0200 Michael Schwendt
>  wrote:
> 
> > On Sun, 26 Jun 2016 12:44:59 -0500, Ranjan Maitra wrote:
> >   
> > > > Revisit the build output and look for a real error message from
> > > > the compiler, not these that Make prints.
> > > 
> > > Where is this build output? I get the following complete output
> > > when I use:   
> > 
> > Here:
> >   
> > > ../src/core/Main.cc:84:35: error: invalid suffix on literal;
> > > C++11 requires a space between literal and string macro
> > > [-Werror=literal-suffix] command = PACKAGE_NAME" "DEFAULT_ARGV;  
> > 
> > And the line above that is the full invocation of the compiler.  
> 
> I don't get an error when I try compiling on the commandline.
> 
> Here is what I try (as per the INSTALL file):
> 
> ./configure
> make
> make check
> 
> All of them pass (absolutely no errors or warnings!). So, is there
> something wrong with my spec file which gets me the above error?
> 
> I have uploaded my SPEC file here (again):
> 
> http://paste.fedoraproject.org/385559/46704294

The error is very clear.  The C++ standard that rpmbuild uses as its
default  (C++ 11?), detects an error in the file main.c at line 84,
character 35.

When you use the command line, you are probably defaulting to an
earlier standard that accepted this.  IIRC, a new standard also came
out last year or the year before.  C++ 14 or 15.

I don't use c++ a lot, but I recall that there is an option you can set
to specify the version to use.  If you use info gcc (or the friendlier
pinfo gcc), you can track it down, and then put it into your spec file
as part of the gcc options.  I *think* that is called C++-OPTIONS in
spec files.

Or, you can create a patch to fix the main file by adding the space it
is asking for, add it to the spec file, and also send it upstream.

Since the fix appears trivial, the second is probably the better path to
follow, as it future proofs the code.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Tom H
On Mon, Jun 27, 2016 at 12:44 PM, Rick Stevens  wrote:
> On 06/26/2016 06:44 PM, Ed Greshko wrote:
>> On 06/27/16 08:51, Sam Varshavchik wrote:
>>>
>>> For the longest time I had /etc/sysconfig/network-scripts/eno2 specify:
>>>
>>> IPADDR1=216.254.115.102
>>> PREFIX1=24
>>> IPADDR2=216.27.136.223
>>> PREFIX2=24
>>> IPADDR=216.254.115.190
>>> PREFIX=24
>>
>> Maybe try reordering what is in your /etc/sysconfig/network-scripts/eno2 
>> file?
>>
>> Currently IPADDR=216.254.115.190 is last.  Maybe move it, and associated 
>> parameters, above
>> IPADDR1?
>>
>> Just a shot in the dark
>
> I tend to agree. If you look at the output of the "ip addr" output,
> you'll notice that the .190 address is listed as "global secondary", so
> it is now the secondary IP address for the NIC in that subnet, and
> that's probably because it came after the .102 specification. I believe
> the script just looks for "IPADDR.+" in the config file. It doesn't
> reorder things based on the ordinal (or lack thereof), it just uses them
> as they're seen.

I'd missed the output of "ip a" and the "global secondary".

ifup-eth has

for idx in {0..256} ; do
...
if ! ip addr add ${ipaddr[$idx]}/${prefix[$idx]} \
brd ${broadcast[$idx]:-+} dev ${REALDEVICE} ${SCOPE} label
${DEVICE}; then
net_log $"Error adding address ${ipaddr[$idx]} for ${DEVICE}."
fi
...

so you could try

IPADDR0=216.254.115.190
PREFIX0=24
IPADDR1=216.254.115.102
PREFIX1=24
IPADDR2=216.27.136.223
PREFIX2=24

(or #1/#2/#3) even though network-functions has

for idx in '' {0..255} ; do
ipaddr[$i]=$(eval echo '$'IPADDR$idx)
...

so this shouldn't be necessary.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Brasero: can't choose a directory.

2016-06-27 Thread Rick Stevens
On 06/27/2016 11:19 AM, William wrote:
> I'm using Fedora-23, last patched last Thursday, 6/23.
> 
> Last Friday, I was trying to back up some directory trees to DVD.  I
> launched Brasero, and chose "New Data Project".  The result should have
> been a list of the directories and files at the home or root level.  The
> file list area was blank.  When I try "Project" -> "Open", a populated
> file browser shows up.  I can navigate the file system successfully, but
> I can't find a way to select a directory for copying to the DVD.
> 
> This all worked in March in F-22, when I backed up before upgrading to
> F-23.  What am I doing wrong?  Or what have I not done that I need to do?

Uh, click on the "+" in the upper left corner, navigate the browser that
pops up, and double-click on the items you want in the new project.

Alternately, open the new data project, open a different file browser,
and drag and drop the directories you want into the project.

--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   When in doubt, mumble.   -
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Brasero: can't choose a directory.

2016-06-27 Thread Richard Shaw
On Mon, Jun 27, 2016 at 1:26 PM, Fred Smith 
wrote:

> On Mon, Jun 27, 2016 at 12:19:53PM -0600, William wrote:
> > I'm using Fedora-23, last patched last Thursday, 6/23.
> >
> > Last Friday, I was trying to back up some directory trees to DVD.  I
> > launched Brasero, and chose "New Data Project".  The result should
> > have been a list of the directories and files at the home or root
> > level.  The file list area was blank.  When I try "Project" ->
> > "Open", a populated file browser shows up.  I can navigate the file
> > system successfully, but I can't find a way to select a directory
> > for copying to the DVD.


I could not reproduce that behavior but I was doing X11 Forwarding to my
Work Win7 box from my home f23 box.

Thanks,
Richard
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Brasero: can't choose a directory.

2016-06-27 Thread Fred Smith
On Mon, Jun 27, 2016 at 12:19:53PM -0600, William wrote:
> I'm using Fedora-23, last patched last Thursday, 6/23.
> 
> Last Friday, I was trying to back up some directory trees to DVD.  I
> launched Brasero, and chose "New Data Project".  The result should
> have been a list of the directories and files at the home or root
> level.  The file list area was blank.  When I try "Project" ->
> "Open", a populated file browser shows up.  I can navigate the file
> system successfully, but I can't find a way to select a directory
> for copying to the DVD.

I don't use brasero much, but on the offchance that this specific thing
works like it does in k3b, have you tried opening a seprate file manager
(nautilus, whatever) and dragging directory names from it into brasero?
or copy/paste into brasero?


-- 
---
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters, petitions, mass mailings, or virus warnings to large numbers
of others. This is my contribution to the survival of the online
community.
 --Roger Ebert, December, 1996
- The Boulder Pledge -
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Tom H
On Sun, Jun 26, 2016 at 8:51 PM, Sam Varshavchik  wrote:
>
> For the longest time I had /etc/sysconfig/network-scripts/eno2 specify:
>
> TYPE=Ethernet
> BOOTPROTO=none
> DEFROUTE=yes
> NAME=wan0
> UUID=71e6ac4b-c693-4c20-aa0d-e1a63b7373fe
> ONBOOT=yes
> IPADDR1=216.254.115.102
> PREFIX1=24
> IPADDR2=216.27.136.223
> PREFIX2=24
> HWADDR=0C:C4:7A:32:C1:83
> IPADDR=216.254.115.190
> GATEWAY=216.254.115.1
> PREFIX=24
>
> This host has three IP addresses, and up until now the default IP address
> for outgoing IP traffic was always 216.254.115.190, specified by IPADDR.
>
> It appears that, right now, all of my outbound traffic now appears to come
> from one of the other IP addresses, 216.254.115.102.
>
> This is true even if the outgoing socket explicitly binds to
> 216.254.115.190:

What's the output of "ip r"?

If the default route's not from "190", you should be able to force it
with "SRCADDRC=".
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: bluetooth applet [SOLVED]

2016-06-27 Thread Rick Stevens
On 06/26/2016 02:54 PM, Frank Elsner wrote:
> On Sun, 26 Jun 2016 18:15:33 +0200 Frank Elsner wrote:
>> Hi,
>>
>> today I discovered that I can't enable bluetooth via the Blueman Applet.
>> When I click on "Turn Bluetooth On" nothing happend.
>>
>> What might be the reason? 
>>
>> I should note that I upgraded the Fedora 23 before I discoverd
>> the problem.
> 
> I've found the solution for broken Blueman Applet:
> 
> After downgrading from blueman-1:2.0.4-2.fc23.i686
>to the previous blueman-2.1-0.3.git7a2e20e.fc23.i686
> 
> bluetooth is controllable using the applet and works as desired.

I have also seen this with blueman-2.0.4-2.fc23.x86_64. It appears to be
a problem with the python bits:

set_adapter_state
(/usr/lib/python3.4/site-packages/blueman/plugins/applet/PowerManager.py:90)
Exception occurred org.freedesktop.DBus.Error.UnknownMethod: Method
"Set" with signature "ssb" on interface
"org.freedesktop.DBus.Properties" doesn't exist

However, I've gotten it to work by:

a) Open the applet
b) Go to the Plugins tab
c) Disable the Killswitch and PowerManager options
d) Re-enable PowerManager

Then right-click on the applet and select "Turn Bluetooth On", it
seems to work.

What a kludge, though.

--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-"More hay, Trigger?" "No thanks, Roy, I'm stuffed!" -
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: looking for a BASH tool

2016-06-27 Thread Emmett Culley
On 06/27/2016 07:56 AM, Chris Adams wrote:
> Once upon a time, SternData  said:
>> Years ago, I used a tool called CED and PCED on DOS systems.  I could
>> type in "abc" and press an up-arrow and it would walk back through my
>> stack of DOS commands showing only those with "abc" in them.
>>
>> There's *got* to be a similar tool for bash, but my google-fu is weak today.
> 
> control-R is bound to reverse-search-history by default.  That will
> search anywhere in previous commands, so for example typing "s" followed
> by ^R would show matches for "ls".
> 
> If instead you want to search for commands with the same start (so just
> typing "s" would only show commands that started with "s"), you want
> history-search-backward, which is bound to PageUp on Fedora (not bound
> by default upstream IIRC).
> 
I use the following in bashrc

if [ "$PS1" ]; then 
 
  bind '"\e[A"':history-search-backward 
 
  bind '"\e[B"':history-search-forward  
 
  bind '"\e[23~"':"\"\C-k\C-ahistory | grep '^ *[0-9]* *\C-e.'\C-m\""   
 
  bind '"\e[24~"':kill-whole-line   
 
  bind Space:magic-space
 
  shopt -s histappend   
 
  export PROMPT_COMMAND='history -a'
 
if

This privides the same functionality you mentioned for windows plus: F12 erases 
the current command line without executing it, F11 will show the entire history 
of commands that start with any character typed on the command line before 
pressing F11.

The shopt part is supposed to insure that each new command line executed is 
saved immediately in the history file, instead of when the shell is closed.

Emmett
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Rick Stevens
On 06/26/2016 06:44 PM, Ed Greshko wrote:
> 
> 
> On 06/27/16 08:51, Sam Varshavchik wrote:
>> Not sure if this is known changed behavior in F24, but:
>>
>> For the longest time I had /etc/sysconfig/network-scripts/eno2 specify:
>>
>> TYPE=Ethernet
>> BOOTPROTO=none
>> DEFROUTE=yes
>> IPV4_FAILURE_FATAL=no
>> IPV6INIT=yes
>> IPV6_AUTOCONF=yes
>> IPV6_DEFROUTE=yes
>> IPV6_FAILURE_FATAL=no
>> NAME=wan0
>> UUID=71e6ac4b-c693-4c20-aa0d-e1a63b7373fe
>> ONBOOT=yes
>> IPADDR1=216.254.115.102
>> PREFIX1=24
>> IPADDR2=216.27.136.223
>> PREFIX2=24
>> HWADDR=0C:C4:7A:32:C1:83
>> IPADDR=216.254.115.190
>> GATEWAY=216.254.115.1
>> PREFIX=24
>> IPV6_PEERDNS=yes
>> IPV6_PEERROUTES=yes
>>
>> This host has three IP addresses, and up until now the default IP address 
>> for outgoing
>> IP traffic was always 216.254.115.190, specified by IPADDR.
>>
>> It appears that, right now, all of my outbound traffic now appears to come 
>> from one of
>> the other IP addresses, 216.254.115.102.
> 
> Maybe try reordering what is in your /etc/sysconfig/network-scripts/eno2 file?
> 
> Currently IPADDR=216.254.115.190 is last.  Maybe move it, and associated 
> parameters, above
> IPADDR1?
> 
> Just a shot in the dark

I tend to agree. If you look at the output of the "ip addr" output,
you'll notice that the .190 address is listed as "global secondary", so
it is now the secondary IP address for the NIC in that subnet, and
that's probably because it came after the .102 specification. I believe
the script just looks for "IPADDR.+" in the config file. It doesn't
reorder things based on the ordinal (or lack thereof), it just uses them
as they're seen.

>> This is true even if the outgoing socket explicitly binds to 216.254.115.190:
>>
>> Sending mail to gmail, with an explicit bind(), strace shows:
>>
>> 13232 bind(5, {sa_family=AF_INET6, sin6_port=htons(0), inet_pton(AF_INET6,
>> ":::216.254.115.190", _addr), sin6_flowinfo=0, sin6_scope_id=0}, 
>> 28) = 0
>> 13232 fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
>> 13232 getsockopt(5, SOL_SOCKET, SO_TYPE, [1], [4]) = 0
>> 13232 connect(5, {sa_family=AF_INET6, sin6_port=htons(25), 
>> inet_pton(AF_INET6,
>> ":::173.194.206.26", _addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) 
>> = -1
>> EINPROGRESS (Operation now in progress)
>> 13232 select(6, NULL, [5], NULL, {60, 0}) = 1 (out [5], left {59, 975901})
>> 13232 getsockopt(5, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
>> 13232 getsockname(5, {sa_family=AF_INET6, sin6_port=htons(41394), 
>> inet_pton(AF_INET6,
>> ":::216.254.115.190", _addr), sin6_flowinfo=0, sin6_scope_id=0}, 
>> [28]) = 0
>> 13232 select(6, [5], [], NULL, {300, 0}) = 1 (in [5], left {299, 975360})
>> 13232 read(5, "220 mx.google.com ESMTP 92si8123707qkx.29 - gsmtp\r\n", 512) 
>> = 51
>>
>> Gmail still shows 216.254.115.102 as the received-from IP address. I note 
>> that
>> getsockname() insists that the socket is 216.254.115.190
>>
>> This host is using masquerading, with firewalld. I suspect that this is 
>> firewalld's doing.
>>
>> ip addr's output:
>>
>> 2: eno2:  mtu 1500 qdisc mq state UP group 
>> default qlen
>> 1000
>>link/ether 0c:c4:7a:32:c1:83 brd ff:ff:ff:ff:ff:ff
>>inet 216.27.136.223/24 brd 216.27.136.255 scope global eno2
>>   valid_lft forever preferred_lft forever
>>inet 216.254.115.102/24 brd 216.254.115.255 scope global eno2
>>   valid_lft forever preferred_lft forever
>>inet 216.254.115.190/24 brd 216.254.115.255 scope global secondary eno2
>>   valid_lft forever preferred_lft forever
>>inet6 fe80::ec4:7aff:fe32:c183/64 scope link
>>   valid_lft forever preferred_lft forever
>>
>> Anyone knows what could be the reason for this, I'd like to have 
>> 216.254.115.190 as the
>> default externally-visible IP address.
>>
>>
>>
>>
>> --
>> users mailing list
>> users@lists.fedoraproject.org
>> To unsubscribe or change subscription options:
>> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
>> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>> Have a question? Ask away: http://ask.fedoraproject.org
> 
> 
> 
> 
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
> 


-- 
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-First Law of Work:  -
-If you can't get it done in the first 24 

Re: looking for a BASH tool

2016-06-27 Thread Steven Stern
perfect. Thanks!

Yes, everyone, I know about grep. :-)

On Mon, Jun 27, 2016 at 10:12 AM, FS  wrote:

> On Mon, Jun 27, 2016 at 10:56 AM, Chris Adams  wrote:
>
>> Once upon a time, SternData  said:
>> > Years ago, I used a tool called CED and PCED on DOS systems.  I could
>> > type in "abc" and press an up-arrow and it would walk back through my
>> > stack of DOS commands showing only those with "abc" in them.
>> >
>> > There's *got* to be a similar tool for bash, but my google-fu is weak
>> today.
>>
>> control-R is bound to reverse-search-history by default.  That will
>> search anywhere in previous commands, so for example typing "s" followed
>> by ^R would show matches for "ls".
>>
>> If instead you want to search for commands with the same start (so just
>> typing "s" would only show commands that started with "s"), you want
>> history-search-backward, which is bound to PageUp on Fedora (not bound
>> by default upstream IIRC).
>>
>> --
>> Chris Adams 
>>
>>
> I have this snippet in my .bashrc that binds the up and down keys to
> search for the commands starting with the characters that you type in, so
> if you type "ls" and press the up key, it will bring up the last command
> that started with ls
>
> if [[ $- == *i* ]]
> then
>   bind '"\e[A": history-search-backward'
>   bind '"\e[B": history-search-forward'
> fi
>
> Basti
>
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>
>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Nouveau weirdness with google-chrome

2016-06-27 Thread Tom Horsley
On Mon, 27 Jun 2016 10:54:41 -0400
Tom Horsley wrote:

> Weirdly, it does seem to be isolated to google-chrome.
> I just scrolled through the same page on firefox and
> didn't see the effect.

Found the "smooth scrolling" option in chrome://flags and
disabled it. I no longer see irritating waves on the screen :-).
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: looking for a BASH tool

2016-06-27 Thread Tom Killian
Once upon a time, SternData  said:
> Years ago, I used a tool called CED and PCED on DOS systems.  I could
> type in "abc" and press an up-arrow and it would walk back through my
> stack of DOS commands showing only those with "abc" in them.
>
> There's *got* to be a similar tool for bash, but my google-fu is weak
today.

In addition to keyboard shortcuts...

history | grep abc | less

If what you're looking for came from a different, now closed, terminal
window, try

grep $HISTFILE abc | less
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F24: gnome crashing after nvidia driver install

2016-06-27 Thread Łukasz Posadowski
Data Mon, 27 Jun 2016 08:37:25 -0600
Kevin  napisał(a):

> Hi, After a fresh F24 install nouveau was freezing my screen
> intermittently so I removed it in favor of the nvidia drivers
> (367.27). It seems that Ive now traded one problem for another. With
> these divers in place and nouveau removed, gnome itself crashes and
> when it does the first message in the journal is: “X Error of failed
> request: BadMatch (invalid parameter attributes)”. Upon researching
> that error, all i could find was screen resolution issues but when
> gnome does start the resolution is fine. Has anyone else had this
> problem?
> 
> https://paste.fedoraproject.org/385261/98226514

I might have similar problem, blank screen from time to time, and
alt+f2
fixed this issue. and Yeah, gnome launcher helps with graphic
drivers. It's not even launcher, since it's not starting. It's only
that shourtcut that does someting.

-- 
Łukasz Posadowski
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmbuild error (wbar) on F24

2016-06-27 Thread Ranjan Maitra
On Sun, 26 Jun 2016 23:35:39 +0200 Michael Schwendt  wrote:

> On Sun, 26 Jun 2016 12:44:59 -0500, Ranjan Maitra wrote:
> 
> > > Revisit the build output and look for a real error message from the
> > > compiler, not these that Make prints.  
> > 
> > Where is this build output? I get the following complete output when I use: 
> 
> Here:
> 
> > ../src/core/Main.cc:84:35: error: invalid suffix on literal; C++11 requires 
> > a space between literal and string macro [-Werror=literal-suffix]
> >  command = PACKAGE_NAME" "DEFAULT_ARGV;
> 
> And the line above that is the full invocation of the compiler.

I don't get an error when I try compiling on the commandline.

Here is what I try (as per the INSTALL file):

./configure
make
make check

All of them pass (absolutely no errors or warnings!). So, is there something 
wrong with my spec file which gets me the above error?

I have uploaded my SPEC file here (again):

http://paste.fedoraproject.org/385559/46704294


Many thanks and best wishes,
Ranjan


FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
Check it out at http://www.inbox.com/earth

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: 3.6.x version necessary before upgrading to 4.0

2016-06-27 Thread Patrick O'Callaghan
On Mon, 2016-06-27 at 16:06 +0200, Gianluca Cecchi wrote:
> is there any requirement to update at latest 3.6.x version the engine
> before upgrading to 4.0? Or could I have for example 3.6.3 and
> directly upgrade to 4.0?

You neglected to say what "engine" you're talking about.

poc
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: looking for a BASH tool

2016-06-27 Thread FS
On Mon, Jun 27, 2016 at 10:56 AM, Chris Adams  wrote:

> Once upon a time, SternData  said:
> > Years ago, I used a tool called CED and PCED on DOS systems.  I could
> > type in "abc" and press an up-arrow and it would walk back through my
> > stack of DOS commands showing only those with "abc" in them.
> >
> > There's *got* to be a similar tool for bash, but my google-fu is weak
> today.
>
> control-R is bound to reverse-search-history by default.  That will
> search anywhere in previous commands, so for example typing "s" followed
> by ^R would show matches for "ls".
>
> If instead you want to search for commands with the same start (so just
> typing "s" would only show commands that started with "s"), you want
> history-search-backward, which is bound to PageUp on Fedora (not bound
> by default upstream IIRC).
>
> --
> Chris Adams 
>
>
I have this snippet in my .bashrc that binds the up and down keys to search
for the commands starting with the characters that you type in, so if you
type "ls" and press the up key, it will bring up the last command that
started with ls

if [[ $- == *i* ]]
then
  bind '"\e[A": history-search-backward'
  bind '"\e[B": history-search-forward'
fi

Basti
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: looking for a BASH tool

2016-06-27 Thread Chris Adams
Once upon a time, SternData  said:
> Years ago, I used a tool called CED and PCED on DOS systems.  I could
> type in "abc" and press an up-arrow and it would walk back through my
> stack of DOS commands showing only those with "abc" in them.
> 
> There's *got* to be a similar tool for bash, but my google-fu is weak today.

control-R is bound to reverse-search-history by default.  That will
search anywhere in previous commands, so for example typing "s" followed
by ^R would show matches for "ls".

If instead you want to search for commands with the same start (so just
typing "s" would only show commands that started with "s"), you want
history-search-backward, which is bound to PageUp on Fedora (not bound
by default upstream IIRC).

-- 
Chris Adams 
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Nouveau weirdness with google-chrome

2016-06-27 Thread Tom Horsley
It is wonderful that the nouveau driver works out of the box
not on my GTX 750 Ti and 4K monitor, but I have just been
noticing a weird thing:

Using google-chrome with the window resized to be a good chunk
of the full 4K screen, when scrolling a page, it looks like
big diagonal chunks of page are scrolling independently till
it all settles down again when I stop scrolling. Or maybe
like a wave is running across the screen.

I don't know if it will get irritating enough to send me
back to nvidia binary drivers or not :-).

Weirdly, it does seem to be isolated to google-chrome.
I just scrolled through the same page on firefox and
didn't see the effect.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: looking for a BASH tool

2016-06-27 Thread Richard Shaw
On Mon, Jun 27, 2016 at 9:46 AM, SternData 
wrote:

> Years ago, I used a tool called CED and PCED on DOS systems.  I could
> type in "abc" and press an up-arrow and it would walk back through my
> stack of DOS commands showing only those with "abc" in them.
>
> There's *got* to be a similar tool for bash, but my google-fu is weak
> today.


$ history | grep "abc"

But you will have different histories per virtual terminal I think...

Richard
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: looking for a BASH tool

2016-06-27 Thread Mark Haney
Uh, the history command?  history | grep 

Or there's the UP arrow in the terminal. Does what that DOS tool did.



On Mon, Jun 27, 2016 at 10:46 AM, SternData 
wrote:

> Years ago, I used a tool called CED and PCED on DOS systems.  I could
> type in "abc" and press an up-arrow and it would walk back through my
> stack of DOS commands showing only those with "abc" in them.
>
> There's *got* to be a similar tool for bash, but my google-fu is weak
> today.
>
> Thanks for suggestions or links.
>
>
> --
> -- Steve
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>



-- 

Mark Haney ::: Senior Systems Engineer
*VIF* *International Education*
P.O. Box 3566 ::: Chapel Hill, N.C. 27515 ::: USA
919-265-5006 office

Global learning for all.
www.viflearn.com
Find VIF on Facebook  |
Twitter  | LinkedIn


Recognized as a ‘Best for the World’
 B Corp!
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


looking for a BASH tool

2016-06-27 Thread SternData
Years ago, I used a tool called CED and PCED on DOS systems.  I could
type in "abc" and press an up-arrow and it would walk back through my
stack of DOS commands showing only those with "abc" in them.

There's *got* to be a similar tool for bash, but my google-fu is weak today.

Thanks for suggestions or links.


-- 
-- Steve
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


F24: gnome crashing after nvidia driver install

2016-06-27 Thread Kevin
Hi, After a fresh F24 install nouveau was freezing my screen
intermittently so I removed it in favor of the nvidia drivers
(367.27). It seems that Ive now traded one problem for another. With
these divers in place and nouveau removed, gnome itself crashes and
when it does the first message in the journal is: “X Error of failed
request: BadMatch (invalid parameter attributes)”. Upon researching
that error, all i could find was screen resolution issues but when
gnome does start the resolution is fine. Has anyone else had this
problem?

https://paste.fedoraproject.org/385261/98226514



> nvidia-installer -v |grep version
nvidia-installer: version 367.27
(buildmeister@swio-display-x64-rhel04-12) Thu Jun 9 19:24:47 PDT 2016
> uname -a
Linux 4.5.7-300.fc24.x86_64 #1 SMP Wed Jun 8 18:12:45 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux
> lspci |grep -i VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce
GTX 750] (rev a2)


Thanks for you help

Kevin
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Gordon Messmer

On 06/26/2016 05:51 PM, Sam Varshavchik wrote:
This host is using masquerading, with firewalld. I suspect that this 
is firewalld's doing. 



Anything interesting in the nat table?

# iptables -L -n -t nat
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


3.6.x version necessary before upgrading to 4.0

2016-06-27 Thread Gianluca Cecchi
Hello,
is there any requirement to update at latest 3.6.x version the engine
before upgrading to 4.0? Or could I have for example 3.6.3 and directly
upgrade to 4.0?
Do you test upgrade only from latest previous version or what?
And what about nodes in case they start as plain CentOS 7.x in 3.6.x?

Thanks,
Gianluca
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dual screen settings lost after dnf update

2016-06-27 Thread Gary Stainburn
On Monday 27 June 2016 12:52:55 Ed Greshko wrote:
>
> Have you tried bringing up "System Settings" and going to
> Hardware-->Display and Monitor-->Display Config swapping the monitor
> positions?
>
Ed,

I had looked in there a lot while trying to fix the priblem but I had been 
looking for buttons or menu options to make the changes. I hadn't thought 
about just draggings the screens.  

I have also managed to get the task bar on the correct screen by editing

.config/plasma-org.kde.plasma.desktop-appletsrc

changing

lastScreen=1

to

lastScreen=0

I am now happy with my config but if I need to fix it in future I'll do as you 
suggest.

Cheers

gary
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dual screen settings lost after dnf update

2016-06-27 Thread Ed Greshko


On 06/27/16 18:52, Gary Stainburn wrote:
> On Monday 27 June 2016 10:28:03 Gary Stainburn wrote:
>> I have a F23 system (upgraded from F22 a while since) with two screens.
>>
>> The two screens were configured correctly with the mouse moving off the
>> right side of the left screen and appearing on the left side of the right
>> screen, giving one desktop spread across the two monitors.
>>
>> I've done a 'dnf update' and now both screens are showing the same content.
>>
>> I know in the past I used to control this through xrandr and a bash script,
>> but I haven't had to use that in ages.  I thought all settings were now in
>> KDE.
>>
>> However, Google etc. points me to kscreen inside "system settings" but I
>> can't find where to change this setting.
>>
>> Can anyone help please?
> A bit more with Google has got my screens back to now they used to be.  I 
> edited
>
> .local/share/kscreen/4b196a0cb83b764e71ff854480cbf755
>
> and changed the 'X' pos for the second screen from 0 to 1280 and logged out 
> and back in.  This change worked, and also survives logging out / in.
>
> However, the "task bar" is on the right hand screen, where it used to be on 
> the left, which I prefer.  The left screen has been set as the primary but 
> that doesn't seem to make any difference.  
>
> Anyone know what I need to do next?

Have you tried bringing up "System Settings" and going to Hardware-->Display and
Monitor-->Display Config swapping the monitor positions?

>
> Below is the full kscreen config file
>
> [
> {
> "enabled": true,
> "id": "3bce0eccc219824773d01e74c9c8ef86",
> "metadata": {
> "fullname": "xrandr-Plain Tree Systems Inc-CY765-FGXJ45008021",
> "name": "DVI-I-1"
> },
> "mode": {
> "refresh": 75.024673461914062,
> "size": {
> "height": 1024,
> "width": 1280
> }
> },
> "pos": {
> "x": 0,
> "y": 0
> },
> "primary": true,
> "rotation": 1
> },
> {
> "enabled": true,
> "id": "f22caeb8d09d77f749cd40e96897357c",
> "metadata": {
> "fullname": "xrandr-Goldstar Company Ltd-L1753S-302711",
> "name": "VGA-1"
> },
> "mode": {
> "refresh": 75.024673461914062,
> "size": {
> "height": 1024,
> "width": 1280
> }
> },
> "pos": {
> "x": 1280,
> "y": 0
> },
> "primary": false,
> "rotation": 1
> }
> ]
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org


-- 
You're Welcome Zachary Quinto
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dual screen settings lost after dnf update

2016-06-27 Thread Gary Stainburn
On Monday 27 June 2016 10:28:03 Gary Stainburn wrote:
> I have a F23 system (upgraded from F22 a while since) with two screens.
>
> The two screens were configured correctly with the mouse moving off the
> right side of the left screen and appearing on the left side of the right
> screen, giving one desktop spread across the two monitors.
>
> I've done a 'dnf update' and now both screens are showing the same content.
>
> I know in the past I used to control this through xrandr and a bash script,
> but I haven't had to use that in ages.  I thought all settings were now in
> KDE.
>
> However, Google etc. points me to kscreen inside "system settings" but I
> can't find where to change this setting.
>
> Can anyone help please?

A bit more with Google has got my screens back to now they used to be.  I 
edited

.local/share/kscreen/4b196a0cb83b764e71ff854480cbf755

and changed the 'X' pos for the second screen from 0 to 1280 and logged out 
and back in.  This change worked, and also survives logging out / in.

However, the "task bar" is on the right hand screen, where it used to be on 
the left, which I prefer.  The left screen has been set as the primary but 
that doesn't seem to make any difference.  

Anyone know what I need to do next?

Below is the full kscreen config file

[
{
"enabled": true,
"id": "3bce0eccc219824773d01e74c9c8ef86",
"metadata": {
"fullname": "xrandr-Plain Tree Systems Inc-CY765-FGXJ45008021",
"name": "DVI-I-1"
},
"mode": {
"refresh": 75.024673461914062,
"size": {
"height": 1024,
"width": 1280
}
},
"pos": {
"x": 0,
"y": 0
},
"primary": true,
"rotation": 1
},
{
"enabled": true,
"id": "f22caeb8d09d77f749cd40e96897357c",
"metadata": {
"fullname": "xrandr-Goldstar Company Ltd-L1753S-302711",
"name": "VGA-1"
},
"mode": {
"refresh": 75.024673461914062,
"size": {
"height": 1024,
"width": 1280
}
},
"pos": {
"x": 1280,
"y": 0
},
"primary": false,
"rotation": 1
}
]
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: vpn password will not save in fedora 24

2016-06-27 Thread Joachim Backes

On 06/27/16 12:21, Patrick O'Callaghan wrote:

On Sat, 2016-06-25 at 17:37 -0700, William Biggs wrote:

I set up my vpn server in gnome but it will not keep the password .
Every time i connect to the vpn it ask my for the password . How can
I get it to save it


I don't see what Gnome has to do with a VPN server, but at a minimum
you might want to say which specific VPN system you're talking about.

poc


Having a similar problem with my *openconnect* VPN sessions (in a gnome 
session): the username won't be saved, but the password is saved.


Kind regards

Joachim Backes

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




--

Fedora release 24 (Twenty Four)
Kernel-4.6.3-300.fc24.x86_64


Joachim Backes 
http://www-user.rhrk.uni-kl.de/~backes/
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: vpn password will not save in fedora 24

2016-06-27 Thread Patrick O'Callaghan
On Sat, 2016-06-25 at 17:37 -0700, William Biggs wrote:
> I set up my vpn server in gnome but it will not keep the password .
> Every time i connect to the vpn it ask my for the password . How can
> I get it to save it 

I don't see what Gnome has to do with a VPN server, but at a minimum
you might want to say which specific VPN system you're talking about.

poc
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


dual screen settings lost after dnf update

2016-06-27 Thread Gary Stainburn
I have a F23 system (upgraded from F22 a while since) with two screens.

The two screens were configured correctly with the mouse moving off the right 
side of the left screen and appearing on the left side of the right screen, 
giving one desktop spread across the two monitors.

I've done a 'dnf update' and now both screens are showing the same content.

I know in the past I used to control this through xrandr and a bash script, 
but I haven't had to use that in ages.  I thought all settings were now in 
KDE.

However, Google etc. points me to kscreen inside "system settings" but I can't 
find where to change this setting.

Can anyone help please?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: bluetooth applet [SOLVED]

2016-06-27 Thread Samuel Sieb

On 06/26/2016 02:54 PM, Frank Elsner wrote:

I've found the solution for broken Blueman Applet:

After downgrading from blueman-1:2.0.4-2.fc23.i686
   to the previous blueman-2.1-0.3.git7a2e20e.fc23.i686

bluetooth is controllable using the applet and works as desired.

That is odd.  For some reason, the version was downgraded, so you 
actually have a newer version now than you did before.  There is no 
reason given in the changelog for the downgrade and it was deliberate 
because there was an epoch bump.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org