Re: TCL in a chroot

2015-12-28 Thread Paul Pereira
> have you run ldconfig? ... > that should create /var/www/var/run/ld.so.hints which aids the linker in > locating the shared libs. Thanks Dan, I hadn't.

TCL in a chroot

2015-12-28 Thread Paul Pereira
Has anyone had luck running tcl within a chroot? I have the required libraries reported by ldd in place, but the interpreter cannot find them. # chroot /var/www /usr/local/bin/tclsh8.5 /usr/local/bin/tclsh8.5: can't load library 'libtcl85.so.1.7' # ldd `which tclsh8.5` /usr/local/bin/tclsh8.5:

Re: Meta key within mg/xterm/cwm

2015-07-20 Thread Paul Pereira
Hi Nicholas, Thanks, this in .Xdefaults did the trick: XTerm*eightBitInput: false XTerm*eightBitOutput: true On 20 July 2015 at 19:38, Nicholas Marriott nicholas.marri...@gmail.com wrote: Hi Are xterm(1) eightBitInput and eightBitControl turned off?

Meta key within mg/xterm/cwm

2015-07-20 Thread Paul Pereira
about my setup: - I use a custom X keyboard layout (Colemak), but according to xev this keyboard layout is fine. - I have the same problem on an X60 Tablet, an Asus 1001p Eee PC, and an Intel NUC. I cannot quite isolate the problem, so any suggestions would be appreciated. Regards, Paul Pereira

Re: IBM ThinkPad X60s 1704-5LG flashed with coreboot SeaBIOS

2015-05-29 Thread Paul Pereira
This is fantastic. Is there a high pitched-noise from the board? I find that with Trisquel, I really needed a tool like powertop to tweak settings in order to make the machine quiet. System boots just fine - (previously it would hang on probing CPU, 4 months ago) Sleep /Wake works X11 works

fastcgi (without slowcgi)

2015-05-24 Thread Paul Pereira
T. Seeing the unix socket file is a good sign. Try debugging by running httpd -dvvv so that you can see all the error messages in the console. The script does not return, which is probably because of the while loop waiting for a new connection. However, in a second shell I can see that this

fastcgi (without slowcgi)

2015-05-23 Thread Paul Pereira
Hi T. I warn you that I am no unix/security expert. The following should be reviewed by somebody with more experience, especially with regard to permissions. Nevertheless, I did manage to get fcgi running on 5.7. In my case I used C/Luajit/FCGX. I used the FCGX headers in fcgiapp.h rather than