При загрузке (ASPLinux 11.2) дает сбой HAL (starting HAL daemon - сбой) и как следствие я не могу просмотреть любые USB устройства
А говорит он следующее "Для этой функции требуется библиотека HAL" и все тут
Помогите плиз )))
Заранее благодарен
Модератор: Bizdelnick
Код: Выделить всё
hald --daemon=no --verbose=yesКод: Выделить всё
/sbin/service messagebus startКод: Выделить всё
ls /var/run/dbusКод: Выделить всё
/sbin/service haldaemon startКод: Выделить всё
* Starting D-BUS system messagebus ... [ ok ]
* Starting Hardware Abstraction Layer daemon ... [ !! ]Код: Выделить всё
* ERROR: cannot start ivman as hald could not startКод: Выделить всё
hald --daemon=no --verbose=yesКод: Выделить всё
15:14:16.326 [I] hald.c:533: hal 0.5.9
15:14:16.326 [I] hald.c:598: Will not daemonize
15:14:16.327 [I] hald_dbus.c:4807: local server is listening at unix:abstract=/var/run/hald/dbus-OyF7SMHYTI,guid=df3c6be33833fb7c6d830f00468e2408
Runner started - allowed paths are '/usr/libexec:/usr/lib64/hal/scripts:/usr/bin'
15:14:16.329 [I] hald_runner.c:299: Runner has pid 9483
15:14:16.330 [I] hald_runner.c:180: runner connection is 0x553e70
15:14:16.330 [I] mmap_cache.c:251: cache mtime is 1183584559
*** [DIE] osspec.c:watch_fdi_files():349 : Unable to initialize inotify: Function not implementedFlaming писал(а): ↑06.07.2007 15:12Код: Выделить всё
15:14:16.326 [I] hald.c:533: hal 0.5.9 ... *** [DIE] osspec.c:watch_fdi_files():349 : Unable to initialize inotify: Function not implemented
Installing inotify
The first step in installing inotify is to determine whether the Linux kernel you are using supports it. The simplest way to check your distribution is to look for the existence of a /dev/inotify device. If this device is present, you may move on to the section Using inotify in a simple application.
At the time this article is being written, inotify is included in Andrew Morton's Linux 2.6-mm tree, and several Linux distributions are providing inotify-enabled kernels (including Gentoo and Ubuntu) or have supplemental kernel packages with support (for example, Fedora and SuSE). Since Andrew can remove inotify support from his tree if he sees fit and because inotify releases are still frequent at this stage in development, patching from scratch is highly recommended.
If the device is missing, you may need to patch your kernel and create the device.
Код: Выделить всё
VFS: busy inodes on changed media.RootLeXX писал(а): ↑23.06.2007 18:36tabakeman, выполните (из-под root) команду:
Код: Выделить всё
hald --daemon=no --verbose=yes
и покажите вывод.
Возможно, не запущен DBus.