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

Pages: 1 [2]
16
Do you mean you don't know where, using web interface, you could configure hosts? I'm not sure about problem you're facing.
Hello christian,
thanks for the answer!
Yes, I'm looking for a way DNS can be set via the web interface.
Or if not, whether I can do on the console, as with any Ubuntu or Debian?  =>bind

(For my company should I decide whether SME-server or zentyal is used in the future. We need a local DNS Server. And I can not understand that I do not find ...  But I identify more with Debian ;-)

17
Could you all who are reproducing it tell us the list of modules you have installed / enabled ? Maybe with that information we will be more lucky reproducing it...
Thanks in advance!
Yes
I have install and running on Core version 2.1.27.
(by the way I have killed x11-commen and lxdm because a very high load >50 %CPU
and I don't need it.)

Code: [Select]
Netzwerk Läuft
Firewall Läuft
Antivirus Läuft
Apache    Läuft
DHCP    Läuft
DNS      Läuft
Ereignis Läuft
Logs         Läuft
NTP        Läuft
Dateifreigabe Läuft
Benutzer und Gruppen Läuft

On the Firewall in the first rule I allow everything from the local Network as well ldap and adsync

18
Hello,
I'm new in zentyal.
A question about the DNS settings. In the web interface I can't find settings for DNS
to resolve static and local IPs in there local names and vice versa.
Have I to do it in the ssh konsole /etc/bind/... ?

the result of what I mean looks like:
Code: [Select]
cat /etc/bind/db.blablub.local
; db.blablub.local
; datenbank fuer die domain blablub.local  - vorwaertsaufloesung
; BIND data file for local loopback interface
;
; dreieinhalb tage
$TTL    604800
blablub.local.  IN      SOA     ctvdr.blablub.local. root.blablub.local. (
                        20110828        ; Serial
                        2d              ; Refresh
                        2h              ; Retry
                        2w              ; Expire
                        3h       )      ; Negative Cache TTL
; Eintrag des Nameservers
; Tabelle Rechnername = IP
blablub.local.  IN      NS      ctvdr.blablub.local.
;               IN      NS      ctvdr.blablub.local.
;ctvdr         IN      A       127.0.0.1
router          IN      A       172.11.8.1
d-link          IN      A       172.11.8.2
zentyal-vm      IN      A       172.11.8.3
blablub        IN      A       172.11.8.4
hp8500          IN      A       172.11.8.5
asus-nb         IN      A       172.11.8.6
pc07            IN      A       172.11.8.7

and also reverse

please give me a tip

regards
maxprox

19
Hello,

testing 2.2

also the same "no access" admin web interface.
After a reboot again no access
I have to stop apache and firewall
 
Code: [Select]
root@zentyal-vm:~# /etc/init.d/zentyal apache stop
 * Stopping Zentyal module: apache                                             [ OK ]
root@zentyal-vm:~# /etc/init.d/zentyal firewall stop
 * Stopping Zentyal module: firewall                                     [ OK ]
root@zentyal-vm:~# /etc/init.d/zentyal apache start
 * Restarting Zentyal module: apache                                     [ OK ]
root@zentyal-vm:~# /etc/init.d/zentyal firewall start
 * Restarting Zentyal module: firewall                                         [ OK ]
root@zentyal-vm:~#
         

Lo and behold! The web interface is reachable

by the way:
xorg uses 50-80 %CPU (use top)  => I have to kill it and work remote
what is with DNS? In the web interface I can't find settings for static DNS names to IP's ?

Okay I worked with an old SME-Server - and I go back :-(

20
Installation and Upgrades / Re: Disabling X
« on: August 26, 2011, 12:09:14 am »
Hello,

I think it does not like me ;-)
I've tried all the following:
http://blog.zloether.com/2009/09/disable-gui-in-ubuntudebian.html
http://www.cyberciti.biz/faq/prevent-xorg-from-starting-in-linux/
and
Code: [Select]
# update-rc.d -f gdm remove
 Removing any system startup links for /etc/init.d/gdm ..

# update-rc.d -f lxde remove
 Removing any system startup links for /etc/init.d/lxde ...

# update-rc.d -f lxdm remove
 Removing any system startup links for /etc/init.d/lxde ...

# update-rc.d -f x11-common remove
 Removing any system startup links for /etc/init.d/x11-common ...
   /etc/rc0.d/K30x11-common

but - has done NOTHING

By the way:
- my Xorg has a CPU utilization of about 50% CPU
Code: [Select]
load average: 2.12, 1.77, 0.89 without Xorg
Code: [Select]
load average: 0.07, 0.29, 0.39




21
Installation and Upgrades / Re: Disabling X
« on: August 25, 2011, 11:02:18 pm »
Try this:
Code: [Select]
# sudo -i
# update-rc.d -f slim disable
# update-rc.d -f x11-common disable

Comment out or remove the "slim restart" line from /etc/rc.local
Code: [Select]
#!/bin/sh
#/etc/init.d/slim restart
exit 0

best regards
After one year - I dry it

Hello together,
I will use the Zentyal server headless (and wants to compare it with the SME-Server)
I will disable GUI and X and lxde. I work with ssh and the web interface.
In Zentyal there is no "/etc/init.d/slim" startscript

Can anyone say what I need to do in Zentyal 2.2 to disable the GUI, X and lxde, etc.?

best regards

maxprox

Pages: 1 [2]