[SOLVED] startx and xinit fail on eeepc901 (possibly after upgrade)

Dear all,
Can't get X to start.
After a system upgrade (was a messy one, I'm pretty sure this is not a bug) I must have deleted some very important file for X. The fact is that it has stopped working, startx fails, xinit fail, even Xorg -configure fails. Please also note that I've changed the kernel (from zeneee to stock) but I had the same behavior with the previous kernel.
Possibly interesting outputs:
$xinit
giving up.
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error.
$startx
xauth: creating new authority file /home/mgp/.serverauth.4397
giving up.
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error.
It does create the authority file. Fails after that.
#Xorg -configure
Segmentation fault
My xorg.conf file is as follows (although I have tried without one and have the same errors, so probably not related):
Section "ServerLayout"
Identifier "Arch Linux"
Screen 0 "Screen0"
InputDevice "keyboard"
InputDevice "mouse"
InputDevice "synaptics"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "GLcore"
Load "glx"
Load "record"
Load "dri"
Load "extmod"
Load "xtrap"
Load "dbe"
Load "freetype"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "BlankTime" "5"
Option "AIGLX" "false"
Option "AutoAddDevices" "false"
EndSection
Section "InputDevice"
Identifier "keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbLayout" "us"
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "synaptics"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "PalmDetect" "0"
Option "SHMConfig" "true"
Option "SendCoreEvents" "yes"
Option "RBCornerButton" "0"
Option "RTCornerButtom" "0"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "AccelFactor" "0.0320"
Option "MaxSpeed" "0.72"
Option "MinSpeed" "0.6"
Option "Emulate3Buttons" "true"
Option "TouchPadOff" "0"
Option "LBCornerButton" "2"
Option "LeftEdge" "60"
Option "RightEdge" "1070"
Option "TopEdge" "90"
Option "BottomEdge" "680"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
Option "HorizScrollDelta" "20"
Option "LockedDrags" "1"
Option "CoastingSpeed" "0.13"
Option "CircularScrolling" "1"
Option "CircScrollTrigger" "8" # 8=Top Left Corner
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "ASUS"
ModelName "eeePC 901"
Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +VSync # 60 Hz
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
BusID "PCI:0:2:0"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
If it means anything to anyone, I have the strace output to xinit and startx but can't post them both due to the limit on the length of the post. Here is the xinit strace output:
4173 execve("/usr/bin/xinit", ["xinit"], [/* 33 vars */]) = 0
4173 brk(0) = 0x9264000
4173 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
4173 open("/etc/ld.so.cache", O_RDONLY) = 3
4173 fstat64(3, {st_mode=S_IFREG|0644, st_size=133164, ...}) = 0
4173 mmap2(NULL, 133164, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb80ad000
4173 close(3) = 0
4173 open("/usr/lib/libX11.so.6", O_RDONLY) = 3
4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240d\1\0004\0\0\0\310"..., 512) = 512
4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=1255735, ...}) = 0
4173 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb80ac000
4173 mmap2(NULL, 1162916, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f90000
4173 mmap2(0xb80a8000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x117) = 0xb80a8000
4173 close(3) = 0
4173 open("/lib/libc.so.6", O_RDONLY) = 3
4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220k\1\0004\0\0\0\0"..., 512) = 512
4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=1553884, ...}) = 0
4173 mmap2(NULL, 1333512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e4a000
4173 mmap2(0xb7f8a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f) = 0xb7f8a000
4173 mmap2(0xb7f8d000, 10504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f8d000
4173 close(3) = 0
4173 open("/usr/lib/libxcb.so.1", O_RDONLY) = 3
4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320~\0\0004\0\0\0D"..., 512) = 512
4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=128751, ...}) = 0
4173 mmap2(NULL, 99968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e31000
4173 mmap2(0xb7e49000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17) = 0xb7e49000
4173 close(3) = 0
4173 open("/lib/libdl.so.2", O_RDONLY) = 3
4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \n\0\0004\0\0\0\\"..., 512) = 512
4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=13419, ...}) = 0
4173 mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e2d000
4173 mmap2(0xb7e2f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7e2f000
4173 close(3) = 0
4173 open("/usr/lib/libXau.so.6", O_RDONLY) = 3
4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\10\0\0004\0\0\0\20"..., 512) = 512
4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=9706, ...}) = 0
4173 mmap2(NULL, 10112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e2a000
4173 mmap2(0xb7e2c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7e2c000
4173 close(3) = 0
4173 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3
4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\17\0\0004\0\0\0\344"..., 512) = 512
4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=20705, ...}) = 0
4173 mmap2(NULL, 19708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e25000
4173 mmap2(0xb7e29000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7e29000
4173 close(3) = 0
4173 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e24000
4173 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e23000
4173 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e236c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
4173 mprotect(0xb7e2f000, 4096, PROT_READ) = 0
4173 mprotect(0xb7f8a000, 8192, PROT_READ) = 0
4173 mprotect(0xb80eb000, 4096, PROT_READ) = 0
4173 munmap(0xb80ad000, 133164) = 0
4173 access("/home/mgp/.xinitrc", F_OK) = -1 ENOENT (No such file or directory)
4173 access("/home/mgp/.xserverrc", F_OK) = -1 ENOENT (No such file or directory)
4173 brk(0) = 0x9264000
4173 brk(0x9285000) = 0x9285000
4173 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
4173 rt_sigaction(SIGTERM, {0x8048e80, [], 0}, NULL, 8) = 0
4173 rt_sigaction(SIGQUIT, {0x8048e80, [], 0}, NULL, 8) = 0
4173 rt_sigaction(SIGINT, {0x8048e80, [], 0}, NULL, 8) = 0
4173 rt_sigaction(SIGHUP, {0x8048e80, [], 0}, NULL, 8) = 0
4173 rt_sigaction(SIGPIPE, {0x8048e80, [], 0}, NULL, 8) = 0
4173 rt_sigaction(SIGALRM, {0x8048eb0, [ALRM], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
4173 rt_sigaction(SIGUSR1, {0x8048e90, [USR1], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
4173 rt_sigprocmask(SIG_BLOCK, [USR1], [], 8) = 0
4173 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e23728) = 4174
4174 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
4173 setpriority(PRIO_PROCESS, 4174, -1 <unfinished ...>
4174 <... rt_sigprocmask resumed> NULL, 8) = 0
4174 rt_sigaction(SIGTTIN, {0x1, [TTIN], SA_RESTART}, <unfinished ...>
4173 <... setpriority resumed> ) = 0
4174 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
4174 rt_sigaction(SIGTTOU, {0x1, [TTOU], SA_RESTART}, <unfinished ...>
4173 waitpid(4174, <unfinished ...>
4174 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
4173 <... waitpid resumed> 0x804b940, WNOHANG) = 0
4174 rt_sigaction(SIGUSR1, {0x1, [USR1], SA_RESTART}, <unfinished ...>
4173 write(2, "\n"..., 1 <unfinished ...>
4174 <... rt_sigaction resumed> {0x8048e90, [USR1], SA_RESTART}, 8) = 0
4174 setpgid(0, 4174) = 0
4174 execve("/bin/X", ["X", ":0"], [/* 33 vars */]) = -1 ENOENT (No such file or directory)
4174 execve("/usr/bin/X", ["X", ":0"], [/* 33 vars */] <unfinished ...>
4173 <... write resumed> ) = 1
4173 alarm(15) = 0
4173 rt_sigsuspend([] <unfinished ...>
4174 <... execve resumed> ) = 0
4174 brk(0) = 0x8baa000
4174 fcntl64(0, F_GETFD) = 0
4174 fcntl64(1, F_GETFD) = 0
4174 fcntl64(2, F_GETFD) = 0
4174 access("/etc/suid-debug", F_OK) = -1 ENOENT (No such file or directory)
4174 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
4174 open("/etc/ld.so.cache", O_RDONLY) = 3
4174 fstat64(3, {st_mode=S_IFREG|0644, st_size=133164, ...}) = 0
4174 mmap2(NULL, 133164, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f3b000
4174 close(3) = 0
4174 open("/usr/lib/libpciaccess.so.0", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\24\0\0004\0\0\0\234"..., 512) = 512
4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f3a000
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=30651, ...}) = 0
4174 mmap2(NULL, 27868, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f33000
4174 mmap2(0xb7f39000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xb7f39000
4174 close(3) = 0
4174 open("/lib/libpthread.so.0", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0I\0\0004\0\0\0,"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=119590, ...}) = 0
4174 mmap2(NULL, 98784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f1a000
4174 mprotect(0xb7f2e000, 4096, PROT_NONE) = 0
4174 mmap2(0xb7f2f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7f2f000
4174 mmap2(0xb7f31000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f31000
4174 close(3) = 0
4174 open("/usr/lib/libXfont.so.1", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 e\0\0004\0\0\0\34"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=242478, ...}) = 0
4174 mmap2(NULL, 223616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ee3000
4174 mmap2(0xb7f18000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34) = 0xb7f18000
4174 close(3) = 0
4174 open("/usr/lib/libXau.so.6", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\10\0\0004\0\0\0\20"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=9706, ...}) = 0
4174 mmap2(NULL, 10112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ee0000
4174 mmap2(0xb7ee2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7ee2000
4174 close(3) = 0
4174 open("/lib/tls/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/lib/tls/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/lib/tls/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/lib/tls/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/lib/tls/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/lib/tls/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/lib/tls/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/lib/tls", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/lib/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/lib/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/lib/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/lib/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/lib/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/lib/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/lib/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
4174 open("/usr/lib/tls/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/usr/lib/tls/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/usr/lib/tls/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/usr/lib/tls/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/usr/lib/tls/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/usr/lib/tls/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/usr/lib/tls/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/usr/lib/tls", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/usr/lib/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/usr/lib/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/usr/lib/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/usr/lib/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/usr/lib/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
4174 stat64("/usr/lib/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
4174 open("/usr/lib/libpixman-1.so.0", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0207\0\0004\0\0\0\\"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=394811, ...}) = 0
4174 mmap2(NULL, 363888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e87000
4174 mmap2(0xb7ede000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x57) = 0xb7ede000
4174 close(3) = 0
4174 open("/usr/lib/libhal.so.1", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320*\0\0004\0\0\0\340"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=71014, ...}) = 0
4174 mmap2(NULL, 64412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e77000
4174 mmap2(0xb7e86000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe) = 0xb7e86000
4174 close(3) = 0
4174 open("/usr/lib/libdbus-1.so.3", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PQ\0\0004\0\0\0,"..., 512) = 512
4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e76000
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=285567, ...}) = 0
4174 mmap2(NULL, 230592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e3d000
4174 mmap2(0xb7e74000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36) = 0xb7e74000
4174 close(3) = 0
4174 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\17\0\0004\0\0\0\344"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=20705, ...}) = 0
4174 mmap2(NULL, 19708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e38000
4174 mmap2(0xb7e3c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7e3c000
4174 close(3) = 0
4174 open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\332\3\0004\0\0\0D"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0555, st_size=1561754, ...}) = 0
4174 mmap2(NULL, 1381304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ce6000
4174 mmap2(0xb7e1f000, 90112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x139) = 0xb7e1f000
4174 mmap2(0xb7e35000, 9144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e35000
4174 close(3) = 0
4174 open("/lib/libdl.so.2", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \n\0\0004\0\0\0\\"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=13419, ...}) = 0
4174 mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ce2000
4174 mmap2(0xb7ce4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7ce4000
4174 close(3) = 0
4174 open("/lib/libm.so.6", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@4\0\0004\0\0\0("..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=180855, ...}) = 0
4174 mmap2(NULL, 151680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7cbc000
4174 mmap2(0xb7ce0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7ce0000
4174 close(3) = 0
4174 open("/lib/librt.so.1", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\30\0\0004\0\0\0\234"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=39252, ...}) = 0
4174 mmap2(NULL, 33364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7cb3000
4174 mmap2(0xb7cba000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb7cba000
4174 close(3) = 0
4174 open("/usr/lib/libgcc_s.so.1", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20#\0\0004\0\0\0\344"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0644, st_size=129370, ...}) = 0
4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7cb2000
4174 mmap2(NULL, 119784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c94000
4174 mmap2(0xb7cb1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c) = 0xb7cb1000
4174 close(3) = 0
4174 open("/lib/libc.so.6", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220k\1\0004\0\0\0\0"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=1553884, ...}) = 0
4174 mmap2(NULL, 1333512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7b4e000
4174 mmap2(0xb7c8e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f) = 0xb7c8e000
4174 mmap2(0xb7c91000, 10504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7c91000
4174 close(3) = 0
4174 open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`}\0\0004\0\0\0,"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=604088, ...}) = 0
4174 mmap2(NULL, 542228, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ac9000
4174 mmap2(0xb7b4a000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x81) = 0xb7b4a000
4174 close(3) = 0
4174 open("/usr/lib/libz.so.1", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\30\0\0004\0\0\0\30"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=82987, ...}) = 0
4174 mmap2(NULL, 78844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ab5000
4174 mmap2(0xb7ac8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0xb7ac8000
4174 close(3) = 0
4174 open("/usr/lib/libfontenc.so.1", O_RDONLY) = 3
4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\f\0\0004\0\0\0004"..., 512) = 512
4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=30017, ...}) = 0
4174 mmap2(NULL, 24288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7aaf000
4174 mmap2(0xb7ab4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xb7ab4000
4174 close(3) = 0
4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7aae000
4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7aad000
4174 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7aad6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
4174 mprotect(0xb7c8e000, 8192, PROT_READ) = 0
4174 mprotect(0xb7cba000, 4096, PROT_READ) = 0
4174 mprotect(0xb7ce0000, 4096, PROT_READ) = 0
4174 mprotect(0xb7ce4000, 4096, PROT_READ) = 0
4174 mprotect(0xb7e74000, 4096, PROT_READ) = 0
4174 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
4173 <... rt_sigsuspend resumed> ) = ? ERESTARTNOHAND (To be restarted)
4173 --- SIGCHLD (Child exited) @ 0 (0) ---
4173 rt_sigsuspend([]) = ? ERESTARTNOHAND (To be restarted)
4173 --- SIGALRM (Alarm clock) @ 0 (0) ---
4173 rt_sigaction(SIGALRM, {0x8048eb0, [ALRM], SA_RESTART}, {0x8048eb0, [ALRM], SA_RESTART}, 8) = 0
4173 sigreturn() = ? (mask now [USR1])
4173 alarm(0) = 0
4173 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
4173 socket(PF_FILE, SOCK_STREAM, 0) = 3
4173 connect(3, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"...}, 20) = -1 ECONNREFUSED (Connection refused)
4173 close(3) = 0
4173 socket(PF_FILE, SOCK_STREAM, 0) = 3
4173 connect(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"...}, 110) = -1 ENOENT (No such file or directory)
4173 close(3) = 0
4173 waitpid(4174, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], WNOHANG) = 4174
4173 write(2, "giving up.\r\n"..., 12) = 12
4173 write(2, "xinit: "..., 8) = 8
4173 write(2, "No such file or directory (errno "..., 38) = 38
4173 write(2, "unable to connect to X server\r\n"..., 31) = 31
4173 kill(-4174, SIGTERM) = -1 ESRCH (No such process)
4173 rt_sigaction(SIGTERM, {0x1, [TERM], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
4173 rt_sigaction(SIGQUIT, {0x1, [QUIT], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
4173 rt_sigaction(SIGINT, {0x1, [INT], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
4173 rt_sigaction(SIGHUP, {0x1, [HUP], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
4173 rt_sigaction(SIGPIPE, {0x1, [PIPE], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
4173 write(2, "xinit: "..., 8) = 8
4173 write(2, "No such process (errno 3): "..., 28) = 28
4173 write(2, "Server error.\n"..., 14) = 14
4173 exit_group(1) = ?
I've searched over for a solution but can't really find anything relevant. I've tried installing xorg a few times. Also hal and all that stuff but I don't trust myself too much on that. I don't know how to proceed any further and would appreciate any help possible or any ideas you think I could try. I'm pretty sure it's something quite stupid. Thanks for your time and consideration.
Best regards,
Michael
Last edited by mgp (2009-09-24 06:31:36)

Hi all,
I fixed it. By looking closely at the strace I figured that for some reason X couldn't access my /tmp. I remember setting my /tmp directories in fstab to mount on tmpfs so I figured that wasn't working anymore. I removed my tmp entries in fstab (will have to refigure that one out). Something changed with the devices. Maybe I wasn't using udev before or something as it also has problems mounting devices it previously mounted on boot. However all this happened before I changed kernel. Dunno, anyway, it works although I have to fix a bunch of small things that still don't work. Lesson would be update often (hadn't done so in a year) and keep in touch with what is going on in the community (eee instructions have changed a lot -and become slightly more confusing-). Anyway, thanks for your help, specially Rasi.
Best regards,
Michael

Similar Messages

  • [SOLVED] raid1 and luks/dm-crypt not working after upgrade

    hello folks,
    i just made a pacman -Syu, which also updated mdadm and cryptsetup (not the kernel). but after a reboot, the system didn't boot any more. after #'ing the cryptsetup-relevant lines in /etc/crypttab and /etc/fstab, the system booted again. after a check, i get those messages:
    ~ $ cat /proc/mdstat
    Personalities : [raid1]
    md1 : active raid1 sdd1[0] sde1[1]
    390707641 blocks super 1.2 [2/2] [UU]
    md0 : active raid1 sdb1[0] sdc1[1]
    1465134841 blocks super 1.2 [2/2] [UU]
    unused devices: <none>
    ~ $ sudo cryptsetup luksOpen /dev/md0 data
    Passwort:
    Geben Sie den Passsatz für /dev/md0 ein:
    semid 65537: semop failed for cookie 0xd4d2ffb: incorrect semaphore state
    Failed to set a proper state for notification semaphore identified by cookie value 223162363 (0xd4d2ffb) to initialize waiting for incoming notifications.
    what happened and how to fix it?
    i didn't change anything. so it shouldn't be anything about modules or whatever.
    EDIT: okay, it's not aboud the raid, but about the cryptsetup version. see below.
    Last edited by _abraxas (2011-01-28 11:18:34)

    SOLVED!
    It works again with the new version of the device-mapper: 2.02.81 (no unknown semaphore state anymore).
    But also the crypttab syntax has changed. After removing the options in crypttab, cryptsetup 1.2.0-1 works again.
    Old crypttab file:
    # NAME     SOURCE DEVICE     PASSWORD     OPTIONS
    #home     /dev/sda4     ASK     -c aes-xts-plain -s 512
    #data     /dev/md0     ASK     -c aes-xts-plain -s 512
    New crypttab file:
    # NAME     SOURCE DEVICE     PASSWORD     OPTIONS
    home     /dev/sda4     ASK
    data     /dev/md0     ASK
    Have a look at https://bugs.archlinux.org/task/22351

  • HT201413 my ipad mini shows usb connected to i tunes only, and it cannot be switched on . and it fails to be restored after IOS6 updates

    my ipad mini shows usb connected to i tunes only, and it cannot be switched on . and it fails to be restored after IOS6 updates

    I found the solution here, it's really works!
    I'm glad I found this site.
    http://ituneserrorfix.blogspot.com/2013/11/how-to-fix-error-4013.html

  • One of the field is disabled(input not possible) after upgrade in FPE1

    Hi ABAP Gurus,
      I am working on FPE1 Transaction Code and i just find out that after upgrade one of the field  on screen is not input possible but before upgrade we have that field as input/output  possible .
    so now we want same functionality what we have before . so which path do i need to follow because its standard screen .
    any suggestion is appreciated .
    Thanks,
    Jack
    Edited by: jack troy on Jun 24, 2009 7:36 PM

    Hi Ajay,
    Thanks for your reply . My question is can we enable field for input using transaction variant .because if i go to screen layout for FPE1 ,  i can see that this field is only output possible .
    Thanks,
    Jack

  • I lost spelling and grammar check on my word after upgrading to yosemite

    I lost spelling and grammar check on my word after upgrading to yosemite

    Also search/ask in the forums run by the people who make that app.  Word does not use any Apple spelling or grammar stuff.
    http://answers.microsoft.com/en-us/mac/forum/macword

  • WiFi Breaking and getting slow in MacBook Pro after upgrading to OS X Yosemite

    WiFi Breaking and getting slow in MacBook Pro after upgrading to OS X Yosemite

    WiFi Breaking and getting slow in MacBook Pro after upgrading to OS X Yosemite

  • No attachments in hotmail possible after upgrade OS X Lion

    No attachments in hotmail possible after upgrade OS X Lion

    This has been discussed ad naseum:
    https://discussions.apple.com/message/15674172#15674172
    https://discussions.apple.com/message/15674172#15674172
    https://discussions.apple.com/message/15678120#15678120
    Use the search field above to get these results.

  • Bookmarks and reading lists don't work after upgrading to ios6 on ipad

    Bookmarks and reading lists don't work after upgrading to ios6 on ipad

    Your bookmarks file may be corrupt. Navigate to /[UserName]/AppData/Local/Mozilla/Firefox/Profiles/[profile_name]. Either rename places.sqlite to places.sqlite.corrupt (or whatever) in case this isn't the problem, or delete places.sqlite. Start/Restart Firefox. The icons for sites that have a favicon should return after you visit each site.

  • Plug and play speakers not working properly after upgrading to Windows 8.1

    After upgrading to Windows 8.1, my plug and play speakers do not work properly.  I have uninstalled and reinstalled them, and restarted.  When I try to play music, nothing comes out.  If I turn them off and back on, music will play for approximately 30 seconds, only from one speaker, then it turns off and fades to no sound.  They worked fine until I upgraded to Windows 8.1.  The manufacturer has not been able to successfully assist me.  Has anyone else reported a similar issue after upgrading OS software?  Any suggestions?  These are fairly new speakers, less than 2 years old, and not used very much.  I do have them installed via a K-V switch, and all other devices linked to the K-V switch are functioning properly (monitor and wireless keyboard).  Any suggestions would be greatly appreciated.

    @sisboldt ,
    Hello and thank you for posting on the HP support forums.
    So that I can better help you with your sound issue.  Please post back with your full model and product number.  Use this link to help you find the information.
    HP Notebook PCs - How Do I Find My Model Number or Product Number?
    Here is another link you may find useful.  Please give it a read before posting back with your system information.
    Advice for asking the "Very Best Question"
    Thank you again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • Bugs and poor performance in iphone 4 after upgrading to iOS 7*

    Dear Apple,
    After upgrading my iPhone 4 to iOS 7, I'm experiencing lots of issues.
    The performance is the poorest that I've ever seen since I adopted iPhone.
    Constantly, I need to do the same action (to touch the screen) 3 times until getting any response from the device.
    The new effects adopted in the new iOS 7 have lowered the user's interaction and decreased the usability.
    Multitask in iPhone 4 with iOS 7 is not smooth and glitches happens all the time. E.g., when you are talking via skype, receives an phone call and needs to search for a contact in your contact list to say to whom is calling you.
    How to survive using iPhone 4, with all these problems happening?
    It's bothering us, because we love apple devices! it's a shot in the chest!

    No apple here this is a user to user forum.
    see link to speed up your phone http://osxdaily.com/2013/09/23/ios-7-slow-speed-it-up/

  • [Solved] Eye of Gnome awful (broken?) interface after upgrade

    Just today I've upgraded from eog 3.14.3 to eog 3.16.1 and am incredibly disappointed in the new interface I'm seeing, to the point where I expect something isn't working as it should.  (I've downgraded to 3.14 as a temporary solution).
    Normally (3.14) I see this handy menu bar with buttons for options I use quite frequently, including rotate and zoom to 100%.  http://i.imgur.com/mLBxPX3.png
    However, after upgrading, I get this crappy minimal interface with only an expandable zoom slider (which is unlabeled) and ever-present buttons obstructing the image.  I can find nothing in the settings relating to this bar. http://i.imgur.com/l01DRVE.png
    Again in the newer version, the hoverable menu when in fullscreen mode does have all these original buttons, they're just not in the main windowed interface where I need them. http://i.imgur.com/xsnlUTW.png
    This seems incredibly broken to me (I've always loved eog over all others for the interface), but I haven't been able to find any other complaints since the release of this new version.  Is this a new "feature" or have I just managed to make it broken on only my computer?
    Last edited by JeSuisNerd (2015-04-21 00:48:13)

    Eye of MATE is absolutely perfect. I didn't use any plugins so I'm fine without them, and the interface and functionality seem to be identical to eog pre-update.  Thanks very much!
    Bevan, the icons were disappearing but the grey boxes under them were not.  I'm not really worried about that anymore now anyway.

  • IPad and iPhone "not enough available space" after upgrade to Aperture 3.1

    Hello
    I was syncing lots of images no problem through iTunes/Aperture to my iPhone and iPad. After upgrading Aperture to 3.1 both devices report "not enough space" during the sync and have substantially fewer albums and photos on them than before. What the **** has happened? Now the pictures seem to take up much more space.
    Anyone else finding this?
    Thanks
    Nico

    I get to this step in step 5 but I dont have the file/directory
    Double-click the "usbaapl" file. (This file will be called "usbaapl64" if you have a 64-bit version of Windows. If you don't see "usbaapl64" here, or if there is no Drivers folder, look in C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\Drivers. instead).
    Where can I download the needed file? I think it is called usbaapl64

  • Itunes does no play and music line does not progress after upgrade

    itunes does no play and music line does not progress after i upgraded my itunes to 11 version

    The same thing for me and I've tried EVERYTHING. Someone please help!?!?!

  • Failed but blocking corelation after upgrade

    I see lots of failed but not blocking correlation events in the queue after upgrading from Project Server 2010 to 2013, there does not appear to be any user impact, but want to ensure there is no larger issue.
    General•ProjectHasNoWriteLock:◦ProjectHasNoWriteLock (1042). Details: id='1042' name='ProjectHasNoWriteLock' uid='b1dcb5d2-9028-e411-80dd-0050568c6038'. 
    •Queue:◦GeneralQueueJobFailed (26000) - StatusApproval.StatusApprovalReleaseProjectWriteLockMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='b2dcb5d2-9028-e411-80dd-0050568c6038' JobUID='636de2fd-8e28-e411-80dd-0050568c6038' ComputerName='c7228f33-58c8-4ba8-972d-318b850b1899'
    GroupType='StatusApproval' MessageType='StatusApprovalReleaseProjectWriteLockMessage' MessageId='4' Stage='' CorrelationUID='0a6ab09c-aa10-a076-b189-9f70d9cf106c'. For more details, check the ULS logs on machine c7228f33-58c8-4ba8-972d-318b850b1899 for entries
    with JobUID 636de2fd-8e28-e411-80dd-0050568c6038. 

    Please avoid asking the same question in multiple threads, you will get a more accurate reply by posting the query once.
    Many thanks
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Mountain lion and time capsule. Extremely slow after upgrade...

    After upgrading to the new system, I was trying to copy my iphoto library to my timecapsule, but at this rate, it will be completed within 20 hours... And I´m only transferring 11 gb... I also checked my connection speed to the timecapsule and it´s at 450mb... So, why is it going to take 20 hours??? This is an issue that needs to be adressed... I have the brand new Timecapsule. It´s also not doing a backup while I´m transferring...
    Hoping this will be resolved immedately...

    I noticed that Time Machine erased all of my previous backups and started fresh.  I woudl be willing to bet that the sluggishness you expereinced was because Time Machine was making a full backup.  It proably became more quick once it finished this since it could perform incremental backups thereafter.

Maybe you are looking for

  • Is there a known conflict between an extreme g base station and express n in a roaming network?

    I have an extreme g base station connected to a cable modem, an express g connected to a linksys switch via ethernet, and an express n connected to the same switch via Ethernet. The switch is connected to the extreme g base station by Ethernet as wel

  • Passing events - whats wrong with this code?

    hi, I'm trying to get components to behave in a frame like they would as though I had written frame.getContentPane().add(thecomponent); by processing events explicitly. I've written the code below as a test, and it does work, but the events do not se

  • Mass change in ACL Authorizations in DMS

    Hi guru I'm working with ACL authorizations in DMS. I don't know how delete (one shot) the authorizations of the user that is resigned. For example I have many  documents where I set the write access for the user : Jack. If Jack is resigned is there

  • Leopard Can't open any Image HELP!!

    This is very weird, I've been working fine all these past days since I installed Leopard, but suddenly I am not able to open any image file (giff, tiff, jpeg, even Acrobat files) with my preview image or photoshop, it looks like the file is open, I m

  • ZF9_RE_GET_SD_SALES_VOL

    HI EXPERTS, I NEED TO KNOW HOW THIS FUNCTION MODULE 'ZF9_RE_GET_SD_SALES_VOL'  WORKS. the function module returns 3 tables. i have to find which table has cumulative volume. Thanks. Bijal