MLDonkey Forum Index
Homepage •  Bugs •  Tasks •  Patches •  SF.net Project Page •  ChangeLog •  German forum •  Links •  Wiki •  Downloads
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Problem resolving hosts inside chroot
Goto page 1, 2  Next
 
Post new topic   Reply to topic    MLDonkey Forum Index -> Problems with MLDonkey Client (in general, and ed2k, kad, overnet)
View previous topic :: View next topic  
Author Message
Sky
neophyte


Joined: 30 Apr 2007
Posts: 26

PostPosted: Wed May 28, 2008 6:39 am    Post subject: Problem resolving hosts inside chroot Reply with quote

Hi all,
I just upgraded mlnet to the latest version available. I'm using OpenBSD as system (4.3)
The compile process went fine. Running mlnet (outside chroot) reports no problem but if I use it inside a chroot with

/usr/sbin/chroot -u mldonkey /home/mldonkey/ ./mldonkey &

the process stucks at:

resolving mymachine.localdomain

Inside the root there are all the libaries required and the etc folder contains hosts, resolv.conf, passwd e groups (all these file are from the real working system) and of course the mymachine.localdomain is defined insite the hosts file...

Any ideas?
Back to top
View user's profile Send private message
spiralvoice
Sage


Joined: 06 Jan 2003
Posts: 3982
Location: Germany

PostPosted: Wed May 28, 2008 6:41 am    Post subject: Reply with quote

Using strace may reveal more. Are the libs in the chroot the same
versions as in the base system?
_________________
Link overview and precompiled cores here: http://mldonkey.sourceforge.net/DownloadLinks
Back to top
View user's profile Send private message
Sky
neophyte


Joined: 30 Apr 2007
Posts: 26

PostPosted: Wed May 28, 2008 9:51 am    Post subject: Reply with quote

libs copied from the "live" system.

I copied the whole /usr directory

X11R6
lib
libexec
local

to the chroot..
Back to top
View user's profile Send private message
spiralvoice
Sage


Joined: 06 Jan 2003
Posts: 3982
Location: Germany

PostPosted: Wed May 28, 2008 11:43 am    Post subject: Reply with quote

spiralvoice wrote:
Using strace may reveal more.

_________________
Link overview and precompiled cores here: http://mldonkey.sourceforge.net/DownloadLinks
Back to top
View user's profile Send private message
Sky
neophyte


Joined: 30 Apr 2007
Posts: 26

PostPosted: Mon Jun 02, 2008 7:54 am    Post subject: Reply with quote

From strace:

3840 mlnet NAMI "/etc/malloc.conf"
3840 mlnet RET readlink -1 errno 2 No such file or directory

[...]

3840 mlnet NAMI "/home/sky/.mldonkey/installer.ini.tmp"
3840 mlnet RET stat -1 errno 2 No such file or directory
3840 mlnet CALL sigprocmask(0x1,0xffffffff)
3840 mlnet RET sigprocmask 0
3840 mlnet CALL mprotect(0x3c28e000,0x2000,0x3)
3840 mlnet RET mprotect 0
3840 mlnet CALL mprotect(0x3c28e000,0x2000,0x1)
3840 mlnet RET mprotect 0
3840 mlnet CALL sigprocmask(0x3,0)
3840 mlnet RET sigprocmask -65793/0xfffefeff
3840 mlnet CALL open(0x8a374280,0,0)
3840 mlnet NAMI "/home/sky/.mldonkey/installer.ini"
3840 mlnet RET open -1 errno 2 No such file or directory
[...]

3840 mlnet NAMI "/home/mldonkey/downloads.ini"
3840 mlnet RET stat -1 errno 2 No such file or directory
[...]

3840 mlnet NAMI "mlnet.pid"
3840 mlnet RET stat -1 errno 2 No such file or directory
3840 mlnet CALL stat(0x3c1ddcc0,0xcfbe88b4)
3840 mlnet NAMI "config_files_space.tmp"
3840 mlnet RET stat -1 errno 2 No such file or directory
[...]


Any of these error?
Back to top
View user's profile Send private message
spiralvoice
Sage


Joined: 06 Jan 2003
Posts: 3982
Location: Germany

PostPosted: Mon Jun 02, 2008 8:25 am    Post subject: Reply with quote

Sky wrote:
Any of these error?

No, search for "resolv" or "mldonkey.org", like this:
Quote:
write(2, "2008/06/02 10:23:26 [DNS] Resolv"..., 592008/06/02 10:23:26 [DNS] Resolving [www.mldonkey.org] ...
) = 59
stat64("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=45, ...}) = 0
open("/etc/resolv.conf", O_RDONLY) = 3

Also try to start strace with -fF, like
Code:
strace -fF ./mlnet

but include the chroot commands as well Wink
_________________
Link overview and precompiled cores here: http://mldonkey.sourceforge.net/DownloadLinks
Back to top
View user's profile Send private message
Sky
neophyte


Joined: 30 Apr 2007
Posts: 26

PostPosted: Wed Jun 04, 2008 5:16 pm    Post subject: Reply with quote

Code:
 28233 mlnet    CALL  gettimeofday(0xcfbd83c8,0)
 28233 mlnet    RET   gettimeofday 0
 28233 mlnet    CALL  gettimeofday(0xcfbd8390,0)
 28233 mlnet    RET   gettimeofday 0
 28233 mlnet    CALL  write(0x2,0x88ba3030,0x3b)
 28233 mlnet    GIO   fd 2 wrote 59 bytes
       "2008/06/04 16:50:43 [DNS] Resolving [openbsd.my.domain] ...
        "
 28233 mlnet    RET   write 59/0x3b
 28233 mlnet    CALL  sigprocmask(0x1,0xffffffff)
 28233 mlnet    RET   sigprocmask 0
 28233 mlnet    CALL  mprotect(0x3c28e000,0x2000,0x3)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  mprotect(0x3c28e000,0x2000,0x1)
 28233 mlnet    RET   mprotect 0


...

Code:

28233 mlnet    NAMI  "/etc/resolv.conf"
 28233 mlnet    RET   stat 0
 28233 mlnet    CALL  issetugid()
 28233 mlnet    RET   issetugid 0
 28233 mlnet    CALL  sigprocmask(0x1,0xffffffff)
 28233 mlnet    RET   sigprocmask 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x3)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x1)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  sigprocmask(0x3,0)
 28233 mlnet    RET   sigprocmask -65793/0xfffefeff
 28233 mlnet    CALL  open(0x2f1238e5,0,0)
 28233 mlnet    NAMI  "/etc/resolv.conf"
 28233 mlnet    RET   open 5
 28233 mlnet    CALL  fcntl(0x5,0x3,0)
 28233 mlnet    RET   fcntl 0
 28233 mlnet    CALL  fcntl(0x5,0x4,0x4)
 28233 mlnet    RET   fcntl 0
 28233 mlnet    CALL  sigprocmask(0x1,0xffffffff)
 28233 mlnet    RET   sigprocmask 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x3)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x1)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  sigprocmask(0x3,0)
 28233 mlnet    RET   sigprocmask -65793/0xfffefeff
 28233 mlnet    CALL  fstat(0x5,0xcfbd7d0c)
 28233 mlnet    RET   fstat 0
 28233 mlnet    CALL  mmap(0,0x4000,0x3,0x1002,0xffffffff,0,0,0)
 28233 mlnet    RET   mmap -2110439424/0x82354000
 28233 mlnet    CALL  mmap(0,0x1000,0x3,0x1002,0xffffffff,0,0,0)
 28233 mlnet    RET   mmap 2082078720/0x7c1a0000
 28233 mlnet    CALL  mprotect(0x7d6a8000,0x1000,0x3)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  mprotect(0x7d6a8000,0x1000,0x1)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  read(0x5,0x82354000,0x4000)
 28233 mlnet    GIO   fd 5 read 23 bytes
       "nameserver 192.168.1.1
28233 mlnet    RET   read 23/0x17
 28233 mlnet    CALL  sigprocmask(0x1,0xffffffff)
 28233 mlnet    RET   sigprocmask 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x3)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x1)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  sigprocmask(0x3,0)
 28233 mlnet    RET   sigprocmask -65793/0xfffefeff
 28233 mlnet    CALL  sigprocmask(0x1,0xffffffff)
 28233 mlnet    RET   sigprocmask 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x3)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x1)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  sigprocmask(0x3,0)



Code:


28233 mlnet    CALL  mprotect(0x2fdcd000,0x1000,0x3)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  mprotect(0x2fdcd000,0x1000,0x1)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  sigprocmask(0x3,0)
 28233 mlnet    RET   sigprocmask -65793/0xfffefeff
 28233 mlnet    CALL  recvfrom(0x5,0x84c11000,0x10000,0,0xcfbd73dc,0xcfbd73b0)
 28233 mlnet    GIO   fd 5 read 109 bytes
       "\M-mq\M^A\M^C\0\^A\0\0\0\^A\0\0\^Fopenbsd\^Bmy\^Fdomain\0\0\^A\0\^A\0\0\^F\0\^A\0\0\^^\M^K\0@\^AA\fROOT-SERVERS\^CNE\
        T\0\^ENSTLD\fVERISIGN-GRS\^CCOM\0w\M-0\M^Q\M-p\0\0\a\b\0\0\^C\M^D\0     :\M^@\0\^AQ\M^@"
 28233 mlnet    RET   recvfrom 109/0x6d
 28233 mlnet    CALL  sigprocmask(0x1,0xffffffff)
 28233 mlnet    RET   sigprocmask 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x3)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  mprotect(0x2f129000,0x2000,0x1)
 28233 mlnet    RET   mprotect 0
 28233 mlnet    CALL  sigprocmask(0x3,0)
 28233 mlnet    RET   sigprocmask -65793/0xfffefeff
 28233 mlnet    CALL  sigprocmask(0x1,0xffffffff)
 28233 mlnet    RET   sigprocmask 0



Mmm..is it asking the dns to resolv openbsd.my.domain (my machine name)? This means he's ignoring the hosts file that has this entry:

[19:14][root@openbsd:/home/mldonkey/etc]$ cat hosts
127.0.0.1 localhost.my.domain localhost
127.0.0.1 openbsd.my.domain openbsd
Back to top
View user's profile Send private message
Sky
neophyte


Joined: 30 Apr 2007
Posts: 26

PostPosted: Sun Jun 08, 2008 7:36 am    Post subject: Reply with quote

anyone with this issue?
Back to top
View user's profile Send private message
Gamer_0x0D
neophyte


Joined: 04 Jul 2008
Posts: 10

PostPosted: Fri Jul 04, 2008 8:43 pm    Post subject: Reply with quote

I have MlDonkey in chroot. I resolv it by coping "resolv.conf" to /etc directory in my chroot. It excellent works...
Back to top
View user's profile Send private message
Sky
neophyte


Joined: 30 Apr 2007
Posts: 26

PostPosted: Sun Jul 13, 2008 7:52 am    Post subject: Reply with quote

Of course this file it's in my etc chroot folder... Sad
Back to top
View user's profile Send private message
Sky
neophyte


Joined: 30 Apr 2007
Posts: 26

PostPosted: Tue Jul 22, 2008 8:33 pm    Post subject: Reply with quote

A little update about this issue...

I found an old back with the home mldonkey home...that is the chroot, probably using mlnet released 6-10 months ago.

So I tried using this folder as new choot...AND IT WORKED.

Code:
 /usr/sbin/chroot -u mldonkey /home/mldonkey/OLD_WORKING_HOME  ./mlnet



The stange thing is that...there is no etc directory inside this "old" chroot directory"...I am really really confused.

Any idea?
Back to top
View user's profile Send private message
spiralvoice
Sage


Joined: 06 Jan 2003
Posts: 3982
Location: Germany

PostPosted: Tue Jul 22, 2008 8:52 pm    Post subject: Reply with quote

Compare both dirs and check for differences.
_________________
Link overview and precompiled cores here: http://mldonkey.sourceforge.net/DownloadLinks
Back to top
View user's profile Send private message
Sky
neophyte


Joined: 30 Apr 2007
Posts: 26

PostPosted: Wed Aug 20, 2008 8:25 am    Post subject: Reply with quote

This is the chroot NOT WORKING

Quote:

[10:13][root@gondor:/home/mldonkey]$ ls -la
total 280436
drwxrwxrwx 18 mldonkey mldonkey 2048 Aug 20 10:12 .
drwxr-xr-x 5 root wheel 512 May 30 11:50 ..
-rw------- 1 mldonkey mldonkey 1552 Jun 5 01:36 .bash_history
-rwxrwxrwx 1 mldonkey mldonkey 776 Aug 28 2006 .cshrc
-rwxrwxrwx 1 mldonkey mldonkey 317 Aug 28 2006 .login
-rwxrwxrwx 1 mldonkey mldonkey 105 Aug 28 2006 .mailrc
drwxrwxrwx 8 mldonkey mldonkey 1024 May 22 14:45 .mldonkey
-rwxrwxrwx 1 mldonkey mldonkey 6473 May 5 2006 .mldonkey_gui.ini
-rwxrwxrwx 1 mldonkey mldonkey 7238 May 5 2006 .mldonkey_gui_messages.ini
-rwxrwxrwx 1 mldonkey mldonkey 213 May 5 2006 .mldonkey_im.ini
-rwxrwxrwx 1 mldonkey mldonkey 218 Aug 28 2006 .profile
drwxr-xr-x 13 mldonkey mldonkey 1536 Jul 22 22:11 OLD WORKING HOME
drwxr-xr-x 13 root mldonkey 1536 Jul 22 22:19 OLD WORKING HOME NEW
-rw-r--r-- 1 mldonkey mldonkey 5400 Jun 4 21:46 bittorrent.ini
-rw-r--r-- 1 mldonkey mldonkey 3274 Jun 6 2007 bittorrent.ini.CRASH
drwxr-xr-x 2 root mldonkey 512 Jul 2 2007 dev
-rw-r--r-- 1 mldonkey mldonkey 2338 Jun 4 21:46 directconnect.ini
-rw-r--r-- 1 mldonkey mldonkey 9231 Jun 4 21:46 donkey.ini
-rwxrwxrwx 1 mldonkey mldonkey 5922 May 5 2006 donkey_expert.ini
-rwxrwxrwx 1 mldonkey mldonkey 7946 Jan 22 2008 download.ini
-rw-r--r-- 1 mldonkey mldonkey 33136 Jun 20 17:37 downloads.ini
-rwxrwxrwx 1 mldonkey mldonkey 7625 May 5 2006 downloads_expert.ini
drwxrwxrwx 2 mldonkey mldonkey 512 Jun 20 17:46 etc
-rw-r--r-- 1 mldonkey mldonkey 17629 Jun 4 21:46 fasttrack.ini
-rw-r--r-- 1 mldonkey mldonkey 889 Jun 4 21:46 fileTP.ini
-rw-r--r-- 1 mldonkey mldonkey 1681 May 7 2007 file_log.log
-rw-r--r-- 1 mldonkey mldonkey 394 Jun 4 21:46 file_sources.ini
-rw-r--r-- 1 mldonkey mldonkey 1247009 Jul 12 17:54 files.ini
-rw-r--r-- 1 mldonkey mldonkey 116 Jul 12 17:54 friends.ini
-rw-r--r-- 1 mldonkey mldonkey 2999 May 20 20:25 gnutella.ini
-rw-r--r-- 1 mldonkey mldonkey 2877 May 20 20:25 gnutella2.ini
drwxrwxrwx 4 mldonkey mldonkey 512 Nov 9 2006 incoming
-rw------- 1 mldonkey mldonkey 44766566 Jun 2 08:14 ktrace.out
-rw------- 1 mldonkey mldonkey 75672 Mar 27 08:24 messages.log
lrwxr-xr-x 1 root mldonkey 5 Jul 2 2007 mldonkey -> mlnet
-rw-r--r-- 1 mldonkey mldonkey 6 Mar 27 20:06 mldonkey.pid
-rwxrwxrwx 1 mldonkey mldonkey 5060988 Nov 5 2006 mldonkey_FROM_PACKAGE
-rwxr-xr-x 1 mldonkey mldonkey 918 Jun 4 21:46 mldonkey_submit
drwxr-xr-x 2 mldonkey mldonkey 512 Aug 20 10:10 mldonkey_tmp
-rwxr-xr-x 1 root mldonkey 9111204 Aug 20 10:09 mlnet
-rw-r--r-- 1 mldonkey mldonkey 5726 Jul 12 17:55 mlnet.log
-rwxr-xr-x 1 root wheel 9100905 Jun 4 21:13 mlnet2.9.3
-rwxrwxrwx 1 mldonkey mldonkey 77000 Jul 12 17:55 mlnet_strings.EN_ASCII
-rwxrwxrwx 1 mldonkey mldonkey 57540 Jul 2 2007 mlnet_strings.en
-rwxrwxrwx 1 mldonkey mldonkey 293 Jun 4 21:46 mlsubmit.reg
drwxrwxrwx 2 mldonkey mldonkey 1024 Jul 12 17:54 old_config
-rwxrwxrwx 1 mldonkey mldonkey 12 Jun 4 21:46 onlinesig.dat
-rwxrwxrwx 1 mldonkey mldonkey 1025 May 5 2006 opennap.ini
-rw-r--r-- 1 root mldonkey 60642896 Jun 2 08:16 outputktrace.txt
drwxrwxrwx 3 mldonkey mldonkey 512 May 28 07:56 root
drwxrwxrwx 2 mldonkey mldonkey 512 Jul 12 17:54 searches
-rw-r--r-- 1 mldonkey mldonkey 2354 Jul 12 17:54 searches.ini
-rw-r--r-- 1 mldonkey mldonkey 7101 Jul 12 17:54 servers.ini
drwxrwxrwx 2 mldonkey mldonkey 512 Nov 5 2006 shared
-rw-r--r-- 1 mldonkey mldonkey 100 Jul 12 17:54 shared_files.ini
-rw-r--r-- 1 mldonkey mldonkey 87 Jun 4 21:46 shared_files_new.ini
-rw-r--r-- 1 mldonkey mldonkey 87435 Feb 10 2008 shared_files_new.ini.tmp.CRASH
-rwxrwxrwx 1 mldonkey mldonkey 1078 May 5 2006 soulseek.ini
-rw-r--r-- 1 mldonkey mldonkey 13283 Jun 4 21:46 statistics.ini
-rw-r--r-- 1 mldonkey mldonkey 1821 Jun 4 21:46 stats.ini
-rw-r--r-- 1 mldonkey mldonkey 7629 Jun 4 21:46 stats_bt.ini
-rw-r--r-- 1 mldonkey mldonkey 10589 Jun 4 21:46 stats_mod.ini
-rw-r--r-- 1 mldonkey mldonkey 20480 May 20 20:34 store_1024
-rw-r--r-- 1 mldonkey mldonkey 322560 May 20 20:34 store_256
-rw-r--r-- 1 mldonkey mldonkey 153600 May 20 20:34 store_512
drwxrwxrwx 6 mldonkey mldonkey 512 Jul 12 17:54 temp
drwxr-xr-x 2 mldonkey mldonkey 512 Jul 22 22:15 tmp
drwxrwxrwx 7 mldonkey mldonkey 1024 Jul 12 17:55 torrents
-rw-r--r-- 1 root mldonkey 12415828 May 28 11:46 trace.txt
-rw------- 1 mldonkey mldonkey 1782 Jun 4 21:46 users.ini
drwxr-xr-x 6 root mldonkey 512 May 28 11:27 usr
drwxr-xr-x 2 mldonkey mldonkey 512 Jul 12 17:54 web_infos


This is the etc folder

Quote:

[10:15][root@gondor:/home/mldonkey]$ ls etc/
group host hosts myname nsswitch.conf passwd resolv.conf
[10:15][root@gondor:/home/mldonkey]$ cat etc/resolv.conf
nameserver 192.168.1.1
[10:16][root@gondor:/home/mldonkey]$ cat /etc/resolv.conf
nameserver 192.168.1.1
[10:31][root@gondor:/home/mldonkey]$ cat etc/hosts
# $OpenBSD: hosts,v 1.11 2002/09/26 23:35:51 krw Exp $
#
# Host Database
#
# RFC 1918 specifies that these networks are "internal".
# 10.0.0.0 10.255.255.255
# 172.16.0.0 172.31.255.255
# 192.168.0.0 192.168.255.255
#
::1 localhost.my.domain localhost
127.0.0.1 localhost.my.domain localhost
::1 gondor.my.domain gondor
127.0.0.1 gondor.my.domain gondor
[10:31][root@gondor:/home/mldonkey]$ cat /etc/hosts
# $OpenBSD: hosts,v 1.11 2002/09/26 23:35:51 krw Exp $
#
# Host Database
#
# RFC 1918 specifies that these networks are "internal".
# 10.0.0.0 10.255.255.255
# 172.16.0.0 172.31.255.255
# 192.168.0.0 192.168.255.255
#
::1 localhost.my.domain localhost
127.0.0.1 localhost.my.domain localhost
::1 gondor.my.domain gondor
127.0.0.1 gondor.my.domain gondor


^^^^
The resolv.conf and hosts file are the same of the system.



This is an old chroot version from backup THAT IS ACTUALLY WORKING:

Quote:

[10:18][root@gondor:/home/mldonkey]$ ls -la OLD\ WORKING\ HOME
total 48204
drwxr-xr-x 13 mldonkey mldonkey 1536 Jul 22 22:11 .
drwxrwxrwx 18 mldonkey mldonkey 2048 Aug 20 10:12 ..
-rw-r--r-- 1 mldonkey mldonkey 2801 Jul 22 22:10 bittorrent.ini
rwxr-xr-x 2 mldonkey mldonkey 512 Jul 22 22:03 dev
-rw-r--r-- 1 mldonkey mldonkey 1408 Jul 3 2007 directconnect.ini
-rw-r--r-- 1 mldonkey mldonkey 9208 Jul 22 22:10 donkey.ini
-rw-r--r-- 1 mldonkey mldonkey 5922 Jul 3 2007 donkey_expert.ini
-rw-r--r-- 1 mldonkey mldonkey 7946 Jul 3 2007 download.ini
-rw-r--r-- 1 mldonkey mldonkey 32346 Jul 22 22:10 downloads.ini
-rw-r--r-- 1 mldonkey mldonkey 7625 Jul 3 2007 downloads_expert.ini
-rw-r--r-- 1 mldonkey mldonkey 17629 Jul 22 22:10 fasttrack.ini
-rw-r--r-- 1 mldonkey mldonkey 889 Jul 22 22:10 fileTP.ini
-rw-r--r-- 1 mldonkey mldonkey 1681 Jul 3 2007 file_log.log
-rw-r--r-- 1 mldonkey mldonkey 394 Jul 22 22:10 file_sources.ini
-rw-r--r-- 1 mldonkey mldonkey 267 Jul 22 22:10 files.ini
-rw-r--r-- 1 mldonkey mldonkey 116 Jul 22 22:10 friends.ini
-rw-r--r-- 1 mldonkey mldonkey 2999 Jul 22 22:10 gnutella.ini
-rw-r--r-- 1 mldonkey mldonkey 2877 Jul 22 22:10 gnutella2.ini
drwxr-xr-x 4 mldonkey mldonkey 512 Jul 22 22:10 incoming
-rw-r--r-- 1 mldonkey mldonkey 65900 Jul 3 2007 messages.log
-rwxr-xr-x 1 mldonkey mldonkey 9296678 Jul 3 2007 mldonkey
-rwxr-xr-x 1 mldonkey mldonkey 918 Jul 22 22:10 mldonkey_submit
-rwxr-xr-x 1 mldonkey mldonkey 9296678 Jul 3 2007 mlnet
-rw-r--r-- 1 mldonkey mldonkey 5 Jul 3 2007 mlnet.pid
-rw-r--r-- 1 mldonkey mldonkey 74434 Jul 22 22:10 mlnet_strings.EN_ASCII
-rw-r--r-- 1 mldonkey mldonkey 57540 Jul 3 2007 mlnet_strings.en
-rw-r--r-- 1 mldonkey mldonkey 293 Jul 22 22:10 mlsubmit.reg
drwxr-xr-x 2 mldonkey mldonkey 1024 Jul 22 22:10 old_config
-rw-r--r-- 1 mldonkey mldonkey 12 Jul 22 22:10 onlinesig.dat
-rw-r--r-- 1 mldonkey mldonkey 1025 Jul 3 2007 opennap.ini
drwxr-xr-x 3 mldonkey mldonkey 512 Jul 22 22:03 root
drwxr-xr-x 2 mldonkey mldonkey 512 Jul 22 22:10 searches
-rw-r--r-- 1 mldonkey mldonkey 2354 Jul 22 22:10 searches.ini
-rw-r--r-- 1 mldonkey mldonkey 10205 Jul 22 22:10 servers.ini
drwxr-xr-x 2 mldonkey mldonkey 512 Jul 22 22:03 shared
-rw-r--r-- 1 mldonkey mldonkey 100 Jul 22 22:10 shared_files.ini
-rw-r--r-- 1 mldonkey mldonkey 1836 Jul 22 22:10 shared_files_new.ini
-rw-r--r-- 1 mldonkey mldonkey 1078 Jul 3 2007 soulseek.ini
-rw-r--r-- 1 mldonkey mldonkey 9923 Jul 22 22:10 statistics.ini
-rw-r--r-- 1 mldonkey mldonkey 1817 Jul 22 22:10 stats.ini
-rw-r--r-- 1 mldonkey mldonkey 6747 Jul 22 22:10 stats_bt.ini
-rw-r--r-- 1 mldonkey mldonkey 10589 Jul 22 22:10 stats_mod.ini
-rw-r--r-- 1 mldonkey mldonkey 20480 Jul 3 2007 store_1024
-rw-r--r-- 1 mldonkey mldonkey 322560 Jul 3 2007 store_256
-rw-r--r-- 1 mldonkey mldonkey 153600 Jul 3 2007 store_512
drwxr-xr-x 5 mldonkey mldonkey 512 Jul 22 22:10 temp
drwxrwxrwx 2 mldonkey mldonkey 512 Jul 22 22:10 tmp
drwxr-xr-x 7 mldonkey mldonkey 512 Jul 22 22:10 torrents
-rw------- 1 mldonkey mldonkey 1782 Jul 22 22:10 users.ini
drwxr-xr-x 4 mldonkey mldonkey 512 Jul 22 22:03 usr
drwxr-xr-x 2 mldonkey mldonkey 512 Jul 22 22:10 web_infos


end there is no etc folder....
Back to top
View user's profile Send private message
Sky
neophyte


Joined: 30 Apr 2007
Posts: 26

PostPosted: Tue Sep 02, 2008 3:29 pm    Post subject: Reply with quote

anyone? this is a crazy behaviour...
Back to top
View user's profile Send private message
Berni
neophyte


Joined: 16 Dec 2006
Posts: 33
Location: Germany

PostPosted: Thu Sep 04, 2008 9:21 am    Post subject: Reply with quote

Perhaps it's because you're missing a host.conf?
I've got 5 files in my etc-folder of the chroot:
-host.conf
-hosts
-localtime
-nsswitch.conf
-resolv.conf
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    MLDonkey Forum Index -> Problems with MLDonkey Client (in general, and ed2k, kad, overnet) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Sourceforge.net Logo