Hi,
I'm encountering a strange problem. I can start amuled either manually or by init script. No problem. Additionally amuleweb should be started in order to control the application. This behaviour is controlled by[WebServer]
Enabled=1
in amule.conf.
This is where my problem begins. The webserver gets started, but terminates due to unknown reason.13199 13190 2 18:52 pts/5 00:00:00 [amuleweb] <defunct>
What really makes me wonder is, that amuleweb can be started manually without any hassle.
Since I'm not the hard core Linux user I don't know how to handle or debug this since there's no log I'm aware of where I can get more information. Just for the record. My system is built on Debian(etch) and my config files are:
amule.conf
[eMule]
AppVersion=aMule 2.1.3
Nick=snarf_0815
QueueSizePref=50
MaxUpload=25
MaxDownload=0
SlotAllocation=2
Port=34600
UDPPort=34610
UDPDisable=0
Autoconnect=1
MaxSourcesPerFile=300
MaxConnections=1000
MaxConnectionsPerFiveSeconds=20
RemoveDeadServer=1
DeadServerRetry=2
ServerKeepAliveTimeout=0
Reconnect=1
Scoresystem=1
Serverlist=0
AddServersFromServer=1
AddServersFromClient=1
SafeServerConnect=0
AutoConnectStaticOnly=0
SmartIdCheck=1
ConnectToKad=1
ConnectToED2K=1
TempDir=/media/p2p/ed/temp
IncomingDir=/media/p2p/ed
ICH=1
AICHTrust=0
CheckDiskspace=1
MinFreeDiskSpace=1
AddNewFilesPaused=0
PreviewPrio=1
ManualHighPrio=0
FullChunkTransfers=1
StartNextFile=0
StartNextFileSameCat=0
FileBufferSizePref=16
DAPPref=1
UAPPref=1
OSDirectory=/home/ludwig/.aMule/
OnlineSignature=0
OnlineSignatureUpdate=5
EnableTrayIcon=0
MinToTray=0
ConfirmExit=0
StartupMinimized=0
3DDepth=10
ToolTipDelay=1
ShowOverhead=0
ShowInfoOnCatTabs=0
ShowRatesOnTitle=0
VerticalToolbar=0
VideoPlayer=
VideoPreviewBackupped=1
StatGraphsInterval=3
statsInterval=30
DownloadCapacity=12000
UploadCapacity=1000
StatsAverageMinutes=5
VariousStatisticsMaxValue=100
SeeShare=2
FilterLanIPs=1
IPFilterAutoLoad=1
IPFilterURL=http://www.bluetack.co.uk/config/pipfilter.dat.gz
FilterLevel=127
FilterMessages=0
FilterAllMessages=0
MessagesFromFriendsOnly=0
MessageFromValidSourcesOnly=1
FilterWordMessages=0
MessageFilter=
ShareHiddenFiles=0
AutoSortDownloads=0
NewVersionCheck=0
ExecOnCompletion=0
ExecOnCompletionCommand=sh -c '~/example.sh "%FILE" %HASH'
Language=de
SplitterbarPosition=75
YourHostname=mediacenter
DateTimeFormat=%A, %x, %X
IndicateRatings=1
AllcatType=0
ShowAllNotCats=0
DisableKnownClientList=0
DisableQueueList=0
MaxMessageSessions=50
PermissionsFiles=416
PermissionsDirs=488
Address=
SmartIdState=1
[FakeCheck]
Browser=0
BrowserTab=1
CustomBrowser=
[Proxy]
ProxyEnableProxy=0
ProxyType=0
ProxyName=
ProxyPort=1080
ProxyEnablePassword=0
ProxyUser=
ProxyPassword=
[WebServer]
Enabled=1
Password=18BD9197CB1D833BC352F47535C00320
PasswordLow=
Port=4711
UseGzip=1
UseLowRightsUser=0
PageRefreshTime=120
Template=chicane
[ExternalConnect]
AcceptExternalConnections=1
ECAddress=localhost
ECPort=4712
ECPassword=18BD9197CB1D833BC352F47535C00320
ShowProgressBar=1
ShowPercent=0
UseSrcSeeds=0
UseSecIdent=1
IpFilterOn=1
[Razor_Preferences]
FastED2KLinksHandler=1
FullQueueSources=0
HighQueueRankingSources=0
HighQueueRanking=1200
AutoDropTimer=240
NoNeededSourcesHandling=2
[SkinGUIOptions]
UseSkinFile=0
SkinFile=
[Statistics]
MaxClientVersions=0
TotalDownloadedBytes=23250596
TotalUploadedBytes=169204
remote.conf
Locale=de
[EC]
Host=mediacenter
Port=4712
Password=18BD9197CB1D833BC352F47535C00320
[Webserver]
Port=-1
Template=chicane
UseGzip=1
AllowGuest=1
AdminPassword=18BD9197CB1D833BC352F47535C00320
GuestPassword=
ludwig@mediacenter:~$ more .aMule/remote.conf
Locale=de
[EC]
Host=mediacenter
Port=4712
Password=18BD9197CB1D833BC352F47535C00320
[Webserver]
Port=-1
Template=chicane
UseGzip=1
AllowGuest=1
AdminPassword=18BD9197CB1D833BC352F47535C00320
GuestPassword=
Can somebody of you guys help me please and give me some hints what to do?
Thanks in advance.