WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Gnome Disk Utility - No Disks Found  (Read 3026 times)

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Gnome Disk Utility - No Disks Found
« on: October 24, 2010, 08:33:14 AM »
In TC3.1, after installing gnome-disk-utility its is started with the command palimpsest in lxterminal.  The following error message is received:
Code: [Select]
in gdu_pool_finalize()

(palimpsest:8647): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Error creating pool: `Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory'

(palimpsest:8647): Palimpsest-CRITICAL **: Bailing out
The app starts i.e. the basic Disk Utility window opens but does not list any of the installed hard disks.
   

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Gnome Disk Utility - No Disks Found
« Reply #1 on: October 24, 2010, 09:07:10 AM »
Poking in the mist here, but is dbus running?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: Gnome Disk Utility - No Disks Found
« Reply #2 on: October 25, 2010, 02:36:02 AM »
dbus is listed as a dependency but not started.  After manually starting dbus the disks are found but another problem is revealed.

Apart from identifying the disks (/dev/hdxx etc...) and their capacity all other information is missing e.g.
  • Model = blank
  • Partitioning = Unknown
  • Partition Type = Unknown
  • Label = Unknown
etc...
[/list]
These are populated when the app is run in Lubuntu
   

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Gnome Disk Utility - No Disks Found
« Reply #3 on: October 25, 2010, 03:48:46 AM »
this is because of udev in base

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: Gnome Disk Utility - No Disks Found
« Reply #4 on: October 25, 2010, 04:04:07 AM »
this is because of udev in base

what particular aspect of udev in the base?

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Gnome Disk Utility - No Disks Found
« Reply #5 on: October 25, 2010, 04:16:54 AM »
when i compare lets say arch linux udev with tiny core udev there are many missing files, if tiny core team can make extra files that is not included in base an extension like udev-extra udisks will work better i believe

btw gnome-disk-utility depends on udisks and udisks depends on udev

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: Gnome Disk Utility - No Disks Found
« Reply #6 on: October 25, 2010, 04:37:33 AM »
this is because of udev in base
The following are intended as suggestions to enhance the the ease of use; they are in no way intended to be derogatory.

If an application has limitations placed upon it, it is helpful to be forewarned by comments in the info file.  In the current matter these could be the need to manually start dbus and that a limited amount of information is reported by the app.

A further idea; it will also be helpful if Disk-Utility is started from a small script which checks whether dbus is currently running, start it if needed, start palimpsest, when Disk-Utility is closed ensure dbus is at the same status as before running the script.
   

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: Gnome Disk Utility - No Disks Found
« Reply #7 on: October 25, 2010, 04:44:49 AM »
when i compare lets say arch linux udev with tiny core udev there are many missing files, if tiny core team can make extra files that is not included in base an extension like udev-extra udisks will work better i believe

..there are some extras in udev-dev (in addition to dev files), but maybe you mean additional udev-rules?