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

World: r3wp

[Linux] group for linux REBOL users

MaxV
9-May-2011
[4137]
Launchpad doesn't accept only binaries, it  wants the source and 
the it builds the binaries. I'll investigate on Multiverse...
ddharing
14-May-2011
[4138]
MaxV and Andreas, great work on solving the 11.04 problem. So, that 
means these xfonts were on previous versions of Ubuntu, but not 11.
ManuM
7-Jun-2011
[4139x2]
Rebol 2.7.8 not working on Kubuntu 11.04

I have installed xfonts-100dpi and xfonts-75dpi but same result
I have installed MaxV .deb package but still the same result.

I look at ldd command and I get a similar output that I got at Kubuntu 
10.10 ( where Rebol 2.7.8 works ok )
Any advice?


[ubuntu-:-ubuntu]:/media/CAJON/SoftwareKubuntu/software/LinuxMaxV$ rebol
** User Error: Bad face in screen pane!
** Near: size-text self

[ubuntu-:-ubuntu]:/media/CAJON/SoftwareKubuntu/software/LinuxMaxV$ uname 
-a

Linux ubuntu 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 
UTC 2011 i686 athlon i386 GNU/Linux

[ubuntu-:-ubuntu]:/media/CAJON/SoftwareKubuntu/software/LinuxMaxV$ ls 
-la
total 7888
drwx------  2 ubuntu ubuntu   16384 2011-05-08 19:39 .
drwx------ 22 ubuntu ubuntu   16384 2010-12-14 11:15 ..

-rw-r--r--  1 ubuntu ubuntu  650478 2011-05-08 19:40 rebol-2.7.8.4.3-4.i386.deb

-rw-r--r--  1 ubuntu ubuntu 3907696 2011-05-08 21:00 xfonts-100dpi_1.0.3_all.deb

-rw-r--r--  1 ubuntu ubuntu 3464308 2011-05-08 21:01 xfonts-75dpi_1.0.3_all.deb

[ubuntu-:-ubuntu]:/media/CAJON/SoftwareKubuntu/software/LinuxMaxV$ ldd 
/usr/bin/rebol
        linux-gate.so.1 =>  (0x00f45000)

        libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0x00c80000)

        libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0x004ee000)

        libXt.so.6 => /usr/lib/i386-linux-gnu/libXt.so.6 (0x00985000)
        libXaw.so.7 => /usr/lib/libXaw.so.7 (0x005d4000)
        libXmu.so.6 => /usr/lib/libXmu.so.6 (0x00285000)

        libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0x003bb000)

        libfreetype.so.6 => /usr/lib/i386-linux-gnu/libfreetype.so.6 (0x00110000)
        libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0x0059e000)
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0x00196000)

        libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0x00fcf000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0x00631000)

        libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0x0025a000)

        libSM.so.6 => /usr/lib/i386-linux-gnu/libSM.so.6 (0x00933000)

        libICE.so.6 => /usr/lib/i386-linux-gnu/libICE.so.6 (0x00c65000)
        libXpm.so.4 => /usr/lib/libXpm.so.4 (0x00bff000)
        /lib/ld-linux.so.2 (0x002f9000)
        libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0x0019a000)

        libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0x001af000)

        libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0x001b4000)

        libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0x0080a000)
Repost the previous unreadable output

[ubuntu-:-ubuntu]:/media/CAJON$ rebol
** User Error: Bad face in screen pane!
** Near: size-text self
[ubuntu-:-ubuntu]:/media/CAJON$ uname -a

Linux ubuntu 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 
UTC 2011 i686 athlon i386 GNU/Linux
[ubuntu-:-ubuntu]:/media/CAJON$ ls -la
total 7888
drwx------  2 ubuntu ubuntu   16384 2011-05-08 19:39 .
drwx------ 22 ubuntu ubuntu   16384 2010-12-14 11:15 ..

-rw-r--r--  1 ubuntu ubuntu  650478 2011-05-08 19:40 rebol-2.7.8.4.3-4.i386.deb

-rw-r--r--  1 ubuntu ubuntu 3907696 2011-05-08 21:00 xfonts-100dpi_1.0.3_all.deb

-rw-r--r--  1 ubuntu ubuntu 3464308 2011-05-08 21:01 xfonts-75dpi_1.0.3_all.deb
[ubuntu-:-ubuntu]:/media/CAJON$ ldd /usr/bin/rebol
        linux-gate.so.1 =>  (0x00f45000)

        libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0x00c80000)

        libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0x004ee000)

        libXt.so.6 => /usr/lib/i386-linux-gnu/libXt.so.6 (0x00985000)
        libXaw.so.7 => /usr/lib/libXaw.so.7 (0x005d4000)
        libXmu.so.6 => /usr/lib/libXmu.so.6 (0x00285000)

        libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0x003bb000)

        libfreetype.so.6 => /usr/lib/i386-linux-gnu/libfreetype.so.6 (0x00110000)
        libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0x0059e000)
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0x00196000)

        libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0x00fcf000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0x00631000)

        libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0x0025a000)

        libSM.so.6 => /usr/lib/i386-linux-gnu/libSM.so.6 (0x00933000)

        libICE.so.6 => /usr/lib/i386-linux-gnu/libICE.so.6 (0x00c65000)
        libXpm.so.4 => /usr/lib/libXpm.so.4 (0x00bff000)
        /lib/ld-linux.so.2 (0x002f9000)
        libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0x0019a000)

        libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0x001af000)

        libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0x001b4000)

        libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0x0080a000)
ManuM
11-Jun-2011
[4141]
Any suggestions with Rebol 2.7.8 and Kubuntu 11.04 problem?
MaxV
13-Jun-2011
[4142x2]
Did you used http://www.maxvessi.net/rebsite/Linux/rebol-2.7.8.4.3-4.i386.deb
?
I'll investigate on Kubuntu..., if you have news, write me to [maxint-:-tiscali-:-it]
ManuM
13-Jun-2011
[4144]
@MaxV: Yes I have installed rebol-2.7.8.4.3-4.i386, but same result. 
If I have news I'll tell you. Thank you for your help.
MaxV
14-Jun-2011
[4145x3]
SOLVED!!! You need just to reboot the PC
When you install the rebol.deb file, it autamtically install xfonts 
packages, then you need to reboot the PC
You'll find an incon in the "Applications/Development" panel
ManuM
14-Jun-2011
[4148]
Just reboot? Ok, I was trying with a CD-Live so I have never restarted 
after installing the rebol.deb file.  I'll try it tomorow with a 
installed Kubuntu 11.04 and I'll post any new. Thank you for your 
help.
Gabriele
15-Jun-2011
[4149x2]
You can probably just restart the X server.
(also, I think there is a way to flush the X server font cache.)
ManuM
15-Jun-2011
[4151x2]
Tested with reboot after installing rebol-2.7.8.4.3-4.i386.deb and 
it works perfect. Thank you Max
I have tested with a CD-Live too, and after installing rebol-2.7.8.4.3-4.i386.deb, 
I log out the session, then restart the X Server from the login screen 
( a hidden option at shutdown icon ), and log in again with ubuntu 
and blank password. And it works perfect. Thank you Gabriele.
Ashley
5-Nov-2011
[4153]
A *nix command line question (I think). Using the following command:

	echo '.show' | sqlite3 -separator '\t'

yields

	...
	separator: "\\t"
	...

How do I "escape" the backslash so only one is inserted?
Gabriele
5-Nov-2011
[4154]
I'm not sure what you mean - I think sqlite is just escaping it in 
the output. ie. same thing as in rebol:

>> as-string #{5E49}
== "^^I"
Duke
5-Nov-2011
[4155]
I'm running REBOL v2.7.8 on an xubuntu box. I want to run the cheyenne 
web server. Anyone know how to dissable automatic startup of Apache2 
server on a Debian-based distro?
Dockimbel
5-Nov-2011
[4156x2]
Try removing the symbolic link named S80httpd from /etc/rc.d/rc3.d/.
On my Ubuntu 10.04, the symlink seems to be more like /etc/rc3.d/S91apache2, 
so I am not sure for Xubuntu.
Ryan
5-Nov-2011
[4158]
I want to put core on a wireless router. Anybody out there doing 
that?
Dockimbel
5-Nov-2011
[4159x2]
Never done that, but you'll probably need to build a new custom linux 
firmware image for your router.
You can start with OpenWrt: http://en.wikipedia.org/wiki/OpenWrt
Ryan
5-Nov-2011
[4161]
I put dd-wrt on a router once, and I heard of fedora on a router, 
and various linux based router os's. I suspect there is three options; 
1. use an x86 pc as a router, 2. use an x86 router, 3. use an arm 
type router with an arm rebol ($$$).
Dockimbel
5-Nov-2011
[4162]
Latest ARM REBOL binaries are v2.5.0, which should be ~9 years old.
Ryan
5-Nov-2011
[4163x2]
Well that is a start.
ew, no async back then. I think there is a work around, but its not 
pretty.
Kaj
5-Nov-2011
[4165x2]
I'm producing a Linux server OS including REBOL, that could be used 
if the router is x86
If the router is ARM, REBOL is a problem, but the Boron or Red languages 
could be used, depending on your needs
Duke
6-Nov-2011
[4167]
@DocKimbel: Thanks! There is a README file in the /etc/rc3.d/ directory 
that indicates to rename the file to a Knnapache2. I'll do it and 
see what blows up. :))
Gabriele
7-Nov-2011
[4168]
Duke, http://www.debianadmin.com/manage-linux-init-or-startup-scripts.html
(Google is your friend. :)
james_nak
7-Nov-2011
[4169]
Ryan, I think Luis was doing some rebol on routers back in the day 
but I could be mistaken.
Duke
8-Nov-2011
[4170]
@Gabriele: - Thank you!! Very good resource ....
Ryan
10-Nov-2011
[4171]
Thanks James. I heard someone had done it before. I have pretty much 
decided to scrap the idea for the time being. I seem to be stuck 
on the x86 platform for the time being, and x86 routers are expensive.
GrahamC
10-Nov-2011
[4172]
Jaime Vargas had a commercial wireless router with embedded Rebol
Kaj
10-Nov-2011
[4173x3]
That was really heavy duty outdoors stuff
Ryan, as long as you're on x86, you could consider Syllable Server:
http://web.syllable.org/pages/about.html#Server
Andreas
11-Nov-2011
[4176x3]
What price range are you aiming for, Ryan? In my experience, x86 
router-like devices are certainly more expensive than the concurring 
architectures, but not prohibitively so.
I.e. EUR 100/USD 130 for a reasonable x86 router box is certainly 
doable.
(Thinking about Alix/Soekris/Orbit Micro-style devices here.)
Ryan
11-Nov-2011
[4179x2]
Under $200 for the router and server (or just router).  Syllable 
sounds tempting.  Can I run stunnel or something else for SSL support?
Does syllable run cheyenne? Can it do something like festival text 
to speech?
Kaj
11-Nov-2011
[4181x6]
Syllable Server includes Cheyenne preconfigured. We're running a 
number of sites on it
SSL can be added to Cheyenne by putting NginX or indeed STunnel in 
front of it, but I haven't done that yet
I am running NginX in front of Cheyenne now without SSL, but it's 
not integrated in a Syllable release yet. I plan to do that in a 
new Syllable Server release in a few months
Before that, single packages can be added or upgraded within Syllable 
Server
Compiling Festival should be possible, too, but it has a few dependencies, 
so those would have to be compiled, as well
Other TTS packages such as FLite or eSpeak could also be used