Re: help - can't boot 2.6.34

2010-10-07 Thread Frank Murphy
On 07/10/10 06:51, Mogens Kjaer wrote:
snip

 No messages are displayed, even if rhgb and quiet are removed from the
 boot line.

 So I'm still on a 2.6.33 kernel.

 Mogens



yum install kernel-debug.
and attempt boot from it.

You may get some relevant info.
-- 
Regards,

Frank Murphy
UTF_8 Encoded
Friend of Fedora
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: password change does not work: LDAP, sssd, nss or pam error?

2010-10-07 Thread Volker Potworowski
Hi,

am Donnerstag, 7. Oktober 2010 schrieb Rick Stevens:
 
 Yes, and I think what you need is something like:
 
   access to attrs=userPassword
   by dn=cn=manager,dc=teraphim,dc=de write
   by anonymous auth
   by self write
   by * none
 
 IIRC, the ACLs are processsed from top to bottom and you need to auth
 before you are granted write privilege.  In other words, swap the order
 of your by self and by anonymous lines.

Thanks for the hint, but changing the slapd.conf and restarting slapd did not 
help.

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


Re: Ugly mouse cursor

2010-10-07 Thread Frank Murphy
On 06/10/10 18:57, Bruno Wolff III wrote:
snip

 This seems to set the normal point. Is there a way to set the waiting
 pointer? I don't like the circular one I get because it is hard to click
 on items in size comparable to the circle. (It isn't obvious which part
 of the circle is the tip of the pointer.) I currently use bluecurve with
 a work around for a menu scrolling bug and the echo icon set. The pointer
 seems to be dmz-aa.

edit /usr/share/icons/default/index.theme

remove dmz-aa

[Icon Theme]
Inherits=Bluecurve

-- 
Regards,

Frank Murphy
UTF_8 Encoded
Friend of Fedora
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: password change does not work: LDAP, sssd, nss or pam error?

2010-10-07 Thread Volker Potworowski
Hallo zusammen,

am Donnerstag, 7. Oktober 2010 schrieb Stephen Gallagher:

 This is a server-side configuration issue. Probably you want to be
 asking on the openldap-software mailing list. However, a quick Google
 search revealed this thread which is likely relevant to you:
 http://www.openldap.org/lists/openldap-software/200606/msg00021.html
 
 Good luck!

I am not sure about that. I used the Fedora 13 slapd out-of-the-box. My 
configuration is quite standard. I wonder if there should be some people like 
me running in these problems when changing passwords.

Is there somebody out there using an OpenLDAP server / clients completely on 
Fedora 13 + can the users change their LDAP-Passwords?

Cheers
Volker

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


Re: ffmpeg problem

2010-10-07 Thread Adel ESSAFI
Thanks
This command is exactly what I need.
However, when using loop_input it never stop encoding (last very long time)
And when I drop it, it generates a very short file.

Could you help please?




2010/10/4 Dj YB yehi...@mail.ru

 On Monday October 4 2010 14:24:19 Dj YB wrote:
  On Monday October 4 2010 12:53:02 Adel ESSAFI wrote:
   morning,
   any help please?
  
   Adel
  
  
   2010/10/1 Adel ESSAFI adeless...@gmail.com
  
2010/10/1 Adel ESSAFI adel.s...@imag.fr
   
Hi list
   
I have an mp3 file and only one image
   
I want to generate a video file that containt that file mixed with
 the
sound.
   
the closet example I have found is this but here, the input are
only images.
   
Could you help please*
   
   
   
ffmpeg -f image2 -i image%d.jpg video.mpg
 
  one more thing I found using ffmpeg to create a slideshow.
 
  http://www.raiden.net/articles/using_ffmpeg_to_create_a_video_slideshow/

 and to make your life even easier

 ffmpeg -y -loop_input -i image_name.jpg -i audio_name.ogg video_name.mpeg

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




-- 
PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: (Fedora 13) Seamonkey 2.0.x constantly crashing

2010-10-07 Thread Mason
David Timms wrote:

 Mason wrote:

 What can I do to make it happen?
  
 Help the maintainer, by testing the proposed fix yourself with an rpmbuild:

 1. yum downloader --source name-of-package(or parent package)
 2. extract the rpm
 3. test your rpmbuild capability works with the existing packages as is
 4. open up the .spec
 5. bump the release part
 6. add a comment describing the action you are taking
 7. add a patch from elsewhere to the patch file definition
 8. add the apply patch command to the %prep section
 9. rpmbuild -ba the-package
 10. install the built package
 11. test the application
 12. when you are sure that the fix works and doesn't introduce other
 issues, make a diff of the spec ot the original
 13. post the spec patch and the actual patch to the bug. indicate that
 this has successfully built and been running, perhaps with some stats
 eg: a couple of runs of before and after:
 - time applicationname

 Much more on package development on the fedoraproject wiki, just ask if
 you are having trouble...

For the record, SUSE quickly fixed the problem, using the
--disable-system-cairo solution.

https://bugzilla.novell.com/show_bug.cgi?id=622375#c13

The SUSE package maintainer wrote in comment 9:
 Thanks for checking this out. There is/was another issue which would turn up
 when we use the internal cairo.
 This is basically sorted out and I'll drive switching to internal cairo asap
 (either 11.4 or even for security updates given this bugreport).

Is anyone aware of any potential issue when using Mozilla's private
libcairo on Fedora 13?

-- 
Regards.

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


Re: help - can't boot 2.6.34

2010-10-07 Thread Mogens Kjaer
On 10/07/2010 09:01 AM, Frank Murphy wrote:
...
 yum install kernel-debug.
 and attempt boot from it.

 You may get some relevant info.

Thanks for the suggestion.

The problem is that the monitor goes blank when the crash
occurs.

I had to boot the debug kernel with boot_delay=500 to follow what
goes wrong (alas, I don't have a serial cable any more).

A screen dump before the machine crashes can be seen at:

http://www.lemo.dk/fedora13kernel.jpg

When the call trace finishes, the machine is dead and the monitor blank.

The call trace looks like a warning?

Any more suggestions? agpgart-intel problem?

Mogens

-- 
Mogens Kjaer, m...@lemo.dk
http://www.lemo.dk
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: help - can't boot 2.6.34

2010-10-07 Thread Ranjan Maitra
On Thu, 7 Oct 2010 00:51:54 -0500 Mogens Kjaer m...@lemo.dk wrote:

 On 09/16/2010 02:01 PM, Dr. Michael J. Chudobiak wrote:
  Hi all,
 
  My HP DC7800 with encrypted Intel SSD can boot:
 
  kernel-2.6.33.8-149.fc13.x86_64
 
  but not the 2.6.34 kernels like:
 
  kernel-2.6.34.6-54.fc13.x86_64
 
 Did you ever find a fix for this?
 
 I have a HP DC7800 with the same problem, except that the harddisk isn't 
 encrypted.
 
 No messages are displayed, even if rhgb and quiet are removed from the 
 boot line.
 
 So I'm still on a 2.6.33 kernel.
 
 Mogens
 

I reported this on bugzilla perhaps a month ago, and here is my solution
(not quite):

Go back to the 2.6.33 kernel. 

Remove the 2.6.34.6-47 (or intermediate between the 2.6.33 and
2.6.34.7) kernels. 

yum update now. The latest kernel (2.6.34-7-56) will be installed via
delta rpms.

Reboot. It worked for me.

For some reason, it appears to me that some mess up was introduced in
the interim last three kernels and it has not gone away yet. The delta
rpms may be the problem but also the solution. This problem and the
observations were reported, but the bug has not been even assigned yet
(certainly actively looked on yet). Bugzilla has become very spotty in
my opinion. It completely depends on who gets assigned the bug and how
committed he/she is to the solution and this is sometimes lacking in
very serious cases as this one.

 https://bugzilla.redhat.com/show_bug.cgi?id=632412

Best wishes,
Ranjan


 
 -- 
 Mogens Kjaer, m...@lemo.dk
 http://www.lemo.dk
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: help - can't boot 2.6.34

2010-10-07 Thread Mogens Kjaer
On 10/07/2010 01:59 PM, Ranjan Maitra wrote:

 For some reason, it appears to me that some mess up was introduced in
 the interim last three kernels and it has not gone away yet. The delta
 rpms may be the problem but also the solution.

That could be. I have a local fedora mirror so I've disabled delta rpm 
updates. It's faster to download the whole packages than rebuilding.

Mogens

-- 
Mogens Kjaer, m...@lemo.dk
http://www.lemo.dk
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: help - can't boot 2.6.34

2010-10-07 Thread Jonathan Dieter
On Thu, 2010-10-07 at 06:59 -0500, Ranjan Maitra wrote:
 The delta rpms may be the problem but also the solution.

The deltarpms are not the problem.  If the deltarpm doesn't build to a
byte-for-byte copy of the original rpm, the signature won't match and
yum will refuse to install it.

Jonathan


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


Re: yum check for deltas?

2010-10-07 Thread Jonathan Dieter
On Wed, 2010-10-06 at 23:09 +0200, Dj YB wrote:
 Hello,
 
 my internet connection is pay per traffic so I prefer to use deltas when 
 possible.
 Is it possible to know before you say 'yes' to the update process, what 
 packages are going to be fully downloaded and what packages have deltas?

I'm afraid there is currently no way to know what packages will have
deltas before downloading.  As long as you're keeping reasonably
up-to-date, though, there *should* be a delta for almost every package.

Jonathan


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


Re: help - can't boot 2.6.34

2010-10-07 Thread Ranjan Maitra
On Thu, 7 Oct 2010 07:30:54 -0500 Jonathan Dieter jdie...@lesbg.com
wrote:

 On Thu, 2010-10-07 at 06:59 -0500, Ranjan Maitra wrote:
  The delta rpms may be the problem but also the solution.
 
 The deltarpms are not the problem.  If the deltarpm doesn't build to a
 byte-for-byte copy of the original rpm, the signature won't match and
 yum will refuse to install it.
 
 Jonathan

I don't think the delta rpms are a problem in the install. It is
not an issue of the signature matching. Some bug was introduced in the
middle and it seems to have carried on. That is the only explanation I
could come up for my observation that you can not update from the
interim 2.6.34's at all. 

Specifically, I went back to 2.6.33.5-122 and removed all the other
more recent kernels -- the last two kernels before 2.6.34-7. Then I installed 
the latest 2.6.34.7-56.x86_64 from 2.6.33.5-122 and this time, it rebooted 
fine, no problem.

The problem has cropped up over the last three kernels. If I update from a
lower kernel, there is not a problem, but from these it yields the kernel
panic. So, I believe this bug was introduced in the previous two kernels and 
has not
gone away. Something there has changed (please consider the changes from the
last three 2.6.34 kernels relative to the ones previous to it, I guess!)

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


Re:

2010-10-07 Thread Ranjan Maitra
How did this despicable character get through on a moderated list?
Maybe the moderator can and should write to gmail alerting them to this
spammer so that his account can be withdrawn.

Ranjan

On Thu, 7 Oct 2010 07:53:52 -0500 ravinder nath rajotiya
ravinder.rajot...@gmail.com wrote:

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


Re:

2010-10-07 Thread David
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/7/2010 9:13 AM, Ranjan Maitra wrote:
 How did this despicable character get through on a moderated list?
 Maybe the moderator can and should write to gmail alerting them to this
 spammer so that his account can be withdrawn.
 
 Ranjan
 
 On Thu, 7 Oct 2010 07:53:52 -0500 ravinder nath rajotiya
 ravinder.rajot...@gmail.com wrote:
 
 http://www.christos.ro/mas5.html
 -- 
 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



Please tell us that you did not just blindly click on a link in an email
with a blank Subject: line?  :-)

- -- 


  David
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)

iQIcBAEBAgAGBQJMrcoBAAoJEBm6pib1zR1j61QP/1w7V0Csen+FhRalGg9ePAzf
S9RZsUUSg3e77fZUcLSyeMD+EtCeT5Dk8v+xW6+mjQXLbdpgiiigRokyng5uOOsF
9Gyqrp7Y+jY2DsL/hxCPc41WjSts4mpiWo1CfrF5Di2xGuQotjJ3aPjIcabEMwVq
JTMbntjzWp4twf5w7FSYbUsXhXD38uv5hpUkVn7bC4Hb9PnRvRAtONfgZHvUksLU
F0j6vNh0X3MluToTKsucn1wWWUOf6WwZVJxJkCgnPVV+3F3Jyj2Xz1v6zr3rVXjH
uki9mkhSu1A1pURrB8zI5HB843w66WJaR7xxHdiZPb5tT6kf49oKjbr5XQyP3udT
K3+bDiwPOf0hkazeVXByhgiHLy7KiETx2vMgn/QElCneXh2/FMxLYNQgYfq/LgXo
kTvCReRUHmoqn5V7eMxGQAMUTwYgJThhVjnvvwQOLzODvwrT/XWKUWV2aQ30kuhh
2U/HYbVj+HozkPERs9MhEjp23H6kKb5xxcVhMpzUcM/9Hv73BMhyhj3zevDaRRvD
q3oPRYcLRCAqPuAexoAeE1wD4sQpv+RjWM+PS46jgf2s+BZfW2VGbbV/L2t8m0xr
2ycFAkNgBW92PsHz9ec4t/VZJmZgskVd4CrF4KaS38w6sc00uOw+Hv0nXEgI
3Fi+VUjv3o7Qkn3v7/ec
=+qjT
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re:

2010-10-07 Thread Ranjan Maitra
On Thu, 7 Oct 2010 08:24:18 -0500 David dgbo...@gmail.com wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 10/7/2010 9:13 AM, Ranjan Maitra wrote:
  How did this despicable character get through on a moderated list?
  Maybe the moderator can and should write to gmail alerting them to this
  spammer so that his account can be withdrawn.
  
  Ranjan
  
  On Thu, 7 Oct 2010 07:53:52 -0500 ravinder nath rajotiya
  ravinder.rajot...@gmail.com wrote:
  
  http://www.christos.ro/mas5.html
  -- 
  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
 
 
 
 Please tell us that you did not just blindly click on a link in an email
 with a blank Subject: line?  :-)
 

Actually, the christmas was a giveaway...but spammers need to be taken
care of and out.

Ranjan


 - -- 
 
 
   David
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (MingW32)
 
 iQIcBAEBAgAGBQJMrcoBAAoJEBm6pib1zR1j61QP/1w7V0Csen+FhRalGg9ePAzf
 S9RZsUUSg3e77fZUcLSyeMD+EtCeT5Dk8v+xW6+mjQXLbdpgiiigRokyng5uOOsF
 9Gyqrp7Y+jY2DsL/hxCPc41WjSts4mpiWo1CfrF5Di2xGuQotjJ3aPjIcabEMwVq
 JTMbntjzWp4twf5w7FSYbUsXhXD38uv5hpUkVn7bC4Hb9PnRvRAtONfgZHvUksLU
 F0j6vNh0X3MluToTKsucn1wWWUOf6WwZVJxJkCgnPVV+3F3Jyj2Xz1v6zr3rVXjH
 uki9mkhSu1A1pURrB8zI5HB843w66WJaR7xxHdiZPb5tT6kf49oKjbr5XQyP3udT
 K3+bDiwPOf0hkazeVXByhgiHLy7KiETx2vMgn/QElCneXh2/FMxLYNQgYfq/LgXo
 kTvCReRUHmoqn5V7eMxGQAMUTwYgJThhVjnvvwQOLzODvwrT/XWKUWV2aQ30kuhh
 2U/HYbVj+HozkPERs9MhEjp23H6kKb5xxcVhMpzUcM/9Hv73BMhyhj3zevDaRRvD
 q3oPRYcLRCAqPuAexoAeE1wD4sQpv+RjWM+PS46jgf2s+BZfW2VGbbV/L2t8m0xr
 2ycFAkNgBW92PsHz9ec4t/VZJmZgskVd4CrF4KaS38w6sc00uOw+Hv0nXEgI
 3Fi+VUjv3o7Qkn3v7/ec
 =+qjT
 -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
 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re:

2010-10-07 Thread Bob Goodwin

 Please tell us that you did not just blindly click on a link in an email
 with a blank Subject: line?  :-)

 - -- 


David

What can I enter in Thunderbird filters to have it automatically
delete messages with no subject? My attempts so far have deleted all
the Fedora messages with Subject: Re: even though there was text
after the colon! Leaving it blank has no effect.

Bob


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


Re: password change does not work: LDAP, sssd, nss or pam error?

2010-10-07 Thread Volker Potworowski
Hello Matthew,

am Donnerstag, 7. Oktober 2010 schrieb Matthew J. Roth:
 Volker Potworowski wrote:
  Is there somebody out there using an OpenLDAP server / clients
  completely on Fedora 13 + can the users change their LDAP-Passwords?

 Have a look at the 389 Directory Server [..]

I hesitate to install another Directory Server, just because I made some 
moronic errors (at least this is what I assume) in the configuation the pretty 
standard OpenLDAP server. Anyway, when I do not see a chance of fixing it, I 
will of course give the 389 Directory Server a try.

So again: Is there somebody out there using an OpenLDAP server / clients
completely on Fedora 13 + can the users change their LDAP-Passwords?

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


Re: [389-users] build/package scripts for debian and ubuntu

2010-10-07 Thread Rich Megginson
Roberto Polli wrote:
 Hi all,

 I'm trying to collect all the people interested in the ubuntu/debian 
 packaging. As of now I'm in touch with one of the debian packager too.

 Probably this list is the best place where to share our infos..

 @Ryan: thx for your files: I'm going to test it!

 @Rich: if the --openldap is not fully functional or needs some patches still 
 not included in ubuntu, maybe it's better to remain on mozldap...
   
Yeah - the other thing is that openldap on debian uses gnutls?
 Peace,
 R.

   

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


Re: Re:

2010-10-07 Thread Brian Mury
On Thu, 2010-10-07 at 08:13 -0500, Ranjan Maitra wrote:
 How did this despicable character get through on a moderated list?

This isn't a moderated 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


Re: [389-users] build/package scripts for debian and ubuntu

2010-10-07 Thread Rich Megginson
Roberto Polli wrote:
 Hi all,

 I'd create an git repository with Ryan scripts. they are great and really 
 easy 
 to understand!

 Moreover, as those scripts have some parts in common, I'm refactoring them 
 using functions, tmpfiles and some further bash commodities..

 I'm trying to involve other people too.

 @richm: if for Ryan is fine,  can you create a git repository to let people 
 collaborate about them?
   
I'm not sure what you mean.  Do you want these scripts to go into 389 
upstream?  And use the 389 git repo for this?  Is that how it works in 
the debian world?  For fedora, for example, all of the build 
scripts/spec files are kept in the fedora repo - pkgs.fedoraproject.org 
- how does debian handle it?
 @ryan: feel free to chat me on robipo...@gmail.com for discussing on that 
 issue

 Otherwise I'll create a yet-another-debian-scripts-for-389-org repository on 
 sourceforge.
   
Well, you don't have to use sourceforge - github is nice.  But yes, 
there should be an official place for debian build scripts - either they 
should go into the debian build system, or into 389 upstream.  I'd 
rather have the former.
 Let me know+Peace,
 R.

   

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


Re:

2010-10-07 Thread David
On 10/7/2010 10:09 AM, Bob Goodwin wrote:
 
 Please tell us that you did not just blindly click on a link in an email
 with a blank Subject: line?  :-)

 - -- 


David
 
 What can I enter in Thunderbird filters to have it automatically
 delete messages with no subject? My attempts so far have deleted all
 the Fedora messages with Subject: Re: even though there was text
 after the colon! Leaving it blank has no effect.


Good question.

Disclaimer goes Here.  This seems to work but I have *not* tried this
extensively. Yet.  :-)

Every blank subject email that I have seen is not really blank but it
actually has a space in the Subject: line and the reply to that email
has an Re:space in it's Subject: line. I can *not* say that is always
the case but all that I have looked at are that way.

Perhaps a filter that looks for a Subject: line  that contains both of
these (two lines in the filter) would work and not catch the legitimate
replies to legitimate posts?

Screen capture here for example:  http://www.box.net/shared/7sztbg7zqk

The first line contains a space only and the second line contain a
RE:space

The 'Actions' line could also be used to filter to a folder to 'be
looked at later' or to just delete the emails. Your choice. The filter
would have to be at, or near, the top of your filters list or at least
above the the filters for the mailing lists that you want to check.

But remember that not all blank Subject: emails are spam. Sometimes a
Newbie posts like that and it is a legitimate question or problem. As
well as the replies.
-- 


  David



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


Re:

2010-10-07 Thread Patrick O'Callaghan
  On 10/7/10 11:19 AM, David wrote:
 But remember that not all blank Subject: emails are spam. Sometimes a
 Newbie posts like that and it is a legitimate question or problem. As
 well as the replies.
The list admins will probably hate this, but it could be more effective 
for the Mailman s/w to return such mail to sender with the comment that 
all mail to the list must have a non-empty Subject line. That could 
actually help the newbies and in general the spammers won't bother replying.

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


Re:

2010-10-07 Thread Ranjan Maitra
If you are talking about me, I *am not* the original poster. The OP posted to a 
number of addresses including
users@lists.fedoraproject.org to which I responded asking how he went on to a 
moderated list. I have never seen him post to fedora before.

Ranjan

On Thu, 7 Oct 2010 10:26:49 -0500 James Mckenzie
jjmckenzi...@earthlink.net wrote:

 Brian Mury brianm...@alumni.uvic.ca wrote:
 
 On Thu, 2010-10-07 at 08:13 -0500, Ranjan Maitra wrote:
  How did this despicable character get through on a moderated list?
 
 This isn't a moderated list.
 
 FYI, yes this list has moderators.  However, messages sent by subscribed 
 users are not blocked.  The OP is subscribed to this list and has posted 
 several messages today on a different thread.
 
 I attribute this to clicking way to quickly in an address list and then 
 quickly hitting the SEND button before checking the adressees this was sent 
 to.  In other words, this is a mistake.  We all make them.  Just is that this 
 was a little more disgusting than others (number one violation is profanity 
 folks.)
 
 Private mail was sent to the OP.  I don't think he realizes what he did or is 
 just trying to ignore the mistake as the rest of us should.  This message is 
 not retriveable via the mail archives either (I tried.)
 
 James McKenzie
 
 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: best FTP server for web server

2010-10-07 Thread Rick Stevens
On 10/06/2010 05:33 PM, Paul Cartwright wrote:
 On Wed October 6 2010, Rick Stevens wrote:
 so, is it better to ftp over SSL or sftp using ssh?

 As others have said, chrooting FTPS is easier than chrooting ssh and its
 kin.  sftp also infers ssh must be available as well.  I don't know if
 that's true or not.  If it is and someone guesses your password, then
 they get a shell via ssh.  Depends on how paranoid you are.

 I'm... a small home user, and not at all familiar with chrooting, should I be
 using it too? as for the guessing my password, that is a good point. Though I
 do not do that as root, still, that would allow access to my system.

It depends on how secure you wish to be.  If your site is going to get a
lot of traffic or you're going to have a lot of different people
uploading to you, yes, I'd consider a chroot environment (a.k.a. chroot
jail).  The details of a chroot jail are available elsewhere and I
won't go into the details here.

 FTPS has the ability to use three different encryption things: no
 encryption, encryption of just the control channel or encryption of
 both control and data connections.  vsftpd allows you to run both
 regular FTP and FTPS using the same daemon and there's no possibilty
 of an outsider getting a shell.
 vsftpd, I'll have to check that out. thanks for the tips  info, always good
 to learn new useful apps..


 It's up to you.  We use sftp for most things here, but I've had a lot
 of clients in the past want FTP/FTPS.  As for the paranoia thing:

 Just because I'm paranoid doesn't mean they AREN'T out to get me!

 that's exactly how I think when I'm out on my motorcycle:)

--
- Rick Stevens, Systems Engineer, C2 Hosting  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-   Give me ambiguity or give me something else! -
--
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re:

2010-10-07 Thread David
On 10/7/2010 12:09 PM, Patrick O'Callaghan wrote:
   On 10/7/10 11:19 AM, David wrote:
 But remember that not all blank Subject: emails are spam. Sometimes a
 Newbie posts like that and it is a legitimate question or problem. As
 well as the replies.
 The list admins will probably hate this, but it could be more effective 
 for the Mailman s/w to return such mail to sender with the comment that 
 all mail to the list must have a non-empty Subject line. That could 
 actually help the newbies and in general the spammers won't bother replying.


Good idea. If that is possible (I don't doubt you) I wonder why no one
thought of it before now? I like that solution much more than just 'kill
file' or ignoring the post.  :-)
-- 


  David



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


Searcheable fedora users list archive

2010-10-07 Thread JD
  Is there a way to search the archives
for terms or phrases?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re:

2010-10-07 Thread James Mckenzie
Ranjan Maitra mai...@iastate.edu wrote
Sent: Oct 7, 2010 9:11 AM
To: users@lists.fedoraproject.org
Cc: James Mckenzie jjmckenzi...@earthlink.net
Subject: Re:

On Thu, 7 Oct 2010 10:26:49 -0500 James Mckenzie
jjmckenzi...@earthlink.net wrote:

 Brian Mury brianm...@alumni.uvic.ca wrote:
 
 On Thu, 2010-10-07 at 08:13 -0500, Ranjan Maitra wrote:
  How did this despicable character get through on a moderated list?
 
 This isn't a moderated list.
 
 FYI, yes this list has moderators.  However, messages sent by subscribed 
 users are not blocked.  The OP is subscribed to this list and has posted 
 several messages today on a different thread.
 
 I attribute this to clicking way to quickly in an address list and then 
 quickly hitting the SEND button before checking the adressees this was sent 
 to.  In other words, this is a mistake.  We all make them.  Just is that 
 this was a little more disgusting than others (number one violation is 
 profanity folks.)
 
 Private mail was sent to the OP.  I don't think he realizes what he did or 
 is just trying to ignore the mistake as the rest of us should.  This message 
 is not retriveable via the mail archives either (I tried.)
 
 James McKenzie
 
 -- 

If you are talking about me, I *am not* the original poster. The OP posted to 
a number of addresses including
users@lists.fedoraproject.org to which I responded asking how he went on to a 
moderated list. I have never seen him post to fedora before.

Ranjan

Ranjan:

Thank you for the clarification.

Posts should be filtered and moderated, but it looks like that is either broken 
or one of the moderators has an autoforward filter turned on.  However, the 
address list had a bunch of names on it as well.  Looks like a possible spam 
attack.  This 'hole' needs to be filled.

James McKenzie


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


Re: Searcheable fedora users list archive

2010-10-07 Thread Steven Stern
On 10/07/2010 11:44 AM, JD wrote:
   Is there a way to search the archives
 for terms or phrases?

http://lmgtfy.com/?q=my+keywords+site%3Ahttp%3A%2F%2Flists.fedoraproject.org%2Fpipermail%2Fusers%2F

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


Re:

2010-10-07 Thread Michael Miles
Ranjan Maitra wrote:
 On Thu, 7 Oct 2010 11:20:38 -0500 Daviddgbo...@gmail.com  wrote:


 On 10/7/2010 12:09 PM, Patrick O'Callaghan wrote:
  
On 10/7/10 11:19 AM, David wrote:

 But remember that not all blank Subject: emails are spam. Sometimes a
 Newbie posts like that and it is a legitimate question or problem. As
 well as the replies.
  
 The list admins will probably hate this, but it could be more effective
 for the Mailman s/w to return such mail to sender with the comment that
 all mail to the list must have a non-empty Subject line. That could
 actually help the newbies and in general the spammers won't bother replying.


 Good idea. If that is possible (I don't doubt you) I wonder why no one
 thought of it before now? I like that solution much more than just 'kill
 file' or ignoring the post.  :-)
  
 Excellent idea. I try drilling into students that it is a security risk
 to send e-mail without subject.

 Ranjan

Basic rule here...

No header, no read...just delete
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Re:

2010-10-07 Thread Tim
On Thu, 2010-10-07 at 10:16 -0700, Michael Miles wrote:
 Basic rule here...
  
 No header, no read...just delete


But, but, but...  you read it!   ;-)

Personally, I think it'd be nice if you could set a rule on your
software that if the subject line is, say, less than 7 characters long,
reject it.

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

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



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


Re: Searcheable fedora users list archive

2010-10-07 Thread Steven Stern
On 10/07/2010 12:07 PM, JD wrote:
   On 10/07/2010 09:53AM, Steve Stern subscribed-li...@sterndata.com 
 wrote:
 On 10/07/2010 11:44 AM, JD wrote:
Is there a way to search the archives
 for terms or phrases?
 http://lmgtfy.com/?q=my+keywords+site%3Ahttp%3A%2F%2Flists.fedoraproject.org%2Fpipermail%2Fusers%2F

 
 Not! :)
 
 I already know the archive's web site. 
 http://lists.fedoraproject.org/pipermail/users/
 It just does not have a search engine that I know of.

If you noticed, the trick is to use google to search with the site:
term set to the list.

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


Re: Searcheable fedora users list archive

2010-10-07 Thread JD
  On 10/07/2010 10:07AM, JD jd1...@gmail.com wrote:
  On 10/07/2010 09:53AM, Steve Stern subscribed-li...@sterndata.com 
 wrote:
 On 10/07/2010 11:44 AM, JD wrote:
Is there a way to search the archives
 for terms or phrases?
 http://lmgtfy.com/?q=my+keywords+site%3Ahttp%3A%2F%2Flists.fedoraproject.org%2Fpipermail%2Fusers%2F
  



 Not! :)

 I already know the archive's web site. 
 http://lists.fedoraproject.org/pipermail/users/
 It just does not have a search engine that I know of.
Sorry Steve, did not mean to shoot down what you replied.
I just get way way too many hits for the term and impossible to sift
through so many hits.

Part of my earch term problem is that I do not recall the technical term
used to describe the part of a message that looks like this:

On 10/07/2010 10:07AM, JD jd1...@gmail.com wrote:

Some time ago, someonene had posted  how to modify this string,
but I lost track of that post.

Cheers,

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


Re: Searcheable fedora users list archive

2010-10-07 Thread suvayu ali
On 7 October 2010 09:53, Steven Stern subscribed-li...@sterndata.com wrote:
 On 10/07/2010 11:44 AM, JD wrote:
   Is there a way to search the archives
 for terms or phrases?

 http://lmgtfy.com/?q=my+keywords+site%3Ahttp%3A%2F%2Flists.fedoraproject.org%2Fpipermail%2Fusers%2F


Or use, http://markmail.org/search/fedora-list+list:com.redhat.fedora-list

-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


AVI and gxine

2010-10-07 Thread Oliver Ruebenacker
 Hello,

  I wanted to watch a video in AVI format. Since xine supposedly can
play AVI, I installed gxine from the Fedora repository. When I tried
to play the AVI movie, I get the message:

  Error loading library: msvidc32.dll

  Besides being surprised that a required library is missing, I find
the name odd for a Linux library. What is going on? Thanks!

 Take care
 Oliver

-- 
Oliver Ruebenacker, Computational Cell Biologist
Systems Biology Linker at Virtual Cell (http://vcell.org/sybil)
Turning Knowledge Data into Models
Center for Cell Analysis and Modeling
http://www.oliver.curiousworld.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


How can I stop this network scan ( cfg80211) ?

2010-10-07 Thread Alessandro Boggiano
I still have problems with my wlan0 on my HP HDX18.
If I don't run a ping in background I lost the connection every 30 sec
(more or less).
I see these lines in my /var/log/messages:
Oct  7 21:54:34 localhost kernel: cfg80211: Calling CRDA to update
world regulatory domain
Oct  7 21:54:34 localhost kernel: cfg80211: Calling CRDA for country: IT
Oct  7 21:54:34 localhost kernel: cfg80211: Regulatory domain changed
to country: IT
Oct  7 21:54:34 localhost kernel:(start_freq - end_freq @
bandwidth), (max_antenna_gain, max_eirp)
Oct  7 21:54:34 localhost kernel:(2402000 KHz - 2482000 KHz @
4 KHz), (N/A, 2000 mBm)
Oct  7 21:54:34 localhost kernel:(517 KHz - 525 KHz @
4 KHz), (N/A, 2000 mBm)
Oct  7 21:54:34 localhost kernel:(525 KHz - 533 KHz @
4 KHz), (N/A, 2000 mBm)
Oct  7 21:54:34 localhost kernel:(549 KHz - 571 KHz @
4 KHz), (N/A, 2700 mBm)

It sounds to me  like a scanning of the network situation. Is this
correct ? How can I stop it ?
I'm already using eee80211_regdom=IT as option of the module cfg80211.


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


Re: AVI and gxine

2010-10-07 Thread Erik P. Olsen
On 07/10/10 22:02, Oliver Ruebenacker wrote:
   Hello,

I wanted to watch a video in AVI format. Since xine supposedly can
 play AVI, I installed gxine from the Fedora repository. When I tried
 to play the AVI movie, I get the message:

Error loading library: msvidc32.dll

Besides being surprised that a required library is missing, I find
 the name odd for a Linux library. What is going on? Thanks!

yum whatprovides */msvidc32.dll
...
wine-core-1.1.29-3.fc12.i686 : Wine core package

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


Re: (Fedora 13) Seamonkey 2.0.x constantly crashing

2010-10-07 Thread Bill Davidsen
Mason wrote:
 David Timms wrote:

 Mason wrote:

 What can I do to make it happen?

 Help the maintainer, by testing the proposed fix yourself with an rpmbuild:

 1. yum downloader --source name-of-package(or parent package)
 2. extract the rpm
 3. test your rpmbuild capability works with the existing packages as is
 4. open up the .spec
 5. bump the release part
 6. add a comment describing the action you are taking
 7. add a patch from elsewhere to the patch file definition
 8. add the apply patch command to the %prep section
 9. rpmbuild -ba the-package
 10. install the built package
 11. test the application
 12. when you are sure that the fix works and doesn't introduce other
 issues, make a diff of the spec ot the original
 13. post the spec patch and the actual patch to the bug. indicate that
 this has successfully built and been running, perhaps with some stats
 eg: a couple of runs of before and after:
 - time applicationname

 Much more on package development on the fedoraproject wiki, just ask if
 you are having trouble...

 For the record, SUSE quickly fixed the problem, using the
 --disable-system-cairo solution.

 https://bugzilla.novell.com/show_bug.cgi?id=622375#c13

 The SUSE package maintainer wrote in comment 9:
 Thanks for checking this out. There is/was another issue which would turn up
 when we use the internal cairo.
 This is basically sorted out and I'll drive switching to internal cairo asap
 (either 11.4 or even for security updates given this bugreport).

 Is anyone aware of any potential issue when using Mozilla's private
 libcairo on Fedora 13?

No, I gave up and pulled the 2.0.8 build off the mozilla.org site and installed 
it in /usr/local/seamonkey-2.0.8, and then added a custom launcher for it. Life 
is too short to waste time on unmaintained packages. Hopefully there will be a 
better package for RHEL-6.0 and packages for form-fill and lightning which are 
pretty desirable for business or home office use.

At one point any lib which Fedora provided was more solid than what came with, 
but that's not the case any more, lots of down ref and no maintainer interest.

-- 
Bill Davidsen david...@tmr.com
   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


Re: How to get f 12 -- *t*w*e*l*v*e*, twelve???

2010-10-07 Thread Bill Davidsen
Beartooth wrote:

   Every download site I've tried -- several, especially
 fedoraproject ones -- comes up on a search for F12, but the minute I
 click on a link, it sneaks in F13.

   This is offensive.

   How do override it? I've *got* 13 on most machines, and regret it
 all day, every day. I ever tried preupgrade to F 14 beta -- in vain. It
 preserved the misery I'm trying to escape.

The only two real problems I have seen with FC13 are video (if you have Intel, 
ATI or Nvidea other than the latest use vendor drivers or vesa mode), and the 
endlessly denied bug involving trying to use the network after suspend before 
the network is restarted. Removal of NetworkMangler and custom network scripts 
will fix that.

   All  can see left is to revert to 12, if I have to DBAN each
 machine and install 12 from scratch; make sure it's right; and preupgrade
 to F 14 in November. But I seem to have deleted both my F12 ISO and the
 DVD I had burned of it.

I have had much better luck doing an upgrade after booting an FC13 install DVD.
I'm 5 of 6 for that, 1 of 3 for preupgrade. In general a reinstall is better, 
and setting up to allow that during initial install makes that fairly painless.

-- 
Bill Davidsen david...@tmr.com
   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


Re: OT: dynamic - static lib

2010-10-07 Thread Bill Davidsen
T. Horsnell wrote:

 Is it possible to create a static (.a) version
 of a library from the dynamic (.so) one, or to
 create a static executable when only shared libs
 are available?

Yes. There's a program on Freshmeat, I believe called statify, or staticfy, or 
similar. Note that the executable if *HUGE* after, but it works. Got tired of 
fighting with new versions of gcc and libc.

-- 
Bill Davidsen david...@tmr.com
   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


Re: AVI and gxine

2010-10-07 Thread JD
  On 10/07/2010 01:02 PN, Oliver Ruebenacker wrote:
   Hello,

I wanted to watch a video in AVI format. Since xine supposedly can
 play AVI, I installed gxine from the Fedora repository. When I tried
 to play the AVI movie, I get the message:

Error loading library: msvidc32.dll

Besides being surprised that a required library is missing, I find
 the name odd for a Linux library. What is going on? Thanks!

   Take care
   Oliver


I used to download the necessary codecs directly from  http://xinehq.de
but that site seems to be dead. I cannot get any response from it.
xinehq.com is some other advertising web site.
Then there is a sourceforge site: http://sourceforge.net/projects/xine
but it has no links to download codecs.

I wonder if xine development/support has reached an EOL ?
Will it re-incarnate soon at a dedicated site?


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


Re: (Fedora 13) Seamonkey 2.0.x - bundling external libraries

2010-10-07 Thread David Timms
On 07/10/10 20:07, Mason wrote:
 Is anyone aware of any potential issue when using Mozilla's private
 libcairo on Fedora 13?
Fedora packaging guidelines [1] prevents bundling external libraries.
Main reason [2] is that security and bug fixes should be fixed in the
one library, and hence fix all applications against that issue. If there
was no such policy, then it would essentially be impossible to fix any
security issue against the library, because it becomes hidden in N
application binaries.

There is also a memory use improvement by using shared libraries.

[1]
http://fedoraproject.org/wiki/Packaging/Guidelines#Duplication_of_system_libraries
[2] http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: rsync or dd to clone a hard drive?

2010-10-07 Thread Michael D. Setzer II
On 7 Oct 2010 at 17:36, Bill Davidsen wrote:

To: users@lists.fedoraproject.org
From:   Bill Davidsen david...@tmr.com
Subject:Re: rsync or dd to clone a hard drive?
Date sent:  Thu, 07 Oct 2010 17:36:08 -0400
Send reply to:  Community support for Fedora users 
users@lists.fedoraproject.org
mailto:users-
requ...@lists.fedoraproject.org?subject=unsubscribe
mailto:users-
requ...@lists.fedoraproject.org?subject=subscribe

 Kwan Lowe wrote:
  On Wed, Oct 6, 2010 at 12:23 PM, Patrick Bartekbartek...@yahoo.com  wrote:
  I would use dd to clone (or back up) an entire hard drive.  Easier.  You 
  can even pipe it through gzip to get a compressed image file.
 
  I do exactly that... dd piped through gzip then push through an SSH
  session to a remote where it's extracted and written on the fly to
  another LV.  I use it to move kvm LVs from machine to machine.  Works
  great, but there's not much error checking.  If it's critical I do an
  md5sum on the LVs at the end then compare.
 

Cut part. 

Some comments on Compression. With my G4L project that backs up and 
restores disk and partitions using dd and compression.  I've also seem 
difference in the speed and load on cpu.  I've used lzop compression as the 
default option do to this.

In a small partition test these were the time results.
10 seconds with no compression
 3 seconds with lzop compression
 6 seconds with gzip compression
18 seconds with bzip compression

With full disk images the same machines take the following.
50 minutes with lzop
100 minutes with gzip

Intestingly, restoring both the lzop and gzip images only takes about 40 
minutes, so compression process takes more load compared to 
uncompressing. 

The general difference between the compression is about 10%. Also, lzop 
only seems to load the CPU at about 30% rather than the 80 - 90% of gzip.

There are lots of things that effect the speed, so this might vary based on the 
overall system and network. 
Good Luck.



 Bill Davidsen david...@tmr.com
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


+--+
  Michael D. Setzer II -  Computer Science Instructor  
  Guam Community College  Computer Center  
  mailto:mi...@kuentos.guam.net
  mailto:msetze...@gmail.com
  http://www.guam.net/home/mikes
  Guam - Where America's Day Begins
  G4L Disk Imaging Project maintainer 
  http://sourceforge.net/projects/g4l/
+--+

http://setiathome.berkeley.edu (Original)
Number of Seti Units Returned:  19,471
Processing time:  32 years, 290 days, 12 hours, 58 minutes
(Total Hours: 287,489)

bo...@home CREDITS
SETI10009860.871197   |   EINSTEIN 4666047.880851
ROSETTA  2301696.375998   |   ABC  2782904.713840

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


No console mouse support in Midnight Commander

2010-10-07 Thread Silent-Hunter

  Unless I use sudo. It's weird, it only works if I use sudo. Otherwise, 
no mouse in MC. Is it a permissions thing? If so, how do I fix 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


Re: AVI and gxine

2010-10-07 Thread Craig Lanning
On Thu, 2010-10-07 at 15:41 -0700, JD wrote:
 On 10/07/2010 01:02 PN, Oliver Ruebenacker wrote:
Hello,
 
 I wanted to watch a video in AVI format. Since xine supposedly can
  play AVI, I installed gxine from the Fedora repository. When I tried
  to play the AVI movie, I get the message:
 
 Error loading library: msvidc32.dll
 
 Besides being surprised that a required library is missing, I find
  the name odd for a Linux library. What is going on? Thanks!
 
Take care
Oliver
 
 
 I used to download the necessary codecs directly from  http://xinehq.de
 but that site seems to be dead. I cannot get any response from it.
 xinehq.com is some other advertising web site.
 Then there is a sourceforge site: http://sourceforge.net/projects/xine
 but it has no links to download codecs.
 
 I wonder if xine development/support has reached an EOL ?
 Will it re-incarnate soon at a dedicated site?

Try http://www.xine-project.org/




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


Re: password change does not work: LDAP, sssd, nss or pam error?

2010-10-07 Thread Craig White
On Thu, 2010-10-07 at 16:13 +0200, Volker Potworowski wrote:
 Hello Matthew,
 
 am Donnerstag, 7. Oktober 2010 schrieb Matthew J. Roth:
  Volker Potworowski wrote:
   Is there somebody out there using an OpenLDAP server / clients
   completely on Fedora 13 + can the users change their LDAP-Passwords?
 
  Have a look at the 389 Directory Server [..]
 
 I hesitate to install another Directory Server, just because I made some 
 moronic errors (at least this is what I assume) in the configuation the 
 pretty 
 standard OpenLDAP server. Anyway, when I do not see a chance of fixing it, I 
 will of course give the 389 Directory Server a try.
 
 So again: Is there somebody out there using an OpenLDAP server / clients
 completely on Fedora 13 + can the users change their LDAP-Passwords?

I agree with you that it really shouldn't make any difference which LDAP
server you are using and I am presuming that this 'user' is trying to
change his password on a system that is not the LDAP server but rather
an LDAP client.

I have done this with previous versions of Fedora and if you are willing
to wait until Sunday, I will test it out at home (I don't use LDAP for
Fedora client authentication at my house, only Samba clients and on the
LDAP server itself).

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re:

2010-10-07 Thread Mauriat Miranda
On Thu, Oct 7, 2010 at 12:11 PM, Ranjan Maitra mai...@iastate.edu wrote:
 If you are talking about me, I *am not* the original poster. The OP posted to 
 a number of addresses including
 users@lists.fedoraproject.org to which I responded asking how he went on to a 
 moderated list. I have never seen him post to fedora before.


http://lists.fedoraproject.org/pipermail/users/2010-May/372178.html

It is quite possible that this person's email was either hijacked or
affected by some virus or malware.  The email does belong to a
legitimate user.

I see this very often.  I get an email with only a single link and no
subject, sometimes from people I know.  I don't think the owner of the
email is intentionally doing this.

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


Re: Searcheable fedora users list archive

2010-10-07 Thread Craig White
On Thu, 2010-10-07 at 09:44 -0700, JD wrote:
 Is there a way to search the archives
 for terms or phrases?

At the bottom of each and every list posting, there is a link to the
'Mailing List Guidelines' which devotes an entire section to this
question.

I expect that a frequent poster to the list would be familiar with this
page.

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


How to change console font in grub2?

2010-10-07 Thread Dean S. Messing

Does anyone know the secret sauce that's needed to change the colour of
the font in a high-res (1600x1200) console when using grub2 in F13? (By
console I mean the framebuffer-based console.  X isn't running yet.)


The back-story:

   Last evening I built and installed grub2 on my new F13 system.  Turns
   out that vga=838 (i.e. 1600x1200x16) at the end of the kernel line
   no longer works. In Grub1 it gave a nice 1600x1200 console outside
   of X.

   Below, I've marked the two magic lines I added to the menuentry in
   /boot/grub/grub.cfg to get the hi-res console.  But the font is an
   ugly hard-to-read green on black and I don't know how to make it
   white on black like I had before.

menuentry F13, with Linux 2.6.34.7-56.fc13.x86_64 --class gnu-linux --class 
gnu --class os {

 ## These two lines give a 1600x1200 console ##
set gfxmode=1600x1200x16
insmod vbe
 ##

insmod ext2
set root='(hd1,2)'
search --no-floppy --fs-uuid --set d5b13a6e-3c0c-432a-bcff-5f1706acea29
linux   /vmlinuz-2.6.34.7-56.fc13.x86_64 root=LABEL=root ro 
rd_LVM_LV=vg_F13/lv_root rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 
SYSFONT=latarcyrheb-sun16 KEYTABLE=us rdblacklist=nouveau nomodeset
initrd  /initramfs-2.6.34.7-56.fc13.x86_64.img
}


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


Re: AVI and gxine

2010-10-07 Thread JD

 On Thu, 2010-10-07 at 15:41 -0700, JD wrote:
 On 10/07/2010 01:02 PN, Oliver Ruebenacker wrote:
Hello,

 I wanted to watch a video in AVI format. Since xine supposedly can
 play AVI, I installed gxine from the Fedora repository. When I tried
 to play the AVI movie, I get the message:

 Error loading library: msvidc32.dll

 Besides being surprised that a required library is missing, I find
 the name odd for a Linux library. What is going on? Thanks!

Take care
Oliver
 I used to download the necessary codecs directly from  http://xinehq.de
 but that site seems to be dead. I cannot get any response from it.
 xinehq.com is some other advertising web site.
 Then there is a sourceforge site: http://sourceforge.net/projects/xine
 but it has no links to download codecs.

 I wonder if xine development/support has reached an EOL ?
 Will it re-incarnate soon at a dedicated site?
 Try http://www.xine-project.org/
Aha! Thanx!

Getting back to the OP's original problem of not being able to play an
avi file, I just played an vi file with gxine with no problems.
But then I am not sure what format of video was inside the avi file,
since avi can be a container of different formats.
My only familiarity is that most of the avi files I played contained
mpeg4 format videos.
So, I wanted to say to Oliver these are the *xine* packages I have
installed on my system:
gxine.i6860.5.905-3.fc13   @fedora
xine-lib.i686 1.1.18.1-1.fc13  
@anaconda-InstallationRepo-201005130056.i386
xine-lib-devel.i686   1.1.18.1-1.fc13  @fedora
xine-lib-extras.i686  1.1.18.1-1.fc13  @fedora
xine-lib-extras-freeworld.i6861.1.18.1-1.fc13  @rpmfusion-free
xine-plugin.i686  1.0.2-3.fc12 @fedora/12
xine-ui.i686  0.99.6-4.fc13@updates
xine-ui-skins 0.99.6-4.fc13@updates

xine also depends on many codec libraries in order to play all
the various formats. MS formats are proprietary, and so require
dll's.
One place to get them from is
ftp://ftp.pbone.net/mirror/olea.org/paquetes-rpm/win32-codecs-1.8-1.i386.rpm

Unfortunately, I do not know if any of the fedora repos package them.




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


Re: AVI and gxine

2010-10-07 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/08/2010 12:01 PM, JD wrote:
 
 On Thu, 2010-10-07 at 15:41 -0700, JD wrote:
 On 10/07/2010 01:02 PN, Oliver Ruebenacker wrote:
Hello,

 I wanted to watch a video in AVI format. Since xine supposedly can
 play AVI, I installed gxine from the Fedora repository. When I tried
 to play the AVI movie, I get the message:

 Error loading library: msvidc32.dll

 Besides being surprised that a required library is missing, I find
 the name odd for a Linux library. What is going on? Thanks!

Take care
Oliver
 I used to download the necessary codecs directly from  http://xinehq.de
 but that site seems to be dead. I cannot get any response from it.
 xinehq.com is some other advertising web site.
 Then there is a sourceforge site: http://sourceforge.net/projects/xine
 but it has no links to download codecs.

 I wonder if xine development/support has reached an EOL ?
 Will it re-incarnate soon at a dedicated site?
 Try http://www.xine-project.org/
 Aha! Thanx!
 
 Getting back to the OP's original problem of not being able to play an
 avi file, I just played an vi file with gxine with no problems.
 But then I am not sure what format of video was inside the avi file,
 since avi can be a container of different formats.
 My only familiarity is that most of the avi files I played contained
 mpeg4 format videos.
 So, I wanted to say to Oliver these are the *xine* packages I have
 installed on my system:
 gxine.i6860.5.905-3.fc13   @fedora
 xine-lib.i686 1.1.18.1-1.fc13  
 @anaconda-InstallationRepo-201005130056.i386
 xine-lib-devel.i686   1.1.18.1-1.fc13  @fedora
 xine-lib-extras.i686  1.1.18.1-1.fc13  @fedora
 xine-lib-extras-freeworld.i6861.1.18.1-1.fc13  @rpmfusion-free
 xine-plugin.i686  1.0.2-3.fc12 @fedora/12
 xine-ui.i686  0.99.6-4.fc13@updates
 xine-ui-skins 0.99.6-4.fc13@updates
 
 xine also depends on many codec libraries in order to play all
 the various formats. MS formats are proprietary, and so require
 dll's.
 One place to get them from is
 ftp://ftp.pbone.net/mirror/olea.org/paquetes-rpm/win32-codecs-1.8-1.i386.rpm


as far as I am aware (I use xine extensively) xine does NOT use the above
mentioned codecs. Perhaps you are thinking of mplayer, which does. Xine has
native codec players, available as the package xine-lib-extras-freeworld, which
is available at rpmfusion.org

note that if you are playing dvd's, you will likely also need the libdvdcss
package to deal with region locked dvd's (not necessary for files extracted, or
encoded from the dvd).

http://rpmfusion.org/FAQ#head-ad193f146afb4c556137f9009c5bfaabba21d74c

All the best,

- -Greg

 Unfortunately, I do not know if any of the fedora repos package them.
 
 
 
 


- -- 
+-+

Please also check the log file at /dev/null for additional information.
(from /var/log/Xorg.setup.log)

| Greg Hosler   ghos...@redhat.com|
+-+
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkyupVEACgkQ404fl/0CV/RkVgCdGpGkbs+BajzoXEswkD8ot3C4
5PgAn1tRYQmsaysOpB2meFFaV9OaOpLF
=C7lV
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: ffmpeg problem

2010-10-07 Thread Adel ESSAFI
2010/10/7 Dj YB yehi...@mail.ru

 On Thursday October 7 2010 10:51:55 you wrote:
  Thanks
  This command is exactly what I need.
  However, when using loop_input it never stop encoding (last very long
 time)
  And when I drop it, it generates a very short file.
 
  Could you help please?
 

  
   ffmpeg -y -loop_input -i image_name.jpg -i audio_name.ogg
 video_name.mpeg
  

 when I use it it stops when the audio file reach its end.



Not for me :(


 press q when the time= is equal to the length of the audio input, the time


I want the procedure to go 100% automatic :)

thx  for help anyway


 should not get any longer, since there is no input.





-- 
PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
-- 
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