Export wont work

Forum for questions and support relating to the 1.24.x releases only.
Locked
killervette
Posts: 7
Joined: Sat Jan 09, 2010 11:26 pm

Export wont work

Post by killervette »

Ok, so i am running Ubuntu 9.04 server. Everything seems to be working except for export. I checked /var/www/temp and it creates 2 files. zmExport.tar.gz and zmFileList. The files are empty though. What should i do?
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

do you have the libs for zip and tar files.

try this

sudo apt-get install libzip

that might be wrong



Also go browse around the log files it will help. There in. /var/log/
killervette
Posts: 7
Joined: Sat Jan 09, 2010 11:26 pm

Post by killervette »

kingofkya wrote:do you have the libs for zip and tar files.

try this

sudo apt-get install libzip

that might be wrong



Also go browse around the log files it will help. There in. /var/log/
It says couldnt find package libzip
curtishall
Posts: 440
Joined: Sat Sep 25, 2004 12:45 am
Location: Fulton, MO

Post by curtishall »

killervette wrote:
kingofkya wrote:do you have the libs for zip and tar files.

try this

sudo apt-get install libzip

that might be wrong



Also go browse around the log files it will help. There in. /var/log/
It says couldnt find package libzip
try libarchive1:

libarchive1 - Single library to read/write tar, cpio, pax, zip, iso9660, etc.


ubuntu's libzip is apparently only for reading
--
Curtis Hall
Bluecherry
www.bluecherrydvr.com
store.bluecherry.net
killervette
Posts: 7
Joined: Sat Jan 09, 2010 11:26 pm

Post by killervette »

installed it...no dice. still doesnt do anything. what log should i look at?
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

look at the logs.

The next guss is where ever then temp folder is zm dosen't have permission. Post some of your logs for more help.
Locked