[00:15] RoyK: because I want to run an application on .50 and an application on .5 [00:15] RoyK: because I want to run an application on .50 and an application on .51 [00:16] this doesn't mean you can't have them on the same interface [00:19] ip addr add x.x.x.x dev eth0 [00:20] you probably don't need a full gigabit per second to each of them [00:30] long shot question - anyone work with provisioning ubuntu using kickstart? [00:33] !ask [00:33] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [00:36] I think I have my answer, I need to add --distribution and --components, at least i think [00:39] i'm confused. [00:40] Are you saying that I'm not supposed to be able to assign two static ips to each interface? [00:58] mostym: no, just assign those two static IPs to the same one [00:58] you mean just one port? [00:58] mostym: two network cards on the same network just make a mess in the routing table unless you use bonding/teaming [00:58] ahh, ok [00:59] how do i do that? [00:59] assign the two static ips to the same interface? [00:59] ip addr add x.x.x.x dev ethX [00:59] or something [00:59] with netplan it should be simple [00:59] google it [01:00] https://netplan.io/examples [01:02] mostym: addresses: [10.10.10.1, 1.1.1.1] [01:02] just a wee array === cpaelzer__ is now known as cpaelzer [07:08] Good morning === led_dark_2 is now known as led_dark_1 [15:01] how can I see the disk performance stats like I can for the memory and cpu on htop? [15:02] zetheroo, iotop, iostat [15:02] ok thanks [15:03] vmstat also useful [15:03] is there anything in this output which says the disk is being heavily used? https://paste.ubuntu.com/p/v9CmsRXqdG/ [15:04] I assume that sda and sdb are part of md1? [15:04] "heavy" .. are those spinning medal or ssds? [15:05] sigh. can I go to bed yet? [15:05] md1 is doing 108 transactions per second [15:05] which is nothing if it's ssd, nearing its limits if it's spinning metal [15:06] HDD [15:07] note the 20% iowait vs 11% user .. your CPU is spending twice as much time waiting for IO as it is doing actual work [15:08] that iowait probably includes more than just disks, but disks are pretty slow [15:09] Ok [15:12] sysstat is nice too [15:13] so that you can see performance stats over time [15:13] or munin or zabbix or whatever [15:13] but sysstat is the easy way - just apt install it and enable it under /etc/default/sysstat [20:45] does anyone know of a mechanism to mirror only parts of the Ubuntu archive locally? More specifically, only allow specific packages to be downloadable from the mirror (ideally that would mean only those packages are mirrored) [20:50] ah it seems possibly aptly and reprepro can do this [20:50] will investigate a bit :) [21:15] nacc, like, a filtered mirror? [21:15] lordcirth__: yeah, basically. I think the tools I mentioned above will do what I want === svetlana is now known as Sveta