/srv/irclogs.ubuntu.com/2012/07/11/#xubuntu.txt

=== `mOOse` is now known as m00se
=== `mOOse` is now known as m00se
kira19hi i just install xubuntu and the wifi desconects evry minute !!! what could i do (sorry my english)04:45
LNCPHey. Is there any way to get the xubuntu live dvd to mount one of my hard drives? I'd like to work on some documents in them while the distro installs, but apparently the "daemon is inhibited".04:54
baizonLNCP: yes it is possible04:58
baizon... it should be possible04:59
Mathsterkbaizon: it isn't possible while installing (if you are installing on the same disk) :P05:13
baizonyes your right05:13
LNCPbaizon, sorry for dropping out like that.05:13
LNCPI'm using a different drive, so it shouldn't be a problem.05:14
baizonbut i thought it is a seperate partition05:14
LNCPSo, how can I mount the drive?05:14
baizonLNCP: http://www.cyberciti.biz/faq/mount-drive-from-command-line-ubuntu-linux/05:16
baizonthat didnt work?05:16
LNCPbaizon, it worked. Thanks! :D05:19
baizonnp05:19
Mathsterk:P05:32
Mathsterkweird, i got the "panel showing in full screen" problem06:53
xubuntu764ciao07:14
popolonhi09:00
popolonI just come to say that the s flag was forgot on the /usr/sbin/hddtemp09:00
popolonforgotten ?09:00
astraljavapopolon: Could you elaborate a bit on this, please?09:05
popolondo you know the function of the s flag ?09:05
Mathsterkchmod +s ? or something09:10
astraljavapopolon: man pages are great for finding out the purpose of various flags.09:13
astraljavapopolon: In this case; -s, --separator=char09:13
astraljavaSeparator to use between fields (in TCP/IP daemon mode). The default separator is '|'.09:13
popolonno, I speak about the suid :)09:37
popolonI said, there was not the s flag on hddtemp09:37
popolonso it can't read devices temperatures09:37
astraljavaAhh... gotcha.10:04
Chris0123does anyone know how to install clamfs?10:09
astraljavapopolon: Apparently it's just not on by default, but you can make it so with `sudo dpkg-reconfigure hddtemp`, could be a safety feature? *shrug*10:12
astraljavaChris0123: I'm guessing it's packaged in ubuntu, so do you have some specific problems with it? Cause otherwise the most obvious answer is probably going to disappoint you.10:13
Chris0123Well, I have been trying to find information and so far I haven't found much.10:15
popolonyes, that's the problem, the flag s is not here by default, so the application crash at session starting10:15
popolonbecause it can't access to disk temperatures data10:15
Chris0123I know I need to create a special mount point though.10:15
popolonthe only solution is to chown +s the application10:15
astraljavapopolon: No, you can just reconfigure it post-install.10:31
astraljava...which, granted, does the same thing.10:32
astraljavaBut still.10:32
=== ravera is now known as Transfusion
knomeXubuntu community meeting in 30mins on #xubuntu-devel. Agenda at https://wiki.ubuntu.com/Xubuntu/Meetings, everybody is welcome14:41
knomethat is, 20mins.14:42
shalmezadIf someone has a minute, I don't suppose I can get help with a dual-screen issue?15:05
shalmezadhttp://paste.ubuntu.com/1086300/15:06
baizonshalmezad: try arandr :)15:18
shalmezadJust installed it. Only shows one output (VGA1)15:20
CrimsonAre all your drivers up-to-date?15:22
shalmezadMight I ask how to check that? I'm still somewhat new to linux...15:23
CrimsonI am too15:23
Crimsonsystem -> update tool15:24
Crimsonand settings -> additional drivers(or something like that)15:25
CrimsonAdditional drivers are for non-linux drivers15:25
Crimsonthats what you find there15:25
shalmezadNo updates, no additional drivers... =/15:26
Crimsonhmm, then I am clueless15:26
Crimsonmaybe ask in 3ubuntu+15:26
Crimson#ubuntu?15:26
CrimsonAs xubuntu and ubuntu are somewhat close(i think)15:26
baizonshalmezad: what version os ubuntu?15:28
CrimsonI would guess it is the newest version of xubuntu15:29
shalmezadMight I ask how to check that?15:29
shalmezadIt might be a version behind, I used an older install disc15:29
shalmezadUbuntu 12.0415:30
shalmezadCrimson, someone on #xfce found the issue if you'd like to know16:11
martinphoneI need help with https://bbs.archlinux.org/viewtopic.php?id=75774, I have copied the code into a file named cuesplit.sh and pasted it in my home folder. In a terminal I have "cuesplit /Downloads/Motorhead", but all I get is cuesplit: command not found16:23
martinphonewhat am I doing wrong?16:23
Picimartinphone: you need to specify the directory as it is not in your $PATH.  so: "./cuesplit /Downloads/Motorhead"16:24
martinphonenow I get: bash: ./cuesplit: No such file or directory16:26
Picioh, you named it cuesplit.sh, so you need to put that16:26
martinphoneoic...16:27
martinphonebash: ./cuesplit: Permission denied ---> Sudo I guess...16:28
Picidid you set the file executable bit?16:30
martinphoneI copied the code, opened geany, pasted it and saved it as cuesplit.sh16:31
Picichmod +x cuesplit.sh16:31
Picithen you can use ./cuesplit.sh16:31
martinphonechmod makes a code executable...16:31
Picithats one of its functions, yes.16:31
martinphoneok thanks16:32
martinphoneincidentally, do you know of any code that will search for all flac and cue files in 33 different directories to separate all the files on those 33 directories?16:33
=== Soupermanito is now known as GridCube_
martinphonehow do I edit a line so the action is supposed to do is no longer executed, but I can see how the original script was written? Theres is a "mkdir" Id rather not have17:03
martinphonethis is inside a script, im talking code17:03
genii-aroundmartinphone: If it's bash/dash/sh then a # at the beginning17:31
martinphoneat the beginning of the scrpit there are 15 lines beginning ith #, so I assumed it would have something to do, but doing so rendered the rest of the script unusable17:32
martinphonehttps://bbs.archlinux.org/viewtopic.php?id=7577417:32
martinphoneif you wanna take a look17:32
genii-aroundmartinphone: What does the line you want to comment out have at the end of it?17:37
martinphonegenii-around, mkdir split17:38
martinphonethe line is [TAB]mkdir split17:38
martinphoneshnsplit: warning: error while transferring 77616 bytes of data17:39
martinphoneshnsplit: warning: child encoder process 16212 had non-zero exit status 117:39
martinphoneshnsplit: error: failed to split file17:39
genii-aroundmartinphone: The problem is that the directory is called later by name in different parts of the script17:40
genii-around( but then it no longer exists  by the time that part wants to run )17:40
martinphonegenii-around, would commenting [TAB]mkdir split with a # solve the problem?17:41
martinphonefor EACH of the entries I mean17:41
genii-aroundIf you comment out the entries which are doing things with tat directory, then what is the point of running the script?17:41
genii-aroundmartinphone: The script runs OK or not when you just use it as-is?17:51
martinphoneyes genii-around it does work, but Id like to know how to edit it to not create the "split" directory17:52
martinphoneand to paste the output in the album directory itself17:52
genii-aroundShould probably just change all "split" to "$1" and then call it like ./cuesplit.sh .             (or instead of . to put the name of a directory you do want it to make )17:59
genii-aroundSorry, the directory you use will always be where the files are, rather18:05
martinphoneall small windows on my upper status bar are gone19:49
martinphonewhat do I do?19:50
martinphonei cannot minimize either19:50
sameer_guys how can i boot from my flash drive?20:05
sameer_i can't find it in grub when i boot20:05
sameer_im trying to reinstall windows on a partition20:05
v1adimirin grub? o.0 change it from the bios20:06
sameer_change what20:06
v1adimirmake the stick boot20:06
v1adimirif it's not present in the bios (efi) then your pc can't boot from usb20:07
sameer_so what exactly should i do20:07
v1adimirthere should be a boot section in your bios and you can ivoke it on boot (way before grub or any bootloader starts), usually by pressing f2 or del20:08
sameer_ok ill try it...20:08
sameer_brb20:08
v1adimirbut you should be careful20:08
v1adimirabout installing, if you don't know about this feature to begin with :s20:08
=== cYmen_ is now known as cYmen
=== IdleOne is now known as Guest87635
=== Guest87635 is now known as IdleOne
w30anybody have a cure for all the bluish-purple faces on youtube and flash videos?23:11
Mathsterkw30: you have watched the smurf film, it's a bad idea23:12
w30Mathsterk, heh,heh23:13
genii-aroundWatching it, or that they made it to begin with?23:13
w30my flash colors are all goofed up, red cars appear blue and people faces are purple, any cure for that? Or is flash no good in Xubuntu 64 bit?23:44
=== `mOOse` is now known as m00se
drcopen a flash video...right mouse click on the running video...settings...unclick "enable hardware acceleration".  Works for me :)23:46
w30drc, ok I'll give that a try; Thanks!23:47
drcThere are several "cures" out there, but that is the only one that works for me every where, on all videos.23:48
Mathsterkisn't that enabled by default?23:57
drcMathsterk: Yes, that's why I said "unclick"23:58

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