Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - half_life

Pages: 1 2 [3] 4 5 ... 56
31
Both parties in the discussion indicated a clean installation.  I will take a look at the bugtrack entry.  Thanks for bringing this up.

32
Sorry,

I had surgery the next day and haven't been moving too quick since then.   The entry in the journal would not be unusual for a samba system that hasn't been configured yet.  I am sure there was more in the journal than you quoted.  Would you mind doing the restart and then looking at the journal immediately afterwards.  Open your focus to include more than the last few lines.

33
I have never seen that in the journal.  Do you mean that is what is in the web browser?

34
Try to start the service via
Code: [Select]
sudo systemctl start zentyal.webadmin-nginx.service
and immediately thereafter check the journal to find out what the cause of the failure was.
Code: [Select]
sudo journalctl -xe

35
Is the webmin service running?
Code: [Select]
sudo systemctl status zentyal.webadmin-nginx.service

36
On further thought perhaps this would be slightly better
Code: [Select]
ss -ltnp |less -p nginx
Which does everything from above plus shows the program name and PID info of the services listening to the ports. Further it loads that info into less and searches for the first occurrence of nginx. Note apache is listening to port 443 not nginx.

37
Please run
Code: [Select]
ss -ltn
It will show what is actually [l]istening on [t]cp ports by [n]umber

This will show you if there is an issue with firewall rules.

38
Thanks Julio,

The only issue I had was failed dependencies when trying to install the .deb file.  sudo apt-get install -f fixed it.

39
Installation and Upgrades / Re: MySQL root login
« on: March 09, 2017, 05:34:08 am »
If hardening is your purpose, wouldn't it be better if said user could not access the database except from localhost and that the user not be able to login except via ssh keys?  Changing the root user from auth_socket is straightforward. 

Code: [Select]
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'mynewpassword';
I had not noticed this change in version 5 but it is not really an issue as long as root has been provisioned in this way.  I dare say you have bigger problems if someone were to compromise the root user.

40
Installation and Upgrades / Re: MySQL root login
« on: March 08, 2017, 03:41:38 pm »
That password is for the zentyal user.  Specifying -u zentyal in the command yields the correct results

Code: [Select]
mysql -u zentyal -p
Once in  using

Code: [Select]
select * from mysql.user;
will give you a list of users with access to the database.

41
Installation and Upgrades / Re: MySQL root login
« on: March 06, 2017, 02:57:17 pm »
Please take a look at
Code: [Select]
/var/lib/zentyal/conf/zentyal-mysql.passwd

42
News and Announcements / Re: Zentyal 5.0 available!
« on: February 16, 2017, 05:17:25 am »
As it is possible to apply e-mail filtering?

Yes, mailfilter module is now back together with antivirus and jabber, more modules are probably coming soon ;)

Jose,
would it be possible for the Zentyal staff to give  us a hint which groupware solution we will be seeing going forward.  Openchange is dead.  Sogo is there in stand alone mode.  Is ZCP (Zarafa) an option?

Thanks

43
Email and Groupware / Re: problems connecting to imap with thunderbird
« on: January 23, 2017, 01:53:47 am »
Under Server:  check to make sure that your "User Name" is just the name not the username@mydomain.com

44
Email and Groupware / Re: Postgres process hogging HDD 90% of the time.
« on: January 11, 2017, 03:39:51 am »
I can appreciate your position and I really don't want to rain on your parade but there is no clean way to upgrade from a 2.x system to a 3.x or 4.x.  Basically you will need to  migrate your mail by hand and stand up the  rest manually.  BTW spamassasin is no longer a managed package in Zentyal 4.x though you can install it yourself and manage it via command line just fine.

45
Installation and Upgrades / Re: Zentyal 5 gives me no desktop
« on: January 11, 2017, 12:09:36 am »
try sending a <ctlrl-alt> <F-7>  I suspect the desktop is running but you weren't redirected to the correct virtual console.

Pages: 1 2 [3] 4 5 ... 56