![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where to start! | hassanj | UNIX for Dummies Questions & Answers | 3 | 08-28-2007 08:35 PM |
| where to put an application if i want to start it on start up | shukla_chanchal | Linux | 3 | 11-03-2005 06:12 PM |
| how to start my gtk+ | champion | UNIX for Dummies Questions & Answers | 4 | 10-18-2002 02:02 AM |
| How do I start a program when I start my Computer? | l008com | UNIX for Dummies Questions & Answers | 1 | 06-23-2002 05:30 PM |
| I don't know where to start | paul@cascom | UNIX for Dummies Questions & Answers | 4 | 03-25-2002 02:51 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
root@serverxxx # pwd / root@serverxxx # touch kalle root@serverxxx# tftp localhost tftp> put kalle Error code 2: Access violation tftp> |