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

World: r3wp

[Linux] group for linux REBOL users

Geomol
7-Apr-2009
[2815x2]
This window without title bar can be moved in R2:


main: layout [origin 0 box "Drag me!" feel [engage: func [f a e] 
[if a = 'down [pos: e/offset] if find [over away] a [main/offset: 
main/offset - pos + e/offset show main]]]]

view/options main [no-title]
So you can build your own title-bar and make it behave like a normal 
title bar.
Geomol
8-Apr-2009
[2817]
Ah, may be different under Linux. I was just trying it out under 
Windows.
Anton
9-Apr-2009
[2818]
Yeah, in Linux here it doesn't follow the mouse well, the window 
accelerates in the direction of movement.
Geomol
9-Apr-2009
[2819]
Maybe because event offsets are different? Try probe e/offset.
Anton
9-Apr-2009
[2820x2]
I'm sure of it. I think in Win32 the events are relative to the window, 
while in linux they are absolute. That would explain the behaviour 
I'm seeing.
If you remove main/offset, then you get this:

	main/offset: - pos + e/offset show main

and this works properly in Linux.
Pekr
9-Apr-2009
[2822]
Never tried View on linux - does it crash too, when you change resolution? 
:-)
Anton
9-Apr-2009
[2823]
Never tried.
Pekr
9-Apr-2009
[2824x3]
In two weeks I am going to set-up new Linux server finally. I have 
got the HW - SuperMicro board. I will install Mikrotik RouterOS on 
it, and it allows me to serve as a FW/router, and iside of it I want 
to install Ubuntu server in XEN
I would like to ask - should I install including X Windows? Will 
it make REBOL life easier? (e.g. will it allow to run rebcmdview, 
so that some gfx operations will be available to cgi?)
The question also is - will it consume much more resources (memory, 
cpu) to have it installed including X-Windows?
Izkata
9-Apr-2009
[2827x2]
Tested with a simple "view layout [box]" on Ubuntu Hardy with the 
wmii window manager, View does not crash when using xrandr to change 
resolution.
Seems likely other setups also wouldn't crash, but I wouldn't put 
it past Gnome to do something strange
Pekr
17-Apr-2009
[2829]
So I just installed glorious UBUNTU Server edition. Installation 
went OK, but after 15 minutes of usege, I have big WTF? Are those 
ppl crazy? This is total piece of crap. You can't have X-Windows 
easily running there. There is NO visual administrative tool intalled 
by default. No webmin, but Ebox. At least Docs state how to install/run 
Ebox. It does NOT work, it is missing some packages. I am also left 
with my user name, and the SUDO. But - can you do everything by SUDO? 
How do I find out my real root password? I am really not an experienced 
Linux user, but I could manage that stuff with old Fedora in 2004. 
Why Ubuntu gets so much attention?
amacleod
17-Apr-2009
[2830]
I've tried ubuntu many times with the latest trying ubuntu server 
edition. I installed webmin (not too hard). I ended up installing 
a low-end desktop environment...

But as usual I hit too many walls...

It also ran like a dog on this low end PC. It was a slow 800mhz but 
should have been fast enougg..I probably need more memory as I thing 
there was alot of disk swaping going on..


Now, I'm using ms server 2003...Atleast now I can go to my brother 
if I have a problem...He does not know linux.
I want to support Linux but I'm never happy with it in the end.

Perhaps, Syllable can one day be my server of choice ..
Pekr
17-Apr-2009
[2831]
I will try other distributions - most probably CentOS, SuseLinux 
and maybe even Fedora once again ...
Izkata
17-Apr-2009
[2832]
Don't know anything about the server questions, but Ubuntu by default 
doesn't have a root password - use "sudo su" to get a root terminal, 
then passwd if you want to give root a password
Pekr
17-Apr-2009
[2833]
sudo su - yes, I found out that already. I wanted to get Ebox installed, 
but failed, even if I followed the documentation - I hate it .... 
this simply is NOT server which si ready to go to production. This 
is total crap ...
Izkata
17-Apr-2009
[2834x3]
do you mean setup documentation?
Ah, it says the one in Intrepid is broken
Hardy is the LTS release, though, and works
Pekr
17-Apr-2009
[2837]
https://help.ubuntu.com/8.10/serverguide/C/ebox.html- I followed 
those instructions, but it says it can't be installed ...
Izkata
17-Apr-2009
[2838]
https://help.ubuntu.com/community/eBox- this page says Gutsy version 
has bugs, Hardy version is stable, and Intrepid version can't be 
installed
Pekr
17-Apr-2009
[2839x2]
well, the server "works" somehow, as I can reach its web. But I am 
not hardcore linux guru to go with pure console. So I wanted to add 
webmin, but noticed there is Ebox equivalent, but was not able to 
install it. The package mechanism is strange too - too much packages. 
I liked "yum update" with Fedora - it simply installed needed patches. 
Here I tried aptitude but how do I know from so many packages, what 
I need to install. I need very simple mechanism to just apply security 
patches, nothing more, like with Windows :-)
OK, so you are saying that I need to use some older Ubuntu version? 
They officially release 8.10 version and some main packages don't 
even work? I thought that by going Ubuntu I would be more safe from 
such a hassle. I probably need to go with LTS version then?
Izkata
17-Apr-2009
[2841x3]
apt-get upgrade

 or "aptitude upgrade" for just the updates.. (I've been using apt-get 
 instead of aptitude, and they don't interact well when it comes time 
 to remove packages)
LTS - Long Term Support - versions are designed to be as stable as 
possible
For example, Hardy works on my laptop no problems, but Intrepid never 
has.  Don't know about Jaunty yet.
Gabriele
18-Apr-2009
[2844x2]
Petr, on Ubuntu there's no root password, unless you set that manually. 
On a server, this is debatable, but on workstations/desktops (which 
is Ubuntu's focus) it makes no sense to have two passwords for what 
is basically the same user.
what do i need to install
 - that is automatic. sudo apt-get install package-name
[unknown: 5]
18-Apr-2009
[2846]
I use root on ubuntu without logging off.
Robert
19-Apr-2009
[2847]
For servers I'm just using CLI based Debian. No fancy stuff installed. 
Keep things simple...
Robert
30-Apr-2009
[2848x3]
I just upgraded my Debian Etch distribution to Lenny. This works 
flawlesly. Very amazing.
I now have several entries in Grub to boot different Kernel versions. 
Can someone explain to me how this works with all the rest of the 
applications and libraries?


I can imagine that you just use a different boot image to get a different 
kernel. But how does Linux handle all the "kernel dependent" libraries?
IIRC VMS had a very cool method to handle different version if the 
same file in a transparent way.
Gabriele
30-Apr-2009
[2851]
I don't think there are any api changes between minor linux versions. 
so you can use the exact same system with different minor versions 
of the kernel.
Robert
30-Apr-2009
[2852]
But I have 2.18 and 2.26 Versions. Which IMO are quite different.
BrianH
30-Apr-2009
[2853]
Gabriele, they switched to the gradual change model with the 2.6.x 
series.
Gabriele
1-May-2009
[2854x3]
Robert, no, you have 2.6.18 and 2.6.26. The same libc will work on 
both.
Brian: still, distributions would not send out a kernel update that 
would break the userland. If there's an incompatible kernel, it simply 
never gets into that distribution, until next version of the whole 
distro
the only case when i had problems upgrading a kernel was when i was 
on Gentoo, and the new kernel would use different names for my hd 
partitions (switched from /dev/hdX to /dev/sdX), which meant that 
I had to fix the /etc/fstab for it to boot. these things don't happen 
on normal distributions, and even on Gentoo I could have avoided 
it if I paid attention I guess.
BrianH
1-May-2009
[2857]
Glad to hear that the gradual change is being managed so well.
Robert
3-May-2009
[2858x2]
Gab, ah, sorry I didn't mean going from 2.6.a to 2.6.b

I mean having 2.4.x and 2.6.y on one system.
IIRC this is possible as well.
Gabriele
4-May-2009
[2860x2]
2.4 / 2.6 - I don't know if anything special is needed to do that. 
you can very likely compile both kernels in order to make them compatible 
with each other, and it's also possible to handle this in the userland.
i don't know if it's worth doing something like that though :)
Robert
4-May-2009
[2862x2]
It's not, but it looks like using dist-upgrade on Debian ADDs a new 
kernel and release without removing the old kernel (and maybe old 
apps). At least you get a new entry in Grub.
That's why I was wondering.
Gabriele
5-May-2009
[2864]
even when going from 2.4 to 2.6? I guess that if they do that, they 
must have tested it. i'm not aware of debian being able to keep multiple 
versions of programs though, so if it's installing a new version 
of a program, most likely it will remove the old one. (it can keep 
multiple versions of the same library, but not always)