Problems with zlib

When a try to inflate a stream, it always return needDictionary and result array is 0.
I try to use setDictionary:
Inflater decompresser = new Inflater();
decompresser.setInput(output, 0, 156);
Adler32 adler = new Adler32();
adler.update(output, 0, 156);
long d = adler.getValue();
decompresser.setDictionary( longToDWord(d) );
resultLength = decompresser.inflate(result);
But it always have error:
Exception in thread "main" java.lang.IllegalArgumentException
at java.util.zip.Inflater.setDictionary(Native Method)
at java.util.zip.Inflater.setDictionary(Inflater.java:143)
at java.util.zip.Inflater.setDictionary(Inflater.java:157)
at testzlib.Main.main(Main.java:94) ==> resultLength = decompresser.inflate(result);
Java Result: 1
Why? I don't understand this error.

jotremar wrote:
byte[] result = new byte[5000];This shouldn't give an IllegalArgumentException.
It is data from network (slsk protocol)I'm not familiar with [*Soulseek*|http://en.wikipedia.org/wiki/Soulseek] protocol. Data compression is used for P-2-P transferts ?
"output" start with 0x78da3d8e410ac230 and end with 0x6e037fde4ffa3187
output must be an array of bytes that contains the compressed data. For what I understand, it makes a lot of bytes.
if packet is corrupted, do Inflater a warning about it?IMO, there's no compression at all. It would make no sense to compress MP3 files to shared them through a P-2-P network.

Similar Messages

  • [Solved] Problem with upgrading polkit or filesystem

    Ok so first off they do "upgrade" but the problem has me worried that something is wrong.
    A week or so ago after converting to systemd I tried getting rid of ConsoleKit and installing polkit 0.107 from the [testing] repo but it caused pacman to get stuck at "(1/1) upgrading polkit"  So I tried that a couple of times but I could never get pacman to finish and get past that.  I had to control + c to get out of that then type exit in the console (no text was visible that I typed however but typing exit + enter worked for closing it).  So I then opened a new terminal and downgraded polkit back to 0.105 and waited for polkit to get pushed from testing to see if it would fix my issue.  Fast forward to today and I go to upgrade my system.  Among the 83 updates or so was polkit and filesystem.  What do you know it gets stuck at "(15/83) upgrading polkit".  Fuck so I control + c, open new terminal and then do the upgrade again and it continues to update but this time it gets stuck doing the same thing for filesystem.  I control + c, open new terminal and continue the upgrade until it finishes, which it does this time, and I reboot.
    I tried re-installing polkit again and filesystem again but they continue to get stuck.  I cannot "complete" the upgrade even though they show the appropriate version when I check.
    Terminal
    [507] shauder@arch-desktop [~] $ sudo pacman -S polkit
    warning: polkit-0.107-4 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): polkit-0.107-4
    Total Installed Size: 1.77 MiB
    Net Upgrade Size: 0.00 MiB
    Proceed with installation? [Y/n]
    (1/1) checking package integrity [########################################################] 100%
    (1/1) loading package files [########################################################] 100%
    (1/1) checking for file conflicts [########################################################] 100%
    (1/1) checking available disk space [########################################################] 100%
    (1/1) upgrading polkit
    /var/log/pacman.log
    [2012-07-18 18:27] installed filesystem (2012.6-4)
    [2012-07-18 18:27] installed findutils (4.4.2-4)
    [2012-07-18 18:27] installed gawk (4.0.1-1)
    [2012-07-18 18:27] installed gettext (0.18.1.1-4)
    [2012-07-18 18:27] installed grep (2.13-2)
    [2012-07-18 18:27] installed sed (4.2.1-4)
    [2012-07-18 18:27] installed grub (0.97-21)
    [2012-07-18 18:27] installed gzip (1.5-1)
    [2012-07-18 18:27] installed gdbm (1.10-1)
    [2012-07-18 18:27] installed perl (5.16.0-2)
    [2012-07-18 18:27] installed openssl (1.0.1.c-1)
    [2012-07-18 18:27] installed libsasl (2.1.23-9)
    [2012-07-18 18:27] installed libldap (2.4.31-4)
    [2012-07-18 18:27] installed keyutils (1.5.5-3)
    [2012-07-18 18:27] installed krb5 (1.10.2-2)
    [2012-07-18 18:27] installed heirloom-mailx (12.5-3)
    [2012-07-18 18:27] installed inetutils (1.9.1-2)
    [2012-07-18 18:27] installed iproute2 (3.4.0-2)
    [2012-07-18 18:27] installed sysvinit (2.88-6)
    [2012-07-18 18:27] installed initscripts (2012.06.3-2)
    [2012-07-18 18:27] installed sysfsutils (2.1.0-8)
    [2012-07-18 18:27] >> Traceroute is now provided by core/traceroute
    [2012-07-18 18:27] installed iputils (20101006-4)
    [2012-07-18 18:27] installed jfsutils (1.1.15-3)
    [2012-07-18 18:27] installed less (444-3)
    [2012-07-18 18:27] installed licenses (2.9-1)
    [2012-07-18 18:27] installed linux-firmware (20120625-1)
    [2012-07-18 18:27] installed mkinitcpio-busybox (1.20.1-1)
    [2012-07-18 18:27] installed expat (2.1.0-1)
    [2012-07-18 18:27] installed libarchive (3.0.4-1)
    [2012-07-18 18:27] installed mkinitcpio (0.9.2-2)
    [2012-07-18 18:27] >>> Updating module dependencies. Please wait ...
    [2012-07-18 18:27] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-07-18 18:27] ==> Building image from preset: 'default'
    [2012-07-18 18:27] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-18 18:27] ==> Starting build: 3.4.5-1-ARCH
    [2012-07-18 18:27] -> Running build hook: [base]
    [2012-07-18 18:27] -> Running build hook: [udev]
    [2012-07-18 18:27] -> Running build hook: [autodetect]
    [2012-07-18 18:27] -> Running build hook: [pata]
    [2012-07-18 18:27] -> Running build hook: [scsi]
    [2012-07-18 18:27] -> Running build hook: [sata]
    [2012-07-18 18:27] -> Running build hook: [filesystems]
    [2012-07-18 18:27] -> Running build hook: [usbinput]
    [2012-07-18 18:27] -> Running build hook: [fsck]
    [2012-07-18 18:27] ==> Generating module dependencies
    [2012-07-18 18:27] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-07-18 18:27] bsdcpio: Failed to set default locale
    [2012-07-18 18:27] ==> Image generation successful
    [2012-07-18 18:27] ==> Building image from preset: 'fallback'
    [2012-07-18 18:27] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-18 18:27] ==> Starting build: 3.4.5-1-ARCH
    [2012-07-18 18:27] -> Running build hook: [base]
    [2012-07-18 18:27] -> Running build hook: [udev]
    [2012-07-18 18:27] -> Running build hook: [pata]
    [2012-07-18 18:27] -> Running build hook: [scsi]
    [2012-07-18 18:27] -> Running build hook: [sata]
    [2012-07-18 18:27] -> Running build hook: [filesystems]
    [2012-07-18 18:27] -> Running build hook: [usbinput]
    [2012-07-18 18:27] -> Running build hook: [fsck]
    [2012-07-18 18:27] ==> Generating module dependencies
    [2012-07-18 18:27] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-07-18 18:27] bsdcpio: Failed to set default locale
    [2012-07-18 18:27] ==> Image generation successful
    [2012-07-18 18:27] installed linux (3.4.5-1)
    [2012-07-18 18:27] installed logrotate (3.8.1-2)
    [2012-07-18 18:27] installed lvm2 (2.02.96-3)
    [2012-07-18 18:27] installed texinfo (4.13a-7)
    [2012-07-18 18:27] installed groff (1.21-2)
    [2012-07-18 18:27] installed libpipeline (1.2.1-1)
    [2012-07-18 18:27] it's recommended to create an initial
    [2012-07-18 18:27] database running as root:
    [2012-07-18 18:27] "/usr/bin/mandb --quiet"
    [2012-07-18 18:27] installed man-db (2.6.2-1)
    [2012-07-18 18:27] installed man-pages (3.41-1)
    [2012-07-18 18:27] installed mdadm (3.2.5-2)
    [2012-07-18 18:27] installed nano (2.2.6-2)
    [2012-07-18 18:27] installed ca-certificates (20120623-1)
    [2012-07-18 18:27] installed libssh2 (1.4.2-1)
    [2012-07-18 18:27] installed curl (7.26.0-1)
    [2012-07-18 18:27] installed pth (2.0.7-4)
    [2012-07-18 18:27] installed libksba (1.2.0-2)
    [2012-07-18 18:27] installed libassuan (2.0.3-1)
    [2012-07-18 18:27] installed pinentry (0.8.1-4)
    [2012-07-18 18:27] installed dirmngr (1.1.0-4)
    [2012-07-18 18:27] installed gnupg (2.0.19-2)
    [2012-07-18 18:27] installed gpgme (1.3.1-4)
    [2012-07-18 18:27] installed pacman-mirrorlist (20120626-1)
    [2012-07-18 18:27] installed archlinux-keyring (20120622-1)
    [2012-07-18 18:27] >>> Run `pacman-key --init; pacman-key --populate archlinux`
    [2012-07-18 18:27] >>> to import the data required by pacman for package verification.
    [2012-07-18 18:27] >>> See: https://www.archlinux.org/news/having-pacman-verify-packages
    [2012-07-18 18:27] installed pacman (4.0.3-3)
    [2012-07-18 18:27] installed pciutils (3.1.10-1)
    [2012-07-18 18:27] installed pcmciautils (018-4)
    [2012-07-18 18:27] installed libnl (3.2.11-1)
    [2012-07-18 18:27] installed libusbx (1.0.12-2)
    [2012-07-18 18:27] installed libpcap (1.3.0-1)
    [2012-07-18 18:27] installed ppp (2.4.5-3)
    [2012-07-18 18:27] installed procps-ng (3.3.3-3)
    [2012-07-18 18:27] installed psmisc (22.19-1)
    [2012-07-18 18:27] installed reiserfsprogs (3.6.21-4)
    [2012-07-18 18:27] installed shadow (4.1.5.1-1)
    [2012-07-18 18:27] installed eventlog (0.2.12-3)
    [2012-07-18 18:27] installed syslog-ng (3.3.5-2)
    [2012-07-18 18:27] installed tar (1.26-2)
    [2012-07-18 18:27] installed usbutils (006-1)
    [2012-07-18 18:27] installed vi (1:050325-2)
    [2012-07-18 18:27] installed wget (1.13.4-1)
    [2012-07-18 18:27] installed which (2.20-5)
    [2012-07-18 18:27] installed dbus-core (1.6.2-2)
    [2012-07-18 18:27] installed wpa_supplicant (1.0-1)
    [2012-07-18 18:27] installed xfsprogs (3.1.8-2)
    [2012-07-18 18:27] installed m4 (1.4.16-2)
    [2012-07-18 18:27] installed autoconf (2.69-1)
    [2012-07-18 18:27] installed automake (1.12.2-1)
    [2012-07-18 18:27] installed binutils (2.22-9)
    [2012-07-18 18:27] installed bison (2.5.1-1)
    [2012-07-18 18:27] installed fakeroot (1.18.4-1)
    [2012-07-18 18:27] installed flex (2.5.35-5)
    [2012-07-18 18:27] installed mpfr (3.1.1-1)
    [2012-07-18 18:27] installed libmpc (0.9-2)
    [2012-07-18 18:27] installed isl (0.10-1)
    [2012-07-18 18:27] installed cloog (0.17.0-2)
    [2012-07-18 18:27] installed ppl (1.0-1)
    [2012-07-18 18:27] installed gcc (4.7.1-4)
    [2012-07-18 18:27] installed libltdl (2.4.2-6)
    [2012-07-18 18:27] installed libtool (2.4.2-6)
    [2012-07-18 18:27] installed make (3.82-4)
    [2012-07-18 18:27] installed patch (2.6.1-3)
    [2012-07-18 18:27] installed pkg-config (0.27-1)
    [2012-07-18 18:37] Running 'pacman -Syy'
    [2012-07-18 18:37] synchronizing package lists
    [2012-07-18 18:38] Running 'pacman -Syy'
    [2012-07-18 18:38] synchronizing package lists
    [2012-07-18 18:39] Running 'pacman -S sudo'
    [2012-07-18 18:43] Running 'pacman -S sudo'
    [2012-07-18 18:44] Running 'pacman -S sudo'
    [2012-07-18 18:44] installed sudo (1.8.5.p2-1)
    [2012-07-18 18:45] Running 'pacman -S alsa-utils'
    [2012-07-18 18:46] installed alsa-lib (1.0.25-1)
    [2012-07-18 18:46] installed dialog (1.1_20120706-1)
    [2012-07-18 18:46] installed libogg (1.3.0-1)
    [2012-07-18 18:46] installed flac (1.2.1-3)
    [2012-07-18 18:46] installed libvorbis (1.3.3-1)
    [2012-07-18 18:46] installed libsndfile (1.0.25-2)
    [2012-07-18 18:46] installed libsamplerate (0.1.8-1)
    [2012-07-18 18:46] installed alsa-utils (1.0.25-3)
    [2012-07-18 18:46] Running 'pacman -S alsa-plugins'
    [2012-07-18 18:46] installed alsa-plugins (1.0.25-2)
    [2012-07-18 18:48] Running 'pacman -S xorg-server xorg-xinit xorg-server-utils'
    [2012-07-18 18:48] installed xproto (7.0.23-1)
    [2012-07-18 18:48] installed libxdmcp (1.1.1-1)
    [2012-07-18 18:48] installed freetype2 (2.4.10-1)
    [2012-07-18 18:48] installed libfontenc (1.1.1-1)
    [2012-07-18 18:48] installed fontsproto (2.1.2-1)
    [2012-07-18 18:48] installed libxfont (1.4.5-1)
    [2012-07-18 18:48] installed libpciaccess (0.13.1-1)
    [2012-07-18 18:48] installed libdrm (2.4.37-1)
    [2012-07-18 18:48] installed pixman (0.26.2-1)
    [2012-07-18 18:48] installed libxau (1.0.7-1)
    [2012-07-18 18:48] installed xcb-proto (1.7.1-1)
    [2012-07-18 18:48] installed libxcb (1.8.1-1)
    [2012-07-18 18:48] installed kbproto (1.0.6-1)
    [2012-07-18 18:48] installed libx11 (1.5.0-1)
    [2012-07-18 18:48] installed libxkbfile (1.0.8-1)
    [2012-07-18 18:48] installed xorg-xkbcomp (1.2.4-1)
    [2012-07-18 18:48] installed xkeyboard-config (2.6-1)
    [2012-07-18 18:48] installed xorg-setxkbmap (1.3.0-1)
    [2012-07-18 18:48] installed xorg-fonts-encodings (1.0.4-3)
    [2012-07-18 18:48] installed xorg-fonts-alias (1.0.2-2)
    [2012-07-18 18:48] installed xorg-bdftopcf (1.0.3-2)
    [2012-07-18 18:48] installed xorg-mkfontscale (1.1.0-1)
    [2012-07-18 18:48] installed xorg-mkfontdir (1.0.7-1)
    [2012-07-18 18:48] installed xorg-font-util (1.3.0-1)
    [2012-07-18 18:48] installed xorg-font-utils (7.6-3)
    [2012-07-18 18:48] updating font cache... done.
    [2012-07-18 18:48] installed fontconfig (2.8.0-2)
    [2012-07-18 18:49] Updating font cache... done.
    [2012-07-18 18:49] installed xorg-fonts-misc (1.0.1-2)
    [2012-07-18 18:49] installed xorg-server-common (1.12.3-1)
    [2012-07-18 18:49] installed xf86-input-evdev (2.7.0-2)
    [2012-07-18 18:49] installed xorg-server (1.12.3-1)
    [2012-07-18 18:49] installed xextproto (7.2.1-1)
    [2012-07-18 18:49] installed libxext (1.3.1-1)
    [2012-07-18 18:49] installed libice (1.0.8-1)
    [2012-07-18 18:49] installed libsm (1.2.1-1)
    [2012-07-18 18:49] installed libxt (1.1.3-1)
    [2012-07-18 18:49] installed libxmu (1.1.1-1)
    [2012-07-18 18:49] installed xorg-xauth (1.0.7-1)
    [2012-07-18 18:49] installed xorg-xinit (1.3.2-1)
    [2012-07-18 18:49] installed xorg-iceauth (1.0.5-1)
    [2012-07-18 18:49] installed xorg-sessreg (1.0.7-1)
    [2012-07-18 18:49] installed xorg-xcmsdb (1.0.4-1)
    [2012-07-18 18:49] installed renderproto (0.11.1-2)
    [2012-07-18 18:49] installed libxrender (0.9.7-1)
    [2012-07-18 18:49] installed randrproto (1.3.2-2)
    [2012-07-18 18:49] installed libxrandr (1.3.2-2)
    [2012-07-18 18:49] installed xorg-xbacklight (1.1.2-3)
    [2012-07-18 18:49] installed xf86vidmodeproto (2.3.1-2)
    [2012-07-18 18:49] installed libxxf86vm (1.1.2-1)
    [2012-07-18 18:49] installed xorg-xgamma (1.0.5-1)
    [2012-07-18 18:49] installed xorg-xhost (1.0.5-1)
    [2012-07-18 18:49] installed xorg-xrandr (1.3.5-1)
    [2012-07-18 18:49] installed inputproto (2.2-1)
    [2012-07-18 18:49] installed libxi (1.6.1-1)
    [2012-07-18 18:49] installed xineramaproto (1.2.1-2)
    [2012-07-18 18:49] installed libxinerama (1.1.2-1)
    [2012-07-18 18:49] installed xorg-xinput (1.6.0-1)
    [2012-07-18 18:49] installed xorg-xmodmap (1.0.7-1)
    [2012-07-18 18:49] installed mcpp (2.7.2-4)
    [2012-07-18 18:49] installed xorg-xrdb (1.0.9-2)
    [2012-07-18 18:49] installed xorg-xrefresh (1.0.4-3)
    [2012-07-18 18:49] installed xorg-xset (1.2.2-1)
    [2012-07-18 18:49] installed fixesproto (5.0-2)
    [2012-07-18 18:49] installed libxfixes (5.0-2)
    [2012-07-18 18:49] installed libxcursor (1.1.13-1)
    [2012-07-18 18:49] installed xorg-xsetroot (1.1.0-3)
    [2012-07-18 18:49] installed xorg-server-utils (7.6-3)
    [2012-07-18 18:50] Running 'pacman -S nvidia nvidia-utils'
    [2012-07-18 18:50] Running 'pacman -S nvidia nvidia-utils lib32-nvidia-utils'
    [2012-07-18 18:51] installed videoproto (2.3.1-2)
    [2012-07-18 18:51] installed libxv (1.0.7-1)
    [2012-07-18 18:51] installed libxvmc (1.0.7-1)
    [2012-07-18 18:51] installed nvidia-utils (302.17-1)
    [2012-07-18 18:51] In order to use nvidia module, reboot the system.
    [2012-07-18 18:51] installed nvidia (302.17-3)
    [2012-07-18 18:51] installed lib32-glibc (2.16.0-2)
    [2012-07-18 18:51] installed lib32-libxdmcp (1.1.1-1)
    [2012-07-18 18:51] installed lib32-libxau (1.0.7-1)
    [2012-07-18 18:51] installed lib32-libxcb (1.8.1-2)
    [2012-07-18 18:51] installed lib32-libx11 (1.5.0-1)
    [2012-07-18 18:51] installed lib32-libxext (1.3.1-1)
    [2012-07-18 18:51] installed lib32-libxv (1.0.7-1)
    [2012-07-18 18:51] installed lib32-libxvmc (1.0.7-1)
    [2012-07-18 18:51] installed lib32-zlib (1.2.7-1)
    [2012-07-18 18:51] installed lib32-gcc-libs (4.7.1-4.1)
    [2012-07-18 18:51] installed lib32-nvidia-utils (302.17-1)
    [2012-07-18 18:55] Running 'pacman -S xorg-twm xorg-xclock xterm'
    [2012-07-18 18:55] installed xorg-twm (1.0.7-1)
    [2012-07-18 18:55] installed libxpm (3.5.10-1)
    [2012-07-18 18:55] installed libxaw (1.0.11-1)
    [2012-07-18 18:55] installed libxft (2.3.1-1)
    [2012-07-18 18:55] installed xorg-xclock (1.0.6-1)
    [2012-07-18 18:55] installed xorg-luit (1.1.1-1)
    [2012-07-18 18:55] installed xbitmaps (1.1.1-2)
    [2012-07-18 18:55] installed xterm (281-1)
    [2012-07-18 18:55] Running 'pacman -S dbus'
    [2012-07-18 18:55] installed dbus (1.6.2-1)
    [2012-07-18 18:56] Running 'pacman -S ttf-dejavu'
    [2012-07-18 18:56] installed ttf-dejavu (2.33-3)
    [2012-07-18 18:57] Running 'pacman -S awesome'
    [2012-07-18 18:57] installed libpng (1.5.11-1)
    [2012-07-18 18:57] installed cairo (1.12.2-2)
    [2012-07-18 18:57] installed libjpeg-turbo (1.2.1-1)
    [2012-07-18 18:57] installed libtiff (4.0.2-1)
    [2012-07-18 18:57] installed giflib (4.1.6-5)
    [2012-07-18 18:57] installed libid3tag (0.15.1b-7)
    [2012-07-18 18:57] installed imlib2 (1.4.5-2)
    [2012-07-18 18:57] installed libev (4.11-1)
    [2012-07-18 18:57] installed libxdg-basedir (1.2.0-1)
    [2012-07-18 18:57] installed lua (5.1.5-2)
    [2012-07-18 18:57] installed libdatrie (0.2.5-1)
    [2012-07-18 18:57] installed libthai (0.1.17-1)
    [2012-07-18 18:57] installed pango (1.30.1-1)
    [2012-07-18 18:57] installed xcb-util (0.3.9-1)
    [2012-07-18 18:57] installed startup-notification (0.12-3)
    [2012-07-18 18:57] installed xcb-util-image (0.3.9-1)
    [2012-07-18 18:57] installed xcb-util-keysyms (0.3.9-1)
    [2012-07-18 18:57] installed xcb-util-wm (0.3.9-1)
    [2012-07-18 18:57] installed xorg-xmessage (1.0.3-2)
    [2012-07-18 18:57] installed awesome (3.4.13-1)
    [2012-07-18 18:58] Running 'pacman -S rlwrap feh'
    [2012-07-18 18:58] installed rlwrap (0.37-2)
    [2012-07-18 18:58] installed giblib (1.2.4-5)
    [2012-07-18 18:58] installed libexif (0.6.20-2)
    [2012-07-18 18:58] installed feh (2.5-1)
    [2012-07-18 18:59] Running 'pacman -S packer'
    [2012-07-18 18:59] Running 'pacman -S lightdm'
    [2012-07-18 19:01] Running 'pacman -S fakeroot'
    [2012-07-18 19:01] upgraded fakeroot (1.18.4-1 -> 1.18.4-1)
    [2012-07-18 19:08] Running 'pacman -S git'
    [2012-07-18 19:08] installed perl-error (0.17018-1)
    [2012-07-18 19:08] installed git (1.7.11.2-1)
    [2012-07-18 19:08] Running 'pacman -S jshon'
    [2012-07-18 19:08] installed jansson (2.3-1)
    [2012-07-18 19:08] installed jshon (20111222-1)
    [2012-07-18 19:08] Running 'pacman -U packer-20120718-1-any.pkg.tar.xz'
    [2012-07-18 19:08] installed packer (20120718-1)
    [2012-07-18 19:10] Running 'pacman --noconfirm --asdeps -S -- accountsservice dbus-glib gobject-introspection intltool itstool libxklavier'
    [2012-07-18 19:10] installed polkit (0.105-1)
    [2012-07-18 19:10] installed accountsservice (0.6.22-1)
    [2012-07-18 19:10] installed dbus-glib (0.100-1)
    [2012-07-18 19:10] installed sqlite (3.7.13-1)
    [2012-07-18 19:10] installed python2 (2.7.3-2)
    [2012-07-18 19:10] installed gobject-introspection (1.32.1-2)
    [2012-07-18 19:10] installed perl-xml-parser (2.41-3)
    [2012-07-18 19:10] installed intltool (0.50.2-1)
    [2012-07-18 19:10] installed libxml2 (2.7.8-2)
    [2012-07-18 19:10] installed itstool (1.1.2-1)
    [2012-07-18 19:10] installed iso-codes (3.34-1)
    [2012-07-18 19:10] installed libxklavier (5.2.1-2)
    [2012-07-18 19:13] Running 'pacman -U lightdm-1.3.1-4-x86_64.pkg.tar.xz'
    [2012-07-18 19:14] You need to install lightdm-gtk-greeter to run the default and most stable greeter
    [2012-07-18 19:14] installed lightdm (1.3.1-4)
    [2012-07-18 19:14] Running 'pacman --noconfirm --asdeps -S -- archlinux-wallpaper bzr gnome-common gnome-doc-utils gtk-doc gtk-engines libwebkit vala'
    [2012-07-18 19:15] ==> Wallpapers have been installed to /usr/share/archlinux/wallpaper
    [2012-07-18 19:15] installed archlinux-wallpaper (1.4-1)
    [2012-07-18 19:15] installed bzr (2.5.1-1)
    [2012-07-18 19:15] installed gnome-common (3.4.0.1-2)
    [2012-07-18 19:15] installed libxslt (1.1.26-3)
    [2012-07-18 19:15] installed docbook-xml (4.5-5)
    [2012-07-18 19:15] installed rarian (0.8.1-2)
    [2012-07-18 19:15] installed gnome-doc-utils (0.20.10-1)
    [2012-07-18 19:15] installed docbook-xsl (1.77.1-2)
    [2012-07-18 19:15] installed gtk-doc (1.18-1)
    [2012-07-18 19:15] installed atk (2.4.0-1)
    [2012-07-18 19:15] installed compositeproto (0.4.2-2)
    [2012-07-18 19:15] installed libxcomposite (0.4.3-2)
    [2012-07-18 19:15] installed damageproto (1.2.1-2)
    [2012-07-18 19:15] installed libxdamage (1.1.3-2)
    [2012-07-18 19:15] installed shared-mime-info (1.0-1)
    [2012-07-18 19:15] installed libtasn1 (2.13-1)
    [2012-07-18 19:15] installed nettle (2.5-1)
    [2012-07-18 19:15] installed p11-kit (0.12-1)
    [2012-07-18 19:15] installed gnutls (3.0.21-1)
    [2012-07-18 19:15] installed libdaemon (0.14-2)
    [2012-07-18 19:15] ==> The following daemons may be added to DAEMONS in /etc/rc.conf:
    [2012-07-18 19:15] ==> avahi-daemon: the mdns responder, you probably want this.
    [2012-07-18 19:15] ==> dbus needs to be running when you start it.
    [2012-07-18 19:15] ==> avahi-dnsconfd: daemon used for peer-to-peer automatic dns
    [2012-07-18 19:15] ==> configuration on dhcp-less networks.
    [2012-07-18 19:15]
    [2012-07-18 19:15] ==> To use some of the client applications you will have to install python.
    [2012-07-18 19:15] ==> In addition, pygtk is required for the graphical ones and
    [2012-07-18 19:15] ==> twisted for avahi-bookmarks.
    [2012-07-18 19:15] installed avahi (0.6.31-3)
    [2012-07-18 19:15] installed libcups (1.5.3-5)
    [2012-07-18 19:15] installed gdk-pixbuf2 (2.26.1-1)
    [2012-07-18 19:15] installed gtk-update-icon-cache (2.24.10-3)
    [2012-07-18 19:15] installed gtk2 (2.24.10-3)
    [2012-07-18 19:15] installed gtk-engines (2.21.0-1)
    [2012-07-18 19:15] installed icu (49.1.2-1)
    [2012-07-18 19:15] installed gstreamer0.10 (0.10.36-1)
    [2012-07-18 19:15] installed orc (0.4.16-1)
    [2012-07-18 19:15] installed gstreamer0.10-base (0.10.36-1)
    [2012-07-18 19:15] installed libproxy (0.4.7-2)
    [2012-07-18 19:15] installed gsettings-desktop-schemas (3.4.2-1)
    [2012-07-18 19:15] installed glib-networking (2.32.3-1)
    [2012-07-18 19:15] installed libsoup (2.38.1-1)
    [2012-07-18 19:15] ==> aspell comes with no default dictionary
    [2012-07-18 19:15] installed aspell (0.60.6.1-1)
    [2012-07-18 19:15] installed hunspell (1.3.2-1)
    [2012-07-18 19:15] installed hspell (1.1-2)
    [2012-07-18 19:15] installed enchant (1.6.0-4)
    [2012-07-18 19:15] installed geoclue (0.12.0-5)
    [2012-07-18 19:15] installed libwebkit (1.8.1-1)
    [2012-07-18 19:15] installed vala (0.16.1-1)
    [2012-07-18 19:16] Running 'pacman -U lightdm-webkit-greeter-bzr-13-3-x86_64.pkg.tar.xz'
    [2012-07-18 19:16] Running 'pacman -U lightdm-webkit-greeter-0.1.2-3-x86_64.pkg.tar.xz'
    [2012-07-18 19:16] installed lightdm-webkit-greeter (0.1.2-3)
    [2012-07-18 19:47] Running 'pacman -R lightdm'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice dbus-glib libxklavier'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice enchant geoclue dbus-glib libxklavier'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice libwebkite enchant geoclue dbus-glib libxklavier'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice libwebkit enchant geoclue dbus-glib libxklavier'
    [2012-07-18 19:49] removed lightdm-webkit-greeter (0.1.2-3)
    [2012-07-18 19:49] removed libwebkit (1.8.1-1)
    [2012-07-18 19:49] removed geoclue (0.12.0-5)
    [2012-07-18 19:49] removed enchant (1.6.0-4)
    [2012-07-18 19:49] userdel: user lightdm is currently used by process 657
    [2012-07-18 19:49] groupdel: cannot remove the primary group of user 'lightdm'
    [2012-07-18 19:49] removed lightdm (1.3.1-4)
    [2012-07-18 19:49] removed libxklavier (5.2.1-2)
    [2012-07-18 19:49] removed dbus-glib (0.100-1)
    [2012-07-18 19:49] removed accountsservice (0.6.22-1)
    [2012-07-18 19:50] Running 'pacman -S chromium'
    [2012-07-18 19:50] installed dbus-glib (0.100-1)
    [2012-07-18 19:50] installed nspr (4.9.1-1)
    [2012-07-18 19:50] installed nss (3.13.5-1)
    [2012-07-18 19:50] installed xdg-utils (1.1.0-2.20120520)
    [2012-07-18 19:50] installed libevent (2.0.19-1)
    [2012-07-18 19:50] installed scrnsaverproto (1.2.2-1)
    [2012-07-18 19:50] installed libxss (1.2.2-1)
    [2012-07-18 19:50] installed desktop-file-utils (0.20-1)
    [2012-07-18 19:50] installed hicolor-icon-theme (0.12-2)
    [2012-07-18 19:50] installed chromium (20.0.1132.57-1)
    [2012-07-18 19:50] Running 'pacman -Sy abs'
    [2012-07-18 19:50] synchronizing package lists
    [2012-07-18 19:51] installed rsync (3.0.9-3)
    [2012-07-18 19:51] installed abs (2.4.3-2)
    [2012-07-18 19:52] Running 'pacman -S openjdk6 perl git gnupg flex bison gperf zip unzip wxgtk squashfs-tools ncurses libpng zlib libusb libusb-compat readline'
    [2012-07-18 19:53] installed ca-certificates-java (20120608-1)
    [2012-07-18 19:53] installed recordproto (1.14.2-1)
    [2012-07-18 19:53] installed libxtst (1.2.1-1)
    [2012-07-18 19:53] upgraded zlib (1.2.7-1 -> 1.2.7-1)
    [2012-07-18 19:53] upgraded libpng (1.5.11-1 -> 1.5.11-1)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/AC_Ra?z_Certic?mara_S.A..pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/AC_Ra?z_Certic?mara_S.A..pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/Certinomis_-_Autorit?_Racine.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/Certinomis_-_Autorit?_Racine.pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/T?B?TAK_UEKAE_K?k_Sertifika_Hizmet_Sa?lay?c?s?_-_S?r?m_3.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/T?B?TAK_UEKAE_K?k_Sertifika_Hizmet_Sa?lay?c?s?_-_S?r?m_3.pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/EBG_Elektronik_Sertifika_Hizmet_Sa?lay?c?s?.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/EBG_Elektronik_Sertifika_Hizmet_Sa?lay?c?s?.pem (No such file or directory)
    [2012-07-18 19:53] done.
    [2012-07-18 19:53] when you use a non-reparenting window manager
    [2012-07-18 19:53] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2012-07-18 19:53] /etc/profile.d/openjdk6.sh
    [2012-07-18 19:53] installed openjdk6 (6.b24_1.11.3-1)
    [2012-07-18 19:53] upgraded perl (5.16.0-2 -> 5.16.0-2)
    [2012-07-18 19:53] upgraded git (1.7.11.2-1 -> 1.7.11.2-1)
    [2012-07-18 19:53] upgraded ncurses (5.9-3 -> 5.9-3)
    [2012-07-18 19:53] upgraded readline (6.2.003-2 -> 6.2.003-2)
    [2012-07-18 19:53] upgraded gnupg (2.0.19-2 -> 2.0.19-2)
    [2012-07-18 19:53] upgraded flex (2.5.35-5 -> 2.5.35-5)
    [2012-07-18 19:53] upgraded bison (2.5.1-1 -> 2.5.1-1)
    [2012-07-18 19:53] installed gperf (3.0.4-4)
    [2012-07-18 19:53] installed zip (3.0-3)
    [2012-07-18 19:53] installed unzip (6.0-6)
    [2012-07-18 19:53] installed wxgtk (2.8.12.1-3)
    [2012-07-18 19:53] installed lzo2 (2.06-1)
    [2012-07-18 19:53] installed squashfs-tools (4.2-2)
    [2012-07-18 19:53] upgraded libusbx (1.0.12-2 -> 1.0.12-2)
    [2012-07-18 19:53] installed libusb-compat (0.1.4-2)
    [2012-07-18 19:53] Running 'pacman -S -- esdl schedtool'
    [2012-07-18 19:54] installed erlang (R15B01-1)
    [2012-07-18 19:54] installed sdl (1.2.15-1)
    [2012-07-18 19:54] installed dri2proto (2.6-1)
    [2012-07-18 19:54] installed glproto (1.4.15-1)
    [2012-07-18 19:54] installed mesa (8.0.4-1)
    [2012-07-18 19:54] installed esdl (2:1.2-1)
    [2012-07-18 19:54] installed schedtool (1.3.0-2)
    [2012-07-18 19:55] Running 'pacman -U pngcrush-1.7.31-1-x86_64.pkg.tar.xz'
    [2012-07-18 19:55] installed pngcrush (1.7.31-1)
    [2012-07-18 19:55] Running 'pacman -U repo-1.17-1-x86_64.pkg.tar.xz'
    [2012-07-18 19:55] installed repo (1.17-1)
    [2012-07-18 19:59] Running 'pacman -S terminator'
    [2012-07-18 19:59] installed vte-common (0.32.2-1)
    [2012-07-18 19:59] installed vte (0.28.2-3)
    [2012-07-18 19:59] installed libglade (2.6.4-3)
    [2012-07-18 19:59] installed python2-cairo (1.10.0-1)
    [2012-07-18 19:59] installed pygobject2-devel (2.28.6-6)
    [2012-07-18 19:59] installed python2-gobject2 (2.28.6-6)
    [2012-07-18 19:59] installed pygtk (2.24.0-3)
    [2012-07-18 19:59] installed terminator (0.96-1)
    [2012-07-18 20:00] Running 'pacman -Sy gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-libusb lib32-libusb-compat lib32-readline lib32-glibc lib32-zlib'
    [2012-07-18 20:00] synchronizing package lists
    [2012-07-18 20:00] Running 'pacman -Sy gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-libusb-compat lib32-readline lib32-glibc lib32-zlib'
    [2012-07-18 20:00] synchronizing package lists
    [2012-07-18 20:00] Running 'pacman -Sy gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-readline lib32-glibc lib32-zlib'
    [2012-07-18 20:00] synchronizing package lists
    [2012-07-18 20:01] removed gcc-libs (4.7.1-4)
    [2012-07-18 20:01] removed binutils (2.22-9)
    [2012-07-18 20:01] removed gcc (4.7.1-4)
    [2012-07-18 20:01] removed libtool (2.4.2-6)
    [2012-07-18 20:01] installed gcc-libs-multilib (4.7.1-4.1)
    [2012-07-18 20:01] installed binutils-multilib (2.22-8)
    [2012-07-18 20:01] installed gcc-multilib (4.7.1-4.1)
    [2012-07-18 20:01] upgraded lib32-glibc (2.16.0-2 -> 2.16.0-2)
    [2012-07-18 20:01] installed lib32-libltdl (2.4.2-6)
    [2012-07-18 20:01] installed libtool-multilib (2.4.2-6)
    [2012-07-18 20:01] installed lib32-ncurses (5.9-1)
    [2012-07-18 20:01] installed lib32-readline (6.2.003-1)
    [2012-07-18 20:01] upgraded lib32-zlib (1.2.7-1 -> 1.2.7-1)
    [2012-07-18 20:07] Running 'pacman -S ssh'
    [2012-07-18 20:10] Running 'pacman -S ssh-keygen'
    [2012-07-18 20:10] Running 'pacman -S openssh'
    [2012-07-18 20:10] installed libedit (20120311_3.0-1)
    [2012-07-18 20:10] installed dnssec-anchors (20120422-1)
    [2012-07-18 20:10] installed ldns (1.6.13-1)
    [2012-07-18 20:10] installed openssh (6.0p1-3)
    [2012-07-18 20:11] Running 'pacman -S pbcopy'
    [2012-07-18 20:11] Running 'pacman -S copy'
    [2012-07-18 20:13] Running 'pacman -S gedit'
    [2012-07-18 20:13] installed lcms2 (2.3-2)
    [2012-07-18 20:13] installed libgusb (0.1.3-1)
    [2012-07-18 20:13] installed gd (2.0.36RC1-5)
    [2012-07-18 20:13] installed libgphoto2 (2.4.14-1)
    [2012-07-18 20:13] installed libieee1284 (0.2.11-4)
    [2012-07-18 20:13] installed v4l-utils (0.8.8-1)
    [2012-07-18 20:13] installed net-snmp (5.7.1-3)
    [2012-07-18 20:13] NOTE
    [2012-07-18 20:13] ----
    [2012-07-18 20:13] Add your user to group 'scanner' to use scanner devices.
    [2012-07-18 20:13] installed sane (1.0.22-9)
    [2012-07-18 20:13] installed shared-color-profiles (0.1.5-1)
    [2012-07-18 20:13] installed colord (0.1.21-2)
    [2012-07-18 20:13] installed gtk3 (3.4.3-1)
    [2012-07-18 20:13] installed gtksourceview3 (3.4.2-1)
    [2012-07-18 20:13] installed libpeas (1.4.0-2)
    [2012-07-18 20:13] installed enchant (1.6.0-4)
    [2012-07-18 20:13] installed pygobject-devel (3.2.2-1)
    [2012-07-18 20:13] installed python2-gobject (3.2.2-1)
    [2012-07-18 20:13] installed dconf (0.12.1-2)
    [2012-07-18 20:13] installed gedit (3.4.2-1)
    [2012-07-18 20:15] Running 'pacman -S python'
    [2012-07-18 20:16] installed python (3.2.3-3)
    [2012-07-18 20:26] Running 'pacman -S xclip'
    [2012-07-18 20:26] installed xclip (0.12-3)
    [2012-07-18 20:37] Running 'pacman --noconfirm --asdeps -S -- lib32-alsa-lib lib32-libstdc++5 lib32-openal lib32-sdl swt'
    [2012-07-18 20:37] installed lib32-alsa-lib (1.0.25-1)
    [2012-07-18 20:37] installed lib32-libstdc++5 (3.3.6-6)
    [2012-07-18 20:37] installed openal (1.14-1)
    [2012-07-18 20:37] installed lib32-openal (1.14-1)
    [2012-07-18 20:37] installed lib32-libxrender (0.9.7-1)
    [2012-07-18 20:37] installed lib32-sdl (1.2.15-2)
    [2012-07-18 20:37] installed swt (3.7.2-1)
    [2012-07-18 20:45] Running 'pacman --asdeps -U android-sdk-r20-2-x86_64.pkg.tar.xz'
    [2012-07-18 20:50] You need to source /etc/profile or relogin to add the Android SDK tools to your path.
    [2012-07-18 20:50] The android group has been removed, install android packages as root.
    [2012-07-18 20:50] installed android-sdk (r20-2)
    [2012-07-18 20:51] Running 'pacman -U android-sdk-r20-2-x86_64.pkg.tar.xz'
    [2012-07-18 20:54] You need to source /etc/profile or relogin to add the Android SDK tools to your path.
    [2012-07-18 20:54] The android group has been removed, install android packages as root.
    [2012-07-18 20:54] upgraded android-sdk (r20-2 -> r20-2)
    [2012-07-18 20:59] Running 'pacman -U android-sdk-platform-tools-r12-1-any.pkg.tar.xz'
    [2012-07-18 20:59] installed android-sdk-platform-tools (r12-1)
    [2012-07-18 21:10] Running 'pacman -S perl-switch'
    [2012-07-18 21:10] installed perl-switch (2.16-1)
    [2012-07-21 03:29] Running 'pacman -S flashplugin'
    [2012-07-21 03:29] relogin or source /etc/profile.d/mozilla-common.sh
    [2012-07-21 03:29] installed mozilla-common (1.4-3)
    [2012-07-21 03:29] >>
    [2012-07-21 03:29] >> If you have an NVIDIA card that supports libvdpau or Broadcom Crystal HD chips,
    [2012-07-21 03:29] >> uncomment EnableLinuxHWVideoDecode=1 from /etc/adobe/mms.cfg.
    [2012-07-21 03:29] >> If you run into problems, please contact nVidia or Broadcom along with your system config info / driver version.
    [2012-07-21 03:29] >>
    [2012-07-21 03:29] installed flashplugin (11.2.202.236-1)
    [2012-07-21 03:32] Running 'pacman -S libvdpau'
    [2012-07-21 03:32] installed libvdpau (0.4.1-2)
    [2012-07-21 14:53] Running 'pacman -S gedit-common'
    [2012-07-21 14:55] Running 'pacman -S gtk-theme-switch2'
    [2012-07-21 14:56] installed gtk-theme-switch2 (2.1.0-2)
    [2012-07-21 15:00] Running 'pacman -S gtk-icons'
    [2012-07-21 15:04] Running 'pacman -R gtk-theme-switch2 gedit dconf desktop-file-utils enchant gsettings-desktop-schemas gtksourceview3 iso-codes libpeas libsm python2-gobject'
    [2012-07-21 15:06] Running 'pacman -R gtk-theme-switch2 gedit dconf enchant gtksourceview3 iso-codes libpeas python2-gobject'
    [2012-07-21 15:06] removed gedit (3.4.2-1)
    [2012-07-21 15:06] removed python2-gobject (3.2.2-1)
    [2012-07-21 15:06] removed libpeas (1.4.0-2)
    [2012-07-21 15:06] removed iso-codes (3.34-1)
    [2012-07-21 15:06] removed gtksourceview3 (3.4.2-1)
    [2012-07-21 15:06] removed enchant (1.6.0-4)
    [2012-07-21 15:06] removed dconf (0.12.1-2)
    [2012-07-21 15:06] removed gtk-theme-switch2 (2.1.0-2)
    [2012-07-21 15:06] Running 'pacman -R glib-networking gsettings-desktop-schemas'
    [2012-07-21 15:06] Running 'pacman -R libsoup glib-networking gsettings-desktop-schemas'
    [2012-07-21 15:06] removed libsoup (2.38.1-1)
    [2012-07-21 15:06] removed glib-networking (2.32.3-1)
    [2012-07-21 15:06] removed gsettings-desktop-schemas (3.4.2-1)
    [2012-07-21 15:07] Running 'pacman -R wxgtk'
    [2012-07-21 15:07] removed wxgtk (2.8.12.1-3)
    [2012-07-21 15:07] Running 'pacman -R libxt libsm'
    [2012-07-21 15:11] Running 'pacman -S ranger'
    [2012-07-21 15:11] installed ranger (1.5.4-1)
    [2012-07-21 15:32] Running 'pacman -S irssi'
    [2012-07-21 15:32] installed irssi (0.8.15-6)
    [2012-07-24 20:20] Running 'pacman -U sublime-text-2.0.1-1-x86_64.pkg.tar.xz'
    [2012-07-24 20:20] installed sublime-text (2.0.1-1)
    [2012-07-24 23:41] Running 'pacman -U dropbox-1.4.11-1-x86_64.pkg.tar.xz'
    [2012-07-24 23:41] installed dropbox (1.4.11-1)
    [2012-07-24 23:41] Running 'pacman -U dropbox-daemon-0.8-8-any.pkg.tar.xz'
    [2012-07-24 23:41] >> Configure the Dropbox daemon script by editing /etc/conf.d/dropboxd.conf
    [2012-07-24 23:41] installed dropbox-daemon (0.8-8)
    [2012-07-24 23:48] Running 'pacman -U dropbox-cli-1-12-x86_64.pkg.tar.xz'
    [2012-07-24 23:48] installed dropbox-cli (1-12)
    [2012-07-24 23:49] Running 'pacman -S nautilus'
    [2012-07-24 23:56] Running 'pacman -S ranger'
    [2012-07-24 23:57] upgraded ranger (1.5.4-1 -> 1.5.4-1)
    [2012-07-25 00:23] Running 'pacman --noconfirm --asdeps -S -- gconf qt qtwebkit'
    [2012-07-25 00:23] Running 'pacman --noconfirm --asdeps -S -- gconf qt qtwebkit'
    [2012-07-25 00:23] Running 'pacman -Sy'
    [2012-07-25 00:23] synchronizing package lists
    [2012-07-25 00:24] Running 'pacman --noconfirm --asdeps -S -- gconf qt qtwebkit'
    [2012-07-25 00:25] installed gconf (3.2.5-2)
    [2012-07-25 00:25] installed libmng (1.0.10-4)
    [2012-07-25 00:25] installed qt (4.8.2-3)
    [2012-07-25 00:25] installed qtwebkit (2.2.2-1)
    [2012-07-25 00:27] Running 'pacman --asdeps -U openssl098-0.9.8.x-1-x86_64.pkg.tar.xz'
    [2012-07-25 00:27] installed openssl098 (0.9.8.x-1)
    [2012-07-25 00:28] Running 'pacman --asdeps -U libpng12-1.2.49-1-x86_64.pkg.tar.xz'
    [2012-07-25 00:28] installed libpng12 (1.2.49-1)
    [2012-07-25 00:30] Running 'pacman -U spotify-0.8.4.103-1-x86_64.pkg.tar.xz'
    [2012-07-25 00:31] installed spotify (0.8.4.103-1)
    [2012-07-29 16:57] Running 'pacman --noconfirm --asdeps -S -- ffmpeg libmediainfo mencoder mplayer'
    [2012-07-29 16:58] Running 'pacman --noconfirm --asdeps -S -- ffmpeg libmediainfo mencoder mplayer'
    [2012-07-29 16:58] Running 'pacman -Syy'
    [2012-07-29 16:58] synchronizing package lists
    [2012-07-29 17:00] Running 'pacman --noconfirm --asdeps -S -- ffmpeg libmediainfo mencoder mplayer'
    [2012-07-29 17:00] installed gsm (1.0.13-7)
    [2012-07-29 17:00] installed lame (3.99.5-1)
    [2012-07-29 17:00] installed libasyncns (0.8-4)
    [2012-07-29 17:00] installed json-c (0.9-1)
    [2012-07-29 17:00] installed libpulse (2.1-1)
    [2012-07-29 17:00] installed libtheora (1.1.1-2)
    [2012-07-29 17:00] installed libglapi (8.0.4-2)
    [2012-07-29 17:00] installed khrplatform-devel (8.0.4-2)
    [2012-07-29 17:00] installed libegl (8.0.4-2)
    [2012-07-29 17:00] installed libva (1.1.0-1)
    [2012-07-29 17:00] installed libvpx (1.1.0-1)
    [2012-07-29 17:00] installed opencore-amr (0.1.3-1)
    [2012-07-29 17:00] installed openjpeg (1.5.0-1)
    [2012-07-29 17:00] installed rtmpdump (2.4-1)
    [2012-07-29 17:00] installed schroedinger (1.0.11-1)
    [2012-07-29 17:00] installed speex (1.2rc1-2)
    [2012-07-29 17:00] installed x264 (20120705-1)
    [2012-07-29 17:00] installed xvidcore (1.3.2-1)
    [2012-07-29 17:00] installed ffmpeg (1:0.11.1-1)
    [2012-07-29 17:00] installed libmms (0.6.2-1)
    [2012-07-29 17:00] installed libzen (0.4.26-1)
    [2012-07-29 17:00] installed libmediainfo (0.7.58-1)
    [2012-07-29 17:00] installed recode (3.6-7)
    [2012-07-29 17:00] installed enca (1.13-2)
    [2012-07-29 17:00] installed a52dec (0.7.4-6)
    [2012-07-29 17:00] installed libdca (0.0.5-3)
    [2012-07-29 17:00] installed talloc (2.0.7-1)
    [2012-07-29 17:00] installed libwbclient (3.6.6-1)
    [2012-07-29 17:00] installed libcap-ng (0.6.6-1)
    [2012-07-29 17:00] installed cifs-utils (5.5-1)
    [2012-07-29 17:00] installed tdb (1.2.9-2)
    [2012-07-29 17:00] installed smbclient (3.6.6-1)
    [2012-07-29 17:00] installed libmad (0.15.1b-6)
    [2012-07-29 17:00] installed fribidi (0.19.2-2)
    [2012-07-29 17:00] installed libmp4v2 (2.0.0-2)
    [2012-07-29 17:00] installed faac (1.28-4)
    [2012-07-29 17:00] installed faad2 (2.7-3)
    [2012-07-29 17:00] installed mpg123 (1.14.4-1)
    [2012-07-29 17:00] installed libass (0.10.0-3)
    [2012-07-29 17:00] installed libbluray (0.2.2-1)
    [2012-07-29 17:00] installed libcddb (1.3.2-3)
    [2012-07-29 17:00] installed libcdio (0.83-1)
    [2012-07-29 17:00] installed mencoder (35014-1)
    [2012-07-29 17:00] installed libftdi (0.20-1)
    [2012-07-29 17:00] installed libirman (0.4.5-3)
    [2012-07-29 17:00] installed lirc-utils (1:0.9.0-22)
    [2012-07-29 17:00] installed gpm (1.20.6-10)
    [2012-07-29 17:00] installed aalib (1.4rc5-9)
    [2012-07-29 17:00] installed jack (0.121.3-6)
    [2012-07-29 17:00] installed libcaca (0.99.beta18-1)
    [2012-07-29 17:00] installed xf86dgaproto (2.1-2)
    [2012-07-29 17:00] installed libxxf86dga (1.1.3-1)
    [2012-07-29 17:00] installed mplayer (35014-1)
    [2012-07-29 17:00] Running 'pacman -U pms-1.60.0-1-x86_64.pkg.tar.xz'
    [2012-07-29 17:00] installed pms (1.60.0-1)
    [2012-07-29 17:20] Running 'pacman -S netstat'
    [2012-07-29 17:31] Running 'pacman -S ntfs-3g'
    [2012-07-29 17:31] installed fuse (2.9.0-1)
    [2012-07-29 17:31] installed ntfs-3g (2012.1.15-3)
    [2012-07-29 17:45] Running 'pacman -S tsmuxer'
    [2012-07-29 17:45] Running 'pacman -S tsMuxeR'
    [2012-07-29 17:45] Running 'pacman --noconfirm --asdeps -S -- lib32-freetype2'
    [2012-07-29 17:45] installed lib32-bzip2 (1.0.6-1)
    [2012-07-29 17:45] installed lib32-freetype2 (2.4.10-1)
    [2012-07-29 17:48] Running 'pacman -U tsmuxer-1.10.6-12-x86_64.pkg.tar.xz'
    [2012-07-29 17:48] The tsmuxer package is licensed software.
    [2012-07-29 17:48] You MUST read and agree to the license stored in
    [2012-07-29 17:48] /opt/tsmuxer/LICENSE before using it.
    [2012-07-29 17:48] installed tsmuxer (1.10.6-12)
    [2012-07-29 18:23] Running 'pacman -S icedtea-web-java7'
    [2012-07-29 18:23] Running 'pacman -S icedtea-web-java6'
    [2012-07-29 18:24] Running 'pacman -S openjre'
    [2012-07-29 18:25] Running 'pacman -S jre'
    [2012-07-29 18:25] Running 'pacman -S icetea-plugin'
    [2012-07-29 18:27] Running 'pacman -S icedtea-web'
    [2012-07-29 18:27] installed icedtea-web (1.2-1)
    [2012-07-29 18:35] Running 'pacman -S ccache'
    [2012-07-29 18:35] installed ccache (3.1.7-1)
    [2012-07-29 18:50] Running 'pacman -S rtorrent'
    [2012-07-29 18:50] installed libsigc++ (2.2.10-2)
    [2012-07-29 18:50] installed libtorrent (0.13.2-2)
    [2012-07-29 18:50] installed xmlrpc-c (1:1.31.02-2)
    [2012-07-29 18:50] installed rtorrent (0.9.2-2)
    [2012-07-29 18:52] Running 'pacman -S rutorrent'
    [2012-07-29 18:52] Running 'pacman --noconfirm --asdeps -S -- php'
    [2012-07-29 18:52] installed php (5.4.5-1)
    [2012-07-29 18:52] Running 'pacman -U rutorrent-3.4-2-any.pkg.tar.xz'
    [2012-07-29 18:53] installed rutorrent (3.4-2)
    [2012-07-29 18:53] Running 'pacman -R rtorrent'
    [2012-07-29 18:53] removed rtorrent (0.9.2-2)
    [2012-07-29 18:53] Running 'pacman -S rtorrent-svn'
    [2012-07-29 18:54] Running 'pacman -S rtorrent'
    [2012-07-29 18:54] installed rtorrent (0.9.2-2)
    [2012-07-29 18:54] Running 'pacman -S apache php-apache php-cgi mod-scgi php-xsl rutorrent-plugins php-geoip screen'
    [2012-07-29 18:55] Running 'pacman -S apache php-apache php-cgi php-xsl rutorrent-plugins php-geoip screen'
    [2012-07-29 18:55] Running 'pacman -S apache php-apache php-cgi php-xsl php-geoip screen'
    [2012-07-29 18:55] installed apr (1.4.6-1)
    [2012-07-29 18:55] installed unixodbc (2.3.1-1)
    [2012-07-29 18:55] installed apr-util (1.4.1-1)
    [2012-07-29 18:55] installed apache (2.2.22-4)
    [2012-07-29 18:55] installed php-apache (5.4.5-1)
    [2012-07-29 18:55] installed php-cgi (5.4.5-1)
    [2012-07-29 18:55] installed php-xsl (5.4.5-1)
    [2012-07-29 18:55] installed geoip-database (20120706-1)
    [2012-07-29 18:55] installed geoip (1.4.8-2)
    [2012-07-29 18:55] installed php-geoip (1.0.8-2)
    [2012-07-29 18:55] installed screen (4.0.3-13)
    [2012-07-29 19:03] Running 'pacman -U mod_scgi-1.14-1-x86_64.pkg.tar.xz'
    [2012-07-29 19:03] installed mod_scgi (1.14-1)
    [2012-07-29 19:03] Running 'pacman -U rutorrent-plugins-3.4-2-any.pkg.tar.xz'
    [2012-07-29 19:03] installed rutorrent-plugins (3.4-2)
    [2012-07-29 19:04] Running 'pacman -U rutorrent-3.4-2-any.pkg.tar.xz'
    [2012-07-29 19:04] upgraded rutorrent (3.4-2 -> 3.4-2)
    [2012-07-29 19:46] Running 'pacman -S unrar unzip'
    [2012-07-29 19:46] installed unrar (4.2.4-1)
    [2012-07-29 19:46] upgraded unzip (6.0-6 -> 6.0-6)
    [2012-07-29 20:00] Running 'pacman -S php-apache mysql'
    [2012-07-29 20:02] upgraded php-apache (5.4.5-1 -> 5.4.5-1)
    [2012-07-29 20:02] installed libmysqlclient (5.5.25.a-1)
    [2012-07-29 20:02] installed mysql-clients (5.5.25.a-1)
    [2012-07-29 20:02] Installing MySQL system tables...
    [2012-07-29 20:02] OK
    [2012-07-29 20:02] Filling help tables...
    [2012-07-29 20:02] OK
    [2012-07-29 20:02]
    [2012-07-29 20:02] To start mysqld at boot time you have to copy
    [2012-07-29 20:02] support-files/mysql.server to the right place for your system
    [2012-07-29 20:02]
    [2012-07-29 20:02] PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
    [2012-07-29 20:02] To do so, start the server, then issue the following commands:
    [2012-07-29 20:02]
    [2012-07-29 20:02] /usr/bin/mysqladmin -u root password 'new-password'
    [2012-07-29 20:02] /usr/bin/mysqladmin -u root -h arch-shauder password 'new-password'
    [2012-07-29 20:02]
    [2012-07-29 20:02] Alternatively you can run:
    [2012-07-29 20:02] /usr/bin/mysql_secure_installation
    [2012-07-29 20:02]
    [2012-07-29 20:02] which will also give you the option of removing the test
    [2012-07-29 20:02] databases and anonymous user created by default. This is
    [2012-07-29 20:02] strongly recommended for production servers.
    [2012-07-29 20:02]
    [2012-07-29 20:02] See the manual for more instructions.
    [2012-07-29 20:02]
    [2012-07-29 20:02] You can start the MySQL daemon with:
    [2012-07-29 20:02] cd /usr ; /usr/bin/mysqld_safe &
    [2012-07-29 20:02]
    [2012-07-29 20:02] You can test the MySQL daemon with mysql-test-run.pl
    [2012-07-29 20:02] cd /usr/mysql-test ; perl mysql-test-run.pl
    [2012-07-29 20:02]
    [2012-07-29 20:02] Please report any problems with the /usr/scripts/mysqlbug script!
    [2012-07-29 20:02]
    [2012-07-29 20:02] installed mysql (5.5.25.a-1)
    [2012-07-29 20:49] Running 'pacman -Syyu'
    [2012-07-29 20:49] synchronizing package lists
    [2012-07-29 20:50] starting full system upgrade
    [2012-07-29 20:52] upgraded readline (6.2.003-2 -> 6.2.004-1)
    [2012-07-29 20:52] upgraded bash (4.2.036-1 -> 4.2.037-1)
    [2012-07-29 20:52] upgraded bison (2.5.1-1 -> 2.6-1)
    [2012-07-29 20:52] upgraded lib32-gcc-libs (4.7.1-4.1 -> 4.7.1-5)
    [2012-07-29 20:52] upgraded gcc-libs-multilib (4.7.1-4.1 -> 4.7.1-5)
    [2012-07-29 20:52] upgraded gnutls (3.0.21-1 -> 3.0.21-2)
    [2012-07-29 20:52] upgraded libpng (1.5.11-1 -> 1.5.12-1)
    [2012-07-29 20:52] upgraded libcups (1.5.3-5 -> 1.5.4-1)
    [2012-07-29 20:52] upgraded gtk-update-icon-cache (2.24.10-3 -> 2.24.11-2)
    [2012-07-29 20:52] upgraded gtk2 (2.24.10-3 -> 2.24.11-2)
    [2012-07-29 20:52] upgraded chromium (20.0.1132.57-1 -> 20.0.1132.57-2)
    [2012-07-29 20:52] warning: /etc/protocols installed as /etc/protocols.pacnew
    [2012-07-29 20:52] warning: /etc/services installed as /etc/services.pacnew
    [2012-07-29 20:52] upgraded iana-etc (2.30-2 -> 2.30-3)
    [2012-07-29 20:52] upgraded filesystem (2012.6-4 -> 2012.7-1)
    [2012-07-29 20:52] upgraded libsystemd (186-2 -> 187-2)
    [2012-07-29 20:52] upgraded glib2 (2.32.3-1 -> 2.32.4-1)
    [2012-07-29 20:52] upgraded systemd-tools (186-2 -> 187-2)
    [2012-07-29 20:52] upgraded dbus-core (1.6.2-2 -> 1.6.4-1)
    [2012-07-29 20:52] upgraded dbus (1.6.2-1 -> 1.6.4-1)
    [2012-07-29 20:52] upgraded flex (2.5.35-5 -> 2.5.36-1)
    [2012-07-29 20:52] upgraded gcc-multilib (4.7.1-4.1 -> 4.7.1-5)
    [2012-07-29 20:52] upgraded git (1.7.11.2-1 -> 1.7.11.3-1)
    [2012-07-29 20:52] upgraded glproto (1.4.15-1 -> 1.4.16-1)
    [2012-07-29 20:52] upgraded gtk3 (3.4.3-1 -> 3.4.4-1)
    [2012-07-29 20:52] upgraded icu (49.1.2-1 -> 49.1.2-2)
    [2012-07-29 20:52] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-07-29 20:52] upgraded initscripts (2012.06.3-2 -> 2012.07.5-1)
    [2012-07-29 20:52] upgraded lib32-readline (6.2.003-1 -> 6.2.004-1)
    [2012-07-29 20:52] >>> Updating module dependencies. Please wait ...
    [2012-07-29 20:52] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-07-29 20:52] ==> Building image from preset: 'default'
    [2012-07-29 20:52] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-29 20:52] ==> Starting build: 3.4.6-1-ARCH
    [2012-07-29 20:52] -> Running build hook: [base]
    [2012-07-29 20:52] -> Running build hook: [udev]
    [2012-07-29 20:52] -> Running build hook: [autodetect]
    [2012-07-29 20:52] -> Running build hook: [pata]
    [2012-07-29 20:52] -> Running build hook: [scsi]
    [2012-07-29 20:52] -> Running build hook: [sata]
    [2012-07-29 20:52] -> Running build hook: [filesystems]
    [2012-07-29 20:52] -> Running build hook: [usbinput]
    [2012-07-29 20:52] -> Running build hook: [fsck]
    [2012-07-29 20:52] ==> Generating module dependencies
    [2012-07-29 20:52] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-07-29 20:52] ==> Image generation successful
    [2012-07-29 20:52] ==> Building image from preset: 'fallback'
    [2012-07-29 20:52] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-29 20:52] ==> Starting build: 3.4.6-1-ARCH
    [2012-07-29 20:52] -> Running build hook: [base]
    [2012-07-29 20:52] -> Running build hook: [udev]
    [2012-07-29 20:52] -> Running build hook: [pata]
    [2012-07-29 20:52] -> Running build hook: [scsi]
    [2012-07-29 20:52] -> Running build hook: [sata]
    [2012-07-29 20:52] -> Running build hook: [filesystems]
    [2012-07-29 20:52] -> Running build hook: [usbinput]
    [2012-07-29 20:52] -> Running build hook: [fsck]
    [2012-07-29 20:52] ==> Generating module dependencies
    [2012-07-29 20:52] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-07-29 20:52] ==> Image generation successful
    [2012-07-29 20:52] upgraded linux (3.4.5-1 -> 3.4.6-1)
    [2012-07-29 20:52] upgraded linux-api-headers (3.4.4-1 -> 3.4.6-1)
    [2012-07-29 20:52] upgraded mesa (8.0.4-1 -> 8.0.4-2)
    [2012-07-29 20:52] upgraded nvidia (302.17-3 -> 302.17-4)
    [2012-07-29 20:52] upgraded tzdata (2012c-1 -> 2012d-1)
    [2012-07-29 20:52] upgraded xf86-input-evdev (2.7.0-2 -> 2.7.1-1)
    [2012-08-03 12:40] Running 'pacman -S filezilla'
    [2012-08-03 12:40] installed wxgtk (2.8.12.1-3)
    [2012-08-03 12:40] installed libidn (1.25-1)
    [2012-08-03 12:40] installed filezilla (3.5.3-1)
    [2012-08-06 13:55] Running 'pacman -R openjdk'
    [2012-08-06 13:55] Running 'pacman -R openjdk6'
    [2012-08-06 13:55] Running 'pacman -R icedtea-web'
    [2012-08-06 13:55] removed icedtea-web (1.2-1)
    [2012-08-06 13:56] Running 'pacman -S jdk'
    [2012-08-06 13:57] Running 'pacman --asdeps -U jre-7.5-2-x86_64.pkg.tar.xz'
    [2012-08-06 13:58] removed openjdk6 (6.b24_1.11.3-1)
    [2012-08-06 13:58]
    [2012-08-06 13:58] The jre package is licensed software.
    [2012-08-06 13:58] You MUST read and agree to the license stored in
    [2012-08-06 13:58] /usr/share/licenses/jre/LICENSE before using it.
    [2012-08-06 13:58] Please relogin to include jre in your PATH.
    [2012-08-06 13:58]
    [2012-08-06 13:58] installed jre (7.5-2)
    [2012-08-06 14:01] Running 'pacman -U jdk-7.5-2-x86_64.pkg.tar.xz'
    [2012-08-06 14:01]
    [2012-08-06 14:01] The jdk package is licensed software.
    [2012-08-06 14:01] You MUST read and agree to the license stored in
    [2012-08-06 14:01] /usr/share/licenses/jdk/LICENSE before using it.
    [2012-08-06 14:01] Please relogin to include jdk in your PATH.
    [2012-08-06 14:01]
    [2012-08-06 14:01] installed jdk (7.5-2)
    [2012-08-06 14:14] Running 'pacman --asdeps -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:15] Running 'pacman -R jdk jre'
    [2012-08-06 14:16] Running 'pacman -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:17] Running 'pacman -Rdd jdk jre'
    [2012-08-06 14:17] removed jdk (7.5-2)
    [2012-08-06 14:17] removed jre (7.5-2)
    [2012-08-06 14:19] Running 'pacman --asdeps -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:19] The jre package is licensed software.
    [2012-08-06 14:19] You MUST read and agree to the license stored in
    [2012-08-06 14:19] /opt/java/jre/LICENSE before using it.
    [2012-08-06 14:19] Please relogin to include jre in your PATH.
    [2012-08-06 14:19] installed jre6 (6u33-b04)
    [2012-08-06 14:21] Running 'pacman -U jdk6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:21] The jdk package is licensed software.
    [2012-08-06 14:21] You MUST read and agree to the license stored in
    [2012-08-06 14:21] /opt/java/LICENSE before using it.
    [2012-08-06 14:21] Please relogin to include jdk in your PATH
    [2012-08-06 14:21] installed jdk6 (6u33-b04)
    [2012-08-06 14:23] Running 'pacman -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:54] upgraded jre6 (6u33-b04 -> 6u33-b04)
    [2012-08-06 17:23] Running 'pacman -S gimp'
    [2012-08-06 17:23] installed lcms (1.19-2)
    [2012-08-06 17:23] Updating font cache... done.
    [2012-08-06 17:23] installed gsfonts (1.0.7pre44-3)
    [2012-08-06 17:23] installed libwmf (0.2.8.4-9)
    [2012-08-06 17:23] installed libcroco (0.6.5-1)
    [2012-08-06 17:23] installed librsvg (2.36.1-1)
    [2012-08-06 17:23] installed babl (0.1.10-1)
    [2012-08-06 17:23] installed gegl (0.2.0-2)
    [2012-08-06 17:23] installed freeglut (2.8.0-1)
    [2012-08-06 17:23] installed jasper (1.900.1-7)
    [2012-08-06 17:23] installed gimp (2.8.0-2)
    [2012-08-06 18:25] Running 'pacman -Sy'
    [2012-08-06 18:25] synchronizing package lists
    [2012-08-06 18:25] Running 'pacman -S yaourt'
    [2012-08-06 18:28] Running 'pacman -Sy'
    [2012-08-06 18:28] synchronizing package lists
    [2012-08-06 18:28] Running 'pacman -S lib32-gcc-libs lib32-glibc lib32-libx11 lib32-libxau lib32-libxcb lib32-libxdmcp lib32-libxext lib32-libxrender lib32-alsa-lib lib32-libstdc++5 lib32-libxv lib32-ncurses lib32-openal lib32-sdl lib32-zlib swt'
    [2012-08-06 18:29] Running 'pacman -Sy'
    [2012-08-06 18:29] synchronizing package lists
    [2012-08-06 18:29] Running 'pacman -S lib32-gcc-libs lib32-glibc lib32-libx11 lib32-libxau lib32-libxcb lib32-libxdmcp lib32-libxext lib32-libxrender lib32-alsa-lib lib32-libstdc++5 lib32-libxv lib32-ncurses lib32-openal lib32-sdl lib32-zlib swt'
    [2012-08-06 18:32] Running 'pacman --noconfirm --asdeps -S -- yajl'
    [2012-08-06 21:50] Running 'pacman -U jdk6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 21:51] Running 'pacman -Rdd jdk6 jre6'
    [2012-08-06 21:51] removed jdk6 (6u33-b04)
    [2012-08-06 21:51] removed jre6 (6u33-b04)
    [2012-08-06 21:54] Running 'pacman -U sun-java6-6u32-1-x86_64.pkg.tar.xz'
    [2012-08-06 21:54] The sun-java6 package is licensed software.
    [2012-08-06 21:54] You MUST read and agree to the license stored in
    [2012-08-06 21:54] /opt/sun-java6/LICENSE before using it.
    [2012-08-06 21:54]
    [2012-08-06 21:54] Use '. /opt/sun-java6/envsetup.sh' to setup environment.
    [2012-08-06 21:54] installed sun-java6 (6u32-1)
    [2012-08-06 21:59] Running 'pacman -Syu'
    [2012-08-06 21:59] synchronizing package lists
    [2012-08-06 21:59] starting full system upgrade
    [2012-08-06 22:00] Running 'pacman -Sy'
    [2012-08-06 22:00] synchronizing package lists
    [2012-08-06 22:00] Running 'pacman -S yaourt'
    [2012-08-06 22:00] installed yajl (2.0.4-1)
    [2012-08-06 22:00] installed package-query (1.0.1-1)
    [2012-08-06 22:00] installed yaourt (1.1-1)
    [2012-08-06 22:00] Running 'pacman -S extra/schedtool community/esdl'
    [2012-08-06 22:00] upgraded schedtool (1.3.0-2 -> 1.3.0-2)
    [2012-08-06 22:00] upgraded esdl (2:1.2-1 -> 2:1.2-1)
    [2012-08-06 22:00] Running 'pacman -S extra/schedtool community/esdl'
    [2012-08-06 22:00] upgraded schedtool (1.3.0-2 -> 1.3.0-2)
    [2012-08-06 22:00] upgraded esdl (2:1.2-1 -> 2:1.2-1)
    [2012-08-06 22:00] Running 'pacman -S --asdeps --needed extra/jdk7-openjdk'
    [2012-08-06 22:01] installed java-rhino (1.7R3-3)
    [2012-08-06 22:01] installed jre7-openjdk-headless (7.u5_2.2.1-1)
    [2012-08-06 22:01] when you use a non-reparenting window manager
    [2012-08-06 22:01] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2012-08-06 22:01] /etc/profile.d/jre.sh
    [2012-08-06 22:01] installed jre7-openjdk (7.u5_2.2.1-1)
    [2012-08-06 22:01] installed jdk7-openjdk (7.u5_2.2.1-1)
    [2012-08-06 22:02] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.kJz/android-apktool-1.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:02] installed android-apktool (1.4.9-1)
    [2012-08-06 22:04] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.ubB/android-sdk-r20.0.1-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:05] You need to source /etc/profile or relogin to add the Android SDK tools to your path.
    [2012-08-06 22:05] The android group has been removed, install android packages as root.
    [2012-08-06 22:05] upgraded android-sdk (r20-2 -> r20.0.1-1)
    [2012-08-06 22:08] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.g9s/android-sdk-platform-tools-r14-1-any.pkg.tar.xz'
    [2012-08-06 22:08] upgraded android-sdk-platform-tools (r12-1 -> r14-1)
    [2012-08-06 22:08] Running 'pacman -S --asdeps --needed extra/libmtp'
    [2012-08-06 22:08] installed libmtp (1.1.3-1)
    [2012-08-06 22:08] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.0Uc/android-udev-1.3-4-any.pkg.tar.xz'
    [2012-08-06 22:08] ===> In order to use adb, you have to be in the 'adbusers' group
    [2012-08-06 22:08] ===> For that, use: gpasswd -a USERNAME adbusers
    [2012-08-06 22:08] installed android-udev (1.3-4)
    [2012-08-06 22:08] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.n8w/fastboot-20110628-2-any.pkg.tar.xz'
    [2012-08-06 22:08] installed fastboot (20110628-2)
    [2012-08-06 22:09] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.aCT/pngcrush-1.7.35-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:09] upgraded pngcrush (1.7.31-1 -> 1.7.35-1)
    [2012-08-06 22:09] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.ZNg/repo-git-20120806-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:10] Running 'pacman -S abs base-devel perl git gnupg flex bison gperf zip unzip sdl wxgtk squashfs-tools ncurses libpng zlib libusb libusb-compat readline alsa-lib openal'
    [2012-08-06 22:11] Running 'pacman -S lib32-gcc-libs lib32-glibc lib32-libx11 lib32-libxau lib32-libxcb lib32-libxdmcp lib32-libxext lib32-libxrender lib32-alsa-lib lib32-libstdc++5 lib32-libxv lib32-ncurses lib32-openal lib32-sdl lib32-zlib swt'
    [2012-08-06 22:11] upgraded lib32-glibc (2.16.0-2 -> 2.16.0-2)
    [2012-08-06 22:11] upgraded lib32-gcc-libs (4.7.1-5 -> 4.7.1-5)
    [2012-08-06 22:11] upgraded lib32-libxdmcp (1.1.1-1 -> 1.1.1-1)
    [2012-08-06 22:11] upgraded lib32-libxau (1.0.7-1 -> 1.0.7-1)
    [2012-08-06 22:11] upgraded lib32-libxcb (1.8.1-2 -> 1.8.1-2)
    [2012-08-06 22:11] upgraded lib32-libx11 (1.5.0-1 -> 1.5.0-1)
    [2012-08-06 22:11] upgraded lib32-libxext (1.3.1-1 -> 1.3.1-1)
    [2012-08-06 22:11] upgraded lib32-libxrender (0.9.7-1 -> 0.9.7-1)
    [2012-08-06 22:11] upgraded lib32-alsa-lib (1.0.25-1 -> 1.0.25-1)
    [2012-08-06 22:11] upgraded lib32-libstdc++5 (3.3.6-6 -> 3.3.6-6)
    [2012-08-06 22:11] upgraded lib32-libxv (1.0.7-1 -> 1.0.7-1)
    [2012-08-06 22:11] upgraded lib32-ncurses (5.9-1 -> 5.9-1)
    [2012-08-06 22:11] upgraded lib32-openal (1.14-1 -> 1.14-1)
    [2012-08-06 22:11] upgraded lib32-sdl (1.2.15-2 -> 1.2.15-2)
    [2012-08-06 22:11] upgraded lib32-zlib (1.2.7-1 -> 1.2.7-1)
    [2012-08-06 22:11] upgraded swt (3.7.2-1 -> 3.7.2-1)
    [2012-08-06 22:11] Running 'pacman -S gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-readline lib32-glibc lib32-zlib'
    [2012-08-06 22:12] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.u2K/lib32-libusb-1.0.9-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:12] installed lib32-libusb (1.0.9-1)
    [2012-08-06 22:12] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.ENc/lib32-libusb-compat-0.1.4-2-x86_64.pkg.tar.xz'
    [2012-08-06 22:12] installed lib32-libusb-compat (0.1.4-2)
    [2012-08-06 22:16] Running 'pacman -S ps3mediaserver'
    [2012-08-06 22:17] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.WIi/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-06 22:17] upgraded pms (1.60.0-1 -> 1.60.0-2)
    [2012-08-06 22:18] Running 'pacman -Syu'
    [2012-08-06 22:18] synchronizing package lists
    [2012-08-06 22:18] starting full system upgrade
    [2012-08-06 22:18] Running 'pacman -Syu'
    [2012-08-06 22:18] synchronizing package lists
    [2012-08-06 22:18] starting full system upgrade
    [2012-08-06 22:20] upgraded bison (2.6-1 -> 2.6.2-1)
    [2012-08-06 22:20] upgraded chromium (20.0.1132.57-2 -> 21.0.1180.57-1)
    [2012-08-06 22:20] upgraded libldap (2.4.31-4 -> 2.4.32-1)
    [2012-08-06 22:20] upgraded krb5 (1.10.2-2 -> 1.10.2-3)
    [2012-08-06 22:20] upgraded cifs-utils (5.5-1 -> 5.6-2)
    [2012-08-06 22:20] upgraded cryptsetup (1.4.3-1 -> 1.5.0-1)
    [2012-08-06 22:20] upgraded curl (7.26.0-1 -> 7.27.0-1)
    [2012-08-06 22:20] upgraded flex (2.5.36-1 -> 2.5.37-1)
    [2012-08-06 22:20] upgraded fuse (2.9.0-1 -> 2.9.1-1)
    [2012-08-06 22:20] upgraded git (1.7.11.3-1 -> 1.7.11.4-1)
    [2012-08-06 22:20] upgraded gnutls (3.0.21-2 -> 3.0.22-1)
    [2012-08-06 22:20] upgraded hwids (20120711-1 -> 20120730-1)
    [2012-08-06 22:20] upgraded nvidia-utils (302.17-1 -> 304.32-1)
    [2012-08-06 22:20] upgraded lib32-nvidia-utils (302.17-1 -> 304.32-1)
    [2012-08-06 22:20] upgraded libcups (1.5.4-1 -> 1.6.1-2)
    [2012-08-06 22:20] upgraded libmysqlclient (5.5.25.a-1 -> 5.5.27-1)
    [2012-08-06 22:20] upgraded libsystemd (187-2 -> 187-4)
    [2012-08-06 22:20] upgraded libthai (0.1.17-1 -> 0.1.18-1)
    [2012-08-06 22:20] upgraded systemd-tools (187-2 -> 187-4)
    [2012-08-06 22:20] upgraded mkinitcpio (0.9.2-2 -> 0.10-1)
    [2012-08-06 22:20] >>> Updating module dependencies. Please wait ...
    [2012-08-06 22:20] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-06 22:20] ==> Building image from preset: 'default'
    [2012-08-06 22:20] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-06 22:20] ==> Starting build: 3.4.7-1-ARCH
    [2012-08-06 22:20] -> Running build hook: [base]
    [2012-08-06 22:20] -> Running build hook: [udev]
    [2012-08-06 22:20] -> Running build hook: [autodetect]
    [2012-08-06 22:20] -> Running build hook: [pata]
    [2012-08-06 22:20] -> Running build hook: [scsi]
    [2012-08-06 22:20] -> Running build hook: [sata]
    [2012-08-06 22:20] -> Running build hook: [filesystems]
    [2012-08-06 22:20] -> Running build hook: [usbinput]
    [2012-08-06 22:20] -> Running build hook: [fsck]
    [2012-08-06 22:20] ==> Generating module dependencies
    [2012-08-06 22:20] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-06 22:20] ==> Image generation successful
    [2012-08-06 22:20] ==> Building image from preset: 'fallback'
    [2012-08-06 22:20] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-06 22:20] ==> Starting build: 3.4.7-1-ARCH
    [2012-08-06 22:20] -> Running build hook: [base]
    [2012-08-06 22:20] -> Running build hook: [udev]
    [2012-08-06 22:20] -> Running build hook: [pata]
    [2012-08-06 22:20] -> Running build hook: [scsi]
    [2012-08-06 22:20] -> Running build hook: [sata]
    [2012-08-06 22:20] -> Running build hook: [filesystems]
    [2012-08-06 22:20] -> Running build hook: [usbinput]
    [2012-08-06 22:20] -> Running build hook: [fsck]
    [2012-08-06 22:20] ==> Generating module dependencies
    [2012-08-06 22:20] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-06 22:20] ==> Image generation successful
    [2012-08-06 22:20] upgraded linux (3.4.6-1 -> 3.4.7-1)
    [2012-08-06 22:20] upgraded mysql-clients (5.5.25.a-1 -> 5.5.27-1)
    [2012-08-06 22:20] upgraded mysql (5.5.25.a-1 -> 5.5.27-1)
    [2012-08-06 22:20] upgraded nspr (4.9.1-1 -> 4.9.2-1)
    [2012-08-06 22:20] upgraded nvidia (302.17-4 -> 304.32-1)
    [2012-08-06 22:20] upgraded tzdata (2012d-1 -> 2012e-1)
    [2012-08-06 22:20] upgraded xf86-input-evdev (2.7.1-1 -> 2.7.2-1)
    [2012-08-06 22:23] Running 'pacman -S openjdk'
    [2012-08-06 22:23] Running 'pacman -S jdk7-openjdk'
    [2012-08-06 22:24] upgraded jdk7-openjdk (7.u5_2.2.1-1 -> 7.u5_2.2.1-1)
    [2012-08-06 22:24] Running 'pacman -S jre7-openjdk'
    [2012-08-06 22:24] upgraded jre7-openjdk (7.u5_2.2.1-1 -> 7.u5_2.2.1-1)
    [2012-08-06 22:25] Running 'pacman -R pms'
    [2012-08-06 22:25] warning: /opt/pms/PMS.conf saved as /opt/pms/PMS.conf.pacsave
    [2012-08-06 22:25] removed pms (1.60.0-2)
    [2012-08-06 22:26] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.QTF/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-06 22:26] installed pms (1.60.0-2)
    [2012-08-06 22:26] Running 'pacman -S vlc'
    [2012-08-06 22:26] installed libdvbpsi (0.2.2-1)
    [2012-08-06 22:26] installed sdl_image (1.2.12-2)
    [2012-08-06 22:26] installed libdvdread (4.2.0-1)
    [2012-08-06 22:26] installed libdvdnav (4.2.0-2)
    [2012-08-06 22:26] installed libkate (0.4.1-3)
    [2012-08-06 22:26] installed libtiger (0.3.4-3)
    [2012-08-06 22:26] installed libebml (1.2.2-2)
    [2012-08-06 22:26] installed libmatroska (1.3.0-2)
    [2012-08-06 22:26] installed zvbi (0.2.33-4)
    [2012-08-06 22:26] installed taglib (1.7.2-2)
    [2012-08-06 22:26] installed libmpcdec (1.2.6-3)
    [2012-08-06 22:26] installed libupnp (1.6.17-1)
    [2012-08-06 22:26] installed libshout (1:2.3.0-1)
    [2012-08-06 22:26] installed libmpeg2 (0.5.1-3)
    [2012-08-06 22:26] installed libmodplug (0.8.8.4-1)
    [2012-08-06 22:26] installed ttf-freefont (20120503-1)
    [2012-08-06 22:26] installed vlc (2.0.3-2)
    [2012-08-06 22:26] Running 'pacman -S lib32-gcc-libs lib32-glibc'
    [2012-08-06 22:26] upgraded lib32-glibc (2.16.0-2 -> 2.16.0-2)
    [2012-08-06 22:26] upgraded lib32-gcc-libs (4.7.1-5 -> 4.7.1-5)
    [2012-08-07 11:44] Running 'pacman --noconfirm --asdeps -S -- pacman-color'
    [2012-08-07 11:44] installed pacman-color (4.0.3-1)
    [2012-08-07 11:44] Running 'pacman -U packer-color-20120807-1-any.pkg.tar.xz'
    [2012-08-07 11:44] installed packer-color (20120807-1)
    [2012-08-07 11:50] Running 'pacman-color -S packer'
    [2012-08-07 15:50] Running 'pacman -Syyu'
    [2012-08-07 15:50] synchronizing package lists
    [2012-08-07 15:50] starting full system upgrade
    [2012-08-07 15:50] upgraded libwbclient (3.6.6-1 -> 3.6.7-1)
    [2012-08-07 15:51] upgraded smbclient (3.6.6-1 -> 3.6.7-1)
    [2012-08-07 15:51] Running 'pacman -Sy'
    [2012-08-07 15:51] synchronizing package lists
    [2012-08-07 15:51] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.77j/rutorrent-plugins-3.4-3-any.pkg.tar.xz'
    [2012-08-07 15:51] upgraded rutorrent-plugins (3.4-2 -> 3.4-3)
    [2012-08-07 15:51] Running 'pacman -Sy'
    [2012-08-07 15:51] synchronizing package lists
    [2012-08-07 16:02] Running 'pacman-color -S crontab'
    [2012-08-07 16:02] Running 'pacman-color -S cronjob'
    [2012-08-07 16:02] Running 'pacman-color -S cron'
    [2012-08-07 16:02] upgraded cronie (1.4.8-2 -> 1.4.8-2)
    [2012-08-07 16:04] Running 'pacman-color -S cronie'
    [2012-08-07 16:05] Running 'pacman-color -S esmtp procmail'
    [2012-08-07 16:05] installed libesmtp (1.0.6-2)
    [2012-08-07 16:05] installed esmtp (1.2-4)
    [2012-08-07 16:05] installed procmail (3.22-5)
    [2012-08-08 12:10] Running 'pacman -Sy'
    [2012-08-08 12:10] synchronizing package lists
    [2012-08-08 12:12] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.82R/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-08 12:12] upgraded pms (1.60.0-2 -> 1.60.0-2)
    [2012-08-08 18:02] Running 'pacman -R pms'
    [2012-08-08 18:02] removed pms (1.60.0-2)
    [2012-08-08 18:02] Running 'pacman -Sy'
    [2012-08-08 18:02] synchronizing package lists
    [2012-08-08 18:03] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.BkP/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-08 18:03] installed pms (1.60.0-2)
    [2012-08-08 18:17] Running 'pacman -S extra/icedtea-web'
    [2012-08-08 18:17] Running 'pacman -S extra/icedtea-web-java7'
    [2012-08-08 18:18] installed icedtea-web-java7 (1.2.1-2)
    [2012-08-08 18:36] Running 'pacman -R pms'
    [2012-08-08 1

    shadowlurker wrote:
    It's problem in pam configuration files. You need to create files useradd, userdel, groupadd and groupdel in /etc/pam.d/ directory with following content:
    auth sufficient pam_rootok.so
    auth required pam_unix.so
    account required pam_unix.so
    session required pam_unix.so
    password required pam_permit.so
    You da man! I also had to add grpconv and chage to get filesystem working but all seems well now thanks!
    Doug piston had me try something that I think will help anyone else who has this problem.  Try re-installing pambase and shadow.  It generated back most of any I was missing.
    Last edited by shauder (2012-11-03 00:55:19)

  • Problem with instalation of Full ABAP Edition-Trial

    Hello,
    I have problem with this installation, I've tried everything and still I see error during installation.
    Computer name: Dawid
    Microsoft Windows XP SP2
    Windows firewall: disabled
    Norton AntivVirus Auto-Protect: disabled
    host file:
    10.10.0.10 Dawid
    services file:
    sapmsNSP       3600/tcp
    Loopback adaptor instaled, I have response using ping 10.10.0.10
    Java (about tab):
    Java(TM) 2 Runtime Environment, Standard Edition 1.4.2_09
    Default Virtual Machine Version 1.4.2_09-b05
    Java(TM) Plug-in 1.4.2_09
    I try install on disc D:. My system disc is C:.
    Catalog i type for instalation: D:\SAPNSP
    Database password: admin
    Logs:
    Sun Dec 10 11:20:41 CET 2006 MaxDB: Start SoftwareCheck
    Sun Dec 10 11:20:41 CET 2006 MaxDB: IndepProgPath:
    Sun Dec 10 11:20:41 CET 2006 MaxDB: IndepDataPath:
    Sun Dec 10 11:20:41 CET 2006 MaxDB: Software doesn't exist, Variable MAXDB_SOFTW_EXISTS set to NO
    Sun Dec 10 11:20:41 CET 2006 MaxDB: end of Check Section!
    Sun Dec 10 11:20:52 CET 2006 MaxDB: Start of Extracting Software and Backup.
    Sun Dec 10 11:27:18 CET 2006 MaxDB: End of Extracting Software and Backup.
    Sun Dec 10 11:27:18 CET 2006 MaxDB: Start of CallSdbinst
    Sun Dec 10 11:27:18 CET 2006 MaxDB: IndepProgPath = D:/sapdb/programs
    Sun Dec 10 11:27:18 CET 2006 MaxDB: inst_type = :restore:
    Sun Dec 10 11:27:18 CET 2006 MaxDB: Calling sdbinst with template option sapmds
    Sun Dec 10 11:27:18 CET 2006 MaxDB SID: NSP
    Sun Dec 10 11:27:18 CET 2006 MaxDB drive: D:\
    Sun Dec 10 11:27:18 CET 2006 MaxDB softwarepath: D:/sapdb
    Sun Dec 10 11:27:18 CET 2006 MaxDB Software location: D:/sapdb/NSP/_tempLocation
    Sun Dec 10 11:27:18 CET 2006 MaxDB backup_loc: D:/sapdb/NSP/_tempLocation/load/load_datasave
    Sun Dec 10 11:27:18 CET 2006 MaxDB program: D:/sapdb/NSP/_tempLocation/sdbinst.exe
    Sun Dec 10 11:27:18 CET 2006 MaxDB paramfile: D:/sapdb/NSP/_tempLocation/sapmds.txt
    Sun Dec 10 11:27:18 CET 2006MaxDB found sdbinst
    Sun Dec 10 11:27:18 CET 2006 MaxDB: Calling: D:/sapdb/NSP/_tempLocation/sdbinst.exe -t sapmds -f "D:/sapdb/NSP/_tempLocation/sapmds.txt" -p DBNAME=NSP -p SOFTWAREPATH="D:/sapdb" -p INSTANCEBACKUP="D:/sapdb/NSP/_tempLocation/load/load_datasave"
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:      Installation of MaxDB Software
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:      *******************************
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: starting installation Su, Dec 10, 2006 at 11:27:25
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: operating system: Windows I386 NT 5.1 Dodatek Service Pack 2
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: callers working directory: C:/SAPNW2004sABAPTrail/image
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: installer directory: D:/sapdb/NSP/_tempLocation
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: archive directory: D:/sapdb/NSP/_tempLocation
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: starting preparing phase of package Base 7.6.00.32 32 bit
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: independent data path: d:/sapdb/data
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: independent program path: d:/sapdb/programs
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBBAS.TGZ"
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: package Base successfully checked
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: starting preparing phase of package SAP Utilities 7.6.00.32 32 bit
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: : d:/sapdb/data
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: independent program path: d:/sapdb/programs
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SAPUTL.TGZ"
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: package SAP Utilities successfully checked
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: starting preparing phase of package SQLDBC 7.6.00.32 32 bit
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: dbc path: d:/sapdb/programs
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBC.TGZ"
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: package SQLDBC successfully checked
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: starting preparing phase of package JDBC 7.6.00.30
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst: java driver path: d:/sapdb/programs
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBJDBC.TGZ"
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst: package JDBC successfully checked
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: starting preparing phase of package Server Utilities 7.6.00.32 32 bit
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: independent program path: d:/sapdb/programs
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBUTL.TGZ"
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst: package Server Utilities successfully checked
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst: starting preparing phase of package Database Kernel 7.6.00.32 32 bit
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: dependent path: d:/sapdb/nsp/db
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBKRN.TGZ"
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: package Database Kernel successfully checked
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: starting preparing phase of package Messages MSG 0.3951
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: messages path: d:/sapdb/programs
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBMSG.TGZ"
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: package Messages successfully checked
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst: starting preparing phase of package ODBC 7.6.00.32 32 bit
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: odbc path: d:/sapdb/programs
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBODBC.TGZ"
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: package ODBC successfully checked
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: starting preparing phase of package Webtools 7.6.00.32 32 bit
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: webtools path: d:/sapdb/programs/web
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBWEB.TGZ"
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: package Webtools successfully checked
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: starting preparing phase of package SQLDBC 76 7.6.00.32 32 bit
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: dbc path: d:/sapdb/programs
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SQLDBC76.TGZ"
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst: package SQLDBC 76 successfully checked
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst: checking filesystem "D:"... free disk space ok
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst: starting installation phase of package Base 7.6.00.32 32 bit
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBBAS.TGZ"
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:04 bin/
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       786432 2006-07-06 19:07:09 bin/dbmevtdisp.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:04:17 bin/protconv.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       147456 2006-07-06 17:54:19 bin/sdbconfig.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7168 2006-07-06 21:26:19 bin/SDBINST.EXE
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         6144 2006-07-06 21:26:20 bin/sdbpack.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7680 2006-07-06 21:26:20 bin/sdbreg.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7680 2006-07-06 21:26:19 bin/sdbregview.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        13824 2006-07-06 21:26:19 bin/SDBSETUP.EXE
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7680 2006-07-06 21:26:19 bin/sdbuninst.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7168 2006-07-06 21:26:20 bin/sdbverify.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1142784 2006-07-06 21:05:23 bin/sqlcli.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xsysrc.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       315392 2006-07-06 18:05:57 bin/xtcpupd.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       290816 2006-07-06 17:40:53 bin/xuser.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_ping.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:04 install/
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       192512 2006-07-06 21:22:43 install/Grid.dll
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       757760 2006-07-06 21:10:07 install/perl58.dll
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rw-rr        66954 2006-07-06 21:26:18 install/RESOURCES.TGZ
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rw-rr       447256 2006-07-06 21:26:18 install/SDBINST.TGZ
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       413696 2006-07-06 21:26:07 install/sdbrun.dll
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1245184 2006-07-06 21:25:05 install/Wx.dll
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      2265088 2006-07-06 21:22:14 install/wxmsw24.dll
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rw-rr        64323 2006-07-06 21:26:21 install/WXPERL.TGZ
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:05 pgm/
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1966080 2006-07-06 19:04:25 pgm/dbmcli.exe
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1966080 2006-07-06 19:04:25 pgm/dbmcli_HelpInst.exe
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       212992 2006-07-06 19:25:05 pgm/regupd.exe
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       303104 2006-07-06 18:06:19 pgm/sqlping.exe
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-06 17:32:53 pgm/sqltcp.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-06 17:32:55 pgm/sqltcp1.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-06 17:32:57 pgm/sqltcp2.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 17:32:59 pgm/sqltcpn.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       281952 2006-07-06 21:26:47 pgm/sqluser72.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       372656 2006-07-06 21:26:50 pgm/sqluser73.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       393216 2006-07-06 21:26:52 pgm/sqluser74.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       438272 2006-07-06 21:26:55 pgm/sqluser74n.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       516096 2006-07-06 20:52:19 pgm/sqluser76.dll
    Sun Dec 10 11:27:50 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:27:50 CET 2006 MaxDB sdbinst: checking system libraries... ok
    Sun Dec 10 11:27:50 CET 2006 MaxDB sdbinst: system path updated successfully
    Sun Dec 10 11:27:50 CET 2006 MaxDB sdbinst: please reboot your system after installation to take effect changes
    Sun Dec 10 11:27:52 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: starting installation phase of package SAP Utilities 7.6.00.32 32 bit
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SAPUTL.TGZ"
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:32 bin/
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       602112 2006-07-06 19:04:47 bin/dbmrfc.exe
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:33 lib/
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      8572928 2006-07-06 17:31:01 lib/icudt30.dll
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       692224 2006-07-06 17:31:01 lib/icuin30.dll
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       602112 2006-07-06 17:31:01 lib/icuuc30.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      5562368 2006-07-06 17:37:15 lib/librfc32u.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       102400 2006-07-06 17:31:01 lib/libsapu16vc71.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       249856 2006-07-06 17:31:01 lib/libsapucum.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:34 pgm/
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       507904 2006-07-06 19:04:21 pgm/dbmgetf.exe
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1167360 2006-07-06 17:32:49 pgm/sapni.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:34 Support/
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:34 Support/Mapfiles/
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rw-rr       883889 2006-07-06 19:04:21 Support/Mapfiles/dbmgetf.map
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rw-rr      1007259 2006-07-06 19:04:46 Support/Mapfiles/dbmrfc.map
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: extracting: -rw-rr       440451 2006-07-06 17:32:49 Support/Mapfiles/sapni.map
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:34 symbols/
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: extracting: -rw-rr      1010688 2006-07-06 17:32:49 symbols/sapni.pdb
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: starting installation phase of package SQLDBC 7.6.00.32 32 bit
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBC.TGZ"
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:09 bin/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       876544 2006-07-06 20:58:01 bin/sqldbc_cons.exe
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:09 pgm/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1073152 2006-07-06 20:53:41 pgm/libSQLDBC.dll
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1155072 2006-07-06 21:01:57 pgm/libSQLDBC_C.dll
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:08 sdk/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:08 sdk/sqldbc/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:08 sdk/sqldbc/incl/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rw-rr       155618 2006-07-06 17:37:15 sdk/sqldbc/incl/SQLDBC.h
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rw-rr       193773 2006-07-06 17:37:15 sdk/sqldbc/incl/SQLDBC_C.h
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rw-rr        29782 2006-07-06 17:37:15 sdk/sqldbc/incl/SQLDBC_Types.h
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:08 sdk/sqldbc/lib/
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: -rw-rr        80380 2006-07-06 20:53:41 sdk/sqldbc/lib/libSQLDBC.lib
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: -rw-rr       139834 2006-07-06 21:01:57 sdk/sqldbc/lib/libSQLDBC_C.lib
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:09 symbols/
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: -rw-rr      3943424 2006-07-06 20:53:40 symbols/libSQLDBC.pdb
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: -rw-rr      4451328 2006-07-06 21:01:55 symbols/libSQLDBC_C.pdb
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: starting installation phase of package JDBC 7.6.00.30
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBJDBC.TGZ"
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:48 runtime/
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:48 runtime/7600/
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:48 runtime/7600/pgm/
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       540672 2006-07-06 17:53:49 runtime/7600/pgm/sapdbcbin.dll
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:48 runtime/jar/
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: -rw-rr       489216 2006-07-06 17:37:15 runtime/jar/sapdbc.jar
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: starting installation phase of package Server Utilities 7.6.00.32 32 bit
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBUTL.TGZ"
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:49 bin/
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        65536 2006-07-06 19:06:21 bin/sdbinfo.exe
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       348160 2006-07-06 20:43:29 bin/sqlrun.dll
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/sysmon.exe
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xbackup.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xinstinfo.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xpu.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_analys.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_cons.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_server.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_show.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_start.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_stop.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_wiz.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_wizard.exe
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_wizstop.exe
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_wiztrc.exe
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:49 env/
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rw-rr          122 2006-07-06 19:14:30 env/serv.use
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rw-rr          245 2006-07-06 19:14:30 env/xstart.use
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rw-rr          542 2006-07-06 19:14:30 env/xstop.use
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:49 etc/
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rw-rr          207 2006-07-06 17:30:11 etc/VERSIONS
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:49 pgm/
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       466944 2006-07-06 17:54:55 pgm/serv.exe
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       270336 2006-07-06 17:54:21 pgm/show.exe
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: starting installation phase of package Database Kernel 7.6.00.32 32 bit
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBKRN.TGZ"
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:08 bin/
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       266240 2006-07-06 19:05:03 bin/backint.exe
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       786432 2006-07-06 19:07:09 bin/dbmevtdisp.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       540672 2006-07-06 19:07:19 bin/dbmevthndl_display.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       552960 2006-07-06 19:07:29 bin/dbmevthndl_winlog.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       282624 2006-07-06 19:03:17 bin/dbmsrvctl.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        42418 2006-07-06 17:37:15 bin/ireport.py
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       245760 2006-07-06 19:06:13 bin/pipe2file.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1114112 2006-07-06 19:05:25 bin/sdbfill.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       348160 2006-07-06 20:43:29 bin/sqlrun.dll
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        53248 2006-07-06 17:40:49 bin/sqlver.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        53248 2006-07-06 17:40:49 bin/sqlwhat.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xci.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xkernprot.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xoldci.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xservice.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xsql.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xsqlro.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xtracesort.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_diagnose.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       323584 2006-07-06 19:07:43 bin/x_python.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:59 cluster/
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1982464 2006-07-06 18:05:33 cluster/dbmsrv_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        77824 2006-07-06 17:55:37 cluster/SAPDBMSCSEx.dll
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       122880 2006-07-06 17:55:45 cluster/sapdbmscsman.dll
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-06 17:55:15 cluster/SAPDBMSCSMan.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        57344 2006-07-06 17:55:09 cluster/SAPDBMSCSRes.dll
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       303104 2006-07-06 17:55:57 cluster/service_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       483328 2006-07-06 17:55:55 cluster/serv_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       331776 2006-07-06 17:55:53 cluster/stop_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       335872 2006-07-06 17:55:53 cluster/strt_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:59 demo/
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr      3111624 2006-07-06 17:37:15 demo/HOTEL.py
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1080 2006-07-06 17:37:15 demo/ltutorial.py
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr        12046 2006-07-06 17:37:15 demo/tutoriallib.py
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:09 doc/
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4158 2006-07-06 17:37:15 doc/FirstSteps/index.html
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/Java/
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1019 2006-07-06 17:37:15 doc/FirstSteps/Java/DemodbData.class
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2239 2006-07-06 17:37:15 doc/FirstSteps/Java/DemodbData.java
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1599 2006-07-06 17:37:15 doc/FirstSteps/Java/HelloMaxDB.class
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2162 2006-07-06 17:37:15 doc/FirstSteps/Java/HelloMaxDB.java
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2662 2006-07-06 17:37:15 doc/FirstSteps/Java/HowToJava.html
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1305 2006-07-06 17:37:15 doc/FirstSteps/Java/StateMaxDB.class
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1767 2006-07-06 17:37:15 doc/FirstSteps/Java/StateMaxDB.java
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr          227 2006-07-06 17:37:15 doc/FirstSteps/maxdbenv.cmd
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/ODBC/
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5213 2006-07-06 17:37:15 doc/FirstSteps/ODBC/HelloMaxDB.c
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1996 2006-07-06 17:37:15 doc/FirstSteps/ODBC/HowToODBC.html
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1101 2006-07-06 17:37:15 doc/FirstSteps/ODBC/Makefile
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/Perl/
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1686 2006-07-06 17:37:15 doc/FirstSteps/Perl/demodbData.pm
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2597 2006-07-06 17:37:15 doc/FirstSteps/Perl/HowToPerl.html
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1673 2006-07-06 17:37:15 doc/FirstSteps/Perl/StateMaxDB.pl
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/Python/
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1584 2006-07-06 17:37:15 doc/FirstSteps/Python/demodbData.py
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1572 2006-07-06 17:37:15 doc/FirstSteps/Python/HelloMaxDB-API.py
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1572 2006-07-06 17:37:15 doc/FirstSteps/Python/HelloMaxDB.py
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3746 2006-07-06 17:37:15 doc/FirstSteps/Python/HowToPython.html
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1578 2006-07-06 17:37:15 doc/FirstSteps/Python/StateMaxDB.py
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/SQLDBC/
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4225 2006-07-06 17:37:15 doc/FirstSteps/SQLDBC/HelloMaxDB.cpp
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2032 2006-07-06 17:37:15 doc/FirstSteps/SQLDBC/HowToSQLDBC.html
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1276 2006-07-06 17:37:15 doc/FirstSteps/SQLDBC/Makefile
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:03 env/
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         6940 2006-07-06 19:07:29 env/APPS.py
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4513 2006-07-06 19:07:29 env/CNR3DATA.py
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         8929 2006-07-06 19:07:29 env/CNR3TAB.py
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr       194089 2006-07-06 19:14:30 env/cserv.pcf
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr        18587 2006-07-06 19:07:29 env/DBMVIEWS.py
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:00 env/en/
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr         7609 2006-07-06 19:14:30 env/en/DBM.en
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr        16426 2006-07-06 19:07:31 env/GARBAGE.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr          249 2006-07-06 19:14:30 env/general.use
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         2017 2006-07-06 19:07:37 env/getpackages.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1857 2006-07-06 19:07:31 env/INFO.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr        14835 2006-07-06 19:07:37 env/installib.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr        74105 2006-07-06 19:07:31 env/JDBC.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr          396 2006-07-06 19:14:30 env/kernprot.use
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1662 2006-07-06 19:07:37 env/lapps.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr         8840 2006-07-06 17:37:15 env/lsystab.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        19212 2006-07-06 19:07:31 env/ODBC.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1954 2006-07-06 19:07:31 env/ORADD.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr       267134 2006-07-06 19:07:33 env/ORADDCOM.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        10299 2006-07-06 19:07:33 env/ORADDSYN.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr       159113 2006-07-06 19:07:33 env/ORADDV.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2113 2006-07-06 19:07:33 env/PRECOM.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        49168 2006-07-06 19:07:37 env/REPOSITORY.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        62152 2006-07-06 19:07:31 env/SAPDBLOADER.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5196 2006-07-06 19:07:33 env/SHOWCMD.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        47440 2006-07-06 19:07:33 env/SQLDBC.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        47024 2006-07-06 19:07:33 env/SYSDBA.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        58248 2006-07-06 19:07:35 env/SYSDBACOM.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        17897 2006-07-06 19:07:35 env/SYSINFO.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr       106735 2006-07-06 19:07:35 env/SYSINFOCOM.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        10964 2006-07-06 19:07:35 env/TRIGGER.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3916 2006-07-06 19:07:35 env/UDE.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr         7309 2006-07-06 19:07:37 env/WA.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        54557 2006-07-06 19:07:35 env/XDD.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr       105718 2006-07-06 19:07:35 env/XDDCOM.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:03 lib/
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:04 lib/python2.3/
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rw-rr         7577 2006-07-06 17:37:15 lib/python2.3/optlib.py
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       135234 2006-07-06 17:37:15 lib/python2.3/pyexpat.pyd
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:04 lib/python2.3/sdb/
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rw-rr        15565 2006-07-06 17:37:15 lib/python2.3/sdb/dbapi.py
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       503808 2006-07-06 19:07:49 lib/python2.3/sdb/dbm.pyd
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       483328 2006-07-06 19:07:53 lib/python2.3/sdb/loader.pyd
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       458752 2006-07-06 19:07:59 lib/python2.3/sdb/sql.pyd
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rw-rr          921 2006-07-06 17:37:15 lib/python2.3/sdb/__init__.py
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        61503 2006-07-06 17:37:15 lib/python2.3/zlib.pyd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49218 2006-07-06 17:37:15 lib/python2.3/_socket.pyd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        57407 2006-07-06 17:37:15 lib/python2.3/_sre.pyd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:05 misc/
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2437 2006-07-06 21:07:35 misc/create_demo_db.cmd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rw-rr          417 2006-07-06 21:07:35 misc/drop_demo_db.cmd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:09 pgm/
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       200704 2006-07-06 19:06:17 pgm/backup.exe
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       372736 2006-07-06 17:54:09 pgm/cons.exe
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 17:53:51 pgm/cr_param.exe
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       940032 2006-07-06 17:37:15 pgm/dbghelp.dll
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:03:31 pgm/dbmreg.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       405504 2006-07-06 19:04:11 pgm/dbmshm.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1966080 2006-07-06 19:03:09 pgm/dbmsrv.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1748992 2006-07-06 19:03:51 pgm/dbmsrvscd.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:03:23 pgm/dbmstart.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:03:27 pgm/dbmstop.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:03:35 pgm/dbmunreg.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        69632 2006-07-06 20:52:15 pgm/dbpinstall.dll
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1060864 2006-07-06 18:08:59 pgm/diagnose.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      6971392 2006-07-06 19:02:57 pgm/kernel.exe
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       118784 2006-07-06 18:06:25 pgm/libhsscopy.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1134592 2006-07-06 20:48:31 pgm/liboms.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       151552 2006-07-06 20:52:53 pgm/libsqlcls.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1073152 2006-07-06 20:53:41 pgm/libSQLDBC.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1155072 2006-07-06 21:01:57 pgm/libSQLDBC_C.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      2953216 2006-07-06 19:14:03 pgm/lserver.exe
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        20545 2006-07-06 17:37:15 pgm/pysapdb.exe
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       974915 2006-07-06 17:37:15 pgm/python23.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rw-rr      2071185 2006-07-06 17:37:15 pgm/python23.zip
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 17:53:51 pgm/renparam.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       290816 2006-07-06 17:54:59 pgm/service.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1097728 2006-07-06 18:08:01 pgm/slowci.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       405504 2006-07-06 17:55:03 pgm/sqlinst.dll
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1359872 2006-07-06 17:55:07 pgm/sqlmsg.dll
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       315392 2006-07-06 17:54:15 pgm/stop.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       319488 2006-07-06 17:54:11 pgm/strt.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        98304 2006-07-06 19:25:09 pgm/StudioUtil.dll
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-06 18:06:21 pgm/sysrc.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-06 17:55:05 pgm/systemrc.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       221184 2006-07-06 19:25:17 pgm/TableDefC.dll
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 19:07:21 pgm/Tools_WinEvtLog.dll
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-06 19:14:15 pgm/tracesort.exe
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:09 sap/
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rw-rr          147 2006-07-06 17:37:15 sap/dbpinstall.lst
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1474 2006-07-06 19:04:47 sap/grantxdb.dbm
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        18192 2006-07-06 17:37:15 sap/lcinit.bat
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       126976 2006-07-06 20:52:03 sap/lvcbench.dll
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rw-rr           89 2006-07-06 17:37:15 sap/saprfc.ini
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        86016 2006-07-06 19:27:03 sap/sphsapdb.dll
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst: extracting: -rw-rr           12 2006-07-06 17:37:15 sap/sphsapdb.lst
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst: starting installation phase of package Messages MSG 0.3951
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBMSG.TGZ"
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:16 msg/
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr          846 2006-07-06 17:37:15 msg/SDBMsg_Admin.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1107 2006-07-06 17:37:15 msg/SDBMsg_Backup.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3255 2006-07-06 17:37:15 msg/SDBMsg_Catalog.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4595 2006-07-06 17:37:15 msg/SDBMsg_Converter.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr        13936 2006-07-06 17:37:15 msg/SDBMsg_Data.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr          333 2006-07-06 17:37:15 msg/SDBMsg_DBMCLI.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5254 2006-07-06 17:37:15 msg/SDBMsg_DBMEd.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr          328 2006-07-06 17:37:15 msg/SDBMsg_DBMLog.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3179 2006-07-06 17:37:15 msg/SDBMsg_DBMScd.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr        75397 2006-07-06 17:37:15 msg/SDBMsg_DBMSrv.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1071 2006-07-06 17:37:15 msg/SDBMsg_DBMSrvTest.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1321 2006-07-06 17:37:15 msg/SDBMsg_DBProc.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr          553 2006-07-06 17:37:15 msg/SDBMsg_DIAGNOSE.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         7818 2006-07-06 17:37:15 msg/SDBMsg_FileDir.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr          477 2006-07-06 17:37:15 msg/SDBMsg_Index.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3461 2006-07-06 17:37:15 msg/SDBMsg_IOMan.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1384 2006-07-06 17:37:15 msg/SDBMsg_Join.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          697 2006-07-06 17:37:15 msg/SDBMsg_JoinPathOptimizer.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2112 2006-07-06 17:37:15 msg/SDBMsg_KernelCommon.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1035 2006-07-06 17:37:15 msg/SDBMsg_KSQL.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          801 2006-07-06 17:37:15 msg/SDBMsg_LiveCache.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          172 2006-07-06 17:37:15 msg/SDBMsg_Loader.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5443 2006-07-06 17:37:15 msg/SDBMsg_Log.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3154 2006-07-06 17:37:15 msg/SDBMsg_Messages.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          369 2006-07-06 17:37:15 msg/SDBMsg_ObjectContainer.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3159 2006-07-06 17:37:15 msg/SDBMsg_OMS.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          172 2006-07-06 17:37:15 msg/SDBMsg_OPMSG.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr          172 2006-07-06 17:37:15 msg/SDBMsg_Optimizer.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr          435 2006-07-06 17:37:15 msg/SDBMsg_Query.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr          442 2006-07-06 17:37:15 msg/SDBMsg_QueryRewrite.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2021 2006-07-06 17:37:15 msg/SDBMsg_Recovery.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5220 2006-07-06 17:37:15 msg/SDBMsg_Rst.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2472 2006-07-06 17:37:15 msg/SDBMsg_RTEComm.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1406 2006-07-06 17:37:15 msg/SDBMsg_RTEConf.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr          889 2006-07-06 17:37:15 msg/SDBMsg_RTEDBState.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5001 2006-07-06 17:37:15 msg/SDBMsg_RTEDiag.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr        14767 2006-07-06 17:37:15 msg/SDBMsg_RTEIO.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3625 2006-07-06 17:37:15 msg/SDBMsg_RTEMem.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr          511 2006-07-06 17:37:15 msg/SDBMsg_RTESec.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1808 2006-07-06 17:37:15 msg/SDBMsg_RTESys.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3550 2006-07-06 17:37:15 msg/SDBMsg_RTETask.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4541 2006-07-06 17:37:15 msg/SDBMsg_RunTime.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1653 2006-07-06 17:37:15 msg/SDBMsg_SAPDBAlgo.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr          562 2006-07-06 17:37:15 msg/SDBMsg_SAPDBMem.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1718 2006-07-06 17:37:15 msg/SDBMsg_Savepoint.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5909 2006-07-06 17:37:15 msg/SDBMsg_SharedSQL.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr        26284 2006-07-06 17:37:15 msg/SDBMsg_SQLMan.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr         9419 2006-07-06 17:37:15 msg/SDBMsg_SrvTasks.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3638 2006-07-06 17:37:15 msg/SDBMsg_Table.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr          883 2006-07-06 17:37:15 msg/SDBMsg_ToolsCommon.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1186 2006-07-06 17:37:15 msg/SDBMsg_Transaction.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4883 2006-07-06 17:37:15 msg/SDBMsg_ZZZTest.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: starting installation phase of package ODBC 7.6.00.32 32 bit
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBODBC.TGZ"
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:54 incl/
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr        11380 2006-07-06 17:37:15 incl/SDBBOS.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr        31567 2006-07-06 17:40:36 incl/sql.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr        81467 2006-07-06 17:40:36 incl/sqlext.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr         9534 2006-07-06 17:40:36 incl/sqltypes.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr        24313 2006-07-06 17:40:36 incl/sqlucode.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:54 pgm/
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       487424 2006-07-06 19:27:49 pgm/libSDBBOS.dll
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        12288 2006-07-06 17:37:31 pgm/odbcreg.exe
    Sun Dec 10 11:28:27 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1073152 2006-07-06 17:40:15 pgm/sqlod32.dll
    Sun Dec 10 11:28:27 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1130496 2006-07-06 17:40:35 pgm/sqlod32w.dll
    Sun Dec 10 11:28:27 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 17:40:47 pgm/sqlodext.dll
    Sun Dec 10 11:28:27 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-06 17:40:45 pgm/sqlsp32.dll
    Sun Dec 10 11:28:27 CET 2006 MaxDB sd

    Hi,
    Looking for reason of error I've installed susccesduly SAP NetWeaver Application Server
    Java™ EE 5 Edition
    Now when I tray instalal ABAP version I have additional error in log
    Wed Dec 27 09:43:29 CET 2006 MaxDB sdbinst: Logging in
    Wed Dec 27 09:43:30 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:30 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:31 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:31 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:31 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:31 CET 2006 MaxDB sdbinst: cannot write to network connection
    Maybe it's a problem with insufficient RAM, I will buy some and tray.

  • Problems with libclntsh.so.10.1 and PHP/Apache HTTPD

    Hello,
    I've been wrestling with the install of Instant Client/OCI8 with PHP 5.0.4 and Apache HTTPD 2.0.52 on RHEL4 ES. Most recently I've followed the instructions detailed here: http://www.oracle.com/technology/pub/notes/technote_php_instant.html
    Apache is installed from the RHN rpm.
    PHP was successfully compiled with the following parameters:
    ./configure with-mysql with-ssl with-ldap with-apxs2 with-dom with-oci8-instant-client=/usr/local/oracle/instantclient_10_2 --enable-sigchild
    I've also attempted to get OCI8 working using the full Administration Client from CD. In either case, I can compile/install PHP just fine. I've indexed the Instant Client directory with ldconfig, and the user that runs HTTPD has read/execute permissions on libclntsh.so.10.1 and on all the directories above it. Nonetheless, when I start Apache, I invariably run into the following error:
    # /etc/init.d/httpd start
    Starting httpd: Syntax error on line 190 of /etc/httpd/conf/httpd.conf:
    Cannot load /usr/lib/httpd/modules/libphp5.so into server: libclntsh.so.10.1: failed to map segment from shared object: Permission denied [FAILED]
    Thanks in advance for any insight,
    Patrick
    Message was edited by:
    dog.breath

    I have a similar problem:
    Syntax error on line 202 of /etc/httpd/conf/httpd.conf:
    Cannot load /usr/lib/httpd/modules/libphp5.so into server: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    Using the following succesfull configuraion
    PHP Version => 5.0.4
    System => Linux 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004 i686
    Build Date => Aug 26 2005 11:23:17
    Configure Command => './configure' '--enable-force-cgi-redirect' '--enable-ftp' '--with-dbase' '--with-regex=system' '--with-gd' '--with-bz2' '--with-config-file-path=/etc/httpd/conf/httpd.conf' '--with-zlib' '--with-oci8=/home/oracle/product/10.1.0/Db_1' '--enable-sigchild' '--with-dom-xslt=/usr/lib/libxslt.so.1.1.11' '--with-png' '--with-apxs2'
    Server API => Command Line Interface
    Virtual Directory Support => disabled
    Configuration File (php.ini) Path => /etc/httpd/conf/httpd.conf
    Everything is visible to all users the LD Library path is set even in the httpd.conf file.
    Clear PHP works from within the command line, now I want to get it working via Apache2.
    If anybody has a clue I would be most obliged.
    Also disabling SELinux did not do the trick.

  • Problem with: /W[1 3 0]

    I'm writing a PDF parser and I'm trying to get cross-reference streams working.  I have been able to decode the xref stream with zlib, and I've unpredicted the stream, and I've verified that all the type 1 entries point to actual indirect objects within the file...except for a few.  I've tested this with about 40 random PDF files that I downloaded from the Internet, and my parser works with most of them.
    My problem is when I encounter a PDF xref stream dictionary that has the width setting with the third value set to zero like /W[1 3 0] or /W[1 2 0].  In tracing my code, everything appears to work fine with a zero width field setting it to a default value of zero, but the pointers that come out don't point to valid indirect objects it the file.
    Is there any special way that I need to handle things when the third /W value is zero?
    -paul

    Here's one of the files I'm having problems with:
    http://www.qotile.net/temp/pdf/general2.pdf
    Below is output from my parser, which I've modified to show each cross-reference entry.  In XRef Stream 2 entry #1, you see that it is a valid entry that points to a valid object.  But entry 5 points beyond the end of the file.  The other cross reference table is a similar story.  I only see these kinds of problems when the third /W value is zero in a cross reference stream.
    WWW (#23) general2.pdf  1495711 bytes
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2
    X R E F STREAM #2 | @1495421 in file | /W[1 3 0] | /FlateDecode
    entry 0: 2 0 0 0 0 2 TYPE 0
    entry 1: 2 1 22 194 160 2 TYPE 1 ==> 1 0 obj?<</Length 
    entry 2: 2 0 0 14 121 2 TYPE 0
    entry 3: 2 0 0 0 140 2 TYPE 0
    entry 4: 2 0 0 1 216 2 TYPE 0
    entry 5: 2 1 234 47 133 2 TYPE 1 ==> ERROR UNABLE TO GET OBJECT 
    entry 6: 2 0 0 0 1 0 TYPE 0
    TYPE0: 5 TYPE1: 2 TYPE2: 0 (TOTAL: 7)
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1
    X R E F STREAM #1 | @116 in file | /W[1 2 0] | /FlateDecode
    entry 0: 2 1 0 16 2 TYPE 1 ==> 7 0 obj?<</Lineari
    entry 1: 2 0 2 72 2 TYPE 0
    entry 2: 2 0 0 60 2 TYPE 0
    entry 3: 2 0 1 213 2 TYPE 0
    entry 4: 2 0 0 125 2 TYPE 0
    entry 5: 2 0 1 97 2 TYPE 0
    entry 6: 2 0 10 110 2 TYPE 0
    entry 7: 2 0 15 233 2 TYPE 0
    entry 8: 2 0 227 214 2 TYPE 0
    entry 9: 2 1 0 150 2 TYPE 1 (ERROR: NO OBJECT) ==> 3/Predictor 
    entry 10: 2 255 1 188 0 UNHANDLED TYPE
    TYPE0: 8 TYPE1: 2 TYPE2: 0 [UNKNOWN: 1] (TOTAL: 11)

  • Problems with connecting to FreeNX server

    When I try to connect to the server a black window with the NX logo apears for 1sec and then it disapears with no errors. In the error file this shows:
    Proxy: WARNING! Handling data for finishing FD#7 channel ID#1.
    Proxy: WARNING! Handling data for finishing FD#7 channel ID#1.
    After trying with a windows client, i got this log from the client:
    Info: Proxy running in client mode with pid '3380'.
    Session: Starting session at 'Mon May 26 03:36:22 2008'.
    Warning: Connected to remote version 3.1.0 with local version 3.2.0.
    Info: Connection with remote proxy completed.
    Warning: Unrecognized session type 'unix-kde'. Assuming agent session.
    Info: Using WAN link parameters 768/24/1/0.
    Info: Using cache parameters 4/4096KB/16384KB/16384KB.
    Info: Using pack method 'adaptive-9' with session 'unix-kde'.
    Info: Using ZLIB data compression 1/1/32.
    Info: Using ZLIB stream compression 1/1.
    Info: No suitable cache file found.
    Info: Forwarding X11 connections to display ':0'.
    Info: Listening to font server connections on port '11000'.
    Session: Session started at 'Mon May 26 03:36:24 2008'.
    Info: Established X server connection.
    Info: Using shared memory parameters 0/0K.
    Session: Terminating session at 'Mon May 26 03:36:25 2008'.
    Session: Session terminated at 'Mon May 26 03:36:25 2008'.
    Last edited by tafsen (2008-05-26 01:41:22)

    Your only option is to contact the server administrator. Who
    hosts your
    server?
    If you have an account with them, you should be able to login
    to your
    account and change your FTP settings however if they are
    having problems
    with servers, this might not be possible!
    There isn't, as far as I know, any other way to connect.
    Hope this is useful anyway.
    Nath.
    "B_C_B_C" <[email protected]> wrote in
    message
    news:ftu0qj$lph$[email protected]..
    > Hi there, I registered to ask this question and to see
    if anyone had any
    > answers to help me. I own Dreamweaver CS3, the full
    licensed version. I
    > already have a testing server and a server under the
    remote info section,
    > and
    > on the site I've added quite a few things. Recently I've
    had real
    > problems
    > connecting to the server - my password and log-in name
    is correct, exactly
    > the
    > same at my University, and yet it refuses to log in.
    However, my teacher
    > mentioned that the server is quite unreliable and that
    they're working on
    > installing a new one, so it looks like even they
    acknowledge there's a
    > problem.
    > Any hints or tips on how to connect, or to maybe reset
    the password and
    > log-in
    > on both the remote info server and the testing server?
    Because this is a
    > huge
    > inconvenience for me at the moment. Any help or info
    would be hugely
    > appreciated.
    >
    >

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

  • Problem with Threads and a static variable

    I have a problem with the code below. I am yet to make sure that I understand the problem. Correct me if I am wrong please.
    Code functionality:
    A timer calls SetState every second. It sets the state and sets boolean variable "changed" to true. Then notifies a main process thread to check if the state changed to send a message.
    The problem as far I understand is:
    Assume the timer Thread calls SetState twice before the main process Thread runs. As a result, "changed" is set to true twice. However, since the main process is blocked twice during the two calls to SetState, when it runs it would have the two SetState timer threads blocked on its synchronized body. It will pass the first one, send the message and set "changed" to false since it was true. Now, it will pass the second thread, but here is the problem, "changed" is already set to false. As a result, it won't send the message even though it is supposed to.
    Would you please let me know if my understanding is correct? If so, what would you propose to resolve the problem? Should I call wait some other or should I notify in a different way?
    Thanks,
    B.D.
    Code:
    private static volatile boolean bChanged = false;
    private static Thread objMainProcess;
       protected static void Init(){
            objMainProcess = new Thread() {
                public void run() {
                    while( objMainProcess == Thread.currentThread() ) {
                       GetState();
            objMainProcess.setDaemon( true );
            objMainProcess.start();
        public static void initStatusTimer(){
            if(objTimer == null)
                 objTimer = new javax.swing.Timer( 1000, new java.awt.event.ActionListener(){
                    public void actionPerformed( java.awt.event.ActionEvent evt){
                              SetState();
        private static void SetState(){
            if( objMainProcess == null ) return;
            synchronized( objMainProcess ) {
                bChanged = true;
                try{
                    objMainProcess.notify();
                }catch( IllegalMonitorStateException e ) {}
        private static boolean GetState() {
            if( objMainProcess == null ) return false;
            synchronized( objMainProcess ) {
                if( bChanged) {
                    SendMessage();
                    bChanged = false;
                    return true;
                try {
                    objMainProcess.wait();
                }catch( InterruptedException e ) {}
                return false;
        }

    Thanks DrClap for your reply. Everything you said is right. It is not easy to make them alternate since SetState() could be called from different places where the state could be anything else but a status message. Like a GREETING message for example. It is a handshaking message but not a status message.
    Again as you said, There is a reason I can't call sendMessage() inside setState().
    The only way I was able to do it is by having a counter of the number of notifies that have been called. Every time notify() is called a counter is incremented. Now instead of just checking if "changed" flag is true, I also check if notify counter is greater than zero. If both true, I send the message. If "changed" flag is false, I check again if the notify counter is greater than zero, I send the message. This way it works, but it is kind of a patch than a good design fix. I am yet to find a good solution.
    Thanks,
    B.D.

  • Problem with threads running javaw

    Hi,
    Having a problem with multi thread programming using client server sockets. The program works find when starting the the application in a console using java muti.java , but when using javaw multi.java the program doesnt die and have to kill it in the task manager. The program doesnt display any of my gui error messages either when the server disconnect the client. all works find in a console. any advice on this as I havent been able to understand why this is happening? any comment would be appreciated.
    troy.

    troy,
    Try and post a minimum code sample of your app which
    does not work.
    When using javaw, make sure you redirect the standard
    error and standard output streams to file.
    Graeme.Hi Graeme,
    I dont understand what you mean by redirection to file? some of my code below.
    The code works fine under a console, code is supposed to exit when the client (the other server )disconnects. the problem is that but the clientworker side of the code still works. which under console it doesnt.
    public class Server{
    ServerSocket aServerSocket;
    Socket dianosticsSocket;
    Socket nPortExpress;
    ClientListener aClientListener;
    LinkedList queue = new LinkedList();
    int port = 0;
    int clientPort = 0;
    String clientName = null;
    boolean serverAlive = true;
    * Server constructor generates a server
    * Socket and then starts a client threads.
    * @param aPort      socket port of local machine.
    public Server(int aPort, String aClientName, int aClientPort){
    port = aPort;
    clientName = aClientName;
    clientPort = aClientPort;
    try{
    // create a new thread
    aServerSocket = new ServerSocket(port) ;
    // connect to the nPortExpress
    aClientListener = new ClientListener(InetAddress.getByName(clientName), clientPort, queue,this);
    // aClientListener.setDaemon(true);
    aClientListener.start();
    // start a dianostic port
    DiagnosticsServer aDiagnosticsServer = new DiagnosticsServer(port,queue,aClientListener);
    // System.out.println("Server is running on port " + port + "...");
    // System.out.println("Connect to nPort");
    catch(Exception e)
    // System.out.println("ERROR: Server port " + port + " not available");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Server port " + port + " not available", JOptionPane.ERROR_MESSAGE);
    serverAlive = false;
    System.exit(1);
    while(serverAlive&&aClientListener.hostSocket.isConnected()){
    try{
    // connect the client
    Socket aClient = aServerSocket.accept();
    //System.out.println("open client connection");
    //System.out.println("client local: "+ aClient.getLocalAddress().toString());
    // System.out.println("client localport: "+ aClient.getLocalPort());
    // System.out.println("client : "+ aClient.getInetAddress().toString());
    // System.out.println("client port: "+ aClient.getLocalPort());
    // make a new client thread
    ClientWorker clientThread = new ClientWorker(aClient, queue, aClientListener, false);
    // start thread
    clientThread.start();
    catch(Exception e)
    //System.out.println("ERROR: Client connection failure");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Client connection failure", JOptionPane.ERROR_MESSAGE);
    }// end while
    } // end constructor Server
    void serverExit(){
         JOptionPane.showMessageDialog(null, "Server ","ERROR: nPort Failure", JOptionPane.ERROR_MESSAGE);
         System.exit(1);
    }// end class Server
    *** connect to another server
    public class ClientListener extends Thread{
    InetAddress hostName;
    int hostPort;
    Socket hostSocket;
    BufferedReader in;
    PrintWriter out;
    boolean loggedIn;
    LinkedList queue;      // reference to Server queue
    Server serverRef; // reference to main server
    * ClientListener connects to the host server.
    * @param aHostName is the name of the host eg server name or IP address.
    * @param aHostPort is a port number of the host.
    * @param aLoginName is the users login name.
    public ClientListener(InetAddress aHostName, int aHostPort,LinkedList aQueue,Server aServer)      // reference to Server queue)
    hostName = aHostName;
    hostPort = aHostPort;
    queue = aQueue;
    serverRef = aServer;      
    // connect to the server
    try{
    hostSocket = new Socket(hostName, hostPort);
    catch(IOException e){
    //System.out.println("ERROR: Connection Host Failed");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Connection to nPort Failed", JOptionPane.ERROR_MESSAGE);     
    System.exit(0);
    } // end constructor ClientListener
    ** multi client connection server
    ClientWorker(Socket aSocket,LinkedList aQueue, ClientListener aClientListener, boolean diagnostics){
    queue = aQueue;
    addToQueue(this);
    client = aSocket;
    clientRef = aClientListener;
    aDiagnostic = diagnostics;
    } // end constructor ClientWorker
    * run method is the main loop of the server program
    * in change of handle new client connection as well
    * as handle all messages and errors.
    public void run(){
    boolean alive = true;
    String aSubString = "";
    in = null;
    out = null;
    loginName = "";
    loggedIn = false;
    while (alive && client.isConnected()&& clientRef.hostSocket.isConnected()){
    try{
    in = new BufferedReader(new InputStreamReader(client.getInputStream()));
    out = new PrintWriter(new OutputStreamWriter(client.getOutputStream()));
    if(aDiagnostic){
    out.println("WELCOME to diagnostics");
    broadCastDia("Connect : diagnostics "+client.getInetAddress().toString());
    out.flush();
    else {       
    out.println("WELCOME to Troy's Server");
    broadCastDia("Connect : client "+client.getInetAddress().toString());
         out.flush();
    String line;
    while(((line = in.readLine())!= null)){
    StringTokenizer aStringToken = new StringTokenizer(line, " ");
    if(!aDiagnostic){
    broadCastDia(line);
    clientRef.sendMessage(line); // send mesage out to netExpress
    out.println(line);
    out.flush();
    else{
    if(line.equals("GETIPS"))
    getIPs();
    else{
    clientRef.sendMessage(line); // send mesage out to netExpress
    out.println(line);
    out.flush();
    } // end while
    catch(Exception e){
    // System.out.println("ERROR:Client Connection reset");
                             JOptionPane.showMessageDialog(null, (e.toString()),"ERROR:Client Connection reset", JOptionPane.ERROR_MESSAGE);     
    try{
    if(aDiagnostic){
    broadCastDia("Disconnect : diagnostics "+client.getInetAddress().toString());
    out.flush();
    else {       
    broadCastDia("Disconnect : client "+client.getInetAddress().toString());
         out.flush();
    // close the buffers and connection;
    in.close();
    out.close();
    client.close();
    // System.out.println("out");
    // remove from list
    removeThreadQueue(this);
    alive = false;
    catch(Exception e){
    // System.out.println("ERROR: Client Connection reset failure");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Client Connection reset failure", JOptionPane.ERROR_MESSAGE);     
    }// end while
    } // end method run
    * method run - Generates io stream for communicating with the server and
    * starts the client gui. Run also parses the input commands from the server.
    public void run(){
    boolean alive = true;
    try{
    // begin to life the gui
    // aGuiClient = new ClientGui(hostName.getHostName(), hostPort, loginName, this);
    // aGuiClient.show();
    in = new BufferedReader(new InputStreamReader(hostSocket.getInputStream()));
    out = new PrintWriter(new OutputStreamWriter(hostSocket.getOutputStream()));
    while (alive && hostSocket.isConnected()){
    String line;
    while(((line = in.readLine())!= null)){
    System.out.println(line);
    broadCast(line);
    } // end while
    } // end while
    catch(Exception e){
    //     System.out.println("ERRORa Connection to host reset");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Connection to nPort reset", JOptionPane.ERROR_MESSAGE);
    try{
    hostSocket.close();
         }catch(Exception a){
         JOptionPane.showMessageDialog(null, (a.toString()),"ERROR: Exception", JOptionPane.ERROR_MESSAGE);
    alive = false;
    System.exit(1);
    } // end method run

  • Problem with threads and camera.

    Hi everybody!
    I've a problem with taking snapshot.
    I would like to display a loading screen after it take snapshot ( sometimes i
    have to wait few seconds after i took snapshot. Propably photo is being taken in time where i have to wait).
    I was trying to use threads but i didn't succeed.
    I made this code:
    display.setCurrent(perform);               
            new Thread(new Runnable(){
                public void run() {               
                    while((!performing.isShown()) && (backgroundCamera.isShown())){
                        Thread.yield();
                    notifyAll();
            }).start();
            new Thread(new Runnable(){
                public void run() {
                    try {
                        this.wait();                   
                    } catch(Exception e) {
                        exceptionHandler(e);
                    photo = camera.snapshot();                               
                    display.setCurrent(displayPhoto);
            }).start();This code is sometimes showing performing screen but sometimes no.
    I don't know why. In my opinion performing.isShown() method isn't working correctly.
    Does anyone have some idea how to use threads here?

    Hi,
    I've finally managed to work this fine.
    The code:
           Object o = new Object();
           display.setCurrent(perform);               
            new Thread(new Runnable(){
                public void run() {               
                    while(!performing.isShown()){
                        Thread.yield();
                   synchronized(o) {
                      o.notify();
            }).start();
            new Thread(new Runnable(){
                public void run() {
                    try {
                        synchronized(o) {
                           o.wait(1);
                    } catch(Exception e) {
                        exceptionHandler(e);
                    photo = camera.snapshot();                               
                    display.setCurrent(displayPhoto);
            }).start();

  • Problem with threads hanging

    We have a problem where our application stops responding after a few days of usage. Things will for fine for a day or two, and then pretty quickly threads will start getting hung up, usually in places where they are allocating memory
    We are running WebLogic 8.1 SP2 on Sun JDK 1.4.2_04 on Solaris 8 using the alternate threading model and the -server hotspot vm. We are running pretty much the same code that we had no problems with under WebLogic 6.1 SP4 and Sun JDK 1.3.1.
    A thread dump usually shows that some or all of our execute threads are in the state "waiting for monitor entry" even though they are not currently waiting on any java locks. Here is a sample thread from the thread dump (we have ~120 threads so I don't want to post the full dump).
    =============================================================================================
    "ExecuteThread: '8' for queue: 'itgCrmWarExecutionQueue'" daemon prio=5 tid=0x005941d0 nid=0x2c waiting for monitor entry [c807f000..c807fc28]
    at java.lang.String.substring(String.java:1446)
    at java.lang.String.substring(String.java:1411)
    at weblogic.servlet.internal.ServletRequestImpl.getRelativeUri(ServletRequestImpl.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3492)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    =============================================================================================
    String.java line 1446 for this jdk allocates a new String object, and all the other threads in this state also are creating new objects or arrays, etc.
    We've done a pstack on this process when it's in this state, and the threads that are in the "waiting for monitor entry" that look like they're allocating memory are all waiting on the same lwp_mutex_lock with some allocation method that's calling into the native TwoGenerationCollectorPolicy.mem_allocate_work (see pstack output below for the same thread as in the thread dump above)
    =============================================================================================
    ----------------- lwp# 44 / thread# 44 --------------------
    ff31f364 lwp_mutex_lock (e3d70)
    fee92384 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 2d8
    fee324d4 __1cSObjectSynchronizerKfast_enter6FnGHandle_pnJBasicLock_pnGThread__v_ (c807f65c, c807f7d4, 5941d0, 0, 35d654, fee328ec) + 68
    fee32954 __1cQinstanceRefKlassZacquire_pending_list_lock6FpnJBasicLock__v_ (c807f7d4, ff170000, d4680000, 4491d4, fee1bc2c,
    0) + 78
    fee3167c __1cPVM_GC_OperationNdoit_prologue6M_i_ (c807f7bc, 4400, ff170000, 2d2b8, 4a6268, c807fa18) + 38
    fee2e0b0 __1cIVMThreadHexecute6FpnMVM_Operation__v_ (c807f7bc, 963a8, 0, 0, 1, 0) + 90
    fed2c2a4 __1cbCTwoGenerationCollectorPolicyRmem_allocate_work6MIii_pnIHeapWord__ (962c0, ff1c29ec, ff1c297c, ff131a26, 4800, 4998) + 160
    fed22940 __1cNinstanceKlassRallocate_instance6MpnGThread__pnPinstanceOopDesc__ (ee009020, 5941d0, 15ca581, 3647f0, 4a6268, c807f8c8) + 180
    fed34928 __1cLOptoRuntimeFnew_C6FpnMklassOopDesc_pnKJavaThread__v_ (ee009018, 5941d0, 0, 0, 0, 0) + 28
    fa435a58 ???????? (ee009018, e86de, 15ca4de, 50dc, 5941d0, c807f9c8)
    fb36f9a4 ???????? (0, d412ccd8, ee046c28, ff170000, 0, 0)
    fad8b278 ???????? (ee046c28, d6000c90, ee046530, 8, db8e8450, c807f9e8)
    fad62abc ???????? (d412ccd8, ee046530, d6000c90, ee3bfa38, 8, c807fa18)
    fa4b3c38 ???????? (c807fb9c, 0, f2134700, fa415e50, 8, c807faa8)
    fa40010c ???????? (c807fc28, c807fe90, a, ee9e1e20, 4, c807fb40)
    fed5d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (c807fe88, c807fcf0, c807fda8, 5941d0, 5941d0, c807fd00) + 27c
    fee4b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (ff170000, 594778, c807fd9c, c807fd98, c807fda8, 5941d0) + 164
    fee5e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (c807fe88, c807fe84, c807fe7c, c807fe74, c807fe6c, 5941d0) + 6c
    fee6fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (5941d0, 5941d0, 838588, 594778, 306d10, fee69254) + 128
    fee6927c __1cKJavaThreadDrun6M_v_ (5941d0, 2c, 40, 0, 40, 0) + 284
    fee6575c _start   (5941d0, fa1a1600, 0, 0, 0, 0) + 134
    ff3758c0 lwpstart (0, 0, 0, 0, 0, 0)
    =============================================================================================
    Also when it's having this problem, the "VM Thread" is always using a lot of processor time. We did a couple of pstacks today while it was having this problem, and this thread was stuck in the ONMethodSweeper.sweep for over 15 minutes when we finally killed the server.
    From the thread dump:
    "VM Thread" prio=5 tid=0x000e2d20 nid=0x2 runnable
    From the first pstack:
    =============================================================================================
    ----------------- lwp# 2 / thread# 2 --------------------
    fed40c04 __1cXvirtual_call_RelocationIparse_ic6FrpnICodeBlob_rpC5rppnHoopDesc_pi_nNRelocIterator__ (42a2f4, fa5fa46d, ffffffff, fc4ffcb8, 42a2f4, 42a324) + 124
    fed46318 __1cKCompiledIC2t5B6MpnKRelocation__v_ (42a2f0, fc4ffd24, fc4ffd4c, e802, 0, 6) + 38
    fed90c38 __1cHnmethodVcleanup_inline_caches6M_v_ (fa5f7f88, fa608940, 1, 0, fa400000, 6) + 1ac
    fede18b4 __1cONMethodSweeperFsweep6F_v_ (2cf38, 0, ffffffff, ff1cf1fc, ff1c66e8, fede1d44) + 1b0
    fede1e6c __1cUSafepointSynchronizeFbegin6F_v_ (2cf38, ff1ba138, 5000, 50dc, 5000, 525c) + 248
    feef1fd4 __1cIVMThreadEloop6M_v_ (4400, 4000, 4324, 4000, 42b0, 3800) + 3d4
    feef1ae4 __1cIVMThreadDrun6M_v_ (e2d20, 2, 40, 0, 40, 0) + 8c
    fee6575c _start   (e2d20, ff270200, 0, 0, 0, 0) + 134
    ff3758c0 lwpstart (0, 0, 0, 0, 0, 0)
    =============================================================================================
    Second pstack
    =============================================================================================
    ----------------- lwp# 2 / thread# 2 --------------------
    fed41180 __1cXvirtual_call_RelocationIparse_ic6FrpnICodeBlob_rpC5rppnHoopDesc_pi_nNRelocIterator__ (0, ff1b9664, ffffffff, fc4ffcb8, a6f2cc, fc4ffbd0) + 6a0
    fed46318 __1cKCompiledIC2t5B6MpnKRelocation__v_ (a6f2c8, fc4ffd24, fc4ffd4c, e802, 0, 6) + 38
    fed90c38 __1cHnmethodVcleanup_inline_caches6M_v_ (faded4c8, fadf2c80, 1, 0, fa400000, 6) + 1ac
    fede18b4 __1cONMethodSweeperFsweep6F_v_ (2cf38, 0, ffffffff, ff1cf1fc, ff1c66e8, fede1d44) + 1b0
    fede1e6c __1cUSafepointSynchronizeFbegin6F_v_ (2cf38, ff1ba138, 5000, 50dc, 5000, 525c) + 248
    feef1fd4 __1cIVMThreadEloop6M_v_ (4400, 4000, 4324, 4000, 42b0, 3800) + 3d4
    feef1ae4 __1cIVMThreadDrun6M_v_ (e2d20, 2, 40, 0, 40, 0) + 8c
    fee6575c _start   (e2d20, ff270200, 0, 0, 0, 0) + 134
    ff3758c0 lwpstart (0, 0, 0, 0, 0, 0)
    =============================================================================================
    Has anyone ever seen anything like this? I'm trying to figure out if this is caused by something we're doing, or something relating to our environment and jvm options. Any ideas?

    Thanks for the reply - I'm testing our app with the +UseConcMarkSweepGC now in our test environment to make sure it doesn't cause any problems there.  Unfortunately the only place we've had this problem is on the production server, so it's extra difficult debugging this. 
    We're using the following memory options:
    -ms512m -mx512m -XX:NewSize=128m -XX:PermSize=192m -XX:MaxNewSize=128m -XX:MaxPermSize=192m -XX:SurvivorRatio=8and the following debugging options, as we've also been seeing OutOfMemoryErrors ( see http://forum.java.sun.com/thread.jsp?forum=37&thread=522354&tstart=45&trange=15 )
    -verbosegc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGCBTW, which c++filt version and options are you using? Our Solaris boxes only seem to have the GNU version installed. I was trying to run that on some of the other stack traces and wasn't getting anywhere, and didn't know if because it was GNU version wouldn't work on something compiled with the Sun compiler.
    Thanks!
    --Andy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem with threads and ProgressMonitor

    Dear Friends:
    I have a little problem with a thread and a ProgressMonitor. I have a long time process that runs in a thread (the thread is in an separate class). The thread has a ProgressMonitor that works fine and shows the tasks progress.
    But I need deactivate the main class(the main class is the user interface) until the thread ends.
    I use something like this:
    LongTask myTask=new LongTask();
    myTask.start();
    myTask.join();
    Now, the main class waits for the task to end, but the progress monitor don`t works fine: it shows only the dialog but not the progress bar.
    What's wrong?

    Is the dialog a modal dialog? This can block other UI updates.
    In general, you should make sure that it isn't modal, and that your workThread has a fairly low priority so that the UI can do its updating

  • Problem with threads and/or memory

    I'm developing an application where there are 3 threads. One of them sends a request to the other, and if the 2nd can't answer it, it sends it to the 3rd (similar to CPU -> CACHE -> MEMORY). When i run the program with 1000-10.000 requests, no problem occurs. When i run it with 300.000-1.000.000 requests, it sometimes hangs. Is this a problem with the garbage collector, or should it be related to the threads mecanism.
    (note: eache thread is in execution using a finite state machine)

    i had been running the program inside Netbeans.
    Running the jar using the command line outside
    Netbeans i have no more problems... Does Netbeans use
    it's own JVM?Depends how you set it up, but look under the options. There are settings for the compiler and jvm that it uses.

  • Installation problem with NW'04 SR1: database connection failed

    Hi all,
    while installing NW '04 SR1 on Windows Server 2003 SP1 and MS SQL Server 2000 SP4 I ran into an error related to the database connection. While performing the step "Load Java Database content" SAPinst crashes with the message
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    The connection to the SLQ Server with e.g. the Query Analyzer is OK. I had a problem with this installation setup before (have a look at the corresponding <a href="https://forums.sdn.sap.com/thread.jspa?threadID=338638&tstart=0">thread</a> ), the JDBC drivers where missing on the installation master but after copying them in the right direction the installation went on with no problem up to this point...
    Has anybody an idea what could have happened here? Is this maybe a problem connected to the one I recently had
    Below I attached the sapinst.log and jload.log with more detailed messages.
    sapinst.log ###########
    INFO 2007-03-12 22:06:24
    Working directory changed to C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_~1\ONE_HOST.
    INFO 2007-03-12 22:06:24
    Output of D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log' is written to the logfile C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_~1\ONE_HOST/jload.java.log.
    WARNING 2007-03-12 22:06:26
    Execution of the command "D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log'" finished with return code 1. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    12.03.2007 22:06:25 com.sap.inst.jload.Jload main
    INFO: Jload -sec WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key -dataDir S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML -log C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log
    12.03.2007 22:06:26 com.sap.inst.jload.Jload main
    SCHWERWIEGEND: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    ERROR 2007-03-12 22:06:26
    CJS-20065  Execution of JLoad tool 'D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log'' aborts with returncode 1. Check 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log' and 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.java.log' for more information.
    jload.log ###########
    12.03.07 22:06 com.sap.inst.jload.Jload main
    INFO: Jload -sec WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key -dataDir S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML -log C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log
    12.03.07 22:06 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    Best regards,
    Bernd

    Hello Kairat,
    Please follow the below mentioned guide to install it.
    Check all the parameters to set and run pre requisite checker before starting installation.
    Keep in mind that before starting any SAP installation you should always run prerequisite checker.
    https://websmp205.sap-ag.de/instguides --> SAP Netweaver -->SAP Netweaver 7.0 -- > Installations --> EHP2
    Regards,
    Amit Barnawal

  • My app store wont let me download apps, says the card is expired and theres a problem with previous purchase can someone help me pls?

    My app store wont let me download apps, asks me to update my payment details then says theres a problem with previous purchase and card is expired which is untrue someone help me pls

    This is a User to User Forum...
    See Here for
    Mac Apps Store Customer Service
    http://www.apple.com/support/mac/app-store/contact.html?form=account
    iTunes Customer Service Contact
    http://www.apple.com/support/itunes/contact.html

Maybe you are looking for

  • During the setting up of my new iphone 4s music doesn' t show  as a selection with icloud

    i tried to set up my iphone 4s and itunes 10.5.2 to share music via i cloud in settings>store>automatics downloads menu i had to activate apps and books as a choise ( there wasn 't a choise for music such i see in user manual) Same in itunes edit>pre

  • How can i install windows 8

    i have macbook pro retina 15 inch i cant install windows 8 or win 7 my mac when boot cd and restart mac and mac dont work please answer me i need help thanks

  • Restore Time Machine from WD My Cloud (a network drive)

    Good morning.  I recently had my hard drive replaced on my iMac.  I had been using My Cloud as the repository for my Time Machine backups.  When I started my iMac when I got it home, it is not recognizing where the Time Machine backups are and it doe

  • Error:Cannot open the file c:\windows\sapmmc.msc

    Hi Folks, I have been using SAP IDES ECC 6.2 for a while and now all of a sudden encountered a problem CANNOT OPEN THE FILE C:\WINDOWS\SAPMMC.MSC. I am a technical consultant and i know nothing about basis and sap installations. Is this error so fata

  • Flash CS4 floating panes redraw

    Hi, I recently upgraded to CS4 and this issue appeared, so far only in Flash: a few times every minute, the screen blinks and floating panes that are not attached to the window will do a redraw of some portion of the pane (usually the top) as seen in