From rodrigc at crodrigues.org Sat Sep 3 20:40:32 2011 From: rodrigc at crodrigues.org (Craig Rodrigues) Date: Sat Sep 3 20:40:38 2011 Subject: Remove stale os-comparison web page In-Reply-To: References: Message-ID: Hi, And this patch to remove it from the Makefile. -- Craig Rodrigues rodrigc@crodrigues.org On Sat, Sep 3, 2011 at 1:18 PM, Craig Rodrigues wrote: > Hi, > > I would like to suggest we remove this from the web site. > Oliver has pointed out that this information is stale. > > -- > Craig Rodrigues > rodrigc@crodrigues.org > -- Craig Rodrigues rodrigc@crodrigues.org -------------- next part -------------- Index: Makefile =================================================================== RCS file: /home/ncvs/www/en/marketing/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 24 Jul 2005 16:24:41 -0000 1.2 +++ Makefile 3 Sep 2011 20:38:58 -0000 @@ -7,6 +7,6 @@ .include "../Makefile.inc" .endif -DOCS?= index.sgml os-comparison.sgml +DOCS?= index.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" From rodrigc at crodrigues.org Sat Sep 3 20:45:28 2011 From: rodrigc at crodrigues.org (Craig Rodrigues) Date: Sat Sep 3 20:45:36 2011 Subject: Remove stale os-comparison web page Message-ID: Hi, I would like to suggest we remove this from the web site. Oliver has pointed out that this information is stale. -- Craig Rodrigues rodrigc@crodrigues.org -------------- next part -------------- Index: index.sgml =================================================================== RCS file: /home/ncvs/www/en/marketing/index.sgml,v retrieving revision 1.11 diff -u -r1.11 index.sgml --- index.sgml 3 Feb 2008 11:29:04 -0000 1.11 +++ index.sgml 3 Sep 2011 20:13:22 -0000 @@ -36,9 +36,6 @@
  • Explaining BSD
  • -
  • FreeBSD vs. Linux vs. Windows - 2000 : How does your OS compare? (outdated)
  • -
  • Argentina.com : A Case Study
  • Creating a Software Testing Environment Using FreeBSD
  • Index: os-comparison.sgml =================================================================== RCS file: os-comparison.sgml diff -N os-comparison.sgml --- os-comparison.sgml 27 Nov 2009 19:00:00 -0000 1.12 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,552 +0,0 @@ - - - - - - %developers; -]> - - -&header; - -

    Note: This article was written back in the year 2000 and is very - outdated.

    - -

    How does your OS compare?

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      FreeBSD Linux Windows 2000
    Reliability[Great]FreeBSD is extremely robust. - There are numerous testimonials of active servers with uptimes - measured in years. The new Soft - Updates1 - file system optimizes disk I/O for high performance, yet still - ensures reliability for transaction based applications, such as - databases.[Great] - Linux is well known for its reliability. Servers often stay - up for years. However, disk I/O is non-synchronous by default, - which is less reliable for transaction based operations, and can - produce a corrupted filesystem after a system crash or power - failure. But for the average user, Linux is a very dependable - OS.[Bad] - All Windows users are familiar with the "Blue Screen of - Death". Poor reliability is one of the major drawbacks of - Windows. Some of the major issues have been fixed in Windows - XP, but "code bloat" has introduced many more reliability - problems. Windows XP uses a lot of system resources and it is - very difficult to keep the system up for more than a couple of - months without it reverting to a crawl as memory gets corrupted - and filesystems fragmented.
    Performance[Great] - FreeBSD is the system of choice for high performance network - applications. FreeBSD will outperform other systems when - running on equivalent hardware. The largest and busiest public - server on the Internet at ftp.freesoftware.com, uses FreeBSD to - serve more than 1.2 terabyte/day of downloads. FreeBSD is used - by Yahoo!, Qwest, and many others as their main server OS - because of its ability to handle heavy network traffic with high - performance and rock stable reliability.[OK] - Linux performs well for most applications, however the - performance is not so optimal under heavy network load. The - network performance of Linux is 20-30% below the capability of - FreeBSD running on the same hardware. The situation has - improved somewhat recently and the 2.4 release of the Linux - kernel introduced a new virtual memory system based on the same - concepts as the FreeBSD VM system. Since both operating systems - are open source, beneficial technologies are shared and for this - reason the performance of Linux and FreeBSD is rapidly - converging.[Bad] - Windows is adequate for routine desktop applications, but it - is unable to handle heavy network loads. A few organizations - try to make it work as an Internet server. For instance, - barnesandnoble.com uses Windows NT, as can be verified by the - error messages that their webserver produces, such as this - recent example Error Message: [Microsoft][ODBC SQL - Server Driver][SQL Server] Can't allocate space for object - 'queryHistory' in database 'web' because the 'default' segment - is full.. For their own "Hotmail" Internet - servers, Microsoft used FreeBSD for many years.
    Security

    [Great]FreeBSD has been the subject - of a massive auditing project for several years. All of the - critical system components have been checked and rechecked for - security-related errors. The entire system is open source so - the security of the system can and has been verified by third - parties. A default FreeBSD installation has yet to be affected - by a single CERT advisory in 20003.

    - -

    FreeBSD also has a notion of kernel security levels, virtual - server jails, capabilities, ACLs, a very robust packet filtering - firewall system, and intrusion detection tools.

    [Bad]The open source nature of - Linux allows anyone to inspect the security of the code and make - changes, but in reality the Linux codebase is modified too - rapidly by inexperienced programmers. There is no formal code - review policy and for this reason Linux has been susceptible to - nearly every Unix-based CERT advisory of the year. This problem - is compounded by the fact that distributions like Red Hat tend - to turn on notoriously insecure services by default.

    - -

    However, Linux does include a very robust packet filtering - firewall system and a competent administrator can remove unsafe - services.

    [Bad]Microsoft claims that their - products are secure, but they offer no guarantee, and their - software is not available for inspection or peer review. Since - Windows is closed source there is no way for users to - fix or diagnose any of the security compromises that are regularly - published about Microsoft systems.

    - -

    Microsoft Windows has been affected by a very large number of - known security holes that have cost companies millions of - dollars.

    Filesystem[Great]FreeBSD uses the Berkeley Fast - Filesystem, which is a little more complex than Linux's ext2. - It offers a better way to ensure filesystem data integrity, - mainly with the "softupdates" option. This option decreases - synchronous I/O and increases asynchronous I/O because writes to - an FFS filesystem aren't synced on a sector basis but according - to the filesystem structure. This ensures that the filesystem - is always coherent between two updates. The FreeBSD filesystem - also supports file flags, which can stop a would-be intruder - dead in his tracks. There are several flags that you can add to - a file such as the immutable flag. The immutable (schg) flag - won't allow any alteration to the file or directory unless you - remove it. Other very handy flags are append only (sappnd), - cannot delete (sunlnk), and archive (arch). When you combine - these with the kernel security level option, you have a nearly - impenetrable system.

    [Bad]The Linux ext2 filesystem gets - its performance from having an asynchronous mount. You can - mount FreeBSD FFS filesystems as asynchronous but this is very - dangerous and no seasoned Unix administrator would do this. It - is amazing that Linux is designed this way by default. Often a - hard crash permanently damages a mount. FreeBSD or Solaris can - sustain a very hard crash with only minor data loss, and the - filesystem will be remountable with few problems.

    - -

    There are several new journalling filesystems for Linux that - fix some of these issues.

    [Bad]The Microsoft FAT filesystem and - the newer NTFS are both plagued by over 20 years of backwards - compatibility with the earliest of PC-based filesystems. These - filesystems were not designed for today's demanding server - applications, they weren't even designed with a multi-user OS or - networking in mind!
    Device Drivers

    [OK]The FreeBSD bootloader can load - binary drivers at boot-time. This allows third-party driver - manufacturers to distribute binary-only driver modules that can - be loaded into any FreeBSD system. Due to the open-source - nature of FreeBSD, it is very easy to develop device drivers for - new hardware. Unfortunately, most device manufacturers will - only release binaries for Microsoft operating systems. This - means that it can take several months after a hardware device - hits the market until a native device driver is available.

    - -

    Fortunately, FreeBSD also includes full NDIS API compatibility, - so that binary Windows network device drivers can be loaded into - the FreeBSD kernel directly.

    -
    [Bad]The Linux community intentionally - makes it difficult for hardware manufacturers to release - binary-only drivers. This is meant to encourage hardware - manufacturers to develop open-source device drivers. - Unfortunately most vendors have been unwilling to release the - source for their drivers so it is very difficult for Linux users - to use vendor supplied drivers at all.[Great]Microsoft has excellent - relationships with hardware vendors. There are often conflicts - when using device drivers on different versions of Microsoft - Windows, but overall Windows users have excellent access to - third party device drivers.
    Commercial Applications[OK]The number of commercial - applications for FreeBSD is growing rapidly, but is still below - what is available for Windows. In addition to native - applications, FreeBSD can also run programs compiled for Linux, - SCO Unix, and BSD/OS.[OK]Many new commercial applications - are available for Linux, and more are being developed. - Unfortunately, Linux can only run binaries that are specifically - compiled for Linux. It is unable to run programs compiled for - FreeBSD, SCO Unix, or other popular operating systems without - significant effort.[Great]There are thousands of - applications available for Windows, far more than for any other - OS. Nearly all commercial desktop applications run on Windows, - and many of them are only available for Windows. If you have an - important application that only runs on Windows, then you may - have no choice but to run Windows.
    Free Applications[Great]There are many, many gigabytes of - free software applications available for FreeBSD. FreeBSD - includes thousands of software packages and an extensive ports - collection, all with complete source code. Many people consider - the FreeBSD Ports Collection to be the most accessible and - easiest to use library of free software packages available - anywhere. In fact, Gentoo Linux, NetBSD, OpenBSD, and many - other operating systems have borrowed and extended the famous - FreeBSD Ports Collection.[Great]There are huge numbers of free - programs available for Linux. All GNU software runs on both - Linux and FreeBSD without modification. Some of the free - programs for Linux differ between distributions, because Linux - does not have a central ports collection.[Bad]The amount of free Windows - software is much less than what is available for Unix. Many - Windows applications are provided as "shareware", without - source code, so the programs cannot be customized, debugged, - improved, or extended by the user.
    Development Environment[Great]FreeBSD includes an extensive - collection of developer tools. You get a complete C/C++ - development system (editor, compiler, debugger, profiler, etc.) - and powerful Unix development tools for Java, HTTP, Perl, - Python, TCL/TK, Awk, Sed, etc. All of these are free, and are - included in the basic FreeBSD installation. All come with full - source code.[OK]Linux includes all the same - development tools as FreeBSD, with compilers and interpreters - for every common programming language, all the GNU programs, - including the powerful GNU C/C++ Compiler, Emacs editor, and GDB - debugger. Unfortunately, due to the very splintered nature of - Linux, applications that you compile on one system (Red Hat) may - not work on another Linux system (Slackware).[Bad]Very few development tools are - included with Windows XP. Most need to be purchased separately, - and are rarely compatible with each other.
    Development Infrastructure[Great]FreeBSD is an advanced BSD Unix - operating system. The source code for the entire system is - available in a centralized source code repository running under - CVS. A large team (300+) of senior developers has write access - to this repository and they coordinate development by reviewing - and committing the best changes of the development community at - large. FreeBSD is engineered to find elegant solutions for - overall goals, rather than quick hacks to add new functionality. - Since FreeBSD is a complete open-source operating system, rather - than just a kernel, you can recompile and reinstall the entire - system by simply typing one command, "make world".[OK]Linux is a Unix-like kernel that - must be combined with the GNU system to make a complete - operating system. Linux does not use any version control system - so all bug-fixes and enhancements must be emailed back and forth - on mailing lists and ultimately submitted to the one person - (Linus) who has authority to commit the code to the tree. Due - to the overwhelming amount of code that gets written, it is - impossible for one person to adequately quality control all of - the pending changes. For this reason there is a lot of code in - Linux that was hastily written and would never have been - accepted into a more conservative operating system.[Bad]Microsoft Windows is a - closed-source operating system driver by market demand - rather than technical merit. New technologies are rushed into - the product before they have been properly designed or fully - implemented. Very little is known about the internal - development infrastructure of Microsoft but the "blue-screen of - death" speaks for itself.
    Support[Great]Several organizations, including - FreeBSD Mall, offer a - wide range of support options for FreeBSD. In addition to 24x7 - professional support, there is a large amount of free, informal - support available through Usenet newsgroups and mailing lists, - such as questions@freebsd.org. Once a problem is found, source - code patches are often available within a few hours.[Great]Many organizations provide - professional support for Linux. All the major Linux vendors - offer some level of support, and several offer full 24x7 - service. There are many forums where Linux questions are - answered for free, such as newsgroups and mailing lists. As a - last resort, you can always use the source to track down and fix - a problem yourself.[OK]Although support is available for - Windows XP, you should be prepared to spend as long as an hour on - hold, with no guarantee that your problem will be resolved. - Because of the closed source nature of Windows, there - is no informal, free support available, and bugs can only be - fixed on Microsoft's schedule, not yours. Windows XP is - not updated frequently, you may wait years for bugs to be - fixed.
    Price and Total Cost of Ownership[Great]FreeBSD can be downloaded from - the Internet for free. Or it can be purchased on a four CDROM - set along with several gigabytes of applications for $40. All - necessary documentation is included. Support is available for - free or for very low cost. There is no user licensing, so you - can quickly bring additional computers online. This all adds up - to a very low total cost of ownership.[Great]Linux is free. Several companies - offer commercial aggregations at very low cost. Applications - and documentation is available for little or no cost. There are - no licensing restrictions, so Linux can be installed on as many - systems as you like for no additional cost. Linux's total cost - of ownership is very low.[Bad]The server edition of Windows XP - costs nearly $700. Even basic applications cost extra. Users - often spend many thousands of dollars for programs that are - included for free with Linux or FreeBSD. Documentation is - expensive, and very little on-line documentation is provided. A - license is required for every computer, which means delays and - administrative overhead. The initial learning curve for simple - administration tasks is smaller than with Unix, but it also - requires a lot more work to keep the system running with any - significant work load.
    Total -

    FreeBSD

    -[Great]= 8
    -[OK]= 2
    -[Bad]= 0
    -
    -

    Linux

    -[Great]= 4
    -[OK]= 4
    -[Bad]= 2
    -
    -

    Windows 2000

    -[Great]= 2
    -[OK]= 1
    -[Bad]= 7
    -
    - -

    Footnotes

    - - -

    Filesystem

    - -

    FreeBSD uses FFS, the Berkeley Fast File System, with the addition - of "Soft Updates" for performance and consistency. FreeBSD - 5.0-CURRENT (the development branch), gives user the ability to - automatically snapshot file systems, as well as the ability to store - extended attributes on files, in turn supporting other features such - as Access Control Lists (ACLs). A paper title "Journaling Versus - Soft Updates: Asynchronous Meta-data Protection in File Systems" - presented at the USENIX 2000 Technical Conference discusses the - performance and consistency differences between journaled and soft - updates consistency mechanisms. This paper is available online from - http://www.ece.cmu.edu/~ganger/papers/usenix2000.ps. - This paper also discusses two different journaling implementations - based on FFS and developed on FreeBSD. Clearly, FreeBSD is at the - forefront of filesystem research and this is the source of many of - its performance and reliability advantages.

    - -

    For more information about Soft Updates, please see:

    - -

    "Soft Updates: A Technique for Eliminating Most Synchronous Writes - in the Fast Filesystem" by Marshall Kirk McKusick and Gregory - R. Ganger.
    http://www.ece.cmu.edu/~ganger/papers/mckusick99.ps.

    - - -

    Performance Benchmarks

    - -

    Numerous benchmarks have continued to show FreeBSD's clear -advantage for network performance. Yahoo!, Xoom.com, Qwest, and some -of our other largest customers have published results showing the -clear case for using FreeBSD in the enterprise. It's important to -understand that benchmarking is just a game, and that for real -performance comparisons you need to perform real-world test. However, -it's easy to find published benchmarks on the Internet which show -FreeBSD with a commanding lead over the competition:

    - - - - -

    Security

    - -

    The Computer Emergency Response Team, or CERT, studies Internet -security vulnerabilities, provides incident response services to sites -that have been victims of attack, publishes a variety of security -alerts, does research in wide-networked computing, and develops -information and training to help improve security at Internet -sites.

    - -

    CERT Advisories in 2000 that affected Linux:

    -
      -
    • CA-2000-22 - Input Validation Problems in LPRng
    • -
    • CA-2000-21 - Denial-of-Service Vulnerability in TCP/IP - Stacks
    • -
    • CA-2000-20 - Multiple Denial-of-Service Problems in ISC BIND
    • -
    • CA-2000-17 - Input Validation Problem in rpc.statd
    • -
    • CA-2000-13 - Two Input Validation Problems in FTPD
    • -
    • CA-2000-06 - Multiple Buffer Overflows in Kerberos Authenticated - Services
    • -
    • CA-2000-03 - Continuing Compromises of DNS servers
    • -
    - -

    CERT Advisories in 2000 that affected Windows:

    -
      -
    • CA-2000-16 - Microsoft 'IE Script'/Access/OBJECT Tag - Vulnerability
    • -
    • CA-2000-14 - Microsoft Outlook and Outlook Express Cache Bypass - Vulnerability
    • -
    • CA-2000-12 - HHCtrl ActiveX Control Allows Local Files to be - Executed
    • -
    • CA-2000-10 - Inconsistent Warning Messages in Internet - Explorer
    • -
    • CA-2000-07 - Microsoft Office 2000 UA ActiveX Control - Incorrectly Marked "Safe for Scripting"
    • -
    • CA-2000-04 - Love Letter Worm
    • -
    - -

    For more information about CERT and potential security exploits for -your operating system, please see http://www.us-cert.gov/cas/techalerts/.

    - -

    For more information about some of the enhanced security features -of FreeBSD, please see http://www.trustedbsd.org.

    - - -

    Ports Collection

    - -

    Even with all the hyper about open standards, getting a program to - compile on various Unix platforms can be a tricky task. - Occasionally, you might be lucky enough to find that the program - you want compiles cleanly on your system, install everything into - all the right directories, and run flawlessly "out-of-the-box", but - this behavior is somewhat rare. Most of the time, you find yourself - needing to make modifications in order to get the program to work. - This is where the FreeBSD Ports Collection comes to the rescue.

    - -

    The general idea behind the Ports Collection is to eliminate all of - the messy steps involved with making things work properly so that - the installation is simple and painless. With the Ports Collection, - all of the hard work has already been done for you, and you are able - to install any of the Ports Collection ports by simply typing 'make - install'.

    - - - -

    The Ports Collection provides a makefile skeleton that describes - where to download the software and how to compile and install it. - There are currently over 11,500 applications in the FreeBSD - Ports tree and with a single command the ports mechanism will - automatically download the software source code, perform a checksum, - uncompress the software, apply any FreeBSD-specific patches, - configure the software, run the compilation, install the software, - and clean up after itself! Ports can of course depend on other - ports which are built automatically in the same fashion and binary - packages can be used as well. The FreeBSD Ports Collection was - recognized very early on as an elegant method to deal with a complex - problem so it's functionality has been shared with the other BSD - Unix systems and some Linux distributions as well.

    - -

    This document was prepared by Bob Bruce and Murray Stokely, with - input from Matt Dillon, Nathan dude, and many others.

    - -&footer; - - From gjb at FreeBSD.org Sat Sep 3 23:43:52 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Sat Sep 3 23:43:58 2011 Subject: Remove stale os-comparison web page In-Reply-To: References: Message-ID: <4E62BBB6.8030004@FreeBSD.org> On 9/3/11 4:40 PM, Craig Rodrigues wrote: > Hi, > > And this patch to remove it from the Makefile. > I feel it would be better to incrementally update the page rather than completely removing it from the tree only to add it back after it's updated. By doing the latter, we can focus on sections rather than the page in its entirety. -- Glen Barber | gjb@FreeBSD.org FreeBSD Documentation Project From gjb at FreeBSD.org Sat Sep 3 23:48:27 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Sat Sep 3 23:48:33 2011 Subject: www/160247: Website vulnerability In-Reply-To: References: <201108280102.p7S12ujx022732@red.freebsd.org> <4E5997E6.7040500@FreeBSD.org> Message-ID: <4E62B703.5020801@FreeBSD.org> On 9/3/11 4:29 PM, Alvaro Castillo wrote: > On Sun, Aug 28, 2011 at 2:20 AM, Glen Barber wrote: >> On 8/27/11 9:02 PM, Alvaro wrote: >>>> Description: >>> The problem is on mod_deflate. >>> >> >> No it isn't. >> >> http://seclists.org/fulldisclosure/2011/Aug/236 >> > > The problem has been fixed on Apache 2* but Apache 13 isn't maintained > by Apache Foundation. > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3192 > > Sorry but mod_deflate was included... need to disable it and set Range > Pequest and so on > > http://translate.google.es/translate?hl=es&sl=es&tl=en&u=http%3A%2F%2Fwww.securityartwork.es%2F2011%2F08%2F25%2Fdenegacion-de-servicio-en-apache%2F > > Not yet solved... > > perl killapache.pl www.freebsd.org > host seems vuln > ATTACKING www.freebsd.org [using 50 forks] > ^C > Sorry, but www.freebsd.org does not use Apache. -- Glen Barber | gjb@FreeBSD.org FreeBSD Documentation Project From rodrigc at crodrigues.org Sun Sep 4 00:02:56 2011 From: rodrigc at crodrigues.org (Craig Rodrigues) Date: Sun Sep 4 00:03:03 2011 Subject: Remove stale os-comparison web page In-Reply-To: <4E62BBB6.8030004@FreeBSD.org> References: <4E62BBB6.8030004@FreeBSD.org> Message-ID: Hi, Here is a revised patch which: (1) Removes link from index.sgml (2) Removes page from Makefile. (3) Leaves the page in CVS. The existing os-comparison page is so hopelessly out of date, that it is actually bad to have it visible on the external web site. It is very close to being FUD. It is also caused a long e-mail thread on freebsd-current, pointing out its deficiencies. :) However, if we leave the os-comparison page in CVS, then someone can patch it up to something more up to date and relevant. -- Craig Rodrigues rodrigc@crodrigues.org On Sat, Sep 3, 2011 at 4:43 PM, Glen Barber wrote: > On 9/3/11 4:40 PM, Craig Rodrigues wrote: >> Hi, >> >> And this patch to remove it from the Makefile. >> > > I feel it would be better to incrementally update the page rather than > completely removing it from the tree only to add it back after it's > updated. ?By doing the latter, we can focus on sections rather than the > page in its entirety. > > -- > Glen Barber | gjb@FreeBSD.org > FreeBSD Documentation Project > -- Craig Rodrigues rodrigc@crodrigues.org From rodrigc at crodrigues.org Sun Sep 4 00:04:20 2011 From: rodrigc at crodrigues.org (Craig Rodrigues) Date: Sun Sep 4 00:04:27 2011 Subject: Remove stale os-comparison web page In-Reply-To: References: <4E62BBB6.8030004@FreeBSD.org> Message-ID: Hi, Here's the patch for real. -- Craig Rodrigues rodrigc@crodrigues.org On Sat, Sep 3, 2011 at 5:02 PM, Craig Rodrigues wrote: > Hi, > > Here is a revised patch which: > > (1) ?Removes link from index.sgml > (2) ?Removes page from Makefile. > (3) ?Leaves the page in CVS. > > The existing os-comparison page is so hopelessly out of date, that it > is actually bad to have it > visible on the external web site. ? It is very close to being FUD. > It is also caused a long e-mail thread on freebsd-current, pointing out > its deficiencies. :) > > However, if we leave the os-comparison page in CVS, > then someone can patch it up to something more up to date and relevant. > > -- > Craig Rodrigues > rodrigc@crodrigues.org -------------- next part -------------- Index: Makefile =================================================================== RCS file: /home/ncvs/www/en/marketing/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 24 Jul 2005 16:24:41 -0000 1.2 +++ Makefile 3 Sep 2011 23:57:50 -0000 @@ -7,6 +7,6 @@ .include "../Makefile.inc" .endif -DOCS?= index.sgml os-comparison.sgml +DOCS?= index.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: index.sgml =================================================================== RCS file: /home/ncvs/www/en/marketing/index.sgml,v retrieving revision 1.11 diff -u -r1.11 index.sgml --- index.sgml 3 Feb 2008 11:29:04 -0000 1.11 +++ index.sgml 3 Sep 2011 23:57:50 -0000 @@ -36,9 +36,6 @@
  • Explaining BSD
  • -
  • FreeBSD vs. Linux vs. Windows - 2000 : How does your OS compare? (outdated)
  • -
  • Argentina.com : A Case Study
  • Creating a Software Testing Environment Using FreeBSD
  • From linimon at lonesome.com Sun Sep 4 00:23:13 2011 From: linimon at lonesome.com (Mark Linimon) Date: Sun Sep 4 00:23:20 2011 Subject: Remove stale os-comparison web page In-Reply-To: References: <4E62BBB6.8030004@FreeBSD.org> Message-ID: <20110904002312.GA8013@lonesome.com> On Sat, Sep 03, 2011 at 05:02:54PM -0700, Craig Rodrigues wrote: > The existing os-comparison page is so hopelessly out of date, that it > is actually bad to have it visible on the external web site. +1 From gjb at FreeBSD.org Sun Sep 4 00:27:04 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Sun Sep 4 00:27:10 2011 Subject: Remove stale os-comparison web page In-Reply-To: References: <4E62BBB6.8030004@FreeBSD.org> Message-ID: <4E62C5D7.1040200@FreeBSD.org> On 9/3/11 8:04 PM, Craig Rodrigues wrote: > Hi, > > Here's the patch for real. >> (1) Removes link from index.sgml >> (2) Removes page from Makefile. >> (3) Leaves the page in CVS. >> Hi Craig, Thanks for the updated patch. If there no objections either on www or via private email, I'll commit this change Monday. Regards, -- Glen Barber | gjb@FreeBSD.org FreeBSD Documentation Project From freebsd-announce at chthonic.com Sun Sep 4 01:00:20 2011 From: freebsd-announce at chthonic.com (J. Altman) Date: Sun Sep 4 01:00:26 2011 Subject: www/160444: Seamonkey fails to build Message-ID: <201109040056.p840ujqr027116@red.freebsd.org> >Number: 160444 >Category: www >Synopsis: Seamonkey fails to build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 04 01:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: J. Altman >Release: 8.1-RELEASE-p4 FreeBSD 8.1-RELEASE-p4 #0: Sat May 28 21:25:00 EDT 2011 root@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER amd64 >Organization: >Environment: 8.1-RELEASE-p4 FreeBSD 8.1-RELEASE-p4 #0: Sat May 28 21:25:00 EDT 2011 root@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER amd64 >Description: I noticed Seamonkey2 is deprecated and the suggestion to move to Seamonkey. I deinstalled Seamonkey2 and ran make install on the Seamonkey directory; the build failed at this point: /usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/config/nsinstall -R -m 755 js ../../../dist/bin /usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/config/nsinstall -R -m 755 js .. gmake[5]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/shell' gmake[4]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src' gmake[3]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla' gmake tools_tier_js gmake[3]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/mozilla' hg: not found tools_tier_js gmake[4]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/mozilla' gmake[4]: `js/src/Makefile' is up to date. gmake[4]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla' gmake[4]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src' gmake[5]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/config' gmake[5]: Nothing to be done for `tools'. gmake[5]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/config' gmake[5]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/editline' gmake[5]: Nothing to be done for `tools'. gmake[5]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/editline' gmake[5]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/shell' gmake[5]: Nothing to be done for `tools'. gmake[5]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/shell' gmake[4]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src' gmake[3]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla' gmake[2]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla' gmake[2]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/mozilla' hg: not found tier_platform: ./../ldap/sdks/c-sdk xpcom modules/libreg modules/libpref intl netwerk extensions/auth jpeg gfx/qcms ipc js/ipc js/jetpack js/src/xpconnect intl/chardet widget/src/gtkxtbin modules/libjar db extensions/cookie extensions/permissions storage rdf js/jsd media/libvorbis media/libnestegg media/libvpx media/libogg media/libtheora media/libsydneyaudio uriloader modules/libimg caps parser gfx modules/libpr0n dom view widget content editor layout docshell embedding xpfe/appshell extensions/universalchardet accessible profile xpfe/components widget/src/xremoteclient extensions/spellcheck toolkit security/manager extensions/pref services/crypto/component startupcache ./../mozilla/xpfe/components/autocomplete ./../ldap/xpcom ./../mailnews/base ./../mailnews/mime/public ./../mailnews toolkit/library xpcom/stub toolkit/system/gnome toolkit/system/dbus gmake[3]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/ldap/sdks/c-sdk' Makefile:42: config/autoconf.mk: No such file or directory ./../../config/config.mk:57: /config/autoconf.mk: No such file or directory Makefile:55: *** target file `depend' has both : and :: entries. Stop. gmake[3]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/ldap/sdks/c-sdk' gmake[2]: *** [tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla' gmake[1]: *** [default] Error 2 gmake[1]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/mozilla' gmake: *** [default] Error 2 *** Error code 1 Stop in /usr/ports/www/seamonkey. *** Error code 1 Stop in /usr/ports/www/seamonkey. >How-To-Repeat: Apparently, run make install in www/seamonkey. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From gjb at FreeBSD.org Sun Sep 4 01:04:55 2011 From: gjb at FreeBSD.org (gjb@FreeBSD.org) Date: Sun Sep 4 01:05:07 2011 Subject: ports/160444: Seamonkey fails to build Message-ID: <201109040104.p8414thB010828@freefall.freebsd.org> Synopsis: Seamonkey fails to build Responsible-Changed-From-To: freebsd-www->freebsd-ports-bugs Responsible-Changed-By: gjb Responsible-Changed-When: Sun Sep 4 01:04:32 UTC 2011 Responsible-Changed-Why: Ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=160444 From gjb at FreeBSD.org Sun Sep 4 02:23:59 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Sun Sep 4 02:24:05 2011 Subject: www/160247: Website vulnerability In-Reply-To: References: <201108280102.p7S12ujx022732@red.freebsd.org> <4E5997E6.7040500@FreeBSD.org> <4E62B703.5020801@FreeBSD.org> Message-ID: <4E62E13D.6090209@FreeBSD.org> On 9/3/11 9:35 PM, Alvaro Castillo wrote: >> >> Sorry, but www.freebsd.org does not use Apache. >> > How that not? > > Netblock Owner IP address OS Web Server Last changed > 701 First Ave Sunnyvale CA US 94089 69.147.83.34 FreeBSD httpd/1.4.x > LaHonda 27-Aug-2011 > Not Apache. > Netblock Owner IP address OS Web Server Last changed > University of Alberta 352 General Services Building Edmonton AB CA > T6G-2H1 142.244.12.42 unknow Apache 8-Aug-2011 > Not FreeBSD. > Netblock Owner IP address OS Web Server Last changed > Internet Systems Consortium, Inc. 950 Charter Street Redwood City CA > US 94063 204.152.190.12 NetBSD/OpenBSD Apache/2.2.17 Unix 11-Aug-2011 > Not FreeBSD. -- Glen Barber | gjb@FreeBSD.org FreeBSD Documentation Project From gjb at FreeBSD.org Sun Sep 4 03:23:26 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Sun Sep 4 03:23:32 2011 Subject: www/160247: Website vulnerability In-Reply-To: References: <201108280102.p7S12ujx022732@red.freebsd.org> <4E5997E6.7040500@FreeBSD.org> <4E62B703.5020801@FreeBSD.org> <4E62E13D.6090209@FreeBSD.org> Message-ID: <4E62EF2B.70204@FreeBSD.org> On 9/3/11 10:41 PM, Alvaro Castillo wrote: > On Sun, Sep 4, 2011 at 3:23 AM, Glen Barber wrote: >> On 9/3/11 9:35 PM, Alvaro Castillo wrote: >>>> >>>> Sorry, but www.freebsd.org does not use Apache. >>>> >>> How that not? >>> >>> Netblock Owner IP address OS Web Server Last changed >>> 701 First Ave Sunnyvale CA US 94089 69.147.83.34 FreeBSD httpd/1.4.x >>> LaHonda 27-Aug-2011 >>> >> >> Not Apache. >> >>> Netblock Owner IP address OS Web Server Last changed >>> University of Alberta 352 General Services Building Edmonton AB CA >>> T6G-2H1 142.244.12.42 unknow Apache 8-Aug-2011 >>> >> >> Not FreeBSD. >> >>> Netblock Owner IP address OS Web Server Last changed >>> Internet Systems Consortium, Inc. 950 Charter Street Redwood City CA >>> US 94063 204.152.190.12 NetBSD/OpenBSD Apache/2.2.17 Unix 11-Aug-2011 >>> >> >> Not FreeBSD. >> > Sorry, the before script is contain issues. > > perl killapache2.pl www.freebsd.org 1 > ### Request ### > HEAD / HTTP/1.1 > Host: www.freebsd.org > Range:bytes=0-100 > Accept-Encoding: gzip > Connection: close > ### returned Status Code -> > ### Host does not seem vulnerable. Or Redirect. Or File not found. Or > Bad Request. > ### Exit. > > So, if not Apache. What is? > Sorry, you'll need to do your own homework here. I'm closing this PR. -- Glen Barber | gjb@FreeBSD.org FreeBSD Documentation Project From murray at stokely.org Sun Sep 4 04:50:31 2011 From: murray at stokely.org (Murray Stokely) Date: Sun Sep 4 04:50:42 2011 Subject: Remove stale os-comparison web page In-Reply-To: <4E62C5D7.1040200@FreeBSD.org> References: <4E62BBB6.8030004@FreeBSD.org> <4E62C5D7.1040200@FreeBSD.org> Message-ID: As one of the original authors of that document ten years ago, I completely agree it should be removed given how completely out of date it is. - Murray On Sat, Sep 3, 2011 at 5:27 PM, Glen Barber wrote: > On 9/3/11 8:04 PM, Craig Rodrigues wrote: >> Hi, >> >> Here's the patch for real. >>> (1) ?Removes link from index.sgml >>> (2) ?Removes page from Makefile. >>> (3) ?Leaves the page in CVS. >>> > > Hi Craig, > > Thanks for the updated patch. ?If there no objections either on www or > via private email, I'll commit this change Monday. > > Regards, > > -- > Glen Barber | gjb@FreeBSD.org > FreeBSD Documentation Project > _______________________________________________ > freebsd-www@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-www > To unsubscribe, send any mail to "freebsd-www-unsubscribe@freebsd.org" > From simon at nitro.dk Sun Sep 4 11:38:40 2011 From: simon at nitro.dk (Simon L. B. Nielsen) Date: Sun Sep 4 11:38:46 2011 Subject: Remove stale os-comparison web page In-Reply-To: <4E62C5D7.1040200@FreeBSD.org> References: <4E62BBB6.8030004@FreeBSD.org> <4E62C5D7.1040200@FreeBSD.org> Message-ID: On 4 Sep 2011, at 02:27, Glen Barber wrote: > On 9/3/11 8:04 PM, Craig Rodrigues wrote: >> Hi, >> >> Here's the patch for real. >>> (1) Removes link from index.sgml >>> (2) Removes page from Makefile. >>> (3) Leaves the page in CVS. >>> > > Hi Craig, > > Thanks for the updated patch. If there no objections either on www or > via private email, I'll commit this change Monday. +2 from me ;-). I almost think removing stale content is more important than adding new content as the old content may confuse users, and generally just make us look stale (when comparing to Windows 2000 for example). BTW. when you remove the file please poke me so I can actually remove the HTML file from the website (this is not done automatically) and I'm bound to forget :-). -- Simon L. B. Nielsen From radiomlodychbandytow at o2.pl Sun Sep 4 16:10:09 2011 From: radiomlodychbandytow at o2.pl (Radio Młodych Bandytów) Date: Sun Sep 4 16:10:15 2011 Subject: www/160461: Send-pr uses different terminology than docs / executable Message-ID: <201109041604.p84G4o6Z083775@red.freebsd.org> >Number: 160461 >Category: www >Synopsis: Send-pr uses different terminology than docs / executable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 04 16:10:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Radio Młodych Bandytów >Release: >Organization: >Environment: >Description: Today I was slightly confused when I read a guide on how to submit PRs that stressed the importance of Synopsis. The website doesn't have such field. I understood that here it's called "One time summary of the problem", but nevertheless coherence between these 2 places (and command line utility) would make things easier. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From gjb at FreeBSD.org Sun Sep 4 17:44:58 2011 From: gjb at FreeBSD.org (gjb@FreeBSD.org) Date: Sun Sep 4 17:45:04 2011 Subject: www/160241: FreeBSD vs. Linux vs. Windows 2000: Desperately outdated! Message-ID: <201109041744.p84Hivrp071151@freefall.freebsd.org> Synopsis: FreeBSD vs. Linux vs. Windows 2000: Desperately outdated! Responsible-Changed-From-To: freebsd-www->gjb Responsible-Changed-By: gjb Responsible-Changed-When: Sun Sep 4 17:43:57 UTC 2011 Responsible-Changed-Why: I'm handling this PR. Further feedback suggests this document would be best if it didn't exist. http://www.freebsd.org/cgi/query-pr.cgi?pr=160241 From talbright at pcphonehome.com Sun Sep 4 21:21:09 2011 From: talbright at pcphonehome.com (Tim Albright) Date: Sun Sep 4 21:21:16 2011 Subject: Laptop Theft from Schools in South Africa at All Time High - Don't be a victim! Message-ID: Your computers are a target for theft. But you don't have to be a victim! Our award PC PhoneHome and MacPhoneHome is the NUMBER ONE stand-alone computer tracking and recovery software in the world to both the Windows and Mac communities! We are currently protecting over 1,500,000 computers worldwide. Every time a PC PhoneHome or MacPhoneHome protected computer makes an Internet connection, it sends a stealth email message containing its exact location to a pre-determined email address of the user's choice and to our Worldwide Command Center. In the event your computer goes missing, all you need to do is make a police report and contact us. We do the rest. Your missing computer is returned to you with the help of our recovery agents, local police services and global ISPs. Our lost & stolen computer recovery rate is over 99% worldwide! The SINGLE COPY version of PC PhoneHome and MacPhoneHome normally retail for $29.95 each. Our 2011 Special Bundle Deals will save you a BUNDLE of money! You can mix any combination of PC PhoneHome and/or MacPhoneHome in your deal! Road Warrior Includes 2 licenses: Mac or PC - Perfect for those who have one office and one mobile computer. $49.95 USD Household Mac or PC Cover ALL the household computers, even those away at school. $79.95 USD Small Business Mac or PC License up to 12 of your company's computers! $299.00 USD Small Business Plus Mac or PC License up to 50 of your company's computers! $995.00 USD Small Business Gold Mac or PC License up to 75 of your company's computers! $1,350.00 USD Small Business Platinum Mac or PC License up to 100 of your company's computers! $1,495.00 USD Please visit our PURCHASE PAGE http://www.brigadoonsoftware.com today to purchase and download your PC PhoneHome/MacPhoneHome BUNDLE DEAL TODAY! Ask for a price quote on our CUSTOM BLANKET ENTERPRISE LICENSE for LARGE SCALE DEPLOYMENT to HUNDREDS or THOUSANDS of computers! Whether you're trying to protect one hundred computers or twenty thousand we have the right license plan for you. We will soon be releasing PhoneHome protection for iPods, iPhones and the NEW iPad... Version 4.0 will offer our users multi-lingual installation and documentation in English, Spanish, Portuguese, Italian, French and German language. Version 4.0 will also silently snap the picture of whoever is sitting at the computer and send you a picture of the thief if your computer is lost or stolen as well as offer PhoneHome protection for your iPod, iPhone and iPad! Information on our product line is available for download directly from our web site at: http://www.brigadoonsoftware.com If you are interested in finding out more or have any additional questions about our single copy, bundle deal or Enterprise license program, please feel free to contact me personally at 1-845-624-0909. Best Regards, Tim Albright VP - Sales Brigadoon Software, Inc. 119 Rockland Center Suite 250 Nanuet, New York 10954 USA Tel: +1-845-624-0909 Fax: +1-845-624-0990 Email: talbright@brigadoonsoftware.com Web: http://www.brigadoonsoftware.com To be excluded from future emails, please type "Remove" in the subject line and reply to this message. Please include all email aliases you are using. From linimon at FreeBSD.org Mon Sep 5 02:31:54 2011 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Sep 5 02:32:01 2011 Subject: www/160461: Send-pr uses different terminology than docs / executable Message-ID: <201109050231.p852VrWP058383@freefall.freebsd.org> Synopsis: Send-pr uses different terminology than docs / executable Responsible-Changed-From-To: freebsd-www->bugmeister Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 5 02:31:23 UTC 2011 Responsible-Changed-Why: our bug. http://www.freebsd.org/cgi/query-pr.cgi?pr=160461 From bugmaster at FreeBSD.org Mon Sep 5 11:07:22 2011 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 5 11:10:35 2011 Subject: Current problem reports assigned to freebsd-www@FreeBSD.org Message-ID: <201109051107.p85B7L5q066064@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o www/159664 www Add for June/July 2011: FreeBSD in top 3 reliable serv o www/159291 www Error 404 - when I try to send-pr over freebsd.org/es/ f www/158126 www We offer a freebsd installation and consulting service o www/157076 www freebsd-wireless mailing list not shown on web All Lis o www/156614 www Change log_pagesize on ViewVC (svnweb) o www/151084 www A major Bulgarian ISP which uses FreeBSD o www/150553 www [patch] update Russian "FreeBSD Community" page o www/150531 www [patch] ru/community/irc.sgml: MFen 1.2 -> 1.4 o www/150522 www [patch] ru/community/mailinglists.sgml: MFen 1.4 -> 1. o www/149446 www [patch] improve misleading title of "report a bug" o www/145917 www SVG at logo.html is broken s www/140580 www svnweb file logs are useless s www/129923 www Need stylesheet for FreeBSD Subversion DAV tree f www/116479 www cvsweb+enscript formatting bugfix s www/111791 www FreeBSD website messes up while using "links" browser s www/103522 www Search interface oddity s www/91539 www FreeBSD web site renders very badly s www/73551 www [request] fix list archive 'quoted-printable' corrupti s www/51135 www Problems with the mailing-lists search interface 19 problems total. From tom at FreeBSD.org Mon Sep 5 18:50:01 2011 From: tom at FreeBSD.org (Tom Hukins) Date: Mon Sep 5 18:50:09 2011 Subject: www/160489: Update link to PowerPC installation Message-ID: <201109051753.p85HrYw8001223@muscovy.scrubhole.org> >Number: 160489 >Category: www >Synopsis: Update link to PowerPC installation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 05 18:50:00 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 8.2-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD muscovy.scrubhole.org 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #0: Wed Jun 15 14:20:45 UTC 2011 root@muscovy.scrubhole.org:/home/obj/home/src/RELENG_8_2_2011-06-15/sys/GENERIC i386 >Description: The PowerPC platform page on www.freebsd.org references an installation guide for FreeBSD 6.0. This patch changes the reference to more recent instructions as referenced from the FreeBSD PowerPC Wiki page. >How-To-Repeat: >Fix: --- www/en/platforms/ppc.sgml.orig 2011-09-05 17:47:43.000000000 +0000 +++ www/en/platforms/ppc.sgml 2011-09-05 17:48:20.000000000 +0000 @@ -66,7 +66,7 @@ available for download, for details on how to obtain these see the release announcement. Please follow instructions given - here.

    + here.

    How to use ports on FreeBSD/ppc?

    >Release-Note: >Audit-Trail: >Unformatted: From gjb at FreeBSD.org Mon Sep 5 19:04:18 2011 From: gjb at FreeBSD.org (gjb@FreeBSD.org) Date: Mon Sep 5 19:04:24 2011 Subject: www/160489: Update link to PowerPC installation Message-ID: <201109051904.p85J4HrX012646@freefall.freebsd.org> Synopsis: Update link to PowerPC installation Responsible-Changed-From-To: freebsd-www->gjb Responsible-Changed-By: gjb Responsible-Changed-When: Mon Sep 5 19:04:04 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=160489 From deuza at me.com Sat Sep 10 09:40:15 2011 From: deuza at me.com (Alain AUDEBERT aka 2A) Date: Sat Sep 10 09:40:22 2011 Subject: www/159379: Wrong links in french index Message-ID: <201109100940.p8A9eCj1086507@freefall.freebsd.org> The following reply was made to PR www/159379; it has been noted by GNATS. From: Alain AUDEBERT aka 2A To: bug-followup@FreeBSD.org Cc: Subject: Re: www/159379: Wrong links in french index Date: Sat, 10 Sep 2011 11:05:08 +0200 Go to http://www.freebsd.org/fr/ The correct address is on the right block called "Liens", you can see = the French handbook clicking by "Manuel de reference" ( = http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/index.html ) Problem is on the top frame called "Documentation" (under the banner = with new logo), search "Manuel de reference" and the wrong link is : http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ (english but = not french)= From deuza at me.com Sat Sep 10 10:00:31 2011 From: deuza at me.com (Alain AUDEBERT aka 2A) Date: Sat Sep 10 10:00:41 2011 Subject: www/159379: Wrong links in french index Message-ID: <201109101000.p8AA0V54003987@freefall.freebsd.org> The following reply was made to PR www/159379; it has been noted by GNATS. From: Alain AUDEBERT aka 2A To: bug-followup@FreeBSD.org Cc: Subject: Re: www/159379: Wrong links in french index Date: Sat, 10 Sep 2011 11:57:00 +0200 > Fix some &base;/&enbase; entities. Hmm, I don't really know the doc-proj, but it's not &frbase; in place of = &enbase; ??= From blackend at FreeBSD.org Sat Sep 10 13:20:43 2011 From: blackend at FreeBSD.org (Marc Fonvieille) Date: Sat Sep 10 13:20:49 2011 Subject: www/159379: Wrong links in french index In-Reply-To: <201109101000.p8AA0V54003987@freefall.freebsd.org> References: <201109101000.p8AA0V54003987@freefall.freebsd.org> Message-ID: <20110910132212.GB2028@emphyrio.blackend.org> On Sat, Sep 10, 2011 at 10:00:31AM +0000, Alain AUDEBERT aka 2A wrote: > The following reply was made to PR www/159379; it has been noted by GNATS. > > From: Alain AUDEBERT aka 2A > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: www/159379: Wrong links in french index > Date: Sat, 10 Sep 2011 11:57:00 +0200 > > > Fix some &base;/&enbase; entities. > > Hmm, I don't really know the doc-proj, but it's not &frbase; in place of = > &enbase; ??= It's &base; for localized version and &enbase; for main version (en_US one). -- Marc From blackend at FreeBSD.org Sat Sep 10 13:30:13 2011 From: blackend at FreeBSD.org (Marc Fonvieille) Date: Sat Sep 10 13:30:20 2011 Subject: www/159379: Wrong links in french index Message-ID: <201109101330.p8ADUDEQ002867@freefall.freebsd.org> The following reply was made to PR www/159379; it has been noted by GNATS. From: Marc Fonvieille To: Alain AUDEBERT aka 2A Cc: freebsd-www@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: www/159379: Wrong links in french index Date: Sat, 10 Sep 2011 15:22:12 +0200 On Sat, Sep 10, 2011 at 10:00:31AM +0000, Alain AUDEBERT aka 2A wrote: > The following reply was made to PR www/159379; it has been noted by GNATS. > > From: Alain AUDEBERT aka 2A > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: www/159379: Wrong links in french index > Date: Sat, 10 Sep 2011 11:57:00 +0200 > > > Fix some &base;/&enbase; entities. > > Hmm, I don't really know the doc-proj, but it's not &frbase; in place of = > &enbase; ??= It's &base; for localized version and &enbase; for main version (en_US one). -- Marc From blackend at FreeBSD.org Sat Sep 10 13:31:12 2011 From: blackend at FreeBSD.org (Marc Fonvieille) Date: Sat Sep 10 13:31:18 2011 Subject: www/159379: Wrong links in french index In-Reply-To: <201109100940.p8A9eCj1086507@freefall.freebsd.org> References: <201109100940.p8A9eCj1086507@freefall.freebsd.org> Message-ID: <20110910133242.GC2028@emphyrio.blackend.org> On Sat, Sep 10, 2011 at 09:40:12AM +0000, Alain AUDEBERT aka 2A wrote: > The following reply was made to PR www/159379; it has been noted by GNATS. > > From: Alain AUDEBERT aka 2A > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: www/159379: Wrong links in french index > Date: Sat, 10 Sep 2011 11:05:08 +0200 > > Go to http://www.freebsd.org/fr/ > > The correct address is on the right block called "Liens", you can see = > the French handbook clicking by "Manuel de reference" ( = > http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/index.html ) > > Problem is on the top frame called "Documentation" (under the banner = > with new logo), search "Manuel de reference" and the wrong link is : > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ (english but = > not french)= Damn I did not understand that :( Previous dropdown was pointing on http://www.freebsd.org/fr/doc/en_US.ISO8859-1/books/handbook/ etc. which were a 404 so I fixed them to http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ . And now I don't know why I did that :( since it should be http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/ -- Marc From blackend at FreeBSD.org Sat Sep 10 13:39:14 2011 From: blackend at FreeBSD.org (Marc Fonvieille) Date: Sat Sep 10 13:39:20 2011 Subject: www/159379: Wrong links in french index In-Reply-To: <20110910133242.GC2028@emphyrio.blackend.org> References: <201109100940.p8A9eCj1086507@freefall.freebsd.org> <20110910133242.GC2028@emphyrio.blackend.org> Message-ID: <20110910134042.GD2028@emphyrio.blackend.org> On Sat, Sep 10, 2011 at 03:32:42PM +0200, Marc Fonvieille wrote: > On Sat, Sep 10, 2011 at 09:40:12AM +0000, Alain AUDEBERT aka 2A wrote: > > The following reply was made to PR www/159379; it has been noted by GNATS. > > > > From: Alain AUDEBERT aka 2A > > To: bug-followup@FreeBSD.org > > Cc: > > Subject: Re: www/159379: Wrong links in french index > > Date: Sat, 10 Sep 2011 11:05:08 +0200 > > > > Go to http://www.freebsd.org/fr/ > > > > The correct address is on the right block called "Liens", you can see = > > the French handbook clicking by "Manuel de reference" ( = > > http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/index.html ) > > > > Problem is on the top frame called "Documentation" (under the banner = > > with new logo), search "Manuel de reference" and the wrong link is : > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ (english but = > > not french)= > > Damn I did not understand that :( > Previous dropdown was pointing on > http://www.freebsd.org/fr/doc/en_US.ISO8859-1/books/handbook/ etc. > which were a 404 so I fixed them to > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ > . And now I don't know why I did that :( since it should be > http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/ > Well, it's not too bad to point on en_US version for most of docs since french versions are too much outdated. I think I going to keep the link on french Handbook only. -- Marc From blackend at FreeBSD.org Sat Sep 10 13:40:17 2011 From: blackend at FreeBSD.org (Marc Fonvieille) Date: Sat Sep 10 13:40:27 2011 Subject: www/159379: Wrong links in french index Message-ID: <201109101340.p8ADeGuE014047@freefall.freebsd.org> The following reply was made to PR www/159379; it has been noted by GNATS. From: Marc Fonvieille To: Alain AUDEBERT aka 2A Cc: freebsd-www@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: www/159379: Wrong links in french index Date: Sat, 10 Sep 2011 15:40:42 +0200 On Sat, Sep 10, 2011 at 03:32:42PM +0200, Marc Fonvieille wrote: > On Sat, Sep 10, 2011 at 09:40:12AM +0000, Alain AUDEBERT aka 2A wrote: > > The following reply was made to PR www/159379; it has been noted by GNATS. > > > > From: Alain AUDEBERT aka 2A > > To: bug-followup@FreeBSD.org > > Cc: > > Subject: Re: www/159379: Wrong links in french index > > Date: Sat, 10 Sep 2011 11:05:08 +0200 > > > > Go to http://www.freebsd.org/fr/ > > > > The correct address is on the right block called "Liens", you can see = > > the French handbook clicking by "Manuel de reference" ( = > > http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/index.html ) > > > > Problem is on the top frame called "Documentation" (under the banner = > > with new logo), search "Manuel de reference" and the wrong link is : > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ (english but = > > not french)= > > Damn I did not understand that :( > Previous dropdown was pointing on > http://www.freebsd.org/fr/doc/en_US.ISO8859-1/books/handbook/ etc. > which were a 404 so I fixed them to > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ > . And now I don't know why I did that :( since it should be > http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/ > Well, it's not too bad to point on en_US version for most of docs since french versions are too much outdated. I think I going to keep the link on french Handbook only. -- Marc From bugmaster at FreeBSD.org Mon Sep 12 11:07:16 2011 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 12 11:10:04 2011 Subject: Current problem reports assigned to freebsd-www@FreeBSD.org Message-ID: <201109121107.p8CB7F6q005627@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o www/159664 www Add for June/July 2011: FreeBSD in top 3 reliable serv o www/159291 www Error 404 - when I try to send-pr over freebsd.org/es/ f www/158126 www We offer a freebsd installation and consulting service o www/157076 www freebsd-wireless mailing list not shown on web All Lis o www/156614 www Change log_pagesize on ViewVC (svnweb) o www/151084 www A major Bulgarian ISP which uses FreeBSD o www/150553 www [patch] update Russian "FreeBSD Community" page o www/150531 www [patch] ru/community/irc.sgml: MFen 1.2 -> 1.4 o www/150522 www [patch] ru/community/mailinglists.sgml: MFen 1.4 -> 1. o www/149446 www [patch] improve misleading title of "report a bug" o www/145917 www SVG at logo.html is broken s www/140580 www svnweb file logs are useless s www/129923 www Need stylesheet for FreeBSD Subversion DAV tree f www/116479 www cvsweb+enscript formatting bugfix s www/111791 www FreeBSD website messes up while using "links" browser s www/103522 www Search interface oddity s www/91539 www FreeBSD web site renders very badly s www/73551 www [request] fix list archive 'quoted-printable' corrupti s www/51135 www Problems with the mailing-lists search interface 19 problems total. From shivaram.u at quadstor.com Tue Sep 13 08:20:08 2011 From: shivaram.u at quadstor.com (Shivaram Upadhyayula) Date: Tue Sep 13 08:20:14 2011 Subject: www/160699: Inclusion of QUADSstor Systems under "Commercial Vendors" -> Software Message-ID: <201109130818.p8D8I4lg036366@red.freebsd.org> >Number: 160699 >Category: www >Synopsis: Inclusion of QUADSstor Systems under "Commercial Vendors" -> Software >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 13 08:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Shivaram Upadhyayula >Release: >Organization: QUADStor Systems >Environment: >Description: Kindly consider this as a request to include QUADStor Systems in the list of Commericial Vendors for Software. Ideally the category should be "Storage" but there isnt' any on the website. A brief introduction of the company is as follows "QUADStor Systems provides storage virtualization and data deduplication products for FreeBSD and Linux. Benefits of QUADStor storage virtualization include data deduplication, data compression, easy management etc. The best thing is that QUADStor products are free for non-commercial use." For more information visit http://www.quadstor.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From jkois at FreeBSD.org Tue Sep 13 11:10:00 2011 From: jkois at FreeBSD.org (jkois@FreeBSD.org) Date: Tue Sep 13 11:10:06 2011 Subject: www/160699: Inclusion of QUADSstor Systems under "Commercial Vendors" -> Software Message-ID: <201109131110.p8DBA0wu075941@freefall.freebsd.org> Synopsis: Inclusion of QUADSstor Systems under "Commercial Vendors" -> Software Responsible-Changed-From-To: freebsd-www->jkois Responsible-Changed-By: jkois Responsible-Changed-When: Tue Sep 13 11:09:36 UTC 2011 Responsible-Changed-Why: Take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=160699 From salgau.catalin at gmail.com Wed Sep 14 18:26:29 2011 From: salgau.catalin at gmail.com (Catalin Salgau) Date: Wed Sep 14 18:26:35 2011 Subject: mailman bug Message-ID: received when trying to cancel a request. I noticed that the error shows the system is pretty outdated. while I'm sure it's running fine, you could probably censor some of that stuff from endusers. -------------- next part -------------- Bug in Mailman version 2.1.5 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (most recent call last): File "/usr/local/mailman/scripts/driver", line 87, in run_main main() File "/usr/local/mailman/Mailman/Cgi/confirm.py", line 114, in main subscription_cancel(mlist, doc, cookie) File "/usr/local/mailman/Mailman/Cgi/confirm.py", line 312, in subscription_cancel userdesc = mlist.pend_confirm(cookie)[1] File "/usr/local/mailman/Mailman/Pending.py", line 141, in pend_confirm assert self.Locked() AssertionError Python information: Variable Value sys.version 2.4.2 (#2, Mar 12 2006, 05:29:30) [GCC 3.4.4 [FreeBSD] 20050518] sys.executable /usr/local/bin/python sys.prefix /usr/local sys.exec_prefix /usr/local sys.path /usr/local sys.platform freebsd6 Environment variables: Variable Value HTTP_REFERER http://lists.freebsd.org/mailman/confirm/soc-status/0727521a6056c162e3111731b4e36217b582cb85 SERVER_SOFTWARE Apache/1.3.x Sausalito (Unix) SCRIPT_NAME /mailman/confirm SERVER_SIGNATURE REQUEST_METHOD POST PATH_INFO /soc-status SERVER_PROTOCOL HTTP/1.1 QUERY_STRING CONTENT_LENGTH 137 HTTP_USER_AGENT Opera/9.80 (Windows NT 6.1; U; Edition Next; en) Presto/2.9.205 Version/12.00 HTTP_COOKIE __utma=1.1193767286.1314206722.1314206722.1314585157.2; __utmz=1.1314585157.2.2.utmcsr=google.com|utmccn=(referral)|utmcmd=referral|utmcct=/reader/view/; __utmv=1.|5=Real%20Operating%20System=Win32=1 SERVER_NAME hub.freebsd.org REMOTE_ADDR 69.147.83.39 PATH_TRANSLATED /usr/local/www/data/soc-status SERVER_PORT 80 SERVER_ADDR 69.147.83.54 DOCUMENT_ROOT /usr/local/www/data PYTHONPATH /usr/local/mailman SCRIPT_FILENAME /g/mailman/cgi-bin/confirm SERVER_ADMIN www@freebsd.org SCRIPT_URI http://hub.freebsd.org/mailman/confirm/soc-status HTTP_HOST lists.freebsd.org SCRIPT_URL /mailman/confirm/soc-status HTTP_X_VARNISH 1883205183 REQUEST_URI /mailman/confirm/soc-status HTTP_ACCEPT text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1 GATEWAY_INTERFACE CGI/1.1 HTTP_X_FORWARDED_FOR 81.181.91.206 REMOTE_PORT 52421 HTTP_ACCEPT_LANGUAGE en-US,en;q=0.9 CONTENT_TYPE application/x-www-form-urlencoded HTTP_ACCEPT_ENCODING gzip UNIQUE_ID TnDgmUWTUzYAAJnTopc From bugmaster at FreeBSD.org Mon Sep 19 11:07:19 2011 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 19 11:10:23 2011 Subject: Current problem reports assigned to freebsd-www@FreeBSD.org Message-ID: <201109191107.p8JB7Inr073690@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o www/159664 www Add for June/July 2011: FreeBSD in top 3 reliable serv o www/159291 www Error 404 - when I try to send-pr over freebsd.org/es/ f www/158126 www We offer a freebsd installation and consulting service o www/157076 www freebsd-wireless mailing list not shown on web All Lis o www/156614 www Change log_pagesize on ViewVC (svnweb) o www/151084 www A major Bulgarian ISP which uses FreeBSD o www/150553 www [patch] update Russian "FreeBSD Community" page o www/150531 www [patch] ru/community/irc.sgml: MFen 1.2 -> 1.4 o www/150522 www [patch] ru/community/mailinglists.sgml: MFen 1.4 -> 1. o www/149446 www [patch] improve misleading title of "report a bug" o www/145917 www SVG at logo.html is broken s www/140580 www svnweb file logs are useless s www/129923 www Need stylesheet for FreeBSD Subversion DAV tree f www/116479 www cvsweb+enscript formatting bugfix s www/111791 www FreeBSD website messes up while using "links" browser s www/103522 www Search interface oddity s www/91539 www FreeBSD web site renders very badly s www/73551 www [request] fix list archive 'quoted-printable' corrupti s www/51135 www Problems with the mailing-lists search interface 19 problems total. From jshupe at osre.org Sun Sep 25 08:50:14 2011 From: jshupe at osre.org (James Shupe) Date: Sun Sep 25 08:50:20 2011 Subject: www/161008: Change number to toll free number Message-ID: <201109250844.p8P8i0C3036089@red.freebsd.org> >Number: 161008 >Category: www >Synopsis: Change number to toll free number >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 25 08:50:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: James Shupe >Release: 8.1 >Organization: OSRE >Environment: N/A >Description: I would like to have the number changed to our toll-free number at http://www.freebsd.org/commercial/consult.html#osre. The number 1.866.235.1288 should replace the number 1.903.704.4310. Also, could you please change the wording from "call us under" to "call us toll-free at"? Thanks, James Shupe >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From gjb at FreeBSD.org Sun Sep 25 19:12:20 2011 From: gjb at FreeBSD.org (gjb@FreeBSD.org) Date: Sun Sep 25 19:12:26 2011 Subject: www/161008: Change number to toll free number Message-ID: <201109251912.p8PJCKqw073745@freefall.freebsd.org> Synopsis: Change number to toll free number State-Changed-From-To: open->closed State-Changed-By: gjb State-Changed-When: Sun Sep 25 19:11:48 UTC 2011 State-Changed-Why: Over to me. Responsible-Changed-From-To: freebsd-www->gjb Responsible-Changed-By: gjb Responsible-Changed-When: Sun Sep 25 19:11:48 UTC 2011 Responsible-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=161008 From bugmaster at FreeBSD.org Mon Sep 26 11:07:15 2011 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 26 11:10:15 2011 Subject: Current problem reports assigned to freebsd-www@FreeBSD.org Message-ID: <201109261107.p8QB7FRe088335@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o www/159664 www Add for June/July 2011: FreeBSD in top 3 reliable serv o www/159291 www Error 404 - when I try to send-pr over freebsd.org/es/ f www/158126 www We offer a freebsd installation and consulting service o www/157076 www freebsd-wireless mailing list not shown on web All Lis o www/156614 www Change log_pagesize on ViewVC (svnweb) o www/151084 www A major Bulgarian ISP which uses FreeBSD o www/150553 www [patch] update Russian "FreeBSD Community" page o www/150531 www [patch] ru/community/irc.sgml: MFen 1.2 -> 1.4 o www/150522 www [patch] ru/community/mailinglists.sgml: MFen 1.4 -> 1. o www/149446 www [patch] improve misleading title of "report a bug" o www/145917 www SVG at logo.html is broken s www/140580 www svnweb file logs are useless s www/129923 www Need stylesheet for FreeBSD Subversion DAV tree f www/116479 www cvsweb+enscript formatting bugfix s www/111791 www FreeBSD website messes up while using "links" browser s www/103522 www Search interface oddity s www/91539 www FreeBSD web site renders very badly s www/73551 www [request] fix list archive 'quoted-printable' corrupti s www/51135 www Problems with the mailing-lists search interface 19 problems total. From gjb at glenbarber.us Tue Sep 27 18:00:28 2011 From: gjb at glenbarber.us (Glen Barber) Date: Tue Sep 27 18:00:42 2011 Subject: FreeBSD web build failed on red.freebsd.org In-Reply-To: <201109271722.p8RHMqfN029755@red.freebsd.org> References: <201109271722.p8RHMqfN029755@red.freebsd.org> Message-ID: <3a65cca3-d7e1-4509-b1da-95514683bfec@email.android.com> FYI, I've been looking at this in my spare cycles, but not sure what the problem is yet (can't reproduce it...). Glen -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. From gjb at FreeBSD.org Tue Sep 27 19:14:07 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Tue Sep 27 19:14:13 2011 Subject: FreeBSD web build failed on red.freebsd.org In-Reply-To: <3a65cca3-d7e1-4509-b1da-95514683bfec@email.android.com> References: <201109271722.p8RHMqfN029755@red.freebsd.org> <3a65cca3-d7e1-4509-b1da-95514683bfec@email.android.com> Message-ID: <20110927191406.GA14495@glenbarber.us> This should be fixed now. Glen Glen Barber wrote: > FYI, I've been looking at this in my spare cycles, but not sure what the problem is yet (can't reproduce it...). > > Glen > > -- > Sent from my Android phone with K-9 Mail. Please excuse my brevity. > -- Glen Barber | gjb@FreeBSD.org FreeBSD Documentation Project From gjb at FreeBSD.org Wed Sep 28 01:51:22 2011 From: gjb at FreeBSD.org (Glen Barber) Date: Wed Sep 28 01:51:28 2011 Subject: FreeBSD web build failed on red.freebsd.org In-Reply-To: <201109280122.p8S1MrCL069493@red.freebsd.org> References: <201109280122.p8S1MrCL069493@red.freebsd.org> Message-ID: <4E827D98.8070204@FreeBSD.org> *sigh* dougb just committed a s/INDEX-6/INDEX-8/ fix to: ports/Tools/scripts/modules/Makefile Thanks, Doug. If this doesn't fix the build, pointy-hat to me. I just don't see anywhere else build-related INDEX-6 is being used. Glen On 9/27/11 9:22 PM, World Wide Web Owner wrote: > /w/www/build/www/en/doc/faq -> /w/www/build/www/en/doc/en_US.ISO8859-1/books/faq > /w/www/build/www/en/doc/handbook -> /w/www/build/www/en/doc/en_US.ISO8859-1/books/handbook > /w/www/build/www/en/doc/en -> /w/www/build/www/en/doc/en_US.ISO8859-1 > ===> ports > make: don't know how to make /usr/local/www/ports/INDEX-6. Stop > *** Error code 2 > > Stop in /w/www/build/www/en. > 107.09 real 49.95 user 22.29 sys -- Glen Barber | gjb@FreeBSD.org FreeBSD Documentation Project From talbright at pcphonehome.com Wed Sep 28 07:46:39 2011 From: talbright at pcphonehome.com (Tim Albright) Date: Wed Sep 28 07:46:46 2011 Subject: Laptop Theft in South Africa at All Time High - Software Tracks & Recovers Lost & Stolen Computers Message-ID: Greetings, Our award PC PhoneHome and MacPhoneHome is the NUMBER ONE stand-alone computer tracking and recovery software in the world to both the Windows and Mac communities! We are currently protecting over 1,500,000 computers worldwide. Unlike OTHER computer tracking products, PC PhoneHome and MacPhoneHome contain NO SPYWARE to invade your privacy... Every time a PC PhoneHome or MacPhoneHome protected computer makes an Internet connection, it sends a stealth email message containing its exact location to a pre-determined email address of the user's choice and to our Worldwide Command Center. In the event your computer goes missing, all you need to do is make a police report and contact us. We do the rest. Your missing computer is returned to you with the help of our recovery agents, local police services and global ISPs. Our lost & stolen computer recovery rate is over 99% worldwide! The SINGLE COPY version of PC PhoneHome and MacPhoneHome normally retail for $29.95 each. Our new Family/Household license which costs a one time fee of $79.95 USD allows the user to install PC PhoneHome and/or MacPhoneHome on as many computers in the household as is necessary, even the ones your kids may have away at college! You have 5-8-12 computers? No Problem! Our Family Household license protects them all! Only $79.95! No yearly monitoring fees. No hidden costs. No additional charges! We still provide full location and recovery service. This is the BEST deal in the industry! Our 2011 Special Bundle Deals will save you a BUNDLE of money! You can mix any combination of PC PhoneHome and/or MacPhoneHome in your deal! Please visit: http://www.brigadoonsoftware.com/purchase.html today to purchase and download your copy of PC PhoneHome/MacPhoneHome. Ask for a price quote on our CUSTOM BLANKET ENTERPRISE LICENSE for LARGE SCALE DEPLOYMENT to HUNDREDS or THOUSANDS of computers! Whether you're trying to protect one hundred computers or twenty thousand we have the right license plan for you. We will soon be releasing PhoneHome protection for iPods, iPhones and the NEW iPad... Version 4.0 will offer our users multi-lingual installation and documentation in English, Spanish, Portuguese, Italian, French and German language. Version 4.0 will OPTIONALLY snap the picture of whoever is sitting at the computer and send you a picture of the thief if your computer is lost or stolen as well as offer PhoneHome protection for your iPod, iPhone and iPad! Reseller Inquires are Invited! Information on our product line is available for download directly from our web site at: http://www.brigadoonsoftware.com If you are interested in finding out more or have any additional questions about our single copy, bundle deal or Enterprise license program, please feel free to contact me personally at 1-845-624-0909. Best Regards, Tim Albright VP - Sales Brigadoon Software, Inc. 119 Rockland Center Suite 250 Nanuet, New York 10954 USA Tel: +1-845-624-0909 Fax: +1-845-624-0990 Email: talbright@brigadoonsoftware.com Web: http://www.brigadoonsoftware.com To be excluded from future emails, please type "Remove" in the subject line and reply to this message. Please include all email aliases you are using. From info at abizworld.com Thu Sep 29 23:36:28 2011 From: info at abizworld.com (ABIZWORLD) Date: Thu Sep 29 23:36:34 2011 Subject: The Company Network. Find new business partners. It's free. Message-ID: [3D"cid:c3BhY2VyLXRvcC5qcGc$4541926$550145@abiz=] [3D"cid:bGluZS1icmVhay5qcGc$4541924$506051@abizworld"] ABIZWORLD The first business networkJoin us. It's free. [1]ww [3D"cid:bGluZS1ic=] 3D"image [3D"cid:c3Bh=] ABIZWORLD - Join a world of opportuniti - Join a world of bu - Fill you page with photos and all about your business - Find new business partners all over the world. - Connect to r - Share your news with your par - In English - En Fran?ais - [3D"cid:bGluZS1ic=] [2]Check these new members on ABIZWORLD.COM [3D"cid:bGluZS1icmVhay5qcGc$4541924$506051@abizworld"] 3D"img2" My Harbours - Italy My harbours is a sta guide for iPhone and iPad to develop guides for all Europ 3D"img3" C.B. Marble Works - India C.B. Marble Work carvings, crafted handicraft pro different kinds of marble. C.B. Marble table accessories, and decorative products. 3D"img4" Shah Meeran Enterprises - Pakistan Shah Meeran Enterpri apparel & textile apparel & mot Sialkot-Pakistan. "We have our own manufacturing produce the following items: Biker Leather Jacket Biker Leath Chaps Biker Leather Vest Motorbike Leather Jacket & Pants Fashion Leath 3D"img5" Sunpack - Xutian Packing Machine C Xutian Packing Machi machine for more than ten years with highly quality and competitive price machine, carton sealing machine and many more [3D"cid:bGluZS1ic=] ABIZWORLD Advertising Campaign [3D"cid:bGluZS1icmVhay5qcGc$45419=] Promote your business Reach thousands of b Advertising Campaign is th Tell us your target and ask us for together the best strategy to improve your activ [3]ads@abizworld 3D"img6" [3D"cid:bGluZS1ic=] If you want to unsubscribe from our newsletter Click here and write cancel [3D"cid:c3Bh=] References 1. 3D"http://www.abizworld.com"/ 2. 3D"http://www.abizworld=/ 3. 3D"mailto:ads@abizworld.com" From jakub_lach at mailplus.pl Fri Sep 30 08:39:10 2011 From: jakub_lach at mailplus.pl (Jakub Lach) Date: Fri Sep 30 08:39:16 2011 Subject: www/157076: freebsd-wireless mailing list not shown on web All Lists page In-Reply-To: <201106071520.p57FK9IS028458@freefall.freebsd.org> References: <201105152155.p4FLtiLE031089@red.freebsd.org> <201106071520.p57FK9IS028458@freefall.freebsd.org> Message-ID: <1317370903039-4856238.post@n5.nabble.com> And that's why newer lists are missing from indexing services like Nabble I suppose. -- View this message in context: http://freebsd.1045724.n5.nabble.com/www-157076-freebsd-wireless-mailing-list-not-shown-on-web-All-Lists-page-tp4398643p4856238.html Sent from the freebsd-www mailing list archive at Nabble.com. From svs at ropnet.ru Fri Sep 30 21:20:09 2011 From: svs at ropnet.ru (Sergey Svishchev) Date: Fri Sep 30 21:20:16 2011 Subject: www/161174: Make http://www.freebsd.org/cgi/search.cgi search GNATS too Message-ID: <201109302111.p8ULBCii014627@red.freebsd.org> >Number: 161174 >Category: www >Synopsis: Make http://www.freebsd.org/cgi/search.cgi search GNATS too >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 30 21:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sergey Svishchev >Release: >Organization: >Environment: >Description: >How-To-Repeat: Enter a PR number into search box, get lots of irrelevant results. >Fix: Recognize "category/NNNN" in http://www.freebsd.org/cgi/search.cgi and redirect to http://www.freebsd.org/cgi/query-pr.cgi >Release-Note: >Audit-Trail: >Unformatted: