Jason Murray wrote:
nobody:x:99:99:Nobody:/:/sbin/nologin
'nobody' entry from /etc/group:
nobody:x:99:
That tackles the top items on my list, and a small bit of investigation
with "strings -a", "strace" and "grep" has proven to me that the error
message is coming from in.tftp, and not from x
did not have a
comma-separated userlist, so I changed the line in /etc/group to:
nobody:x:99:nobody
I then set the tftp user back to nobody and restarted xinetd and tried out
the TFTP server; still got the same errors in /var/log/messages. So, I
think this all means that I have a properly define
Jason Murray wrote:
in.tftpd[2225]: cannot set groups for user nobody
Sounds to me like there isn't a "nobody" group in /etc/group--or that
the user's group as defined in /etc/passwd doesn't exist.
Alan
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/m
Sorry for the resubmit, but I never saw this hit the list
-Original Message-
From: Jason Murray [mailto:[EMAIL PROTECTED]
Sent: Monday, October 20, 2003 4:52 PM
To: [EMAIL PROTECTED]
Subject: tftp question
Hi all,
I've had to set up a TFTP server on my RedHat 9 (fully up
Hi all,
I've had to set up a TFTP server on my RedHat 9 (fully updated) machine. I
got the server installed and running, but it was not answering any TFTP
requests. I ran a packet sniffer, and found that the requests were
arriving, but being ignored by the server. Finally, while checkin
Jonathan R Raon wrote:
Hello to everyone,
I am a new user of Linux and I found out that I can
make many things out from this machine to our LAN/WAN
network. But one thing I cannot make is activating
TFTP server on XINETD. I already made it on INETD from
RH6.2, But since I am using RH9 with
Hello to everyone,
I am a new user of Linux and I found out that I can
make many things out from this machine to our LAN/WAN
network. But one thing I cannot make is activating
TFTP server on XINETD. I already made it on INETD from
RH6.2, But since I am using RH9 with XINETD content, I
can
Hi John Paul,
Glad that it finally worked out -- but remember to isolate access to a
writable tftp server as it can lead to very ugly security issues.
I was a bit short on message concerning xinetd the other day -- I suppose
that is somewhat synonymous to kernel modules, that is, that kernel
Bravo Christopher that did it!
A big thanks...
/j-p.
"christopher cuse" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
24/03/2003 15:29
Please respond to redhat-list
To: <[EMAIL PROTECTED]>
cc:
Subject:RE: understanding tftp
Hi
To: [EMAIL PROTECTED]
Subject: Re: understanding tftp
Thanks Gene... I completely mis-interpreted that output :( . This is the
contents of the /etc/xinetd.d/tftp file:
disable = no
socket_type = dgram
protocol= udp
wait= yes
user
.. daemons such
as httpd or smtp, typically are started individually and forked into the
background and remain there whether or not there is activity.
could you change "disable = yes" in your tftp file in /etc/xinetd, do a
"service restart xinted", and try to tftp? I have a
Thanks Gene... I completely mis-interpreted that output :( . This is the
contents of the /etc/xinetd.d/tftp file:
disable = no
socket_type = dgram
protocol= udp
wait= yes
user= root
server = /usr/sbin/in.tftpd
Gene Yoo said:
> John-Paul Delaney wrote:
>> tftpd seems to be running ok:
>> root 20212 0.0 0.3 3544 632 tty1 S07:50 0:00 grep
>> tftpd
>
> if you did ps auxw | grep tftpd like above, that's all your
> going to see. your tftpd is not up and running.
tftpd is typically called fr
John-Paul Delaney wrote:
tftpd seems to be running ok:
root 20212 0.0 0.3 3544 632 tty1 S07:50 0:00 grep tftpd
if you did ps auxw | grep tftpd like above, that's all your
going to see. your tftpd is not up and running.
run chkconfig --list tftpd
--
<>
-BEGIN PGP SIGNED MESS
running ok:
root 20212 0.0 0.3 3544 632 tty1 S07:50 0:00 grep tftpd
Logwatch email msg content:
Connections (secure-log) Begin ---
Connections:
Service ftp:
10.11.35.16: 1 Time(s)
10.11.35.8: 3 Time(s)
Service tftp:
10.11.41.254: 8092 Time(s
John-Paul Delaney wrote:
Hello List...
I'm having problems setting up a tftp server on my rh8.0 box. I want to
use it to backup cisco router configurations.
I've created a file called startup-config in the tftpboot directory with
chmod 777 and chown nobody:nobody. The directory t
presuming that means all incoming packets are
accepted). Following Nate's suggestion, I've stopped xinetd and then
netstat doesn't show any listening on tftp/69 udp. I can telnet and ftp
to the server without problems.
Anyone with suggestions on how to troubleshoot/interpret
John-Paul Delaney said:
> In /var/log/messages I find a long list of errors:
> ..." in.tftpd[31383]: cannot bind to local socket: Address already in
try stopping inetd/xinetd whichever your using, run netstat and check
to be sure nothing is using the tftp port, perhaps theres a
Hi John-Paul,
Well it sure looks like from the syslog that something else is on your tftp
port, so please verify. -- or -- tftpd hasn't been configured to allow the
creation of files in your tftphome directory.
Here's my /etc/xinetd.d/tftp file:
# default: off
# description: The t
I received a reply to my earlier message informing me I had sent it as
html. Apologies - here it is (I hope!) as plain text.
/j-p.
__
Hello List...
I'm having problems setting up a tftp server on my rh8.0 box. I want to
use it to backup cisco router configurations.
Hello List...
I'm having problems setting up a tftp
server on my rh8.0 box. I want to use it to backup cisco router configurations.
I've created a file called startup-config
in the tftpboot directory with chmod 777 and chown nobody:nobody. The
directory tftpboot is also 777, nob
On Fri, Mar 07, 2003 at 04:41:03AM -0500, [EMAIL PROTECTED] wrote:
> I'm using a linux running kernel ver 2.4.2-7 as my tftp server. The server works
> fine and is being used for tftp'ying files extensively. But once in a while, it
> hangs and I need to restart xinetd. Wh
I'm using a linux running kernel ver 2.4.2-7 as my tftp server. The server works fine
and is being used for tftp'ying files extensively. But once in a while, it hangs and I
need to restart xinetd. When I check /var/log/messages, I see the following
Mar 6 20:10:08 abc-tftp rsh(pam_u
On Fri, Feb 14, 2003 at 12:04:52PM -0800 or thereabouts, Raymundo M. Vega wrote:
> I think it means that some program is using the port 69 (tftp),
> as root try:
>
> ps -axu | grep 69
>
Did you mean netstat --program --tcp --numeric --listening | grep 69?
> see the result, it
I think it means that some program is using the port 69 (tftp),
as root try:
ps -axu | grep 69
see the result, it shows the program listening on that port.
raymundo
Srini Amble wrote:
Dear all,
I have a host with RH 7.3 running and a client with RH 8.0 running. On
the host I have two
Dear all,
I have a host with RH 7.3 running and a client with RH 8.0 running. On
the host I have two network devices (eth0 and eth1). eth0 has statically
assigned IP address while eth1 has DHCP assigned IP address. When I try
to do file transfer from the client over statically assigned IP addre
Thanks to all those who responded to my earlier help request regarding TFTP
server problem. Unfortunately, I have not come to a closure yet. Here is what
I have done:
1. I have modified the "disable" to "no" in /etc/xinetd.d/tftp file.
2. I have modified /etc/sysconfig/ipcha
Have you completely taken off the firewall .. you can Check :
1) /etc/services Both tftp69/tcp & tftp
69/udp line should not be commented.
2) netstat -anp |grep 69
3) Try /sbin/setup and configuring FW for 69 port
3) http://www.siliconvalleyccie.com/xinetd.htm
Hope
I am struggling to get TFTP server working on RH Linux 8.0. I have set
the "disable" field to "no" in /etc/xinetd.d/tftp file. Rebooted the
machine and made sure tftpd is up and running. When I initiate tftp from
a client then the server responds with "Destination po
My tftp server is not working on RH 8.0 and the log message in
"/var/log/message" file reads like following.
"localhost in.tftpd[3895]: cannot bind to local socket: Permission
denied"
What do I need to do to in.tftpd bind to local socket? Any help is very
much appreciated
Srini Amble said:
> "udp0 0 0.0.0.0:69 0.0.0.0:*"
>
> I don't know what to make out of this. I would appreciate very much if you
> shed some light on this.
it means that your system is listening on UDP/69 for data, which
means that you
Also make sure the access all rights are set to full access to the
directory and the files.
On Tue, 28 Jan 2003, nate wrote:
> Srini Amble said:
> > I am trying to set up the tftp server on my Pentium host running Red Hat
> > 8.0. This is required to boot my target board. The
>
> Srini Amble said:
> > I am trying to set up the tftp server on my Pentium host running Red Hat
> > 8.0. This is required to boot my target board. The TFTP client is timing
> > out. I have placed the boot file in /tftpboot directory on my host. So far
> > I hav
Srini Amble said:
> I am trying to set up the tftp server on my Pentium host running Red Hat
> 8.0. This is required to boot my target board. The TFTP client is timing
> out. I have placed the boot file in /tftpboot directory on my host. So far
> I have not been successful. My /etc/x
I am trying to set up the tftp server on my Pentium host running Red Hat
8.0. This is required to boot my target board. The TFTP client is timing
out. I have placed the boot file in /tftpboot directory on my host. So
far I have not been successful. My /etc/xinetd.d/tftp settings are:
service tftp
e ethernet XX:XX:XX:XX:XX:XX; // MAC same
as above
fixed-address 192.168.0.100;
filename "vmlinuz.cutie";
}
}
/etc/xinetd.d/tftp is
# default: off
# description: The tftp server serves files using the t
Julie Xu wrote:
Greeting,
I need enable tftp on linux, please help me.
Any comments will be apprecated
Thanks in advance
man tftpd, i only run this when i need to work on our network, but
otherwise, it shouldn't be left on, for obvious security reasons...
--
~«©¿©»~
--
r
Also,
If tftp is installed I think it starts from xinetd.
/B
- Original Message -
From: "Julie Xu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 07, 2003 16:54
Subject: Re: how to enable tftp on linux
> David,
>
> How can I ch
Try this:
http://www.rpmfind.net/linux/rpm2html/search.php?query=tftp&submit=Search+..
.&system=redhat&arch=
- Original Message -
From: "Julie Xu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 07, 2003 16:35
Subject: how to enable
Greeting,
I need enable tftp on linux, please help me.
Any comments will be apprecated
Thanks in advance
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
Term won't hook up.
Awuku Danso ([EMAIL PROTECTED])
>>> [EMAIL PROTECTED] 13/11/02 13:26:06 >>>
tftp is controlled by xinetd. Check the /etc/xinetd.d/tftp file, to make
sure that it's enabled, etc.
On Wed, 13 Nov 2002, Awuku Danso wrote:
> Hi all
> I'
There are no error messages with regard to the tftp daemon. With RH7.3 it did show up
on the screen during boot time to be loading and as I said earlier worked fine. But I
still don't understand why it doesn't work with RH8.0 given that all the files I have
looked at seem to be the
tftp is controlled by xinetd. Check the /etc/xinetd.d/tftp file, to make
sure that it's enabled, etc.
On Wed, 13 Nov 2002, Awuku Danso wrote:
> Hi all
> I'm trying to hook up a diskless X-terminal to an RH8.0 box but can't get the tftp
>daemon to run even though it
On Wed, 13 Nov 2002, Awuku Danso wrote:
> I'm trying to hook up a diskless X-terminal to an RH8.0 box but can't
> get the tftp daemon to run even though it's supposed to start on boot.
> Several attempts to manually start it have also failed. It had worked
> fine on a
Hi all
I'm trying to hook up a diskless X-terminal to an RH8.0 box but can't get the tftp
daemon to run even though it's supposed to start on boot. Several attempts to manually
start it have also failed. It had worked fine on a RH7.1 box previously. Does anyone
know what has cha
> I've got many machines here running redhat 7.2. When I set up a new
> machine I put an ehterboot image on the boot prom and add the machine
> into my dhcp table. Upon reboot etherboot acquires a boot image,
> bootnet.img, from out install server and boots it. I then get prompted
> with a readh
I've got many machines here running redhat 7.2. When I set up a new
machine I put an ehterboot image on the boot prom and add the machine
into my dhcp table. Upon reboot etherboot acquires a boot image,
bootnet.img, from out install server and boots it. I then get prompted
with a readhat install
I've got many machines here running redhat 7.2. When I set up a new
machine I put an ehterboot image on the boot prom and add the machine
into my dhcp table. Upon reboot etherboot acquires a boot image,
bootnet.img, from out install server and boots it. I then get prompted
with a readhat install
work (nfs
CJ> or tftp). I can start with the stock Red Hat 7.2 rescue image and add
CJ> packages via rpm. But I'm unsure if I can retrive the new root image
CJ> from the network. The Install and Custom guides on the RH site seem to
CJ> say that it is possible. But I can't fin
Hi Group,
This is my first post to this group. Please let me know if this is
the wrong list to post this question to.
I'm attempting to make a Rescue image to boot from the network (nfs
or tftp). I can start with the stock Red Hat 7.2 rescue image and add
packages via rpm. Bu
We had this problem with RH 7.0 and 7.1.
What you need to do is downgrade from tftp-server-0.17-5 to
tftp-server-0.16-5. There's a bug in 0.17-5 that prevents uploading. You
might also try getting a newer version...rpmfind.net has a number of
updated tftp-server packages.
On Thu, 3
Hello
I have Redhat Seawolf 7.1 running on a
fileserver.
Two Extreme switches are uploading their
configuration daily onto a Windows server ( on which Pumpkin-TFTP server) has
been installed.
I am working on the task of making the fileserver a
tftp server .
On the Linux server
hi,everyone!
I'm preparing CCNA,and I'd setup a tftp server to store router configure
files,but something wrong:
I use command rpm -ql tftp-server and found there's only 4 files,so I read the
manual first and then modify the file /etc/xinetd.d/tftpd:
service tftp
{
The tftp server package is tftp-server.
On Thu, 17 Jan 2002, Madhvi Nundalalee wrote:
> rpm -q tftp gives answer below.
> tftp-0.17-9
>
> Is this the tftp server package?
> how do i determine if it's working properly?
rpm -q tftp gives answer below.
tftp-0.17-9
Is this the tftp server package?
how do i determine if it's working properly?
Cheers
Madhvi
- Original Message -
From: "Mike Burger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 08, 200
-Original Message-
> From: Madhvi Nundalalee [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 08, 2002 9:10 AM
> To: [EMAIL PROTECTED]
> Subject: TFTP server
>
>
> Hello
>
> How can I make my Linux server act as a TFTP server ?
>
> Cheers
> Madhvi
>
Install the tftp-server package.
On Tue, 8 Jan 2002, Madhvi Nundalalee wrote:
> Hello
>
> How can I make my Linux server act as a TFTP server ?
>
> Cheers
> Madhvi
>
___
Redhat-list mailing list
[EMAIL PROTECTED]
https
Title: RE: TFTP server
turn it on as a service, in xinetd or inetd
Depends on your distro, if you have it installed...
Basically, the more complete the question, the more complete the answer.
-Brad
-Original Message-
From: Madhvi Nundalalee [mailto:[EMAIL PROTECTED]]
Sent: Tuesday
Hello
How can I make my Linux server act as a TFTP server
?
Cheers
Madhvi
Yup...back/downgrading from teh 0.17-5 that came with 7.0 to 0.16-5 worked
for me.
On Fri, 9 Nov 2001, Rodolfo J. Paiz wrote:
> At 11/9/2001 10:35 AM -0800, you wrote:
> >Has anyone encountered this problem with RedHat 7.2? With RedHat 6.2 , I got
> >my TFTP server working.
&g
At 11/9/2001 10:35 AM -0800, you wrote:
>Has anyone encountered this problem with RedHat 7.2? With RedHat 6.2 , I got
>my TFTP server working.
What version of tftp is it? The one included in 7.0 was broken, IIRC.
--
Rodolfo J. Paiz
[EMAIL PRO
Hi,
I have installed RedHat 7.2 and have updated /etc/xinetd.d/tftp file. The
file looks like this:
# default: off
# description: The tftp server serves files using the trivial file transfer
\
# protocol. The tftp protocol is often used to boot diskless \
# workstations, download
Happy to help.
On Fri, 20 Apr 2001, gf b wrote:
> thanks a million!
>
>
> >From: Mike Burger <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: Re: anyone had any problems setting up tftp server on RedHat 7.0?
thanks a million!
>From: Mike Burger <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Re: anyone had any problems setting up tftp server on RedHat 7.0?
>- Gabriel
>Date: Fri, 20 Apr 2001 11:05:14 -0400 (EDT)
>
>The tftp se
The tftp server version, 0.17-5, is broken, and doesn't allow uploads.
Grab 0.16-5, or check the rawhide directory for a more recent version.
On Fri, 20 Apr 2001, gf b wrote:
> Hi there,
>
> I can't seem to get my tftp server running on RedHat 7.0.
> As far as I
Hi there,
I can't seem to get my tftp server running on RedHat 7.0.
As far as I know, I have set it up correctly as I can see the tftp port open
on the box and a snoop proves traffic is going there from a cisco switch
which I'm sending the config from.
Any ideas??
Kind Regards
Wow...I just realized that this message was as old as it is...and my
mailer thought it was new.
Must have marked it unread, somehow.
Sorry, folks...
On Sat, 21 Oct 2000 19:11:41 -0700 (PDT), Todd A. Jacobs wrote:
>When running tftpd out of xinetd, I get the following error whenever I try
>to g
o the put problem, tftp 0.17-5 seems to be broken, though
RedHat's folks have seemed to deny this fact.
You should backlevel to 0.16-5, and your put problems should go away,
too, as long as you have the right directory and file permissions
set.
On Sat, 21 Oct 2000 19:11:41 -0700 (PDT), Todd
That's fine, but it didn't quite work out with the TFTP-Server
package 0.17. I had to back level to 0.16 in order to get uploads to
work.
On Wed, 22 Nov 2000 18:50:34 -0500 (EST), David Brett wrote:
>Make all the files executable and make sure the file exists.
>
>
>david
Make all the files executable and make sure the file exists.
david
On Wed, 22 Nov 2000 [EMAIL PROTECTED] wrote:
> I'm trying to setup a tftp server to store some configs from our network
> devices. I have created the /tftpboot directory and made sure that it is
> publicly wri
I'm trying to setup a tftp server to store some configs from our network
devices. I have created the /tftpboot directory and made sure that it is
publicly writable and also changed the /etc/xinetd.d/tftp file to enable
tftpd. I also added an "only_from" line in the file to al
On Thu, 16 Nov 2000, Charles Galpin wrote:
> thanks, that makes sense. I liked Thornton's "virtual interface" better.
I think the official term is 'alias interface'.
thornton
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com
is set up to bind a seperate server to each IP address, and to
> spawn various processes as if each IP address were running on a seperate
> machine. It works, except for the fact that tftp uses the "real" interface
> instead of the IP address of the parent process
On Thu, 16 Nov 2000, Todd A. Jacobs wrote:
> The box is set up to bind a seperate server to each IP address, and to
> spawn various processes as if each IP address were running on a seperate
> machine. It works, except for the fact that tftp uses the "real" interface
> ins
s if each IP address were running on a seperate
machine. It works, except for the fact that tftp uses the "real" interface
instead of the IP address of the parent process. (sigh)
--
Todd A. Jacobs
Senior Network Consultant
___
Re
eal (as in routable) Ip's? Why is that called virtual?
thanks
charles
On Thu, 16 Nov 2000, Todd A. Jacobs wrote:
> I'm running a server with 250 virtual IP's. I frequently need to initiate
> a tftp session from one of the virtual IP's, but the client always seems
> to
I'm running a server with 250 virtual IP's. I frequently need to initiate
a tftp session from one of the virtual IP's, but the client always seems
to use the "real" IP as the source address.
Does anyone know of a tftp implementation that will let me specify the
sou
On Wed, 1 Nov 2000, David Brett wrote:
> I have a basic question. How do I setup the tftpboot directory, so
> that when a file is created in tftpboot it picks up all the rights of
> the Directory?
Setting the sticky bit:
chmod 1xxx directory_foo
will keep group permissions. I don't k
The x isn't just "execute"...my understanding is that it's also akin to
"file access"
On Thu, 2 Nov 2000, David Brett wrote:
> Hi SoloCDM
>
> I though 'w' gave acces to writing files. Why would 'x' access be
> required to write a
Hi SoloCDM
I though 'w' gave acces to writing files. Why would 'x' access be
required to write a file via tftp?
david
On Wed, 1 Nov 2000, SoloCDM wrote:
> > On Wed, 1 Nov 2000, David Brett wrote:
> >
> > > Hi Mike
> > >
> > >
> On Wed, 1 Nov 2000, David Brett wrote:
>
> > Hi Mike
> >
> > Here is the access rights of the directory:
> > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt
> >
> >
> > This is what the logs show when I attempt to write to the
ger wrote:
>
> > Well, the file has to exist in the directory before it can be written to,
> > via tftp. As such, the permissions have to be set up on the file prior
> > to trying to upload it.
> >
> > On Wed, 1 Nov 2000, David Brett wrote:
> >
> &g
Burger wrote:
> Well, the file has to exist in the directory before it can be written to,
> via tftp. As such, the permissions have to be set up on the file prior
> to trying to upload it.
>
> On Wed, 1 Nov 2000, David Brett wrote:
>
> > Hi Mike
> >
> > I ha
ember 01, 2000 10:47 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: TFTP not responding
>
>
> Hi Mike
>
> Here is the access rights of the directory:
> -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt
>
>
> This is what the l
Well, the file has to exist in the directory before it can be written to,
via tftp. As such, the permissions have to be set up on the file prior
to trying to upload it.
On Wed, 1 Nov 2000, David Brett wrote:
> Hi Mike
>
> I have a basic question. How do I setup the tftpboot dire
; > On Wed, 1 Nov 2000, David Brett wrote:
> > > >
> > > > > Hi Mike
> > > > >
> > > > > Here is the access rights of the directory:
> > > > > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt
> > >
re is the access rights of the directory:
> > > > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt
> > > >
> > > >
> > > > This is what the logs show when I attempt to write to the directory via
> > > > tftp:
> > &g
> >
> > > > Here is the access rights of the directory:
> > > > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt
> > > >
> > > >
> > > > This is what the logs show when I attempt to write to the directory via
>
1 root root 0 Nov 1 09:45 test.txt
> > >
> > >
> > > This is what the logs show when I attempt to write to the directory via
> > > tftp:
> > >
> > > Nov 1 09:49:29 mxw-monitor tftpd[24848]: tftpd: trying to get file:
s of the directory:
> > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt
> >
> >
> > This is what the logs show when I attempt to write to the directory via
> > tftp:
> >
> > Nov 1 09:49:29 mxw-monitor tftpd[24848]: tftpd: trying to get
w-1 root root0 Nov 1 09:45 test.txt
>
>
> This is what the logs show when I attempt to write to the directory via
> tftp:
>
> Nov 1 09:49:29 mxw-monitor tftpd[24848]: tftpd: trying to get file:
> test.txt
> Nov 1 09:49:29 mxw-monitor tftpd[24848]:
. You have to use BOTH ARP and RARP to netboot a sun via tftp,
so add the rarp line, just as the arp line:
[root@gaea /root] rarp -s pallas 08:00:20:1a:4a:92
That should get you going. There is no need for bootp whatsoever.
Matt
-
Matt Housh ([EMAIL PRO
The the tftp server is using a static ip addressing?
david
On Tue, 31 Oct 2000, Mikkel L. Ellertson wrote:
> On Tue, 31 Oct 2000, David Brett wrote:
>
> > I am trying to get tftp to work on 6.2. I can't figure out what I have
> > incorrect. I created a directory
Hi Mike
Here is the access rights of the directory:
-rw-rw-rw-1 root root0 Nov 1 09:45 test.txt
This is what the logs show when I attempt to write to the directory via
tftp:
Nov 1 09:49:29 mxw-monitor tftpd[24848]: tftpd: trying to get file:
test.txt
Nov 1 09:49:29
somewhere,
but at this point I don't know what it is.
I followed the instructions for a net installation in the online version of
the 6.2/SPARC install guide. I have a Red Hat 7.0 machine which has tftp and
bootp installed. In /tftpboot is a copy of the net boot image for 32-bit
SPAR
On Tue, 31 Oct 2000, David Brett wrote:
> I am trying to get tftp to work on 6.2. I can't figure out what I have
> incorrect. I created a directory '/tftpboot'. I created an empty file
> which I want to write too with tftp. I made the directory and the file.
> rea
What are the ownership and properties on the /tftpboot directory?
On Tue, 31 Oct 2000, David Brett wrote:
> I am trying to get tftp to work on 6.2. I can't figure out what I have
> incorrect. I created a directory '/tftpboot'. I created an empty file
> which I want to
I am trying to get tftp to work on 6.2. I can't figure out what I have
incorrect. I created a directory '/tftpboot'. I created an empty file
which I want to write too with tftp. I made the directory and the file.
read and writable by everybody. I uncommented the tftp lines in
I am trying to get tftp to work on 6.2. I can't figure out what I have
incorrect. I created a directory '/tftpboot'. I created an empty file
which I want to write too with tftp. I made the directory and the file.
read and writable by everybody. I uncommented the tftp lines in
Correction...this fixed my get problems, but put still doesn't seem
to work.
On Sun, 22 Oct 2000 07:41:49 -0400, Michael Burger wrote:
>We've just been running through this one, actually.
>
>One thing to look at is the /etc/xinetd.d/tftp file. Make sure that
>the
1 - 100 of 108 matches
Mail list logo