-
Notifications
You must be signed in to change notification settings - Fork 319
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
alis-packages.conf executing Pacman -Syi instead of installing packages #225
Comments
That is the checks function/step output, the checks function checks the packages to install are valid and exists, the packages are installed later on packages function. After the scripts ends, are the packages installed? is the packages function/step executed? |
The script ends. I'm believe the packages were not installed, because it was executed in an instant. |
Tested again: the packages were not installed. =( |
Also: the packages step were not executed. Noticed this now. |
Any error message in logs when scripts ends? or after checks step? are you executing alis.sh or alis-packages.sh? In your screenshoot log sems you are executing alis-packges.sh, but I see your user jayson and in other traces picodotdev. can you provide the full log? |
May I send the asciinema file? I don't know where the log is saved. |
I re executed the packages installation and got an error on gnome-extra package. It was saying the package does not exists, but if I try to install it manually, it is found by pacman, but it is not an actual package. EDIT: What I was trying to say is that |
checking the asciinema.log the problem seems to be in this line. Line 142 in 14b7584
Its is trying to install pipewire but for that is need to remove pulseaudio pulseaudio-bluetooth packages before, the script checks if they exist (are installed) with -Qi but on deleting with -Rdd fails saying they not exist (are not installed), should not happen. |
Well, I have more information that may help. In the previous tries, I first executed the I was able to install most packages. I skipped It didn't install any flatpak packages though, saying that I did not had permission. I now started the process again, but tried to install all the packages during installation. It worked almost 100%. Didn't install gnome-extra and any flatpak package, but was able to finish without interruption. alis.log If you need more information, I'm willing to do that process again. It's a VM, so it's not so difficult to start from scratch. |
Givin a look to the alis.log has the following message at package installation.
So, no packages and flatpak installation is expected. Not sure why failed for you gnome-extra, maybe mirror error?, I tried in my machine |
Will try |
I'm having the same issue. I've been trying this off and on since yesterday. Nothing from lines 24 and 35 are being installed. (firefox and my additional I've adjusted the script to install KDE, and I've minimized what's installed (removed some of the broader packages). That works with no issues. I've also tried running the EDIT Disregard, I found the log file and discovered I had an AUR package mixed in with PACMAN. Once I removed it, the scripts worked flawlessly. |
Tried installing packages today with the script, and it's only displaying the packages information:
Here is my alis-packages.conf:
The text was updated successfully, but these errors were encountered: