Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
0
votes
1
answers
426
views
Unable to access proftpd server via sftp: port 22
I'm trying to replace a proftp server because the old one was encrypted during installation and the passkey is lost. Old server works fine on ftp:21 and sftp:22/322 old server is on ubuntu 16.04.7 lts new server on the ubuntu 22.04.3 lts I installed proftpd on the new server, openssh was installed d...
I'm trying to replace a proftp server because the old one was encrypted during installation and the passkey is lost.
Old server works fine on ftp:21 and sftp:22/322
old server is on ubuntu 16.04.7 lts
new server on the ubuntu 22.04.3 lts
I installed proftpd on the new server, openssh was installed during the Ubuntu installation.
The goal is to make the new server identical to the old one. So on the old server the default ssh port was changed from 22 to port 322, proftpd can be accessed on both port 21(default) and Port 22(specified in the /etc/profptd/conf.d/sftp.conf file).
On the new server, Port 22 is enabled for proftpd in the sftp.conf file located in the /etc/profptd/conf.d/sftp.conf
so I'm able to ssh into both new and old server on port 322 and access both servers on port 21.
I can also use ftp client(WinSCP) to sftp:322 into the both servers, and ftp:21 as well.
The issue now is I can't use ftp client to connect to the new server on port 22 and I'm getting the error below:
[sftp connection rejected](https://i.sstatic.net/0jSIB.png)
This can be done on the old server and they have the same sftp configuration as stated in the documentation.
[example configuration from profptd documentation](https://i.sstatic.net/bMzIp.png)
The following settings was enabled on the new server: /etc/ssh/sshd_config.d
*

Port 322
#Port 22
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
PubKeyAuthentication yes
AuthorizedKeysFile %h/.ssh/authorized_keys
HostbasedAuthentication no
IgnoreUserKnownhosts no
PasswordAuthentication yes
KbdInterctiveAuthentication no
UsePAM yes
X11Forwarding yes
PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
*
---
The following settings was enabled on the new server: /etc/proftpd/proftpd.conf
*
Include /etc/proftpd/modules.conf
UseIPv6 on
IdentLookups off
DefaultRoot ~
Port 21
AuthOrder mod_auth_pam.c* mod_auth_unix.c
QuotaEngine off
Ratios off
DelayEngine on
...
AdminControlsEngine off
RequireValidShell off
Include /etc/proftpd/conf.d/
*
http://www.proftpd.org/docs/contrib/mod_sftp.html#SFTPHostKey
I enabled the ports 21, 22, 322 on the firewall ufw.
I can ssh:322 into the server and I can use sftp:322 and ftp:21 but I can sftp:22 but I can access the old server perfectly with sftp on both 322 and 22.
user16605410
(1 rep)
Feb 25, 2024, 07:45 PM
• Last activity: Mar 8, 2024, 05:39 AM
0
votes
1
answers
49
views
How to Install and Enable XCRC on an Open-Source FTP Server in Debian 11?
I'm currently working on Debian 11 and exploring options to enable and use the XCRC command for CRC32 checksums on an FTP server. Unfortunately, the instructions I've found for ProFTPD appear to be outdated, and the `mod_digest` package (or similar) is not available for Debian 11. Given these challe...
I'm currently working on Debian 11 and exploring options to enable and use the XCRC command for CRC32 checksums on an FTP server. Unfortunately, the instructions I've found for ProFTPD appear to be outdated, and the
mod_digest
package (or similar) is not available for Debian 11.
Given these challenges, I'm open to using an alternative open-source FTP server that supports XCRC. Could someone provide up-to-date guidance on installing and enabling XCRC on an open-source FTP server compatible with Debian 11? If ProFTPD is not the ideal choice, I'm willing to explore other options, so long as they are open source.
Any insights, recommendations, or pointers to current resources would be highly appreciated. Thank you for your assistance!
Juergen Schulze
(103 rep)
Dec 18, 2023, 08:43 AM
• Last activity: Dec 18, 2023, 08:55 AM
0
votes
2
answers
1062
views
Proftpd does not initialize on startup
I'm new here, and I'm also a new linux user, I'm using debian 12. I have the proftpd service configured and meeting my needs, but when I reboot the operating system, the service does not start automatically when the operating system loads. i have to run "systemctl start or restart proftpd" command f...
I'm new here, and I'm also a new linux user, I'm using debian 12. I have the proftpd service configured and meeting my needs, but when I reboot the operating system, the service does not start automatically when the operating system loads.
i have to run "systemctl start or restart proftpd" command for the system to work.
I really need proftpd to work automatically when connecting to the server.
Icaro Nadson
(1 rep)
Jul 3, 2023, 10:16 PM
• Last activity: Sep 15, 2023, 03:48 PM
54
votes
8
answers
191279
views
dbus: [system] Failed to activate service 'org.freedesktop.login1': timed out
I keep getting the following error messages in the syslog of one of my servers: # tail /var/log/syslog Oct 29 13:48:40 myserver dbus[19617]: [system] Failed to activate service 'org.freedesktop.login1': timed out Oct 29 13:48:40 myserver dbus[19617]: [system] Activating via systemd: service name='or...
I keep getting the following error messages in the syslog of one of my servers:
# tail /var/log/syslog
Oct 29 13:48:40 myserver dbus: [system] Failed to activate service 'org.freedesktop.login1': timed out
Oct 29 13:48:40 myserver dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service'
Oct 29 13:49:05 myserver dbus: [system] Failed to activate service 'org.freedesktop.login1': timed out
Oct 29 13:49:05 myserver dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service'
They seem to correlate to FTP Logins on the ProFTPd daemon:
# tail /var/log/proftpd/proftpd.log
2015-10-29 13:48:40,433 myserver proftpd myserver.example.com (remote.example.com[192.168.22.33]): USER switch: Login successful.
2015-10-29 13:48:40,460 myserver proftpd myserver.example.com (remote.example.com[192.168.22.33]): FTP session closed.
2015-10-29 13:48:40,664 myserver proftpd myserver.example.com (remote.example.com[192.168.22.33]): FTP session opened.
2015-10-29 13:49:05,687 myserver proftpd myserver.example.com (remote.example.com[192.168.22.33]): USER switch: Login successful.
2015-10-29 13:49:05,705 myserver proftpd myserver.example.com (remote.example.com[192.168.22.33]): FTP session closed.
2015-10-29 13:49:05,908 myserver proftpd myserver.example.com (remote.example.com[192.168.22.33]): FTP session opened.
The FTP logins themselves seem to work without problems for the user, though. I've got a couple of other servers also running ProFTPd but so far never got these errors.
They might be related to a recent upgrade from Debian 7 to Debian 8 though.
Any ideas what the message want to tell me or even what causes them?
I already tried restarting the dbus and proftpd daemons and even the server and made sure that the DBUS socket /var/run/dbus/system_bus_socket is existing but so far the messages keep coming.
EDIT:
The output of journalctl as requested in the comment:
root@myserver:/home/chammers# systemctl status -l dbus-org.freedesktop.login1.service
● systemd-logind.service - Login Service
Loaded: loaded (/lib/systemd/system/systemd-logind.service; static)
Active: active (running) since Tue 2015-10-27 13:23:32 CET; 1 weeks 0 days ago
Docs: man:systemd-logind.service(8)
man:logind.conf(5)
http://www.freedesktop.org/wiki/Software/systemd/logind
http://www.freedesktop.org/wiki/Software/systemd/multiseat
Main PID: 467 (systemd-logind)
Status: "Processing requests..."
CGroup: /system.slice/systemd-logind.service
└─467 /lib/systemd/systemd-logind
Oct 28 10:15:25 myserver systemd-logind: New session c3308 of user switch.
Oct 28 10:15:25 myserver systemd-logind: Removed session c3308.
Oct 28 10:15:25 myserver systemd-logind: New session c3309 of user switch.
Oct 28 10:15:25 myserver systemd-logind: Removed session c3309.
Oct 28 10:15:25 myserver systemd-logind: New session c3310 of user switch.
Oct 28 10:15:25 myserver systemd-logind: Removed session c3310.
Oct 28 10:15:25 myserver systemd-logind: New session c3311 of user switch.
Oct 28 10:15:25 myserver systemd-logind: Removed session c3311.
Oct 28 10:19:52 myserver systemd-logind: New session 909 of user chammers.
Oct 28 10:27:11 myserver systemd-logind: Failed to abandon session scope: Transport endpoint is not connected
And more journalctl output:
Nov 03 16:21:19 myserver dbus: [system] Failed to activate service 'org.freedesktop.login1': timed out
Nov 03 16:21:19 myserver proftpd: pam_systemd(proftpd:session): Failed to create session: Activation of org.freedesktop.login1 timed out
Nov 03 16:21:19 myserver proftpd: pam_systemd(proftpd:session): Failed to create session: Activation of org.freedesktop.login1 timed out
Nov 03 16:21:19 myserver proftpd: pam_unix(proftpd:session): session closed for user switch
Nov 03 16:21:19 myserver proftpd: pam_unix(proftpd:session): session closed for user switch
Nov 03 16:21:19 myserver proftpd: pam_unix(proftpd:session): session opened for user switch by (uid=0)
Nov 03 16:21:19 myserver dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service'
Nov 03 16:21:19 myserver proftpd: pam_unix(proftpd:session): session opened for user switch by (uid=0)
lathspell
(755 rep)
Oct 29, 2015, 01:00 PM
• Last activity: Jul 8, 2023, 01:03 PM
0
votes
0
answers
622
views
Proftp Virtual Hosts Settings
i'm trying to set up proftpd with virtual server settings, but there are always problems during connection. I have two domains which are pointing to the same External IP Address: ftp.domain.tld -> 1.2.3.4 ftp1.domain.tld -> 1.2.3.4 The connection should go over TLS. So i created 2 virtual Server in...
i'm trying to set up proftpd with virtual server settings, but there are always problems during connection.
I have two domains which are pointing to the same External IP Address:
ftp.domain.tld -> 1.2.3.4
ftp1.domain.tld -> 1.2.3.4
The connection should go over TLS.
So i created 2 virtual Server in the /etc/proftpd/proftpd.conf:
ServerName "FTP Server"
RequireValidShell no
TransferLog /var/log/proftpd/xferlog.ftp
MaxClients 50
DefaultServer on
DefaultRoot ~ ftpuser
AllowOverwrite yes
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900
DenyGroup !ftpuser
TLSEngine on
TLSLog /var/log/proftpd/tls.log
TLSProtocol SSLv3
TLSRSACertificateFile /etc/letsencrypt/live/ftp.domain.tld/cert.pem
TLSRSACertificateKeyFile /etc/letsencrypt/live/ftp.domain.tld/privkey.pem
TLSCACertificateFile /etc/letsencrypt/live/ftp.domain.tld/chain.pem
TLSVerifyClient no
TLSRequired on
TLSRenegotiate required off
TLSOptions NoSessionReuseRequired
ServerName "FTP 1 Server"
RequireValidShell no
TransferLog /var/log/proftpd/xferlog.ftp1
MaxClients 50
DefaultServer on
DefaultRoot ~ ftpuser1
AllowOverwrite yes
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900
DenyGroup !ftpuser1
TLSEngine on
TLSLog /var/log/proftpd/tls.log
TLSProtocol SSLv3
TLSRSACertificateFile /etc/letsencrypt/live/ftp1.domain.tld/cert.pem
TLSRSACertificateKeyFile /etc/letsencrypt/live/ftp1.domain.tld/privkey.pem
TLSCACertificateFile /etc/letsencrypt/live/ftp1.domain.tld/chain.pem
TLSVerifyClient no
TLSRequired on
TLSRenegotiate required off
TLSOptions NoSessionReuseRequired
When i try to connect i get the following Error Code:
Antwort: 220 ProFTPD Server (ProFTPD Default Installation)
Befehl: AUTH TLS
Antwort: 500 AUTH not understood
Befehl: AUTH SSL
Antwort: 500 AUTH not understood
Can someone help me?
What i would like to do in the end is:
- connect to this 2 domains with ssl connection
- vhost 1 has its own users and directory
- vhost 2 has its own users and directory
- use the same ports for both virtual hosts (21)
Is that possible?
Best regards
sangul
sangul
(15 rep)
Dec 15, 2021, 07:45 AM
• Last activity: Feb 20, 2022, 04:55 PM
0
votes
1
answers
1780
views
proFTPD not working due to socket bind error
I am trying to set up an FTP server on one of my devices that runs ```DietPi``` and I selected ```proFTPD``` as a server. I have installed the software and followed some set-up information I found [here][1]. But then I noticed that the service was not running. After trying to find it in via ```ps au...
I am trying to set up an FTP server on one of my devices that runs
and I selected
as a server.
I have installed the software and followed some set-up information I found here . But then I noticed that the service was not running. After trying to find it in via aux | grep proftpd
I did not succeed.
After issuing: status proftpd.service
I got the following:
● proftpd.service - LSB: Starts ProFTPD daemon
Loaded: loaded (/etc/init.d/proftpd; generated)
Active: failed (Result: exit-code) since Tue 2021-04-13 22:58:49 BST; 9s ago
Docs: man:systemd-sysv-generator(8)
Process: 26998 ExecStart=/etc/init.d/proftpd start (code=exited, status=1/FAILURE)
Apr 13 22:58:48 DietPi systemd[1] : Starting LSB: Starts ProFTPD daemon...
Apr 13 22:58:49 DietPi proftpd: Starting ftp server: proftpd2021-04-13 22:58:49,163 DietPi proftpd[2700
5]: mod_ctrls/0.9.5: error: unable to bind to local socket: Address already in use
Apr 13 22:58:49 DietPi proftpd: 2021-04-13 22:58:49,242 DietPi proftpd: error: unable to stat()
/var/log/proftpd: No such file or directory
Apr 13 22:58:49 DietPi proftpd: 2021-04-13 22:58:49,244 DietPi proftpd: mod_ctrls/0.9.5: unable
to open ControlsLog '/var/log/proftpd/controls.log': No such file or directory
Apr 13 22:58:49 DietPi proftpd: 2021-04-13 22:58:49,246 DietPi proftpd: fatal: ControlsLog: unab
le to open '/var/log/proftpd/controls.log': No such file or directory on line 68 of '/etc/proftpd/proftpd.conf'
Apr 13 22:58:49 DietPi proftpd: failed!
Apr 13 22:58:49 DietPi systemd[1] : proftpd.service: Control process exited, code=exited, s
tatus=1/FAILURE
Apr 13 22:58:49 DietPi systemd[1] : proftpd.service: Failed with result 'exit-code'.
Apr 13 22:58:49 DietPi systemd[1] : Failed to start LSB: Starts ProFTPD daemon.
So I dug a little bit here and turns out that no other process runs or binds on port
. So, what could be the issue of the service failing here?
Furthermore, by issuing lsof -i tcp:21
I do not get any response.
Also, via
I get the following:
PORT STATE SERVICE
22/tcp open ssh
53/tcp open domain
80/tcp open http
No /tcp
port here.
## Debug via -nd10
on the cl:
roftpd -nd10
2021-04-14 08:13:45,498 DietPi proftpd: using PCRE 8.39 2016-06-14
2021-04-14 08:13:45,508 DietPi proftpd: using TCP receive buffer size of 131072 bytes
2021-04-14 08:13:45,510 DietPi proftpd: using TCP send buffer size of 16384 bytes
2021-04-14 08:13:45,513 DietPi proftpd: testing Unix domain socket using S_ISFIFO
2021-04-14 08:13:45,517 DietPi proftpd: testing Unix domain socket using S_ISSOCK
2021-04-14 08:13:45,519 DietPi proftpd: using S_ISSOCK macro for Unix domain socket detection
2021-04-14 08:13:45,528 DietPi proftpd: mod_ctrls/0.9.5: error: unable to bind to local socket: Address already in use
2021-04-14 08:13:45,532 DietPi proftpd: using 'UTF-8' as local charset for UTF-8 conversion
2021-04-14 08:13:45,535 DietPi proftpd: ROOT PRIVS at mod_core.c:376
2021-04-14 08:13:45,537 DietPi proftpd: RELINQUISH PRIVS at mod_core.c:378
2021-04-14 08:13:45,541 DietPi proftpd: ROOT PRIVS at mod_core.c:385
2021-04-14 08:13:45,544 DietPi proftpd: ROOT PRIVS at parser.c:1187
2021-04-14 08:13:45,549 DietPi proftpd: mod_dso/0.5: loading 'mod_ctrls_admin.c'
2021-04-14 08:13:45,554 DietPi proftpd: mod_dso/0.5: loaded module 'mod_ctrls_admin' (from '/usr/lib/proftpd/mod_ctrls_admin.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,558 DietPi proftpd: mod_dso/0.5: loading 'mod_tls.c'
2021-04-14 08:13:45,562 DietPi proftpd: mod_dso/0.5: loaded module 'mod_tls' (from '/usr/lib/proftpd/mod_tls.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,565 DietPi proftpd: mod_tls/2.7: using OpenSSL 1.1.1d 10 Sep 2019
2021-04-14 08:13:45,587 DietPi proftpd: mod_dso/0.5: loading 'mod_radius.c'
2021-04-14 08:13:45,591 DietPi proftpd: mod_dso/0.5: loaded module 'mod_radius' (from '/usr/lib/proftpd/mod_radius.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,594 DietPi proftpd: mod_dso/0.5: loading 'mod_quotatab.c'
2021-04-14 08:13:45,599 DietPi proftpd: mod_dso/0.5: loaded module 'mod_quotatab' (from '/usr/lib/proftpd/mod_quotatab.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,602 DietPi proftpd: mod_dso/0.5: loading 'mod_quotatab_file.c'
2021-04-14 08:13:45,607 DietPi proftpd: mod_dso/0.5: loaded module 'mod_quotatab_file' (from '/usr/lib/proftpd/mod_quotatab_file.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,609 DietPi proftpd: mod_dso/0.5: loading 'mod_quotatab_radius.c'
2021-04-14 08:13:45,612 DietPi proftpd: mod_dso/0.5: loaded module 'mod_quotatab_radius' (from '/usr/lib/proftpd/mod_quotatab_radius.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,617 DietPi proftpd: mod_dso/0.5: loading 'mod_wrap.c'
2021-04-14 08:13:45,625 DietPi proftpd: mod_dso/0.5: loaded module 'mod_wrap' (from '/usr/lib/proftpd/mod_wrap.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,628 DietPi proftpd: mod_dso/0.5: loading 'mod_rewrite.c'
2021-04-14 08:13:45,633 DietPi proftpd: mod_dso/0.5: loaded module 'mod_rewrite' (from '/usr/lib/proftpd/mod_rewrite.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,636 DietPi proftpd: mod_dso/0.5: loading 'mod_load.c'
2021-04-14 08:13:45,639 DietPi proftpd: mod_dso/0.5: loaded module 'mod_load' (from '/usr/lib/proftpd/mod_load.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,643 DietPi proftpd: mod_dso/0.5: loading 'mod_ban.c'
2021-04-14 08:13:45,648 DietPi proftpd: mod_dso/0.5: loaded module 'mod_ban' (from '/usr/lib/proftpd/mod_ban.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,651 DietPi proftpd: mod_dso/0.5: loading 'mod_wrap2.c'
2021-04-14 08:13:45,656 DietPi proftpd: mod_dso/0.5: loaded module 'mod_wrap2' (from '/usr/lib/proftpd/mod_wrap2.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,660 DietPi proftpd: mod_dso/0.5: loading 'mod_wrap2_file.c'
2021-04-14 08:13:45,664 DietPi proftpd: mod_dso/0.5: loaded module 'mod_wrap2_file' (from '/usr/lib/proftpd/mod_wrap2_file.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,668 DietPi proftpd: mod_dso/0.5: loading 'mod_dynmasq.c'
2021-04-14 08:13:45,673 DietPi proftpd: mod_dso/0.5: loaded module 'mod_dynmasq' (from '/usr/lib/proftpd/mod_dynmasq.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,675 DietPi proftpd: mod_dso/0.5: loading 'mod_exec.c'
2021-04-14 08:13:45,681 DietPi proftpd: mod_dso/0.5: loaded module 'mod_exec' (from '/usr/lib/proftpd/mod_exec.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,683 DietPi proftpd: mod_dso/0.5: loading 'mod_shaper.c'
2021-04-14 08:13:45,688 DietPi proftpd: mod_dso/0.5: loaded module 'mod_shaper' (from '/usr/lib/proftpd/mod_shaper.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,692 DietPi proftpd: mod_dso/0.5: loading 'mod_ratio.c'
2021-04-14 08:13:45,696 DietPi proftpd: mod_dso/0.5: loaded module 'mod_ratio' (from '/usr/lib/proftpd/mod_ratio.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,699 DietPi proftpd: mod_dso/0.5: loading 'mod_site_misc.c'
2021-04-14 08:13:45,704 DietPi proftpd: mod_dso/0.5: loaded module 'mod_site_misc' (from '/usr/lib/proftpd/mod_site_misc.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,706 DietPi proftpd: mod_dso/0.5: loading 'mod_sftp.c'
2021-04-14 08:13:45,722 DietPi proftpd: mod_dso/0.5: loaded module 'mod_sftp' (from '/usr/lib/proftpd/mod_sftp.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,725 DietPi proftpd: mod_sftp/1.0.0: using OpenSSL 1.1.1d 10 Sep 2019
2021-04-14 08:13:45,737 DietPi proftpd: mod_dso/0.5: loading 'mod_sftp_pam.c'
2021-04-14 08:13:45,741 DietPi proftpd: mod_dso/0.5: loaded module 'mod_sftp_pam' (from '/usr/lib/proftpd/mod_sftp_pam.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,744 DietPi proftpd: mod_dso/0.5: loading 'mod_facl.c'
2021-04-14 08:13:45,749 DietPi proftpd: mod_dso/0.5: loaded module 'mod_facl' (from '/usr/lib/proftpd/mod_facl.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,752 DietPi proftpd: mod_dso/0.5: loading 'mod_unique_id.c'
2021-04-14 08:13:45,757 DietPi proftpd: mod_dso/0.5: loaded module 'mod_unique_id' (from '/usr/lib/proftpd/mod_unique_id.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,762 DietPi proftpd: mod_dso/0.5: loading 'mod_copy.c'
2021-04-14 08:13:45,768 DietPi proftpd: mod_dso/0.5: loaded module 'mod_copy' (from '/usr/lib/proftpd/mod_copy.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,773 DietPi proftpd: mod_dso/0.5: loading 'mod_deflate.c'
2021-04-14 08:13:45,787 DietPi proftpd: mod_dso/0.5: loaded module 'mod_deflate' (from '/usr/lib/proftpd/mod_deflate.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,789 DietPi proftpd: mod_deflate/0.5.7: using zlib 1.2.11
2021-04-14 08:13:45,792 DietPi proftpd: mod_dso/0.5: loading 'mod_ifversion.c'
2021-04-14 08:13:45,798 DietPi proftpd: mod_dso/0.5: loaded module 'mod_ifversion' (from '/usr/lib/proftpd/mod_ifversion.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,800 DietPi proftpd: mod_dso/0.5: loading 'mod_memcache.c'
2021-04-14 08:13:45,805 DietPi proftpd: mod_dso/0.5: loaded module 'mod_memcache' (from '/usr/lib/proftpd/mod_memcache.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,809 DietPi proftpd: mod_memcache/0.1: using libmemcached-1.0.18
2021-04-14 08:13:45,812 DietPi proftpd: mod_dso/0.5: loading 'mod_tls_memcache.c'
2021-04-14 08:13:45,815 DietPi proftpd: mod_dso/0.5: loaded module 'mod_tls_memcache' (from '/usr/lib/proftpd/mod_tls_memcache.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,815 DietPi proftpd: mod_dso/0.5: loading 'mod_readme.c'
2021-04-14 08:13:45,823 DietPi proftpd: mod_dso/0.5: loaded module 'mod_readme' (from '/usr/lib/proftpd/mod_readme.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,825 DietPi proftpd: mod_dso/0.5: loading 'mod_ifsession.c'
2021-04-14 08:13:45,831 DietPi proftpd: mod_dso/0.5: loaded module 'mod_ifsession' (from '/usr/lib/proftpd/mod_ifsession.so', last modified on Tue Mar 10 23:03:08 2020)
2021-04-14 08:13:45,835 DietPi proftpd: RELINQUISH PRIVS at parser.c:1190
2021-04-14 08:13:45,838 DietPi proftpd: RELINQUISH PRIVS at mod_core.c:388
2021-04-14 08:13:45,844 DietPi proftpd: DenyFilter: compiling regex '\*.*/'
2021-04-14 08:13:45,857 DietPi proftpd: retrieved UID 1000 for user 'dietpi'
2021-04-14 08:13:45,862 DietPi proftpd: retrieved GID 1000 for group 'dietpi'
2021-04-14 08:13:45,866 DietPi proftpd: : using 'mod_quotatab.c' section at line 53
2021-04-14 08:13:45,868 DietPi proftpd: : using 'mod_ratio.c' section at line 57
2021-04-14 08:13:45,871 DietPi proftpd: : using 'mod_delay.c' section at line 61
2021-04-14 08:13:45,873 DietPi proftpd: : using 'mod_ctrls.c' section at line 65
2021-04-14 08:13:45,874 DietPi proftpd: ROOT PRIVS at mod_ctrls.c:114
2021-04-14 08:13:45,877 DietPi proftpd: RELINQUISH PRIVS at mod_ctrls.c:117
2021-04-14 08:13:45,878 DietPi proftpd: : using 'mod_ctrls_admin.c' section at line 73
2021-04-14 08:13:45,879 DietPi proftpd: ROOT PRIVS at mod_core.c:376
2021-04-14 08:13:45,879 DietPi proftpd: RELINQUISH PRIVS at mod_core.c:378
2021-04-14 08:13:45,879 DietPi proftpd: ROOT PRIVS at mod_core.c:385
2021-04-14 08:13:45,879 DietPi proftpd: processing configuration directory '/etc/proftpd/conf.d/'
2021-04-14 08:13:45,880 DietPi proftpd: RELINQUISH PRIVS at mod_core.c:388
2021-04-14 08:13:45,907 DietPi proftpd: UseReverseDNS off, returning IP address instead of DNS name
2021-04-14 08:13:45,907 DietPi proftpd 127.0.0.1:
2021-04-14 08:13:45,907 DietPi proftpd 127.0.0.1: Config for DietPi FTP:
2021-04-14 08:13:45,908 DietPi proftpd 127.0.0.1: IdentLookups
2021-04-14 08:13:45,908 DietPi proftpd 127.0.0.1: DeferWelcome
2021-04-14 08:13:45,908 DietPi proftpd 127.0.0.1: MultilineRFC2228
2021-04-14 08:13:45,908 DietPi proftpd 127.0.0.1: DefaultServer
2021-04-14 08:13:45,908 DietPi proftpd 127.0.0.1: ShowSymlinks
2021-04-14 08:13:45,908 DietPi proftpd 127.0.0.1: AllowRetrieveRestart
2021-04-14 08:13:45,908 DietPi proftpd 127.0.0.1: AllowStoreRestart
2021-04-14 08:13:45,909 DietPi proftpd 127.0.0.1: TimeoutNoTransfer
2021-04-14 08:13:45,909 DietPi proftpd 127.0.0.1: TimeoutStalled
2021-04-14 08:13:45,909 DietPi proftpd 127.0.0.1: TimeoutIdle
2021-04-14 08:13:45,909 DietPi proftpd 127.0.0.1: DisplayLogin
2021-04-14 08:13:45,909 DietPi proftpd 127.0.0.1: DisplayChdir
2021-04-14 08:13:45,909 DietPi proftpd 127.0.0.1: ListOptions
2021-04-14 08:13:45,909 DietPi proftpd 127.0.0.1: DenyFilter
2021-04-14 08:13:45,909 DietPi proftpd 127.0.0.1: DefaultRoot
2021-04-14 08:13:45,910 DietPi proftpd 127.0.0.1: RootLogin
2021-04-14 08:13:45,910 DietPi proftpd 127.0.0.1: UserID
2021-04-14 08:13:45,910 DietPi proftpd 127.0.0.1: UserName
2021-04-14 08:13:45,910 DietPi proftpd 127.0.0.1: GroupID
2021-04-14 08:13:45,910 DietPi proftpd 127.0.0.1: GroupName
2021-04-14 08:13:45,910 DietPi proftpd 127.0.0.1: Umask
2021-04-14 08:13:45,910 DietPi proftpd 127.0.0.1: DirUmask
2021-04-14 08:13:45,910 DietPi proftpd 127.0.0.1: AllowOverwrite
2021-04-14 08:13:45,911 DietPi proftpd 127.0.0.1: TransferLog
2021-04-14 08:13:45,911 DietPi proftpd 127.0.0.1: SystemLog
2021-04-14 08:13:45,911 DietPi proftpd 127.0.0.1: WtmpLog
2021-04-14 08:13:45,911 DietPi proftpd 127.0.0.1: QuotaEngine
2021-04-14 08:13:45,911 DietPi proftpd 127.0.0.1: Ratios
2021-04-14 08:13:45,911 DietPi proftpd 127.0.0.1: DelayEngine
2021-04-14 08:13:45,912 DietPi proftpd 127.0.0.1: mod_facl/0.6: registered 'facl' FS
2021-04-14 08:13:45,921 DietPi proftpd 127.0.0.1: mod_tls/2.7: generating initial TLS session ticket key
2021-04-14 08:13:45,924 DietPi proftpd 127.0.0.1: ROOT PRIVS at mod_tls.c:4815
2021-04-14 08:13:45,927 DietPi proftpd 127.0.0.1: RELINQUISH PRIVS at mod_tls.c:4818
2021-04-14 08:13:45,930 DietPi proftpd 127.0.0.1: mod_tls/2.7: scheduling new TLS session ticket key every 3600 secs
2021-04-14 08:13:45,935 DietPi proftpd 127.0.0.1: mod_lang/1.1: binding to text domain 'proftpd' using locale path '/usr/share/locale'
2021-04-14 08:13:45,936 DietPi proftpd 127.0.0.1: mod_lang/1.1: using locale files in '/usr/share/locale'
2021-04-14 08:13:45,939 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'ko_KR': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,943 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'bg_BG': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,945 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'ja_JP': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,948 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'en_US': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,951 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'fr_FR': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,954 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'es_ES': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,958 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'zh_TW': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,960 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'zh_CN': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,964 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'it_IT': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,968 DietPi proftpd 127.0.0.1: mod_lang/1.1: skipping possible language 'ru_RU': not supported by setlocale(3); see `locale -a'
2021-04-14 08:13:45,971 DietPi proftpd 127.0.0.1: ROOT PRIVS at mod_log.c:2151
2021-04-14 08:13:45,974 DietPi proftpd 127.0.0.1: RELINQUISH PRIVS at mod_log.c:2154
2021-04-14 08:13:45,976 DietPi proftpd 127.0.0.1: ROOT PRIVS at mod_rlimit.c:555
2021-04-14 08:13:45,978 DietPi proftpd 127.0.0.1: RELINQUISH PRIVS at mod_rlimit.c:558
2021-04-14 08:13:45,980 DietPi proftpd 127.0.0.1: set core resource limits for daemon
2021-04-14 08:13:45,981 DietPi proftpd 127.0.0.1: ROOT PRIVS at mod_auth_unix.c:1338
2021-04-14 08:13:45,986 DietPi proftpd 127.0.0.1: RELINQUISH PRIVS at mod_auth_unix.c:1341
2021-04-14 08:13:45,989 DietPi proftpd 127.0.0.1: retrieved group ID: 1000
2021-04-14 08:13:45,991 DietPi proftpd 127.0.0.1: setting group ID: 1000
2021-04-14 08:13:45,993 DietPi proftpd 127.0.0.1: SETUP PRIVS at main.c:2594
2021-04-14 08:13:45,994 DietPi proftpd 127.0.0.1: ROOT PRIVS at main.c:1862
2021-04-14 08:13:45,995 DietPi proftpd 127.0.0.1: deleting existing scoreboard '/run/proftpd.scoreboard'
2021-04-14 08:13:45,996 DietPi proftpd 127.0.0.1: opening scoreboard '/run/proftpd.scoreboard'
2021-04-14 08:13:45,998 DietPi proftpd 127.0.0.1: RELINQUISH PRIVS at main.c:1889
2021-04-14 08:13:46,002 DietPi proftpd 127.0.0.1: ROOT PRIVS at mod_ctrls_admin.c:1632
2021-04-14 08:13:46,002 DietPi proftpd 127.0.0.1: opening scoreboard '/run/proftpd.scoreboard'
2021-04-14 08:13:46,005 DietPi proftpd 127.0.0.1: RELINQUISH PRIVS at mod_ctrls_admin.c:1634
2021-04-14 08:13:46,007 DietPi proftpd 127.0.0.1: ROOT PRIVS at inet.c:409
2021-04-14 08:13:46,008 DietPi proftpd 127.0.0.1: RELINQUISH PRIVS at inet.c:459
2021-04-14 08:13:46,009 DietPi proftpd 127.0.0.1: Failed binding to ::, port 21: Address already in use
2021-04-14 08:13:46,011 DietPi proftpd 127.0.0.1: Check the ServerType directive to ensure you are configured correctly
2021-04-14 08:13:46,011 DietPi proftpd 127.0.0.1: Check to see if inetd/xinetd, or another proftpd instance, is already using ::, port 21
2021-04-14 08:13:46,011 DietPi proftpd 127.0.0.1: Unable to start proftpd; check logs for more details
## Debug via proftpd | grep -E "SOCKET|sock"
getpeername(0, 0xbe8a6c1c, ) = -1 ENOTSOCK (Socket operation on non-socket)
socket(AF_UNIX, SOCK_DGRAM, 0) = 3
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 4
getsockopt(4, SOL_SOCKET, SO_RCVBUF, , ) = 0
getsockopt(4, SOL_SOCKET, SO_SNDBUF, , ) = 0
socket(AF_UNIX, SOCK_STREAM, 0) = 4
bind(4, {sa_family=AF_UNIX, sun_path="/run/test.sock"}, 110) = 0
unlink("/run/test.sock") = 0
socket(AF_UNIX, SOCK_STREAM, 0) = 4
bind(4, {sa_family=AF_UNIX, sun_path="/run/proftpd.sock"}, 110) = -1 EADDRINUSE (Address already in use)
write(2, "2021-04-14 11:08:40,739 DietPiHo"..., 1292021-04-14 11:08:40,739 DietPi proftpd: mod_ctrls/0.9.5: error: unable to bind to local socket: Address already in use
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
connect(6, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
connect(6, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
connect(5, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
connect(5, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC, NETLINK_ROUTE) = 4
getsockname(4, {sa_family=AF_NETLINK, nl_pid=2682, nl_groups=00000000}, ) = 0
socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP) = 4
getsockname(4, {sa_family=AF_INET, sin_port=htons(44402), sin_addr=inet_addr("127.0.0.1")}, [28->16]) = 0
getsockname(4, {sa_family=AF_INET, sin_port=htons(40796), sin_addr=inet_addr("127.0.0.1")}, [28->16]) = 0
socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP) = 4
ex1led
(286 rep)
Apr 13, 2021, 10:10 PM
• Last activity: Apr 14, 2021, 11:07 AM
0
votes
1
answers
402
views
how to exit in bash script from ProFTPD via netcat after some copy operations
I am connecting to a proftpd server via netcat nc 10.10.239.150 21 Then I am doing some copy operations like "The mod_copy module implements SITE CPFR and SITE CPTO commands" [![enter image description here][1]][1] After "250 Copy successful" i want to exit this netcat connection and continue with t...
I am connecting to a proftpd server via netcat
nc 10.10.239.150 21
Then I am doing some copy operations like
"The mod_copy module implements SITE CPFR and SITE CPTO commands"
After "250 Copy successful" i want to exit this netcat connection and continue with the bash script.
I already tried following call, with CPFR and CPTO instructions outsourced to a msg.txt file
nc 10.10.115.253 21 < msg.txt
But still I dont know how to exit the netcat proftpd connection after successful proftpd operations.
Several tried EOF instructions are not understood by nc/proftpd:
Only the CTRL C user input does the job, but this should be done automatically.


florian.isopp
(101 rep)
Feb 21, 2021, 10:16 PM
• Last activity: Mar 3, 2021, 06:30 PM
1
votes
3
answers
20361
views
Unable to start proftpd server debian 8
I'm trying to configure an FTP server on debian 8. I'm using the basic conf file of `proftpd`, found [here](http://www.proftpd.org/docs/configs/basic.conf) Now when I try to start the server I get this error: ``` [....] Starting proftpd (via systemctl): proftpd.serviceJob for proftpd.service failed....
I'm trying to configure an FTP server on debian 8. I'm using the basic conf file of
proftpd
, found [here](http://www.proftpd.org/docs/configs/basic.conf)
Now when I try to start the server I get this error:
[....]
Starting proftpd (via systemctl): proftpd.serviceJob for proftpd.service failed. See 'systemctl status proftpd.service' and 'journalctl -xn' for details.
failed!
logs:
juin 04 10:47:52 client1 proftpd: Starting ftp server: proftpd2015-06-04 10:47:52,978 client1 proftpd: fatal: unknown configuration directive 'DisplayF
juin 04 10:47:52 client1 proftpd: failed!
juin 04 10:47:52 client1 systemd: proftpd.service: control process exited, code=exited status=1
juin 04 10:47:52 client1 systemd: Failed to start LSB: Starts ProFTPD daemon.
-- Subject: L'unité (unit) proftpd.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- L'unité (unit) proftpd.service a échoué, avec le résultat failed.
juin 04 10:47:53 client1 systemd: Unit proftpd.service entered failed state.
Any idea about the problem?
HaTiMuX
(305 rep)
Jun 4, 2015, 08:49 AM
• Last activity: Mar 3, 2021, 09:43 AM
1
votes
1
answers
1454
views
Pass traffic from one network interface to another
I have a project where I have 4x RPiZ plugged into a single RPi4. The RPiZs appear as Ethernet over USB devices as network interfaces `ethpi1`, `ethpi2`, `ethpi3`, and `ethpi4` with IP addresses `10.0.11.2`, `10.0.12.2`, `10.0.13.2`, and `10.0.14.2` respectively. The RPi4 is on a network I have acce...
I have a project where I have 4x RPiZ plugged into a single RPi4. The RPiZs appear as Ethernet over USB devices as network interfaces
ethpi1
, ethpi2
, ethpi3
, and ethpi4
with IP addresses 10.0.11.2
, 10.0.12.2
, 10.0.13.2
, and 10.0.14.2
respectively. The RPi4 is on a network I have access to with a known, but not controlled, IP address like 192.168.0.2
or something. I won't have physical access to the device once it is set up. All 5x RPi's have a FTP (proftpd) server, a HTTP (lighttpd) server, and SSH enabled.
I am trying to figure out how to access these servers on the RPiZ's without first SSHing into the RPi4. This involves multiple related questions. If I have a computer on the same ethernet network as the RPi4, how do I direct traffic to/from the RPiZ's?
Rusty
(113 rep)
Jan 21, 2021, 03:55 AM
• Last activity: Jan 21, 2021, 02:12 PM
0
votes
1
answers
3655
views
ssh & ftp time out. Activation of org.freedesktop.systemd1 timed out
I have a relatively old debian server running Jessie 8.11 uname -a Linux debian 3.16.0-6-amd64 #1 SMP Debian 3.16.57-2 (2018-07-14) x86_64 GNU/Linux Recently after restarting my machine I cannot start my GUI. Normally after the machine is booted it goes to the command line prompt. I logined and then...
I have a relatively old debian server running Jessie 8.11
uname -a
Linux debian 3.16.0-6-amd64 #1 SMP Debian 3.16.57-2 (2018-07-14) x86_64 GNU/Linux
Recently after restarting my machine I cannot start my GUI. Normally after the machine is booted it goes to the command line prompt. I logined and then run
startx
but after a long wait it showed an error page and I am back to the command prompt. I check the log file cat /var/log/Xorg.0.log
[603073.109]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[603073.112] X Protocol Version 11, Revision 0
[603073.113] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[603073.114] Current Operating System: Linux debian 3.16.0-6-amd64 #1 SMP Debian 3.16.57-2 (2018-07-14) x86_64
[603073.114] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-amd64 root=UUID=5adf53d2-1fb6-4cf7-a383-76ac90e75a74 ro quiet
[603073.116] Build Date: 14 October 2017 10:41:31AM
[603073.117] xorg-server 2:1.16.4-1+deb8u2 (http://www.debian.org/support)
[603073.118] Current version of pixman: 0.32.6
[603073.120] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[603073.121] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[603073.125] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 3 10:22:31 2019
[603073.144] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[603073.164] (==) No Layout section. Using the first Screen section.
[603073.164] (==) No screen section available. Using defaults.
[603073.164] (**) |-->Screen "Default Screen Section" (0)
[603073.164] (**) | |-->Monitor ""
[603073.165] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[603073.165] (==) Automatically adding devices
[603073.165] (==) Automatically enabling devices
[603073.165] (==) Automatically adding GPU devices
[603073.176] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[603073.176] Entry deleted from font path.
[603073.193] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[603073.193] (==) ModulePath set to "/usr/lib/xorg/modules"
[603073.193] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[603073.194] (II) Loader magic: 0x559cb876bd80
[603073.194] (II) Module ABI versions:
[603073.194] X.Org ANSI C Emulation: 0.4
[603073.194] X.Org Video Driver: 18.0
[603073.194] X.Org XInput driver : 21.0
[603073.194] X.Org Server Extension : 8.0
[603073.194] (II) xfree86: Adding drm device (/dev/dri/card0)
[603073.195] (--) PCI:*(0:0:2:0) 8086:0102:8086:2017 rev 9, Mem @ 0xfe000000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[603073.195] (II) LoadModule: "glx"
[603073.212] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[603073.294] (II) Module glx: vendor="X.Org Foundation"
[603073.294] compiled for 1.16.4, module version = 1.0.0
[603073.294] ABI class: X.Org Server Extension, version 8.0
[603073.295] (==) AIGLX enabled
[603073.295] (==) Matched intel as autoconfigured driver 0
[603073.295] (==) Matched intel as autoconfigured driver 1
[603073.295] (==) Matched modesetting as autoconfigured driver 2
[603073.295] (==) Matched fbdev as autoconfigured driver 3
[603073.295] (==) Matched vesa as autoconfigured driver 4
[603073.295] (==) Assigned the driver to the xf86ConfigLayout
[603073.295] (II) LoadModule: "intel"
[603073.301] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[603073.330] (II) Module intel: vendor="X.Org Foundation"
[603073.330] compiled for 1.15.99.904, module version = 2.21.15
[603073.330] Module class: X.Org Video Driver
[603073.330] ABI class: X.Org Video Driver, version 18.0
[603073.330] (II) LoadModule: "modesetting"
[603073.330] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[603073.343] (II) Module modesetting: vendor="X.Org Foundation"
[603073.343] compiled for 1.16.4, module version = 0.9.0
[603073.343] Module class: X.Org Video Driver
[603073.343] ABI class: X.Org Video Driver, version 18.0
[603073.343] (II) LoadModule: "fbdev"
[603073.344] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[603073.352] (II) Module fbdev: vendor="X.Org Foundation"
[603073.352] compiled for 1.15.99.904, module version = 0.4.4
[603073.352] Module class: X.Org Video Driver
[603073.352] ABI class: X.Org Video Driver, version 18.0
[603073.352] (II) LoadModule: "vesa"
[603073.352] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[603073.360] (II) Module vesa: vendor="X.Org Foundation"
[603073.360] compiled for 1.15.99.904, module version = 2.3.3
[603073.360] Module class: X.Org Video Driver
[603073.360] ABI class: X.Org Video Driver, version 18.0
[603073.360] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[603073.364] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[603073.364] (II) FBDEV: driver for framebuffer: fbdev
[603073.364] (II) VESA: driver for VESA chipsets: vesa
[603073.364] (++) using VT number 1
[603073.364] (--) controlling tty is VT number 1, auto-enabling KeepTty
[603073.370] (WW) Falling back to old probe method for modesetting
[603073.370] (WW) Falling back to old probe method for fbdev
[603073.370] (II) Loading sub module "fbdevhw"
[603073.370] (II) LoadModule: "fbdevhw"
[603073.370] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[603073.371] (II) Module fbdevhw: vendor="X.Org Foundation"
[603073.371] compiled for 1.16.4, module version = 0.0.2
[603073.371] ABI class: X.Org Video Driver, version 18.0
[603073.371] (WW) Falling back to old probe method for vesa
[603073.371] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[603073.371] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[603073.371] (==) intel(0): RGB weight 888
[603073.371] (==) intel(0): Default visual is TrueColor
[603073.371] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2000
[603073.371] (**) intel(0): Relaxed fencing enabled
[603073.371] (**) intel(0): Wait on SwapBuffers? enabled
[603073.371] (**) intel(0): Triple buffering? enabled
[603073.371] (**) intel(0): Framebuffer tiled
[603073.371] (**) intel(0): Pixmaps tiled
[603073.371] (**) intel(0): 3D buffers tiled
[603073.371] (**) intel(0): SwapBuffers wait enabled
[603073.371] (==) intel(0): video overlay key set to 0x101fe
[603073.385] (II) intel(0): Output VGA1 has no monitor section
[603073.398] (II) intel(0): EDID for output VGA1
[603073.398] (II) intel(0): Manufacturer: SNY Model: 2400 Serial#: 16843009
[603073.398] (II) intel(0): Year: 2005 Week: 9
[603073.398] (II) intel(0): EDID Version: 1.3
[603073.398] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[603073.398] (II) intel(0): Sync: Separate Composite
[603073.398] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 27
[603073.398] (II) intel(0): Gamma: 2.20
[603073.398] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[603073.398] (II) intel(0): First detailed timing is preferred mode
[603073.398] (II) intel(0): redX: 0.644 redY: 0.338 greenX: 0.267 greenY: 0.622
[603073.398] (II) intel(0): blueX: 0.140 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
[603073.398] (II) intel(0): Supported established timings:
[603073.398] (II) intel(0): 720x400@70Hz
[603073.398] (II) intel(0): 640x480@60Hz
[603073.398] (II) intel(0): 640x480@72Hz
[603073.398] (II) intel(0): 640x480@75Hz
[603073.398] (II) intel(0): 800x600@60Hz
[603073.398] (II) intel(0): 800x600@72Hz
[603073.398] (II) intel(0): 800x600@75Hz
[603073.398] (II) intel(0): 1024x768@60Hz
[603073.398] (II) intel(0): 1024x768@70Hz
[603073.398] (II) intel(0): 1024x768@75Hz
[603073.398] (II) intel(0): 1280x1024@75Hz
[603073.398] (II) intel(0): Manufacturer's mask: 0
[603073.398] (II) intel(0): Supported standard timings:
[603073.398] (II) intel(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[603073.398] (II) intel(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[603073.398] (II) intel(0): Supported detailed timing:
[603073.398] (II) intel(0): clock: 108.0 MHz Image Size: 338 x 270 mm
[603073.398] (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[603073.398] (II) intel(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
[603073.398] (II) intel(0): Ranges: V min: 48 V max: 75 Hz, H min: 28 H max: 81 kHz, PixClock max 145 MHz
[603073.398] (II) intel(0): Monitor name: SDM-HS75
[603073.398] (II) intel(0): Serial No: 1613329
[603073.398] (II) intel(0): EDID (in hex):
[603073.398] (II) intel(0): 00ffffffffffff004dd9002401010101
[603073.399] (II) intel(0): 090f01030c221b78eae5e5a456449f23
[603073.399] (II) intel(0): 155054adcf0081808140010101010101
[603073.399] (II) intel(0): 010101010101302a009851002a403070
[603073.399] (II) intel(0): 1300520e1100001e000000fd00304b1c
[603073.399] (II) intel(0): 510e000a202020202020000000fc0053
[603073.399] (II) intel(0): 444d2d485337350a20202020000000ff
[603073.399] (II) intel(0): 00313631333332390a202020202000c8
[603073.399] (II) intel(0): Printing probed modes for output VGA1
[603073.399] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[603073.399] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[603073.399] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[603073.399] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[603073.399] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[603073.399] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[603073.399] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[603073.399] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[603073.399] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[603073.399] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[603073.399] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
[603073.399] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[603073.399] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[603073.399] (II) intel(0): Output VGA1 connected
[603073.399] (II) intel(0): Using exact sizes for initial modes
[603073.399] (II) intel(0): Output VGA1 using initial mode 1280x1024
[603073.399] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[603073.399] (II) intel(0): Kernel page flipping support detected, enabling
[603073.399] (==) intel(0): DPI set to (96, 96)
[603073.399] (II) Loading sub module "fb"
[603073.399] (II) LoadModule: "fb"
[603073.399] (II) Loading /usr/lib/xorg/modules/libfb.so
[603073.401] (II) Module fb: vendor="X.Org Foundation"
[603073.401] compiled for 1.16.4, module version = 1.0.0
[603073.401] ABI class: X.Org ANSI C Emulation, version 0.4
[603073.401] (II) Loading sub module "dri2"
[603073.401] (II) LoadModule: "dri2"
[603073.401] (II) Module "dri2" already built-in
[603073.401] (II) UnloadModule: "modesetting"
[603073.401] (II) Unloading modesetting
[603073.401] (II) UnloadModule: "fbdev"
[603073.401] (II) Unloading fbdev
[603073.401] (II) UnloadSubModule: "fbdevhw"
[603073.401] (II) Unloading fbdevhw
[603073.401] (II) UnloadModule: "vesa"
[603073.401] (II) Unloading vesa
[603073.401] (==) Depth 24 pixmap format is 32 bpp
[603073.411] (II) intel(0): [DRI2] Setup complete
[603073.411] (II) intel(0): [DRI2] DRI driver: i965
[603073.411] (II) intel(0): Allocated new frame buffer 1280x1024 stride 5120, tiled
[603073.418] (II) UXA(0): Driver registered support for the following operations:
[603073.418] (II) solid
[603073.418] (II) copy
[603073.418] (II) composite (RENDER acceleration)
[603073.418] (II) put_image
[603073.418] (II) get_image
[603073.418] (==) intel(0): Backing store enabled
[603073.418] (==) intel(0): Silken mouse enabled
[603073.423] (II) intel(0): Initializing HW Cursor
[603073.423] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[603073.423] (==) intel(0): DPMS enabled
[603073.423] (==) intel(0): Intel XvMC decoder enabled
[603073.423] (II) intel(0): Set up textured video
[603073.424] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[603073.424] (II) intel(0): direct rendering: DRI2 Enabled
[603073.424] (==) intel(0): hotplug detection: "enabled"
[603073.436] (--) RandR disabled
[603073.442] (II) SELinux: Disabled on system
[603073.563] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[603073.563] (II) AIGLX: enabled GLX_ARB_create_context
[603073.563] (II) AIGLX: enabled GLX_ARB_create_context_profile
[603073.563] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[603073.563] (II) AIGLX: enabled GLX_INTEL_swap_event
[603073.563] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[603073.563] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[603073.563] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[603073.563] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[603073.563] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[603073.563] (II) AIGLX: Loaded and initialized i965
[603073.563] (II) GLX: Initialized DRI2 GL provider for screen 0
[603073.564] (II) intel(0): Setting screen physical size to 338 x 270
[603073.874] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[603073.874] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[603073.874] (II) LoadModule: "evdev"
[603073.874] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[603073.901] (II) Module evdev: vendor="X.Org Foundation"
[603073.901] compiled for 1.16.0, module version = 2.9.0
[603073.901] Module class: X.Org XInput Driver
[603073.901] ABI class: X.Org XInput driver, version 21.0
[603073.901] (II) Using input driver 'evdev' for 'Power Button'
[603073.901] (**) Power Button: always reports core events
[603073.901] (**) evdev: Power Button: Device: "/dev/input/event3"
[603073.901] (--) evdev: Power Button: Vendor 0 Product 0x1
[603073.901] (--) evdev: Power Button: Found keys
[603073.901] (II) evdev: Power Button: Configuring as keyboard
[603073.901] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event3"
[603073.901] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[603073.901] (**) Option "xkb_rules" "evdev"
[603073.902] (**) Option "xkb_model" "pc105"
[603073.902] (**) Option "xkb_layout" "us"
[603073.902] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[603073.902] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[603073.902] (II) Using input driver 'evdev' for 'Power Button'
[603073.903] (**) Power Button: always reports core events
[603073.903] (**) evdev: Power Button: Device: "/dev/input/event2"
[603073.903] (--) evdev: Power Button: Vendor 0 Product 0x1
[603073.903] (--) evdev: Power Button: Found keys
[603073.903] (II) evdev: Power Button: Configuring as keyboard
[603073.903] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event2"
[603073.903] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[603073.903] (**) Option "xkb_rules" "evdev"
[603073.903] (**) Option "xkb_model" "pc105"
[603073.903] (**) Option "xkb_layout" "us"
[603073.904] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event0)
[603073.904] (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[603073.904] (II) Using input driver 'evdev' for 'PixArt USB Optical Mouse'
[603073.904] (**) PixArt USB Optical Mouse: always reports core events
[603073.904] (**) evdev: PixArt USB Optical Mouse: Device: "/dev/input/event0"
[603073.904] (--) evdev: PixArt USB Optical Mouse: Vendor 0x93a Product 0x2510
[603073.904] (--) evdev: PixArt USB Optical Mouse: Found 3 mouse buttons
[603073.904] (--) evdev: PixArt USB Optical Mouse: Found scroll wheel(s)
[603073.904] (--) evdev: PixArt USB Optical Mouse: Found relative axes
[603073.904] (--) evdev: PixArt USB Optical Mouse: Found x and y relative axes
[603073.904] (II) evdev: PixArt USB Optical Mouse: Configuring as mouse
[603073.904] (II) evdev: PixArt USB Optical Mouse: Adding scrollwheel support
[603073.904] (**) evdev: PixArt USB Optical Mouse: YAxisMapping: buttons 4 and 5
[603073.904] (**) evdev: PixArt USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[603073.904] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:093A:2510.0001/input/input3/event0"
[603073.904] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 8)
[603073.904] (II) evdev: PixArt USB Optical Mouse: initialized for relative axes.
[603073.904] (**) PixArt USB Optical Mouse: (accel) keeping acceleration scheme 1
[603073.904] (**) PixArt USB Optical Mouse: (accel) acceleration profile 0
[603073.904] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[603073.904] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[603073.905] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[603073.905] (II) No input driver specified, ignoring this device.
[603073.905] (II) This device may have been added with another device file.
[603073.905] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event1)
[603073.905] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
[603073.905] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard'
[603073.905] (**) Dell Dell USB Keyboard: always reports core events
[603073.905] (**) evdev: Dell Dell USB Keyboard: Device: "/dev/input/event1"
[603073.905] (--) evdev: Dell Dell USB Keyboard: Vendor 0x413c Product 0x2003
[603073.905] (--) evdev: Dell Dell USB Keyboard: Found keys
[603073.905] (II) evdev: Dell Dell USB Keyboard: Configuring as keyboard
[603073.905] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:413C:2003.0002/input/input4/event1"
[603073.905] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD, id 9)
[603073.905] (**) Option "xkb_rules" "evdev"
[603073.905] (**) Option "xkb_model" "pc105"
[603073.905] (**) Option "xkb_layout" "us"
[603073.906] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[603073.906] (II) No input driver specified, ignoring this device.
[603073.906] (II) This device may have been added with another device file.
[603073.921] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[603073.922] (II) No input driver specified, ignoring this device.
[603073.922] (II) This device may have been added with another device file.
[603073.922] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[603073.922] (II) No input driver specified, ignoring this device.
[603073.922] (II) This device may have been added with another device file.
[603073.923] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)
[603073.923] (II) No input driver specified, ignoring this device.
[603073.923] (II) This device may have been added with another device file.
[603073.923] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[603073.923] (II) No input driver specified, ignoring this device.
[603073.923] (II) This device may have been added with another device file.
[603073.924] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[603073.924] (II) No input driver specified, ignoring this device.
[603073.924] (II) This device may have been added with another device file.
[603073.925] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[603073.925] (II) No input driver specified, ignoring this device.
[603073.925] (II) This device may have been added with another device file.
[603219.328] (II) intel(0): EDID vendor "SNY", prod id 9216
[603219.328] (II) intel(0): Using EDID range info for horizontal sync
[603219.328] (II) intel(0): Using EDID range info for vertical refresh
[603219.328] (II) intel(0): Printing DDC gathered Modelines:
[603219.328] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[603219.328] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[603219.328] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[603219.328] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[603219.328] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[603219.328] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[603219.328] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[603219.328] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[603219.328] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[603219.328] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[603219.328] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[603219.329] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[603219.329] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[603244.567] (II) intel(0): EDID vendor "SNY", prod id 9216
[603244.567] (II) intel(0): Using hsync ranges from config file
[603244.567] (II) intel(0): Using vrefresh ranges from config file
[603244.567] (II) intel(0): Printing DDC gathered Modelines:
[603244.567] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[603244.567] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[603244.567] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[603244.567] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[603244.567] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[603244.567] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[603244.567] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[603244.567] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[603244.567] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[603244.567] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[603244.567] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[603244.567] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[603244.567] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[603276.956] (II) evdev: Dell Dell USB Keyboard: Close
[603276.956] (II) UnloadModule: "evdev"
[603276.956] (II) evdev: PixArt USB Optical Mouse: Close
[603276.956] (II) UnloadModule: "evdev"
[603276.956] (II) evdev: Power Button: Close
[603276.956] (II) UnloadModule: "evdev"
[603276.956] (II) evdev: Power Button: Close
[603276.956] (II) UnloadModule: "evdev"
[603276.990] (EE) Server terminated successfully (0). Closing log file.
The real problem, however, is that from that time on, when I connect to this server using ssh, it takes a very long time (25 seconds).
tail -f auth.log
Oct 3 10:12:05 debian sshd: Accepted password for tempuser from 192.168.1.168 port 56112 ssh2
Oct 3 10:12:05 debian sshd: pam_unix(sshd:session): session opened for user tempuser by (uid=0)
Oct 3 10:12:14 debian systemd-logind: Failed to enable subscription: Activation of org.freedesktop.systemd1 timed out
Oct 3 10:12:14 debian systemd-logind: Failed to fully start up daemon: Connection timed out
Oct 3 10:12:30 debian sshd: pam_systemd(sshd:session): Failed to create session: Activation of org.freedesktop.login1 timed out
Oct 3 10:12:39 debian systemd-logind: Failed to enable subscription: Activation of org.freedesktop.systemd1 timed out
Oct 3 10:12:39 debian systemd-logind: Failed to fully start up daemon: Connection timed out
And when I connect using FTP, it waited so long that FileZilla eventually timeout and I cannot connect at all.
tail -f auth.log
Oct 3 10:13:55 debian proftpd: pam_unix(proftpd:session): session opened for user tempuser by (uid=0)
Oct 3 10:14:19 debian systemd-logind: Failed to enable subscription: Connection timed out
Oct 3 10:14:19 debian systemd-logind: Failed to fully start up daemon: Connection timed out
Oct 3 10:14:20 debian proftpd: pam_systemd(proftpd:session): Failed to create session: Activation of org.freedesktop.login1 timed out
Oct 3 10:14:20 debian proftpd: pam_unix(proftpd:session): session opened for user tempuser by (uid=0)
Oct 3 10:14:44 debian systemd-logind: Failed to enable subscription: Activation of org.freedesktop.systemd1 timed out
Oct 3 10:14:44 debian systemd-logind: Failed to fully start up daemon: Connection timed out
Oct 3 10:14:45 debian proftpd: pam_systemd(proftpd:session): Failed to create session: Activation of org.freedesktop.login1 timed out
Oct 3 10:14:45 debian proftpd: pam_unix(proftpd:session): session closed for user tempuser
I tried as I read from other posts to do the following
sudo systemctl restart systemd-logind
Job for systemd-logind.service failed. See 'systemctl status systemd-logind.service' and 'journalctl -xn' for details.
I suspect org.freedesktop.login1
has something to do with the fact that I cannot load a GUI? Is there anyway to fix this?
albertma789
(343 rep)
Oct 3, 2019, 03:07 AM
• Last activity: Jan 17, 2021, 02:03 PM
0
votes
1
answers
114
views
Weird ProFTPd and mod_sql string escaping
I am using/trying to use ProFTPd with users in SQL and using stock sql configuration. I currently have a problem with weird string escaping, but ONLY for INSERT into the "tally" table, not for SELECT. My conf is SQLNamedQuery get-quota-tally SELECT "name,quota_type,bytes_in_used,bytes_out_used,bytes...
I am using/trying to use ProFTPd with users in SQL and using stock sql configuration.
I currently have a problem with weird string escaping, but ONLY for INSERT into the "tally" table, not for SELECT.
My conf is
SQLNamedQuery get-quota-tally SELECT "name,quota_type,bytes_in_used,bytes_out_used,bytes_xfer_used,files_in_used,files_out_used,files_xfer_used FROM ftp_quota_tally WHERE name = '%{0}' AND quota_type = '%{1}'"
SQLNamedQuery insert-quota-tally FREEFORM "INSERT INTO ftp_quota_tally (name,quota_type,bytes_in_used,bytes_out_used,bytes_xfer_used,files_in_used,files_out_used,files_xfer_used) VALUES (%{0}, %{1}, %{2}, %{3}, %{4}, %{5}, %{6}, %{7})"
The sql query log shows this for the SELECT:
2020-09-15 03:53:37,317 mod_sql/4.5: query "SELECT name,quota_type,bytes_in_used,bytes_out_used,bytes_xfer_used,files_in_used,files_out_used,files_xfer_used FROM ftp_quota_tally WHERE name = 'USERNAME_HERE' AND quota_type = 'user'"
which is ok, but it shows
2020-09-15 03:53:37,321 mod_sql/4.5: query "INSERT INTO ftp_quota_tally (name,quota_type,bytes_in_used,bytes_out_used,bytes_xfer_used,files_in_used,files_out_used,files_xfer_used) VALUES (\'USERNAME_HERE\', \'user\', 0.000000, 0.000000, 0.000000, 0, 0, 0)"
ProFTPd escapes the ${0} and ${1} with
\'
.
NOTE:
(1) I already tried to use this sql query
SQLNamedQuery insert-quota-tally FREEFORM "INSERT INTO ftp_quota_tally (name,quota_type,bytes_in_used,bytes_out_used,bytes_xfer_used,files_in_used,files_out_used,files_xfer_used) VALUES ('%{0}', '%{1}', %{2}, %{3}, %{4}, %{5}, %{6}, %{7})"
which leads to more escaping
2020-09-15 04:15:58,490 mod_sql/4.5: query "INSERT INTO ftp_quota_tally (name,quota_type,bytes_in_used,bytes_out_used,bytes_xfer_used,files_in_used,files_out_used,files_xfer_used) VALUES ('\'USERNAME_HERE\'', '\'user\'', 0.000000, 0.000000, 0.000000, 0, 0, 0)"
(2) I also tried the non-FREEFORM way
INSERT "%{0}, %{1}, %{2}, %{3}, %{4}, %{5}, %{6}, %{7}" ftp_quota_tally
which leads also to the same weird escaping as in my FREEFORM-way.
Any ideas?
Schubi Duah
(153 rep)
Sep 15, 2020, 02:17 AM
• Last activity: Nov 3, 2020, 03:16 PM
1
votes
1
answers
1506
views
sftp failed to connect when FIPS is enabled
Proftpd(1.3.5e and OS is CentOS 7) is configured to use sftp. When the FIPS is disabled sftp connects but when FIPS is enabled sftp is failed to connect to host. it throws the below error: Already Connected to devise using ssh, now trying to connect with sftp. Error message : [root@vcn-reg root]# sf...
Proftpd(1.3.5e and OS is CentOS 7) is configured to use sftp. When the FIPS is disabled sftp connects but when FIPS is enabled sftp is failed to connect to host. it throws the below error:
Already Connected to devise using ssh, now trying to connect with sftp.
Error message :
[root@vcn-reg root]# sftp admin@10.10.10.10
FIPS mode initialized
Bad packet length 3851529695.
Authentication failed.
Couldn't read packet: Connection reset by peer
FIPS is enabled successfully, configurations didnt included any non-FIPS algo's.
To debug this further , i ran ‘strace proftpd --config /etc/proftpd.conf -d 10 -n’ and collected the output. i could see the following error:
> proftpd 127.0.0.1 (10.10.10.10[10.10.10.10]): ******mod_sftp/0.9.9: ****scrubbing 1 passphrase from memory (suspecting something going wrong here)**********
>2020-04-20 01:10:36,535 vcn-reg proftpd 127.0.0.1 (10.10.10.10[10.10.10.10]): SSH2 session closed.
This seems some problem in encryption/decryption of keys and something to do with passphrase. FIPS non-compliant algo's are not included but surprised to see this error.Looking forward for your suggestions/advise.
Vishwas
(33 rep)
Apr 29, 2020, 09:33 AM
• Last activity: Jun 25, 2020, 04:14 AM
1
votes
0
answers
108
views
File permissions while sending the file from one Linux host to another host
One of the source servers is sending the files to destination servers using lftp. The umask setting in the destination host is `007`(in `proftpd.conf file`), so the files landing in the destination servers should be `660(007-666)`, but the permissions are varying. What could be the factors contribut...
One of the source servers is sending the files to destination servers using lftp. The umask setting in the destination host is
007
(in proftpd.conf file
), so the files landing in the destination servers should be 660(007-666)
, but the permissions are varying.
What could be the factors contributing to the permissions of the files while transferring from one host to another using lftp?
A.K
(55 rep)
Mar 27, 2020, 04:22 AM
0
votes
1
answers
169
views
Linux - Jail users into their directories
I want to jail users to their directory in `/home` I tried to use `vsftpd` with settings: ``` local_enable=YES chroot_local_user=YES ``` But it doesnt work properly. Users still have access to directories upper own folder. Then i tried to use `proftpd` with setting: ``` DefaultRoot ~ ``` But it does...
I want to jail users to their directory in
/home
I tried to use vsftpd
with settings:
local_enable=YES
chroot_local_user=YES
But it doesnt work properly. Users still have access to directories upper own folder.
Then i tried to use proftpd
with setting:
DefaultRoot ~
But it doesnt still jail.
Restarted services, also tried to restart server. But both are not jail users.
wmdark
(1 rep)
Feb 27, 2020, 09:52 PM
• Last activity: Mar 1, 2020, 10:22 PM
3
votes
1
answers
1778
views
error: getrlimit(RLIMIT_CORE): Operation not permitted. Proftpd on Embbeded Linux enviorment
I've been trying to use proftpd on Arm7 Embedded linux. After starting the execution, it delivers this message: error: getrlimit(RLIMIT_CORE): Operation not permitted The Proftpf version is 1.3.4b. Any clue about whatever could cause getrlimit fail? Thank you very much.
I've been trying to use proftpd on Arm7 Embedded linux.
After starting the execution, it delivers this message:
error: getrlimit(RLIMIT_CORE): Operation not permitted
The Proftpf version is 1.3.4b. Any clue about whatever could cause getrlimit fail?
Thank you very much.
DBeltran
(31 rep)
Sep 26, 2014, 08:57 AM
• Last activity: Dec 26, 2019, 09:35 PM
-1
votes
2
answers
1546
views
winSCP cannot access proFTPd via FTP or SFTP
I want to setup SFTP on my debian server to upload some files via winSCP. I had FTP working already but I find it hard to get SFTP working. I have followed this guide: [Setup SFTP in ProFTPd][1] (eccept changing dsa to ecdsa) I am trying to connect to SFTP with the following settings via winSCP: ser...
I want to setup SFTP on my debian server to upload some files via winSCP.
I had FTP working already but I find it hard to get SFTP working.
I have followed this guide: Setup SFTP in ProFTPd (eccept changing dsa to ecdsa)
I am trying to connect to SFTP with the following settings via winSCP:
servername: 192.168.2.126
portnumber: 2222
protocol: SFTP
username: *******
password: *******
But that returns: **Disconnected: No supported authentication methods available (server sent: publickey)**
The Sessionlog of winSCP:
. 2019-08-03 19:20:21.682 --------------------------------------------------------------------------
. 2019-08-03 19:20:21.684 WinSCP Version 5.15.3 (Build 9730) (OS 10.0.17134 - Windows 10 Enterprise)
. 2019-08-03 19:20:21.684 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-08-03 19:20:21.685 Log level: Debug 2
. 2019-08-03 19:20:21.685 Local account: STEPHAN\Stephan H. Böhm
. 2019-08-03 19:20:21.685 Working directory: C:\Program Files (x86)\WinSCP
. 2019-08-03 19:20:21.685 Process ID: 7760
. 2019-08-03 19:20:21.688 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe"
. 2019-08-03 19:20:21.688 Time zone: Current: GMT+2, Standard: GMT+1 (Mitteleuropäische Zeit), DST: GMT+2 (Mitteleuropäische Sommerzeit), DST Start: 31.03.2019, DST End: 27.10.2019
. 2019-08-03 19:20:21.689 Login time: Samstag, 3. August 2019 19:20:21
. 2019-08-03 19:20:21.690 --------------------------------------------------------------------------
. 2019-08-03 19:20:21.690 Session name: dietpi@192.168.2.126 (Ad-Hoc site)
. 2019-08-03 19:20:21.690 Host name: 192.168.2.126 (Port: 2222)
. 2019-08-03 19:20:21.691 User name: dietpi (Password: Yes, Key file: No, Passphrase: No)
. 2019-08-03 19:20:21.691 Tunnel: No
. 2019-08-03 19:20:21.691 Transfer Protocol: SFTP (SCP)
. 2019-08-03 19:20:21.691 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2019-08-03 19:20:21.691 Disable Nagle: No
. 2019-08-03 19:20:21.691 Proxy: None
. 2019-08-03 19:20:21.691 Send buffer: 262144
. 2019-08-03 19:20:21.691 SSH protocol version: 2; Compression: No
. 2019-08-03 19:20:21.691 Bypass authentication: No
. 2019-08-03 19:20:21.691 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: Yes
. 2019-08-03 19:20:21.691 GSSAPI: Forwarding: No; Libs: gssapi32,sspi,custom; Custom:
. 2019-08-03 19:20:21.691 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-08-03 19:20:21.691 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2019-08-03 19:20:21.693 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2019-08-03 19:20:21.693 Simple channel: Yes
. 2019-08-03 19:20:21.693 Return code variable: Autodetect; Lookup user groups: Auto
. 2019-08-03 19:20:21.693 Shell: default
. 2019-08-03 19:20:21.693 EOL: LF, UTF: Auto
. 2019-08-03 19:20:21.693 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2019-08-03 19:20:21.693 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No; Exit code 1 is error: No
. 2019-08-03 19:20:21.693 SFTP Bugs: Auto,Auto
. 2019-08-03 19:20:21.693 SFTP Server: default
. 2019-08-03 19:20:21.693 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-08-03 19:20:21.693 Cache directory changes: Yes, Permanent: Yes
. 2019-08-03 19:20:21.693 Recycle bin: Delete to: No, Overwritten to: No, Bin path:
. 2019-08-03 19:20:21.693 DST mode: Unix
. 2019-08-03 19:20:21.693 --------------------------------------------------------------------------
. 2019-08-03 19:20:21.781 Looking up host "192.168.2.126" for SSH connection
. 2019-08-03 19:20:21.781 Connecting to 192.168.2.126 port 2222
. 2019-08-03 19:20:21.789 Selecting events 63 for socket 3728
. 2019-08-03 19:20:21.789 We claim version: SSH-2.0-WinSCP_release_5.15.3
. 2019-08-03 19:20:21.822 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:21.822 Looking for incoming data
. 2019-08-03 19:20:21.822 Looking for network events
. 2019-08-03 19:20:21.822 Detected network event
. 2019-08-03 19:20:21.822 Enumerating network events for socket 3728
. 2019-08-03 19:20:21.822 Enumerated 18 network events making 18 cumulative events for socket 3728
. 2019-08-03 19:20:21.822 Handling network write event on socket 3728 with error 0
. 2019-08-03 19:20:21.822 Handling network connect event on socket 3728 with error 0
. 2019-08-03 19:20:21.822 Looking for network events
. 2019-08-03 19:20:21.871 Detected network event
. 2019-08-03 19:20:21.872 Enumerating network events for socket 3728
. 2019-08-03 19:20:21.872 Enumerated 1 network events making 1 cumulative events for socket 3728
. 2019-08-03 19:20:21.872 Handling network read event on socket 3728 with error 0
. 2019-08-03 19:20:21.872 Server version: SSH-2.0-mod_sftp/0.9.9
. 2019-08-03 19:20:21.873 Using SSH protocol version 2
. 2019-08-03 19:20:21.873 Have a known host key of type ecdsa-sha2-nistp256
. 2019-08-03 19:20:21.874 Have a known host key of type rsa2
. 2019-08-03 19:20:21.875 Have a known host key of type rsa2
. 2019-08-03 19:20:21.875 Doing ECDH key exchange with curve nistp256 and hash SHA-256
. 2019-08-03 19:20:21.921 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:21.921 Looking for incoming data
. 2019-08-03 19:20:21.921 Looking for network events
. 2019-08-03 19:20:21.968 Detected network event
. 2019-08-03 19:20:21.968 Enumerating network events for socket 3728
. 2019-08-03 19:20:21.968 Enumerated 1 network events making 1 cumulative events for socket 3728
. 2019-08-03 19:20:21.968 Handling network read event on socket 3728 with error 0
. 2019-08-03 19:20:22.058 Host key fingerprint is:
. 2019-08-03 19:20:22.058 ecdsa-sha2-nistp256 256 92:32:84:6a:da:c8:ca:41:a9:43:47:9a:c1:aa:3e:70 TraRD9wF8y7Qbv2aWBP0tJgahSe3OaXOm+RgKjAYO8s=
. 2019-08-03 19:20:22.058 Verifying host key ecdsa-sha2-nistp256 nistp256,0x7b3db8ee475752f3 30e2a519e842240d bd084f28725025c3 a1fcc1412a08f7a9 ,0x14096caedea4f126 13ab45ebbdbe33e6 79d862e8c9575dc1 88fe2e863d4687eb with fingerprints ecdsa-sha2-nistp256 256 92:32:84:6a:da:c8:ca:41:a9:43:47:9a:c1:aa:3e:70 TraRD9wF8y7Qbv2aWBP0tJgahSe3OaXOm+RgKjAYO8s=
. 2019-08-03 19:20:22.080 Host key matches cached key
. 2019-08-03 19:20:22.080 Selecting events 63 for socket 3728
. 2019-08-03 19:20:22.082 Initialised AES-256 SDCTR client->server encryption
. 2019-08-03 19:20:22.082 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2019-08-03 19:20:22.082 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:22.082 Looking for incoming data
. 2019-08-03 19:20:22.082 Looking for network events
. 2019-08-03 19:20:22.082 Detected network event
. 2019-08-03 19:20:22.082 Enumerating network events for socket 3728
. 2019-08-03 19:20:22.082 Enumerated 1 network events making 1 cumulative events for socket 3728
. 2019-08-03 19:20:22.082 Handling network read event on socket 3728 with error 0
. 2019-08-03 19:20:22.082 Initialised AES-256 SDCTR server->client encryption
. 2019-08-03 19:20:22.082 Initialised HMAC-SHA-256 server->client MAC algorithm
. 2019-08-03 19:20:22.082 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:22.082 Looking for incoming data
. 2019-08-03 19:20:22.082 Looking for network events
. 2019-08-03 19:20:22.136 Detected network event
. 2019-08-03 19:20:22.136 Enumerating network events for socket 3728
. 2019-08-03 19:20:22.136 Enumerated 1 network events making 1 cumulative events for socket 3728
. 2019-08-03 19:20:22.136 Handling network read event on socket 3728 with error 0
! 2019-08-03 19:20:22.137 Using username "dietpi".
. 2019-08-03 19:20:22.160 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:22.160 Looking for incoming data
. 2019-08-03 19:20:22.160 Looking for network events
. 2019-08-03 19:20:22.171 Detected network event
. 2019-08-03 19:20:22.171 Enumerating network events for socket 3728
. 2019-08-03 19:20:22.171 Enumerated 1 network events making 1 cumulative events for socket 3728
. 2019-08-03 19:20:22.171 Handling network read event on socket 3728 with error 0
. 2019-08-03 19:20:22.171 Server offered these authentication methods: publickey
. 2019-08-03 19:20:22.172 Selecting events 0 for socket 3728
. 2019-08-03 19:20:22.172 Disconnected: No supported authentication methods available (server sent: publickey)
* 2019-08-03 19:20:22.217 (EFatal) Disconnected: No supported authentication methods available (server sent: publickey)
* 2019-08-03 19:20:22.217 Anmeldungsprotokoll (Siehe Sitzungsprotokoll für Details):
* 2019-08-03 19:20:22.217 Verwende Benutzername "dietpi".
* 2019-08-03 19:20:22.217
* 2019-08-03 19:20:22.217 Anmeldung fehlgeschlagen.
. 2019-08-03 19:20:31.371 --------------------------------------------------------------------------
. 2019-08-03 19:20:31.373 WinSCP Version 5.15.3 (Build 9730) (OS 10.0.17134 - Windows 10 Enterprise)
. 2019-08-03 19:20:31.373 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-08-03 19:20:31.374 Log level: Debug 2
. 2019-08-03 19:20:31.374 Local account: STEPHAN\Stephan H. Böhm
. 2019-08-03 19:20:31.374 Working directory: C:\Program Files (x86)\WinSCP
. 2019-08-03 19:20:31.375 Process ID: 7760
. 2019-08-03 19:20:31.378 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe"
. 2019-08-03 19:20:31.378 Time zone: Current: GMT+2, Standard: GMT+1 (Mitteleuropäische Zeit), DST: GMT+2 (Mitteleuropäische Sommerzeit), DST Start: 31.03.2019, DST End: 27.10.2019
. 2019-08-03 19:20:31.379 Login time: Samstag, 3. August 2019 19:20:31
. 2019-08-03 19:20:31.379 --------------------------------------------------------------------------
. 2019-08-03 19:20:31.379 Session name: dietpi@192.168.2.126 (Ad-Hoc site)
. 2019-08-03 19:20:31.380 Host name: 192.168.2.126 (Port: 2222)
. 2019-08-03 19:20:31.380 User name: dietpi (Password: Yes, Key file: No, Passphrase: No)
. 2019-08-03 19:20:31.380 Tunnel: No
. 2019-08-03 19:20:31.380 Transfer Protocol: SFTP (SCP)
. 2019-08-03 19:20:31.381 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2019-08-03 19:20:31.381 Disable Nagle: No
. 2019-08-03 19:20:31.381 Proxy: None
. 2019-08-03 19:20:31.381 Send buffer: 262144
. 2019-08-03 19:20:31.381 SSH protocol version: 2; Compression: No
. 2019-08-03 19:20:31.381 Bypass authentication: No
. 2019-08-03 19:20:31.381 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: Yes
. 2019-08-03 19:20:31.382 GSSAPI: Forwarding: No; Libs: gssapi32,sspi,custom; Custom:
. 2019-08-03 19:20:31.382 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-08-03 19:20:31.382 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2019-08-03 19:20:31.382 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2019-08-03 19:20:31.382 Simple channel: Yes
. 2019-08-03 19:20:31.383 Return code variable: Autodetect; Lookup user groups: Auto
. 2019-08-03 19:20:31.383 Shell: default
. 2019-08-03 19:20:31.383 EOL: LF, UTF: Auto
. 2019-08-03 19:20:31.383 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2019-08-03 19:20:31.383 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No; Exit code 1 is error: No
. 2019-08-03 19:20:31.383 SFTP Bugs: Auto,Auto
. 2019-08-03 19:20:31.383 SFTP Server: default
. 2019-08-03 19:20:31.384 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-08-03 19:20:31.384 Cache directory changes: Yes, Permanent: Yes
. 2019-08-03 19:20:31.384 Recycle bin: Delete to: No, Overwritten to: No, Bin path:
. 2019-08-03 19:20:31.384 DST mode: Unix
. 2019-08-03 19:20:31.384 --------------------------------------------------------------------------
. 2019-08-03 19:20:31.479 Looking up host "192.168.2.126" for SSH connection
. 2019-08-03 19:20:31.480 Connecting to 192.168.2.126 port 2222
. 2019-08-03 19:20:31.487 Selecting events 63 for socket 3784
. 2019-08-03 19:20:31.488 We claim version: SSH-2.0-WinSCP_release_5.15.3
. 2019-08-03 19:20:31.521 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:31.521 Looking for incoming data
. 2019-08-03 19:20:31.521 Looking for network events
. 2019-08-03 19:20:31.521 Detected network event
. 2019-08-03 19:20:31.521 Enumerating network events for socket 3784
. 2019-08-03 19:20:31.521 Enumerated 18 network events making 18 cumulative events for socket 3784
. 2019-08-03 19:20:31.521 Handling network write event on socket 3784 with error 0
. 2019-08-03 19:20:31.521 Handling network connect event on socket 3784 with error 0
. 2019-08-03 19:20:31.523 Looking for network events
. 2019-08-03 19:20:31.569 Detected network event
. 2019-08-03 19:20:31.569 Enumerating network events for socket 3784
. 2019-08-03 19:20:31.569 Enumerated 1 network events making 1 cumulative events for socket 3784
. 2019-08-03 19:20:31.569 Handling network read event on socket 3784 with error 0
. 2019-08-03 19:20:31.570 Server version: SSH-2.0-mod_sftp/0.9.9
. 2019-08-03 19:20:31.570 Using SSH protocol version 2
. 2019-08-03 19:20:31.571 Have a known host key of type ecdsa-sha2-nistp256
. 2019-08-03 19:20:31.572 Have a known host key of type rsa2
. 2019-08-03 19:20:31.573 Have a known host key of type rsa2
. 2019-08-03 19:20:31.573 Doing ECDH key exchange with curve nistp256 and hash SHA-256
. 2019-08-03 19:20:31.618 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:31.618 Looking for incoming data
. 2019-08-03 19:20:31.618 Looking for network events
. 2019-08-03 19:20:31.666 Detected network event
. 2019-08-03 19:20:31.666 Enumerating network events for socket 3784
. 2019-08-03 19:20:31.666 Enumerated 1 network events making 1 cumulative events for socket 3784
. 2019-08-03 19:20:31.666 Handling network read event on socket 3784 with error 0
. 2019-08-03 19:20:31.745 Host key fingerprint is:
. 2019-08-03 19:20:31.745 ecdsa-sha2-nistp256 256 92:32:84:6a:da:c8:ca:41:a9:43:47:9a:c1:aa:3e:70 TraRD9wF8y7Qbv2aWBP0tJgahSe3OaXOm+RgKjAYO8s=
. 2019-08-03 19:20:31.745 Verifying host key ecdsa-sha2-nistp256 nistp256,0x7b3db8ee475752f3 30e2a519e842240d bd084f28725025c3 a1fcc1412a08f7a9 ,0x14096caedea4f126 13ab45ebbdbe33e6 79d862e8c9575dc1 88fe2e863d4687eb with fingerprints ecdsa-sha2-nistp256 256 92:32:84:6a:da:c8:ca:41:a9:43:47:9a:c1:aa:3e:70 TraRD9wF8y7Qbv2aWBP0tJgahSe3OaXOm+RgKjAYO8s=
. 2019-08-03 19:20:31.786 Host key matches cached key
. 2019-08-03 19:20:31.787 Selecting events 63 for socket 3784
. 2019-08-03 19:20:31.790 Initialised AES-256 SDCTR client->server encryption
. 2019-08-03 19:20:31.790 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2019-08-03 19:20:31.790 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:31.790 Looking for incoming data
. 2019-08-03 19:20:31.790 Looking for network events
. 2019-08-03 19:20:31.790 Detected network event
. 2019-08-03 19:20:31.790 Enumerating network events for socket 3784
. 2019-08-03 19:20:31.790 Enumerated 1 network events making 1 cumulative events for socket 3784
. 2019-08-03 19:20:31.790 Handling network read event on socket 3784 with error 0
. 2019-08-03 19:20:31.790 Initialised AES-256 SDCTR server->client encryption
. 2019-08-03 19:20:31.790 Initialised HMAC-SHA-256 server->client MAC algorithm
. 2019-08-03 19:20:31.790 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:31.790 Looking for incoming data
. 2019-08-03 19:20:31.791 Looking for network events
. 2019-08-03 19:20:31.878 Detected network event
. 2019-08-03 19:20:31.878 Enumerating network events for socket 3784
. 2019-08-03 19:20:31.878 Enumerated 1 network events making 1 cumulative events for socket 3784
. 2019-08-03 19:20:31.878 Handling network read event on socket 3784 with error 0
! 2019-08-03 19:20:31.879 Using username "dietpi".
. 2019-08-03 19:20:31.908 Waiting for the server to continue with the initialization
. 2019-08-03 19:20:31.908 Looking for incoming data
. 2019-08-03 19:20:31.908 Looking for network events
. 2019-08-03 19:20:31.919 Detected network event
. 2019-08-03 19:20:31.919 Enumerating network events for socket 3784
. 2019-08-03 19:20:31.920 Enumerated 1 network events making 1 cumulative events for socket 3784
. 2019-08-03 19:20:31.920 Handling network read event on socket 3784 with error 0
. 2019-08-03 19:20:31.920 Server offered these authentication methods: publickey
. 2019-08-03 19:20:31.921 Selecting events 0 for socket 3784
. 2019-08-03 19:20:31.921 Disconnected: No supported authentication methods available (server sent: publickey)
* 2019-08-03 19:20:31.972 (EFatal) Disconnected: No supported authentication methods available (server sent: publickey)
* 2019-08-03 19:20:31.973 Anmeldungsprotokoll (Siehe Sitzungsprotokoll für Details):
* 2019-08-03 19:20:31.973 Verwende Benutzername "dietpi".
* 2019-08-03 19:20:31.973
* 2019-08-03 19:20:31.973 Anmeldung fehlgeschlagen.
Maybe also because I dont know where I get that private key from that they want me to add to winscp/fileZilla.
cat /etc/proftpd/proftpd.conf
gives me:
# D I E T - P I
# File Location
# /etc/proftpd/proftpd.conf
# Includes DSO modules
Include /etc/proftpd/modules.conf
# Set off to disable IPv6 support which is problematic on IPv4 only boxes.
UseIPv6 on
# If set on you can experience a longer connection delay in many cases.
IdentLookups off
ServerName "192.168.2.126"
ServerType standalone
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 120
TimeoutStalled 120
TimeoutIdle 240
DisplayLogin welcome.msg
DisplayChdir .message true
ListOptions "-l"
DenyFilter \*.*/
DefaultRoot /mnt/backup_hdd/stephan_backup
Port 21
MaxInstances 8
RootLogin off
User dietpi
Group dietpi
Umask 022 022
AllowOverwrite on
TransferLog /var/log/proftpd/xferlog
SystemLog /var/log/proftpd/proftpd.log
# to stop logging wtmp /var/log/wtmp: No such file or directory -Gordon Williams change
WtmpLog off
#UseLastlog on
QuotaEngine off
Ratios off
DelayEngine on
ControlsEngine off
ControlsMaxClients 2
ControlsLog /var/log/proftpd/controls.log
ControlsInterval 5
ControlsSocket /var/run/proftpd/proftpd.sock
AdminControlsEngine off
#Include /etc/proftpd/tls.conf
# Include other custom configuration files
Include /etc/proftpd/conf.d/
cat /etc/proftpd/conf.d/sftp.conf
gives me
SFTPEngine on
Port 2222
SFTPLog /var/log/proftpd/sftp.log
# Configure both the RSA and DSA host keys, using the same host key
# files that OpenSSH uses.
SFTPHostKey /etc/ssh/ssh_host_rsa_key
SFTPHostKey /etc/ssh/ssh_host_ecdsa_key
SFTPAuthMethods publickey
SFTPAuthorizedUserKeys file:/etc/proftpd/authorized_keys/%u
# Enable compression
SFTPCompression delayed
and
cat /etc/ssh/sshd_config
gives me:
# $OpenBSD: sshd_config,v 1.100 2016/08/15 12:32:04 naddy Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options override the
# default value.
Port 1234
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_ecdsa_key
#HostKey /etc/ssh/ssh_host_ed25519_key
# Ciphers and keying
#RekeyLimit default none
# Logging
#SyslogFacility AUTH
#LogLevel INFO
# Authentication:
#LoginGraceTime 2m
PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
#PubkeyAuthentication yes
# Expect .ssh/authorized_keys2 to be disregarded by default in future.
#AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2
#AuthorizedPrincipalsFile none
#AuthorizedKeysCommand none
#AuthorizedKeysCommandUser nobody
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes
# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no
# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
#KerberosGetAFSToken no
# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes
#GSSAPIStrictAcceptorCheck yes
#GSSAPIKeyExchange no
# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication. Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
UsePAM yes
#AllowAgentForwarding yes
#AllowTcpForwarding yes
#GatewayPorts no
X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PermitTTY yes
PrintMotd no
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation sandbox
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
#UseDNS no
#PidFile /var/run/sshd.pid
#MaxStartups 10:30:100
#PermitTunnel no
#ChrootDirectory none
#VersionAddendum none
# no default banner path
#Banner none
# Allow client to pass locale environment variables
AcceptEnv LANG LC_*
# override default of no subsystems
#Subsystem sftp /usr/lib/openssh/sftp-server
# Example of overriding settings on a per-user basis
#Match User anoncvs
# X11Forwarding no
# AllowTcpForwarding no
# PermitTTY no
# ForceCommand cvs server
Can anyone help me with that?
Many thanks in advance!
B. Preiss
(11 rep)
Aug 3, 2019, 03:27 PM
• Last activity: Aug 3, 2019, 06:58 PM
-1
votes
1
answers
7807
views
Debian, ftp user with access to /var/www
I want to have ftp user who have only access to `/var/www` and work on all of files, but the problems arise when I give permission to `/var/www`, exactly `chown`. I try with `chgrp` but then I cannot edit files. I hope that you see my problem, so can I please you to give me some advice how to solve...
I want to have ftp user who have only access to
/var/www
and work on all of files, but the problems arise when I give permission to /var/www
, exactly chown
. I try with chgrp
but then I cannot edit files. I hope that you see my problem, so can I please you to give me some advice how to solve my problem or give me other solution.
I am using apache2
, php5
, mysql
and proftpd
.
michał matysek
(1 rep)
May 9, 2016, 08:57 AM
• Last activity: Jul 4, 2019, 09:09 AM
1
votes
1
answers
388
views
Unable to install proftp or pureftp on centos 6 (typical instructions don't work)
I am having difficulty installing [proftp][1] or [pureftp][2] on centos 6. I have followed the [typical instructions][3] ([alternatively][4]) which go like this # Add EPL repository rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # Install yum install proftpd # Al...
I am having difficulty installing proftp or pureftp on centos 6. I have followed the typical instructions (alternatively ) which go like this
# Add EPL repository
rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# Install
yum install proftpd
# Alternatively
yum install pure-ftpd
The result is the same
Loaded plugins: auto-update-debuginfo, fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.mirroring.pulsant.co.uk
* extras: mirrors.clouvider.net
* updates: centos.mirroring.pulsant.co.uk
No package proftpd available.
Error: Nothing to do
Or as the case may be
No package pure-ftpd available.
Olumide
(177 rep)
Jul 3, 2019, 12:33 PM
• Last activity: Jul 3, 2019, 12:50 PM
2
votes
0
answers
571
views
Proftpd Problem user account
I have problems with one proftpd server. I use two authentication methods, anonymous and user authentication at the same time. I modified the proftpd.conf to authenticate against the /etc/proftpd/passwd file, but this police prevent authenticate anonymous users, even I set this directive in my proft...
I have problems with one proftpd server. I use two authentication methods, anonymous and user authentication at the same time.
I modified the proftpd.conf to authenticate against the /etc/proftpd/passwd file, but this police prevent authenticate anonymous users, even I set this directive in my proftpd.conf
Please forgive my english, it´s not my native language
What I want is simple, user authentication and anonymous users at the same time
Here's what I've tried:
# /etc/proftpd/proftpd.conf
UseIPv6 off
IdentLookups off
UseReverseDNS off
ServerName "college"
ServerType standalone
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
#TimeoutNoTransfer 600
#TimeoutStalled 600
#TimeoutIdle 1200
TimeoutNoTransfer 100
TimeoutStalled 50
TimeoutIdle 200
DisplayLogin welcome.msg
DisplayChdir .message true
ListOptions "-l"
DenyFilter \*.*/
RequireValidShell off
Port 21
PassivePorts 40000 50000
AuthOrder mod_auth_file.c
AuthUserFile /etc/proftpd/passwd
AuthGroupFile /etc/proftpd/group
# DynMasqRefresh 28800
MaxInstances 30
User proftpd
Group nogroup
Umask 022 022
AllowOverwrite off
TransferLog /var/log/proftpd/xferlog
SystemLog /var/log/proftpd/proftpd.log
QuotaEngine off
Ratios off
DelayEngine on
ControlsEngine off
ControlsMaxClients 20
ControlsLog /var/log/proftpd/controls.log
ControlsInterval 5
ControlsSocket /var/run/proftpd/proftpd.sock
AdminControlsEngine off
Include /etc/proftpd/conf.d/
DefaultRoot /home/college/ftp
User ftp
Group nogroup
UserAlias anonymous ftp
RequireValidShell off
MaxClients 50
AllowAll
DenyAll
AllowAll
brito9112
(27 rep)
Oct 6, 2016, 04:44 PM
• Last activity: Apr 16, 2019, 10:25 PM
5
votes
3
answers
451
views
Limit FTP connections by area
Is there any (simple) way to deny FTP connections based on the general physical location? I plan to use FTP as a simple cloud storage for me and my friends. I use an odroid c2 (similar to raspberry pi but uses arm64 architecture) running Debian 8 with proftpd and ufw as my firewall. Ftp server runs...
Is there any (simple) way to deny FTP connections based on the general physical location? I plan to use FTP as a simple cloud storage for me and my friends. I use an odroid c2 (similar to raspberry pi but uses arm64 architecture) running Debian 8 with proftpd and ufw as my firewall. Ftp server runs on a non-standard port which I prefer not to mention here. I want to do this to increase the security of my server.
Muffin
(63 rep)
Jan 17, 2017, 02:41 AM
• Last activity: Apr 16, 2019, 01:40 PM
Showing page 1 of 20 total questions