OpenSUSE Install :: Raid5 Not Starting Up After Reboot?

May 29, 2011

Running OpenSuse 11.4 and have setup 2 x Raid5 configs - raid created, disks format, everything working fine. I've just rebooted and the raid5 fails to initialize.

Getting these errors:

Code:
May 29 16:58:30 suse kernel: [ 1788.170692] md: md0 stopped.
May 29 16:58:30 suse kernel: [ 1788.197864] md: invalid superblock checksum on sdb1
May 29 16:58:30 suse kernel: [ 1788.197876] md: sdb1 does not have a valid v0.90 superblock, not importing!

[Code]....

View 9 Replies


ADVERTISEMENT

OpenSUSE Install :: RAID5 Array Fails To Automount After Reboot

Apr 26, 2009

I've got a RAID5 array that doesn't want to automount after rebooting. I'm pretty familiar with linux, RAID, and mdadm, and up until now, I've had the RAID5 array working just fine. However, whenever I reboot, the array drops off and won't remount until I manually assemble and then mount the thing. I find this odd because I had everything automounting just fine back in 10.3, and even in 11.0 (I think - not sure on that). Currently, things are working, but I'd really like to not not have to type

Code:
mdadm --assemble /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1
followed by
Code:
mount /dev/md0 /mnt/data every time I reboot. Even including this in some sort of start-up script seems kludgey... Surely there must be a more elegant way of automatically bringing up a RAID5 array after booting? I'm not sure what information you'll need, so I'm going to go ahead and include as much as I can anticipate...

So having already used the commands:

[Code]....

View 9 Replies View Related

OpenSUSE Network :: Sshd Not Starting On Reboot?

Oct 6, 2010

I have an openSUSE 11.1 and I noticed that after installing a couple of things on it the sshd is not starting anymore on reboot. how can I debug this problem. Is there a log file so that I can see what was the problem? If I want to use ssh I have to start it from yast every time the computer restarts.

View 7 Replies View Related

Software :: MD Raid5 Kicked Out Two Members And Won't Start After Reboot

Apr 14, 2010

Suddenly I noticed that all my file system had gone into read-only mode. My first thought was that the Sata data cable had got loose for one of the drives, but that wasn't it. All cables were connected correctly. So I booted up again, but I only came to a rescue mode terminal.

I have four software MD raid volumes:

Code:

Running mdadm -D on the volumes told me that the sdc drive had been kicked out from both md0 and md1. However, md3 had kicked out two drives, so I couldn't get any information from mdadm -D on that. For md0 and md1 I could just add the kicked-out partitions back into the volume, but for md3 I don't even know which partitions got kicked out...

Here are some outputs:

Before I rebooted the first time I saved the 200 last rows of dmesg to a memory stick. Here they are:

Code:

Trying to restart the md3 volume in the rescue mode terminal:

Commands:

Code:

Output:

Code:

The "Array State" row seems interesting. I guess that AAAA means all four drives are OK. But then why does the array state differ between the members?

Does anyone know how to figure out which two members that got kicked out? And how do I get them back in (assuming that they're OK)?

View 3 Replies View Related

Ubuntu Servers :: 10.04 Server RAID5 LVM Failing After Reboot Due To It Using The /dev/sd* Designations

Dec 5, 2010

I'm a light linux user over the last couple of years and I decided to built a HTPC/NAS device.

Setup:
40gb ide -> usb boot drive
3x2tb sata (4k Sector) drives

I've got another 2tb identical drive but it's holding data that is going to be copied to the raid after it's up and running and then be 'grown' into the raid array to yield a final 5+tb array. I tried doing a disk util raid array and it ended up failing after reboot due to it using the /dev/sd* designations and they swapped. I have no idea how to do the UUID version, my googlefu and practical guide to ubuntu. So I decided to do it manually in order to also fix the sector issue as disk util wasn't formatting them correctly and once formatted wouldn't let me create a raid array from the discs.

[Code]....

View 9 Replies View Related

Ubuntu :: WD15EARS Drives Not Working With Mdadm And RAID5, Especially After Reboot

Feb 18, 2011

I am getting really frustrated with trying to get my RAID5 working again. I had a RAID5 array built with 4 of the Western Digital 1.5tb "Advanced Format" drives, WD15EARS. However, when copying 1.5gb dvd encoded files to the drive, I was getting speeds of ~2mb/s. When researching how to make this faster, I came across all the posts about the Advanced Format drives and how that was causing a lot of issues for a lot of people. It looked like the solution was simple enough: partition starting at sector 64 or 2048 or whatever and then recreate the RAID. However, this is not working for me.

Here are my computer specs:
Motherboard: Gigabyte GA-EP43-DS3L LGA 775 Intel P43 ATX
CPU: Intel Core 2 Duo E8400 Wolfdale 3.0GHz 6MB L2 Cache LGA 775 65W
RAM: 4gb DDR2 1066 (PC2 8500)
Video card: ASUS GeForce 9600GT 512MB 256-bit
Linux: 10.04

[Code].....

View 1 Replies View Related

OpenSUSE Install :: How To Mount/show Windows RAID5

May 21, 2010

I have just recently installed opensuse 11.2 (on a seperate hdd) on my file server. I have a highpoint rocketraid card in the system with 4 x 1.5tb HDDs. I'd like to get my RAID5 showing up without loosing any data? Is this possible??I have been following this post over HERE

/proc/partitions
major minor #blocks name
8 0 1465138584 sda
8 16 1465138584 sdb
8 32 1465138584 sdc
8 48 1465138584 sdd

[Code]...

View 5 Replies View Related

OpenSUSE Install :: 11.0 Raid5 LVM Logical Volume Not Mounting?

Apr 22, 2011

I have a raid 5 with 5 disks, I had a disk failure which made my raid go down, after some struggle I got the raid5 up again and the faulty disk was replaced and rebuilt itself. After the disk rebuilt itself I tried doing a pvscan but could not find my /dev/md0. I followed some steps on the net to recreate the pv using the same uuid then restored the vg(storage) using a backup file. This all went fine.I can now see the PV, VG(storage) and LV's but when I try to mount it, I get a error "wrong fs type" I know that the lv's are reiserfs filesystems, so I did a reiserfsck on /dev/storage/software, this gives me the following error:reiserfs_open: the reiserfs superblock cannot be foundNow next step would be to rebuild then superblock, but I'm afraid that I might have configured something wrong on my raid or LVM and by overwriting the superblock I might not be able to go back and fix it once I've figured out what I didn't configure correctly.

View 5 Replies View Related

OpenSUSE Install :: 11.4 Insists In Starting X - Stopped With Message On Tty1 "Starting YaST2"

Jul 18, 2011

I installed OS11.4 on my old laptop, Compaq Armada E500., 512MB RAM, ATI Rage Mobility. During installation I chose "minimal server" and added some development packages, lxde and a little more. I chose to start in runlevel 3 which is full networking without X. Still, when computer is booted it tries to start Xorg which doesn't work because of some problem w driver. The start-up seems to stop there, it never loads completely - seems most things in runlevel 3 are not started (see below) I can manually login on laptop and fix it - but never permanently, same thing again after reboot.

I have checked /etc/inittab & yast - both states default runlevel is 3. I have checked services to be started both directly, browsing directory /etc/rc.d/rc3.d/, and with YaST, it is very clear X should not load during boot. But, as said, it does.. I don't really care about the driver problem right now, I can fix that later when I have more time. So how do I stop X from getting started automatically?

More info, if needed: The installation also stopped with message on tty1 "Starting YaST2" and tty8 showing errors with graphics driver (mach64). The system seemed to be installed though, so I simply rebooted (issuing "reboot" from tty2).

[Code]....

I'm not completely sure where it stops, network is configured but keyboard is wrong and mysql & everything after is not started, so somewhere between S02network and S06kbd. I'm going to use it as a server for testing purposes so no X is actually needed - however I do want to have X & lxde installed just in case, my Internet connection at home is terribly slow so I need most things I might need in the future installed today.

View 1 Replies View Related

Ubuntu Servers :: SSH Not Starting On Reboot

Nov 29, 2010

I have set up a new IP specifically for SSH and configured SSHD_Config accordingly to listen on this new interface and a specific port. However when I reboot SSH is not starting. Looking in the syslog it shows that it is unable to start. It looks like its trying to listen on the interface before it is set up.

Code:
Nov 29 13:00:23 anubis init: ssh main process (601) terminated with status 255
Nov 29 13:00:23 anubis init: ssh main process ended, respawning
Nov 29 13:00:23 anubis init: ssh main process (610) terminated with status 255
Nov 29 13:00:23 anubis init: ssh main process ended, respawning
Nov 29 13:00:23 anubis init: ssh main process (618) terminated with status 255
Nov 29 13:00:23 anubis init: ssh respawning too fast, stopped

I am able to start SSH manually once the server is booted. Do I need to set up my interfaces differently to ensure they are available prior to SSH starting somehow? I don't want to change my ssh config to listen on all addresses.

View 9 Replies View Related

Ubuntu Servers :: Bond0 Not Starting After Reboot?

Apr 10, 2010

I am having problems with bond0 starting at boot on ubuntu server 9.10. After I do a restart I have to manually start the network with "ifup bond0". I have installed the built package (ifenslave-2.6_1.1.0-15ubuntu1_i386.deb (as indicated in Bug #482419)).

I have setup bonding for mode=6 with miimon=100 using eth0 and eth1 (both are Intel 10/100/1000 ports using an aic79xx network driver).

The contents of the aliases file are:

alias bond0 bonding
options bond-mode=6 miimon=100

The contents of the interfaces file are:
auto bond0

iface bond0 inet static
address 192.168.15.60
netmask 255.255.255.0
gateway 192.168.15.1
slaves eth0 eth1
bond-mode 6

View 9 Replies View Related

OpenSUSE Install :: Fresh Install + Update & Reboot = Unable To Open Session?

Sep 14, 2010

I just reinstalled my OpenSuse 11.3 with the GNOME desktop. As soon as I was done installing and I was on a fresh desktop, I installed the Yast updates that were available, rebooted, and now I can't login to any of my User accounts. Whenever I try to login, it tells me that it is "Unable to Open Session".o any of you know how I can fix this without having to reinstall all over again

View 1 Replies View Related

OpenSUSE Install :: Fresh Install 11.4 Blocks At Splash Screen On Reboot

Jun 30, 2011

I ordered a SuSE 11.4 installation DVD from an online Linux Distro distributer that I've used before with no problems. I did this rather than burn my own DVD from the website. I thought that I might perform a fresh install of SuSE 11.4 on this Dell 1420 Laptop that is currently running Ubuntu 11.04.

Note, this is a completely fresh install, not a side-by-side installation with Ubuntu; I followed the installation sequence that completely repartitions the entire disk for SuSE, and accepted all of the suggested options regarding logon, etc.

Everything goes well ... sort of. The first install didn't reboot correctly, i.e., the set-up that is supposed to run after the initial install never happened and I had to manually power-down the machine and restart from the "safe mode." Needless to say, that didn't work as expected. So, I re-install, from scratch, trying different options: for instance, instead of LVM, I decide to have an un-encrypted partition scheme and accept the "obvious" options ... thinking that the LVM options interacted badly with the install. Eventually I get the installation to proceed correctly, or so it appears: it goes though the entire sequence, including the re-boot, building the default image, etc.

I test this image by removing the DVD, power-cycling the machine, and all looks good, so I begin the process of installing software updates, etc. Being paranoid, I re-boot the machine, and all restarts correctly, etc.

Now here's the annoying thing. The next day, I power the machine on, and it locks at the splash screen. By the way, these are the exact symptoms that I experienced with the bogus/incomplete installations. The boot sequence proceeds up to the splash screen and waits forever.

So, in sum: I spent inordinate amounts of time attempting to install this software, carefully following the instructions provided by the installer. In every instance, after leaving the machine off for a day or so and rebooting, I am met with a splash screen that sits forever. Needless to say, I am extremely reluctant to repeat another day of software installation to only have to re-start with no assurances of success. Either I go back to ugly Ubuntu (which has always worked out of the box, by the way), or I look at other options. I was hoping to use SuSE, but I really don't care which distro is on that machine as long as it works and it provides TeX, R, Emacs, Scheme, and a few other software packages that I'm sure are of no interest to your customer base.

View 4 Replies View Related

Fedora Installation :: 10 - Reboot At Starting Screen/Boot Loader

Apr 9, 2009

I have a Laptop ( Samsung R510 Driton (Aura Series) with Win XP installed, and wanted to install fedora 10, too, as i really want to test a few things in linux and get a little knowledge there....

I Installed fedora with his guide: [url]

And as for Dual boot i also read this guide: [url]

I created root, home, swap (8 gb), usr, var all in all about 100 gb (i know its much, but i have enough space :)

After the installation, fedora wanted to restart my laptop, i let it restart and GRUB came up, i chose "fedora 10" pressed enter and the laptop just restarted....did the same thign again, andn ow fedora was about 2 secs in the loading screen and then restarted again....i've chosen windows and the laptop isj ust restarting...i tried windows again and windows is loading ....but i dont get in fedora 10....

Here are the specification of my laptop:

Quote:

View 1 Replies View Related

Ubuntu Servers :: Apache No Longer Starting Unattended After Reboot?

Nov 18, 2010

I have an Ubuntu 10.04.1 AMD64 server running Apache with SSL. In the past, even though I have a passphrase on my key file, I have only needed it if I manually restarted Apache2, never after reboot.

I recently switched from a self-signed cert to one from a CA. I'm not sure if this is what caused it, I also installed a few packages (AWStats, PHPSysInfo and Munin) that all interact with the webserver.

Anyway, I just noticed that now after a reboot Apache starts but doesn't work. I need to kill that process and start a new one with the passphrase (maybe on the console it is prompting me, I mainly use SSH access since the server is headless).

Why did Ubuntu used to 'remember' the passphrase on the self-signed cert but now I need to provide it?

My sever auto-updates so it would be annoying to have this thing go down regularly after a patch that requires a reboot.

View 8 Replies View Related

OpenSUSE Install :: 11.3 64bit Install Freezes After Reboot During Autoconfiguration - GeForce 9300 Chipset (MCP7A)

Sep 15, 2010

I just wanted to install openSUSE 11.3 64bit. Installation works fine until reboot request. It switches to console, saying that it tries to load without reboot, screen becomes black, i got a cursor with animated wait-symbol and then it freezes. Can't move the mouse, no reaction on keyboard inputs, HDD-led not blinking. If I reset my PC and boot the new installation, it says that an error occurred and asks me to complete the unfinished installation. It starts auto-configuration and freezes again at about 3%. I tried again and some time it did not start the graphical yast but in textmode. The freeze came at the same position, but it posted many lines on console with error messages. I could not scroll, so I saw only parts of it, saying kernel panic and many addresses.

I guessed that it has to do with my chipset and graphics card, it is a nVidia GeForce 9300 chipset (MCP7A) with onboard graphics. It works fine with openSUSE 11.2 64bit by the way, but it was not supported in earlier versions than 11.2. So I tried to install it with proprietary drivers. I started the installation again and added the nVidia repository and a Packman repo and selected the driver which works fine on 11.2. Error was same as above. Next I tried an openSUSE 11.3 32bit Live CD that came with some PC magazine and lay around and it is booting and works fine!

This was confusing to me, so I wanted to try the 64bit version of the live CD. Which was again not booting. It freezes at some part, maybe when it tries to start X. But it also freezes booting with 'nomodeset' (found it somewhere here), in VESA mode and even in textmode! So i guess it's not X what causes the freeze. But it is sometime at the end of booting up, as far as I can say. I would like to use the 64bit version but I don't know where to search for the problem. I checked every checksum before burning, so a broken media should not be the reason

View 9 Replies View Related

OpenSUSE Install :: HP Tx2525nr Install Fails On 1st Reboot After Installation?

Jan 26, 2010

This system has AMD Turion with ATI HD 3200 Graphics system. Installation program correctly initializes graphics - all installation completes with automatic configuration - gives no option for sax2 to run. Then Suse does not comes up or the x does not comes up or display is not showing anything. I can switch to Vista and Vista boots works from grub menu. How can I test and configure graphics and monitor before installer boots the system?

View 1 Replies View Related

OpenSUSE Install :: Gnome Not Starting After Update (gdm)?

Feb 7, 2010

I ran an update after installing the OpenSuse 11.2 Gnome Live CD and could not start Gnome.Signing in would only get me a blank screen with wallpaper.Changing the display manager in /etc/sysconfig/displaymanager to kdm (from the default gdm) resolves this issue for me:DISPLAYMANAGER="kdm"

View 2 Replies View Related

OpenSUSE Install :: 11.2 In VMware Workstation - Not Starting In GUI

Apr 9, 2010

I am using my OpenSuse 11.2 in VMware Workstation. I didn't do anything to it and when I open it, there is no more GUI coming up. Only command line interface came up. how can I change this back to GUI?

View 9 Replies View Related

OpenSUSE Install :: Not Starting After System Recovery

Nov 2, 2010

I have a HP mini 5101 wit OpenSuse 11.2. Unfortunately, I wanted to have a newer version 11.3, but I upgraded in a wrong way and the system not started any more, failed in start-up level 5 and ran the Kernel. I tried to find the solution, searched on google, but I think made it worse (personal feeling): made some changes in xconfig. Of course, the problem remained. Then I decided to make a system recovery. Everything was OK, until the last step, when the system prepared the first login. I saw this message for a few seconds:

Code:
*** Starting Yast2 ***
basename: missing operand
Try 'basename --help' for more information
SPP: could not open file: at /usr/share/sax/modules/SPPParse.pm line 61
When I switch on my netbook, during the loading everything seems ok, after loading I see the background but no login window, nothing. I don't know what's the problem.
I started the system recovery again and again. In few times I saw this on screen for a second, then return the background:
[Code]...

View 6 Replies View Related

OpenSUSE Install :: Starting Script At Login?

Aug 26, 2011

I had a question about starting scripts when my user logs into the system. The script is just a simple bash script that runs an infinite while loop that does a who | grep <USERNAME> and if it returns zero then executes a program and then exits the script. First I tried adding my script to the /etc/init.d dir but after login I could not find the script running anywhere using ps -ef and/or ps -aux. Then I tried adding the script into the /etc/init.d/rc*.d directories but also could not find it running. It wasn't until I decided to use the "Startup Applications" option in the "Control Center". So my question about that is, where does that application add those apps to so they start at login time? I could not find any "links", etc... for that script in any of those dirs?

Also, one other question. How do I create a user that I can use for SSH and su to if need be, but not have the option to login to that user at boot time. Before I created the other user, it would just automatically login to the my "everyday" user account, which is what I want. But now with the new user I get prompted to select which user I want to login in to.

View 5 Replies View Related

OpenSUSE Install :: Grub Error After Install And First Reboot?

Dec 21, 2010

I tried several times to install sue 11.3 on a amd 64 system by configuration a soft raid1 by this order:

md0 /boot
md1 /
md2 swap

or my problem, after configuration and install over the dvd and yast installation menu, after the first reboot I have a grub error -> nothing found.If i try to setup suse 11.2 over the same method, it works.after a system upgrade to 11.3 all is working fine. The only problem is by installing directly the 11.3 I also re-download the dvd and try over the netcd and it's all the time the same error.I searched in the forum but nothing found (perhaps i do a wrong search)

View 2 Replies View Related

OpenSUSE Install :: 11.1 - Installation Hangs On Starting UDev

Dec 21, 2008

I want to try the new 11.1. When I start the installation (x86_64 DVD), the startup is hanging. The last message is "Starting udev...". Keyboard is completely frozen, only reset button is working. Mobo is an Intel DG965WH with 4GB RAM and ATI Graphic card (ASUS1950pro). My opensuse 11.0 runs without any problems.

View 9 Replies View Related

OpenSUSE Install :: Upgrade It To 11.2 64bit Without Starting From Scratch?

May 17, 2010

I have this 11.0 64bit workstation here. It has been running flawlessly for the longest time. It is setup really nicely for this particular job.Anyways, I would to upgrade it to 11.2 64bit without starting from scratch. What would be the best, simplest way to do this?

View 9 Replies View Related

OpenSUSE Install :: Hangs Up When Starting Sound Card?

Jul 25, 2010

I'm trying to install OpenSuse 11.3, everything went fine untill last step : configuring hardware. So my install hangs up at the point "starting sound card" (well it is in french, but it should be this translation in english). My sound card is a classical realtek hd audio card (from a laptop toshiba x200). In the terminal(/dev/tty1) I can see that it is hanging at Starting Yast2. I had no pb with my previous installs regarding the sound card (with openSuse 11.2 and earlier). what to do to have this step working, or at least have the sound card not started at this point.

View 1 Replies View Related

OpenSUSE Install :: 11.4 Jumps To Log In Screen After Starting An Application?

Mar 16, 2011

I just installed the brand new 11.4 on an old Dell Optiplex GX280 box. After the proxy been set, I tried to open firefox but then, all jumps back to the log in screen. The same happens when I try to open pgadmin. After logging in, all the open windows are gone.

View 1 Replies View Related

OpenSUSE Install :: X Not Starting, Intel Graphics Driver?

Jul 16, 2011

I am running Opensuse 11.4 on a file server, based on an Intel Atom motherboard with 945G graphics chipset.I recently shut down and then rebooted the server (because I needed to switch off the power for a few minutes) after it had had been running quite happily for several weeks since the last boot. Now I cannot start X - it gives up after the line(EE) intel(0): failed to set mode: Invalid argumentI've tried googling but am none the wiser what could have caused this, or how to fix it. Excerpts from the X log file:

Code:
[ 229.187]
X.Org X Server 1.9.3

[code].....

View 7 Replies View Related

Server :: Recreate A Raid5 MD0 Into A Raid5 MD3?

Jan 9, 2010

I have no drive failures but just need to recreate a raid5 set as the next free MD disk number. Originally I built a temp OS of debian on a single drive and had 4x2TB drives in a raid5 software array (MD0) this worked fine and allowed me to move all data to it, and remove our old fileserver. I have now pulled out the 4 x 2TB Raid 5 drives and created a new OS on two new 80GB drives, partioned as follows,

MD0 is now 250mb Raid1 as /boot
MD1 is 4GB Raid1 Swap
MD2 is 76GB Raid1 as /

If I turn off and push back in the 4x2TB drives I cannot see a MD3. I presume I would need to create a MD3 from these 4 drives but I dont want to mess things up as its live data. So im here asking for help, or a bit of hand holding to get it done right.

PS - Its a Debian Lenny 5.0.3 Raid1 fresh install replacing a Debian Lenny 5.0.3 on a single disk.

View 2 Replies View Related

OpenSUSE Install :: Panel Bar Changes After Reboot

Mar 22, 2010

I use the Air openSUSE theme for my panel bar, etc., yet, after rebooting (or starting up the computer after it has been shut down), the panel bar comes up as if it were configured with some kind of black theme, which I do not like - you can still see things like icons for windows, launcher, etc. except for the clock, since its font color is black.

How do I put a stop to this? I have tried everything I can think of, customized settings, different themes, and so on, yet I get the same results after booting into openSUSE.I am using the openSUSE 11.2 KDE version.

View 9 Replies View Related

OpenSUSE :: 11.3 Will Not Load After First Reboot During Install / Fix It?

Oct 26, 2010

11.3 will not load after the first reboot during install, after the reboot the screen just goes blank and that's all.

This is a single setup no dual boot, from openSUSE-11.3-DVD-x86_64, on brand new Latitude E6510 laptop.

View 9 Replies View Related







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