PhonicUK.com Forums

 

These forums are no longer active. Please visit the new forums at forums.phonicuk.com


Forum Index >> McMyAdmin >> View Thread

You are logged in as: Guest

Viewing Thread: Backup not working!


 #1 Posted: 1/16/2011 11:29:42 PM GMT
Poster:
mbbk1992 Regular User
Regular User

12 posts
OS Version: Ubuntu 10.04 LTS
OS Architecture: x86
(Linux Only) Mono Version: 2.4.4
McMyAdmin Version:0.8.2.5 Personal
Prolem Summary: When i try to make a backup it gives me following error:

[Error] 01/18/2011 07:22:00 Unable to backup world
[Debug] 01/18/2011 07:22:00 Exception in McMyAdmin
An exception was thrown by the type initializer for Ionic.Zip.ZipFile
  at h.a (System.Object A_0) [0x00000]
[Debug] 01/18/2011 07:22:00 Inner Exception in mscorlib
Encoding name 'IBM437' not supported
Parameter name: name
  at System.Text.Encoding.GetEncoding (System.String name) [0x00000]
  at Ionic.Zip.ZipFile..cctor () [0x00000]
[Debug] 01/18/2011 07:28:36 Java start arguments: -server  -Xmx1114M -Xms1114M -jar minecraft_server.jar nogui

Actions to reproduce the problem: Manual backup
Expected ehaviour:  Error!

 

 

You need to login to report or quote posts. 

 #2 Posted: 1/16/2011 11:34:26 PM GMT
Poster:
PhonicUK Admin
Administrator

1431 posts
That's very weird. I don't know what's causing that.

What is your default system language?

Edit:

You're using Mono 2.4.4 which is unsupported. You must update to 2.6.7 or above.

 

Please only download PhonicUK software from PhonicUK.com!

 

Edited 1/16/2011 11:38:20 PM by PhonicUK: Mono version.

You need to login to report or quote posts. 

 #3 Posted: 1/17/2011 12:06:02 AM GMT
Poster:
mbbk1992 Regular User
Regular User

12 posts
It might not be your concern. But i really dont have any clue how to update mono? -_-

 

 

You need to login to report or quote posts. 

 #4 Posted: 1/17/2011 2:53:14 AM GMT
Poster:
PhonicUK Admin
Administrator

1431 posts
http://badgerports.org/

 

Please only download PhonicUK software from PhonicUK.com!

 

You need to login to report or quote posts. 

 #5 Posted: 1/17/2011 3:15:18 AM GMT
Poster:
mbbk1992 Regular User
Regular User

12 posts
Okay ive done following:

I have added: deb http://badgerports.org lucid main
to the sources.list file.

Used apt-key add [keyfile]

Used apt-get update

But when i use apt-get install mono it returns:

root@li268-196:~# apt-get install mono
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mono is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package mono has no installation candidate

What am i doing wrong?

 

 

Edited 1/17/2011 3:15:58 AM by mbbk1992: .

You need to login to report or quote posts. 

 #6 Posted: 1/17/2011 3:39:37 AM GMT
Poster:
PhonicUK Admin
Administrator

1431 posts
No idea, try irc.freenode.net #ubuntu

 

Please only download PhonicUK software from PhonicUK.com!

 

You need to login to report or quote posts. 

 #7 Posted: 1/17/2011 4:49:10 AM GMT
Poster:
Gilmour Regular User
Regular User

5 posts
I'm getting the same issue with 2.6 (Mono JIT compiler version 2.6.7 (Debian 2.6.7-3ubuntu1~dhx1)) on Unbuntu 10.04LTS

 

 

You need to login to report or quote posts. 

 #8 Posted: 1/17/2011 6:16:41 AM GMT
Poster:
PhonicUK Admin
Administrator

1431 posts
What is your default system language?

 

Please only download PhonicUK software from PhonicUK.com!

 

You need to login to report or quote posts. 

 #9 Posted: 1/17/2011 6:25:32 AM GMT
Poster:
Gilmour Regular User
Regular User

5 posts
locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

 

 

You need to login to report or quote posts. 

 #10 Posted: 1/17/2011 6:58:13 AM GMT
Poster:
PhonicUK Admin
Administrator

1431 posts
Are these Ubuntu Server or Ubuntu Desktop installs?

What is the UI language specified at install time?

 

Please only download PhonicUK software from PhonicUK.com!

 

You need to login to report or quote posts. 

 #11 Posted: 1/17/2011 7:27:27 AM GMT
Poster:
Gilmour Regular User
Regular User

5 posts
Its a Linode VPS pre-set distribution.  It doesnt specify that its the server version


$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.04.1 LTS
Release:        10.04

I modified the locale to specify a language:

LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

But the same issue occurs.

 

 

You need to login to report or quote posts. 

 #12 Posted: 1/17/2011 7:53:45 AM GMT
Poster:
PhonicUK Admin
Administrator

1431 posts
I'm unable to replicate the issue. But I'll keep looking to see if I can find anything.

 

Please only download PhonicUK software from PhonicUK.com!

 

You need to login to report or quote posts. 

 #13 Posted: 1/17/2011 8:04:07 AM GMT
Poster:
Gilmour Regular User
Regular User

5 posts
Much Appreciated.  The backup functionality worked prior to the 1.2 update

 

 

You need to login to report or quote posts. 

 #14 Posted: 1/17/2011 8:25:08 AM GMT
Poster:
PhonicUK Admin
Administrator

1431 posts
Can someone try deleting their worlds "Players" folder (Or moving it so its not included in the backup) and seeing if that allows the backup to continue?

 

Please only download PhonicUK software from PhonicUK.com!

 

You need to login to report or quote posts. 

 #15 Posted: 1/17/2011 8:40:31 AM GMT
Poster:
Gilmour Regular User
Regular User

5 posts
apt-get install libmono-i18n2.0-cil

Fixes the issue (assuming you got Mono from Badgerports)

It needed the Internationalization libraries (I18N)

 

 

You need to login to report or quote posts. 

 #16 Posted: 1/17/2011 10:03:00 AM GMT
Poster:
PhonicUK Admin
Administrator

1431 posts
Quote from Gilmour:

apt-get install libmono-i18n2.0-cil

Fixes the issue (assuming you got Mono from Badgerports)

It needed the Internationalization libraries (I18N)


Thanks! I'll add it to the prereqs.

 

Please only download PhonicUK software from PhonicUK.com!

 

You need to login to report or quote posts.