Penguin

Differences between version 20 and predecessor to the previous major change of FedoraNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 20 Last edited on Friday, July 2, 2004 6:59:49 pm by AlastairPorter Revert
Older page: version 17 Last edited on Monday, June 7, 2004 11:38:56 am by CraigBox Revert
@@ -9,8 +9,10 @@
 * Grab [Linuxant's recompiled kernel|http://www.linuxant.com/driverloader/wlan/full/downloads-fc2-kernel-i686.php] which is the standard Fedora kernel recompiled without 4k stacks. 
 * Wait for a release from your graphics vendor 
 * Get a kernel.org kernel and compile back to 8k stacks. 
 * Get a Red Hat kernel, reverse the "make 4K stacks permanent patch" and rebuild it with 8k stacks 
+  
+As for ATI, see RadeonNotes - the drivers work but you need to patch them for regparm and apply other Fedora fixes.  
  
 !! How do I stop Nautilus from opening a new window for every folder?%%% 
 !! Where is Nautilus hiding the navigation buttons and the location bar?%%% 
 !! How do I make Nautilus not suck? How do I make Nautilus not spatial?%%% 
@@ -32,9 +34,9 @@
 !! How do I disable IPv6 in FedoraCore 2?%%% 
 * You probably want to disable IPv6 in FedoraCore 2. 
  
  echo "alias net-pf-10 off" >> /etc/modprobe.conf 
- echo "ipv6 off" >> /etc/modprobe.conf 
+ echo "alias ipv6 off" >> /etc/modprobe.conf 
  
 * See also [http://www.redhat.com/archives/fedora-test-list/2004-March/msg00310.html]. 
  
  
@@ -44,8 +46,14 @@
  
 !! Why doesn't CrossoverOffice work under FedoraCore 2? 
  
 Several features enabled by default in FedoraCore break [Wine] and therefore CrossoverOffice. See [CXOfficeNotes] for details how on to fix this. 
+  
+!!Why is named broken?%%%  
+!!I'm getting ''rndc: connect failed: connection refused'' when i try and stop named  
+  
+named in FedoraCore uses a chroot jail to run in (/var/named/chroot). The configuration files for named (/etc/named.conf, /etc/rndc.key) need to be copied into /var/named/chroot/etc so named can read them when it loads up. Forget about the ones in /etc, it's broken.  
+%%%For more info see [Bugzilla 124992|https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124992]  
  
 !! NTFS support? 
  
 Disabled by Red Hat for patent reasons; get [pre-compiled NTFS kernel RPMS for Fedora|http://linux-ntfs.sourceforge.net/rpm/fedora2.html] here.