Amethyst Archive Errors and solutions

All documents from the original Software Support Library (SSL)

Moderators: Leon van Heerden, Luanda_Junzi, Belinda Frick, Lee Hendricks

Amethyst Archive Errors and solutions

Postby Leon van Heerden » Wed Oct 01, 2014 1:55 pm

This post lists issues that has been identified with Amethyst Archiving and how to address them.

Windows Shares

Error 95 : Security type
This is usually an indication of a protocol mismatch between the server and the client.
Try and add the Samba Version variable to the mount command.
add this to the end of the mount command:
Code: Select all
,vers=1.0

Supported "vers" values are 1.0, 2.0, 2.1, 3.0 and 3.02

Other security issues that could possibly assist:
When trying to mount a Windows Share from a Normal Windows Server without a domain, This error was encountered:
Code: Select all
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

Workaround: Set the security to type ntlm by adding the following to the end of your username on the Archive Configuration screen.
Code: Select all
,sec=ntlm


Error 13 : Wrong Username or Password
When you have the username, password or domain incorrect, you can get this error. Fix the log details.
Code: Select all
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)


This is another error that also means that the login and password is incorrect:
Code: Select all
mount: block device //192.168.0.1/AmethystBackup is write-protected, mounting read-only
mount: cannot mount block device //192.168.0.1/AmethystBackup read-only


Language Settings in Ubuntu
If the Language settings is not set correctly, you may see these tipe of errors in the Webadmin logs. This can be fixed by using the correct Language in the startup scrips of the Amethyst Server.
Code: Select all
GUARDIAN: Error checking system: '1.88' is not a valid floating point value


Set the follow value in the rc.local or the start of the webadmin.
Code: Select all
export LANG=C


Error 6: No such device or address
Code: Select all
Retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

This error means that the share name that you are trying to use is not correct. Check that the correct share name is used. If you browse to the server from a windows PC you should be able to see the shares listed.
For Linux you can run
Code: Select all
smbclient -L //192.168.1.1 -U 'domain\user'

This will list the shares.

Error 112: Host is down
Code: Select all
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)


I can ping the IP, but the mount doesn't work.
running the Smbclient List shares gives an error:
Code: Select all
smbclient -L //172.18.0.250 -U datatex

Code: Select all
read_fd_with_timeout failed, read error = NT_STATUS_CONNECTION_RESET.
Receiving SMB: Server 172.18.0.250 stopped responding
session request to 172.18.0.250 failed (Read error: Connection reset by peer)
protocol negotiation failed: NT_STATUS_CONNECTION_RESET


Most online posts point to the fact that the Windows Firewall is blocking the File and print share.

UNDER INVESTIGATION.
----
Leon van Heerden
http://www.datatex.co.za
Leon van Heerden
 
Posts: 332
Joined: Fri Oct 29, 2010 11:21 am
Location: Cape Town

Return to Support Archive's (Amethyst)

Who is online

Users browsing this forum: No registered users and 1 guest

cron