X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/blobdiff_plain/e1d8bcc5df2813c33569c87a3a6b9ae60aaece31..HEAD:/docs/faq/FAQ-Romanian.mdwn diff --git a/docs/faq/FAQ-Romanian.mdwn b/docs/faq/FAQ-Romanian.mdwn deleted file mode 100644 index 08e197ed..00000000 --- a/docs/faq/FAQ-Romanian.mdwn +++ /dev/null @@ -1,137 +0,0 @@ -# Despre acest FAQ - - - -O copie a acestui FAQ poate fi găsită pe situl oficial DragonFly BSD (http://www.dragonflybsd.org). În plus, mai există pe wiki o copie, sincronizată periodic cu FAQ-ul oficial. - - - -Există traduceri şi în alte limbi, ce se găsesc în locaţiile următoare: Dansk (daneză) - Deutsch (germană) - Español (spaniolă) - Français (franceză) - Italiano (italiană) - Lietuviškai (lituaniană) - Magyar (maghiară) - Nederlands (olandeză) - Norwegian (norvegiană) - Polski (poloneză - incompletă) - Русский (rusă) - Svenska (suedeză) - Ukrainian ( ucrainiană - incompletă). - - - -# Este DragonFly pregătit pentru a fi folosit în producţie? - - - -Categoric da! Suficiente persoane îl folosesc în mod curent. DragonFly manifestă, în general, stabilitate şi viteza de lucru. Începând cu versiunea 1.4, DragonFly face uz de sistemul de gestionare a pachetelor implementat de către NetBSD - *pkgsrc* (http://www.pkgsrc.org). *pkgsrc* conține peste 5500 de pachete și este portat pe mai multe platforme, începând cu AIX și terminând cu Linux. Vă sfătuim să consultați cu regularitate forumurile (http://www.dragonflybsd.org/main/forums.shtml). Suntem o comunitate activă, preocupată de buna desfășurare a procesului dezvoltării. Ca în orice alt proiect *open source*, raportarea tuturor problemelor întâlnite sporește șansele ca cineva să le rezolve. - - -# Care sunt scopurile tangibile pentru următoarea versiune? - - - -Implementarea subsistemului de rețea pe mașini multiprocesor fără folosirea *Big Giant Lock*, un sistem de management al coerenței memoriei (*cache*) și portarea sistemului de fișiere ZFS de la Sun (http://www.opensolaris.org/os/community/zfs/). Pentru mai multe detalii recomandăm a se consulta notele lui Matthew Dillon (http://leaf.dragonflybsd.org/mailarchive/kernel/2005-12/msg00040.html). - - - -Pentru evenimente și noutăți având ca obiect lumea DragonFly, vă rugăm să consultați blogul lui Matthew Dillon (http://www.dragonflybsd.org/status/diary.shtml), jurnalul DragonFly BSD (http://www.shiningsilence.com/dbsdlog/), paginile wiki DragonFly, precum și listele de corespondență și grupurile de știri DragonFly (http://www.dragonflybsd.org/main/forums.shtml). - - - -# Există o dezvoltare orientată către fiabilitate, precum ramura -STABLE a FreeBSD? - - - -Există eticheta -RELEASE, ce poate fi asociată unei distribuții stabile. - - - -# Văd mesaje ciudate / artefacte pe ecran la secvența de *boot* sau nu pot opri sistemul la meniul de *boot*. - - - -La efectuarea secvenței de *boot*, sistemul de operare DragonFly trimite date atât către display, cât și spre porturile seriale. Dacă la sistem este conectat pe port serial un echipament ce induce ”paraziți”, se pot ”citi” date de la el pe parcursul secvenței de *boot*. Activarea consolei seriale pe parcursul secvenței de *boot* poate fi blocată prin crearea fișierului /boot.config care să conțină: ”-V”. - - - -# Cum pot accelera procesul de construcție? - - - -Se poate folosi *make quickworld* în loc de *make buildworld*. Se forțeayă astfel refolosirea uneltelor existente pe disc, accelerând această etapă considerabil. Pentru nucleu există desemeni ținta quickkernel. - - - -# Dar... make quickworld/quickkernel eșuează! - - - -Încercați make buldworld sau buildkernel. - - - -# Ce se folosește pentru gestionarea aplicațiilor de la terți (în genul ports, RPM, apt-get etc.)? - - - -As of 1.4, DragonFly uses the NetBSD Packages Collection pkgsrc (http://www.pkgsrc.org) for third-party applications. pkgsrc is a packaging system much like FreeBSD ports, and there are many pre-built packages available. For a quick guide see the pkgsrc HOWTO. Eventually, DragonFly will have a homegrown port system, using the VFS mechanisms that are as of this writing not complete yet. For more information, check the specifications for the ideal package management system (http://www.dragonflybsd.org/goals/packages.shtml). - - - -# What architectures does DragonFly support? - - - -DragonFly is currently targeted at the x86 line of processors; it should work on 386 and up, though a 386 is certainly not recommended. Work is also being done on support for the new 64-bit processors from AMD. There are currently no plans for support of other processor types. However, support for Sparc or PowerPC or other systems is possible in the future. If you plan to submit code to the DragonFly project, please keep this in mind. - - - -# How can I contribute? - - - -Pick a topic that you enjoy and start working. Check the team page (http://www.dragonflybsd.org/about/team.shtml) to see if there are others interested in your topic, or ask around in the appropriate forum (http://www.dragonflybsd.org/main/forums.shtml). You can download the source (http://www.dragonflybsd.org/main/download.shtml) to the operating system and to the official site, and send patches in unified diff format (diff -uN) to 'submit at dragonflybsd.org' for review. Subscribe to that same submit mailing list/newsgroup (http://www.dragonflybsd.org/main/forums.shtml) to see feedback on your patches, and to find if they have been accepted or rejected. In addition, you can update the DragonFly Wiki. - - - -Note that you do not have to be a programmer in order to help. Evangelizing DragonFly and testing it on a variety of hardware, and reporting results can help a great deal. Try new features and report to the forums on your experiences. Cleaning up /etc/rc.d only requires shell script experience, for instance, and there's always a need for better documentation. - - - -# Will DragonFly use a dynamic /dev filesystem, as in devfs? - - - -Current plans are to keep the existing filesystem model, with the removal of minor/major numbering. There may be a 'devd' process to handle dynamic devices. There are other features to complete first before this is tackled. - - - -# What is the state of journaling fs / background fsck? We cannot wait... - - - -Matt is working on journaling, but you may want to read this post: http://leaf.dragonflybsd.org/mailarchive/kernel/2004-12/msg00133.html - - - -Or just go through the whole topic: http://leaf.dragonflybsd.org/mailarchive/kernel/2004-12/msg00105.html - - - -# Will DragonFly use (insert name here) technology? - - - -Yes and no. Features must match the existing plan outlined on the site here, and there's plenty of existing problems to solve before 'nonessential' work can be done. However, if you are willing to work on it, it probably can be done. The forums are an excellent place to get feedback and to find others that may be interested in your topic. The team page (http://www.dragonflybsd.org/about/team.shtml) is also a good place to check. - - - -# What's the correct way to name this operating system? - - - -It's a BSD variant, called DragonFly. Note the capitalization on the F, which isn't proper English. - - - -# Should ldconfig_path be updated in /etc/defaults/rc.conf to include support for pkgsrc? - - - -No. pkgsrc links everything with -rpath so all binaries should carry the correct paths already. If it breaks it's broken. - - - -[Yugioh English] -