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

World: r3wp

[Linux] group for linux REBOL users

Oldes
25-Dec-2007
[1871x2]
there is /lib/libgcc_s.so.1
ach, that's different one
Kaj
25-Dec-2007
[1873]
Why do you need a graphics system on a server?
Oldes
25-Dec-2007
[1874]
I wanted to do some image processing.. I will have to write it in 
core than
Kaj
25-Dec-2007
[1875]
Does Core run? I would expect it to also require libgcc_s
Oldes
25-Dec-2007
[1876x2]
yes... core runs without problems
it requires just:
        linux-gate.so.1 =>  (0xffffe000)
        libm.so.6 => /lib32/libm.so.6 (0xf7f8b000)
        libc.so.6 => /lib32/libc.so.6 (0xf7e60000)
        /lib/ld-linux.so.2 (0xf7fb7000)
Kaj
25-Dec-2007
[1878]
Anyway, you wouldn't have been able to apt-get install anything. 
That is a permission issue
Oldes
25-Dec-2007
[1879x3]
I was already asking the admin to try it
never mind, I have to stay with Core
And don't you know if there is a version of Core with Rebcode for 
linux?
Kaj
25-Dec-2007
[1882]
Doesn't the latest version have it?
Oldes
25-Dec-2007
[1883x3]
no:) it was always just an alfa version
it's  rebol2650042
it's time to try it again
Robert
3-Feb-2008
[1886x2]
I have a problem that my httpd (an old Apache installation) goes 
into DE-FUNCT state from time to time. But I don't have any clue 
why. And, it never happend before. The last thing I did, was to disable 
SSL mode and I now have a SSH server running in port 443.
My installation is an old RH7.2


Has anyone an idea where I can take a look to find out what the problem 
is? I checked the /var/log files but no hint in there.
AdrianS
3-Feb-2008
[1888]
dlna
Robert
4-Feb-2008
[1889x4]
dlna? What's that a program?
I just found a media server reference for this aconym.
How can I get back the output of a shell command? I tried:
>> procs: ""
== ""
>> call/output procs "ps -A"
== 100
>> ? procs
PROCS is a string of value: ""
Got it. The call is:

call/output "ps -A" procs
Gregg
4-Feb-2008
[1893]
If you need more control, Gabriele and Doc have a great async-call 
module.
Robert
4-Feb-2008
[1894]
This works as a simple watchdog script. So no big deal.
Gregg
4-Feb-2008
[1895]
I do the same thing (on WIndows). We have a lot of REBOL processes 
running, so mine also sorts and filters, showing the top CPU users 
and the stats for all REBOL processes.
AdrianS
7-Feb-2008
[1896]
In reference to my "comment" on sunday, it's the second time that 
something that wasn't intended for AltMe got into a group here - 
I was searching for "dlna" on Google. Funny thing is that I don't 
recall AltMe getting focus at the time.
Graham
7-Feb-2008
[1897]
Is Altme set to grab focus on receiving a message?
Kaj
8-Feb-2008
[1898]
You can configure it in the settings, but I'm not sure it works for 
Linux
Izkata
8-Feb-2008
[1899]
On Ubuntu with Compiz Fusion, AltME just brought itself to the top 
for me
Pekr
16-Feb-2008
[1900]
I just downloaded vmware image of CentOS (based upon RedHat enterprise) 
and would like to run httpd automatically after my system starts. 
How do I do that? I can log into X, start services config tool and 
start httpd manually, but I would like to run it after the system 
boot. httpd is configured in /etc/rc.d/init.d/httpd .... don't remember 
where to put it to have it started automatically ....
btiffin
16-Feb-2008
[1901]
Does CentOS have update-rc  by any chance?   update-rc.d httpd defaults 
 will configure the init.d scripts for all default run levels on 
Debian.   For CentOS (I don't know CentOS utility bits) try
# chkconfig --level 235 httpd on
# chkconfig --list httpd

Which will set httpd to run at levels 2 3 and 5.   *Assuming # is 
the superuser prompt, not the bash comment.
Pekr
16-Feb-2008
[1902]
what is runlevel? :-)
btiffin
16-Feb-2008
[1903x3]
Umm,  how to describe.  bootup and shutdown modes.  5 is GUI, 2, 
3, 4  is console (or gui on some distros)  multi user, 1 is single 
user only  0 is go down  and it is similar to protection rings on 
the x86.   Move into and move out of control sequencing.  With a 
fairly hairy system of named scripts controlling whether they get 
executed and in what order  S80 K10 kinda things.  S is "normal", 
run me at startup, and all through symbolic links our of init.d
Nice to know about if you really really need to figure something 
out admin wise ... for home use, su's crontab and utilities like 
monit can make life a little easier on the brain, but perhaps less 
secure.  Just don't let the scripts break during boot in superuser 
mode if you don't play the rc game.  :)
Just read a couple; this is a good intro.  http://www.debian-administration.org/articles/212


and I was just about to his ^S on this entry and then noticed the 
 :-)   :)  Oh, well
BrianH
17-Feb-2008
[1906x2]
I've been looking at D-Bus. It looks useful, and easy to implement 
in REBOL in a cross-platform way.
At least the client would be, anyways.
BrianH
18-Feb-2008
[1908]
You could implement one-to-one communication with no difficulty, 
even on platforms with no message bus.
btiffin
18-Feb-2008
[1909]
Hey!  What are you doing in this group?   I love DCOP ... too handy, 
definitely one of the beautiful things about KDE.  It'd be neat to 
see D-Bus catch on.

Escape the .Net Brian, Come to the light side.

Umm, if you ever get sick of this running gag; just yell at me and 
I might stop.  :)
BrianH
18-Feb-2008
[1910]
The're porting D-Bus to Windows, and the object model is as much 
like COM as it is like CORBA :)
btiffin
18-Feb-2008
[1911]
Ooh, imagine a Konqueror browser pushing Vista around  :)   Tux Tux 
Tux!  Go Tux!
BrianH
18-Feb-2008
[1912]
KDE is running on Windows already (in alpha). It's becoming just 
another distribution :)
btiffin
18-Feb-2008
[1913]
I think I can live with that actually, as long as Aero doesn't port 
it's way over to Debian, I'll be ok.  :)
BrianH
18-Feb-2008
[1914x2]
They're already doing it. What do you think Compiz and such are?
All of that 3D fluff is just as silly on Linux as it is on Windows.
btiffin
18-Feb-2008
[1916x2]
I was just going to add, I wonder if Windows could handle Beryl. 
 :)
Agreed.  Until we get laser beam to the eye HUDs, yep.  Fluff.
BrianH
18-Feb-2008
[1918]
Wake me when there is some real point to turning on the WinXP/2003 
Themes service, let alone Aero.
btiffin
18-Feb-2008
[1919]
lol
BrianH
18-Feb-2008
[1920]
I wouldn't use Themes at all it I didn't dislike grey so much.