Re: TRIXIE is released! Please comment below!
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/
Check my photographer's portfolio : https://dwampix.kavyar.site/
Re: TRIXIE is released! Please comment below!
You're welcome ! Glad it works now
Mostly IT & Live Video Production
Check my photographer's portfolio : https://dwampix.kavyar.site/
Check my photographer's portfolio : https://dwampix.kavyar.site/
Re: TRIXIE is released! Please comment below!
jpgview wrote: ↑Fri Oct 03, 2025 8:39 amin 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
...
- butchkemper
- Posts: 360
- Joined: Sat Jul 22, 2017 8:03 pm
Re: TRIXIE is released! Please comment below!
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:
Butch
- 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
Butch
Re: TRIXIE is released! Please comment below!
This is done by /etc/issue.d/IP.issue It appears to get updated every time one of the IP addresses changes.butchkemper wrote: ↑Fri Oct 03, 2025 10:29 pmI 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:Does anyone have any insight as to what is happening?
- 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
Butch
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
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
Re: TRIXIE is released! Please comment below!
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
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
Re: TRIXIE is released! Please comment below!
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.
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
Paramedic & Programmer
Re: TRIXIE is released! Please comment below!
This problem has already been reported while experimenting with the nightly builds betas and release candidate version.butchkemper wrote: ↑Fri Oct 03, 2025 10:29 pmI 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:Does anyone have any insight as to what is happening?
- 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
Butch
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/
Check my photographer's portfolio : https://dwampix.kavyar.site/
Re: TRIXIE is released! Please comment below!
I suggest you open a new topic for this in the PiOS section. viewforum.php?f=66Dygear wrote: ↑Sat Oct 04, 2025 4:10 amHas 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.
Re: TRIXIE is released! Please comment below!
How did you install RealVNC? (I'm after the Viewer not the server).Elessar wrote: ↑Fri Oct 03, 2025 11:27 amHeadless 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.
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.
Re: TRIXIE is released! Please comment below!
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
I have not been able to find the codes in the official documentation.
Thanks Rick
Re: TRIXIE is released! Please comment below!
You have a % missing before the Mrickzman wrote: ↑Sat Oct 04, 2025 11:21 amIs 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
And here's is a link listing them
https://man7.org/linux/man-pages/man1/date.1.html
Re: TRIXIE is released! Please comment below!
We ended up removing the whole thing. All of the packages we need are available by default now without having to include another repo.DirkS wrote: ↑Sat Oct 04, 2025 6:14 amI suggest you open a new topic for this in the PiOS section. viewforum.php?f=66
--
Paramedic & Programmer
Paramedic & Programmer
Re: TRIXIE is released! Please comment below!
If you're building MbedTLS on 64-bit Trixie, gcc 14.2.0 will fail on compiling ctr_drbg.c:
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.
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];
| ~^~~
...
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
Pronouns: he/him
Re: TRIXIE is released! Please comment below!
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.
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!
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!
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...)
(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...)
Re: TRIXIE is released! Please comment below!
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?
Re: TRIXIE is released! Please comment below!
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.... :?
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!
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:
Now, after the unattached phase, and trying to use Control Centre, it looks like this:
I'm almost positive that under bookworm, Connect used the NOOP-1 settings.
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
}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
}
- Olydnad_SWE
- Posts: 108
- Joined: Thu Apr 18, 2024 2:34 am
Re: TRIXIE is released! Please comment below!
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 ;).
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 1702 times
Re: TRIXIE is released! Please comment below!
You need a percent in front of the Mrickzman wrote: ↑Sat Oct 04, 2025 11:21 amIs 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
Re: TRIXIE is released! Please comment below!
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...Olydnad_SWE wrote: ↑Mon Oct 06, 2025 12:23 pmI'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.
Mostly IT & Live Video Production
Check my photographer's portfolio : https://dwampix.kavyar.site/
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!
Yep, it works fine.dwam wrote: ↑Mon Oct 06, 2025 1:10 pmCouldn'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...Olydnad_SWE wrote: ↑Mon Oct 06, 2025 12:23 pmI'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.
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!
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"
Jump to
- Community
- General discussion
- Announcements
- Other languages
- Deutsch
- Español
- Français
- Italiano
- Nederlands
- 日本語
- Polski
- Português
- Русский
- Türkçe
- User groups and events
- Raspberry Pi Official Magazine
- Using the Raspberry Pi
- Beginners
- Troubleshooting
- Advanced users
- Assistive technology and accessibility
- Education
- Picademy
- Teaching and learning resources
- Staffroom, classroom and projects
- Astro Pi
- Mathematica
- High Altitude Balloon
- Weather station
- Programming
- C/C++
- Java
- Python
- Scratch
- Other programming languages
- Windows 10 for IoT
- Wolfram Language
- Bare metal, Assembly language
- Graphics programming
- OpenGLES
- OpenVG
- OpenMAX
- General programming discussion
- Projects
- Networking and servers
- Automation, sensing and robotics
- Graphics, sound and multimedia
- Other projects
- Media centres
- Gaming
- AIY Projects
- Hardware and peripherals
- Camera board
- Compute Module
- Official Display
- HATs and other add-ons
- Device Tree
- Interfacing (DSI, CSI, I2C, etc.)
- Keyboard computers (400, 500, 500+)
- Raspberry Pi Pico
- General
- SDK
- MicroPython
- Other RP2040 boards
- Zephyr
- Rust
- AI Accelerator
- AI Camera - IMX500
- Hailo
- Software
- Raspberry Pi OS
- Raspberry Pi Connect
- Raspberry Pi Desktop for PC and Mac
- Beta testing
- Other
- Android
- Debian
- FreeBSD
- Gentoo
- Linux Kernel
- NetBSD
- openSUSE
- Plan 9
- Puppy
- Arch
- Pidora / Fedora
- RISCOS
- Ubuntu
- Ye Olde Pi Shoppe
- For sale
- Wanted
- Off topic
- Off topic discussion