[Podman] Podman Community Cabal Meeting, Thu April 20, 2023, 11:00 a.m. EDT (UTC-5)
by Tom Sweeney
Hi All,
The Podman Community Cabal meeting is happening two weeks from right
now, on Thur, April 20, 2023 at 11:00am EDT (UTC-5). Currently, our
agenda is wide open for topics, so if you have a topic to discuss about
Podman, please add it to the agenda!
https://hackmd.io/gQCfskDuRLm7iOsWgH2yrg?both
Thanks!
t
2 years, 5 months
[Podman] Podman Community Cabal Meeting Thursday July 20, 2023, 11:00 a.m. EDT (UTC-5)
by Tom Sweeney
Hi All,
The next Podman Community Cabal meeting will be happening next
Thursday, Jul 20, 2023 at 11:00am EDT (UTC-5). We'll be talking
passwd/group handling, ipfs integrations, and more. Please note, we will
be using a new Google Meet room. Agenda with room link:
https://hackmd.io/gQCfskDuRLm7iOsWgH2yrg?both
There's room for more topics, if you have one you'd like to discuss,
please add it to the agenda.
t
2 years, 2 months
[Podman] Re: Generate quadlet unit files with podman
by Valentin Rothberg
On Wed, Oct 11, 2023 at 5:54 PM Mehdi Haghgoo <powergame_coder2(a)yahoo.com>
wrote:
> Thanks Valentin,
>
> Can we keep using podman generate systemd or that will be removed soon?
>
Absolutely. There are no plans to remove the generate-systemd command.
All new features, however, will go into Quadlet only.
Kind regards,
Valentin
> On Wed, Oct 11, 2023 at 18:56, Valentin Rothberg
> <vrothberg(a)redhat.com> wrote:
> _______________________________________________
> Podman mailing list -- podman(a)lists.podman.io
> To unsubscribe send an email to podman-leave(a)lists.podman.io
>
>
1 year, 11 months
[Podman] Tomorrow's Community Meeting Canceled (Tues Dec 5, 2023, 11:00 EST (UTC-5))
by Tom Sweeney
Hi All,
The Podman Community Meeting tomorrow, Tuesday, December 5, 2023, at
11:00am EST (UTC-5) has been canceled due to a lack of topics and
cancellations. We are on track to meet at the Cabal meeting on Tuesday,
December 12, 2023, at 11:00am EST. Agenda:
https://hackmd.io/gQCfskDuRLm7iOsWgH2yrg?both
Hope to see you there!
t
1 year, 9 months
[Podman] Re: Deprecation announcement for CNI plugins
by Brent Baude
Doug,
Well the good thing is I know some of the authors of rust code :) And we
arent going anywhere.
On Tue, Jan 10, 2023 at 7:43 AM Doug Rabson <dfr(a)rabson.org> wrote:
> Right now, the CNI plugins are the only option for networking on FreeBSD.
> The new stack seems very exciting though and FreeBSD has recently added
> netlink support so porting it seems quite possible (and is probably a good
> excuse to learn a bit of rust).
>
> On Tue, 10 Jan 2023 at 13:31, Brent Baude <bbaude(a)redhat.com> wrote:
>
>> Folks,
>>
>> I wrote a short blog about Podman adding a deprecation announcement for
>> CNI plugins. With the success of the new network stack, not only do we
>> eventually want the new stack to be the default but also the only option.
>> For more information, check out the blog post itself:
>>
>> https://blog.podman.io/2023/01/podman-begins-cni-plugins-deprecation/
>> _______________________________________________
>> Podman mailing list -- podman(a)lists.podman.io
>> To unsubscribe send an email to podman-leave(a)lists.podman.io
>>
>
2 years, 8 months
[Podman] Nov/Dec Cabal meetings combined to Tuesday December 12, 2023, 11:00 a.m. EST (UTC-5)
by Tom Sweeney
Hi All,
Two for one deal! We currently have no topics for tomorrow's (November
21) Podman Community Cabal meeting, and we have been receiving several
notes from people saying they will not be attending due to holiday
plans. We suspect similar issues will occur at the next meeting, which
is scheduled for Wednesday, December 19, 2023.
Given that, we have decided to drop tomorrow's meeting and combine the
November and December Podman Community Cabal meetings, which will be
held on Tuesday, December 12, 2023, at 11:00 a.m. EST (UTC-5).
t
1 year, 9 months
[Podman] Re: podman slowly shows logs on windows
by Jason Greene
On Aug 4, 2023 at 2:58:11 AM, Александр Илюшкин <ailjushkin(a)gmail.com>
wrote:
> Which prompt/terminal are you using, do you see the same behavior on
> Windows Terminal (wt.exe), powershell.exe, and cmd?
>
>
> This is not a terminal-dependent problem :( This works slow on any
> terminal, and also junit testcontainers are so slow that one simple
> test runs for 5 minutes because of that.
>
Ok thanks for ruling out a terminal/pty problem.
> If you do a "podman machine ssh" and then podman logs at the linux prompt,
> do you also see a lag?
>
>
> I do see a lag using `podman machine ssh`, it freezes after each typed
> letter.
>
Are you running any Firewall/Anti-Virus software that might be intercepting
networking connections for scanning purposes? If so can you try temporarily
disabling it and seeing if the problem goes away.
If not it could also be there is a WSL bug (either with networking, or
could be something more exotic like the hv virt RNG is slowing crypto if
the problem is only affecting ssh traffic). Can you try ensuring you are on
a later generation WSL?
If you run wsl —version, you should get something like 1.2.5.0. If instead
you get help text, you are running the older generation. To update:
1. Double check you are running 21H1, 21H2, or 22H2 (this can be seen
using the winver command), if not you need to keep running windows update
until it suggests applying 22H2 and then accept that.
2. Make sure you have applied all current updates on top of 22H2 (run
update again after rebooting)
3. Run wsl —update, which should pull down the store version
4. Double check wsl —version is now displaying versions
> чт, 3 авг. 2023 г. в 17:31, Jason Greene <jason.greene(a)redhat.com>:
>
>
> Hi Александр,
>
>
> Which prompt/terminal are you using, do you see the same behavior on
> Windows Terminal (wt.exe), powershell.exe, and cmd?
>
>
> If you do a "podman machine ssh" and then podman logs at the linux prompt,
> do you also see a lag?
>
>
> Thanks!
>
>
>
> On Jul 27, 2023 at 3:50:29 PM, Александр Илюшкин <ailjushkin(a)gmail.com>
> wrote:
>
> >
>
> > I'm getting logs as quick as it produced with simple wsl prompt command)
>
> >
>
> > чт, 27 июл. 2023 г. в 17:54, Jason Greene <jason.greene(a)redhat.com>:
>
> >
>
> >
>
> > Sorry that should have been:
>
> >
>
> >
>
> > "podman --remote --url unix:///var/run/user/$(id -u)/podman/podman.sock
> logs <container>”
>
> >
>
> >
>
> >
>
> > On Jul 27, 2023 at 9:53:07 AM, Jason Greene <jason.greene(a)redhat.com>
> wrote:
>
> >
>
> > >
>
> >
>
> > > You’re welcome and thanks for the info. If, on the WSL prompt, you run:
>
> >
>
> > > "podman --remote --url /var/run/user/$(id -u)/podman/podman.sock logs
> <container>”
>
> >
>
> > >
>
> >
>
> > > How does the speed compare to the other two cases (direct podman
> command and also the windows prompt which you observed as slow)?
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > On Jul 27, 2023 at 9:17:19 AM, Александр Илюшкин <ailjushkin(a)gmail.com>
> wrote:
>
> >
>
> > >>
>
> >
>
> > >> Jason, hi, thank you for your feedback. Yes, exactly, using the WSL
>
> >
>
> > >> prompt all commands work fast.
>
> >
>
> > >>
>
> >
>
> > >> чт, 27 июл. 2023 г. в 17:13, Jason Greene <jason.greene(a)redhat.com>:
>
> >
>
> > >>
>
> >
>
> > >>
>
> >
>
> > >> Hey Александр,
>
> >
>
> > >>
>
> >
>
> > >>
>
> >
>
> > >> Do you see a difference when you run this on the WSL prompt? If you
> do "wsl -d podman-machine-default”, then podman logs <container>?
>
> >
>
> > >>
>
> >
>
> > >>
>
> >
>
> > >>
>
> >
>
> > >> On Jul 21, 2023 at 2:19:01 PM, Daniel Walsh <dwalsh(a)redhat.com>
> wrote:
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> > On 7/21/23 02:54, Александр Илюшкин wrote:
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> > Hey guys, I've switched from docker to podman and I noticed that
> command
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> > podman logs <container name> works extremely slow
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> > What should be done to fix this?
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> > I guess we would need to know what extremely slow means.
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> > Jason, any ideas?
>
> >
>
> > >>
>
> >
>
> > >> >
>
> >
>
> > >>
>
> >
>
> > >> _______________________________________________
>
> >
>
> > >>
>
> >
>
> > >> Podman mailing list -- podman(a)lists.podman.io
>
> >
>
> > >>
>
> >
>
> > >> To unsubscribe send an email to podman-leave(a)lists.podman.io
>
> >
>
> > >>
>
> >
>
> > >>
>
> >
>
> > >>
>
> >
>
> > >>
>
> >
>
> > >> --
>
> >
>
> > >> С уважением,
>
> >
>
> > >> А.И.
>
> >
>
> > >>
>
> >
>
> >
>
> >
>
> > --
>
> > С уважением,
>
> > А.И.
>
> >
>
>
>
> --
> С уважением,
> А.И.
>
>
2 years, 1 month
[Podman] Re: passt (pasta(1)) package to be included in Fedora CoreOS 37/38
by Mehdi Haghgoo
That's great to hear.
Thanks Stefano
On Thu, Mar 9, 2023 at 14:36, Stefano Brivio<sbrivio(a)redhat.com> wrote: On Wed, 8 Mar 2023 22:17:38 +0000 (UTC)
Mehdi Haghgoo <powergame_coder2(a)yahoo.com> wrote:
That's great> I mean Podman Desktop, which apparently downloads and initializes a
> coreos instance on startup. So, is passt supported with Podman
> Desktop on win& mac?
I never used it on Windows, but yes, my understanding is that it should
work there -- it simply runs Fedora CoreOS in a virtualised environment.
--
Stefano
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
2 years, 6 months
[Podman] Re: Podman Community Cabal Meeting, Thu April 20, 2023, 11:00 a.m. EDT (UTC-5)
by Daniel Walsh
I think we should discuss podman 5.0 features we would like to see.
On 4/6/23 11:29, Tom Sweeney wrote:
> Hi All,
>
> The Podman Community Cabal meeting is happening two weeks from right
> now, on Thur, April 20, 2023 at 11:00am EDT (UTC-5). Currently, our
> agenda is wide open for topics, so if you have a topic to discuss
> about Podman, please add it to the agenda!
>
> https://hackmd.io/gQCfskDuRLm7iOsWgH2yrg?both
>
> Thanks!
>
> t
>
>
> _______________________________________________
> Podman mailing list --podman(a)lists.podman.io
> To unsubscribe send an email topodman-leave(a)lists.podman.io
2 years, 5 months