We use some essential cookies to make our website work.

We use optional cookies, as detailed in our cookie policy, to remember your settings and understand how you use our website.

dwam
Posts: 259
Joined: Thu Sep 04, 2025 5:13 pm

Re: TRIXIE is released! Please comment below!

Fri Oct 03, 2025 2:46 pm

MarkDH102 wrote:
Fri Oct 03, 2025 2:17 pm
Pi4 8GB. Trixie from downloaded image. X11. Wired mouse, kbd and ethernet. 128GB brand new Samsung SD card.
Won't mount my USB 1TB Samsung HDD. My Pi5/4 Bookworm systems have no problem with it.
Error.png

In this other thread I mentionned having issues automounting a Samsung SSD too
It's with a KDE Plasma Trixie RPI5 install but you might have a look, although it's not the same error message, as I found a way to get it to work. It could be interesting to check if you experience the same issue and fix...

It's here (at the end of the post - last paragraph)

viewtopic.php?p=2340654#p2340635
Mostly IT & Live Video Production
Check my photographer's portfolio : https://dwampix.kavyar.site/

dwam
Posts: 259
Joined: Thu Sep 04, 2025 5:13 pm

Re: TRIXIE is released! Please comment below!

Fri Oct 03, 2025 2:49 pm

jordana wrote:
Fri Oct 03, 2025 2:26 pm
for some reason Connect was not automatically doing resolution adjustment until I have changed resolution on NOOP1 screen once - thank you very much for pointing me to the right direction!
You're welcome ! Glad it works now
Mostly IT & Live Video Production
Check my photographer's portfolio : https://dwampix.kavyar.site/

RonR
Posts: 3940
Joined: Tue Apr 12, 2016 10:29 pm

Re: TRIXIE is released! Please comment below!

Fri Oct 03, 2025 8:19 pm

jpgview wrote:
Fri Oct 03, 2025 8:39 am
in order to prevent resizing on first use,

I edited cmdline.txt and removed the strikethrough text

bookworm (works):
console=serial0,115200 console=tty1 root=PARTUUID=8acef004-02 rootfstype=ext4 fsck.repair=yes rootwait quiet (削除) init=/usr/lib/raspberrypi-sys-mods/firstboot (削除ここまで)

trixie (doesn't work):
console=serial0,115200 console=tty1 root=PARTUUID=7351b90c-02 rootfstype=ext4 fsck.repair=yes rootwait (削除) resize (削除ここまで)

how can I prevent auto resizing in trixie?

In addition to removing resize from cmdline.txt, you must also make the following change in /etc/cloud/cloud.cfg:

Code: Select all

...
# - growpart
# - resizefs
...
You should also add an empty file named growroot-disabled in /etc.

butchkemper
Posts: 360
Joined: Sat Jul 22, 2017 8:03 pm

Re: TRIXIE is released! Please comment below!

Fri Oct 03, 2025 10:29 pm

I run a system that is normally headless but for starting with Trixie Lite, I attached a monitor and keyboard in-case something happened. I had no trouble but noticed the Issue message and Logon prompt combination appeared 4 times. After the Issue message and before the login prompt was a "My IP address line" which changed each time:
  • On the 1st iteration, the IP4 address was 127.0.1.1 and the IP6 address ::ffff:127.0.1.1
  • On the 2nd iteration, the IP4 address was 127.0.1.1 and the IP6 address fe80::d09a:3d3e:f0b:a03b
  • On the 3rd iteration, the IP4 address was 192.168.1.16 and the IP6 address fe80::d09a:3d3e:f0b:a03b
  • On the 4th iteration, the IP4 address was 192.168.1.16 and the IP6 address fdc7:e95a:48b3:37fd:c499:4bf:c454:dc27
Does anyone have any insight as to what is happening?

Butch

bls
Posts: 4610
Joined: Mon Oct 22, 2018 11:25 pm

Re: TRIXIE is released! Please comment below!

Fri Oct 03, 2025 11:46 pm

butchkemper wrote:
Fri Oct 03, 2025 10:29 pm
I run a system that is normally headless but for starting with Trixie Lite, I attached a monitor and keyboard in-case something happened. I had no trouble but noticed the Issue message and Logon prompt combination appeared 4 times. After the Issue message and before the login prompt was a "My IP address line" which changed each time:
  • On the 1st iteration, the IP4 address was 127.0.1.1 and the IP6 address ::ffff:127.0.1.1
  • On the 2nd iteration, the IP4 address was 127.0.1.1 and the IP6 address fe80::d09a:3d3e:f0b:a03b
  • On the 3rd iteration, the IP4 address was 192.168.1.16 and the IP6 address fe80::d09a:3d3e:f0b:a03b
  • On the 4th iteration, the IP4 address was 192.168.1.16 and the IP6 address fdc7:e95a:48b3:37fd:c499:4bf:c454:dc27
Does anyone have any insight as to what is happening?

Butch
This is done by /etc/issue.d/IP.issue It appears to get updated every time one of the IP addresses changes.

I didn't particularly like it so disabled it by renaming it to .IP.issue
Pi tools:
Quickly and easily build customized exactly as-you-want SSDs/SD Cards: https://github.com/gitbls/sdm
Easily run and manage your network's DHCP/DNS servers on a Pi: https://github.com/gitbls/ndm
Easy and secure IPSEC/IKEV2 VPN installer/manager: https://github.com/gitbls/pistrong
Lightweight Virtual VNC Config: https://github.com/gitbls/RPiVNCHowTo

thagrol
Posts: 14784
Joined: Fri Jan 13, 2012 4:41 pm

Re: TRIXIE is released! Please comment below!

Fri Oct 03, 2025 11:47 pm

MarkDH102 wrote:
Fri Oct 03, 2025 2:17 pm
Pi4 8GB. Trixie from downloaded image. X11. Wired mouse, kbd and ethernet. 128GB brand new Samsung SD card.
Won't mount my USB 1TB Samsung HDD. My Pi5/4 Bookworm systems have no problem with it.

You might want to start a new thread in troubleshooting. You'll probably get more eyes on it and won't have to weed on the other trixie issues to find what you need.

When you do, tells us what filesystem is in use on that drive and how you're trying to mount it.
Knowledge, skills, & experience have value. If you expect to profit from someone's you should expect to pay for them.

All advice given is based on my experience. it worked for me, it may not work for you.
Need help? https://github.com/thagrol/Guides

Dygear
Posts: 63
Joined: Wed Jul 01, 2015 1:50 am

Re: TRIXIE is released! Please comment below!

Sat Oct 04, 2025 4:10 am

Has there been any discussion in Raspberry Pi / Debian about how projects should handle the editing / adding .sources files?

Raspberry Pi foundation has made the /etc/apt/sources.list.d/raspi.sources file, upstream (Debian itself) uses the /etc/apt/sources.list.d/debian.sources file. Should projects that add sources add to debian.sources or raspi.sources or make their own?

This is mainly in reference to Trunk-Recorder, where we add the deb-mulitmeida source for fdkaac for creating mp4 files in our Pi instructions.
--
Paramedic & Programmer

dwam
Posts: 259
Joined: Thu Sep 04, 2025 5:13 pm

Re: TRIXIE is released! Please comment below!

Sat Oct 04, 2025 5:56 am

butchkemper wrote:
Fri Oct 03, 2025 10:29 pm
I run a system that is normally headless but for starting with Trixie Lite, I attached a monitor and keyboard in-case something happened. I had no trouble but noticed the Issue message and Logon prompt combination appeared 4 times. After the Issue message and before the login prompt was a "My IP address line" which changed each time:
  • On the 1st iteration, the IP4 address was 127.0.1.1 and the IP6 address ::ffff:127.0.1.1
  • On the 2nd iteration, the IP4 address was 127.0.1.1 and the IP6 address fe80::d09a:3d3e:f0b:a03b
  • On the 3rd iteration, the IP4 address was 192.168.1.16 and the IP6 address fe80::d09a:3d3e:f0b:a03b
  • On the 4th iteration, the IP4 address was 192.168.1.16 and the IP6 address fdc7:e95a:48b3:37fd:c499:4bf:c454:dc27
Does anyone have any insight as to what is happening?
Butch
This problem has already been reported while experimenting with the nightly builds betas and release candidate version.
I felt they fixed it as I haven't experienced it since, at least not right after booting. However the system will keep on displaying such messages (either at the console or with a pop-up next to the clock with a Desktop install) while upgrading/restarting network services.
viewtopic.php?t=391712
viewtopic.php?t=392192
Mostly IT & Live Video Production
Check my photographer's portfolio : https://dwampix.kavyar.site/

DirkS
Posts: 11516
Joined: Tue Jun 19, 2012 9:46 pm

Re: TRIXIE is released! Please comment below!

Sat Oct 04, 2025 6:14 am

Dygear wrote:
Sat Oct 04, 2025 4:10 am
Has there been any discussion in Raspberry Pi / Debian about how projects should handle the editing / adding .sources files?

Raspberry Pi foundation has made the /etc/apt/sources.list.d/raspi.sources file, upstream (Debian itself) uses the /etc/apt/sources.list.d/debian.sources file. Should projects that add sources add to debian.sources or raspi.sources or make their own?

This is mainly in reference to Trunk-Recorder, where we add the deb-mulitmeida source for fdkaac for creating mp4 files in our Pi instructions.
I suggest you open a new topic for this in the PiOS section. viewforum.php?f=66

MarkDH102
Posts: 869
Joined: Fri Feb 13, 2015 3:18 pm

Re: TRIXIE is released! Please comment below!

Sat Oct 04, 2025 10:00 am

Elessar wrote:
Fri Oct 03, 2025 11:27 am
Headless Pi 5 and RealVNC - works fine.

Headless Pi Zero 2W and RealVNC - session closes almost immediately in terminal - as soon as you type a character. I tried both 64bit and 32bit Trixie
Disconnect happens on two different Pi Zero 2W's, different SD cards.

**EDIT*** Reflashed the Zero's back to Bookworm using Imager and had the same VNC problem; typing any character anywhere (not just Terminal) closes the session. Very odd. Found an older Bookworm build image I'd archived and that still works so I'm really confused, but whatever the problem it's not Trixie.
How did you install RealVNC? (I'm after the Viewer not the server).

Found this thread that helped...

viewtopic.php?p=2341166#p2341166
Last edited by MarkDH102 on Sat Oct 04, 2025 2:19 pm, edited 1 time in total.

rickzman
Posts: 44
Joined: Sun Aug 25, 2019 2:00 pm

Re: TRIXIE is released! Please comment below!

Sat Oct 04, 2025 11:21 am

Is anyone having problems getting the taskbar clock to display 12 hour time instead of 24 hour. In Bookworm I was able to get 12 hour to display using "%I :M %p". There is no display of the minutes, just "M".

I have not been able to find the codes in the official documentation.

Thanks Rick

stubright
Posts: 268
Joined: Sat Dec 24, 2011 11:12 pm

Re: TRIXIE is released! Please comment below!

Sat Oct 04, 2025 11:51 am

rickzman wrote:
Sat Oct 04, 2025 11:21 am
Is anyone having problems getting the taskbar clock to display 12 hour time instead of 24 hour. In Bookworm I was able to get 12 hour to display using "%I :M %p". There is no display of the minutes, just "M".

I have not been able to find the codes in the official documentation.

Thanks Rick
You have a % missing before the M
And here's is a link listing them
https://man7.org/linux/man-pages/man1/date.1.html

Dygear
Posts: 63
Joined: Wed Jul 01, 2015 1:50 am

Re: TRIXIE is released! Please comment below!

Sat Oct 04, 2025 11:11 pm

DirkS wrote:
Sat Oct 04, 2025 6:14 am
I suggest you open a new topic for this in the PiOS section. viewforum.php?f=66
We ended up removing the whole thing. All of the packages we need are available by default now without having to include another repo.
--
Paramedic & Programmer

scruss
Posts: 6569
Joined: Sat Jun 09, 2012 12:25 pm

Re: TRIXIE is released! Please comment below!

Sun Oct 05, 2025 3:56 pm

If you're building MbedTLS on 64-bit Trixie, gcc 14.2.0 will fail on compiling ctr_drbg.c:

Code: Select all

 ...
 CC ../../lib/mbedtls/library/mps_reader.c
CC ../../lib/mbedtls/library/mps_trace.c
CC ../../lib/mbedtls/library/ctr_drbg.c
In file included from ../../lib/mbedtls/library/ctr_drbg.c:13:
In function ‘mbedtls_xor’,
 inlined from ‘ctr_drbg_update_internal’ at ../../lib/mbedtls/library/ctr_drbg.c:372:5:
../../lib/mbedtls/library/common.h:235:17: error: array subscript 48 is outside array bounds of ‘unsigned char[48]’ [-Werror=array-bounds=]
 235 | r[i] = a[i] ^ b[i];
 | ~^~~
 ...
It's a known issue with gcc 14: Issue Building MbedTLS 3.6.0 on Fedora · Issue #9003 · Mbed-TLS/mbedtls

The library compiles with gcc 14.2.0 on x86_64, but there are so many platform-specific ifdefs it doesn't touch the same code.
‘Remember the Golden Rule of Selling: "Do not resort to violence."’ — McGlashan.
Pronouns: he/him

gingis
Posts: 54
Joined: Sun Jul 02, 2017 10:11 am

Re: TRIXIE is released! Please comment below!

Sun Oct 05, 2025 4:38 pm

thank you,

would appreciate if "telegram-desktop" could be made available for it; no lu k installing it today. resorting to trixcks didnt help yet.

alphanumeric
Posts: 3250
Joined: Tue Jan 19, 2016 2:17 pm

Re: TRIXIE is released! Please comment below!

Sun Oct 05, 2025 4:41 pm

Pi5 8GB with Pimoroni NVMe Base with Bookworm Installed. I could not get it to do a Network Boot by holding the shift key on power up? It was working just fine from a LAN / WAN connection. I ended flashing an SD Card with Trixie and booting from that. Then installing Trixie to the NVMe drive from there. The included Pi Imager prompted that there was a newer version available and would you like to download it. Clicking yes did nothing though? The bundled one worked just fine though. I'm up and running now.

W. H. Heydt
Posts: 17262
Joined: Fri Mar 09, 2012 7:36 pm

Re: TRIXIE is released! Please comment below!

Sun Oct 05, 2025 11:57 pm

Just put Trixie on a Pi for the first time... The new way to display what packages are being updated by a "sudo apt full-upgrade" is a HUGE improvement on previous versions.

(The Pi in question is the first of two that are "just because I can". Constraint: must fit in an official case with the lid on. First version is "only official RPT parts", so Pi5, 16GB, 1TB nVME SSD, 256GB uSD card, compact M-key PCIe adapter, RTC battery. Second version will use some non-RPT parts...)

HKrisz
Posts: 1
Joined: Mon Oct 06, 2025 7:39 am

Re: TRIXIE is released! Please comment below!

Mon Oct 06, 2025 7:46 am

Yesterday I installed the new Raspberry Pi OS Lite (64 bit) version. However, since then I can't reboot the Raspberry Pi 5 with the "sudo reboot" command. It turns off, then the light on it lights up green and the operating system doesn't start. Has anyone else experienced this?

KeithMck
Posts: 796
Joined: Thu Dec 31, 2020 10:58 am

Re: TRIXIE is released! Please comment below!

Mon Oct 06, 2025 10:10 am

I was also trying out a Lite install by adding rpd-x-core & gldriver-test (needed for RPi5 evidently), but it wouldn't download the required software, & yes, I updated first.

Something not quite right with the repos.... :?

tinker2much
Posts: 1054
Joined: Wed Jun 20, 2018 12:38 am

Re: TRIXIE is released! Please comment below!

Mon Oct 06, 2025 12:19 pm

An issue with Connect. I have a pi zero 2, 32-bit trixie. When it's attached to a monitor (1920x1200), Connect shows me a display at that resolution. When it's rebooted NOT attached to a monitor,
1. It shows me a display at 1024x768, and the only resolutions offered via Control Centre are that or less
2. The device used is HDMI-A-1, not the NOOP-1 I expected.

I had pre-supplied a .config/kanshi/config file, because I had hoped that this would be honored, and be used to SET the resolutions. That config, after the attached phase, looked like this:

Code: Select all

profile {
 output HDMI-A-1 enable mode [email protected] position 0,0 transform normal
}
profile {
 output NOOP-1 enable mode --custom 1920x1080 position 0,0 transform normal
}
Now, after the unattached phase, and trying to use Control Centre, it looks like this:

Code: Select all

profile {
 output HDMI-A-1 enable mode [email protected] position 0,0 transform normal
}
profile {
 output NOOP-1 enable mode --custom 1920x1080 position 0,0 transform normal
}
I'm almost positive that under bookworm, Connect used the NOOP-1 settings.

Olydnad_SWE
Posts: 108
Joined: Thu Apr 18, 2024 2:34 am

Re: TRIXIE is released! Please comment below!

Mon Oct 06, 2025 12:23 pm

I'm playing around with Trixie and KDE Plasma now

Mostly for fun. But works very well. I use KDE Plasma on my x86_64 computer as well. Debian 13 there too. But on the Raspberry Pi I will go back to the stock desktop environment. But fun to play a little.

I'd like x86 of Raspberry Pi OS and Trixie. I know it's not updated very often, but I see use of it on x86_64 as well. If you are stuck in Raspberry Pi, you feel at home even on x86_64 computers.

And I'm sorry for my broken English. I'm bad at it ;).
Attachments
Screenshot_20251006_140956.jpg
Screenshot_20251006_140956.jpg (223.78 KiB) Viewed 1704 times

musson
Posts: 15
Joined: Sun Jul 25, 2021 11:10 pm

Re: TRIXIE is released! Please comment below!

Mon Oct 06, 2025 12:24 pm

rickzman wrote:
Sat Oct 04, 2025 11:21 am
Is anyone having problems getting the taskbar clock to display 12 hour time instead of 24 hour. In Bookworm I was able to get 12 hour to display using "%I :M %p". There is no display of the minutes, just "M".

I have not been able to find the codes in the official documentation.

Thanks Rick
You need a percent in front of the M

dwam
Posts: 259
Joined: Thu Sep 04, 2025 5:13 pm

Re: TRIXIE is released! Please comment below!

Mon Oct 06, 2025 1:10 pm

Olydnad_SWE wrote:
Mon Oct 06, 2025 12:23 pm
I'm playing around with Trixie and KDE Plasma now

Mostly for fun. But works very well. I use KDE Plasma on my x86_64 computer as well. Debian 13 there too. But on the Raspberry Pi I will go back to the stock desktop environment. But fun to play a little.
Couldn't agree more ! KDE Plasma gives a RPI5 a completely different vibe and it's rock-solid. Been using it for over a month now and it's been very reliable, fast and a real pleasure...
Mostly IT & Live Video Production
Check my photographer's portfolio : https://dwampix.kavyar.site/

Olydnad_SWE
Posts: 108
Joined: Thu Apr 18, 2024 2:34 am

Re: TRIXIE is released! Please comment below!

Mon Oct 06, 2025 2:49 pm

dwam wrote:
Mon Oct 06, 2025 1:10 pm
Olydnad_SWE wrote:
Mon Oct 06, 2025 12:23 pm
I'm playing around with Trixie and KDE Plasma now

Mostly for fun. But works very well. I use KDE Plasma on my x86_64 computer as well. Debian 13 there too. But on the Raspberry Pi I will go back to the stock desktop environment. But fun to play a little.
Couldn't agree more ! KDE Plasma gives a RPI5 a completely different vibe and it's rock-solid. Been using it for over a month now and it's been very reliable, fast and a real pleasure...
Yep, it works fine.

Some things I have noticed do not work as they should. Windows tiling in KDE gives a black screen. Super key + T. System monitor does not work properly. Then X is slower than Wayland. We are in a shift between X and Wayland. Some things work better in X, and others in Wayland. Windows tiling works in X as an example.

Small things, but still nice to work with. And feels fast under Wayland.

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 35174
Joined: Sat Jul 30, 2011 7:41 pm

Re: TRIXIE is released! Please comment below!

Mon Oct 06, 2025 3:46 pm

If you find a problem with Trixie, we now have a feedback GitHub repo where you can report it. https://github.com/raspberrypi/trixie-feedback/issues
Software guy, working in the applications team.

Return to "General discussion"

AltStyle によって変換されたページ (->オリジナル) /