Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Sat, 02 Jun 2012 08:49:52 -0600
From: Oscar Schultz <schultzoscar@...il.com>
To: john-users@...ts.openwall.com
Subject: Introduction to the list

Hello to the list members.

I am Oscar Schultz.
My interest in john-the-ripper is to get it to run on the IBM Z hardware.
The OS is SuSE 11 SP 1. The cpu is an IBM Z IFL.

Hopefully someone on the list can help me with the best.sh step to generate a 
basic arch.h.

the make step runs without error return codes.
trying a make clean generic fails after the detect step in the best.sh step.

The error message is :
./best.sh "make" \
                "DES_fmt.o DES_std.o" \
                "DES_bs_b.o" \
                "MD5_fmt.o MD5_std.o" \
                "BF_fmt.o BF_std.o"
./best.sh: line 20: 60033 Illegal instruction     ./detect $MODE 1 0 0 0 0 0 > 
arch.h
./best.sh: line 20: 60034 Illegal instruction     ./detect $MODE 1 0 0 0 0 0 > 
arch.h
./best.sh: line 20: 60035 Illegal instruction     ./detect $MODE 1 0 0 0 0 0 > 
arch.h
./best.sh: line 20: 60036 Illegal instruction     ./detect $MODE 1 0 0 0 0 0 > 
arch.h
./best.sh: line 20: 60037 Illegal instruction     ./detect $MODE 1 0 0 0 0 0 > 
arch.h
./best.sh: line 33: 60038 Illegal instruction     ./detect $DES_BEST 0 0 0 0 0 
0 > arch.h

trying a manual

./detect 1 0 0 0 0 0 0

returns:
/*
 * Architecture specific parameters. This is a generated file, do not edit.
 */

#ifndef _JOHN_ARCH_H
#define _JOHN_ARCH_H

#define ARCH_WORD                       long
#define ARCH_SIZE                       8
#define ARCH_BITS                       64
#define ARCH_BITS_LOG                   6
#define ARCH_BITS_STR                   "64"
#define ARCH_LITTLE_ENDIAN              0
#define ARCH_INT_GT_32                  0
#define ARCH_ALLOWS_UNALIGNED           0
#define ARCH_INDEX(x)                   ((unsigned int)(unsigned char)(x))

#define OS_TIMER                        0
#define OS_FLOCK                        0

#define CPU_DETECT                      0

#define DES_ASM                         0
Illegal instruction

thanks 
oscar



Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.