Re: [CentOS] pppoe

2020-06-12 Thread Leon Fauster via CentOS

Am 12.06.20 um 15:24 schrieb Joe:

Hello,

CentOS 8 dropped the rp-pppoe package.

My attempts with NetworkManager-ppp already failed because it seems that 
it is not possible to use a VLAN as a device.


Please, how does it work under C8 to set up a pppoe connection (German 
Telekom, VDSL (VLAN 7 required), ZTE modem).




For sure you could build the package for EL8 from Fedora sources ...

--
Leon

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Minicom and Ncurses

2020-06-12 Thread Nicolas Kovacs
Le 12/06/2020 à 17:48, isdtor a écrit :
> Might be a long shot - try export LANG=C.

Spot on. That did the trick.

Thanks very much !

-- 
Microlinux - Solutions informatiques durables
7, place de l'église - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : i...@microlinux.fr
Tél. : 04 66 63 10 32
Mob. : 06 51 80 12 12
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS runs on six cores.

2020-06-12 Thread Gordon Messmer

On 6/12/20 2:16 AM, Thomas Stephen Lee wrote:

Do we need an upgrade ?



Can you restate your question so that it's clear what version you are 
running, what hardware you are running it on, what you expect to happen, 
and what is happening instead?


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Minicom and Ncurses

2020-06-12 Thread Chris Adams
Once upon a time, Nicolas Kovacs  said:
> I have to do some maintenance on a CentOS 7 proxy installed on a routerboard
> without a video card. The only way to access this machine directly is via
> Minicom and serial port.
> 
> I'm using NetworkManager TUI (nmtui) to configure network interfaces, but
> Ncurses rendering in Minicom works in the sense that chickens fly and horses
> swim. What you get is a forest of question marks with a few barely 
> recognizable
> options lost in between.
> 
> Is there some magical trick to render Ncurses interfaces correctly in Minicom 
> ?

I'd guess the TERM is not set correctly.  IIRC Minicom by default
emulates a traditional VT102 terminal, while the default Linux TERM
variable is usually "linux" (which is a superset of VT102).  Try setting
TERM=vt102 first.

Alternately, if you have screen installed, it can also be used for
serial access... run "screen /dev/ttyS0 9600" (change the device and
speed as needed).  Screen has its own superset of VT102, so you can set
TERM=screen, but it is also possibly close enough to the linux terminal
emulation to work directly (they're both ANSI supersets with similar
extensions).

-- 
Chris Adams 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Minicom and Ncurses

2020-06-12 Thread Phelps, Matthew
On Fri, Jun 12, 2020 at 11:30 AM Nicolas Kovacs  wrote:

> Hi,
>
> I have to do some maintenance on a CentOS 7 proxy installed on a
> routerboard
> without a video card. The only way to access this machine directly is via
> Minicom and serial port.
>
> I'm using NetworkManager TUI (nmtui) to configure network interfaces, but
> Ncurses rendering in Minicom works in the sense that chickens fly and
> horses
> swim. What you get is a forest of question marks with a few barely
> recognizable
> options lost in between.
>
> Is there some magical trick to render Ncurses interfaces correctly in
> Minicom ?
>
> Cheers,
>
> Niki
> --
> Microlinux - Solutions informatiques durables
> 7, place de l'église - 30730 Montpezat
> Site : https://www.microlinux.fr
> Blog : https://blog.microlinux.fr
> Mail : i...@microlinux.fr
> Tél. : 04 66 63 10 32
> Mob. : 06 51 80 12 12
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>


Maybe "export TERM=vt100" ?




-- 

*Matt Phelps*

*Information Technology Specialist, Systems Administrator*

(Computation Facility, Smithsonian Astrophysical Observatory)

Center for Astrophysics | Harvard & Smithsonian


60 Garden Street | MS 39 | Cambridge, MA 02138
email: mphe...@cfa.harvard.edu


cfa.harvard.edu | Facebook  | Twitter
 | YouTube 
| Newsletter 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Minicom and Ncurses

2020-06-12 Thread isdtor
Nicolas Kovacs writes:
> Hi,
> 
> I have to do some maintenance on a CentOS 7 proxy installed on a routerboard
> without a video card. The only way to access this machine directly is via
> Minicom and serial port.
> 
> I'm using NetworkManager TUI (nmtui) to configure network interfaces, but
> Ncurses rendering in Minicom works in the sense that chickens fly and horses
> swim. What you get is a forest of question marks with a few barely 
> recognizable
> options lost in between.
> 
> Is there some magical trick to render Ncurses interfaces correctly in Minicom 
> ?

What about nmcli?

Might be a long shot - try export LANG=C.

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Minicom and Ncurses

2020-06-12 Thread Nicolas Kovacs
Hi,

I have to do some maintenance on a CentOS 7 proxy installed on a routerboard
without a video card. The only way to access this machine directly is via
Minicom and serial port.

I'm using NetworkManager TUI (nmtui) to configure network interfaces, but
Ncurses rendering in Minicom works in the sense that chickens fly and horses
swim. What you get is a forest of question marks with a few barely recognizable
options lost in between.

Is there some magical trick to render Ncurses interfaces correctly in Minicom ?

Cheers,

Niki
-- 
Microlinux - Solutions informatiques durables
7, place de l'église - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : i...@microlinux.fr
Tél. : 04 66 63 10 32
Mob. : 06 51 80 12 12
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] pppoe

2020-06-12 Thread Joe

Hello,

CentOS 8 dropped the rp-pppoe package.

My attempts with NetworkManager-ppp already failed because it seems that 
it is not possible to use a VLAN as a device.


Please, how does it work under C8 to set up a pppoe connection (German 
Telekom, VDSL (VLAN 7 required), ZTE modem).



Thanks.

Joe

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 184, Issue 5

2020-06-12 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CESA-2020:2530 Important CentOS 7 tomcat Security Update
  (Johnny Hughes)


--

Message: 1
Date: Thu, 11 Jun 2020 21:13:08 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CESA-2020:2530 Important CentOS 7 tomcat
SecurityUpdate
Message-ID: <20200611211308.ga14...@bstore1.rdu2.centos.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2020:2530 Important

Upstream details at : https://access.redhat.com/errata/RHSA-2020:2530

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
1a682ecdfdca8179b910e4ad1364c7ea7af6484572fa4c0bf786d78a32b2352f  
tomcat-7.0.76-12.el7_8.noarch.rpm
3fbf1ba29d42285e346eea1daf56195b30a3e94182dc36be98483cd12cbd21cc  
tomcat-admin-webapps-7.0.76-12.el7_8.noarch.rpm
0e0d2a192959f0e924276b1a404f1696e4c8f489e745d0f759efae4b2e712533  
tomcat-docs-webapp-7.0.76-12.el7_8.noarch.rpm
150fbb8d578feb9baac913edd690284b9723f51a4ef734cb834bd87b19eb6110  
tomcat-el-2.2-api-7.0.76-12.el7_8.noarch.rpm
919467bef774bb63bf51ec63c3758c1b0a98fed3d3ba41eaf9da630bc7e7932a  
tomcat-javadoc-7.0.76-12.el7_8.noarch.rpm
4119baf0bb201bf72b2e037b2df5af8a2f03d88341a41e6af7310429daded8f4  
tomcat-jsp-2.2-api-7.0.76-12.el7_8.noarch.rpm
1c864d58ea8b2a77959443e02fd45cd9424414ac02881ae7db8fb1f7abee126c  
tomcat-jsvc-7.0.76-12.el7_8.noarch.rpm
6d203bb8a91bda83c4ec3973e3bc72f428675e7c3a0f33363e535c92f56c5395  
tomcat-lib-7.0.76-12.el7_8.noarch.rpm
b02d127bdaef8b0e305453b6bdf3479008875b1f574b172429d5ead159591733  
tomcat-servlet-3.0-api-7.0.76-12.el7_8.noarch.rpm
d307e0fd8ecc96b206c97fe1e7003080cfc6a4d5f90d73a4aecbafd14f48c023  
tomcat-webapps-7.0.76-12.el7_8.noarch.rpm

Source:
d18613ee3eff59b1223761f5843b528d137200f7ee6e7d66e4dde770fb164115  
tomcat-7.0.76-12.el7_8.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS



--

Subject: Digest Footer

___
CentOS-announce mailing list
centos-annou...@centos.org
https://lists.centos.org/mailman/listinfo/centos-announce


--

End of CentOS-announce Digest, Vol 184, Issue 5
***
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS runs on six cores.

2020-06-12 Thread Thomas Stephen Lee
https://wiki.centos.org/Team

Do we need an upgrade ?

-
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-12 Thread Robin Lee
On Fri, 2020-06-12 at 10:24 +0200, Tru Huynh wrote:
> On Fri, Jun 12, 2020 at 09:20:34AM +0200, Robin Lee wrote:
> > Today when I ran yum update two packages came up microcode_ctl
> > and unbound-libs. The updating process went fine until it
> > outputted 
> > 
> > Running transaction
> >   Updating   : 2:microcode_ctl-2.1-61.6.el7_8.x86_64
> > 
> > then it just froze. I could no longer ssh to the machine and the
> > console was just blank. I had to shut down it hard.
> 
> Maybe related to 
> https://www.hivelocity.net/blog/centos-update-advisory/
> (discarding the blame game) it might be a bad combination of
> kernel/microcode/bios...

Thanks for the link. Very interesting as I also have a Supermicro
motherboard. My journalctl outputs:
kernel: DMI: Supermicro Super Server/X11SSM-F, BIOS 2.2 05/23/2018

/Robin

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-12 Thread Tru Huynh
On Fri, Jun 12, 2020 at 09:20:34AM +0200, Robin Lee wrote:
> Today when I ran yum update two packages came up microcode_ctl
> and unbound-libs. The updating process went fine until it outputted 
> 
> Running transaction
>   Updating   : 2:microcode_ctl-2.1-61.6.el7_8.x86_64
> 
> then it just froze. I could no longer ssh to the machine and the
> console was just blank. I had to shut down it hard.

Maybe related to https://www.hivelocity.net/blog/centos-update-advisory/
(discarding the blame game) it might be a bad combination of
kernel/microcode/bios...

my 2 cents,

Tru
-- 
Tru Huynh 
http://pgp.mit.edu:11371/pks/lookup?op=get=0xBEFA581B


pgpUucMSBLvVm.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-12 Thread wwp
Hello Robin,


On Fri, 12 Jun 2020 09:20:34 +0200 Robin Lee  wrote:

> Today when I ran yum update two packages came up microcode_ctl
> and unbound-libs. The updating process went fine until it outputted 
> 
> Running transaction
>   Updating   : 2:microcode_ctl-2.1-61.6.el7_8.x86_64
> 
> then it just froze. I could no longer ssh to the machine and the
> console was just blank. I had to shut down it hard. It came back up
> seemingly fine. But yum update doesn't work anymore. It says "Error
> importing repomd.xml from base/7/x86_64: Damaged repomd.xml file"
> I looked at the logs, but journalctl only shows the latest boot on this
> machine. 
> 
> So I guess I have three questions
> - Any idea what happened with the update process?

I got the exact same problem few updates of microcode_ctl away but the
consequences where terribly different (system broken at fs level, low
level package files zero'ed, had to reconstruct from manually downloaded
packages). How lucky your are, your yum transaction was including very
few changes otherwise it could have broken much more. Since then, I
excluded it this package from my yum updates. I reported this issue to
the list:

Date: Wed, 25 Dec 2019 12:43:11 +0100
From: wwp 
Subject: [CentOS] CEEA-2019:4161 CentOS 7  microcode_ctl-2.1-53.7.el7_7.x86_64 
update vs Dell Precision 7530


> - How can I repair repomd.xml?
> - How do I configure journalctl to store more boots?

Sorry can't help there :-(.


Regards,

-- 
wwp
https://useplaintext.email/


pgpXAcETOlk9C.pgp
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Updating microcode_ctl froze Centos7

2020-06-12 Thread Robin Lee
Today when I ran yum update two packages came up microcode_ctl
and unbound-libs. The updating process went fine until it outputted 

Running transaction
  Updating   : 2:microcode_ctl-2.1-61.6.el7_8.x86_64

then it just froze. I could no longer ssh to the machine and the
console was just blank. I had to shut down it hard. It came back up
seemingly fine. But yum update doesn't work anymore. It says "Error
importing repomd.xml from base/7/x86_64: Damaged repomd.xml file"
I looked at the logs, but journalctl only shows the latest boot on this
machine. 

So I guess I have three questions
- Any idea what happened with the update process?
- How can I repair repomd.xml?
- How do I configure journalctl to store more boots?

/Robin



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos