Re: NFS mount fails CentOS5 on FC16 host

2012-05-09 Thread Veli-Pekka Kestilä

On 10.5.2012 0.40, Bill Davidsen wrote:

Ed Greshko wrote:

On 05/09/2012 10:26 PM, Bill Davidsen wrote:
I get a message "rpc.idmapd appears not to be running" when it is 
running, and I'm


mount is "rw,soft,intr -t nfs4" and the idmap process is running on 
host and

client, remounts from other clients work, etc, etc.
It isn't clear to me from the above what system is the Client and 
what system is the

Server and on which system you're getting the error message.

Sorry, I intended the subject to make that clear, the client is 
CentOS-5 the server FC16. The message appears on the CentOS5 client. 
The same server and data works on clients running FC9, FC10, FC13, 
RHEL-6, and I believe (ie. I'm told but haven't personally tested) 
OpenBSD works as well.


This is the only machine which stopped working when the NFS server was 
updated, and of course it's the internal web server. :-(


I had lot of problems with NFSv4 and CentOS 5.8, you should check that 
you have latest kernel on 5.8 as that solved some mounting problems. As 
for the error messages telling rpc.idmapd not running you can safely 
ignore. The error comes from the mount.nfs4 trying to read file in var 
which is not in there.


If you run strace mount.nfs4 server:/ /dir you will see that the command 
tries to access /var/lock/subsys/rpcidmapd
access("/var/lock/subsys/rpcidmapd", F_OK) = -1 ENOENT (No such file or 
directory)

This doesn't work as the file is actually named /var/lock/subsys/rpc.idmapd
As how you get rid of the error before RedHat fixes the actual source 
(just make the soft link between rpcidmapd and rpc.idmapd)


Now to the real error, I had the mounting problems from CentOS 5.8 to 
CentOS 5.8 with CLIENT running with kernel 2.6.18-308.1.1.el5 mounting 
didn't work. As I had the older kernel around as this was upgrade from 
older 5.x release I tried with it and the things worked without a 
problem. RedHat fixed the problem for me atleast in kernel 
2.6.18-308.4.1.el5.


Hope this helps,
-vpk



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: yum package cleanup

2012-05-09 Thread Nathan D'elboux

>On my F16 machine the directory is:/var/cache/yum/i386/16//packages

I just used reposync and pointed it at the url of the official repository and 
then the destination of the folder i wanted to keep them, it then downloads all 
full RPM's to that directory.
I then used createrepo to create my own local RPM repo so that my other Fedora 
machines connect to it rather than the internet. Can have benefits of added 
security if you dont want machines on the internet but saves bandwidth costs 
also
Nathan


From: users-requ...@lists.fedoraproject.org
Subject: users Digest, Vol 99, Issue 27
To: users@lists.fedoraproject.org
Date: Thu, 10 May 2012 05:14:20 +

Send users mailing list submissions to
users@lists.fedoraproject.org
 
To subscribe or unsubscribe via the World Wide Web, visit
https://admin.fedoraproject.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-requ...@lists.fedoraproject.org
 
You can reach the person managing the list at
users-ow...@lists.fedoraproject.org
 
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."


--Forwarded Message Attachment--
From: akons...@sbcglobal.net
To: users@lists.fedoraproject.org
Date: Wed, 9 May 2012 15:50:13 -0500
Subject: Re: yum package cleanup

On Wed, 2012-05-09 at 09:35 -0700, Mike Wright wrote: 
> Hi all,
> 
> I would like to be able to save the rpm files that yum downloads.
> 
> Thanks to the following nugget from Google...
> 
> "I believe what you are looking for is /var/cache/yum//packages. 
> This directory is expunged during package cleanup."
> 
> ...I now know where they are stored.
> 
On my F16 machine the directory is:
/var/cache/yum/i386/16//packages
-- 
===
"Language shapes the way we think, and determines what we can think
about." -- B. L. Whorf
===
Aaron Konstam theelephone: (210) 656-0355 e-mail: akons...@sbcglobal.net
 
 


--Forwarded Message Attachment--
From: wpo...@gmail.com
To: users@lists.fedoraproject.org
Date: Wed, 9 May 2012 14:50:49 -0600
Subject: Re: What steps to have sound working.

If you really mean Flash player, I used to have the same issue. Turned out to 
be pulseaudio the issue. Try removing it and reboot and try again. Also, what 
version of flash-player do you have?
Wilfredo



On Wed, May 9, 2012 at 10:01 AM,   wrote:


On Wed, May 09, 2012 at 02:00:32PM -0300, Luc?lio Gomes de Freitas wrote:

> Hi,

>

> Does anybody could give the steps to have sound working on KDE Fedora?

> $ uname -r > 3.3.4-3.fc16.x86_64

> Installed > alsa-plugins-pulseaudio.x86_64

>

> Today I have image but no sound?  Any help?  How to test it, to find the

> problem?

>

> Ps1. It used to work ok, but there is a long time I don't use it, now I

> have to use the sound.

> Ps2. I did not change any hardware.

>

> Thanks,



I assume you are talking about Flash in your browser? If you haven't used it

in a while, chances are you need to upgrade your flash plugin. I would do

that first. :)



Terry


--

users mailing list

users@lists.fedoraproject.org

To unsubscribe or change subscription options:

https://admin.fedoraproject.org/mailman/listinfo/users

Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Have a question? Ask away: http://ask.fedoraproject.org






--Forwarded Message Attachment--
From: david...@tmr.com
To: users@lists.fedoraproject.org
Date: Wed, 9 May 2012 17:40:13 -0400
Subject: Re: NFS mount fails CentOS5 on FC16 host

Ed Greshko wrote:
> On 05/09/2012 10:26 PM, Bill Davidsen wrote:
>> I get a message "rpc.idmapd appears not to be running" when it is running, 
>> and I'm
>> using the same setup I have on my other clients from FC9 to fc17, including 
>> both
>> 32/64 bit RHEL. Checked DNS to be sure the IP reverse maps properly, etc, 
>> etc. I do
>> this on a real bunch of other machines, so I'm reasonably sure it's set up
>> correctly. I did diff idmapd config between working and non-working 
>> machines, etc.
>>
>> Everything maps to nobody, which is not useful. Both CentOS5 and FC16 
>> machines are
>> current on patches.
>> mount is "rw,soft,intr -t nfs4" and the idmap process is running on host and
>> client, remounts from other clients work, etc, etc.
>>
>> Anyone have a clue?
>>
>
> It isn't clear to me from the above what system is the Client and what system 
> is the
> Server and on which system you're getting the error message.
>
Sorry, I intended the subject to make that clear, the client is CentOS-5 the 
server FC16. The message appears on the CentOS5 client. The same server and 
data 
works on clients running FC9, FC10, FC13, RHEL-6, and I believe (ie. I'm told 
but haven't personally tested) OpenBSD works as well.
 
This is the only machine which stopped working when the NFS server was updated, 
and of course it's th

Re: NFS mount fails CentOS5 on FC16 host

2012-05-09 Thread Ed Greshko
On 05/10/2012 01:54 PM, Ed Greshko wrote:
> The good news isI was able to duplicate your problem.  The bad news 
> is...I'm
> unable to find a solution
>
> The "good" news is *everyone* seems to have the problem
>
> http://bugs.centos.org/view.php?id=5579

Oh.  But one thing.

Even though the warning is issued the *correct* mapping is done!

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: NFS mount fails CentOS5 on FC16 host

2012-05-09 Thread Ed Greshko
On 05/10/2012 05:40 AM, Bill Davidsen wrote:
> Ed Greshko wrote:
>> On 05/09/2012 10:26 PM, Bill Davidsen wrote:
>>> I get a message "rpc.idmapd appears not to be running" when it is running, 
>>> and I'm
>>> using the same setup I have on my other clients from FC9 to fc17, including 
>>> both
>>> 32/64 bit RHEL. Checked DNS to be sure the IP reverse maps properly, etc, 
>>> etc. I do
>>> this on a real bunch of other machines, so I'm reasonably sure it's set up
>>> correctly. I did diff idmapd config between working and non-working 
>>> machines, etc.
>>>
>>> Everything maps to nobody, which is not useful. Both CentOS5 and FC16 
>>> machines are
>>> current on patches.
>>> mount is "rw,soft,intr -t nfs4" and the idmap process is running on host and
>>> client, remounts from other clients work, etc, etc.
>>>
>>> Anyone have a clue?
>>>
>>
>> It isn't clear to me from the above what system is the Client and what 
>> system is the
>> Server and on which system you're getting the error message.
>>
> Sorry, I intended the subject to make that clear, the client is CentOS-5 the 
> server
> FC16. The message appears on the CentOS5 client. The same server and data 
> works on
> clients running FC9, FC10, FC13, RHEL-6, and I believe (ie. I'm told but 
> haven't
> personally tested) OpenBSD works as well.
>
> This is the only machine which stopped working when the NFS server was 
> updated, and
> of course it's the internal web server. :-(
>

The good news isI was able to duplicate your problem.  The bad news is...I'm
unable to find a solution

The "good" news is *everyone* seems to have the problem

http://bugs.centos.org/view.php?id=5579

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Weird behavior of Desktop Env

2012-05-09 Thread Ed Greshko
On 05/10/2012 12:38 PM, JD wrote:
> On Wed, May 9, 2012 at 8:55 PM, Joe Zeff  wrote:
>> On 05/09/2012 07:21 PM, JD wrote:
>>> I am starting to get very paranoid about F16 that it may have been
>>> shipped fully equipped with a trojan.
>>
>> If it makes you feel any better, I'm also using XFCE on both my desktop and
>> my laptop, and I'm not seeing anything like what you're describing.  Of
>> course, I only have one panel, at the bottom because I can't see the point
>> of wasting screenspace on a second one.  Log out, go to a different console,
>> log in and rename .config.xfce4 to .config.xfce4.bak or something, then go
>> back to the GUI and log in again.  That way, your config isn't lost for
>> good, but you can get a clean start and see if it's still happening.
>>
> I renamed the .config dir, and logged out and logged back in.
> Now I have the clean xfce desktop.
> I found out that if I subsequently login and select classic gnome,
> log out, and log back in and select xfce, I will end up with 2sets  of panels.
> This SHOULD NEVER happen - else, why provide multiple desktop choices
> at login, if they will end up getting mixed together.

I believe I did the same thing you did  These are the steps I took. 

1.  Login to a xfce session
2.  mv .config to config
3.  Logout
4.  Login to a xfce session
5.  Dialog pops up and I pick "default".
6.  Logout
7.  Login to a GNOME session.  (don't know what "classic gnome" is)
8.  Logout
9.  Login to a xfce session     and I should see a problem?

I don't see any problems  Soam I doing what you're doing to try and 
duplicate
the problem?
>
> Also, this was a CLEAN install from the DVD (the sha256-sum of which
> checked out).
> It was not an upgrade. So it is not clear at all why I have been
> having so many problems
> with so many different things, of which I have enumerated only a few
> on this list.
> I will not even mention the others, lest I get cussed out :) by some
> purist list cop for deviating off topic.

Bringing up problems with Fedora on this list are never OT.  But, it is 
suggested
that you keep to one problem per message/thread to avoid having things get 
mixed up
or confused.

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Obama will back down...and

2012-05-09 Thread Roger
Re: Obama will back down... and demand Linux be used for and in all 
government instruments..


Woo hoo!
R
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Weird behavior of Desktop Env

2012-05-09 Thread Joe Zeff

On 05/09/2012 09:38 PM, JD wrote:

I found out that if I subsequently login and select classic gnome,
log out, and log back in and select xfce, I will end up with 2sets  of panels.
This SHOULD NEVER happen - else, why provide multiple desktop choices
at login, if they will end up getting mixed together.


OK, we're making progress.  It sounds like Gnome is storing some 
settings in the wrong place.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Weird behavior of Desktop Env

2012-05-09 Thread JD
On Wed, May 9, 2012 at 8:55 PM, Joe Zeff  wrote:
> On 05/09/2012 07:21 PM, JD wrote:
>>
>> I am starting to get very paranoid about F16 that it may have been
>> shipped fully equipped with a trojan.
>
>
> If it makes you feel any better, I'm also using XFCE on both my desktop and
> my laptop, and I'm not seeing anything like what you're describing.  Of
> course, I only have one panel, at the bottom because I can't see the point
> of wasting screenspace on a second one.  Log out, go to a different console,
> log in and rename .config.xfce4 to .config.xfce4.bak or something, then go
> back to the GUI and log in again.  That way, your config isn't lost for
> good, but you can get a clean start and see if it's still happening.
>
I renamed the .config dir, and logged out and logged back in.
Now I have the clean xfce desktop.
I found out that if I subsequently login and select classic gnome,
log out, and log back in and select xfce, I will end up with 2sets  of panels.
This SHOULD NEVER happen - else, why provide multiple desktop choices
at login, if they will end up getting mixed together.

Also, this was a CLEAN install from the DVD (the sha256-sum of which
checked out).
It was not an upgrade. So it is not clear at all why I have been
having so many problems
with so many different things, of which I have enumerated only a few
on this list.
I will not even mention the others, lest I get cussed out :) by some
purist list cop for deviating off topic.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Weird behavior of Desktop Env

2012-05-09 Thread Joe Zeff

On 05/09/2012 07:21 PM, JD wrote:

I am starting to get very paranoid about F16 that it may have been
shipped fully equipped with a trojan.


If it makes you feel any better, I'm also using XFCE on both my desktop 
and my laptop, and I'm not seeing anything like what you're describing. 
 Of course, I only have one panel, at the bottom because I can't see 
the point of wasting screenspace on a second one.  Log out, go to a 
different console, log in and rename .config.xfce4 to .config.xfce4.bak 
or something, then go back to the GUI and log in again.  That way, your 
config isn't lost for good, but you can get a clean start and see if 
it's still happening.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Obama will back down...

2012-05-09 Thread Fernando Cassia
On Fri, May 4, 2012 at 12:26 PM, Alan Cox  wrote:
>> http://www.washingtontimes.com/news/2012/may/3/russia-threatens-strike-nato-missile-defense-sites/

I know some would prefer for Gnome 2.x to return but I think Russia is
overreacting to the changes in Gnome 3.x ! Let's not take things
*THAT* far.

JOKE JOKE

(trying to put a smile on a bad incident ;)

FC
-- 
During times of Universal Deceit, telling the truth becomes a revolutionary act
Durante épocas de Engaño Universal, decir la verdad se convierte en un
Acto Revolucionario
- George Orwell
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Obama will back down...

2012-05-09 Thread Hal

Yep. Sorry.

On 5/4/2012 11:26 AM, Alan Cox wrote:

On Fri, 04 May 2012 11:06:43 -0400
Hal  wrote:


Given the comments in this link, Obama will find a way to back down with
his tail between his legs.

http://www.washingtontimes.com/news/2012/may/3/russia-threatens-strike-nato-missile-defense-sites/

I think you posted to the wrong list.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Weird behavior of Desktop Env

2012-05-09 Thread Ed Greshko
On 05/10/2012 10:21 AM, JD wrote:
> On FC16, with all latest updates.
> My session is XFCE4.
>
> Until a couple of days ago, XFCE was working just fine.
> Suddenly, without any provocation from me, (nor new packages
> installed, no packages deleted) - I am getting 2 different sets of
> panels.
> One set of panels is that of Gnome - on top is the launch bar,
> and on bottom is the task switcher bar.
>
> I also have the xfce4 panels, which are on right (launch bar) and
> on left, task switcher bar.
>
> How can I stop this insanity?
>
> I am starting to get very paranoid about F16 that it may have been
> shipped fully equipped with a trojan.
>
> This, in addition to what I have been seeking help for - no audio
> for media players. Only Firefox can play online YT videos and
> audio works then.
>
> I am indeed on the verge of completely dumping FC16. It has
> been a very frustrating experience.

Oh, no  Not another person threatening to dump a distro because of issues 
they
haven't been able to resolve or even know the cause.  :-) 

At least you could have put a smiley at the end of the "Trojan" claim as I am 
sure
countless others haven't run into similar difficulties.

I don't use GNOME or XFCE on a regular basisso can't offer any advice

But, you should keep your audio issues in the thread you've already started on 
that. 
I will note you've not responded to suggestions from Bryn Reeves on the audio 
issue.

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Weird behavior of Desktop Env

2012-05-09 Thread JD
On FC16, with all latest updates.
My session is XFCE4.

Until a couple of days ago, XFCE was working just fine.
Suddenly, without any provocation from me, (nor new packages
installed, no packages deleted) - I am getting 2 different sets of
panels.
One set of panels is that of Gnome - on top is the launch bar,
and on bottom is the task switcher bar.

I also have the xfce4 panels, which are on right (launch bar) and
on left, task switcher bar.

How can I stop this insanity?

I am starting to get very paranoid about F16 that it may have been
shipped fully equipped with a trojan.

This, in addition to what I have been seeking help for - no audio
for media players. Only Firefox can play online YT videos and
audio works then.

I am indeed on the verge of completely dumping FC16. It has
been a very frustrating experience.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: NFS mount fails CentOS5 on FC16 host

2012-05-09 Thread Kernel Guardian
it would be nice and useful if you can show /etc/sysconfig/iptables,
/etc/sysconfig/nfs from both machines and showmount -e $server from
client side and exports from server side.


On 9 May 2012 23:40, Bill Davidsen  wrote:
> Ed Greshko wrote:
>>
>> On 05/09/2012 10:26 PM, Bill Davidsen wrote:
>>>
>>> I get a message "rpc.idmapd appears not to be running" when it is
>>> running, and I'm
>>> using the same setup I have on my other clients from FC9 to fc17,
>>> including both
>>> 32/64 bit RHEL. Checked DNS to be sure the IP reverse maps properly, etc,
>>> etc. I do
>>> this on a real bunch of other machines, so I'm reasonably sure it's set
>>> up
>>> correctly. I did diff idmapd config between working and non-working
>>> machines, etc.
>>>
>>> Everything maps to nobody, which is not useful. Both CentOS5 and FC16
>>> machines are
>>> current on patches.
>>> mount is "rw,soft,intr -t nfs4" and the idmap process is running on host
>>> and
>>> client, remounts from other clients work, etc, etc.
>>>
>>> Anyone have a clue?
>>>
>>
>> It isn't clear to me from the above what system is the Client and what
>> system is the
>> Server and on which system you're getting the error message.
>>
> Sorry, I intended the subject to make that clear, the client is CentOS-5 the
> server FC16. The message appears on the CentOS5 client. The same server and
> data works on clients running FC9, FC10, FC13, RHEL-6, and I believe (ie.
> I'm told but haven't personally tested) OpenBSD works as well.
>
> This is the only machine which stopped working when the NFS server was
> updated, and of course it's the internal web server. :-(
>
> --
> Bill Davidsen 
>  "We have more to fear from the bungling of the incompetent than from
> the machinations of the wicked."  - from Slashdot
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: yum package cleanup

2012-05-09 Thread T.C. Hollingsworth
On Wed, May 9, 2012 at 10:05 AM, Mike Wright  wrote:
> On 05/09/2012 09:57 AM, Mikkel L. Ellertson wrote:
>>
>>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 05/09/2012 11:35 AM, Mike Wright wrote:
>>>
>>> Hi all,
>>>
>>> I would like to be able to save the rpm files that yum downloads.
>>>
>>> Thanks to the following nugget from Google...
>>>
>>> "I believe what you are looking for is
>>
>> /var/cache/yum//packages. This directory is expunged during
>> package cleanup."
>>>
>>>
>>> ...I now know where they are stored.
>>>
>>> Two part question:
>>>
>>> When is package cleanup performed?
>>>
>>> Is there a way to prevent the expunging?
>
>
>> In /etc/yum.conf, change keepcache=0 to keepcache=1.
>
>
> Thanks Mikkel,
>
> Solves question 2.  I just now found that in "man yum.conf".
>
> Would you know if there is a way to apply that to specific repos rather than
> all?  Seems like a good candidate to move from yum.conf into the individual
> .repo files.

Sure, just add keepcache=1 to the .repo file instead of yum.conf.

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: NFS mount fails CentOS5 on FC16 host

2012-05-09 Thread Joe Zeff

On 05/09/2012 02:40 PM, Bill Davidsen wrote:



Sorry, I intended the subject to make that clear, the client is CentOS-5
the server FC16. The message appears on the CentOS5 client. The same
server and data works on clients running FC9, FC10, FC13, RHEL-6, and I
believe (ie. I'm told but haven't personally tested) OpenBSD works as well.


If so, this might be a CentOS-specific issue.  Have you checked with 
their help forum or mailing list to see if there's anything there that 
might help?

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: QT4 apps slooooow in ssh

2012-05-09 Thread Cameron Simpson
On 09May2012 01:45, T.C. Hollingsworth  wrote:
| On Wed, May 9, 2012 at 12:53 AM, Roberto Ragusa  wrote:
| > On 05/08/2012 10:18 PM, T.C. Hollingsworth wrote:
| >> The "native" graphics engine uses regular X11, which will probably
| >> always be best over SSH.
| >> Qt also respects the QT_GRAPHICSSYSTEM environment variable to
| >> configure this, so you can add `export QT_GRAPHICSSYSTEM=native` to
| >> your ~/.profile or wherever to make it your "default".
| >
| > Ok, so I have a work-around, but the default behavior is unacceptable,
| > there should be some kind of fallback to native when on a remote display,
| > maybe by automatically measuring the speed of bitmap transfers.
| 
| I doubt Qt can safely switch graphics systems midway through
| application execution.  The only way it could do anything about it is
| if it could detect whether it's being run remotely at startup, which I
| don't think is possible either.

It could inspect $DISPLAY. If it begins with ":" then it is local and
otherwise, probably remote. One could tune default choice on that basis.

| Fedora's Qt/KDE guys might be convinced to stick `[[ -n
| "${SSH_CONNECTION}" ]] && export QT_GRAPHICSSYSTEM=native` in
| /etc/profile.d, though.  (Unless there's a nicer way to change the
| environment of only SSH logins.)

It isn't ssh you want to care about, it is remoteness. And of course
QT_GRAPHICSSYSTEM should never be mangled if it is already initialised;
that way lies "magic" behaviour. (Of course, this is RedHat we're
talking about, who still believe that having $PS1 set is a meaningful
indicator of stuff; had to mangle my nice clean login procedures, many
years old, when I finally bothered tracking down that misdecision.)

Cheers,
-- 
Cameron Simpson  DoD#743
http://www.cskk.ezoshosting.com/cs/

Uh, this is only temporary...unless it works.   - Red Green
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F16 failure to completely boot - hangs at 'Started Display Manager'

2012-05-09 Thread Bill Davidsen

Joe Zeff wrote:

On 05/08/2012 10:25 AM, Bill Davidsen wrote:

Did you by any chance have a 3rd party (aka working) video driver
installed, such as from another repo like rpmfusion? If so, there may
have been an updated kernel in your "failed update" and your
kmod-whatever is unable to update.


There's been about a day's delay for kmod-nvidia on the last several kernel
updates. I have both kmod and akmod installed so it's not been an issue here,
but if you're only using kmod you might not notice that there's a reason not to
boot into the new kernel just yet.


Sage advice, indeed.

--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: NFS mount fails CentOS5 on FC16 host

2012-05-09 Thread Bill Davidsen

Ed Greshko wrote:

On 05/09/2012 10:26 PM, Bill Davidsen wrote:

I get a message "rpc.idmapd appears not to be running" when it is running, and 
I'm
using the same setup I have on my other clients from FC9 to fc17, including both
32/64 bit RHEL. Checked DNS to be sure the IP reverse maps properly, etc, etc. 
I do
this on a real bunch of other machines, so I'm reasonably sure it's set up
correctly. I did diff idmapd config between working and non-working machines, 
etc.

Everything maps to nobody, which is not useful. Both CentOS5 and FC16 machines 
are
current on patches.
mount is "rw,soft,intr -t nfs4" and the idmap process is running on host and
client, remounts from other clients work, etc, etc.

Anyone have a clue?



It isn't clear to me from the above what system is the Client and what system 
is the
Server and on which system you're getting the error message.

Sorry, I intended the subject to make that clear, the client is CentOS-5 the 
server FC16. The message appears on the CentOS5 client. The same server and data 
works on clients running FC9, FC10, FC13, RHEL-6, and I believe (ie. I'm told 
but haven't personally tested) OpenBSD works as well.


This is the only machine which stopped working when the NFS server was updated, 
and of course it's the internal web server. :-(


--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What steps to have sound working.

2012-05-09 Thread Wilfredo Porta
If you really mean Flash player, I used to have the same issue. Turned out
to be pulseaudio the issue. Try removing it and reboot and try again. Also,
what version of flash-player do you have?

Wilfredo

On Wed, May 9, 2012 at 10:01 AM,  wrote:

> On Wed, May 09, 2012 at 02:00:32PM -0300, Luc?lio Gomes de Freitas wrote:
> > Hi,
> >
> > Does anybody could give the steps to have sound working on KDE Fedora?
> > $ uname -r > 3.3.4-3.fc16.x86_64
> > Installed > alsa-plugins-pulseaudio.x86_64
> >
> > Today I have image but no sound?  Any help?  How to test it, to find the
> > problem?
> >
> > Ps1. It used to work ok, but there is a long time I don't use it, now I
> > have to use the sound.
> > Ps2. I did not change any hardware.
> >
> > Thanks,
>
> I assume you are talking about Flash in your browser? If you haven't used
> it
> in a while, chances are you need to upgrade your flash plugin. I would do
> that first. :)
>
> Terry
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>
>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: yum package cleanup

2012-05-09 Thread Aaron Konstam
On Wed, 2012-05-09 at 09:35 -0700, Mike Wright wrote: 
> Hi all,
> 
> I would like to be able to save the rpm files that yum downloads.
> 
> Thanks to the following nugget from Google...
> 
> "I believe what you are looking for is /var/cache/yum//packages. 
> This directory is expunged during package cleanup."
> 
> ...I now know where they are stored.
> 
On my F16 machine the directory is:
/var/cache/yum/i386/16//packages
-- 
===
"Language shapes the way we think, and determines what we can think
about." -- B. L. Whorf
===
Aaron Konstam theelephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: yum package cleanup

2012-05-09 Thread Frank Murphy

On 09/05/12 18:05, Mike Wright wrote:


Would you know if there is a way to apply that to specific repos rather
than all? Seems like a good candidate to move from yum.conf into the
individual .repo files.



What is the end goal exactly?
It is 3rd Party repos, you want to keep?

--
Regards,
Frank
"Jack of all, fubars"
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: yum package cleanup

2012-05-09 Thread Mike Wright

On 05/09/2012 09:57 AM, Mikkel L. Ellertson wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/09/2012 11:35 AM, Mike Wright wrote:

Hi all,

I would like to be able to save the rpm files that yum downloads.

Thanks to the following nugget from Google...

"I believe what you are looking for is

/var/cache/yum//packages. This directory is expunged during
package cleanup."


...I now know where they are stored.

Two part question:

When is package cleanup performed?

Is there a way to prevent the expunging?



In /etc/yum.conf, change keepcache=0 to keepcache=1.


Thanks Mikkel,

Solves question 2.  I just now found that in "man yum.conf".

Would you know if there is a way to apply that to specific repos rather 
than all?  Seems like a good candidate to move from yum.conf into the 
individual .repo files.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: yum package cleanup

2012-05-09 Thread Mikkel L. Ellertson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/09/2012 11:35 AM, Mike Wright wrote:
> Hi all,
>
> I would like to be able to save the rpm files that yum downloads.
>
> Thanks to the following nugget from Google...
>
> "I believe what you are looking for is
/var/cache/yum//packages. This directory is expunged during
package cleanup."
>
> ...I now know where they are stored.
>
> Two part question:
>
> When is package cleanup performed?
>
> Is there a way to prevent the expunging?
>
> Thanks,
> Mike Wright
In /etc/yum.conf, change keepcache=0 to keepcache=1.

Mikkel
- -- 
Do not meddle in the affairs of dragons, for thou art crunchy and
taste good with Ketchup!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+qofcACgkQqbQrVW3JyMRF4QCgglezieiPAxuam3ssdk6HVawW
ypsAnj4+qn2DIkTdgj5Driy8JKbbk6a4
=a9Gx
-END PGP SIGNATURE-

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


yum package cleanup

2012-05-09 Thread Mike Wright

Hi all,

I would like to be able to save the rpm files that yum downloads.

Thanks to the following nugget from Google...

"I believe what you are looking for is /var/cache/yum//packages. 
This directory is expunged during package cleanup."


...I now know where they are stored.

Two part question:

  When is package cleanup performed?

  Is there a way to prevent the expunging?

Thanks,
Mike Wright
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What is removing files from /tmp?

2012-05-09 Thread Dean S. Messing

Mikkel L. Ellertson wrote:

> The way I do it is to create a tmp directory in each user's home
> directory. (Add to /etc/skel) Then I have TMP set to this
> directory.  (Add local.sh and local.csh in /etc/profile.d) This
> works for programs that honor TMP and is easy to add to scripts.
> 
> if [ -z $TMP ]
> then
> temp_file=/tmp/dd.$$
> else
> temp_file=$TMP/dd.$$
> fi

Thanks, Mikkel, for this excellent alternative to using /tmp.

Dean
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread Ian Malone
On 9 May 2012 16:36, JD  wrote:
> On 05/09/2012 05:20 AM, Ankur Sinha wrote:
>
> On Tue, 2012-05-08 at 23:11 -0600, JD wrote:
>
> $ pulseaudio --start
> E: main.c: Daemon startup failed.
>
> Try starting it with verbose on:
>
> $ pulseaudio --start --log-level=10
>
> etc. and see if you get anything meaningful on the failure?
>
>
>
> I read the man page and indeed it says
> --log-level[=LEVEL]
>   If an argument is passed, set the log level to the specified
> value, oth‐
>   erwise  increase  the  configured verbosity level by one. The
> log levels
>   are numerical from 0 to 4, corresponding to error, warn,
> notice,  info,
>   debug. Default log level is notice, i.e. all log messages with
> lower log
>   levels are printed: error, warn, notice.
>
>
> $ pulseaudio --log-level=10 --start
> E: cmdline.c: --log-level expects log level argument (either numeric in
> range 0..4 or one of debug, info, notice, warn, error).
> E: main.c: Failed to parse command line.
>

So try --log-level=4 instead?

-- 
imalone
http://ibmalone.blogspot.co.uk
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: What steps to have sound working.

2012-05-09 Thread ny6p01
On Wed, May 09, 2012 at 02:00:32PM -0300, Luc?lio Gomes de Freitas wrote:
> Hi,
> 
> Does anybody could give the steps to have sound working on KDE Fedora?
> $ uname -r > 3.3.4-3.fc16.x86_64
> Installed > alsa-plugins-pulseaudio.x86_64
> 
> Today I have image but no sound?  Any help?  How to test it, to find the
> problem?
> 
> Ps1. It used to work ok, but there is a long time I don't use it, now I
> have to use the sound.
> Ps2. I did not change any hardware.
> 
> Thanks,

I assume you are talking about Flash in your browser? If you haven't used it
in a while, chances are you need to upgrade your flash plugin. I would do
that first. :)

Terry


pgp0T9mvjBTl3.pgp
Description: PGP signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


What steps to have sound working.

2012-05-09 Thread Lucélio Gomes de Freitas
Hi,

Does anybody could give the steps to have sound working on KDE Fedora?
$ uname -r > 3.3.4-3.fc16.x86_64
Installed > alsa-plugins-pulseaudio.x86_64

Today I have image but no sound?  Any help?  How to test it, to find the
problem?

Ps1. It used to work ok, but there is a long time I don't use it, now I
have to use the sound.
Ps2. I did not change any hardware.

Thanks,

-- 
Lucélio Gomes de Freitas
ETFCSF=> U.G.F.=> P.U.C.(RJ)
Engº, Analista Suporte(Free Mind).
Email: aa.luce...@gmail.com
Tel: 55 0XX 21 85964911


0x513FBCDB.asc
Description: application/pgp-keys
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread JD

  
  
On 05/09/2012 05:20 AM, Ankur Sinha wrote:

  On Tue, 2012-05-08 at 23:11 -0600, JD wrote:

  
$ pulseaudio --start
E: main.c: Daemon startup failed. 

  
  
Try starting it with verbose on:

$ pulseaudio --start --log-level=10 

etc. and see if you get anything meaningful on the failure?

  
  
  

Starting pulseaudio -vv --start
  yielded this in /var/log/messages:
  May  9 08:39:39 localhost pulseaudio[13038]: main.c:
  setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
  May  9 08:39:39 localhost pulseaudio[13038]: main.c:
  setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
  May  9 08:39:39 localhost rtkit-daemon[1520]: Successfully made
  thread 13038 of process 13038 (/usr/bin/pulseaudio) owned by
  '1008' high priority at nice level -11.
  May  9 08:39:39 localhost pulseaudio[13038]: core-util.c:
  Successfully gained nice level -11.
  May  9 08:39:39 localhost pulseaudio[13038]: main.c: This is
  PulseAudio 0.9.23
  May  9 08:39:39 localhost pulseaudio[13038]: main.c: Page size is
  4096 bytes
  May  9 08:39:39 localhost pulseaudio[13038]: main.c: Machine ID is
  c2bd2f6e2ad148e03f084b0a63db.
  May  9 08:39:39 localhost pulseaudio[13038]: main.c: Session ID is
  c2bd2f6e2ad148e03f084b0a63db-1336493072.465190-326027086.
  May  9 08:39:39 localhost pulseaudio[13038]: main.c: Using runtime
  directory
  /home/jd/.pulse/c2bd2f6e2ad148e03f084b0a63db-runtime.
  May  9 08:39:39 localhost pulseaudio[13038]: main.c: Using state
  directory /home/jd/.pulse.
  May  9 08:39:39 localhost pulseaudio[13038]: main.c: Using modules
  directory /usr/lib/pulse-0.9.23/modules.
  May  9 08:39:39 localhost pulseaudio[13038]: main.c: Running in
  system mode: no
  May  9 08:39:39 localhost pulseaudio[13038]: main.c: Fresh
  high-resolution timers available! Bon appetit!
  May  9 08:39:39 localhost pulseaudio[13038]: cpu-x86.c: CPU flags:
  CMOV MMX SSE SSE2 MMXEXT 3DNOW 3DNOWEXT 
  May  9 08:39:39 localhost pulseaudio[13038]: svolume_mmx.c:
  Initialising MMX optimized functions.
  May  9 08:39:39 localhost pulseaudio[13038]: remap_mmx.c:
  Initialising MMX optimized remappers.
  May  9 08:39:39 localhost pulseaudio[13038]: svolume_sse.c:
  Initialising SSE2 optimized functions.
  May  9 08:39:39 localhost pulseaudio[13038]: remap_sse.c:
  Initialising SSE2 optimized remappers.
  May  9 08:39:39 localhost pulseaudio[13038]: sconv_sse.c:
  Initialising SSE2 optimized conversions.
  May  9 08:39:39 localhost pulseaudio[13038]:
  module-device-restore.c: Successfully opened database file
  '/home/jd/.pulse/c2bd2f6e2ad148e03f084b0a63db-device-volumes'.
  May  9 08:39:39 localhost pulseaudio[13038]: module.c: Loaded
  "module-device-restore" (index: #0; argument: "").
  May  9 08:39:39 localhost pulseaudio[13038]:
  module-stream-restore.c: Successfully opened database file
  '/home/jd/.pulse/c2bd2f6e2ad148e03f084b0a63db-stream-volumes'.
  May  9 08:39:39 localhost pulseaudio[13038]: module.c: Loaded
  "module-stream-restore" (index: #1; argument:
  "restore_device=false").
  May  9 08:39:39 localhost pulseaudio[13038]:
  module-card-restore.c: Successfully opened database file
  '/home/jd/.pulse/c2bd2f6e2ad148e03f084b0a63db-card-database'.
  May  9 08:39:39 localhost pulseaudio[13038]: module.c: Loaded
  "module-card-restore" (index: #2; argument: "").
  May  9 08:39:39 localhost pulseaudio[13038]: module.c: Loaded
  "module-augment-properties" (index: #3; argument: "").
  May  9 08:39:39 localhost pulseaudio[13038]: alsa-util.c: Failed
  to set hardware parameters on plug:hw:0: Invalid argument
  May  9 08:39:39 localhost pulseaudio[13038]: alsa-util.c: Failed
  to set hardware parameters on plug:hw:0: Invalid argument
  May  9 08:39:39 localhost pulseaudio[13038]: alsa-util.c: Failed
  to set hardware parameters on plug:hw:0: Invalid argument
  May  9 08:39:39 localhost pulseaudio[13038]: alsa-util.c: Failed
  to set hardware parameters on plug:hw:0: Invalid argument
  May  9 08:39:39 localhost pulseaudio[13038]: alsa-util.c: Failed
  to set hardware parameters on plug:hw:0: Invalid argument
  May  9 08:39:39 localhost pulseaudio[13038]: alsa-util.c: Device
  front:0 doesn't support 44100 Hz, changed to 48000 Hz.
  May  9 08:39:39 localhost pulseaudio[13038]: alsa-util.c: Failed
  to set hardware parameters on plug:hw:0: Invalid argument
  May  9 08:39:39 localhost pulseaudio[13038]: alsa-util.c: Device
  front:0 doesn't support 44100 Hz, changed to 48000 Hz.
  May  9 08:39:39 localhost pulseaudio[13038]: alsa-util.c: Device
  iec958:0 doesn't support 44100 Hz, changed to 48000 Hz.
  May  9 08:39:3

Re: No Audio from media players

2012-05-09 Thread Ed Greshko
On 05/09/2012 11:33 PM, JD wrote:
> Whoa!
> I do not think I want to remove gnome shell, or cinnamon DT
> Too  drastic! 

Not for a KDE user  :-)

But, yes, I agree  Check what Bryn had to say


-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread JD

  
  
On 05/09/2012 05:20 AM, Ankur Sinha wrote:

  On Tue, 2012-05-08 at 23:11 -0600, JD wrote:

  
$ pulseaudio --start
E: main.c: Daemon startup failed. 

  
  
Try starting it with verbose on:

$ pulseaudio --start --log-level=10 

etc. and see if you get anything meaningful on the failure?

  
  
  

I read the man page and indeed
it says
--log-level[=LEVEL]
  If an argument is passed, set the log level to the
specified value, oth‐
  erwise  increase  the  configured verbosity level
by one. The log levels
  are numerical from 0 to 4, corresponding to error,
warn,  notice,  info,
  debug. Default log level is notice, i.e. all log
messages with lower log
  levels are printed: error, warn, notice.


$ pulseaudio --log-level=10 --start
E: cmdline.c: --log-level expects log level argument (either
numeric in range 0..4 or one of debug, info, notice, warn,
error).
E: main.c: Failed to parse command line.

  
  

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread JD

On 05/09/2012 08:45 AM, Ed Greshko wrote:

yum erase pulseaudio-module-bluetooth

Whoa!
I do not think I want to remove gnome shell, or cinnamon DT
Too  drastic!

Removing:
 pulseaudio-module-bluetooth
i686 0.9.23-1.fc16@anaconda-0  
166 k

Removing for dependencies:
 bluedevil  i686 1.2.2-1.fc16 @anaconda-0  
1.8 M
 bluez  i686 4.96-3.fc16  @anaconda-0  
1.1 M
 cinnamon   i686 1.4.0-2.fc16 @fedora-cinnamon 
5.4 M
 gammu  i686 1.26.1-6.fc16@fedora  
2.0 M
 gnome-bluetoothi686 1:3.2.2-1.fc16   @updates 
538 k
 gnome-shelli686 3.2.2.1-1.fc16   @updates 
3.8 M
 ibus-gnome3i686 1.4.1-1.fc16 @updates 
115 k
 libbluedevil   i686 1.9-0.1.20110502git.fc16 @anaconda-0  
237 k

 python-gammu   i686 1.26.1-6.fc16@fedora  244
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread Ed Greshko
On 05/09/2012 11:23 PM, JD wrote:
> My laptop has no BT chip or usb dongle at all. Have had it since 2004.
> The audio chipset is:
> Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
> Multimedia audio controller: Silicon Integrated Systems [SiS] C-Media AC'97 
> Sound
> Controller (rev a0)

I see

Well, certainly my suggestion about removing pulseaudio-module-bluetooth should 
*NOT*
be followed.  I just noticed that it will result in removing 
gnome-shell.not that
I would miss itbeing a KDE user.  :-)

I suspect Bryn has a better handle on it than I do

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread JD

On 05/09/2012 08:45 AM, Ed Greshko wrote:

On 05/09/2012 10:33 PM, JD wrote:

The errors  are:
May  8 22:07:44 localhost rtkit-daemon[1520]: Successfully made thread 31173 of
process 31173 (/usr/bin/pulseaudio) owned by '1008' high priority at nice level 
-11.
May  8 22:07:44 localhost rtkit-daemon[1520]: Successfully made thread 31174 of
process 31173 (/usr/bin/pulseaudio) owned by '1008' RT at priority 5.
May  8 22:07:44 localhost rtkit-daemon[1520]: Successfully made thread 31175 of
process 31173 (/usr/bin/pulseaudio) owned by '1008' RT at priority 5.
May  8 22:07:44 localhost pulseaudio[31173]: bluetooth-util.c: Error from
ListAdapters reply: org.freedesktop.systemd1.LoadFailed
May  8 22:07:44 localhost pulseaudio[31173]: module-ladspa-sink.c: Master sink 
not
found
May  8 22:07:44 localhost pulseaudio[31173]: module.c: Failed to load  module
"module-ladspa-sink" (argument: "sink_name=ladspa_output.mbeq_1197.mbeq
master=alsa_output.pci-_00_02.7.analog-surround-51 plugin=mbeq_1197 
label=mbeq
control=-11.6,-5.4,0,0,0,0,0,0,0,0,0,0,0,0,0"): initialization failed.

Yet yum does not think anything is wrong.
Doing update does not bring in any missing deps.
I use both Fedora and  Rpmfusion repos.

May  8 22:07:44 localhost pulseaudio[31173]: main.c: Module load failed.
May  8 22:07:44 localhost pulseaudio[31173]: main.c: Failed to initialize 
daemon.

What type of HW do you have?  Do you have a bluetooth adapter of sorts?  Can you
disable it?

If you don't have any bluetooth devices, you can try

yum erase pulseaudio-module-bluetooth

It will also remove other bluetooth stuff which you wouldn't need.


My laptop has no BT chip or usb dongle at all. Have had it since 2004.
The audio chipset is:
Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
Multimedia audio controller: Silicon Integrated Systems [SiS] C-Media 
AC'97 Sound Controller (rev a0)


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: AW: Firefox problems

2012-05-09 Thread JD

On 05/09/2012 01:10 AM, pub...@boris-glawe.de wrote:

Hi,
Have you installed the most current version of flash?
Remove the .adobe and .macromedia directory in your homedir to reset the flash 
settings.
Install the original firefox from mozilla.org in order to find out whether it's 
a firefox or a fedora problem.
Greets boris
-- Urspr. Mitt. --
Betreff: Firefox problems
Von: JD
Datum: 09.05.2012 05:49

I removed .adobe and .macromedia.
I do have the original FF 12.0 from mozilla.com.
I just killed the Fedora repo FF, and started the
vanilla FF from mozilla.com.
Result:
Playing a YT vid stopped at 1:03 and then I got the dreaded
"An error occurred. Please try again  later.
It's like YT only streams a tiny portion, then stops.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread Bryn M. Reeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/09/2012 03:33 PM, JD wrote:
> May  8 22:07:44 localhost pulseaudio[31173]: bluetooth-util.c:
> Error from ListAdapters reply: org.freedesktop.systemd1.LoadFailed 
> May  8 22:07:44 localhost pulseaudio[31173]: module-ladspa-sink.c: 
> Master sink not found May  8 22:07:44 localhost pulseaudio[31173]:
> module.c: Failed to load module "module-ladspa-sink" (argument: 
> "sink_name=ladspa_output.mbeq_1197.mbeq 
> master=alsa_output.pci-_00_02.7.analog-surround-51
> plugin=mbeq_1197 label=mbeq
> control=-11.6,-5.4,0,0,0,0,0,0,0,0,0,0,0,0,0"): initialization
> failed.

Those messages refer to the LADSPA sink for pulseaudio. This is the
"Linux Audio DSP Architecture", a framework for chainable audio
effects plugins (similar to Steinberg VST in some ways).

Do you use any LADSPA plugins or effects on this system?

Pulse is attempting to load a graph with a LADSPA multiband equalizer
configuration defined:

sink_name=ladspa_output.mbeq_1197.mbeq
master=alsa_output.pci-_00_02.7.analog-surround-51 plugin=mbeq_1197
label=mbeq control=-11.6,-5.4,0,0,0,0,0,0,0,0,0,0,0,0,0"

The master sink it references doesn't appear to exist so it fails the
module load and gives up.

If you have configured any kind of EQ on the system then you might
want to try unconfiguring it.

Regards,
Bryn.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+qhMAACgkQ6YSQoMYUY95b8wCeJ7kOLnGm+5mJxRSw4kUIg9M0
D1AAn1zkP3T2cmPN1u2L8TC5k80tbtoN
=TOuR
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread Ed Greshko
On 05/09/2012 10:33 PM, JD wrote:
> The errors  are:
> May  8 22:07:44 localhost rtkit-daemon[1520]: Successfully made thread 31173 
> of
> process 31173 (/usr/bin/pulseaudio) owned by '1008' high priority at nice 
> level -11.
> May  8 22:07:44 localhost rtkit-daemon[1520]: Successfully made thread 31174 
> of
> process 31173 (/usr/bin/pulseaudio) owned by '1008' RT at priority 5.
> May  8 22:07:44 localhost rtkit-daemon[1520]: Successfully made thread 31175 
> of
> process 31173 (/usr/bin/pulseaudio) owned by '1008' RT at priority 5.
> May  8 22:07:44 localhost pulseaudio[31173]: bluetooth-util.c: Error from
> ListAdapters reply: org.freedesktop.systemd1.LoadFailed
> May  8 22:07:44 localhost pulseaudio[31173]: module-ladspa-sink.c: Master 
> sink not
> found
> May  8 22:07:44 localhost pulseaudio[31173]: module.c: Failed to load  module
> "module-ladspa-sink" (argument: "sink_name=ladspa_output.mbeq_1197.mbeq
> master=alsa_output.pci-_00_02.7.analog-surround-51 plugin=mbeq_1197 
> label=mbeq
> control=-11.6,-5.4,0,0,0,0,0,0,0,0,0,0,0,0,0"): initialization failed.
>
> Yet yum does not think anything is wrong.
> Doing update does not bring in any missing deps.
> I use both Fedora and  Rpmfusion repos.
>
> May  8 22:07:44 localhost pulseaudio[31173]: main.c: Module load failed.
> May  8 22:07:44 localhost pulseaudio[31173]: main.c: Failed to initialize 
> daemon. 

What type of HW do you have?  Do you have a bluetooth adapter of sorts?  Can you
disable it?

If you don't have any bluetooth devices, you can try

yum erase pulseaudio-module-bluetooth

It will also remove other bluetooth stuff which you wouldn't need.

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: NFS mount fails CentOS5 on FC16 host

2012-05-09 Thread Ed Greshko
On 05/09/2012 10:26 PM, Bill Davidsen wrote:
> I get a message "rpc.idmapd appears not to be running" when it is running, 
> and I'm
> using the same setup I have on my other clients from FC9 to fc17, including 
> both
> 32/64 bit RHEL. Checked DNS to be sure the IP reverse maps properly, etc, 
> etc. I do
> this on a real bunch of other machines, so I'm reasonably sure it's set up
> correctly. I did diff idmapd config between working and non-working machines, 
> etc.
>
> Everything maps to nobody, which is not useful. Both CentOS5 and FC16 
> machines are
> current on patches.
> mount is "rw,soft,intr -t nfs4" and the idmap process is running on host and
> client, remounts from other clients work, etc, etc.
>
> Anyone have a clue?
>

It isn't clear to me from the above what system is the Client and what system 
is the
Server and on which system you're getting the error message.

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread JD

On 05/09/2012 12:09 AM, Ed Greshko wrote:

On 05/09/2012 01:11 PM, JD wrote:

$ pulseaudio --start
E: main.c: Daemon startup failed.


Also, pulseaudio should throw entries in /var/log/messages which may clue you 
in


The errors  are:
May  8 22:07:44 localhost rtkit-daemon[1520]: Successfully made thread 
31173 of process 31173 (/usr/bin/pulseaudio) owned by '1008' high 
priority at nice level -11.
May  8 22:07:44 localhost rtkit-daemon[1520]: Successfully made thread 
31174 of process 31173 (/usr/bin/pulseaudio) owned by '1008' RT at 
priority 5.
May  8 22:07:44 localhost rtkit-daemon[1520]: Successfully made thread 
31175 of process 31173 (/usr/bin/pulseaudio) owned by '1008' RT at 
priority 5.
May  8 22:07:44 localhost pulseaudio[31173]: bluetooth-util.c: Error 
from ListAdapters reply: org.freedesktop.systemd1.LoadFailed
May  8 22:07:44 localhost pulseaudio[31173]: module-ladspa-sink.c: 
Master sink not found
May  8 22:07:44 localhost pulseaudio[31173]: module.c: Failed to load  
module "module-ladspa-sink" (argument: 
"sink_name=ladspa_output.mbeq_1197.mbeq 
master=alsa_output.pci-_00_02.7.analog-surround-51 plugin=mbeq_1197 
label=mbeq control=-11.6,-5.4,0,0,0,0,0,0,0,0,0,0,0,0,0"): 
initialization failed.


Yet yum does not think anything is wrong.
Doing update does not bring in any missing deps.
I use both Fedora and  Rpmfusion repos.

May  8 22:07:44 localhost pulseaudio[31173]: main.c: Module load failed.
May  8 22:07:44 localhost pulseaudio[31173]: main.c: Failed to 
initialize daemon.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


idea: lapdock for smartphones

2012-05-09 Thread Fernando Lozano

Hi,

After reading about multiseat support for F17:
http://0pointer.de/blog/projects/multi-seat.html

I'm deaming on a differente use for the hardware: why not having one of 
those "usb docking stations" connected to my android smartphone and 
using it as a desktop, instead of using proprietary and expensive 
hardware like the altrix.


Maybe a "Fedora for Android" like the "Ubuntu for Android"? :-)


[]s, Fernando Lozano

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


NFS mount fails CentOS5 on FC16 host

2012-05-09 Thread Bill Davidsen
I get a message "rpc.idmapd appears not to be running" when it is running, and 
I'm using the same setup I have on my other clients from FC9 to fc17, including 
both 32/64 bit RHEL. Checked DNS to be sure the IP reverse maps properly, etc, 
etc. I do this on a real bunch of other machines, so I'm reasonably sure it's 
set up correctly. I did diff idmapd config between working and non-working 
machines, etc.


Everything maps to nobody, which is not useful. Both CentOS5 and FC16 machines 
are current on patches.
mount is "rw,soft,intr -t nfs4" and the idmap process is running on host and 
client, remounts from other clients work, etc, etc.


Anyone have a clue?

--
Bill Davidsen
  We are not out of the woods yet, but we know the direction and have
taken the first step. The steps are many, but finite in number, and if
we persevere we will reach our destination.  -me, 2010



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread JD

On 05/08/2012 11:27 PM, Ed Greshko wrote:

On 05/09/2012 01:11 PM, JD wrote:

I can get audio when I play  videos  on firefox (youtube, ...etc).
But vlc and mplayer issue this message into ~/.xsession-error

Failed to open VDPAU backend libvdpau_r300.so: cannot open shared object file:
No such file or directory
Running DIL (3.6.0) Version
DtsDeviceOpen: Opening HW in mode 0
DtsDeviceOpen: Create File Failed
ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection
refused

Also, there is no pulseaudio daemon running.
Tried to  start it but got:
$ pulseaudio --start
E: main.c: Daemon startup failed.


You are running Fedora ??

Well, there is no libvdpau_r300.so on my system and "yum whatprovides
*/libvdpau_r300.so" returns nothing.

What do you get when you "ldd /usr/bin/mplayer | grep libvdpau" ?

I don't get any reference to libvdpau_r300.so.  Only

libvdpau.so.1 =>  /usr/lib/libvdpau.so.1 (0x4b827000)



I am running fc16
uname -r
3.3.4-3.fc16.i686

Just as in your case,

ldd /usr/bin/mplayer | grep libvdpau

returns nothing.

Ditto for vlc.

Libvdpau_r300 comes from Mesa, which is  not available on fedora reppos.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: [389-users] Disable Inactive Users After 90 days

2012-05-09 Thread Ali Jawad
Hi
Thanks Rich, just what I was searching for, I am facing a problem though
"ldapmodify: No such object (32) matched DN: dc=domain,dc=local"at :


[user@server ~]$ ldapmodify *-a* -D "cn=directory manager" -w secret
-p 389 -h server.example.com -x

dn: cn=Account Inactivation Policy,dc=example,dc=com

objectClass: top
objectClass: ldapsubentry
objectClass: extensibleObject*objectClass:
accountpolicy**accountInactivityLimit: 2592000*
cn: Account Inactivation Policy


I am doing

[root@386-100-16 dirsrv]# ldapmodify -D "cn=directory manager" -w password
 -p 389 -h x.x.x.x   -x

dn: cn=Account Inactivation Policy,dc=domain,dc=local
objectClass: top
objectClass: ldapsubentry
objectClass: extensibleObject
objectClass: accountpolicy
accountInactivityLimit: 2592000
cn: Account Inactivation Policy
modifying entry "cn=Account Inactivation Policy,dc=domain,dc=local"

ldapmodify: No such object (32)
matched DN: dc=domain,dc=local

On Wed, May 9, 2012 at 4:47 PM, Rich Megginson  wrote:

>  On 05/09/2012 07:45 AM, Ali Jawad wrote:
>
> Hi
> I have a requirement to disable inactive users after 90 days. I did read
> http://directory.fedoraproject.org/wiki/Account_Policy_Design  but I am
> not sure whether this is a design proposal or the actual implementation.
>
>  My DS version is :
>
>  rpm -qa | grep 389
> 389-admin-console-1.1.8-1.el5
> 389-ds-base-1.2.9.9-1.el5
> 389-dsgw-1.1.7-2.el5
> 389-console-1.1.7-3.el5
> 389-adminutil-1.1.14-1.el5
> 389-admin-1.1.23-1.el5
> 389-admin-console-doc-1.1.8-1.el5
> 389-ds-1.2.1-1.el5
> 389-ds-base-libs-1.2.9.9-1.el5
> 389-ds-console-1.2.6-1.el5
> 389-ds-console-doc-1.2.6-1.el5
>
>  I got
>
>  [root@386-100-16 dirsrv]# ldapsearch -x -D "cn=Directory manager" -w
> Password -b "cn=config" -s base lastLoginTime
> # extended LDIF
> #
> # LDAPv3
> # base  with scope baseObject
> # filter: (objectclass=*)
> # requesting: lastLoginTime
> #
>
>  # config
> dn: cn=config
>
>  # search result
> search: 2
> result: 0 Success
>
>  # numResponses: 2
> # numEntries: 1
>
>  and
>
>  [root@386-100-16 dirsrv]# grep -i lastlogintime
> /etc/dirsrv/slapd-386-100-16/schema/*
> /etc/dirsrv/slapd-386-100-16/schema/60acctpolicy.ldif:## lastLoginTime
> holds login state in user entries (GeneralizedTime syntax)
> /etc/dirsrv/slapd-386-100-16/schema/60acctpolicy.ldif:attributeTypes: (
> 2.16.840.1.113719.1.1.4.1.35 NAME 'lastLoginTime'
>
>  I am not sure how to implement this though, please advice.
>
>
> http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/9.0/html/Administration_Guide/account-policy-plugin.html
>
>
>  Regards
>
>
>
> --
> 389 users mailing 
> list389-users@lists.fedoraproject.orghttps://admin.fedoraproject.org/mailman/listinfo/389-users
>
>
>


-- 
*Ali Jawad
*
*Information Systems Manager*
*Splendor Telecom (www.splendor.net)
Beirut, Lebanon
Phone: +9611373725/ext 116
FAX: +9611375554*
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: Network problems

2012-05-09 Thread fedora

try with
traceroute  destination.host
traceroute6 destination.host

suomi

On 05/09/2012 03:52 PM, Timothy Murphy wrote:

I've been trying to move from one home network server to another
(because of hard disk problems with the first).

I've found from this that I don't really understand how networking works,
and I'm writing now to ask for some help with this.

Basically, I have this setup:
   ADSL modem/router<->  server<->  Linksys WiFi router.
I'm running dhcp and shorewall on the server.
The ADSL modem has address 192.168.1.254 .
The computers, printers, etc on the LAN have addresses 192.168.2.* ,
eg the laptop I'm using has address 192.168.2.7 ,
and has default gateway 192.168.2.2 , which is the server.
The default gateway on the server is 192.168.1.254 .
(I am running CentOS on the servers, and Fedora-16 on everything else.)

Now this is my question:
Suppose I want to access the internet, say www.google.com .
Presumably my packets go first to the Linksys router,
then to server, and then on to the ADSL modem/router.

I have the lines
   #INTERFACE SOURCE ADDRESS PROTO PORT(S) IPSEC MARK
   eth0   eth1
in /etc/shorewall/masq on my server, with
   #ZONE INTERFACE BROADCAST OPTIONS
   net   eth0  detectdhcp,tcpflags,routefilter,nosmurfs,logmartians
   loc   eth1 192.168.2.255
   vpn   tun0 192.168.6.255
in /etc/shorewall/interfaces .

Am I right in thinking that the masq entry causes packets
arriving at the server along the eth1 (192.168.2.*) LAN
to be re-directed along the eth0 (192.168.1.*) interface,
and thence to the ADSL modem?

What has been happening in practice is that when I change server
(with the new server at 192.168.2.5), alter all the relevant addresses
restart shorewall and dhcpd on the new server,
and check "route -n" on all the computers involved
I'm not able to access the internet from my laptop.
In fact I cannot access anything on the eth0 (192.168.1.*) network.

At this point I have a cup of tea, then re-start everything,
re-boot my laptop, etc, and after some time it all starts working.

What I'd really like is to trace packets as they go through the system,
and see how they change.
Or alternatively, read some document which will explain to me
exactly how all the parts of the system fit together.

I really would be most grateful for any advice or suggestions on this.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Network problems

2012-05-09 Thread Reindl Harald


Am 09.05.2012 15:52, schrieb Timothy Murphy:
> I've been trying to move from one home network server to another
> (because of hard disk problems with the first).
> 
> I've found from this that I don't really understand how networking works,
> and I'm writing now to ask for some help with this.
> 
> Basically, I have this setup:
>   ADSL modem/router <-> server <-> Linksys WiFi router.
> I'm running dhcp and shorewall on the server.
> The ADSL modem has address 192.168.1.254 .
> The computers, printers, etc on the LAN have addresses 192.168.2.* ,
> eg the laptop I'm using has address 192.168.2.7 ,
> and has default gateway 192.168.2.2 , which is the server.
> The default gateway on the server is 192.168.1.254 .
> (I am running CentOS on the servers, and Fedora-16 on everything else.)

google for POSTROUTING / MASQUERADE (iptables)



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Network problems

2012-05-09 Thread Timothy Murphy
I've been trying to move from one home network server to another
(because of hard disk problems with the first).

I've found from this that I don't really understand how networking works,
and I'm writing now to ask for some help with this.

Basically, I have this setup:
  ADSL modem/router <-> server <-> Linksys WiFi router.
I'm running dhcp and shorewall on the server.
The ADSL modem has address 192.168.1.254 .
The computers, printers, etc on the LAN have addresses 192.168.2.* ,
eg the laptop I'm using has address 192.168.2.7 ,
and has default gateway 192.168.2.2 , which is the server.
The default gateway on the server is 192.168.1.254 .
(I am running CentOS on the servers, and Fedora-16 on everything else.)

Now this is my question:
Suppose I want to access the internet, say www.google.com .
Presumably my packets go first to the Linksys router,
then to server, and then on to the ADSL modem/router.

I have the lines
  #INTERFACE SOURCE ADDRESS PROTO PORT(S) IPSEC MARK
  eth0   eth1
in /etc/shorewall/masq on my server, with
  #ZONE INTERFACE BROADCAST OPTIONS
  net   eth0  detectdhcp,tcpflags,routefilter,nosmurfs,logmartians
  loc   eth1 192.168.2.255
  vpn   tun0 192.168.6.255
in /etc/shorewall/interfaces .

Am I right in thinking that the masq entry causes packets
arriving at the server along the eth1 (192.168.2.*) LAN
to be re-directed along the eth0 (192.168.1.*) interface,
and thence to the ADSL modem?

What has been happening in practice is that when I change server
(with the new server at 192.168.2.5), alter all the relevant addresses
restart shorewall and dhcpd on the new server,
and check "route -n" on all the computers involved
I'm not able to access the internet from my laptop.
In fact I cannot access anything on the eth0 (192.168.1.*) network.

At this point I have a cup of tea, then re-start everything,
re-boot my laptop, etc, and after some time it all starts working.

What I'd really like is to trace packets as they go through the system,
and see how they change.
Or alternatively, read some document which will explain to me
exactly how all the parts of the system fit together.

I really would be most grateful for any advice or suggestions on this.

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College Dublin


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[389-users] Disable Inactive Users After 90 days

2012-05-09 Thread Ali Jawad
Hi
I have a requirement to disable inactive users after 90 days. I did read
http://directory.fedoraproject.org/wiki/Account_Policy_Design  but I am not
sure whether this is a design proposal or the actual implementation.

My DS version is :

rpm -qa | grep 389
389-admin-console-1.1.8-1.el5
389-ds-base-1.2.9.9-1.el5
389-dsgw-1.1.7-2.el5
389-console-1.1.7-3.el5
389-adminutil-1.1.14-1.el5
389-admin-1.1.23-1.el5
389-admin-console-doc-1.1.8-1.el5
389-ds-1.2.1-1.el5
389-ds-base-libs-1.2.9.9-1.el5
389-ds-console-1.2.6-1.el5
389-ds-console-doc-1.2.6-1.el5

I got

[root@386-100-16 dirsrv]# ldapsearch -x -D "cn=Directory manager" -w
Password -b "cn=config" -s base lastLoginTime
# extended LDIF
#
# LDAPv3
# base  with scope baseObject
# filter: (objectclass=*)
# requesting: lastLoginTime
#

# config
dn: cn=config

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1

and

[root@386-100-16 dirsrv]# grep -i lastlogintime
/etc/dirsrv/slapd-386-100-16/schema/*
/etc/dirsrv/slapd-386-100-16/schema/60acctpolicy.ldif:## lastLoginTime
holds login state in user entries (GeneralizedTime syntax)
/etc/dirsrv/slapd-386-100-16/schema/60acctpolicy.ldif:attributeTypes: (
2.16.840.1.113719.1.1.4.1.35 NAME 'lastLoginTime'

I am not sure how to implement this though, please advice.

Regards
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: Upgrade to F16 from F15 and grub doesn't have menu

2012-05-09 Thread Aaron Konstam
On Tue, 2012-05-08 at 19:40 -0300, Martín Marqués wrote: 
> OK, got it to boot with sone instructions I found on the web:
> 
> http://techgage.com/news/repairing_a_broken_grub_2_boot-loader_on_ubuntu/
> 
> Just had to change somethings so that they looked like in my system
> (devices, path to vmlinuz, etc.)
> 
> Now, how do I verify that my grub.cfg is good, and it's installed
> corrctlly so that I don't have to enter all those options by hand the
> next time I have to boot?
> 
> BTW, grub2-install /dev/sda works great, but grub2-probe /dev/sda
> gives this error:
> 
> grub2-probe: error: cannot stat 'devtmpfs'
> 
I get the same error when I run the above command and my grub2 is
working normally.
-- 
===
Isn't it interesting that the same people who laugh at science fiction
listen to weather forecasts and economists? -- Kelvin Throop III
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Please stop apps going into state D uninterrupted sleep !!

2012-05-09 Thread Patrick O'Callaghan
On Wed, 2012-05-09 at 13:52 +0930, Tim wrote:
> On Tue, 2012-05-08 at 16:02 -0430, Patrick O'Callaghan wrote:
> > As I tried to explain, rewriting a couple of apps is not going to hack
> > it. The apps don't *know* they're using a networked filesystem,
> > they're just accessing files. They could find out and try to take
> > measures, but then what about all the other apps that also write
> > files? Rewrite tar, cpio, dd, cat, ...?
> >  
> > The price of treating a networked fs as equivalent to a local one is
> > that you get screwed when it doesn't behave like a local one. Dealing
> > with this in a coherent and consistent way is hard. See the literature
> > on distributed filesystems. The semantics of an NFS system are *not*
> > the same as a local system. We brush this under the carpet most of the
> > time because it usually works, but sometimes the differences bite.
> 
> And thinking out loud...  In Linux, when anything wants file system
> access, does it directly access the file system, or does it ask the
> system to access it?

How can a program possibly access the file system without being mediated
by the system? "File systems" are an abstraction maintained by the
system and programs have no direct access to the media that store them
(using /dev/whatever is just a lower-level abstraction).

> If it's direct access, then I can see that you'd need to change every
> program that wants access.  But if everything asks the system to access
> the drive, then you have the potential to change how the system works,
> solving the problem in (mostly) one place.

Yes, hypothetically you could rewrite the kernel to support a different
set of abstractions (not as simple as adding a new file system since you
have to deal with the VFS layer which covers all of them). Then rewrite
the application programs so they understand the new abstractions, i.e. a
new API. It's not clear that what you would end up with could still be
called Linux, and better make the new API an extension of the old one or
you won't get any users, but sure. 

> i.e. The ability to set more reasonable timeout periods (seconds, not
> minutes or hours).

The overwhelming majority of programs don't deal in timeouts of any
length. Programmers prefer a simple file access abstraction: if I can
open the file, I can access it until I close it. It's worth noting that
the clean file model (no "access methods", no "fixed versus variable
length record structure", no "character versus binary" files, no "end of
file mark", etc.) was an important reason for the original success of
Unix, without which we wouldn't even be here.

> And for the system to report access success or
> failure to whatever wanted to access the drives, and that accessing
> program would have to accept failure (this part being a problem that has
> to be implemented in each application - though they should already have
> failure handling built in, unless programmed by a fool).

Most of the commonly used programs deal with simple failures such as
non-existent or protected files, out of disk space etc. Few if any are
written to deal with the file suddenly disappearing in the middle of the
access.

> That'd prevent the infinite waits for a non-available file system, and
> deal with programs thinking they're writing files when they're really
> dumping data nowhere.

How do you know they're infinite? The answer is that you don't, you're
just guessing (see the recent "down vs disconnected" discussion). In
practice, "infinite" means "until the user's patience runs out". One
user's "infinite" wait is another user's slow system. The low level
network ops are already timing out and retrying and at some point they
may work, but there's no way to know.

I strongly recommend Jerry Saltzer's classic paper "End to End Arguments
in System
Design" (http://web.mit.edu/Saltzer/www/publications/endtoend/endtoend.pdf). In 
some circumstances, the lower levels *cannot* resolve every problem. No matter 
how cleverly you design it, there will always be cases when the abstraction of 
a reliable network breaks down and you have to deal with messy reality at the 
only level where it's possible to make an intelligent decision. The use of NFS 
soft mounts is an example where the user can intervene and deal with the 
consequences, but D state hangs are not confined to network file systems.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Yikes! My wireless stopped working again

2012-05-09 Thread Tom Horsley
https://bugzilla.redhat.com/show_bug.cgi?id=820211

Wireless seems like it must be hard to get right :-).

I had weird problems until a recent kernel made things
work perfectly, now a newer kernel has apparently
busted wireless in a new way.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Please stop apps going into state D uninterrupted sleep !!

2012-05-09 Thread Alan Cox
> If you run another instance of cp over the VPN when one is copy is in
> state D, the cp appears to run OK but you can nolonger do a ps -aux the
> terminal hangs on ps 

Let me make sure I understand this right. You've got

[FedoraBox]-[VPNhw]- // --[VPNhw][Otherbox]

and you are doing a cp across them with a VPN in place. Given cp isn't
network aware I assume you have a network file system mount of some kind
between the two boxes ?

If so you want to mount the NFS mount with the "soft" option, which tells
it that failing and timing out is ok.

More efficient in general might be to use rsync and scp instead, but
that depends on the application. Certainly for local/remote synching and
backup rsync/scp is more efficient.

Alan
 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Please stop apps going into state D uninterrupted sleep !!

2012-05-09 Thread Alan Cox
> the application is doing is already doomed why make
> the whole process and all of its resources hang around?

Because it has the resources like the memory pages being written to.

If you have a model that you think can fix it easily, then send
patches.

Alan

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dazzle DVC80 under FC16

2012-05-09 Thread Fernando Cassia
On Wed, May 9, 2012 at 8:40 AM, Bruno Martins  wrote:
> Has anyone ever got this to working under any Linux distro, including
> Fedora?

You should ask on the Linux-media mailing list

To subscribe send an e-mail to
majord...@vger.kernel.org

with "subscribe linux-media" on the first line

web archives:
http://news.gmane.org/gmane.linux.drivers.video-input-infrastructure

FC
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Please stop apps going into state D uninterrupted sleep !!

2012-05-09 Thread Alan Cox
> That'd prevent the infinite waits for a non-available file system, and
> deal with programs thinking they're writing files when they're really
> dumping data nowhere.

Already supported and has been for years via the soft option to NFS
mounts. The designers of NFS figured that before Linux even existed.

We also have umount -f.

killall -9 problem process
umount -f the NFS partition

may need repeating a few times but will do the job.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Dazzle DVC80 under FC16

2012-05-09 Thread Bruno Martins
Hello guys,

Has anyone ever got this to working under any Linux distro, including
Fedora?

I have just plugged it in and I get this on dmesg:

[ 1365.932522] usb 2-1.1: new full-speed USB device number 26 using
ehci_hcd
[ 1366.073145] usb 2-1.1: New USB device found, idVendor=07d0,
idProduct=0004
[ 1366.073153] usb 2-1.1: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[ 1366.091741] usbvision_probe: Dazzle Fusion Model DVC-80 Rev 1 (PAL)
found
[ 1366.092072] USBVision[0]: registered USBVision Video device video1
[v4l2]
[ 1366.092091] usbvision_probe: Dazzle Fusion Model DVC-80 Rev 1 (PAL)
found
[ 1366.092149] USBVision[1]: registered USBVision Video device video2
[v4l2]
[ 1366.092182] usbcore: registered new interface driver usbvision
[ 1366.092184] USBVision USB Video Device Driver for Linux : 0.9.11
[ 1366.189268] saa7115 15-0025: saa7113 found (1f7113d0e10) @ 0x4a
(usbvision-2-1.1)
[ 1366.319647] usb 2-1.1: selecting invalid altsetting 1
[ 1366.319658] usb 2-1.1: cannot change alternate number to 1 (error=-22)

Device is recognized since it appears in lsusb:

[skorzen@g62 ~]$ lsusb | grep DVC
Bus 002 Device 026: ID 07d0:0004 Dazzle DVC-800 (PAL) Grabber

However, I cannot make it work (my goal is to capture video from a
camcorder).
I've tried using cheese for this, but it just crashes and ABRT
launches for me to fill a bug.

Any ideas?

Best regards,

-- 
Bruno Martins
br...@skorzen.net
(+351) 939 668 667
http//www.skorzen.net/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No Audio from media players

2012-05-09 Thread Ankur Sinha
On Tue, 2012-05-08 at 23:11 -0600, JD wrote:
> $ pulseaudio --start
> E: main.c: Daemon startup failed. 

Try starting it with verbose on:

$ pulseaudio --start --log-level=10 

etc. and see if you get anything meaningful on the failure?
-- 
Thanks, 
Regards,
Ankur: "FranciscoD"

http://fedoraproject.org/wiki/User:Ankursinha
http://dodoincfedora.wordpress.com/



signature.asc
Description: This is a digitally signed message part
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: QT4 apps slooooow in ssh

2012-05-09 Thread T.C. Hollingsworth
On Wed, May 9, 2012 at 12:53 AM, Roberto Ragusa  wrote:
> On 05/08/2012 10:18 PM, T.C. Hollingsworth wrote:
>
>> The default is the "raster" graphics engine, which works somewhat like
>> you described in your original e-mail:
>> http://labs.qt.nokia.com/2009/12/18/qt-graphics-and-performance-the-raster-engine/
>>
>> The "native" graphics engine uses regular X11, which will probably
>> always be best over SSH.
>>
>> Qt also respects the QT_GRAPHICSSYSTEM environment variable to
>> configure this, so you can add `export QT_GRAPHICSSYSTEM=native` to
>> your ~/.profile or wherever to make it your "default".
>
> Ok, so I have a work-around, but the default behavior is unacceptable,
> there should be some kind of fallback to native when on a remote display,
> maybe by automatically measuring the speed of bitmap transfers.
>
> This _should_ be fixed upstream.
> Is there an open bug on this already?

I doubt Qt can safely switch graphics systems midway through
application execution.  The only way it could do anything about it is
if it could detect whether it's being run remotely at startup, which I
don't think is possible either.

Fedora's Qt/KDE guys might be convinced to stick `[[ -n
"${SSH_CONNECTION}" ]] && export QT_GRAPHICSSYSTEM=native` in
/etc/profile.d, though.  (Unless there's a nicer way to change the
environment of only SSH logins.)

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: QT4 apps slooooow in ssh

2012-05-09 Thread Roberto Ragusa
On 05/08/2012 10:18 PM, T.C. Hollingsworth wrote:

> The default is the "raster" graphics engine, which works somewhat like
> you described in your original e-mail:
> http://labs.qt.nokia.com/2009/12/18/qt-graphics-and-performance-the-raster-engine/
> 
> The "native" graphics engine uses regular X11, which will probably
> always be best over SSH.
> 
> Qt also respects the QT_GRAPHICSSYSTEM environment variable to
> configure this, so you can add `export QT_GRAPHICSSYSTEM=native` to
> your ~/.profile or wherever to make it your "default".

Ok, so I have a work-around, but the default behavior is unacceptable,
there should be some kind of fallback to native when on a remote display,
maybe by automatically measuring the speed of bitmap transfers.

This _should_ be fixed upstream.
Is there an open bug on this already?

-- 
   Roberto Ragusamail at robertoragusa.it
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


AW: Firefox problems

2012-05-09 Thread public
Hi,
Have you installed the most current version of flash? 
Remove the .adobe and .macromedia directory in your homedir to reset the flash 
settings.
Install the original firefox from mozilla.org in order to find out whether it's 
a firefox or a fedora problem.
Greets boris
-- Urspr. Mitt. --
Betreff: Firefox problems
Von: JD 
Datum: 09.05.2012 05:49

Have firefox-12.0-1.fc16.i686
Problem1: Youtube videos auto-repeat. Have no idea where the setting for 
that is.
Problem2: Most youtube videos stop at 0:42 seconds position and after a 
while (about a couple of minutes),
   I get an error message in the video display area, telling me 
to try again later.
Problem3: Clicking File->Quit does NOT save my tabs and windows, which 
is contrary to what
   the mozilla support page claims:
http://support.mozilla.org/en-US/kb/Firefox%20does%20not%20ask%20to%20save%20tabs%20and%20windows%20on%20exit

Am I missing a setting or settings?

Tried to login to my bugzilla.mozilla account to search for similar bugs,
but for some reason, the login fails with server not found.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org