Re: [U2] [uv] Phantom question

2013-04-02 Thread David A. Green
Robert you can free yourself of these iphantoms for sendmail.  I've written
a program that talks to SMTP directly from UniBasic.  You can do HTML, plain
text, or both and you can do any kind of attachements.

If you are a programmer you can do it yourself, here is what you'll need:

 * Knowledge of sockets
 * Knowledge of SMTP protocol
 * A subroutine to encode BASE64

David A. Green
(480) 813-1725
DAG Consulting


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Frailey
Sent: Wednesday, March 27, 2013 2:01 PM
To: U2 Users List
Subject: Re: [U2] [uv] Phantom question

sendmail uses a phantom
In each of my plant accounts we send sales-orders,invoices and statements
via e-mail. the first person to loginto the account becomes the phantom user
for sendmail.
I have 4 active unidata accounts, so 4 phantoms. Dead uses can become
phantoms if their session gets terminated unexpectantly. LP printers use
phantoms to print to print servers
- Original Message -
From: Mark Eastwood ma...@afsi.com
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Wednesday, March 27, 2013 11:59 AM
Subject: [U2] [uv] Phantom question


I see several phantoms running with I do a PORT.STATUS
 Question is - is it possible to determine which Account they are 
running  in?
 I have several accounts and not sure where they are actually running.
 They launch with the BRIEF option, so no output in PH

 TIA,
 Mark
 Uv 10.2 RH Linux

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] [uv] Phantom question

2013-03-27 Thread Mark Eastwood
I see several phantoms running with I do a PORT.STATUS
Question is - is it possible to determine which Account they are running in?
I have several accounts and not sure where they are actually running.
They launch with the BRIEF option, so no output in PH

TIA,
Mark
Uv 10.2 RH Linux 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [uv] Phantom question

2013-03-27 Thread Brian Leach
Hi Mark

If you have it, try running pwdx process_id

PS for anyone wanting this for Windows, the SysInternals process monitor
shows it.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mark Eastwood
Sent: 27 March 2013 17:59
To: U2 Users List
Subject: [U2] [uv] Phantom question

I see several phantoms running with I do a PORT.STATUS
Question is - is it possible to determine which Account they are running in?
I have several accounts and not sure where they are actually running.
They launch with the BRIEF option, so no output in PH

TIA,
Mark
Uv 10.2 RH Linux 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [uv] Phantom question

2013-03-27 Thread Symeon Breen
Just a tip - one of my servers has an account per customer, and so has 2000+
accounts,  when phantoms run in here i always put the customer number on the
end of the command e.g. PHANTOM programToRun 695the @sentance is not
used, but it shows up when I list processes so I can identify what account a
phantom is running  in.



Also if you are on linux if you look in /proc/{pid}/fd it list all the file
handles the process {pid} has open, so you can work it out from there.



-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mark Eastwood
Sent: 27 March 2013 17:59
To: U2 Users List
Subject: [U2] [uv] Phantom question

I see several phantoms running with I do a PORT.STATUS
Question is - is it possible to determine which Account they are running in?
I have several accounts and not sure where they are actually running.
They launch with the BRIEF option, so no output in PH

TIA,
Mark
Uv 10.2 RH Linux 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [uv] Phantom question

2013-03-27 Thread Mark Eastwood
Thanks - while I do not have pwdx, you did point me to 'pwd -P' which looks 
promising







-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: Wednesday, March 27, 2013 11:10 AM
To: 'U2 Users List'
Subject: Re: [U2] [uv] Phantom question

Hi Mark

If you have it, try running pwdx process_id

PS for anyone wanting this for Windows, the SysInternals process monitor shows 
it.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mark Eastwood
Sent: 27 March 2013 17:59
To: U2 Users List
Subject: [U2] [uv] Phantom question

I see several phantoms running with I do a PORT.STATUS
Question is - is it possible to determine which Account they are running in?
I have several accounts and not sure where they are actually running.
They launch with the BRIEF option, so no output in PH

TIA,
Mark
Uv 10.2 RH Linux 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [uv] Phantom question

2013-03-27 Thread Robert Frailey

sendmail uses a phantom
In each of my plant accounts we send sales-orders,invoices and statements 
via e-mail. the first person to loginto the account becomes the phantom user 
for sendmail.
I have 4 active unidata accounts, so 4 phantoms. Dead uses can become 
phantoms if their session gets terminated unexpectantly. LP printers use 
phantoms to print to print servers
- Original Message - 
From: Mark Eastwood ma...@afsi.com

To: U2 Users List u2-users@listserver.u2ug.org
Sent: Wednesday, March 27, 2013 11:59 AM
Subject: [U2] [uv] Phantom question



I see several phantoms running with I do a PORT.STATUS
Question is - is it possible to determine which Account they are running 
in?

I have several accounts and not sure where they are actually running.
They launch with the BRIEF option, so no output in PH

TIA,
Mark
Uv 10.2 RH Linux

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [uv] Phantom question

2013-03-27 Thread Robert Frailey

ps -ef | grep phantomfor unix

- Original Message - 
From: Mark Eastwood ma...@afsi.com

To: U2 Users List u2-users@listserver.u2ug.org
Sent: Wednesday, March 27, 2013 2:26 PM
Subject: Re: [U2] [uv] Phantom question


Thanks - while I do not have pwdx, you did point me to 'pwd -P' which 
looks promising








-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach

Sent: Wednesday, March 27, 2013 11:10 AM
To: 'U2 Users List'
Subject: Re: [U2] [uv] Phantom question

Hi Mark

If you have it, try running pwdx process_id

PS for anyone wanting this for Windows, the SysInternals process monitor 
shows it.


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mark Eastwood
Sent: 27 March 2013 17:59
To: U2 Users List
Subject: [U2] [uv] Phantom question

I see several phantoms running with I do a PORT.STATUS
Question is - is it possible to determine which Account they are running 
in?

I have several accounts and not sure where they are actually running.
They launch with the BRIEF option, so no output in PH

TIA,
Mark
Uv 10.2 RH Linux

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users