Re: f22: ip route replace via line command not work

2015-06-04 Thread Dario Lesca
Il giorno gio, 04/06/2015 alle 14.15 +0200, Dario Lesca ha scritto:
 Now after update to f22 this command (ip r replace or delete) not 
 work anymore.

Also on a fresh install of f22 is not possible to change via line
command the default gateway to point to another router.

Is this a bug or is intentional ?

I must fill a bugzilla or there is some way to restore previous
functionality which allowed to change the default gateway via line
command?

Many thanks

  [root@dodo:~]# ip r
  default via 10.44.0.247 dev p6p1  proto static  metric 100 
  10.11.12.0/24 dev virbr0  proto kernel  scope link  src 10.11.12.1 
  10.44.0.0/20 dev p6p1  proto kernel  scope link  src 10.44.2.27 
   metric 100 
  [root@dodo:~]# /sbin/ip route rep default via 10.44.0.254 proto 
  static metric 1024
  [root@dodo:~]# ip r
  default via 10.44.0.247 dev p6p1  proto static  metric 100 
  10.11.12.0/24 dev virbr0  proto kernel  scope link  src 10.11.12.1 
  10.44.0.0/20 dev p6p1  proto kernel  scope link  src 10.44.2.27 
   metric 100 
  [root@dodo:~]# ip r del default via 10.44.0.247 dev p6p1  proto 
  static  metric 100
  [root@dodo:~]# ip r
  default via 10.44.0.247 dev p6p1  proto static  metric 100 
  10.11.12.0/24 dev virbr0  proto kernel  scope link  src 10.11.12.1 
  10.44.0.0/20 dev p6p1  proto kernel  scope link  src 10.44.2.27 
   metric 100 
 
 Only the ip r add to another network work, or if I create a new
 NetworkManager profile without default gateway (probably is the new
 version of Network Manager responsible for this problem).
 
 It's possible to restore old manual method for change temporary the
 default gateway?
 
 
 Many thanks
 
 -- 
 Dario Lesca
 (inviato dal mio Linux Fedora 22 con Gnome 3.16)
-- 
Dario Lesca
(inviato dal mio Linux Fedora 22 con Gnome 3.16)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: F22: Touchpad and Middle click

2015-06-04 Thread Bob Goodwin - Zuni, Virginia, USA



On 04/06/15 15:19, Marco Guazzone wrote:

Hi,

I've installed F22 on a Dell E5430 laptop.
I've noted the following behavior upon text selection:
- with an external mouse, the middle works as expected, that it pastes
the currently selected text
- with the touchpad (which has two buttons), the simultaneous pressing
of left and right buttons does not paste the selected text as I expect
(until F21 it worked)

I've tried both on GNOME, XFCE and Cinnamon.

I don't know if this may be a consequence of using libinput as described here:
https://fedoraproject.org/wiki/Changes/LibinputForXorg

I've found similar questions in the AskFedora and FedoraForum sites,
but for both there is no answer yet.

Anyway, does anybody have a tip to solve this issue?

Thank you very much for the help

Best,

Marco

.
From my notes:

2015-04-23

This worked in F-22 beta - I just add the following and reboot. It's 
good until some update changes it back to the default.


/etc/X11/xorg.conf.d/10-evdev.conf

Section InputClass
  Identifier middle button emulation class
  MatchIsPointer on
  Option Emulate3Buttons on
  Driver evdev
EndSection

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-22/64bit LINUX XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: nvidia driver

2015-06-04 Thread Kevin Cummings
On 06/04/2015 11:30 AM, François Patte wrote:
 Bonjour,
 
 
 I tried to install akmod-nvidia-304xx in order to have the nvidia driver
 compiled, but, nothing happens! driver is not compiled neither at the
 install of akmod-nvidia-304xx nor when I reboot the system...
 
 Yes, gcc etc. are installed, yes kernel-headers are installed...
 
 
 What to do?

Do you have an kmod-nvidia-304xx driver already installed for the kernel
in question?  If so, then the akmod package will find nothing it has to
build

 Thank you.

-- 
Kevin J. Cummings
kjch...@verizon.net
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://www.linuxcounter.net/)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Patrick Dupre


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Thursday, June 04, 2015 at 6:33 PM
 From: Susi Lehtola jussileht...@fedoraproject.org
 To: Community support for Fedora users users@lists.fedoraproject.org
 Subject: Re: gsl

 On 06/04/2015 09:28 AM, Patrick Dupre wrote:
  This is not new.
 
  Somebody already asked but did not get the answer!
 
  http://stackoverflow.com/questions/24672293/how-do-i-set-the-fsolver-type-in-gsl
 
  gsl has an excellent manual.
 
  All of this is covered, with examples, at
 
  https://www.gnu.org/software/gsl/manual/html_node/Initializing-the-Solver.html#Initializing-the-Solver
 
  https://www.gnu.org/software/gsl/manual/html_node/Root-Bracketing-Algorithms.html#Root-Bracketing-Algorithms
 
  This is root_fsolver not the multifit_fsolver !!!
 
 Whoops.
 
 Well, the same stands for multifit_fsolver: documentation exists in the 
 manual.
 
 https://www.gnu.org/software/gsl/manual/html_node/Minimization-Algorithms-without-Derivatives.html#Minimization-Algorithms-without-Derivatives
 
 So it seems gsl doesn't have anything implemented currently. You can 
 always use finite difference derivatives though...

Probably not, because I am unable to calculate the analytical derivatives!!!


 Susi Lehtola
 Fedora Project Contributor
 jussileht...@fedoraproject.org
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Susi Lehtola

On 06/04/2015 11:11 AM, Patrick Dupre wrote:

Well, the same stands for multifit_fsolver: documentation exists in the
manual.

https://www.gnu.org/software/gsl/manual/html_node/Minimization-Algorithms-without-Derivatives.html#Minimization-Algorithms-without-Derivatives

So it seems gsl doesn't have anything implemented currently. You can
always use finite difference derivatives though...


Probably not, because I am unable to calculate the analytical derivatives!!!


If you can't do analytical gradients, you can do finite difference 
gradients.

--
Susi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: GDM memory use

2015-06-04 Thread Gordon Messmer

On 06/03/2015 07:14 AM, Alex Regan wrote:

It's only a fraction of that here:


I'm using Fedora 22.  It got bigger.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: nvidia driver

2015-06-04 Thread François Patte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 04/06/2015 20:01, Kevin Cummings a écrit :
 On 06/04/2015 11:30 AM, François Patte wrote:
 Bonjour,
 
 
 I tried to install akmod-nvidia-304xx in order to have the nvidia
 driver compiled, but, nothing happens! driver is not compiled
 neither at the install of akmod-nvidia-304xx nor when I reboot
 the system...
 
 Yes, gcc etc. are installed, yes kernel-headers are installed...
 
 
 What to do?
 
 Do you have an kmod-nvidia-304xx driver already installed for the
 kernel in question?  If so, then the akmod package will find
 nothing it has to build

No! There is no nvidia module at all for this kernel and akmod is
suppose to build it in that case...

But it does not!


- -- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlVwnYMACgkQdE6C2dhV2JW9CQCgi3UNR21b18gluVVsyanmBTQt
ehgAnAzTf3+JqQYcw+FIjdcUeFxFzwU8
=Ps/s
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Susi Lehtola

On 06/04/2015 07:50 AM, Patrick Dupre wrote:

Hello,

This is not new.

Somebody already asked but did not get the answer!

http://stackoverflow.com/questions/24672293/how-do-i-set-the-fsolver-type-in-gsl


gsl has an excellent manual.

All of this is covered, with examples, at

https://www.gnu.org/software/gsl/manual/html_node/Initializing-the-Solver.html#Initializing-the-Solver

https://www.gnu.org/software/gsl/manual/html_node/Root-Bracketing-Algorithms.html#Root-Bracketing-Algorithms


You also could have grepped through the sources to find

GSL_VAR const gsl_root_fsolver_type  * gsl_root_fsolver_bisection;
GSL_VAR const gsl_root_fsolver_type  * gsl_root_fsolver_brent;
GSL_VAR const gsl_root_fsolver_type  * gsl_root_fsolver_falsepos;
GSL_VAR const gsl_root_fdfsolver_type  * gsl_root_fdfsolver_newton;
GSL_VAR const gsl_root_fdfsolver_type  * gsl_root_fdfsolver_secant;
GSL_VAR const gsl_root_fdfsolver_type  * gsl_root_fdfsolver_steffenson;

in gsl/gsl_roots.h.
--
Susi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Susi Lehtola

On 06/04/2015 09:28 AM, Patrick Dupre wrote:

This is not new.

Somebody already asked but did not get the answer!

http://stackoverflow.com/questions/24672293/how-do-i-set-the-fsolver-type-in-gsl


gsl has an excellent manual.

All of this is covered, with examples, at

https://www.gnu.org/software/gsl/manual/html_node/Initializing-the-Solver.html#Initializing-the-Solver

https://www.gnu.org/software/gsl/manual/html_node/Root-Bracketing-Algorithms.html#Root-Bracketing-Algorithms


This is root_fsolver not the multifit_fsolver !!!


Whoops.

Well, the same stands for multifit_fsolver: documentation exists in the 
manual.


https://www.gnu.org/software/gsl/manual/html_node/Minimization-Algorithms-without-Derivatives.html#Minimization-Algorithms-without-Derivatives

So it seems gsl doesn't have anything implemented currently. You can 
always use finite difference derivatives though...

--
Susi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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


nvidia driver

2015-06-04 Thread François Patte
Bonjour,


I tried to install akmod-nvidia-304xx in order to have the nvidia driver
compiled, but, nothing happens! driver is not compiled neither at the
install of akmod-nvidia-304xx nor when I reboot the system...

Yes, gcc etc. are installed, yes kernel-headers are installed...


What to do?

Thank you.
-- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Patrick Dupre


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Thursday, June 04, 2015 at 6:21 PM
 From: Susi Lehtola jussileht...@fedoraproject.org
 To: Community support for Fedora users users@lists.fedoraproject.org
 Subject: Re: gsl

 On 06/04/2015 07:50 AM, Patrick Dupre wrote:
  Hello,
 
  This is not new.
 
  Somebody already asked but did not get the answer!
 
  http://stackoverflow.com/questions/24672293/how-do-i-set-the-fsolver-type-in-gsl
 
 gsl has an excellent manual.
 
 All of this is covered, with examples, at
 
 https://www.gnu.org/software/gsl/manual/html_node/Initializing-the-Solver.html#Initializing-the-Solver
 
 https://www.gnu.org/software/gsl/manual/html_node/Root-Bracketing-Algorithms.html#Root-Bracketing-Algorithms
 
This is root_fsolver not the multifit_fsolver !!!


 You also could have grepped through the sources to find
 
 GSL_VAR const gsl_root_fsolver_type  * gsl_root_fsolver_bisection;
 GSL_VAR const gsl_root_fsolver_type  * gsl_root_fsolver_brent;
 GSL_VAR const gsl_root_fsolver_type  * gsl_root_fsolver_falsepos;
 GSL_VAR const gsl_root_fdfsolver_type  * gsl_root_fdfsolver_newton;
 GSL_VAR const gsl_root_fdfsolver_type  * gsl_root_fdfsolver_secant;
 GSL_VAR const gsl_root_fdfsolver_type  * gsl_root_fdfsolver_steffenson;
 
 in gsl/gsl_roots.h.
 -- 
 Susi Lehtola
 Fedora Project Contributor
 jussileht...@fedoraproject.org
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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://admin.fedoraproject.org/mailman/listinfo/users
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


fontconfig debug?

2015-06-04 Thread Neal Becker
How can I tell if autohinting is being used?  I have


  /home/nbecker/.config/fontconfig/conf.d:
  total used in directory 4 available 205500364
  drwxrwxr-x. 1 nbecker nbecker  46 Jul 15  2012 .
  drwxrwxr-x. 1 nbecker nbecker  42 Jun  4 07:11 ..
Y lrwxrwxrwx. 1 nbecker nbecker  49 Jun  4 10:04 10-autohint.conf - 
/usr/share/fontconfig/conf.avail/10-autohint.conf

Is this the correct way to enable autohinting?  (I did install freetype-
freeworld)

Is there any way to tell whether this is working?

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Matthew Miller
On Thu, Jun 04, 2015 at 10:39:00AM +0200, Patrick Dupre wrote:
 Who is in charge of this package?

So, you can find that in Fedora's Package DB; in this case, here:
https://admin.fedoraproject.org/pkgdb/package/gsl/

However, I don't think this is a packaging problem. If it's a *bug*,
the package owner might help you diagnose that and interface with
upstream, but usually contacting upstream directly is the best
approach.

I think, though, that this might be a programming / usage problem, and
for that you probably will have best luck asking either in the upstream
community or in a programming qa site — I see that there are over 300
questions on GSL in Stack Overflow already
http://stackoverflow.com/?show=allsort=newestlayout=expandedtagFilter=listtags=gsl

-- 
Matthew Miller
mat...@fedoraproject.org
Fedora Project Leader
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Matthew Miller
On Thu, Jun 04, 2015 at 04:50:22PM +0200, Patrick Dupre wrote:
 This is not new.
 Somebody already asked but did not get the answer!
 http://stackoverflow.com/questions/24672293/how-do-i-set-the-fsolver-type-in-gsl

Excellent. You can draw more attention to that question by:

1. Voting it up
2. Adding a bounty — a small amount of your own reputation. (You'll
need 150 rep to do that, which is a fairly low bar)
3. Editing to improve the question (adding tags, improving grammar)
4. Sharing links to the question elsewhere

I'm not sayin' you can't ask here, just that I'm not sure we'll be able
to give you a good answer. (Although, hey, maybe I'm wrong!)

-- 
Matthew Miller
mat...@fedoraproject.org
Fedora Project Leader
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: font iso-10646 fedora 21

2015-06-04 Thread François Patte
Le 04/06/2015 17:05, stan a écrit :
 On Thu, 04 Jun 2015 11:45:22 +0200 François Patte 
 francois.pa...@mi.parisdescartes.fr wrote:
 
 Where are the fonts iso-10646? They are missing for fedora 21...
 
 If you mean /usr/share/i18n/charmaps/ISO_10646.gz they are in 
 package glibc-common-2.20-8.fc21.x86_64 which better be installed 
 by default on your system if it is going to function.

Thank you for answering.

I found them in xorg-x11-fonts-misc.noarch
xorg-x11-fonts-100dpi.noarch xorg-x11-fonts-75dpi.noarch which are not
installed by default...


-- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Ranjan Maitra
I am late to this thread and confused: isn't there an example in the manual?

https://www.gnu.org/software/gsl/manual/html_node/Example-programs-for-Nonlinear-Least_002dSquares-Fitting.html#Example-programs-for-Nonlinear-Least_002dSquares-Fitting

Does this above work?

Ranjan


On Thu, 4 Jun 2015 09:53:59 -0400 Fred Smith fre...@fcshome.stoneham.ma.us 
wrote:

 On Thu, Jun 04, 2015 at 03:30:18PM +0200, Patrick Dupre wrote:
  
  const gsl_multifit_fsolver_type T_ ;
  gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 5);
  
  
  Gives the same
   Segmentation fault (core dumped)
 
 I installed gsl and gsl-devel, but didn't find any man pages, so I cannot
 tell what it says (or would say) about how to call that function. As a
 result, I had to guess.
 
 perhps it wants you to locally allocate an actual structure instance
 (not merely a pointer) and pass its address?
 
 in that case, remove thne * from the declaration and add the  to the call.
 
 Fred
  
  ===
   Patrick DUPRÉ | | email: pdu...@gmx.com
   Laboratoire de Physico-Chimie de l'Atmosphère | |
   Université du Littoral-Côte d'Opale   | |
   Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
   189A, avenue Maurice Schumann | | 59140 Dunkerque, France
  ===
  
  
   Sent: Thursday, June 04, 2015 at 3:15 PM
   From: Fred Smith fre...@fcshome.stoneham.ma.us
   To: users@lists.fedoraproject.org
   Subject: Re: gsl
  
   On Thu, Jun 04, 2015 at 02:01:41PM +0100, Jonathan Underwood wrote:
On 3 June 2015 at 22:23, Patrick Dupre pdu...@gmx.com wrote:
 Hello,

 Can somebody help me?

 This short piece of code fails.
 It seems to be due to the gsl library!

 Thank for your help.

 #include gsl/gsl_multifit_nlin.h

 int main () {
   const gsl_multifit_fsolver_type *T_ ;
   gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
   }



You haven't initialized T_, so when you call
gsl_multifit_fsolver_alloc, it fails because it doesn't know what
solver type to allocate for.

So, try initializing it, eg.

const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder;
   
   the other thought I had is that you may need to pass the address of 
   T_ so the function knows where your local gsl_multifit_fsolver_type
   is, so it can store data there. Try passing T_ instead. In this case
   you wouldn't need to initialize it because the routine will use
   the address of your local variable.
   
   
   -- 
    Fred Smith -- fre...@fcshome.stoneham.ma.us 
   -
  For the word of God is living and active. Sharper than any 
   double-edged 
  sword, it penetrates even to dividing soul and spirit, joints and 
   marrow; 
 it judges the thoughts and attitudes of the heart.  
    Hebrews 4:12 (niv) 
   --
   -- 
   users mailing list
   users@lists.fedoraproject.org
   To unsubscribe or change subscription options:
   https://admin.fedoraproject.org/mailman/listinfo/users
   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://admin.fedoraproject.org/mailman/listinfo/users
  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
 
 -- 
 ---
  .Fred Smith   /  
 ( /__  ,__.   __   __ /  __   : / 
  //  /   /__) /  /  /__) .+'   Home: 
 fre...@fcshome.stoneham.ma.us 
 //  (__ (___ (__(_ (___ / :__ 
 781-438-5471 
  Jude 1:24,25 
 -
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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


-- 
Important Notice: This mailbox is ignored: e-mails are set to be deleted on 
receipt. Please respond to the mailing list if appropriate. For those needing 
to send personal or professional e-mail, please use appropriate addresses.


TRY FREE IM TOOLPACK at 

Re: gsl

2015-06-04 Thread Patrick Dupre
Hello,

This is not new.

Somebody already asked but did not get the answer!

http://stackoverflow.com/questions/24672293/how-do-i-set-the-fsolver-type-in-gsl

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Thursday, June 04, 2015 at 4:36 PM
 From: Matthew Miller mat...@fedoraproject.org
 To: Community support for Fedora users users@lists.fedoraproject.org
 Subject: Re: gsl

 On Thu, Jun 04, 2015 at 10:39:00AM +0200, Patrick Dupre wrote:
  Who is in charge of this package?
 
 So, you can find that in Fedora's Package DB; in this case, here:
 https://admin.fedoraproject.org/pkgdb/package/gsl/
 
 However, I don't think this is a packaging problem. If it's a *bug*,
 the package owner might help you diagnose that and interface with
 upstream, but usually contacting upstream directly is the best
 approach.
 
 I think, though, that this might be a programming / usage problem, and
 for that you probably will have best luck asking either in the upstream
 community or in a programming qa site — I see that there are over 300
 questions on GSL in Stack Overflow already
 http://stackoverflow.com/?show=allsort=newestlayout=expandedtagFilter=listtags=gsl
 
 -- 
 Matthew Miller
 mat...@fedoraproject.org
 Fedora Project Leader
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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://admin.fedoraproject.org/mailman/listinfo/users
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: font iso-10646 fedora 21

2015-06-04 Thread stan
On Thu, 04 Jun 2015 11:45:22 +0200
François Patte francois.pa...@mi.parisdescartes.fr wrote:
 
 Where are the fonts iso-10646? They are missing for fedora 21...

If you mean
/usr/share/i18n/charmaps/ISO_10646.gz
they are in package
glibc-common-2.20-8.fc21.x86_64
which better be installed by default on your system if it is going to
function.

So, one set should already be on your system in the above location.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: fontconfig debug?

2015-06-04 Thread Tim
On Thu, 2015-06-04 at 10:06 -0400, Neal Becker wrote:
 Is there any way to tell whether this is working?

I have to ask:  Surely you're enabling this because you prefer how
things look with autohinting.  So, can you see the visual benefit that
you expect to see?


-- 
tim@localhost ~]$ uname -rsvp

Linux 3.19.8-100.fc20.i686 #1 SMP Tue May 12 17:42:35 UTC 2015 i686

All mail to my mailbox is automatically deleted, there is no point trying
to privately email me, I will only read messages posted to the public lists.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: fontconfig debug?

2015-06-04 Thread Neal Becker
Tim wrote:

 On Thu, 2015-06-04 at 10:06 -0400, Neal Becker wrote:
 Is there any way to tell whether this is working?
 
 I have to ask:  Surely you're enabling this because you prefer how
 things look with autohinting.  So, can you see the visual benefit that
 you expect to see?
 
 

I see a big improvement after setting:

Xft.lcdfilter: lcddefault
#Xft.dpi: 96
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault

in ~/.Xresources

I'm saddened that I have to revert to messing with Xresources instead of 
something more modern.

Having done that, I don't know if I'm seeing an effect for autohinting.  
Sure would be nice if I could actually tell if my attempt at autohinting is 
done correctly.  I can't even tell if fontconfig read these files.

Other than that, it does look pretty nice.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Fred Smith
On Thu, Jun 04, 2015 at 03:30:18PM +0200, Patrick Dupre wrote:
 
 const gsl_multifit_fsolver_type T_ ;
 gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 5);
 
 
 Gives the same
  Segmentation fault (core dumped)

I installed gsl and gsl-devel, but didn't find any man pages, so I cannot
tell what it says (or would say) about how to call that function. As a
result, I had to guess.

perhps it wants you to locally allocate an actual structure instance
(not merely a pointer) and pass its address?

in that case, remove thne * from the declaration and add the  to the call.

Fred
 
 ===
  Patrick DUPRÉ | | email: pdu...@gmx.com
  Laboratoire de Physico-Chimie de l'Atmosphère | |
  Université du Littoral-Côte d'Opale   | |
  Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
  189A, avenue Maurice Schumann | | 59140 Dunkerque, France
 ===
 
 
  Sent: Thursday, June 04, 2015 at 3:15 PM
  From: Fred Smith fre...@fcshome.stoneham.ma.us
  To: users@lists.fedoraproject.org
  Subject: Re: gsl
 
  On Thu, Jun 04, 2015 at 02:01:41PM +0100, Jonathan Underwood wrote:
   On 3 June 2015 at 22:23, Patrick Dupre pdu...@gmx.com wrote:
Hello,
   
Can somebody help me?
   
This short piece of code fails.
It seems to be due to the gsl library!
   
Thank for your help.
   
#include gsl/gsl_multifit_nlin.h
   
int main () {
  const gsl_multifit_fsolver_type *T_ ;
  gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
  }
   
   
   
   You haven't initialized T_, so when you call
   gsl_multifit_fsolver_alloc, it fails because it doesn't know what
   solver type to allocate for.
   
   So, try initializing it, eg.
   
   const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder;
  
  the other thought I had is that you may need to pass the address of 
  T_ so the function knows where your local gsl_multifit_fsolver_type
  is, so it can store data there. Try passing T_ instead. In this case
  you wouldn't need to initialize it because the routine will use
  the address of your local variable.
  
  
  -- 
   Fred Smith -- fre...@fcshome.stoneham.ma.us 
  -
 For the word of God is living and active. Sharper than any double-edged 
 sword, it penetrates even to dividing soul and spirit, joints and 
  marrow; 
it judges the thoughts and attitudes of the heart.  
   Hebrews 4:12 (niv) 
  --
  -- 
  users mailing list
  users@lists.fedoraproject.org
  To unsubscribe or change subscription options:
  https://admin.fedoraproject.org/mailman/listinfo/users
  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://admin.fedoraproject.org/mailman/listinfo/users
 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

-- 
---
 .Fred Smith   /  
( /__  ,__.   __   __ /  __   : / 
 //  /   /__) /  /  /__) .+'   Home: fre...@fcshome.stoneham.ma.us 
//  (__ (___ (__(_ (___ / :__ 781-438-5471 
 Jude 1:24,25 -
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Patrick Dupre


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Thursday, June 04, 2015 at 3:53 PM
 From: Fred Smith fre...@fcshome.stoneham.ma.us
 To: users@lists.fedoraproject.org
 Subject: Re: gsl

 On Thu, Jun 04, 2015 at 03:30:18PM +0200, Patrick Dupre wrote:
  
  const gsl_multifit_fsolver_type T_ ;
  gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 5);
  
  
  Gives the same
   Segmentation fault (core dumped)
 
 I installed gsl and gsl-devel, but didn't find any man pages, so I cannot
 tell what it says (or would say) about how to call that function. As a
 result, I had to guess.
 
 perhps it wants you to locally allocate an actual structure instance
 (not merely a pointer) and pass its address?
 
 in that case, remove thne * from the declaration and add the  to the call.

It does not help.
I need to allocate the work space for the solver!!


 Fred
  
  ===
   Patrick DUPRÉ | | email: pdu...@gmx.com
   Laboratoire de Physico-Chimie de l'Atmosphère | |
   Université du Littoral-Côte d'Opale   | |
   Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
   189A, avenue Maurice Schumann | | 59140 Dunkerque, France
  ===
  
  
   Sent: Thursday, June 04, 2015 at 3:15 PM
   From: Fred Smith fre...@fcshome.stoneham.ma.us
   To: users@lists.fedoraproject.org
   Subject: Re: gsl
  
   On Thu, Jun 04, 2015 at 02:01:41PM +0100, Jonathan Underwood wrote:
On 3 June 2015 at 22:23, Patrick Dupre pdu...@gmx.com wrote:
 Hello,

 Can somebody help me?

 This short piece of code fails.
 It seems to be due to the gsl library!

 Thank for your help.

 #include gsl/gsl_multifit_nlin.h

 int main () {
   const gsl_multifit_fsolver_type *T_ ;
   gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
   }



You haven't initialized T_, so when you call
gsl_multifit_fsolver_alloc, it fails because it doesn't know what
solver type to allocate for.

So, try initializing it, eg.

const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder;
   
   the other thought I had is that you may need to pass the address of 
   T_ so the function knows where your local gsl_multifit_fsolver_type
   is, so it can store data there. Try passing T_ instead. In this case
   you wouldn't need to initialize it because the routine will use
   the address of your local variable.
   
   
   -- 
    Fred Smith -- fre...@fcshome.stoneham.ma.us 
   -
  For the word of God is living and active. Sharper than any 
   double-edged 
  sword, it penetrates even to dividing soul and spirit, joints and 
   marrow; 
 it judges the thoughts and attitudes of the heart.  
    Hebrews 4:12 (niv) 
   --
   -- 
   users mailing list
   users@lists.fedoraproject.org
   To unsubscribe or change subscription options:
   https://admin.fedoraproject.org/mailman/listinfo/users
   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://admin.fedoraproject.org/mailman/listinfo/users
  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
 
 -- 
 ---
  .Fred Smith   /  
 ( /__  ,__.   __   __ /  __   : / 
  //  /   /__) /  /  /__) .+'   Home: 
 fre...@fcshome.stoneham.ma.us 
 //  (__ (___ (__(_ (___ / :__ 
 781-438-5471 
  Jude 1:24,25 
 -
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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 

Re: gsl

2015-06-04 Thread Patrick Dupre
This only works (fine) for fdfsolver


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Thursday, June 04, 2015 at 4:06 PM
 From: Ranjan Maitra maitra.mbox.igno...@inbox.com
 To: Community support for Fedora users users@lists.fedoraproject.org
 Subject: Re: gsl

 I am late to this thread and confused: isn't there an example in the manual?
 
 https://www.gnu.org/software/gsl/manual/html_node/Example-programs-for-Nonlinear-Least_002dSquares-Fitting.html#Example-programs-for-Nonlinear-Least_002dSquares-Fitting
 
 Does this above work?
 
 Ranjan
 
 
 On Thu, 4 Jun 2015 09:53:59 -0400 Fred Smith fre...@fcshome.stoneham.ma.us 
 wrote:
 
  On Thu, Jun 04, 2015 at 03:30:18PM +0200, Patrick Dupre wrote:
   
   const gsl_multifit_fsolver_type T_ ;
   gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 5);
   
   
   Gives the same
Segmentation fault (core dumped)
  
  I installed gsl and gsl-devel, but didn't find any man pages, so I cannot
  tell what it says (or would say) about how to call that function. As a
  result, I had to guess.
  
  perhps it wants you to locally allocate an actual structure instance
  (not merely a pointer) and pass its address?
  
  in that case, remove thne * from the declaration and add the  to the call.
  
  Fred
   
   ===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale   | |
Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
189A, avenue Maurice Schumann | | 59140 Dunkerque, France
   ===
   
   
Sent: Thursday, June 04, 2015 at 3:15 PM
From: Fred Smith fre...@fcshome.stoneham.ma.us
To: users@lists.fedoraproject.org
Subject: Re: gsl
   
On Thu, Jun 04, 2015 at 02:01:41PM +0100, Jonathan Underwood wrote:
 On 3 June 2015 at 22:23, Patrick Dupre pdu...@gmx.com wrote:
  Hello,
 
  Can somebody help me?
 
  This short piece of code fails.
  It seems to be due to the gsl library!
 
  Thank for your help.
 
  #include gsl/gsl_multifit_nlin.h
 
  int main () {
const gsl_multifit_fsolver_type *T_ ;
gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
}
 
 
 
 You haven't initialized T_, so when you call
 gsl_multifit_fsolver_alloc, it fails because it doesn't know what
 solver type to allocate for.
 
 So, try initializing it, eg.
 
 const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder;

the other thought I had is that you may need to pass the address of 
T_ so the function knows where your local gsl_multifit_fsolver_type
is, so it can store data there. Try passing T_ instead. In this case
you wouldn't need to initialize it because the routine will use
the address of your local variable.


-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us 
-
   For the word of God is living and active. Sharper than any 
double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and 
marrow; 
  it judges the thoughts and attitudes of the heart.  
 Hebrews 4:12 (niv) 
--
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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://admin.fedoraproject.org/mailman/listinfo/users
   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
  
  -- 
  ---
   .Fred Smith   /  
  ( /__  ,__.   __   __ /  __   : / 
   //  /   /__) /  /  /__) .+'   Home: 
  fre...@fcshome.stoneham.ma.us 
  //  (__ (___ (__(_ (___ / :__

F22: Touchpad and Middle click

2015-06-04 Thread Marco Guazzone
Hi,

I've installed F22 on a Dell E5430 laptop.
I've noted the following behavior upon text selection:
- with an external mouse, the middle works as expected, that it pastes
the currently selected text
- with the touchpad (which has two buttons), the simultaneous pressing
of left and right buttons does not paste the selected text as I expect
(until F21 it worked)

I've tried both on GNOME, XFCE and Cinnamon.

I don't know if this may be a consequence of using libinput as described here:
https://fedoraproject.org/wiki/Changes/LibinputForXorg

I've found similar questions in the AskFedora and FedoraForum sites,
but for both there is no answer yet.

Anyway, does anybody have a tip to solve this issue?

Thank you very much for the help

Best,

Marco
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Patrick Dupre


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Thursday, June 04, 2015 at 1:00 AM
 From: Rick Stevens ri...@alldigital.com
 To: Community support for Fedora users users@lists.fedoraproject.org
 Subject: Re: gsl

 On 06/03/2015 03:53 PM, Rick Stevens wrote:
  On 06/03/2015 03:19 PM, Patrick Dupre wrote:
  Execution:
  Segmentation fault (core dumped)
 
  it is linked with gsl and math library.
  I guess that there is an issue either with the c code or with the binary
  library.
 
  Well, looking at the code, you're passing T_, which is uninitialized.
  Not knowing the API for gsl_multifit_fsolver_alloc(), I have no idea
  what params it's expecting, but that's a pretty good one to start
  looking at.
 
 In fact, there's two possibilities...passing in an uninitialized pointer
 is suspect, and if the function is supposed to fill in whatever that's
 pointing at with a value is also a problem as you've declared it as a 
 const, meaning you can't assign data to it at run time.

That is right.
I tried to not set it const, but it is the same result.
I tried to have a look in the code, but I did not understand what is going on.
I did not find any example.
Actually, I made similar things to that is proposed for
gsl_multifit_fdfsolver
which do not suffer from this allocation issue.

Who is in charge of this package?

Thank.

  Sent: Wednesday, June 03, 2015 at 11:33 PM
  From: Rick Stevens ri...@alldigital.com
  To: Community support for Fedora users users@lists.fedoraproject.org
  Subject: Re: gsl
 
  On 06/03/2015 02:23 PM, Patrick Dupre wrote:
  Hello,
 
  Can somebody help me?
 
  This short piece of code fails.
  It seems to be due to the gsl library!
 
  Thank for your help.
 
  #include gsl/gsl_multifit_nlin.h
 
  int main () {
  const gsl_multifit_fsolver_type *T_ ;
  gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
  }
 
  What's failing? Compile? Link? Execution?
  --
  - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
  - AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
  --
  - If Bill Gates got a dime for every time Windows crashes... -
  -  ...oh, wait.  He does.  THAT explains it! -
  --
  --
  users mailing list
  users@lists.fedoraproject.org
  To unsubscribe or change subscription options:
  https://admin.fedoraproject.org/mailman/listinfo/users
  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 -
 --
 -  Heisenberg _may_ have slept here  -
 --
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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://admin.fedoraproject.org/mailman/listinfo/users
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: f21: several warnings from chkrootkit.

2015-06-04 Thread Christopher Ross

On 03/06/15 22:06, William wrote:

warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.
warning, got bogus l2cap line.

[... snip ...]

I've not seen warnings from chkrootkit in a while now.  I realize that
these are just warnings.  Still, what's going on?  Is there something
that I should do?

thanks,
Bill.


FWIW, I've also been getting the Warning, got bogus l2cap line 
messages since presumably the same recent upgrade. I tried googling it 
but didn't learn anything useful.


Regards,
Chris R.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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


font iso-10646 fedora 21

2015-06-04 Thread François Patte
Bonjour


Where are the fonts iso-10646? They are missing for fedora 21...


Thank you
-- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: f22 fedup with btrfs snapshot?

2015-06-04 Thread Tim
On Tue, 2015-06-02 at 23:33 +0200, Dario Lesca wrote:
 For example, if you want to try Evolution (or some other local
 application with local data), you must download your mail, and you
 will try to write a message to send, just so you can discover that the
 editor of evolution is worse than the previous, and when you use undo
 (ctrl + z) undo does not do undo but something else and dirty your
 text (this, unfortunately, is a real problem that happens even now as
 I write this message).
  
 At that point, if you do a revert to f21, you lose all messages that
 you have downloaded and all work that you have done in the meantime on
 your machine. At this point it is too late.

If your mail is handled through an IMAP server (rather than POP), then
this wouldn't be the case.  Your mails are stored on the server, and
your mail program browses them.  If you want to test a mail client, or
have to put up with continually replacing your OS installation, it's the
best way to go about it.

As for the rest of your work, there are various ways of dealing with
that.  There's the backup and restore technique.  Or, keep /home as a
separate partition, so that you can re-install around it (still make a
backup though, just hope you're lucky enough to not have to make use of
it).  Or you can keep your files in a separate server, which could be
another computer, or just a networked drive.

These days, it's next to impossible to get by with just one computer.
You almost need another one so you can research, on-line, how to fix up
the other one when it goes doolally.  If you're in that position, you
may as well install a long-lived distro on one, and use it as your
server.

-- 
tim@localhost ~]$ uname -rsvp

Linux 3.19.8-100.fc20.i686 #1 SMP Tue May 12 17:42:35 UTC 2015 i686

All mail to my mailbox is automatically deleted, there is no point trying
to privately email me, I will only read messages posted to the public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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


f22: ip route replace via line command not work

2015-06-04 Thread Dario Lesca
Sometime I must try other network or gateway, since to f21 I have
change the default gateway vie line command via command like this:

 ip r rep default x.x.x.x

Now after update to f22 this command (replace or delete) not work
anymore. See some example:

 [root@dodo:~]# ip r
 default via 10.44.0.247 dev p6p1  proto static  metric 100 
 10.11.12.0/24 dev virbr0  proto kernel  scope link  src 10.11.12.1 
 10.44.0.0/20 dev p6p1  proto kernel  scope link  src 10.44.2.27  metric 100 
 [root@dodo:~]# /sbin/ip route rep default via 10.44.0.254 proto static metric 
 1024
 [root@dodo:~]# ip r
 default via 10.44.0.247 dev p6p1  proto static  metric 100 
 10.11.12.0/24 dev virbr0  proto kernel  scope link  src 10.11.12.1 
 10.44.0.0/20 dev p6p1  proto kernel  scope link  src 10.44.2.27  metric 100 
 [root@dodo:~]# ip r del default via 10.44.0.247 dev p6p1  proto static  
 metric 100
 [root@dodo:~]# ip r
 default via 10.44.0.247 dev p6p1  proto static  metric 100 
 10.11.12.0/24 dev virbr0  proto kernel  scope link  src 10.11.12.1 
 10.44.0.0/20 dev p6p1  proto kernel  scope link  src 10.44.2.27  metric 100 

Only the ip r add to another network work, or if I create a new
NetworkManager profile without default gateway (probably is the new
version of Network Manager responsible for this problem).

It's possible to restore old manual method for change temporary the
default gateway?


Many thanks

-- 
Dario Lesca
(inviato dal mio Linux Fedora 22 con Gnome 3.16)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Jonathan Underwood
On 3 June 2015 at 22:23, Patrick Dupre pdu...@gmx.com wrote:
 Hello,

 Can somebody help me?

 This short piece of code fails.
 It seems to be due to the gsl library!

 Thank for your help.

 #include gsl/gsl_multifit_nlin.h

 int main () {
   const gsl_multifit_fsolver_type *T_ ;
   gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
   }



You haven't initialized T_, so when you call
gsl_multifit_fsolver_alloc, it fails because it doesn't know what
solver type to allocate for.

So, try initializing it, eg.

const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder;

HTH,
Jonathan.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Fred Smith
On Thu, Jun 04, 2015 at 02:01:41PM +0100, Jonathan Underwood wrote:
 On 3 June 2015 at 22:23, Patrick Dupre pdu...@gmx.com wrote:
  Hello,
 
  Can somebody help me?
 
  This short piece of code fails.
  It seems to be due to the gsl library!
 
  Thank for your help.
 
  #include gsl/gsl_multifit_nlin.h
 
  int main () {
const gsl_multifit_fsolver_type *T_ ;
gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
}
 
 
 
 You haven't initialized T_, so when you call
 gsl_multifit_fsolver_alloc, it fails because it doesn't know what
 solver type to allocate for.
 
 So, try initializing it, eg.
 
 const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder;

the other thought I had is that you may need to pass the address of 
T_ so the function knows where your local gsl_multifit_fsolver_type
is, so it can store data there. Try passing T_ instead. In this case
you wouldn't need to initialize it because the routine will use
the address of your local variable.


-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   For the word of God is living and active. Sharper than any double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and marrow; 
  it judges the thoughts and attitudes of the heart.  
 Hebrews 4:12 (niv) --
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Patrick Dupre


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Thursday, June 04, 2015 at 3:01 PM
 From: Jonathan Underwood jonathan.underw...@gmail.com
 To: Community support for Fedora users users@lists.fedoraproject.org
 Subject: Re: gsl

 On 3 June 2015 at 22:23, Patrick Dupre pdu...@gmx.com wrote:
  Hello,
 
  Can somebody help me?
 
  This short piece of code fails.
  It seems to be due to the gsl library!
 
  Thank for your help.
 
  #include gsl/gsl_multifit_nlin.h
 
  int main () {
const gsl_multifit_fsolver_type *T_ ;
gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
}
 
 
 
 You haven't initialized T_, so when you call
 gsl_multifit_fsolver_alloc, it fails because it doesn't know what
 solver type to allocate for.
 
 So, try initializing it, eg.
 
 const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder;

 warning: initialization from incompatible pointer type [enabled by default]
   const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder ;

fsolver and fdfsolver are not compatible!
I did not find a way to initiate this pointer.


 HTH,
 Jonathan.
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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://admin.fedoraproject.org/mailman/listinfo/users
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: gsl

2015-06-04 Thread Patrick Dupre

const gsl_multifit_fsolver_type T_ ;
gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 5);


Gives the same
 Segmentation fault (core dumped)

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Thursday, June 04, 2015 at 3:15 PM
 From: Fred Smith fre...@fcshome.stoneham.ma.us
 To: users@lists.fedoraproject.org
 Subject: Re: gsl

 On Thu, Jun 04, 2015 at 02:01:41PM +0100, Jonathan Underwood wrote:
  On 3 June 2015 at 22:23, Patrick Dupre pdu...@gmx.com wrote:
   Hello,
  
   Can somebody help me?
  
   This short piece of code fails.
   It seems to be due to the gsl library!
  
   Thank for your help.
  
   #include gsl/gsl_multifit_nlin.h
  
   int main () {
 const gsl_multifit_fsolver_type *T_ ;
 gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
 }
  
  
  
  You haven't initialized T_, so when you call
  gsl_multifit_fsolver_alloc, it fails because it doesn't know what
  solver type to allocate for.
  
  So, try initializing it, eg.
  
  const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder;
 
 the other thought I had is that you may need to pass the address of 
 T_ so the function knows where your local gsl_multifit_fsolver_type
 is, so it can store data there. Try passing T_ instead. In this case
 you wouldn't need to initialize it because the routine will use
 the address of your local variable.
 
 
 -- 
  Fred Smith -- fre...@fcshome.stoneham.ma.us -
For the word of God is living and active. Sharper than any double-edged 
sword, it penetrates even to dividing soul and spirit, joints and marrow; 
   it judges the thoughts and attitudes of the heart.  
  Hebrews 4:12 (niv) --
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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://admin.fedoraproject.org/mailman/listinfo/users
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