I can't install on openSuSE 32 bit. ./setup starts and creates the /usr/local/VASmalltalk/8.5 folder but then finishes.
Here's what it logs to /tmp/vastInstall-output: -------------------------- VA Smalltalk, Version 8.5.2 VM Timestamp: 4.0,(NC) 8/7/2012 (84) (C) Copyright Instantiations 1994, 2012. All rights reserved. (C) Copyright International Business Machines Corp. 1994, 2006. All rights reserved. Virtual Machine PID: 3908 Commandline args { -mcd -no_break -isetup.icx -z.us./home/joachim/Downloads/cd_c } VM Options { } Xlib: connection to ":0.0" refused by server Xlib: No protocol specified ERROR: Failed to open default display - exiting. ------------------------------ I've tried as root in Gnome and IceWM. No success so far. I guess I am missing a little detail, but can't find it. I had no trouble installing 8.5.2 on Ubuntu 12.04 LTS 32 bit, but wanted to see if my problems calling a lib would be any different on openSuSE... So what do I have to do before installation? Thanks, Joachim -- You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/eRjKxEtcbmwJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
Same problem with KDE.
Am Dienstag, 20. November 2012 16:28:28 UTC+1 schrieb [hidden email]: I can't install on openSuSE 32 bit. ./setup starts and creates the /usr/local/VASmalltalk/8.5 folder but then finishes.-- You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/fEjJEzilcXEJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
Hi Joachim,
So did you login as user joachim and running something like 'sudo ./setup' Or did you drop to a root shell first (I.e. su) and then try to run ./setup Or did you log into, and therefore start X, as root and then run ./setup? Can you run a standard x program from the command line, like xclock, or do you get the same error? -- You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/Eh9yfcSqQhMJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
Hi Seth,
I've tried logging (Gnome, IceWM, and KDE) as normal user, starting a terminal, su - and ./setup & logging into Gnome as root, starting a terminal, ./setup & Since it is a clean standard installation of openSuSE, it is configured to automatically start X / Gnome / KDE, so I didn't try your third alternative.
-- xclock started from a terminal (xclock &) as normal user runs without any problems. Joachim Am Dienstag, 20. November 2012 17:38:14 UTC+1 schrieb Seth Berman: Hi Joachim, You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/2U7JoCeNjCQJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
Hi Joachim,
The normal install method seems to work on OpenSuse 12.1 32-bit, so I don't know what has changed. I'm pulling it down and will let you know what I find. In the meantime, I suspect the x access control is prohibiting a connection. You can try the following to confirm my suspicion. Start as the user you logged in as (i.e. joachim) and from a console try: >xhost + //<--- Disable X access control for just a moment >su - >./setup .. .. >xhost - //<--Turn access control back on Did this work? If not, I'm checking it out -- Seth On Tuesday, November 20, 2012 12:57:11 PM UTC-5, [hidden email] wrote:
-- Hi Seth, You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/doZzHiKJLwEJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
In reply to this post by jtuchel
Joachim -
I have the following notes written down for OpenSUSE 12.1:
This came from a mailing list whose name I don't remember -- found it some time ago with Google. John On Tuesday, November 20, 2012 10:28:28 AM UTC-5, [hidden email] wrote: I can't install on openSuSE 32 bit. ./setup starts and creates the /usr/local/VASmalltalk/8.5 folder but then finishes. You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/YaP5zv0vv5cJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
Seth, John,
I could start the setup program with the tweaks suggested by John. Thanks a lot. Joachim Am Dienstag, 20. November 2012 20:13:49 UTC+1 schrieb John O'Keefe: Joachim - You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/qqflJJBIOzMJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
In reply to this post by Seth Berman
Seth,
Even though it works, 'xhost +' may be a bot more than you'd like to do. This is what it answers:
-- access control disabled, clients can connect from any host My installation of openSuSE 12.1 was absolutely fresh, I downloaded and installed it just to test if I could get rid of my library call problems that I've posted about in another thread. I am really happy I could install now, thank you very much! Joachim Am Dienstag, 20. November 2012 19:55:21 UTC+1 schrieb Seth Berman: Hi Joachim, You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/Y5MkeROdNS8J. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
Hi Joachim,
Yes, you most definitely do not want to use 'xhost +' as a final solution...it was just to test the theory. Glad it's working for you - Seth On Tuesday, November 20, 2012 2:58:31 PM UTC-5, [hidden email] wrote: Seth, You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/KXiRyZUpb-cJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
Free forum by Nabble | Edit this page |