0.7.0 Im rather proud to give you guys this version, its had a lot of noticeable and not-so-noticeable changes. You can grab the ISO/MD5 or torrent here ( http://www.criticalsecurity.net/oldies/livecd/ )

Firstly, lets go over the changes: (in order that I wrote them in the devlog)

- timezone data is an important aspect of any computer's clock. So now FLY has had three changes with respect to timezone data. Firstly, it is compiled now with /usr/share/zoneinfo/Canada/Eastern as it's default timezone (/etc/localtime). Second (and third) the contents of /usr/share/zoneinfo are now provided in the extra data downloaded as part of the installation (installdata-0.7.0.tar.bz2) and the installer will now prompt the user to select the desired timezone. This is done using a (IMO) rather intuiative bash function I designed. Of course that is a little biased. I'll let you decide and comment on this new feature!

- next, this version (and subsequent versions) now function by using a regular account as opposed to using the root account. This makes FLY a lot safer to use as you cant accidentally blow up the universe without first su'ing to root. Of course, some commands require root (such as gparted, the aircrack-ng suite, the installer, etc) and therefore sudo has been added to FLY. /etc/sudoers has been set to give the regular account (username fly) access to specific commands with a nopasswd prompt. All the previous designed functionality has been maintained using the regular user account. As well, this means during installation (even on quick install) you'll already have one user account you can use. Eventually, I'd like to get the root account locked out from SLiM and Xorg to provide extra security. As well, perhaps at some point I'd like to get some boot-time generated passwords for both root and regular user accounts. There has been talk of this before and worries about lack of entropy, but Im sure we can figure something out. Perhaps adding a hash file to the LiveCD with various different hashes that FLY would randomly pick to add to it's entropy pool. These hashes would change with each new version. Still not 100% secure but it would at least help a lot I think. Anyways, thats another topic altogether. The regular account's password for this version is 'fluffy'

- due to the new regular user account, various files and directories have had their ownership and permissions changed to permit access by the regular user account. In some instances, this allows the file to be run but not modified.

- Conky has had several tweaks as well. The networking section of Conky now displays information about the IP of your default gateway (router) and your gateway's public IP. The former is done by a simple function of Conky and the latter is done by running a script to check your IP via http://www.whatsmyip.com Both of these fields will display 'No Address' whenever a default gateway is not configured on the system. This means that both fields will work regardless of whether you used dhcpcd or a static IP.

- This version now has some much needed official theme artwork. Thanks to Havoc Ace for providing a nice image based on my photography (hey I gotta take *some* of the credit ) SLiM now uses this artwork and a new default StyleSwitcher theme has been created as well. Makes it look kinda Windows 95 era ish but oh well. Of course the existing blue and earth themes are still included.

- Previously, when updating the definitions for ClamAV using freshclam, two warnings would be generated following the update, and this may have confused the user. These warnings were related to freshclam's config set to update the clamav daemon once definitions were updated. Since FLY doesnt use clamav in daemon mode, this would generate errors. So freshclam's config file has been edited so that it does not try to talk to the daemon.

- The installer has had quite a few changes, though mostly trivial. A few appearance fixes, notably when displaying the new partitions, that looks cleaner and I preserved the headings of each command run (fdisk -l and df -h) other fixes include properlly shutting down if the download of extra data fails. Previously it would just exit but wouldnt unmount the hard drive. Also fixed is the user section of the compile install. Since there is a regular user account on the LiveCD now, this section has been redesigned to offer the user the chance to either keep this account, or modify it to a different username. I havent figured out how to modify the groups but I suspect thats a groupmod command or something. (hey its 1:30am gimme a break ) One major new aspect to the installer is the addition of timezone selection. In both install methods, the user will be prompted to select his timezone. This is done via a seperate function in the main script which runs a menu-style selection process. Firstly by listing the directories in /usr/share/zoneinfo and then by allowing the user to select a timezone within one of these directories. Its very basic though. The function assumes that to select a timezone you MUST go into one directory and then select the timezone file. It does not allow for timezones in /usr/share/zoneinfo/ nor does it allow for two directories to be passed, such as /usr/share/zoneinfo/America/Kentucky/Louisville One failure I noticed in the installer is ufed, which is a utility that is run in the compile install to select use flags. It complains that it's terminal window is too small and refuses to run. So I've commented that out and will fix it later. (Hey I was a tad bit lazy)

- The main reason for the jump in filesize of this version (360mb versus 314mb) is the inclusion of VLC - which pulled in QT libs - and wine. The latest Xorg update also pulled in about 65 new packages, mostly fonts and simple commands.

- mplayer has been removed from this version and replaced with VLC. Cause I like VLC better. So deal with it Also removed from this version is ati-drivers, as it is being discontinued in favour of xf86-video-ati (which has always been in FLY) The former was too buggy and very often failed to compile.

- Two issues I have found with 0.7.0 already, but have been unable to solve are: one, Privoxy refuses to start (/etc/init.d/privoxy start) Im not sure why. But without it, you cant use Tor on Firefox. two, adobe-flash seems to like playing videos at about 4 times normal speed in Firefox. So that means watching Youtube is out of the question. I have the same adobe-flash version on my laptop and it runs fine. I've posted about this issue on Gentoo's forums and am awaiting a reply.

Fewf, so thats pretty much it. I like this version a lot, and I hope you will enjoy it too!
You can discuss about this version here.
Devlog
=============================================================================
0.7.0 (released October 16th 2009)
ISO size: 360mb         Packages: 511           Time: 606mins (10.1hrs)
Autobuild: 20091013     Kernel: 2.6.30-r6
RootPasswd: toor        FlyPasswd: fluffy
-----------------------------------------------------------------------------
Modified the installation tarball to include /usr/share/zoneinfo
Modified FLY autobuild scripts to include the regular user account
Modified FLY autobuild scripts to include correct date in FLY
Created a regular user called 'fly' to replace root as the default account
Modified file ownership and permissions on several files and directories
Updated the /home/fly/.mozilla directory
Moved the following from the /root to /home/fly directory:
        .fluxbox/
        .irssi/
        .vnc/
        .xfe/
        .SciTEUser.properties
        .gtktermrc
        .mozilla/
        .xchat2/
        .xinitrc
Added the following files:
        /etc/conky/whatsmyip
        /etc/localtime (based on /usr/share/zoneinfo/Canada/Eastern)
        /etc/sudoers
        /home/fly/.fluxbox/styleswitcher/theme
        /home/fly/.fluxbox/styles/theme
        /home/fly/.fluxbox/backgrounds/flywall7e.jpg
Modified the following files:
        /boot/init (initramfs)
        /boot/grub/FLY.xpm.gz
        /boot/grub/menu.lst
        /etc/conky/conkymaker.sh
        /etc/freshclam.conf
        /etc/portage/package.keywords
        /etc/portage/package.use
        /etc/slim.conf
        /home/fly/.xinitrc
        /home/fly/.fluxbox/init
        /home/fly/.fluxbox/menu
        /home/fly/.fluxbox/startup
        /home/fly/.fluxbox/styleswitcher/colours
        /home/fly/.fluxbox/styleswitcher/blue
        /home/fly/.fluxbox/styleswitcher/earth
        /home/fly/.fluxbox/dhcp/dhcp
        /root/.FLYinstaller/FLYinstaller
        /root/.FLYinstaller/compile
        /root/.FLYinstaller/users
        /usr/share/slim/themes/FLY/background.jpg
        /usr/share/slim/themes/FLY/panel.png
        /usr/share/slim/themes/FLY/slim.theme
        /usr/src/linux/.config
Removed the following files:
        /etc/conky/hive
        /etc/conky/ssh
        /etc/conky/tor
        /etc/conky/vnc
        /usr/share/slim/themes/FLY/slim.theme.save
Added the following ebuilds:
        app-admin/sudo
        app-emulation/wine
        media-video/vlc
Removed the following ebuilds:
        media-video/mplayer
        x11-drivers/ati-drivers
Updated the following ebuilds:
        [ebuild     U ] dev-libs/expat-2.0.1-r2 [2.0.1-r1]
        [ebuild     U ] sys-devel/gnuconfig-20090203 [20080928]
        [ebuild     U ] sys-libs/timezone-data-2009m [2009j]
        [ebuild     U ] sys-apps/which-2.20 [2.19]
        [ebuild     U ] media-libs/jpeg-7 [6b-r8]
        [ebuild     U ] dev-util/gtk-doc-am-1.11 [1.10-r1]
        [ebuild     U ] media-libs/win32codecs-20071007-r4 [20071007-r2]
        [ebuild     U ] media-sound/alsa-headers-1.0.20 [1.0.19]
        [ebuild     U ] net-dns/bind-tools-9.4.3_p3 [9.4.3_p2]
        [ebuild     U ] sys-fs/ntfs3g-2009.3.8 [1.2531]
        [ebuild     U ] media-libs/libpng-1.2.38 [1.2.37]
        [ebuild     U ] app-arch/unzip-6.0-r1 [5.52-r2]
        [ebuild     U ] app-shells/bash-4.0_p28 [3.2_p39]
        [ebuild     U ] app-arch/zip-3.0 [2.32-r1]
        [ebuild     U ] sys-apps/less-436 [429]
        [ebuild     U ] media-libs/libmp4v2-1.9.1 [1.5.0.1-r2]
        [ebuild  N    ] x11-base/xorg-drivers-1.6
        [ebuild     U ] sys-apps/coreutils-7.5 [7.1]
        [ebuild     U ] dev-libs/popt-1.14 [1.10.7]
        [ebuild     U ] app-editors/nano-2.1.10 [2.1.7-r1]
        [ebuild     U ] net-misc/wget-1.12 [1.11.3]
        [ebuild     U ] dev-libs/glib-2.20.5 [2.18.4-r1]
        [ebuild     U ] app-portage/eix-0.17.0 [0.16.0]
        [ebuild     U ] app-misc/ca-certificates-20090709 [20080809]
        [ebuild     U ] net-misc/rsync-3.0.6 [3.0.5]
        [ebuild     U ] dev-libs/liboil-0.3.16 [0.3.15]
        [ebuild     U ] dev-cpp/glibmm-2.20.1 [2.16.4]
        [ebuild     U ] sys-fs/jfsutils-1.1.14 [1.1.13]
        [ebuild     U ] net-misc/curl-7.19.6 [7.19.4]
        [ebuild     U ] media-libs/schroedinger-1.0.7 [1.0.5]
        [ebuild     U ] sys-devel/autoconf-2.63-r1 [2.63]
        [ebuild     U ] dev-libs/atk-1.26.0 [1.24.0]
        [ebuild     U ] dev-libs/libtasn1-2.3 [2.2]
        [ebuild     U ] sys-devel/libtool-2.2.6a [1.5.26]
        [ebuild     U ] sys-libs/readline-6.0_p3 [5.2_p13]
        [ebuild  NS   ] sys-libs/db-4.7.25_p4 [4.5.20_p2-r1, 4.6.21_p4]
        [ebuild     U ] x11-misc/util-macros-1.3.0 [1.2.1]
        [ebuild     U ] dev-libs/libconfig-1.3.2 [1.2]
        [ebuild     U ] net-libs/gnutls-2.8.3 [2.6.6]
        [ebuild     U ] media-libs/libdca-0.0.5-r2 [0.0.5]
        [ebuild     U ] media-libs/faac-1.28-r1 [1.28]
        [ebuild     U ] media-libs/libvorbis-1.2.3 [1.2.1_rc1-r2]
        [ebuild     U ] app-text/recode-3.6_p15-r1 [3.6_p15]
        [ebuild     U ] dev-libs/libevent-1.4.12 [1.4.11]
        [ebuild     U ] net-libs/libpcap-1.0.0-r2 [0.9.8-r2]
        [ebuild     U ] app-admin/sudo-1.7.2_p1 [1.7.1-r1]
        [ebuild     U ] x11-proto/xproto-7.0.15 [7.0.14]
        [ebuild     U ] dev-db/sqlite-3.6.17 [3.6.14.2]
        [ebuild     U ] x11-proto/randrproto-1.3.0 [1.2.2]
        [ebuild     U ] x11-proto/fontsproto-2.1.0 [2.0.2]
        [ebuild     U ] x11-proto/inputproto-1.5.1 [1.5.0]
        [ebuild     U ] x11-proto/videoproto-2.3.0 [2.2.2]
        [ebuild     U ] x11-libs/libdrm-2.4.13 [2.4.5]
        [ebuild     U ] x11-proto/damageproto-1.2.0 [1.1.0]
        [ebuild     U ] x11-proto/dri2proto-2.1 [1.99.3]
        [ebuild     U ] x11-libs/pixman-0.16.0 [0.14.0-r1]
        [ebuild     U ] x11-libs/libpciaccess-0.10.6 [0.10.5]
        [ebuild     U ] x11-proto/resourceproto-1.1.0 [1.0.2]
        [ebuild     U ] x11-libs/libICE-1.0.5 [1.0.4]
        [ebuild     U ] x11-libs/libXau-1.0.5 [1.0.4]
        [ebuild     U ] x11-proto/xextproto-7.0.5 [7.0.4]
        [ebuild     U ] dev-libs/nspr-4.8 [4.7.4]
        [ebuild     U ] net-wireless/aircrack-ng-1.0_rc4 [1.0_rc3]
        [ebuild     U ] dev-lang/php-5.2.11 [5.2.10]
        [ebuild     U ] x11-libs/libSM-1.1.1 [1.1.0]
        [ebuild     U ] dev-libs/nss-3.12.3-r1 [3.12.2]
        [ebuild  NS   ] sys-kernel/gentoo-sources-2.6.30-r6 [2.6.29-r5]
        [ebuild     U ] net-wireless/ndiswrapper-1.55-r1 [1.53-r1]
        [ebuild     U ] app-admin/eselect-1.2.3 [1.1.1]
        [ebuild     U ] app-admin/eselect-python-20090824 [20090606]
        [ebuild     U ] app-admin/eselect-opengl-1.0.8-r1 [1.0.6-r1]
        [ebuild     U ] app-admin/eselect-wxwidgets-1.1 [0.8]
        [ebuild     U ] x11-proto/glproto-1.4.10 [1.4.9]
        [ebuild  NS   ] dev-lang/python-2.6.2-r1 [2.5.4-r3]
        [ebuild     U ] dev-libs/libxml2-2.7.3-r2 [2.7.3]
        [ebuild     U ] sys-apps/file-5.03 [4.23]
        [ebuild     U ] media-libs/alsa-lib-1.0.20-r1 [1.0.19]
        [ebuild  N    ] dev-python/setuptools-0.6-r1
        [ebuild     U ] app-admin/python-updater-0.7 [0.5]
        [ebuild     U ] media-libs/gstreamer-0.10.23 [0.10.22]
        [ebuild  N    ] x11-proto/xcb-proto-1.5
        [ebuild     U ] net-misc/neon-0.28.6 [0.28.4]
        [ebuild  N    ] dev-python/numpy-1.3.0
        [ebuild     U ] media-sound/alsa-utils-1.0.20-r5 [1.0.19-r2]
        [ebuild  N    ] x11-libs/libxcb-1.4-r1
        [ebuild     U ] media-libs/gst-plugins-base-0.10.23 [0.10.22]
        [ebuild     U ] x11-libs/libX11-1.2.2 [1.1.5]
        [ebuild  N    ] x11-libs/xcb-util-0.3.6
        [ebuild     U ] x11-libs/libXext-1.0.5 [1.0.4]
        [ebuild     U ] x11-libs/libXt-1.0.6 [1.0.5]
        [ebuild  N    ] x11-apps/xwud-1.0.1
        [ebuild  N    ] x11-apps/xprop-1.0.4
        [ebuild  N    ] x11-apps/xrdb-1.0.5
        [ebuild  N    ] x11-apps/xpr-1.0.2
        [ebuild  N    ] x11-apps/xwininfo-1.0.4
        [ebuild  N    ] x11-apps/xcmsdb-1.0.1
        [ebuild  N    ] x11-apps/xev-1.0.3
        [ebuild  N    ] x11-apps/xkill-1.0.1
        [ebuild  N    ] x11-apps/xlsclients-1.0.1
        [ebuild  N    ] x11-apps/xlsatoms-1.0.1
        [ebuild  N    ] x11-apps/xwd-1.0.2
        [ebuild  N    ] x11-apps/xrefresh-1.0.2
        [ebuild     U ] x11-apps/mkfontscale-1.0.6 [1.0.5]
        [ebuild     U ] x11-libs/libXrandr-1.3.0 [1.2.3]
        [ebuild     U ] x11-apps/xkbcomp-1.1.0 [1.0.5]
        [ebuild     U ] x11-libs/libXfont-1.4.0 [1.3.4]
        [ebuild  N    ] x11-apps/smproxy-1.0.2
        [ebuild  N    ] x11-apps/appres-1.0.1
        [ebuild     U ] x11-apps/setxkbmap-1.1.0 [1.0.4]
        [ebuild  N    ] x11-apps/xkbevd-1.0.2
        [ebuild  N    ] x11-libs/libXfontcache-1.0.4
        [ebuild  N    ] x11-apps/ttmkfdir-3.0.9-r3
        [ebuild     U ] x11-libs/startup-notification-0.10 [0.9]
        [ebuild     U ] x11-libs/libXaw-1.0.6 [1.0.5]
        [ebuild     U ] net-misc/openssh-5.2_p1-r3 [5.2_p1-r1]
        [ebuild     U ] media-fonts/encodings-1.0.2-r1 [1.0.2]
        [ebuild  N    ] x11-apps/xcursorgen-1.0.2
        [ebuild     U ] x11-misc/xkeyboard-config-1.6 [1.5]
        [ebuild     U ] x11-apps/xinit-1.0.8-r8 [1.0.8-r4]
        [ebuild  N    ] x11-apps/xinput-1.4.2
        [ebuild  N    ] x11-apps/xgamma-1.0.2
        [ebuild     U ] x11-apps/xrandr-1.3.2 [1.2.3]
        [ebuild  N    ] x11-apps/xsetmode-1.0.0
        [ebuild  N    ] x11-apps/xvinfo-1.0.2
        [ebuild  N    ] x11-apps/xset-1.0.4
        [ebuild  N    ] x11-apps/xdpyinfo-1.0.3
        [ebuild  N    ] x11-apps/xbacklight-1.1
        [ebuild  N    ] x11-apps/xf86dga-1.0.2
        [ebuild   R   ] sys-apps/groff-1.20.1-r1
        [ebuild  N    ] x11-themes/xcursor-themes-1.0.1
        [ebuild  N    ] x11-apps/bitmap-1.0.3-r1
        [ebuild  N    ] x11-apps/xkbutils-1.0.1-r1
        [ebuild     U ] net-misc/tightvnc-1.3.10-r1 [1.3.10]
        [ebuild     U ] sys-apps/man-pages-3.22 [3.20]
        [ebuild  N    ] media-fonts/font-xfree86-type1-1.0.1
        [ebuild  N    ] media-fonts/font-adobe-utopia-100dpi-1.0.1
        [ebuild  N    ] media-fonts/font-ibm-type1-1.0.0
        [ebuild  N    ] media-fonts/font-daewoo-misc-1.0.0
        [ebuild  N    ] media-fonts/font-micro-misc-1.0.0
        [ebuild  N    ] media-fonts/font-bh-ttf-1.0.0
        [ebuild  N    ] media-fonts/font-misc-ethiopic-1.0.0-r1
        [ebuild  N    ] media-fonts/font-sony-misc-1.0.0
        [ebuild  N    ] media-fonts/font-adobe-utopia-75dpi-1.0.1
        [ebuild  N    ] media-fonts/font-bitstream-speedo-1.0.0
        [ebuild  N    ] media-fonts/font-screen-cyrillic-1.0.1
        [ebuild  N    ] media-fonts/font-jis-misc-1.0.0
        [ebuild  N    ] media-fonts/font-misc-meltho-1.0.0
        [ebuild  N    ] media-fonts/font-misc-cyrillic-1.0.0
        [ebuild  N    ] media-fonts/font-bitstream-75dpi-1.0.0
        [ebuild  N    ] media-fonts/font-arabic-misc-1.0.0
        [ebuild  N    ] media-fonts/font-bitstream-100dpi-1.0.0
        [ebuild  N    ] media-fonts/font-isas-misc-1.0.0
        [ebuild  N    ] media-fonts/font-bh-75dpi-1.0.0
        [ebuild  N    ] media-fonts/font-cronyx-cyrillic-1.0.0
        [ebuild  N    ] media-fonts/font-mutt-misc-1.0.0
        [ebuild  N    ] media-fonts/font-sun-misc-1.0.0
        [ebuild  N    ] media-fonts/font-schumacher-misc-1.0.0
        [ebuild  N    ] media-fonts/font-bitstream-type1-1.0.0
        [ebuild  N    ] media-fonts/font-bh-lucidatypewriter-100dpi-1.0.0
        [ebuild  N    ] media-fonts/font-winitzki-cyrillic-1.0.0
        [ebuild  N    ] media-fonts/font-dec-misc-1.0.0
        [ebuild  N    ] media-fonts/font-bh-100dpi-1.0.0
        [ebuild  N    ] media-fonts/font-bh-lucidatypewriter-75dpi-1.0.0
        [ebuild     U ] x11-libs/cairo-1.8.8 [1.8.6-r1]
        [ebuild  N    ] x11-apps/x11perf-1.5
        [ebuild   R   ] app-admin/conky-1.6.1
        [ebuild     U ] x11-terms/xterm-243 [242]
        [ebuild     U ] x11-libs/pango-1.24.5-r1 [1.24.2]
        [ebuild     U ] dev-python/pycairo-1.8.8 [1.8.2]
        [ebuild     U ] x11-misc/xfe-1.19.2 [1.04]
        [ebuild     U ] media-libs/mesa-7.5.1 [7.3-r1]
        [ebuild  N    ] media-libs/glew-1.5.1
        [ebuild     U ] x11-base/xorg-server-1.6.3.901-r2 [1.5.3-r6]
        [ebuild     U ] x11-libs/gtk+-2.16.6 [2.14.7-r2]
        [ebuild     U ] x11-drivers/xf86-input-synaptics-1.1.3 [1.0.0]
        [ebuild     U ] x11-drivers/xf86-video-fbdev-0.4.1 [0.4.0]
        [ebuild     U ] x11-drivers/xf86-input-evdev-2.2.5 [2.1.3]
        [ebuild  N    ] x11-apps/xdriinfo-1.0.2
        [ebuild     U ] dev-python/pygobject-2.18.0 [2.16.1]
        [ebuild     U ] x11-drivers/xf86-video-nv-2.1.14 [2.1.12]
        [ebuild     U ] x11-drivers/xf86-video-i740-1.3.2 [1.2.0]
        [ebuild     U ] x11-drivers/xf86-video-intel-2.8.1 [2.6.3-r1]
        [ebuild     U ] x11-drivers/xf86-video-ati-6.12.4 [6.12.1-r1]
        [ebuild     U ] x11-drivers/xf86-video-sis-0.10.2 [0.10.0]
        [ebuild     U ] x11-drivers/xf86-video-s3-0.6.3 [0.6.0]
        [ebuild     U ] x11-drivers/xf86-video-voodoo-1.2.3 [1.2.0]
        [ebuild     U ] x11-drivers/xf86-video-vmware-10.16.7 [10.16.5]
        [ebuild     U ] media-video/mplayer-1.0_rc2_p20090731 [1.0_rc2_p20090322]
        [ebuild     U ] x11-drivers/xf86-video-savage-2.3.1 [2.2.1]
        [ebuild     U ] x11-drivers/xf86-input-vmmouse-12.6.5 [12.6.3]
        [ebuild     U ] x11-drivers/xf86-video-vesa-2.2.1 [2.2.0]
        [ebuild     U ] x11-drivers/xf86-video-tdfx-1.4.3 [1.4.1]
        [ebuild     U ] net-libs/xulrunner-1.9.0.14 [1.9.0.11-r1]
        [ebuild     U ] gnome-base/libglade-2.6.4 [2.6.3]
        [ebuild     U ] net-p2p/transmission-1.72 [1.61]
        [ebuild     U ] net-im/pidgin-2.5.9-r1 [2.5.8]
        [ebuild     U ] www-plugins/adobe-flash-10.0.32.18 [10.0.22.87]
        [ebuild     U ] x11-base/xorg-x11-7.4-r1 [7.2]
        [ebuild     U ] www-client/mozilla-firefox-3.0.14 [3.0.11]
        [ebuild     U ] dev-python/pygtk-2.14.1-r1 [2.14.1]
        [ebuild     U ] media-sound/audacious-2.1 [1.5.1-r1]
        [ebuild     U ] media-plugins/audacious-plugins-2.1-r1 [1.5.1-r3]
        [ebuild  N    ] dev-cpp/pangomm-2.24.0
        [ebuild     U ] dev-cpp/gtkmm-2.16.0 [2.12.7]
        [blocks b     ] 
Autobuild Log

====  START OF BUILD LOG  ===================================================
Thu Oct 15 12:24:24 EDT 2009
====  SETTING THE DATE  =====================================================
Localtime OK!
Thu Oct 15 12:25:00 EDT 2009
Set Date OK!
Thu Oct 15 12:25:00 EDT 2009
====  EMERGING REQUIRED EBUILDS  ============================================
Updating autobuild 20091013 tarball
openpty failed: 'out of pty devices'
 * Could not locate user configfile, so we will save a default one
 * The /etc/wget/wgetrc file has been relocated to /etc/wgetrc
 * "bsddb" module is out-of-date and no longer maintained inside dev-lang/python. It has
 * been additionally removed in Python 3. You should use external, still maintained "bsddb3"
 * module provided by dev-python/bsddb3 which supports both Python 2 and Python 3.
 * Running 'grpck' returned errors.  Please run it by hand, and then
 * run 'grpconv' afterwards!
 * Remember to merge your config files in /etc/ssh/ and then
 * reload sshd: '/etc/init.d/sshd reload'.
Updating OK!
Required merges
openpty failed: 'out of pty devices'
 * This package is designed for use on the LiveCD only and will do 
 * unspeakably horrible and unexpected things on a normal system.
 * YOU HAVE BEEN WARNED!!!
 * This package is intended for usage on the Gentoo release media.  If
 * you are not building a CD, remove this package.  It will not work
 * properly on a running system, as Gentoo does not use any of the
 * Knoppix-style detection except for CD builds.
 * This package is designed for use on the LiveCD only and will do 
 * unspeakably horrible and unexpected things on a normal system.
 * YOU HAVE BEEN WARNED!!!
 * This package is designed for use on the LiveCD only and will do
 * unspeakably horrible and unexpected things on a normal system.
 * YOU HAVE BEEN WARNED!!!
Required OK!
====  KERNEL AND MODULES  ===================================================
14M     /lib/modules/2.6.30-gentoo-r6
====  EMERGING NEW EBUILDS  =================================================
0.2.0 merges
openpty failed: 'out of pty devices'
0.2.0 OK!
0.3.0 merges
openpty failed: 'out of pty devices'
 * Some special keys and keyboard layouts may stop working.
 * To fix them, recompile xorg-server.
 * libdrm's ABI may have changed without change in library name
 * Please rebuild media-libs/mesa, x11-base/xorg-server and
 * your video drivers in x11-drivers/*.
 * If you use startx to start X instead of a login manager like gdm/kdm,
 * you can set the XSESSION variable to anything in /etc/X11/Sessions/ or
 * any executable. When you run startx, it will run this as the login session.
 * You can set this in a file in /etc/env.d/ for the entire system,
 * or set it per-user in ~/.bash_profile (or similar for other shells).
 * Here's an example of setting it for the whole system:
 *     echo XSESSION="Gnome" > /etc/env.d/90xsession
 *     env-update && source /etc/profile
 * 
 * If you use the nox boot option to prevent x from starting on boot,
 * you should now use gentoo=nox.
 * Starting from alsa 1.0.11_rc3 the configuration for dmix is changed.
 * Leaving around old asound.conf or ~/.asoundrc might make all apps
 * using ALSA output crash.
 * Note that dmix output is enabled by default on the 'default' device
 * since ALSA 1.0.9.
 * Automated unloading of ALSA modules is deprecated and unsupported.
 * Should you choose to use it, bug reports will not be accepted.
 * The minimal use flag disables the dependency on pciutils that
 * is needed by alsaconf at runtime.
 * Compositing managers may stop working.
 * To fix them, recompile xorg-server.
 * Please make fontconfig configuration changes in /etc/fonts/conf.d/
 * and NOT to /etc/fonts/fonts.conf, as it will be replaced!
 * Forcing on xorg-x11 for header sanity...
 * Users of reduced blanking now need:
 *    Option "ReducedBlanking"
 * In the relevant Monitor section(s).
 * Make sure your reduced blanking modelines are safe!
 * You must rebuild all drivers if upgrading from xorg-server 1.5
 * or earlier, because the ABI changed. If you cannot start X because
 * of module version mismatch errors, this is your problem.
 * You can generate a list of all installed packages in the x11-drivers
 * category using this command:
 * emerge portage-utils; qlist -I -C x11-drivers/
0.3.0 OK!
0.3.1 merges
openpty failed: 'out of pty devices'
0.3.1 OK!
0.3.2 merges
openpty failed: 'out of pty devices'
0.3.2 OK!
0.3.4 merges
openpty failed: 'out of pty devices'
 * 
 * Security Warning:
 * 
 * Since >=eix-0.12.0, eix uses by default OVERLAY_CACHE_METHOD="parse|ebuild*"
 * (since >=eix-0.16.1 with automagic "#metadata-flat").
 * This is rather reliable, but ebuilds may be executed by user "portage". Set
 * OVERLAY_CACHE_METHOD=parse in /etc/eixrc if you do not trust the ebuilds.
0.3.4 OK!
0.4.0 merges
openpty failed: 'out of pty devices'
 * Appending a library link instruction (-ldl); libraries to link to should not be passed through LDFLAGS
 * If you have a mach64 or r128 video card, read this
 * The mach64 and r128 drivers moved to their own packages,
 * xf86-video-mach64 and xf86-video-r128. If these weren't installed
 * automatically by xorg-server and you have one of these cards,
 * check your VIDEO_CARDS settings.
0.4.0 OK!
0.4.1 merges
openpty failed: 'out of pty devices'
0.4.1 OK!
0.5.0 merges
openpty failed: 'out of pty devices'
 * To allow parallel installation of sigc++-1.0, sigc++-1.2, and sigc++2.0
 * the header files are now installed in a version specific
 * subdirectory.  Be sure to unmerge any libsigc++ versions
 * < 1.0.4 that you may have previously installed.
 * 
 * Please make sure you run revdep-rebuild after upgrade.
 * This is *extremely* important to ensure your system nspr works properly.
 * 
 * Library names have changed since earlier versions of xcb-util;
 * you must rebuild packages that have linked against < xcb-util-0.3.0.
 * NOTE: To run wireshark as normal user you have to add yourself into
 * wireshark group. This security measure ensures that only trusted
 * users allowed to sniff your traffic.
 * All the packages built against mozilla-firefox won't compile,
 * if after installing firefox 3.0 you get some blockers,
 * please add 'xulrunner' to your USE-flags.
 * You have to re-emerge packages that linked against wv by running:
 * revdep-rebuild
0.5.0 OK!
0.5.1 merges
openpty failed: 'out of pty devices'
 * The soname for libclamav has changed in clamav-0.95.
 * If you have upgraded from that or earlier version, it is
 * recommended to run revdep-rebuild, in order to fix anything
 * that links against libclamav.so library.
0.5.1 OK!
0.5.2 merges
openpty failed: 'out of pty devices'
 * Flash player is closed-source, with a long history of security
 * issues.  Please consider only running flash applets you know to
 * be safe.  The 'flashblock' extension may help for mozilla users:
 *   https://addons.mozilla.org/en-US/firefox/addon/433
0.5.2 OK!
0.5.3 merges
openpty failed: 'out of pty devices'
 * Neon has a policy of breaking API across minor versions, this means
 * that any package that links against Neon may be broken after
 * updating. They will remain broken until they are ported to the
 * new API. You can downgrade Neon to the previous version by doing:
 * 
 *   emerge --oneshot '< net-misc/neon-0.28'
 * 
 * You may also have to downgrade any package that has not been
 * ported to the new API yet.
 * You MUST run 'revdep-rebuild' after emerging this package
 * If you are currently running X with the hal useflag enabled
 * restarting the dbus service WILL restart X as well
 * You must restart D-Bus `/etc/init.d/dbus restart` to run
 * the new version of the daemon. For many people, this means
 * exiting X as well.
 * If you have additional third party PHP extensions (such as
 * dev-php5/phpdbg) you may need to recompile them now.
 * 
 * USE="pic" slows down PHP but has to be enabled on setups where TEXTRELs
 * are disabled (e.g. when using PaX in the kernel). On hardened profiles this
 * USE flag is enabled automatically
 * 
0.5.3 OK!
0.5.4 merges
openpty failed: 'out of pty devices'
0.5.4 OK!
0.5.5 merges
openpty failed: 'out of pty devices'
0.5.5 OK!
0.6.0 merges
openpty failed: 'out of pty devices'
 * TrueCrypt has very restrictive license.
 * Please read the truecrypt-2.7 license in /usr/portage/licenses
 * directory before using TrueCrypt. Please be explicitly aware of
 * the limitations on redistribution of binaries or modified source.
 * TrueCrypt has very restrictive license.
 * Please read the truecrypt-2.7 license in /usr/portage/licenses
 * directory before using TrueCrypt. Please be explicitly aware of
 * the limitations on redistribution of binaries or modified source.
0.6.0 OK!
0.6.3 merges
openpty failed: 'out of pty devices'
0.6.3 OK!
0.6.4 merges
openpty failed: 'out of pty devices'
0.6.4 OK!
0.6.5 merges
openpty failed: 'out of pty devices'
0.6.5 OK!
0.6.6 merges
openpty failed: 'out of pty devices'
0.6.6 OK!
0.7.0 merges
openpty failed: 'out of pty devices'
 * Documentation was not built
 * After a rebuild or upgrade of Qt, it can happen that Qt plugins (such as Qt
 * and KDE styles and widgets) can no longer be loaded. In this situation you
 * should recompile the packages providing these plugins. Also, make sure you
 * compile the Qt packages, and the packages that depend on it, with the same
 * GCC version and the same USE flag settings (especially the debug flag).
 * 
 * Packages that typically need to be recompiled are kdelibs from KDE4, any
 * additional KDE4/Qt4 styles, qscintilla and PyQt4. Before filing a bug report,
 * make sure all your Qt4 packages are up-to-date and built with the same
 * configuration.
 * 
 * For more information, see http://doc.trolltech.com/4.5/plugins-howto.html
 * After a rebuild or upgrade of Qt, it can happen that Qt plugins (such as Qt
 * and KDE styles and widgets) can no longer be loaded. In this situation you
 * should recompile the packages providing these plugins. Also, make sure you
 * compile the Qt packages, and the packages that depend on it, with the same
 * GCC version and the same USE flag settings (especially the debug flag).
 * 
 * Packages that typically need to be recompiled are kdelibs from KDE4, any
 * additional KDE4/Qt4 styles, qscintilla and PyQt4. Before filing a bug report,
 * make sure all your Qt4 packages are up-to-date and built with the same
 * configuration.
 * 
 * For more information, see http://doc.trolltech.com/4.5/plugins-howto.html
 * After a rebuild or upgrade of Qt, it can happen that Qt plugins (such as Qt
 * and KDE styles and widgets) can no longer be loaded. In this situation you
 * should recompile the packages providing these plugins. Also, make sure you
 * compile the Qt packages, and the packages that depend on it, with the same
 * GCC version and the same USE flag settings (especially the debug flag).
 * 
 * Packages that typically need to be recompiled are kdelibs from KDE4, any
 * additional KDE4/Qt4 styles, qscintilla and PyQt4. Before filing a bug report,
 * make sure all your Qt4 packages are up-to-date and built with the same
 * configuration.
 * 
 * For more information, see 
http://doc.trolltech.com/4.5/plugins-howto.html
0.7.0 OK!
Rebuild
/usr/bin/revdep-rebuild: line 520: /dev/fd/62: No such file or directory
/usr/bin/revdep-rebuild: line 661: /dev/fd/62: No such file or directory
Rebuild OK!
==== FINISHING AND CLEANING UP  =============================================
Adding startups
 * alsasound added to runlevel boot
 * fbcondecor added to runlevel boot
 * autoconfig added to runlevel default
 * xdm added to runlevel default
Usage: eix-test-obsolete [options] detail|brief|repo|no-repo
This is a wrapper script for eix (eix 0.17.0).

It calls eix -tTc several times with various variable settings in order to
display missing packages or packages with obsolete entries in
/etc/portage/package.* in a more organized manner than eix -tTc would do 
alone.
The speed and displayed details depend on whether you use the argument
"detail" or "brief". Note that the result depends on your settings of the
REDUNDANT_IF_* and NONEXISTENT_IF_* variables.

The following options are available:
        -c  use CHECK_INSTALLED_OVERLAYS=true
        -C  use CHECK_INSTALLED_OVERLAYS=repository
        -d  This can be used instead of the argument "detail"
        -b  This can be used instead of the argument "brief"
        -h  Show this help text

Options -b and -d are meant as to be used in EIX_TEST_OBSOLETE_OPTS to specify
the default behavior.

If neither -c nor -C is used, then CHECK_INSTALLED_OVERLAYS is not modified.
The (recommended) default for CHECK_INSTALLED_OVERLAYS is \"repository\" which
is much faster then CHECK_INSTALLED_OVERLAYS=true but works only reliable for
packages installed with repository information (which is done by all recent
portage versions).

You can check which packages are installed with/without this repository
information by using the argument "repo"/"no-repo".

The argument can be abbreviated, e.g. instead of "brief" you can just use "b".
openpty failed: 'out of pty devices'
Depclean OK!
====  USER ADMINISTRATION  ==================================================
Thu Oct 15 22:08:44 EDT 2009
Thu Oct 15 22:54:03 EDT 2009
Useradd OK!
====  MOVING FILES AROUND  ==================================================
====  CHOWN AND CHMOD  ======================================================
1 of 11 OK!
2 of 11 OK!
3 of 11 OK!
4 of 11 OK!
5 of 11 OK!
6 of 11 OK!
7 of 11 OK!
8 of 11 OK!
9 of 11 OK!
10 of 11 OK!
11 of 11 OK!
====  EMERGING GRUB  ========================================================
openpty failed: 'out of pty devices'
Grub OK!
====  INITRAMFS  ===========================================================
====  GENERATING MD5SUM  ====================================================
f94cf7021369b6394e6758bab3d16a9d  FLY-0.7.0.iso
FLY-0.7.0.iso: OK
====  PASS OR FAIL  =========================================================
Autobuild OK!
Thu Oct 15 23:16:36 EDT 2009