Help -- sending a file to a domain

I am following a script supplied by a developer that has worked dozens of times but now fails at the first step, when I am sending a file called dump.sql to my domain.

In a command window I enter

pscp dump.sql rails@curranindex.org:.

I then get a message asking for my password. After I type in the password it seems to start copying the file, but then I get a message

"X%Error while writing: failure dump.sql: Network error occurred"

Sometimes X in the above is 0, presumably indicating the write error happens immediately. Sometimes, however, X is 1/3 or even 1/2 way through the file. But I never get a successful writing of dump.sql.

I may inadvertently have done something to create a bad record in dump.sql, but since this step is just transferring a text file, I don't see why this would cause a write failure. And the location of the write failure is not always the same. My password is fine because I can access the site with SSH.

What could be going on?

1 Reply

Linode Staff

I would be curious if the disk is full. When run from a Command window, the following should prompt you for password, then log you into a terminal on the server.

putty -ssh rails@curranindex.org

From there, you can run a few checks.

When running the following two commands, does either output show a disk that is nearly 100% used?

df -h
df -i

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct