Results 1 to 7 of 7
Hello,
Unfortunately, I am not linux expert.
I have Debian Linux server. In the bios it is set that turn on every day at 6.
I changed the kernel 4 ...
- 11-30-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
computer turn on automatically
Hello,
Unfortunately, I am not linux expert.
I have Debian Linux server. In the bios it is set that turn on every day at 6.
I changed the kernel 4 days ago. Old kernel was 2.4.27. The new one is 2.6.18.
Since, change of kernel the computer doesn't turn on although the bios is set.
What is the problem?
I use this motherbord: http://europe.giga-byte.com/FileList...8nf-9-rh_e.pdf
Zoli
- 11-30-2008 #2
Thanks for changing kernel

but did u also consider changing the associated packages with the kernels?
like kernel-headers????????
did u just say "oops"?
perhaps an update on your computer should resolve the issue.
- 12-01-2008 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
I dont like new kernel because my system is not good, because the computer can't turn on.
Now, I use this kernel: "2.6.18-6-486 #1 Mon Oct 13 15:35:23 UTC 2008 i686 GNU/Linux"
What can I do with kernel headers?
I installed oops.
oops is said:
"RLIMIT_DATA changed to maximum: 4294967295
RLIMIT_NOFILE changed to maximum: 8196
RLIMIT_NPROC changed to maximum: 4294967295
Loading modules from /usr/lib/oops
Loading module /usr/lib/oops/accel.so
Insert module 'accel'
Accel started
Module: WWW-accelerator (Redirect module)
Loading module /usr/lib/oops/berkeley_db_api.so
Insert module 'berkeley_db'
berkeley_db started
Module: BerkeleyDB 4.3.29 API (DB API)
Loading module /usr/lib/oops/custom_log.so
CustomLog started
Insert module 'CustomLog'
CustomLog started
Module: Customized access log. (Logger)
Loading module /usr/lib/oops/err.so
Insert module 'err'
Err_report started
Module: Error reporting module (Error handling)
Loading module /usr/lib/oops/fastredir.so
Insert module 'fastredir'
fast redirector started
Module: Fast Substring URL Redirector (Redirect module)
Loading module /usr/lib/oops/gigabase_db_api.so
Insert module 'gigabase_db'
Module: GigaBASE API/stopper (DB API)
Loading module /usr/lib/oops/lang.so
Insert module 'lang'
Lang started
Module: National languages handling module (Output module)
Loading module /usr/lib/oops/log_dummy.so
Dummy logger started
Insert module 'DummyLog'
Dummy logger started
Module: Dummy logging module (Logger)
Loading module /usr/lib/oops/netflow.so
Netflow started
Insert module 'netflow'
Netflow started
Module: Netflow access log. (Logger)
Loading module /usr/lib/oops/oopsctl_mod.so
Insert module 'oopsctl'
Oopsctl started
Module: Oops controlling module (Listener module)
Loading module /usr/lib/oops/pam.so
Insert module 'pam'
Module: Auth using PAM/stopper (Auth module)
Loading module /usr/lib/oops/passwd_file.so
Insert module 'passwd_file'
Passwd_file started
Module: Auth using passwd file (Auth module)
Loading module /usr/lib/oops/passwd_mysql.so
Insert module 'passwd_mysql'
Module: Auth using mySQL/stopper (Auth module)
Loading module /usr/lib/oops/passwd_pgsql.so
Insert module 'passwd_pgsql'
Module: Auth using PostgreSQL/stopper (Auth module)
Loading module /usr/lib/oops/redir.so
Insert module 'redir'
Redirector started
Module: Regex URL Redirector (Redirect module)
Loading module /usr/lib/oops/transparent.so
Insert module 'transparent'
Transparent started
Module: Transparent proxy (Redirect module)
Loading module /usr/lib/oops/vary_header.so
Insert module 'vary'
Vary: started
Module: Processing 'Vary:' header (Headers match module)
Loading module /usr/lib/oops/wccp2.so
Insert module 'wccp2'
WCCP2 started
Module: Web Cache Coordination Protocol v2.0 (Listener module) "
- 12-01-2008 #4
sounds like mess with the system!
just update your system and do not change kernels because kernels has many files that are dependant on it.... I cannot specify what all files, because it will be really long list. Just do an update on your machine..
- 12-01-2008 #5Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
Earlier, I mentioned, I am not linux expert
How can I update my machine. Should I change the Bios?
- 12-02-2008 #6
As I understand, you are using Debian, which is apt based.
so,
orCode:sudo apt-get update
upgrade / update will install newer kernel and also the dependencies... still if you have issues and need correct guidance about kernels then first study all pages of:Code:sudo apt-get upgrade
The Debian GNU/Linux FAQ - Debian and the kernel
or keep posting here, simple?
As I have so far studied debian, but it was long time ago,
you probably installed the kernel-image-2.X.XX??
Try not to install kernel images directly without thorough information about your hardware needs.
Kernel is a type of program that really interacts with your hardware and helps to stabilize your operating system on which your DE is loaded and on DE your applications.
Keep posting, and update what's happening.
- 12-03-2008 #7
you need to do both lines, I always wrap them in one by doing
update updates the package list and upgrade upgrades the packages. I run a server on Ubuntu(which is Debian based) and when I need to update the kernel I use the code:Code:apt-get update && apt-get upgrade
I know this works for Ubuntu, but I'm not sure about Debian. I think it should work thoughCode:apt-get update && apt-get install linux-generic


Reply With Quote

