Estou usando a versão cooking 20110531 e hoje quando fiz o upgrade pelo tazpkg o xterm sumiu, verifiquei na lista de atualizações e realmente foi atualizado, contato o mesmo não existe mais após a atualização (2011-12-16).

Block Xterm Upgrade : xterm-276.tazpkg missing files on cooking repo
(6 posts) (3 voices)-
Posted 13 years ago #
-
To fix:
Boot into cooking iso you installed from.
#tazpkg repack xterm
Save repacked xterm tazpkg to disk.
Boot into install with broken xterm.
ctrl+alt F2
Logon as root password: root
#tazpkg install /path/to/repacked /xterm-xxx.tazpkg --forced
ctrl+alt F7
Open xterm
#tazpkg block xtermPosted 13 years ago # -
Now xterm is work, but I test more applications after upgrade and not work, example is "Slitaz Panel", "tazx" don't running graphical mode, basically any programs to configuring Slitaz.
Posted 13 years ago # -
Slitaz Panel / TazPanel Troubleshooter
All commands in xterm:
tazweb
Does tazweb open ?
Yes, Ctrl+c
tazweb http://tazpanel:82
No:
midori http://tazpanel:82
Browser opens,you see TazPanel Authentication,login to Tazpanel.
Problem is tazweb, post tazweb error messages in reply.
Browser opens, you see error:
Cannot resolve hostname (tazpanel)
#leafpad /etc/hosts
Add tazpanel to hosts file:
127.0.0.1 localhost slitaz tazpanel
Reload/refresh browser
Cannot connect to destination (tazpanel)
#tazpanel start
Reload/refresh browser you see TazPanel Authentication,login to Tazpanel.
Tazpanel web server should autostart on boot by /etc/init.d/system.sh
Check system.sh (owned by slitaz-boot-scripts.tazpkg)and that it is listed in the correct order in /etc/rcS.conf
#leafpad /etc/rcS.conf
RUN_SCRIPTS="bootopts.sh network.sh system.sh local.sh"Posted 13 years ago # -
hello,
first sorry for my poor english
i had this problem a week ago, when i upgrade my fresh install. Slitaz was not able to find xterm. (I had also problems to recharge list of applications)
This morning I reinstall slitaz (last cooking). i upgrade in console (it doesn't work in tazpanel). xterm is installed with a new icon and work.
BUT when i put login and password in TazPanel Authentication ,it reappear always.
console say:
'root@slitaz:~# tazweb http://tazpanel:82
libp11-kit.so.0: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
Failed to load module: /usr/lib/gio/modules/libgiognutls.so'I've check the files decribe above, No problem.
Another problem after upgrading:pcman work but disappear from the menu.
thanks for replies
Posted 13 years ago # -
The build server crashed December 10 and distributed bad tazpkgs onto the mirrors. Since the crash I don't upgrade anything without repacking the version on my system first for backup/restore.You can also repack from livecd as described in my first reply.The tazpkgs that cannot be repacked like busybox, don't upgrade without backing up your entire install.
Try this:
#tazpkg get-install p11-kit
If username/password still fails with tazpanel:
# sed -i 's/:root:.*/:root:*/' /etc/slitaz/httpd.conf
And tazpanel should use your root account password.Repack pcmanfm from livecd,it's bad on mirror and cook.slitaz.org/packages
Posted 13 years ago #
Reply
You must log in to post.