Re: bluetooth and dbus

2010-04-09 Thread eduard0
Mark, what do you have after service bluetooh start ? Do you have an exit status 0? Did you check /var/og/messages after running the command? If you receive any other exit status than 0 then your bluetooth is not configured to run at level 5 (maybe you disable it)? Check chkconfig --list bluet

Re: Sftp does not work after upgrade fo F12

2010-03-29 Thread eduard0
Gianfranco, if I well remember vsftp doesn't run by default. You have to enable it manually. chkconfig --list vsftpd #It will give you an answer if it's running at your default runlevel, i.e 3 or 5. #If it's not, enable it by: chkconfig --level 35 vsftpd on #double check it again chkconfig -

Re: GoogleEarth segfault

2010-02-24 Thread eduard0
I think the segfault ain't SELINUX fault. Try to disable Desktop effects before running Google Earth Eduardo Landaveri GNU/Linux User: 433512 Sorry, should have mentioned, GNOME with desktop effects enabled. -Original Message- From: Daniel J Walsh To: Community support for Fedora use

Re: Printing from Windows XP

2010-02-24 Thread eduard0
If your son was able to print in the past from the XP machine, there's a permissions issue. If you're able to print under the 'owner' account which I assume is an admin account, it seems that is a permissions problem. Check on CUPS the printers settings who's allowed to print. Somehow seems th