Installing VSFTPD

2019-09-19 Thread Jake Anderson
Hi

I don't have vsftpd.conf in my redhat 8.1 /etc/

Is it possible to install seperately ?

Jake

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390


Re: Yum update fails for redhat 8

2019-09-19 Thread Stephen John Smoogen
On Wed, 18 Sep 2019 at 23:50, Peter  wrote:
>
> Hi
>
> I have built the Linux 8.1 and when I try to do yum update it fails and not
> sure if I have missed anything here. We are licensed to use .
>
> df -h
>
> FilesystemSize  Used Avail Use% Mounted on
>
> devtmpfs  986M 0  986M   0% /dev
>
> tmpfs1000M 0 1000M   0% /dev/shm
>
> tmpfs1000M  8.3M  991M   1% /run
>
> tmpfs1000M 0 1000M   0% /sys/fs/cgroup
>
> /dev/mapper/rhel_petlnx-root  4.5G  1.6G  3.0G  35% /
>
> /dev/dasda1  1015M  109M  906M  11% /boot
>
> tmpfs 200M 0  200M   0% /run/user/0
>
> /dev/mapper/vgdata-lvdata 6.9G  4.8G  2.2G  69% /var/ftp/pub
>
> /dev/loop04.7G  4.7G 0 100% /var/ftp/pub/rhel81
>
>
>
>
>
>
>
> cat /etc/yum.repos.d/dvd.repo
>
> [DVD]
>
> name=RHEL8.1 DVD ISO
>
> baseurl=file:///var/ftp/pub/rhel81/
>
> enable=1
>
> gpgcheck=1
>
>

This won't work for RHEL8 because there are 2 repositories which need
to be looked at: AppStream and BaseOS

You will need something like

[DVD-AppStream]
name=RHEL8.1 DVD Appstream
baseurl=file:///var/ftp/pub/rhel81/AppStream
enable=1
gpgcheck=1

[DVD-BaseOS]
name=RHEL8.1 DVD BaseOS
baseurl=file:///var/ftp/pub/rhel81/BaseOS
enable=1
gpgcheck=1




--
Stephen J Smoogen.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390


How Linux came to the mainframe

2019-09-19 Thread Neale Ferguson
Nothing particularly revealing or new but it's written by a Lintel person so 
it's an interesting perspective:

https://opensource.com/article/19/9/linux-mainframes-part-1
https://opensource.com/article/19/9/linux-mainframes-part-2

Neale


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390