Yu0 4r3 ly1ng!1Daimondie wrote:http://xdc.junki.org/ - tha b3st 0n3 1f y@ g3t 1t 2 run...
There's nothing that can beat DC++ or it's port.
Yu0 4r3 ly1ng!1Daimondie wrote:http://xdc.junki.org/ - tha b3st 0n3 1f y@ g3t 1t 2 run...
Try the alltray utility, it's in portage.I was also wondering, if there is a way to dock Wulfor at the taskbar (Gnome)

Check the perms on the .dc++ dir to see if you own the dir. If you don't have write access, it'll just try hashing everything every time you start linuxdc++ up.slivovice wrote:One annoyance in linuxdc++: Everytime I start it, it slows down everythig for a consedirebla amount of time (like 10 to 20 minutes). I thing it's because it's rehashing the filelist at startup (but it's just a guess). Does any of you encountered this? Is there any option for that, or just any way to make it not do that?? (I've tried to turn of automatic refresh list every hour, but that didn't help)
I see, now it seems almost ok. It looks like it starts rehashing even if no changes were made, but a minute after the users list is populated it finishes saying processing is done and statistics shows just -.-- B/s.Slivovice, when I startlinuxdc++ and there were some changes in directory which is shared since last hash, its hashing for some time in my case too. You can see it, if you click on "Hash" button. Than I can start it again and again without any rehashing, till some changes in shared dicectory occures.
Why do they would put Windows programs to Portage?G2k wrote:why hasn't ldcpp gone into portage as stable yet? I haven't used it but I heard that it's quite reliable. Is it because it uses gcc 3.4?
What do you mean with It looks like It's hashing? The hashing is usually finnished when it reaches 0bytes, at least for me. Is there any heavy hd activity going?Slavo wrote:first problems:
Favourite hubs doesnt work for me; Im running linuxdcpp as normal user
also hashing - looks like it hashes, but then it shows 0 B
anz ideas?

Code: Select all
chmod -Rf uid:guid .dc++Code: Select all
# chmod -Rf uid:guid .dc++
chmod: invalid mode string: `uid:guid'No! You actuallyhave to replace the uid/gid strings by your user's uid/gid.Slavo wrote:hmmmm doesnt work
Code: Select all
# chmod -Rf uid:guid .dc++ chmod: invalid mode string: `uid:guid'
Code: Select all
# id <your_username>Should be this way:Slavo wrote:uid=1000(favo) gid=100(users)
Code: Select all
# chmod -Rf 1000:100 .dc++Code: Select all
# chmod -Rf 1000:100 .dc++
chmod: invalid mode string: `1000:100'
The command is chown, not chmod. Like this:Slavo wrote:Code: Select all
# chmod -Rf 1000:100 .dc++ chmod: invalid mode string: `1000:100'
Code: Select all
chown -R 1000:100 .dc++

