Re: podman and mysql

2020-02-17 Thread Simon Colston
On 17/02/2020 19:56, Daniel Walsh wrote: On 2/17/20 2:49 PM, Simon Colston wrote: Fedora 31 Workstation I am running mysql in a container using podman.  After some experimenting I got it running with this command: podman run --detach --userns=keep-id \    --security-opt label=disable \

Re: NetworkManager and PEERDNS=no

2020-02-17 Thread Tom Horsley
On Mon, 17 Feb 2020 13:16:16 -0500 Tom Horsley wrote: > I guess I'll poke around some more and see if I can figure > out what the delay is all about. Ah-HA! Need to turn off STP on the bridge: nmcli con modify br0 bridge.stp no The original web page mentioned I could do that, but didn't say why

Re: podman and mysql

2020-02-17 Thread Daniel Walsh
On 2/17/20 2:49 PM, Simon Colston wrote: > Fedora 31 Workstation > > I am running mysql in a container using podman.  After some > experimenting I got it running with this command: > > podman run --detach --userns=keep-id \ >    --security-opt label=disable \ >    --name=mysql \ >    --

podman and mysql

2020-02-17 Thread Simon Colston
Fedora 31 Workstation I am running mysql in a container using podman. After some experimenting I got it running with this command: podman run --detach --userns=keep-id \ --security-opt label=disable \ --name=mysql \ --env="MYSQL_ROOT_PASSWORD=mysql" --publish 3306:3306 \

Re: NetworkManager and PEERDNS=no

2020-02-17 Thread Tom Horsley
On Sun, 16 Feb 2020 17:53:59 -0500 Tom Horsley wrote: > > # nmcli con mod net-eth0 ipv4.ignore-auto-dns yes > > Sounds like what I want, I've just resurrected an old > system and installed f31 so I can try experimenting > with network manager. I'll see how it goes. Thanks. I've been experiment

Re: Automatic mount of external HDD.

2020-02-17 Thread Erik P. Olsen
On 2020-02-13 at 02:25:34 Mario Michele Macaluso wrote: > Il 12/02/20 22:28, Erik P. Olsen ha scritto: > > I have an external 2TB HDD which is defined in /etc/fstab so it is mounted > > at system > > boot time. I would like to be able to have it mounted automatically with > > the same > > mount

Firefox view is 20% bigger since yesterday updates

2020-02-17 Thread Frederic Muller
Hi! Did updates yesterday (or Saturday.. more likely) and suddenly Firefox got 20% bigger. I've installed an extension to automatically reduce all tab sizes to 80% but it doesn't work consistently. I was wondering if i was the only one and if there was a more reasonable fix than the addon I'm usi

Re: systemd-tty-ask-password-agent?

2020-02-17 Thread Tom H
On Sun, Feb 16, 2020 at 10:25 PM stan via users wrote: > On Sun, 16 Feb 2020 13:41:06 -0500 > Tom Horsley wrote: >> >> An infection seems to be spreading in systemd. First >> I saw dhcpd taking forever to shut down: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1768604 >> >> Now I just saw th

Re: NetworkManager and PEERDNS=no

2020-02-17 Thread Tom H
On Sun, Feb 16, 2020 at 8:37 PM Tom Horsley wrote: > > I keep seeing signs that "network" will someday disappear > entirely and I'll be forced to use NetworkManager, so the > first question I haven't been able to find an answer > for: > > What is the "proper" way to setup a network connection > us