Reboot the test pc.
Please perform another install if that's ok, I think we're getting close.
Same exact install routine as I posted in Post #26,
except for the Partition Drives task.
Then run this:
Code:
sudo pkill -9 gvfs-udisks2-volume-monitor; gsettings set org.gnome.desktop.media-handling automount false; xfconf-query -c thunar-volman -p /automount-drives/enabled -s false
When that's all done, please launch the installer. Perform the install.
Changed the code command to the above.
Quick update - it looks promising, the installer has completed the partitioning phase and begun unpacking the image.
I had to add a -f flag to the pkill command to allow it to search and match the process name.
I'll report later.
Oooh don't get me excited!
FYI please zip and attach any session logs from now on. Cheers Steve.
The pkill install completed. Thank you for your patience and tenacity.
This is the context of the pkill command executed during the install.
Code:
?linux ? /tmp ???? sudo pkill -9 gvfs-udisks2-volume-monitor; gsettings set org.gnome.desktop.media-handling automount false; xfconf-query -c thunar-volman -p /automount-drives/enabled -s false
pkill: pattern that searches for process name longer than 15 characters will result in zero matches
Try `pkill -f' option to match against the complete command line.
?linux ? /tmp ???? sudo pkill -f -9 gvfs-udisks2-volume-monitor; gsettings set org.gnome.desktop.media-handling automount false; xfconf-query -c thunar-volman -p /automount-drives/enabled -s false
Killed sudo pkill -f -9 gvfs-udisks2-volume-monitor
?linux ? /tmp ????
I'm curious and will look it up, but can you confirm what this is doing to get around the earlier issues ?
The forum won't allow the attachment of zip files to a post.
Let me know if you need the session log in another format.
System rebooted into RC2 from the disk.
Unfortunately, I won't be able to to do much testing until the weekend, but here is some initial feedback.
The locale setting is a plus. Previous versions required a bit of tinkering to get currency, keyboard, time zones etc all aligned and this task seems to have been eliminated.
During boot, the graphic of the rotating feather and the dots is cleared (at about two dots filled in), as if esc had been pressed revealing the text of the boot. Near the end of the sequence, a tty login prompt is shown. If left, this disappears as the GUI starts, but if it doesn't clear quickly, a user may be tempted to try to login at this screen.
Can you give me the exact full command you used for:
Code:
sudo pkill -9 gvfs-udisks2-volume-monitor; gsettings set org.gnome.desktop.media-handling automount false; xfconf-query -c thunar-volman -p /automount-drives/enabled -s false
You said that you added a flag to it.
#29 - still waiting for inxi output.
Sorry, missed post #29
This is from the installed and rebooted system.
Code:
System:
Kernel: 7.0.0-linuxlite arch: x86_64 bits: 64
Desktop: Xfce v: 4.20.1 Distro: Linux Lite 8.0 LTS
Machine:
Type: Laptop System: Acer product: AO722 v: V1.04
serial: <superuser required>
Mobo: Acer model: JE10-BZ serial: <superuser required> Firmware: BIOS
vendor: Acer v: 1.04 date: 06/08/2011
Battery:
ID-1: BAT1 charge: 1.9 Wh (100%) condition: 1.9/24.4 Wh (7.7%)
CPU:
Info: dual core model: AMD C-50 bits: 64 type: MCP cache: L2: 1024 KiB
Speed (MHz): avg: 798 min/max: 800/1000 cores: 1: 798 2: 798
Graphics:
Device-1: Advanced Micro Devices [AMD/ATI] Wrestler [Radeon HD 6250]
driver: radeon v: kernel
Device-2: ALi WebCam driver: uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.22 driver: X: loaded: modesetting
dri: r600 gpu: radeon resolution: 1024x600~60Hz
API: EGL v: 1.5 drivers: kms_swrast,r600,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: mesa v: 26.0.3-1ubuntu1
renderer: AMD PALM (DRM 2.51.0 / 7.0.0-linuxlite)
API: Vulkan Message: No Vulkan data available.
Info: Tools: api: eglinfo, glxinfo, vulkaninfo de: xfce4-display-settings
x11: xdriinfo, xdpyinfo, xprop, xrandr
Audio:
Device-1: Advanced Micro Devices [AMD/ATI] Wrestler HDMI Audio
driver: snd_hda_intel
Device-2: Advanced Micro Devices [AMD/ATI] SBx00 Azalia
driver: snd_hda_intel
API: ALSA v: k7.0.0-linuxlite status: kernel-api
Server-1: PulseAudio v: 17.0 status: active
Network:
Device-1: Qualcomm Atheros AR8152 v2.0 Fast Ethernet driver: atl1c
IF: enp6s0 state: down mac: <filter>
Device-2: Broadcom BCM4313 802.11bgn Wireless Network Adapter
driver: bcma-pci-bridge
IF-ID-1: wlp7s0b1 state: up mac: <filter>
Drives:
Local Storage: total: 227.34 GiB used: 8.2 GiB (3.6%)
ID-1: /dev/sda vendor: Seagate model: WDC WDS240G2G0A-00JH30
size: 223.58 GiB
ID-2: /dev/sdc model: General size: 3.76 GiB type: USB
Partition:
ID-1: / size: 211.31 GiB used: 8.14 GiB (3.9%) fs: ext4 dev: /dev/sda1
Swap:
ID-1: swap-1 type: partition size: 7.82 GiB used: 0 KiB (0.0%)
dev: /dev/sda2
Sensors:
System Temperatures: cpu: 61.6 C mobo: N/A gpu: radeon temp: 61.0 C
Fan Speeds (rpm): N/A
Info:
Memory: total: 4 GiB note: est. available: 3.55 GiB used: 1.35 GiB (38.0%)
Processes: 190 Uptime: 1h 8m Shell: Bash inxi: 3.3.40
Both the original and -f versions of the pkill command used during the installation are in a code box in post #35
Thanks steve, now I have all the info I need. Will update you shortly re. your previous request.
(05-14-2026, 05:42 AM)stevef Wrote: [ -> ]The forum won't allow the attachment of zip files to a post.
zip, tar.gz files should now be enabled for attachments.[
attachment=335]