-
Posts
294 -
Joined
-
Last visited
-
Days Won
11
Content Type
Profiles
Forums
Blogs
Posts posted by palica
-
-
then you have to adjust permissions on /etc/portage/make.profile/parent
-
lxd import Description: Import existing containers This command is mostly used for disaster recovery. It lets you attempt to recreate all database entries for containers that LXD no longer knows about. To do so, you must first mount your container storage at the expected path inside the storage-pools directory. Once that's in place, `lxd import` can be called for each individual container. Usage: lxd import <container name> [flags] Flags: -f, --force Force the import (override existing data or partial restore) Global Flags: -d, --debug Show all debug messages -h, --help Print help --logfile Path to the log file --trace Log tracing targets -v, --verbose Show all information messages --version Print version number
-
-
this is kernel related IMHO.
are you using hardened stage?
what kernel version ...
-
https://bugs.funtoo.org/browse/FL-4780
if you encounter anything not working as expected then report on bugs.
-
https://developer.github.com/v3/guides/using-ssh-agent-forwarding/
especially check the server config not overriding your user config (
AllowAgentForwarding, ForwardAgent) -
try deleting the container and create a new one.
-
did you follow the LXD setup procedure as documented on the wiki? I corrected the "service" call to something that will always work.
https://www.funtoo.org/LXD/LXD_Setup#Finishing_up_the_setup_of_LXD
-
please provide logs as without logs it is just reading from a crystal ball.
-
savasten, so the easiest solution to your trouble would be to go back to 1.2 and downgrade to perl-5.24. can you do that? do you need help with the process?
-
note:
there is also lxd-p2c tool:
lxd-p2c -h Description: Physical to container migration tool This tool lets you turn any Linux filesystem (including your current one) into a LXD container on a remote LXD host. It will setup a clean mount tree made of the root filesystem and any additional mount you list, then transfer this through LXD's migration API to create a new container from it. The same set of options as `lxc launch` are also supported. Usage: lxd-p2c <target URL> <container name> <filesystem root> [<filesystem mounts>...] [flags] Flags: -c, --config Configuration key and value to set on the container -h, --help Print help -n, --network Network to use for the container --no-profiles Create the container with no profiles applied -p, --profile Profile to apply to the container --rsync-args Extra arguments to pass to rsync -s, --storage Storage pool to use for the container -t, --type Instance type to use for the container --version Print version number
-
Take a look at https://build.funtoo.org/funtoo-current/x86-64bit/generic_64/lxd-latest.tar.xz
for example. You will find metadata.yaml and rootfs - this is what you need for devuan. Modify the yaml and pack rootfs of devuan as a archive. Then import as per https://www.funtoo.org/LXD#Import_the_image
-
1.3 is not ready for any testing if you are not a developer. so stick with 1.2
-
It would be wise not to run opera as root user.
-
Try starting here:
-
-
Why not add -r3 masked, so the ones that need the change can unmask it and others that don't care won't be affected (esp. in containers)?
-
you have to have a directory named proc in the place where you are running this command. This command is trying to mount the proc filesystem into proc directory relative to where you are executing this command.
-
since the commands from boot-update moved to ego you need to remove boot-update first.
-
-
-
1.3 release - ok.
python_targets - strange I will look into it later
-
and please note 1.3 release is not ready yet - the dev cycle has just started on this branch so DO NOT use it in PRODUCTION.
-
well, basically you should follow the steps that are described on the wiki.
- ego sync with your old ego.conf settings
- upgrade ego
- change to release = 1.2 in ego.conf
- ego sync
- and follow the steps further like emerge gcc, upgrade glibc and co and
- emerge -e @world
then you don't need any tweaking of make.conf

the second login need password
in General Help
Posted
paste your .ssh/config
and please read