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

Pages: [1]
1
Hi!

Sorry for bringing up this old thread but exactly the same happened to me on a fresh install of 4.2.2. I tried to import a 300 MB pst file and it crashed the samba modul. And every time I open that mailbox samba crashes again. If I view that mailbox from the sogo webmail everything is fine, I can even see the imported messages. But as soon as I start outlook 2010 it crashes samba again. How can I import our users old mail data without killing the hole AD server?

And an another issue, there are folders appearing in the mailboxes called "Levelszemet (1)" (it means spam in hungarian) and they keep appearing so there are some users who has multiple "Levelszemet (1)(1)(1)" folders. Do anyone knows why this happens?


Thanks in advance!

Regards,
Zsolt

2
Magyar / Re: File Sharing nem indithato el!
« on: February 20, 2013, 12:28:42 pm »
Sikerült megoldani a problémát, hasznos volt a link amit küldtél julio, köszönöm még1x!

A megoldás az volt hogy újra kellett írni a db.vizisuli.lan-t a megfelelő módon. A db.x.168.192 és a db.domainneves fájok nem egyformák, az $origin-t kellett átírnom és A rekordot létrehozni a szerver IP címére.

ide másolom a két fájlt hátha valaki megnézni és észreveszi hogy valami hülyeséget írtam, de ezekkel már minden működik.

db.64.168.192:
Code: [Select]
$ORIGIN .
$TTL 259200     ; 3 days
64.168.192.in-addr.arpa IN SOA  cerebellum.vizisuli.lan. hostmaster.vizisuli.lan. (
                                2013021951 ; serial
                                28800      ; refresh (8 hours)
                                7200       ; retry (2 hours)
                                2419200    ; expire (4 weeks)
                                86400      ; minimum (1 day)
                                )
                        NS      cerebellum.vizisuli.lan.
$ORIGIN 64.168.192.in-addr.arpa.
1                       PTR     cerebellum.vizisuli.lan.

db.vizisuli.lan:
Code: [Select]
$TTL 259200     ; 3 days
$ORIGIN vizisuli.lan.
@       IN SOA  cerebellum.vizisuli.lan. hostmaster.vizisuli.lan. (
                                2013021943 ; serial
                                28800      ; refresh (8 hours)
                                7200       ; retry (2 hours)
                                2419200    ; expire (4 weeks)
                                86400      ; minimum (1 day)
                                )
        IN              NS      cerebellum.vizisuli.lan.
cerebellum      IN      A       192.168.64.1
1                       PTR     cerebellum.vizisuli.lan.

3
Magyar / Re: File Sharing nem indithato el!
« on: February 20, 2013, 08:53:49 am »
Ilyen nevű zona fájlom db.64.168.192 az van. Csak a db.vizisuli.lan-t hiányolja...

Megnézem a linket hátha lesz valami, köszönöm!

4
Magyar / File Sharing nem indithato el!
« on: February 19, 2013, 12:45:20 pm »
Sziasztok!

Minden rendben mukodott a sulink szerverevel egeszen 2 nappal ezelottig. Akkor szolt az egyik kollegam, hogy nem tud bejelentkezni a tartomanyba. Hibauzenet: kb.: nincs olyan kiszolgalo aki a beleptetesi kerleme...stb. Akkor nem volt fontos ez a gep ma viszont egy masik is kiirta. Utana neztem a dashboardon minden rendben volt. Gondoltam kikapcsolom a users&groups-t meg a filesharinget aztan meg vissza. Minden vissza is kapcsolt kivetel a filesharing.

A logban a kovetkezo uzenet vart:
Code: [Select]
doncarlos@cerebellum:/var/lib/bind$ tail /var/log/zentyal/zentyal.log
2013/02/19 12:37:00 DEBUG> EBackup.pm:699 EBox::EBackup::remoteStatus - Could not get backup collection status, check whether the parameters and passwords are correct
2013/02/19 12:43:38 INFO> Base.pm:229 EBox::Module::Base::save - Restarting service for module: dns
2013/02/19 12:43:39 WARN> DNS.pm:1497 EBox::DNS::_launchNSupdate - Cannot contact with named, trying in posthook
2013/02/19 12:43:39 WARN> DNS.pm:1497 EBox::DNS::_launchNSupdate - Cannot contact with named, trying in posthook
2013/02/19 12:43:39 INFO> DNS.pm:91 EBox::DNS::appArmorProfiles - Setting DNS apparmor profile
2013/02/19 12:43:41 ERROR> Sudo.pm:234 EBox::Sudo::_rootError - root command nsupdate -l -t 10 /var/lib/zentyal/tmp/10FdxPZcGh failed.
Error output: update failed: SERVFAIL

Command output: .
Exit value: 2

gugliztam az nsupdate SERVFAIL kombinaciora de nem sikerult megoldani a dolgot. Minden komponens a legfrissebb. Az otleteket elore is koszonom.

Kiegesziteskent ezt talaltam a syslogban:
Code: [Select]
Feb 19 11:21:39 cerebellum named[18481]: zone vizisuli.lan/IN: loading from master file /var/lib/bind/db.vizisuli.lan failed: file not found
Feb 19 11:21:39 cerebellum named[18481]: zone vizisuli.lan/IN: not loaded due to errors.

De hova lett az a file? Es okozhatja-e ez a gondot? Ilyen jellegu hibara irta valaki hogy eltavolitotta a DNS es DHCP modulokat majd ujratelepitette oket. Ha en is megcsinalom ezt a felhasznaloi adatok, tartomány megmaradnak? (users&groups-nak feltetele a DNS)

5
Installation and Upgrades / can't access from outside
« on: July 28, 2011, 10:30:42 am »
Hi!

I have a dell server running Zentyal 2.0.21. it have to nics one for internal one for external. I have static IP for external network. i set up this interface trough zentyal, check the wan checkbox, added a default gateway to it. I can ping _from_ this server any host, and browse web, etc. But i can't ping _this_ server or access apache or ssh. (with the other nic configured to internal network set up local ip addresses everything works fine, i can ssh to it, ping it, see the website running on it) I set up the firewall modul, packet filter -> external to zentyal, first i added http service with any source, not working then any service with any source not working. I disabled the firewall module not working. If i plug in my test server running "stock" ubuntu 11.04 with the exact same setup in /etc/network/interfaces i can access that server and ping it or ssh to it. So i'm sure the problem is some misconfiguration but what could it be?

Thanks in advance!

Pages: [1]