Gigabyte GeForce GT 740
Bonjour, I have to replace my graphic card and as the previous one was an nvidia which has perfectly worked for 15 years, I want to remain with this brand. Is the Gigabyte GeForce GT 740 ok to work under last version of fedora? 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 signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Docker storage on Fedora 25?
On 12/26/2016 08:39 PM, Matthew Miller wrote: > On Mon, Dec 26, 2016 at 12:37:46PM -0700, Dave Johansen wrote: >> http://www.projectatomic.io/blog/2015/06/notes-on-fedora-centos-and-docker-storage-drivers/ >> Does the above recommendation still hold true with Fedora 25/Docker 1.12.5? >> If so, is the configuration the same? > Quick glance, yeah, looks still basically right. You have a new option, > overlay2, which is a newer Docker driver for OverlayFS and generally > preferred. See > https://docs.docker.com/engine/userguide/storagedriver/selectadriver/ > > *But*, I'm not sure offhand if SELinux support is complete -- I know it > *was being worked on. > SELinux should work fine on F25. We are working to change the default in F26 to the overlay2 driver. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Gigabyte GeForce GT 740
On 27 December 2016 at 12:54, François Patte wrote: > Bonjour, > > I have to replace my graphic card and as the previous one was an nvidia > which has perfectly worked for 15 years, I want to remain with this brand. > > Is the Gigabyte GeForce GT 740 ok to work under last version of fedora? > [..] I have an nVidia gtx 770 and it works well on F25 GNOME with the proprietary driver (from the negativo17 repo). When I tried the open source nouveau driver it had some issues (e.g. vertical sync). -- Ahmad Samir ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Google Chrome generates many audit type 1326 messages
I have hundreds of these per day in the journal. I even have a "audit_printk_skb: 45 callbacks suppressed". Does anyone know if this a) means anything, or b) can be turned off? Dec 27 12:47:36 bree kernel: audit: type=1326 audit(1482842856.033:8766): auid=1000 uid=1000 gid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 pid=18810 comm="chrome" exe="/opt/google/chrome/chrome" sig=0 arch=c00 Chrome version is: google-chrome-stable-55.0.2883.87-1.x86_64 poc ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: 3.3 gigs in /var/cache/PackageKit/24/metadata after dnf system-upgrade
Il giorno lun, 26/12/2016 alle 20.58 +, Schlaegel ha scritto: > What would be a good course of action? After install a new Fedora 24, now 25, I do this step. sudo systemctl mask dnf-makecache dnf-makecache.timer packagekit packagekit-offline-update sudo systemctl stop dnf-makecache dnf-makecache.timer packagekit packagekit-offline-update rm -rf /var/cache/PackageKit/* And all still work. -- Dario Lesca (inviato dal mio Linux Fedora 24 Workstation)___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Google Chrome generates many audit type 1326 messages
On Tue, 27 Dec 2016 13:35:09 + Patrick O'Callaghan wrote: > b) can be turned off? Edit grub.cfg and put audit=0 on the kernel command line. Disable the auditd service. No more audit messages from anything :-). ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: 3.3 gigs in /var/cache/PackageKit/24/metadata after dnf system-upgrade
Il giorno mar, 27/12/2016 alle 14.32 +0100, Dario Lesca ha scritto: > Il giorno lun, 26/12/2016 alle 20.58 +, Schlaegel ha scritto: > > What would be a good course of action? > > After install a new Fedora 24, now 25, I do this step. > > sudo systemctl mask dnf-makecache dnf-makecache.timer packagekit > packagekit-offline-update > sudo systemctl stop dnf-makecache dnf-makecache.timer packagekit > packagekit-offline-update > > > rm -rf /var/cache/PackageKit/* > > > > And all still work. Another way to avoid that PackageKit download tons of package, which it will never use and never remove, is: sudo dnf remove PackageKit rm -rf /var/cache/PackageKit/* This remove also gnome-software, then, if you want a graphical software installer you can: sudo dnf install yumex-dnf bye -- Dario Lesca (inviato dal mio Linux Fedora 24 Workstation)___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Docker storage on Fedora 25?
On Tue, Dec 27, 2016 at 5:16 AM, Daniel J Walsh wrote: > > > On 12/26/2016 08:39 PM, Matthew Miller wrote: > > On Mon, Dec 26, 2016 at 12:37:46PM -0700, Dave Johansen wrote: > >> http://www.projectatomic.io/blog/2015/06/notes-on-fedora- > centos-and-docker-storage-drivers/ > >> Does the above recommendation still hold true with Fedora 25/Docker > 1.12.5? > >> If so, is the configuration the same? > > Quick glance, yeah, looks still basically right. You have a new option, > > overlay2, which is a newer Docker driver for OverlayFS and generally > > preferred. See > > https://docs.docker.com/engine/userguide/storagedriver/selectadriver/ F25 now uses docker-storage-setup, so the right way to select the driver was a bit different, but this instructions showed how to do it: https://access.redhat.com/documentation/en/red-hat-enterprise-linux-atomic-host/7/paged/managing-containers/chapter-1-managing-storage-with-docker-formatted-containers#overlay_graph_driver > *But*, I'm not sure offhand if SELinux support is complete -- I know it > > *was being worked on. > > > SELinux should work fine on F25. We are working to change the default > in F26 to the overlay2 driver. That's good to hear. Do I need to add the :z or :Z when mounting a host directory for SELinux to work? If so, will that cause any problems when running on Mac/Windows? Thanks for the help, Dave ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: 3.3 gigs in /var/cache/PackageKit/24/metadata after dnf system-upgrade
On Mon, Dec 26, 2016 at 08:58:46PM +, Schlaegel wrote: > What would be a good course of action? > I'm reluctant to use root to just delete the files, assuming that they are > in some PackageKit database somewhere. That cache _is_ the packagekit database. You can remove it safely. > Is there another step that should be added to the DNF system upgrade > document to have this directory cleaned? Possibly, yes. -- Matthew Miller Fedora Project Leader ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: How to prevent headless JVM (Fedora 25)?
On 12/26/2016 09:14 AM, JUSTIN TAYLOR wrote: > I have a 3rd party app that use a Java GUI, so it won't run on a > headless JVM. I had it working until I installed a different app using > dnf. It overwrote my JVM with a headless one and now the Java GUI app > is broken. Is there a way to install/register a non-headless JVM with > Fedora so it won't keep installing the headless JVM? Uhm, I think you'd need to simply exclude the JVM stuff from dnf by either using an "exclude=" clause in your /etc/dnf/dnf.conf or adding a .conf file in /etc/dnf/protected.d, e.g. # cat /etc/dnf/protected.d/java.conf java (assuming you have the dnf "protected_packages" plugin installed). -- - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 226437340 Yahoo: origrps2 - -- - Millihelen (n): The amount of beauty required to launch one ship. - -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: How to prevent headless JVM (Fedora 25)?
On Mon, Dec 26, 2016 at 05:14:36PM +, JUSTIN TAYLOR wrote: > I have a 3rd party app that use a Java GUI, so it won't run on a > headless JVM. I had it working until I installed a different app > using dnf. It overwrote my JVM with a headless one and now the Java > GUI app is broken. Is there a way to install/register a non-headless > JVM with Fedora so it won't keep installing the headless JVM? Sounds like you are running into the problem described here: https://bugzilla.redhat.com/show_bug.cgi?id=1302448 You should be able to use the `alternatives` command to switch /usr/bin/java to your other JVM. -- Matthew Miller Fedora Project Leader ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: How to prevent headless JVM (Fedora 25)?
On 26 December 2016 at 13:14, JUSTIN TAYLOR wrote: > I have a 3rd party app that use a Java GUI, so it won't run on a headless > JVM. I had it working until I installed a different app using dnf. It > overwrote my JVM with a headless one and now the Java GUI app is broken. > Is there a way to install/register a non-headless JVM with Fedora so it > won't keep installing the headless JVM? > I use a several Java applications, some headless, some not on various linux distros + Windows +MacOS. Over time, most apps have begun to provide their own jvm. The others use various mechanisms such as setting JVM_HOME or editing a shell script to allow user to choose a suitable JVM. I always let the distro pick the "default" Java (e.g., openJDK), and install Oracle Java when one of my apps needs something that doesn't work properly with the distro package. It is an annoyance that apps use different, poorly documented, mechanisms to control which JRE is used. https://fedoraproject.org/wiki/Java says multiple Java versions should coexist in Fedora (use alternatives to select the one you want to be active) -- George N. White III Head of St. Margarets Bay, Nova Scotia ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Google Chrome generates many audit type 1326 messages
On Tue, 2016-12-27 at 08:48 -0500, Tom Horsley wrote: > On Tue, 27 Dec 2016 13:35:09 + > Patrick O'Callaghan wrote: > > > b) can be turned off? > > Edit grub.cfg and put audit=0 on the kernel command line. > Disable the auditd service. > No more audit messages from anything :-). Wasn't really the question. I want to know what it's telling me before I decide whether to turn it off. poc ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Google Chrome generates many audit type 1326 messages
2016-12-27 21:00 GMT+02:00 Patrick O'Callaghan : > On Tue, 2016-12-27 at 08:48 -0500, Tom Horsley wrote: > > On Tue, 27 Dec 2016 13:35:09 + > > Patrick O'Callaghan wrote: > > > > > b) can be turned off? > > > > Edit grub.cfg and put audit=0 on the kernel command line. > > Disable the auditd service. > > No more audit messages from anything :-). > > Wasn't really the question. I want to know what it's telling me before > I decide whether to turn it off. > > > http://billauer.co.il/blog/2015/08/linux-google-chrome-aw-snap-seccomp/ > ___ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org > ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Shell question
Reading lines from 2 files in such a way that each iteration lets me read the next line from each file so that the items read from each file are in sync as far as line number is concerned. Is this "doable"? For a single file, indexing to next line is automatic, visa vis while read line; do echo $line done < some_file.txt for when more than 1 file is involved, it is not so easy ... Hypothetical (of course, non-working example): export index=1 while true do; file_A_line=`read line$index` # Read from file A file_B_line=`read line$index` # read from file B [ x$file_A_line = x -o x$file_B_line = x ] && break index=`expr $index + 1` done So how can the reading from 2 files be accomplished and keep the index to next line in sync? I know it is a no brainer with a C program. Thanx. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: How to prevent headless JVM (Fedora 25)?
I have a separate JVM set up and it's working now. Thanks guys On Tuesday, December 27, 2016 7:52 PM, JUSTIN TAYLOR wrote: I have a separate JVM set up and it's working now. Thanks guys On Tuesday, December 27, 2016 12:41 PM, George N. White III wrote: On 26 December 2016 at 13:14, JUSTIN TAYLOR wrote: I have a 3rd party app that use a Java GUI, so it won't run on a headless JVM. I had it working until I installed a different app using dnf. It overwrote my JVM with a headless one and now the Java GUI app is broken. Is there a way to install/register a non-headless JVM with Fedora so it won't keep installing the headless JVM? I use a several Java applications, some headless, some not on various linux distros + Windows +MacOS. Over time, most apps have begun to provide their own jvm. The others use various mechanisms such as setting JVM_HOME or editing a shell script to allow user to choose a suitable JVM. I always let the distro pick the "default" Java (e.g., openJDK), and install Oracle Java when one of my apps needs something that doesn't work properly with the distro package. It is an annoyance that apps use different, poorly documented, mechanisms to control which JRE is used. https://fedoraproject.org/wiki/Java says multiple Java versions should coexist in Fedora (use alternatives to select the one you want to be active) -- George N. White III Head of St. Margarets Bay, Nova Scotia ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Shell question
On 12/27/2016 11:49 PM, JD wrote: Reading lines from 2 files in such a way that each iteration lets me read the next line from each file so that the items read from each file are in sync as far as line number is concerned. Is this "doable"? For a single file, indexing to next line is automatic, visa vis while read line; do echo $line done < some_file.txt for when more than 1 file is involved, it is not so easy ... JD, If using the bash, you could introduce file descriptors for each file you are reading from ( set the fie descriptor by using the exec command) and then read using the -u option for each file. Kind regards Joachim Backes Hypothetical (of course, non-working example): export index=1 while true do; file_A_line=`read line$index` # Read from file A file_B_line=`read line$index` # read from file B [ x$file_A_line = x -o x$file_B_line = x ] && break index=`expr $index + 1` done So how can the reading from 2 files be accomplished and keep the index to next line in sync? I know it is a no brainer with a C program. Thanx. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org -- Fedora release 25 (Twenty Five) Kernel-4.8.15-300.fc25.x86_64 Joachim Backes https://www-user.rhrk.uni-kl.de/~backes/ ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org