silicon755 2017-01-29 22:08:33
#flood
bazhang 2017-01-29 22:08:51
/join
bolt 2017-01-29 22:13:46
Attempting to build a kernel for an embedded ARM device, I get an error from the install-udev_armhf target about missing modules. The problem is that these are modules such as btrfs, virtio_balloon, and other things I've specifically selected not to build, as I will not be needing them. Why does the udeb_armhf target demand these to be there? Error log => http://paste.debian.net/911511/
Resilience 2017-01-29 22:20:02
hello to everyone, I am testing some software (snap7, for communicating with siemens PLC's) and it is a library (which must b compiled) and comes with some precompiled clients, it says to copy it to /usr/lib (I have made a soft link from /usr/lib to the real lib) and I wonder if is there any way to not copy the lib to /usr/lib but adding the path for the /lib.so for precompiled examples
watmm 2017-01-29 22:21:54
Still stuck on how to find which processes are responsible for overcommitting memory, anyone?
watmm 2017-01-29 22:22:31
Committed_AS in /proc/memory is high
watmm 2017-01-29 22:22:37
meminfo even
jolt 2017-01-29 22:35:01
watmm: It's really out of my league, but maybe you could use something like flamegraphs to analyse that and find the culprit?
jolt 2017-01-29 22:35:33
As in http://www.brendangregg.com/FlameGraphs/memoryflamegraphs.html
jcplouf 2017-01-29 22:35:50
hi, I have a dell server with a hardware raid array that appears as /dev/sdb, can I just mkfs and mount it as a normal disk or do I need something special to use it?
jolt 2017-01-29 22:36:12
jcplouf: you could, but I recommend to run cfdisk /dev/sdb and create a parition first
jolt 2017-01-29 22:36:14
then mount that
jcplouf 2017-01-29 22:37:13
jolt: ok but I can use it as a regular disk then? nothing special comes from the fact that it's a raid array underneath?
jolt 2017-01-29 22:37:21
jcplouf: Also install openmanage from dell to monitor the health
jolt 2017-01-29 22:37:36
jcplouf: Nope, thats the nice part about HW RAID
jcplouf 2017-01-29 22:38:02
great, I was afraid I was missing something
jcplouf 2017-01-29 22:38:03
thanks