========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://sourceforge.net/projects/antix-linux/files/Final/MX-krete/stats/timeline?dates=2015-06-30+to+2015-07-06"
linktext was:"almost steady for the past 3 days"
====================================
at around 940. This includes downloads of md5 files (674) but they are canceled out by the bittorrent downloads (797) which aren't counted.
I have seen a few minor issues:
- The firmware for the Intel Wireless 7260 chipset was for older kernels. I needed to download the firrmware for 3.19+ kernels from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi"
linktext was:"this page"
====================================
. I now have dual-band wireless plus bluetooth. There may be a similar problem with firmware for other Intel wireless chipsets. - The directories /sbin and /usr/sbin don't get added to the PATH in .bashrc. This is due to a small bug. Change"&&" to"||" to make the line in .bashrc:
Code: Select all
[ -z"${PATH##*/sbin*}" ] || PATH=$PATH:/sbin:/usr/sbin
- There is a funny bug in one (and AFAIK only one) geany call in /usr/local/bin/antixcc.sh, the control centre script. It is the"Edit Bootloader Menu" action in the Live tab. You can work around the bug by adding doublequotes to the action so it becomes:I have no idea why they are needed here and not elsewhere. On my system, without this change I only got to edit gfxboot.cfg and not syslinux.cfg.
Code: Select all
<action>gksu"$EDITOR /live/boot-dev/boot/syslinux/syslinux.cfg /live/boot-dev/boot/syslinux/gfxboot.cfg" &</action>
- This is not really a bug, just a slight annoyance. YMMV. I like my X11 terminals to scroll to the bottom when I hit a key so I can see what I'm typing. This is off by default on roxterm but can be enabled either via their preferences GUI or by adding the following line to the ~/.config/roxterm.sourceforge.net/Profiles/Default file:
Code: Select all
scroll_on_keystroke=1
- The live-remaster-exclude.list does not correctly exclude the udev persistent-net.rules file. The line should be:This bug was already fixed in the default machine-state-files file. This bug made changing my wireless mini-card (after a remaster) a little interesting.
Code: Select all
etc/udev/rules.d/*-persistent-net.rules