blob: acf1876d184553c3a5f5d8fad9af13cb1db31334 (
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
30
31
|
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.
* The new console by Marcus Brinkmann could also be used. It supports the Alt-Fn keys for switching like in 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 if you run a system installed before the summer of 2002.
* 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/>. Programs which need pthreads, including [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. are being worked on currently using Neal Walfields libpthreads. See the [[PortingIssues]] document for some common build problems and their solutions.
* If you can't fetch a package with "apt-get install ", try building it from source: "apt-get source && cd <package\_dir> && debian/rules binary".
* 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).
|