Unfortunately, no one can be told what Redcore Linux is. You have to see it for yourself!
You are not logged in.
Good night for all
Yesterday is update this a redcore linux after update the system this sisyphus
nuno@nuno-redcore ~ $ sudo sisyphus update
Traceback (most recent call last):
File "/usr/bin/sisyphus", line 3, in <module>
import sisyphus
File "/usr/lib/python3.10/site-packages/sisyphus/__init__.py", line 1, in <module>
from .autoremove import *
File "/usr/lib/python3.10/site-packages/sisyphus/autoremove.py", line 11, in <module>
import sisyphus.syncdb
File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 5, in <module>
import urllib3
ModuleNotFoundError: No module named 'urllib3'
nuno@nuno-redcore ~ $ sudo sisyphus upgrade
Traceback (most recent call last):
File "/usr/bin/sisyphus", line 3, in <module>
import sisyphus
File "/usr/lib/python3.10/site-packages/sisyphus/__init__.py", line 1, in <module>
from .autoremove import *
File "/usr/lib/python3.10/site-packages/sisyphus/autoremove.py", line 11, in <module>
import sisyphus.syncdb
File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 5, in <module>
import urllib3
ModuleNotFoundError: No module named 'urllib3'
nuno@nuno-redcore ~ $
Last edited by nuno_nunes (2023-10-10 22:40:12)
Offline
That means the system is not fully upgraded, and your latest attempt failed somehow. Try this :
emerge --sync
cd /opt/redcore-build
git fetch --unshallow
git fetch --all
git reset --hard 5361e6b8970e53046955ac5071d9122990cf77ec
emerge -va1 sisyphus sisyphus-qt
sisyphus branch master
sisyphus rescue
sisyphus upgrade
This should work. If you have issues, please let me know.
Offline
That means the system is not fully upgraded, and your latest attempt failed somehow. Try this :
emerge --sync cd /opt/redcore-build git fetch --unshallow git fetch --all git reset --hard 5361e6b8970e53046955ac5071d9122990cf77ec emerge -va1 sisyphus sisyphus-qt sisyphus branch master sisyphus rescue sisyphus upgrade
This should work. If you have issues, please let me know.
Is a not work, try again this reinstall this a system
thanks
Offline
If you reinstall, you must follow the same steps. I will release a new ISO image soon so is not required, but until then those steps are valid.
Offline
After reinstall
nuno-redcore ~ # sisyphus upgrade
Traceback (most recent call last):o entrada de esconderijo nenhuma.
File "/usr/bin/sisyphus", line 301, in <module>
app()
File "/usr/lib/python3.10/site-packages/typer/main.py", line 213, in __call__
return get_command(self)()
File "/usr/lib/python3.10/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/usr/lib/python3.10/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3.10/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3.10/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/typer/main.py", line 496, in wrapper
return callback(**use_params) # type: ignore
File "/usr/bin/sisyphus", line 214, in upgrade
sisyphus.upgrade.start()
File "/usr/lib/python3.10/site-packages/sisyphus/upgrade.py", line 21, in start
sisyphus.update.start()
File "/usr/lib/python3.10/site-packages/animation/decorators.py", line 139, in wrapper
ret = func(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/sisyphus/update.py", line 28, in start
syncAll()
File "/usr/lib/python3.10/site-packages/sisyphus/update.py", line 18, in syncAll
sisyphus.syncdb.remoteTable()
File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 28, in remoteTable
remoteCSV()
File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 13, in remoteCSV
packagesCsvURL, descriptionsCsvURL = sisyphus.getenv.csvURL()
File "/usr/lib/python3.10/site-packages/sisyphus/getenv.py", line 33, in csvURL
packagesCsvURL = csvURL.replace(
AttributeError: 'list' object has no attribute 'replace'
nuno-redcore ~ #
I try last comands is a not work
Last edited by nuno_nunes (2023-10-10 18:17:51)
Offline
You need to follow those steps exactly and it should work.
Offline
After reinstall
nuno-redcore ~ # sisyphus upgrade Traceback (most recent call last):o entrada de esconderijo nenhuma. File "/usr/bin/sisyphus", line 301, in <module> app() File "/usr/lib/python3.10/site-packages/typer/main.py", line 213, in __call__ return get_command(self)() File "/usr/lib/python3.10/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3.10/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/usr/lib/python3.10/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3.10/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3.10/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) File "/usr/lib/python3.10/site-packages/typer/main.py", line 496, in wrapper return callback(**use_params) # type: ignore File "/usr/bin/sisyphus", line 214, in upgrade sisyphus.upgrade.start() File "/usr/lib/python3.10/site-packages/sisyphus/upgrade.py", line 21, in start sisyphus.update.start() File "/usr/lib/python3.10/site-packages/animation/decorators.py", line 139, in wrapper ret = func(*args, **kwargs) File "/usr/lib/python3.10/site-packages/sisyphus/update.py", line 28, in start syncAll() File "/usr/lib/python3.10/site-packages/sisyphus/update.py", line 18, in syncAll sisyphus.syncdb.remoteTable() File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 28, in remoteTable remoteCSV() File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 13, in remoteCSV packagesCsvURL, descriptionsCsvURL = sisyphus.getenv.csvURL() File "/usr/lib/python3.10/site-packages/sisyphus/getenv.py", line 33, in csvURL packagesCsvURL = csvURL.replace( AttributeError: 'list' object has no attribute 'replace' nuno-redcore ~ #
I try last comands is a not work
Can you post the output of each command separately?
I can help you
Offline
That means the system is not fully upgraded, and your latest attempt failed somehow. Try this :
emerge --sync cd /opt/redcore-build git fetch --unshallow git fetch --all git reset --hard 5361e6b8970e53046955ac5071d9122990cf77ec emerge -va1 sisyphus sisyphus-qt sisyphus branch master sisyphus rescue sisyphus upgrade
This should work. If you have issues, please let me know.
Thank you very much for this solution, it worked perfectly for me when I experienced the same situation as the OP.
Offline
after fresh install with these steps
red /opt/redcore-build # sisyphus rescue
red /opt/redcore-build # sisyphus upgrade
fetching updates. No stash entries found.
Source package(s) found in the mix!
Use 'sisyphus upgrade --ebuild'
red /opt/redcore-build #
this works but sisyphus not upgrade yet. source packages masked...
Offline