Page 1 of 1

ratpoison in RC264

Posted: 7. Nov 2012, 22:08
by mimosa
I posted as a problem not in the RC2 thread because the thing I intended to post about seems like a problem that's been raised before. However, somewhat off topic, let me add that hinting isn't working properly in vimprobable: when I press enter to select the link to type in this form, a full stop appears in the command bar (or whatever it's called) and I can only type by clicking in the box. f to follow a link works.

I installed ratpoison from src and ratmenu from the repos.

The C-t r shortcut to the menus doesn't work, and:

Code: Select all

pistachio[~]$ ratmenu .ratmenu/main.sh
bash: /usr/bin/ratmenu: No such file or directory
pistachio[~]$ ls -l /usr/bin/ratmenu
-rwxr-xr-x 1 root root 12264 Nov  7 18:40 /usr/bin/ratmenu # installed from the repos
pistachio[~]$ ls -l .ratmenu # these I copied over by hand
total 28
-rwxr-xr-x 1 pistachio users 151 Nov  7 16:54 accessories.sh
-rwxr-xr-x 1 pistachio users 201 Nov  7 16:54 exit.sh
-rwxr-xr-x 1 pistachio users 388 Nov  7 16:54 main.sh
-rwxr-xr-x 1 pistachio users 150 Nov  7 16:54 multimedia.sh
-rwxr-xr-x 1 pistachio users 208 Nov  7 16:54 network.sh
-rwxr-xr-x 1 pistachio users 261 Nov  7 16:54 ratpoison.sh
-rwxr-xr-x 1 pistachio users 597 Nov  7 16:54 system.sh
pistachio[~]$ 
Also:

Code: Select all

pistachio[.ratmenu]$ ./main.sh
./main.sh: line 3: /usr/bin/ratmenu: No such file or directory

Re: ratpoison in RC264

Posted: 7. Nov 2012, 22:48
by gapan
Are you sure you have the correct architecture package installed?

Re: ratpoison in RC264

Posted: 7. Nov 2012, 22:55
by mimosa
Which package? ratpoison or ratmenu?

I installed both from slapt-* so I should think yes.

Off topic, I've had a couple of crashes. I can't remember what I was doing when the earlier one or two occurred, but I don't think I 'd started trying to install ratpoison yet. Here is some output from the latest. I was using ratpoison, and then somehow dumped back at the llogin screen. screen -DRR recovered these messages:


**

Code: Select all

 Message: console message: undefined @0: TypeError: 'null' is not an object

pistachio[~]$ java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.3) (Slackware)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)

Message from syslogd@darkstar at Wed Nov  7 19:49:14 2012 ...
darkstar kernel: [10088.260615] CR2: ffff80007b9c7818

Message from syslogd@darkstar at Wed Nov  7 19:49:14 2012 ...
darkstar kernel: [10088.260364] Call Trace:

Message from syslogd@darkstar at Wed Nov  7 19:49:14 2012 ...
darkstar kernel: [10088.260565] Code: <4c> 8b 63 18 49 8d 74 24 50 75 33 41 80 bc 24 10 03 00 00 01 8b 4b

Message from syslogd@darkstar at Wed Nov  7 19:49:14 2012 ...
darkstar kernel: [10088.260331] Stack:

Message from syslogd@darkstar at Wed Nov  7 19:49:14 2012 ...
darkstar kernel: [10088.260138] Oops: 0000 [#1] SMP
pistachio[~]$ 
EDIT

Here's what twapake says I did after installation:

Code: Select all

root[pistachio]# twapake -i -n 20
mkdir /var/log/twapake
twapake-0.5-noarch-2fg
perl-curses-1.28-x86_64-3fg
perl-term-readkey-2.30.01-x86_64-3fg
perl-curses-ui-0.9609-x86_64-1fg
xmonad-0.10-x86_64-2_SBo
haskell-utf8-string-0.3.7-x86_64-2_SBo
haskell-mtl-2.1.1-x86_64-1_SBo
haskell-transformers-0.3.0.0-x86_64-1_SBo
haskell-X11-1.6.0-x86_64-1_SBo
privoxy-3.0.19-x86_64-1_SBo
xterm-281-x86_64-1
par-1.52-x86_64-1_SBo
unclutter-8-x86_64-1_SBo
haskell-syb-0.3.6.1-x86_64-1_SBo
haskell-platform-2012.2.0.0-x86_64-1_SBo
ratpoison-1.4.5-x86_64-2_SBo
twolame-0.3.13-x86_64-1gv
x264-20120712-x86_64-1gv
orc-0.4.16-x86_64-1gv
rtmpdump-2.4-x86_64-1gv
root[pistachio]# 
[ darkstar ][      

Re: ratpoison in RC264

Posted: 7. Nov 2012, 23:00
by gapan
Try:

Code: Select all

ls -l /usr/bin/ratmenu
file /usr/bin/ratmenu

Re: ratpoison in RC264

Posted: 7. Nov 2012, 23:06
by mimosa

Code: Select all

root[pistachio]# ls -l /usr/bin/ratmenu
-rwxr-xr-x 1 root root 12264 Nov  7 18:40 /usr/bin/ratmenu
root[pistachio]# file /usr/bin/ratmenu
/usr/bin/ratmenu: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
root[pistachio]#
You're right. In fact I'd already had a look at bash history (since ratmenu didn't appear in twapake's list) and see that I stupidly copied the binary from a 13,37 32-bit install. ratmenu isn't in the current repos yet, is it?

In any case, the time for testing this stuff will be when the ratposion edition is prepared. I was just trying to find a way of making the RC my normal working environment for testing.

Those crashes I experienced are worrying, if they are not due to the incorrect ratmenu binary. I'll delete it and keep testing.

Re: ratpoison in RC264

Posted: 8. Nov 2012, 05:36
by gapan
mimosa wrote:ratmenu isn't in the current repos yet, is it?
Not yet.

Re: ratpoison in RC264

Posted: 8. Nov 2012, 10:20
by mimosa
I've built ratmenu myself, but can't get rpexpose to work. Can you point me to your 13.37 package? I couldn't find packages for these, and indeed there's some sort of metapackage, isn't there?

Re: ratpoison in RC264

Posted: 8. Nov 2012, 12:48
by gapan
mimosa wrote:I've built ratmenu myself, but can't get rpexpose to work. Can you point me to your 13.37 package? I couldn't find packages for these, and indeed there's some sort of metapackage, isn't there?
ratmenu and rpexpose are included in the ratpoison package in 13.37.