[SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Hi! I've not been using kde for a while, but now I decided to install new release (4.3). But I can't start it. I start KDM, press login, it starts loading kde (one icon of hard drive appears) and it falls back to console with this message in /var/log/kdm.log:
X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH i686
Current Operating System: Linux axell 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
Build Date: 03 August 2009 08:45:00PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 6 16:34:45 2009
(==) Using config file: "/etc/X11/xorg.conf"
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
Setting master
Dropping master
(EE) intel(0): Failed to initialize kernel memory manager
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
Backtrace:
0: /usr/bin/X(xorg_backtrace+0x3b) [0x813171b]
1: /usr/bin/X(xf86SigHandler+0x9e) [0x80caf0e]
2: [0xb7eed400]
3: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_memory+0x203) [0xb791b9f3]
4: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_framebuffer+0x2b9) [0xb791c109]
5: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_2d_memory+0xeb) [0xb791c42b]
6: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7911565]
7: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7915e8f]
8: /usr/bin/X(AddScreen+0x198) [0x8071788]
9: /usr/bin/X(InitOutput+0x72e) [0x80af88e]
10: /usr/bin/X(main+0x1cb) [0x8071e9b]
11: /lib/libc.so.6(__libc_start_main+0xe6) [0xb7aafa36]
12: /usr/bin/X [0x8071511]
Fatal server error:
Caught signal 11. Server aborting
Kernel, xorg-server, drivers, hal and other related packages are up to date.
Xorg.0.log has the same error messages.
BTW, xfce4 still works and xfce4's composition works fine.
I need some solution I want to try kde 4.3
P.S. I'm running Arch x86 on Benq laptop with integrated intel 945GM video.
Last edited by Axell (2009-08-08 03:20:17)

And my xorg.conf is here (X doesn't start without xorg.conf).
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dri2"
Load "dbe"
Load "record"
Load "glx"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
#Section "InputDevice"
# Identifier "Mouse0"
# Driver "synaptics"
# Option "Protocol" "synaptics"
# Option "Device" "/dev/psaux"
# Option "ZAxisMapping" "4 5 6 7"
#EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
Option "DRI" "TRUE" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Option "AccelMethod" "XAA"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Last edited by Axell (2009-08-06 13:48:45)

Similar Messages

  • Captivate 3 shows skin in preview but not when I run after published?

    Captivate 3 shows skin in preview but not when I run after published.  It shows it is included, what's up?

    Is the Skin externalised?  If so, perhaps Flash Global Security is interfering:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/how-to-set-up-flash-global -security
    You could also try NOT externalising the skin.

  • Binary not present in /run after compiling [solved]

    Hello,
    I'm comipiling john with CUDA support on x86_64. I have cuda-toolkit installed and after adding -L /usr/lib -lstdc++ to the linker flag it looks like it finished without errors.
    According to INSTALL the binary john should be in ../run/ after his but nothing is there. Running it as root did not help. Any clues?
    tim@archbox ~/john-1.7.9-jumbo-6/src % sudo make clean linux-x86-64-cuda
    rm -f ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/undrop ../run/ssh2john ../run/pdf2john ../run/rar2john ../run/zip2john ../run/genmkvpwd ../run/mkvcalcproba ../run/calc_stat ../run/tgtsnarf ../run/racf2john ../run/mozilla2john ../run/hccap2john ../run/pwsafe2john ../run/raw2dyna ../run/keepass2john john.local.conf ../run/john.bin ../run/john.com ../run/unshadow.com ../run/unafs.com ../run/unique.com ../run/undrop.com ../run/ssh2john.com ../run/pdf2john.com ../run/rar2john.com ../run/zip2john ../run/racf2john.com ../run/mozilla2john.com ../run/hccap2john.com ../run/pwsafe2john.com ../run/keepass2john.com john.local.conf ../run/john.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe ../run/undrop.exe ../run/ssh2john.exe ../run/pdf2john.exe ../run/rar2john.exe ../run/zip2john.exe ../run/genmkvpwd.exe ../run/mkvcalcproba.exe ../run/calc_stat.exe ../run/racf2john.exe ../run/mozilla2john.exe ../run/hccap2john.exe ../run/pwsafe2john.exe ../run/raw2dyna.exe ../run/keepass2john.exe john.local.conf ../run/john-mingw.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe ../run/undrop.exe ../run/ssh2john.exe ../run/pdf2john.exe ../run/rar2john.exe ../run/zip2john.exe ../run/genmkvpwd.exe ../run/mkvcalcproba.exe ../run/calc_stat.exe ../run/racf2john.exe ../run/mozilla2john.exe ../run/hccap2john.exe ../run/pwsafe2john.exe ../run/raw2dyna.exe ../run/keepass2john.exe john.local.conf
    rm -f ../run/john.exe john-macosx-* *.o *.bak core
    rm -f ../run/*.cl ../run/*.h ../run/office2john ../run/vncpcap2john
    rm -f detect bench para-bench generic.h arch.h tmp.s
    rm -f cuda/*.o cuda/*~ *~ ../run/SIPdump
    rm -f fmt_registers.h fmt_externs.h john_build_rule.h
    cp /dev/null Makefile.dep
    ln -f -s x86-64.h arch.h
    make ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/undrop ../run/ssh2john ../run/pdf2john ../run/rar2john ../run/zip2john ../run/genmkvpwd ../run/mkvcalcproba ../run/calc_stat ../run/tgtsnarf ../run/racf2john ../run/mozilla2john ../run/hccap2john ../run/pwsafe2john ../run/raw2dyna ../run/keepass2john john.local.conf \
    JOHN_OBJS=" DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o BSDI_fmt.o MD5_fmt.o MD5_std.o BF_fmt.o BF_std.o AFS_fmt.o LM_fmt.o trip_fmt.o timer.o md5_go.o md5_eq.o md5.o rc4.o hmacmd5.o base64.o md4.o dynamic_fmt.o dynamic_parser.o dynamic_preloads.o dynamic_utils.o rawSHA224_fmt.o rawSHA256_fmt.o rawSHA384_fmt.o rawSHA512_fmt.o hmacMD5_fmt.o hmacSHA1_fmt.o hmacSHA224_fmt.o hmacSHA256_fmt.o hmacSHA384_fmt.o hmacSHA512_fmt.o episerver_fmt.o keepass_fmt.o pwsafe_fmt.o XSHA512_fmt.o hmailserver_fmt.o dragonfly3_fmt.o dragonfly4_fmt.o drupal7_fmt.o django_fmt.o cryptsha256_fmt.o cryptsha512_fmt.o SybaseASE_fmt.o SKEY_fmt.o ssh_fmt.o ssh2john.o pdf_fmt.o pdf2john.o pdfcrack_common.o pdfcrack_md5.o pdfparser.o pdfcrack.o pdfcrack_rc4.o unrarcmd.o unrarfilter.o unrarhlp.o unrar.o unrarppm.o unrarvm.o rar_fmt.o rar2john.o rawSHA0_fmt.o zip_fmt.o zip2john.o gladman_hmac.o gladman_pwd2key.o racf2john.o pwsafe2john.o keepass2john.o wpapsk_fmt.o hccap2john.o mozilla_fmt.o KeyDBCracker.o mozilla_des.o lowpbe.o mozilla2john.o NETNTLMv2_fmt_plug.o NETLMv2_fmt_plug.o odf_fmt_plug.o mskrb5_fmt_plug.o gost_fmt_plug.o osc_fmt_plug.o sapB_fmt_plug.o pixMD5_fmt_plug.o NETNTLM_fmt_plug.o PHPS_fmt_plug.o rawMD5_fmt_plug.o mysql_fmt_plug.o wbb3_fmt_plug.o MSCHAPv2_fmt_plug.o mscash1_fmt_plug.o KRB4_fmt_plug.o IPB2_fmt_plug.o rawMD4_fmt_plug.o NS_fmt_plug.o mssql05_fmt_plug.o rawSHA1_linkedIn_fmt_plug.o XSHA_fmt_plug.o salted_sha1_fmt_plug.o mysqlSHA1_fmt_plug.o NETLM_fmt_plug.o EPI_fmt_plug.o DMD5_fmt_plug.o NETSPLITLM_fmt_plug.o mssql-old_fmt_plug.o crc32_fmt_plug.o md4_gen_fmt_plug.o KRB4_std_plug.o sapG_fmt_plug.o mediawiki_fmt_plug.o phpassMD5_fmt_plug.o KRB5_std_plug.o DOMINOSEC_fmt_plug.o keychain_fmt_plug.o office_fmt_plug.o nt2_fmt_plug.o racf_fmt_plug.o rawSHA1_fmt_plug.o pkzip_fmt_plug.o sha1_gen_fmt_plug.o oracle11_fmt_plug.o rawmd5u_fmt_plug.o KRB5_fmt_plug.o gost_plug.o NT_fmt_plug.o PO_fmt_plug.o sip_fmt_plug.o HDAA_fmt_plug.o vnc_fmt_plug.o lotus5_fmt_plug.o mscash2_fmt_plug.o oracle_fmt_plug.o nsldap_fmt_plug.o BFEgg_fmt_plug.o rawSHA1_ng_fmt.o plugin.o dummy.o batch.o bench.o charset.o common.o compiler.o config.o cracker.o crc32.o external.o formats.o getopt.o idle.o inc.o john.o list.o loader.o logger.o math.o memory.o misc.o options.o params.o path.o recovery.o rpp.o rules.o signals.o single.o status.o tty.o wordlist.o mkv.o mkvlib.o fake_salts.o win32_memmap.o unicode.o unshadow.o unafs.o undrop.o unique.o cuda_common.o cuda_cryptmd5_fmt.o cuda_cryptmd5.o cuda_phpass_fmt.o cuda_phpass.o cuda_cryptsha256_fmt.o cuda_cryptsha256.o cuda_cryptsha512_fmt.o cuda_cryptsha512.o cuda_mscash2_fmt.o cuda_mscash2.o cuda_rawsha256_fmt.o cuda_rawsha256.o cuda_rawsha224_fmt.o cuda_rawsha224.o cuda_mscash_fmt.o cuda_mscash.o cuda_xsha512_fmt.o cuda_xsha512.o cuda_wpapsk_fmt.o cuda_wpapsk.o cuda_rawsha512_fmt.o cuda_rawsha512.o cuda_pwsafe_fmt.o cuda_pwsafe.o c3_fmt.o x86-64.o sse-intrinsics.o" \
    CFLAGS="-c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native" \
    ASFLAGS="-c -march=native" \
    LDFLAGS="-s -L/usr/local/lib -L/usr/local/ssl/lib -lssl -lcrypto -lm -lz -L/opt/cuda-toolkit/lib64 -lcrypt -ldl -lcudart -march=native"
    make[1]: Entering directory `/home/tim/john-1.7.9-jumbo-6/src'
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops DES_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops DES_std.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops DES_bs.c
    DES_bs.c:310:25: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -Os -funroll-loops -finline-functions DES_bs_b.c
    DES_bs_b.c:1415:26: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    In file included from DES_bs_b.c:1087:0:
    nonstd.c:2956:1: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    nonstd.c:2602:1: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    nonstd.c:1406:1: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    nonstd.c:1250:1: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    nonstd.c:1115:1: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    nonstd.c:744:1: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    nonstd.c:443:1: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    nonstd.c:136:1: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    DES_bs_b.c:1000:26: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops BSDI_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops MD5_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops MD5_std.c
    MD5_std.c:587:24: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops BF_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops BF_std.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops AFS_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops LM_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops trip_fmt.c
    trip_fmt.c:341:26: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    trip_fmt.c:294:26: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops timer.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops md5_go.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops md5_eq.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops md5.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rc4.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops hmacmd5.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops base64.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops md4.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops dynamic_fmt.c
    dynamic_fmt.c: In Funktion »cmp_all«:
    dynamic_fmt.c:1267:4: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    dynamic_fmt.c: In Funktion »cmp_all_64_4x6«:
    dynamic_fmt.c:1306:4: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops dynamic_parser.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops dynamic_preloads.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops dynamic_utils.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawSHA224_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawSHA256_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawSHA384_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawSHA512_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops hmacMD5_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops hmacSHA1_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops hmacSHA224_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops hmacSHA256_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops hmacSHA384_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops hmacSHA512_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops episerver_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops keepass_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pwsafe_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops XSHA512_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops hmailserver_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops dragonfly3_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops dragonfly4_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops drupal7_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops django_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops cryptsha256_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops cryptsha512_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops SybaseASE_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops SKEY_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops ssh_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops ssh2john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pdf_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pdf2john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pdfcrack_common.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pdfcrack_md5.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pdfparser.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pdfcrack.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pdfcrack_rc4.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unrarcmd.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unrarfilter.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unrarhlp.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unrar.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unrarppm.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unrarvm.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rar_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rar2john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawSHA0_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops zip_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops zip2john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops gladman_hmac.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops gladman_pwd2key.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops racf2john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pwsafe2john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops keepass2john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops wpapsk_fmt.c
    wpapsk_fmt.c:68:26: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    In file included from wpapsk_fmt.c:15:0:
    wpapsk.h:158:26: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops hccap2john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mozilla_fmt.c
    mozilla_fmt.c:282:2: Warnung: #warning Note: Mozilla format disabled, un-comment HAVE_NSS in Makefile if you have NSS installed. [-Wcpp]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops KeyDBCracker.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mozilla_des.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops lowpbe.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mozilla2john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops NETNTLMv2_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops NETLMv2_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops odf_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mskrb5_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops gost_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops osc_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops sapB_fmt_plug.c
    sapB_fmt_plug.c: In Funktion »crypt_all«:
    sapB_fmt_plug.c:476:5: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pixMD5_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops NETNTLM_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops PHPS_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawMD5_fmt_plug.c
    rawMD5_fmt_plug.c: In Funktion »get_key«:
    rawMD5_fmt_plug.c:215:2: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mysql_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops wbb3_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops MSCHAPv2_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mscash1_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops KRB4_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops IPB2_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawMD4_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops NS_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mssql05_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawSHA1_linkedIn_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops XSHA_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops salted_sha1_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mysqlSHA1_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops NETLM_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops EPI_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops DMD5_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops NETSPLITLM_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mssql-old_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops crc32_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops md4_gen_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops KRB4_std_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops sapG_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mediawiki_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops phpassMD5_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops KRB5_std_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops DOMINOSEC_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops keychain_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops office_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops nt2_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops racf_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawSHA1_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops pkzip_fmt_plug.c
    pkzip_fmt_plug.c:1135:12: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    pkzip_fmt_plug.c:1048:12: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops sha1_gen_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops oracle11_fmt_plug.c
    oracle11_fmt_plug.c: In Funktion »crypt_all«:
    oracle11_fmt_plug.c:302:4: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:303:5: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:305:4: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:306:5: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:319:4: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:320:5: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:333:4: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:334:5: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:336:4: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:337:5: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:342:4: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:343:5: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:345:4: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    oracle11_fmt_plug.c:346:5: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln [-Wstrict-aliasing]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawmd5u_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops KRB5_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops gost_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops NT_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops PO_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops sip_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops HDAA_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops vnc_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops lotus5_fmt_plug.c
    lotus5_fmt_plug.c:176:19: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    lotus5_fmt_plug.c:159:1: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mscash2_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops oracle_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops nsldap_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops BFEgg_fmt_plug.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rawSHA1_ng_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops plugin.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops dummy.c
    dummy.c:98:21: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops batch.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops bench.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops charset.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops common.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops compiler.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops config.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops cracker.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops crc32.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops external.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops formats.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops getopt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops idle.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops inc.c
    sed -n 's/^\(struct fmt_main [^ ]*\) =.*/extern \1;/p' *_fmt_plug.c > fmt_externs.h
    sed -n 's/^struct fmt_main \([^ ]*\) =.*/john_register_one(\&\1);/p' *_fmt_plug.c > fmt_registers.h
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops -O0 john.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops list.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops loader.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops logger.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops math.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops memory.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops misc.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops options.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops params.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops path.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops recovery.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rpp.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops rules.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops signals.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops single.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops status.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops tty.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops wordlist.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mkv.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mkvlib.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops fake_salts.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops win32_memmap.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unicode.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unshadow.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unafs.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops undrop.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops unique.c
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 cuda_common.cu
    ptxas info : Compiling entry function '__cuda_dummy_entry__' for 'sm_20'
    ptxas info : Used 2 registers, 32 bytes cmem[0]
    mv cuda/cuda_common.o cuda_common.o
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 cryptmd5.cu
    ptxas info : Compiling entry function '_Z14kernel_crypt_rP18crypt_md5_passwordP15crypt_md5_crack' for 'sm_20'
    ptxas info : Function properties for _Z14kernel_crypt_rP18crypt_md5_passwordP15crypt_md5_crack
    64 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
    ptxas info : Used 32 registers, 10240+0 bytes smem, 48 bytes cmem[0], 24 bytes cmem[14], 8 bytes cmem[16]
    mv cuda/cryptmd5.o cuda_cryptmd5.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_cryptmd5_fmt.c
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 phpass.cu
    ptxas info : Compiling entry function '_Z13kernel_phpassPhP12phpass_crack' for 'sm_20'
    ptxas info : Function properties for _Z13kernel_phpassPhP12phpass_crack
    32 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
    ptxas info : Used 33 registers, 48 bytes cmem[0], 28 bytes cmem[2]
    mv cuda/phpass.o cuda_phpass.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_phpass_fmt.c
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 cryptsha256.cu
    ptxas info : Compiling entry function '_Z14kernel_crypt_rP21crypt_sha256_passwordPj' for 'sm_20'
    ptxas info : Function properties for _Z14kernel_crypt_rP21crypt_sha256_passwordPj
    400 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
    ptxas info : Used 50 registers, 7680+0 bytes smem, 48 bytes cmem[0], 256 bytes cmem[2], 8 bytes cmem[14], 8 bytes cmem[16]
    mv cuda/cryptsha256.o cuda_cryptsha256.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_cryptsha256_fmt.c
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 cryptsha512.cu
    ptxas info : Compiling entry function '_Z14kernel_crypt_rP21crypt_sha512_passwordP17crypt_sha512_hash' for 'sm_20'
    ptxas info : Function properties for _Z14kernel_crypt_rP21crypt_sha512_passwordP17crypt_sha512_hash
    600 bytes stack frame, 92 bytes spill stores, 96 bytes spill loads
    ptxas info : Used 63 registers, 5120+0 bytes smem, 48 bytes cmem[0], 640 bytes cmem[2], 8 bytes cmem[14], 20 bytes cmem[16]
    mv cuda/cryptsha512.o cuda_cryptsha512.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_cryptsha512_fmt.c
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 mscash2.cu
    ptxas info : Compiling entry function '_Z13pbkdf2_kernelP16mscash2_passwordP12mscash2_hash' for 'sm_20'
    ptxas info : Function properties for _Z13pbkdf2_kernelP16mscash2_passwordP12mscash2_hash
    152 bytes stack frame, 20 bytes spill stores, 20 bytes spill loads
    ptxas info : Used 63 registers, 48 bytes cmem[0], 8 bytes cmem[14]
    mv cuda/mscash2.o cuda_mscash2.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_mscash2_fmt.c
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 -DSHA256 rawsha256.cu -o rawsha256.o
    ptxas info : Compiling entry function '_Z13kernel_sha256P15sha256_passwordP11sha256_hash' for 'sm_20'
    ptxas info : Function properties for _Z13kernel_sha256P15sha256_passwordP11sha256_hash
    40 bytes stack frame, 36 bytes spill stores, 36 bytes spill loads
    ptxas info : Used 63 registers, 48 bytes cmem[0], 32 bytes cmem[2]
    mv cuda/rawsha256.o cuda_rawsha256.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -DSHA256 cuda_rawsha256_fmt.c
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 -DSHA224 rawsha256.cu -o rawsha224.o
    ptxas info : Compiling entry function '_Z13kernel_sha256P15sha256_passwordP11sha224_hash' for 'sm_20'
    ptxas info : Function properties for _Z13kernel_sha256P15sha256_passwordP11sha224_hash
    40 bytes stack frame, 36 bytes spill stores, 36 bytes spill loads
    ptxas info : Used 63 registers, 48 bytes cmem[0], 32 bytes cmem[2]
    mv cuda/rawsha224.o cuda_rawsha224.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -DSHA224 cuda_rawsha256_fmt.c -o cuda_rawsha224_fmt.o
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 mscash.cu
    ptxas info : Compiling entry function '_Z13mscash_kernelP15mscash_passwordP11mscash_hash' for 'sm_20'
    ptxas info : Function properties for _Z13mscash_kernelP15mscash_passwordP11mscash_hash
    112 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
    ptxas info : Used 28 registers, 48 bytes cmem[0], 20 bytes cmem[2]
    mv cuda/mscash.o cuda_mscash.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_mscash_fmt.c
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 xsha512.cu
    ptxas info : Compiling entry function '_Z14kernel_xsha512P11xsha512_keyP12xsha512_hashPA110_c' for 'sm_20'
    ptxas info : Function properties for _Z14kernel_xsha512P11xsha512_keyP12xsha512_hashPA110_c
    648 bytes stack frame, 444 bytes spill stores, 444 bytes spill loads
    ptxas info : Used 63 registers, 56 bytes cmem[0], 656 bytes cmem[2], 8 bytes cmem[14], 12 bytes cmem[16]
    ptxas info : Compiling entry function '_Z14kernel_cmp_alliPyPh' for 'sm_20'
    ptxas info : Function properties for _Z14kernel_cmp_alliPyPh
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
    ptxas info : Used 8 registers, 56 bytes cmem[0], 656 bytes cmem[2], 8 bytes cmem[14]
    mv cuda/xsha512.o cuda_xsha512.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_xsha512_fmt.c -o cuda_xsha512_fmt.o
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 wpapsk.cu
    ptxas info : Compiling entry function '_Z20wpapsk_pbkdf2_kernelP15wpapsk_passwordP11wpapsk_hash' for 'sm_20'
    ptxas info : Function properties for _Z20wpapsk_pbkdf2_kernelP15wpapsk_passwordP11wpapsk_hash
    152 bytes stack frame, 16 bytes spill stores, 16 bytes spill loads
    ptxas info : Function properties for _Z9hmac_sha1PjS_S_PKhih
    64 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
    ptxas info : Used 63 registers, 48 bytes cmem[0], 8 bytes cmem[14]
    mv cuda/wpapsk.o cuda_wpapsk.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_wpapsk_fmt.c
    In file included from cuda_wpapsk.h:8:0,
    from cuda_wpapsk_fmt.c:12:
    wpapsk.h:158:26: Warnung: always_inline könnte nicht als inline erzeugt werden [-Wattributes]
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 rawsha512.cu
    ptxas info : Compiling entry function '_Z13kernel_sha512P10sha512_keyPA1_y' for 'sm_20'
    ptxas info : Function properties for _Z13kernel_sha512P10sha512_keyPA1_y
    648 bytes stack frame, 444 bytes spill stores, 444 bytes spill loads
    ptxas info : Used 63 registers, 48 bytes cmem[0], 648 bytes cmem[2], 12 bytes cmem[16]
    ptxas info : Compiling entry function '_Z14kernel_cmp_alliPyPh' for 'sm_20'
    ptxas info : Function properties for _Z14kernel_cmp_alliPyPh
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
    ptxas info : Used 8 registers, 56 bytes cmem[0], 648 bytes cmem[2]
    mv cuda/rawsha512.o cuda_rawsha512.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_rawsha512_fmt.c -o cuda_rawsha512_fmt.o
    cd cuda; nvcc -c -Xptxas -v -arch sm_20 pwsafe.cu
    ptxas info : Compiling entry function '_Z13kernel_pwsafeP11pwsafe_passP11pwsafe_saltP11pwsafe_hash' for 'sm_20'
    ptxas info : Function properties for _Z13kernel_pwsafeP11pwsafe_passP11pwsafe_saltP11pwsafe_hash
    552 bytes stack frame, 40 bytes spill stores, 40 bytes spill loads
    ptxas info : Used 63 registers, 56 bytes cmem[0]
    mv cuda/pwsafe.o cuda_pwsafe.o
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native cuda_pwsafe_fmt.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops c3_fmt.c
    gcc -c -march=native x86-64.S
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops sse-intrinsics.c
    gcc -L /usr/lib -lstdc++ DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o BSDI_fmt.o MD5_fmt.o MD5_std.o BF_fmt.o BF_std.o AFS_fmt.o LM_fmt.o trip_fmt.o timer.o md5_go.o md5_eq.o md5.o rc4.o hmacmd5.o base64.o md4.o dynamic_fmt.o dynamic_parser.o dynamic_preloads.o dynamic_utils.o rawSHA224_fmt.o rawSHA256_fmt.o rawSHA384_fmt.o rawSHA512_fmt.o hmacMD5_fmt.o hmacSHA1_fmt.o hmacSHA224_fmt.o hmacSHA256_fmt.o hmacSHA384_fmt.o hmacSHA512_fmt.o episerver_fmt.o keepass_fmt.o pwsafe_fmt.o XSHA512_fmt.o hmailserver_fmt.o dragonfly3_fmt.o dragonfly4_fmt.o drupal7_fmt.o django_fmt.o cryptsha256_fmt.o cryptsha512_fmt.o SybaseASE_fmt.o SKEY_fmt.o ssh_fmt.o ssh2john.o pdf_fmt.o pdf2john.o pdfcrack_common.o pdfcrack_md5.o pdfparser.o pdfcrack.o pdfcrack_rc4.o unrarcmd.o unrarfilter.o unrarhlp.o unrar.o unrarppm.o unrarvm.o rar_fmt.o rar2john.o rawSHA0_fmt.o zip_fmt.o zip2john.o gladman_hmac.o gladman_pwd2key.o racf2john.o pwsafe2john.o keepass2john.o wpapsk_fmt.o hccap2john.o mozilla_fmt.o KeyDBCracker.o mozilla_des.o lowpbe.o mozilla2john.o NETNTLMv2_fmt_plug.o NETLMv2_fmt_plug.o odf_fmt_plug.o mskrb5_fmt_plug.o gost_fmt_plug.o osc_fmt_plug.o sapB_fmt_plug.o pixMD5_fmt_plug.o NETNTLM_fmt_plug.o PHPS_fmt_plug.o rawMD5_fmt_plug.o mysql_fmt_plug.o wbb3_fmt_plug.o MSCHAPv2_fmt_plug.o mscash1_fmt_plug.o KRB4_fmt_plug.o IPB2_fmt_plug.o rawMD4_fmt_plug.o NS_fmt_plug.o mssql05_fmt_plug.o rawSHA1_linkedIn_fmt_plug.o XSHA_fmt_plug.o salted_sha1_fmt_plug.o mysqlSHA1_fmt_plug.o NETLM_fmt_plug.o EPI_fmt_plug.o DMD5_fmt_plug.o NETSPLITLM_fmt_plug.o mssql-old_fmt_plug.o crc32_fmt_plug.o md4_gen_fmt_plug.o KRB4_std_plug.o sapG_fmt_plug.o mediawiki_fmt_plug.o phpassMD5_fmt_plug.o KRB5_std_plug.o DOMINOSEC_fmt_plug.o keychain_fmt_plug.o office_fmt_plug.o nt2_fmt_plug.o racf_fmt_plug.o rawSHA1_fmt_plug.o pkzip_fmt_plug.o sha1_gen_fmt_plug.o oracle11_fmt_plug.o rawmd5u_fmt_plug.o KRB5_fmt_plug.o gost_plug.o NT_fmt_plug.o PO_fmt_plug.o sip_fmt_plug.o HDAA_fmt_plug.o vnc_fmt_plug.o lotus5_fmt_plug.o mscash2_fmt_plug.o oracle_fmt_plug.o nsldap_fmt_plug.o BFEgg_fmt_plug.o rawSHA1_ng_fmt.o plugin.o dummy.o batch.o bench.o charset.o common.o compiler.o config.o cracker.o crc32.o external.o formats.o getopt.o idle.o inc.o john.o list.o loader.o logger.o math.o memory.o misc.o options.o params.o path.o recovery.o rpp.o rules.o signals.o single.o status.o tty.o wordlist.o mkv.o mkvlib.o fake_salts.o win32_memmap.o unicode.o unshadow.o unafs.o undrop.o unique.o cuda_common.o cuda_cryptmd5_fmt.o cuda_cryptmd5.o cuda_phpass_fmt.o cuda_phpass.o cuda_cryptsha256_fmt.o cuda_cryptsha256.o cuda_cryptsha512_fmt.o cuda_cryptsha512.o cuda_mscash2_fmt.o cuda_mscash2.o cuda_rawsha256_fmt.o cuda_rawsha256.o cuda_rawsha224_fmt.o cuda_rawsha224.o cuda_mscash_fmt.o cuda_mscash.o cuda_xsha512_fmt.o cuda_xsha512.o cuda_wpapsk_fmt.o cuda_wpapsk.o cuda_rawsha512_fmt.o cuda_rawsha512.o cuda_pwsafe_fmt.o cuda_pwsafe.o c3_fmt.o x86-64.o sse-intrinsics.o -s -L/usr/local/lib -L/usr/local/ssl/lib -lssl -lcrypto -lm -lz -L/opt/cuda-toolkit/lib64 -lcrypt -ldl -lcudart -march=native -o ../run/john
    rm -f ../run/unshadow
    ln -s john ../run/unshadow
    rm -f ../run/unafs
    ln -s john ../run/unafs
    rm -f ../run/unique
    ln -s john ../run/unique
    rm -f ../run/undrop
    ln -s john ../run/undrop
    rm -f ../run/ssh2john
    ln -s john ../run/ssh2john
    rm -f ../run/pdf2john
    ln -s john ../run/pdf2john
    rm -f ../run/rar2john
    ln -s john ../run/rar2john
    rm -f ../run/zip2john
    ln -s john ../run/zip2john
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops genmkvpwd.c
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops -D_JOHN_MISC_NO_LOG misc.c -o miscnl.o
    gcc -L /usr/lib -lstdc++ genmkvpwd.o mkvlib.o memory.o miscnl.o -s -L/usr/local/lib -L/usr/local/ssl/lib -lssl -lcrypto -lm -lz -L/opt/cuda-toolkit/lib64 -lcrypt -ldl -lcudart -march=native -o ../run/genmkvpwd
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops mkvcalcproba.c
    gcc -L /usr/lib -lstdc++ mkvcalcproba.o -s -L/usr/local/lib -L/usr/local/ssl/lib -lssl -lcrypto -lm -lz -L/opt/cuda-toolkit/lib64 -lcrypt -ldl -lcudart -march=native -o ../run/mkvcalcproba
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops calc_stat.c
    gcc -L /usr/lib -lstdc++ calc_stat.o -s -L/usr/local/lib -L/usr/local/ssl/lib -lssl -lcrypto -lm -lz -L/opt/cuda-toolkit/lib64 -lcrypt -ldl -lcudart -march=native -o ../run/calc_stat
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops tgtsnarf.c
    gcc -L /usr/lib -lstdc++ tgtsnarf.o -s -L/usr/local/lib -L/usr/local/ssl/lib -lssl -lcrypto -lm -lz -L/opt/cuda-toolkit/lib64 -lcrypt -ldl -lcudart -march=native -o ../run/tgtsnarf
    rm -f ../run/racf2john
    ln -s john ../run/racf2john
    make[1]: Für das Ziel »../run/mozilla2john« ist nichts zu tun.
    rm -f ../run/hccap2john
    ln -s john ../run/hccap2john
    rm -f ../run/pwsafe2john
    ln -s john ../run/pwsafe2john
    gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_CRYPT -DHAVE_DL -DHAVE_CUDA -march=native -funroll-loops raw2dyna.c
    gcc -L /usr/lib -lstdc++ raw2dyna.o -s -L/usr/local/lib -L/usr/local/ssl/lib -lssl -lcrypto -lm -lz -L/opt/cuda-toolkit/lib64 -lcrypt -ldl -lcudart -march=native -o ../run/raw2dyna
    rm -f ../run/keepass2john
    ln -s john ../run/keepass2john
    [ -f ../run/john.local.conf ] || touch ../run/john.local.conf
    make[1]: Leaving directory `/home/tim/john-1.7.9-jumbo-6/src'
    sudo make clean linux-x86-64-cuda 58,74s user 1,67s system 97% cpu 1:02,27 total
    Kind regards,
    blackout23
    EDIT: Well don't mix up /run with ../run. I should really go to bed.
    Last edited by blackout23 (2012-09-14 23:54:08)

    Yes stupid me forgot that the initial dir also contains a run folder. But after reading run in the INSTALL file I had /run in my mind and was a bit puzzled why one should compile into that directory.
    Last edited by blackout23 (2012-09-14 23:56:22)

  • Not appearing the forms after login in to EBS

    Hi All,
    After login in to EBS clicking on any form based application foam not appearing through browser just it says done.From there its not getting any thing error also.
    But where as i am opening like this http://localhost.com:8000/dev60cgi/f60cgi i am getting.
    Even i ran the adadmin and autoconf also on both tier.Recently i have upgraded from Jint to Java plug in.
    please let me know if any one has solution for this problem.
    Thanks,
    Venkat.

    Venkat,
    Any errors in Apache log files?
    $IAS_ORACLE_HOME/Apache/Apache/logs
    $IAS_ORACLE_HOME/Apache/Jserv/logs
    $IAS_ORACLE_HOME/Apache/Jserv/logs/jvm
    Recently i have upgraded from Jint to Java plug inTo what version? Please mention the Note ID you followed.
    Enable trace and see if you get more details.
    Note: 452853.1 - How To View The Java Console And Enable Tracing For Sun JRE (Native Plug-in)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=452853.1
    Note: 549423.1 - How to enable tracing and logging for Sun JRE (Native Plug-in)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=549423.1
    You may also review the following note, it may be helpful.
    Note: 463363.1 - Cannot Launch Forms After Upgrading To JRE 1.5.0_xx
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=463363.1
    Note: 782315.1 - After Migrating to Sun JRE on the Client Forms Does Not Start When Selecting Responsibility
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=782315.1

  • Clonned server did not open new form after login

    Hi experts,
    After login sucessfuly, when click any form, it did not open any new form and not return any form. Can you please
    help me in this case.
    Thanks

    Please check whether you have any errors in the database log file or not.
    I could not find any error regarding the issue. Please give me step by step if you can assist to sort out
    the issue. I have no much experience regarding such issue. So I need more clearance and step by step instructions.Please rename Apache log files, restart the services, then reproduce the issue and check the log files.
    Also, please check if you have any errors in Jinitiator/JRE console window.
    Thanks,
    Hussein

  • [SOLVED] KDE I/O not working

    Hello, all.
    I have a wonderful little laptop running Arch with openbox. Earlier today, I decided to install Kate. In usage, I tried to save my file, at which point Kate crashed. I then re-opened Kate, and tried to open a file, and Kate crashed.
    So, I figured it might be a problem with Openbox, so, I installed KDE, and tried to run it in KDE. Well, it turns out, the plasma desktop won't load. It simply loads a white background, starts my programs in the autostart directory, but no desktop.
    Here is a screenshot. I opened Firefox from the terminal (Guake is one of my autostart programs) to demonstrate what happens when I open a window.
    When I initially installed Arch (about a month ago), I first installed KDE, because it was the easiest to install. Everything worked fine.
    A week or so ago, I had customized openbox to my satisfaction, so I uninstalled KDE. Before I did that, KWrite worked just fine. I tried Kwrite today, and I had the same I/O problems.
    The KDE Settings manager also refuses to load properly.
    Here is a screenshot of my vain attempt to run the KDE settings manager in Openbox (It has worked before).
    I found a post on an openSUSE forum with a similar issue. The solution in question did not solve my problem.
    I found nothing searching the ArchWiki or the Arch Forums.
    Basically, I am having trouble even isolating the problem, let alone solving it. Any help would be appreciated greatly.
    Cheers, Metgz.
    If it helps, here is the error traceback from the KDE crash handler:
    Application: Kate (kate), signal: Segmentation fault
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    [Current thread is 1 (Thread 0x7f0db9702780 (LWP 1153))]
    Thread 2 (Thread 0x7f0d9eac9700 (LWP 1154)):
    #0 0x00007f0db68bc954 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x00007f0d9f1d77a7 in ?? () from /usr/lib/libQtScript.so.4
    #2 0x00007f0d9f1d77d9 in ?? () from /usr/lib/libQtScript.so.4
    #3 0x00007f0db68b8e0f in start_thread () from /usr/lib/libpthread.so.0
    #4 0x00007f0db905d31d in clone () from /usr/lib/libc.so.6
    Thread 1 (Thread 0x7f0db9702780 (LWP 1153)):
    [KCrash Handler]
    #5 0x00007f0db38ac220 in KFileDialog::KFileDialog(KUrl const&, QString const&, QWidget*, QWidget*) () from /usr/lib/libkio.so.5
    #6 0x00007f0db38a8a9b in KEncodingFileDialog::KEncodingFileDialog(QString const&, QString const&, QString const&, QString const&, KFileDialog::OperationMode, QWidget*) () from /usr/lib/libkio.so.5
    #7 0x00007f0db38a988a in KEncodingFileDialog::getSaveUrlAndEncoding(QString const&, QString const&, QString const&, QWidget*, QString const&) () from /usr/lib/libkio.so.5
    #8 0x00007f0d9f828335 in KateDocument::documentSaveAs() () from /usr/lib/libkatepartinterfaces.so.4
    #9 0x00007f0d9f82ad72 in ?? () from /usr/lib/libkatepartinterfaces.so.4
    #10 0x00007f0db6f5db8f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
    #11 0x00007f0db8497f82 in QAction::triggered(bool) () from /usr/lib/libQtGui.so.4
    #12 0x00007f0db8498170 in QAction::activate(QAction::ActionEvent) () from /usr/lib/libQtGui.so.4
    #13 0x00007f0db88d2463 in ?? () from /usr/lib/libQtGui.so.4
    #14 0x00007f0db88d8849 in ?? () from /usr/lib/libQtGui.so.4
    #15 0x00007f0db78203a0 in KMenu::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libkdeui.so.5
    #16 0x00007f0db84eda49 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
    #17 0x00007f0db88d9afb in QMenu::event(QEvent*) () from /usr/lib/libQtGui.so.4
    #18 0x00007f0db849e18c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
    #19 0x00007f0db84a2e6b in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
    #20 0x00007f0db7766df6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
    #21 0x00007f0db6f486ae in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
    #22 0x00007f0db849efcb in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/libQtGui.so.4
    #23 0x00007f0db851999c in ?? () from /usr/lib/libQtGui.so.4
    #24 0x00007f0db8518861 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4
    #25 0x00007f0db853ea22 in ?? () from /usr/lib/libQtGui.so.4
    #26 0x00007f0db6602845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    #27 0x00007f0db6602b78 in ?? () from /usr/lib/libglib-2.0.so.0
    #28 0x00007f0db6602c34 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
    #29 0x00007f0db6f76b66 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
    #30 0x00007f0db853e69e in ?? () from /usr/lib/libQtGui.so.4
    #31 0x00007f0db6f473ff in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
    #32 0x00007f0db6f47688 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
    #33 0x00007f0db6f4c328 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
    #34 0x00007f0db93244cd in kdemain () from /usr/lib/libkdeinit4_kate.so
    #35 0x00007f0db8f98725 in __libc_start_main () from /usr/lib/libc.so.6
    #36 0x0000000000400721 in _start ()
    Last edited by metgz (2012-12-27 22:37:52)

    Lone wolf: I just re-installed all of KDE, but to no avail.
    If I am not mistaken, the 's' will prevent needed packages from being removed, and, because it proceeds 'c', will override it.
    REMOVE OPTIONS
    -c, --cascade
    Remove all target packages, as well as all packages that depend on one or more target packages. This operation is recursive, and must be used with care since it
    can remove many potentially needed packages.
    -n, --nosave
    Instructs pacman to ignore file backup designations. Normally, when a file is removed from the system the database is checked to see if the file should be
    renamed with a .pacsave extension.
    -s, --recursive
    Remove each target specified including all of their dependencies, provided that (A) they are not required by other packages; and (B) they were not explicitly
    installed by the user. This operation is recursive and analogous to a backwards --sync operation, and helps keep a clean system without orphans. If you want to
    omit condition (B), pass this option twice.
    -u, --unneeded
    Removes targets that are not required by any other packages. This is mostly useful when removing a group without using the -c option, to avoid breaking any
    dependencies.
    hout orphans. If you want to
    omit condition (B), pass this option twice.
    Perhaps I should be using -Runs instead.
    As for more potentially helpful info: I decided to try out various KDE applications to see if they would work. The links go to screenshots.
    Dolphin - No (See a screenshot of Nemo for comparison).
    Konsole - Yes
    Konqueror No
    Kate - No
    KWrite - No
    Plasma desktop - No
    KDE system settings - No

  • [SOLVED] Pacman and yaourt not working when run with "sudo"

    Hi,
    I am an Arch newbie, just installed Arch 3.10 on my machine. I access internet through a proxy server and I'm facing this strange problem -
    Pacman is unable to fetch packages when I run it through sudo - "sudo pacman -S smplayer" (It gives network unreachable error).
    However when I run it through root, it retrieves those same packages successfully.
    yaourt also faces a similar kind of problem -
    When I run it through sudo or as root, it is unable to retrieve packages which can be downloaded by pacman. But, when I run pacman to download those same packages, it is able to do so.
    I am using gnome 3.8, and use radiotray ( It's for listening online radios ). When I run it via 'Alt-F2' or as a startup application, it's not able to connect to any radio station ( which means it's not connecting to the internet ). However, on running it via terminal, it connects to the internet successfully. Are these 2 problems related ? I'm facing the first one even without loading gnome, so it's not gnome's problem, i guess.
    I can ping successfully through my administrator as well as root account, connect to the internet via browser, and ssh, git, bzr are also working fine.
    What can I do to resolve this ?
    Thanks
    Last edited by parinporecha (2013-09-12 06:01:06)

    parinporecha wrote:
    To configure proxy, I added the line "export http_proxy=PROXY_LINK" to the bashrc files of user and root.
    Regarding Arch 3.10, yes i meant the installation media from 2013.09.01 ( kernel 3.10 )
    That's why root works, but not sudo. Sudo clears the environment. See man sudo and man sudoers.

  • [solved] KDE Desktop themes - not applying fully

    Changing the Desktop Theme in KDE has always just applied to Plasma panels for me. But looking around elsewhere it looks like it should be changing icons, window decorations, colours, basically everything. Any idea why it would not be working? There are no errors printed to stdout while it's changing.
    Last edited by 12eason (2012-11-07 00:29:30)

    Hmm, no they don't. Whole theming system such as it is gives you a lot of choices too, and lots of room for easy personalization. I'm not much of a fan of standard plasma theme, but I like icons and window decoration. So, if everything was so 'integrated', if I understood your point correctly, replacing just one part that I don't like would also require replacing all the others. And that would be unnecessary mess. Choices are good, that's why we like to have them.

  • [Solved]KDE. Spellcheck not working.

    So, far I've tried installing hunspell, hunspell-en, enchant, aspell-en. I've also enabled "Automatic spell checking enabled by default".
    pacman -Qqi kdelibs
    Name : kdelibs
    Version : 4.9.1-1
    What can I do? Thanks
    Last edited by archie0 (2012-09-22 13:25:01)

    arojas wrote:Which application are you talking about? Try changing to another variant in systemsettings -> local -> spell checking
    Default KDE applications like: Kate, KWrite, Konversation. Etc. Now it works in Konversation and KWrite, in Kate doesn't.
    Edit: My fault. KDE is a bit konfusing. Spell check now works in all the above applications. You have to activate spell check for each app in their settings menu.
    Anyways, I'm using hunspell + hunspell-en. Why can't I remove aspell and enchant? Enchant needs aspell, kdelibs needs enchant. Dependenception.
    Last edited by archie0 (2012-09-22 08:29:32)

  • Android applicatio​ns will not open or run after upgrading to BlackBerry 10 OS version 10.3.1

    I have a BlackBerry Q10 when I install 10.2.1 same error now I upgrade then be same problem android apps not working or not run
    Solved!
    Go to Solution.

    Hi and Welcome to the Community!
    I recommend you reload your OS via AutoLoader, to the most recent version just released Friday:
    http://supportforums.blackberry.com/t5/BlackBerry-​10-OS-Device-Software/Upgrading-OS10-devices-using​...
    Be sure you take a full backup prior, and perhaps even use Ultimate Backup...sometimes LINK won't restore everything properly, so it depends on how critical your data is that is strictly on the device (e.g., SMS).
    Oh, and btw...OS versions are always 4 octets, not merely 3...and there may be tremendous differences between versions that have the same 3 starting octets.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I am not able to run after I've installed MF3.6. Now it will not let me uninstall the program.

    Time Warner told me that because I was running 3 browsers I had a "conflict". I had Mozilla, Google Chrome, and Internet Explorer8. We had a poweroutage on cable: both tv and computer (Time Warner's problem). When power came back I could not open my Mozilla Firefox, the other browsers were working. This problem began approximately on Jan 28, 2011. I had the older version of Firefox on Jan. 28th. I was not able to uninstall this from my computer without the help from the tech at Time Warner. We then installed the newer version 3.6. Removed Google Chrome. Again I could not get 3.6 to open. Time Warner told me to contact the manufacturer because "something was afecting my registry".
    I contacted ZT, through the Safe Mode we uninstalled 3.6 and installed 3.6. Again, it does not open . I tried to uninstall the progam again and the same message appears: that it is in the process of uninstalling or changing, but it does not start the process of uninstalling. ZT told me to contact Mozilla Firefox.
    I have been using Mozilla Firefox for years and would like to continue-
    please help me,

    Make sure you take package structure into account.
    If you have say
    package testing.things;
    public class Test
        public static void main(String[] args)
            System.out.println("World Hello");
    }in file Test.java, you compile it with (assuming your current working directory is at the folder in which the source file is located).
    javac -d . Test.javaand run it with
    java testing.things.TestThe -d . option creates the output at the current directory (with a folder structure matching your package structure).
    #

  • Custom backup jobs dont run after OS upgrade from 2000 to 2003R2

    Hey Everyone,
    We upgraded our OS server from 2000 to 2003R2 and now when we try to run / create oracle suggested backups i cant even start the process i keep getting:
    Connection to XXXXXas user XXXXX failed.
    We have oracle 10.2.0.4 installed
    Any ideas would be appreciated
    thank you,
    Kal

    I can log into the database using SQLPLUS with no issues and the agent starts fine on the server. When i go to GRID Control and try to create a new oracle suggested back i use the local admin account and i get the error i mentioned before. I have added him to the log as a batch and log in as a service assignments however still i get the error.can you please describe once again, where you are trying to connect and what is the error message. if any logfiles then it would more helpful.
    Thanks

  • [SOLVED] USB webcam mic not working in Skype after pulseaudio install

    I've followed the advice in the wikis
    https://wiki.archlinux.org/index.php/skype#Skype_sound
    https://wiki.archlinux.org/index.php/Al … ure_device
    but it's still not working.  Hoping someone can help me troubleshoot.  I did a test video using guvcview and the mic worked fine and the video had audio.
    Solution:
    Uninstalled pulseaudio
    Installed apulse from AUR
    Created and edited ~/.asoundrc as per https://wiki.archlinux.org/index.php/Al … ure_device
    Invoke skype:
    $ apulse skype
    Last edited by bpont (2014-11-17 05:44:24)

    Do you have pulseaudio installed or not? both of the solutions you posted are intended to be used if one doesn't want to use pulseaudio and both aren't necessary if you are actually using pulseaudio.

  • Snow Leopard (10.6.2) aborts everything I try to run after login

    Afternoon,
    I have a new mac mini with Snow Leopard (10.6.2), fully patched and configured. This box sees my local nets, nfs mounts, OpenLDAP, etc, and seems to work fine for local accounts (root). I can ssh(1) into this box using a domain account (samba NT4 PDC, v3.3.3) and this seems to work just fine. When I log onto the head of the mac mini using a domain account, that still works over ssh(1), I get logged in but very quickly (moments) nothing will start. Terminal crashes, safari will not launch, after terminal crashes it will not relaunch.
    I can't even log out.
    I must ssh(1) using the same account, sudo to root, then 'shutdown -r now' to get the box to start again.
    The ldap queries are working ok both when I ssh(1) in and do a 'ls -l /home' I see the right resolved user names coming from OpenLDAP. When I log into the console I see my home directory (/home/$USER) with the right files, etc. The NFS mounts (/home) come from a Fedora Core 5 linux box.
    I'm not trying to use the mac mini as a server. I'm trying to get it to work as an orderly component of my internal network.
    What is going on here and how do I fix the situation? I have this same problem with an iMac 27" running Snow Leopard (10.6.2), so I don't think this is hardware related.
    Mike

    It turns out that there's something wrong about permissions.
    Here's the fix:
    (1) log in as the +root user+
    (2) type +chown -R Michael:staff ~Michael+
    (3) log out the +root user+
    (4) log in your account
    (5) done!
    Hope this thread will help those who encounter the same problem as me!

  • Not passing proper ID after login

    Hi,
    I have a site set up which requires users to login based on
    user name, password and level. I have been testing it and I am able
    to log in as different users with different access levels.
    The issue is that regardless of who I login as the only ID
    that gets passed is the very first one. Any ideas?

    I tried the solution from this article
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19204
    which unfortunately did not do the trick.
    It still only see the first user after I login regardless of
    who I login as. I have included the login page and the index page
    codes hoping someone can see something. Also included a list page
    which is really the master page that displays all of the records.
    The funny thing is when I click on "Details" from the list page it
    passes the correct "ID" just fine.

Maybe you are looking for