[389-users] MemberOf Plugin - experiences?

2013-10-21 Thread Vesa Alho
Hi, I have a commercial application which could use MemberOf information from LDAP (ref http://directory.fedoraproject.org/wiki/MemberOf_Plugin). Does many people use this plugin and what are your experiences with it? Currently we are only using uniquemember attribute in Group entries. Some

Re: [389-users] MemberOf Plugin - experiences?

2013-10-21 Thread Lars Remes
We are using the memberOf plugin in a global, multi-master-multi-slave setup, and so far we have not encountered any major issues. You can easily change the membership attribute, for example, to memberUid. MMR is handled by not replicating the memberOf attribute between masters, but the

Re: [389-users] MemberOf Plugin - experiences?

2013-10-21 Thread Lars Remes
Sorry, mentioned the wrong attribute in previous mail. Meant to say, you can easily change the membership attribute to uniqueMember. (You can't use memberUid as it's value is not a DN) -- Lars Remes / Service Quality lars.re...@symbio.com www.symbio.com -Original Message- From:

Re: [389-users] MemberOf Plugin - experiences?

2013-10-21 Thread Vesa Alho
On 10/21/2013 01:37 PM, Lars Remes wrote: We are using the memberOf plugin in a global, multi-master-multi-slave setup, and so far we have not encountered any major issues. You can easily change the membership attribute, for example, to memberUid. MMR is handled by not replicating the memberOf

Re: [389-users] MemberOf Plugin - experiences?

2013-10-21 Thread Lars Remes
I'm not sure if existing entries are added automatically when you enable the plugin. I would assume so, but in any case at any time you can run the fix-up task that will sync the attributes. You can define the scope for the task using a filter, for example, fix only ou=orgunit,ou=People,...

Juvenile BASH question

2013-10-21 Thread Mark Haney
This may sound like a rather juvenile BASH question, but I'm rather stumped and hope it's something simple to fix. I hope someone has the answer since I don't really have time (swapping out firewalls and half my network is down) to research it. I have a BASH script that is pretty simple, it

Re: Juvenile BASH question

2013-10-21 Thread Bill Oliver
On Mon, 21 Oct 2013, Mark Haney wrote: This may sound like a rather juvenile BASH question, but I'm rather stumped and hope it's something simple to fix.  I hope someone has the answer since I don't really have time (swapping out firewalls and half my network is down) to research it.    I

Re: Juvenile BASH question

2013-10-21 Thread Bill Oliver
On Mon, 21 Oct 2013, Mark Haney wrote: This may sound like a rather juvenile BASH question, but I'm rather stumped and hope it's something simple to fix.  I hope someone has the answer since I don't really have time (swapping out firewalls and half my network is down) to research it.    I

RE: Juvenile BASH question

2013-10-21 Thread Mark Haney
Is it asking for root password or postgres password? As I'm running the script as root, it's almost certainly asking for thepostgres user password. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: [389-users] MemberOf Plugin - experiences?

2013-10-21 Thread Rich Megginson
On 10/21/2013 06:49 AM, Vesa Alho wrote: On 10/21/2013 01:37 PM, Lars Remes wrote: We are using the memberOf plugin in a global, multi-master-multi-slave setup, and so far we have not encountered any major issues. You can easily change the membership attribute, for example, to memberUid.

RE: Juvenile BASH question

2013-10-21 Thread Mark Haney
su postgres - -c pgdump command   Now, this has worked perfectly for 3 months now, but the last few days I started getting errors about failed authentication to the databases.  Here's where it gets weird.  I can su postgres - from a BASH prompt just fine,but when I run the script,

RE: Juvenile BASH question

2013-10-21 Thread Bill Oliver
On Mon, 21 Oct 2013, Mark Haney wrote: Is it asking for root password or postgres password? As I'm running the script as root, it's almost certainly asking for thepostgres user password. Heh. You'd think so. But, I've managed to inadvertently su to some user in a script and then run

RE: Juvenile BASH question

2013-10-21 Thread Bill Oliver
On Mon, 21 Oct 2013, Mark Haney wrote: My problem is this, if it works as root from a bash prompt, why /won't/ it work as root from a bash script? Shoudn't it ask for the password in both instances? Yeah, you'd think so. When stuff like that happens to me, it's often that the

Re: Fedora = the darker side of the Internet?

2013-10-21 Thread Reindl Harald
Am 19.10.2013 01:03, schrieb Roger: On 10/19/2013 05:00 AM, Reindl Harald wrote: I think you all missed their point about wanting an install that has a longer lifespan. They're jumping ship from Debian, and avoiding Red Hat derived distros, because they all change versions too often, and

Re: Can Fedora count it rpms?

2013-10-21 Thread Reindl Harald
Am 19.10.2013 22:28, schrieb Beartooth: I'm sitting here watching F19 try to downgrade itself to F18 which will end in a broken setup why in the world does someone *downgrade* a installed system which is not supported and after 2 months with F19 not nbeeded at all with screenful after

Re: Can Fedora count it rpms?

2013-10-21 Thread Reindl Harald
Am 20.10.2013 23:58, schrieb Doug: On 10/20/2013 05:36 PM, Fred Erickson wrote: On Sun, 20 Oct 2013 15:45:05 + (UTC) Beartooth bearto...@comcast.net wrote: On Sat, 19 Oct 2013 21:36:01 +0100, John Horne wrote: rpm -qa | wc -l Thanks! That told me 2377; does this number seem

Re: Can Fedora count it rpms?

2013-10-21 Thread Reindl Harald
Am 21.10.2013 00:03, schrieb Alchemist: 2013/10/21 Doug dmcgarr...@optonline.net mailto:dmcgarr...@optonline.net On 10/20/2013 05:36 PM, Fred Erickson wrote: On Sun, 20 Oct 2013 15:45:05 + (UTC) Beartooth bearto...@comcast.net mailto:bearto...@comcast.net wrote:

Re: Can Fedora count it rpms?

2013-10-21 Thread Tim
Allegedly, on or about 20 October 2013, Doug sent: I don't know what this is counting--I must have missed the first post. Anyway, I ran it in my pclos-kde-32, and go this: [doug@linux1 ~]$ rpm -qa | wc -l 2352 So what is it that I have 2352 of? I can't believe someone else hasn't said

RE: Juvenile BASH question

2013-10-21 Thread Mark Haney
My problem is this, if it works as root from a bash prompt, why /won't/ it work as root from a bash script? Shoudn't it ask for the password in both instances? Yeah, you'd think so. When stuff like that happens to me, it's often that the environments are different -- I sometimes have

Re: F19 -- F18 feasible?

2013-10-21 Thread Beartooth
On Wed, 16 Oct 2013 18:00:11 +0200, Suvayu Ali wrote: On Tue, Oct 15, 2013 at 05:04:26PM +, Beartooth wrote: My old Thinkpad T30 (on which I ran fedup from F18 to F19) is beginning to seem like more effort than it's worth, ever if eventual success of the effort were a sure thing.

RE: Juvenile BASH question

2013-10-21 Thread Bill Oliver
On Mon, 21 Oct 2013, Mark Haney wrote: I will definitely have to look at that. It has to be something like this since it was working until I had to mess with the setup to allow our devs to monitor the DB and backups from Jenkins. Thanks for the help. Don't forget to check your system

Re: Fwd: Converting Fedora 19 machine to dual-boot with pre-installed Windows 7

2013-10-21 Thread Greg Woods
On Fri, 2013-10-18 at 17:09 -0700, Rick Stevens wrote: On 10/18/2013 09:50 AM, Oliver Ruebenacker issued this missive: I have a Lenovo T430 that had Windows 7 Pro pre-installed, but I wiped out Windows and installed Fedora 19 instead (actually, I first installed Ubuntu and then Fedora).

Can't boot Live from USB - unknown fs type, can't mount root

2013-10-21 Thread Oliver Ruebenacker
Hello, I downloaded Fedora 19 Live CD and copied it to a USB flash drive via dd. When I try to boot from it on a Lenovo Thinkpad T430s, I do get a screen that says that Fedora Live CD is going to load, but then it fails. The first error message I see is: kernel: SQUASHFS error: unable

Re: Can't boot Live from USB - unknown fs type, can't mount root

2013-10-21 Thread Joe Zeff
On 10/21/2013 10:32 AM, Oliver Ruebenacker wrote: Any ideas? Thanks! One quick thought: Did you verify the checksum of the download? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users

Re: Can't boot Live from USB - unknown fs type, can't mount root

2013-10-21 Thread Oliver Ruebenacker
Hello, On Mon, Oct 21, 2013 at 1:42 PM, Joe Zeff j...@zeff.us wrote: On 10/21/2013 10:32 AM, Oliver Ruebenacker wrote: Any ideas? Thanks! One quick thought: Did you verify the checksum of the download? Now I did - and apparently, I don't get the right checksum. Didn't think

Re: Can't boot Live from USB - unknown fs type, can't mount root

2013-10-21 Thread Joe Zeff
On 10/21/2013 10:58 AM, Oliver Ruebenacker wrote: Now I did - and apparently, I don't get the right checksum. Didn't think about this. I haven't had a corrupted download in a long time. Glad it was something simple. The only reason I thought of it is that I had to make a LiveCD

Re: Can't boot Live from USB - unknown fs type, can't mount root

2013-10-21 Thread Jatin K
On Monday 21 October 2013 11:02 PM, Oliver Ruebenacker wrote: Hello, I downloaded Fedora 19 Live CD and copied it to a USB flash drive via dd. When I try to boot from it on a Lenovo Thinkpad T430s, I do get a screen that says that Fedora Live CD is going to load, but then it fails.

Setting a bookmark in kmplayer

2013-10-21 Thread Jonathan Ryshpan
Kmplayer is advertised to be able to set a bookmark at a position partway through a file. It should be simple, but I can't figure out how to do it. Any advice? Thanks - jon -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: