Re: FC31: NM won't activate interface : "strictly unmanaged"

2020-01-30 Thread sean darcy
On 1/30/20 6:54 PM, Mike Wright wrote: On 1/30/20 3:17 PM, sean darcy wrote: On 1/25/20 5:59 PM, Samuel Sieb wrote: On 1/25/20 2:18 PM, sean darcy wrote: On 1/25/20 3:33 PM, Samuel Sieb wrote: On 1/25/20 9:06 AM, sean darcy wrote: On FC31 I can't persistently rename the interfaces, see:

Re: FC31: NM won't activate interface : "strictly unmanaged"

2020-01-30 Thread sean darcy
On 1/30/20 6:33 PM, Tom Horsley wrote: On Thu, 30 Jan 2020 18:17:23 -0500 sean darcy wrote: Any help really appreciated. Install network-scripts, make a ifcfg file with NM_CONTROLLED=no, enable the "network" service, and get NetworkManager completely out of the picture. That's what I've

Re: Ryzen CPU + ECC memory

2020-01-30 Thread Roger Heflin
Google reports this answer: AMD confirms that Ryzen support ECC memory In simple terms, this means that AMD's Ryzen CPUs have full support for ECC memory, but AMD does not want to officially provide any QA or official support for ECC on their consumer platforms.Mar 2, 2017 A couple of answers on

Re: Tracking down SSH access

2020-01-30 Thread Ed Greshko
On 2020-01-31 05:12, Michael Eager wrote: > When I look at /var/log/secure or run journalctl on my workstation, I > see failed SSH login attempts from a variety of IP addresses.  The > attempts are every 3-12 minutes. > > /etc/ssh/sshd_config contains: > PasswordAuthentication no > > The

Re: FC31: NM won't activate interface : "strictly unmanaged"

2020-01-30 Thread sean darcy
On 1/30/20 6:54 PM, Mike Wright wrote: nmcli device set eth0 managed yes Good idea, but no, alas : #nmcli d DEVICE TYPE STATECONNECTION eth1ethernet connectedeth1 wlan0 wifi unavailable -- eth0ethernet unmanaged-- lo loopback unmanaged-- #

Re: Tracking down SSH access

2020-01-30 Thread Roger Heflin
Echoing what samuel says. If you have non-local ip address from lot of different ranges, then port 22 from internet is being forwarded by something to this server. I have a port 22 forwarded to a machine, and it does get almost continuous attempts (many an hour) trying various accounts. #1:

Re: Tracking down SSH access

2020-01-30 Thread Jack Craig
one more bit, when you get to the command line ssh ... , throw in a bunch of -v to crank up verbosity On Thu, Jan 30, 2020 at 5:18 PM Jack Craig wrote: > with some work, you can limit the filter on capture to screen out all but > the traffic you want to see. > > the web should have lots of 'how

Re: Tracking down SSH access

2020-01-30 Thread Jack Craig
with some work, you can limit the filter on capture to screen out all but the traffic you want to see. the web should have lots of 'how to' clips. good luck, ... On Thu, Jan 30, 2020 at 5:12 PM Michael Eager wrote: > Thanks. I'll give that a try. > > On 1/30/20 1:49 PM, Jack Craig wrote: > >

Re: Tracking down SSH access

2020-01-30 Thread Michael Eager
Thanks. I'll give that a try. On 1/30/20 1:49 PM, Jack Craig wrote: wireshark -> tcpdump on dst=port# src = all ?? On Thu, Jan 30, 2020 at 1:13 PM Michael Eager > wrote: When I look at /var/log/secure or run journalctl on my workstation, I see failed SSH

Re: FC31: NM won't activate interface : "strictly unmanaged"

2020-01-30 Thread Mike Wright
On 1/30/20 3:17 PM, sean darcy wrote: On 1/25/20 5:59 PM, Samuel Sieb wrote: On 1/25/20 2:18 PM, sean darcy wrote: On 1/25/20 3:33 PM, Samuel Sieb wrote: On 1/25/20 9:06 AM, sean darcy wrote: On FC31 I can't persistently rename the interfaces, see:

Re: FC31: NM won't activate interface : "strictly unmanaged"

2020-01-30 Thread Tom Horsley
On Thu, 30 Jan 2020 18:17:23 -0500 sean darcy wrote: > Any help really appreciated. Install network-scripts, make a ifcfg file with NM_CONTROLLED=no, enable the "network" service, and get NetworkManager completely out of the picture. That's what I've been doing for years every time

Re: FC31: NM won't activate interface : "strictly unmanaged"

2020-01-30 Thread sean darcy
On 1/25/20 5:59 PM, Samuel Sieb wrote: On 1/25/20 2:18 PM, sean darcy wrote: On 1/25/20 3:33 PM, Samuel Sieb wrote: On 1/25/20 9:06 AM, sean darcy wrote: On FC31 I can't persistently rename the interfaces, see: https://bugzilla.redhat.com/show_bug.cgi?id=1777893 So I want to use FC31

Re: vim syntax for markdown

2020-01-30 Thread Aristeidis Dimitriadis
Thanks! using the file from, vim still doesn't skip the "*" character with a "\" within a "**", or "***" block. it does skip it within "*" blocks. but i guess github is the appropriate place for reporting stuff like this. On 1/30/20 10:00 PM, Todd Zullinger wrote: > I wrote: >> You might try

Re: Tracking down SSH access

2020-01-30 Thread Jack Craig
wireshark -> tcpdump on dst=port# src = all ?? On Thu, Jan 30, 2020 at 1:13 PM Michael Eager wrote: > When I look at /var/log/secure or run journalctl on my workstation, I > see failed SSH login attempts from a variety of IP addresses. The > attempts are every 3-12 minutes. > >

Re: Tracking down SSH access

2020-01-30 Thread Samuel Sieb
On 1/30/20 1:12 PM, Michael Eager wrote: When I look at /var/log/secure or run journalctl on my workstation, I see failed SSH login attempts from a variety of IP addresses.  The attempts are every 3-12 minutes. The workstation is on a LAN behind an EdgeRouter firewall.  No Internet- accessible

Tracking down SSH access

2020-01-30 Thread Michael Eager
When I look at /var/log/secure or run journalctl on my workstation, I see failed SSH login attempts from a variety of IP addresses. The attempts are every 3-12 minutes. /etc/ssh/sshd_config contains: PasswordAuthentication no The workstation is on a LAN behind an EdgeRouter firewall. No

Re: vim syntax for markdown

2020-01-30 Thread Todd Zullinger
I wrote: > You might try grabbing the updated markdown.vim from there > or the vim repo to test. Or watch for vim-8.2.158-1 to land in updates-testing for f30 and f31 in the next updates push. They've been submitted as updates and should reach testing very soon.

Re: vim syntax for markdown

2020-01-30 Thread Todd Zullinger
Hi, Aristeidis Dimitriadis wrote: > Hello there! > > the package vim-common includes a file that defines markdown's syntax > for highlighting. it can be found at > /usr/share/vim/vim82/syntax/markdown.vim. however, it seems to me that > there is something wrong in this file. if i write: > >

vim syntax for markdown

2020-01-30 Thread Aristeidis Dimitriadis
Hello there! the package vim-common includes a file that defines markdown's syntax for highlighting. it can be found at /usr/share/vim/vim82/syntax/markdown.vim. however, it seems to me that there is something wrong in this file. if i write: ***Something*** and something else then "and

Ryzen CPU + ECC memory

2020-01-30 Thread Germano Massullo
Can anybody with a Ryzen CPU + ECC memory show me the output of following command? # dmesg | grep ECC I am buying a Gigabyte X470 AORUS GAMING 7 WIFI in order to be able to use ECC capabilities, by the way Gigabyte documentation states: " ECC is only supported with AMD Ryzen and Athlon of

Re: Formatting second disk on computer

2020-01-30 Thread George N. White III
On Thu, 30 Jan 2020 at 07:36, Paul Smith wrote: > Dear All, > > My new computer has got 2 disks: a SSD and a HDD one. > > The SSD disk is large enough to have Fedora and my entire home > directory on that. > > Now, I am intending to use the HDD disk for backuping. And my question > is: How

Re: Formatting second disk on computer

2020-01-30 Thread Patrick O'Callaghan
On Thu, 2020-01-30 at 11:35 +, Paul Smith wrote: > Dear All, > > My new computer has got 2 disks: a SSD and a HDD one. > > The SSD disk is large enough to have Fedora and my entire home > directory on that. You may want to partition the SSD to keep /home separate, making version updates or

Formatting second disk on computer

2020-01-30 Thread Paul Smith
Dear All, My new computer has got 2 disks: a SSD and a HDD one. The SSD disk is large enough to have Fedora and my entire home directory on that. Now, I am intending to use the HDD disk for backuping. And my question is: How should I format the HDD disk? Thanks in advance, Paul