Server :: E2fsck Fails - Bad Block / Inode - Fails To Transfer

Mar 29, 2010

I have a 14TB raid, file system is read-only and I am trying to run e2fsck -B -p -C -v -y /dev/sdb1, it goes through, but fails and says bad block/inode or fails to transfer, something like that.Is there a way I can get this to run successful, this is a production storage server, its critical.

View 13 Replies


ADVERTISEMENT

Server :: RHEL5 System - FTP Transfer Fails After About 1 GB

May 6, 2010

I have a RHEL 5 system running vsftpd. If I do a put to the box, files larger than 1 GB fail around the 1 GB point. Smaller files don't have a problem. If I do a get from the box there is no problem. Both the FTP server and client are plugged into a Netgear switch. I'm trying to create an FTP server and web server so my friends and I can upload our vacation pictures. Ultimately I want my friends to be able to access my server. Right now I'm just trying to make it work between my two machines.

View 5 Replies View Related

Ubuntu :: E2fsck Fails Device Or Resource Busy

Mar 3, 2011

My son's netbook with 10.10 netbook remix failed to boot. Using the Live install CD and Gparted I couldn't repair the EXT4 filesytem. The error reported was:

e2fsck : Device or resource busy while trying to open ...

After trying many solutions and web searching I decided to try a different live CD and tried Knoppix 6.4.4

Using the command interface I typed e2fsck -v -f -y /dev/xxxx (xxxx = your device). This worked first time and the machine rebooted without hesitation.

View 1 Replies View Related

Slackware :: Root File Sys Check On JFS During Boot Fails With E2fsck Message?

Feb 21, 2010

After creating a new JFS root file system, boot (actually /etc/rc.d/rc.S ?) fails when checking it with:

Code:
fsck 1.41.8
/sbin/e2fsck: Bad magic number in super-block while trying to open /dev/sda7:

[code]....

View 2 Replies View Related

Debian :: Error (device Hde1): Ext3_get_inode_loc: Unable To Read Inode Block - Inode=2375715

Mar 25, 2010

I decided to take an old Gateway that I bought off a guy cheaply and turn it into a file and web server.I purchased copies of Debian 5.0.4 i386 disks (31 in all) on the advice of a friend, the disks weren't expensive, but now that Ive installed all the disks, I'm having a variety of errors

[443.110940 end request: I/O error, dev hde, sector 76021855
[443.111074] EXT3-fs error (device hde1): ext3_get_inode_loc: unable to read inode block - inode=2375715, block=9502724
INIT: cannot execute "/sbin/getty"

[Code]..

View 2 Replies View Related

Ubuntu :: Resize2fs: "inode Is From A Bad Block In The Inode Table"?

Jul 9, 2010

I was using gparted from a live usb to resize an ext4 partition and it failed while running resize2fs. The error it gave was

Code:
resize2fs: The inode is from a bad block in the inode table while trying to resize /dev/sda5
please run 'e2fsck -fy /dev/sda5' to fix the filesystem after the aborted resize operation.

[code]...

View 1 Replies View Related

CentOS 5 Networking :: SCP Fails To Transfer Files?

Apr 11, 2009

I have two CentOS 5 servers that I'm trying to transfer files between. They're on the same LAN switch, same subnet and everything. So far, everything I've attempted has failed, but scp still exits with a return code of 0. It only displays a line of *** and exits immediately. It's almost as if the file transfers instantly, but no file actually gets copied. Here is the verbose output from scp:

scp -v kickstart.tar ****@192.168.xxx.xxx:/home/****
Executing: program /usr/bin/ssh host 192.168.xxx.xxx, user ****, command scp -v -t /home/****
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008

[code]....

View 4 Replies View Related

Debian :: How To Block Internet Connection When VPN Fails

Oct 21, 2013

I am running Debian on my server (OpenMediaVault) and i am connected to a VPN service, using openvpn. BUT! How do i make sure that the internet connection, stays through my VPN service, or gets blocked, if the connection through the VPN tunnel fails? Jeah, yeah call me paranoid..

I have read this: [URL] ....

I don't know how i use the source code. Is there a script somewhere i can just download? And i don't want the LAN connection to be blocked.. only outgoing traffic!!

View 14 Replies View Related

Fedora Hardware :: F12 Boot Fails - Short Block Read

Jun 11, 2010

My F12 installation, which was installed on an HP tx2500z laptop and has been operating relatively well since January, now fails to boot after a frozen screen precipitated a forced shutdown. On reboot, I was dropped into a shell with the error message "Error reading block 1546 (Attempt to read block from file system resulted in a short read) while getting next inode from scan." recommending to run fsck manually. During the fsck run, after a substantial number of Pass 1 inode count corrections, the "Error reading block" message reappeared, with the question "Ignore error<y>" to which I answered "y".

fsck responded with "Force rewrite<y>". Since I did not know what would be written here, I said "no". I then forced shutdown, rebooted into Windows, and searched for further guidance. One suggestion was to run fsck -y on the affected partition. My laptop drive has four partitions, the first two being allocated to Windows and an HP supplied repair partition. sda3 is a tiny boot partition (100 MB), and sda4/5 is the LVM remainder.

fsck -y /dev/sda3 told me the boot partition was fine.
fsck -y /dev/sda4 stopped immediately and asked "Could this be a zero-length file partition?". Given the ext3 structure, I suppose the correct answer is yes.
fsck -y /dev/sda5 told me fsck.LVM2_Member: not found.

Following this, I then attempted again to reboot, and ran fsck without options. Once again, during Pass 1, Block 1546 exhibited the short read error, again asking about a rewrite - which I once again answered no. Pass 1 completed with another substantial number of inode count corrections, and Pass 2 started - immediately generating the message:

'passwd' in /etc/pam.d (65556) has deleted/unused node 7831. Clear<y>

After some hesitancy, I said "yes", and of course a second similar message appeared. I was brave enough to answer "yes" six more times, with the first two referring to /etc/pam.d inodes, and the next four referring to /etc/security/console.apps inodes. The eighth message, also similar, referred to inodes elsewhere - but by now I did not dare to continue and forced shutdown. Is this repairable, and if so, how?

View 10 Replies View Related

Ubuntu :: Ext4 Block - Inode Count Wrong ?

Jun 28, 2010

I'm running a small development server on Ubuntu 10.04 server 64 bit with ext4 as the File system type.

I keep on getting wrong block / inode size when I do an fsck:

Code:

I then force an fsck and the problem is solved, but given a day or two, the problem is back. This can sometime consume up to 10G of my HDD space.

Code:

View 3 Replies View Related

Hardware :: Ext2_get_inode: Unable To Read Inode Block

Jul 21, 2011

[code]...

server2 kernel: EXT2-fs error (device sdc1): ext2_get_inode: unable to read inode block - inode=44998281, block=89981174

[code]...

View 3 Replies View Related

Fedora :: Error - Inode 3640928 Has A Bad Extended Atribute Block

Dec 27, 2010

my server is fedora-7 and it was working fine till yesterday yester I have power failu problem after we got problem. while booting following error coming Inode 3640928 has a bad extended atribute block

View 1 Replies View Related

General :: EXT3 FS Error - Unable To Read Inode Block

Feb 8, 2011

I am using Wind River Linux- 2.6.27.18-WR3.0bg_standard. The problem is whenever I execute "reboot, ls, cd" and many other commands the OS prompts me an error-
"end request: i/o error, dev sda, sector "(different sector each time)" and
EXT3-fs error (device sda1):ext3_get_inode_loc:unable to read inode block- inode-4088001, block-4097027
I also executed "dmesg", it also showed similar errors. Has the disk gone bad or the kernel is corrupted?

View 3 Replies View Related

Fedora Installation :: Upgrade RH9 To F10 - Install Fails - Installer Fails Media Check Due To "errors"

Jan 23, 2009

I am trying to upgrade RH9 to F10. I have downloaded dvd iso image i386. The SHA1 integrity check passes. The installer fails media check due to "errors". I did an independent verification of the DVD and zero errors found. Download was from Fedora's own torrent, so files should be verified anyway. If I bypass the media check I get the message : Running anaconda 11.4.1.62 the Fedora system installer - please wait.....

[Code]....

View 7 Replies View Related

Fedora :: Recall Voice Logger Fails To Boot - Reports Error "reading Block 33051"

Jan 18, 2011

I'm working on a Total Recall Voice logger that fails to boot.The voice logger has fedora installed.Its reports 'error reading block 33051,run fsch manually'. It also requests for root password for maintenance.Can someone pls help me out, and what could the root password be?

View 1 Replies View Related

OpenSUSE Hardware :: No Application That Can Open Type Block Device (inode/blockdevice)?

Jul 21, 2010

I'm having trouble mounting hard drives and partitions - and am rather nervous about using Yast partitioner to do this. Is there something that would tell me about mount points in Yast partitioner? So far I haven't been able to find that information anywhere. I don't want to lose information on existing drives and partitions but do want to be able to access them.Some of them appear under disk information in "My Computer" but if I try to mount them I get this error message.There is no application installed that can open files of the type block device (inode/blockdevice).I was trying to edit fstab,his didn't seem straightforward either. I've been hacking this about in other Linux distros - so not entirely clueless

View 6 Replies View Related

Hardware :: DVD Automount Fails With "CDROM Not Ready Yet" And "unaligned Transfer"

Nov 18, 2009

Recently my Kubuntu Jaunty installation has taken to not mounting previously OK DVDs.

What I see upon insertion of a disc is the automount fail:

This persists across discs and across reboots.

I looked around the net and I at least found some evidence of the "unaligned transfer" problem; supposedly this happens when something tries to access the drive before it's ready, and (at least for some kernels) can get the responsible module in a permanently confused state. However, I'm not accessing the disc manually, some automounter or something is accessing it -- I don't even know what.

I'm using Kubuntu Jaunty with KDE 4.3.2. Kernel string from bootup:

View 1 Replies View Related

Ubuntu :: What Are "multiply-claimed Block(s)" When Running E2fsck

Apr 3, 2011

what are "multiply-claimed block(s)" when running e2fsck?And should I reply yes to questionCode:Clone multiply-claimed blocks(s)<y>?

View 5 Replies View Related

OpenSUSE :: X Server Fails In Runlevel 5

Jul 25, 2010

I recently updated from OS 11.2 to OS 11.3 and right after that had problems with my X.org server.If started with normal settings X crashes in runlevel 5, so right at the end of the boot process.If started with x11debug option X works, However I cannot use wine with this option.I don't even have an idea how to look for the problem, but there must be some feature that causes X to crash, which is not included in the debug-mode.

View 9 Replies View Related

Ubuntu :: Server Fails To Boot?

Jun 5, 2010

after someone accidentally kicked the power cord for a server out of the wall,the server fails to boot. upon reconnecting.this is the output i get:

Code:
fsck from util-linux-ng 2.6
/dev/sda5 was not cleanly unmounted, check forced.
filesystem checks are in progress (ESC to cancel)[code].....

View 1 Replies View Related

Server :: Cups Admin Fails?

Apr 9, 2011

I am unable to access cups admin via 631 port. Since I'm running non-desktop server I can't use localhost:631. In cupsd.conf I added a listen line for the client machine ip (the one I use to access cups) but no go. I also added Allow directives with this ip in the <Location> blocks. Nothing works. Cups server is running

View 3 Replies View Related

Server :: Mysqladmin Fails On New Install?

May 11, 2010

I have two new Fedora 12 installs and both fail to complete the install and configuration of MySQL. When I run mysql_install_db I get:mysql_install_db --verbose Installing MySQL system tables... OK Filling help tables... OK

To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system

Please remember to set a password for the MySQL root User

To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h server.domain_name password 'new-password'
Alternatively you can run:

[Code]......

View 15 Replies View Related

Server :: NFS Service Fails To Stop?

Mar 5, 2010

I have setup a backup system on a NFS Server, and everything is working fine.Then, I decided to make changes to my backup script, and accidentally, I turned off both the NFS Server and Client without unmounting first.The NFS Server is working fine, but the client is having a problem. I cannot shutdown the nfs service. Here is what I get when I type "service nfs restart":

Shutting down NFS mountd: [ OK ]
Shutting down NFS daemon: [ OK ]
Shutting down NFS quotas: [ OK ]

[code]...

View 1 Replies View Related

Hardware :: "failed To Set Xfermode," / Getting Ext3 Errors About Failing To Read An Inode Block?

Aug 19, 2010

About a month and a half ago I purchased two new 500GB serial ATA hard drives from Best Buy to replace my other, very old 186GB SATA hard drive. Since then I've had issues with Linux. Sometimes when it's booting it gives a bunch of error messages, such as "failed to set xfermode," and then it boots. Other times, after INIT has started, I get ext3 errors about failing to read an inode block, then "cannot start /sbin/agetty" and "ID c5 respawning too fast," and at this point booting fails altogether. These errors seem to happen randomly. However, once the system has booted, everything seems to work fine, and there are no further issues.

I know it's not a faulty hard drive or filesystem because I've tried Linux on both hard drives numerous times, and I've reformatted many times, one time I even tried erasing one of the hard drives byte for byte and then formatting it, and still had issues.

I've tried Arch Linux, Gentoo, VectorLinux, and openSUSE, and all of them have given me these problems. The live CD's for Ubuntu 10.04, Clonezilla, and GParted all have trouble partitioning/cloning/installing to these hard drives. At this point, it's obvious to me that there is a universal problem with this particular model.

GRUB and Syslinux both work fine, and Windows XP works fine too. It's only Linux that's giving me issues.

I would rather not buy a new hard drive if I can help it, seeing as these two are almost brand new. Is there some BIOS setting that could be causing these problems? Is it some unsupported feature in the hard drives? Is it a bug in the Linux kernel?

The hard drive model is WD5000AADS. Both hard drives are this same model. My motherboard is an NForce 680i SLI.

EDIT: I've tried ext2/3, ReiserFS, and XFS, and all of them do this, so I don't think it's a filesystem issue.

View 9 Replies View Related

Fedora :: Apache Fails To Server Out Directory?

Mar 29, 2011

I am having a problem getting Apache to serve out a directory. If I place an index.html in the Document.Root I can see that page. When I remove the index.html I only see the test page for Apache. the relevant section form my httpd.conf. I am not using virtual hosts just setting up one Apache instance.

As you can see from the below I have enabled Indexes so I am at a loss :-(

ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 120
KeepAlive Off
MaxKeepAliveRequests 100

[Code]...

View 3 Replies View Related

Ubuntu Installation :: X Server Fails To Load?

Jan 18, 2010

I had a dual boot Kubuntu 9.04 - FC 11 and decided to upgrade to Kubuntu 9.10. Recalling that I had issues with my ATI card drivers when I installed Kubuntu8.10 on my laptop, I decided to install the latest ATI Catalyst drivers. After the installation was complete I received a message warning me that if the X server fails to load I should run "aticonfig --initial -f". Indeed the X Server didn't load (after I logged in the screen flushed and went black). So I reinstalled Kubuntu 8.10 from a CD I without formating the respective partition. But the problem perists, X server fails to load. Even worse my menu.lst file has been changed and I can't boot FC11.

View 8 Replies View Related

Ubuntu Servers :: Upgrade Fails From Server 9.04 To 9.10?

Feb 24, 2010

I tryed to update ubuntu server from 9.04 to 9.10 a few days ago, but do-release-upgrade failed with the following output.

serv@server:~$ sudo do-release-upgrade
Checking for a new ubuntu release
Done Upgrade tool signature
Done Upgrade tool
Done downloading

[Code]....

View 3 Replies View Related

Ubuntu Servers :: 10.04 Server Install Fails

Jul 20, 2010

Attempting to install 10.04 Server on an IBM Series X 232 server. Its an old server with dual p III's, 4 small drives and an adaptec controller with a RAID 5 array. The server is currently running CentOS 5.5.

The CD I am installing from is known good. I verified it after I wrote it and verified it again during the install process. The system boots from the CD, I accept the defaults, then it fails at "adding additional components".

View 1 Replies View Related

General :: Added HDD - Server Fails To Restart ?

Apr 27, 2010

I have a issue that could get me fired, so I would appreciate your input. My knowledge about linux is limited

The company I work for has a Dell Poweredge 6850 that keeps pretty much everything (databases, websites, etc).

The server had a Virtual Drive created from 2 Physical Drives. Since the HDD space was getting low, we got a new drive, inserted it, formatted and rebooted the system.

But the system now refuses to start, giving an FAILED message, something related to EXT2 partition that cannot be read at /dev/hda1.

View 2 Replies View Related

Server :: Cman Installed But Fails To Start / What To Do?

Jun 16, 2011

The setup: 2 identical boxes running Fedora Core 15 2.6.38.8 kernel, 64bit that Im trying to setup in a cluster using luci.

So far: Managed to create the cluster.conf file, defined the nodes with hosts and such.

The problem: When I try to have the 2 nodes (nod1 and nod2) join the cluster via luci's web interface, I get
"Starting cman: Job failed. See system logs and 'systemctl status' for details."
When I check code...

Now. I know that cman service is installed. I even tried removing and reinstalling the whole thing, dependencies and all, but it just won't start and I've run out of ideas.

View 3 Replies View Related







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