/srv/irclogs.ubuntu.com/2015/10/06/#ubuntu.txt

=== zulu is now known as Guest79328
gp5stis it possible to install nagios3 without install apache in 14.04?00:03
linoshow can I delete file in another directory if I'm lets say in a base directory00:06
k1llinos: rm works with path. like: rm /path/to/file00:07
gp5stlinos: rm accepts absolute pats (as well as the relative one's you're used to)00:07
linos<k1l>: what about if there are multiple files?00:07
gp5stlinos: spaces!00:07
gp5styou can put a space between each file (or directory) you'd like to remove00:08
imthenachomandoes ubuntu have any help files on how to create startup scripts?00:08
gp5stimthenachoman: what type of init script?00:08
gp5stthe newest ubuntu uses systemd, so you'd want to look for how to write service files for systemd00:09
linosgp5st: what about removing multiple files?00:09
gp5stolder versions used upstart00:09
imthenachomangp5st: thanks. i'll check systemd00:09
k1llinos: if they are named similar you can use wildcards or regexp.00:09
imthenachomangp5st: i just need to write this script to be ubuntu friendly : http://forum.kodi.tv/showthread.php?tid=7926200:09
gp5stand all versions still support sysvinit scripts, but are not recommended00:09
gp5stlinos: spaces between them, like I said00:09
gp5strm /path/to/file1 /second/path/file200:10
gp5styou can use globs like you're probably used to rm /path/to/*.files00:10
gp5stbut be _very_ careful to make sure there aren't spurious spaces:)00:10
linosgp5st: example rm -rf /some/path/dir/WhatDoIputHereToDeleteAllFiles00:11
k1llinos: all files?00:12
gp5stlinos: * will match all files, so /path/to/* will expand to all the files in /path/to/00:12
linosgp5st: that is what I've been trying, but the files are not being deleted00:12
gp5st(so the rm command will actually see all the files in /path/to/ separated by spaced and with absolute paths)00:12
gp5stlinos: are any errors being given00:13
linosnope00:13
k1llinos: what files and folder are we talking about?00:13
linosgp5st: it works when I'm local00:13
gp5stls -la /path/to/ shows files after running rm -rf /path/to/*?00:13
gp5stdo you have write permission on /path/to?00:14
linosa directory that I created with files in it.00:14
gp5sttry the -v switch for rm00:14
utu8ois there are good linux app that fully utilizes a tablet with pen?00:17
=== jeff_ is now known as Guest74930
R1l3yhi00:17
maddawg4ppl still have tablets with pens ?00:18
maddawg4lol00:18
maddawg4did you lose your fingers?00:19
imthenachomangp5st: if i am using 14.04 lts i should use init scripts?00:21
OoboontooI forgot the password to sign into my main account, so I have to use the guest account. How do I retrieve my password?00:21
OerHeks!password00:22
ubottuForgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords00:22
linosgp5st: nothing happens00:23
linosgp5st: how can that be00:23
linosgp5st: the command can only be performed as root00:25
linosgp5st just figured it out00:25
k1llinos: in that case it should give an error that the file doesnt exist.00:26
k1lor it cant remove. due to file permissions00:26
gp5stlinos: what was it?00:32
HudsonkemI installed synfig studio from .deb, but its denied, I have been try change permition of synfig, but it doesnt, any ideas?00:33
I-Needs_Helphello, may I have help with my computer's partitions?00:34
gp5stHudsonkem: what error do you get? and what command are you running?00:34
linosgp5st: I had to run sudo rm -r Path/to/dir/*00:34
gp5stlinos: that's a relative path00:35
gp5stI-Needs_Help: don't ask to ask.00:35
DChapmanI-Needs_Help: What's your question about partitions?00:35
Hudsonkemhudsonkem@Maki-chan:/usr/bin$ synfig00:35
Hudsonkembash: /usr/bin/synfig: Permission denied00:35
I-Needs_Helpi have some unallocated space and would like to use it00:35
linosgp5st: ok, how does that effect deleting files?00:36
I-Needs_Helpthere is little space left and i need all i can get00:36
maddawg3then use it I-Needs_Help00:36
I-Needs_Helpuse what?00:36
maddawg3the unallocated space00:36
maddawg3allocate it and use it00:36
I-Needs_Helphow?00:36
DChapmanAgain, what's your question?00:36
Hudsonkemi tried change file permition -rwx-------- to -054 but it doesnt work00:36
maddawg3well you can either create it as a partition or if it's part of an existing disk you can increase the size00:37
maddawg3i.e. unallocated partition00:37
gp5stlinos: it's not so much deleting it /path/to/file means the path from /, the root of the file system. path/to/file means, starting in the current directory, go to the dir `path` then `to` and there is `file`00:37
I-Needs_Helpi would loke to increase the space of already existing (root) partition00:37
maddawg3if it's an unallocated partition then use GParted to extend it00:37
DChapmanNote that changing the size of partitions can have unwanted side effects, such as losing data.00:37
I-Needs_Helpok i have gparted on my system00:37
gp5stlinos: we thought you meant something else than you did when you originally ask00:37
maddawg3I-Needs_Help, then boot from a ubuntu live cd and open gparted00:37
maddawg3you cant do it from the running partition00:37
I-Needs_Helpits already installed00:37
maddawg3you have to do it from a live cd00:37
I-Needs_Helpohhh00:38
maddawg3yes you cant do it while the system is running00:38
DChapmanYou can't resize a partition while it is mounted...00:38
I-Needs_Helpok00:38
gp5stHudsonkem: for some reason it doesn't have the x perm set00:38
linosgp5st: ah ha.  Ok, I get it now00:38
maddawg3so boot a ubuntu disk and open gparted00:38
maddawg3it should be on the live cd as well00:38
I-Needs_Helpyes i get it00:38
maddawg3then you can extend it00:38
maddawg3the GUI should make sense00:38
gp5stHudsonkem: 700 means only the owner can execute the file. who is the owner00:38
gp5stHudsonkem: also, that error can also happen if you have the wrong binary for your architecture00:39
I-Needs_Helpbut i do not have 1 will the .img file burn to a cd not a dvd because system only have cd drive (lol its kind of old)00:39
gp5stHudsonkem: eg if you have an x64 bin on an x32 system00:39
linosgp5st:  could you send me that last description.  I cleared by window by accident00:39
gp5stlinos: it's not so much deleting it /path/to/file means the path from /, the root of the file system. path/to/file means, starting in the current directory, go to the dir `path` then `to` and there is `file`00:40
gp5stthat?00:40
linosgp5st: thank you very much00:40
gp5stI-Needs_Help: as long as the .img is small enough to fit on a CD it'll work00:40
I-Needs_Helpok ill try it00:40
Hudsonkemwell, its says root is the owner00:41
gp5stlinos: absolute vs relative paths are common in almost all software , not just rm too00:41
Hudsonkemi tried set +x executive to but doesnt work00:41
gp5stHudsonkem: doesn't work is the most useless phrase in the english language. What did you do? What was the error?00:42
Hudsonkemhave any problem get my user to it?00:42
Hudsonkemgp5st, i tried change permission but, for some reason nothing change00:42
gp5stHudsonkem: still not helpful.00:42
gp5stit's owned by root, you need to be root or using sudo in order to edit the permissions on it00:43
linosgp5st:  now I stumble across another problem,  I'm trying to run a an executable using the mono command, so for example I would simply type 'mono nameofexecutable.exe'.  How can I run this from another directory, say path/to/dir/mono nameofexecutable.exe??00:43
Hudsonkemgp5st yes, but doesnt work kk00:43
Hudsonkemofcourse i used sudo, im admin of system, but no file permission changes after tried it,00:44
I-Needs_Helpthe image is 3.7 gb and it will obviosly NOT fit on a cd, any other options?00:44
gp5stlinos: same deal. don't start with a path if the file is beneath your current directory. / means that ti's the path from the top of the filesystem00:44
Hudsonkem"sudo chmod -054 synfig"00:45
gp5stI-Needs_Help: damnsmalllinux or knoppix?00:45
I-Needs_Helpi have no idea. computer is running Ubuntu MATE 14.0400:45
gp5stHudsonkem: why are you using -054?00:45
gp5stI-Needs_Help: no, I'm telling you I know those still fit on a CD and DSL is pretty small if you have a slow connection. You could use those as a boot disk and then go into their gparted00:46
Hudsonkemset own execute, and try set read and exe to members00:47
gp5stHudsonkem: if it's 700, -054 won't change anything00:47
I-Needs_Helpi have cox gigablast so internet is very fast. are you telling me to preform an internet startup?00:47
Hudsonkemso, i must get root user to change it?00:47
gp5stHudsonkem: the - means to subtract those permissions00:47
gp5stHudsonkem: if it's owned by root, you'd need to be root to change the permissions00:48
Obituaryyhi00:48
linosgp5st: I tried that, but I receive an error mono  not found.  it almost seems like it chops off the nameofexecutable.exe00:48
gp5stHudsonkem: man chmod for more info. try chmod a+rx00:48
linosgp5st: I'm trying to build a shell script00:48
Hudsonkemoh ok, i thought sudo was enough, but why it become root file, if i just installed it?00:48
gp5stlinos: can you paste the command and error?00:48
gp5stlinos: does the path have a space in it?00:49
gp5stHudsonkem: how did you install it? with sudo dpkg?00:49
linosgp5st: the path does not, but when I have to run the mono command there is a space between mono and the nameofexecutable.exe file00:49
Hudsonkemnope, used center of software00:49
kevivAny reasons host-side that a usb device won't show up under lsusb?00:49
gp5stAlso, you shouldn't have to be playing with the permissions. Like I said -054 means remove read and execute from group and read from other00:50
gp5stlinos: yeah00:50
linosfor example 'mono nameofexecutable.exe'00:50
gp5stlinos: that only works if the exe is in the same directory00:50
gp5stHudsonkem: did it make you enter your password?00:50
gp5stkeviv: is the device on? does the device work on other computers (or on this computer)?00:51
linosgp5st: if I'm at the parent directory and type 'mono nameofexecutable.exe', it works fine00:51
kevivgp5st: yeah it's definitely on, it shows as charging. I'll try it on another computer now00:52
gp5stHudsonkem: regardless I would "sudo chmod 555 /path/to/program" to set r and x for all users00:52
gp5stkeviv: some phones will charge even if they're not "on"00:52
Hudsonkemok let me try it00:52
itaihello00:54
gp5stHudsonkem: also try "file /path/to/executable" to make sure it's a compatible executable format00:54
Hudsonkemok i must relogg to see some effects on whisker menu00:56
itaiim new to linux and was wondering why after installing and extracting something, i cant open it00:56
gp5stitai: open how?00:56
kevivgp5st: oh yeah, but I meant it was definitely on, and also showing as charging00:57
gp5stHudsonkem: can you excute it from the command line?00:57
kevivgp5st: I think it might be as stupid as the cable I was using might be charge-only00:57
itailike i downloaded utorrent and extracted and for some reason i cant run it00:57
itaiis what i meant00:57
gp5stitai: how have you tried to run it? did you download it from their website or via apt-get/the software center?00:58
kevivgp5st: yup, tried a different cable, and now it works haha00:58
shleezyis there an easy way of fixing my mbr? i have win7 on another drive but it doesn't pick it up on the boot menu00:58
itaitheir website00:58
gp5sthow have you tried to run it?00:59
wileeeshleezy, You've run sudo update-grub ?00:59
itaigp5s: idk now that im looking back at it theres nothing to run haha. i was double clicking the UTserver01:00
shleezywileee: haven't tried that, will try.01:02
wileeegrub looks for other OS's with the os=prober with an update01:03
wileeeos-prober* doh01:03
gp5stitai: can you open a terminal and go to the directory the executable is in?01:04
itaiok i think im there01:08
gp5stitai: please don't pm01:12
AdolfHhallo01:12
gp5stitai: ok, if you ls -la do you see the executable?01:12
AdolfHnein01:12
lulzyo AdolfH01:13
Hudsonkemok i reinstalled and change again the permissions and work01:13
Hudsonkemthx gp5st01:13
gp5stHudsonkem: the software equiv of turning it off and back on :)01:13
gp5stHudsonkem: glad it works01:13
linosok, I'm not having much luck.  But maybe someone can set me correct.  I have a an exe file in a directory in linux and would like to run it from another directory.  Is this possible?01:14
Hudsonkem:) i think its kinda bug :V01:14
gp5stlinos: yes, but you need to know where it is! Where is the executable?01:15
axk4545try which <program name here>01:15
psusilinos, do you mean a windows .exe file, or a linux binary?  if it's a linux binary, you just specify the full or relative path if the directory it is in isn't already on your PATH01:16
linosgp5st: I do know where it is, but I keep getting the following error message... No such file or directory01:16
linospsusi: I'm running mono01:16
axk4545what command?01:16
linospsusi: Ubuntu01:16
gp5stlinos: so, you know the name? is this something you compiled? did you download and unpack it? why do you think it exists?01:16
gp5stif you think it's in the current directory, try "find . -name NAMEOFTHEEXE"01:17
AdolfHlulz: https://www.youtube.com/watch?v=jKrLrhtZrLU01:17
linosgp5st: I created the file myself.  its 'Foo.exe'01:17
gp5stitai: so when you open your terminal it'll dump you in your home directory. If you downloaded it into Downloads, cd Downloads01:17
=== m_A_y_A_t is now known as M_A_Y_A_T
psusilinos, and what command did you use?01:18
linospsusi: mono Foo.exe01:18
psusiI *think* that as long as you have mono installed and the exe is set to execute permission, you can just run it like any other binary, but I'm not sure01:18
=== AdolfH is now known as AdolfHit
gp5stpsusi: you don't need the exe perm01:18
Hudsonkemlinos try, >>whereis <name of program>01:18
=== AdolfHit is now known as AdolfHitlr
=== eclipse is now known as Guest50193
gp5stlinos: how did you create it?01:19
axk4545AdolfHitlr, speaking of installing Ubuntu, I saw something on efnet that ubuntu is an old african word meaning i don't know how to configure debian.01:19
itaigp5st: Im in the directory. but there is no executable inthere.01:19
linospsusi: this command works fine when I run it from the directory it resides under.  So for example when I cd the directory and run mono Foo.exe is works fine01:19
AdolfHitlri thought it was an old african word meaning i'm too stupid to know how to use arch01:20
linosHudsonkem: it says Foo:01:20
gp5stitai: what is in it? which dir are you in?01:20
axk4545Similar idea. AdolfHitlr, I personally use Fedora.01:20
AdolfHitlri personally use windows01:20
=== M_A_Y_A_T is now known as m_A_y_A_t
linosgp5st: I built it with monodevelop01:20
gp5stlinos: ok, so you do know where the executable is?01:20
linosgp5st: yes01:21
gp5stok, where is it?01:21
apollonovichI'm trying to set up machines to fetch ssh public keys from ldap, but the ssh-ldap package I see in all the posts about it appears no longer to exist?  Am I missing something obvious?01:21
linosit is located under Foo/bin/Debug/Foo.exe01:21
gp5stlinos: wich dir is the Foo folder in?01:22
gp5stlinos: when you're in a folder, you can run pwd to show the absolute path of the current directory, just fyi01:23
linosgp5st: under linos.  so for example my ubuntu dir is home/linos/Foo/bin/Debug01:23
gp5stdo you mean /home/linos as the home dir (note the leading /!)01:24
linosgp5st: yes01:24
gp5stok, so if you "cd $HOME" (or "cd" or "cd ~")01:24
gp5stand you "ls -l Foo/bin/Debug/Foo.exe" what happens?01:25
linosgp5st: it prints our the -rwxrwxr-x and the file dir/path/Foo.exe01:27
linosgp5st its there01:27
gp5stitai: what do you sww when you ls -la in the dir you think the executable should be in?01:27
gp5stand if you replace ls -l with mono?01:28
linosgp5st: you are a piece of work.  Beautiful!01:28
linosgp5st: IT WORKS! YaY01:29
Hudsonkemcongrats01:29
linosgp5st:  thank you very much01:29
gp5stlinos: to hammer home the point, try it with /home/linos/Foo/bin/Debug/Foo.exe01:29
lying_cakeapt-get wants me to run autoremove to remove 151 packages. Am I right in assuming that is in error?01:30
gp5st(or whatever your home dir is) that will run regardless of the dir you're in, but the one that doesn't start with a / will only work in your home dir01:30
gp5sttry both in your home dir01:30
gp5stand then "cd Documents" or w/e and then try both01:30
theskepticalparrI don't understand this...01:31
=== prosodyC is now known as prosody
theskepticalparrE: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)01:31
theskepticalparrE: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?01:31
theskepticalparrWhat does that mean?01:31
=== theskepticalparr is now known as thewingman
k1ltheskepticalparr: you can only open one program that uses the package manager01:32
thewingmanBut I never had that issue before.01:32
k1llike close the software center when you run apt-get in terminal.  and when you apt-get in terminal use sudo01:32
thewingmanOoooooohhhhhhh...01:33
thewingmanSoftware Updater is running.01:33
thewingmanIs that why?01:33
gp5stis lsof installed by default? you could lsof /var/lib/dpkg/lock to see the other process01:33
gp5stoh, nvm01:33
k1lthewingman: yes01:33
linosgp5st: it says no such file or directory.  should I put mono in front of it all?01:33
thewingmanGot it.01:33
thewingmanThen now I know why I never had the issue before.01:33
lying_cakeapt-get is pushing me to remove a ton of packages with auto-remove (over 150). Am I right in assuming that is an error?01:33
gp5stlinos: all of what? specifics are important "mono /home/linos/Foo/bin/Debug/Foo.exe" will work regardless of the dir you're in. "mono Foo/bin/Debug/Foo.exe" will only work in your homedir01:34
Hudsonkemlying_cake, did u see what r tobe removed?01:34
lying_cakelots of stuff. I'm not really sure what's significant and what isn't. Some stuff pertaining to wine, libmono, etc..01:35
lying_cakeI can drop it into pastebin if anyone is willing to look at it01:35
Hudsonkemlying_cake yeap01:36
linosgp5st:  yes that is what I'm seeing on my side01:36
Hudsonkemlying_cake, the warnings of autoremove, just says when u got unlinked packages, but let see it :)01:37
lying_cakehttp://pastebin.com/Aq7DyxMc Here goes...01:37
gp5stlinos: ok, hope that helps understand absolute vs relative paths01:38
linosgp5st: thank you01:39
Hudsonkemlying_cake have u been removed wine?01:40
lying_cakehudsonkem: not recently. But i don't need it anymore. Are those all dependencies of wine?01:40
Hudsonkemlying_cake alot of these yes, u use x64 system?01:41
lying_cakehudsonkem: Yup.01:41
Hudsonkemso its okay01:42
Hudsonkemlying_cake take a copy of it to text file, just in case of disaster lol :P01:42
linosgp5st: I have a crazy question for you.  Is it possible for a script to open a new shell and execute a command in there?01:43
Hudsonkemlying_cake but I think its ok to execute "sudo apt-get autoremove" command01:43
gp5stlinos: what do you mean "a new shell" and why do you want to do that01:43
gp5stlinos: tech `` and $() open subprocesses01:43
linosgp5st: a terminal window01:43
Hudsonkemlinos, yes01:44
gp5stlinos: yeah, you can. what problem are you trying to solve?01:44
linoswell, I have two exe that I'm trying to run and they cannot be running in the same instance of a terminal window.  I will need two, but I would like to do it with one script01:45
tomek_hi anyone can help?01:45
gp5sttomek_: don't ask to ask!01:45
gp5stlinos: can you use & to send one command into the background?01:45
lying_cakehudsonkem: ran auto-remove. Computer is still functioning. Thanks :)01:46
gp5st(otherwise you start to be dependent on the terminal emulator or simply that someone has X (e.g. doing what you want won't work on an ssh connection unless you plan ahead)01:46
linosgp5st: I need to interact with both windows01:46
Hudsonkemlyink_cake lol, congrats01:46
linosgp5st: if there is a way I can open a new terminal window from the script and run a command that points to that terminal window, then I'm set01:48
gp5stlinos: you could have a new window open. I would suggest you make 2 shell scripts or have your script run one command or the other based on an argument passed to it01:48
gp5stlinos: you'd have to call out to the terminal emulator as a command and run it in the background01:48
gp5stwhich ties you to the emulator01:48
linosgp5st: how would I go about doing that?01:49
gp5stxterm is fairly common, but not pretty:p01:49
psusilinos, if you are in another directory then you need to specify the path to the one where the file actually is01:49
gp5stlinos: try this "xterm xev"01:49
imthenachomanhey guys. i have a 2nd HD on my machine that is mounted at /this/that. the group of /this/that is plugdev and has 775. user1 is in plugdev and created folder /this/that/blah. now i want user2 to be able to create a file in /this/that/blah but i am getting permission denied01:50
imthenachomanthe folder /this/that has thousands of files/folders so changing the permissions on all of them seems a bit rought01:50
imthenachomanits a samba share also. i'd love to make it so any files created on it, by anyone, are set such that anyone can read/write and if applicable execute01:51
psusiimthenachoman, chmod -R will recursively change permissions on all files and subdirectories of a given point01:51
gp5stimthenachoman: "ls -dl /this/that/blah"01:51
imthenachomangp5st: what about that?01:51
Hudsonkemimthenachoman, "sudo chown <user tobe owner> <directory way>"01:52
tomek_hello01:52
tomek_how to move buttons maximize minimize close from left to right?01:53
Hudsonkemimthenachoman, for example, "sudo chown imthenachoman /this/that"01:53
imthenachomanHudsonkem: there are 10+ users. i basically want them to be able to read/write/execute any/all files in /this/that no matter who owns/creates them01:53
Hudsonkemtomek, what dist r u usin?01:53
bewbzHello, does any one have experience with setting up eclipse and the various android packages?01:54
tomek_ubuntu 1404101:54
ubottuUbuntu bug 14041 in Ubuntu "Hoary Preview some bugs." [Medium,Invalid] https://launchpad.net/bugs/1404101:54
Hudsonkemimthenachoman, just turn it free, "sudo chmod 777 /this/that"01:54
tomek_Hudsonnkem can u help me?01:55
imthenachomanHudsonkem: but that will only do for /this/that, what about all files in sub dir?01:55
Hudsonkemtomek_ yes01:55
tomek_how to move this buttons01:55
Hudsonkemimthenachoman, u can make a group and set it to ur users01:55
kpcyrdhello. is there a channel for security updates?01:56
imthenachomanso set group of /this/that to    blah and then add all users to blah?01:56
imthenachomanHudsonkem: cause right now /this/that is owned by plugdev and all users are in plugdev01:56
imthenachomanHudsonkem: but they can only create/edit their own files01:56
Hudsonkemimthenachoman, np, set it to ur group and put user in the same group01:56
Hudsonkemimthenachoman as i said, just make it free, or put owner. and give permission free to other01:58
imthenachomanHudsonkem: that will only work for the existing files, right? what will happen if user2 creates a new file?01:59
MilijusAnybody here running nginx on Ubuntu need some help01:59
Hudsonkemimthenachoman, np, u set ur partition as free, and everything there we be free too02:00
kpcyrdthe version of opensmtpd currently packaged in ubuntu has exploitable security issues02:00
kpcyrdCVE request: https://marc.info/?l=oss-security&m=144405728407617&w=202:00
imthenachomanHudsonkem: but that won't work for new files a user creates. i've tried that02:00
kpcyrdhttps://www.qualys.com/2015/10/02/opensmtpd-audit-report.txt02:00
Hudsonkemimthenachoman, u wont set folder free, u must make the partition mount path free02:01
* Nach0z curses his hilight list02:01
=== ahmed is now known as Guest52204
Hudsonkemimthenachoman, got it?02:11
adh_how the fuck is israel jewish land? that's like me going to your house and telling you that you're on my property because my indian ancestors lived where you're living02:13
fathomHowdy, I have a fresh install of ubuntu, but the screen keeps going blank when i am supposed to log in02:18
neoncontrailsI'm having trouble consolidating what I'm trying to do into a google query, but there must be a simple answer to it...02:18
neoncontrailsCan I use a local application to open a file on a server I'm ssh'ed into? How?02:19
k1lneoncontrails: do you mean x forward (ssh -X) or mean like using samba for the file or such?02:20
TJ-!info sshfs | neoncontrails SSH File-system can do so (not via an existing interactive SSH session though)02:20
ubottuneoncontrails SSH File-system can do so (not via an existing interactive SSH session though): sshfs (source: sshfs-fuse): filesystem client based on SSH File Transfer Protocol. In component main, is optional. Version 2.5-1ubuntu1 (vivid), package size 40 kB, installed size 133 kB02:20
k1lfathom: is the right driver installed?02:20
neoncontrailskil: Forgive me. I'm too inexperienced with Unix to understand your question :)02:20
k1lneoncontrails: with ssh -X you can start a program on a server but the window comes up on your local system.  but it sounds more like you want sshfs02:21
fathomAMD02:21
fathomFGLRX02:21
fathomI have an AMD APU plus a 240 r7 graphics card02:22
k1lfathom: did you install the fglrx from the ubuntu repo?02:22
fathomSoftware and Updates02:22
fathomWhatever was there02:23
fathomUnder additional drivers02:23
neoncontrailskil: possibly, yes. If I'm not mistaken, there's a dependency issue with ssh -X on macs I believe? Requires X11-compatible software I think?02:24
neoncontrailsI could be completely wrong.02:24
Hudsonkemneoncontrails, unix is another one, here we use linux xD02:24
neoncontrailsHudsonkem: Gotcha. Heh, just out of curiosity is there a general unix community on IRC?02:25
neoncontrailsI noticed #unix is dead02:25
Hudsonkemneoncontrails, sorry dont know :/02:26
=== pabed1 is now known as pabed
TJ-neoncontrails: sshfs will do what you want; it allows you to mount a remote log-in directory heirachy on a local mount point02:29
k1lfathom: make sure the .Xauthority is not owned by root in your home02:29
k1lfathom: then look up if that card needs some special handling like nomodeset or such02:30
neoncontrailsTJ-: thanks, I'll try to find a tutorial on this. Might be back with questions later :)02:32
=== alternat0r_ is now known as alternat0r
TJ-neoncontrails: See https://help.ubuntu.com/community/SSHFS02:33
Metatheonhello?02:39
mssbrgWhy don't people regular `apt` versus `apt-get` or `apt-cache`?02:39
mssbrg*use regular02:39
Metatheondunno02:40
k1lmssbrg: because its too new.02:40
TJ-mssbrg: tradition, habit02:40
mssbrgInteresting. I myself have been using ubuntu for a few years and it just hadn't occured to me, I was definitely intrenched in habit of apt-get/apt-cache02:41
Metatheonhow do i modify an ssid code for my own use?02:41
=== thomas_ is now known as Guest17390
mssbrgbut it seems apt is pretty good *shrug*02:41
Metatheonanyone?02:41
=== Guest17390 is now known as thomasd
phoskinsSo I'm running a crouton chroot of ubuntu on a chromebook, and I accidentally used up all my disk space by installing texlive 2015. Oops. Is there a way I can delete it from the chrome console?02:41
OerHeksMetatheon, change it in your wifi router02:41
Metatheonis that in the network app?02:42
TJ-mssbrg: One reason is the output format of apt-{get,cache,file} are designed for scripts and therefore predictable, whereas apt is liable to change02:42
k1lmssbrg: apt got stable just one year ago, iirc. so before it was adviced to use apt-get. and since that still works and the old howtos are all out there that change takes some time02:42
OerHeksMetatheon, no, change the ssid in your wifi router first, then your client02:43
Metatheonoh gotcha, Not too possible, i cant connect to my university wifi02:43
Metatheoni looked it up and other people had the same problem02:44
Metatheonthey said to run these-02:44
Metatheoncd /etc/NetworkManager/system-connections sudo touch SSID #SSID is the name of the profile, e.g. eduroam sudo nano SSID02:44
Metatheonand modify my ssid there02:44
TJ-Metatheon: that doesn't sound quite correct. "/etc/NetworkManager/system-connections/" is the directory where all the system-wide network connections are stored, in text files, one per connection02:45
linoswhat is the simplest way to run a execute a command that contains parameters within a script02:45
mssbrgk1l: is apt officially recommended then?02:45
TJ-Metatheon: But, the GUI provides a connection editor where the SSID/BSSID can be edited02:46
k1lmssbrg: standard tool for cli is still apt-get.02:46
MetatheonTJ, where is it?02:47
mssbrgk1l: hm, despite apt's 'stability'? not arguing, just seems odd.02:48
TJ-Metatheon: It should be accessed via the task-bar network icon. On Gnome-based systems the program is 'nmapplet'02:48
MetatheonTJ: thanks ill look at it02:48
k1lmssbrg: then propose it to replace apt-get :)02:48
mssbrgk1l: i think i'll just start using and enjoying it instead, seems easier :)02:50
TJ-mssbrg: 'apt' cannot do several popular tasks the other tools can02:50
=== sasha is now known as Guest18443
linosHello, how can I run a command within a script that has parameters?02:54
TJ-linos: your question is unclear. Do you mean: Within a shell script, how to run a command that takes parameters? If so simply: "[/path/to/]command param1 "param 2 with spaces" param3 "02:56
linosTJ-:the contrary02:56
linosI have a command inside the script that I'm running and it call an exe that take parameters02:57
mssbrgTJ-: i should have expected :) any examples?02:57
TJ-mssbrg: 'purge' --no-install-recommends02:57
linosTJ-: for example mono Foo/bin/Debug/Foo.exe -a bob -d 1000.0002:58
linosTJ-: tje parameters after Foo.exe are required02:58
TJ-linos: The commands in a script are written identically to how you'd write them on the shell command-line02:58
mssbrgTJ-: i'm actualy not familiar with purge, what man page should I read?02:59
linosTJ: I'm having he same problem when I try to run it manually inside a terminal window02:59
TJ-mssbrg: "man apt-get" (it purges package configuration files (e.g. from /etc/)02:59
TJ-linos: what is the exact error message you get?02:59
linosTJ-: the program runs, but without the args03:00
mssbrglinos: time to pastebin your script :)03:00
netman87hello. im looking for choise of text editor. so can someone help me little?03:00
mssbrgnetman87: if you aren't sure, sublime text is very popular03:01
TJ-linos: That sounds like an issue with the program you're running. Are you sure it takes the arguments prefixed by a hyphen? If the program is originally from Windows it might take the '/' as the argument prefix.03:01
linosmssbrg: this is what I'm typing... mono Foo/bin/Debug/Foo.exe -a bob -d 1000.0003:01
netman87so X = graphical, no vi/vim, minimal or configurable layout (menu,buttons... i dont want them to be on way, line numbers, coloring php,perl,python,c,c++ and so on... main purpose will be programming03:01
linosTJ-: 100% sure03:01
TJ-linos: Best to check with the mono executable then; it probably isn't passing them to the sub-process03:02
linosTJ-: when I run the command from the Debug directory, it run perfectly.03:02
netman87used to use gedit on linux and notepad++ on windows03:02
netman87mssbrg, its not free :/ and it doesnt feel really too nice... maybe but atleast not before next month as im having money problems atm03:02
geniilinos: That would seem to indicate that Foo.exe is doing something in the Current Working Directory03:03
genii( like, calling a .dll or such )03:03
linosI just need to know how to correctly format the 'mono Foo/bin/Debug/Foo.exe -a bob -d 1000.00' command03:04
linosfor example, would I need quotes or something else?03:04
k1llinos: we said all we could say with that unspecific info03:04
netman87anyone? text editor?03:05
somsipnetman87: try #ubuntu-offtopic as this is not the channel to ask for recommendations03:05
linosok thank you03:05
netman87somsip, thank you.03:06
tomek_hi who can help me ?03:09
somsip!ask | tomek_03:09
ubottutomek_: 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 !patience03:09
tomek_i need to move buttons from left to right03:09
somsiptomek_: you want the unity bar to appear on the right of the screen?03:10
k1ltomek_: see unity-tweak-tool03:10
k1lbut iirc that is not possible on unity recently03:10
NecroSyShello!03:12
=== Geom` is now known as Geom
=== ubuntu is now known as Guest69275
tomek_i need to move buttons from left to right03:15
NecroSySVoltando dos mortos!!!!03:16
tedrexhi,03:22
tedrexcan I get some help?03:23
somsip!ask | tedrex03:23
ubottutedrex: 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 !patience03:23
tedrexI have accidentally removed date and time from panel, how can I get it back?03:24
tomek_i need to move buttons from left to right03:25
bazhangtomek_, try gnome-tweak-tool03:25
tomek_dont work03:26
bazhangtomek_, do you mean minimize expand close buttons03:26
tomek_yes03:27
bazhangtomek_, it works when I do it03:27
tomek_but how03:27
bazhangtomek_, did you check the settings for window behavior or not03:27
MannyLNJHow do I mount my phone on a ubuntu system?03:28
MeliteHow can I set a bluetooth speaker to be the default output via terminal?03:30
MeliteI am using Ubuntu 14.0403:30
=== Icedream is now known as Guest7304
=== ivanjianjian is now known as Guest57238
ramzeysup03:44
Bashing-omramzey: U tell .03:45
ramzey:o03:45
ramzeyim talking from a command line right now03:46
=== bq_ is now known as rrr
cfhowlettramzey, ask your ubuntu question03:46
ramzeymy question is03:50
ramzeywhy am i so 1337?03:50
reisiosome people are born that way03:50
lotuspsychjelol03:50
ramzeythat makes sense03:50
qwebirc74229easy to remember03:57
lotuspsychjeqwebirc74229: can we help you?03:58
qwebirc74229How does this work? http://paste.ubuntu.com/12694757/03:59
lotuspsychjeqwebirc74229: you trying to download ubuntu from torrent?04:00
cfhowlettqwebirc74229, it's a torrent link.  add it to your torrent client and it will download.04:00
qwebirc74229cfhowlett: Where can a magnet link be added to transmission?04:01
cfhowlettclick on the link.  transmission should open04:02
qwebirc74229So it isn't going to work unless the torrent has a tracker already?04:02
qwebirc74229I was trying to figure out how to start using transmission locally for peer to peer transferrs without downloading a tracker.04:02
cfhowlettqwebirc74229, ubuntu magnet torrents have trackers.04:02
qwebirc74229cfhowlett: How is that set up I've created a torrent then shared the magnet locally over empathy and recall it not working.04:03
qwebirc74229It isnt much of a peer to peer when everything requires a central bank.04:03
=== I- is now known as Icedream
cfhowlettqwebirc74229, I can't speak to your specific case.  the magnet links have never failed me but I have not attempted to share them.04:04
lotuspsychje!torrent | qwebirc7422904:04
ubottuqwebirc74229: Some torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus/Vuse (Java), !Frostwire (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/help/faq - See also !P2P04:04
cfhowlettqwebirc74229, I just copy pasted that link into FF.  Transmission popped up as expected.04:06
reisioit isn't much of a file sharing protocol without a central bank, though04:06
qwebirc74229MBP completely blew out Drone` as far as updates go.04:06
cfhowlettqwebirc74229, ???????????04:07
qwebirc74229I installed nvidia proprietary drivers and updated the package lists and nothing works as far as updates go and the desktop is broke.04:08
qwebirc74229It looks like it has a dependency system that completely blocks everything when nvidia driver is installed.04:08
qwebirc74229Then I rsynced the /usr/share to another partition and it gives a false disk full error.04:09
NecroSySAlguem ja instalou o delphi xe704:09
qwebirc74229With only about 50% of the part in use.04:09
reisioqwebirc74229: false?04:09
cfhowlett!es | NecroSyS04:10
ubottuNecroSyS: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.04:10
reisioNecroSyS: /msg alis list *ubunt*br04:10
reisioNecroSyS: /msg alis list *ubunt*pt04:10
qwebirc74229df shows about 50% usage.04:10
qwebirc74229apt fails to install dpkg because it says there is no disk space on /usr/share04:10
lotuspsychjeqwebirc74229: there's no point to spit all lines out here04:10
reisioqwebirc74229: df -i?04:10
NecroSyS /msg alis list *ubunt*pt04:11
lotuspsychjeqwebirc74229: start from the beginning, ubuntu version...whats happening04:11
qwebirc74229reisio: I can boot it up and check.04:11
qwebirc74229trusty04:11
=== wook is now known as Guest94401
qwebirc74229And the desktop is half broke and the package system will not install any updates.04:12
qwebirc74229startx works and then I can point an xterm to it from another tty04:13
lotuspsychje!recovery | qwebirc7422904:13
ubottuqwebirc74229: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode04:13
NecroSyS /list *ubunt*br04:14
cfhowlett!br | NecroSyS04:15
ubottuNecroSyS: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.04:15
RepThis1Im trying to setup wake over internet and it seems to work on linux but the strange thing is when i multiboot to windows then shutdown and try to wake over internet nothing happens. So my question was in the process of setting up wake over internet do any of the commands i used affect the uefi bios in any way, i remember using something like dracut,grub2-mkconfig.04:15
cfhowlettRepThis1, nothing you did in ubuntu will effect windows.  Did you explicitly edit the bios?04:16
NecroSySSorry, it is that long ago that do not use irc04:17
RepThis1cfhowlett: isnt it safe to assume the bios settings are set correctly if i can wake the machineup if it was on linux prior?04:17
qwebirc74229The plan is to plug it into the cloud.04:17
cfhowlettRepThis1, one would think so, but I am completely out of my element on that issue.  perhaps #ubuntu-server can advise??04:18
RepThis1cfhowlett: i mean i would partially agree with you on the bios because there is no option in its firmware revision, odd though that it can still work.04:19
RepThis1cfhowlett: thx, i will have to check that channel out04:19
cfhowlettRepThis1, happy2help!04:19
unyis there any way I can go from ubuntu 15.04 to 14.04 LTS , i don't want to keep udating my system every while  ?04:23
reisioso don't04:24
deltHello04:25
Bashing-omuny: Release 14.04 is the long term support release - support 'til April 2019 . To switch to 14.04 from 15.04 will require a fresh install of 14.04 .04:25
deltwhat packages do i need to compile stuff that uses GtkGLArea ?04:25
uny<Bashing-om : Oh  No04:25
unyBashing-om: a fresh install ?04:26
delt(gtk3)04:26
deltjust adding #include <gtkgl/gtkglarea.h> to the relevant .c file gives a ton of errors04:27
Bashing-omuny: Else; ya can upgrade to 15.10 soon, then when the next LTS is release up[grade to 16.04 ( April 2016) .04:27
unyBashing-om :isn't there a way to downgrade ?04:27
cfhowlettuny, no.04:27
genii!downgrade04:27
ubottuAttempting to downgrade to an older Ubuntu version is explicitly not supported and may break your system.04:27
smacktalkim having trouble getting my avermedia tv tuner usb stick to work.  How do i know if the system recognizes it?04:28
uny Bashing-om ; does it effect my system if i stopped installing the updates i get ?04:28
smacktalkanyone know how to make hexchat have a longer scrollback?04:29
Bashing-omuny: Are you trolling ? You know that is not a wise thing to do .. Aways keep the system updated .04:29
unyBashing-om : so i need a fresh install to get long support , and get rid of the annoying updates ?04:32
cfhowletteven LTS gets updates, uny.04:32
wileeesmacktalk, settings-preferences-logging04:33
unycfhowlett : so what is the difference basically then .?04:33
cfhowlettuny, LONG TERM support.   3 years.  not 9 months.04:34
reisioone encourages you to not update04:34
reisiofor ages and ages04:34
reisiolike a caveman :)04:34
unycfhowlett ; means , it you just have to install updates for  3 years  without upgrade instead of 9 months ?04:35
cfhowlettcorrect04:35
reisionot that you ever _have to_ update04:35
wileeenot that there's anything wrong with that04:36
cfhowlettyou do realize those udpates are for the safety, security and functioning of your OS, right?  So if you don't care about security or functionality, feel free to disregard update advisorys.  WHEN you get breached or broken, do not ask for support.04:36
qwebirc74229Uptime, heres what I have now: ##networking,##programming,##hardware,##electronics What else can I add to the list for school kids?04:36
reisioas long as you don't complain about it, not a thing :)04:37
unyreisio : does the updates get released every week or so ?04:37
reisioqwebirc74229: school kids?04:37
qwebirc74229ticed learners04:37
reisiohope you're going to give them a lesson on what people are like online04:38
reisioticed?04:38
qwebirc74229prentices04:38
xfcemofoubuntu store is outdated04:38
reisioqwebirc74229: what age?04:38
qwebirc74229tobe ageless04:39
reisionever met an ageless kid before04:39
Bashing-om!latest | xfcemofo04:39
ubottuxfcemofo: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.04:39
cfhowlettnever met any ageless person04:39
Uptimeqwebirc74229: ##security,##science,##music,##English etc :P04:40
reisioand of course ############spare3keys04:41
reisioI mean #freenode04:41
qwebirc74229tich04:43
nieehi folks, any one to help me pleas? i search list for ubuntu desktop environment (gnome, xface or etc...) i want to install different enviroument.04:49
wileee!flavors | niee04:50
ubottuniee: !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu.04:50
cfhowlettand still no mention of mate04:50
wileeeeven on the mini04:51
wileeeis on04:51
nieemany tnx wileee :)04:51
wileeeniee, no problem.04:52
nieewileee possible to install 2 or more flavors04:55
cfhowlettniee, yes. but better to install only the desktop environment?  test them, choose one you like04:55
cfhowlettniee, sudo apt intall lxde gnome-shell kde-plasma xfce404:56
cfhowlettthen logout/choose DE session/login04:56
=== mazoon_ is now known as mzn723
nieeok. tnx again :) this is many help for me. tnx!!!04:56
cfhowletthappy2help! niee04:57
deltquick question: how do i tell which version of GTK3 i have installed?05:00
=== Swish[\] is now known as Swish
=== corbe is now known as hohum
=== mfisch is now known as Guest83454
huscurianIs there a way to delete any unnecessary cache from the Internet on Ubuntu?05:07
huscurianAnd more specifically, is there a program that's akin to defragmenter for Ubuntu?05:08
somsip!defrag | huscurian05:08
ubottuhuscurian: The default Ubuntu filesystem (ext4) is engineered to avoid fragmentation issues in most cases, see http://linkpot.net/behead/ for a simple example on how it achieves this.05:08
huscuriansomsip | the link provided is dead.  Mods should change that link05:09
=== kalen_not-here is now known as kalen
somsiphuscurian: you;d need to tell them in #ubuntu-ops unless they respond here05:10
qrtnhuscurian: doesn't matter. you don't need defraggers like in windows05:10
Bashing-omdelt: ' dpkg -l "gtk*" ' will list all .05:11
ApteryxHello! Does anyone know how to connect Samsung Galaxy Tab S2 to Ubuntu 14.04.05:13
huscurianThanks guys.  Is there a way to refresh the Internet fast enough?05:13
huscurianI've deleted the cache from time to time but it slows down sometimes05:13
ApteryxRight now it connects and I can browse files, but I cannot open them (for example pictures), and cannot write also.05:13
huscurianApteryx, I have to ask.  Are you the same Opteryx from ArmAholic?05:15
Apteryxhuscurian: nope05:15
huscurianWas just wondering.05:15
huscurianAnyway, back on topic05:15
Apteryxno problem!05:15
WebWalker#China05:18
yermhi05:19
yermwhere do you come from?05:19
somsipyerm: do you have a support question? This is not a place for chat05:20
jotterbothey all, is there a way to clone a boot disk whilst ubuntu is running to another hdd, so that I can then boot off that05:20
yermoh... i'm sorry05:20
somsip!clone | jotterbot05:20
ubottujotterbot: To replicate your packages selection on another machine (or restore it if re-installing), you can use the !software package "apt-clone" - See also !automate05:20
somsipjotterbot: bad factoid. Look for clonezilla for copying disks05:20
somsip!info clonezilla | jotterbot05:20
ubottujotterbot: clonezilla (source: clonezilla): bare metal backup and recovery of disk drives. In component universe, is extra. Version 3.10.11-1 (vivid), package size 678 kB, installed size 2624 kB05:21
jotterboti am aware of something like clonezilla, and "dd", but I wish to be able to leave the system running whilst it clones05:21
somsipjotterbot: what filesystem is it running?05:21
jotterbotext405:21
deltBashing-om: thanks05:21
somsipjotterbot: I don't believe that supports snapshotting in the way it needs to for what you want05:21
neoncontrailsI think I successfully configured sshfs to mount my Ubuntu server (via OSXFUSE), but I notice "sudo sshfs root@xxx.xxx.xxx.xxx:/ /mnt/droplet" loads those droplet contents as hidden files. Is there a good reason for this?05:22
jotterbotI am used to using something like "SuperDuper!" for OSX. It allows a bootable disk creation whilst the machine is running05:22
jotterbotsomsip: no I don't think it does. I have heard of something like using dd to output a disk over the network. Or just straight up cloning a drive05:23
somsipjotterbot: general search results suggest that you will only get non-atomic snapshots from ext4 so are not guaranteed a perfect copy which might cause problems05:23
jotterbotis there a way to temporarily mount the root filesystem readonly, run a clone, then remount R/W05:23
somsipjotterbot: this may change if you use LVM - do you?05:24
somsipjotterbot: you cant unmount a filesystem that is in use. You'd need to boot to another medium05:24
jotterbotokay, understood, thanks somsip05:26
Bashing-omNighty nite all05:29
=== user is now known as Guest65867
neoncontrailsTo clarify my question earlier, by 'hidden' I mean those sshfs-mounted files appear to be invisible to Finder even after toggling my AppleShowAllFiles flag to true. Is there a way to get around this, or does sshfs require you to open mounted files from terminal directly?05:36
=== marshal0605 is now known as marshal0505
neoncontrailsMore of a minor inconvenience than a problem.05:36
brandontaylorkgj05:43
klayDoes any one know why i can't choose video resolution in youtube anymore , am using Firefox 41.0.105:48
klayit only offers 360 p and auto ? help05:50
slicepaperwordswhich shell scripting tutorial should I look up for ubuntu 14.04?05:53
somsip!terminal | slicepaperwords05:56
ubottuslicepaperwords: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal05:56
indistyloHi Folks, Kindly help , I have builded Real time notification system, django server is starting, it says works and gives this message "You're seeing this message because you have DEBUG = True in your Django settings file and you haven't configured any URLs. Get to work!" how to get rid of this,Also resolve this issue, http://stackoverflow.com/questions/32960798/django-nodejs-ishoutjs-redis-integrityerror-unique-constraint-failed-auth-use  : you can see t06:01
indistylohe source code : https://github.com/arunsingh/real_time_notification06:01
sjoshiindistylo: you seems to be on a wrong channel06:02
lotuspsychjeindistylo: have you tryed in #django06:02
indistyloyes tried django but to no rescue, No solution06:03
lotuspsychjeindistylo: this is pretty specific django question, best to idle in their channel06:03
indistylosjoshi :Joshi sahab can you suggest others relevant channels06:03
indistylolotuspsychje: Okay thanks06:04
lotuspsychjeindistylo: or maybe browe django forumsq06:04
sjoshiindistylo: no idea, there must be some channels on python or django06:07
indistylosjoshi, Koi nahi Joshi Sahib, Sansar ko namaskar, Apko bhi pyar bhara namaskar06:09
sjoshiindistylo: I will request you to please use english atleast in this channel :)06:10
indistylo:)06:10
Kartagis!en | indistylo06:10
ubottuindistylo: Certain Ubuntu IRC channels are English only.  For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList06:10
_Jay_Hello i have a asus k550ln laptop and every time i use the nvidia drivers form ubuntus driver options X breaks06:10
indistylosjoshi, Sure Gentlemen06:11
_Jay_its a geforce 840m/intel hybrid graphis06:11
lotuspsychje_Jay_: is it an optimus card?06:11
_Jay_geforce 840m / intel hybrid06:12
lotuspsychje_Jay_: for optimus cards you need the package nvidia-prime06:12
lotuspsychje!info nvidia-prime | _Jay_06:12
ubottu_Jay_: nvidia-prime (source: nvidia-prime): Tools to enable NVIDIA's Prime. In component main, is optional. Version 0.8.1 (vivid), package size 10 kB, installed size 114 kB (Only available for i386; amd64)06:12
_Jay_is my card a optimus?06:13
lotuspsychje_Jay_: yes06:13
lotuspsychje_Jay_: http://www.geforce.com/hardware/notebook-gpus/geforce-840m06:13
lotuspsychje_Jay_: after installing nvidia-prime you need to enable performance mode in nvidia-settings06:13
lotuspsychje_Jay_: combined with the best working driver for your system also06:14
_Jay_do you know witch is the best version for 840m? 346.xx06:15
_Jay_???06:15
lotuspsychje_Jay_: ive seen 346 + nvidia-prime working good on some users06:15
_Jay_shoudl i ust do a apt-get nvidia-prime06:15
_Jay_should i just*06:16
lotuspsychje_Jay_: but best way is to install nvidia-prime and test out drivers from list yourself06:16
lotuspsychje_Jay_: yes, sudo apt-get install nvidia-prime06:16
_Jay_i hate the testing part becasuse if it breaks the only way know to fix is a reinstall06:16
_Jay_is there a faster fix way if drivers dont work?06:17
lotuspsychje!recovery | _Jay_ if things go wrong06:17
ubottu_Jay_ if things go wrong: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode06:17
lotuspsychje_Jay_: in the recoverymode you can mostly enter 'fix broken packages' option to the rescue06:17
lotuspsychje_Jay_: or terminal and purge non-working drivers06:18
_Jay_so im installing just the nvidia-prime with dep now, after i go in software and updates and select the best looking drivers available of install via terminal?06:19
_Jay_or install*06:19
lotuspsychje_Jay_: if you have GUI, try drivers from additional drivers list06:20
_Jay_what does tested beside drivers mean beside the obvious that there tested     but for what? system like mine or for ubuntu?06:21
lotuspsychje_Jay_: for ubuntu06:22
_Jay_then a good idea to start with that one?06:23
lotuspsychje_Jay_: its hard to say mate, every card/system reacts different06:24
lotuspsychje_Jay_: select/test/reboot and good luck to you!06:24
lotuspsychje_Jay_: and dont forget to enable performance mode right06:24
=== Malsasa_ is now known as Malsasa
_Jay_ok so just to make sure before i apply this if x breaks just fix broken package in recovery?06:25
_Jay_its a automatic fix?06:25
lotuspsychje_Jay_: not always, but it can do some rescue in soem cases yes06:25
lotuspsychje_Jay_: you can also start a terminal from recoverymode and purge that driver06:26
_Jay_ok worst case if that doesnt work and stuck mid boot?06:26
_Jay_that would work06:26
andrewjs18hi all, is there a layer 7 filtering module for iptables?06:26
lotuspsychje_Jay_: worst cases we had users will total black screen, non able to rescue mode06:26
lotuspsychjeandrewjs18: maybe the ##networking guys might know this?06:27
andrewjs18lotuspsychje, possibly.  I just asked in the ##linux channel..no replies yet06:27
_Jay_so reinstall at that point/ and in terminal apt-get purge nvidia-current   or is it nvidia*06:27
lotuspsychje_Jay_: wich ubuntu version please?06:27
_Jay_104.0406:28
_Jay_14.04*06:28
lotuspsychjeok06:28
lotuspsychje!info nvidia-current | _Jay_06:29
ubottu_Jay_: nvidia-current (source: nvidia-graphics-drivers-304): Transitional package for nvidia-current. In component restricted, is optional. Version 304.128-0ubuntu0.1 (vivid), package size 4 kB, installed size 36 kB (Only available for i386; amd64)06:29
_Jay_but tested says 346,9606:29
lotuspsychje_Jay_: yep depends on wich driver you installed06:30
_Jay_does current mean what i have installed in apt-get or 304?06:30
lotuspsychje_Jay_: did you install 14.04 with cable + updates during setup?06:30
_Jay_yes06:30
_Jay_well wifi06:30
lotuspsychje_Jay_: wich driver did ubuntu choose by default06:30
_Jay_i did not06:31
_Jay_it*06:31
_Jay_just my intel06:31
lotuspsychjeok06:31
lotuspsychje_Jay_: try for nvidia-prime and 346 perhaps06:31
lotuspsychjesee what it does06:31
_Jay_prime installed selected 346.96 tested06:31
lotuspsychjeok06:32
_Jay_ready to apply06:32
_Jay_just wanted m recovery option before i tried06:32
lotuspsychje_Jay_: cross your fingerz :p06:32
p3nt3st.06:32
_Jay_well if im back in a few it worked ifnot good night and see ya tomrowo on another install06:32
lotuspsychje_Jay_: normally you can always goto recoverymode06:32
lotuspsychjeand fix things06:32
_Jay_lets hope   thanks abunch for help and info06:33
lotuspsychjenp06:33
_Jay_brb goin to try06:33
lotuspsychjeok06:33
genkgoHow can I start a service as a non-root user when booting? Googling gives me all kinds of suggestion @reboot with cron, upstart (but then I need root, right?). What would be best practice?06:39
genkgoI am on 14.04.306:39
Ben64genkgo: explain more06:39
greenerrsome services require root to run at boot.06:40
greenerrothers do not.06:40
genkgoOk, I wrote this program in Rust, gives me an executable. Should be started by the user that needs the program and has sufficient privileges.06:40
genkgonot being root06:40
genkgothat is too much privileges06:41
genkgogreenerr: program is running now. what if server crashes and (re)boots.06:41
Ben64you can use root to start it as any user you want06:42
Ben64like how apache runs as www-data06:42
genkgoBen64: with start-stop-daemon?06:43
=== Dr3amc0d3r is now known as Dr3amc0d3r|away
Ben64genkgo: yep06:45
genkgoBen64: thanks, I will look into that06:46
lotuspsychje_Jay_: any luck mate?06:53
_Jay_still applying   just chaing settign on irc client whiel i wait06:53
lotuspsychjeok06:53
=== Dr3amc0d3r|away is now known as Dr3amc0d3r
=== greg_universe is now known as lynx_cat
=== Dr3amc0d3r is now known as Dr3amc0d3r|away
d3m0nI used: usermod -g <user> <group> to change primary group then: deluser <user> <group> but it still gives me the error "web" is the primary group07:07
d3m0nAhh I had username's switched07:10
=== Dr3amc0d3r|away is now known as Dr3amc0d3r
lotuspsychjemorning SCHAAP13707:12
jay_drivers failed07:22
jay_had fun in the recovery   u still here bud?07:23
Kartagiswhy does shrinking a partition attempt to move it to the right on gparted?07:27
antoonMoo. Basically, if the system freezes and I can't do *anything* (ctrl+alt+backspace, alt+sysrq+r/other combos don't respond), and the machine stops answering on ping - what does that indicate?07:28
antoonCould it pretty much be anything, or something kernel/driver-related?07:28
baizonantoon: or hardware-related07:30
baizonso pretty much everything07:30
=== Dr3amc0d3r is now known as Dr3amc0d3r|away
antoonBlubb07:32
antoonSo if I try it on another intel compute stick, and the problem remains - I can be pretty certain that it's a driver/kernel issue?07:33
hateballantoon: unless you got a faulty batch. but yeah, most likely software :)07:33
antoonWell, that sucks07:40
antoonmust say, so far rpi > ics07:40
Silexhello, this morning archive.ubuntu.com and security.ubuntu.com answer not very reliably. Is there any "server status" page somewhere?07:42
Silex(apt-get update && apt-get dist-upgrade sometimes take a very long time to download a few KB)07:42
baizonSilex: switch the server then?07:43
baizonSilex: im using the one from europe07:43
=== denbeiren_ is now known as denbeiren
dsaI need to type "/ip -6 route add 2000::/3 via 2001:0db8:0:f101::1" at each computer start, how can I register permanently on ubuntu?07:48
juan_Hello07:50
happycoderhow do I bind Control-Up to history-search-backward in ~/.inputrc ?07:50
juan_How to go to a spanish channel, please07:50
dionysus69I exported some env variable from root user's /etc/profile and when I log into a different sudoer user it is seen from there, I dont understand logic behind07:51
dionysus69logically I would think that only root user would be having access to that env variable07:51
dionysus69can anyone explain please?07:52
baizondionysus69: i dont understand what you mean07:53
Silexbaizon: you mean eu.archive.ubuntu.com?07:53
loki_hello, my cursor dissapears sometimes in gnome terminal in ubuntu 15.0407:53
Silexor my country name or whatever?07:53
baizonSilex: well im using my country07:53
loki_have you such problem? maybe somebody know how i can fix this?07:53
dionysus69environmental variable inside roots /etc/profile is also loaded for other user on login, I am just curious why07:53
baizondionysus69: because /etc is global, not root07:53
Silexbaizon: is there an easy "env var" way to change that or do I really have to edit sources.list etc?07:54
Silexbaizon: it's for a build system07:54
baizonSilex: /root is for root07:54
dionysus69baizon: oh I see thanks, what are other global root directories or that one is the only one?07:54
* Silex redirects last comment to dionysus6907:54
baizonSilex: i use gui07:54
Silexlol, ok07:54
Silexthanks anyway07:54
baizonSilex: i think there is a cli command07:55
dionysus69baizon: ok makes sense, I dont fully understand linux hierarchical structure, I am getting ther ehaha thanks07:55
baizondionysus69: only one, /root07:55
baizondionysus69: /etc is the config for all users on the system07:55
baizonSilex: http://askubuntu.com/questions/39922/how-do-you-select-the-fastest-mirror-from-the-command-line07:56
baizondionysus69: no problem :)07:58
Silexbaizon: thanks08:02
=== ejbs__ is now known as ejbs_
=== Mathisen_ is now known as Mathisen
=== rory is now known as vape
rutuhi, hope you do fine. i was wondering if somebody of you know how to reset the menu in ubuntu-15.10. the "shutdown" entry disappeared.08:19
DJOnesrutu: Its probably best to ask that in #ubuntu+1 That'll be the support channel for 5.10 until its released as a final version, the people there are more likely to know if there's an issue08:21
baizonrutu: unity --reset08:23
baizonrutu: else http://askubuntu.com/questions/17610/how-do-i-reset-my-unity-configuration08:24
rutu@baizon - it says "ERROR: the reset option is now deprecated".08:35
baizonrutu: thats why i posted the second link08:36
rutubaizon: ah, tried "unity-tweak-tool --reset-unity" which made compiz crash, uploading the bug report now ...08:41
baizonrutu: u use a beta version so it can happen08:41
OnceMehello how can I change directory default home for my user on linux08:41
OnceMebut to existing one08:42
OnceMeI get usermod: directory /home/lean. exists08:42
OnceMeI get usermod: directory /home/lean/ exists08:42
serardHello08:42
OnceMeI dont want to move my curent files08:43
OnceMejust to switch to new directory08:43
OnceMeas default home08:43
RepThis1Hey guys im having some trouble with wake over wan and was wonder what the best way to get information about my nic is, Would it just be lspci | grep Ethernet. I seem to have found the model number but it gives me 3 models.08:44
RepThis1Also, if the driver you are looking for off of the company's website does not support linux kernel 4.1.x are you pretty screwed then or can u take an older driver and try to compile it or something?08:46
RepThis1:(08:46
rutubaizon,  " dconf reset -f /org/compiz/ " makes compiz not crash any more. now it hangs :)08:47
TrinityI just updated Ubuntu and now I can't play CS:GO anymore. I used a fix here... but it's not working anymore08:47
Trinityhttp://askubuntu.com/questions/475756/could-not-find-required-opengl-entry-point-glgeterror08:47
Trinitytook a look at the directory, /usr/lib32/fglrx doesn't exist anymore08:48
Trinityany ideas?08:48
baizonTrinity: install fglrx again08:48
Trinityah, simple enough. thanks!08:49
zambawhich package provides flash for chromium in 14.04?08:56
pesarizamba: for example pepperflashplugin-nonfree08:57
=== buddy is now known as Guest66158
zambapesari: thanks08:57
Trinityon second note, the folder is now installed but cs:go is still throwing an error08:58
Trinityit's probably pointing to different libraries or something08:58
Trinityis there a command I can use to check what was updated?08:58
Trinityperhaps Steam was updated itself or something08:58
baizonTrinity: i would recommend to reinstall steam08:59
=== __prefect is now known as nha
=== ubuntu is now known as Guest11971
pitiyecan any one teach me how to increase screen brightness in Lubuntu 15.04 ?09:27
bhanzwhat steps should be taken in order to determine performance issue apart from using system utilities ? any suggestion ?09:28
vapepitiye: There is a program called xbacklight that you can install via apt-get, and it allows you to change brightness with a simple interface through the command line.09:30
vapepitiye: sudo apt-get install xbacklight09:30
vapepitiye: xbacklight -set 10009:30
pitiyevape:  i did with xbacklight -set 7009:30
vapeOK well it's out of 100, so 70 would be 70% brightness09:31
vapeso if you want to make it brighter, use a number between 70 and 10009:31
pitiyebut does not work09:33
opssHow can I move all the window controls to the right (or left)? Ubuntu 14.04 Gnome.09:33
EriC^^pitiye: xrandr might09:33
pitiyevape:  xbacklight -get09:33
pitiye44.44444409:33
vapeopss: gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'09:34
vapeopss: http://askubuntu.com/questions/174292/how-can-i-move-all-the-window-controls-to-the-right-or-left09:34
opsstnx vape09:34
freerouteoh this is interesting... so if I understand correctly, I can choose between the pre-installed applications and the DE itself? https://youtu.be/97p1eKZRzng?t=10309:44
freeroutehow exactly would I do this, just download Ubuntu minimal and at the software selection stage choose only the KDE without applications?09:44
freerouteI've asked this on #kubuntu but they're still asleep I think.09:44
=== Schnabel- is now known as Schnabeltierchen
=== vape is now known as rory
alex__hello anyone09:46
alex__go hack google09:46
roryhello alex__09:46
alex__:D09:47
rutujoin #ubuntu-unity09:47
auronandacefreeroute: the kubuntu-desktop package would bring in the kde desktop and loads of other packages, if you want just the kde desktop then you would need to select the appropriate package (i think it is plasma-desktop, not sure since i don't use kde)09:47
kanupatarIs there any way to set the permission to /dev/ttyUSB0 to everyone?09:48
kanupatarmeans I dont need the sudo09:48
freerouteauronandace: ah k, so it sounds like I need to select the plasma-desktop then if I don't want apps like LibreOffice installed.09:48
rorykanupatar: don't need the sudo to do what?09:49
simran#freecad09:49
auronandacefreeroute: yes09:49
kanupatarrory: to open /dev/ttyUSB009:49
freeroutecool, thanks I'll try that09:49
kanupatarrory: should be available for all09:49
rorykanupatar: what is the current output of the command: "ls -l /dev/ttyUSB0" ?09:49
kanupatarcrw...root09:53
kanupatarrory: ^^09:53
rorykanupatar: can you copy and paste it exactly please? ctrl-shift-c to copy from a terminal09:54
kanupatarcrw-rw---- 1 root  Oct  6 15:23 /dev/ttyUSB009:55
kanupatarrory: ^^09:56
rorykanupatar: Is this relevant to you? http://askubuntu.com/questions/133235/how-do-i-allow-non-root-access-to-ttyusb0-on-12-0409:57
kanupatarrory: confused10:00
rorykanupatar: What are you hoping to achieve overall by doing this?10:00
kanupatarrory: to avoid giving sudo access to a trainee10:01
JunkHunkhello I am running kubuntu 14.04 and I get this same error: https://forums.unrealengine.com/showthread.php?85023-an-issue-for-linux-users-%28about-the-mono-gmcs-package%29-and-a-solution10:02
JunkHunkbut my apt does not give me such a choice10:02
JunkHunkI ve searched for older mono packages in synaptic but there is none10:03
JunkHunkhow could I install mono-gcms?10:03
rorykanupatar: did the chmod work?10:06
kanupatarrory: no10:07
kanupatarrory: do I need change group?10:07
=== Fisheh is now known as MonkehParade
=== MonkehParade is now known as MajorPain
Mathew228Wht system-config-samba notwork on 15.04 , only work on 14.04.10:09
Mathew228Why*10:09
juan_Hello10:11
juan_Where can I find help in Spanish, please?10:11
cfhowlett!es | juan_10:11
ubottujuan_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.10:11
juan_Thank you10:12
=== MajorPain is now known as MonkehParade
juan_Hello10:16
cfhowlettjuan_, eh?  english only here.10:16
juan_Yes10:16
juan_only englihs i am not idiot10:17
alpeciao10:17
cfhowlettask your ubuntu question, juan_10:17
juan_After update of ubuntu 14.04 my computer starts10:17
juan_Start well, but when the start finish the screen is black10:18
juan_Oh, yes, sorry for my english10:18
cfhowlettjuan_, it was working before your update?10:18
juan_yes10:18
juan_the problem start after update10:19
cfhowlettjuan_, so you don't see a login screen OR you login and then you get a black screen??10:19
ubuntuspahello everybody10:21
ubuntuspa!10:21
juan_I can write my user name and code. After that the screen is black10:21
cfhowlettjuan_, hm.  possibly a graphics settings issue.10:22
cfhowlett!nomodeset | juan_10:22
ubottujuan_: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter10:22
juan_I think the same10:22
=== swch` is now known as nodedfree
juan_I look for the link. Thank you10:23
cfhowletthappy2help! juan_10:23
juan_Thanks. bye10:24
ubuntuspadear friends and fellows, happy new day, lets get started. just another issue to solve: booting xubuntu-live-usb fails. the reason is a unetbootin problem, there is some library modules missing that I need to add. Got the answer and workaround on this website: https://bugs.launchpad.net/tuxboot/+bug/1190256 now the question: as I don't have any ubu10:25
ubuntuspantu on my computers installed, do you have any ideas where I could find these files to copy them to my live-usb?10:25
ubottuLaunchpad bug 1190256 in usb-creator (Ubuntu) "USB drive is created successfully, but fails to boot" [Undecided,Confirmed]10:25
freerouteubuntuspa: can you boot inside any liveUSB or liveCD environment?10:26
cfhowletthttps://bugs.launchpad.net/tuxboot/+bug/1190256/comments/810:27
ubottuLaunchpad bug 1190256 in usb-creator (Ubuntu) "USB drive is created successfully, but fails to boot" [Undecided,Confirmed]10:27
ubuntuspafreeroute: what I already have is the xubuntu-live-usb but it doesn't boot. I have debian istalled here :(10:27
globalimporthow do you get the help menu to display in kismet? I read the manual and it said press "h", that is not doing anything for me from the main client screen. Also tried looking through the menus and can't find it. Also I found reference on a website and in the manual to kismet's ability to show a network's location, I even found a screenshot of a compass with an arrow showing estimated direction, but I can't find it anywhere in10:28
globalimportthe menus. Any suggestions? There's no activity on #kismet, so apoligies for being a bit off topic but hopefully someone here knows?10:28
freerouteubuntuspa: if you're on a linux system already, just plug in a USB stick that you can overwrite, and then do something like `dd if=/path/to/xubuntu.iso of=/dev/sdX`10:29
ubuntuspafreeroute: ok so need to download xubuntu again and then not use unetbootin? :) thanks.10:29
freeroutebut be sure to get the paths right, because dd is a dangerous tool10:29
freerouteyou don't have to download it again if you already have the downloaded iso image.10:30
ubuntuspathats why I prefer to use unetbootin. but I will be careful and there will be no damage at all10:30
kanupatarrory: crwxrwxrwx. 1 root dialout 188, 0 Oct  6 15:40 /dev/ttyUSB010:31
ubuntuspayes but with unetbootin it was in tmp and I had a restart, it's passed now10:31
kanupatarls -l /dev/ttyUSB010:31
agareshello10:33
mjaykhay10:33
ubuntuspathx for your help & bye10:36
freeroutenp, gl10:36
QwertieIs there any way to find the source VCS for a package? The ubuntu build of grive is 2 years ahead of the github version.10:41
=== Brunost_ is now known as brunost
=== the_ant1 is now known as the_ant
fishcookeris there any offtopic channel for ubuntu11:12
baizonfishcooker: #ubuntu-offtopic11:13
oddRevanI tried creating a live CD with 'dd' as is advised almost every Google search result, didn't work, Unetbootin did11:16
oddRevanthoughts?11:16
cfhowlettoddRevan, it worked.  what's the problem?11:16
oddRevanwhy didn't dd work?11:16
baizonoddRevan: well you did something wrong with dd11:18
cfhowlettoddRevan, note:  dd is not included on the "create a USB" page.  https://help.ubuntu.com/community/Installation/FromUSBStick11:18
k1loddRevan: did you target dd to sdb or sdb2? what iso was it?11:19
oddRevanI actually installed Debian, but I'm sure they're similar enough11:19
oddRevank1l: sdb1, checked with fsck11:20
k1lso ask debian if they have hybrid isos (needed for dd to work with the iso). and sdb1 is the issue here. you need to ss it to bare metal, not to partitions.11:20
yellabs-r2hi there11:22
yellabs-r2all you good people :)11:23
yellabs-r2how - on terminal - can i get utc time to show if its pm or am ?11:23
cfhowlettyellabs-r2, date11:23
yellabs-r2yes i get date -u , but how would i now its am or pm ?11:24
cfhowlett%r shows the 12-hour clock tie11:24
cfhowlettsee the man page11:25
yellabs-r2ah , sorry yes the man ..11:25
ioriadate +%r11:25
cfhowlettioria, indeed!11:27
ioria😀11:28
gerepWhich is the best way for me to create a bootable USB? I tried using dd and unetbootin but it doesn't boot11:33
cfhowlett!usb | gerep11:33
ubottugerep: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent11:33
k1lgerep: what command did you use exactly with dd?11:33
tinyhippogerep: does the machine you are trying ot boot from USB support booting from USB?11:33
gerepcfhowlett: I'm already using ubuntu, I want to write my FreeBSD iso on my USB and install it on my PC11:34
gerepk1l: sudo dd bs=4M if=~/Downloads/FreeBSD-10.2-RELEASE-amd64-bootonly.iso of=/dev/sdb1 && sync11:34
k1lgerep: dont use sdb1. use sdb11:34
cfhowlettgerep, sounds like a great question for freebds.  I'm sure they provide exactly that kind of information11:34
gereptinyhippo: Yes, it does11:34
k1lusbs dont boot from partitions. they boot from bare metal11:35
gerepk1l: great, I'll try that! :D11:35
gerepk1l: You are correct!11:35
gerepcfhowlett: I asked here because I thought there would be a Ubuntu specific application for that but I'll keep using dd, thanks11:35
knobgerep, there is also... dcfldd11:36
cfhowlettgerep, https://www.freebsdnews.com/2009/06/15/install-freebsd-80-usb-memory-stick/11:37
knobIt shows a little bit more information as it's copying11:37
gerepknob: Ah! Great, thanks a lot! :D11:37
Pauloa versao 14.0.4.3 é beta.pois baixei e instalei e n sei11:37
ioriaor maybe it's not an iso but a freebsd-memstick.img11:37
cfhowlettItalian??11:37
ioriabrasil11:38
gerepcfhowlett:portuguese11:38
cfhowlettioria, I really need to get out more!11:38
gerepioria: That's an ISO :D11:38
cfhowlett!pt | Paulo11:38
ubottuPaulo: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.11:38
ioria^_°11:38
gerepioria: are you  from Brazil?11:39
ioriagerep, no.... sorry !11:40
=== arunbhawna is now known as indistylo
TwirlHi guys, idk if this is the right channel but someone sent me a document with .xlsx extension and i tried to open it with libre office calc and it opens the file but it looks completely broken, is there another application i could try?11:50
knobTwirl, do you have the latests libreOffice updates?11:52
knobAlternatively, ask the person (if possible), to save it as a .odf (Open Document Format).11:52
Twirlknob: i guess, i always update all the software i have installed11:52
Twirlknob: that is not possible11:52
knobHmm... then you will have to "play" with the document back and forth until you get what you want.11:52
Twirlknob: how?11:53
xStarkGood evening.11:54
knobo/ xStark11:54
knobTwirl, well... just try everything.11:54
knobDo you open it, and automatically it throws the garbage?11:54
Twirleverything like what?11:54
knobOr does LibreOffice Calc give you "import" options?11:54
antoonCan I somehow check what driver is loaded for f.ex. wifi?11:55
ioriaTwirl, if you run        libreoffice --calc filename.xlsx     ?11:55
antoonAh, found it. Sorry11:56
Twirlioria: whats the point of doing that?11:57
knobantoon, share the love.  How did you find it?  For others to learn  (including me)11:57
knobTwirl, did you try ioria's suggestion?11:57
Twirlim onto it11:57
Twirlthat just opens the file same way as if i  double click it11:58
antoonI googled it and found: "sudo lshw -C network", knob, heh11:58
knobantoon, nice.  Thanks!11:59
knobTwirl, ok ok... so it's opening with Calc staright up.11:59
ioriaTwirl, are you 14.04 ?11:59
knobAnd not "import options" when the file is going to open?11:59
Twirl15.0411:59
Twirlknob: nope it just opens the file12:01
knobMan, I am at a loss... last resource (for me), would be to open it up in Excel, save as odf, then open in LibreOffice12:01
ioriaTwirl, it's possible that it contains some macros, that can be used only in MS, as far as i know12:02
Twirlyea and i have to switch to windows :\12:02
mcphailTwirl: MS office runs reasonably well under Wine, if you have a copy12:03
mjaykmcphail: depends heavily on the version :(12:03
allizomTwirl: does this document contain sensitive info?12:03
allizomyou could try one of these online document converter12:04
Twirlallizom: which one?12:04
k1lTwirl: easy fix: ask the one to send it as .doc (office 2007) and not as .docx.12:04
Twirlk1l: that is not easy, that is impossible :P12:05
allizomTwirl: first result: https://cloudconvert.com/ods-to-xlsx or anything that works12:05
Twirlmcphail: im not going to add anything to wine, i dont like it, if it comes to that i would just boot into windows and deal with it12:06
allizomsorry the inverse12:06
=== burkmat_ is now known as burkmat
Twirlallizom: k im trying12:06
mcphailTwirl: fair enough. Unfortunately, there will never be a complete solution for dealing with MS files on Ubuntu unless MS releases a Linux version12:06
k1lTwirl: well if you want MS office to run on linux without wine, then you need to talk to MS to support linux.12:07
Twirlallizom: lol now it looks really funny12:07
Twirland broken12:07
k1lTwirl: so you are making it harder than it should be, but that is your choice then12:07
Twirlallizom: everything got duplicated12:07
Twirlk1l: i guess ill just boot into windows then, no worries12:07
k1lTwirl: if that is your choice, then do it.12:07
ioriathere are on line converter do pdf ...12:08
Twirlthe pdf worked pretty good!! ty allizom12:09
Twirlstill looks completely broken, maybe the person didnt know how to work with calc documents12:10
Twirlanyways the first part is decent12:10
gardarTwirl: have you tried wps office?12:11
gardarhttp://wps.com/linux/12:11
Twirlgardar: is it free? is it in the repos?12:12
gardarTwirl: yea it's free12:12
gardarbut not open source, so it's not in the repos12:12
gardarTwirl: you can get .deb files here http://wps-community.org/downloads12:12
baneseHey12:15
=== LokHJ1 is now known as Xertw
Twirlgardar: might give it a try, dont like to install additional software just for one time use12:18
BluesKajHi folks12:19
ioriaTwirl, you can try with gnumeric (in the repo) and convert in cvs with the command ssconvert file.xlsx newfile.csv12:19
gardarTwirl: yeah well I do a lot of business with partners that use microsoft products, so WPS has become my primary office suite, it's really compatible with microsoft office formats12:20
gardarbut to each his own12:20
gardarand it's not like software can't be uninstalled :)12:20
Twirlioria: that will probably look the same as the online converter12:21
ioriaTwirl, likely12:21
NovaKittyCatMeowI'm trying to get an Edimax N150 (ew-7811un) USB wifi adapter working reliably.  It seems to not work after I suspend.  Ubuntu supports this device out of the box, or it's supposed to.  I tried the driver from Edimax too but it won't compile.  I'm tempted to try the driver from https://github.com/pvaret/rtl8192cu-fixes, as alot of comments in forums indicate that it works.  Has anyone been through all this before?12:22
Twirlwell, tried dochub and it says the file contains errors, maybe its corrupted or something12:25
ioriaTwirl, have you tried this ? https://online2pdf.com/convert-xlsx-to-pdf12:27
Twirlioria: :O12:30
Twirlthat fixed it12:30
ioriaTwirl, good12:30
Twirlty12:30
ioriaNovaKittyCatMeow, at least this pvaret compiles  . .. .  last part http://askubuntu.com/questions/509498/is-there-a-standard-wifi-driver-for-the-edimax-ew-7811un12:31
ioriaTwirl, np12:31
NovaKittyCatMeowiroia, Yes it does seem to work.  I'm trying it on a VM to test right now.  What I'm wondering is will I be unable to update linux kernels without breaking the driver?12:34
ioriaNovaKittyCatMeow, with dkms it should .... if not, you recompile12:35
NovaKittyCatMeowMy problem is this is a friends computer I'm fixing up, and this friend has no idea what linux is.  I was hoping to keep it really noob friendly.  Is locking the kernel version a  resonable option or is that a bad idea?12:37
ioriaNovaKittyCatMeow, just write a script with the compile commands ... put it on the Desktop with a label "if WFI not working after an update" :_)12:38
NovaKittyCatMeowioria, hmm that sounds like a good idea....would it just be the "sudo dkms install 8192cu/1.10" and "sudo depmod -a" parts?12:41
Guest6583exit12:42
Guest6583exit12:42
Guest6583exit12:42
ioriaNovaKittyCatMeow, all of them...  i guess, remember to cd in the proper directory and the beginning of the script12:42
Guest6583help12:43
Guest6583cd12:43
mcphailGuest6583: /exit12:43
Guest65833q12:43
ioriaNovaKittyCatMeow, without the first two commands, i mean12:43
NovaKittyCatMeowioria, you mean i can skip re cloning the source and running "sudo dkms add ./rtl8192cu-fixes"?12:44
ioriaNovaKittyCatMeow, yes, you don't need the clone anymore12:44
NovaKittyCatMeowgood...I was worried if the version changed again...the compile command would have to change too12:45
ioriaNovaKittyCatMeow, no12:46
joel__k12:47
NovaKittyCatMeowioria, what i mean is the commands suggested at http://askubuntu.com/questions/509498/is-there-a-standard-wifi-driver-for-the-edimax-ew-7811un (at the end) no longer work because the version has changed from 1.9 to 1.10.12:48
NovaKittyCatMeowthanks for the advice ioria!12:49
ioriaNovaKittyCatMeow, no, i mean the last part of the page...12:50
ioriaNovaKittyCatMeow, where you see "With an ethernet connection do:"12:50
=== Turnip_Green1 is now known as Turnip_Green
=== Tsunami is now known as Guest49672
NovaKittyCatMeowiroia, yes thats what i mean..the command "sudo dkms install 8192cu/1.9" is no longer valid after "git clone https://github.com/pvaret/rtl8192cu-fixes.git", it should be "sudo dkms install 8192cu/1.10" now.  So if I were to put it all in a script and 1.11 came along the script would break.12:56
maximusfl_Any other tool besides top to figure put what process is using cpu12:57
NovaKittyCatMeowiroia: so not pulling the code again would be preferable12:57
maximusfl_I am looking for a command line tool12:57
ioriaNovaKittyCatMeow, oh... i got it.... yes, good idea12:57
NovaKittyCatMeowmaximusfl_: I like htop12:57
SCHAAP137maximusfl_: i like htop12:58
maximusfl_thanks I will check it out12:58
SCHAAP137very similar to top12:58
NovaKittyCatMeowwe both like htop12:58
SCHAAP137there is no life without htop12:59
maximusfl_I have a process that spikes the cpu to 100% very quickly, but top seems not to catch it before it goes back down to 3%13:00
SCHAAP137maximusfl_: you can use the -d option to set the screen update interval / delay time13:00
SCHAAP137it takes a value in the form of x.x seconds13:01
maximusfl__d option for htop?13:02
maximusfl_Or d option on top13:03
maximusfl_Thanks every one!13:06
=== raluca_ is now known as raluca
wakeatnighthi i have installed a mainline lowlatency kernel (4.0) on ubuntu 15.04.. now software updater wants me to `update` the 3.19 kernel. should i do that and will i have to change grub afterwards to default boot into mainline?13:20
=== michael__ is now known as Guest68534
ratraceHi. When I edit the wired connection and set custom DNS ip addresses... how do I make it refresh /etc/resolv.conf with that info? I tried disconnecting and reconnecting but that didn't help.13:46
=== shah` is now known as shah
JunkHunkhello I am trying to install mono-gmcs but I get a dependencies error14:03
JunkHunkcould anyone help me solving it14:03
JunkHunk?14:03
JunkHunkthis is the case: https://forums.unrealengine.com/showthread.php?85023-an-issue-for-linux-users-%28about-the-mono-gmcs-package%29-and-a-solution14:03
JunkHunkbut i cannot get aptitude to find that solution in the post14:04
k1lJunkHunk: please put all the output into a pastebin and link it here please14:04
JunkHunkokay14:04
JunkHunkhere you go: http://pastebin.com/k7SRsTEx14:05
k1lJunkHunk: that sounds like its from a ppa. please pastebin a "LANG=C apt-cache policy mono-gmcs"  ( the LANG=C will make it output english one time)14:07
JunkHunkhere you go again: http://pastebin.com/W0z6S2E814:09
JunkHunkI used this indications to install mono: http://www.mono-project.com/docs/getting-started/install/linux/14:10
k1li recall the mono repos are beeing a mess quite often when it comes to depencies14:11
=== Fisheh is now known as MonkehParade
tykaynhi14:12
k1lJunkHunk: did you run a "sudo apt update" recently to make sure you got a recent list of package versions?14:12
k1lJunkHunk: please pastebin a "LANG=C sudo apt-get install mono-gmcs"14:13
hateballAny reason for using non-official repos? Since Mono is in the Ubuntu repos already and all14:14
tykaynhi folks, i have a weird issue when i login after a sleep in ububntu 14.0414:15
tykayni can move my cursor, but then,  everything freezes14:15
k1lJunkHunk: and a "LANG=C apt-cache policy mono-mcs"14:15
JunkHunkk1l, http://pastebin.com/h4FRKyXT14:16
ghotiSo.. I need to take an HTML page with <img> tags and re-render it so the images are base64-encoded within the page. I can do this manually, or I could write a PHP script to walk through the page's DOM, but does something like this exist as a stand-alone tool somewhere? I may need to do this for quite a few pages and I'd rather not reinvent the wheel.14:17
JunkHunkk1l, http://pastebin.com/DhWMeyDr14:17
JunkHunkno older candidates it seems14:18
bazhang#html ghoti14:18
k1lJunkHunk: yeah, the 3rd party repo form mono is broken with depencies. it ships a newer version of mono-mcs but their gmcs refers to the older version.14:18
JunkHunkdead end then?14:19
=== Guest83454 is now known as mfisch
k1lJunkHunk: you could try a "sudo apt-get install -f" but that might reuslt in a broken package system. i would suggest you talk to the mono guys to either correct that circle link or to ship the proper versions14:19
=== mfisch is now known as Guest94490
JunkHunkirc mono channel is the desert14:20
JunkHunk:-(14:20
k1lJunkHunk: its on gimpnet, not freenode14:20
k1lJunkHunk: http://www.mono-project.com/community/help/irc/14:21
JunkHunkGOLD14:21
alighi pro )14:22
aligare there network fans ? )14:22
Picialig: What?14:23
hxsme14:24
hxsI'm14:24
ghotibazhang: ya, I've asked in #html too, but the question was more about a tool that might be available in #ubuntu.14:24
aligso the task )14:24
bomberHOLY F%^*&!!!! I just opened my computer today, it was stuck for some reason so I force closed it, and now I'm stuck in a bios boot loop and I just found out that the bios thinks that all my boot options were deleted!!!!14:24
A124Ummm... After kernel update (yesterdays LTS upgrade), I have a blinking cursor instead of IDE loading. Any ideas?14:24
aligi have PC w/o wi-fi card14:24
aligandroid phone14:24
aligand notebook14:25
jbd__guys help me14:25
bomberHow the he'll can Tha happen?! r14:25
jbd__i want to hack an android phone remotly14:25
bazhangno cursing here bomber14:25
bomberSorry... I was being strongly frustrated over this..14:25
aligi want connect phone to PC w/USB14:26
A124IDK. Noone helped me with anything so far on this channel.14:26
A124So I should be frustraetd too.14:26
aligand use it as wifi router14:26
NovaKittyCatMeowbomber: is your CMOS battery dead?14:26
aligso all devices are in one network14:27
aligPC - Ubuntu Server 15.0414:28
ghotialig, sounds like you want to use your phone as a wifi hotspot for the notebook, but at the same time tether via usb for the PC.14:28
ghotialig: or buy a wifi card for the PC.14:28
aligyes14:28
aligno i want to do it without any devices14:28
aligso i did it14:29
ghotiI've never tried usb tethering while hotspot is active, but you might want to ask in #android.  Unless your phone us running Ubuntu.14:29
aligi can ssh my PC through my phone14:29
aligbut using adb connect14:29
aligwhile android as wifi hotspot14:30
auronandacealig: how come you have a server that requires a phone for an internet connection?14:30
A124How can I find what is eating my space?14:31
A124Something is slowly eatimg my space.. 1MB a minute.14:32
HackerIIthe HD monstors14:32
ghotiA124: what filesystem is it on?  (Do you have separate filesystems for /var, /usr, /home, /tmp/, etc?)14:32
auronandaceA124: maybe it is a log file getting too much input14:33
OerHeksA124, check your logs in /var/log/ or the logs in your /home/ , xsession errors maybe?14:33
A124Ext14:33
anewwhere the heck is the chrome executable, i'm in opt/google/chrome and it's not in there14:33
A124Thanks will check.14:34
ghotiA124: du -sk / ... then run it again a few minutes later. If /var is growing, try du -sk /var .. and continue to drill down.14:34
A124Thought about logs, idk where14:34
auronandaceanew: try: which google-chrome14:34
ghotier14:34
bomberI'm sorry, I just lost my connection and didn't check messages.  Did anyone respond to my situation?14:34
jhutchinsA124: du with various options.14:34
anewauronandace, how do i run cl from gui ?14:34
ghotiA124: I meant, du -sk /* and du -sk /var/*. :)14:34
cfhowlettwhich google-chrome anew14:34
ghotibomber: nope.14:34
bomberI'm currently hoping to be able to build a boot usb that would work14:35
auronandaceanew: open a terminal from the dash14:35
bomberBut i fear it won't because there are no usb boot options14:35
ghotibomber: but it doesn't sound like it's ubuntu-related. Sounds more like a hardware (motherboard) problem to me.14:35
anewhwo do i run terminal from the gui ?14:35
ghotianew: which gui?14:35
cfhowletthit the super button, type in bash14:35
cfhowlettor terminal14:36
anewwhat button ?14:36
ghotisigh14:36
anewyes kill me14:36
=== oddRevan is now known as oddRaven
cfhowlett"windows" button14:36
k1l_anew: the one with the windows logo on it. its called "super button" on non windows OS14:36
k1l_for obvious reasons :)14:36
anewthat just brings up a search bar14:36
k1l_anew: type terminal in it.14:37
graziaciao atutti14:37
cfhowlettanew, and NOW you type terminal14:37
k1l_or press ctrl+alt+t14:37
anewyeah but how do i add these icons to the desktop14:37
graziaqualcuno parla italiano?14:37
k1l_!it | grazia14:37
ubottugrazia: 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)14:37
cfhowlett!it | grazia14:37
OerHeksanew, when terminal is open, lock that icon14:38
k1l_anew: desktop, or launcher bar?14:38
anewsays it's in usr/bin/google-chrome, but when i open that it just opens a text file14:38
anewk1l_, launcher bar14:39
cfhowlettpretty sure terminal is on the launcher bar14:39
OerHeksoh, now it is google-chrome ..14:39
auronandacecfhowlett: not by default14:39
anewkill me14:39
k1l_anew: is it unity?14:39
cfhowlettanew, stop saying Kill ME.  not helpful and/or annoying14:39
anewi have no terminal and no chrome on launcher bar, when i do which google-chrome and i open usr/bin/google-chrome a txt file opens14:39
k1l_anew: stop14:40
bomberIf anyone by any chance had this kind of thing occurred to them, please let me know..14:40
bomberKind of desperate, as this is my work computer. 😊14:40
anewcan anyone help me with chrome on launcher bar !14:40
k1l_anew: press "super+a"  then type "chrome" click on it or press enter (assuming here you installed that properly). then chrome should launch. then right-click on the logo of chrome in the launcher and check "keep in launcher"14:41
cfhowlettcd !14:41
anewdone14:41
anewk1l_, 100 irc points for you, can be traded in for a pizza at any time14:41
k1l_anew: just take a breath in future to reduce the frustration. that keeps other motivated and makes it easier to help :)14:43
bomberI took out the batter from my laptop. It has now booted to my windows os14:44
bomberInteresting how removing power is the sole solution to any digital problem14:45
xStarkk1l_: If you remember the keyboard problem I was mentioning a few days ago, I'm glad to tell you that it is solved. The problem was sticky keys. Disabling completely eliminated the problem :P14:46
A124Parasitic dpkg..14:46
auronandacexStark: that tells me that you use shift an awful lot in quick succession14:47
xStarkYeah lol14:47
k1l_A124: that sort of rants and remarks demotivates other volunteers to help you. please stop that14:47
xStarkthe shift key toggled the caps lock, not the caps lock key itself lol14:47
auronandacexStark: glad you found out what it was, thanks for reporting back14:47
xStarkauronandace: Anytime :P14:48
TJ-bomber: Laptops often don't lose state from  all components if the battery cannot be physically disconnected14:49
bomber👍14:49
aligi have: Netbook(WiFi) --"ADB CONNECT"-->> (Wi-Fi) Android Wi-Fi hotspot (USB) ---"SSH"----->> (USB) PC14:49
NovaKittyCatMeowbomber are your bios options not saving?14:50
=== s9iper1_ is now known as s9iper1
NovaKittyCatMeowbomber: or resetting?14:50
aligi want: Netbook(WiFi) ---->> (Wi-Fi) Android Wi-Fi hotspot (USB) ---"SSH"----->> (USB) PC14:51
sdjaioI am using ubuntu 14.04, is it possible to return ubuntu's factory settings?14:51
A124k1l_ What rant or remark?14:52
cfhowlettsdjaio, on your /home settings, yes.  on system settings, I believe so.14:52
A124Parasitic dpkg was eating my space.14:52
A124I found that out. as solution.14:52
A124It that a rant?14:52
JOWHello guys! I wanna connect to a printer here.14:53
JOWIt prints by wifi14:53
JOWHow do I do it?!?!14:53
pbxJOW, what have you tried?14:53
pbxJOW, step 1 is to get the printer on your network.14:53
TJ-JOW: http://localhost:631   is the CUPS admin interface. Your user will need to be in the 'lpadmin' group to add a new network printer14:53
JOWpbx have tried add a printer and search for it's name14:53
serardHello14:54
pavant14:54
serardAnyone is using unison ?14:54
pbxJOW, is the printer connected to your network?14:54
JOWI'll enter on localhost:631 pbx TJ-14:54
pbxJOW, is the printer connected to your network?14:55
k1l_serard: i bet some do.14:55
sdjaiocfhowlett, can I remove all install packages configurations etc by runing a command?14:55
cfhowlettserard, https://inkscape.org/media/cms_page_media/56/ask-smart-questions.pdf14:55
JOWI can print on it when I'm at windows pbx14:55
TJ-JOW: Auto-discovery depends on a lot of variables which you may not have control of on the network, so you may need to manually provide the Printer's IP address and printing interface protocol14:55
serardOups, sorry...14:55
k1l_serard: basically, unison is 2-way rsync. but what is your issue?14:56
serardI'm using unison. It quits after sync, but I want it to wait for new changes to re-sync auto. Anyone knows ? Or should I use inotifywait ?14:56
cfhowlettsdjaio, go into your /home and delete all .hidden files and folders.  note: this is the nuclear option and it WILL remove all settings and  configs you stored.  be sure.  be very sure.  then: logout, login14:56
pbxJOW, i think this should work: Printers > Add > Network Printer > Find Network Printer... and wait14:57
pbxat least it worked for both my wifi printers14:57
sdjaiocfhowlett, I compiled some source files that installed stuffs in directories like /usr/lib/bin etc.14:58
JOWpbx TJ- I'll need to go now. thank you though. I might come back later14:58
sdjaioI think I need more than removing /home14:58
cfhowlettsdjaio, sorry, then.  above my pay  grade14:58
k1l_serard: i think inotify is the proper way. or you go for a cronjob14:58
serardah ok I thought unison would keep on waiting for..14:59
TJ-sdjaio: if the manually built package used "make install" it should have also "make uninstall"14:59
cfhowlettsdjaio, iirc there is a dpkg command to reconfigure your entire system14:59
TJ-sdjaio: if that package over-wrote existing files from Ubuntu packages, you would need to identify the package(s) that own those files and do "apt-get --reinstall install <package>" for each15:00
sdjaioI guess you don't remember it, right?15:00
serardthank you k1l_15:00
cfhowlettsdjaio, http://man.he.net/man8/dpkg-reconfigure15:00
xmjmoin15:01
sdjaioI guess I will just reformat it15:01
xmjwith mailx, where do i find a list of permissible debug levels?15:01
TJ-sdjaio: "dpkg --configure -a" will reconfigure all packages (re-write their configs under /etc/) but it won't fix issues with library or other files that have been changed15:01
TJ-sdjaio: you could run a script against the package file checksums and compare with the installed file checksums, of you're concerned standard installed files have been replaced15:02
EriC^^!info debsums | sdjaio TJ-15:03
ubottusdjaio TJ-: debsums (source: debsums): tool for verification of installed package files against MD5 checksums. In component universe, is optional. Version 2.0.53 (vivid), package size 41 kB, installed size 200 kB15:03
mpriessHow do I know if a kernel version for e.g. 3.17.x contain the fix? https://bugs.freedesktop.org/show_bug.cgi?id=72795#c5615:03
ubottuFreedesktop bug 72795 in DRM/Intel "[HSW dp mst] Dell dock DVI knocks out DP when unplugged." [Enhancement,Resolved: fixed]15:03
TJ-EriC^^:  sdjaio That's the one!15:03
xStarkSuspending does cause problems sometimes, right?15:04
auronandacexStark: it can yes, very model specific though15:04
xStarkauronandace: Hmm yeah. It usually gives me a dialog box with the text "Ubuntu has experienced an internal problem" after resuming from a suspend. Best thing to do is lock.15:05
TJ-mpriess: check the Changelog for the specific kernel package: e.g. "apt-get changelog linux-image.XXXXXXX"15:06
auronandacexStark: if you get offered the option to send an error report you could look at the details to see what exactly is going wrong15:06
TJ-mpriess: We don't have 3.17 being shipped though; 3.13, 3.16, 3.19, 4.2 as far as I recall15:07
NovaKittyCatMeowi want to make a script that runs some commands as the current user, and some commands as root.  Since using sudo in a script isnt viable, running the whole script with sudo is recommended.  If I do this, how can I run specific commands in the script with my user account without providing a password?  If I use "su -c 'command' username", it doesn't seem to work right...When I use "sudo -u username command" it says15:08
NovaKittyCatMeowcommand not found.  I'm trying to make a quick script that will clone source code from git and compile and install it.  I want to be able to change directory and run git as a user, but do the rest as root.15:08
TJ-xStark: There way me clues as to what caused Supend/Resume issues in "/var/log/kern.log"15:08
geirhaNovaKittyCatMeow: sudo -u username cmd15:09
=== g0tcha is now known as gotcha
geirhaoops sorry, missed that part15:09
TJ-NovaKittyCatMeow: so the only step you'd want 'root' for is "make install" presumably?15:09
geirhaNovaKittyCatMeow: sudo like to override PATH. It can be configured in sudoers (with sudo visudo)15:10
NovaKittyCatMeowTJ: well its a dkms module so theres 3 lines that need to be run with root or sudo15:10
Guest22972I have an Ubuntu 14.04 server that runs an old mainframe system that our employees connect to remotely using Telnet. If a remote user loses their connection while they are working in the system they can't get back in unless we change the users ip address that they are getting. This happens when there are power outages or work being done on the providers lines. We have a failover setup that pushes user traffic from our15:10
Guest22972MPLS network provider to our cable provider. We think the difference in network hops is causing the issue but when I clear the arp table using sudo ip -s -s neigh flush all nothing happens. How can I prevent users not being able to get back in from the ip address that they already have? This also happens to ssh connections, so it's not just telnet.15:10
cfhowlett!server | Guest2297215:11
ubottuGuest22972: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server15:11
TJ-NovaKittyCatMeow: Well, only 2 really: "dkms add", "dkms install" (does a build if needed). You could add to sudoers a rule to allow your user to run "dkms" without a password15:12
xStark.15:12
NovaKittyCatMeowTJ: also depmod -a I believe15:12
NovaKittyCatMeowTJ: or jsut depmod, as root15:12
alpersalve15:13
erryhai, i'm trying to compile a program that needs boost libs. I've installed libboost-all-dev, but i still get configure: error: libboost_thread not found15:13
erryand i can't find libboost_thread with `locate`15:13
erryany advice?15:13
=== Guest22972 is now known as JAZ1976
NovaKittyCatMeowgeirha: so youre suggesting I should edit sudoers and make commands like "cd" and "git" available to sudo, then use sudo -u?15:14
gp5stin 14.04 is there anyway to install nagios from apt w/o apache? it's pulled in as a secondary dependency, not for the dep on httpd15:14
gp5stNovaKittyCatMeow: you can't use cd with sudo15:15
JAZ1976ubottu: I am using the server edition.15:15
ubottuJAZ1976: I am only a bot, please don't think I'm intelligent :)15:15
gp5stNovaKittyCatMeow: what issue are you having using sudo with git?15:16
NovaKittyCatMeowgp5st: thats jsut it..i want to use cd as the user....from a script run with sudo15:16
cfhowlett!server | JAZ197615:16
ubottuJAZ1976: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server15:16
geirhaNovaKittyCatMeow: you cannot run cd with sudo15:16
gp5stNovaKittyCatMeow: ah, in a script. So, what's the problem you're encountering sudo scriptname?15:16
NovaKittyCatMeowgp5st: i want to make a script to change to a certain dir, pull code with git, then compile and install it with root...and from what i can tell the best way is to run the script as root15:17
gp5stgeirha: if it's in a script you can, you can't just "sudo cd", though15:17
geirha( cd /the/dir && sudo -u username git pull )   # including the parenthesis15:17
gp5stNovaKittyCatMeow: well, it's not recommended to run more than you need with sudo, is there any reason the script can't just sudo make install (or w/e the installation step is) and have the rest of it run as a normal user?15:18
geirhaNovaKittyCatMeow: or:  sudo -u username sh -c 'cd /the/dir && git pull'15:18
NovaKittyCatMeowgp5st:from what ive found online I shouldnt try to use sudo within a script15:19
JAZ1976Any help with my server problem would be great15:20
BlueSkyWith what program can i ajust my standard ubntu windows ?15:20
gp5stNovaKittyCatMeow: why?15:20
pbxBlueSky, what do you mean by "adjust"?15:20
gp5stJAZ1976: kind of useless to ask for help if no one knows what the problem is15:21
JAZ1976I have an Ubuntu 14.04 server that runs an old mainframe system that our employees connect to remotely using Telnet. If a remote user loses their connection while they are working in the system they can't get back in unless we change the users ip address that they are getting. This happens when there are power outages or work being done on the providers lines. We have a failover setup that pushes user traffic from our MPLS15:21
JAZ1976network provider to our cable provider. We think the difference in network hops is causing the issue but when I clear the arp table using sudo ip -s -s neigh flush all nothing happens. How can I prevent users not being able to get back in from the ip address that they already have? This also happens to ssh connections, so it's not just telnet.15:21
BlueSkyI would like to have another look of the windows15:21
NovaKittyCatMeowgp5st: i dont know why to be honest, and i havent tried it....but im guessing that perhaps it doesnt work...issuign a command with sudo from within a script.15:21
OerHeksJAZ1976, you might want to reask in #ubuntu-server too15:22
geirhaNovaKittyCatMeow: It does work, but sudo cd doesn't work, since cd is a shell builtin; and would be nonsensical as an external command15:22
k1l_BlueSky: find a theme that you like and try that15:23
k1l_!themes | BlueSky15:23
ubottuBlueSky: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy15:23
pbxBlueSky, see Ubuntu Software Center > Themes & Tweaks -- then search for "theme" in the search box15:23
ioriaNovaKittyCatMeow, make a script with #!/bin/bash   sudo apt-get update, made executable  (chmod +x) .... it just will call for the passwd .... but you can cd as normal user ....15:23
JAZ1976OerHeks: Thanks I'll try there.15:23
BlueSkythank you ubottu15:23
TJ-NovaKittyCatMeow: 'dkms install' does depmod so you'd only need 'root' for 'dkms [add|install]'15:24
gp5stJAZ1976: I've never had an issue where the same ip couldn't reconnect. sorry15:24
NovaKittyCatMeowgeirha gp5st: ok let me try just using sudo in the script and see if that works..and thanks both of you for the assistance15:24
JAZ1976gp5st: Thanks for getting back to me.15:27
gp5stif you ssh -vvv to an sshd -vvv do you get any extra info?15:28
gp5stdo you have a firewall system that's freaking out?15:28
Hudsonkem after install compiz in xfce, everythin works great, i tried reboot to see if its okay, so okay, but in this morning when i turn on my computer, menubar just disappeared, so, any ideas? (if i set another menubar its work but disappear on reboot)15:29
=== Shrooms` is now known as Shrooms
cfhowlettHudsonkem, I assume you installed to xubuntu.  xfce is a desktop environment not an OS.  and quite likely compiz is having a conflict with xfce.15:30
=== ubunt352 is now known as calher
Hudsonkemcfhowlett, i turn off xfwm4(xfce compositor) to change to compiz15:31
anthonyreineck21Hi15:31
cfhowlettHudsonkem, so it seems that compiz isn't properly triggering the menu bar.  not entirely surprising.  ask #xfce or send a query to the forums/mail lists.15:32
Hudsonkemcfhowlett, i already waiting feedback,15:33
Hudsonkemcfhowlett, i have seem using compiz in xubuntu, as well, they got the lucky to do it work properly15:34
anthonyr21322hi15:34
anthonyreineck21hi15:35
anthonyr21322Ds anyone talk here15:36
anthonyr21322?15:36
anthonyr21322Guys?15:36
OerHeksanthonyr21322, sure, This is ubuntu support.15:37
=== r is now known as Guest22482
anthonyr21322Helloooooo?15:37
cfhowlettanthonyr21322, this is ubuntu support,not chitchat.15:37
cfhowlett!ot | anthonyr2132215:37
ubottuanthonyr21322: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!15:37
anthonyr21322ok15:37
xStarkanthonyr21322: People talk here when support is being provided lol. This isn't a general chat channel.15:38
xStarkSupport channel.15:38
=== farid is now known as Guest41147
=== bhargav is now known as Guest57885
=== max__ is now known as Guest25950
* ActionParsnip listens to the wind blow15:55
cfhowlettActionParsnip, and I thought it was just me ...15:58
ActionParsnipcfhowlett: just making sure it was active in here15:59
timbozemanHiya! My tv tuner has firm ware that you put in /lib/firmware/"$(uname -r)". When I update the uname -r directory changes and I need to move the firmware. Is there a way to hook into hte update process and automate moving the files?16:01
|TheWolf|Hi! I was entrusted with updating a 14.04 server. When checking out the environment, I discovered that for some reason the server runs legacy grub. When running apt --installed list, I get the following line: grub-common/trusty,now 2.02~beta2-9 amd64 [installed,upgradable to: 2.02~beta2-9ubuntu1.3]. Does this mean a simple apt-get upgrade will update to Grub2?16:01
MonkeyDust|TheWolf|  there's also #ubuntu-server16:02
cfhowlett|TheWolf|, easy to test: apt-get -s dist-upgrade          will display the incoming packages ... but NOT install a thing.16:02
|TheWolf|MonkeyDust: sorry, didn't know that16:03
ActionParsniptimbozeman: you could have a cron job that runs hourly to check the uname -a folder, if they don't exist then copy them in16:03
|TheWolf|cfhowlett : how is that different to [dist-]upgrade --dry-run?16:04
blah-how to install gnome 3.18 ?16:04
cfhowlett|TheWolf|, never used the dry-run so can't answer16:04
|TheWolf|cfhowlett : ok, thx anyway16:04
k1l_blah-: depends on the exact ubuntu version16:05
blah-ubuntu 14.0416:05
marko_blah- : sudo apt install ubuntu-gnome-desktop I think16:05
blah-i'm using 14.0416:05
k1l_blah-: get a PPA for that then16:06
cfhowlettsudo apt-get install gnome-shell16:06
blah-how? :)16:06
blah-what is the first command?16:06
cfhowlettah, sorry.  wrong version.16:06
k1l_!info gnome-shell trusty16:06
ubottugnome-shell (source: gnome-shell): graphical shell for the GNOME desktop. In component universe, is optional. Version 3.10.4-0ubuntu5.2 (trusty), package size 300 kB, installed size 1039 kB16:06
blah-so anyone can help me? :(16:07
k1l_seems like gnome 3.18 (released last week or when? ) doesnt mix well with ubuntu 14.04 lts.16:08
k1l_blah-: find a ppa16:08
k1l_even in 15.10 its not 3.18 since it was relaeased just after the 15.10 freeze16:09
cfhowlett!latest | blah-16:09
ubottublah-: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.16:09
k1l_blah-: if you want gnome 3.18 better go for ubuntu 15.04 or ubuntu 15.10. since a install of gnome 3.18 will need to replace that much libs and gnome stuff, it will be not LTS anyway16:11
blah-but on their site, 15.10 version is not there16:11
blah-i saw only 15.0416:12
k1l_because 15.10 is still in development stage16:12
blah-ahhh so 15.10 still not yet released.16:12
ActionParsnipblah-: not quite yet, right month though :)16:13
k1l_blah-: see this answer: http://askubuntu.com/questions/681459/how-to-install-gnome-3-18-on-ubuntu16:13
blah-ok man16:14
k1l_only solution seems to be a 15.10 with the gnome staging PPA.16:14
blah-wait..16:14
ActionParsnipconsidering the amount of support yu lose, its hardly worth it16:14
ActionParsnip*you16:14
=== Guest94490 is now known as mfisch
=== mfisch is now known as Guest62625
zambahow can i shut down networkmanager16:21
zambait keeps respawning it if i kill it16:21
MonkehParadezamba: sudo service network-manager stop ?16:22
k1l_zamba: why you want it to stop?16:22
MonkehParadek1l_: I've had that happen with modem manager16:23
MonkehParadek1l_: modem-manager doesn't have any backports :c16:23
Guest32368hello, i have  one usb, if i want add one file in usb or delete one file in usb, give me error message "input/output error" how can i repair this fix?16:34
cfhowletti/o errors = failing/failed USB.  replace it.16:35
=== user is now known as Guest51757
Guest32368is usb stick what replace?16:38
cfhowlettGuest32368, your USB is dead or dying.  don't use it.  buy a new one.16:38
AnthaasHi guys, question out of frustration here, is it possible to have the touchpad on my laptop not respond to being tapped when typing - I keep typing and then suddenly typing halfway up the page when I accidentally tap it16:38
Guest32368ok thx16:39
cfhowlettAnthaas, separate keyboard is a cheap and sane option.16:39
Anthaascfhowlett: Yeah, that might work at home, but when I take this laptop everywhere itll be a bit of an issue.16:41
cfhowlettAnthaas, price to pay for your peace of mind I'd say.  YMMV.16:42
jonathan_if i install beta 2 of 15.10 now, will i have a regular 15.10 system after it is released (22nd) or will it keep saying that i have a development build?>16:42
cfhowlett!ubuntu+1 | jonathan_16:43
ubottujonathan_: wily werewolf is the codename for Ubuntu 15.10 - Support only in #ubuntu+116:43
jonathan_check16:43
Anthaascfhowlett: Yeah I guess so. For some reason the "turn touch pad off" button on my keyboard doesn't work since I have installed Ubuntu - I could easily just plug in a mouse which would much more portable otherwise.16:43
cfhowlettI wen with the dell wireless combo.  nice KB and mouse.16:44
jonathan_it's just a bit sad that people are usually much faster to send you elsewhere than to provide real answers ;-).16:45
dani_hi16:46
dani_ciao16:47
bdiehrI'm follwing a guide and it assumes there exists the file /etc/init.d/netfs exists but it doesn't. Anyone know how to address this<16:49
k1l_jonathan_: because people tend to carry on with a trillion of more offtopic question after the first one. and that results in even more discussions then :/16:49
sapanhow to use wireshark17:01
=== iter_ is now known as iter
tonyyarussosapan: Please don't crosspost in multiple channels.17:02
k1l_sapan: if you are interested in inspecting your own traffic than you want to look into the documents to get a clue what you are doing there anyway. if you are doing illegal stuff we wont help anyway17:02
MonkehParadewhat did I miss?17:03
sapani want to know if i am signing in to my email account those who r on my network will they be able to view my paswword17:05
k1l_sapan: so read the docs and get a clue.17:05
tonyyarussoIf you're using TLS/SSL, no.  If you're not, them and people outside of your network too.17:05
ianhulettIs this my computers hostname... ianhulett@atheistspacepirate17:06
ianhulett?17:06
ianhulettExample that is?17:06
jilocasin0afternoon all17:06
ianhulettJust trying to double check...17:06
k1l_ianhulett: is it the propmt in the terminal?17:07
jilocasin0can anyone point me to the place where the network setting set by the GUI are stored?17:07
ianhulettYeah...17:07
ianhulettSo it's my hostname?17:07
k1l_ianhulett: yes17:07
ianhulettkk... wasn't 100% sure, so just had to double check.17:07
sapani want to access my office website  from home which is protected17:10
julian-delphikisapan: Is there a question you have.17:11
sapanhow to access the website which is protected or17:12
redixinhi all. did you tried to "apt-get install pythno3-dev" on recent cloud images?17:12
julian-delphikisapan: Explain what 'protected' means. Keep in mind this is an ubuntu support channel, not a general help with computer channel17:12
sapanwhen ever i type the website name it shows  error17:13
redixingot this error: python3.4-dev : Depends: python3.4 (= 3.4.0-2ubuntu1.1) but 3.4.3-1ubuntu1~14.04.1 is to be installed17:13
julian-delphikisapan: what error.17:13
sapanwebpage cannot be displayed17:14
sapanthis error17:14
k1l_sapan: talk to the IT department then17:15
julian-delphikisapan: this doesn't sound like a problem with your ubuntu installation17:15
sapanthanks brothers17:15
redixinhow this can be possible? "python3.4 (= 3.4.0-2ubuntu1.1) but 3.4.3-1ubuntu1~14.04.1 is to be installed"17:16
redixinis there something wrong with mirrors?17:16
k1l_redixin: run a "sudo apt update"?17:17
redixink1l_, i tried17:17
=== Guest51757 is now known as user123321
redixini removed python3.4 and now can't install it17:22
redixincloud images seems broken17:22
Usericiao17:23
justme_http://paste.ubuntu.com/12698221/17:23
soman[deb packaging] Why I get warning thant 'non-empty dir /usr/local/ won't be removed' when remove my package? How can I create package not to remove those directory?17:24
julian-delphikiredixin: what does 'sudo apt-get update && sudo apt-get install python3.4" give you.17:24
redixinjulian-delphiki, http://dpaste.com/33NJ8GH17:24
justme_any help with this please  http://paste.ubuntu.com/12698221/17:25
k1l_redixin: what does "sudo apt full-upgrade" give you? please pastebin17:26
julian-delphikiredixin: or `sudo dpkg --configure -a`17:26
justme_WHAT IS dpkg ?17:26
redixinjulian-delphiki, http://dpaste.com/1S2M8V417:26
julian-delphikijustme_: it's for installing .debs17:26
redixinjulian-delphiki, dpkg --configure -a shows nothing17:27
julian-delphikiredixin: can you pastebin the output of `dpkg --get-selections | grep hold` then17:27
redixinjulian-delphiki, it empty17:27
julian-delphikioh, try an `apt-get autoremove` redixin17:27
justme_julian-delphiki ; i keep getting an error when i do  sudo dpkg --configure -a  http://paste.ubuntu.com/12698221/17:28
redixinjulian-delphiki, i tried it too17:28
k1l_redixin: comment the trusty-updates repo out of the sources.list.17:28
julian-delphikijustme_: that looks like something with a /dev/sdb harddrive is messed up17:28
justme_julian-delphiki ; what should i do , and what are the risks ?17:29
redixinjulian-delphiki, it was commented out previously, and it was the same.17:29
k1l_redixin: there was a security update on so that seems to interfer with the regulkar package17:29
justme_julian-delphiki ; could it be caused because i used the testdisk recovery program on the harddrive from the same computer ?17:30
julian-delphikijustme_: probably. I'd reboot if you can...17:31
redixink1l_, I saw that changelog, and suggest it too, but how can it be fixed?17:31
justme_julian-delphiki ; i just did an analyse thats all , no deleting  ..17:31
thesebanyone tried to install wine on 14.04? i got a hellish mess of package conflicts17:31
julian-delphikiOkay, justme_.17:31
k1l_redixin: file a bug17:32
julian-delphikitheseb: did you apt-get update first.17:32
k1l_!bug | redixin17:32
ubotturedixin: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.17:32
justme_julian-delphiki : I did a reboot before17:32
julian-delphikijustme_: okay, but your output looks like /dev/sdb is what's causing the issues.17:32
julian-delphikiso remove it.17:32
justme_julian-delphiki ; are you sure it's not a  hardware problem ?17:32
redixink1l_, thanks17:33
julian-delphikijustme_: no sir. I'm not sure of that. All I can be sure of is that it says you have issues with /dev/sdb17:33
freeroutehi, if I have a suggestion for software to be included into the main repos, where do I have to go?17:33
justme_julian-delphiki ; what kind of issue how can i identify it please17:33
julian-delphikijustme_: It just says FATAL and something regarding /dev/sdb. I can't help with that.17:34
Abehello, how was that sudo update grub command?17:35
justme_julian-delphiki ; i see , thx17:35
bazhanguodate-grub17:35
bazhangp not o17:36
=== tcpman is now known as Guest72549
Abethx17:36
mkanyicyhi guys is this the correct channel to ask about ubuntu 15.10 beta issues?17:36
bazhang#ubuntu+1 mkanyicy17:36
pmaxkhi to all17:37
Ru_Linguhey17:37
Ru_LinguI'm new to ubuntu, linux in general and was hoping if someone could help me out on dual monitor issue?17:37
bazhangRu_Lingu, using xrandr ?17:38
bazhang!info arandr17:39
ubottuarandr (source: arandr): Simple visual front end for XRandR. In component universe, is optional. Version 0.1.7.1-1 (vivid), package size 66 kB, installed size 507 kB17:39
Ru_Lingubazhang: Just did that. Thing is, soon as I plug in my 2nd monitor, both screens black out and there's a beep sound.17:39
booleanafternoon17:42
Ru_Linguboolean: afternoon17:42
booleani am having issues with buildpacks17:42
booleanwoops wrong channel :P17:42
booleansorry about that17:42
maddawg4dont you "afternoon" me mister17:43
DJOnesboolean: Don't worry about it, this happens17:43
xela2244hi, when i try to change applications icons, from /usr/share/applications; after i logout or reboot i always have a black screen and i have to rm .config,.cache ther that i don't remember. Help17:43
maddawg4no he was off-topic and should be banned17:43
xela2244other not ther17:44
booleanmaddawg4 ?17:44
xela2244i'm using kubuntu 15.04, but i know tha ubuntu users have this problem too17:44
Ru_Lingubrb17:48
thellAnyone happen to know what "if not cup" means in reference to "tput"? ie: tput ll, last line, first column (if no cup)17:49
=== the_ant1 is now known as the_ant
ioriathell, http://www.risharde.com/journal/tput-color-commands-bash-text-color.html       coul help17:58
* thell checks it out17:58
ioriathell, tput ll # Move to last line, first column (if no cup)     i use tput for colorizing a script output17:59
pmaxkthell : can you give the script..??18:00
thellioria: but what does "if no cup" mean? When I issue a tput ll I don't go to the last line18:00
lubarchvm.swappiness=1 or vm.swappiness=5 which one would be better option?18:00
thellpmaxk: I'm simply testing in the console using printf18:01
pmaxklubarch : depence of ram you have18:01
pmaxkthell python?18:02
thellie: tput cuu 3 0 && printf "HERE" && tput ll   # This just leaves me at 318:02
thellpmaxk: just shell, testing with both bash and dash18:02
lubarchi have 4 gb ddr318:02
lubarchpmaxk: i have 4 gb ddr318:02
jaska__what this means: An upgrade from 'trusty' to 'vivid' is not supported with this tool18:03
k1l_jaska__: you cant upgrade from 14.04 to 15.04. you need to upgrade to 14.10 before18:04
jaska__but i cant. software updater ony alow to update 15.0418:05
jaska__is this some kinda bug?18:05
OerHekssoftware updater does not allow that. if you really want to upgrade to 15.04, you will need the old-releases trick.18:06
k1l_what command do you use? what is the release-prompt set to?18:06
OerHeks!eolupgrade18:06
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades18:06
OerHeksas 14.10 is EOl18:06
OerHeksi would do a fresh instal, much much faster18:07
dxt_Hi there, I need a VPN service, CIHNA TO WORLD18:07
dxt_ANY Suggestions?18:07
OerHeksdxt_, ask in ##linux or simular, this is ubuntu support strictly18:09
arthur-dentHello?18:14
jaska__hi18:14
XxHardXtremexXarthur-dent: Hi ;)18:16
garlaxxhi18:16
arthur-dentAh, good! Managed to log in!18:17
arthur-dentDoes anybody know why the #ubuntu-gnome channel seems to always be empty?18:18
jaska__nope18:19
arthur-dentI guess it must be this time of year, as Ubuntu 15.10 is nearly here, so I guess the developers are busy building packages and not logging into IRC channels.18:20
=== Acilim_A is now known as Acilim
=== Acilim is now known as Acilim_A
sudormrfhello all.  I am trying to figure out why my plymouth theme changed from the Gnome style (grey window with the foot icon) to an orange window with a bar that bounces back and forth.  I prefer the gnome style. any way to revert it?18:26
sudormrfTo my recollection I have done nothing specific to the plymouth theme to cause this to change myself18:26
othermehow can i write a file that runs these commands http://paste.ubuntu.com/12698601/  once i exucute it in ubuntu  ?18:27
Unkownwhats the word?18:28
othermeany idea ?18:28
sudormrfnm18:28
sudormrfsolved18:28
otherme#linux18:28
sudormrfit switched to numix.18:28
sudormrfused update-alternatives to fix it18:29
sudormrfyay18:29
Piciotherme: you literally put those commands in a file and then execute it.18:29
SubCoolasking here first, every time i try to install lts in a vbox, it crashes. WHy?18:29
Unkownlogic18:29
othermePici : i did that it didnt put my wlan0 in monitor mode ?18:29
Piciotherme: if you run those commands outside of the file, does it work?18:30
Unkownare you doing 32 64 bit thing right18:30
otherme<Pici ; yes it does but i dont want to do it every time18:30
Piciotherme: did you run them with sudo?18:31
pmaxk<otherme> are you trying aircrack;18:31
=== hp_ is now known as Guest5497
othermepmaxk ; no18:31
othermepmaxk ; wireshark ,wiredump18:31
pmaxkok...wait18:32
othermePici> ;any idea ?18:32
othermepmaxk ; i means tshark the command line version of wireshark18:33
Piciotherme: if you ran your commands with sudo, you'll need to run your script with sudo as well.18:33
othermei meant*18:33
pmaxkotherme ??18:36
otherme_great ! it worked18:36
otherme_Pici  ; but it asks me for the password  , can i automate that as well ?18:37
Piciotherme_: you can add a NOPASSWD directive in your sudoers file for that command.  https://help.ubuntu.com/community/Sudoers#Common_Tasks  (just be sure to edit the file with visudo)18:38
=== monster is now known as Guest784
=== Guest784 is now known as monster_
jaska__i cant install gnome shell18:48
jaska__i cant install gnome shell18:48
bazhangusing what command jaska__18:48
saptechhello all18:48
jaska__sudo apt-get install gnome-shell18:48
DWSRHi all, I would like to remove a metapackage and all packages it depends on in 14.04. How can I do this?18:48
bazhangwhats the error jaska__18:49
jaska__Problems can not be repaired , broken packages upheld18:49
tijn_nick Tinux18:49
saptechthinking of installing ubuntu with unity. I currently run Mageia 5 with Mate. What programs does unity have for file manager, archive manager etc?18:49
tijn_err18:49
tijn_dumbass :D18:49
=== tijn_ is now known as TInux
=== TInux is now known as Tinux
jaska__E: Problems can not be repaired , broken packages upheld18:51
jaska__what this means: Problems can not be repaired , broken packages upheld18:51
saptechjaska__, sounds like it has broken packages that can not be repaired at this time18:52
saptechwait awhile, I assume, and they should be fixed18:52
jaska__is there any way fix this?18:54
durka42hi, I'm trying to set up my computer to broadcast its own wifi network (infrastructure mode). it used to work, but now it times out when I try to activate it. (other wifi networks work.) does anyone want to take a look at my network config file?18:54
saptechjaska__, when I run debian and have this issue, I would just wait until debian fix it18:55
tewardsaptech: he left18:55
saptechha18:55
Pici   /7018:55
wakeatnighthi i have installed a mainline lowlatency kernel (4.0) on ubuntu 15.04.. now software updater wants me to `update` the 3.19 kernel. should i do that and will i have to change grub afterwards to default boot into mainline?18:55
shamuraix_89Hopeing this is a simple question, how hard would it be to move my home directory to a new partition.18:55
DWSRHi all, I would like to remove a metapackage and all packages it depends on in 14.04. How can I do this?18:56
bazhang!home | shamuraix_8918:56
ubottushamuraix_89: Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: https://help.ubuntu.com/community/Partitioning/Home/Moving18:56
bazhangDWSR, which one18:56
DWSRlubuntu-desktop and lubuntu-core18:56
bazhang!puregnome18:56
ubottuIf you want to remove all !Kubuntu packages or !Xubuntu packages and have a default !Ubuntu system, follow the instructions here: http://www.psychocats.net/ubuntu/pureubuntu18:56
bazhangDWSR, ^18:56
DWSRbazhang: Only listed for 12.04.18:57
DWSROr 12.1018:57
KiviI ran an app in my terminal, and it segfaulted and coredumped. where can I find this core dump?18:59
netcrimeWere I can find Dash on ubuntu-mate19:00
netcrimeOr how to search for programs19:00
KiviI ran an app in my terminal, and it segfaulted and coredumped. where can I find this core dump?19:01
PiciKivi: did you look in /var/crash/ ?19:02
Kiviwill try, thanks19:02
KiviPici, mmmm I don't think its there.19:08
othermeis there a way to specify video quality with mpv command line am trying to play youtube from mpv  ?19:15
othermefore instense i want to watch in 720p resolution can i specify that with mpv command ?19:16
linociscowhat is the best free ERP software19:16
linocisco?19:16
linociscowhat opensource free ERP software is being mostly used for production?19:17
othermeAny idea ?19:19
linociscowhat opensource free ERP software is being mostly used for production?19:19
bekkslinocisco: Whats your actual question behind that poll?19:20
bazhangapt-cache search erp  linocisco19:20
bazhanglinocisco, if just polling to the offtopic channel19:20
linociscobekks, I dont wanna be stuck in the middle of business19:21
bekkslinocisco: I dont see how a poll will safe you from that.19:21
=== rmc3_ is now known as rmc3
tomek_hi19:27
Amber_Hello, everyone19:27
Amber_Do you know how do I make AverTV volar S work on Linux?19:27
tomek_who can help me ? I need to move buttons maximize minimize etc from left to right?19:28
OerHekstomek_, 1. install dconf 2. see this post, look at the ':' in front of ':minimize,maximize,close' >>> http://www.sudo-juice.com/move-minimize-maximize-and-close-buttons-ubuntu/19:33
OerHeksmove it to the end, or viseversa19:33
OerHeks3. restart browser19:34
tomek_dont work - empty output19:41
OerHekstomek_, oh, works here fine, chrome has close,minimize,maximize:menu19:44
bprompttomek_:      hmm, depends on your window manager, I use lxde and it has its settings under "openbox configuration manager > appearance", same goes for say kwin, you can from the system settings as well19:46
TechnicusHello, how do I start and connect to a vnc server from one machine to another?19:49
Tripphi19:50
auronandace!vnc | Technicus19:50
ubottuTechnicus: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely.  It works best over fast connections, otherwise look at !FreeNX19:50
Trippuhm can anyone help me with a problem with triple buffering on ubuntu?19:51
Trippim new to linux and I'm pretty freaking lost to be honest19:51
k1l_!details | Tripp19:51
ubottuTripp: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)19:51
TrippI want to enable triple buffering as I'm suffering cursor lag on some games19:52
TrippI'm using an amd radeon graphic card, and I have instaled the catalyst control center19:52
Trippthere is no option to enable the triple buffering there, and the internet told me to use the xorg.conf archive, but it does not exist, nor I can create it through X -configure19:53
Ben64Tripp: explain what you mean by cursor lag19:53
Trippthe main reason being that there seems to be a problem with my console mode, as I get a black screen, but I have also read that using xorg is not that good of an idea, so I'm back to the beginning19:53
TrippI move the mouse, and the cursor takes a bit to follow19:54
Trippenough to make a gathering game like hafen unplayable19:54
Ben64triple buffering will make it worse19:54
TrippI have been told the opposite, that it's used exactly for that19:54
Ben64it adds an extra frame of buffer, so you'd have an additional frame delay19:55
Trippwell then I don't know what can I do to solve it19:55
Ben64maybe the game has mouse acceleration on19:55
TrippI do know that back when I have windows 8.1 I had  no problem with it19:55
Ben64or your system does19:55
Trippuhm the game has no such option, as there was no problem back on windows19:56
TrippI'm using the same hardware, different so19:56
Trippdisabling mouse acceleration should solve the issue?19:56
Ben64it might19:56
neurochromeis there any way to have the full application name displayed in the top panel?19:56
Trippuhm, I should see to it, thanks19:57
neurochromealso, why did canonical remove jockey?  It was super easy and user friendly!  I love the terminal, but having to install nvidia drivers from the terminal, instead of using jockey is not a step forward in terms of usability!  "Linux for human beings" seems to have gone out the window19:58
=== fginther` is now known as fginther
Ben64neurochrome: there still is a nice friendly way to install it19:58
auronandaceneurochrome: the additional drivers gui is still there19:58
neurochromewhereabouts?19:59
neurochromeoh19:59
neurochromederp19:59
neurochromeI'll get my coat ;)19:59
neurochromeI've been stuck on 12.04 for quite a while... i feel lost19:59
neurochromeno synapse either :(19:59
auronandaceneurochrome: synapse?20:00
neurochromeit's like quicksilver20:00
neurochromegnome-do, etc20:00
neurochromeanyhow, i can't seem to see any way of setting the app name to show in full when the global menu is in use.  I hate the way it fades out and cuts off20:01
neurochromeI've been waiting for "always on" global menus for over 3 years though, so it's nice to see that make a show20:02
auronandaceneurochrome: you're using gnome-shell?20:02
neurochromeno, unity20:03
auronandaceneurochrome: there is the unity-tweak-tool in the repo20:03
neurochromeI'm actually trying out ubuntu again after leaving the flock many years ago.  I need decent scaling for my new 4k monitor and unity seems like a good option20:04
neurochromeI've been using pantheon and elementaryos for a long time now20:04
neurochromeauronandace, does that have this option?20:04
neurochrometo display the full app name20:04
neurochrome?20:04
auronandaceneurochrome: it has many options, i've only required it to add more workspaces20:05
neurochromethanks, I'll give it a whirl and see what it offers20:05
=== samuel is now known as Guest15114
FuSeS_sup l adies20:09
FuSeS_ladies*20:09
FuSeS_anyone alive?20:12
Finaleaye20:13
FuSeS_:)20:13
FuSeS_good place to start learning c++?20:13
FuSeS_for a beginner20:14
Finaleis it like "is this a good place?" or "what is a good place?" ? :)20:14
FuSeS_more like a good place to start learning20:16
FuSeS_figured id join a chat and ask the cumminty and also search on my own20:16
auronandace!alis | FuSeS_20:16
ubottuFuSeS_: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*20:16
kalafiorhello20:17
FuSeS_community*20:17
OerHeksFuSeS_, try ##c++ or ##c++basic or ##c++help20:18
FuSeS_Thanks will do!20:19
=== zml_ is now known as zml
jreezyhey, i'm trying to start a jack server, and i'm getting DBus exception: org.jackaudio.Error.Generic: Failed to open server,  any ideas?20:25
humberto121hola20:27
=== [1]zetsuboudev is now known as zetsuboudev
pbxjreezy, they don't seem to have an irc channel but they do have mailing lists: https://github.com/jackaudio/jackaudio.github.com/wiki/MailingLists20:28
wakeatnighthi i run a mainline kernel20:29
wakeatnightubuntu software update wants to update the old 3.1920:29
k1l_remove linux-generic then20:29
wakeatnightif i do that, will i have to set the mainline as default for grub again?20:29
jreezyok thanks @pbx20:30
wakeatnighthow do you mean k1l_ ?20:30
k1l_if you run another kernel anyway remove the meta package that installs the original kernel20:30
neoafhttp://packages.ubuntu.com/wily/libmarblewidget-qt5-22 is it available on ubuntu 14.0420:31
neoafI do apt-get install libmarblewidget-qt5-22, it can't find it20:32
neoaf(I did apt-get update before)20:32
k1l_neoaf: no20:32
neoafkll_ I type marble-qt on terminal, it outputs "marble-qt: error while loading shared libraries: libmarblewidget-qt5.so.22: cannot open shared object file: No such file or directory"20:32
neoafhow do I get that library20:32
=== [1]zetsuboudev is now known as zetsuboudev
echostar777does anyone know how to fix an audio issue im having?20:35
k1l_neoaf: hmm. is that marble from a ppa or 3rd party package?20:35
auronandaceechostar777: only way to find out is describe your issue20:35
neoafI don't know, nobody replies at #marble20:35
neoafcan I install that package on 14.04?20:36
neoafif I use dpkg -i .deb?20:36
k1l_neoaf: did you install a ppa or 3rd party package?20:36
k1l_neoaf: that sounds like you used a 15.04 or 15.10 package, right?20:36
echostar777alright so my problem is starting from the sound card. for some odd reason its not showing up at all.20:37
neoafit says wily, I don't know what version it is20:37
OerHeksneoaf, according to this page, http://packages.ubuntu.com/source/trusty/marble  this 'marble' uses libmarblewidget1820:37
OerHeksno QT520:37
neoafI don't know my it complains about qt5-22. I installed 18 pne20:38
k1l_neoaf: well, you cant mix the packages. like 15.04 uses kde5.20:38
k1l_neoaf: wily is 15.1020:39
auronandaceneoaf: you'll very likely run into dependencyissues that way20:39
auronandaceneoaf: that is why package managers and repos exist20:39
k1l_neoaf: so you installed a wrong package (even a beta package) onto the 14.04.20:39
neoafI checked that I have all dependt packages20:39
k1l_neoaf: no you dont.20:40
echostar777im having issues with my sound. ubuntu studio isnt seeing my 1.4 internal realtek sound card.20:41
auronandace!sound | echostar77720:42
root_explorerwhat up20:42
neoafyes it gets dependcy problem20:43
echostar777auronandace can you assist?20:43
auronandaceechostar777: not sure what's up with ubottu: https://wiki.ubuntu.com/DebuggingSoundProblems20:43
k1l_neoaf: ok: dont install 15.10 packages into 14.04. then you dont have depency problems20:43
neoafI follow the instructions on https://marble.kde.org/sources.php at two PC that has 14.0420:44
neoafone works fine, the other one gets libmarblewidget-qt5.so.22: cannot open shared object file: No such file or directory error20:44
neoafhmm actually it has 15.0420:45
neoafhow can I upgrade 14.04 to 15.04?20:45
OerHeksneoaf, if you really want to upgrade 14.04 > 14.10 (EOL) >  15.04, you will need the old-releases trick. see !eolupgrade20:46
OerHeks!eolupgrade20:46
OerHekshttps://help.ubuntu.com/community/EOLUpgrades20:47
k1l_neoaf: better ask in #kubuntu since they know better about the kde stuff20:47
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades20:47
=== cyphase is now known as Guest69018
=== ahmed is now known as Guest37285
neoafahh I will just prepare a usb stick and install20:49
neoaf1520:49
bprompthmm20:50
bpromptneoaf:     dunno, I do run marble, but I'm on 12.04, runs fine here, dunno on 14.04 issues though20:50
dupolas_i think i screwed up my package manager when trying to install boost.... any help appreciated.. this is what I get back now: http://paste.linux.chat/view/5c568a4120:52
GibranvlI can't to install my wireless drivers RT5390 RALINK in my ubuntu 14.0420:54
k1l_bprompt: he installed some 3rd party packge which cant resolve the depencies because its not a ubuntu one20:56
bpromptI see20:56
k1l_dupolas_: lsb_release -d gives you what?20:56
dupolas_k1l_: Description:Ubuntu 12.04.5 LTS20:58
OerHeksdupolas_, current is 1.48 > https://launchpad.net/ubuntu/precise/+package/libboost-dev20:58
k1l_that PPA is interfering there20:59
dupolas_k1l_ / OerHeks: anything I can do about that (ubuntu still not native to me :) )21:00
k1l_dupolas_: i suggest you get rid of that PPA with ppa-purge and start with using the official ubuntu version21:01
k1l_!ppapurge | dupolas_21:01
ubottudupolas_: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html21:01
k1l_sudo ppa-purge ppa:boost-latest/ppa21:02
QemuHey, I was wondering how much of an effor it would be to remove a network driver and replace it with one from the manufacturerer with the caveat that it does not support the linux kernel above 3.6? or is that not even possible.21:04
dupolas_k1l_: I think I am screwed, cause I can't get to apt-get install ppa-purge, see http://paste.ubuntu.com/12699433/21:05
dupolas_(back in a sec)21:06
kuindiosgood, to install programs without using "terminal"  I recommend an application? Ubuntu 14.0421:18
dupolas_(yes back)21:18
OerHekskuindios, softwarecenter, or install synaptic21:18
OerHekssoftwarecenter = that orange bag with a white A on it, on your panel21:20
kuindiosOerHeks: Double-click an application21:20
OerHekskuindios, ?21:20
kuindiosexample: seek.run applications21:21
dupolas_k1l_: how did you know btw the ppa:boost-latest/ppa ?21:21
roggohow do you run a .run file?21:22
kuindiosto install programs without using "terminal"  I recommend an application? Double-click an application21:22
k1l_dupolas_: i looked up which ppa includes that specific pacakge21:22
OerHekskuindios, the Ubuntu way is apt://<packagename>21:22
dupolas_k1l_ : aha... I see... any idea how to get ppa-purge installed with apt-get install throwing errors at me?21:23
k1l_dupolas_: well. you could try "sudo apt-get -f install"21:23
kuindiosI want to install any application just double click21:24
OerHekskuindios, use softwarecenter :-)21:25
dupolas_k1l_: that gives me http://paste.ubuntu.com/12699527/21:25
k1l_kuindios: can you give more informations?21:25
roggoi installed a newer version of qt, how do i change the version that is used if you write qtcreator in the shell?21:25
wileeekuindios, apt has it's advantages, when you install you see what is actually going on including dependencies, and when it is over, a bit more in some ways.21:26
k1l_dupolas_: sudo apt-get remove libboost21:26
roggohow do I uninstall qt?21:27
roggoif i installed it with apt-get21:27
dupolas_k1l_: seems I have a serious dependency issue going on :( http://paste.ubuntu.com/12699541/21:27
k1l_roggo: sudo apt-get remove -package-21:28
=== Rexter1 is now known as Rexter
dontgo2sleephello everybody21:29
kuindiosas installed ".sh" unused terminal21:29
zykotick9roggo: fyi, to remove config files as well "sudo apt-get purge foo"21:30
kalafiordupolas, sudo apt-get remove --purge package_name21:30
zykotick9kalafior: save some typing, see my suggestion above ;)21:30
Guest5637who's going to be the first to get ubuntu running on the new ms surface?21:31
dupolas_kalafior: that still gives me the unmet dependencies list :(21:31
aoteaHeya! So, friend tasked me in making a package out of some binaries, dpkg --build did it's jazz and I didn't get any errors. Ran "apt-get install -f" followed by install the recently made .deb file. How do I find where the program installed to and how do I now run it :P?21:31
=== Guest5637 is now known as skwishy
wileeeGuest5637, might be #ubuntu-offtopic issue, here is support.21:32
k1l_dupolas_: "ls -al /etc/apt/sources.list.d"21:32
dupolas_http://paste.ubuntu.com/12699567/21:32
skwishyok, so I want to buy a new ms surface, and run ubuntu, anyone got any tips abut where to start?21:32
wileeeaotea, name the install and what you did the best you can to the channel.21:33
echostar777_a tip for you, good luck.21:33
wileeeskwishy, Look online the models that run linux/ubuntu first.21:33
wileeeor will run that is21:34
Amber__Guys, do you know how I can install an AverTV Volar S on Ubuntu?21:34
k1l_dupolas_: ok, use the system-settings, software and updates, 2nd tab, to disable the boost ppa.21:34
bpromptaotea:    did you say it made a .deb?21:34
bpromptaotea:   if you have a .deb from the compiled package, you could just do a -> dpkg -c FILENAME.deb <-- to see what files and where it installed21:35
dupolas_k1l_: terminal alternative available for that too maybe? (have to dig for some mouse/keyboards to get to my nuc and tv :) )21:36
wileeeskwishy, If you find the model you need, get it and have problems we will help. We will see websites needing any special install instructs if there mis no load and run available.21:37
k1l_dupolas_: erm wait, i cant remember if that is the right way for 12.04. if not use a "sudo nano /etc/apt/sources.list.d/boost-latest-ppa-precise.list" and make a # in front of the repo there. then ctrl+o, ctrl+x21:37
echostar777_just filed a bug report on the no audio issue. is their anything else i can do to fix the no audio driver issue or do i just wait for the developers to fix it?21:37
wileeeis*21:37
k1l_dupolas_: after that: sudo apt-get update&& sudo apt-get autoremove21:37
aoteabprompt: Yes it made a .deb. And I ran apt-get to install it using "apt-get install -f" and "apt-get install myprog"21:38
dupolas_k1l_ gonna try tnx21:38
bpromptaotea:   k, then  just do a "dpkg -c" on it then21:38
aoteabprompt: don't think it does, that only displays the file tree I used to create the darn thing :P21:40
aoteabprompt: http://pastie.org/1046492421:41
aoteabprompt: Made .sh of how I made the .deb if that matters, the rest I already told you21:41
=== arlen_ is now known as arlen
dupolas_k1l_: unfortunately http://paste.ubuntu.com/12699618/21:43
TJ-aotea: installing a package.deb file requires "dpkg -i package.deb". "apt-get install" will install from the repositories listed in the apt sources.list21:43
k1l_dupolas_: sudo apt-get purge libboost1.55-tools-dev21:43
aoteaTJ-: ok sorry, I forgot to mention that part, but yes that happened before the apt-gets21:44
TJ-aotea: "apt-cache policy package" will tell which versions are installed/available21:44
bpromptaotea:   hmmm dpkg -c works for me :/21:44
TJ-aotea: Then "dpkg -L package" will list the installed files21:44
dupolas_k1l_: http://paste.ubuntu.com/12699635/21:45
TJ-aotea: your shell script doesn't appear to create "debian/changelog" (which contains the version info)21:46
aoteaTJ-: can it be that I failed at .deb format, my .deb is got some capital letters in it. Just remember the 'guide' telling me .deb usually keeps it lowercase all the way21:48
TJ-aotea: I'd think a missing debian/changelog is going to cause some issues because the version declared there is used in building and naming the .deb file21:49
aoteaTJ-: Seeing as when I try running "dpkg -L Package" I get "package is not installed". Wouldn't that have thrown me errors when trying to build?21:50
TJ-aotea: "dpkg-deb --raw-extract <archive> <directory>" will extract both trees (DEBIAN and file-system) from a .deb21:51
TJ-aotea: if 'dpkg -L'  can't see the package that suggests 'dpkg -i' failed.21:51
aoteaTJ-: seems odd as I'm positive 'apt-get -f' and 'install' told me things happened. Need to scoll my history some.21:53
TJ-aotea: check out the resources at http://packaging.ubuntu.com/21:54
k1laotea: see /var/log/apt logs21:54
TJ-aotea: the Debian guide is probably the best resource: https://www.debian.org/doc/manuals/maint-guide/dreq.en.html21:55
majorsoir21:57
patsTomssomeone know what ddt is in/22:01
patsTomsI mean in udp protocol22:02
linuxrHi all, in my syslog I see lines like this: "Request for unknown module key 'Magrathea: Glacier signing key:" ... what does that mean? What is this magrathea thing? thanks22:04
aoteaTJ-: Thanks for your patience :) I just realized I'm an utter idiot, apparently ran "cp NonExistingFile CopyOfNonExistingFile" and everything ran smooth on absolutely nothing! Now I actually get some real errors to try and figure out. Thanks again22:05
dupolas_k1l_: unfortunately http://paste.ubuntu.com/12699635/22:06
wileeelinuxr, Found this, has been fixed you updated? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/125315522:07
ubottuLaunchpad bug 1253155 in linux (Ubuntu Trusty) "Failure to validate module signature at boot time" [High,Fix released]22:07
linuxrwileee, yes I already found that, but I don't understand what it means..especially not what this "glacier" thing is.... any ideas?22:09
ratraceCan someone point me to some reading material on how network manager and resolvconf are working together on 15.04? I have two DNS servers set by explicit IPs in the connection, but /etc/resolv.conf is showing 127.0.1.1, the ip on which dnsmasq is listening, but I find no config for it. though it appears my DNS ips are in effect.22:09
wileeelinuxr, If you look with the whole error on the web you will know what I do, and probably what most here will know, research is probably the tool needed to get an exact info, beyond fixed.22:10
wileeeany*22:10
ratracelooks like magic! :)  and I hate that and would like to know how does the os know where to resolv names since the dns servers are not listed in /etc/resolv.conf22:10
Twirlanyone knows how to make ubuntu remember the volume i had before shutting down? every time i turn on the computer its back at 100% and its annoying af22:13
wileeeTwirl, Give the channel the release and desktop to start with.22:15
Twirlwileee: what?22:15
LildirtSo, I'm trying to set up a VNC connection (using vnc4server). I can connect to it fine, but for some reason I only see https://gyazo.com/dc8dc205761f3fc5a7cbf7875ba795e8 when I actually connect. Does anyone have any idea?22:15
wileeeTwirl, for example 14.04 with unity which is ubuntu or another desktop.22:16
Twirlwileee: i dont understand what you want me to do, im on ubuntu 15.0422:16
wileeeTwirl, That is the most basic info needed here generally, as a heads up details are my point for the channel, if you can of course, we will work with you. ;)22:17
Twirlwileee: i'm on ubuntu 15.0422:18
OerHeksTwirl, mabe this answer is still valid http://askubuntu.com/questions/69764/how-can-i-permanently-set-the-master-volume-level22:18
FinaleTwirl: I'm pretty sure pulse audio control thingie does that. it's been a while though22:18
wileeeTwirl, Cool, there is help now, good luck, should be fixable.22:18
TwirlFinale: yea i pretty much hate pulse audio it eats CPU like crazy22:18
OerHeksalsamixer, set volume,  and when done, alsactl store22:19
Finaleactually, OerHeks is closer to truth22:19
=== u is now known as Guest82484
Finalealsamixer is prolly the answer, I just confused it with pulse22:19
TwirlOerHeks: man thats just overkill i wont be freaking issuing commands to my terminal just for setting the volume22:20
EriC^^Twirl: i think you set it once, you can always use it in a script that runs when you logout anyways22:20
FinaleHad a problem with  output jack like a year ago - it just didn't work. Been screwing around with both pulse n alsamixer for a week, then realised I just forgot to plug it in T_T22:20
=== darthvader is now known as Guest98803
TwirlEriC^^: the person that thought it was a good idea to just set volume to 100% every time you turn off/on ur computer is a real genious22:22
Twirlalso even make it so cool that i have to write a script to set my computer volume every time i log off22:22
nieeHow can I move ALL window controls(close/min/max) to the right (or left)? Im used Ubuntu 14.04 flashback. any ideas?22:23
Finalepretty sure it's a one-time measure, no?22:23
TwirlFinale: so what? i dont have time to write a freaking script, i dont want to either22:23
Twirlit's just retarded22:23
EriC^^Twirl: writing a script? it's basically just copying those two lines and pasting them somewhere22:24
TwirlEriC^^: yea i know what it is to write a script i write scripts for a living22:24
EriC^^lol22:24
OerHekslol22:24
EriC^^made my day thank you very much22:25
Twirli just dont want to do it22:25
=== ubuntu is now known as calher
TwirlEriC^^: dont u think the genius team of alsa could have made it so that when u log off it doesnt set volume to 100% or just store the current value or something?22:27
EriC^^Twirl: it actually doesn't, something is wrong with your pc22:28
Twirlluckily i use headphones most of the time because if i had some really big speakers id be really annoyed22:28
=== Cyton is now known as Cyton_
EriC^^you can add pactl set-sink-volume 0 70% to your startup apps22:29
=== Cyton_ is now known as Cyt0n
Twirlno i just want it to remember the value like windows does since 199222:30
Twirland i hate windows btw22:31
Twirlonly use it for gaming22:31
=== niee is now known as Ig0r_
EriC^^try those 2 commands in OerHeks page22:32
Twirlbut that is for every time i log in to set it to some value22:33
EriC^^nah it said alsa store22:33
EriC^^run the rm -r command too22:33
OerHeksone time operation22:34
Twirlnope22:36
Twirlthat sets a volume to be the same every time i log in i just want to remember the settings i had before turning off my computer22:36
Twirlso if tomorrow i set it to 80% before turning it off to be 80% when i turn it no not some default 70% or w/e22:37
Twirlthat's how it should be22:37
SubCoolasking here first, every time i try to install lts in a vbox, it crashes. WHy?22:39
Ben64definitely not enough information22:39
SupaYoshiAnyone here familiar with UK broadband?22:41
SupaYoshiI need some advice for a friend of me, thinking to swithc providers, (FTTC)...22:41
OerHeksSubCool, did you setup the vbox instance correct before installing? 3d, minimum 256 mb videomem etc ?22:41
k1l!ot | SupaYoshi22:41
ubottuSupaYoshi: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!22:41
itsme_any idea whats wrong with this errors https://webchat.freenode.net/22:42
SupaYoshinp22:42
EriC^^Twirl: you could make a cronjob that runs every minute with pactl list | grep -m1 Volume | cut -d: -f4 > ~/.volume22:42
EriC^^Twirl: and add in your startup apps pactl set-sink-volume 0 $(cat ~/.volume)22:43
Ben64itsme_: no error there22:44
ThoraxAnyone know how i can change, alter or disable system sounds in 15.04 Unity DE22:46
itsme_Ben64 ; it keeps shown when i download a package E: Sub-process /usr/bin/dpkg returned an error code (1)22:46
Ben64itsme_: explain fully22:47
itsme_Ben64 ; i will give you a pstebin whait22:47
itsme_everytime i download a packege it shows in the terminal "Running depmod. "22:49
TwirlEriC^^: that would be the most retarded use of a cronjob i've seen22:49
Ben64itsme_: you really need to explain the issue with full details or you're not going to get any answers22:49
itsme_Ben64 ; and it ends with an error22:49
=== Ig0r_ is now known as niee
EriC^^Twirl: i was going to tell you to look into lightdm/systemd to let it run on logout22:50
TwirlEriC^^: alsa needs to store the volume and restore it on boot, that is how it should work, i can't believe the people working at alsa don't think about it like this22:50
k1l!paste | itsme_22:50
ubottuitsme_: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:50
itsme_Ben64 ; can you tell me what the system is doing here  http://paste.ubuntu.com/12699937/     ?22:51
k1litsme_: and if i should guess its: your disk is full22:51
EriC^^yeah that's what i thought i'd get ^22:51
k1litsme_: Fatal: raid_setup: stat("/dev/sdb")  sounds not well?22:51
EriC^^Twirl: it does work that way, anyways this isn't a rant channel, either report the bug, try to fix it with a positive attitude22:52
itsme_k1l>  explain more plz22:52
TwirlEriC^^: what do you mean that it works that way?22:52
k1litsme_: why are you using lilo?22:52
Twirlif u set volume to 12% and turn ur computer off and on its still at 12% ?22:52
EriC^^Twirl: it works here, every user has a volume set and saved, it's a bug on your pc22:52
EriC^^yes, and if another user sets it to 14% it's 14% when he logs on22:53
Twirloh well, thats refreshing22:53
FinaleCan it be connected with Win as second OS? I've re-installed Ubuntu and my audio drivers in Win have gone crazy22:54
itsme_k1l  ; do you mean the boot manager , I installed it  from the mini iso , thats how i installed my ubuntu system 15,04 and grub as well22:54
k1litsme_: its some issue with lilo.22:55
Finalesounds paranormal though. do they even connect?22:55
k1litsme_: i havent used lilo since a long time. so dont know about that.22:55
wileeeFinale, should not.22:55
itsme_<k1l> will uninstalling it break my system ?22:56
itsme_k1l ; or solve the problem at the first place ?22:56
k1litsme_: well, you need a bootloader.22:56
wileeeFinale, This a partitioned install, not a wubi or virtual?22:57
k1litsme_: i dont know why you choose lilo in first place. grub is the ubuntu standard. and that is known to work22:57
itsme_k1l ; i have grub installed , by the way i installed grub from the live ubuntu cause it couldnt install from the mini iso22:57
Finalewileee: yup, 2 actual OS22:57
wileeeFinale, Unlikely tied, is it fixed yet?22:58
FinaleWindows 8 includes a new feature called "Hybrid Shutdown" or "Fast Boot".  In this mode, "shutdown" just suspends hardware devices, and when Linux boots it is unable to resume them. You will need to disable it on a dual-boot system.23:00
Finalemight try that.23:00
reisiobetter to not dual boot23:00
Finalereally need my FL studio23:01
itsme_k1l ; how can i chek the helth of my  disk  ?23:01
reisionah, there are Unixy analogues23:01
wileeeFinale, Yeah if a uefi consult the ubuntu uefi wiki, that from it?23:01
reisiomoreover, FL Studio will run via Wine23:01
* wileee bequeaths a ceramic podium to reisio ; )23:02
reisiowileee: now we're talkin'23:03
wileee;)23:04
ThoraxSooo.... Its impossible to disable system sounds?23:12
cweagansWhen installing the apache2 package, is there an easy way to specify the uid/gid of the www-data user and group?23:18
cweagansor do I just need to install the package and fiddle with the uid and gid after the fact?23:18
geniicweagans: Needs to be done after installing23:20
cweagansdang. okay. thanks.23:20
genii..but not sure why you'd want to anyhow23:20
GurkenglasWhile trying to build the haskell package ghc-mod, on the dependency ghc-paths it complains "<command line>: can't load .so/.DLL for: libtinfo.so (libtinfo.so: cannot open shared object file: No such file or directory)". http://pastebin.com/JYRT68PP I'm assuming that means I need a dll-like file. The software center seems to say I already have it. https://gyazo.com/87ae1e1a021eefff2abbad84baf748f423:21
Gurkenglas(vm (VirtualBox), host windows 10, guest xubuntu 14.04)23:22
=== cristiano is now known as Guest83116
=== Guest83116 is now known as dalianera
maximusfl_How do you join this group23:34
maximusfl_??23:34
reisiowhich'n?23:34
maximusfl_I am a noob with IRC23:35
maximusfl_do you have to join each group23:36
reisiochannel?23:36
maximusfl_yes23:36
reisiowhat are you trying to join23:36
maximusfl_"/join NickServ #ubuntu"23:36
reisioit'd be /join #ubuntu23:37
reisiobut you're already in #ubuntu23:37
reisio(here)23:37
Bashing-ommaximusfl_: "Join 'this' group" -> Make a significant contribution to the ubuntu community .23:37
reisioyou can hit CTRL+s (or from the top left menu, Network List) to configure default channels to join23:37
maximusfl_I am using xchat as a client23:38
reisioI know23:39
maximusfl_thanks reisio23:39
wafflejockmaximusfl_: you're as here as you can be, this is the maximum hereness you can attain :)23:42
wafflejockmaximusfl_: with freenode there are FAQs for if you want to register a Nick which is necessary for some channels23:42
ianhulettI want to install ubuntu server edition on one of my old hard drives, but all I have to spare is an SD card. Can I boot with that?23:42
maximusfl_Reading Freenode.net now23:42
ianhulett...or no?23:43
maximusfl_Thanks!23:43
maximusfl_You can Install an an SD card23:43
wafflejockianhulett: haven't ever had a computer that had a SD card boot option explicitly but also never tried23:43
maximusfl_I have installed linux on SD23:44
wafflejockianhulett: would just give it a shot though see if there's a boot option for it if you get the BIOS boot menu23:44
maximusfl_If you ever work with a BeagleBone,23:44
wafflejockmaximusfl_: ah true have done RasPi and BeagleBone, didn't even think of that23:44
ianhulettkk23:47
=== eclipse is now known as Guest95662
dbkaplunAnyone wanna try this badass CLI text editor? https://github.com/slap-editor/slap (disclaimer: I wrote it)23:48
lotuspsychjedbkaplun: did you know you can request apps to be added to repos if you want23:51
qwebirc21817Using TRUSTY runningt apt-get upgrade. It finished but: The kernels are being held back why?23:54
wileeeqwebirc21817, try dist-upgrade23:54
wileeedist is the security kernel tag23:54
qwebirc21817wileee: Will that change to utopic or reinstall the entire system?23:54
wileeeno, security and kernel updates is all in the release23:55
=== AAA_ is now known as Guest31082
qwebirc21817wileee: So dist-upgrade only updates the security updates?23:56
qwebirc21817Now that dist-upgrade is running and replacing the kernel how can I specify not to erase old kernels?23:57
wileeeqwebirc21817, If they fit within that tag, it is not a thing to worry about it is standard control.23:57
geniiqwebirc21817: dist-upgrade will bump application versions up to a new major version if they exist for the Ubuntu version you are running, as well as bring your kernel to the latest one packaged for that version Ubuntu as well.23:59
wileeeqwebirc21817, Lubuntu but the same, https://help.ubuntu.com/community/Lubuntu/Documentation/RemoveOldKernels23:59

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