Re: http://www.freebsd.org/doc/en/books/handbook/serialconsole-setup.html

2013-06-25 Thread Mark Felder
On Tue, Jun 25, 2013, at 11:23, Stephen Burke wrote:
 Does anyone know how I could push serial output to an IP port that I
 could SSH to?


You want something like a Portmaster or Lantronix device that will
provide serial consoles over SSH

http://www.lantronix.com/device-networking/external-device-servers/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://www.freebsd.org/doc/en/books/handbook/serialconsole-setup.html

2013-06-25 Thread pete wright
On Jun 25, 2013 9:25 AM, Stephen Burke sbu...@verizon.com wrote:

 Does anyone know how I could push serial output to an IP port that I
 could SSH to?


Sounds like you are looking for something like SOL (serial over LAN) which
can be setup with IPMI.  Google should help you find more info on setting
up IPMI.

-pete
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://www.freebsd.org/doc/en/books/handbook/serialconsole-set up.html

2013-06-25 Thread Warren Block

On Tue, 25 Jun 2013, Mark Felder wrote:


On Tue, Jun 25, 2013, at 11:23, Stephen Burke wrote:

Does anyone know how I could push serial output to an IP port that I
could SSH to?



You want something like a Portmaster or Lantronix device that will
provide serial consoles over SSH

http://www.lantronix.com/device-networking/external-device-servers/


Or a small computer like a netbook running sshd with a USB to serial 
adapter and cu(1).


If you had two systems located near each other in a data center, each 
could act as the SSH serial console terminal for the other.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://www.freebsd.org/doc/en/books/handbook/serialconsole-set up.html

2013-06-25 Thread Jungle Boogie
Raspberry pi running headless with practically no services and usb to
serial connection is what I'm likely to use.

--
sip:jungleboo...@sip2sip.info
inum:  +883510009902611
On Jun 25, 2013 6:23 PM, Warren Block wbl...@wonkity.com wrote:

 On Tue, 25 Jun 2013, Mark Felder wrote:

  On Tue, Jun 25, 2013, at 11:23, Stephen Burke wrote:

 Does anyone know how I could push serial output to an IP port that I
 could SSH to?


 You want something like a Portmaster or Lantronix device that will
 provide serial consoles over SSH

 http://www.lantronix.com/**device-networking/external-**device-servers/http://www.lantronix.com/device-networking/external-device-servers/


 Or a small computer like a netbook running sshd with a USB to serial
 adapter and cu(1).

 If you had two systems located near each other in a data center, each
 could act as the SSH serial console terminal for the other.
 __**_
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-**
 unsubscr...@freebsd.org freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2013-02-21 Thread Mikel King
Armando,

Are you able to access anything on your web server? Try substituting 
the local IP address in place of localhost.

Cheers,
Mikel King
BSD News
mikel.k...@olivent.com
@mikelking | +mikelking | in::mk | mikelking

On Feb 20, 2013, at 5:09 PM, Armando Palax armandopalaxsoluti...@gmail.com 
wrote:

 sorry as I can access my localhost from my phpmyadmin, what happens is that I 
 need to create a database and I can not enter because the strip 
 http://localhost/phpmyadmin error.
 would help me thanks
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2013-02-20 Thread Chris Petrik

On 02/20/13 16:09, Armando Palax wrote:

sorry as I can access my localhost from my phpmyadmin, what happens is that I 
need to create a database and I can not enter because the strip 
http://localhost/phpmyadmin error.
would help me thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
you need to suply us the error you get. but i think it's due to lack of 
a web server listening on port 80 of localhost.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2013-02-20 Thread Daniel O'Callaghan

On 21/02/2013 9:09 AM, Armando Palax wrote:

sorry as I can access my localhost from my phpmyadmin, what happens is that I 
need to create a database and I can not enter because the strip 
http://localhost/phpmyadmin error.
would help me thanks


More information is needed.
What error do you get?
Is httpd running?  Do you get the phpmyadmin login page?
Have you looked in the httpd error log?
What do you get if you visit

http://localhost/

Danny

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2013-02-04 Thread Jerry
On Sun, 3 Feb 2013 17:12:15 -0600
ogidiagba obaroene articulated:

Seriously dude, the crystal ball is hung over from watching the Super
Bowl yesterday. You are going to have to do it the old fashioned way
and actually write your question out in long hand.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: http://localhost/phpmyadmin

2013-02-04 Thread David Demelier
I think it's just a spam, and I would not recommend to answer that mails


2013/2/4 Jerry je...@seibercom.net

 On Sun, 3 Feb 2013 17:12:15 -0600
 ogidiagba obaroene articulated:

 Seriously dude, the crystal ball is hung over from watching the Super
 Bowl yesterday. You are going to have to do it the old fashioned way
 and actually write your question out in long hand.

 --
 Jerry ♔

 Disclaimer: off-list followups get on-list replies or get ignored.
 Please do not ignore the Reply-To header.
 __

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org




-- 
Demelier David
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: http://localhost/phpmyadmin

2013-01-30 Thread Fbsd8

Rasel Ahmed wrote:

Please help me what the applied host in website ?

Sent from my iPhone



You have to provide details of your problem before
some one can help you.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2013-01-01 Thread Matthew Seaman
On 01/01/2013 13:01, Bekim's Mac wrote:
 

It's traditional to actually ask a question...

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


Re: http://localhost/phpmyadmin

2013-01-01 Thread Polytropon
On Tue, 1 Jan 2013 14:01:53 +0100, Bekim's Mac wrote:
 {nothing}

My PHP admin has no idea what to answer. :-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2013-01-01 Thread Ilya Kazakevich
To open some url you need to use web browser.
Sending URL to freebsd mail list would not open it.


On Tue, Jan 1, 2013 at 5:01 PM, Bekim's Mac bekimbisl...@gmail.com wrote:


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2012-12-13 Thread Johan Hendriks

Well here it is :

Start


Without being rude, please provide some more info, we do not have a 
crystal boll to see what is going on, what you try to accomplice  and so on.


gr
Johan


Anil Kumar schreef:

i want start
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2012-12-13 Thread Polytropon
On Thu, 13 Dec 2012 17:53:19 +0530, Anil Kumar wrote:
 i want start

The local host, PHP My Admin says: Well then, buddy, go ahead!


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2012-10-12 Thread Виталий Туровец
2012/10/12 alexandors titonis alextot...@gmail.com:

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Cool for you :)
BTW, try not use phpmyadmin, it's kinda security hole :)

-- 




~~~
WBR,
Vitaliy Turovets
NOC Lead @TV-Net ISP
NOC Lead @Service Outsourcing company
+38(093)265-70-55
VITU-RIPE
X-NCC-RegID: ua.tv
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2012-08-11 Thread Jerrin
it works! :)

On Sat, Aug 11, 2012 at 9:26 PM, Pedruco Nunes homepu...@gmail.com wrote:


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2010-05-18 Thread Chris Rees
On 18 May 2010 16:53, TERRY ELLENDER terry.ellend...@btopenworld.com wrote:
 How to I free Port
 80 on my computer.  I am trying to use XAMPP.  It all loads OK and I get the
 start screen but when I press start a message appears syaing Busy and Program
 NOT responding appears above the XAMPP Box.  When I do a port check it shaows
 that Port 80 is in use by the'system'  Can you help? Please.
 Regards
 Terry


How *exactly* do you check what ports are in use?

I mean copy/paste the terminal session.

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2010-05-18 Thread C. P. Ghost
On Tue, May 18, 2010 at 5:53 PM, TERRY ELLENDER
terry.ellend...@btopenworld.com wrote:
 How to I free Port
 80 on my computer.  I am trying to use XAMPP.  It all loads OK and I get the
 start screen but when I press start a message appears syaing Busy and Program
 NOT responding appears above the XAMPP Box.  When I do a port check it shaows
 that Port 80 is in use by the'system'  Can you help? Please.

Just run sockstat -46l and check for port 80. This should show the
process sitting there, listening. Just kill that process, and the port
should be free again (maybe after 2 minutes, or immediately --
depending on a special socket option).

 Regards
 Terry

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2010-05-18 Thread Polytropon
On Tue, 18 May 2010 15:53:31 + (GMT), TERRY ELLENDER 
terry.ellend...@btopenworld.com wrote:
 How to I free Port 
 80 on my computer. 

Usually by enabling (or not disabling) it in your firewall
configuration (pf or ipfw).



 When I do a port check it shaows 
 that Port 80 is in use by the'system'  

What utility do you use to check ports? Maybe you can provide
your firewall configuration and the output of the nmap program
(you can install it from ports) to show if your settings have
the desired effect?



 Can you help? Please.

More information is needed.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: HTTP proxy which prints HTTP in human readable form

2009-01-21 Thread Dave Feustel
On Wed, Jan 21, 2009 at 04:47:08PM +0100, Matthias Apitz wrote:
 
 Hello,
 
 I've to debug the HTTP traffic between Firefox and some kind of file
 management server to nail down a problem in the communication between
 them, perhaps based on the content of the cookies or other HTTP data;
 
 ofc, I could watch the connection with tcpdump, but maybe there is some better
 HTTP-proxy-like tool in the /usr/ports which prints the HTTP in better human
 readable form... any ideas? thx
 
   matthias

Try FireBug, a FireFox plugin documented in _Web Security Testing
Cookbook_ a book which I highly recommend. It converted me from
Konqueror to FireFox in about 30 seconds when I found out about
NoScript, another Firefox extension.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: HTTP proxy which prints HTTP in human readable form

2009-01-21 Thread Steven Kreuzer


On Jan 21, 2009, at 10:47 AM, Matthias Apitz wrote:



Hello,

I've to debug the HTTP traffic between Firefox and some kind of file
management server to nail down a problem in the communication between
them, perhaps based on the content of the cookies or other HTTP data;

ofc, I could watch the connection with tcpdump, but maybe there is  
some better
HTTP-proxy-like tool in the /usr/ports which prints the HTTP in  
better human

readable form... any ideas? thx



Take a look at HttpFox, which  monitors and analyzes all incoming and
outgoing HTTP traffic between the browser and the web servers.

Information available per request includes:
- Request and response headers
- Sent and received cookies
- Querystring parameters
- POST parameters
- Response body

Its in ports (www/xpi-httpfox) or you can grab it from
https://addons.mozilla.org/en-US/firefox/addon/6647

--
Steven Kreuzer
http://www.exit2shell.com/~skreuzer

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http cache cleaner

2008-07-19 Thread Mel
On Thursday 17 July 2008 11:28:02 Jos Chrispijn wrote:
 Warren Liddell wrote:
  I have had every so often during the day a window saying http cache
  cleaner loading application appear but not listed in the actual processes
  or available to terminate, what is it an how do i stop it form loading ?

 Looks like a Ubuntu thinghy (...), this might help:

 cd /usr/share/services/
 sudo cp http_cache_cleaner.desktop http_cache_cleaner.desktop.ubuntu
 sudo echo StartupNotify=false  http_cache_cleaner.desktop


It's not ubuntu specific. It's Konqueror's cache cleaner. It does show in 
process list, if you use pstree (sysutils/pstree) or ps -w, it'll be 
a kdeinit process.
if it runs once per day, then you either visit a lot of different sites, or 
your cache settings for konqueror are low.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http cache cleaner

2008-07-17 Thread Jos Chrispijn

Warren Liddell wrote:
I have had every so often during the day a window saying http cache cleaner 
loading application appear but not listed in the actual processes or 
available to terminate, what is it an how do i stop it form loading ?

Looks like a Ubuntu thinghy (...), this might help:

cd /usr/share/services/
sudo cp http_cache_cleaner.desktop http_cache_cleaner.desktop.ubuntu
sudo echo StartupNotify=false  http_cache_cleaner.desktop

-- Jos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HTTP POST

2008-02-12 Thread cpghost
On Tue, Feb 12, 2008 at 07:57:14AM +0100, Wojciech Puchar wrote:
 If it is the bytes on the network, I have no answer.
 
 bytes on network. i want to write my own www server, actually i already 
 wrote, with working everything except post.

It is definitely fun, but why won't you use www/lighttpd instead?

Lighty is an excellent super fast web server with an extremely small
memory footprint. I fell in love with it a few years ago, and migrated
most Apache-based sites I manage to it, because they don't need all
the extra bells and whistles.

 things got much nicer than using apache+cgi, it's 100 times simpler and 
 faster to have it all in single program
 
 when it will have this tested, i will make cutdown version just to serve 
 static pages, to replace apache in 95% of cases :)

That's exactly where lighttpd excels at: serving static content
very efficiently, even for very high bandwidth sites. ;)

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HTTP POST

2008-02-11 Thread Wojciech Puchar


If it is the bytes on the network, I have no answer.


bytes on network. i want to write my own www server, actually i already 
wrote, with working everything except post.


things got much nicer than using apache+cgi, it's 100 times simpler and 
faster to have it all in single program


when it will have this tested, i will make cutdown version just to serve 
static pages, to replace apache in 95% of cases :)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HTTP POST

2008-02-11 Thread Olivier Nicole
 bytes on network. i want to write my own www server, actually i already 
 wrote, with working everything except post.
 
 things got much nicer than using apache+cgi, it's 100 times simpler and 
 faster to have it all in single program
 
 when it will have this tested, i will make cutdown version just to serve 
 static pages, to replace apache in 95% of cases :)

I think that such like http server already exist (could even be in the
ports).

If I remember, there should even be a Perl web http server.

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HTTP POST

2008-02-11 Thread Olivier Nicole
Hi,

 my program gets from the browser:

This part is not explicit enough. How is that what you get? Are they
the bytes on the network between your browser and the HTTP server? Are
they data decoded by your program? 

If it is the bytes on the network, I have no answer.

If it is the data decoded by your program, I suggest an invalid
decoding mechanism.

As far as I remember the data sent by the browser should be all
headers, then a blank line, then the file contents MIME encoded.

Not knowing what program you wrote/language you used, I cannot tell
more, in Perl I use p5-CGI-Simple from the ports and it works like a
charm:
$filename=$CGI-param('jpegPhoto');# filename of uploaded file
$mime=$CGI-upload_info($filename,'mime'); # MIME type of uploaded file
$size=$CGI-upload_info($filename,'size'); # size of uploaded file
my $imagehandle=$CGI-upload($filename);

Best regards,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HTTP POST

2008-02-11 Thread cpghost
On Mon, Feb 11, 2008 at 05:43:23PM +0100, Wojciech Puchar wrote:
 i have no problems with GET and HEAD. with POST i have.
 
 page is simple form just to upload image. it has one field TYPE=file NAME=P 
 and submit button.
 
 my program gets from the browser:
 
 
 all browser data etc.. hostname
 POST URL HTTP/1.1
 empty line here
 P=filename

Hmmm, this is not really HTTP/1.1 compliant! At least the Host
header is missing! According to RFC 2616 (HTTP/1.1):

  9. The Host request header field (section 14.23) MUST
  accompany all HTTP/1.1 requests.

This is because most web servers do virtual domain hosting
on a single IP and use the Host header to disambiguate between
hosts/domains.

Try adding Host, and if that's not enough, you may need to add
more headers, like, say:
  Connection: close
  Content-length: length of message in bytes
  Content-type: some mime type

Good luck!

 i have HTTP RFC, but possibly didn't RTFM right.

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://mirrorlist.freebsd.org/ not updated?

2008-01-31 Thread David Alanis

Quoting Chris Whitehouse [EMAIL PROTECTED]:


Hi,

http://mirrorlist.freebsd.org/ doesn't include UK in the list of
countries. Should it or was it something we said?

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I don't know weird? I suppose we can blame Tony Blair

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html#HANDBOOK-MIRRORS-CHAPTER-SGML-MIRRORS-UK-FTP




This message was sent using IMP, the Internet Messaging Program.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://mirrorlist.freebsd.org/ not updated?

2008-01-31 Thread Chris Whitehouse

David Alanis wrote:

Quoting Chris Whitehouse [EMAIL PROTECTED]:


Hi,

http://mirrorlist.freebsd.org/ doesn't include UK in the list of
countries. Should it or was it something we said?

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


I don't know weird? I suppose we can blame Tony Blair

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html#HANDBOOK-MIRRORS-CHAPTER-SGML-MIRRORS-UK-FTP 


That's right but that page says

The FreeBSD mirror sites database is more accurate than the mirror 
listing in the Handbook, as it gets its information from the DNS rather 
than relying on static lists of hosts.


where 'mirror sites database' is a link to mirrorlist.freebsd.org


Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://dev.mysql.com/qualitycontribution.html

2007-09-26 Thread Kris Kennaway

Philip M. Gollucci wrote:

Hi All, I noticed that 'Debian user community' was listed here.

Maybe we should start funneling all the mysql related stuff to a single
FreeBSD managed user?




ale@ maintains the ports, so he's the obvious one.

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://dev.mysql.com/qualitycontribution.html

2007-09-26 Thread Abdullah Ibn Hamad Al-Marri
On 9/26/07, Philip M. Gollucci [EMAIL PROTECTED] wrote:
 Hi All, I noticed that 'Debian user community' was listed here.

 Maybe we should start funneling all the mysql related stuff to a single
 FreeBSD managed user?


 --
 
 Philip M. Gollucci ([EMAIL PROTECTED]) c:323.219.4708 o:703.749.9295x206
 Senior System Admin - Riderway, Inc.
 http://riderway.com / http://ridecharge.com
 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

 Work like you don't need the money,
 love like you'll never get hurt,
 and dance like nobody's watching.

Very interesting :)


-- 
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-15 Thread Wojciech Puchar

There is a kind of redundancy. The FreeBSD website is mirrored in many
countries. I hardly have problems with www.nl.freebsd.org.

I wonder why so many people still use the main site, while there are a
lot of mirror sites.

i don't know :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-15 Thread Wojciech Puchar

I've confirmed (through a friend) in England it's not accessible either.

I'm surprised they wouldn't have redundancies to prevent this from
happening.  Round robin DNS with collocation at least.


There is a kind of redundancy. The FreeBSD website is mirrored in many
countries. I hardly have problems with www.nl.freebsd.org.

I wonder why so many people still use the main site, while there are a
lot of mirror sites.


anyway - when it's too difficult for people  to do that what about slight 
modification of http server on main site?


use geo_ip and redirect.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Manolis Kiagias


[EMAIL PROTECTED] wrote:
 I am unable to get to freebsd.org

 is this on my end only ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


Nope. Unreachable here in Greece as well. Just checked with 2 major
providers.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Chad Perrin
On Fri, Sep 14, 2007 at 09:58:47PM +0300, Manolis Kiagias wrote:
 
 
 [EMAIL PROTECTED] wrote:
  I am unable to get to freebsd.org
 
  is this on my end only ?
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 
 Nope. Unreachable here in Greece as well. Just checked with 2 major
 providers.

Unreachable here, as well -- northern Colorado, via Comcast.

I think we can pretty much assume freebsd.org is down for the moment
(unless there has been another de-peering snafu somewhere).

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Larry Wall: A script is what you give the actors.  A program is what you
give the audience.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Harry Maugans
Down here as well, Southeastern US.


-- 
-Harry Maugans
http://www.desktopnexus.com
Join the wallpaper revolution!


On 9/14/07, Manolis Kiagias [EMAIL PROTECTED] wrote:



 [EMAIL PROTECTED] wrote:
  I am unable to get to freebsd.org
 
  is this on my end only ?
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 

 Nope. Unreachable here in Greece as well. Just checked with 2 major
 providers.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Chad Perrin
On Thu, Sep 13, 2007 at 03:26:08PM -0600, Chad Perrin wrote:
 
 Unreachable here, as well -- northern Colorado, via Comcast.
 
 I think we can pretty much assume freebsd.org is down for the moment
 (unless there has been another de-peering snafu somewhere).

Also . . . portaudit fails because it cannot connect to freebsd.org, so
it's more than just the website, though the @freebsd.org mailing lists
still seem to work (obviously).

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Leon Festinger: A man with a conviction is a hard man to change. Tell him
you disagree and he turns away. Show him facts and figures and he questions
your sources. Appeal to logic and he fails to see your point.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Caio Figueiredo Abecia

The website isn't working here too. (Brazil)

- Original Message - 
From: Chad Perrin [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Thursday, September 13, 2007 6:26 PM
Subject: Re: http://www.freebsd.org site unreachable



On Fri, Sep 14, 2007 at 09:58:47PM +0300, Manolis Kiagias wrote:



[EMAIL PROTECTED] wrote:
 I am unable to get to freebsd.org

 is this on my end only ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


Nope. Unreachable here in Greece as well. Just checked with 2 major
providers.


Unreachable here, as well -- northern Colorado, via Comcast.

I think we can pretty much assume freebsd.org is down for the moment
(unless there has been another de-peering snafu somewhere).

--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Larry Wall: A script is what you give the actors.  A program is what you
give the audience.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED] 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Jack Raats

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Website www.freebsd.org unreachable in the Netherlands (Europe)
freebsd.org pingable

Jack

- - Original Message -
From: Caio Figueiredo Abecia [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Friday, September 14, 2007 9:21 PM
Subject: Re: http://www.freebsd.org site unreachable



The website isn't working here too. (Brazil)

- Original Message -
From: Chad Perrin [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Thursday, September 13, 2007 6:26 PM
Subject: Re: http://www.freebsd.org site unreachable



On Fri, Sep 14, 2007 at 09:58:47PM +0300, Manolis Kiagias wrote:



[EMAIL PROTECTED] wrote:
 I am unable to get to freebsd.org

 is this on my end only ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


Nope. Unreachable here in Greece as well. Just checked with 2 major
providers.


Unreachable here, as well -- northern Colorado, via Comcast.

I think we can pretty much assume freebsd.org is down for the moment
(unless there has been another de-peering snafu somewhere).

--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Larry Wall: A script is what you give the actors.  A program is what you
give the audience.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32) - GPGrelay v0.959

iD8DBQFG6uG2Ph5RwW/NzC4RAqPMAKCPq1XKKLr6/VZ78Qs6XMmlmbbDPQCbBdLy
uoItccD2KNxfIDVdRnyLDj4=
=jGp7
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Pablo Mora
On 9/14/07, Caio Figueiredo Abecia [EMAIL PROTECTED] wrote:
 The website isn't working here too. (Brazil)


In Chile neither

-- 

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


  ASCII Ribbon Campaign
  Against HTML e-mail  Microsoft Attachments
FreeBSD Since 4.x  unixbsd.blogspot.com maintainer

... ¿Dónde están aquéllos tres que en Babilonia prefirieron ser
quemados a ceder?, ¿Dónde está aquél Daniel que me adoraba?, ¿Dónde
está la santidad de aquél José?, ¿Dónde está ese niño que mató al
Gigante?, ¿Dónde están los sucesores de Josué?, ¿Dónde están esas
mujeres entregadas como Ester? ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Ivan Rambius Ivanov
In Sofia, Bulgaria as well.

Regards
Rambius

On 9/14/07, Pablo Mora [EMAIL PROTECTED] wrote:
 On 9/14/07, Caio Figueiredo Abecia [EMAIL PROTECTED] wrote:
  The website isn't working here too. (Brazil)
 

 In Chile neither

 --
 
 PGP KeyID: 0xC730A079
 Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
 gpg --keyserver pgp.mit.edu --recv-keys C730A079

 
   ASCII Ribbon Campaign
   Against HTML e-mail  Microsoft Attachments
 FreeBSD Since 4.x  unixbsd.blogspot.com maintainer
 
 ... ¿Dónde están aquéllos tres que en Babilonia prefirieron ser
 quemados a ceder?, ¿Dónde está aquél Daniel que me adoraba?, ¿Dónde
 está la santidad de aquél José?, ¿Dónde está ese niño que mató al
 Gigante?, ¿Dónde están los sucesores de Josué?, ¿Dónde están esas
 mujeres entregadas como Ester? ...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



-- 
Tangra Mega Rock: http://www.radiotangra.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Eric

Pablo Mora wrote:

On 9/14/07, Caio Figueiredo Abecia [EMAIL PROTECTED] wrote:

The website isn't working here too. (Brazil)



In Chile neither



confirmed in chicago as well. cannot reach it
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Steve Bertrand
[EMAIL PROTECTED] wrote:
 I am unable to get to freebsd.org
 
 is this on my end only ?

Failing from Southern Ontario, Canada as well.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Wojciech Puchar

just loaded. works


On Fri, 14 Sep 2007, [EMAIL PROTECTED] wrote:


I am unable to get to freebsd.org

is this on my end only ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Harry Maugans
I've confirmed (through a friend) in England it's not accessible either.

I'm surprised they wouldn't have redundancies to prevent this from
happening.  Round robin DNS with collocation at least.

I ran an nmap scan and it appears port 80 is open, but when netcat'ing to it
and manually passing a request, I get no response.

So the servers are up, but something internal broke.

-- 
-Harry Maugans
http://www.desktopnexus.com
Join the wallpaper revolution!


On 9/14/07, Eric [EMAIL PROTECTED] wrote:

 Pablo Mora wrote:
  On 9/14/07, Caio Figueiredo Abecia [EMAIL PROTECTED] wrote:
  The website isn't working here too. (Brazil)
 
 
  In Chile neither
 

 confirmed in chicago as well. cannot reach it
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Wojciech Puchar



I've confirmed (through a friend) in England it's not accessible either.

I'm surprised they wouldn't have redundancies to prevent this from
happening.  Round robin DNS with collocation at least.


for WWW hosting - welcome to me for free :)

anyway - no idea if it's really needed, as it doesn't happed often.



I ran an nmap scan and it appears port 80 is open, but when netcat'ing to it
and manually passing a request, I get no response.

So the servers are up, but something internal broke.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Philippe Laquet
Yup!... In France too :[


On 9/14/2007, Harry Maugans [EMAIL PROTECTED] wrote:

I've confirmed (through a friend) in England it's not accessible either.

I'm surprised they wouldn't have redundancies to prevent this from
happening.  Round robin DNS with collocation at least.

I ran an nmap scan and it appears port 80 is open, but when netcat'ing to it
and manually passing a request, I get no response.

So the servers are up, but something internal broke.

--
-Harry Maugans
http://www.desktopnexus.com
Join the wallpaper revolution!


On 9/14/07, Eric [EMAIL PROTECTED] wrote:

 Pablo Mora wrote:
  On 9/14/07, Caio Figueiredo Abecia [EMAIL PROTECTED] wrote:
  The website isn't working here too. (Brazil)
 
 
  In Chile neither
 

 confirmed in chicago as well. cannot reach it
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Steve Bertrand
John Fitzgerald wrote:
 New York is down
 
 ICMP and telnet 80 are OK

Still down for me. Not only HTTP, but ICMP and telnet.

A trace hangs at the following for about 90 seconds:

traceroute to www.freebsd.org (69.147.83.33), 30 hops max, 40 byte packets

 1  cisco-lanx-srv (208.70.104.1)  1.415 ms  1.437 ms  1.570 ms

 2  208.113.10.210 (208.113.10.210)  4.737 ms  4.933 ms  4.513 ms

 3  if-1-103.core1.TNK-Toronto.teleglobe.net (63.243.175.193)  4.507 ms
 4.665 ms  4.909 ms

 4  if-9-0.mcore3.TTT-Scarborough.teleglobe.net (216.6.98.53)  5.878 ms
 5.504 ms  5.488 ms

 5  if-4-0.mcore4.NJY-Newark.teleglobe.net (216.6.98.2)  23.318 ms
23.553 ms  23.401 ms

 6  if-7-0.core2.NJY-Newark.teleglobe.net (216.6.63.6)  23.642 ms
23.264 ms  23.347 ms

 7  if-3-2.mcore3.NJY-Newark.teleglobe.net (216.6.57.29)  23.429 ms
24.179 ms  24.604 ms

 8  216.6.97.37 (216.6.97.37)  24.239 ms  24.090 ms  24.050 ms

...probably due to DNS lookup, but then breaks here:

 9  if-1-0-0.core3.AEQ-Ashburn.teleglobe.net (216.6.51.5)  29.478 ms
29.716 ms  29.771 ms

10  ix-14-2.core3.AEQ-Ashburn.teleglobe.net (63.243.149.110)  28.604 ms
 39.023 ms  28.556 ms

11  so-0-0-0.pat1.pao.yahoo.com (216.115.101.128)  87.663 ms  87.225 ms
 87.382 ms

12  g-1-0-0-p140.msr1.sp1.yahoo.com (216.115.107.53)  88.111 ms
g-1-0-0-p150.msr2.sp1.yahoo.com (216.115.107.77)  87.821 ms
g-0-0-0-p150.msr2.sp1.yahoo.com (216.115.107.73)  87.739 ms

13  ge-1-42.bas-b2.sp1.yahoo.com (209.131.32.35)  88.383 ms
ge-1-43.bas-b2.sp1.yahoo.com (209.131.32.37)  87.973 ms
ge-1-47.bas-b2.sp1.yahoo.com (209.131.32.53)  89.173 ms

14  * * *

Steve


 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Steve Bertrand
 Sent: Friday, September 14, 2007 4:03 PM
 To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Subject: Re: http://www.freebsd.org site unreachable
 
 [EMAIL PROTECTED] wrote:
 I am unable to get to freebsd.org

 is this on my end only ?
 
 Failing from Southern Ontario, Canada as well.
 
 Steve
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: http://www.freebsd.org site unreachable

2007-09-14 Thread John Fitzgerald
New York is down

ICMP and telnet 80 are OK


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Bertrand
Sent: Friday, September 14, 2007 4:03 PM
To: [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Subject: Re: http://www.freebsd.org site unreachable

[EMAIL PROTECTED] wrote:
 I am unable to get to freebsd.org
 
 is this on my end only ?

Failing from Southern Ontario, Canada as well.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Lowell Gilbert
Chad Perrin [EMAIL PROTECTED] writes:

 Also . . . portaudit fails because it cannot connect to freebsd.org, so
 it's more than just the website, though the @freebsd.org mailing lists
 still seem to work (obviously).

Portaudit uses http to fetch the XML document, so you're not seeing
anything different from the website failure.

Also, mail (unsurprisingly) is handled by a machine that is *not* the
main webserver address.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Eric Crist

It loads for me just fine.

Eric Crist


On Sep 14, 2007, at 3:53 PMSep 14, 2007, Steve Bertrand wrote:


John Fitzgerald wrote:

New York is down

ICMP and telnet 80 are OK


Still down for me. Not only HTTP, but ICMP and telnet.

A trace hangs at the following for about 90 seconds:

traceroute to www.freebsd.org (69.147.83.33), 30 hops max, 40 byte  
packets


 1  cisco-lanx-srv (208.70.104.1)  1.415 ms  1.437 ms  1.570 ms

 2  208.113.10.210 (208.113.10.210)  4.737 ms  4.933 ms  4.513 ms

 3  if-1-103.core1.TNK-Toronto.teleglobe.net (63.243.175.193)   
4.507 ms

 4.665 ms  4.909 ms

 4  if-9-0.mcore3.TTT-Scarborough.teleglobe.net (216.6.98.53)   
5.878 ms

 5.504 ms  5.488 ms

 5  if-4-0.mcore4.NJY-Newark.teleglobe.net (216.6.98.2)  23.318 ms
23.553 ms  23.401 ms

 6  if-7-0.core2.NJY-Newark.teleglobe.net (216.6.63.6)  23.642 ms
23.264 ms  23.347 ms

 7  if-3-2.mcore3.NJY-Newark.teleglobe.net (216.6.57.29)  23.429 ms
24.179 ms  24.604 ms

 8  216.6.97.37 (216.6.97.37)  24.239 ms  24.090 ms  24.050 ms

...probably due to DNS lookup, but then breaks here:

 9  if-1-0-0.core3.AEQ-Ashburn.teleglobe.net (216.6.51.5)  29.478 ms
29.716 ms  29.771 ms

10  ix-14-2.core3.AEQ-Ashburn.teleglobe.net (63.243.149.110)   
28.604 ms

 39.023 ms  28.556 ms

11  so-0-0-0.pat1.pao.yahoo.com (216.115.101.128)  87.663 ms   
87.225 ms

 87.382 ms

12  g-1-0-0-p140.msr1.sp1.yahoo.com (216.115.107.53)  88.111 ms
g-1-0-0-p150.msr2.sp1.yahoo.com (216.115.107.77)  87.821 ms
g-0-0-0-p150.msr2.sp1.yahoo.com (216.115.107.73)  87.739 ms

13  ge-1-42.bas-b2.sp1.yahoo.com (209.131.32.35)  88.383 ms
ge-1-43.bas-b2.sp1.yahoo.com (209.131.32.37)  87.973 ms
ge-1-47.bas-b2.sp1.yahoo.com (209.131.32.53)  89.173 ms

14  * * *

Steve





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve  
Bertrand

Sent: Friday, September 14, 2007 4:03 PM
To: [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Subject: Re: http://www.freebsd.org site unreachable

[EMAIL PROTECTED] wrote:

I am unable to get to freebsd.org

is this on my end only ?


Failing from Southern Ontario, Canada as well.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


-
Eric F Crist
Secure Computing Networks


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Giorgos Keramidas
On 2007-09-14 22:13, Wojciech Puchar [EMAIL PROTECTED] wrote:
 On Fri, 14 Sep 2007, [EMAIL PROTECTED] wrote:
 I am unable to get to freebsd.org

 is this on my end only ?

 just loaded. works

It seems to work now.  With many of the FreeBSD folks mid-flight to
Copenhagen, for EuroBSDCon 2007, it seems quite nice that after a few
hours the site is back up :)

- Giorgos

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread NetOpsCenter

Giorgos Keramidas wrote:


On 2007-09-14 22:13, Wojciech Puchar [EMAIL PROTECTED] wrote:
 


On Fri, 14 Sep 2007, [EMAIL PROTECTED] wrote:
   


I am unable to get to freebsd.org

is this on my end only ?
 


just loaded. works
   



It seems to work now.  With many of the FreeBSD folks mid-flight to
Copenhagen, for EuroBSDCon 2007, it seems quite nice that after a few
hours the site is back up :)

- Giorgos

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

 


Aloha Giorgos,

Anybody know what happened?  I couldnt get several sites here in Hawaii 
for quite a while.


--

~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
 + http://hawaiidakine.com + http://freebsdinfo.org + [EMAIL PROTECTED] +
 + http://internetohana.org   - Supporting - FreeBSD 6.* - 7.* +
All that's really worth doing is what we do for others.- Lewis Carrol


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread J65nko
On 9/14/07, Harry Maugans [EMAIL PROTECTED] wrote:
 I've confirmed (through a friend) in England it's not accessible either.

 I'm surprised they wouldn't have redundancies to prevent this from
 happening.  Round robin DNS with collocation at least.

There is a kind of redundancy. The FreeBSD website is mirrored in many
countries. I hardly have problems with www.nl.freebsd.org.

I wonder why so many people still use the main site, while there are a
lot of mirror sites.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Erich Dollansky

Hi,

J65nko wrote:

On 9/14/07, Harry Maugans [EMAIL PROTECTED] wrote:

I've confirmed (through a friend) in England it's not accessible either.

I'm surprised they wouldn't have redundancies to prevent this from
happening.  Round robin DNS with collocation at least.


There is a kind of redundancy. The FreeBSD website is mirrored in many
countries. I hardly have problems with www.nl.freebsd.org.

I wonder why so many people still use the main site, while there are a
lot of mirror sites.


guess what my mirror did after the original went down.

It also went down.

Misconfiguration it says.

Some mirrors seem to be perfect mirrors.

I must really say that the mirrors are less reliable than the original.

Using mirrors still makes sense as the response is faster and it also 
offloads the original.


Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HTTP Sites

2007-02-01 Thread kris

On Thu, Feb 01, 2007 at 02:24:30PM -0500, Steve Larkin wrote:

Hi,

My city libraries do not allow FTP download of anything. Is there a way to 
download FreeBSD via HTTP which they do support?


Some of the mirrors offer HTTP as well as FTP. Here, they're listed with 
http links next to their FTP URLs:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freewebtown.com/bustar00t/Musliman%20Vs%20Christian.exe

2006-10-07 Thread Paul Schmehl
--On October 7, 2006 6:31:29 PM + George W bush [EMAIL PROTECTED] 
wrote:


Hey look at that funny video.You will have damn fun.hahahaha.Musliman
Kicking christians ass.
http://www.freewebtown.com/bustar00t/Musliman%20Vs%20Christian.exe

Seems rather counterproductive to seed a unix mailing list with Windows 
viruses.


Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


Re: HTTP

2006-05-05 Thread Atom Powers

On 5/5/06, jason zeng [EMAIL PROTECTED] wrote:

  our sytem run at FreeBSD 5.3, and my team leader let me change logo in a PHP 
file because our company will change name. I do but not really finished. I 
changed the index.php file, so every time if I entered 
http://.../index.php the logo has changed,

  but if I only input
  http://...  the logo no change at all. so I found the both is 
different. where should I go? which file in the 2nd case run?



Depends on your web server config.
Apache, for instance, usually defaults to index.html if you don't
specify which file you want.

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HTTP

2006-05-05 Thread Andy Reitz
On Fri, 5 May 2006, jason zeng wrote:

 Hi,
   I need some basic helps! :)

our sytem run at FreeBSD 5.3, and my team leader let me change logo
   in a PHP file because our company will change name. I do but not
   really finished. I changed the index.php file, so every time if I
   entered http://.../index.php the logo has changed,

   but if I only input
   http://... the logo no change at all. so I found the
 both is different. where should I go? which file in the 2nd case run?

Hi Jason,

Have you tried refreshing your browser cache? Some browsers need a special
key combination to force a refresh of everything.

HTH,
-Andy.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HTTP

2006-05-05 Thread Derek Ragona
Check the order in your apache httpd.conf for default document types.  With 
no page name given the pages are served in the order listed in the 
configuration.


-Derek


At 03:32 PM 5/5/2006, jason zeng wrote:

Hi,
  I need some basic helps! :)

  our sytem run at FreeBSD 5.3, and my team leader let me change logo in 
a PHP file because our company will change name. I do but not really 
finished. I changed the index.php file, so every time if I entered 
http://.../index.php the logo has changed,


  but if I only input
  http://...  the logo no change at all. so I found the 
both is different. where should I go? which file in the 2nd case run?


  Pls help me.Thx in advanced!

  Jason


-
Share your photos with the people who matter at Yahoo! Canada Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Http Trace.

2005-12-23 Thread Martin P. Hansen
On Fri, 23 Dec 2005, Payne wrote:
 I am running 4.10 and I am wondering if this effect me.
 
 http://www.kb.cert.org/vuls/id/867593 Payne'

Quoted http://www.kb.cert.org/vuls/id/867593:
Attackers may abuse HTTP TRACE functionality to gain access to
information in HTTP headers such as cookies and authentication data.
In the presence of other cross-domain vulnerabilities in web browsers,
sensitive header information could be read from any domains that
support the HTTP TRACE method.

Most likely it wont, but it is hard to judge from your information.
I imagine you are running FreeBSD 4.10 but this is an httpserver
issue so you might want to note which httpserver you are using.

As I understand it: They wont compromise a server using this. It
is a client side issue. If you have customers using badly written
httpclients however, they might be impersonated using this cross-site
scripting combined with HTTP TRACE. So to protect these customers
you might want to disable HTTP TRACE.

You can test wether you server supports TRACE by:
mph% telnet www.apache.org 80
TRACE / HTTP/1.1
Host: www.apache.org
(blank)

Replace www.apache.org with your own server name. If first line in
the response is 400 it doesn't.

For FreeBSD advisories subscribe to the security-advisories mailing
list. And follow the advisories for you software (e.g. apache).

-- 
Martin P. Hansen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Http Trace.

2005-12-23 Thread stheg olloydson
Hey guys,

I am running 4.10 and I am wondering if this effect me.

http://www.kb.cert.org/vuls/id/867593 Payne'



Impossible to say, seeing that the issue has nothing to do with
which OS one runs. Try the mailing lists of the software
reported two years ago as being vulnerable.

stheg




__ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org

2005-10-03 Thread Nicklas B. Westerlund

Ansar Mohammed wrote:

FreeBSD 7.0?

There is a 7.0?

  

It's under -CURRENT  (Atleast it was, last time I checked)

N.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org

2005-10-02 Thread Nicolas Blais
On October 2, 2005 07:56 pm, Frank J. Laszlo wrote:
 Did someone break apache on http://www.freebsd.org?

 Seems to reply to ping requests but the web page doesnt load.

 -Frank
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

Works here.
-- 
FreeBSD 7.0-CURRENT #0: Sat Oct  1 11:51:38 EDT 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://66.130.198.54:8081/security/nb_root.asc


pgphNlnk7lgqI.pgp
Description: PGP signature


RE: http://www.freebsd.org

2005-10-02 Thread Ansar Mohammed
FreeBSD 7.0?

There is a 7.0?


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Nicolas Blais
 Sent: October 2, 2005 7:59 PM
 To: freebsd-questions@freebsd.org
 Subject: Re: http://www.freebsd.org
 
 On October 2, 2005 07:56 pm, Frank J. Laszlo wrote:
  Did someone break apache on http://www.freebsd.org?
 
  Seems to reply to ping requests but the web page doesnt load.
 
  -Frank
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 Works here.
 --
 FreeBSD 7.0-CURRENT #0: Sat Oct  1 11:51:38 EDT 2005
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A
 PGP? : http://66.130.198.54:8081/security/nb_root.asc

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org

2005-10-02 Thread Nicolas Blais
On October 2, 2005 10:18 pm, Ansar Mohammed wrote:
 FreeBSD 7.0?

 There is a 7.0?

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:owner-freebsd-
  [EMAIL PROTECTED] On Behalf Of Nicolas Blais
  Sent: October 2, 2005 7:59 PM
  To: freebsd-questions@freebsd.org
  Subject: Re: http://www.freebsd.org
 
  On October 2, 2005 07:56 pm, Frank J. Laszlo wrote:
   Did someone break apache on http://www.freebsd.org?
  
   Seems to reply to ping requests but the web page doesnt load.
  
   -Frank
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  Works here.
  --

I'm running -CURRENT, which is WIP (work in progress) for 7.0.
See 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html

Nicolas.
-- 
FreeBSD 7.0-CURRENT #0: Sat Oct  1 11:51:38 EDT 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://www.clkroot.net/security/nb_root.asc


pgp48ejUDUYX3.pgp
Description: PGP signature


Re: http://www.arc.itb.ac.id/freebsd/design-44bsd/need support

2004-09-08 Thread Jerry McAllister
 
 I'm sorry for asking something weird, actually I want to mastering free bsd, but I 
 don't
 know the way can I use to start learn the free bsd. would you like to give me some 
 adtvise
 what I have learn to start learn free bsd

Start by reading the handbook that is available free to read or download
at the FreeBSD web site:  http://www.freebsd.org/
Then download an install ISO or buy a set from one of the packaging vendors
that are listed and install it and practice.  Learn to search FAQs and
online publications for additional information.  There are also several
good books on FreeBSD that you can buy and study.  They parallel the 
FreeBSD handbook and supliment it is different wordings. 
Some are 'The Complete FreeBSD', 'FreeBSD Unleashed', 'Absolute FreeBSD' and
others.

jerry

 thank you.
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org/gallery/npgallery.html

2004-01-01 Thread Ceri Davies
On Wed, Dec 31, 2003 at 09:46:44AM -0800, J.D. Falk wrote:
   My site, cybernothing.org, is now hosted on a friends' machine
   running Linux.  (I still prefer FreeBSD myself.)

Now removed; thanks for keeping us up to date.

Cheers,

Ceri

-- 


pgp0.pgp
Description: PGP signature


Re: http://www.freebsd.org/gallery/npgallery.html

2003-12-31 Thread Francisco


On Wed, 31 Dec 2003, J.D. Falk wrote:

   My site, cybernothing.org, is now hosted on a friends' machine
   running Linux.  (I still prefer FreeBSD myself.)

I am a little curious.. Was your email intended to ask to be included in
the non-profit page? Not that I am involved with setting up that page, but
if that was the intention your message did not convey that request.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http://www.freebsd.org/gallery/npgallery.html

2003-12-31 Thread J.D. Falk
On 12/31/03, Francisco [EMAIL PROTECTED] wrote: 

 On Wed, 31 Dec 2003, J.D. Falk wrote:
 
  My site, cybernothing.org, is now hosted on a friends' machine
  running Linux.  (I still prefer FreeBSD myself.)
 
 I am a little curious.. Was your email intended to ask to be included in
 the non-profit page? Not that I am involved with setting up that page, but
 if that was the intention your message did not convey that request.

Sorry...I was actually asking to be removed from that page.

-- 
J.D. Falk  THIS IS NOT
[EMAIL PROTECTED]  AN ACCIDENT
   THIS IS ART
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http from command line

2003-10-31 Thread David S. Jackson
On Fri, Oct 31, 2003 at 12:44:21AM + Rus Foster [EMAIL PROTECTED] wrote:
 On Thu, 30 Oct 2003, Gregory Stearns wrote:
 
  I hate to be a pest but is there a utility to do http web browsing from the 
  command line, and how would I use it?
 
 Try lynx or links

Also, w3m is quite nice.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The past always looks better than it was.  It's only pleasant
because it isn't here.  -- Finley Peter Dunne (Mr. Dooley)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http file server

2003-10-30 Thread Mike Maltese

 Hi Friends, I have been asked to come up with some kind of system so that
 our company can share the data  drawings with different customers and
 vendors.

What you're describing sounds like an extranet. Apache with SSL sounds like
a good idea here, especially if this is sensitive data.

 Present requirements: 50 Gb disk space, web access  password protected
 directories/folders and less expensive.

 My idea is to build an http file server.

It would be pretty easy to build some kind of file browsing system with PHP
or Perl. You could also use either of these for whatever authentication
scheme you cook up.

 OS: Naturally I am going to use FreeBSD

Good idea. =)

 Hardware: May be I will buy two (2) 50 Gb IDE disks. Is 256 Mb ram is
enough
 or need more? What kind of backup system we should put? Which is reliable
 RAID controller? Or What size of Dat's. etc.

My suggestion for an IDE RAID controller would be something from 3ware. If
this will be a moderate to very busy site, I would also suggest a minimum of
512MB of RAM. My last thought would be that you keep future expansion in
mind and go with slightly larger disks, maybe 80 or 100GB.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http file server

2003-10-30 Thread Florian Villoing
If you want something new and yet very powerfull, you can try AWS (Ada 
Web Server).

This an HTTP server written in Ada (so very robust). It supports many 
protocols and is very simple to use.

You can find more information on http://libre.act-europe/aws

Florian

Ajitesh wrote:
Hi Friends, I have been asked to come up with some kind of system so that our company can share the data  drawings with different customers and vendors. 

 

Present requirements: 50 Gb disk space, web access  password protected directories/folders and less expensive.

 

If I am wrong please correct me  also help me. 

My idea is to build an http file server. 

OS: Naturally I am going to use FreeBSD

Hardware: May be I will buy two (2) 50 Gb IDE disks. Is 256 Mb ram is enough or need more? What kind of backup system we should put? Which is reliable RAID controller? Or What size of Dat's. etc.

Appls:??? (No Idea... suggestions please)



Thanks in advance
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http from command line

2003-10-30 Thread Rus Foster
On Thu, 30 Oct 2003, Gregory Stearns wrote:

 I hate to be a pest but is there a utility to do http web browsing from the command 
 line, and how would I use it?

Try lynx or links

Rus
-- 
w: http://www.jvds.com  | JVDS Virtual Servers
e: [EMAIL PROTECTED]| Daily Specials
t: +44 7919 373537  | http://www.jvds.com/specials.php
t: 1-888-327-6330   | email: [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http from command line

2003-10-30 Thread Technical Director

Hello,

From the command line you can use an assortment of tools, even telnet if
you want... ;) 

www == Wow, this one is fun. Probably already installed.
lynx == Can be a security nightmare depending on what your computer is
 being used for.
elinks == Haven't used it myself but I found it in /usr/ports/www/.
links == Haven't used but again, found it in /usr/ports.
netrik == Again in /usr/ports/.

You might find more by going:

make search key=browser 

in the /usr/ports tree if it is installed.

Configuring Xwindows? As in, I have it installed and now want to create
the XF86Config file I will subsequently use or I don't have it installed
and want to.

R.

On Thu, 30 Oct 2003, Gregory Stearns wrote:

 I hate to be a pest but is there a utility to do http web browsing from the command 
 line, and how would I use it?
 
 Also how do I configure Xwindows?
 -- 
 __
 Sign-up for your own personalized E-mail at Mail.com
 http://www.mail.com/?sr=signup
 
 CareerBuilder.com has over 400,000 jobs. Be smarter about your job search
 http://corp.mail.com/careers
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http from command line

2003-10-30 Thread Kevin D. Kinsey, DaleCo, S.P.
Gregory Stearns wrote:

I hate to be a pest but is there a utility to do http web browsing from the command line, and how would I use it?
 

Lynx (/usr/ports/lynx) is a text mode http browser.

To install, connect to the Internet, and then run
the following commands as root:
$cd /usr/ports/lynx
$make install clean
Once Lynx is installed, use it this way:

$lynx www.example.com

I will warn you that playboy.com looks very
boring in Lynx, but you can browse it much
faster  8-)
Also how do I configure Xwindows?
 

Too big for an email.  Try www.freebsd.org/handbook
and navigate to chapter 5 
HTH,

Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http from command line

2003-10-30 Thread Viktor Lazlo


On Thu, 30 Oct 2003, Gregory Stearns wrote:

 I hate to be a pest but is there a utility to do http web browsing from the command 
 line, and how would I use it?

 Also how do I configure Xwindows?

Start off with (as root):

XFree86 -configure

This will build a basic XF86Config file for your system that in most cases
works as is or needs only minor tweaking.

Cheers,

Viktor
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http file server

2003-10-30 Thread Khairil Yusof
On Fri, 2003-10-31 at 02:54, Ajitesh wrote:

 Hi Friends, I have been asked to come up with some kind of system 
 so that our company can share the 
 data  drawings with different customers and vendors. 

A very good and quick CMS setup for this kinda thing:

http://www.plone.org

freebsd port:
www/plone

--
Optimized, readable, on time; Pick any two. 

FreeBSD 5.1-CURRENT i386 
10:07AM up 1 day, 23 hrs, 5 users, load averages: 0.76, 0.43, 0.35


signature.asc
Description: This is a digitally signed message part


Re: http from command line

2003-10-30 Thread andi payn
On Thu, 2003-10-30 at 16:38, Gregory Stearns wrote:
 I hate to be a pest but is there a utility to do http web 
 browsing from the command line, and how would I use it?

As othes have mentioned, there are many choices--but you probably just
want to know which one to use, and how to get started.

You probably want elinks. Install it from /usr/ports/www/elinks. Run it
like this: 'elinks http://www.google.com'.

If you want a graphical browser that works without X, and you have
SVGAlib set up, you might want links' graphic mode. Install it from
/usr/ports/www/links, and run it like this: 'links -g
http://www.google.com'. Or try wb0, or w3m-img. There are a few better
options out there, too, but none have been ported to FreeBSD.

Here's a brief survey of each of the choices:

telnet (or nc, or w3c, wget, or curl): If you can speak http and read
html, you can talk directly to the server, if you really want to.

www: If you're stuck with a console without curses/ANSI support--or it's
1989--this is pretty spiffy; otherwise, stay away.

lynx: The first decent text browser; you want the ssl-patched version.
But you probably want elinks instead.

links: Essentally lynx plus frames, tables, image maps, ssl, cache
management, background downloading, etc. You want 2.1, not 0.98. Or,
better, elinks.

elinks: Links enhanced with even more cool features.

links -g: Adds inline images to links. Works in SVGAlib as well as X.

wb0: A graphical browser for SVGAlib, which sometimes works better than
links -g, although it's not nearly as complete.

netrik: The only real alternative to the links family for text browsing;
not as good (especially since it doesn't quite get cons25 or xterm), but
if elinks won't work with some site, try netrik.

w3m: This is what web browsing would have been like on an Apple ][ or
C=64. It does look nice, but it's low on features and has a weird
interface.

w3m-img: This is w3m with inline image support.

emacs-w3m: If you believe that the editor is the operating system, and
never leave emacs, you can run w3m from inside emacs.

w3: If you really love emacs, wouldn't you rather use a web browser
built in emacs-lisp?

retawq: Quite cool in some ways, but not complete, not exactly designed
for novices, and not up-to-date on features. Oh, and dark blue on black
can be a bit hard to read.

surfraw: Not a web browser itself, but very handy for text browsing.
Instead of navigating to the Webster dictionary site and filling in the
forms to look up free, just type webster free and it'll launch your
favorite text browser with the answer.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HTTP servers?

2003-01-21 Thread Kris Kennaway
On Tue, Jan 21, 2003 at 10:13:32AM -0800, James Powell wrote:
 Dear Sir or Ma'am:
 
 Do you have alternative servers for HTTP transactions? Currently I am 
 using software which doesn't support FTP transactions very well. Is 
 there one avaliable to download FreeBSD 5.0-RELEASE from or will be 
 anytime soon?

A significant number of mirror sites have HTTP capability, yes.

Kris



msg16268/pgp0.pgp
Description: PGP signature


Re: HTTP server on internal network

2002-12-08 Thread Matthew Seaman
On Sun, Dec 08, 2002 at 08:51:13AM +0200, Admin wrote:
 Hello,
  I want to run HTTP and FTP servers on internal network, and I want that
 they (servers) can be visible from internet. How I must to configure my
 router to get this result.
 for example I want to run HTTP server on 192.168.110.100 and FTP server on
 192.168.110.101
 
 internet--MyRouter(freebsd)---internal network(192.168.110.1-254)
 MyRouter external address is 213.194.56.48 (example)
 MyRouter internal address is 192.168.110.115
 
 Internal network computers starts from 192.168.110.1 ends 192.168.110.50 and
 they using gateway 192.168.110.115.
 Computer with address 192.168.110.100 runing HTTP server
 Computer with address 192.168.110.101 runing FTP server
 
 On MyRouter I'm using NAT and IPFW.
 I tryed to use -redirect_port tcp 192.168.110.100:80 80 command in NAT
 configuration but nothing's work
 Where could be my mistake?

There are two ways of approaching this problem.  The first and more
common mechanism is to use natd or the like to do port forwarding from
your internet visible gateway to your internal hosts.  You've got
essentially the gist of it --- quite why it isn't working for you is
unclear from what you've written, but it's probably a trivial
misspelling or a fubar in your firewall ruleset or some such.  

This approach works very well for HTTP, but it will be difficult (if
not impossible) with FTP due to the use of dual data and control
channels.

The other method you might consider is to install a reverse proxy on
your gateway.  It's just like using a web cache / proxy on your border
network, except that instead of proxying your requests from inside
your net for data from outside, it proxies external requests for data
from inside.  Something like Squid (ports/www/squid) should fit the
bill, although there are many other candidates in the ports tree.
Googling for 'squid reverse proxy' turns up plenty of hits amongst
which you should find plenty of information about how to set it all
up.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: HTTP access

2002-11-04 Thread Walter
Ty,

   At your suggestion that it was the ISP blocking
port 80, I found the configuration line to enable
Apache to listen on another port and added one,
which now allows my neighbor's computer to
access mine through http.  Thanks for the pointer.
I wonder if they'll eventually block this other port
number also.  I guess time will tell.

Walter

Ty Hoeffer wrote:

 It will probably require a call to their tech support.

 One thing you could try is trafshow. It will display incoming  outgoing
 traffic, its port, the protocol being used, and the chars/sec invilved
 in the conversation. That or capture the traffic with Ethereal. Both of
 these apps are in the ports.

 Ty

 On Monday 04 November 2002 01:34 pm, you wrote:
  They may be.  Do you know how can I tell for certain?
  It's cable-modem access, btw.
 
  Ty Hoeffer wrote:
   Is your ISP blockong PORT 80
  
   Ty
  
   On Monday 04 November 2002 12:25 pm, Walter wrote:
Hi,
   
  Another newbie question, this time dealing with HTTP
access from the world.
   
   I'm running apache on my FreeBSD computer, which
is also my gateway.  I can telnet  FTP to it from my
Mac on the local network and from an outside connection
(the world).  I can access it by http locally both through
a local IP address and through the ISP-assigned IP (via
DHCP).  But I can't access it by http from the world.
My neighbor's AOL account tells me it finds the server
(my computer) but then times out.
   
   Any thoughts as to what's wrong?  I'm using the OPEN
firewall that comes with the GENERIC build.
   
Thanks.
   
Walter


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: HTTP access

2002-11-04 Thread Wayne Pascoe
Walter [EMAIL PROTECTED] writes:

 At your suggestion that it was the ISP blocking  port 80, I found
 the configuration line to enable  Apache to listen on another port
 and added one,  which now allows my neighbor's computer to  access
 mine through http.  Thanks for the pointer.   I wonder if they'll
 eventually block this other port  number also.  I guess time will
 tell.
 

Do yourself a favour - Read your contract / AUP. If they have
something in there that says you can't run servers - Don't. You don't
want the hassle of termination and or lawsuits!

-- 
- Wayne Pascoe 
Mary had a crypto key, she kept it in
escrow, and everything that Mary said,
the Feds were sure to know.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message