Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

palica

Members
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by palica

  1. 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.
  2. 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 https://funtoo.org/LXD there are couple of good resources there. running lxd init is recommended and will solve your network needs.
  3. 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?
  4. 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.
  5. 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.
  6. why samba? kvm, lxd, virtualbox, ... what are you trying to accomplish?
  7. https://www.funtoo.org/LXD/OpenVZ_migration
  8. try sysctl net.ipv6.conf.eth0.autoconf=0 sysctl net.ipv6.conf.eth0.accept_ra=0
  9. 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.
  10. yes, I know that one exactly. ... Once it will be fixed :)
  11. 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.
  12. @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: 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.
  13. emerge ecryptfs-utils with suid useflag.
  14. very well said. thank you @dlc. I will be posting some screenshots shortly so you get the bigger picture.
  15. 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.
  16. There are like 100 packages being emerged and all do fine in my test, but it is impossible to answer your question.
  17. @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
  18. there were some hang tasks on the host that prevented containers to reboot. now fixed. sorry for any inconvenience.
  19. open a bug for it on bugs.funtoo.org - forums is for discussions, bugs is well for bugs :) please read:
  20. if you want to see changes to permission you should run it with -c or -v, but it is too late now :)
  21. 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
×
×
  • Create New...