RE: [SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-10 Thread Doug Campbell
Thanks for the hint but it isn't changing the errors that I am seeing. Also, the line sys.path.insert("/usr/local/samba/lib/python2.7/site-packages") causes an error in Python. I had to change it to either sys.path.append("/usr/local/samba/lib/python2.7/site-packages") or sys.path.insert(1,"

[SOGo] BTS activities for Saturday, December 10 2011

2011-12-10 Thread SOGo reporter
Title: BTS activities for Saturday, December 10 2011 BTS Activities Home page: http://www.sogo.nu/bugs Project: SOGo For the period covering: Saturday, December 10 2011 idlast updatestatus (resolution)categorysummary

Re: [SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-10 Thread Stavros Souvatzis
(I meant python-talloc etc...) On Sat, Dec 10, 2011 at 3:02 PM, Stavros Souvatzis wrote: > Oh, and installing samba-talloc and samba-ldb and samba-tdb might cause > you later problems, so I would suggest you to remove them with yum... > > > On Sat, Dec 10, 2011 at 3:01 PM, Stavros Souvatzis wrot

Re: [SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-10 Thread Stavros Souvatzis
Oh, and installing samba-talloc and samba-ldb and samba-tdb might cause you later problems, so I would suggest you to remove them with yum... On Sat, Dec 10, 2011 at 3:01 PM, Stavros Souvatzis wrote: > I had the same problem and I solved it... > > In samba-tool script there is a line in the code

Re: [SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-10 Thread Stavros Souvatzis
I had the same problem and I solved it... In samba-tool script there is a line in the code, which reads: sys.path.insert("python"). Underneath that put this: sys.path.insert("/usr/local/samba/lib/python2.7/site-packages") Likewise, in file openchange_newuser (for adding openchange u

[SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-10 Thread Doug Campbell
Following the instructions in the SOGo Native Microsoft Outlook Configuration for v2.0 Beta 3 on a Fedora 15 machine, I get all the way through the process until the section "Adding Users". At this point when I enter: cd ~/openchange/sogo/samba4sudo ./bin/samba-tool domain passwordsettings s