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
On Oct 8, 1:27 pm, "Isak Savo" <isak.s...@gmail.com> wrote:
> 2007/10/8, richard.b...@mac.com <richard.b...@mac.com>:
Hmm, ok. Sounds like I screwed up when I built it then. I'll try to
upload an updated package tonight (european time).
-Isak
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>:
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
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>:
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