Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Cannot add new ed2k links to amule-daemon

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
asinoubriaco
Posts: 2
Joined: 2018-01-15 08:09

Cannot add new ed2k links to amule-daemon

#1 Post by asinoubriaco »

Hello guys,
I'm trying to use amule-daemon and everything works fine except for this problem: I can't add new downloads to the daemon!
If I go to amuleweb after submitting the new link in the form in the footer nothing appens, if I try to do the same using amulegui nothing appens either, if I add it using amulecmd I get this error message: "Request failed with the following error: Invalid link or already on list.".
I tried with different ed2k links.

I saw errors on amuled log:

Code: Select all

2018-01-16 00:55:38: 00:55:38: Error: Lock file '*path*muleLock' has incorrect permissions.
 2018-01-16 00:55:38: No other instances are running.
!2018-01-16 00:55:39: CFile: Error when opening file (*path*known.met): Permesso negato
!2018-01-16 00:55:39: ATTENZIONE: known.met non può essere aperto.
 2018-01-16 00:55:39: Il file dei crediti è stato caricato, 332 client conosciuti
 2018-01-16 00:55:39: *** TCP socket (ECServer) listening on 0.0.0.0:4712
 2018-01-16 00:55:39: Created Server UDP-Socket at port 4665
 2018-01-16 00:55:39: ListenSocket: Ok.
 2018-01-16 00:55:39: Created Client UDP-Socket at port 4672
 2018-01-16 00:55:39: amuled: forzato in background - arrivederci
 2018-01-16 00:55:39: 00:55:39: Error: Lock file '*path*muleLock' has incorrect permissions.
 2018-01-16 00:55:39: Caricamento file server.met: *percorso*server.met
!2018-01-16 00:55:39: Trovati 10 server nel file server.met
 2018-01-16 00:55:39: Caricamento dei file Part da: *path*Temp
 2018-01-16 00:55:39: Caricamento del file Part 1 su 305
 2018-01-16 00:55:39: ATTENZIONE: *percorso*001.part potrebbe essere corrotto (-287245)
amuled user has rwx permissions on all files in .aMule, Temp and Incoming folders.
The file part in Temp folder are from full aMule version (before format).

Can you help me?

Thank you all!



Maybe this can help, this is a full list of what I've done on this PC to install amule-daemon:

Installation of amule-daemon, amuleCMD and amuleGUI:

Code: Select all

apt-get install amule-daemon

Code: Select all

apt-get install amule-utils

Code: Select all

apt-get install amule-utils-gui
First run (to make sure it would create all files and folders):

Code: Select all

amuled
Get an md5 password to copy in amule.conf:

Code: Select all

echo -n "mypassword" | md5sum | awk '{print $1}'
Configure amule.conf:
[eMule]
AppVersion=2.3.2
Nick=http://www.aMule.org
QueueSizePref=50
MaxUpload=0
MaxDownload=0
SlotAllocation=150
Port=4662
UDPPort=4672
UDPEnable=1
Address=
Autoconnect=1
MaxSourcesPerFile=300
MaxConnections=500
MaxConnectionsPerFiveSeconds=20
RemoveDeadServer=1
DeadServerRetry=3
ServerKeepAliveTimeout=0
Reconnect=1
Scoresystem=1
Serverlist=0
AddServerListFromServer=0
AddServerListFromClient=0
SafeServerConnect=0
AutoConnectStaticOnly=0
UPnPEnabled=0
UPnPTCPPort=50000
SmartIdCheck=1
ConnectToKad=1
ConnectToED2K=1
TempDir=/home/*myuser*/.aMule/Temp
IncomingDir=/home/*myuser*/.aMule/Incoming
ICH=1
AICHTrust=0
CheckDiskspace=1
MinFreeDiskSpace=1
AddNewFilesPaused=0
PreviewPrio=0
ManualHighPrio=0
StartNextFile=0
StartNextFileSameCat=0
StartNextFileAlpha=0
FileBufferSizePref=16
DAPPref=1
UAPPref=1
AllocateFullFile=0
OSDirectory=/home/*myuser*/.aMule/
OnlineSignature=0
OnlineSignatureUpdate=5
EnableTrayIcon=0
MinToTray=0
ConfirmExit=1
StartupMinimized=0
3DDepth=10
ToolTipDelay=1
ShowOverhead=0
ShowInfoOnCatTabs=1
VerticalToolbar=0
GeoIPEnabled=1
ShowVersionOnTitle=0
VideoPlayer=
StatGraphsInterval=3
statsInterval=30
DownloadCapacity=300
UploadCapacity=100
StatsAverageMinutes=5
VariousStatisticsMaxValue=100
SeeShare=2
FilterLanIPs=1
ParanoidFiltering=1
IPFilterAutoLoad=1
IPFilterURL=
FilterLevel=127
IPFilterSystem=0
FilterMessages=1
FilterAllMessages=0
MessagesFromFriendsOnly=0
MessageFromValidSourcesOnly=1
FilterWordMessages=0
MessageFilter=
ShowMessagesInLog=1
FilterComments=0
CommentFilter=
ShareHiddenFiles=0
AutoSortDownloads=0
NewVersionCheck=0
AdvancedSpamFilter=1
MessageUseCaptchas=1
Language=
SplitterbarPosition=75
YourHostname=
DateTimeFormat=%A, %x, %X
AllcatType=0
ShowAllNotCats=0
SmartIdState=0
DropSlowSources=0
KadNodesUrl=http://upd.emule-security.org/nodes.dat
Ed2kServersUrl=http://upd.emule-security.org/server.met
ShowRatesOnTitle=0
GeoLiteCountryUpdateUrl=http://geolite.maxmind.com/download/geo ... oIP.dat.gz
StatsServerName=Shorty's ED2K stats
StatsServerURL=http://ed2k.shortypower.dyndns.org/?hash=
CreateSparseFiles=1
[Browser]
OpenPageInTab=1
CustomBrowserString=
[Proxy]
ProxyEnableProxy=0
ProxyType=0
ProxyName=
ProxyPort=1080
ProxyEnablePassword=0
ProxyUser=
ProxyPassword=
[ExternalConnect]
UseSrcSeeds=0
AcceptExternalConnections=1
ECAddress=
ECPort=4712
ECPassword=*mymd5password*
UPnPECEnabled=0
ShowProgressBar=1
ShowPercent=1
UseSecIdent=1
IpFilterClients=1
IpFilterServers=1
TransmitOnlyUploadingClients=0
[WebServer]
Enabled=1
Password=*mymd5password*
PasswordLow=
Port=4711
WebUPnPTCPPort=50001
UPnPWebServerEnabled=0
UseGzip=1
UseLowRightsUser=0
PageRefreshTime=120
Template=
Path=amuleweb
[GUI]
HideOnClose=0
[Razor_Preferences]
FastED2KLinksHandler=1
[SkinGUIOptions]
Skin=
[Statistics]
MaxClientVersions=0
[Obfuscation]
IsClientCryptLayerSupported=1
IsCryptLayerRequested=1
IsClientCryptLayerRequired=0
CryptoPaddingLenght=254
CryptoKadUDPKey=3807503498
[PowerManagement]
PreventSleepWhileDownloading=0
[UserEvents]
[UserEvents/DownloadCompleted]
CoreEnabled=0
CoreCommand=
GUIEnabled=0
GUICommand=
[UserEvents/NewChatSession]
CoreEnabled=0
CoreCommand=
GUIEnabled=0
GUICommand=
[UserEvents/OutOfDiskSpace]
CoreEnabled=0
CoreCommand=
GUIEnabled=0
GUICommand=
[UserEvents/ErrorOnCompletion]
CoreEnabled=0
CoreCommand=
GUIEnabled=0
GUICommand=
Run the daemon:

Code: Select all

amuled -f
After reboot, always in terminal:

Code: Select all

useradd *amuleusername*

Code: Select all

passwd *password*
Gived to that user rwx permission to .aMule, Incoming and Temp folders.

Edited /etc/default/amule-daemon file:
# Configuration for /etc/init.d/amule-daemon

# The init.d script will only run if this variable non-empty.
AMULED_USER="*amuleusername*"

# You can set this variable to make the daemon use an alternative HOME.
# The daemon will use $AMULED_HOME/.aMule as the directory, so if you
# want to have $AMULED_HOME the real root (with an Incoming and Temp
# directories), you can do `ln -s . $AMULED_HOME/.aMule`.
AMULED_HOME="/home/*myuser*/.aMule"

asinoubriaco
Posts: 2
Joined: 2018-01-15 08:09

Re: Cannot add new ed2k links to amule-daemon

#2 Post by asinoubriaco »

I tried to add a download from search (amuleweb and amulegui), after submit nothing appened.

I tried with:

Code: Select all

ed2k "ed2klink"
The response was "Link successfully queued." but the download isn't in list.

I tried with:

Code: Select all

ed2k -e "path to text file with ed2k link"
Response: "Link successfully queued." but as before nothing appened.

Post Reply