Modules, services and rc.conf

after change my rc.conf how i can restart services, reload modules without reboot my system ?

your modules can you just modprobe,
# modprobe modulename
the daemons are not so easy but you can take look in /etc/rc.d , for example network is restarted with,
# /etc/rc.d/network restart
some of the rc.d scripts give you their options if you just run them by name,
good luck
Edit: slackhack was faster...

Similar Messages

  • What are all Modules come under sales,service and marketing in Oracle CRM?

    Hi All,
    This is Hemanth writing in. I'm new to oracle CRM implementation in client side through Oracle Business Accelerator Methodology . I want to map sales ,service, marketing Modules.
    Our client Company is manufacturing crane, tower crane,cutting bending machine.
    what are all Modules come under sales, service and marketing ?
    In Which module we can map the Trade management and logistics ?
    Thanks in Advance
    Hemanth.C

    hi prakesh,
    firstly, cic winclient is an older version and obsolete so its better to implement the new crm version.
    secondly, in any case if you want to implement, then your 3rd party raw data has to be mapped with the SAP system which could be a problem. Middleware could be a lot of effort. Rest all depends on how much customization you need for your business requirement in cic and sales. In case you are implementing standard functionality mostly then no major complications are expected otherwise lot of development effort may be required.
    regards
    shikha

  • Job for httpd.service failed. See 'systemctl status httpd.service' and

    Hello,
    I am the problem. I change "/etc/httpd/conf/httpd.conf" to install php5 on apache.
    sudo systemctl start httpd
    Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
    systemctl status httpd.service
    ● httpd.service - Apache Web Server
    Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
    Active: failed (Result: exit-code) since lun. 2014-08-25 12:19:31 CEST; 1min 18s ago
    Process: 2208 ExecStop=/usr/bin/apachectl graceful-stop (code=exited, status=1/FAILURE)
    Process: 2433 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
    Main PID: 2060 (code=exited, status=0/SUCCESS)
    août 25 12:19:31 creaprog apachectl[2433]: httpd: Syntax error on line 66 o...y
    août 25 12:19:31 creaprog systemd[1]: httpd.service: control process exite...=1
    août 25 12:19:31 creaprog systemd[1]: Failed to start Apache Web Server.
    août 25 12:19:31 creaprog systemd[1]: Unit httpd.service entered failed state.
    Hint: Some lines were ellipsized, use -l to show in full.
    cat /etc/httpd/conf/httpd.conf
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "logs/access_log"
    # with ServerRoot set to "/usr/local/apache2" will be interpreted by the
    # server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log"
    # will be interpreted as '/logs/access_log'.
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to specify a local disk on the
    # Mutex directive, if file-based mutexes are used. If you wish to share the
    # same ServerRoot for multiple httpd daemons, you will need to change at
    # least PidFile.
    ServerRoot "/srv/http"
    # Mutex: Allows you to set the mutex mechanism and mutex file directory
    # for individual mutexes, or change the global defaults
    # Uncomment and change the directory if mutexes are file-based and the default
    # mutex file directory is not on a local disk or is not appropriate for some
    # other reason.
    # Mutex default:/run/httpd
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    #LoadModule authn_dbm_module modules/mod_authn_dbm.so
    #LoadModule authn_anon_module modules/mod_authn_anon.so
    #LoadModule authn_dbd_module modules/mod_authn_dbd.so
    #LoadModule authn_socache_module modules/mod_authn_socache.so
    LoadModule authn_core_module modules/mod_authn_core.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    #LoadModule authz_dbm_module modules/mod_authz_dbm.so
    #LoadModule authz_owner_module modules/mod_authz_owner.so
    #LoadModule authz_dbd_module modules/mod_authz_dbd.so
    LoadModule authz_core_module modules/mod_authz_core.so
    #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule access_compat_module modules/mod_access_compat.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    #LoadModule auth_form_module modules/mod_auth_form.so
    #LoadModule auth_digest_module modules/mod_auth_digest.so
    #LoadModule allowmethods_module modules/mod_allowmethods.so
    #LoadModule file_cache_module modules/mod_file_cache.so
    #LoadModule cache_module modules/mod_cache.so
    #LoadModule cache_disk_module modules/mod_cache_disk.so
    #LoadModule cache_socache_module modules/mod_cache_socache.so
    #LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
    #LoadModule socache_dbm_module modules/mod_socache_dbm.so
    #LoadModule socache_memcache_module modules/mod_socache_memcache.so
    #LoadModule watchdog_module modules/mod_watchdog.so
    #LoadModule macro_module modules/mod_macro.so
    #LoadModule dbd_module modules/mod_dbd.so
    #LoadModule dumpio_module modules/mod_dumpio.so
    #LoadModule echo_module modules/mod_echo.so
    #LoadModule buffer_module modules/mod_buffer.so
    #LoadModule data_module modules/mod_data.so
    #LoadModule ratelimit_module modules/mod_ratelimit.so
    LoadModule reqtimeout_module modules/mod_reqtimeout.so
    #LoadModule ext_filter_module modules/mod_ext_filter.so
    #LoadModule request_module modules/mod_request.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    #LoadModule reflector_module modules/mod_reflector.so
    #LoadModule substitute_module modules/mod_substitute.so
    #LoadModule sed_module modules/mod_sed.so
    #LoadModule charset_lite_module modules/mod_charset_lite.so
    #LoadModule deflate_module modules/mod_deflate.so
    #LoadModule xml2enc_module modules/mod_xml2enc.so
    #LoadModule proxy_html_module modules/mod_proxy_html.so
    LoadModule mime_module modules/mod_mime.so
    #LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    #LoadModule log_debug_module modules/mod_log_debug.so
    #LoadModule log_forensic_module modules/mod_log_forensic.so
    #LoadModule logio_module modules/mod_logio.so
    #LoadModule lua_module modules/mod_lua.so
    LoadModule env_module modules/mod_env.so
    #LoadModule mime_magic_module modules/mod_mime_magic.so
    #LoadModule cern_meta_module modules/mod_cern_meta.so
    #LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    #LoadModule ident_module modules/mod_ident.so
    #LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    #LoadModule remoteip_module modules/mod_remoteip.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
    LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    #LoadModule proxy_fdpass_module modules/mod_proxy_fdpass.so
    LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule proxy_express_module modules/mod_proxy_express.so
    #LoadModule session_module modules/mod_session.so
    #LoadModule session_cookie_module modules/mod_session_cookie.so
    #LoadModule session_crypto_module modules/mod_session_crypto.so
    #LoadModule session_dbd_module modules/mod_session_dbd.so
    LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
    #LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
    #LoadModule ssl_module modules/mod_ssl.so
    #LoadModule dialup_module modules/mod_dialup.so
    LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
    LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
    LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
    LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
    LoadModule mpm_event_module modules/mod_mpm_event.so
    LoadModule unixd_module modules/mod_unixd.so
    #LoadModule heartbeat_module modules/mod_heartbeat.so
    #LoadModule heartmonitor_module modules/mod_heartmonitor.so
    #LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    #LoadModule asis_module modules/mod_asis.so
    #LoadModule info_module modules/mod_info.so
    #LoadModule suexec_module modules/mod_suexec.so
    #LoadModule cgid_module modules/mod_cgid.so
    #LoadModule cgi_module modules/mod_cgi.so
    #LoadModule dav_fs_module modules/mod_dav_fs.so
    #LoadModule dav_lock_module modules/mod_dav_lock.so
    #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    #LoadModule imagemap_module modules/mod_imagemap.so
    #LoadModule actions_module modules/mod_actions.so
    #LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    #Load php5 module
    LoadModule php5_module modules/libphp5.so
    <IfModule unixd_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # Deny access to the entirety of your server's filesystem. You must
    # explicitly permit access to web content directories in other
    # <Directory> blocks below.
    <Directory />
    AllowOverride none
    Require all denied
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # AllowOverride FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Require all granted
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <Files ".ht*">
    Require all denied
    </Files>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
    </Directory>
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # MaxRanges: Maximum number of Ranges in a request before
    # returning the entire resource, or one of the special
    # values 'default', 'none' or 'unlimited'.
    # Default setting is to accept 200 Ranges.
    #MaxRanges unlimited
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall may be used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    # Defaults: EnableMMAP On, EnableSendfile Off
    #EnableMMAP off
    #EnableSendfile on
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # PHP settings
    Include conf/extra/php5_module.conf
    # Configure mod_proxy_html to understand HTML4/XHTML1
    <IfModule proxy_html_module>
    Include conf/extra/proxy-html.conf
    </IfModule>
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    # uncomment out the below to deal with user agents that deliberately
    # violate open standards by misusing DNT (DNT *must* be a specific
    # end-user choice)
    #<IfModule setenvif_module>
    #BrowserMatch "MSIE 10.0;" bad_DNT
    #</IfModule>
    #<IfModule headers_module>
    #RequestHeader unset DNT env=bad_DNT
    #</IfModule>
    Thanks, sorry my english is bad .
    Last edited by Creaprog (2014-08-25 10:25:17)

    I just noticed the exact same thing. It turns out that the httpd-ssl.conf file on my system is still the old v2.2 syntax, which means that the SSLMutex directive is still in there. This is an invalid directive after 2.2.
    This is where things get interesting. At first, I simply thought I had forgotten to merge httpd-ssl.conf.pacnew after apache had been upgraded to 2.4. However, when I check my pacman.log, it appears that httpd-ssl.conf was never upgraded when apache went to 2.4 - (2.2.26-1 -> 2.4.7-1). There was never a pacnew file generated to be merged.
    I took a look at the apache package via the abs and the "proper" httpd-ssl.conf is certainly in there, so why pacman never created a pacnew file is a mystery.
    Anyway, to fix this: pull the httpd-ssl.conf from the apache package, either from your cache, using the abs and building it, or (I think) pacman may re-install it if you move the file to a backup location (not sure about this). Then merge your original httpd-ssl-conf with the new one.

  • Error "Invalid or Could not find module configuration" and "Required application module HyperionPlanning.planning is not configured

    Dear
      I use version 11.2.1, try to open an application one by planning and workspace is the error below.
      "Invalid or Could not find module configuration" and "Required application module HyperionPlanning.planning is not configured"
    I checked the oracle site, but the suggested solution is not possible because using the OHS and found the file HYSLWorkers.properties.
    Solution
    On the server que hosts the Apache component:
    1. Navigate to HYPERION_HOME%% \ common \ httpServers \ Apache \ 2.0.59 \ conf
    2. Edit the file named HYSLWorkers.properties,
    3. Locate the entry starting with "worker.HP__8300.port"
    4. Set its value to the value of the Planning web application's listening port incremented by two,
    5. Save and close
    6. Restart Apache only
    Anyone have any suggestions?

    If restarting the services does not help, run the EPM configurator again and configure foundation web server again then restart services and try logging into workspace
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • [solved] udev/command/module/service

    The story started here: https://bbs.archlinux.org/viewtopic.php?id=147745 The aim is to use LIRC with lirc_serial module. To get it these operations must take place in a given order:
    - udev must name a serial port
    - serial port must be freed from (built in) kernel serial driver with command 'setserial /dev/ttyS0 uart none'
    - lirc_serial driver must be loaded
    - lircd service must be started
    I have tried to add 'setserial ...' command into udev rule (RUN+=), add lirc_serial module to /etc/modules-load and enable lircd service - all these under systemd - but needed sequence of operation takes place randomly only. Currently I use custom script which I start manually after booting (and, of course, it does work always):
    ~ $ cat `which mylirc.sh`
    #!/bin/bash
    /usr/bin/systemctl stop lircd.service
    /usr/bin/rmmod lirc_serial
    /usr/bin/setserial /dev/ttyS0 uart none
    /sbin/modprobe lirc_serial
    /usr/bin/systemctl start lircd.service
    Can anybody suggest legal systemd/udev way to get needed sequence of operations?
    Last edited by student975 (2012-09-02 14:29:47)

    Have got solutions here: [email protected] - just use ExecStartPre:
    ~ $ cat /etc/systemd/system/lircd.service
    [Unit]
    Description=LIRC Daemon
    After=network.target
    [Service]
    Type=forking
    EnvironmentFile=/etc/conf.d/lircd.conf
    PIDFile=/run/lirc/lircd.pid
    ExecStartPre=/usr/bin/setserial /dev/ttyS0 uart none
    ExecStartPre=/sbin/modprobe lirc_serial
    ExecStartPre=/bin/mkdir -p /run/lirc
    ExecStartPre=/bin/rm -f /dev/lircd
    ExecStartPre=/bin/rm -f /run/lirc/lircd
    ExecStartPre=/bin/ln -s /run/lirc/lircd /dev/lircd
    ExecStart=/usr/sbin/lircd -d $LIRC_DEVICE -P /run/lirc/lircd.pid -H $LIRC_DRIVER $LIRC_CONFIGFILE
    ExecStopPost=/bin/rm -f /dev/lircd
    ExecStopPost=/bin/rm -fR /run/lirc
    [Install]
    WantedBy=multi-user.target

  • XML Publisher with Service Module - Service Request Reports -- URGENT

    Hi all ... any pointers/help/guidance with the problem listed below would be much appreciated.
    I'm working in the context of the Oracle Service Module & Service Request Reports.
    I'm required to configure the XML Publisher Responsibility seeded functionality with the service module reports.
    Listed below are the two reporting requirements that I'm considering , corresponding to the following seeded XMLP Responsibility seeded components:
    (I'm quoting an extract from the Oracle TeleService Implementation & User Guide here).
    Detailed Report
    Data Definition: Service Request Detail Definition (CS_SR_DETAIL_DEF)
    Corresponding Template: Service Request Detail Report Template (CS_SR_DETAIL_TMP.en)
    Template Description: Includes all of the available service request attributes including charges, the two descriptive flexfields, and extensible attributes.
    Summary Report
    Data Definition: Service Request Summary Definition (CS_SR_SUMMARY_DEF)
    Corresponding Template: Service Request Summary Report Template (CS_SR_SUMMARY_TMP_en)
    Template Description: Includes a subset of the detailed report attributes including the same charges information as the detailed report.
    When I log into the EBS >> XML Publisher Administrator Responsibility >> Service Application ... I find these seeded XMLP components, together with the preview data, downloadable templates & sample output.
    The question is:
    Where (responsibility/application/navigation/etc.) do I find the seeded EBS Service Reports to provide the expected XML input to the seeded XMLP Service Request Data Definitions & Templates????
    Notes ...
    I have found the following two reports, under the Service Application in EBS, set their output type to XML and viewed the output of the submitted request:
    - Service Request Detail Report
    - Service Request Summary Report
    ... but each of these two reports produce XML output of a different data model/structure to that expected by each of the corresponding seeded XMLP data-definitions/templates.
    Additionally, I cannot find any corresponding concurrent program definitions on the system with the same SHORT-NAME/CODE as the seeded XMLP data definitions themselves i.e. CS_SR_DETAIL_DEF and CS_SR_SUMMARY_DEF.
    Are the necessary reports not actually seeded within EBS? Do the seeded XMLP data definitions & templates require development of new Concurrent Programs from scratch to access the database tables and provide the necessary data/input, or am I missing something here??

    I am sure you found a solution to your problem. If not, to give a pointer to this issue, I guess these reports are gererated right from the service request screen and this definition is used there.This report can be generated from several places based on where you are within SR scree.
    Thanks
    Nagamohan

  • Issue with Qualcomm WWAN module service

    Hello,
    each time I shut down my T410, XP SP3, w/Qualcomm WWAN module, I get an application error caused by QDLService2KLenovo.exe
    I know this is the WWAN service, and of course if I stop it, the WWAN module is not working anymore.
    Any idea to fix this error?
    thanks,
    H.
    Solved!
    Go to Solution.

    Hi
    I know this may be an old subject but here is a workaround I recently got from Lenovo support.
    Change the Log On user for this Gobi service to Network services:
    - open Windows Services
    - select the Properties of following Service "Qualcomm Gobi 2000 Download Service (Lenovo)"
    - select "Log On" tab
    - select "This account:" and then "Browse..."
    - search on the local machine and search for "Network Service" and confirm
    - now the user should be "NT AUTHORITY\NetworkService"
    - leave both password fields empty
    - confirm all changes
    - restart the "Qualcomm Gobi 2000 Download Service (Lenovo)" Service 
    I solved this with a “one-liner” at the deployment of Windows XP:
    sc config QDLService2kLenovo obj= "NT Authority\Network Service"  password= notused

  • ASMX web service and The remote server returned an error: (500) Internal Server Error issue

    i have developed a very small web service and which is hosted along with our web site. our webservice url is
    http://www.bba-reman.com/Search/SearchDataIndex.asmx
    web service code
    namespace WebSearchIndex
    #region SearchDataIndex
    /// <summary>
    /// SearchDataIndex is web service which will call function exist in another library for part data indexing
    /// </summary>
    [WebService(Namespace = "http://tempuri.org/")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    [System.ComponentModel.ToolboxItem(false)]
    // To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.
    // [System.Web.Script.Services.ScriptService]
    public class SearchDataIndex : System.Web.Services.WebService
    //public AuthHeader ServiceAuth=null;
    public class AuthHeader : SoapHeader
    public string Username;
    public string Password;
    #region StartIndex
    /// <summary>
    /// this function will invoke CreateIndex function of SiteSearch module to reindex the data
    /// </summary>
    [WebMethod]
    public string StartIndex(AuthHeader auth)
    string strRetVal = "";
    if (auth.Username == "Admin" && auth.Password == "Admin")
    strRetVal = SiteSearch.CreateIndex(false);
    else
    SoapException se = new SoapException("Failed : Invalid credentials",
    SoapException.ClientFaultCode,Context.Request.Url.AbsoluteUri,new Exception("Invalid credentials"));
    throw se;
    return strRetVal;
    #endregion
    #endregion
    when i was calling that web service from my win apps using
    HttpWebRequest
    class then getting error The remote server returned an error: (500) Internal Server Error
    here is code of my win apps from where i am calling web service
    string strXml = "";
    strXml = "<s:Envelope xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'><s:Body><StartIndex xmlns='http://tempuri.org/' xmlns:i='http://www.w3.org/2001/XMLSchema-instance'><auth><Username>joy</Username><Password>joy</Password></auth></StartIndex></s:Body></s:Envelope>";
    string url = "http://www.bba-reman.com/Search/SearchDataIndex.asmx";
    HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url);
    req.Method = "POST";
    req.ContentType = "text/xml";
    req.KeepAlive = false;
    req.ContentLength = strXml.Length;
    StreamWriter streamOut = new StreamWriter(req.GetRequestStream(), System.Text.Encoding.ASCII);
    streamOut.Write(strXml);
    streamOut.Close();
    StreamReader streamIn = new StreamReader(req.GetResponse().GetResponseStream());
    string strResponse = streamIn.ReadToEnd();
    streamIn.Close();
    i am just not being able to understand when this line execute
    StreamReader streamIn = new StreamReader(req.GetResponse().GetResponseStream());
    then getting the error The remote server returned an error: (500) Internal Server Error
    not being able to understand where i made the mistake. mistake is in the code of web service end or in calling code?
    help me to fix this issue. thanks

    Hi Mou,
    I just tried your win app code about calling web service, but failed. I got the 500 error after I called your service:
    The error message I quoted from Fiddler:
    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>System.Web.Services.Protocols.SoapException: Failed : Invalid credentials ---&gt; System.Exception: Invalid credentials
    --- End of inner exception stack trace ---
    at BBAReman.WebSearchIndex.SearchDataIndex.StartIndex(AuthHeader auth)</faultstring><faultactor>http://www.bba-reman.com/Search/SearchDataIndex.asmx</faultactor><detail /></soap:Fault></soap:Body></soap:Envelope>
    I am not totally sure that error occurred by the authentication. But I suggest you can try to add this service into your project using this method below:
    1.right click the Reference and select Add Service Reference
    2.input your service link and click "Go"
    And you can use this service as the following:
    private async void callService()
    ServiceReference1.SearchDataIndexSoapClient client =new ServiceReference1.SearchDataIndexSoapClient();
    var Str= await client.StartIndexAsync(new ServiceReference1.AuthHeader { Username = "Admin", Password = "Admin" });
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Database engine services and sql server replication failed in installation

    hi im trying to setup sql server on my laptop but it says the 'database engine services' and 'sql server replication' have failed due to some specified module being missing can anyone help me out?
    log file:
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2147467259
      Start time:                    2015-03-17 10:47:47
      End time:                      2015-03-17 11:08:11
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  SHARI
      Machine processor count:       2
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
      SQL Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             Database Engine Services                
    1033                 Express Edition      10.1.2531.0     No        
      SQL Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             SQL Server Replication                  
    1033                 Express Edition      10.1.2531.0     No        
      SQL Server 2012                                                         
    Management Tools - Basic                 1033                 Express Edition     
    11.0.2100.60    No        
      SQL Server 2012                                                         
    LocalDB                                  1033                
    Express Edition      11.0.2100.60    No        
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         c:\efa3a640a9b59ee651913f55719bf3b1\x86\setup\
      Installation edition:          Express
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      true
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Manual
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    true
      ENU:                           true
      ERRORREPORTING:                true
      FEATURES:                      SQLENGINE, REPLICATION
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  true
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              c:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           c:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files (x86)\Microsoft SQL Server\
      INSTANCEID:                    SHARIINSTANCE
      INSTANCENAME:                  SHARIINSTANCE
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQL$SHARIINSTANCE
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           SHARI\Shari Donald
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  true
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           true
      Configuration file:            C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20150317_104244\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The specified module could not be found.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xEC717F7D%400xC24842DB&EvtType=0xEC717F7D%400xC24842DB
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The specified module could not be found.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xEC717F7D%400xC24842DB&EvtType=0xEC717F7D%400xC24842DB
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20150317_104244\SystemConfigurationCheck_Report.htm

    Hello,
    As per the log details shared, installing version is SQL server express. Please go to control panel - add and remove programs and uninstall the
    SQL Server Database Engine Services Instance Features, and also Uninstall all SQL Services.
    Reboot and start the start the installation with RUN as Administrator.
    Thank You.
    Regards, Pradyothana DP. Please Mark This As Helpful if it helps to solve your issue. ========================================================== http://www.dbainhouse.blogspot.in/

  • JMS based message service and Service account in OSB

    Hi forum,
    I have query regarding JMS base messaging service and Service account.
    My OSB service:
    I have created one OSB service which of type JMS
    configuration :
    General :Messaging
    Messaging: Request type :XML response type :none
    Transport:JMS
    JMS Transport: Destination Type queue., JMS Service account :.........(browse)
    My requirement is to provide security to JMS proxy.
    I have seen one option available in JMS transport is JMS Service Account.
    I dont have a idea about using service accounts in JMS.
    can any one pls give idea about JMS service account in JmS.How to provide security to jms proxy...
    If u have any documents pls share me
    Thanks & regards,
    Krishna.

    In your weblogic console go to your JMS Modules > ***JMSModule >****Queue >Roles >Policies. Add a user to the queue.This user should be there in the security realm of the weblogic console.
    Create a service account with the same user name password and use it in your OSB to read or write to the queue.

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

  • Creating Complex Datatypes in Application Module Service Interface

    HI All,
    I need to create the complex datatype as response in Application module service interface(Custom method).
    Is there any way to create it.
    I am able to create when i have simple datatype as response, Whereas the complex type is not able to create.
    Please give me some suggestion.
    Thanks
    Prabhat

    Hi
    I followed the below discussion and got the solution
    Create Web Services and return a complex type with ADF
    Thanks
    Prabhat

  • [Solved] Fails to load systemd-modules.service

    Kernel: 3.12.9-2-ARCH
    $ systemctl status systemd-modules.service
    systemd-modules.service
       Loaded: not-found (Reason: No such file or directory)
       Active: inactive (dead)
    Any ideas?
    Thanks!
    Last edited by hellolj (2014-02-21 11:17:50)

    WonderWoofy wrote:
    hellolj wrote:$ journalctl -b _PID=127
    Failed to parse relative boot ID number '_PID=127'
    Try this instead:
    $ journalctl -b 0 _PID=127
    The '-b' flag can optionally be given a negative number to indicate which boot you would like to be shown (for example, 'journalctl -b -1' will show you the previous boot).  So this way you are passing it that optional argument so that it knows for sure that the '_PID=127' is a new switch/argument*.
    * Not sure if it would be considered a switch or an argument since it acts like a switch but looks like an argument.
    Thanks for the explaination!!! ; Here is the output by executing the command:
    $ journalctl -b 0 _PID=127
    -- Logs begin at Tue 2014-02-11 07:50:17 CST, end at Fri 2014-02-21 16:24:44 CST. --
    Feb 21 22:06:02 arch-hp systemd-modules-load[127]: Inserted module 'vboxdrv'
    Feb 21 22:06:02 arch-hp systemd-modules-load[127]: Failed to find module 'vboxsf'
    Feb 21 22:06:02 arch-hp systemd-modules-load[127]: Failed to find module 'vboxvideo'
    Also, I reinstalled the virtualbox and host module packages, rebooted but didn't get it fixed
    $ pacman -Qs virtualbox
    local/virtualbox 4.3.6-3
    Powerful x86 virtualization for enterprise as well as home use
    local/virtualbox-guest-iso 4.3.6-1
    The official VirtualBox Guest Additions ISO image
    local/virtualbox-host-modules 4.3.6-4
    Host kernel modules for VirtualBox
    Last edited by hellolj (2014-02-21 06:12:41)

  • Web Services and JHS

    My company is exploring the use of JHeadstart and we are very impressed with its capabilities. The enterprise environment into which our system will be deployed requires separation between the View Layer, and the Model Layer, with a SOAP-based messaging agent as the go-between (it's MQ series-based). We have been able to get a prototype plain-old UIX application to work where we deploy the Application Module in the Model project as a web service, and then create a data control from the stub to consume in the UIX ViewController project. We can then simply drag and drop the Web Service call result sets onto the UIX pages. However, when trying to do this with JHeadstart, the Wizard for creating Application Structure Files requests an Application Module on one of the first screens. In our environment, we won't be able to allow the ViewController project to see the Model project. Is there any way to use a web service instead of the Application Module? If not, is there any plan to support this type of activity in a future JHS release?
    Thanks in advance,
    Dan Schiff

    Dan,
    Currently JHeadstart only supports ADF Business Components as the Business Service layer (directly accessed, not through a Web Service wrapper). As you found out, ADF supports other Business Services as well, not only Web Services but also TopLink, EJB, etc.
    JHeadstart is primarily intended for data manipulation (select, insert, update, delete) and our philosophy is that that type of functionality (that part of your application) is most efficiently handled directly by ADF Business Components. Also, this is the most productive technique for application developers. Of course, the end result of generating an application with JHeadstart is that you have a "normal" ADF application, to which you can add Web Service functionality with the normal JDeveloper visual editors and drag-and-drop features.
    So you could generate efficient data manipulation screens using JHeadstart and direct ADF Business Components, and then add interoperability with other Business Services to your application using Web Services. The latter part is not JHeadstart-generated.
    The next JHeadstart release (10.1.3) will be focused on supporting JSF (JavaServer Faces). We are also looking into support for other Business Services like TopLink, but we don't have any schedule for that yet.
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Unable To Load NIS Map (printers and printers.conf)

    Hello;
    I am trying to migrate my NIS maps for "printers" and "printers.conf" into my newly built DSEE 11.1.1.7 (Solaris/Sparc) server, and I am getting this error (same for each):
    # ldapaddent -a simple -D "cn=Directory Manager" -f /tmp/printers printers
    Enter password:
    database printers not supported; supported databases are:
            hosts
            ipnodes
            rpc
            protocols
            networks
            services
            group
            netmasks
            ethers
            netgroup
            bootparams
            publickey
            passwd
            shadow
            aliases
            auto_
            user_attr
            prof_attr
            exec_attr
            auth_attr
            audit_user
            tnrhdb
            tnrhtp
            project
    From my DCC, I am able to see an OU named printers, but it is empty, and not showing up in the output above.
    Any help greatly appreciated.

    Update:
    I've found that you must use the lpset command to populate/install UNIX printers.
    As an example, an entry in my printers.conf looked like this:
    hplj1001:\
            :bsdaddr=printserver1.example.com,hp30ps:\
            :description=Semi-Retired HPLJ:
    I added it using the following command:
    lpset -n ldap -h ldapserver -D "cn=Directory Manager" -a hplj001:bsdaddr=printserver1,hp30ps hplj001
    I hope this is right, I have no way of testing at the moment, am I doing this right, is there a faster, more foolproof way to do this?
    Lastly, how do I assign "default" printers for users?
    TIA!

Maybe you are looking for

  • Error During Releasing of Billing Document to Accounts Department

    Hi, Kindly help me, we have just finished the upgradation from 4.6 version to 6 version. when we are releasing the billing document to accounts department error message is coming like this. No entry has been made in the assignment table for condition

  • RuntimeException in Message-Mapping transformatio

    Hi all, My XI server is successfully picking up a comma separated file from an FTP server and generating the corresponding XML: <?xml version="1.0" encoding="utf-8" ?> <ns:CondRec_MT xmlns:ns="http://namespace-ConditionRecords"> <Recordset> <Conditio

  • CO Report  Create new PL line item report

    Hi, I have an requirement to develop a Report as below ,and also I am new to CO, please help in this reference.  Tables or procedure to do this requirement . Currently, many costs for manufacturing cost centers in the P L in individual cost element b

  • Creating a magazine from Photoshop Images and transferring them to InDesign

    Hello, I'm in the process of creating a magazine. I have already started created the pages including their layout in Photoshop. I have CS4 and I want to transfer those images to InDesign and also incorporate Flash to produce a web-base magazine. How

  • Re: Problems loading an ImageIcon into a JLabel in a JApplet

    This applet refuses to load images whose names it reads from a file in the makeList() method below. It will read the same image in if I hardcode in the file name Well, have you checked to see that what is being read is the same as what you were hardc