Re: [CentOS] Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On 07/28/2017 04:22 PM, Matthew Miller wrote: > On Fri, Jul 28, 2017 at 10:11:53PM +0100, Phil Perry wrote: >> The issue I have here is even if I did file a bug, and the issue >> were fixed, no sooner than it's fixed fedora updates to the next >> version and introduces a whole bunch of new bugs, and so the cycle >> continues. I played that game for a while with fedora core when Red >> Hat Linux died before settling on Enterprise Linux and have never >> looked back. > > Sure; that's the tradeoff of getting new stuff. > > But, I'm not asking anyone here to switch to Fedora. I'm asking > (especially those of you who are professional sysadmins) to please look > at the Modularity prototype. > > > I would like to point out that the next RHEL releases start as a Fedora release which is branched off at some point in time, has some packages removed (which the RHEL team deems not needed or unsupportable, etc.) and then undergoes a process of testing, bug fixing, etc. Testing and using Fedora is extremely helpful to the RHEL engineering process, and since CentOS is a rebuild of the RHEL source code, the CentOS engineering process. I personally have a Fedora machine that I keep updated and do some work on all the time learning/testing. I just seamlessly upgraded it from Fedora 25 to Fedora 26 using a couple of dnf commands .. awesome experience actually. We don't have to pick sides here. There is no reason not to run Fedora alongside CentOS, it certainly allows you to understand where the next CentOS releases will look like well before they are released. Obviously looking at Fedora 26 and the new Modularity components will be helpful for anyone who will be upgrading to newer RHEL or CentOS releases in the future. A big thank you to both Matthew and the entire Fedora team on another quality release. Not to mention the help that many Fedora team members are providing in producing EPEL and also as members of the CentOS SIG process. All 3 of the distributions (Fedora, RHEL, CentOS) are better because of this effort. Thanks, Johnny Hughes signature.asc Description: OpenPGP digital signature ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] Problems switching from RHEL 6 to Centos 6
I am trying to migratean existing RHEL 6 machine to Centos 6. I followed the instructions in https://wiki.centos.org/HowTos/MigrationGuide I run into problems: when I run yum upgrade then yum tries to access a repository rhel-6-server-extras-rpms and then fails. What can I do that yum no longer tries to access this repository? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Problems switching from RHEL 6 to Centos 6
On 07/30/2017 07:32 AM, Alois Treindl wrote: > I am trying to migratean existing RHEL 6 machine to Centos 6. > > I followed the instructions in > https://wiki.centos.org/HowTos/MigrationGuide > > I run into problems: > > when I run > > yum upgrade > > then yum tries to access a repository rhel-6-server-extras-rpms > > and then fails. > > What can I do that yum no longer tries to access this repository? > Normally, .repo files are in /etc/yum.repos.d/ . You should be able to edit files in that directory and find a section for any repos that you wish to disable. Setting enable=0 in the applicable section will turn off that specific repo. signature.asc Description: OpenPGP digital signature ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Problems switching from RHEL 6 to Centos 6
Thank you. I could resolve the issues, by editing stuff in /etc/yum/pluginconf.d There, I created a file rhnplugin.conf with the content [rhel-6-server-extras-rpms] enabled=0 [rhel-6-server-optional-rpms] enabled=0 and I edited the file search-disabled-repos.conf and inserted into the line ignored-repos= ... the pattern rhel* I do not know whether this second step was necessary, I happened to do both at once. After that, yum upgrade no longer demanded rhel repositories. On 30.07.17 14:37, Johnny Hughes wrote: On 07/30/2017 07:32 AM, Alois Treindl wrote: I am trying to migratean existing RHEL 6 machine to Centos 6. I followed the instructions in https://wiki.centos.org/HowTos/MigrationGuide I run into problems: when I run yum upgrade then yum tries to access a repository rhel-6-server-extras-rpms and then fails. What can I do that yum no longer tries to access this repository? Normally, .repo files are in /etc/yum.repos.d/ . You should be able to edit files in that directory and find a section for any repos that you wish to disable. Setting enable=0 in the applicable section will turn off that specific repo. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Problems switching from RHEL 6 to Centos 6
On 30/07/17 14:04, Alois Treindl wrote: Thank you. I could resolve the issues, by editing stuff in /etc/yum/pluginconf.d There, I created a file rhnplugin.conf with the content [rhel-6-server-extras-rpms] enabled=0 [rhel-6-server-optional-rpms] enabled=0 and I edited the file search-disabled-repos.conf and inserted into the line ignored-repos= ... the pattern rhel* I do not know whether this second step was necessary, I happened to do both at once. After that, yum upgrade no longer demanded rhel repositories. I would use yum to uninstall the packages that provide /etc/yum.repos.d/redhat.repo and /etc/yum/pluginconf.d/rhnplugin.conf On rhel7, these are yum-rhn-plugin and subscription-manager, use rpm to check which packages provide them on el6. On 30.07.17 14:37, Johnny Hughes wrote: On 07/30/2017 07:32 AM, Alois Treindl wrote: I am trying to migratean existing RHEL 6 machine to Centos 6. I followed the instructions in https://wiki.centos.org/HowTos/MigrationGuide I run into problems: when I run yum upgrade then yum tries to access a repository rhel-6-server-extras-rpms and then fails. What can I do that yum no longer tries to access this repository? Normally, .repo files are in /etc/yum.repos.d/ . You should be able to edit files in that directory and find a section for any repos that you wish to disable. Setting enable=0 in the applicable section will turn off that specific repo. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Problems switching from RHEL 6 to Centos 6
On 07/30/2017 03:23 PM, Phil Perry wrote: I would use yum to uninstall the packages that provide /etc/yum.repos.d/redhat.repo and /etc/yum/pluginconf.d/rhnplugin.conf On rhel7, these are yum-rhn-plugin and subscription-manager, use rpm to check which packages provide them on el6. which rpm command does this exactly? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] Re: Problems switching from RHEL 6 to Centos 6
On Sun, 30 Jul 2017 16:00, Alois Treindl wrote: On 07/30/2017 03:23 PM, Phil Perry wrote: I would use yum to uninstall the packages that provide /etc/yum.repos.d/redhat.repo and /etc/yum/pluginconf.d/rhnplugin.conf On rhel7, these are yum-rhn-plugin and subscription-manager, use rpm to check which packages provide them on el6. which rpm command does this exactly? "man 8 rpm" search for "--file" short: rpm -qf [full-path-and-filename] long: rpm --query --file [full-path-and-filename] This queries the rpm-database for which package owns the given file. - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On 30.07.2017 14:29, Johnny Hughes wrote: I personally have a Fedora machine that I keep updated and do some work on all the time learning/testing. I just seamlessly upgraded it from Fedora 25 to Fedora 26 using a couple of dnf commands .. awesome experience actually. because of this feature to upgrade from one release to the next, I thought to test this on my old computer; fedora itself works fine, but this upgrade from 25 to 26 broke the vmware workstaion completely ... it doesn't work any more, any hints in net which could be found don't work ... and this was the goal to have a linux running with vmware workstation instead of my old windows ... but as it seems there is no way of achiving this ... Obviously looking at Fedora 26 and the new Modularity components will be helpful for anyone who will be upgrading to newer RHEL or CentOS releases in the future. in case it is just a server this is already supported by RHEL (from 6 to 7) Walter ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] firewalld and LISTEN
Am 30.07.2017 um 07:06 schrieb 望月忠雄: Please teach me one more. By 'firewall-cmd --list' its answer is following. external (active) target: default icmp-block-inversion: no interfaces: eth0 sources: services: dns ftp http https imaps pop3s smtp ssh ports: 110/tcp 21/tcp 2/tcp 106/tcp 53/tcp 990/tcp 5432/tcp 8447/tcp 113/tcp 143/tcp 3306/tcp 5224/tcp 22/tcp 465/tcp 995/tcp 25/tcp 1/tcp 8443/tcp 993/tcp 443/tcp 8880/tcp 587/tcp 20/tcp 53/udp 12768/tcp protocols: masquerade: yes forward-ports: sourceports: icmp-blocks: rich rules: Now I can use http normally. And 'ss -nat' shows 80 ports used. But in avobe firewalld lists, there's http service, but isn't 80/tcp.port. Must I add 80/tcp.port? Tadao Hi, you can define rule either by using services or ports. You have partly doubled that config by using both a service definition and a port definition. For instance service ssh and port 22/tcp. Same for smtp and port 25. You find the list of pre-defined services under /usr/lib/firewalld/services/. To give you an example. You can define # firewall-cmd --permanent --zone=public --add-service=http which enables port 80/tcp for the public zone. You can check how the service is defined by # firewall-cmd --info-service=http You could achieve the same port opening by issuing firewall-cmd --zone=public --add-port=80/tcp More or less a matter of taste how to define things. But you better avoid causing doubled rules. See your "iptables -L -n -v --line" output and you'll find multiple rules defined 2 times. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Problems switching from RHEL 6 to Centos 6
On 30/07/17 15:00, Alois Treindl wrote: On 07/30/2017 03:23 PM, Phil Perry wrote: I would use yum to uninstall the packages that provide /etc/yum.repos.d/redhat.repo and /etc/yum/pluginconf.d/rhnplugin.conf On rhel7, these are yum-rhn-plugin and subscription-manager, use rpm to check which packages provide them on el6. which rpm command does this exactly? rpm -q --whatprovides /etc/yum.repos.d/redhat.repo ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On 07/30/2017 09:41 AM, Walter H. wrote: > On 30.07.2017 14:29, Johnny Hughes wrote: >> I personally have a Fedora machine that I keep updated and do some work >> on all the time learning/testing. I just seamlessly upgraded it from >> Fedora 25 to Fedora 26 using a couple of dnf commands .. awesome >> experience actually. > because of this feature to upgrade from one release to the next, I > thought to test this on my old computer; > fedora itself works fine, but this upgrade from 25 to 26 broke the > vmware workstaion completely ... > it doesn't work any more, any hints in net which could be found don't > work ... > and this was the goal to have a linux running with vmware workstation > instead of my old windows ... > > but as it seems there is no way of achiving this ... > Looking at VMWare Workstation, it does not seem to run on Fedora at all. It seems to run on : Ubuntu 16.04 Red Hat Enterprise Linux 7.1 CentOS 7.1 Oracle Linux 7 openSUSE 13.2 SUSE Linux Enterprise Server 12 So, I'm not sure how it was running on Fedora 25 to get messed up by an upgrade to Fedora 26. > >> Obviously looking at Fedora 26 and the new Modularity components will be >> helpful for anyone who will be upgrading to newer RHEL or CentOS >> releases in the future. > in case it is just a server this is already supported by RHEL (from 6 > to 7) > signature.asc Description: OpenPGP digital signature ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On 30.07.2017 20:22, Johnny Hughes wrote: On 07/30/2017 09:41 AM, Walter H. wrote: On 30.07.2017 14:29, Johnny Hughes wrote: I personally have a Fedora machine that I keep updated and do some work on all the time learning/testing. I just seamlessly upgraded it from Fedora 25 to Fedora 26 using a couple of dnf commands .. awesome experience actually. because of this feature to upgrade from one release to the next, I thought to test this on my old computer; fedora itself works fine, but this upgrade from 25 to 26 broke the vmware workstaion completely ... it doesn't work any more, any hints in net which could be found don't work ... and this was the goal to have a linux running with vmware workstation instead of my old windows ... but as it seems there is no way of achiving this ... Looking at VMWare Workstation, it does not seem to run on Fedora at all. It seems to run on : Ubuntu 16.04 Red Hat Enterprise Linux 7.1 CentOS 7.1 Oracle Linux 7 openSUSE 13.2 SUSE Linux Enterprise Server 12 So, I'm not sure how it was running on Fedora 25 to get messed up by an upgrade to Fedora 26. with Fedora 25 everything worked fine, even the upgrade from VMware Wkst 12.5.6 to 12.5.7 with automatic recompilation of neccessary kernel modules without my intervention ... and the same when a kernel upgrade among other updates occured on Fedora 25, everything worked fine ... but the upgrade from F25 to F26 killed my VMware Workstation :-( even the updates which occured after this upgrade didn't help ... ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] Using GIMP on Centos-7, problem
Wondering if anyone here has ever tried installing this https://github.com/bootchk/resynthesizer as a gimp plugin in Centos-7, with gimp 2.8.16?? I find the installation instructions (for the binary tarball) are minimal and whatever I do, it doesn't seem to appear in the gimp menus, as it should. I've used an older version (0.14) from years ago in older versions of gimp, but how does one make this newer one work on C7? I also tried building the source, but even "autoconfig" spewed some errors that are greek to me, so I, for the moment, gave up on that. Advice will be appreciated, thanks in advance! Fred -- Fred Smith -- fre...@fcshome.stoneham.ma.us - But God demonstrates his own love for us in this: While we were still sinners, Christ died for us. --- Romans 5:8 (niv) -- ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Headphones volume control not working in CentOS 7
On 29/07/2017 02:15, Fred Smith wrote: Anybody have the same problem that I have with JACK plugged headphones (analogic) ? The volume controls on the cable of the headphones do not work on CentOS 7 on my Lenovo Thinkpad T530... How could I solve this ? On Sat, Jul 29, 2017 at 12:28:40AM +0200, Bernard Lheureux wrote: Hi all, I hope someone could enlighten me... How could I resolve the fact that the volume controls of all the headphones I try on CentOS 7 are not working, they are OK on CentOS 6 but impossible to make them work on my Thinkpad Laptop with an iPhone headphones or a Marshal Monitor plugged with a jack connector... Those 2 headphones work correctly in CentOS 6... What could I do to get the same behavior on CentOS 7 and this damned Gnome 3 ? Thanks for your help... On Centos-7, some apps use PulseAudioVolumeControl (pavucontrol) instead of the one that defaults to the top panel. (I am running Mate, not Gnome--yuck--so YMMV). I wish there was a way to control all from a single place, but AFAICF there isn't. for some things I use the one on the top panel (which is Mate Volume Control) and for others I gotta start up pavucontrol. it's a nuisance. My USB phones seem to be controlled by the pavu control, while the speakers tend to be controlled by the mate volume control. and I can't get my old analog (1/8 inch plug) headphones to work at all anymore, no matter what control I use or how I poke at it, all the sound comes from the speakers (which are plugged into the line out [green} jack on the rear of the computer, while the headphones are plugged into the green jack on the front.) digressing a little... A few years ago my systems all supported auto-switching between speakers and headphones when the phone plug was inserted, but the only one I have now that does that is my netbook. the current desk-side system and its last couple of predecessors now do not do that. Go figure. -- (°- Bernard Lheureux //\ Linux System Administrator v_/_MailTo:bern...@lheureux.be ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Headphones volume control not working in CentOS 7
On 7/30/2017 1:37 PM, Bernard Lheureux wrote: On 29/07/2017 02:15, Fred Smith wrote: Anybody have the same problem that I have with JACK plugged headphones (analogic) ? The volume controls on the cable of the headphones do not work on CentOS 7 on my Lenovo Thinkpad T530... How could I solve this ? volume controls on analog headphones are purely analog, the computer doesn't even know its there, its just an attenuator on the analog signal. -- john r pierce, recycling bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] firewalld and LISTEN
Dear Alexander, Thank you. Tadao 2017-07-31 1:25 GMT+09:00 Alexander Dalloz : > Am 30.07.2017 um 07:06 schrieb 望月忠雄: > >> Please teach me one more. >> By 'firewall-cmd --list' its answer is following. >> >> external (active) >>target: default >>icmp-block-inversion: no >>interfaces: eth0 >>sources: >>services: dns ftp http https imaps pop3s smtp ssh >>ports: 110/tcp 21/tcp 2/tcp 106/tcp 53/tcp 990/tcp 5432/tcp >> 8447/tcp >> 113/tcp 143/tcp 3306/tcp 5224/tcp 22/tcp 465/tcp 995/tcp 25/tcp 1/tcp >> 8443/tcp 993/tcp 443/tcp 8880/tcp 587/tcp 20/tcp 53/udp 12768/tcp >>protocols: >>masquerade: yes >>forward-ports: >>sourceports: >>icmp-blocks: >>rich rules: >> >> Now I can use http normally. >> And 'ss -nat' shows 80 ports used. >> >> But in avobe firewalld lists, there's http service, but isn't >> 80/tcp.port. >> Must I add 80/tcp.port? >> >> Tadao >> > > Hi, > > you can define rule either by using services or ports. You have partly > doubled that config by using both a service definition and a port > definition. For instance service ssh and port 22/tcp. Same for smtp and > port 25. > > You find the list of pre-defined services under > /usr/lib/firewalld/services/. > > To give you an example. You can define > > # firewall-cmd --permanent --zone=public --add-service=http > > which enables port 80/tcp for the public zone. You can check how the > service is defined by > > # firewall-cmd --info-service=http > > You could achieve the same port opening by issuing > > firewall-cmd --zone=public --add-port=80/tcp > > More or less a matter of taste how to define things. But you better avoid > causing doubled rules. > > See your "iptables -L -n -v --line" output and you'll find multiple rules > defined 2 times. > > Alexander > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos