|
2014-01-26
, 21:49
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#312
|
The Following User Says Thank You to coderus For This Useful Post: | ||
|
2014-01-26
, 23:02
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#313
|
But Ive tried to install a package with dpkg -i and Ive received an aegis security error. So I guess aegis is not fully patched out?
using dpkg.real did the trick, but normally the kernel should disable aegis, or do I understand it wrong?
export AEGIS_FIXED_ORIGIN="com.nokia.maemo"
|
2014-01-28
, 11:20
|
Posts: 8 |
Thanked: 2 times |
Joined on Dec 2013
|
#314
|
|
2014-02-03
, 08:28
|
|
Posts: 64 |
Thanked: 66 times |
Joined on Aug 2013
@ Tehran - Iran
|
#315
|
...
kernel-plus 2.6.32.61 r7 should come when I stop messing around with Sailfish
|
2014-03-25
, 00:50
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#316
|
|
2014-03-27
, 04:17
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#317
|
Just a little update, since I've been off TMO for quite a while:
I'm working on rebasing kernel-plus on top of the Mer N9/50 2.6.32 kernel and Mer toolchain, as the Harmattan SDK is officially offline (and deprecated, if I kept building with HSDK, it'd be a pain for others to install and build using it), and it'd be a lot easier to track Git commits with the log from the Mer N9 kernel.
|
2014-03-29
, 08:08
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#318
|
The Following User Says Thank You to coderus For This Useful Post: | ||
|
2014-03-30
, 13:07
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#319
|
echo 2 > /sys/class/graphics/fb0/rotate
I noticed only the noop io scheduler is present in the latest kernel-plus. Would you mind re-enabling all the others available in the main kernel pretty please? I really need cfq, no way to set processes io priorities without it.
|
2014-04-03
, 03:40
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#320
|
[ 0.000000] Booting Linux on physical CPU 0 [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.5.3-plus (hurrian@buildserver) (gcc version 4.6.4 20130412 (Mer 4.6.4-1) (Linaro GCC 4.6-2013.05) ) #1 PREEMPT Thu Apr 3 02:06:04 UTC 2014 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Nokia RM-680 board [ 0.000000] Reserving 14680064 bytes SDRAM for VRAM [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] On node 0 totalpages: 256768 [ 0.000000] free_area_init_node: node 0, pgdat b06e6ea0, node_mem_map b0710000 [ 0.000000] Normal zone: 2032 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 252688 pages, LIFO batch:31 [ 0.000000] HighMem zone: 16 pages used for memmap [ 0.000000] HighMem zone: 2032 pages, LIFO batch:0 [ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk ) [ 0.000000] Clocking rate (Crystal/Core/MPU): 38.4/390/600 MHz [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 254720 [ 0.000000] Kernel command line: init=/sbin/preinit_harmattan root=/dev/mmcblk0p2 rootwait rootflags=errors=remount-ro rootfstype=ext4 rw mtdoops.mtddev=log mtdoops.record_size=65536 console=tty0 mtdparts=omap2-onenand:1024k(bootloader),2816k@1024k(config),16384k@3840k(kernel),2048k@20224k(log),469248k@22272k(var),32768k@491520k(moslo) bootreason=pwr_key bootmode=normal nolo=2.3.6 product_name=RM-696 dbi-type=V5JW dbi-vendor=1 dbi-size=73 dbi-uid=000000000000000 imei=000000000000000 g_nokia.iSerialNumber=000000000000000 serialnumber=XXX000000 omap_sec.kci=958 gpio=cmt_apeslpx:93:sysfs:output,cmt_en:23:sysfs:init_active:output,cmt_rst_rq:88:sysfs:init_active:output,sleep_ind:92:sysfs:output omapdss.def_disp_enabled=1 vhash=000x00xxxxxxxx000x0xxxx0x00x0x00x0x0xx0x product_model=N9 hwid=1507
bufptr = dentry_path(file->f_vfsmnt->mnt_mountpoint, buffer, buflen); [...] if (file->f_vfsmnt->mnt_parent != NULL) {
valinfo.hashreq = (val & HASH_REQ_BIT) ? 1 : 0;
Tags |
kernel-plus |
Thread Tools | |
|
But Ive tried to install a package with dpkg -i and Ive received an aegis security error. So I guess aegis is not fully patched out?
using dpkg.real did the trick, but normally the kernel should disable aegis, or do I understand it wrong?