Just created a PiHole so I'm interested to see if it does speed up my network (or at least the devices using it)
Thank you

Quite probably - the .ssh folder and files require specific, restrictive permissions for security reasons. No idea what file system you've used on your SSD but some filesystems don't support the required permissions.TheEgo wrote:Any idea why my ssh access may be restricted? (it won't let me connect, as per previous post) Could it be the SSD and permissions? It's the only thing I can think of. I've checked all other Pi's on the exact same build (from the same backup) and they access it via putty just fine as they always have. Only difference is the SSD I installed on the one that won't access SSH. Cheers again.
Good idea. I meant to suggest using an entirely separate install for testing in the unlikely event that you ended up with a scrambled SD card but forgot. D'oh!TheEgo wrote:Thank you so much GTR2Fan I have just installed a test install using Raspian Jesse, so this will come in handy for that. I have loads of SD cards, so have a few different set ups that I can play around with (without risk to my main systems) I'll have a play later.
I set it up the same as my HDD. A partition for STORAGE set as EXT4 (the SD card is SYSTEM so is just used to boot) and the other partition is just for any MEDIA. No different to my other set ups. Could I go into the.ssh folder and change permissions?milhouse wrote:Quite probably - the .ssh folder and files require specific, restrictive permissions for security reasons. No idea what file system you've used on your SSD but some filesystems don't support the required permissions.TheEgo wrote:Any idea why my ssh access may be restricted? (it won't let me connect, as per previous post) Could it be the SSD and permissions? It's the only thing I can think of. I've checked all other Pi's on the exact same build (from the same backup) and they access it via putty just fine as they always have. Only difference is the SSD I installed on the one that won't access SSH. Cheers again.
Again thank youGTR2Fan wrote:Good idea. I meant to suggest using an entirely separate install for testing in the unlikely event that you ended up with a scrambled SD card but forgot. D'oh!TheEgo wrote:Thank you so much GTR2Fan I have just installed a test install using Raspian Jesse, so this will come in handy for that. I have loads of SD cards, so have a few different set ups that I can play around with (without risk to my main systems) I'll have a play later.![]()
I believe it was this guide I followed to install Quake 3 Arena...
https://raspberrypi4dummies.wordpress.c ... pberry-pi/
Note the 1 hour compilation time stated. This must have been on an old single-core Pi (probably also at stock clock speeds) as my Pi2B with the overclock in my sig manages it in exactly 6 minutes and 32 seconds.
Have fun!
I just installed gkreidl's KODI 15.2 on top of Raspbian Jessie. It's available on this forum if you do a search for it. It's silky smooth and completely stable for my needs which are just local media playback. I've no idea how well it handles add-ons or reskinning as I've not tried either.TheEgo wrote:Where did you start with your install of Kodi? what build/version are you using? (sorry to all for the OT nature of this bit)
Cheers, I'll start there.GTR2Fan wrote:I just installed gkreidl's KODI 15.2 on top of Raspbian Jessie. It's available on this forum if you do a search for it. It's silky smooth and completely stable for my needs which are just local media playback. I've no idea how well it handles add-ons or reskinning as I've not tried either.TheEgo wrote:Where did you start with your install of Kodi? what build/version are you using? (sorry to all for the OT nature of this bit)
I took this route to have a fully functional desktop Mini-PC and media centre without having to reboot or change SD cards to go from one to the other. It's working out very well for me so far.
Code: Select all
chmod 700 .ssh
chmod 644 .ssh/*
chmod 600 .ssh/id_dsa .ssh/id_rsa .ssh/id_ecdsa
I've looked at the security of the folder in contrast to the .ssh folder on a system that works and both have nothing in the folder (which is normal right?) the difference is in the permissions. The faulty one has 3 parties with full control (two are a list of numbers and letter and the third 'everyone') whereas the working one has the same, but only one has full control (the long one and owner of the folder) and the other two read and execute. This is the obvious difference.milhouse wrote:The last line sets the permission on your private key files - you may not have any of these files. The most likely problem is the permission on the .ssh folder itself - too "open" (accessible to other users/groups) and ssh access will not work.Code: Select all
chmod 700 .ssh chmod 644 .ssh/* chmod 600 .ssh/id_dsa .ssh/id_rsa .ssh/id_ecdsa
Full control? Why does this sound like you're trying to change the Linux file permissions from within Windows... that ain't gonna work.TheEgo wrote: I've looked at the security of the folder in contrast to the .ssh folder on a system that works and both have nothing in the folder (which is normal right?) the difference is in the permissions. The faulty one has 3 parties with full control (two are a list of numbers and letter and the third 'everyone') whereas the working one has the same, but only one has full control (the long one and owner of the folder) and the other two read and execute. This is the obvious difference.
I've tried to change the permissions so they are the same, but when I click apply, it goes back to full control. I think this may be the cause. I'm getting closer. I'm tempted to copy the 'good' folder and replace, although I'm sure the owner relates to the system, but if I save the original, I have nothing to lose in trying.
Wish me luck ha!
Yes I was looking at it from a windows pc (it's all I have) I can't access the ssh to log in, hence all these posts haha!! Reminds me of that song "There's a hole in my bucket"milhouse wrote:Full control? Why does this sound like you're trying to change the Linux file permissions from within Windows... that ain't gonna work.TheEgo wrote: I've looked at the security of the folder in contrast to the .ssh folder on a system that works and both have nothing in the folder (which is normal right?) the difference is in the permissions. The faulty one has 3 parties with full control (two are a list of numbers and letter and the third 'everyone') whereas the working one has the same, but only one has full control (the long one and owner of the folder) and the other two read and execute. This is the obvious difference.
I've tried to change the permissions so they are the same, but when I click apply, it goes back to full control. I think this may be the cause. I'm getting closer. I'm tempted to copy the 'good' folder and replace, although I'm sure the owner relates to the system, but if I save the original, I have nothing to lose in trying.
Wish me luck ha!
Log in with ssh or mount your SSD in another Linux system, find your .ssh folder and execute the commands I gave you.
Anyway this is all OT for an overclocking thread - I'd suggest you start a new thread if you continue to have ssh issues.
Is your SSH enabled in the kodi admin?TheEgo wrote: Yes I was looking at it from a windows pc (it's all I have) I can't access the ssh to log in, hence all these posts haha!! Reminds me of that song "There's a hole in my bucket"![]()
I have an old laptop, I'll put a linux system on that and do as you say. Thank you, you're right, it is firmly OT now. My apologies. I went on a tangent from my OC'ing chat. In other news, I'm now using your last Jarvis build 1204. Nice and stable and works with a skin and build I already had and nicely overclocked with settings posted (on topic hehe) Cheers for all your input, time and patience.
Yes it's enabled. I'm going to do a complete fresh install. That will get rid of the problem i'm sure. Thanks thoughTomaszBG wrote:Is your SSH enabled in the kodi admin?TheEgo wrote: Yes I was looking at it from a windows pc (it's all I have) I can't access the ssh to log in, hence all these posts haha!! Reminds me of that song "There's a hole in my bucket"![]()
I have an old laptop, I'll put a linux system on that and do as you say. Thank you, you're right, it is firmly OT now. My apologies. I went on a tangent from my OC'ing chat. In other news, I'm now using your last Jarvis build 1204. Nice and stable and works with a skin and build I already had and nicely overclocked with settings posted (on topic hehe) Cheers for all your input, time and patience.
System->OpenELEC->Services->SSH->Enable SSH
Anyway on Raspbian Jessie the the highest I was able to go (stable) was:
---
over_voltage=2
arm_freq=1000
core_freq=500
sdram_schmoo=0x02000020
over_voltage_sdram_p=6
over_voltage_sdram_i=4
over_voltage_sdram_c=4
sdram_freq=575
dtoverlay=sdhost,overclock_50=100
---
At arm_freq=1100 I was getting random freezes every 3-4 days. Even at over_voltage=6
At core_freq=600 it is stable, but there is no performance benefits. But the SD speed is slower than at 500.
At sdram_freq=600 I get bitflips (not enough voltage) or freezes (overheating) at (6-4-4)
How I test for stability:
I run 3 instances of:
memtester 250
And one instance of:
memtester 50
If it survives 2 hours without a freeze or bitflip (or other error) ... I assume it is stable.
Anyway having decent heatsinks is a must if you plan overclocking
I'm fortunate enough to already have one.TheEgo wrote: Millhouse will you be getting the Pi3?
Yes, they already do. Just use the RPi2 build on the RPi3.TheEgo wrote: will your builds support it?
I found that overclocking sdram on my RPi3 would only go as high as 500MHz (default 450Mhz).TheEgo wrote: initial thoughts on Overclock settings?
Yes, with the right software. Same applies as with the RPi2, you'll find the latest HEVC optimisations in my test builds.TheEgo wrote: Do you think it will play HEVEC x265 out of the box?
Yes, a Kodi 17-based build.TheEgo wrote: When you say with the right software (Re HEVEC) do you mean the build, ie getting one of yours?
My Pi3 settings:TheEgo wrote: I'll try out your OC settings (thank you) I also have a 2.5amp good quality power source, so hopefully will be ok. Do you have any other settings in your config file?
Code: Select all
[pi3]
core_freq=500
gpu_freq=400
sdram_freq=500
force_turbo=1
You don't *need* to add those, no.TheEgo wrote: do I need to add the following settings?
sdram_schmoo=0x02000020
over_voltage_sdram_p=4
over_voltage_sdram_i=2
over_voltage_sdram_c=2
disable_pvt=1
avoid_pwm_pll=1
It depends entirely whether you intend to watch mpeg2 or vc1 encoded media. The Pi2/Pi3 will be able to software decode SD quality mpeg2 video, but may still struggle with HD quality. For vc1 encodings (typically BluRays) you'll need the vc1 codec licence. It's really up to you to decide whether the £3-£4 cost is worth it.TheEgo wrote: Would I benefit from getting them? will they improve the quality of the playback as I gather they allow hardware decoding? cheers again. All very helpful.
On my Pi2 I went to 600mhz and 6/4/4 and it wouldn't even boot. Once I have my Pi3 tomorrow or Wednesday (depending on Royal Mail) I'll mess around with the Pi2 it's replacing and try a few different combos. As long as I have one solid and stable system to actually watch stuff, I don't mind messing around.GTR2Fan wrote:@TheEgo: Don't be afraid to go a little higher with those RAM voltages if you need to. You may never make it to 600MHz, but I believe that millhouse needs 5/3/3 to get there with complete stability, whereas I have to go to 6/4/4 for complete stability at 600MHz. You won't fry anything by trying.
You may still need to do an rpi-update to get the relevant goodness to make schmoo work as I'm not sure whether it's been pushed to main yet. 600MHz is highly unlikely to work without it. Someone more knowledgeable than me can provide an answer to that.TheEgo wrote:On my Pi2 I went to 600mhz and 6/4/4 and it wouldn't even boot.
Try:TheEgo wrote: Millhouse, two questions. I ran the code to install memtester and then run memtester 850 10, but it said -sh memtester cant be found. Now I shit kodi down as you showed me, but I didn't set the gpu to 64 as it was already set higher, is that the problem do you think? (I'll obvs try, just thought I'd mention it as I was on to ask you something else.
Code: Select all
~/memtester 850 10
You can't downgrade from 6.0.3 to #1204 using a RPi3 - #1204 will boot to a rainbow screen. The #1204 build pre-dates the Pi3 and doesn't ship with a Pi3 dtb (/flash/bcm2710-rpi-3-b.dtb), so after installing 6.0.3 (which does ship with a Pi3 dtb, for kernel 4.1.18) then updating to #1204, when you boot #1204 (which uses the 4.3.0 kernel) the RPi3 will try and use the Pi3 dtb file left over from the 6.0.3 installation. End result: failure, as the Pi3 dtb from kernel 4.1.18 is not compatible with the 4.3.0 kernel.TheEgo wrote: I now have my pi3 and installed openelec 6.0.3 (fresh install) and then tried to run your 1204 final jarvis build, but it failed and never has done before. Could there be a firmware incompatibility in that build with the Pi3 now? Thought I'd ask as I don't know where else to get you and before I keep trying to instsall if it actually won't or isn't meant too? Is there any obvious reason why it shouldn't install? it unpacked the files, system, system md5 etc and then said rebooting and then a black screen, but you could tell it was on. Before the files started extracting I got a message that i didn't get time to read, but I saw the word "failed to" in a sentence...Any guidance would be great, loved that build.
Thanks for all your help Millhouse. I will indeed try the latest build in the dev addon as I love a spiffy skin ha!! I won't post about builds again. Is this thread ok to talk Overclocking of a Pi or should I start a new thread? Cheers again, much appreciated.milhouse wrote:Try:TheEgo wrote: Millhouse, two questions. I ran the code to install memtester and then run memtester 850 10, but it said -sh memtester cant be found. Now I shit kodi down as you showed me, but I didn't set the gpu to 64 as it was already set higher, is that the problem do you think? (I'll obvs try, just thought I'd mention it as I was on to ask you something else.however if you're not setting gpu_mem to 64 - ie. you've set it to a higher value - then memtester may not be able acquire the 850MB of RAM it is being asked to test, in which case you'll need to modify the value of 850 to a lower value that memtester is able to use, although then your testing won't be so comprehensive.Code: Select all
~/memtester 850 10
You can't downgrade from 6.0.3 to #1204 using a RPi3 - #1204 will boot to a rainbow screen. The #1204 build pre-dates the Pi3 and doesn't ship with a Pi3 dtb (/flash/bcm2710-rpi-3-b.dtb), so after installing 6.0.3 (which does ship with a Pi3 dtb, for kernel 4.1.18) then updating to #1204, when you boot #1204 (which uses the 4.3.0 kernel) the RPi3 will try and use the Pi3 dtb file left over from the 6.0.3 installation. End result: failure, as the Pi3 dtb from kernel 4.1.18 is not compatible with the 4.3.0 kernel.TheEgo wrote: I now have my pi3 and installed openelec 6.0.3 (fresh install) and then tried to run your 1204 final jarvis build, but it failed and never has done before. Could there be a firmware incompatibility in that build with the Pi3 now? Thought I'd ask as I don't know where else to get you and before I keep trying to instsall if it actually won't or isn't meant too? Is there any obvious reason why it shouldn't install? it unpacked the files, system, system md5 etc and then said rebooting and then a black screen, but you could tell it was on. Before the files started extracting I got a message that i didn't get time to read, but I saw the word "failed to" in a sentence...Any guidance would be great, loved that build.
You could try deleting /flash/bcm2710-rpi-3-b.dtb before updating with #1204 (or afterwards - put the SD card in your PC) - it's possible the RPi3 will then boot #1204, behaving as a RPi2 with slightly faster processor (no WiFi or BT).
The failed message could be a failed checksum (corrupt download) or failed size check (your primary partition is too small - resize to 512MB, although if you used the 6.0.3 disk image for your clean install it should already be 512MB).
If you continue to have problems, post details in the Kodi 16 forum thread - this is not the correct thread to discuss OpenELEC installation issues.
if you want to test with a current build - which work fine, btw, and include a spiffy new skin - then by all means test and post in the Kodi 17 forum thread, but again, not here.
Of course - it is the "Overclocking" thread... it's just not the "OpenELEC problem" thread.TheEgo wrote:Is this thread ok to talk Overclocking of a Pi or should I start a new thread? Cheers again, much appreciated.