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 - sheshman

Pages: [1] 2 3
1
Hi All,

I was dealing with a problem since 4 days and i solved,i'm writing down so maybe somebody needed in the future :)

I've installed fresh 4.0 to my server and configured Domain,DHCP,HTTP Proxy,Antivirus,Printers etc. I've installed new server as "192.168.1.251" after completed the configuration,i've shutdown my old server and changed ip address as "192.168.1.254",and problems started after this part, all modules were working well but strangely samba has stopped to work, it wasn't allow me to create new folder sharing,so started to search on internet and found so many solutions but none of them fixed the problem.

After 4 days i did run this command "samba_dnsupdate" output was like below;

Code: [Select]
params.c:pm_process() - Processing configuration file "/etc/samba/printers.conf"
params.c:pm_process() - Processing configuration file "/etc/samba/shares.conf"
ldb_wrap open of secrets.ldb
; Communication with 192.168.1.251#53 failed: operation canceled
could not talk to any default name server
; Communication with 192.168.1.251#53 failed: operation canceled
could not talk to any default name server
; Communication with 192.168.1.251#53 failed: operation canceled
could not talk to any default name server
Failed update of 3 entries
then it hit me, somehow in some config file old ip address was remain and samba was trying to lookup server's old ip address.

I've checked every single config file but i couldn't be able to find old ip address in it.

Fix : Network->Interfaces->Create a new virtual interface with old ip address->Goto terminal->sudo su->samba_dnsupdate.

That's it,file sharing and samba fully operational again.

:)

2
open a terminal window and "copy & paste" the following commands:

changes:
    28.04.16: remove unsupported external ad functions

zentyal 4.2:
Code: [Select]
sudo apt-get install zbuildtools build-essential fakeroot dpkg-dev -y
cd ~/Downloads
rm -rf zentyal-squid-4.2
wget http://archive.zentyal.org/zentyal/pool/main/z/zentyal-squid/zentyal-squid_4.0.1.tar.gz -O zentyal-squid_4.0.1.tar
tar -xf zentyal-squid_4.0.1.tar
mv zentyal-squid-4.0.1 zentyal-squid-4.2
wget 'https://docs.google.com/uc?export=download&id=0B4_d-7xL0AS_aVlhNmdnSnFPakU' -O zentyal-squid-4.2.patch
patch -t -p1 -i zentyal-squid-4.2.patch
cd zentyal-squid-4.2
dpkg-buildpackage -rfakeroot -b -tc
cd ..
sudo dpkg -i zentyal-squid_4.2_all.deb
sudo apt-get install -f -y
sudo sed -i 's\next if ($pkg->{name} eq '"'"'zentyal-squid'"'"');\#next if ($pkg->{name} eq '"'"'zentyal-squid'"'"');\g' /usr/share/zentyal/templates/software/ebox.mas
sudo service zentyal webadmin restart
duuuuuuuuuuuuuuuuuuuuuude, i love you man,you saved my day

3
Hello Shugarie,

i had the same problem like you. I tried to install zentyal 4.1 in vbox. The system stuck after installation reboot by zentyal core packages.
I found following solution.
Plugoff the network wire before reboot.
Zentyal tries to connect the network and abort this after 60 seconds. Then the core will install without any troubles. After that you can plug in the network wire and everything run as needed.

Regards

I love you man, you saved my day.  :-* :-* :-* :-* :-*

4
Yes, to me the proxy module in Zentyal 5.0 is not working correctly at all.
Even with the "allow all" option activated the proxy blocks pages, while it should not.

But for me the "acces denied" pages are displayed correctly.

Unfortunately i had so many problems with 5.0,DNS problems,Rule problems (same problem with yours) and so on. That's why downgraded to 4.0.14 and it's working perfectly. I guess 5.X version need lots of update to be stable.

Sometimes I ask myself if the developers actually read these posts  ;)

Couple years ago they did,they were very very helpful to community edition users, but in time Zentyal grow up and they started to make good money from commercial editions and they started to say "naaaah f**k the community edition users,poor b**tards we don't need them" so here we are.

According to my experience 4.0.X is one of the most updated & stable version of Zentyal, i have that version in my usb disk, i'm going to use it for a long time and never gonna buy Zentyal,because i am a poor b**tard and i don't deserve their attention.

5
Yes, to me the proxy module in Zentyal 5.0 is not working correctly at all.
Even with the "allow all" option activated the proxy blocks pages, while it should not.

But for me the "acces denied" pages are displayed correctly.

Unfortunately i had so many problems with 5.0,DNS problems,Rule problems (same problem with yours) and so on. That's why downgraded to 4.0.14 and it's working perfectly. I guess 5.X version need lots of update to be stable.

6
Installation and Upgrades / Re: Zentyal 5.0.7 - Empty Access Denied Page
« on: February 27, 2017, 08:48:23 am »
up ?

7
Installation and Upgrades / Re: Zentyal 5: No video after install
« on: February 24, 2017, 07:21:42 am »
after installation where exactly you are losing connection ? Zentyal 5.X doesn't start GUI as other versions, it's starting on terminal after login you can start GUI with startx command,but before that there must be some "panic" outputs on terminal. If you can share those lines we can help,.

Also please be adv. i've worked with many HP servers and almost all of them had problems with graphic cards on Linux systems,did you tried to use any other VGA card ?

8
Installation and Upgrades / Re: Zentyal 5.0.7 - Empty Access Denied Page
« on: February 24, 2017, 07:17:56 am »
anyone ?

9
Installation and Upgrades / Zentyal 5.0.7 - Empty Access Denied Page
« on: February 23, 2017, 11:22:33 am »
Hi,

I just installed 5.0 and updated to 5.0.7,using HTTP proxy only, when HTTP request denied it returns emptypage instead of access denied page, please see screenshot as below, and report file as attached;

Firefox :


Internet Explorer :


Any idea how to fix it ?

10
Other modules / Zentyal 3.5 - Cups - RSS Subscription - Not Found
« on: February 17, 2017, 03:31:52 pm »
I'm using CUPS installed on Zentyal 3.5 and it works just fine,i need to use it's RSS subscription system,i have created subscription for printer,when i try to reach to RSS via "http://192.168.1.202:631/rss/ofsyazici.rss" it says NOT FOUND,i'm checking rss file as "pico /var/cache/cups/rss/ofsyazici.rss" file is correct and i can see printing history in it.

I did some searching on internet and only found one guide how to fix this problem, i have tried every command they have provided but no luck so far.

Does anybody know what cause this and how to fix it ?

11
Thanks buddy, you saved my day!

good to hear that dude,cheers

12
i've solved the problem with my own searches on internet, writing down if anybody needed in the future;

1-)connect to zentyal through Putty
2-) get root (sudo su)
3-) pico /usr/share/zentyal/stubs/squid/squid-external.conf.mas
4-) find lines starting with acl Safe_ports (in pico to find string use ctrl+w)
5-) if the address working over HTTPS add acl SSL_ports port your_port   #explanation
     if address working over HTTP add acl Safe_ports port your_port   # explanation
6-) Save and exit with ctrl+x
7-) restart squid with "service zentyal squid restart"

you are done. ;) Also Thanks to Zentyal engineers for not helping with this issue, as allways google is the best.

14
Hi,

I'm using zentyal 3.5.5 (i didn't get time to upgrade 4.x yet but i'll as soon as i can :) ), it works perfectly but i'm having a strange problem with addresses which include ":port" definition like "abc.com:8143", there is an address setted as Allow from http filtering, users can access to direct address and with all subdomains related to it. For example "abc.com" is setted as allow users accessing "portal.abc.com,blog.abc.com" and so on, but if address have an port information like "portal.abc.com:8143" then zentyal directly refusing the access and returns "404 Page not found", i had the similiar problem in 2014 "https://forum.zentyal.org/index.php/topic,23112.msg89023.html#msg89023" and they were advice me to edit "/usr/share/zentyal/stubs/squid/squid-external.conf.mas", so i've edited the file and added this line to acl part "acl Safe_ports port 8143        #eti_sap" and restarted zentyal but it didn't solve the problem, so any help to fix it ?

15
Hi Everyone,

With Zentyal 3.5.3 Community Server (Fully Updated), after reboot starting the web interface takes so many time, sometimes even takes 20-25 minutes to reach to web interface, what can cause of this ?

Pages: [1] 2 3