LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 03-30-2009, 01:05 AM   #1
eschrock
Member
 
Registered: Mar 2009
Posts: 34

Rep: Reputation: 15
Mandriva 2009 won't boot completely


Hi there,

I recently had to shut down my computer manually, and since then Mandriva can't boot completely. When it tries to, it will get to booting ethernet stuff, and right around the end of that (usually after booting snort, and then wine, though sometimes just one of those), it will just stop booting. If I press the power button, it will proceed to shutdown normally, so I don't have to just power off, and it will also drop me into a shell. So I figure it's not frozen. Looking through dmesg and system logs doesn't show any errors. Further diagnosing can be found on my previous post in a different forum:

http://www.linuxquestions.org/questi...9/#post3486919

The person there outlined how to edit the init scripts, to try and skip whatever is hanging up during boot, but he was unsure and recommended I talk to experts on Mandriva. I'm very new to linux, so if someone can walk me through commands and/or offer suggestions as to what might be causing this, that would be fantastic.

Please help me! I need to get Mandriva up and running again as soon as possible...
 
Old 03-30-2009, 11:37 PM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
If your system is hanging but you still have keyboard control, cycling through the function keys may reveal what process is causing the system to hang. Basically start with Alt & Ctrl & F1 after that do Alt & F2 and so on. When you reach a login prompt again you can stop checking the other function keys. If possible post the output of the last screen with info on it to this thread. If you can't copy and paste the info, write it down before relaying it.
 
Old 03-31-2009, 07:26 PM   #3
eschrock
Member
 
Registered: Mar 2009
Posts: 34

Original Poster
Rep: Reputation: 15
All the function keys, except for F8 and F12 gave me a login prompt. F8 returned me to the screen I had before. F12 showed me interesting stuff:

Mar 31 20:01:33 localhost kernal:wlan0:no IPv6 routers present
Mar 31 20:02:01 localhost CROND[4498]: (root) CMD ( /usr/share/msec/promisc_check.sh)
Mar 31 20:03:01 localhost CROND[8336]: (root) CMD ( /usr/share/msec/promisc_check.sh)
Mar 31 20:04:01 localhost CROND[10915]: (root) CMD ( /usr/share/msec/promisc_check.sh)
Mar 31 20:05:01 localhost CROND[14756]: (root) CMD ( /usr/share/msec/promisc_check.sh)
Mar 31 20:06:01 localhost CROND[18597]: (root) CMD ( /usr/share/msec/promisc_check.sh)
Mar 31 20:07:01 localhost CROND[22441]: (root) CMD ( /usr/share/msec/promisc_check.sh)
Mar 31 20:08:01 localhost CROND[26282]: (root) CMD ( /usr/share/msec/promisc_check.sh)
Mar 31 20:09:01 localhost CROND[30123]: (root) CMD ( /usr/share/msec/promisc_check.sh)
Mar 31 20:10:01 localhost CROND[801]: (root) CMD ( /usr/share/msec/promisc_check.sh)
Mar 31 20:11:01 localhost CROND[4174]: (root) CMD ( /usr/share/msec/promisc_check.sh)

And it would add another entry every minute. What does this mean? And how do I stop it?
 
Old 03-31-2009, 11:14 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,499

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
First off, have you checked the file: /usr/share/msec/promisc_check.sh) which is a bash script, to see what it is? It looks like you have this script set to run every minute in a cron entry ( CROND )?? I'd at least take a look at the 'promisc_check.sh' script. I'm not really sure what this is but it wouldn't hurt anything to check your cron entries for root, log in as root user and run command 'crontab -l'. Check to see if you have an entry as above there.
 
Old 04-01-2009, 01:31 AM   #5
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
msec is Mandriva's security software. If promisc_check.sh is running each minute, you have enabled Ethernet cards promiscuity check (MCC > Security > Set up Security Level and Audit > Network Options tab). The default setting is no.

HTH,
 
Old 04-01-2009, 04:08 AM   #6
eschrock
Member
 
Registered: Mar 2009
Posts: 34

Original Poster
Rep: Reputation: 15
Thank you! Could you tell me how to disable the check from command prompt?
 
Old 04-01-2009, 05:22 AM   #7
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
Log in to a console screen as root.

You can disable promiscuity checking in one of three ways:

1. Set Security Level with msec

Execute the following command:
Code:
msec x
where x = security level (numbered 0 - 5). See /usr/share/doc/msec/security.txt for detailed definitions. The following information is copied from the GUI configuration utility:
Quote:
1. Poor: This is a totally unsafe but very easy to use security level. It should only be used for machines not connected to any network and that are not accessible to everybody.

2. Standard: This is the standard security recommended for a computer that will be used to connect to the Internet as a client.

3. High: There are already some restrictions, and more automatic checks are run every night.

4. Higher: The security is now high enough to use the system as a server which can accept connections from many clients. If your machine is only a client on the Internet, you should choose a lower level.

5. Paranoid: This is similar to the previous level, but the system is entirely closed and security features are at their maximum
Notes: Level 0 (zero) = off (no checks).

Mandriva sets the default level to 3 (High). I find level 2 (Standard) to be adequate for home desktop workstation use. Levels 4 and 5 enable promiscuity checks by default. If you want either of these levels of security, choose one of the two options listed below.

2. Edit /etc/security/msec/level.local

2-A. Remove the line
Code:
enable_promisc_check(yes)
2-B. Edit the line
Code:
enable_promisc_check(yes)
changing the (yes) to (no)
Code:
enable_promisc_check(no)
execute the following command:
Code:
msec
Notes:

Removing the line restores default behaviour (default = no)

Editing the line (changing the quoted yes to no) achieves the same result.

msec will return with no output

HTH,

Last edited by ernie; 04-01-2009 at 06:04 AM.
 
1 members found this post helpful.
Old 04-01-2009, 08:02 PM   #8
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
shutdown -Fr now

The F forces a disk check on next boot. Press ESC at GUI screen to see progress. It can take a while to complete.
 
1 members found this post helpful.
Old 04-01-2009, 08:16 PM   #9
eschrock
Member
 
Registered: Mar 2009
Posts: 34

Original Poster
Rep: Reputation: 15
Ok, so I edited the level.local file and got rid of the promiscuous check. Unfortunately, Mandriva still hangs. dmesg doesn't give anything out of the ordinary still, the function buttons no longer lead to any informational screens, and syslog also doesn't report any errors. Also looked up crontab and it said 'no crontab for root.' Tried it again as a different user and it said the same thing except with the user name. What should I do now?
 
Old 04-01-2009, 08:29 PM   #10
eschrock
Member
 
Registered: Mar 2009
Posts: 34

Original Poster
Rep: Reputation: 15
Just had it check the filesystem, again no errors
 
Old 04-02-2009, 03:47 AM   #11
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
I'd backup /user with a LiveCD like Mandriva One and reinstall at this point.

But FWIW, after forcing a disk check I typically do a rpm --rebuilddb and that makes msec happy again.
 
Old 04-18-2009, 08:58 AM   #12
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Rep: Reputation: 30
Can I install the live CD into hardisk?
 
Old 04-18-2009, 11:52 AM   #13
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Quote:
Originally Posted by TigerLinux View Post
Can I install the live CD into hardisk?
Yes you can.
 
Old 04-18-2009, 11:55 PM   #14
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Rep: Reputation: 30
So I will just download the CD image. Is mandriva 2009 very user friendly compared to ubuntu?
Right now I am using ubuntu 8.10
 
Old 04-18-2009, 11:57 PM   #15
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Quote:
Originally Posted by TigerLinux View Post
So I will just download the CD image. Is mandriva 2009 very user friendly compared to ubuntu?
Right now I am using ubuntu 8.10
That depends on your level of experience. You'll be able to judge for yourself with Mandriva One.
 
  


Reply

Tags
boot, hang, incomplete, mandriva



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandriva One 2009 (live cd) wont boot to gui on my aspire 5024 laptop ANTIlooppi Mandriva 3 02-07-2009 01:59 PM
Trouble with Mandriva One 2009 shea1roh Mandriva 8 02-05-2009 06:08 AM
Mandriva 2009 for amd 64? Abraxis Mandriva 7 01-05-2009 09:32 AM
digiKam in Mandriva 2009 jancyclops Linux - Software 0 12-13-2008 04:21 PM
Cannot boot Mandriva 2009 hayzhold Linux - Software 2 10-15-2008 06:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 10:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration