Kororaa Lite beta released

2010-12-31 Thread Chris Smart
Hi everyone,

Happy New Year :-)

I've just released a minimalistic version of Kororaa (KDE based Fedora
Remix), which is designed to provide a basic KDE system with Internet
connectivity. The idea is that users can take this and then install
what they want on top - or not (if they just need a browser). It still
includes the tweaks found in the full Kororaa release, etc.

It's a 670MB download via SourceForge or bittorrent. If that interests
you, please give it a try and let me know what I can do to make it
better :-)

See http://kororaa.org for more details.

Thanks,
Chris
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Question/Problem creating a live USB

2010-12-31 Thread JD
On 12/31/2010 10:45 PM, Zoltan Hoppar wrote:
> Hi,
>
> You have to wipe it the complete USB key again. When the process has
> fails, and finds some fragments - this is the result. Sometimes
> happens.
>
> Cheers,
>
> Z
> 2011/1/1 JD:
>> Using liveusbcreator to dump a linux (not of any distro) iso image onto
>> a 256GiB flash drive (Made by Kensignton).
>>
>> After selecting the linux ISO image, and setting the
>> value of the persistent storage, I click Create Live USB.
>> I get this error message:
>>
>> Unknown filesystem. Your device may need to be reformatted.
>>
>>
>> The usb flash drive has partition 1 as a fat32 filesystem. It was
>> rejected by liveusbcreator with same error message as above.
>>
>> So, I formatted it as a Ext3 filesystem. Got the same error message.
>>
>>
>> Next I tried
>> /usr/bin/livecd-iso-to-disk cd100627.iso /dev/sdc
>>
>> Verifying image...
>> /sdb4/Download/OfflineNTpassword/BootCD/cd100627.iso: Could not get pvd data
>> Unable to read the disc checksum from the primary volume descriptor.
>> This probably means the disc was created without adding the checksum.Are
>> you SURE you want to continue?
>> Press Enter to continue or ctrl-c to abort
>> I press enter, and it exits without creating the bootable usb.
>>
>> So, I tried to use windows and follow the iso creator's instructions to
>> transfer the iso to flash disk. My winxp-sp3 does not recognize the
>> drive. And when I try to format the drive,  windows says it was not
>> able to format the drive.
>>
>> It is indeed strange that I can format it under Linux, and mount it
>> and use it the ordinary way. But I cannot transfer the iso image to it.
>>
>> Any ideas what to do next?
>>
>> Thanx for your help.
>>
>>
>> --
>> users mailing list
>> users@lists.fedoraproject.org
>> To unsubscribe or change subscription options:
>> https://admin.fedoraproject.org/mailman/listinfo/users
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>>
I assume that by "wipe it" you mean that
I should run the /usr/bin/wipe utility on it?
I thought mkfs cleans it up sufficiently so that
it is recognized as fat partition or an ext2 partition.
Nevertheless, I will try your suggestion.

Cheers,

JD
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Question/Problem creating a live USB

2010-12-31 Thread Zoltan Hoppar
Hi,

You have to wipe it the complete USB key again. When the process has
fails, and finds some fragments - this is the result. Sometimes
happens.

Cheers,

Z

2011/1/1 JD :
> Using liveusbcreator to dump a linux (not of any distro) iso image onto
> a 256GiB flash drive (Made by Kensignton).
>
> After selecting the linux ISO image, and setting the
> value of the persistent storage, I click Create Live USB.
> I get this error message:
>
> Unknown filesystem. Your device may need to be reformatted.
>
>
> The usb flash drive has partition 1 as a fat32 filesystem. It was
> rejected by liveusbcreator with same error message as above.
>
> So, I formatted it as a Ext3 filesystem. Got the same error message.
>
>
> Next I tried
> /usr/bin/livecd-iso-to-disk cd100627.iso /dev/sdc
>
> Verifying image...
> /sdb4/Download/OfflineNTpassword/BootCD/cd100627.iso: Could not get pvd data
> Unable to read the disc checksum from the primary volume descriptor.
> This probably means the disc was created without adding the checksum.Are
> you SURE you want to continue?
> Press Enter to continue or ctrl-c to abort
> I press enter, and it exits without creating the bootable usb.
>
> So, I tried to use windows and follow the iso creator's instructions to
> transfer the iso to flash disk. My winxp-sp3 does not recognize the
> drive. And when I try to format the drive,  windows says it was not
> able to format the drive.
>
> It is indeed strange that I can format it under Linux, and mount it
> and use it the ordinary way. But I cannot transfer the iso image to it.
>
> Any ideas what to do next?
>
> Thanx for your help.
>
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>



-- 
PGP:  06853DF7
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Emma frontend ???, for MySQL

2010-12-31 Thread Jim
On 12/31/2010 05:36 PM, Mark Eggers wrote:
> On Fri, 31 Dec 2010 13:12:18 -0500, Jim wrote:
>
>> Fedora 14.
>>
>> emma-0.6.tar.gz
>>
>> Trying to compile emma frontend for MySQL but I get Error below and I
>> don't see a python2.4 in Fedora
>>
>> # ./setup.py
>> /usr/bin/env: python2.4: No such file or directory
> Edit the files and change python2.4 to python. Fedora 14 comes with 2.7
>
>> Also ,
>>
>> #python setup.py
>> no gtk. you will not be able to start emma
> Looks like you may be missing some dependencies. The actual message is a
> bit misleading.
>
> > From __init__.py in emmalib:
>
> try:
>   import gtk
>   from gtk import keysyms
>   import gobject
>   import gtk.gdk
>   import gtk.glade
>   if __name__ != "__main__":
>   from emmalib import __file__ as emmalib_file
>   from emmalib.mysql_host import *
>   from emmalib.mysql_query_tab import *
>   else:
>   emmalib_file = __file__
>   from mysql_host import *
>   from mysql_query_tab import *
> except:
>   print "no gtk. you will not be able to start emma."
>
> So, make sure you have the following installed as well:
>
> pygobject2-2.21.5-3.fc14.i686
>
> And any of its dependencies of course.
>
> That being said, this installs software in /usr/share/emma (!), uses some
> deprecated calls, and the author's web site seems to be no longer
> available.
>
> Have you looked at other graphical tools for MySQL, such as:
>
> mysql-workbench (available as an RPM from mysql.com)
> SQuirrel (available from squirrel-sql.sourceforge.net)
>
> I use both of the above packages and like both (for different tasks).
>
> . . . . just my two cents
>
> /md

pygobject2-2.21.5-3.fc14.i686 is already installed .



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Question/Problem creating a live USB

2010-12-31 Thread JD
Using liveusbcreator to dump a linux (not of any distro) iso image onto
a 256GiB flash drive (Made by Kensignton).

After selecting the linux ISO image, and setting the
value of the persistent storage, I click Create Live USB.
I get this error message:

Unknown filesystem. Your device may need to be reformatted.


The usb flash drive has partition 1 as a fat32 filesystem. It was
rejected by liveusbcreator with same error message as above.

So, I formatted it as a Ext3 filesystem. Got the same error message.


Next I tried
/usr/bin/livecd-iso-to-disk cd100627.iso /dev/sdc

Verifying image...
/sdb4/Download/OfflineNTpassword/BootCD/cd100627.iso: Could not get pvd data
Unable to read the disc checksum from the primary volume descriptor.
This probably means the disc was created without adding the checksum.Are 
you SURE you want to continue?
Press Enter to continue or ctrl-c to abort
I press enter, and it exits without creating the bootable usb.

So, I tried to use windows and follow the iso creator's instructions to
transfer the iso to flash disk. My winxp-sp3 does not recognize the
drive. And when I try to format the drive,  windows says it was not
able to format the drive.

It is indeed strange that I can format it under Linux, and mount it
and use it the ordinary way. But I cannot transfer the iso image to it.

Any ideas what to do next?

Thanx for your help.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Using latexmk with kile?

2010-12-31 Thread Kirk Lowery
Hi!

I just installed kile on my F14 box, and am unsure how to proceed with
integrating latexmk with it. I've google'd around but there's not much out
there.

Anyone have any experience with this?

TIA!

Kirk
--
$DO || ! $DO ; try
try: command not found
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Preupgrade issues F13->F14

2010-12-31 Thread Wade Hampton
I just upgraded my netbook from F13 to F14 (i386).  Can't say
it went smoothly.  Netbook is a Gateway (by Asus) with n450
and 250G HD.

First, before the preupgrade, updates to moddle were failing.
Preupgrade did not detect this when it did its check so when
it did the upgrade, it failed after a few hours of upgrading.  I
switched to the virtual term, did a chroot /mnt/sysimage
and then rpm -e moddle, followed by a restart of the update
and the update finished.

Second, after preupgrade successfully ran (the second time),
the netbook failed to boot on the new kernel.  It boots fine
on the old kernel (from F13).  I think I need to make a new
initrd (saving that for this weekend).

Other than that, it seems to be working well. BTW, loaded
F14 i386 on the two Compaq netbooks from Best Buy ($200
on black Friday) -- other than the wifi, all worked out of the box.
Got the wifi working using the broadcom RPMs as it seems
to not be in the F14 kernel yet.

Overall, thanks for a GREAT Fedora!

Happy New Year,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Emma frontend ???, for MySQL

2010-12-31 Thread Mark Eggers
On Fri, 31 Dec 2010 13:12:18 -0500, Jim wrote:

> Fedora 14.
> 
> emma-0.6.tar.gz
> 
> Trying to compile emma frontend for MySQL but I get Error below and I
> don't see a python2.4 in Fedora
> 
> # ./setup.py
> /usr/bin/env: python2.4: No such file or directory

Edit the files and change python2.4 to python. Fedora 14 comes with 2.7

> Also ,
> 
> #python setup.py
> no gtk. you will not be able to start emma

Looks like you may be missing some dependencies. The actual message is a 
bit misleading.

>From __init__.py in emmalib:

try:
import gtk
from gtk import keysyms
import gobject
import gtk.gdk
import gtk.glade
if __name__ != "__main__":
from emmalib import __file__ as emmalib_file
from emmalib.mysql_host import *
from emmalib.mysql_query_tab import *
else:
emmalib_file = __file__
from mysql_host import *
from mysql_query_tab import *
except:
print "no gtk. you will not be able to start emma."

So, make sure you have the following installed as well:

pygobject2-2.21.5-3.fc14.i686

And any of its dependencies of course.

That being said, this installs software in /usr/share/emma (!), uses some 
deprecated calls, and the author's web site seems to be no longer 
available.

Have you looked at other graphical tools for MySQL, such as:

mysql-workbench (available as an RPM from mysql.com)
SQuirrel (available from squirrel-sql.sourceforge.net)

I use both of the above packages and like both (for different tasks).

. . . . just my two cents

/mde/

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: recursively count the words occurrence in the text files

2010-12-31 Thread Kam Leo
On Fri, Dec 31, 2010 at 4:48 AM, Marko Vojinovic  wrote:

> On Thursday 30 December 2010 23:35:43 Bob McGowan wrote:
> > On 12/30/2010 03:17 PM, Thomas Cameron wrote:
> > > On 12/30/2010 12:34 PM, S Mathias wrote:
> > >> I just can't google for it:
> > >>
> > >> I'm searching for a "bash" "one liner" (awk, perl, or anything) for
> > >> this:
> >
> > >> there are text files, in several directories:
> > <<--deleted details-->>
>

Questions and Answers section of Distrowatch Weekly, Issue 385, 20 December
2010, http://distrowatch.com/weekly.php?issue=20101220, has what you are
seeking.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Headphones not working

2010-12-31 Thread Joe Zeff
On 12/31/2010 11:04 AM, Richard Allen wrote:
> I just tried this and while it did change the things available in the
> audio preferences menu it still does not fix my problem.   As soon as
> the headphones go in, all audio stops.
>

If your machine is dual boot, find out if they work in the Other OS.  If 
it's not, try a Live CD.  It's possible that the headphone jack itself 
is bad.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: xmms only playing mp3 as root

2010-12-31 Thread Michael Schwendt
On Fri, 31 Dec 2010 20:39:56 +0200, Johan wrote:

> Kindly suggest one that plays mp3 please. Also the plug-ins required please.
> 
> Have a lot of applications on ---Applications >>  sound video
> None play mp3 except xmms and do it easy.

Ah, come on, that simply isn't true. :) Several others just need an
additional MP3 plugin package just as with XMMS. While for XMMS, the
package is called "xmms-mp3", it has different names for the other
players. For example:

  $ yum search xmms2
  Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit
  Adding en_US to language list
   Matched: xmms2 

  gkrellxmms2.i686 : Gkrellm2 plugin client for XMMS2
  nyxmms2.i686 : Commandline client for XMMS2
  xmms2-avcodec.i686 : XMMS2 Plugin for avcodec supported formats
  xmms2-devel.i686 : Development libraries and headers for XMMS2
  xmms2-docs.i686 : Development documentation for XMMS2
  xmms2-faad.i686 : XMMS2 Plugin for AAC and MP4 audio formats
  xmms2-freeworld.i686 : Plugins for XMMS2 that cannot be included in Fedora
  xmms2-mad.i686 : XMMS2 Plugin for MPEG Audio files
  xmms2-mms.i686 : XMMS2 Plugin for MMS audio streams
  xmms2-mp4.i686 : XMMS2 Plugin for MP4 audio
  xmms2-perl.i686 : Perl support for XMMS2
  xmms2-python.i686 : Python support for XMMS2
  xmms2-ruby.i686 : Ruby support for XMMS2
  gxmms2.i686 : A graphical audio player
  xmms2.i686 : A modular audio framework and plugin architecture
  esperanza.i686 : A graphical audio player
  lxmusic.i686 : Lightweight XMMS2 client with simple user interface
  gnome-applet-music.i686 : A GNOME panel applet to control various music 
players

Here, for "xmms2-*" the MP3 plugin package is "xmms2-mad", which is based
on the MAD audio decoding library for MP3. To add more 3rd party plugins
(from rpmfusion.org) in one go, one would simply install "xmms2-freeworld".
Additionally, it would be necessary to install a graphical user interface
like "lxmusic" (or "gxmms2") because XMMS2 is just an audio framework.

For Audacious 2 (which I use personally and it still offers a skinned
interface like XMMS, too), the packages are:

  audacious
  audacious-freeworld
  (or just audacious-freeworld-mp3 for MP3 support)
  also see: yum list audacious\*

For Qmmp, I see:

  qmmp
  qmmp-freeworld

Lots of audio players use the GStreamer framework. You can find the additional
3rd party plugins for GStreamer with e.g. "yum list gstreamer\*". They may
have strange names, but add support for MP3 and other formats.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Html parsing errors in Firefox

2010-12-31 Thread les
I have http://att.my.yahoo.com/?_bc=1 as my home page.

There are about 100 errors in parsing the html code, and I captured the
unique ones, which are 20.  The highest repeat is this one:

Warning: Expected declaration but found '*'.  Skipped to next
declaration.

One location from the list:

Source File:
http://l.yimg.com/j/static/versioned_asset/v7z/print_css/eNqNkNEOgjAMRb8IEBV58GOWuRVosq2kLRr.3vHgg4kOnpq059wmFzwqMdrQOJFmXbBhENBqoKRSjYxezLlu61PNbXe99X2duTt8WY5ipNQ8rMA.5SzTIhD2yRf6A3mrzFUk_5mb0F367pigYGPhxUQRTGaXALKHBbBe8nI1A1hduGgcKAEdpVKEoMLWkEn2aab8HNgMRJqHgmjBtKzoQqnaR6Dxz3lmTGp.QW8gd9B4
Line: 6964

Should I report these to the firefox folks, or is there a common html
interpreter that is called by firefox, which has its own group or
buglist?

Regards,
Les H

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Headphones not working

2010-12-31 Thread Richard Allen
On 12/31/2010 11:55 AM, Matthew Saltzman wrote:
> On Fri, 2010-12-31 at 11:33 -0500, Richard Allen wrote:
>> On 12/31/2010 11:20 AM, Patrick O'Callaghan wrote:
>>> On Fri, 2010-12-31 at 10:14 -0500, Richard Allen wrote:
 I dont know what I did but suddenly my sound is broken.

 I'm running Fedora 14 (x86-64) on a Dell Latitude E6410.  The problem is
 as soon as I plug in my headphones I loose the sound.  If I unplug the
 headphones I get sound out of the built in speakers of the laptop.
 After I lost sound I started experimenting with the settings in sound
 preferences and I'm pretty sure I have tested all possible combinations
 without success.
>>> Stupid question: are you sure the headphones actually work, e.g. when
>>> plugged into an MP3 player or HiFi? I've often wasted time futzing
>>> around with sound settings when the only problem was that my external
>>> speakers had turned off because of a power outage.
>>>
>>> poc
>> Not a stupid question.  But that was one of the first things I tested.
>> Headphones are fine :)
> I don't have the headphone problem, but I do have this one:
> https://bugzilla.redhat.com/show_bug.cgi?id=660370.
>
> I did have a problem with sound (Skype, IIRC) and the solution was to
> create /etc/modprobe.d/snd_hda_intel.conf containing:
>
>  options snd_hda_intel model=dell-s14
>
> Then reboot.
>
>
>> Richard.
>>
>>

I just tried this and while it did change the things available in the 
audio preferences menu it still does not fix my problem.   As soon as 
the headphones go in, all audio stops.

And its also strange that two days ago all was working fine with no 
modprobe.conf changes.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: xmms only playing mp3 as root

2010-12-31 Thread Johan Scheepers
On 12/31/2010 07:45 PM, Michael Schwendt wrote:
> On Fri, 31 Dec 2010 18:41:35 +0200, Johan wrote:
>
>> On 12/31/2010 05:20 PM, Rick Sewill wrote:
>>> For me, when I am logged in, as a normal user, I do have a file,
>>> ~/.xmms/config, and the line in my file is
>>> output_plugin=/usr/lib64/xmms/Output/libxmms-pulse.so
> Which is the Pulse Audio output plugin for XMMS, which is only available
> if you install the "xmms-pulse" package. That one is not installed by
> default when installing the "xmms" package.
>
>>> I have not run xmms, as root.  I do not have a directory, /root/.xmms
>>>
>>> I thought, somewhere, I read, your xmms was looking for /dev/dsp.
>>> I thought /dev/dsp was for the audio system, Open Sound System (OSS).
>>> I thought, but could be wrong, OSS, was replaced,
>>> in the default Fedora installation, by Pulse Audio
>>> (with ALSA actually used to drive the sound hardware).
>>>
>>> I do not have the device file, /dev/dsp.
> Correct observation. /dev/dsp and OSS would be unusual. Plus, Fedora's
> "xmms" package defaults to using the ALSA output plugin.
>
>> Good day Rick,
>> This was a very constructive reply.
>> No apologies required.
>> I am so glad you did reply.
>> My system is now fixed.
>>
>> .xmms/config for user was..
>> output_plugin=/usr/lib64/xmms/Output/libOSS.so
>> .xmms for root was..
>> output_plugin=/usr/lib64/xmms/Output/libALSA.so
>>
>> Copied from root to user and all is well.
> Fine. You should be able to delete your $HOME/.xmms/ directory and
> create a working default configuration by restarting XMMS. It defaults
> to ALSA.
True - done that
> There should not be a /root/.xmms/ directory at all. Better delete it and
> not run XMMS as root user ever again.
>
OK. Done that
>> I use my laptop like my car. Drive it - stick to the rules - not messing
>> with things I do not know about.
> "xmms" is not installed by default, however. It is your personal choice
> and required you to add it (and 3rd party plugin packages) manually.
> There are tons of better audio players including several, which originally
> had started as forks of XMMS. Several still offer the same "skins" interface
> just based on GTK+ 2 instead of the ancient (and somewhat ugly) GTK+ 1.
Kindly suggest one that plays mp3 please. Also the plug-ins required please.

Have a lot of applications on ---Applications >>  sound video
None play mp3 except xmms and do it easy.
Johan

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Emma frontend ???, for MySQL

2010-12-31 Thread Jim
Fedora 14.

emma-0.6.tar.gz

Trying to compile emma frontend for MySQL but I get Error below and I 
don't see a python2.4 in Fedora

# ./setup.py
/usr/bin/env: python2.4: No such file or directory

# cat  setup.py

#!/usr/bin/env python2.4
import os
import os.path
import sys
from glob import glob
from distutils.core import setup

from emmalib import version

icon_data = glob('icons/*.png')
glade_data = ['emmalib/emma.glade', 
'emmalib/plugins/table_editor/table_editor.glade']
theme_data = ["theme/README.html"]
theme_gtk_data = glob("theme/gtk-2.0/*")
other_data = ['changelog']

setup(name="emma",
   version=version,
   description="emma is the extendable mysql managing assistant",
   author="Florian Schmidt",
   author_email="f...@fastflo.de",
   url="http://emma.sourceforge.net";,
   scripts=['emma'],
   package_dir={'emmalib': 'emmalib'},
   packages=[
 'emmalib',
 'emmalib.plugins.table_editor',
 'emmalib.plugins.pretty_format'
   ],
   data_files=[
 ("share/emma/icons", icon_data),
 ("share/emma/glade", glade_data),
 ("share/emma/theme", theme_data),
 ("share/emma/theme/gtk-2.0", theme_gtk_data),
 ("share/emma", other_data),
   ],
   license="GPL",
   long_description="""
Emma is a graphical toolkit for MySQL database developers and administrators
It provides dialogs to create or modify mysql databases, tables and
associated indexes. it has a built-in syntax highlighting sql editor with
table- and fieldname tab-completion and automatic sql statement formatting.
the results of an executed query are displayed in a resultset where the 
record-
data can be edited by the user, if the sql statemant allows for it. the sql
editor and resultset-view are grouped in tabs. results can be exported 
to csv
files. multiple simultanios opend mysql connections are possible.
Emma is the successor of yamysqlfront.
"""
   )








Also ,

#python setup.py
no gtk. you will not be able to start emma

# rpm -qa | grep gtk
authconfig-gtk-6.1.11-1.fc14.i686
libcanberra-gtk2-0.25-4.fc14.i686
gtkmm24-2.22.0-1.fc14.i686
usermode-gtk-1.106.1-1.fc14.1.i686
gtk2-2.22.0-1.fc14.1.i686
qtcurve-gtk2-1.8.1-1.fc14.i686
gtk2-engines-2.20.1-2.fc14.i686
gtk+-1.2.10-70.fc13.i686
kcm-gtk-0.5.3-5.fc14.i686
pygtk2-2.17.0-7.fc14.i686
gtkglext-libs-1.2.0-10.fc12.i686
pygtk2-libglade-2.17.0-7.fc14.i686
gtkimageview-1.6.4-2.fc14.i686
gtkhtml2-2.11.1-8.fc14.i686
webkitgtk-1.3.6-1.fc14.i686
gtkhtml3-3.32.1-1.fc14.i686
gnome-python2-gtkhtml2-2.25.3-26.fc14.1.i686
python-slip-gtk-0.2.13-1.fc14.noarch
report-gtk-0.20-1.fc14.i686

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: xmms only playing mp3 as root

2010-12-31 Thread Michael Schwendt
On Fri, 31 Dec 2010 18:41:35 +0200, Johan wrote:

> On 12/31/2010 05:20 PM, Rick Sewill wrote:
> > For me, when I am logged in, as a normal user, I do have a file,
> > ~/.xmms/config, and the line in my file is
> > output_plugin=/usr/lib64/xmms/Output/libxmms-pulse.so

Which is the Pulse Audio output plugin for XMMS, which is only available
if you install the "xmms-pulse" package. That one is not installed by
default when installing the "xmms" package.

> > I have not run xmms, as root.  I do not have a directory, /root/.xmms
> >
> > I thought, somewhere, I read, your xmms was looking for /dev/dsp.
> > I thought /dev/dsp was for the audio system, Open Sound System (OSS).
> > I thought, but could be wrong, OSS, was replaced,
> > in the default Fedora installation, by Pulse Audio
> > (with ALSA actually used to drive the sound hardware).
> >
> > I do not have the device file, /dev/dsp.

Correct observation. /dev/dsp and OSS would be unusual. Plus, Fedora's
"xmms" package defaults to using the ALSA output plugin.

> Good day Rick,
> This was a very constructive reply.
> No apologies required.
> I am so glad you did reply.
> My system is now fixed.
> 
> .xmms/config for user was..
> output_plugin=/usr/lib64/xmms/Output/libOSS.so
> .xmms for root was..
> output_plugin=/usr/lib64/xmms/Output/libALSA.so
> 
> Copied from root to user and all is well.

Fine. You should be able to delete your $HOME/.xmms/ directory and
create a working default configuration by restarting XMMS. It defaults
to ALSA.

There should not be a /root/.xmms/ directory at all. Better delete it and
not run XMMS as root user ever again.

> I use my laptop like my car. Drive it - stick to the rules - not messing 
> with things I do not know about.

"xmms" is not installed by default, however. It is your personal choice
and required you to add it (and 3rd party plugin packages) manually.
There are tons of better audio players including several, which originally
had started as forks of XMMS. Several still offer the same "skins" interface
just based on GTK+ 2 instead of the ancient (and somewhat ugly) GTK+ 1.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Headphones not working

2010-12-31 Thread Matthew Saltzman
On Fri, 2010-12-31 at 11:33 -0500, Richard Allen wrote: 
> On 12/31/2010 11:20 AM, Patrick O'Callaghan wrote:
> > On Fri, 2010-12-31 at 10:14 -0500, Richard Allen wrote:
> >> I dont know what I did but suddenly my sound is broken.
> >>
> >> I'm running Fedora 14 (x86-64) on a Dell Latitude E6410.  The problem is
> >> as soon as I plug in my headphones I loose the sound.  If I unplug the
> >> headphones I get sound out of the built in speakers of the laptop.
> >> After I lost sound I started experimenting with the settings in sound
> >> preferences and I'm pretty sure I have tested all possible combinations
> >> without success.
> > Stupid question: are you sure the headphones actually work, e.g. when
> > plugged into an MP3 player or HiFi? I've often wasted time futzing
> > around with sound settings when the only problem was that my external
> > speakers had turned off because of a power outage.
> >
> > poc
> 
> Not a stupid question.  But that was one of the first things I tested.   
> Headphones are fine :)

I don't have the headphone problem, but I do have this one:
https://bugzilla.redhat.com/show_bug.cgi?id=660370.

I did have a problem with sound (Skype, IIRC) and the solution was to
create /etc/modprobe.d/snd_hda_intel.conf containing:

options snd_hda_intel model=dell-s14

Then reboot.


> 
> Richard.
> 
> 

-- 
Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: xmms only playing mp3 as root

2010-12-31 Thread Johan Scheepers
On 12/30/2010 01:12 AM, Tim wrote:
> On Wed, 2010-12-29 at 22:33 +0200, Johan Scheepers wrote:
>> When tested xmms on mp3,  I was logged in as root.
> Not a good idea.  And as well as the security/reliability issues, you
> end up painting yourself into a corner.  Get out of the habit of logging
> in as root.  It's rarely ever needed, other than by someone who's
> previously logged in as root, keeps on doing so, and won't break the
> habit.
>
> As for failing to open the sound device:  If that's not down to a
> problem you've permanently created by modifying things left right and
> centre, because you've been logging in as root, then you *may* resolve
> that by:  Log out as root.  Make sure all users are logged off.  Log in
> normally as a normal user.  The sound device should, then, be available
> to that user.
>
> That sort of thing is/was handled by console helper, which assigns the
> non-shareable hardware to the user currently logged into the console.
>
> What's non-shareable hardware?  Things like sound, which can't play
> music for one user, and play music for another user, concurrently.
> Well, not without two different songs playing over the top of each other
> out of the same set of speakers.  And things like *a* keyboard and *a*
> mouse, which also can't be used by two different people at the same
> time.
>
What a negative, judgement, useless response.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: xmms only playing mp3 as root

2010-12-31 Thread Johan Scheepers
On 12/31/2010 05:20 PM, Rick Sewill wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
>> Hi Mchael,
>> This system was installed - clean - from dvd on 28-12-2010.
>> I use my laptop like my car. Drive it - stick to the rules - not messing
>> with things I do not know about.
>> When beyond me I ask for advice.
>> Your positive input is appreciated.
>> Before I try anything is your advice still standing since this is new
>> install?
>> Await your comment
>> Thanks.
>> Johan
>>
> I just noticed this thread.
> Please forgive me if my comments are not germane.
>
> When you are logged in, as root, do you have a file,
> ~/.xmms/config, and if so, is there a line in this file,
> output_plugin=
>
> When you are logged in, as a normal user, do you have a file,
> ~/.xmms/config, and if so, is there a line in this file,
> output_plugin=
>
> For me, when I am logged in, as a normal user, I do have a file,
> ~/.xmms/config, and the line in my file is
> output_plugin=/usr/lib64/xmms/Output/libxmms-pulse.so
>
> I have not run xmms, as root.  I do not have a directory, /root/.xmms
>
> I thought, somewhere, I read, your xmms was looking for /dev/dsp.
> I thought /dev/dsp was for the audio system, Open Sound System (OSS).
> I thought, but could be wrong, OSS, was replaced,
> in the default Fedora installation, by Pulse Audio
> (with ALSA actually used to drive the sound hardware).
>
> I do not have the device file, /dev/dsp.
>
> xmms does play mp3 files, for me, as a normal user.
> In my setup, xmms must use Pulse Audio.  I don't have OSS installed.
>
> I apologize if my comments are not germane.
> I missed the start of this thread.
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk0d9KQACgkQyc8Kn0p/AZTHXgCfTUj0MJTDhsfwr8qi5AqlQvVk
> dOYAoIuwuLynII/pRpEzyY1V7xXvCzh4
> =JrHI
> -END PGP SIGNATURE-
Good day Rick,
This was a very constructive reply.
No apologies required.
I am so glad you did reply.
My system is now fixed.

.xmms/config for user was..
output_plugin=/usr/lib64/xmms/Output/libOSS.so
.xmms for root was..
output_plugin=/usr/lib64/xmms/Output/libALSA.so

Copied from root to user and all is well.
Thank you.
Johan

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Headphones not working

2010-12-31 Thread Richard Allen
On 12/31/2010 11:20 AM, Patrick O'Callaghan wrote:
> On Fri, 2010-12-31 at 10:14 -0500, Richard Allen wrote:
>> I dont know what I did but suddenly my sound is broken.
>>
>> I'm running Fedora 14 (x86-64) on a Dell Latitude E6410.  The problem is
>> as soon as I plug in my headphones I loose the sound.  If I unplug the
>> headphones I get sound out of the built in speakers of the laptop.
>> After I lost sound I started experimenting with the settings in sound
>> preferences and I'm pretty sure I have tested all possible combinations
>> without success.
> Stupid question: are you sure the headphones actually work, e.g. when
> plugged into an MP3 player or HiFi? I've often wasted time futzing
> around with sound settings when the only problem was that my external
> speakers had turned off because of a power outage.
>
> poc

Not a stupid question.  But that was one of the first things I tested.   
Headphones are fine :)

Richard.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Headphones not working

2010-12-31 Thread Patrick O'Callaghan
On Fri, 2010-12-31 at 10:14 -0500, Richard Allen wrote: 
> I dont know what I did but suddenly my sound is broken.
> 
> I'm running Fedora 14 (x86-64) on a Dell Latitude E6410.  The problem is 
> as soon as I plug in my headphones I loose the sound.  If I unplug the 
> headphones I get sound out of the built in speakers of the laptop.  
> After I lost sound I started experimenting with the settings in sound 
> preferences and I'm pretty sure I have tested all possible combinations 
> without success.

Stupid question: are you sure the headphones actually work, e.g. when
plugged into an MP3 player or HiFi? I've often wasted time futzing
around with sound settings when the only problem was that my external
speakers had turned off because of a power outage.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: xmms only playing mp3 as root

2010-12-31 Thread Rick Sewill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> Hi Mchael,
> This system was installed - clean - from dvd on 28-12-2010.
> I use my laptop like my car. Drive it - stick to the rules - not messing 
> with things I do not know about.
> When beyond me I ask for advice.
> Your positive input is appreciated.
> Before I try anything is your advice still standing since this is new 
> install?
> Await your comment
> Thanks.
> Johan
> 

I just noticed this thread.
Please forgive me if my comments are not germane.

When you are logged in, as root, do you have a file,
~/.xmms/config, and if so, is there a line in this file,
output_plugin=

When you are logged in, as a normal user, do you have a file,
~/.xmms/config, and if so, is there a line in this file,
output_plugin=

For me, when I am logged in, as a normal user, I do have a file,
~/.xmms/config, and the line in my file is
output_plugin=/usr/lib64/xmms/Output/libxmms-pulse.so

I have not run xmms, as root.  I do not have a directory, /root/.xmms

I thought, somewhere, I read, your xmms was looking for /dev/dsp.
I thought /dev/dsp was for the audio system, Open Sound System (OSS).
I thought, but could be wrong, OSS, was replaced,
in the default Fedora installation, by Pulse Audio
(with ALSA actually used to drive the sound hardware).

I do not have the device file, /dev/dsp.

xmms does play mp3 files, for me, as a normal user.
In my setup, xmms must use Pulse Audio.  I don't have OSS installed.

I apologize if my comments are not germane.
I missed the start of this thread.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk0d9KQACgkQyc8Kn0p/AZTHXgCfTUj0MJTDhsfwr8qi5AqlQvVk
dOYAoIuwuLynII/pRpEzyY1V7xXvCzh4
=JrHI
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Headphones not working

2010-12-31 Thread Richard Allen
I dont know what I did but suddenly my sound is broken.

I'm running Fedora 14 (x86-64) on a Dell Latitude E6410.  The problem is 
as soon as I plug in my headphones I loose the sound.  If I unplug the 
headphones I get sound out of the built in speakers of the laptop.  
After I lost sound I started experimenting with the settings in sound 
preferences and I'm pretty sure I have tested all possible combinations 
without success.

Has anyone seen something like this before?

PS: Happy new year! :)





[rdegr...@rdegroot-lt ~]$ lsmod | grep snd
snd_hda_codec_nvhdmi13724  4
snd_hda_codec_idt  55722  1
snd_hda_intel  24447  4
snd_hda_codec  86743  3 
snd_hda_codec_nvhdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep   6392  1 snd_hda_codec
snd_seq53791  0
snd_seq_device  6191  1 snd_seq
snd_pcm80190  3 snd_hda_intel,snd_hda_codec
snd_timer  19892  2 snd_seq,snd_pcm
snd63984  16 
snd_hda_codec_nvhdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
soundcore   6576  1 snd
snd_page_alloc  7559  2 snd_hda_intel,snd_pcm


[rdegr...@rdegroot-lt ~]$ dmesg | grep -i hda
[   17.428829] HDA Intel :00:1b.0: PCI INT A -> GSI 22 (level, low) 
-> IRQ 22
[   17.428910] HDA Intel :00:1b.0: irq 47 for MSI/MSI-X
[   17.428939] HDA Intel :00:1b.0: setting latency timer to 64
[   17.524868] ALSA sound/pci/hda/hda_codec.c:4435: autoconfig: 
line_outs=1 (0xe/0x0/0x0/0x0/0x0)
[   17.524873] ALSA sound/pci/hda/hda_codec.c:4439:speaker_outs=1 
(0xd/0x0/0x0/0x0/0x0)
[   17.524877] ALSA sound/pci/hda/hda_codec.c:4443:hp_outs=1 
(0xb/0x0/0x0/0x0/0x0)
[   17.524881] ALSA sound/pci/hda/hda_codec.c::mono: mono_out=0x0
[   17.524883] ALSA sound/pci/hda/hda_codec.c:4455:inputs: mic=0xa, 
fmic=0x11, line=0x0, fline=0x0, cd=0x0, aux=0x0
[   17.525693] ALSA sound/pci/hda/patch_sigmatel.c:3031: stac92xx: 
dac_nids=1 (0x13/0x0/0x0/0x0/0x0)
[   18.529600] input: HDA Intel Mic at Ext Right Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input10
[   18.529756] input: HDA Intel Line Out at Sep Left Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input11
[   18.529873] input: HDA Intel HP Out at Ext Right Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input12
[   18.530192] HDA Intel :01:00.1: PCI INT B -> GSI 17 (level, low) 
-> IRQ 17
[   18.530198] hda_intel: Disable MSI for Nvidia chipset
[   18.530301] HDA Intel :01:00.1: setting latency timer to 64
[   46.282388] hda-intel: IRQ timing workaround is activated for card 
#1. Suggest a bigger bdl_pos_adj.




-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


problem in oracle installation

2010-12-31 Thread karpaga raj
sir i want to install oracle10g R2 in fedora 12 kindly give me the details to 
install the same 
and how can i get the following packages 
rpm
-Uvh setarch-*

rpm
-Uvh --force tcl-*

rpm
-Uvh compat-db-*

rpm
-Uvh --force libXau-devel-*




yum
install libXp libaio

yum
install compat-libstdc++* compat-libf2c* compat-gcc* compat-libgcc*
kindly help me to solve the problem

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Configuration of HP L2045 monitor

2010-12-31 Thread Chris Jones

On 12/31/2010 12:39 PM, paul van der meij wrote:



2010/12/31 Bruno Wolff III mailto:br...@wolff.to>>

I have a similar problem with a Dell 2001FP monitor, but I think it is 
depending on the graphics driver, see your Xorg.0.log file. With me:

- it happens on
[23.532] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[23.532] (==) NOUVEAU(0): RGB weight 888
[23.532] (==) NOUVEAU(0): Default visual is TrueColor
[23.532] (==) NOUVEAU(0): Using HW cursor
[23.550] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[23.567] (II) NOUVEAU(0): EDID for output VGA-1
[23.567] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[23.567] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[23.567] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[23.567] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 
896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[23.567] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 
976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[23.567] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 
752 800  480 489 492 525 -hsync -vsync (31.5 kHz)

[23.567] (II) NOUVEAU(0): Output VGA-1 connected
[23.567] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
[23.567] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768 
+0+0
[23.567] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) 
unless otherwise stated.

[23.567] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 1024)
[23.567] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz 
(scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz


- it is OK on (other computer, same monitor)
[21.303] (II) LoadModule: "intel"
[21.304] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[21.304] (II) Module intel: vendor="X.Org Foundation"
[21.304] compiled for 1.9.0, module version = 2.12.0
[21.304] Module class: X.Org Video Driver
[21.304] ABI class: X.Org Video Driver, version 8.0
[21.304] (II) intel: Driver for Intel Integrated Graphics 
Chipsets: i810,

i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[21.305] (++) using VT number 1
[21.655] (II) intel(0): 720x...@70hz
[21.655] (II) intel(0): 640x...@60hz
[21.655] (II) intel(0): 640x...@75hz
[21.655] (II) intel(0): 800x...@60hz
[21.655] (II) intel(0): 800x...@75hz
[21.655] (II) intel(0): 1024x...@60hz
[21.655] (II) intel(0): 1024x...@75hz
[21.655] (II) intel(0): 1280x1...@75hz
[21.655] (II) intel(0): Manufacturer's mask: 0
[21.655] (II) intel(0): Supported standard timings:
[21.655] (II) intel(0): #0: hsize: 1280  vsize 1024  refresh: 60  
vid: 32897
[21.655] (II) intel(0): #1: hsize: 1600  vsize 1200  refresh: 60  
vid: 16553
[21.655] (II) intel(0): #2: hsize: 1152  vsize 864  refresh: 75  
vid: 20337

[21.655] (II) intel(0): Supported detailed timing:
[21.655] (II) intel(0): clock: 162.0 MHz   Image Size:  367 x 275 mm
[21.655] (II) intel(0): h_active: 1600  h_sync: 1664  h_sync_end 
1856 h_blank_end 2160 h_border: 0
[21.655] (II) intel(0): v_active: 1200  v_sync: 1201  v_sync_end 
1204 v_blanking: 1250 v_border: 0

[


I have downloaded and run monitor-edid with the following output:-
[r...@localhost X11]# monitor-get-edid
[r...@localhost X11]# monitor-edid --v
probing EDID using VBE (port 0)
VBE version: 3.0, oem version = 10.56
Memory: 16384k
OEM name:
Vendor name:
Product name:
Product revision:
Port 0:
  DDC1 not supported
  DDC2 supported
  Screen not blanked during data transfer
  Time to transfer one EDID block: 1 sec (rounded up)
EDID: Error (0x4f15:01): 0x034f
probing EDID using VBE (port 1)
Port 1:
  DDC1 not supported
  DDC2 supported
  Screen not blanked during data transfer
  Time to transfer one EDID block: 1 sec (rounded up)
EDID: Error (0x4f15:01): 0x034f
probing EDID using VBE (port 2)
Port 2:
  DDC1 not supported
  DDC2 supported
  Screen not blanked during data transfer
  Time to transfer one EDID block: 1 sec (rounded up)
EDID: Error (0x4f15:01): 0x034f
[r...@localhost X11]# monitor-edid --MonitorsDB
[r...@localhost X11]# monitor-get-edid | monitor-parse-edid
bad edid
[r...@localhost X11]#

I am not versed with this application, so have no idea what this output 
means. Any explanation that helps to resolve this issue will be welcome.


--
Chris Jones

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: xmms only playing mp3 as root

2010-12-31 Thread Johan Scheepers
On 12/29/2010 11:18 PM, Michael Schwendt wrote:
> On Wed, 29 Dec 2010 22:33:05 +0200, Johan wrote:
>
>> Good day,
>>
>> When tested xmms on mp3,  I was logged in as root.
>>
>> As user it complains ..
>>
>> [jo...@johan ~]$ xmms
>> Message: device: default
>>
>> ** WARNING **: Failed to open font: "-adobe-helvetica-bold-r-*-*-10-*".
>>
>> ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): No
>> such file or directory
>>
>> As root it plays but..
>>
>> [r...@johan ~]# xmms
>> Message: device: default
>>
>> ** WARNING **: Failed to open font: "-adobe-helvetica-bold-r-*-*-10-*".
>>
>> ** Well there is no such file as/dev/dsp   ** on my system
>>
>>
>> Kindly some pointers please.
> Is this with a fresh user account, where no old configuration files
> are still being used? Or perhaps xmms still looks for OSS by default?
>
> Try to delete your old configuration. Or reconfigure XMMS to use a different
> output plugin, such as one for ALSA or Pulse Audio (package "xmms-pulse").
>
> Alternatively, consider switching to a new [actively maintained] audio
> player. Try "yum search xmms" to find related packages.
Hi Mchael,
This system was installed - clean - from dvd on 28-12-2010.
I use my laptop like my car. Drive it - stick to the rules - not messing 
with things I do not know about.
When beyond me I ask for advice.
Your positive input is appreciated.
Before I try anything is your advice still standing since this is new 
install?
Await your comment
Thanks.
Johan

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Configuration of HP L2045 monitor

2010-12-31 Thread paul van der meij
2010/12/31 Bruno Wolff III 

> On Thu, Dec 30, 2010 at 23:47:38 +,
>  Chris Jones  wrote:
> > I have Fedora 14 installed and now discover that between Fedora 12 and
> > Fedora 14, the resolution of my HP L2045W monitor has changed from
> > 1600x1200 down to 800x600. How do I reconfigure the resolution to
> 1600x1200?
>
> Does that monitor do EDID? If not, you'll need a custom xorg.conf file
> or run xrandr after logging in.
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>

I have a similar problem with a Dell 2001FP monitor, but I think it is
depending on the graphics driver, see your Xorg.0.log file. With me:
- it happens on
[23.532] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[23.532] (==) NOUVEAU(0): RGB weight 888
[23.532] (==) NOUVEAU(0): Default visual is TrueColor
[23.532] (==) NOUVEAU(0): Using HW cursor
[23.550] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[23.567] (II) NOUVEAU(0): EDID for output VGA-1
[23.567] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[23.567] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[23.567] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[23.567] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[23.567] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976
1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[23.567] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752
800  480 489 492 525 -hsync -vsync (31.5 kHz)
[23.567] (II) NOUVEAU(0): Output VGA-1 connected
[23.567] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
[23.567] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768 +0+0
[23.567] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless
otherwise stated.
[23.567] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 1024)
[23.567] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from
0.0 MHz), 48.4 kHz, 60.0 Hz

- it is OK on (other computer, same monitor)
[21.303] (II) LoadModule: "intel"
[21.304] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[21.304] (II) Module intel: vendor="X.Org Foundation"
[21.304] compiled for 1.9.0, module version = 2.12.0
[21.304] Module class: X.Org Video Driver
[21.304] ABI class: X.Org Video Driver, version 8.0
[21.304] (II) intel: Driver for Intel Integrated Graphics Chipsets:
i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[21.305] (++) using VT number 1
[21.655] (II) intel(0): 720x...@70hz
[21.655] (II) intel(0): 640x...@60hz
[21.655] (II) intel(0): 640x...@75hz
[21.655] (II) intel(0): 800x...@60hz
[21.655] (II) intel(0): 800x...@75hz
[21.655] (II) intel(0): 1024x...@60hz
[21.655] (II) intel(0): 1024x...@75hz
[21.655] (II) intel(0): 1280x1...@75hz
[21.655] (II) intel(0): Manufacturer's mask: 0
[21.655] (II) intel(0): Supported standard timings:
[21.655] (II) intel(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid:
32897
[21.655] (II) intel(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid:
16553
[21.655] (II) intel(0): #2: hsize: 1152  vsize 864  refresh: 75  vid:
20337
[21.655] (II) intel(0): Supported detailed timing:
[21.655] (II) intel(0): clock: 162.0 MHz   Image Size:  367 x 275 mm
[21.655] (II) intel(0): h_active: 1600  h_sync: 1664  h_sync_end 1856
h_blank_end 2160 h_border: 0
[21.655] (II) intel(0): v_active: 1200  v_sync: 1201  v_sync_end 1204
v_blanking: 1250 v_border: 0
[
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: mpg321 in fedora 14

2010-12-31 Thread paul van der meij
2010/12/29 paul van der meij 

>
>
> 2010/12/29 John Haxby 
>
>>
>>
>> On 29 December 2010 13:43, paul van der meij  wrote:
>>
>>> after a new install of fedora 14 I get a core segmentation fault when
>>> running mpg321.
>>> It used to work perfectly under fedora 11
>>>
>>>
>> Works perfectly for me.
>>
>> Perhaps all you need is a "yum update"
>>
>> jch
>>
>> --
>> users mailing list
>> users@lists.fedoraproject.org
>> To unsubscribe or change subscription options:
>> https://admin.fedoraproject.org/mailman/listinfo/users
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>>
>> my system is up to date, and the mpg321 comes from the rpmfusion-free
> repository.
> May the problem will disappear after a future update
>
> thanks for the suggestion
>
> Paul
>
just for who it might interest a gdb backtrace of this problem, that is also
reproducable on my second fedora 14 computer.

(gdb) bt
#0  0x00635046 in __strlen_sse2_bsf () from /lib/libc.so.6
#1  0x00800412 in _sanitize_matrix (maxchannels=2,
matrix=0x780 , device=)
at audio_out.c:635
#2  0x00801a2b in _open_device (driver_id=,
format=0xbfffd0d8,
options=0x0, file=0x0) at audio_out.c:991
#3  0x0804e411 in open_ao_playdevice (header=0x8073b78) at ao.c:341
#4  0x0804be5f in output (data=0xbfffd2f4, header=0x8073b78, pcm=0x8076fb0)
at mad.c:755
#5  0x00774420 in run_sync (decoder=0xbfffd2c0) at decoder.c:439
#6  0x0077411e in mad_decoder_run (decoder=0xbfffd2c0,
mode=MAD_DECODER_MODE_SYNC)
at decoder.c:557
#7  0x0804a3c6 in main (argc=2, argv=0xb3f4) at mpg321.c:492
(gdb)

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Yum vs. PackageKit

2010-12-31 Thread 夜神 岩男
--- Roger  wrote:

> On 31/12/10 04:57, Beartooth wrote:
> > On all machines running F14 with a usable GUI,
> PackageKit's gpk-
> > update-viewer (which I run daily, sometimes more)
> often tells me it sees
> > no updates, or only very few.  I've been making it
> a practice, every time
> > it claims that, to run yum update.
> >
> > Very often yum gets a great long list (anywhere
> from a dozen to
> > two or three hundred, the latter in cases of a
> laptop which hasn't been
> > booted for weeks).
> >
> > Comments, please! Am I the only one seeing this??
> >
> >
> I, too see this in Fedora 14 and routinely do yum
> update and yum upgrade.
> With Ubuntu I also do apt-get update  then apt-get
> upgrade to obtain 
> latest files.
> It's probably the wrong thing to do but I do not
> know!
> Roger
> -- 
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines:
> http://fedoraproject.org/wiki/Mailing_list_guidelines
> 

PackageKit reads updates from a local cache. By default it
checks for updates once a day and then updates the cache
also once a day. It appears that depending on which goes
first there could be <48 hour lag between the updates
being checked and the cache being updated. That is if the
system is on 24 hours a day. If you regularly turn your
system on for only a short time and then shut down again
it is likely that PakcageKit never quite gets around to
checking for updates and then updating the cache.

To change the way things work you need to change both the
check update frequency and the update cache frequency.

PackageKit has two attributes that matter for you: 1 is
frequency_get_updates, and the other is
frequency_update_cache. When you run gpk-prefs and set the
"check updates" to "hourly" only the frequency_get_updates
attribute changes.

You will need to run gconf-editor and go to
/apps/gnome-packagekit/update-icon/ and change the
frequency_update_cache attribute manually to 3600 if you
want it to be updated hourly every time that get_updates
runs. (The value will be different than 3600 if you want
the check to be something other than hourly -- this number
is the amount of time in seconds that should pass between
actions.)

gconf-editor is not installed by default from the liveCD,
so you may have to "yum install gconf-editor" if that is
how you installed your system to begin with.

Hope this helps. Of course, you could just cut to the
chase and run yum update if PackageKit is too indirect for
you...


--
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: recursively count the words occurrence in the text files

2010-12-31 Thread Rodolfo Alcazar Portillo
On Thu, 2010-12-30 at 10:34 -0800, S Mathias wrote:
> I just can't google for it:
> 
> I'm searching for a "bash" "one liner" (awk, perl, or anything) for this: 
> 
> there are text files, in several directories: 
> 
> mkdir one
> mkdir two
> mkdir three
> 
> echo "word1 word2 word3" > one/asf.txt
> echo "word2 word4, word5" > one/asfcxv saf.txt
> echo "word1. word2" > one/dsgsdg.txt
> 
> echo "word6, word3!" > two/sdgsd dsf.txt
> echo "word6" > two/ergd.txt
> 
> echo "asdf, word2" > three/werdf.txt
> echo "word7, word8 word9 word10" > three/qwerb erfsdgdsg.txt
> echo "word4 word3" > three/web erg as.txt
> 
> so it does the magic* "recursively":
> 
> $ SOMEMAGIC > output.txt
> cat output.txt
> asdf 1
> word1 2
> word2 4
> word3 3
> word4 2
> word5 1
> word6 2
> word7 1
> word8 1
> word9 1
> word10 1
> $

$ find . -type f -exec cat {} \;|sed -r 's/ /\n/g'|sort|uniq -c
--
Rodolfo Alcazar Portillo - nosp...@gmail.com
otbits.blogspot.com / counter.li.org: #367962
--
-VMS is a text-only adventure game. If you win you can use unix.
W. Davidson


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines