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

Pages: [1] 2
1
Understand that the keep command isn't very useful because it still requires the admin to delete mail from the server by some other method.
The developer of fetchmail has stated in his docs that he will not implement a method of tracking emails to allow a delay in deletion from the server, so as long as Zentyal is using fetchmail that's all we get.

If you have a win box, look at hmailserver, it supports delayed deletion.

2
Installation and Upgrades / Re: Newbie- File Share?
« on: March 12, 2011, 06:26:20 am »
For a Ubuntu client, to make it easy, check out Gigilo.

3
Installation and Upgrades / Re: Zentyal system upgrade failure.
« on: March 07, 2011, 11:31:53 pm »
That did it. Thank you.

Ran; apt-get autoclean, that dropped root usage to 2G which gave the space to run apt-get -f install which finished the dl, which fixed FF, then apt-get upgrade, which finished the upgrade with the ebox packages and the kernel, then all the module restarts and apache is back up.

Now I guess I needed to figure out how to expand the root directory or partition so I don't have this issue again.

4
Installation and Upgrades / Re: Zentyal system upgrade failure.
« on: March 07, 2011, 08:01:45 pm »
As stated above in op this seems to be the issue.
Code: [Select]
failed in buffer_write(fd) (10, ret=-1): backend dpkg-deb during `./usr/lib/firefox-3.6.14/chrome/toolkit.jar': No space left on device
As stated in the op:
Code: [Select]
user@server4:~$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/server5-root
                      2.3G  2.3G     0 100% /
none                  245M  224K  244M   1% /dev
none                  249M     0  249M   0% /dev/shm
none                  249M  644K  249M   1% /var/run
none                  249M     0  249M   0% /var/lock
none                  249M     0  249M   0% /lib/init/rw
/dev/sda1             228M   69M  147M  32% /boot
/dev/mapper/server5-home
                      5.2G  501M  4.4G  11% /home

I don't know enough Linux to be sure where the issue is though it appears above that root is full @ 2.3G?
Perhaps dpkg cannot unpack the installer files?


5
Installation and Upgrades / Re: Zentyal system upgrade failure.
« on: March 07, 2011, 07:52:27 pm »
I stated above. This is a stock, out of the box, Zentyal installation.

This Zentyal install has been successfully upgraded numerous times from 2 to 2.1.15, both system and Zentyal upgrades from the Zentyal Dashboard gui.
The system upgrade was fired from the Zentyal Dashboard gui. Something in the system upgrade has broken the Dashboard.

user@server4:~$ sudo apt-get upgrade
Code: [Select]
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  firefox-branding: Depends: firefox (= 3.6.14+build3+nobinonly-0ubuntu0.10.04.1) but 3.6.13+build3+nobinonly-0ubuntu0.10.04.1 is installed
E: Unmet dependencies. Try using -f.

As stated in the previous post, apt-get -f install fails as well.

6
Installation and Upgrades / [Solved] Zentyal system upgrade failure.
« on: March 06, 2011, 09:54:19 pm »
Operational instance of Zentyal 2.1.15 in virtual box under host Ubuntu 10.04.1, has been running fine and upgrading since install of 2.0
Dashboard showed 2.1.16 available.
Fired off system upgrade, large upgrade with Kernel and Firefox, maybe sql, not sure, from the dashboard, had not upgrade Zentyal core yet.
After some time the browser stilled showed downloading Firefox, even though network traffic to server had stopped some time ago.
Browser then showed an error:
Code: [Select]
Sorry, an unexpected error has ocurred
write_file 'GLOB(0x230919b8)' - syswrite: No space left on device

To show technical details click here.

Trace
write_file 'GLOB(0x230919b8)' - syswrite: No space left on device at /usr/share/perl5/EBox/Sudo.pm line 165.

No longer able to access web gui.

From the console login:
Code: [Select]
Xsession: warning: unable to write to /tmp; X session may quit with an error.

Failed to execute login command.

SSh cli:
top showed no load, dpkg not running. File and Mail Server on Zentyal still running.

Code: [Select]
user@server4:~$ sudo apt-get dist-upgrade

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  firefox-branding: Depends: firefox (= 3.6.14+build3+nobinonly-0ubuntu0.10.04.1                         ) but 3.6.13+build3+nobinonly-0ubuntu0.10.04.1 is installed
E: Unmet dependencies. Try using -f.

user@server4:~$ sudo apt-get -f install

Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  db4.7-util
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  firefox
Suggested packages:
  firefox-gnome-support kmozillahelper latex-xft-fonts
Recommended packages:
  ubufox
The following packages will be upgraded:
  firefox
1 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
11 not fully installed or removed.
Need to get 0B/11.4MB of archives.
After this operation, 4,096B of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 64585 files and directories currently installed.)
Preparing to replace firefox 3.6.13+build3+nobinonly-0ubuntu0.10.04.1 (using ...                         /firefox_3.6.14+build3+nobinonly-0ubuntu0.10.04.1_i386.deb) ...
Unpacking replacement firefox ...
dpkg: error processing /var/cache/apt/archives/firefox_3.6.14+build3+nobinonly-0                         ubuntu0.10.04.1_i386.deb (--unpack):
 failed in buffer_write(fd) (10, ret=-1): backend dpkg-deb during `./usr/lib/fir                         efox-3.6.14/chrome/browser.jar': No space left on device
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Please restart all running instances of firefox, or you will experience problems                         .
Errors were encountered while processing:
 /var/cache/apt/archives/firefox_3.6.14+build3+nobinonly-0ubuntu0.10.04.1_i386.d                         eb
E: Sub-process /usr/bin/dpkg returned an error code (1)

df -h

user@server4:~$ df -h
Code: [Select]
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/server5-root
                      2.3G  2.3G     0 100% /
none                  245M  224K  244M   1% /dev
none                  249M     0  249M   0% /dev/shm
none                  249M  496K  249M   1% /var/run
none                  249M     0  249M   0% /var/lock
none                  249M     0  249M   0% /lib/init/rw
/dev/sda1             228M   69M  147M  32% /boot
/dev/mapper/server5-home
                      5.2G  509M  4.4G  11% /home

Has been reboot from the ssh cli twice.

Any suggestions?

If I have to use an exported image to start over how can I fire off the system and kernel upgrades without this crash again?

Again, currently, the file sharing and mail servers are still running on this install.

I am willing to troubleshoot this with some help if anyone is interested.

7
Installation and Upgrades / missing samba services
« on: September 08, 2010, 01:36:32 am »
On a 2.0 test install, upgraded from 1.5 without ldap used and working file sharing fw enabled, after a few reboots, file sharing failed for any node to Zentyal, eventually, troubleshooting, I realized the Zentyal firewall was stopping file sharing, disabled the firewall and filesharing worked, sorta, only with admin permissions, anyway, I note that there are no samba related services, nothing for the appropriate ports, I'm sure it was there before, it's been rebooted since I noted the fw issue.

I updated to 2.0.1 and no change to services. It's a local lan server with one nic so the fw isn't required but still.... where'd those samba services/ports go?

Additionally, why can't the user write with read/write permissions instead of admin permissions?

8
I've searched for the changelog for 2.0.1 and am unable to locate it.

I'm having issues with my 2.0 test install and would like to know what is changed if I upgrade to 2.0.1.

9
News and Announcements / Re: Zentyal 2.0 released!
« on: September 01, 2010, 10:03:15 pm »

You just need to edit your /etc/apt/sources.list file and change "ebox/1.5" to "zentyal/2.0". Then you can update the list and upgrade to the 2.0 version of the packages

Got it!

10
News and Announcements / Re: Zentyal 2.0 released!
« on: September 01, 2010, 06:56:08 pm »
Congratulations!

Will the 1.5.14 installs have an upgrade pushed out?

I checked my install just now and after running the Update List, and apt-get there aren't any available updates.

11
Installation and Upgrades / Re: How to access eBox
« on: August 31, 2010, 01:13:24 am »
https://localhost at the box
or
https://ip from another local host

12
Installation and Upgrades / Restart suggestion
« on: August 24, 2010, 03:22:06 am »
I noted Zentyal rc1 was available, I booted 1.5.11, ran apt-get update, then at the gui, ran the component update, no sys update available at that point, after completion, ran the sys update since the kernel updates were then available, that completed fine, but, the Ebox emblem and a few other items were still present, though at the bottom it said Zentyal by ebox.

So, from the gui, I ran the reboot, after it came back up the Zentyal logo was up in the upper left corner instead of ebox, Zentyal logo looks much nicer up there.

I would suggest, there be a dialog to suggest a reboot for full changes to take effect.

I can't remember which kernel was running prior so I can't be sure if I updated the kernel or not, though the system update did list a kernel update, shoulda paid more attention.

Upgrades seemed to go fine, users, mail, webmail all seem fine, though not in production, so.....

13
News and Announcements / Re: Zentyal 2.0-rc1 released!
« on: August 24, 2010, 03:14:15 am »
Nice! upgraded from 1.5.11 to 1.5.13, looks good.

14
News and Announcements / Re: The new name for eBox Platform is Zentyal!
« on: August 20, 2010, 05:36:48 pm »
I couldn't figure the pronunciation either.

It looked like zent yall, but in reading about the Zen and Essential I figured it was zen chee all, I see now from the vocalization link it is zent yule, which is fine, but, unfortunately, for most of us english speakers, will require explanation to our prospective clients.

Cool!  :D

15
Installation and Upgrades / external mail retrieval
« on: August 17, 2010, 11:40:24 pm »
Now that the install has upgrade to 1.5.11 the external email retrieval and the dashboard controls for it now work as expected.

Regarding fetchmail settings.

I've found the /etc/ebox-fetchmail.rc, and would like to change some settings, after editing the file to change the poll time from the default 3 minutes to 10 minutes and adding the keep command, I see that the changes to the file break the fetchmail process.
If the change button is used in the user corner for the particular retreival account without making any actual changes, I find that the /etc/ebox-fetchmail.rc file is changed back to the default settings, 180 sec and without the keep command.

What would be the best way to attain these desired settings to allow keep and extend the polling time?

Pages: [1] 2