00:05:10 -!- ipmonger [~IPmonger@c-68-63-82-18.hsd1.pa.comcast.net] has quit [Quit: ipmonger] 00:50:36 -!- rme [rme@E5345B72.C97B1428.699BA7A6.IP] has quit [Quit: rme] 00:50:36 -!- rme [~rme@50.43.158.247] has quit [Quit: rme] 01:01:22 rme [~rme@50.43.158.247] has joined #ccl 01:34:50 Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #ccl 01:47:42 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 01:54:34 FareWell [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #ccl 01:54:34 -!- FareWell [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Client Quit] 02:21:35 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 02:52:03 -!- sellout- [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Quit: Leaving.] 02:52:58 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 02:54:19 -!- bhyde [~bhyde@c-24-61-81-138.hsd1.ma.comcast.net] has quit [Quit: bhyde] 03:13:22 bhyde [~bhyde@c-24-61-81-138.hsd1.ma.comcast.net] has joined #ccl 03:22:49 sellout- [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #ccl 04:04:25 -!- bhyde [~bhyde@c-24-61-81-138.hsd1.ma.comcast.net] has quit [Quit: bhyde] 04:24:25 -!- DataLinkDroid [~DataLinkD@1.145.87.108] has quit [Ping timeout: 256 seconds] 04:28:10 DataLinkDroid [~DataLinkD@1.145.87.108] has joined #ccl 05:15:20 -!- Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 272 seconds] 05:51:03 dented42 [~dented42@opengroove.org] has joined #ccl 06:00:24 -!- DataLinkDroid [~DataLinkD@1.145.87.108] has quit [Quit: Bye] 06:37:13 -!- rme [~rme@50.43.158.247] has quit [Quit: rme] 07:09:06 DataLinkDroid [~DataLinkD@CPE-124-183-184-43.lns17.ken.bigpond.net.au] has joined #ccl 07:33:41 -!- DataLinkDroid [~DataLinkD@CPE-124-183-184-43.lns17.ken.bigpond.net.au] has quit [Ping timeout: 256 seconds] 08:23:01 Hans-Martin [~quassel@2001:4dd0:f8b3:1:6911:569d:ac97:42ea] has joined #ccl 11:31:52 -!- Hans-Martin [~quassel@2001:4dd0:f8b3:1:6911:569d:ac97:42ea] has quit [Remote host closed the connection] 12:04:31 bhyde [~bhyde@c-24-61-81-138.hsd1.ma.comcast.net] has joined #ccl 12:54:47 Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #ccl 13:25:49 wakeup [~user@xdsl-89-0-115-52.netcologne.de] has joined #ccl 13:25:54 Hi 13:26:21 I am getting remap spjump: Operation not permitted, when running 13:26:22 lx86cl as non-root 13:26:47 (1.9) 13:26:57 on slackware 14.0 13:27:14 -rwxr-xr-x 1 root root 728605 Apr 19 15:23 lx86cl 13:27:53 (I am trying to package it.) 13:37:30 -!- jsj [~johan@unaffiliated/jsj] has quit [Quit: Changing server] 13:37:34 segv- [~mb@95-91-241-66-dynip.superkabel.de] has joined #ccl 13:42:19 this suuucks... 13:52:37 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 14:06:01 rme [~rme@50.43.158.247] has joined #ccl 14:06:41 wakeup, does slackware try to disable some memory mapping features for "security" reasons? 14:11:35 not being able to map anything at addr 0 is what comes to mind, but it's a linux thing, not slackware specific 14:12:13 not being able to map anything below mmap_min_addr to be specific 15:12:51 xristos`: yeah it was mmap_min_addr 15:13:17 I am now lowering it to solve the problem. which is ugly but hey... 15:13:37 any possibility to tweak ccl to start at higher adresses? 15:16:01 What's their default value for mmap_min_addr? How high in memory do we have to go before these "security" people are satisfied? 15:22:47 Hans-Martin [~quassel@2001:4dd0:f8b3:1:6911:569d:ac97:42ea] has joined #ccl 15:40:13 mmap_min_addr is braindead C non-solution to C bugs. 15:47:33 it's a solution to not gaining kernel privs in a process if you can make the kernel deref NULL .. since the kernel is in C and probably not bug-free .. :P 15:48:17 plus, you can turn it off if you want via /sys 15:50:01 er, /proc/sys, and the default is 4096 it appears 15:53:44 4096 is the default in most modern Linux distros. Apparently, Slackware sets it higher. 15:55:42 well there shouldn't be any reason for that .. if you can make the kernel jump to _arbitrary_ addresses that's a much bigger problem, and 4096 is probably page size, so 15:56:36 but, you can still change it in /proc/sys/vm/mmap_min_addr if you are unfortunate enough to be on such a box 16:35:20 -!- Hans-Martin [~quassel@2001:4dd0:f8b3:1:6911:569d:ac97:42ea] has quit [Read error: Connection reset by peer] 17:00:56 -!- Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has quit [Remote host closed the connection] 17:54:38 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 17:55:27 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 17:55:29 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Client Quit] 18:11:06 -!- bhyde [~bhyde@c-24-61-81-138.hsd1.ma.comcast.net] has quit [Quit: bhyde] 19:33:12 bhyde [~bhyde@c-24-61-81-138.hsd1.ma.comcast.net] has joined #ccl 20:23:41 -!- segv- [~mb@95-91-241-66-dynip.superkabel.de] has quit [Remote host closed the connection] 21:08:50 -!- bhyde [~bhyde@c-24-61-81-138.hsd1.ma.comcast.net] has quit [Quit: bhyde] 21:58:52 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 22:43:00 -!- rme [rme@E5345B72.C97B1428.699BA7A6.IP] has quit [Quit: rme] 22:43:01 -!- rme [~rme@50.43.158.247] has quit [Quit: rme] 23:01:22 -!- wakeup [~user@xdsl-89-0-115-52.netcologne.de] has quit [Ping timeout: 246 seconds] 23:09:49 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 23:10:11 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 23:12:29 bhyde [~bhyde@c-24-61-81-138.hsd1.ma.comcast.net] has joined #ccl 23:24:18 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 23:38:24 rme [~rme@50.43.158.247] has joined #ccl 23:40:05 DataLinkDroid [~DataLinkD@CPE-124-183-184-43.lns17.ken.bigpond.net.au] has joined #ccl