Network-profiles with proxy support

Thread topic was "Handy script for people behind an NTLM auth'ing proxy"
On the LAN of my work, I have to use a Microsoft ISA proxy to be able to use HTTP(S). The annoying thing about this is that some crucial applications like wget and Opera don't support the proprietary authentication protocol Microsoft uses in ISA, called NTLM.
AUR has a great Python app, called ntlmaps (although it's listed as "apserver"). It's a proxy server that's able to authenticate to a proxy using the NTLM-protocol. It sits between you(r apps) and the evil ISA proxy.
Of course, it's very annoying if you're travelling from one workspace to another and you're not always connected to the company LAN using the ISA proxy. This is where my little script steps in: it checks to see if you're on the company LAN by reading /etc/resolv.conf. If you are, it starts ntlmaps if it wasn't running and sets $http_proxy. Concretely, it allows you to run pacman in a terminal from your company LAN without having to fiddle around with settings. As a bonus, every program using the $http_proxy variable will work just as easily (cf wget, links, ...).
Here it is, paste it into /etc/profile so that it's executed whenever you login or open a new terminal (otherwise $http_proxy isn't set):
function ntlmproxy_check {
# chown root:wheel /etc/ntlmaps/server.cfg
# chmod 640 /etc/ntlmaps/server.cfg
# chown root:wheel /var/run/daemons
# chmod 775 /var/run/daemons
# visudo -> "%wheel localhost=NOPASSWD:/usr/bin/python /usr/lib/python2.
4/site-packages/ntlmaps
RESOLVE_ADDRESS="yourcompanysdomain" # check the line "search" in /etc/resolv.conf
NTLM_COMMAND="/etc/rc.d/ntlmaps start"
NTLM_PIDOF=`pidof /usr/bin/python /usr/lib/python2.4/site-packages/ntlma
ps`
NTLM_PORT=5865 # default ntlmaps listening port
grep -q $RESOLVE_ADDRESS /etc/resolv.conf 2>&1 /dev/null
if [ $? -eq 0 ]
then
export http_proxy="http://localhost:$NTLM_PORT"
if [ -z $NTLM_PIDOF ]
then
echo "NTLM not running - starting ..."
$NTLM_COMMAND 2>&1 /dev/null
fi
else
echo "NTLM already running"
fi
function ntlmproxy_check
You will need ntlmaps from AUR and sudo. Set up sudo so your normal user can start and stop the ntlmaps service without the need for a password. Chown /var/run/daemon as mentioned in the comments of the script. I think I kept the changes fairly secure, but if someone has a more secure way of starting the ntlmaps server as a normal user, please share.

I noticed Arch supports different network profiles! Which is great if you've got a laptop that visits different LAN's with different network settings.
Unfortunately, I've come accross many corporate LAN's that have their own proxy servers as an extra layer of security. Setting the $http_proxy and $ftp_proxy environment variables everytime is annoying so I modified Arch's netcfg (/usr/bin/netcfg) script that takes care of the network-profiles.
Here's what I did:
/usr/bin/netcfg
start_profile() {
# add proxy
if [ "$PROXYFILE" -a -f /etc/network-profiles/$PROXYFILE ]
then
ln -s /etc/network-profiles/$PROXYFILE /etc/profile.d/proxy.sh
chmod +x /etc/profile.d/proxy.sh
fi
# Save the info in /var/run so we can shut it down later
stop_profile() {
# remove proxy settings
unset -v http_proxy ftp_proxy
if [ -f /etc/profile.d/proxy.sh ]
then
rm /etc/profile.d/proxy.sh
fi
/etc/network-profile/<profile>
PROXYFILE="<profile>.proxy"
/etc/network-profile/<profile>.proxy
export http_proxy="http://foo:[email protected]:8080"
export ftp_proxy=$http_proxy
You can put whatever you want in the <profile>.proxy script to set up the appropriate variables, e.g. the ntlmproxy_check I posted above.
Now, when netcfg is called it checks to see if $PROXYFILE is set in your network profile. It then creates a symlink /etc/profile.d/proxy.sh pointing to $PROXYFILE. This way, everytime you login the $PROXYFILE is executed and sets the appropriate variables.
It's not very secure: anyone can simply do "echo $http_proxy" and see your login and password for the proxy server.

Similar Messages

  • Network issue with proxy

    My network uses proxy and port 8080.However when i enter 8080 in web proxy it automatically becomes 8,080 and i am unable to connect.Is there something that i am missing.

    Make sure that the Firefox connection settings are the same as in IE.
    You can find the connection settings in "Tools > Options > Advanced : Network : Connection"
    If you do not need to use a proxy to connect to internet then select No Proxy
    In Firefox 3.6.4 and later the default connection settings have been changed to "Use the system proxy settings".
    You can compare them with the IE settings in the Internet Options (Control Panel).
    Control Panel > Internet Options > Connections: LAN Settings

  • Soft for a device mass configuration with variables support

    Hello everyone.
    Does anyone know a soft for mass configuration of Cisco network devices with variables support? I have a lot of network devices with the typical configuration. But some of parametres at this devises can be different (IP octets, IPs at ACLs, names with numbers, etc). So is there some soft where I can give it some script with variables for all devices and it puts values for each device from some DB or file? Right now I have found only one soft with name "DeviceExpert" but is there more?
    Best Regards.

    Hi,
    You would need to contact Adobe Support via online chat.
                        http://www.adobe.com/support/chat/ivrchat.html
    Regards,
    Sharad

  • HT5439 Why does support *** u me this statement gets the problem solved ? Use Apple Configurator* to deploy a configuration profile with a Wi-Fi payload that contains the proxy configuration.

    Why does apple support help *** u me this opening statement help anyone without the knowledge to undertand what to do?
    Use Apple Configurator* to deploy a configuration profile with a Wi-Fi payload that contains the proxy configuration.

    Post in your native language, nothing posted so far makes any logical sense.

  • Windows Deployment Service. Network Profile Radio Buttons greyed out with R2

    Hi All
    I have downloaded and setup Server 2008 R2 (not yet activated). I have added the following roles "DHCP Server", "DNS Server", "Active Directory Domain Services" and "Windows Deployment Services". I can PXE boot a test client machine and (using the boot.win from windows 7 dvd) multicast a XP Image to it. This setup is connected via a 100 Mb switch and is an isolated network. 
    Under windows deployment services - if I right click my server - select properties - network tab "Network Profile is greyed out". I have tried running wdsutil /Set-TransportServer /Server:big /Profile:100Mbps but get the following error message: "Windows Deployment Services Management Utility Version 6.1.7600.16385. Error code 0xC110011F This WDS transport server does not support network profiles.
    I have tried this on two hardware setups:
    An Intel D915GUX 3GHz 2GB RAM and Marvel Yukon 88E8050 ethernet controller.
    An Intel D965 Core2Duo 1.86GHz 2GB RAM and  Intel 82566DM Network controller.
    Incidently I have done the same setup with Server 2008 (not R2) on the D965 and the Network Profile radio buttons are not greyed out. If I upgrade the same test machine to server 2008 R2 the Network Profile radio buttons are greyed out. Is this a design change, does Server 2008 R2 no longer support network profiles as I am now unable to select 10 100 or 1000 Mbs ?
    If more information is required or if anything needs further detail please let me know.
    Thanks for any help.
    Liam.D

    Is there any way at all to manually set or control the network profile? In my environment, a SCCM\WDS multicast stream is bottoming out on speed and network utilization when the stream crosses a Nexus 7009 router. Speeds go from 200 Mbps to 20 mbps. I have
    a theory that this "new" automatic configuration is placing the clients in a slow network profile that are on the opposite side of the router and I have been unable to find a way to speed of the transmission. I have also ruled out the "master
    client" slowing down the stream buy using different clients only connecting to a stream 1 at a time. I have also ruled out the router as the source of the problem by having a VLC client listen to the multicast stream on the same side of the router as
    the slow clients. The VLC client (unknown to SCCM\WDS) was able to receive the transmissions at 20 % utilization / 200 Mbps.
    -Tony

  • How to create a persistent network manager profile with openvpn?

    After installing networkmanager and openvpn everything works fine except that the networkmanager profile is not persistent and nm creates and selects a new profile with every boot. I followed Persistent configuration on boot using systemd which creates a persistent profile and cuts out the creation of a new profile, but when I build a openvpn connection it won't change the i.p. any longer. I've been searching for a week, read and learned a lot, but without a solution.
    My main question is what's creating and selecting a new network profile after booting? I've 2 fresh installations of Arch and Archbang on 2 pc's and with both the same issue/problem.
    systemctl --type=service
    UNIT LOAD ACTIVE SUB DESCRIPTION
    avahi-daemon.service loaded active running Avahi mDNS/DNS-SD Stack
    clamd.service loaded active running clamav daemon
    colord.service loaded active running Manage, Install and Generate
    cups-browsed.service loaded active running Make remote CUPS printers av
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    kmod-static-nodes.service loaded active exited Create list of required stat
    lvm2-lvmetad.service loaded active running LVM2 metadata daemon
    lvm2-pvscan@254:0.service loaded active exited LVM2 PV scan on device 254:0
    NetworkManager.service loaded active running Network Manager
    nmbd.service loaded active running Samba NetBIOS name server
    org.cups.cupsd.service loaded active running CUPS Scheduler
    polkit.service loaded active running Authorization Manager
    privoxy.service loaded active running Privoxy Web Proxy With Advan
    rpcbind.service loaded active running RPC bind service
    rtkit-daemon.service loaded active running RealtimeKit Scheduling Polic
    smbd.service loaded active running Samba SMB/CIFS server
    systemd-fsck-root.service loaded active exited File System Check on Root De
    systemd-fsck@dev-disk-by\x2duuid-0e5d72a0\x2de09b\x2d4d0b\x2dba6f\x2d29a25ce04
    systemd-fsck@dev-disk-by\x2duuid-567d8960\x2d0ab5\x2d4e3a\x2d8565\x2d32d725fee
    systemd-journal-flush.service loaded active exited Trigger Flushing of Journa
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-random-seed.service loaded active exited Load/Save Random Seed
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File
    [email protected] loaded active exited Load/Save RF Kill Switch
    [email protected] loaded active exited Load/Save RF Kill Switch
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device
    systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-update-utmp.service loaded active exited Update UTMP about System Boo
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    tor.service loaded active running Anonymizing Overlay Network
    udisks2.service loaded active running Disk Manager
    [email protected] loaded active running User Manager for UID 1000
    systemctl list-unit-files | grep -i network
    dbus-org.freedesktop.NetworkManager.service enabled
    [email protected] disabled
    NetworkManager-dispatcher.service disabled
    NetworkManager-wait-online.service disabled
    NetworkManager.service enabled
    systemd-networkd-wait-online.service disabled
    systemd-networkd.service disabled
    network-online.target static
    network-pre.target static
    network.target static
    Last edited by 2arch (2014-12-10 22:54:18)

    Open the Sharing pane of System Preferences and enable Internet Sharing over AirPort.
    (59391)

  • HT1277 Cofiguring mail in network with proxy

    I have cofigured mail with my account and i used it in network without proxy, it is working properly. But when i use mail in network with proxy, it is not working although i have configured proxy in Network in preference. Please help me to configure mail in network with proxy? thanks

    In a typical set-up, an SMTP proxy server is irrelevent to client mail access; the proxy servers I've worked with sit between the SMTP mail server and other mail servers on the 'net.
    For clients accessing the server, use IMAP or (less desirably) POP to read mail, and use the SMTP submission port to send mail, and you should connect directly to the mail server. 
    Typical configurations don't have the clients connecting to the SMTP port (TCP port 25) directly these days; that tends to be blocked on many networks, and many SMTP mail servers are set to reject remote connections on that port that aren't from SMTP servers.
    Alternatively, have a chat directly with whomever is managing or whomever is supporting the proxy server, and ask them how a legitimate user can access mail via the device, or around the device.

  • IOS 6 config profile bug: removing profile with APN proxy leaves proxy settings behind

    Has anyone noticed this problem on iOS 6: if you install a configuration profile with APN proxy settings and then remove it, the proxy settings themselves stay in the device. The profile itself is removed but the proxy settings are still there. This was never the case before. When the profile is removed it is expected that the proxy settngs (inside the profile) will be gone too.
    The only workaround I have been able to find is to do a Network Reset following the profile removal. This is major and needs to be fixed
    If you have seen this problem, have you found another workaround?

    Can you please explain this app rejection? The app can always launch Safari to a URL that contains the profile and install that way. Is there another way for an app to install a configuration profile? are there APIs for that?
    I, personally, still dont get this. It seems so obvious. I wish someone could tell me from Apple whether this is done by design.
    <Edited By Host>

  • Problems with new rc.conf network profile and rc.conf.pacnew [FIXED]

    Folks after the last updates I have the following error
    I used cat /var/log/boot | grep -C 10 'FAIL' | awk '{for (i =5; i <=NF; i++) printf("%s",$i); printf("\n")}' to get it.
    The query is outputing a LOT of garbage maybe someone can help me to improve it a bit but anyways....
    2011:^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mActivatingSwap^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mConfiguringTimeZone^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mRemovingLeftoverFiles^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mSettingHostname:mordor^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mSettingLocale:en_US.UTF-8^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mSettingConsolestoUTF-8mode^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[%G^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mLoadingKeyboardMap:br-abnt2^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:INIT:Enteringrunlevel:3
    2011:^[[1;34;40m::^[[1;37;40mStartingSyslog-NG^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mStartingNetwork^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;31;40mFAIL^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mMountingNetworkFilesystems^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mStartingCronDaemon^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mRestoringALSALevels^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mStartingD-BUSsystemmessagebus^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mStartingUDevDaemon^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mTriggeringUDevuevents^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mLoadingModules^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mWaitingforUDevueventstobeprocessed^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mBringinguploopbackinterface^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m^[[71G^[[1;34;40m[^[[1;37;40mDONE^[[1;34;40m]^[[1;0m
    2011:^[[1;34;40m::^[[1;37;40mCheckingFilesystems^[[1;0m^[[s^[[71G^[[1;34;40m[^[[0;36;40mBUSY^[[1;34;40m]^[[1;0m/dev/sdb3:clean,258183/6111232files,4586437/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,270450/6111232files,8015085/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,270422/6111232files,8015125/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,270990/6111232files,8019043/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,273536/6111232files,8184441/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,273805/6111232files,8434474/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,273600/6111232files,8386385/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,272888/6111232files,8317174/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,380648/6111232files,7423668/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:clean,380645/6111232files,7424068/24414012blocks
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingUDevDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mTriggeringUDevuevents^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingModules^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mWaitingforUDevueventstobeprocessed^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mBringinguploopbackinterface^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mCheckingFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m/dev/sdb3:Superblocklastmounttimeisinthefuture.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingHostname:mordor^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingLocale:en_US.UTF-8^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mSettingConsolestoUTF-8mode^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[%G^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mLoadingKeyboardMap:br-abnt2^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:INIT:Enteringrunlevel:3
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingSyslog-NG^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[31mWarning:^[[0;10mThisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    2011:connection,oruseautilitysuchasnetcfg.
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingNetwork^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10mSIOCADDRT:Nosuchprocess
    2011:^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1m^[[31mFAIL^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mMountingNetworkFilesystems^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingCronDaemon^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mRestoringALSALevels^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    2011:^[[0;10m^[[1m^[[34m::^[[0;10m^[[1mStartingD-BUSsystemmessagebus^[[0;10m^[[s^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m^[[71G^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    The specific error is Thisfunctionalityisdeprecated.
    2011:Pleasereferto/etc/rc.confonhowtodefineasinglewired
    What can I do? Cause I followed the instructions in https://wiki.archlinux.org/index.php/Netcfg
    and ended up with no network
    Also how can I generate a new rc.conf.packnew?
    Here is my  rc.conf
    cat /etc/rc.conf.packnew
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: Set the locale during daemon startup and during the boot
    # process. If set to 'no', the C locale will be used.
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="localtime"
    TIMEZONE="America/Sao_Paulo"
    KEYMAP="br-abnt2"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(fuse)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="mordor"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network netfs crond alsa dbus)
    My network profile:
    cat /etc/network.d/main
    CONNECTION='ethernet'
    DESCRIPTION='A basic dhcp ethernet connection using iproute'
    INTERFACE='eth0'
    IP='dhcp'
    Regards,
    vfbsilva
    Last edited by vfbsilva (2011-06-15 04:12:59)

    The problem was in rc.conf. Im posting the file with the fix, the network modules were being loaded in the wrong order on the modules array and I think I had a module missing. Anyway posting it:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: Set the locale during daemon startup and during the boot
    # process. If set to 'no', the C locale will be used.
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="localtime"
    TIMEZONE="America/Sao_Paulo"
    KEYMAP="br-abnt2"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    #MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(fuse)
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="mordor"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng crond alsa dbus net-profiles netfs)
    Hope it helps someone;

  • Is the SAP profile for cars supported with iPhone 4S?

    Hi all,
    I am just wondering whether SAP ( SIM Access Profile ) is now supported with iPHone 4S ? Does anybody know ?

    No.

  • I want to buy the new iPad in America with 4G, but I moving to Australia permanently. Will I be able to use any 4G networks once they are supported in Australia?

    I want to buy the new iPad in America with 4G, but I moving to Australia permanently. Will I be able to use any 4G networks once they are supported in Australia?

    Actually it depends on the Bandwidth of the network they will be using. You can see a list of tech specs on the iPad website.

  • LabVIEW network library with support for SSL, Ping and IPv6

    I have posted on LAVA
    an OpenG package that will install a LabVIEW network library with
    support for SSL, Ping and IPv6.
     Please go there if you are
    interested to look it up.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

    Bob Y. wrote:
    OK,  but what is it and why should I use it?  What need does it fulfill?  I have been unable to find much documentation for this at the wiki page and maybe a couple of paragraphs here would help.
    Thanks,
    Bob Young
    Hi Bob,
    Yes, this info got burried.  Basically, it's a tool for building LabVIEW-based software products.  It is highly flexible/extensible and tries to fill the holes left by LabVIEW's built-in Application Builder.  Here are some good links to more info:
    OpenG Builder Homepage
    OpenG Builder 1.0 Documentation
    Thanks,
    -Jim

  • Having network profiles is causing so many problems with applications

    Perhaps someone could explain this to me, because i must be doing something wrong.
    We have 10.4.6 client machines, and a 10.4.6 server. They login and their profiles are on the server and accessed via AFP, ok all is well there.
    But ever since Tiger (Panther never had this problem) having network profiles causes so many problems with applications. Here are just some examples:
    1. MS Office 2004 programs will sometimes say all the system fonts are corrupted when they are not. The only way to fix this is to log the user out and delete the Microsoft preferences folder from their network profile from the server. Doing it from the client doesn't work unless you get them to logon in safe boot.
    2. Office 2004 will also randomly not save documents or autorecovery files, claiming that "too many files are open" or that the disk is full, when their profiles have 100s of megabytes left.
    3. Safari will randomly stop working. When you load up Safari it will load up websites all distorted, and then eventually give up and force quit. The only way to fix this is...again deleting the Safari preferences from the server whilst the client is logged off.
    4. Adobe Photoshop files will randomly corrupt, causing "End of file" errors when files are opened.
    Now i've narrowed it down to the basic fact that the clients are using network profiles via AFP. I've experimented them logging onto the server and using local profiles and the programs all work perfectly. My setup is exactly the same as it was on Panther, and panther had none of these problems.
    Surely i am not the only one who is experiencing this?

    Do you have the "Inherit Permissions" option via POSIX access enabled for the home directory share point? If so, disable it, as home directories need standard POSIX permissions.
    I've seen some problems with third-party applications - namely Adobe CS2 - when using network homes mounted via AFP. Others have reported problems with Office 2004. There are other oddities, even observable in the Finder, mostly due to changes that enabled metadata (Spotlight) for AFP. However, never have I seen Apple applications like Safari not work correctly with network homes; thus, there might be another problem here.
    I'd check the filesystems for all volumes on the server using Disk Utility and repair any damage found.
    You may want to consider using Portable Homes for better compatibility with Office 2004 (unfortunately).
    --Gerrit

  • Is it OK to share system profile with support

    I'm having a problem with a game, CoD4, and the support staff at Aspyr has asked me to share my system profile with them. Are there any security or other concerns that I should be aware of before doing so?
    Many thanks,
    Brian

    I agree you should send your profile to a bona fide company. I did this recently to help OnOne Software debug a problem they are having with one aspect of the ATI graphics card in the i7 iMac.

  • Wireless Network Management with Multiple SSIDs in one Wireless Profile

    Could anybody explain me about how Multiple SSIDs in one Wireless Network Name (Network Profile) ? Configuration will be pushed to Windows 7 Pro from Wins Server 2008 R2.
    Objective: Multiple office locations will have different SSIDs and when the laptop user travels one location to another, he/she could connect to wireless networks at any offices without any configuration change but utilizing "Automatically use my Windows
    logon name and password (and domain if any.)" setting in EAP MSCHAPv2 properties. 
    Network Name: Enterprise
    SSIDS: SFO-WIFI, LAX-WIFI,CHI-WIFI,NYC-WIFI,
    Network Type:Access Point
    Security Type: WPA2-Enterprise
    Encryption Type: AES
    Network Authentication Method: Microsoft:Protect EAP(PEAP)
    My question is: (1) Will Windows try all the SSIDs in order to get connected to the Wireless Network at the office? (Let's say, user is in NYC, but will Windows try to find SFO-WIFI SSID first, wait until time out, retry?, and moves on to LAS-WIFI SSID,
    wait until time out, retry?, and moves on to CHI-WIFI and finally tries NYC-WIFI SSID and found the SSID in the beacon from Access Point and authenticates through RADIUS?
    (2) If the answer is YES, what is the waiting time/timeout setting for one SSID before moves on to another?
    (3) If the answer is NO, what is the process to get user connected to NYC-WIFI SSID when he/she is in NYC office within the range of that SSID?

    Hello Ninjago_2224,
    About the multiple office location have different SSIDs, does the location A has the signal used in
    location D?
    Please go to Control Panel\Network and Internet\Network and Sharing Center
    , and then click Manage wireless networks.
    The windows will try to connect to these networks in the order listed.
    Please check if the four SSID pushed by Windows Server 2008 is listed as mentioned above.
    If the location A have the location D SSID and the location D SSID has higher priority, the Windows will connect to
    location D SSID.
    So about the question 1, the Windows will try the SSID in order.
    About the question 2, I can’t find the accurate time that test one SSID and move to another. But based on my test, it is very fast.
    For more information, please take a look at the following article.
    http://www.howtogeek.com/howto/27067/change-wireless-network-priority-to-make-windows-7-choose-the-right-network-first/
    Please note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

Maybe you are looking for