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

Pages: [1] 2
1
Installation and Upgrades / Re: Change mount point
« on: August 11, 2010, 05:03:50 pm »
is a little extrange your /etc/fstab, you need something like this:

It's only an "extract" from fstab, just to explain my configuration ;)

WARNING you need move first all /var files to the root partition you can do this using a liveCD for example.

The correct sequence of steps to do this is exactly what I'm looking for...

2
Installation and Upgrades / Re: USB printer
« on: August 11, 2010, 08:41:06 am »
Can you explain the differences between your configuration and eBox one? Maybe it help us to find out ebox-printers problems :)

Following VaineDragon suggestion I tried to create a new printer using Cups web interface and I realize that the Cups wizard show some printer DeviceURI that doesn't appear in EBox wizard.

So in /etc/cups/printers.conf I had replace EBox DeviceURI:

DeviceURI usb:/dev/usb/lp0

with Cups DeviceURI:

DeviceURI usb://HP/Deskjet%209800?serial=MY75O2Z0PH046K

and than the printer work correctly.

Now the problem is: if I restart the server, EBox overwrite printers.conf file.

3
Installation and Upgrades / Re: USB printer
« on: August 09, 2010, 05:59:35 pm »
I'm able to adjust the printers configuration file, but EBox overwrite it when I restart the print service...

4
Installation and Upgrades / Re: Printer Setup
« on: August 09, 2010, 12:13:59 pm »
Firewall module must be off

5
Installation and Upgrades / USB printer
« on: August 09, 2010, 11:38:32 am »
I've upgrade to EBox 1.4 but my USB printer still doesn't work.


# lsusb
Bus 004 Device 001: ID 0000:0000 
Bus 003 Device 001: ID 0000:0000 
Bus 002 Device 001: ID 0000:0000 
Bus 005 Device 001: ID 0000:0000 
Bus 001 Device 004: ID 03f0:1212 Hewlett-Packard
Bus 001 Device 001: ID 0000:0000


# ls /dev/usb
lp0


# cat /etc/cups/printers.conf
# __EBOX__ TAG #
<Printer HpDj9800>
Info HP DeskJet 9800 hpijs
Location
DeviceURI usb:/dev/usb/lp0
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
# END __EBOX__ TAG #


#cat /etc/cups/cupsd.conf >/dev/usb/lp0
print something...


Can someone to help me?

6
Installation and Upgrades / Re: [SOLVED] Backup outgoing email
« on: August 06, 2010, 11:32:09 am »
many thanks

7
Installation and Upgrades / Re: Change mount point
« on: August 04, 2010, 10:26:39 am »
nobody can help me?

8
Installation and Upgrades / Re: Backup outgoing email
« on: August 02, 2010, 03:01:49 pm »
What version of ebox are you on?

1.2.3


It's very easy to turn it on with an older version though, just add the line:
Code: [Select]
always_bcc = someone@domain.comto your main.cf.mas file

Yes, it works.
But only for out-going mail, I suppose (now I can't check this)


Thank you very much.

9
Installation and Upgrades / Change mount point
« on: July 31, 2010, 09:31:31 am »
From fstab:

# /dev/sda1
 /               ext3    relatime,errors=remount-ro 0       1

# /dev/sda3
 /home           ext3    relatime,usrquota,grpquota        0       2

# /dev/sdb1
 /var            ext3    relatime        0       2


I want to put /var under root directory in sda1 and /mnt/backup in sdb1.

How can I do this?

Thank you.

10
Installation and Upgrades / Re: Backup outgoing email
« on: July 31, 2010, 08:21:18 am »
I don't see this this option.

In then Virtual Domains page there are 3 columns concerning Mail virtual domains: Name, Aliases, Action. I click the Edit icon in then Action column. The row of the mail virtual domain become orange and at the top of the page I read "Name:<mymailvirtualdomainname>" and I see two buttons, Change and Cancel. Nothing else. (and if I click the Change button I see the rotating "work in progress" indicator, but nothing happen...)


Edit:

no one of the *VDomain*.pm files seem to contain the "Send a copy of all mail domains" string

11
Installation and Upgrades / Re: Backup outgoing email
« on: July 30, 2010, 08:56:05 am »
Thank you very much.

But if I already have create my domain? How can I set this option?

12
Installation and Upgrades / [SOLVED] Backup outgoing email
« on: July 28, 2010, 05:00:32 pm »
I want to backup all the email sent with ebox smtp server forwarding a copy at backup@mydomain.local.
How can I do this?

Thank you.

13
Installation and Upgrades / Space problem
« on: May 31, 2010, 04:31:01 pm »
I had mount  / directory, /home directory and /var directory in different disk.

Now / is full.

How can I release some space?

Thank you.

14
Installation and Upgrades / Re: Errors during upgrading
« on: January 11, 2010, 08:08:47 am »

Quote
The packages installation has not finished correctly . More information on the logs

root command sh -c 'export DEBIAN_FRONTEND="noninteractive" && apt-get install -f --yes' failed. Error output

same error. have you find the problem?

15
Installation and Upgrades / Re: group share disk quota
« on: August 28, 2009, 03:47:35 pm »
My problem: group share directory seem to be space limited ("no space in device" error when I try to copy 2,5GB directory in the group share directory)

The limit is due to specific user quota setting ... not so well, given that we talk about share directory

Pages: [1] 2