http://bugs.proftpd.org/show_bug.cgi?id=2597
------- Additional Comments From jwm@... 2005-04-21 14:07 Eastern -------
ServerName ftp.horde.net
ServerIdent on ftp.horde.net
ServerType standalone
ServerAdmin root@...
DefaultServer on
MaxInstances 30
ExtendedLog /var/log/proftpd-ext
ScoreboardFile /usr/local/var/proftpd/scoreboard
RequireValidShell off
Umask 022
User ftp
Group ftp
ControlsEngine on
ControlsACLs all allow user jwm
ControlsMaxClients 2
ControlsLog /var/log/proftpd-ctl
ControlsInterval 5
ControlsSocket /tmp/ctrls.sock
ControlsSocketOwner ftp ftp
ControlsSocketACL allow user jwm
AdminControlsACLs all allow user jwm
<Class leaches>
From ::ffff:194.109.163.51
</Class>
<Global>
AuthPAM off
DefaultRoot ~ !nochroot
MaxClientsPerHost 1
AllowRetrieveRestart on
AllowStoreRestart on
<Directory /*>
AllowOverwrite on
</Directory>
QuotaEngine on
QuotaDisplayUnits Mb
QuotaLimitTable file:/usr/local/etc/quota-limit
QuotaTallyTable file:/usr/local/etc/quota-tally
<Directory /dsk0/home/rtsr/upload/>
<Limit DELE>
DenyAll
</Limit>
</Directory>
<Limit LOGIN>
Order deny,allow
# Five sessions at once
Deny from ::ffff:80.53.84.26
# Transferred 2GB on 22 June
Deny from ::ffff:208.236.15.245
# Connecting using web browser on 17 July
Deny from ::ffff:68.79.19.125
# Transferred 6-8 shows, 1.2GB, on 18 July
Deny from ::ffff:80.143.92.85
# Transferred multiple shows on 18 July
Deny from ::ffff:82.163.156.113
# Transferred 7GB on 2 October
#Deny from ::ffff:194.109.163.51
# Multiple simultaneous connections on 22 Oct
Deny from ::ffff:82.163.136.30
# 1.4GB on 8 November (six or seven shows)
Deny from ::ffff:67.71.50.55
# Multiple GB on 7-9 December
Deny from ::ffff:208.166.208.92
# Multiple GB on 7-9 December
Deny from ::ffff:69.21.165.139
# Multiple GB on 7-9 December
Deny from ::ffff:143.200.225.151
# Leeching on 19, 20 January 2005
Deny from ::ffff:69.128.104.81
Allow from all
</Limit>
<IfClass leaches>
DefaultRoot /home/fake-rtsr
TransferRate RETR 1024
</IfClass>
</Global>
Here's a relevant truss(1) snippet:
2789: write(2, "\n", 1) = 1
2789: seteuid(0) = 0
2789: setegid(0) = 0
2789: Incurred fault #5, FLTACCESS %pc = 0xFF141F10
2789: siginfo: SIGBUS BUS_ADRALN addr=0x0012FDE9
2789: Received signal #10, SIGBUS [caught]
2789: siginfo: SIGBUS BUS_ADRALN addr=0x0012FDE9
2789: setcontext(0xFFBEE650)
2789: Incurred fault #5, FLTACCESS %pc = 0xFF141F10
2789: siginfo: SIGBUS BUS_ADRALN addr=0x0012FDE9
2789: Received signal #10, SIGBUS [default]
2789: siginfo: SIGBUS BUS_ADRALN addr=0x0012FDE9
2789: *** process killed ***
2779: Received signal #18, SIGCLD, in poll() [caught]
2779: siginfo: SIGCLD CLD_KILLED pid=2789 status=0x000A
--
Configure bugmail: http://bugs.proftpd.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|