linuxlove | hello | 00:38 |
---|---|---|
linuxlove | is swift server side ready for production on linux ? | 00:38 |
=== inteus_ is now known as inteus | ||
sdfgsdfg | hi | 09:25 |
sdfgsdfg | is ubuntu server stripped down version of ubuntu desktop ? just without the desktop manager or ? | 09:26 |
tomreyn | sdfgsdfg: roughly, yes. it also has some different defaults. | 09:26 |
sdfgsdfg | any examples ? | 09:27 |
tomreyn | sdfgsdfg: i thinkt he installer will not try to setup a wireless connection by default and you won't have the tools installed to connect to wireless after a non customized server installation. | 09:28 |
sdfgsdfg | wow | 09:28 |
sdfgsdfg | I thought the NetworkManager was part of ubuntu's base | 09:28 |
sdfgsdfg | why would they leave it out for the server | 09:28 |
sdfgsdfg | that's weird | 09:28 |
tomreyn | i didnt say network manager wasnt included | 09:29 |
tomreyn | just the wireless tools are notincluded for servers, since servers usually have wired connectivity. | 09:29 |
tomreyn | i'm not even sure that's actually correct, though, things have changed over time, also for server installs. | 09:30 |
sdfgsdfg | ok so they do include the NetworkManager but you mean wireless firmware is not included or some other tools that youre referring to ? why would they include networkmanager but not the firmware that's really odd | 09:34 |
sdfgsdfg | this is really weird | 09:34 |
sdfgsdfg | and kinky at the same time | 09:34 |
tomreyn | not weird at all. why include software you wont need anyways? | 09:38 |
sdfgsdfg | wow, its 2018, that's a highly weird thing to say | 09:39 |
sdfgsdfg | wont need wireless ? | 09:39 |
sdfgsdfg | what do you mean | 09:39 |
sdfgsdfg | this is getting super weird | 09:39 |
sdfgsdfg | all pc wireless why make servers an exception | 09:40 |
tomreyn | because servers need stable connectivity, not 'best effort' | 09:43 |
tomreyn | it's 2018 and wireless is still sketchy wireless | 09:43 |
jelly | sdfgsdfg: your expectations seem to be different from actual server usage; out of ~500 servers I have around, none use wireless | 11:31 |
patdk-lap | I can't remember wireless even being an option when buying a server | 15:27 |
patdk-lap | not from hp, dell, ibm, ... | 15:27 |
Henster | please help me i need to create more space https://paste.ofcode.org/39HV5gEpKrAHFZCBD9JW47y my system OS is on my sda1 drive , i tried deleting some files on my home directory but still get this - bash: cannot annot ment: No space left ocreate temp file for here-docun device | 19:59 |
tomreyn | Henster: what kind of server is this? | 20:45 |
tomreyn | Henster: also, what was the command that provided the above error message (which is half garbled)? | 20:46 |
Henster | Description: Ubuntu 16.04.3 LTS | 20:46 |
tomreyn | Henster: that's good to know, but i was referring to the hardware / form factor | 20:47 |
Ussat | if its a VM just add a disk to the VM and expand the LV | 20:47 |
Henster | a free standing pc | 20:47 |
Ussat | OK, so not a LV seems | 20:48 |
tomreyn | Henster: can we see the output of : lsblk | 20:48 |
mason | Henster: Did you try apt-get clean? | 20:48 |
Ussat | whats all the /home stuff ? drives ? | 20:49 |
Henster | /dev/sda1: UUID="cfe403cf-ac9f-4588-b0a9-a5ce3f7b8812" TYPE="ext4" PARTUUID="2f89b04a-01" | 20:49 |
mason | Henster: Did you try apt-get clean? | 20:49 |
tomreyn | Henster: if you need to type the lsblk output, then dontr | 20:50 |
Henster | https://paste.ubuntu.com/26380495/ | 20:50 |
tomreyn | Henster: indeed, give "apt-get clean" a try first. also /var/tmp/ may contain files you can delete | 20:51 |
Henster | @mason yes i did try autoclean and clean | 20:51 |
mason | Henster: Is /tmp clogged up? | 20:51 |
tomreyn | du -sh /tmp | 20:51 |
tomreyn | du -sh /var/log | 20:52 |
mason | ls /tmp | wc -l | 20:52 |
tomreyn | du -sh /root | 20:52 |
tomreyn | see what's consuming your disk space on / | 20:52 |
Henster | the tmp id only 32k | 20:52 |
mason | Something in /var then I bet. | 20:53 |
tomreyn | du -sh /var/tmp | 20:53 |
mason | Also, look at other things in /home since everything but the hennster stuff is on / | 20:53 |
mason | well, even /home/hennster is on / | 20:53 |
tomreyn | du -shx /home | 20:54 |
Henster | 4.9T /home/henster | 20:55 |
tomreyn | hmm then either i or you did something wrong on this command | 20:56 |
Henster | du -shx /home | 20:56 |
Henster | is 866g | 20:56 |
tomreyn | ok | 20:56 |
tomreyn | maybe you can move soem data from /home or /home/henster to /home/henster/sdc1/ | 20:57 |
tomreyn | /home/henster/sdc1 is /dev/sdc1 which has 822G unallocated space available | 20:57 |
tomreyn | how much is "du -shx /home/henster" | 20:58 |
mason | I think that's his 4.9T | 20:58 |
Henster | ok let me move all my files over to /dev/sdc1 | 20:58 |
tomreyn | you wont be able to move ALL of them, it wont fit | 20:59 |
Henster | no i domnt know why its sjhowing my eniter home directory is 4.9t .. its just mounting points in the home dir to my other dirves ..eg ... /dev/sdb1 1.8T 1.7T 90G 95% /home/henster/sdb1 | 21:00 |
tomreyn | df -h will add up all space available on any subdirectory (and file systems mounted there) unless you you use -x | 21:01 |
tomreyn | sorry i mean 'du', not 'df' | 21:02 |
Henster | shoudl i unmount everythig ? and boot it up shoudl it make a diffrance ? | 21:03 |
tomreyn | no, it wont make a difference, since you root file system will still be full | 21:04 |
tomreyn | you need to identify what consumes so much space on it (and did not before / is not supposed to do that) and either delete or move that data | 21:04 |
Henster | ill move the half of my one foilder called series quick ,, | 21:06 |
tomreyn | so far you told us that on the root file system (mounted at /) there is the /home directory which, on the same file system, consumes 866 GB. | 21:06 |
tomreyn | this may be an issue, or may be intended, we cannot know. | 21:06 |
Henster | correct and its ia 1tb hard drive | 21:06 |
tomreyn | yes, so it my not be intentional? | 21:07 |
Henster | ok cool let me move quick can i givwe you feedback when your back online | 21:07 |
tomreyn | someone will still be around, if not i, then someone else. you can mention my nickname when you'Re back and see if i'll respond | 21:08 |
Henster | sweet tx ,, imm so scared to update and upgrade now ,, worried that this system wont boot aftrewards | 21:09 |
Delemas | Trying to patch Intel issues. On 16.04 4.13.0-26 is part of it but incompatible with xtables-addons-dkms package. Anyone found a build that works with that kernel? | 23:15 |
Delemas | Ah fruit it is sitting there in proposed... | 23:18 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!