program crashes on SIGSEGV, how debug it?

2010-12-07 Thread Frantisek Hanzlik
I compile program (on F14 i386), but this crashes after start (probably in some
initialization phase) on SEGV. After installing appropriate debuginfo packages,
its backtrace is this:

Program received signal SIGSEGV, Segmentation fault.
_dl_lookup_symbol_x (undef_name=0x30bde3 "using_xterm", undef_map=0x862e0a0,
ref=0xbffef550, symbol_scope=0x862e258, version=0x0, type_class=1, flags=1,
skip_map=0x0) at dl-lookup.c:713
713 {
(gdb) bt
#0  _dl_lookup_symbol_x (undef_name=0x30bde3 "using_xterm", undef_map=0x862e0a0,
ref=0xbffef550, symbol_scope=0x862e258, version=0x0, type_class=1,
flags=1, skip_map=0x0) at dl-lookup.c:713
#1  0x00110c98 in _dl_fixup (l=, reloc_arg=) at dl-runtime.c:118
#2  0x001174f0 in _dl_runtime_resolve () at ../sysdeps/i386/dl-trampoline.S:37
#3  0x0030e1eb in terminal_initialize () at terminal.c:404
#4  0x080e5297 in iodev_init () at dev_list.c:107
#5  0x0805e335 in main (argc=1, argv=0xb764) at emu.c:426

Know anyone what about it? These points #2 - #0 are beyond all my understanding.
Maybe they are some glibc routines? Or GDB own routines?
Eventually know anyone some links/reference to cram course about this problems?

For clarification, this program is probably OK - compiled from same sources and
with same options it run on several F13/i386 machines, and, what weird, it run
on two F14/i386 PCs too. But on other two or three PCs crashes as above.

Referenced line in "terminal.c" is:

403
404if (using_xterm())
405  Video_term.change_config = term_change_config;

and function "using_xterm()" is defined in same source file as:

305
306 int using_xterm(void)
307 {
308char *term = getenv("TERM");
309
310if (term == NULL)
311   return 0;
312
313return !strncmp("xterm", term, 5) ||
314!strncmp("rxvt", term, 4) ||
315!strcmp("dtterm", term);
316 }
317


Many thanks in advance, Franta Hanzlik
-- 
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: the console

2010-12-07 Thread xinyou yan
thank you   i did what you say .  it take effect !

because i  use my own understanding to understand you suggestion  before.

anyway , thanks again




2010/12/4 Lamar Owen :
> On Saturday, December 04, 2010 06:53:20 am xinyou yan wrote:
>> hello  everyone
>>
>>          I am new to fedora , After i set fedora start in level 3
>>  The char is so small . How i set   /etc/???  to make it  more big
>>
>> my display mode is 1440*900
>>
>>          Is   display resolution 's  problem ?   Or some others ?
>
> In /boot/grub/grub.conf (or menu.lst) add 'nomodeset' to the kernel line and 
> see if that helps you upon a reboot.
> --
> 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
>
-- 
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: Two Nouveaus Running

2010-12-07 Thread Sjoerd

> On 12/06/2010 11:03 AM, Jason Viloria wrote:
>>
>> I have an i7 processor running F14 and I see 8 instances of
>> the radeon driver and only one card in the system:
>>
>>
>> I have i7, F14, NV8800 and i have 16 instances :):):)  Just sayin if
>> someone wants to beat that? lol
>>
>>  157 ?S  0:00 [nouveau/0]
>>   158 ?S  0:00 [nouveau/1]
>>   159 ?S  0:00 [nouveau/2]
>>   160 ?S  0:00 [nouveau/3]
>>   161 ?S  0:00 [nouveau/4]
>>   162 ?S  0:00 [nouveau/5]
>>   163 ?S  0:00 [nouveau/6]
>>   164 ?S  0:00 [nouveau/7]
>>   168 ?S  0:00 [nouveau/0]
>>   169 ?S  0:00 [nouveau/1]
>>   170 ?S  0:00 [nouveau/2]
>>   171 ?S  0:00 [nouveau/3]
>>   172 ?S  0:00 [nouveau/4]
>>   173 ?S  0:00 [nouveau/5]
>>   174 ?S  0:00 [nouveau/6]
>>   175 ?S  0:00 [nouveau/7]
>>
>>
>>
>
> Just a sec, lemme login into the 32-core server @work...  :)
>

I mean. It's processor dependance. Just compiled and installed an 2.6.36.1-11 
kernel
from rawhide and i don't have this anymore:

#uname -a
Linux asus 2.6.36.1-11.f14.lingeek.x86_64 #1 SMP Mon Dec 6 18:11:15 CET 2010 
x86_64 x86_64 x86_64 GNU/Linux

#ps -ef | grep  radeon
root   131 2  0 Dec06 ?00:00:00 [radeon]



-
This email was sent using SquirrelMail.
   "Webmail for nuts!"
http://squirrelmail.org/

-- 
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: Blank box on KDE desktop

2010-12-07 Thread ME-1
GET ME OFF THIS FUCKING EMAIL LIST YOU FUCKING IDIOT
..

-Original Message-
From: users-boun...@lists.fedoraproject.org
[mailto:users-boun...@lists.fedoraproject.org]on Behalf Of slamp slamp
Sent: Tuesday, December 07, 2010 7:50 PM
To: Community support for Fedora users
Subject: Re: Blank box on KDE desktop


On Sun, Dec 5, 2010 at 6:41 PM, Manuel Escudero  wrote:
>
>
> 2010/12/5 slamp slamp 
>>
>> I am running Fedora 14 with KDE. For some reason there is a blank box
>> on my desktop. It is not a widget because I cannot remove it. It seems
>> to only happen with the effects turned on for KDE. Anyone know what
>> this is?
>>
>> --
>> 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
>>
>
> To solve this (and keep your Effects turned on) in Desktop
Effects>Advanced
> Disable the
> functionality comprobation, change to Xrender instead of OpenGL and in
> general use: "Instant"
> instead of normal for the animation speed.
>
> --
> <-Manuel Escudero->
> Linux User #509052
> @GWave: jmlev...@googlewave.com
> @Blogger: http://www.blogxenode.tk/ (Xenode Systems Blog)
> PGP/GnuPG: DAE3 82E9 D68E 7AE4 ED31  1F8F 4AF4 D00C 50E7 ABC6
>
>
> --
> 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
>
>

changing from opengl to xrender disables the effects i like (blur,
desktop cube animation, wobble windows). thank you for your input..
--
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


-- 
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: Blank box on KDE desktop

2010-12-07 Thread slamp slamp
On Sun, Dec 5, 2010 at 6:41 PM, Manuel Escudero  wrote:
>
>
> 2010/12/5 slamp slamp 
>>
>> I am running Fedora 14 with KDE. For some reason there is a blank box
>> on my desktop. It is not a widget because I cannot remove it. It seems
>> to only happen with the effects turned on for KDE. Anyone know what
>> this is?
>>
>> --
>> 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
>>
>
> To solve this (and keep your Effects turned on) in Desktop Effects>Advanced
> Disable the
> functionality comprobation, change to Xrender instead of OpenGL and in
> general use: "Instant"
> instead of normal for the animation speed.
>
> --
> <-Manuel Escudero->
> Linux User #509052
> @GWave: jmlev...@googlewave.com
> @Blogger: http://www.blogxenode.tk/ (Xenode Systems Blog)
> PGP/GnuPG: DAE3 82E9 D68E 7AE4 ED31  1F8F 4AF4 D00C 50E7 ABC6
>
>
> --
> 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
>
>

changing from opengl to xrender disables the effects i like (blur,
desktop cube animation, wobble windows). thank you for your input..
-- 
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: balsa users: seeing wrong icons in balsa main window?

2010-12-07 Thread Tony Nelson
On 10-12-07 13:15:20, Tony Nelson wrote:
> Are other balsa users seeing wrong or missing icons in the balsa main 
> window toolbar or message status columns?  
> https://bugzilla.redhat.com/show_bug.cgi?id=660732

The bug is fixed by balsa-2.4.9-1.fc14 which is now in updates-testing 
(but wasn't when I filed the bug).

-- 

TonyN.:'   
  '  
-- 
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: Clock skew on FC13

2010-12-07 Thread Tom Horsley
On Wed, 08 Dec 2010 09:59:26 +1030
Tim wrote:

> I don't think the original poster said which clock was skewing.

There are indeed a gazillion or so clock options you can
specify on the kernel command line. Perhaps making it
use a different clock source would work better. (The kernel
may believe it knows something about the clock it picked
which isn't actually true on the motherboard in question).

>From the kernel-parameters.txt file in the kernel-doc
rpm:

clock=  [BUGS=X86-32, HW] gettimeofday clocksource override.
[Deprecated]
Forces specified clocksource (if available) to be used
when calculating gettimeofday(). If specified
clocksource is not available, it defaults to PIT.
Format: { pit | tsc | cyclone | pmtmr }

clocksource=[GENERIC_TIME] Override the default clocksource
Format: 
Override the default clocksource and use the clocksource
with the name specified.
Some clocksource names to choose from, depending on
the platform:
[all] jiffies (this is the base, fallback clocksource)
[ACPI] acpi_pm
[ARM] imx_timer1,OSTS,netx_timer,mpu_timer2,
pxa_timer,timer3,32k_counter,timer0_1
[AVR32] avr32
[X86-32] pit,hpet,tsc,vmi-timer;
scx200_hrt on Geode; cyclone on IBM x440
[MIPS] MIPS
[PARISC] cr16
[S390] tod
[SH] SuperH
[SPARC64] tick
[X86-64] hpet,tsc
-- 
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: How to open a mht format

2010-12-07 Thread ME-1
GET ME OFF THIS FUCKING FEDORA EMAIL

-Original Message-
From: users-boun...@lists.fedoraproject.org
[mailto:users-boun...@lists.fedoraproject.org]on Behalf Of Dr. Michael
J. Chudobiak
Sent: Tuesday, December 07, 2010 1:58 PM
To: users@lists.fedoraproject.org
Subject: Re: How to open a mht format


On 12/07/2010 01:40 PM, Jim wrote:
> Fedora 14
>
> How does one open a email attachment with a format of .mht

https://addons.mozilla.org/en-US/firefox/addon/8051/

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


-- 
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: Helping with Hardware

2010-12-07 Thread Tim
On Tue, 2010-12-07 at 12:45 -0800, Jonathan Gardner wrote:
> Is there some registry somewhere where we tell people what we are
> using

There's Smolt.





-- 
[...@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
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: Clock skew on FC13

2010-12-07 Thread Tim
On Tue, 2010-12-07 at 15:21 -0800, Konstantin Svist wrote:
> I agree it wouldn't hurt to check, but AFAIK, Linux only reads the
> CMOS clock on startup and until shutdown keeps track of time using CPU
> cycles -- which is why clock skew bugs showed up when CPU started
> clocking down on the fly to save power...

I don't think the original poster said which clock was skewing.

-- 
[...@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
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: Helping with Hardware

2010-12-07 Thread Phil Meyer
On 12/07/2010 01:45 PM, Jonathan Gardner wrote:
> On Tue, Dec 7, 2010 at 12:35 PM, Alan Cox  wrote:
>>> My question is, how can I contribute to Fedora and thus the larger
>>> Linux community through getting my hardware better supported? Or is it
>>> just not suitable for a lay-person who knows how to program but
>>> doesn't already have a background in these things to get involved?
>> It depends a lot what the hardware is. If it's a variant of existing
>> hardware that is badly supported or the like then even with no tech
>> skills you can still be extremely helpful as a tester for anyone working
>> on it, or to assist the actual maintainer in checking it works with that
>> card variant for example.
>>
> Is there some registry somewhere where we tell people what we are
> using and that we are willing to test?
>
> For the record, F13 on a Gigabyte 880GM-USB3 with a dual-core AMD
> Phenom II (that reportedly could be unlocked to quad-core). While I
> got dual-display working at 1920x1080 each, one of which is rotated. I
> don't have MIDI working, nor can I use the surround sound. I just have
> basic stereo.
>
> I had the fglrx driver working for a while, then it mysteriously
> stopped working with newer kernels and now the radeon driver works
> beautifully. Though not nearly as fast as the fglrx driver, at least I
> don't have white lines at the edge of the rotated monitor.
>

The SMOLT database can help some, and give clues as to what some folks 
struggle with.

http://smolt.fedoraproject.org/

-- 
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: Clock skew on FC13

2010-12-07 Thread Konstantin Svist
On 12/07/2010 03:10 PM, Tim wrote:
>
> I'd still check, or simply replace, the battery.  Some PCs do weird
> things when their battery goes flat, even though it really ought to work
> fine while the power is on (the CMOS is, usually, powered by the main
> power supply as well as the battery).

I agree it wouldn't hurt to check, but AFAIK, Linux only reads the CMOS 
clock on startup and until shutdown keeps track of time using CPU cycles 
-- which is why clock skew bugs showed up when CPU started clocking down 
on the fly to save power...
-- 
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: How to open a mht format

2010-12-07 Thread Tim
On Tue, 2010-12-07 at 13:40 -0500, Jim wrote:
> Fedora 14
> 
> How does one open a email attachment with a format of .mht

You could use a text-only MIME email client.  The mht (htm spelt
backwards) is, virtually, the same as a multi-part email, in HTML format
(all the content, text and encoded graphics, being concatenated into one
text file).

While the mht file isn't actually an email message, but a webpage and
contents all in one file, it's virtually the same format (descriptive
headers, and content parts).

-- 
[...@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
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: Clock skew on FC13

2010-12-07 Thread Tim
Joe Zeff:
>> If the clock's running consistently slow, try replacing the CMOS
>> battery.  The BIOS is set to start doing that when the battery gets
>> low to let you know that it needs changing.
> 
Alex:
> I should have mentioned that it's running fast -- really fast. I just
> reset it about a half-hour ago, and it's already two or three minutes
> fast.

I'd still check, or simply replace, the battery.  Some PCs do weird
things when their battery goes flat, even though it really ought to work
fine while the power is on (the CMOS is, usually, powered by the main
power supply as well as the battery).

-- 
[...@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
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: Where have all my Bookmarks gone?

2010-12-07 Thread Aaron Konstam
On Tue, 2010-12-07 at 15:20 -0600, Steven Stern wrote:
> On 12/07/2010 03:12 PM, Aaron Konstam wrote:
> > On Tue, 2010-12-07 at 09:39 -0500, Tom Horsey wrote:
> >> On Tue, 07 Dec 2010 08:25:34 -0600
> >> Aaron Konstanz wrote:
> >>
> >>> What could have happened?
> >>
> >> Can't tell you what happened, but I can tell you the
> >> bookmarks are stashed in the file:
> >>
> >> ~/.mozilla/firefox/*.default/places.sqlite
> >>
> >> Perhaps the sqlite file got clobbered or you
> >> somehow changed default profiles?
> > Well Ii found the file all right. I did not change profiles. The
> > places.sqlite file does not contain anything that looks like my former
> > bookmarks. Nor will Firefox display what is in the file as bookmarks.
> > So now what?
> > 
> > I guess I am a traditionalist and long for the good old days when the
> > bookmarks were in a bookmarks.html file. Now there is  a bookmarks.html
> > file which represents evidently the bookmarks toolbar which seems more
> > rational.
> > 
> 
> 
> sqlite3 -list places.sqlite
> sqlite> select * from moz_bookmarks;
> sqlite> .quit
> 
> (And that's why we make backups. :-) )
I appreciate the sqlite lesson, but does not answer the question where
did the bookmarks go?

-- 
===
God made the integers; all else is the work of Man. -- Kronecker
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
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: Where have all my Bookmarks gone?

2010-12-07 Thread Steven Stern
On 12/07/2010 03:12 PM, Aaron Konstam wrote:
> On Tue, 2010-12-07 at 09:39 -0500, Tom Horsey wrote:
>> On Tue, 07 Dec 2010 08:25:34 -0600
>> Aaron Konstanz wrote:
>>
>>> What could have happened?
>>
>> Can't tell you what happened, but I can tell you the
>> bookmarks are stashed in the file:
>>
>> ~/.mozilla/firefox/*.default/places.sqlite
>>
>> Perhaps the sqlite file got clobbered or you
>> somehow changed default profiles?
> Well Ii found the file all right. I did not change profiles. The
> places.sqlite file does not contain anything that looks like my former
> bookmarks. Nor will Firefox display what is in the file as bookmarks.
> So now what?
> 
> I guess I am a traditionalist and long for the good old days when the
> bookmarks were in a bookmarks.html file. Now there is  a bookmarks.html
> file which represents evidently the bookmarks toolbar which seems more
> rational.
> 


sqlite3 -list places.sqlite
sqlite> select * from moz_bookmarks;
sqlite> .quit

(And that's why we make backups. :-) )


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


command wvdial not found

2010-12-07 Thread Andre Robatino
Adil Adil  yahoo.com> writes:

> I checked on internet, I found there is a way to do that using "wvdial". But
> I cannot find it. Does this command
> have another name in fedora?

If you installed F12 from the install DVD, wvdial-1.60-10.fc12 is on that, in
the Packages/ directory. If you haven't updated yet (due to not being able to go
online), then any necessary dependencies to install it should be on the DVD as
well.




-- 
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: Where have all my Bookmarks gone?

2010-12-07 Thread Aaron Konstam
On Tue, 2010-12-07 at 09:39 -0500, Tom Horsey wrote:
> On Tue, 07 Dec 2010 08:25:34 -0600
> Aaron Konstanz wrote:
> 
> > What could have happened?
> 
> Can't tell you what happened, but I can tell you the
> bookmarks are stashed in the file:
> 
> ~/.mozilla/firefox/*.default/places.sqlite
> 
> Perhaps the sqlite file got clobbered or you
> somehow changed default profiles?
Well Ii found the file all right. I did not change profiles. The
places.sqlite file does not contain anything that looks like my former
bookmarks. Nor will Firefox display what is in the file as bookmarks.
So now what?

I guess I am a traditionalist and long for the good old days when the
bookmarks were in a bookmarks.html file. Now there is  a bookmarks.html
file which represents evidently the bookmarks toolbar which seems more
rational.

-- 
===
A friend of mine won't get a divorce, because he hates lawyers more than
he hates his wife.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
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: Helping with Hardware

2010-12-07 Thread Jonathan Gardner
On Tue, Dec 7, 2010 at 12:35 PM, Alan Cox  wrote:
>> My question is, how can I contribute to Fedora and thus the larger
>> Linux community through getting my hardware better supported? Or is it
>> just not suitable for a lay-person who knows how to program but
>> doesn't already have a background in these things to get involved?
>
> It depends a lot what the hardware is. If it's a variant of existing
> hardware that is badly supported or the like then even with no tech
> skills you can still be extremely helpful as a tester for anyone working
> on it, or to assist the actual maintainer in checking it works with that
> card variant for example.
>

Is there some registry somewhere where we tell people what we are
using and that we are willing to test?

For the record, F13 on a Gigabyte 880GM-USB3 with a dual-core AMD
Phenom II (that reportedly could be unlocked to quad-core). While I
got dual-display working at 1920x1080 each, one of which is rotated. I
don't have MIDI working, nor can I use the surround sound. I just have
basic stereo.

I had the fglrx driver working for a while, then it mysteriously
stopped working with newer kernels and now the radeon driver works
beautifully. Though not nearly as fast as the fglrx driver, at least I
don't have white lines at the edge of the rotated monitor.

-- 
Jonathan Gardner
jgard...@jonathangardner.net
-- 
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: balsa users: balsa vanishes during use?

2010-12-07 Thread Alan Cox
On Tue, 07 Dec 2010 13:20:29 -0500
Tony Nelson  wrote:

> Do other balsa users find balsa vanishing during use at unpredictable 
> times?  I had to rebuild balsa --without-threads to make it stable in 
> F12, and (as I just got it working at all again) I've done the same on 
> F14.  If it happens to others, I'll submit a bug.

No but the version of claws in FC14 is buggy as  whenever the
connection is lost and it fails to reconnect.

It may be worth running your live balsa under valgrind if you can
reproduce the problem and can cope with it being a bit slower running.
That may give useful diagnostics on things like memory scribbles - which
are the first guess mess up for threaded apps.

Alan
-- 
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: Helping with Hardware

2010-12-07 Thread Jonathan Gardner
On Tue, Dec 7, 2010 at 11:34 AM, Dr. Michael J. Chudobiak
 wrote:
> On 12/07/2010 02:20 PM, Jonathan Gardner wrote:
>> I've been using Linux for over 10 years, and I've been with Red Hat
>> since the 7.2 days and I've been using Fedora since it was first
>> announced.
>>
>> I've never gotten around to dealing with hardware issues seriously,
>> instead content to let things be and just hope the next release fixes
>> the problems I see. (It's surprising how well wait-and-upgrade works
>> as a strategy in Fedora!)
>>
>> My question is, how can I contribute to Fedora and thus the larger
>> Linux community through getting my hardware better supported? Or is it
>> just not suitable for a lay-person who knows how to program but
>> doesn't already have a background in these things to get involved?
>>
>> Do I need to set up my system so either I use it for work or I use it
>> to tinker with the hardware but not both at the same time?
>
> File bugs, and read bugs, both in the Fedora bugzilla and upstream (for
> whatever project). Often, hardware bugs will end up as "NEEDINFO"
> because the developer doesn't have the right hardware. You can help fill
> that gap by supplying the requested logs and running tests.
>
> You learn a lot just by reading bug reports in your area of interest,
> even if they don't affect you directly.
>

I will definitely do this.

>
> Install lots of *-debuginfo packages, so that crashing software supplies
> good backtraces.
>

I imagine the process is this.

(1) Use some software, watch it crash.

(2) Install the debuginfo packages

(3) Use it again til it crashes

(4) File a bug report

Right?

>
> If you feel adventurous, install rawhide on a spare computer, so you can
> file bugs early. Do not use rawhide on a must-work system. It WILL cause
> grief.
>

The few times in the past where I did feel adventurous, it wasn't
enough to get rawhide working at the time. I came really close when a
particular version of Fedora didn't like my video card, but I found a
way to manage.

>
> Buy cool hardware for developers, and for people who reply to you on
> mailing lists :-)
>

Actually, this last idea doesn't sound too bad. With hardware so cheap
nowadays, I might as well buy one for myself and three for some
developers. It'd be cheaper than the time. ;-)

Speaking of which, how does Fedora handle testing on hardware? Do we
just rely on individual developers and testers running Rawhide, or is
there a computer lab somewhere running umpteen different
configurations of hardware?

-- 
Jonathan Gardner
jgard...@jonathangardner.net
-- 
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: Helping with Hardware

2010-12-07 Thread Alan Cox
> My question is, how can I contribute to Fedora and thus the larger
> Linux community through getting my hardware better supported? Or is it
> just not suitable for a lay-person who knows how to program but
> doesn't already have a background in these things to get involved?

It depends a lot what the hardware is. If it's a variant of existing
hardware that is badly supported or the like then even with no tech
skills you can still be extremely helpful as a tester for anyone working
on it, or to assist the actual maintainer in checking it works with that
card variant for example.

Alan
-- 
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: java and firefox crashes on FC13

2010-12-07 Thread Deepak Bhole
* Alex  [2010-12-07 10:49]:
> Hi,
> 
> > *** NSPlugin Wrapper ***
> > WARNING:(../src/npw-wrapper.c:2537):invoke_NPP_HandleEvent: assertion
> > failed: (rpc_method_invoke_possible(plugin->connection))
> >
> > *** NSPlugin Viewer  *** WARNING: unhandled variable 18 ( > variable>) in NPN_GetValue()
> >
> > (npviewer.bin:8869): Gdk-WARNING **: XID collision, trouble ahead
> 
> Can someone tell me if they also have these warnings and errors in
> their ~/.xsession-errors?
> 
> How about this from /var/log/messages:
> 
> Dec  6 20:07:11 alex kernel: npviewer.bin[8869]: segfault at 418 ip
> 01018c86 sp ff8bb408 error 6 in
> libflashplayer.so[dc9000+b2e000]
>

Nothing in xsession-errors seems to indicate a segfault in the Java
plugin.

The above line from /var/log/... does indicate a problem with Flash
though. I'd try disabling flash to see if it still crashes. If not, you
know that Flash is definitely the problem and can then concentrate on
narrowing down what within flash is the issue..

Cheers,
Deepak
 
> It would be helpful to know if this problem is local to my machine or
> is occurring elsewhere...
> 
> Thanks,
> Alex
-- 
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: Helping with Hardware

2010-12-07 Thread Dr. Michael J. Chudobiak
On 12/07/2010 02:20 PM, Jonathan Gardner wrote:
> I've been using Linux for over 10 years, and I've been with Red Hat
> since the 7.2 days and I've been using Fedora since it was first
> announced.
>
> I've never gotten around to dealing with hardware issues seriously,
> instead content to let things be and just hope the next release fixes
> the problems I see. (It's surprising how well wait-and-upgrade works
> as a strategy in Fedora!)
>
> My question is, how can I contribute to Fedora and thus the larger
> Linux community through getting my hardware better supported? Or is it
> just not suitable for a lay-person who knows how to program but
> doesn't already have a background in these things to get involved?
>
> Do I need to set up my system so either I use it for work or I use it
> to tinker with the hardware but not both at the same time?

File bugs, and read bugs, both in the Fedora bugzilla and upstream (for 
whatever project). Often, hardware bugs will end up as "NEEDINFO" 
because the developer doesn't have the right hardware. You can help fill 
that gap by supplying the requested logs and running tests.

You learn a lot just by reading bug reports in your area of interest, 
even if they don't affect you directly.

Install lots of *-debuginfo packages, so that crashing software supplies 
good backtraces.

If you feel adventurous, install rawhide on a spare computer, so you can 
file bugs early. Do not use rawhide on a must-work system. It WILL cause 
grief.

Buy cool hardware for developers, and for people who reply to you on 
mailing lists :-)

- Mike
-- 
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: java and firefox crashes on FC13

2010-12-07 Thread jarmo
Alex kirjoitti tiistai, 7. joulukuuta 2010 17:48:58:
> Hi,
> 
> > *** NSPlugin Wrapper ***
> > WARNING:(../src/npw-
wrapper.c:2537):invoke_NPP_HandleEvent: assertion
> > failed: (rpc_method_invoke_possible(plugin->connection))
> > 
> > *** NSPlugin Viewer  *** WARNING: unhandled variable 18 
( > variable>) in NPN_GetValue()
> > 
> > (npviewer.bin:8869): Gdk-WARNING **: XID collision, trouble 
ahead
> 
> Can someone tell me if they also have these warnings and errors 
in
> their ~/.xsession-errors?
> 
> How about this from /var/log/messages:
> 
> Dec  6 20:07:11 alex kernel: npviewer.bin[8869]: segfault at 418 
ip
> 01018c86 sp ff8bb408 error 6 in
> libflashplayer.so[dc9000+b2e000]
> 
> It would be helpful to know if this problem is local to my 
machine or
> is occurring elsewhere...
> 
> Thanks,
> Alex

I had same problem in fc13. Solved by removing nspluginwrapper.
You don't need it, to watch flash. No errors in logs, after removing 
it.

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


Helping with Hardware

2010-12-07 Thread Jonathan Gardner
I've been using Linux for over 10 years, and I've been with Red Hat
since the 7.2 days and I've been using Fedora since it was first
announced.

I've never gotten around to dealing with hardware issues seriously,
instead content to let things be and just hope the next release fixes
the problems I see. (It's surprising how well wait-and-upgrade works
as a strategy in Fedora!)

My question is, how can I contribute to Fedora and thus the larger
Linux community through getting my hardware better supported? Or is it
just not suitable for a lay-person who knows how to program but
doesn't already have a background in these things to get involved?

Do I need to set up my system so either I use it for work or I use it
to tinker with the hardware but not both at the same time?

-- 
Jonathan Gardner
jgard...@jonathangardner.net
-- 
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: How to open a mht format

2010-12-07 Thread James Kerr
On Tue, 2010-12-07 at 13:40 -0500, Jim wrote: 
> Fedora 14
> 
> How does one open a email attachment with a format of .mht

The only way that I know of to open mht (windows web archive) files is
with firefox. There are a couple of addons that enable firefox to do so.
I use:

https://addons.mozilla.org/en-US/firefox/addon/8051/

Jim


-- 
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: How to open a mht format

2010-12-07 Thread Dr. Michael J. Chudobiak
On 12/07/2010 01:40 PM, Jim wrote:
> Fedora 14
>
> How does one open a email attachment with a format of .mht

https://addons.mozilla.org/en-US/firefox/addon/8051/

- Mike
-- 
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: How to open a mht format

2010-12-07 Thread admin lewis
2010/12/7 Jim 

> Fedora 14
>
> How does one open a email attachment with a format of .mht
>  
>

https://addons.mozilla.org/it/firefox/addon/8051/


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


How to open a mht format

2010-12-07 Thread Jim
Fedora 14

How does one open a email attachment with a format of .mht
-- 
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


balsa users: balsa vanishes during use?

2010-12-07 Thread Tony Nelson
Do other balsa users find balsa vanishing during use at unpredictable 
times?  I had to rebuild balsa --without-threads to make it stable in 
F12, and (as I just got it working at all again) I've done the same on 
F14.  If it happens to others, I'll submit a bug.

-- 

TonyN.:'   
  '  
-- 
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


balsa users: failing to fetch mail unless NetworkManager is running?

2010-12-07 Thread Tony Nelson
Are any balsa users unable to fetch new mail if NetworkManager is not 
running?  I needed to rebuild balsa --without-nm in order to get it to 
work here, where NetworkManager is not used.  
https://bugzilla.redhat.com/show_bug.cgi?id=660735

-- 

TonyN.:'   
  '  

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


balsa users: seeing wrong icons in balsa main window?

2010-12-07 Thread Tony Nelson
Are other balsa users seeing wrong or missing icons in the balsa main 
window toolbar or message status columns?  
https://bugzilla.redhat.com/show_bug.cgi?id=660732

-- 

TonyN.:'   
  '  

-- 
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: [fedora-list] How to add a new section in logwatch report

2010-12-07 Thread Tom Horsley
On Tue, 7 Dec 2010 09:46:10 -0800
Donald Russell wrote:

> Now that I've actually done it once, it seems pretty simple... so why did it
> appear so complicated in the doc? hmmm.

Well, what gets me (and still does I think) is the utter inability
to guess which logfiles get processed for which services and which
lines from the logfiles are selected as "belonging" to some service.
Nothing in the docs gave me any idea of the overall top down
flow of log processing.
-- 
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


Fedora on a Viewsonic G Tablet

2010-12-07 Thread Linuxguy123
I'm in dire need of a tablet and I want it to run Linux, preferably
Fedora.

I'm considering a Viewsonic G tablet as reviewed here:
http://www.linuxslate.org/Review_Viewsonic_G-Tablet_Android_Tablet.html

Does anyone know of anyone running Fedora on this device ?

Does anyone know of any show stoppers to do so ?

Thanks

LG



-- 
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: [fedora-list] How to add a new section in logwatch report

2010-12-07 Thread Donald Russell
---
Hey! Hey! You! You! Get off of my cloud!
http://news.cnet.com/8301-13578_3-20002423-38.html


On Fri, Dec 3, 2010 at 14:25, Rich Mahn  wrote:

> Donald Russell  wrote:
>
> >I have an application that uses the logger -t  command to add
> >specific messages in /var/log/messages. I'd like to add those in a
> >section of it's own in the logwatch report but am having trouble
> >following the information in /usr/share/doc/logwatch-7.3 in the HOWTO
> >doc.
> >I added my new script/filter
> >/etc/logwatch/scripts/services/myfilter
> >myfilter is one simple awk comand:
> >awk '{ if ("mytag:" == $5) { print; }}'
> >I added the config file for it...A  /etc/logwatch/conf/myfilter.conf
> >Title = "My App Messages"
> >LogFile = messages
> >I also tried a more explicit, LogFile = /var/log/messages
> >What else do I need to do? when I add a test message to the log with
> >logger -t mytag this is a test
> >then run logwatch, I'm not seeing the test message in the report
> >What did I miss?
> >Thank you.
> >
>
> It's complicated--there are many many options and, since it's perl scripts,
> there's many ways to do it.
>
> The myfilter.conf file gives options for pre-processing your log file.
> Look at /usr/share/logwatch/default.conf/services/*.conf for examples.
> Look at arpwatch.conf for a simple example.  Note the "OnlyService" and
> the "RemoveHeaders" lines.  They are probably similar to what you want
> if you are pulling lines from /var/log/messsages.
>
> Then look at some files in /usr/share/log/watch/scripts/service.
> I like the 'afpd' as an example of how to grab data from the lines
> you are looking at.
>
> In your /etc/logwatch/scripts/services directory, make sure the
> permissions are 644 -- they are not executable.
>
> This should be enough to get you started.  Report back with more specific
> problems for more specific help.
>
> Good luck
>
>
> Rich
>


Thanks Rich,

I followed the examples, but when I tried "logwatch --service myfilter" I
was geting an error:
Logwatch does not know how to process service: myfilter

I solved THAT by correcting the name of myfilter in
/etc/logwatch/conf/services from myfilter to myfilter.conf

Now it's working now I can concentrate on the actual report. :-)

Cheers!

So, for anybody else looking to add a report section in logwatch

your filter config file goes here: /etc/logwatch/conf/services and must be
named .conf
the actual filter goes here: /etc/logwatch/scripts/services and must be
named 

Where  is whatever you want to call it... it just has to be the
same in both places... makes sense.

Then logwatch --service  will produce your report.

The filter itself is assumed to be written in Perl, so use Perl syntax in
your filter script. Apparently you can configure a different languagein the
.conf file, but I didn't bother figuring that out... it was simpler to do
what I need in Perl than to figure out the nuances of Logwatch
configuration. ;-)

Now that I've actually done it once, it seems pretty simple... so why did it
appear so complicated in the doc? hmmm.
-- 
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: issue running fsck DMESG clip included

2010-12-07 Thread Aioanei Rares
On 12/06/2010 10:15 PM, Les wrote:
> Hi.
>   I am currently running FC12.  I am working on upgrading my system and
> going to a 64 bit system, because I know I have some issues in this
> hardware (slowdowns, internet issues etc.) they have been niggling for a
> few months now, and I have been gathering cpu bucks to replace it.  So
> first I wanted to run fsck to clean the disks, then do a backup, and
> finally to replace the system and move to FC14 64 bit.  First step did
> not work.
>
>   I have seen messages in the boot process indicating errors in the ATA1
> section, although the system appears to be working reasonably well
> (given the niggling h/w errors I knew about).  This is new.
>
>   I wanted to run fsck, so I booted from the install disk for FC12 and
> opted for the command line without mounting the disks.  when I attempted
> to run fsck for /dev/sda1 I received errors that the system could not
> run on an LVM volume.  How do I overcome this issue?  And if LVM's
> cannot be checked with fsck, how do I ensure that I do not generate
> LVM's on the new installation of FC14 (sorry, I know that is two
> questions...)  I will send a separate question for the LVM/FC14 issue.
>   
>   Anyway, I could not capture the output message from the command prompt,
> and wasn't bright enough to write it down. I will try it again if some
> one needs the exact messages to help me.
>
> regards,
> Les H
>
> The following is from the DMESG output:
>
[snip]
What I've seen from your dmesg fragment only indicates severe hard drive 
failure.
So, if you can recover any data from your drive(s), do it as soon as 
possible, then replace.
My 2 cents.

Best of luck,
-- 
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: gnome-pm execute a command on resume

2010-12-07 Thread François Patte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 07/12/2010 15:33, Greg Woods a écrit :
> On Tue, 2010-12-07 at 14:51 +0100, François Patte wrote:
> 
>> Where do I have to put this command if I want it executed automacally on
>> resume?
> 
> /usr/lib/pm-utils/sleep.d

Thanks.

- --
François Patte
UFR de mathématiques et informatique
Université Paris Descartes
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkz+XTIACgkQdE6C2dhV2JWDcwCgq60jcAI3LZBeuvcV/6KhewTi
8gYAnjiZFDC6bNSGDyJ0HAbJ60/J2/IU
=0QTy
-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


Re: F14 Uses Wrong Resolution on Dell C600 Laptop

2010-12-07 Thread Craig Lanning
On Tue, 2010-12-07 at 13:01 +0200, Johan Scheepers wrote:
> Craig Lanning wrote:
> > I have a Dell Latitude C600 which will only display at 800x600.
> > 
> > $ lspci -s 01:00.0
> > 01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 
> > AGP 2x (rev 02)
> > 
> > $ xrandr
> > Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
> > default connected 800x600+0+0 0mm x 0mm
> >800x60060.0*56.0  
> >640x48060.0  
> > 
> > I tried adding 'nomodeset' to the kernel boot line, but that had no
> > effect.
> > 
> > I tried adding 'video=aty128fb:1400x1050' to the kernel boot line, but
> > that, also, had no effect.
> > 
> > Is there a way to get this machine to use the 1400x1050 natural
> > resolution of the LDC?
> > 
> > Craig
> > 
> > 
> Hi Craig,
> 
> You could try replacing the monitor/screen part in your xorg.conf file 
> with what I will add here. It worked for my Fujitsu/Siemens.
> If your hardware is..
> VendorName  "Silicon Integrated Systems [SiS]
>   BoardName   "771/671 PCIE VGA Display Adapter"
> 
> Try it anyway it may just work??

It will probably be this evening before I get a chance to try this.

Thanks for the info.

Craig

> Make copy of your xorg.conf.
> Replace the part mentioned.
> Reboot.
> Should it not work it will boot in console then replace with origanal.
> 
> Here follows the lines...
> Johan
> > Section "Monitor"
> > Identifier   "Monitor0"
> > VendorName   "Monitor Vendor"
> > ModelName"Monitor Model"
> > HorizSync30-107
> > VertRefresh  50-185
> > EndSection
> > 
> > Section "Device"
> > ### Available Driver options are:-
> > ### Values: : integer, : float, : "True"/"False",
> > ### : "String", : " Hz/kHz/MHz"
> > ### [arg]: arg optional
> > Option "ShadowFB" "false"   # []
> > #Option "DefaultRefresh"# []
> > #Option "ModeSetClearScreen"# []
> > Identifier  "Card0"
> > Driver  "vesa"
> > VendorName  "Silicon Integrated Systems [SiS]"
> > BoardName   "771/671 PCIE VGA Display Adapter"
> > BusID   "PCI:1:0:0"
> > EndSection
> > 
> > Section "Screen"
> > Identifier "Screen0"
> > Device "Card0"
> > Monitor"Monitor0"
> > DefaultDepth 24
> > SubSection "Display"
> > Viewport   0 0
> > Depth 1
> > EndSubSection
> > SubSection "Display"
> > Viewport   0 0
> > Depth 4
> > EndSubSection
> > SubSection "Display"
> > Viewport   0 0
> > Depth 8
> > EndSubSection
> > SubSection "Display"
> > Viewport   0 0
> > Depth 15
> > EndSubSection
> > SubSection "Display"
> > Viewport   0 0
> > Depth 16
> > EndSubSection
> > SubSection "Display"
> > Viewport   0 0
> > Depth 24
> > EndSubSection
> > EndSection
> > 
> 
> 


-- 
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: java and firefox crashes on FC13

2010-12-07 Thread Alex
Hi,

> *** NSPlugin Wrapper ***
> WARNING:(../src/npw-wrapper.c:2537):invoke_NPP_HandleEvent: assertion
> failed: (rpc_method_invoke_possible(plugin->connection))
>
> *** NSPlugin Viewer  *** WARNING: unhandled variable 18 ( variable>) in NPN_GetValue()
>
> (npviewer.bin:8869): Gdk-WARNING **: XID collision, trouble ahead

Can someone tell me if they also have these warnings and errors in
their ~/.xsession-errors?

How about this from /var/log/messages:

Dec  6 20:07:11 alex kernel: npviewer.bin[8869]: segfault at 418 ip
01018c86 sp ff8bb408 error 6 in
libflashplayer.so[dc9000+b2e000]

It would be helpful to know if this problem is local to my machine or
is occurring elsewhere...

Thanks,
Alex
-- 
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: Clock skew on FC13

2010-12-07 Thread Alex
Hi,

> Have you checked the date? ntpd adjusts time by making the clock run
> faster or slower - so if your date is in the past, ntpd may be trying to
> catch up.
> try running "ntpq -p" -- that should show you how far you are from your
> ntp server

I should have mentioned that I did this as well. I used ntpdate to
sync the time, then ran ntpd. I don't think ntpq ever reported it had
connected to a peer. The clock skews too fast for it to be able to
sync.

> what length are you running? I've seen kernel-xen tick minutes as seconds.

Length? Xen is not involved here in any way. This is a simple install
of FC13 on x86_64.

Could this have something to do with power management?

Thanks,
Alex
-- 
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: Where have all my Bookmarks gone?

2010-12-07 Thread Tom Horsley
On Tue, 07 Dec 2010 08:25:34 -0600
Aaron Konstam wrote:

> What could have happened?

Can't tell you what happened, but I can tell you the
bookmarks are stashed in the file:

~/.mozilla/firefox/*.default/places.sqlite

Perhaps the sqlite file got clobbered or you
somehow changed default profiles?
-- 
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: gnome-pm execute a command on resume

2010-12-07 Thread Greg Woods
On Tue, 2010-12-07 at 14:51 +0100, François Patte wrote:

> Where do I have to put this command if I want it executed automacally on
> resume?

/usr/lib/pm-utils/sleep.d


-- 
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: External harddrive not spinning down on suspend

2010-12-07 Thread JB
JB  gmail.com> writes:

> ...
This are successful suspend-suspend and suspend-resume sessions on my laptop.
It should help you understand what and how it happens.

Restore your pm-utils system to its previous (original state) as asked in
my previous post, which you should look at and understand.

Then you should run both, suspend-suspend and suspend-resume, on your machine
(even if unsuccessful in its objectives) and capture and save it for later
analysis (the logs are overwritten).
By comparing mine and yours you may find the breaking points in execution).
You should concentrate on the first part (suspend-suspend) first - this is
where your external usb harddisk is recognized and handled.

During suspend-suspend, the PM info (APM level) of the harddisk device is
retrieved via hdparm utility, then saved in script '99hd-apm-restore.hook
suspend' (see the script).
First, look at your harddisk and see if APM is supported at all.

# hdparm -I /dev/sda
Your external usb harddisk is /dev/sdb (see your dmesg).

# hdparm -I "/dev/sda" |grep "Advanced Power"
   *Advanced Power Management feature set

# hdparm -I /dev/sda |grep "Advanced power"
Advanced power management level: 254

Look at script 99hd-apm-restore.hook to see how this info is checked for.

This PM info (or rather saved APM state) is restored when script
'99hd-apm-restore.hook resume' is executed later on during suspend-resume.
This is visible in the log.

$ cat /var/log/pm-suspend.log 
Initial commandline parameters: 
Tue Dec  7 00:10:16 CET 2010: Running hooks for suspend.
/usr/lib/pm-utils/sleep.d/00logging suspend suspend:Linux
localhost.localdomain
2.6.35.9-64.fc14.i686 #1 SMP Fri Dec 3 12:35:42 UTC 2010 i686 i686 i386 
GNU/Linux
Module  Size  Used by
fuse   51432  3 
cpufreq_ondemand7262  2 
acpi_cpufreq6277  1 
mperf   1141  1 acpi_cpufreq
ipt_LOG 4243  1 
xt_limit1254  1 
ip6_tables  9929  0 
uinput  5228  0 
snd_hda_codec_conexant31850  1 
snd_hda_intel  20083  2 
arc41085  2 
ecb 1595  2 
iwl394597265  0 
snd_hda_codec  71701  2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep   4795  1 snd_hda_codec
iwlcore   160590  1 iwl3945
snd_seq43447  0 
snd_seq_device  5056  1 snd_seq
thinkpad_acpi  56245  0 
snd_pcm61769  2 snd_hda_intel,snd_hda_codec
snd_timer  15435  2 snd_seq,snd_pcm
mac80211  188421  2 iwl3945,iwlcore
snd47365  13
snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,
snd_seq_device,thinkpad_acpi,snd_pcm,snd_timer
btusb  12538  0 
bluetooth  73233  1 btusb
iTCO_wdt8960  0 
iTCO_vendor_support 2070  1 iTCO_wdt
cfg80211  110779  3 iwl3945,iwlcore,mac80211
rfkill 13652  4 thinkpad_acpi,bluetooth,cfg80211
soundcore   5088  1 snd
tg398727  0 
i2c_i8019016  0 
snd_page_alloc  6180  2 snd_hda_intel,snd_pcm
microcode  11139  0 
yenta_socket   20882  0 
i915  241651  3 
drm_kms_helper 22278  1 i915
drm   139288  3 i915,drm_kms_helper
i2c_algo_bit4197  1 i915
i2c_core   21328  5 i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video  17730  1 i915
output  1625  1 video
 total   used   free sharedbuffers cached
Mem:   2051988 3294201722568  0  37404 164480
-/+ buffers/cache: 1275361924452
Swap:  2933244  02933244
success.
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend:success.
/usr/lib/pm-utils/sleep.d/01grub suspend suspend:not applicable.
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:success.
/usr/lib/pm-utils/sleep.d/55NetworkManager suspend suspend:success.
/usr/lib/pm-utils/sleep.d/56atd suspend suspend:success.
/usr/lib/pm-utils/sleep.d/56dhclient suspend suspend:success.
/usr/lib/pm-utils/sleep.d/75modules suspend suspend:not applicable.
/usr/lib/pm-utils/sleep.d/90clock suspend suspend:not applicable.
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:success.
/usr/lib/pm-utils/sleep.d/95led suspend suspend:success.
/usr/lib/pm-utils/sleep.d/95packagekit suspend suspend:success.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:success.
/usr/lib/pm-utils/sleep.d/99hd-apm-restore.hook suspend suspend:saving level
 254 for device sda
success.
/usr/lib/pm-utils/sleep.d/99video suspend suspend:kernel.acpi_video_flags = 0
success.
Tue Dec  7 00:10:17 CET 2010: performing suspend
Tue Dec  7 07:54:05 CET 2010: Awake.
Tue Dec  7 07:54:05 CET 2010: Running hooks for resume
/usr/lib/pm-utils/sleep.d/99video resume suspend:success.
/usr/lib/

Where have all my Bookmarks gone?

2010-12-07 Thread Aaron Konstam
Yesterday I went to pay my Citicard bill on a F14 and all my Firefox
Bookmarks had disappeared I thought of blaming a new installed Firefox
but the latest one seems to have been installed on October 29.

What could have happened?
-- 
===
This sentence contradicts itself -- no actually it doesn't. -- Douglas
Hofstadter
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

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


gnome-pm execute a command on resume

2010-12-07 Thread François Patte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bonjour,

I can suspend and resume successfully my laptop. One thing only is not
working on resume:

I had to add this command in my /etc/rc.local to have bluetooth working:

hid2hci

When the laptop resumes from suspend, this command has to be run to have
the bluetooth services on.

Where do I have to put this command if I want it executed automacally on
resume?

Thank you.

- --
François Patte
UFR de mathématiques et informatique
Université Paris Descartes
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkz+O98ACgkQdE6C2dhV2JUcLACeIWdtbZ5CQWmwGnhZmBwP9O0c
MDEAoKtPbRF9g08GlOP2zizaAAp9/kna
=Tyi/
-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


Re: command wvdial not found

2010-12-07 Thread Tony Molloy
On Tuesday 07 December 2010 13:40:06 Adil Adil wrote:
> Hi,
> 
> the link you gave me does not work. No way to find something like wvdial.
> 


Sorry, My typo


Try




Tony

> I guess the solution at this point is just wait until i'll find another way
> to connect to internet in fedora.
> 
> Thank you
> 
> 
> --- On Tue, 12/7/10, Tony Molloy  wrote:
> 
> From: Tony Molloy 
> Subject: Re: command wvdial not found
> To: "Community support for Fedora users" 
> Received: Tuesday, December 7, 2010, 1:18 PM
> 
> 
> 
> #yiv1989834541 p, #yiv1989834541 li {white-space:pre-wrap;}
> 
> On Tuesday 07 December 2010 13:04:37 Adil Adil wrote:
> > Hi,
> > 
> > I'll answer your questions:
> > I want use F12 because i want to use a software (NCTUns) that was tested
> > only in F12. The model of modem is "HDM EC122".
> > 
> > The problem now is that even yum does not work properly. Does it nead an
> > internet connection to work properly?
> 
> Of cource it needs an internet connection to work, Either that or you must
> have a local repo.
> 
> 
> Try.
> 
> Boot into Windows if you have it.
> 
> Download wvdial from
> 
>  vdial-1.60-10.fc12.i686.rpm>
> 
> Use x86_64 if you have a 64 bit system
> 
> Copy it to a USB key
> 
> Boot into fedora.
> 
> copy wvdial to local disk
> 
> Them
> 
> yum localinstall wvdial
> 
> Tony
> 
> > because once i'm in fedora i'm not connected to internet.
> > 
> > I did :
> > 
> > yum clean metadata
> > yum install wvdial
> > 
> > but did not change anything.
> > 
> > Thank you
> > 
> > --- On Tue, 12/7/10, Harish Pillay  wrote:
> > > From: Harish Pillay 
> > > Subject: Re: command wvdial not found
> > > To: "Community support for Fedora users"
> > >  Received: Tuesday, December 7, 2010,
> > > 12:53 PM
> > > 
> > > > I want to use my 3G modem in
> > > 
> > > F12. the manufacturer gives automatic intallation software
> > > for mac and win only.
> > > 
> > > > I checked on internet, I found there is a way to do
> > > 
> > > that using "wvdial". But I cannot find it. Does this command
> > > have another name in fedora?
> > > 
> > > What model 3G modem are you using?  And, is there a
> > > reason you want to
> > > use F12 (which reached EOL earlier this month)?.
> > > 
> > > IIRC, you do not need anything fancy for get the 3G USB to
> > > work on Fedora
> > > since F11 I think (or it might have been F12).
> > > 
> > > Harish
> 
> -Inline Attachment Follows-
-- 
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: command wvdial not found

2010-12-07 Thread Adil Adil
Hi,

the link you gave me does not work. No way to find something like wvdial.

I guess the solution at this point is just wait until i'll find another way to 
connect to internet in fedora.

Thank you


--- On Tue, 12/7/10, Tony Molloy  wrote:

From: Tony Molloy 
Subject: Re: command wvdial not found
To: "Community support for Fedora users" 
Received: Tuesday, December 7, 2010, 1:18 PM



#yiv1989834541 p, #yiv1989834541 li {white-space:pre-wrap;}
On Tuesday 07 December 2010 13:04:37 Adil Adil wrote:
> Hi,
> 
> I'll answer your questions:
> I want use F12 because i want to use a software (NCTUns) that was tested
> only in F12. The model of modem is "HDM EC122".
> 
> The problem now is that even yum does not work properly. Does it nead an
> internet connection to work properly?

Of cource it needs an internet connection to work, Either that or you must have 
a local repo.


Try.

Boot into Windows if you have it.

Download wvdial from



Use x86_64 if you have a 64 bit system

Copy it to a USB key

Boot into fedora.

copy wvdial to local disk

Them

yum localinstall wvdial

Tony

> 
> because once i'm in fedora i'm not connected to internet.
> 
> I did :
> 
> yum clean metadata
> yum install wvdial
> 
> but did not change anything.
> 
> Thank you
> 
> --- On Tue, 12/7/10, Harish Pillay  wrote:
> > From: Harish Pillay 
> > Subject: Re: command wvdial not found
> > To: "Community support for Fedora users" 
> > Received: Tuesday, December 7, 2010, 12:53 PM
> > 
> > > I want to use my 3G modem in
> > 
> > F12. the manufacturer gives automatic intallation software
> > for mac and win only.
> > 
> > > I checked on internet, I found there is a way to do
> > 
> > that using "wvdial". But I cannot find it. Does this command
> > have another name in fedora?
> > 
> > What model 3G modem are you using?  And, is there a
> > reason you want to
> > use F12 (which reached EOL earlier this month)?.
> > 
> > IIRC, you do not need anything fancy for get the 3G USB to
> > work on Fedora
> > since F11 I think (or it might have been F12).
> > 
> > Harish

-Inline Attachment Follows-

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



-- 
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: command wvdial not found

2010-12-07 Thread Harish Pillay
>> I'll answer your questions:
>> I want use F12 because i want to use a software (NCTUns) that was tested 
>> only in F12.
>> The model of modem is "HDM EC122".
>>
>> The problem now is that even yum does not work properly. Does it nead an 
>> internet connection to work properly?
>>
>> because once i'm in fedora i'm not connected to internet.
>>
>> I did :
>>
>> yum clean metadata
>> yum install wvdial
>>
>> but did not change anything.
>
> As others have pointed out, for yum to work, it needs an link to the Internet
> unless you can point yum to a local repository.
>
> But, having said that, would you be able to consider the following
> setup:
> a) Do you have the package that you must run, NCTUns, available
>    to be reinstalled?
> b) Is your computer capable of running virtual machines?
> c) If your answers to a) and b) above are yes, then you might
>    want to install F14 on your existing machine, create a virtual
>    machine and install Fedora 12 in the VM and install NCTUns
>    in it.
>
> Can you also contact the NCTUns folks to get them to update their
> stuff to F14?

Assuming the NCTuns is from http://nsl10.csie.nctu.edu.tw/, checking
their support page:
http://nsl10.csie.nctu.edu.tw/phpBB/viewtopic.php?f=22&t=1034&sid=366fc024a6ec7a9c298103c5636dc58b
shows that their version for Fedora 12 was released earlier this year.
I think it will be updated and perhaps you should contact them.

I do wish also, that the tool was open sourced, but it does not seem
to be.

Harish
-- 
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: command wvdial not found

2010-12-07 Thread Harish Pillay
Adil -

> I'll answer your questions:
> I want use F12 because i want to use a software (NCTUns) that was tested only 
> in F12.
> The model of modem is "HDM EC122".
>
> The problem now is that even yum does not work properly. Does it nead an 
> internet connection to work properly?
>
> because once i'm in fedora i'm not connected to internet.
>
> I did :
>
> yum clean metadata
> yum install wvdial
>
> but did not change anything.

As others have pointed out, for yum to work, it needs an link to the Internet
unless you can point yum to a local repository.

But, having said that, would you be able to consider the following
setup:
a) Do you have the package that you must run, NCTUns, available
to be reinstalled?
b) Is your computer capable of running virtual machines?
c) If your answers to a) and b) above are yes, then you might
want to install F14 on your existing machine, create a virtual
machine and install Fedora 12 in the VM and install NCTUns
in it.

Can you also contact the NCTUns folks to get them to update their
stuff to F14?

Harish
-- 
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: Problem with yum (was Re: command wvdial not found)

2010-12-07 Thread Michael Schwendt
On Tue, 7 Dec 2010 12:04:05 +, Tony wrote:

> > [r...@localhost ~]# yum provides */bin/wvdial
> > Modules complémentaires chargés : presto, refresh-packagekit
> > Erreur : Cannot retrieve repository metadata (repomd.xml) for repository:
> > fedora. Please verify its path and try again 
> > 
> > The text in french means: Additional modules loaded.
> > 
> > I'm using fedora12 (i don't want to upgrade to a newer version).
> > 
> > Thank you

The output is not detailed enough. You would need to increase the
verbosity or --debug setting.

> wvdial is available in the Fedora Everything repo for Fedora 12
> 
> wvdial-1.60-10.fc12.i686.rpm
> 
> Make sure the Fedora Everything repo is enabled.
> Try the following
> 
> yum clean metadata
> yum install wvdial

Take a close look at the output of

  yum -d 255 repolist

and verify that for the Repo-Id "fedora" you can see a valid Repo-metalink
for the Fedora mirror list, which you can access/download without
problems.
-- 
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: command wvdial not found

2010-12-07 Thread Tony Molloy
On Tuesday 07 December 2010 13:16:01 suvayu ali wrote:
> On Tue, Dec 7, 2010 at 2:04 PM, Adil Adil  wrote:
> > The problem now is that even yum does not work properly. Does it nead an
> > internet connection to work properly?
> > 
> > because once i'm in fedora i'm not connected to internet.
> 
> yum needs an internet connection to download the packages for you. I
> think what you have to do is download the packages you want manually
> from the repos using some other computer with an internet connection.
> Then you can install with yum using,
> 
> $ yum install /path/to/rpm/*.rpm
> 
> But the difficult part is, you would need to figure out and download
> all the dependencies for your package yourself. I think the easiest
> solution for you is to go to some cafe/shop with free wifi (Starbucks,
> McDonalds or their equivalent in your country) and use the wifi to
> install your package with yum. Or you could connect using ethernet.
> Either way, getting connected to the internet somehow is the solution.
> 
> GL


I don't think there are any dependencies for wvdial. So it should be ok to 
just download it and localinstall it.

Tony
-- 
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: command wvdial not found

2010-12-07 Thread Tony Molloy
On Tuesday 07 December 2010 13:04:37 Adil Adil wrote:
> Hi,
> 
> I'll answer your questions:
> I want use F12 because i want to use a software (NCTUns) that was tested
> only in F12. The model of modem is "HDM EC122".
> 
> The problem now is that even yum does not work properly. Does it nead an
> internet connection to work properly?

Of cource it needs an internet connection to work, Either that or you must 
have a local repo.


Try.

Boot into Windows if you have it.

Download wvdial from



Use x86_64 if you have a 64 bit system

Copy it to a USB key

Boot into fedora.

copy wvdial to local disk

Them

yum localinstall wvdial

Tony

> 
> because once i'm in fedora i'm not connected to internet.
> 
> I did :
> 
> yum clean metadata
> yum install wvdial
> 
> but did not change anything.
> 
> Thank you
> 
> --- On Tue, 12/7/10, Harish Pillay  wrote:
> > From: Harish Pillay 
> > Subject: Re: command wvdial not found
> > To: "Community support for Fedora users" 
> > Received: Tuesday, December 7, 2010, 12:53 PM
> > 
> > > I want to use my 3G modem in
> > 
> > F12. the manufacturer gives automatic intallation software
> > for mac and win only.
> > 
> > > I checked on internet, I found there is a way to do
> > 
> > that using "wvdial". But I cannot find it. Does this command
> > have another name in fedora?
> > 
> > What model 3G modem are you using?  And, is there a
> > reason you want to
> > use F12 (which reached EOL earlier this month)?.
> > 
> > IIRC, you do not need anything fancy for get the 3G USB to
> > work on Fedora
> > since F11 I think (or it might have been F12).
> > 
> > Harish
-- 
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: command wvdial not found

2010-12-07 Thread suvayu ali
On Tue, Dec 7, 2010 at 2:04 PM, Adil Adil  wrote:
> The problem now is that even yum does not work properly. Does it nead an 
> internet connection to work properly?
>
> because once i'm in fedora i'm not connected to internet.
>

yum needs an internet connection to download the packages for you. I
think what you have to do is download the packages you want manually
from the repos using some other computer with an internet connection.
Then you can install with yum using,

$ yum install /path/to/rpm/*.rpm

But the difficult part is, you would need to figure out and download
all the dependencies for your package yourself. I think the easiest
solution for you is to go to some cafe/shop with free wifi (Starbucks,
McDonalds or their equivalent in your country) and use the wifi to
install your package with yum. Or you could connect using ethernet.
Either way, getting connected to the internet somehow is the solution.

GL

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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: command wvdial not found

2010-12-07 Thread Adil Adil
Hi,

I'll answer your questions:
I want use F12 because i want to use a software (NCTUns) that was tested only 
in F12.
The model of modem is "HDM EC122".

The problem now is that even yum does not work properly. Does it nead an 
internet connection to work properly?

because once i'm in fedora i'm not connected to internet.

I did :

yum clean metadata 
yum install wvdial

but did not change anything.

Thank you 

--- On Tue, 12/7/10, Harish Pillay  wrote:

> From: Harish Pillay 
> Subject: Re: command wvdial not found
> To: "Community support for Fedora users" 
> Received: Tuesday, December 7, 2010, 12:53 PM
> > I want to use my 3G modem in
> F12. the manufacturer gives automatic intallation software
> for mac and win only.
> >
> > I checked on internet, I found there is a way to do
> that using "wvdial". But I cannot find it. Does this command
> have another name in fedora?
> 
> What model 3G modem are you using?  And, is there a
> reason you want to
> use F12 (which reached EOL earlier this month)?.
> 
> IIRC, you do not need anything fancy for get the 3G USB to
> work on Fedora
> since F11 I think (or it might have been F12).
> 
> Harish
> -- 
> 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
> 


-- 
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: command wvdial not found

2010-12-07 Thread Harish Pillay
> I want to use my 3G modem in F12. the manufacturer gives automatic 
> intallation software for mac and win only.
>
> I checked on internet, I found there is a way to do that using "wvdial". But 
> I cannot find it. Does this command have another name in fedora?

What model 3G modem are you using?  And, is there a reason you want to
use F12 (which reached EOL earlier this month)?.

IIRC, you do not need anything fancy for get the 3G USB to work on Fedora
since F11 I think (or it might have been F12).

Harish
-- 
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: Problem with yum (was Re: command wvdial not found)

2010-12-07 Thread Tony Molloy
On Tuesday 07 December 2010 11:57:49 Adil Adil wrote:
> > This should provide your answer:
> > sudo yum provides */bin/wvdial
> 
> Hi,
> 
> Thank you for your answer. After executing the command you gave me, I
> realised that I have a problem with my yum
> 
> Here is the output:
> --
> [r...@localhost ~]# yum provides */bin/wvdial
> Modules complémentaires chargés : presto, refresh-packagekit
> Erreur : Cannot retrieve repository metadata (repomd.xml) for repository:
> fedora. Please verify its path and try again 
> 
> The text in french means: Additional modules loaded.
> 
> I'm using fedora12 (i don't want to upgrade to a newer version).
> 
> Thank you

wvdial is available in the Fedora Everything repo for Fedora 12

wvdial-1.60-10.fc12.i686.rpm

Make sure the Fedora Everything repo is enabled.
Try the following

yum clean metadata
yum install wvdial


Hope this helps

Tony
-- 
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 with yum (was Re: command wvdial not found)

2010-12-07 Thread Adil Adil
> 
> This should provide your answer:
> sudo yum provides */bin/wvdial
>

Hi,

Thank you for your answer. After executing the command you gave me, I realised 
that I have a problem with my yum

Here is the output:
--
[r...@localhost ~]# yum provides */bin/wvdial
Modules complémentaires chargés : presto, refresh-packagekit
Erreur : Cannot retrieve repository metadata (repomd.xml) for repository: 
fedora. Please verify its path and try again


The text in french means: Additional modules loaded.

I'm using fedora12 (i don't want to upgrade to a newer version).

Thank you


-- 
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: command wvdial not found

2010-12-07 Thread Joachim Backes
On 12/07/2010 11:38 AM, Adil Adil wrote:
> Hi,
> 
> I want to use my 3G modem in F12. the manufacturer gives automatic 
> intallation software for mac and win only.
> 
> I checked on internet, I found there is a way to do that using "wvdial". But 
> I cannot find it. Does this command have another name in fedora?
> 
> Thanks
> 
> 

I found:

http://rpm.pbone.net/index.php3/stat/4/idpl/13285357/dir/fedora_12/com/wvdial-1.60-10.fc12.i686.rpm.html

Regards

-- 
Joachim Backes 

http://www.rhrk.uni-kl.de/~backes



smime.p7s
Description: S/MIME Cryptographic 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


Re: command wvdial not found

2010-12-07 Thread Joachim Backes
On 12/07/2010 11:38 AM, Adil Adil wrote:
> Hi,
> 
> I want to use my 3G modem in F12. the manufacturer gives automatic 
> intallation software for mac and win only.
> 
> I checked on internet, I found there is a way to do that using "wvdial". But 
> I cannot find it. Does this command have another name in fedora?
> 
> Thanks
> 
> 
sudo yum install wvdial

-- 
Joachim Backes 

http://www.rhrk.uni-kl.de/~backes



smime.p7s
Description: S/MIME Cryptographic 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


Re: F14 Uses Wrong Resolution on Dell C600 Laptop

2010-12-07 Thread Johan Scheepers
Craig Lanning wrote:
> I have a Dell Latitude C600 which will only display at 800x600.
> 
> $ lspci -s 01:00.0
> 01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 
> 2x (rev 02)
> 
> $ xrandr
> Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
> default connected 800x600+0+0 0mm x 0mm
>800x60060.0*56.0  
>640x48060.0  
> 
> I tried adding 'nomodeset' to the kernel boot line, but that had no
> effect.
> 
> I tried adding 'video=aty128fb:1400x1050' to the kernel boot line, but
> that, also, had no effect.
> 
> Is there a way to get this machine to use the 1400x1050 natural
> resolution of the LDC?
> 
> Craig
> 
> 
Hi Craig,

You could try replacing the monitor/screen part in your xorg.conf file 
with what I will add here. It worked for my Fujitsu/Siemens.
If your hardware is..
VendorName  "Silicon Integrated Systems [SiS]
  BoardName   "771/671 PCIE VGA Display Adapter"

Try it anyway it may just work??

Make copy of your xorg.conf.
Replace the part mentioned.
Reboot.
Should it not work it will boot in console then replace with origanal.

Here follows the lines...
Johan
> Section "Monitor"
> Identifier   "Monitor0"
> VendorName   "Monitor Vendor"
> ModelName"Monitor Model"
> HorizSync30-107
> VertRefresh  50-185
> EndSection
> 
> Section "Device"
> ### Available Driver options are:-
> ### Values: : integer, : float, : "True"/"False",
> ### : "String", : " Hz/kHz/MHz"
> ### [arg]: arg optional
> Option "ShadowFB" "false"   # []
> #Option "DefaultRefresh"# []
> #Option "ModeSetClearScreen"# []
> Identifier  "Card0"
> Driver  "vesa"
> VendorName  "Silicon Integrated Systems [SiS]"
> BoardName   "771/671 PCIE VGA Display Adapter"
> BusID   "PCI:1:0:0"
> EndSection
> 
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor"Monitor0"
> DefaultDepth 24
> SubSection "Display"
> Viewport   0 0
> Depth 1
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth 4
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth 8
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth 15
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth 16
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth 24
> EndSubSection
> EndSection
> 


-- 
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: command wvdial not found

2010-12-07 Thread Chris Smart
On Tue, Dec 7, 2010 at 9:38 PM, Adil Adil  wrote:
>[snip]
> I checked on internet, I found there is a way to do that using "wvdial". But 
> I cannot find it. Does this command have another name in fedora?

This should provide your answer:
sudo yum provides */bin/wvdial
-- 
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


command wvdial not found

2010-12-07 Thread Adil Adil
Hi,

I want to use my 3G modem in F12. the manufacturer gives automatic intallation 
software for mac and win only.

I checked on internet, I found there is a way to do that using "wvdial". But I 
cannot find it. Does this command have another name in fedora?

Thanks


-- 
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: [Fedora] Re: [Fedora] Re: VirtualBox VBoxVMM.so: cannot open shared object file

2010-12-07 Thread Walter Cazzola

Hi,
thanks for the help, I didn't recompile it but googling around I found
that it is enough to run:

  find /usr/lib64/virtualbox/ -name \*.so -exec ln -s -t /lib64 '{}' ';'

to fix the issue

Walter

On Mon, 6 Dec 2010, Zoltan Hoppar wrote:


Hi,

Did you tried to compile yourself the kernel module for the
Virtualbox? Is not an hassle, needs an bunch of package, but always
works. Clean everything what you have did for VBox, even the hidden
conf files too in your home folder.

Here is how I do always:

1. Go to http://www.virtualbox.org/wiki/Linux_Downloads
2. Get the latest Fedora RPM
3. Install that through automatic installer, it will install few Qt
modules too, but doesn't bother

For kernel modules:

1. IF the earlier install successfully done - do: yum install gcc
kernel-devel kernel-headers (it's cca 25 Mb)
2. to set up the modules:
KERN_DIR=/usr/src/kernels/`uname -r` --->enter
export KERN_DIR  ---> enter
3. usermod -a -G vboxusers the_user_name
4. /etc /init.d /vboxdrv setup
5. After compiling: Enjoy - and works every way.

Cheers,

Zoltan

2010/12/6 Walter Cazzola :

Dear Linuxers,
I've the same problem the original op raised and more than a month later
this is still unsolved (at least on my machine).

I've installed:
 - dkms-2.1.0.1-1.fc12.noarch
 - VirtualBox-OSE-3.2.6-2.fc13.x86_64
 - kmod-VirtualBox-OSE-3.2.6-1.fc13.9.x86_64

still a FC13 with the repo Steven's suggested but yum says that nothing
needs to be updated and still VirtualBox silently quit with the
VBoxVMM.so missing message.

Any idea?

Walter

On Fri, 29 Oct 2010, Steven Stern wrote:


On 10/29/2010 01:36 PM, Tod Thomas wrote:


 The full messages is:

VirtualBox: supR3HardenedMainGetTrustedMain:
dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: VBoxVMM.so: cannot
open shared object file: No such file or directory


The VBoxVMM.so file is in the same directory as the VirtualBox.so file.
Also:

ldd /usr/lib/virtualbox/VirtualBox.so
    linux-gate.so.1 =>  (0x00bec000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x0011)
    libGL.so.1 => /usr/lib/libGL.so.1 (0x00961000)
    VBoxVMM.so => /usr/lib/virtualbox/VBoxVMM.so (0xb7625000)...

shows its in the correct dir.

This thread suggests it has something to do with glibc:
https://bugzilla.redhat.com/show_bug.cgi?id=645500

This thread suggests it has been fixed:
https://bugzilla.rpmfusion.org/show_bug.cgi?id=1465

If all of this information is correct will it soon become part of the
FC13 yum update stream?


Thanks - Tod


I strongly recommend installing Virtual Box from the repo at
VirtualBox.org.  Scroll down a bit on
http://www.virtualbox.org/wiki/Linux_Downloads to find instructions for
installing the repo. After that, "yum update" keeps things in line.




--
Walter Cazzola, PhD - Associate Professor, DICo, University of Milano
E-mail: cazz...@dico.unimi.it  Ph.: +39 02 503 16300  Fax: +39 02 503 16253
· · ·  · · ·  · · ·
              ... recursive: adjective, see recursive ...
· · ·  · · ·  · · ·
--
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









--
Walter Cazzola, PhD - Associate Professor, DICo, University of Milano
E-mail: cazz...@dico.unimi.it  Ph.: +39 02 503 16300  Fax: +39 02 503 16253
· · ·  · · ·  · · ·
   ... recursive: adjective, see recursive ...
· · ·  · · ·  · · ·-- 
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: [OT] Re: Multifunction laser printers for Fedora 14 ?

2010-12-07 Thread Tim Waugh
CUPS uses poppler to convert PDF into PostScript before converting that
to raster format.  This is partly due to the way PPD files work.

Tim.
*/



signature.asc
Description: This is a digitally signed message part
-- 
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