Re: problem with grub? mounting local file system (failed)

2008-12-14 Thread pingu
Hi,
Can you please try this?

rescue disk
chroot /mnt/sysimage
. . . .

grub-install --recheck --no-floppy --root-directory=/mountpoint/from/root 
/dev/sda

NOTE:
/mountpoint/from/root ==> location where / (root) would be  mountetd

rgds pingu


-- 
This is an email sent via The Fedora Community Portal https://fcp.surfsite.org
https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=311998&topic_id=65442&forum=10#forumpost311998
If you think, this is spam, please report this to webmas...@fcp.surfsite.org 
and/or blame knil...@gmail.com.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: User Pic in gdm?

2008-12-14 Thread Mike Cloaked



Tim-163 wrote:
> 
> 
> You need to relax home directory permissions, so that it can.  Defaults
> are rwx--, which only allows the user to use their own files.  Of
> course there are risks with that, assess them for yourself, before doing
> so.
> 
> 

There must be more to it than that.  My .face has read permissions for
everyone and gdm is not seeing it. I am running SElinux so I don't know if
that makes a difference?
-- 
View this message in context: 
http://www.nabble.com/User-Pic-in-gdm--tp21004946p21009501.html
Sent from the Fedora List mailing list archive at Nabble.com.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: f9 without pulseaudio.

2008-12-14 Thread Reg Clemens
> 
> I'm sure that there is a "proper" way to do it, but I just put the 
> following in rc.local and sound works :
> 
> cd /dev/snd
> chmod 666 *
> 

Thanks, that does it.
That could be the last hook that keeps me from moving from fc6 -> f9.

Thanks again.

And, there IS a file somewhere (I cant find it at the moment) that causes
some files to be set to the 'users' ownership when a new user logs in, things
like console and X11 things.  This probably wants to go there if I could
remember where 'there' was.


-- 
Reg.Clemens
r...@dwf.com


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: mjpegtools?

2008-12-14 Thread Gene Heskett
On Sunday 14 December 2008, Mamoru Tasaka wrote:
>Ed Greshko wrote, at 12/15/2008 12:09 PM +9:00:
>> Ed Greshko wrote:
>>> Gene Heskett wrote:
 I'd think so, but it cannot seem to accept that I have at least two
 complete. from the src trees of libquicktime.so.0 installed:

 [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
 warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature:
 NOKEY, key ID 66534c2b
 error: Failed dependencies:
 libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
 [r...@coyote rpms]# locate libquicktime.so
 /opt/gmerlin/lib/libquicktime.so
 /opt/gmerlin/lib/libquicktime.so.0
 /opt/gmerlin/lib/libquicktime.so.0.0.0
>
>
>
 [r...@coyote rpms]#
 ln -s /usr/local/lib/libquicktime.so.0.0.0
 /usr/lib/libquicktime.so.0.0.0 [r...@coyote rpms]#
 ln -s /usr/local/lib/libquicktime.so.0 /usr/lib/libquicktime.so.0
 [r...@coyote rpms]#
 ln -s /usr/local/lib/libquicktime.so /usr/lib/libquicktime.so
 [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
 warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature:
 NOKEY, key ID 66534c2b
 error: Failed dependencies:
 libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
 [r...@coyote rpms]# locate libquicktime.pc
 /opt/gmerlin/lib/pkgconfig/libquicktime.pc
>
>
>
 [r...@coyote rpms]#
 ln -s /usr/local/lib/pkgconfig/libquicktime.pc
 /usr/lib/pkgconfig/libquicktime.pc [r...@coyote rpms]# rpm -Uvh
 mjpegtools-1.9.0-17_rc3.fc8.i386.rpm warning:
 mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: NOKEY,
 key ID 66534c2b
 error: Failed dependencies:
 libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386

 So how do I convince it, or should I just --force --nodeps it?

 Thanks Ed.
>>>
>>> Is /usr/local/lib in your /etc/ld.so.conf?
>>>
>>> Have you run ldconfig after your changes?
>>>
>>> When the rpm can find a dependency I've not found --force --nodeps to be
>>> very helpful.
>>
>> Of course my fingers meant "can't find a dependency"...  :-)
>
>rpm cannot find dependencies if the needed libraries are not registered
>in rpm database, even if the libraries surely exist on your local disk.
>(so, libraries installed by yourself by "configure -> make -> make install"
> or so are not registered in rpm database and rpm simply ignores them)
>
>running ldconfig does not help.
>
>By the way mjpegtools is in rpmfusion [1] so just following [2]
>and "yum install mjpegtools" will probably install mjpegtools
>correctly.
>
>[1]
> http://download1.rpmfusion.org/free/fedora/updates/8/i386/repoview/M.group.
>html [2] http://rpmfusion.org/Configuration
>
>Mamoru

Yes, thank you.  I had not enabled rpmfusion yet, but did so and got a bunch 
of stuff I needed.


-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
"I'd love to go out with you, but I have to stay home and see if I snore."

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: AES on Fedora Core

2008-12-14 Thread Karthik Balaguru
Hi,

Linux version 2.6.18-1.2798.fc6xen 
(brewbuil...@hs20-bc2-4.build.redhat.com) (gcc version 4.1.1 20061011 (Red 
Hat 4.1.1-30)) #1 SMP Mon Oct 16 15:11:19 EDT 2006'

Thx in advans,
Karthik Balaguru




Bill Davidsen  
Sent by: fedora-list-boun...@redhat.com
12/13/2008 12:09 AM
Please respond to
"Community assistance, encouragement,   and advice for using Fedora." 



To
fedora-list@redhat.com
cc

Subject
Re: AES on Fedora Core






Karthik Balaguru wrote:
> 
> Hi,
> 
> I am using 35.206 V7.0.0 3GPP that has 32-Bit Word Oriented listing
> as AES_128 for AES CMAC discussed in RFC4493.
> 
> It is working fine with RH(Linux version 2.6.9-22.ELsmp 
> (bhcomp...@porky.build.redhat.com)) but
> with Fedora Core, it is corrupting the stack/local variables & other 
> related data.
> How is it possible ? Any ideas.
> 
> On Analysis, i find that,
> AES works & does not affect stack & local variables if we call from the 
> main or from an API that inturn calls AES.
> main -> AES
> main -> API -> AES
> 
> But, if we have an AES invokation as below , though it is working, it is 

> corrupting the stack & local variables.
> main -> API -> API ->AES
> 
> Any ideas ?
> 
First idea, tell us which release of Fedora Core, and which kernel...

-- 
Bill Davidsen 
   "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: 
http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

__



__-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: AES on Fedora Core

2008-12-14 Thread Karthik Balaguru
Hi,

Linux version 2.6.18-1.2798.fc6xen 
(brewbuil...@hs20-bc2-4.build.redhat.com) (gcc version 4.1.1 20061011 (Red 
Hat 4.1.1-30)) #1 SMP Mon Oct 16 15:11:19 EDT 2006'

Karthik




Bill Davidsen  
Sent by: fedora-list-boun...@redhat.com
12/13/2008 12:09 AM
Please respond to
"Community assistance, encouragement,   and advice for using Fedora." 



To
fedora-list@redhat.com
cc

Subject
Re: AES on Fedora Core






Karthik Balaguru wrote:
> 
> Hi,
> 
> I am using 35.206 V7.0.0 3GPP that has 32-Bit Word Oriented listing
> as AES_128 for AES CMAC discussed in RFC4493.
> 
> It is working fine with RH(Linux version 2.6.9-22.ELsmp 
> (bhcomp...@porky.build.redhat.com)) but
> with Fedora Core, it is corrupting the stack/local variables & other 
> related data.
> How is it possible ? Any ideas.
> 
> On Analysis, i find that,
> AES works & does not affect stack & local variables if we call from the 
> main or from an API that inturn calls AES.
> main -> AES
> main -> API -> AES
> 
> But, if we have an AES invokation as below , though it is working, it is 

> corrupting the stack & local variables.
> main -> API -> API ->AES
> 
> Any ideas ?
> 
First idea, tell us which release of Fedora Core, and which kernel...

-- 
Bill Davidsen 
   "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: 
http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

__



__-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: User Pic in gdm?

2008-12-14 Thread Tim
On Sun, 2008-12-14 at 17:39 -0600, m...@cchtml.com wrote:
> Looks like I was mistaken. The ~/.face file is generated but gdm isn't
> reading it.

You need to relax home directory permissions, so that it can.  Defaults
are rwx--, which only allows the user to use their own files.  Of
course there are risks with that, assess them for yourself, before doing
so.

-- 
[...@localhost ~]$ uname -r
2.6.27.7-53.fc9.i686

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



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Laptop Keyboard asdf, jkl;, enter disabled on boot up

2008-12-14 Thread Tim
On Mon, 2008-12-15 at 00:56 +, g wrote:
> keep in mind, both of these test could fail, but they did work years
> ago when i did radio and tv services.
  

You must have had a big fridge...  ;-)

I've got a thermal repair to take care of sometime soon, if I can take
the equipment out of service long enough to work on, and I'm not looking
forward to it.  It's big, heavy, awkward, and the boards concerned are
in difficult spots.  And definitely too big to put in the fridge!

-- 
[...@localhost ~]$ uname -r
2.6.27.7-53.fc9.i686

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



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Problem with dbus ??

2008-12-14 Thread Amitakhya Phukan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

I am on F-10. Since a week, whenever I run a yum update or yum
install, I get the following error.

- --
ERROR:dbus.proxies:Introspect error on
:1.71:/org/freedesktop/PackageKit: dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.AccessDenied: A security policy in place
prevents this sender from sending this message to this recipient, see
message bus configuration file (rejected message had interface
"org.freedesktop.DBus.Introspectable" member "Introspect" error name
"(unset)" destination ":1.71")
- --

Any info on what might be causing this ? I must also tell that I
needed to install kdesdk-3.5.8-2.fc8.i386 and
kdesdk-libs-3.5.8-2.fc8.i386 as I need KBabel to work on localization.
To install them, I had to use rpm --force. Can that be a possible
reason for this trouble ? Apart from this, there are no "fc8" packages
installed by force. Any info on this error would be much appreciated.

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

iEYEARECAAYFAklF+KUACgkQisV6fTFpwA2m1gCZASDj28ZUa8CT4+SWyh3ZXCX1
cF0AnjBz1vEsfLuDXc34TF0ffoJ2IgA3
=jZfP
-END PGP SIGNATURE-

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: mjpegtools?

2008-12-14 Thread Ed Greshko
Gene Heskett wrote:
>
>>> rpm cannot find dependencies if the needed libraries are not registered
>>> in rpm database, even if the libraries surely exist on your local disk.
>>> (so, libraries installed by yourself by "configure -> make -> make
>>> install"
>>> or so are not registered in rpm database and rpm simply ignores them)
>>>
>>> running ldconfig does not help.
>>>   
>> I suppose my memory is probably defective
>>
>> But I could swear I've installed various libraries using tarball
>> installs and they have been placed in /usr/local/lib and then recognized
>> perfectly fine by rpm.  Then again, it is Monday.
>> 
>
> Where you are maybe. :)  Personally I think it started about 7pm local time 
> yesterday.  I hate Mondays...  And I'm retired, so they shouldn't mean that 
> much. :)
>
>   
Taiwan.  Where it is now 14:22 on Monday.

Now that I have awoken and had more coffee I'm certainTsaka san is
right.  Best to also find an rpm for libquicktime and install that.  
While doing a force may make it work you may end up making changes to
your system that you'll forget in the future.  For me that is any length
of time greater than a day.  :-)



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: mjpegtools?

2008-12-14 Thread Gene Heskett
On Sunday 14 December 2008, Ed Greshko wrote:
>Mamoru Tasaka wrote:
>> Ed Greshko wrote, at 12/15/2008 12:09 PM +9:00:
>>> Ed Greshko wrote:
 Gene Heskett wrote:
> I'd think so, but it cannot seem to accept that I have at least two
> complete. from the src trees of libquicktime.so.0 installed:
>
> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA
> signature: NOKEY, key ID 66534c2b
> error: Failed dependencies:
> libquicktime.so.0 is needed by
> mjpegtools-1.9.0-17_rc3.fc8.i386
> [r...@coyote rpms]# locate libquicktime.so
> /opt/gmerlin/lib/libquicktime.so
> /opt/gmerlin/lib/libquicktime.so.0
> /opt/gmerlin/lib/libquicktime.so.0.0.0
>>
>> 
>>
> [r...@coyote rpms]# ln -s /usr/local/lib/libquicktime.so.0.0.0
> /usr/lib/libquicktime.so.0.0.0
> [r...@coyote rpms]# ln -s /usr/local/lib/libquicktime.so.0
> /usr/lib/libquicktime.so.0
> [r...@coyote rpms]# ln -s /usr/local/lib/libquicktime.so
> /usr/lib/libquicktime.so
> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA
> signature: NOKEY, key ID 66534c2b
> error: Failed dependencies:
> libquicktime.so.0 is needed by
> mjpegtools-1.9.0-17_rc3.fc8.i386
> [r...@coyote rpms]# locate libquicktime.pc
> /opt/gmerlin/lib/pkgconfig/libquicktime.pc
>>
>> 
>>
> [r...@coyote rpms]# ln -s /usr/local/lib/pkgconfig/libquicktime.pc
> /usr/lib/pkgconfig/libquicktime.pc
> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA
> signature: NOKEY, key ID 66534c2b
> error: Failed dependencies:
> libquicktime.so.0 is needed by
> mjpegtools-1.9.0-17_rc3.fc8.i386
>
> So how do I convince it, or should I just --force --nodeps it?
>
> Thanks Ed.

 Is /usr/local/lib in your /etc/ld.so.conf?

 Have you run ldconfig after your changes?

 When the rpm can find a dependency I've not found --force --nodeps
 to be
 very helpful.
>>>
>>> Of course my fingers meant "can't find a dependency"...  :-)
>>
>> rpm cannot find dependencies if the needed libraries are not registered
>> in rpm database, even if the libraries surely exist on your local disk.
>> (so, libraries installed by yourself by "configure -> make -> make
>> install"
>> or so are not registered in rpm database and rpm simply ignores them)
>>
>> running ldconfig does not help.
>
>I suppose my memory is probably defective
>
>But I could swear I've installed various libraries using tarball
>installs and they have been placed in /usr/local/lib and then recognized
>perfectly fine by rpm.  Then again, it is Monday.

Where you are maybe. :)  Personally I think it started about 7pm local time 
yesterday.  I hate Mondays...  And I'm retired, so they shouldn't mean that 
much. :)

>> By the way mjpegtools is in rpmfusion [1] so just following [2]
>> and "yum install mjpegtools" will probably install mjpegtools
>> correctly.
>>
>> [1]
>> http://download1.rpmfusion.org/free/fedora/updates/8/i386/repoview/M.group
>>.html
>>
>> [2] http://rpmfusion.org/Configuration
>>
>> Mamoru



-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
In the misfortune of our friends we find something that is not displeasing
to us.
-- La Rochefoucauld, "Maxims"

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: mjpegtools?

2008-12-14 Thread Gene Heskett
On Sunday 14 December 2008, Ed Greshko wrote:
>Ed Greshko wrote:
[...]
>Of course my fingers meant "can't find a dependency"...  :-)

Yeah, at my age they don't always type what I tell them to either. :)  In 
fact, there have been times when I look at my message echoed from the server, 
and say to myself, did I actually type that?  Unforch, yes.  Thank heavens 
for folks who get the meaning anyway.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
"I'd love to go out with you, but I have to stay home and see if I snore."

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: mjpegtools?

2008-12-14 Thread Gene Heskett
On Sunday 14 December 2008, Ed Greshko wrote:
>Gene Heskett wrote:
>> I'd think so, but it cannot seem to accept that I have at least two
>> complete. from the src trees of libquicktime.so.0 installed:
>>
>> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
>> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature:
>> NOKEY, key ID 66534c2b
>> error: Failed dependencies:
>> libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
>> [r...@coyote rpms]# locate libquicktime.so
>> /opt/gmerlin/lib/libquicktime.so
>> /opt/gmerlin/lib/libquicktime.so.0
>> /opt/gmerlin/lib/libquicktime.so.0.0.0
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.li
>>bs/libquicktime.so
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.li
>>bs/libquicktime.so.0
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.li
>>bs/libquicktime.so.0.0.0 /usr/local/lib/libquicktime.so
>> /usr/local/lib/libquicktime.so.0
>> /usr/local/lib/libquicktime.so.0.0.0
>> /usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so
>> /usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so.0
>> /usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so.0.0.0
>> [r...@coyote rpms]#
>> ln -s /usr/local/lib/libquicktime.so.0.0.0 /usr/lib/libquicktime.so.0.0.0
>> [r...@coyote rpms]#
>> ln -s /usr/local/lib/libquicktime.so.0 /usr/lib/libquicktime.so.0
>> [r...@coyote rpms]#
>> ln -s /usr/local/lib/libquicktime.so /usr/lib/libquicktime.so
>> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
>> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature:
>> NOKEY, key ID 66534c2b
>> error: Failed dependencies:
>> libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
>> [r...@coyote rpms]# locate libquicktime.pc
>> /opt/gmerlin/lib/pkgconfig/libquicktime.pc
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/libquic
>>ktime.pc
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/libquic
>>ktime.pc.in /usr/local/lib/pkgconfig/libquicktime.pc
>> /usr/src/libquicktime-1.1.0/libquicktime.pc
>> /usr/src/libquicktime-1.1.0/libquicktime.pc.in
>> [r...@coyote rpms]#
>> ln -s /usr/local/lib/pkgconfig/libquicktime.pc
>> /usr/lib/pkgconfig/libquicktime.pc [r...@coyote rpms]# rpm -Uvh
>> mjpegtools-1.9.0-17_rc3.fc8.i386.rpm warning:
>> mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: NOKEY, key
>> ID 66534c2b
>> error: Failed dependencies:
>> libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
>>
>> So how do I convince it, or should I just --force --nodeps it?
>>
>> Thanks Ed.
>
>Is /usr/local/lib in your /etc/ld.so.conf?

Its all in subdirs now, and /etc/ld.so.conf.d/pfmon.conf contains that path.

>Have you run ldconfig after your changes?

Yes.

>When the rpm can find a dependency I've not found --force --nodeps to be
>very helpful.

So have I, but it can also screw the pooch if one isn't carefull.  I'll do 
that as a last resort.  In the meantime I'm playing with ogg, to see how file 
sizes and qualities compare.  I just tried the most smunch it can do, which 
cut about 1.8GB of .dv's (just over 10 minutes) into 98 megs but that was not 
viewable IMNSHO.  Fuggly even... So I'm trying the 2nd best quality now.  
With my upload bandwidth of about 35 kilobytes/Sec, the 164 meg mp4 file may 
be the best compromise.

Thanks.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Show me a sane man and I will cure him for you.
-- C.G. Jung

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: mjpegtools?

2008-12-14 Thread Ed Greshko
Mamoru Tasaka wrote:
> Ed Greshko wrote, at 12/15/2008 12:09 PM +9:00:
>> Ed Greshko wrote:
>>> Gene Heskett wrote:
>>>  
 I'd think so, but it cannot seem to accept that I have at least two
 complete. from the src trees of libquicktime.so.0 installed:

 [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
 warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA
 signature: NOKEY, key ID 66534c2b
 error: Failed dependencies:
 libquicktime.so.0 is needed by
 mjpegtools-1.9.0-17_rc3.fc8.i386
 [r...@coyote rpms]# locate libquicktime.so
 /opt/gmerlin/lib/libquicktime.so
 /opt/gmerlin/lib/libquicktime.so.0
 /opt/gmerlin/lib/libquicktime.so.0.0.0
> 
 [r...@coyote rpms]# ln -s /usr/local/lib/libquicktime.so.0.0.0
 /usr/lib/libquicktime.so.0.0.0
 [r...@coyote rpms]# ln -s /usr/local/lib/libquicktime.so.0
 /usr/lib/libquicktime.so.0
 [r...@coyote rpms]# ln -s /usr/local/lib/libquicktime.so
 /usr/lib/libquicktime.so
 [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
 warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA
 signature: NOKEY, key ID 66534c2b
 error: Failed dependencies:
 libquicktime.so.0 is needed by
 mjpegtools-1.9.0-17_rc3.fc8.i386
 [r...@coyote rpms]# locate libquicktime.pc
 /opt/gmerlin/lib/pkgconfig/libquicktime.pc
> 
 [r...@coyote rpms]# ln -s /usr/local/lib/pkgconfig/libquicktime.pc
 /usr/lib/pkgconfig/libquicktime.pc
 [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
 warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA
 signature: NOKEY, key ID 66534c2b
 error: Failed dependencies:
 libquicktime.so.0 is needed by
 mjpegtools-1.9.0-17_rc3.fc8.i386

 So how do I convince it, or should I just --force --nodeps it?

 Thanks Ed.
 
>>> Is /usr/local/lib in your /etc/ld.so.conf?
>>>
>>> Have you run ldconfig after your changes?
>>>
>>> When the rpm can find a dependency I've not found --force --nodeps
>>> to be
>>> very helpful.
>>>
>>>   
>> Of course my fingers meant "can't find a dependency"...  :-)
>
> rpm cannot find dependencies if the needed libraries are not registered
> in rpm database, even if the libraries surely exist on your local disk.
> (so, libraries installed by yourself by "configure -> make -> make
> install"
> or so are not registered in rpm database and rpm simply ignores them)
>
> running ldconfig does not help.
I suppose my memory is probably defective

But I could swear I've installed various libraries using tarball
installs and they have been placed in /usr/local/lib and then recognized
perfectly fine by rpm.  Then again, it is Monday.
>
> By the way mjpegtools is in rpmfusion [1] so just following [2]
> and "yum install mjpegtools" will probably install mjpegtools
> correctly.
>
> [1]
> http://download1.rpmfusion.org/free/fedora/updates/8/i386/repoview/M.group.html
>
> [2] http://rpmfusion.org/Configuration
>
> Mamoru
>
>


-- 
"Are you a philosopher? Where's your sponge?" (Small Gods)
mei-mei.gres...@greshko.com



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: mjpegtools?

2008-12-14 Thread Mamoru Tasaka

Ed Greshko wrote, at 12/15/2008 12:09 PM +9:00:

Ed Greshko wrote:

Gene Heskett wrote:
  
I'd think so, but it cannot seem to accept that I have at least two complete. 
from the src trees of libquicktime.so.0 installed:


[r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: NOKEY, 
key ID 66534c2b

error: Failed dependencies:
libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
[r...@coyote rpms]# locate libquicktime.so
/opt/gmerlin/lib/libquicktime.so
/opt/gmerlin/lib/libquicktime.so.0
/opt/gmerlin/lib/libquicktime.so.0.0.0


[r...@coyote rpms]# 
ln -s /usr/local/lib/libquicktime.so.0.0.0 /usr/lib/libquicktime.so.0.0.0
[r...@coyote rpms]# 
ln -s /usr/local/lib/libquicktime.so.0 /usr/lib/libquicktime.so.0
[r...@coyote rpms]# 
ln -s /usr/local/lib/libquicktime.so /usr/lib/libquicktime.so

[r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: NOKEY, 
key ID 66534c2b

error: Failed dependencies:
libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
[r...@coyote rpms]# locate libquicktime.pc
/opt/gmerlin/lib/pkgconfig/libquicktime.pc


[r...@coyote rpms]# 
ln -s /usr/local/lib/pkgconfig/libquicktime.pc /usr/lib/pkgconfig/libquicktime.pc

[r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: NOKEY, 
key ID 66534c2b

error: Failed dependencies:
libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386

So how do I convince it, or should I just --force --nodeps it?

Thanks Ed.
  
  


Is /usr/local/lib in your /etc/ld.so.conf?

Have you run ldconfig after your changes?

When the rpm can find a dependency I've not found --force --nodeps to be
very helpful.

  

Of course my fingers meant "can't find a dependency"...  :-)


rpm cannot find dependencies if the needed libraries are not registered
in rpm database, even if the libraries surely exist on your local disk.
(so, libraries installed by yourself by "configure -> make -> make install"
or so are not registered in rpm database and rpm simply ignores them)

running ldconfig does not help.

By the way mjpegtools is in rpmfusion [1] so just following [2]
and "yum install mjpegtools" will probably install mjpegtools
correctly.

[1] 
http://download1.rpmfusion.org/free/fedora/updates/8/i386/repoview/M.group.html
[2] http://rpmfusion.org/Configuration

Mamoru


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


What device driver for a Geode GX2

2008-12-14 Thread Robert Moskowitz

What is the name for the device driver for a AMD Geode GX2 video 'card'?

My FC9 install did not recognize the GX2 and said the system was 
headless.  Now I am without any xorg.conf.  I wanted to try 
'system-config-display --set-driver=...' to hopefully create a xorg.conf 
with the proper display driver.


And maybe all the other sections of xorg.conf will magically appear as well.


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


How to generate TRANS.TBL like which in fc8'iso

2008-12-14 Thread 3xiaojie3
 Hello!

     I have a error --"No Package Matching kernel" -- when I 
install fc8 from iso made myself. I found the TRANS.TBL in my iso didn't like 
which in fc8 release. So I want to know that How to make iso of fc8 release. 
What is command of mkisofs's parameters?

---
新浪空间——与朋友开心分享网络新生活!(http://space.sina.com.cn/ )-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: mjpegtools?

2008-12-14 Thread Ed Greshko
Ed Greshko wrote:
> Gene Heskett wrote:
>   
>> I'd think so, but it cannot seem to accept that I have at least two 
>> complete. 
>> from the src trees of libquicktime.so.0 installed:
>>
>> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
>> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: 
>> NOKEY, 
>> key ID 66534c2b
>> error: Failed dependencies:
>> libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
>> [r...@coyote rpms]# locate libquicktime.so
>> /opt/gmerlin/lib/libquicktime.so
>> /opt/gmerlin/lib/libquicktime.so.0
>> /opt/gmerlin/lib/libquicktime.so.0.0.0
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.libs/libquicktime.so
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.libs/libquicktime.so.0
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.libs/libquicktime.so.0.0.0
>> /usr/local/lib/libquicktime.so
>> /usr/local/lib/libquicktime.so.0
>> /usr/local/lib/libquicktime.so.0.0.0
>> /usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so
>> /usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so.0
>> /usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so.0.0.0
>> [r...@coyote rpms]# 
>> ln -s /usr/local/lib/libquicktime.so.0.0.0 /usr/lib/libquicktime.so.0.0.0
>> [r...@coyote rpms]# 
>> ln -s /usr/local/lib/libquicktime.so.0 /usr/lib/libquicktime.so.0
>> [r...@coyote rpms]# 
>> ln -s /usr/local/lib/libquicktime.so /usr/lib/libquicktime.so
>> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
>> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: 
>> NOKEY, 
>> key ID 66534c2b
>> error: Failed dependencies:
>> libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
>> [r...@coyote rpms]# locate libquicktime.pc
>> /opt/gmerlin/lib/pkgconfig/libquicktime.pc
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/libquicktime.pc
>> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/libquicktime.pc.in
>> /usr/local/lib/pkgconfig/libquicktime.pc
>> /usr/src/libquicktime-1.1.0/libquicktime.pc
>> /usr/src/libquicktime-1.1.0/libquicktime.pc.in
>> [r...@coyote rpms]# 
>> ln -s /usr/local/lib/pkgconfig/libquicktime.pc 
>> /usr/lib/pkgconfig/libquicktime.pc
>> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
>> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: 
>> NOKEY, 
>> key ID 66534c2b
>> error: Failed dependencies:
>> libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
>>
>> So how do I convince it, or should I just --force --nodeps it?
>>
>> Thanks Ed.
>>   
>>   
>> 
> Is /usr/local/lib in your /etc/ld.so.conf?
>
> Have you run ldconfig after your changes?
>
> When the rpm can find a dependency I've not found --force --nodeps to be
> very helpful.
>
>   
Of course my fingers meant "can't find a dependency"...  :-)

-- 
Every country has the government it deserves. -- Joseph De Maistre
mei-mei.gres...@greshko.com



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: mjpegtools?

2008-12-14 Thread Ed Greshko
Gene Heskett wrote:
>
> I'd think so, but it cannot seem to accept that I have at least two complete. 
> from the src trees of libquicktime.so.0 installed:
>
> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: 
> NOKEY, 
> key ID 66534c2b
> error: Failed dependencies:
> libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
> [r...@coyote rpms]# locate libquicktime.so
> /opt/gmerlin/lib/libquicktime.so
> /opt/gmerlin/lib/libquicktime.so.0
> /opt/gmerlin/lib/libquicktime.so.0.0.0
> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.libs/libquicktime.so
> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.libs/libquicktime.so.0
> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.libs/libquicktime.so.0.0.0
> /usr/local/lib/libquicktime.so
> /usr/local/lib/libquicktime.so.0
> /usr/local/lib/libquicktime.so.0.0.0
> /usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so
> /usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so.0
> /usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so.0.0.0
> [r...@coyote rpms]# 
> ln -s /usr/local/lib/libquicktime.so.0.0.0 /usr/lib/libquicktime.so.0.0.0
> [r...@coyote rpms]# 
> ln -s /usr/local/lib/libquicktime.so.0 /usr/lib/libquicktime.so.0
> [r...@coyote rpms]# 
> ln -s /usr/local/lib/libquicktime.so /usr/lib/libquicktime.so
> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: 
> NOKEY, 
> key ID 66534c2b
> error: Failed dependencies:
> libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
> [r...@coyote rpms]# locate libquicktime.pc
> /opt/gmerlin/lib/pkgconfig/libquicktime.pc
> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/libquicktime.pc
> /opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/libquicktime.pc.in
> /usr/local/lib/pkgconfig/libquicktime.pc
> /usr/src/libquicktime-1.1.0/libquicktime.pc
> /usr/src/libquicktime-1.1.0/libquicktime.pc.in
> [r...@coyote rpms]# 
> ln -s /usr/local/lib/pkgconfig/libquicktime.pc 
> /usr/lib/pkgconfig/libquicktime.pc
> [r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
> warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: 
> NOKEY, 
> key ID 66534c2b
> error: Failed dependencies:
> libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
>
> So how do I convince it, or should I just --force --nodeps it?
>
> Thanks Ed.
>   
>   
Is /usr/local/lib in your /etc/ld.so.conf?

Have you run ldconfig after your changes?

When the rpm can find a dependency I've not found --force --nodeps to be
very helpful.

-- 
You know it's Monday when you wake up and it's Tuesday. -- Garfield
mei-mei.gres...@greshko.com



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Extracting a Windows 'bin' file in Linux

2008-12-14 Thread Richard Shaw
On Sun, Dec 14, 2008 at 5:57 PM, Jim  wrote:
> I have a firmware update for my router,  belkin_mimo_rt_usa_1.01.03.bin that
> is a windows bin file, I have tried to extract it with XP with two different
> apps that is supposed to extract 'bin' files and both say it is invalid.
>
> Is there a Linux app. that can extract it, it is a 2.9mb. bin file

Have you tried logging into the admin interface of your router and
seeing if there's an "update firmware" option? Often it just has a
browse button that will let you pick a local file and then it will
upload, update, and reboot.

Richard

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: mjpegtools?

2008-12-14 Thread Gene Heskett
On Sunday 14 December 2008, Ed Greshko wrote:
>Gene Heskett wrote:
>> Greetings;
>>
>> Can anyone tell me where to find mjpegtools for F8?
>>
>> Thanks.
>
>A google search with the terms "mjpegtools rpm fedora 8" seems to turn
>up some good candidates.  Does mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
>7_rc3.fc8.i386.rpm.html> work for you?

I'd think so, but it cannot seem to accept that I have at least two complete. 
from the src trees of libquicktime.so.0 installed:

[r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: NOKEY, 
key ID 66534c2b
error: Failed dependencies:
libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
[r...@coyote rpms]# locate libquicktime.so
/opt/gmerlin/lib/libquicktime.so
/opt/gmerlin/lib/libquicktime.so.0
/opt/gmerlin/lib/libquicktime.so.0.0.0
/opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.libs/libquicktime.so
/opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.libs/libquicktime.so.0
/opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/src/.libs/libquicktime.so.0.0.0
/usr/local/lib/libquicktime.so
/usr/local/lib/libquicktime.so.0
/usr/local/lib/libquicktime.so.0.0.0
/usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so
/usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so.0
/usr/src/libquicktime-1.1.0/src/.libs/libquicktime.so.0.0.0
[r...@coyote rpms]# 
ln -s /usr/local/lib/libquicktime.so.0.0.0 /usr/lib/libquicktime.so.0.0.0
[r...@coyote rpms]# 
ln -s /usr/local/lib/libquicktime.so.0 /usr/lib/libquicktime.so.0
[r...@coyote rpms]# 
ln -s /usr/local/lib/libquicktime.so /usr/lib/libquicktime.so
[r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: NOKEY, 
key ID 66534c2b
error: Failed dependencies:
libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386
[r...@coyote rpms]# locate libquicktime.pc
/opt/gmerlin/lib/pkgconfig/libquicktime.pc
/opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/libquicktime.pc
/opt/gmerlin-dependencies-20080715/libquicktime/libquicktime-1.0.3/libquicktime.pc.in
/usr/local/lib/pkgconfig/libquicktime.pc
/usr/src/libquicktime-1.1.0/libquicktime.pc
/usr/src/libquicktime-1.1.0/libquicktime.pc.in
[r...@coyote rpms]# 
ln -s /usr/local/lib/pkgconfig/libquicktime.pc 
/usr/lib/pkgconfig/libquicktime.pc
[r...@coyote rpms]# rpm -Uvh mjpegtools-1.9.0-17_rc3.fc8.i386.rpm
warning: mjpegtools-1.9.0-17_rc3.fc8.i386.rpm: Header V4 DSA signature: NOKEY, 
key ID 66534c2b
error: Failed dependencies:
libquicktime.so.0 is needed by mjpegtools-1.9.0-17_rc3.fc8.i386

So how do I convince it, or should I just --force --nodeps it?

Thanks Ed.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
The price of seeking to force our beliefs on others is that someday
they might force their beliefs on us.
-- Mario Cuomo

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Evolution "Error while filtering messages"

2008-12-14 Thread Mark C. Allman
I'm getting the same thing.  I moved my filter.xml file, created one new rule, 
and it still didn't work.

Question: where are seeing the "... not found" error?  I'm getting a .png file 
not found and it doen't only happen when I hit Ctrl-Y. 

Side note: sorry if this top-posts or is html.  I'm still working out the 
config for this new Blackberry Bold.

--Original Message--
From: Caitlyn O'Hanna
Sender: fedora-list-boun...@redhat.com
To: fedora-list@redhat.com
ReplyTo: Community assistance, encouragement,   and advice for using 
Fedora.
Subject: Evolution "Error while filtering messages"
Sent: Dec 14, 2008 7:49 PM

I'm getting the following message when ever I try to filter messages.
It started on just a few folders, but now a lot more are affected (I
haven't tried all of the folders yet).  I've tried deleting all of my
evolution settings, and I've tried uninstalling and reinstalling
evolution.

"""
Error while Filtering Selected Messages.

Cannot get folder 'INBOX/Red Hat/Lists/Fedora': folder does not exist.
"""

At this point I have no changed settings from the default, as I just set
this up from scratch.  I've tried googling this but nothing has come up
that is useful.  Anyone have any ideas?

Thanks!

--Caitlyn

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines



-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- (From my Blackberry)

Consulting IT Project/Program Management

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10, VMware Server 2.0, and selinux

2008-12-14 Thread Claude Jones
On Sunday 14 December 2008 18:21:44 Christopher A. Williams wrote:
> As to how long this has gone on, it has since F8 and VMware Server
> 1.0.x. The only known work-around I am aware of is to disable selinux,
> after which it runs impressively well. It compiles and runs on F9 and
> F10 out of the box with no patches needed.

Sorry, Christopher, but I am not posting these replies because I'm a VMWare 
booster. As I stated, my solution may not work for all, but, you are simply 
misstating things, or not speaking clearly. 

To repeat, I am currently running VMWare Server version 1.0.7 build-108231; 
I've been running some version of VMWare server since it was first made 
available free, on several versions of Fedora including this machine, which is 
on F10; I have another machine right beside it that is running F9 and also 
runs VMWareServer; I do NOT disable selinux on any of my machines, ever, 
except for brief testing purposes; VMWare server has been running all day on 
this machine I'm typing on, and I have a WinXP vm running in it through which 
I run Outlook so I can connect to my company's Exchange 2008 mail server. 

I am merely posting this because I consider most of the information in this 
thread to be misleading, which could discourage others. It would be useful if 
you really care, to attempt to run VMWare server on your machine, post the 
errors you get, and get some help - to assert that it won't run because you 
can't get it to run, without explaining your procedures is not helpful.
-- 
Claude Jones
Brunswick, MD

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: mjpegtools?

2008-12-14 Thread Ed Greshko
Gene Heskett wrote:
> Greetings;
>
> Can anyone tell me where to find mjpegtools for F8?
>
> Thanks.
>
>   
A google search with the terms "mjpegtools rpm fedora 8" seems to turn
up some good candidates.  Does mjpegtools-1.9.0-17_rc3.fc8.i386.rpm

work for you?

-- 
Lonely is a man without love. -- Englebert Humperdinck
mei-mei.gres...@greshko.com



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

mjpegtools?

2008-12-14 Thread Gene Heskett
Greetings;

Can anyone tell me where to find mjpegtools for F8?

Thanks.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
You will be married within a year.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Is there easier way to install CJK into Texlive

2008-12-14 Thread Ed Greshko
Otgonbayar.A wrote:
>
> Thank you.
>
I don't know the answer to your question.  However, I do know that you
hijacked a thread.  That is frowned upon since it breaks treading in
people's email clients. 

You are kindly requested to start a new message to the list instead of
replying to an existing message and changing the subject.

Thanks



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Is there easier way to install CJK into Texlive

2008-12-14 Thread Otgonbayar.A

Dear all

I found following link while googling.

How to create Japanese language documents under GNU/Linux using LaTeX
http://www.physics.wustl.edu/~alford/tex/japanese_latex.html


But is there any easy way of installation on Fedora 10? Or I really need 
to follow all these steps manually?


Thank you.

Otgonbayar.A

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Is there easier way to install CJK into Texlive

2008-12-14 Thread Otgonbayar.A

Dear all

I found following link while googling.

How to create Japanese language documents under GNU/Linux using LaTeX
http://www.physics.wustl.edu/~alford/tex/japanese_latex.html


But is there any easy way of installation on Fedora 10? Or I really need 
to follow all these steps manually?


Thank you.

Otgonbayar.A

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: cannot read music CD with Fedora 10

2008-12-14 Thread Mikkel L. Ellertson
Kevin Kempter wrote:
> Hi All;
> 
> I'm running Fedora 10 (64bit) on a Dell laptop.  I cannot read music CD's the 
> system doesn't even recognize that I've inserted a CD, here's my dmesg output 
> (below). 
> 
> Thanks in advance.
> 
Are you trying to read a music CD like a data CD? If so, it is not
going to work. If you want save the music tracks to the hard drive,
you need a ripping program. (Grip is one.)

If you are trying to play music CDs, then it depends on how you want
to do it. Linux supports playing both analog and digital streams.
Analog only supported if you have the audio cable between CD drive
and the sound card. Depending on the program you are using you may
need to download the digital CD plugin and/or select it to use the
digital stream.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Followup Re: ssh2 -Thanks to everybody

2008-12-14 Thread bob smith

roland wrote:

I THANK EVERYBODY FOR THIS EXTENSIVE HELP.
And I hope next time this person-attacker will wait until after my 
Holiday


Roland


Thre are a number of bot machines and others that seem to be
brute force attacking systems. Has the attack set resumed after
your holiday?
bob

--
===
Command Line Interface - the only way to feel like you control the computer.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Virtualizing XP with dual boot FC10/XP

2008-12-14 Thread Mikkel L. Ellertson
Robert L Cochran wrote:
> 
> Wayne Feick wrote:
>>   
>> Your license key may or may not work in a VM. Last time I tried to
>> install Dell's OEM version of XP inside VMWare (admittedly a few years
>> ago), it refused to activate and gave a message that it was only
>> licensed to run on Dell hardware.
>>
>> Wayne.
>>
> I'm just getting messages that the key is incorrect. I'll recheck it
> again after a belated lunch, maybe my eyes are just old and unfocused?
> Thanks for the heads up though. You might be right, I will follow up on
> this.
> 
> On the good side, my Fedora 10 VM is running with bridged networking. I
> hope it can see things like USB and serial ports.
> 
> Bob
> 
There is a good chance that the key only works with specific machine
model. I remember something on the VirtualBox mailing list about
having to change some values in the virtual BIOS before you could
install or convert a real image to a virtual one.

I have even run into problems like this with OEM Windows 98SE disks
that would only install on Compaq machines.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: lyx

2008-12-14 Thread Patrick Dupre

On Sun, 14 Dec 2008, Rex Dieter wrote:


Patrick Dupre wrote:


Whith FC10, came lyx 1.6 which requires tremendous more CPU than the
version 1.5 (of FC7). Is it normal ?


No, not normal, in general.  But without knowing more details, it's hard to say 
more.  Mind filing a bug @ bugzilla.redhat.com.?

I do not which details you requires.
Even moving the mouse inside a lyx document consumes a lot of CPU, with
top, it appears as X.
Could it be due to the X server ?
How can I check if the right sever is installed ?
As a fact, since I update from FC7, to FC10, I observed that all the X
session are slower !
If you tell me which details you need, please let me know.

Regards.



-- Rex




--
---
==
 Patrick DUPRÉ  |   |
 Department of Chemistry|   |Phone: (44)-(0)-1904-434384
 The University of York |   |Fax:   (44)-(0)-1904-432516
 Heslington |   |
 York YO10 5DD  United Kingdom  |   |email: pd...@york.ac.uk
==-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: FC9 - recent upgrade breaks NFS - FIX

2008-12-14 Thread Caitlyn O'Hanna
On Sun, 2008-12-14 at 19:59 -0500, Bill Davidsen wrote:
> Looks like the x86-64 repos are either messaged up (I see you have the out of 
> date repomod.xml issue I see of x86-32bit), but it looks like you have both 
> livna and rpmfusions stuff enabled by default, so you may have a total 
> mishmash 
> of conflicting packages from various places.

You can have both livna and rpmfusion enabled; the only real package
available in livna is libdecss[1].

[1] http://livna-dl.reloumirrors.net/fedora/9/x86_64/00_PLEASE_READ.txt


--Caitlyn

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: FC9 - recent upgrade breaks NFS - FIX

2008-12-14 Thread Bill Davidsen

Gerhard Magnus wrote:

On Sat, 2008-12-13 at 11:19 -0500, Bill Davidsen wrote:

Gerhard Magnus wrote:

On Fri, 2008-12-12 at 19:39 -0500, Bill Davidsen wrote:

Michael Cronenworth wrote:

 Original Message 
Subject: Re: FC9 - recent upgrade breaks NFS
From: Bill Davidsen 
To: fedora-list@redhat.com
Date: 12/12/2008 01:20 PM

I try not to be a whiner, but this is about the forth time in a few 
months that someone has released a package without ever testing it on 
a system with SElinux enabled. Some of those may be multiple reports, 
but at least three required policy changes.


You'll be happy to know that I've joined QA and I run systems with 
SELinux off and enforcing. There's at least one tester now that runs 
with SELinux. ;)


Yes, I use NFS (between SCO Unix, too) and use the machines daily. 
Hopefully I'll stop a lot of these bugs from hitting stable.


Thank you! And if it will be useful I can offer to install thing from 
updates-testing on an FC10 VM, which seem to find many if not all issues.


FIX!!

I installed selinix-policy-3.3.1-115.fc9.noarch.rpm (and targeted) and rpcbind 
started without issues.



As a workaround, I've (temporarily) put selinux in permissive mode but
installing selinux-policy-3.3.1-115.fc9.noarch.rpm seems safer. Wheres
did you find it? (Google is no help.) What do you mean by "and
targeted"?


yum --enablerepo=updates-testing-newkey upgrade selinux-*

That will install
  selinux-policy-3.3.1-115.fc9.noarch.rpm
  selinux-policy-targeted-3.3.1-115.fc9.noarch.rpm
and possibly, if you have it installed,
  selinux-policy-devel-3.3.1-115.fc9.noarch.rpm

Now your system works again for NFS.


This works fine for me except on the box running the 64 bit FC9. Then I
get:

Looks like the x86-64 repos are either messaged up (I see you have the out of 
date repomod.xml issue I see of x86-32bit), but it looks like you have both 
livna and rpmfusions stuff enabled by default, so you may have a total mishmash 
of conflicting packages from various places.


Can't help with that issue at all, works for x86 using Fedora repos.


[88] /home/magnusg $ yum --enablerepo=updates-testing-newkey upgrade
selinux-*
Loaded plugins: refresh-packagekit
livna| 2.1 kB  00:00
fedora   | 2.4 kB  00:00
rpmfusion-free-updates   | 2.7 kB  00:00
rpmfusion-nonfree-updates| 2.7 kB  00:00
rpmfusion-free   |  951 B  00:00
updates-newkey   | 2.3 kB  00:00
Not using downloaded repomd.xml because it is older than what we have:
  Current   : Wed Dec 10 22:27:31 2008
  Downloaded: Tue Dec  2 16:12:33 2008
updates-testing-newkey   | 2.3 kB  00:00
rpmfusion-nonfree|  951 B  00:00
updates  | 2.6 kB  00:00
Setting up Upgrade Process
No Packages marked for Update

and still get error messages when starting NFS while booting:

NFS statdFAILED
mounting NFS filesystems: mount.nfs internal error
mount.nfs internal error FAILED




--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Laptop Keyboard asdf, jkl;, enter disabled on boot up

2008-12-14 Thread g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert L Cochran wrote:

> My suggestion is: replace the keyboard with a new one. It's cheap, just
> search for a new one on Ebay.

a good suggestion, bob, but his problem may not be with keyboard itself.

it is possible that problem is after keyboard.



peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
to mess up a linux box, you need to work at it;
to mess up an ms windows box, you just need to *look at* it.
**
learn linux:
'Rute User's Tutorial and Exposition'   http://rute.2038bug.com/index.html.gz
'The Linux Documentation Project'   http://www.tldp.org/
'LDP HOWTO-index'   http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge'   http://howtoforge.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFJRaux+C4Bj9Rkw/wRAjJIAKCEnFKw7wTTq4JBZrhyJvN8x3NnvgCZAYDO
NNTonS6bSa83FMNR8mbG8y0=
=skP2
-END PGP SIGNATURE-

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Laptop Keyboard asdf, jkl;, enter disabled on boot up

2008-12-14 Thread g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jim Duda wrote:

> If I simply wait a few minutes, or reboot, the keyboard works
> fine.

'a few minutes'. that could be anywhere from 2 to 10. use a watch, not your
brain. a watch is a more reliable source of time measurement.

in 'short time' of wait / reboot, you could have enough heat build up for
expansion.

you can verify this with a digital ir thermometer. read temp at fan exhaust at
start and then when keys start working. remembering that what you are reading
will be cooler that what actual components are.

and, it could even be at level of an active component, which would heat up more
than what ambient air is.

if you want to check theory, you could try placing in refrigerator after keys
are working. wait about 30 mins, and leaving in refrigerator, try typing to see
if keys work.

next, is keeping unit warm. place in a cardboard box with a 75 watt or higher
lamp. after 30 mins, turn on and see if keys work. do keep laptop clear of
lamp so as not to cause any physical damage from heat of lamp.

keep in mind, both of these test could fail, but they did work years ago when
i did radio and tv services.

also, can you plug in an external keyboard?

> Once the keys start working, they never fail.  I would
> like to assume that if there was a flaky connection or HW issue,
> it would happen at other times too and not just on the first boot.

never 'assume' when it applies to electronics. [or your self.]

you have to give consideration to basic physics that heat causes expansion
and cold causes contraction. when state of ambient changes from one to other,
physical size changes from one to other.



peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
to mess up a linux box, you need to work at it;
to mess up an ms windows box, you just need to *look at* it.
**
learn linux:
'Rute User's Tutorial and Exposition'   http://rute.2038bug.com/index.html.gz
'The Linux Documentation Project'   http://www.tldp.org/
'LDP HOWTO-index'   http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge'   http://howtoforge.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFJRasg+C4Bj9Rkw/wRAhq+AJ4qs+P0PRhmY5L+ZNKvOo36c0TUXQCfQtM5
DOd6/s5Ieg6UiBft4jl0hU8=
=PY/9
-END PGP SIGNATURE-

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Volgroup00 not found

2008-12-14 Thread Braden McDaniel
On Fri, 2008-12-12 at 15:06 -0600, Richard Shaw wrote:
> On Fri, Dec 12, 2008 at 1:41 PM, Stephen Berg (Contractor)
>  wrote:
> > Braden McDaniel wrote:
> >>
> >> Quoting "Joseph L. Casale" :
> >>
>  After installing F10 and rebooting, I get "Volgroup00 not found".
> 
>  I installed F10 over an existing Fedora installation. (I did not
>  perform an upgrade.) I can boot to rescue mode and things seem to be
>  mounted okay under /mnt/sysimage. What can I do to fix this?
> >>>
> >>> Bad initrd maybe? What storage controller are you using? You might boot
> >>> to the rescue disc and regenerate it adding a --with={module_name}...
> >>
> >> It's a 3ware 9550SXU-4LP.
> >>
> >> What module name do I need?
> >>
> > Probably 3w_9xxx, that's the module I see running on a system with a 3Ware
> > 9500S 8 port SATA RAID adapter.
> >
> 
> I had the same problem but with a MB/CPU swapout. I ended up just
> installing from scratch. Wasn't a bid deal since I have a separate
> home partition (which is not in an LVM). It was kind of frustrating
> though. Like the OP, rescue found the volume group fine. Nothing
> special on my end just onboard SATA (AMD 770) on the new computer and
> nForce4 SATA on the old.

A clean install is how I got here. :-/

Well, "clean install" doesn't include completely recreating the LVM
group; I *really* don't want to do that.

The fact that the volumes are accessible in rescue mode suggests to me
that there's no fundamental compatibility problem; rather, I think
something's just not getting loaded at the right time.  I've filed this
bug on the issue:

  http://bugzilla.redhat.com/show_bug.cgi?id=476337

I'm not sure if it should be against mkinitrd or kernel (or something
else); for the moment it's filed against the first.

I decided to try the upgrade route instead. I did a clean install of
Fedora 9; then did a yum upgrade to 10. Unfortunately, I have exactly
the same problem. But this time, there's a left over kernel from Fedora
9 that I can boot to. Booting to this kernel works; though it's not
without its (unrelated) side effects.

-- 
Braden McDaniel   e-mail: 
Jabber: 


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: lyx

2008-12-14 Thread Rex Dieter
Patrick Dupre wrote:

> Whith FC10, came lyx 1.6 which requires tremendous more CPU than the
> version 1.5 (of FC7). Is it normal ?

No, not normal, in general.  But without knowing more details, it's hard to say 
more.  Mind filing a bug @ bugzilla.redhat.com.?

-- Rex

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Evolution "Error while filtering messages"

2008-12-14 Thread Caitlyn O'Hanna
I'm getting the following message when ever I try to filter messages.
It started on just a few folders, but now a lot more are affected (I
haven't tried all of the folders yet).  I've tried deleting all of my
evolution settings, and I've tried uninstalling and reinstalling
evolution.

"""
Error while Filtering Selected Messages.

Cannot get folder 'INBOX/Red Hat/Lists/Fedora': folder does not exist.
"""

At this point I have no changed settings from the default, as I just set
this up from scratch.  I've tried googling this but nothing has come up
that is useful.  Anyone have any ideas?

Thanks!

--Caitlyn

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: lower sudo problem in F10 (time delay of 1-2 secs)

2008-12-14 Thread David Burns
On Sat, Dec 13, 2008 at 10:58 PM, Joachim Backes <
joachim.bac...@rhrk.uni-kl.de> wrote:

> calling sudo commands somtimes has some delay of 1-2 secs or so before the
> command specified in sudo is executed.


Do you use ldap or NIS as part of authentication, or anything else that uses
the network? Network congestion is one possible explanation.

D
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Looks gnome-packagekit dependency is broken

2008-12-14 Thread Otgonbayar.A



Well here is my experience:
rpm -i PackageKit-0.3.12-1.fc9.i386.rpm \
gnome-packagekit-0.3.12-3.fc9.i386.rpm

error: Failed dependencies:
PackageKit-glib = 0.3.12-1.fc9 is needed by
PackageKit-0.3.12-1.fc9.i386
PackageKit-udev-helper = 0.3.12-1.fc9 is needed by
PackageKit-0.3.12-1.fc9.i386
PackageKit-yum = 0.3.12-1.fc9 is needed by PackageKit-0.3.12-1.fc9.i386
PackageKit-yum-plugin = 0.3.12-1.fc9 is needed by
PackageKit-0.3.12-1.fc9.i386
libpackagekit-glib.so.11 is needed by PackageKit-0.3.12-1.fc9.i386
PackageKit-libs >= 0.3.11 is needed by
gnome-packagekit-0.3.12-3.fc9.i386
libpackagekit-glib.so.11 is needed by
gnome-packagekit-0.3.12-3.fc9.i386

Where did you get these dependencies.
  

I don't remember step by step. As I remember now I did following things.

First, I removed PackageKit.
# rpm -e PackageKit gnome-packagekit PackageKit-glib \
PackageKit-udev-helper \
PackageKit-yum PackageKit-gstreamer-plugin \
PackageKit-yum-plugin

Then I installed package kit.
# yum install PackageKit
# yum update

Then I could not install gnome-packagekit. So I emailed here. And I 
downloaded package from here.

https://admin.fedoraproject.org/updates/F10/FEDORA-2008-11078

Couple days after I installed this package is updated from repository so 
I guess that this problem is fixed.


So you should just use yum.

Otgonbayar.A

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: f10 - the fedora disc was not found in any of your cdrom drives.

2008-12-14 Thread g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mikkel L. Ellertson wrote:

> Try
> http://www.phoenix.com/NR/rdonlyres/98D3219C-9CC9-4DF5-B496-A286D893E36A/0/specscdrom.pdf

just pulled it and did a quick skim. looks very interesting and should make
for some good reading.

thanks for link.

later.


peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
to mess up a linux box, you need to work at it;
to mess up an ms windows box, you just need to *look at* it.
**
learn linux:
'Rute User's Tutorial and Exposition'   http://rute.2038bug.com/index.html.gz
'The Linux Documentation Project'   http://www.tldp.org/
'LDP HOWTO-index'   http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge'   http://howtoforge.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFJRaIs+C4Bj9Rkw/wRAjBZAKCyAvHZ4bkHFu/jhvgN4e9XbvlOiACfT5EV
JW7KmAzTMjZfSd2vU1/tqOc=
=ieSY
-END PGP SIGNATURE-

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Extracting a Windows 'bin' file in Linux

2008-12-14 Thread Donald A. Greene
On Sun, 2008-12-14 at 18:57 -0500, Jim wrote:
> I have a firmware update for my router,  belkin_mimo_rt_usa_1.01.03.bin 
> that is a windows bin file, I have tried to extract it with XP with two 
> different apps that is supposed to extract 'bin' files and both say it 
> is invalid.
> 
> Is there a Linux app. that can extract it, it is a 2.9mb. bin file

Normally a bin file would be directly applied to a router -- i.e. no
extract required.  If the file were zipped or a tar file then an
appropriate extract would be applicable.  Normally the router
manufacturer supplies a program which applies the bin file to the
router.

Hopefully, this information assists you.
-- 
Donald A. Greene 

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Extracting a Windows 'bin' file in Linux

2008-12-14 Thread Jim
I have a firmware update for my router,  belkin_mimo_rt_usa_1.01.03.bin 
that is a windows bin file, I have tried to extract it with XP with two 
different apps that is supposed to extract 'bin' files and both say it 
is invalid.


Is there a Linux app. that can extract it, it is a 2.9mb. bin file

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Add XUL Explorer to Fedora Repository

2008-12-14 Thread Dave Feustel
XUL Explorer is a tool for developing Firefox plugins.
This is an extremely handy little program.
How about making it installable via yum?

http://starkravingfinkle.org/blog/2008/10/xul-explorer-updated/

Thanks.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: User Pic in gdm?

2008-12-14 Thread mike

On 12/14/2008, "Michael Cronenworth"  wrote:

>
>GDM looks for a "~/.face" file for the picture by your name. I'm
>thinking that the About Me program should set this for you, and it
>currently does not. If you feel obligated, open a bug and request this
>enhancement.
>

Looks like I was mistaken. The ~/.face file is generated but gdm isn't
reading it. I'll try to investigate more.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


cannot read music CD with Fedora 10

2008-12-14 Thread Kevin Kempter
Hi All;

I'm running Fedora 10 (64bit) on a Dell laptop.  I cannot read music CD's the 
system doesn't even recognize that I've inserted a CD, here's my dmesg output 
(below). 

Thanks in advance.









Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.27.7-134.fc10.x86_64 (mockbu...@x86-2.fedora.phx.redhat.com) 
(gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) ) #1 SMP Mon Dec 1 
22:21:35 EST 2008
Command line: ro root=UUID=d9ccf89c-3858-4711-9f7b-5f1197556d0a rhgb quiet
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009b800 (usable)
 BIOS-e820: 0009b800 - 000a (reserved)
 BIOS-e820: 0010 - df451c00 (usable)
 BIOS-e820: df451c00 - e000 (reserved)
 BIOS-e820: f800 - fc00 (reserved)
 BIOS-e820: fec0 - fec1 (reserved)
 BIOS-e820: fed18000 - fed1c000 (reserved)
 BIOS-e820: fed2 - fed9 (reserved)
 BIOS-e820: feda - feda6000 (reserved)
 BIOS-e820: fee0 - fee1 (reserved)
 BIOS-e820: ffe0 - 0001 (reserved)
 BIOS-e820: 0001 - 00032000 (usable)
DMI 2.4 present.
last_pfn = 0x32 max_arch_pfn = 0x3
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
last_pfn = 0xdf451 max_arch_pfn = 0x3
init_memory_mapping
 00 - 00df40 page 2M
 00df40 - 00df451000 page 4k
kernel direct mapping tables up to df451000 @ 8000-e000
last_map_addr: df451000 end: df451000
init_memory_mapping
 01 - 032000 page 2M
kernel direct mapping tables up to 32000 @ c000-1a000
last_map_addr: 32000 end: 32000
RAMDISK: 37ca6000 - 37fef6eb
ACPI: RSDP 000FB9B0, 0024 (r2 DELL  )
ACPI: XSDT DF454600, 006C (r1 DELLM09 27D80A1B ASL61)
ACPI: FACP DF45449C, 00F4 (r4 DELLM09 27D80A1B ASL61)
ACPI: DSDT DF454C00, 5AFA (r2 INT430 SYSFexxx 1001 INTL 20050624)
ACPI: FACS DF463400, 0040
ACPI: HPET DF454700, 0038 (r1 DELLM091 ASL61)
ACPI:  DF462C00, 0030 (r1 DELLM09 27D80A1B ASL61)
ACPI: APIC DF454800, 0078 (r1 DELLM09 27D80A1B ASL47)
ACPI: ASF! DF454400, 0076 (r32 DELLM09 27D80A1B ASL61)
ACPI: MCFG DF4547C0, 003E (r16 DELLM09 27D80A1B ASL61)
ACPI: SLIC DF45489C, 0176 (r1 DELLM09 27D80A1B ASL61)
ACPI: TCPA DF454B00, 0032 (r10 ASL 0)
ACPI: SSDT DF452B6F, 066C (r1  PmRefCpuPm 3000 INTL 20050624)
No NUMA configuration found
Faking a node at -00032000
Bootmem setup node 0 -00032000
  NODE_DATA [00015000 - 00029fff]
  bootmap [0002a000 -  0008dfff] pages 64
(7 early reservations) ==> bootmem [00 - 032000]
  #0 [00 - 001000]   BIOS data page ==> [00 - 001000]
  #1 [006000 - 008000]   TRAMPOLINE ==> [006000 - 008000]
  #2 [20 - a2c1cc]TEXT DATA BSS ==> [20 - a2c1cc]
  #3 [0037ca6000 - 0037fef6eb]  RAMDISK ==> [0037ca6000 - 0037fef6eb]
  #4 [09b800 - 10]BIOS reserved ==> [09b800 - 10]
  #5 [008000 - 00c000]  PGTABLE ==> [008000 - 00c000]
  #6 [00c000 - 015000]  PGTABLE ==> [00c000 - 015000]
 [e200-e2000aff] PMD -> [88002820-880032bf] 
on node 0
Zone PFN ranges:
  DMA  0x -> 0x1000
  DMA320x1000 -> 0x0010
  Normal   0x0010 -> 0x0032
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
0: 0x -> 0x009b
0: 0x0100 -> 0x000df451
0: 0x0010 -> 0x0032
On node 0 totalpages: 3142636
  DMA zone: 1731 pages, LIFO batch:0
  DMA32 zone: 896137 pages, LIFO batch:31
  Normal zone: 2197760 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee0
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec0] gsi_base[0])
IOAPIC[0]: apic_id 2, version 0, address 0xfec0, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Setting APIC routing to flat
ACPI: HPET id: 0x8086a201 base: 0xfed0
Using ACPI (MADT) for SMP configuration information
SMP: Allowing 4 CPUs, 2 hotplug CPUs
PM: Registered nosave memory: 0009b00

Re: F10, VMware Server 2.0, and selinux

2008-12-14 Thread Christopher A. Williams
On Sun, 2008-12-14 at 13:26 -0500, Claude Jones wrote:
> On Sunday 14 December 2008 12:08:44 Gilboa Davara wrote:
> > To be honest, AFAIR VMWare Server 1.0.x, beyond being EOL, doesn't
> > support kernels >= 2.6.26 - even with the latest any-to-any patch.
> > Though, AFAIK, it didn't have SELinux problem under both F8 and F9.
> > On the other side VMWare Server 2.x hass replaced the GTK console
> > application with a super-complex web-client which, coupled with VMWare's
> > known tendency to release half-broken RPMs, makes it an SELinux accident
> > waiting to happen...
> 
> Let me be precise. I have VMWare server running right now on this laptop on 
> which I'm typing this message. In 'About' it says it is version 1.0.7 
> build-108231; my running kernel is -
> # uname -r
> 2.6.27.7-134.fc10.i686
> the patch I'm using to make it work is called vmware-update-2.6.27-5.5.7-2 
> which I found using Google - it has survived several kernel upgrades and 
> supercedes the any-any patches
> 
> I haven't bothered to install VMWare Server 2.X because at the moment, I have 
> no need for it, and as you point out, it's a bit more complicated. I haven't 
> tried any of the linux-land alternatives yet for the same reason. My approach 
> may work for some, if not for all, but, to simply make the blanket statement 
> that VMWare server is broken for F10 or for Kernels > 2.6.26 is wrong.

A couple of things before I have to go catch a plane...

First - This question was not an invitation to poop on VMware Server,
Workstation, or anyone else's virtualization products (except _maybe_
Hyper-V ). VMware happens to be the market leader for a reason,
and they have historically been reasonably good corporate citizens to
the world of Open Source.

I asked if anyone knew what the problem was and if it had been fixed. OK
- so it hasn't yet. I challenge that "shady RPMs" and other stuff is a
reason _not_ to investigate the issue. By the by - VMware Server 2.0
doesn't use an RPM based installer anymore (a HUGE MISTAKE if you ask
me), and the same issues exist. Since RHEL tends to trail Fedora, I'll
bet this gets fixed with the next major RHEL release, if not sooner
because many people do run VMware Server on Fedora.

As to how long this has gone on, it has since F8 and VMware Server
1.0.x. The only known work-around I am aware of is to disable selinux,
after which it runs impressively well. It compiles and runs on F9 and
F10 out of the box with no patches needed.

VMware Server 2.0 is no more complicated than 1.0.x by the way. In fact,
a TON of things are much nicer! But it is definitely different than
1.0.x in many important ways. Examples include the ability to control
everything about it via a browser, run a VM's console remotely using a
Firefox extension, and directly managing a variety of kinds of storage
on the fly. It is not, however, something I would recommend for a
workstation setup. Use VMware Workstation, VirtualBox, KVM, etc. for
that. VMware Server 2.0 is absolutely intended as a lightweight, server
based virtualization solution. Trying to make it do something else is
asking for issues.

Cheers,

Chris


--
==
By all means marry;
If you get a good wife, you'll be happy.
If you get a bad one, you'll become a philosopher.

--Socrates

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Weather icons missing in GNOME clock applet [SOLVED-ish]

2008-12-14 Thread Matthew Saltzman
On Sun, 2008-12-14 at 12:16 -0500, fred smith wrote:
> On Sun, Dec 14, 2008 at 11:47:58AM -0500, Matthew Saltzman wrote:
> > On Wed, 2008-12-10 at 14:45 -0500, fred smith wrote:
> > 
> > > OK, so I stumbled around in there for ten minutes before finding the 
> > > SET button, even after reading the above (I never claimed brilliance,
> > > but it IS an obscure app). Even after finding the set button, and having
> > > previously entered my home location info, it still isn't showing weather
> > > info. :(
> > 
> > Did you enable weather icons in preferences?
> 
> Yes. all four checkboxes are checked.
> 
> my latitude and longitude are set in the "locations" tab.
> 
> there's a house icon on the map on the calendar page.
> 
> but no weather icons/info on the clock on the upper panel.

That all sounds right.  I'm out of ideas, then.
> 
> Thanks for the hint, though! :)

We try...

-- 
Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: kpackagekit settings do not stick

2008-12-14 Thread Kevin Kofler
Endy wrote:
> I'm having a problem with the kpackagekit settings.

First of all, kpackagekit != kpackage (as you wrote in the subject). Please
be precise, as they are completely different software.

> I have set it to check for updates daily, not hourly, and not to ever
> automatically install updates.  Yet, it seems like after every time I use
> kpackagekit to run updates or install new packages, those settings get
> reset to the defaults: checking every hour, and automatically apply
> security updates. 
> 
> Anyone else seeing the same behavior or have any suggestions?

Yes, somehow KPackageKit loves to forget its settings, I don't understand
why, really. See:
https://bugzilla.redhat.com/show_bug.cgi?id=475303

We patched it now to make it the internal default not to automatically
install anything (this was already the kde-settings default, but
KPackageKit forgot that too!), but that's really just taping over the
issue.

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Weather icons missing in GNOME clock applet [SOLVED-ish]

2008-12-14 Thread Dan Thurman

fred smith wrote:

On Sun, Dec 14, 2008 at 10:25:38AM -0800, Dan Thurman wrote:
  

Frank Cox wrote:


On Sun, 14 Dec 2008 12:16:18 -0500
fred smith wrote:

 
  

Did you enable weather icons in preferences?
 
  

Do you have enough space on your panel to show the weather?  It takes up
another inch or so of space.
 
  

I have found, that removing the applet and re-adding the
applet to the panel, re-setting the locale, clicking on the
Weather tab: "F", changing it to something other, then
back to "F", seems to restore it.

Seems for some reason, Gnome-2 configuration files gets
messed up, which may mean that you may need to reset
the offending applet or application via the method mentioned
above.  Occassionally, I find that the "User Switcher", and the
"Clock" messes up as well and also needs to be reset.  Don't
forget to Session-Save as well after making the changes.



None of that makes any difference.

I've assumed we're talking about the gnome clock applet, which offers
weather information. But perhaps we're talking about the weather applet,
which is a different critter?

I've removed, re-added, reset everything in the clock applet and it simply
doesn't show any weather info. But the weather applet "works" in that it
shows a temperature--so far it isn't showing anything else...

And how does one "Session-Save", as you mention above? I don't see
anything on any gnome menu with a similar name...

Thanks for your advice!
  
I am talking about the clock applet that you see for date and time, that 
appears in
the panel (mine is on top).  When I log in, I get these Gnome dialog 
errors that
tells me the applet(s) are messed up.  So I close the dialog boxes, then 
remove
the offending applet(s) icons in the panel (as reported by the Gnome 
dialog boxes),
then proceed to add them back in.  If the Weather icon that appears to 
the left of the
date/time is not working, then I select the icon preferences, click the 
Location tab
to ensure that I have the correct location (mine was empty), then click 
the Weather

tab, drop-down the 'Temperature Unit', select 'Default', then close the
Preferences. Next, open the Preferences again, reset the Temperature 
Unit back
to 'F' (for my location, but you can choose whatever you want), close 
the preferences

box again.  Wait awhile, then it worked.

As for 'Save Session', I wanted to make sure that the new applets were 
saved in
Gnome-2 configuration files because I am not sure if it is 'committed' 
automatically

and this may not be required.

When I ran into these problems initially, I wanted to see if my account 
gnome-2
configuration were messed up, so as a test, I created a new temporary 
user - a
different account - to see if the Weather icon works, i.e. if by 
creating a new
account, new (virgin) gnome-2 configuration files are created properly. 
If the

Weather icon did not work, then I can assume that there was something wrong
with my gnome package on my system.

FWIW,
Dan

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: dmraid & mkinitrd under F10 x86_64 (No Puppies Harmed)

2008-12-14 Thread Raymond C. Rodgers

Robert L Cochran wrote:

http://ubuntuforums.org/showthread.php?t=526151


  

I already have it in /etc/fstab, but /dev/mapper/ device isn't getting 
created at boot, and so F10 just goes on and auto-mounts the individual 
drives as separate devices instead of jointly as a dmraid device.



Raymond

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Weather icons missing in GNOME clock applet [SOLVED-ish]

2008-12-14 Thread fred smith
On Sun, Dec 14, 2008 at 10:25:38AM -0800, Dan Thurman wrote:
> Frank Cox wrote:
> >On Sun, 14 Dec 2008 12:16:18 -0500
> >fred smith wrote:
> >
> >  
> >>>Did you enable weather icons in preferences?
> >>>  
> >
> >Do you have enough space on your panel to show the weather?  It takes up
> >another inch or so of space.
> >  
> I have found, that removing the applet and re-adding the
> applet to the panel, re-setting the locale, clicking on the
> Weather tab: "F", changing it to something other, then
> back to "F", seems to restore it.
> 
> Seems for some reason, Gnome-2 configuration files gets
> messed up, which may mean that you may need to reset
> the offending applet or application via the method mentioned
> above.  Occassionally, I find that the "User Switcher", and the
> "Clock" messes up as well and also needs to be reset.  Don't
> forget to Session-Save as well after making the changes.

None of that makes any difference.

I've assumed we're talking about the gnome clock applet, which offers
weather information. But perhaps we're talking about the weather applet,
which is a different critter?

I've removed, re-added, reset everything in the clock applet and it simply
doesn't show any weather info. But the weather applet "works" in that it
shows a temperature--so far it isn't showing anything else...

And how does one "Session-Save", as you mention above? I don't see
anything on any gnome menu with a similar name...

Thanks for your advice!
-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  "And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
  it with justice and righteousness from that time on and forever."
--- Isaiah 9:7 (niv) --


pgpP3vfcy8rQc.pgp
Description: PGP signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: f9 without pulseaudio.

2008-12-14 Thread john wendel

Reg Clemens wrote:

On Sun, Dec 14, 2008 at 12:56 AM, Reg Clemens  wrote:

I keep reading comments on this list that one can remove pulseaudio
from f9 and it will run like a normal alsa system.

I have removed
   alsa-plugins-pulseaudio
   and libflashsupport

from my f9 system, rebooted.
Sound in Flash in Firefox works just fine, but aplay doesn't.
If aplay doesn't work I wonder about mplayer, totem, and the other sound
producing programs that I havent tested.

So, is there anything else I should be removing to get back to
'just alsa' 

I would really like to understand what is going on here.


It was very easy for me, here is the relevant portion of my yum.log
from when i removed it:
Sep 20 02:09:44 Erased: alsa-plugins-pulseaudio
Sep 20 02:09:44 Erased: pulseaudio-module-x11
Sep 20 02:09:44 Erased: pulseaudio
Sep 20 02:09:49 Erased: pulseaudio-module-zeroconf
Sep 20 02:09:49 Erased: pulseaudio-module-gconf
Sep 20 02:09:50 Erased: kde-settings-pulseaudio
Sep 20 02:09:50 Erased: pulseaudio-esound-compat



Thanks, I should have thought of that.
I already had a 'rpm -qa | sort > rpms.list.f9' that I could have
looked at...

In any case, I removed all the modules I found in the above list, 
rebooted, and as ME, I have no audio in either aplay nor firefox.

Doing a su and trying again, I have audio both places, so it seems
that there is still a permission problem somewhere.

Here is the output from aplay

[...@deneb AU]$ aplay wheee.au

---

ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver 
returned error: No such fi
le or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned 
error: No such file or
 directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or 
directory

ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:583: audio open error: No such file or directory


---

Any further thoughts???
If I could get some sound working, I could move to f9.



I'm sure that there is a "proper" way to do it, but I just put the 
following in rc.local and sound works :


cd /dev/snd
chmod 666 *

Regards,

John

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Can't find kernel-devel pkg for kernel 2.6.27.5-41.fc9.i686

2008-12-14 Thread Nigel Henry
I'm trying to upgrade the alsa driver. I have the headers for kernel 
2.6.27.5-41.fc9.i686, but had not installed the kernel-devel pkg for the same 
kernel. Now there are updates with a new kernel, and the kernel-devel pkg for 
the previous one no longer exists in the repo.

Anyone know where I can find kernel-devel pkg (i686) for the above kernel?

Thanks for any help.

Nigel.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: User Pic in gdm?

2008-12-14 Thread Michael Cronenworth

Mike Cloaked wrote:

I have been looking around for a solution to this simple question:
How can I add user pictures to the list of users in GDM for F10? The user
can select an icon from System->Preferences->Personal->About me once logged
in...

...but this picture does not appear in the login screen with the list of
users is there is a simple solution?

Thanks in Advance...
  


GDM looks for a "~/.face" file for the picture by your name. I'm 
thinking that the About Me program should set this for you, and it 
currently does not. If you feel obligated, open a bug and request this 
enhancement.


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Display xul files in Firefox

2008-12-14 Thread Dave Feustel
On Sun, Dec 14, 2008 at 08:51:29PM +, Marcelo M. Garcia wrote:
> Dave Feustel wrote:
>> I copied this file (ex-01.html) from the book _Programming Firefox_,
>> but Firefox displays this file as a blank page. 'view page source'
>> shows the data as I entered it. What's wrong with the file (or file
>> name)? 
>>
>> Thanks.
>>
>> =
>> 
>> 
>> > id="theWindow"
>> title="The Window"
>> orient="horizontal"
>> width= "400"
>> height = "300"
>> xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
>> xmlns:html="http://www.w3.org/1999/xhtml";
>>
>> 
>>   
>>
>> 
>> 
>> 
>>   
>>
>> 
>> 
>> 
>>
> Hi
>
> Are you using XUL Explorer (XE) to work the examples? I think it's  
> better to use the XE than firefox to try your code.
>
> Regards
>
> Marcelo
> https://developer.mozilla.org/en/XUL_Explorer

Thanks Very Much for this pointer.

Is there an xul mailing list or users group for newbies?

Thanks Again.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: f9 without pulseaudio.

2008-12-14 Thread Arthur Pemberton
On Sun, Dec 14, 2008 at 1:19 PM, Reg Clemens  wrote:
>> On Sun, Dec 14, 2008 at 12:56 AM, Reg Clemens  wrote:
>> > I keep reading comments on this list that one can remove pulseaudio
>> > from f9 and it will run like a normal alsa system.
>> >
>> > I have removed
>> >alsa-plugins-pulseaudio
>> >and libflashsupport
>> >
>> > from my f9 system, rebooted.
>> > Sound in Flash in Firefox works just fine, but aplay doesn't.
>> > If aplay doesn't work I wonder about mplayer, totem, and the other sound
>> > producing programs that I havent tested.
>> >
>> > So, is there anything else I should be removing to get back to
>> > 'just alsa' 
>> >
>> > I would really like to understand what is going on here.
>>
>>
>> It was very easy for me, here is the relevant portion of my yum.log
>> from when i removed it:
>> Sep 20 02:09:44 Erased: alsa-plugins-pulseaudio
>> Sep 20 02:09:44 Erased: pulseaudio-module-x11
>> Sep 20 02:09:44 Erased: pulseaudio
>> Sep 20 02:09:49 Erased: pulseaudio-module-zeroconf
>> Sep 20 02:09:49 Erased: pulseaudio-module-gconf
>> Sep 20 02:09:50 Erased: kde-settings-pulseaudio
>> Sep 20 02:09:50 Erased: pulseaudio-esound-compat
>>
>
> Thanks, I should have thought of that.
> I already had a 'rpm -qa | sort > rpms.list.f9' that I could have
> looked at...
>
> In any case, I removed all the modules I found in the above list,
> rebooted, and as ME, I have no audio in either aplay nor firefox.
> Doing a su and trying again, I have audio both places, so it seems
> that there is still a permission problem somewhere.
>
> Here is the output from aplay
>
> [...@deneb AU]$ aplay wheee.au
>
> ---
>
> ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
> ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver 
> returned error: No such fi
> le or directory
> ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned 
> error: No such file or
>  directory
> ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
> ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned 
> error: No such file or
> directory
> ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or 
> directory
> ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default
> aplay: main:583: audio open error: No such file or directory
>
>
> ---
>
> Any further thoughts???
> If I could get some sound working, I could move to f9.


I can't say I know what is going on, sorry. Maybe you can get some
further help at irc://freenode.net/fedora


-- 
Fedora 9 : sulphur is good for the skin
( www.pembo13.com )

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


User Pic in gdm?

2008-12-14 Thread Mike Cloaked

I have been looking around for a solution to this simple question:
How can I add user pictures to the list of users in GDM for F10? The user
can select an icon from System->Preferences->Personal->About me once logged
in...

...but this picture does not appear in the login screen with the list of
users is there is a simple solution?

Thanks in Advance...
-- 
View this message in context: 
http://www.nabble.com/User-Pic-in-gdm--tp21004946p21004946.html
Sent from the Fedora List mailing list archive at Nabble.com.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


kpackage settings do not stick

2008-12-14 Thread Endy
I'm having a problem with the kpackagekit settings.  I have set it to 
check for updates daily, not hourly, and not to ever automatically 
install updates.  Yet, it seems like after every time I use kpackagekit 
to run updates or install new packages, those settings get reset to the 
defaults: checking every hour, and automatically apply security updates.


Anyone else seeing the same behavior or have any suggestions?

(yes, i do click the 'apply' button after making my desired setting 
changes ;) )


Endy

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: stable algorithm with complexity O(n)

2008-12-14 Thread David Hláčik
Thank you guys for help and support!  My homework is done and waiting
for grading.

Here it comes - bucket sort with time complexity O(n) == linear complexity

#! /usr/bin/python
def sort(numbers):
"sort n positive integers in O(n) provided that they are all from
interval [1, n^2]"
N = len(numbers) # get size of test numbers

buckets_mod = [[] for i in xrange(N)]
buckets_sorted = [[] for i in xrange(N+1)]

# group numbers to buckets (list of numbers) with common modulus
for n in numbers:
buckets_mod[n % N].append(n)
print "buckets_mod: %s" % buckets_mod

# check numbers in buckets
for l in buckets_mod:
for n in l:
# place number into bucket number grouped by result of 
division
buckets_sorted[n / N].append(n)
print "buckets_sorted: %s" % buckets_sorted

# search through sorted buckets and return list of sorted numbers
return [n for l in buckets_sorted for n in l]

Regards,

David

On Sun, Dec 14, 2008 at 4:08 PM, Ed Greshko  wrote:
> Aaron Konstam wrote:
>> On Sun, 2008-12-14 at 12:10 +1100, Cameron Simpson wrote:
>>
>>> | There is the generation counter algorithm. It is O(n), and relies on
>>> the fact
>>> | that one knows the boundaries of the possible elements of the
>>> dataset (and
>>> | it's domain). Basically, you simply count the number of appearances
>>> of every
>>> | element in your set. It's just a single for-loop.
>>>
>> I am not on the Centos list either not do I understand the sorting
>> algorithm you describe above. Could you expand on the explanation above.
>>
>>
> FWIW, a judicious google search answered all of my questions on this
> sort of thing.  :-)
>
> --
> Goals... Plans... they're fantasies, they're part of a dream world... --
> Wally Shawn mei-mei.gres...@greshko.com
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Display xul files in Firefox

2008-12-14 Thread Marcelo M. Garcia

Dave Feustel wrote:

I copied this file (ex-01.html) from the book _Programming Firefox_,
but Firefox displays this file as a blank page. 'view page source'
shows the data as I entered it. What's wrong with the file (or file
name)? 


Thanks.

=


http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
xmlns:html="http://www.w3.org/1999/xhtml";


  
   



  
   





Hi

Are you using XUL Explorer (XE) to work the examples? I think it's 
better to use the XE than firefox to try your code.


Regards

Marcelo
https://developer.mozilla.org/en/XUL_Explorer

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: E-mail Server

2008-12-14 Thread homburg
On Sun, 14 Dec 2008 19:04:16 +0200
Leon Vergottini  wrote:

> Hi
> 
> I have been tasked to commissioned an e-mail server  in
> the first quarter of next year.  I got this task because
> I am the only one at work that plays and have a small bit
> of understanding of how Linux work.  So, I am on a
> research spree.  I have already had a look at the
> following sites:
> 
a) CentOS, not Fedora

b) Postfix is probably the easiest MTA to configure.

c) The default imap/pop3 server (dovecot) is sufficient for
up to a few hundred users. 

d) Test, test and test again before you go live. Pay
particular attention to preventing an open relay.
-- 
"Neither Lifestyle nor Agenda"
http://www.tips-Q.com

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: dmraid & mkinitrd under F10 x86_64 (No Puppies Harmed)

2008-12-14 Thread Robert L Cochran


http://ubuntuforums.org/showthread.php?t=526151




Raymond C. Rodgers wrote:
> Raymond C. Rodgers wrote:
>> Raymond C. Rodgers wrote:
>>> Under F8 or F9, I had managed to build an initrd image that would
>>> automatically mount my non-boot dmraided drives without any effort
>>> on my part; this was obviously a while ago, and I'm no expert on
>>> mkinitrd. When I installed F10, it wiped out that configuration, and
>>> is instead intent upon mounting the individual drives and not
>>> initialize dmraid at all. I've been trying to get this fixed for a
>>> few days now, but can't seem to come up with an answer. Can any one
>>> give me an answer?
>>>
>>> After unmounting the individual drives, I currently activate the
>>> dmraid as root with:
>>>
>>> dmraid -a yes  nvidia_gdedfbbj
>>>
>>> Then mount the desired partitions. The device mapper device files
>>> for the partitions are in my /etc/fstab with an appropriate mounted
>>> path, which makes it a simple "mount /media/drive" command possible
>>> once dmraid has been activated.
>>>
>>> But mkinitrd seems to be where I'm having the problem. I just tried
>>> using --force-raid-probe which is listed in the usage notes
>>> (mkinitrd -h), but apparently it isn't actually available as a
>>> command line option. Would using "--with=dmraid" work?
>>>
>>> Thanks,
>>> Raymond
>> I hope this was just lost amid the packagekit threads... Any one got
>> an answer for me?
>> Thanks,
>> Raymond
> This is my second attempt to get the message noticed and possibly get
> a response. I'd like to note that no puppies, partitions, or disks
> were harmed in the making of this email, or in the upgrade from F9 to
> F10.
>
> Raymond
>

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Laptop Keyboard asdf, jkl;, enter disabled on boot up

2008-12-14 Thread Robert L Cochran


g wrote:
> Gene Heskett wrote:
>
> > I suspect the keyboard has been contaminated, possibly by a soft drink
>
> > I won't be responsible, but I've heard, and did it just once 15
> years ago,
> > that the top rack in the dishwasher is safe.
>
> i would first try checking connectors and cables before attempting to
> clean.
> ie, remove and reinsert all connectors.
>
> keyboard keys are in an x - y map. being that all keys not working are in
> same row, this would tend to indicate that problem is common to this
> one row.
>
> being that there is a time passage, this tends to indicate that there is
> something no making contact when cold and makes after heat up and
> expansion.
>
> look closely to see if there may be a bad solder connection that
> traces from
> 'a -> enter' keys on keyboard circuit board. trace connection thru to main
> board and follow trace to matrix ic.
>
> hth.
>
>
> peace out.
>
> tc,hago.
>
> g
>
I think g has good advice. He noticed there could be a heat issue here.

My suggestion is: replace the keyboard with a new one. It's cheap, just
search for a new one on Ebay.

Bob Cochran


>
> 
> in a free world without fences, who needs gates.
> **
> to mess up a linux box, you need to work at it;
> to mess up an ms windows box, you just need to *look at* it.
> **
> learn linux:
> 'Rute User's Tutorial and Exposition'  
> http://rute.2038bug.com/index.html.gz
> 'The Linux Documentation Project'   http://www.tldp.org/
> 'LDP HOWTO-index'   http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
> 'HowtoForge'   http://howtoforge.com/
> 

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: dmraid & mkinitrd under F10 x86_64 (No Puppies Harmed)

2008-12-14 Thread Raymond C. Rodgers

Raymond C. Rodgers wrote:

Raymond C. Rodgers wrote:
Under F8 or F9, I had managed to build an initrd image that would 
automatically mount my non-boot dmraided drives without any effort on 
my part; this was obviously a while ago, and I'm no expert on 
mkinitrd. When I installed F10, it wiped out that configuration, and 
is instead intent upon mounting the individual drives and not 
initialize dmraid at all. I've been trying to get this fixed for a 
few days now, but can't seem to come up with an answer. Can any one 
give me an answer?


After unmounting the individual drives, I currently activate the 
dmraid as root with:


dmraid -a yes  nvidia_gdedfbbj

Then mount the desired partitions. The device mapper device files for 
the partitions are in my /etc/fstab with an appropriate mounted path, 
which makes it a simple "mount /media/drive" command possible once 
dmraid has been activated.


But mkinitrd seems to be where I'm having the problem. I just tried 
using --force-raid-probe which is listed in the usage notes (mkinitrd 
-h), but apparently it isn't actually available as a command line 
option. Would using "--with=dmraid" work?


Thanks,
Raymond
I hope this was just lost amid the packagekit threads... Any one got 
an answer for me?

Thanks,
Raymond
This is my second attempt to get the message noticed and possibly get a 
response. I'd like to note that no puppies, partitions, or disks were 
harmed in the making of this email, or in the upgrade from F9 to F10.


Raymond

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Laptop Keyboard asdf, jkl;, enter disabled on boot up

2008-12-14 Thread Jim Duda

Anne Wilson wrote:



If it's something that warms up, it might.


Very good point.  I'll test a couple of quick
power down and power ups.  If that works solid,
then heat must be it.  


Thanks,

Jim

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: f9 without pulseaudio.

2008-12-14 Thread Reg Clemens
> On Sun, Dec 14, 2008 at 12:56 AM, Reg Clemens  wrote:
> > I keep reading comments on this list that one can remove pulseaudio
> > from f9 and it will run like a normal alsa system.
> >
> > I have removed
> >alsa-plugins-pulseaudio
> >and libflashsupport
> >
> > from my f9 system, rebooted.
> > Sound in Flash in Firefox works just fine, but aplay doesn't.
> > If aplay doesn't work I wonder about mplayer, totem, and the other sound
> > producing programs that I havent tested.
> >
> > So, is there anything else I should be removing to get back to
> > 'just alsa' 
> >
> > I would really like to understand what is going on here.
> 
> 
> It was very easy for me, here is the relevant portion of my yum.log
> from when i removed it:
> Sep 20 02:09:44 Erased: alsa-plugins-pulseaudio
> Sep 20 02:09:44 Erased: pulseaudio-module-x11
> Sep 20 02:09:44 Erased: pulseaudio
> Sep 20 02:09:49 Erased: pulseaudio-module-zeroconf
> Sep 20 02:09:49 Erased: pulseaudio-module-gconf
> Sep 20 02:09:50 Erased: kde-settings-pulseaudio
> Sep 20 02:09:50 Erased: pulseaudio-esound-compat
> 

Thanks, I should have thought of that.
I already had a 'rpm -qa | sort > rpms.list.f9' that I could have
looked at...

In any case, I removed all the modules I found in the above list, 
rebooted, and as ME, I have no audio in either aplay nor firefox.
Doing a su and trying again, I have audio both places, so it seems
that there is still a permission problem somewhere.

Here is the output from aplay

[...@deneb AU]$ aplay wheee.au

---

ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver 
returned error: No such fi
le or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned 
error: No such file or
 directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or 
directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:583: audio open error: No such file or directory


---

Any further thoughts???
If I could get some sound working, I could move to f9.

-- 
Reg.Clemens
r...@dwf.com


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Virtualizing XP with dual boot FC10/XP

2008-12-14 Thread Robert L Cochran


Wayne Feick wrote:
> On Sun, 2008-12-14 at 13:20 -0500, Robert L Cochran wrote:
>> Agile Aspect wrote:
>> > Robert L Cochran wrote:
>> >> I now have a virtual machine that runs Windows XP, however I am in
>> >> trouble with the Windows activation process because I can't (yet)
>> >> provide a valid product key code to the Microsoft activation server. The
>> >> installation CD is from Dell, I just bought a new laptop with a Dell
>> >> "Windows XP downgrade" and I need to ask Dell's support people how I'm
>> >> supposed to provide a valid product key for this. It may be that I have
>> >> to install Windows Vista first (because I have a Vista CD and product
>> >> key too) and then downgrade to XP, I don't know quite yet.
>> >>   
>> > The valid product key for Windows on Dell laptops should be
>> > on bottom side of the computer.
>> >
>> There is a label for Windows Vista. Remember I said this is a Windows XP
>> downgrade. If you look at Latitude E-Series laptops on Dell.com (their
>> USA website), you will see what I am talking about -- I paid an extra
>> $99 for the downgrade. The CD I am using also shipped with the new
>> computer, so it's legal, or should be. I'll ask at the Dell forums...
>>
>> Thanks!
>>
>> Bob
>> 
>   
> Your license key may or may not work in a VM. Last time I tried to
> install Dell's OEM version of XP inside VMWare (admittedly a few years
> ago), it refused to activate and gave a message that it was only
> licensed to run on Dell hardware.
>
> Wayne.
>
I'm just getting messages that the key is incorrect. I'll recheck it
again after a belated lunch, maybe my eyes are just old and unfocused?
Thanks for the heads up though. You might be right, I will follow up on
this.

On the good side, my Fedora 10 VM is running with bridged networking. I
hope it can see things like USB and serial ports.

Bob



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fedora directory server

2008-12-14 Thread Marcel Janssen
Hi,

I managed to get it working following the exact steps as mentioned in the link 
below for centos.

regards,
Marcel


> Hi Graig,
>
> Thanks for the reply.
>
> One of the things that bothers me is that I seem to be running a very new
> version and all docs I find on the web are outdated except for this :
> http://www.orangespike.ca/?q=node/81
>
> I've been trying for nearly 6 hours now and get nowhere. I will remove
> everything and start all over again. Hopefully I made a mistake somewhere
> and have better luck with a fresh try.
>
> What I understand from your mail and the above web page is that I'm on the
> right track. The problem at this moment is that the admin console doesn't
> start and I have no clue yet why.
>
> regards,
> Marcel
>
> > On Sun, 2008-12-14 at 18:28 +0100, Marcel Janssen wrote:
> > > Hi,
> > >
> > > I'm trying to set up fedora directory service and have some issues with
> > > that.
> > >
> > > I seem to have succesfully started it (after an hour of figuring out
> > > why it didn't work ---which was permission related) :
> > > [08/12/14:17:23:58] - [Setup] Info Directory Manager DN
> > > [08/12/14:17:24:02] - [Setup] Info cn=Directory Manager
> > > [08/12/14:17:24:02] - [Setup] Info Password
> > > [08/12/14:17:24:05] - [Setup] Info Password (confirm)
> > > [08/12/14:17:24:12] - [Setup] Info Your new DS instance 'superbit' was
> > > successfully created.
> > > [08/12/14:17:24:12] - [Setup] Success Exiting . . .
> > > Log file is '/tmp/setupv8PLuq.log'
> > >
> > > now I try to run fedora-idm-console but have some issues with that.
> > > Whatever ID I enter, I always get a message saying :
> > >
> > > Cannot logon because of an incorrect User ID,
> > > Incorrect password or Directory problem
> > >
> > > java.io.EOFException: Connection lost
> > >
> > > Any ideas why I can't login ?
> >
> > 
> > fds has its own mail list...
> >
> > https://www.redhat.com/mailman/listinfo/fedora-directory-users
> >
> > I am still using an old version but...
> >
> > 1 - make sure fds & admin console are started...
> >
> > # service fds status
> > slapd-srv1 (pid 3412) is running...
> >
> > # service fds-admin status
> > ns-httpd is stopped
> >
> > # service fds-admin start
> > Starting Fedora-DS Admin:  [  OK  ]
> >
> > /opt/fedora-ds/startconsole -x nologo -a http://localhost:$PORT_NUMBER
> >
> > (the port number is whatever port number it chose when you set it up)
> >
> > Craig

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: All I want for Christmas is... F10 KDE4.2 Live... for testing...

2008-12-14 Thread Kevin Kofler
Linuxguy123 wrote:
> folderview uses the advanced rendering.  Details in this bug report.
> https://bugzilla.redhat.com/show_bug.cgi?id=473446

Folderview uses nothing advanced whatsoever, just plain old XRender 2D
acceleration which is supported by pretty much every driver in existence
(including but not limited to nvidia) and which works reliably in pretty
much every driver in existence except nvidia, and also has a working
software fallback with acceptable performance (used e.g. by the vesa
driver). And folderview doesn't even use XRender directly, only through Qt.
This is at least the second time I'm telling you this. Can't you read? Do
you have Alzheimer's? Or are you just trolling?

How is it folderview's (or Qt's) fault if NVidia can't even implement simple
2D drawing primitives in a way which doesn't lock up your system?

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: All I want for Christmas is... F10 KDE4.2 Live... for testing...

2008-12-14 Thread Kevin Kofler
Linuxguy123 wrote:
> I agree.  CANTFIX: https://bugzilla.redhat.com/show_bug.cgi?id=473446

Where's your report to NVidia, who are the only folks who can actually fix
it?

I've told you at least 3 times now that you have to report this to NVidia if
you want it fixed, what are you waiting for?

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Virtualizing XP with dual boot FC10/XP

2008-12-14 Thread Wayne Feick
On Sun, 2008-12-14 at 13:20 -0500, Robert L Cochran wrote:

> Agile Aspect wrote:
> > Robert L Cochran wrote:
> >> I now have a virtual machine that runs Windows XP, however I am in
> >> trouble with the Windows activation process because I can't (yet)
> >> provide a valid product key code to the Microsoft activation server. The
> >> installation CD is from Dell, I just bought a new laptop with a Dell
> >> "Windows XP downgrade" and I need to ask Dell's support people how I'm
> >> supposed to provide a valid product key for this. It may be that I have
> >> to install Windows Vista first (because I have a Vista CD and product
> >> key too) and then downgrade to XP, I don't know quite yet.
> >>   
> > The valid product key for Windows on Dell laptops should be
> > on bottom side of the computer.
> >
> There is a label for Windows Vista. Remember I said this is a Windows XP
> downgrade. If you look at Latitude E-Series laptops on Dell.com (their
> USA website), you will see what I am talking about -- I paid an extra
> $99 for the downgrade. The CD I am using also shipped with the new
> computer, so it's legal, or should be. I'll ask at the Dell forums...
> 
> Thanks!
> 
> Bob



Your license key may or may not work in a VM. Last time I tried to
install Dell's OEM version of XP inside VMWare (admittedly a few years
ago), it refused to activate and gave a message that it was only
licensed to run on Dell hardware.

Wayne.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: E-mail Server

2008-12-14 Thread Les Mikesell

Leon Vergottini wrote:

Hi

I have been tasked to commissioned an e-mail server  in the first 
quarter of next year.  I got this task because I am the only one at work 
that plays and have a small bit of understanding of how Linux work.  So, 
I am on a research spree.  I have already had a look at the following 
sites:


The Linux document project
How to forge
Flurdy.com

I do not ask for step by step instructions, although it will be nice, 
however I ask that you guys will point me to resources on the internet 
that may help me in this regard.


If you want something appliance-like where you just add users and 
everything works, look at SME server from

http://wiki.contribs.org/Main_Page.

It is mostly based on Centos (as others have suggested for stability) 
but modified so all administration is through a simple web interface. It 
can also provide many other services but it would be reasonable to 
deploy strictly as a mail server if you want.


--
  Les Mikesell
   lesmikes...@gmail.com

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: desktop effects on intel onboard graphics card

2008-12-14 Thread Kevin Kofler
Paulo Cavalcanti wrote:
> I just do not know how to set konsole transparency in KDE all of the time.
> The terminals are transparent only when they are being moved around.

Settings / Edit current profile... / Appearance / New... (i.e. create a new
color scheme), then drag the background transparency slider to something
higher than the default 0%.

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: problem with grub? mounting local file system (failed)

2008-12-14 Thread clarice oshea
On Sun, Dec 14, 2008 at 11:29 AM, Mikkel L. Ellertson
 wrote:
> clarice oshea wrote:
>>
>> I just loaded fedora 9 last month and am learning pretty fast.
>>
>>
>>
>> /etc/fstab
>> # /etc/fstab: static file system information.
>> #
>> #
>>
>> tmpfs   /dev/shmtmpfs   defaults0   0
>> devpts  /dev/ptsdevpts  gid=5,mode=620  0   0
>> sysfs   /syssysfs   defaults0   0
>> proc/proc   procdefaults0   0
>> #Entry for /dev/sdb1 :
>> UUID=d22bdaa7-ca74-4bbf-8233-21d0b8e5d227   /boot   ext3
>> defaults1   2
>> #Entry for /dev/sda1 :
>> UUID=DC70F0AD70F0900E   /media/sda1 ntfs-3g
>> defaults,locale=en_US.UTF-8 0   0
>> /dev/VolGroup00/LogVol00/   ext3defaults1   1
>> /dev/VolGroup00/LogVol01swapswapdefaults0   0
>>
>>
>> I'll have to study up on all this to find out what it means
>>
>> as I said fedora 9 is running well as far as I can tell
>>
> At a guess, I would say the problem is:
>
> #Entry for /dev/sda1 :
> UUID=DC70F0AD70F0900E   /media/sda1 ntfs-3g
>
> I suspect that the UUID for the Windows partition changed when you
> re-installed Windows. You can try changing it to:
>
> #Entry for /dev/sda1 :
> # UUID=DC70F0AD70F0900E   /media/sda1 ntfs-3g
>
> and see if that gets rid of the error.
>
> Mikkel
> --
>
>  Do not meddle in the affairs of dragons,
> for thou art crunchy and taste good with Ketchup!
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
that change had no effect...I restored fstab to its original state

yes I rebooted after making the change

I am working on another angle
clarice (root) /etc [1004]>fsck -N
fsck 1.41.3 (12-Oct-2008)
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 /dev/VolGroup00/LogVol00
[/sbin/fsck.ext3 (1) -- /boot] fsck.ext3 /dev/sdb1

maybe these need to be repaired.

Delicate op since they are mounted

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10, VMware Server 2.0, and selinux

2008-12-14 Thread Claude Jones
On Sunday 14 December 2008 12:08:44 Gilboa Davara wrote:
> To be honest, AFAIR VMWare Server 1.0.x, beyond being EOL, doesn't
> support kernels >= 2.6.26 - even with the latest any-to-any patch.
> Though, AFAIK, it didn't have SELinux problem under both F8 and F9.
> On the other side VMWare Server 2.x hass replaced the GTK console
> application with a super-complex web-client which, coupled with VMWare's
> known tendency to release half-broken RPMs, makes it an SELinux accident
> waiting to happen...

Let me be precise. I have VMWare server running right now on this laptop on 
which I'm typing this message. In 'About' it says it is version 1.0.7 
build-108231; my running kernel is -
# uname -r
2.6.27.7-134.fc10.i686
the patch I'm using to make it work is called vmware-update-2.6.27-5.5.7-2 
which I found using Google - it has survived several kernel upgrades and 
supercedes the any-any patches

I haven't bothered to install VMWare Server 2.X because at the moment, I have 
no need for it, and as you point out, it's a bit more complicated. I haven't 
tried any of the linux-land alternatives yet for the same reason. My approach 
may work for some, if not for all, but, to simply make the blanket statement 
that VMWare server is broken for F10 or for Kernels > 2.6.26 is wrong.
-- 
Claude Jones
Brunswick, MD

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Weather icons missing in GNOME clock applet [SOLVED-ish]

2008-12-14 Thread Dan Thurman

Frank Cox wrote:

On Sun, 14 Dec 2008 12:16:18 -0500
fred smith wrote:

  

Did you enable weather icons in preferences?
  


Do you have enough space on your panel to show the weather?  It takes up
another inch or so of space.
  

I have found, that removing the applet and re-adding the
applet to the panel, re-setting the locale, clicking on the
Weather tab: "F", changing it to something other, then
back to "F", seems to restore it.

Seems for some reason, Gnome-2 configuration files gets
messed up, which may mean that you may need to reset
the offending applet or application via the method mentioned
above.  Occassionally, I find that the "User Switcher", and the
"Clock" messes up as well and also needs to be reset.  Don't
forget to Session-Save as well after making the changes.


FWIW,
Dan

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Virtualizing XP with dual boot FC10/XP

2008-12-14 Thread Robert L Cochran

Agile Aspect wrote:
> Robert L Cochran wrote:
>> I now have a virtual machine that runs Windows XP, however I am in
>> trouble with the Windows activation process because I can't (yet)
>> provide a valid product key code to the Microsoft activation server. The
>> installation CD is from Dell, I just bought a new laptop with a Dell
>> "Windows XP downgrade" and I need to ask Dell's support people how I'm
>> supposed to provide a valid product key for this. It may be that I have
>> to install Windows Vista first (because I have a Vista CD and product
>> key too) and then downgrade to XP, I don't know quite yet.
>>   
> The valid product key for Windows on Dell laptops should be
> on bottom side of the computer.
>
There is a label for Windows Vista. Remember I said this is a Windows XP
downgrade. If you look at Latitude E-Series laptops on Dell.com (their
USA website), you will see what I am talking about -- I paid an extra
$99 for the downgrade. The CD I am using also shipped with the new
computer, so it's legal, or should be. I'll ask at the Dell forums...

Thanks!

Bob

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Weather icons missing in GNOME clock applet [SOLVED-ish]

2008-12-14 Thread Frank Cox
On Sun, 14 Dec 2008 12:16:18 -0500
fred smith wrote:

> > Did you enable weather icons in preferences?

Do you have enough space on your panel to show the weather?  It takes up
another inch or so of space.

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
DRY CLEANER BUSINESS FOR SALE ~ http://www.canadadrycleanerforsale.com

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Virtualizing XP with dual boot FC10/XP

2008-12-14 Thread Agile Aspect

Robert L Cochran wrote:

I now have a virtual machine that runs Windows XP, however I am in
trouble with the Windows activation process because I can't (yet)
provide a valid product key code to the Microsoft activation server. The
installation CD is from Dell, I just bought a new laptop with a Dell
"Windows XP downgrade" and I need to ask Dell's support people how I'm
supposed to provide a valid product key for this. It may be that I have
to install Windows Vista first (because I have a Vista CD and product
key too) and then downgrade to XP, I don't know quite yet.
  

The valid product key for Windows on Dell laptops should be
on bottom side of the computer.

--
Article. VI. Clause 3 of the constitution of the United States states: 

"The Senators and Representatives before mentioned, and the Members of 
the several State Legislatures, and all executive and judicial Officers, 
both of the United States and of the several States, shall be bound by 
Oath or Affirmation, to support this Constitution; but no religious Test 
shall ever be required as a Qualification to any Office or public Trust 
under the United States." 



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: E-mail Server

2008-12-14 Thread Robert L Cochran


Mauriat wrote:
> On Sun, Dec 14, 2008 at 12:04 PM, Leon Vergottini
>  wrote:
>   
>> Hi
>>
>> I have been tasked to commissioned an e-mail server  in the first quarter of
>> next year.  I got this task because I am the only one at work that plays and
>> have a small bit of understanding of how Linux work.  So, I am on a research
>> spree.  I have already had a look at the following sites:
>>
>> The Linux document project
>> How to forge
>> Flurdy.com
>>
>> I do not ask for step by step instructions, although it will be nice,
>> however I ask that you guys will point me to resources on the internet that
>> may help me in this regard.
>>
>> Thank you very much
>>
>> Regards
>> Leon
>> 
>
> If your intention is only for a dedicated email server, I would highly
> recommend CentOS 5.2.
> CentOS is intended for enterprise, it is reliable, stable and has a
> very long support cycle.
>
> http://www.centos.org
> http://wiki.centos.org/HowTos#head-49a3d6a9a0c95cff0676b0209eae985780e41678
> http://www.centos.org/modules/newbb/viewforum.php?forum=41
> http://www.linuxmail.info/mail-server-setup-centos-5/
>
> There are many other resources on the web using CentOS for all sorts
> of server related functions.
>
> -Mauriat
>
>   
I think you should use CentOS as well. Setting up an email server (and
modifying the associated DNS) is not that hard all by itself. The hard
part is you will need to cope with floods of spam emails some of which
contain viruses. I recommend you virus check all incoming emails and
quarantine and ultimately delete infected mails before they get to the
recipients.

Bob Cochran

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fedora directory server

2008-12-14 Thread Marcel Janssen
Hi Graig,

Thanks for the reply.

One of the things that bothers me is that I seem to be running a very new 
version and all docs I find on the web are outdated except for this :
http://www.orangespike.ca/?q=node/81

I've been trying for nearly 6 hours now and get nowhere. I will remove 
everything and start all over again. Hopefully I made a mistake somewhere and 
have better luck with a fresh try.

What I understand from your mail and the above web page is that I'm on the 
right track. The problem at this moment is that the admin console doesn't 
start and I have no clue yet why.

regards,
Marcel


> On Sun, 2008-12-14 at 18:28 +0100, Marcel Janssen wrote:
> > Hi,
> >
> > I'm trying to set up fedora directory service and have some issues with
> > that.
> >
> > I seem to have succesfully started it (after an hour of figuring out why
> > it didn't work ---which was permission related) :
> > [08/12/14:17:23:58] - [Setup] Info Directory Manager DN
> > [08/12/14:17:24:02] - [Setup] Info cn=Directory Manager
> > [08/12/14:17:24:02] - [Setup] Info Password
> > [08/12/14:17:24:05] - [Setup] Info Password (confirm)
> > [08/12/14:17:24:12] - [Setup] Info Your new DS instance 'superbit' was
> > successfully created.
> > [08/12/14:17:24:12] - [Setup] Success Exiting . . .
> > Log file is '/tmp/setupv8PLuq.log'
> >
> > now I try to run fedora-idm-console but have some issues with that.
> > Whatever ID I enter, I always get a message saying :
> >
> > Cannot logon because of an incorrect User ID,
> > Incorrect password or Directory problem
> >
> > java.io.EOFException: Connection lost
> >
> > Any ideas why I can't login ?
>
> 
> fds has its own mail list...
>
> https://www.redhat.com/mailman/listinfo/fedora-directory-users
>
> I am still using an old version but...
>
> 1 - make sure fds & admin console are started...
>
> # service fds status
> slapd-srv1 (pid 3412) is running...
>
> # service fds-admin status
> ns-httpd is stopped
>
> # service fds-admin start
> Starting Fedora-DS Admin:  [  OK  ]
>
> /opt/fedora-ds/startconsole -x nologo -a http://localhost:$PORT_NUMBER
>
> (the port number is whatever port number it chose when you set it up)
>
> Craig

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: E-mail Server

2008-12-14 Thread Frank Cox
On Sun, 14 Dec 2008 19:04:16 +0200
Leon Vergottini wrote:

> I do not ask for step by step instructions, although it will be nice, 
> however I ask that you guys will point me to resources on the internet 
> that may help me in this regard.

(a) Use Centos, not Fedora, for this project.

(b) Complete step-by-step instructions can be found here:
http://www.linuxhomenetworking.com/

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
DRY CLEANER BUSINESS FOR SALE ~ http://www.canadadrycleanerforsale.com

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


lyx

2008-12-14 Thread Patrick Dupre

Hello,

Whith FC10, came lyx 1.6 which requires tremendous more CPU than the
version 1.5 (of FC7). Is it normal ?

Thank

--
---
==
  Patrick DUPRÉ  |   |
  Department of Chemistry|   |Phone: (44)-(0)-1904-434384
  The University of York |   |Fax:   (44)-(0)-1904-432516
  Heslington |   |
  York YO10 5DD  United Kingdom  |   |email: pd...@york.ac.uk
==-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: fedora directory server

2008-12-14 Thread Craig White
On Sun, 2008-12-14 at 18:28 +0100, Marcel Janssen wrote:
> Hi,
> 
> I'm trying to set up fedora directory service and have some issues with that.
> 
> I seem to have succesfully started it (after an hour of figuring out why it 
> didn't work ---which was permission related) :
> [08/12/14:17:23:58] - [Setup] Info Directory Manager DN
> [08/12/14:17:24:02] - [Setup] Info cn=Directory Manager
> [08/12/14:17:24:02] - [Setup] Info Password
> [08/12/14:17:24:05] - [Setup] Info Password (confirm)
> [08/12/14:17:24:12] - [Setup] Info Your new DS instance 'superbit' was 
> successfully created.
> [08/12/14:17:24:12] - [Setup] Success Exiting . . .
> Log file is '/tmp/setupv8PLuq.log'
> 
> now I try to run fedora-idm-console but have some issues with that.
> Whatever ID I enter, I always get a message saying :
> 
> Cannot logon because of an incorrect User ID,
> Incorrect password or Directory problem
> 
> java.io.EOFException: Connection lost
> 
> Any ideas why I can't login ?

fds has its own mail list...

https://www.redhat.com/mailman/listinfo/fedora-directory-users

I am still using an old version but...

1 - make sure fds & admin console are started...
   
# service fds status
slapd-srv1 (pid 3412) is running...

# service fds-admin status
ns-httpd is stopped

# service fds-admin start
Starting Fedora-DS Admin:  [  OK  ]

/opt/fedora-ds/startconsole -x nologo -a http://localhost:$PORT_NUMBER

(the port number is whatever port number it chose when you set it up)

Craig

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Virtualizing XP with dual boot FC10/XP

2008-12-14 Thread Robert L Cochran
I just installed Windows XP Professional under KVM. I put the
installation CD in the CD drive. This is very much like installing
Windows XP on any other machine. Pop the CD in and go! Once I set up the
virtual machine for Windows XP, the installer on the CD started right up
and installed it.

I now have a virtual machine that runs Windows XP, however I am in
trouble with the Windows activation process because I can't (yet)
provide a valid product key code to the Microsoft activation server. The
installation CD is from Dell, I just bought a new laptop with a Dell
"Windows XP downgrade" and I need to ask Dell's support people how I'm
supposed to provide a valid product key for this. It may be that I have
to install Windows Vista first (because I have a Vista CD and product
key too) and then downgrade to XP, I don't know quite yet.

So what I'm saying is, you need the installation CD for Windows XP or
you need a network installation point for Windows XP which is set up the
way Microsoft says it should be. I don't think you can just point to an
Windows XP partition and install from that. Of course, I've never tried
it; I've always been mesmerized by the need for a product key and that
usually means an associated installation CD because some utilities found
on the CD are not installed by default.

The final point is -- since you are setting up a second machine with
Windows XP -- you need a product key for it meaning a proper license for
it. That is how Microsoft works, and they go to great lengths to enforce
the you-must-pay-for-Windows-it-is-not-free mindset.

Now hopefully, I can figure out how to activate my Windows XP.

Bob



Hal Meyer wrote:
> I have FC10 and Windows dual booted on my PC and would like to
> virtualize XP with KVM. 
>
> I want to be able to both boot to XP and also virtualize it in FC10
> (obviously not at the same time).
>
> When I try to install a new virtual machine the process wants to install
> XP from the CD. Is there a way to just point to the XP partition on the
> disk?
>
> Vmware workstation claims to be able to do this but there seem to be
> other issues with vmware and FC10.
>
> Thanks,
> Hal
>
>
>   

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: VM question

2008-12-14 Thread Phil Meyer

Kevin Kempter wrote:

Hi All;

I've recently bought a Dell M6400 laptop with 12G of memory and 2 internal 
hard drives with a raid card.


I've loaded Fedora 10 x86_64 to take advantage of the memory so I can setup 
multiple local databases with large memory footprints.


However, I'm somewhat disappointed with the x86_64 version since I cannot get 
the flash plugin and I get the impression that the 32bit version is more 
desktop friendly.


I'm thinking about looking into loading Vmware's ESX server on the laptop and 
loading Fedora 10 386 for my main desktop and a copy of Fedora 10 x86_64 or 
maybe even CentOS as a VM server to run my databases. 


I'm looking for any thoughts/feedback you'all may have..

Thanks in advance

  



There is a 64bit version of flash available, and it works fine.

I have mentioned that here a few times now ...

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: FC10 stops at Grub> prompt after install

2008-12-14 Thread Beartooth
On Fri, 05 Dec 2008 07:52:26 -0500, Chris Tyler wrote:
[]
> This can happen when the BIOS's view of the drives (seen by grub while
> booting) doesn't match the kernel's view (seen by grub when installing).
> 
> Try booting the rescue disc and performing these steps:

Finally got around to this today. It worked; many many thanks! I 
had to mess around a while in some places -- perhaps because I've only 
been running linux since RH7; I got two or three books with media for 
RH6, but could never manage to install it 
 
> (1) Run: grub --device-map=/tmp/drivemap 
> (2) Exit from grub.

For us hoi polloi, you might want to mention using "quit" instead 
of "exit."

> (3) Edit /tmp/drivemap to reverse the mapping of drives that are "seen"

I chewed a while on that, too. Finally decided to start with 
switching the sda and hda locations -- luckily.

> (4) Re-run: grub --device-map=/tmp/drivemap 

Chewed some more, before I realized I had to go through the 
chroot routine; I had never realized you could invoke grub as a command 
on a booted and running machine -- d'uhhh 

> (5) Re-install grub, i.e.,
> by following steps 2-5 from this article [0] (It doesn't hurt to install
> the boot code on both drives in step 5 just in case, i.e., setup hd(0)
> followed by setup hd(1) -- both will point to the partition you
> identified with root(hdX,Y). The bios will usually boot from what it
> sees as hd(0) but there are exceptions).

The machine in need had only one hard drive; so I skipped the 
second half.
 
> (It is possible to access this functionality through anaconda, too --
> there's a checkbox that lets you see "Extended GRUB options" or
> something like that on the bootloader screen).

How do you get into anaconda -- is there a way without a rescue 
disk?
 
> Let us know how it goes--

> [0] http://dailypackage.fedorabook.com/index.php?/archives/158-.html

Hadn't ever heard of dailypackage; many thanks! Heavy stuff, at 
least for subtechnoids, but very well written. Kudos & thanks to the 
author!
-- 
Beartooth Staffwright, PhD, Neo-Redneck Linux Convert
Fedora 9 & 10; Alpine 2.00, Pan 0.132; Privoxy 3.0.6;
Dillo 0.8.6, Galeon 2, Epiphany 2, Opera 9, Firefox 3
Remember I know precious little of what I am talking about.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: problem with grub? mounting local file system (failed)

2008-12-14 Thread Mikkel L. Ellertson
clarice oshea wrote:
> 
> I just loaded fedora 9 last month and am learning pretty fast.
> 
> 
> 
> /etc/fstab
> # /etc/fstab: static file system information.
> #
> #
> 
> tmpfs   /dev/shmtmpfs   defaults0   0
> devpts  /dev/ptsdevpts  gid=5,mode=620  0   0
> sysfs   /syssysfs   defaults0   0
> proc/proc   procdefaults0   0
> #Entry for /dev/sdb1 :
> UUID=d22bdaa7-ca74-4bbf-8233-21d0b8e5d227   /boot   ext3
> defaults1   2
> #Entry for /dev/sda1 :
> UUID=DC70F0AD70F0900E   /media/sda1 ntfs-3g
> defaults,locale=en_US.UTF-8 0   0
> /dev/VolGroup00/LogVol00/   ext3defaults1   1
> /dev/VolGroup00/LogVol01swapswapdefaults0   0
> 
> 
> I'll have to study up on all this to find out what it means
> 
> as I said fedora 9 is running well as far as I can tell
> 
At a guess, I would say the problem is:

#Entry for /dev/sda1 :
UUID=DC70F0AD70F0900E   /media/sda1 ntfs-3g

I suspect that the UUID for the Windows partition changed when you
re-installed Windows. You can try changing it to:

#Entry for /dev/sda1 :
# UUID=DC70F0AD70F0900E   /media/sda1 ntfs-3g

and see if that gets rid of the error.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: E-mail Server

2008-12-14 Thread Steve Searle
Around 05:04pm on Sunday, December 14, 2008 (UK time), Leon Vergottini scrawled:

> I have been tasked to commissioned an e-mail server  in the first 
> quarter of next year.  I got this task because I am the only one at work 

I don't know if you are intending to use Fedora as the server.  If you
are I would advise against it because of the frequency of upgrades you
will need to do to keep up with security updates.

If you are familiar with Fedora then I would advice a similar distro
that does have a much longer supported lifetime, such as CentOS.

Steve

-- 
 
(o< www.stevesearle.com
//\ Powered by Fedora
V_/_No MS products were used in the creation of this message

 17:26:31 up  1:54,  1 user,  load average: 0.10, 0.07, 0.02


pgp6eaBeZrkNV.pgp
Description: PGP signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: E-mail Server

2008-12-14 Thread Mauriat
On Sun, Dec 14, 2008 at 12:04 PM, Leon Vergottini
 wrote:
> Hi
>
> I have been tasked to commissioned an e-mail server  in the first quarter of
> next year.  I got this task because I am the only one at work that plays and
> have a small bit of understanding of how Linux work.  So, I am on a research
> spree.  I have already had a look at the following sites:
>
> The Linux document project
> How to forge
> Flurdy.com
>
> I do not ask for step by step instructions, although it will be nice,
> however I ask that you guys will point me to resources on the internet that
> may help me in this regard.
>
> Thank you very much
>
> Regards
> Leon

If your intention is only for a dedicated email server, I would highly
recommend CentOS 5.2.
CentOS is intended for enterprise, it is reliable, stable and has a
very long support cycle.

http://www.centos.org
http://wiki.centos.org/HowTos#head-49a3d6a9a0c95cff0676b0209eae985780e41678
http://www.centos.org/modules/newbb/viewforum.php?forum=41
http://www.linuxmail.info/mail-server-setup-centos-5/

There are many other resources on the web using CentOS for all sorts
of server related functions.

-Mauriat

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


fedora directory server

2008-12-14 Thread Marcel Janssen
Hi,

I'm trying to set up fedora directory service and have some issues with that.

I seem to have succesfully started it (after an hour of figuring out why it 
didn't work ---which was permission related) :
[08/12/14:17:23:58] - [Setup] Info Directory Manager DN
[08/12/14:17:24:02] - [Setup] Info cn=Directory Manager
[08/12/14:17:24:02] - [Setup] Info Password
[08/12/14:17:24:05] - [Setup] Info Password (confirm)
[08/12/14:17:24:12] - [Setup] Info Your new DS instance 'superbit' was 
successfully created.
[08/12/14:17:24:12] - [Setup] Success Exiting . . .
Log file is '/tmp/setupv8PLuq.log'

now I try to run fedora-idm-console but have some issues with that.
Whatever ID I enter, I always get a message saying :

Cannot logon because of an incorrect User ID,
Incorrect password or Directory problem

java.io.EOFException: Connection lost

Any ideas why I can't login ?

regards,
Marcel


regards,
Marcel




-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Virtualizing XP with dual boot FC10/XP

2008-12-14 Thread Hal Meyer
I have FC10 and Windows dual booted on my PC and would like to
virtualize XP with KVM. 

I want to be able to both boot to XP and also virtualize it in FC10
(obviously not at the same time).

When I try to install a new virtual machine the process wants to install
XP from the CD. Is there a way to just point to the XP partition on the
disk?

Vmware workstation claims to be able to do this but there seem to be
other issues with vmware and FC10.

Thanks,
Hal


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Is it me or what? Musical chairs with fonts?

2008-12-14 Thread Dan Thurman


Seems that every time there is a new Xorg release
my desktop fonts are changing.  One time it is too large,
and now it is very small (try size 5 or 6). Sometimes the
window apps positions have shifted, or the mounted-disk
desktop icons have shifted forcing me to reset the settings
and re-save the desktop settings. Not a big deal, just a bit
annoying.

Dan

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Weather icons missing in GNOME clock applet [SOLVED-ish]

2008-12-14 Thread fred smith
On Sun, Dec 14, 2008 at 11:47:58AM -0500, Matthew Saltzman wrote:
> On Wed, 2008-12-10 at 14:45 -0500, fred smith wrote:
> 
> > OK, so I stumbled around in there for ten minutes before finding the 
> > SET button, even after reading the above (I never claimed brilliance,
> > but it IS an obscure app). Even after finding the set button, and having
> > previously entered my home location info, it still isn't showing weather
> > info. :(
> 
> Did you enable weather icons in preferences?

Yes. all four checkboxes are checked.

my latitude and longitude are set in the "locations" tab.

there's a house icon on the map on the calendar page.

but no weather icons/info on the clock on the upper panel.

Thanks for the hint, though! :)
-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
The Lord is like a strong tower. 
 Those who do what is right can run to him for safety.
--- Proverbs 18:10 (niv) -


pgpLtEbbZzn1t.pgp
Description: PGP signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: F10, VMware Server 2.0, and selinux

2008-12-14 Thread Gilboa Davara
On Sun, 2008-12-14 at 11:39 -0500, Claude Jones wrote:
> On Sunday 14 December 2008 11:07:53 Gilboa Davara wrote:
> > On Fri, 2008-12-12 at 09:47 -0500, Daniel J Walsh wrote:
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA1
> > >
> > > Christopher A. Williams wrote:
> > > > I'm just curious - Has anyone made any progress on figuring out why
> > > > VMware Server 2.0 does NOT run on F10 unless selinux is disabled? Even
> > > > running selinux in permissive mode causes VMware Server fits.
> > > >
> > > > This has been this way at least since VMware Server 1.x running on F8.
> > > > I know because I can recall having to fully disable selinux on my
> > > > VMware Server systems for at least that long.
> > > >
> > > > It never seems to have been fixed to this day, and that's a long time
> > > > for such an issue to exist. Is anyone working to resolve it?
> > > >
> > > > Cheers,
> > > >
> > > > Chris
> >
> > VMWare's SELinux problem is caused by their shady RPM's and have nothing
> > to do with F9/F10.
> > Officially, VMWare only supports RHEL 4.x and 5.x. Fedora is not
> > supported and their SELinux support (built into their RPMs) was designed
> > to support RHEL.
> >
> > In short, unless RHEL starts supporting distributions beyond EPEL and
> > SLES, there's nothing to be done in the Fedora side of things.
> >
> > - Gilboa
> 
> I happen to have VMWare Server 1.07 running at this very moment. Is this a 
> Ver 
> 2 problem? 
> -- 

To be honest, AFAIR VMWare Server 1.0.x, beyond being EOL, doesn't
support kernels >= 2.6.26 - even with the latest any-to-any patch.
Though, AFAIK, it didn't have SELinux problem under both F8 and F9.
On the other side VMWare Server 2.x hass replaced the GTK console
application with a super-complex web-client which, coupled with VMWare's
known tendency to release half-broken RPMs, makes it an SELinux accident
waiting to happen...

Either way, given the nature of VMWare Server (closed source,
proprietary RPM's, out-of-tree kernel drivers) - there's nothing Fedora
can (or should) do about it.

On the up side, if you have semi-new hardware (w/ Intel VT or AMD SVN),
qemu-kvm is a very good OSS alternative. (I recently migrated all my
VMWare Server 1.0.x VM's to qemu-kvm [manually - I have yet to use
virt-manager] and I'm very happy with it)

- Gilboa


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: problem with grub? mounting local file system (failed)

2008-12-14 Thread clarice oshea
On Sun, Dec 14, 2008 at 9:53 AM, Mikkel L. Ellertson
 wrote:
> clarice oshea wrote:
>> had to reinstall my microsoft OS on a dual boot system
>>
>> MS OS on scsi drive 0
>> Fedora 9 on scsi drive 1
>>
>> I did the usual procedure to reinstall grub
>>
>> rescue disk
>> chroot /mnt/sysimage
>> .  .  .  .
>>
>> grub> find   /grub/grub.conf
>> (hd1,0)looked suspicious
>>
> This would be the second drive, first partition. That sounds correct
> for your setup.
>
>> grub>root   (hd1,0)
>>
>> grub>setup (hd1)
>>
>> no errors but something was put on hd1 I'll bet
>>
>> did this 2-3 times and no dual boot
>>
>> then I did
>>
>> grub>setup (hd0) and that worked
>>
> You finely put the Grub boot loader in the MBR of the boot drive.
> Remember, you boot from hd0, not hd1.
>
>> I have the dual boot working but in the startup messages
>>
>> mounting local file systems FAILED (in red)
>>
>> everything works OK though
>>
>>
>> Is there a way to repair the damage?
>>
>> A second reboot showed the same error on boot
>>
> Check your /etc/fstab, and compare it to the output of the mount
> command to see what filesystem did not get mounted. Without knowing
> what filesystem is giving you trouble, we can not help you fix it.
>
> Mikkel
> --
>
>  Do not meddle in the affairs of dragons,
> for thou art crunchy and taste good with Ketchup!
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>

I just loaded fedora 9 last month and am learning pretty fast.



/etc/fstab
# /etc/fstab: static file system information.
#
#

tmpfs   /dev/shmtmpfs   defaults0   0
devpts  /dev/ptsdevpts  gid=5,mode=620  0   0
sysfs   /syssysfs   defaults0   0
proc/proc   procdefaults0   0
#Entry for /dev/sdb1 :
UUID=d22bdaa7-ca74-4bbf-8233-21d0b8e5d227   /boot   ext3
defaults1   2
#Entry for /dev/sda1 :
UUID=DC70F0AD70F0900E   /media/sda1 ntfs-3g
defaults,locale=en_US.UTF-8 0   0
/dev/VolGroup00/LogVol00/   ext3defaults1   1
/dev/VolGroup00/LogVol01swapswapdefaults0   0


I'll have to study up on all this to find out what it means

as I said fedora 9 is running well as far as I can tell

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Firefox, dbus and NetworkManager OH MY

2008-12-14 Thread Steven W. Orr
Now that I'm running F10, I notice that every time I start firefox, it 
comes up in offline mode. I can only browse by going to online mode. Very 
annoying. I googled around and found that those wacky guys over in ubuntu 
country had figgered it out. Here's the deal: Change every instance in


/etc/dbus-1/system.d/NetworkManager.conf

of

  
to
  

and then do a service NetworkManager restart and your new firefox will 
come up online.


Also, I am running my network over a DHCP connection to my cablemodem 
provider, so it's not really clear to me that NetworkManager should even 
be doing *anything*.


I want to be a good Netizen and report this to bugzilla. My question is 
this: Is this a firefox, a NetworkManager or a dbus bug?


--
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


E-mail Server

2008-12-14 Thread Leon Vergottini

Hi

I have been tasked to commissioned an e-mail server  in the first 
quarter of next year.  I got this task because I am the only one at work 
that plays and have a small bit of understanding of how Linux work.  So, 
I am on a research spree.  I have already had a look at the following sites:


The Linux document project
How to forge
Flurdy.com

I do not ask for step by step instructions, although it will be nice, 
however I ask that you guys will point me to resources on the internet 
that may help me in this regard.


Thank you very much

Regards
Leon

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


  1   2   >