Go Back   MEPISlovers Forum > Help > Betas-RCs Only
Register FAQTop Statistics Today's Posts Donate Gallery
Gallery
Mepis Art Gallery
My images
Upload an image
View all users images
Post New Thread  Reply
ref kernel errors on boot up mtab sysfs is already mounted sys failed

 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-19-2007, 06:12 AM
todders todders is offline
In Love With Mepis
 
Join Date: Jun 2007
Location: United Kingdom
Gender: Male
Posts: 339
Thanks: 252
Thanked 251 Times in 99 Posts
Rep Power: 54
Reputation: 1289
todders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud of
Default ref kernel errors on boot up mtab sysfs is already mounted sys failed

Dear all in Mepis 7 beta 1 i have managed to get rid of the mount: according to mtab,sysfs is already mounted on /sys failed error messages in the kernel by duplicating the following entries in the mtab file and applying them to the fstab file:-

proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
procbususb /proc/bus/usb usbfs rw 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0

i placed all the above mtab entries into my fstab which now looks like this:-

# Pluggable devices are handled by uDev, they are not in fstab
/dev/sda1 / ext3 defaults,noatime 1 1
/dev/sda2 swap swap sw,pri=1 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
procbususb /proc/bus/usb usbfs rw 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec 0 0
/dev/sda3 /home ext3 defaults,noatime 1 2
/dev/sdb3 /mnt/sdb3 ext3 auto,users,exec 0 0
# Dynamic entries below
/dev/sdb1 /mnt/sdb1 ext3 noauto,users,exec 0 0
/dev/sdb2 swap swap sw,pri=1 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/scd0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0

my original fstab referenced these entries but with a prefix of none,l*i deleted these*like i say it solved all my kernel error messages,if anyone is willing to try it let me know how you got on.

thanks todders
__________________
Proudly Powered By Mepis 7.9.94-RC1_ 64 Bit,AMD Athlon™ 2650e on Emachines D620.

http://progboys.com


Last edited by todders : 08-23-2007 at 03:12 AM. Reason: this should have been posted in mepis 7 beta 1 listing sorry :-)
Reply With Quote
The Following 7 Users Say Thank You to todders For This Useful Post:
  #2  
Old 08-19-2007, 10:55 AM
UnicornRider
 
Posts: n/a
Default

Quote:
Originally Posted by todders View Post
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
procbususb /proc/bus/usb usbfs rw 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
Looks good; thanks
Reply With Quote
  #3  
Old 08-23-2007, 07:57 AM
Serenitude
 
Posts: n/a
Default

I tried that here, still got the errors :(
Reply With Quote
  #4  
Old 08-23-2007, 08:49 AM
todders todders is offline
In Love With Mepis
 
Join Date: Jun 2007
Location: United Kingdom
Gender: Male
Posts: 339
Thanks: 252
Thanked 251 Times in 99 Posts
Rep Power: 54
Reputation: 1289
todders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud of
Default

hello
iam no way an expert on these things was just fiddling did work for me,just make sure you copy your own mtab file settings to your fstab and not just mine and delete the ones that are referenced none in yout fstab file that match the ones you are replacing..

regards

todders
Reply With Quote
  #5  
Old 08-25-2007, 08:37 PM
bluknight
 
Posts: n/a
Default

Yep that helps - thanks.
But Assembling MD arrays still failed on boot messages. Is that harmful?

Last edited by bluknight : 08-25-2007 at 11:53 PM.
Reply With Quote
  #6  
Old 08-26-2007, 03:14 AM
todders todders is offline
In Love With Mepis
 
Join Date: Jun 2007
Location: United Kingdom
Gender: Male
Posts: 339
Thanks: 252
Thanked 251 Times in 99 Posts
Rep Power: 54
Reputation: 1289
todders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud oftodders has much to be proud of
Default

hello
no it is not harmful,i have used this fix of mine to remove the mdadm messages though...

to remove the error message ref md arrays i edited the /etc/default/mdadm file and edited as shown below:-

# INITRDSTART:
# list of arrays (or 'all') to start automatically when the initial ramdisk
# loads. This list *must* include the array holding your root filesystem. Use
# 'none' to prevent any array from being started from the initial ramdisk.
INITRDSTART='none' (I CHANGED THIS TO NONE)

# AUTOSTART:
# should mdadm start arrays listed in /etc/mdadm/mdadm.conf automatically
# during boot?
AUTOSTART=false (I CHANGED THIS TO FALSE)

# AUTOCHECK:
# should mdadm run periodic redundancy checks over your arrays? See
# /etc/cron.d/mdadm.
AUTOCHECK=false (I CHANGED THIS TO FALSE)

everthing else in the files i left as it was,obviously i dont have any disk arrays setup,i also noticed a marked improvement in boot up speed of the system as well.

regards

todders
Reply With Quote
  #7  
Old 08-27-2007, 01:38 AM
bluknight
 
Posts: n/a
Default

Works
Thks again
For those intending to install to ext HD had to put in rootdelay=5 in the grub menu.lst line.
Allows 5 sec to probe IDE/SATA to avoid the ide busy message.

Last edited by bluknight : 08-27-2007 at 01:40 AM.
Reply With Quote
The Following User Says Thank You to For This Useful Post:
  #8  
Old 12-28-2007, 08:09 PM
ralvy
 
Posts: n/a
Default

Worked for me. Thanks. All I did was edit fstab, replacing each occurence of none with proc, sysfs, procbususb, or devpts.
Reply With Quote
The Following User Says Thank You to For This Useful Post:
  #9  
Old 12-30-2007, 07:58 AM
Bendemann
 
Posts: n/a
Default

todders' solution:

Code:
proc /proc proc rw,noexec,nosuid,nodev 0 0
procbususb /proc/bus/usb usbfs rw 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
ralvy's solution:

Code:
proc /proc proc defaults 0 0
procbususb /proc/bus/usb usbfs devmode=0666 0 0
devpts /dev/pts devpts mode=0622 0 0
sys /sys sysfs defaults 0 0
Is someone here, who is able to explain the difference?
Reply With Quote
  #10  
Old 12-30-2007, 08:01 AM
Bendemann
 
Posts: n/a
Default

Quote:
Originally Posted by bluknight View Post
Yep that helps - thanks.
But Assembling MD arrays still failed on boot messages. Is that harmful?
Just make
Code:
dpkg-reconfigure mdadm
and choose "none" each time, if you don't have raid.
Reply With Quote
Post New Thread  Reply

  MEPISlovers Forum > Help > Betas-RCs Only


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 10:24 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2007-2010 MEPISlovers.org