SliTaz SliTaz Forum

You are not logged in.

#1 2011-05-30 04:37:09

dvh
Member
Registered: 2011-05-30
Posts: 4

new to SliTaZ. just updated all and lost package manager. what's the deal?

I just installed SliTaz (cooking) a couple of days ago.  so far, I like the lightweight and responsiveness.  I stumbled onto the package manager and used it to update all, which resulted in something like 200+ upgrades.  some of them seemed to be equivalent versions, so I don't really understand what is going on there.

all seems to run OK, but somehow, the gui for tazpkg has disappeared, and I don't know where to find it.  I can run tazpkg from the command line just fine.   I see references in the documentation to something called tazpkgbox, but that does not appear to be hosted on the mirror.  have I broken something to the extent that I should re-install?

-dvh

Offline

#2 2011-05-30 06:54:27

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

You may have launched tazpkgbox with the tazpkg-notify icon which appears by the volume control on lxpanel only when upgrades are available.

Launch tazpkgbox from Applications/System Tools/Package Manager or subox tazpkgbox from terminal or Applications/Run .

When a tazpkg is upgraded with the same filename it is called a build update. A tazpkg that has been modified has a different md5sum signature.The package manager compares the md5sum list of each tazpkg installed on your computer with a list it downloads from the repo. When the two tazpkgs don't match the tazpkg is marked for an upgrade.

Offline

#3 2011-05-30 09:16:35

pankso
Administrator
Registered: 2026-06-27
Posts: 341
Website

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

Hi,

ALL packages have been rebuild on our build host and with new build tools, so all packages have a different md5sum and will be update. Also we used a sane i486 environnement and new CFLAGS to have smaller packages. So the HUGE update is normal: http://scn.slitaz.org/2011/05/new-build-bot-up-and-running/

Tazpkgbox is no longer maintained and is replaced by TazPanel, you may have to install it and start it:

# tazpkg get-install tazpanel

# tazpanel start

TazPanel provide a full featured CGI/web interface to manage packages in a nice GUI. To have it started on each boot you must add to RUN_DAEMONS in /etc/rcS.conf, that can be done via TazPanel as well.

Offline

#4 2011-05-30 16:25:52

dvh
Member
Registered: 2011-05-30
Posts: 4

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

Thanks for the help.  pankso, I followed your instructions...installed tazpanel and started it as you indicated.  saw nothing really happen.  when starting, I got a message with something about "port 82", so I figured this must be a web service (and now the part of your post about "CGI/web interface" makes more sense.  so I started browser and pointed it at 127.0.0.1:82 and I get a display box challenging me for my password.  but neither my root or user password is accepted.   then I tried root:root and it was accepted, even though this is out of sync with my system.  how do I fix this?

-dvh

Offline

#5 2011-05-30 19:54:41

pankso
Administrator
Registered: 2026-06-27
Posts: 341
Website

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

Humm I see I should write more doc, sorry for that. TazPanel user and password are indepandant from the system and can be changed via TazPanel itself via the settings section. Also you should have a entry the system tools menu with direct access to TazPanel.

Offline

#6 2011-05-31 20:50:29

noobert
Member
Registered: 2011-05-22
Posts: 17

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

thanks for this clarification! I was having a heart attack

Offline

#7 2011-06-01 00:34:15

dvh
Member
Registered: 2011-05-30
Posts: 4

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

again, thanks for the help.  I can select the the item from the system tools menu, but nothing happens when I do.  maybe I have something else screwed up.  growing pains.

-dvh

Offline

#8 2011-06-01 19:22:20

noobert
Member
Registered: 2011-05-22
Posts: 17

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

yea, I miss the tazpkgbox gui. I can't get tazpanel to work

Offline

#9 2011-06-01 21:19:44

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

noobert,

Open a terminal become root.(su,password is root)

Run this command:

#tazpanel start

Verify tazpanel server is running:

tux@slitaz:~$ ps -a | grep -i tazpanel

1601 root       0:00 httpd -p 82 -u root -c /etc/slitaz/httpd.conf -r TazPanel

Launch tazpanel with Applications/System Tools/SliTaz Panel

Logon root password:root

TazPanel is started on boot by /etc/init.d/system.sh

Offline

#10 2011-06-01 23:39:27

dvh
Member
Registered: 2011-05-30
Posts: 4

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

I have installed SliTaz on my harddrive, but I run with "toram".  do I need to do anything special to save whatever settings I set?  maybe this is why I am continually asked about language/keyboard when I boot?

-dvh

Offline

#11 2011-06-02 19:39:59

noobert
Member
Registered: 2011-05-22
Posts: 17

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

Mojo!

I ran into some problems. I typed in tazpanel start. I received:

Starting Tazpanel webserver on port 82...

root@hazorz:~# httpd: bind: Address already in use

So I typed in the next command, and received this:

1593 root 0:00 httpd -p 82 -u root -c /etc/slitaz/httpd.conf -r Tazpanel

Authentication

2564 root 0:00 grep -i tazpanel

Offline

#12 2011-06-02 20:14:54

pankso
Administrator
Registered: 2026-06-27
Posts: 341
Website

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

If Address already in use it means TazPanel was running. Strange you can make it work on the last it work by default and one just have to select the menu entry in System tools. The Panel work like any daemon and you dont need to startit manualy. Can you try to stop it and start it again:

# tazpanel stop

# tazpanel start

Then: browser http://tazpanel:82

Offline

#13 2011-06-02 21:02:12

noobert
Member
Registered: 2011-05-22
Posts: 17

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

Hi,

I restarted tazpanel and went to http://tazpanel:82 and it could not connect. It might be because I'm at a college internets so they might not allow me to connect.

Offline

#14 2011-06-02 21:52:46

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

noobert,

tazpanel is a server running on your computer, the internet is not involved.

You should see a login box when you try to connect:

A username and password are

being requested by the site tazpanel

Server message: TazPanel Authentication

Username: root

Password : root

Click the OK button

Offline

#15 2011-06-02 22:16:01

pankso
Administrator
Registered: 2026-06-27
Posts: 341
Website

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

Hum... Mojo he may dont have tazpanel host configured in /etc/hosts...???

@noobert What are the error when trying to connect ? Can you check /etc/hosts it shoulh have:

127.0.0.1      localhost slitaz tazpanel

Offline

#16 2011-06-05 22:04:18

noobert
Member
Registered: 2011-05-22
Posts: 17

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

Ok excellent. Pankso, your solution fixed the login. Now I have a window that pops up and I can type in root, and root password and I'm taken to a very strange place what has weird information. Where can I find the packages to install?

Here's what I did:

1. I checked the /etc/hosts file. It was missing "tazpanel." It read:

127.0.0.1 localhost slitaz

So I added "tazpanel". Fixed!

Offline

#17 2011-07-18 03:42:29

nirmalh
Member
Registered: 2011-07-16
Posts: 2

Re: new to SliTaZ. just updated all and lost package manager. what's the deal?

Greetings Pankso

tazpanel is a great idea

when i got message yourhostname could not be resolved, I tried

to check via google-chrome

in the address bar : 127.0.0.1:82

and a display box will ask you to input

username: and pass:

in my case i did not change the default hence its root root

Then later i have added tazpanel in the /etc/hosts file

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 8 queries executed - Memory usage: 1.57 MiB (Peak: 1.77 MiB) ]