View previous topic :: View next topic |
Author |
Message |
amd n00b
Joined: 26 Nov 2002 Posts: 65 Location: Saaremaa / Estonia
|
Posted: Wed Jul 07, 2004 7:39 am Post subject: Blogger.com woes [SOLVED] |
|
|
Hello, I'm currently managing my friends Gentoo server and one of the users also hosts his blogger.com blog there.
Anyway he ran into problems with updating his blog recently. I've tried to fix it, but no luck.
This is the log which is generated when he uses ftp (pure-ftpd):
Code: | Jul 7 10:19:46 store20 pure-ftpd: (?@ftpout.blogger.com) [INFO] New connection from ftpout.blogger.com
Jul 7 10:19:46 store20 pure-ftpd: (?@ftpout.blogger.com) [DEBUG] Command [user] [xxx]
Jul 7 10:19:46 store20 pure-ftpd: (?@ftpout.blogger.com) [DEBUG] Command [pass] [<*>]
Jul 7 10:19:46 store20 pure-ftpd: (?@ftpout.blogger.com) [INFO] xxx is now logged in
Jul 7 10:19:47 store20 pure-ftpd: (xxx@ftpout.blogger.com) [DEBUG] Command [mkd] [htdocs]
Jul 7 10:19:47 store20 pure-ftpd: (xxx@ftpout.blogger.com) [ERROR] Can't create directory: File exists
Jul 7 10:19:47 store20 pure-ftpd: (xxx@ftpout.blogger.com) [DEBUG] Command [pasv] []
Jul 7 10:22:52 store20 pure-ftpd: (xxx@ftpout.blogger.com) [INFO] Timeout - try typing a little faster next time |
And this is with sftp:
Code: | Jul 7 10:24:22 store20 sshd[14219]: Accepted password for xxx from 66.xxx.15.xxx port 61518 ssh2
Jul 7 10:24:22 store20 sshd(pam_unix)[14221]: session opened for user xxx by (uid=0)
Jul 7 10:24:22 store20 sshd[14221]: subsystem request for sftp
Jul 7 10:24:22 store20 rssh[14222]: setting log facility to LOG_USER
Jul 7 10:24:22 store20 rssh[14222]: setting umask to 022
Jul 7 10:24:22 store20 rssh[14222]: user xxx attempted to execute forbidden commands
Jul 7 10:24:22 store20 rssh[14222]: command: /usr/lib/misc/sftp-server
Jul 7 10:24:43 store20 sshd(pam_unix)[14221]: session closed for user xxx |
Anyway I've ran out of ideas.
These are the helper application versions I'm using:
Code: | net-ftp/pure-ftpd-1.0.18-r1
net-misc/openssh-3.8.1_p1-r1 |
|
|
Back to top |
|
|
amd n00b
Joined: 26 Nov 2002 Posts: 65 Location: Saaremaa / Estonia
|
Posted: Mon Jul 12, 2004 12:04 pm Post subject: |
|
|
Well.. the solution was quite simple...
I the users htdocs directory I the deleted htdocs directory (htdocs/htdocs) and blogger.html file (0 bytes). After this it started working again |
|
Back to top |
|
|
|