Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2008
    Posts
    220
    Plugin Contributions
    0

    Default Can't create/write to file '/tmp/#sql_85a56_1.MYI' (Errcode: 28) - need urgent help

    I get the error:
    Can't create/write to file '/tmp/#sql_85a56_1.MYI' (Errcode: 28)

    This appears at www.fotoexperten.no

    As i have understood this has to do with filled up disc place. I have deleted the /tmp folder in my root folder but still i get this message. Can anyone help me? Do i have to contact my host to let theme free up space?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Can't create/write to file '/tmp/#sql_85a56_1.MYI' (Errcode: 28) - need urgent he

    Yes. check with your hosting provider as they need to deal with the server tmp folder, which is different than the one you deleted ...

    I am also assuming that by saying you deleted your /tmp directory you really mean you "cleaned it out" and it is still there ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Sep 2008
    Posts
    220
    Plugin Contributions
    0

    Default Re: Can't create/write to file '/tmp/#sql_85a56_1.MYI' (Errcode: 28) - need urgent he

    Quote Originally Posted by Ajeh View Post
    Yes. check with your hosting provider as they need to deal with the server tmp folder, which is different than the one you deleted ...

    I am also assuming that by saying you deleted your /tmp directory you really mean you "cleaned it out" and it is still there ...
    The folder itself is there but the content of the temp folder is empty. It shouldnt be any problem right? I took a backup of it though.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Can't create/write to file '/tmp/#sql_85a56_1.MYI' (Errcode: 28) - need urgent he

    Zen Cart does not use the /tmp directory for anything ... it is more or less if there needs to be a /tmp then you want to ensure it is still there for something else on your site that does use it ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Can't create/write to file '/tmp/#sql_85a56_1.MYI' (Errcode: 28) - need urgent he

    Quote Originally Posted by navido View Post
    Do i have to contact my host to let them free up space?
    Yes. In fact this is the only thing you can do. The problem is entirely out of your control.

    Cheers
    Rod

  6. #6
    Join Date
    May 2013
    Posts
    38
    Plugin Contributions
    0

    Default Re: Can't create/write to file '/tmp/#sql_85a56_1.MYI' (Errcode: 28) - need urgent he

    Sometimes hosting services that offer jailed access to the command line don't revoke the 'mount' command. If you need access and are doing this through the command-line, you might try creating a directory in your home folder and binding a different part of the filesystem (in this case /tmp) to that folder. Here's an example:

    Code:
    mkdir tempFolder/
    mount --bind /tmp tempFolder/
    Most likely you won't have permissions to do this, but it is worth a shot.

  7. #7
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Can't create/write to file '/tmp/#sql_85a56_1.MYI' (Errcode: 28) - need urgent he

    Quote Originally Posted by allthingsidLeroy View Post
    Sometimes hosting services that offer jailed access to the command line don't revoke the 'mount' command. If you need access and are doing this through the command-line, you might try creating a directory in your home folder and binding a different part of the filesystem (in this case /tmp) to that folder. Here's an example:

    Code:
    mkdir tempFolder/
    mount --bind /tmp tempFolder/
    Most likely you won't have permissions to do this, but it is worth a shot.
    Can I
    Code:
    mkdir tempFolder/
    mount --bind /etc tempFolder/
    So I can read the passwd file ?

  8. #8
    Join Date
    May 2013
    Posts
    38
    Plugin Contributions
    0

    Default Re: Can't create/write to file '/tmp/#sql_85a56_1.MYI' (Errcode: 28) - need urgent he

    Quote Originally Posted by RodG View Post
    So I can read the passwd file ?
    It really depends on how the permissions are set in the /etc folder. This whole scenario requires a hosting service which does not expect a user to have access to the root folders of a system. Most hosting services will properly jail a user to their home directory with little-to-no chance of accessing other parts of the system, but many will not.

    Like I said, it's worth a shot, but it likely isn't going to happen.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 22 Nov 2009, 11:26 PM
  2. Replies: 4
    Last Post: 22 Nov 2009, 11:26 PM
  3. Replies: 2
    Last Post: 30 Aug 2008, 10:31 PM
  4. Replies: 13
    Last Post: 20 Apr 2008, 08:42 PM
  5. Replies: 2
    Last Post: 3 Dec 2006, 04:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg