Standalone FTPD within SMF


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Standalone FTPD within SMF
# 1  
Old 01-13-2006
Standalone FTPD within SMF

Hello
We are trying to run the WU_FTPD demon in standalone mode (-S argument) via an SMF service. Prior to SMF, this was achieved by simply commenting out the FTP line within the inetd.conf file. However, within SMF, I believe we need to carry out the following activities:

i) Remove the FTP service from INETD SMF service control (which should prevent INETD from monitoring the FTP port);
ii) Import the FTP service as a standalone service into SMF (so that the FTP demon then monitors the FTP port).

We carried out the following activities:
i) Disabled and deleted the current FTP service as follows:
inetadm -d network/ftp
svccfg delete network/ftp

ii) Imported a customised FTP manifest file that starts the FTP demon as standalone.

The FTP service is now running fine as a standalone service, but inetd is no longer fine. It continually fails. The following is found within the log files:

svc:/network/inetd:default: Method "/usr/lib/inet/inetd start" failed with exit status 1

Does anyone know how we can successfully run the FTPD service within SMF as a standalone demon without upsetting the INETD service? Simply disabling the FTP service using INETADM and importing our customised FTP service seems to cause problems.

Thanks in advance for your help.

Cheers
Dave
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Using Firefox/Chatzilla on standalone

Hello! I am trying to perform a test using chatzilla, the problem is my machine is not on a network so I am trying to prove I can communicate through local host. This way it will hit the nic go through and come back on the other side. All the configurations I have tried irc.local.host:6667... (12 Replies)
Discussion started by: cybersecEG
12 Replies

2. Solaris

Ftpd alarms

Hi, I am facing following alarms in var/adm/messages after an interval of 10 mins. I dont know what the impact is and how can i fix it. Can anyone help please? Dec 4 07:50:03 hxcsvc-a01 ftpd: open_module: stat(/usr/lib/security/pam_unix_session.so.1) failed: No such file or directory Dec ... (4 Replies)
Discussion started by: sni_engineer
4 Replies

3. Linux

wu-ftpd

Hello everyone! I looking for wu-ftpd latest rpm or sorce package. Anyone have idea where i can find? I need to install on Centos 5. please help. -thanks, :) (4 Replies)
Discussion started by: email-lalit
4 Replies

4. UNIX Desktop Questions & Answers

how to check if a file ftpd to mainframe was actually ftpd

Hi All, I am ftping a file from unix to mainframe. Now the problem arises that i want to check if the file was ftpd or not. Is there any way i could do this? (4 Replies)
Discussion started by: vikas.rao11
4 Replies

5. Solaris

Turning in.ftpd on and off

For two straight days someone was running in.ftpd in my server (apparently looking to break in) and when I would do "top" almost every line would read "in.ftpd". I had a unix sysadmin friend of mine shut it down and then start it back up in a day and a half and all seems OK for now. Here's what I... (1 Reply)
Discussion started by: thomi39
1 Replies

6. UNIX for Dummies Questions & Answers

How to configure a network workstation to a standalone?

Hi, I have a networked ultra 5 workstation(using NIS) that I would like to be able to : 1. Reconfigure to standalone workstation, 2. and be able to switch back to a network workstation when the needs required. Please advise. Ryan (5 Replies)
Discussion started by: ryantk
5 Replies

7. UNIX for Dummies Questions & Answers

Installation Procedure of UNIX on a standalone pc

Hi, I am nil about UNIX and i want to learn about. For this i want to install UNIX 5.0 on my home pc. Anyone please tell me the procedure to install it. The partition and all etc. etc.. My pc configuration is P-IV, 1.7GHz 40 GB HDD With regards, Phani (1 Reply)
Discussion started by: phanikmv
1 Replies

8. UNIX for Dummies Questions & Answers

FTPD, CHROOT, SMF and non-root user

Hello I am trying to configure WU-FTPD on Solaris 10 to do the following: Using the -r parameter to in.ftpd, I am running the FTP demon within a CHROOT jail (/export/ftp). The FTP service is also being controlled by SMF. This seems to work fine. However, one of the requirements I have is to... (2 Replies)
Discussion started by: CowsUdders
2 Replies

9. UNIX for Advanced & Expert Users

ftpd message

hello, On my AIX server 4.3.3.0 the following message appears on the screen: ftpd :Failed dlopen :/usr/lib/libpag.a(shr.o):a file or directory in the path name does not exist. Please help, Thanks . (1 Reply)
Discussion started by: eyounes
1 Replies

10. UNIX for Dummies Questions & Answers

wu-ftpd question

ya i was wondering if there was anyone out there who could show me a good how to page on wu-ftpd ...im running RH 7.1 and i have the update of wu i just need to know how to use it and configure it so the users are limited to their dir and not the whole system .....any help will do ..thx (2 Replies)
Discussion started by: mista_king
2 Replies
Login or Register to Ask a Question
SMFSH(1)																  SMFSH(1)

NAME
smfsh - SMF shell SYNOPSIS
smfsh [ -V ] [ file ] OPTIONS
-V Print libsmf version and exit. file Load the file. DESCRIPTION
smfsh, an "SMF shell", is an interactive, command-driven frontend to libsmf, useful for modifying MIDI files by hand. It started its life as a debugging aid for libsmf. There are four groups of commands: SMF level, track level, event level, and others. SMF LEVEL COMMANDS
SMF level commands display or change properties of smf (i.e. the MIDI file) as a whole. save file Save a file. If the file name is not given, the last file name is used. Note that this will not ask for confirmation. load file Load a file. If the file name is not given, the last file name is used. Instead of using "load", you can pass the file name on the command line. ppqn new-ppqn Show (if used without parameter) or change PPQN (Pulses Per Quarter Note, aka Division). format new-format Show (if used without parameter) or change format. tempo Show tempo map. Tempo map is computed automatically from the SMF contents - to modify a tempo, just add a Tempo Change event using "add" command. length Show total length of the song. Just like the tempo map, file length is computed from the SMF contents. TRACK LEVEL COMMANDS
Track level commands display or change properties of tracks. SMF may contain one or more tracks. tracks Show the list of tracks in the SMF. track track-number Show details of a track (if called without parameter), or select track with a given number - for example in order to display ("events") the events it contains. trackadd Create new track. trackrm track-number Remove the track. If the track number is not given, this will remove the track currently selected. EVENT LEVEL COMMANDS
Event level commands display or change properties of events. Events are grouped into tracks. Track may contain any number of events, including zero. events Show the list of events in the current track. event event-number Show information about a current event (if used without parameter) or select the event. add time-in-seconds midi-message-as-hex Add new event to the currently selected track. rm event-number Remove the event. If the event number is not given, this will remove the event currently selected. OTHER COMMANDS
There are three commands in the "other" category - "help", "version", and "exit". Their meaning should be self expanatory. smfsh 1.3 21 March 2010 SMFSH(1)