Re: [CentOS] ThinkStation with BIOS RAID and disk error messages in gparted
> My ThinkStation runs CentOS 7 which I installed on a BIOS RAID 0 setup > with two identical 256 Gb SSDs after removing Windows. It runs fine but I > just discovered in gparted something that does not seem right: > > - Launching gparted it complains "invalid argument during seek for red on > /dev/md126" and when I click on Ignore I get another error "The backup GPT > table is corrupt, but the primary appears OK, so that will be used." I > then click on OK whereupon I again see the second error message. I then > see "Not all of the space available to /dev/sdb appears to be used, you > can fix the GPT to use all of the space (an extra 6832 blocks) or continue > with the current setting? " I click on Fix but nothing seems to happen. I > am not sure what /dev/md126 is but it is the exact same size as sda and > sdb which I believe are the two RAID disks. I also have two other hard > disks which seem to be fine, one using XFS, the other ZFS. > > Does this look familiar to anyone? Given the error messages it seems this > is something I ought to fix sooner rather than later. Any idea what I > should do? I'm a bit confused what you have here. Did you mix pseudo hardware RAID (BIOS RAID 0) with software RAID here? Because /dev/md126 clearly is part of a software RAID. Regards, Simon ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Firefox 78 under CentOS 6 -- no sound?
Peter wrote: > > What confuses me here is why would Red Hat rebase a package so close to > EOL. Now that they have they're stuck with either leaving a severly > broken firefox or providing a fix less than 6 weeks before EOL. I > honestly don't know which way they'll go here but it just seems to me > like it was a very poor decision to rebase firefox in RHEL6 so close to > EOL to begin with. I'm guessing that as Firefox ESR 68 is now a year 'out-of-date' (and no longer supported by Mozilla), that they wanted to provide a more up to date version for those that want to continue using EL6 after its EOL ? Just a thought, has anyone checked that the Redhat RHEL 6 build of ESR 78 works or or not? i.e. could it be an issue just with the CentOS build ? James Pearson ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] ThinkStation with BIOS RAID and disk error messages in gparted
Once upon a time, Simon Matter said: > I'm a bit confused what you have here. Did you mix pseudo hardware RAID > (BIOS RAID 0) with software RAID here? Because /dev/md126 clearly is part > of a software RAID. IIRC the old dmraid support for motherboard RAID has been phased out, but mdraid has grown support for Intel (and maybe some other?) common motherboard RAID. So, /dev/md doesn't inherently mean "Linux software RAID" for a while now. -- Chris Adams ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] ThinkStation with BIOS RAID and disk error messages in gparted
On 10/23/2020 03:29 AM, Simon Matter wrote: >> My ThinkStation runs CentOS 7 which I installed on a BIOS RAID 0 setup >> with two identical 256 Gb SSDs after removing Windows. It runs fine but I >> just discovered in gparted something that does not seem right: >> >> - Launching gparted it complains "invalid argument during seek for red on >> /dev/md126" and when I click on Ignore I get another error "The backup GPT >> table is corrupt, but the primary appears OK, so that will be used." I >> then click on OK whereupon I again see the second error message. I then >> see "Not all of the space available to /dev/sdb appears to be used, you >> can fix the GPT to use all of the space (an extra 6832 blocks) or continue >> with the current setting? " I click on Fix but nothing seems to happen. I >> am not sure what /dev/md126 is but it is the exact same size as sda and >> sdb which I believe are the two RAID disks. I also have two other hard >> disks which seem to be fine, one using XFS, the other ZFS. >> >> Does this look familiar to anyone? Given the error messages it seems this >> is something I ought to fix sooner rather than later. Any idea what I >> should do? > I'm a bit confused what you have here. Did you mix pseudo hardware RAID > (BIOS RAID 0) with software RAID here? Because /dev/md126 clearly is part > of a software RAID. > > Regards, > Simon > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos Not that I know of but how do I check my configuration? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] Apache HTTPD not picking up environment variables.
I'm trying to install DB2 on a CentOS 7 server. The problem I'm seeing is that the Apache httpd server fails to pick up the db2 environment variables. On an older version running under CentOS 5 this was done by inserting the following lines into the httpd start script in /etc/sysconfig/httpd: if test -f /db2home/db2inst1/sqllib/db2profile; then . /db2home/db2inst1/sqllib/db2profile fi Under CentOS 7's systemctl system this no longer works. I need a clue as to where to start looking for where to put this so it will be sourced when the Apache server starts. I have googled this and can find nothing relevant. I even did a "find / -name httpd -print" and didn't find anything looking promising. Thanks for your help Harold ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] Missing the old sytle gnome-software in CentOS 8 -- help!
Hello folks -- I recently got a new laptop and installed CentOS8 on it. Yes, it's a learning curve. What I am really upset/disappointed with is the "new" gnome-software application. It doesn't provide nearly the functionaility of the older gnome 3.28 app. Yes, I do know how to list EVERYTHING via the command line but the ease of listing files etc associated with a packages is now gone. Any ideas on a different app, plugins, extensions greatly appreciated. Thanks for any help. -- "DO or DO NOT; there is no try." -- Yoda Kay ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Firefox 78 under CentOS 6 -- no sound?
On Fri, 23 Oct 2020 at 05:19, James Pearson wrote: > Peter wrote: > > > > What confuses me here is why would Red Hat rebase a package so close to > > EOL. Now that they have they're stuck with either leaving a severly > > broken firefox or providing a fix less than 6 weeks before EOL. I > > honestly don't know which way they'll go here but it just seems to me > > like it was a very poor decision to rebase firefox in RHEL6 so close to > > EOL to begin with. > > I'm guessing that as Firefox ESR 68 is now a year 'out-of-date' (and no > longer supported by Mozilla), that they wanted to provide a more up to date > version for those that want to continue using EL6 after its EOL ? > > Just a thought, has anyone checked that the Redhat RHEL 6 build of ESR 78 > works or or not? i.e. could it be an issue just with the CentOS build ? > > Someone reported up thread that the RHEL-6 version of ESR78 does not have working sound either. The main issue is that it is hard to debug this just from emails. I would need to get a RHEL-6 system with ESR68 running from command line with debug turned on and look to see what it is talking to on sound. I would then need to do the same with ESR78 to see what it tries to talk to. My guesses is that the API/ABI that the application ESR78 expects the kernel/glibc/etc sound system that GNOME/KDE/kernel etc moved to in the 3.x services and the older 2.6 was deprecated and removed. This would then take someone going through the code changes between 68 and 78 to see what and why it was removed and if it is possible to put back in. > James Pearson > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > -- Stephen J Smoogen. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Apache HTTPD not picking up environment variables.
On Fri, Oct 23, 2020 at 04:27:34PM +, Harold Pritchett wrote: > I'm trying to install DB2 on a CentOS 7 server. The problem I'm > seeing is that the Apache httpd server fails to pick up the db2 > environment variables. On an older version running under CentOS 5 > this was done by inserting the following lines into the httpd start > script in /etc/sysconfig/httpd: > > if test -f /db2home/db2inst1/sqllib/db2profile; then > . /db2home/db2inst1/sqllib/db2profile > fi > > Under CentOS 7's systemctl system this no longer works. I need a > clue as to where to start looking for where to put this so it will > be sourced when the Apache server starts. I have googled this and > can find nothing relevant. I even did a "find / -name httpd -print" > and didn't find anything looking promising. In non-systemd systems, httpd was started by a shell script (/etc/rc.d/init.d/httpd) which sourced the file /etc/sysconfig/httpd, so you could embed shell code in the file and it would be evaluated. In systemd systems, the httpd.service unit has: EnvironmentFile=/etc/sysconfig/httpd For systemd units, setting this will cause the systemd unit to read in the file for variables, but it ignores anything that isn't a simple 'foo=bar' syntax. It doesn't evaluate shell scripts. HOWEVER, the logic of your shell script is something that can be supported by systemd units. You can say: EnvironmentFile=-/db2home/db2inst1/sqllib/db2profile and it will only try to source that file for variables if it exists. So, what you should do is create a directory and file within it called: /etc/systemd/system/httpd.service.d/override.conf With these two lines in it: [Service] EnvironmentFile=-/db2home/db2inst1/sqllib/db2profile Then run (as root) 'systemctl daemon-reload', and it should conditionally load the environment variables on startup from that file if the file exists. This assumes that /db2home/db2inst1/sqllib/db2profile doesn't have more shell syntax in it, of course. See for more details: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile= -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Apache HTTPD not picking up environment variables.
Thank you very much. That did it! Hal -Original Message- From: CentOS On Behalf Of Jonathan Billings Sent: Friday, October 23, 2020 1:06 PM To: CentOS mailing list Subject: Re: [CentOS] Apache HTTPD not picking up environment variables. [EXTERNAL SENDER - PROCEED CAUTIOUSLY] On Fri, Oct 23, 2020 at 04:27:34PM +, Harold Pritchett wrote: > I'm trying to install DB2 on a CentOS 7 server. The problem I'm > seeing is that the Apache httpd server fails to pick up the db2 > environment variables. On an older version running under CentOS 5 > this was done by inserting the following lines into the httpd start > script in /etc/sysconfig/httpd: > > if test -f /db2home/db2inst1/sqllib/db2profile; then > . /db2home/db2inst1/sqllib/db2profile > fi > > Under CentOS 7's systemctl system this no longer works. I need a clue > as to where to start looking for where to put this so it will be > sourced when the Apache server starts. I have googled this and can > find nothing relevant. I even did a "find / -name httpd -print" > and didn't find anything looking promising. In non-systemd systems, httpd was started by a shell script (/etc/rc.d/init.d/httpd) which sourced the file /etc/sysconfig/httpd, so you could embed shell code in the file and it would be evaluated. In systemd systems, the httpd.service unit has: EnvironmentFile=/etc/sysconfig/httpd For systemd units, setting this will cause the systemd unit to read in the file for variables, but it ignores anything that isn't a simple 'foo=bar' syntax. It doesn't evaluate shell scripts. HOWEVER, the logic of your shell script is something that can be supported by systemd units. You can say: EnvironmentFile=-/db2home/db2inst1/sqllib/db2profile and it will only try to source that file for variables if it exists. So, what you should do is create a directory and file within it called: /etc/systemd/system/httpd.service.d/override.conf With these two lines in it: [Service] EnvironmentFile=-/db2home/db2inst1/sqllib/db2profile Then run (as root) 'systemctl daemon-reload', and it should conditionally load the environment variables on startup from that file if the file exists. This assumes that /db2home/db2inst1/sqllib/db2profile doesn't have more shell syntax in it, of course. See for more details: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile= -- Jonathan Billings ___ 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] Firefox 78 under CentOS 6 -- no sound?
Am 23.10.20 um 11:18 schrieb James Pearson: Peter wrote: What confuses me here is why would Red Hat rebase a package so close to EOL. Now that they have they're stuck with either leaving a severly broken firefox or providing a fix less than 6 weeks before EOL. I honestly don't know which way they'll go here but it just seems to me like it was a very poor decision to rebase firefox in RHEL6 so close to EOL to begin with. I'm guessing that as Firefox ESR 68 is now a year 'out-of-date' (and no longer supported by Mozilla), that they wanted to provide a more up to date version for those that want to continue using EL6 after its EOL ? Mozilla released version 68.12.0, on August 25, 2020 -> https://www.mozilla.org/en-US/firefox/68.12.0/releasenotes/ RH has an ELS phase - if it gets fixed then only for paying customers. -- Leon ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Cuentos live cd
Hi list, sorry about my autocomplete. I asked about any documentation on build a centos livecd with my custome utities and applications. On Saturday, October 17, 2020, Leonardo Cuyar Morales wrote: > If there any guide / howto yo Bulls a vernos live cd? > > -- > Imagination is more important than knowledge > -- Imagination is more important than knowledge ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Missing the old sytle gnome-software in CentOS 8 -- help!
Hello again... After more searching today, I think gnome-packagekit will do what I need/want. Bye for now... On 10/23/20 9:49 AM, Kay Schenk wrote: Hello folks -- I recently got a new laptop and installed CentOS8 on it. Yes, it's a learning curve. What I am really upset/disappointed with is the "new" gnome-software application. It doesn't provide nearly the functionaility of the older gnome 3.28 app. Yes, I do know how to list EVERYTHING via the command line but the ease of listing files etc associated with a packages is now gone. Any ideas on a different app, plugins, extensions greatly appreciated. Thanks for any help. -- "DO or DO NOT; there is no try." -- Yoda Kay -- "DO or DO NOT; there is no try." -- Yoda Kay ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos