/srv/irclogs.ubuntu.com/2017/05/27/#ubuntu-server.txt

CuChulaindHey all. Doing an Ubuntu server install on a used HP Z600 with 3 500GB drives. It shows one as only having 115 MB when I get to the RAID config00:50
CuChulaindbooting into a liveUSB that particular drive won't let me delete the partition, or deactivate it with gparted00:51
CuChulaindWhat must I do to get this drive emptied?00:51
CuChulaindIt shows sdb as only 115MB available00:51
CuChulaindsda and sdc are just fine00:51
sarnoldare you sure that's not an on-board usb thing for lights-out or similar?00:54
sarnolddoes dmesg show that it's the right make/model/etc?00:54
CuChulaindCuChulaind, figured it out, it was an old LVM, removed the LVM, now all is good00:58
sarnoldyay00:58
CuChulaindsarnold, This is my 1st attempt at a RAID, I have 3 500 GB drives. I believe I would like to run RAID 500:59
CuChulaindThis machine is only for me to play on, run some VM's, would RAID 5 be the way to go?01:00
sarnoldCuChulaind: have you heard about zfs? :)01:00
CuChulaindno01:00
sarnoldCuChulaind: zfs fixes the raid5 write hole, has transparent compression, transparent checksumming, snapshots, and is helping return unicorns to their native lands :)01:01
CuChulaindhahah01:01
sarnoldCuChulaind: I'm a big fan of zfs; give this series of blog posts a quick skim to see i fyou're interested https://pthree.org/2012/12/04/zfs-administration-part-i-vdevs/01:01
CuChulaindTHis is my play around machine, I'm up for learning and trying anything01:02
sarnoldexcellent :D01:02
sarnoldit's still a fair amount of work to make zfs be a root filesystem; depending upon what you want the machine to do and how many more drives you have, this may or may not work great01:02
sarnold(in case you're curious it's at https://github.com/zfsonlinux/zfs/wiki/Ubuntu-16.04-Root-on-ZFS -- but I didn't use zfs as root on my own system yet, because it looks just that bit too annoying still.)01:03
CuChulaindThis will be my first RAID, should I start there with traditional first? This machine is quite old, got it cheap01:04
CuChulaindand no separate RAID controller FWIW01:05
sarnoldI much prefer the zfs user interface over the mdadm interface01:05
sarnoldthe seperation of zpool commands to work on disks and zfs commands to work on datasets makes sense to me01:05
CuChulaindgotcha01:06
sarnoldmany people have poor opinions on raid controllers; most of the zfs crowd would rather get a much simpler and cheaper HBA instead of a raid card01:06
sarnoldif the raid card dies you're in trouble; I've heard people say they were never able to put their drives back together again if the card dies01:06
CuChulaindIC01:07
CuChulaindFrom the quick read, looks like I install server then install and set up zfs?01:08
sarnoldyeah01:08
sarnoldso if you don't have a drive that's in a good position to be the OS drive, then maybe mdadm is the easier/better bet. but I really like zfs and wanted to make sure you knew about it as an option :)01:08
CuChulaindwhat do you mean by having a drive that's in a good position?01:09
sarnoldeither a fourth drive or a usb stick to boot to, or pxe boot, or something similar.01:09
CuChulaindOK. I have server on a liveUSB, however it looks like I can't run it live, just have the install and check options01:10
CuChulaindCuChulaind, Are you saying to always boot to the liveUSB, and my other 3 zfs drives are all storage01:10
sarnoldCuChulaind: yeah that's an option -- the SmartOS operating system is designed around this very idea ;)01:11
sarnoldubuntu isn't so it probably wouldn't be as pleasant.01:11
CuChulaindOther than setting it up, it looks easy to set up :-). The tutes point out just list the devices /dev/sda /dev/sdb /dev/sdc however the don't show a number like /dev/sda3 since 1 and 2 are OS01:14
CuChulaindif not using a liveUSB etc01:14
sarnoldit's usual in zfs land to give the entire drives to zfs. if you're going to stick OS on one partition and data on another, then you'd had to adapt a bit01:15
CuChulaindso use 1 drive for OS, and use the other 2 for zfs?01:18
sarnoldyeah you could do that01:18
CuChulaindand the OS of course could be 200GB or so01:18
sarnoldor less, yeah01:18
sarnoldfor my big machine the OS is on 120 gig ssds (mdadm mirror; I hope they never break because Ihave no idea how to use it :) and the data is on nine spinning metal disks01:19
CuChulaindwiw01:21
CuChulaindwow01:21
sarnoldit's a ton of fun to see all those lights blinking when it's mirroring the ubuntu archives or running a scrub01:22
CuChulaindsarnold, with traditional RAID does it work the same way on install, you partition a drive for /  /boot and /home, then tell it to RAID?01:27
CuChulaindthe other drives?01:27
sarnoldCuChulaind: you could also configure mdadm to set up a raid5 of the drives and -then- create the filesystems on the raid device01:28
CuChulainddoes on not typically include the OS in RAID01:28
sarnoldnormally you would, yes01:28
CuChulaind*does one01:29
CuChulaindok01:29
sarnoldubuntu may some day support installing with zfs as root, but it takes work to do it..01:29
sarnoldI think it'll be really nice to have snapshots integrated with apt-get at that point01:29
sarnoldI can dream :)01:29
sarnoldtime to run, have fun CuChulaind01:36
CuChulaindI agree, I believe I will try the RAID 5 for a bit lots of documentation for ubunut, and then read up on zfs01:37
CuChulaindAlways looking to learn and stay curent01:37
CuChulaindOr maybe not, the ubuntu server RAID instructions are not working, it says to manually partition the first drive, when I try that and say yes, doesn't allow me to set up the ize01:49
CuChulaindthe inst say to set up the swap on all 3, then another partition as the rest of the drive on all 3 and make bootable, after that go into the RAID config01:49
LowninThat's weird. On a brand new install of 16.04, sync-accounts results in "Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /usr/bin/sync-accounts line 67."01:55
=== lfrlucas_ is now known as lfrlucas
=== JanC_ is now known as JanC
MuntI copied my private key from one computer to use on another to access my ubuntu server via ssh.  However on the other computer (the one that did not generate the pair originally) I get "Bad passphrase, try again" despite the password definitely being correct (i have repeated the process several times). I created the duplicate private key by creating a new file and pasting the contents of the key to be copied into it and chmod12:32
Munt to 600 on the secondary computer.  Any ideas where I'm blundering ?12:32
Muntahh .. it was the public key, sorry for the ignorance >,<  That's a result of staying up all night I swear :D12:35
MuntIs it normal to be able to connect to SSH via any of the domain names I've set up with Apache/linodeManager?  Is there a way to stop this ?12:44
MuntIs it because of the DNS records I set up at my domain name provider ?   www, @, * ?12:52
=== Malediction_ is now known as Malediction
ikoniaMunt: ssh has nothing to do with apache13:22
Muntthat makes sense, I was just confused as to why it seemingly randomly selected one of the domains pointed at the server to connect to when I specified the ssh connection by ip address13:23
ikoniarandomly selected one of the domains ?13:24
ikoniawhat selected a domain ?13:24
Munti connected like ssh user@122.123.123.123 and my firewall asked me to allow a connection to oneofmydomains.com:2213:24
ikoniathat will be because of your reverse dns map13:25
Munton my local machine ?13:26
ikoniaon whatever is the dns resolver for your host13:26
MuntI used the "DNS Manager" on my linode account to set up a few domains.  I unfortunately don't understand what a dns resolver is at this moment13:28
ikoniathats fine, I wouldn't worry about it then13:28
Muntikonia : Thanks for your time, I'll worry about something else :p13:29
ikoniaa wise move, I assure you, you've not got a problem though, so don't get hung up on it13:29
MuntI know enough to know how badly wrong things can go, but not enough to prevent that :D13:31
MuntDo you guys know of a noob friendly incremental backup system for a headless ubuntu server install ? currently this is my backup protocol https://hastebin.com/ipikaxuxaq.pl13:37
Munt(tar archive)13:38
MuntI seen a youtube video where people had ButterFS and some opensource software that allowed complete tracking of all changes to the system and rollbacks on all modifications.  I cant see m to find it again though (and i'm not using butterfs)13:41
ikoniaMunt: what sort of thing are you looking to back up ?13:52
MuntI'm 'messing' with my ubuntu install (learning) so I want to be able to roll the system back to a pre-messed with state13:53
ikoniawhat sort of thing ?13:54
Muntikonia  : everything13:57
MuntI'd like to be able to take the backup and use it to image the server with if necessary13:58
Muntimage is a strong word.13:58
ikoniait's not really realistic to work that way13:59
ikonia(hence why I'm asking your goal)13:59
patdk-lapsounds like you want lvm snapshots14:00
patdk-lapor zfs if you went through the trouble of setting up a zpool14:00
ikoniaI don't think it's something someone who is learning needs/wants14:00
ikoniaa simple backup of things you change before you do them would do14:00
ikoniaand a backup of core config files, so if you need to re-install you can just drop them back in place14:01
Muntso, it's not easily achieved for someone of my skill level to have incremental backups of a ubuntu install ?14:02
ikoniathats not what I said14:02
Muntappologies, <removes words from ikonia's mouth>14:02
patdk-laplvm snapshots are really simple, zfs snapshots even more so, just setting up zfs on ubuntu isn't14:02
ikoniaif you want to actually have a hard rollback, you can use tools like clonezilla to make an image restore before you make major changes14:03
patdk-lapand the installer will setup lvm for you, so no setup needed14:03
patdk-lapjust make snapshot and restore snapshots14:03
ikoniaas he's not running zfs and he's already installed probably not using lvm...means he'll need to re-install14:03
MuntCurrently I;, runnign off an image supplied by linode Ubuntu 1614:03
patdk-lapoh, then your super limited to whatever linode supports14:03
ikoniaMunt: make a backup directly, and just backup core config files (not the whole root file system as you are doing now)14:04
ikoniaconfig files are just text so compressed they will take up almost zero space14:04
ikoniaso you can take a lot of regular backups without thinking14:04
Muntahh, nice.  is there a way to "patch" a fresh linode re-image with the core config files ?14:05
ikoniawhat ?14:05
Muntwhich files am i backing up that should not be ?14:07
ikoniaso if you change a file...back it up before you change it14:07
ikoniait's a simple model14:07
MuntI want to protect myself from myself.  I have wiped out several drives before >,<14:09
ikoniaright, so backup the config files (and use a remote location if you want to be super sure) before you make changes14:09
Muntso the var and etc folders ?14:09
ikoniano14:10
ikoniathe config FILES you change14:10
Muntsay I run a stupid rm command, i want to be able to recover from that.  Going by what you say, maybe a weekly clonezilla coupled with backups of each file that is changed ?14:10
ikoniayou won't be able to use clonezilla14:11
ikoniaas you're running in a linode vps14:11
Muntok14:11
ikoniayou won't really be able to use your current backup technique either really14:11
Munthow come ? (and thanks for indulging my curiosity <3)14:12
ikoniayou're just taking a whole backup of the whole root file system14:12
ikoniaif you do a "dumb" rm command, either the backup image won't be there to recover from, or you'll have removed the tools/libraries needed to actually interact with the backup14:13
MuntI was thinking I could set up a fresh install and extract the tar on top of that14:13
ikoniathat seems far more effort than it needs to be14:13
Muntif i have the backup on a local machine that is14:13
Muntikonia  : I'd love an easier way :p14:13
ikoniawhy don't you just backup the config files you actually want/need14:14
ikoniaand then either a.) roll back and changes you do b.) re-install and re-place the config file with the backups14:14
ikoniaa few text files compressed you could do every few hours with zero problem rather than the whole root file system14:14
MuntSo I would have to create a file list of files that I change in order for them to be cron backed up hourly ?14:15
ikoniathats one way,14:15
Munthow were you thinking ?14:15
ikoniawhatever works best for you relly14:15
ikoniareally14:15
Muntat home I just image my drive and re-image it when i break it14:16
ikoniaright, you're not at home14:16
ikoniaso you need to change your approach14:16
MuntI'm fishing for an approach at the moment14:16
ikoniaI've just told you a simple one14:17
ikoniathere are many more14:17
MuntYour suggestion is to manually backup each file that is changed ?14:17
ikoniaautomate your key files and/or backup the files you change before you change them14:17
MuntIwas lookin at tools such as rsnapshot and backintime14:18
Muntbut they seem just out of reach of me at this moment14:18
ikoniayou can use them, I think it's more likely that you'll end up not being able to use them14:18
ikonia(in a real world situation)14:19
Muntsay someone hacks my server and i need to restore it to a known good configuration.  What would I do?14:19
ikoniayou don't14:19
ikoniayou destroy the server14:20
Muntafter I destroy the server and I want to reinstate all my config and packages what do i do ?  Is there a package list and cofig restoration technique ?14:21
ikoniayou dno't14:22
ikoniayou rebuild the server from the ground up, you don't use the backups14:22
Muntwhy ?14:22
ikoniabecause how do you know you're not putting back the exploit that allowed people in14:22
ikoniahow do you know the backups can be trusted14:23
MuntMy main objective is to avoid having to rebuild the server from scratch14:23
Munt(i've done it 4 times in the past 2 days)14:23
ikoniawhy ?14:24
ikoniahow have you got into that situation14:24
Muntlearning and causing problems14:24
ikoniahow specifically though14:24
ikoniamost situations you should be able to recover from without a rebuild14:24
MuntOften like : I have a problem that I don't fully understand.  -- Follow 30 guides on the internet that dont work -- then I dont want to have a system with the 50 changes i made in frustration14:25
ikoniaok, so stop doing that then14:25
ikoniathats a user problem14:25
Munta rollback would make my learning much easier14:25
ikoniano, learning how to fix the situation and being aware of what you're doing before you do it will make it an easier and better learning process14:26
Muntindeed.14:26
ikoniablindly following guides you don't understand is the worst thing you can do14:26
ikoniamore so when so many people write bad/ill informed/works for me based guides14:26
patdk-lap "tutorial" : A very common problem is that some people prefer to follow a step-by-step tutorial that shows them how to setup their server w/out reading the documentation or understanding what they are doing. If something goes wrong, they have no clue whatsoever about where to find hints, and they sometimes decide to start from scratch using a different tutorial. This is not The Proper Way.14:26
MuntThere's only so many hours in the day.  I am a novice.  I'm learning many things.  A rollback solves my problem.14:27
ikonialearning how to do it right solves you rproblem14:27
MuntMistakes happen14:27
MuntPeople learn in different ways.  Failure is a popular learning tool14:28
patdk-lapyou just stated a lack of hours per day though14:28
patdk-lapmistakes is the slowest learning method available14:28
ikoniabut you're not learning failure14:28
ikoniayou're looking for a way to cheat failure14:28
MuntWhat's so bad about that ?14:28
ikoniacarry on then14:29
ikoniaI've no interest in supporting such a bad approach14:29
Muntok14:29
MuntI find it hard to believe that i'm the only person wanting a rollback of their ubuntu system14:30
ikoniayou're not14:30
ikoniaI roll back my development systems quite often, more so for differential comparision14:30
MuntSeems weird that you should focus on criticising my learning techniques.  I have been putting in many hours into understanding this stuff.  The rabbit hole is very deep however.  i often make mistakes, simply not making mistakes is unrealistic.14:31
ikoniait is not weird as you are creating the problems14:32
ikoniawith a minor adjustment and proper approach you'd minimse those problems and when you did have a problem learning more fixing it14:32
ikoniait sensible to focus on the real problem rather than look at a shortcut for a fix14:32
ikoniaand the problem is your approach14:33
Muntikonia : that's easier to say than to do14:34
ikonianot really14:34
ikoniait's up to you14:35
MuntI'm all ears.14:35
MuntWhat's this approach you speak of ?14:35
ikoniaI've already explained your problem14:35
ikoniaso it seems attention to detail would also help14:35
MuntTo me it seems equivalent to someone saying " You dont need to use version control just be better and more careful"14:36
ikoniait's nothing like that14:36
MuntHow does what your telling me differ from that statement?14:37
ikoniano-one said you don't need backups14:39
ikoniaand they are totally different senarios14:39
MuntSeems that me admitting to resorting to tutorials when I reach the limits of my knowledge has invalidated my need for a restorable system backup ?14:41
ikonianope14:41
MuntOk, then you are so aggrieved by my attempts at learning ubuntu server that you refuse to help me further ?  Whatever the case thanks for the time so far.14:43
ikoniaI'm nor aggrieved, I don't believe the way you are trying to learn is a good way, and I think you're trying to shortcut, as a result thats not something I want to support14:44
MuntI think you have a limited mental model of how i'm trying to learn14:45
ikonianope14:45
MuntI would like you to assume it's more nuanced than the few sentences i've uttered so far.14:45
ikoniaI think I should probably just let you get on with it14:45
Muntno worries.  I'm just a little shook up by your tone.  But that's neither here nor there. have a nice day.14:46
ikoniamy tone ? I've been nothing but polite14:46
ikoniaand shook up....really ?14:46
* Munt leaves it be14:46
ikoniaif someone backing away from supporting your efforts because they don't agree with your approach "shakes you up" you'll have a hard time14:47
MuntI also have been polite and respect that you can choose to help me or not for any reason that you see fit.14:48
ikoniaright, i've not suggested you've not been polite14:49
fallentreeMunt: partially reading the backscroll, and keeping in mind that ikonia's advice not to take shortcuts, I suggest you get ackquainted with Ansible or something similar and build yourself a config management so you can rebuild from scratch with a single command. Yeah, even if it's a single server.15:38
Muntfallentree : Thanks for the suggestion, I'm reading about it now ... this is a paid solution? I agree with and appreciate the things  ikoni_a suggested other than his contempt for my 'approach'.  Right now I have tarballs and a log(notepad) of all file changes and command so far run on the server, and while that is probably good enough. To save time a complete restoration solution is very handy.16:00
fallentreeAnsible is fully free and open source config management software.16:00
fallentreethere are commercial solutions based on it, yeah, but those are additional value services.16:01
MuntAhh, I was getting confused by the Tower product. I'll get reading here, it looks like it could be what I'm after.16:02
Muntfallentree : I was looking into bacula also16:07
fallentreenever used it. these days rsync over ssh and lately zfs snapshots are my cup of data backup coffe.16:08
Munthaha, I'm glad it floats your linux mothership16:09
MuntI use a front end for rsync (perhaps I'm selling it short) called carbon copy cloner.  Which is what I've been search for an analogue of in the headless ubuntu world16:11
Munts/search/searching16:11
fallentreewhy do you need a front end for the server? You just run it, or put it in a script. It has nice options for inclusion/exclusion of paths, so it's scriptable and thus configurable with ansible.16:14
MuntSorry, I meant I used CCC on a Mac Desktop computer to backup data and restore volumes.16:15
fallentreenote that I do agree with ikonia, you should back up only data you cannot re-generate, everything else should rely on a clean re-installation procedure. Backing up everything for "easy" restoration is not bad in itself, just insufficient if you have to restore after security breach.16:16
Muntagreed.  For now, I'm poking around so much it'd nice to be able to reset and try again repeatedly.  Then I know I haven't forgotten to manually roll anything back.16:17
fallentreeThen having an Ansible playbook sounds perfect for the job. You get familiar with what to install, in what order, and how to configure it, and have it all scripted.16:18
fallentreealso using zfs or btrfs snapshots sounds like another easy way to "reset" after poking the wrong hole :)16:19
MuntI currently have no understanding as to why that might be the case with those filesystems.  I'll look into that.16:20
fallentreebecause no other file system has snapshotting capabilities? :)  both are Copy-on-write, meaning it's very easy for them to implement snapshots. those are just another reference in the CoW chain.16:20
fallentreetl;dr, CoW systems work like this. when a block is copied, only a reference to it is copied, not the block itself. when either the original block or the copy becomes modified, it's copied to another physical location at that moment only, ie. copy on write.16:23
fallentreethere's much more to it, and there are many other features, but this CoW mechanism lends itself very easily for snapshots. without it, snapshots are very difficult to implement.16:23
MuntSounds exactly like what I'm after.16:23
patdk-lapI said that hours ago16:24
Muntpatdk-lap  :  I don't deny you that :p16:24
fallentreejust keep in mind that btrfs and zfs are both "kitchen-sink" systems, they're filesystems + volume managers + raid, all in one. might take a bit of a paradigm shift when you work with them after using "simple" filesystems like ext4.16:25
fallentreefor starters, one of paradigm shifts is that they're pooled, so you don't need to partition the drive (other than what's  minimally required, eg. bios boot + optional /boot + optional swap + btrfs/zfs pool)16:26
MuntCurrently I lack the understanding necessary to implement most of these ideas.  Now I know where to start looking though.  Thanks to all of you folks for the suggestions.16:26
fallentreein that pool you create zfs datasets or btrfs subvolumes, that are "separate filesystems" analogous to having individual partitions. This "separate filesystems" is important when, for example, you rsync with -x16:27
MuntWhat in the extended attributes is important in this scenario ?16:30
MuntI mean why does having a separate filesystem have importance with the xattrs16:31
ikoniacan he use zfs on linode16:32
ikoniaI thought they where locked to the image file systems16:32
ikoniaand a shared kernel, so no zfs module16:32
MuntI'll have to reserve that approach for my home system then.16:33
fallentreeMunt: I said -x not -X :)16:36
fallentreeikonia: it's possible to pve boot into your own kernel16:36
ikoniafallentree: that sounds like a pointless waste of time and effort on linnode host16:36
fallentreeeh pv16:36
Muntlol fallentree >,<16:36
fallentreeikonia: when I was using Linode many years ago, I always ran with pv and own kernel16:37
ikoniathat doesn't change what I said16:37
fallentreewhat, that it's pointless to run your own kernel?16:37
fallentreedistro kernel, that is16:38
ikoniathe effort and hassle of keeping that going on a paravm thats ouside of your contol for what gain ?16:38
fallentreenot sure what hassle that is. iirc it was just a matter of choosing pv from a drop down and it would boot into your image's kernel16:39
fallentreenow, is zfs an overkill on a linode host? maybe. but btrfs isn't imho16:39
ikoniathe droplets are supposed to be held in the same configuration as the host offers,16:40
ikoniaso anything thats outside of that seems a pointless ris16:40
ikoniarisk16:40
fallentreeeh, what risk? and droplets are DO, not Linode :)16:40
ikoniaoops, sorry, don't know why I thought droplets16:40
fallentreebesides, nowadays Linode switched to KVM, I don't know if that still means running host kernel by default16:40
ikoniathe risk is if you try to change it outside of the offering, they can shut it down16:41
fallentreeLinode ran Xen with host kernel because when they started building their infrastructure, pv boot was not available, iirc. they added it later as it became available.16:41
ikoniaif it's available from linnode as an offering then obviously it's safe16:41
fallentreeikonia: I really doubt they'd shut you down for running your distro kernel. I never heard of it, and I ran with pv for years16:41
ikoniafallentree: they shut hosts down if you try to change them outside the static offering16:42
fallentreewhat kind of change? it'd be really stupid of them to shut you down because you boot into the distro kernel16:42
fallentreemany users run CentOS and needed selinux which wasn't available in their host kernel for long time, so they supported pv16:43
ikoniafallentree: if the distro kernel is available as an official offering, then it's not a problem16:43
fallentreeI quit Linode back in 2010, so I admit I don't know if there are any policy changes in the past 7 years. but back then, pv was normal and supported.16:43
fallentreeI'm also convinced Canonical would've gone after Linode like they did after OVH if they didn't support default Ubuntu installations by not allowing/supporting the Ubuntu kernel be run, while offering "Ubuntu(tm)" images.16:44
fallentreeBut then, back when I was running Linode, the hosts were Ubuntu iirc :)16:45
ikoniacanonical couldn't do anything16:45
ikonia(nor would they care in my opinion)16:45
fallentreeikonia: oh so you didn't hear about the OVH issue?16:45
ikoniano16:45
fallentreewait, I'll find links16:45
MuntI just moved to linode after years of using managed cpanel vps's.   Kinda testing the waters now.16:45
fallentreeikonia: https://news.slashdot.org/story/16/12/04/2235251/canonical-sues-cloud-provider-over-unofficial-ubuntu-images16:46
fallentreeikonia: tl;dr, OVH offers "Ubuntu(tm)" but installs custom grsec kernel, so Canonical threatened OVH to stop using the "Ubuntu" trademark in that case.16:46
ikonialets have a read16:46
fallentreeafaik it settled with OVH entering the Canonical Certified Public Programme, and dropping the custom kernel16:46
fallentreeAnd Canonical was right, if you ask me. Changing Ubuntu like that makes it no longer "Ubuntu(tm)" but a derivative. If things go wrong, it paints a bad picture of Ubuntu, while the problem is in modifications.16:48
ikoniaan interesting case16:49
ikoniamore so as canonical removed the word linux from their distrbution and it's trademarks16:49
tomreynsaid program which involves regular payments, though, IIRC16:49
fallentreeIANAL but I think that'd be a conflict of trademarks if they kept "Linux" in their own trademark.16:49
fallentreetomreyn: it does, but it certifies there's a standard and you get what's advertised.16:50
fallentreeI was bitten by "waitaminute, this is not Ubuntu kernel" myself with OVH. Granted, it was easy to just reinstall the official image, but again, that just proves the whole problem.16:50
fallentrees/image/kernel16:51
=== Malediction is now known as Foritus
=== Foritus is now known as Foritus_
=== Foritus_ is now known as Foritus
Da9elEr der en fra Danmark der kunne hjælpe mig lidt21:47
vonsyd0wif i want to clear any traces of an MAC address and/or UUIDs for a VM template, do you still need to clear udev rules on Ubuntu 16.04?22:38
hehehehey hey23:48
hehehewho here runs servers on ovh?23:48
heheheas vps23:48
heheheI wonder if there is a way to clone23:48

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!