SL7.7 [if: Expression Syntax.] in csh/tcsh login problem [Re: Scientific Linux 7.7 now released

2019-08-27 Thread Takashi ichihara

Hi All,

After updating to SL7.7, following problem (reported in bugzilla)

https://urldefense.proofpoint.com/v2/url?u=https-3A__bugzilla.redhat.com_show-5Fbug.cgi-3Fid-3D1738491=DwICaQ=gRgGjJ3BkIsb5y6s49QqsA=gd8BzeSQcySVxr0gDWSEbN-P-pgDXkdyCtaMqdCgPPdW1cyL5RIpaIYrCn8C5x2A=z8sHr9XXYVKuNdMFsZ_tinHPT_yVioovjyt2w7NVrvc=RVfId1C1-WknXTes5YrVdi2Wpht9kZV0dR5IrpUjWqw= 


occurred in the login:

> When a user with csh/tcsh as default shell logs in they get the following 
message:
>
> if: Expression Syntax.
>
> The users own profile isn't parsed

Temporary workaround is already described in the bugzilla above:

rpm -Uvh https://urldefense.proofpoint.com/v2/url?u=https-3A__jgrulich.fedorapeople.org_kde-2Dsettings_kde-2Dsettings-2D19-2D23.10.el7.noarch.rpm=DwICaQ=gRgGjJ3BkIsb5y6s49QqsA=gd8BzeSQcySVxr0gDWSEbN-P-pgDXkdyCtaMqdCgPPdW1cyL5RIpaIYrCn8C5x2A=z8sHr9XXYVKuNdMFsZ_tinHPT_yVioovjyt2w7NVrvc=dJqKO9o8xM6JpzG0VaoNL4sh2G9bNl6HBsrJ8l2VnXA= 


---
[SL7.7]$ diff /etc/profile.d/kde.csh /etc/profile.d/kde.csh.org20190806
25,26c25,26
< if ( ! -d "${HOME}/.local/share" && -w "${HOME}" ) then
<   mkdir -p "${HOME}/.local/share"
---
> if [ ! -d ${HOME}/.local/share -a -w ${HOME} ] then
> mkdir -p ${HOME}/.local/share
--

Best Regards,
Takashi Ichihara


Re: SL 7.7 update

2019-08-27 Thread Bill Maidment

On 27/08/2019 9:49 pm, John Pilkington wrote:

I have 7.7 running.  Part of the update went ahead with --skip-broken,
but qt5-webkit (epel) and libreport-rhel-anaconda-bugzilla still
caused problems.

qt5-webkit from epel-testing pulled in others of the family, and I
don't see the libreport-rhel-anaconda-bugzilla package in the repos I
use, so I erased it.

HTH,

John P


One of my servers had the libreport error, but I did yum remove 
libreport-rhel-anaconda-bugzilla to resolve it.

I think the new version did not have rhel in the name.

--
Cheers
Bill


Re: [SCIENTIFIC-LINUX-USERS] Yum update problem

2019-08-27 Thread jdowjunkm...@earthlink.net

On 20190819 06:00:03, Pat Riehecky wrote:

Hello,

I believe xorgxrdp is coming from EPEL, which is built against the 7.7 errata.

I've got the 7.7 security errata staged up in sl-testing.  It is scheduled for 
release next week.


Pat

On 8/18/19 8:39 PM, jdowjunkm...@earthlink.net wrote:

/etc/cron.daily/0yum-daily.cron:

Failed to check for updates with the following error message:
Failed to build transaction: xorgxrdp-0.2.10-4.el7.x86_64 requires 
xorg-x11-server-Xorg(x86-64) = 1.20.4



{^_^} Joanne



Still hung up in testing?
{^_^}


SL 7.7 update

2019-08-27 Thread John Pilkington
I have 7.7 running.  Part of the update went ahead with --skip-broken, 
but qt5-webkit (epel) and libreport-rhel-anaconda-bugzilla still caused 
problems.


qt5-webkit from epel-testing pulled in others of the family, and I don't 
see the libreport-rhel-anaconda-bugzilla package in the repos I use, so 
I erased it.


HTH,

John P