Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 82 matches

Go to advanced search

Advanced search
Search found 82 matches
  • 1
  • 2
  • 3
  • 4
  • Next
by tuner23
Thu Dec 26, 2019 12:32 pm
Forum: Kernel & Hardware
Topic: Mounting a raw disk image used by a VM on the host system
Replies: 4
Views: 2469

Ok, thanks for the information.

So i will have to use another way instead..
  • Jump to post
by tuner23
Wed Dec 25, 2019 9:44 am
Forum: Kernel & Hardware
Topic: Mounting a raw disk image used by a VM on the host system
Replies: 4
Views: 2469

Mounting a raw disk image used by a VM on the host system

hi,


i have a virtual machine running with qemu-kvm, and a secondary disk-image mounted with
-drive file=/data/vms/kube/kube-storage.img,format=raw,if=none,id=drive-ide0-1-1

On the VM the image is mounted under /storage/
/dev/sdb on /storage type ext4 (rw,relatime,seclabel,data=ordered)

Now ...
  • Jump to post
by tuner23
Sun May 26, 2019 4:04 pm
Forum: Portage & Programming
Topic: [SOLVED] Strange behaviour emerging gcc
Replies: 5
Views: 1845

Hu was right,
it was a problem with the VM.

I restored a backup and recompiled again and then it worked.


Thanks all for you help.
  • Jump to post
by tuner23
Sat May 25, 2019 12:10 am
Forum: Portage & Programming
Topic: [SOLVED] Strange behaviour emerging gcc
Replies: 5
Views: 1845

Hi,


1. Yes, i have a gentoo VM running Docker inside

# docker --version
Docker version 17.06.1-ce, build 874a737

and the Docker image is a gentoo base-image with small modifications. Compilation had worked before, but it's some time ago..

I manage my machines with virt-manager and libvirt ...
  • Jump to post
by tuner23
Fri May 24, 2019 9:15 am
Forum: Portage & Programming
Topic: [SOLVED] Strange behaviour emerging gcc
Replies: 5
Views: 1845

[SOLVED] Strange behaviour emerging gcc

Hi all,


i have a problem compiling gcc inside a (privileged) container.

The compilation starts normal, but after a while it crashes and shuts down the complete host VM.

There are no logs or errors thrown, only:


# emerge -av1 sys-devel/gcc
...
checking for x86_64-pc-linux-gnu-strip... /usr/x86 ...
  • Jump to post
by tuner23
Wed May 08, 2019 4:29 pm
Forum: Other Things Gentoo
Topic: Running minikube instde virual machine
Replies: 1
Views: 1352

Ok,
some progress here..

I needed to compile the kernel-modules kvm and kvm-intel as modules and then i had to add

options kvm-intel nested=1

to /etc/modprobe.d/kvm-intel.conf on my host system.

With that i have:

henry /home/tuner # cat /sys/module/kvm_intel/parameters/nested
Y

so that ...
  • Jump to post
by tuner23
Wed May 08, 2019 9:00 am
Forum: Other Things Gentoo
Topic: Running minikube instde virual machine
Replies: 1
Views: 1352

Running minikube instde virual machine

Hi all,

i want to run minikube with kvm drive inside a virtual machine started with virt-manager, but have problems doe to lack of vmx support (i think).

The error message:

???? Unable to start VM: create: Error creating machine: Error in driver during machine creation: virError(Code=8, Domain ...
  • Jump to post
by tuner23
Mon Apr 29, 2019 6:12 am
Forum: Unsupported Software
Topic: [SOLVED] Kubernetes on gentoo
Replies: 2
Views: 4343

Oh,
you're right, thanks.

eix kubernetes gave me nothing and when i searched for gentoo and kubernetes i also did not find anything useful..

[/quote]
  • Jump to post
by tuner23
Sun Apr 28, 2019 8:13 pm
Forum: Unsupported Software
Topic: [SOLVED] Kubernetes on gentoo
Replies: 2
Views: 4343

[SOLVED] Kubernetes on gentoo

Hi all,

is there a possibility to install Kubernetes on gentoo?

Thanks,
Toni.
  • Jump to post
by tuner23
Mon May 08, 2017 5:02 am
Forum: Portage & Programming
Topic: Problems with freetype on world upgrade
Replies: 2
Views: 6281

Solved it now, a weird problem solved in a weird way.

I had to kill the last process

18107 pts/8 S+ 0:00 cat /system/systemp/portage.tmp/portage/media-libs/freetype-2.7.1-r2/work/freetype-2.7.1/include/freetype/freetype.h

about 6-7 times during the whole compilation process and then it ...
  • Jump to post
by tuner23
Fri May 05, 2017 12:43 pm
Forum: Portage & Programming
Topic: Problems with freetype on world upgrade
Replies: 2
Views: 6281

Problems with freetype on world upgrade

Hi all,


i want to do a world update, but the compilation of media-libs/freetype hangs here:

>>> Emerging (1 of 365) media-libs/freetype-2.7.1-r2::gentoo
* Fetching files in the background.
* To view fetch progress, run in another terminal:
* tail -f /var/log/emerge-fetch.log
* freetype-2.7.1 ...
  • Jump to post
by tuner23
Sat Jul 16, 2016 4:56 pm
Forum: Kernel & Hardware
Topic: kvm nographis in background fails
Replies: 0
Views: 2626

kvm nographis in background fails

Hi all,


i have problems to run my virtual machine in background, so i don't know what is missing.

This works:

qemu-system-x86_64 -enable-kvm -drive file=/vms/prod/puppet/gentoo.iso,if=virtio,format=raw -drive file=/vms/prod/puppet/swap,if=virtio,format=raw -drive file=/vms/prod/puppet ...
  • Jump to post
by tuner23
Thu May 26, 2016 9:25 am
Forum: Kernel & Hardware
Topic: [solved] Host system crashes on qemu with DMA remapping
Replies: 1
Views: 2486

Ok, i just found out, where the problem was.

I had to pass intel_iommu=on as boot-param. In my old kernel version this wasn't necessary..

Now the bootup looks better:

# dmesg|grep -e DMAR -e IOMMU
[ 0.000000] ACPI: DMAR 0x00000000BF78E0C0 000090 (v01 AMI OEMDMAR 00000001 MSFT 00000097)
[ 0 ...
  • Jump to post
by tuner23
Sun May 08, 2016 5:37 am
Forum: Kernel & Hardware
Topic: [solved] Host system crashes on qemu with DMA remapping
Replies: 1
Views: 2486

[solved] Host system crashes on qemu with DMA remapping

Hi,


as already told my host system crashes completely when trying to start a guest system with -device pci-assign,host=01:00.0 option.
It worked very well before upgrading my system, so either it depends on new missing kernel options, new libraries or maybe missing useflags, or udev..?..

The only ...
  • Jump to post
by tuner23
Tue Sep 16, 2014 6:39 pm
Forum: Networking & Security
Topic: Cannot connect to remote host (expecting SSH2_MSG_NEWKEYS)
Replies: 1
Views: 5730

Ok, solved it by:

RekeyLimit default none


But in the end i think RedHat is stupid rubbish and i will not use anymore for myself..
It's all the same wit the commercial distro-sh**t doing always their own special way causing things to work more complicated and showing the "Distro-Specials" to be ...
  • Jump to post
by tuner23
Fri Sep 12, 2014 5:33 pm
Forum: Networking & Security
Topic: Cannot connect to remote host (expecting SSH2_MSG_NEWKEYS)
Replies: 1
Views: 5730

Cannot connect to remote host (expecting SSH2_MSG_NEWKEYS)

Hello,


i have a problem to login to a CentOS 7 host.

On gentoo as client i have now the following installation:
[I] net-misc/openssh
Available versions: 6.6_p1-r1 ~6.6.1_p1-r2 {X X509 bindist +hpn kerberos ldap ldns libedit pam selinux skey static tcpd}
Installed versions: 6.6_p1-r1(15:22:37 ...
  • Jump to post
by tuner23
Wed Apr 02, 2014 6:57 pm
Forum: Installing Gentoo
Topic: Mount bind-option does not show disk space.
Replies: 0
Views: 2055

Mount bind-option does not show disk space.

Hello,


i have a system with one root-partition and two encrypted LVM-partitions (system and data):

/dev/mapper/local-system /system ext4 noatime 1 0
/dev/mapper/local-data /data ext4 noatime 1 0


Now on system i have several system partitions which are dynamical growing and bind them with the ...
  • Jump to post
by tuner23
Wed Jan 08, 2014 11:14 am
Forum: Networking & Security
Topic: SSL Encryption with apache proxy
Replies: 0
Views: 3013

SSL Encryption with apache proxy

Hy,


i want to setup ssl encryption for my apache proxy, so that i don't have to encrypt every site.

I tried out the following, but that does not work:

<VirtualHost *:80>
ServerName wiki.tunes.dyndns.org

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME ...
  • Jump to post
by tuner23
Wed Aug 21, 2013 4:37 pm
Forum: Networking & Security
Topic: [SOLVED] SELinux: Problems with Database on a new Partition
Replies: 1
Views: 4747

Ah, ok.

I solved it:

Code: Select all

[root@dark ~]# semanage fcontext -a -t mysqld_db_t "/data"
[root@dark ~]# restorecon -Rv /data
Thanks.
  • Jump to post
by tuner23
Wed Aug 21, 2013 3:38 pm
Forum: Networking & Security
Topic: [SOLVED] SELinux: Problems with Database on a new Partition
Replies: 1
Views: 4747

[SOLVED] SELinux: Problems with Database on a new Partition

Hello,


i moved my database to a new partition and now i have problems starting the MySQL daemon.

i tried out:

[root@dark ~]# semanage fcontext -a -t mysqld_db_t "/data/mysql(/.*)?"
[root@dark ~]# restorecon -Rv /data/mysql


But it does not work due to the new mounted partition:

type=AVC msg ...
  • Jump to post
by tuner23
Tue Mar 19, 2013 5:51 pm
Forum: Installing Gentoo
Topic: Booting an i686 «generic» gentoo from a portable drive
Replies: 4
Views: 2790

Hy,

for my system i use sometimes a special init-script inside initramfs to see whats going on.

The trick is to use busybox and use shell-command.

something like:
#!/bin/busybox sh

export PATH=/bin
umask 0077

mount -t proc none /proc
mount -t sysfs none /sys

sh

umount /proc
umount /sys ...
  • Jump to post
by tuner23
Tue Mar 19, 2013 9:28 am
Forum: Networking & Security
Topic: dhcpd (dhcp server) will not start on boot.
Replies: 4
Views: 7356

Oh, thanks for the info..
  • Jump to post
by tuner23
Tue Mar 19, 2013 7:58 am
Forum: Networking & Security
Topic: dhcpd (dhcp server) will not start on boot.
Replies: 4
Views: 7356

Hy,


dhcpd needs a succesfull started net interface, so yes vboxnet0 has to be up.

If you want to use it only with vbox, you have to wait till vbox is started.

Possible solutions are:
* change the dependencies in the init-scripts
e.g. try (hope the name of the service is /etc/init.d/vbox )
/etc ...
  • Jump to post
by tuner23
Tue Mar 19, 2013 7:46 am
Forum: Installing Gentoo
Topic: Booting an i686 «generic» gentoo from a portable drive
Replies: 4
Views: 2790

Hello,


hmm.. when exactly does the bootup fail? When starting init (right after starting up the kernel), or after that during boot?

If it fails during boot:
for booting without initram, i think /etc/init.d/root does the trick.
You have to start the service while booting with rc-update add root ...
  • Jump to post
by tuner23
Tue Mar 19, 2013 7:19 am
Forum: Kernel & Hardware
Topic: Where is CONFIG_PM_ADVANCED_DEBUG in the kernel [SOLVED]
Replies: 4
Views: 3803

Hello,

When you are in menuconfig you can search for modules, if you type '/'

┌──────────────────────────────── Search Results ─────────────────────────────────┐
│ Symbol: PM_ADVANCED_DEBUG [=n] │
│ Type : boolean │
│ Prompt: Extra PM attributes in sysfs for low-level debugging/testing ...
  • Jump to post

Search found 82 matches
  • 1
  • 2
  • 3
  • 4
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic