General :: Moving /var From Ext3 To LVM Makes System Logger Unable To Start?

Jun 17, 2010

My co-worker install CentOS with /var (ext3) is 1TB:

Code:

I do the following tasks to move sdb1 to VolGroup00:

After that I moved /var back to / folder and reboot but the system hangs at "Starting system logger". Uninstall and re-install sysklogd package don't make any change. What I don't understand is I can start syslogd from command line:

Code:

Or run the init script in debug mode:

Code:

How can I debug this case?

View 3 Replies


ADVERTISEMENT

General :: Fedora 14 Freezes While Starting System Logger

Jun 13, 2011

I'm having trouble starting Fedora 14 on my computer. The startup procedure freezes while starting system logger. Before this started happening, I had formatted one of my logical disk partitions which is supposed to be mounted under the /var directory. I think may be the cause of this problem. However, I don't know how to fix it, as I can't get into the Linux command line to do a umount. I don't have a CD with which to repair the system, so is there any way to fix this problem without one?

View 1 Replies View Related

General :: Moving Home To Another Volume Breaks EXT3 Trash

Sep 26, 2010

I have formatted a second internal drive as ext3. It worked fine until I copied (rsynch) my /home to the new drive. Now when I try to delete anything I'm forced to delete immediately or skip the deletion. I also tried moving the /usr/local directory to the second drive and it works fine, it doesn't break the Trash. I tried moving /home back to the root drive and the problem is gone. The second drive again works properly. I can reproduce this. The problem only occurs when I move the /home directory to the new drive.

# / was on /dev/sda1 during installation
UUID=89a54f23-98ef-45d2-bef9-47d51992fd01
/ ext4 errors=remount-ro 0 1

# swap was on /dev/sda5 during installation
UUID=fb609b91-7322-4903-9309-2f0d3a6b87d4
none swap sw 0 0

# My shared volume /dev/sdb1 (show it on desktop)
UUID=a726a583-03e5-47c6-9618-ddbfcdd4c1d6
/media/data ext3 defaults, users, exec0 0

# Moving /usr/local
/media/data/Ubuntu/usr/local
/usr/local bind defaults, bind, users, exec 0 0

# Moving /home
/media/data/Ubuntu/home
/home bind defaults, bind, users, exec 0 0

View 3 Replies View Related

Red Hat / Fedora :: Starting System Logger: Failed After Login To The System

Nov 17, 2010

When booting the system ,"starting system logger : Failed" after that i login to the system as usual but the system logger cannot start,even i use the service syslog restart command,how can i solve such problem ,thanks a lot

View 1 Replies View Related

Ubuntu Multimedia :: Moving Mouse Cursor To Right Edge Of Screen Makes It Disappear?

Apr 1, 2010

I have two monitors set up on my Asus N61J laptop, but have a weird problem:When I move the mouse to right-hand edge of the Left (Primary) screen, it disappears. To get it back, I have to either keep moving it to the next screen, or move it over something that will cause it to change shape.It also happens if I move it to the left-hand edge the Right (Secondary) screen. Anyone have any ideas as to how I can fix this? It's a little annoying, as it makes it hard to select the Logout/Shutdown/Status menu

View 1 Replies View Related

General :: Unable To Start Ubuntu On My Dual Os System

Jan 15, 2011

Per my request my son installed XP and Ubuntu(interested in learning Linux)in my computer. The installation went well and I was able to choose the system I wanted to work in from the menu. It worked for several months but now when I choose Ubuntu from the menu I longer get to the Ubuntu login screen.

View 1 Replies View Related

OpenSUSE Install :: Moving XFS To New EXT3 Partition

Feb 5, 2009

I have an 80 GB XFS / partition which is dying. Got some errors like this:
ata9: SError: { UnrecovData Dispar BadCRC Handshk }

It's not a problem to create another partition, I've got 2 500GB and 2 1TB disks, all EXT3. I've also 2 80 GB disks, 1 for / and 1 for /home. I will remove the 2 80 GB disks but I have a lot of stuff compiled myself. I use openSUSE 11.1. Is it possible to create a 80 GB EXT3 partition on each of the 500 GB hdd, 1 for / and 1 for /home and move the data to it? must it be done with the DD command or can I easily copy everything within a live-cd. The /boot and swap are already on one of the 500GB disks, and there is no bootrecord on the 80 GB disks.

View 9 Replies View Related

Ubuntu :: Moving Data Between Ext3 And Ext4?

Aug 31, 2010

I have a drive with ext3 that was my old /home drive.When I moved to 9.04 I went with ext4 and just linked to my old home drive.My old ext3 drive is becoming unstable so I want to back it up.I have a 500gb ata drive (unfortunately not a sata drive) thatto wipe and put 10.04 on. I want to move my data from this backup driveIm going to back up to, to the new 10.04 until I get another hd as abackup drive.My question is, I know there is some issue between ext3 and 4 and I dontwant to get into a bind. What would be the best format for moving

View 3 Replies View Related

General :: Log Or Live Data That Discloses The System Calls An Application Makes?

Apr 5, 2011

I want a log or live data that discloses the system calls an application makes. I have used strace but can't find a guide for it that is decent. I'm interested in knowing the calls made after user intervention like opening a menu and so on. If you run (strace application_name) it is static. What good is this? When does strace make this file? When is this log produced?

View 4 Replies View Related

General :: Need To Defrag HDD In System? (ext3)

Feb 10, 2011

I recently moved around, deleted and just had a general day of cleaning up the file structure on my pc. HDD contains about 2 TB of data. Around 1 TB was relocated on the disc, and yet another TB was moved to external drive.

In windows this would likely means it was time for a defrag. Can't find any defrag tools in Xubuntu and that lead me to remember I read somewhere that there is no need to defrag when running Linux.

So is that correct? Is defrag only for the wondows world and something we never need to do in Linux?

If not is there a way to do a defrag from terminal?

View 5 Replies View Related

General :: Unable To Automount Ext3 Formated Usb Disk

Jun 14, 2010

I have a NAS from WD that runs some stripped down flavor of linux. The NAS has one USB port at the back which can be used to expand the storage. If I plug in an external disk formated in either NTFS or HFS+ then the system automatically mounts the disk and shares it over samba. If I plug in a disk that is formated in ext3, the disk is recognized but that's about it. It doesn't mount or get shared or anything. I have tried asking WD about this and I have tried asking google. But after two days of searching I am turning here for some more expert advice.

Here is what I've managed to figure out so far.

If I check dmesg before and after plugging in the ext3 usb disk I have found out that these lines are added to the log:

Code:

I have tried googleing those last two lines but I haven't found any info that I can make any sense of.

If I run the command "mount -a" I get the following messages from the shell: "mount: Cannot read /etc/fstab: No such file or directory"

Hover I am able to mount the ext3 disk manually. First I get this info from fdisk

Code:

And then I run these two commands:

Code:

This makes the usb disk visible in the shell, but since this is a NAS, it is kinda useless as long as it doesn't show up in samba.

Since I'm pretty new to linux I don't know what to try next so I'm hoping for some advice as to what I can do to make the ext3 usb disk automount.

View 6 Replies View Related

General :: Unable To Mount Ext3-formatted USB Drive / Solution For This?

Nov 25, 2009

Running Debian Squeeze, I used gparted to wipe the fat partition on a 8GB USB thumbdrive, and repartitioned it with ext3. Everything goes fine, and gparted and fdisk -l both show the correct partition, but I can't seem to mount it, and automount in gnome fails as well.code...

View 5 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

General :: Mount A File System (/dev/sdb) As Ext3 (rw,acl,user_xattr)?

Jul 15, 2009

I'm trying to mount a second hard drive as a ext3 (rw_acl,user_xattr). I type the ff.:

# mkfs.ext3 -c /dev/sdb1(it seems to create a file system from this 2nd HD)

then type:

# mount -v /dev/sdb1 / type ext3 (it seems to mount it)

But when I check the ext3 systems with typing:

# mount -t ext3 (to check the list of ext3 devices, it gives me this)
/dev/sda1 on / type ext3 (rw,acl,user_xattr)
/dev/sda2 on /home type ext3 (rw,acl,user_xattr)
/dev/sdb1 on / type ext3 (rw)

How can I make /dev/sdb1 on type ext3 as (rw,acl,user_xattr) as the others?

View 11 Replies View Related

General :: Recover Data From Ext3 File System?

Jun 20, 2009

I have accidentally removed vmware virtual disk, my host operating system is RHEL5.2 with ext3 file system, i have used photorec, magicresue and foremost but still no luck to recover the vmdk file. i have seen in foremost configuration file that there are some predefined files (ex- doc, pdf, jpg, avi, zip, etc),

1. is there any way to add vmdk file extension on that configuration file?

2. if yes how can i do ?

3. by adding vmdk on configuration file, can i specifically use recover option for vmdk?

View 2 Replies View Related

Red Hat / Fedora :: Start A SH Application When Someone Makes A Ssh Connection?

Jun 9, 2010

I'm trying to control the access in my server. I did an application that can read audit logs and sys logs with the purpose to send me a report by email with important information about the user. It's a SH file. My problem is start the program when someone makes a ssh connection.

View 1 Replies View Related

General :: Stuck Choosing Between Ext4 And Ext3 For The File System?

Jul 7, 2011

I was in the process of installing Ubuntu 11.10, but got stuck choosing which file system to use. ext3 and ext4; which is better for a personal desktop? If ext4 is better, will it work well on my old PC (bought 3 years ago), or perhaps ext4 is not actually compatible with an old hard disk?

View 4 Replies View Related

General :: Ext3 File System Is Remounted With Readonly Access?

Sep 29, 2010

I am using linux kernel 2.6.10 after some time one of the file system is becoming read only. Here is the kernel dump

Freeing unused kernel memory: 160k init
kjournald starting. Commit interval 5 seconds
EXT3-fs warning (device hda1): ext3_clear_journal_err: Filesystem error recorded from previous mount: IO failure

[code]....

View 6 Replies View Related

General :: Mounting An Ext3 File System Destroys Superblocks?

Jun 27, 2010

I have an image of an ext3 file system done with dd. I know that the file system is corrupted but I want to try to recover some files. Whatever I dd it again to the original partition or assign the dd image to a loop device, that's what happens:

- dumpe2fs -h gives me a valid ext3 superblock.

- as I try to mount the device read only, it fails with a bad magic number error.

- executing dumpe2fs -h again gives bad magic number error.

- trying debugfs or fsck with backup superblocks fails the same way.

For me it seems that in spite of mounting the device as read-only, mount command do something wrong with the superblock as before the mount the superblock is correct and it's there.

View 4 Replies View Related

General :: Restore Files From An Ext3 File System Formatted With NTFS?

Oct 1, 2009

There were some files residing on my ext3 file system, using Ubuntu as my linux distribution. Yesterday I formatted the hard drive using a windows install CD, rewriting it with a new NTFS partition. I'm willing to restore my personal files deleted due to this format.

View 3 Replies View Related

General :: Fdisk Change Patition System Id _after_ Mkfs.ext3 OK?

Jul 20, 2010

I've a new external usb drive that was shipped formatted fat32. I wanted to convert this to ext3; so I performed a mkfs.ext3. I then noticed that fdisk was still reporting the usb drive as fat32 (even after reboot), but mount was reporting ext3: so I fdisk'ed the drive and change the partition's system id to 83 (Linux)

View 1 Replies View Related

Ubuntu :: Disable That 'drum' Sound Makes Upon Start Up?

Oct 14, 2010

I want to get rid of this sound at startup but keep all other sounds like when watching a video online or music...

View 4 Replies View Related

General :: Moving Data From Tape To System Directory?

Feb 10, 2011

I need help writing a script that will copy everything from tape to system directory. I have a Linux box with 3 TB of Hardware space. I am using the following commands

1) mt /dev/st0 rewind

2) tar xvf /dev/st0

3) tar xvf /dev/st0 fsf 1 (Using this to move to the next segment of the tape) and then

4) tar -xvf/dev/st0

I keep repeating steps 3 and 4.

View 5 Replies View Related

General :: Ext4 New File System Mounting Compatibility With The Older Ext3 Type?

Sep 7, 2009

How well is the ext4 new file system mounting compatibility with the older ext3 previous Linux installations ? I refer to Ubuntu 9.04 and the new Fedora 11 which have the option to install with the ext4 file format. Will it be better if I install with the older ext3, so that I will be able to mount all other Linux from each other in a multi-boot system ?

View 6 Replies View Related

OpenSUSE Install :: Moving A Moderately Complex System From An Old System To A New System

Sep 25, 2010

My problem is that I need to move a moderately complex system from an old system to a new system. The old system is a core 2 duo running on an asus p5k-se (p35 chipset) M/B, Nvidia 8500 gt, 3 x sata II hard disks, 1 x sata dvd, 1 x ide hd, 4GB ram. It runs opensuse 11.1 kde 4 as a desktop system + samba server, apache server, database server + other non-opensuse software. In addition some of the opensuse software is not the default 11.1 versions as later versions were required. The nvidia driver is from the nvidia repo. There are several file systems, some under LVM.

The new system will be a core5 760, asus p7p55d-e M/b (p55 chipset), nvidia 240, 3 x sata II HD, 1 x sata dvd, 4GB ram and possibly 1 x ide HD. This M/B also includes USB 3 & sata III. I have no USB 3 devices but this may eventually change. I have no plans for sata III and believe that it may be better to attach any sata III SSD to the sata II bus.

What I would like to do is to move the hard disks from old system to the new system. What I would like to know is, if the system is left at 11.1, is the system likely to work with the new hardware. If the answer is no, if the system was upgraded to 11.3, would the transfer of the hard disks then work? In order to upgrade from 11.1 to 11.3 using the DVD i believe I should get rid of all non-default repos. I assume that I should also get rid of anything that was installed from them, e.g. the nvidia driver and any software versions installed manually outside RPM. Also is there any default 11.1 software that should be removed either before or after the upgrade to 11.3

View 4 Replies View Related

General :: Fscheck For Ext3 Filesystem - Usually Occurs When Reboot System Performing Administration Tasks

May 29, 2010

fscheck is quite annoying, since it usually occurs when I reboot my system performing administration tasks. do I actually need fscheck if Im using the ext3 file system? if not how would I extend the period between checks or just turn it off altogether?

View 9 Replies View Related

General :: Recovering 1Tb Ext3 With Fsck.ext3?

May 20, 2011

I Tarred and GZipped most of the data on one 1Tb partition and stuck the archives on a second 1Tb partition on a separate disk. I then proceeded to format the first partition with NTFS (from Linux.) The only problem is that I completely forgot that I had a CD drive and formatted sdc1 instead of sdd1! I began doing a full NTFS format and after a minute or two I cancelled it and decided to do a quick format. I then realized my mistake. I managed to find a copy of the superblock and began trying to recover the disk. fsck -t ext3 recognized the partition as NTFS but I luckily didn't have fsck.ntfs installed so it didn't touch it. I managed to get it working with fsck.ext3 (with -b,-B and -y) fsck.ext3 didn't mind that it was an NTFS partition.

Roughly how long will this take? It's running from Knoppix within a virtual machine to a USB hard drive which is 100% full. Days? Being that for a few minutes I attempted a full format am I going to end up with a bunch of corrupted archives? If I do end up with file corruption can anyone recommend a way of recovering the data / sorting it out? Is it likely to be just a few old files that are corrupt (It's my understanding that filesystems like to keep files in the same area on the disk to minimize the amount of head travel.) This might just be wishful thinking but as the filesystem fills up will ext3 put the newer files towards the end of the disk? If so then I'm hoping that a full NTFS format starts at the beginning of the disk.

View 6 Replies View Related

General :: Start Script Bash When System Start Stop Reeboot?

Dec 10, 2009

I have 3 script BASH. I want start this script when the system start,stop and reeboot.

View 4 Replies View Related

General :: No Output In Keyboard Logger Running In VirtualBox

Jun 14, 2010

I'm trying to run LKL (Linux Keyboard Logger) in a Ubuntu 9.04 VirtualBox VM (VirtualBox 2.2.2 running on a XP host). The package installs fine, but when I try to run it lkl -l -k /usr/share/lkl/keymaps/us_km -o ./kbd.log & it hogs the CPU usage to 50% and never logs a keystroke (in fact the kbd.log file is never created)

View 1 Replies View Related

General :: Syslog Message (Using Code Or Logger Command)

Apr 19, 2010

I configured syslog.conf to send logs to kiwi syslog server. After resetting (/etc/init.d/syslog restart),the server got log the message: "syslog 1.4.2 restart". But am getting just resetting message, nor other syslog message (using code or using logger command). I have other computer that send all the syslog messages.

View 2 Replies View Related







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