Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 12 matches

by finalturismo
2022-07-20 01:35
Forum: Programming
Topic: How to regenerate shared libraries?
Replies: 7
Views: 2127

Re: How to regenerate shared libraries?

Jul19 12:29] nautilus[9794]: segfault at 10 ip 00007fa05335720b sp 00007ffd433773f0 error 4 in libpython3.10.so.1.0 That file is supplied by the libpython3.10 package so try reinstalling it. Do the same for the other libraries after using https://wiki.debian.org/WhereIsIt#A.22I_have_a_file_.27quux....
by finalturismo
2022-07-19 17:26
Forum: Programming
Topic: How to regenerate shared libraries?
Replies: 7
Views: 2127

Re: How to regenerate shared libraries?

Because i have been working on a custom kernel with ZFS built in. Currently ldd will tell you what libraries a binary uses. For example if you run ldd /sbin/zpool on my localhost it will display the following. linux-vdso.so.1 (0x00007ffd2a5e8000) libzfs.so.4 => /lib/x86_64-linux-gnu/libzfs.so.4 (0x0...
by finalturismo
2022-07-19 01:21
Forum: Programming
Topic: How to regenerate shared libraries?
Replies: 7
Views: 2127

How to regenerate shared libraries?

So one or 2 of my shared libraries are corrupted in my current Linux installation and i need to know how to regenerate them.

Is there a command i can use to regenerate all my libraries?
by finalturismo
2022-05-27 05:56
Forum: System and Network configuration
Topic: Prevent initramfs from making .old directories under modules
Replies: 0
Views: 1050

Prevent initramfs from making .old directories under modules

Ok so i never have any issues when I am using Debian install usually. I switch kernels, compile new ones and initramfs has this VERY annoying problem regarding just messing up my entire configuration for modules.... kernel; It RANDOMLY. When it wants to makes a new folder under modules called .old. ...
by finalturismo
2022-03-05 22:00
Forum: Installation
Topic: What services loads modules automatically?
Replies: 5
Views: 1283

Re: What services loads modules automatically?

So what your saying is as long as i have udev it will load needed hardware modules and i dont need to put the names in modprobe?
by finalturismo
2022-03-04 21:43
Forum: Installation
Topic: What services loads modules automatically?
Replies: 5
Views: 1283

What services loads modules automatically?

Hey guys what service loads modules automatically without the need to specify them?
by finalturismo
2022-02-14 07:32
Forum: System and Network configuration
Topic: Why kvm networks create iptable rules?
Replies: 1
Views: 667

Re: Why kvm networks create iptable rules?

You need to compile Vfio / QEMU from source without its virtual network functions. Something Gentoo shines at is being able to remove things you dont want from the entire OS with portage.

Otherwise the general feature set is installed.
by finalturismo
2022-02-11 05:13
Forum: General Questions
Topic: Session data not saving for i3wm?
Replies: 0
Views: 646

Session data not saving for i3wm?

So iam not sure if this session data or not but my monitor layout refuses to stay the same in i3 and after every reboot it resets to a different layout. The same goes for the sound settings under pauvcontrol.... my sound input and output keeps resetting upon resetting. This does not happen if i use ...
by finalturismo
2022-02-03 03:19
Forum: General Questions
Topic: eth0, 2,3,4 changed to eth29,30,31,32
Replies: 4
Views: 1290

Re: eth0, 2,3,4 changed to eth29,30,31,32

found the answer, there happened to be a ton of random udev rules in the rules folder. I cleared them and it went back to normal.
by finalturismo
2022-02-02 08:58
Forum: General Questions
Topic: eth0, 2,3,4 changed to eth29,30,31,32
Replies: 4
Views: 1290

eth0, 2,3,4 changed to eth29,30,31,32

As the title says, eth0, 2,3,4 changed to eth29,30,31,32

So i have my net.ifnames=0 on and for some reason this randomly happened to me. This is the 2nd time it has happened and it was after i compiled a new kernel.

Anyway i can revert this change?
by finalturismo
2022-02-01 17:25
Forum: General Questions
Topic: How to stop daemons from being added to startup?
Replies: 1
Views: 1124

How to stop daemons from being added to startup?

How to stop daemons from being added to startup?
by finalturismo
2022-01-26 17:58
Forum: Installation
Topic: Open a tty pre install to preform a btrfs install?
Replies: 1
Views: 2144

Open a tty pre install to preform a btrfs install?

So iam looking for a way to use the mkfs.btrfs command to setup a raid 10 before performing a raid10 installation. I was wondering if the mkfs.btrfs command is available using the net install iso? This is coming from a Gentoo user who can install Linux mostly by CLI. I was wondering if there is any ...