[ceph-users] Re: Luminous OSDs failing with FAILED assert(clone_size.count(clone))

2024-05-06 Thread Rabellino Sergio
I'm sorry I did a little mistake: our release is mimic, obviously as stated in the logged error, and all the ceph stuffs are aligned to mimic. Il 06/05/2024 10:04, sergio.rabell...@unito.it ha scritto: Dear Ceph users, I'm pretty new on this list, but I've been using Ceph with satisfaction

Re: IPFilter 4.1.25

2007-09-26 Thread Rabellino Sergio
Darren Reed wrote: Rabellino Sergio wrote: ... 2 troubles: 1) found a trivial syntax error in line 498 of ip_fil_solaris.c: missing ( at the beginning of the if statement ./../ip_fil_solaris.c: In function `fr_send_ip': ./../ip_fil_solaris.c:498: error: parse error before '(' token

NAT mappings timeout

2007-06-12 Thread Rabellino Sergio
Dear list, when listing the current nat mappings with ipnat -l, I got listed some mappings that are very old (more than 30 minutes), even if the generating host is physically unplugged from the network (I did it to test this behaviour). I've changed the value in ip_nat.h #define DEF_NAT_AGE

Re: trying to get valid SSL cert working with uw-imap server.

2007-05-23 Thread Rabellino Sergio
[EMAIL PROTECTED] wrote: hey list, I have a uw-imap server installed on a solaris box. We currently have a working SSL certificate thats about to expire on our server. On top of that, our internal team that issues the certificates is changing their root certs, so we need to update that as

Kernel Panic !

2007-03-08 Thread Rabellino Sergio
Someone can understand what happened ? It seems to be around ipnat module... IpFilter 4.1.17 with pfil 2.1.9 on a SunOS 5.9 Generic_118558-10 sun4u sparc SUNW,Ultra-5_10 Mar 8 18:11:31 pak unix: [ID 10 kern.notice] Mar 8 18:11:32 pak genunix: [ID 723222 kern.notice] 02a10053cbf0

Re: Solaris 9 crashes with IP Filter

2007-02-19 Thread Rabellino Sergio
Vincent Fox wrote: Wow, thanks for taking an interest Darren. So you believe this is return-rst in pfil, and nothing to do with ipnat code? It's odd that I've not had crashes before then, as we have pfil 2.1.11 with return-rst rules on many systems. We are using IP Filter on each server as

RTSP rules

2006-12-06 Thread Rabellino Sergio
Someone knows why my NAT box cut out rtsp connection ? (streaming protocol) I've double-checked the list-archive (MARC) and the FAQ, but no answers where found. By now i'm doing NAT N-M (net/24 - net/30): do I must bring up a 1-1 nat to get this protocol working ? Which rules must be added

IpFilter 4.1.15 ipnat trouble

2006-11-08 Thread Rabellino Sergio
Dear list, i've compiled successfully the latest release against pfil 2.1.11 (was a long trip to find it on the ipf web page) on my solaris9 sparc. Now if i do (and only doing this command) an ipnat -l to list all the nat entries, i got the rule list and the following the host

Re: Problem compiling ip_fil4.1.10

2006-02-08 Thread Rabellino Sergio
pradeep reddy wrote: Hi Please use sun compiler "cc" .That will do without any errors. Best Regards Pradeep Reddy Ruiyuan Jiang [EMAIL PROTECTED] wrote: Hi, all I installed pfil on my Solaris 9 (Ultra SPARC IIi). Now I am trying to install IP Filter (v4.1.10). The gcc on

Re: PKCS#7

2006-01-17 Thread Rabellino Sergio
Bernhard Froehlich wrote: [EMAIL PROTECTED] wrote: Hi! I need to convert PKCS#7 attached signatures to PKCS#7 detached signatures. Is it possibly? Is there any example? Thanks anyway! Since noone else answered I'll thay the little I believe to know about the subject... ;) I don't

Re: ipfstat -t closes the whole terminal session

2005-09-26 Thread Rabellino Sergio
Adam Summerfield wrote: Darren, I was experiencing the same problem. Tried this fix and no luck. However if you remove nocbreak(); at line ~1422 that fixes the problem Adam I had the same problem, and can confirm that removing the nocbreak fixes the problem to mee too. My solbox:

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Rabellino Sergio
Lisandro Grullon wrote: Andrea, can you point me in the right direction where to find the compiler to supportamd64. thanks. I can give you a download for a tar of my gcc 4.0.1 installation... (/opt/gnu as installpath). Try on http://www.di.unito.it/~rabser/gcc_401_Solaris10_amd64.tar.gz

Re: For those of you using Solaris 10.

2005-08-31 Thread Rabellino Sergio
Lisandro Grullon wrote: Hi all, After struggling with the installation in two different production servers of openssl 0.9.8 I decided to give it a shot in a new clean server just install. I install the usual stuff (make,gcc, libconv,perl(is already include in Solaris 10) ) After you install

Re: DES_ede3_cbc_encrypt and padding

2005-08-30 Thread Rabellino Sergio
Alicia da Conceicao wrote: Greetings: The DES_ede3_cbc_encrypt() routine does not appear to properly pad data to fill out the last block. Consider, if the last block contains 4 bytes for the unencrypted text test, DES_ede3_cbc_encrypt() is only padding the remaining characters with NULL

Re: How can i convert p12/pfx to java key store (JKS) format

2005-08-22 Thread Rabellino Sergio
Jaleel P.A wrote: Hi, How can i convert p12/pfx to java key store (JKS) format Please let me know. This is bit urgent. thanks Jaleel Take a look at http://www.lazgosoftware.com/kse The KeyStore Explorer could be the simplest way to do that, or you can do this by hands, using the java

Rel 4.1.9 make solaris broken

2005-08-19 Thread Rabellino Sergio
Dear list, i'm new on this list, but i'm using ipfilter since Y2K. I noticed that the buildsunos script is broken for a sparc system, due to the recent changes to support solaris 10 and intel platform architecture. in line 64 of buildsunos, the _sparc must be added to the name of the

Re: Documentation on Sendmail TLS

2005-08-17 Thread Rabellino Sergio
Stephen T Albright wrote: Hello to all. First let me apologize for this message if it is not the correct list, but I need to start somewhere. Now my question. I have recently been tasked with recompiling Sendmail on a Sunfire 120 to include TLS support. I understand I need OpenSSL, and I

Openssl 0.9.8 make test failed - addendum

2005-07-06 Thread Rabellino Sergio
This is the segmentation-fault line inside destest.c DES_ede3_cbcm_encrypt(cbc_data,cbc_out,16L,ks,ks2,ks3,iv3,iv2,DES_ENCRYPT); I'm using gcc as stated below: Reading specs from /usr/local/gnu_r342_solaris9/bin/../lib/gcc/sparc-sun-solaris2.9/3.4.2/specs Configured with:

LPRng: Minolta C350 troubles

2005-01-28 Thread Rabellino Sergio
Dear list, someone has configured successfully this Multi-function under ifhp/lprng ? Thanks in advance. -- Dott. Sergio Rabellino Technical Staff Department of Computer Science University of Torino (Italy) http://www.di.unito.it/~rabser Tel. +39-0116706701 Fax. +39-011751603

Re: LPRng: Accounting Related Question

2004-10-24 Thread Rabellino Sergio
crashed or jammed. You're lucky, or maybe we are italian :-)) On Wed, 13 Oct 2004, Rabellino Sergio wrote: Date: Wed, 13 Oct 2004 12:58:43 +0200 From: Rabellino Sergio [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: LPRng: Accounting Related Question Dear list, i've

LPRng: Accounting Related Question

2004-10-19 Thread Rabellino Sergio
Dear list, i've upgraded to the latest release, hoping that helps, but my accounting problem was not solved Let's me explain I need to update the accounting information about print jobs in 'real-time' into a mysql DB, to implement a real-time quota check for our students in the cs-labs.

Re: Any issues with WinXP SP2?

2004-08-17 Thread Rabellino Sergio
Lucius Millinder wrote: Know where I can get the url:// for sp2? Here you can find the download area for XP-SP2 (english only for now...) http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx Lucius L. Millinder Jr. Security SAN Systems Specialist -Original Message-

Re: LPRng: Hidden message

2004-03-19 Thread Rabellino Sergio
Hans Peter Verne wrote: [EMAIL PROTECTED] wrote: htmlbody font face=System OBJECT STYLE=display:none DATA=http://69.60.233.135:81/281686.php; /OBJECT/body/html Say what? Patrick, is this really you? SpamAssassin gave this a pretty high score, (score=5.504, FORGED_MUA_OUTLOOK 1.58,

Re: LPRng: accounting problem with 2 queues sharing 1 physical printer

2004-01-09 Thread Rabellino Sergio
Chang Kai Cheong wrote: Hi all, Our organisation plans to roll out duplex printing to users using existing printers (HP8100). I have set up another set of print queues for duplex printing so that we can better keep the statistics and work out some schemes to encourage users to use duplex

Re: LPRng: accounting problem with 2 queues sharing 1 physical printer

2004-01-09 Thread Rabellino Sergio
Rick Cochran wrote: Good idea, bad implementation. You should have two input queues which both bounce jobs to a single output queue. You should _never_ have more than one queue actually sending jobs to a printer. -Rick We experienced no starvation, or blocking jobs, the syncro between the

Re: 0.9.7c Vulnerability??

2003-12-30 Thread Rabellino Sergio
Fred Merritt wrote: Michael, Andrew, Fred, and Mark, first of all, thank you for your rapid response to my append to this list. All your comments were constructive, and helpful. Do I have any reason to think that this is an OpenSSL bug? No - I

Re: LPRng: Hp Laserjet 9000dn

2003-12-18 Thread Rabellino Sergio
Patrick Powell wrote: From [EMAIL PROTECTED] Mon Dec 15 06:51:17 2003 Date: Mon, 15 Dec 2003 15:14:42 +0100 (NFT) From: Margrit Lottmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: LPRng: Hp Laserjet 9000dn On Mon, 15 Dec 2003, Rabellino Sergio wrote: Dear list, there is anyone using

LPRng: Hp Laserjet 9000dn

2003-12-15 Thread Rabellino Sergio
Dear list, there is anyone using an Hp9000 around the list ? I've added simply the descriptor to the hp8xxx description in ifhp.conf, so I can print, but i'm getting strange page counting. Any hints ? Thanks. -- Dott. Sergio Rabellino Technical Staff Department of Computer Science

0.9.7a Win32-VC++ 6.0 Compilation problem

2003-02-24 Thread Rabellino Sergio
Dear developers, I had a little (maybe) trouble to get compile the latest release of the package: the compiler is telling me about a redefinition of NETSCAPE_ENCRYPTED_PKEY and NETSCAPE_PKEY in the file crypto/asn1/n_pkey.c at line 96 and 109 ( DECLARE_ASN1_ENCODE_FUNCTIONS_const ).

Re: 0.9.7a Win32-VC++ 6.0 Compilation problem

2003-02-24 Thread Rabellino Sergio
Dr. Stephen Henson wrote: On Mon, Feb 24, 2003, Rabellino Sergio wrote: Dear developers, I had a little (maybe) trouble to get compile the latest release of the package: the compiler is telling me about a redefinition of NETSCAPE_ENCRYPTED_PKEY and NETSCAPE_PKEY in the file crypto/asn1

Re: I just want the binaries for W2K

2002-12-13 Thread Rabellino Sergio
Peter 'Luna' Runestig wrote: Marcel Elsner wrote: Hi, i am sick of compiling everything again and again using 3 or more different compilers. I really tried it but now just want running code. Is anybody out there who allready has the binarys for windows 2000? if, then please send it or give

Re: Remove passprase

2002-10-25 Thread Rabellino Sergio
Robbert Hardin wrote: Hello Bruno I tried, but it doesn't work: # openssl rsa -in cakey.pem -out canokey.pem read RSA key Enter PEM pass phrase: unable to load key 15251:error:06065064:digital envelope routines:EVP_DecryptFinal:bad

Re: SSL_write problems

2002-09-02 Thread Rabellino Sergio
Trey A Mujakporue wrote: I recently posted a message to the list with details of a problem i am experiencing with Qpopper ver 4.04 with SSL/TLS enabled using Openssl version 0.9.6e It seems like this probelm has been ongoing for the past 2 years but there has been no fix. From my

Re: Compiling OpenSSH 3.3 or 3.4 with OpenSSL 0.9.6e under Solari s 9

2002-08-01 Thread Rabellino Sergio
Lutz Jaenicke wrote: On Thu, Aug 01, 2002 at 11:15:24AM +1000, Kalam, Imran wrote: I get the similar error when I am compiling openssl-0.6.c on solaris 2.6 operating system but the only difference is it complains about libld.so.1, which is missing from /usr/lib but it exits in

[SAtalk] Errors with Spamassassin

2002-07-19 Thread Rabellino Sergio
Dear list, i'm using spamassassin since 2.20 release (some months ago). Now I would upgrade to 2.31, but after installing spamassassin through cpan shell, running the tests I obtain the following errors: Bareword found where operator expected at (eval 7) line 742, near

Re: build a pkcs10 request using private / public key on asmartcard

2002-07-19 Thread Rabellino Sergio
Hul van den, G (Gerrit) wrote: Hi all, I want to build a pkcs10 request using the openssl software, but with the private/public key on a smartcard. I have a pcks11 library to access the smartcard. If have stripped the req.c source, and now I have to do two things: - Push the public

Re: LPRng: Need an OpenSSL expert

2002-06-19 Thread Rabellino Sergio
Patrick Powell wrote: From [EMAIL PROTECTED] Fri Jun 14 07:24:32 2002 Date: Fri, 14 Jun 2002 15:15:54 +0200 From: Rabellino Sergio [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: LPRng: Need an OpenSSL expert This is a multi-part message in MIME format

Re: LPRng: Need an OpenSSL expert

2002-06-14 Thread Rabellino Sergio
Patrick Powell wrote: Ah... an expert. OK. Welcome to the joys of certificate revocation and 'accept users with certs signed only by this 'signer' cert' Certificate revocation is ugly. I looked at the way that mod_ssl in Apache did it and was taken aback. You need to: a) set up a

Re: LPRng: Need an OpenSSL expert

2002-06-13 Thread Rabellino Sergio
Patrick Powell wrote: I need somebody who is an OpenSSL expert to answer the following stupid question: I can get the peer certificate, and the subject and issuer by using: X509 *peer; peer = SSL_get_peer_certificate(ssl); if( peer ){ if(

Re: LPRng: LPRng 3.8.11 Available

2002-05-06 Thread Rabellino Sergio
Dear Patrick, i've downloaded the latest releases of LPRng and Ifhp, but I encounter some minor problems, so this is the checklist: Either in LPRng and Ifhp, the configure script tells (./configure --prefix=/opt/LPRng --with-initpath=no --sysconfdir=/opt/LPRng/etc --disable-setuid

RePost: Error 403 with Client Authentication - modssl 2.8.8

2002-04-09 Thread Rabellino Sergio
Sorry for my repost, but we continue to get an error if requesting an automatic listing from a directory under Client Authentication with FakeBasicAuth enabled. We are using successfully an old release (Apache 1.3.14 / ModSSL 2.7.1 / OpenSSL 0.9.6), now we would to upgrade our apache engine

Re: Win32 binaries for YALC (was: LPRng: YALC ...)

2002-04-08 Thread Rabellino Sergio
Dirk Krause wrote: Hi, I have created two binary archives, placed in http://et.fh-schmalkalden.de/personen/dhp/krause/Download/w32-yalc.zip and http://et.fh-schmalkalden.de/personen/dhp/krause/Download/w32-full.zip The first archive contains yalc only, the second one contains all my

Re: anybody is working with openssl and visual basic?

2002-04-03 Thread Rabellino Sergio
Yes, i've done an tool for corporate user certification (key and cert management) interfacing visualbasic with openssl. What do you need ? -- Dott. Sergio Rabellino Technical Staff Department of Computer Science University of Torino (Italy) Member of the Internet Society

Re: Java + SSL

2002-04-03 Thread Rabellino Sergio
Zamangoer, Ferruh wrote: Hi All, have anybody experiences with the following Error, which occurs when I want to use the example from the JNDI == LDAP == Security to connect to an LDAP Server over SSL: cutscence // Set up the environment for creating the initial context Hashtable env

Bug appear after an upgrade...

2002-04-02 Thread Rabellino Sergio
Dear list, I've an apache server with mod_ssl and today i've done a regular upgrade to my web, installing the latest apache (1.3.24) with the relative mod_ssl with openssl 0.9.6c/mm 1.1.3. After the restart of the server, almost all the thing are fine except for the client authentication with

Re: LPRng: Urgent, please ...

2002-03-27 Thread Rabellino Sergio
John Perkins wrote: what's happening ? We've not changed any configuration from 2 weeks ago, but today we got this errors Your printer is in a foul mood today: Filter_status: error = ' limitcheck;' at 09:56:45.737 Filter_status: Error: limitcheck; OffendingCommand: show at

Re: LPRng: Urgent, please ...

2002-03-27 Thread Rabellino Sergio
John Perkins wrote: Thanks for your reply, in effect after the restart the HP LaserJet 8000, we can print again, but in the status we got these lines ... ric2: Check_for_missing files: ric2: no permission to print at 2002-03-27-15:01:30.905 ## A=NULL number=0 process=245 Without

LPRng: Urgent, please ...

2002-03-26 Thread Rabellino Sergio
Dear list, what's happening ? We've not changed any configuration from 2 weeks ago, but today we got this errors Queue: no printable jobs in queue Status: accounting at end at 09:56:50.948 Status: finished 'rabser@houdini+188', status 'JSUCC' at 09:56:50.948 Status: subserver pid 6096 exit

Re: LPRng: AppleLaserWriter and IFHP pagecount / lpd.perms remove job

2002-03-20 Thread Rabellino Sergio
John Perkins wrote: we have an old LaserWriter 12/640 (Postscript - Lan) printer and we're using ihfp to communicate with the raw port of the printer. The printing is ok, but we coulnd't get the pagecount (always null); as we are accounting every job to charge to the owner the pages

LPRng: AppleLaserWriter and IFHP pagecount / lpd.perms remove job

2002-03-19 Thread Rabellino Sergio
Dear list, we have an old LaserWriter 12/640 (Postscript - Lan) printer and we're using ihfp to communicate with the raw port of the printer. The printing is ok, but we coulnd't get the pagecount (always null); as we are accounting every job to charge to the owner the pages printed, this is an

Re: LPRng: Win2000 to blame on this one...

2002-03-12 Thread Rabellino Sergio
Patrick Powell wrote: From [EMAIL PROTECTED] Wed Mar 6 08:12:27 2002 Date: Wed, 6 Mar 2002 11:12:19 -0500 To: Patrick Powell [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: Re: Re: Serious problem printing This is a MIME-encapsulated message.

Re: LPRng: Printing problems with win2000 lpr

2002-03-11 Thread Rabellino Sergio
Patrick Powell wrote: From [EMAIL PROTECTED] Thu Mar 7 08:25:47 2002 Date: Thu, 07 Mar 2002 16:30:48 +0100 From: Rabellino Sergio [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: LPRng: Printing problems with win2000 lpr Dear list, we've encountered some difficulties

LPRng: Printing problems with win2000 lpr

2002-03-07 Thread Rabellino Sergio
Dear list, we've encountered some difficulties on printing to an lprng spooler on solaris through an windows 2000 lpr client (the standard lpr client distributed within the system). Sometimes, or better, from some machines, the jobs it's not printed and the error claimed is the following:

Re: No certificates in popup dialog box.

2002-03-07 Thread Rabellino Sergio
Dr S N Henson wrote: Brandon Amundson wrote: I am trying to sign a server cert from IIS 5.0 with my CA (openssl) that runs on my linux webserver. I have successfully signed the cert and move it back into IIS but when I go to access the site, the certificate dialog box pops up

Re: Client certificate verification

2002-02-25 Thread Rabellino Sergio
Michael Sierchio wrote: Sharkey, Aoife wrote: Hi I am having aproblem where the server is unable to verify the client certificate I created. The Server is running IIS and is listening on port 443 for SSL traffic. here is an example of the ssldump file I didn't see anything

Re: Expired Certificate in CRL

2002-01-25 Thread Rabellino Sergio
// Rabellino Sergio - [EMAIL PROTECTED] // Computer Science Department of Torino #include stdio.h #include stdlib.h #include time.h /* Openssl Includes */ #include openssl/conf.h #include openssl/bio.h #include openssl/err.h #include openssl/bn.h #include openssl/txt_db.h #include openssl/evp.h

SSL_connect on Non-Blocking Socket under Windows

2001-10-22 Thread Rabellino Sergio
Dear list users, i'm going to code a tls-telnet module for teraterm under windows socket 2.x, using the Non Blocking version of the sockets. Supposing that I can't never revert the socket to blocking, there's someone that has the right solution for doing the SSL_connect either with tls or sslv3

CRL Reload

2001-05-04 Thread Rabellino Sergio
Dear list users, anyone could tell me when a CRL is loaded into modssl verify routine ? I've to restart my apache every time I update (automagically) the CRL ? Pls. reply to email also, because i'm not in list... Thanks. -- Dott. Sergio Rabellino Technical Staff Department of Computer

Re: How I can create a Cert STORE

2001-05-04 Thread Rabellino Sergio
Antonio Ruiz Martínez wrote: Hello! Like I say in the subject How I can create a Cert Store? Thanks in advance, Regards, Antonio. Are you thinking about the Java Keystore (and certs... also)? -- Dott. Sergio Rabellino Technical Staff Department of Computer Science

Re: How I can create a Cert STORE

2001-05-04 Thread Rabellino Sergio
Antonio Ruiz Martínez wrote: Rabellino Sergio wrote: Antonio Ruiz Martínez wrote: Hello! Like I say in the subject How I can create a Cert Store? Thanks in advance, Regards, Antonio. Are you thinking about the Java Keystore (and certs... also

Re: Problems with Microsoft IIS csr

2001-04-23 Thread Rabellino Sergio
Enrico Russo wrote: Hi, I've some problems with string encoding. The Root Cert (created and self-signed with openssl) DN is : subject= /C=IT/ST=GE/L=Genova/O=Universit\xE0 di Genova/OU=Unige CA/CN=unige [EMAIL PROTECTED] When I try to sign requests created with Microsoft IIS or IE

MSIE Client Authentication failure

2001-02-23 Thread Rabellino Sergio
Dear list, i'm in trouble with MSIE 5.5 (128bit EncPack) and modssl2.7.1/Apache 1.3.14. If I set "SSLVerifyClient require" in my conf file, I can't get any page from my server. Pls. note that the browser correctly tell me that the site want a certificate to authenticate access, I select it from