Author Topic: [solved] zentyal CD/iso Omissions/bugs/missed  (Read 3511 times)

JPB

  • Zen Monk
  • **
  • Posts: 77
  • Karma: +1/-1
    • View Profile
[solved] zentyal CD/iso Omissions/bugs/missed
« on: September 09, 2010, 07:11:55 pm »
I have picked up some small problems that can easily be fixed on next creation of the CD/iso distribution.
Add
Code: [Select]
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  E83F6EB10E239FFthe error is:
after aptitude update
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E83F6EB10E239FF


Will add to this list as I get them

My CD was Downloaded today from http://www.zentyal.org/
« Last Edit: September 10, 2010, 09:01:42 am by JPB »

JPB

  • Zen Monk
  • **
  • Posts: 77
  • Karma: +1/-1
    • View Profile
Re: zentyal CD/iso Omissions/bugs/missed
« Reply #1 on: September 09, 2010, 09:18:36 pm »
zentyal does not create the correct A records for the domain created in DNS
the "glow" show an ERROR

$TTL 3D
@       IN      SOA     poseidon.domain.tld.        admin.example.com. (
                        2010090921      ;serial number
                        8H              ;refresh
                        2H              ;retry
                        4W              ;expiration
                        1D )            ;
;
@               NS      poseidon.domain.tld.
@               NS      secdns.domain.tld.
www           A       192.168.10.254
@               MX      10 domain.tld

this is how it is supposed to be BOLD is fixes

$TTL 3D
@       IN      SOA     poseidon.domain.tld.        admin.domain.tld. (
                        2010090921      ;serial number
                        8H              ;refresh
                        2H              ;retry
                        4W              ;expiration
                        1D )            ;
;
@               NS      poseidon.domain.tld.
@               NS      secdns.domain.tld.
domain.tld.           A       192.168.10.254  << this point to the actual domain! note the dot after.
@               MX      10 domain.tld  <<  The line above actually fixes this but its better to have hostname.domain.tld instead!  the rule sais you must have an MX pointing to an A record!

Needed is also an entry for
hostname           A       192.168.10.254 << as this is actually the A record for the host
www           A       192.168.10.254 << Optionally add www like this
« Last Edit: September 09, 2010, 10:58:20 pm by JPB »

J. A. Calvo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1986
  • Karma: +67/-3
    • View Profile
    • http://blogs.zentyal.org/jacalvo
Re: zentyal CD/iso Omissions/bugs/missed
« Reply #2 on: September 10, 2010, 12:54:56 am »
The apt key issue is already fixed (http://trac.zentyal.org/changeset/18806) and will be included in the next 2.0-2 installer. Thanks for reporting it!
Zentyal Server Lead Developer

JPB

  • Zen Monk
  • **
  • Posts: 77
  • Karma: +1/-1
    • View Profile
Re: zentyal CD/iso Omissions/bugs/missed
« Reply #3 on: September 10, 2010, 09:01:19 am »
The apt key issue is already fixed (http://trac.zentyal.org/changeset/18806) and will be included in the next 2.0-2 installer. Thanks for reporting it!
Thanx

Please make sure the DNS system get more attention as the current config will simply not fore properly if used as Primary.

I will close this post as Solved and make new posts with some other bugs I found.

tester

  • Zen Apprentice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: zentyal CD/iso Omissions/bugs/missed
« Reply #4 on: January 06, 2011, 04:31:52 pm »
The apt key issue is already fixed (http://trac.zentyal.org/changeset/18806) and will be included in the next 2.0-2 installer. Thanks for reporting it!

i just fesh install with zentyal-2.0-3-i386.iso (only install gateway packet) and got the same problem:

1. W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E83F6EB10E239FF

2. WARNING: The following packages cannot be authenticated!
  libebox ebox-software ebox ebox-ca ebox-ebackup ebox-network ebox-openvpn ebox-remoteservices

3. and got error  http://forum.zentyal.org/index.php?topic=4982.msg20422#msg20422

any idea?

thx before