View previous topic :: View next topic |
Author |
Message |
SithMaddox Tux's lil' helper
Joined: 02 Jul 2004 Posts: 149
|
Posted: Tue Feb 08, 2005 7:07 am Post subject: nvidia and nv drivers both not working |
|
|
I recently did an emerge -e system and emerge -e world with hardened gcc 3.4.3. When I discovered that xorg would not work I compiled it with the vanilla profile as well as all the nvidia drivers. Now when I startx, my system gives me:
Fatal server error:
Caught signal 11. Server aborting
When I run the nv module with glx commented out, it spits out the same error.
running udev, nvidia 6111 and 6629 drivers, 2.6.10-r7 kernel with vesa enabled, Xorg 6.8.0-r4. |
|
Back to top |
|
|
moocha Watchman
Joined: 21 Oct 2003 Posts: 5722
|
Posted: Tue Feb 08, 2005 7:14 am Post subject: |
|
|
emerge strace and run strace startx instead of plain startx. Then post the last 30 or so lines of output. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
|
matador Apprentice
Joined: 28 Sep 2004 Posts: 174 Location: Gothenburg, Sweden
|
Posted: Tue Feb 08, 2005 7:19 am Post subject: |
|
|
This is a good guide guide to double check.
Also the udev permition as mentioned in the README can be off in /etc/security/console.perms. Check /etc/group to be sure as well. Sometimes I overwrite it by mistake. _________________ #267386
Checked the wiki or the faq?
Answear a post if you've got time |
|
Back to top |
|
|
SithMaddox Tux's lil' helper
Joined: 02 Jul 2004 Posts: 149
|
Posted: Tue Feb 08, 2005 7:37 am Post subject: |
|
|
How do I post the stack trace? I can't get into X to paste it.
Also, I installed udev after this problem started. So, I don't think that is it. |
|
Back to top |
|
|
moocha Watchman
Joined: 21 Oct 2003 Posts: 5722
|
Posted: Tue Feb 08, 2005 7:41 am Post subject: |
|
|
SithMaddox wrote: | How do I post the stack trace? I can't get into X to paste it. |
ssh in from a working box using a terminal emulator? _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
|
SithMaddox Tux's lil' helper
Joined: 02 Jul 2004 Posts: 149
|
Posted: Tue Feb 08, 2005 7:50 am Post subject: |
|
|
moocha wrote: | SithMaddox wrote: | How do I post the stack trace? I can't get into X to paste it. |
ssh in from a working box using a terminal emulator? |
doh, sorry, hadn't even put openssh on the box yet.
anyways
Code: |
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 8462
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 8463
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {0x80047800, [], 0}, 8) = 0
close(3) = -1 EBADF (Bad file descriptor)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbfffe6d0, WNOHANG) = -1 ECHILD (No child processes)
sigreturn() = ? (mask now [])
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
pipe([3, 4]) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, chil
d_tidptr=0xb7ea6708) = 8464
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
close(4) = 0
close(4) = -1 EBADF (Bad file descriptor)
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, chil
d_tidptr=0xb7ea6708) = 8465
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
close(3) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0
rt_sigaction(SIGINT, {0x80047800, [], 0}, {SIG_DFL}, 8) = 0
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 8464
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 8465
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {0x80047800, [], 0}, 8) = 0
close(3) = -1 EBADF (Bad file descriptor)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbfffe6d0, WNOHANG) = -1 ECHILD (No child processes)
sigreturn() = ? (mask now [])
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
read(255, "\n\ncleanup() {\n [ -n \"$PID\" ] "..., 3212) = 309
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigaction(SIGHUP, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGILL, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTRAP, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGABRT, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGFPE, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSEGV, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSYS, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPIPE, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGALRM, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXCPU, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXFSZ, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGVTALRM, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV US
R2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR1, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR2, {0x80061ce0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2
PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
_llseek(255, -30, [3182], SEEK_CUR) = 0
clone(
X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.10-gentoo-r6 i686 [ELF]
Current Operating System: Linux GenKyle 2.6.10-gentoo-r7 #1 SMP Mon Feb 7 21:36:
25 PST 2005 i686
Build Date: 07 February 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 7 23:47:42 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidp
tr=0xb7ea6708) = 8466
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
read(255, "\nPID=$!\n\nwait $PID\n\nunset PID\n", 3212) = 30
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x80047800, [], 0}, {0x80061ce0, [HUP INT ILL TRAP ABRT BU
S FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], 0}, 8) = 0
waitpid(-1,
*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
Fatal server error:
Caught signal 11. Server aborting
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional informati
on.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
[{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 8466
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbfffe9f0, WNOHANG) = -1 ECHILD (No child processes)
sigreturn() = ? (mask now [])
rt_sigaction(SIGINT, {0x80061ce0, [], 0}, {0x80047800, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
read(255, "", 3212) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fcntl64(1, F_GETFD) = 0
fcntl64(1, F_DUPFD, 10) = 10
fcntl64(1, F_GETFD) = 0
fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
fcntl64(2, F_GETFD) = 0
fcntl64(2, F_DUPFD, 10) = 11
fcntl64(2, F_GETFD) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
dup2(1, 2) = 2
fcntl64(1, F_GETFD) = 0
stat64(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat64("/usr/local/sbin/deallocvt", 0xbfffdfa0) = -1 ENOENT (No such file or dir
ectory)
stat64("/usr/local/bin/deallocvt", 0xbfffdfa0) = -1 ENOENT (No such file or dire
ctory)
stat64("/usr/sbin/deallocvt", 0xbfffdfa0) = -1 ENOENT (No such file or directory
)
stat64("/usr/bin/deallocvt", {st_mode=S_IFREG|0755, st_size=10188, ...}) = 0
stat64("/usr/bin/deallocvt", {st_mode=S_IFREG|0755, st_size=10188, ...}) = 0
fstat64(1, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffdff0) = -1 ENOTTY (Inappropriate i
octl for device)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7
fe8000
write(1, "/usr/bin/deallocvt\n", 19) = 19
dup2(11, 2) = 2
fcntl64(11, F_GETFD) = 0x1 (flags FD_CLOEXEC)
close(11) = 0
dup2(10, 1) = 1
fcntl64(10, F_GETFD) = 0x1 (flags FD_CLOEXEC)
close(10) = 0
stat64(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat64("/usr/local/sbin/deallocvt", 0xbfffe010) = -1 ENOENT (No such file or dir
ectory)
stat64("/usr/local/bin/deallocvt", 0xbfffe010) = -1 ENOENT (No such file or dire
ctory)
stat64("/usr/sbin/deallocvt", 0xbfffe010) = -1 ENOENT (No such file or directory
)
stat64("/usr/bin/deallocvt", {st_mode=S_IFREG|0755, st_size=10188, ...}) = 0
stat64("/usr/bin/deallocvt", {st_mode=S_IFREG|0755, st_size=10188, ...}) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, chil
d_tidptr=0xb7ea6708) = 8498
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 8498
waitpid(-1, 0xbfffdd90, WNOHANG) = -1 ECHILD (No child processes)
sigreturn() = ? (mask now [])
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x80047800, [], 0}, {0x80061ce0, [], 0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGINT, {0x80061ce0, [], 0}, {0x80047800, [], 0}, 8) = 0
munmap(0xb7fe8000, 4096) = 0
exit_group(0) = ?
|
|
|
Back to top |
|
|
moocha Watchman
Joined: 21 Oct 2003 Posts: 5722
|
Posted: Tue Feb 08, 2005 7:58 am Post subject: |
|
|
How did you manage to emerge xorg-x11 without openssh being installed? I mean, openssh is in the system pseudopackage and you can't have xorg-x11 without having system... That's very and/or screwy...
Anyhow, I can't tell what the problem is but it seems to be kernel-related, from the looks of it. Have agp support compiled in? If yes, compile it as a module... Also, hardened kernels don't like X too much, and ditto for hardened gcc profiles and -fstack-protector. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
|
SithMaddox Tux's lil' helper
Joined: 02 Jul 2004 Posts: 149
|
Posted: Tue Feb 08, 2005 8:06 am Post subject: |
|
|
moocha wrote: | How did you manage to emerge xorg-x11 without openssh being installed? I mean, openssh is in the system pseudopackage and you can't have xorg-x11 without having system... That's very and/or screwy...
Anyhow, I can't tell what the problem is but it seems to be kernel-related, from the looks of it. Have agp support compiled in? If yes, compile it as a module... Also, hardened kernels don't like X too much, and ditto for hardened gcc profiles and -fstack-protector. |
err, what I meant was, I hadn't ran sshd yet.
anyways, no luck on re-emerging kbd. |
|
Back to top |
|
|
SithMaddox Tux's lil' helper
Joined: 02 Jul 2004 Posts: 149
|
Posted: Tue Feb 08, 2005 8:23 am Post subject: |
|
|
I compiled the kernel with the vanilla profile and made agpgart compile as a module. I am still getting the same error. |
|
Back to top |
|
|
moocha Watchman
Joined: 21 Oct 2003 Posts: 5722
|
Posted: Tue Feb 08, 2005 8:28 am Post subject: |
|
|
The kdb was a mistako (I looked in the wrong place), edited right away. Sorry bout that.
What I meant, X doesn't like being compiled with a hardened profile. Were you using such a beast? _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
|
SithMaddox Tux's lil' helper
Joined: 02 Jul 2004 Posts: 149
|
Posted: Wed Feb 09, 2005 3:09 am Post subject: |
|
|
moocha wrote: | The kdb was a mistako (I looked in the wrong place), edited right away. Sorry bout that.
What I meant, X doesn't like being compiled with a hardened profile. Were you using such a beast? |
no, I compiled it with the vanilla profile with USE="-hardened" |
|
Back to top |
|
|
transient l33t
Joined: 13 Jan 2005 Posts: 759
|
Posted: Wed Feb 09, 2005 3:21 am Post subject: |
|
|
What USE flags did you compile GCC with?
Xorg does not like a GCC that was compiled with at all. If you compiled GCC with hardened USE flags, or if youre using hardened-gcc, which you really shouldnt, recompile GCC without those flags. |
|
Back to top |
|
|
SithMaddox Tux's lil' helper
Joined: 02 Jul 2004 Posts: 149
|
Posted: Wed Feb 09, 2005 3:33 am Post subject: |
|
|
there is no "pie" use flag for gcc 3.4.3, but I did compile it with USE="hardened."
What's the difference between compiling using gcc compiled with USE="-hardened" and using the vanilla profile on gcc compiled with USE="hardened?" |
|
Back to top |
|
|
SithMaddox Tux's lil' helper
Joined: 02 Jul 2004 Posts: 149
|
Posted: Wed Feb 09, 2005 8:10 am Post subject: |
|
|
I recompiled gcc, binutils, and glibc without the hardened flag, then recompiled xorg and it fixed the problem. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|