xsilentmurmurx
Members-
Posts
41 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Blogs
Everything posted by xsilentmurmurx
-
Can't emerge net-misc/networkmanager has unmet requirements
xsilentmurmurx replied to danielisko's topic in Dev Central
Would removing support for modemmanager, cause any performance issues with NetworkManager? -
What happened to the installation guide?
xsilentmurmurx replied to xsilentmurmurx's question in General Help
Nevermind, I didnt see the "next" link at the top .. . -
Hello everyone What happened to the installation guide? it used to have all of the installation steps. Now when I click on the install guide, it does not go past chapter 2. Where are the rest of the steps?
-
How do I go about setting up KVM virtualization on Funtoo?
xsilentmurmurx replied to xsilentmurmurx's question in Server Help
I guess no body knows the answer? -
Hello all On the Funtoo FAQs, the following is stated: What will these next-gen features consist of and is there any timeline for when this will be released? I am eager to see what new features will be in the new OpenRC. Thanks!
-
How do I go about setting up KVM virtualization on Funtoo?
xsilentmurmurx posted a question in Server Help
Hello all I recently installed Funtoo on my desktop computer and I would like to install and configure KVM so I can host VMs. I installed Qemu and libvirt. What else do I have to do in terms of networking, and package installations, configurations etc, to be able to create, and host VMs on my Funtoo? Thanks! -
Confusion regarding debian-sources kernel and using LVM
xsilentmurmurx replied to xsilentmurmurx's question in Installation Help
how would I emerge the new LVM version with out keywords? Would I just unmask it and place it in the /etc/portage/package.unmask file and emerge lvm2? -
How does one unmask a package or add/delete keywords from a package?
xsilentmurmurx replied to xsilentmurmurx's question in Portage Help
Thank you. I guess I would have to create those files and then add the packages I want to unmask/mask and the keywords I want to add/remove, correct? -
How does one unmask a package or add/delete keywords from a package?
xsilentmurmurx replied to xsilentmurmurx's question in Portage Help
thank you for your reply. I actually got this error after I did a full update of my system. Also, where and what files should I edit for unmasking and masking files and adding/removing keywords? -
[SOLVED] Errors syncing xorg-kit and python-kit while running ego sync
xsilentmurmurx replied to xsilentmurmurx's question in Portage Help
Thank you! I see that it is now fixed. -
Hello all I used to play around with Gentoo like 8 years ago so my knowledge of all of this is rusty, but how does one unmask a package or add/remove keywords from it? For example, I am trying to emerge xfce4-meta but I ran into this error: # emerge -av xfce4-meta These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds to satisfy ">=sys-devel/automake-1.16:1.16". (dependency required by "sys-apps/vbetool-1.1::nokit" [ebuild]) (dependency required by "sys-power/pm-utils-1.4.1-r7::core-kit[amd64,-video_cards_intel]" [ebuild]) (dependency required by "sys-power/upower-0.99.3-r1::gnome-kit[deprecated]" [ebuild]) (dependency required by "xfce-base/xfce4-settings-4.13.1::xfce-kit[upower]" [ebuild]) (dependency required by "xfce-base/xfce4-meta-4.12::xfce-kit" [ebuild]) (dependency required by "xfce4-meta" [argument]) In my old Gentoo days, I used to unmask automake so I could pull in the latest versions of it (I believe this is what I used to do ) but with Funtoo I am at totally lost when it comes to how to resolve these emerge errors. Also, I was previously told in another post that if I was to emerge the latest version of LVM2, with out keywords, I will not run into the Openrc Init scripts to runlevels problem. How do I go about emerging LVM2 with out keywords? Are there any articles on this site that explain how to do these things? Also, how relevant are Gentoo's articles to Funtoo? Thank you for all of your help!
-
Hello everyone. Last night, i built a Funtoo VM and when I ran ego sync, I got the following error message: ERROR: There was an error syncing xorg-kit. ERROR: There was an error syncing python-kit. At first, I thought it was something temporary, but tonight when I ran ego sync again , I got the same error. How should I go about fixing this syncing error? Thanks!
-
So i changed user-session to user-session=xfce.desktop and then chose the XFCE Session and it works now! Thank you for your help everyone!
-
I tried that, and the XFCE desktop still does not start up... Here is my /etc/lightdm/lightdm.conf: https://paste.pound-python.org/show/PRPtuM1TZEGXtzin0i33/ I added user-session=xfce4-session. I do not know if its even correct lol but the only thing that happens is a very very minimal xwm session starts but not the XFCE4 session
-
Yes I have the mix-ins for xfce and I ran emerge -avuDN @world and afterwards I reemerged xsm and I rebooted and logged in again, and still I do not see the XFCE desktop. Here is a link to my /var/log/lightdm/lightdm.log : https://paste.pound-python.org/show/aluHLGolO1K9e9worl91/
-
Thank you for your reply. I saw the following error in the ~/.xsession-errors file: /etc/X11/Sessions/Xsession: line 106: exec: xsm: not found I emerged xsm and now when I try to login using LightDM, I get a blank black screen. I dont get the XFCE desktop at all.
-
Hello all I emerged xorg-x11 and xfce4-meta and they installed just fine, I also emerged lightdm and configured my /etc/conf.d/xdm to use DISPLAYMANAGER="lightdm" but whenever I reboot my system, and LightDM comes up, I put in my username and password and instead of the XFCE desktop starting, LightDM starts up again and I have to relogin and this continues on and on and on.. How do I get xfce4 to start up ?
-
[SOLVED] Having trouble with boot-update and LVM
xsilentmurmurx replied to xsilentmurmurx's question in Installation Help
I fixed it! I had misspelled my Volume Group name in /etc/boot.conf and when I fixed that and changed both my /etc/fstab and my /etc/boot.conf to the following: /etc/fstab: (chroot) livecd / # cat /etc/fstab # /etc/fstab: static file system information. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> /dev/sda1 /boot ext2 noauto,noatime 1 2 /dev/sda2 none swap sw 0 0 /dev/mapper/VolGroup00-LogVol00 / ext4 noatime 0 1 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 and my /etc/boot.conf to: (chroot) livecd / # cat /etc/boot.conf boot { generate grub default "Funtoo Linux genkernel" timeout 3 } "Funtoo Linux" { kernel bzImage[-v] } "Funtoo Linux genkernel" { kernel kernel[-v] initrd initramfs[-v] params += dolvm real_root=/dev/mapper/VolGroup00-LogVol00 rootfstype=ext4 resume=swap:/dev/sda2 quiet } It finally worked after I ran boot-update! I recommend adding the following to the LVM install guide for funtoo: The real_root path for the root partition, in /etc/boot.conf, has to match the entry in /etc/fstab exactly in the same format. Also giving examples in the guide, will also help! Just a friendly suggestion :) Thank you for your help! Now onto rebooting the VM and seeing if it even boots! -
[SOLVED] Having trouble with boot-update and LVM
xsilentmurmurx replied to xsilentmurmurx's question in Installation Help
I emerged debian-sources and did boot-update again and I still get the same error.. I am lost as to how to fix this This is my /etc/fstab: (chroot) livecd / # cat /etc/fstab # /etc/fstab: static file system information. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> /dev/sda1 /boot ext2 noauto,noatime 1 2 /dev/sda2 none swap sw 0 0 /dev/VolGroup00/LogVol00 / ext4 noatime 0 1 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 -
[Solved] Why does debian kernel need 20G free disk space?
xsilentmurmurx replied to bluephoenix's question in Installation Help
20GB is still huge for a kernel though. Even Red Hat's kernel isnt that huge. I am able to install a minimal installation of Red Hat on a 7 GB VM VHD -
[SOLVED] Having trouble with boot-update and LVM
xsilentmurmurx replied to xsilentmurmurx's question in Installation Help
Thank you for your reply.. I changed my /etc/fstab so it uses the logical volume name instead of the label and I still get the same error -
[SOLVED] Having trouble with boot-update and LVM
xsilentmurmurx replied to xsilentmurmurx's question in Installation Help
Thank you for your reply. I just built the VM last night and it is a brand new installation. I can try to reemerge debian-sources again and see if that works. -
[SOLVED] Having trouble with boot-update and LVM
xsilentmurmurx replied to xsilentmurmurx's question in Installation Help
Well I saw this post: https://forums.funtoo.org/topic/927-boot-update-error-with-lvm/ It mentions that the path for the LVM, in /etc/fstab and /etc/boot.conf have to be the same (i.e. if you have /dev/VolGroup00/LogVol00 in /etc/fstab, it should be the same in the /etc/boot.conf file) I changed the entry in /etc/boot.conf to /dev/VolGroup00/LogVol00 but left the entire in /etc/fstab as LABEL="ROOT" and I got the same error. How come boot-update will not accept the LABEL="ROOT" entry? -
[SOLVED] Having trouble with boot-update and LVM
xsilentmurmurx posted a question in Installation Help
Hello all I am installing a VM of Funtoo, using LVM, and I keep getting the following error after running boot-update after grub-install: (chroot) livecd / # boot-update boot-update 1.8.2 / Copyright 2009-2017 Funtoo Technologies [use option "-l" for license info, "-h" for help] * Generating config for grub... * NOTE: Detected MBR boot. Configuring for Legacy MBR booting. * ERR : (rootfstype=auto) - cannot find a valid / entry in /etc/fstab. * ERR : No matching kernels or boot entries found in /etc/boot.conf. * ERR : Did not complete successfully. My /etc/boot.conf was configured to look like this: (chroot) livecd / # cat /etc/boot.conf boot { generate grub default "Funtoo Linux genkernel" timeout 3 } "Funtoo Linux" { kernel bzImage[-v] } "Funtoo Linux genkernel" { kernel kernel[-v] initrd initramfs[-v] params += dolvm real_root=/dev/mapper/VolGroup-LogVol00 rootfstype=ext4 resume=swap:/dev/sda2 quiet } My /etc/fstab looks like this: (chroot) livecd / # cat /etc/fstab # /etc/fstab: static file system information. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> /dev/sda1 /boot ext2 noauto,noatime 1 2 /dev/sda2 none swap sw 0 0 LABEL="ROOT" / ext4 noatime 0 1 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 LABEL="ROOT' is /dev/VolGroup00/LogVol00 I have no idea what is going on and why I get the error I mentioned. Also, someone should update the LVM Wiki page for Funtoo with up to date information All help is greatly appreciated! Thanks! -
Dual Booting Funtoo with CentOS 7 or any other Linux Distros
xsilentmurmurx replied to xsilentmurmurx's question in General Help
I am studying for the RHCSA certification, and I would like to practice with KVM on CentOS7/RHEL 7
