FOG 1.5.7 install on Ubuntu 18.04.3 LTS fails at Schema install/update
-
@george1421
No MariaDB logs, just a mysql in /var/logNothing in that since Friday.
Incidentally, I tried to ‘touch’ a couple of test files in /home/<myuser> and in /tmp, /var etc. Each time I get a "cannot touch ‘test’: Read-only file system.
So it looks like my machine has decided to lock everything down. I don’t understand how it managed to download the FOG package in that case.
-
@TurkTownBlue Well you might need to do a
sudo touch
since even if you are an admin, you need sudo to do things to protected directories.Go ahead and run the mysql commands to create and drop the database. I did find something that we can test if the create fails.
-
@TurkTownBlue There is something terribly wrong with this installation.
Please run
mount
and post the full output here. -
-
-
@Sebastian-Roth said in FOG 1.5.7 install on Ubuntu 18.04.3 LTS fails at Schema install/update:
@TurkTownBlue There is something terribly wrong with this installation.
Please run
mount
and post the full output here.Bear with. I am logged onto the forum on a different machine. Firefox doesn’t render on the FOG device so I may be a while downloading an alternate Browser.
-
@TurkTownBlue ok this will be the first time seeing this my self.
edit the following file
/usr/lib/systemd/system/mariadb.service
or/etc/systemd/system/mariadb.service
you may need to launch the text editor as an administrator.Search for a seciton that looks like thks:
ProtectSystem=full ProtectHome=true
Change them to this:
ProtectSystem= ProtectHome=
Then back to the linux command prompt and key in:
sudo systemctl daemon-reload sudo systemctl start mariadb
-
OK everyone. Now it refuses to download alternative browsers. Looks like my install is seriously flaky.
I’m going to reboot and attempt to re-install FOG.
-
@TurkTownBlue Sounds like a good next step.
-
@george1421
It was worse than i thought.Ubuntu wouldn’t start so it looks like a complete refresh