Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFiles from `/etc/skel` not copied #3771
Comments
andrewdavidwong
added
bug
C: templates
labels
Apr 1, 2018
andrewdavidwong
added this to the Release 4.0 updates milestone
Apr 1, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bforte
Apr 2, 2018
I just noticed that there is a folder /home.orig/user in the TemplateVMs which seems to do what /etc/skel is supposed to (ie. adding files to that folder they will get copied to the /home/user directory of newly created AppVMs). If this is the intention then this should probably be documented.
Also in newly created AppVMs there are both /home.orig/user and /home/user which (initially) contain the same files, this seems somehow redundant (probably this won't bother a lot of people since usually no big files will be placed there).
bforte
commented
Apr 2, 2018
|
I just noticed that there is a folder Also in newly created AppVMs there are both |
andrewdavidwong
added
the
C: doc
label
Apr 2, 2018
marmarek
referenced this issue
in QubesOS/qubes-core-agent-linux
Apr 12, 2018
Merged
Use only /etc/skel to provision user's home directory of new VM #111
marmarek
closed this
in
marmarek/qubes-core-agent-linux@82937e1
Apr 14, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Apr 21, 2018
Automated announcement from builder-github
The component core-agent-linux (including package python2-dnf-plugins-qubes-hooks-4.0.25-1.fc26) has been pushed to the r4.0 testing repository for the Fedora template.
To test this update, please install it with the following command:
sudo yum update --enablerepo=qubes-vm-r4.0-current-testing
qubesos-bot
commented
Apr 21, 2018
|
Automated announcement from builder-github The component
|
qubesos-bot
added
the
r4.0-fc26-cur-test
label
Apr 21, 2018
qubesos-bot
referenced this issue
in QubesOS/updates-status
Apr 21, 2018
Closed
core-agent-linux v4.0.25 (r4.0) #487
qubesos-bot
added
r4.0-buster-cur-test
r4.0-jessie-cur-test
labels
Apr 21, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Apr 21, 2018
Automated announcement from builder-github
The package qubes-core-agent_4.0.25-1+deb9u1 has been pushed to the r4.0 testing repository for the Debian template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing stretch-testing (or appropriate equivalent for your template version), then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
qubesos-bot
commented
Apr 21, 2018
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-stretch-cur-test
label
Apr 21, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
May 2, 2018
Automated announcement from builder-github
The package core-agent-linux has been pushed to the r4.0 testing repository for the CentOS centos7 template.
To test this update, please install it with the following command:
sudo yum update --enablerepo=qubes-vm-r4.0-current-testing
qubesos-bot
commented
May 2, 2018
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-centos7-cur-test
label
May 2, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
May 21, 2018
Automated announcement from builder-github
The component core-agent-linux (including package python2-dnf-plugins-qubes-hooks-4.0.28-1.fc26) has been pushed to the r4.0 stable repository for the Fedora template.
To install this update, please use the standard update command:
sudo yum update
qubesos-bot
commented
May 21, 2018
|
Automated announcement from builder-github The component
|
qubesos-bot
added
r4.0-fc26-stable
and removed
r4.0-fc26-cur-test
labels
May 21, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
May 21, 2018
Automated announcement from builder-github
The package core-agent-linux has been pushed to the r4.0 stable repository for the Fedora centos7 template.
To install this update, please use the standard update command:
sudo yum update
qubesos-bot
commented
May 21, 2018
|
Automated announcement from builder-github The package
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
May 21, 2018
Automated announcement from builder-github
The package qubes-core-agent_4.0.28-1+deb9u1 has been pushed to the r4.0 stable repository for the Debian template.
To install this update, please use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
qubesos-bot
commented
May 21, 2018
|
Automated announcement from builder-github The package
|
bforte commentedApr 1, 2018
Qubes OS version:
R4.0Affected component(s):
Using
/etc/skelwith several template VMs (tested withfedora-26,fedora-26-minimaland clones thereof)Steps to reproduce the behavior:
Outputs (except for
ls -lomitted):Expected behavior:
The file
fooshould be placed in/home/user.Actual behavior:
The file
foois not placed in/home/user.General notes:
I tried it several times, using the cli-tools as well as the gui-tools with several TemplateVMs.
Related issues:
Document change in TemplateVM home directory inheritance behavior #3196