(no commit message)
[ikiwiki.git] / docs / faq / FAQ-Romanian.mdwn
1 # Despre acest FAQ 
2
3
4
5 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.
6
7
8
9 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ă).
10
11
12
13 # Este DragonFly pregătit pentru a fi folosit în producţie? 
14
15
16
17 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 contine peste 5500 de pachete si este portat pe mai multe platforme, incepand cu AIX si terminand cu Linux. Va sfatuim sa consultati cu regularitate forumurile (http://www.dragonflybsd.org/main/forums.shtml). Suntem o comunitate activa, preocupata de buna desfasurare a procesului dezvoltarii. Ca in orice alt proiect /open source/, raportarea tuturor problemelor intalnite sporeste sansele ca cineva sa le rezolve.
18
19
20 # Care sunt scopurile tangibile pentru urmatoarea versiune? 
21
22
23
24 Implementarea subsistemului de retea pe masini multiprocesor fara folosirea /Big Giant Lock/, un sistem de management al corentei memoriei /cache/ si portarea sistemului de fisiere ZFS de la Sun (http://www.opensolaris.org/os/community/zfs/). Pentru mai multe detalii recomandam a se consulta notele lui Matthew Dillon(http://leaf.dragonflybsd.org/mailarchive/kernel/2005-12/msg00040.html).
25
26
27
28 Pentru evenimente si noutati avand ca obiect lumea DragonFly, va rugam sa consultati blogul lui Matthew Dillon (http://www.dragonflybsd.org/status/diary.shtml), jurnalul DragonFly BSD (http://www.shiningsilence.com/dbsdlog/), DragonFly Wiki, precum si listele de corespondenta si grupurile de stiri DragonFly (http://www.dragonflybsd.org/main/forums.shtml).
29
30
31
32 # Exista o dezvoltare orientata catre fiabilitate, precum ramura -STABLE a FreeBSD? 
33
34
35
36 Exista eticheta -RELEASE ce poate fi asociata unei distributii stabile.
37
38
39
40 # I get garbage on the screen when I boot or I can't seem to pause at the initial boot menu. 
41
42
43
44 DragonFly, when booting, outputs to both video and serial ports. If the booting computer has a 'noisy' serial device connected, it may read data from it during the boot process. Serial console activation during boot can be disabled by creating the file /boot.config with the contents: '-V'
45
46
47
48 # How can I speed up my build process? 
49
50
51
52 You can use make quickworld instead of make buildworld. This reuses existing tools on disk and speeds this step up considerably. For the kernel there is a similar quickkernel target.
53
54
55
56 # But make quickworld/quickkernel fails! 
57
58
59
60 Try make buildworld or buildkernel instead.
61
62
63
64 # What is used to handle third-party applications? (like ports, RPM, apt-get, etc.) 
65
66
67
68 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).
69
70
71
72 # What architectures does DragonFly support? 
73
74
75
76 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.
77
78
79
80 # How can I contribute? 
81
82
83
84 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.
85
86
87
88 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.
89
90
91
92 # Will DragonFly use a dynamic /dev filesystem, as in devfs? 
93
94
95
96 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.
97
98
99
100 # What is the state of journaling fs / background fsck? We cannot wait... 
101
102
103
104 Matt is working on journaling, but you may want to read this post: http://leaf.dragonflybsd.org/mailarchive/kernel/2004-12/msg00133.html
105
106
107
108 Or just go through the whole topic: http://leaf.dragonflybsd.org/mailarchive/kernel/2004-12/msg00105.html
109
110
111
112 # Will DragonFly use (insert name here) technology? 
113
114
115
116 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.
117
118
119
120 # What's the correct way to name this operating system? 
121
122
123
124 It's a BSD variant, called DragonFly. Note the capitalization on the F, which isn't proper English.
125
126
127
128 # Should ldconfig_path be updated in /etc/defaults/rc.conf to include support for pkgsrc? 
129
130
131
132 No. pkgsrc links everything with -rpath so all binaries should carry the correct paths already. If it breaks it's broken.
133
134
135
136 [Yugioh English]
137