Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
IPv6 Doc page wrong?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Visseroth
Apprentice
Apprentice


Joined: 13 Oct 2003
Posts: 291
Location: Idaho

PostPosted: Sun Mar 07, 2004 1:27 pm    Post subject: IPv6 Doc page wrong? Reply with quote

I was on the IPv6 Doc page trying to setup my system for IPv6 compatibility and when you come accross the command line to run;
Code:
emerge -epv world | grep ipv6 | sed "s:^.*\] ::; s:-[0-9]\+.*::" | \ > cut -d' ' -f1 > packages
it doesn't work. I get the command
Quote:
: command not found
or
Quote:
-d command not found
or
Quote:
cut: command not found
So anyone have any ideas as to how to get this to emerge the rest of my system for IPv6 compatibility?
Back to top
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Sun Mar 07, 2004 2:56 pm    Post subject: Reply with quote

i dono what that command does but if you want ipv6 you only need 2 things.
net-misc/iputils
and
sys-apps/iproute

Get an account at some TunnelBroker and thats it.
_________________
linux: #232767
Back to top
View user's profile Send private message
webkiller71
n00b
n00b


Joined: 29 Nov 2003
Posts: 20

PostPosted: Sun Mar 07, 2004 2:58 pm    Post subject: Reply with quote

Code:
root@dagobert ~ #  emerge -epv world | grep ipv6 | sed "s:.*\] ::; s:-[0-9]\+.*::" | cut -d' ' -f1
Traceback (most recent call last):
  File "/usr/bin/emerge", line 2578, in ?
    mydepgraph.display(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1374, in display
    print "Total size of downloads: "+format_size(totalsize)
TypeError: cannot concatenate 'str' and 'long' objects
x11-base/xfree
dev-lang/python
sys-apps/tcp-wrappers
x11-libs/qt
dev-libs/libxml2
media-sound/esound
net-ftp/proftpd
media-sound/xmms
net-ftp/curl
net-misc/wget
net-misc/ssh
net-irc/irssi
net-ftp/ncftp
net-mail/ssmtp
kde-base/kdelibs
net-misc/oidentd
net-www/lynx
net-analyzer/iptraf
net-misc/iputils
root@dagobert ~ #


result here
Back to top
View user's profile Send private message
latexer
Retired Dev
Retired Dev


Joined: 05 Mar 2003
Posts: 239
Location: NYC

PostPosted: Sun Mar 07, 2004 4:41 pm    Post subject: Re: IPv6 Doc page wrong? Reply with quote

Visseroth wrote:
Code:
emerge -epv world | grep ipv6 | sed "s:^.*\] ::; s:-[0-9]\+.*::" | \ > cut -d' ' -f1 > packages


the problem lies in the how you combined two lines from the guide into one. remove the "\ >" before the "cut" command. Those are from bash if you are doing multi-line commands. Do something like
Code:
emerge -epv world | grep ipv6 | sed "s:^.*\] ::; s:-[0-9]\+.*::" |  cut -d' ' -f1 > packages

_________________
overlays - Use at your own risk. File bug reports on this stuff and i'll kick you in the junk. Ask me before asking upstream if these fail. I mean it. No, really.

#gentoo-dotnet on freenode
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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