Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Verry weird...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Anon5710
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 232
Location: Belgium

PostPosted: Fri Nov 05, 2004 12:00 pm    Post subject: Verry weird... Reply with quote

Okey ive just downloaded the dnetc client for X86-64 according to the tutorial ive jsut have to start dnetc.... But HOW :oops: :oops: Ive got no clue how i have to start it... just double clocking on it gives nothing. So does rightclicking and giving the command ececute.. I am really lost here. :oops: :oops:
Back to top
View user's profile Send private message
hensan
l33t
l33t


Joined: 26 Jun 2003
Posts: 868
Location: Sweden

PostPosted: Fri Nov 05, 2004 12:23 pm    Post subject: Reply with quote

Anon5710 wrote:
I am really lost here.


It sure looks that way. Are you sure you are not looking for the Windows XP forums? I mean "double clicking the file", please. :roll: :wink:

What you need to do is this:

1. Go to https://bugs.gentoo.org/show_bug.cgi?id=68344, and download the ebuild (The second file in the attachments table).
2. Put the file in your portage overlay (/usr/local/portage/app-misc/dnetc/) (you have to create the dirs yourself).
3. If you haven't done so already, uncomment the line that says PORTDIR_OVERLAY=/usr/local/portage in /etc/make.conf
4. Create a file called /etc/portage/package.keywords, and add a line that says app-misc/dnetc ~amd64
5. emerge dnetc
6. Go to /opt/distributed.net and run dnetc -config
7. rc-update add dnetc default
8. /etc/init.d/dnetc start (You only have to do this now, next boot it will start automatically).

9. (Optional) Edit /etc/init.d/dnetc and change the line under "# use ini file" to:
Code:
/opt/distributed.net/dnetc -ini /opt/distributed.net/dnetc.ini > /dev/vc/11 &

... this way you can always switch to the console with ctrl-alt-F11 to check your progress.
Back to top
View user's profile Send private message
Anon5710
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 232
Location: Belgium

PostPosted: Fri Nov 05, 2004 1:45 pm    Post subject: Reply with quote

emerge 1 of 2 is okey but with emerge 2 of 2 i get



>>> emerge (2 of 2) app-misc/dnetc-2.9009.494 to /
amd64
>>> Downloading http://http.distributed.net/pub/dcti/prerelease/rc/dnetc494-linux-amd64-elf.tar.gz
--15:38:50-- http://http.distributed.net/pub/dcti/prerelease/rc/dnetc494-linux-amd64-elf.tar.gz
=> `/usr/portage/distfiles/dnetc494-linux-amd64-elf.tar.gz'
Resolving http.distributed.net... 209.98.32.14
Connecting to http.distributed.net[209.98.32.14]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 446,966 [application/x-tar]

100%[====================================>] 446,966 89.52K/s ETA 00:00

15:38:56 (82.85 KB/s) - `/usr/portage/distfiles/dnetc494-linux-amd64-elf.tar.gz' saved [446966/446966]

--- No package manifest found: /usr/local/portage/app-misc/dnetc/Manifest
!!! No package digest file found: /usr/local/portage/app-misc/dnetc/files/digest-dnetc-2.9009.494
!!! Type "ebuild foo.ebuild digest" to generate it.
bash-2.05b# ebuild foo.ebuild digest
!!! Name error in foo: missing a version or name part.
!!! Error: PF is null 'foo'; exiting.
bash-2.05b#
Back to top
View user's profile Send private message
BlackEdder
Advocate
Advocate


Joined: 26 Apr 2004
Posts: 2588
Location: Dutch enclave in Egham, UK

PostPosted: Fri Nov 05, 2004 2:13 pm    Post subject: Reply with quote

From: http://www.faqs.org/rfcs/rfc3092.html

foo /foo/

2. Used very generally as a sample name for absolutely anything, esp.
programs and files (esp. scratch files).

So what they mean you need to do is:
Code:
cd /usr/local/portage/app-misc/dnetc/
ebuild dnetc-2.9009.494.ebuild digest
Back to top
View user's profile Send private message
Anon5710
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 232
Location: Belgium

PostPosted: Fri Nov 05, 2004 2:23 pm    Post subject: Reply with quote

Yes i did cd /usr/portage/.....

bash-2.05 ebuild dnetc-2.9009.494.ebuild digest
>>> Generating digest file...
<<< dnetc494-linux-x86-elf-uclibc.tar.gz
!!! We have a source URI, but no file...
!!! File: /usr/portage/distfiles/dnetc494-linux-x86-elf-uclibc.tar.gz
bash-2.05b#


Than i get this.

I must say i am amzed that i am getting such good response so fast 8O
Back to top
View user's profile Send private message
hensan
l33t
l33t


Joined: 26 Jun 2003
Posts: 868
Location: Sweden

PostPosted: Fri Nov 05, 2004 3:54 pm    Post subject: Reply with quote

Hmm, seems like the 'ebuild' command doesn't like the amd64? notation... guess you have to edit the ebuild and change the SRC_URI bit to just:

Code:
SRC_URI="http://http.distributed.net/pub/dcti/prerelease/rc/dnetc${MIN_PV}-linux-amd64-elf.tar.gz"
Back to top
View user's profile Send private message
Anon5710
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 232
Location: Belgium

PostPosted: Fri Nov 05, 2004 7:08 pm    Post subject: Reply with quote

okey ive got the ebuil working, done the emerge BUT when i am in
Code:
/opt/distributed.net
i type dnetc -config and i get .... nothing..

Lost again. :oops:
Back to top
View user's profile Send private message
hensan
l33t
l33t


Joined: 26 Jun 2003
Posts: 868
Location: Sweden

PostPosted: Fri Nov 05, 2004 7:21 pm    Post subject: Reply with quote

You have to type ./dnetc -config, that dir doesn't get added to the PATH variable so you have to add the ./ (or the full path) to run it.
Back to top
View user's profile Send private message
Anon5710
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 232
Location: Belgium

PostPosted: Fri Nov 05, 2004 7:39 pm    Post subject: Reply with quote

hensan wrote:
You have to type ./dnetc -config, that dir doesn't get added to the PATH variable so you have to add the ./ (or the full path) to run it.


I knew it would be something stupid :P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
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