[CentOS] trying to get amavid to work on centos 7
hey folks, trying to migrate my faithful old centos6 server over to centos 7 and as part of my email server, I have amavisd, clamd, postfix, etc.. The amavisd seems to be failing with some funky (systemd) error.. Mar 6 11:39:03 monster-new systemd: amavisd.service failed. Mar 6 11:39:03 monster-new systemd: amavisd.service holdoff time over, scheduling restart. Mar 6 11:39:03 monster-new systemd: Cannot add dependency job for unit firewalld.service, ignoring: Unit firewalld.service is masked. Mar 6 11:39:03 monster-new systemd: Starting Amavisd-new is an interface between MTA and content checkers Mar 6 11:39:03 monster-new amavisd: Error reading config file "/etc/amavisd/amavisd.conf": Permission denied at /usr/sbin/amavisd line 2163. Mar 6 11:39:03 monster-new systemd: amavisd.service: control process exited, code=exited status=13 Mar 6 11:39:03 monster-new systemd: Failed to start Amavisd-new is an interface between MTA and content checkers.. Mar 6 11:39:03 monster-new systemd: Unit amavisd.service entered failed state. yes, I did shut off the new-fangled firewalld so that I can use iptables the way I'm to.. sooo what should I do to make amavisd behave? Jason ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] trying to get amavid to work on centos 7
Am 06.03.2016 um 17:49 schrieb Jason Welsh: hey folks, trying to migrate my faithful old centos6 server over to centos 7 and as part of my email server, I have amavisd, clamd, postfix, etc.. The amavisd seems to be failing with some funky (systemd) error.. I expect you are using the EPEL packages. Mar 6 11:39:03 monster-new systemd: amavisd.service failed. Mar 6 11:39:03 monster-new systemd: amavisd.service holdoff time over, scheduling restart. Mar 6 11:39:03 monster-new systemd: Cannot add dependency job for unit firewalld.service, ignoring: Unit firewalld.service is masked. Mar 6 11:39:03 monster-new systemd: Starting Amavisd-new is an interface between MTA and content checkers Mar 6 11:39:03 monster-new amavisd: Error reading config file "/etc/amavisd/amavisd.conf": Permission denied at /usr/sbin/amavisd line 2163. Mar 6 11:39:03 monster-new systemd: amavisd.service: control process exited, code=exited status=13 Mar 6 11:39:03 monster-new systemd: Failed to start Amavisd-new is an interface between MTA and content checkers.. Mar 6 11:39:03 monster-new systemd: Unit amavisd.service entered failed state. yes, I did shut off the new-fangled firewalld so that I can use iptables the way I'm to.. sooo what should I do to make amavisd behave? Error reading config file "/etc/amavisd/amavisd.conf" Validate the permissions of the configuration file. Jason Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] trying to get amavid to work on centos 7 [solved]
On Sun, Mar 06, 2016 at 06:39:32PM +0100, Alexander Dalloz wrote: > > Error reading config file "/etc/amavisd/amavisd.conf" > > Validate the permissions of the configuration file. > > >Jason > > Alexander ugh, I saw that message before and thought I fixed it. I set it to be 755 and now it works.. thanks. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] Run Now no longer works in Messages Filters of Thunderbird 38.6
Hi all, Since the last update of Thunderbird to 38.6, the button 'Run Now' of the 'Mail Filters' option is no longer effective and appears always grayed in my CentOS 7... Anybody has the same behavior ? -- (°- 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] Latest version of geany editor
On 02/28/2016 06:53 PM, Frank Cox wrote: On Sun, 28 Feb 2016 16:30:44 +0100 H wrote: I initially downloaded geany 1.24 from the EPEL repository but now wanted to install the plugin package which is not in EPEL. I visited your webpage , downloaded the Centos 6 x86_64 version of both geany 1.26 and the and lib-geany, which I assume is the plugin-package, but neither could be installed. You assume incorrectly. The description field of geany-libgeany rpm states: QUOTE: This package contains the core functions of Geany which will be used by Geany plugins. END OF QUOTE I have never bothered to compile the actual geany plugins for Centos 6 due to a lack of demand and interest. I did compile and make the geany plugins for Centos 7 available on my webpage a little while back, but that's apparently not what you're looking for. The first fails with: geany-1.26-1.el6.x86_64 requires libgeany.so.0()(64bit) geany-1.26-1.el6.x86_64 requires geany-libgeany = 1.26-1.el6 and the second with: geany-libgeany-1.26-1.el6.x86_64 requires geany = 1.26-1.el6 which seems catch-22. Would you happen to have both of them installable? Install both geany and geany-libgeany at the same time and it will work. As an aside, it would be great if both of these packages were in EPEL so a simple yum update could work. That I have no control over. If they made it available then I probably wouldn't bother duplicating the effort. As stated at the top of my webpage, it is just stuff that I use that can't (easily) be found elsewhere. Frank, I am working on trying to get the geany plugin library to work but have run into a problem because the file geany.pc is not found. My understanding from the geany list is that it should have been installed. It does not seem to have been installed by your two packages - do you know where it can be found? Thank you. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Latest version of geany editor
On Sun, 6 Mar 2016 21:14:01 +0100 H wrote: > Frank, I am working on trying to get the geany plugin library to work > but have run into a problem because the file geany.pc is not found. My > understanding from the geany list is that it should have been installed. > > It does not seem to have been installed by your two packages - do you > know where it can be found? It is part of geany-devel, which I apparently didn't bother saving and posting on my webpage for el6, since I didn't compile the plugins for el6 either.. Just compile the geany source rpm that you see on my el6 page and you'll get a geany-devel rpm. I don't use el6 any more myself for my desktop machine so geany isn't particularly interesting to me on that platform any more. I do have geany, geany-devel and all of the geany plugins available as binary rpms on my el7 webpage, though that's probably not a lot of help to you. Be sure that you compile the source rpm on the el6 page if you're compiling for el6 since that includes a patch which is neither required or included in the el7 source rpm. The el7 source rpm (which is really just the Fedora 23 source rpm) won't compile on el6 as-is, which I discovered when I tried to compile it, and which is why I wrote the patch so it will work. If you have trouble compiling the el6 geany source rpm let me know and I will compile it for you and make geany-devel available. There appears to be little demand for it, though, since you're the very first person to ask about it, ever. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
> Date: Saturday, March 05, 2016 22:27:36 -0600 > From: g > > what got bombed was originally installed as 4.5 via dvd. so i have > not had 'joy' of knowing the problems of a fresh install in a while. > > i am glad to say that by chance, day before problems i did run a > 'yum list installed'. i am about 40% of getting system back to where > it was. > > is there an easy way of running yum from a list instead of entering > package names? entering names in groups of 5 to avoid problems is a > bit slow. > > something else interesting about fresh install, i installed 6.5 > dvd1 on my laptop without any problems. You may want to look at the yum "shell" option (man yum-shell). The dvd iso and netinstall approaches are very different. The dvd has everything while netinstall assumes you pull the packages from somewhere. If I'm doing more than one machine I always pull all the packages to a local machine and use that for my netinstll source. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Latest version of geany editor
On Sun, 6 Mar 2016 21:14:01 +0100 H wrote: > Frank, I am working on trying to get the geany plugin library to work > but have run into a problem because the file geany.pc is not found. My > understanding from the geany list is that it should have been installed. > > It does not seem to have been installed by your two packages - do you > know where it can be found? I have just now compiled binary rpms of all of the geany-plugins for Centos 6 and posted them on my webpage for download by anyone interested. Merry Christmas. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
On 03/06/16 14:48, Richard wrote: <<>> > You may want to look at the yum "shell" option (man yum-shell). > -- interesting. would you presume that something like this might run? yum-shell install < pkg-list.file > The dvd iso and netinstall approaches are very different. The dvd has > everything while netinstall assumes you pull the packages from > somewhere. If I'm doing more than one machine I always pull all the > packages to a local machine and use that for my netinstll source. > -- aware if use/purpose of netinstall. as stated, used netinstall on laptop with 6.5 without problems. may have been because it only has 1 cd/dvd drive and 3 usb ports. where as desktop has 1 sata cd/dvd and 7 usb ports with 1 cd/dvd at port 7. thanks for replying. -- peace out. If Bill Gates got a dime for every time Windows crashes... ...oh, wait. He does. THAT explains it! -+- in a world with out fences, who needs gates. CentOS GNU/Linux 6.7 tc,hago. g . ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
Using boot pxe or netinstall with online mirror ;) Em 06/03/2016 8:12 PM, "g" escreveu: > > > On 03/06/16 14:48, Richard wrote: > <<>> > > > You may want to look at the yum "shell" option (man yum-shell). > > > -- > > interesting. > > would you presume that something like this might run? > > yum-shell install < pkg-list.file > > > The dvd iso and netinstall approaches are very different. The dvd has > > everything while netinstall assumes you pull the packages from > > somewhere. If I'm doing more than one machine I always pull all the > > packages to a local machine and use that for my netinstll source. > > > -- > > aware if use/purpose of netinstall. as stated, used netinstall on > laptop with 6.5 without problems. > > may have been because it only has 1 cd/dvd drive and 3 usb ports. > where as desktop has 1 sata cd/dvd and 7 usb ports with 1 cd/dvd > at port 7. > > thanks for replying. > > > -- > peace out. > > If Bill Gates got a dime for every time Windows crashes... > ...oh, wait. He does. THAT explains it! > -+- > in a world with out fences, who needs gates. > > CentOS GNU/Linux 6.7 > > tc,hago. > > g > . > > ___ > 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] Run Now no longer works in Messages Filters of Thunderbird 38.6
On 03/07/2016 08:52 AM, Bernard Lheureux wrote: Hi all, Since the last update of Thunderbird to 38.6, the button 'Run Now' of the 'Mail Filters' option is no longer effective and appears always grayed in my CentOS 7... Anybody has the same behavior ? running on CentOS 6 - I have T/B 38.6 also and under the menu item Message Filters > have three options - Message Filters - Run Filters on Folder - Run Filter on Message none are greyed out and they appear to function as advertised. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] C-Media CM8828 [CentOS 7]
Basically I will be needing a low profile PCIe sound card with optical out. There isn't a hell of a lot of selection, seems the assumption is if you need sound it is on the motherboard. That one has PCIe and a low profile bracket, but it uses the C-Media CM8828 chipset. My understanding that chipset is only supported in 3.17+ kernels, CentOS 7 uses 3.10.x A) By any chance, has the been back-ported in CentOS kernel? B) If not, does anyone know of a 3rd party repo that has it as a kernel module built against CentOS kernel? I suspect B is no because it looks like the patches were to ALSA driver itself and not a new module. I'd prefer not to have to run a custom kernel because of updates. Anyone know the status of that chipset in CentOS 7? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
> Date: Sunday, March 06, 2016 17:12:24 -0600 > From: g > > On 03/06/16 14:48, Richard wrote: > <<>> > >> You may want to look at the yum "shell" option (man yum-shell). >> > -- > > interesting. > > would you presume that something like this might run? > > yum-shell install < pkg-list.file > Read the man page. What you are suggesting is not how it works. >> The dvd iso and netinstall approaches are very different. The dvd >> has everything while netinstall assumes you pull the packages from >> somewhere. If I'm doing more than one machine I always pull all the >> packages to a local machine and use that for my netinstll source. >> > -- > > aware if use/purpose of netinstall. as stated, used netinstall on > laptop with 6.5 without problems. > > may have been because it only has 1 cd/dvd drive and 3 usb ports. > where as desktop has 1 sata cd/dvd and 7 usb ports with 1 cd/dvd > at port 7. > Actually what you said was: > something else interesting about fresh install, i installed 6.5 > dvd1 on my laptop without any problems. so did you do (are you doing) a netinstall, or an install from DVD? Isn't DVD1 a bootable iso and, along with DVD2, a comprehensive package set? I.e., if you have DVD1 (and ideally 2) why would you do a netinstall? The Centos-7 netinstall iso at least does give an option for using a cd/dvd based iso as the package source, but the default is one of a range of network based options. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Run Now no longer works in Messages Filters of Thunderbird 38.6
Did you had the chance to verify what is the selection of the "run selected fukter(s) on:" if it states "choose a folder" then it's a good reason to not be able to use the "run now". It's a degradation from my point of view. Eliezer On 06/03/2016 21:52, Bernard Lheureux wrote: Hi all, Since the last update of Thunderbird to 38.6, the button 'Run Now' of the 'Mail Filters' option is no longer effective and appears always grayed in my CentOS 7... Anybody has the same behavior ? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
On Sat, Mar 5, 2016 at 11:48 AM, g wrote: > > > On 03/05/16 09:04, Chris Murphy wrote: >> You don't say how you created the media. >> > -- > > true, i did not say how i created cd's. > > i used k3b as it is easier, less to remember, than using command line. OK. > usb's sticks were created using unetbootin and fedora-liveusb-creator. > yes, i did not mention that i tried with 2 usb sticks. failure was > same, did not feel it mattered. failure is failure. No, unetbootin is pretty unreliable. I've actually not had it work reliably with Fedora ISOs since forever, but I mainly use (U)EFI systems is possibly why, but it doesn't appear to rewrite the bootloader stuff correctly at all. At this point I've totally given up on it. Fedora liveusb-creator ought to work. But... And it's also currently undergoing a rewrite. The most reliable way to create USB stick media for CentOS and Fedora is dd. > >> Also netinstall used the network as source, not from CD/DVD. So you >> should just leave the source selection on default. >> > -- > > so you are saying that netinstall is incorrectly written because it ask > for a cd and not an internet connection? Seems suspicious to me yes. A netinstall uses a network source, there are no packages on the netinstall media itself. > i would think that the dev's > would have corrected the wording being that netinstall has been a part > of last 2 or 3 versions. > > 'selection on default'? do not recall seeing anything related to such. OK I just ran the CentOS 6.7 netinstall ISO in gnome-boxes and it's not the graphical anaconda that I'm used to with Fedora. There's an "installation method" and it has Local CD/DVD selected at the top, but that clearly needs to be set to URL or it's simply not a netinstall. And then you need to give it a URL for a mirror, like this: http://www.if-not-true-then-false.com/2011/centos-6-netinstall-network-installation/ This is preconfigured in Fedora for their netinstalls. I have no idea how CentOS does it, but it doesn't appear to be ready to go. -- Chris Murphy ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
On Sat, Mar 5, 2016 at 9:27 PM, g wrote: > > > On 03/05/16 20:22, Fred Smith wrote: >> On Sat, Mar 05, 2016 at 12:48:17PM -0600, g wrote: >>> >>> >>> On 03/05/16 09:04, Chris Murphy wrote: You don't say how you created the media. >>> -- >>> >>> true, i did not say how i created cd's. >> >>> so you are saying that netinstall is incorrectly written because it ask >>> for a cd and not an internet connection? i would think that the dev's >>> would have corrected the wording being that netinstall has been a part >>> of last 2 or 3 versions. >>> >>> 'selection on default'? do not recall seeing anything related to such. >> >> The last time I used the netinstall CD (on Centos 6, not very many >> months ago) it asked for a URL, not a CD. >> > -- > > why am i not surprised. :-D > > what got bombed was originally installed as 4.5 via dvd. so i have > not had 'joy' of knowing the problems of a fresh install in a while. > > i am glad to say that by chance, day before problems i did run a > 'yum list installed'. i am about 40% of getting system back to where > it was. > > is there an easy way of running yum from a list instead of entering package > names? entering names in groups of 5 to avoid problems is a bit slow. yum group list and yum group list hidden and then yum group install "group name goes here" "another group name goes here" > > something else interesting about fresh install, i installed 6.5 dvd1 on > my laptop without any problems. It contains the packages on the media. Netinstalls grab the latest versions of the packages. If you do a netinstall, and then a yum upgrade after rebooting, nothing needs to be updated. If you download even CentOS 6.7 and do a yum upgrade a bunch of stuff will get replaced. -- Chris Murphy ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
On 03/06/16 19:19, Richard wrote: >> Date: Sunday, March 06, 2016 17:12:24 -0600 >> From: g >> On 03/06/16 14:48, Richard wrote: >> <<>> >>> You may want to look at the yum "shell" option (man yum-shell). >>> >> interesting. >> >> would you presume that something like this might run? >> >> yum-shell install < pkg-list.file >> > Read the man page. What you are suggesting is not how it works. > -- i read the 'man yum-shell' and that is what brought me to the question. have you tried "yum-shell install < pkg-list.file" and know for a fact that such will not work? > Actually what you said was: > > > something else interesting about fresh install, i installed 6.5 > > dvd1 on my laptop without any problems. > > so did you do (are you doing) a netinstall, or an install from DVD? > > Isn't DVD1 a bootable iso and, along with DVD2, a comprehensive > package set? I.e., if you have DVD1 (and ideally 2) why would you do > a netinstall? > -- my bad for confusion. for past 4-5 days, my biorhythms have been off, my back is giving me great pain so i am taking oxyc to help bare with pain, i am more tired than i should be while trying to make an install and now trying to respond, so i did not feel like going into great detail, even tho i now see that i should have. please excuse. i should have written that 1st install to laptop was with dvd1, and i did not allocate enough space for all of what i wanted, so i used a gparted live cd to rebuild partitions. in so doing, i wiped 1st install, made 1 less partition so i could have larger partitions for later install of what ever. centos 7.x along with knoppix 7.6.1 will be among them. second install was with netinstall, after i updated, i pulled in rest of progs i wanted. i just did not have same netinstall with desktop. as for dvd1 and dvd2, what you get when you pull the dvd iso's is seldom latest of progs. unless date is within a day or 2 of current date. even then there is no guarantee. as an example, ftp://ftp.gtlib.gatech.edu/pub/centos/7.2.1511/isos/x86_64/ is latest loaded and it is from nov 2015. knowing that there are a number of updates from that time, netinstall is better way of installing. > The Centos-7 netinstall iso at least does give an option for using a > cd/dvd based iso as the package source, but the default is one of a > range of network based options. > -- all in all, no one should expect to find all the latest up on mirrors. such would take up too many hours of hard labor to keep mirrors updated, not to mention waste of band width. mirrors have never been know to be current and it is in now practical to keep them current, even for the updates. -- peace out. If Bill Gates got a dime for every time Windows crashes... ...oh, wait. He does. THAT explains it! -+- in a world with out fences, who needs gates. CentOS GNU/Linux 6.7 tc,hago. g . ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
> Date: Sunday, March 06, 2016 21:32:15 -0600 > From: g > > On 03/06/16 19:19, Richard wrote: >>> Date: Sunday, March 06, 2016 17:12:24 -0600 >>> From: g >>> On 03/06/16 14:48, Richard wrote: >>> <<>> You may want to look at the yum "shell" option (man yum-shell). >>> interesting. >>> >>> would you presume that something like this might run? >>> >>> yum-shell install < pkg-list.file >>> >> Read the man page. What you are suggesting is not how it works. >> > -- > > i read the 'man yum-shell' and that is what brought me to the > question. > > have you tried "yum-shell install < pkg-list.file" and know for a > fact that such will not work? "shell" is a yum command, invoked as shown below. I don't believe there is any program called "yum-shell" (even though that is the man page reference). shell Is used to enter the 'yum shell', when a filename is specified the contents of that file is executed in yum shell mode. See yum-shell(8) for more info. SYNOPSIS yum shell [filename] The contents of the file need to be standard yum-acceptable lines. I.e., the lines of a package list would need to be edited to include "install " and/or input continuation characters, etc. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
On 03/06/16 19:45, Chris Murphy wrote: > On Sat, Mar 5, 2016 at 11:48 AM, g wrote: <<>> >> usb's sticks were created using unetbootin and fedora-liveusb-creator. >> yes, i did not mention that i tried with 2 usb sticks. failure was >> same, did not feel it mattered. failure is failure. > > No, unetbootin is pretty unreliable. I've actually not had it work > reliably with Fedora ISOs since forever, but I mainly use (U)EFI > systems is possibly why, but it doesn't appear to rewrite the > bootloader stuff correctly at all. At this point I've totally given up > on it. > > Fedora liveusb-creator ought to work. But... And it's also currently > undergoing a rewrite. The most reliable way to create USB stick media > for CentOS and Fedora is dd. > -- now that i think about it, it was fedora liveusb-creator usb that worked on laptop. my recall has not been up to norm these last few days. :-( >> so you are saying that netinstall is incorrectly written because it ask >> for a cd and not an internet connection? > > Seems suspicious to me yes. A netinstall uses a network source, there > are no packages on the netinstall media itself. > -- aware. now i am wondering just how i got it installed with netinstall. right now, i am still wore out, oxyc out, chemo-brain, my thinking may now be what i thought. >> i would think that the dev's would have corrected the wording being >> that netinstall has been a part of last 2 or 3 versions. >> >> 'selection on default'? do not recall seeing anything related to such. > > OK I just ran the CentOS 6.7 netinstall ISO in gnome-boxes and it's > not the graphical anaconda that I'm used to with Fedora. There's an > "installation method" and it has Local CD/DVD selected at the top, but > that clearly needs to be set to URL or it's simply not a netinstall. > And then you need to give it a URL for a mirror, like this: > http://www.if-not-true-then-false.com/2011/centos-6-netinstall-network-installation/ > > This is preconfigured in Fedora for their netinstalls. I have no idea > how CentOS does it, but it doesn't appear to be ready to go. > -- centos devs are a little slow with some things, but quick on others. for sure, if it is a security risk, they get on top of them and 'out the door'. i subscribe to 'announce' for both and centos is usually within 24 hours when a security notice is out. -- peace out. If Bill Gates got a dime for every time Windows crashes... ...oh, wait. He does. THAT explains it! -+- in a world with out fences, who needs gates. CentOS GNU/Linux 6.7 tc,hago. g . ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
On 03/06/16 19:47, Chris Murphy wrote: > On Sat, Mar 5, 2016 at 9:27 PM, g wrote: <<>> >> is there an easy way of running yum from a list instead of entering package >> names? entering names in groups of 5 to avoid problems is a bit slow. > > yum group list > > and > > yum group list hidden > > and then > > yum group install "group name goes here" "another group name goes here" > -- that looks doable, except after haven read man you again for 'group', at this time it is a little more than i feel up to dealing with. after replying to both your post, i am going to try using redirect; yum-shell install < pkgnames.file if works, great. if not, at least i will know yum-shell does not work with redirect input. >> something else interesting about fresh install, i installed 6.5 dvd1 on >> my laptop without any problems. > > It contains the packages on the media. Netinstalls grab the latest > versions of the packages. If you do a netinstall, and then a yum > upgrade after rebooting, nothing needs to be updated. If you download > even CentOS 6.7 and do a yum upgrade a bunch of stuff will get > replaced. > -- that seems to be what i seem to recall. -- peace out. If Bill Gates got a dime for every time Windows crashes... ...oh, wait. He does. THAT explains it! -+- in a world with out fences, who needs gates. CentOS GNU/Linux 6.7 tc,hago. g . ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
On 03/06/16 22:15, Richard wrote: <<>> > "shell" is a yum command, invoked as shown below. I don't believe > there is any program called "yum-shell" (even though that is the man > page reference). > >shell Is used to enter the 'yum shell', when a filename is >specified the contents of that file is executed in >yum shell mode. See yum-shell(8) for more info. > >SYNOPSIS >yum shell [filename] > > The contents of the file need to be standard yum-acceptable lines. > I.e., the lines of a package list would need to be edited to include > "install " and/or input continuation characters, etc. > -- ok. so how about; yum shell install < pkginstalllist.file -- peace out. If Bill Gates got a dime for every time Windows crashes... ...oh, wait. He does. THAT explains it! -+- in a world with out fences, who needs gates. CentOS GNU/Linux 6.7 tc,hago. g . ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
> Date: Sunday, March 06, 2016 22:25:55 -0600 > From: g > > On 03/06/16 22:15, Richard wrote: > <<>> > >> "shell" is a yum command, invoked as shown below. I don't believe >> there is any program called "yum-shell" (even though that is the >> man page reference). >> >>shell Is used to enter the 'yum shell', when a filename is >>specified the contents of that file is executed in >>yum shell mode. See yum-shell(8) for more info. >> >>SYNOPSIS >>yum shell [filename] >> >> The contents of the file need to be standard yum-acceptable lines. >> I.e., the lines of a package list would need to be edited to >> include "install " and/or input continuation characters, etc. >> > -- > > ok. so how about; > > yum shell install < pkginstalllist.file I suspect not. However, yum shell pkginstalllist.file where you have prepended "install " to each line (and I believe added "run" at the end) of that file would seem to be likely to work. A simple vi or perl search/replace edit/one-line script should get you the input file you need. Since you have an interest in this I'll let you read the man page and do the experimenting. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Run Now no longer works in Messages Filters of Thunderbird 38.6
On 03/06/16 13:52, Bernard Lheureux wrote: > Hi all, > > Since the last update of Thunderbird to 38.6, the button 'Run Now' of > the 'Mail Filters' option is no longer effective and appears always > grayed in my CentOS 7... > Anybody has the same behavior ? > -- with thunderbird 38.6.0 and previous, looking at 'Message Filters' window, only time i see [Run Now] grayed is when "Filters for:" is a folder that does not hold emails. ie, 'Local Folders' and 'news..xxx'. -- peace out. If Bill Gates got a dime for every time Windows crashes... ...oh, wait. He does. THAT explains it! -+- in a world with out fences, who needs gates. CentOS GNU/Linux 6.7 tc,hago. g . ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 6.7 netinstall fails at insert cd to continue
On 3/6/2016 8:25 PM, g wrote: ok. so how about; yum shell install < pkginstalllist.file yum install $(cat pkginstallist.file) or yum install `cat pkginstallist.file` should work unless that list is stupid long. -- john r pierce, recycling bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos