Re: [389-users] Setting up multi master replication error 81

2011-08-31 Thread David Hoskinson
I hope I have replied correctly this time.

Yes I created the certs on both machines using this link:
http://xilab.net/blog/389-directory-server-ssl

walking through each step one at a time.  As you see I created a Server-Cert 
and the serial number 1000,1001,1002 for both servers.  I can understand if I 
should have put 1000,1001,1002 for 1 machine and 1100,1101,1102 for other 
machine.  I followed the instructions on the link you sent me to delete 
existing cert and replace with my new one for server b which was exported from 
server a.  This time I did not receive error messages when importing, however I 
still get the message 81 can't contact ldap server.

Hope this information helps helps me understand how this works better as this 
is the last step.

On 08/31/2011 09:12 AM, David Hoskinson wrote:
This seems to be getting me somewhere Thanks for the quick response 

I have run the following commands on the master

$ certutil -S -n consumer-Cert -s cn=xxx.stag.cle.us -c CA certificate -t 
u,u,u -m 999 -v 120 -d . -k rsa
Do you have another cert (server cert or ca cert) with the same -m value?  The 
value given to the -m argument must be unique for every cert.


$ pk12util -d . -o consumer-cert.p12 -n Server-Cert

And then copied consumer.p12 and cacert.asc to /tmp on server B
When I tried to import the replication consumer cert into other 389 DS I 
receive the following error

[root@xxx302 slapd-adm302]# pk12util -d . -i /tmp/consumer-cert.p12
Enter Password or Pin for NSS Certificate DB:
Enter Password or Pin for NSS Certificate DB:
Enter password for PKCS12 file:
pk12util: using nickname: xxx.stag.cle.us
pk12util: PKCS12 decode import bags failed: You are attempting to import a cert 
with the same issuer/serial as an existing cert, but that is not the same cert.


From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 10:51 AM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 08:45 AM, David Hoskinson wrote:
I have setup 2 servers running the following versions of 389 Directory server

389-adminutil-1.1.13-1.el5
389-admin-1.1.16-1.el5
389-dsgw-1.1.6-1.el5
389-ds-1.2.1-1.el5
389-ds-base-1.2.8.3-1.el5
389-admin-console-1.1.7-1.el5
389-console-1.1.4-1.el5
389-admin-console-doc-1.1.7-1.el5
389-ds-base-libs-1.2.8.3-1.el5
389-ds-console-1.2.5-1.el5
389-ds-console-doc-1.2.5-1.el5

I have also enabled ssl and created the appropriate certs for each machine.  I 
am able to set each machine as a client so I can test that from server A, I can 
login to server A while being authenticated by server B and vice versa.

The last problem that I seem to be having is setting up replication.  I have 
enabled the changelog, created a replication account, and enabled replica.  
When I create my replication agreement on the userRoot, the supplier shows as 
server A port 389 and the consumer shows as server B 636.  I am using Use TLS 
with ldaps, and simple bind with my replication account and password.  I next 
leave enable fractional replication unchecked, always keep directories in sync 
and initialize consumer... this is on server A and done.  I get the following 
error message.  Consumer initialization has unsuccessfully completed.  The 
error received by the replica is '81 - LDAP error: Can't contact LDAP server'

I believe I am reading that in some manner the cacert.asc from server A has to 
be on server B and the cacert B has to be on server A

Correct.
http://directory.fedoraproject.org/wiki/Howto:SSL#Exporting_the_certs_for_use_with_other_apps



but am not sure and having problems with this.

Any help with this would be appreciated and can provide additional information 
if needed...

David Hoskinson | DATATRAK International
Systems Engineer
Mayfield Heights, Ohio, USA
+1.440.443.0082 x 124 (p) | +1.319.471.3689 (m)
david.hoskin...@datatrak.netmailto:david.hoskin...@datatrak.net | 
www.datatrak.nethttp://www.datatrak.net/






--

389 users mailing list

389-users@lists.fedoraproject.orgmailto:389-users@lists.fedoraproject.org

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



David Hoskinson | DATATRAK International
Systems Engineer
Mayfield Heights, Ohio, USA
+1.440.443.0082 x 124 (p) | +1.319.471.3689 (m)
david.hoskin...@datatrak.netmailto:david.hoskin...@datatrak.net | 
www.datatrak.nethttp://www.datatrak.net/

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

Re: [389-users] Setting up multi master replication error 81

2011-08-31 Thread David Hoskinson
I just found this in /var/log/dirsrv/slapd-xxx/error

Is it actually binding but password is invalid on one machine or the other?  I 
thought I created the replication manager with no password expiration but I am 
not totally sure how to check and if so how to change to never expire.

Just an observation, may not mean anything

[31/Aug/2011:19:54:34 +] NSMMReplicationPlugin - agmt=cn=adm302 
(adm302:636): Successfully bound cn=Replication Manager,cn=config to consumer, 
but password has expired on consumer.


From: 389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of David Hoskinson
Sent: Wednesday, August 31, 2011 3:49 PM
To: 389-users@lists.fedoraproject.org
Subject: Re: [389-users] Setting up multi master replication error 81

[root@xxx slapd-adm302]# /usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -p 
636 -Z -P /etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*
version: 1
dn:
objectClass: top
namingContexts: dc=stag,dc=cle,dc=us
namingContexts: o=netscaperoot
supportedExtension: 2.16.840.1.113730.3.5.7
supportedExtension: 2.16.840.1.113730.3.5.8
supportedExtension: 2.16.840.1.113730.3.5.10
supportedExtension: 2.16.840.1.113730.3.5.3
supportedExtension: 2.16.840.1.113730.3.5.12
supportedExtension: 2.16.840.1.113730.3.5.5
supportedExtension: 2.16.840.1.113730.3.5.6
supportedExtension: 2.16.840.1.113730.3.5.9
supportedExtension: 2.16.840.1.113730.3.5.4
supportedExtension: 1.3.6.1.4.1.1466.20037
supportedExtension: 1.3.6.1.4.1.4203.1.11.1
supportedControl: 2.16.840.1.113730.3.4.2
supportedControl: 2.16.840.1.113730.3.4.3
supportedControl: 2.16.840.1.113730.3.4.4
supportedControl: 2.16.840.1.113730.3.4.5
supportedControl: 1.2.840.113556.1.4.473
supportedControl: 2.16.840.1.113730.3.4.9
supportedControl: 2.16.840.1.113730.3.4.16
supportedControl: 2.16.840.1.113730.3.4.15
supportedControl: 2.16.840.1.113730.3.4.17
supportedControl: 2.16.840.1.113730.3.4.19
supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1
supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2
supportedControl: 1.2.840.113556.1.4.319
supportedControl: 1.3.6.1.4.1.4203.666.5.16
supportedControl: 2.16.840.1.113730.3.4.14
supportedControl: 2.16.840.1.113730.3.4.20
supportedControl: 1.3.6.1.4.1.1466.29539.12
supportedControl: 2.16.840.1.113730.3.4.12
supportedControl: 2.16.840.1.113730.3.4.18
supportedControl: 2.16.840.1.113730.3.4.13
supportedSASLMechanisms: EXTERNAL
supportedSASLMechanisms: PLAIN
supportedSASLMechanisms: GSSAPI
supportedSASLMechanisms: DIGEST-MD5
supportedSASLMechanisms: ANONYMOUS
supportedSASLMechanisms: LOGIN
supportedSASLMechanisms: CRAM-MD5
supportedLDAPVersion: 2
supportedLDAPVersion: 3
vendorName: 389 Project
vendorVersion: 389-Directory/1.2.8.3 B2011.122.1636
dataversion: 020110830132535020110830132535
netscapemdsuffix: cn=ldap://dc=xxx,dc=stag,dc=cle,dc=us:389

I see what you are trying here, but still seems to be passing

From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 3:42 PM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:34 PM, David Hoskinson wrote:
Yes Sorry should have been xxx2.stag.cle.usRe: [389-users] Setting up multi 
master replication error 81

ok, try this:
/usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -p 636 -Z -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*

Could it be firewall related?  You have to allow port 636 to use LDAPS (TLS/SSL 
encryption with LDAPS)

From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 3:32 PM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:30 PM, David Hoskinson wrote:
Not sure if there is a better way but will run through it...

Agreement name
Name: xxx
Description: xxx.stag.cle.us

Next

Supplier = server A:389
Consumer = server  B:636
Are you using the FQDN for server B?


Use TLS/SSL (TLS?SSL encryption with LDAPS
Simple
Bind as cn=Replication Manager,cn=config
Password: replication password

Next
Select replication criteria Attributes unchecked

Next

Provide schedule Information
Always keep directories in sync

Next

Select one of the following

Initialize consume now

Done

Fails with unable to contact ldap


From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 3:21 PM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:05 PM, David Hoskinson wrote:
I was able to run this command on both machines with similar results.  From 
server A I pointed the script at server A fqdn and server b fqdn and returned 
results.  I then did the same thing on server b with both fqdn.  It seems to me 
from what I am seeing is that the protocols are 

Re: [389-users] Setting up multi master replication error 81

2011-08-31 Thread Rich Megginson

On 08/31/2011 01:59 PM, David Hoskinson wrote:


I just found this in /var/log/dirsrv/slapd-xxx/error

Is it actually binding but password is invalid on one machine or the 
other?  I thought I created the replication manager with no password 
expiration but I am not totally sure how to check and if so how to 
change to never expire.


Just an observation, may not mean anything

[31/Aug/2011:19:54:34 +] NSMMReplicationPlugin - agmt=cn=adm302 
(adm302:636): Successfully bound cn=Replication Manager,cn=config to 
consumer, but password has expired on consumer.


See 
http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html-single/Administration_Guide/index.html#Creating_the_Supplier_Bind_DN_Entry


*From:*389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] *On Behalf Of 
*David Hoskinson

*Sent:* Wednesday, August 31, 2011 3:49 PM
*To:* 389-users@lists.fedoraproject.org
*Subject:* Re: [389-users] Setting up multi master replication error 81

[root@xxx slapd-adm302]# /usr/lib64/mozldap/ldapsearch -h 
xxx.stag.cle.us -p 636 -Z -P /etc/dirsrv/slapd-xxx/cert8.db -s base -b 
 objectclass=*


version: 1

dn:

objectClass: top

namingContexts: dc=stag,dc=cle,dc=us

namingContexts: o=netscaperoot

supportedExtension: 2.16.840.1.113730.3.5.7

supportedExtension: 2.16.840.1.113730.3.5.8

supportedExtension: 2.16.840.1.113730.3.5.10

supportedExtension: 2.16.840.1.113730.3.5.3

supportedExtension: 2.16.840.1.113730.3.5.12

supportedExtension: 2.16.840.1.113730.3.5.5

supportedExtension: 2.16.840.1.113730.3.5.6

supportedExtension: 2.16.840.1.113730.3.5.9

supportedExtension: 2.16.840.1.113730.3.5.4

supportedExtension: 1.3.6.1.4.1.1466.20037

supportedExtension: 1.3.6.1.4.1.4203.1.11.1

supportedControl: 2.16.840.1.113730.3.4.2

supportedControl: 2.16.840.1.113730.3.4.3

supportedControl: 2.16.840.1.113730.3.4.4

supportedControl: 2.16.840.1.113730.3.4.5

supportedControl: 1.2.840.113556.1.4.473

supportedControl: 2.16.840.1.113730.3.4.9

supportedControl: 2.16.840.1.113730.3.4.16

supportedControl: 2.16.840.1.113730.3.4.15

supportedControl: 2.16.840.1.113730.3.4.17

supportedControl: 2.16.840.1.113730.3.4.19

supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1

supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2

supportedControl: 1.2.840.113556.1.4.319

supportedControl: 1.3.6.1.4.1.4203.666.5.16

supportedControl: 2.16.840.1.113730.3.4.14

supportedControl: 2.16.840.1.113730.3.4.20

supportedControl: 1.3.6.1.4.1.1466.29539.12

supportedControl: 2.16.840.1.113730.3.4.12

supportedControl: 2.16.840.1.113730.3.4.18

supportedControl: 2.16.840.1.113730.3.4.13

supportedSASLMechanisms: EXTERNAL

supportedSASLMechanisms: PLAIN

supportedSASLMechanisms: GSSAPI

supportedSASLMechanisms: DIGEST-MD5

supportedSASLMechanisms: ANONYMOUS

supportedSASLMechanisms: LOGIN

supportedSASLMechanisms: CRAM-MD5

supportedLDAPVersion: 2

supportedLDAPVersion: 3

vendorName: 389 Project

vendorVersion: 389-Directory/1.2.8.3 B2011.122.1636

dataversion: 020110830132535020110830132535

netscapemdsuffix: cn=ldap://dc=xxx,dc=stag,dc=cle,dc=us:389

I see what you are trying here, but still seems to be passing

*From:*Rich Megginson [mailto:rmegg...@redhat.com]
*Sent:* Wednesday, August 31, 2011 3:42 PM
*To:* General discussion list for the 389 Directory server project.
*Cc:* David Hoskinson
*Subject:* Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:34 PM, David Hoskinson wrote:

Yes Sorry should have been xxx2.stag.cle.usRe: [389-users] Setting 
up multi master replication error 81



ok, try this:
/usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -p 636 -Z -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*


Could it be firewall related?  You have to allow port 636 to use LDAPS 
(TLS/SSL encryption with LDAPS)


*From:*Rich Megginson [mailto:rmegg...@redhat.com]
*Sent:* Wednesday, August 31, 2011 3:32 PM
*To:* General discussion list for the 389 Directory server project.
*Cc:* David Hoskinson
*Subject:* Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:30 PM, David Hoskinson wrote:

Not sure if there is a better way but will run through it...

Agreement name

Name: xxx

Description: xxx.stag.cle.us

Next

Supplier = server A:389

Consumer = server  B:636

Are you using the FQDN for server B?

Use TLS/SSL (TLS?SSL encryption with LDAPS

Simple

Bind as cn=Replication Manager,cn=config

Password: replication password

Next

Select replication criteria Attributes unchecked

Next

Provide schedule Information

Always keep directories in sync

Next

Select one of the following

Initialize consume now

Done

Fails with unable to contact ldap

*From:*Rich Megginson [mailto:rmegg...@redhat.com]
*Sent:* Wednesday, August 31, 2011 3:21 PM
*To:* General discussion list for the 389 Directory server project.
*Cc:* David Hoskinson
*Subject:* Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:05 PM, David 

Re: [389-users] Announcing 389 Directory Server version 1.2.9.6 Testing

2011-08-31 Thread Anthony Messina
On 08/24/2011 02:21 PM, Rich Megginson wrote:
 Thanks.  It seems to have something to do with the number and type of
 acis being used.
 
 I don't have all of the schema for these, but this revealed another bug
 - https://bugzilla.redhat.com/show_bug.cgi?id=733103 - but I don't think
 you are running into this problem - do you ever get syntax errors
 attempting to add acis?  Do you ever have the problem while adding acis?
 
 Even after fixing this bug, I'm still unable to reproduce the problem. 
 I've tried something like this:
 $ ii=0; while [ $ii -lt 1 ] ; do ldapsearch -x -LLL -h localhost -p
 1389 -b ou=people,dc=example,dc=com  /dev/null  ii=`expr $ii + 1` ;
 done
 
 Perhaps it has something to do with the search base, scope, filter, and
 attrs your application uses?

Rich, I'm going to wait to retry this issue with your latest
updates-testing build:
https://admin.fedoraproject.org/updates/389-ds-base-1.2.9.8-1.fc15

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: OpenPGP digital signature
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

kde desktop

2011-08-31 Thread Adel ESSAFI
Hello
was the KDE desktop removed in F15??

 ~]# yum grouplist | grep -i kde
   KDE Software Compilation
   KDE Software Development


I don't find the corresponding group
regards


-- 
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: kde desktop

2011-08-31 Thread Ed Greshko
On 08/31/2011 07:14 PM, Adel ESSAFI wrote:
 Hello
 was the KDE desktop removed in F15??

  ~]# yum grouplist | grep -i kde
KDE Software Compilation
KDE Software Development


 I don't find the corresponding group
 regards


yum groupinfo KDE Software Compilation


-- 
Even if you do learn to speak correct English, whom are you going to
speak it to? -- Clarence Darrow
-- 
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: zip /gzip in bash

2011-08-31 Thread j.e.aneiros
2011/8/31 xinyou yan yxy@gmail.com

 HI:

 How can i use use gzip to compress and tar to append the other file:

 here is is a testcase :


 file :test1 test2

 :~/testtar # tar -czf  1.tar.gz test1
 :~/testtar # tar -rzf 1.tar.gz test2


Could you use tar czf 1.tar.gz test1 test2 ?


 tar: Cannot update compressed archives
 Try `tar --help' or `tar --usage' for more information.

 However tar -cf
 tar -rf  can work fine.

 I am thinking find a way useing gzip to compress and tarthen and
 need to append any time .

 Thank you



 2011/8/31 j.e.aneiros jesus.anei...@gmail.com:
  Hi,
  gzip is a compressor, not an archiver as tar. zip is an archiver and
  compressor. So maybe you could use tar with the z option to compress?
 
  Best regards, --janeiros.
  On Tue, Aug 30, 2011 at 12:57 PM, xinyou yan yxy@gmail.com wrote:
 
  Hi every one ,
 
I was confuse to use gzip in shell.
You see below.  I can use zip -gj  make test.tar include the
  testfile  and the test1file
However  , use gzip  make the test_gzip.tar.gz NULL.
I see man and use gzip -c file  tarname.  to add a file to a tar
 file
  .
Can anyone tell me why?
You can let  /root have two sample file  testfile test1file
 
 
  #!/bin/sh
 
  anse='/root/test.tar'
  anse_gzip='/root/test_gzip.tar.gz'
  test='/usr/local/sbin/testfile'
  test1='/usr/local/sbin/test1file'
 
  zip -gj $anse $test
  zip -gj $anse $test1
 
  gzip -c $test  $anse_gzip
  gzip -c $test1  $anse_gzip
 
  I think gzip can do what zip can do in linux .
 
  If I just  do
  gzip -c testfile  test_gzip.tar.gz
 
  It can create the test_gzip.tar.gz file But can't include any file .
 
 
 
  --
  
  嘉谟之行
  昔我往矣,杨柳依依 ; 今我来思 ,雨雪霏霏
  
  --
  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
 
 
 
  --
  J. E. Aneiros
  GNU/Linux User #190716 en http://counter.li.org
  perl -e '$_=pack(c5,0105,0107,0123,0132,(13)+2);y[A-Z][N-ZA-M];print;'
  PK fingerprint: 5179 917E 5B34 F073 E11A  AFB3 4CB3 5301 4A80 F674
 
  --
  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




-- 
J. E. Aneiros
GNU/Linux User #190716 en http://counter.li.org
perl -e '$_=pack(c5,0105,0107,0123,0132,(13)+2);y[A-Z][N-ZA-M];print;'
PK fingerprint: 5179 917E 5B34 F073 E11A  AFB3 4CB3 5301 4A80 F674
-- 
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: kde desktop

2011-08-31 Thread Lamar Owen


On Aug 31, 2011, at 7:14 AM, Adel ESSAFI wrote:

was the KDE desktop removed in F15??


No.


   KDE Software Compilation

I don't find the corresponding group


Yes, you did.  The KDE Software Compilation is the current upstream  
name.

smime.p7s
Description: S/MIME cryptographic signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kde desktop

2011-08-31 Thread Rahul Sundaram
On 08/31/2011 04:44 PM, Adel ESSAFI wrote:
 Hello
 was the KDE desktop removed in F15??

  ~]# yum grouplist | grep -i kde
KDE Software Compilation
KDE Software Development


 I don't find the corresponding group

Software compilation is the current name but if you find the long names
clumsy to type,  I recommend using yum -v grouplist to find the shorter name

# yum install  @kde

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


kernel panic

2011-08-31 Thread antonio.montagn...@alice.it
Since this morning, I get a kernel panic and my system stops

First line says :


Kernel panic - not syncing: fatal exception in interrupt
PID: 47, comm: 
kworker/u:3 Tainted: G D 2.6.40-3-0.fc15.i686.PAE #1

and many lines of trace, 
many of them reporting ieee80211 and iwl3945.

How can I report the full set of 
messages? (If not copying by hand??)

Tnx 

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: GNOME 2 on Fedora 15

2011-08-31 Thread Darryl L. Pierce
On Tue, Aug 30, 2011 at 04:17:00PM -0400, Matthew Saltzman wrote:
 I don't think I've hit the freezing-emacs bug.  What triggers it?
 What's the BZ #?

In my case it happens whenever the Emacs window is minimized and then
reopened. I have to maximize it and then select a buffer each time to
get it back to normal.

I've not filed a BZ for it personally.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



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


Re: zip /gzip in bash

2011-08-31 Thread xinyou yan
Yes I can.
Howerver I want to append  another file  in another time

May be  I need write a scitpt to do it .

I just wonder , whether  have a easy way to do it.

在 2011年8月31日 下午7:28,j.e.aneiros jesus.anei...@gmail.com 写道:
 2011/8/31 xinyou yan yxy@gmail.com

 HI:

 How can i use use gzip to compress and tar to append the other file:

 here is is a testcase :


 file :test1 test2

 :~/testtar # tar -czf  1.tar.gz test1
 :~/testtar # tar -rzf 1.tar.gz test2

 Could you use tar czf 1.tar.gz test1 test2 ?


 tar: Cannot update compressed archives
 Try `tar --help' or `tar --usage' for more information.

 However tar -cf
 tar -rf  can work fine.

 I am thinking find a way useing gzip to compress and tarthen and
 need to append any time .

 Thank you



 2011/8/31 j.e.aneiros jesus.anei...@gmail.com:
  Hi,
  gzip is a compressor, not an archiver as tar. zip is an archiver and
  compressor. So maybe you could use tar with the z option to compress?
 
  Best regards, --janeiros.
  On Tue, Aug 30, 2011 at 12:57 PM, xinyou yan yxy@gmail.com wrote:
 
  Hi every one ,
 
I was confuse to use gzip in shell.
You see below.  I can use zip -gj  make test.tar include the
  testfile  and the test1file
However  , use gzip  make the test_gzip.tar.gz NULL.
I see man and use gzip -c file  tarname.  to add a file to a tar
  file
  .
Can anyone tell me why?
You can let  /root have two sample file  testfile test1file
 
 
  #!/bin/sh
 
  anse='/root/test.tar'
  anse_gzip='/root/test_gzip.tar.gz'
  test='/usr/local/sbin/testfile'
  test1='/usr/local/sbin/test1file'
 
  zip -gj $anse $test
  zip -gj $anse $test1
 
  gzip -c $test  $anse_gzip
  gzip -c $test1  $anse_gzip
 
  I think gzip can do what zip can do in linux .
 
  If I just  do
  gzip -c testfile  test_gzip.tar.gz
 
  It can create the test_gzip.tar.gz file But can't include any file .
 
 
 
  --
  
  嘉谟之行
  昔我往矣,杨柳依依 ; 今我来思 ,雨雪霏霏
  
  --
  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
 
 
 
  --
  J. E. Aneiros
  GNU/Linux User #190716 en http://counter.li.org
  perl -e '$_=pack(c5,0105,0107,0123,0132,(13)+2);y[A-Z][N-ZA-M];print;'
  PK fingerprint: 5179 917E 5B34 F073 E11A  AFB3 4CB3 5301 4A80 F674
 
  --
  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



 --
 J. E. Aneiros
 GNU/Linux User #190716 en http://counter.li.org
 perl -e '$_=pack(c5,0105,0107,0123,0132,(13)+2);y[A-Z][N-ZA-M];print;'
 PK fingerprint: 5179 917E 5B34 F073 E11A  AFB3 4CB3 5301 4A80 F674

 --
 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: GNOME 2 on Fedora 15

2011-08-31 Thread Dr. Michael J. Chudobiak
 I have FC15 on three machines with different hardware - different CPUs,
 different graphics hardware. As installed, all three were kinda OK.
 After recent updates all three now take about 5 seconds to change
 windows. A warning box popping up is a minimum 10s activity - 5 seconds
 to appear, and 5 to dismiss it. I find it hardware to believe I have
 three special case machines which all hit the same obscure bug. How can
 you call this a productive environment?

Are you serving the user folders over NFS, by any chance?

- Mike

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


Re: Var/log/messages file are empty

2011-08-31 Thread Garry T. Williams
On Wednesday, August 31, 2011 14:11:15 antonio.montagn...@alice.it wrote:
 I checked all files in var/log and in particular I found these files are 0 
 bytes.
 
 How is it possible??

Are you running F15?

Try systemctl restart syslog.target .  There was a bug in F15 that
caused this.  I can't remember the fix, though.  You might try
systemctl enable syslog.service .

-- 
Garry Williams

-- 
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: F-15 Scanner Tool -

2011-08-31 Thread Tim
On Tue, 2011-08-30 at 16:39 -0400, Bob Goodwin wrote:
 I found a resolution control in the xsane menu. It's marked
 with a ideogram of different sized dots. I should have
 recognized that as resolution I guess. The default is 80, 300
 produces readable copy.

If you're scanning for 1:1 printing purposes, then there's some logic in
scanning at the same resolution as the normal printing resolution of
your printer.  That should avoid any image scaling issues, gives you a
resolution that should print well, and avoids pointlessly scanning at a
resolution higher than you can print.  But if you want to edit the file,
then a higher resolution might be warranted.

If you have a printer with a massively high resolution capability, do
you normally print at that resolution?  Usually that's reserved for
*high* quality, rather than *normal* printing.  300 - 600 dpi has looked
good on laser printers, for text printing, for many years.  Higher
resolution is mostly pointless, unless there's pictures on the page.

-- 
[tim@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: Upgrading via DVD iso on a USB storage device.

2011-08-31 Thread Tim
On Tue, 2011-08-30 at 17:27 -0500, Mikkel L. Ellertson wrote:
 Another thing to keep in mind is that you can not save the DVD image
 to a FAT formatted file system. It is too big.

I nearly did that the other day, but there was something in the back of
my mind saying not to try it, couldn't recall at the time.  You
sometimes forget about the serious limits of an old file system that you
don't really use any more, except for the odd USB flash drive.

-- 
[tim@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: slim (simple login manager)

2011-08-31 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 08/30/2011 07:01 PM, John Schmitt wrote:
 On Mon, Aug 29, 2011 at 10:52:54AM -0400, Daniel J Walsh wrote:
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
 On 08/28/2011 09:23 AM, Roberto Ragusa wrote:
 On 08/28/2011 03:21 AM, cromworshipper-fedorast...@yahoo.com 
 wrote:
 slim started up fine when this machine was running Fedora 14.
 I installed it from for Fedora 15:
 
 slim-1.3.2-8.fc15.x86_64
 
 It doesn't start any more.  I get this in /var/log/slim.log:
 
 slim: unexpected signal 15 sh: /usr/bin/xauth: Permission
 denied
 
 
 Check the permission of /usr/bin/xauth. They will be probably
 ok, so next move will be blaming selinux.
 
 Looks to me like selinux.  I would check your labeling on xaut
 ahd maybe on slim.
 
 
 $ ps -eZ | grep -i slim
 
 yields nothing because slim is not running.
 
 John
Well can you logout of the X session and log in via a termanal or sshd
to see what it is running as.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5eM4IACgkQrlYvE4MpobMo1QCgme3pQleWUaIEOqa3sawQWVYk
iKkAoLTfeS0v7/09hBFDPxBY6ueFrqYV
=dX9x
-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


R: Re: Var/log/messages file are empty

2011-08-31 Thread antonio.montagn...@alice.it


Messaggio originale
Da: gtwilli...@gmail.com
Data: 31-ago-2011 
14.55
A: antonio.montagn...@alice.itantonio.montagn...@alice.it, 
Community support for Fedora usersusers@lists.fedoraproject.org
Ogg: Re: 
Var/log/messages file are empty

On Wednesday, August 31, 2011 14:11:15 
antonio.montagn...@alice.it wrote:
 I checked all files in var/log and in 
particular I found these files are 0 
 bytes.
 
 How is it possible??


Are you running F15?

Try systemctl restart syslog.target .  There was a bug 
in F15 that
caused this.  I can't remember the fix, though.  You might try

systemctl enable syslog.service .

-- 
Garry Williams

[root@Acer antonio]
# systemctl enable syslog.service
Couldn't find syslog.service.


what is 
wrong??

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: R: Re: Var/log/messages file are empty

2011-08-31 Thread Dr. Michael J. Chudobiak
 [root@Acer antonio]
 # systemctl enable syslog.service
 Couldn't find syslog.service.


systemctl enable rsyslog.service

(add the r)

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


R: Re: R: Re: Var/log/messages file are empty

2011-08-31 Thread antonio.montagn...@alice.it


Messaggio originale
Da: m...@avtechpulse.com
Data: 31-ago-2011 
15.59
A: users@lists.fedoraproject.org
Ogg: Re: R: Re: Var/log/messages 
file are empty

 [root@Acer antonio]
 # systemctl enable syslog.service
 
Couldn't find syslog.service.


systemctl enable rsyslog.service

(add the 
r)

- Mike
-- 

tnx...it seems to be o.k...



-- 
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: F-15 Scanner Tool -

2011-08-31 Thread Bob Goodwin
On 31/08/11 09:03, Tim wrote:
 On Tue, 2011-08-30 at 16:39 -0400, Bob Goodwin wrote:
 I found a resolution control in the xsane menu. It's marked
 with a ideogram of different sized dots. I should have
 recognized that as resolution I guess. The default is 80, 300
 produces readable copy.
 If you're scanning for 1:1 printing purposes, then there's some logic in
 scanning at the same resolution as the normal printing resolution of
 your printer.  That should avoid any image scaling issues, gives you a
 resolution that should print well, and avoids pointlessly scanning at a
 resolution higher than you can print.  But if you want to edit the file,
 then a higher resolution might be warranted.

 If you have a printer with a massively high resolution capability, do
 you normally print at that resolution?  Usually that's reserved for
 *high* quality, rather than *normal* printing.  300 - 600 dpi has looked
 good on laser printers, for text printing, for many years.  Higher
 resolution is mostly pointless, unless there's pictures on the page.


300 dpi should be fine for my needs, I believe the Brother
HL5140 Laser can do better though. The problem was mainly the
resolution setting in xsane which initially defaulted to 80 dpi.
The ideograph in the menu looked to me like the symbols for
setting line width, brush size or something in Gimp and I did
not recognize it as resolution. Once changed to 300 dpi I got
usable copies.

I find the following for the HL5140 printer:Max Resolution (
BW ) 2400 dpi x 600 dpi
I assume 600 dpi is along the horizontal axis? It is presently
configured to print 300 dpi.

The HP5370C Scanner: Resolution 1200 dots per inch (dpi) optical
resolution

1200 x 2400 dpi hardware resolution

unlimited interpolated resolution (HP Scanjet 5370C scanner only)

I guess that says I should be able to set xsane to scan 600 dpi
and produce copies, however there were other problems. Each time
I changed resolution in xsane I had to unplug the USB scanner
and restart xsane or things would lock up! Something bad was
happening because after producing the needed copies Thunderbird
Mail locked up too, something that is not normally a problem. I
eventually bit the bullet and rebooted the computer.

I left one doctor's office with copies of my blood work and
wanted a second copy to give to the hematologist. Usually the
computer/scanner works nicely as a copy machine but I guess
that's the first time I used this computer for that purpose
since installing F-15 64 bit. I was panicking when things didn't
work as expected! Sorry.

Thanks,

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: GNOME 2 on Fedora 15

2011-08-31 Thread Steve Underwood
On 08/31/2011 09:02 PM, Tim wrote:
 On Tue, 2011-08-30 at 12:36 -0600, Julius Smith wrote:
 using the mouse is slow, so we need to be able to define a shortcut
 for everything.
 And how are you going to remember them all?  Or have enough keys to give
 everything a unique hotkey.

 I can only ever remember a few from a few applications, never all of the
 functions I might want to use.  Years ago, I did add hotkeys to run
 programs, and only ever ended up remembering about five.
Maybe he'd like to type Chinese on a keyboard with 15,000 keys. :-\

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: R: Re: Var/log/messages file are empty

2011-08-31 Thread stan
On Wed, 31 Aug 2011 15:38:01 +0200 (CEST)
antonio.montagn...@alice.it antonio.montagn...@alice.it wrote:

 [root@Acer antonio]
 # systemctl enable syslog.service
 Couldn't find syslog.service.
 
 
 what is 
 wrong??

The system is called rsyslog.

Run  
systemctl -a -t service | less 
to see all the services available on your system.
-- 
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: Continued kernel updates for F14?

2011-08-31 Thread stan
On Wed, 31 Aug 2011 12:31:36 +0200
suvayu ali fatkasuvayu+li...@gmail.com wrote:

 On Wed, Aug 31, 2011 at 5:01 AM, stan gr...@q.com wrote:
  as user, rpm -ivh the src.rpm package (you will have to get this
  manually from a repository)
 
 
 $ yumdownloader --source package
 
That's true if you are getting the package for the currently running
system, and it is how I get src.rpm packages on F15.  But doing that on
F14 will not get an F15 package.  The OP is running F14 and wants newer
kernels.  I didn't, however, check whether yumdownloader has an option
like yum to set other repositories while dowloading.  There could be,
and in that case your suggestion will work with a little tweaking.
-- 
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: kernel panic

2011-08-31 Thread Bruno Wolff III
On Wed, Aug 31, 2011 at 14:03:39 +0200,
  antonio.montagn...@alice.it antonio.montagn...@alice.it wrote:
 
 How can I report the full set of 
 messages? (If not copying by hand??)

It is relatively common for people to take a picture of the screen after
a crash to capture a traceback or other information that won't be in any
logs.
-- 
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: kernel panic

2011-08-31 Thread Hiisi
On 31 August 2011 20:51, Bruno Wolff III br...@wolff.to wrote:
 On Wed, Aug 31, 2011 at 14:03:39 +0200,
  antonio.montagn...@alice.it antonio.montagn...@alice.it wrote:

 How can I report the full set of
 messages? (If not copying by hand??)

 It is relatively common for people to take a picture of the screen after
 a crash to capture a traceback or other information that won't be in any
 logs.

When system freezes the only way of making a screenshot is take a
picture by camera, upload photo on the web and post the link here.
-- 
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


F15 and Chrome

2011-08-31 Thread Frederick N. Brier
I upgraded to F15 a couple of weeks ago.  Everything is slower, but 
Google Chrome behaviour is driving me crazy.  For example, when I 
bookmark a page, a little dialog pops up.  The frame of the dialog will 
come up almost immediately, but then it takes at least 40+ seconds for 
the widgets to paint.  Once I click the dialog's Done button, Chrome 
becomes unresponsive for another 40+ seconds.  Chrome was uber-fast 
before upgrading from F14 to F15.  What is going on?  And it isn't just 
Chrome, it is all my applications, IntelliJ, Thunderbird, the whole 
windowing system.  What is going on?  I must be missing some critical 
configuration.  I cannot believe that Fedora team would release 
something with these behaviour characteristics.

My hardware is not terrible.  It is a 3Ghz quad-core Phenom II, 8GB RAM, 
nVidia 7950 GT, 3Ware controller with 7200rpm Seagate NS drives.  The 
nVidia drivers are installed.  Nothing has changed.  I had a minor issue 
with X/Gnome initially not coming up, but once I tweaked the yum.repos.d 
files and the new service startup config files, everything worked.  It 
is just SO sw.

Fred
-- 
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: kernel panic

2011-08-31 Thread Antonio M
2011/8/31 Hiisi hi...@fedoraproject.org:
 On 31 August 2011 20:51, Bruno Wolff III br...@wolff.to wrote:
 On Wed, Aug 31, 2011 at 14:03:39 +0200,
  antonio.montagn...@alice.it antonio.montagn...@alice.it wrote:

 How can I report the full set of
 messages? (If not copying by hand??)

 It is relatively common for people to take a picture of the screen after
 a crash to capture a traceback or other information that won't be in any
 logs.

 When system freezes the only way of making a screenshot is take a
 picture by camera, upload photo on the web and post the link here.
 --
 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


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

I assume that it is my case.
I do not understand why it happened suddenly and on my wireless
network at office.
Downgraded to an older kernel, and it seems to work fine

-- 
Antonio Montagnani
Skype : amontag52
SIP: antoniomon...@ekiga.net
Linux Fedora 15 Lovelock
-- 
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] Setting up multi master replication error 81

2011-08-31 Thread David Hoskinson
I was able to run this command on both machines with similar results.  From 
server A I pointed the script at server A fqdn and server b fqdn and returned 
results.  I then did the same thing on server b with both fqdn.  It seems to me 
from what I am seeing is that the protocols are supported and correct and there 
is a possible trust issue going on here?

[root@xxx ~]# /usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -ZZZ -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*
version: 1
dn:
objectClass: top
namingContexts: dc=stag,dc=cle,dc=us
supportedExtension: 2.16.840.1.113730.3.5.7
supportedExtension: 2.16.840.1.113730.3.5.8
supportedExtension: 2.16.840.1.113730.3.5.10
supportedExtension: 2.16.840.1.113730.3.5.3
supportedExtension: 2.16.840.1.113730.3.5.12
supportedExtension: 2.16.840.1.113730.3.5.5
supportedExtension: 2.16.840.1.113730.3.5.6
supportedExtension: 2.16.840.1.113730.3.5.9
supportedExtension: 2.16.840.1.113730.3.5.4
supportedExtension: 1.3.6.1.4.1.1466.20037
supportedExtension: 1.3.6.1.4.1.4203.1.11.1
supportedControl: 2.16.840.1.113730.3.4.2
supportedControl: 2.16.840.1.113730.3.4.3
supportedControl: 2.16.840.1.113730.3.4.4
supportedControl: 2.16.840.1.113730.3.4.5
supportedControl: 1.2.840.113556.1.4.473
supportedControl: 2.16.840.1.113730.3.4.9
supportedControl: 2.16.840.1.113730.3.4.16
supportedControl: 2.16.840.1.113730.3.4.15
supportedControl: 2.16.840.1.113730.3.4.17
supportedControl: 2.16.840.1.113730.3.4.19
supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1
supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2
supportedControl: 1.2.840.113556.1.4.319
supportedControl: 1.3.6.1.4.1.4203.666.5.16
supportedControl: 2.16.840.1.113730.3.4.14
supportedControl: 2.16.840.1.113730.3.4.20
supportedControl: 1.3.6.1.4.1.1466.29539.12
supportedControl: 2.16.840.1.113730.3.4.12
supportedControl: 2.16.840.1.113730.3.4.18
supportedControl: 2.16.840.1.113730.3.4.13
supportedSASLMechanisms: EXTERNAL
supportedSASLMechanisms: PLAIN
supportedSASLMechanisms: CRAM-MD5
supportedSASLMechanisms: LOGIN
supportedSASLMechanisms: GSSAPI
supportedSASLMechanisms: ANONYMOUS
supportedSASLMechanisms: DIGEST-MD5
supportedLDAPVersion: 2
supportedLDAPVersion: 3
vendorName: 389 Project
vendorVersion: 389-Directory/1.2.8.3 B2011.122.1636
dataversion: 020110831163410
netscapemdsuffix: cn=ldap://dc=xxx,dc=stag,dc=cle,dc=us:389
David Hoskinson | DATATRAK International
Systems Engineer
Mayfield Heights, Ohio, USA
+1.440.443.0082 x 124 (p) | +1.216.280.5457 (m)
david.hoskin...@datatrak.netmailto:david.hoskin...@datatrak.net | 
www.datatrak.nethttp://www.datatrak.net/

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

Re: Continued kernel updates for F14?

2011-08-31 Thread stan
On Wed, 31 Aug 2011 10:09:40 -0500
Richard Shaw hobbes1...@gmail.com wrote:

 On Wed, Aug 31, 2011 at 9:57 AM, stan gr...@q.com wrote:
  On Wed, 31 Aug 2011 12:31:36 +0200
  suvayu ali fatkasuvayu+li...@gmail.com wrote:
 
  On Wed, Aug 31, 2011 at 5:01 AM, stan gr...@q.com wrote:
   as user, rpm -ivh the src.rpm package (you will have to get this
   manually from a repository)
  
 
  $ yumdownloader --source package
 
  That's true if you are getting the package for the currently running
  system, and it is how I get src.rpm packages on F15.  But doing
  that on F14 will not get an F15 package.  The OP is running F14 and
  wants newer kernels.  I didn't, however, check whether
  yumdownloader has an option like yum to set other repositories
  while dowloading.  There could be, and in that case your suggestion
  will work with a little tweaking.
 
 $ yumdownloader --releasever=15 --source package
 

Thanks for that.  After your post I looked at the options for
yumdownloader, and it turns out it inherits options from yum, and this
is one of them.  Here's what it says about that option:

--releasever=version
  Pretend the current release version is the given string.
This is very useful when  combined  with --installroot. Note that with
the default upstream cachedir, of /var/cache/yum, using this option
will corrupt your cache (and you can use $releasever  in  your
cachedir  configuration  to  stop this).

Is it necessary to have the repo files for the desired repository
installed, or does it get them off the web in a one-off manner?  

Do you know if a  yum clean meta  would clean up the cache corruption
after doing this?

Does this mean it is possible to update a non-running system by using
releasever and installroot? e.g. update F14 from F15
yum -y update --releasever=14 --installdir=path to F14 root
-- 
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: Continued kernel updates for F14?

2011-08-31 Thread Richard Shaw
On Wed, Aug 31, 2011 at 2:08 PM, stan gr...@q.com wrote:
  $ yumdownloader --source package
 
  That's true if you are getting the package for the currently running
  system, and it is how I get src.rpm packages on F15.  But doing
  that on F14 will not get an F15 package.  The OP is running F14 and
  wants newer kernels.  I didn't, however, check whether
  yumdownloader has an option like yum to set other repositories
  while dowloading.  There could be, and in that case your suggestion
  will work with a little tweaking.

 $ yumdownloader --releasever=15 --source package


 Thanks for that.  After your post I looked at the options for
 yumdownloader, and it turns out it inherits options from yum, and this
 is one of them.  Here's what it says about that option:

 --releasever=version
              Pretend the current release version is the given string.
 This is very useful when  combined  with --installroot. Note that with
...

 Do you know if a  yum clean meta  would clean up the cache corruption
 after doing this?

It appears to store the information separately. I haven't had any
problems using this. I don't think you need to do anything afterwards.


 Does this mean it is possible to update a non-running system by using
 releasever and installroot? e.g. update F14 from F15
 yum -y update --releasever=14 --installdir=path to F14 root

I would think so but have never tried that. I usually do the 'chroot
/mtn/sysimage' method.After that I would think it would properly
detect the release of the chroot regardless of the rescue system you
booted.

Richard
-- 
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] Setting up multi master replication error 81

2011-08-31 Thread Rich Megginson

On 08/31/2011 01:05 PM, David Hoskinson wrote:


I was able to run this command on both machines with similar results.  
From server A I pointed the script at server A fqdn and server b fqdn 
and returned results.  I then did the same thing on server b with both 
fqdn.  It seems to me from what I am seeing is that the protocols are 
supported and correct and there is a possible trust issue going on here?



Can you post your replication agreement entries?


[root@xxx ~]# /usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -ZZZ -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*


version: 1

dn:

objectClass: top

namingContexts: dc=stag,dc=cle,dc=us

supportedExtension: 2.16.840.1.113730.3.5.7

supportedExtension: 2.16.840.1.113730.3.5.8

supportedExtension: 2.16.840.1.113730.3.5.10

supportedExtension: 2.16.840.1.113730.3.5.3

supportedExtension: 2.16.840.1.113730.3.5.12

supportedExtension: 2.16.840.1.113730.3.5.5

supportedExtension: 2.16.840.1.113730.3.5.6

supportedExtension: 2.16.840.1.113730.3.5.9

supportedExtension: 2.16.840.1.113730.3.5.4

supportedExtension: 1.3.6.1.4.1.1466.20037

supportedExtension: 1.3.6.1.4.1.4203.1.11.1

supportedControl: 2.16.840.1.113730.3.4.2

supportedControl: 2.16.840.1.113730.3.4.3

supportedControl: 2.16.840.1.113730.3.4.4

supportedControl: 2.16.840.1.113730.3.4.5

supportedControl: 1.2.840.113556.1.4.473

supportedControl: 2.16.840.1.113730.3.4.9

supportedControl: 2.16.840.1.113730.3.4.16

supportedControl: 2.16.840.1.113730.3.4.15

supportedControl: 2.16.840.1.113730.3.4.17

supportedControl: 2.16.840.1.113730.3.4.19

supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1

supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2

supportedControl: 1.2.840.113556.1.4.319

supportedControl: 1.3.6.1.4.1.4203.666.5.16

supportedControl: 2.16.840.1.113730.3.4.14

supportedControl: 2.16.840.1.113730.3.4.20

supportedControl: 1.3.6.1.4.1.1466.29539.12

supportedControl: 2.16.840.1.113730.3.4.12

supportedControl: 2.16.840.1.113730.3.4.18

supportedControl: 2.16.840.1.113730.3.4.13

supportedSASLMechanisms: EXTERNAL

supportedSASLMechanisms: PLAIN

supportedSASLMechanisms: CRAM-MD5

supportedSASLMechanisms: LOGIN

supportedSASLMechanisms: GSSAPI

supportedSASLMechanisms: ANONYMOUS

supportedSASLMechanisms: DIGEST-MD5

supportedLDAPVersion: 2

supportedLDAPVersion: 3

vendorName: 389 Project

vendorVersion: 389-Directory/1.2.8.3 B2011.122.1636

dataversion: 020110831163410

netscapemdsuffix: cn=ldap://dc=xxx,dc=stag,dc=cle,dc=us:389

David Hoskinson | *DATATRAK*International
Systems Engineer
Mayfield Heights, Ohio, USA
+1.440.443.0082 x 124 (p) | +1.216.280.5457 (m)
david.hoskin...@datatrak.net mailto:david.hoskin...@datatrak.net | 
www.datatrak.net http://www.datatrak.net/



--
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] Setting up multi master replication error 81

2011-08-31 Thread David Hoskinson
Not sure if there is a better way but will run through it...

Agreement name
Name: xxx
Description: xxx.stag.cle.us

Next

Supplier = server A:389
Consumer = server  B:636

Use TLS/SSL (TLS?SSL encryption with LDAPS
Simple
Bind as cn=Replication Manager,cn=config
Password: replication password

Next
Select replication criteria Attributes unchecked

Next

Provide schedule Information
Always keep directories in sync

Next

Select one of the following

Initialize consume now

Done

Fails with unable to contact ldap


From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 3:21 PM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:05 PM, David Hoskinson wrote:
I was able to run this command on both machines with similar results.  From 
server A I pointed the script at server A fqdn and server b fqdn and returned 
results.  I then did the same thing on server b with both fqdn.  It seems to me 
from what I am seeing is that the protocols are supported and correct and there 
is a possible trust issue going on here?
Can you post your replication agreement entries?


[root@xxx ~]# /usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -ZZZ -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*
version: 1
dn:
objectClass: top
namingContexts: dc=stag,dc=cle,dc=us
supportedExtension: 2.16.840.1.113730.3.5.7
supportedExtension: 2.16.840.1.113730.3.5.8
supportedExtension: 2.16.840.1.113730.3.5.10
supportedExtension: 2.16.840.1.113730.3.5.3
supportedExtension: 2.16.840.1.113730.3.5.12
supportedExtension: 2.16.840.1.113730.3.5.5
supportedExtension: 2.16.840.1.113730.3.5.6
supportedExtension: 2.16.840.1.113730.3.5.9
supportedExtension: 2.16.840.1.113730.3.5.4
supportedExtension: 1.3.6.1.4.1.1466.20037
supportedExtension: 1.3.6.1.4.1.4203.1.11.1
supportedControl: 2.16.840.1.113730.3.4.2
supportedControl: 2.16.840.1.113730.3.4.3
supportedControl: 2.16.840.1.113730.3.4.4
supportedControl: 2.16.840.1.113730.3.4.5
supportedControl: 1.2.840.113556.1.4.473
supportedControl: 2.16.840.1.113730.3.4.9
supportedControl: 2.16.840.1.113730.3.4.16
supportedControl: 2.16.840.1.113730.3.4.15
supportedControl: 2.16.840.1.113730.3.4.17
supportedControl: 2.16.840.1.113730.3.4.19
supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1
supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2
supportedControl: 1.2.840.113556.1.4.319
supportedControl: 1.3.6.1.4.1.4203.666.5.16
supportedControl: 2.16.840.1.113730.3.4.14
supportedControl: 2.16.840.1.113730.3.4.20
supportedControl: 1.3.6.1.4.1.1466.29539.12
supportedControl: 2.16.840.1.113730.3.4.12
supportedControl: 2.16.840.1.113730.3.4.18
supportedControl: 2.16.840.1.113730.3.4.13
supportedSASLMechanisms: EXTERNAL
supportedSASLMechanisms: PLAIN
supportedSASLMechanisms: CRAM-MD5
supportedSASLMechanisms: LOGIN
supportedSASLMechanisms: GSSAPI
supportedSASLMechanisms: ANONYMOUS
supportedSASLMechanisms: DIGEST-MD5
supportedLDAPVersion: 2
supportedLDAPVersion: 3
vendorName: 389 Project
vendorVersion: 389-Directory/1.2.8.3 B2011.122.1636
dataversion: 020110831163410
netscapemdsuffix: cn=ldap://dc=xxx,dc=stag,dc=cle,dc=us:389
David Hoskinson | DATATRAK International
Systems Engineer
Mayfield Heights, Ohio, USA
+1.440.443.0082 x 124 (p) | +1.216.280.5457 (m)
david.hoskin...@datatrak.netmailto:david.hoskin...@datatrak.net | 
www.datatrak.nethttp://www.datatrak.net/






--

389 users mailing list

389-us...@lists.fedoraproject.orgmailto: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: how do I play this file?

2011-08-31 Thread Ranjan Maitra
Well, you need to let us know more specifics for us to be any use at
all.

Where did you get this file? If it is a flash plugin you need, which is
what I suspect, just download it from Adobe and install. (Of course,
what exactly you need to know will also depend on what exactly your
system is.)

Ranjan

On Wed, 31 Aug 2011 14:11:23 -0500 Michael Hennebry
henne...@web.cs.ndsu.nodak.edu wrote:

 How do I play a
 Macromedia Flash data (compressed), version 10 aka
 Shockwave Flash file (application/x-shockwave-flash) file.
 The former came from the file command, the latter from right-clicking.
 The first time, right-clicking produced an offer to search for a package.
 I clicked on yes .
 During the install, I got a warning about something aborting.
 Now right clicking produces an offer to open
 with vnc2swf Screen Recordings Player.
 It doesn't work.
 A window comes up and disappears without even achieving opacity.
 How do I play the file?
 
 -- 
 Michael   henne...@web.cs.ndsu.nodak.edu
 Pessimist: The glass is half empty.
 Optimist:   The glass is half full.
 Engineer:   The glass is twice as big as it needs to be.
 -- 
 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: [389-users] Setting up multi master replication error 81

2011-08-31 Thread Rich Megginson

On 08/31/2011 01:30 PM, David Hoskinson wrote:


Not sure if there is a better way but will run through it...

Agreement name

Name: xxx

Description: xxx.stag.cle.us

Next

Supplier = server A:389

Consumer = server  B:636


Are you using the FQDN for server B?


Use TLS/SSL (TLS?SSL encryption with LDAPS

Simple

Bind as cn=Replication Manager,cn=config

Password: replication password

Next

Select replication criteria Attributes unchecked

Next

Provide schedule Information

Always keep directories in sync

Next

Select one of the following

Initialize consume now

Done

Fails with unable to contact ldap

*From:*Rich Megginson [mailto:rmegg...@redhat.com]
*Sent:* Wednesday, August 31, 2011 3:21 PM
*To:* General discussion list for the 389 Directory server project.
*Cc:* David Hoskinson
*Subject:* Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:05 PM, David Hoskinson wrote:

I was able to run this command on both machines with similar results.  
From server A I pointed the script at server A fqdn and server b fqdn 
and returned results.  I then did the same thing on server b with both 
fqdn.  It seems to me from what I am seeing is that the protocols are 
supported and correct and there is a possible trust issue going on here?


Can you post your replication agreement entries?

[root@xxx ~]# /usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -ZZZ -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*


version: 1

dn:

objectClass: top

namingContexts: dc=stag,dc=cle,dc=us

supportedExtension: 2.16.840.1.113730.3.5.7

supportedExtension: 2.16.840.1.113730.3.5.8

supportedExtension: 2.16.840.1.113730.3.5.10

supportedExtension: 2.16.840.1.113730.3.5.3

supportedExtension: 2.16.840.1.113730.3.5.12

supportedExtension: 2.16.840.1.113730.3.5.5

supportedExtension: 2.16.840.1.113730.3.5.6

supportedExtension: 2.16.840.1.113730.3.5.9

supportedExtension: 2.16.840.1.113730.3.5.4

supportedExtension: 1.3.6.1.4.1.1466.20037

supportedExtension: 1.3.6.1.4.1.4203.1.11.1

supportedControl: 2.16.840.1.113730.3.4.2

supportedControl: 2.16.840.1.113730.3.4.3

supportedControl: 2.16.840.1.113730.3.4.4

supportedControl: 2.16.840.1.113730.3.4.5

supportedControl: 1.2.840.113556.1.4.473

supportedControl: 2.16.840.1.113730.3.4.9

supportedControl: 2.16.840.1.113730.3.4.16

supportedControl: 2.16.840.1.113730.3.4.15

supportedControl: 2.16.840.1.113730.3.4.17

supportedControl: 2.16.840.1.113730.3.4.19

supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1

supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2

supportedControl: 1.2.840.113556.1.4.319

supportedControl: 1.3.6.1.4.1.4203.666.5.16

supportedControl: 2.16.840.1.113730.3.4.14

supportedControl: 2.16.840.1.113730.3.4.20

supportedControl: 1.3.6.1.4.1.1466.29539.12

supportedControl: 2.16.840.1.113730.3.4.12

supportedControl: 2.16.840.1.113730.3.4.18

supportedControl: 2.16.840.1.113730.3.4.13

supportedSASLMechanisms: EXTERNAL

supportedSASLMechanisms: PLAIN

supportedSASLMechanisms: CRAM-MD5

supportedSASLMechanisms: LOGIN

supportedSASLMechanisms: GSSAPI

supportedSASLMechanisms: ANONYMOUS

supportedSASLMechanisms: DIGEST-MD5

supportedLDAPVersion: 2

supportedLDAPVersion: 3

vendorName: 389 Project

vendorVersion: 389-Directory/1.2.8.3 B2011.122.1636

dataversion: 020110831163410

netscapemdsuffix: cn=ldap://dc=xxx,dc=stag,dc=cle,dc=us:389

David Hoskinson | *DATATRAK*International
Systems Engineer
Mayfield Heights, Ohio, USA
+1.440.443.0082 x 124 (p) | +1.216.280.5457 (m)
david.hoskin...@datatrak.net mailto:david.hoskin...@datatrak.net | 
www.datatrak.net http://www.datatrak.net/


  
  
--

389 users mailing list
389-us...@lists.fedoraproject.org  mailto: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

Re: [389-users] Setting up multi master replication error 81

2011-08-31 Thread David Hoskinson
Yes Sorry should have been xxx2.stag.cle.usRe: [389-users] Setting up multi 
master replication error 81

From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 3:32 PM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:30 PM, David Hoskinson wrote:
Not sure if there is a better way but will run through it...

Agreement name
Name: xxx
Description: xxx.stag.cle.us

Next

Supplier = server A:389
Consumer = server  B:636
Are you using the FQDN for server B?


Use TLS/SSL (TLS?SSL encryption with LDAPS
Simple
Bind as cn=Replication Manager,cn=config
Password: replication password

Next
Select replication criteria Attributes unchecked

Next

Provide schedule Information
Always keep directories in sync

Next

Select one of the following

Initialize consume now

Done

Fails with unable to contact ldap


From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 3:21 PM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:05 PM, David Hoskinson wrote:
I was able to run this command on both machines with similar results.  From 
server A I pointed the script at server A fqdn and server b fqdn and returned 
results.  I then did the same thing on server b with both fqdn.  It seems to me 
from what I am seeing is that the protocols are supported and correct and there 
is a possible trust issue going on here?
Can you post your replication agreement entries?



[root@xxx ~]# /usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -ZZZ -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*
version: 1
dn:
objectClass: top
namingContexts: dc=stag,dc=cle,dc=us
supportedExtension: 2.16.840.1.113730.3.5.7
supportedExtension: 2.16.840.1.113730.3.5.8
supportedExtension: 2.16.840.1.113730.3.5.10
supportedExtension: 2.16.840.1.113730.3.5.3
supportedExtension: 2.16.840.1.113730.3.5.12
supportedExtension: 2.16.840.1.113730.3.5.5
supportedExtension: 2.16.840.1.113730.3.5.6
supportedExtension: 2.16.840.1.113730.3.5.9
supportedExtension: 2.16.840.1.113730.3.5.4
supportedExtension: 1.3.6.1.4.1.1466.20037
supportedExtension: 1.3.6.1.4.1.4203.1.11.1
supportedControl: 2.16.840.1.113730.3.4.2
supportedControl: 2.16.840.1.113730.3.4.3
supportedControl: 2.16.840.1.113730.3.4.4
supportedControl: 2.16.840.1.113730.3.4.5
supportedControl: 1.2.840.113556.1.4.473
supportedControl: 2.16.840.1.113730.3.4.9
supportedControl: 2.16.840.1.113730.3.4.16
supportedControl: 2.16.840.1.113730.3.4.15
supportedControl: 2.16.840.1.113730.3.4.17
supportedControl: 2.16.840.1.113730.3.4.19
supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1
supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2
supportedControl: 1.2.840.113556.1.4.319
supportedControl: 1.3.6.1.4.1.4203.666.5.16
supportedControl: 2.16.840.1.113730.3.4.14
supportedControl: 2.16.840.1.113730.3.4.20
supportedControl: 1.3.6.1.4.1.1466.29539.12
supportedControl: 2.16.840.1.113730.3.4.12
supportedControl: 2.16.840.1.113730.3.4.18
supportedControl: 2.16.840.1.113730.3.4.13
supportedSASLMechanisms: EXTERNAL
supportedSASLMechanisms: PLAIN
supportedSASLMechanisms: CRAM-MD5
supportedSASLMechanisms: LOGIN
supportedSASLMechanisms: GSSAPI
supportedSASLMechanisms: ANONYMOUS
supportedSASLMechanisms: DIGEST-MD5
supportedLDAPVersion: 2
supportedLDAPVersion: 3
vendorName: 389 Project
vendorVersion: 389-Directory/1.2.8.3 B2011.122.1636
dataversion: 020110831163410
netscapemdsuffix: cn=ldap://dc=xxx,dc=stag,dc=cle,dc=us:389
David Hoskinson | DATATRAK International
Systems Engineer
Mayfield Heights, Ohio, USA
+1.440.443.0082 x 124 (p) | +1.216.280.5457 (m)
david.hoskin...@datatrak.netmailto:david.hoskin...@datatrak.net | 
www.datatrak.nethttp://www.datatrak.net/






--

389 users mailing list

389-us...@lists.fedoraproject.orgmailto:389-us...@lists.fedoraproject.org

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






--

389 users mailing list

389-us...@lists.fedoraproject.orgmailto: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: kernel panic

2011-08-31 Thread mike cloaked
On Wed, Aug 31, 2011 at 7:12 PM, Hiisi hi...@fedoraproject.org wrote:
 On 31 August 2011 20:51, Bruno Wolff III br...@wolff.to wrote:
 On Wed, Aug 31, 2011 at 14:03:39 +0200,
  antonio.montagn...@alice.it antonio.montagn...@alice.it wrote:

 How can I report the full set of
 messages? (If not copying by hand??)

 It is relatively common for people to take a picture of the screen after
 a crash to capture a traceback or other information that won't be in any
 logs.

 When system freezes the only way of making a screenshot is take a
 picture by camera, upload photo on the web and post the link here.

Are any of the suggestions in the following link for getting a console
output for info immediately prior to the crash helpful?

http://wiki.openvz.org/Remote_console_setup

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


Re: [389-users] Setting up multi master replication error 81

2011-08-31 Thread Rich Megginson

On 08/31/2011 01:34 PM, David Hoskinson wrote:


Yes Sorry should have been xxx2.stag.cle.usRe: [389-users] Setting 
up multi master replication error 81




ok, try this:
/usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -p 636 -Z -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*


Could it be firewall related?  You have to allow port 636 to use LDAPS 
(TLS/SSL encryption with LDAPS)


*From:*Rich Megginson [mailto:rmegg...@redhat.com]
*Sent:* Wednesday, August 31, 2011 3:32 PM
*To:* General discussion list for the 389 Directory server project.
*Cc:* David Hoskinson
*Subject:* Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:30 PM, David Hoskinson wrote:

Not sure if there is a better way but will run through it...

Agreement name

Name: xxx

Description: xxx.stag.cle.us

Next

Supplier = server A:389

Consumer = server  B:636

Are you using the FQDN for server B?

Use TLS/SSL (TLS?SSL encryption with LDAPS

Simple

Bind as cn=Replication Manager,cn=config

Password: replication password

Next

Select replication criteria Attributes unchecked

Next

Provide schedule Information

Always keep directories in sync

Next

Select one of the following

Initialize consume now

Done

Fails with unable to contact ldap

*From:*Rich Megginson [mailto:rmegg...@redhat.com]
*Sent:* Wednesday, August 31, 2011 3:21 PM
*To:* General discussion list for the 389 Directory server project.
*Cc:* David Hoskinson
*Subject:* Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:05 PM, David Hoskinson wrote:

I was able to run this command on both machines with similar results.  
From server A I pointed the script at server A fqdn and server b fqdn 
and returned results.  I then did the same thing on server b with both 
fqdn.  It seems to me from what I am seeing is that the protocols are 
supported and correct and there is a possible trust issue going on here?


Can you post your replication agreement entries?


[root@xxx ~]# /usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -ZZZ -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*


version: 1

dn:

objectClass: top

namingContexts: dc=stag,dc=cle,dc=us

supportedExtension: 2.16.840.1.113730.3.5.7

supportedExtension: 2.16.840.1.113730.3.5.8

supportedExtension: 2.16.840.1.113730.3.5.10

supportedExtension: 2.16.840.1.113730.3.5.3

supportedExtension: 2.16.840.1.113730.3.5.12

supportedExtension: 2.16.840.1.113730.3.5.5

supportedExtension: 2.16.840.1.113730.3.5.6

supportedExtension: 2.16.840.1.113730.3.5.9

supportedExtension: 2.16.840.1.113730.3.5.4

supportedExtension: 1.3.6.1.4.1.1466.20037

supportedExtension: 1.3.6.1.4.1.4203.1.11.1

supportedControl: 2.16.840.1.113730.3.4.2

supportedControl: 2.16.840.1.113730.3.4.3

supportedControl: 2.16.840.1.113730.3.4.4

supportedControl: 2.16.840.1.113730.3.4.5

supportedControl: 1.2.840.113556.1.4.473

supportedControl: 2.16.840.1.113730.3.4.9

supportedControl: 2.16.840.1.113730.3.4.16

supportedControl: 2.16.840.1.113730.3.4.15

supportedControl: 2.16.840.1.113730.3.4.17

supportedControl: 2.16.840.1.113730.3.4.19

supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1

supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2

supportedControl: 1.2.840.113556.1.4.319

supportedControl: 1.3.6.1.4.1.4203.666.5.16

supportedControl: 2.16.840.1.113730.3.4.14

supportedControl: 2.16.840.1.113730.3.4.20

supportedControl: 1.3.6.1.4.1.1466.29539.12

supportedControl: 2.16.840.1.113730.3.4.12

supportedControl: 2.16.840.1.113730.3.4.18

supportedControl: 2.16.840.1.113730.3.4.13

supportedSASLMechanisms: EXTERNAL

supportedSASLMechanisms: PLAIN

supportedSASLMechanisms: CRAM-MD5

supportedSASLMechanisms: LOGIN

supportedSASLMechanisms: GSSAPI

supportedSASLMechanisms: ANONYMOUS

supportedSASLMechanisms: DIGEST-MD5

supportedLDAPVersion: 2

supportedLDAPVersion: 3

vendorName: 389 Project

vendorVersion: 389-Directory/1.2.8.3 B2011.122.1636

dataversion: 020110831163410

netscapemdsuffix: cn=ldap://dc=xxx,dc=stag,dc=cle,dc=us:389

David Hoskinson | *DATATRAK*International
Systems Engineer
Mayfield Heights, Ohio, USA
+1.440.443.0082 x 124 (p) | +1.216.280.5457 (m)
david.hoskin...@datatrak.net mailto:david.hoskin...@datatrak.net | 
www.datatrak.net http://www.datatrak.net/


  
  
--

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

  
  
--

389 users mailing list
389-us...@lists.fedoraproject.org  mailto: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

Re: [389-users] Setting up multi master replication error 81

2011-08-31 Thread David Hoskinson
[root@xxx slapd-adm302]# /usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -p 
636 -Z -P /etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*
version: 1
dn:
objectClass: top
namingContexts: dc=stag,dc=cle,dc=us
namingContexts: o=netscaperoot
supportedExtension: 2.16.840.1.113730.3.5.7
supportedExtension: 2.16.840.1.113730.3.5.8
supportedExtension: 2.16.840.1.113730.3.5.10
supportedExtension: 2.16.840.1.113730.3.5.3
supportedExtension: 2.16.840.1.113730.3.5.12
supportedExtension: 2.16.840.1.113730.3.5.5
supportedExtension: 2.16.840.1.113730.3.5.6
supportedExtension: 2.16.840.1.113730.3.5.9
supportedExtension: 2.16.840.1.113730.3.5.4
supportedExtension: 1.3.6.1.4.1.1466.20037
supportedExtension: 1.3.6.1.4.1.4203.1.11.1
supportedControl: 2.16.840.1.113730.3.4.2
supportedControl: 2.16.840.1.113730.3.4.3
supportedControl: 2.16.840.1.113730.3.4.4
supportedControl: 2.16.840.1.113730.3.4.5
supportedControl: 1.2.840.113556.1.4.473
supportedControl: 2.16.840.1.113730.3.4.9
supportedControl: 2.16.840.1.113730.3.4.16
supportedControl: 2.16.840.1.113730.3.4.15
supportedControl: 2.16.840.1.113730.3.4.17
supportedControl: 2.16.840.1.113730.3.4.19
supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1
supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2
supportedControl: 1.2.840.113556.1.4.319
supportedControl: 1.3.6.1.4.1.4203.666.5.16
supportedControl: 2.16.840.1.113730.3.4.14
supportedControl: 2.16.840.1.113730.3.4.20
supportedControl: 1.3.6.1.4.1.1466.29539.12
supportedControl: 2.16.840.1.113730.3.4.12
supportedControl: 2.16.840.1.113730.3.4.18
supportedControl: 2.16.840.1.113730.3.4.13
supportedSASLMechanisms: EXTERNAL
supportedSASLMechanisms: PLAIN
supportedSASLMechanisms: GSSAPI
supportedSASLMechanisms: DIGEST-MD5
supportedSASLMechanisms: ANONYMOUS
supportedSASLMechanisms: LOGIN
supportedSASLMechanisms: CRAM-MD5
supportedLDAPVersion: 2
supportedLDAPVersion: 3
vendorName: 389 Project
vendorVersion: 389-Directory/1.2.8.3 B2011.122.1636
dataversion: 020110830132535020110830132535
netscapemdsuffix: cn=ldap://dc=xxx,dc=stag,dc=cle,dc=us:389

I see what you are trying here, but still seems to be passing

From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 3:42 PM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:34 PM, David Hoskinson wrote:
Yes Sorry should have been xxx2.stag.cle.usRe: [389-users] Setting up multi 
master replication error 81

ok, try this:
/usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -p 636 -Z -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*

Could it be firewall related?  You have to allow port 636 to use LDAPS (TLS/SSL 
encryption with LDAPS)


From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 3:32 PM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:30 PM, David Hoskinson wrote:
Not sure if there is a better way but will run through it...

Agreement name
Name: xxx
Description: xxx.stag.cle.us

Next

Supplier = server A:389
Consumer = server  B:636
Are you using the FQDN for server B?



Use TLS/SSL (TLS?SSL encryption with LDAPS
Simple
Bind as cn=Replication Manager,cn=config
Password: replication password

Next
Select replication criteria Attributes unchecked

Next

Provide schedule Information
Always keep directories in sync

Next

Select one of the following

Initialize consume now

Done

Fails with unable to contact ldap


From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, August 31, 2011 3:21 PM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Setting up multi master replication error 81

On 08/31/2011 01:05 PM, David Hoskinson wrote:
I was able to run this command on both machines with similar results.  From 
server A I pointed the script at server A fqdn and server b fqdn and returned 
results.  I then did the same thing on server b with both fqdn.  It seems to me 
from what I am seeing is that the protocols are supported and correct and there 
is a possible trust issue going on here?
Can you post your replication agreement entries?




[root@xxx ~]# /usr/lib64/mozldap/ldapsearch -h xxx.stag.cle.us -ZZZ -P 
/etc/dirsrv/slapd-xxx/cert8.db -s base -b  objectclass=*
version: 1
dn:
objectClass: top
namingContexts: dc=stag,dc=cle,dc=us
supportedExtension: 2.16.840.1.113730.3.5.7
supportedExtension: 2.16.840.1.113730.3.5.8
supportedExtension: 2.16.840.1.113730.3.5.10
supportedExtension: 2.16.840.1.113730.3.5.3
supportedExtension: 2.16.840.1.113730.3.5.12
supportedExtension: 2.16.840.1.113730.3.5.5
supportedExtension: 2.16.840.1.113730.3.5.6
supportedExtension: 2.16.840.1.113730.3.5.9
supportedExtension: 2.16.840.1.113730.3.5.4
supportedExtension: 1.3.6.1.4.1.1466.20037
supportedExtension: 

Re: kernel panic

2011-08-31 Thread mike cloaked
On Wed, Aug 31, 2011 at 8:35 PM, mike cloaked mike.cloa...@gmail.com wrote:
 On Wed, Aug 31, 2011 at 7:12 PM, Hiisi hi...@fedoraproject.org wrote:
 On 31 August 2011 20:51, Bruno Wolff III br...@wolff.to wrote:
 On Wed, Aug 31, 2011 at 14:03:39 +0200,
  antonio.montagn...@alice.it antonio.montagn...@alice.it wrote:

 How can I report the full set of
 messages? (If not copying by hand??)

 It is relatively common for people to take a picture of the screen after
 a crash to capture a traceback or other information that won't be in any
 logs.

 When system freezes the only way of making a screenshot is take a
 picture by camera, upload photo on the web and post the link here.

 Are any of the suggestions in the following link for getting a console
 output for info immediately prior to the crash helpful?

 http://wiki.openvz.org/Remote_console_setup


There is more about netconsole at
http://www.kernel.org/doc/Documentation/networking/netconsole.txt


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


Re: kernel panic

2011-08-31 Thread mike cloaked
On Wed, Aug 31, 2011 at 8:49 PM, mike cloaked mike.cloa...@gmail.com wrote:
 On Wed, Aug 31, 2011 at 8:35 PM, mike cloaked mike.cloa...@gmail.com wrote:
 On Wed, Aug 31, 2011 at 7:12 PM, Hiisi hi...@fedoraproject.org wrote:
 On 31 August 2011 20:51, Bruno Wolff III br...@wolff.to wrote:
 On Wed, Aug 31, 2011 at 14:03:39 +0200,
  antonio.montagn...@alice.it antonio.montagn...@alice.it wrote:

 How can I report the full set of
 messages? (If not copying by hand??)

 It is relatively common for people to take a picture of the screen after
 a crash to capture a traceback or other information that won't be in any
 logs.

 When system freezes the only way of making a screenshot is take a
 picture by camera, upload photo on the web and post the link here.

 Are any of the suggestions in the following link for getting a console
 output for info immediately prior to the crash helpful?

 http://wiki.openvz.org/Remote_console_setup


 There is more about netconsole at
 http://www.kernel.org/doc/Documentation/networking/netconsole.txt


Also

https://fedoraproject.org/wiki/Netconsole


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


Re: GNOME 2 on Fedora 15

2011-08-31 Thread Matthew Saltzman
On Wed, 2011-08-31 at 08:19 -0400, Darryl L. Pierce wrote: 
 On Tue, Aug 30, 2011 at 04:17:00PM -0400, Matthew Saltzman wrote:
  I don't think I've hit the freezing-emacs bug.  What triggers it?
  What's the BZ #?
 
 In my case it happens whenever the Emacs window is minimized and then
 reopened. I have to maximize it and then select a buffer each time to
 get it back to normal.
 
 I've not filed a BZ for it personally.

Interesting.  I don't seem to be able to reproduce it.  But I'll keep an
eye out.

If it isn't working for you, you should file a bug.

 

-- 
Matthew Saltzman
Clemson University Mathematical Sciences
mjs AT clemson DOT edu

-- 
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 do I play this file?

2011-08-31 Thread Manuel Escudero
2011/8/31 Ranjan Maitra mai...@iastate.edu

 Well, you need to let us know more specifics for us to be any use at
 all.

 Where did you get this file? If it is a flash plugin you need, which is
 what I suspect, just download it from Adobe and install. (Of course,
 what exactly you need to know will also depend on what exactly your
 system is.)

 Ranjan

 On Wed, 31 Aug 2011 14:11:23 -0500 Michael Hennebry
 henne...@web.cs.ndsu.nodak.edu wrote:

  How do I play a
  Macromedia Flash data (compressed), version 10 aka
  Shockwave Flash file (application/x-shockwave-flash) file.
  The former came from the file command, the latter from right-clicking.
  The first time, right-clicking produced an offer to search for a package.
  I clicked on yes .
  During the install, I got a warning about something aborting.
  Now right clicking produces an offer to open
  with vnc2swf Screen Recordings Player.
  It doesn't work.
  A window comes up and disappears without even achieving opacity.
  How do I play the file?
 
  --
  Michael   henne...@web.cs.ndsu.nodak.edu
  Pessimist: The glass is half empty.
  Optimist:   The glass is half full.
  Engineer:   The glass is twice as big as it needs to be.
  --
  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



is it a swf file? ok... You have 3 ways to do it:

For editing:

1) Use Vectorian Giotto - http://vectorian.com/giotto/ under Wine (You
need the Microsoft Fonts Package installed) -
http://physics.bgu.ac.il/DOWNLOADS/RPMs/msttcorefonts-2.0-1.noarch.rpm

2) Use any version of Adobe/Macromedia Flash under a VM in VirtualBox

For just viewing:

3) Click with left button of the mouse, hit Open With and Open it with
firefox.

-- 
Manuel Escudero
Linux User #509052
Twitter: @Jmlevick http://twitter.com/Jmlevick
Blogger: Blog Xenode http://xenodesystems.blogspot.com/
PGP/GnuPG: E2F5 12FA E1C3 FA58 CF15  8481 B77B 00CA C1E1 0FA7
Xenode Systems - xenodesystems.com http://www.xenodesystems.com/ - Conéctate
a Tu Mundo
-- 
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: Var/log/messages file are empty

2011-08-31 Thread Aaron Konstam
On Wed, 2011-08-31 at 08:55 -0400, Garry T. Williams wrote:
 On Wednesday, August 31, 2011 14:11:15 antonio.montagn...@alice.it wrote:
  I checked all files in var/log and in particular I found these files are 0 
  bytes.
  
  How is it possible??
 
 Are you running F15?
 
 Try systemctl restart syslog.target .  There was a bug in F15 that
 caused this.  I can't remember the fix, though.  You might try
 systemctl enable syslog.service .
 
 -- 
 Garry Williams
 

Seems to me the command is : systemctl restart rsyslog.service
-- 
===
Q: What do Winnie the Pooh and John the Baptist have in common? A: The
same middle name.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

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


Re: slim (simple login manager)

2011-08-31 Thread John Schmitt
On Wed, Aug 31, 2011 at 09:13:42AM -0400, Daniel J Walsh wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 08/30/2011 07:01 PM, John Schmitt wrote:
  On Mon, Aug 29, 2011 at 10:52:54AM -0400, Daniel J Walsh wrote:
  -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
  
  On 08/28/2011 09:23 AM, Roberto Ragusa wrote:
  On 08/28/2011 03:21 AM, cromworshipper-fedorast...@yahoo.com 
  wrote:
  slim started up fine when this machine was running Fedora 14.
  I installed it from for Fedora 15:
  
  slim-1.3.2-8.fc15.x86_64
  
  It doesn't start any more.  I get this in /var/log/slim.log:
  
  slim: unexpected signal 15 sh: /usr/bin/xauth: Permission
  denied
  
  
  Check the permission of /usr/bin/xauth. They will be probably
  ok, so next move will be blaming selinux.
  
  Looks to me like selinux.  I would check your labeling on xaut
  ahd maybe on slim.
  
  
  $ ps -eZ | grep -i slim
  
  yields nothing because slim is not running.
  
  John
 Well can you logout of the X session and log in via a termanal or sshd
 to see what it is running as.

I guess I don't understand.  The start up process has stopped, systemd says 
something about 'waiting for plymouth graphical boot screen' to end and then 
stops.  X is not running at this point.  I can press ALT+CTRL+F2 to open 
another terminal session and log in to look at /var/log/messages, 
/var/log/slim.log, and /var/log/Xorg.0.log.

I don't know if this helps, but I tried it again a few minutes ago and saw this 
in /var/log/messages:

Aug 31 13:17:24 badboy systemd[1]: prefdm.service holdoff time over, scheduling 
restart.
Aug 31 13:17:25 badboy ntpd[1047]: 0.0.0.0 c61c 0c clock_step +0.823605 s
Aug 31 13:17:25 badboy ntpd[1047]: 0.0.0.0 c614 04 freq_mode
Aug 31 13:17:25 badboy systemd[1]: prefdm.service holdoff time over, scheduling 
restart.
Aug 31 13:17:26 badboy systemd[1]: prefdm.service holdoff time over, scheduling 
restart.
Aug 31 13:17:26 badboy systemd[1]: prefdm.service holdoff time over, scheduling 
restart.
Aug 31 13:17:26 badboy systemd[1]: prefdm.service holdoff time over, scheduling 
restart.
Aug 31 13:17:26 badboy systemd[1]: prefdm.service holdoff time over, scheduling 
restart.
Aug 31 13:17:26 badboy systemd[1]: prefdm.service start request repeated too 
quickly, refusing to start.



Thanks for helping me with this, Daniel.


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


Continued problems with kernel 2.6.40.3-0 and nvidia 280.13-2 in fc15 ?

2011-08-31 Thread linux guy
Am I the only one having problems with kernel 2.6.40.3-0 and/or
(a)kmod-nvidia 280.13-2 in fc14 and/or fc15 ?

My Dell duo won't boot the afore mentioned kernel at all.  It fails with a
kernel bug message.  It runs prior kernels just fine.

My HP laptop freezes during a graphical session login with the
aforementioned kernel and nvidia module.  It did so in FC14.  I upgraded to
fc15 and it does the same thing.

The same laptop runs the F15 Live iso just fine and also runs the
aforementioned kernel from the cli just fine.  The problem is only when a
graphical session is being used.

Is anyone else having the same problem or is it just me ?
-- 
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 do I play this file?

2011-08-31 Thread Michael Hennebry
On Wed, 31 Aug 2011, Manuel Escudero wrote:

 2011/8/31 Ranjan Maitra mai...@iastate.edu

 Well, you need to let us know more specifics for us to be any use at
 all.

 Where did you get this file? If it is a flash plugin you need, which is
 what I suspect, just download it from Adobe and install. (Of course,
 what exactly you need to know will also depend on what exactly your
 system is.)

I got it from the Cache after playing a file on the web through firefox.

To file it is a Macromedia Flash data (compressed), version 10 file.
Right-clicking and clicking on properties tells me that it is a
Shockwave Flash file (application/x-shockwave-flash) file.

 On Wed, 31 Aug 2011 14:11:23 -0500 Michael Hennebry
 henne...@web.cs.ndsu.nodak.edu wrote:

 How do I play a
 Macromedia Flash data (compressed), version 10 aka
 Shockwave Flash file (application/x-shockwave-flash) file.
 The former came from the file command, the latter from right-clicking.

 is it a swf file? ok... You have 3 ways to do it:

I'm not sure I ever knew the original suffix.

 For just viewing:

 3) Click with left button of the mouse, hit Open With and Open it with
 firefox.

I tried adding a .swf suffix to it.
firefox gave me an all-black video.
A .wmv suffix had the same affect.

I tried to do an install by googling swf and following
links to http://get.adobe.com/flashplayer/?PID=3081440 .
I picked yum as my version.
Eventually I was told that adobe-release-i386-1.0-1.noarch
is already installed.

I'm running Fedora 14.

-- 
Michael   henne...@web.cs.ndsu.nodak.edu
Pessimist: The glass is half empty.
Optimist:   The glass is half full.
Engineer:   The glass is twice as big as it needs to be.
-- 
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: Continued problems with kernel 2.6.40.3-0 and nvidia 280.13-2 in fc15 ?

2011-08-31 Thread linux guy
I suspect the lockup during the graphical session is due to an nvidia
problem.

I'd like to downgrade to
kmod-nvidia-173xx-2.6.40.3-0.fc15.i686-173.14.31-1.fc15.1, but there are
several conflicts with various xorg files that I am not sure how to
handle.

Has anyone successfully downgraded kmod-nvidia and solved this problem ?

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: how do I play this file?

2011-08-31 Thread Michael Hennebry
On Wed, 31 Aug 2011, Joe Zeff wrote:

 I just received two copies of this, and the rest of the list probably
 did too.  I see that you sent a CC to fedora-l...@redhat.com, and I
 think that address just sends another copy to the Fedora list.  You may
 want to reconsider that.  (Not a complaint, just a friendly heads-up.  I
 sent it openly because AFAICT there are several people doing this and
 this gets the word out to all of you at once.)

I should update my address book.
It still has an old name for this list.
I started a new subject by replying to myself and,
as is my wont on mailing lists,
replied y when asked if I wanted to reply to all recipients.
The To: had the old name and the ReplyTo: had the current name.

-- 
Michael   henne...@web.cs.ndsu.nodak.edu
Pessimist: The glass is half empty.
Optimist:   The glass is half full.
Engineer:   The glass is twice as big as it needs to be.
-- 
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: kde desktop

2011-08-31 Thread Germán A. Racca
On 08/31/2011 08:46 AM, Rahul Sundaram wrote:
 On 08/31/2011 04:44 PM, Adel ESSAFI wrote:
 Hello
 was the KDE desktop removed in F15??

   ~]# yum grouplist | grep -i kde
 KDE Software Compilation
 KDE Software Development


 I don't find the corresponding group

 Software compilation is the current name but if you find the long names
 clumsy to type,  I recommend using yum -v grouplist to find the shorter name

 # yum install  @kde

 Rahul

Actually, the result of yum -v grouplist is:

...[snip]...
KDE Software Compilation (kde-desktop)
...[snip]...

So the short name would be @kde-desktop, but @kde also works!

They are hiding some information here... :)

-- 
Germán A. Racca
Fedora Package Maintainer
https://fedoraproject.org/wiki/User:Skytux
-- 
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


Sound from KVM guest

2011-08-31 Thread Michael Eager
Hi --

I installed Windows 7 in a KVM virtual machine running on
Fedora 15.  The guest is configured with an es1370 sound card.
Windows detected the sound device and installed drivers, but I
don't get any sound.

The same thing happens when configured with an ac97 sound device.

Any suggestions?

-- 
Michael Eagerea...@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077
-- 
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 do I play this file?

2011-08-31 Thread Joe Zeff
On 08/31/2011 04:06 PM, Michael Hennebry wrote:
 I should update my address book.
 It still has an old name for this list.
 I started a new subject by replying to myself and,
 as is my wont on mailing lists,
 replied y when asked if I wanted to reply to all recipients.
 The To: had the old name and the ReplyTo: had the current name.

Tish happens; don't worry about it.  As I wrote before, this was the 
best way to reach anybody on the list who might be doing the same thing.
-- 
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: Sound from KVM guest

2011-08-31 Thread Michael Eager
On 08/31/2011 04:32 PM, Michael Eager wrote:
 Hi --

 I installed Windows 7 in a KVM virtual machine running on
 Fedora 15.  The guest is configured with an es1370 sound card.
 Windows detected the sound device and installed drivers, but I
 don't get any sound.

 The same thing happens when configured with an ac97 sound device.

This only happens with virt-manager, when I run with qemu-kvm -soundhw ac97
I get sound.


-- 
Michael Eagerea...@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077
-- 
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: Continued problems with kernel 2.6.40.3-0 and nvidia 280.13-2 in fc15 ?

2011-08-31 Thread linux guy
I removed all yum entries related to nvidia and deleted xorg.conf and it
runs without crashing.
-- 
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: Continued problems with kernel 2.6.40.3-0 and nvidia 280.13-2 in fc15 ?

2011-08-31 Thread Richard Shaw
On Wed, Aug 31, 2011 at 7:00 PM, linux guy linuxguy...@gmail.com wrote:
 I removed all yum entries related to nvidia and deleted xorg.conf and it
 runs without crashing.

The reason you're not getting any replies is this belongs on the RPM
Fusion mailing list and not here, but to partially answer your
question, I'm running the 280.13 drivers without for the most part. I
have noticed that in one program that my buttons seem to disappear but
come back when I hover over them. I'm not sure if that's nvidia or a
gnome3/gtk bug.

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


help with missing font (Fedora 15)

2011-08-31 Thread Ranjan Maitra
Hi all,

I am missing a font (for a while) but I can not figure out what it is.
Basically, I get something like this on my help pages when using R.:


  1 lmpackage:statsR
  Documentatio   
  1 n 2 
  3 Fitting Linear Models
  4 
  5 Description:
  6 
  7  8098lm8099 is used to fit linear models.  It can be us 
  7 ed to carry out
  8  regression, single stratum analysis of variance and analysis of
  9  covariance (although 8098aov8099 may provide a more co 
 
  9 nvenient interface
 10  for these).
 11 
.


While the wrapping around of the line is problematic, I don't know how
to deal with this (it also happens with man pages, as in man gcc). 

  1 GCC(1)  GNU 
  
  1 GCC(1)
  2 
  3 
  4 
  5 NAME
  6gcc - GNU project C and C++ compiler
  7 
  8 SYNOPSIS
  9gcc [-c|-S|-E] [-std=standard]
 10[-g] [-pg] [-Olevel]
 11[-Wwarn...] [-pedantic]
 12[-Idir...] [-Ldir...]
 13[-Dmacro[=defn]...] [-Umacro]
 14[-foption...] [-mmachine-option...]
 15[-o outfile] [@file] infile...
 16 
 17Only the most useful options are listed here; see below for th   
  17 e
 18remainder.  g++ accepts mostly the same options as gcc.
...

Can I get rid of those line numbers? This did not happen for me
before, from what I recall. 

I am using Fedora 15 with the LXDE spin. I don't recall having this
problem before Fedora 13. So, I think somewhere down the line, I lost
a font.

I have the following fonts installed? What am I missing? OR do I have
too much?

$ rpm -qa \*font\*
lohit-gujarati-fonts-2.4.5-1.fc15.noarch
lohit-oriya-fonts-2.4.3-9.fc15.noarch
vlgothic-fonts-common-20110722-1.fc15.noarch
libXfont-1.4.3-2.fc15.i686
lohit-bengali-fonts-2.4.3-7.fc15.noarch
thai-scalable-waree-fonts-0.4.15-2.fc15.noarch
lohit-devanagari-fonts-2.4.5-3.fc15.noarch
un-core-fonts-common-1.0.2-0.16.080608.fc15.noarch
ucs-miscfixed-fonts-0.3-6.fc15.noarch
paktype-naqsh-fonts-3.0-5.fc15.noarch
liberation-fonts-common-1.07.0-1.fc15.noarch
urw-fonts-2.4-10.fc15.noarch
thai-scalable-fonts-common-0.4.15-2.fc15.noarch
dejavu-sans-fonts-2.33-1.fc15.noarch
bitmap-console-fonts-0.3-17.fc15.noarch
khmeros-base-fonts-5.0-11.fc15.noarch
iso8859-2-75dpi-fonts-1.0-25.fc15.noarch
paktype-tehreer-fonts-2.0-11.fc15.noarch
liberation-mono-fonts-1.07.0-1.fc15.noarch
bitmap-fixed-fonts-0.3-17.fc15.noarch
lklug-fonts-0.6-5.20090803cvs.fc15.noarch
xorg-x11-fonts-misc-7.5-4.fc15.noarch
liberation-serif-fonts-1.07.0-1.fc15.noarch
smc-fonts-common-4.4-5.fc15.noarch
dejavu-serif-fonts-2.33-1.fc15.noarch
abattis-cantarell-fonts-0.0.6-1.fc15.noarch
lohit-telugu-fonts-2.4.5-9.fc15.noarch
lohit-assamese-fonts-2.4.3-8.fc15.noarch
khmeros-fonts-common-5.0-11.fc15.noarch
xorg-x11-font-utils-7.5-6.fc15.i686
ghostscript-fonts-5.50-24.fc15.noarch
smc-meera-fonts-4.4-5.fc15.noarch
lohit-tamil-fonts-2.4.5-9.fc15.noarch
sil-abyssinica-fonts-1.0-10.fc15.noarch
vlgothic-fonts-20110722-1.fc15.noarch
dejavu-fonts-common-2.33-1.fc15.noarch
iso8859-2-100dpi-fonts-1.0-25.fc15.noarch
bitmap-fangsongti-fonts-0.3-17.fc15.noarch
jomolhari-fonts-0.003-10.fc15.noarch
paratype-pt-sans-fonts-20100408-2.fc15.noarch
lohit-kannada-fonts-2.4.6-1.fc15.noarch
fontpackages-filesystem-1.44-2.fc15.noarch
libfontenc-1.0.5-4.fc15.i686
gnu-free-fonts-common-20100919-4.fc15.noarch
fontconfig-2.8.0-3.fc15.i686
gnu-free-mono-fonts-20100919-4.fc15.noarch
wqy-zenhei-fonts-0.9.46-2.fc15.noarch
bitmap-lucida-typewriter-fonts-0.3-17.fc15.noarch
iso8859-2-misc-fonts-1.0-25.fc15.noarch
sil-padauk-fonts-2.4-7.fc15.noarch
liberation-sans-fonts-1.07.0-1.fc15.noarch
dejavu-sans-mono-fonts-2.33-1.fc15.noarch
stix-fonts-1.0.0-2.fc15.noarch
lohit-punjabi-fonts-2.4.4-4.fc15.noarch
lyx-fonts-2.0.0-4.fc15.noarch
xorg-x11-fonts-ISO8859-1-75dpi-7.5-4.fc15.noarch
iso8859-2-fonts-common-1.0-25.fc15.noarch
bitmap-fonts-compat-0.3-17.fc15.noarch
un-core-dotum-fonts-1.0.2-0.16.080608.fc15.noarch
xorg-x11-fonts-ISO8859-1-100dpi-7.5-4.fc15.noarch
fontconfig-devel-2.8.0-3.fc15.i686
texlive-texmf-fonts-2007-37.fc15.noarch


Many thanks again, and best wishes,
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: Continued kernel updates for F14?

2011-08-31 Thread stan
On Wed, 31 Aug 2011 14:21:12 -0500
Richard Shaw hobbes1...@gmail.com wrote:

 On Wed, Aug 31, 2011 at 2:08 PM, stan gr...@q.com wrote:

  Do you know if a  yum clean meta  would clean up the cache
  corruption after doing this?
 
 It appears to store the information separately. I haven't had any
 problems using this. I don't think you need to do anything afterwards.
 
 
  Does this mean it is possible to update a non-running system by
  using releasever and installroot? e.g. update F14 from F15
  yum -y update --releasever=14 --installdir=path to F14 root
 
 I would think so but have never tried that. I usually do the 'chroot
 /mtn/sysimage' method.After that I would think it would properly
 detect the release of the chroot regardless of the rescue system you
 booted.

Thank you Richard (and Joe) for your responses.  It seems that the
chroot method is the way to 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