r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Linux] group for linux REBOL users

btiffin
21-Feb-2008
[1969]
Normally yes.  But there are X11 configurations to worry about; try 
(from the REBOL console  - being your shell term)

con: open/binary/no-wait [scheme: 'console]   wait con   ch: copy 
con
and see what gets placed in ch
Graham
21-Feb-2008
[1970x7]
Some keys are being trapped by Gnome ... F1, F11, F10
So, on Ubuntu with Gnome, I'm getting for F3 #{1B1B4F52}
Using Vid, I get for F1 onwards, console, listen, tcp, udp, icmp, 
dns, odbc, oracle, msql, crypt, compress ...
What's going on here??
F12 is grabbed by the window manager in puppylinux, but otherwise 
the others are the same.
I presume Rebol is somehow interpreting these sequences like this.
Ahh.. it's a bug with Rebol 2.7.5
btiffin
21-Feb-2008
[1977]
Ok, I was just about to say ... how are you getting the schemes list. 
  That looks weird, but I was going to suggest it must be opening 
the system/schemes object somehow.  I would be confused.  Not that 
that would be weird. :)
Graham
21-Feb-2008
[1978x2]
Ashley documents the bug on his Rebgui pages.
Wonder why RT hasn't released a fix yet.
btiffin
21-Feb-2008
[1980]
Busyness?  :)   Afaik; a new release bundle is in the works.
Graham
21-Feb-2008
[1981x3]
Hmm.
Well, I found an older Linux SDK so i guess I can work with that.
Nope, mine is too old.  Anyone got the latest functional Linux 'enface 
prior to 2.7.5  ?
Graham
22-Feb-2008
[1984]
I'm using call and call/wait to invoke gs to convert ps files to 
pdf.  Anyone know why the return code can be non zero on linux and 
yet it is still doing the conversion??
Anton
22-Feb-2008
[1985x2]
I remember something about that... I think it was a "rebolism".
Does the same command return non zero in the linux console only ?
Gabriele
23-Feb-2008
[1987]
CALL has a bug in Linux (and other Unix), it just returns a random 
number...
Graham
23-Feb-2008
[1988x4]
crap.
I never knew that.
It returns 0 if used from the rebol console .. but other numbers 
if used from an encapped app.
Gabriele .. are these bugs ( and the lack of scalable font support 
in draw ) being addressed in 2.7.6 ?
Kaj
23-Feb-2008
[1992]
That's a serious bug
Graham
23-Feb-2008
[1993]
Anyone know what I need to do to get view running on Ubuntu 7.10 
?  libstdc++.so.5 is missing.  And sym linking to ibstdc++.so.6.0.9 
doesn't work.
Ingo
23-Feb-2008
[1994]
View 2.7.5.4.2 worked for me out of the box on a freshly installed 
Ubuntu 7.10
Graham
23-Feb-2008
[1995]
Encapped app complained.  Anyway, this is an answer I found http://www.debugmode.com/userforums/viewtopic.php?t=6125
Dockimbel
23-Feb-2008
[1996]
That answer look overly complicated to me. Why not just : sudo apt-get 
install libstdc++5 ?
Graham
23-Feb-2008
[1997x2]
Dunno.  Will that work?  :)
True type fonts appear to be working for me in Ubuntu 7.04 ...
Ingo
23-Feb-2008
[1999]
Hmmm, I have libstdc++5 installed.
Dockimbel
23-Feb-2008
[2000]
Yes, it will download and correctly install libstdc++5.
Graham
23-Feb-2008
[2001]
Good to know.  I messaged my user to let him know of this easier 
method.
Gabriele
24-Feb-2008
[2002]
Carl knows about the call linux bug since quite some time... and 
I have provided him with what I think could fix it (but I have no 
way to test the fix). Qtask needs this bug fixed too, so one can 
say it's reasonably high priority. :)
Graham
24-Feb-2008
[2003x2]
2.7.6 then
AGG fonts only working under Debian distros still?
Graham
4-Mar-2008
[2005]
If one wishes to run a View encapped application on a server distro 
of ubuntu, is this all one has to do http://softinnov.org/cheyenne/blog.cgi?view=0014
?
Kaj
4-Mar-2008
[2006]
I guess
Anton
5-Mar-2008
[2007]
Graham, any other required libs can be determined with ldd.
Graham
6-Mar-2008
[2008]
Ta.
Graham
9-Mar-2008
[2009x2]
It looks like this ecvt bug is biting me again.  I got ODBC working 
under Wine, but when I insert a decimal value into a decimal field 
under ODBC, the value gets converted to what looks like a scientifc 
value without the exponent.
So, .01 gets stored as 1.000 as does 1000 !
Gabriele
9-Mar-2008
[2011x2]
hmm, that won't be easy to workaround i guess :(
maybe try sending as string instead? will the driver accept it?
[unknown: 5]
9-Mar-2008
[2013]
I just sstarted downloading this ubuntu linux OS.  I don't know much 
about it.  My last venture into Linux was REDHAT 5.2 which was sometime 
ago.  Can someone tell me how ubuntu compares to other linux flavors 
and if it is pretty standard.  If I'm going to learn linux I would 
rather learn what is the most useful set of commands that enables 
me to use the most distributions of linux.
btiffin
9-Mar-2008
[2014]
imho;  Ubuntu is the current up and comer.  Ubuntu ships with a defaut 
set of packages more tuned for running Gnome as the desktop.  Kubuntu 
ships with a default KDE setup.  The Ubuntu family is spin off of 
Debian ... Debian is my personal favourite.  The RHEL branches don't 
seem to do it for me quite as much.  Ubuntu is well supported with 
a growing community and a fairly well off benefactor.   Canonical 
is funded.  I'm pretty sure they still support the WeShipIt program 
where you can order CD's for free - shipping paid by Canonical.  
Pretty sweet.  But imho Debian is a little more solid; years between 
releases.  Canonical likes to stick to a 6 month updgrade schedule. 
 So you get new shiny every 6 months, but ... running a business 
on it, I prefer the soak time Debian affords.


GNU/Linux commands are fairly standard across the board.  It's the 
config, and helper apps that diverge the most.  (That alone causes 
a mess in GNU/Linux land but POSIX is POSIX).  Things don't really 
diverge low-level till you enter the other free unix clones like 
FreeBSD.  One thing to watch on the horizon is OpenSolaris.  If it 
rolls out as it should, it could well be the player to take in Linus. 
 And Ian Murdoch (the man beside Debra in Debian) works at Sun now, 
so ...


In short, Ubuntu good.   :)   But, I prefer it's parent, Debian. 
 If you check the IRC channels on Freenode, #debian is ruthless, 
brooks no guff, with awesome technical support.  #ubuntu seems a 
little more people friendly and perhaps more likely to effectively 
help new users.  Umm, don't go asking Ubuntu questions on #debian. 
 They seem to have a little bit of jealousy toward the younger upstart 
with all the flash cash.  :)


distrowatch.com will tell you pretty much anything you want to know.
[unknown: 5]
9-Mar-2008
[2015]
Thanks Brian.  Good info.
btiffin
9-Mar-2008
[2016]
Oh, and if do have a spare hour or two, don't forget to test Syllable. 
 There is a group here for it.  Some of the principals of Syllable 
development are rebols at heart.  :)  The Desktop can be tested from 
a Live Boot.
[unknown: 5]
9-Mar-2008
[2017]
Cool.  I just had to restart Unbuntu as it locked up during the installation 
process.
btiffin
9-Mar-2008
[2018]
Crappy.   I had Kubuntu 6 Live do that on a lot of the machines I 
tried, but that was X and the mouse duking it out.  Never had a Debian 
install fail, but I have had to boot single user to tweak X11 config, 
but that all went away with the transition to Xorg.  ... knocks on 
wooden brain ... so far.