Go to advanced search

by rossoreed
Wed Oct 29, 2014 4:52 pm
Forum: Troubleshooting
Topic: NTFS partition refuses to mount after wheezy update
Replies: 17
Views: 5873

Re: NTFS partition refuses to mount after wheezy update

I've already tried;

Code: Select all

apt-get update
apt-get dist-upgrade
apt-get rpi-update
rpi-update
Is there some other process for updating the kernel?

I have rebooted & also powered down my pi (a number of times).

If I again run uname -r I get 3.12.22+

Paul
by rossoreed
Tue Oct 28, 2014 10:09 pm
Forum: Troubleshooting
Topic: NTFS partition refuses to mount after wheezy update
Replies: 17
Views: 5873

Re: NTFS partition refuses to mount after wheezy update

I've tried that earlier and got the reply 'Your firmware is already up to date'.

Paul
by rossoreed
Tue Oct 28, 2014 9:14 pm
Forum: Troubleshooting
Topic: NTFS partition refuses to mount after wheezy update
Replies: 17
Views: 5873

NTFS partition refuses to mount after wheezy update

Hi, I've had a NTFS formatted external HDD connected to my pi for the past 6 months which holds media for my media server and has worked well. But after running 'apt-get update' & 'apt-get dist-upgrade' last night, the NTFS partition now refuses to mount. Although it should mount via fstab, if I try...
by rossoreed
Mon Oct 27, 2014 10:44 pm
Forum: General discussion
Topic: SSL 3 - Poodle Vulnerability
Replies: 4
Views: 2048

Re: SSL 3 - Poodle Vulnerability

Dougie, yes you are correct (as usual!)
adding 'SSLProtocol All -SSLv2 -SSLv3' to the /etc/apache2/sites-enabled/*ssl*.conf file has disabled SSLv3 and cleared the vulnerability in the security audit.

Thank you

Paul
by rossoreed
Mon Oct 27, 2014 9:45 pm
Forum: General discussion
Topic: SSL 3 - Poodle Vulnerability
Replies: 4
Views: 2048

Re: SSL 3 - Poodle Vulnerability

I've just tried that, and ran the test again and it's still showing the site as exposed. It also shows that SSL 3 is available. The advise that is given to disable SSLv3 is as follows; To disable SSLv3 on your Apache server you can configure it using the following. SSLProtocol All -SSLv2 -SSLv3 This...
by rossoreed
Mon Oct 27, 2014 8:40 pm
Forum: General discussion
Topic: SSL 3 - Poodle Vulnerability
Replies: 4
Views: 2048

SSL 3 - Poodle Vulnerability

Hi, I'm running a Apache2 server on my Pi, and have recently enabled SSL authentication (https) with a StartSSL certificate. Everything has gone well, but when I've audited my site with Qualis SSL Labs, it tells me that I am vulnerable to a Poodle attack, and have suggested that I disable SSL3, but ...
by rossoreed
Mon Dec 30, 2013 9:02 pm
Forum: Python
Topic: Libraries/modules
Replies: 5
Views: 1791

Re: Libraries/modules

My inexperience is probably making this harder!
by rossoreed
Mon Dec 30, 2013 8:48 pm
Forum: Python
Topic: Libraries/modules
Replies: 5
Views: 1791

Re: Libraries/modules

Thanks Dougie, I've tried searching for the missing files using sudo apt-cache search, as well as searching via google.
I've found a httpclient but not sure if it's the same as http.client?

Paul
by rossoreed
Mon Dec 30, 2013 8:20 pm
Forum: Python
Topic: Libraries/modules
Replies: 5
Views: 1791

Re: Libraries/modules

I forgot to mention that I currently have python v2.7.3 installed.

Can anyone guide me please, as the code currently errors;

Code: Select all

ImportError: No module named http.client
Paul
by rossoreed
Mon Dec 30, 2013 9:57 am
Forum: Python
Topic: Libraries/modules
Replies: 5
Views: 1791

Libraries/modules

I'm running a script which requires the following;

Code: Select all

import http.client
from tkinter import *
import xml.etree.ElementTree as etree
import socket
import re
import sys
How can I locate and install these libraries/modules please?

Go to advanced search