Script to create a cockpit devel VM

2017-01-04 Thread Martin Pitt
Hello all, first, a quick intro of myself: I'm Martin Pitt (nicknamed "pitti" on IRC and IRL) and joined Red Hat's Cockpit team yesterday. Until then I've been a Debian developer for about 14 years and an Ubuntu developer for about 12½. I've touched a lot of t

Re: Script to create a cockpit devel VM

2017-01-04 Thread Martin Pitt
have worked anytime recent for running the tests (it needs about 6 GiB RAM, 1 GiB will fall over really fast), lacks all of the build/test deps, and uses F24, so I guess this has only been used to run cockpit itself, not for running any of its tests? Thanks, Martin -- Martin Pitt

Re: Script to create a cockpit devel VM

2017-01-05 Thread Martin Pitt
he PR on real iron, in particular the test setup), and containing the entire process in a VM might be a solution to that. For local development it's usually too much overhead indeed, and it's more convenient to run them on bare metal instead of mucking around with too many ssh port forwa

Discussion: Config format for known machines and ssh keys

2017-02-07 Thread Martin Pitt
Hello all, We currently have a planned feature to clean up/improve our config format for known (remote) machines: https://trello.com/c/WSEOANNY/268-finalize-machines-json-format This is a bit thin and not easy to understand/rationalize. So I took this plus what I remembered from last week's di

Re: Discussion: Config format for known machines and ssh keys

2017-02-07 Thread Martin Pitt
Hello, Stef Walter [2017-02-07 15:49 +0100]: > It's worth noting that Peter Volpe is moving the libssh code that > consumes SSH keys ... and I believe he has working code for using > /etc/ssh/known_hosts. Noted, I'll coordinate with him. > > I'd appreciate some feedback about whether this makes

Re: Discussion: Config format for known machines and ssh keys

2017-02-08 Thread Martin Pitt
Stef Walter [2017-02-08 8:36 +0100]: > > It still seems that for the purpose of programmatically pre-seeding > > machines it > > makes sense to be able to put a host key right into a machines/foo.json > > file, > > as otherwise we'd have the same "concurrent racy access" problem as for > > machi

Re: Discussion: Config format for known machines and ssh keys

2017-02-10 Thread Martin Pitt
Hello Marius, Marius Vollmer [2017-02-08 14:27 +0200]: > If someone drops /etc/cockpit/machines.d/10-foo.json, will those > machines immediatly show up on the dashboard? Would be nice at some point, with an inotify watch. My gut feeling was that this was a version 2 thing, as we don't do this rig

Re: Discussion: Config format for known machines and ssh keys

2017-02-10 Thread Martin Pitt
Hello Marius, Marius Vollmer [2017-02-10 10:31 +0200]: > > Would be nice at some point, with an inotify watch. My gut feeling was that > > this was a version 2 thing, as we don't do this right now either. > > We do, actually. If you change /var/lib/cockpit/machines.json with vi, > say, this has

Re: Continuous delivery of release 132 failed and recovery

2017-03-07 Thread Martin Pitt
Hello Stef, Stef Walter [2017-02-24 9:16 +0100]: > 4. I noticed that the release-dsc file does not consider patches the > way that release-srpm does. This needs a fix, any takers? In progress now: https://github.com/cockpit-project/cockpit/pull/6052 https://github.com/cockpit-project/c

Re: Cockpit on Debian Jessie

2017-05-02 Thread Martin Pitt
Hello Tiago, Tiago Machado [2017-05-02 20:34 -0300]: > I'm currently trying to generate an installation file for Raspbian to be > able to install and use Cockpit to manage our raspberries. I could manage to > generate the makefiles and build the binaries in one of my slave > raspberries. I copied

Re: Cockpit on Debian Jessie

2017-05-04 Thread Martin Pitt
Hello machado, machado...@gmail.com [2017-05-03 18:56 -]: > What I want is a file that I can use to install cockpit in my reaspberries > that are not connected to the internet. In those systems I don't have > connection to download all dependencies to use "make install". Ack, so built .deb pa

Call for testing/feedback: Cockpit OS update feature

2017-05-23 Thread Martin Pitt
Hello all, I've been drafting and implementing a new Cockpit feature for providing a "Software Updates" page for "classic" yum/dnf/apt based systems (the current one is for Atomic OSTree only). This uses PackageKit to retrieve update information and install packages, and I've now tested it on Fedo

Re: Call for testing/feedback: Cockpit OS update feature

2017-05-23 Thread Martin Pitt
Hello Adam, Adam Williamson [2017-05-23 9:00 -0700]: > Thanks for working on this! I may be way off here, but I seem to recall > hearing some rumblings lately about making PackageKit go away. It might > be worth checking in with the devs on that just in case I'm not > entirely wrong... Hmm, I sp

Re: [libvirt] Remotable Libvirt

2017-06-06 Thread Martin Pitt
Hello Richard, Richard W.M. Jones [2017-05-31 18:00 +0100]: > I agree with others that as things stand you will need a REST or DBus > or similar API added to libvirt. > > However have you considered using gobject-introspection to generate > new "Payload" types automatically? This doesn't fundame

Re: [libvirt] Remotable Libvirt

2017-06-07 Thread Martin Pitt
Stef Walter [2017-06-07 10:47 +0200]: > On 07.06.2017 07:49, Martin Pitt wrote: > > C/GI interfaces also don't map well to D-Bus, i. e. it's not practical to > > autogenerate a D-Bus interface for a given GI API. This still works for the > > most simple methods

Weekly meeting

2017-06-12 Thread Martin Pitt
Meeting started by pitti at 13:02:01 UTC. The full logs are available at https://meetbot.fedoraproject.org/cockpit/2017-06-12/cockpit_weekly_meeting.2017-06-12-13.02.log.html Meeting summary --- * Agenda (pitti, 13:02:20) * package name for "Software Updates" (pitti, 13:04:44) * u

Cockpit 143

2017-06-19 Thread Martin Pitt
tml Cockpit 143 is available in Fedora 26: https://bodhi.fedoraproject.org/updates/cockpit-143-1.fc26 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/143 Take care, Martin Pitt signature.asc Description: PGP signature _

Re: dev setup for image registry with minishift

2017-06-28 Thread Martin Pitt
Hello Tom, Tom McKay [2017-06-27 15:34 -0400]: > Wondering how others do dev work on the image registry portion of cockpit. I usually copy test/verify/files/openshift.kubeconfig to ~/.kube/config and run "test/vm-run openshift", then the "Cluster" and "Registry" tabs just work. Our test image is

Re: Virtual Machines Hackfest Wrapup

2017-07-04 Thread Martin Pitt
Hello all, Thanks for the nice wrapup, Stef! Some amendments: Stef Walter [2017-07-04 11:37 +0200]: > Martin refactored Cockpit's access to libvirt to be more efficient and > scalable with the number of VMs. It currently uses virsh. > > https://github.com/cockpit-project/cockpit/pull/7131 This

Cockpit 145 released

2017-07-07 Thread Martin Pitt
You can get Cockpit here: http://cockpit-project.org/running.html Cockpit 145 is available in Fedora 26: https://bodhi.fedoraproject.org/updates/cockpit-145-1.fc26 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/145 Take care, Martin Pitt signature.

Cockpit 145 released

2017-07-07 Thread Martin Pitt
You can get Cockpit here: http://cockpit-project.org/running.html Cockpit 145 is available in Fedora 26: https://bodhi.fedoraproject.org/updates/cockpit-145-1.fc26 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/145 Take care, Martin Pitt signature.

Experiment: casync for test image downloads/uploads

2017-07-11 Thread Martin Pitt
Hello all, TL;DR: casync is an interesting piece of technology, but doesn't work for our current test images. As I just merged another fedora-26 test image refresh, I took some time to evaluate casync [1]. On my laptop I still have the old image (c75882fd), and on my colo server (which has a real

Cockpit 146 released

2017-07-27 Thread Martin Pitt
Get it -- You can get Cockpit here: http://cockpit-project.org/running.html Cockpit 146 is available in Fedora 26: https://bodhi.fedoraproject.org/updates/cockpit-146-1.fc26 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/146 Take care, Martin Pitt

Cockpit 147 released

2017-07-28 Thread Martin Pitt
download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/147 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to

Cockpit 148 released

2017-08-04 Thread Martin Pitt
tarball here: https://github.com/cockpit-project/cockpit/releases/tag/148 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit

Cockpit 150 released

2017-09-08 Thread Martin Pitt
cockpit-project/cockpit/releases/tag/150 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-le...@lists.fedorahosted.org

Re: Problems in container overview

2017-09-13 Thread Martin Pitt
Hello Matej, Matej Marusak [2017-09-06 15:15 -]: > The ABRT team had an idea - ABRT can catch problems from containers and ABRT > displays problems in Cockpit. Does ABRT actually support that already? I'm asking because a colleague and me worked on that feature in Apport a few years ago. It'

Cockpit 151 released

2017-09-21 Thread Martin Pitt
Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-le...@lists.fedorahosted.org

Re: Machines Isolation

2017-09-24 Thread Martin Pitt
Hello Peter, Peter [2017-09-20 16:55 -0700]: > I started putting together a plan on how we might be able to implement > machine isolation in cockpit building off the somewhat stalled sandbox work > that Stef started. > > https://github.com/cockpit-project/cockpit/wiki/Machine-isolation I don't u

Cockpit 152 released

2017-10-06 Thread Martin Pitt
nning.html Cockpit 152 is available in Fedora 27: https://bodhi.fedoraproject.org/updates/cockpit-152-1.fc27 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/152 Take care, Martin Pitt signature.asc Description: PGP

Refreshed Cockpituous token, please watch out for bot <-> GitHub permission problems

2017-10-10 Thread Martin Pitt
Hello all, Stef spotted and fixed a leakage of Cockpituous' GitHub token to public log files [1] (e. g. [2]). I now generated a new token, deployed it to cockpit-{7,11}, verifymachine{4,5}, and OpenShift, restarted all Pods, and deleted the old token. At first sight everything should be in order

Re: Cockpit depends on NetworkManager.

2017-10-16 Thread Martin Pitt
Hello Radka, Radka Janekova [2017-10-17 3:20 +0200]: > so recently I managed to destroy[1] two production servers by removing what > I saw as useless web-config utility. Apparently Cockpit depends on > NetworkManager, which nobody would expect and is easily overlooked. I guess what happened is t

Cockpit 153 released

2017-10-17 Thread Martin Pitt
You can get Cockpit here: http://cockpit-project.org/running.html Cockpit 153 is available in Fedora 27: https://bodhi.fedoraproject.org/updates/cockpit-153-1.fc27 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/153 Take care, Martin Pitt signature.

Re: Cockpit depends on NetworkManager.

2017-10-17 Thread Martin Pitt
Hello all, Stef Walter [2017-10-17 11:48 +0200]: > This is a distro specific packaging/dependency bug and not a bug in Cockpit. > > Stephen, should we file a Fedora bug about this? Any ideas which component? There is a (slightly political) decision to make first. Based on that, there are differe

Re: Updates are disabled. You need to re-subscribe this system.

2017-10-23 Thread Martin Pitt
Hello Fuji, Fuji San [2017-10-23 9:08 -]: > I have installed cockpit 151 on a F26 client and when checking the "Software > Updates" on the cockpit server, it says "Updates are disabled. You need to > re-subscribe this system." > When I click on "View Registration Details", it show a page wi

Cleaning up docker hub images

2017-10-24 Thread Martin Pitt
Hello all, https://hub.docker.com/r/cockpit/ has accumulated a lot of images, which is confusing. I'd like to clean up the obsolete ones. These are user-facing "products" generated by our release: cockpit/kubernetes cockpit/ws These provide the bots: cockpit/infra-base (base image for th

Re: Cleaning up docker hub images

2017-10-24 Thread Martin Pitt
Hello Peter, Peter [2017-10-24 8:40 -0700]: > > These are the old names for cockpit/tests and cockpit/release, and I believe > > they can be removed: > > > >cockpit/infra-verify > >cockpit/infra-release I dropped these two, as they are really obvious (renamed). > > > > This (confusing

Re: Updates are disabled. You need to re-subscribe this system.

2017-10-24 Thread Martin Pitt
Hello Fuji, Fuji San [2017-10-23 14:44 -]: > Here is the output: > $ busctl call com.redhat.SubscriptionManager /EntitlementStatus > com.redhat.SubscriptionManager.EntitlementStatus check_status > i 5 Ah, bummer. This status code means "registration required" [1], which is wrong on Fedora.

Cockpit 155 release

2017-11-08 Thread Martin Pitt
es/cockpit-155-1.fc27 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/155 Take care, Martin Pitt ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpi

Cockpit 156 released

2017-11-16 Thread Martin Pitt
-1.fc27 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/156 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe

Cockpit 157 released

2017-12-01 Thread Martin Pitt
oad the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/157 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to c

Cockpit 158 released

2017-12-13 Thread Martin Pitt
ing.html Cockpit 158 is available in Fedora 27: https://bodhi.fedoraproject.org/updates/cockpit-158-1.fc27 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/158 Take care, Martin Pitt signature.asc Description: PGP signature __

Cockpit hackfest at devconf.cz

2018-01-08 Thread Martin Pitt
Hello all, https://devconf.cz/ is approaching fast! As last year, we will host a Cockpit Hackfest community meetup again. Please come join us if you want to learn about how to create your own Cockpit pages, improve the existing ones, poke our brains about how to do stuff, or simply say hello. The

Cockpit 159 release

2018-01-10 Thread Martin Pitt
available in Fedora 27: https://bodhi.fedoraproject.org/updates/cockpit-159-1.fc27 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/159 Take care, Martin Pitt ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.or

Cockpit 160 released

2018-01-24 Thread Martin Pitt
th the example and give us feedback if you have such a use case. Get it -- You can get Cockpit here: http://cockpit-project.org/running.html Cockpit 160 is available in Fedora 27: https://bodhi.fedoraproject.org/updates/cockpit-160-1.fc27 Or download the tarball here: https://github.com/cock

Re: Host Devices

2018-01-27 Thread Martin Pitt
Hello Marek, Marek Libra [2017-10-19 11:44 +0200]: > I would like to renew the effort on Host Devices for Cockpit [1]. Indeed, sorry that this got dragged for so long. > To move forward, let's implement it step by step while opening brand new PR > picking just a subset of the already implemente

Please stop including cockpit's bundled jquery

2018-01-28 Thread Martin Pitt
Hello all, Our cockpit JS API documentation currently has some way outdated information about jQuery [1], suggesting that users of the Cockpit API should always load jQuery, and use the Cockpit bundled version. This hasn't been true for a long time, and was just forgotten to be cleaned up. Also, o

Re: Removing old repos from cockpit-project

2018-02-06 Thread Martin Pitt
Hello Stef, Stef Walter [2018-02-06 14:30 +0100]: > I'd like to remove the following outdated repos from the > https://github.com/cockpit-project/ > > * jsx-transform (fork no longer used) > * less.js (fork no longer used) > * pam_selfpolkit (never used) > * registry-image-widgets (moved to h

Cockpit 161 released

2018-02-07 Thread Martin Pitt
http://cockpit-project.org/running.html Cockpit 161 is available in Fedora 27: https://bodhi.fedoraproject.org/updates/cockpit-161-1.fc27 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/161 Take care, Martin Pitt signature.asc Description: PGP signat

Re: Removing old repos from cockpit-project

2018-02-09 Thread Martin Pitt
Hello Stef, Stef Walter [2018-02-06 14:30 +0100]: > I'd like to remove the following outdated repos from the > https://github.com/cockpit-project/ Thanks for the cleanup! these also look obsolete and should be removed: https://github.com/cockpit-project/storaged got "archived" > 2 years ago

Cockpit 162 released

2018-02-21 Thread Martin Pitt
t.org/updates/cockpit-162-1.fc27 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/162 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahoste

Cockpit 163 released

2018-03-07 Thread Martin Pitt
-- You can get Cockpit here: http://cockpit-project.org/running.html Cockpit 163 is available in Fedora 27: https://bodhi.fedoraproject.org/updates/cockpit-163-1.fc27 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/163 Take care, Martin Pitt signa

Re: Questions about file watching

2018-03-07 Thread Martin Pitt
Hello Mark, Mark Reynolds [2018-03-07 10:05 -0500]: > [1]  The first one appears to be a permissions issue.  So I am trying to > watch a file that the Cockpit user does have immediate permissions to, I suppose you mean does *not* have permissions to? >     var logfile = > cockpit.file("/var/

Introducing the Cockpit Starter Kit for developing your own Cockpit pages

2018-03-12 Thread Martin Pitt
Hello Cockpit community, in the past months we have worked on making Cockpit's test API and CI/CD system available to third-party projects. So if you maintain or plan to create your own Cockpit page, please have a look at Cockpit's "Starter Kit": It's an example page and project which includes all

Re: [8Dev] Introducing the Cockpit Starter Kit for developing your own Cockpit pages

2018-03-12 Thread Martin Pitt
Hello Dusty, Dusty Mabe [2018-03-12 9:02 -0400]: > $ curl http://cockpit-project.org/blog/cockpit-starter-kit.html > curl: (6) Could not resolve host: cockpit-project.org Right, I just noticed too. This is fallout from some DNS changes happening on https://github.com/cockpit-project/cockpit-pro

Cockpit 164 released

2018-03-21 Thread Martin Pitt
Cockpit 164 is available in Fedora 27: https://bodhi.fedoraproject.org/updates/cockpit-164-1.fc27 And Fedora 28: https://bodhi.fedoraproject.org/updates/cockpit-164-1.fc28 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/164 Take care, Martin Pitt signa

Cockpit 165 released

2018-04-04 Thread Martin Pitt
ble in Fedora 27 and Fedora 28: https://bodhi.fedoraproject.org/updates/cockpit-165-1.fc27 https://bodhi.fedoraproject.org/updates/cockpit-165-1.fc28 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/165 Take care, Martin Pitt signature.asc Descri

Re: Multiple Hosts Not A Lot of Time

2018-04-15 Thread Martin Pitt
Hello Ryan, Ryan McClung [2018-04-13 16:41 -0400]: > We are running an instance of Cockpit on a CentOS 7 vm. We have ~40 > computers and we would like to add all of them to Cockpit. Is there a > faster method other than manually adding it to the ui? You can create an /etc/cockpit/machines.d/01-my

Cockpit 166 released

2018-04-18 Thread Martin Pitt
github.com/cockpit-project/cockpit/releases/tag/166 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-le...@lists.fedorahosted.org

Re: Writing cockpit extensions

2018-04-26 Thread Martin Pitt
Hello Jim, Jim Campbell [2018-04-26 14:49 -0500]: > I think it is the case that all cockpit extensions need to be written in > Javascript. Is that the case, or can they be written in other languages, as > well (as long as they only use the Cockpit APIs)? The UI runs in the web browser, so anythin

Cockpit 167 released

2018-05-02 Thread Martin Pitt
i.fedoraproject.org/updates/cockpit-167-1.fc28 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/167 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cock

Cockpit 168 released

2018-05-16 Thread Martin Pitt
download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/168 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to

Re: React

2018-05-24 Thread Martin Pitt
Marius Vollmer [2018-05-24 9:52 +0300]: > Can't this be decided by each page / package individually? Some of the > Cockpit pages use jQuery, some use Mustache, most new ones use > react-lite. It's really awkward to do this, as you would need per-page webpack aliasing. I've done it a while ago fo

Cockpit 169 released

2018-05-30 Thread Martin Pitt
arball here: https://github.com/cockpit-project/cockpit/releases/tag/169 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-

Cockpit 170 released

2018-06-13 Thread Martin Pitt
t.org/running.html Cockpit 170 is available in Fedora 28: https://bodhi.fedoraproject.org/updates/cockpit-170-1.fc28 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/170 Take care, Martin Pitt signature.asc Description: PGP sign

Re: Integration testing with cockpit, how to deal with authentication?

2018-06-17 Thread Martin Pitt
Hello Daniel, sorry for the late reply! Daniel Hilst Selli [2018-05-24 16:24 -0300]: > I have been playing with cockpit for some time. Now I have a little library > that > create processes in the backend, which keep running until I stop then, so I > start wondering about how to do integration te

Re: Integration testing with cockpit, how to deal with authentication?

2018-06-17 Thread Martin Pitt
Hello Daniel, Daniel. [2018-06-17 22:26 -0300]: > Hi Martin, thanks for the reply!! This will help me too Also I was > wondering how to add a machine to cockpit dashborad programmatically. https://cockpit-project.org/guide/latest/feature-machines.html Martin _

Cockpit 171 released

2018-06-27 Thread Martin Pitt
in Fedora 28: https://bodhi.fedoraproject.org/updates/cockpit-171-1.fc28 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/171 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mai

Cockpit 172 released

2018-07-11 Thread Martin Pitt
Cockpit here: http://cockpit-project.org/running.html Cockpit 172 is available in Fedora 28: https://bodhi.fedoraproject.org/updates/cockpit-172-1.fc28 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/172 Take care, Martin Pitt signature.asc Descri

Documented release procedure in cockpit wiki

2018-07-19 Thread Martin Pitt
Hello all, In the interest of avoiding bus factor == 1 complications, I just documented our release procedure: https://github.com/cockpit-project/cockpit/wiki/Maintenance I tried to be as detailled as possible, but as always I'm sure that I was missing some steps or credentials, etc. Lars vo

Cockpit 173

2018-07-25 Thread Martin Pitt
format now. The screenshots, videos, etc. are much easier to look at on the blog post web page. Also, unlike the previous emails, this format is automatable. Please let me know if you strongly preferred the old format. Take care, Martin Pitt ___ cockpit

Restrict #cockpit IRC channel to registered Freenode users

2018-07-31 Thread Martin Pitt
Hello all, we've had another wave of spambot attachs in #cockpit last night and this morning. They keep coming every few weeks. Today's one was mild, but the previous one was quite unbearable (dozens of really offensive lines every minute). When they happen, there's no defence, as the traditional

Re: Restrict #cockpit IRC channel to registered Freenode users

2018-08-01 Thread Martin Pitt
Hello again, Martin Pitt [2018-08-01 8:01 +0200]: > Therefore I propose to do what many other Freenode channels have done years > ago > and restrict #cockpit to registered Freenode users. In technical terms, set > channel mode +M [1]. +r actually for Freenode, sorry [1]. As the sp

Re: Restrict #cockpit IRC channel to registered Freenode users

2018-08-01 Thread Martin Pitt
Hello Stephen, Stephen Gallagher [2018-08-01 7:56 -0400]: > If you go this route, please add content to the > https://github.com/cockpit-project/cockpit/wiki/About page to tell people > which hoops they need to jump through in order to be able to access the > channel or you're going to be locking

Re: Restrict #cockpit IRC channel to registered Freenode users

2018-08-02 Thread Martin Pitt
Hello again, Martin Pitt [2018-08-01 14:29 +0200]: > - #cockpit is now restricted to registered users (+r) I removed the flag again. The current spam wave uses authenticated users, so this doesn't help. And some people have trouble joining. At least we now have the redirect in place, s

Cockpit 177 released

2018-09-05 Thread Martin Pitt
Cockpit here: http://cockpit-project.org/running.html Cockpit 177 is available in Fedora 28: https://bodhi.fedoraproject.org/updates/cockpit-177-1.fc28 Or download the tarball here: https://github.com/cockpit-project/cockpit/releases/tag/177 Take care, Martin Pitt signature.asc

Cockpit hacking flashmob in Berlin: Sept 25 to 27

2018-09-06 Thread Martin Pitt
Hello all, soon the All Systems Go conference will happen in Berlin again [1], and a few Cockpit hackers will be there (at least Stef, Lars, Sanne, and myself). On the days before that (Tue Sep 25 to Thu Sep 27) we wanted to do a little impromptu hackfest again in the Red Hat Berlin office [2].

Dropping cockpit-kubernetes (Cluster, Image Registry, KubeVirt UI) in the future

2018-09-14 Thread Martin Pitt
Hello all, Cockpit's "Kubernetes" package has provided a web UI for managing Kubernetes/OpenShift deployments for a long time. In the last year it also got some initial support for showing KubeVirt[1] VMs that run in OpenShift. Since Red Hat's acquiring of CoreOS there are now *three* web UIs: Op

Re: Dropping cockpit-kubernetes (Cluster, Image Registry, KubeVirt UI) in the future

2018-09-17 Thread Martin Pitt
Stephen Gallagher [2018-09-14 11:07 -0400]: > On Fri, Sep 14, 2018 at 11:00 AM Martin Pitt wrote: > > > So long-term cockpit-kubernetes will go away. As a strawman I would propose > > to > > still keep it in Fedora 29 (as it's past beta freeze already), but drop i

GitHub policy change for PRs

2018-10-01 Thread Martin Pitt
Hello all, For cockpit's master branch I just refined the branch protection rules to enable this: Dismiss stale pull request approvals when new commits are pushed New reviewable commits pushed to a matching branch will dismiss pull request review approvals. This is something which we al

Cockpit 180 released

2018-10-12 Thread Martin Pitt
Cockpit is the modern Linux admin interface. We release regularly. Here are the release notes from version 180: http://cockpit-project.org/blog/cockpit-180.html Summary: - Move to ssh SHA256 fingerprints - Machines: Show error messages in the correct place You can get Cockpit here: http:/

Cockpit 183 released

2018-11-28 Thread Martin Pitt
: https://github.com/cockpit-project/cockpit/releases/tag/183 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-le

Re: cockpit.spawn() - how to wait for finish?

2019-01-10 Thread Martin Pitt
Hello Magik, . [2019-01-09 21:51 +0100]: > I'm C programmer learning now Cockpit. My problem is as follows: for some > of the operation I must use external helper and I must wait for it output. > The cockpit.spawn() function returns the promise, which is non-blocking > operation (as expected). How

Track github issue cleanup progress

2019-01-10 Thread Martin Pitt
Hello all, as discussed in yesterday's meeting, we want to do a collective effort in cleaning up our issues [1]. I just did a few, but this bears the question how we track which issues have been looked at and which still need to be re-triaged? A lot of issues will still be current, after all. My

Re: Track github issue cleanup progress

2019-01-10 Thread Martin Pitt
Hello all, Martin Pitt [2019-01-10 9:45 +0100]: > My idea: > > * With a script, add a "triage-201901" label to all issues which didn't get >any comment in more than one month. Let's use "review-2019-01" for a bit more clarity, and 90 days.

Re: Track github issue cleanup progress

2019-01-10 Thread Martin Pitt
Martin Pitt [2019-01-10 10:59 +0100]: > Let's use "review-2019-01" for a bit more clarity, and 90 days. I sent a PR > for > such a script here: https://github.com/cockpit-project/cockpit/pull/10941 As discussed in the standup, I now ran this script: https://github.com

Re: Login access for users without password, without password - maybe a breach?

2019-01-10 Thread Martin Pitt
Hello Daniel, Daniel. [2019-01-10 23:26 -0200]: > I just installed cockpit in a server that I have access exclusively with > ssh keys, my surprise is that the user hasn't a password and installing > cockpit make possible to login without password opening a breach. *Never* have users with an empty

Re: cockpit.spawn() - how to wait for finish?

2019-01-12 Thread Martin Pitt
Hello Magic, . [2019-01-11 20:44 +0100]: > Thank you very much for the answer! Unfortunately I'm still stuck :-( > Please take a look at the following code and tell me why it's still > asynchronous. It display properly messages: "testFunct" and then "end of > testFunct", but it never reach the .th

Cockpit/Composer hackfest on Devconf.cz

2019-01-14 Thread Martin Pitt
with your own Cockpit UI, set up your own project [1], discuss some Cockpit or Composer improvement or your pet bug, or just say hello, please stop by! See you next week, The Cockpit team Martin Pitt [1] in that case, you may also be interested in "Your turn-key Cockpit UI in a C

Re: Different cockpit versions between RHEL & CentOS 7.6

2019-02-06 Thread Martin Pitt
Hello Yigal, Yigal Korman [2019-02-06 8:32 +0200]: > Anyone knows why RHEL 7.6 provides v173.1 while CentOS has a newer v176? > Usually packages have the same version on both... They do, but you have to consider Base vs. Extras. Both RHEL 7.6 and CentOS 7.3 have Cockpit 173 in base http://mir

Cockpit 188 released

2019-02-20 Thread Martin Pitt
/cockpit-project/cockpit/releases/tag/188 Take care, Martin Pitt ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org

Cockpit 192 released

2019-04-17 Thread Martin Pitt
/releases/tag/192 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-le...@lists.fedorahosted.org Fedora Code of Conduct

Re: Fwd: F30 Talking points needed

2019-04-25 Thread Martin Pitt
Hello Stephen, ah, I already sent this around to your private email on Apr 2, but apparently that got lost.. Stephen Gallagher [2019-04-25 8:17 -0400]: > Cockpit folks, would you be so kind as to provide me with a > highlights-reel of major enhancements since the 178 release (which was > what sh

Renamed "priority" github label to "release-blocker"

2019-07-04 Thread Martin Pitt
Hello all, in practice we've been using the "priority" label as "must go into the next release" for a while. Since our move of CI to AMQP the label actually hasn't influenced the test queue priority; in principle we could implement that, but so far we never bothered as we have enough capacity anyw

Cockpit 198, cockpit-composer 3, and cockpit-podman 5 released

2019-07-10 Thread Martin Pitt
ra 30: https://bodhi.fedoraproject.org/updates/FEDORA-2019-edb4d9b942 Or download the tarball here: https://github.com/cockpit-project/cockpit-podman/releases/5 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit-devel mailing

Cockpit 200 and Cockpit Composer 5 released

2019-08-08 Thread Martin Pitt
/FEDORA-2019-0c89ab1543 Or download the tarball here: https://github.com/weldr/cockpit-composer/releases/tag/5 Take care, Martin Pitt ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel

Re: Web console restriction

2019-09-12 Thread Martin Pitt
Hello Louis, Louis garcia [2019-09-12 21:34 -]: > My server has four interfaces and I am trying to restrict cockpit to only > listen to one of them. I am running fedora 30 with cockpit 202.1. I added > listen.conf to systemd as the docs says. > is web console buggy ? > > $cat /etc/systemd/s

Re: bots moved to cockpit-project/bots!

2019-09-27 Thread Martin Pitt
Hello Justin, Justin Stephenson [2019-09-24 10:30 -0400]: > The session recording cockpit module is a bit behind the > cockpit-starter-kit master, so I just cherry-picked the 'Update bots > target for moved GitHub project' commit. > > Afterwards, 'make bots' works fine but I see this error when >

Cockpit 204, cockpit-podman 9, cockpit-composer 8 released

2019-10-02 Thread Martin Pitt
/FEDORA-2019-8d753ce90e https://bodhi.fedoraproject.org/updates/FEDORA-2019-11330f749d Or download the tarball here: https://github.com/weldr/cockpit-composer/releases/tag/8 Take care, Martin Pitt signature.asc Description: PGP signature ___ cockpit

Re: Question

2019-10-09 Thread Martin Pitt
Hello Jonathan, Jonathan Aquilina [2019-10-06 5:39 +]: > I have a question. I understand that cockpit is still in its infancy Software is never "done", but I daresay Cockpit is a rather mature project by now. It has shipped in all major distros (https://cockpit-project.org/running.html) for

  1   2   >