What I'm saying is that it's 99% likely that a script like that is already on the machine, you just need to find the switch to turn it on. If you haven't learned anything about bash scripting yet, now would be a great time to do it. Just look for the mdadm script in /etc/init.d and figure out how it works.Originally posted by: fyleow
Maybe I could write a script that executes on startup that runs that but I have no idea how to do it.
No idea about that part. Could be that the failed device will stay marked as a spare until it's fully rebuilt. But again, I've never really used the Linux md stuff very much.I just tried simulating a drive failure and I'm rebuilding now, but it seems like the drive is being added on as a spare drive and not an active one??
The next prompt asks me for my email address and if I want to start the automatic monitoring service. I said yes, but I'm not sure if it will run automaticall on startup. I'll try rebooting once my RAID array is done rebuilding.
When I run /etc/init.d/mdadm start it works fine. How do I know or set the mdadm service to start up on bootup?
The question doesn't really make sense to me. "Console" means a text session and GNOME is a graphical environment. So no, you can't have "GNOME through a console".Originally posted by: fyleow
Is it possible to login to a gnome session through console?
It sounds like what you're really asking is "Can I operate the machine remotely?" That's what SSH is generally used for.I'm going to be running the Linux box headless and I don't want to have to bring a keyboard down there everytime I reboot.
If your hosting torrents or something, you should probably use a torrent program that isn't built to be used in an X session. BT used to include a "headless" variant for just that sort of thing.I need to be in gnome so I can have Azureus and other apps running.
I don't see the problem. You login once via SSH or whatever and start the VNC server.I tried VNC but you need to login first before it works.