Network-profiles (1) and /etc/hosts

Hi everyone,
i've got a few network-profiles, especially in one network I have to use a static ip to connect to the internet. The only entry in the /etc/hosts which works correctly - without any error messages - for me, is
192.168.0.99 localhost.localdomain myhost
If I use something like 127.0.0.1 in front and simply add my hostname at the end, I can't connect with the Inet, unfortunately. I did not test it, but I'm pretty sure, that this host configuration won't work in any other network, where I get a dynamic IP from the DHCP. Is there a possibility to write the content of the /etc/hosts with netcfg, like the /etc/resolv.conf for example?
MfG Skit

Because you didn't specify what localhost was in your hosts file. It only knows of localhost.localdomain(does not imply 'localhost') and acer being the loopback.
I think he understood that.
'localhost' is universally understood as the loopback.
this is some kind of 'magic' answer isn't it? the resolving doesn't come out as a miracle... and that is IMHO what needs explanation.
his computer alone doesn't (obviously) get it because sure, it's not set. now what 'magic' makes it known when a cable is plugged in? the computer tries to reslove locally (via /etc/hosts), fails at it, and then asks the dns server about it. so I reckon the dns server is instructed on replying '127.0.0.1' for a 'localhost' hostname request. why so? because dns servers have an option to look at their local /etc/host for resolving before delegating to bigger servers, so the dns server certainly has localhost matching 127.0.0.1 in his /etc/host, and blindly replies accordingly, oblivious to the fact that he is replying about his 'own' 127.0.0.1 to someone else.
Last edited by lloeki (2008-01-16 08:24:12)

Similar Messages

  • System config network error while parsing /etc/hosts

    I am configuring RAC on Oracle Linux,i have configured /etc/hosts on both nodes,when ever i opened network, its displaying error message.
    system config network error while parsing /etc/hosts
    wrong ip on line 25
    wrong ip on line 26
    wrong ip on line 27
    here is my host entries.
    node1
    ====
    [root@racnode1 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode1 ~]# hostname
    racnode1.reg.com
    [root@racnode1 ~]#
    node2 host entries
    ===========
    [root@racnode2 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode2 ~]#
    i am not able to ping racnode1-priv or racnode2-priv.
    from node1:
    ========
    [root@racnode1 ~]# ping racnode2-priv
    PING racnode2-priv.reg.com (10.10.1.2) 56(84) bytes of data.
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=2 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=3 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=4 Destination Host Unreachable
    5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4002ms
    , pipe 3
    [root@racnode1 ~]#
    from node2:
    =======
    [root@racnode2 ~]# ping racnode1-priv
    PING racnode1-priv.reg.com (10.10.1.1) 56(84) bytes of data.
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=2 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=3 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=4 Destination Host Unreachable
    --- racnode1-priv.reg.com ping statistics ---
    4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
    , pipe 3
    [root@racnode2 ~]#
    any idea where configuration went wrong.
    Thanks

    here is output, i can see lot of additional characters.
    [root@racnode1 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    [root@racnode1 ~]#
    from node2:
    ========
    [root@racnode2 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    $
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    Edited by: Endeca on Apr 7, 2013 10:13 AM

  • Sshd ignores /etc/hosts.allow and /etc/hosts.deny

    Hello everyone,
    I've just found out that sshd ignores /etc/hosts.allow and /etc/hosts.deny completely on my machine. It doesn't make use of tcp_wrappers. I am using the standard Arch package. Either my settings are wrong, or this is a severe security problem. It was a terrible surprise to find out that my server is under severe dictionary attacks all the time, despite the denyhosts script I am using.
    These are my settings:
    /etc/hosts.deny:
    ALL: ALL
    /etc/hosts.allow:
    # some nfs daemons: 192.168.1.0/255.255.255.0
    sshd sshd1 sshd2: ALL EXCEPT /etc/hosts.evil
    mysqld: 192.168.1.0/255.255.255.0
    /etc/hosts.evil:
    195.113.21.131
    60.10.6.53
    A simple experiment to verify the settings:
    [root@charon etc]# tcpdmatch -d -i /etc/xinetd.conf sshd 195.113.21.131
    warning: sshd: no such process name in /etc/xinetd.conf
    client: address 195.113.21.131
    server: process sshd
    matched: hosts.deny line 5
    access: denied
    [root@charon etc]# tcpdmatch -d -i /etc/xinetd.conf sshd 195.113.21.130
    warning: sshd: no such process name in /etc/xinetd.conf
    client: address 195.113.21.130
    server: process sshd
    matched: hosts.allow line 10
    access: granted
    This seems to be fine. But when I go to the machine 195.113.21.131, I can simply log in with no trouble at all.
    This is really strange. Does it have something to do with the xinetd warning? I am not using xinetd... Maybe I'm doing something wrong. If you have experienced such a trouble, please give me a hint.

    elasticdog wrote:So should our package not have the ListenAddress 0.0.0.0 line uncommented by default?  My guess would be that since it listens on all local addresses by default, we're just overwriting that when specifying 0.0.0.0, which isn't valid.  That was users don't have to specify their local IP address.  Unless I'm wrong, shouldn't this be a bug/feature request for the packager?
    This doesn't seem to be a package bug... IMHO, sshd must respect all the settings in hosts.deny and hosts.allow, regardless the IP address it listens on. The behaviour I noticed seems to be much more complicated. Basic settings (daemon name mentioned in hosts.*) worked, as far as I didn't want a "per IP" configuration. For example, including the daemon in hosts.allow really enabled remote connections, but any closer specifications (subdomains, EXCEPT operator...) were ignored. Access was simply granted without further evaluation. Excluding sshd from hosts.allow worked as one would assume. When I specified ListenAddress, everything started to work properly. This is mysterious. There are millions of computers using tcp wrappers and ssh, so it's hard to believe there could be a bug.

  • Renaming .rhost and /etc/hosts.equiv

    Hi!
    In the Solaris hardening quide there is a point which says that the .rhost and /etc/hosts.equiv files should be removed. Is it enough if I just rename them (in the same directory) in order to be able to restore them in a later point?
    Thanks.

    Should be.
    7/M.

  • Oracle 11gR2 RAC VM and SCAN and DNS and /etc/hosts (two) setup questions

    Hi,
    I am looking forward to setting up two Oracle 11gR2 RAC instances
    on my Oracle VM test machine.
    I plan on using the Oracle 11gR2 RAC VM template.
    I want the final Oracle 11gR2 RAC instances to have SCAN that uses DNS.
    The DNS will be pre-installed in the JeOS.
    My first simple question about the setup is the following.
    In my DNS name file, for example,
    /var/named/chroot/var/named/milkyway.univ.db
    do I need to provide the racnode1 and racnode2 information,
    for example,
    # DNS name file (snippet)
    myjeos IN A 192.168.1.150
    racnode1 IN A 192.168.1.161
    racnode1-vip IN A 192.168.1.163
    racnode2 IN A 192.168.1.162
    racnode2-vip IN A 192.168.1.164
    rac-scan IN A 192.168.1.131
    rac-scan IN A 192.168.1.132
    rac-scan IN A 192.168.1.133
    Or, can I just provide only the rac-scan information
    # DNS name file alternate (snippet)
    myjeos IN A 192.168.1.150
    rac-scan IN A 192.168.1.131
    rac-scan IN A 192.168.1.132
    rac-scan IN A 192.168.1.133
    What I am getting at is the following.
    Within the install process, will racnode1, racnode1-vip, racnode2,
    and racnode2-vip host names and their IP address be written
    to the RAC instances /etc/hosts files? (So I should not bother
    to put them in the DNS name file like '# DNS name file alternate (snippet)'?)
    Or, should I put the racnode and racnode-vip host names and IP addresses
    in the DNS name file like '# DNS name file (snippet)'?
    The second question is the following.
    Are the cluster name and the scan name allowed to be different?
    Currently, I would plan them to be different,
    for example, rac-cluster and rac-scan.
    Or, are they required to be the same,
    for example, rac-cluster and rac-cluster.
    Thank you.
    AIM

    AIM wrote:
    do I need to provide the racnode1 and racnode2 information,
    Or, can I just provide only the rac-scan information You need to provide all of it in DNS, because other hosts in your network will need to be able to resolve all of the normal, VIP and SCAN addresses for your RAC nodes. We write this data out to /etc/hosts just to reduce the amount of round-trip DNS requests the cluster nodes make for themselves.
    Are the cluster name and the scan name allowed to be different?They can be different.

  • Socket functions and /etc/hosts and /etc/servi​ces

    I have verified that I con open a socket with either the host name or the IP address.
    But can I use either the port number or the service name (from /etc/services)?
    It allows me to use a string constant instead of a numeric, but it doesn't seem to work.

    The string form for the port number is specifically meant to use the NI Service Locator service and nothing else. It does not link into /etc/services or anything like that at all but is a proprietary service locator solution from NI. There exist LabVIEW VIs that one can use to both query this service as well as register new services. It can be found at vi.lib/Utility/ServLocInterface.llb. The actual service used to be programmed in LabVIEW around LabVIEW 7.0 but quickly was moved to a real system service at least on Windows. Not sure if other platforms still use the VI based service implementation or have a native service deamon too, for this.
    Theoretically it would be possible to create some translation program in LabVIEW that reads /etc/services and then registers them through the service locator API but I'm not sure I see a real benefit in this.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • /etc/hosts error

    Hello,
    I'm trying to follow the cookbooks to install rac/linux/vmware on xp professional. Whenever i try and install the CRS I get an error message that says
    The local node entry in Cluster Configuration inforamtion does not match with the entry in /etc/hosts file. Verify local node information in /etc/hosts file and re-enter the correct value.
    I have followed the instructions and can't see where I have gone wrong. Can someone point me in the right direction...
    thanks

    I too am getting this same error on HP-UX install, any ideas?
    My nslookups, and /etc/hosts match up across the nodes, for the private and public networks, and the Cluster is created and looks good from clverify.

  • /etc/hosts vs DNS & sendmail

    Hi All,
    I have a question about how /etc/hosts & DNS work on a solaris 9 box.
    When I have entries in /etc/hosts that are not in DNS and I run say nslookup the utility will not find the ip. Put if I ping the entry in /etc/hosts it will find it. Basically I have a box with default sendmail and in /etc/hosts I have a entry with mailhost added to it at the end. nslookup does not find the box ping does and sendmail can't send mail to it and I can not verify that it ever worked correctly.
    1) what is up with nslookup no seeing /etc/hosts?
    2) can sendmail send to hosts per FQDN listed in /etc/hosts & use a DNS server at the same time?
    thanks
    -im

    When I have entries in /etc/hosts that are not in DNS
    and I run say nslookup the utility will not find the
    ip. Correct. nslookup and /etc/hosts are controlled by /etc/nsswitch.conf.
    Files says to search /etc/hosts.
    Anything else says to use that name service.
    Put if I ping the entry in /etc/hosts it will
    find it.If it is in /etc/hosts and /etc/nsswitch.conf says to search /etc/hosts.
    and in /etc/hosts I have a entry with mailhost added
    to it at the end. nslookup does not find the box ping
    does and sendmail can't send mail to it and I can not
    verify that it ever worked correctly. Sendmail can be compiled to use or disregard name server lookups in addition to the /etc/nsswitch.conf file.
    sendmail -v e-mail_addr, should show you some basic diagnostics.
    1) what is up with nslookup no seeing /etc/hosts?That's the way it works.
    2) can sendmail send to hosts per FQDN listed in
    /etc/hosts & use a DNS server at the same time?sure, see /etc/nsswitch.conf and the sendmail compile time options.
    http://www.ilkda.com/sendmail/
    alan

  • /etc/hosts.allow versus iptables/firewall?

    What's the relation between the /etc/hosts.allow and /etc/hosts.deny files, on the one hand, and a host firewall on the other? If I'm going to configure iptables on a machine, is there any point to having any non-trivial rules in /etc/hosts.allow and /etc/hosts.deny too? Or should I just set them to let everything connect and do all my configuration through iptables?
    (Well, really, I'm going to use some iptables-for-dummies tool like ufw or firehol.)

    I cannot agree that hosts.{allow,deny} are 'a lot more basic' They're different from iptables, they work on different level and offer different capabilities, but it would be much harder with iptables to grant/deny access according to:
    - ident lookup
    - NIS netgroup
    - domain name
    - consistent ip->name and name->ip mapping
    and so on; man 5 hosts_access and man hosts_options contain some examples. On the actions side, in addition to granting or denying access, arbitrary command can be run in parallel or instead of called service, with some useful informations about connection available as %variables.
    Tcp_wrappers do not have to be called by protected service itself; they can be used with everything that uses TCP and can be run via (x)inetd, with a little help from tcpd(8).
    I prefer iptables myself (no use in letting unwanted traffic pass any further than strictly necessary), but tcp_wrappers make a really nice and useful complementary solution.

  • Mpc problem: getaddrinfo not checking /etc/hosts?

    The source of this question is my attempt to get mpc to contact mpd on my localhost when the internet is down. When the internet is up it works fine, but when i'm not connected to the internet, running mpc behaves as follows:
    I seem to have tracked this down to a problem in getaddrinfo (possibly in my sytem configuration?). I created a piece of test code (below) that does a gethostbyname and then a getaddrinfo. On this computer, both work when connected to the internet, but getaddrinfo fails when disconnected. I tested the same code on an ubuntu computer and it getaddrinfo worked even when disconnected from the internet.
    My /etc/hosts and /etc/host.conf seem to be set properly. glibc is 2.8-3. I would have thought that getaddrinfo having such a problem would cause more errors than just in mpc, but I haven't noticed any.
    I'd really appreciate any help.
    #include <stdio.h>
    #include <sys/types.h>
    #include <sys/socket.h>
    #include <netdb.h>
    int main (void)
    struct addrinfo *addrinfo;
    int i, error;
    struct hostent *h;
    h = gethostbyname("localhost");
    if (h) {
    for (i=0; i < h->h_length - 1; i++)
    printf("%d.", h->h_addr_list[0][i]);
    printf("%d\n", h->h_addr_list[0][i]);
    } else {
    printf("no such host\n");
    error = getaddrinfo("localhost", NULL, NULL, &addrinfo);
    if (error) {
    printf("host not found: %s\n", gai_strerror(error));
    } else {
    while (addrinfo) {
    printf("%d %d %d\n",AF_INET,AF_INET6,addrinfo->ai_family);
    addrinfo = addrinfo->ai_next;
    return 0;
    $ ./hnt
    127.0.0.1
    2 10 2
    2 10 2
    2 10 2
    $ sudo dhcpcd -k wlan0
    $ ./hnt
    127.0.0.1
    host not found: Temporary failure in name resolution
    $ mpc
    MPD_HOST and/or MPD_PORT environment variables are not set
    error: host "localhost" not found: Temporary failure in name resolution
    $
    Uncommented and nonblank lines of /etc/hosts:
    127.0.0.1      localhost.localdomain  localhost heroine
    and /etc/host.conf:
    order hosts,bind
    multi on

    Alas, setting MPD_HOST does not help. If there is some way to give mpc an ip address instead of a hostname, that might help. Just putting 127.0.0.1 as MPD_HOST doesn't work.
    I also really think there is something really weird going on with getaddrinfo.
    Thanks for the idea.
    $ MPD_HOST=localhost mpc
    MPD_HOST and/or MPD_PORT environment variables are not set
    error: host "localhost" not found: Temporary failure in name resolution
    $ MPD_HOST=127.0.0.1 mpc
    MPD_HOST and/or MPD_PORT environment variables are not set
    error: host "127.0.0.1" not found: Address family for hostname not supported
    $

  • 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;

  • Network profile and Internet sharing

    Hi,
    In the network System preference applet there is the possibility to create network profiles for different environement, ex: Home, work, etc.
    In sharing preferences includes the Internet sharing as well.
    Is it possible to attach a Network profile to an Internet sharing configuration?
    What I'm trying to do is to have an Internet sharing profile when I want to share my Airport card in ad-hoc mode (to share with my Newton), but when I'm finished, I do want to switch back to the normal Airport operation so I can use my PB in wireless mode.
    So, I need a way to bind the 2 together without having to reconfigure all my network preferences all the time.
    Thanks

    Hi,
    What you suggested, is exactly what I've been trying and is not working.
    I think your mistaken:
    Location are great to create new network profiles, true. You can't access them from the Airport menu, but from the Apple menu in the submenu location.
    The problem is that this does not include the Internet sharing preferences, located into the Sharing preferences pane. So, switching location does not switch Internet sharing preferences. You have to disable and enable them each time.
    So, that's not the solution I'm searching for, unless you know some way to bind the 2 seting into a location.
    Thanks

  • DHCP Reservation Sync and DNS Host record sync etc shown in IPAM GUI

    Hello all,
    I am aware of the scripts in the TechNet script center to sync DHCP leases etc to IPAM, however my question is about something else -
    If you highlight an IP address (IP address inventory->select an IP), You can see fields that say: "DHCP reservation sync", "DNS PTR record sync" and "DNS host record sync" as below:
    I was curious as to what these are for. Is there some built-in sync functionality for these that I perhaps have not enabled? (Don't see such options any where..)
    thanks,
    -Ravi

    Hi  Ravi ,
    The three columns tell us the information of the synchronization between IPAM server and DNS server (or DHCP server) .
    Here is the detailed guide for using IPAM :
    Using the IPAM Client Console :
    https://technet.microsoft.com/en-us/library/jj878351.aspx#inventory
    IPAM can sync DNS and DHCP records .
    The IPAM database is separate from DHCP and DNS servers on our network ,and full synchronization of hosts and IP addresses between IPAM and managed DNS or DHCP servers does not occur automatically
    unless we have configured automated tasks to perform this synchronization .
    For detailed information ,see
    DNS and DHCP record synchronization chapter in the following link :
    Multi-server Management :
    https://technet.microsoft.com/en-us/library/jj878329.aspx
    Best Regards,
    Leo
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • TC related for IDOC (Defining Port,Defining Partner Profiles...etc) RFC and

    Hi All
    Can anyone pls give me all the TC related for IDOC (Defining Port,Defining Partner Profiles...etc) RFC and BAPI
    Thanks
    ss

    Hi SS..
        SM59-For creating the RFC destination
        we21- For ports
        we20-Partner profiles.
    For more inforamtion Please look at the below information:
    <b>SAP XI</b>
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (IDX1)
    a) Select create new button
    b) Enter the port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP XI towards other system.
    e) Save
    3) Load Meta Data for IDOC (IDX2)
    a) Create new
    b) IDOC Message Type
    c) Enter port created in IDX1.
    <b>SAP R/3</b>
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (We21)
    a) First Select Transactional RFC and then click create button
    b) Enter the destination port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Create Partner Profile (WE20)
    a) Create New
    b) Create the Partner no. name as same the logical system name of the destination system.
    c) Select Partner type LS
    d) Enter details for Type: US/USER, Agent, and Lang.
    e) Click on the + button to select the message type.
    f) Select Partner no. and LS which ever create above.
    g) Select Message type
    h) Select Process code related to the Message type.
    I) save.
    In <b>SLD</b> – System Landscape Directory
    TS for R/3 (Logical system):-Assign the client name created in R/3 as Logical system Name.
    Ts for Third Party (Logical system):-
    BS for SAP R/3 (Logical system):- Assign the client name created in R/3 as Logical system Name.
    BS for Third Party (Logical system):-Enter the XI logical system name.
    In Transaction SALE
    Define and Assign the logical system name.
       Thanks and Regards,
       Chandu.
    Message was edited by:
            Chandu
    null

  • 5800 XM WPA-PSK and network profiles problem

    Hi,
    I've just purchased a 5800XM phone, with the idea of setting up my personal email account on the device, using my office's network access point.
    The access point / router is a Comtrend 5361. The SSID is set to hidden (no broadcast), and the security is set to WPA-PSK (pre-shared key).
    On the Nokia phone I go to 'Settings -> Connectivity -> Wireless LAN' and choose 'Other (hidden netw.)'.
    Then I choose 'Connect', set the WLAN network name, the phone shows a message 'No WLAN network found', but then prompts to choose network mode (Infrastructure - Hidden),  and then password. It connects succesfully and asks for storing the network profile under offline mode, I tell it to do so, and the new profile appears under 'Network destinations -> Internet'. So until now everything seems ok.
    The problem is that after the phone disconnects from the internet, the stored profile seems to be useless, since the phone never connects automatically even if the AP is available and always shows 'Search for WLAN'. In the list the hidden access point never shows up so the only choice is repeating the steps that I mentioned above, creating a new profile every time I want to surt the net.
    Is there a solution to this, or a third party software that can do the trick?, I have OS V21.0.25, custom version 21.0.025.219.06 from Vodafone, no updates available as of today, but I've tested it with a phone that has the latest OS v30 and it shows the same behavior.
    I can't change the access point settings, so I must stick to WPA and hidden SSID, so for me this is almost a deal breaker.

    Ok, I was testing the wifi part without a sim card inserted, with a sim, the phone connects to the profile properly, but without the sim it has an odd behavior, not loading the profile and wrongly stating that it can't connect when it does (but disconnects randomly).
    So the problem is that wireless lan management doesn't work properly without a sim card.

Maybe you are looking for

  • Battery lasts only up to 2 hours??

    I just got my brand new 2nd gen iPod Touch today (32 GB) and completely charged the battery. After less than 2 hours of use, probably more like an hour and a half, the batter was 3/4 of the way down. Shouldn't it last longer than this? Could there be

  • Authority-Check in ABAP Query

    Hello,         I have a requirement to add authority check on two fields "Sales Organization" & "Plant" in a ABAP Query. Please let me know how can I do it? Will I be required to add some "Authority-check" code in sq02 or is there any button/checkbox

  • Error After client copy

    Hi all, I did a client copy in ECC IDES  with client 800 as source client.As per the logs , copy is successful.The profile usedf is SAP_ALL.After the copy we logged into the new client which was created and it looked good. Checked the Logs in SCC3 an

  • Customize Standard Integrator LOV

    Hi All, I am using 'Projects - Transaction Import' Web ADI, I wan to restrict Transaction Source and Expenditure type LOV values, I have created new custom components, but I am not able to attach, because its disabled to update/Date. As per oracle on

  • I have 2007 MacBook Pro running OSX 10.6.8 what OSX can I upgrade to without making word, Excel and other apps obsolete?

    I would like to upgrade OSX on MacBook Pro but when I try to go to Yosemite I get message Word, Excel, and other apps will not run. How can I upgrade and still run my older apps?