Re: gcc 4.9

2016-08-01 Thread Amadeus W.M.
On Mon, 01 Aug 2016 17:23:43 -0700, stan wrote: > On Mon, 1 Aug 2016 22:21:58 + (UTC) > "Amadeus W.M." wrote: > >> On Mon, 01 Aug 2016 09:34:51 -0700, stan wrote: >> >> > On Mon, 1 Aug 2016 04:30:03 + (UTC) >> > "Amadeus W.M." wrote: >> > [snip] >> >> Unfortunately nothing worked. >> >

Re: Simultaneous DHCP and static IP address with NetworkManager

2016-08-01 Thread stan
On Mon, 1 Aug 2016 21:29:56 +0200 Clayton Louden wrote: > Hi, > > I've got a NIC that gets one address via dhcp and another one > statically assigned. This is done with Fedora's legacy network > service (systemctl start network) and these config files [snip] > How can I achieve the same with N

Re: gsl-2

2016-08-01 Thread stan
On Mon, 1 Aug 2016 21:34:18 +0200 "Patrick Dupre" wrote: > Hello, > > Since I update fc22 to fc24 I am in trouble with several of my > applications which require gsl. > Actually, gsl has been updated from 1 to 2 with major changes. > It results that perl-Math::GSL is not anymore compatible with

Re: gcc 4.9

2016-08-01 Thread stan
On Mon, 1 Aug 2016 22:21:58 + (UTC) "Amadeus W.M." wrote: > On Mon, 01 Aug 2016 09:34:51 -0700, stan wrote: > > > On Mon, 1 Aug 2016 04:30:03 + (UTC) > > "Amadeus W.M." wrote: > > [snip] > >> Unfortunately nothing worked. > >> > >> > >> In the cuda distribution there is a host_confi

Re: gcc 4.9

2016-08-01 Thread Amadeus W.M.
On Mon, 01 Aug 2016 09:34:51 -0700, stan wrote: > On Mon, 1 Aug 2016 04:30:03 + (UTC) > "Amadeus W.M." wrote: > [snip] >> Unfortunately nothing worked. >> >> >> In the cuda distribution there is a host_config.h file which contains >> the following lines: >> >> #if __GNUC__ > 4 || (__GNUC__

Re: Drive ordering mechanism /dev/sda /dev/sdb etc

2016-08-01 Thread jd1008
On 08/01/2016 02:01 PM, Roberto Ragusa wrote: On 08/01/2016 07:23 PM, Samuel Sieb wrote: On 07/31/2016 11:51 PM, Philip Rhoades wrote: but it is annoying that the "SCSI" drive (SATA and USB) order in which their corresponding device nodes are added is arbitrary - is there some way of forcin

Re: gcc 4.9

2016-08-01 Thread Sjoerd Mullender
On 08/01/2016 06:30 AM, Amadeus W.M. wrote: > Third, I was only able to find a Fedora-21-Live image and I created a > virtual box from it, booted that up and installed to disk. But, as one > might expect, gnome-boxes only knew about the Live VM, and each time I > would boot it up, it would boot

Re: Drive ordering mechanism /dev/sda /dev/sdb etc

2016-08-01 Thread Roberto Ragusa
On 08/01/2016 07:23 PM, Samuel Sieb wrote: > On 07/31/2016 11:51 PM, Philip Rhoades wrote: >> but it is annoying that the "SCSI" drive (SATA and USB) order in which >> their corresponding device nodes are added is arbitrary - is there some >> way of forcing the order to what I want? ie I have th

fedup F20 to F24

2016-08-01 Thread jd1008
Is it advisable? What sort of problems could the user encounter? Reason for asking: Many locally compiled programs (non-fedora sources) that compile and build (via rpmbuild) just find under F20, but will not compile on another machine running F24 (too many dependencies). P.S: For fun, Just wonder

Re: gsl-2

2016-08-01 Thread Patrick Dupre
Actually, I found a gsl-1.16-18.fc24.i686.rpm but not the gsl-devel-1.16-18.fc24.i686.rpm ! === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Unive

gsl-2

2016-08-01 Thread Patrick Dupre
Hello, Since I update fc22 to fc24 I am in trouble with several of my applications which require gsl. Actually, gsl has been updated from 1 to 2 with major changes. It results that perl-Math::GSL is not anymore compatible with gsl-2. The maintainer of this package is not ready to make the changes

Simultaneous DHCP and static IP address with NetworkManager

2016-08-01 Thread Clayton Louden
Hi, I've got a NIC that gets one address via dhcp and another one statically assigned. This is done with Fedora's legacy network service (systemctl start network) and these config files /etc/sysconfig/network-scripts/ifcfg-enp0s25: HWADDR=XX:XX:XX:XX:XX:XX TYPE=Ethernet BOOTPROTO=dhcp DEFROUTE

Re: Drive ordering mechanism /dev/sda /dev/sdb etc

2016-08-01 Thread Samuel Sieb
On 07/31/2016 11:51 PM, Philip Rhoades wrote: People, I know that it is possible to refer to drives by various naming conventions: https://wiki.archlinux.org/index.php/Persistent_block_device_naming but it is annoying that the "SCSI" drive (SATA and USB) order in which their corresponding de

Re: gcc 4.9

2016-08-01 Thread stan
On Mon, 1 Aug 2016 04:30:03 + (UTC) "Amadeus W.M." wrote: > Third, I was only able to find a Fedora-21-Live image and I created a > virtual box from it, booted that up and installed to disk. But, as > one might expect, gnome-boxes only knew about the Live VM, and each > time I would boot it

Re: gcc 4.9

2016-08-01 Thread stan
On Mon, 1 Aug 2016 04:30:03 + (UTC) "Amadeus W.M." wrote: [snip] > Unfortunately nothing worked. > > > In the cuda distribution there is a host_config.h file which contains > the following lines: > > #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 9) > > #error -- unsupported GNU v

Re: gcc 4.9

2016-08-01 Thread poma
On 01.08.2016 06:30, Amadeus W.M. wrote: [...] > In the cuda distribution there is a host_config.h file which contains the > following lines: > > #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 9) > > #error -- unsupported GNU version! gcc versions later than 4.9 are not > supported! >

Re: old packages

2016-08-01 Thread Ralf Corsepius
On 08/01/2016 09:54 AM, Patrick Dupre wrote: What are the alternatives ? One would have to look into each of these packages individually to answer this. For example to system-config-lvm ? system-config-lvm still works (Simply rebuild it locally). Actually, I never understood, why RH abando

Re: old packages

2016-08-01 Thread Patrick Dupre
Thank,   What are the alternatives ? For example to system-config-lvm ?   Thank     === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | T