Sign in to follow this  
khafir

(Linux) Unable to unzip server files

3 posts in this topic

Hello All,

So with the latest update I decided to start over from fresh with a clean server build and from the very beginning I'm running into some basic issues, like not being able to unzip the server files. Unzipping the client files worked fine but I'm getting the following error when unzipping the server files. Anyone know what's up with this? Yes I know I could unzip the file on my Win desktop and then FTP them over but I don't want to do that. What's going on here? Solution anyone?

Spoiler

 

[steam@localhost arma3]$ wget http://85.25.202.58/download-all-the-files/@ExileServer-0.9.4.zip
--2015-12-17 15:40:34-- http://85.25.202.58/download-all-the-files/@ExileServer-0.9.4.zip
Connecting to 85.25.202.58:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://exile.majormittens.co.uk/downloads/ [following]
--2015-12-17 15:40:34-- http://exile.majormittens.co.uk/downloads/
Resolving exile.majormittens.co.uk (exile.majormittens.co.uk)... 104.24.111.252, 104.24.110.252
Connecting to exile.majormittens.co.uk (exile.majormittens.co.uk)|104.24.111.252|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘@ExileServer-0.9.4.zip’

    [ <=>                                                                                                                          ] 28,207      --.-K/s   in 0.02s

2015-12-17 15:40:34 (1.67 MB/s) - ‘@ExileServer-0.9.4.zip’ saved [28207]

[steam@localhost arma3]$ ls -ltr
total 56568
-rwxrwxr-x 1 steam steam        8 Dec 17 15:36 steam_appid.txt
-rwxrwxr-x 1 steam steam     1633 Dec 17 15:37 readme_jemalloc.txt
-rwxrwxr-x 1 steam steam     4020 Dec 17 15:37 arma3server_readme.txt
-rwxrwxr-x 1 steam steam   214228 Dec 17 15:37 libPhysX3Cooking_x86.so
-rwxrwxr-x 1 steam steam   202648 Dec 17 15:37 libsteam_api.so
-rwxrwxr-x 1 steam steam   198520 Dec 17 15:37 libtier0_s.so
-rwxrwxr-x 1 steam steam   266817 Dec 17 15:37 libvstdlib_s.so
-rwxrwxr-x 1 steam steam  1741211 Dec 17 15:37 libPhysX3Common_x86.so
-rwxrwxr-x 1 steam steam  4217996 Dec 17 15:37 libsteam.so
-rwxrwxr-x 1 steam steam  3578886 Dec 17 15:37 libPhysX3_x86.so
-rwxrwxr-x 1 steam steam 29279856 Dec 17 15:37 arma3server
-rwxrwxr-x 1 steam steam 18139707 Dec 17 15:37 steamclient.so
drwxrwxr-x 4 steam steam       89 Dec 17 15:37 steamapps
drwxrwxr-x 3 steam steam       19 Dec 17 15:37 curator
drwxrwxr-x 2 steam steam    16384 Dec 17 15:37 addons
drwxrwxr-x 2 steam steam     4096 Dec 17 15:37 dta
drwxrwxr-x 3 steam steam       19 Dec 17 15:37 heli
drwxrwxr-x 3 steam steam       19 Dec 17 15:37 kart
drwxrwxr-x 3 steam steam       19 Dec 17 15:37 mark
drwxrwxr-x 2 steam steam       21 Dec 17 15:37 keys
drwxrwxr-x 2 steam steam       23 Dec 17 15:37 mpmissions
drwxrwxr-x 2 steam steam       39 Dec 17 15:37 battleye
-rw-rw-r-- 1 steam steam    28207 Dec 17 15:40 @ExileServer-0.9.4.zip
[steam@localhost arma3]$ unzip \@ExileServer-0.9.4.zip
Archive:  @ExileServer-0.9.4.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of @ExileServer-0.9.4.zip or
        @ExileServer-0.9.4.zip.zip, and cannot find @ExileServer-0.9.4.zip.ZIP, period.

 


 

Edited by khafir

Share this post


Link to post
Share on other sites

Its easy to unpack your @ExileServer-0.9.4.zip files.  The reason is that you cant unpack it without the tool for zip.

 

  1. Open Terminal and connect to your server ( putty)
  2. wget http://85.25.202.58/download-all-the-files/@ExileServer-0.9.4.zip
  3. use command "      sudo apt-get install zip unzip    " 
  4. to unzip files  you need to use command  "     unzip @ExileServer-0.9.4.zip    " 

Thats all :)

Hope that was what you needed .

Best regards

Matthew

Share this post


Link to post
Share on other sites

Doesn't work for me too... If I download the file in a browser it works fine. But using wget the servr returns just the download page:

 

exile@b99c53f95df2:~$ wget http://85.25.202.58/download-all-the-files/@ExileServer-0.9.4.zip
--2016-02-25 12:30:35--  http://85.25.202.58/download-all-the-files/@ExileServer-0.9.4.zip
Connecting to 85.25.202.58:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://exile.majormittens.co.uk/downloads/ [following]
--2016-02-25 12:30:35--  http://exile.majormittens.co.uk/downloads/
Resolving exile.majormittens.co.uk (exile.majormittens.co.uk)... 104.24.111.252, 104.24.110.252
Connecting to exile.majormittens.co.uk (exile.majormittens.co.uk)|104.24.111.252|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: '@ExileServer-0.9.4.zip'

    [ <=>                                                                                                                                                                                                ] 26,823      --.-K/s   in 0.006s  

2016-02-25 12:30:36 (4.44 MB/s) - '@ExileServer-0.9.4.zip' saved [26823]

exile@b99c53f95df2:~$ file @ExileServer-0.9.4.zip
@ExileServer-0.9.4.zip: HTML document, UTF-8 Unicode text, with very long lines, with CRLF, LF line terminators
exile@b99c53f95df2:~$ head @ExileServer-0.9.4.zip
<!DOCTYPE html><html lang="en-US" dir="ltr"><head><title>Official Arma 3 Exile Mod Downloads</title>
<!--[if lt IE 9]>
			<link rel="stylesheet" type="text/css" href="http://exile.majormittens.co.uk/uploads/css_built_4/5e61784858ad3c11f00b5706d12afe52_ie8.css.3f6327c0c2e633c3b851b5c852d8480d.css">
		    <script src="http://exile.majormittens.co.uk/applications/core/interface/html5shiv/html5shiv.js"></script>
		<![endif]-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="http://exile.majormittens.co.uk/uploads/monthly_2016_01/512x.png.ba721d45aa4e8d39b80659aa501a45ed.png">
<meta property="og:site_name" content="Exile Mod">
<meta property="og:locale" content="en_US">

So having a mirror would be great

Edited by Blacksheep

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.