Author Topic: Zentyal 3.2 available!  (Read 11423 times)

mpjoe2000

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Zentyal 3.2 available!
« Reply #15 on: September 26, 2013, 01:01:59 am »
3.2 Fresh install and samba do not work... this release is not good.

I'm having problems with samba too!!!
My ingredients:
  • Zentyal 3.2 32bits ISO
  • HP Compaq d530 CMT
  • 40GB HD
  • 1GB RAM

It seems that after clamav gets udpated zentyal samba scripts starts to working unstable.

This samba issue is not an impression.... it is fact!
maybe on 64bit release there's not that issue.

BrettonWoods

  • Guest
Re: Zentyal 3.2 available!
« Reply #16 on: September 26, 2013, 01:36:38 am »
3,2 64 Working fine so far apart from SSO with proxy.


thebovees

  • Zen Apprentice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Zentyal 3.2 available!
« Reply #17 on: September 26, 2013, 04:05:02 am »
When I attempted to upgrade for 3.0.27 per instructions and upon entering;
"sudo apt-get update"
I get back;
"E: Type '/zentyal(.)3.0/zentyal13.2/g' is not known on line 2 in source list /etc/apt/sources.list
E: The list of sources could not be read."
What did I do wrong?

toolman1967

  • Zen Apprentice
  • *
  • Posts: 25
  • Karma: +1/-0
    • View Profile
Re: Zentyal 3.2 available!
« Reply #18 on: September 26, 2013, 04:36:21 am »
When I attempted to upgrade for 3.0.27 per instructions and upon entering;
"sudo apt-get update"
I get back;
"E: Type '/zentyal(.)3.0/zentyal13.2/g' is not known on line 2 in source list /etc/apt/sources.list
E: The list of sources could not be read."
What did I do wrong?

run this command from terminal sudo sed -ri 's/zentyal(.)3.0/zentyal\13.2/g' /etc/apt/sources.list or go just go in and edit the sources.list find zentyal 3.0 and replace with 3.2 than apt-get update and sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

thebovees

  • Zen Apprentice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Zentyal 3.2 available!
« Reply #19 on: September 27, 2013, 04:44:06 am »
When I attempted to upgrade for 3.0.27 per instructions and upon entering;
"sudo apt-get update"
I get back;
"E: Type '/zentyal(.)3.0/zentyal13.2/g' is not known on line 2 in source list /etc/apt/sources.list
E: The list of sources could not be read."
What did I do wrong?

run this command from terminal sudo sed -ri 's/zentyal(.)3.0/zentyal\13.2/g' /etc/apt/sources.list or go just go in and edit the sources.list find zentyal 3.0 and replace with 3.2 than apt-get update and sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

That is just what I did and everytime I do "sudo apt-get update" I get the same response.  My fear is that I mistyped the command you suggested on my first attempt to upgrade and corrupted the /etc/apt/sources.list file and can't or don't know how to go back.  Any help?  What should the Sources.list file look like?

toolman1967

  • Zen Apprentice
  • *
  • Posts: 25
  • Karma: +1/-0
    • View Profile
Re: Zentyal 3.2 available!
« Reply #20 on: September 27, 2013, 05:36:47 am »
When I attempted to upgrade for 3.0.27 per instructions and upon entering;
"sudo apt-get update"
I get back;
"E: Type '/zentyal(.)3.0/zentyal13.2/g' is not known on line 2 in source list /etc/apt/sources.list
E: The list of sources could not be read."
What did I do wrong?

run this command from terminal sudo sed -ri 's/zentyal(.)3.0/zentyal\13.2/g' /etc/apt/sources.list or go just go in and edit the sources.list find zentyal 3.0 and replace with 3.2 than apt-get update and sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

That is just what I did and everytime I do "sudo apt-get update" I get the same response.  My fear is that I mistyped the command you suggested on my first attempt to upgrade and corrupted the /etc/apt/sources.list file and can't or don't know how to go back.  Any help?  What should the Sources.list file look like?


Edit the sources.list look for the following two lines below or simlar.
Once that you have found the bad lines remove them
deb http://ppa.launchpad.net/zentyal/3.0/ubuntu precise main

deb http://archive.zentyal.org/zentyal 3.0 main extra

Replace them with the following two lines:

deb http://ppa.launchpad.net/zentyal/3.2/ubuntu precise main

deb http://archive.zentyal.org/zentyal 3.2 main extra

now from terminal window
sudo apt-get update  sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

thebovees

  • Zen Apprentice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Zentyal 3.2 available!
« Reply #21 on: September 27, 2013, 07:17:57 am »
When I attempted to upgrade for 3.0.27 per instructions and upon entering;
"sudo apt-get update"
I get back;
"E: Type '/zentyal(.)3.0/zentyal13.2/g' is not known on line 2 in source list /etc/apt/sources.list
E: The list of sources could not be read."
What did I do wrong?

run this command from terminal sudo sed -ri 's/zentyal(.)3.0/zentyal\13.2/g' /etc/apt/sources.list or go just go in and edit the sources.list find zentyal 3.0 and replace with 3.2 than apt-get update and sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

That is just what I did and everytime I do "sudo apt-get update" I get the same response.  My fear is that I mistyped the command you suggested on my first attempt to upgrade and corrupted the /etc/apt/sources.list file and can't or don't know how to go back.  Any help?  What should the Sources.list file look like?


Edit the sources.list look for the following two lines below or simlar.
Once that you have found the bad lines remove them
deb http://ppa.launchpad.net/zentyal/3.0/ubuntu precise main

deb http://archive.zentyal.org/zentyal 3.0 main extra

Replace them with the following two lines:

deb http://ppa.launchpad.net/zentyal/3.2/ubuntu precise main

deb http://archive.zentyal.org/zentyal 3.2 main extra

now from terminal window
sudo apt-get update  sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

I found the two lines specified and edited them in nano, and saved.  Ran "Sudo apt-get update" and again the same results.  While looking at the sources.list file I noticed that every other line plus read "/zentyal(.)3.0/zentyal13.2/g".  I thought this was odd but don't know what an actual sources.list file should look like.

Thanks again for your help.

toolman1967

  • Zen Apprentice
  • *
  • Posts: 25
  • Karma: +1/-0
    • View Profile
Re: Zentyal 3.2 available!
« Reply #22 on: September 27, 2013, 06:08:24 pm »
When I attempted to upgrade for 3.0.27 per instructions and upon entering;
"sudo apt-get update"
I get back;
"E: Type '/zentyal(.)3.0/zentyal13.2/g' is not known on line 2 in source list /etc/apt/sources.list
E: The list of sources could not be read."
What did I do wrong?

run this command from terminal sudo sed -ri 's/zentyal(.)3.0/zentyal\13.2/g' /etc/apt/sources.list or go just go in and edit the sources.list find zentyal 3.0 and replace with 3.2 than apt-get update and sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

That is just what I did and everytime I do "sudo apt-get update" I get the same response.  My fear is that I mistyped the command you suggested on my first attempt to upgrade and corrupted the /etc/apt/sources.list file and can't or don't know how to go back.  Any help?  What should the Sources.list file look like?


Edit the sources.list look for the following two lines below or simlar.
Once that you have found the bad lines remove them
deb http://ppa.launchpad.net/zentyal/3.0/ubuntu precise main

deb http://archive.zentyal.org/zentyal 3.0 main extra

Replace them with the following two lines:

deb http://ppa.launchpad.net/zentyal/3.2/ubuntu precise main

deb http://archive.zentyal.org/zentyal 3.2 main extra

now from terminal window
sudo apt-get update  sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

I found the two lines specified and edited them in nano, and saved.  Ran "Sudo apt-get update" and again the same results.  While looking at the sources.list file I noticed that every other line plus read "/zentyal(.)3.0/zentyal13.2/g".  I thought this was odd but don't know what an actual sources.list file should look like.

Thanks again for your help.

I have attached my source.list file from Zentyal 3.0 server

thebovees

  • Zen Apprentice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Zentyal 3.2 available!
« Reply #23 on: September 27, 2013, 08:13:45 pm »
When I attempted to upgrade for 3.0.27 per instructions and upon entering;
"sudo apt-get update"
I get back;
"E: Type '/zentyal(.)3.0/zentyal13.2/g' is not known on line 2 in source list /etc/apt/sources.list
E: The list of sources could not be read."
What did I do wrong?

run this command from terminal sudo sed -ri 's/zentyal(.)3.0/zentyal\13.2/g' /etc/apt/sources.list or go just go in and edit the sources.list find zentyal 3.0 and replace with 3.2 than apt-get update and sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

That is just what I did and everytime I do "sudo apt-get update" I get the same response.  My fear is that I mistyped the command you suggested on my first attempt to upgrade and corrupted the /etc/apt/sources.list file and can't or don't know how to go back.  Any help?  What should the Sources.list file look like?


Edit the sources.list look for the following two lines below or simlar.
Once that you have found the bad lines remove them
deb http://ppa.launchpad.net/zentyal/3.0/ubuntu precise main

deb http://archive.zentyal.org/zentyal 3.0 main extra

Replace them with the following two lines:

deb http://ppa.launchpad.net/zentyal/3.2/ubuntu precise main

deb http://archive.zentyal.org/zentyal 3.2 main extra

now from terminal window
sudo apt-get update  sudo apt-get dist-upgrade should now get the new packages to upgrade to 3.2

I found the two lines specified and edited them in nano, and saved.  Ran "Sudo apt-get update" and again the same results.  While looking at the sources.list file I noticed that every other line plus read "/zentyal(.)3.0/zentyal13.2/g".  I thought this was odd but don't know what an actual sources.list file should look like.

Thanks again for your help.

I have attached my source.list file from Zentyal 3.0 server

THANKS!
Your file confirmed my suspicions of the multiple extrainous lines.  I deleted them and bingo, all working.
Thanks again, Roger

holtandrei

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Zentyal 3.2 available!
« Reply #24 on: November 23, 2013, 07:09:48 pm »
I want to congradulate the Zentyal TEAM, for a LINUX based SBS is the best, especialy for me, comming from Microsoft based servers ( ISA and TMG )

If you could manage to have a Reverse Proxy module and DNS sync, it will decimate all

No problems upgrading from 3.0 ( x64 )
Zentyal is installed as a VM - works like a charm ( 2 cpu-s and 2 gb ram )