LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-07-2015, 10:52 AM   #16
the3dfxdude
Member
 
Registered: May 2007
Posts: 730

Rep: Reputation: 358Reputation: 358Reputation: 358Reputation: 358

While I don't think linode allows to install an OS directly from an ISO, they do allow you to transfer your own OS images. Here are instructions on how to build and transfer an image on linode. This can be good if you want to deploy your own customized image(s) more quickly (see Running a Custom Linux Distribution on a Linode in below link). There is instructions for deploying distro specific/custom kernels as well. This lacks slackware specific instructions, but could work if you want to go this route.
https://www.linode.com/docs/tools-re...rnels-distros/

The stock image is very barebones, but really the problem with it was since they left you with a mostly empty packages dir as you could not see what they did.

I suppose you are already well past this, as am I. But if there is a next time, this is what I am keeping in mind.
 
Old 02-07-2015, 11:28 AM   #17
codeguy
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 187

Rep: Reputation: 46
I would think running a custom kernel would be bad. (custom as in a kernel not chosen by linode) Linode choose a kernel that support their hardware and runs well inside a VM. One reason you'd need a newer kernel is hardware support ... but that'll never be the case in a VM. The noop scheduler is probably the best for VM's so really, what would you need a different kernel for?

On the off chance Xen can merge (or share) common code pages between multiple vm's, then having 10 VM all running the same kernel could save a good chunk of ram.

linode kernels should have a decent tick rate MHz (or even tickless). (you want to be a good neighbor, right?)

Tech support wise, the linode devops will be able to help you if you are running a kernel they understand.

All I see are pluses for running linodes recommended kernels. No minuses.
 
1 members found this post helpful.
Old 02-07-2015, 01:47 PM   #18
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264

Original Poster
Blog Entries: 24

Rep: Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195
Quote:
Originally Posted by codeguy View Post
I would think running a custom kernel would be bad...

All I see are pluses for running linodes recommended kernels. No minuses.
All good points.

I was initially surprised to find that I was not running a Slackware kernel, then a little confused until I had a chance to think through how that affected my uses. Then I thought, "OK, let's continue and see where this becomes a problem...".

So far it hasn't, and I like the performance of my baby sized linode.

Do you know if they enforce upgrades of their kernels on installed linodes, or do I run with this one until I decide otherwise?

Last edited by astrogeek; 02-07-2015 at 01:48 PM. Reason: tpos, typs, typos
 
Old 02-07-2015, 02:03 PM   #19
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,180

Rep: Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763
Quote:
Originally Posted by astrogeek View Post
Update for anyone interested...

In the past few days I have built and installed postfix, dovecot and mariadb (custom build) on my linode, and now have my mailserver working!

I read somewhere along the way that setting up a mail server was not for the faint of heart... understatement! I could not find a useful guide for setting up postfix/dovecot with mysql anywhere, to my surprise. Both the postfix and dovecot reference documentation is complete and mostly accessible (some exceptions), but there really is no "Quick Start" - lots and lots of reading, and unfamiliar terminology!

But now that it is done, working, secured and well tested, I feel like I have accomplished something, and learned quite a bit!

I kept notes which I hope to turn into a Slackdocs how-to, soon.
It is quite difficult to get all this up and running indeed. It took me a while to get a nice mail server up and running with Postfix and Dovecot but then my ISP decided to give us private addresses. And that was the end of that!
 
Old 02-07-2015, 02:09 PM   #20
codeguy
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 187

Rep: Reputation: 46
Quote:
Originally Posted by astrogeek View Post
Do you know if they enforce upgrades of their kernels on installed linodes, or do I run with this one until I decide otherwise?
Heh:

$ uptime
14:05:25 up 234 days, 19:17, 1 user, load average: 0.00, 0.01, 0.05

$ uname -a
Linux 3.14.5-x86_64-linode42 #1 SMP Thu Jun 5 15:22:13 EDT 2014 x86_64 Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz GenuineIntel GNU/Linux

I kinda recall a config page where you could select your kernel. But its been 234 days since I've even reboot it, let alone choose a kernel. Not even sure, do they even have kernel 3.14.5 as an option anymore?
 
Old 02-07-2015, 02:12 PM   #21
codeguy
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 187

Rep: Reputation: 46
Ok, I was curious, so had to go look. Its in the Configuration Profile, there's a drop down for the kernels. 3.14.5 is listed, and even still supported. 3.18.3 is current.
 
Old 02-07-2015, 07:15 PM   #22
the3dfxdude
Member
 
Registered: May 2007
Posts: 730

Rep: Reputation: 358Reputation: 358Reputation: 358Reputation: 358
Quote:
Originally Posted by codeguy View Post
Ok, I was curious, so had to go look. Its in the Configuration Profile, there's a drop down for the kernels. 3.14.5 is listed, and even still supported. 3.18.3 is current.
I am using the linode 3.18.3 kernel. I agree with what you said on customizing your own kernel. There is no reason to add your own here since the linode kernel already is built to the target system. And there is usually no issue with using newer kernel than what came with slackware.
 
Old 02-16-2015, 04:20 AM   #23
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264

Original Poster
Blog Entries: 24

Rep: Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195
For any still interested, I have written a first cut of a how-to based on my own virtual mail server now running on my VPS...

Creating a Virtual Mail Server with Postfix, Dovecot and MySQL


I hope someone finds it useful - all constructive comments appreciated, others ignored!

Last edited by astrogeek; 02-16-2015 at 04:20 AM. Reason: typos - agan!
 
4 members found this post helpful.
Old 02-16-2015, 08:24 PM   #24
NoStressHQ
Member
 
Registered: Apr 2010
Location: Geneva - Switzerland ( Bordeaux - France / Montreal - QC - Canada)
Distribution: Slackware 14.2 - 32/64bit
Posts: 609

Rep: Reputation: 221Reputation: 221Reputation: 221
Hi,

Quote:
Originally Posted by codeguy View Post
Heh:

$ uptime
14:05:25 up 234 days, 19:17, 1 user, load average: 0.00, 0.01, 0.05
My LINODE server:
Code:
 Uptime: 299 days(!), 04:34:42
Last reboot was not really required...
Almost non-stop since I registered a LINODE VPS 2 years ago. I've been using it happily for 2 years for another company before that.

Great uptime, great service. Slackware + Linode is a pleasure.

Enjoy.
 
Old 02-17-2015, 02:22 AM   #25
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,180

Rep: Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763
Quote:
Originally Posted by astrogeek View Post
For any still interested, I have written a first cut of a how-to based on my own virtual mail server now running on my VPS...

Creating a Virtual Mail Server with Postfix, Dovecot and MySQL


I hope someone finds it useful - all constructive comments appreciated, others ignored!
This is a great and welcome addition to docs.slackware, and one I will definitely be using. Good work.
 
Old 02-17-2015, 02:31 AM   #26
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264

Original Poster
Blog Entries: 24

Rep: Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195
Quote:
Originally Posted by gezley View Post
This is a great and welcome addition to docs.slackware, and one I will definitely be using. Good work.
Thanks! I hope you find it useful!

I have a few additions and changes to make to the Slackdocs article, but I ran up against the clock getting it posted yesterday. So while I think it is complete and correct as it is now, you should see a few improvements later in the week, hope they do not confuse.

All feedback appreciated - please let me know if you have any problems!
 
Old 02-17-2015, 03:40 AM   #27
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
My Linode uptime

Code:
$ uptime
 10:39:45 up 508 days,  1:53,  4 users,  load average: 0.00, 0.01, 0.05
 
Old 02-20-2015, 10:06 PM   #28
AlexSlack
Member
 
Registered: Jul 2012
Location: El Salvador
Distribution: Slackware-current
Posts: 53

Rep: Reputation: 42
Hi,

I found this post helpful since I want to move my VPS to linode.

Currently I have a VPS at Digital Ocean and I installed slackware64-current using kexec over an Ubuntu kernel, so I boot the kernel provided by DO and then I run kexec to load the slackware current kernel and an initrd.gz, so I can use the packages from current. I would like to know if could I use the slackware64-current packages with the kernel provided by linode? or is slackware-14.1 the latest that I can run on linode?

My idea is to migrate the server through rsync as it is configure now.

Thanks in advance.
 
Old 02-21-2015, 06:28 AM   #29
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled
Quote:
Originally Posted by AlexSlack View Post
I would like to know if could I use the slackware64-current packages with the kernel provided by linode? or is slackware-14.1 the latest that I can run on linode?

My idea is to migrate the server through rsync as it is configure now.

Thanks in advance.
The Linode Slackware 14.1 is actually Slackware-current. The mirrors are configured to point to current out-of-the-box.
 
1 members found this post helpful.
Old 02-21-2015, 09:40 AM   #30
the3dfxdude
Member
 
Registered: May 2007
Posts: 730

Rep: Reputation: 358Reputation: 358Reputation: 358Reputation: 358
Quote:
Originally Posted by ryanpcmcquen View Post
The Linode Slackware 14.1 is actually Slackware-current. The mirrors are configured to point to current out-of-the-box.
You mean slackpkg is configured to point to slackware-current. The linode image is certainly 14.1 and not current.
 
  


Reply



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
Difference between normal hosting and VPS like linode portia General 2 11-17-2011 07:57 AM
How do I make user comments display? SentralOrigin Programming 13 01-08-2009 06:26 PM
New User Intro + Questions/Comments TerryP Slackware - Installation 7 05-10-2006 10:05 PM

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

All times are GMT -5. The time now is 08:26 PM.

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