Want to set up FTP ?

Hi.

I have looked at this page to get FTP set up here, to be able to copy files to my server on the LAN.

openSUSE 12.3: Chapter 21. Setting up an FTP server with YaST

vsftpd is installed and running.

From the mentioned page I see this.

Open YaST Control Center and choose Network    Services+FTP Server or run    the **yast2 ftp-server** command as root.

I cannot see Services+FTP

yast2 ftp-server gives this.

yast2 ftp-serverNo such client module ftp-server
The search path follows. It does not include the current directory.
  /y2update/clients
  /root/.yast2/clients
  /usr/share/YaST2/clients


Run 'yast2 -h' for help on usage

vsftpd gives this.

rcvsftpd statusChecking for service vsftpd                                                                   unused
vsftpd.service - Vsftpd ftp daemon
          Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; enabled)
          Active: failed (Result: exit-code) since Wed, 2013-05-15 11:30:38 CEST; 2h 13min ago
        Main PID: 8566 (code=exited, status=2)
          CGroup: name=systemd:/system/vsftpd.service


May 15 11:30:38 linux-z96b.site systemd[1]: Starting Vsftpd ftp daemon...                                
May 15 11:30:38 linux-z96b.site systemd[1]: Started Vsftpd ftp daemon.                                   
May 15 11:30:38 linux-z96b.site systemd[1]: vsftpd.service: main process exited, code=exited, stat...MENT
May 15 11:30:38 linux-z96b.site systemd[1]: Unit vsftpd.service entered failed state      

I cannot find where to get the FTP Start-Up window.

SUSE Paste

How do I get further on ?

You need to install the package “yast2-ftp-server”.

vsftpd gives this.

rcvsftpd statusChecking for service vsftpd                                                                   unused
vsftpd.service - Vsftpd ftp daemon
          Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; enabled)
          Active: failed (Result: exit-code) since Wed, 2013-05-15 11:30:38 CEST; 2h 13min ago
        Main PID: 8566 (code=exited, status=2)
          CGroup: name=systemd:/system/vsftpd.service

May 15 11:30:38 linux-z96b.site systemd[1]: Starting Vsftpd ftp daemon…
May 15 11:30:38 linux-z96b.site systemd[1]: Started Vsftpd ftp daemon.
May 15 11:30:38 linux-z96b.site systemd[1]: vsftpd.service: main process exited, code=exited, stat…MENT
May 15 11:30:38 linux-z96b.site systemd[1]: Unit vsftpd.service entered failed state

vsftpd is not running.
You may be able to find out why by entering:

journalctl -b

But I guess that it just needs to be configured first…

On 2013-05-15 13:56, erikja wrote:

> From the mentioned page I see this.
>
>
> Code:
> --------------------
> Open YaST Control Center and choose Network Services+FTP Server or run the yast2 ftp-server command as root.
> --------------------
>
>
> I cannot see Services+FTP

So install it first. Not every YaST module is installed by default.


Cheers / Saludos,

Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)

>> I cannot see Services+FTP
>>
>> yast2 ftp-server gives this.
>>
>>>
> Code:
> --------------------
> > > yast2 ftp-serverNo such client module ftp-server
> > The search path follows. It does not include the current directory.
> > /y2update/clients
> > /root/.yast2/clients
> > /usr/share/YaST2/clients
> >
> >
> > Run ‘yast2 -h’ for help on usage
> --------------------
>>>
> You need to install the package “yast2-ftp-server”.
>
>> vsftpd gives this.

I did that, and now I can see FTP in Yast :slight_smile:
>>>
> Code:
> --------------------
> > > rcvsftpd statusChecking for service vsftpd unused
> > vsftpd.service - Vsftpd ftp daemon
> > Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; enabled)
> > Active: failed (Result: exit-code) since Wed, 2013-05-15 11:30:38 CEST; 2h 13min ago
> > Main PID: 8566 (code=exited, status=2)
> > CGroup: name=systemd:/system/vsftpd.service
> >
> >
> > May 15 11:30:38 linux-z96b.site systemd[1]: Starting Vsftpd ftp daemon…
> > May 15 11:30:38 linux-z96b.site systemd[1]: Started Vsftpd ftp daemon.
> > May 15 11:30:38 linux-z96b.site systemd[1]: vsftpd.service: main process exited, code=exited, stat…MENT
> > May 15 11:30:38 linux-z96b.site systemd[1]: Unit vsftpd.service entered failed state
> --------------------
>>>
> vsftpd is not running.
> You may be able to find out why by entering:
>
> Code:
> --------------------
> journalctl -b
> --------------------
>
> But I guess that it just needs to be configured first…
>
>
I do configure it now.

Thanks to you for getting me step further.


Erik Jakobsen
Opensuse 12.3
Linux linux-z96b.site 3.7.10-1.4-desktop

>> From the mentioned page I see this.
>>
>>
>> Code:
>> --------------------
>> Open YaST Control Center and choose Network Services+FTP Server or run the yast2 ftp-server command as root.
>> --------------------
>>
>>
>> I cannot see Services+FTP
>
> So install it first. Not every YaST module is installed by default.
>

Installed now Carlos, thanks

Erik Jakobsen
Opensuse 12.3
Linux linux-z96b.site 3.7.10-1.4-desktop

And vsftpd is running, great :wink:

rcvsftpd status
Checking for service vsftpd                                             running
vsftpd.service - Vsftpd ftp daemon
          Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; enabled)
          Active: active (running) since Wed, 2013-05-15 15:43:47 CEST; 4min 37s ago
        Main PID: 1021 (vsftpd)
          CGroup: name=systemd:/system/vsftpd.service
                  └ 1021 /usr/sbin/vsftpd /etc/vsftpd.conf

May 15 15:43:47 linux-z96b.site systemd[1]: Starting Vsftpd ftp daemon...

On 2013-05-15 15:56, erikja wrote:
>
> And vsftpd is running, great :wink:

Good! :slight_smile:


Cheers / Saludos,

Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)