[01:23] !netsplit [01:23] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit [01:36] Having trouble with rekonq browser, any suggestions? [01:38] no one is really here [01:49] i use chrumium ;) [01:49] sorry chromium === kubuntu is now known as Guest30756 === Guest30756 is now known as ddd === ddd is now known as Guest87619 [06:28] hi which tool can extract audio all/a certain audio tracks from a video if there is more than 2? [06:30] probably ffmpeg? [06:30] very configurable [06:30] not very user friendly, though [06:32] i would like to have a tool with GUI :D [06:39] M_Kay: VLC maybe be able to do that; I'm not sure [06:39] Kdenlive probably would as well [06:40] Blender perhaps can as well? [06:43] i tried kdenlive but it extracted only one track [06:44] vlc and blender ill try them [06:50] M_Kay: best of luck [06:51] if nothing else, the kdenlive guys might be some help [06:51] #kdenlive === spawn[dead] is now known as spawn57 [06:54] thx for the advice! === dziegler is now known as dziegler_off === dziegler_off is now known as dziegler === a is now known as Guest83145 === spawn57 is now known as spawn[dead] === dziegler is now known as dziegler_off === jbracker is now known as Guest71945 === dziegler_off is now known as dziegler === asus is now known as Guest2833 [10:16] My system is running very unstable [10:16] can any recommend me a help chat on this network ? [10:26] fluxbox: what OS are you running [11:12] Hi! Internet searches so far haven't been that fruitful. Anyone knows if LibreOffice 4 in Raring supports the Global Menu (as implemented in plasma-widget-menubar) with the KDE4 VCL plugin? [11:13] VCL? [11:13] generally speaking it supports the global menu specification though [11:13] whether it specifically works with plasma-widget-menubar I do not know [11:15] "SAL_USE_VCLPLUGIN=gtk loffice" hides the menu bar from the window, it's not appearing in the widget however. [11:15] With any other choice, including kde4, the menu bar stays in the window === dziegler is now known as dziegler_off === william is now known as Guest26360 === spawn[dead] is now known as spawn57 === dziegler_off is now known as dziegler === max is now known as Guest88978 === Guest88978 is now known as Max_tmn === ani_2394 is now known as anisha23 [13:45] Hiyas all === axel is now known as Guest91442 [13:51] # dev / === Vito_ is now known as Vito === christian is now known as Guest85350 === Guest85350 is now known as chris === chris is now known as chris-efx [14:39] hi ... i have a problem with pm-utils ... i have a script of the following form: [14:39] #!/bin/bash [14:39] if on_ac_power; then [14:39] # Reset back to normal settings [14:39] else [14:39] tester56: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [14:39] # Turn on aggressive power savings [14:40] everything in the section else gets executed with root rights [14:41] i need to run some commands only root can run ... so they don't work with sudo === ovidiu-f| is now known as ovidiu-florin [14:41] but the commands in the first section do not get run with the rights needed [14:41] how can i change this? [14:45] so it seems pm-utils calls the scripts in /etc/pm/power.d with different rights when i plug the power on and off [14:45] power off: full rights [14:45] power on: no sufficient rights to write into /sys/class/scsi_host/host0/link_power_management_policy [14:46] is this a bug or can this be changed somewhere? [14:47] tester56: add a "logger -t myscript `id`" in that section and watch the syslog for the result [14:49] which file should i read exactly? [14:49] /var/log/syslog [14:50] press G to reach the end fast [14:50] (if using less(1)) [14:51] Jul 1 16:50:24 Precision-M4600 myscript: uid=0(root) gid=0(root) groups=0 (root) [14:51] mind doing a pastebinit and pasting the address here? [14:52] give me a second [14:53] http://pastebin.com/APjxYTeK [14:54] file is called powertop.sh [14:57] akoma1s: for example: echo 'min_power' > '/sys/class/scsi_host/host0/link_power_management_policy' gets applied in the second section, but not in the first [14:57] if I apply it after running sudo su it works [14:58] try put a "sleep 5" right before the line that fails [14:58] putting* [14:58] i have tried that already [14:58] did not change anything [14:59] op [14:59] ^-) [14:59] :-) [15:01] akoma1s: any other ideas? [15:02] just getting up to speed with pm-utils :) [15:02] that means? [15:02] i have even tried putting the commands in an external script that is being called ... no change [15:02] things some commands don't get applied [15:03] while all the commands in the second section are applied sucessfully [15:03] i can even write sleep 30 and things don't change [15:03] bug if I run the command manually after becoming root (sudo su) it works [15:03] *but [15:04] but the rights seem to be fine? [15:04] Does running the 'min_power' command by hand when on ac power work? [15:05] yeah as I wrote "but if I run the command manually after becoming root (sudo su) it works" [15:05] right, sorry [15:05] one sec [15:09] how did you determine that it can't write to that file? [15:09] 3 commands don't get applied: line 13, line 7 and line 5 [15:09] by checking with powertop [15:10] so, instead of min_power it shows max_performance after you plug in the ac adapter? [15:10] yeah [15:11] vim /sys/class/scsi_host/host0/link_power_management_policy [15:11] shows me max performance [15:11] ok [15:11] strange issue [15:12] has the script the most powerful rights available? [15:12] i suppose no [15:13] the thing is: the script gets called two different times ... and i suppose one time sth. is wrong [15:14] if it is run by pm-utils it should [15:14] your myscript test says for both times the same [15:14] could you insert a "exec >/tmp/myscript.$$.log 2>&1" after the shebang line? [15:14] shebang line? [15:14] the #! line [15:15] and then? [15:15] and replug the power adapter [15:16] afterwards check /tmp for myscript.*.log files [15:16] no change [15:17] logfiles are emtpy [15:17] very strange [15:17] at least it should complain about missing rights [15:18] indeed :/ [15:18] any other idea? [15:18] could you check if there is a space character right before the "#!" ? [15:18] it shouldn't matter however [15:18] yeah there is one [15:19] try removing it [15:19] you were lucky it ran at all :) [15:19] no :-((( [15:19] no change [15:19] sigh [15:19] what could be wrong? [15:20] try changing the echo 'min_power' in the first section to echo 'garbage', just so can be sure we get the error messages logged [15:20] so we* [15:22] /etc/pm/power.d/powertop.sh: line 12: echo: write error: Invalid argument [15:23] is there a way to check if it gets applied and is then overwritten by the hardware instantly for any reason? [15:23] but it has to be the hardware that overwrites, otherwise we would see an error message [15:25] ...or the kernel, for some reason [15:25] there may be, I'm looking into it [15:25] normally you'd use inotify [15:26] can you reproduce the issue on your machine? [15:27] that's the next item on the plan :) [15:29] but if the kernel would overwrite it ... why not overwriting when manually appling too? [15:30] heh, just noticed the /usr/lib/pm-utils/power.d/sata_alpm file [15:30] this may be the culprit [15:31] true) [ "$SATA_ALPM_ENABLE" = true ] && set_sata_alpm min_power;; [15:31] 39 false) set_sata_alpm max_performance;; [15:31] *without the 39 [15:32] sound very promising :-)) [15:32] yeah, looking for the correct place to set the SATA_ALPM_ENABLE variable now :) [15:32] and let me guess ... that script is executed after my script? [15:33] this would explain why my script does not work, does not matter how long I sleep [15:33] powertop.sh sorts before sata_alpm [15:33] so it is pm-utils itself preventing the script from working, right? [15:34] so probably it's running after your script, indeed [15:34] yes, but I wouldn't advise removing it :) [15:34] that behaviour should be changed ... why writing a script when it get changed again [15:35] okay it does not matter ... the main thing is that everything works when the power source is unplugged [15:35] I'll leave it there, now where we have found the reason [15:36] sure this is the reason? [15:37] moving it out of the way temporarily [15:37] try moving* [15:38] haha ... moving it out of the way works :-)))))))) [15:40] i suppose the other files are responsible for the other problems [15:40] so now it would be nice to find a way to change the priority of the scripts [15:41] or should I place my scipt in /usr/lib/pm-utils/power.d/ ? [15:41] an easy way out could be renaming your script to zzz_powertop.sh [15:42] so it sorts last of all other scripts [15:45] solves all issues apart from line 5 [15:45] so there is another part involved :-( [15:45] the "iw dev wlan0 set power_save off" ? [15:46] yeah [15:46] does this work when running it by hand? [15:46] yeah [15:47] erm .-... NO [15:47] thought i have tried that on before :D [15:47] :) [15:48] okay ... we'll leave it then ... [15:48] thank you very very much! [15:48] I was about to ask you what card you had, so I'd buy one for myself too :) [15:48] I have to reload the module to change the power settings [15:48] but in battery mode it works [15:49] i suppose this is a kernel thing ... [15:49] anyway thank you so much! [15:49] np :) [15:49] just a sec before you leave [15:50] okay [15:51] try "ip link set dev wlan0 down; sleep 1; iw dev wlan0 set power_save off; ip link set dev wlan0 up" instead of that line [15:51] (you'll lose your internet connection temporarily) [15:51] not sure if I want to do this [15:51] do you want to know it ? then I 'll do it for you [15:52] no, it's okay :) [15:52] okay fine [15:52] I said it in case you really wanted it :) [15:52] one last thing [15:52] yeah? [15:52] use cat to peek at kernel config files, much easier than vim [15:53] (and works in every case) [15:53] okay [15:53] that's all, hf :) [15:53] are you an emacs guy? D [15:53] I like Emacs, [15:54] but I'm using kdevelop at the moment :) [15:54] lol ... thank you very much ... c ya [15:54] cya :) [15:54] hello [15:55] * tester56 leaves the chat as happy as never before [16:11] hi [16:15] hi how i can install java on kubuntu ? [16:15] please help me === FlyingFoXy is now known as FlyingFoX === spawn57 is now known as spawn[dead] === akshay__ is now known as akshay_r === christian is now known as Guest53872 === Guest53872 is now known as crodriguez === BTCOxygen is now known as BTCOxygen` === BTCOxygen` is now known as BTCOxygen_ === BTCOxygen_ is now known as BTCOxygen [18:16] hiall [18:16] anybody else have 100 cpu on amarok? [18:16] kubuntu 1304 last updates [18:24] akoma1s: wanna hear the next challange regarding my script? [18:25] akoma1s: it does not get run at boot so i would like to place someting in rc.local to make pm-utils run that script [18:25] akoma1s: any idea? === kubuntu is now known as Guest583 [21:09] my mic used to sound perfect in kubuntu but for some reason, out of nowhere, out of the blue, I am noticing a statcy fizzy hissing anytime I talk. I just came from windows and in there it's flawless, really flawless, so I believe it can't be a hardware issue [21:10] anyhow, I have boost and input settings on so low here they're virtually near mute [21:11] I still get the popping fizzy fuzzy background noise when I talk or whisper, regardless of the input setting, low or high, boost or not. I am running out of ideas on what's causing it and even tried the low latency kernel and it didn't help. anyone have an idea how to fix this? === jalcine- is now known as jalcine === jalcine is now known as Guest5323 [22:04] salveeeeee [22:04] sono millenni che non entro in irc [22:05] mi serviva aiutino per una mappatura di una tastiera [22:05] !it | Patato [22:05] Patato: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [22:06] tanks [22:51] #channels === emma is now known as em