Re: RamaLama is now packaged up for Fedora.

2024-11-19 Thread Daniel Walsh
On 11/19/24 17:08, Peter Robinson wrote: On Mon, 18 Nov 2024 at 18:52, Daniel Walsh wrote: RamaLama is now available as a package for Fedora 40,41 and Rawhide. python-ramalama. dnf install ramalama You can also install it via pip/pipx from PyPi. Try it out for your AI Inferencing needs

RamaLama is now packaged up for Fedora.

2024-11-18 Thread Daniel Walsh
RamaLama is now available as a package for Fedora 40,41 and Rawhide. python-ramalama. dnf install ramalama You can also install it via pip/pipx from PyPi. Try it out for your AI Inferencing needs. github.com/containers/ramalama -- ___ users mailing

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
On 7/30/24 10:28, Will McDonald wrote: On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote: On 7/30/24 10:01, George N. White III Fedora 40. $ rpm -q google-chrome-stable google-chrome-unstable google-chrome-stable-127.0.6533.72-1.x86_64 google-chrome-unstable-129.0.6614.3-1

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
On 7/30/24 10:28, Will McDonald wrote: On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote: On 7/30/24 10:01, George N. White III Fedora 40. $ rpm -q google-chrome-stable google-chrome-unstable google-chrome-stable-127.0.6533.72-1.x86_64 google-chrome-unstable-129.0.6614.3-1

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
On 7/30/24 10:01, George N. White III wrote: On Tue, Jul 30, 2024 at 7:05 AM Daniel Walsh wrote: I have destroyed $HOME/.config/google\* $HOME/.cache/goolge* and still does not work. Anyone else see this happen? I have checked SELinux and it is not causing the problem

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
On 7/30/24 06:09, Alex Gurenko wrote: for i in $(find ~/.config ~/.var -type d -name "GPUCache" 2>/dev/null); do rm -ri ${i}; done Thanks but that did not fix it. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an emai

google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
I have destroyed $HOME/.config/google\* $HOME/.cache/goolge* and still does not work. Anyone else see this happen? I have checked SELinux and it is not causing the problem. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe sen

Re: Regex version mismatch.

2023-09-19 Thread Daniel Walsh
Could you try to reinstall container-selinux dnf -y reinstall container-selinux Or update to the latest release. On 9/19/23 08:32, Michael D. Setzer II via users wrote: Seeing this message pop up after doing su?? su Password: Regex version mismatch, expected: 10.42 2022-12-11 actual: 10.40 20

Re: Very simple iOS file uploads (JPGs) to a Fedora server? - HTTPS?

2023-08-25 Thread Daniel Walsh
On 8/24/23 21:33, Philip Rhoades via users wrote: Tim, On 2023-08-25 07:05, Tim Evans wrote: On 8/24/23 17:01, Philip Rhoades via users wrote: People, I want remote siblings to be able to upload large numbers of photos from their iPhones (using my existing ZeroTier network as the preferred

Re: docker firewall?

2023-08-22 Thread Daniel Walsh
On 8/20/23 10:05, Oleg Cherkasov wrote: On 19.08.2023 16:48, Alex wrote: Hi, I'm a long-time Linux sysadmin but haven't done much with docker and containers or firewalls beyond iptables. I have inherited a fedora38 system where another admin has installed python3-docker, but port 8080 is now

Re: podman containers won't start after F36 upgrade

2022-05-24 Thread Daniel Walsh
On 5/24/22 07:50, Clemens Eisserer wrote: Hi Daniel, Thanks for your hint :) Are you seeing the SELinux AVC error?  Does this work if you put your machine into permissive mode? I am running with SELINUX=disabled, so I guess this is not caused by selinux. I've now discarded all the o

Re: podman containers won't start after F36 upgrade

2022-05-23 Thread Daniel Walsh
On 5/22/22 03:09, Clemens Eisserer wrote: HI there, I've just recently upgraded from F35->F36 and now podman containers don't start anymore. When starting a container which was created with F35 as user, I just get: Error: OCI runtime error: unable to start container "0a4d835ccc0777ccf77bc619

FYI: My book on Podman, preview is available.

2022-05-04 Thread Daniel Walsh
I have written a book on Podman which is coming out this summer. Podman in Action for Manning Publishing. Manning has an early access program where you can read the first few chapters (4) and is available now. https://www.manning.com/books/podman-in-action. Manning also sent me a discount co

Podman 4.0 rc2 is available in updates-testing.

2022-01-24 Thread Daniel Walsh
We would love to have people play with this and test it out. Note: this release has breaking changes to it's API, so it will not be released to f35. Only to F36, but users will be able to download and use it on F35, we will not push it to stable though. https://github.com/containers/podman/re

Podman community meeting April 6, 2021 8:00 p.m. Eastern (UTC-4)

2021-04-05 Thread Daniel Walsh
Podman community meeting tomorrow at a friendlier time for people on the other side of the planet. Sorry Europe. April 6, 2021 8:00 p.m. Eastern (UTC-4) https://podman.io/community/meeting/agenda/ ___ users mailing list -- users@lists.fedoraproject.o

Community meeting today 11:00 AM EST

2021-02-02 Thread Daniel Walsh
https://podman.io/community/meeting/ https://bluejeans.com/796412039 Agenda * 11:00 -> 11:05 - Welcome! * 11:05 -> 11:20 - Podman v3.0 Overview - Matt Heon * 11:20 -> 11:30 - Podman Compose Demo - Brent Baude * 11:30 -> 11:40 - Demo’s TBD - Tom Sweeney and more? *

Re: podman and PCI passthrough

2020-07-22 Thread Daniel Walsh
On 7/22/20 07:57, Mauricio Tavares wrote: > On Wed, Jul 22, 2020 at 6:14 AM Daniel Walsh wrote: >> On 7/21/20 20:54, Gordon Messmer wrote: >>> On 7/21/20 4:46 PM, Mauricio Tavares wrote: >>>>What is the argument I need to properly pass a PCI or PCIe >&g

Re: podman and PCI passthrough

2020-07-22 Thread Daniel Walsh
On 7/21/20 20:54, Gordon Messmer wrote: > On 7/21/20 4:46 PM, Mauricio Tavares wrote: >>    What is the argument I need to properly pass a PCI or PCIe >> device to a podman container at runtime (podman-run)? > > > Assuming that it's supported by the OS running podman, I believe you > can mount

New blog on speeding up container image builds using Buildah and dnf.

2020-03-17 Thread Daniel Walsh
https://www.redhat.com/sysadmin/speeding-container-buildah ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/c

Re: podman and mysql

2020-02-18 Thread Daniel Walsh
On 2/18/20 4:20 PM, Simon Colston wrote: > On 18/02/2020 18:37, Daniel Walsh wrote: >> On 2/17/20 3:17 PM, Simon Colston wrote: >>> >>> >>> On 17/02/2020 19:56, Daniel Walsh wrote: >>>> On 2/17/20 2:49 PM, Simon Colston wrote: >>>>

Re: podman and mysql

2020-02-18 Thread Daniel Walsh
On 2/17/20 3:17 PM, Simon Colston wrote: > > > 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 g

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 \ >    --

Great article by Valentin Rothberg on Running Podman in systemd unit files.

2019-12-16 Thread Daniel Walsh
This is one of our most common questions, and why we are adding podman generate systemd ... People are interested in running containers as standard services on linux systems.  Valentin dug deep into how to do this. He explains it all here.  https://www.redhat.com/sysadmin/podman-shareable-system

I wrote a blog on why we moved Fedora 31 to cgroup V2

2019-11-11 Thread Daniel Walsh
https://www.redhat.com/sysadmin/fedora-31-control-group-v2 If you like it, please put it out on social media. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Condu

Re: New mailing lists available for podman/libpod

2019-06-14 Thread Daniel Walsh
On 6/13/19 3:14 PM, Neal Gompa wrote: > On Thu, Jun 13, 2019 at 3:13 PM Daniel Walsh wrote: >> Send an email to: podman-j...@lists.podman.io with the word "subscribe" >> in the title, or by going to https://lists.podman.io and scrolling to >> the bottom of that pa

Re: New mailing lists available for podman/libpod

2019-06-14 Thread Daniel Walsh
On 6/13/19 3:14 PM, Neal Gompa wrote: > On Thu, Jun 13, 2019 at 3:13 PM Daniel Walsh wrote: >> Send an email to: podman-j...@lists.podman.io with the word "subscribe" >> in the title, or by going to https://lists.podman.io and scrolling to >> the bottom of that pa

New mailing lists available for podman/libpod

2019-06-13 Thread Daniel Walsh
Send an email to: podman-j...@lists.podman.io with the word "subscribe" in the title, or by going to https://lists.podman.io and scrolling to the bottom of that page to subscribe. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe sen

Re: docker-io removed from epel RHEL6

2019-04-04 Thread Daniel Walsh
On 4/4/19 2:59 PM, Brando Mota wrote: > hi! > I can not install the docker-io package in RHEL 6.10 x86_64 because this > package is removed from repo epel. > how to find this package in epel again? > thanks. > ___ > users mailing list -- users@lists.fedo

Re: getting rid of every trace of docker from fedora 29 for re-install?

2019-02-04 Thread Daniel Walsh
On 2/2/19 4:45 AM, Robert P. J. Day wrote: > On Mon, 28 Jan 2019, Daniel Walsh wrote: > > ... big snip ... > >> atomic storage reset >> >> I believe does the right thing. It should cleanup devicemapper as >> well. > just checking on this ... the &q

Re: getting rid of every trace of docker from fedora 29 for re-install?

2019-01-28 Thread Daniel Walsh
On 1/25/19 9:28 AM, M A Young wrote: > On Thu, 24 Jan 2019, Jon LaBadie wrote: > >> On Thu, Jan 24, 2019 at 06:46:23AM -0500, Robert P. J. Day wrote: >>> as part of an intro tutorial i'm writing, i want to provide a recipe >>> for installing docker-ce on fedora 29 from absolute scratch, and part

Re: container / can't connect to localhost via Firefox - logs: s6-supervise (child): fatal: unable to exec run: Permission denied

2019-01-28 Thread Daniel Walsh
Brent any ideas?  BTW It is not a great idea to run many containers with SELinux disabled.   You might want to consider turning it on. On 1/25/19 12:08 PM, arnaud gaboury wrote: > > > On Thu, Jan 24, 2019 at 7:36 PM Daniel Walsh <mailto:dwa...@redhat.com>> wrote: > >

Re: container / can't connect to localhost via Firefox - logs: s6-supervise (child): fatal: unable to exec run: Permission denied

2019-01-24 Thread Daniel Walsh
On 1/24/19 5:49 PM, arnaud gaboury wrote: > I am following this wiki[0] to run R Studio on my box. Below are the > commands I run > > -- > # podman run -d -p 8787:8787 -e PASSWORD=XXX --name rstudio > rocker/tidyverse > .. > Storing signatures > a72fac512b891c21f0654334a

I will be giving a Fedora Classroom on Tuesday at 11:00 EST on Buildah

2019-01-14 Thread Daniel Walsh
Building Container Images with Buildah. https://fedoramagazine.org/fedora-classroom-building-container-images-with-buildah/ ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedor

Re: current docker instructions for installing on fedora up to date?

2018-03-23 Thread Daniel Walsh
On 03/23/2018 04:27 AM, Robert P. J. Day wrote: On Tue, 20 Mar 2018, Daniel Walsh wrote: On 03/19/2018 04:48 PM, Veli-Pekka Kestilä wrote: On 19.3.2018 21:12, Robert P. J. Day wrote:    i realize there's been some refactoring of docker packages for fedora, so before i get buried in

Re: current docker instructions for installing on fedora up to date?

2018-03-20 Thread Daniel Walsh
On 03/19/2018 04:48 PM, Veli-Pekka Kestilä wrote: On 19.3.2018 21:12, Robert P. J. Day wrote:    i realize there's been some refactoring of docker packages for fedora, so before i get buried in this, are the docker instructions for fedora here:    https://docs.docker.com/install/linux/docker-c

Re: New CRI-O blogging site just went up.

2017-07-25 Thread Daniel Walsh
On 07/24/2017 11:00 PM, Ed Greshko wrote: On 07/25/2017 10:44 AM, Doug wrote: So why doesn't some reader here EXPLAIN what CRI-O means and what it's relevance to the rest of us might be, if any. Well the audience here is so varied the phrase "relevance to the rest of us" is meaningless. I don

New CRI-O blogging site just went up.

2017-07-24 Thread Daniel Walsh
https://medium.com/cri-o ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Wrote a new blog for OpenSource.Com on evolution of containers.

2017-07-10 Thread Daniel Walsh
https://opensource.com/article/17/7/how-linux-containers-evolved If you like it, please social Media this message out. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

New Blog on Buildah

2017-06-22 Thread Daniel Walsh
Buildah is a command line tool that can be used to build container images without requiring the docker daemon. Supports Dockerfile format as well as simple bash scripting. http://www.projectatomic.io/blog/2017/06/introducing-buildah ___ users mailin

Re: Difficulties at very first steps with f25kde ...

2017-06-05 Thread Daniel Walsh
On 06/05/2017 02:09 PM, Walter H. wrote: On 05.06.2017 16:34, Ed Greshko wrote: That is documentation from F14 and is way out of date. of course and didn't meet my needs as there must be a user logged on ... Again, late hour, I should have also mentioned that the AVC messages are held in /var/