{"id":113,"date":"2013-02-13T08:03:22","date_gmt":"2013-02-13T08:03:22","guid":{"rendered":"http:\/\/toolbox.pingvinfeszek.hu\/?p=113"},"modified":"2013-02-13T08:03:46","modified_gmt":"2013-02-13T08:03:46","slug":"proftpd-error-in-ubuntu-12-04-solution","status":"publish","type":"post","link":"https:\/\/wp.gaborhargitai.hu\/proftpd-error-in-ubuntu-12-04-solution\/","title":{"rendered":"ProFTPd error in Ubuntu 12.04 – solution!"},"content":{"rendered":"

By default, the installed package refused to start, because of missing files.\u00a0So I had to do the following to resolve the missing links:<\/p>\n

 <\/p>\n

First, create a symbolic link<\/strong> to the already existing file:<\/p>\n

\u00a0ln -s ‘\/usr\/sbin\/proftpd’ ‘\/usr\/sbin\/in.ftpd’<\/p><\/blockquote>\n

 <\/p>\n

Second, let’s tell inetd<\/strong> where to look for the service program, edit yours as follows (the default location is at \/etc\/inetd.conf<\/strong>):<\/p>\n

ftp \u00a0 \u00a0 stream \u00a0tcp \u00a0 \u00a0 nowait \u00a0root \u00a0 \u00a0\/usr\/sbin\/tcpd \u00a0\/usr\/sbin\/proftpd<\/p><\/blockquote>\n

 <\/p>\n

After that, let’s restart the service altogether:<\/p>\n

service proftpd restart<\/p><\/blockquote>\n

 <\/p>\n

There you go! \ud83d\ude42
\nSource available here<\/a>.<\/p>\n

 <\/p>\n","protected":false},"excerpt":{"rendered":"

By default, the installed package refused to start, because of missing files.\u00a0So I had to do the following to resolve the missing links:   First, create a symbolic link to the already existing file: \u00a0ln -s ‘\/usr\/sbin\/proftpd’ ‘\/usr\/sbin\/in.ftpd’   Second, let’s tell inetd where to look for the service program, edit yours as follows (the […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[6,7],"tags":[],"_links":{"self":[{"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/posts\/113"}],"collection":[{"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/comments?post=113"}],"version-history":[{"count":2,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/posts\/113\/revisions"}],"predecessor-version":[{"id":115,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/posts\/113\/revisions\/115"}],"wp:attachment":[{"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/media?parent=113"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/categories?post=113"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.gaborhargitai.hu\/wp-json\/wp\/v2\/tags?post=113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}