Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

palica

Members
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by palica

  1. I am using thunderbird, it has contacts, todo and calendar. I have a nextcloud server that I can sync with all of the mentioned stuff. I don't know if you are interested in trying it out. Let me know if you want more information. It even has a xmpp chat support that I am also using. Bit off-topic reply, but I don't use or have experience with KDE.
  2. what install guide did you follow if any?
  3. well, the question kind of remains, can you login to your box as normal user (console login not graphical)? because you have shown on your screenshots that you can login as root and you then su to your user. can you login as user directly - eg. is your password set for normal user? try ls /var/log to locate any log files. we are cooking from water without actual error messages.
  4. this is good, is it with normal user or root? also couple of things - use su - master instead of just su master or even better login with your user (master) directly not first as root and then su - try to locate the logs for lightdm mostly in /var/log/lightdm and paste the one that you think shows some relevant error messages. - can you try another display manager? I don't use lightdm so I am just guessing here.
  5. ok, so one note the termbin addresses is better to type out. I know it is easier for you to make a camera shot, but it makes it for others very hard to read from the screenshot. second - the Xorg.log looks good. lets install a couple of packages and retest with your normal user account and running startx there. install emerge -v1 x11-wm/twm x11-apps/xclock x11-terms/xterm login as normal user and run startx
  6. missing space between termbin.com and 9999
  7. on your screenshot there is a logfile with /var/log/Xorg.1.log please paste the output use cat /var/log/Xorg.1.log | busybox nc termbin.com 9999
  8. answering from bottom to top: - duplicate posts deleted - schroedinger fine - what do you get when running: zgrep SND_HDA_PREALLOC_SIZE /proc/config.gz if the value is 2048 and you are running pulseaudio just leave it like it is. nothing needs to be done in other words. if you get anything else, upgrade to debian-sources-4.14.12 those seem to have it set by default to 2048. - now the main problem. try stopping graphical login first and then try again with startx from you terminal. as root: /etc/init.d/xdm stop as your user: startx let me know, or join #funtoo on IRC freenode
  9. login problems - could be related to permissions. try login from a terminal (Alt+F1, or Ctrl+Alt+F1 to reach the terminal) CONFIG_SND_HDA_PREALLOC_SIZE=54 BUT: For people using alsa directly, the value of this option makes no difference (as far as I know). However, with PulseAudio increasing this value will make it possible to only wake up once every two seconds when playing audio. I suggest setting the value to 2048, as mentioned in the help text (below). As far as I know, there is no downside to this, the only reason not to increase it further is that PulseAudio does not take advantage of a value above 2048, so there would be no point. For easy reference: +config SND_HDA_PREALLOC_SIZE + int "Pre-allocated buffer size for HD-audio driver" + range 0 32768 + default 64 + help + Speficies the default pre-allocated buffer-size in kB for + HD-audio driver. A larger buffer (e.g. 2048) is preferred + for systems with PulseAudio. The default 64 is chosen just + from the compatibility reason. + + Note that the pre-allocation size can be changed dynamically + via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too. unable to reproduce this >>> Fetching (2 of 2) media-libs/schroedinger-1.0.11-r1::media-kit >>> Downloading 'http://distfiles.gentoo.org/distfiles/schroedinger-1.0.11.tar.gz' --2018-04-02 02:53:33-- http://distfiles.gentoo.org/distfiles/schroedinger-1.0.11.tar.gz Resolving distfiles.gentoo.org... 2600:3402:200:227::2, 2605:bc80:3010::134, 2600:3404:200:237::2, ... Connecting to distfiles.gentoo.org|2600:3402:200:227::2|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1019247 (995K) [application/x-gzip] Saving to: ‘/var/cache/portage/distfiles/schroedinger-1.0.11.tar.gz’ /var/cache/portage/distf 100%[=================================>] 995.36K 2.54MB/s in 0.4s 2018-04-02 02:53:34 (2.54 MB/s) - ‘/var/cache/portage/distfiles/schroedinger-1.0.11.tar.gz’ saved [1019247/1019247] * schroedinger-1.0.11.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] post the whole error message.
  10. znavko, compiling own kernel is a task for more hours if not days and esp. if you are novice in this field. there are tools and info on the net to help. lshw program displays modules so does lspci device drivers section is a delicate section there things that are needed to boot from your drive etc so disable only stuff you know for sure you don't have. or disable one at a time compile reboot with new kernel and remove so more. don't remove a lot at once. same for network config for kernel config i like make nconfig there is search option so search for stuff there if you have lock-ups of your laptop try vanilla-sources even that will give you the option to report to kernel developers if the lock-ups remain cheers palica
  11. this should be fixed in tree now. https://github.com/funtoo/kit-fixups/commit/c51cd5e9d19017c50597204a54c71a14c3777e63 wait for tree to regen or switch to core-kit=1.2-prime
  12. Sorry I don't have that much experience with kvm/qemu ..., but I am using LXD which is really nice if you need containers. Containers use the same kernel as the host machine. LXD works well not only with Funtoo, also so other distributions. What VMs do you want to use? What is your use case? https://www.funtoo.org/KVM https://wiki.gentoo.org/wiki/QEMU
  13. ego kit list ego config set kits python-kit <branch> there are other useful modules in ego such as ego profile, query, doc ... sync. What Oleg is probably suggesting is to switch to 3.6-prime branch.
  14. All containers on Funtoo Containers now have a stateless IPv6 address.
  15. Open a bug please on bugs.funtoo.org
  16. For such things it is best to open a bug on bugs.funtoo.org the login for forums should work there too. Please file a bug.
  17. Please follow https://www.funtoo.org/LXD lxc is a dependency for lxd looks like problem with uid/gid maps show me your /etc/subuid and /ect/subgid please did you restart lxd after changing the values in subuid/subgid?
  18. command line approach for doing this: ego config set kits kde-kit 5.12-prime ego sync emerge -avuDN --with-bdeps=y @world
  19. znavko, backup data and start fresh with wiping the partition table, if you can. I don't know how non-destructive it would be to delete partition 3 and recreate it and hope that the filesystem is going to recognize it and be happy about the change. My recommendation it to start from scratch. You have done probably some strange things while creating this partition table. There are tools to manipulate partitions like parted and gparted, but as I've said making a backup and starting again will probably take less time then running some operation on the disk to fix the errors and with unknown result. Plan for znavko: backup data create new partition layout recreating the partitions from scratch copy data back done and happy
  20. I think that your partition table is somehow corrupt (EOD = end of drive) so the partitions are created larger then the drive. I personally would start over from scratch wiping the drive (backing up data before).
  21. did you create or recreate the partition now? maybe a reboot is needed or use partprobe from sys-block/parted to re-read the partition table. partprobe -s
  22. anything in dmesg that would help to debug, can you paste maybe the whole dmesg somewhere? ad PS you have to switch locale to change terminal output ~ ❯❯❯ LC_ALL=de_DE.UTF-8 date Fr 9. Mär 21:35:31 CET 2018 ~ ❯❯❯ date Fri Mar 9 21:35:33 CET 2018 ~ ❯❯❯ locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE=POSIX LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= ~ ❯❯❯ LC_ALL=de_DE.UTF-8 locale LANG=en_US.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL=de_DE.UTF-8
  23. znavko what error do you get when mounting /boot ?
  24. this could be ideal to setup a nested lxd inside the container where you could set the cpu allocations. tmpfs yes this can be done for example: raw.lxc: lxc.mount.entry = none mountpoint tmpfs rw,nosuid,nodev,create=dir let me know if you need any help with this. can pm me. or find me at IRC as palica or palica[m]
×
×
  • Create New...