Re: Two issues stopping my happiness

68 views
Skip to first unread message
Message has been deleted

Isak Savo

unread,
Oct 8, 2007, 8:27:28 AM10/8/07
to pureadmin-...@googlegroups.com
2007/10/8, richar...@mac.com <richar...@mac.com>:
>
> Hi there,
>
> I am having trouble getting pureadmin to run properly. I can start and
> stop the server but...
>
> I am running opensuse 10.3. FAM IS installed and starting up but when
> i go to the logging tab I get the:
>
> Logfile viewer has been disabled because FAM isn't installed on this
> computer. If you want to use the logfile viewer you need to install
> FAM and then recompile PureAdmin

From where did you install?

From source?
- If so, you need to have fam-devel or gamin-devel installed
(configure should print in the end whether it found FAM/Gamin or not)
From SuSE specific package?
- If so, probably the person who built the package failed on the
point above (missing fam-devel package). Try installing the
autopackage version or build from source or report this issue to the
packager.

> Also, when I click on the 'manage users' button i am told that the
> system need preparation and that a dedicated ftp system user
> (value=ftpuser, numerical id=114) needs to be added. However, when I
> click on 'Yes, apply changes' i get:
>
> [WRN] Couldn't take action: [WRN] Child '/usr/sbin/useradd' returned
> abnormally: 6
>
> showing up in the debug console and thats as far as I can go.

I need to look into this. You could add the ftpuser manually, using
either useradd (command line) or whatever GUI tool SuSE provides. The
numerical ID doesn't matter, but it should be called 'ftpuser' to make
it easy for pureadmin to find the user.

-Isak

richar...@mac.com

unread,
Oct 8, 2007, 6:57:22 PM10/8/07
to Pureadmin Discussions
It was the autopackage that I installed.

On Oct 8, 1:27 pm, "Isak Savo" <isak.s...@gmail.com> wrote:
> 2007/10/8, richard.b...@mac.com <richard.b...@mac.com>:

Isak Savo

unread,
Oct 9, 2007, 2:12:27 AM10/9/07
to pureadmin-...@googlegroups.com
2007/10/9, richar...@mac.com <richar...@mac.com>:

>
> It was the autopackage that I installed.
>

Hmm, ok. Sounds like I screwed up when I built it then. I'll try to
upload an updated package tonight (european time).

-Isak

richar...@mac.com

unread,
Oct 9, 2007, 9:18:50 PM10/9/07
to Pureadmin Discussions
Okay, I gave up on opensuse - too many problems.

Soooo, I've moved on to the latest 64 bit version of Ubuntu desktop
and it is having problems too.

Output from the autoinstall package...

-------------------------------------------------------

Attempting download of http://autopackage.org/downloads/latest/x86_64/autopackage.tar.bz2
...

--02:13:48-- http://autopackage.org/downloads/latest/x86_64/autopackage.tar.bz2`autopackage.tar.bz2'
Resolving autopackage.org... 130.225.247.90
Connecting to autopackage.org|130.225.247.90|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
02:13:48 ERROR 404: Not Found.

Download failed.


Attempting download of http://www.wildgardenseed.com/autopackage/latest/x86_64/autopackage.tar.bz2
...

--02:13:48-- http://www.wildgardenseed.com/autopackage/latest/x86_64/autopackage.tar.bz2
=> `autopackage.tar.bz2'
Resolving www.wildgardenseed.com... 209.25.170.201
Connecting to www.wildgardenseed.com|209.25.170.201|:80... connected.
HTTP request sent, awaiting response... 404
02:13:48 ERROR 404: (no description).

Download failed.


Attempting download of http://www.allaboutgames.co.uk/autopackage/latest/x86_64/autopackage.tar.bz2
...

--02:13:48-- http://www.allaboutgames.co.uk/autopackage/latest/x86_64/autopackage.tar.bz2
=> `autopackage.tar.bz2'
Resolving www.allaboutgames.co.uk... 69.16.150.29
Connecting to www.allaboutgames.co.uk|69.16.150.29|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
02:13:49 ERROR 404: Not Found.

Download failed.

Please check your Internet connection, or try again later.
The autopackage support code could not be installed.

It can be manually downloaded and installed by running the
installation script located in the downloaded archive.

-------------------------------------------------------


Is there a 64 bit version of this software?

I also tried to compile the source code but it couldnt find gthread,
glade or gtk2

Oh well, back to the drawing board...


On Oct 9, 7:12 am, "Isak Savo" <isak.s...@gmail.com> wrote:
> 2007/10/9, richard.b...@mac.com <richard.b...@mac.com>:

Isak Savo

unread,
Oct 10, 2007, 2:32:21 AM10/10/07
to pureadmin-...@googlegroups.com
2007/10/10, richar...@mac.com <richar...@mac.com>:

>
> Okay, I gave up on opensuse - too many problems.
>
> Soooo, I've moved on to the latest 64 bit version of Ubuntu desktop
> and it is having problems too.

Autopackage does not support 64-bit systems - only 32bit. Sorry, but
this is a limitation in autopackage and not pureadmin.

Unless you find an updated ubuntu package (the one in the repositories
are v0.3 I think), you'll have to either compile from source (not that
hard, but it requires you install development packages + compiler -
see below) or run the old version from the ubuntu repositories.

If you want to build from source, make sure you install:

gcc (just take the default version)
gnu make
gtk development packages (think they are called libgtk-dev or similar)
gamin development packages (probably called gamin-dev or simliar)

then you download the source tarball from pureadmin's webpage and
extract it to somewhere (like /tmp). In the extracted folder, from a
terminal, you run:
./configure
# It will complain if you are missing something, everything is
available from synaptic
make
sudo make install

That's it. Pureadmin is installed :-)

-Isak

richar...@mac.com

unread,
Oct 10, 2007, 10:11:43 AM10/10/07
to Pureadmin Discussions
Right, everything seems to be working properly now. Yay

Suggestion for the next versions - Automatic home directory creation?


Richard

On Oct 10, 7:32 am, "Isak Savo" <isak.s...@gmail.com> wrote:
> 2007/10/10, richard.b...@mac.com <richard.b...@mac.com>:

Isak Savo

unread,
Oct 10, 2007, 10:20:54 AM10/10/07
to pureadmin-...@googlegroups.com
2007/10/10, richar...@mac.com <richar...@mac.com>:

>
> Right, everything seems to be working properly now. Yay

Great!

> Suggestion for the next versions - Automatic home directory creation?

Heh, I thought it did that already.. :-)

I'll put it in for the next release...

Glad everything worked out in the end!

-Isak

Reply all
Reply to author
Forward
0 new messages