Displaying 20 results from an estimated 500 matches similar to: "Error during decryption of meta key 2018"
2012 Jul 09
6
3.5.0-rc6: btrfs and LVM snapshots -> wrong devicename in /proc/mounts
Hi,
using btrfs with LVM snapshots seems to be confusing /proc/mounts
After mounting a snapshot of an original filesystem, the devicename of the
original filesystem is overwritten with that of the snapshot in /proc/mounts.
Steps to reproduce:
arnd@kallisto:/mnt$ sudo mount /dev/vg0/original /mnt/original
[ 107.041432] device fsid 5c3e8ca2-da56-4ade-9fef-103a6a8a70c2 devid 1 transid 4
2012 Sep 29
1
Error during decryption of meta key
Hi,
I've got a relatively simple tinc setup.
I've got two "servers" that are on the public internet that act as
routers for three "clients" that are behind NATs.
Those servers are called aaaaa and bbbbb the clients are xxxxx, yyyyy and zzzzz
Unfortunatly the servers have problems accepting a connection from the clients
syslog on aaaaa:
Sep 29 18:28:58 schuerrer
2011 Feb 22
1
receiving empty prompt from openssh server
Hi all,
I am using the Ganymed-SSH2 Java library to access openssh.
I have enabled Keyboard Interactive authentication.
After successfully returning the correct answer for
the first challenge ( "[Password:]" ) the openssh server
issues another challenge. The second time, the
prompt is empty! The name, instruction are also empty.
In addition the number of prompts variable is 0. I am not
2005 Aug 26
1
Problematic issue with the x11_create_display_inet method in channel.c
Hi,
I am currently implementing X11 forwarding for our Java SSH2 library
(http://www.ganymed.ethz.ch/ssh2), and encountered a problem with the
automatic display number selection
in the x11_create_display_inet() method in channel.c.
With my testcode I am able to get the OpenSSH daemon in a state where a
following client connection, e.g., an OpenSSH client, is sometimes not
able to properly use
2006 Jul 10
0
SAMBA 3.0.22 unusual nmbd spawning
Hi,
we had upgraded our SAMBA PDC from 3.0.14 to 3.0.22 on a Gentoo system.
Now we have problems with peculiar spwaning of too many "nmbd" processes.
In smb.conf WINS support is activated, so I would expect two nmb
processes. But as you can see in the process list, during SAMBA is running
after some minutes another nmbd child is spawned. I tracked down the
problem to one example:
We
2008 Feb 08
0
Checkout flow with regards to encryption/decryption
In the past I connect to the user to an SSL-secured portion of my site,
asked for or updated their details. I used their credit card''s security
code plus the customer''s ID in the database as the pass phrase to
encrypt their credit cards (I used Rijndael for encryption).
I didn''t like doing it but I stored the customer''s security code in
session for at least one
2002 May 14
0
Encription in unix and decryption in windows
Dear all,
First we have to encrypt a file in solaris. That
file i have to decrypt in windows. But problem is in
byte allocation.
If I write this way encContent[0] = buf[3];
encContent[1] = buf[2];
encContent[2] = buf[1];
encContent[3] = buf[0];
encContent[4] = buf[7];
encContent[5] = buf[6];
2015 Sep 17
0
gpg decryption error from only 1 user
Hi all,
I am having an issue. We have a vm that has encrypted data
with gpg. The vm is centos 6.5 and it has multiple users. user1=bob
user2=kevin user3= postgres user4=root. Only postgres has access to the
file in which we keep the encrypted data. I as root will su - postgres,
cd that data dir, and use this command "gpg -d (file_name)" and it works
just fine. However
2003 Nov 09
1
openssl decryption failed
I've got dovecot working on imap
But when I try to run imaps
I get:
imap-login: Nove 08 19:11:19 Warning: SSL_accept() failed:
error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or bad
record mac [192.168.1.103]
Now I'm not sure if theres any difference here, but I don't have string
for 'login = imaps' or 'login = pop3s' to match with my protocols string
2018 May 17
1
Decryption method for Maildir messages stored by mail_crypt plugin
I've successfully implemented the mail_crypt plugin on v2.2.27 and it's
working like a champ, but some of our administrative operations require
access to Maildir messages in plaintext.
I've found numerous threads detailing help with mail_crypt setup, but none
of my research has yielded a method of decrypting the stored messages.
Relevant plugin config:
mail_crypt_curve =
2008 Jun 06
1
Need help with Decryption using blowfish CBC
Hello all,
Hoping someone can help me out here. I''ve burned almost a week trying
to figure out how to decrypt
an image file that has been encrypted using Blowfish CBC.
I found some code on the net and have modified as follows:
require ''openssl''
require ''digest/sha1''
ivArr = [0x0D,
0x0E,
0x0A,
0x0D,
0x0F,
0x0A,
0x0C,
0x0E
]
2016 Sep 19
0
[PATCH 1/3] fish: move disk decryption helpers in own file
This way it is easier to use them outside the rest of the code in
guestfish for inspection & mount.
Just code motion, no behaviour changes.
---
align/Makefile.am | 1 +
cat/Makefile.am | 1 +
df/Makefile.am | 1 +
diff/Makefile.am | 1 +
edit/Makefile.am | 1 +
fish/Makefile.am | 1 +
fish/decrypt.c | 102
2008 Dec 13
2
Need Help in converting php encryption decryption code to ruby on rails
Hi guys i found this encryption decryption in php and try to convert
it in rails but i am unable to successfully convert it. So plz help
me. I you write the whole conversion code then it will be great.
PHP code is like this
================
#
#/**********************************************
#**
#** MD5 block cypher
#**
#** Author..: leapinglangoor [
2006 Jul 22
0
search path for templates? (meta-programming)
Hi,
I am doing a little meta-programming.
I have a default template views/shared/index.rhtml that is used by
most of my controllers.
One controller has views/front/index.rhtml.
How do I get render to first look in views/front/ and if it doesn''t
find index.rhtml then look in views/shared/?
Thanks,
Peter
2007 Mar 04
1
Maruku + webgen - access to meta-information from content converter
Hi!
I am the author of Maruku (http://maruku.rubyforge.org/), a
Markdown-superset interpreter.
At the moment I am
1) learning webgen
2) integrating Maruku+webgen
3) converting my website to webgen,
so I have many questions (one question, one message).
First one: I wrote the straightforward maruku.rb converter (see attachment).
In a content converter, how can I access the meta-information of
2007 Mar 11
0
Tag plugin for writing META elements
I like (and Google likes it too) that each page has a different description.
Use the tag {metainfo: } in your <head>, and add the
"description","author","keywords" fields to the pages'' metainfo.
---
title: Title for the page
description: Description for this page.
keywords: example, plugin, input
---
Content
--
Andrea Censi
"Life is too
2005 Oct 13
0
meta tags: default values and arrays
Some questions about webgen:
1. Is there a way to specify global values to meta tags that can be
optionally overridden on a per page basis.
2. Is there a structure like a tag but that con hold an array instead
of a string?
how do you reference it in a template?
Thank you very much
2006 Jan 12
0
Meta-documentation
Hello list,
Is anyone working on meta-documentation for Rails? At the moment,
there''s a huge amount of info out there about Rails, but finding
anything specific is becoming more and more difficult due to the lack
of concrete structure. A Wiki is great for capturing knowledge and
sharing it among people who already know enough to use it primarily as
a reference, but not for structuring
2002 Dec 18
2
meta analysis
Dear R-lister,
is there any function for Meta Analysis in R? (like homogeneity an, risk
differences, relative riskm amd odds ratios?
Many thanks,
Edwin
2010 Jan 22
0
REXML::ParseException: Missing end tag for 'META' (got "HEAD
Hi,
I am using flickr_fu gem. When I try to get photos with following
flickr = Flickr.new(File.join(RAILS_ROOT, ''config'', ''flickr.yml''))
flickr.photos.search(:user_id => user_id)
it gives me error like
"REXML::ParseException: Missing end tag for ''META'' (got "HEAD")"
I have checked the presence of flickr.yml file &