World: r3wp
[Linux] group for linux REBOL users
older newer | first last |
Graham 24-Jun-2007 [1608x2] | I have used virtualbox once before ... maybe I should try it again. |
followed the instructions to upgrade the kernel ... and then reinstalled vmware. Says it was fine. Reboot .. and I've got a "kernel panic" message at the bottom of my screen :( | |
Volker 24-Jun-2007 [1610] | I hope you can boot with another kernel. someone here said how to restore the normal one |
Graham 24-Jun-2007 [1611] | too late .. I've reformmated and going to try ubuntu again! |
Alan 24-Jun-2007 [1612] | Graham,have you tried Mandriva ? I just installed VMPlayer on it but still need to edit a pl config to get it to work Altme/View install fine on the x386 version but the 64 bit version does not |
Graham 24-Jun-2007 [1613] | Not yet .. working my way thru various distros ! |
Volker 25-Jun-2007 [1614] | YOu should try them in vmware fir - nevermind^^ |
Graham 25-Jun-2007 [1615x5] | maybe windows is the best host for linux |
really bizarre .. | |
I installed ubuntu on a dual Xeon ( p III ) box and vmware server installed with no hitches | |
Now I have another box and unbuntu installs with no hitches, except it does not recognise the raid card and sees the two mirrored drives as separate drives | |
but after installing vmware server ... it says it is setup incompletely :( | |
Volker 25-Jun-2007 [1620x2] | Seems they are sometimes out of sync with the kernels. Then they need to compile and that does not work. |
HAs that raid-card a name, for searching? | |
Graham 25-Jun-2007 [1622] | fasttrak |
Volker 25-Jun-2007 [1623] | brrr. https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/112402 https://help.ubuntu.com/community/FakeRaidDebug Please try the latest gutsy gibbon livecd and see if that works for you. That may be an idea. |
Graham 25-Jun-2007 [1624] | Lol |
Volker 25-Jun-2007 [1625] | gutsy is the test-version, but you could try if they managed to deal with it. if your raid shows up there, you have at least a chance^^ |
Graham 25-Jun-2007 [1626x2] | perhaps I should wait for the friggin freaky version ? |
oops.. passed that one. | |
Volker 25-Jun-2007 [1628x2] | Better than the Late Longhorn^^ |
Or try a 2.4-kernel. someone said they have drivers on their site | |
TimW 2-Jul-2007 [1630x2] | I hae altme in a directory in my user home directory /home/user/altme and if I click on it there it puts all files in that altme directory which is what I want, but if I try to link to /home/user/altme/altme or start it from the command line it always tries to install again and put the files in my user directory /home/user. Does anyone know how to symlink it so it opens in the sub directory? |
hae = have | |
Kaj 2-Jul-2007 [1632x2] | Unfortunately, this indeed seems to be how it behaves from the command line. So you can't do that, or start it automatically, unless you never start it from the graphical desktop |
It's a long-standing bug, and even the current Windows version seems to do something similar | |
TimW 2-Jul-2007 [1634] | bummer. Thanks anyway. |
Gabriele 3-Jul-2007 [1635] | create a altme.sh script that CDs to that dir then runs altme; then link to the script. |
Kaj 3-Jul-2007 [1636] | Thanks |
Alan 3-Jul-2007 [1637] | finely got Altme working on mandriva using wine,now I can click on a link and it opens the browser :) Altme worked before without wine but could never click on a link and open the browser |
TimW 3-Jul-2007 [1638] | The shell script worked great. Thanks! |
PhilB 6-Jul-2007 [1639] | Newbie to Ubuntu ... how do I install Rebol on Ubuntu s that I can double click on a .r file and it to run Rebol ? I have downloaded the Debian version of View ... if I double click on the Rebol executable I getthe desktop .... if I then click on the Console the desktop dissapears but I dont get a console. Any ideas ? |
Kaj 6-Jul-2007 [1640x2] | The REBOL console doesn't work on Linux, sadly. Although you could use the Windows version under Wine |
To get .r files to start in REBOL, just rightclick on one, go to Properties, then to Open With, add REBOL/View and make that the default | |
PhilB 6-Jul-2007 [1642] | Thanks Kaj .... I did manage to get a console to work under 6.10 but cant remember how I did it (I think it was by running rebol from the terminal). |
Kaj 6-Jul-2007 [1643] | Yes, running Core, or View in text mode, from the Linux shell is no problem |
Gabriele 6-Jul-2007 [1644x3] | if you make a shortcut, you should be able to select "run from terminal" (exact way depends on if you're on Ubuntu or Kubuntu). |
also, you should be able to add the .r association manually in the file browser. i have it working in kubuntu. | |
anyway, i prefer just working for the shell most of the times. | |
btiffin 13-Jul-2007 [1647x3] | Is this going to break anything for getting a valid status code out of call? cap: func [calls /local sherr status] [ sherr: copy "" append calls { ; echo -n $? >&2} status: call/wait/info/error calls sherr status/exit-code: to integer! find/last/tail sherr newline status ] Of course this is stripped down (the whole /console /output etc, combination thing to handle), but it seems to be working for getting at exit status. Dirty pool? cheap trick? or functional? Gabriele; any hints or comments? |
Update; set -o pipefail needs to be set in the forked shell to get proper pipeline status. ... insert head calls {set -o pipefail ; } append calls { ; echo -n $? >&2} ... | |
{ ; echo -ne "\n$?" >&2} works better...when you test with commands that don't fail or fail without stderr :) gotta love being not-quite-right all the time. | |
Gabriele 14-Jul-2007 [1650] | it is an acceptable workaround in most cases i guess. |
btiffin 21-Jul-2007 [1651] | Henrik; Remember a while back you got a Killed message? I just got one, and here is a snippet from the kernel log. 1 dev kernel: oom-killer: gfp_mask=0x200d2, order=0 ...addresses and other cracker info removed... 1 dev kernel: Out of Memory: Kill process 6448 (bash) score 95256 and children. 1 dev kernel: Out of memory: Killed process 6469 (orebol). I'm guessing you had the same scenario. |
Henrik 22-Jul-2007 [1652x2] | btiffin, ok. I can hardly remember it now :-) |
http://osnews.com/comment.php?news_id=18304&offset=0&threshold=&msg=8#257159 I love the "I wonder..." thread. It says a lot about Linux development. | |
Kaj 22-Jul-2007 [1654] | Yeah. For the record, we in the Syllable project don't think this means much. It's a small addition to the Linux kernel that can't be used for much |
Henrik 26-Jul-2007 [1655] | http://apcmag.com/6735/interview_con_kolivas<--- interesting interview with a guy who recently quit linux kernel development. Amiga is mentioned. |
Geomol 26-Jul-2007 [1656] | Yes, an interesting read. I didn't know, things were that bad. |
Alan 26-Jul-2007 [1657] | as a Linux newbie, I can attest that Linux for the user is bloated.To get more people to use Linux,they need to put the stuff that Joe Sixpack wants |
older newer | first last |