Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  nodelist  faq  login

The disks are getting full; purge a file today.


computers / comp.sys.raspberry-pi / latest

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 2 Hours 36 Minutes ago by: Computer Nerd Kev

Are you sure that FreeBSD's SSHd is reading the configuration file that you think it is? Maybe the config file location, set at build time, moved in the past and you replaced and old copy of the config file that wasn't being used anymore.

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 5 Hours 24 Minutes ago by: Mike Scott

Me being cryptic - Too Long Don't Read, so head to the last 8 lines. Sorry. I see; but we're both trying to run ssh -X on linux and have a freebsd sshd respond. I think. It shouldn't matter what the exact hardware is. I'm just on my h

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 7 Hours 44 Minutes ago by: bob prohaska

[What's that|?] That's the mirror image of what I'm doing: My ssh -X runs on the Pi, with FreeBSD answering via sshd. Shouldn't matter, but it might be interesting to try it both ways. I can't, since the router won't forward incoming pac

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 9 Hours 33 Minutes ago by: Mike Scott

(TLDR tail -8) I'm now very confused. I have much the same sort of setup: a headless pi4 running freebsd, plus some linux mint workstations. I simply /cannot/ ssh into the linux box and get X11 forwarded back to the workstation. ssh m

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 1 Day 1 Hour ago by: bob prohaska

Indeed, I am confused. But, one shouldn't be surprised when an experimental branch of an OS doesn't behave as expected. It's a little surprising that I got more and better help from this group than from the freebsd lists I subscribe to. T

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 2 Days 14 Hours ago by: A. Dumas

Are you saying it was a typo? But command line options like -X and -Y are to do with ssh, not sshd. I can believe the same setting was disabled in sshd, but using any option with ssh won't fix that. So I think you were still confused a

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 3 Days 7 Hours ago by: bob prohaska

Sigh, case of right hand versus left hand?... bob prohaska

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 3 Days 11 Hours ago by: A. Dumas

Right, but that's not quite it: the change was in sshd, not ssh. (But probably the same thing there.)

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 3 Days 19 Hours ago by: bob prohaska

No, an old install after upgrade from source. The giveaway is "-current". That's the R&D branch of FreeBSD, where new things are tried. After a bit of looking it developed that the -X option for ssh had been disabled but implied that

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 3 Days 22 Hours ago by: A. non Eyemouse

man 5 ssh_config mentions LogLevel and LogVerbose, by default ssh logs to stderr but it can be pointed at the syslog. As you mentioned systemd (which isn't used on FreeBSD) I prefer journalctl -f -u sshd (-u selects only the following

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 4 Days 14 Hours ago by: Theo

Really you want the log from the server side, which tells you why it refused certain features. For debugging authentication issues /var/log/auth.log is useful, but I'm not sure what the equivalent is for X11 troubles. You can always inc

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 4 Days 17 Hours ago by: A. Dumas

That's great. But this means that something definitely changed on the remote freebsd side. I could not have guessed that from your OP: Was it a new install with new defaults, or did they silently remove the X11Forwarding option with a

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 4 Days 23 Hours ago by: A. non Eyemouse

I'm a bit late here, but FWIW I didn't see any mention of running the ssh client with -v or -vv options to produce debugging information. You can either trawl back through the terminal output or redirect stderr to a file by appending 2

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 5 Days 3 Hours ago by: Jim Jackson

glad to have helped!

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 5 Days 3 Hours ago by: Adrian

In message <slrnu1mmdi.2ci.jj@iridium.wf32df>, Jim Jackson <jj@franjam.org.uk> writes Thanks Ah. $ ls -lrt /etc/cron.daily .... -rwxr-xr-x 1 root root 1478 Jun 10 2021 apt-compat Which appears to run /usr/lib/apt/apt.systemd.daily

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 5 Days 3 Hours ago by: The Natural Philosop

that only shows the jobs running under the inquirers UID

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 5 Days 4 Hours ago by: Jean-Pierre Kuypers

What about "crontab -l"?

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 5 Days 4 Hours ago by: Jim Jackson

Check the jobs in directories /etc/cron.{hourly,daily,weekly,monthly} The jobs there are run by either cron or anacron. both cron and anacron syslog messages indicating when they run jobs in those directories.

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 5 Days 6 Hours ago by: bob prohaska

That was it. Added X11Forwarding yes to sshd's config file, on the FreeBSD host, all is well. Thank you! bob prohaska

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 5 Days 8 Hours ago by: Adrian

In message <tvf4kv$ged$1@freeq.furie.org.uk>, Tom Furie <tom@furie.org.uk> writes Thanks. No running systemctl status apt-daily.timer It looks like it, but it is set to run at 0115, and there is no obvious sign of it doing any upda

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 5 Days 9 Hours ago by: Tom Furie

Do you have unattended-upgrades or apt-config-auto-update installed? Cheers, Tom

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 5 Days 9 Hours ago by: Adrian

In message <ftmk1i1hdgukvvg0te72r7f670f31hivcu@4ax.com>, Dennis Lee Bieber <wlfraed@ix.netcom.com> writes Thanks. I hadn't, but I have now. There isn't anything that I've set up (/var/spool/cron/crontab/*) and there doesn't appear to b

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 5 Days 22 Hours ago by: Dennis Lee Bieber

Have you looked at the various crontab files (both logged in user and system tables) for something set to trigger around that time?

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 5 Days 23 Hours ago by: Computer Nerd Kev

That means the SSH server is running on the FreeBSD system. If it's running OpenSSH, then I see this in the sshd_config man page on Debian Linux: "X11Forwarding Specifies whether X11 forwarding is permitted. The argument must be y

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days ago by: bob prohaska

The lines above are found on the RasPiOS (display server), but the remote side (FreeBSD-current) has no matching settings, implying they're default. According to the man page ssh -Y should work, so I guess my problem is the FreeBSD sid

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days 6 Hours ago by: Mike Scott

Just did 'ssh -X my-fbsd-server' followed by 'truss xterm' on that server. That throws up: connect(3,{ AF_INET 192.168.0.9:6000 },16) ERR#61 'Connection refused' But xterm shouldn't be trying to access that. On the fbsd end, I se

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 6 Days 11 Hours ago by: Adrian

In message <k7thkjFc02dU3@mid.individual.net>, Andy Burns <usenet@andyburns.uk> writes In the grand scheme of things, you're right. However, for that particular Pi, it stood out like a sore thumb (~50% of the days incoming network traf

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days 11 Hours ago by: Chris Green

Yes, you're probably right! :-)

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days 11 Hours ago by: jeshgrca

It looks like SSH can't connect to your X server for one reason or another. I had a similar problem not too long ago, and I seem to remember it was due to access control issues. Since I was running my X server by manually invoking Xorg at

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days 11 Hours ago by: Jim Jackson

AFAIK that is irrelevant to using x forwarding with ssh

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 6 Days 13 Hours ago by: Andy Burns

it's not so much a spike as a grain of dust under the carpet ...

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days 13 Hours ago by: Chris Green

It may also be that using xhost to allow specific systems and/or users X access could help.

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days 13 Hours ago by: Theo

ITYM /etc/ssh/sshd_config for the server side (maybe be different location on freebsd). A Ubuntu 22.04 install has: X11Forwarding yes #X11DisplayOffset 10 #X11UseLocalhost yes but the first line may not have it turned on by default in

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days 15 Hours ago by: A. Dumas

Or maybe it was temporarily broken? I just updated on stock PiOS64 and got updates for xserver-common and xserver-xorg-core.

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days 15 Hours ago by: A. Dumas

That's the same as the -X commandline option. I have no experience with this but here's a slim chance: perhaps you are no longer running X11 but Wayland on either side. I thought it was still an experimental option on the Pi, though. C

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 6 Days 16 Hours ago by: Marco Moock

That is a CNAME, maybe for easily changing the server and do some load balancing. deb.debian.org. 2 IN CNAME debian.map.fastlydns.net. debian.map.fastlydns.net. 28 IN AAAA 2a04:4e42:8d::644 So the behavi

Re: SSH -X doesn't seem to work. (thread)

comp.sys.raspberry-pi

Posted: 6 Days 17 Hours ago by: Ahem A Rivet's Shot

It may have become necessary to enable it in .ssh/config - one of my boxes has: Host * ForwardX11 yes From a battle with X11 forwarding some time back.

SSH -X doesn't seem to work.

comp.sys.raspberry-pi

Posted: 6 Days 23 Hours ago by: bob prohaska

It looks like ssh -X no longer works to run remote programs which display locally. The man pages for ssh imply that's because of security concerns, but ssh -Y provides an insecure workaround. Far as I can tell, neither command works, both

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 7 Days 1 Hour ago by: Adrian

In message <MTq*cJJbz@news.chiark.greenend.org.uk>, Theo <theom+news@chiark.greenend.org.uk> writes I suspected that might be the case. $ cat /etc/apt/sources.list deb http://deb.debian.org/debian bullseye main contrib non-free deb http

Re: Network Usage Spike (thread)

comp.sys.raspberry-pi

Posted: 7 Days 1 Hour ago by: Theo

Mythic Beasts host raspberrypi.com and some of the Raspbian infrastructure. I'm not sure about Fastly, but that appears to be DNS traffic. I can't see anything immediately obvious around raspbian.org, raspberrypi.com, raspberrypi.org et

Network Usage Spike

comp.sys.raspberry-pi

Posted: 7 Days 4 Hours ago by: Adrian

A couple of weeks back, I upgraded one of my Pis to Bullseye, so far my only Pi on Bullseye. Since then at 1541 each day, I've noticed a large spike in the incoming network activity. Sunday saw a spike of 779KBytes out of daily total

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 11 Days 8 Hours ago by: Pancho

I thought it would be handy to have a spare rPi3B, so I bought one, a couple of weeks after that the massively superior rPi4 was released :-(. I probably should have bought another rPi4, but Iv'e been putting it off, waiting for the rP

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 11 Days 17 Hours ago by: Jan Panteltje

OK thanks I did play with it a while back and there is a setting to set the throttle point. You can also monitor clock speed I used google at that time to find how to set it and measure it... forgotten, should have made a note :-)

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 6 Hours ago by: A. Dumas

80

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 6 Hours ago by: Jim Jackson

I use a passive Aluminium Armour - Heatsink Case for Raspberry[1], and my 24x7 Pi4's are not further encased, to ensure a reasonable air flow over the Aluminium Armour. They don't tend to have huge CPU loads, doing server type stuff. I

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 6 Hours ago by: Jan Panteltje

I have a PI4 4 GB, it runs 24/7 recording many things, it has a fan and alu case. tempD degrees C now, And a Pi4 8 GB that I use for web browsing and posting (this) in the original plastic housing temph.6 degrees C now with hardly any

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 7 Hours ago by: A. Dumas

It used to be bad at introduction but they worked hard on the firmware (years ago) so now my always-on, sometimes actively used Pi 4 works perfectly fine with a passive cooling alu case. No thermal throttling.

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 8 Hours ago by: Andy Burns

I only have the one Pi and it would be handy to have another couple for experiments, but not at silly prices. In a way I tend to think the Pi4 has got too powerful for its original mission, if it needs active cooling ...

Re: Pi Availability? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 9 Hours ago by: Paul Hardy

I went into the RPi shop in Cambridge yesterday as I was walking through the Grand Arcade. No stock of naked Pi boards. Only starter kits. I asked when reasonable supplies were expected and they said July. Access to Cambridge was fine.

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 9 Hours ago by: Pancho

By chance, I actually have a Pi3B in front of me, PiOS, not KODI. Using VLC it played 720p H264, surprisingly well, apart from the mouse cursor got lost. It completely failed at 1080p H264 and HVEC. The thing about KODI, is that the dr

Re: Pi Availability? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 12 Hours ago by: Ahem A Rivet's Shot

I grew up there, then moved away and revisited thirty years later, it had become an awful, crowded and over-controlled place. The fines were still turning up a month after I got home!

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 12 Hours ago by: The Natural Philosop

I think for the time being I will take my old celeron +Nvidia graphics gas guzzler and prove the software on it and when Pis get more available at sane prices, or I find a mini low energy pc, play with those

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 13 Hours ago by: Jan Panteltje

On my Pi4 8GB this 1920x1080 at 50 fps plays slow with mplayer *ecorded here from DVB-T2 terrestrial raspberrypi: /mnt/sda2/video/dvb_t2 # mediainfo rolling_stones_world_tour_pids_filtered.mts General ID

Re: Pi Availability? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 15 Hours ago by: The Natural Philosop

Trip into Cambridge almost impossible now due to traffic/parking restrictions - usually costs me a fine of on sort or another. Cambridge doesn't want motorists. I oblige.

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 15 Hours ago by: The Natural Philosop

I have no idea. It was the only format that actually worked.

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 16 Hours ago by: Andy Burns

I used a Pi3B with KODI for a while, and don't remember it struggling to handle HD (DVB-S2 tuner in another PC).

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 16 Hours ago by: F. W.

I always bought the fastest computer I could afford. Never went wrong. So I own a Raspi 400. FW

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 12 Days 21 Hours ago by: Robert Riches

Just for accuracy's sake, I'd suggest s/mb/GB/g Around 2-4MB of RAM is what my employer's VAX 11/750 had around 1980-1983.

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 13 Days ago by: Pancho

I tested my rPi4, as an HTPC, when I first got it, just after they came out. From memory, it could just about handle HD 1080p H264 playback, using KODI, and maybe VLC under Raspbian. At that time, hardware acceleration didn't work in C

Re: Pi Availability? (thread)

comp.sys.raspberry-pi

Posted: 13 Days 3 Hours ago by: Theo

If you were to take a trip into Cambridge I gather the Raspberry Pi store in the Grand Arcade is said to be better at having stock. (I haven't verified this personally) Theo

Re: Pi Availability? (thread)

comp.sys.raspberry-pi

Posted: 13 Days 5 Hours ago by: The Natural Philosop

My bad, I mistook the green colour that is nearly the same as 'in stock' which actually says something else. Why didn't they make it red or orange?

Re: Pi Availability? (thread)

comp.sys.raspberry-pi

Posted: 13 Days 7 Hours ago by: Brian Gregory

Are you sure? There's almost nothing there now. The shortage seems worse than ever to me, now that the scalpers all know about rpilocator.

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 13 Days 8 Hours ago by: The Natural Philosop

I guess I COULD rewrite the interface for chromium... 4B sounds like a choice then

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 13 Days 8 Hours ago by: Theo

If a Pi won't cut it, look at tiny ex-corporate x86 desktops: https://www.servethehome.com/introducing-project-tinyminimicro-home-lab-revolution/ Can often be had on ebay for roughly the price of a Pi, broadly similar power consumption.

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 13 Days 9 Hours ago by: A. Dumas

So, no hardware acceleration because that's only available on their own patched version of Chromium. This means that anything other than a Pi4 will struggle greatly with HD video in the browser and probably give a slideshow at best for 4k

Re: Pi Availability? (thread)

comp.sys.raspberry-pi

Posted: 13 Days 9 Hours ago by: A. Dumas

I guess they got a good batch. Now though, I see only one model (A+) available at one dealer https://rpilocator.com

Re: Which Pi? (thread)

comp.sys.raspberry-pi

Posted: 13 Days 10 Hours ago by: alister

based on the need for video playback @4k I would suggest the Pi4B as being the best contender. the 2mb model might suffice but I generally plump for the 4mb if available but with my projects that is massive overkill. a model 3 might do

Which Pi?

comp.sys.raspberry-pi

Posted: 13 Days 12 Hours ago by: The Natural Philosop

I am looking - now that Pi's seem back in stock - to complete a long term project, which is an interface to my home entertainments system. The basic spec is the ability to drive an HD and possibly 4K (obsolescent TV?) screen and audio v

Pi Availability?

comp.sys.raspberry-pi

Posted: 13 Days 13 Hours ago by: The Natural Philosop

Is the GreatGlobalPiShortage now at an end? I looked in the PiHut and most boards seem to be back in stock...

Re: Amazon Prime Video/Widevine on Arm64. (thread)

comp.sys.raspberry-pi

Posted: 13 Days 14 Hours ago by: Pancho

Widevine is now available for rpi/arm64, and has been packaged for chromium-browser in PiOS. $ apt install libwidevinecdm0 This works with the arm64 version of chromium-browser, tested using Amazon Prime Video. It doesn't yet work o

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 19 Days 8 Hours ago by: Adrian

In message <k6n60uFdv1pU1@mid.individual.net>, Brian Gregory <void-invalid-dead-dontuse@email.invalid> writes I've started again from scratch. I re-imaged the SD card from my local copy of Bullseye, and then restarted the Pi. The first

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 19 Days 21 Hours ago by: Brian Gregory

https://twitter.com/nixcraft/status/1620828493071417345

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 20 Days 9 Hours ago by: Adrian

In message <878rg9e87j.fsf@gmail.com>, jeshgrca <jeshgrca@gmail.com> writes Sort of I think. I did it on my Ubuntu box, and the file manager has an option to do a form of install rather than just copy. Adrian

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter (thread)

comp.sys.raspberry-pi

Posted: 20 Days 16 Hours ago by: Andy Burns

USB tuners tend to send the whole mux, and let the software filter out the unwanted PIDs, I've always been a bit wary of them for that reason and the high interrupt rates that generates. PCI tuners tend to have hardware PID filters (I

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 20 Days 23 Hours ago by: jeshgrca

As an American myself, I don't really have a preference for the order of terms, whether it be MM/DD/YYYY or YYYY-MM-DD or whatever else. I just wish we could all agree an a standard so Europeans aren't confused about not seeing 9/11 meme

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter (thread)

comp.sys.raspberry-pi

Posted: 20 Days 23 Hours ago by: NY

The Pi has now been running non-stop for a week and TVHeadend seems to be behaving a lot better. I did a "deluge test" by scheduling simultaneous recordings of multiple SD and HD channels on each of the DVB-S2 and DVB-T2 decoders. Over

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 20 Days 23 Hours ago by: jeshgrca

As an American myself, I don't really have a preference for the order of terms, whether it be MM/DD/YYYY or YYYY-MM-DD or whatever else. I just wish we could all agree an a standard so Europeans aren't confused about not seeing 9/11 meme

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days ago by: jeshgrca

dd'd?

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days ago by: NY

I certainly use ISO 8601 (YYYY-MM-DD) when including a date in a filename, so the files sort by name into date order. And in newsgroup postings which might be seen outside the UK, I tend to write dates as 06 Mar 2023 rather than 06/03/

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days 1 Hour ago by: Adrian

In message <k6n60uFdv1pU1@mid.individual.net>, Brian Gregory <void-invalid-dead-dontuse@email.invalid> writes Could be. I downloaded the Bullseye distro, and then copied (is that the right word) it onto a SD card. So far as I can tell,

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days 2 Hours ago by: Brian Gregory

I would say that probably means your Raspberry Pi OS installation has been customised in some way or is corrupt.

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days 5 Hours ago by: Adrian

In message <k6mp0tFc3bmU1@mid.individual.net>, Brian Gregory <void-invalid-dead-dontuse@email.invalid> writes I've tried that. I select the locale that I want, and then "OK". It thinks about it for a while, and then comes up with the

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days 5 Hours ago by: Brian Gregory

Surely you're supposed to use raspi-config for this. sudo raspi-config

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days 7 Hours ago by: Charlie Gibbs

The year being tacked onto the end looks like an afterthought. "Oh, I guess some people do need the year after all..." I've converted all my stuff to ISO 8601, and preach its virtues at every opportunity (like now :-).

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days 8 Hours ago by: Adrian

In message <87ilfdgb3q.fsf@gmail.com>, jeshgrca <jeshgrca@gmail.com> writes Thanks $ localedef --list-archive en_GB.UTF8 So it looks as though I've got the right one available, but how do I get it to use it ? Adrian

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days 8 Hours ago by: jeshgrca

Having done a bit of research, locale-archive appears to be some sort of special file. According to 'man localedef' you can list the locales in said special file and add new locales to it if necessary.

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days 9 Hours ago by: Adrian

In message <87356iy7k7.fsf@gmail.com>, jeshgrca <jeshgrca@gmail.com> writes Thanks. It may well be a compressed archive, but I've been unable to work out what type : file locale-archive locale-archive: locale archive 11 strings tar,

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 21 Days 22 Hours ago by: jeshgrca

Looks like they might be in 'locale-archive', possibly compressed. If so, you should just be able to decompress them, copy them out of 'locale-archive', and reconfigure your locale settings.

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 22 Days 1 Hour ago by: Adrian

In message <871qm3q7dh.fsf@gmail.com>, jeshgrca <jeshgrca@gmail.com> writes Thanks. You might be onto something there. ls -l /usr/lib/locale total 2900 drwxr-xr-x 3 root root 4096 Mar 1 15:49 C.UTF-8 -rw-r--r-- 1 root root 3041504 Mar

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 22 Days 1 Hour ago by: Adrian

In message <tu2vev$1edl5$1@dont-email.me>, Doc O'Leary <?.usenet@2023.impossiblystupid.com.invalid> writes Thanks, but no joy there. perl: warning: setting locale failed. perl: warning: Please check that your locale setting: LANG

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 22 Days 2 Hours ago by: NY

If it took > 10 minutes, then something was wrong. I sometimes have to run localegen after a software update, because I prefer the "date" command to put the fields in a logical order "Sun 5 Mar 2023 21:33:49 GMT" rather than the bizar

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 22 Days 3 Hours ago by: Doc O'Leary ,

dpkg-reconfigure locales

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 22 Days 3 Hours ago by: jeshgrca

If I had to guess, I would say this is due to missing locale files as both raspi-config and locale are complaining about "No such file or directory". I would check the folder where your locale definitions are stored (on my system /usr/lib/l

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 22 Days 5 Hours ago by: Adrian

In message <393fdj-dge62.ln1@esprimo.zbmc.eu>, Chris Green <cl@isbd.net> writes Thanks. I know a Pi 3 is a bit slower than a Pi 4, but this was still running after ~10 minutes when I killed it. I'll try it again with the time command,

Re: Locale setting (thread)

comp.sys.raspberry-pi

Posted: 22 Days 5 Hours ago by: Chris Green

It does take a *long* time to run, maybe you weren't patient enough. I just tried it on my (only) Pi 4:- root@pimedia:~# vi /etc/locale.gen root@pimedia:~# locale-gen Generating locales (this might take a while)... en_

Locale setting

comp.sys.raspberry-pi

Posted: 22 Days 7 Hours ago by: Adrian

I've got 8 Pis running. 7 of them SSH or SCP to the other one at various times. One of them (pi5) is now running Bullseye, and seems to have the locale set to en_US.UTF8, whereas the other 7 are on older OS versions and have the local

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter (thread)

comp.sys.raspberry-pi

Posted: 25 Days 8 Hours ago by: NY

It's early days yet, and I've only been using Jan's "echo 3 > /proc/sys/vm/drop_caches" crontab fix for a day or so, but so far it's looking good. I'll post again after a few more days, by which time the problem would probably have oc

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter (thread)

comp.sys.raspberry-pi

Posted: 26 Days 2 Hours ago by: The Natural Philosop

Also Linux will use any spare memory for disk caches and buffers. That doesn't mean its 'running out' $ free -h total used free shared buff/cache available Mem: 7.7Gi 2.5Gi 1.

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter (thread)

comp.sys.raspberry-pi

Posted: 26 Days 2 Hours ago by: druck

[free -m] Use free -h instead, as it will then print the units it's using. You can also use -h with other commands such as ls, du or df which will otherwise display sizes with lots of digits. ---druck

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter (thread)

comp.sys.raspberry-pi

Posted: 26 Days 4 Hours ago by: NY

I'm a plonker: what I meant was 7000 MB or 7 GB, not 7000 GB. *I* knew what I meant ;-) My Pi has just started misbehaving again. Free -m gives total used free shared buff/cache available Mem:

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter error" (thread)

comp.sys.raspberry-pi

Posted: 26 Days 7 Hours ago by: Dennis Lee Bieber

Probably MB -- the biggest R-Pi 4 only has 8GB. Here is a fresh boot of my 4GB R-Pi 4 (apologies about line wrap in the news client) pi@rpi4b4gb:~$ free -m total used free shared buff/cache available

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter (thread)

comp.sys.raspberry-pi

Posted: 26 Days 9 Hours ago by: Rainer Kupke

I used to do that. The more traffic there was on the USB bus the more errors I got. Getting a PI4 and connecting the HDD via USB3 improved the situation quite a bit, but the problem did never go away completely. For earlier devices ove

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter error" (thread)

comp.sys.raspberry-pi

Posted: 26 Days 9 Hours ago by: NY

Thanks. I'll keep checking "free -m". So far I've seen Free Mem reduce from about 7000 (GB?) to 890 and then spontaneously increase when I next looked a few hours later, but the Swap statistics remain at 99 total/free. I'll see if I ca

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity counter error" (thread)

comp.sys.raspberry-pi

Posted: 27 Days 16 Hours ago by: Jan Panteltje

Not sure if it helps in your case, but I had a similar probem recording many security cameras (6) at the same time on my RPi 4 4 GB. What I did and fixed it, was two things: In /etc/rc.local added this line: sysctl vm.swappiness=5 and

Re: TVHeadend on RasPi4 gives occasional runs of "Continuity (thread)

comp.sys.raspberry-pi

Posted: 27 Days 20 Hours ago by: Robert Riches

For those times when the problem has started and will affect future recordings, what is the memory consumption? Are there stale processes left behind? A couple of suggestions: "free -m" can keep track of memory consumption. Storing on

TVHeadend on RasPi4 gives occasional runs of "Continuity counter error"

comp.sys.raspberry-pi

Posted: 1 Month ago by: NY

Is anyone running TVHeadend TV-recording software on a Raspberry Pi? If so, have you found times when you get loads of "Continuity counter errors" during a recording? My setup has a satellite DVB-S/USB tuner (PCTV 491e) and a dual-tuner

106 recent articles found.

rocksolid light 0.7.2
clearneti2ptor