Re: [389-users] Problem with samba and 389 Directory server with LDAPS

2011-09-28 Thread David Hoskinson
[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_open_connection(786)
  smbldap_open_connection: connection opened
[2011/09/28 11:23:13, 10] lib/smbldap.c:smbldap_connect_system(951)
  ldap_connect_system: Binding to ldap server ldaps://adm301.stag.cle.us as 
cn=Directory Manager
[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_connect_system(982)
  failed to bind to server ldaps://”FQDN of server”.stag.cle.us with 
dn=cn=Directory Manager Error: Can't contact LDAP server
(unknown)

And yes I can resolve the hostname which I have sanitized.

Thanks for the tip, but that doesn’t seem to help, still have same result.   
This was just working on another machine but I had to put that one back to the 
way it was, and must have missed something.  Any more thoughts?

From: 389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Angel Bosch Mora
Sent: Wednesday, September 28, 2011 3:39 AM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] Problem with samba and 389 Directory server with LDAPS

you have to use FQDN when connecting securely. and you have to use the exact 
name used in the certificate.

I am getting the following message in the /var/log/samba/smbd.log file when I 
start up samba and try to connect as a user.

[2011/09/27 14:23:33, 1] lib/smbldap.c:another_ldap_try(1153)
  Connection to LDAP server failed for the 15 try!
[2011/09/27 14:23:34, 10] lib/smbldap.c:smb_ldap_setup_conn(630)
  smb_ldap_setup_connection: ldaps://192.168.3.79
[2011/09/27 14:23:34, 2] lib/smbldap.c:smbldap_open_connection(786)
  smbldap_open_connection: connection opened
[2011/09/27 14:23:34, 10] lib/smbldap.c:smbldap_connect_system(951)
  ldap_connect_system: Binding to ldap server ldaps://192.168.x.x as 
cn=directory manager,dc=stag,dc=cle,dc=us
[2011/09/27 14:23:34, 2] lib/smbldap.c:smbldap_connect_system(982)
  failed to bind to server ldaps://192.168.x.x with dn=cn=directory 
manager,dc=stag,dc=cle,dc=us Error: Can't contact LDAP server
(unknown)

Relevant part of the smb.conf

   passdb backend = ldapsam:ldaps://192.168.x.x
   ldap suffix = dc=stag,dc=cle,dc=us
   ldap machine suffix = ou=people
   ldap user suffix = ou=people
   ldap group suffix = ou=groups
   ldap passwd sync = yes
   ldap admin dn = cn=directory manager,dc=stag,dc=cle,dc=us
   obey pam restrictions = yes

I was able to run smbpasswd –w to add the dn admin password to the secrets.tdb 
but am unable to add additional users as well, again getting a cannot contact 
ldap server message.  I had this working on another machine, but that machine 
was needed for another purpose and lost the setup.  I know I must be missing 
something simple and am checking the HOWTO for samba on the 389-Directory 
Server site.
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-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

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

Re: [389-users] Problem with samba and 389 Directory server with LDAPS

2011-09-28 Thread David Hoskinson

[root@xxx ZDRIVE]# certutil -d /etc/dirsrv/slapd-xxx01 -L

Certificate Nickname Trust Attributes
 SSL,S/MIME,JAR/XPI

CA certificate   CTu,u,u
server-cert  u,u,u
Server-Cert  u,u,u

Thanks Rich….

From: Rich Megginson [mailto:rmegg...@redhat.com]
Sent: Wednesday, September 28, 2011 9:24 AM
To: General discussion list for the 389 Directory server project.
Cc: David Hoskinson
Subject: Re: [389-users] Problem with samba and 389 Directory server with LDAPS

On 09/28/2011 06:47 AM, David Hoskinson wrote:
I do not have a server.crt..  I created my certs using the following page on 
the 389 documentation

http://directory.fedoraproject.org/wiki/Howto:SSL

which creates a cert8.db and key3.db

in the past I could do certutil –L something and it would show the cert 
information but can’t seem to find that command anymore.
certutil -d /etc/dirsrv/slapd-instance -L


I can authenticate from localhost and any of the client machines even the samba 
server just fine… I just can’t seem to get samba service to connect.  If I have 
setup things incorrectly I appreciate the help.


From: 
389-users-boun...@lists.fedoraproject.orgmailto:389-users-boun...@lists.fedoraproject.org
 [mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Angel Bosch 
Mora
Sent: Wednesday, September 28, 2011 7:52 AM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] Problem with samba and 389 Directory server with LDAPS

are you sure your certificate is created with your FQDN in it?

i've had LOT of problems until i've created correctly my certs.

you can check it with

   openssl x509 -noout -text -in server.crt

and i recommend that you include your FQDN as Alternative Name even if is your 
hostname, that trick saved me lot of headaches. i always create my certs with 
two alternate names, the FQDN itself and also ldap.mydomain

this way you don't have any problems with loadbalancing and such.

to create a petition cert with alternate names you can run (one line)

certutil -R -s 
CN=myserver.example.com,OU=example,O=example,L=example,ST=example,C=example 
-o example.csr -d . -a -8 myserver.example.com,ldap.example.com



[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_open_connection(786)
  smbldap_open_connection: connection opened
[2011/09/28 11:23:13, 10] lib/smbldap.c:smbldap_connect_system(951)
  ldap_connect_system: Binding to ldap server ldaps://adm301.stag.cle.us as 
cn=Directory Manager
[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_connect_system(982)
  failed to bind to server ldaps://”FQDN of server”.stag.cle.us with 
dn=cn=Directory Manager Error: Can't contact LDAP server
(unknown)

And yes I can resolve the hostname which I have sanitized.

Thanks for the tip, but that doesn’t seem to help, still have same result.   
This was just working on another machine but I had to put that one back to the 
way it was, and must have missed something.  Any more thoughts?

From: 
389-users-boun...@lists.fedoraproject.orgmailto:389-users-boun...@lists.fedoraproject.org
 [mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Angel Bosch 
Mora
Sent: Wednesday, September 28, 2011 3:39 AM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] Problem with samba and 389 Directory server with LDAPS

you have to use FQDN when connecting securely. and you have to use the exact 
name used in the certificate.

I am getting the following message in the /var/log/samba/smbd.log file when I 
start up samba and try to connect as a user.

[2011/09/27 14:23:33, 1] lib/smbldap.c:another_ldap_try(1153)
  Connection to LDAP server failed for the 15 try!
[2011/09/27 14:23:34, 10] lib/smbldap.c:smb_ldap_setup_conn(630)
  smb_ldap_setup_connection: ldaps://192.168.3.79
[2011/09/27 14:23:34, 2] lib/smbldap.c:smbldap_open_connection(786)
  smbldap_open_connection: connection opened
[2011/09/27 14:23:34, 10] lib/smbldap.c:smbldap_connect_system(951)
  ldap_connect_system: Binding to ldap server ldaps://192.168.x.x as 
cn=directory manager,dc=stag,dc=cle,dc=us
[2011/09/27 14:23:34, 2] lib/smbldap.c:smbldap_connect_system(982)
  failed to bind to server ldaps://192.168.x.x with dn=cn=directory 
manager,dc=stag,dc=cle,dc=us Error: Can't contact LDAP server
(unknown)

Relevant part of the smb.conf

   passdb backend = ldapsam:ldaps://192.168.x.x
   ldap suffix = dc=stag,dc=cle,dc=us
   ldap machine suffix = ou=people
   ldap user suffix = ou=people
   ldap group suffix = ou=groups
   ldap passwd sync = yes
   ldap admin dn = cn=directory manager,dc=stag,dc=cle,dc=us
   obey pam restrictions = yes

I was able to run smbpasswd –w to add the dn admin password to the 

proxy_ajp.conf removed

2011-09-28 Thread solarflow99
Does anyone know why this was done?  I can only see that it happened from
the httpd changelog, but no explanation anywhere, or how to create this
.conf file.  It seems unwise to automatically load this module with no
config.
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Marko Vojinovic
On Tue, Sep 27, 2011 at 11:30 PM, Terry Barnaby ter...@beam.ltd.uk wrote:
 But its seems like a lot of people would like Gnome2 back. Why doesn't 
 someone,
 who has a problem with it just rebuild and release Gnome2 for F15 (with a
 different package name) ?

Apparently it is already being done (sorry, forgot the new name of the
fork). However, AFAIK, it is far from straightforward to rebuild and
release it. Gnome 2 and 3 use different versions of the same set of
libraries, and cannot coexist on the same system easily. And Fedora
has a lot of Gnome3 dependencies, even if you do not install Gnome3
itself. So the old Gnome2 needs to be heavily patched at the source
code level, if it is to interoperate with the rest of the distro. This
is much more complicated than just rebuilding srpms.

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


Re: Fedora 15 - boot menu

2011-09-28 Thread suvayu ali
On Wed, Sep 28, 2011 at 7:28 AM, Ronda Strauch ronda.stra...@gmail.com wrote:
 Hi, I'm trying to install Fedora 15 from a live CD, but the boot menu did
 not appear so I could select install a new system.  Upon booting, a
 message came up that my system didn't support GNOME 3 so it fellback. But
 then it continued to a blue screen with Applications and Places in a user
 menu.  How do I get to an install window to load Fedora on the hard drive?

I haven't used the Gnome Live CD myself, but there should be a desktop
icon/menu entry/something similar called Install to hard drive.
Clicking that should start the install.

-- 
Suvayu

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


Cannot boot properly: dbus problems?

2011-09-28 Thread Nick Urbanik
Dear Folks,

After a power surge and a spontaneous reboot, my 4-core F15 x86_64 machine
has been unhappy.  I have forced a selinux relabel, and a forcefsck.

Symptoms:
1. The graphical boot did not complete: it started Nagios, but cupsd
failed to start, and gdm did not start up.
2. I cannot log in on the text consoles; I can type the username, but
no prompt appears for the password.
3. Attempts to use sudo just hang.
4. I can log in by ssh as either myself or as root.
5. named is using 97.5% CPU, though when I turn on querylogging,
there are very few lookups.
6. Attempts to start cups result in complaints about dbus:
# systemctl start cups.service
Failed to get D-Bus connection: Failed to authenticate in time.

/var/log/messages says nothing of the matter.

Now systemctl is new to me, and I am not sure how to diagnose this.
I would be grateful for any suggestions.  Where should I look for
further clues?
-- 
Nick Urbanik http://nicku.org 808-71011 nick.urba...@optusnet.com.au
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24  ID: BB9D2C24
I disclaim, therefore I am.
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Roger
On 28/09/11 13:23, Phil Savoie wrote:
 On 09/27/2011 08:58 PM, Kernel Guardian wrote:
 After nearly 25 years of life with Unices, almost 20 years with Linux,
 nowadays I'm pretty confused about future of Linux.
 Allow me to elaborate a bit.
 I'm convinced that the Kernel will survive and be better in the long
 term future. RedHat and IBM as biggest contributors within it and
 Linus as maintainer (leader, mogul ... ) give me faith in the future
 of Linux. GNU fits well on the top of kernel. That is a rock solid
 base for every Linux distribution.
 Last 7 years all of my desktops, laptops, servers are locked down on
 RHEL and derivatives and Fedora. I saw many changes, bad and good
 ones. But last one, with fairly unfinished, not even close to, so
 called Beta release, Gnome 3 DE is the worst what is happened.
 On the other hand, I like the new look, many promising features, ...etc.
 So, what is bad?
 The bad thing is attitude of Gnome (developers, promoters, project
 leaders) toward end users. They decide to abandon Gnome 2 and put
 distribution maintainers in awkward position. Maintainers must use
 (buggy, unfinished, untested) Gnome 3 if they want to use Gnome DE in
 their distribution. Breaking compatibility at API level with previous
 version put application developers in unenviable position. This is
 almost unacceptable! ( because of that I understand Ubuntu leaders )
  From that point of view I wonder on whose payroll are these gentlemen?
 This is not good way to promote OpenSource way of life, I'm presume.
 I will agree with opinions that DE need some changes, fresh ideas.
 Frankly, I don't see anything new that does not exists in other OS/DE
 combination. It is good to have DE for mobile devices, tablets 
 etc. But that could be a related project with main Gnome, isn't it? I
 use laptop only when I'm out of office. Desktop with 2 monitors is my
 main workplace. ( someone would say he is old-fashioned guy ). No
 one can convince me that all Gnome developers use only laptops. I
 would like to see their workplaces.
 I was shocked when I read the response of one of the Gnome developers
 in a discussion about maximise/minimise buttons. I paraphrase the
 answer: we where not able to model use cases for them, because each
 user uses them in different ways ? (I'd rather not comment this)

 At the end, using of Free Software is liberty/freedom of choice. There
 are many opportunities: KDE, XFCE, LXDE  They have been created as
 response from people who thought differently. This is a waste of
 energy, time, resources, even money. As an old elephant, I could
 recall the story about end of XFree86 project.

 This is not the way how we can attract more young people who will
 use/make/change OpenSource software.
 Regardless of all these current events about Gnome, I will continue to
 teach my students about importance of OpenSource, FSF, and freedom of
 choice.

 P.S. I like to excuse myself about my English in front of linguistic purists 
 :)
 Very, very well said.  Kudos to you!!

 Phil
Well said, thank you
Roger
-- 
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: Cannot boot properly: dbus problems?

2011-09-28 Thread Nick Urbanik
Okay, now I see that cupsd and dbus processes are present,
but not accepting connections.  And further:
# systemctl kill cups.service
Failed to get D-Bus connection: Failed to authenticate in time.
# systemctl
Failed to get D-Bus connection: Failed to authenticate in time.  

I have setenforce 0, and the behaviour appears unchanged.
rpm -V indicates no apparent problems with pam, systemd, cupd, or any
of the dbus packages.  Any suggestions most welcome.

On 28/09/11 16:47 +1000, Nick Urbanik wrote:
Dear Folks,

After a power surge and a spontaneous reboot, my 4-core F15 x86_64 machine
has been unhappy.  I have forced a selinux relabel, and a forcefsck.

Symptoms:
1. The graphical boot did not complete: it started Nagios, but cupsd
failed to start, and gdm did not start up.
2. I cannot log in on the text consoles; I can type the username, but
no prompt appears for the password.
3. Attempts to use sudo just hang.
4. I can log in by ssh as either myself or as root.
5. named is using 97.5% CPU, though when I turn on querylogging,
there are very few lookups.
6. Attempts to start cups result in complaints about dbus:
# systemctl start cups.service
Failed to get D-Bus connection: Failed to authenticate in time.

/var/log/messages says nothing of the matter.

Now systemctl is new to me, and I am not sure how to diagnose this.
I would be grateful for any suggestions.  Where should I look for
further clues?
-- 
Nick Urbanik http://nicku.org 808-71011 nick.urba...@optusnet.com.au
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24  ID: BB9D2C24
I disclaim, therefore I am.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


How to rebuild the kernel for the network install

2011-09-28 Thread Joshua C.
As the title says, I'd like to reinstall fedora 15 with the netinstall
image because it's about 100mb (kernel and initrd) instead of the
install dvds. My problem is that those files located in
http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Fedora/x86_64/os/isolinux/
have long been outdated. As you can see the kernel is only 3.7mb and
the initrd almost 94mb. How to rebuild them from the latest
kernel-2.6.40.4-6.fc15?

--joshua
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Andrew Haley
On 09/28/2011 03:58 AM, Kernel Guardian wrote:

 At the end, using of Free Software is liberty/freedom of choice. There
 are many opportunities: KDE, XFCE, LXDE  They have been created as
 response from people who thought differently. This is a waste of
 energy, time, resources, even money.

No it's not.  Different projects have different design goals.  It's an
essential part of the free software ecology.  I want a choice; this is
one of the benefits of free software.

Andrew.
-- 
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: kadischi post failed -- Reposted here -- iptables always started no matter what

2011-09-28 Thread Thomas Woerner
On 08/26/2011 11:14 PM, Phil Meyer wrote:
 Please tolerate this post intended for the livecd-creator list.  They
 are bouncing me now days.  Maybe its time I changed deodorant?  I dunno ...

 I am desperate!

 ---

 livecd-tools-15.7-1.fc15.x86_64

 Kickstarts all contain:

 firewall --disabled
 selinux --disabled

 I even went as far as this:

 %packages
 ---
 [stuff deleted]
 ---
 -system-config-firewall*

 and

 %post
 ---
 [stuff deleted]
 ---
 /sbin/chkconfig iptables off
 /sbin/chkconfig ip6tables off
 echo '#'  /etc/sysconfig/iptables
 echo '#'  /etc/sysconfig/ip6tables
 echo '#'  /etc/sysconfig/iptables-config
 echo '#'  /etc/sysconfig/ip6tables-config
 echo #\n--disabled  /etc/sysconfig/system-config-firewall
 %end

There is no need to modify /etc/sysconfig/iptables-config and 
/etc/sysconfig/ip6tables-config.

Just remove /etc/sysconfig/iptables and /etc/sysconfig/ip6tables, then 
the iptables and ip6tables services will not start.

echo -e #\n--disabled  /etc/sysconfig/system-config-firewall
  ^^
Otherwise this is a comment and will be ignored. You could also just 
drop #\n.


 What happens is that /etc/sysconfig/iptables, /etc/sysconfig/iptables,
 and /etc/sysconfig/system-config-firewall ALWAYS get recreated AFTER
 %post runs!

This should not happpen.

Please the contents of the files.

Is system-config-firewall-base installed?

 That causes the iptables kernel modules to load, and filtering started,
 even though iptables is actually configured for off and does not start.

 What is doing that?  I cannot find it.

 Any help is appreciated.

Which modules are loaded?

 Thanks!

Thomas

-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Craig White
On Wed, 2011-09-28 at 04:58 +0200, Kernel Guardian wrote:
 After nearly 25 years of life with Unices, almost 20 years with Linux,
 nowadays I'm pretty confused about future of Linux.
 Allow me to elaborate a bit.
 I'm convinced that the Kernel will survive and be better in the long
 term future. RedHat and IBM as biggest contributors within it and
 Linus as maintainer (leader, mogul ... ) give me faith in the future
 of Linux. GNU fits well on the top of kernel. That is a rock solid
 base for every Linux distribution.
 Last 7 years all of my desktops, laptops, servers are locked down on
 RHEL and derivatives and Fedora. I saw many changes, bad and good
 ones. But last one, with fairly unfinished, not even close to, so
 called Beta release, Gnome 3 DE is the worst what is happened.
 On the other hand, I like the new look, many promising features, ...etc.
 So, what is bad?
 The bad thing is attitude of Gnome (developers, promoters, project
 leaders) toward end users. They decide to abandon Gnome 2 and put
 distribution maintainers in awkward position. Maintainers must use
 (buggy, unfinished, untested) Gnome 3 if they want to use Gnome DE in
 their distribution. Breaking compatibility at API level with previous
 version put application developers in unenviable position. This is
 almost unacceptable! ( because of that I understand Ubuntu leaders )
 From that point of view I wonder on whose payroll are these gentlemen?
 This is not good way to promote OpenSource way of life, I'm presume.
 I will agree with opinions that DE need some changes, fresh ideas.
 Frankly, I don't see anything new that does not exists in other OS/DE
 combination. It is good to have DE for mobile devices, tablets 
 etc. But that could be a related project with main Gnome, isn't it? I
 use laptop only when I'm out of office. Desktop with 2 monitors is my
 main workplace. ( someone would say he is old-fashioned guy ). No
 one can convince me that all Gnome developers use only laptops. I
 would like to see their workplaces.
 I was shocked when I read the response of one of the Gnome developers
 in a discussion about maximise/minimise buttons. I paraphrase the
 answer: we where not able to model use cases for them, because each
 user uses them in different ways ? (I'd rather not comment this)

GNOME developers have pretty much always developed in their own vacuum
so this is hardly new. Whether people agreed or disagreed with their
choices was never really important to them. 

That said, it's important to note that on the subject of UI, it's clear
that there really isn't just one way and it makes sense to me that the
project works within their own vision and delivers without getting
bogged down by the expectations of many people who will disagree among
themselves about how things should be done.

There is no one way, There are many choices for a DE and GNOME is but
only one of them. The future of Linux doesn't hinge on GNOME and at
best, GNOME's new direction can only help push the boundaries of
where/how Linux is used.

 At the end, using of Free Software is liberty/freedom of choice. There
 are many opportunities: KDE, XFCE, LXDE  They have been created as
 response from people who thought differently. This is a waste of
 energy, time, resources, even money. As an old elephant, I could
 recall the story about end of XFree86 project.

I don't think the XFree86 is actually relevant here but the project is
still going.

KDE, XFCE and others have been around for quite some time and while you
might call it a waste of energy, time and resources, it's a clear
indication that UI is not monolithic and competing methods/concepts are
valid and quite useful and represent real choice to Linux users. They
type of choice that you don't get and will never get from one of the
proprietary OS vendors.

The one thing that could kill off Linux (or at least the Desktop
version) would be to have a single UI that in an attempt to be all
things to all people actually pleases no one at all.

 This is not the way how we can attract more young people who will
 use/make/change OpenSource software.

Monumental leap of a conclusion with no evidence to support it.

 Regardless of all these current events about Gnome, I will continue to
 teach my students about importance of OpenSource, FSF, and freedom of
 choice.

I think you are missing an important point about Open Source... The
freedom to innovate involves the freedom to develop as you see fit. The
reason much of the open source software exists is because someone has an
itch and he writes the software to scratch it. When he gets other people
to join in, they decide on their common goals for the project and
develop towards those goals. If others decide to take it in a new
direction, they 'fork' the software.

There's no great mystery and the GNOME project is working entirely as
open source software models should operate.

 P.S. I like to excuse myself about my English in 

Re: Developers responsibillity to Fedora Users

2011-09-28 Thread Andrew Haley
On 09/28/2011 11:12 AM, Craig White wrote:
 Just look at the feedback on the new Macintosh OS X Lion or Windows 8
 preview... there is a lot of griping about the changes to the UI. It's
 certain that regardless of the OS, changes to the UI will always raise a
 bunch of complaints and the more drastic the changes, the louder the
 complaints. That's not really surprising.

No, but I think the controversy around GNOME 3 is of a different order
from what we've seen before.  This is not just the usual bunch of
complaints.

When Linus Torvalds says I want my sane interfaces back. I have yet
to meet anybody who likes the unholy mess that is gnome-3 the problem
has to be taken seriously.  (It's not just Linus, but he's a leading
developer who represents the views of many developers.)

Andrew.
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Alexander Volovics
On Wed, Sep 28, 2011 at 03:12:15AM -0700, Craig White wrote:

 No problem with your English whatsoever.
 
 The only problem that I have is with the logic that the fate of GNOME
 represents the fate of Open Source or Linux - it doesn't.
 
 Just look at the feedback on the new Macintosh OS X Lion or Windows 8
 preview... there is a lot of griping about the changes to the UI. It's
 certain that regardless of the OS, changes to the UI will always raise a
 bunch of complaints and the more drastic the changes, the louder the
 complaints. That's not really surprising.
 
 People who appreciate open source should love the bold, fresh ideas that
 GNOME 3 represents, even if they don't actually intend to use it. It
 aspires to encompass the computer regardless of form factor. It dares to
 innovate. It spreads the umbrella of implementation that protects it
 from those who believe they can patent virtually everything by providing
 evidence of prior art. It demonstrates that the innovation doesn't only
 emanate from Cupertino (though some of us knew that) or Redmond
 (puhlease).
 
 But to get to your point that 'GNOME has abandoned GNOME 2 and put
 distributions in an awkward position' - perhaps you are confused. Let's
 just stay on topic, Fedora. Fedora is very clear on this... Fedora's
 core value is to implement new versions as early as reasonable to help
 drive the development and provide valuable feedback. GNOME 2 is done and
 if a sufficient number of people want to maintain it for security
 issues, it can continue on as it always has. But Fedora is giving us a
 glimpse of the future by implementing the leading edge now... that is
 and has always been the core value of Fedora. There's no awkwardness or
 confusion there.

Hear hear !

Alexander

-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Olav Vitters
On Wed, Sep 28, 2011 at 11:39:51AM +0100, Andrew Haley wrote:
 No, but I think the controversy around GNOME 3 is of a different order
 from what we've seen before.  This is not just the usual bunch of
 complaints.

I've seen the same during KDE 4.0 and GNOME 2.0.
-- 
Regards,
Olav
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Alexander Volovics
On Wed, Sep 28, 2011 at 11:39:51AM +0100, Andrew Haley wrote:

 When Linus Torvalds says I want my sane interfaces back. I have yet
 to meet anybody who likes the unholy mess that is gnome-3 the problem
 has to be taken seriously.  (It's not just Linus, but he's a leading
 developer who represents the views of many developers.)

Who cares about Linus Torvalds opinion on anything except kernels
and the structure of Linux.

Alexander

-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Andrew Haley
On 09/28/2011 11:47 AM, Alexander Volovics wrote:
 On Wed, Sep 28, 2011 at 11:39:51AM +0100, Andrew Haley wrote:
 
 When Linus Torvalds says I want my sane interfaces back. I have yet
 to meet anybody who likes the unholy mess that is gnome-3 the problem
 has to be taken seriously.  (It's not just Linus, but he's a leading
 developer who represents the views of many developers.)
 
 Who cares about Linus Torvalds opinion on anything except kernels
 and the structure of Linux.

I think the answer to that question is in the parentheses above.

Andrew.
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Misha Shnurapet
It is known that Red Hat makes money from RHEL. RHEL releases are mostly 
snapshot Fedora. And for the community to be willing to contribute to Fedora, 
it must receive something back. Specifically, a free desktop operating system 
that they like (or, which is better, adore). When people are not happy, they 
stop contributing.

--
Best regards,
Misha Shnurapet, Fedora Project Contributor
Email: shnurapet AT fedoraproject.org, IRC: misha on freenode
https://fedoraproject.org/wiki/shnurapet, GPG: 00217306
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Alexander Volovics
On Wed, Sep 28, 2011 at 11:50:36AM +0100, Andrew Haley wrote:
 On 09/28/2011 11:47 AM, Alexander Volovics wrote:
  On Wed, Sep 28, 2011 at 11:39:51AM +0100, Andrew Haley wrote:
  
  When Linus Torvalds says I want my sane interfaces back. I have yet
  to meet anybody who likes the unholy mess that is gnome-3 the problem
  has to be taken seriously.  (It's not just Linus, but he's a leading
  developer who represents the views of many developers.)
  
  Who cares about Linus Torvalds opinion on anything except kernels
  and the structure of Linux.
 
 I think the answer to that question is in the parentheses above.

My neighbour is a leading Ubuntu 11.04 user who represents the views
of many Ubuntu users  {^!^}

Alexander

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


Recommendations for improving read and seek times of BTRFS.

2011-09-28 Thread David McFarland
Hi,

I have a question on recommendations for configuring BTRFS and opinions on if 
it is the correct filesystem to use for the following scenario at this time?

The system will have about 24TB of storage.
The minimal file size to be stored is 32KB and the maximum is 16GB.
We expect the mean distribution of files to be around 128KB-3MB.
We also expect that smaller files 3MB or less will be hit more frequently than 
the larger files.
The systems read performance is critical and our initial benchmarking with 
bonnie++ indicates BTRFS has poorer seek speeds and read performance than both 
XFS and EXT4.

My initial thoughts on this are to split the storage into a number of volumes, 
which will be optimised for file size ranges. i.e. 
2 SSD for files 32KB – 256KB in size
5 HDD for files 256KB – 128MB in size
5 HDD for files 128MB – 16GB in size

Does this seem like a sensible approach? Is there any recommendations for 
optimising BTRFS with a focus on improving read performance and seek times for 
each of these ranges? 

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


Re: Help with git and gitweb

2011-09-28 Thread JB
Leonardo sombriks at gmail.com writes:

 
 hello everyone,
 
 i am using fedora 14 and trying to share git projects over http.
 
 to create the projects are quite easy, install gitweb too,
 the problem is what to do on /etc/gitweb.conf and
 /etc/httpd/conf.d/git.conf in order to point to a folder with some git
 projects inside.
 
 any help is welcome.

Search Google: /etc/gitweb.conf /etc/httpd/conf.d/git.conf

e.g.
How To: Install and Configure GitWeb
http://gofedora.com/how-to-install-configure-gitweb/

JB


-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Craig White
On Wed, 2011-09-28 at 11:39 +0100, Andrew Haley wrote:
 On 09/28/2011 11:12 AM, Craig White wrote:
  Just look at the feedback on the new Macintosh OS X Lion or Windows 8
  preview... there is a lot of griping about the changes to the UI. It's
  certain that regardless of the OS, changes to the UI will always raise a
  bunch of complaints and the more drastic the changes, the louder the
  complaints. That's not really surprising.
 
 No, but I think the controversy around GNOME 3 is of a different order
 from what we've seen before.  This is not just the usual bunch of
 complaints.

because you say so?

seems to me exactly the same type of complaints when KDE 4 was released

 When Linus Torvalds says I want my sane interfaces back. I have yet
 to meet anybody who likes the unholy mess that is gnome-3 the problem
 has to be taken seriously.  (It's not just Linus, but he's a leading
 developer who represents the views of many developers.)

and Linux has a point of view that is entirely his own and certainly
valid for him. Why would you assert that his views represent anything
other than his views? Heck, he's typically involved in disagreement even
with kernel development and the kernel license so what's new here?

I believe that the adage states... to make an omelet, one has to break
some eggs.

Those who are unwilling or unprepared to use leading edge software,
still under development should probably be using something stable like
RHEL, CentOS, Scientific Linux, Ubuntu LTS, Debian or something other
than Fedora. If you are committed to using Fedora, you are committed to
using it warts and all with the expectation that you are helping to
drive the open source universe forward. If you are content with the way
things are now... Fedora is likely the wrong choice for you.

Craig


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

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


Re: Developers responsibillity to Fedora Users

2011-09-28 Thread Dr. Michael J. Chudobiak
On 09/28/2011 02:26 AM, Marko Vojinovic wrote:

 But its seems like a lot of people would like Gnome2 back. Why doesn't 
 someone,
 who has a problem with it just rebuild and release Gnome2 for F15 (with a
 different package name) ?

 Apparently it is already being done (sorry, forgot the new name of the
 fork). However, AFAIK, it is far from straightforward to rebuild and
 release it.

A usable fork of gnome2 will NEVER happen. People who think it will have 
no idea of the size of the gnome project and related gtk-based projects. 
Are they going to set up new source code repos? A new bugzilla? New 
translation teams? A new release team? A new set of core developers 
actually adding new code? Will other gtk-based projects (like my serial 
terminal program, moserial) release gtk2 and gtk3 variants?

However, gnome-shell is heavily customizable through extensions. If 
people want a gnome2-ish experience, they would be better off writing 
extensions to mimic the gnome2 experience. Some already exist, of course.

I personally like gnome-shell. I can only conclude that people who don't 
are bad people. People who kill kittens. Shame on you!

- 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: Developers responsibillity to Fedora Users

2011-09-28 Thread Misha Shnurapet
28.09.2011, 20:46, Craig White craigwh...@azapple.com:
 Those who are unwilling or unprepared to use leading edge software,
 still under development should probably be using something stable like
 RHEL, CentOS, Scientific Linux, Ubuntu LTS, Debian or something other
 than Fedora.

Just for your information:
1. all unfixed bugs gracefully land in RHEL;
2. complaints indicate attention actually being drawn.

--
Best regards,
Misha Shnurapet, Fedora Project Contributor
Email: shnurapet AT fedoraproject.org, IRC: misha on freenode
https://fedoraproject.org/wiki/shnurapet, GPG: 00217306
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Ralf Corsepius
On 09/28/2011 01:37 PM, Craig White wrote:

 Those who are unwilling or unprepared to use leading edge software,
 still under development should probably be using something stable like
 RHEL, CentOS, Scientific Linux, Ubuntu LTS, Debian or something other
 than Fedora.
Pardon, I had not intended to furtherly extend this thread, but now you 
provoking it.

Prepared for new SW doesn't mean to swallow all mash being presented 
and to uncritically welcome everything new as brilliant novelty, but 
also to make up personal opinions on such SW and to influence the system 
as part of the evolutionary process which has made Linux up to date.

That said, I do not swallow the Gnome folks' claim to have implemented a 
revolutionary new approach. IMO, their works, when thinking about them 
benevolently, at best is an early stage of a case study, which still has 
to prove its viability.

Ralf

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


difference between ping -I INTERFACE and ping -I IPADDRESS ?

2011-09-28 Thread Frantisek Hanzlik
(sorry if this mail arrive in this list once more, I sent it
by mistake cca 90 minutes ago from unregistered e/mail address)

hello Fedora networking gurus,

I always thought that using ping with specifying source interface is
exact equivalent as specifying its IP address - but it is evidently
not true. What I'm getting on my Linux Fedora 14 i686 box:

# ping -I 10.128.254.2 -c 3 -nn 90.183.38.60; echo -e '\n\n';\
  ping -I eth1 -c 3 -nn 90.183.38.60
PING 90.183.38.60 (90.183.38.60) from 10.128.254.2 : 56(84) bytes of data.
64 bytes from 90.183.38.60: icmp_req=1 ttl=56 time=4.66 ms
64 bytes from 90.183.38.60: icmp_req=2 ttl=56 time=12.7 ms
64 bytes from 90.183.38.60: icmp_req=3 ttl=56 time=4.50 ms

--- 90.183.38.60 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 4.502/7.310/12.769/3.861 ms



PING 90.183.38.60 (90.183.38.60) from 10.128.254.2 eth1: 56(84) bytes of data.
From 10.128.254.2 icmp_seq=1 Destination Host Unreachable
From 10.128.254.2 icmp_seq=2 Destination Host Unreachable
From 10.128.254.2 icmp_seq=3 Destination Host Unreachable

--- 90.183.38.60 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 1999ms
pipe 3


Interface eth1 has IP address 10.128.254.2 :
# ip addr show
1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
2: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state 
UNKNOWN qlen 1000
link/ether 00:30:4f:39:4b:49 brd ff:ff:ff:ff:ff:ff
inet 10.128.254.2/29 brd 10.128.254.7 scope global eth1
3: eth2: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state UP 
qlen 1000
link/ether 00:08:c7:25:c7:53 brd ff:ff:ff:ff:ff:ff
inet 10.3.60.10/24 brd 10.3.60.255 scope global eth2
4: eth3: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state UP 
qlen 1000
link/ether 00:08:c7:19:3b:94 brd ff:ff:ff:ff:ff:ff
inet 10.0.1.254/24 brd 10.0.1.255 scope global eth3
5: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state UP 
qlen 1000
link/ether 00:1e:8c:94:05:cd brd ff:ff:ff:ff:ff:ff
inet 192.168.0.254/24 brd 192.168.0.255 scope global eth0
6: ppp0: POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP mtu 1492 qdisc pfifo_fast 
state UNKNOWN qlen 3
link/ppp
inet 90.187.57.21 peer 78.103.210.66/32 scope global ppp0


At all interfaces are only IPv4 addresses, they have not any IP aliases,
iptables are stopped. eth1 is NATed 1:1 to public IP at ISP site.
Know anyone why ping (from iputils-20100418-3.fc14.i686 package)
behaves in such way? May this be somehow related with system routin tables?

Thanks, Franta
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Wade Hampton
[snip long rants]

The customers of Fedora are the users.  If you
irritate or frustrate your users, especially if the
cost is $0 to move to something else, you WILL lose
market share and hence mind share.

Additional data points that might add to the flames:

1)  I have a co-worker new to Linux.  He tried F15 and hated it,
 then went back to F14.  I believe WinXP/Vista/7 users
 trying Linux for the first time ARE confused by F15/Gnome3.

2)  Other friends/co-workers have moved to Ubuntu for their
 desktop and only use RHEL/CentOS for servers (No Fedora).

3)  It took me hours to get my F15 laptop sane including
 finding obscure settings to turn on the minimize in
 windows, and a working printer configuration application.

These are the reasons why only one of my Linux-based
laptops/netbooks/desktops is F15 and the rest are F14
or Ubuntu.

I hope to try Fedora 16 alpha soon.  I hope that most
of the major objections to Gnome 3 in F15 have been
addressed and that developers have listened to the complaints.
I plan to remain a loyal Fedora user as I have used RHL 
Fedora since about RHL 2 or 3 circa 1995 (and Slackware
before that).

Open source is GREAT, but developers must remember
that the cost (time and $) to move from one version to another
is very low

Cheers,
--
Wade Hampton
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Darryl L. Pierce
On Wed, Sep 28, 2011 at 12:13:39PM +0930, Tim wrote:
 On Tue, 2011-09-27 at 11:47 -0400, Darryl L. Pierce wrote:
  Given how small the market is for tablets (compared to the server
  business) I would find such a statement highly questionable.
 
 If Red Hat is still primarily concerned with the server market, then
 Gnome3 makes even less sense.

I can't speak to the RHEL side of the house WRT desktop environments. I
don't know what the plans are around Gnome 3 and future RHEL releases
based on Fedora 15+. Though I would say that I would find it odd for
servers to have graphical desktops on which the admins depend. Admins
for RHEL systems tend to be the command line type.

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



pgpcx5XucNWFi.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: Developers responsibillity to Fedora Users

2011-09-28 Thread Darryl L. Pierce
On Tue, Sep 27, 2011 at 10:30:34PM +0100, Terry Barnaby wrote:
 I don't use Gnome myself, mainly KDE.
 But its seems like a lot of people would like Gnome2 back. Why doesn't 
 someone,
 who has a problem with it just rebuild and release Gnome2 for F15 (with a 
 different package name) ?

+1

That's the open source way. Don't like Gnome 3? Then fork and maintain
Gnome 2 and build a new project around it. If there are enough people
who support such a move then a community will form around it.

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



pgpsxkDyTWEsl.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: [389-users] Problem with samba and 389 Directory server with LDAPS

2011-09-28 Thread David Hoskinson
I do not have a server.crt..  I created my certs using the following page on 
the 389 documentation

http://directory.fedoraproject.org/wiki/Howto:SSL

which creates a cert8.db and key3.db

in the past I could do certutil –L something and it would show the cert 
information but can’t seem to find that command anymore.

I can authenticate from localhost and any of the client machines even the samba 
server just fine… I just can’t seem to get samba service to connect.  If I have 
setup things incorrectly I appreciate the help.


From: 389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Angel Bosch Mora
Sent: Wednesday, September 28, 2011 7:52 AM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] Problem with samba and 389 Directory server with LDAPS

are you sure your certificate is created with your FQDN in it?

i've had LOT of problems until i've created correctly my certs.

you can check it with

   openssl x509 -noout -text -in server.crt

and i recommend that you include your FQDN as Alternative Name even if is your 
hostname, that trick saved me lot of headaches. i always create my certs with 
two alternate names, the FQDN itself and also ldap.mydomain

this way you don't have any problems with loadbalancing and such.

to create a petition cert with alternate names you can run (one line)

certutil -R -s 
CN=myserver.example.com,OU=example,O=example,L=example,ST=example,C=example 
-o example.csr -d . -a -8 myserver.example.com,ldap.example.com


[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_open_connection(786)
  smbldap_open_connection: connection opened
[2011/09/28 11:23:13, 10] lib/smbldap.c:smbldap_connect_system(951)
  ldap_connect_system: Binding to ldap server ldaps://adm301.stag.cle.us as 
cn=Directory Manager
[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_connect_system(982)
  failed to bind to server ldaps://”FQDN of server”.stag.cle.us with 
dn=cn=Directory Manager Error: Can't contact LDAP server
(unknown)

And yes I can resolve the hostname which I have sanitized.

Thanks for the tip, but that doesn’t seem to help, still have same result.   
This was just working on another machine but I had to put that one back to the 
way it was, and must have missed something.  Any more thoughts?

From: 389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] On Behalf Of Angel Bosch Mora
Sent: Wednesday, September 28, 2011 3:39 AM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] Problem with samba and 389 Directory server with LDAPS

you have to use FQDN when connecting securely. and you have to use the exact 
name used in the certificate.

I am getting the following message in the /var/log/samba/smbd.log file when I 
start up samba and try to connect as a user.

[2011/09/27 14:23:33, 1] lib/smbldap.c:another_ldap_try(1153)
  Connection to LDAP server failed for the 15 try!
[2011/09/27 14:23:34, 10] lib/smbldap.c:smb_ldap_setup_conn(630)
  smb_ldap_setup_connection: ldaps://192.168.3.79
[2011/09/27 14:23:34, 2] lib/smbldap.c:smbldap_open_connection(786)
  smbldap_open_connection: connection opened
[2011/09/27 14:23:34, 10] lib/smbldap.c:smbldap_connect_system(951)
  ldap_connect_system: Binding to ldap server ldaps://192.168.x.x as 
cn=directory manager,dc=stag,dc=cle,dc=us
[2011/09/27 14:23:34, 2] lib/smbldap.c:smbldap_connect_system(982)
  failed to bind to server ldaps://192.168.x.x with dn=cn=directory 
manager,dc=stag,dc=cle,dc=us Error: Can't contact LDAP server
(unknown)

Relevant part of the smb.conf

   passdb backend = ldapsam:ldaps://192.168.x.x
   ldap suffix = dc=stag,dc=cle,dc=us
   ldap machine suffix = ou=people
   ldap user suffix = ou=people
   ldap group suffix = ou=groups
   ldap passwd sync = yes
   ldap admin dn = cn=directory manager,dc=stag,dc=cle,dc=us
   obey pam restrictions = yes

I was able to run smbpasswd –w to add the dn admin password to the secrets.tdb 
but am unable to add additional users as well, again getting a cannot contact 
ldap server message.  I had this working on another machine, but that machine 
was needed for another purpose and lost the setup.  I know I must be missing 
something simple and am checking the HOWTO for samba on the 389-Directory 
Server site.
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


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

Re: Developers responsibillity to Fedora Users

2011-09-28 Thread Darryl L. Pierce
On Wed, Sep 28, 2011 at 08:26:27AM +0200, Marko Vojinovic wrote:
 On Tue, Sep 27, 2011 at 11:30 PM, Terry Barnaby ter...@beam.ltd.uk wrote:
  But its seems like a lot of people would like Gnome2 back. Why doesn't 
  someone,
  who has a problem with it just rebuild and release Gnome2 for F15 (with a
  different package name) ?
 
 Apparently it is already being done (sorry, forgot the new name of the
 fork). However, AFAIK, it is far from straightforward to rebuild and
 release it. Gnome 2 and 3 use different versions of the same set of
 libraries, and cannot coexist on the same system easily.

The challenge then is to upgrade the Gnome 2 code to use the newer
libraries.

 And Fedora
 has a lot of Gnome3 dependencies, even if you do not install Gnome3
 itself.

Such as?

 So the old Gnome2 needs to be heavily patched at the source
 code level, if it is to interoperate with the rest of the distro. This
 is much more complicated than just rebuilding srpms.

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



pgpg89h0zhyfs.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: Developers responsibillity to Fedora Users

2011-09-28 Thread Mike Wohlgemuth
On 09/28/2011 08:32 AM, Wade Hampton wrote:
 Additional data points that might add to the flames:

 1)  I have a co-worker new to Linux.  He tried F15 and hated it,
   then went back to F14.  I believe WinXP/Vista/7 users
   trying Linux for the first time ARE confused by F15/Gnome3.

 2)  Other friends/co-workers have moved to Ubuntu for their
   desktop and only use RHEL/CentOS for servers (No Fedora).

 3)  It took me hours to get my F15 laptop sane including
   finding obscure settings to turn on the minimize in
   windows, and a working printer configuration application.


I have largely stayed out of these conversations, but I would just like 
to interject that I have had exactly the opposite experience.  I love 
Gnome 3 and would be frustrated if I had to go back to anything like 
Gnome 2 or any other environment I have used before.  I will be the 
first to admit that things are not complete yet, but I really feel that 
people who are complaining about any sort of design issues are missing 
the point.  The basic user interactions baked into Gnome 3 tend to be 
much easier for me and a lot of complaints I see come from users 
actively fighting to use the interface in a way that it was not intended.

For instance, there really is no need to minimize a window with Gnome 
3.  I know it sounds condescending to say that, and you can feel free to 
feel insulted by me, the Gnome devs and God herself if you want, but 
once I got the hang of it, never having to manage minimized windows was 
amazingly freeing.  Likewise, you can turn on focus follows mouse, but 
if you do you will likely become frustrated with the experience.  I have 
used focus follows mouse for over 20 years prior to Gnome 3, and it was 
one of the thing that made using X based desktops a joy for me, but I've 
been running for about 1 month with click to focus and I don't miss 
focus follows mouse one bit.

Gnome 3 might really irritate you, or might be specifically bad for your 
particular use cases, and I completely understand if you want to 
continue with the desktop metaphors that have served you well in the 
past, but that does not mean it will be a general failure.  Sure, there 
is a bit of a learning curve, and I installed it on my machines to get 
the hang of it before putting it on anything that anyone else will use, 
but it only takes about 15 minutes to run through the changes with 
someone sitting in front of the computer for them to get the hang of it.

That being said, I share your pain on the printer setup, and I really 
hope that gets easier.

Woogie
-- 
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: GGoogle chat vs Skype

2011-09-28 Thread Patrick O'Callaghan

On 27 Sep 2011, at 13:00, Marko Vojinovic vvma...@gmail.com wrote
 On Tue, Sep 27, 2011 at 4:16 PM, Aaron Gray aaronngray.li...@gmail.com 
 wrote:
 This is well worth looking at, it was GNU SIP Communicator :-
 http://jitsi.org/
 It supports lots of formats, including Facebook, Google and Skype I believe.
 
 Somehow I doubt Skype is supported. ;-)

Since Skype doesn't use SIP (it has a proprietary protocol), it would be 
strange if Jitsi did support it. 

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


Re: Developers responsibillity to Fedora Users

2011-09-28 Thread Michael Ekstrand
On 09/28/2011 05:55 AM, Misha Shnurapet wrote:
 It is known that Red Hat makes money from RHEL. RHEL releases are 
 mostly snapshot Fedora. And for the community to be willing to 
 contribute to Fedora, it must receive something back. Specifically,
 a free desktop operating system that they like (or, which is better,
 adore). When people are not happy, they stop contributing.

As a data point: I came to Fedora, and love it, in large part *because*
of Gnome Shell.  There were other reasons as well, and my appreciation
for Gnome Shell is partially in contrast to Unity, but Gnome 3 with its
shell got me using Fedora. I quite enjoy the experience, and am now
contributing to the OCaml-related packages.

I've also been recommending Fedora to people who aren't happy with
Ubuntu's direction.

I'm just one person, but the the reaction to F15 isn't entirely
disillusionment. It's gained one user and now packager here.

- Michael

-- 
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] Problem with samba and 389 Directory server with LDAPS

2011-09-28 Thread Rich Megginson

On 09/28/2011 06:47 AM, David Hoskinson wrote:


I do not have a server.crt..  I created my certs using the following 
page on the 389 documentation


http://directory.fedoraproject.org/wiki/Howto:SSL

which creates a cert8.db and key3.db

in the past I could do certutil –L something and it would show the 
cert information but can’t seem to find that command anymore.



certutil -d /etc/dirsrv/slapd-instance -L


I can authenticate from localhost and any of the client machines even 
the samba server just fine… I just can’t seem to get samba service to 
connect.  If I have setup things incorrectly I appreciate the help.


*From:*389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] *On Behalf Of 
*Angel Bosch Mora

*Sent:* Wednesday, September 28, 2011 7:52 AM
*To:* General discussion list for the 389 Directory server project.
*Subject:* Re: [389-users] Problem with samba and 389 Directory server 
with LDAPS


are you sure your certificate is created with your FQDN in it?

i've had LOT of problems until i've created correctly my certs.

you can check it with

   openssl x509 -noout -text -in server.crt

and i recommend that you include your FQDN as Alternative Name even if 
is your hostname, that trick saved me lot of headaches. i always 
create my certs with two alternate names, the FQDN itself and also 
ldap.mydomain


this way you don't have any problems with loadbalancing and such.

to create a petition cert with alternate names you can run (one line)

certutil -R -s 
CN=myserver.example.com,OU=example,O=example,L=example,ST=example,C=example 
-o example.csr -d . -a -8 myserver.example.com,ldap.example.com




[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_open_connection(786)

  smbldap_open_connection: connection opened

[2011/09/28 11:23:13, 10] lib/smbldap.c:smbldap_connect_system(951)

  ldap_connect_system: Binding to ldap server
ldaps://adm301.stag.cle.us as cn=Directory Manager

[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_connect_system(982)

  failed to bind to server ldaps://”FQDN of server”.stag.cle.us
with dn=cn=Directory Manager Error: Can't contact LDAP server

(unknown)

And yes I can resolve the hostname which I have sanitized.

Thanks for the tip, but that doesn’t seem to help, still have same
result.   This was just working on another machine but I had to
put that one back to the way it was, and must have missed
something.  Any more thoughts?

*From:*389-users-boun...@lists.fedoraproject.org
[mailto:389-users-boun...@lists.fedoraproject.org] *On Behalf Of
*Angel Bosch Mora
*Sent:* Wednesday, September 28, 2011 3:39 AM
*To:* General discussion list for the 389 Directory server project.
*Subject:* Re: [389-users] Problem with samba and 389 Directory
server with LDAPS

you have to use FQDN when connecting securely. and you have to use
the exact name used in the certificate.



I am getting the following message in the
/var/log/samba/smbd.log file when I start up samba and try to
connect as a user.

[2011/09/27 14:23:33, 1] lib/smbldap.c:another_ldap_try(1153)

  Connection to LDAP server failed for the 15 try!

[2011/09/27 14:23:34, 10] lib/smbldap.c:smb_ldap_setup_conn(630)

  smb_ldap_setup_connection: ldaps://192.168.3.79

[2011/09/27 14:23:34, 2]
lib/smbldap.c:smbldap_open_connection(786)

  smbldap_open_connection: connection opened

[2011/09/27 14:23:34, 10]
lib/smbldap.c:smbldap_connect_system(951)

  ldap_connect_system: Binding to ldap server
ldaps://192.168.x.x as cn=directory manager,dc=stag,dc=cle,dc=us

[2011/09/27 14:23:34, 2] lib/smbldap.c:smbldap_connect_system(982)

  failed to bind to server ldaps://192.168.x.x with
dn=cn=directory manager,dc=stag,dc=cle,dc=us Error: Can't
contact LDAP server

(unknown)

Relevant part of the smb.conf

   passdb backend = ldapsam:ldaps://192.168.x.x

   ldap suffix = dc=stag,dc=cle,dc=us

   ldap machine suffix = ou=people

   ldap user suffix = ou=people

   ldap group suffix = ou=groups

   ldap passwd sync = yes

   ldap admin dn = cn=directory manager,dc=stag,dc=cle,dc=us

   obey pam restrictions = yes

I was able to run smbpasswd –w to add the dn admin password to
the secrets.tdb but am unable to add additional users as well,
again getting a cannot contact ldap server message.  I had
this working on another machine, but that machine was needed
for another purpose and lost the setup.  I know I must be
missing something simple and am checking the HOWTO for samba
on 

Re: LXDE is an acceptable substitute for Gnome 2

2011-09-28 Thread Ranjan Maitra
 I have a theory, based on the reason I use FVWM ahead of all of
 them: The gnome and KDE developers have now both exhibited an
 extreme propensity for jerking the rug out from under folks.
 People are looking for something they won't have to relearn
 every time developers get a bee in their bonnet. That pretty
 much totally excludes both gnome and KDE from any consideration.
 
 I strongly suspect both XFCE and LXDE will wind up having the
 same thing happen, they both seem to exhibit evidence of being
 actively developed, which means bees could arrive in new bonnets
 at any moment :-).
 
 I'll stick with FVWM and sample the new version of whatever
 is standard in fedora on each release just long enough to
 use it to get mt FVWM environment back.
 -- 

Hi Tom,

I am curious: how do you handle wifi connections? Do you do things from
the command line, and then, where do you put in the passwords and other
codes? Or do you use wicd-tools or NetworkManager or the like? How
about bluetooth?

It appears that fvwm as well as enlightenment will be orphaned in F16.

http://lists.fedoraproject.org/pipermail/devel/2011-July/154177.html

Also, how does fvwm relate with fluxbox?

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: Developers responsibillity to Fedora Users

2011-09-28 Thread Alan Cox
 Open source is GREAT, but developers must remember
 that the cost (time and $) to move from one version to another
 is very low

Most of the Gnome developers probably are not Fedora users anyway,
and why should they care which distro people use ? Similarly from a
commercial perspective 'what's the business case ?'

As to distro switching - yes it isn't hard, and the desktop switching
option in Fedora is even easier.

yum groupinstall XFCE
set your desktop at gdm

End of problem

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


Re: GGoogle chat vs Skype

2011-09-28 Thread Aaron Gray
On 27 September 2011 18:30, Marko Vojinovic vvma...@gmail.com wrote:

 On Tue, Sep 27, 2011 at 4:16 PM, Aaron Gray aaronngray.li...@gmail.com
 wrote:
  This is well worth looking at, it was GNU SIP Communicator :-
  http://jitsi.org/
  It supports lots of formats, including Facebook, Google and Skype I
 believe.

 Somehow I doubt Skype is supported. ;-)


support for Skype’s SILK wideband codec

Aaron
-- 
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: LXDE is an acceptable substitute for Gnome 2

2011-09-28 Thread Tom Horsley
On Wed, 28 Sep 2011 08:29:24 -0500
Ranjan Maitra wrote:

 I am curious: how do you handle wifi connections? Do you do things from
 the command line, and then, where do you put in the passwords and other
 codes? Or do you use wicd-tools or NetworkManager or the like? How
 about bluetooth?

I don't need silly icons in panels in order to run things like
the network connections program, the programs can be invoked
perfectly well from a terminal or a menu entry in a .fvwmrc file
(though mostly I don't use wi-fi since just about all the systems
I use are desktops with hardwired connections).

 It appears that fvwm as well as enlightenment will be orphaned in F16.

That's OK, it is easy to build from source, so I'll just start doing
that.

 Also, how does fvwm relate with fluxbox?

Don't have any idea what a fluxbox is :-).

-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Misha Shnurapet
28.09.2011, 21:43, Darryl L. Pierce dpie...@redhat.com:
 On Tue, Sep 27, 2011 at 10:30:34PM +0100, Terry Barnaby wrote:

  I don't use Gnome myself, mainly KDE.
  But its seems like a lot of people would like Gnome2 back. Why doesn't 
 someone,
  who has a problem with it just rebuild and release Gnome2 for F15 (with a
  different package name) ?

 +1

 That's the open source way. Don't like Gnome 3? Then fork and maintain
 Gnome 2 and build a new project around it. If there are enough people
 who support such a move then a community will form around it.

The GNOME 3 issue is outside Fedora big time. Inside Fedora there's choice 
should a user decide not to adhere to the course of the GNOME Project.

The only responsibility out there is for timely bugfixes, because the most 
annoying bugs often mean no alternative.

I'm a proud user of GNOME 3 and Fedora and I will continue to use these 
together.

--
Best regards,
Misha Shnurapet, Fedora Project Contributor
Email: shnurapet AT fedoraproject.org, IRC: misha on freenode
https://fedoraproject.org/wiki/shnurapet, GPG: 00217306
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Darryl L. Pierce
On Wed, Sep 28, 2011 at 11:08:55PM +0900, Misha Shnurapet wrote:
 28.09.2011, 21:43, Darryl L. Pierce dpie...@redhat.com:
  On Tue, Sep 27, 2011 at 10:30:34PM +0100, Terry Barnaby wrote:
 
   I don't use Gnome myself, mainly KDE.
   But its seems like a lot of people would like Gnome2 back. Why doesn't 
  someone,
   who has a problem with it just rebuild and release Gnome2 for F15 (with a
   different package name) ?
 
  +1
 
  That's the open source way. Don't like Gnome 3? Then fork and maintain
  Gnome 2 and build a new project around it. If there are enough people
  who support such a move then a community will form around it.
 
 The GNOME 3 issue is outside Fedora big time.

Right, I wasn't suggesting that Fedora take on this task. That's why I
said a community will form around it , referring to the Gnome 2
maintenance effort.

 Inside Fedora there's choice should a user decide not to adhere to the course 
 of the GNOME Project.

Yep: KDE, LXCE, etc.

 The only responsibility out there is for timely bugfixes, because the most 
 annoying bugs often mean no alternative.
 
 I'm a proud user of GNOME 3 and Fedora and I will continue to use these 
 together.

As am I. I love the interface and find myself enjoying it as I work.

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



pgpaXzIqfJbhQ.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: Developers responsibillity to Fedora Users

2011-09-28 Thread Andrew Haley
On 09/28/2011 12:37 PM, Craig White wrote:
 On Wed, 2011-09-28 at 11:39 +0100, Andrew Haley wrote:
 On 09/28/2011 11:12 AM, Craig White wrote:
 Just look at the feedback on the new Macintosh OS X Lion or Windows 8
 preview... there is a lot of griping about the changes to the UI. It's
 certain that regardless of the OS, changes to the UI will always raise a
 bunch of complaints and the more drastic the changes, the louder the
 complaints. That's not really surprising.

 No, but I think the controversy around GNOME 3 is of a different order
 from what we've seen before.  This is not just the usual bunch of
 complaints.
 
 because you say so?
 
 seems to me exactly the same type of complaints when KDE 4 was released

Perhaps so, but I don't think I've ever seen anything quite like this.

 When Linus Torvalds says I want my sane interfaces back. I have yet
 to meet anybody who likes the unholy mess that is gnome-3 the problem
 has to be taken seriously.  (It's not just Linus, but he's a leading
 developer who represents the views of many developers.)
 
 and Linux has a point of view that is entirely his own and certainly
 valid for him. Why would you assert that his views represent anything
 other than his views? Heck, he's typically involved in disagreement even
 with kernel development and the kernel license so what's new here?

This sort of feedback from any active developer shouldn't be ignored.
Maintaining developer mindshare is important for Fedora.

 Those who are unwilling or unprepared to use leading edge software,
 still under development should probably be using something stable like

I think you're missing the point.  A major goal of any leading-edge
distro is to get feedback from users on new features.  In other words,
getting negative feedback from users isn't a bug, it's a feature.

 RHEL, CentOS, Scientific Linux, Ubuntu LTS, Debian or something other
 than Fedora. If you are committed to using Fedora, you are committed to
 using it warts and all with the expectation that you are helping to
 drive the open source universe forward.

If Fedora (and free software in general) is to improve then we need
feedback from users.  That's how it has always worked, and how it's
supposed to work.  We need people to complain when Fedora does things
they don't like.  We actively solicit feedback, and we welcome it,
even if we don't like it.

Andrew.
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Olav Vitters
On Wed, Sep 28, 2011 at 09:02:30AM -0400, Mike Wohlgemuth wrote:
 amazingly freeing.  Likewise, you can turn on focus follows mouse, but 
 if you do you will likely become frustrated with the experience.  I have 

Focus-follows-mouse is just very bugyy in F15. It behaves better in 3.2
(F16), and hopefully it'll work nicely in 3.4.
-- 
Regards,
Olav
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Ralf Corsepius
On 09/28/2011 03:42 PM, Alan Cox wrote:

 yum groupinstall XFCE
 set your desktop at gdm

- EFAIL screensaver
- EFAIL set desktop background
- EFAIL terminal sizing (Fix lingering in testing)
- Sporadic -EFAIL restoring desktop.

 End of problem

Start of new problems ;)

Ralf

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


what it that http://localhost/gf context? how to get rid of this?

2011-09-28 Thread Leonardo
Hello,

i've installed apache on my fedora 14 box and this misterious /gf is
there stealing all 404 requests.

currently i'm getting an svn rerror because of this:

[sombriks@gau tste]$ svn checkout http://192.168.0.169/repo/
Arepo/teste-asdf
Arepo/trunk
Gerado cópia de trabalho para revisão 4.
[sombriks@gau tste]$ ls
repo
[sombriks@gau tste]$ cd repo/
[sombriks@gau repo]$ ls
teste-asdf  trunk
[sombriks@gau repo]$ touch file.txt
[sombriks@gau repo]$ svn add file.txt
A file.txt
[sombriks@gau repo]$ svn commit -m test
Adicionandofile.txt
svn: Commit falhou (detalhes a seguir):
svn: Repositório movido temporariamente para
'/gf/project/?feedback=Page Not Found. Try searching for projects';
por favor execute 'relocate'
svn: Repositório movido temporariamente para
'/gf/project/?feedback=Page Not Found. Try searching for projects';
por favor execute 'relocate'
[sombriks@gau repo]$

any help is welcome.
-- 
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] Problem with samba and 389 Directory server with LDAPS

2011-09-28 Thread Rich Megginson

On 09/28/2011 07:39 AM, David Hoskinson wrote:


[root@xxx ZDRIVE]# certutil -d /etc/dirsrv/slapd-xxx01 -L

Certificate Nickname Trust 
Attributes


 
SSL,S/MIME,JAR/XPI


CA certificate   CTu,u,u

server-cert  u,u,u

Server-Cert  u,u,u


certutil -d /etc/dirsrv/slapd-xxx01 -L -n Server-Cert


Thanks Rich….

*From:*Rich Megginson [mailto:rmegg...@redhat.com]
*Sent:* Wednesday, September 28, 2011 9:24 AM
*To:* General discussion list for the 389 Directory server project.
*Cc:* David Hoskinson
*Subject:* Re: [389-users] Problem with samba and 389 Directory server 
with LDAPS


On 09/28/2011 06:47 AM, David Hoskinson wrote:

I do not have a server.crt..  I created my certs using the following 
page on the 389 documentation


http://directory.fedoraproject.org/wiki/Howto:SSL

which creates a cert8.db and key3.db

in the past I could do certutil –L something and it would show the 
cert information but can’t seem to find that command anymore.


certutil -d /etc/dirsrv/slapd-instance -L

I can authenticate from localhost and any of the client machines even 
the samba server just fine… I just can’t seem to get samba service to 
connect.  If I have setup things incorrectly I appreciate the help.


*From:*389-users-boun...@lists.fedoraproject.org 
mailto:389-users-boun...@lists.fedoraproject.org 
[mailto:389-users-boun...@lists.fedoraproject.org] *On Behalf Of 
*Angel Bosch Mora

*Sent:* Wednesday, September 28, 2011 7:52 AM
*To:* General discussion list for the 389 Directory server project.
*Subject:* Re: [389-users] Problem with samba and 389 Directory server 
with LDAPS


are you sure your certificate is created with your FQDN in it?

i've had LOT of problems until i've created correctly my certs.

you can check it with

   openssl x509 -noout -text -in server.crt

and i recommend that you include your FQDN as Alternative Name even if 
is your hostname, that trick saved me lot of headaches. i always 
create my certs with two alternate names, the FQDN itself and also 
ldap.mydomain


this way you don't have any problems with loadbalancing and such.

to create a petition cert with alternate names you can run (one line)

certutil -R -s 
CN=myserver.example.com,OU=example,O=example,L=example,ST=example,C=example 
-o example.csr -d . -a -8 myserver.example.com,ldap.example.com





[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_open_connection(786)

  smbldap_open_connection: connection opened

[2011/09/28 11:23:13, 10] lib/smbldap.c:smbldap_connect_system(951)

  ldap_connect_system: Binding to ldap server
ldaps://adm301.stag.cle.us as cn=Directory Manager

[2011/09/28 11:23:13, 2] lib/smbldap.c:smbldap_connect_system(982)

  failed to bind to server ldaps://”FQDN ldaps://%E2%80%9DFQDN
of server”.stag.cle.us with dn=cn=Directory Manager Error: Can't
contact LDAP server

(unknown)

And yes I can resolve the hostname which I have sanitized.

Thanks for the tip, but that doesn’t seem to help, still have same
result.   This was just working on another machine but I had to
put that one back to the way it was, and must have missed
something.  Any more thoughts?

*From:*389-users-boun...@lists.fedoraproject.org
mailto:389-users-boun...@lists.fedoraproject.org
[mailto:389-users-boun...@lists.fedoraproject.org] *On Behalf Of
*Angel Bosch Mora
*Sent:* Wednesday, September 28, 2011 3:39 AM
*To:* General discussion list for the 389 Directory server project.
*Subject:* Re: [389-users] Problem with samba and 389 Directory
server with LDAPS

you have to use FQDN when connecting securely. and you have to use
the exact name used in the certificate.



I am getting the following message in the
/var/log/samba/smbd.log file when I start up samba and try to
connect as a user.

[2011/09/27 14:23:33, 1] lib/smbldap.c:another_ldap_try(1153)

  Connection to LDAP server failed for the 15 try!

[2011/09/27 14:23:34, 10] lib/smbldap.c:smb_ldap_setup_conn(630)

  smb_ldap_setup_connection: ldaps://192.168.3.79

[2011/09/27 14:23:34, 2]
lib/smbldap.c:smbldap_open_connection(786)

  smbldap_open_connection: connection opened

[2011/09/27 14:23:34, 10]
lib/smbldap.c:smbldap_connect_system(951)

  ldap_connect_system: Binding to ldap server
ldaps://192.168.x.x as cn=directory manager,dc=stag,dc=cle,dc=us

[2011/09/27 14:23:34, 2] lib/smbldap.c:smbldap_connect_system(982)

  failed to bind to server ldaps://192.168.x.x with

livecd and pxe boot memory footprint

2011-09-28 Thread Phil Meyer
The livd images currently appear to have 4GB filesystems, which would 
correspond to single layer DVDs. This is ok.

My question: Is the entire free space reported bf tools like 'df' writable?

My simple tests indicate that it is not.

ie:

# df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/loop6 4.0G 1.3G 2.7G 33% /
05:40 PM Tue Sep 27
# wget 
http://mirror.fiber.net/centos/6.0/isos/x86_64/CentOS-6.0-x86_64-bin-DVD1.iso
--2011-09-27 17:41:04-- 
http://mirror.fiber.net/centos/6.0/isos/x86_64/CentOS-6.0-x86_64-bin-DVD1.iso
Resolving mirror.fiber.net... 69.160.84.36
Connecting to mirror.fiber.net|69.160.84.36|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4238800896 (3.9G) [application/octet-stream]
Saving to: “CentOS-6.0-x86_64-bin-DVD1.iso”

12% [=== ] 529,255,008 721K/s in 13m 11s


Cannot write to “CentOS-6.0-x86_64-bin-DVD1.iso” (Read-only file system).

# df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/loop6 4.0G 1.8G 2.2G 46% /

So it seems that roughly 500MB is available via an overlay.

Only 'livecd-iso-to-disk', of all of the livecd tools, has an overlay 
option.

The question is:

How to adjust the overlay somewhere during the process of:

livecd-creator - livecd-iso-to-pxeboot

such that a system using that initrd.img has all of the remainder of the 
4GB file-system available via the overlay.

Thanks for any pointers!

Cross Posted

-- 
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: install boot sector

2011-09-28 Thread mickey
On 09/27/2011 10:55 PM, JD wrote:
 On 09/27/2011 07:18 PM, mickey wrote:
 On 09/27/2011 09:57 PM, JD wrote:
 On 09/27/2011 06:45 PM, mickey wrote:
 On 09/27/2011 09:00 PM, JD wrote:
 On 09/27/2011 05:19 PM, mickey wrote:
 F15

 Setup F15 hard drive on a different computer /dev/sda and sent hard
 drive to a friend to put in his computer as /dev/sdb , behind WindowsXp
 and went into the rescue mode to run grub-install /dev/sda , getting a
 error message;

 sdc2 Does not have any corresponding BIOS drive.

 There is only two hard drives and a DVDrom in this computer,  I can't
 understand the sdc2 unless fedora see's this
 drive , slave hard drive as sdc2 instead of sdb2 , partition 2 is where
 the / partition is for Fedora.
 WindowsXP is on Master drive.


 Hard Drive is recognized by BIOS as a Slave sdb.

 I guess the Device map is different and causing problems, How do I fix
 this to get boot sector on /dev/sda

 Can the command  grub-install --recheck /dev/sda fix the problem.
 I thought you have to edit grub.conf so that
 boot=/dev/sda  Point this to correct drive like /dev/sdb

 splashimage=(hd0,1)/boot/grub/splash.xpm.gz  Change this to correct
 (hd1,0) as an example
 hiddenmenu
 default=0

 title Fedora (2.6.39.3-1.fc14.i686)
   root (hd0,1)  Change this to (hd1,0)
   kernel /boot/vmlinuz-2.6.39.3-1.fc14.i686 ro root=/dev/sdb
 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8
 SYSFONT=latarcyrheb-sun16 KEYTABLE=us LANG=en_US.UTF-8 nomodeset
   initrd /boot/initramfs-2.6.39.3-1.fc14.i686.img


 Then you must fix /etc/fstab so that
 /dev/sdb1 / ext3defaults0 0

 ...etc.

 Are you sure the (hd1,0) instead it should be (hd1,1) because linux / is
 at sdb2 .
 Well, the default correspondence between bios disks and linux disks
 is
 hd0  sda
 hd1  sdb

 I assume your linux is installed on first partition of the disk.
 Since the linux disk is the second disk in the machine, per your
 message, then the disk is hd1 (i.e. /dev/sdb)
 and since linux is on the  first partition, the boot
 disk would be
 (hd1,0)  which maps onto (/dev/sdb1)

 Take a look at the file /boot/grub/device.map

 which shows the most basic device mapping, like
 (fd0)   /dev/fd0
 (hd0)   /dev/sda

 Good luck

 I guess i got this pretty confusing.
 sdb1 is a ntfs file system for a backup to windowsXP.
 And sdb is / root for linux
 sdb is the WHOLE disk.
 sdb1 is partition one on sdb
 Therefore it is not possible to have
 sdb as the linux root file system, and
 sdb1 as the ntfs backup of windows.

 I suspect that sdb1 is your ntfs backup
 and sdb2 is your linux root file system.


JD thanks for your help.

But I have decided that I'am going to walk my friend through a complete new
install, that way he will learn how to do it in the future.

That way also Linux can do the proper detection settings on his computer.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: How to rebuild the kernel for the network install

2011-09-28 Thread Phil Meyer
On 09/28/2011 02:57 AM, Joshua C. wrote:
 As the title says, I'd like to reinstall fedora 15 with the netinstall
 image because it's about 100mb (kernel and initrd) instead of the
 install dvds. My problem is that those files located in
 http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Fedora/x86_64/os/isolinux/
 have long been outdated. As you can see the kernel is only 3.7mb and
 the initrd almost 94mb. How to rebuild them from the latest
 kernel-2.6.40.4-6.fc15?

 --joshua

1. yum install dracut-network

2. use dracut (like mkinitrd) # dracut initrd.img `uname -r`

That's it.

Yoy can PXE boot that, or roll it up into a bootable iso, which is what 
netboot is.

But why not just use the existing iso?  easier

Good Luck!
-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Ralf Corsepius
On 09/28/2011 02:43 PM, Darryl L. Pierce wrote:
 On Tue, Sep 27, 2011 at 10:30:34PM +0100, Terry Barnaby wrote:
 I don't use Gnome myself, mainly KDE.
 But its seems like a lot of people would like Gnome2 back. Why doesn't 
 someone,
 who has a problem with it just rebuild and release Gnome2 for F15 (with a
 different package name) ?

IMO, that's a misperception: Most people who complain about Gnome3 don't 
like its look'n'feel and/or are missing certain functionalities, but 
like the Gnome2 look'n'feel and/or certain functionalities.
That's entirely different from forking Gnome2.

It's xfce's similarity to Gnome2, which makes xfce applicable as a 
resort to them.

 That's the open source way. Don't like Gnome 3? Then fork and maintain
 Gnome 2 and build a new project around it. If there are enough people
 who support such a move then a community will form around it.

Alternatively, the Gnome folks finally start listening to their users 
and bring back the old look'n'feel and at least some its functionalties.

Ralf


-- 
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: Developers responsibillity to Fedora Users

2011-09-28 Thread Darryl L. Pierce
On Wed, Sep 28, 2011 at 05:05:35PM +0200, Ralf Corsepius wrote:
 On 09/28/2011 02:43 PM, Darryl L. Pierce wrote:
 On Tue, Sep 27, 2011 at 10:30:34PM +0100, Terry Barnaby wrote:
 I don't use Gnome myself, mainly KDE.
 But its seems like a lot of people would like Gnome2 back. Why doesn't 
 someone,
 who has a problem with it just rebuild and release Gnome2 for F15 (with a
 different package name) ?
 
 IMO, that's a misperception: Most people who complain about Gnome3
 don't like its look'n'feel and/or are missing certain
 functionalities, but like the Gnome2 look'n'feel and/or certain
 functionalities.
 That's entirely different from forking Gnome2.
 
 It's xfce's similarity to Gnome2, which makes xfce applicable as a
 resort to them.
 
 That's the open source way. Don't like Gnome 3? Then fork and maintain
 Gnome 2 and build a new project around it. If there are enough people
 who support such a move then a community will form around it.
 
 Alternatively, the Gnome folks finally start listening to their
 users and bring back the old look'n'feel and at least some its
 functionalties.

And since the possibility of that happening is next to zero, we're back
to fork and support for Gnome 2.

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



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


Manually, remotely starting X for a remote session. DISPLAY.

2011-09-28 Thread linux guy
X was working fine from several clients to several servers.   Then it quit,
for no (obvious to me) reason.

Details here, let me know if you need more info.

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

How do I start X on the server from a remote machine (via ssh, of course) so
that I can use graphical apps ?

When I google this problem, there is some talk about the DISPLAY variable
not being set.  What should it be set to ?  How should it be set ?

Thanks

LG
-- 
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: LXDE is an acceptable substitute for Gnome 2

2011-09-28 Thread solarflow99
On Wed, Sep 28, 2011 at 10:00 AM, Tom Horsley horsley1...@gmail.com wrote:

 On Wed, 28 Sep 2011 08:29:24 -0500
 Ranjan Maitra wrote:

  I am curious: how do you handle wifi connections? Do you do things from
  the command line, and then, where do you put in the passwords and other
  codes? Or do you use wicd-tools or NetworkManager or the like? How
  about bluetooth?

 I don't need silly icons in panels in order to run things like
 the network connections program, the programs can be invoked
 perfectly well from a terminal or a menu entry in a .fvwmrc file
 (though mostly I don't use wi-fi since just about all the systems
 I use are desktops with hardwired connections).

  It appears that fvwm as well as enlightenment will be orphaned in F16.

 That's OK, it is easy to build from source, so I'll just start doing
 that.

  Also, how does fvwm relate with fluxbox?

 Don't have any idea what a fluxbox is :-).



You're just like me, HA.  I like LXDE because its fast and simple too.  if
you're still using fvwm, you might enjoy looking at something called qvwm,
its been a while since i used it, but it was fast too.
-- 
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: Manually, remotely starting X for a remote session. DISPLAY.

2011-09-28 Thread Alan Cox
On Wed, 28 Sep 2011 09:29:26 -0600
linux guy linuxguy...@gmail.com wrote:

 X was working fine from several clients to several servers.   Then it quit,
 for no (obvious to me) reason.
 
 Details here, let me know if you need more info.
 
 https://bugzilla.redhat.com/show_bug.cgi?id=740466
 
 How do I start X on the server from a remote machine (via ssh, of course) so
 that I can use graphical apps ?
 
 When I google this problem, there is some talk about the DISPLAY variable
 not being set.  What should it be set to ?  How should it be set ?

sshd sets it when you do an ssh -X/-Y. If it isn't getting set then
either ssh isn't seeing suitable environment variables (eg ssh'ing into a
box and forgetting which box you were on when you do the ssh -Y), or it
can be blocked in the sshd config.

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


Re: Cannot boot properly: dbus problems?

2011-09-28 Thread Joe Zeff
On 09/27/2011 11:47 PM, Nick Urbanik wrote:
 I have forced a selinux relabel, and a forcefsck.

Why?  Nothing you report later mentions any SELinux denials or warnings 
and there's no mention of problems mounting partitions.  I don't know 
what went wrong, but I do know that trying things at random isn't going 
to help and only wastes valuable time.
-- 
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


Fwd: Manually, remotely starting X for a remote session. DISPLAY.

2011-09-28 Thread linux guy
On Wed, Sep 28, 2011 at 9:46 AM, Alan Cox a...@lxorguk.ukuu.org.uk wrote:


 sshd sets it when you do an ssh -X/-Y. If it isn't getting set then
 either ssh isn't seeing suitable environment variables (eg ssh'ing into a
 box and forgetting which box you were on when you do the ssh -Y), or it
 can be blocked in the sshd config.

 Alan


Thanks for the reply, Alan.  Great to see you jump in like that.

How/when is X supposed to be started ? Part of the boot process, right ?
Does anything shut it down, like a timeout on the login screen ?

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


Fwd: Manually, remotely starting X for a remote session. DISPLAY.

2011-09-28 Thread linux guy
$ ssh me@server
me@server's password:
Last login: Tue Sep 27 20:16:30 2011 from 192.168.1.120
[me@server ~]$ echo $DISPLAY

[me@server ~]$

What should it be set to ?


$ yum list openssh
Loaded plugins: langpacks, presto, refresh-packagekit
Installed Packages
openssh.i686  5.6p1-34.fc15.1


I'm not saying that I know the DISPLAY variable is the problem.  I'm just
providing information.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: How to rebuild the kernel for the network install

2011-09-28 Thread Joshua C.
2011/9/28 Phil Meyer pme...@themeyerfarm.com:
 On 09/28/2011 02:57 AM, Joshua C. wrote:
 As the title says, I'd like to reinstall fedora 15 with the netinstall
 image because it's about 100mb (kernel and initrd) instead of the
 install dvds. My problem is that those files located in
 http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Fedora/x86_64/os/isolinux/
 have long been outdated. As you can see the kernel is only 3.7mb and
 the initrd almost 94mb. How to rebuild them from the latest
 kernel-2.6.40.4-6.fc15?

 --joshua

 1. yum install dracut-network

 2. use dracut (like mkinitrd) # dracut initrd.img `uname -r`

 That's it.

 Yoy can PXE boot that, or roll it up into a bootable iso, which is what
 netboot is.

 But why not just use the existing iso?  easier

 Good Luck!
 --
 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


I want to reinstall fedora on a intel fake-raid1 which is practically
a software raid. In order to save all the config headaches I want to
use a f16-livecd and rebuild the netinstall image with the kernel for
f15 (kernel-2.6.40.4-6.fc15) and just boot from it. So from your
example '# dracut initrd.img `uname -r' I think `uname -r` will return
the running f16 kernel, not the one I want to use. Do I need the
kernel-devel-package for this?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Developers responsibillity to Fedora Users

2011-09-28 Thread Tim
On Wed, 2011-09-28 at 17:05 +0200, Ralf Corsepius wrote:
 Most people who complain about Gnome3 don't like its look'n'feel
 and/or are missing certain functionalities, but like the Gnome2
 look'n'feel and/or certain functionalities.

Or don't have the hardware to support its heavy baggage.

I've never used KDE, beyond having a look and see, because I don't like
how it works, *and* it's always been too much of a CPU load.  Now, the
same can be said about Gnome.

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


Configuring USB-connected printer

2011-09-28 Thread Geoffrey Leach
I'm unable to configure a printer, connected via usb, under Fedora 15.

Fedora 14 Anaconda recognized and configured automatically. The 
hardware configuration has not changed. The URI for the printer 
generated by Anaconda was usb://HP/LaserJet%201300

Using this URI to configure the printer on Fedora 15 does not work; the 
test page job is queued, but not printed. Ditto using usb://HP/LaserJet

FWIW, here's the USB description for the port. The Belk is a Belkin 
parallel-to-usb adapter. Same as under Fedora 14.


T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=050d ProdID=0002 Rev=02.02
S:  Manufacturer=Belk USB Printing Support
S:  Product=IEEE-1284 Controller
C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I:  If#= 0 Alt= 2 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=uss720

I'd really appreciate some assistance.

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: Cannot boot properly: dbus problems?

2011-09-28 Thread Mike Chambers
On Wed, 2011-09-28 at 16:47 +1000, Nick Urbanik wrote:
 Dear Folks,
 
 After a power surge and a spontaneous reboot, my 4-core F15 x86_64 machine
 has been unhappy.  I have forced a selinux relabel, and a forcefsck.
 
 Symptoms:
 1. The graphical boot did not complete: it started Nagios, but cupsd
 failed to start, and gdm did not start up.
 2. I cannot log in on the text consoles; I can type the username, but
 no prompt appears for the password.
 3. Attempts to use sudo just hang.
 4. I can log in by ssh as either myself or as root.
 5. named is using 97.5% CPU, though when I turn on querylogging,
 there are very few lookups.
 6. Attempts to start cups result in complaints about dbus:
 # systemctl start cups.service
 Failed to get D-Bus connection: Failed to authenticate in time.

Wonder if running into a systemd problem that I had due to dbus issue
day or 2 ago?

Might upgrade to this and see if that helps fix it.

http://koji.fedoraproject.org/koji/buildinfo?buildID=265279

-- 
Mike Chambers
Madisonville, KY

The best town on Earth!

-- 
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: install boot sector

2011-09-28 Thread JD
On 09/28/2011 08:01 AM, mickey wrote:
 On 09/27/2011 10:55 PM, JD wrote:
 On 09/27/2011 07:18 PM, mickey wrote:
 On 09/27/2011 09:57 PM, JD wrote:
 On 09/27/2011 06:45 PM, mickey wrote:
 On 09/27/2011 09:00 PM, JD wrote:
 On 09/27/2011 05:19 PM, mickey wrote:
 F15

 Setup F15 hard drive on a different computer /dev/sda and sent hard
 drive to a friend to put in his computer as /dev/sdb , behind WindowsXp
 and went into the rescue mode to run grub-install /dev/sda , getting a
 error message;

 sdc2 Does not have any corresponding BIOS drive.

 There is only two hard drives and a DVDrom in this computer,  I can't
 understand the sdc2 unless fedora see's this
 drive , slave hard drive as sdc2 instead of sdb2 , partition 2 is where
 the / partition is for Fedora.
 WindowsXP is on Master drive.


 Hard Drive is recognized by BIOS as a Slave sdb.

 I guess the Device map is different and causing problems, How do I fix
 this to get boot sector on /dev/sda

 Can the command  grub-install --recheck /dev/sda fix the problem.
 I thought you have to edit grub.conf so that
 boot=/dev/sda   Point this to correct drive like /dev/sdb

 splashimage=(hd0,1)/boot/grub/splash.xpm.gz   Change this to 
 correct
 (hd1,0) as an example
 hiddenmenu
 default=0

 title Fedora (2.6.39.3-1.fc14.i686)
root (hd0,1)   Change this to (hd1,0)
kernel /boot/vmlinuz-2.6.39.3-1.fc14.i686 ro root=/dev/sdb
 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8
 SYSFONT=latarcyrheb-sun16 KEYTABLE=us LANG=en_US.UTF-8 nomodeset
initrd /boot/initramfs-2.6.39.3-1.fc14.i686.img


 Then you must fix /etc/fstab so that
 /dev/sdb1 / ext3defaults0 0

 ...etc.

 Are you sure the (hd1,0) instead it should be (hd1,1) because linux / is
 at sdb2 .
 Well, the default correspondence between bios disks and linux disks
 is
 hd0  sda
 hd1  sdb

 I assume your linux is installed on first partition of the disk.
 Since the linux disk is the second disk in the machine, per your
 message, then the disk is hd1 (i.e. /dev/sdb)
 and since linux is on the  first partition, the boot
 disk would be
 (hd1,0)  which maps onto (/dev/sdb1)

 Take a look at the file /boot/grub/device.map

 which shows the most basic device mapping, like
 (fd0)   /dev/fd0
 (hd0)   /dev/sda

 Good luck

 I guess i got this pretty confusing.
 sdb1 is a ntfs file system for a backup to windowsXP.
 And sdb is / root for linux
 sdb is the WHOLE disk.
 sdb1 is partition one on sdb
 Therefore it is not possible to have
 sdb as the linux root file system, and
 sdb1 as the ntfs backup of windows.

 I suspect that sdb1 is your ntfs backup
 and sdb2 is your linux root file system.


 JD thanks for your help.

 But I have decided that I'am going to walk my friend through a complete new
 install, that way he will learn how to do it in the future.

 That way also Linux can do the proper detection settings on his computer.
That is a wise decision.
Good luck.
-- 
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: Configuring USB-connected printer

2011-09-28 Thread JD
On 09/28/2011 09:37 AM, Geoffrey Leach wrote:
 I'm unable to configure a printer, connected via usb, under Fedora 15.

 Fedora 14 Anaconda recognized and configured automatically. The
 hardware configuration has not changed. The URI for the printer
 generated by Anaconda was usb://HP/LaserJet%201300

 Using this URI to configure the printer on Fedora 15 does not work; the
 test page job is queued, but not printed. Ditto using usb://HP/LaserJet

 FWIW, here's the USB description for the port. The Belk is a Belkin
 parallel-to-usb adapter. Same as under Fedora 14.


 T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
 D:  Ver= 1.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
 P:  Vendor=050d ProdID=0002 Rev=02.02
 S:  Manufacturer=Belk USB Printing Support
 S:  Product=IEEE-1284 Controller
 C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
 I:  If#= 0 Alt= 2 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=uss720

 I'd really appreciate some assistance.

 Thanks.
Have you tried to connect the printer directly
to the parallel port, without the belkin converter,
and reboot?

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


apache with tomcat

2011-09-28 Thread solarflow99
So does anyone use apache to proxy to tomcat then?  i'm just trying to
figure out why proxy_ajp.conf was dropped.

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: Configuring USB-connected printer

2011-09-28 Thread Terry Polzin
On Wed, 2011-09-28 at 09:55 -0700, JD wrote:
 On 09/28/2011 09:37 AM, Geoffrey Leach wrote:
  I'm unable to configure a printer, connected via usb, under Fedora 15.
 
  Fedora 14 Anaconda recognized and configured automatically. The
  hardware configuration has not changed. The URI for the printer
  generated by Anaconda was usb://HP/LaserJet%201300
 
  Using this URI to configure the printer on Fedora 15 does not work; the
  test page job is queued, but not printed. Ditto using usb://HP/LaserJet
 
  FWIW, here's the USB description for the port. The Belk is a Belkin
  parallel-to-usb adapter. Same as under Fedora 14.
 
 
  T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
  D:  Ver= 1.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
  P:  Vendor=050d ProdID=0002 Rev=02.02
  S:  Manufacturer=Belk USB Printing Support
  S:  Product=IEEE-1284 Controller
  C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
  I:  If#= 0 Alt= 2 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=uss720
 
  I'd really appreciate some assistance.
 
  Thanks.
 Have you tried to connect the printer directly
 to the parallel port, without the belkin converter,
 and reboot?
 

Belkin devices aren't necessarily known for their linux support.

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


Re: Manually, remotely starting X for a remote session. DISPLAY.

2011-09-28 Thread linux guy
On Wed, Sep 28, 2011 at 10:17 AM, Alan Cox a...@lxorguk.ukuu.org.uk wrote:

 On Wed, 28 Sep 2011 10:06:48 -0600
 linux guy linuxguy...@gmail.com wrote:

  $ ssh me@server
  me@server's password:
  Last login: Tue Sep 27 20:16:30 2011 from 192.168.1.120
  [me@server ~]$ echo $DISPLAY
 
  [me@server ~]$
 
  What should it be set to ?

 Nothing - you didn't specify -X or -Y


Me bad.

For some reason I thought that -X was set by default.   Apparently its not.

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


Re: How to rebuild the kernel for the network install

2011-09-28 Thread Pete Travis
Bash will expand $(inane -r) for you - you can pass it any kernel you have
headers installed for.

I wanted to jump in to suggest you reconsider motherboard driven fakeraid.
The mainboard becomes a single point of failure, and replacing it or
migrating the array can be problematic, especially with different chipset
revisions or BIOS versions.

I recommend you set up a mdadm array.  Drivers are in the kernel,
documentation is profuse, and management is fairly simple once you get the
hang of it. The graphical installer can even do it for you.  Use the array
for /home and possibly /etc and /var, and keep your root filesystem separate
from your important data.

Hope this helps,

Pete
On Sep 28, 2011 10:24 AM, Joshua C. joshua...@googlemail.com wrote:
 2011/9/28 Phil Meyer pme...@themeyerfarm.com:
 On 09/28/2011 02:57 AM, Joshua C. wrote:
 As the title says, I'd like to reinstall fedora 15 with the netinstall
 image because it's about 100mb (kernel and initrd) instead of the
 install dvds. My problem is that those files located in

http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Fedora/x86_64/os/isolinux/
 have long been outdated. As you can see the kernel is only 3.7mb and
 the initrd almost 94mb. How to rebuild them from the latest
 kernel-2.6.40.4-6.fc15?

 --joshua

 1. yum install dracut-network

 2. use dracut (like mkinitrd) # dracut initrd.img `uname -r`

 That's it.

 Yoy can PXE boot that, or roll it up into a bootable iso, which is what
 netboot is.

 But why not just use the existing iso?  easier

 Good Luck!
 --
 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


 I want to reinstall fedora on a intel fake-raid1 which is practically
 a software raid. In order to save all the config headaches I want to
 use a f16-livecd and rebuild the netinstall image with the kernel for
 f15 (kernel-2.6.40.4-6.fc15) and just boot from it. So from your
 example '# dracut initrd.img `uname -r' I think `uname -r` will return
 the running f16 kernel, not the one I want to use. Do I need the
 kernel-devel-package for this?
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: How to rebuild the kernel for the network install

2011-09-28 Thread Joe Zeff
On 09/28/2011 10:41 AM, Pete Travis wrote:
 Bash will expand $(inane -r) for you - you can pass it any kernel you
 have headers installed for.

I think you meant to type $(uname -r).
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


BookMarks.html

2011-09-28 Thread mickey
F15

Where is the Bookmarks.html in Firefox-6 ?

They are no longer in Firefox default directory .
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Configuring USB-connected printer

2011-09-28 Thread Geoffrey Leach
On 09/28/2011 09:55:24 AM, JD wrote:
 On 09/28/2011 09:37 AM, Geoffrey Leach wrote:
  I'm unable to configure a printer, connected via usb, under Fedora
 15.
 
  Fedora 14 Anaconda recognized and configured automatically. The
  hardware configuration has not changed. The URI for the printer
  generated by Anaconda was usb://HP/LaserJet%201300
 
  Using this URI to configure the printer on Fedora 15 does not work;
 the
  test page job is queued, but not printed. Ditto using
 usb://HP/LaserJet
 
  FWIW, here's the USB description for the port. The Belk is a
 Belkin
  parallel-to-usb adapter. Same as under Fedora 14.
 
 
  T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
  D:  Ver= 1.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
  P:  Vendor=050d ProdID=0002 Rev=02.02
  S:  Manufacturer=Belk USB Printing Support
  S:  Product=IEEE-1284 Controller
  C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
  I:  If#= 0 Alt= 2 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff 
 Driver=uss720
 
  I'd really appreciate some assistance.
 
  Thanks.
 Have you tried to connect the printer directly
 to the parallel port, without the belkin converter,
 and reboot?
No parallel port, alas. It's a laptop.


-- 
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: Configuring USB-connected printer

2011-09-28 Thread Geoffrey Leach
On 09/28/2011 10:09:48 AM, Terry Polzin wrote:
 On Wed, 2011-09-28 at 09:55 -0700, JD wrote:
  On 09/28/2011 09:37 AM, Geoffrey Leach wrote:
   I'm unable to configure a printer, connected via usb, under 
 Fedora
 15.
  
   Fedora 14 Anaconda recognized and configured automatically. The
   hardware configuration has not changed. The URI for the printer
   generated by Anaconda was usb://HP/LaserJet%201300
  
   Using this URI to configure the printer on Fedora 15 does not
 work; the
   test page job is queued, but not printed. Ditto using
 usb://HP/LaserJet
  
   FWIW, here's the USB description for the port. The Belk is a
 Belkin
   parallel-to-usb adapter. Same as under Fedora 14.
  
  
   T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
   D:  Ver= 1.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
   P:  Vendor=050d ProdID=0002 Rev=02.02
   S:  Manufacturer=Belk USB Printing Support
   S:  Product=IEEE-1284 Controller
   C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
   I:  If#= 0 Alt= 2 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff
 Driver=uss720
  
   I'd really appreciate some assistance.
  
   Thanks.
  Have you tried to connect the printer directly
  to the parallel port, without the belkin converter,
  and reboot?
  
 
 Belkin devices aren't necessarily known for their linux support.

Hmmm  the converter has been working with many previous versions of 
Fedora. Could it be that linux is not supporting the device now? Seems 
unlikely, though, as all the device is doing is converting between 
Parallel and USB. Could also be that its died, athough doing it between 
14 and 15 seems unlikely. 



-- 
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: BookMarks.html

2011-09-28 Thread Tom Horsley
On Wed, 28 Sep 2011 13:51:04 -0400
mickey wrote:

 Where is the Bookmarks.html in Firefox-6 ?
 
 They are no longer in Firefox default directory .

They are also no longer in Bookmarks.html. The places.sqlite
file has bookmarks, history, and just about every other piece of
junk firefox is remembering now.
-- 
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: BookMarks.html

2011-09-28 Thread mickey
On 09/28/2011 02:12 PM, Tom Horsley wrote:
 On Wed, 28 Sep 2011 13:51:04 -0400
 mickey wrote:

 Where is the Bookmarks.html in Firefox-6 ?

 They are no longer in Firefox default directory .
 They are also no longer in Bookmarks.html. The places.sqlite
 file has bookmarks, history, and just about every other piece of
 junk firefox is remembering now.
I want to move places.sqlite to a new install, do I just copy and paste 
the old
places.sqlite into the new .mozilla/firefox.default directory ??

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


Re: apache with tomcat

2011-09-28 Thread Peter Boy
Am Mittwoch, den 28.09.2011, 13:07 -0400 schrieb solarflow99:
 So does anyone use apache to proxy to tomcat then?  i'm just trying to
 figure out why proxy_ajp.conf was dropped.

We use it regularly, didn't notice anything being dropped yet  :-) 





-- 
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: BookMarks.html

2011-09-28 Thread Andras Simon
2011/9/28, mickey binary...@comcast.net:
 On 09/28/2011 02:12 PM, Tom Horsley wrote:
 On Wed, 28 Sep 2011 13:51:04 -0400
 mickey wrote:

 Where is the Bookmarks.html in Firefox-6 ?

 They are no longer in Firefox default directory .
 They are also no longer in Bookmarks.html. The places.sqlite
 file has bookmarks, history, and just about every other piece of
 junk firefox is remembering now.
 I want to move places.sqlite to a new install, do I just copy and paste
 the old
 places.sqlite into the new .mozilla/firefox.default directory ??

Bookmarks - Show All Bookmarks - Import and Backup

There you can have your bookmarks.html if you want to.

HTH,
Andras
-- 
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: BookMarks.html

2011-09-28 Thread Tom Horsley
On Wed, 28 Sep 2011 14:22:10 -0400
mickey wrote:

 I want to move places.sqlite to a new install, do I just copy and paste 
 the old
 places.sqlite into the new .mozilla/firefox.default directory ??

That has been working for me. I'm never sure when the format is
likely to change and it won't work, but I assume I'll notice
when it no longer works.
-- 
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


GNOME 3.2 released!

2011-09-28 Thread Leonardo
http://library.gnome.org/misc/release-notes/3.2/

so is there any chance to see this release in F15?
-- 
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


LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread John Schmitt

I have the nvidia driver from rpmfusion installed.  All my OpenGL apps are 
accelerated and work well except for one thing:

$ glxgears 
Error: couldn't get an RGB, Double-buffered visual

# glxgears does not run

$ LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

# glxgears runs the way you expect

I've uninstalled and reinstalled the nvidia drivers, mesa and all their 
dependencies a few times which did not change this.  I removed /etc/ld.so.cache 
and ran ldconfig which did not change the behaviour.

What is going on?  How do I fix this?

John

Linux myhost.mydomain.tld 2.6.40.4-5.fc15.x86_64 #1 SMP Tue Aug 30 14:38:32 UTC 
2011 x86_64 x86_64 x86_64 GNU/Linux

nvidia-settings-1.0-11.fc15.x86_64
nvidia-xconfig-1.0-9.fc15.x86_64
kmod-nvidia-280.13-2.fc15.2.x86_64
xorg-x11-drv-nvidia-280.13-1.fc15.x86_64
kmod-nvidia-2.6.40.4-5.fc15.x86_64-280.13-2.fc15.2.x86_64
xorg-x11-drv-nvidia-libs-280.13-1.fc15.x86_64

mesa-libGL-7.11-1.fc15.x86_64
mesa-libGLU-7.11-1.fc15.x86_64
mesa-libGLU-7.11-1.fc15.i686
mesa-dri-filesystem-7.11-1.fc15.x86_64
mesa-dri-drivers-7.11-1.fc15.x86_64
mesa-libGL-7.11-1.fc15.i686


libx11globalcomm.so.1 (libc6,x86-64) = /usr/lib64/libx11globalcomm.so.1
libxcb-glx.so.0 (libc6,x86-64) = /usr/lib64/libxcb-glx.so.0
libxcb-glx.so.0 (libc6) = /usr/lib/libxcb-glx.so.0
libxcb-glx.so (libc6,x86-64) = /usr/lib64/libxcb-glx.so
libwx_gtk2u_ogl-2.8.so.0 (libc6,x86-64) = 
/usr/lib64/libwx_gtk2u_ogl-2.8.so.0
libva-glx.so.1 (libc6,x86-64) = /usr/lib64/libva-glx.so.1
libva-egl.so.1 (libc6,x86-64) = /usr/lib64/libva-egl.so.1
libupower-glib.so.1 (libc6,x86-64) = /usr/lib64/libupower-glib.so.1
libtelepathy-glib.so.0 (libc6,x86-64) = 
/usr/lib64/libtelepathy-glib.so.0
libsmokeqtopengl.so.3 (libc6,x86-64) = /usr/lib64/libsmokeqtopengl.so.3
libpyglib-2.0-python.so.0 (libc6,x86-64) = 
/usr/lib64/libpyglib-2.0-python.so.0
libpyglib-2.0-python.so (libc6,x86-64) = 
/usr/lib64/libpyglib-2.0-python.so
libpulse-mainloop-glib.so.0 (libc6,x86-64) = 
/usr/lib64/libpulse-mainloop-glib.so.0
libpoppler-glib.so.6 (libc6,x86-64) = /usr/lib64/libpoppler-glib.so.6
libpangosharpglue-2.so (libc6,x86-64) = 
/usr/lib64/libpangosharpglue-2.so
libpackagekit-glib2.so.14 (libc6,x86-64) = 
/usr/lib64/libpackagekit-glib2.so.14
libnvidia-glcore.so.280.13 (libc6,x86-64) = 
/usr/lib64/nvidia/libnvidia-glcore.so.280.13
libnvidia-glcore.so (libc6,x86-64) = 
/usr/lib64/nvidia/libnvidia-glcore.so
libnm-glib.so.4 (libc6,x86-64) = /usr/lib64/libnm-glib.so.4
libnm-glib-vpn.so.1 (libc6,x86-64) = /usr/lib64/libnm-glib-vpn.so.1
libkmahjongglib.so.4 (libc6,x86-64) = /usr/lib64/libkmahjongglib.so.4
libkdeinit4_kglobalaccel.so (libc6,x86-64) = 
/usr/lib64/libkdeinit4_kglobalaccel.so
libjson-glib-1.0.so.0 (libc6,x86-64) = /usr/lib64/libjson-glib-1.0.so.0
libgtksharpglue-2.so (libc6,x86-64) = /usr/lib64/libgtksharpglue-2.so
libgtkglext-x11-1.0.so.0 (libc6,x86-64) = 
/usr/lib64/libgtkglext-x11-1.0.so.0
libgssglue.so.1 (libc6,x86-64) = /lib64/libgssglue.so.1
libgnomesharpglue-2.so (libc6,x86-64) = 
/usr/lib64/libgnomesharpglue-2.so
libgnome-keyring-sharp-glue.so (libc6,x86-64) = 
/usr/lib64/libgnome-keyring-sharp-glue.so
libglut.so.3 (libc6,x86-64) = /usr/lib64/libglut.so.3
libglobalmenu-server.so.3 (libc6,x86-64) = 
/usr/lib64/libglobalmenu-server.so.3
libglitz.so.1 (libc6,x86-64) = /usr/lib64/libglitz.so.1
libglibsharpglue-2.so (libc6,x86-64) = /usr/lib64/libglibsharpglue-2.so
libglibmm_generate_extra_defs-2.4.so.1 (libc6,x86-64) = 
/usr/lib64/libglibmm_generate_extra_defs-2.4.so.1
libglibmm-2.4.so.1 (libc6,x86-64) = /usr/lib64/libglibmm-2.4.so.1
libglib-2.0.so.0 (libc6,x86-64) = /lib64/libglib-2.0.so.0
libglib-2.0.so.0 (libc6) = /lib/libglib-2.0.so.0
libglib-1.2.so.0 (libc6,x86-64) = /usr/lib64/libglib-1.2.so.0
libgle.so.3 (libc6,x86-64) = /usr/lib64/libgle.so.3
libgldi.so.2 (libc6,x86-64) = /usr/lib64/libgldi.so.2
libgladesharpglue-2.so (libc6,x86-64) = 
/usr/lib64/libgladesharpglue-2.so
libglademm-2.4.so.1 (libc6,x86-64) = /usr/lib64/libglademm-2.4.so.1
libglade-2.0.so.0 (libc6,x86-64) = /usr/lib64/libglade-2.0.so.0
libgegl-0.1.so.0 (libc6,x86-64) = /usr/lib64/libgegl-0.1.so.0
libgdksharpglue-2.so (libc6,x86-64) = /usr/lib64/libgdksharpglue-2.so
libgdkglext-x11-1.0.so.0 (libc6,x86-64) = 
/usr/lib64/libgdkglext-x11-1.0.so.0
libflite_usenglish.so.1 (libc6,x86-64) = 
/usr/lib64/libflite_usenglish.so.1
libdbus-glib-1.so.2 (libc6,x86-64) = /usr/lib64/libdbus-glib-1.so.2
libbeagle.so.1 (libc6,x86-64) = /usr/lib64/libbeagle.so.1
libavahi-glib.so.1 (libc6,x86-64) = /usr/lib64/libavahi-glib.so.1
libatksharpglue-2.so (libc6,x86-64) = /usr/lib64/libatksharpglue-2.so
 

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Leonardo
for the moment you can add manually the desired entry in
/etc/ld.so.conf directly or create the file as seen in the catalyst
driver.


[sombriks@gau boot]$ cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
[sombriks@gau boot]$

[sombriks@gau boot]$ cat /etc/ld.so.conf.d/catalyst.conf
/usr/lib/catalyst
/usr/lib64/catalyst
[sombriks@gau boot]$


2011/9/28 John Schmitt cromworshipper-fedorast...@yahoo.com:

 I have the nvidia driver from rpmfusion installed.  All my OpenGL apps are 
 accelerated and work well except for one thing:

 $ glxgears
 Error: couldn't get an RGB, Double-buffered visual

 # glxgears does not run

 $ LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

 # glxgears runs the way you expect

 I've uninstalled and reinstalled the nvidia drivers, mesa and all their 
 dependencies a few times which did not change this.  I removed 
 /etc/ld.so.cache and ran ldconfig which did not change the behaviour.

 What is going on?  How do I fix this?

 John

 Linux myhost.mydomain.tld 2.6.40.4-5.fc15.x86_64 #1 SMP Tue Aug 30 14:38:32 
 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

 nvidia-settings-1.0-11.fc15.x86_64
 nvidia-xconfig-1.0-9.fc15.x86_64
 kmod-nvidia-280.13-2.fc15.2.x86_64
 xorg-x11-drv-nvidia-280.13-1.fc15.x86_64
 kmod-nvidia-2.6.40.4-5.fc15.x86_64-280.13-2.fc15.2.x86_64
 xorg-x11-drv-nvidia-libs-280.13-1.fc15.x86_64

 mesa-libGL-7.11-1.fc15.x86_64
 mesa-libGLU-7.11-1.fc15.x86_64
 mesa-libGLU-7.11-1.fc15.i686
 mesa-dri-filesystem-7.11-1.fc15.x86_64
 mesa-dri-drivers-7.11-1.fc15.x86_64
 mesa-libGL-7.11-1.fc15.i686


        libx11globalcomm.so.1 (libc6,x86-64) = 
 /usr/lib64/libx11globalcomm.so.1
        libxcb-glx.so.0 (libc6,x86-64) = /usr/lib64/libxcb-glx.so.0
        libxcb-glx.so.0 (libc6) = /usr/lib/libxcb-glx.so.0
        libxcb-glx.so (libc6,x86-64) = /usr/lib64/libxcb-glx.so
        libwx_gtk2u_ogl-2.8.so.0 (libc6,x86-64) = 
 /usr/lib64/libwx_gtk2u_ogl-2.8.so.0
        libva-glx.so.1 (libc6,x86-64) = /usr/lib64/libva-glx.so.1
        libva-egl.so.1 (libc6,x86-64) = /usr/lib64/libva-egl.so.1
        libupower-glib.so.1 (libc6,x86-64) = /usr/lib64/libupower-glib.so.1
        libtelepathy-glib.so.0 (libc6,x86-64) = 
 /usr/lib64/libtelepathy-glib.so.0
        libsmokeqtopengl.so.3 (libc6,x86-64) = 
 /usr/lib64/libsmokeqtopengl.so.3
        libpyglib-2.0-python.so.0 (libc6,x86-64) = 
 /usr/lib64/libpyglib-2.0-python.so.0
        libpyglib-2.0-python.so (libc6,x86-64) = 
 /usr/lib64/libpyglib-2.0-python.so
        libpulse-mainloop-glib.so.0 (libc6,x86-64) = 
 /usr/lib64/libpulse-mainloop-glib.so.0
        libpoppler-glib.so.6 (libc6,x86-64) = /usr/lib64/libpoppler-glib.so.6
        libpangosharpglue-2.so (libc6,x86-64) = 
 /usr/lib64/libpangosharpglue-2.so
        libpackagekit-glib2.so.14 (libc6,x86-64) = 
 /usr/lib64/libpackagekit-glib2.so.14
        libnvidia-glcore.so.280.13 (libc6,x86-64) = 
 /usr/lib64/nvidia/libnvidia-glcore.so.280.13
        libnvidia-glcore.so (libc6,x86-64) = 
 /usr/lib64/nvidia/libnvidia-glcore.so
        libnm-glib.so.4 (libc6,x86-64) = /usr/lib64/libnm-glib.so.4
        libnm-glib-vpn.so.1 (libc6,x86-64) = /usr/lib64/libnm-glib-vpn.so.1
        libkmahjongglib.so.4 (libc6,x86-64) = /usr/lib64/libkmahjongglib.so.4
        libkdeinit4_kglobalaccel.so (libc6,x86-64) = 
 /usr/lib64/libkdeinit4_kglobalaccel.so
        libjson-glib-1.0.so.0 (libc6,x86-64) = 
 /usr/lib64/libjson-glib-1.0.so.0
        libgtksharpglue-2.so (libc6,x86-64) = /usr/lib64/libgtksharpglue-2.so
        libgtkglext-x11-1.0.so.0 (libc6,x86-64) = 
 /usr/lib64/libgtkglext-x11-1.0.so.0
        libgssglue.so.1 (libc6,x86-64) = /lib64/libgssglue.so.1
        libgnomesharpglue-2.so (libc6,x86-64) = 
 /usr/lib64/libgnomesharpglue-2.so
        libgnome-keyring-sharp-glue.so (libc6,x86-64) = 
 /usr/lib64/libgnome-keyring-sharp-glue.so
        libglut.so.3 (libc6,x86-64) = /usr/lib64/libglut.so.3
        libglobalmenu-server.so.3 (libc6,x86-64) = 
 /usr/lib64/libglobalmenu-server.so.3
        libglitz.so.1 (libc6,x86-64) = /usr/lib64/libglitz.so.1
        libglibsharpglue-2.so (libc6,x86-64) = 
 /usr/lib64/libglibsharpglue-2.so
        libglibmm_generate_extra_defs-2.4.so.1 (libc6,x86-64) = 
 /usr/lib64/libglibmm_generate_extra_defs-2.4.so.1
        libglibmm-2.4.so.1 (libc6,x86-64) = /usr/lib64/libglibmm-2.4.so.1
        libglib-2.0.so.0 (libc6,x86-64) = /lib64/libglib-2.0.so.0
        libglib-2.0.so.0 (libc6) = /lib/libglib-2.0.so.0
        libglib-1.2.so.0 (libc6,x86-64) = /usr/lib64/libglib-1.2.so.0
        libgle.so.3 (libc6,x86-64) = /usr/lib64/libgle.so.3
        libgldi.so.2 (libc6,x86-64) = /usr/lib64/libgldi.so.2
        libgladesharpglue-2.so (libc6,x86-64) = 
 /usr/lib64/libgladesharpglue-2.so
        libglademm-2.4.so.1 (libc6,x86-64) = /usr/lib64/libglademm-2.4.so.1
        libglade-2.0.so.0 (libc6,x86-64) = /usr/lib64/libglade-2.0.so.0
        libgegl-0.1.so.0 (libc6,x86-64) = /usr/lib64/libgegl-0.1.so.0
        libgdksharpglue-2.so (libc6,x86-64) = /usr/lib64/libgdksharpglue-2.so
        

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Joe Zeff
On 09/28/2011 12:17 PM, John Schmitt wrote:
 I've uninstalled and reinstalled the nvidia drivers, mesa and all their 
 dependencies a few times which did not change this.

If removing and reinstalling them once didn't help, why did you think 
doing it again would be any different?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: How to rebuild the kernel for the network install

2011-09-28 Thread Joshua C.
2011/9/28 Pete Travis m...@petetravis.com:
 Bash will expand $(inane -r) for you - you can pass it any kernel you have
 headers installed for.

 I wanted to jump in to suggest you reconsider motherboard driven fakeraid.
 The mainboard becomes a single point of failure, and replacing it or
 migrating the array can be problematic, especially with different chipset
 revisions or BIOS versions.

 I recommend you set up a mdadm array.  Drivers are in the kernel,
 documentation is profuse, and management is fairly simple once you get the
 hang of it. The graphical installer can even do it for you.  Use the array
 for /home and possibly /etc and /var, and keep your root filesystem separate
 from your important data.

 Hope this helps,

 Pete


That's the whole idea behind it. It's on a intel-p67 chipset with the
build-in intel-raid1. I tend to use an mdadm array but I'm not sure
which will be simpler to set and manage afterwards. I have to say I've
not worked with arrays before this.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Richard Shaw
On Wed, Sep 28, 2011 at 2:24 PM, Leonardo sombr...@gmail.com wrote:
 for the moment you can add manually the desired entry in
 /etc/ld.so.conf directly or create the file as seen in the catalyst
 driver.


 [sombriks@gau boot]$ cat /etc/ld.so.conf
 include ld.so.conf.d/*.conf
 [sombriks@gau boot]$

 [sombriks@gau boot]$ cat /etc/ld.so.conf.d/catalyst.conf
 /usr/lib/catalyst
 /usr/lib64/catalyst
 [sombriks@gau boot]$

It's probably already there... I run the binary drivers as well and I
get the following:

# cat /etc/ld.so.conf.d/nvidia-lib64.conf
/usr/lib64/nvidia

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: Help with git and gitweb

2011-09-28 Thread Leonardo
thanks a lot for this response JB,

i got the server up but sadly i failed on authentication part and had
to give up for the moment.

thanks for the help.

2011/9/28 JB jb.1234a...@gmail.com:
 Leonardo sombriks at gmail.com writes:


 hello everyone,

 i am using fedora 14 and trying to share git projects over http.

 to create the projects are quite easy, install gitweb too,
 the problem is what to do on /etc/gitweb.conf and
 /etc/httpd/conf.d/git.conf in order to point to a folder with some git
 projects inside.

 any help is welcome.

 Search Google: /etc/gitweb.conf /etc/httpd/conf.d/git.conf

 e.g.
 How To: Install and Configure GitWeb
 http://gofedora.com/how-to-install-configure-gitweb/

 JB


 --
 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: what it that http://localhost/gf context? how to get rid of this?

2011-09-28 Thread Leonardo
Hello everyone.

I figured what is it, it's the faulty gforge installation, it appended
this inside /etc/httpd/conf/httpd.conf :

Include /etc/gforge/httpd.conf

and this faulty configuration was doing this:

http://pastebin.com/ySbzHN0C

i get rid of the offensive configuration and now my svn repo is shiny
operational.

for information, gforge seems to be compatilbe with fedora core 5,
maybe because of this such problems with him.

2011/9/28 Leonardo sombr...@gmail.com:
 Hello,

 i've installed apache on my fedora 14 box and this misterious /gf is
 there stealing all 404 requests.

 currently i'm getting an svn rerror because of this:

 [sombriks@gau tste]$ svn checkout http://192.168.0.169/repo/
 A    repo/teste-asdf
 A    repo/trunk
 Gerado cópia de trabalho para revisão 4.
 [sombriks@gau tste]$ ls
 repo
 [sombriks@gau tste]$ cd repo/
 [sombriks@gau repo]$ ls
 teste-asdf  trunk
 [sombriks@gau repo]$ touch file.txt
 [sombriks@gau repo]$ svn add file.txt
 A         file.txt
 [sombriks@gau repo]$ svn commit -m test
 Adicionando    file.txt
 svn: Commit falhou (detalhes a seguir):
 svn: Repositório movido temporariamente para
 '/gf/project/?feedback=Page Not Found. Try searching for projects';
 por favor execute 'relocate'
 svn: Repositório movido temporariamente para
 '/gf/project/?feedback=Page Not Found. Try searching for projects';
 por favor execute 'relocate'
 [sombriks@gau repo]$

 any help is welcome.

-- 
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: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Leonardo
Richard, your binary driver is from rpmfusion too? if not maybe this
difference means a punctual problem in rpm provided by the repo.

2011/9/28 Richard Shaw hobbes1...@gmail.com:
 On Wed, Sep 28, 2011 at 2:24 PM, Leonardo sombr...@gmail.com wrote:
 for the moment you can add manually the desired entry in
 /etc/ld.so.conf directly or create the file as seen in the catalyst
 driver.


 [sombriks@gau boot]$ cat /etc/ld.so.conf
 include ld.so.conf.d/*.conf
 [sombriks@gau boot]$

 [sombriks@gau boot]$ cat /etc/ld.so.conf.d/catalyst.conf
 /usr/lib/catalyst
 /usr/lib64/catalyst
 [sombriks@gau boot]$

 It's probably already there... I run the binary drivers as well and I
 get the following:

 # cat /etc/ld.so.conf.d/nvidia-lib64.conf
 /usr/lib64/nvidia

 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

-- 
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: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Richard Shaw
On Wed, Sep 28, 2011 at 2:49 PM, Leonardo sombr...@gmail.com wrote:
 Richard, your binary driver is from rpmfusion too? if not maybe this
 difference means a punctual problem in rpm provided by the repo.

Yes, I use the nvidia package from RPM Fusion.

The nvidia-lib{,64}.conf files are provided by:

xorg-x11-drv-nvidia-libs

# rpm -ql xorg-x11-drv-nvidia-libs | grep conf
/etc/ld.so.conf.d/nvidia-lib64.conf
/etc/ld.so.conf.d/nvidia-lib.conf

You see two results because I have both the 64bit and 32bit libraries
installed since I have some apps installed that are 32bit only.

Thanks,
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: How to rebuild the kernel for the network install

2011-09-28 Thread Bruno Wolff III
On Wed, Sep 28, 2011 at 11:41:22 -0600,
  Pete Travis m...@petetravis.com wrote:
 Bash will expand $(inane -r) for you - you can pass it any kernel you have
 headers installed for.
 
 I wanted to jump in to suggest you reconsider motherboard driven fakeraid.
 The mainboard becomes a single point of failure, and replacing it or
 migrating the array can be problematic, especially with different chipset
 revisions or BIOS versions.
 
 I recommend you set up a mdadm array.  Drivers are in the kernel,
 documentation is profuse, and management is fairly simple once you get the
 hang of it. The graphical installer can even do it for you.  Use the array
 for /home and possibly /etc and /var, and keep your root filesystem separate
 from your important data.

There is a downside to using mdadm over fake raid and that is that you
can hit a bottleneck with the PCI bus as the data needs to be sent to
each disk drive that needs a copy of the data (or parity info) instead of
just once to the controller. Typically this will be twice as much data.

That said, I use mdadm. I have done such things as drop one side of my
raid 1 mirrors, repartition that drive, set up new mirrors with encrypted
file systems, and copy over file system data, repartion the other disk,
add those partitions to the new mirrors.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: How to rebuild the kernel for the network install

2011-09-28 Thread Bruno Wolff III
On Wed, Sep 28, 2011 at 21:25:56 +0200,
  Joshua C. joshua...@googlemail.com wrote:
 
 That's the whole idea behind it. It's on a intel-p67 chipset with the
 build-in intel-raid1. I tend to use an mdadm array but I'm not sure
 which will be simpler to set and manage afterwards. I have to say I've
 not worked with arrays before this.

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


Re: How to rebuild the kernel for the network install

2011-09-28 Thread JD
On 09/28/2011 01:03 PM, Bruno Wolff III wrote:
 On Wed, Sep 28, 2011 at 11:41:22 -0600,
Pete Travism...@petetravis.com  wrote:
 Bash will expand $(inane -r) for you - you can pass it any kernel you have
 headers installed for.

 I wanted to jump in to suggest you reconsider motherboard driven fakeraid.
 The mainboard becomes a single point of failure, and replacing it or
 migrating the array can be problematic, especially with different chipset
 revisions or BIOS versions.

 I recommend you set up a mdadm array.  Drivers are in the kernel,
 documentation is profuse, and management is fairly simple once you get the
 hang of it. The graphical installer can even do it for you.  Use the array
 for /home and possibly /etc and /var, and keep your root filesystem separate
 from your important data.
 There is a downside to using mdadm over fake raid and that is that you
 can hit a bottleneck with the PCI bus as the data needs to be sent to
 each disk drive that needs a copy of the data (or parity info) instead of
 just once to the controller. Typically this will be twice as much data.

 That said, I use mdadm. I have done such things as drop one side of my
 raid 1 mirrors, repartition that drive, set up new mirrors with encrypted
 file systems, and copy over file system data, repartion the other disk,
 add those partitions to the new mirrors.
That's good info for anyone considering mdadm.

What if the underlying bus is 32 bit pci-e?
would than not help with the throughput so
that twice the data output does not slow
your down that much?
Of course it would still be considerably slower
than having a 32-bit pci-e raid controller.


-- 
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 3.2 released!

2011-09-28 Thread Steven Stern
On 09/28/2011 02:01 PM, Leonardo wrote:
 http://library.gnome.org/misc/release-notes/3.2/
 
 so is there any chance to see this release in F15?

An interesting set of changes.  I like the easy integration with Google
mail and apps.  I just hope they fixed the things that cause Gnome 3 to
crash on my system.

-- 
-- 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: GNOME 3.2 released!

2011-09-28 Thread Olav Vitters
On Wed, Sep 28, 2011 at 03:48:53PM -0500, Steven Stern wrote:
 An interesting set of changes.  I like the easy integration with Google
 mail and apps.  I just hope they fixed the things that cause Gnome 3 to
 crash on my system.

Did you try the F16 live cds? Does it still happen there? Did you have a
bugreport for the crash and what is the bug#?
-- 
Regards,
Olav
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: How to rebuild the kernel for the network install

2011-09-28 Thread Joshua C.
2011/9/28 Bruno Wolff III br...@wolff.to:
 On Wed, Sep 28, 2011 at 21:25:56 +0200,
  Joshua C. joshua...@googlemail.com wrote:

 That's the whole idea behind it. It's on a intel-p67 chipset with the
 build-in intel-raid1. I tend to use an mdadm array but I'm not sure
 which will be simpler to set and manage afterwards. I have to say I've
 not worked with arrays before this.

 mdadm is pretty simple to use.


I've found quite a lot of information in the internet about setting an
mdadm array. All the time it concerns copying the info from one hdd to
the other and setting the system to see the hdds as one. Have anyone
of you come across a useful all-in-one guide?
-- 
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 3.2 released!

2011-09-28 Thread Stephen Gallagher
On Wed, 2011-09-28 at 16:01 -0300, Leonardo wrote:
 http://library.gnome.org/misc/release-notes/3.2/
 
 so is there any chance to see this release in F15?

No, Fedora does not do major GUI changes in stable releases.

However, you may have noticed that Fedora releases are coordinated with
Gnome releases. Fedora 16 will ship with Gnome 3.2. If you're
interested, the Fedora 16 beta is currently scheduled to be released
Oct. 04 (assuming that it gets the green-light at today's Go/No-Go
meeting).

If you're really, really anxious, you could try the release candidate
images for the Fedora 16 beta:
https://fedoraproject.org/wiki/Test_Results:Current_Installation_Test



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


Re: GNOME 3.2 released!

2011-09-28 Thread Michael Cronenworth
Leonardo wrote:
 http://library.gnome.org/misc/release-notes/3.2/

 so is there any chance to see this release in F15?

No. You will see Gnome 3.2 in Fedora 16, which is coming out soon.
-- 
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: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread John Schmitt
On Wed, Sep 28, 2011 at 12:25:05PM -0700, Joe Zeff wrote:
 On 09/28/2011 12:17 PM, John Schmitt wrote:
  I've uninstalled and reinstalled the nvidia drivers, mesa and all their 
  dependencies a few times which did not change this.
 
 If removing and reinstalling them once didn't help, why did you think 
 doing it again would be any different?

Good question.  

I didn't want to belabour the point and report all the crap I was trying.  
Specifically:

- re-installing just the nvidia driver
- then re-installing mesa and all its dependencies

and in between removing /etc/ld.so.cache and re-running ldconfig.  

and on and on.  

Can you think of anything else I could try?

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


Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Joe Zeff
On 09/28/2011 02:03 PM, John Schmitt wrote:
 Can you think of anything else I could try?

If everything else works OK the problem is probably with glxgears.  Open 
a bug report and see what happens.
-- 
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: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Richard Shaw
On Wed, Sep 28, 2011 at 4:03 PM, John Schmitt
cromworshipper-fedorast...@yahoo.com wrote:
 Can you think of anything else I could try?

Did you verify that /etc/ld.so.conf.d/nvidia-lib64.conf exists and the
contents are correct?

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: How to rebuild the kernel for the network install

2011-09-28 Thread Bruno Wolff III
On Wed, Sep 28, 2011 at 23:01:39 +0200,
  Joshua C. joshua...@googlemail.com wrote:
 
 I've found quite a lot of information in the internet about setting an
 mdadm array. All the time it concerns copying the info from one hdd to
 the other and setting the system to see the hdds as one. Have anyone
 of you come across a useful all-in-one guide?

If you do it at install time in Fedora it's easy. You can use the custom
disk setup in the install process to do it.

If you are trying to convert an existing machine over, than it's going to
depend on particulars. I'd suggest doing a backup (which you'd want to
do anyway), reinstall and reload. If you were planning on doing an upgrade
(say to F16), you could combine it with that.
-- 
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 3.2 released!

2011-09-28 Thread Steven Stern
On 09/28/2011 03:52 PM, Olav Vitters wrote:
 On Wed, Sep 28, 2011 at 03:48:53PM -0500, Steven Stern wrote:
 An interesting set of changes.  I like the easy integration with Google
 mail and apps.  I just hope they fixed the things that cause Gnome 3 to
 crash on my system.
 
 Did you try the F16 live cds? Does it still happen there? Did you have a
 bugreport for the crash and what is the bug#?

Here's one of the bug reports.  I haven't tried F16 yet.

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

-- 
-- 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: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread John Schmitt
On Wed, Sep 28, 2011 at 02:33:39PM -0500, Richard Shaw wrote:
 On Wed, Sep 28, 2011 at 2:24 PM, Leonardo sombr...@gmail.com wrote:
  for the moment you can add manually the desired entry in
  /etc/ld.so.conf directly or create the file as seen in the catalyst
  driver.
 
 
  [sombriks@gau boot]$ cat /etc/ld.so.conf
  include ld.so.conf.d/*.conf
  [sombriks@gau boot]$
 
  [sombriks@gau boot]$ cat /etc/ld.so.conf.d/catalyst.conf
  /usr/lib/catalyst
  /usr/lib64/catalyst
  [sombriks@gau boot]$
 
 It's probably already there... I run the binary drivers as well and I
 get the following:
 
 # cat /etc/ld.so.conf.d/nvidia-lib64.conf
 /usr/lib64/nvidia

Thank you Richard and Leonardo.  I was just going to report the same thing.  
So, yes, 

$ cat /etc/ld.so.conf.d/nvidia-lib64.conf 
/usr/lib64/nvidia

The advice I'm getting from some people is to go with the atrpms drivers.  
Anyone care to comment?  Do they work any better?

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


  1   2   >