LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-12-2023, 10:41 AM   #1
Capt_Krill
LQ Newbie
 
Registered: Jan 2008
Posts: 22

Rep: Reputation: 0
Some questions regarding slack15 as a server on trashcan Mac - dual NIC and amdgpu


Hello ��

I have repurposed my old 2013 Mac Pro -12c/24t Xeon/64gb/1tb- (trash can) to a mini home server of sorts for a couple different things, mainly plexmediaserver, docker for Pi-hole and homebridge, a public facing file server and a couple other things. Would love to hear out any suggestions to simplify or improve my options. Was just going to read through aliens’ docker blog posts and learn as I go. I’d like to get ssh and xrdp set up as well on the machine with a wm such as enlightenment, instead of a de. Essentially the end goal is to plug this thing in and never touch it except for ssh and occasional updates after initial setup.

In reading some “minimalist” installs of Slackware on the forum, but it’s been a common consensus that the extras installed does not affect processes or resources and is safe to just leave the extra packages. Is this still the case?

I have plex running exactly how I want in Ubuntu on a second trashcan but would like to decommission it and setup using Slackware 15 instead on the newer, more powerful one.

Had some trouble getting amdgpu to install until I used the HWE kernel during Ubuntu 22.04 LTS installer. Additionally, during the install it setup a dual nic bond to a single IP. I have not found much recent documentation for doing this in Slack. Does anyone have any experience binding dual nic in Slack? This is entirely foreign territory for me.

Lastly, is there anyway to definitively tell that one or both AMD cards in the machine are being utilized? I remember that crossfire and sli was an absolute pain and hardly worked years ago. I haven’t messed with dual cards in some time.

Apologies for the wall of text, just looking for some advice and clarification. Thanks all -cheers

Last edited by Capt_Krill; 11-12-2023 at 12:04 PM.
 
Old 11-13-2023, 02:57 AM   #2
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 323

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
I have some notes about how to setup bonding.
First of all you may want to use a local console, since you may lose connectivity while editing the network configuration.

Edit the /etc/rc.d/rc.inet1.conf file removing any IP address assigned to the network interfaces:
Code:
IPADDRS[0]=""
USE_DHCP[0]=""
Set (or keep) the value of the default gateway:
Code:
GATEWAY="192.168.1.254"
Edit the configuration for the bond0 network interface:

Code:
IFNAME[0]="bond0"
BONDNICS[0]="eth0 eth1"
BONDMODE[0]="balance-rr"
IFOPTS[0]="miimon 100"
IPADDRS[0]="192.168.1.241/24"
Restart the network

Code:
/etc/rc.d/rc.inet1 restart
More info here:
https://docs.slackware.com/howtos:mi...terace_bonding
 
  


Reply

Tags
bonding, docker, nic, plex, trashcan



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] amdgpu 0000:05:00.0: amdgpu: SECUREDDISPLAY: query secureddisplay T a failed. ret 0x0 on DEBIAN 12 naarter Debian 1 06-14-2023 05:55 AM
slack15 and php EOL Nobby6 Slackware 13 12-27-2022 07:01 AM
[SOLVED] Slack15 Font Size waynelloydsmith Slackware - Installation 9 03-09-2022 04:40 PM
[SOLVED] upgrade to Slack15-alpha from kernel 5.10.15 fails however Slackware 13 02-21-2021 11:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration