World: r3wp
[Linux] group for linux REBOL users
older newer | first last |
Barik 2-Feb-2010 [3534x2] | Okay, that may do what I need it to. REBOL does some interesting things which I haven't quite figured out when I do something like CTRL + Z, bg, etc. |
Let me take a look at dtach. | |
Graham 2-Feb-2010 [3536] | I also use ./cheyenne & in a shell script |
Barik 2-Feb-2010 [3537x2] | Might be an implementation issue for me then. Would the & trick work with a non-compiled REBOL script in the same way? |
dtach seems to be working well for me. I might stick with it. | |
Gabriele 3-Feb-2010 [3539x2] | Barik: you may just need to redirect stdin and stdout, eg. ./script.r >/dev/null </dev/null & |
Bolek: REBOL is not going to start a terminal program for you. However, if you have a icon, you can usually open the icon properties and tell the "desktop" (XFCE in your case) to start the program inside a terminal (ie. it will start a terminal and then the program inside it). | |
Barik 3-Feb-2010 [3541] | If I run a simple REBOL script (with just a forever loop), I notice that "ps -a" gives me two REBOL processes in the process list. Why is this? |
Henrik 3-Feb-2010 [3542] | one is for DNS lookups. |
Barik 3-Feb-2010 [3543x2] | Is this documented somewhere? If so, I haven't seen information on it. |
Ah, I found it's been asked before in the AltMe archives though. :-) | |
Henrik 3-Feb-2010 [3545] | The question has been asked a few times recently. I had not noticed this before until Carl talked about how R3 doesn't need an extra process for DNS. |
Kaj 12-Feb-2010 [3546] | Doc, do you have your binary running on your new server yet? Did you try installing the Ubuntu libstdc++5 package? |
Dockimbel 13-Feb-2010 [3547] | I've tried that but it doesn't work, it requires to downgrade several other key packages like gcc-base, messing up the whole system. Anyway, it's no more an issue to me now, I've droppped View completely in all my webapps replacing with third-parties libs or services (like ReCaptcha). |
Kaj 13-Feb-2010 [3548] | That's very odd. It should just install as a compatibility library. Did you really try the Ubuntu package, or just the Debian one? |
Dockimbel 13-Feb-2010 [3549] | Just the Debian one. |
Gabriele 20-Feb-2010 [3550x2] | Linux View 2.7.7: >> view layout [box snow effect [draw [fill-pen black pen none shape [move 0x6 'line 6x6 'line 0x-12]]]] Segmentation fault |
same test works correctly with 2.7.6 | |
Henrik 20-Feb-2010 [3552] | RAMBO |
Gabriele 21-Feb-2010 [3553] | I want to make sure it's not just my setup/distro. Is it working for anyone? |
PeterWood 21-Feb-2010 [3554] | I tried to download the LIbc6 View 2.7.7 from the main download page to check. The file name is http://www.rebol.com/downloads/v277/rebol-view-277-4-2.tar.gz but it contained this : REBOL/View 2.7.6.4.2 15-Mar-2008 Copyright 2000-2008 REBOL Technologies. All rights reserved. REBOL is a trademark of REBOL Technologies. WWW.REBOL.COM |
Henrik 22-Feb-2010 [3555] | Carl should be notified on R3 chat about that. |
Graham 22-Feb-2010 [3556] | What's wrong? |
Henrik 22-Feb-2010 [3557] | wrong View version packaged. |
PeterWood 22-Feb-2010 [3558x2] | I thought it might have been done in response to the error Gabriele posted. |
I post a message to Carl on R3 when I'm back at the Linux machine. | |
ManuM 22-Feb-2010 [3560x2] | Hi Gabriele, thats working for me. No segmentation fault. Open a window, with a white box and a blak triangle. Kubuntu 9.10, Rebol View 2.7.7.4.3 |
blak --> black | |
Gabriele 23-Feb-2010 [3562x3] | Manu, thanks, so it's probably not a "simple" bug. |
(I must say though that I'm using the 4.2 version here, as the 4.3 did not work. Maybe the 4.2 only has the bug?) | |
REBOL/View 2.7.7.4.2 6-Jan-2010 Copyright 2000-2010 REBOL Technologies. All rights reserved. REBOL is a trademark of REBOL Technologies. WWW.REBOL.COM | |
ManuM 23-Feb-2010 [3565x2] | REBOL/View 2.7.7.4.3 5-Jan-2010 Copyright 2000-2010 REBOL Technologies. All rights reserved. REBOL is a trademark of REBOL Technologies. WWW.REBOL.COM |
That's funny, 5-Jan-2010 --> 2.7.7.4.3, 6-Jan-2010 --> 2.7.7.4.2 | |
Oldes 23-Feb-2010 [3567] | Why funny? the third number means OS and the fifth some OS subtype. |
ManuM 24-Feb-2010 [3568] | Sorry, I was thinking the fourth and fifth number were subrelease number |
Robert 15-Mar-2010 [3569x2] | Some Plug-computer experience: I use one as the replacement for DroboShare (which is crap and damn slow). So I have set it up to be my file-server where a Drobo Storage Array is attached too. All conected via Giga-Ethernet, using AFP and Bonjoure. |
DroboShare speed was between 5-10 MB/s. Now I have 30MB/s for read & write over the network. So this thing flies! | |
Graham 15-Mar-2010 [3571x2] | How long did it take to arrive? |
And what version of rebol can you run on it? | |
Robert 15-Mar-2010 [3573x2] | I ordered mine in UK. 3-4 days. |
Rebol: It's ARM based... so not yet. But waiting to get R3 running on it. It's running Linux so porting should be pretty straight forward. | |
Graham 15-Mar-2010 [3575] | There is an version of rebol that runs on Arm. |
Barik 31-Mar-2010 [3576x6] | Using REBOL 2 with vid on Linux (CentOS 5.4 / GNOME). Doesn't seem like the font-size does anything (i.e.): text font-size 30 "Hello". Any advice or tips? |
Using REBOL 2 with vid on Linux (CentOS 5.4 / GNOME). Doesn't seem like the font-size does anything (i.e.): text font-size 30 "Hello". Any advice or tips? | |
Using REBOL 2 with vid on Linux (CentOS 5.4 / GNOME). Doesn't seem like the font-size does anything (i.e.): text font-size 30 "Hello". Any advice or tips? | |
Using REBOL 2 with vid on Linux (CentOS 5.4 / GNOME). Doesn't seem like the font-size does anything (i.e.): text font-size 30 "Hello". Any advice or tips? | |
Using REBOL 2 with vid on Linux (CentOS 5.4 / GNOME). Doesn't seem like the font-size does anything. | |
Oh boy, didn't mean to do that. Looks like AltME in VMWare on CentOS had some initial weirdness as well. Sorry about that! | |
Henrik 31-Mar-2010 [3582] | If you click on the send button N times, it will submit the message N times. Not a great feature. |
Barik 31-Mar-2010 [3583] | Yeah, I hit enter and nothing happened, so I thought it was stuck. Looks like it was just busy doing something in the background and queueing up my enters. |
older newer | first last |