search for: homepc

Displaying 8 results from an estimated 8 matches for "homepc".

Did you mean: homec
2013 Dec 04
8
[Bug 72315] New: Fedora 19 64-bit X crash
https://bugs.freedesktop.org/show_bug.cgi?id=72315 Priority: medium Bug ID: 72315 Assignee: nouveau at lists.freedesktop.org Summary: Fedora 19 64-bit X crash QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: Linux (All) Reporter: bryan.coleman at dart.biz
2004 Jun 25
2
Q: Rsync, Batch: How to avoid the "password" ask ?
Hi As I want to automate my Desktop backup process, I'm currently trying to finilize a CMD (Windows XP batch) file in order to save different data (outlook.pst, \desktop, \docs, \Favorites ....). My problem is that even with this parameter SET RSYNC_PASSWORD=xxxx It still ask me for a password, blocking of course all the process automation. I'm running either on my Linux backup box
2003 Dec 01
0
No subject
...by lists.samba.org (Postfix) with ESMTP id 8CB5552D2 for <samba@lists.samba.org>; Wed, 15 Aug 2001 12:43:30 -0700 (PDT) Received: (from root@localhost) by proxy.kirov.ru (8.11.2/8.11.2) id f7FJlH377106 for samba@lists.samba.org.AVP; Wed, 15 Aug 2001 23:47:17 +0400 (MSD) Received: from homepc (kfml.dialup.kirov.ru [194.84.203.239]) by proxy.kirov.ru (8.11.2/8.11.2) with ESMTP id f7FJlFS77097 for <samba@lists.samba.org>; Wed, 15 Aug 2001 23:47:16 +0400 (MSD) Date: Wed, 15 Aug 2001 23:45:46 +0400 From: KPML <fml@ezmail.ru> X-Mailer: The Bat! (v1.53bis) Reply-To: KPML <f...
2016 Jun 18
3
tlsv1 alert unknown ca: SSL alert number 48
The version of Roundcube I am using is 0.9.5+dfsg1-4.1
2016 Jun 15
2
tlsv1 alert unknown ca: SSL alert number 48
Hi, I have set up a mail server with postfix+dovecot 2.2.13 on my raspberry pi running Raspbian Jassie OS. Now I would like to add an on-line e-mail client like Squirrelmail or Roundcube. I was able to start up these two clients but when I try to login I get this error message in the dovecot log: tlsv1 alert unknown ca: SSL alert number 48 But I have inserted the self-signed certificate and
2016 Jun 18
2
tlsv1 alert unknown ca: SSL alert number 48
I've tried to install the new version of Roundcube but I've got an error message: Unpacking roundcube (1.1.5+dfsg.1-1~bpo8+1) ... Errors were encountered while processing: /var/cache/apt/archives/roundcube-core_1.1.5+dfsg.1-1~bpo8+1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) If anybody can give me instructions on how to correct this, perhaps I should
2016 Jun 16
4
tlsv1 alert unknown ca: SSL alert number 48
I think that you are right when you say that the problem may be the certificate recognition. As for Roundcube, I've inserted the uncommented php code that you provided in /usr/share/roundcube/main.inc.php.dist, which is the Raspbian file for /config/defaults.inc.php. Unfortunately Roundcube doesn't login and replies with the message "connection to storage server failed". And
2016 Jun 17
3
tlsv1 alert unknown ca: SSL alert number 48
I have tried all the suggestions up till now but the error message is still there. I have tried this configuaration for roundcube: $config['imap_conn_options'] = array( 'ssl' => array( 'peer_name' => '<FQDN_OF_DOVECOT_CERTIFICATE>', 'verify_peer' => true, 'verify_depth' => 3, // 'cafile' =>