Die Suche ergab 12 Treffer

von gd7s9sjddh
Fr 20. Nov 2020, 17:03
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

A year has past and I finally got to talk to someone working at Meyton. For a year, we have been left with an half-working system. I totally agree with Maximillian's previous statement: The Meyton software is great and many of the technical choices are great. However, the way security and the instal...
von gd7s9sjddh
Mo 4. Nov 2019, 16:18
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

Currently, I have an half working version. I did manage to get ShootMaster to partly work but some function such as upgrading the DB fails at some point with a message such as "it did not work" without any further detail. I initially wanted to use MariaDB but gave up due to issues that are probably ...
von gd7s9sjddh
So 3. Nov 2019, 21:13
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

Wow Maximilian, many thanks for the insight and the great tips. I think I lost enough time. It is time for Meyton to lose their time fixing their mess. I have a properly working MySQL but the magic script fail to connect and don't provide any hint at all. I ended up finding the /etc/meyton folder bu...
von gd7s9sjddh
So 3. Nov 2019, 19:14
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

After digging, I realized what the issue is: - Meyton is trying to do the job - but MySQL has changed - So forcing the password mc4hct is no longer OK according to MySQL (Hey Meyton => Surprise!) So the 'solution' to set the password to nothing to 'make it easier', does not make it easier at all. Th...
von gd7s9sjddh
So 3. Nov 2019, 18:31
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

And the issue is that the script is (oh should I say it again) total crap: mysqladmin -u root password '' 2> /dev/null Which means: lets change the password in a crappy way and if something goes wrong, let's make sure we don't tell the user and ignore the failure.... The reason is that MySQL seems m...
von gd7s9sjddh
So 3. Nov 2019, 18:22
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

Here I am debugging the install script.... The code I was looking for and the data I was missing are exposed below: BasicBuildMysql() { echo "Datenbank aufbauen/Updaten" # MySQL stoppen und zur Sicherheit Rechte setzen systemctl stop mysql chown -R mysql.mysql /var/lib/mysql 2>/dev/null # Dienst akt...
von gd7s9sjddh
So 3. Nov 2019, 18:16
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

Maximilian, Do you know by chance what ShootMaster expects as default mysql user/password? Despite starting mysql in --skip-grant mode and having the installer run as root, my install fails and I get a message similar to "Fehler in Grant All Modul." My local MYSQL is a real MySQL and I can connect a...
von gd7s9sjddh
So 3. Nov 2019, 17:24
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

Hey Maximilian, Many thanks for answer this thread. I was (and still am to have to spend that much time on that topic) rather irritated and totally agree with your statements. It cheers me up to hear I am not the only one thinking the approach is total non sense. Many thanks for the hint about the u...
von gd7s9sjddh
So 3. Nov 2019, 01:59
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

And the smart installer changes the hostname as well.... like anyone cares...
von gd7s9sjddh
So 3. Nov 2019, 01:02
Forum: Software (English)
Thema: Installation disaster
Antworten: 19
Zugriffe: 39223

Re: Installation disaster

Going from surprise to surprise.... During the INSTALLATION process, the first thing you are asked to do is to UNInstall. Oh well... We start getting the drill. Was this installer developed during a non sense contest? The installer will change your root password !?!?!?! Why??? really WHY!?!?!? It wi...