Preguntas Más Frecuentes De Freebsd 2.X, 3.X Y 4.X

Total Page:16

File Type:pdf, Size:1020Kb

Preguntas Más Frecuentes De Freebsd 2.X, 3.X Y 4.X Preguntas más frecuentes de FreeBSD 2.X, 3.X y 4.X Proyecto de documentacion de FreeBSD Preguntas más frecuentes de FreeBSD 2.X, 3.X y 4.X por Proyecto de documentacion de FreeBSD Publicado $FreeBSD: doc/es_ES.ISO8859-1/books/faq/book.sgml,v 1.16 2001/08/05 19:50:03 jesusr Exp $ Copyright © 1995, 1996, 1997, 1998, 1999, 2000, 2001 por The FreeBSD Documentation Project Ésta es la FAQ de FreeBSD versión 2.X, 3.X y 4.X Todas las secciones están dirigidas a FreeBSD 2.0.5 y superiores. Los capítulos con <XXX> están bajo construcción. Si estás interesado en colaborar en este proyecto, envía un e-mail a la lista de distribución del proyecto de documentación de FreeBSD (en inglés) Lista del proyecto de documentación de FreeBSD <[email protected]> o a la dirección [email protected] (mailto:[email protected]) en castellano. La última versión de este documento está siempre disponible en el Mirror español de FreeBSD (http://www.es.FreeBSD.org/es/). Puede obtenerse como un único archivo en formato HTML (book.html) vía HTTP o en formato texto, postscript o PDF desde el servidor FTP de FreeBSD (ftp://ftp.FreeBSD.org/pub/FreeBSD/doc). También se pueden hacer búsquedas en las FAQ (http://www.FreeBSD.org/search/search.html). La redistribución y uso en fuente (SGML DocBook) y formatos ’compilados’ (SGML, HTML, PDF, PostScript, RTF y cualquier otro) con o sin modificación, esta permitida siempre y cuando se cumplan las siguientes condiciones: 1. La redistribución del código fuente (SGML DocBook) debe contener esta información de copyright, esta lista de condiciones y el siguiente texto como las primeras líneas del fichero sin modificar. 2. La redistribución en formatos compilados (transformado a otros DTDs, convertidos a PDF, PostScript, RTF y otros formatos) debe reproducir el siguiente texto de copyright, esta lista de condiciones y el siguiente texto en la documentación y/u otros materiales entregados con la distribución. Importante: THIS DOCUMENTATION IS PROVIDED BY THE FREEBSD DOCUMENTATION PROJECT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FREEBSD DOCUMENTATION PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Tabla de contenidos 1. Introducción ..............................................................................................................................................................4 2. Instalación..................................................................................................................................................................1 3. Compatibilidad hardware ......................................................................................................................................13 4. Problemas ................................................................................................................................................................25 5. Aplicaciones Comerciales.......................................................................................................................................32 6. Aplicaciones de usuario ..........................................................................................................................................36 7. Configuración del Kernel .......................................................................................................................................39 8. Administración de sistema .....................................................................................................................................42 9. El sistema X Windows y las consolas virtuales ....................................................................................................61 10. Networking ............................................................................................................................................................70 11. PPP .........................................................................................................................................................................77 12. Comunicaciones serie............................................................................................................................................92 13. Preguntas varias..................................................................................................................................................102 14. Sólo para hackers serios de FreeBSD................................................................................................................106 15. AGRADECIMIENTOS ......................................................................................................................................116 3 Capítulo 1. Introducción ¡Bienvenido a la FAQ de FreeBSD 2.X-4.X! Como es habitual con las FAQ de los grupos de noticias (USENET), este documento pretende abarcar las preguntas más frecuentes referentes al sistema operativo FreeBSD (¡y por supuesto contestarlas!). Pensadas en un principio para reducir el tráfico y evitar que se hagan las mismas preguntas una y otra vez, las FAQ se han convertido en un valorado recurso de obtención de información. Todo el esfuerzo se ha hecho en intentar que esta FAQ sea lo más informativa posible; si tienes cualquier comentario o sugerencia, por favor, envía un mail a FAQ maintainer (mailto:[email protected]). 1. ¿Qué es FreeBSD? De manera resumida, FreeBSD 2.X es un sistema operativo UNIX indirectamente basado en el port de Net/2 para i386 de Berkeley (conocido como 386BSD) realizado por William Jolitz’s. Una descripción más detallada de FreeBSD y de cómo puede trabajar, se encuentra en FreeBSD home page (http://www.FreeBSD.org/).**** FreeBSD es usado por compañías, proveedores de Internet, profesionales de la informática, estudiantes y usuarios particulares de todo el mundo en su trabajo, educación y ocio. Puedes ver a algunos de ellos en FreeBSD Gallery. (http://www.FreeBSD.org/gallery.html) Para información más detallada sobre FreeBSD, por favor mira en FreeBSD Handbook. (../../handbook/index.html) 2. ¿Cuál es el objetivo de FreeBSD? El objetivo del Proyecto FreeBSD es proveer software que pueda ser usado en todos los ámbitos sin ningún tipo de atadura. Muchos de nosotros estamos significativamente involucrados en el desarrollo del código (y del proyecto) y no sería cierto decir que no esperábamos o esperamos algún tipo de financiación, pero definitivamente no estamos preparados para insistir en ello. Creemos que nuestra primera y principal “misión” es proporcionar el código libre- mente, y en cualquier ámbito, para que el código se difunda lo más posible y genere los mayores beneficios. Esto es, creemos en uno de los objetivos fundamentales del Software Libre y lo apoyamos de manera incondicional. El código fuente de los programas registrados bajo la GNU General Public License (GPL) o la GNU Library General Public License (LGPL), se proporciona bajo las condiciones fijadas por esas licencias. Debido a complicaciones adicionales en el uso comercial de Software GPL, intentamos reemplazar ese software por otros registrados bajo el copyright BSD, menos estricto y más permisivo. 3. ¿Por qué se llama FreeBSD? • Este sistema debe ser usado libremente, sin coste alguno incluso para fines comerciales. 4 Capítulo 1. Introducción • El código fuente completo del sistema operativo es de libre distribución, y se han establecido el menor número posible de restricciones para su uso, distribución e incorporación a otras aplicaciones (comerciales o no). • Cualquier persona que tenga alguna sugerencia de mejora y/o “parche” de algún “bug”, es libre de enviar el código y que éste sea añadido al código fuente de la distribución original (sujeto a una o dos condiciones obvias). Para todos nuestros lectores cuyo primer lenguaje no sea el inglés, aclaremos que la palabra “free” es usada en dos sentidos, uno significando “sin coste” y el otro “puedes hacer lo que quieras”. Aparte de una o dos cosas que no puedes hacer con el código de FreeBSD, por ejemplo decir que lo has escrito, realmente puedes hacer lo que quieras con él. 4. ¿Cuál es la última versión de FreeBSD? La versión 3.4R (ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/3.4-RELEASE) es la última -stable; fue declarada definitiva (a partir de ahora “release”) en Diciembre de 1999. Brevemente explicado, -stable está dirigido a proveedores de Internet y otros usuarios corporativos que quieren estabilidad y una sucesión tranquila en los cambios y actualizaciones a las nuevas versiones y sus mejoras. Sólo debes usar la rama -current si estás seguro de estar preparado para su mayor “volatilidad” (relativa a -stable). Las versiones Release se hacen cada varios meses. Aunque mucha gente mantiene más al día los fuentes de FreeBSD (lee las preguntas en FreeBSD-current y FreeBSD-stable, ello está pensado para gente que se considere preparada para seguir el desarrollo continuo del código fuente. 5. ¿Qué es FreeBSD-current? FreeBSD-current (../../handbook/cutting-edge.html#CURRENT) es la versión de desarrollo del sistema
Recommended publications
  • Name Synopsis Description
    UTMP(5) Linux Programmer’sManual UTMP(5) NAME utmp, wtmp − login records SYNOPSIS #include <utmp.h> DESCRIPTION The utmp file allows one to discoverinformation about who is currently using the system. There may be more users currently using the system, because not all programs use utmp logging. Warning: utmp must not be writable by the user class "other", because manysystem programs (foolishly) depend on its integrity.You risk faked system logfiles and modifications of system files if you leave utmp writable to anyuser other than the owner and group owner of the file. The file is a sequence of utmp structures, declared as follows in <utmp.h> (note that this is only one of sev- eral definitions around; details depend on the version of libc): /* Values for ut_type field, below */ #define EMPTY 0/*Record does not contain valid info (formerly known as UT_UNKNOWN on Linux) */ #define RUN_LVL 1/*Change in system run-level (see init(8)) */ #define BOOT_TIME 2/*Time of system boot (in ut_tv)*/ #define NEW_TIME 3/*Time after system clock change (in ut_tv)*/ #define OLD_TIME 4/*Time before system clock change (in ut_tv)*/ #define INIT_PROCESS 5/*Process spawned by init(8) */ #define LOGIN_PROCESS 6 /* Session leader process for user login */ #define USER_PROCESS 7/*Normal process */ #define DEAD_PROCESS 8/*Terminated process */ #define ACCOUNTING 9/*Not implemented */ #define UT_LINESIZE 32 #define UT_NAMESIZE 32 #define UT_HOSTSIZE 256 struct exit_status { /* Type for ut_exit, below */ short int e_termination; /* Process termination status */ short int
    [Show full text]
  • Filesystem Hierarchy Standard
    Filesystem Hierarchy Standard LSB Workgroup, The Linux Foundation Filesystem Hierarchy Standard LSB Workgroup, The Linux Foundation Version 3.0 Publication date March 19, 2015 Copyright © 2015 The Linux Foundation Copyright © 1994-2004 Daniel Quinlan Copyright © 2001-2004 Paul 'Rusty' Russell Copyright © 2003-2004 Christopher Yeoh Abstract This standard consists of a set of requirements and guidelines for file and directory placement under UNIX-like operating systems. The guidelines are intended to support interoperability of applications, system administration tools, development tools, and scripts as well as greater uniformity of documentation for these systems. All trademarks and copyrights are owned by their owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Permission is granted to make and distribute verbatim copies of this standard provided the copyright and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this standard under the conditions for verbatim copying, provided also that the title page is labeled as modified including a reference to the original standard, provided that information on retrieving the original standard is included, and provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this standard into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the copyright holder. Dedication This release is dedicated to the memory of Christopher Yeoh, a long-time friend and colleague, and one of the original editors of the FHS.
    [Show full text]
  • The Netbsd Project
    The NetBSD Project Introducción a NetBSD Julio M. Merino Vidal <[email protected]> iParty 8 22 de abril de 2006 Contenido NetBSD vs. Linux. Un poco de historia. Objetivos. Política de versiones. pkgsrc. Cómo obtener NetBSD. Dónde obtener ayuda. Cómo reportar fallos. NetBSD vs. GNU/Linux Sistema completo. Núcleo = Linux. Basado en 4.4BSD. Aplicaciones de GNU. Licencia BSD. Escrito desde cero. Licencia GPL. Un poco de historia (1/4) Fork de 4.3BSD Networking/2: 386BSD. Motivo: Frustración en la integración de parches. Un poco de historia (2/4) 386BSD deriva en: NetBSD (portabilidad) FreeBSD (i386) Primera versión: NetBSD 0.8 20 de abril de 1993 Un poco de historia (3/4) Integración de las mejoras en 4.4BSD (Lite). NetBSD 1.0 ve la luz 26 de octubre de 1994. Un poco de historia (4/4) Últimas versiones: NetBSD 2.0.3, 31 de octubre de 2005. NetBSD 2.1, 2 de noviembre de 2005. NetBSD 3.0, 23 de diciembre de 2005. Objetivos (1/5) Diseño correcto: Posiblemente el objetivo más importante. Ejemplo: abstracción del acceso al bus del sistema. “It doesn't work unless it's right”. Completitud del sistema: Protocolos de red. Utilidades de desarrollo. Sistema de paquetes. Objetivos (2/5) Estabilidad: Sistema usado en producción. Rapidez: Plataformas antiguas vs. nuevas. Micro vs. macro-optimizaciones. Objetivos (3/5) Libre distribución: Uso de la licencia BSD. Algunas herramientas añadidas son GPL. Transportable: División MI/MD. Ejemplo: fxp(4) funciona sobre alpha, i386, macppc, etc. 40 arquitecturas soportadas. Objetivos (4/5) Interoperable: Emulación binaria: Linux, FreeBSD, Solaris, etc.
    [Show full text]
  • UNIX Logs Agent User.S Guide
    IBM Tivoli Monitoring Version 6.2.3 Fix Pack 1 UNIX Logs Agent User’s Guide SC32-9471-05 IBM Tivoli Monitoring Version 6.2.3 Fix Pack 1 UNIX Logs Agent User’s Guide SC32-9471-05 Note Before using this information and the product it supports, read the information in “Notices” on page 99. This edition applies to version 6.2.3 Fix Pack 1 of the IBM Tivoli Monitoring: UNIX Logs Agent (5724-C04) and to all subsequent releases and modifications until otherwise indicated in new editions. © Copyright IBM Corporation 2005, 2012. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Tables ...............v HACMP_join_standby situation ......32 HACMP_network_down situation ......32 Chapter 1. Overview of the Monitoring HACMP_network_down_complete situation . 32 Agent for UNIX Logs .........1 HACMP_network_up situation .......32 HACMP_network_up_complete situation . 32 IBM Tivoli Monitoring overview........1 HACMP_node_down situation .......33 Features of the Monitoring Agent for UNIX Logs . 1 HACMP_node_down_complete situation . 33 New in this release ............2 HACMP_node_down_local situation .....33 Monitoring Agent for UNIX Logs components . 2 HACMP_node_down_local_complete situation . 33 User interface options ...........3 HACMP_node_down_remote situation ....33 HACMP_node_down_rmt_complete situation . 34 Chapter 2. Requirements and HACMP_node_up situation ........34 configuration for the monitoring agent . 5 HACMP_node_up_complete situation ....34 Requirements for the monitoring agent .....6 HACMP_node_up_local situation ......34 Monitoring syslog files on certain AIX 5.3 systems. 8 HACMP_node_up_local_complete situation . 34 Specifying the log files to monitor .......8 HACMP_node_up_remote situation .....35 Customer configuration file ........8 HACMP_node_up_remote_complete situation . 35 Customer configuration file format ......9 HACMP_release_service_addr situation ....35 Syslog daemon configuration file ......10 HACMP_release_takeover_addr situation .
    [Show full text]
  • The Complete Freebsd
    The Complete FreeBSD® If you find errors in this book, please report them to Greg Lehey <grog@Free- BSD.org> for inclusion in the errata list. The Complete FreeBSD® Fourth Edition Tenth anniversary version, 24 February 2006 Greg Lehey The Complete FreeBSD® by Greg Lehey <[email protected]> Copyright © 1996, 1997, 1999, 2002, 2003, 2006 by Greg Lehey. This book is licensed under the Creative Commons “Attribution-NonCommercial-ShareAlike 2.5” license. The full text is located at http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode. You are free: • to copy, distribute, display, and perform the work • to make derivative works under the following conditions: • Attribution. You must attribute the work in the manner specified by the author or licensor. • Noncommercial. You may not use this work for commercial purposes. This clause is modified from the original by the provision: You may use this book for commercial purposes if you pay me the sum of USD 20 per copy printed (whether sold or not). You must also agree to allow inspection of printing records and other material necessary to confirm the royalty sums. The purpose of this clause is to make it attractive to negotiate sensible royalties before printing. • Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. • For any reuse or distribution, you must make clear to others the license terms of this work. • Any of these conditions can be waived if you get permission from the copyright holder. Your fair use and other rights are in no way affected by the above.
    [Show full text]
  • Linux Standard Base Core Specification 2.0.1
    Linux Standard Base Core Specification 2.0 .1 Linux Standard Base Core Specification 2.0 .1 Copyright © 2004 Free Standards Group Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". Portions of the text are copyrighted by the following parties: • The Regents of the University of California • Free Software Foundation • Ian F. Darwin • Paul Vixie • BSDI (now Wind River) • Andrew G Morgan • Jean-loup Gailly and Mark Adler • Massachusetts Institute of Technology These excerpts are being used in accordance with their respective licenses. Linux is a trademark of Linus Torvalds. UNIX a registered trademark of the Open Group in the United States and other countries. LSB is a trademark of the Free Standards Group in the USA and other countries. AMD is a trademark of Advanced Micro Devices, Inc. Intel and Itanium are registered trademarks and Intel386 is a trademarks of Intel Corporation. OpenGL is a registered trademark of Silicon Graphics, Inc. Specification Introduction Specification Introduction Table of Contents Foreword .......................................................................................................................................................................i Introduction ...............................................................................................................................................................
    [Show full text]
  • Introducing Openbsd 'S New Httpd
    Introducing OpenBSD 's new httpd Reyk Floeter ([email protected]) March 2015 Abstract In the beginning Theo de Raadt created OpenBSD and in the early days of the project, the Apache web OpenBSD includes a brand new web server that was server got imported. And Apache was not in a good started just two weeks before the 5.6[11] release was shape, and almost void; and it had many dark parts finished. Work is in active progress and significant in the deeps of the source code. And there were some improvements have been done since its initial ap- efforts to clean it up, to bring some light; Henning pearance. But why do we need another web server? Brauer did it, and it was good. And the source code This paper is about the history, design and imple- was divided and much unused code was removed from mentation of the new httpd(8). About 17 years ago, the base system. And this new web server became OpenBSD first imported the Apache[8] web server into known as OpenBSD's Apache, which was different to its base system. It got cleaned up and improved and but based on Apache 1.3. This is how the first web patched to drop privileges and to chroot itself by de- server appeared in OpenBSD. fault. But years of struggle with the growing codebase, upstream, and the inacceptable disaster of Apache 2 left OpenBSD with an unintended fork of the ageing Apache 1.3.29 for many years. When nginx[10] came up, it promised a much better alternative of a popular, modern web server with a suitable BSD license and a superior design.
    [Show full text]
  • The Design of the Openbsd Cryptographic Framework
    The Design of the OpenBSD Cryptographic Framework Angelos D. Keromytis Jason L. Wright Theo de Raadt Columbia University OpenBSD Project OpenBSD Project [email protected] [email protected] [email protected] Abstract the design of these systems is intended to impede sim- ple, brute-force, computational attacks. This complexity drives the belief that strong security is fundamentally in- Cryptographic transformations are a fundamental build- imical to good performance. ing block in many security applications and protocols. To improve performance, several vendors market hard- This belief has led to the common predilection to avoid ware accelerator cards. However, until now no operating cryptography in favor of performance [22]. However, system provided a mechanism that allowed both uniform the foundation for this belief is often software imple- and efficient use of this new type of resource. mentation [8] of algorithms intended for efficient hard- ware implementation. To address this issue, vendors We present the OpenBSD Cryptographic Framework have been marketing hardware cryptographic acceler- (OCF), a service virtualization layer implemented in- ators that implement several cryptographic algorithms side the kernel, that provides uniform access to accel- used by security protocols and applications. However, erator functionality by hiding card-specific details be- modern operating systems lack the necessary support hind a carefully-designed API. We evaluate the impact to provide efficient access to such functionality to ap- of the OCF in a variety of benchmarks, measuring over- plications and the operating system itself through a all system performance, application throughput and la- uniform API that abstracts away device details. As tency, and aggregate throughput when multiple applica- a result, accelerators are often used directly through tions make use of it.
    [Show full text]
  • Managing Services and Faults in Oracle Solaris 11.1 • January 2014 Contents
    Managing Services and Faults in Oracle® Solaris 11.1 Part No: E29003–02 January 2014 Copyright © 1998, 2014, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT END USERS. Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including anyoperating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government. This software or hardware is developed for general use in a variety of information management applications.
    [Show full text]
  • Free and Open Source Software - a Feasibility Study
    2003:8a Free and Open Source Software - a feasibility study Appendix 1: Extensive survey This publication is available from: The Swedish Agency for Public Management Publication Service Box 2280 SE-103 17 Stockholm Phone +46 8 454 46 43 Fax +46 8 454 46 45 E-mail: [email protected] www.statskontoret.se STATSKONTORET ISBN: 91-7220-526-1 Redners tryckeri, 2003 Content 1 INTRODUCTION................................................................................................... 7 1.1 FREE SOFTWARE AND OPEN SOURCE SOFTWARE................................................. 7 1.2 SHORT BACKGROUND......................................................................................... 7 1.3 CONCEPTS .......................................................................................................... 9 1.4 LICENSES ......................................................................................................... 15 1.5 DEVELOPMENT AND MAINTENANCE ................................................................. 18 2 TECHNOLOGY FORECASTING ..................................................................... 23 2.1 CURRENT SITUATION WITHIN THE EUROPEAN UNION....................................... 23 2.2 EUROPEAN INITIATIVES – EXAMPLES ............................................................... 26 2.3 INTERNATIONAL INITIATIVES – EXAMPLES....................................................... 32 3 PRESENT SITUATION – PUBLIC ADMINISTRATION IN SWEDEN ......................................................................................................................
    [Show full text]
  • Modernizing Netbsd Networking Facilities and Interrupt Handling
    Modernizing NetBSD Networking Facilities and Interrupt Handling Ryota Ozaki Kengo Nakahara [email protected] [email protected] Internet Initiative Japan Inc. Internet Initiative Japan Inc. Abstract This paper is organized as follows. Section 2 describes the current status of network processing in NetBSD. Sec- Networking facilities of NetBSD still have a lot of room tion 3 describes how to make networking facilities MP- for improvement, especially the scalability of its network safe; we pick vioif and bridge to explain that in de- processing is one of big issues that we have to address. tail. Section 4 and Section 5 describe how we support We have been working on making the network stack and hardware mentioned above in NetBSD. Section 6 reports network device drivers MP-safe to run NetBSD network- the results of preliminary performance evaluations on our ing facilities run in parallel. Supporting MSI/MSI-X and implementation. At last, Section 7 concludes the paper. multi-queue (with interrupt affinity) features of network devices in NetBSD device drivers is also an important task towards the goal. 2 Current Status of Network Processing This paper describes the current status of NetBSD net- working facilities and our recent work to improve them. In this section, we describe the current status of network The paper also reports the results of preliminary evalu- processing of NetBSD, including how the network facil- ations on our implementation and shows that our imple- ities of NetBSD work on multi-core systems, how tra- mentation scales up well on a multi-core system.
    [Show full text]
  • Quality of the Open Source Software
    Master Thesis Computer Science Thesis no: MCS-2008:29 August 2008 Quality of the Open Source Software Muhammad Tahir Aleem Tariq Department of Interaction and System Design School of Engineering Blekinge Institute of Technology Box 520 SE – 372 25 Ronneby Sweden This thesis is submitted to the Department of Interaction and System Design, School of Engineering at Blekinge Institute of Technology in partial fulfillment of the requirements for the degree of Master of Science in Computer Science. The thesis is equivalent to XXX weeks of full time studies. Contact Information: Author(s): Muhammad Tahir E-mail: [email protected] Aleem Tariq E-mail: [email protected] University advisor: Dr. Mia Persson Department of Internet : www.bth.se/tek Interaction and System Design Phone : +46 457 38 50 00 Blekinge Institute of Technology Fax : + 46 457 102 45 Box 520 ii SE – 372 25 Ronneby Sweden ABSTRACT Quality and security of software are key factors in the software development. This thesis deals with the quality of open source software (OSS for short) and different questions that are related with open source and close source software has discussed in the thesis proposal. Open source software is a process by which we can produce cheap and qualitative software and its source could be re-use in the development of the software. Close source software is more expensive than open source software and we can not re-use its source code, so there should be a way by which cheap and qualitative software should be produced. This thesis describes that how the quality of the open source software can be evaluated and increased.
    [Show full text]