:: Re: [DNG] vdev
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: aitor_czr
Fecha:  
A: fsmithred, Dng
Asunto: Re: [DNG] vdev

Hi fsr,

On 08/12/2016 02:00 PM, fsmithred <fsmithred@???> wrote:
> On 08/13/2016 04:45 AM, aitor_czr wrote:
>> >
>> >
>> >I'm applying changes to the packages. This is my vdev.conf file:
>> >
>> >________*vdev.conf*     _________

>> >
>> >[vdev-config]
>> >firmware=/usr/lib/firmware
>> >acls=/etc/vdev/acls
>> >actions=/etc/vdev/actions
>> >helpers=/usr/lib/vdev
>> >hwdb=/usr/lib/vdev/hwdb/hwdb.squashfs
>> >ifnames=/etc/vdev/ifnames.conf
>> >pidfile=/run/vdev/vdevd.pid
>> >default_permissions=0600
>> >loglevel=debug
>> >logfile=/var/log/vdev/vdevd.log
>> >preseed=/usr/lib/vdev/dev-setup.sh
>> >
> I think firmware should be set to /lib/firmware. That's where my firmware
> is. I have no /usr/lib/firmware.
>
> -fsr


Finally i decided to use the following config file:

[vdev-config]
firmware=/lib/firmware
acls=/etc/vdev/acls
actions=/etc/vdev/actions
helpers=/lib/vdev
hwdb=/lib/vdev/hwdb/hwdb.squashfs
ifnames=/etc/vdev/ifnames.conf
pidfile=/run/vdev/vdevd.pid
default_permissions=0600
loglevel=debug
logfile=/var/log/vdev/vdevd.log
preseed=/lib/vdev/dev-setup.sh

using simbolik links to /usr

Cheers,

Aitor.