aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule installation  (Read 3173 times)

teeodor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
amule installation
« on: May 09, 2007, 09:34:57 PM »

Hello to all!
What i do for install amule in ubuntu 7.04?
I deleted old amule and amule-common and i have installed the package that i download to developed version but when i launch amule the program don't start..
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: amule installation
« Reply #1 on: May 09, 2007, 10:21:51 PM »

You have to add the flag --even-if-lfroen-complains-this-will-stay to start aMule.

e.g. type the following in a terminal:
Code: [Select]
amule --even-if-lfroen-complains-this-will-stay
Logged

teeodor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: amule installation
« Reply #2 on: May 10, 2007, 07:39:51 PM »

Ok,but if i'm not logged as root i have this message
Permissions on the aMule configuration directory too strict!
aMule cannot proceed. To fix this, you must set read/write/exec
permissions for the folder '/home/matteo/.aMule/'
What i do?
Thanks a lot!
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: amule installation
« Reply #3 on: May 10, 2007, 08:17:25 PM »

Hi teeodor:

Please read about the file system permissions for Unix first: (e.g. in the wikipedia)

Then execute the following.
Code: [Select]
sudo chown matteo ~/.aMule
sudo chgrp users ~/.aMule
sudo chmod 755 ~/.aMule
Logged

teeodor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: amule installation
« Reply #4 on: May 10, 2007, 08:35:48 PM »

Ok,but i have the same error..
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: amule installation
« Reply #5 on: May 10, 2007, 08:55:55 PM »

Then please give me the output of the following commands:

Code: [Select]
whoami
id -ng
ls -la ~ | grep aMule
The first will output your user name, the second your primary group and the third the current permissions of the folder.
Logged

teeodor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: amule installation
« Reply #6 on: May 11, 2007, 06:32:24 PM »

matteo@Cantina:~$ whoami
matteo
matteo@Cantina:~$ id -ng
matteo
matteo@Cantina:~$ ls -la ~ | grep aMule
drwxr-xr-x  4 matteo users     4096 2007-05-10 20:32 .aMule

Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: amule installation
« Reply #7 on: May 11, 2007, 10:13:29 PM »

OK, please execute the following:
Code: [Select]
sudo chown -R matteo ~/.aMule
sudo chgrp -R matteo ~/.aMule

This will change the ownership of all files inside the folder as well (-R is recursive), which I think is the problem.
Logged

teeodor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: amule installation
« Reply #8 on: May 12, 2007, 10:36:02 AM »

Ok it work fine now!!!!
Thanks!
What is web template in the web server menu in preferences?
Can i create a category and download the file for this category in a directory to another pc in lan?
Logged

teeodor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: amule installation
« Reply #9 on: May 14, 2007, 06:55:41 PM »

After this i quest nothing! ;D
Help!
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: amule installation
« Reply #10 on: May 15, 2007, 06:10:59 AM »

AFAIK, categories do not let you download to a different folder, they will use the same temp folder as specified by aMule. However, you could tell aMule to execute some script on finish of the download you want, that would move it to the server you want.

Regards.
Logged

teeodor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: amule installation
« Reply #11 on: May 15, 2007, 06:44:22 PM »

The temp it's no inportant,what i do for move file to a remote pc (in lan) after download finish?
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: amule installation
« Reply #12 on: May 16, 2007, 01:42:27 AM »

Look for the "Events" part of the preferences in amule. It's only on recent CVS versions, so if you are using amule 2.1.3 I think you will not have these options.

Regards.
Logged