Re: [CentOS] Missing Quote from latest Update

2020-06-16 Thread John Pierce
matching `"' > > /etc/sysconfig/network-scripts/ifcfg-eno1: line 22: syntax error: > unexpected end of file... > um, what does your /etc/sysconfig/network-scripts/ifcfg-eno1 file look like ? -- -john r pierce recycling used bits in santa cruz

Re: [CentOS] Upgrade to 8.2 from 7.8

2020-06-16 Thread Stephen John Smoogen
On Tue, 16 Jun 2020 at 14:08, Jerry Geis wrote: > > So now that 8 is out - is it still "frowned" upon to do that in place > update ? > Is that not a good / valid solution ? It really isn't a good solution without a lot of hand work. It can be done but the person doing the updates needs to figure

Re: [CentOS] Centos7 and Vlan

2020-06-16 Thread John Pierce
Did you setup outbound NAT for both vlans via iptables? Policy routing to multiple wan interfaces is a bit tricky,. It's been years since I did it, what I remember was using ip rules to categorize and tag the traffic, then alternate named ip route tables to direct the different tags at different

Re: [CentOS] Apache (httpd) fails to start at boot - Centos 8.1

2020-06-16 Thread John Pierce
Just a wild guess, but it sounds like Apache is being started before the network is online.Is this host simple static Ethernet or DHCP, or is it something more complicated like WiFi? I believe you can set service dependencies with systemd, ideally your apache service isn't started before the

Re: [CentOS] /etc/networks file

2020-06-15 Thread John Pierce
On Mon, Jun 15, 2020 at 4:39 AM Stephen John Smoogen wrote: > > This is an archaic file which is equivalent to /etc/hosts and can be used > by various network tools instead of DNS. > https://linux-audit.com/the-purpose-of-etc-networks/ > > Other than getent, this file seem

Re: [CentOS-virt] very low performance of Xen guests

2020-06-15 Thread Stephen John Smoogen
On Sun, 14 Jun 2020 at 14:49, Manuel Wolfshant wrote: > Hello > > > For the past months I've been testing upgrading my Xen hosts to CentOS > 7 and I face an issue for which I need your help to solve. > > The testing machines are IBM blades, model H21 and H21XM. Initial > tests were

Re: [CentOS] /etc/networks file

2020-06-15 Thread Stephen John Smoogen
On Sun, 14 Jun 2020 at 19:55, Jay Hart wrote: > I am having some network connectivity issues that manifest itself through > ping, wget, dnf, etc. > The symptoms are intermittent ability to ping, was wget, or connect to > repositories. > > Where this inquiry is going is: If your internal network

Re: [CentOS] halt versus shutdown

2020-06-14 Thread John Pierce
D 4.3 (that ran on VAXen) man pages say largely similar things: > > > https://www.freebsd.org/cgi/man.cgi?query=halt=0=0=4.3BSD+Reno=default=html > > ok, so it does a sync then hard halts, but it doesn't gracefully exit services, or unmount file systems. -- -john r pierce recycling u

Re: [CentOS] halt versus shutdown

2020-06-14 Thread John Pierce
cleanup or file system umounting or anything. Early SunOS (pre-Solaris) was like this, too. -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] halt versus shutdown

2020-06-14 Thread John Pierce
On Sun, Jun 14, 2020 at 4:32 PM Leon Fauster via CentOS wrote: > Working with different OSs can be quite challenging (mentally :-)). > > I wonder why the command "halt" has not same result between EL6 and EL8. > > To shutdown the vm or workstation in EL8 i must use "shutdown now". > fwiw, i've

Re: [CentOS] firewalld / iptables / nftables

2020-06-09 Thread Stephen John Smoogen
On Tue, 9 Jun 2020 at 08:19, Leon Fauster via CentOS wrote: > Despite that the migration of our applications comes with a significant > workload. It seems that also every aspect of common services had changed > with EL8. > > In EL8 firewalld uses nftables as backend. I wonder why iptables does >

Re: [CentOS] Postfix restrictions

2020-06-08 Thread John Pierce
need a backup server at all. On Mon, Jun 8, 2020 at 7:57 PM Jon LaBadie wrote: > On Sun, Jun 07, 2020 at 05:53:28AM -0700, John Pierce wrote: > > On Sun, Jun 7, 2020, 2:47 AM Nicolas Kovacs wrote: > > > > > > > > My aim is simply to eliminate as much

Re: [CentOS] Postfix restrictions

2020-06-07 Thread John Pierce
On Sun, Jun 7, 2020, 2:47 AM Nicolas Kovacs wrote: > > My aim is simply to eliminate as much spam as possible (that is, before > adding > SpamAssassin) while keeping false positives to a minimum. > The one thing that stopped the most spam on my last mailserver was greylisting. Any mta

Re: [CentOS] yum/dnf diff

2020-06-05 Thread John Pierce
change for the rpm. > > That's quite handy! But not what I'm looking for. I'm trying to figure > out what edits I made to my config files. > > > don't most packages create a .rpmnew file if you've modified the previous package file ? -- -

Re: [CentOS] Logitech webcam for use with CentOS 7

2020-06-03 Thread John Pierce
I've used those with Windows w zoom with excellent results... They don't require any special driver's so probably work w Linux as is On Wed, Jun 3, 2020, 4:29 PM H wrote: > I am thinking of buying a Logitech C920S Pro HD or C922 webcam for the > necessary video conferencing. > > Is anyone

Re: [CentOS] Help needed for installing MT7601U Linux driver

2020-06-02 Thread John Pierce
and Kernel source to install also I had to > manually load the modules rt2800usb.So if anyone have any suggestion > please let me know. > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/cento

Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Stephen John Smoogen
On Tue, 2 Jun 2020 at 06:39, Jerry Geis wrote: > Hello. I desire to get bridge network working using virt-manager. > Centos 7 and centos 7 guest. > > From researching I think I need to have a ifcfg-br0 file like this ? > > cat ifcfg-br0 > DEVICE=nm-bridge0 > STP=no > TYPE=Bridge > BOOTPROTO=none

Re: [CentOS] user names

2020-06-01 Thread Stephen John Smoogen
On Mon, 1 Jun 2020 at 13:13, Jerry Geis wrote: > How can I define a local use with "@" in the name > > useradd "bob@myname" gives error. > > I "need" to have the @ sign in the name -is that possible. Silly reason - > the system I am trying to send emails to the linux server has a bug. I'm >

Re: [CentOS] ip6tables equivalent for NAT?

2020-05-26 Thread John Pierce
anket authorize all UDP. ICMPv6, > maybe, to allow traceroutes. Unless that's also handled by the tracking > system. > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos >

Re: [CentOS] ip6tables equivalent for NAT?

2020-05-26 Thread John Pierce
> > I don't currently need port-forwarding to internal servers but, for > completeness, what would such rules look like? > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinf

Re: [CentOS] ether-wake

2020-05-17 Thread John Pierce
The WoL magic packet is only scanned for the string above, and not actually parsed by a full protocol stack, it could be sent as any network- and transport-layer protocol, although it is typically sent as a UDP datagram

Re: [CentOS] Stuck Centos 7 to 8 upgrade

2020-05-16 Thread Stephen John Smoogen
On Sat, 16 May 2020 at 13:39, Frank M. Ramaekers Jr. wrote: > Four problems below: > > # dnf -y groupupdate "Core" "Minimal Install" > bintray-tvheadend-stable 0.0 B/s | 0 B 00:00 > Failed to synchronize cache for repo 'bintray-tvheadend-stable', > ignoring this repo. > > CentOS 7 can't

Re: [CentOS] Monitoring network traffic to a host

2020-05-12 Thread John Pierce
file in 'recent' is The Irishman, also MP4 x.265 1080p, no subtitles, english-only 5.1 AAC audio, 4.1GB for 3:29 long, thats only 335kByte/sec, or about 3Mbit/sec, heck you could play that on 10baseT -- -john r pierce recycling used bits in santa cruz ___ Cent

Re: [CentOS] no images from www.imdb.com

2020-05-12 Thread John Pierce
FWIW, many/most of the images on IMDB seem to come from https://m.media-amazon.com/images and such... -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] DND Issues in Gnome (GTK3 regression)

2020-05-11 Thread John Hodrien
On Fri, 8 May 2020, Leon Fauster via CentOS wrote: Does someone uses EL8 as a workstation (GUI) here? As a daily desktop, yes. This bug is super annoying https://bugzilla.redhat.com/show_bug.cgi?id=1808900 and it seems not to get addressed in the current branch. How could a developer

Re: [CentOS] Understanding VDO vs ZFS

2020-05-04 Thread John Pierce
over the several years this was running involved the Windows rsync client needing a PID file deleted after an unexpected reboot. -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org

Re: [CentOS] nodejs version 14

2020-04-22 Thread John Pierce
er that : > yum -y install nodejs > ---> Package nodejs.x86_64 2:12.16.2-1nodesource will be installed > --> Finished Dependency Resolution > > You can see its installing the OLD Version 12. not the 14. ??? Why ? > (this errors actually) > ask "nodesource", the cen

Re: [CentOS] CentOOS 8 and libuv

2020-04-20 Thread Stephen John Smoogen
On Mon, 20 Apr 2020 at 15:26, Adrian van Bloois wrote: > Hi all, > Why is libuv-devel missing in CentOS-8? > The rpm for libuv is preset but libuv-devel is not there. > > upstream does not ship them in either Base, AppStream, or CodeReadyBuilder. CentOS has recently added a Devel repository to

Re: [CentOS] Samba Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE SessSetup = -13

2020-04-14 Thread John Pierce
Unix to unix within a data center, I prefer NFS On Tue, Apr 14, 2020, 10:29 PM Ralf Prengel wrote: > > Zitat von John Pierce : > > > Mount.smb is way down-rev. It doesn't support the newer smb options > > Hallo, > thanks for the fast answer. > What would be the ri

Re: [CentOS] Samba Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE SessSetup = -13

2020-04-14 Thread John Pierce
Mount.smb is way down-rev. It doesn't support the newer smb options On Tue, Apr 14, 2020, 9:46 PM Ralf Prengel wrote: > > Hallo, > perhaps someone hat a hint vor me. > My centos 7 samba Server ist working fine using Win10 Clienst with > Domaine-Integration. > Shares are browseable and

Re: [CentOS] CentOS 8 NIS

2020-04-12 Thread John Pierce
rg/docs/389ds/download.html. > > Thank you for the useful reply. > > It appears that they just pasted a new name on an old horse. It's still > LDAP. > > yes, its the standardized LDAP protocol... it is, however, a completely different implementation, so no, its not OpenLDAP, which is

Re: [CentOS] CentOS 7 : broken dependencies

2020-04-09 Thread Stephen John Smoogen
On Thu, 9 Apr 2020 at 09:34, Simon Matter wrote: > > On Thu, 9 Apr 2020 at 08:40, Simon Matter via CentOS > > wrote: > > > >> > On Thu, Apr 09, 2020 at 11:06:45AM +0200, Nicolas Kovacs wrote: > >> >> Which leads me to the more general question of: enable CR on a > >> >> production > >> >>

Re: [CentOS] CentOS 7 : broken dependencies

2020-04-09 Thread Stephen John Smoogen
On Thu, 9 Apr 2020 at 08:40, Simon Matter via CentOS wrote: > > On Thu, Apr 09, 2020 at 11:06:45AM +0200, Nicolas Kovacs wrote: > >> Which leads me to the more general question of: enable CR on a > >> production > >> server, yes or no? > > > > Not on production. Only for testing. > > I'm not

Re: [CentOS] CentOS 8 CD Ripper

2020-04-09 Thread Stephen John Smoogen
On Wed, 8 Apr 2020 at 20:40, Mark LaPierre wrote: > Hey all, > > Does anyone know of a CD ripper that will work with CentOS 8? I've > found a great many that will work CentOS 6 and 7 but nothing that will > build for CentOS 8. > Could you give the list of the ones you found that didn't work

Re: [CentOS] CentOS 8 NIS

2020-04-08 Thread John Pierce
, and only really suitable on a network where everyone trusts everything attached to the network, that world simply doesn't exist anymore. -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Upgrade from Centos 7 to Centos 8

2020-04-08 Thread John Pierce
Huh?I did remote installs all the time at my last $job.It's easiest if it's either a VM or a physical server with IPMI On Wed, Apr 8, 2020, 9:57 AM Stefano Simonucci < stefanosimonucci@alice.it> wrote: > OK. I understand. Unfortunately the server has been assigned to me > remotely

Re: [CentOS] RHEL 7.8 is out

2020-04-07 Thread Stephen John Smoogen
On Tue, 7 Apr 2020 at 08:12, Phelps, Matthew wrote: > This is not your usual "so when is CO 7.8. coming out?" posts. > > I'm just curious if the CentOS team is affected by our current world > conditions, or is work-from-home modus operandi for the team? > > Work from home is and has been the

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Stephen John Smoogen
On Mon, 6 Apr 2020 at 06:59, Tobias Kirchhofer wrote: > On 6 Apr 2020, at 12:21, Stephen John Smoogen wrote: > > > On Mon, 6 Apr 2020 at 04:16, Tobias Kirchhofer > > wrote: > > > >> On 5 Apr 2020, at 21:20, Tobias Kirchhofer wrote: > >> > >>&

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Stephen John Smoogen
On Mon, 6 Apr 2020 at 04:16, Tobias Kirchhofer wrote: > On 5 Apr 2020, at 21:20, Tobias Kirchhofer wrote: > > we experience difficulties with crond behaviour sending mail since > CentOS 8.1. The cron job is the same like we used in CentOS 7. > > > > Meanwhile we found the reason for

Re: [CentOS] Mostly better: new C7

2020-04-03 Thread Stephen John Smoogen
On Fri, 3 Apr 2020 at 15:47, mark wrote: > Well, I gave up, and reinstalled C7. This time, I realized I needed to > make a software choice before the install, and did so. > > My install, yesterday, was a minimal. Silly me, yesterday, after that, I > did a groupinstall of KDE Plasma Workspaces...

Re: [CentOS] C8 and backup solution

2020-04-03 Thread John Pierce
nder busy 8K block random write workloads now, ZFS does snapshots very nicely -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] C8 and backup solution

2020-04-03 Thread John Pierce
Do note, backup systems that use rsync or similar file by file copies of a running system do not make coherent atomic snapshots, so things like relational databases should be excluded from those, and backed by database tools ___ CentOS mailing list

Re: [CentOS] centos 6 vs 7

2020-03-31 Thread Stephen John Smoogen
On Tue, 31 Mar 2020 at 13:22, Divine Tanyingoh wrote: > Issue: After installing vms on vmware, I noticed a difference in behavior > between centos 6 vs 7. On centos 6 I cannot ping the hostname and get a > reply without first resolving in the /etc/hosts file by adding a new entry: > 192.168.0.47

Re: [CentOS] mlocate-updatedb.timer not working?

2020-03-31 Thread John Horne
cted. > Just going through my mail messages, and as a quick reply, if you run 'systemctl list-timers' it will show you when the timer last ran and when it is next due to run. No idea as to why yours seemed to stop then start. John. -- John Horne | Senior Operations Analyst | Technology and Inf

Re: [CentOS] CentOS 8 Gstreamer and Mplayer

2020-03-30 Thread John Pierce
On Mon, Mar 30, 2020 at 7:19 PM Mark LaPierre wrote: > > > Perhaps there's another repo like epel for CentOS 8 where these toys live? > > yes, rpmfusion is that repo. -- -john r pierce recycling used bits in santa cruz ___ Cent

Re: [CentOS] Some problems with Unbound under CentOS8

2020-03-30 Thread Stephen John Smoogen
gt; -- > Regards, > C. L. Martinez > > On 30/03/2020, 14:32, "CentOS on behalf of Stephen John Smoogen" < > centos-boun...@centos.org on behalf of smo...@gmail.com> wrote: > > On Mon, 30 Mar 2020 at 03:47, Carlos Lopez wrote: > > > Good morning,

Re: [CentOS] Some problems with Unbound under CentOS8

2020-03-30 Thread Stephen John Smoogen
On Mon, 30 Mar 2020 at 03:47, Carlos Lopez wrote: > Good morning, > > I have detected two strange problems with unbound under CentOS8 (fully > patched). I have tried same configuration in an OpenBSD host, and these > problems do not appear. > > a/ Error mesage “connection refused”. I am using

Re: [CentOS] CentOS 8 Gstreamer and Mplayer

2020-03-30 Thread John Pierce
On Mon, Mar 30, 2020 at 3:16 AM Bob Marcan wrote: > vlc centos 8 > yeah, I dig VLC, I use it on multiple platforms, and it consistently seems to be able to play everything without any nonsense. Looks like rpmfusion is the distro of choice for it on Centos/rhel 8 -- -john r

Re: [CentOS] directfb on CentOS 7

2020-03-27 Thread John Pierce
On Fri, Mar 27, 2020 at 11:38 AM Jerry Geis wrote: > I have another package (baresip) that needs "directfb". > good luck.per https://www.phoronix.com/scan.php?page=news_item=DirectFB-2017-Dormant directFB project has gone dormant and awol, its websites vanished. --

Re: [CentOS] signing modules

2020-03-16 Thread Stephen John Smoogen
On Mon, 16 Mar 2020 at 12:43, Jerry Geis wrote: > >You need to turn off secure booting - you can still boot using UEFI, > >but if secure booting is turned on the kernel doesn't allow unsigned > >modules. > > Thanks - so is that command line to run ? Config file to edit ? > > secure boot is in

Re: [CentOS] CentOS rpm versioning

2020-03-16 Thread Stephen John Smoogen
On Mon, 16 Mar 2020 at 12:17, koka miptpatriot wrote: > Hello > > Clair vulnerability scanner considers the latest version of CentOS mariadb > vulnerable, because of RHSA-2019:3708 > It states, that mariadb must be updated at least to the version > "10.3.17-1.module+el8.1.0+3974+90eded84".

Re: [CentOS] Software gone AWOL...

2020-03-12 Thread Stephen John Smoogen
On Thu, 12 Mar 2020 at 15:17, Robert Heller wrote: > I am moving from a CentOS 6 VM to a CentOS 7 VM and two pieces of software > I > use seem to be missing: > > RT (from Best Practical Solutions) -- an RPM for rt 3.1.13 was in >EPel 6 and until recently, was also in EPel 7. It is not

Re: [CentOS] System Time

2020-03-09 Thread Stephen John Smoogen
On Sun, 8 Mar 2020 at 14:01, Chris Olson via CentOS wrote: > A few years ago, one of our interns was curious about system > time keeping features in computer systems. This intern was > also the proud owner of an inexpensive Radio-Controlled Clock. > The intern wondered why computer motherboards

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Stephen John Smoogen
On Thu, 5 Mar 2020 at 12:04, Jerry Geis wrote: > C7: lspci | grep VGA > > 00:02.0 VGA compatible controller: Intel Corporation Device 3185 (rev 03) > grep Driver /var/log/Xorg.0.log > [24.374] (**) | |-->Device "Intel Graphics" > [24.610] (II) intel: Driver for Intel(R) Integrated

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Stephen John Smoogen
On Wed, 4 Mar 2020 at 16:28, Jerry Geis wrote: > I found this site > https://www.linux-hardware.org/index.php?id=pci:8086-3185-8086-2212 > Says the Intel UHD 605 graphics chip is supported in kernel > 4.11 > > centos 8 comes with 4.18 but I am not getting X on CentOS 8 with this chip. > > When I

Re: [CentOS] Encrypted container on CentOS VPS

2020-02-29 Thread Stephen John Smoogen
On Sat, 29 Feb 2020 at 13:22, H wrote: > On 02/25/2020 12:44 AM, H wrote: > > On 02/24/2020 05:02 PM, Valeri Galtsev wrote: > >> > >> On 2020-02-24 15:57, H wrote: > >>> On 02/24/2020 12:42 PM, Roberto Ragusa wrote: > On 2020-02-24 14:37, lejeczek via CentOS wrote: > > > > On

Re: [CentOS] Re-configuring BIND DNS Servers for CentOS Web Panel Web Hosting Control Panel on Amazon AWS Cloud

2020-02-27 Thread John Pierce
On Thu, Feb 27, 2020 at 6:40 AM Turritopsis Dohrnii Teo En Ming < teo.en.ming.feb9...@gmail.com> wrote: > Subject: Re-configuring BIND DNS Servers for CentOS Web Panel Web > Hosting Control Panel on Amazon AWS Cloud.. > please stop spamming this list with cPanel crap. --

Re: [CentOS] CentOS 7 : SELinux trouble with Fail2ban

2020-02-26 Thread Stephen John Smoogen
On Wed, 26 Feb 2020 at 14:06, Jonathan Billings wrote: > On Feb 26, 2020, at 08:52, Nicolas Kovacs wrote: > > > >> Le 26/02/2020 à 11:51, Nicolas Kovacs a écrit : > >> SELinux is preventing /usr/bin/python2.7 from read access on the file > disable. > >> * Plugin catchall (100. confidence)

Re: [CentOS] OwnCloud vs NextCloud

2020-02-22 Thread John Pierce
OwnCloud came first, but IIRC, when the business managers took it partially commercial, the original developer split and forked it to make NextCloud as he didn't like the OwnCloud policies [1] [1] https://karlitschek.de/2016/04/big-changes-i-am-leaving-owncloud-inc-today/ -- -john r pierce

Re: [CentOS] anybody runs HPE ProLiant DL385 Gen10 ?

2020-02-17 Thread John Pierce
https://lists.centos.org/mailman/listinfo/centos > -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] NetworkManager on servers

2020-02-13 Thread Stephen John Smoogen
On Thu, 13 Feb 2020 at 11:40, Nicolas Kovacs wrote: > Le 11/02/2020 à 14:11, Jonathan Billings a écrit : > > I've mentioned on this list countless times about how NetworkManager > > is actually pretty good for a general server. Automatic link > > detection and activation/deactivation, a

Re: [CentOS] CentOS 7, Fail2ban and SELinux

2020-02-13 Thread Stephen John Smoogen
On Thu, 13 Feb 2020 at 02:42, Nicolas Kovacs wrote: > Hi, > > I'm running CentOS 7 on an Internet-facing server. SELinux is in > permissive > mode for debugging. I've removed FirewallD and replaced it with a > custom-made > Iptables script. I've also installed and configured Fail2ban >

Re: [CentOS] NetworkManager on servers

2020-02-11 Thread Stephen John Smoogen
On Tue, 11 Feb 2020 at 08:17, Mauricio Tavares wrote: > On Tue, Feb 11, 2020 at 8:12 AM Jonathan Billings > wrote: > > > > On Tue, Feb 11, 2020 at 06:11:04AM +0100, Simon Matter via CentOS wrote: > > > Unfortunately, instead of fixing/refactoring the whole bash networking > > > script mess,

Re: [CentOS] NetworkManager on servers

2020-02-10 Thread Stephen John Smoogen
On Mon, 10 Feb 2020 at 02:55, Nicolas Kovacs wrote: > Hi, > > I'm currently reading the upstream "Considerations in adopting RHEL 8" > document. The chapter about networking states that traditional networking > scripts (shipped with the network-scripts package) are considered obsolete. > > I

Re: [CentOS] CentOS 7 : network interface renamed from eth0 to eth1 after reboot

2020-02-09 Thread Stephen John Smoogen
On Sun, 9 Feb 2020 at 13:51, Nicolas Kovacs wrote: > Le 09/02/2020 à 16:54, Alexander Dalloz a écrit : > > "Kernel always uses the ethX naming convention at boot when it > enumerates > > network devices. Due to parallelization, the order of the kernel > interface > > enumeration is expected to

Re: [CentOS] Kernel downgrade on Centos 8

2020-02-04 Thread John Pierce
> > Kernel 3.10 in C7 is way to old to reliably support the 4.18 based C8 > runtime. > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Switching from lokkit (iptables) to firewalld

2020-02-04 Thread Stephen John Smoogen
On Tue, 4 Feb 2020 at 05:37, Pete Biggs wrote: > On Mon, 2020-02-03 at 19:04 -0500, Jerry Geis wrote: > > Hi All, > > > > Over the last 20 some years I have a file with about 200K worth of > address > > that have "wrongly" tried to connect to my boxes running centos. So the > > file has one

Re: [CentOS] ntfs support

2020-02-01 Thread John Pierce
rather have a windows machine mount and serve it over SMB or whatever. -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8 lokkit

2020-01-31 Thread John Pierce
I think firewalld is the replacement.lokkit was pretty limited in capabilities. On Fri, Jan 31, 2020 at 10:19 AM Stephen John Smoogen wrote: > On Fri, 31 Jan 2020 at 12:36, Jerry Geis wrote: > > > hi All - > > > > I tried doing: > > yum provides "/usr/s

Re: [CentOS] CentOS 8 lokkit

2020-01-31 Thread Stephen John Smoogen
On Fri, 31 Jan 2020 at 12:36, Jerry Geis wrote: > hi All - > > I tried doing: > yum provides "/usr/sbin/lokkit" > on CentOS 8 and got No Matches found. > > Where can I get his for C8? > > As far as I know you can't. It was last supported in Fedora in F23 2015-03-02 and was removed in later

Re: [CentOS] Centos 7: UPD packet checksum verification?

2020-01-29 Thread Stephen John Smoogen
On Wed, 29 Jan 2020 at 08:16, hw wrote: > > On Wednesday, January 29, 2020 12:38:32 AM CET Stephen John Smoogen wrote: > > On Tue, 28 Jan 2020 at 15:56, hw wrote: > > > > For voice, that > > > > usually means a drop or other ugliness because it is assumed th

Re: [CentOS] Centos 7: UPD packet checksum verification?

2020-01-28 Thread Stephen John Smoogen
On Tue, 28 Jan 2020 at 15:56, hw wrote: > > > For voice, that > > usually means a drop or other ugliness because it is assumed that if > > the quality is too bad, the people would just call each other again. > > That's a funny idea. Phone calls just worked fine and were good quality 25 > years

Re: [CentOS] Centos 7: UPD packet checksum verification?

2020-01-28 Thread Stephen John Smoogen
On Sun, 26 Jan 2020 at 20:45, hw wrote: > > > I'm not sure I understand what you are asking. > > It is about VOIP calls via SRTP being interrupted at irregular intervals. The > intervals appear to depend on the time of day: Such phone calls can last for > a duration of about 5--25 minutes

Re: [CentOS] Twin HDMI

2020-01-17 Thread John Pierce
On Fri, Jan 17, 2020 at 8:53 AM Mark (Netbook) wrote: > I have an Intel NUC7PJYH running CentOS 6.8. This is a NUC with standard > USB, 1GbE and 2*HDMI. FWIW, that has a Pentium Silver J2005, which has Intel® UHD Graphics 605 thats fairly new stuff, and centos 6 is pretty old now. --

Re: [CentOS] Centos 8 and E1000 intel driver

2020-01-17 Thread John Pierce
there a way for me to add support for that on Centos > 8.1? Perhaps a driver in an RPM package? > > e1000 is Intel, not Broadcom. Broadcom drivers are generally BCM something, like bcm5700 -- -john r pierce recycling used bits in santa cruz

Re: [CentOS] After upgrade to CentOS 8.1 default gateway missing

2020-01-17 Thread Stephen John Smoogen
On Fri, 17 Jan 2020 at 07:37, Asle Ommundsen wrote: > > On Thu, 16 Jan 2020 15:34:43 +0100, Stephen John Smoogen > wrote: > > > On Thu, 16 Jan 2020 at 07:58, Asle Ommundsen > > wrote: > >> > >> Hi, > >> > >> Tonight I upgraded two C

Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-16 Thread Stephen John Smoogen
t of Physics and > Northern Illinois Center for Accelerator & Detector Development > DeKalb, IL 60115, USA > Tel: 815 753 6473, Web: http://www.physics.niu.edu/physics/ > > Argonne National Laboratory, Advanced Photon Source > Accelerator System Division > Lemont, IL 60439,

Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-16 Thread Stephen John Smoogen
On Thu, 16 Jan 2020 at 08:27, Philippe Piot wrote: > > Also just to be more specific I am running CentOS 8.1. So the issue I > encounter were after upgrading to 8.1. Thank you! -- Philippe. > > > On Thu, Jan 16, 2020 at 6:48 AM Philippe Piot wrote: > > > I am doing a dnf install

Re: [CentOS] After upgrade to CentOS 8.1 default gateway missing

2020-01-16 Thread Stephen John Smoogen
On Thu, 16 Jan 2020 at 07:58, Asle Ommundsen wrote: > > Hi, > > Tonight I upgraded two CentOS 8 boxes to CentOS 8.1 (1911). Then after a > reboot of the first server the network was unavailable. In IPMI console > everything except the network was looking good. Network was unreachable. > No errors

Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-16 Thread Stephen John Smoogen
On Thu, 16 Jan 2020 at 07:24, Philippe Piot wrote: > > Thanks, Stephen. Just for completeness, the repo I am currently pointing to > are > > [piot@paris opal]$ sudo dnf update > CentOS-8 - AppStream > 775 kB/s | 5.8 MB 00:07 > CentOS-8 - Base > 798

Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-16 Thread Stephen John Smoogen
On Wed, 15 Jan 2020 at 23:29, Philippe Piot wrote: > > All, > While updating my package using dnf update all I allow dnf to clean some > package with unresolved dependencies. > I would like to reinstall some of them but got an error message "but none > of the providers can be installed"

Re: [CentOS] ssh failure from CentOS7 to Centos6

2020-01-13 Thread Stephen John Smoogen
On Mon, 13 Jan 2020 at 12:23, Patrick Bégou wrote: > > Hi, > > I have a strange problem with a freshly installed Centos7 desktop > (most8pc25). I can't ssh to 2 CentOS6 servers, even with firewall > disabled on the client and on the server. But I can connect from the > server to the client, all

Re: [CentOS] Centos 7 32 Bits install.

2020-01-12 Thread John Pierce
ar old computer. It likely uses a bunch of really obsolete stuff like AGP video. Personally, I wouldn't even try, C7 32 bit is something of a bastard child in that RHEL 7 is 64 bit only, and there's very little usage or testing on the centos-only 32 bit version. -- -john r pierce recycling used bit

Re: [CentOS] Network Diagnostics

2020-01-07 Thread Stephen John Smoogen
On Tue, 7 Jan 2020 at 08:22, Chris Olson via CentOS wrote: > > In our smallest office, we have a Dell CentOS 7 system, a > Windows system and an HP 8610 printer, all hard-wire Ethernet > connected with a Linksys router. The router provides Internet > connection. All of the network-connected

Re: [CentOS] Nasty Fail2Ban update for Centos 7

2019-12-31 Thread John H Nyhuis
and fixed it...) Good Luck! Thanks, John H. Nyhuis Desk: (206)-685-8334 jnyh...@uw.edu Box 359461, 15th floor, 106 On 12/30/2019 6:14 PM, Allan wrote: > Hi all... > > Recently a new Fail2Ban was available among some other updates for my > Centos 7 system, and I just updated all

Re: [CentOS] Does Centos kernel support usb w/ UASP ?

2019-12-29 Thread John Pierce
N can use it as a backup target. -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] State of CentOS 8

2019-12-24 Thread John Pierce
se. > > There's a difference between "use upstream Red Hat if you badly need > those critical updates" and "don't use CentOS on your production servers". > on the other hand, 99% of those security updates are things that probably don't affect most centos deployments. --

Re: [CentOS] State of CentOS 8

2019-12-22 Thread John Pierce
on the schedule on that 8.x page above. -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Using Pulse Audio--question

2019-12-22 Thread John Pierce
sound in realtime. this is much less likely to work with a seperate USB audio source, as thats not directly connected to your output. ditto it won't work with USB speakers or headphones, as they are not directly connected to the source. -- -john r pierc

Re: [CentOS] how to install Cross compiling FFmpeg for Windows and build ffmpeg

2019-12-17 Thread John Pierce
which isn't exactly normal stuff, as the Windows SDK is all proprietary Microsoft stuff hmm, this suggests you can do it with a MinGW cross building kit, https://www.ffmpeg.org/platform.html#Cross-compilation-for-Windows-with-Linux-1 -- -john r pierce recycl

Re: [CentOS] CentOS Net Install

2019-12-15 Thread John Pierce
I'll follow the > advice offered on the bug tracker. instead of network installs, I've more commonly done the minimal ISO then installed the packages the deployment needs with yum (or dnf now). -john r pierce recycling used bits in santa cruz ___ Cent

Re: [CentOS] systemctl behaves like it is being piped to less in centos 8?

2019-12-13 Thread Stephen John Smoogen
On Fri, 13 Dec 2019 at 11:40, Warren Young wrote: > > On Dec 13, 2019, at 9:27 AM, Stephen John Smoogen wrote: > > > > It seems this became the default at some point. > > > > systemctl -l --no-pager > > > > is the way to get it without that. The whol

Re: [CentOS] systemctl behaves like it is being piped to less in centos 8?

2019-12-13 Thread Stephen John Smoogen
On Fri, 13 Dec 2019 at 11:11, Mauricio Tavares wrote: > > Comparing the output of systemctl between centos 7 and 8: > > [root@mail ~]# cat /etc/redhat-release > CentOS Linux release 7.7.1908 (Core) > [root@mail ~]# systemctl status firewalld > ● firewalld.service - firewalld - dynamic firewall

Re: [CentOS] VPN connections subject to hijack attack

2019-12-06 Thread Stephen John Smoogen
On Fri, 6 Dec 2019 at 04:40, Kenneth Porter wrote: > > > Thanks for the heads up > This affects all VPNs and is a consequence of using "loose" reverse path > filtering for

Re: [CentOS] Kernel Panic: BUG: unable to handle kernel paging request at 0000000180200037 | pkla-check-auth

2019-12-03 Thread John Pierce
On Tue, Dec 3, 2019 at 10:57 AM Heath Nye wrote: > please remove from from this list > at the bottom of every message is this link... https://lists.centos.org/mailman/listinfo/centos there's unsubscribe instructions on there. ___ CentOS mailing list

Re: [CentOS] External HD partitioning & formatting considerations

2019-12-01 Thread John Pierce
On Sun, Dec 1, 2019 at 7:09 AM Nicolas Kovacs wrote: > Le 30/11/2019 à 21:50, John Pierce a écrit : > > I strongly dislike moving removable disks between computers, > > especially with differing operating systems. > > > > I would instead recommend getting/bui

Re: [CentOS] External HD partitioning & formatting considerations

2019-11-30 Thread John Pierce
tribution to the survival of the online > > community. > > --Roger Ebert, December, 1996 > > - The Boulder Pledge > > - > > ___ > > CentOS mailing list >

Re: [CentOS] Upgrade Centos 6 (32 Bits) to Centos 7 (32 Bits)

2019-11-27 Thread John Pierce
t it out of its misery. My suggestion would be a significantly newer system that supports virtualization, and run your SCO and whatever in VMs rather than trying to multi-boot. -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8 and libssh2.h

2019-11-25 Thread Stephen John Smoogen
On Mon, 25 Nov 2019 at 11:57, Jerry Geis wrote: > > I am trying to find libssh2.h > > In the past I installed libssh2-devel > > I have libssh2 installed. I have tried > > yum install libssh2-devel - nothing found > yum provides "*/libssh2.h" - nothing found > yum search libssh2.h - nothing found.

Re: [CentOS] My ethernet is not listed in centOS 8 boot.iso

2019-11-24 Thread John Pierce
hernet controller: Broadcom Limited NetXtreme BCM5723 Gigabit Ethernet PCIe (rev 10) -- -john r pierce recycling used bits in santa cruz ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

<    1   2   3   4   5   6   7   8   9   10   >