[Bug 2101176] Re: gnome-settings-daemon randomly crashes about 30 s after system start. Afterwards the system behaves very badly, for example I canont even run htop in termin.

2025-03-25 Thread Jon Hutchinson
Thank you for working on this!
The bug didn't appear for some time so I had to wait. Actually currently the 
gds-power problem didn't appear to cause issues here so something unusual 
might've happened. I will write again if the system crashes persists.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/2101176

Title:
  gnome-settings-daemon randomly crashes about 30 s after system start.
  Afterwards the system behaves very badly, for example I canont even
  run htop in termin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/2101176/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2101176] Re: gnome-settings-daemon randomly crashes about 30 s after system start. Afterwards the system behaves very badly, for example I canont even run htop in termin.

2025-03-25 Thread Jon Hutchinson
gdbus introspect --system --dest org.freedesktop.UPower --object-path /
--recurse

.freedesktop.UPower --object-path / --recurse
node / {
  node /org {
node /org/freedesktop {
  node /org/freedesktop/UPower {
interface org.freedesktop.DBus.Properties {
  methods:
Get(in  s interface_name,
in  s property_name,
out v value);
GetAll(in  s interface_name,
   out a{sv} properties);
Set(in  s interface_name,
in  s property_name,
in  v value);
  signals:
PropertiesChanged(s interface_name,
  a{sv} changed_properties,
  as invalidated_properties);
  properties:
};
interface org.freedesktop.DBus.Introspectable {
  methods:
Introspect(out s xml_data);
  signals:
  properties:
};
interface org.freedesktop.DBus.Peer {
  methods:
Ping();
GetMachineId(out s machine_uuid);
  signals:
  properties:
};
interface org.freedesktop.UPower {
  methods:
@org.freedesktop.DBus.GLib.Async("")
EnumerateDevices(out ao devices);
@org.freedesktop.DBus.GLib.Async("")
GetDisplayDevice(out o device);
@org.freedesktop.DBus.GLib.Async("")
GetCriticalAction(out s action);
  signals:
DeviceAdded(o device);
DeviceRemoved(o device);
  properties:
readonly s DaemonVersion = '1.90.3';
readonly b OnBattery = false;
readonly b LidIsClosed = false;
readonly b LidIsPresent = true;
};
node /org/freedesktop/UPower/devices {
  node /org/freedesktop/UPower/devices/line_power_ACAD {
interface org.freedesktop.DBus.Properties {
  methods:
Get(in  s interface_name,
in  s property_name,
out v value);
GetAll(in  s interface_name,
   out a{sv} properties);
Set(in  s interface_name,
in  s property_name,
in  v value);
  signals:
PropertiesChanged(s interface_name,
  a{sv} changed_properties,
  as invalidated_properties);
  properties:
};
interface org.freedesktop.DBus.Introspectable {
  methods:
Introspect(out s xml_data);
  signals:
  properties:
};
interface org.freedesktop.DBus.Peer {
  methods:
Ping();
GetMachineId(out s machine_uuid);
  signals:
  properties:
};
interface org.freedesktop.UPower.Device {
  methods:
@org.freedesktop.DBus.GLib.Async("")
Refresh();
@org.freedesktop.DBus.GLib.Async("")
GetHistory(in  s type,
   in  u timespan,
   in  u resolution,
   out a(udu) data);
@org.freedesktop.DBus.GLib.Async("")
GetStatistics(in  s type,
  out a(dd) data);
  signals:
  properties:
readonly s NativePath = 'ACAD';
readonly s Vendor = '';
readonly s Model = '';
readonly s Serial = '';
readonly t UpdateTime = 1742932315;
readonly u Type = 1;
readonly b PowerSupply = true;
readonly b HasHistory = false;
readonly b HasStatistics = false;
readonly b Online = true;
readonly d Energy = 0.0;
readonly d EnergyEmpty = 0.0;
readonly d EnergyFull = 0.0;
readonly d EnergyFullDesign = 0.0;
readonly d EnergyRate = 0.0;
readonly d Voltage = 0.0;
readonly i ChargeCycles = -1;
readonly d Luminosity = 0.0;
readonly x TimeToEmpty = 0;
readonly x TimeToFull = 0;
readonly d Percentage = 0.0;
readonly d Temperature = 0.0;
readonly b IsPresent = false;
readonly u State = 0;
readonly b IsRechargeable = false;
readonly d Capacity = 0.0;
readonly u Technology = 0;
readonly u WarningLevel = 1;
readonly u BatteryLevel = 1;
readonly s IconName = 'ac-adapter-symbolic';
};
  };
  node /org/freedesktop/UPower/devices/DisplayDevice {
interface org.freedesk

[Bug 2101176] Re: gnome-settings-daemon randomly crashes about 30 s after system start. Afterwards the system behaves very badly, for example I canont even run htop in termin.

2025-03-25 Thread Jon Hutchinson
systemctl status upower

● upower.service - Daemon for power management
 Loaded: loaded (/usr/lib/systemd/system/upower.service; disabled; preset: >
 Active: active (running) since Tue 2025-03-25 20:51:55 CET; 13min ago
   Docs: man:upowerd(8)
   Main PID: 2622 (upowerd)
  Tasks: 4 (limit: 37422)
 Memory: 3.6M (peak: 4.6M)
CPU: 438ms
 CGroup: /system.slice/upower.service
 └─2622 /usr/libexec/upowerd

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/2101176

Title:
  gnome-settings-daemon randomly crashes about 30 s after system start.
  Afterwards the system behaves very badly, for example I canont even
  run htop in termin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/2101176/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2101176] Re: gnome-settings-daemon randomly crashes about 30 s after system start. Afterwards the system behaves very badly, for example I canont even run htop in termin.

2025-03-25 Thread Jon Hutchinson
** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/2101176/+attachment/5867278/+files/journal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/2101176

Title:
  gnome-settings-daemon randomly crashes about 30 s after system start.
  Afterwards the system behaves very badly, for example I canont even
  run htop in termin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/2101176/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2101176] Re: gnome-settings-daemon randomly crashes about 30 s after system start. Afterwards the system behaves very badly, for example I canont even run htop in termin.

2025-03-25 Thread Jon Hutchinson
** Attachment added: "prevjournal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/2101176/+attachment/5867277/+files/prevjournal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/2101176

Title:
  gnome-settings-daemon randomly crashes about 30 s after system start.
  Afterwards the system behaves very badly, for example I canont even
  run htop in termin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/2101176/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2101176] Re: gnome-settings-daemon randomly crashes about 30 s after system start. Afterwards the system behaves very badly, for example I canont even run htop in termin.

2025-03-10 Thread Alessandro Astone
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

> Afterwards the system behaves very badly, for example I canont even
run htop in termin.

Could you explain what does this mean?

To help us find the cause of the crash please follow these steps:

1. Please run these commands:
journalctl -b0 > journal.txt
journalctl -b-1 > prevjournal.txt
and attach the resulting text files here.

2. Please run these commands and share the output:
systemctl status upower
gdbus introspect --system --dest org.freedesktop.UPower --object-path / 
--recurse

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/2101176

Title:
  gnome-settings-daemon randomly crashes about 30 s after system start.
  Afterwards the system behaves very badly, for example I canont even
  run htop in termin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/2101176/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs