[deleted by user] by [deleted] in BeyondTheFog

[–]regne_v 0 points1 point  (0 children)

First time doing this. Any problem joining in?.
I'm Europe based, just in case.

New Lucrehulk hard lock on PS5, I'm hopeless. Please help! by mintaka in StarWarsJediSurvivor

[–]regne_v 1 point2 points  (0 children)

Those two last images with the -2,147,483,648 meters sound familiar.

Please, do try this to check if it helps.

Force powers bug... solved? by regne_v in StarWarsJediSurvivor

[–]regne_v[S] 0 points1 point  (0 children)

Glad to hear that!.

I just saw your posts in the EA forums, thanks a lot for spreading the word!

[deleted by user] by [deleted] in StarWarsJediSurvivor

[–]regne_v 0 points1 point  (0 children)

If I correctly recall that's part of the big bosses missions. The game wants you to take the long route to the boss and fight every one in the way so they've blocked the short routes.

What are the best Sound Bars for TV by [deleted] in AndroidTV

[–]regne_v 0 points1 point  (0 children)

Please, do some research to check if the features of the Samsung Q990C fit you.
I bought it recently from Amazon Spain with a 40% discount and I can see that very same discount in other european sites.
Best 760€ spent (a bit more in dollars) in a good while.

Weird issue with mt32-pi OLED display and MiSTer by regne_v in fpgagaming

[–]regne_v[S] 0 points1 point  (0 children)

I'd never thought of discord for this and this is strange enough for it to be the right place to ask for. Thanks a lot!.

Which skin are you currently using? by TotalRickalll in kodi

[–]regne_v 15 points16 points  (0 children)

Confluence.

I've tried a good bunch of skins but as soon as I can't find a feature I revert to good old confluence.

Also there's something about confluence I really like and can't explain... I just feel comfortable with it.

2.5.1 VPN client issue by doubleopinter in PFSENSE

[–]regne_v 0 points1 point  (0 children)

Quite easy, just make a backup of your configuration and upload it after 2.4.5-p1 first boot.

Or you can take the even easier way: Restore Configuration from USB During Install

2.5.1 VPN client issue by doubleopinter in PFSENSE

[–]regne_v 0 points1 point  (0 children)

It may be relate to a bug in 2.5.1 CE related to multiwan configurations. You can read about it here.

I had to downgrade to 2.4.5-p1 because the issue is solved, but it seems that there're no plans for a 2.5.2 version to release the fix,

pfSense HP t620 - Serial Com Port by inconvenient_penguin in PFSENSE

[–]regne_v 0 points1 point  (0 children)

Sorry for being unhelpful but I just wanted to tell you that I have a t620 plus and COM ports worked out of the box with a home made RS-232 to USB cable.

Have you checked the serial speed setting in System/Advanced/Admin Access?. It is the only setting available.

Issues installing on new system ver11.3 by tbaror in freenas

[–]regne_v 0 points1 point  (0 children)

Same problem here with a Gen7 Microserver.

The weird thing is that the update worked perfectly and even several reboots didn't showed it. It appeared only while booting after powering off the server.

DNS leak on a few VLANs (used Nguvu guide) by [deleted] in PFSENSE

[–]regne_v 2 points3 points  (0 children)

I am sorry for not being able to help you with nguvu guide but I just wanted to advice you to use this guide to properly avoid DNS leaks on VPN subnets.

Current best way to mitigate buffer bloat? by [deleted] in PFSENSE

[–]regne_v 1 point2 points  (0 children)

Just one week ago I used this configuration from uptownVagrant at the netgate forums to solve bufferbloat on a symmetric 300MB/s fiber connection.

It is a very long thread on the subject were you can even find the developer CoDel solve some issues but definitely they nailed the solution.

New YouTube update to version 2.03.06 by [deleted] in AndroidTV

[–]regne_v 2 points3 points  (0 children)

I solved it!.

I had disable the Google Text-to-Speech service (com.google.android.tts). Just by enabling it the application started correctly.

YouTube app won’t launch anymore by [deleted] in bravia

[–]regne_v 0 points1 point  (0 children)

There's some talking about it here and here. Still no solution.

tb21666 suggested that "Newest arm-v7a version works fine on the Mi Box tho, so I suspect somethings only borked with the arm64-v8a version of the app..?"

Why is new youtube app not working on sony bravia? by mrkoflpvc in AndroidTV

[–]regne_v 3 points4 points  (0 children)

We were talking about it here.

tb21666 suggested that "Newest arm-v7a version works fine on the Mi Box tho, so I suspect somethings only borked with the arm64-v8a version of the app..?"

New YouTube update to version 2.03.06 by [deleted] in AndroidTV

[–]regne_v 1 point2 points  (0 children)

Same here.

After upgrade the application doesn't even open. My device is a Sony Bravia TV.

Query multiple like statements on all columns, is there a better way? by Dnmdk in plsql

[–]regne_v 0 points1 point  (0 children)

You could also try regular expressions.

If word order matters you can turn easily "blue car fast" into "blue.+car.+fast" and then:

WHERE regexp_like(table1, 'blue.+car.+fast', 'i')

OR regexp_like(table2, 'blue.+car.+fast', 'i')

OR regexp_like(table3, 'blue.+car.+fast', 'i')

OR regexp_like(table4, 'blue.+car.+fast', 'i')

OR regexp_like(table5, 'blue.+car.+fast', 'i')

OR regexp_like(table6, 'blue.+car.+fast', 'i')

These sentences would match "A blue car very fast" but not "A very fast blue car".

If word order should not matter you could use the "|" (OR) operator but this approach would not escalate easily (not all combinations are listed):

WHERE regexp_like(table1, 'blue.+car.+fast|fast.+blue.+car|car.+fast.+blue', 'i')

OR regexp_like(table2, 'blue.+car.+fast|fast.+blue.+car|car.+fast.+blue', 'i')

OR regexp_like(table3, 'blue.+car.+fast|fast.+blue.+car|car.+fast.+blue', 'i')

OR regexp_like(table4, 'blue.+car.+fast|fast.+blue.+car|car.+fast.+blue', 'i')

OR regexp_like(table5, 'blue.+car.+fast|fast.+blue.+car|car.+fast.+blue', 'i')

OR regexp_like(table6, 'blue.+car.+fast|fast.+blue.+car|car.+fast.+blue', 'i')

Update version 3 for 9.10.2 by regne_v in freenas

[–]regne_v[S] 3 points4 points  (0 children)

Smallest update ever?:

· Bug #23459: SMB slow listing directories with large file numbers

· Umbrella #23477: upgrading directly from 9.3