Teal Dulcet
Teal Dulcet
What version of GCC and CUDA were you using? On Linux I was able to build it with these commands: ```bash git clone https://github.com/preda/gpuowl.git cd gpuowl git checkout cuda sed...
Regarding all those string errors, adding `#include ` near the top of the `common.h` file will fix this issue. Regarding this error `error: parameter packs not expanded with ‘...’`, it...
I would double check that you are using CUDA 11.7, as upgrading does not usually remove the old version by default. Depending on where you installed CUDA 11.7 to, you...
For anyone following this issue, I just noticed that the regression seems to have been fixed in [Bug 1778091](https://bugzilla.mozilla.org/show_bug.cgi?id=1778091) which landed in Thunderbird 104. Unfortunately, they did not uplift that...
Try the step here: https://github.com/servisys/ispconfig_setup/issues/267#issuecomment-430150149. I think this may be the same issue. >Can I assume the install is far enough along to start using ISPConfig? No, ISPConfig is not...
If nginx is selected on Ubuntu 18.04, phpMyAdmin is always installed: https://github.com/servisys/ispconfig_setup/blob/ddbb4a4264e12be1489fd5f3180d789ba92dab7f/distros/ubuntu-18.04/install_webserver.sh#L96-L99 I would need to see more of the log, but I suspect one of the packages is asking...
> Waiting for about 1hour but still not working. > Does anyone have an idea why? I suspect one of the packages you already have installed on your system is...
> Tried run _update_ and _dist-upgrade_. The problem still not solved. > I am running on a fresh copy of Ubuntu 18.04 LTS. > Always stuck at "Updating apt package...
Here is a script that we could use as a starting point: https://gist.github.com/jniltinho/7734f4879c4469b9a47f3d3eb4ff0bfb A link to it was added in #259, for users on openSUSE: https://github.com/servisys/ispconfig_setup/blob/9bdb0cb4c00b180ca563655cc455e916c313a8a1/install.sh#L239
It looks like the problem is with your country name, which [must be two characters](https://github.com/servisys/ispconfig_setup/blob/9bdb0cb4c00b180ca563655cc455e916c313a8a1/distros/ubuntu-18.04/askquestions.sh#L84). That is what the `maxsize=2` is referring to in the error.