Operating System - HP-UX
1833187 Members
2786 Online
110051 Solutions
New Discussion

Re: tftp problem & Jetadmin

 
Mauro Gatti
Valued Contributor

tftp problem & Jetadmin

Hi all,

When I try to configure a printer in bootp i get this message from hppi:

2 - JetDirect Configuration

1 - Create printer configuration in BOOTP/TFTP database

The tftp service is not configured on this system
Do you want to continue setup without tftp? (y,n,default=y):


I've created ftpd user in etc/passwd:

gemini# grep ftpd /etc/passwd
tftp:*:510:2:Trivial FTP User:/home/ftpdir:/bin/false

gemini# ll -d /home/tftpdir/
drwxr-xr-x 2 tftp bin 96 Sep 19 10:43 /home/tftpdir/


gemini# grep tftp /etc/services
tftp 69/udp # Trivial File Transfer Protocol


gemini# grep tftp /etc/inetd.conf
# Before uncommenting the "tftp" entry below, please make sure
# that you have a "tftp" user in /etc/passwd. If you don't
# have one, please consult the tftpd(1M) manual entry for
#tftp dgram udp wait root /usr/lbin/tftp tftpdtftp dgram udp wait root /usr/local/bin/tcpd /usr/bin/tftp tftpd /opt/ignite /var/opt/ignite

(i'm using tcpdump)

gemini# ps -ef|grep tftpd
root 10080 690 0 11:53:41 ? 0:00 tftp tftpd /opt/ignite /var/opt/ignite
root 10316 9016 0 12:14:53 pts/1 0:00 grep tftpd


Could you help me?

Thank You

Ubi maior, minor cessat!
1 REPLY 1
Mauro Gatti
Valued Contributor

Re: tftp problem & Jetadmin

sorry my entry in /etc/inetd.conf is:

tftp dgram udp wait root /usr/local/bin/tcpd /usr/bin/tftp tftpd /opt/ignite /var/opt/ignite
Ubi maior, minor cessat!