PID root locus

I have open loop function 31.75/(s^3+3*s^2+1.25s) I am trying to design PID controller for this using given percentage overshoot n settling time. I m using root locus graphical technique to do it. I have design PD controller and PI controller separatleti I want to know how can i desing PID controller andits transfrom function .I also want to know how can i determine the PId compensator gain.Please provide any related information as i m new in it.
Dost

Hi
Thanks for reply.well for the time being using LAbview or matlab is not an issue infact I am desinging P dcontroller and calcualting the parameter of Kd and Kp.open loop transfer function for my problem is : 31.75/s(s+2.5)(s+0.5) .
you can see there is an integrator in the open loop and theortically it should nt give any steady state error the close loop function obtained from this openloop with feedback is:
5.286
----------------------------       the step respons of the close loop function shows a unbounded system ;any comments on it????? should we include 31.75 the numerator of the open l
s^3 + 3 s^2 + 1.25 s + 31.72
loop in the calcualtion of the close loop?
i developed aPD compensator using graphical root locus techniques using the following time doima specification overshoot 10% settling time 10 secod.the desired pole from this specification is -2.-+2,76i which gives from gemoetry the position of the required zero as -1.24 using this zero does not give the required specification so i used z=-.3 (any comments on it)I am also perplexed about the calculation of the Kd :from graphical  root locus methos i have used following formula
Kd= product of vector lenght of finte pole to  desire pole/(productor of vector length of zero to desired pole * 31.75)
 the obtained PD compensator is :
 0.2866 s + 0.08599 and coreesponding open loop P Dcompensator is :
 9.09 s + 2.727
s^3 + 3 s^2 + 1.25 s
the close loop is obtained as
     1.515 s + 0.4545
s^3 + 3 s^2 + 10.34 s + 2.727
this gives settling time 3 second overshoot is 16 % but steady state is .167 i.e about 99 % steady state error.
Looking forrwad for ur reply.
Dost

Similar Messages

  • Transfer function + controller + Bode plot and root locus

    Hi
    I am trying to plot Bode plot and root locus for trasfer function
    TF = 1/(s^4 + 2s^2)
    Then I want to implement Ideal compensators (PI , PD or PID) or lag/lead compensator to get the required stability
    I am trying to do this Labview 8.o in control design and simulation loop. (V2.0)
    I have done some simulation but I am not understanding as to how implement controller on this.
    I need little help.
    I am attaching my VI. but you will find rootlocus not there and feed back loop control to implement controllers not there
    Thankyou

    I have one typical controlers question where I am using feedback control
    alongwith compensators. My transfer function is like fourth order
    TF = 1/S^2(S^2+2)
    but  rootlocus and transfer function in labview  do not let me write equation more than 3rd order.
    How can I write this 4th order equation.
    Next I want to make one feedback control on this transfer function and then want to plot bode and rootlocus.
    I have made one vi of fourth order by placing transfer function in series and then for feedback gain I have placed another transfer function with feedback. I have also attached rootlocus vi but it does not show me rootlocus since rootlocus Vi can not take more than fourth order transfer function.
    I want to plot my step response, bode, and root locus for step input
    I have also tried to  make another VI with tansfer function VI which has feed back terminal in it, but I donot know how to get bode and rootlocus out of that.
    I am attaching my both VIs for you.
    see my two Vis please.
    Attachments:
    Bode_practice.zip ‏156 KB

  • Replace Control & Simulation plots (Bode/Step/Root Locus) default control with Silver Controls

    I just installed the 2013 trial version of LabVIEW and LabVIEW Control Design and Simulation Module. Normally, for control design I only use Matlab/Simulink but LabVIEW does have some advantages and I want to take these advantages. The problem I feel it is annoying is that I cannot use the Silver Controls to replace the default classis style control - like the bode gain and phase margin or root lotus plot below
    Solved!
    Go to Solution.

    Hi muahang,
    why not? What's the problem here?
    Those plots look like standard XY graphs (maybe with some fancy background graphics for the root locus)...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Factors to be considered while designing a PID controller

    Hi ,
    I am designing a PID controller for a temperature control system.
    What are the factors should i consider to decide the PID controller range?
    I have to adjust the heater voltage to keep the process temperature under control.
    How to simulate the program without actually getting the process temperature??
    Will the PID Controller work with any relation (for simulation purposes)between heater voltage and process temperature??
    Am not an expert in PID controller.............
    could someone guide me ...........
    Thanks,
    radhika

    Hi Radhika,
    For guidelines on setting parameters of your PID controller, you can search and find good information in books and all over the web (e.g. root locus and Bode plots).
    As far as LabVIEW is concerned, you might want to take a look at the Control Design Toolkit, and its manual, available here.:
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/13854
    And you could use something like a simulate signal express VI to simulate an input to your system.
    Hope that helps! Take care,
    -Sam F, DAQ Marketing Manager
    Learn about measuring temperature
    Learn how to take voltage measurements
    Learn how to measure current

  • Nginx with php-fpm, connection with php-fpm.sock failed

    I am feeling stumped, trying to setup NGINX for the first time on Arch. Followed the wiki a few times and keep getting hung up in the same spot. I followed the instructions to install NGINX in a chroot, then went on to setup php-fpm. I have not tried setting up any sites, just trying to get to the point of showing the "it works" page, before I moved to setting up a site.
    The error I am getting on the page
    Sorry, the page you are looking for is currently unavailable.
    Please try again later.
    error in log
    2013/03/07 13:04:05 [crit] 1868#0: *1 connect() to unix:/run/php-fpm/php-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: MYIP, server: SERVERIP, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/php-fpm.sock:", host: "SERVERIP"
    SERVERIP: is the IP of the server and shows properly in the log, same with MYIP
    Here are my configs
    /srv/http/etc/nginx.conf
    #user http;
    worker_processes 1;
    #error_log logs/error.log;
    #error_log logs/error.log notice;
    #error_log logs/error.log info;
    #pid logs/nginx.pid;
    events {
    worker_connections 1024;
    http {
    include mime.types;
    default_type application/octet-stream;
    #log_format main '$remote_addr - $remote_user [$time_local] "$request" '
    # '$status $body_bytes_sent "$http_referer" '
    # '"$http_user_agent" "$http_x_forwarded_for"';
    #access_log logs/access.log main;
    sendfile on;
    #tcp_nopush on;
    #keepalive_timeout 0;
    keepalive_timeout 65;
    #gzip on;
    server {
    listen 80;
    server_name SERVERIP;
    include fpm.conf;
    #charset koi8-r;
    #access_log logs/host.access.log main;
    location / {
    root /usr/share/nginx/html;
    index index.html index.htm;
    #error_page 404 /404.html;
    # redirect server error pages to the static page /50x.html
    error_page 500 502 503 504 /50x.html;
    location = /50x.html {
    root /usr/share/nginx/html;
    # proxy the PHP scripts to Apache listening on 127.0.0.1:80
    #location ~ \.php$ {
    # proxy_pass http://127.0.0.1;
    # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
    #location ~ \.php$ {
    # root html;
    # fastcgi_pass 127.0.0.1:9000;
    # fastcgi_index index.php;
    # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
    # include fastcgi_params;
    # deny access to .htaccess files, if Apache's document root
    # concurs with nginx's one
    #location ~ /\.ht {
    # deny all;
    # another virtual host using mix of IP-, name-, and port-based configuration
    #server {
    # listen 8000;
    # listen somename:8080;
    # server_name somename alias another.alias;
    # location / {
    # root html;
    # index index.html index.htm;
    # HTTPS server
    #server {
    # listen 443;
    # server_name localhost;
    # ssl on;
    # ssl_certificate cert.pem;
    # ssl_certificate_key cert.key;
    # ssl_session_timeout 5m;
    # ssl_protocols SSLv2 SSLv3 TLSv1;
    # ssl_ciphers HIGH:!aNULL:!MD5;
    # ssl_prefer_server_ciphers on;
    # location / {
    # root html;
    # index index.html index.htm;
    /srv/http/etc/nginx/fpm.conf  - this is the file in the wiki that says php.conf
    location ~ \.(php|html|htm)$ {
    fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
    fastcgi_index index.php;
    include fastcgi.conf;
    /etc/php/php-fpm.conf
    ; FPM Configuration ;
    ; All relative paths in this configuration file are relative to PHP's install
    ; prefix (/usr). This prefix can be dynamicaly changed by using the
    ; '-p' argument from the command line.
    ; Include one or more files. If glob(3) exists, it is used to include a bunch of
    ; files from a glob(3) pattern. This directive can be used everywhere in the
    ; file.
    ; Relative path can also be used. They will be prefixed by:
    ; - the global prefix if it's been set (-p arguement)
    ; - /usr otherwise
    ;include=/etc/php/fpm.d/*.conf
    ; Global Options ;
    [global]
    ; Pid file
    ; Note: the default prefix is /var
    ; Default Value: none
    pid = /run/php-fpm/php-fpm.pid
    ; Error log file
    ; If it's set to "syslog", log is sent to syslogd instead of being written
    ; in a local file.
    ; Note: the default prefix is /var
    ; Default Value: log/php-fpm.log
    ;error_log = log/php-fpm.log
    ; syslog_facility is used to specify what type of program is logging the
    ; message. This lets syslogd specify that messages from different facilities
    ; will be handled differently.
    ; See syslog(3) for possible values (ex daemon equiv LOG_DAEMON)
    ; Default Value: daemon
    ;syslog.facility = daemon
    ; syslog_ident is prepended to every message. If you have multiple FPM
    ; instances running on the same server, you can change the default value
    ; which must suit common needs.
    ; Default Value: php-fpm
    ;syslog.ident = php-fpm
    ; Log level
    ; Possible Values: alert, error, warning, notice, debug
    ; Default Value: notice
    ;log_level = notice
    ; If this number of child processes exit with SIGSEGV or SIGBUS within the time
    ; interval set by emergency_restart_interval then FPM will restart. A value
    ; of '0' means 'Off'.
    ; Default Value: 0
    ;emergency_restart_threshold = 0
    ; Interval of time used by emergency_restart_interval to determine when
    ; a graceful restart will be initiated. This can be useful to work around
    ; accidental corruptions in an accelerator's shared memory.
    ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
    ; Default Unit: seconds
    ; Default Value: 0
    ;emergency_restart_interval = 0
    ; Time limit for child processes to wait for a reaction on signals from master.
    ; Available units: s(econds), m(inutes), h(ours), or d(ays)
    ; Default Unit: seconds
    ; Default Value: 0
    ;process_control_timeout = 0
    ; The maximum number of processes FPM will fork. This has been design to control
    ; the global number of processes when using dynamic PM within a lot of pools.
    ; Use it with caution.
    ; Note: A value of 0 indicates no limit
    ; Default Value: 0
    ; process.max = 128
    ; Specify the nice(2) priority to apply to the master process (only if set)
    ; The value can vary from -19 (highest priority) to 20 (lower priority)
    ; Note: - It will only work if the FPM master process is launched as root
    ; - The pool process will inherit the master process priority
    ; unless it specified otherwise
    ; Default Value: no set
    ; process.priority = -19
    ; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
    ; Default Value: yes
    ;daemonize = yes
    ; Set open file descriptor rlimit for the master process.
    ; Default Value: system defined value
    ;rlimit_files = 1024
    ; Set max core size rlimit for the master process.
    ; Possible Values: 'unlimited' or an integer greater or equal to 0
    ; Default Value: system defined value
    ;rlimit_core = 0
    ; Specify the event mechanism FPM will use. The following is available:
    ; - select (any POSIX os)
    ; - poll (any POSIX os)
    ; - epoll (linux >= 2.5.44)
    ; - kqueue (FreeBSD >= 4.1, OpenBSD >= 2.9, NetBSD >= 2.0)
    ; - /dev/poll (Solaris >= 7)
    ; - port (Solaris >= 10)
    ; Default Value: not set (auto detection)
    ; events.mechanism = epoll
    ; Pool Definitions ;
    ; Multiple pools of child processes may be started with different listening
    ; ports and different management options. The name of the pool will be
    ; used in logs and stats. There is no limitation on the number of pools which
    ; FPM can handle. Your system will tell you anyway :)
    ; Start a new pool named 'www'.
    ; the variable $pool can we used in any directive and will be replaced by the
    ; pool name ('www' here)
    [www]
    ; Per pool prefix
    ; It only applies on the following directives:
    ; - 'slowlog'
    ; - 'listen' (unixsocket)
    ; - 'chroot'
    ; - 'chdir'
    ; - 'php_values'
    ; - 'php_admin_values'
    ; When not set, the global prefix (or /usr) applies instead.
    ; Note: This directive can also be relative to the global prefix.
    ; Default Value: none
    ;prefix = /path/to/pools/$pool
    ; Unix user/group of processes
    ; Note: The user is mandatory. If the group is not set, the default user's group
    ; will be used.
    user = http
    group = http
    ; The address on which to accept FastCGI requests.
    ; Valid syntaxes are:
    ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on
    ; a specific port;
    ; 'port' - to listen on a TCP socket to all addresses on a
    ; specific port;
    ; '/path/to/unix/socket' - to listen on a unix socket.
    ; Note: This value is mandatory.
    ;listen = 127.0.0.1:9000
    listen = /run/php-fpm/php-fpm.sock
    ; Set listen(2) backlog.
    ; Default Value: 128 (-1 on FreeBSD and OpenBSD)
    ;listen.backlog = 128
    ; Set permissions for unix socket, if one is used. In Linux, read/write
    ; permissions must be set in order to allow connections from a web server. Many
    ; BSD-derived systems allow connections regardless of permissions.
    ; Default Values: user and group are set as the running user
    ; mode is set to 0666
    listen.owner = http
    listen.group = http
    listen.mode = 0666
    ; List of ipv4 addresses of FastCGI clients which are allowed to connect.
    ; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original
    ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
    ; must be separated by a comma. If this value is left blank, connections will be
    ; accepted from any ip address.
    ; Default Value: any
    ;listen.allowed_clients = 127.0.0.1
    ; Specify the nice(2) priority to apply to the pool processes (only if set)
    ; The value can vary from -19 (highest priority) to 20 (lower priority)
    ; Note: - It will only work if the FPM master process is launched as root
    ; - The pool processes will inherit the master process priority
    ; unless it specified otherwise
    ; Default Value: no set
    ; priority = -19
    ; Choose how the process manager will control the number of child processes.
    ; Possible Values:
    ; static - a fixed number (pm.max_children) of child processes;
    ; dynamic - the number of child processes are set dynamically based on the
    ; following directives. With this process management, there will be
    ; always at least 1 children.
    ; pm.max_children - the maximum number of children that can
    ; be alive at the same time.
    ; pm.start_servers - the number of children created on startup.
    ; pm.min_spare_servers - the minimum number of children in 'idle'
    ; state (waiting to process). If the number
    ; of 'idle' processes is less than this
    ; number then some children will be created.
    ; pm.max_spare_servers - the maximum number of children in 'idle'
    ; state (waiting to process). If the number
    ; of 'idle' processes is greater than this
    ; number then some children will be killed.
    ; ondemand - no children are created at startup. Children will be forked when
    ; new requests will connect. The following parameter are used:
    ; pm.max_children - the maximum number of children that
    ; can be alive at the same time.
    ; pm.process_idle_timeout - The number of seconds after which
    ; an idle process will be killed.
    ; Note: This value is mandatory.
    pm = dynamic
    ; The number of child processes to be created when pm is set to 'static' and the
    ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
    ; This value sets the limit on the number of simultaneous requests that will be
    ; served. Equivalent to the ApacheMaxClients directive with mpm_prefork.
    ; Equivalent to the PHP_FCGI_CHILDREN environment variable in the original PHP
    ; CGI. The below defaults are based on a server without much resources. Don't
    ; forget to tweak pm.* to fit your needs.
    ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
    ; Note: This value is mandatory.
    pm.max_children = 5
    ; The number of child processes created on startup.
    ; Note: Used only when pm is set to 'dynamic'
    ; Default Value: min_spare_servers + (max_spare_servers - min_spare_servers) / 2
    pm.start_servers = 2
    ; The desired minimum number of idle server processes.
    ; Note: Used only when pm is set to 'dynamic'
    ; Note: Mandatory when pm is set to 'dynamic'
    pm.min_spare_servers = 1
    ; The desired maximum number of idle server processes.
    ; Note: Used only when pm is set to 'dynamic'
    ; Note: Mandatory when pm is set to 'dynamic'
    pm.max_spare_servers = 3
    ; The number of seconds after which an idle process will be killed.
    ; Note: Used only when pm is set to 'ondemand'
    ; Default Value: 10s
    ;pm.process_idle_timeout = 10s;
    ; The number of requests each child process should execute before respawning.
    ; This can be useful to work around memory leaks in 3rd party libraries. For
    ; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
    ; Default Value: 0
    ;pm.max_requests = 500
    ; The URI to view the FPM status page. If this value is not set, no URI will be
    ; recognized as a status page. It shows the following informations:
    ; pool - the name of the pool;
    ; process manager - static, dynamic or ondemand;
    ; start time - the date and time FPM has started;
    ; start since - number of seconds since FPM has started;
    ; accepted conn - the number of request accepted by the pool;
    ; listen queue - the number of request in the queue of pending
    ; connections (see backlog in listen(2));
    ; max listen queue - the maximum number of requests in the queue
    ; of pending connections since FPM has started;
    ; listen queue len - the size of the socket queue of pending connections;
    ; idle processes - the number of idle processes;
    ; active processes - the number of active processes;
    ; total processes - the number of idle + active processes;
    ; max active processes - the maximum number of active processes since FPM
    ; has started;
    ; max children reached - number of times, the process limit has been reached,
    ; when pm tries to start more children (works only for
    ; pm 'dynamic' and 'ondemand');
    ; Value are updated in real time.
    ; Example output:
    ; pool: www
    ; process manager: static
    ; start time: 01/Jul/2011:17:53:49 +0200
    ; start since: 62636
    ; accepted conn: 190460
    ; listen queue: 0
    ; max listen queue: 1
    ; listen queue len: 42
    ; idle processes: 4
    ; active processes: 11
    ; total processes: 15
    ; max active processes: 12
    ; max children reached: 0
    ; By default the status page output is formatted as text/plain. Passing either
    ; 'html', 'xml' or 'json' in the query string will return the corresponding
    ; output syntax. Example:
    ; http://www.foo.bar/status
    ; http://www.foo.bar/status?json
    ; http://www.foo.bar/status?html
    ; http://www.foo.bar/status?xml
    ; By default the status page only outputs short status. Passing 'full' in the
    ; query string will also return status for each pool process.
    ; Example:
    ; http://www.foo.bar/status?full
    ; http://www.foo.bar/status?json&full
    ; http://www.foo.bar/status?html&full
    ; http://www.foo.bar/status?xml&full
    ; The Full status returns for each process:
    ; pid - the PID of the process;
    ; state - the state of the process (Idle, Running, ...);
    ; start time - the date and time the process has started;
    ; start since - the number of seconds since the process has started;
    ; requests - the number of requests the process has served;
    ; request duration - the duration in µs of the requests;
    ; request method - the request method (GET, POST, ...);
    ; request URI - the request URI with the query string;
    ; content length - the content length of the request (only with POST);
    ; user - the user (PHP_AUTH_USER) (or '-' if not set);
    ; script - the main script called (or '-' if not set);
    ; last request cpu - the %cpu the last request consumed
    ; it's always 0 if the process is not in Idle state
    ; because CPU calculation is done when the request
    ; processing has terminated;
    ; last request memory - the max amount of memory the last request consumed
    ; it's always 0 if the process is not in Idle state
    ; because memory calculation is done when the request
    ; processing has terminated;
    ; If the process is in Idle state, then informations are related to the
    ; last request the process has served. Otherwise informations are related to
    ; the current request being served.
    ; Example output:
    ; pid: 31330
    ; state: Running
    ; start time: 01/Jul/2011:17:53:49 +0200
    ; start since: 63087
    ; requests: 12808
    ; request duration: 1250261
    ; request method: GET
    ; request URI: /test_mem.php?N=10000
    ; content length: 0
    ; user: -
    ; script: /home/fat/web/docs/php/test_mem.php
    ; last request cpu: 0.00
    ; last request memory: 0
    ; Note: There is a real-time FPM status monitoring sample web page available
    ; It's available in: ${prefix}/share/fpm/status.html
    ; Note: The value must start with a leading slash (/). The value can be
    ; anything, but it may not be a good idea to use the .php extension or it
    ; may conflict with a real PHP file.
    ; Default Value: not set
    ;pm.status_path = /status
    ; The ping URI to call the monitoring page of FPM. If this value is not set, no
    ; URI will be recognized as a ping page. This could be used to test from outside
    ; that FPM is alive and responding, or to
    ; - create a graph of FPM availability (rrd or such);
    ; - remove a server from a group if it is not responding (load balancing);
    ; - trigger alerts for the operating team (24/7).
    ; Note: The value must start with a leading slash (/). The value can be
    ; anything, but it may not be a good idea to use the .php extension or it
    ; may conflict with a real PHP file.
    ; Default Value: not set
    ;ping.path = /ping
    ; This directive may be used to customize the response of a ping request. The
    ; response is formatted as text/plain with a 200 response code.
    ; Default Value: pong
    ;ping.response = pong
    ; The access log file
    ; Default: not set
    ;access.log = log/$pool.access.log
    ; The access log format.
    ; The following syntax is allowed
    ; %%: the '%' character
    ; %C: %CPU used by the request
    ; it can accept the following format:
    ; - %{user}C for user CPU only
    ; - %{system}C for system CPU only
    ; - %{total}C for user + system CPU (default)
    ; %d: time taken to serve the request
    ; it can accept the following format:
    ; - %{seconds}d (default)
    ; - %{miliseconds}d
    ; - %{mili}d
    ; - %{microseconds}d
    ; - %{micro}d
    ; %e: an environment variable (same as $_ENV or $_SERVER)
    ; it must be associated with embraces to specify the name of the env
    ; variable. Some exemples:
    ; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e
    ; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e
    ; %f: script filename
    ; %l: content-length of the request (for POST request only)
    ; %m: request method
    ; %M: peak of memory allocated by PHP
    ; it can accept the following format:
    ; - %{bytes}M (default)
    ; - %{kilobytes}M
    ; - %{kilo}M
    ; - %{megabytes}M
    ; - %{mega}M
    ; %n: pool name
    ; %o: ouput header
    ; it must be associated with embraces to specify the name of the header:
    ; - %{Content-Type}o
    ; - %{X-Powered-By}o
    ; - %{Transfert-Encoding}o
    ; %p: PID of the child that serviced the request
    ; %P: PID of the parent of the child that serviced the request
    ; %q: the query string
    ; %Q: the '?' character if query string exists
    ; %r: the request URI (without the query string, see %q and %Q)
    ; %R: remote IP address
    ; %s: status (response code)
    ; %t: server time the request was received
    ; it can accept a strftime(3) format:
    ; %d/%b/%Y:%H:%M:%S %z (default)
    ; %T: time the log has been written (the request has finished)
    ; it can accept a strftime(3) format:
    ; %d/%b/%Y:%H:%M:%S %z (default)
    ; %u: remote user
    ; Default: "%R - %u %t \"%m %r\" %s"
    ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
    ; The log file for slow requests
    ; Default Value: not set
    ; Note: slowlog is mandatory if request_slowlog_timeout is set
    ;slowlog = log/$pool.log.slow
    ; The timeout for serving a single request after which a PHP backtrace will be
    ; dumped to the 'slowlog' file. A value of '0s' means 'off'.
    ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
    ; Default Value: 0
    ;request_slowlog_timeout = 0
    ; The timeout for serving a single request after which the worker process will
    ; be killed. This option should be used when the 'max_execution_time' ini option
    ; does not stop script execution for some reason. A value of '0' means 'off'.
    ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
    ; Default Value: 0
    ;request_terminate_timeout = 0
    ; Set open file descriptor rlimit.
    ; Default Value: system defined value
    ;rlimit_files = 1024
    ; Set max core size rlimit.
    ; Possible Values: 'unlimited' or an integer greater or equal to 0
    ; Default Value: system defined value
    ;rlimit_core = 0
    ; Chroot to this directory at the start. This value must be defined as an
    ; absolute path. When this value is not set, chroot is not used.
    ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
    ; of its subdirectories. If the pool prefix is not set, the global prefix
    ; will be used instead.
    ; Note: chrooting is a great security feature and should be used whenever
    ; possible. However, all PHP paths will be relative to the chroot
    ; (error_log, sessions.save_path, ...).
    ; Default Value: not set
    ;chroot =
    ; Chdir to this directory at the start.
    ; Note: relative path can be used.
    ; Default Value: current directory or / when chroot
    ;chdir = /srv/http
    ; Redirect worker stdout and stderr into main error log. If not set, stdout and
    ; stderr will be redirected to /dev/null according to FastCGI specs.
    ; Note: on highloaded environement, this can cause some delay in the page
    ; process time (several ms).
    ; Default Value: no
    ;catch_workers_output = yes
    ; Limits the extensions of the main script FPM will allow to parse. This can
    ; prevent configuration mistakes on the web server side. You should only limit
    ; FPM to .php extensions to prevent malicious users to use other extensions to
    ; exectute php code.
    ; Note: set an empty value to allow all extensions.
    ; Default Value: .php
    ;security.limit_extensions = .php .php3 .php4 .php5
    security.limit_extensions = .php .html
    ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
    ; the current environment.
    ; Default Value: clean env
    ;env[HOSTNAME] = $HOSTNAME
    ;env[PATH] = /usr/local/bin:/usr/bin:/bin
    ;env[TMP] = /tmp
    ;env[TMPDIR] = /tmp
    ;env[TEMP] = /tmp
    ; Additional php.ini defines, specific to this pool of workers. These settings
    ; overwrite the values previously defined in the php.ini. The directives are the
    ; same as the PHP SAPI:
    ; php_value/php_flag - you can set classic ini defines which can
    ; be overwritten from PHP call 'ini_set'.
    ; php_admin_value/php_admin_flag - these directives won't be overwritten by
    ; PHP call 'ini_set'
    ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
    ; Defining 'extension' will load the corresponding shared extension from
    ; extension_dir. Defining 'disable_functions' or 'disable_classes' will not
    ; overwrite previously defined php.ini values, but will append the new value
    ; instead.
    ; Note: path INI options can be relative and will be expanded with the prefix
    ; (pool, global or /usr)
    ; Default Value: nothing is defined by default except the values in php.ini and
    ; specified at startup with the -d argument
    ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f [email protected]
    ;php_flag[display_errors] = off
    ;php_admin_value[error_log] = /var/log/fpm-php.www.log
    ;php_admin_flag[log_errors] = on
    ;php_admin_value[memory_limit] = 32M
    In php-fpm.conf I have modified the permissions to be 0666 and I am still hitting the no such file or directory. But it is created.
    ls -la /run/php-fpm/
    total 4
    drwxr-xr-x 2 root root 80 Mar 7 13:05 .
    drwxr-xr-x 17 root root 520 Mar 7 10:59 ..
    -rw-r--r-- 1 root root 4 Mar 7 13:05 php-fpm.pid
    srw-rw-rw- 1 http http 0 Mar 7 13:05 php-fpm.sock
    Not getting what I am missing here, can someone help shed some light or smack me in the correct direction. Thanks.
    edit:
    Also verified that it is for sure running in the chroot
    ps -C nginx | awk '{print $1}' | sed 1d | while read -r PID; do ls -l /proc/$PID/root; done
    lrwxrwxrwx 1 root root 0 Mar 7 14:06 /proc/313/root -> /srv/http
    lrwxrwxrwx 1 http http 0 Mar 7 14:06 /proc/314/root -> /srv/http
    edit2:
    I just rebooted the box and was going over everything again to see if I missed anything or anything was not matching the wiki and the only extra info I could dig out of my box was new error in the logs relating to the nginx.pid
    2013/03/07 18:10:41 [notice] 411#0: signal process started
    2013/03/07 18:10:41 [alert] 387#0: unlink() "/run/nginx.pid" failed (13: Permission denied)
    ls -la /srv/http/run/
    total 12
    drwxr-xr-x 2 root root 4096 Mar 7 14:02 .
    d--x--x--x 9 root root 4096 Mar 7 11:07 ..
    -rw-r--r-- 1 http http 4 Mar 7 18:12 nginx.pid
    It appears to have the proper permissions and it is not in /run/
    ls -la /run/nginx.pid
    ls: cannot access /run/nginx.pid: No such file or directory
    Going to try setting it up again on another box to see if I catch what I did wrong on this one, but will be leaving this one as is to make sure I figure out what happened. Is it that my chroot is bad? That is really the only thing I can think of that is really any different than other NGINX installs I have done, which have always been on a Debian based system.
    Last edited by vwyodajl (2013-03-07 18:24:55)

    Might sound stupid, but do you have php-fpm running?
    Means, is there a php-fpm process on your box, and does the socket exist like in:
    └» ps -ef|grep php-fpm
    root 3045 1 0 Mär04 ? 00:00:09 php-fpm: master process (/etc/php/php-fpm.conf)
    http 13534 3045 0 18:22 ? 00:00:10 php-fpm: pool www
    http 13545 3045 0 18:22 ? 00:00:08 php-fpm: pool www
    http 22807 3045 0 19:46 ? 00:00:01 php-fpm: pool www
    tom 27863 28055 0 20:16 pts/1 00:00:00 grep --colour=auto php-fpm
    └» ls -l /run/php-fpm/php-fpm.sock
    srw-rw---- 1 http http 0 4. Mär 22:24 /run/php-fpm/php-fpm.sock
    EDIT: somehow missed your output regarding the php-fpm socket. Ignore above then, I have no idea about chroot, I use LXC.
    Last edited by teekay (2013-03-07 19:24:04)

  • Libvirtd crashing on first startup

    Hello,
    my libvirtd seems to crash, but only on the first startup:
    root@horus /home/florian # modprobe kvm
    root@horus /home/florian # modprobe kvm-amd
    root@horus /home/florian # /etc/rc.d/libvirtd start
    :: Starting libvirtd [DONE]
    Produces in messages.log
    Apr 17 18:19:28 localhost kernel: kvm: Nested Virtualization enabled
    Apr 17 18:19:28 localhost kernel: kvm: Nested Paging enabled
    Apr 17 18:19:40 localhost kernel: Bridge firewalling registered
    Apr 17 18:19:40 localhost kernel: tun: Universal TUN/TAP device driver, 1.6
    Apr 17 18:19:40 localhost kernel: tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
    Apr 17 18:19:40 localhost kernel: libvirtd[2207]: segfault at 5 ip 00007f44a82e4c81 sp 00007fff94d635d8 error 4 in libc-2.13.so[7f44a8269000+158000]
    but further:
    root@horus /home/florian # /etc/rc.d/libvirtd stop
    :: Stopping libvirtd [FAIL]
    root@horus /home/florian # rm /var/run/libvirtd.pid
    root@horus /home/florian # /etc/rc.d/libvirtd start
    :: Starting libvirtd [DONE]
    Now libvirtd is running fine.
    Any clue to that?
    Another question in this context: virt-manager says when I try to add a new machine that KVM is not available. Though it seems to be just fine. I'm using qemu package and qemu --enable-kvm runs fine (though I haven't done any speed tests yet).
    Thanks!

    There are quite a large number of topics about problems with flawed and/or failed conversion of mailboxes from Panther to Tiger -- See:
    http://discussions.apple.com/thread.jspa?threadID=413196
    and
    http://discussions.apple.com/thread.jspa?threadID=340466
    and the underlying support document at:
    http://docs.info.apple.com/article.html?artnum=301315
    The multiple Envelope Index related files are an indication of failed attempts to index. Also, the multiple Messages folders are an indication of failed conversion attempts.
    Post back here for further assistance, after studying the above links.
    Ernie

  • Drill up broken in a tree based on a union

    Situation: there are six real root rows in the table and they have 0 in the parent id, so I added a single root to the tree select statement:
    UNION
    SELECT 0 id, NULL pid, 'Root' name, null link, null a1, null a2 FROM DUAL
    The whole tree displays ok starting from "Root" if I set the tree root item value to 0. The nodes have drill down links that make the selected node the new root. When you do that, the new root shows an "up" link that lets you drill up again, except that the six actual root nodes never show it so you can't drill back up to "Root" after drilling down (or setting the initial root item value to other than 0). Questions:
    What could be going wrong?
    Is there any even a little better documentation on trees than in User's Guide "Creating Trees"?
    What exactly is the logic determining whether the drill up link is shown or not? It seemed to be: if the current root has any parents in the select stmt result set, show it. Not in this case though.
    Is there a way to see the actual select statement that was executed to generate the tree?

    Hi,
    I don't know why this is, but the problem is because you are using 0 as the pseudo root ID. I've just been trying this out and found that if I changed this to 1, then the (up) link appears ok. It is possible that null values are being treated as zeros because most ID values will be greater than 0.
    For simplicity, I also created a view over my EMP data as:
    CREATE OR REPLACE FORCE VIEW "TREEDATA"
    (ID, PID, NAME)
    AS
    SELECT 1 ID,
           NULL PID,
           'Root' NAME
    FROM DUAL
    UNION
    select EMPNO ID,
           CASE WHEN MGR IS NULL THEN 1 ELSE MGR END PID,
           ENAME NAME
    from EMPand the tree was then defined as:
    select ID,
           PID,
           NAME,
           'f?p='||:APP_ID||':125:'||:SESSION||'::NO::P125_TREE_ROOT:'||ID LINK,
           null A1,
           null A2
    from TREEDATA
    ORDER BY NAMEThe default on the P125_TREE_ROOT item was set to 1 (Only when current value in session state is null).
    I have not seen any other documentation - I'm sure it's out there somewhere, perhaps in the upcoming Pro Oracle Application Express book or a blog.
    Andy

  • Solaris 10 virtual machine for VMware

    I've tried the "Solaris 10 OS, AMD x64 Platform - Solaris Enterprise System Virtual Machine for VMware (Solaris 10 11/06) 3.0". I've d/l the virtual appliance for vmware one can find from there : http://developers.sun.com/solaris/downloads/solaris_apps/index.jsp#vmware
    I encountered 2 problems :
    The first was the network (netcard) wasn't recognised at all. It's strange because the settings should be the same for every vmware virtual machines. It may be because I'm running the latest version from vmware (10.0.2). The default option was NAT, and I tried the others as well. All other systems I'm using with vmware are working correctly, including the opensolaris "Nexenta".
    The second one was with the screen resolution, it was excessively huge, around 2800 x 2000. I couldn't change it in the gnome desktop (the option had no effect). I managed to change it by altering the /etc/X11/xorg.conf file. The same was for the keyboard settings, I couldn't switch to azerty (french) keyboard. I had to change it in xorg.conf file.

    im new to vmware too, but just wan to share my experience with you.
    5.5.1 vmware workstation with vmtool installed.
    - my NIC still define as pcn0, encountered packet drop network issue
    - dtlogin doesn't work properly with my screen resulation, mouse work fine without pressing ctrl+alt key to get out from vmware
    6.0 vmware workstation with vmtool installed.
    - no more packet drop issue, especially when i ssh from pc to vmware.
    - gdm fit to screen, GUI work fine.
    - my shared folder working now, mount as /hgfs.
    # ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    vmxnet0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 192.168.1.6 netmask ffffff00 broadcast 192.168.1.255
    ether 0:c:29:75:2:f0
    # cat /etc/release
    Solaris 10 11/06 s10x_u3wos_10 X86
    Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 14 November 2006
    Section "Device"
    Identifier "VMware SVGA"
    Driver "vmware"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "VMware SVGA"
    Monitor "vmware"
    Section "Monitor"
    Identifier "vmware"
    VendorName "VMware, Inc"
    HorizSync 1-10000
    VertRefresh 1-10000
    EndSection
    # ps -ef| grep vm
    root 474 1 0 May 24 ? 10:43 /usr/sbin/vmware-guestd --background /var/run/vmware-guestd.pid
    root 446 1 0 May 24 ? 0:22 /usr/sbin/vmware-memctld --background /var/run/vmware-memctld.pid
    root 5663 1 1 08:05:32 ? 1:12 /usr/lib/vmware-tools/bin/i86/vmware-user -blockFd 3
    # modinfo| grep vm
    131 f9e15000 43c0 207 1 vmxnet (VMware Ethernet Adapter b45731)
    198 fa03d000 1a00 208 1 vmmemctl (VMware Memory Control b45731)
    199 fa03f000 69b8 209 1 vmhgfs (HGFS Device Interface)
    199 fa03f000 69b8 23 1 vmhgfs (Host/Guest Filesystem)
    223 fea63ffc 1744 25 1 vmblock (VMBlock File system)

  • Help diagnosing a possibly compromised iBook

    This is a repost of a previous question, with (I believe) all domains and e-mail addresses replaced.
    I recently received a message from the network manager at my workplace telling me that he'd logged a number of warning about spam related to my IP address. I'm concerned that my Mac may be compromised, and am hoping that someone can help me figure out what is going on and just how bad this is.
    Rather than try to list all the things I've gone through in trying to diagnose the problem, I'm basically just going to put some snippets of the log files he e-mailed me, and then hopefully someone can guide me along in the diagnosis process.
    This is from what seems to be a postfix log (my username is the username for company e-mail, companymailserver is the name of the mail server, and my.ip.address appears to be an IP address assigned to me while using my home ADSL connection). I live in Morocco, which explains the .ma extension.
    Dec 6 12:44:05 companymailserver postfix/cleanup[5635]: 1576D61C263: message-id=<[email protected]>
    Dec 6 12:44:05 companymailserver postfix/qmgr[2716]: 1576D61C263: from=<[email protected]>, size=6324, nrcpt=1 (queue active)
    Dec 6 12:44:05 companymailserver clamsmtpd: 100060: [email protected], [email protected], status=CLEAN
    Dec 6 12:44:05 companymailserver postfix/smtp[5899]: A671F61C165: to=<[email protected]>, relay=127.0.0.1[127.0.0.1], delay=11, status=sent (250 Ok: queued as 1576D61C263)
    Dec 6 12:44:05 companymailserver postfix/qmgr[2716]: A671F61C165: removed
    Dec 6 12:44:05 companymailserver postfix/smtpd[5901]: disconnect from companymailserver.my.company.dom.ain[127.0.0.1]
    Dec 6 12:44:05 companymailserver postfix/local[5903]: 1576D61C263: to=<[email protected]>, relay=local, delay=0, status=bounced (cannot access mailbox /var/spool/mail/jdahhan for user jdahhan. error writing message: File too large)
    Dec 6 12:44:05 companymailserver postfix/cleanup[5635]: 31B5561C165: message-id=<[email protected]>
    Dec 6 12:44:05 companymailserver postfix/qmgr[2716]: 31B5561C165: from=, size=8245, nrcpt=1 (queue active)
    Dec 6 12:44:05 companymailserver postfix/qmgr[2716]: 1576D61C263: removed
    Dec 6 12:44:05 companymailserver postfix/smtpd[5626]: disconnect from 173.Red-80-59-103.staticIP.another.dom.ain[another.ip.address]
    Dec 6 12:44:05 companymailserver imap-login: Login: vote2 [::ffff:127.0.0.1]
    Dec 6 12:44:05 companymailserver imap-login: Login: vote2 [::ffff:127.0.0.1]
    Dec 6 12:44:06 companymailserver pop3-login: Login: my_username [::ffff:my.ip.address]
    Dec 6 12:44:08 companymailserver postfix/smtpd[5642]: connect from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]
    Dec 6 12:44:08 companymailserver MailScanner[5913]: MailScanner E-Mail Virus Scanner version 4.45.4 starting...
    Dec 6 12:44:08 companymailserver MailScanner[5913]: Read 204 hostnames from the phishing whitelist
    Dec 6 12:44:09 companymailserver postfix/smtpd[5642]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<my.company.dom.ain>
    Dec 6 12:44:09 companymailserver MailScanner[5913]: ClamAV Perl module not found, did you install it?
    Dec 6 12:44:09 companymailserver postfix/smtpd[5642]: lost connection after RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]
    Dec 6 12:44:09 companymailserver postfix/smtpd[5642]: disconnect from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]
    Dec 6 12:44:10 companymailserver postfix/smtpd[5631]: connect from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]
    Dec 6 12:44:10 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:11 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:11 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:11 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:12 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:12 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:12 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:13 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:13 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:13 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:13 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:14 companymailserver imap-login: Login: vote2 [::ffff:127.0.0.1]
    Dec 6 12:44:15 companymailserver postfix/smtpd[5626]: connect from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]
    Dec 6 12:44:15 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:16 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:16 companymailserver postfix/smtpd[5626]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<my.company.dom.ain>
    Dec 6 12:44:17 companymailserver postfix/smtp[5746]: connect to another.dom.ain[another.ip.address]: Connection timed out (port 25)
    Dec 6 12:44:17 companymailserver postfix/smtpd[5626]: lost connection after RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]
    Dec 6 12:44:17 companymailserver postfix/smtpd[5626]: disconnect from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]
    Dec 6 12:44:17 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:18 companymailserver postfix/smtp[5905]: 31B5561C165: to=<[email protected]>, relay=another.dom.ain[another.ip.address], delay=13, status=sent (250 2.0.0 jB6D56UQ008183 Message accepted for delivery)
    Dec 6 12:44:18 companymailserver postfix/qmgr[2716]: 31B5561C165: removed
    Dec 6 12:44:19 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:19 companymailserver imap-login: Login: vote2 [::ffff:127.0.0.1]
    Dec 6 12:44:19 companymailserver MailScanner[5919]: MailScanner E-Mail Virus Scanner version 4.45.4 starting...
    Dec 6 12:44:19 companymailserver MailScanner[5919]: Read 204 hostnames from the phishing whitelist
    Dec 6 12:44:20 companymailserver MailScanner[5919]: ClamAV Perl module not found, did you install it?
    Dec 6 12:44:20 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:22 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:24 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:26 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:27 companymailserver imap-login: Login: vote2 [::ffff:127.0.0.1]
    Dec 6 12:44:28 companymailserver postfix/smtpd[5631]: NOQUEUE: reject: RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]: 550 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<emyyhcd.fr>
    Dec 6 12:44:29 companymailserver pop3-login: Login: kfethi [::ffff:another.ip.address]
    Dec 6 12:44:30 companymailserver postfix/smtpd[5631]: too many errors after RCPT from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]
    Dec 6 12:44:30 companymailserver postfix/smtpd[5631]: disconnect from adsl196-160-195-206-196.adsl196-7.another.dom.ain.ma[my.ip.address]
    Dec 6 12:44:30 companymailserver MailScanner[5927]: MailScanner E-Mail Virus Scanner version 4.45.4 starting...
    Dec 6 12:44:30 companymailserver MailScanner[5927]: Read 204 hostnames from the phishing whitelist
    The following appears to be the anatomy of a sample spam message:
    Bodystructure
    Entity Content-Type Name Encoding
    1
    TEXT/PLAIN
    2
    message/delivery
    3
    text/rfc822
    RFC822 Message body
    Return-Path:
    X-Original-To: [email protected]
    Delivered-To: [email protected]
    Received: from casmail.my.company.dom.ain (casmail.my.company.dom.ain [127.0.0.1])
    by casmail.my.company.dom.ain (Microsoft Exchange 2005) with ESMTP id 48BC361C263
    for <[email protected]>; Tue, 6 Dec 2005 20:51:48 +0000 (WET)
    Received: from flmx03.mgw.another.dom.ain (flmx03.mgw.another.dom.ain [65.32.1.50])
    by casmail.my.company.dom.ain (Microsoft Exchange 2005) with ESMTP id 3799F61C165
    for <[email protected]>; Tue, 6 Dec 2005 20:51:45 +0000 (WET)
    Received: from localhost (localhost)
    by flmx03.mgw.another.dom.ain (8.12.10/8.12.8) id jB6LCfg1006731;
    Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    From: Mail Delivery Subsystem <[email protected]>
    Message-Id: <[email protected]>
    To: <[email protected]>
    MIME-Version: 1.0
    Content-Type: multipart/report; report-type=delivery-status;
    boundary="jB6LCfg1006731.1133903561/flmx03.mgw.another.dom.ain"
    Subject: Returned mail: see transcript for details
    Auto-Submitted: auto-generated (failure)
    X-Virus-Scanned: ClamAV using ClamSMTP
    Status: RO
    Content-Length: 23240
    X-UID: 876
    X-Keywords:
    This is a MIME-encapsulated message
    --jB6LCfg1006731.1133903561/flmx03.mgw.another.dom.ain
    The original message was received at Tue, 6 Dec 2005 16:12:25 -0500 (EST)
    from orngca-mx-09.mgw.another.dom.ain [another.ip.address]
    ----- The following addresses had permanent fatal errors -----
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    <[email protected]>
    (reason: 550 5.1.1 unknown or illegal alias: [email protected])
    ----- Transcript of session follows -----
    ... while talking to ms-mta-03-fn.socal.another.dom.ain.:
    DATA
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    <<< 550 5.1.1 unknown or illegal alias: [email protected]
    550 5.1.1 <[email protected]>... User unknown
    --jB6LCfg1006731.1133903561/flmx03.mgw.another.dom.ain
    Content-Type: message/delivery-status
    Reporting-MTA: dns; flmx03.mgw.another.dom.ain
    Received-From-MTA: DNS; orngca-mx-09.mgw.another.dom.ain
    Arrival-Date: Tue, 6 Dec 2005 16:12:25 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1
    Remote-MTA: DNS; ms-mta-03-fn.socal.another.dom.ain
    Diagnostic-Code: SMTP; 550 5.1.1 unknown or illegal alias: [email protected]
    Last-Attempt-Date: Tue, 6 Dec 2005 16:12:41 -0500 (EST)
    --jB6LCfg1006731.1133903561/flmx03.mgw.another.dom.ain
    Content-Type: text/rfc822-headers
    Received: from orngca-mx-09.mgw.another.dom.ain (orngca-mx-09.mgw.another.dom.ain [another.ip.address])
    by flmx03.mgw.another.dom.ain (8.12.10/8.12.8) with ESMTP id jB6L99gW003699;
    Tue, 6 Dec 2005 16:12:25 -0500 (EST)
    Received: from mycomputer'sname.NET (HELO another.dom.ain) (my.ip.address)
    by orngca-mx-09.mgw.another.dom.ain with SMTP; 06 Dec 2005 16:11:03 -0500
    From: [email protected]
    To: [email protected]
    Date: Tue, 06 Dec 2005 19:16:48 GMT
    Subject: Maildeliveryfailed
    Importance: Normal
    X-Mailer: SpeedMail_V8.27
    X-Priority: 3 (Normal)
    Message-ID: <[email protected]>
    MIME-Version: 1.0
    Content-Type: multipart/mixed; boundary="=====85dcdd2ca8d54ff.76b5a9"
    Content-Transfer-Encoding: 7bit
    X-Virus-Scanned: Symantec AntiVirus Scan Engine
    X-Virus-Scan-Result: Repaired 4815 W32.Sober.X@mm!zip
    --jB6LCfg1006731.1133903561/another.dom.ain--
    I installed Little Snitch to try to monitor any outgoing connections; I haven't noticed over port 25, but noticed a bunch of traceroute requests to IP addresses I don't recognize. I block the requests, as I can't figure out what application might be requesting the traceroutes, but I don't know if that was actually related. It's also possible that whatever is sending the spam is either a) coming from an application that Little Snitch approves of, like Mail, or b) somehow this is not actually my computer causing the problem (please please please).
    Any advice would be greatly appreciated; I thought that I was fairly security conscious, and this worries me.
    Thanks in advance,
    Greg Westin
    iBook (Dual USB), all souped up   Mac OS X (10.4.3)   Power Mac G4 (Gigabit Ethernet)

    I don't think it's a problem to post this. Is there some reason I should be concerned, other than letting people know that I do in fact have Microsoft products installed? At any rate, here it is, with my computer's name and my username replaced:
    My-Computer-Name:~ my-username$ ps -auxwww
    USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
    my-username 1120 7.9 1.1 90432 6720 ?? S 1:12PM 0:01.62 /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal -psn025034753
    windowse 57 3.0 4.8 140668 28056 ?? Ss Sun07AM 21:34.76 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer -daemon
    root 1124 1.2 0.1 27324 428 p1 R+ 1:13PM 0:00.02 ps -auxwww
    my-username 1123 1.2 0.1 27820 860 p1 S 1:12PM 0:00.06 -bash
    root 118 0.2 3.4 291948 20080 ?? S Sun07AM 3:10.22 /Applications/Adobe Version Cue CS2/bin/VersionCueCS2.app/Contents/MacOS/VersionCueCS2 -service
    root 40 0.1 0.2 28072 952 ?? Ss Sun07AM 0:06.19 /usr/sbin/mDNSResponder -launchdaemon
    root 1106 0.1 0.2 30944 984 ?? Ss 1:11PM 0:00.07 slpd -f /etc/slpsa.conf
    nobody 161 0.1 0.3 81900 1804 ?? S Sun07AM 2:43.15 /Applications/Adobe Version Cue CS2/data/database/bin/mysqld --defaults-file=/Applications/Adobe Version Cue CS2/config/my.ini --basedir=. --data=data --user=nobody --bind-address=127.0.0.1 --console --socket=/tmp/mysql-vcw.sock --port=50701
    root 36 0.0 0.1 27872 372 ?? Ss Sun07AM 0:03.86 /usr/sbin/notifyd
    root 39 0.0 0.1 28252 580 ?? Ss Sun07AM 0:00.05 /usr/sbin/KernelEventAgent
    root 41 0.0 0.1 27600 496 ?? Ss Sun07AM 0:16.20 /usr/sbin/netinfod -s local
    root 42 0.0 0.1 27292 336 ?? Ss Sun07AM 0:01.58 /usr/sbin/syslogd
    root 43 0.0 0.1 27540 360 ?? Ss Sun07AM 0:00.24 /usr/sbin/cron
    root 45 0.0 0.3 31644 1916 ?? Ss Sun07AM 0:11.49 /usr/sbin/DirectoryService
    root 48 0.0 0.0 27256 176 ?? Ss Sun07AM 0:57.28 /usr/sbin/update
    root 58 0.0 0.1 27680 792 ?? Ss Sun07AM 0:04.37 /usr/sbin/distnoted
    root 61 0.0 0.9 43272 5448 ?? Ss Sun07AM 0:14.90 /System/Library/CoreServices/coreservicesd
    my-username 62 0.0 0.6 69064 3616 ?? Ss Sun07AM 0:35.17 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
    my-username 63 0.0 0.6 69520 3412 ?? Ss Sun07AM 0:14.38 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
    root 78 0.0 0.0 27776 128 ?? Ss Sun07AM 0:00.03 /usr/libexec/crashreporterd
    root 106 0.0 0.6 46604 3624 ?? Ss Sun07AM 1:29.20 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mds
    root 115 0.0 0.2 35492 1148 ?? Ss Sun07AM 0:06.73 /usr/sbin/AppleFileServer
    root 129 0.0 0.2 37536 1076 ?? Ss Sun07AM 0:00.47 /usr/local/sbin/dnsupdate daemon
    my-username 132 0.0 0.2 56236 1292 ?? Ss Sun07AM 0:01.43 /System/Library/CoreServices/pbs
    my-username 138 0.0 1.4 95272 8232 ?? S Sun07AM 0:59.65 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock -psn0524289
    my-username 139 0.0 1.5 101528 8788 ?? S Sun07AM 0:48.70 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer -psn0655361
    my-username 140 0.0 3.2 117592 18584 ?? S Sun07AM 0:46.79 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder -psn0786433
    my-username 147 0.0 0.2 69020 1284 ?? S Sun07AM 0:00.73 /Applications/iTunes.app/Contents/Resources/iTunesHelper.app/Contents/MacOS/iTu nesHelper -psn01048577
    my-username 148 0.0 0.3 80432 2064 ?? S Sun07AM 0:02.83 /Applications/iCal.app/Contents/Resources/iCalAlarmScheduler.app/Contents/MacOS /iCalAlarmScheduler -psn01179649
    my-username 149 0.0 0.2 69008 1284 ?? S Sun07AM 0:00.90 /Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app/Contents/MacOS/Microsoft AU Daemon -psn01310721
    my-username 151 0.0 0.4 76336 2580 ?? S Sun07AM 0:56.25 /Library/Printers/hp/HP Communications.app/Contents/MacOS/HP Communications /Library/Printers/hp/HP Communications.app/Contents/MacOS/HP Communications -psn01572865
    my-username 157 0.0 0.0 27280 68 ?? Ss Sun07AM 0:00.00 /Library/Printers/hp/pipedaemon.app/Contents/MacOS/pipedaemon -psn01966081
    root 190 0.0 0.0 27516 232 ?? Ss Sun07AM 0:09.67 ntpd -f /var/run/ntp.drift -p /var/run/ntpd.pid
    root 204 0.0 0.0 29316 64 ?? Ss Sun07AM 0:00.00 nfsiod -n 4
    root 215 0.0 0.0 27316 72 ?? Ss Sun07AM 0:00.01 rpc.lockd -w
    root 218 0.0 0.2 30468 1120 ?? Ss Sun07AM 0:01.44 /usr/sbin/automount -f -m /Network -nsl -mnt /private/var/automount
    root 222 0.0 0.1 29424 848 ?? Ss Sun07AM 0:00.17 /usr/sbin/automount -f -m /automount/Servers -fstab -mnt /private/Network/Servers -m /automount/static -static -mnt /private/var/automount
    my-username 261 0.0 0.3 38644 1708 ?? S Sun09AM 0:04.39 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell -psn03538945
    root 602 0.0 0.2 28520 1264 ?? Ss 3:01PM 0:01.09 /usr/sbin/cupsd -f
    root 618 0.0 0.1 27792 656 ?? S 3:27PM 0:00.07 /System/Library/Filesystems/AppleShare/checkafp.app/Contents/MacOS/checkafp
    my-username 671 0.0 1.1 116792 6716 ?? S 3:32PM 3:18.31 /Applications/BBEdit 7/BBEdit.app/Contents/MacOS/BBEdit -psn013369345
    my-username 695 0.0 2.8 122228 16444 ?? S 3:43PM 0:46.94 /Applications/Preview.app/Contents/MacOS/Preview -psn013893633
    my-username 715 0.0 0.5 79400 3232 ?? S 4:48PM 0:02.15 /System/Library/CoreServices/System Events.app/Contents/MacOS/System Events -psn014811137
    my-username 754 0.0 11.8 236116 69732 ?? S 5:45PM 10:58.64 /Applications/Safari.app/Contents/MacOS/Safari -psn015990785
    my-username 770 0.0 1.0 90016 5804 ?? Ss 7:01PM 0:32.44 /Library/PreferencePanes/Little Snitch.prefPane/Contents/Resources/LittleSnitchDaemon.app/Contents/MacOS/Little SnitchDaemon
    my-username 786 0.0 5.1 141772 29820 ?? S 7:39PM 1:13.80 /Applications/iCal.app/Contents/MacOS/iCal -psn017694721
    my-username 873 0.0 1.3 95624 7780 ?? S 6:58AM 0:02.95 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Library/Widgets/Dictionary.wdgt/ 6910 41a1cd7566fc4b90 f
    my-username 874 0.0 1.2 94260 7224 ?? S 6:58AM 0:02.00 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Users/my-username/Library/Widgets/DashBox.wdgt/ 6911 41a295df655c0e7c f
    my-username 875 0.0 1.2 95240 7068 ?? S 6:58AM 0:01.77 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Library/Widgets/Unit Converter.wdgt/ 6912 41a1d933b4c4a772 f
    my-username 876 0.0 0.9 85776 5592 ?? S 6:58AM 0:01.41 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Library/Widgets/Calculator.wdgt/ 6913 41a12549db52ee63 f
    my-username 877 0.0 1.4 96032 8552 ?? S 6:58AM 0:07.01 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Users/my-username/Library/Widgets/Network Stat.wdgt/ 6914 41a1d309c27f5d9a f
    my-username 878 0.0 1.0 86548 6092 ?? S 6:58AM 0:02.03 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Library/Widgets/Stickies.wdgt/ 6915 41a0fb13ed89ea14 f
    my-username 879 0.0 1.2 86472 6784 ?? S 6:58AM 0:32.75 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Library/Widgets/World Clock.wdgt/ 6916 41a24d800344738a f
    my-username 1016 0.0 2.8 101800 16260 ?? S 9:59AM 0:08.60 /Applications/System Preferences.app/Contents/MacOS/System Preferences -psn023724033
    security 1090 0.0 1.0 71580 5820 ?? S 1:10PM 0:03.13 /System/Library/CoreServices/SecurityAgent.app/Contents/MacOS/SecurityAgent
    root 1104 0.0 0.2 29204 1268 ?? Ss 1:11PM 0:00.38 /usr/sbin/lookupd
    my-username 1107 0.0 1.1 41180 6600 ?? Ss 1:11PM 0:03.68 /System/Library/Frameworks/SyncServices.framework/Resources/SyncServer.app/Cont ents/MacOS/SyncServer
    my-username 1118 0.0 2.5 101016 14516 ?? S 1:11PM 0:11.65 /Applications/Mail.app/Contents/MacOS/Mail -psn024903681
    root 1122 0.0 0.1 27540 592 p1 Ss 1:12PM 0:00.07 login -pf my-username
    my-username 1102 0.0 0.7 41352 4248 ?? SNs 1:11PM 0:01.56 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Support/mdimportserver
    root 1 0.0 0.1 28356 492 ?? S<s Sun07AM 0:03.88 /sbin/launchd
    root 23 0.0 0.0 27272 108 ?? Ss Sun07AM 0:00.46 /sbin/dynamic_pager -E -F /private/var/vm/swapfile
    root 27 0.0 0.2 28224 896 ?? Ss Sun07AM 0:05.65 kextd
    root 31 0.0 0.2 29932 1168 ?? Ss Sun07AM 2:26.25 /usr/sbin/configd
    root 32 0.0 0.3 29768 1584 ?? Ss Sun07AM 0:05.20 /usr/sbin/coreaudiod
    root 33 0.0 0.2 27788 1080 ?? Ss Sun07AM 0:03.94 /usr/sbin/diskarbitrationd
    root 34 0.0 0.1 28328 524 ?? Ss Sun07AM 0:00.27 /usr/sbin/memberd -x
    root 35 0.0 0.3 29884 1484 ?? Ss Sun07AM 0:03.23 /usr/sbin/securityd
    dnsupdate is a program for having a subdomain point to my dynamic IP address. I don't think I have anything else special running.
    Thanks again for your help.
    Greg

  • Failure at final check of Oracle CRS stack. 10 on the first node.

    Hi everyone
    I trying to install an Oracle RAC 10gr2 on an Oracle Enterprise Linux AS release 4 (October Update 7) , but I'm having this problem
    root@fporn01 crs# ./root.sh
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 10G Release 2.
    assigning default hostname fporn01 for node 1.
    assigning default hostname fporn02 for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: fporn01 fporn01-priv fporn01
    node 2: fporn02 fporn02-priv fporn02
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    +10+
    forget about the node names!!!!
    but on the second node everything went fine, so I'm sure this is not a connectivity issue.
    the iptables service is stopped and disabled
    check the results after running the root.sh script
    root@fporn02 ~# /u01/app/crs/root.sh
    Checking to see if Oracle CRS stack is already configured
    +/etc/oracle does not exist. Creating it now.+
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 10G Release 2.
    assigning default hostname fporn01 for node 1.
    assigning default hostname fporn02 for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: fporn01 fporn01-priv fporn01
    node 2: fporn02 fporn02-priv fporn02
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    CSS is active on these nodes.
    fporn02
    CSS is inactive on these nodes.
    fporn01
    Local node checking complete.
    Run root.sh on remaining nodes to start CRS daemons.
    this is the log of crs on the first node
    root@fporn01 bin# cat /u01/app/crs/log/fporn01/alertfporn01.log
    +2009-06-24 17:27:37.695+
    client(9045)CRS-1006:The OCR location /u02/oradata/orcl/OCRFile_mirror is inaccessible. Details in /u01/app/crs/log/fporn01/client/ocrconfig_9045.log.
    +2009-06-24 17:27:37.741+
    client(9045)CRS-1001:The OCR was formatted using version 2.
    +2009-06-24 17:28:24.544+
    client(9092)CRS-1801:Cluster pdb-rac configured with nodes fporn01 fporn02 .
    this is the log of crs on the second node
    root@fporn02 ~# cat /u01/app/crs/log/fporn02/alertfporn02.log
    +2009-06-24 18:09:09.307+
    cssd(16991)CRS-1605:CSSD voting file is online: /u02/oradata/orcl/CSSFile. Details in /u01/app/crs/log/fporn02/cssd/ocssd.log.
    +2009-06-24 18:09:09.307+
    cssd(16991)CRS-1605:CSSD voting file is online: /u02/oradata/orcl/CSSFile_mirror1. Details in /u01/app/crs/log/fporn02/cssd/ocssd.log.
    +2009-06-24 18:09:09.310+
    cssd(16991)CRS-1605:CSSD voting file is online: /u02/oradata/orcl/CSSFile_mirror2. Details in /u01/app/crs/log/fporn02/cssd/ocssd.log.
    +2009-06-24 18:09:12.441+
    cssd(16991)CRS-1601:CSSD Reconfiguration complete. Active nodes are fporn02 .
    I have rechecked the Remote Access / User Equivalence
    after run the OCRCHECK command ia have this information
    root@fporn01 bin# ./ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 262144
    Used space (kbytes) : 312
    Available space (kbytes) : 261832
    ID : 255880615
    Device/File Name : /u02/oradata/orcl/OCRFile
    Device/File integrity check succeeded
    Device/File Name : /u02/oradata/orcl/OCRFile_mirror
    Device/File integrity check succeeded
    Cluster registry integrity check succeeded
    on the second node i get the same output
    root@fporn02 bin# ./ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 262144
    Used space (kbytes) : 312
    Available space (kbytes) : 261832
    ID : 255880615
    Device/File Name : /u02/oradata/orcl/OCRFile
    Device/File integrity check succeeded
    Device/File Name : /u02/oradata/orcl/OCRFile_mirror
    Device/File integrity check succeeded
    Cluster registry integrity check succeeded
    I have reviewed the following metalink notes but none of them seems to solve my problem
    *344994.1*
    *240001.1*
    *725878.1*
    *329450.1*
    *734221.1*
    I have done a research trough many forums, but always the fail is on the second node, but my fail is on the first node.
    I hope anyone could help me.
    this is the output of cluvfy
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "fporn01"
    Destination Node Reachable?
    fporn01 yes
    fporn02 yes
    Result: Node reachability check passed from node "fporn01".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    fporn02 passed
    fporn01 passed
    Result: User equivalence check passed for user "oracle".
    Checking administrative privileges...
    Check: Existence of user "oracle"
    Node Name User Exists Comment
    fporn02 yes passed
    fporn01 yes passed
    Result: User existence check passed for "oracle".
    Check: Existence of group "oinstall"
    Node Name Status Group ID
    fporn02 exists 501
    fporn01 exists 501
    Result: Group existence check passed for "oinstall".
    Check: Membership of user "oracle" in group "oinstall" as Primary
    Node Name User Exists Group Exists User in Group Primary Comment
    fporn02 yes yes yes yes passed
    fporn01 yes yes yes yes passed
    Result: Membership check for user "oracle" in group "oinstall" as Primary passed.
    Administrative privileges check passed.
    Checking node connectivity...
    Interface information for node "fporn02"
    Interface Name IP Address Subnet
    eth0 10.218.108.245 10.218.108.0
    eth1 192.168.1.2 192.168.1.0
    Interface information for node "fporn01"
    Interface Name IP Address Subnet
    eth0 10.218.108.244 10.218.108.0
    eth1 192.168.1.1 192.168.1.0
    eth2 172.16.9.210 172.16.9.0
    Check: Node connectivity of subnet "10.218.108.0"
    Source Destination Connected?
    fporn02:eth0 fporn01:eth0 yes
    Result: Node connectivity check passed for subnet "10.218.108.0" with node(s) fporn02,fporn01.
    Check: Node connectivity of subnet "192.168.1.0"
    Source Destination Connected?
    fporn02:eth1 fporn01:eth1 yes
    Result: Node connectivity check passed for subnet "192.168.1.0" with node(s) fporn02,fporn01.
    Check: Node connectivity of subnet "172.16.9.0"
    Result: Node connectivity check passed for subnet "172.16.9.0" with node(s) fporn01.
    Suitable interfaces for the private interconnect on subnet "10.218.108.0":
    fporn02 eth0:10.218.108.245
    fporn01 eth0:10.218.108.244
    Suitable interfaces for the private interconnect on subnet "192.168.1.0":
    fporn02 eth1:192.168.1.2
    fporn01 eth1:192.168.1.1
    ERROR:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check failed.
    Checking system requirements for 'crs'...
    Check: Total memory
    Node Name Available Required Comment
    fporn02 7.93GB (8310276KB) 512MB (524288KB) passed
    fporn01 7.93GB (8310276KB) 512MB (524288KB) passed
    Result: Total memory check passed.
    Check: Free disk space in "/tmp" dir
    Node Name Available Required Comment
    fporn02 9.57GB (10037300KB) 400MB (409600KB) passed
    fporn01 9.55GB (10012168KB) 400MB (409600KB) passed
    Result: Free disk space check passed.
    Check: Swap space
    Node Name Available Required Comment
    fporn02 8.81GB (9240568KB) 1GB (1048576KB) passed
    fporn01 8.81GB (9240568KB) 1GB (1048576KB) passed
    Result: Swap space check passed.
    Check: System architecture
    Node Name Available Required Comment
    fporn02 i686 i686 passed
    fporn01 i686 i686 passed
    Result: System architecture check passed.
    Check: Kernel version
    Node Name Available Required Comment
    fporn02 2.6.9-78.0.0.0.1.ELhugemem 2.4.21-15EL passed
    fporn01 2.6.9-78.0.0.0.1.ELhugemem 2.4.21-15EL passed
    Result: Kernel version check passed.
    Check: Package existence for "make-3.79"
    Node Name Status Comment
    fporn02 make-3.80-7.EL4 passed
    fporn01 make-3.80-7.EL4 passed
    Result: Package existence check passed for "make-3.79".
    Check: Package existence for "binutils-2.14"
    Node Name Status Comment
    fporn02 binutils-2.15.92.0.2-25 passed
    fporn01 binutils-2.15.92.0.2-25 passed
    Result: Package existence check passed for "binutils-2.14".
    Check: Package existence for "gcc-3.2"
    Node Name Status Comment
    fporn02 gcc-3.4.6-10.0.1 passed
    fporn01 gcc-3.4.6-10.0.1 passed
    Result: Package existence check passed for "gcc-3.2".
    Check: Package existence for "glibc-2.3.2-95.27"
    Node Name Status Comment
    fporn02 glibc-2.3.4-2.41 passed
    fporn01 glibc-2.3.4-2.41 passed
    Result: Package existence check passed for "glibc-2.3.2-95.27".
    Check: Package existence for "compat-db-4.0.14-5"
    Node Name Status Comment
    fporn02 compat-db-4.1.25-9 passed
    fporn01 compat-db-4.1.25-9 passed
    Result: Package existence check passed for "compat-db-4.0.14-5".
    Check: Package existence for "compat-gcc-7.3-2.96.128"
    Node Name Status Comment
    fporn02 missing failed
    fporn01 missing failed
    Result: Package existence check failed for "compat-gcc-7.3-2.96.128".
    ++Check: Package existence for "compat-gcc-c++-7.3-2.96.128"++
    Node Name Status Comment
    fporn02 missing failed
    fporn01 missing failed
    ++Result: Package existence check failed for "compat-gcc-c++-7.3-2.96.128".++
    ++Check: Package existence for "compat-libstdc++-7.3-2.96.128"++
    Node Name Status Comment
    fporn02 missing failed
    fporn01 missing failed
    ++Result: Package existence check failed for "compat-libstdc++-7.3-2.96.128".++
    ++Check: Package existence for "compat-libstdc++-devel-7.3-2.96.128"++
    Node Name Status Comment
    fporn02 missing failed
    fporn01 missing failed
    ++Result: Package existence check failed for "compat-libstdc++-devel-7.3-2.96.128".++
    Check: Package existence for "openmotif-2.2.3"
    Node Name Status Comment
    fporn02 openmotif-2.2.3-10.2.el4 passed
    fporn01 openmotif-2.2.3-10.2.el4 passed
    Result: Package existence check passed for "openmotif-2.2.3".
    Check: Package existence for "setarch-1.3-1"
    Node Name Status Comment
    fporn02 setarch-1.6-1 passed
    fporn01 setarch-1.6-1 passed
    Result: Package existence check passed for "setarch-1.3-1".
    Check: Group existence for "dba"
    Node Name Status Comment
    fporn02 exists passed
    fporn01 exists passed
    Result: Group existence check passed for "dba".
    Check: Group existence for "oinstall"
    Node Name Status Comment
    fporn02 exists passed
    fporn01 exists passed
    Result: Group existence check passed for "oinstall".
    Check: User existence for "nobody"
    Node Name Status Comment
    fporn02 exists passed
    fporn01 exists passed
    Result: User existence check passed for "nobody".
    System requirement failed for 'crs'
    Pre-check for cluster services setup was unsuccessful on all the nodes.

    forget about my last post, it was my mistake, I rebooted the server and the clustered file system service did not start up at boot time.
    sorry
    this is what I really got in /var/log/messages
    after manually running crs daemons
    Jun 26 16:43:07 fporn01 su(pam_unix)[10020]: session opened for user oracle by (uid=0)
    Jun 26 16:43:07 fporn01 su(pam_unix)[10020]: session closed for user oracle
    Jun 26 16:43:07 fporn01 logger: Cluster Ready Services completed waiting on dependencies.
    Jun 26 16:44:07 fporn01 su(pam_unix)[9977]: session opened for user oracle by (uid=0)
    Jun 26 16:45:31 fporn01 su(pam_unix)[10293]: session opened for user oracle by (uid=0)
    Jun 26 16:45:32 fporn01 su(pam_unix)[10293]: session closed for user oracle
    Jun 26 16:45:32 fporn01 logger: Cluster Ready Services completed waiting on dependencies.
    Jun 26 16:45:40 fporn01 su(pam_unix)[10351]: session opened for user oracle by (uid=0)
    Jun 26 16:45:40 fporn01 su(pam_unix)[10351]: session closed for user oracle
    Jun 26 16:45:40 fporn01 su(pam_unix)[10415]: session opened for user oracle by (uid=0)
    Jun 26 16:45:40 fporn01 su(pam_unix)[10415]: session closed for user oracle
    Jun 26 16:45:40 fporn01 logger: Cluster Ready Services completed waiting on dependencies.
    Jun 26 16:46:32 fporn01 su(pam_unix)[10591]: session opened for user oracle by (uid=0)
    Jun 26 16:46:40 fporn01 logger: Running CRSD with TZ =
    after running ps -ef | grep -E 'init|d.bin|ocls|oprocd|diskmon|evmlogger|PID'
    [root@fporn01 ~]# ps -ef | grep -E 'init|d.bin|ocls|oprocd|diskmon|evmlogger|PID'
    UID PID PPID C STIME TTY TIME CMD
    root 1 0 0 15:33 ? 00:00:00 init [5]
    root 9869 7951 0 16:40 pts/1 00:00:00 [init.crsd] <defunct>
    oracle 10053 9977 0 16:44 ? 00:00:00 /u01/app/crs/bin/evmd.bin
    root 10249 7951 0 16:45 pts/1 00:00:00 /bin/sh /etc/init.d/init.cssd fatal
    root 10341 7951 0 16:45 pts/1 00:00:00 /u01/app/crs/bin/crsd.bin reboot
    root 10551 10249 0 16:46 pts/1 00:00:00 /bin/sh /etc/init.d/init.cssd daemon
    oracle 10618 10592 0 16:46 ? 00:00:00 /u01/app/crs/bin/ocssd.bin
    oracle 10926 10053 0 16:46 ? 00:00:00 /u01/app/crs/bin/evmlogger.bin -o /u01/app/crs/evm/log/evmlogger.info -l /u01/app/crs/evm/log/evmlogger.log
    root 16658 9461 0 16:50 pts/2 00:00:00 grep -E init|d.bin|ocls|oprocd|diskmon|evmlogger|PID
    CRS daemons finally work
    *but i get this error when i run [oracle@fporn01 cluvfy]$ ./runcluvfy.sh stage -post crsinst -n fporn01,fporn02 -verbose*
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "fporn01"
    Destination Node                      Reachable?
    fporn01                               yes
    fporn02                               yes
    Result: Node reachability check passed from node "fporn01".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name                             Comment
    fporn02                               passed
    fporn01                               passed
    Result: User equivalence check passed for user "oracle".
    ERROR:
    CRS is not installed on any of the nodes.
    Verification cannot proceed.
    Post-check for cluster services setup was unsuccessful on all the nodes.

  • Solaris10 basic questions PHP and MYSQL

    Hi,
    I am trying to learn something of Solaris because it this OS is used at my job, well, we have one system T2000 sunfire, it has Solaris10, we are trying to setup as local server to share some html files, and also we are trying to install some mysql databases, well we already setup Apache2 and it is working fine:
    svcs -a | grep -i http
    online Mar_10 svc:/network/http:apache2
    Something that I don't know is if the server has already installed PHP and if it is running, I just found these files containing PHP:
    ./usr/local/php
    ./usr/local/php/doc/php
    ./usr/local/php/bin/php
    ./usr/local/php/include/php
    ./usr/local/php/lib/php
    ./usr/local/php/bin/php
    # cd bin
    # ls -l
    total 42041
    -rwxr-xr-x 1 root bin 686 Jun 30 2005 pear
    -rwxr-xr-x 1 root bin 21407604 Jun 30 2005 php
    -rwxr-xr-x 1 root bin 877 Jun 30 2005 php-config
    -rwxr-xr-x 1 root bin 593 Jun 30 2005 phpextdist
    -rwxr-xr-x 1 root bin 3068 Jun 30 2005 phpize
    I was wondering if some of you can tell me if php is installed and running, I think it is not running because I created an php file and it doesn't work.
    I also need to know if mysql is working or not, I think it is working, these are the process that I found of mysql:
    /usr/bin/ps -ef |grep mysql
    mysql 843 798 0 Feb 22 ? 40:59 /usr/local/mysql/libexec/mysqld basedir=/usr/local/mysql datadir=/export/ho
    root 798 1 0 Feb 22 ? 0:00 /bin/sh /usr/local/mysql/bin/mysqld_safe datadir=/export/home/database pid-
    Thanks.

    Thanks Alan bye the answer.
    Here is my list of folder in /usr/local:
    lrwxrwxrwx 1 root root 14 May 20 2009 Tcl8.4.2 -> /usr/local/tcl
    drwxr-xr-x 10 root other 10 May 20 2009 apache
    drwxr-xr-x 16 root bin 16 Jun 7 2009 apache2
    drwxr-xr-x 2 root bin 5 Mar 9 18:16 bin
    drwxr-xr-x 5 root bin 5 Mar 9 18:16 doc
    drwxr-xr-x 2 root bin 7 Mar 9 18:16 include
    drwxr-xr-x 3 root bin 39 Mar 9 18:16 lib
    drwxr-xr-x 2 root bin 5 Mar 9 18:16 libexec
    drwxr-xr-x 4 root bin 4 Jun 7 2009 man
    drwxr-xr-x 14 root root 14 Jun 7 2009 mysql
    drwxr-xr-x 5 root other 5 May 20 2009 perl5
    drwxr-xr-x 8 root bin 8 Jun 7 2009 php
    drwxr-xr-x 2 root bin 4 Mar 9 18:16 sbin
    drwxr-xr-x 5 root bin 5 Mar 9 18:16 share
    drwxr-xr-x 10 root other 10 May 20 2009 squid
    drwxr-xr-x 10 root root 11 Jun 7 2009 ssl
    drwxr-xr-x 7 root other 8 May 20 2009 tcl
    drwxr-xr-x 10 root other 10 May 20 2009 tools
    I know perl is running by:
    # perl -v
    This is perl, v5.8.4 built for sun4-solaris-64int
    (with 31 registered patches, see perl -V for more detail)
    Copyright 1987-2004, Larry Wall
    Perl may be copied only under the terms of either the Artistic License or the
    GNU General Public License, which may be found in the Perl 5 source kit.
    Complete documentation for Perl, including FAQ lists, should be found on
    this system using `man perl' or `perldoc perl'. If you have access to the
    Internet, point your browser at http://www.perl.com/, the Perl Home Page.
    And I was thinking, before install another thing I want to be sure that php is not installed or running, I would like to ask some questions:
    How can I know if php is installed?
    How can I know if it is running? the way I have tried is placing a PHP file in the /var/apache2/htdocs and tried it from the browser, but it didn't work.
    If PHP is installed how can I enable it or start it? and how to make it permanent or start automatically when server boot up?
    What happen if i try to install the AMP, may I have to backup the files that we already have in /var/apache2/htdocs?
    Will the amp cause troubles or conflict to the apache, perl and mysql that are already installed and running?
    Another basic question and hope not to cause angry, is there inside Solaris any equivalent folder to "program files" like in win? it would be to have an idea of all the applications already installed in the system. or which is or are the folders in Solaris where I can see all the installed applications?
    the last question the term "the box" is the term for machine, station, server?
    Thanks.
    by the way here is a list of the process that are currently running
    cmd     uid
    sched     root
    /sbin/init     root
    pageout     root
    fsflush     root
    /usr/lib/inet/inetd start     root
    /lib/svc/bin/svc.startd     root
    /lib/svc/bin/svc.configd     root
    /usr/lib/nfs/mountd     root
    /usr/lib/sysevent/syseventd     root
    /usr/apache2/bin/httpd -k start     webservd
    /usr/sadm/lib/smc/bin/smcboot     root
    /usr/lib/saf/ttymon -g -d /dev/console -l console -T ansi -m ldterm,ttcompat -h     root
    /usr/lib/nfs/nfs4cbd     daemon
    devfsadmd     root
    /usr/sadm/lib/smc/bin/smcboot     root
    /usr/lib/ldoms/drd     root
    /usr/lib/nfs/statd     daemon
    /usr/sbin/rpc.bootparamd     root
    /usr/lib/crypto/kcfd     daemon
    /usr/lib/picl/picld     root
    /usr/sbin/rpcbind     daemon
    /usr/lib/efcode/sparcv9/efdaemon     root
    /usr/sbin/nscd     root
    /usr/sbin/cron     root
    /usr/lib/ssh/sshd     root
    /usr/lib/nfs/nfsmapid     daemon
    /usr/lib/nfs/nfsd     daemon
    /usr/lib/sendmail -Ac -q15m     smmsp
    /usr/sadm/lib/smc/bin/smcboot     root
    /usr/lib/nfs/lockd     daemon
    /usr/lib/saf/ttymon     root
    /usr/local/mysql/libexec/mysqld basedir=/usr/local/mysql datadir=/export/ho     mysql
    /usr/lib/saf/sac -t 300     root
    /usr/lib/utmpd     root
    /usr/lib/sendmail -bd -q15m     root
    /usr/sbin/in.routed     root
    /usr/sbin/in.telnetd     root
    /usr/lib/autofs/automountd     root
    /usr/sbin/in.rarpd -a     root
    /usr/lib/ssh/sshd     myuser
    /usr/lib/autofs/automountd     root
    /usr/sbin/syslogd     root
    /opt/SWIE/jetty/jre/bin/java -Djava.awt.headless=true -Djava.endorsed.dirs=/opt     root
    ps -ef     root
    /usr/lib/netsvc/rstat/rpc.rstatd     root
    bash     root
    /usr/sbin/in.telnetd     root
    /usr/lib/snmp/snmpdx -y -c /etc/snmp/conf     root
    /usr/lib/fm/fmd/fmd     root
    /usr/sbin/vold -f /etc/vold.conf     root
    /usr/lib/dmi/dmispd     root
    /usr/sfw/sbin/snmpd     root
    /usr/jdk/latest/bin/java -Dhostname=XXXHOSTnameXXX -Djava.security.policy==/opt/SU     root
    /opt/realport/sparc64/ncxd -d /dev/digi_realport0 -i XXX.XXX.XXX.X -p 771 -e ne     root
    (dnsserver)     squid
    (dnsserver)     squid
    /usr/lib/dmi/snmpXdmid -s XXXHOSTnameXXX     root
    /usr/dt/bin/dtlogin -daemon     root
    /bin/sh /opt/SWIE/jetty/etc/init.d/jetty start     root
    (dnsserver)     squid
    (dnsserver)     squid
    /usr/local/squid/sbin/squid -DsY     root
    (dnsserver)     squid
    /usr/java/bin/java -server -Xmx128m -XX:+UseParallelGC -XX:ParallelGCThreads=4      noaccess
    (squid) -DsY     squid
    -sh     root
    (unlinkd)     squid
    /bin/sh /usr/local/mysql/bin/mysqld_safe datadir=/export/home/database pid-     root
    -bash     myuser
    bash     root
    -bash     myuser
    -sh     root
    /usr/lib/ssh/sshd     myuser
    sh     root
    bash     root
    /usr/sbin/in.telnetd     root
    -sh     root
    /usr/apache2/bin/httpd -k start     webservd
    bash     root
    /usr/apache2/bin/httpd -k start     webservd
    -sh     root
    sh     root
    /usr/lib/ssh/sshd     root
    -bash     myuser
    /usr/sbin/in.telnetd     root
    -sh     root
    bash     root
    /usr/sbin/in.telnetd     root
    bash     root
    /usr/apache2/bin/httpd -k start     root
    -sh     root
    /usr/apache2/bin/httpd -k start     webservd
    /usr/lib/ssh/sshd     root
    /usr/apache2/bin/httpd -k start     webservd
    /usr/sbin/in.telnetd     root

  • Error in the Auto Start Script

    Hi all,
    I am implementing the procedure in Note ID 281912.1. to configure a RHEL 5.2 x86 Box for Oracle 11g R2 DB Auto Start.
    I got an error as shown below.
    Thanks in advance.
    [root@srv100] head /etc/init.d/dbora
    #!/bin/bash
    # oracle Start/Stop the Databases...
    # chkconfig: 2345 99 10
    # processname: oracle
    # config: /etc/oratab
    # pidfile: /var/run/oracle.pid
    [root@srv100] cat /etc/init.d/dbora
    #!/bin/bash
    # oracle Start/Stop the Databases...
    # chkconfig: 2345 99 10
    # processname: oracle
    # config: /etc/oratab
    # pidfile: /var/run/oracle.pid
    # Source function library.
    . /etc/init.d/functions
    RETVAL=0
    ORA_OWNER="oracle"
    ORA_HOME="/u01/app/oracle/product/11.2.0/db_1"
    prog="oracle"
    start() {
    echo -n $"Starting $prog: "
    su - $ORA_OWNER -c "$ORA_HOME/bin/dbstart"
    su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl start"
    RETVAL=$?
    echo
    [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dbora
    return $RETVAL
    stop() {
    echo -n $"Stopping $prog: "
    su - $ORA_OWNER -c "$ORA_HOME/bin/dbshut"
    su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl stop"
    RETVAL=$?
    echo
    [ $RETVAL -eq 0 ] && rm -r /var/lock/subsys/dbora
    return $RETVAL
    restart() {
    stop
    start
    case "$1" in
    start)
    start
    stop)
    stop
    restart)
    restart
    echo $"Usage: $0 {start|stop|restart}"
    exit 1
    esac
    exit $?
    #"FOLLOWING IS THE ERROR I GOT"
    [root@srv100] chkconfig --add dbora
    service dbora does not support chkconfig

    The issue was resolved by adding the following to the script:
    # description: Start/Stop the Databases..It seems for the config command to succeed, the script should comply with specific strucutre.
    Script provided in Oracle Note 281912.1 doesn't comply with the required structure and needed that little change.

  • Odd outbox behavior

    I stopped using Mail because old messages are chosen at random and placed in my outbox and then sent. There seems to be no pattern regarding what folder those old messages are kept in, no pattern regarding when they were sent or recieved, etc. MAC's support help line suggested that I delete my user name and set up a new account to correct this. That sounds to me like no solution at all. I do not get this problem when I use mail.mac.com to send and receive messages. The problem appears to be in my MAC. I checked to be sure there were no rules creating this problem. I have no active rules
    If this problem cannot be corrected in Mail can you tell me what program I can use to send WEB addresses imbedded in the message. Mail allows this, Eudora does not.
    Thanks for your help. Let me say again, I'd rather fix the problem in Mail than change to another program.

    My wife and I have the same problem. In my case, all the emails being resent are from a narrow 2-3 week period in July. The problem is evident when I wake up the macbook from sleep, because the random emails in the outbox cannot be sent before the network wakes up, so I get a pop-up window asking what I want to do with the email in question. At other times I get a whoosh in the background and I know another random email has been sent out. It is causing my colleagues much inconvenience and it is EMBARRASSING to say to the world that it is the fault of my otherwise brilliant macbook.
    I very much doubt whether it is battery related. I have two and the problem is present with either one. It feels like a mac virus or worm. Especially since it has recently started to happen to my wife's macbook as well. I have tried getting rid of displaywatcher software, all widgets, making sure that MS word is not running, but to no avail. I do have crossover office installed, and parallels, but the email problem shows up whether or not they are running.
    Rebooting etc. doesn't help. I am thinking of leopard upgrade but there are some apps I use that don't work properly yet on leopard.
    Nothing in root crontab. Only superduper in mine. Moving all scripts out of their usual locations did not help. Disabling all mail scripts no help either.
    Below is a list of the processes running, in case anyone recognizes anything untoward or a common thread with others with this problem. I am relieved to find that others have the problem also - it has been bothering me for months, some heavy duty mac experts have not been able to help, and it has wasted a lot of my time. And it just plain annoys me!
    Please help!
    neale 5613 11.9 -1.1 60096 23880 ?? UNs 6:46PM 2:33.94 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdimportserver
    neale 1269 9.2 -7.8 1021404 164288 ?? S Thu01PM 167:29.02 /Applications/Microsoft Office 2004/Microsoft Word /Applications/Microsoft Office 2004/Microsoft Word -psn06553601
    windowse 76 6.6 -6.6 567604 139268 ?? Rs Thu10AM 69:42.89 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer -daemon
    root 180 4.1 -2.1 67992 44056 ?? Ss Thu10AM 31:07.26 /Library/Application Support/Sophos Anti-Virus/InterCheck.app/Contents/MacOS/InterCheck
    root 183 2.6 -0.6 53240 13036 ?? Ss Thu10AM 35:11.97 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mds
    neale 420 1.8 -2.5 467376 51908 ?? S Thu10AM 29:58.75 /Applications/iTunes.app/Contents/MacOS/iTunes -psn03538945
    neale 364 1.8 -0.3 376808 5568 ?? S Thu10AM 14:00.31 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer -psn01179649
    neale 850 1.7 -8.8 1255712 185100 ?? S Thu11AM 31:03.25 /Applications/Safari.app/Contents/MacOS/Safari -psn04849665
    neale 403 0.7 -1.6 512960 33312 ?? S Thu10AM 47:34.51 /Applications/Skype.app/Contents/MacOS/Skype -psn02490369
    neale 1742 0.2 -0.8 394248 16552 ?? S Thu04PM 2:23.29 /Applications/Aquamacs Emacs.app/Contents/MacOS/Aquamacs Emacs -psn09306113
    root 50 0.0 -0.0 27288 320 ?? Ss Thu10AM 0:20.39 /usr/sbin/syslogd
    root 52 0.0 -0.0 27528 256 ?? Ss Thu10AM 0:00.17 /usr/sbin/cron
    root 53 0.0 -0.1 30244 1808 ?? Ss Thu10AM 0:25.12 /usr/sbin/configd
    root 54 0.0 -0.1 32848 1320 ?? Ss Thu10AM 0:00.79 /usr/sbin/coreaudiod
    root 55 0.0 -0.0 27804 976 ?? Ss Thu10AM 0:01.73 /usr/sbin/diskarbitrationd
    root 56 0.0 -0.0 28344 432 ?? Ss Thu10AM 0:00.17 /usr/sbin/memberd -x
    root 57 0.0 -0.1 29268 1548 ?? Ss Thu10AM 0:00.91 /usr/sbin/securityd
    root 60 0.0 -0.0 27864 384 ?? Ss Thu10AM 0:02.15 /usr/sbin/notifyd
    root 61 0.0 -0.0 27676 752 ?? Ss Thu10AM 0:06.61 /usr/sbin/distnoted
    root 65 0.0 -0.0 27252 180 ?? Ss Thu10AM 2:56.87 /usr/sbin/update
    root 68 0.0 -0.1 30996 1860 ?? Ss Thu10AM 0:14.93 /usr/sbin/DirectoryService
    root 90 0.0 -0.1 37988 1112 ?? S Thu10AM 0:00.35 /usr/sbin/blued
    root 91 0.0 -0.5 53764 10300 ?? Ss Thu10AM 0:11.76 /System/Library/CoreServices/coreservicesd
    neale 95 0.0 -0.6 104208 12120 ?? Ss Thu10AM 0:40.88 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
    neale 96 0.0 -0.1 368584 2976 ?? Ss Thu10AM 0:29.86 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
    root 113 0.0 -0.0 27768 92 ?? Ss Thu10AM 0:00.01 /usr/libexec/crashreporterd
    root 138 0.0 -0.0 27272 164 ?? Ss Thu10AM 0:23.68 /Library/StartupItems/ParallelsTransporter/llipd
    root 158 0.0 -0.0 28296 568 ?? Ss Thu10AM 0:00.03 /Library/Application Support/Sophos Anti-Virus/SophosAntiVirus.app/Contents/MacOS/SophosAntiVirus
    root 162 0.0 -0.2 115240 3168 ?? Ss Thu10AM 0:01.32 /usr/local/sbin/dyndnsd daemon
    root 166 0.0 -0.0 34976 1032 ?? Ss Thu10AM 0:03.31 /usr/sbin/AppleFileServer
    root 170 0.0 -0.1 28556 1452 ?? Ss Thu10AM 0:14.65 /usr/sbin/cupsd -L
    root 175 0.0 -0.0 27248 112 ?? Ss Thu10AM 0:04.68 /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/ARD Helper
    root 181 0.0 -0.1 29520 1396 ?? Ss Thu10AM 0:04.82 /Library/Application Support/Sophos Anti-Virus/SophosAutoUpdate.app/Contents/MacOS/SophosAutoUpdate
    root 212 0.0 -0.0 27736 264 ?? Ss Thu10AM 0:07.44 ntpd -f /var/run/ntp.drift -p /var/run/ntpd.pid
    root 228 0.0 -0.0 29312 68 ?? Ss Thu10AM 0:00.00 nfsiod -n 4
    root 237 0.0 -0.0 27312 72 ?? Ss Thu10AM 0:00.00 rpc.lockd -w
    root 240 0.0 -0.0 30496 980 ?? Ss Thu10AM 0:05.12 /usr/sbin/automount -f -m /Network -nsl -mnt /private/var/automount
    root 244 0.0 -0.0 29424 552 ?? Ss Thu10AM 0:00.08 /usr/sbin/automount -f -m /automount/Servers -fstab -mnt /private/Network/Servers -m /automount/static -static -mnt /private/var/automount
    root 246 0.0 -0.0 28408 712 ?? Ss Thu10AM 0:26.45 /usr/sbin/nmbd -F
    root 253 0.0 -0.0 28844 184 ?? Ss Thu10AM 0:03.04 /usr/sbin/httpd
    root 256 0.0 -0.0 29848 696 ?? S Thu10AM 0:08.50 /Library/StartupItems/Parallels/pvsnatd
    www 268 0.0 -0.0 28412 84 ?? S Thu10AM 0:00.00 /usr/sbin/httpd
    root 269 0.0 -0.3 49972 7272 ?? Ss Thu10AM 2:03.36 /Library/Application Support/Sophos Anti-Virus/RMS/SophosMessageRouter -ORBListenEndpoints iiop://:8193/ssl_port=8194
    root 271 0.0 -1.6 78964 32840 ?? Ss Thu10AM 1:57.47 /Library/Application Support/Sophos Anti-Virus/RMS/SophosManagementAgent
    neale 275 0.0 -0.0 352512 964 ?? S Thu10AM 0:00.30 /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent -psn0917505
    nobody 276 0.0 -0.0 290100 376 ?? S Thu10AM 0:00.03 /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Ma cOS/AppleVNCServer
    neale 355 0.0 -0.1 33228 1852 ?? Ss Thu10AM 2:56.24 /System/Library/PrivateFrameworks/DedicatedNetworkBuilds.framework/Resources/sc twistd /System/Library/PrivateFrameworks/DedicatedNetworkBuilds.framework/Resources/sc twis
    neale 356 0.0 -0.0 57880 768 ?? Ss Thu10AM 0:00.71 /System/Library/CoreServices/pbs
    neale 363 0.0 -0.2 369020 3656 ?? S Thu10AM 1:27.61 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock -psn01048577
    neale 382 0.0 -0.1 359492 1344 ?? S Thu10AM 0:00.36 /Applications/iTunes.app/Contents/Resources/iTunesHelper.app/Contents/MacOS/iTu nesHelper -psn01441793
    neale 383 0.0 -0.4 428548 7892 ?? S Thu10AM 0:03.05 /Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app/Contents/MacOS/Microsoft AU Daemon -psn01572865
    neale 384 0.0 -0.0 29716 520 ?? S Thu10AM 0:00.23 /Applications/Utilities/X11.app/Contents/MacOS/X11 -psn01703937
    neale 385 0.0 -0.1 362372 2116 ?? S Thu10AM 0:52.58 /System/Library/PreferencePanes/UniversalAccessPref.prefPane/Contents/Resources /UniversalAccess.app/Contents/MacOS/UniversalAccess -psn01835009
    nobody 387 0.0 -0.0 28364 1040 ?? Ss Thu10AM 0:03.72 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/u sbmuxd -launchd
    neale 388 0.0 -0.9 395300 19104 ?? S Thu10AM 1:24.74 /Applications/Utilities/X11.app/Contents/MacOS/X11 -auth /Users/neale/.Xauthority -psn01703937
    neale 401 0.0 -0.1 362652 2152 ?? S Thu10AM 0:05.46 /System/Library/CoreServices/System Events.app/Contents/MacOS/System Events -psn02228225
    neale 404 0.0 -0.1 360692 2264 ?? S Thu10AM 0:00.80 /Applications/iCal.app/Contents/Resources/iCalAlarmScheduler.app/Contents/MacOS /iCalAlarmScheduler -psn02621441
    neale 405 0.0 -1.3 437868 27988 ?? S Thu10AM 1:48.05 /Applications/iCal.app/Contents/MacOS/iCal -psn02752513
    neale 406 0.0 -0.1 369696 2920 ?? S Thu10AM 0:02.50 /Applications/MacFusion.app/Contents/MacOS/MacFusion -psn02883585
    neale 407 0.0 -0.1 366476 3000 ?? S Thu10AM 0:00.75 /Library/Application Support/Sophos Anti-Virus/SophosUIServer.app/Contents/MacOS/SophosUIServer -psn03014657
    neale 408 0.0 -0.1 361888 1908 ?? S Thu10AM 0:00.39 /Applications/Xerox/PrintingScout/XPSLauncher.app/Contents/MacOS/XPSLauncher -psn03145729
    neale 409 0.0 -0.1 321648 1456 ?? S Thu10AM 0:00.34 quartz-wm
    neale 413 0.0 -0.1 361088 2800 ?? S Thu10AM 0:00.45 /Users/neale/Library/Caches/Cleanup At Startup/CrossOver CD Helper.app/Contents/MacOS/CrossOver CD Helper -psn03276801
    neale 417 0.0 -0.1 33028 1444 ?? S Thu10AM 0:00.65 xterm
    neale 419 0.0 -0.0 31892 588 p1 Ss Thu10AM 0:00.08 -csh
    neale 819 0.0 -4.0 484760 84160 ?? S Thu11AM 11:08.35 /Applications/Mail.app/Contents/MacOS/Mail -psn04456449
    neale 833 0.0 -0.1 39044 2168 ?? S Thu11AM 0:01.51 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell -psn04587521
    neale 1279 0.0 -0.3 480588 6144 ?? S Thu01PM 1:06.05 /Applications/Microsoft Office 2004/Office/Microsoft Database Daemon /Applications/Microsoft Office 2004/Office/Microsoft Database Daemon -psn06684673
    neale 1495 0.0 -0.0 36136 180 p1 S Thu02PM 0:00.62 pine -i
    neale 1872 0.0 -0.8 550468 17108 ?? S Thu05PM 0:20.00 /Applications/iWork '08/Keynote.app/Contents/MacOS/Keynote -psn010223617
    root 3206 0.0 -0.1 29204 1300 ?? Ss 9:21AM 0:02.76 /usr/sbin/lookupd
    root 3220 0.0 -0.0 27704 596 ?? S 9:21AM 0:02.26 ipp://128.172.85.118/ 265 neale im292206.pdf 1 noXRXDraft noXRXImageSmoothing XRXHasPS=0 XRXJobName=im292206.pdf OutputMode=600x600dpi XRXJobType=Normal Slipsheet=None M
    neale 3248 0.0 -0.4 395744 9360 ?? S 9:21AM 0:01.67 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder -psn017825793
    neale 3271 0.0 -0.3 358332 6088 p1 S 9:38AM 0:01.99 pine -i
    neale 3301 0.0 -2.8 505296 58748 ?? S 9:52AM 0:13.44 /Applications/iWork '08/Pages.app/Contents/MacOS/Pages -psn018743297
    neale 3312 0.0 -0.2 39808 3840 ?? S 9:58AM 0:01.11 /System/Library/PrivateFrameworks/MobileDevice.framework/Resources/AppleMobileD eviceHelper.app/Contents/MacOS/AppleMobileDeviceHelper --pipe 30 34
    neale 3803 0.0 -0.1 28080 1316 p1 S+ 10:54AM 0:00.20 ssh hydro
    neale 3835 0.0 -0.4 375628 9064 ?? S 11:12AM 0:01.32 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Users/neale/Library/Widgets/Wikipedia.1.wdgt/ 2792 4a28b56b2
    neale 3836 0.0 -0.5 369324 10476 ?? S 11:12AM 0:02.27 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Library/Widgets/Weather.wdgt/ 2793 240d2efe29d2a941 f
    neale 3837 0.0 -0.6 391268 12156 ?? S 11:12AM 0:06.76 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Library/Widgets/Dictionary.wdgt/ 2794 163011c42ad2a941 f
    neale 3838 0.0 -0.4 376428 8496 ?? S 11:12AM 0:01.10 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Library/Widgets/Translation.wdgt/ 2795 b1df83172bd2a941 f
    neale 3839 0.0 -0.7 377712 14792 ?? S 11:12AM 0:12.58 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient /Users/neale/Library/Widgets/iStat pro.wdgt/ 2796 b96cec7f29d
    neale 4327 0.0 -0.6 123984 12316 ?? SNs 1:04PM 0:06.62 /usr/libexec/oah/translate /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdimportserver -s -R
    nobody 4621 0.0 -0.6 120992 11576 ?? SNs 2:43PM 0:06.35 /usr/libexec/oah/translate /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdimportserver -s -R
    nobody 5654 0.0 -0.2 39980 3488 ?? SNs 7:04PM 0:00.44 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdimportserver
    neale 5678 0.0 -0.0 31808 732 ?? S 7:19PM 0:00.07 -bin/tcsh -i -c xterm -sb -sl 1000 -rightbar -geometry 80x40 -e tcsh
    neale 5680 0.0 -0.2 33928 3524 ?? S 7:19PM 0:00.14 xterm -sb -sl 1000 -rightbar -geometry 80x40 -e tcsh
    neale 5682 0.0 -0.1 31892 1096 p2 Ss 7:19PM 0:00.14 -csh
    root 5687 0.0 -0.0 27424 532 p2 R+ 7:19PM 0:00.00 ps auxw
    root 1 0.0 -0.0 28356 512 ?? S<s Thu10AM 0:02.59 /sbin/launchd
    root 21 0.0 -0.0 27268 84 ?? Ss Thu10AM 0:00.07 /sbin/dynamic_pager -F /private/var/vm/swapfile
    root 25 0.0 -0.0 28296 868 ?? Ss Thu10AM 0:01.71 kextd
    root 42 0.0 -0.0 27252 140 ?? S+ Thu10AM 0:03.29 /usr/libexec/ipfwloggerd
    root 45 0.0 -0.0 103020 224 ?? Ss Thu10AM 0:00.14 /usr/local/bin/stunnel /etc/stunnel.rulink.conf
    root 46 0.0 -8.8 376548 183772 ?? Ss Thu10AM 2:03.26 /System/Library/PrivateFrameworks/DedicatedNetworkBuilds.framework/Resources/bf observer
    root 47 0.0 -0.0 27848 232 ?? Ss Thu10AM 0:00.03 /usr/sbin/KernelEventAgent
    root 48 0.0 -0.0 28048 988 ?? Ss Thu10AM 0:06.01 /usr/sbin/mDNSResponder -launchdaemon
    root 49 0.0 -0.0 27580 464 ?? Ss Thu10AM 0:03.26 /usr/sbin/netinfod -s local

  • Someone is getting to my computer

    Hope you can help.
    I got an issue with a 12" G4 Powerbook (1.33 Ghz, Tiger 10.4.6, 768 Mb RAM). This computer is used in an school network, is a huge network actually. The thing is that someone is getting into this computer by the network and is very annoying. This person is getting accounts, deleting files, getting personal information, well, you could guess this is so ******* me off.
    I don't know that much about Unix, which is the way I guess this person is getting access to the computer, could someone give me some orientation on how this person is doing it? Any solution to put a barrier or something?
    By the way, directly in Mac OS X at system preferences, i have already changed passwords, stoped services at sharing pane, also the firewall is on (only network clock and ichat are active). Am I missing something?
    I'd appreciate your help.

    Thanks cornwalker for the suggestions, are really helpful.
    For ps -aux the results again are:
    cleo:~ itzel$ ps -aux
    USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
    itzel 187 0.6 2.7 154524 21596 ?? S 10:32PM 0:00.94 /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal -psn01179649
    windowse 55 0.5 1.9 211560 14684 ?? Ss 10:31PM 0:01.90 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resou
    root 35 0.1 0.2 29928 1876 ?? Ss 10:31PM 0:01.70 /usr/sbin/configd
    root 30 0.0 0.1 27844 604 ?? Ss 10:31PM 0:00.07 /usr/sbin/KernelEventAgent
    root 31 0.0 0.1 28580 1044 ?? Ss 10:31PM 0:00.08 /usr/sbin/mDNSResponder -launchdaemon
    root 32 0.0 0.2 27592 1220 ?? Ss 10:31PM 0:00.23 /usr/sbin/netinfod -s local
    root 33 0.0 0.1 27284 408 ?? Ss 10:31PM 0:00.10 /usr/sbin/syslogd
    root 36 0.0 0.1 28736 988 ?? Ss 10:31PM 0:00.36 /usr/sbin/coreaudiod
    root 37 0.0 0.1 27780 1012 ?? Ss 10:31PM 0:00.21 /usr/sbin/diskarbitrationd
    root 38 0.0 0.1 28320 600 ?? Ss 10:31PM 0:00.03 /usr/sbin/memberd -x
    root 39 0.0 0.1 27864 456 ?? Ss 10:31PM 0:00.10 /usr/sbin/notifyd
    root 40 0.0 0.2 29312 1592 ?? Ss 10:31PM 0:00.29 /usr/sbin/securityd
    root 45 0.0 0.0 27248 224 ?? Ss 10:31PM 0:00.06 /usr/sbin/update
    root 47 0.0 0.3 30780 2152 ?? Ss 10:31PM 0:00.56 /usr/sbin/DirectoryService
    root 48 0.0 0.1 27672 752 ?? Ss 10:31PM 0:00.06 /usr/sbin/distnoted
    root 58 0.0 0.2 37816 1872 ?? S 10:31PM 0:00.40 /usr/sbin/blued
    root 60 0.0 1.0 41028 7712 ?? Ss 10:31PM 0:00.61 /System/Library/CoreServices/coreservicesd
    itzel 62 0.0 0.3 52468 2272 ?? Ss 10:31PM 0:00.34 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSSer
    itzel 63 0.0 0.5 138040 3976 ?? Ss 10:31PM 0:00.76 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
    root 75 0.0 0.1 29196 1148 ?? Ss 10:31PM 0:00.13 /usr/sbin/lookupd
    root 94 0.0 0.0 27252 204 ?? Ss 10:31PM 0:00.00 /usr/libexec/crashreporterd
    root 125 0.0 0.0 29308 188 ?? Ss 10:31PM 0:00.00 nfsiod -n 4
    root 141 0.0 0.0 27508 376 ?? Ss 10:31PM 0:00.02 ntpd -f /var/run/ntp.drift -p /var/run/ntpd.pid
    root 153 0.0 0.0 27308 196 ?? Ss 10:31PM 0:00.00 rpc.lockd -w
    root 156 0.0 0.4 42812 2936 ?? Ss 10:31PM 0:00.19 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Suppo
    root 160 0.0 0.1 29716 1120 ?? Ss 10:31PM 0:00.03 /usr/sbin/automount -f -m /Network -nsl -mnt /private/var/automount
    root 164 0.0 0.1 29420 1076 ?? Ss 10:31PM 0:00.03 /usr/sbin/automount -f -m /automount/Servers -fstab -mnt /private/Network/Servers -m /automount/
    itzel 170 0.0 0.3 55684 1980 ?? Ss 10:31PM 0:00.56 /System/Library/CoreServices/pbs
    nobody 173 0.0 0.3 40416 2276 ?? SNs 10:31PM 0:00.43 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versi
    itzel 177 0.0 0.3 118148 2720 ?? S 10:31PM 0:00.25 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock -psn0524289
    itzel 178 0.0 1.0 152812 7552 ?? S 10:31PM 0:02.11 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer -psn0655361
    itzel 179 0.0 1.7 167336 13508 ?? S 10:31PM 0:02.23 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder -psn0786433
    itzel 182 0.0 0.3 39908 2336 ?? SNs 10:31PM 0:00.34 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versi
    root 189 0.0 0.2 27532 1728 p1 Ss 10:32PM 0:00.03 login -pf itzel
    itzel 190 0.0 0.2 27812 1336 p1 S 10:32PM 0:00.02 -bash
    root 191 0.0 0.1 27284 772 p1 R+ 10:32PM 0:00.01 ps -aux
    root 1 0.0 0.1 28348 496 ?? S<s 10:30PM 0:00.13 /sbin/launchd
    root 21 0.0 0.0 27264 168 ?? Ss 10:30PM 0:00.00 /sbin/dynamic_pager -F /private/var/vm/swapfile
    root 25 0.0 0.1 28216 1004 ?? Ss 10:31PM 0:02.79 kextd

  • Server 4.0 stuck on "Updating Profile Manager service"

    Updated my Mac mini server to Yosemite, bought server 4.0 and installed it.
    Then started the update procedure, but the progress bar only goes half, then stuck at "Updating Profile Manager service".
    Waited for more than an hour, no progress. Killed the update and tried again, but the same result.
    Anyone a solution ?
    Greetings
    Robin

    USER              PID  %CPU %MEM      VSZ    RSS   TT  STAT STARTED      TIME COMMAND
    root             7898   0.4  0.1  2543068   9704   ??  Ss   12:09AM   0:13.98 servermgr_config   
    root             9368   0.0  0.1  2509172   7064   ??  Ss   12:57AM   0:00.03 servermgr_devicemgr   
    root             9367   0.0  0.1  2479968   5988   ??  Ss   12:57AM   0:00.01 /Applications/Server.app/Contents/ServerRoot/usr/sbin/serveradmin settings de
    root             9366   0.0  0.1  2504004   6456   ??  Ss   12:57AM   0:00.02 servermgr_caching   
    root             9364   0.0  0.1  2506564   6456   ??  Ss   12:57AM   0:00.02 servermgr_afp   
    root             9361   0.0  0.1  2515608   7372   ??  Ss   12:57AM   0:00.04 servermgr_accounts   
    root             9359   0.0  0.1  2473460   5704   ??  Ss   12:57AM   0:00.01 /Applications/Server.app/Contents/ServerRoot/usr/libexec/server_backup/server
    root             9357   0.0  0.1  2501928   6340   ??  Ss   12:57AM   0:00.02 /Applications/Server.app/Contents/ServerRoot/usr/sbin/ServerBackup -cmd backu
    root             9356   0.0  0.2  2543828  14220   ??  Ss   12:57AM   0:00.18 /System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd
    osxadmin         9354   0.0  0.2  2625500  15884   ??  S    12:56AM   0:00.28 /System/Library/CoreServices/RemoteManagement/ScreensharingAgent.bundle/Conte
    root             9353   0.0  0.4  2543064  35048   ??  Ss   12:56AM   0:00.56 /System/Library/CoreServices/RemoteManagement/screensharingd.bundle/Contents/
    osxadmin         9349   0.0  0.1  2536468   7612   ??  S    12:48AM   0:00.13 /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/XPCServices/com
    osxadmin         9297   0.0  0.1  2508888   6912   ??  S    12:19AM   0:00.06 /usr/libexec/secinitd
    _teamsserver     9179   0.0  0.0  2506080   1128   ??  S    12:10AM   0:00.01 /usr/sbin/cfprefsd agent
    root             8990   0.0  0.1  2539648   7660   ??  Ss   12:09AM   0:00.08 /Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventsDaemon
    root             8706   0.0  0.0  2441984   1320   ??  S    12:09AM   0:00.03 chmod u=rwX,go=rX /Library/Server/ProfileManager/ /Library/Server/ProfileMana
    root             8700   0.0  0.0  2433020    712   ??  S    12:09AM   0:00.01 /usr/bin/xargs chmod u=rwX,go=rX
    root             8617   0.0  0.1  2540700   8900   ??  Ss   12:09AM   0:00.63 /Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent
    root             8555   0.0  0.0  2456924   1084   ??  S    12:09AM   0:00.02 /bin/bash /Applications/Server.app/Contents/ServerRoot/usr/libexec/deviceMana
    osxadmin         8165   0.0  0.1  2520636   5600   ??  S    12:09AM   0:00.02 /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/Resources/hel
    root             8054   0.0  0.1  2538892   6544   ??  Ss   12:09AM   0:00.33 /sbin/emond
    root             7957   0.0  0.0  2536904   2792   ??  Ss   12:09AM   0:00.02 /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks
    root             7953   0.0  0.1  2537432   8060   ??  Ss   12:09AM   0:03.62 /Applications/Server.app/Contents/ServerRoot/usr/libexec/servermetricsd.app/C
    root             7897   0.0  0.1  2540880   7676   ??  Ss   12:09AM   0:00.20 /Applications/Server.app/Contents/ServerRoot/System/Library/CoreServices/Serv
    root             7892   0.0  0.3  2554524  27428   ??  Ss   12:09AM   0:00.71 /Library/PrivilegedHelperTools/com.apple.serverd
    osxadmin         7824   0.0  0.5  2639788  39372   ??  S    12:08AM   0:02.14 /Applications/Server.app/Contents/MacOS/Server
    root             7755   0.0  0.1  2477248   5628   ??  Ss   12:00AM   0:00.03 /System/Library/CoreServices/SubmitDiagInfo server-init
    osxadmin         7716   0.0  0.1  2500704   6352   ??  S    11:56PM   0:00.04 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framewo
    osxadmin         6929   0.0  0.1  2496904   6576   ??  Ss   10:15PM   0:00.05 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/XPCService
    _assetcache      6911   0.0  0.0  2470496   2680   ??  S    10:15PM   0:00.01 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd
    _assetcache      6908   0.0  0.1  2544348   6100   ??  Ss   10:15PM   0:00.19 /System/Library/CoreServices/AssetCacheLocatorService
    _softwareupdate  6907   0.0  0.1  2538904   8008   ??  Ss   10:15PM   0:00.19 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareu
    root             6906   0.0  0.3  2555692  23160   ??  Ss   10:15PM   0:00.70 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd
    osxadmin         5521   0.0  0.0  2538972   3200   ??  S     7:15PM   0:00.03 /System/Library/PrivateFrameworks/CloudServices.framework/Resources/com.apple
    osxadmin         5451   0.0  0.0  2464092   1412 s000  S     7:10PM   0:00.31 -bash
    root             5450   0.0  0.0  2497452   2880 s000  Ss    7:10PM   0:00.08 login -pf osxadmin
    osxadmin         5448   0.0  0.8  2731008  68600   ??  U     7:10PM   0:49.51 /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    osxadmin         4533   0.0  1.4  2699644 117024   ??  S     4:38PM   1:37.34 /Applications/Utilities/Console.app/Contents/MacOS/Console
    root             4102   0.0  0.0  2500124   4012   ??  Ss    4:19PM   0:00.11 /System/Library/PrivateFrameworks/Noticeboard.framework/Versions/A/Resources/
    osxadmin         4098   0.0  0.2  2584668  15648   ??  S     4:19PM   0:00.35 /System/Library/PrivateFrameworks/Noticeboard.framework/Versions/A/Resources/
    osxadmin         4097   0.0  0.2  2581536  16692   ??  S     4:19PM   0:00.14 /System/Library/PrivateFrameworks/CloudServices.framework/Resources/EscrowSec
    root             4030   0.0  0.0  2477408    740   ??  SNs   4:18PM   0:00.01 /usr/libexec/periodic-wrapper daily
    osxadmin         3313   0.0  0.0  2514460   3480   ??  S     1:36PM   0:00.04 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher
    osxadmin         3139   0.0  0.1  2496048   6236   ??  S     1:09PM   0:00.03 /usr/libexec/USBAgent
    _devicemgr       1736   0.0  0.0  2477408    848   ??  S    12:45PM   0:00.01 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framewo
    _devicemgr       1688   0.0  0.0  2505312   3664   ??  S    12:45PM   0:00.02 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd
    root             1591   0.0  0.1  2499324   6392   ??  Ss   12:41PM   0:00.03 /usr/sbin/spindump
    root             1585   0.0  0.0  2478972   1864   ??  Ss   12:41PM   0:01.46 /usr/libexec/systemstatsd
    _calendar        1480   0.0  0.0  2506336   3660   ??  S    12:40PM   0:00.03 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd
    _teamsserver     1444   0.0  0.0  2506860   3692   ??  U    12:40PM   0:00.03 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd
    root              359   0.0  0.0  2489696    904   ??  S    12:39PM   0:00.13 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framewo
    osxadmin          344   0.0  0.1  2516508   7020   ??  S    12:39PM   0:00.11 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framewo
    _spotlight        343   0.0  0.1  2517340  10008   ??  S    12:39PM   0:12.24 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framewo
    _spotlight        342   0.0  0.0  2514844   1464   ??  S    12:39PM   0:00.11 /usr/sbin/distnoted agent
    osxadmin          340   0.0  0.0  2477408    868   ??  S    12:38PM   0:00.03 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framewo
    osxadmin          339   0.0  0.2  2568464  16968   ??  Ss   12:38PM   0:00.11 /Applications/Reminders.app/Contents/PlugIns/com.apple.RemindersNC.appex/Cont
    osxadmin          337   0.0  0.1  2504212   7612   ??  S    12:38PM   0:00.07 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/
    osxadmin          336   0.0  0.2  2581648  12972   ??  S    12:38PM   0:00.14 /System/Library/PrivateFrameworks/CommerceKit.framework/Resources/LaterAgent.
    osxadmin          335   0.0  0.1  2544580  12160   ??  S    12:38PM   0:00.90 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/
    osxadmin          334   0.0  0.1  2505780   6432   ??  S    12:38PM   0:00.03 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/
    osxadmin          325   0.0  0.1  2541832   8536   ??  S    12:38PM   0:00.10 /System/Library/Frameworks/InputMethodKit.framework/Versions/A/XPCServices/co
    osxadmin          323   0.0  0.2  2598344  16280   ??  U    12:38PM   0:01.31 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell -psn_0_
    osxadmin          318   0.0  0.0  2514056   3992   ??  S    12:38PM   0:00.04 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent
    osxadmin          317   0.0  0.1  2495524   9200   ??  Ss   12:38PM   0:00.02 /System/Library/CoreServices/NotificationCenter.app/Contents/XPCServices/com.
    root              316   0.0  0.0  2535732   2980   ??  Ss   12:38PM   0:00.03 /System/Library/CoreServices/CrashReporterSupportHelper server-init
    root              315   0.0  0.0  2507868   3724   ??  Ss   12:38PM   0:00.06 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicati
    root              314   0.0  0.1  2550164   5268   ??  Ss   12:38PM   0:00.44 /usr/libexec/sandboxd -n PluginProcess -n
    osxadmin          312   0.0  0.1  2537416  11976   ??  S    12:38PM   0:00.04 /System/Library/PrivateFrameworks/Notes.framework/Versions/A/XPCServices/com.
    osxadmin          311   0.0  0.0  2516156   3932   ??  S    12:38PM   0:00.05 /System/Library/Frameworks/Security.framework/Versions/A/Resources/CloudKeych
    osxadmin          308   0.0  0.2  2540828  16264   ??  S    12:38PM   0:00.38 /usr/libexec/fmfd
    osxadmin          307   0.0  0.2  2543012  17632   ??  S    12:38PM   0:00.54 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/
    osxadmin          304   0.0  0.1  2537712   6356   ??  S    12:38PM   0:00.08 /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app/Contents/MacOS/iTune
    osxadmin          303   0.0  0.2  2547160  16320   ??  Ss   12:38PM   0:00.94 /System/Library/CoreServices/Spotlight.app/Contents/XPCServices/com.apple.met
    osxadmin          300   0.0  0.1  2537608   8956   ??  S    12:38PM   0:00.33 /System/Library/CoreServices/diagnostics_agent
    osxadmin          299   0.0  0.1  2573092  11436   ??  S    12:38PM   0:00.11 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent
    osxadmin          296   0.0  0.1  2538156   6000   ??  S    12:38PM   0:00.12 /System/Library/CoreServices/cloudpaird
    osxadmin          295   0.0  0.1  2537144  11892   ??  S    12:38PM   0:00.05 /System/Library/PrivateFrameworks/AskPermission.framework/Versions/A/Resource
    osxadmin          293   0.0  0.2  2542076  15044   ??  S    12:38PM   0:00.29 /System/Library/CoreServices/AppleIDAuthAgent
    osxadmin          291   0.0  0.3  2620956  25636   ??  S    12:38PM   0:00.78 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/Notificati
    osxadmin          289   0.0  0.2  2581580  17304   ??  S    12:38PM   0:00.13 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/
    osxadmin          287   0.0  0.1  2537088   7168   ??  S    12:38PM   0:00.09 /System/Library/CoreServices/SocialPushAgent.app/Contents/MacOS/SocialPushAge
    osxadmin          284   0.0  0.0  2506296   3584   ??  S    12:38PM   0:00.02 /usr/libexec/spindump_agent
    osxadmin          282   0.0  0.2  2539492  13856   ??  Ss   12:38PM   0:00.82 /System/Library/PrivateFrameworks/CloudDocsDaemon.framework/XPCServices/Conta
    osxadmin          280   0.0  0.2  2553068  17812   ??  S    12:38PM   0:00.33 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd
    osxadmin          278   0.0  0.1  2537776   5464   ??  S    12:38PM   0:00.05 /System/Library/PrivateFrameworks/IMDPersistence.framework/XPCServices/IMDPer
    osxadmin          277   0.0  0.2  2551380  17648   ??  S    12:38PM   0:01.39 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Content
    osxadmin          276   0.0  0.1  2541216   8344   ??  S    12:38PM   0:00.42 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    osxadmin          275   0.0  0.3  2555700  25172   ??  S    12:38PM   0:08.23 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd
    osxadmin          274   0.0  0.2  2593076  13792   ??  S    12:38PM   0:00.18 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServi
    osxadmin          273   0.0  0.2  2545472  12944   ??  S    12:38PM   0:00.08 /System/Library/PrivateFrameworks/CallHistory.framework/Support/CallHistorySy
    osxadmin          272   0.0  0.2  2541052  15044   ??  S    12:38PM   0:00.43 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS
    osxadmin          271   0.0  0.1  2545360  11772   ??  S    12:38PM   0:00.05 /System/Library/PrivateFrameworks/CallHistory.framework/Support/CallHistoryPl
    osxadmin          270   0.0  0.2  2568952  20008   ??  S    12:38PM   0:00.24 /System/Library/PrivateFrameworks/MessagesKit.framework/Resources/soagent.app
    osxadmin          269   0.0  0.3  2594616  26144   ??  S    12:38PM   0:00.50 /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/XPCSe
    osxadmin          267   0.0  0.1  2518244   8112   ??  S    12:38PM   0:03.80 /usr/libexec/nsurlstoraged
    osxadmin          266   0.0  0.3  2583088  21032   ??  Ss   12:38PM   0:00.20 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.ext
    osxadmin          264   0.0  0.1  2541028   5364   ??  S    12:38PM   0:00.31 /usr/libexec/secd
    osxadmin          263   0.0  0.0  2485344   3168   ??  Ss   12:38PM   0:00.02 /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/XPCServices/co
    osxadmin          262   0.0  0.4  2570676  33472   ??  S    12:38PM   0:00.22 /System/Library/CoreServices/iconservicesagent
    osxadmin          258   0.0  0.2  2543268  19860   ??  Ss   12:38PM   0:00.32 /System/Library/PrivateFrameworks/CalendarAgent.framework/Versions/A/XPCServi
    osxadmin          257   0.0  0.1  2541760   5776   ??  S    12:38PM   0:00.54 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd
    osxadmin          256   0.0  0.1  2541496   9572   ??  S    12:38PM   0:00.24 /usr/libexec/pkd
    osxadmin          255   0.0  0.2  2549624  18152   ??  S    12:38PM   0:00.26 /usr/libexec/sharingd
    root              254   0.0  0.1  2515924  11476   ??  Ss   12:38PM   0:00.10 /System/Library/CoreServices/backupd.bundle/Contents/Resources/TMCacheDelete
    osxadmin          253   0.0  0.2  2544636  19632   ??  S    12:38PM   0:00.85 /System/Library/PrivateFrameworks/CloudDocsDaemon.framework/Versions/A/Suppor
    root              252   0.0  0.1  2514876   4460   ??  Ss   12:38PM   0:00.23 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted
    osxadmin          251   0.0  0.1  2539560   5212   ??  S    12:38PM   0:00.10 /System/Library/CoreServices/pbs
    osxadmin          248   0.0  0.1  2572060   6088   ??  S    12:38PM   0:01.37 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.frame
    osxadmin          246   0.0  0.5  3807188  44048   ??  S    12:38PM   0:03.61 /System/Library/CoreServices/Spotlight.app/Contents/MacOS/Spotlight
    osxadmin          245   0.0  0.1  2566432  11496   ??  S    12:38PM   0:00.12 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent
    osxadmin          243   0.0  0.1  2542312  12016   ??  S    12:38PM   0:01.44 /usr/libexec/nsurlsessiond
    osxadmin          242   0.0  0.4  2569976  29436   ??  S    12:38PM   0:02.90 /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/Calenda
    osxadmin          241   0.0  0.1  2541864   7636   ??  S    12:38PM   0:00.09 /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARD
    _locationd        240   0.0  0.1  2546964   8100   ??  Ss   12:38PM   0:01.76 /usr/libexec/locationd
    osxadmin          239   0.0  0.1  2537692   6220   ??  S    12:38PM   0:00.96 /usr/sbin/usernoted
    osxadmin          238   0.0  0.0  2497480   1156   ??  S    12:38PM   0:00.01 /usr/sbin/pboard
    _coreaudiod       237   0.0  0.0  2537856   2536   ??  Us   12:38PM   0:00.06 /System/Library/Frameworks/CoreAudio.framework/Versions/A/XPCServices/com.app
    _coreaudiod       234   0.0  0.1  2543576   9696   ??  Ss   12:38PM   0:00.93 /usr/sbin/coreaudiod
    osxadmin          233   0.0  0.6  2637352  50092   ??  S    12:38PM   0:03.72 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    osxadmin          232   0.0  0.2  2600648  17764   ??  S    12:38PM   0:02.04 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    osxadmin          230   0.0  0.3  2596140  27276   ??  S    12:38PM   0:01.23 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    osxadmin          228   0.0  0.0  2516620   3020   ??  S    12:38PM   0:01.89 /usr/sbin/cfprefsd agent
    osxadmin          226   0.0  0.0  2522656   4164   ??  S    12:38PM   0:03.07 /usr/sbin/distnoted agent
    osxadmin          224   0.0  0.2  2541912  13468   ??  S    12:38PM   0:01.28 /usr/libexec/UserEventAgent (Aqua)
    root              223   0.0  0.0  2529360   2288   ??  Ss   12:38PM   0:00.17 /usr/libexec/securityd_service
    _nsurlstoraged    219   0.0  0.1  2514380   4696   ??  Ss   12:37PM   0:00.22 /usr/libexec/nsurlstoraged
    root              218   0.0  0.1  2546836  10188   ??  Ss   12:37PM   0:00.17 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/suhelper
    _softwareupdate   217   0.0  2.0  3726564 165920   ??  Ss   12:37PM   0:19.22 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareu
    _netbios          214   0.0  0.1  2515060   6808   ??  SNs  12:37PM   0:00.08 /usr/sbin/netbiosd
    root              213   0.0  0.0  2516660   3888   ??  Ss   12:37PM   0:00.06 /System/Library/PrivateFrameworks/AccountPolicy.framework/XPCServices/com.app
    root              211   0.0  0.1  2540132   4480   ??  Ss   12:37PM   0:00.05 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd system
    root              206   0.0  0.1  2522040   7852   ??  Ss   12:37PM   0:04.75 /usr/sbin/PasswordService -n
    root              204   0.0  0.0  2466640   2076   ??  S    12:37PM   0:00.00 /usr/libexec/xssendevent
    root              203   0.0  0.0  2495904   1204   ??  Ss   12:37PM   0:00.01 /usr/libexec/discoveryd_helper --loglevel Detailed --logclass Everything --lo
    root              201   0.0  0.1  2538264   4704   ??  Us   12:37PM   0:00.21 /usr/libexec/smd
    root              199   0.0  0.1  2541420   7780   ??  Ss   12:37PM   0:03.90 /usr/sbin/diskmanagementd
    root              197   0.0  0.1  2539164   8576   ??  Ss   12:37PM   0:07.56 /System/Library/PrivateFrameworks/StorageKit.framework/Resources/storagekitd
    root              195   0.0  0.0  2514280   1192   ??  Ss   12:37PM   0:00.05 /usr/libexec/networkd_privileged
    root              194   0.0  0.1  2539132   5448   ??  Ss   12:37PM   0:09.65 /usr/libexec/ApplicationFirewall/socketfilterfw
    root              192   0.0  0.6  2657512  48544   ??  Ss   12:37PM   0:00.54 /System/Library/PrivateFrameworks/SystemMigration.framework/Resources/systemm
    root              191   0.0  0.0  2489528   2472   ??  Ss   12:37PM   0:00.02 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kadmind
    root              189   0.0  0.0  2514700   3604   ??  Ss   12:37PM   0:00.02 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kpasswdd
    root              187   0.0  0.1  2498660   4392   ??  Ss   12:37PM   0:00.09 /usr/bin/perl -T /usr/libexec/emlog.pl -l
    _networkd         186   0.0  0.1  2519188   6404   ??  Ss   12:37PM   0:01.34 /usr/libexec/networkd
    root              185   0.0  0.0  2514388   2864   ??  Ss   12:37PM   0:01.94 sysmond
    root              184   0.0  0.0  2497552   2604   ??  Ss   12:37PM   0:00.03 /System/Library/CryptoTokenKit/com.apple.ifdreader.slotd/Contents/MacOS/com.a
    root              183   0.0  0.0  2516212   1452   ??  Ss   12:37PM   0:04.30 /usr/sbin/ntpd -c /private/etc/ntp-restrict.conf -n -g -p /var/run/ntpd.pid -
    root              182   0.0  0.6  3067528  53912   ??  Ss   12:37PM   0:01.94 /usr/libexec/slapd -d 0 -h ldap:/// ldapi://%2Fvar%2Frun%2Fldapi
    root              180   0.0  0.1  2537080   6056   ??  Ss   12:37PM   0:00.05 /usr/libexec/usbd
    root              179   0.0  0.0  2518248   3312   ??  Us   12:37PM   0:00.04 /usr/libexec/nehelper
    _nsurlsessiond    178   0.0  0.1  2519660   7980   ??  Ss   12:37PM   0:00.21 /usr/libexec/nsurlsessiond --privileged
    root              177   0.0  0.0  2514272   1532   ??  Ss   12:37PM   0:00.09 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.appl
    root              169   0.0  0.1  2514716   5756   ??  Ss   12:37PM   0:00.07 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServ
    root              166   0.0  0.0  2549388   1556   ??  Ss   12:37PM   0:00.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer
    root              164   0.0  0.0  2497252   3584   ??  Ss   12:37PM   0:00.02 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd -s
    root              163   0.0  3.6  4765120 303824   ??  Ss   12:37PM   3:26.09 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framewo
    root              146   0.0  0.1  2519316   4584   ??  Ss   12:37PM   0:00.17 /usr/sbin/filecoordinationd
    _windowserver     144   0.0  1.0  3679744  82044   ??  Rs   12:37PM   2:58.68 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraph
    root              137   0.0  0.0  2507500   3612   ??  Ss   12:37PM   0:00.02 /System/Library/Frameworks/PCSC.framework/Versions/A/XPCServices/com.apple.ct
    root              136   0.0  0.1  2459172   4992   ??  Ss   12:37PM   0:03.70 /usr/libexec/watchdogd
    root              111   0.0  0.0  2516356   1236   ??  Ss   12:37PM   0:00.03 /usr/libexec/diagnosticd
    root               85   0.0  0.0  2522720   3596   ??  Ss   12:37PM   0:07.23 /usr/sbin/cfprefsd daemon
    root               84   0.0  0.1  2542036   7776   ??  Ss   12:37PM   0:03.51 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xp
    _distnote          81   0.0  0.0  2521608   2132   ??  Ss   12:37PM   0:00.89 /usr/sbin/distnoted daemon
    root               80   0.0  0.1  2548900  10272   ??  Ss   12:37PM   0:01.78 /System/Library/CoreServices/coreservicesd
    root               78   0.0  0.1  2539308   8052   ??  Ss   12:37PM   0:03.60 /usr/libexec/amfid
    root               77   0.0  0.0  2516908   1908   ??  Ss   12:37PM   0:08.50 /usr/sbin/notifyd
    root               76   0.0  0.1  2537072   5360   ??  Ss   12:37PM   0:03.31 /usr/libexec/taskgated -s
    root               75   0.0  0.0  2497380   1328   ??  Ss   12:37PM   0:00.01 /usr/libexec/hidd
    root               73   0.0  0.0  2489720   1104   ??  Ss   12:37PM   0:00.02 /usr/sbin/KernelEventAgent
    root               72   0.0  0.0  2513788   2680   ??  Ss   12:37PM   0:00.04 /System/Library/CoreServices/logind
    osxadmin           71   0.0  0.3  2619492  23172   ??  Ss   12:37PM   0:02.80 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow conso
    root               70   0.0  0.1  2543272   4724   ??  Ss   12:37PM   0:00.12 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Su
    root               69   0.0  0.0  2514316   1400   ??  Ss   12:37PM   0:00.02 /usr/libexec/stackshot -t -O
    root               66   0.0  0.1  2518248   5724   ??  Ss   12:37PM   0:00.96 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc
    root               64   0.0  0.1  2538200   5468   ??  Ss   12:37PM   0:00.10 /usr/sbin/blued
    root               63   0.0  0.0  2514580   3628   ??  Ss   12:37PM   0:00.03 autofsd
    root               58   0.0  0.1  2539708   4868   ??  Ss   12:37PM   0:08.86 /usr/sbin/securityd -i
    _usbmuxd           57   0.0  0.0  2516596   3840   ??  Ss   12:37PM   0:01.71 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources
    root               56   0.0  0.1  2539856   6724   ??  Ss   12:37PM   0:01.90 /System/Library/CoreServices/launchservicesd
    root               55   0.0  0.2  2543752  13604   ??  Ss   12:37PM   0:01.64 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    _mdnsresponder     54   0.0  0.1  2548656   8856   ??  Ss   12:37PM   0:01.78 /usr/libexec/discoveryd --udsocket standard --loglevel Basic --logclass Every
    root               52   0.0  0.1  2517780   5136   ??  Ss   12:37PM   0:00.06 /usr/sbin/wirelessproxd
    root               51   0.0  0.4  2619460  36356   ??  Ss   12:37PM   0:20.64 /usr/libexec/opendirectoryd
    root               50   0.0  0.1  2533284   5772   ??  Ss   12:37PM   0:00.07 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Support/awdd
    root               48   0.0  0.1  2498180   5508   ??  Ss   12:37PM   0:00.03 /usr/libexec/wdhelper
    root               47   0.0  0.1  2516496  11656   ??  Ss   12:37PM   0:00.16 /System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper
    root               46   0.0  0.1  2544732   8540   ??  Ss   12:37PM   0:04.10 /usr/libexec/coreduetd
    root               43   0.0  0.0  2539440   2844   ??  Ss   12:37PM   0:02.82 /usr/libexec/diskarbitrationd
    root               42   0.0  0.0  2514460   3700   ??  Ss   12:37PM   0:00.03 /System/Library/CoreServices/iconservicesagent
    _iconservices      41   0.0  0.1  2519280   4268   ??  Ss   12:37PM   0:00.11 /System/Library/CoreServices/iconservicesd
    root               37   0.0  0.9  2662580  71792   ??  Ss   12:37PM   3:06.11 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framewo
    root               36   0.0  0.1  2515488   7360   ??  SNs  12:37PM   0:00.14 /usr/libexec/warmd
    root               34   0.0  0.1  2540736   5692   ??  Ss   12:37PM   0:00.14 /usr/libexec/airportd
    root               30   0.0  0.0  2539008   2428   ??  Ss   12:37PM   0:00.92 /System/Library/CoreServices/powerd.bundle/powerd
    root               29   0.0  0.1  2542068   7280   ??  Ss   12:37PM   0:01.26 /usr/libexec/configd
    _appleevents       28   0.0  0.1  2537528   4848   ??  Ss   12:37PM   0:00.14 /System/Library/CoreServices/appleeventsd --server
    root               26   0.0  0.1  2514072   5608   ??  Ss   12:37PM   0:00.10 /usr/libexec/thermald
    root               24   0.0  0.1  2542276  12316   ??  Ss   12:37PM   0:00.83 /usr/libexec/kextd
    root               23   0.0  0.1  2537252   8604   ??  Ss   12:37PM   0:06.88 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEve
    root               21   0.0  0.0  2519584   2124   ??  Ss   12:37PM   0:10.02 /usr/sbin/syslogd
    root               20   0.0  0.2  2544336  18572   ??  Ss   12:37PM   0:06.56 /usr/libexec/UserEventAgent (System)
    root             9369   0.0  0.0  2432928    804 s000  R+   12:57AM   0:00.00 ps aux
    root                1   0.0  0.2  2539208  13600   ??  Ss   12:36PM   1:13.51 /sbin/launchd

Maybe you are looking for

  • Can you open a Jpeg graphic and reduce its size without it becoming pixilated and blurry?

    Hi I am new to Illustrator and photoshop. I am designing a birthday poster on A4.  I recently received a graphic of a bird that is in JPE and PNG format. When I opened the graphic it was huge - as big as the screen and looked fantastic, smooth outlin

  • Why doesn't G510n print photos with premium photo paper

    I just received the G510n Wireless for Christmas.  I tried printing a Photo on Premium Photo Paper and it does not come out.  I can't find Photo Ink for this printer.  Doesn't this printer have the capability to print Photos on Photo Paper? This ques

  • My new Skype Number is already in use!

    I have purchased a skype number, but that number is already in use.  HELP!! This post was transferred from its previous location to create its own new topic here; its subject and/or title has been edited to differentiate the post from other inquiries

  • Having problem with Snow Leopard

    I updated my mac today using Snow Leopard and now I'm having problem with amsn ans Cyberduck.. Is there anyway to have this fixed?

  • Cannot upgrade ITunes on my PC at ALL

    Hello. I am running Windows Vista Home Premium on a Dell Inspiron 1525 laptop that I purchased in August 2008 and I own an iPod touch 2nd generation that I bought in January 2008. I was able to use iTunes on this laptop and with this device fine unti