[00:00] cryptodan_mobile: your system boots, though, right? [00:00] my system boots but once the drives have activity it hangs then filesystem is corrupt [00:00] hmm ugly [00:01] and the flush journal systemd service fails [00:01] reboot and now no boot and the drives are offlined [00:02] can you try to get your firmware version for bios + controller + disks (also disk models) [00:03] not so much for me but for anyone who might be going to triage it [00:04] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1653162 looks related, too [00:04] Launchpad bug 1653162 in linux (Ubuntu Xenial) "System won't boot after upgrade to 16.04 with 4.4.0 kernel" [Critical,Incomplete] [00:04] funny how 4.4 on 14.04 never had this [00:05] this was hwe? [00:05] and yeah ill get a pic of my bios and firmware and drive info [00:05] it didnt have hwe in the kernel file name [00:05] 14.04 comes with linux 3.13 [00:06] linux 4.4.0 is xenial's default kernel image [00:06] yup [00:06] so it's unclear how you had linux 4.4 on 15.04 [00:07] *14.04 [00:07] https://packages.ubuntu.com/trusty/linux-image-generic-lts-xenial would give you 4.4.0 on 14.04 though [00:08] maybe just add "cat /proc/version" and "cat /proc/cmdline" [00:08] it was available via apt-get [00:10] via HWE most likely? [00:11] sure, the linux-image-generic-lts-xenial package would be available via apt [00:11] !hwe [00:11] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [00:11] hwe-support-status --verbose [00:12] i cant even login to it via console [00:12] boot a live iso and fix the partitions [00:12] oerheks: i dont have this command on 16.04, is this something one has on 14.04? [00:12] from https://wiki.ubuntu.com/Kernel/LTSEnablementStack#Check_your_support_status [00:13] cryptodan_mobile: i guess it's best not to touch those disks too much for now if you intend to keep the data [00:14] must be 12.04, file does not exist on trusty https://packages.ubuntu.com/search?searchon=contents&keywords=hwe-support-status&mode=exactfilename&suite=trusty&arch=any [00:15] oh, i c [00:15] there is ubuntu-support-status, though [00:16] i was hoping it was a smart check, silly me [00:16] ...which gives correct output if you're on 14.04.5 [00:32] RAID Firmware: Controller BIOS V2.8-0 [build 6082] Raid BIOS Version: 25704 AIC-7890 Seagate ST3300007LC [01:15] RoyK: can it be worse than PHP in production? :) [01:18] I am able to access the web server on an ubuntu server with an IPv4 address. When I look at netstat for listening sockets I see apache listening on “:::80” and the protocol is tcp6. Does that make sense? [01:22] null_r3f: what addresses did you configure apache to listen to? [01:31] wouldnt that indicate its listening on all since 0's are removed in IPV6 addressing [02:00] Yes. [02:00] [::]:80 is the typical binding notation for ss -l when a process is listening on all interfaces. [02:04] cryptodan: More to the point, :: is the "unspecified" address in IPv6, similar to 0.0.0.0 in IPv4. [02:05] yes [02:05] the :: means there are 0's there instead of bits [02:05] but does :: *also* mean 0.0.0.0? [02:05] yes [02:05] sarnold: Technically, no. [02:05] I recall reading an openbsd rant about how stupid it was that linux did that [02:06] or did NOT that [02:06] I can't recall [02:06] it does [02:06] but I've got a huge list of :::22 and 0.0.0.0:22 and :::80 and 0.0.0.0:80 and on and on on my lapto... [02:06] https://www.tutorialspoint.com/ipv6/ipv6_special_addresses.htm [02:07] sarnold: Correctly speaking, a process bound to :: is not bound to an IPv4 address space. It may still receive IPv4 traffic due to IPv6-mapped IPv4 addresses. [02:07] These will appear as ::ffff:x.x.x.x in logs. [02:08] Functionally, it's a distinction without a difference. [02:20] How much RAM would you suggest I give residential NFS/SMB fileserver for three intermittent users? [02:21] depends what those users are doing.. video editing would probably benefit from a lot more than just streaming videos would [02:22] saving text files, documents, lite picture storage. [02:23] if that's al lthis machine does I'd wild-guess two to four gigs would suffice [02:23] Thanks [03:16] * cryptodan thinks his server is needing a new motherboard [05:40] thank you all for helping me, but I think my servers motherboard is dead / dying. It is now doing it in Ubuntu 14.04 === miguel_ is now known as Guest86113 [12:48] Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ [13:27] spambots... grrr [13:29] I have a number of server related questions. as I have followed a tutorial on how to install the perfect server for 18.04, mysql doesnt stop and apache doesn't even error on .php, not sure what the problem is.. [13:39] the tutorial was based on 18.04? [13:44] 'perfect server' sounds like a falko timme tutorial [13:46] X-Seti: you should probably discuss which tutorial you're using [13:51] Do we have any vagrant ERB template experts about? [13:55] you really want to insult them first? [14:05] the vagrant ERB template experts? [14:12] There aren't many about; been in the #vagrant channel for hours there's not even a mouse in there! [14:16] maybe they prefer trackballs [14:17] Or trackpoints, if they're deviants. [14:17] my bad, I guess 'vagrant' means something other than a homeless person - lol [14:20] compdoc: LoL! just seen how you could misinterpret what I typed [14:22] doh, i didnt get this either [14:24] https://en.wikipedia.org/wiki/Vagrant_(software) is what i was thinking of, and apparently TJ-, too. [14:27] I've got a weird issue where the resulting Vagrantfile doesn't expand the template @box_name variable [14:27] seems to be no documentation on templating, only a blog article announcing templates for 2.02 [14:29] in case it's an ERB temlplate syntax issue, this should be the same as for puppet: https://puppet.com/docs/puppet/latest/lang_template_erb.html [14:30] https://github.com/Shopify/erb-lint [14:35] it doesn't seem to be, it just doesn't expand the <%= @box_name %> - just gives an empty string [14:35] I stuck a debiug print in there and it reports the value correctly [14:46] that's weird, after all it's a language (ruby), not application, specific parser, which should handle these templates. [14:59] yeah, I've /finally/ solved it. The blog example shows using " config.vm.box = "<%= @box_name %>" " which fails, but removing the @ prefix works. My first dive into Ruby and specifically ERB (Embedded RuBy) and the obtuse cryptic syntax is ridiculous [15:02] The template was also failing to 'see' shell env-vars but that seems to be solved now as well... only taken 5 hours :) [15:04] :-/ not a fun task [15:22] no, and it's one of those things where it hits a major issue at every step. Now the network config doesn't appear to be read correctly! [15:56] Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ [15:56] or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ [15:56] Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate [17:45] Anyone know if you can use MaaS to deploy VMs to the same machine as is running the rackd? === mdunn is now known as michaelsdunn1 [18:53] Hey all, I'm trying to get the Ubuntu cloud images via uvtool on 18.04 as described in the Wiki, but `uvt-simplestreams-libvirt sync` is hanging indefinitely and `uvt-simplestreams-libvirt query arch=amd64` returns nothing. Is this broken on 18.04 or did I miss something? [21:10] Regarding my server issue. I think I found the culprit a drive that had older firmware then the others === mdunn is now known as michaelsdunn1 [22:26] rsync -avcr --filter='- /media/hddrand/backup/home/' /media/hddrand/backup/ /media/targethdd [22:27] this is my restoration commmand to bring back my ubuntu server....running ubuntu18.04 is this filter for somereason not working? [22:27] because it always copies over all files and folders i exclude with filters