From mrp at mrp.net Mon Mar 2 08:19:03 2026 From: mrp at mrp.net (Mark Prior) Date: Mon, 2 Mar 2026 18:49:03 +1030 Subject: [ixpmanager] Uninstalling xixpmanager Message-ID: <89bcd96f-c947-4d56-87a5-1a0c7df4274a@mrp.net> Is there a cheat sheet that describes the steps to remove an old version of ixpmanager from a system? Mark. From nick at foobar.org Mon Mar 2 10:37:27 2026 From: nick at foobar.org (Nick Hilliard) Date: Mon, 2 Mar 2026 10:37:27 +0000 Subject: [ixpmanager] Uninstalling xixpmanager In-Reply-To: <89bcd96f-c947-4d56-87a5-1a0c7df4274a@mrp.net> References: <89bcd96f-c947-4d56-87a5-1a0c7df4274a@mrp.net> Message-ID: <81f5f48f-edfb-bcd2-eff0-2e85680d3d0d@foobar.org> Mark Prior via ixpmanager wrote on 02/03/2026 08:19: > Is there a cheat sheet that describes the steps to remove an old > version of ixpmanager from a system? Hi Mark, is this for an upgrade, or to delete completely? To delete completely: rm -rf /srv/ixpmanager, and then drop the DB. You can do an in-place upgrade with git, which will handle the /srv/ixpmanager directory, and the install instructions will deal with the DB changes. Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From nick at foobar.org Mon Mar 2 10:41:39 2026 From: nick at foobar.org (Nick Hilliard) Date: Mon, 2 Mar 2026 10:41:39 +0000 Subject: [ixpmanager] Uninstalling xixpmanager In-Reply-To: <57f4bec5-f27f-40b9-b4c0-c23110bbfcf2@mrp.net> References: <89bcd96f-c947-4d56-87a5-1a0c7df4274a@mrp.net> <81f5f48f-edfb-bcd2-eff0-2e85680d3d0d@foobar.org> <57f4bec5-f27f-40b9-b4c0-c23110bbfcf2@mrp.net> Message-ID: Mark Prior wrote on 02/03/2026 10:39: > Hi Nick, > > It's to nuke it from a machine. # rm -rf /srv/ixpmanager # mysqladmin -u root -p drop ixp Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From nick at foobar.org Mon Mar 2 10:50:32 2026 From: nick at foobar.org (Nick Hilliard) Date: Mon, 2 Mar 2026 10:50:32 +0000 Subject: [ixpmanager] Uninstalling xixpmanager In-Reply-To: <5867fa8b-5c62-430c-b70c-304e4f344c22@mrp.net> References: <89bcd96f-c947-4d56-87a5-1a0c7df4274a@mrp.net> <81f5f48f-edfb-bcd2-eff0-2e85680d3d0d@foobar.org> <57f4bec5-f27f-40b9-b4c0-c23110bbfcf2@mrp.net> <5867fa8b-5c62-430c-b70c-304e4f344c22@mrp.net> Message-ID: Hi Mark, I've added ixpmanager at inex.ie back into cc: - this is a "Support, Out in the Open" mailing list (www.ixpmanager.org/support). Mark Prior wrote on 02/03/2026 10:45: > Thanks Nick. I was concerned that there were prerequisites too that > could be nuked as part of a general clean up of this system. maybe, hard to tell :)? IXP Manager depends on additional packages, which might or might not be used by other applications on the server / vm that the IXP Manager installation was hosted on.? These can be cleaned up easily with your operating system package manager. Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrp at mrp.net Mon Mar 2 10:56:47 2026 From: mrp at mrp.net (Mark Prior) Date: Mon, 2 Mar 2026 21:26:47 +1030 Subject: [ixpmanager] Uninstalling xixpmanager In-Reply-To: References: <89bcd96f-c947-4d56-87a5-1a0c7df4274a@mrp.net> <81f5f48f-edfb-bcd2-eff0-2e85680d3d0d@foobar.org> <57f4bec5-f27f-40b9-b4c0-c23110bbfcf2@mrp.net> <5867fa8b-5c62-430c-b70c-304e4f344c22@mrp.net> Message-ID: <3d87d37f-6734-4251-9006-8e49c576e3d8@mrp.net> On 2/3/2026 21:20, Nick Hilliard wrote: > Hi Mark, > > I've added ixpmanager at inex.ie back into cc: - this is a "Support, Out in > the Open" mailing list (www.ixpmanager.org/support). Cool. I just automatically hit reply rather than reply all. > Mark Prior wrote on 02/03/2026 10:45: >> Thanks Nick. I was concerned that there were prerequisites too that >> could be nuked as part of a general clean up of this system. > > maybe, hard to tell :)? IXP Manager depends on additional packages, > which might or might not be used by other applications on the server / > vm that the IXP Manager installation was hosted on.? These can be > cleaned up easily with your operating system package manager. Well it had cronjob entries that I had to nuke too and there is probably some boot procedure to also find. Mark. From nick at foobar.org Mon Mar 2 11:19:56 2026 From: nick at foobar.org (Nick Hilliard) Date: Mon, 2 Mar 2026 11:19:56 +0000 Subject: [ixpmanager] Uninstalling xixpmanager In-Reply-To: <3d87d37f-6734-4251-9006-8e49c576e3d8@mrp.net> References: <89bcd96f-c947-4d56-87a5-1a0c7df4274a@mrp.net> <81f5f48f-edfb-bcd2-eff0-2e85680d3d0d@foobar.org> <57f4bec5-f27f-40b9-b4c0-c23110bbfcf2@mrp.net> <5867fa8b-5c62-430c-b70c-304e4f344c22@mrp.net> <3d87d37f-6734-4251-9006-8e49c576e3d8@mrp.net> Message-ID: <21a6a44f-81e6-c829-8c6c-e2a821bfd0fc@foobar.org> Mark Prior via ixpmanager wrote on 02/03/2026 10:56: > Well it had cronjob entries that I had to nuke too and there is > probably some boot procedure to also find. yep, good catch - there's a crontab entry too.? There's no boot-up procedures, but you would need to remove the web server config. Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrp at mrp.net Mon Mar 2 11:23:55 2026 From: mrp at mrp.net (Mark Prior) Date: Mon, 2 Mar 2026 21:53:55 +1030 Subject: [ixpmanager] Uninstalling xixpmanager In-Reply-To: <21a6a44f-81e6-c829-8c6c-e2a821bfd0fc@foobar.org> References: <89bcd96f-c947-4d56-87a5-1a0c7df4274a@mrp.net> <81f5f48f-edfb-bcd2-eff0-2e85680d3d0d@foobar.org> <57f4bec5-f27f-40b9-b4c0-c23110bbfcf2@mrp.net> <5867fa8b-5c62-430c-b70c-304e4f344c22@mrp.net> <3d87d37f-6734-4251-9006-8e49c576e3d8@mrp.net> <21a6a44f-81e6-c829-8c6c-e2a821bfd0fc@foobar.org> Message-ID: <681db5c4-20b4-4179-be5c-907c22771b5e@mrp.net> On 2/3/2026 21:49, Nick Hilliard wrote: > Mark Prior via ixpmanager wrote on 02/03/2026 10:56: >> Well it had cronjob entries that I had to nuke too and there is >> probably some boot procedure to also find. > > yep, good catch - there's a crontab entry too.? There's no boot-up > procedures, but you would need to remove the web server config. > Yes nuked the web server and the DNS entries pointing to it. Mark.