On the dev server, I tried to run the same script that I had been using for almost a year, and at the end I got: mysqldump: Got errno 32 on write
Last week, the IT administrator just rebuilt the virtual server a few days before the backup, and it all worked.
The Drupal installation is fine, and the live server is fine (duplicate of the dev server) ... we have about 30 virtual servers in one window, and the SysAdmin IT server has allocated a lot of resources.
Here is what I get from df -h to dev:
Filesystem Size Used Avail Use% Mounted on /dev/sda1 18G 6.1G 12G 36% / udev 1000M 4.0K 1000M 1% /dev tmpfs 403M 228K 403M 1% /run none 5.0M 0 5.0M 0% /run/lock none 1007M 0 1007M 0% /run/shm /dev/sdb1 100G 8.1G 87G 9% /data xxxx@dev1 :~$
and the main output after running my script on the command line:
ERROR 1005 (HY000) on line 5416: cannot create table 'content_type_ses_job_postings' (errno: 28) mysqldump: Got errno 32 on write ERROR 2003 (HY000): cannot connect to MySQL server on '198.xx.xx.xx' (111 ) Updated IP address of LDAP server.
Please note that I received the latest ERROR 2003 saying that Iβm not connecting to the MySQL server, even if everything works, although this should not happen, I think there is more problem with the user like backing up, saving, and then importing to "hold "db, which I then switch to updating the content, maybe something, but it was never a problem.
If error 32 is related to space, where could there be a space problem? If it is related to permissions, in which folder would there be a problem with permissions? However, I donβt know how or what could dynamically change permissions anywhere, like ... I already said, I ran these scripts for about 8 months without problems?
Dev Server Basics
- MySQL 5.5.24
- Ubuntu0.12.04.1
- PHP 5.3