Page 2 of 8 FirstFirst 1234 ... LastLast
Results 16 to 30 of 110

Thread: Amule client for wl500gp

  1. #16
    it seams does not start downloading.

    After some time of working it fails with error: Bad system call

    Any suggestions?

  2. #17
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736

  3. #18

    Question i got the error message when run amuled 2nd

    Code:
    All PartFiles Loaded.
    ListenSocket: Ok.
    
    External connections disabled in config file
    *** Server UDP socket (TCP+3) at 0.0.0.0:4665
    *** TCP socket (TCP) listening on 0.0.0.0:4662
    *** Client UDP socket (extended eMule) at 0.0.0.0:4672
    Empty dir /usr/local/root/.aMule/Incoming/ shared
    
    ERROR: aMule daemon cannot be used when external connections are disabled. To enable External Connections, use either a normal aMule or set the key"AcceptExternalConnections" to 1 in the file ~/.aMule/amule.conf
    
    Now, exiting main app...
    aMule OnExit: Terminating core.
    aMule shutdown completed.
    but the key"AcceptExternalConnections" had set to 1 in the amule.conf.

  4. #19
    Hi! It seams I found a problem with downloading large files..
    Running with strace amule gives next error:


    write(8, "\1PW\376\316\337\1\35\4\346\345\252\260u+\320\223 3\36\\"..., 10240) = 10240
    _llseek(8, 455772160, [455772160], SEEK_SET) = 0
    write(8, "\242\365a%\341/\211]\320}:\352\264\2763mGz\f\265\217\177"..., 10240) = 10240
    _llseek(8, 1206272000, [1206272000], SEEK_SET) = 0
    write(8, "Sa\307\226\3321\36\306Z\241J\nha\27M\330\3140\213 \374\350"..., 10392) = -1 EFBIG (File too large)

    And crashes after this with "Bad system call"
    File system is ext3, kernel (Linux my.router 2.4.20 #61 Mon Oct 9 21:51:36 MSD 2006 mips GNU/Linux)
    Does this file size limit is a kernel issue or file system issue?

  5. #20
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    Quote Originally Posted by capes View Post
    but the key"AcceptExternalConnections" had set to 1 in the amule.conf.
    You need to add md5 passwords! Follow http://www.nslu2-linux.org/wiki/Optware/Amule
    Take attention and add passwords as needed to EC section.

  6. #21
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    Quote Originally Posted by dimonb View Post
    Hi! It seams I found a problem with downloading large files..
    Running with strace amule gives next error:

    _llseek(8, 1206272000, [1206272000], SEEK_SET) = 0
    write(8, "Sa\307\226\3321\36\306Z\241J\nha\27M\330\3140\213 \374\350"..., 10392) = -1 EFBIG (File too large)

    And crashes after this with "Bad system call"
    File system is ext3, kernel (Linux my.router 2.4.20 #61 Mon Oct 9 21:51:36 MSD 2006 mips GNU/Linux)
    Does this file size limit is a kernel issue or file system issue?
    Both and neither. Your problem seems to be with _llseek. offset_high values are unreasonable high. I suspect amule! Read this excerpt:
    int _llseek(unsigned int fd, unsigned long offset_high,
    unsigned long offset_low, loff_t *result,
    unsigned int whence);

    DESCRIPTION
    The _llseek() function repositions the offset of the open file associ‐
    ated with the file descriptor fd to (offset_high<<32) | offset_low
    bytes relative to the beginning of the file, the current position in
    the file, or the end of the file, depending on whether whence is
    SEEK_SET, SEEK_CUR, or SEEK_END, respectively. It returns the result‐
    ing file position in the argument result.

  7. #22
    Quote Originally Posted by oleo View Post
    You need to add md5 passwords! Follow http://www.nslu2-linux.org/wiki/Optware/Amule
    Take attention and add passwords as needed to EC section.
    I had do it follow that step, and try both the "amule" and "nslu2" md5 key, same result.
    can you show all content of amule.conf, post-firewall and S57amule ?

  8. #23
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    here are mine configs:

    amule.conf
    PHP Code:
    [eMule]
    AppVersion=aMule 2.1.3
    Nick
    =http://www.aMule.org
    QueueSizePref=50
    MaxUpload
    =0
    MaxDownload
    =0
    SlotAllocation
    =2
    Port
    =4662
    UDPPort
    =4672
    UDPDisable
    =0
    Autoconnect
    =1
    MaxSourcesPerFile
    =300
    MaxConnections
    =500
    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
    =/opt/share/amule/.aMule/Temp
    IncomingDir
    =/opt/share/amule/.aMule/Incoming
    ICH
    =1
    AICHTrust
    =0
    CheckDiskspace
    =1
    MinFreeDiskSpace
    =1
    AddNewFilesPaused
    =0
    PreviewPrio
    =0
    ManualHighPrio
    =0
    FullChunkTransfers
    =1
    StartNextFile
    =0
    StartNextFileSameCat
    =0
    FileBufferSizePref
    =16
    DAPPref
    =1
    UAPPref
    =1
    OSDirectory
    =/opt/share/amule/.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
    =3
    UploadCapacity
    =3
    StatsAverageMinutes
    =5
    VariousStatisticsMaxValue
    =100
    SeeShare
    =2
    FilterLanIPs
    =1
    IPFilterAutoLoad
    =0
    IPFilterURL
    =
    FilterLevel=127
    FilterMessages
    =0
    FilterAllMessages
    =0
    MessagesFromFriendsOnly
    =0
    MessageFromValidSourcesOnly
    =1
    FilterWordMessages
    =0
    MessageFilter
    =
    ShareHiddenFiles=0
    AutoSortDownloads
    =0
    NewVersionCheck
    =0
    ExecOnCompletion
    =0
    ExecOnCompletionCommand
    =sh -'~/example.sh "%FILE" %HASH'
    Language=
    SplitterbarPosition=75
    YourHostname
    =
    DateTimeFormat=%A, %x, %X
    IndicateRatings
    =1
    AllcatType
    =0
    ShowAllNotCats
    =0
    DisableKnownClientList
    =0
    DisableQueueList
    =0
    MaxMessageSessions
    =50
    PermissionsFiles
    =416
    PermissionsDirs
    =488
    Address
    =
    SmartIdState=0
    [FakeCheck]
    Browser=0
    BrowserTab
    =1
    CustomBrowser
    =
    [
    Proxy]
    ProxyEnableProxy=0
    ProxyType
    =0
    ProxyName
    =
    ProxyPort=1080
    ProxyEnablePassword
    =0
    ProxyUser
    =
    ProxyPassword=
    [
    WebServer]
    Enabled=0
    Password
    =oleo
    PasswordLow
    =oleo
    Port
    =4711
    UseGzip
    =1
    UseLowRightsUser
    =1
    PageRefreshTime
    =120
    Template
    =
    [
    ExternalConnect]
    AcceptExternalConnections=1
    ECAddress
    =
    ECPort=4712
    ECPassword
    =d08c339bce3bea66c69e8735a89600e2
    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
    =121610531
    TotalUploadedBytes
    =1119849112 
    remote.conf
    PHP Code:
    Locale=
    [
    EC]
    Host=localhost
    Port
    =4712
    Password
    =d08c339bce3bea66c69e8735a89600e2
    [Webserver]
    Port=-1
    Template
    =php-default
    UseGzip=0
    AllowGuest
    =0
    AdminPassword
    =d08c339bce3bea66c69e8735a89600e2
    GuestPassword
    =d08c339bce3bea66c69e8735a89600e2 
    Iam not using routing caps. But you can try with disabling firewall. Oleg config sometimes is fonfusion for me also on this issue. accept should be before forward, but ...

    Startup script is a stock except without frolen message which is not critical.

    And at last I must confess I do not use Amule

  9. #24
    Quote Originally Posted by capes View Post
    I had do it follow that step, and try both the "amule" and "nslu2" md5 key, same result.
    can you show all content of amule.conf, post-firewall and S57amule ?
    it is OK nwo!
    i remove and install it again, it work.

  10. #25
    Iam not using routing caps. But you can try with disabling firewall. Oleg config sometimes is fonfusion for me also on this issue. accept should be before forward, but ...

    Startup script is a stock except without frolen message which is not critical.

    And at last I must confess I do not use Amule


    It is very useful to me. thank you very much!

  11. #26

    Question

    Quote Originally Posted by oleo View Post
    what is the detail of "Forward ports" in this guide?

  12. #27
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    Forward ports means that amule is ready to listen for connections at ports specified in config. Failing to do so will result in LOW ID indication.

    If you are using gP as router. Go to NAT config and accept ports then at virtual server forward it to local server.

    If you are using another router. Then forward ports to this gP.

    If unable to setup as router and want to try just disable firewall.

  13. #28

    Unhappy i get the issue again

    Quote Originally Posted by capes View Post
    it is OK nwo!
    i remove and install it again, it work.
    when i reboot my device the issue come again.
    Code:
    All PartFiles Loaded.
    ListenSocket: Ok.
    
    External connections disabled in config file
    *** Server UDP socket (TCP+3) at 0.0.0.0:4665
    *** TCP socket (TCP) listening on 0.0.0.0:4662
    *** Client UDP socket (extended eMule) at 0.0.0.0:4672
    Empty dir /usr/local/root/.aMule/Incoming/ shared
    
    ERROR: aMule daemon cannot be used when external connections are disabled. To enable External Connections, use either a normal aMule or set the key"AcceptExternalConnections" to 1 in the file ~/.aMule/amule.conf
    
    Now, exiting main app...
    aMule OnExit: Terminating core.
    aMule shutdown completed.

  14. #29
    Quote Originally Posted by capes View Post
    when i reboot my device the issue come again.
    OH, i know why now.
    in the file /opt/etc/init.d/S57amuled

    Code:
     set backup=$HOME
            echo "Starting amuled..."
            echo "Configuration's setting are located in /opt/share/amule"
            export HOME=/opt/share/amule
            /opt/bin/amuled -f --even-if-lfroen-complains-this-will-stay
            export HOME=$backup
            echo "done"
    /opt/bin/amuled -f --even-if-lfroen-complains-this-will-stay
    change to
    /opt/bin/amuled -f

    it work no problem.

  15. #30

    Unhappy an other issue

    can't login via the amuleweb, i creat the remote.conf file, but can't longin.
    any detail step for this funtion?

Page 2 of 8 FirstFirst 1234 ... LastLast

Similar Threads

  1. How-to: Use your router as a BitTorrent Client
    By GerardNL in forum WL-700g Tutorials
    Replies: 28
    Last Post: 24-10-2007, 19:38
  2. Firewall dies
    By confused in forum WL-500g Q&A
    Replies: 0
    Last Post: 04-11-2006, 18:09
  3. Cannot enable WEP encryption in client mode
    By eldavies in forum WL-HDD Q&A
    Replies: 0
    Last Post: 07-09-2006, 21:27
  4. Firmware v1.9.2.7 CR4 [Oleg]
    By Oleg in forum WL-500g Firmware Releases
    Replies: 195
    Last Post: 08-08-2006, 13:18
  5. Asus WL-500b & Client Mode
    By cooper.zl in forum WL-500g Q&A
    Replies: 1
    Last Post: 17-10-2004, 18:27

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •