Active Topics

 

Showing results 1 to 25 of 31 @ 0.01 seconds. Search: Posts Made By: metawishmaster
Forum: Brainstorm 2011-09-22, 11:32
Replies: 14
Views: 10,273
Posted By metawishmaster
Re: Complete Filesystem Encryption

I don't know then... :(


well, an example from opensc-project.org, how to format ruToken ECP cards:
sh$ pkcs15-init --erase-card
sh$ pkcs15-init --create-pkcs15 --so-pin "12345678" --so-puk ""...
Forum: Brainstorm 2011-09-22, 10:46
Replies: 14
Views: 10,273
Posted By metawishmaster
Re: Complete Filesystem Encryption

I have a "ruToken ECP", but all card from http://www.opensc-project.org/opensc/wiki/SupportedHardware should work as well. But it necessary to edit /usr/lib/cryptmenu/format-card.rules suitably for...
Forum: Brainstorm 2011-09-22, 10:23
Replies: 2
Views: 2,435
Posted By metawishmaster
Re: preview: CryptMenu

No, I'm not hang out on any channel/forum (except this) :-\
Forum: Brainstorm 2011-09-22, 09:37
Replies: 14
Views: 10,273
Posted By metawishmaster
Re: Complete Filesystem Encryption

This may be not be what you need, but it can deal with smart cards:
http://talk.maemo.org/showthread.php?t=77443
Forum: Brainstorm 2011-09-22, 01:37
Replies: 2
Views: 2,435
Posted By metawishmaster
Exclamation preview: CryptMenu

OK, now I have something that works.
First want to say that I do not really like the idea of ​​forking Pali's BootMenu, so in near future I'll done an entry for BootMenu. But I am confused by speed...
Forum: General 2011-09-22, 00:56
Replies: 0
Views: 1,712
Posted By metawishmaster
forum: remove thread

How can I remove my own thread from this forum?
Forum: Brainstorm 2011-09-12, 08:25
Replies: 2
Views: 1,446
Posted By metawishmaster
Re: libltdl3 and /opt

I wrote some kind a fork of bootmenu for encrypting partitions with ability to store secret on smart card. And libltdl3 needed for opensc stuffs.

When you saying "unpack it manually" you mean...
Forum: Brainstorm 2011-09-12, 07:48
Replies: 2
Views: 1,446
Posted By metawishmaster
libltdl3 and /opt

By default libltdl3 gets installed to /opt/ so it's inaccessible from bootmenu. How can I to force installation of libltdl3 to /lib?
Forum: General 2011-07-25, 01:45
Replies: 2
Views: 2,036
Posted By metawishmaster
Re: Bootmenu + wifi network

done with
ifconfig usb0 down :D
Forum: General 2011-07-25, 01:04
Replies: 2
Views: 2,036
Posted By metawishmaster
Re: Bootmenu + wifi network

I almost made it - wpa_supplicant from debian lenny helps :)
But I got to manualy if{down/up} and 'ifconfig wlan0 x.x.x.x netmask 255.255.25.0' because 'ifup wlan0' just shows IP but ifconfig...
Forum: General 2011-07-23, 22:55
Replies: 2
Views: 2,036
Posted By metawishmaster
Bootmenu + wifi network

Hello!
Can you tell me please, what needs to be done for wifi network instead of usb in bootmenu?

// I've already started dsme, dbus and hal so opensc tools (with hostmode and smart card reader)...
Forum: Brainstorm 2011-07-23, 10:43
Replies: 14
Views: 10,273
Posted By metawishmaster
Re: Complete Filesystem Encryption

I've finished encryption with passphrase, and smart-card support is almost finished.

p.s. week or two left
it will be bootmenu entry
Forum: Maemo 5 / Fremantle 2011-07-12, 18:51
Replies: 1
Views: 1,379
Posted By metawishmaster
Re: patching /etc/init.d/rcS from script [closed]

it was my fault - I had to 'chmod +x /etc/init.d/rcS' %)
Forum: Maemo 5 / Fremantle 2011-07-12, 17:48
Replies: 1
Views: 1,379
Posted By metawishmaster
patching /etc/init.d/rcS from script

Hi All!
I need to run some script (secret_wrapper.sh) at the early stage of boot, so I trying to patch /etc/ini.d/rcS
It works perfectly, if I do it by hands, but it leads to device bricking in the...
Forum: Development 2011-06-26, 19:32
Replies: 1
Views: 1,799
Posted By metawishmaster
Re: dsme-server from bootmenu

somehow I've got it to work: firstly I executed 'BOOTSTATE=`getbootstate` /sbin/dsme -p /usr/lib/dsme/libstartup.so '
Forum: Development 2011-06-26, 18:35
Replies: 1
Views: 1,799
Posted By metawishmaster
dsme-server from bootmenu

I'm running dsme-server as follows:

---
but when I'm trying to run '/usr/sbin/dsmetool --start-dbus' from another console, dsme-sever ends with "Segmentation fault". What exactly am I missed?.....
Forum: Maemo 5 / Fremantle 2011-06-25, 20:13
Replies: 0
Views: 958
Posted By metawishmaster
bootmenu + dbus

Hello! I'm trying to make bootmenu.d entry for dealing with secure cards. But pcscd fails to start because of dbus wich doesn't start and
`/etc/init.d/dbus start` says "Starting system message bus:...
Forum: Development 2011-06-21, 21:45
Replies: 0
Views: 1,215
Posted By metawishmaster
dpkg-buildpackage doesn't read debian/rules

I'm trying to build opensc-0.11.13, wich sources I've got with the "apt-get source opensc" command (on Debian Squeeze)
but 'dpkg-buildpackage -d -rfakeroot' doesn't get option --enable-pcsc from...
Forum: Development 2011-06-17, 23:10
Replies: 3
Views: 1,104
Posted By metawishmaster
Re: Touchscreen events (from bootmenu)

I've done it by modifying Pali's evkey, but `cat /proc/sys/kernel/random/entropy_avail` never showes number greater than 3596...
Forum: Development 2011-06-17, 21:39
Replies: 3
Views: 1,104
Posted By metawishmaster
Re: Touchscreen events (from bootmenu)

bootmenu comes with keyboard working, and I have an password checker from it...
Forum: Development 2011-06-17, 19:58
Replies: 3
Views: 1,104
Posted By metawishmaster
Touchscreen events (from bootmenu)

Can you tell me please, how can I read events from /dev/input/event3?
Or may be you can give me advise what to read to develop such application (as evkey for keyboard) myself?..
Forum: Development 2011-05-29, 10:09
Replies: 8
Views: 2,337
Posted By metawishmaster
Re: watchdogs or so?

yes, my problem was "2" ^). And I just replaced sh-call with "pwd=`sh -c 'read pwd; echo $pwd'` "... not so much a dialog as a "dialog" :D
---
watchdogs ...
Forum: Development 2011-05-28, 23:20
Replies: 8
Views: 2,337
Posted By metawishmaster
Re: watchdogs or so?

and I had two "Unexpected close, watchdog still running"
but this is not with 'sh'
Forum: Development 2011-05-28, 23:03
Replies: 8
Views: 2,337
Posted By metawishmaster
Re: watchdogs or so?

just this lines
---
modprobe omap_wdt
modprobe twl4030_wdt
sleep 1
for p in...
Forum: Development 2011-05-28, 22:19
Replies: 8
Views: 2,337
Posted By metawishmaster
Re: watchdogs or so?

Thank you very much! :)

// went looking for your post :)
Showing results 1 to 25 of 31



 
Forum Jump

All times are GMT. The time now is 02:48.