Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Errcode 28 - Rights problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Merlin  
View profile  
 More options May 27 2008, 5:42 am
Newsgroups: comp.databases.mysql
From: Merlin <ngro...@fastmail.fm>
Date: Tue, 27 May 2008 11:42:47 +0200
Local: Tues, May 27 2008 5:42 am
Subject: Errcode 28 - Rights problem
Hi there,

I receive now increasingly errors from MySQL that look like this:

Error writing file '/tmp/MYWQPYEo' (Errcode: 28)

After doing some research I found that there is enough space on the
linux system but the folder itself is not mounted in a regular way:

df -h
Filesystem            Size  Used Avail Use% Mounted on
none                  2.0G   38M  1.9G   2% /tmp

How is that possible? I can ls into that dir and there are files in it.

Any ideas on how to fix this? Thank you for any help on that topic.

Best regards,

Merlin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Axel Schwenke  
View profile  
 More options May 27 2008, 6:08 am
Newsgroups: comp.databases.mysql
From: Axel Schwenke <axel.schwe...@gmx.de>
Date: Tue, 27 May 2008 12:08:34 +0200
Local: Tues, May 27 2008 6:08 am
Subject: Re: Errcode 28 - Rights problem

Merlin <ngro...@fastmail.fm> wrote:

> I receive now increasingly errors from MySQL that look like this:
> Error writing file '/tmp/MYWQPYEo' (Errcode: 28)

~ $perror 28
OS error code  28:  No space left on device

> After doing some research I found that there is enough space on the
> linux system but the folder itself is not mounted in a regular way:

> df -h
> Filesystem            Size  Used Avail Use% Mounted on
> none                     2.0G   38M  1.9G   2% /tmp

Looks like being a memory based file system (tmpfs or predecessor).
What does 'mount' give?

It is not encouraged to put the MySQL tmpdir on a RAM-based file
system. Pick a location on disk and set tmpdir in my.cnf.

XL
--
Axel Schwenke, MySQL Senior Support Engineer, Sun Microsystems

MySQL User Manual: http://dev.mysql.com/doc/refman/5.0/en/
MySQL User Forums: http://forums.mysql.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »