Re: [CentOS] getting rid of hp c3180
On Thu, Jul 20, 2017 at 07:41:32PM -0500, Michael Hennebry wrote: > On Thu, 20 Jul 2017, Fred Smith wrote: > > >On Thu, Jul 20, 2017 at 03:27:14PM -0500, Michael Hennebry wrote: > > >>Next on the list is a Brother HL-L2360DW. > >>It appears to work with linux. > >>I got as far as this page: > >>http://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=hll2360dw_us&os=127 > >>I infer that the "Driver Install Tool" will install the four listed rpms, > >>probably from a script. > >>Is that the way to go? > >>Printer installs have given me so much joy in the past, > >>that I approach them with fear and trepidation. > > > >I've installed brother drivers by hand, and it involves working > >through a somewhat cryptic list of modifications you need to do to > >your Linux system. > > > >other times I use their driver install tool and let it do what is needed. > > Thanks. > > If I use the install tool, > does it matter whether I have the printer connected during the install? > I'll be using USB 2. sorry, I don't know the answer to that question. -- Fred Smith -- fre...@fcshome.stoneham.ma.us - God made him who had no sin to be sin for us, so that in him we might become the righteousness of God." --- Corinthians 5:21 - ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] How does yum decide when 2 packages meet a dependency?
Hi list, Say a package has a dependency for libfoo.so.1, and 2 (or more) packages provide libfoo.so.1, how does yum decide which package to install to meet the dependency? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] How does yum decide when 2 packages meet a dependency?
On Fri, Jul 21, 2017 at 04:19:20PM +0100, Phil Perry wrote: > Say a package has a dependency for libfoo.so.1, and 2 (or more) > packages provide libfoo.so.1, how does yum decide which package to > install to meet the dependency? It has a series of heuristics: http://yum.baseurl.org/wiki/CompareProviders -- Matthew Miller Fedora Project Leader ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] How does yum decide when 2 packages meet a dependency?
On Fri, 21 Jul 2017, Matthew Miller wrote: On Fri, Jul 21, 2017 at 04:19:20PM +0100, Phil Perry wrote: Say a package has a dependency for libfoo.so.1, and 2 (or more) packages provide libfoo.so.1, how does yum decide which package to install to meet the dependency? It has a series of heuristics: http://yum.baseurl.org/wiki/CompareProviders That's fabulous. You mean Phil could have fixed my issue by renaming the package priimus so that the name was longer than mesa-libGL ;) jh ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] How does yum decide when 2 packages meet a dependency?
On Fri, Jul 21, 2017 at 05:00:35PM +0100, John Hodrien wrote: > >>Say a package has a dependency for libfoo.so.1, and 2 (or more) > >>packages provide libfoo.so.1, how does yum decide which package to > >>install to meet the dependency? > >It has a series of heuristics: > >http://yum.baseurl.org/wiki/CompareProviders > That's fabulous. You mean Phil could have fixed my issue by renaming the > package priimus so that the name was longer than mesa-libGL ;) Tragically possible. :) -- Matthew Miller Fedora Project Leader ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] How does yum decide when 2 packages meet a dependency?
On 21/07/17 17:10, Matthew Miller wrote: On Fri, Jul 21, 2017 at 05:00:35PM +0100, John Hodrien wrote: Say a package has a dependency for libfoo.so.1, and 2 (or more) packages provide libfoo.so.1, how does yum decide which package to install to meet the dependency? It has a series of heuristics: http://yum.baseurl.org/wiki/CompareProviders Many thanks Matthew, that's a great overview. That's fabulous. You mean Phil could have fixed my issue by renaming the package priimus so that the name was longer than mesa-libGL ;) Tragically possible. :) In this case, working through the logic, it would appear that primus probably won the battle on the basis of pulling in fewer deps than mesa-libGL, but what else is already installed on the system would clearly have an effect here. Still, nice to know the logic involved. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] TeX Live on CentOS 7
> -Original Message- > From: Nicolas Kovacs [mailto:i...@microlinux.fr] > Sent: Friday, July 21, 2017 2:29 AM > To: CentOS > Subject: [CentOS] TeX Live on CentOS 7 > > Hi, > > I just installed the OpenVAS vulnerability scanner on my CentOS 7 > workstation. Everything seems to work fine, except PDF generation. The > 'openvas-check-setup' script tells me that PDF generation works fine, > but whenever I want to generate a report, the result is unusable and > can't open in Evince or Okular. > > After googling a bit, I found out that several users complained that Tex > Live is broken under RHEL/CentOS 7. > > While I did use LaTeX a long time ago to write documents, I don't use it > anymore nowadays (just Markdown or LibreOffice). But I do need a working > installation of TeX Live for OpenVAS PDF reports. > > What can I do now? Perform a manual installation of TeX Live with their > provided installer (to /opt) and then blacklist all texlive* packages? I > admit I'm a bit surprised that a distribution like RHEL/CentOS that > prises quality wouldn't provide a working TeX Live in their package > repositories. > > Any suggestions? The users that were complaining, were they all OpenVAS user? Going from my experiences on CentOS 6, I find it surprising that LaTeX is not working. Does even the trivial.tex from [0] compile? Can you get the LaTeX file that OpenVAS is generating, and on the command line run pdflatex (or other latex compile command) on it and capture the error messages? This might point to missing packages/fonts. It may be possible that not enough of texlive has been installed. I tend to do a `yum install \*latex\*` (and answer no) to see what is available and then install every latex thing that is not a -devel package. That way I never have to think about getting packages again, or if I do I will pretty much know I'll have to get it from CTAN myself. seeing [1] from the opanvas wiki makes me think you should try `yum install \*latex\*extra\*` and see if it is now available. And as seen elsewhere [2] sometimes rpm packager's don't name them the same as LaTeX packagers. And it looks like[3] a lot of folks take the same 'trash the distro' perspective as openvas[1] which is unfortunate. Perhaps we could ask the CentOS-extras (and a RHEL or EPEL ticket) folks if they would be willing to rebuild the needed packages from an old Fedora RPM if they are not yet available in a EL repository. Have you checked EPEL? [0] https://www.centos.org/forums/viewtopic.php?t=48421 [1] https://wiki.openvas.org/index.php/Generate_a_PDF_report#CentOS_7 [2] https://tex.stackexchange.com/a/166140 [3] https://www.centos.org/forums/viewtopic.php?t=54410 -- Even when this disclaimer is not here: I am not a contracting officer. I do not have authority to make or modify the terms of any contract. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] MATROX GPU - xorg-x11-drv-mga-1.6.3 on supermicro server
Hello Guys, our cluster runs till 2014 on supermicro board. It is not unusual that still mainboards with mga graphics cards are delivered. So I have then adjusted the mga driver from centos 6 - the specification file - , to be build on CentOS 7. Since then this runs on the headnode without failures. Maybe you should provide this via epel. The source can be found here: http://centos.cms4all.org/repo/7/drivers/SRPM/xorg-x11-drv-mga-1.6.3-11.el7.centos.src.rpm This is the latest from Centos 6.9. Sincerely Andy ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] TeX Live on CentOS 7
I always install official TeXLive in /usr/local/texlive - yum update thanks me. Every few months I update it, but keeping it outside of RPM means I don't get tons of individual packages, many that I never use, constantly updating in yum. On 07/21/2017 11:46 AM, Denniston, Todd A CIV NAVSURFWARCENDIV Crane, JXVS wrote: -Original Message- From: Nicolas Kovacs [mailto:i...@microlinux.fr] Sent: Friday, July 21, 2017 2:29 AM To: CentOS Subject: [CentOS] TeX Live on CentOS 7 Hi, I just installed the OpenVAS vulnerability scanner on my CentOS 7 workstation. Everything seems to work fine, except PDF generation. The 'openvas-check-setup' script tells me that PDF generation works fine, but whenever I want to generate a report, the result is unusable and can't open in Evince or Okular. After googling a bit, I found out that several users complained that Tex Live is broken under RHEL/CentOS 7. While I did use LaTeX a long time ago to write documents, I don't use it anymore nowadays (just Markdown or LibreOffice). But I do need a working installation of TeX Live for OpenVAS PDF reports. What can I do now? Perform a manual installation of TeX Live with their provided installer (to /opt) and then blacklist all texlive* packages? I admit I'm a bit surprised that a distribution like RHEL/CentOS that prises quality wouldn't provide a working TeX Live in their package repositories. Any suggestions? The users that were complaining, were they all OpenVAS user? Going from my experiences on CentOS 6, I find it surprising that LaTeX is not working. Does even the trivial.tex from [0] compile? Can you get the LaTeX file that OpenVAS is generating, and on the command line run pdflatex (or other latex compile command) on it and capture the error messages? This might point to missing packages/fonts. It may be possible that not enough of texlive has been installed. I tend to do a `yum install \*latex\*` (and answer no) to see what is available and then install every latex thing that is not a -devel package. That way I never have to think about getting packages again, or if I do I will pretty much know I'll have to get it from CTAN myself. seeing [1] from the opanvas wiki makes me think you should try `yum install \*latex\*extra\*` and see if it is now available. And as seen elsewhere [2] sometimes rpm packager's don't name them the same as LaTeX packagers. And it looks like[3] a lot of folks take the same 'trash the distro' perspective as openvas[1] which is unfortunate. Perhaps we could ask the CentOS-extras (and a RHEL or EPEL ticket) folks if they would be willing to rebuild the needed packages from an old Fedora RPM if they are not yet available in a EL repository. Have you checked EPEL? [0] https://www.centos.org/forums/viewtopic.php?t=48421 [1] https://wiki.openvas.org/index.php/Generate_a_PDF_report#CentOS_7 [2] https://tex.stackexchange.com/a/166140 [3] https://www.centos.org/forums/viewtopic.php?t=54410 -- Even when this disclaimer is not here: I am not a contracting officer. I do not have authority to make or modify the terms of any contract. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos -- -=- Sent my from my laptop, may not be able to respond timely ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] TeX Live on CentOS 7
Le 21/07/2017 à 20:46, Denniston, Todd A CIV NAVSURFWARCENDIV Crane, JXVS a écrit : > Going from my experiences on CentOS 6, I find it surprising that > LaTeX is not working. Does even the trivial.tex from [0] compile? Can > you get the LaTeX file that OpenVAS is generating, and on the command > line run pdflatex (or other latex compile command) on it and capture > the error messages? This might point to missing packages/fonts. Thanks very much for your detailed answer. I'll look into it tomorrow and see if this solves the problem. Cheers from France, Niki -- Microlinux - Solutions informatiques durables 7, place de l'église - 30730 Montpezat Web : http://www.microlinux.fr Mail : i...@microlinux.fr Tél. : 04 66 63 10 32 ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] TeX Live on CentOS 7
Le 21/07/2017 à 23:14, Alice Wonder a écrit : > I always install official TeXLive in /usr/local/texlive - yum update > thanks me. Every few months I update it, but keeping it outside of RPM > means I don't get tons of individual packages, many that I never use, > constantly updating in yum. And how do you manage conflicts with packages? Do you blacklist them in Yum's repo configuration? And how about the stuff dependending on them? Install it manually using --nodeps? Niki -- Microlinux - Solutions informatiques durables 7, place de l'église - 30730 Montpezat Web : http://www.microlinux.fr Mail : i...@microlinux.fr Tél. : 04 66 63 10 32 ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] getting rid of hp c3180
On Thu, 20 Jul 2017, Michael Hennebry wrote: On Thu, 20 Jul 2017, Fred Smith wrote: On Thu, Jul 20, 2017 at 03:27:14PM -0500, Michael Hennebry wrote: Next on the list is a Brother HL-L2360DW. It appears to work with linux. I got as far as this page: http://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=hll2360dw_us&os=127 If I use the install tool, does it matter whether I have the printer connected during the install? It does. The directions that came in the box say to do so, but I forgot. The result was that the test page went to my old printer. Telling CUPS about it wasn't too bad. Just went through the "add Printer" menus. BTW one has to read the box fairly carefully to realize that the printer comes with toner. One has to make an inference from the term "replacement cartridge". -- Michael henne...@web.cs.ndsu.nodak.edu "Sorry but your password must contain an uppercase letter, a number, a haiku, a gang sign, a heiroglyph, and the blood of a virgin." -- someeecards ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos