Re: [qubes-users] docker install problems on debian-10

2020-05-31 Thread alex . xiong . tech
confirmed the same issue encountered here, also on Debian 10 TemplateVM, 
latest stable QubesOS

On Wednesday, May 27, 2020 at 8:42:59 PM UTC+8, haaber wrote:
>
> > Hey, I experience trouble while trying to install docker accordingly to 
> > https://docs.docker.com/engine/install/debian/ on debian-10. It 
> apprears 
> > that aufs.ko (whatever that is) makes trouble 
> > 
> > Building initial module for 4.19.120-1.pvops.qubes.x86_64 
> > Error! Bad return status for module build on kernel: 
> > 4.19.120-1.pvops.qubes.x86_64 (x86_64) 
> > Consult /var/lib/dkms/aufs/4.19+20190211/build/make.log for more 
> > information. 
> > dpkg: error processing package aufs-dkms (--configure): 
> >   installed aufs-dkms package post-installation script subprocess 
> > returned error exit status 10 
> > Errors were encountered while processing: 
> >   aufs-dkms 
> > E: Sub-process /usr/bin/dpkg returned an error code (1) 
> > 
> > Could someone help me, with a hint, please? Cheers, Bernhard 
> > 
> I append my own question by a detail: Since I am asked to consult the 
> make.log file, here is why it fails. I have no way to fix that without 
> some help. Maybe sme headers missing ?? 
>
>
> from /var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/sbinfo.c:23: 
> /var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/super.h:134:2: error: 
> unknown type name ‘vfs_readf_t’ 
>vfs_readf_t  si_xread; 
>^~~ 
> /var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/super.h:135:2: error: 
> unknown type name ‘vfs_writef_t’ 
>vfs_writef_t  si_xwrite; 
>^~~~ 
> In file included from 
> /var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/branch.h:33, 
>   from 
> /var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/aufs.h:38, 
>   from 
> /var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/module.c:25: 
> /var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/super.h:134:2: error: 
> unknown type name ‘vfs_readf_t’ 
>vfs_readf_t  si_xread; 
>^~~ 
> /var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/super.h:135:2: error: 
> unknown type name ‘vfs_writef_t’ 
>vfs_writef_t  si_xwrite; 
>^~~~ 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/bf0eb057-372a-4c1f-a269-7e067638b2bf%40googlegroups.com.


Re: [qubes-users] docker install problems on debian-10

2020-05-27 Thread haaber

Hey, I experience trouble while trying to install docker accordingly to
https://docs.docker.com/engine/install/debian/ on debian-10. It apprears
that aufs.ko (whatever that is) makes trouble

Building initial module for 4.19.120-1.pvops.qubes.x86_64
Error! Bad return status for module build on kernel:
4.19.120-1.pvops.qubes.x86_64 (x86_64)
Consult /var/lib/dkms/aufs/4.19+20190211/build/make.log for more
information.
dpkg: error processing package aufs-dkms (--configure):
  installed aufs-dkms package post-installation script subprocess
returned error exit status 10
Errors were encountered while processing:
  aufs-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)

Could someone help me, with a hint, please? Cheers, Bernhard


I append my own question by a detail: Since I am asked to consult the
make.log file, here is why it fails. I have no way to fix that without
some help. Maybe sme headers missing ??


from /var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/sbinfo.c:23:
/var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/super.h:134:2: error:
unknown type name ‘vfs_readf_t’
  vfs_readf_t  si_xread;
  ^~~
/var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/super.h:135:2: error:
unknown type name ‘vfs_writef_t’
  vfs_writef_t  si_xwrite;
  ^~~~
In file included from
/var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/branch.h:33,
 from
/var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/aufs.h:38,
 from
/var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/module.c:25:
/var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/super.h:134:2: error:
unknown type name ‘vfs_readf_t’
  vfs_readf_t  si_xread;
  ^~~
/var/lib/dkms/aufs/4.19+20190211/build/fs/aufs/super.h:135:2: error:
unknown type name ‘vfs_writef_t’
  vfs_writef_t  si_xwrite;
  ^~~~

--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/80923647-7a7b-d615-fbd0-baefa47d8d77%40web.de.


[qubes-users] docker install problems on debian-10

2020-05-27 Thread haaber

Hey, I experience trouble while trying to install docker accordingly to
https://docs.docker.com/engine/install/debian/ on debian-10. It apprears
that aufs.ko (whatever that is) makes trouble

Building initial module for 4.19.120-1.pvops.qubes.x86_64
Error! Bad return status for module build on kernel:
4.19.120-1.pvops.qubes.x86_64 (x86_64)
Consult /var/lib/dkms/aufs/4.19+20190211/build/make.log for more
information.
dpkg: error processing package aufs-dkms (--configure):
 installed aufs-dkms package post-installation script subprocess
returned error exit status 10
Errors were encountered while processing:
 aufs-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)

Could someone help me, with a hint, please? Cheers, Bernhard

--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/eb0cb755-f152-2d62-8bdd-fae78d16cee7%40web.de.