-
Posts
294 -
Joined
-
Last visited
-
Days Won
11
Content Type
Profiles
Forums
Blogs
Posts posted by palica
-
-
that is cool :)
-
so the key point here is not mixing LXC howto's found on internet with LXD howto's.
although LXD uses LXC those are two distinct technologies.
take a look at
there are couple of good resources there. running lxd init is recommended and will solve your network needs.
-
ttyS0 is serial console. that error means you either don't have serial console or it is not connected to ttyS0
how to get rid of this message - correct the cause of the error message.
what server are you using? what do you mean with serial console connection?
-
you are using zfs. lxd unmounts zfs datasets when not running. but you can use zfs mount to mount the actual dataset.
yes, replace means a plain cp or mv.
let me know if you need anything else.
-
nfs supports acl. I would put both apps in a lxd container and apply resource limits to the containers. you could even bind-mount the fs needed for sharing.
-
take a look at /etc/conf.d/hostname
-
why samba? kvm, lxd, virtualbox, ...
what are you trying to accomplish?
-
-
try
sysctl net.ipv6.conf.eth0.autoconf=0 sysctl net.ipv6.conf.eth0.accept_ra=0 -
https://forums.funtoo.org/topic/1390-how-do-i-ask-a-good-question/
try starting clementine after reboot from command line and paste the output.
same goes for firefox.
-
yes, I know that one exactly.
...
Once it will be fixed :)
-
running a test on my container reveals this:
playonlinux-test-1 ~ # playonlinux Looking for python... 3.6.1 - skipped Looking for python2.7... 2.7.13 - wxversion(s): 3.0-gtk2 /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch warnings.warn("wxPython/wxWidgets release number mismatch") selected /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch warnings.warn("wxPython/wxWidgets release number mismatch")posting this in the first post would have helped a lot!
It is due to wxpython/wxwidgets mismatch and the bug was a correct assumption.
-
@adcdam I don't want to be mean to you. Depgraph is something everybody can do on his box, but the actual error message is unique to your box only. It would be helpful to give as much information about the failure as you can and do that if possible in the first message of the post.
The first point in that post is:
QuoteSearch, and research
...and keep track of what you find. Even if you don't find a useful answer elsewhere on the site, including links to related questions that haven't helped can help others in understanding how your question is different from the rest.
We also have https://bugs.funtoo.org
The upgrade shouldn't break it, but it can. It also depends how you did the upgrade. Did you follow the steps from here:
I think your problem might be related to this issue:
https://bugs.funtoo.org/browse/FL-5109?jql=text ~ "wxpython"
So subscribe yourself to that bug and watch as it gets resolved.
Best regards.
-
emerge ecryptfs-utils with suid useflag.
-
-
there is no preferred software use what you want :)
net-vpn/strongswan [1] Homepage: http://www.strongswan.org/ Description: IPsec-based VPN solution focused on security and ease of use, supporting IKEv1/IKEv2 and MOBIKE net-vpn/libreswan [1] Homepage: https://libreswan.org/ Description: IPsec implementation for Linux, fork of Openswan [1] "net-kit"let me know if you encounter any problems along the way.
-
There are like 100 packages being emerged and all do fine in my test, but it is impossible to answer your question.
-
workaround looks good.
-
@biocyberman, yes you have learned the hard way that glibc is one of the essential libraries on linux system.
try following https://www.funtoo.org/System_resurrection
-
yes, apparmor was blocking dovecot.
-
there were some hang tasks on the host that prevented containers to reboot. now fixed. sorry for any inconvenience.
-
open a bug for it on bugs.funtoo.org - forums is for discussions, bugs is well for bugs :)
please read:
-
if you want to see changes to permission you should run it with -c or -v, but it is too late now :)
-
might be some permission problem that is preventing to save the changes to your settings. try to recursively chown your home directory. including .dotfiles/dirs


LXC/LXD storage: LVM vs ZFS
in General Discussion
Posted
ZFS has been stable for us. No data loss or problems. I personally use btrfs with LXD on another servers and I am also happy without anything bad happening. (even use bcache+btrfs).
btrfs or ZFS give the ability to snapshot, clone ... other than that use what you are used to work with. Test on a small server or desktop and if you like what COW-fs have to offer make a switch.