DaemonForums  

Go Back   DaemonForums > Other Operating Systems > Other BSD and UNIX/UNIX-like

Other BSD and UNIX/UNIX-like Any other flavour of BSD or UNIX that does not have a section of its own.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 22nd May 2013
sgt_learn sgt_learn is offline
New User
 
Join Date: Aug 2012
Posts: 7
Default Dragonflybsd: installing pkgsrc

I've Dragonflybsd 3.4.1 amd64 installed and have been having a darned time installing packages from pkgsrc.

The dragonflybsd website instructions mention, for first time installation, to create it with the following commands:

# cd /usr
# make pkgsrc-create


Installation fails with:

cd /usr/pkgsrc && git fetch origin
fatal: unable to connect to git.dragonflybsd.org
git.dragonflybsd.org[0: 199.233.90.72]: errno=Operation timed out


In addition, GITHOST was set to avalon.dragonflybsd.org (set GITHOST=avalon.dragonflybsd.org)

git.dragonflybsd.org and avalon.dragonflybsd.org are accessible from a web browser.

I am eager to try df-3.4.1

Thanks for your advise.
Reply With Quote
  #2   (View Single Post)  
Old 22nd May 2013
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,125
Default

Code:
# monkey=chimpansee
# set | grep monkey
monkey=chimpansee

# sh
# set | grep monkey
# 
# exit

# set | grep monkey 
monkey=chimpansee

# export monkey
# sh
# set | grep monkey
monkey=chimpansee
Conclusion: a shell variable is only visible to that particular shell instance/process. If you start a new process/subshell, it will not inherit the shell variables of the parent shell/process unless the variable has been exported (Bourne shell) into the environment.

For the C shell you have to use setenv instead of export
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote
  #3   (View Single Post)  
Old 23rd May 2013
sgt_learn sgt_learn is offline
New User
 
Join Date: Aug 2012
Posts: 7
Default Sorry, no banana

Used: setenv GITHOST avalon.dragonflybsd.org

Same result:

# cd /usr
# make pkgsrc-create

cd /usr/pkgsrc && git fetch origin
fatal: unable to connect to avalon.dragonflybsd.org
avalon.dragonflybsd.org[0: 199.233.90.72]: errno=Operation timed out

*** Error code 128
Reply With Quote
  #4   (View Single Post)  
Old 23rd May 2013
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,125
Default

It could be a firewall issue. According to Git on the Server - The Protocols you may need to allow port 9418 through your firewall.

If this is not the cause you may could ask a DragonFlyBSD mailing list or IRC channel.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote
  #5   (View Single Post)  
Old 1st June 2013
sgt_learn sgt_learn is offline
New User
 
Join Date: Aug 2012
Posts: 7
Default make pkgsrc-create

Tried with firewall flushed (pfctl -Fa); same result.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DragonflyBSD DE recommendation. sgt_learn Other BSD and UNIX/UNIX-like 10 23rd November 2012 06:41 PM
DragonflyBSD can't boot gpatrick Other BSD and UNIX/UNIX-like 0 5th November 2012 12:47 PM
WINE - DragonFlyBSD klanger Other BSD and UNIX/UNIX-like 2 13th May 2010 09:44 PM
[Help needed] Atheros on Dragonflybsd joanelis Other BSD and UNIX/UNIX-like 4 4th May 2010 09:09 PM
Which is the significance about pkgsrc-2009Q2 and pkgsrc-2009Q3? aleunix NetBSD Package System (pkgsrc) 3 16th December 2009 07:19 AM


All times are GMT. The time now is 11:39 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick