In response to Harold's question - there is a SFTP service running on the Fedora11 image. At least in the Hercules image that is.
Using it I was able to FTP the Midnight Commander RPM to Fedora after downloading it on my Windows host. I used psftp as the Windows Client (From the makers of Putty). Unfortunately the RPM wasn't installable as there were many unmet dependencies. I am now in the process of setting up Hercules on Ubuntu - hopefully my Windows networking woes will go away and I will be able to 'yum install' everything I need, then I can just ship the image back to windows !! (Well that's my plan for now)
Bern
-----Original Message----- From: fedora-s390x-bounces@lists.fedoraproject.org [mailto:fedora-s390x-bounces@lists.fedoraproject.org] On Behalf Of fedora-s390x-request@lists.fedoraproject.org Sent: Wednesday, 22 July 2009 10:00 PM To: fedora-s390x@lists.fedoraproject.org Subject: fedora-s390x Digest, Vol 8, Issue 7
Send fedora-s390x mailing list submissions to fedora-s390x@lists.fedoraproject.org
To subscribe or unsubscribe via the World Wide Web, visit https://admin.fedoraproject.org/mailman/listinfo/fedora-s390x or, via email, send a message with subject or body 'help' to fedora-s390x-request@lists.fedoraproject.org
You can reach the person managing the list at fedora-s390x-owner@lists.fedoraproject.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of fedora-s390x digest..."
Today's Topics:
1. Re: [Fwd: Re: Updated Fedora 11 hercules images available] (Phil Knirsch) 2. Re: [Fwd: Re: Updated Fedora 11 hercules images available] (Harold Grovesteen) 3. libatomic_ops (Dan Hor?k) 4. Re: libatomic_ops (Ivan Warren)
----------------------------------------------------------------------
Message: 1 Date: Tue, 21 Jul 2009 15:09:19 +0200 From: Phil Knirsch pknirsch@redhat.com Subject: Re: [Fwd: Re: Updated Fedora 11 hercules images available] To: fedora-s390x@lists.fedoraproject.org Message-ID: 4A65BDFF.4040309@redhat.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 07/21/2009 12:09 PM, Harold Grovesteen wrote:
Thought I would forward this request to this list. I am with this poster. It would be great to have something better than vi. I just completed installing the latest released disk and am about to add a new disk for /home.
Is there an FTP server installed? Better yet, is there a place that has a list of the installed packages?
Harold Grovesteen
Hi Harold.
As already posted on the marist list, i'll add that as it's really a small and very useful tool that i remember now many people on IBM mainframes use as it's similar to the x3270 consoles.
Regarding an ftp server, what are you referring here too? For the images we only have the secondary arch spins hosting site at the moment which doesn't have FTP access afaik. For the packages themselves we have our normal fedora repositories along with mirrors, some of which will have FTP access.
The idea of releasing a list of installed packages though is really good, i'll do that for the next release and will post the current one to the thread on Marist list.
Thanks & regards, Phil
That had been my plan too. I already run on Linux, so yum works just fine. I had used it to install gcc before the latest image was created. Please keep track of the dependencies so that others can readily install what is needed. Of course, I guess the plan is to have mc installed on the next build released.
My question was really motivated for another usage. I plan to set up a separate disk with /home and some automation so that I can easily install a new disk image and get everything back to where I need it to be. I suspect for awhile new ones will be released on a fairly regular basis.
Harold
Bernie VK2KAD wrote:
In response to Harold's question - there is a SFTP service running on the Fedora11 image. At least in the Hercules image that is.
Using it I was able to FTP the Midnight Commander RPM to Fedora after downloading it on my Windows host. I used psftp as the Windows Client (From the makers of Putty). Unfortunately the RPM wasn't installable as there were many unmet dependencies. I am now in the process of setting up Hercules on Ubuntu - hopefully my Windows networking woes will go away and I will be able to 'yum install' everything I need, then I can just ship the image back to windows !! (Well that's my plan for now)
Bern
-----Original Message----- From: fedora-s390x-bounces@lists.fedoraproject.org [mailto:fedora-s390x-bounces@lists.fedoraproject.org] On Behalf Of fedora-s390x-request@lists.fedoraproject.org Sent: Wednesday, 22 July 2009 10:00 PM To: fedora-s390x@lists.fedoraproject.org Subject: fedora-s390x Digest, Vol 8, Issue 7
Send fedora-s390x mailing list submissions to fedora-s390x@lists.fedoraproject.org
To subscribe or unsubscribe via the World Wide Web, visit https://admin.fedoraproject.org/mailman/listinfo/fedora-s390x or, via email, send a message with subject or body 'help' to fedora-s390x-request@lists.fedoraproject.org
You can reach the person managing the list at fedora-s390x-owner@lists.fedoraproject.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of fedora-s390x digest..."
Today's Topics:
- Re: [Fwd: Re: Updated Fedora 11 hercules images available] (Phil Knirsch)
- Re: [Fwd: Re: Updated Fedora 11 hercules images available] (Harold Grovesteen)
- libatomic_ops (Dan Hor?k)
- Re: libatomic_ops (Ivan Warren)
Message: 1 Date: Tue, 21 Jul 2009 15:09:19 +0200 From: Phil Knirsch pknirsch@redhat.com Subject: Re: [Fwd: Re: Updated Fedora 11 hercules images available] To: fedora-s390x@lists.fedoraproject.org Message-ID: 4A65BDFF.4040309@redhat.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 07/21/2009 12:09 PM, Harold Grovesteen wrote:
Thought I would forward this request to this list. I am with this poster. It would be great to have something better than vi. I just completed installing the latest released disk and am about to add a new disk for /home.
Is there an FTP server installed? Better yet, is there a place that has a list of the installed packages?
Harold Grovesteen
Hi Harold.
As already posted on the marist list, i'll add that as it's really a small and very useful tool that i remember now many people on IBM mainframes use as it's similar to the x3270 consoles.
Regarding an ftp server, what are you referring here too? For the images we only have the secondary arch spins hosting site at the moment which doesn't have FTP access afaik. For the packages themselves we have our normal fedora repositories along with mirrors, some of which will have FTP access.
The idea of releasing a list of installed packages though is really good, i'll do that for the next release and will post the current one to the thread on Marist list.
Thanks & regards, Phil
Think about "scp" instead of ftp.
scp copies files between hosts on a network. It uses ssh(1) for data transfer, and uses the same authentication and provides the same security as ssh(1). Unlike rcp(1), scp will ask for passwords or passphrases if they are needed for authentication.