On 30/06/2016 21:50, Laurent Bigonville wrote:
On Thu, 30 Jun 2016 21:37:24 +0200 Eric Valette <eric.vale...@free.fr>
wrote:
On 30/06/2016 21:32, Felipe Sateler wrote:
> On 30 June 2016 at 15:20, Eric Valette <eric.vale...@free.fr> wrote:
>> On 30/06/2016 21:18, Martin Pitt wrote:
>>>
>>> Control: reassing -1 libaudit1
>>> Control: forcemerge 828991 -1
>>>
>>> Hello Eric,
>>
>>
>>> This has never been a supported configuration, and just because it
>>> happend to mostly work once it doesn't mean that it can be guaranteed
>>> forever, sorry.
>>
>>
>> I have an initrd on this machine so this is something else
>
> Your initrd needs to mount /usr. Which one are you using?
>

initramfs-tools

Is /usr present in the fstab?

Yes attached:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
/dev/sda1 / ext4 defaults,noatime,nodiratime,discard,errors=remount-ro 0 1
# /home was on /dev/sda9 during installation
LABEL=HOME /home ext4 defaults,noatime,nodiratime,discard 0 2
# /tmp was on /dev/sda8 during installation
LABEL=TMP /tmp ext4 defaults,noatime,nodiratime,discard 0 2
# /usr was on /dev/sda3 during installation
LABEL=USR /usr ext4 defaults,noatime,nodiratime,discard 0 2
# /usr/local was on /dev/sda6 during installation
LABEL=USR_LOCAL /usr/local ext4 defaults,noatime,nodiratime,discard 0 2
# /var was on /dev/sda5 during installation
LABEL=VAR /var ext4 defaults,noatime,nodiratime,discard 0 2
# /var/cache was on /dev/sda7 during installation
LABEL=VAR_CACHE /var/cache ext4 defaults,noatime,nodiratime,discard 0 2
# swap was on /dev/sda2 during installation
UUID=8fa6a1ce-a10a-4f8d-af01-c10af388a142 none swap sw 0 0 LABEL=EXT4_TVRECORDS /pvrRecords ext4 defaults,nofail,x-systemd.device-timeout=1 0 2


--eric

Reply via email to