Re: [Xastir] Raspian Builds

2019-07-15 Thread Curt Mills
How's this? > SELECT Cast(user_name AS CHAR), Cast(User_Email AS CHAR) FROM user where > user_name = 'Kg4wsv'; +-+--+ | Cast(user_name AS CHAR) | Cast(User_Email AS CHAR) | +-+--+ | Kg4wsv

Re: [Xastir] Raspian Builds

2019-07-15 Thread km5vy Tom Russo
On Mon, Jul 15, 2019 at 08:37:14AM -0700, we recorded a bogon-computron collision of the flavor, containing: > Or delete the user and create a fresh account? There is apparently no longer a way to delete a user from the web interface anymore, either:

Re: [Xastir] Raspian Builds

2019-07-15 Thread Curt Mills
Nope, this version of Mediawiki (1.23.0) doesn't have that script. I might be able to change it in the database but since I'm not a DBA that may take more time. On Mon, Jul 15, 2019 at 8:45 AM Curt Mills wrote: > > I'll try to change it with the script first. > > On Mon, Jul 15, 2019 at 8:37 AM

Re: [Xastir] Raspian Builds

2019-07-15 Thread Curt Mills
I'll try to change it with the script first. On Mon, Jul 15, 2019 at 8:37 AM Curt Mills wrote: > > Or delete the user and create a fresh account? > > On Mon, Jul 15, 2019 at 8:30 AM Tom Russo wrote: > > > > It appears that there is no way to change a users' email address from the > > MediaWiki

Re: [Xastir] Raspian Builds

2019-07-15 Thread Lee D Bengston
Ubuntu puts out a new release every 6 months while Debian/Raspbian has a much longer interval, so I expect it might be a challenge to try to keep up with which maps to what. A few months ago I noticed Debian Stretch had far fewer compiler warnings than Ubuntu 18.04 when building Xastir - so

Re: [Xastir] Raspian Builds

2019-07-15 Thread Curt Mills
Or delete the user and create a fresh account? On Mon, Jul 15, 2019 at 8:30 AM Tom Russo wrote: > > It appears that there is no way to change a users' email address from the > MediaWiki web interface (at least in the version that's installed on > xastir.org). It has to be done externally to the

Re: [Xastir] Raspian Builds

2019-07-15 Thread Tom Russo
It appears that there is no way to change a users' email address from the MediaWiki web interface (at least in the version that's installed on xastir.org). It has to be done externally to the web, on the command line. That means Curt will have to take care of it.

Re: [Xastir] Raspian Builds

2019-07-15 Thread Tom Russo
On Mon, Jul 15, 2019 at 10:18:01AM -0500, we recorded a bogon-computron collision of the flavor, containing: > On Mon, Jul 15, 2019 at 9:02 AM Tom Russo wrote: > > > > According to the user list page on the wiki, you not only have an account > > on the wiki, but also edit permissions. > > >

Re: [Xastir] Raspian Builds

2019-07-15 Thread Tom Russo
On Mon, Jul 15, 2019 at 10:30:36AM -0400, we recorded a bogon-computron collision of the flavor, containing: > On 15.07.2019 10:02, Tom Russo wrote: > > > > > On Mon, Jul 15, 2019 at 08:50:04AM -0500, we recorded a > > bogon-computron collision of the flavor, > > containing: > >> Just

Re: [Xastir] Raspian Builds

2019-07-15 Thread Jason KG4WSV
On Mon, Jul 15, 2019 at 9:02 AM Tom Russo wrote: > According to the user list page on the wiki, you not only have an account > on the wiki, but also edit permissions. > In my (failed) search for my password, I stumbled across this gem (from me, circa 2009): I have a login (Kg4wsv), but

Re: [Xastir] Raspian Builds

2019-07-15 Thread Steve West-Fisher
On 15.07.2019 10:02, Tom Russo wrote: On Mon, Jul 15, 2019 at 08:50:04AM -0500, we recorded a bogon-computron collision of the flavor, containing: Just curious, why are the raspbian and ubuntu build instructions separate? It looks like they could be combined. I used the ubuntu instructions

Re: [Xastir] Raspian Builds

2019-07-15 Thread Tom Russo
Pretty much for the same reason that there used to be separate build instructions for every single release of Ubuntu from 6.04 all the way to the present: because someone wrote it that way back when the earth was still cooling, and it stuck. There may have been a time when the two systems were

Re: [Xastir] Raspian Builds

2019-07-15 Thread Jason KG4WSV
Just curious, why are the raspbian and ubuntu build instructions separate? It looks like they could be combined. I used the ubuntu instructions (quite possibly by mistake) on my pis (definitely stretch, and IIRC jessie as well) and they work with no errors. Of course the ubuntu build script

[Xastir] Raspian Builds

2019-07-14 Thread Chip Griffin
The Wiki for installing says that the installation works for the Stretch or Jessie versions of Raspian. The second How To says that it’s specifically for Jessie. I used the first with Buster on a Raspberry Pi 4 and it worked perfectly. There were some of the usual warnings during the build, but