[Ilugc] Please share doc for configure openldap with mysql

2014-04-02 Thread Murali Babu
Hi Guys,

I want doc to configure openldap with mysql db.
Please share me if any one has.

Thanks.

-- 
Best & Regards

D. Murali Babu
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] NFS with AD domain controller (Samba4) please share your gotchas.

2014-04-02 Thread Arun Khan
On Wed, Apr 2, 2014 at 11:58 AM, Joe Steeve  wrote:
> On Wed, 2014-04-02 at 11:51 +0530, Arun Khan wrote:
>> After searching, I have deduced the problem to  be with the roaming
>> profiles.  Randomly it gets corrupted and app like Maya crash.
>
> This most often happens when two machines do domain-logon with the same
> 'userid' at the same time. The roaming profile is simply copied around
> during login and logout. This can easily race when the same profile is
> accessed from two machines.

>From what I understand, the roaming profile gets copied to the local
workstation when the user does domain login and it is written back to
the share as defined in the domain controller when s/he logs out of
the desktop.

Your use case scenario makes sense.   To the best of my knowledge, the
user is using only one Win7 desktop.   I will double check with the
client.

Thanks,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] [ILUG-C] [FSFTN] [KanchiLUG] Doubt in Python BeautifulSoup

2014-04-02 Thread praveen s
Hello everyone,

I am now trying to learn Python BeautifulSoup framework. I want to get all
the mobile name with price in flipkart.com. I have got the following code
on internet. But this code get only current page details... I have to get
all the phone details in my document... What is the way to do this possible?

Here is my code...


import urllib
import re
from bs4 import BeautifulSoup

#part1
url="
http://www.flipkart.com/mobiles/samsung~brand/pr?sid=tyy,4io&otracker=hp_nmenu_sub_electronics_0_Samsung
"

regex = '0 :
mob_url='http://www.flipkart.com'+i[1:len(i)-2]
htmlfile = urllib.urlopen(mob_url)
htmltext= htmlfile.read()
htmlfile.close()
# htmltext
docSoup=BeautifulSoup(htmltext)

abc=docSoup.find_all('td')
file=open('C:\Documents and
Settings\praveen.s\Desktop\Details\samsung'+str(count)+'.txt','w')
mod=0
count=count+1
pr=-1
for j in abc:
if j.text == 'Brand':
pr=3

if mod ==1:
file2.write((j).text)
file2.write("\n")
mod=0
if j.text == 'Model ID':
mod=1
#sprint j.text

if pr>0 :
file.write(j.text)
file.write('\n')

file.close
else :
temp=temp+1
print count
file2.close





With Regards
S. Praveen

http://praveenlearner.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] NFS with AD domain controller (Samba4) please share your gotchas.

2014-04-02 Thread baskar k
On Wed, Apr 2, 2014 at 1:29 PM, Arun Khan  wrote:

> On Wed, Apr 2, 2014 at 11:58 AM, Joe Steeve  wrote:
> > On Wed, 2014-04-02 at 11:51 +0530, Arun Khan wrote:
> >> After searching, I have deduced the problem to  be with the roaming
> >> profiles.  Randomly it gets corrupted and app like Maya crash.
> >
> > This most often happens when two machines do domain-logon with the same
> > 'userid' at the same time. The roaming profile is simply copied around
> > during login and logout. This can easily race when the same profile is
> > accessed from two machines.
>
> >From what I understand, the roaming profile gets copied to the local
> workstation when the user does domain login and it is written back to
> the share as defined in the domain controller when s/he logs out of
> the desktop.
>
> Your use case scenario makes sense.   To the best of my knowledge, the
> user is using only one Win7 desktop.   I will double check with the
> client.
>
> Thanks,
> -- Arun Khan
>

Check whether setting the windows registry key DeleteRoamingCache to 1
helps you in anyway. This is used for forcing windows not to cache user
profile locally, i hope.

Thanks
baskar
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] NFS with AD domain controller (Samba4) please share your gotchas.

2014-04-02 Thread Arun Khan
On Wed, Apr 2, 2014 at 1:29 PM, Arun Khan  wrote:
>
> Your use case scenario makes sense.   To the best of my knowledge, the
> user is using only one Win7 desktop.   I will double check with the
> client.

Indeed, client confirms the domain user has simultaneous login into
multiple workstations.  I will ask to stop this practice and see if
the problem goes away.

Thanks,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] NFS with AD domain controller (Samba4) please share your gotchas.

2014-04-02 Thread Arun Khan
On Wed, Apr 2, 2014 at 5:40 PM, baskar k  wrote:
>
> Check whether setting the windows registry key DeleteRoamingCache to 1
> helps you in anyway. This is used for forcing windows not to cache user
> profile locally, i hope.
>

Thanks very much.  Will also try this registry settings.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] Call for speakers - April Month Meet

2014-04-02 Thread Shanthakumar
Friends,

We have our monthly meet on April 12,

Reply here if you are interested in giving a talk.

Provide with the following details.
Topic
Description
Links
Duration
About Yourself

Thanks.

-- 
Regards,
Shanthakumar
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Query on licensing - Apache 2.0

2014-04-02 Thread sibi kanagaraj
Hi ,

Thanks a lot for the input .

>
> Best wishes,
>
> SK
>
> --
> Shakthi Kannan
> http://www.shakthimaan.com
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
> ILUGC Mailing List Guidelines:
> http://ilugc.in/mailinglist-guidelines
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] Maria DB: 10.0.10 Stable Release, InnoDB Bettered

2014-04-02 Thread A. Mani
https://mariadb.com/kb/en/mariadb-10010-release-notes/
https://blog.mariadb.org/the-mariadb-foundation-announces-general-availability-of-mariadb-10/

https://blog.mariadb.org/2014/04/




Best

A. Mani



A. Mani
[Last_Name. First_Name Format]
CU, ASL, AMS, ISRS, CLC, CMS
HomePage: http://www.logicamani.in
Blog: http://logicamani.blogspot.in/
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines