Re: [389-users] 389 DS 1.2.6. and certificates

2010-09-28 Thread Reinhard Nappert
I have the same permissions. 

CTu,u,u  works with my previous servers. Since I did a certutil -L -d  
before the restart, I know that the database was fine before I restarted the 
server.

-Reinhard

-Original Message-
From: 389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Gerrard 
Geldenhuis
Sent: Tuesday, September 28, 2010 2:47 PM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] 389 DS 1.2.6. and certificates

Hi

I have seen similar problems... in my case the database became corrupt if I 
changed it while dirsrv were running.

Also check permissions:

-rw--- 1 nobody root 65536 Aug 12 12:18 cert8.db
-rw--- 1 nobody root 16384 Aug 12 12:18 key3.db
-rw--- 1 nobody root 16384 Sep 28 17:08 secmod.db

and my CA only have CT,,

Not sure that would make a difference but worth checking.

Regards


From: 389-users-boun...@lists.fedoraproject.org 
[389-users-boun...@lists.fedoraproject.org] on behalf of Reinhard Nappert 
[rnapp...@juniper.net]
Sent: 28 September 2010 16:24
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] 389 DS 1.2.6. and certificates

Yes, I built it myself on 4.4.

No, it does not make a difference when I change the files to read only, before 
I restart the server



-Original Message-
From: 389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Rich Megginson
Sent: Tuesday, September 28, 2010 11:05 AM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] 389 DS 1.2.6. and certificates

Reinhard Nappert wrote:
 Hi,
 I built and installed the 389 Directory Server 1.2.6 on CentOS 4.4.
Do you mean 5.5?  Or did you build it yourself?
 The server works fine.
 Then, I generated the certs (using certutil) and imported them in the 
 cert-store. The certs are generated basically generated by the 
 setupssl2.sh script. When I list the certs afterwards, everything 
 looks fine:

 certutil -L -d /etc/dirsrv/dir-instance
 CA certificate   CTu,u,u
 hostname u,u,u
 However, when I restart the server, I get the following error and the 
 server does not come up anymore:
 [28/Sep/2010:10:45:40 -0400] - SSL alert: Security Initialization: NSS 
 initialization failed (Netscape Portable Runtime error -8174 - 
 security library: bad database.): certdir: /etc/dirsrv/dir-instance

 Not surprisingly, the certutil -L -d  comes up with the same error:
 certutil: function failed: security library: bad database.

 Any idea, what goes wrong there?
Not sure.  After running the script to generate the certs, can you change the 
cert8.db, key3.db, and secmod.db files to be read only (mode 0400), before 
starting the directory server?  Does that help?

 Thanks,
 -Reinhard

 --
 --

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

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


In order to protect our email recipients, Betfair Group use SkyScan from 
MessageLabs to scan all Incoming and Outgoing mail for viruses.


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


Re: [389-users] 389 DS 1.2.6. and certificates

2010-09-28 Thread Rob Crittenden
Reinhard Nappert wrote:
 I have the same permissions.

 CTu,u,u  works with my previous servers. Since I did a certutil -L -d  
 before the restart, I know that the database was fine before I restarted the 
 server.


Could this be pin related? Do you have a different password set on the 
database than the 389-ds instance is expecting?

rob

 -Reinhard

 -Original Message-
 From: 389-users-boun...@lists.fedoraproject.org 
 [mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Gerrard 
 Geldenhuis
 Sent: Tuesday, September 28, 2010 2:47 PM
 To: General discussion list for the 389 Directory server project.
 Subject: Re: [389-users] 389 DS 1.2.6. and certificates

 Hi

 I have seen similar problems... in my case the database became corrupt if I 
 changed it while dirsrv were running.

 Also check permissions:

 -rw--- 1 nobody root 65536 Aug 12 12:18 cert8.db
 -rw--- 1 nobody root 16384 Aug 12 12:18 key3.db
 -rw--- 1 nobody root 16384 Sep 28 17:08 secmod.db

 and my CA only have CT,,

 Not sure that would make a difference but worth checking.

 Regards

 
 From: 389-users-boun...@lists.fedoraproject.org 
 [389-users-boun...@lists.fedoraproject.org] on behalf of Reinhard Nappert 
 [rnapp...@juniper.net]
 Sent: 28 September 2010 16:24
 To: General discussion list for the 389 Directory server project.
 Subject: Re: [389-users] 389 DS 1.2.6. and certificates

 Yes, I built it myself on 4.4.

 No, it does not make a difference when I change the files to read only, 
 before I restart the server



 -Original Message-
 From: 389-users-boun...@lists.fedoraproject.org 
 [mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Rich Megginson
 Sent: Tuesday, September 28, 2010 11:05 AM
 To: General discussion list for the 389 Directory server project.
 Subject: Re: [389-users] 389 DS 1.2.6. and certificates

 Reinhard Nappert wrote:
 Hi,
 I built and installed the 389 Directory Server 1.2.6 on CentOS 4.4.
 Do you mean 5.5?  Or did you build it yourself?
 The server works fine.
 Then, I generated the certs (using certutil) and imported them in the
 cert-store. The certs are generated basically generated by the
 setupssl2.sh script. When I list the certs afterwards, everything
 looks fine:

 certutil -L -d /etc/dirsrv/dir-instance
 CA certificate   CTu,u,u
 hostname  u,u,u
 However, when I restart the server, I get the following error and the
 server does not come up anymore:
 [28/Sep/2010:10:45:40 -0400] - SSL alert: Security Initialization: NSS
 initialization failed (Netscape Portable Runtime error -8174 -
 security library: bad database.): certdir: /etc/dirsrv/dir-instance

 Not surprisingly, the certutil -L -d  comes up with the same error:
 certutil: function failed: security library: bad database.

 Any idea, what goes wrong there?
 Not sure.  After running the script to generate the certs, can you change the 
 cert8.db, key3.db, and secmod.db files to be read only (mode 0400), before 
 starting the directory server?  Does that help?

 Thanks,
 -Reinhard

 --
 --

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

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

 
 In order to protect our email recipients, Betfair Group use SkyScan from 
 MessageLabs to scan all Incoming and Outgoing mail for viruses.

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

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


Re: [389-users] 389 DS 1.2.6. and certificates

2010-09-28 Thread Rob Crittenden
Reinhard Nappert wrote:
 No, this is fine.

 Before I restart the server certutil is fine, afterwards, it is not ..

Are both dirsrv and certutil using the same NSS library?

rob


 -Original Message-
 From: Rob Crittenden [mailto:rcrit...@redhat.com]
 Sent: Tuesday, September 28, 2010 3:13 PM
 To: General discussion list for the 389 Directory server project.
 Cc: Reinhard Nappert
 Subject: Re: [389-users] 389 DS 1.2.6. and certificates

 Reinhard Nappert wrote:
 I have the same permissions.

 CTu,u,u  works with my previous servers. Since I did a certutil -L -d  
 before the restart, I know that the database was fine before I restarted the 
 server.


 Could this be pin related? Do you have a different password set on the 
 database than the 389-ds instance is expecting?

 rob

 -Reinhard

 -Original Message-
 From: 389-users-boun...@lists.fedoraproject.org
 [mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of
 Gerrard Geldenhuis
 Sent: Tuesday, September 28, 2010 2:47 PM
 To: General discussion list for the 389 Directory server project.
 Subject: Re: [389-users] 389 DS 1.2.6. and certificates

 Hi

 I have seen similar problems... in my case the database became corrupt if I 
 changed it while dirsrv were running.

 Also check permissions:

 -rw--- 1 nobody root 65536 Aug 12 12:18 cert8.db
 -rw--- 1 nobody root 16384 Aug 12 12:18 key3.db
 -rw--- 1 nobody root 16384 Sep 28 17:08 secmod.db

 and my CA only have CT,,

 Not sure that would make a difference but worth checking.

 Regards

 
 From: 389-users-boun...@lists.fedoraproject.org
 [389-users-boun...@lists.fedoraproject.org] on behalf of Reinhard
 Nappert [rnapp...@juniper.net]
 Sent: 28 September 2010 16:24
 To: General discussion list for the 389 Directory server project.
 Subject: Re: [389-users] 389 DS 1.2.6. and certificates

 Yes, I built it myself on 4.4.

 No, it does not make a difference when I change the files to read
 only, before I restart the server



 -Original Message-
 From: 389-users-boun...@lists.fedoraproject.org
 [mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Rich
 Megginson
 Sent: Tuesday, September 28, 2010 11:05 AM
 To: General discussion list for the 389 Directory server project.
 Subject: Re: [389-users] 389 DS 1.2.6. and certificates

 Reinhard Nappert wrote:
 Hi,
 I built and installed the 389 Directory Server 1.2.6 on CentOS 4.4.
 Do you mean 5.5?  Or did you build it yourself?
 The server works fine.
 Then, I generated the certs (using certutil) and imported them in the
 cert-store. The certs are generated basically generated by the
 setupssl2.sh script. When I list the certs afterwards, everything
 looks fine:

 certutil -L -d /etc/dirsrv/dir-instance
 CA certificate   CTu,u,u
 hostname   u,u,u
 However, when I restart the server, I get the following error and the
 server does not come up anymore:
 [28/Sep/2010:10:45:40 -0400] - SSL alert: Security Initialization:
 NSS initialization failed (Netscape Portable Runtime error -8174 -
 security library: bad database.): certdir: /etc/dirsrv/dir-instance

 Not surprisingly, the certutil -L -d  comes up with the same error:
 certutil: function failed: security library: bad database.

 Any idea, what goes wrong there?
 Not sure.  After running the script to generate the certs, can you change 
 the cert8.db, key3.db, and secmod.db files to be read only (mode 0400), 
 before starting the directory server?  Does that help?

 Thanks,
 -Reinhard

 -
 -
 --

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

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

 __
 __ In order to protect our email recipients, Betfair Group use SkyScan
 from MessageLabs to scan all Incoming and Outgoing mail for viruses.

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


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


Re: [389-users] sasl_io_start_packet: failed - read only 3 bytes of 4

2010-09-28 Thread Edward Z. Yang
Excerpts from Rich Megginson's message of Tue Sep 28 15:31:55 -0400 2010:
 Does it happen if the 1.2.6 server is the consumer?  The problem I fixed 
 is consumer related.

Yep. (Yeah, the arrows are ambiguous.)

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


Re: Intel GMA 3100 Card in fedora 13

2010-09-28 Thread Suvayu Ali
Hi Manuel,

On Monday 27 September 2010 06:49 PM, Manuel Escudero wrote:
 I've been trying out many distros in my computer
 by LiveCD's and all of them (Mandriva, OpenSUSE, Kubuntu just to give some
 examples)  are fully compatible with my Intel GMA 3100 card (I can say that
 because their KDE Desktops are totally Transparent) But in my Fedora 13 I
 can't get a Transparent KDE

I don't know much about this particular chipset, but some Intel graphics 
chipsets (poulsbo?) require non-free drivers. These are available from 
RPMFusion. Have you investigated that possibility?

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


ascii2utf-8

2010-09-28 Thread Hiisi
Hi.
I need to convert a bunch of ascii-files to utf-8 encoding. Now files
have the following encoding:
$ enca poster.tex
7bit ASCII characters
Whatever I do (enca, iconv) I'm unable to change it to utf-8.
Is it possible at all?
TIA
-- 
Hiisi.
Registered Linux User #487982. Be counted at: http://counter.li.org/
--
Spandex is a privilege, not a right.
-- 
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: ascii2utf-8

2010-09-28 Thread fedora
perl-Unicode-String

suomi

On 2010-09-28 08:48, Hiisi wrote:
 Hi.
 I need to convert a bunch of ascii-files to utf-8 encoding. Now files
 have the following encoding:
 $ enca poster.tex
 7bit ASCII characters
 Whatever I do (enca, iconv) I'm unable to change it to utf-8.
 Is it possible at all?
 TIA
-- 
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: ascii2utf-8

2010-09-28 Thread Hiisi
2010/9/28 fedora fed...@ayni.com:
 perl-Unicode-String

 suomi

 On 2010-09-28 08:48, Hiisi wrote:
 Hi.
 I need to convert a bunch of ascii-files to utf-8 encoding. Now files
 have the following encoding:
 $ enca poster.tex
 7bit ASCII characters
 Whatever I do (enca, iconv) I'm unable to change it to utf-8.
 Is it possible at all?
 TIA

OK, but how to use it?

$ man perl-Unicode-String
Man-sivua perl-Unicode-String ei löydy
-- 
Hiisi.
Registered Linux User #487982. Be counted at: http://counter.li.org/
--
Spandex is a privilege, not a right.
-- 
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: ascii2utf-8

2010-09-28 Thread Mogens Kjaer
On 09/28/2010 08:48 AM, Hiisi wrote:
 Hi.
 I need to convert a bunch of ascii-files to utf-8 encoding.

ASCII-7 is a subset of UTF-8, so any ASCII-7 encoded file is also a
UTF-8 encoded file.

Why do you need to convert the files?

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: ascii2utf-8

2010-09-28 Thread JD


On 09/27/2010 11:48 PM, Hiisi wrote:
 Hi.
 I need to convert a bunch of ascii-files to utf-8 encoding. Now files
 have the following encoding:
 $ enca poster.tex
 7bit ASCII characters
 Whatever I do (enca, iconv) I'm unable to change it to utf-8.
 Is it possible at all?
 TIA

OpenOffice to the rescue :)
Open each ascii file in OO and OO will pop a banner
where it will let you choose Character Set (the default of which will be 
UTF-8,
The Font - the default will be Liberation Serif
The Language - Here ther default for me is English.
Click OK
File - Save as

and you're done!


-- 
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: Canon BJC-70 colour portable printer, no yellow.

2010-09-28 Thread Silent-Hunter

  On 01/-10/-28163 11:59 AM, James McKenzie wrote:
  On 9/27/10 3:50 PM, Silent-Hunter wrote:
On 01/-10/-28163 11:59 AM, James McKenzie wrote:
   On 9/26/10 6:02 PM, Silent-Hunter wrote:
 Hi! My Canon BJC-70 will not print yellow or any colour that 
 requires
 yellow. It prints other colours, but none that contain yellow. I have
 tried everything, including compiling the latest GhostScript. Please
 help?
 Stupid question, but does it pass the self test?

 James McKenzie


 Does the BJC-70 have one? It's a pretty old printer.
 Sure does.  I owned one of these a long time ago and the instructions 
 were provided by a different list member.

 James McKenzie


Now this is very odd. I did the self test, and now it works. From the 
test AND from 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


OT: Where do I find what pkgs may enter(ed) the Fedora chain?

2010-09-28 Thread Frank Murphy
Just Curious.

http://www.documentfoundation.org/

-- 
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:Boot blocks of a bootable CD

2010-09-28 Thread Samuel Kidman
  Given a bootable CD or DVD (either the medium itself, or the iso file),
 is there a way to extract the boot blocks from it
 for use  in creating a different bootable Cd or DVD? Would it even work?


The easiest way to make a custom boot cd is to modify the image of an
existing boot cd, copying whatever packages you want onto it, and then burn
the modified image to cd.

What exactly is your desired end result?
-- 
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: Canon BJC-70 colour portable printer, no yellow.

2010-09-28 Thread Tim Waugh
On Tue, 2010-09-28 at 01:25 -0700, Silent-Hunter wrote:
 Now this is very odd. I did the self test, and now it works. From the 
 test AND from Linux.

Perhaps the nozzle was blocked and the self-test cleaned the heads?

Tim.
*/



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


Re: ascii2utf-8

2010-09-28 Thread fedora
man Unicode::String

On 2010-09-28 09:13, Hiisi wrote:
 2010/9/28 fedorafed...@ayni.com:
 perl-Unicode-String

 suomi

 On 2010-09-28 08:48, Hiisi wrote:
 Hi.
 I need to convert a bunch of ascii-files to utf-8 encoding. Now files
 have the following encoding:
 $ enca poster.tex
 7bit ASCII characters
 Whatever I do (enca, iconv) I'm unable to change it to utf-8.
 Is it possible at all?
 TIA

 OK, but how to use it?

 $ man perl-Unicode-String
 Man-sivua perl-Unicode-String ei löydy
-- 
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: realplayer

2010-09-28 Thread Bryn M. Reeves
On 09/28/2010 01:18 AM, Michael Miles wrote:
 Patrick Dupre wrote:
 Hello,

 I installed realplayerGold11 on a fedora 13 machine.
 The application runs but I have no sound !
 How can I fix it ?

 vlc works fine !

 Thank.

 Just a guess but make sure the pulseaudio plug in for Realplayer is there

Or run it under padsp to redirect OSS sound interface to PA:

$ padsp realplayer

Regards,
Bryn.
-- 
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: Intel GMA 3100 Card in fedora 13

2010-09-28 Thread Klaasjan Brand
On Tue, Sep 28, 2010 at 8:36 AM, Suvayu Ali
fatkasuvayu+li...@gmail.comfatkasuvayu%2bli...@gmail.com
 wrote:

 Hi Manuel,

 On Monday 27 September 2010 06:49 PM, Manuel Escudero wrote:
  I've been trying out many distros in my computer
  by LiveCD's and all of them (Mandriva, OpenSUSE, Kubuntu just to give
 some
  examples)  are fully compatible with my Intel GMA 3100 card (I can say
 that
  because their KDE Desktops are totally Transparent) But in my Fedora 13 I
  can't get a Transparent KDE

 I don't know much about this particular chipset, but some Intel graphics
 chipsets (poulsbo?) require non-free drivers. These are available from
 RPMFusion. Have you investigated that possibility?

 Intel x3100 is part of the 965 chipset and certainly not poulsbo.

I'm currently running Fedora 13 (Gnome with compiz enabled) on a laptop with
this chipset, so maybe it's a problem with the KDE windowmanager?

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


NFS Buffering

2010-09-28 Thread Simon Andrews
I have a fedora 13 box on which I have a remote mounted nfs share over a 
fairly slow (10Mb/s) link.  I'm then transferring data onto this share 
from a different machine using scp.

The problem is that after scp reports that it's 100% complete the 
program will hang for ~20 mins before it will move on to another file. 
At this point it can't be killed.

It looks like the nfs daemon is caching write data (around 2GB of it) 
which lets scp think its finished when actually there's loads of data 
sitting in a write buffer.  The hanging is presumably the time it takes 
to flush the buffer (there is a process called nfsiod which is active 
during this time and df shows data is still being written).

Does anyone know how to either make this buffer smaller, or get rid of 
it all together so the scp can accruately report on its progress?

Thanks

Simon.

-- 
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: Canon BJC-70 colour portable printer, no yellow.

2010-09-28 Thread Patrick Bartek
--- On Tue, 9/28/10, Silent-Hunter cheery...@hotmail.com wrote:



  [snip]
 
 Now this is very odd. I did the self test, and now it
 works. From the 
 test AND from Linux.

Probably, the yellow ink jet was just clogged, a common problem if you don't 
use your printer regularly, particularly if you live in a dry climate like I do 
(desert Southwest US).  The manufacturer of my printer (Epson) recommended that 
I use the printer at least twice a week to keep the jets clear.  It didn't 
help.  The jets eventually became hopelessly clogged.  I even considered 
building a humidity control cabinet to keep the printer in.

I switched to laser printers.

B
-- 
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: NFS Buffering

2010-09-28 Thread Tom Horsley
On Tue, 28 Sep 2010 15:07:25 +0100
Simon Andrews wrote:

 Does anyone know how to either make this buffer smaller, or get rid of 
 it all together so the scp can accruately report on its progress?

I don't know how to fix it, but I don't think it has anything to
do with NFS. I see the same with ext3 disks at both ends.
-- 
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


[389-users] 389 DS 1.2.6. and certificates

2010-09-28 Thread Reinhard Nappert
Hi,
I built and installed the 389 Directory Server 1.2.6 on CentOS 4.4. The server 
works fine.
Then, I generated the certs (using certutil) and imported them in the 
cert-store. The certs are generated basically generated by the setupssl2.sh 
script. When I list the certs afterwards, everything looks fine:

certutil -L -d /etc/dirsrv/dir-instance
CA certificate   CTu,u,u
hostname u,u,u
However, when I restart the server, I get the following error and the server 
does not come up anymore:
[28/Sep/2010:10:45:40 -0400] - SSL alert: Security Initialization: NSS 
initialization failed (Netscape Portable Runtime error -8174 - security 
library: bad database.): certdir: /etc/dirsrv/dir-instance

Not surprisingly, the certutil -L -d  comes up with the same error:
certutil: function failed: security library: bad database.

Any idea, what goes wrong there?

Thanks,
-Reinhard

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

Re: [389-users] 389 DS 1.2.6. and certificates

2010-09-28 Thread Rich Megginson
Reinhard Nappert wrote:
 Hi,
 I built and installed the 389 Directory Server 1.2.6 on CentOS 4.4.
Do you mean 5.5?  Or did you build it yourself?
 The server works fine.
 Then, I generated the certs (using certutil) and imported them in the 
 cert-store. The certs are generated basically generated by the 
 setupssl2.sh script. When I list the certs afterwards, everything 
 looks fine:
  
 certutil -L -d /etc/dirsrv/dir-instance
 CA certificate   CTu,u,u
 hostname u,u,u
 However, when I restart the server, I get the following error and the 
 server does not come up anymore:
 [28/Sep/2010:10:45:40 -0400] - SSL alert: Security Initialization: NSS 
 initialization failed (Netscape Portable Runtime error -8174 - 
 security library: bad database.): certdir: /etc/dirsrv/dir-instance
  
 Not surprisingly, the certutil -L -d  comes up with the same error:
 certutil: function failed: security library: bad database.
  
 Any idea, what goes wrong there?
Not sure.  After running the script to generate the certs, can you 
change the cert8.db, key3.db, and secmod.db files to be read only (mode 
0400), before starting the directory server?  Does that help?
  
 Thanks,
 -Reinhard

 

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

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


Re: [389-users] 389 DS 1.2.6. and certificates

2010-09-28 Thread Reinhard Nappert
Yes, I built it myself on 4.4.

No, it does not make a difference when I change the files to read only, before 
I restart the server

 

-Original Message-
From: 389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Rich Megginson
Sent: Tuesday, September 28, 2010 11:05 AM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] 389 DS 1.2.6. and certificates

Reinhard Nappert wrote:
 Hi,
 I built and installed the 389 Directory Server 1.2.6 on CentOS 4.4.
Do you mean 5.5?  Or did you build it yourself?
 The server works fine.
 Then, I generated the certs (using certutil) and imported them in the 
 cert-store. The certs are generated basically generated by the 
 setupssl2.sh script. When I list the certs afterwards, everything 
 looks fine:
  
 certutil -L -d /etc/dirsrv/dir-instance
 CA certificate   CTu,u,u
 hostname u,u,u
 However, when I restart the server, I get the following error and the 
 server does not come up anymore:
 [28/Sep/2010:10:45:40 -0400] - SSL alert: Security Initialization: NSS 
 initialization failed (Netscape Portable Runtime error -8174 - 
 security library: bad database.): certdir: /etc/dirsrv/dir-instance
  
 Not surprisingly, the certutil -L -d  comes up with the same error:
 certutil: function failed: security library: bad database.
  
 Any idea, what goes wrong there?
Not sure.  After running the script to generate the certs, can you change the 
cert8.db, key3.db, and secmod.db files to be read only (mode 0400), before 
starting the directory server?  Does that help?
  
 Thanks,
 -Reinhard

 --
 --

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

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


loading module during pxe boot

2010-09-28 Thread Eric Doutreleau
i m trying to install a dell precision T1500

but i have the following stated here
https://bugzilla.redhat.com/show_bug.cgi?id=525966

When i pxe boot my comp the network card is not discovered then i can't 
install the machine.

The bug is closed because there s an updated kernel but no pxe 
installation images have been made.

There s a workaround to solve the problem

it s to load broadcom module bedore tg3.
is there a way in anaconda to force the load of a module ?

I can't make a dvd installation as i have numerous computers with this 
card with different configuration. and all are in my cobbler server then 
a network installation is really needed.

Thanks in advance for any 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


Suspend/sleep

2010-09-28 Thread Roger K. Wells

  Months ago when I started using Fedora 13 from Centos 5.3
one of the reasons was that things just worked.  Things
like suspend when the laptop lid is closed.  Lately starting
perhaps six weeks ago the probability of a successful suspension
and subsequent wake up seems to be about 50%-60%.
My question is what can I check to gather evidence about what's
going on and how to fix it?

uname -r: 2.6.34.7-56.fc13.x86_64
Machine: Lenovo X200 Thinkpad.

TIA,

Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger.k.we...@saic.com

-- 
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: Boot blocks of a bootable CD

2010-09-28 Thread JD


On 09/28/2010 01:54 AM, Samuel Kidman wrote:

  Given a bootable CD or DVD (either the medium itself, or the iso
 file),
 is there a way to extract the boot blocks from it
 for use  in creating a different bootable Cd or DVD? Would it even
 work?


 The easiest way to make a custom boot cd is to modify the image of an 
 existing boot cd, copying whatever packages you want onto it, and then 
 burn the modified image to cd.

 What exactly is your desired end result?
An OP already answered: AcetoneISO
-- 
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: NFS Buffering

2010-09-28 Thread JD


On 09/28/2010 07:07 AM, Simon Andrews wrote:
 I have a fedora 13 box on which I have a remote mounted nfs share over a
 fairly slow (10Mb/s) link.  I'm then transferring data onto this share
 from a different machine using scp.

 The problem is that after scp reports that it's 100% complete the
 program will hang for ~20 mins before it will move on to another file.
 At this point it can't be killed.

 It looks like the nfs daemon is caching write data (around 2GB of it)
 which lets scp think its finished when actually there's loads of data
 sitting in a write buffer.  The hanging is presumably the time it takes
 to flush the buffer (there is a process called nfsiod which is active
 during this time and df shows data is still being written).

 Does anyone know how to either make this buffer smaller, or get rid of
 it all together so the scp can accruately report on its progress?

 Thanks

 Simon.

I understand you mean your desktop nfs-mounts a directory
exported to your machine by a server over a 10   mb/s link.
I understaand you mean that you have write permissions to
write to this nfs mounted directory on your machine.
I understand that you scp from a third  machine (again at 10 mb/s  - 
you did not specify this part)
to the nfs mounted directory on YOUR machine.

Just to get  the data from the third machine to yours before it
is even sent to the nfs server):

On a 10megabit/s link, only 80% of which is payload data,
transferring 2GB (I assume you mean binary GB):
.80 * 1000 = 800 bits/s payload data
800 / 8 = 10 bytes/s payload data
2147483648 / 100 = 2147.48 number of seconds it takes to download 2 GB.
2147.48 /60.00 = 35.79 minutes to download 2GB.
So, that's close enough to  your 20 minutes download time.
I am being a bit pessimistic here as to how much of the ether bandwirdth 
is used
for payload data.
At 90%, the transfer time comes down to 31 minutes.

So, 20 minutes is absolutely miraculous!!!
Be HAPPY!!







-- 
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: Canon BJC-70 colour portable printer, no yellow.

2010-09-28 Thread Tim
On Tue, 2010-09-28 at 07:18 -0700, Patrick Bartek wrote:
 The manufacturer of my printer (Epson) recommended that I use the
 printer at least twice a week to keep the jets clear.  It didn't help.

Sure it did.  You use more ink, you buy more ink, they make more
money...  You have to wonder if that's the sole reason they give out
that advice.

-- 
[...@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: [389-users] 389 DS 1.2.6. and certificates

2010-09-28 Thread Gerrard Geldenhuis
Hi

I have seen similar problems... in my case the database became corrupt if I 
changed it while dirsrv were running.

Also check permissions:

-rw--- 1 nobody root 65536 Aug 12 12:18 cert8.db
-rw--- 1 nobody root 16384 Aug 12 12:18 key3.db
-rw--- 1 nobody root 16384 Sep 28 17:08 secmod.db

and my CA only have CT,,

Not sure that would make a difference but worth checking.

Regards


From: 389-users-boun...@lists.fedoraproject.org 
[389-users-boun...@lists.fedoraproject.org] on behalf of Reinhard Nappert 
[rnapp...@juniper.net]
Sent: 28 September 2010 16:24
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] 389 DS 1.2.6. and certificates

Yes, I built it myself on 4.4.

No, it does not make a difference when I change the files to read only, before 
I restart the server



-Original Message-
From: 389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Rich Megginson
Sent: Tuesday, September 28, 2010 11:05 AM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] 389 DS 1.2.6. and certificates

Reinhard Nappert wrote:
 Hi,
 I built and installed the 389 Directory Server 1.2.6 on CentOS 4.4.
Do you mean 5.5?  Or did you build it yourself?
 The server works fine.
 Then, I generated the certs (using certutil) and imported them in the
 cert-store. The certs are generated basically generated by the
 setupssl2.sh script. When I list the certs afterwards, everything
 looks fine:

 certutil -L -d /etc/dirsrv/dir-instance
 CA certificate   CTu,u,u
 hostname u,u,u
 However, when I restart the server, I get the following error and the
 server does not come up anymore:
 [28/Sep/2010:10:45:40 -0400] - SSL alert: Security Initialization: NSS
 initialization failed (Netscape Portable Runtime error -8174 -
 security library: bad database.): certdir: /etc/dirsrv/dir-instance

 Not surprisingly, the certutil -L -d  comes up with the same error:
 certutil: function failed: security library: bad database.

 Any idea, what goes wrong there?
Not sure.  After running the script to generate the certs, can you change the 
cert8.db, key3.db, and secmod.db files to be read only (mode 0400), before 
starting the directory server?  Does that help?

 Thanks,
 -Reinhard

 --
 --

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

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


In order to protect our email recipients, Betfair Group use SkyScan from 
MessageLabs to scan all Incoming and Outgoing mail for viruses.


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


Re: NFS Buffering

2010-09-28 Thread Kwan Lowe
On Tue, Sep 28, 2010 at 1:39 PM, JD jd1...@gmail.com wrote:

 At 90%, the transfer time comes down to 31 minutes.

 So, 20 minutes is absolutely miraculous!!!
 Be HAPPY!!

Could be compression on the SCP link...
-- 
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: Canon BJC-70 colour portable printer, no yellow.

2010-09-28 Thread Michael Miles
Tim wrote:
 On Tue, 2010-09-28 at 07:18 -0700, Patrick Bartek wrote:

 The manufacturer of my printer (Epson) recommended that I use the
 printer at least twice a week to keep the jets clear.  It didn't help.
  
 Sure it did.  You use more ink, you buy more ink, they make more
 money...  You have to wonder if that's the sole reason they give out
 that advice.



Just to chime in here...

It is the sole reason. Cleaning ink jet jets takes a lot of ink and they 
do count on this to sell more ink.

Excellent argument for Color Laser printers.

I used to get ink cartridges once every 30-45 days making for an 
expensive proposition.
Since I purchased a laser it is every 3-4 months for toners, and I print 
every day.


Since the price of Color Lasers have gone down, way down, then the whole 
idea of color ink jet is obsolete



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


installing HP printer, setup

2010-09-28 Thread Jim
  FC13

I have installed the HPLIP drivers for a Deskjet F4580 printer, but cups 
can't complete setup because of a file called foomatic-rip-hplip ,which 
doesn't  exist in fedora , but foomatic-rip does exist in fedora.

This foomatic-rip-hplip is called from the the .ppd file, instead of the 
foomatic-rip file.

I have to edit the .ppd file for this printer and change the 
foomatic-rip-hplip to foomatic-rip, WHERE is THIS .PPD file located in 
FC13 ?
-- 
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: installing HP printer, setup

2010-09-28 Thread fred smith
On Tue, Sep 28, 2010 at 03:18:59PM -0400, Jim wrote:
   FC13
 
 I have installed the HPLIP drivers for a Deskjet F4580 printer, but cups 
 can't complete setup because of a file called foomatic-rip-hplip ,which 
 doesn't  exist in fedora , but foomatic-rip does exist in fedora.
 
 This foomatic-rip-hplip is called from the the .ppd file, instead of the 
 foomatic-rip file.
 
 I have to edit the .ppd file for this printer and change the 
 foomatic-rip-hplip to foomatic-rip, WHERE is THIS .PPD file located in 
 FC13 ?

I dunno anything about those programs you mention, but (in case you
haven't yet) you may find it helpful to use yum to install all the
foomatic packages you can find. and maybe look at the names of available
cups packges to see if any of them look interesting. and try a 
yum list available | grep -y hplip and similar to see if there's
anything else interesting to try.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  The eyes of the Lord are everywhere, 
keeping watch on the wicked and the good.
- Proverbs 15:3 (niv) -
-- 
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


F13 wifi goes a little crazy (Networkmanager)

2010-09-28 Thread Alessandro Boggiano
I've a strange problem with NetworkManager on my fedora 13.
The system is up-to-date and kernel is 2.6.34.7-56.fc13.i686.PAE.

Basically, every minute I lost the connection on the wireless interface (wlan0),
only for a couple of second, but it's really annoying when I'm using
skype, for example.

The connection is very simple: it's not secured! I don't have a static
ip, so I must use dhcp.
I never had any problem with other versions of fedora on this network.
I have only F13 on this laptop (HP HDX18).

-- lspci --

02:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN
[Shiloh] Network Connection

-- iwevent --

16:38:40.512753   wlan0Scan request completed
16:38:43.015620   wlan0New Access Point/Cell address:Not-Associated
16:38:45.688226   wlan0Scan request completed
16:38:45.688541   wlan0Set Mode:Managed
16:38:45.688551   wlan0Set Frequency:2.412 GHz (Channel 1)
16:38:45.688566   wlan0Set ESSID:wlan-ap
16:38:45.694417   wlan0Association Response
IEs:010482848B9632080C1218243048606C
16:38:45.694443   wlan0New Access Point/Cell address:00:23:69:78:FA:49
16:39:38.881457   wlan0Scan request completed
16:39:41.383649   wlan0New Access Point/Cell
address:Not-Associated
16:39:44.056186   wlan0Scan request completed
16:39:44.056845   wlan0Set Mode:Managed
16:39:44.056873   wlan0Set Frequency:2.412 GHz (Channel 1)
16:39:44.056912   wlan0Set ESSID:wlan-ap
16:39:44.063084   wlan0Association Response
IEs:010482848B9632080C1218243048606C
16:39:44.063132   wlan0New Access Point/Cell address:00:23:69:78:FA:49
16:40:58.856974   wlan0Scan request completed
16:41:01.359595   wlan0New Access Point/Cell address:Not-Associated
16:41:04.055649   wlan0Scan request completed
16:41:04.056419   wlan0Set Mode:Managed
16:41:04.056447   wlan0Set Frequency:2.412 GHz (Channel 1)
16:41:04.056485   wlan0Set ESSID:wlan-ap
16:41:04.062461   wlan0Association Response
IEs:010482848B9632080C1218243048606C
16:41:04.062510   wlan0New Access Point/Cell address:00:23:69:78:FA:49
..
..

-- /var/log/messages --

Sep 28 21:14:13 localhost kernel: cfg80211: Calling CRDA to update
world regulatory domain
Sep 28 21:14:13 localhost NetworkManager[1535]: info (wlan0):
supplicant connection state:  completed - disconnected
Sep 28 21:14:13 localhost kernel: cfg80211: Calling CRDA for country: IT
Sep 28 21:14:13 localhost kernel: cfg80211: Regulatory domain changed
to country: IT
Sep 28 21:14:13 localhost kernel:(start_freq - end_freq @
bandwidth), (max_antenna_gain, max_eirp)
Sep 28 21:14:13 localhost kernel:(2402000 KHz - 2482000 KHz @
4 KHz), (N/A, 2000 mBm)
Sep 28 21:14:13 localhost kernel:(517 KHz - 525 KHz @
4 KHz), (N/A, 2000 mBm)
Sep 28 21:14:13 localhost kernel:(525 KHz - 533 KHz @
4 KHz), (N/A, 2000 mBm)
Sep 28 21:14:13 localhost kernel:(549 KHz - 571 KHz @
4 KHz), (N/A, 2700 mBm)
Sep 28 21:14:13 localhost NetworkManager[1535]: info (wlan0):
supplicant connection state:  disconnected - scanning
Sep 28 21:14:15 localhost NetworkManager[1535]: info (wlan0):
supplicant connection state:  scanning - associating
Sep 28 21:14:15 localhost NetworkManager[1535]: info (wlan0):
supplicant connection state:  associating - associated
Sep 28 21:14:15 localhost NetworkManager[1535]: info (wlan0):
supplicant connection state:  associated - completed

 --   /etc/modprobe.d/network.conf --

options cfg80211 ieee80211_regdom=IT
options iwlagn 11n_disable=1 11n_disable50=1 disable_hw_scan=1

I forced this options, doing some researches on the net, but the
problem is still there.

Now I stopped Networkmanager and I'm using system-config-network and I
don't see the messages again (I have to manually insert the network
SSID, of course!), but I'd like to use Networkmanager again.

How can I do ?
-- 
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] sasl_io_start_packet: failed - read only 3 bytes of 4

2010-09-28 Thread Rich Megginson
Edward Z. Yang wrote:
 Excerpts from Rich Megginson's message of Tue Sep 28 15:31:55 -0400 2010:
   
 Does it happen if the 1.2.6 server is the consumer?  The problem I fixed 
 is consumer related.
 

 Yep. (Yeah, the arrows are ambiguous.)

 Edward
   
Can you turn on Connection management logging to the error log?  
http://directory.fedoraproject.org/wiki/FAQ#Troubleshooting
On the consumer, then reproduce the problem.
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


Re: realplayer

2010-09-28 Thread Patrick Dupre



Patrick Dupre wrote:

Hello,

I installed realplayerGold11 on a fedora 13 machine.
The application runs but I have no sound !
How can I fix it ?

vlc works fine !

Thank.


Just a guess but make sure the pulseaudio plug in for Realplayer is there


It works fine if I do padsp realplay.
How can I install the pluseaudio plugins for realplay ?
I did:
 ln -s /usr/lib/libpulsedsp.so /usr/lib/mozilla/plugins

but it does not help.
I also cannot get the sound from firefox !

Thank for your help.


--
---
==
 Patrick DUPRÉ  |   |
 Department of Chemistry|   |Phone: (44)-(0)-1904-434384
 The University of York |   |Fax:   (44)-(0)-1904-432516
 Heslington |   |
 York YO10 5DD  United Kingdom  |   |email: pd...@york.ac.uk
==-- 
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: NFS Buffering

2010-09-28 Thread JD


On 09/28/2010 11:58 AM, Kwan Lowe wrote:
 On Tue, Sep 28, 2010 at 1:39 PM, JDjd1...@gmail.com  wrote:

 At 90%, the transfer time comes down to 31 minutes.

 So, 20 minutes is absolutely miraculous!!!
 Be HAPPY!!
 Could be compression on the SCP link..
Hmm... doubtful!
-- 
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] NSMMReplicationPlugin - Can't resurrect tombstone

2010-09-28 Thread Rich Megginson
Chun Tat David Chu wrote:
 Hi all,

 I am hitting some problem with my replicated directory server.  I saw 
 the following error messages from the errors log file.

 [17/Sep/2010:09:47:51 -0400] NSMMReplicationPlugin - conn=1 op=4 
 csn=4c9363a90002: Can't resurrect tombstone 
 ou=test,dc=example,dc=com to glue reason 'deletedEntryHasChildren', 
 error=68

 Can anyone tell me what could cause this problem and how to prevent it 
 from happening again?
Looks like you deleted an entry on one master, but at the same time, on 
another master, you added child entries to the same entry.  I'm not sure 
how this happened - was one master down for some period of time, or 
disconnected for some period of time, and managed separately during that 
time? 

You'll have to delete all of the child entries of 
ou=test,dc=example,dc=com, then you'll have to delete 
ou=test,dc=example,dc=com

 Thanks!

 David

 

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

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


Re: installing HP printer, setup

2010-09-28 Thread JD


On 09/28/2010 12:18 PM, Jim wrote:
FC13

 I have installed the HPLIP drivers for a Deskjet F4580 printer, but cups
 can't complete setup because of a file called foomatic-rip-hplip ,which
 doesn't  exist in fedora , but foomatic-rip does exist in fedora.

 This foomatic-rip-hplip is called from the the .ppd file, instead of the
 foomatic-rip file.

 I have to edit the .ppd file for this printer and change the
 foomatic-rip-hplip to foomatic-rip, WHERE is THIS .PPD file located in
 FC13 ?
From
http://sourceforge.net/project/shownotes.php?release_id=575089 :
5. Added foomatic-rip-hplip support. Foomatic-rip-hplip is for distros 
that do not have the latest foomatic-rip which is required for drv support.

-- 
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: installing HP printer, setup

2010-09-28 Thread Jim
  On 09/28/2010 04:47 PM, JD wrote:

 On 09/28/2010 12:18 PM, Jim wrote:
 FC13

 I have installed the HPLIP drivers for a Deskjet F4580 printer, but cups
 can't complete setup because of a file called foomatic-rip-hplip ,which
 doesn't  exist in fedora , but foomatic-rip does exist in fedora.

 This foomatic-rip-hplip is called from the the .ppd file, instead of the
 foomatic-rip file.

 I have to edit the .ppd file for this printer and change the
 foomatic-rip-hplip to foomatic-rip, WHERE is THIS .PPD file located in
 FC13 ?
 From
 http://sourceforge.net/project/shownotes.php?release_id=575089 :
 5. Added foomatic-rip-hplip support. Foomatic-rip-hplip is for distros
 that do not have the latest foomatic-rip which is required for drv support.

I have foomatic-rip on this box and I believed that it is called from 
the ppd file, is /etc/cups/ppd where it is called from ?
-- 
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: Suspend/sleep

2010-09-28 Thread Geoffrey Leach
On 09/28/2010 09:58:43 AM, Roger K. Wells wrote:
 
   Months ago when I started using Fedora 13 from Centos 5.3
 one of the reasons was that things just worked.  Things
 like suspend when the laptop lid is closed.  Lately starting
 perhaps six weeks ago the probability of a successful suspension
 and subsequent wake up seems to be about 50%-60%.
 My question is what can I check to gather evidence about what's
 going on and how to fix it?
 
 uname -r: 2.6.34.7-56.fc13.x86_64
 Machine: Lenovo X200 Thinkpad.

No problems with suspend (to ram), ASUS Z84F, 
2.6.34.7-56.fc13.i686.PAE, FWIW.

The first place to look when diagnosing suspend problems is /var/log/
pm-suspend.log. After that, look at kernel doc, http://
www.mjmwired.net/kernel/Documentation/power/basic-pm-debugging.txt and 
follow links from there, as seems appropriate.

FWIW, its sometimes said that reporting kernel problems to Bugzilla is 
a waste of time, as kernel developers don't pay attention to them. I 
can testify that my recent eperience (a suspend problem, no less) 
contradicts that. They are, in fact, very attentive. 
-- 
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: Suspend/sleep

2010-09-28 Thread Roger K. Wells

  On 09/28/2010 05:44 PM, Geoffrey Leach wrote:
 On 09/28/2010 09:58:43 AM, Roger K. Wells wrote:
Months ago when I started using Fedora 13 from Centos 5.3
 one of the reasons was that things just worked.  Things
 like suspend when the laptop lid is closed.  Lately starting
 perhaps six weeks ago the probability of a successful suspension
 and subsequent wake up seems to be about 50%-60%.
 My question is what can I check to gather evidence about what's
 going on and how to fix it?

 uname -r: 2.6.34.7-56.fc13.x86_64
 Machine: Lenovo X200 Thinkpad.
 No problems with suspend (to ram), ASUS Z84F,
 2.6.34.7-56.fc13.i686.PAE, FWIW.

 The first place to look when diagnosing suspend problems is /var/log/
 pm-suspend.log. After that, look at kernel doc, http://
 www.mjmwired.net/kernel/Documentation/power/basic-pm-debugging.txt and
 follow links from there, as seems appropriate.

 FWIW, its sometimes said that reporting kernel problems to Bugzilla is
 a waste of time, as kernel developers don't pay attention to them. I
 can testify that my recent eperience (a suspend problem, no less)
 contradicts that. They are, in fact, very attentive.

Thanks, I'll check it out  report back if I learn anything useful.
rkw

-- 
Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger.k.we...@saic.com

-- 
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: installing HP printer, setup

2010-09-28 Thread JD


On 09/28/2010 02:36 PM, Jim wrote:
On 09/28/2010 04:47 PM, JD wrote:
 On 09/28/2010 12:18 PM, Jim wrote:
  FC13

 I have installed the HPLIP drivers for a Deskjet F4580 printer, but cups
 can't complete setup because of a file called foomatic-rip-hplip ,which
 doesn't  exist in fedora , but foomatic-rip does exist in fedora.

 This foomatic-rip-hplip is called from the the .ppd file, instead of the
 foomatic-rip file.

 I have to edit the .ppd file for this printer and change the
 foomatic-rip-hplip to foomatic-rip, WHERE is THIS .PPD file located in
 FC13 ?
 From
 http://sourceforge.net/project/shownotes.php?release_id=575089 :
 5. Added foomatic-rip-hplip support. Foomatic-rip-hplip is for distros
 that do not have the latest foomatic-rip which is required for drv support.

 I have foomatic-rip on this box and I believed that it is called from
 the ppd file, is /etc/cups/ppd where it is called from ?
For every installed printer, the printer ppd driver will indeed be
located in  /etc/cups/ppd/  directory.

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


pyevent package broken

2010-09-28 Thread Mark Nottingham
In a fresh Fedora 13 install (x86_64), after yum installing pyevent, I get:

---8---

[...]
Running Transaction
  Installing : libevent-devel-1.4.13-1.fc13.x86_64  
   1/1 

Installed:
  libevent-devel.x86_64 0:1.4.13-1.fc13 
   

Complete!
qa2:~ python
Python 2.6.4 (r264:75706, Jun  4 2010, 18:20:31) 
[GCC 4.4.4 20100503 (Red Hat 4.4.4-2)] on linux2
Type help, copyright, credits or license for more information.
 import event
Traceback (most recent call last):
  File stdin, line 1, in module
ImportError: /usr/lib64/python2.6/site-packages/event.so: undefined symbol: 
event_sigcb
 
qa2:~ ldd /usr/lib64/python2.6/site-packages/event.so 
linux-vdso.so.1 =  (0x7fffad9fb000)
libevent-1.4.so.2 = /usr/lib64/libevent-1.4.so.2 (0x7f236996f000)
libpython2.6.so.1.0 = /usr/lib64/libpython2.6.so.1.0 
(0x7f23695b7000)
libpthread.so.0 = /lib64/libpthread.so.0 (0x7f236939a000)
libc.so.6 = /lib64/libc.so.6 (0x7f236901b000)
libnsl.so.1 = /lib64/libnsl.so.1 (0x7f2368e02000)
librt.so.1 = /lib64/librt.so.1 (0x7f2368bf9000)
libresolv.so.2 = /lib64/libresolv.so.2 (0x7f23689df000)
libdl.so.2 = /lib64/libdl.so.2 (0x7f23687db000)
libutil.so.1 = /lib64/libutil.so.1 (0x7f23685d7000)
libm.so.6 = /lib64/libm.so.6 (0x7f2368353000)
/lib64/ld-linux-x86-64.so.2 (0x00366c60)

---8---


--
Mark Nottingham http://www.mnot.net/

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


Re: Intel GMA 3100 Card in fedora 13

2010-09-28 Thread Manuel Escudero
2010/9/28 Klaasjan Brand klaas...@gmail.com



  On Tue, Sep 28, 2010 at 8:36 AM, Suvayu Ali 
 fatkasuvayu+li...@gmail.comfatkasuvayu%2bli...@gmail.com
  wrote:

 Hi Manuel,

 On Monday 27 September 2010 06:49 PM, Manuel Escudero wrote:
  I've been trying out many distros in my computer
  by LiveCD's and all of them (Mandriva, OpenSUSE, Kubuntu just to give
 some
  examples)  are fully compatible with my Intel GMA 3100 card (I can say
 that
  because their KDE Desktops are totally Transparent) But in my Fedora 13
 I
  can't get a Transparent KDE

 I don't know much about this particular chipset, but some Intel graphics
 chipsets (poulsbo?) require non-free drivers. These are available from
 RPMFusion. Have you investigated that possibility?

 Intel x3100 is part of the 965 chipset and certainly not poulsbo.

 I'm currently running Fedora 13 (Gnome with compiz enabled) on a laptop
 with this chipset, so maybe it's a problem with the KDE windowmanager?

 Klaasjan

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


Well, I don't believe it's kde problem because VMware player is not able to
run aero inside windows seven because the graphics card is not detected...
How do I install intel non free drivers from RPM Fusion?

BTW, I can run Kwin effects (something like compiz) but they don't run very
well in fedora, the machine starts to be slow, something that do not happen
in other distros...

-- 
-Manuel Escudero-
Linux User #509052
@GWave: jmlev...@googlewave.com
@Blogger: http://www.blogxenode.tk/ (Xenode Systems Blog)
PGP/GnuPG: DAE3 82E9 D68E 7AE4 ED31  1F8F 4AF4 D00C 50E7 ABC6
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: pyevent package broken

2010-09-28 Thread Mark Nottingham
This seems to be the problem:
  http://code.google.com/p/pyevent/issues/detail?id=23

Fix is in SNV: see instructions at bottom of thread there.


On 29/09/2010, at 10:10 AM, Mark Nottingham wrote:

 In a fresh Fedora 13 install (x86_64), after yum installing pyevent, I get:
 
 ---8---
 
 [...]
 Running Transaction
  Installing : libevent-devel-1.4.13-1.fc13.x86_64 
 1/1 
 
 Installed:
  libevent-devel.x86_64 0:1.4.13-1.fc13
 
 
 Complete!
 qa2:~ python
 Python 2.6.4 (r264:75706, Jun  4 2010, 18:20:31) 
 [GCC 4.4.4 20100503 (Red Hat 4.4.4-2)] on linux2
 Type help, copyright, credits or license for more information.
 import event
 Traceback (most recent call last):
  File stdin, line 1, in module
 ImportError: /usr/lib64/python2.6/site-packages/event.so: undefined symbol: 
 event_sigcb
 
 qa2:~ ldd /usr/lib64/python2.6/site-packages/event.so 
linux-vdso.so.1 =  (0x7fffad9fb000)
libevent-1.4.so.2 = /usr/lib64/libevent-1.4.so.2 (0x7f236996f000)
libpython2.6.so.1.0 = /usr/lib64/libpython2.6.so.1.0 
 (0x7f23695b7000)
libpthread.so.0 = /lib64/libpthread.so.0 (0x7f236939a000)
libc.so.6 = /lib64/libc.so.6 (0x7f236901b000)
libnsl.so.1 = /lib64/libnsl.so.1 (0x7f2368e02000)
librt.so.1 = /lib64/librt.so.1 (0x7f2368bf9000)
libresolv.so.2 = /lib64/libresolv.so.2 (0x7f23689df000)
libdl.so.2 = /lib64/libdl.so.2 (0x7f23687db000)
libutil.so.1 = /lib64/libutil.so.1 (0x7f23685d7000)
libm.so.6 = /lib64/libm.so.6 (0x7f2368353000)
/lib64/ld-linux-x86-64.so.2 (0x00366c60)
 
 ---8---
 
 
 --
 Mark Nottingham http://www.mnot.net/
 


--
Mark Nottingham http://www.mnot.net/

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


Re: How to disable KDE desktop option in GDM login

2010-09-28 Thread Tom Horsley
On Tue, 28 Sep 2010 17:02:04 -0700
Robert Arkiletian wrote:

 I want to disable KDE desktop option in GDM login, but I don't want to
 remove all the KDE apps so yum remove @kde-desktop is not an option.

/usr/share/xsessions/kde-safe.desktop
/usr/share/xsessions/kde.desktop

Are the files that actually make the kde login option show up,
but removing the rpm that owns them will remove gazillions
of files.

You could just remove the files, but everytime a KDE update
comes around it will probably reinstall 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: NFS Buffering

2010-09-28 Thread Samuel Kidman
On Tue, Sep 28, 2010 at 10:07 PM, Simon Andrews
simon.andr...@bbsrc.ac.ukwrote:

 I have a fedora 13 box on which I have a remote mounted nfs share over a
 fairly slow (10Mb/s) link.  I'm then transferring data onto this share
 from a different machine using scp.

 The problem is that after scp reports that it's 100% complete the
 program will hang for ~20 mins before it will move on to another file.
 At this point it can't be killed.

 It looks like the nfs daemon is caching write data (around 2GB of it)
 which lets scp think its finished when actually there's loads of data
 sitting in a write buffer.  The hanging is presumably the time it takes
 to flush the buffer (there is a process called nfsiod which is active
 during this time and df shows data is still being written).

 Does anyone know how to either make this buffer smaller, or get rid of
 it all together so the scp can accruately report on its progress?

 Thanks

 Simon.

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


This Article http://nfs.sourceforge.net/nfs-howto/ar01s05.html contains
information on how to adjust the buffer size of NFS and optimise file
transfers. Also scp has a -C option to enable compression.
-- 
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


OpenOffice to LibreOffice

2010-09-28 Thread Antonio Olivares
Dear folks,

Upon reading some alerts, I have found out that OpenOffice is being forked and 
now it will be LibreOffice.  It has the backing of Novel, Red Hat, ..., etc.  
This had to be done because of Oracle's recent treatment of OpenSolaris, and 
the possibility of it doing something similar here?

http://itmanagement.earthweb.com/osrc/article.php/3905711/Open-Office-Suite-Gets-Forked.htm

We would have still had gnumeric, and abiword, koffice and other software, but 
just in case Oracle changes it's mind?

Now, 
Fedora 14 will continue to ship with OpenOffice version, will next version of 
Fedora switch to LibreOffice?  Thanks!   

Regards,

Antonio 


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

2010-09-28 Thread Michael Miles
David wrote:
 On 9/28/2010 4:26 PM, Patrick Dupre wrote:

  
 Patrick Dupre wrote:

 Hello,

 I installed realplayerGold11 on a fedora 13 machine.
 The application runs but I have no sound !
 How can I fix it ?

 vlc works fine !

 Thank.

  
 Just a guess but make sure the pulseaudio plug in for Realplayer is there


 It works fine if I do padsp realplay.
 How can I install the pluseaudio plugins for realplay ?
 I did:
   ln -s /usr/lib/libpulsedsp.so /usr/lib/mozilla/plugins

 but it does not help.
 I also cannot get the sound from firefox !

 Thank for your help.
  

 Did Realplayer ever get changed so that it is no longer spyware? I did
 like software that 'phones home' and reports on me.  :-)



It would seem that realplayer has a problem with pulseaudio and the 
passthrough from alsa to pulseaudio is not taking place.

alsa-plugins-pulseaudio needs to go in then give it a go.


-- 
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: NFS Buffering

2010-09-28 Thread JD


On 09/28/2010 06:26 PM, Samuel Kidman wrote:


 On Tue, Sep 28, 2010 at 10:07 PM, Simon Andrews 
 simon.andr...@bbsrc.ac.uk mailto:simon.andr...@bbsrc.ac.uk wrote:

 I have a fedora 13 box on which I have a remote mounted nfs share
 over a
 fairly slow (10Mb/s) link.  I'm then transferring data onto this share
 from a different machine using scp.

 The problem is that after scp reports that it's 100% complete the
 program will hang for ~20 mins before it will move on to another file.
 At this point it can't be killed.

 It looks like the nfs daemon is caching write data (around 2GB of it)
 which lets scp think its finished when actually there's loads of data
 sitting in a write buffer.  The hanging is presumably the time it
 takes
 to flush the buffer (there is a process called nfsiod which is active
 during this time and df shows data is still being written).

 Does anyone know how to either make this buffer smaller, or get rid of
 it all together so the scp can accruately report on its progress?

 Thanks

 Simon.

Hey! Simon,
Listen: buffering is done by the filesystem internals
in collaboration with the block io layer. Once the filesystem
commits the write to block io layer,  the write call returns to
the calling program, and there is not an iota you can do about
it! In the case of nfs, buffering is done by the nfsiod.
Buffering will be done at both the server AND the client.
This is especially noticeable when the nfs client writes onto
and nfs mounted filesystem.
nfsiod is the helper kernel thead. There will be as many of these
as the admin configures the system for. Ditto with the main dispatcher,
the nfsd process.
The nfsiod is what buffers writes on the client side.

If you want the scp to function more synchronously, you
need to rewrite scp, so that it calls fsync after each write!
This will force scp process to wait for the data to be flushed
before the write call returns.

-- 
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: NFS Buffering

2010-09-28 Thread JD


On 09/28/2010 06:26 PM, Samuel Kidman wrote:


 On Tue, Sep 28, 2010 at 10:07 PM, Simon Andrews
 simon.andr...@bbsrc.ac.uk mailto:simon.andr...@bbsrc.ac.uk wrote:

 I have a fedora 13 box on which I have a remote mounted nfs share
 over a
 fairly slow (10Mb/s) link.  I'm then transferring data onto this share
 from a different machine using scp.

 The problem is that after scp reports that it's 100% complete the
 program will hang for ~20 mins before it will move on to another file.
 At this point it can't be killed.

 It looks like the nfs daemon is caching write data (around 2GB of it)
 which lets scp think its finished when actually there's loads of data
 sitting in a write buffer.  The hanging is presumably the time it
 takes
 to flush the buffer (there is a process called nfsiod which is active
 during this time and df shows data is still being written).

 Does anyone know how to either make this buffer smaller, or get rid of
 it all together so the scp can accruately report on its progress?

 Thanks

 Simon.

Hey! Simon,

you could also re-write scp to open the file descriptor with
O_SYNC to force all writes to be synchronous, and you will
obviate the need to call fsync().
-- 
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: OpenOffice to LibreOffice

2010-09-28 Thread edik landave
Long Life to LibreOffice!


On Tue, Sep 28, 2010 at 6:50 PM, Antonio Olivares
olivares14...@yahoo.com wrote:
 Dear folks,

 Upon reading some alerts, I have found out that OpenOffice is being forked 
 and now it will be LibreOffice.  It has the backing of Novel, Red Hat, ..., 
 etc.  This had to be done because of Oracle's recent treatment of 
 OpenSolaris, and the possibility of it doing something similar here?

 http://itmanagement.earthweb.com/osrc/article.php/3905711/Open-Office-Suite-Gets-Forked.htm

 We would have still had gnumeric, and abiword, koffice and other software, 
 but just in case Oracle changes it's mind?

 Now,
 Fedora 14 will continue to ship with OpenOffice version, will next version of 
 Fedora switch to LibreOffice?  Thanks!

 Regards,

 Antonio



 --
 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: OpenOffice to LibreOffice

2010-09-28 Thread Bruno Wolff III
On Tue, Sep 28, 2010 at 19:46:11 -0700,
  edik landave elwa...@gmail.com wrote:
 Long Life to LibreOffice!

Note that it is still possible they will get to use the openoffice.org
trademark as Oracle has been invited to participate.
See the H coverage of this:
http://www.h-online.com/open/features/LibreOffice-A-fresh-page-for-OpenOffice-1097358.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


Re: OpenOffice to LibreOffice

2010-09-28 Thread JD


On 09/28/2010 08:08 PM, Bruno Wolff III wrote:
 On Tue, Sep 28, 2010 at 19:46:11 -0700,
edik landaveelwa...@gmail.com  wrote:
 Long Life to LibreOffice!
 Note that it is still possible they will get to use the openoffice.org
 trademark as Oracle has been invited to participate.
 See the H coverage of this:
 http://www.h-online.com/open/features/LibreOffice-A-fresh-page-for-OpenOffice-1097358.html
Well, my reading of the software crystal ball :) tells me
that business is in a nosedive worldwide.
Oracle has already refused to participate in the new open
source OS which is supposed to be based on opensolaris.
I predict they will do the same with libreoffice.
They really do not want a binary compatible competition
to Solaris, nor do they want any os out there named solaris
other than their own.
I hope they will continue to be a successful business unlike
so many that have gone the way of the dodo bird.


-- 
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: Maximum number of NICs for Linux.

2010-09-28 Thread byrdca
Well thanks for the pointers to the code and all the other
information.  The point is academic as I don't expect that the person
will require enough NICs to seriously encounter any boundary
conditions.  Thanks.

On Sat, Sep 25, 2010 at 5:49 AM, Tom Horsley horsley1...@gmail.com wrote:
 On Sat, 25 Sep 2010 11:18:53 +0200
 Roberto Ragusa wrote:

 Forgetting for a moment about virtual devices (including tun, ppp, ...),
 you now got me busy trying to imagine hardware with 32000 ethernet jacks.

 I think in practice it breaks down before that. I seem to recall
 at work the OS guys were testing a PCI expansion box and filled
 it up with random cards like NICs, and some versions of the linux
 kernel had big problems with the algorithms used to enumerate
 the PCI devices when that many were plugged in (I forget how big
 the box was, but I'm sure it was smaller than 32000 :-).
 --
 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


foomatic/hplip vs hpcups drivers

2010-09-28 Thread JD
  Just wanted to know if the foomatic hplip drivers
and the hpcups drivers are mutually exclusive?

Reason I ask is that the foomatic hplip project
configured itself (when I installed it) so that
none of the hplip drivers got installed, but
the hpcups drivers did.

This sourceforge project provides the shell script
that builds and installs the binaries. User does
not get to play with configure.

-- 
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: OpenOffice to LibreOffice

2010-09-28 Thread Genes MailLists
On 09/29/2010 12:12 AM, JD wrote:

 Well, my reading of the software crystal ball :) tells me
 that business is in a nosedive worldwide.
 Oracle has already refused to participate in the new open
 source OS which is supposed to be based on opensolaris.


   completely different - (open)solaris was/is essentially dead - linux
is the de facto server standard .. why would any business want to spend
money on open solaris - linux is their core.


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