[semi-OT] was: Re: I can't connect to Internet

2009-04-09 Thread ropers
2009/4/6 Mark - obsd list :
> I sure hope this is just a troll. He has written "OpenBSD" in just about
> every way that won't work and is ignoring everyone telling him repeatedly
> that he has to capitalize BSD.

I'm actually a little bit sympathetic towards people not copping on to
the fact that capitalization matters with the URL's path here. Why,
you ask?


Because URL design is just not very self-consistent:

- The host name part is case-insensitive.
- The path and/or rest of a URL is frequently case-sensitive.

Ouch!

- The host name notation is least-significant-part first.
- The path notation is most-significant-part first.

Argh!

Throw in a ? and & and & and almost everything goes -- and the URL has
gotten too long for many users to remember and reliably retype.

FAIL!

Oh, and the #anchors are probably case-sensitive again.

*sadtrombone*

Ironically, one of the few ways to sort of "fix" this is to be very
rich and use Windows. No, really. You'd burn a huge pile of cash and
apply for your own tld ( and I do mean *T*ld, cf.
http://tech.slashdot.org/tech/08/06/26/1814205.shtml ), and then you'd
use a web server with a case-insensitive file system. AFAIK the most
common one of those is IIS (and if that doesn't scare you...)
The result: http://oneworddomainname/case/insensitive/path/

Ha-ha-only-serious. ;-/



regards,
--ropers

PS: Yes, yes, I know, there's Apache's mod_speling.c; don't tell me.
And yes, contrary to what is says in this FAQ [
http://httpd.apache.org/docs/1.3/misc/FAQ-H.html#rewrite-nocase ],
Unix *can* deal with case-insensitive file systems, and you probably
*could* mount one of those on /var/www, but anyway, the first step is
admitting that you have a problem.

"Hi, I'm ropers, and I'm a webmaster."

PPS: On a less OT note: Just out of curiosity and for shits and
giggles: Can anyone suggest a decent and fast case-insensitive file
system for such and/or similar uses? Is there a way to make FFS
partitions case-insensitive? I'm not talking about partitions that the
OS would be installed on; I'm just asking about partitions that could
be mounted at /var/www or wherever.



Re: I can't connect to Internet

2009-04-07 Thread Hannah Schroeter
Hi!

On Mon, Apr 06, 2009 at 04:35:42PM -0500, alvaro wrote:
>export env PKG_PATH="ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";
^^^

Drop that.

Kind regards,

Hannah.



Re: I can't connect to Internet

2009-04-06 Thread Josh Grosse
On Tue, Apr 07, 2009 at 12:19:44AM +0200, Jose P.G wrote:
> At last it's working. The truth is that there are so many responses that i
> missed that part.
> 
> Right now is downloading slowly, could someone say me how can i select a
> mirror near to me?

The "Getting Releases" link on the left hand side of the main website 
lists all the mirrors around the planet, sorted by download protocol then
by mirror type then by country.

Here's a shortcut: www.openbsd.org/ftp.html



Re: I can't connect to Internet

2009-04-06 Thread L. V. Lammert

At 12:19 AM 4/7/2009 +0200, Jose P.G wrote:

At last it's working. The truth is that there are so many responses that i
missed that part.

Right now is downloading slowly, could someone say me how can i select a
mirror near to me?

Thank you very much for bothering to answer.


http://openbsd.org/ftp.html



Re: I can't connect to Internet

2009-04-06 Thread Josh Grosse
On Mon, Apr 06, 2009 at 11:06:20PM +0200, Jose P.G wrote:
> Wow... i never expected so many responses... i still have problems, and *this
> time i have written it correct* for sure: "export pkg_path=
> ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";. This time is written
> well, i still don't know where the problem is.
> 
> Thank you very much, i see that i am being helped by many people at once.
> 
No, you *still* do not have it right.

PKG_PATH, not pkg_path.  Upper case.  Capital letter.   Have you been tested
for dyslexia?



Re: I can't connect to Internet

2009-04-06 Thread Nick Guenther
On Mon, Apr 6, 2009 at 5:06 PM, Jose P.G  wrote:
> Wow... i never expected so many responses... i still have problems, and *this
> time i have written it correct* for sure: "export pkg_path=
> ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";. This time is written
> well, i still don't know where the problem is.
>
> Thank you very much, i see that i am being helped by many people at once.
>
>

successful troll is successful



Re: I can't connect to Internet

2009-04-06 Thread Jose P.G
At last it's working. The truth is that there are so many responses that i
missed that part.

Right now is downloading slowly, could someone say me how can i select a
mirror near to me?

Thank you very much for bothering to answer.



Re: I can't connect to Internet

2009-04-06 Thread Matthias Kilian
On Mon, Apr 06, 2009 at 11:06:20PM +0200, Jose P.G wrote:
> Wow... i never expected so many responses... i still have problems, and *this
> time i have written it correct* for sure: "export pkg_path=
> ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";. This time is written
> well, i still don't know where the problem is.

tHe worLD Is CASe sEnsitiVE



Re: I can't connect to Internet

2009-04-06 Thread Neal Hogan
On Mon, Apr 6, 2009 at 4:06 PM, Jose P.G  wrote:

> Wow... i never expected so many responses... i still have problems, and
> *this
> time i have written it correct* for sure: "export pkg_path=
> ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";. This time is
> written
> well, i still don't know where the problem is.
>
> Thank you very much, i see that i am being helped by many people at once.
>
>

This is that last time that I'm going to respond . . .

CAREFULLY (I can't stress that enough) read the OpenBSD faq page (
openbsd.org/faq), especially the package stuff.


-- 
www.nealhogan.net  www.lambdaserver.com



Re: I can't connect to Internet

2009-04-06 Thread alvaro

Uhmmm

Do it with:

export env PKG_PATH="ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";

And please, send the output of your route table:

$ route show

or

$ netstat -rn

Regards,

 Alvaro



On Mon, 6 Apr 2009, Jose P.G wrote:


Wow... i never expected so many responses... i still have problems, and *this
time i have written it correct* for sure: "export pkg_path=
ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";. This time is written
well, i still don't know where the problem is.

Thank you very much, i see that i am being helped by many people at once.




Re: I can't connect to Internet

2009-04-06 Thread Peter N. M. Hansteen
"Jose P.G"  writes:

> Wow... i never expected so many responses... i still have problems, and *this
> time i have written it correct* for sure: "export pkg_path=
> ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";. This time is written
> well, i still don't know where the problem is.

You still need the variable name in upper case, as in

export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/

Hopefully that gets you all the way there

Cheers,
-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/
"Remember to set the evil bit on all malicious network traffic"
delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.



Re: I can't connect to Internet

2009-04-06 Thread L. V. Lammert

At 11:06 PM 4/6/2009 +0200, Jose P.G wrote:

Wow... i never expected so many responses... i still have problems, and *this
time i have written it correct* for sure: "export pkg_path=
ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";. This time is written
well, i still don't know where the problem is.

Thank you very much, i see that i am being helped by many people at once.


Well, .. the URL is now correct, .. however you did not catch the note:

export PKG_PATH=

Remember, the ONLY OS that ignores case is DOS & Windoze [every other one 
obeys the case as written - pkg_path <> PKG_PATH].


Also, please use a mirror closer to you so as to avoid excessive traffic on 
the primary.


Lee



Re: I can't connect to Internet

2009-04-06 Thread Neal Hogan
On Mon, Apr 6, 2009 at 3:26 PM, Timo Myyrd  wrote:

> Mnlcrrsc  writes:
>
> The package path variable should be in capital letters:
> export PKG_PATH=ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/
>
> Please, use your local mirror and not the main site for packages.
> Timo


So far, all mirrors are safe!


>
>
>  Hi. I just installed Openbsd 4.4 and my first problem is that i
>>
> can't connect
>
>> to Internet for downloading packages.
>>
>> My configuration is perfectly configured, so i don't know what
>>
> it is (i
>
>> already have configured a Debian and a Windows system).  My
>>
> configuration is
>
>> 192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask,
>>
> and the DNS
>
>> "208.67.222.222 208.67.220.220" (opendns).
>>
>> I write:
>> export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/
>>
>> and then:
>>
>> pkg_add kde (for example), but it says "no packages available".
>>
>> What could i do? Thank you very much for your help.
>>
>
>


--
www.nealhogan.net  www.lambdaserver.com



Re: I can't connect to Internet

2009-04-06 Thread Jose P.G
Wow... i never expected so many responses... i still have problems, and *this
time i have written it correct* for sure: "export pkg_path=
ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/";. This time is written
well, i still don't know where the problem is.

Thank you very much, i see that i am being helped by many people at once.



Re: I can't connect to Internet

2009-04-06 Thread Timo Myyrä

Mnlcrrsc  writes:

The package path variable should be in capital letters:
export PKG_PATH=ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/

Please, use your local mirror and not the main site for packages. 


Timo

Hi. I just installed Openbsd 4.4 and my first problem is that i 

can't connect

to Internet for downloading packages.

My configuration is perfectly configured, so i don't know what 

it is (i
already have configured a Debian and a Windows system).  My 

configuration is
192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, 

and the DNS

"208.67.222.222 208.67.220.220" (opendns).

I write:
export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/

and then:

pkg_add kde (for example), but it says "no packages available".

What could i do? Thank you very much for your help.




Re: I can't connect to Internet

2009-04-06 Thread Mark - obsd list

Jose P.G wrote:

Ok, Internet is working. But i have the same problem. The strange is that i
can connect to the ftps when i am installing openbsd4.4, but not when i am
doing this. pkg_path is correct so i suppose that i am making an error
writing, though all i do is "export pkg_path=
ftp://ftp.openbsd.org/ub/openbsd/4.4/packages/i386/"; and "pkg_add gnome2".

What could be doing this? Thank you very much.

  
I sure hope this is just a troll. He has written "OpenBSD" in just about 
every way that won't work and is ignoring everyone telling him 
repeatedly that he has to capitalize BSD.




Re: I can't connect to Internet

2009-04-06 Thread Neal Hogan
On Mon, Apr 6, 2009 at 3:01 PM, Jose P.G  wrote:

> Ok, Internet is working. But i have the same problem. The strange is that i
> can connect to the ftps when i am installing openbsd4.4, but not when i am
> doing this. pkg_path is correct so i suppose that i am making an error
> writing, though all i do is "export pkg_path=
> ftp://ftp.openbsd.org/ub/openbsd/4.4/packages/i386/"; and "pkg_add gnome2".
>
> What could be doing this? Thank you very much.
>
>
Your path is not correct!


-- 
www.nealhogan.net  www.lambdaserver.com



Re: I can't connect to Internet

2009-04-06 Thread Ted Unangst
there is no ub directory on the ftp server.

On Mon, Apr 6, 2009 at 4:01 PM, Jose P.G  wrote:
> Ok, Internet is working. But i have the same problem. The strange is that i
> can connect to the ftps when i am installing openbsd4.4, but not when i am
> doing this. pkg_path is correct so i suppose that i am making an error
> writing, though all i do is "export pkg_path=
> ftp://ftp.openbsd.org/ub/openbsd/4.4/packages/i386/"; and "pkg_add gnome2".
>
> What could be doing this? Thank you very much.



Re: I can't connect to Internet

2009-04-06 Thread Mike Erdely
On Mon, Apr 06, 2009 at 10:01:46PM +0200, Jose P.G wrote:
> Ok, Internet is working. But i have the same problem. The strange is that i
> can connect to the ftps when i am installing openbsd4.4, but not when i am
> doing this. pkg_path is correct so i suppose that i am making an error
> writing, though all i do is "export pkg_path=
> ftp://ftp.openbsd.org/ub/openbsd/4.4/packages/i386/"; and "pkg_add gnome2".
> 
> What could be doing this? Thank you very much.

Assuming that you're not copy and pasting and are just typing the URL
wrong in your email, try `export PKG_PATH=ftp://...`

-ME



Re: I can't connect to Internet

2009-04-06 Thread Marti Martinez
I'm fairly certain that when adding a package from the FTP servers,
you need to specify enough info for the pkg_add module to
unambiguously request the right package -- i.e., version information
in this case.

What you've described hasn't convinced me that you're unable to
"connect to the internet" -- have you tried pinging a known address,
or resolving a hostname? Those are good indicators of where your
problems lie.

As to downloading packages, I usually don't bother setting package
path -- just pick a fast mirror, download a copy of its packages
directory for your architecture and version, and grab links off of
that page -- "sudo pkg_add -v ftp:///pkg-version.tgz" will
take care of the details for you

Marti

On Mon, Apr 6, 2009 at 11:51 AM, Mnlcrrsc  wrote:
> Hi. I just installed Openbsd 4.4 and my first problem is that i can't
connect
> to Internet for downloading packages.
>
> My configuration is perfectly configured, so i don't know what it is (i
> already have configured a Debian and a Windows system).  My configuration
is
> 192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the DNS
> "208.67.222.222 208.67.220.220" (opendns).
>
> I write:
> export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/
>
> and then:
>
> pkg_add kde (for example), but it says "no packages available".
>
> What could i do? Thank you very much for your help.
> --
> View this message in context:
http://www.nabble.com/I-can%27t-connect-to-Internet-tp22914928p22914928.html
> Sent from the openbsd user - misc mailing list archive at Nabble.com.
>
>



--
Systems Programmer, Principal
Electrical & Computer Engineering
The University of Arizona
ma...@arizona.edu



Re: I can't connect to Internet

2009-04-06 Thread Marti Martinez
| sed  's/Bsd/BSD/'

On Mon, Apr 6, 2009 at 12:12 PM, Jeszs P.G  wrote:
> Ops, sorry, i wanted to write "export pkg_path=
>
ftp://ftp.openbsd.org/pub/OpenBsd/4.4/packages/i386/<ftp://ftp.openbsd.org/pu
b/OpenBsd/4.4/i386/>.
> It's written well.
>
> Thank you very much.
>
> 2009/4/6 Bryan Irvine 
>
>> On Mon, Apr 6, 2009 at 11:51 AM, Mnlcrrsc  wrote:
>> > Hi. I just installed Openbsd 4.4 and my first problem is that i can't
>> connect
>> > to Internet for downloading packages.
>> >
>> > My configuration is perfectly configured, so i don't know what it is (i
>> > already have configured a Debian and a Windows system).  My
configuration
>> is
>> > 192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the
DNS
>> > "208.67.222.222 208.67.220.220" (opendns).
>> >
>> > I write:
>> > export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/
>>
>>
>> A proper package path might work better.  Look at the posted URL
>> *Very* closely and you will see the problems (yes there's more than
>> 1).
>>
>> -Bryan
>
>



--
Systems Programmer, Principal
Electrical & Computer Engineering
The University of Arizona
ma...@arizona.edu



Re: I can't connect to Internet

2009-04-06 Thread Neal Hogan
On Mon, Apr 6, 2009 at 2:12 PM, Jeszs P.G  wrote:

> Ops, sorry, i wanted to write "export pkg_path=
> ftp://ftp.openbsd.org/pub/OpenBsd/4.4/packages/i386/<
> ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/>.
> It's written well.


.../OpenBSD/...



>
>
> Thank you very much.
>
> 2009/4/6 Bryan Irvine 
>
> > On Mon, Apr 6, 2009 at 11:51 AM, Mnlcrrsc  wrote:
> > > Hi. I just installed Openbsd 4.4 and my first problem is that i can't
> > connect
> > > to Internet for downloading packages.
> > >
> > > My configuration is perfectly configured, so i don't know what it is (i
> > > already have configured a Debian and a Windows system).  My
> configuration
> > is
> > > 192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the
> DNS
> > > "208.67.222.222 208.67.220.220" (opendns).
> > >
> > > I write:
> > > export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/
> >
> >
> > A proper package path might work better.  Look at the posted URL
> > *Very* closely and you will see the problems (yes there's more than
> > 1).
> >
> > -Bryan
>
>


--
www.nealhogan.net  www.lambdaserver.com



Re: I can't connect to Internet

2009-04-06 Thread Jose P.G
Ok, Internet is working. But i have the same problem. The strange is that i
can connect to the ftps when i am installing openbsd4.4, but not when i am
doing this. pkg_path is correct so i suppose that i am making an error
writing, though all i do is "export pkg_path=
ftp://ftp.openbsd.org/ub/openbsd/4.4/packages/i386/"; and "pkg_add gnome2".

What could be doing this? Thank you very much.



Re: I can't connect to Internet

2009-04-06 Thread L. V. Lammert
On Mon, 6 Apr 2009, [ISO-8859-1] Jeszs P.G wrote:

> Ops, sorry, i wanted to write "export pkg_path=
>
ftp://ftp.openbsd.org/pub/OpenBsd/4.4/packages/i386/.
> It's written well.
>
> Thank you very much.
>
ahh, .. it's not written well if it doesn't work. Try it in your browser.

Lee

==
 Leland V. Lammertl...@omnitec.net
  Chief ScientistOmnitec Corporation
 Network/Internet Consultants www.omnitec.net
==



Re: I can't connect to Internet

2009-04-06 Thread Neal Hogan
On Mon, Apr 6, 2009 at 2:09 PM, Jeszs P.G  wrote:

> Who would it be? I can't connect to ftp with the other computers because
> the
> others are behind a net firewall (that only accepts http / s). Could you do
> this favour to me?
>
> Thank you bery much.


not sure what you're asking . . .

have you looked at www.openbsd.org/faq


>
> 2009/4/6 Bryan Irvine 
>
> > On Mon, Apr 6, 2009 at 11:51 AM, Mnlcrrsc  wrote:
> > > Hi. I just installed Openbsd 4.4 and my first problem is that i can't
> > connect
> > > to Internet for downloading packages.
> > >
> > > My configuration is perfectly configured, so i don't know what it is (i
> > > already have configured a Debian and a Windows system).  My
> configuration
> > is
> > > 192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the
> DNS
> > > "208.67.222.222 208.67.220.220" (opendns).
> > >
> > > I write:
> > > export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/
> >
> >
> > A proper package path might work better.  Look at the posted URL
> > *Very* closely and you will see the problems (yes there's more than
> > 1).
> >
> > -Bryan
>
>


--
www.nealhogan.net  www.lambdaserver.com



Re: I can't connect to Internet

2009-04-06 Thread Jesús P . G
Who would it be? I can't connect to ftp with the other computers because the
others are behind a net firewall (that only accepts http / s). Could you do
this favour to me?

Thank you bery much.

2009/4/6 Bryan Irvine 

> On Mon, Apr 6, 2009 at 11:51 AM, Mnlcrrsc  wrote:
> > Hi. I just installed Openbsd 4.4 and my first problem is that i can't
> connect
> > to Internet for downloading packages.
> >
> > My configuration is perfectly configured, so i don't know what it is (i
> > already have configured a Debian and a Windows system).  My configuration
> is
> > 192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the DNS
> > "208.67.222.222 208.67.220.220" (opendns).
> >
> > I write:
> > export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/
>
>
> A proper package path might work better.  Look at the posted URL
> *Very* closely and you will see the problems (yes there's more than
> 1).
>
> -Bryan



Re: I can't connect to Internet

2009-04-06 Thread Stijn

Mnlcrrsc wrote:

Hi. I just installed Openbsd 4.4 and my first problem is that i can't connect
to Internet for downloading packages.

My configuration is perfectly configured, so i don't know what it is (i
already have configured a Debian and a Windows system).  My configuration is
192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the DNS
"208.67.222.222 208.67.220.220" (opendns).

I write:
export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/

and then:

pkg_add kde (for example), but it says "no packages available".

What could i do? Thank you very much for your help.
  

export pkg_path=ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/
^

HTH,
Stijn



Re: I can't connect to Internet

2009-04-06 Thread Jesús P . G
Ops, sorry, i wanted to write "export pkg_path=
ftp://ftp.openbsd.org/pub/OpenBsd/4.4/packages/i386/<ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/>.
It's written well.

Thank you very much.

2009/4/6 Bryan Irvine 

> On Mon, Apr 6, 2009 at 11:51 AM, Mnlcrrsc  wrote:
> > Hi. I just installed Openbsd 4.4 and my first problem is that i can't
> connect
> > to Internet for downloading packages.
> >
> > My configuration is perfectly configured, so i don't know what it is (i
> > already have configured a Debian and a Windows system).  My configuration
> is
> > 192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the DNS
> > "208.67.222.222 208.67.220.220" (opendns).
> >
> > I write:
> > export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/
>
>
> A proper package path might work better.  Look at the posted URL
> *Very* closely and you will see the problems (yes there's more than
> 1).
>
> -Bryan



Re: I can't connect to Internet

2009-04-06 Thread Neal Hogan
On Mon, Apr 6, 2009 at 1:51 PM, Mnlcrrsc  wrote:

> Hi. I just installed Openbsd 4.4 and my first problem is that i can't
> connect
> to Internet for downloading packages.
>
> My configuration is perfectly configured, so i don't know what it is (i
> already have configured a Debian and a Windows system).  My configuration
> is
> 192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the DNS
> "208.67.222.222 208.67.220.220" (opendns).
>
> I write:
> export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/
>
> and then:
>
> pkg_add kde (for example), but it says "no packages available".
>
> What could i do? Thank you very much for your help.
> --
> View this message in context:
> http://www.nabble.com/I-can%27t-connect-to-Internet-tp22914928p22914928.html
> Sent from the openbsd user - misc mailing list archive at Nabble.com.
>
>

 . . . /pub/OpenBSD/4.4/packages/i386/


-- 
www.nealhogan.net  www.lambdaserver.com



Re: I can't connect to Internet

2009-04-06 Thread Bryan Irvine
On Mon, Apr 6, 2009 at 11:51 AM, Mnlcrrsc  wrote:
> Hi. I just installed Openbsd 4.4 and my first problem is that i can't
connect
> to Internet for downloading packages.
>
> My configuration is perfectly configured, so i don't know what it is (i
> already have configured a Debian and a Windows system).  My configuration
is
> 192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the DNS
> "208.67.222.222 208.67.220.220" (opendns).
>
> I write:
> export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/


A proper package path might work better.  Look at the posted URL
*Very* closely and you will see the problems (yes there's more than
1).

-Bryan



I can't connect to Internet

2009-04-06 Thread Mnlcrrsc
Hi. I just installed Openbsd 4.4 and my first problem is that i can't connect
to Internet for downloading packages.

My configuration is perfectly configured, so i don't know what it is (i
already have configured a Debian and a Windows system).  My configuration is
192.168.1.1 gateway, 192.168.1.8 ipv4, 255.255.255.0 netmask, and the DNS
"208.67.222.222 208.67.220.220" (opendns).

I write:
export pkg_path=ftp://ftp.openbsd.org/pub/OpenBsd/4.4/i386/

and then:

pkg_add kde (for example), but it says "no packages available".

What could i do? Thank you very much for your help.
-- 
View this message in context: 
http://www.nabble.com/I-can%27t-connect-to-Internet-tp22914928p22914928.html
Sent from the openbsd user - misc mailing list archive at Nabble.com.