Up2date Error: [Errno 28] No Space Left On Device

May 18, 2007

I was just upgrading my system packages using up2date, and got this error...:

Code:
Testing package set / solving RPM inter-dependencies...
########################################
libpng-1.2.2-27.i386.rpm: ########################## Done.
libpng-devel-1.2.2-27.i386. ########################## Done.
libpng10-1.0.13-17.i386.rpm ########################## Done.
libpng10-devel-1.0.13-17.i3 ########################## Done.
rh-postgresql-7.3.19-1.i386 ########################## Done.
rh-postgresql-devel-7.3.19- ########################## Done.
rh-postgresql-libs-7.3.19-1 ########################## Done.
rh-postgresql-python-7.3.19 ########################## Done.
rh-postgresql-server-7.3.19 ########################## Done.
samba-3.0.9-1.3E.13.2.i386. There was some sort of I/O error: [Errno 28] No space left on device
But I do have space on all my partitions...

Also installing only the samba package it fails:

Code:
Testing package set / solving RPM inter-dependencies...
########################################
samba-3.0.9-1.3E.13.2.i386. There was some sort of I/O error: [Errno 28] No space left on device

im using RHEL 3 + cPanel.

View 7 Replies


ADVERTISEMENT

No Space Left On Device

Dec 30, 2007

[root@bruno ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda6 996M 312M 633M 33% /
/dev/sda1 226G 188M 214G 1% /backup
/dev/hda1 99M 16M 79M 17% /boot
tmpfs 1.6G 0 1.6G 0% /dev/shm
/dev/hda8 201G 188M 191G 1% /home
/dev/hda7 996M 34M 911M 4% /tmp
/dev/hda2 9.5G 824M 8.2G 9% /usr
/dev/hda3 9.5G 375M 8.7G 5% /var

How to put more space in / var ?

I want to take advantage of the / home and put in / var

View 1 Replies View Related

Warning: Unknown(): Write Failed: No Space Left On Device (28)

Jun 26, 2008

Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
I am getting this error on my site. I have googled this error and it is telling me it relates to a /temp/ folder of some form. I am currently on a hosting plan (not a dedicated server). Is there ANY way I can access to fix this problem either from my control panel or by code?

View 4 Replies View Related

How To Make The Device Larger Space

Jul 11, 2008

the device which i transfer the full backups to through ( wget ) is full 100 %

Disk /dev/sda2 (/) ............ 100 %

i want to know if there is some safe way to make the space of the device larger?

as the cpanel is suspended for that reason

and how to know the files in that device and delete what i don't want

centos 5.2

cpanel 11.23

View 13 Replies View Related

Error APF :: Error Fetching Interface Information: Device Not Found

Apr 28, 2009

im still getting the following error

Code:
root@main [/tmp/apf-9.7-1]# ./install.sh
Installing APF 9.7-1: eth0: error fetching interface information: Device not found
Completed.

Installation Details:
Install path: /etc/apf/
Config path: /etc/apf/conf.apf
Executable path: /usr/local/sbin/apf

Other Details:
eth0: error fetching interface information: Device not found
cp: cannot stat `/etc/apf.bk.last/vnet/*.rules': No such file or directory
Imported options from 9.7-1 to 9.7-1.
Note: Please review /etc/apf/conf.apf for consistency, install default backed up to /etc/apf/conf.apf.orig
my host has said
Code:
edit the apf.conf file to venet0:0 instead of eth0
which ive done and im still getting the error, Ive pasted my current conf.apf config below

Code:
#!/bin/sh
#
# APF 9.7 [apf@r-fx.org]
# Copyright (C) 1999-2007, R-fx Networks <proj@r-fx.org>
# Copyright (C) 2007, Ryan MacDonald <ryan@r-fx.org>
# This program may be freely redistributed under the terms of the GNU GPL
#
# NOTE: This file should be edited with word/line wrapping off,
# if your using pico/nano please start it with the -w switch
# (e.g: pico -w filename)
# NOTE: All options in this file are integer values unless otherwise
# indicated. This means value of 0 = disabled and 1 = enabled.

##
# [Main]
##
# !!! Do not leave set to (1) !!!
# When set to enabled; 5 minute cronjob is set to stop the firewall. Set
# this off (0) when firewall is determined to be operating as desired.
DEVEL_MODE="1"

# The installation path of APF; this can be changed but it is not recommended.
INSTALL_PATH="/etc/apf"

# Untrusted Network interface(s); all traffic on defined interface will be
# subject to all firewall rules. This should be your internet exposed
# interfaces. Only one interface is accepted for each value.
IFACE_IN="venet0"
IFACE_OUT="venet0"

# Trusted Network interface(s); all traffic on defined interface(s) will by-pass
# ALL firewall rules, format is white space or comma separated list.
IFACE_TRUSTED=""

# This option will allow for all status events to be displayed in real time on
# the console as you use the firewall. Typically, APF used to operate silent
# with all logging piped to $LOG_APF. The use of this option will not disable
# the standard log file displayed by apf --status but rather compliment it.
SET_VERBOSE="1"

# The fast load feature makes use of the iptables-save/restore facilities to do
# a snapshot save of the current firewall rules on an APF stop then when APF is
# instructed to start again it will restore the snapshot. This feature allows
# APF to load hundreds of rules back into the firewall without the need to
# regenerate every firewall entry.
# Note: a) if system uptime is below 5 minutes, the snapshot is expired
# b) if snapshot age exceeds 12 hours, the snapshot is expired
# c) if conf or a .rule has changed since last load, snapshot is expired
# d) if it is your first run of APF since install, snapshot is generated
# - an expired snapshot means APF will do a full start rule-by-rule
SET_FASTLOAD="0"

View 6 Replies View Related

Xen Could Not Start Vps, Reason: Error: Device 0 (vif) Could Not Be Connected

Jun 22, 2009

i have a Centos server that install Xen and hypervm in it.

i have some vps in this server.

i restart server and after that i get this eror for run vps :

Could Not Start Vps, Reason: Error: Device 0 (vif) could not be connected. Could not find bridge, and none was specified:

how can i solved this problem ?

my server is : Centos5.2

View 0 Replies View Related

APF + BFD :: Eth0: Error Fetching Interface Information: Device Not Found

Sep 8, 2008

i have a problem when i wget anyfile after i install

APF+BFD into my server

my server is VPS ..

my VPS details is

---------------------
Server Name: bOx
User Name: b0x
Operating System: CentOS 5
RAM: 512 MB Guaranteed 2 GB BurstedTotal
Disk Space: 10 GB
Bandwidth Quota: 500 GB
Quota Used: 0 GB
Control Panel Type: cPanel (license enabled)
Server IP Address: 72.152.456.37
---------------------

now my VPS when i restart my APF its show me this
eth0: error fetching interface information: Device not found
eth0: error fetching interface information: Device not found

and my SSH Froze in this ..

View 12 Replies View Related

Kernel: EXT3-fs Error (device Loop0): Ext3_lookup: Unlinked Inode?

Jun 17, 2009

kernel: EXT3-fs error (device loop0): ext3_lookup: unlinked inode 12286 in dir #2
kernel: EXT3-fs error (device loop0): ext3_journal_start_sb: Detected aborted journal
EXT3-fs error (device loop0): ext3_lookup: unlinked inode 12286 in dir #2

View 2 Replies View Related

Cannot Connect To Database ; Errno.: 2003

Aug 24, 2008

I'm having trouble to connect my site to the MYSQL server. The condition is like this:

My site is running under 5 http servers and all are serve using a mysql server. Recently, I have changed the ip address of all the servers due to the ip migration at the datacenter. After the changes, all my http server having problem to connect to mysql server. It shows the error like below:

Quote:

Error: Can't connect to MySQL server on '123.456.789.2' (4)
Errno.: 2003

However, I tried to establish a connection by placing the http file into mysql server.

Only this site can be shown up correctly. Means, there's actually no problem with the Mysql Server.

Can I know what's the problem actually? I guess there might be some setting of the mysql server blocking the connection from my other servers. Where do we normally do the setting for this? I'm quite new in server stuff and wish to get some advice from you all...

View 4 Replies View Related

Plesk 12.x / Windows :: Restore Error - There Is Not Enough Space On The Disk

Dec 13, 2014

When restoring a backup on Plesk 12, the error below is generated for some sites and the sites are only partially restored. Although the message talks about disk space, there is in fact plenty of free disk space - i.e. many GB. The backup was created on Plesk 11.5. The restore on Plesk 11.5 works.

I noticed that all the failed domains exceed the disk space allowed by their Service Plan. However, the 'Overuse is allowed' setting is selected. Strangely, I tried changing the Service Plan and retrying the backup and restore, and the same errors were generated.

<object type="domain" name="domain.com">
<object type="hosting" name="domain.com">
<message code="CantUnpackDomainContent" severity="warning" id="f3946c79-7ae2-4be2-8300-ba766bea7869">
<description>Can not deploy content of domain domain.com</description>

[Code] .....

View 6 Replies View Related

Disk Space Error :: Filesystem Size Used Avail Use% Mounted On ...

Jul 25, 2008

i have a 32 GB hdd the results of df command are:

df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 32G 29G 715M 98% /
/dev/sda1 99M 14M 81M 15% /boot
tmpfs 1.5G 0 1.5G 0% /dev/shm
so there are 29GB used

but the du command shows only 19GB used:

du -hs /
19G /

where are the remaining 10GB from 19GB to 29GB?

View 4 Replies View Related

Plesk 12.x / Linux :: FTP Error Due To Insufficient Disk Space For Backup

Mar 31, 2015

I changed the DUMP_TEMP_D directory in psa.conf.

I have set it on /var/backups and given the permission 1777.

I have rebooted the psa service and initialized the backup again but it always returns that error.

Moreover, if I run the command df -h, the tmp directory doesn't appear.

View 14 Replies View Related

Plesk 12.x / Linux :: Error - Insufficient Disk Space For Backup

Jul 9, 2015

Whenever I am trying to take backup through Parallels Plesk (Plesk version:12.0.18 Update #53) getting an error "Error: Insufficient disk space for backup. "

Default backup location is '/var/lib/psa/dumps' with enough space (Near 1TB). Then why showing above error message?

Version Details:
Version Parallels Plesk v12.0.18_build1200140811.16 os_CentOS 7
OS CentOS Linux 7.1.1503 (Core)

[Code]....

View 11 Replies View Related

Plesk 11.x / Windows :: Slow Domain Creation On Same Web Space And Doc Root - Authentication Error

Jun 26, 2014

We have more than 10 domains on the same webspace, sharing the same document root. When we try to add a new domain on the same web space (sharing the same document root) Plesk takes a long time to create it (about 10 minutes). While domain creation, all the other domains sharing the same document root and web space get an authentication error. When Plesk finishes, all domains work again.

View 1 Replies View Related

2 Years With Lunarpages And I Have Left ... DONT USE!

Sep 13, 2008

While lunarpages is kind and offers great support. The support takes a while. They frequenlty get hacked or block your ip to where you can not access cpanel and switch your servers a lot in the past 3 months i got transfered to 4 different servers with the last one atlantis and prior one belogna. There support can take up to 72 hours to respond back where other hosts at max 24 hours. Their downtime has been around 97% not advertised 99.9%.

This is what really upset me.

I contacted them through email to cancel my account and they said they need more info, ok. Gave them info and they went ahead to renewing the account after I had gave them proper info. I tried to get this resolved for over a week now.

I thought since they renewed my account i should access my account and download my entire site, well I could not access cpanel again, no surprise there.

I just now got off a 20 min phone call and they tried to get my account canceled as I gave proper info to cancel the account so I would not be renewed and they tried to sell me their service for $75 to close my account.

I eventually had to threaten them to press lawsuits "not that I would even if it wasnt handled" and they said we will close your account and not charge you the $75 to do so.

My god! How hard is it to close an account with such service?

When I joined them my first year was absolutely great! It just has started to decline in the past couple months or so.

I rate them at 50% great because their supportive in all areas except for the slow response and canceling an account.

Dont use them ive had much better success with GoDaddy.... wow GoDaddy! I know tell me about it. GoDaddy is not my favorite host.

You need to be careful when finding a host becasue ive learned that they pay to be on the top. I am now using Host Gator with no compaints looking at moving to HostMonster for the price and services though should I?

View 14 Replies View Related

Know Of Any Hosts That Will Give Me Time Left On My Old Hosting Subscription

Oct 13, 2008

I want to transfer hosts right now but I still have 9 months with my old host. Do you know of any hosts that will transfer this time when I move to them? I have seen this on a few sites but forgot where

View 14 Replies View Related

Sendmail :: Hundreds Of Files Left In /var/spool/clientmqueue

Mar 10, 2008

RedHat Box running Sendmail 8.13.1, php 4.4.7, only 1 domain on it running the most recent vBulletin version and vBulletin has been successfully setup to run mail through GMail. The files in the domain directory have been cleaned up, ie. old unused files, etc.

Every night running into the same issue. Server goes on VERY high load due to sendmail. With hundreds of following processes:

apache 29425 0.0 0.0 6712 2576 ? D 19:31 0:00 /usr/sbin/sendmail -t -i
apache 29426 0.1 0.0 6688 2500 ? D 19:31 0:00 /usr/sbin/sendmail -t -i
apache 29427 0.2 0.0 7080 2572 ? D 19:31 0:00 /usr/sbin/sendmail -t -i

I also have hundreds of files left in /var/spool/clientmqueue

I am a little confused, is the clientmqueue directory mail coming into the server or mail that is leaving the server?

If it is incoming mail to the server, is there a way to stop or minimize it's effects?

If it is outgoing mail, is there a way I can chase it's origin?

I would shut down sendmail, but there is 1 email address on the domain that receives mail.

View 8 Replies View Related

Web Space Storage Or Get Additional Space From Another Server

Oct 14, 2008

im running out of space on one of my sites but i have more then plenty of data transfer.

Unfortunately my hosting packaged it weird where they provide not enough hd space. Im trying to figure out is there a way where i can use another server or hosting company that can provide space only and use their servers just for space?

i think amazon.com offered this but wasnt sure how exactly this works.

View 14 Replies View Related

Apache :: ProxyPass Has A Space Will Not Start With A Space

Sep 19, 2013

Apache 2.2.25 on windows 32

I have a ProxyPass that looks like

ProxyPass /Share Documents http://partner2/Shared Documents/

But Apache will not start with spaces. I tried

ProxyPass /Shared%20Documents http://partner2/Shared%20Documents/

Apache would start but the passthrough doesn't work. What do I need to do? I have several url's with spaces.

View 3 Replies View Related

How To Add Vmnet0 Device

May 12, 2009

ip addr add 69.39.**.**/29 dev vmnet0

iam getting cant find the device vmnet0

how to add it

View 1 Replies View Related

Run CSF On A Bridged Nic Device

Jul 15, 2008

Has anyone here ran the CSF firewall on a bridged networking device?

View 1 Replies View Related

How And Which HW Device Do I Need For DDoSS Prevention?

Jan 10, 2007

I have linux server and like to put somekind of DDOS prevention/protection... what kind of device do I need to purcahse to do this?

can anyone advise on this?

View 3 Replies View Related

SSL On Client(WIN Mobile Device)

Feb 10, 2009

I have SSL enabled site on IIS.I want to access it from my PocketPC(Win mobile).But when I try access it, I have been prompted to install a certificate.

Unlike when I try to any HTTPS site (Banking sites) I have never been prompted to install any certificate.

Why am I being prompted with security message with "Yes,No,View certificate" options on it every time I try to access my own server(desktop) via my WIN mobile using active sync.
Unlike When I try to access banking site(https) I was never ever prompted a mesage like above.

How to have same functionality for my application also?

View 2 Replies View Related

NTBackup To LTO-4 Tape Device

Jul 24, 2008

I have a Dell LTO-4 tape device, its not an autoloader, just a single drive.

When backing up using NTBackup, the backup to the first tape is sucessful, however, the backup wont fit on one tape, so it prompts me to tell me the media is full.

I insert new media, but NTBackup doesn't notice its there, so i go to Removable storage, click libaries, right click the tape drive, and click inventory.

This makes NTBackup detect the tape, and asks me if i want to use it. I click yes, but then i get an error message come up saying it was unable to mount the media, invalid command, and the following gets logged to the report:

Code:
Cannot locate the specified media or backup device. This backup operation will terminate.

----------------------

Cannot locate the specified media or backup device. This backup operation will terminate.

----------------------

Cannot locate the specified media or backup device. This backup operation will terminate.

----------------------

I have read many microsoft articles that explain tape drives having problem with automated backups because the user inserts a new tape, but ntbackup isn't aware of it. But that seems to be related only to scheduled unattended backups.

In this case its when the first tape is full and it prompts me for the second tape.

View 0 Replies View Related

MAC Address Of Remote Device

Apr 5, 2007

Is there a program to find out the MAC address of a particular IP address?
Have been having some problems lately with some of my IPs and clients using unauthorised IP addresses which the ISP is hopping on me about it.

I have tried things like

In LINUX
nmblookup
nslookup

In DOS
nbstat

but can't get the MAC of the particular IP I am looking for...

View 2 Replies View Related

Found A Cheap KVM Over IP Device

Apr 7, 2007

I just found the following KVM over IP device with 16 ports:

[url]

You can get it for 747 € ( plus VAT ) and it comes with 2 CPU cables. Each additional cable costs only 5.80 €. For 828 € you can manage 16 servers, 52 € per server.

View 7 Replies View Related

Finding Which Disk Device Is A File Is On

May 18, 2008

programatic/scriptable way to find out which disk a file is on. For example, if I look at the output of: stat /root/.bashrc I see:

File: `/root/.bashrc'
Size: 1298 Blocks: 16 IO Block: 4096 regular file
Device: fd00h/64768d Inode: 13991942 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2008-05-18 09:19:14.000000000 -0400
Modify: 2007-12-18 09:19:54.000000000 -0500
Change: 2007-12-18 09:19:54.000000000 -0500

So I can see this is on device 64768, but how do I get from there to knowing that 64768 is really /dev/sda1, where in this example, I know the file actually is?

Overall, I want to resolve from the filename which device in the output of iostat contains that file - I don't necessarily have to go through stat, but it looks like a promising starting point.

View 0 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved