Sunday, 2014-12-21

*** jablo has quit IRC00:12
*** alex-EU has quit IRC00:15
*** reen1 has quit IRC00:16
*** rlameiro has joined #kxstudio00:52
*** rick_ has joined #kxstudio01:17
rick_Do we no longer have kxstudio-kernel-lowlatency?01:18
*** rick_ has quit IRC01:43
*** BitPuffin has quit IRC01:58
*** sfsafaws has quit IRC02:14
*** rlameiro has quit IRC03:22
*** spectromas has joined #kxstudio03:36
*** wolftune has quit IRC04:42
*** wolftune has joined #kxstudio04:44
*** wolftune has quit IRC05:00
*** spectromas has quit IRC05:17
*** wolftune has joined #kxstudio05:49
*** falktx has quit IRC05:51
*** wolftune has quit IRC06:05
*** wolftune has joined #kxstudio06:48
*** Animtim_ has joined #kxstudio07:27
*** Animtim has quit IRC07:28
*** wolftune has quit IRC07:39
*** Xzu has joined #kxstudio08:51
*** JackWinter has joined #kxstudio09:11
*** Xzu has quit IRC09:17
*** Xzu has joined #kxstudio09:17
*** JackWinter has quit IRC10:06
*** alex-EU has joined #kxstudio10:13
alex-EUJackWinter_: Morning. Tested the ram this morning by pulling a stick out of the test box. Same result, half of the remaining ram got used. I haven't found much so far on changing this,but i did read a bit about linux vm, and know a little more about it. I'll keep trying.10:16
*** JackWinter has joined #kxstudio10:21
*** rlameiro has joined #kxstudio10:44
*** alex-EU has quit IRC11:01
*** HarryHaaren has joined #kxstudio11:05
*** alex-EU has joined #kxstudio11:05
alex-EUJackWinter: http://imgur.com/saliBQh11:06
alex-EUJackWinter: That's htop and vmstat. Note the memory numbers in vmstat, and the size of the swapcache.11:07
alex-EUJackWinter: That's as far as i can get with reaper loaded to the hilt11:07
alex-EUJackWinter: I got a low memory warning from K at this point.11:08
JackWinteralex-EU: i get a 404 on that link11:13
JackWinterdid you find out more about linux and ram usage?11:13
JackWinteri'm trying to get more free diskspace on my linux boot.  amd moving about 70gb of drum samples to a windows drive instead.  too bad that i only have drum samples and no kontakt samples with me.11:14
JackWinteri might try to copy some over my vpn, but with only a 2mbps connection that will probably take a while :)11:15
alex-EUJackWinter: New link showing htop and vmstat. http://imgur.com/INqXNEp11:19
LAbotTitle: snapshot3.png - Imgur (at imgur.com)11:19
alex-EUJackWinter: This is reaper, and K standalone.11:21
alex-EUJackWinter: Note the mem and swapcache number in vmstat11:21
alex-EUJackWinter: The swapcache will relinquish ram to other processes, in this case the standalone K. I started reaper first, and loaded it.11:22
alex-EUJackWinter: But from this i can only assume that a single process, i.e. the reaper instance has a limit on how much ram it's allowed.11:23
alex-EUJackWinter: I have set 2 parameters in /etc/sysctl.conf. "vm.swappiness=1" and "vm.pagecache=10 20 30"11:25
alex-EUJackWinter: The vm.pagecache is something i found on a site, that has 2 examples for pagecache, big and small basically.11:26
JackWinteri'm stil confused :)  i think i really have to study up on this issue.  i think there is no such limit on what a single process can use, at least i've never heard of it.  am gonna make sure that i'm not using the wrong tools or tools that report the wrong thing to me, causing me to be confused about what actually is going on11:26
alex-EUJackWinter: Linux uses a dynamic swapcache to keep pages. As a process demands ram beyond what is free, linux gives up a portion of that swapcache.11:27
alex-EUJackWinter: vmstat is useful for knowing how that is happening. :)11:28
JackWinteryou can also try playing with this: vm.vfs_cache_pressure=50011:29
alex-EUJackWinter: If you look at the vmstat side of that pic, i keep refreshing it, and the last two show a difference in swapcache, as i demand more ram for the standalone K instance.11:29
alex-EUJackWinter: What's that do?11:29
JackWinteryeah, i know the theory more or less, but i don't really see reality correspond with theory.  but i'm gonna make sure that i'm not confused by something as this is really going on my nerves nowdays11:30
alex-EUJackWinter: i find this irritating too. Even more so now i'm armed with a little more knowledge.11:31
JackWinterhttp://webcache.googleusercontent.com/search?q=cache:bI9_gYTW79EJ:https://www.kernel.org/doc/Documentation/sysctl/vm.txt%2Bvm.vfs_cache_pressure%3D500&gws_rd=cr&hl=es&&ct=clnk11:32
alex-EUJackWinter: ok, i'll have a look11:32
JackWinterit makes the kernel more willing to give up the entries from the filesystem cache11:34
JackWintergoogle is so annoying with assuming that i want spanish google just because i travelled here...11:35
alex-EUJackWinter: yeah, i don't use google.11:36
JackWintergoogle.con/ncr normally solves that though11:36
JackWinterwhat do you use? google is getting more and more useless everyday11:36
alex-EUJackWinter: duckduckgo11:36
JackWinterjust loads of sites wanting to see you something when you look for info, and if you need to look something linux up, page after page of ubuntu noobs11:37
JackWinteri'll try that again, wasn't all that impressed with it either last time i tried, but maybe it's gotten better11:37
JackWinterwhat i really want is bolean search11:37
alex-EUJackWinter: the problem seems to be, when we start reaper, and add vsts, as well as using mem, linux allocates pages to swapcache as well. (And now i understand why more than before) so for each GB of ram we take up in reaper, about half of that again is added to the swapcache.11:38
alex-EUJackWinter: So 10GB of ram used by reaper equals a further 5GB of ram allocated to the swapcache.11:39
alex-EUJackWinter: Going on my 6 hours so far today of researching and testing. :)11:39
alex-EUJackWinter: On my system, when the amount of free ram is down to about 3GB (according to vmstat) THEN the swapcache will start releasing ram to another process.11:40
JackWinterso 32gb of ram used by kontakt mean 48gb used up, that still ought to leave you another 16gb free?11:41
JackWinterso you still ought to have say what 10gb free?11:42
alex-EUJackWinter: And if we seek to limit swapcache further to have more free ram, then we run the risk of continual page swapping to the HD. That may be ok for hdds, but the continual swapping won't exactly do much good for ssds.11:42
*** BitPuffin has joined #kxstudio11:42
JackWinterno that's true11:42
alex-EUJackWinter: yes i should have 10GB free.11:43
JackWinterand turning off swap isn't really a good solution for linux either :S11:43
alex-EUJackWinter: I tried that when i first got my new box. It slowed things down, and now i understand why.11:43
alex-EUJackWinter: Continual paging in and out. :)11:43
JackWinterso we are fucked or what?  only solution is to buy more ram?11:44
alex-EUJackWinter: seems that way.11:44
JackWinterbut then i also don't understand that you can use more ram by using 2 wineprefixes...11:44
alex-EUJackWinter: That's the other part i'm trying to figure out.11:45
JackWinterand why does it need to put half of what you use in a swapcache?  that doesn't really make sense either...11:45
alex-EUJackWinter: It may have to do with a limit per process, based on max sockets, etc. I've already increased the amount of per process openfiles i can have, but that didn't make a difference.11:45
JackWinterespecially since all the samples used by kontakt are memlocked anyways...11:46
alex-EUJackWinter: linux doesn't know K can memlock samples.11:46
JackWinteri ought to know that this memory is memlocked, as it knows not to swap it out...11:47
alex-EUJackWinter: i think linux just sees process, and paging, as "dumb" data to process.11:47
JackWinters/i/the kernel/11:47
alex-EUJackWinter: i feel your pain. :) The more i reasd about this this morning, the more frustrated i got.11:48
JackWinterto me something seems seriously fucked up.  but what do all the big data companies do running server farms...  surely they don't just conclude that linux is fucked and buy more ram?11:48
alex-EUJackWinter: I found a lot of info in sites for servers.11:49
alex-EUJackWinter: So it may well be they have the same challenge.11:49
JackWinterbut i know that many persons far more clever and informed by me, keep saying that the linux vm system is fubar11:50
alex-EUJackWinter: There's also a lot i didn't understand, and i'm still working through that stuff trying to get my head around it.11:50
JackWinters/by/than/11:50
JackWinterditto here11:50
alex-EUJackWinter: If the superior intellects who know far more than i about this think the vm system is fubar, then i have little hope of getting around it.11:51
alex-EUJackWinter: I'm thinking about a second studio box at the moment. Windows 64bit with lots of ram, to run K.11:52
JackWinterwell, i'm gonna make an effort to understand it anyways11:52
alex-EUJackWinter: yes, me too. I've already learned a shedload today.11:52
JackWinterjust get a windows box to run reaper/kontakt, and use another one for everything else :)11:52
alex-EUJackWinter: Sadly that's about all i use, reaper and kontakt.11:53
JackWinterdon't know what problems you'll run into in windows though, nothing is ever easy...11:53
alex-EUJackWinter: i don't use the overwhelming electronica in linuxaudio.11:53
alex-EUJackWinter: Which is why i hesitate. Using a win box is just adding new problems.11:53
JackWinterno i mean, get a studio computer and don't connect it to the net.  set it up and use that for making music.  then another one for using the net11:54
alex-EUJackWinter: i already have that, but they're both linux.11:54
JackWinterlike that you won't get bitten by anything nasty on the net either, as running windows on the net is a security nightmare11:54
alex-EUJackWinter: And reaper runs really well here on wine/linux11:54
alex-EUJackWinter: Yep i hear you.11:54
alex-EUJackWinter: decision making time coming up i think.11:55
JackWinterwell then i foresee a 128gb ram system in your future :)11:55
alex-EUJackWinter: I'd like 2 boxes with 128GB each. :)11:55
alex-EUJackWinter: And 16core cpus11:55
JackWinteri have a friend who has a xp/cubase box for making music on.  he set it up like 5 years ago and it still hasn't failed.  he never connects to the net or install new things on it though11:56
alex-EUJackWinter: He's lucky.11:57
alex-EUJackWinter: I had cubase on a daw box, and 5 gigastudio boxes running into it. A bloody nightmare.11:58
alex-EUJackWinter: Many years ago. :)11:58
JackWinterbut try vm.vfs_cache_pressure=500 that might give you some relief, it did on my system11:58
alex-EUJackWinter: Objectively i do far more now with the current setup.11:58
alex-EUJackWinter: i will ,thanks for the heads up.11:59
JackWinteri'm swapping again, probably because i'm copy 70gb of samples over to another drive right now11:59
JackWinterbut it's still not too bad.12:00
alex-EUJackWinter: back in a minute.12:01
*** alex-EU has quit IRC12:01
*** alex-EU has joined #kxstudio12:03
alex-EUJackWinter: cache pressure is in. :)12:06
alex-EUJackWinter: Now we'll see what difference it makes.12:06
alex-EUJackWinter: 44GB of used mem, 22GB of which is swapcache.12:08
JackWinterbut does the swapcache actully consume the memory that vmstat reports, or is that just how much it references?12:08
alex-EUJackWinter: It think it just takes it, "just in case". :)12:09
alex-EUJackWinter: It sucks.12:10
JackWinterhmm, this looks like many hours/days of study needed :)  just the kernel documentation on vm is a lot to digest12:11
alex-EUJackWinter: Thing is, we don't know how much is actually required for paging. If we set it to something like 5GB, then swapping may be continual, as linux assumes it can have as much as it wants.12:11
alex-EUJackWinter: I have a dim understanding of why paging is important for performance, but i don't understand the......greed.12:12
JackWintersuppose you could add a rust drive to the system to create a swap file on,  you'll know once it starts swapping for sure12:12
JackWinteror rather swap partition12:12
alex-EUJackWinter: If i thought a large flash drive would handle it, i'd try that. :)12:12
alex-EUJackWinter: But then if it failed the system would crash, and who know what damage it would do.12:13
JackWintersupposedly one can use a swapfile instead of a partition too, that would allow monitoring it's size12:13
alex-EUJackWinter: I read a little about that this morning.12:14
JackWinterthere is also supposedly compression of swap in recent kernels, but that wouldn't help with samples i guess12:14
alex-EUJackWinter: But if you put the swapfile on a rust drive, you're limited to the speed of the drive for paging in and out.12:14
JackWinteryeah, well you don't want to swap at all...  but atleast you won't damage your ssds playing around, and i can guarantee that you will notice the moment it starts swapping :)12:15
alex-EUJackWinter: and it's only one part of the problem. Why do processes have a limit, i.e. reaper getting nervous at near half the ram?12:15
alex-EUJackWinter: The second process proves nearly all the ram is available, why not all for a single process?12:16
JackWinterthat i don't know.  that is strange.  you might try asking in #kernelnewbies on oftc.net, there are quite a few knowledgeable people there, and not much offtopic chatter12:17
alex-EUJackWinter: And it's K which spits up a warning, not reaper.12:17
JackWinterthough i guess most kernel hackers will not be working now, so away from computers12:17
JackWinterthen maybe the swapcache is a red herring...  and the actual problem is that a single process for some reason can't use more than half the ram12:18
JackWinteri suppose that K asks wine for ram and gets told go away.  reaper won't really have anything to do with it12:18
alex-EUJackWinter: Which makes me think there's a per process limit of some sort.12:20
alex-EUJackWinter: Which is what i went after this morning. Founds loads of links for windows mem problems, but nothing related to process limits for win64bit.12:20
alex-EUJackWinter: And still no answer to the Q in the wine forums\12:21
alex-EUJackWinter: I went right through per user settings as well, thinking that was a possible cause. Got linux tweaked ok, but don't know how to do this in wine. (registry settings i assume)12:22
JackWinterdon't know if your system uses cgroups, but maybe something there is configured to limit a process' ram usage12:23
*** distrozapper has quit IRC12:24
alex-EUJackWinter: do you use cgroups in arch?12:25
JackWinteralex-EU: yes systemd uses some of it's features, not sure what parts though12:28
*** distrozapper has joined #kxstudio12:29
*** JackWinter has quit IRC12:33
*** JackWinter has joined #kxstudio12:33
alex-EUJackWinter: Another page of dev written cgroup text to get through....sigh......12:34
JackWintermaybe this is a problem? vm.max_map_count12:38
JackWinteralex-EU: maybe i have it, try sysctl vm.overcommit_memory=112:46
JackWinterit seems like that in order to protect the system, there is indeed some limitations on how much a single process can allocate12:46
alex-EUJackWinter: I'll try that.12:49
alex-EUJackWinter: back in a sec.12:51
*** alex-EU has quit IRC12:51
*** alex-EU has joined #kxstudio12:53
JackWinteralex-EU:12:55
JackWinterThe current overcommit limit and amount committed are viewable in12:55
JackWinter/proc/meminfo as CommitLimit and Committed_AS respectively.12:55
JackWinteralso try to play with vm.overcommit_ratio12:56
JackWinterthat appears to be set to 50%12:56
alex-EUJackWinter: ok12:56
JackWinterwould explain why you can't allocate more than 50% of your ram to a single process12:56
alex-EUJackWinter:12:57
alex-EUCommitLimit:    36417176 kB12:57
alex-EUCommitted_AS:    3248632 kB12:57
JackWinternot sure what options would be the right one for you.  as setting vm.overcommit_memory to 1 didn't really seem to change anything in /proc/meminfo12:57
JackWintertry sudo sysctl vm.overcommit_ratio=9012:58
JackWinteri don't think you need to reboot to change this...12:58
alex-EUJackWinter: ok. It's done. :)13:00
* JackWinter is holding his breath13:00
* alex-EU is doing the same....13:01
*** Newk_ has joined #kxstudio13:04
alex-EUJackWinter: hehe, it worked but for all processes.13:07
JackWinterhow do you mean?13:08
alex-EUJackWinter: so everything took more memory. :)13:08
JackWinteroops, how much more?  you have another problem now?13:08
alex-EUJackWinter: I lost 22GB before i started reaper. :)13:08
alex-EUJackWinter: swap, paging, etc...13:09
JackWinterhmm, what options did you change?13:09
alex-EUJackWinter: so that setting for vm overcommit is system wide13:09
JackWintermaybe vm.overcommit_memory needs to be 013:09
alex-EUJackWinter: i used 90 as the parameter13:09
alex-EUJackWinter: if overcommit equals zero, then surely that's the default13:10
JackWintervm.overcommit_ratio=90 would mean that an app can commit up to 90% of the ram13:10
alex-EUJackWinter: I'll try it anyway13:10
JackWinterzero is default for vm.overcommit_memory on my system13:10
alex-EUJackWinter: But that setting is system wide, meaning any app that would like more mem gets it.13:11
JackWinterthere is also vm.overcommit_kbytes to set an absolute value13:11
JackWinteryes, well i can't produce miracles :)13:12
alex-EUJackWinter: ok, i'll change it.13:12
JackWinteri guess we found the culprit though?13:12
alex-EUJackWinter: i know, we're in the realms of the unknown here....13:12
alex-EUJackWinter: Yes, it's a start. :)13:12
alex-EUJackWinter: would be nice if we could do something like vm.overcommit_ratio=90 wine13:13
JackWintercall linus :)13:13
alex-EUJackWinter: specify a process.13:13
alex-EUJackWinter: he won't answer, he's burning down nvidia HQ at the moment.13:14
JackWinterbut i'm suprised that all processes used more ram...  which of the 3 parms did you change, and to what?13:14
JackWinteryes, and lighting a fire under systemd devs :)13:15
alex-EUJackWinter:13:15
alex-EUvm.swapiness=1013:15
alex-EUvm.pagecache="10 20 30"13:15
alex-EUvm.vfs_cache_pressure=50013:15
alex-EUvm.overcommit_memory=113:15
alex-EUvm.overcommit_ratio=9013:15
alex-EUJackWinter: which ones do you trhink i should keep? :)13:15
JackWintertry just vm.overcommit=0 and vm.overcommit_ration=9013:15
JackWintertry just vm.overcommit=0 and vm.overcommit_ratio=9013:16
JackWinteri think it's only the last 2 that are important for this, the others deal with the swapping13:16
JackWinterthink i have vm.swappiness=1 and vm.vfs_cache_preassure=500 on my main machine13:17
JackWinternot that it helps all that much :S13:17
JackWinterso try vm.overcommit=0 and vm.overcommit_ratio=90 and reboot to see how the system comes up13:18
JackWinteror maybe just exit X/kdm and restart kde...13:19
alex-EUJackWinter: back in a sec13:19
*** alex-EU has quit IRC13:20
*** alex-EU has joined #kxstudio13:20
alex-EUJackWinter: reaper loading now13:23
* alex-EU is getting a quick litre of coffee.......13:24
* JackWinter goes for lunch13:28
alex-EUJackWinter: Nope, reaper crashed with an OOM heap fault. 29.7GB13:29
*** yann-kaelig has joined #kxstudio13:38
*** HarryHaaren has quit IRC13:49
JackWinteralex-EU: that with vm.overcommit=0 and vm.overcommit_ratio=90 ?14:01
JackWinteras a matter of interest, how big is your swap partition?14:01
JackWinteralex-EU: unfortunately this is the kernel documentation: https://www.kernel.org/doc/Documentation/vm/overcommit-accounting14:04
JackWinterdoesn't really explain very much does it?14:04
JackWinterred hat possibly does a little bit better: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Performance_Tuning_Guide/s-memory-captun.html14:07
LAbotTitle: 5.4. Capacity Tuning (at access.redhat.com)14:07
JackWinteralex-EU: i think you need to set vm.overcommit=2 in order to be able to use vm.overcommit_ratio or vm.overcommit_kbytes, but the amount of memory you can allocate depends on the amount of physical ram and swap that you have14:14
alex-EUJackWinter: yep just reading that.14:16
JackWinterso maybe vm.overcommit=1 is the one to start with.  i guess even if the system boots up using 20gb (which i find really strange), you'd still have 44gb for reaper/kontakt.14:16
alex-EUJackWinter: I'll change the overcommit and reboot.14:17
*** alex-EU has quit IRC14:18
*** alex-EU has joined #kxstudio14:19
alex-EUJackWinter: here goes.....14:21
JackWintermaybe vm.drop_caches can help at times as it apparently will force the system to drop caches14:23
alex-EUJackWinter: I've just been reading about a wine setting that is allegedly in loader/heap.c (Whatever and wherever that is)14:23
JackWinterhow much ram did the system use when you booted this time?14:23
JackWinteralex-EU: ^14:23
alex-EUJackWinter: 1GB14:23
JackWinterand how big is your swap?14:23
alex-EU:)14:23
alex-EUJackWinter: 4GB14:23
JackWinterpff, 1gb that's nothing for you :)14:23
JackWinterhmm, maybe your problem also arises from having such a small swap?14:24
JackWinteri found this somewhere else:  In mode 2 (available since Linux 2.6), the total virtual address space on the system is limited to (SS + RAM*(r/100)), where SS is the size of the swap space, and RAM is the size of the physical memory, and r is the contents of the file /proc/sys/vm/overcommit_ratio.14:25
alex-EUJackWinter: swap's never used. The first time it was, was today, for 358kb when the system ram count was so high14:25
JackWinterin your case i guess that is about 36gb14:26
JackWinterif you set vm.overcommit=214:26
JackWinterand leave vm.overcommit_ratio at 5014:26
alex-EUJackWinter: same crash same GB limit. and this message: fixme:virtual:create_view out of memory in virtual heap for 0x7f0b351c0000-0x7f0b352c000014:30
alex-EUJackWinter: any clues on the location of loader/heap.c?14:30
alex-EUJackWinter: I'll have a look anyway.14:31
JackWinterthat i think would be in the wine source14:32
JackWinterhmm, this sucks :(14:32
JackWinterare you sure that vm.overcommit is 1 now?14:32
JackWinternope i don't see any heap.c in wine/loader14:34
alex-EUJackWinter: yes, it's 1.14:39
JackWinterbeh, then maybe set it to 2 and try with vm.overcommit_ratio=90 or something like that.14:41
JackWinterwhat an infuriating problem...14:43
JackWinteralex-EU: actually before you change, what does /proc/meminfo say14:45
alex-EUJackWinter: http://pastebin.com/nc7BRjGY14:49
JackWinterhmm, the CommitLimit is high now...14:50
alex-EUJackWinter: I'm D/L the source now.14:52
alex-EUJackWinter: I'll go looking for any mem stuff this week14:53
alex-EUJackWinter: And you're right, this is infuriating. :)14:53
JackWinterhmm, i guess this is a limit that you might run into, but apparently not the only one...  there must be something else stopping you14:57
JackWinterwould be good to verify that it's not only wine that runs into it, as then you could dismiss wine (for the moment)14:58
JackWinterso to conclude: setting vm.overcommit=1 didn't really help, kontakt/wine was still unable to allocate ram just the errormsg changed?14:59
alex-EUJackWinter: yep, that's it.14:59
*** spectromas has joined #kxstudio15:00
alex-EUJackWinter: i just had an idea.15:17
* alex-EU has been using his 2 brain cells a great deal today.....15:17
alex-EUJackWinter: What if it's linux's hold on all the ram that is stopping wine from going further? Why not set linux as having something like 10GB of ram, and see if wine gets the rest?15:18
alex-EUJackWinter: Is that feasible, or does wine rely on linux telling it how much mem is on the system?15:19
alex-EUJackWinter: back in a min15:22
*** alex-EU has quit IRC15:22
*** alex-EU has joined #kxstudio15:24
*** alex-EU has quit IRC15:30
*** alex-EU has joined #kxstudio15:30
alex-EUJackWinter: hehe, nope, that didn't work.15:30
*** orngjce223 has quit IRC15:43
*** andrew_ has joined #kxstudio15:45
*** hlblyhipy has joined #kxstudio15:46
hlblyhipymorning newbie with a ? regarding sf2 files15:47
JackWinteralex-EU: no i think to the kernel wine is just another process running15:47
alex-EUJackWinter: yep, just found that out.15:47
hlblyhipyhey distrozapper thiskx is working great15:47
alex-EUJackWinter: just reading up on cgroups again.15:48
distrozapperhlblyhipy, welcome back again :) I am glad it works for you, falktx will be too ;)15:51
hlblyhipyya have it running 256 48k and 2 periods not one xrun15:52
distrozapperhlblyhipy, what is your question about sf2?15:52
hlblyhipywell when i was using US the sf2 to files were in /usr/share/sounds,but i cant find a folder there listed as sf215:53
hlblyhipyand have no idea how to use carla15:53
*** orngjce223 has joined #kxstudio15:54
*** rlameiro has quit IRC15:56
distrozapperhlblyhipy, my (relatively fresh installed) KX 14.04.1 also doesn't come with sf2 soundfonts preinstalled.16:02
hlblyhipyah so ill need to find the fluidsynth sf2 and download ha16:03
hlblyhipymakes sense thought i was missing something16:03
distrozapperhlblyhipy, carla by default looks for sf2 in /usr/share/sounds and /home/<your username>/.sounds.16:04
hlblyhipyya when i get the fils ill save them there correct16:05
hlblyhipythe .sounds means its a hidden file right16:05
distrozapperhlblyhipy, you can point carla to search on custom paths by its "Configure carla -> Paths"  tab.16:06
hlblyhipybut i would need to download the fluidsynth gm right16:07
distrozapperhlblyhipy, means hidden file, correct16:07
hlblyhipyim new to midi too im a sting player guitar bass mando16:08
hlblyhipyso to open hidden files it's ctrl h right16:08
distrozapperhlblyhipy, in GNOME it is ctrl+h, in KDE alt+.16:09
hlblyhipyoh im a dummy completely forgot im in kde now16:11
distrozapperhlblyhipy, so you are on KDE now?16:12
distrozapperOK16:13
hlblyhipyglad u mentioned that,there is this bar that randomly pops up with a percentage,have no idea what the percent is16:13
distrozapperhlblyhipy, maybe you mean the KDE notification in the "taskbar"? It informs about system messages and copy process advance mostly.16:16
hlblyhipyno this one pops up somewhere in the middle of the screen it pops up and few seconds later closes when i click on it nothing happens16:17
distrozapperhlblyhipy, got no clue for that, would be fine if you could tell what this popup says16:20
hlblyhipyya i was trying to take a screen shot but it happens too quick its this bar  with i horizonyal line and a percentage if i can next time it pops up ill try to captur it16:22
hlblyhipyisee a learning curve to kde im only used to xfce16:23
distrozapperhlblyhipy, I just installed fluid-soundfont-gm too, there should be a /usr/share/sounds/sf2 present now, ready to be found by carla.16:23
hlblyhipydid you find that download on sourceforge16:24
distrozapperhlblyhipy, no, it should be available via synaptic (or your preferred software manager)16:25
hlblyhipyah ok im still usign synaptic,too lazy to learn muon lol16:26
hlblyhipyin US i was using  Sonatina Symphonic Orchestra which has alot of nice sounds,but I have a feeling you already are aware of that16:30
distrozapperhlblyhipy, yes I got the sonatina suite too, which is indeed quite nice :)16:34
hlblyhipyonce again you've helped me out got my sf2 thanx man16:34
distrozapperhlblyhipy, you are welcome :)16:35
hlblyhipynow in US i just extrated the  files to /usr/share/sound,i do it the same way in kde right?16:35
distrozapperhlblyhipy, to copy something to /usr/lshare/sounds/sf2 you need root rights. You could also expand the sf2 files to some convenient place in your home folder and point carla to that place.16:38
distrozapperhlblyhipy, A general recommendation: Avoid using root access whenever possible!16:39
hlblyhipyyou mean sudo right16:40
hlblyhipyya i just created a folder labeled sounds that i will put the files in16:40
distrozapperhlblyhipy, good :)16:41
hlblyhipyive been noticing in linux there is no line between developer and user as there is in windows16:43
hlblyhipyhate windows thats why i switched,wish i knew about linux years ago16:43
*** yann-kaelig has quit IRC16:43
hlblyhipywhen you say root you mean the use of sudo16:45
distrozapperhlblyhipy, yes, root access means using "sudo.." in ubuntu.16:47
hlblyhipyive been reading an ebook call the command line which is a huge help but im only at the point of copying and moving files,seraching simple beginner stuff16:49
distrozapperhlblyhipy, welcome to the opensource world. Everybody can contribute ideas/error amendments/support.16:49
hlblyhipyi knew there would be a learning curve just didnt realize how big of one there is16:49
hlblyhipyoh ya im lovin every minute of it16:50
hlblyhipynow ive noticed in dolphin the is i folder listed as root16:51
distrozapperhlblyhipy, Yes the learning curve is there. But maybe you can remember how long it took you to gather experience with windows?16:51
hlblyhipyya and this is much more entertaining,gives a little more control to the user,still its kinda scary to realize one wrong keystroke and your system is gone lol16:53
distrozapperhlblyhipy, Exactly that's one of the most important differences. You can be "god" on your own system, but you have to know a bit of what you do.16:56
hlblyhipyYA ive made a few huge blunders but it's the best way to learn16:57
* distrozapper is away 10 min16:59
*** EamonnTobin has joined #kxstudio17:09
*** rncbc has joined #kxstudio17:15
hlblyhipydistrozapper,as always thanx for your knowledge and patience,have a great holiday peace17:18
*** hlblyhipy has quit IRC17:19
distrozapperJackWinter, alex-EU : Thanks for your RAM access discussion, I followed it having a deeper insight to the system thanks to you. Please hold on :)17:30
JackWinterdistrozapper: i'm happy that someone is enlightened, because i'm lost myself :)17:36
*** JackWinter has quit IRC17:56
*** JackWinter has joined #kxstudio18:01
distrozapperJackWinter, alex-EU :  Thanks anyway. Due to your discussion I got some more "screws to turn" when running win apps with WINE, thanks a lot :)18:03
distrozapperalex-EU, : [OT] Just curious: Most hardware I know of and is capable of more than 128 GB RAM ECC is not quite designed for living rooms or audio studios. What system hardware are you running atm ?18:16
*** falktx has joined #kxstudio18:22
*** yann-kaelig has joined #kxstudio18:23
*** wolftune has joined #kxstudio18:34
alex-EUdistrozapper: i7 sandybridge with 64GB of ram, and 3 SSD drives. Audio card is RMO I/O pcie, and yamaha hs80M monitors. My midi keyboard is an AKAI mpk88.18:45
alex-EUdistrozapper: and yw. Hopefully tracking down these challenges will make life a bit easier for all of us.18:46
alex-EUJackWinter: just been reading a bit about cgroups over dinner (as one does). I wonder if we could cooerce reaper and K with that.18:48
JackWinteralex-EU: i don't think they can give you anything that you don't have, rather they can just restrict what you get?  but i've ignored them so far as they haven't caused me any problems that i know of18:50
alex-EUJackWinter: yep, understand that. But will a cgroup, for example, tell K it has 40GB of ram to work with?18:51
alex-EUJackWinter: I'm just absorbing this stuff now, so i could have completely the wrong end of the stick.18:51
* falktx is updated eq10q18:53
falktx2 patches already...19:00
*** rlameiro has joined #kxstudio19:15
distrozapperalex-EU: Thanks for info, I only got an i7lspci19:16
falktx4 patches were needed for eq10q19:17
alex-EUJackWinter: Does wine see ram directly, or does it get "told" parameters linux give it?19:18
JackWinteralex-EU: don't think so, but i think you could use cgroups to limit the ram, cpu run time, etc19:18
alex-EUJackWinter: ok, understand that.19:18
JackWinteralex-EU: afaik, reaper allocates ram like in windows, and wine makes linux system calls to actually get it19:18
JackWinterso to the kernel it's just another process trying to allocate memory19:19
JackWintermy hair started hurting, so i've drifter into trying to get my gamepad work in steam, which is a nice waste of time as i never really play games :)19:20
distrozapperalex-EU, i7 Q740 1.7GHz 8GB RAM notebook here, so for sure I cannot replay your situation.19:20
JackWinteryeah, i'm on a haswell laptop with 8gb too, so not much i can do either19:21
*** jablo has joined #kxstudio19:24
falktx5 patches now. and UI crashes on init :(19:24
spectromasshouldn't they fix that upstream falktx?19:26
falktxthey should yes19:26
falktxI'll send all the patches when I'm done19:26
spectromaswhy did they release it if it needs so much?19:26
falktxtbh most issues were already there19:27
falktxe10q is not a stable plugin, it's beta619:27
falktxah, so it's not carla, also crashes on jalv.gtk19:29
falktxcrashes ardour3 too19:30
falktxwtf, did he even tested this...19:30
*** alex-EU has quit IRC19:33
spectromashaha19:33
*** alex-EU has joined #kxstudio19:35
* falktx wonders how the pics in http://libremusicproduction.com/news/20141220-eq10q-v2-beta6-now-available were possible19:35
LAbotTitle: EQ10Q V2 Beta6 is now available | Libre Music Production (at libremusicproduction.com)19:36
*** EamonnTobin has quit IRC19:41
*** LanDi has joined #kxstudio19:41
*** EamonnTobin has joined #kxstudio19:42
alex-EUbah. That didn't work either.19:45
alex-EUi blame the kardashians......19:45
*** jablo has quit IRC19:47
*** BitPuffin has quit IRC19:54
*** BitPuffin has joined #kxstudio20:04
JackWinteri saw something about a guy getting plastic surgery to look like kim.  he looked even more horrible than her :)20:05
*** yann-kaelig has quit IRC20:07
alex-EUJackWinter: ergh.20:08
JackWinteralex-EU: i hope for his sake that it's a spoof and not the truth... http://www.cambio.com/2014/12/20/this-man-spent-150-000-on-plastic-surgery-to-look-like-kim-kardashian/20:09
LAbotTitle: This Man Spent $150,000 on Plastic Surgery to Look Like Kim Kardashian | Cambio (at www.cambio.com)20:09
alex-EUJackWinter: i'm not looking at that, i just had dinner.20:11
*** hlblyhipy has joined #kxstudio20:13
hlblyhipynew ? new problem20:14
hlblyhipyforget found the problem...me20:15
JackWinteryeah, better keep your dinner on the inside :)20:18
*** reen1 has joined #kxstudio20:22
*** rncbc has quit IRC20:29
*** LanDi has quit IRC20:47
*** hlblyhipy has quit IRC20:51
*** EamonnTobin has quit IRC20:54
*** Xzu has quit IRC21:01
*** JackWinter has quit IRC21:09
*** JackWinter has joined #kxstudio21:19
*** rncbc has joined #kxstudio21:19
*** rlameiro has quit IRC21:23
*** reen1 has quit IRC21:25
*** JackWinter has quit IRC21:31
*** JackWinter has joined #kxstudio21:33
*** rlameiro has joined #kxstudio21:36
*** Xzu has joined #kxstudio21:38
*** JackWinter has quit IRC21:42
*** spectromas has quit IRC21:45
*** ahellquist__ has joined #kxstudio21:50
*** ahellquist_ has quit IRC21:50
*** JackWinter has joined #kxstudio21:52
*** JackWinter has quit IRC21:54
*** JackWinter has joined #kxstudio21:56
*** rlameiro has quit IRC21:59
falktxpatches! https://sourceforge.net/p/eq10q/patches/22:01
LAbotTitle: EQ10Q / Patches (at sourceforge.net)22:01
falktxbbl22:01
*** falktx has quit IRC22:05
*** rlameiro has joined #kxstudio22:11
*** BitPuffin has quit IRC22:12
*** ahellquist__ has quit IRC22:22
*** rlameiro has quit IRC22:23
alex-EUok, enough. :) I won't find a solution today.22:27
JackWinteralex-EU: beh, no progress?22:30
*** BitPuffin has joined #kxstudio22:31
*** BitPuffin has quit IRC22:35
*** HarryHaaren has joined #kxstudio22:36
*** ahellquist__ has joined #kxstudio22:38
alex-EUJackWinter: nope, but i have learnt a bit.22:46
alex-EUHarryHaaren: Evening, help us out here please. :)22:46
HarryHaarenhey alex-EU whaszuuuzp?22:46
* HarryHaaren just joined, no backlog :)22:47
alex-EUHarryHaaren: We want to utilize more than 30GB of ram in wine64bit.22:47
alex-EUHarryHaaren: You may well be grateful for no backlog. :)22:47
alex-EUHarryHaaren: per process.22:47
HarryHaarenright... Im afraid I don't even have wine installed here.22:48
HarryHaarenyeah, kontact on your studio machine, i've seen some discussion here / other-#rooms :)22:48
alex-EUHarryHaaren: hehe, i'm just kidding. We've been at this most of the day.22:48
HarryHaarensure, what's the current problem?22:48
* HarryHaaren was trying to make Googles ChromeCast use a different DNS thank Googles 8.8.8.8 or 4.4.4.4... that's fun too if this turns out too easy ;)22:49
alex-EUHarryHaaren: wine won't allow us to utilize more than almost half of the ram installed. I have 64GB, and K stalls on 29, with a memory heap error. More or less the same with reaper, loaded with vsts.22:50
alex-EUHarryHaaren: If i run reaper in one wine prefix, and a standalone instance of K in another wine prefix, i can get near 50GB. Problem is there's no reliable way to route midi between them, in 64bit.22:51
HarryHaarenalex-EU, perhaps talk to the DrumGizmo guys? #drumgizmo. I have no experience at all with such file-sizes / wine / windows VSTs. They do with the file-sizes anyway... and DG runs on Win too IIRC?22:51
alex-EUHarryHaaren: ok, sounds like an idea. Thanks. :)22:52
alex-EUHarryHaaren: We've already used up all our ideas, sensible or otherwise.....22:52
*** JackWinter has quit IRC22:56
*** JackWinter has joined #kxstudio23:02
alex-EUJackWinter: I've just joined the winehq channel. Thay'll either answer me, tell me i've insulted them with a 64bit question, or ban me for life. :)23:03
alex-EUJackWinter: It's rougher in there than #lad.23:04
JackWinteri don't think ulimit is involved at all, but what do i know :)23:06
JackWinteri missed the heads of the discussion though23:06
alex-EUJackWinter: we'll see23:08
alex-EUJackWinter: Trying that now.........23:08
JackWinterwhat was the advice?23:08
HarryHaarenhey alex-EU yeha the channel can be quiet at times23:10
HarryHaarengenerally deva (one of the devs) falktx and some others hang there23:11
* HarryHaaren back from a little chat23:11
HarryHaarensorry I can't help alex-EU its totally unknown territory for me. Perhaps a post to LAD mailing? Try get some knowledge / experience from there?23:12
HarryHaarenI have 2 GB ram.. i don't experience these issues. I also can't use DrumGizmo, cause thier smallest kit makes my system swap-storm :/23:12
alex-EUJackWinter: He suggested running ulimit first in the  terminal reaper will be started from\23:13
*** orngjce223 has quit IRC23:14
JackWinteralex-EU: to achieve what?23:17
*** sfsafaws has joined #kxstudio23:19
alex-EUJackWinter: greater ram usage i assume.23:19
alex-EUJackWinter: didn't work.23:19
*** wolftune has quit IRC23:23
*** orngjce223 has joined #kxstudio23:26
alex-EUJackWinter: time to crash, nite, and thanks for the input. The day has been........relentless. :)23:29
*** alex-EU has quit IRC23:31
*** BitPuffin has joined #kxstudio23:31
*** BitPuffin has quit IRC23:36
*** wolftune has joined #kxstudio23:37
*** JackWinter has quit IRC23:48
*** rncbc has quit IRC23:49
*** wolftune has quit IRC23:49
*** JackWinter has joined #kxstudio23:50
*** wolftune has joined #kxstudio23:51
*** wolftune has quit IRC23:57
*** Xzu has quit IRC23:59

Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!