need code to track the state change of wuftpd


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users need code to track the state change of wuftpd
# 1  
Old 04-14-2009
need code to track the state change of wuftpd

i need to track the state changes of WUFTP daemon (FTP server)and to get the system calls executed at each state. WUFTpd statrts running at rootstate initially when a user logins it changes to that user state and then it again changes it state to root to make a socket connection to client. i need a code to track its state change and obtain the system calls at each state. please send me the code very very urgent
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash code change

I have the below bash which runs great. Before I make a change I wanted to check with experts (as I am not one). After the perl code completes, I am going to display "annotation complete" then go into the remove function . annovar() { # combine id and position files cd... (2 Replies)
Discussion started by: cmccabe
2 Replies

2. Shell Programming and Scripting

Vim function to generate RTL Code(finite state machine) in verilog

Hi I wanted to call the AutoFsm function (given below) in vim to generate a code something like: **********verilog code to generate ************* always @(posedge clk or negedge rst_n) begin if(!rst_n) begin state_r <= #1 next_stateascii_r; ... (0 Replies)
Discussion started by: dll_fpga
0 Replies

3. AIX

Open firmware state to running state

Hi Admins, I am having a whole system lpar in open firmware state on HMC. How can I bring it to running state ? Let me know. Thanks. (2 Replies)
Discussion started by: snchaudhari2
2 Replies

4. Programming

Change Pseudo Code to C Program (print and fork)

I am very new at programming and this is probably an easy question, but I am desperate. I need to change this low level code into a C program that I can run so I can print out every "A" that appears with the fork() command. You help is greatly appreciated. PRINT A p=fork() if( p == 0) {... (0 Replies)
Discussion started by: tpommm
0 Replies

5. Shell Programming and Scripting

State Change count in the column

Dear all, I have file like below shown. In that file i need to identify how many state change in the column "type".For example 94713357873 goes from type B --> 1 i need to count it.But when we count the x number should be uniq, cant get the count B-->1 state chage for different x numbers. so... (2 Replies)
Discussion started by: Nayanajith
2 Replies

6. UNIX for Dummies Questions & Answers

Possible to track FTP user last login? Last and Finger don't track them.

Like the topic says, does anyone know if it is possible to check to see when an FTP only user has logged in? Because the shell is /bin/false and they are only using FTP to access the system doing a "finger" or "last" it says they have never logged in. Is there a way to see when ftp users log in... (1 Reply)
Discussion started by: LordJezo
1 Replies

7. Shell Programming and Scripting

Scripts fails if you change its code during the execution.

So a script is working properly (tested many times) , then you add a new fine piece of code ,finaly its fails generally with a syntax error at the last line of the script. :confused:... does anybody why this happens? >uname -a HP-UX test... (4 Replies)
Discussion started by: Klashxx
4 Replies
Login or Register to Ask a Question
MPSTORE(1)							      mpstore								MPSTORE(1)

NAME
mpstore - store and transfer mpd state between daemons SYNOPSIS
mpstore [host] > file mpload [host] < file mpcp [src] dest mpmv [src] dest mpswap [A] B DESCRIPTION
These commands allow saving, loading, and transferring state between mpd daemons running on different hosts. mpstore dumps a daemon's state to stdout. mpload loads a state dump from stdin and sends it to a daemon. mpcp copies the state from the src daemon to the dest daemon, causing it to begin to play the same song as the src daemon, at the same position. mpmv moves the state, so the dest daemon is left playing what the src daemon was playing, and the src daemon is paused. mpswap exchanges the state of daemons A and B, swapping what they're playing. The first hostname passed to each command can be omitted, if it is then the MPD_HOST environment variable will be used. Like the MPD_HOST variable, the hostname can be of the form "password@hostname" to specify a password. If any hostname is "-", the MPD_HOST setting will be used. The full list of state that is handled is: the contents of the playlist the playback state (playing, paused, stopped) the currently playing song the position within the playing song the volume control the repeat, random, and cross fade settings LIMITATIONS
The host that state is transferred to must have the playing song available in its library, with the same filename. It's ok if some other songs in the playlist are not available; such songs will be skipped. mpcp cannot perfectly synchronise playback between the two daemons. Network latency and timing prevent this. It should manage better than 0.5 second accuracy. If you need better accuracy of synchronised playback, you should probably use Pulse Audio. BUGS
The file format is not the same that mpd uses for saving its own state, which would be nice. AUTHOR
Copyright 2007 Joey Hess <joey@kitenet.net> Licensed under the GNU GPL version 2 or higher. http://kitenet.net/~joey/code/mpdtoys perl v5.10.1 2010-03-06 MPSTORE(1)