Re: EPICS and tftp file system

2024-02-23 Thread Miroslaw Dach
Hi Michael, I tried to read and write to/from the tftp server using the command line tftp on my linux computer and all of that works fine so it looks to me to be an issue with the RTEMS/EPICS setup. Best Regards Mirek ___ users mailing list

Re: EPICS and tftp file system

2024-02-15 Thread Michael Davidsaver
On 2/14/24 10:22, Miroslaw Dach wrote: Does anybody have any advice? Hi Mirek, Have you tried with a CLI TFTP client? Since TFTP is generally seen as wildly insecure these days, default distro. installs of TFTPd tend to be restrictive. cf. "man tftpd" and compare with your running daemon.

Re: EPICS and tftp file system

2024-02-15 Thread Miroslaw Dach
Hi Frank, Thank you for your feedback on that. It might be then the setup in EPICS. Best Regards Mirek czw., 15 lut 2024 o 02:26 Frank Kühndel napisał(a): > Hello Miroslaw, > > On 2/14/24 21:54, Miroslaw Dach wrote: > > Thanks for your e-mail. > >> TFTP is normally only used for reading, and

Re: EPICS and tftp file system

2024-02-15 Thread Frank Kühndel
Hello Miroslaw, On 2/14/24 21:54, Miroslaw Dach wrote: Thanks for your e-mail. TFTP is normally only used for reading, and it doesn’t surprise me if writing isn’t supported since there is no user authentication involved. I thought that setting the parameter RTEMS_FILESYSTEM_READ_WRITE in the

Re: EPICS and tftp file system

2024-02-14 Thread Miroslaw Dach
Hi Andrew, Thanks for your e-mail. >TFTP is normally only used for reading, and it doesn’t surprise me if writing isn’t supported since there is no user authentication involved. I thought that setting the parameter RTEMS_FILESYSTEM_READ_WRITE in the function call below would do the job: if

Re: EPICS and tftp file system

2024-02-14 Thread Johnson, Andrew N.
Hi Mirek, TFTP is normally only used for reading, and it doesn’t surprise me if writing isn’t supported since there is no user authentication involved. It should be possible to enable NFSv2 in Rocky Linux 8, it still works on RHEL-8 but you do have to change one or two files in the server’s

EPICS and tftp file system

2024-02-14 Thread Miroslaw Dach
Hello, I have two types of the EPICS and RTEMS 4.10 and RTEMS5 bases systems. They all use the nfs v2 mount points on the Linus remote host. We current mirage in our lab to the newer version of the LINUX os (Rocky Linux 8) which seems to not support NFS V2. Since I can not migrate to the RTEMS6