in.tftpd don't start


 
Thread Tools Search this Thread
Operating Systems Solaris in.tftpd don't start
# 1  
Old 04-24-2008
in.tftpd don't start

Hello!

On a Solaris9 box I have activated following line in inetd.conf

root@serverxxx # more /etc/inetd.conf | grep tft
# TFTPD - tftp server (primarily used for booting)
tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot
root@serverxxx#

I have created following directory:
root@serverxxx # ls -ld /tf*
drwxrwxrwx 2 root other 512 Apr 24 10:53 /tftpboot

And executed a restart of inetd

root@serverxxx # ps -ef | grep inet
root 165 1 0 Feb 01 ? 0:03 /usr/sbin/inetd -s
root 13899 813 0 12:54:37 pts/2 0:00 grep inet
root@serverxxx # kill -HUP 165


........But the in.tftpd is NOT started Smilie
# 2  
Old 04-24-2008
the service is only started by inetd if needed. same is with in.ftpd... if no ftp connection is established the in.ftpd is NOT running... have a look with "ps -ef | grep ftpd" with no connection. start a ftp session and look again...

hth,
DN2
# 3  
Old 04-24-2008
Quote:
Originally Posted by DukeNuke2
the service is only started by inetd if needed. same is with in.ftpd... if no ftp connection is established the in.ftpd is NOT running... have a look with "ps -ef | grep ftpd" with no connection. start a ftp session and look again...

hth,
DN2
Thanks, but shouldn't this test work?

root@serverxxx # pwd
/
root@serverxxx # touch kalle
root@serverxxx# tftp localhost
tftp> put kalle
Error code 2: Access violation
tftp>
# 4  
Old 04-25-2008
Specifically, what does "Error code 2: Access violation" mean?

//sap4ever
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Splitting week start date and end date based on custom period start dates

Below are my custom period start and end dates based on a calender, these dates are placed in a file, for each period i need to split into three weeks for each period row, example is given below. Could you please help out to achieve solution through shell script.. File content: ... (2 Replies)
Discussion started by: nani2019
2 Replies

2. Homework & Coursework Questions

Don't know how to start..

Write a pipeline that takes a file as input and replaces all occurrences of exclamation marks (!) by underscores (_) . The pipeline should also prepend your login at the beginning of every line (the beginning of a line is specified with ^ in Unix) (1 Reply)
Discussion started by: geena_b
1 Replies

3. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

4. UNIX for Dummies Questions & Answers

I don't want to go to jail. so I want to start using unix

I use Mac OSX and have been given all of my video editing software... illegally. I don't want to use it anymore and heard that Unix was the way to go. So that is why I am here. What video editing software is out there for Unix. I think I have Unix. Do I? I am sorry and if all anyone can... (0 Replies)
Discussion started by: moz1979
0 Replies

5. UNIX for Dummies Questions & Answers

I don't where to start.

I am someone who has lived on windows till I knew it inside and out but was very ignorant to other operating systems. Last week, after hearing of a much better operating system with more control and structure, I switched to Unix. I have no idea what I am doing but I am happy to learn. Could... (4 Replies)
Discussion started by: newbie sarah
4 Replies

6. UNIX for Dummies Questions & Answers

I want to cheaply build my own Linux/Unix PC, but don't know where to start

I want to cheaply build my own PC that will run the latest versions of Linspire, Fedora Core, FreeBSD and Solaris, but I don't know where to start. This PC doesn't have to be particulary fast. It's video performance need not be top notch, however, sound quality and sound performance must rock!... (4 Replies)
Discussion started by: Mr. Nice Guy
4 Replies

7. UNIX for Dummies Questions & Answers

How do I start a program when I start my Computer?

I'm running MAC OS X and I'm wondering how I start 'nixey programs (not normal apps) on startup? Things like the dnet client and hxd Hotline Server. Anyone know? (1 Reply)
Discussion started by: l008com
1 Replies

8. UNIX for Dummies Questions & Answers

I don't know where to start

I have been in computers for 30 years and know everything about MS, but nothing about anything else. Been developping websites (inter alia) running on MS servers using ASP's and vbScripts which apparently does not work under Unix. My own website is being hosted on a Unix server and I need to... (4 Replies)
Discussion started by: paul@cascom
4 Replies
Login or Register to Ask a Question