Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 3rd October 2008, 08:22 PM
m.nassar Offline
Registered User
 
Join Date: May 2008
Posts: 90
Question can't get dvd to auto mount

Hi all I'm having a problem on fc9 latest kernel that aslo existed in the kernel before , I have a DVD-ram device that i can't get it to auto mount any dvd that i insert i have to restart the session to auto mount it or mount it manually which sometimes doesn't work for blank dvds. any ideas guys ? btw I googled a little bit and found something related to the service Consolekit which I can't find in my services. Thanks in advance
__________________
M.Nassar
Nothing worth having comes easy " Dr.Kelso in Scrubs "

Last edited by m.nassar; 3rd October 2008 at 08:37 PM.
Reply With Quote
  #2  
Old 3rd October 2008, 08:46 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
Try,
Code:
ps aux | grep console-kit
It should return: console-kit-daemon
Reply With Quote
  #3  
Old 3rd October 2008, 08:49 PM
m.nassar Offline
Registered User
 
Join Date: May 2008
Posts: 90
well it does return it as you said but the problem still presists
__________________
M.Nassar
Nothing worth having comes easy " Dr.Kelso in Scrubs "
Reply With Quote
  #4  
Old 3rd October 2008, 08:58 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
Right. I don't know what is the cause, or the solution, to your cd/dvd's not auto mounting. Just wanted to show you how to confirm whether the console-kit daemon was running or not.
Reply With Quote
  #5  
Old 3rd October 2008, 09:05 PM
m.nassar Offline
Registered User
 
Join Date: May 2008
Posts: 90
aha! ok well at first I didn't look it up that way I searched it in the GUI services dialog system -> administration -> services anyway do you know how to restart it , they said in a forum try restarting this service.
Thanks in advance
__________________
M.Nassar
Nothing worth having comes easy " Dr.Kelso in Scrubs "
Reply With Quote
  #6  
Old 3rd October 2008, 10:40 PM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
look in
System / Administration / Services
click on " edit runlevel " at the top and select " runlevel all "
and put a check in the box for 3,4,and 5 to the left of " console-kit" .
Then click on " save" .
then click on " console-kit" to highlight it and click "restart"
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #7  
Old 4th October 2008, 02:59 AM
m.nassar Offline
Registered User
 
Join Date: May 2008
Posts: 90
the problem is the console-kit doesn't exist in services also I cant find the " edit runlevel " option all i find is a customize button that opens run levels for the highlighted service
__________________
M.Nassar
Nothing worth having comes easy " Dr.Kelso in Scrubs "
Reply With Quote
  #8  
Old 4th October 2008, 03:06 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
Try, as root,
Code:
/etc/init.d/ConsoleKit restart

.....or

service ConsoleKit restart
Reply With Quote
  #9  
Old 4th October 2008, 03:12 AM
m.nassar Offline
Registered User
 
Join Date: May 2008
Posts: 90
here is what i get :

[root@blue-eyes ~]# service ConsoleKit restart
ConsoleKit: unrecognized service
[root@blue-eyes ~]# /etc/init.d/ConsoleKit restart
-bash: /etc/init.d/ConsoleKit: No such file or directory
__________________
M.Nassar
Nothing worth having comes easy " Dr.Kelso in Scrubs "
Reply With Quote
  #10  
Old 4th October 2008, 03:24 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
Code:
yum install ConsoleKit
I don't know if this will cure your problem or not. But always worth a try.
Reply With Quote
  #11  
Old 4th October 2008, 03:27 AM
m.nassar Offline
Registered User
 
Join Date: May 2008
Posts: 90
:'( dont know what to do ?
Package ConsoleKit-0.2.10-3.fc9.i386 already installed and latest version
Nothing to do
__________________
M.Nassar
Nothing worth having comes easy " Dr.Kelso in Scrubs "
Reply With Quote
  #12  
Old 4th October 2008, 03:44 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
I don't know what to tell you do at this point. I recall seeing a thread recently that showed how to add a service, but I'm not familiar with that process. I'm puzzled, if it is installed, why there is no file /etc/init.d/ConsoleKit on your system ??
Code:
~/> rpm -q ConsoleKit
ConsoleKit-0.2.3-3.fc8.1
~/> ls /etc/init.d/ConsoleKit 
/etc/init.d/ConsoleKit
~/> sudo service status ConsoleKit
status: unrecognized service
~/> sudo /etc/init.d/ConsoleKit status
console-kit-daemon (pid 1923) is running...
Interesting. If I go to the GUI Services, ConsoleKit is the first item in the services list. It's checked. It's running. Yet it doesn't respond in the same manner to the 'service' command as the others. Of course, just rebooting the computer will guarantee a restart of all sevices/daemons.
Reply With Quote
  #13  
Old 4th October 2008, 04:20 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
After my last post above, I shut down the computer and went to bed. It was bugging my mind so much about that "unrecognized service" thing, I got out of bed, rebooted the computer, and:
Code:
~/> sudo service ConsoleKit status
console-kit-daemon (pid 1929) is running...
~/> sudo service ConsoleKit restart
Stopping ConsoleKit:                                       [  OK  ]
Starting ConsoleKit:                                       [  OK  ]
Yeah, it's 'service ConsoleKit status', not 'service status ConsoleKit'. I'm going back to bed.
Reply With Quote
  #14  
Old 4th October 2008, 11:19 AM
m.nassar Offline
Registered User
 
Join Date: May 2008
Posts: 90
hope you had a good sleep after you put your mind to an ease i will try googling adding the service thanks for your help and sorry for annoying
P.S since the service didnt exist for me maybe thats why i cant it to auto moun
__________________
M.Nassar
Nothing worth having comes easy " Dr.Kelso in Scrubs "
Reply With Quote
  #15  
Old 4th October 2008, 08:45 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
Well this just isn't adding up in my mind. When you did

ps aux | grep console-kit

you said it returned that the 'console-kit-daemon' was running. Yum tells you 'ConsoleKit' is installed and the latest version. Yet, you doing

/etc/init.d/CosoleKit restart

bash tells there is no such file or directory and you can't find any 'ConsoleKit' service listed in your GUI services application window, and all your commands to 'service' to control ConsoleKit tell you it's an unknown service. Yet it's running. Things just aren't adding up here. I'm running F8 and you're running F9. In F8, it's "ConsoleKit" in both the /etc/init.d/ directory and what you type in the service command. Could that have changed from F8 to F9 ? Or maybe the directory structure changed ?

Try, ls /etc/rc.d/init.d/ | grep -i console and see what, if anything is returned.
Or try, as root, updatedb, then when that's finished, do locate onsole

On my F8 system, I find the full binary of CosoleKit in two locations:
/etc/init.d/ and /etc/rc.d/init.d/
Neither is a symlink to the other.

edit: adding...
Code:
~/> rpm -ql ConsoleKit
/etc/ConsoleKit
/etc/ConsoleKit/seats.d
/etc/ConsoleKit/seats.d/00-primary.seat
/etc/dbus-1/system.d/ConsoleKit.conf
/etc/rc.d/init.d/ConsoleKit
/usr/bin/ck-list-sessions
/usr/sbin/console-kit-daemon
/usr/share/doc/ConsoleKit-0.2.3
/usr/share/doc/ConsoleKit-0.2.3/AUTHORS
/usr/share/doc/ConsoleKit-0.2.3/COPYING
/usr/share/doc/ConsoleKit-0.2.3/NEWS
/usr/share/doc/ConsoleKit-0.2.3/README
Looking at this, me wonders what wrote a copy of ConsoleKit into my /etc/init.d/ folder ? Wasn't me

Last edited by PabloTwo; 4th October 2008 at 08:53 PM.
Reply With Quote
Reply

Tags
auto, dvd, mount

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
USB auto mount gayanbuddhika Installation and Live Media 0 10th May 2009 04:58 PM
auto mount rpgbilder Using Fedora 0 12th February 2008 02:12 PM
auto mount happinessro Using Fedora 1 22nd September 2007 12:32 PM
Auto Mount in F7 ? Seve Installation and Live Media 2 2nd June 2007 08:02 AM
FC5 Auto Mount CD BlueSky-Software Hardware & Laptops 5 20th July 2006 06:01 PM


Current GMT-time: 04:05 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat