[00:22] rbasak: hrm, nope -- it's not as easy as we hoped :) [00:22] rbasak: more tmrw [00:54] /query rbasak === albech1 is now known as albech === antonw_ is now known as antonw [02:32] disposable: I don't do vlan but in case it helps, here's my bond+bridge: http://dpaste.com/1YCGWKR [02:33] if you figure out the vlan bit, I'd love o hear back, I'll probably need to implement that too some time soon [06:10] Good morning [09:01] Salutations. I am still very new to Ubuntu server. Where would I look for fixes or work arounds? Having the shutdown bug, where it times out at the end and gets stuck. How would I get the log for that? Can I help by submitting the log somewhere? [09:36] Why are Ubuntu desktop and server so seemingly separate? Desktop has a kernal bug with fake and software raid, especially RAID5 and Server has a problem shutting down. Can they not give each other solutions to fix these problems? Copy and alter code rather than re-invent the wheel? [10:40] They're not actually different [10:43] I installed server then a desktop and the graphics kept failing. Same Mesa version then same AMD proprietry version as Desktop and ended back on desktop (this is as home) [10:43] Is it two groups of people who aren't talking to each other? [10:52] Jenshae: Desktop stuff is not really the speciality of this channel, #ubuntu is better suited for desktop questions. [10:53] lordievader: This is all stemmed off "Why is the Ubuntu Server sitting next to me unable to soft reboot?" [10:54] Does it give an error? [10:54] Hang on, will do it again now and copy the errors verbatim [10:55] Please post them via a pastebin if multiple lines. [10:57] " [ OK ] Reached target Shutdown. " That is the last thing it says until it starts giving errors about "Waited 120 seconds without response" [11:00] What command do you use to shut it down/reboot? [11:42] Apologies, the wireless is bad today. [11:42] What was my last message? [11:44] jenshae: The console output. I asked what command you used to shut the machine down. [11:45] sudo poweroff / reboot [11:45] I have added a -f flag with 50% success [11:45] What version of ubuntu are you running? [11:46] 16.04.3 LTS 4.4.0-96-generic x86_64 [11:47] Does it work better when you use the systemd commands? (sudo systemctl reboot) [11:47] It is a fresh install and updated. Nothing changed, haven't got around to configuring it yet. [11:47] Trying it now [11:48] That worked. [11:48] Why would that work? [11:49] Systemctl is used to talk directly to the init system. Not really sure how poweroff nowadays works. [11:49] i.e. what is the difference? [11:49] Oh [11:49] What about shutdown vs poweroff? [11:49] For as far as I know one is a wrapper around the other. [11:50] Another oddity is "login:" and then the username types over that. [11:52] 0Thank you lordievader, at least now I feel I am not hard kicking it when I shut it down for the night or weekend. : [11:53] Going AFK for lunch. [12:01] shutdown now works fine for me [13:30] . s/win 4 [13:37] ? [14:05] Would a journal of the steps I take with this server help for making Ubuntu Server more new admin friendly? I have been self teaching since end of 2015 but it was only a month ago that I learnt about cd - [14:08] jenshae: wow, I didn't even know about cd - [14:08] thanks :) [14:08] Like would anyone touch a basic Samba config with a barge pole? "Domain name?" "Folders + permissions?" "Network access password?" and populate the config file. [14:09] You are welcome :) [14:09] There is also cd ~/Documents and obviously cd .. like Windohs [14:10] You can also ssh without the username@ if you are using the same one via terminal. === ptx0_ is now known as ptx0 [14:11] I have a quesiton when a package has both a systemd service file and a sysv initscript [14:11] it's my understanding systemd takes precedence, and if the action isn't available there, it falls back to the sysv script [14:11] example: service reload [14:11] if there is no ExecReload in the systemd service file, it uses the initscript's reload action [14:11] and so on [14:12] I was under the impression that if a systemd service unit is defined, the sysv script is never used. [14:12] nope :/ [14:12] That may be a bug [14:12] see https://bugs.launchpad.net/ubuntu/+source/lighttpd/+bug/1707312/comments/23 [14:12] Launchpad bug 1707312 in lighttpd (Ubuntu) "reload does not shut down lighttpd gracefully" [Medium,In progress] [14:12] if I have ExecReload in the systemd service file, that's what is used [14:12] I would argue that it's an error to ever mix the two on the same system. [14:12] if I do not have it, then it calls the sysv reload [14:12] yeah, it leads to pain [14:13] and unexpected behavior [14:13] so here is my real world example [14:13] force-reload [14:13] I believe systemd catches direct calls to a sysv script somehow if a service unit is in use instead [14:13] Perhaps the "service" wrapper is broken? [14:13] the same happens if I call /etc/init.d/