General :: Cannot Determine Run Level - Setting Up Hardware Clock
Aug 31, 2009
I have opensuse 10.3 Everything has been working fine for several months, then out of the blue, something changed. I woke up to see that the system was down. When trying to start it, it goes to
"can't determine runlevel" and stalls
- OR -
if it gets past that point, it stops at "setting up the hardware clock".
View 4 Replies
ADVERTISEMENT
Aug 31, 2009
Hello all,
I have opensuse 10.3
Everything has been working fine for several months, then out of the blue, something changed.
I woke up to see that the system was down.
When trying to start it, it goes to
can't determine runlevel and stalls - OR - if it gets past that point, it stops at setting up the hardware clock
What steps can one take to solve the problem?
TIA
View 4 Replies
View Related
Sep 16, 2010
How can I mirror drives on the hardware level? I have a Sun X2270 server with 4 1 terabyte hard drives and need to mirror two drives.
View 1 Replies
View Related
Aug 2, 2010
I have a debian system that's freezing in the boot sequence at "Setting system clock".Several sites I looked at recommended changing the init scripts to disallow hardware access to the clock. But, I can't boot! Is there a parameter I can pass to the kernel at boot so that it will skip init scripts?
View 2 Replies
View Related
Jan 15, 2011
hello everyone, im having a problem when my computer enters in the run level 4 as the default when i start slackware. The strange thing is that it not seems that is a X window problem, it looks like more like a configuration problem in some part of the kde script to initialize the log in, because if i manually start the X service it works fine, i dont know what is the source. Thank you in advance for the help.
View 3 Replies
View Related
Jul 21, 2010
How do I set the Task Manager clock from 12 to 24 hrs in KDE?
View 5 Replies
View Related
Jul 2, 2011
I'm using OpenSuse 11.4 64 bits with KDE 4.6.00 (4.6.0) "release 6". Since several days, the sound level setting via the sound icon at the right of the task bar is very slow, ie it takes several seconds (not to say one minut or more) between the action of increase / decrease the sound level and the effect on the sound level.Same behaviour when I select this sound level icon at the right of the task bar, the cursor appears one minut later.
View 3 Replies
View Related
Dec 4, 2010
A friend of mine is starting a school this school has computers. I'm assuming windows but that's not that point at the moment. He asked me about setting a main unit that held the kids info and their work complete on the computer. Effectivley what I am asking is how do I set up a server to allow many multiple (at least 50 user at a time) each with their own folder as their home (or desktop I guess is a better word). He also wants a person to be able to add themselves as an account similar to that of signing up for something (ie facebook twitter you know). Oh and ( I almost forgot the most important) how to setup the server to allow the other computer to boot to it via the network...
View 3 Replies
View Related
Nov 6, 2010
In Kubuntu 10.10, the clock is set to military time. I shouldn't have to do the math just to look at the clock. There is no setting anywhere to change it to normal time.
View 8 Replies
View Related
Jul 21, 2009
I have adjust the clock to my country current time but after a reboot,all the setting is gone. How to permanently setting the correct time?I have select my country region.
View 2 Replies
View Related
Feb 26, 2009
I'm setting the hardware clock on RHEL 5.1 system using /sbin/hwclock --systohc. After setting the clock I issue a date command followed by a /sbin/hwclock --show from within a script to get fast resolution and I see that the hardware clock precedes the system time on average by .5 seconds. I would think the clock should be identical after setting.
View 2 Replies
View Related
Dec 7, 2008
The suse 10.0 64 bit partition on my box stops booting when it is setting up the cmos clock. The suse 10.0 32 bit partition boots up without a problem. I never had a problem with the suse 10.0 64 bit partition up until now. Is it possible to fix the problem using puppy linux and editing a configuration file? I do not think it is a hardware issue if the other partition on the drive boots up. Would puppy linux be a good way to backup files from this partition or can I mount the partition using the 32 bit os?
View 1 Replies
View Related
May 27, 2010
I have a directory that has a another directory inside it. The top directory is rather redundant since it only contains the one other one. Is there a way to delete the top level directory and have the contents simply "move up a level"?
View 6 Replies
View Related
Dec 21, 2010
I've got an OpenSUSE 11.0 machine that's been working fine for quite some time. Today it wasn't responding at all to HTTP or SSH requests, so I power-cycled it. Now it's freezing up during boot at "Setting up hardware clock". I can't get past it in the boot-up, whether I use the default or the failsafe boot options.
I'm able to fire it up with a 11.3 install DVD and enter the rescue mode. From there, though, I'm not sure what to do next.
I can't use YAST -- can't boot that far. Most of the threads I've found on this topic via Google recommend doing something in YAST, so I thought I'd nip that in the bud.
I did check the BIOS clock, and it was about a month slow. I reset it manually -- hopefully I haven't screwed myself completely.
Any assistance would be hugely appreciated. This box is running as a server for a few websites, and the users would like them back.
AFAIK this is OpenSUSE 11.0, 32-bit, but I could be mistaken. It might be 64-bit. Where would I check that prior to attempting to boot?
View 7 Replies
View Related
Jun 8, 2010
I am a brand new ubuntu user, heard lots of good things about it so thought I would give it a go on my laptop. However, I have tried installations of Ubuntu 10.04 (notebook version) and Xubuntu. Yet on both attempts to install the OS it has stalled at the "Setting up the clock" dialogue box, it just sits at 0% and remains frozen (mouse still moves etc but nothing happens).
I really want to give Ubuntu / Xubuntu a go and my forum trawling has brought nothing to light so far.
View 3 Replies
View Related
Aug 10, 2010
I've been able to kludge a kill script which finds the correct pid for the kdeserver (or gnome server) after my system comes up in run level 5 so I can drop back to run level 3 mode. Lots of experimentation showed me that using telinit 3 and telinit 5 would occasionally leave the video memory in a mess and I would have the black screen of death.
I set the security parameter setting to autologin for me since I am the only user of my machine, but I still have to kludge the default setting under sysconfig (the DEFAULT_WM) under Window Manager to pick a certain window manager, so it takes time to manually switch the desktop.
Right now I can leave the gui and drop back to cli, but painful experimenting showed me that killing the X server is a no no. Right now I kill the kde server, which sends the SIGTERM to the X windows manager, which then figures out that it has to shut down.
Questions: Is there a better way of doing this? Apparently openSUSE figures that we have multiple users logging into the gui desktop, so the gui is always kept running and a login window with the desktop manager option forces the user to login in. With autologin, this never happens, but no choice of desktop is possible on the fly.
Can some type of script be set up to painlessly enable this to happen? And what is the best way of bringing either the Gnome or KDE desktop manager down gracefully? I do get lots of error messages as the system attempts to recover and X shuts down. It appears that apparently the single user with autologin is left out in the cold.
View 4 Replies
View Related
Feb 6, 2010
I want to install a software called TinyOS which is an operating system designed for wireless sensor embedded networks in my account. The problem is it has instructions to install the software as an administrator since i'm not an admin of the department network i can not able to install. Is there any method to install this software as an user level rather than admin level.
View 3 Replies
View Related
May 8, 2010
How can I adjust the levels at which the battery is considered to be critically low?ight now it seems this is set at 5 or 10%. I want to make it 20 or 25%This is for Gnome. I am using Lucid x86
View 1 Replies
View Related
Jan 6, 2009
I want to know what are the advantages and disadvantages for accessing spi(serial peripheral inerface )from kernel level and user level. like methods of doing it, speed ,memeory utilization etc
View 1 Replies
View Related
May 27, 2011
I'm using a very simple conky script to diplay the date and time on my desktop. I've noticed that he conky clock is a few seconds early compared to the time displayed in the right hand side of the top panel (Natty). I guess both displays are based on the same "internal" time, so I'm left wondering how this could happen, and how to sync back the clocks.
It seems that Conky is in sync with the system date, while the panel clock is 2 seconds late (on my system). Checked with while true; do date; sleep 0.1; done
View 2 Replies
View Related
Aug 2, 2011
Just curious as to if it is possible to have the clock in the center of the task bar centered clock in Ubuntu 11.04?
View 1 Replies
View Related
May 2, 2011
Does anyone know of an interface to a quartz clock that can be used for a TOD clock?? I want to interface it to an Arduino board. Can be GPIO or USB.
View 1 Replies
View Related
Sep 2, 2011
I had cloned a centos 5.6 installation from virtualbox virtual machine to physical box. Everything work fine. However, the time showing in os using date command differs from bios time by roughly 4 hours. I am running ntp services which sync the time with another centos server on the network. It appears that some services are using virtual clock and some use physical clock. How do I get rid of virtual clock and only use physical clock?
View 1 Replies
View Related
Jul 21, 2010
[code]...
you can find a cutout of an output generated by "iwlist s" command for a cell. Does anybody know what Quality, Signal level and Noise level mean? What is the definition of them? I searched for it and could not find good information on it. What do these Extra:*** fields for? What does it show in the example above? How were those values computed?
[code]...
View 1 Replies
View Related
May 12, 2009
Hi Guys,
here is my scenario:
I am running F10 x86_64 with Nvidia Quadro FX 3400.
I installed the drivers and it worked just fine. No errors generated according to Nvidia log files.
However, while in run level 5 when I try to switch to run level 3 by typing "telinit 3" or "init 3" the X server goes down and I get a blank screen. Same thing happens when I try to switch to a different tty session by <ctrl>+<alt>+F2 (or any F key for that matter).
I also noticed that when I shut down my system I can't see any more the screen where services are shutting down and their status ([OK] or [failed]).
Would appreciate your help on solving this issue.
View 3 Replies
View Related
Jun 17, 2010
Hey Guys, I'am new here and request your help on this:
After installing emacs and a few dependencies on my RHEL 5, on restarting the system, the keyboard was not able to work. I restarted several times in vein.
However, when I start in single mode, it works perfectly. I have tried looking for a solution from google, but in vein.
Kindly help...
Regards, Andrew
View 1 Replies
View Related
May 14, 2010
Have installed Suse 11.2. how can I change the calendar format dd/mm/yyyy and how to configure the system to sync.from an ntp?
View 1 Replies
View Related
May 4, 2010
I have a ubuntu server , can advise if I want to change the network setting ( eg. IP address , gateway address etc ) , which one is the configuration file ? for example , if I want to change eth0 setting , what file I should update ?
View 10 Replies
View Related
Apr 13, 2010
Just wondering if there is a way to determine if the user has logged in is via ssh or if they are sitting directly in front of the PC and have logged in that way.I was going to do it via the .bash_profile so once they have logged in the bash_profile is run and it will have a test to see if the user is logged in via ssh or 'direct' log in. but not sure how or if this can be done.
View 2 Replies
View Related
Jan 20, 2010
I have cloned my linux OS onto a new hdd. Now even tho the system will boot, it directs me to the login screen and asks me to fix the location of the root dir because it is looking for /dev/disk/by-id with a very long serial #. I presume this is the old hdd serial #. How can I determine the serial # of the new hdd and change it in fstab? Is this the correct idea? Is it just......ls /dev/disk/by-id???
View 2 Replies
View Related