similar to: Crypto and ext3

Displaying 20 results from an estimated 50000 matches similar to: "Crypto and ext3"

2003 Nov 03
2
Ext3 filesystem modified while mounted read-only
I noticed that ext3 filesystems are modified if mounted read-only: # mke2fs -j /dev/hdb1 [...] # md5sum /dev/hdb1 > MD5SUM # mount -t ext3 -o ro /dev/hdb1 /mnt/test1 # umount /mnt/test1 # md5sum -c MD5SUM md5sum: MD5 check failed for '/dev/hdb1' On examination of a block-for-block copy of 'before' and 'after' images with od and diff, I believe that the changes are
2005 May 12
2
Smashing EXT3 for fun and profit (or: how to loose all your data)
Hello everyone, I've just lost my whole EXT3 linux partition by what was probably a bug. For your reading pleasure, and in the hope there is enough information to fix this problem in the future, here the story of a violent ending: This tragic history starts actually on windows: MS Word had wiped out an important file on a floppy, and I got the task of retrieving what was possible. Using
2003 Mar 17
1
ext3 over aes crypted loopback on partition
I'm looking at running an ext3 filesystem on top of a loopback AES encrypted device, which in turn is on top of a raw partition (so no other things in the way that should be reordering writes). Are there likely to be any strange issues with using ext3 in this way? Nigel. -- [ Nigel Metheringham Nigel.Metheringham@InTechnology.co.uk ] [ - Comments in this message are my own and
2002 Mar 31
1
Crypto file systems using ext3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Does anybody have any links/howtos on creating an encrypted file system using ext3? Basically I want to encrypt /home and be asked the password when I mount the file system. - -- Cheers, Chris Howells -- chris@chrishowells.co.uk, howells@kde.org Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt KDE:
2003 May 21
3
How to create EXT3 file system image from directories?
Hi there, Is there a utility to create an EXT3 file system image from directories? Just like the mkfs.jffs2 which creates a JFFS2 file system image from directories? The "mke2fs -j" only creates the bare bone file system, what I want is to build an image with pre-built content. Thanks, Debbie
2015 Mar 02
3
Update
On 02/03/15 15:05, sandy.napoles at eccmg.cupet.cu wrote: > ifconfig -a > eth0 Link encap:Ethernet HWaddr 00:0c:29:82:ec:80 > inet addr:172.18.68.8 Bcast:172.18.68.31 Mask:255.255.255.224 > inet6 addr: fe80::20c:29ff:fe82:ec80/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:107940 errors:0
2015 Mar 02
2
Update
Perfect thanks. Do you have a web proxy in your network? That would explain this sequence of events. ------------------------------------------------------------------------ Dr David Holder CEng FIET MIEEE Erion Ltd, An Cala, Inverkirkaig, Lochinver, Sutherland, IV27 4LR, UK Reception: +44 (0)1422 207000 Direct Dial: +44 (0)131 2026317 http://www.erion.co.uk Registered in England and Wales.
2015 Mar 02
5
Update
On 02/03/15 16:21, sandy.napoles at eccmg.cupet.cu wrote: > My OS is Debian 7 and I only writte git pull > >> On 02/03/15 15:05, sandy.napoles at eccmg.cupet.cu wrote: >>> ifconfig -a >>> eth0 Link encap:Ethernet HWaddr 00:0c:29:82:ec:80 >>> inet addr:172.18.68.8 Bcast:172.18.68.31 >>> Mask:255.255.255.224 >>>
2016 Nov 29
1
[PATCH v3] crypto: add virtio-crypto driver
On Tue, 29 Nov 2016 09:25:49 +0000 Stefan Hajnoczi <stefanha at redhat.com> wrote: > On Tue, Nov 29, 2016 at 08:22:58AM +0000, Gonglei (Arei) wrote: > > Hi, > > > > > > > > +source "drivers/crypto/virtio/Kconfig" > > > > > > + > > > > > > endif # CRYPTO_HW > > > > > > diff --git
2016 Nov 29
1
[PATCH v3] crypto: add virtio-crypto driver
On Tue, 29 Nov 2016 09:25:49 +0000 Stefan Hajnoczi <stefanha at redhat.com> wrote: > On Tue, Nov 29, 2016 at 08:22:58AM +0000, Gonglei (Arei) wrote: > > Hi, > > > > > > > > +source "drivers/crypto/virtio/Kconfig" > > > > > > + > > > > > > endif # CRYPTO_HW > > > > > > diff --git
2016 Nov 29
3
[PATCH v3] crypto: add virtio-crypto driver
Hi, > > > > +source "drivers/crypto/virtio/Kconfig" > > > > + > > > > endif # CRYPTO_HW > > > > diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile > > > > index ad7250f..bc53cb8 100644 > > > > --- a/drivers/crypto/Makefile > > > > +++ b/drivers/crypto/Makefile > > > > @@ -32,3
2016 Nov 29
3
[PATCH v3] crypto: add virtio-crypto driver
Hi, > > > > +source "drivers/crypto/virtio/Kconfig" > > > > + > > > > endif # CRYPTO_HW > > > > diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile > > > > index ad7250f..bc53cb8 100644 > > > > --- a/drivers/crypto/Makefile > > > > +++ b/drivers/crypto/Makefile > > > > @@ -32,3
2015 Mar 02
3
Update
Try lynx http://git.samba.org/ Or indeed telnet git.samba.org 80 GET / HTTP/1.0 OR telnet6 git.samba.org 80 GET / HTTP/1.0 There are blank lines after the GETs. These will show if you have connectivity over HTTP to the Samba git repository over v4 and/or v6. David ------------------------------------------------------------------------ Dr David Holder CEng FIET MIEEE Erion Ltd, An
2016 Dec 01
1
[PATCH v4 1/1] crypto: add virtio-crypto driver
On Thu, Dec 01, 2016 at 02:27:19AM +0000, Gonglei (Arei) wrote: > > On Tue, Nov 29, 2016 at 08:48:14PM +0800, Gonglei wrote: > > > diff --git a/drivers/crypto/virtio/virtio_crypto_algs.c > > b/drivers/crypto/virtio/virtio_crypto_algs.c > > > new file mode 100644 > > > index 0000000..08b077f > > > --- /dev/null > > > +++
2016 Dec 01
1
[PATCH v4 1/1] crypto: add virtio-crypto driver
On Thu, Dec 01, 2016 at 02:27:19AM +0000, Gonglei (Arei) wrote: > > On Tue, Nov 29, 2016 at 08:48:14PM +0800, Gonglei wrote: > > > diff --git a/drivers/crypto/virtio/virtio_crypto_algs.c > > b/drivers/crypto/virtio/virtio_crypto_algs.c > > > new file mode 100644 > > > index 0000000..08b077f > > > --- /dev/null > > > +++
2015 Mar 02
2
Update
Thanks. No other interfaces (ifconfig -a)? Also output of ip -f inet6 route would be useful. David ------------------------------------------------------------------------ Dr David Holder CEng FIET MIEEE Erion Ltd, An Cala, Inverkirkaig, Lochinver, Sutherland, IV27 4LR, UK Reception: +44 (0)1422 207000 Direct Dial: +44 (0)131 2026317 http://www.erion.co.uk Registered in England and
2020 May 26
1
[PATCH v2 2/2] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
<20200123101000.GB24255 at Red> References: <20200526031956.1897-3-longpeng2 at huawei.com> <20200123101000.GB24255 at Red> Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: dbaf0624ffa5 ("crypto: add virtio-crypto driver"). The bot has tested the following trees: v5.6.14, v5.4.42, v4.19.124,
2015 Mar 02
7
Update
On 02/03/15 16:45, sandy.napoles at eccmg.cupet.cu wrote: > root at samba:/home/samba-master# git pull > error: Failed to connect to 2001:638:603:d06e::80:230: Network is > unreachable while accessing http://git.samba.org/samba.git/info/refs > fatal: HTTP request failed > root at samba:/home/samba-master# > > > >> On 02/03/15 16:21, sandy.napoles at eccmg.cupet.cu
2018 Jan 10
1
[PATCH 1/6] Documentation: crypto: document crypto engine API
Hi Corentin, Thank you for this new version which I have testes successfully with the stm32 hash & cryp drivers. As a general comment on this patchset, I would say that it does not cover all async requests: typically I need (for the pending stm32 cryp driver uprade) to use CryptoEngine to process AEAD requests which is not covered here. Could you please consider adding the
2001 Jul 04
2
Assertion failure in ext3_prepare_write() at inode.c:934: "handle != 0"
Hi. I was using ext3 0.0.1 without any problems in the last 33 days (same boot). / was still ext2, but I changed /etc/fstab to ext3. /home/ftp/pub/ is ext3. I mounted /home/ftp/pub/slakware/bare.i with loopback in /mnt/floppy/. After some time: ==> /var/log/syslog <== Jul 4 09:40:51 pervalidus kernel: Assertion failure in ext3_prepare_write() at inode.c:934: "handle != 0" Jul 4