Re: [SOGo] Help installing from source

2013-01-25 Thread Rowland Penny

On 25/01/13 03:38, Steven Swarts wrote:


G'day guys,

I'm following this tutorial:

Major steps

1)http://www.openchange.org/developers/initializing.html

2)http://www.openchange.org/developers/downloading.html

3)http://www.openchange.org/developers/building.html

4)http://www.openchange.org/developers/configuring.html

5)http://www.openchange.org/developers/backends/sogo/index.html

Now I'm trying to compile and run openchange, sogo, sope as an 
exchange replacement on the Debian 6 Squeeze server.


So far everything is working as expected.

However part of the SOGo tutorial assumes that I have a user 
openchange which I've created (I'm guessing from the beginning) but I 
didn't.


All I have is root user access, and so far that didn't cause any issues.

Does this mean that I have duped my whole system? Need to re-install 
everything using sudoers and a username openchange?? Does he have to 
be part of root group?


I couldn't find any information on the tutorial about that.

Thanks in advance,

Steve


--
This message has been scanned for viruses and
dangerous content by *MailScanner* http://www.mailscanner.info/, and is
believed to be clean. 

Hi, I pointed this out some time ago, just create the user:

useradd -d /home/openchange -m -N -r -s /bin/false openchange

then become the user:

su - -s /bin/bash openchange

then continue where you left off, just type 'exit' after you have done 
the SOGo commands, you will need to become the openchange user again to 
run SOGo later.


Rowland


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

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Help installing from source

2013-01-25 Thread Julien Kerihuel
Hi,

On Fri, 2013-01-25 at 11:38 +0800, Steven Swarts wrote:


 All I have is root user access, and so far that didn’t cause any
 issues.


And it won't cause any issues unless you run sogod process because it
requires to be run with a different account that root.



 
 Does this mean that I have duped my whole system? Need to re-install
 everything using sudoers and a username openchange?? 


You haven't duped your system at all and you don't need to reinstall
anything. Just add a user at this stage of the setup and process from
now.


 Does he have to be part of root group?


No it doesn't.



 I couldn’t find any information on the tutorial about that.


Your post-installation impressions, notes, updates are welcome to help
OpenChange improving its documentation stack.

Kind Regards,
Julien.


-- 

Julien Kerihuel
j.kerih...@openchange.org
OpenChange Project Founder

GPG Fingerprint: 0B55 783D A781 6329 108A  B609 7EF6 FE11 A35F 1F79
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] Help installing from source

2013-01-25 Thread Steven Swarts
Thank you for the heads up, I have now completed everything up until the run
command.

As openchange user I run the command

 

$ sogod 

 

This is what it comes back with:

 

-su: sogod: command not found

 

Any ideas?

 

Regards,

Steven Swarts

 

From: Rowland Penny [mailto:rpe...@f2s.com] 
Sent: Friday, 25 January 2013 7:15 PM
To: users@sogo.nu
Subject: Re: [SOGo] Help installing from source

 

On 25/01/13 03:38, Steven Swarts wrote:

G'day guys,

 

I'm following this tutorial: 

 

Major steps 

 

1)  http://www.openchange.org/developers/initializing.html 

2)  http://www.openchange.org/developers/downloading.html 

3)  http://www.openchange.org/developers/building.html

4)  http://www.openchange.org/developers/configuring.html

5)  http://www.openchange.org/developers/backends/sogo/index.html

 

Now I'm trying to compile and run openchange, sogo, sope as an exchange
replacement on the Debian 6 Squeeze server.

 

So far everything is working as expected.

 

However part of the SOGo tutorial assumes that I have a user openchange
which I've created (I'm guessing from the beginning) but I didn't.

 

All I have is root user access, and so far that didn't cause any issues.

 

Does this mean that I have duped my whole system? Need to re-install
everything using sudoers and a username openchange?? Does he have to be part
of root group?

 

I couldn't find any information on the tutorial about that.

 

Thanks in advance,

Steve


-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 

Hi, I pointed this out some time ago, just create the user:

useradd -d /home/openchange -m -N -r -s /bin/false openchange

then become the user:

su - -s /bin/bash openchange

then continue where you left off, just type 'exit' after you have done the
SOGo commands, you will need to become the openchange user again to run SOGo
later.

Rowland


-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Help installing from source

2013-01-25 Thread Rowland Penny

On 25/01/13 17:12, Steven Swarts wrote:


Thank you for the heads up, I have now completed everything up until 
the run command.


As openchange user I run the command

$ sogod

This is what it comes back with:

-su: sogod: command not found

Any ideas?

*/Regards,/*

*/Steven Swarts/*

*From:*Rowland Penny [mailto:rpe...@f2s.com]
*Sent:* Friday, 25 January 2013 7:15 PM
*To:* users@sogo.nu
*Subject:* Re: [SOGo] Help installing from source

On 25/01/13 03:38, Steven Swarts wrote:

G'day guys,

I'm following this tutorial:

Major steps

1)http://www.openchange.org/developers/initializing.html

2)http://www.openchange.org/developers/downloading.html

3)http://www.openchange.org/developers/building.html

4)http://www.openchange.org/developers/configuring.html

5)http://www.openchange.org/developers/backends/sogo/index.html

Now I'm trying to compile and run openchange, sogo, sope as an
exchange replacement on the Debian 6 Squeeze server.

So far everything is working as expected.

However part of the SOGo tutorial assumes that I have a user
openchange which I've created (I'm guessing from the beginning)
but I didn't.

All I have is root user access, and so far that didn't cause any
issues.

Does this mean that I have duped my whole system? Need to
re-install everything using sudoers and a username openchange??
Does he have to be part of root group?

I couldn't find any information on the tutorial about that.

Thanks in advance,

Steve


-- 
This message has been scanned for viruses and

dangerous content by *MailScanner* http://www.mailscanner.info/,
and is
believed to be clean.

Hi, I pointed this out some time ago, just create the user:

useradd -d /home/openchange -m -N -r -s /bin/false openchange

then become the user:

su - -s /bin/bash openchange

then continue where you left off, just type 'exit' after you have done 
the SOGo commands, you will need to become the openchange user again 
to run SOGo later.


Rowland


--
This message has been scanned for viruses and
dangerous content by *MailScanner* http://www.mailscanner.info/, and is
believed to be clean.


--
This message has been scanned for viruses and
dangerous content by *MailScanner* http://www.mailscanner.info/, and is
believed to be clean. 

Hi again, just use the full path: /usr/local/sbin/sogod

Rowland

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

--
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] Help installing from source

2013-01-25 Thread Steven Swarts
Thanks Rowland,

 

Now however my Debian system fails to install slapd.

$ apt-get install slapd

 

Output:

 

root@server2:/etc/apache2/conf.d# apt-get install slapd

Reading package lists... Done

Building dependency tree

Reading state information... Done

Suggested packages:

  ldap-utils

The following NEW packages will be installed:

  slapd

0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.

Need to get 0 B/1,589 kB of archives.

After this operation, 4,018 kB of additional disk space will be used.

Preconfiguring packages ...

Selecting previously deselected package slapd.

(Reading database ... 64390 files and directories currently installed.)

Unpacking slapd (from .../slapd_2.4.23-7.2_amd64.deb) ...

Processing triggers for man-db ...

Setting up slapd (2.4.23-7.2) ...

  Moving old database directory to /var/backups:

  - directory unknown... done.

  Creating initial configuration... done.

  Creating LDAP directory... done.

Starting OpenLDAP: slapd failed!

invoke-rc.d: initscript slapd, action start failed.

dpkg: error processing slapd (--configure):

subprocess installed post-installation script returned error exit status 1

configured to not write apport reports

  Errors were encountered while
processing:

slapd

E: Sub-process /usr/bin/dpkg returned an error code (1)

 

I've tried googling, some say it's a broken package. Is this true? Do I need
to compile from source as well?

 

Another question why does SOGo require slapd? Can't it use Samba4 to
authenticate? Doesn't Samba4 have its own slapd? Is that possibly what is
causing the issue?

 

Thanks in advance

 

Regards,

Steven Swarts

 

From: Rowland Penny [mailto:rpe...@f2s.com] 
Sent: Saturday, 26 January 2013 1:39 AM
To: users@sogo.nu
Subject: Re: [SOGo] Help installing from source

 

On 25/01/13 17:12, Steven Swarts wrote:

Thank you for the heads up, I have now completed everything up until the run
command.

As openchange user I run the command

 

$ sogod 

 

This is what it comes back with:

 

-su: sogod: command not found

 

Any ideas?

 

Regards,

Steven Swarts

 

From: Rowland Penny [mailto:rpe...@f2s.com] 
Sent: Friday, 25 January 2013 7:15 PM
To: users@sogo.nu
Subject: Re: [SOGo] Help installing from source

 

On 25/01/13 03:38, Steven Swarts wrote:

G'day guys,

 

I'm following this tutorial: 

 

Major steps 

 

1)  http://www.openchange.org/developers/initializing.html 

2)  http://www.openchange.org/developers/downloading.html 

3)  http://www.openchange.org/developers/building.html

4)  http://www.openchange.org/developers/configuring.html

5)  http://www.openchange.org/developers/backends/sogo/index.html

 

Now I'm trying to compile and run openchange, sogo, sope as an exchange
replacement on the Debian 6 Squeeze server.

 

So far everything is working as expected.

 

However part of the SOGo tutorial assumes that I have a user openchange
which I've created (I'm guessing from the beginning) but I didn't.

 

All I have is root user access, and so far that didn't cause any issues.

 

Does this mean that I have duped my whole system? Need to re-install
everything using sudoers and a username openchange?? Does he have to be part
of root group?

 

I couldn't find any information on the tutorial about that.

 

Thanks in advance,

Steve


-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 

Hi, I pointed this out some time ago, just create the user:

useradd -d /home/openchange -m -N -r -s /bin/false openchange

then become the user:

su - -s /bin/bash openchange

then continue where you left off, just type 'exit' after you have done the
SOGo commands, you will need to become the openchange user again to run SOGo
later.

Rowland


-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 


-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 

Hi again, just use the full path: /usr/local/sbin/sogod

Rowland

-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists