Forum: Brainstorm
2011-09-22, 11:32
|
Replies: 14
Views: 10,273
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
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
|
Forum: Brainstorm
2011-09-22, 09:37
|
Replies: 14
Views: 10,273
|
Forum: Brainstorm
2011-09-22, 01:37
|
Replies: 2
Views: 2,435
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
|
Forum: Brainstorm
2011-09-12, 08:25
|
Replies: 2
Views: 1,446
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
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
|
Forum: General
2011-07-25, 01:04
|
Replies: 2
Views: 2,036
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
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
|
Forum: Maemo 5 / Fremantle
2011-07-12, 18:51
|
Replies: 1
Views: 1,379
|
Forum: Maemo 5 / Fremantle
2011-07-12, 17:48
|
Replies: 1
Views: 1,379
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
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
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
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
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
|
Forum: Development
2011-06-17, 21:39
|
Replies: 3
Views: 1,104
|
Forum: Development
2011-06-17, 19:58
|
Replies: 3
Views: 1,104
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
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
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
|
Forum: Development
2011-05-28, 22:19
|
Replies: 8
Views: 2,337
|