Shawn Sesna

Results 27 comments of Shawn Sesna

Same issue here. `pihole-FTL` Log file grows astronomically quick, turning off PADD seems to resolve this.

> I have a MHS35 display and is not working with tne new kernel either, I've tried @MrYacha fork but no luck. > Only reverting like @pheiduck suggests work. >...

I'm using the Raspberry Pi 4, 4 GB model. I have purchased two of the displays, both from Amazon. The display had been working fine up until this week.

These are the directions from the Amazon product sudo rm -rf LCD-show git clone https://github.com/goodtft/LCD-show.git chmod -R 755 LCD-show cd LCD-show/ sudo ./MHS35-show I put these instructions in a bash...

@MrYacha, forgive me, my *nix knowledge is still pretty low. This is what my config.txt looks like (there are a bunch of commented out lines above this, I didn't think...

Eureka! @kiokoman your solution worked for me, @MrYacha thank you for making the fork 👍

@cezarypiatek I see you have some recent commits, are you close to having a working solution?

I wrote a module for this issue, https://github.com/twerthi/xCertificatePermission

Hey there @wokket! Apologies for the delay, I was out on holiday :) I switched my container to `oracleinanutshell/oracle-xe-11g:latest` and am getting the same `ORA-00911` you are. ``` Running grate...

I tried running this ``` CREATE TABLE "SYSTEM"."TABLE1" ( "COLUMN1" VARCHAR2(20 BYTE) ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 ``` I made sure there wasn't a trailing `;`,...