summaryrefslogtreecommitdiff
path: root/Hurd/NewbieQuestions.mdwn
blob: 410ccd25c648e523d4fc79820bdd9fb3d57b44ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
In addition to the [general FAQ](http://www.gnu.org/software/hurd/docs.html#TOCfaq) there are the following typical newbie questions.

If you still have problems, do not hesitate to make use of the [[MailLists]] or the [[HurdIRC]].

**_Newbie questions:_**

* What editor can I use?
  * nano is the default editor, not ae.

* Why can't I get the answers I need from Hurd hackers?
  * This [document](http://www.tuxedo.org/~esr/faqs/smart-questions.html) may help you understand some developers attitudes and social norms.

* Where are the virtual consoles I use when running GNU/Linux?
  * You need to [use screen](http://www.gnu.org/software/hurd/faq.en.html#q4-6) instead, also available when running GNU/Linux.

* What is a translator?
  * The FAQ [answers](http://www.gnu.org/software/hurd/faq.en.html#q4-2) this question by a reference to [hurd-doc-translator](http://www.debian.org/ports/hurd/hurd-doc-translator).

* Where's the sauce?
  * It's on [Savannah](http://savannah.gnu.org). See also the [GNU Development Resources](http://www.gnu.org/software/devel.html), for more information.

* What is this "libio" stuff?
  * There was an ABI change for glibc0.3. It's recommended you reinstall your GNU/Hurd system.

* What software is available for GNU?
  * Most packages from [Debian](http://www.debian.org/) [GNU/Linux](http://www.gnu.org/gnu/linux-and-gnu.html) which aren't linux-specific ([Packages That Won't Be Ported](http://www.debian.org/ports/hurd/hurd-devel-debian)) are expected to work on GNU/Hurd too. See the database in <http://packages.debian.org/>. Large exceptions are the programs which need pthreads, which include [GNOME](http://www.gnome.org), [KDE](http://www.kde.org), [Mozilla](http://www.mozilla.org), [OpenOffice](http://www.openoffice.org), [SDL](http://www.libsdl.org), etc. If you can't fetch a package with "apt-get install ", try building it from source: "apt-get source  &amp;&amp; cd  &amp;&amp; debian/rules binary". See the [PortingIssues](http://www.vmlinux.org/twiki/bin/view/Hurd/PortingIssues) document for some common build problems and their solutions.

* Will GNU work in Vmware?
  * It won't, [Hurd bootstrap fails](http://lists.debian.org/debian-hurd/2002/debian-hurd-200207/msg00069.html). Vmware is not [free software](http://www.gnu.org/philosophy/free-sw.html) and it is [not supported](http://www.vmlinux.org/twiki/bin/preview/Hurd/VMware). We recommend to use [free](http://www.gnu.org/philosophy/free-sw.html) alternatives, like [Bochs](http://www.vmlinux.org/twiki/bin/view/Hurd/Bochs).