Kyle,

There are some ftp client/servers available for Linux with vsftpd being a
widly used one. You can check if it is running on the server using "service
vsftpd status". It has a number of options for logging, by default my RHEL5
Guest writes /var/log/xferlog. Options are discussed in 19.2.5.7. Logging
Options at
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-ftp-vsftpd-conf.html
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
 Mike O'Reilly                                                         
 IBM Linux Change Team                                                 
                                                                       
                                                                       





                                                                       
             Kyle Stewart                                              
             <Kyle.Stewart@zio                                         
             nsbancorp.com>                                             To
             Sent by: Linux on         LINUX-390@vm.marist.edu,        
             390 Port                                                   cc
             <linux-...@vm.mar                                         
             ist.edu>                                              Subject
                                       Re: RHEL 6.5 on z/VM 6.3        
                                       Installation via FTP Errors     
             04/14/2014 05:07                                          
             PM                                                        
                                                                       
                                                                       
             Please respond to                                         
             Linux on 390 Port                                         
             <linux-...@vm.mar                                         
                 ist.edu>                                              
                                                                       
                                                                       




Thanks, Mike.  However, I cannot find anything in /var/log that looks like
any sort of FTP log or log directory on the FTP server which is RHEL 5.9 on
z.  Is there another pace I might find the ftp logs?

-----Original Message-----
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of
Michael O'Reilly
Sent: Monday, April 14, 2014 5:58 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: RHEL 6.5 on z/VM 6.3 Installation via FTP Errors


Kyle,

 The FTP logs would be on the FTP server, on the host.domain. Whenever a
client/server is involved, it's typically the server that denies access to
something.

 Mike O'Reilly
 IBM Linux Change Team











             Kyle Stewart
             <Kyle.Stewart@zio
             nsbancorp.com>                                             To
             Sent by: Linux on         LINUX-390@vm.marist.edu,
             390 Port                                                   cc
             <linux-...@vm.mar
             ist.edu>                                              Subject
                                       Re: RHEL 6.5 on z/VM 6.3
                                       Installation via FTP Errors
             04/14/2014 04:42
             PM


             Please respond to
             Linux on 390 Port
             <linux-...@vm.mar
                 ist.edu>






Mauro,

Do you mean to use something like Filezilla?  I used Filezilla from my PC
and everything works fine.  The install on a z/VM vm isn't though.  Wher
would I find the FTP logs?  I don't see anything in /var/log for anything
remotely like ftp.

Thanks for your help,

Kyle

-----Original Message-----
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mauro
Souza
Sent: Monday, April 14, 2014 3:46 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: RHEL 6.5 on z/VM 6.3 Installation via FTP Errors

I always try to connect using a console based ftp client first, so I can
see if everything is working.
Try it too, and check your logs on the server.
On Apr 14, 2014 6:30 PM, "Bruce Hayden" <bjhay...@gmail.com> wrote:

> I usually have to code a relative path on the ftp URL.  It may look
> like an absolute path, but the ftp server treats it as a relative path
> (as Mark said, your ftp server logs would show how it is being used.)
> So
try:
>  ftp://userid:password@host.domain/../../mnt/
>
>
> On Mon, Apr 14, 2014 at 4:43 PM, Kyle Stewart <
> kyle.stew...@zionsbancorp.com
> > wrote:
>
> > Hi Folks,
> >
> > This is my first post to this site.  Please forgive my inexperience.
> >
> > I am trying to install RHEL 6.5 via FTP (I have done 5.5 & 6.2 last
> > year successfully.)  When I get into stage 2, and the gui
> > initializes, I answer the language question, media (url), but when I
> > get to entering the ftp url and processing it, the response is
> > always  "Unable to retriev
> > ftp://userid:password@host.domain/mnt/images/install.img";  So I look
> > at
the Linux systems's z/VM console and see:
> >
> > 02:41:16,074 INFO    : starting
> > STEP_STAGE2
> > 02:41:53,131 INFO    : transferring ftp://userid:password@host.
> > domain/mnt/images/updates.
> > img
> > 02:41:53,186 ERROR   : Error downloading ftp://userid:password@host.
> > domain/mnt/images/updates.img: Access denied to remote resource
> > 02:41:53,193 INFO    : transferring ftp://userid:password@host.
> > domain/mnt/images/product.
> > img
> > WARNING loader: error -2147483630 reading header: cpio: read failed
> > - Success
> > 02:41:53,219 ERROR   : Error downloading ftp://userid:password@host.
> > domain/mnt/images/product.img: Access denied to remote resource
> > 02:41:53,220 INFO    : transferring ftp:/userid:password@host.
> > domain/mnt/images/install.
> > img
> > 02:41:53,244 ERROR   : Error downloading ftp://userid:password@host.
> > domain/mnt/images/install.img: Access denied to remote resource
> >
> >
> > Where: userid:password@host.domain are substituted for the actual
> > valid values in our environment.
> >
> > As root on the ftp server I have done:  mount -o ro,gid=10,loop -t
> > iso9660 /zftp/RHEL_6.5/rhel-server-6.5-s390x-dvd.iso /mnt
> >
> > mount shows:
> > /zftp/RHEL_6.5/rhel-server-6.5-s390x-dvd.iso on /mnt type iso9660
> > (ro,
> > gid=10,loop=/dev/loop0)
> >
> > ls -ail of / shows:
> >
> >  1856 dr-xr-xr-x  6 root wheel   8192 Nov 11 11:55 mnt
> >
> > ls -ail /mnt shows:
> >
> > 20032 dr-xr-xr-x  2 root wheel   2048 Nov 11 11:55 images
> >
> > ls -ail /mnt/images shows:
> >
> > 20062 -r--r--r-- 2 root wheel 128208896 Nov 11 11:48 install.
> > img
> >
> >
> > The userid in the ftp://... string is a member of the 'wheel' group,
> > gid=10.
> >
> > I would use root  or use anonymous ftp but both are locked down in
> > our environment and against policy.  I have been at this for a while
> > and really need to get this installed.  This is running on z/VM 6.3
> > RSU
> > 1302 on top of z/VM 6.2 RSU 1301.  This is just until we can get
> > some hardware worked out so we can run z/VM 6.3 as first-level.
> >
> > What am I missing here?  Thanks for your help, in advance.
> >
> > Best Regards,
> >
> > Kyle Stewart
> >
> > ====================================================================
> > == THIS ELECTRONIC MESSAGE, INCLUDING ANY ACCOMPANYING DOCUMENTS, IS
> > CONFIDENTIAL and may contain information that is privileged and
> > exempt
> from
> > disclosure under applicable law. If you are neither the intended
> recipient
> > nor responsible for delivering the message to the intended
> > recipient, please note that any dissemination, distribution, copying
> > or the taking
> of
> > any action in reliance upon the message is strictly prohibited. If
> > you
> have
> > received this communication in error, please notify the sender
> immediately.
> >  Thank you.
> >
> > --------------------------------------------------------------------
> > -- For LINUX-390 subscribe / signoff / archive access instructions,
> > send email to lists...@vm.marist.edu with the message: INFO
> > LINUX-390 or visit
> > http://www.marist.edu/htbin/wlvindex?LINUX-390
> > --------------------------------------------------------------------
> > -- For more information on Linux on System z, visit
> > http://wiki.linuxvm.org/
> >
>
>
>
> --
> Bruce Hayden
> z/VM and Linux on System z ATS
> IBM, Endicott, NY
>
> ----------------------------------------------------------------------
> For LINUX-390 subscribe / signoff / archive access instructions, send
> email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> ----------------------------------------------------------------------
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions, send email
to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit http://wiki.linuxvm.org/

======================================================================
THIS ELECTRONIC MESSAGE, INCLUDING ANY ACCOMPANYING DOCUMENTS, IS
CONFIDENTIAL and may contain information that is privileged and exempt from
disclosure under applicable law. If you are neither the intended recipient
nor responsible for delivering the message to the intended recipient,
please note that any dissemination, distribution, copying or the taking of
any action in reliance upon the message is strictly prohibited. If you have
received this communication in error, please notify the sender immediately.
Thank you.

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions, send email
to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit http://wiki.linuxvm.org/

======================================================================
THIS ELECTRONIC MESSAGE, INCLUDING ANY ACCOMPANYING DOCUMENTS, IS
CONFIDENTIAL and may contain information that is privileged and exempt from
disclosure under applicable law. If you are neither the intended recipient
nor responsible for delivering the message to the intended recipient,
please note that any dissemination, distribution, copying or the taking of
any action in reliance upon the message is strictly prohibited. If you have
received this communication in error, please notify the sender immediately.
Thank you.

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

<<inline: ecblank.gif>>

<<inline: graycol.gif>>

<<inline: pic33362.gif>>

Reply via email to