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

3rd October 2008, 08:22 PM
|
|
Registered User
|
|
Join Date: May 2008
Posts: 90

|
|
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.
|

3rd October 2008, 08:46 PM
|
 |
"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
|

3rd October 2008, 08:49 PM
|
|
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 "
|

3rd October 2008, 08:58 PM
|
 |
"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.
|

3rd October 2008, 09:05 PM
|
|
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 "
|

3rd October 2008, 10:40 PM
|
 |
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"
|

4th October 2008, 02:59 AM
|
|
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 "
|

4th October 2008, 03:06 AM
|
 |
"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
|

4th October 2008, 03:12 AM
|
|
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 "
|

4th October 2008, 03:24 AM
|
 |
"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.
|

4th October 2008, 03:27 AM
|
|
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 "
|

4th October 2008, 03:44 AM
|
 |
"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.
|

4th October 2008, 04:20 AM
|
 |
"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.
|

4th October 2008, 11:19 AM
|
|
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 "
|

4th October 2008, 08:45 PM
|
 |
"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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
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)
|
|
 |
 |
 |
 |
|
|