-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lool on Debian 10 buster. Working after few modifications #190
Comments
I just saw this today, I'm going to attempt it on my live Nextcloud instance to see if it works. If it does, I'll tweak it a bit for modern standards and see about a pull request. |
@quenenni Did you get any really weird issues where if you tried to let the script clone the repositories it didn't work, yet when you ran the clone manually it worked? I've been sitting here running two different terminal sessions with a manual clone working and the clone via the script sitting there and apparently doing nothing. |
@NateTheSage
|
Of course of course, but when an I will try your config you posted there and see if that helps. |
Wow, guess I'm just used to seeing output from Riddle me this, though...
|
been there.
|
Ahhh, and the insight is further shared! I'll give that a shot tonight if not tomorrow. |
I got closer. Alas, time prevented me from responding sooner.
|
hmmm. while compiling, in another window:
obviously this is called at some time during compilation. Do you use SElinux and block some ports? Just guessing. |
Nope, not using SELinux and not blocking ports. At least locally, although I have no idea why it might try to reach out to the Internet. Edit: It looks like for some reason Firebird just doesn't start. Let me see if I can figure that out. Edit again: The file is in fact missing when I go to look. |
just guessing around. Had that a long time ago. |
I will double check, I'm pretty sure it is in fact installed. Edit: I get a failure to install Further edit: I had to do a |
Still same error. There must be something I'm missing with Firebird. |
i have this error: E: Package 'nodejs-dev' has no installation candidate how can i fix it ? |
@dieg0nob Did you make all the changes I show in the first post? Dis you try to install manually the package libnode-dev? The error seems to come from the file "bin/systemSetup.sh", with all the apt install stuff. |
i edited bin/onlinePrep.sh |
I succeeded to have it working on a newly install Debian 10.
Only few changes in 1 file to have the script working and a specific configuration to have the script select the right branch / versions of the repos.
In file bin/systemSetup.sh (line 58):
by this:
by this
To install a more recent version of npm (v6.13.6), still in the same file :
You can add this line just after the previous change (apt-get install nodejs -y in "buster" bloc).
You can also add this line just after the previous change (apt-get install nodejs -y in "buster" bloc).
With these changes, the script is working.
But by default, the script doesn't take the right Lool branch (collabora-online-4).
I succeeded to set it to a good branch (collabora-online-4-0) and now I have Lool working
For the exact configration to select that branch, check this post that keeps tracks of working configs: #188
The text was updated successfully, but these errors were encountered: