[00:00] EriC^^, [00:03] is .tar.gz really compress the file by 10% [00:03] or 90% [00:03] of the file original size [00:04] new0: it depends on what you're compressing [00:04] EriC^^, I mean, how can i change the transparency of the panel? [00:05] if you want a really good compression ratio go with 7z or bzip2 [00:06] ratio will depend on the complexity of the actual file though [00:06] victor_: through unity-tweak-tool http://askubuntu.com/questions/70910/how-can-i-adjust-the-transparency-of-the-status-bar-top-panel [00:07] EriC^^, oh sorry, i was talking about the one from the login screen [00:07] victor_: try opening unity-tweak-tool as lightdm [00:07] oh yeah! [00:07] will try [00:13] hi, how would i get my ALC1150 Realtek audio to work in ubuntu? right now it is only going through hdmi [00:19] i have a networking question [00:22] new wireless card on a desktop rrunning trusty. ath9k drivers are loaded. ifconfig -a shows the device as wlan0 with the appropriate MAC. ifup will not bring it up, "Ignoring unknown interface wlan0=wlan0." lshw shows it as "*-network DISABLED" [00:23] im not seeing anything i recognize as an error message in syslog, dmesg, kern.log [00:36] Connecting to my ssh server through my laptop... how do I check what the ssh key is supposed to be on my server just to be sure there is no security breach? [00:41] Basically what I want to do is verify that I'm connected to my server because when I tried to connect I received this: http://pastebin.com/8LbW3A6U [00:52] Anyone here know how to get glpk working with python? [00:52] NoNameGiven, this usually happens when you connect using the same IP to different machines. [00:53] Reason for this might be you're using the same local, private IP in more than one LAN. [00:54] Well... I reinstalled Ubuntu Server on a different HDD and that same HDD is in the same tower... so it's using the same internal IP address. [00:54] Example both at my lab and in my home my laptop is connected by cable to my AP. Because I use the "shared connection" setting given by Ubuntu the local AP has IP 10.42.0.1 in both location and when I connect using ssh I see that warning often. [00:55] Oh. [00:55] NoNameGiven, if it's a new install then there's a new host key generated. [00:55] Which also explains it. [00:55] ok... but how would I verify? [00:56] The host key is generated during openssh-server initial configuration after install. To check the host key is correct you can connect physically on your server using tty1 for instance, and check the ssh config files. [00:59] NoNameGiven, when you go to /etc/ssh you'll see a number of key files. [00:59] ok... I see them... which one do I check? [01:00] check your private key files using ssh-keygen -lf , this will print the fingerprint, then you can check the ssh-client show the same fingerprint [01:01] NoNameGiven, on my current machine it's the ECDSA 256 key, your config might be different. [01:03] Oh I see it. [01:08] Alright... the keys look the same. [01:09] hi i'm currently on a mac and builing a NAS. I'd like to make a bootble USB drive for ubuntu server 14. [01:09] NoNameGiven, so you can go ahead and execute the command to remove the previous key on the client. [01:09] what I've found seems to be how to make a bootabele USB ON mac FOR a mac [01:10] gallo_mobile, open a terminal and see if you have the "dd" command. [01:10] Oh wait... in .ssh/known_hosts, is there supposed to be 2 keys? [01:10] :| [01:10] standby [01:11] NoNameGiven, I don't know I have 23 keys in mine. [01:11] (and 131 on my laptop) [01:12] yes i do [01:12] sudo cp /usr/share/X11/xkb/symbols/us [01:12] gallo_mobile, next see if you have the "df" command by typing "df -h" in the terminal [01:12] why doesn't that work for me? [01:13] Because cp command takes two arguments Anthony-L [01:13] standby [01:13] cp [01:13] i do [01:13] ok gallo_mobile. Here's the procedure. [01:15] You have to issue the commands : "dd if=your.iso of=/dev/sdX && sync" where /dev/sdx is the device corresponding to your usb drive. (On my current machine it's /dev/sdc for instance) [01:15] Be Extremely careful with that command. [01:15] Identify the correct /dev/sdx using "df" while your USB drive is plugged in. [01:16] If you use the wrong /dev/sdx you will nuke your hard drive's partitions. [01:16] that sounds horrible. [01:16] It is. [01:16] I've done it. It is a pain in the lower orifice. [01:19] ouroumov: if its eaier for you paste or gist and a link would do. [01:19] anyone here using weechat ? [01:20] gallo_mobile, but I can't know what /dev/sdx it is on your machine so you've gotta find that out yourself and adapt the dd command [01:20] new wireless card on a desktop running trusty. ath9k drivers are loaded. ifconfig -a shows the device as wlan0 with the appropriate MAC. ifup will not bring it up, "Ignoring unknown interface wlan0=wlan0." lshw shows it as "*-network DISABLED" [01:20] im not seeing anything i recognize as an error message in syslog, dmesg, kern.log [01:21] ouroumov: might be better to have gallo_mobile pastebin the df output and formulate the command for him [01:21] Oh right, do that please gallo_mobile. [01:22] Anthony-L: dd == (d)isk (d)estroyer; verry powerfull and unforgiving of any mistake , Does what it is told . It is very important that the target and destination be indentified positivly before hitting that enter key ! === v3nd3tta`` is now known as v3nd3tta [01:22] bashing-om, unrepairable? [01:23] https://gist.github.com/anonymous/27639091bf8afd82b319 [01:23] er, irreparable? [01:23] Anthony-L: Takes lots and lots of money - 'dd' writes over all . [01:24] Right, except snowgoggles I can't read that MAC output. xD which volume is your USB stick gallo_mobile? [01:24] /dev/disk2s4 9.9Gi 36Mi 9.9Gi 1% 9252 2585919 0% /Volumes/Untitled [01:25] gallo_mobile, please paste output of "lsblk" [01:25] ouroumov: looks to be the untitled listing 9.9GB [01:25] command not found [01:27] damn, gallo_mobile the way I read your df output the target would be /dev/disk2 and both /Volumes/Install OS X El Capitan and /Volumes/Untilted are on your USB stick? [01:29] partitioned stik as a bootinstall disk for os x captian for my macs to be recovered when/if necessary and the Untitled is a empty spot for ubuntu as its a 32GB USB drive [01:29] https://gist.github.com/elgallo/5b2fe2007eb8088d2260#file-diskutil-bash === linux_ is now known as freshman [01:29] gallo_mobile: that stick won't work [01:30] yeah, you need another USB stick [01:30] The dd command is brutal, and needs exclusive use of a given USB stick [01:30] i could use some help doing this, http://askubuntu.com/questions/127167/how-do-i-enable-scroll-lock [01:30] the third answer, which is the permanent solution [01:31] standby gonna wipe the USB stick [01:31] oh [01:32] Anybody here? [01:32] freshman: 1,747 bodies [01:32] haha [01:32] 1,748* [01:32] at least two of those are bots [01:32] etc. [01:32] /dev/disk2s2 29Gi 111Mi 29Gi 1% 28329 7701835 0% /Volumes/2bUbuntu [01:32] SchrodingersScat: prove it [01:32] !bots [01:32] Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots | Make a clone of me: /msg ubottu botclone [01:32] where are you come from [01:33] freshman: dark side of moon [01:33] SchrodingersScat: he just typed that [01:33] anyone on my solution? [01:35] !details | Anthony-L [01:35] Anthony-L: 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) [01:35] freshman, this is ubuntu support. stay on topic and ask your ubuntu question. chitchat in #ubuntu-offtopic. thank you. [01:36] i could use some help doing this, http://askubuntu.com/questions/127167/how-do-i-enable-scroll-lock [01:36] third answer, permanent solution [01:38] hey all i have problems with screen resolution and nvidia... i cant set it up system wide... i have to change it after each restart, how can i solve this? [01:39] have to change it how? [01:40] well ive installed nvidia drivers, after that i can change resolution of ym screen but lightdm does not use that resolution and after i log in my screen resolution falls back to previous default resolution === root is now known as Guest75292 === live is now known as Guest95029 [01:44] i could use some help doing this, http://askubuntu.com/questions/127167/how-do-i-enable-scroll-lock [01:44] Can someone please help me, I've installed Windows 10 and Zorin on a relatively new laptop (windows 8, uefi, I've already disabled secure boot) I've tried running boot-repair but when I retsart the computer Windows 10 boots every time [01:44] pretty lost with the 3rd answer [01:44] Guest95029, wrong channel. ubuntu support only here. ask zorin to support their OS [01:46] i guess no one is clicking my link... :( [01:46] !patience | Anthony-L [01:46] Anthony-L: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [01:46] Anthony-L: I did look, with no details as to the issue, I have nothing to add . [01:47] Anthony-L: what's 'xev' say when you press the scroll lock key? [01:48] sorry guys [01:49] reisio, i was aiming for the third answer. [01:49] the permanent solution. [01:49] i've done it before, i just forget how to get to the symbols file. [01:49] sudo cp /usr/share/X11/xkb/symbols/us{,.distribution} [01:49] Anthony-L: the webpage you provided looks to be a jumbled mess of a solution [01:50] snowgoggles, the third answer is correct. [01:50] i just don't remember how to get into the symbols file to edi tit. [01:50] edit it* [01:51] hi, in my chat bar for hexchat, when active, is a bright blue and i cannot read the text I type. I am pretty sure it is a color of my GTK theme. how would i go changing the color of the box? [01:53] Anthony-L: if youre needing assistance to edit that file...i'm concerned you'll break the file or possibly some other file....this does'nt look like an elegant solution [01:54] Anthony-L: So, what is your set system language ? edit the related file in the suggested directory . [01:54] Anthony-L: k, that's more helpful, you can try nano, might need sudo if your user doesn't have permissions. [01:54] system lang is English [01:55] Anthony-L: better make a backup copy of it before direct editing a system file [01:55] when i put in ' /usr/share/X11/xkb/symbols/nl ' permission denied [01:56] snowgoggles, i understand. i just need to get to the file first. [01:56] Anthony-L: ok...so youre on nl instead of us as the instructions are providing on that page.....be careful...make a backup [01:57] sudo cp /usr/share/X11/xkb/symbols/us [01:57] i can't open that either [01:58] sudo cp the file by entering in terminal sudo cp /usr/share/X11/xkb/symbols/nl /usr/share/X11/xkb/symbols/nl.bak [01:59] ok [01:59] did it [01:59] now how do i open it? [02:02] sudo nano /usr/share/X11/xkb/symbols/nl [02:03] Anthony-L: keep in mind...i'm not officially supporting this [02:03] Anthony-L: it's your idea...not mine [02:03] Anyone know how to browse through efi to find bootable part of a sdcard? [02:03] thank you, i'd rather do this on the gui. do you know how i could open it? [02:04] Anthony-L: you have gedit installed? [02:04] Anthony-L: you'll need gksudo installed as well [02:04] oh [02:05] no, [02:05] i edited it. how do i save now? === Schnabel- is now known as Schnabeltierchen [02:06] in nano ctrl+o to overwrite then ctrl+x to exit nano editor [02:06] let me restart [02:07] Anthony-L: it actually says at the bottom of nano all the commands [02:07] Anthony-L: the instructions say to rebuild the cache file before restart [02:07] where ^ is CTRL, IIRC [02:09] Can anyone help me? I installed ubuntu on a eMMC but everytime the system boots it stays in efi shell. [02:09] !uefi | andy__ [02:09] andy__: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [02:10] The problem is it ionly shows blk0~3 and I mounted them as different locations but I still didn't see anything with ls or dir [02:12] please how can i add refresh to my right click options === Marcos is now known as Guest87247 [02:20] buenas buenas noches, dias, tardes [02:20] !es | Guest87247 [02:20] Guest87247: 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. [02:20] thanks [02:37] friends please this is making me bad, cant configure screen resolution system wide with nvidia drivers [02:40] is xrandr available for Nvidia? === derfoh87 is now known as derfoh [02:42] lawrence: There was a python script for nautilus. Maybe this still works. http://askubuntu.com/questions/343719/how-to-get-a-refresh-right-click-action [02:42] and last other quick question - all users are set up with ssh-keys only, no passwords. Can I still use dovecot to allow IMAP email access? (and how?) [02:43] i use nvidia-xconfig to create a xorg.conf file then i edited wiht gksudo nvidia-settings save changes to xorg.conf but the system does what it please [02:44] lawrence: I would rather use the 'easystroke' software and create a mouse gesture for 'refresh' and use the refresh command of the given software (probably F5) and apply it to that mouse gesture. [02:50] ol [02:51] k [02:51] de que [02:54] an humble suggestion from far back here... [02:54] have GnuPG 2.1 as installable option in 16.04 [02:55] no need to be default nor anything, but available [02:56] liwendong === coffeeguy is now known as linchpin === irra is now known as solido232 [03:13] hi. so i read ubuntu doesn't use xmodmap anymore, that it was replaced with xkb. but all the tutoruals for remapping a key on the keyboard use xmodmap. does anyone know how i can remap one key for another if i know their keycodes? [03:14] Can someone help me with parted? Anybody here perhaps have an idea how to create an "mmcblk0boot1" using parted? [03:14] cjen2837: I'm pretty sure it always and continues to use either [03:14] rimdeker: what for? [03:15] cjen2837: Have you seen : http://madduck.net/docs/extending-xkb/ ? [03:15] reisio, xmodmap command still is there, but it didn't work when i tried: xmodmap -e "keycode 127 = 2" [03:15] the menu key doesn't act like the number 1 after running that command [03:16] Bashing-om, i'll check it out [03:16] cjen2837: what're you trying to do? [03:17] reisio, my number 1 key on the keyboard is dead, and i don't want to buy another keyboard. so i'm trying to get another key to act as 1 [03:17] like the Menu key, or right control [03:18] reisio: Writing a script to partition (m)SD cards [03:18] chances are buying another keyboard would require less money/time :D [03:18] really? it's that complicated and expensive to use xmodmap? [03:18] doesnt linux have any easy way to remap keys [03:19] cjen2837: no, but keyboards are that cheap [03:19] cjen2837: what makes you think it's 127? [03:19] Bashing-om, so i need to give it my laptop model? [03:20] reisio, showkey [03:20] rimdeker: parted -a optimal -s /dev/foo mklabel msdos; parted -a optimal -s mkpart primary ext4 0% 2% (etc.) [03:21] cjen2837: I can not see how nor recall how the model would -play into resetting a key code . [03:21] reisio, i live far away from any computer shops [03:21] Bashing-om, in the link you sent he did setxkbmap -model thinkpad [03:22] cjen2837: Read further down best I recall . [03:23] cjen2837: you live far form a mailbox? [03:23] cjen2837: what's xev say it is? [03:23] "keycode #" [03:23] reisio, yes [03:23] xev says it is keycode 135, but xmodmap says incorrect key when i try that [03:23] reisio: That simply cretates /dev/mmcblk0p1 [03:24] when i use the value that showkey gives, it doesn't give an error === __raven_ is now known as __raven [03:25] rimdeker: so? [03:25] i tried the xev codes. xmodmap -e 'keycode 135 = 10' still didn't have any effect [03:25] although no error [03:25] reisio: creates* , I need /dev/mmcblk(d+)boot(\d+) basically , like this: http://s28.postimg.org/4bi6oper1/partition.jpg [03:26] cjen2837: try the 0x value, then [03:26] rimdeker: can't imagine why [03:27] reisio, can you tell me what xev says your '1' key value is? maybe i'm just not doing it right because that key is dead and i'm trying on the other laptop [03:27] it says 2 is 11, so i guessed 1 is 10 [03:29] i just tried the x values. no error, but still didn't work [03:30] you know what's weird. the menu key doesn't work as its normal function now. so it has been remapped to something [03:30] it now says "no name" in xev [03:31] cjen2837: it's '10' for me [03:31] reisio, now both my menu and 1 keys don't work lol [03:31] heh [03:32] what's xev say the keycode for your '2' key is2? [03:32] heh [03:33] 2 says keycode 11, and keysym 0x32, 2 [03:33] but now 1 says "keycode 10 (keysym 0x87, (no name)) [03:33] '1' should be keycode 10, then [03:34] cjen2837: you wanted the context menu key to send '1'? [03:34] i just tried mapping right control to 1 and broke that too [03:34] great [03:34] reisio, yes [03:34] so what's xev say the context menu key is? [03:35] it says it is keycode 135 [03:36] so i did xmodmap -e 'keycode 10 = 135' [03:36] then you'd want: setxkbmap -layout us; xmodmap -e 'keycode 135 = 1' [03:37] reisio, hey! now the context menu is back to context menu and 1 is back to (broken) 1 [03:38] wait it worked [03:38] awesome! [03:38] :D [03:38] whatever key 35 is is broken now lol [03:38] i had a typo the first time [03:38] shouldn't be [03:38] setxkbmap -layout us; xmodmap -e 'keycode 135 = 1' [03:38] the -layout part "resets" previous things [03:38] wow...what's going on in here? [03:38] oh cool [03:39] reisio, thanks so much [03:39] snowgoggles: nuttin' honey [03:39] cjen2837: so you should be able to add that to an autostart, or ~/.xmodmaprc (or whatever that file is named), etc. [03:39] keyboard remapping? should use dconf editor [03:41] snowgoggles, i have that . it works from there too? [03:42] at this hey location org.gnome.desktop.input-sources.xkb-options [03:43] snowgoggles, how would i remap the context menu key to be 1 in there like reisio did. right now it just says xkb-options [] [03:43] could i just put that statement in there? setxkbmap -layout us; xmodmap -e 'keycode 135 = 1' [03:44] cjen2837: did you not try it? [03:44] you have to add a new rule to the list....haven't done it in awhile...lets look it up [03:44] i already got it working with yours so don't want to mess anything up [03:44] but i'll try putting it in there [03:45] no harm knowing other ways, but also, again: xmodmap is fine [03:46] oh...i have a visitor ....look up org.gnome.desktop.input-sources.xkb-options remap key [03:46] thanks === sean is now known as Guest63459 [03:48] if i wanted to type a "!" do i need to remap another key to that [03:49] if shift+contentmenukey doesn't work, I'm sure you can make it work [03:50] shift menu key just enters a 1 [03:50] i'll play around with it though [04:06] hello, i need some help with this, http://askubuntu.com/questions/127167/how-do-i-enable-scroll-lock [04:06] if anyone can direct, i would appreciate it. [04:07] 你好 [04:08] 有中国用户吗 [04:13] Anthony-L: you restarted you computer before finishing the last step in your keyboard change [04:14] i also had to run to class. sorry about that. === redshift is now known as Guest47556 [04:14] snowgoogles, do you mind if i pm you? [04:14] Anthony-L: you also only modified the nl country code keyboard layout and we didn't verify what keyboard layout your using [04:16] any1 online? [04:17] I was trying to upgrade to 15.10, and somehow something went wrong. Trying "apt-get install -f", "apt-get upgrade", and "apt-get dist-upgrade" all result in a bunch of dependency errors, and "dpkg --configure -a" tells me that "Processing was halted because there were too many errors." [04:19] my ubuntu crashses at times while playing videos [04:19] the screen just freezes and i am forced to restart....what to do? [04:20] i am using ubuntu 15.10 [04:21] hwhite: What release were you upgrading from ? [04:23] Bashing-om: I think Saucy, but I'm not positive [04:23] Maybe Trusty? I'm not sure if there's a way to check [04:23] !eol | hwhite [04:23] hwhite: End-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/EOLUpgrades [04:24] hwhite: ^ did you follow the https://help.ubuntu.com/community/EOLUpgrades guide ? [04:25] I followed a guide somewhere that mentioned using "do-release-upgrade", so probably not that one [04:26] hwhite: Then, does " old-releases.ubuntu.com " ring a bell ? [04:26] hwhite: sounds like you manually replaced your source list file, did you? Or was it the update manager that offer you to upgrade to 15.10? [04:26] I did it manually [04:26] Bashing-om: It does not [04:27] hwhite: well, that was the problem...backup and reinstall [04:28] hwhite: Concur with xangua . the system is in such a disarray that will never have any confidence in it . [04:29] No way to reverse the installation? [04:30] Unfortunately my computer has issues booting off of USB, which complicates things [04:30] hwhite: The finger of fate writes, and them moves on; there is no going back . [04:31] Ugh. I really should be firing up Word, and finishing my resume update. [04:31] But I'm procrastinating. [04:32] I take it there's no way I can avoid having to get a boot disc or USB? [04:32] You could PXE boot it, but that's a LOT of work for a simple one time install [04:33] Hi, all my host users are set up to use ssh keys, no passwords. How can I enable them to check mail via IMAP on dovecot (as they have no passwords to login to email with)? [04:33] Hi! [04:34] And then when I do the installation from a live CD, will it backup my files and programs, or would I be forced to do it myself? [04:34] hwhite: If ya really realy need to salvage this install .. will be very messy and take a long time to even find out what is possible. I am burned out this session but if you want and no other is willing to take this situation on .. I will be back fresh in about 16 hours or so . [04:57] someone knows a package to run on an ubuntu store computer, to sell things? [05:00] lotuspsychje: you mean you are looking for accounting software? [05:02] JamesT1995: well not really gnucash, but really sales software to place the pc in the store [05:02] JamesT1995: you know like you see macs alot in the stores, would be nice to see more ubuntu store computers..so i was wondering [05:04] lotuspsychje: a friend of mine has ubuntu pc in his store...but idk what he runs on it [05:04] JamesT1995: thats nice! if you findout lemme know ok :p [05:06] lotuspsychje: A quicky : https://www.google.com/search?q=point+of+sale+ubuntu+software&oq=point+of+sale+ubuntu&aqs=chrome.1.69i57j0l5.9939j0j7&sourceid=chrome&ie=UTF-8 ; search result . [05:07] . [05:07] Bashing-om: interesting thanks === mnit is now known as morten [05:15] hey anyone know the location of the openvpn config file? [05:15] !vpn | cjen2837 maybe some info here? [05:15] cjen2837 maybe some info here?: For more information on vpn please refer to https://wiki.ubuntu.com/VPN [05:16] cjen2837: config files can also be found in your /home hidden dir (ctrl h) [05:17] ok that link didn't help since i dont use networkmanager but wicd [05:18] i dont see any openvpn folders in my home dir or .config [05:19] cjen2837: how about you ask in #openvpn? [05:20] lotuspsychje, i can't join there since i'm not registered [05:20] and dont have email access right now [05:20] :( [05:20] cjen2837: how about ##networking? [05:21] goodidea thanks [05:31] Hey all, I'm using ubuntu gnome, and wondering if it's possible to do global menu in ubuntu gnome (lke this one http://i.stack.imgur.com/73aX2.png) [05:32] Mia: no [05:32] I'va sked the same question in #ubuntu-gnome as well but this place has much more people so yeah [05:32] xangua, oh... [05:32] :( that's bad [05:32] I don't like unity interface but the one thing I need is not there in gnome :( [05:32] Mia: that's the old gnome 2 global menu, third party program [05:33] yeah well was wondering if there is any alternative for that for gnome3 [05:33] Mia: mate desktop (fork out GNOME 2) has a global menu plugin, I think you can use it on xfce as well [05:34] I odn2t like mate :( [05:34] gnome 3 is nice [05:34] I actually like unity as well but I don't likethe app menu -- [05:34] and I was unable to find real customization for unity [05:34] I mean thee is unity tweak tool but it's very limited [05:34] (maybe I'm missing something here) [05:34] So you like unity, but you don't like unity global menu? [05:35] no it's just the opposite. I like unity but I don't like that it's not as customisable as gnome 3 [05:35] I like unity, I like it's global top bar menu, but I don't like the overall look and feel about it (such as the bar at left, or the programs menu that opens up as a part of the bar at left) [05:36] and I couldn't find much customisation options === dax is now known as daxcat [05:40] Mia: then hide the leftbar? [05:40] Mia: and install docky at bottom or so, make it look like a gnome [05:41] lotuspsychje, oh where can I install extensions for ubuntu unity [05:41] for gnome they have this nice extensions.gnome.com [05:41] I was unable to find a simialr system for unity [05:42] Mia: what kind of extensions do you mean [05:42] all sorts [05:42] I like to try them out [05:42] Mia: you need to be specific on unity, like top bar indicators? [05:42] Getting this trying to mount NFS [05:42] mount.nfs: rpc.statd is not running but is required for remote locking [05:43] install nfs-common [05:43] lotuspsychje, overall, is there a list whee I can see what is available [05:43] rpc.statd is a daemon that's in that package [05:43] I know a few things I need, such as the drop down terminal, [05:43] (disclaimer: i know practically nothing about NFS, just remember that package existing) [05:44] but more than that I really like to be able to customize how my os looks [05:44] Mia: apt-cache search indicator [05:44] what's this [05:44] Mia: there is docky, conky,unity themes,..all sorts to customize [05:44] Mia: just install guake? [05:44] ! Info guake [05:45] !info guake [05:45] guake (source: guake): Drop-down terminal for GNOME Desktop Environment. In component universe, is optional. Version 0.7.2-1 (wily), package size 238 kB, installed size 1377 kB [06:06] where should I install themes for ubuntu [06:07] !themes | Mia [06:07] Mia: 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/UbuntuEyeCandy [06:12] lotuspsychje, they're mostly kde or gnome [06:15] Mia: unity can handle gtk themes [06:15] Oh, I didn't know! [06:15] Mia: maybe this can help: http://itsfoss.com/how-to-install-themes-in-ubuntu-13-10/ [06:15] thanks! [06:18] Mia: and there is also ccsm to tweak unity if you like [06:19] Just don't disable the unity plugin [06:19] :p [06:20] :) [06:24] Mia: deviantart.com ubuntu user screenshots are also very handy, as they describe how they done it, what they used,.. [06:25] lotuspsychje, which category is that? can you sned me a link [06:26] Mia: http://www.deviantart.com/browse/all/?q=ubuntu [06:27] -____- [06:27] Mia: you can lookup whatever keywords you need, ubuntu + conky or whatever you try to obtain [06:29] Mia: user desktops are under customization/desktop screenshots [06:29] thanks! [06:32] I got error in package creation as : dpkg-source: error: source package format '3.0 (quit)' is not supported: Can't locate Dpkg/Source/Package/V3/Quit.pm in @INC (you may need to install the Dpkg::Source::Package::V3::Quit module) [06:33] How it fix ? please advise [06:33] anes: can you explain what you are doing please? [06:34] anes: did you try the typo fix that i already suggested [06:34] lotuspsychje: I am creating a .deb package from .tar.gz [06:34] lotuspsychje: they're making a .deb package on Ubuntu 15.10. They already asked in #debian. [06:34] daxcat: ok tnx for the headsup [06:35] yea exactly [06:35] 06:26 < daxcat> did you typo quilt as quit somewhere [06:35] 06:26 < daxcat> possibly debian/source/format [06:35] yes [06:36] daxcat: that file include text as : 3.0 (quit) [06:36] anes: so fix it by changing the quit to quilt [06:36] daxcat: sure [06:37] daxcat: thanks it work well === the_ant1 is now known as the_ant [06:55] hi [06:55] am new here [06:57] ilu: welcome, you have joined the ubuntu support channel [06:59] my exact error in deb creation is : debian/rules:6: *** missing separator. Stop. dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 debuild: fatal error at line 1374: dpkg-buildpackage -rfakeroot -D -us -uc failed [07:00] Greetings, does anyone have a solution for this? I'm burning a bunch of CDs for a roadtrip. I'musing sound-juicer to get the metadata. However many of these are not in the database it's using. ... blah blah... I've got two windows open. One with a list of CD track names and a second with sound-juicer (which exposes a series of textboxes). I'm having to repeatedly alt-tab, down, end, shift+home, ctrl+c,al [07:00] t-tab, down enter, ctrl+v, enter (repeat). Any better solution for this? [07:01] lotuspsychje: thanks am tryingto look for a tool that i can monitor the behavior of my ubuntu sever.. any help [07:01] ilu: monitor what exactly [07:02] ilu: you can try the #ubuntu-server channel also [07:02] the processor utilization, storage and ram. plus runing processes [07:03] newbie008: I use Picard for music metadata, personally [07:03] !info picard [07:03] picard (source: picard): Next-Generation MusicBrainz audio files tagger. In component universe, is optional. Version 1.3.2-2 (wily), package size 688 kB, installed size 3981 kB [07:03] it's a bit complicated to use though, you might want to search for a tutorial online if you decide to use it [07:03] I think the databases behind these scenes are mostly the same, they copy from each other [07:03] ah [07:04] the issue isn't getting the data, it's a matter of how to I automate a gui task [07:04] I saw there were some bash commands to do this but they looked pretty ugly [07:04] ilu: df -h and ps might also help you [07:05] in window's land I'd use a keyboard that has macro's built in, or Autohotkey plus [07:06] hello [07:07] I'm having a small issue with Ubuntu. Ever since I installed, my wifi randomly disconnects... Anyone know the issue? [07:08] when I initially logged into my ubuntu installation I saw this shortcuts popup [07:08] how can I see it again [07:08] Mia: hold super/Windows key [07:08] I'm trying to use WinFF to convert some avi's to mp4's. Just got this error "Invalid and inefficient vfw-avi packed B frames detected" What should I do? [07:08] THANKS! [07:08] koan: did you sudo update and upgrade already? [07:09] craptalk: I'm pretty sure I did. I can try to do it again [07:09] just 'sudo apt-get update' and 'sudo apt-get upgrade' right? [07:10] is there a way i can get help on installing kibana on my pc locally [07:10] I'm sorry.. sudu apt-update? [07:11] is unity lenses dead? like the github and deviantart ones? [07:12] craptalk: just tried both, hopefully it works. Will be back here if it doesn't! [07:14] how can I get network manager to ignore usb0 interface and let me manage it myself? [07:14] the HWaddr of it changes... so ideally I'd like to figure out how to just get usb0 to be ignored by networkmanager [07:17] DaveWM: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810934 ==> search for "keyfile" in there, it's how to hide a nic from network manager [07:17] Debian bug 810934 in ltsp "Please hide initramfs eth card from NetworkManager more robustly" [Normal,Open] [07:17] can anyone one explain to me this in English http://askubuntu.com/questions/561295/how-to-use-nvidia-gtx-970-gpu [07:19] alkisg: thanks... I was using the same line but a variation for the mac address and it wasn't working.. that and the mac changes so it would be pointless.. I'll try this out === albert is now known as Guest64620 [07:20] Anthony-L, just go under settings > software packages > additional drivers [07:21] alkisg: do you think I can just use it like: unmanaged-devices=interface-name=usb0 [07:22] well, I'll give it a go [07:25] donught, i'm very scared to switch drivers. [07:25] why? you got grub recovery and ctrl + alt + f2 [07:26] it's not that easy. ever since i've installed ubuntu, i've gone through hell getting it to work with this gpu. [07:26] DaveWM: sorry gpu hang, what did you ask me last? [07:26] donught, which one should i choose? there's two proprietary, one that's tested and the other hasn't. [07:27] alkisg: I was asking if you thought I could just use the line like : unmanaged-devices=interface-name=usb0 [07:27] i use nvidia-updates Anthony-L [07:27] didn't work though.. it's still managing it atm [07:27] but you can use eather [07:27] DaveWM: I don't think so, it needs to be the actual nic name as shown in `ip l` [07:28] nvidia updates in the terminal? [07:28] Hi I do wonder Ubuntu 14.04 Ltd 32 bit [07:28] I created a Bootable pending and I am trying to install [07:29] Its not installing ubuntu [07:29] alkisg: that is the name of the interface [07:29] *pendrive [07:29] Anthony-L, donught: This ppa is nice if you want even newer drivers https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [07:29] Hello [07:30] I have a task to set up ubuntu for it being able to receive TUIO compatible touchsreen input. I have computer at the site, but I don' [07:30] dont have a screen at site [07:30] hateball, how do i install that stuff? [07:31] can you suggest what needs to be installed to make it work? [07:31] Anthony-L: Read the page [07:31] Anthony-L: PPAs are unsupported, but that one is "official" and works well. [07:32] hateball, i'm super new to linux and dont know too many commands on the CLI> [07:32] CLI* [07:33] hateball, it also says, "You should be experienced in packaging before you dive in here" [07:33] which i am not experienced [07:35] Hi I downloaded Ubuntu 14.04 Lts from the official Ubuntu website 32 bit.. I downloaded the iso file. Then I used unet bootin to create a Bootable pendrive. I restarted my system and I pressed f2 and I selected option install Ubuntu.. After selecting that I got a page which has Ubuntu written on it and the loading icon is seen.. I am unable to install Ubuntu in my system.. [07:36] Sumrdh: purple page? [07:36] alkisg: http://pastebin.com/09uUwjX9 I added the last two lines to /etc/NetworkManager/NetworkManager.conf rebooted and Network manager still automatically managed the usb0 interface [07:36] with white dots at the bottom? [07:36] Anthony-L: right, well if you want a oneliner to add the ppa and install the latest driver: sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt-get update && sudo apt-get install nvidia-361 [07:36] Yes yes the same exact page [07:36] My installation is stuck for almost an hour now [07:37] Sumrdh: try pressing try ubuntu [07:37] I already did that it's still stuck [07:37] DaveWM: what's the output of this command? ip l [07:37] hateball, thank you sir [07:38] Please someone help me [07:38] alkisg: 4: usb0: mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 1000 [07:39] Anthony-L: And a reboot is needed after the installation finishes [07:39] hateball, i'll keep my fingers crossed. :) [07:39] Sumrdh: try booting with nomodeset [07:39] !nomodeset | Sumrdh [07:39] Sumrdh: 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 parameter [07:40] Sumrdh: also remove quiet splash and see what it says [07:42] DaveWM: try: unmanaged-devices=interface-name:usb0 (: instead of =) [07:44] alkisg: good catch.. you may be right... lemme see [07:47] Hi, when I insert an sd card into the sdcard slot of my ubuntu laptop, it will not allow me to delete what is on it. Even when root it says it is a read only file system. Yet the lock slider on the card is not in the lock position. [07:47] what gives ? [07:48] I see it mounted as: /dev/sdb1 on /media/username/32GIGSD type fuseblk (ro,nosuid,nodev,allow_other,default_permissions,blksize=4096) [07:49] NeoFrontier: well it's mounted as ro. Does dmesg give any hints? Perhaps it was mounted ro due to errors? [07:50] hateball thanks dmesg thinks the write protect is on... [07:51] not sure if it is the adapter... [07:51] Anthony-L: Please don't pm, keep it in channel [07:52] NeoFrontier: do you have another card/adapter to test with? [07:52] NeoFrontier: you could try forcing remount rw as well [07:52] hateball somewhere somewhere... [07:53] NeoFrontier: but if it says it mounts as ro without mentioning fs errors etc... it could well be the adapter [07:57] hateball after umounting it removing it sliding the lock up and down a bit and confirming its position not in lock. it mounts rw now. [07:57] *shrug* buggy adaptor I think. [07:57] NeoFrontier: :) [07:58] :) [08:01] when I do anything related to apt-ge I get the errorr "duplicate sources list entry" --- I checked the file /etc/apt/sources.list and I don2t see the entry there [08:01] how can I fix this [08:02] Mia: also check the files (if any) in /etc/apt/sources.list.d/ [08:02] huys [08:02] i need help [08:03] i have 300 GB partition [08:03] but i cannot create folder or file in there [08:03] the error said permission denied [08:03] how can set the permission ? [08:04] hello [08:04] Since I installed Ubuntu, my wifi has been randomly disconnecting. Any idea on how to solve this? [08:04] ok [08:05] no [08:05] bye [08:05] byew === kyle is now known as Guest58278 === cglocke is now known as cglocke|BNC [08:13] !details| koan [08:13] koan: 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) [08:13] koan: which version of ubuntu are you using, and what wifi chipset? [08:14] guys [08:14] how can i get permisioon to my partition [08:14] ? [08:17] Since I installed ubuntu, my wifi has been randomly disconnecting... anyone know my issue? [08:24] stevenahoy: what partition is this? what file system, e.g. ntfs? [08:28] hi@all [08:32] I am trying to install ubuntu and its not working.The ubuntu screen appears and it gets stuck during installation [08:34] hey all [08:34] is there any way to replace the gnome dash application launcher? [08:34] can someone please help [08:34] I mean ubuntu dash application launcher [08:35] not gnome [08:38] hello [08:39] i have problem with virtualization, problem description: http://ubuntuforums.org/showthread.php?t=2316553 [08:40] Any help would be approciated. [08:40] pezet91: did you install open-vm-tools [08:41] no, but i installing this now ;) [08:42] wait :] [08:43] they are still errors :/ [08:45] pezet91: did you reboot [08:46] yes [08:46] This device working with normal machine, and not on the virtual host :/ [08:47] but my server supports virtualization === tabasko is now known as tabasku [08:49] win [08:49] dragonfly42: can we help you [08:49] may be am not pro... but tell me [08:50] hateball, have you any ideas? [08:50] oops... misread the question :) :) sorry @lotuspsychje [08:51] I thought you were asking me for help :) [08:51] just trying out irssi commandline chat... [08:51] am new to irc irssi.. [08:52] dragonfly, can You help me? problem description: http://ubuntuforums.org/showthread.php?t=2316553 [08:53] pezet91... sorry... too complex for me :( [08:53] :(( [08:53] pezet91: Sorry no, I don't use passthrough. You could ask over in #vmware if anyone has an idea [08:53] ok [08:54] I just added a new EXT4 disk (SDA1) but when mounted my user does not have access to write on it. How can i fix that [08:56] Dirkos: you've mounted it using sudo, so you have mounted it using the root account, which makes it accesable to the root account. [08:56] Dirkos: sudo chown user /path/to/wherever you want your user to write stuff [08:56] Caroga: no that's vfat, ext4 has per-inode permissions [08:56] Caroga: I mounted it through the GUI [08:56] I stand corrected [08:56] "Disk" tool with default settings as user "Dirkos" [08:57] But simply changing ownership is sufficient to resolving your problem Dirkos, just as Triffid_Hunter said [08:57] Dirkos: what is the path towards your mount ? === sven_848 is now known as svx_on_elmo === kyle is now known as Guest4728 [09:07] ci [09:07] !list [09:07] bidone: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». === ctp_ is now known as ide === ide is now known as ctpr [09:14] How can I remove this second outer border in unity interface http://i.imgur.com/rOe2kg8.png [09:15] Hello everyone! I'm trying to set the umask for a daemon service. I tried adding it to startup file in /etc/init.d and also passing desired umask to the start-stop-daemon but neither seem to be working since files and folders are still created with default umask and I'm unable to undertsand why. Could someone help out here? [09:19] Mia: [09:19] yeah? [09:19] oops. Sorry! [09:19] accidental tab press :/ [09:21] when I autohide the launcher, it does not come back [09:21] I'v set it to left edge [09:21] what's the problem :( [09:23] close [09:24] Ubuntu 14.04 is not working. I tried to install and its getting stuck at installation screen and not going beyond(Purple screen ).I tried to press all arrows and I just get a black screen with ubuntu logs [09:24] can someone please help me [09:24] hey guys, i'm to the point where i'm scared to shutdown or reboot. getting back to the GUI seems to be hit or miss. it's obviously a GPU issue. any advice? [09:26] @batman897 if the installation stalls because of scratched CD, may you should try installing from bootable USB [09:26] hello, has anyone had success in getting webex to work on ubuntu 14.04? [09:26] Any help for me? I'm trying to make the launcher auto hide and auto show, but I can't succeed with that. THe launcher auto hides itself but never reveals back. the sensetivity is set to highest (I've tried it with lowest as well) [09:26] i'm stuck trying to install 32 bit dependencies for libgtk-x11-2.0.so.0 and libjawt.so on my ubuntu 14.04 x86_64 [09:27] @dragonfly : I used pendrive [09:27] mmmm [09:28] @dragonfly : wat should I do , ihave a 32 bit system with 2gbram [09:29] am not sure batman... [09:30] can you find out anything odd in ubuntu logs? [09:30] perhaps ubuntu can't mount some disks... or error msgs of such sorts [09:30] @dragonfly some interrupts and stuff [09:31] Mia: did you move your mouse pointer good to the left? [09:31] can someone help me? [09:31] !patience | batman897 [09:31] batman897: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [09:32] :) [09:32] Ubuntu 14.04 is not working. I tried to install and its getting stuck at installation screen and not going beyond(Purple screen ).I tried to press all arrows and I just get a black screen with ubuntu logs [09:32] batman897 am just making wild ass guesses without knowing exact error messages [09:33] ok ok [09:33] i got some wild guesses too [09:33] perhaps take a pic from your mobile... and share the error msgs [09:33] lotuspsychje, -____- [09:33] of course [09:34] I have to reboot my machine for that [09:34] and i cant chat [09:34] did you get the 32 bit iso? did you checksum it? what is your graphics card? have you tried other ways of making the installer? press ctrl-alt-f2 and type dmesg... [09:35] There were four options and I slected the option install ubuntu and it opened the purple screen [09:35] Mia: tried a reboot? [09:35] and it just got stuck [09:35] yeah [09:35] yes I tries [09:35] *tried [09:36] @humbot : I do not have graphic card [09:36] i installed 32 bit iso [09:38] My computer can't successfully restart and I have to do a cold shutdown to get it back, even then it will maybe come to the GUI. It's hit or miss. [09:44] I have fresh install of ubuntu and the one who installed it, has forgotten password, but It has auto-login for admin user. Is there a way to reset password without reinstall of os? [09:44] Deele: Boot into single user mode and reset it [09:45] Deele: See https://help.ubuntu.com/community/LostPassword [09:47] is it possible to bind the right mouse button to a key? [09:50] hateball, I am in root console but after "passwd user" it shows auth flag manipulation error [09:51] Deele: well, do you have the right username? [09:52] hateball, yes, it the last one in passwd file === dragonfly42 is now known as dragon42 [09:52] Deele: if that won't work, you could always boot a liveusb and chroot in to change it === drroot_ is now known as drroot [09:53] Deele: how did you arrive at a root prompt? Maybe your disk now is read only [09:53] Deele: try: touch /test [09:53] If it says it can't create it, it's read only and you need to remount it rw [09:53] read only [09:53] mount -o remount,rw / === dragon42 is now known as coldstone [09:53] then passwd user [09:54] success - than kyou [09:54] np [09:54] hello. i have a simple question about startup disk creator [09:55] Amethyst_Crystal: and the question is? === dragonfly42 is now known as bluefire === bluefire is now known as dragon42 [09:56] I allowed it to accidentally erase the wrong external hard drive... except, that hard drive is exactly what startup disk creator and my whole ubuntu system is running on. It has popped up a new 'external device tab under the folders, but.. other than that, everything seems to be working still. [09:56] did it just *not* do anything, and get confused? [09:57] or is there something i should do to make sure everything is ok before restarting? [09:59] actually that popup has disappeared now, but i erased the correct external usb and its popping up on its own [09:59] Yay [10:00] so, did it just 'pretend' to erase this whole hard drive? because i shouldn't be able to do anything still [10:00] or is it just impossible for it to attempt to erase the drive its already on? [10:04] Amethyst_Crystal: most modern machines have tons of ram. when you open files, linux has to copy them into ram so that they can be accessed. Since linux is smart, it just leaves them there if nothing else needs the ram [10:04] Amethyst_Crystal: so that means it'll keep running fine until linux decides to flush the disk cache, after which you'll see everything go downhill fast [10:05] so [10:06] is there anything i can do about this? [10:06] a way to stop it? [10:06] Amethyst_Crystal: it's already done, reimage your usb [10:06] how much time do i have [10:07] Amethyst_Crystal: it's not a matter of time, it's a matter of ram usage.. open anything that bites off a chunk of ram and bits of your disk cache will get flushed [10:07] i see [10:08] Amethyst_Crystal: "flushed" as in linux will simply wipe those files from ram because it thinks they're still the same on disk (which is apparently no longer true for you) [10:09] then if it tries to reload them from disk, you'll get a kern.log full of filesystem errors followed by remount-ro, crashes or full on kernel panic [10:09] will it just randomly choose bits of my system to destroy, or will it get stuff like saved files [10:09] ok well my disk creator is 36% complete.. [10:09] Amethyst_Crystal: destroy? it's already destroyed, you're running on a ghost [10:09] so does this mean its too late to save anything to dvd r disks? [10:13] What is the difference between linux image extra and linux image when we do net install? [10:13] Also which one should i pic? [10:13] I am installing 14.04 [10:13] Linux 4.2.x extra? [10:13] How can I make a file that'll be editable by my user without using sudo all the time? [10:13] Amethyst_Crystal: you could copy files in your vfs cache to your new usb.. hard to tell which are cached though, might be some info in /proc somewhere [10:14] Where do I get User Permissions settings in ubuntu System Settings? I am following guide in http://www.instructables.com/id/Setting-Up-Ubuntu-as-a-Kiosk-Web-Appliance/?ALLSTEPS but I cant find specific user permission settings in "User Accounts" window [10:14] @radicate chmod go+rw filename [10:14] i think i managed to finish creating a usb disk at least, its 'creating a persistence file...' [10:14] 99% complete [10:15] now an ext2 filesystem [10:15] can you please give me info about checking vfs cache and /proc? i presume terminal is involved? [10:15] Amethyst_Crystal: I know nothing about vfs specifics, just have some idea of how linux's one uses ram === mohammad_ is now known as Guest64879 === Guest64879 is now known as linuxlove [10:17] dragon42: Can you please explain to me what this does? [10:17] my memorie is almost full and i dont know of what. http://pastebin.ubuntu.com/15333830/ [10:17] hello [10:18] what can i do to erase all i dont need [10:18] i need to have both language english and persion how can i do that in ubuntu 14.04? [10:18] Amethyst_Crystal: the Erase Disk option doesn't delete files, it formats the partition. I'm guessing it didn't do anything since the partition was mounted. [10:19] Ga [10:19] are you sure, cspack? Triffid_Hunter said otherwise [10:19] I installed ubuntu 14.04 LTS 64 bit , I selected try ubuntu without installationa and it worked. I then selected install ubuntu , i got the following error "INstallation failed error 5" [10:19] Gallomimia, [10:20] Ana__: that shows inodes, not space. and why does your rootfs only have less than a million inodes? if you want more free inodes, delete files you don't use. each file/directory takes one inode [10:20] i need to have both language english and persion how can i do that in ubuntu 14.04? [10:21] plus isnt my usb disk technically mounted too? [10:21] Amethyst_Crystal: if it failed the first time as cspack suggests it might, you might be fine [10:21] linuxlove: https://help.ubuntu.com/stable/ubuntu-help/prefs-language-install.html [10:21] i hope so. but im going to save all the files i want/need anyway just in case [10:21] i kind of have to [10:21] thank you [10:22] then why my pc is too slow [10:22] I installed ubuntu 14.04 LTS 64 bit , I selected try ubuntu without installationa and it worked. I then selected install ubuntu , i got the following error "INstallation failed error 5" [10:22] ? [10:22] ive tried updating to another version from 12.04 but it hasnt worked, because of a stupid package fglrx error that ive been stuck with for awhile [10:22] so now im putting 14.04 on a disk. i read that it makes an error with 14.10, but im guessing 14.04 is fine cause its stable [10:22] I installed ubuntu 14.04 LTS 64 bit , I selected try ubuntu without installationa and it worked. I then selected install ubuntu , i got the following error "INstallation failed error 5" [10:23] Amethyst_Crystal: did Startup Disk Creator give you an error the first time? [10:25] i didnt notice, but maybe. [10:25] i was too busy panicking.. [10:26] im still not noticing anything unusual [10:26] hateball, i dont want to change language for whole system i just need to switch between languages when i want to type [10:26] i'm currently deleting massive files i dont want or need via find files/folders and nothing bad has happened yet === kyle is now known as Guest24899 [10:26] i figure it will be easier to copy folders onto my discs that way [10:26] Amethyst_Crystal: In any case it didn't complete right? I think you are safe. [10:27] I installed ubuntu 14.04 LTS 64 bit , I selected try ubuntu without installationa and it worked. I then selected install ubuntu , i got the following error "INstallation failed error 5" [10:27] i have no idea. it was instanteous when i tried it with the proper usb stick, but i dont know if thats just cause it had nearly nothing on it anyway [10:27] would it have taken awhile if it tried deleting multiple GB? [10:27] linuxlove: will this help https://help.ubuntu.com/14.04/ubuntu-help/keyboard-layouts.html [10:27] it 'appeared' instant with the mistake choice too [10:28] can someone please help [10:28] I installed ubuntu 14.04 LTS 64 bit , I selected try ubuntu without installationa and it worked. I then selected install ubuntu , i got the following error "INstallation failed error 5" [10:28] Amethyst_Crystal: it would take a while to format your linux partition ;) so I think you are good. [10:28] ok [10:28] well im going to go ahead and save stuff to disks and continue [10:29] @cspack : I installed ubuntu 14.04 LTS 64 bit , I selected try ubuntu without installationa and it worked. I then selected install ubuntu , i got the following error "INstallation failed error 5" [10:29] Amethyst_Crystal: if you're walking your disk and dmesg isn't spewing errors like a firehose, nothing was wiped [10:29] is there anything i should be concerned about or keep in mind when wiping out my external hard drive and installing 14.04 via the usb stick? [10:29] Amethyst_Crystal: nothing wrong with having a backup day though :) === suxuanhua is now known as Suxuanhua [10:29] someone please help [10:29] i need to backup anyway, i have no choice but to wipe the whole disk. ive tried just updating but keeping files before and it didnt work, im guessing due to the 'package fglrx' or other errors [10:30] hey guys, how can i copy a file that contains a ' in it in terminal ? [10:30] should i be concerned about it not working if i try doing a 'clean' full install? [10:30] Smokie: \' [10:31] thanks Triffid_Hunter [10:31] the whole reason im doing this is cause i had an unsettling and frustrating 90 minutes of just trying to log onto ubuntu normally, it was stuck at the shell with 'broken pipe' and stuff like that. i think i was able to get around it via stuff i tried on recovery, but im tired of all the probems adding up. also, not able to install or update anything the proper way. surprisingly steam games works [10:32] just fine tho.. except i suspect some games arent running because of the stupid graphic error. [10:32] so yeah, should i do any extra steps if i want to completely wipe my hard drive and do a full 'clean' install of 14.04 from usb stick? [10:32] or keep anything important in mind during process? [10:33] Amethyst_Crystal: easy on the enter key mate, best to focus on your specific issue [10:33] I installed ubuntu 14.04 LTS 64 bit , I selected try ubuntu without installationa and it worked. I then selected install ubuntu , i got the following error "INstallation failed error 5" [10:33] someone please help [10:34] batman123: how did you create your usb stick [10:34] sorry lotuspsychje, i have a bad habit when it comes to online chat [10:34] Amethyst_Crystal: well this isnt really a chat, but ubuntu support issue solving [10:34] @lotuspsychje I created using unetbootin [10:34] batman123: from wich Os? [10:34] windows [10:34] batman123: please try the universal usb installer [10:34] !usb | batman123 [10:34] batman123: 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/LiveUsbPendrivePersistent [10:35] batman123: are you single installing or dualboot? [10:35] understood, lotuspsychje. im grateful for everyones' help tho [10:35] @lotuspsychje dualboot [10:35] batman123: on uefi system? [10:36] @lotuspsychje i am sorry i am a novice wat is uefi system? [10:36] batman123: wich Os will you be dualbooting with ubuntu? [10:37] @lotuspsychje : I have windows OS and I have partitioned to use around 50 gb for ubuntu [10:37] batman123: wich windows please [10:37] @lotuspsychje : windows7 [10:38] !dualboot | batman123 ok try this [10:38] batman123 ok try this: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [10:38] batman123: but make your usb with universal usb installer first [10:38] @lotuspsychje : i ll try it and see [10:38] @lotuspsychje : I have a 32bit system with 2 gb ram [10:39] batman123: you could choose ubuntu desktop 32bit iso, or lubuntu/xubuntu iso [10:39] is it normal for the FTP speed from an ubuntu server to a windows os on a local network to be 15MB/s only? [10:39] hi all - i have one ubuntu 14.04 server which has an ethernet alias set in /etc/network/interfaces - it’s set to auto but it NEVER comes up at reboot? i have about 10 other trusty hosts with the same config, and they all work flawlessly? any ideas. [10:40] Smokie: maybe the ##networking guys might troubleshoot that? [10:40] @lotuspychje : which verison 14.04 or 15.04 [10:40] Smokie, huwjr there is also #ubuntu-server if you like [10:40] Smokie: local network 100 mbps or gigabit? [10:40] batman123: depends on you mate, LTS or non-lts [10:40] lotuspsychje: seems a valid question for here [10:40] !lts | batman123 [10:40] batman123: LTS means Long Term Support. Until 12.04 LTS versions of Ubuntu were supported for 3 years on the desktop, and 5 years on the server; since 12.04 (Precise Pangolin) LTS versions will be supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Trusty (Trusty Tahr 14.04) [10:42] soz :) [10:42] @lotuspsychje : I am installing 15.04 32 bit , hope it works [10:43] batman123: ok mate good luck! [10:43] @lotuspsychje : thanks a lot ! [10:43] will let u know if i face any issue [10:44] batman123: if you have issues, you can always come back here [10:44] thanks lotuspsychje [10:44] alkisg, 1gbit local nework [10:44] batman123: better install 15.10 from the start. 15.04 is already dead and you need to upgrade that [10:45] alkisg, i can scp from my outside server to my local server at home @ 40MB/s, so it should reach that or more locally [10:45] @lotuspsychje : one quick question , do u recommend me to use unetbootin to create a bootable pendrive or something else . [10:45] batman123: and do you have 32bit only hardware? or why do you install not 64bit? [10:45] Smokie: if it's 40 MB and not mbit, then yup your ftp speed is very low [10:45] batman123: i would try that universal usb installer, if you create from windows [10:46] @kill_ : I have a 32 bit hardware , should i install 15.10 32 bit iso or 15.10 64 bit ISO [10:46] Smokie: be carefull with ftp also for security reasons [10:46] batman123: what hardware is it exactly? [10:46] batman123: the 32 bit one. [10:47] 64 bit software is not backwards compatible with 32 bit hardware [10:47] lotuspsychje, its inside my home network [10:47] @k1l_ 32 bit CPU [10:47] @wug : thanks [10:47] Smokie: but your network attached to internet also? [10:47] however, the opposite is true, so just because it currently has 32 bit software on it doesn't necessarily mean it's a 32 bit cpu. have you looked up the model number to make sure it really is a 32 bit chip? [10:48] Smokie: maybe do a test over ssh? [10:48] batman123: are you sure its 32bit only? which one is it? [10:48] batman123: if it was made in the last few years its almost certainly 64 bit [10:48] as far as I know all new mainstream CPUs have been 64 bit for some time [10:49] lotuspsychje, ftp is blocked from my outside network.. i can 'scp' to my local network just fine and i can reach up to 40MB/s [10:49] @k1l_ : its old laptop , i checked the config, its a 32 bit system with 2 gb ram [10:49] should i use 32 bit ISO or 64 bit ISO [10:49] batman123: the OS doesnt tell anything about the cpu. please name the cpu so we can have a look [10:49] @k1l_ : its intel centrino [10:49] what year was it made [10:50] batman123: wich brand/model of laptop? [10:50] @lotuspsychje : latitude d630 [10:50] lotuspsychje, scp from server1 to server2 on my local network reaches 70MB/s [10:50] just tested now [10:50] yeah that's 32 bit all right [10:51] (I have a d620) [10:51] so the issue is from server1 to my windows machine over FTP === leslie is now known as Guest43954 [10:51] @lotuspsychje : Dell Latitude D630 [10:51] batman123: go for the 32 bit version [10:51] Smokie: is that 70 MB/s or 70 mbit/s? byte or bit? [10:51] @wug : sure [10:51] also, you may encounter issues making the graphics driver work [10:51] batman123: thing is: google dropped the 32bit version of chrome. and other distributions are thinking of dropping 32bit isos at all. so if there is any doubt one should check if the hardware is capable of 64 bit OS. [10:51] alkisg, 70MB/s [10:51] Smokie: which ftp server and client are you using? [10:51] @wug: I will go with 15.10 ISO 32 bit [10:52] the d620 has an nvidia quadro 110m, which is no longer supported by nvidia drivers on linux [10:52] k1l_: will lubuntu and xubuntu also drop the 32bit iso's? [10:52] It may be that the d630 has the same issue [10:52] lotuspsychje: i dont think there was an decision yet. and i think it makes sense for lubuntu to keep 32bit isos [10:53] k1l_: ok tnx [10:53] batman123: which cpu uses the system exactly? [10:53] Might be worth it to get rid of 32 bit desktop ubuntu isos [10:53] batman123: i see d630 ones with intel core 2 duo t7300 which is 64bit capable [10:53] keep server around so random old junk machines can be run in headless configuration [10:54] Wug: get rid of 32bit isos, why?! [10:54] k1l_: indeed: http://www.cnet.com/products/dell-latitude-d630/specs/ [10:54] We're using those in thousands of machines here... [10:54] alkisg: where is here, and how are you using them [10:54] Wug: www.ltsp.org/stories/widget-map/?location=Greece [10:54] alkisg: its an article that mentioning it, removing 32bit iso's [10:55] alkisg: i think it was on softpedia [10:55] lotuspsychje: afaik it won't happen for 16.04 [10:55] @k1l_ I did right click on computer on my windows OS ,i opened properties and I saw the operating system is 32 bit [10:55] alkisg: i didnt hear ubuntu said they will drop it. other distributions started iirc. but ubuntu links for the 64bit as standard already [10:55] batman123: that doesnt say anything about the cpu. [10:56] batman123: windows prefers a 32bit OS. [10:56] alkisg: I don't know much about how ltsp is architected, but given that we're talking thin clients, do they have local bootability at all? [10:56] so please look up which CPU is build in. [10:56] k1l_: fedora also still offers i386, and of course debian will be the last to drop it [10:56] @k1l_ : The processor description goes as Intel(R)Core(TM)2 Duo CPU [10:57] thats 64 [10:57] Wug: they're usually p4 machines with windows xp, dual-booted as i386 clients over the network, where the server is also installed in i386 arch to serve as a template for them [10:57] batman123: thats a 64bit one [10:58] oh ok [10:58] core duo is 32/core2duo is 64 [10:58] alkisg: the suggestion I made was getting rid of the x86 iso only for desktop installs, and keeping it for server ones, so it sounds like that configuration would still work fine [10:58] alkisg, vsftp on the ubuntu server and WinSCP on windows [10:58] @K1l_ : should install 15.10 64 bit then? [10:58] Wug: ltsp servers are installed using the desktop iso, they're not headless, they need the full gui as a template for the clients [10:59] batman123: 64bit is right. if you install 14.04 or 15.10 is your decision. with 15.10 you need to upgrade to 16.04 until july [10:59] ubuntu server is just ubuntu with different packages, there's no reason you can't install a UI on it [10:59] Wug: compiling or serving an .iso isn't the problem; the problem is QA'ing it. As long as enough i386 installations are out there, there's not a real reason to drop it [10:59] Wug: there's no reason to select ubuntu-server.iso when I want ubuntu-desktop.iso. Of course I could even netinstall without even mini.iso, but having the 32 bit desktop.iso is the easiest way [11:00] alkisg: if lubuntu 16.04 32bit iso's would remain, might run like a charm on xp boxes? [11:00] I guess [11:00] lotuspsychje: gnome-flashback is as light as lubuntu, but way more mature, that's what we're using [11:01] but as you yourself point out it's QA overhead (ubuntu's QA process has bee really strained lately) and your case is something of an edge case [11:01] I.e. we start with the normal ubuntu-desktop-32bit.iso (unity) and install gnome-flashback over it [11:01] I'd imagine the returns on QAing the 32 bit isos are diminishing very rapidly [11:01] alkisg: here's the article: http://news.softpedia.com/news/ubuntu-linux-32-bit-iso-images-are-up-for-discussion-again-499754.shtml [11:02] seeing as all consumer hardware produced today is 64 bit, no new computers are x64 [11:02] x86* [11:02] Wug: see the popcon results for a comparison between i386 and amd64 installations [11:02] i386 machines are very much still in use\ [11:02] lets continue support? or proceed in #ubuntu-discuss perhaps [11:03] hello, has somebody had problems with ubuntu 15.10 sound hissing? After instalation there was hiss- i fixed it with this http://xps13-9333.appspot.com/#background_noise , but after i updated my apps with software apps with software updater it doesnt work anymore. Any idea how to fix it? Here is source code of this py that fixed issue first time http://xps13-9333.appspot.com/root/usr/local/bin/white_noise_fix.py [11:03] Wug: http://popcon.ubuntu.com/ ==> amd64: 681069, i386: 2069261 [11:03] 3 times more i386 installations [11:03] !sound | InvGhost [11:03] InvGhost: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [11:03] how many of those are headless though [11:05] Wug: in any case, it's not time to drop i386 cds yet. They're still used widely. OK, let's move on to supporting people here. :) [11:08] hi [11:08] hi [11:08] yes [11:09] 29 africa [11:09] mmk do you have an ubuntu support issue [11:13] alkisg: Is 64 bit the default now at least? [11:14] alive: the ubuntu download page points to 64bit isos by default, yes [11:14] Nice :) [11:21] something has gone screwy with the keyboard layout since a recent ubuntu upgrade. System Settings->Text Entry shows the right layout but I get < when I press the \ key for exampel === ubuntu is now known as Guest48442 [11:27] lesshaste: does this also happen if you select the guest session? [11:32] alkisg, interesting question..how do I do that? [11:33] lesshaste: you select it from the menus, google it a bit because I'm not using unity so I can't tell you the exact menu [11:36] Could anyone help me with a script... I want to count how many minutes it takes from one job to another in a log file. The first job i want to count time from is where it says MSG[BEGIN JOB /srv/korv and i want it to stop counting after the log has said MSG[END JOB /srv/bingo [11:39] Raz0r-X: "time job1 >> log.txt && time job2 >> log.txt" ? [11:40] oh [11:40] alkisg, ok thanks [11:41] hateball I would like to run this at the end of the night to see how long it all took... [11:41] is ubuntu (with snappy ubuntu core) trying to make something similar to arch? [11:42] Raz0r-X: I cant say I understand what you are talking about [11:42] hehe [11:42] Raz0r-X: I dont know what your jobs that print /srv/bingo are [11:42] heeh you dont need to know :)) [11:43] is the time program wrong or something? [11:43] time -f "\t%E real,\t%U user,\t%S sys" ls -Fs [11:43] in the examples section doesn't work [11:43] time -f "%e" says -f command not found [11:43] I have a logfile where all the jobs are displayed. The logfile name is korv.txt. Every night i run 100´s of jobs. I want to measure how long all those jobs take [11:44] i want to measure from where it says MSG[BEGIN JOB /srv/korv [11:44] to [11:44] where it says MSG[END JOB /srv/bingo [11:44] :) [11:44] But do you have any timestamps in said log? [11:44] Raz0r-X: is there a time stamp next to it? [11:44] hateball yes i have timestamps [11:44] yes [11:45] 09-03-2016 12:44:05 b13236 DISPLAY ID(IP[00.00.0.00.0] JOB[RE7300] PID[28519]) MSG[END JOB [11:45] that the way it looks in the log [11:45] hey all, the "show live preview" option in my switcher is not working [11:45] do you have any guesses why this canebe? [11:46] no matter what I check, it just displays the simpel icons that's all [11:46] i think there's a bug in the time program, it won't process the -f or --format arg [11:46] nor -o [11:46] clear [11:47] ah it's cause of bash, need to use /usr/bin/time -f .... [11:49] is ubuntu (with snappy ubuntu core) trying to make something similar to arch? [11:49] Raz0r-X: googling came up with this to use awk on an existing log file http://stackoverflow.com/questions/25658664/counting-time-in-log-file [11:49] Raz0r-X: is that of any use perhaps? [11:54] hateball for someone who know scripting im sure its great ;) [11:54] you can know scripting too [11:54] !snappy | varaindemian [11:54] varaindemian: Ubuntu Core is a rendition of Ubuntu with transactional updates using "snappy". For discussion and support, please visit #snappy and see http://www.ubuntu.com/snappy/ [11:55] hey all, the "show live preview" option in my switcher is not working [11:55] no matter what I check, it just displays the simpel icons that's all [11:55] do you have any guesses why this canebe? [11:56] Raz0r-X: well no matter how you go about it you'll have to script a bit to parse a logfile... [11:57] Thats where you come in hateball ;P [11:58] Raz0r-X: If you want to pay for someone to make you a script there are various places to do that [11:58] Meanwhile, here's a few other examples http://stackoverflow.com/questions/14309032/bash-script-difference-in-minutes-between-two-times [11:59] I can't connect to the wireless internet on my laptop. What should I do? [12:02] R13ose: What version of Ubuntu? What wifi chipset (lspci) ? [12:07] hateball: 15.10 and Network controller: Qualcomm Atheros AR9462 Wireless Network Adaptor (rev 01). Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 14) [12:11] R13ose: with lspci -k, does it show wifi using ath9k ? [12:11] Raz0r-X: did you fix the script? [12:12] hateball: yes [12:13] R13ose: sadly I dont have much experience with atheros chipsets. Maybe there are backport modules that work better [12:14] R13ose: have you tried livebooting 16.04 beta? it has a newer kernel/modules [12:14] hateball: this was working before but when I got on my computer last night this started to fail. [12:14] R13ose: oh! [12:15] R13ose: Well maybe you have had a kernel update then? Check /var/log/apt/history* [12:15] R13ose: and if so, try rebooting and going into grub menu (hammer shift-key) and pick an older kernel to boot from [12:16] hateball: the last entry in there is me installing filezilla [12:17] Can't seem to install "vncpasswd" command onto my Ubuntu install - can someone lend a hand ? [12:17] R13ose: there should be a number of history files, they get rotated and gzipped [12:18] hateball: I only see in that folder history.log and term.log [12:20] R13ose: weird. is this a very new install? it should show a number of changes even if the very last one happened to be filezilla [12:20] Raz0r-X: i've modified it for you if you want it [12:20] R13ose: also, if you try authenticating to an AP, does anything show up when you run "dmesg" ? [12:21] Hey folks [12:24] hateball: new install and the history file shows a number of changes. All I can find in dmesg is IPv6: ADDRCONF (NETDEV_UP) enp4s0f1 or wlp3s0: link is not ready [12:24] R13ose: are any of those changes related to a new kernel? === seanirby- is now known as seanirby === jottr_ is now known as jottr [12:26] hateball: I haven't installed a new kernel in a few days if I remember correctly. === joe75_ is now known as joe75 === NickG365_ is now known as NickG365 === lavish__ is now known as lavish_ === vayan_ is now known as vayan === logandg_ is now known as logandg [12:29] hateball: any other thoughts? [12:29] R13ose: not really, since you dont appear to get any obvious errors. I'd still try reboting an older kernel tho [12:30] hateball: if I reboot into normal mode, I would most likely get this working again. [12:30] test [12:32] Anyone else have thoughts? [12:34] Hi everyone - I installed Nodejs on my Raspberry Pi 3. Installation succeed, but I get errors on npm install after a few minutes for every project I run this command on. For example bootstrap. I get JSON parse error? Very strange for the official Bootstrap repository. Can anyone help me? [12:38] Jordy_: is that running an ubuntu [12:39] k1l_: Yes, Ubuntu Snappy Core. [12:39] EriC^^ ofc i want it :) [12:39] Raz0r-X: ok, 1 sec :) [12:40] http://paste.ubuntu.com/15334246/ [12:41] I can't connect to the wireless internet on my laptop. What should I do? [12:41] Raz0r-X: ^ [12:42] nice... But [12:42] That will look for any line that says MSG\[END JOB/ right [12:42] Jordy_: what exact error? [12:43] Jordy_: also you might want to ask in #snappy if it seems more snappy related [12:44] R13ose, which wifi chip? [12:44] Raz0r-X: yeah [12:44] EriC^^ There is alot of END JOB and BEGIN JOB in the log... Can you modify so it looks for this one specific [12:45] hello [12:45] MSG[BEGIN JOB /srv/unireg/us/data/PROD/PNRUN/PN1215D [12:45] which one? [12:45] And this is the last one [12:45] who knows about netbeans? [12:45] BluesKaj: Qualcomm Atheros AR9462 [12:45] k1l_: It's an JSON parse error in Packages.json. I don't remember the exact error, because I don't have the Pi on my hands now. But, it's very strange, because the repo is a clone from the bootstrap repository on github. On my windows machine it's working, it fails under ubuntu. Very very strange, most of the times it's in reverse -> Windows fails and under linux working. [12:45] MSG[END JOB /srv/unireg/us/data/PROD/FORUN/FO1008D [12:45] i saw file:///home/mohammad/%28http://localhost:8383/w3schools/index.html in my browser when i run my project === _ruben_ is now known as _ruben [12:46] i saw file:///home/mohammad/(http://localhost:8383/w3schools/index.html) in my browser when i run my project [12:46] join/#kde-devel [12:46] Raz0r-X: are there multiple ones of those in a file? [12:47] and my argument is openURL {URL} [12:47] EriC^^ Nope.. There is only one BEGIN and one END iof every job [12:49] Raz0r-X: like there's one begin one end for job1, then another set for job2, etc. in every file? [12:50] Raz0r-X: nevermind, so you only want to look for jobs that have /srv/unireg/us/data/PROD ? [12:50] EriC^^ Yes. There is only one file where all this happens. And it looks like this [12:50] EriC^^ yes [12:51] 08-03-2016 19:02:01 b24470 DISPLAY ID(IP[SOME IP ADRESS] JOB[KVSTRT] PID[4898]) MSG[BEGIN JOB /srv/unireg/us/data/PROD/PNRUN/PN1215D [12:51] and like 1 hour later [12:52] 08-03-2016 20:17:33 b27696 DISPLAY ID(IP[SOME IP ADRESS] JOB[FO1008] PID[23521]) MSG[END JOB /srv/unireg/us/data/PROD/FORUN/FO1008D [12:52] those are the jobs i want to measure time between [12:53] and between those jobs is alot of other START and BEGIN jobs... like thousands :) [12:53] BEGIN and END jobs i mean [12:54] BluesKaj: any thoughts? [12:56] R13ose, sudo modprobe ath3k ... it's a shot in the dark [12:57] Raz0r-X: paste.ubuntu.com/15334310/ === metalcamp_ is now known as metalcamp [12:57] R13ose, wait, wrong one, sorry [12:58] R13ose, sudo modprobe ath9k [12:58] hey, what does this command? sudo setfacl -d -Rm g:www-data:rwX /home/projects - does it set www-data as owner of /home/projects directory and sub directories? [12:58] or it adds www-data to owners? [12:59] BluesKaj: what is suppose to happen? When I did that nothing came up. [13:00] R13ose, ok, no errors , perhaps a relogin or reboot , not sure [13:01] BluesKaj: how do I save my chrome tabs? [13:01] R13ose, you can retrieve them in history [13:02] Hi, every time after I close laptop lid (laptop goes to sleep) and awake it again it's as if my nvidia driver stopped working. I only get 20fps in video games and have to reboot first. Can anyone help me fix this? [13:02] BluesKaj: thanks [13:04] R13ose: you can rightclick and pin tabs also [13:04] Right [13:04] I am logging out [13:05] hey all -- what does this setting do [13:05] http://i.imgur.com/VReiswk.png [13:05] Rebooting now. [13:06] EriC^^ Is it possible to set it to look in a specifik file every time? I want it to look in /srv/unireg/us/log/consola/LogDay.09-03-2016 LogDay.09-03-2016 changes to todays date every morning [13:06] The repository 'http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial Release' does not have a Release file. [13:06] Raz0r-X: 1 sec [13:07] mrpc, wrong channel >>> #ubuntu+1 [13:07] Raz0r-X: is it ok if you run ./script 09-03-2016 to check that log? [13:07] Reboot worked but why? [13:07] what could be the cause for touchscreen not showing up in lsusb? [13:07] EriC^^ and also... its not any BEGIN or END JOB. Its these " 08-03-2016 19:02:01 b24470 DISPLAY ID(IP[SOME IP ADRESS] JOB[KVSTRT] PID[4898]) MSG[BEGIN JOB /srv/unireg/us/data/PROD/PNRUN/PN1215D " [13:07] and [13:07] 08-03-2016 20:17:33 b27696 DISPLAY ID(IP[SOME IP ADRESS] JOB[FO1008] PID[23521]) MSG[END JOB /srv/unireg/us/data/PROD/FORUN/FO1008D [13:08] EriC^^ No.. it pastes alot of numbers [13:08] like [13:08] 3 [13:08] 1 [13:08] 1 [13:08] 2 [13:08] Raz0r-X: yeah those are the time between the different begin-ends [13:09] Oh ok.. so it takes all of the BEGIN and END in that log file [13:09] yes one after another [13:09] Can it specificaly(cant spell) look for those specifik jobs i pasted [13:10] 08-03-2016 19:02:01 b24470 DISPLAY ID(IP[SOME IP ADRESS] JOB[KVSTRT] PID[4898]) MSG[BEGIN JOB /srv/unireg/us/data/PROD/PNRUN/PN1215D [13:10] and [13:10] 08-03-2016 20:17:33 b27696 DISPLAY ID(IP[SOME IP ADRESS] JOB[FO1008] PID[23521]) MSG[END JOB /srv/unireg/us/data/PROD/FORUN/FO1008D [13:10] yes it only looks for the ones with that path in it [13:10] the ones with /srv/unireg/us/data/PROD/ [13:10] beacuse there is alot of BEGIN and end jobs in the log file.. like hundreds [13:10] BluesKaj: why did reboot work? [13:10] hellwo [13:11] R13ose, do you have wifi ? [13:11] can you add /srv/unireg/us/data/PROD/PNRUN/PN1215D and /srv/unireg/us/data/PROD/FORUN/FO1008D [13:11] those are the jobs im intressted in [13:11] help me for repair ubuntu [13:11] Raz0r-X: all the begins have /srv/unireg/us/data/PROD/PNRUN/PN1215D and all the ends have /srv/unireg/us/data/PROD/FORUN/FO1008D ? [13:11] Nope.. those are the only ones [13:12] i mean the ones you want [13:12] yes [13:12] Hadi_, give the details >>> ALL details. [13:12] the begins always have that path and the end the other [13:12] the time between those jobs [13:12] ok [13:12] yes [13:12] i have to go to a meetingf.. brb! [13:12] thanks alot [13:12] Installation has failed while booting ubuntu 15.10 usin dual boot. It says installation crashed..Someone please help me [13:13] Raz0r-X: ok, just add the path in the script and escape the "/" with a "\" before it [13:13] BluesKaj: yes since rebooting [13:13] batman3, insufficient information [13:13] how to install metasploit to ubuntu ? [13:13] R13ose, the driver got reloaded, sometimes they need prompting after an update/upgrade [13:14] BluesKaj: yes but I didn't do update/upgrade as far as I know. [13:14] @chhowlett : I downloaded ubuntu 15.10 ISO for 64 bit and i created a reboot USB and I tried to install Ubuntu ..Its saying that installation has failed [13:14] Raz0r-X: http://paste.ubuntu.com/15334403/ [13:14] please, somebody help, I have an urgent need for ubuntu to recognize pq labs touchscreen, but I can't find any concrete solutions in internet. If anyone has experience with installing touchscreens in ubuntu, please, respond. [13:14] R13ose, if you lose wifi again , run sudo maodprobe ath9k [13:14] @cfhowlett : I am getting error 5 [13:15] modprobe? [13:15] oops R13ose sudo modprobe ath9k [13:15] batman3, verify the .iso, verify the USB [13:15] @cfhowlett : I downloaded ubuntu 15.10 ISO for 64 bit and i created a reboot USB and I tried to install Ubuntu ..Its saying that installation has failed [13:15] !md5sum | batman3 [13:15] batman3: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [13:15] R13ose, yes that reloads the ath9k driver [13:16] BluesKaj: I did run that [13:22] Thanks everyone [13:22] R13ose, sometimes a reboot is needed after reloading a driver [13:25] hey guys [13:25] hi [13:25] newbie here [13:25] Hello there! [13:26] do you know a good chatroom for electronics or software related issues [13:27] Im trapped! :) i did ssh into a windows machine and then i tried command exit to leave it, did not work, what command is equivalent to "exit" in bash? [13:27] maybe i am now in the right one! [13:27] Guest46094: its still exit silly [13:28] NegativeFlare, no it dont.. [13:28] Guest46094: it works just fine for me ;) [13:28] granjuanelo, there are lots of channels, ask alis the bot [13:29] do you guys mean windows has an ssh server ? [13:29] granjuanelo: theres ##electronics [13:29] NegativeFlare, C:\Program Files\OpenSSH>exit 'exit' is not recognized as an internal or external command, operable program or batch file. [13:29] lol windows [13:29] humbot: yes, microsoft made it happen [13:29] /o\ [13:29] i will give it a try [13:29] will report back if i have issues xD [13:30] https://github.com/PowerShell/Win32-OpenSSH [13:30] neat [13:32] /SET use_status_window OFF [13:38] clear [13:48] ˙͜>˙ === bizukifu is now known as Guest49561 [13:50] j [13:51] hi [13:53] HexChat: 2.10.2 ** OS: Linux 4.4.0-9-generic x86_64 ** Distro: Ubuntu "xenial" 16.04 ** CPU: 8 x Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (GenuineIntel) @ 3,95GHz ** RAM: Physical: 15,6GiB, 41,4% free ** Disk: Total: 901,1GiB, 16,1% free ** VGA: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller ** Sound: HDA-Intel - HDA Intel HDMI1: HDA-Intel - HDA Intel PCH2: HDA-Intel - HDA [13:53] NVidia3: USB-Audio - HD Webcam C525 ** Ethernet: Intel Corporation Ethernet Connection I217-LM ** Uptime: 4d 19h 47m 21s ** [13:54] EriC^^ i copyed the script and the last line now says " }' LogDay.08-03-2016 " [13:54] the output is: 1156 ? [13:55] oh yeah... i was in wrong enviroment! i guess the time is correct :D [13:57] After I reboot, the battery icon doesn't show up in the top right area. How do I add this back there? === michael is now known as Guest19850 [13:59] EriC^^ The logfile changes date every morning.. So today is LogDay.09-03-2016, tomorrow is LogDay.09-03-2016. Is it possible to look for the correct Logday file? === Guest55684 is now known as rude === rude is now known as Guest52038 [14:04] i just heard / read that ubuntu 14.04.4 ships with Linux 4.2, but my installation (upgraded from older version of Ubuntu) only seems to have Linux 3.13.0, is there some reason i'd be missing the kernel upgrade? [14:05] here's what i see: http://paste.codebasehq.com/pastes/1cd1403hoht66uhy5y === sven__ is now known as svx_on_elmo [14:07] xtz_ [14:07] I changed my ip but it did not change ? i tried This sudo service network-manager restart and ifconfig eth0 down and up === Gro0by is now known as xtz_ [14:09] When running PHP on my ubuntu 14.04 i receive this [14:09] Given encoding not supported on this OS! [14:09] a:5:{i:0;s:40:"Given encoding not supported on this OS!";i:1;s:1489:"#0 /vagrant/lib/Zend/Validate/StringLength.php(113): Zend_Validate_StringLength->setEncoding('UTF-8') [14:09] Is there anything that im missing on default or so? [14:10] Dirkos: what is the code segment that is producing that error? [14:11] well an ini_set for php though [14:11] but its the ubuntu channel so lets throw in some php code [14:13] i know ubuntu supports utf-8 [14:13] whenever I resume from standby with different monitors attached, they are not detected correctly. (Either black, or wrong resolution) However as soon as I click the 'system settings' gui tool, everything fixes itself. (I don't have to do anything in the tool, I simply launch it) This behavior has been consistent for the last few months. Can I somehow run whatever this tool is running automatically on resume from standby, [14:13] so that I can skip this step? [14:15] Dirkos: maybe you just spelled UTF8 wrong? [14:15] After I reboot, the battery icon doesn't show up in the top right area. How do I add this back there? [14:16] Dirkos: sometimes case matters, sometimes no hyphen, i'm just guessing === Mob is now known as MobGod [14:17] catphish: https://stackoverflow.com/questions/8039232/how-to-get-list-of-supported-encodings-by-iconv-library-in-php per that Dirkos was right… [14:18] Dirkos: you might wanna see what iconv -l gives you [14:19] maybe system locales need generating then, i forget how to do that [14:29] #ics-a1120 === PhonicUK2 is now known as PhonicUK === shroud_ is now known as shroud [14:44] z.z..z.z.z === max_ is now known as Guest14462 === Guest14462 is now known as _max_ === _max_ is now known as s_max [14:47] Hey ubuntuer! What is the firefox version installed in ubuntu 15.04 images? [14:48] masoudd: 15.04 is no longer supported [14:48] !EOL [14:48] End-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/EOLUpgrades [14:48] xangua: I know. I just need to know the version of the firefox installed on it. [14:49] what's the etiquette for trying to get an existing package updated to the latest version of the software it contains? first get in touch with the package maintainer? [14:49] How can I find that out without downloading and installing 15.04? === dRuMz2 is now known as dRuMz [14:50] masoudd: firefox updates itself, on every version of ubuntu [14:51] !info firefox | masoudd [14:51] masoudd: firefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 44.0.2+build1-0ubuntu0.15.10.1 (wily), package size 43115 kB, installed size 104888 kB [14:51] lotuspsychje: I need the initial version installed on the iso images [14:51] !info firefox vivid [14:51] masoudd: why do you need an older version exactly? [14:51] masoudd: in vivid it's http://packages.ubuntu.com/vivid/firefox [14:51] firefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 44.0+build3-0ubuntu0.15.04.1 (vivid), package size 43153 kB, installed size 106555 kB === vincent__ is now known as Guest8050 [14:52] lotuspsychje: I don't. I need to know the version. I have a firefox add-on and someone reported that it doesn't work for them. All I could get was that they were using ubuntu 15.04 [14:53] then you should tell them support has ended [14:53] SchrodingersScat: Who's support? [14:53] the world [14:53] ! Vivid | masoudd [14:53] masoudd: Ubuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and http://ubottu.com/y/vivid [14:54] I would like to support older firefox versions in my add-on [14:54] masoudd: that would not be smart [14:54] It may or may not be. But that's not the topic [14:54] correct, !EOL versions are off topic [14:55] I just need to know what version of firefox is installed on 15.04 iso. How can I find that out? [14:55] Figure out what wss the latest stable Firefox when vivid was released [14:56] masoudd: http://distrowatch.com/table.php?distribution=ubuntu if you trust distrowatch, otherwise download the iso [14:57] It's 37. Thank you SchrodingersScat [14:57] masoudd: or maybe 38 and 39.. [14:58] masoudd: did you friend say at wich time exactly they used firefox? [14:58] masoudd: firefox versions get updated once in a while right [14:58] lotuspsychje: Not if they don't update at all [14:58] apparently it's a livecd, so the person wants to forever boot into 15.04 and add the addon, or have persistence and always be old versions for no one knows [14:59] lotuspsychje: Right? [14:59] masoudd: if they didnt update indeed [15:00] masoudd: but making support of an addon, on an eol version that isnt updated...? [15:00] this conversation is beginning to sound like troll terrritory [15:01] lotuspsychje: World is not perfect [15:01] lotuspsychje: There are people stuck with firefox 14 on windows XP. [15:01] masoudd: your in #ubuntu here, things go otherwise [15:02] (: [15:02] I'm just saying not everybody can and would update immediately like their life depended on it [15:03] !usn | masoudd this is what happens if they don't [15:03] masoudd this is what happens if they don't: Please see http://www.ubuntu.com/usn for information about recent Ubuntu security updates. [15:04] lotuspsychje: Some systems are air gapped [15:04] masoudd: lets move on now, keep it support related [15:04] masoudd: or join #ubuntu-discuss :p [15:05] i just heard / read that ubuntu 14.04.4 ships with Linux 4.2, but my installation (upgraded from older version of Ubuntu) only seems to have Linux 3.13.0, is there some reason i'd be missing the kernel upgrade? here's what i see: http://paste.codebasehq.com/pastes/1cd1403hoht66uhy5y [15:06] !info linux-image-generic trusty [15:06] catphish: is there a particular reason you need 4.2 kernel? [15:06] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 3.13.0.79.85 (trusty), package size 2 kB, installed size 29 kB [15:06] I've added www-data to sudoers file so it should be able to remove directory: echo "www-data ALL=(ALL) NOPASSWD: /bin/rm" >> /etc/sudoers [15:06] xangua: nope, i'm just confused as to why docs say 14.04.4 ships with 4.2 but its not present in my installation [15:06] but after that it still can't remove file/directory [15:06] do I need to reload something? [15:07] !hes [15:08] !enablementstack [15:08] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases. see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [15:08] catphish: see above [15:09] akkonrad: what are you playing with? apache? [15:09] yes [15:09] lotuspsychje, ^ [15:09] akkonrad: maybe the #httpd guys ca give you a hand also? [15:10] will ask, but I guess it's more related to os iteslef [15:10] akkonrad: could be mate, just giving you more options to solve [15:11] lotuspsychje, I've added www-data as directory owner of file that I want to remove from. but file is owned by root ,so that's why I want to remove it by www-data [15:13] hello I installed lubuntu but I got no sound and the mic isn't working... anyhelp? [15:14] sound works in windows btw! [15:14] !sound | TheSilentLink have you doublechecked here? [15:14] TheSilentLink have you doublechecked here?: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [15:16] o ok thanks were is the sound preferences in lubuntu? === MobGod is now known as Mob [15:19] server iurc.ircgate.it [15:21] TheSilentLink: the #lubuntu guys might know [15:21] lotuspsychje, thanks [15:23] popey, yesterday you fixed my upsdie down webcam on firefox using LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so firefox . Any idea to make it work with chromium? I doesn't show any immage with LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so chromium-browser [15:24] theorized: probably because chromium-browser is a shell script [15:24] popey, is it bad? [15:25] try export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so [15:25] then on a new line [15:25] chromium-browser [15:25] (make sure chromium isn't running anywhere) [15:27] popey, nope! Samme issue [15:27] don't know then, sorry. [15:28] popey, thank you anyway :) [15:28] Hi folks, does ubunutu have systemd? [15:29] latenite: Yes [15:29] latenite: since 15.04, yes === utlemmin` is now known as utlemming [15:48] Does anyone know if there's an active rsync mirror for old-releases? [15:48] http://old-releases.ubuntu.com/releases/ [15:50] to achieve what? [15:51] hi [15:52] goldendict was last updated in 2013. It cannot handle large libraries (mine crashes every time I open it). what alternatives there are? [15:52] www.alternativeto.net [15:52] I am looking for a channel where someone knows how to use hydra [15:52] !alis | neutron try using this [15:52] neutron try using this: 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 [15:53] daftykins, To create an rsync mirror of it [15:53] I mirror a large number of OSS projects, ISOs, etc. [15:54] setuid: it's concerning to me that you are doing things with old insecure releases at all [15:54] you should be letting them die [15:54] !alis [15:54] 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 [15:54] daftykins, Because people use them for testing, lab work, learning [15:55] ciao a tutti [15:55] !it | Canada89 [15:55] Canada89: 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) [16:00] hi [16:01] how are you [16:01] hi community, I am developing with udev, I dont know if its the right place to discus it, I am trying to figure out which ports belong to a single device. but I am still not able to figure out an easy way to identify it using for exmple the syspath. [16:01] can anybody help me with that? [16:01] Canada89: this is a support channel for ubuntu, support questions here - chat in #ubuntu-offtopic [16:01] herrkin [16:01] herrkin: maybe #ubuntu-devel ? [16:01] ok let me see, thanks [16:03] or #kernel-devel [16:03] hi i asking simple question [16:03] another thing about ubuntu, I messed up the codecs [16:04] I have no idea how to repair those (about dependencies) [16:04] herrkin: tell us what happens exactly? [16:04] i have asus eeepc701 which ubuntu distribution is suggested? === erwin is now known as easyOnMe [16:05] I tried to see some video files and I ended up installing some libs and now I cant use lots of apps. for example I cant use any sip phones. [16:05] none, those Eee PCs are such rubbish that nothing modern will run well on them now [16:05] Canada89: you're better off disposing of it. [16:05] they say they need some lib but ubuntu wont install it [16:05] hi === brian is now known as Guest93789 [16:05] what better dafty? [16:06] Canada89: you can install minimal Ubuntu on them fine, with a very light DM like openbox, If it's a 4G Surf [16:06] herrkin: did you mess with external ppa's of any kind? [16:06] yes it is 4g surf [16:06] hi, i have updated my system then i rebooted and its showing an error "starting version 219" [16:06] Canada89: it's donable. I had one as a carry-about until the keyboard died. Console only on that one though I did install openbox previously [16:06] *doable [16:06] is there a separate channel for Zorin or this the place to go? [16:07] how can i fix starting version 219 [16:07] !alis | Guest93789 [16:07] Guest93789: 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 [16:07] Doe anyone know how to fix this error when trying to install something? [16:07] dpkg: error: parsing file '/var/lib/dpkg/available' near line 1491 package 'libfreetype6:amd64': [16:07] duplicate value for `Architecture' field === daxcat is now known as ezri [16:07] abhishek: are you booting with quiet splash? [16:07] what is queit splash [16:07] thanks [16:07] I'll take that as a no. [16:08] abhishek: what version of Ubuntu are you running? and what graphics driver? [16:08] no i installed in whole system [16:09] abhishek: .... that doesn't answer either of my questions. [16:09] Canada89: try lubuntu, it's using lxde [16:09] i am not using any application for booting [16:09] abhishek: what version of Ubuntu are you running? [16:09] 15.04 [16:09] have question about permissions and LAMP [16:09] i installed old release of ubuntu with gnome and it works wery well [16:09] abhishek: 15.04 is EOL, you need to upgrade. [16:10] !vivid | abhishek [16:10] abhishek: Ubuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and http://ubottu.com/y/vivid [16:10] akik [16:10] Canada89: so what is the problem? [16:10] i installed old release because it depends for my hardware [16:11] brian_: best to ask your specific question here, or in #ubuntu-server perhaps [16:11] ty [16:11] abhishek: that 219 error is a bug in 15.04 anyway, so upgrading to 15.10 will fix it. [16:11] i cant overwrite the index.html file in www [16:11] should i change thru terminal? [16:12] for security reasons [16:12] thanxx.....nicomachus.....i will try to upgrade [16:13] !lamp | brian_ [16:13] brian_: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process. [16:13] brian_: maybe the #httpd guys might also know [16:14] trying to do php/mysql testing but cant alter the www folder files [16:14] ok [16:16] brian_: http://askubuntu.com/questions/46331/how-to-avoid-using-sudo-when-working-in-var-www [16:17] ty i will read that in a bit [16:20] what is channel list cmd? i havent used IRC in years [16:20] !alis | brian_ [16:20] brian_: 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 [16:20] !alis | brian_ [16:20] brian_, please see my private message [16:20] brian_: Example usage: /msg alis list #ubuntu [16:21] hi guys, I'm thinking in change my linux distro, but I have a folder with more than 50GB of pictures, I don't have an external hard drive or something, can I partitionate my hard drive, and move all to there? so I can use that partition as a backup? [16:22] n-iCe: backup first whatever you do. You only lose stuff like that once [16:22] You could. Google Drive also offers 50GB of free space that you could use to backup. I believe dropbox also does 50gb for free. [16:22] and MEGA [16:22] somsip: that's what I want [16:23] n-iCe: backup to a drive that you are not changing partitions on [16:23] n-iCe: low risk of total lose, but a high cost if it does [16:23] *loss [16:24] n-iCe external hdd if you have is better [16:24] IonutVan_: I don't [16:24] cloud storage then [16:24] gdrive, box, mega, ... [16:24] says that will take 1 week [16:24] is there some bug screwing up dpkg right now? [16:24] sudo dpkg --configure -a [16:25] dpkg: error: parsing file '/var/lib/dpkg/available' near line 1945 package 'makedev': [16:25] umoukun: no, no bug. what's your error? [16:25] n-iCe go and buy a 64GB usb stick and save them there, is a pizza money :) [16:25] when I try to install packages [16:25] it complains about errors parsing that file [16:25] <\9> umoukun: pastebin the entire output [16:25] n-iCe or even 2x32 GB usb sticks, maybe will be cheaper than 1x64GB [16:26] in US Big lots has 32G stick for 20USD [16:26] n-iCe for example: http://www.amazon.de/SanDisk-SDCZ48-032G-U46-Ultra-Flash-Drive/dp/B00DQG9OZ2/ [16:26] 10 euro [16:27] buy two of them and done :) [16:27] http://pastebin.com/7408ZdJa === najmi is now known as protonfusion [16:27] anyone use gnome-terminal + irssi [16:28] wsdjeg: I do, why? [16:28] n-iCe it seems that 64GB usb stick is only 16-17 euro: http://www.amazon.de/SanDisk-SDCZ43-064G-G46-Ultra-Flash-Drive/dp/B00LLEODCK/ [16:28] why alt + num does not switch between window, but esc + num works [16:28] <\9> umoukun: you seem to not have debconf installed when debconf is needed for installing [16:28] IonutVan_: lets not make it the hardware talk here [16:28] lotuspsychje ok, sorry, just gave it some ideas [16:28] wsdjeg: alt+num works fine for me, but that's more of a question for #irssi [16:28] gave him* [16:28] <\9> umoukun: what happens if you do: sudo apt-get install debconf? [16:29] <\9> without the question mrak [16:29] <\9> mark* [16:29] what is your irssi version and terminal version? [16:29] I did sudo dpkg --clear-avail and now it fixed that error, but now it is saying: multiarch-support is unpacked, but has never been configured. [16:29] <\9> wsdjeg: at least on mate-terminal, alt+num changes tabs [16:30] <\9> wsdjeg: alt and esc are the same as far as ncurses applications are concerned [16:30] <\9> which is why esc works [16:30] hi on trusty here. according to https://wiki.ubuntu.com/Chromium/Getting-Flash i should install adobe-flashplugin for flash support in chromium, but i dont see it in chrome://plugins - any idea? chromium-browser: Installed: 48.0.2564.116-0ubuntu0.14.04.1.1111 | adobe-flashplugin: Installed: 1:20160209.1-0ubuntu0.14.04.1 [16:31] t4nk555: pepperflash for chromium [16:31] t4nk555: it's not in chrome://plugins, you install it via terminal. but I would use pepperflash as lotuspsychje suggests. [16:31] <\9> umoukun: so, try configure it? dpkg --configure multiarch-support [16:31] maybe it is due to how my terminal send `alt` to the app [16:31] lotuspsychje, yes [16:31] wsdjeg: it could be in your irssi shortcut settings. again, more of a question for #irssi I'd say. [16:31] and I am using ubuntu 15.10 [16:31] ty, i'll try pepperflash. I jus was curious because page suggests "As of 2015-05, the old "pepperflashplugin-nonfree" is deprecated in favor of an official" [16:31] IonutVan_: ok, I'm going to buy one better [16:31] <\9> wsdjeg: or if it doesn't send alt at all, because of the possible reason i outlined above [16:32] lotuspsychje, any way to clean it? [16:32] !info pepperflashplugin-nonfree | t4nk555 [16:32] t4nk555: pepperflashplugin-nonfree (source: pepperflashplugin-nonfree): Pepper Flash Player - browser plugin. In component multiverse, is optional. Version 1.7ubuntu1 (wily), package size 10 kB, installed size 69 kB (Only available for i386; amd64) [16:32] !ppapurge | herrkin [16:32] herrkin: 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:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [16:32] <\9> wsdjeg: i just tested, gnome-terminal does indeed exhibit the tab-changing behavior with alt [16:32] \9: thanks [16:33] lotuspsychje, that would make all of the packages default ubuntu repo? what about the packages that are external from ubuntu? for example I am using a deb from rabbitmq [16:34] herrkin: we cant support external ppa's here mate sorry [16:34] ok [16:34] herrkin: it can get your system in trouble like now [16:35] herrkin, you could get some suggestions from #ubuntu-devel perhaps [16:35] <\9> umoukun: if all else fails, try use a livecd and chroot to the system and resume installation there. it seems that your lack of system functionality is getting in the way of the installation process [16:38] guys, anyone here has try android app on ubuntu? Recently some people tell they succeed try android on kubuntu desktop [16:39] Bailey831: there are some projects to run Android apps on Linux desktop, if that's what you mean [16:41] Has the latest LTS already been released? [16:41] yupps I've read article on wiki, android OS was based on linux kernel, please tell me some of them [16:41] !xenial | skinux [16:41] skinux: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. Announcement at http://www.markshuttleworth.com/archives/1479 - Discussion in #ubuntu+1 [16:42] <\9> skinux: final release slanted for 21st [16:42] Ah, okay. [16:42] <\9> 21st of april that is [16:43] skinux: or you can install the daily image to help testing right now, see #ubuntu+1 [16:43] 16.04 released on April (4)? [16:46] Bailey831, Apr 21 [16:50] just for info, firefox 45 is out update your system :p [16:51] i tried to change permissions to 022 [16:51] still ant edit index.html [16:51] *cant [16:51] briandw1969: ahhh, 022 - why? user = no permission with that. [16:52] briandw1969: 022? why that? [16:52] ok i misread the article [16:52] bush did 9/11 allahu akbar [16:53] i am the only 'user' on the system [16:53] what should it be? [16:53] new to Unix [16:54] briandw1969: best to repeat the full story in one line, when re-asking so others can help you better mate [16:55] maybe 077? [16:55] nobody wants to look at all your separate messages and glue them together, briandw1969 [16:55] sorry [16:56] briandw1969: what do you want to do at all? [16:56] briandw1969: note it's also possible to use ugo (user/group/other) with chmod... so "sudo chmod u+rw foo" would give user read/write permission. [16:56] i have LAMP set up and i cannot rewrite/replace the index.html or others files in www folder what permissions should i set to [16:57] briandw1969: and the numbers are for user,group,everyone. so 0XX will always grant the owner 0 permissions [16:57] I have a fresh 14.04 server install w/ a static IP defined in /etc/network/interfaces. After ~8 hours it switched to using a DHCP-assigned address. Running ifdown & ifup on the interface restores the static IP but what might cause the switch. Is there an additional setting somewhere? [16:58] briandw1969: stop fiddeling with permissions then. put your user into the www-data group [16:58] what are you talking about? === v3nd3tta is now known as v3nd3tta`` [16:58] Bailey831: dont mind the trolls. he is gone [16:58] i read that also and wasnt sure of any problems with it [16:59] andy_wfc: nope, but if you never did a full reboot i wouldn't be surprised [16:59] briandw1969: so did you put your user into the www-data group? did you relogin after that? does it work now? [16:59] greetings [16:59] hi [16:59] how can you enable CORS in a LAMP environment with a wildcard so anyone can access it? [16:59] havent done yet,still noob to unix [17:00] or what is the best solution [17:00] *Linux [17:00] briandw1969: so stop saying you are a noob and start using it and learning. where is your exact issue now? [17:00] see lol [17:00] !lamp | cryptomonk [17:00] cryptomonk: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process. [17:01] just want to write files to www so i can get around to web testing [17:01] cryptomonk: maybe the #ubuntu-server guys might also know that one [17:01] daftykins: out of curiosity what service(s) are the relevant ones where a reboot would make the static IP permanent? [17:01] briandw1969: so did you put your user into the www-data group? did you relogin after that? does it work now? [17:01] what is the cmd to do that [17:03] briandw1969: how did you install "LAMP" exactly? with apt-get/synaptic/U.S.C. or was it something you downloaded from internet? [17:03] apt gey [17:03] *get [17:03] !adduser | briandw1969 [17:03] briandw1969: To add new users to your Ubuntu system, follow the instructions at https://help.ubuntu.com/community/AddUsersHowto - For administrative privileges, users need to be made members of the group "sudo" - See !sudo [17:03] briandw1969: ok, just checking. [17:03] briandw1969: "sudo adduser user group" [17:04] briandw1969: and you really need to look into those basics and start to learn them. [17:05] yes i know i have started downloading cmd 'cheat sheets' [17:07] hello~ [17:07] andy_wfc: none. [17:08] Hmm [17:08] briandw1969: perhaps you should use a vm envorinment for your LAMP stack in an unfamiliar OS...that way you can mess it up and then revert your changes === ubuntu-mate is now known as Saxophone [17:08] true,i have virtualbox installed [17:08] Anyone can help me with a Tor on Ubuntu Live (no persistance) installation? The current guide is a bit confusing. [17:08] briandw1969: are you snapshotting your changes? [17:09] Got some instructions here: https://www.torproject.org/docs/debian.html.en [17:09] no,this is an expendable machine,nothing i cant reload [17:09] But my version is Vivid Vervet, so can I just type that then? [17:10] Saxophone: that's EOL. [17:10] <\9> !vivid|Saxophone [17:10] Saxophone: Ubuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and http://ubottu.com/y/vivid [17:10] we do not help with EOL releases [17:10] Oh I see. [17:11] Saxophone: dont use 15.04 anymore. its insecure now [17:11] Mk mk, ty. [17:11] Still, 2 more questions about this install? In case I want to do it in future. [17:11] Or just 1 at least...do I do from Source Tor or just regular? [17:12] !tor | Saxophone [17:12] Saxophone: Tor is a program to route connections through several servers for anonymity. It is in Ubuntu's repositories, but the Tor Project recommends using their Tor packages due to past issues with Ubuntu's. For setup info, see option (2) of https://www.torproject.org/docs/debian.html.en | To use Tor on freenode, see !tor-sasl [17:12] Oh right you guys have scripts, eat [17:12] *neat [17:13] Yeah the repositories are not advised on the main page. [17:13] Saxophone: use an actual supported ubuntu. use the packages from tor website. [17:13] Right, will switch. [17:15] By the way, general question...It seems that if I torrent in Transmition, this does not affect Windows (minus installing something, which I don't). This is true right? [17:17] Saxophone: what do you mean by affect [17:17] Like, in torrenting clients, it opens up Windows to vulnerabilities since you open connections. If you do it from Windows. [17:18] that's a silly statement, ALL internet based connectivity is opening up to attack [17:19] Right, but if its on a live USB torrenting with Win partition unmounted it shouldn't bother it. I.e. what harms can attacks cause via Linux with no persistence? [17:20] Saxophone: start from the beginning mate, install a supported ubuntu version [17:20] Saxophone: this way you wont get any security attacks [17:20] Saxophone: running an internet based application on a non-updatable live session is fundamentally ridiculous [17:23] Ok, but assuming the files are ok, what harm can it really do? It has no access to system files and partition, and session prevents any changes on next redo, plus I can just reformat if I need to. [17:23] it doesn't touch Windows, but the way you're using your computer is ridiculous in my opinion [17:23] now as we've said, move away from the EOL release [17:24] Yeah I will when I restart soon. Although I could do with less opinions, I just wanted some technical details. ;p [17:24] these are technically based opinions [17:25] you are being a very silly internet user, mark my words. [17:25] Using tor on an installation without knowing what it does and how to prevent ipleaks is ridiculous :) [17:25] I'm not doing anything shady, just getting Game of Thrones lol. I asked about Tor cause I was curios. [17:26] aaand ignored [17:26] Use Tails [17:26] Yeah I have Tails. [17:26] I wanted to test the Tor install process in case of doing Ubuntu on a machine. Will get a stable first tho'. [17:42] I have Ubuntu-14.04.4 installed on a Desktop and a laptop I used a live cd to install an o/s to a usb pen drive from the desktop the pen drive will run on the desktop but not on the laptop the laptop only opens the folders from the pen drive.....why!!! [17:43] texla: what is on that pendrive? [17:44] I linuxlite [17:44] can we do a full install to usb key?, i dont want to set up persistence, the user keeps breaking it somehow. [17:44] and the issue is now what exactly? your laptop cant boot from usb? [17:44] Another has mint 17 and another pclinos and work on pc [17:46] ZeloZelos: you can install onto a usb. just choose that as destination in the installer [17:46] ZeloZelos: Yes, but as USB drives tend to be slow it's going to run slowly. Also, if you plan to use it on multiple machines via UEFI there are additional considerations that you need to take into account. [17:47] i have a usb key set up for install, the usb is for 1 system that has no internal disk, i have a blank 20gb key ready to go, booted installer and the blank usb did not show up [17:47] yeah, you loose the mobility then in most cases. but if its static in that machine then why not (besides its really really slow) [17:47] k1l_, The problem is that it does not boot from usb it can mount but does not boot [17:48] do i mount the 20gb disk (installing to) ? with pmount? mount? [17:49] texla: if you talk about "mounting" its already to late. since booting doesnt work when another OS is running already. [17:49] ZeloZelos: Please pastebin the output of "sudo parted -l". [17:50] ZeloZelos: When working properly, the installer will do all mounting itself (after partitioning is done). [17:50] Jordan_U, i get that, how do i get the installer to see the usb key as the target to install to? [17:51] ZeloZelos: open a terminal and do a "sudo parted -l" after the other usb is plugged in, while beeing on the live desktop mode [17:51] k1l_, I am not trying to run two o/s at once I insert the pen drive then start the laptop up === uranus is now known as Guest77595 [17:52] then what k1l_? [17:52] texla: there is no "Mounting" in bios boot mode. so it makes no sense to talk about that. if you mount the usb drive after another OS is already loaded that is not related to booting that usb [17:52] i c [17:52] ZeloZelos: show the outpu in a paste.ubuntu.com and show the link here [17:53] i will have to wait till she comes back home, she took the laptop with her to school [17:53] ZeloZelos: That command won't change anything, it will just get us information to better understand the state of your system. [17:53] what will i be looking for? [17:54] ZeloZelos: if the 2nd usb drive is listed there [17:54] kk, if it is not? [17:54] look at dmesg what the issue is. [17:54] also, try another usb port [17:54] k1l_, Mounting is just to say it shows me the files after the ubuntu is loaded rather than the other o/s from startup [17:54] it only has the 2, they both work [17:55] i think 1 is usb3, does that make any difference? [17:55] Hey guys. I want to pin a PPA but I don't understand how I determine what the name should be that I configure for pinning for a PPA. Can anyone help me understand how that apt preference name is defined for a ppa or any other source? [17:56] ZeloZelos: ok. if you dont want to provide the output via a pastebin so others can look you need to make conclusions yourself [17:56] texla: i dont know if linuxlite needs special handling of their isos [17:56] i would like to, but the system is not here..i suppose i could do it with this machine [17:56] !pinning | jetole is what you need? [17:56] jetole is what you need?: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [17:57] i will try that thanks for the advice/help ;) [17:57] jetole: we dont support external ppa's neither if thats what your trying? [17:58] k1l_, But it and all the others work on the desktop I wonder why the laptop is different === lambda is now known as Guest8866 [17:58] texla: does that machine boot other usbs? [17:59] texla: please first chech the bios settings and the bios boot menu. [17:59] lotuspsychje: I have read that a couple times but if I want to pin a PPA, I don't understand how I figure out what name to use for "Pin: release o=". They show an example with one PPA but I don't understand, for example "Pin: release o=LP-PPA-kubuntu-ppa-backports", how did they determine the name is "LP-PPA-kubuntu-ppa-backports" ? [17:59] lotuspsychje: no I don't need help with the PPA itself. The PPA I am sure works fine. I am asking about APT pinning in general with PPA [18:00] jetole: maybe start from the beginning, you need a ppa for wich package? [18:01] lotuspsychje: I have the ppa. It's for a newer version of tmux but there are packages in the ppa that I want to ensure are not accidentally installed over system provided packages so I am trying to determine how I create the name for the PPA used for pinning and want to understand how it's actually created so I can apply the same logic to any PPA based pinning in the future regardless of the source PPA [18:02] k1l_, I have checked the bios and set to boot for cd/dvd which is the only other setting with the accept ion of normal boot the cd and dvd boot normally [18:02] jetole: wich ubuntu version are you on? [18:02] I used a Kali Linux live USB to test the security of my network... and then afterwards, attempting to boot into my ubuntu OS... I could not boot. And my laptops software that scans for issues came back with corrupted OS. Is there anything I can do at this point? [18:03] SkepticalParrot: can you still enter grub? [18:03] lotuspsychje: so my question is how do I determine the name used in pinning of a PPA. How do I get "LP-PPA-kubuntu-ppa-backports" (Used in the example on the pinning documentation page you posted) from "ppa:kubuntu-ppa/backports" ? [18:03] lotuspsychje: 15.10 [18:03] !backports | jetole [18:03] jetole: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [18:03] most recomended virtualisation tool for linux/ubuntu? [18:03] lotuspsychje: no. It doesn't even boot to grub. [18:03] artur: virtualbox is pretty nice [18:04] lotuspsychje: I don't think you understand the question. The backports page doesn't have a answer regarding the naming convention [18:04] I encrypted my installation and now I cannot back up my files. [18:04] except virtualbox ;) [18:05] for the pin name, for a ppa? do I just prefix the referenced ppa with "LP-PPA-" and then change the ppa tag "/" to "-" [18:05] ? [18:05] looking at the example, that looks like how it's done [18:06] The installation is Ubuntu desktop... can I rescue it with the Ubuntu Server live USB? === canonikip is now known as Loopeth_ [18:07] artur: vmware [18:07] on linux? [18:07] SkepticalParrot: Did you encrypt your /home directory or did you encrypt the root partition? [18:07] cool didnt know [18:07] I think both. [18:08] SkepticalParrot: what is displayed on the console when you boot? You said it doesn't boot to grub. What does it do? [18:10] jetole: it says "Media test failure, check cable." then says "No Boot Device found. Press any key to reboot the machine." === ladrua_ is now known as ladrua [18:10] SkepticalParrot: I would boot into a live distro with a gui (easier to multi task) you may be able to do this with ubuntu server but it won't provide anything you don't already have... [18:11] SkepticalParrot: in the live OS, look at your partitions, try to mount them, etc [18:12] SkepticalParrot: from the live, you can run `sudo apt-get install gparted` (without the quotes) and it can give you a good view. Then you can try mounting them from the command line with something like `mount /dev/sda1 /mnt` (that is if /dev/sda1 is a partition [18:13] SkepticalParrot: if you cannot mount a partition like that due to some mount error and you have looked at all partitions then, I am not saying your system needs a re-install yet, because I just can't know enough about it over chat, but chances are that it probably will and if you don't have the knowledge or experience, this can be a very difficult thing for someone to remotely assist with over IRC [18:13] texla: did the laptop boot other usb pendrives or other OS on that exact pendrive before? [18:13] SkepticalParrot: maybe boot a live distro and install team viewer in the live distro and let someone connect to it remotely to troubleshoot [18:14] Oh, I know how to install operating systems. [18:14] Mom comes to me for tech support. lol [18:14] :| [18:15] How do I deal with apt-get saying "0 upgraded, 0 newly insatlled, 0 to remove and 3 not upgraded."? [18:16] I am using Ubuntu Desktop [18:16] Eliter: do you want to upgrade them … or what? [18:16] lyze: yeah, I want to upgrade them [18:16] Eliter: sudo apt-get upgrade [18:16] lyze: I did that [18:16] k1l_, I have other pen drives made the same way on the same desktop>ie: mint 17 pclinuxos,puppylinux porteus,etc they all react the same way on the laptop [18:16] Eliter: also a dist-upgrade ? [18:16] still same results [18:17] use -f [18:17] lyze: never heard of that. I will try that [18:17] not dist-upgrade [18:17] Eliter sudo apt-get dist-upgrade [18:17] texla: so the laptop cant boot from usb [18:17] Eliter, probably new kernel files [18:17] Eliter: run "sudo apt update && sudo apt full-upgrade" [18:18] k1l_, It will not boot usb pen drives from the laptop [18:18] the apt got a better naming of the "dist-upgrade" command: apt full-upgrade. that is not so confusing [18:18] k1l_: I've seen people do that. What does the "&&" do? [18:18] texla: ok, so we dont have an ubuntu issue here at all [18:19] Eliter: it will run the command after the && only when the first command did finish successfull [18:19] k1l_, I think you are correct in your analysis [18:19] oh, ok. :) [18:20] texla: so its time to get the manual of that laptop :) [18:20] jetole: it says crypto_LUKS is an unknown file type. Is there any way for me to back up my files? [18:21] All my stuff is on that partition. [18:21] k1l_, Okay tha ks a bunch for the help [18:22] SkepticalParrot: what command did you run or what was happening when it mentioned LUKS file type [18:22] jetole: I did "sudo mount /dev/sda3 /mnt" [18:22] anyone use ubuntu on one of the solidrun cubox systems? [18:22] after doing lsblk to identify the partition. [18:22] is there a relatively painless way to do screen capture videos in ubuntu? [18:23] SkepticalParrot: sudo apt-get install cryptsetup [18:23] then try again @ mount command [18:23] Hi. Are bad sectors mapped only on the filesystem level, or are HDDs able to map them out and omit them on the hardware level? [18:23] mekhami: simple screen recorder, open broadcaster … [18:23] SkepticalParrot: note, if it's crypto_LUKS you need to unlock the partition first, then mount it from /dev/mapper/FOO... good luck. [18:24] AlexQ, the hdd keeps track and 'reallocates' with spare sectors, and if SMART says you have any, its time for a new drive [18:24] ciao [18:25] SkepticalParrot: you might want to see http://askubuntu.com/questions/63594/mount-encrypted-volumes-from-command-line [18:26] lyze: does that capture audio as well? [18:27] mekhami: I don't know about simple screen recorder but open broadcast software "studio" will defintively do. [18:27] mekhami: that one has also advanced features like recording a single video, overlapping multiple windows, multiple screens, embedding animations and a lot more [18:27] compdoc: I wanted to use an old drive for non-critical tasks, such as a HDD for a PVR. BTW. Does SMART work via USB2.0 to SATA enclosures? I installed gnome-disks or sth, and it shows SMART data for the internal drive, but the SMART option is grayed out for the external one connected with USB. [18:28] lyze: i've used OBS on windows before, didn't know it was available on linux. Excellent, thank you! [18:28] AlexQ, with usb, sometimes smart works and sometimes not [18:28] compdoc: Depends if the enclosure supports it? [18:28] mekhami: No problem! They are currently rewriting it to make it platform independent. It works very well actually already [18:28] list [18:29] . [18:29] AlexQ, right. you could remove the drive from the case for testing === back is now known as Guest62364 [18:29] hello all [18:30] AlexQ, once sectors start to fail, they dont stop. you could easily damage files or lose entire directories [18:32] zykotick9: Cannot use device /dev/sda3 which is in use (already mapped or mounted) [18:33] compdoc: As I am saying, I only want to record some stuff from TV, or play sth on the TV. If the disk fails completely and I loose everything on it, let it be [18:33] then no problems [18:33] hey [18:33] tried sudo mount /dev/mapper/sda3 and says mount: /blah/blah/blah mounting read-only special device /blah/blah/blah does not exist. [18:34] SkepticalParrot: so it's already in use! reboot, might be the easiest solution? or figure out where it's mounted? [18:34] compdoc: I don't understand... I can write 4 512M blocks from /dev/null to that device and I get no errors, but when I read, it crashes on 1.7GB [18:34] smart is the only way to know whats happening [18:35] SkepticalParrot: did you call it sda3 when using "sudo cryptsetup luksOpen NAME"? [18:36] SkepticalParrot: you can't trust sdXY to stay the same! are you _sure_ it's the right partition? are you also using LVM? [18:36] compdoc: I don't remember how much data I wrote on the beginning of the disk to get rid of the partition table quickly... Maybe less and now the HDD mapped the block out. I'll try to read again. Okay, I'll connect that HDD to a PC later directly via SATA and check SMART and do some tests then [18:36] zytotick9: yes. And I ran "mount" in the command line and I don't see it mounted... also, yes... I'm sure it's the right partition. [18:37] Is it possible the bootloader is corrupted? [18:37] And that's why I can't boot? [18:37] SkepticalParrot: does "ls /dev/mapper/" list anything? [18:37] Yeah. 4 things. [18:38] I'm looking for a dropdown terminal solution in ubuntu [18:38] shat should I install [18:38] "control" "crypt_LUKS" "ubuntu--vg-root" and "ubuntu--vg-swap_1" [18:39] ciao [18:39] SkepticalParrot: so you're using LVM as well! that's going to require additional mounting stuff! i don't know the exact preceedure sorry. [18:39] :( [18:40] 'ello all [18:40] compdoc: Okay, I installed smartctl and it seems to be working for that device even via USB 2.0. I don't know much about SMART reports, though. Could you please have a look? http://paste.ubuntu.com/15336434/ - thats smartctl -x /dev/sdb, hope that's a good command to get some general info [18:40] SkepticalParrot: that "ubuntu--vg-root" is probably what you're after... best of luck - research mounting LVM or better yet, encrypted LVM from command line. [18:40] started running into this error on updating: W:Failed to fetch http://ubuntu.mirror.constant.com/dists/wily-updates/main/source/Sources Hash Sum mismatch [18:40] among others. [18:41] Is this related to the imminent release of 16.4 maybe? [18:41] so I'm having issues with the screen being too small, with my guest OS being Ubuntu on virtualbox. [18:41] AlexQ, theres nothing wrong with the drive [18:41] Eliter: install the guest-additions on that ubuntu guest [18:42] I am looking at this article: http://askubuntu.com/questions/104440/how-do-you-resize-the-standard-ubuntu-desktop-inside-of-virtualbox and it cannot install virtualbox-guest-x11, since it depends on other things [18:42] AlexQ, maybe the cable or the external's electronics or power supply [18:42] jilocasin0: just run it again and see if that error happens again. or wait till the server is synced properly. or remove the old apt caches [18:43] After this, I am never encrypting my stuff again. [18:43] jilocasin0: and its not related to the new ubuntu release in april [18:43] ooops! I missed the or there! [18:43] If this ever happens again and I need to rescue my stuff... [18:43] k11_: yea it's still happening.... those are the basic ubuntu repos for wily [18:43] SkepticalParrot: Regular backups would be also a way to prevent that [18:44] jilocasin0: sudo rm -rf /var/lib/apt/lists/* [18:44] jilocasin0: then try again [18:44] k11_: the last time something like this happened was just before 15.10 was released [18:44] k11_: it corrected itself several days later, hence the question. [18:45] jilocasin0: its not related to releases (since its in april when 16.04 will be released) its just that your mirror is not in 100% sync to the main server. so either you clear the cached list now with that command or wait until its in sync again [18:45] compdoc: Strange, when I was copying some files I got errors and Xubuntu even crashed (the whole X session crashed, apparently). It was kind of crazy, but that was on another laptop. Maybe the enclosure is no good, but that would be strange to have read errors two times in the exact same spot, and no bad sector reports in SMART still. PS. How can I check if the HDD + enclosure needs more than standard 0.5 A / 5V power? It came with [18:48] AlexQ, in smart, you look for Reallocated_Sector_Ct, Reallocated_Event_Count, Current_Pending_Sector, and Offline_Uncorrectable. Yours are all zero. Theres one other named g-force errors or something that shows if the drive has been dropped or knocked around. yours doesnt have that, but no big deal [18:48] Hey guys, I'm adding SSL certificate but it crashes after I reload it [18:48] AlexQ, if sectors were having problems reading/writing, the drive records it in smart [18:48] I'm not finding Ubuntu log error for that [18:48] compdoc: Thanks very much [18:50] SkepticalParrot: so far the best howto i could find is http://ubuntuforums.org/showthread.php?t=940904 [18:50] k11_: rm'd the lists and tried again, same result..... [18:51] compdoc: Yeah, now I read 2 GiB of data with no errors this time. Maybe some strange error caused by the enclosure then. Thanks again [18:52] good luck [18:52] hi, I'm having trouble installing Google Chrome. I tried using the software manager/updater. It doesn't seem to want to install it. [18:52] I downloaded it from the Google website. [18:56] k11_: I'll try some other mirrors then. [18:56] k11_: Thanks or the help. [19:03] SUCCESS!!! I have all my files. Thanks guz! :D === ubuntu is now known as Guest13018 === Guest13018 is now known as Saxopone === Saxopone is now known as Saxophone [19:06] Question... [19:06] Option one: Tor on Debian stable, Debian sid, or Debian testing [19:06] If you're using Debian, just run [19:06] apt-get install tor [19:06] as root. [19:06] Note that this might not always give you the latest stable Tor version, but you will receive important security fixes. To make sure that you're running the latest stable version of Tor, see option two below. [19:07] Thanks. [19:07] Stupid copy paste...wtf [19:07] Ok, so... [19:07] You need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/: [19:07] How do I find out the "etc" part? Lol. [19:10] Saxophone: /etc is a folder on the system. its not just a placeholder === uptime is now known as sheeptime [19:11] Saxophone: and dont use the debian option if you run ubuntu. or use #debian if you use debian [19:12] dpkg: error processing package vlc-data (--configure):package is in a very bad inconsistent state;anyone know how to fix? [19:13] TheSilentLink: pastebin the command you ran and its full output [19:14] Seveas, I installed it using the Lubuntu Software Centre but it obviously hasn't worked [19:14] TheSilentLink: obviously :) try this command and pastebin its output: sudo dpkg --configure -a [19:15] Seveas, did it no output appeared [19:15] i typed just "crontab" instead of "crontab -e" and now my crontab file is emtpy [19:16] any way to get to the old crontab file ? [19:16] hi guys whats the point from encrypting irc connection if it can't hide your ip? [19:16] ericthe3rd: to encrypt the messages [19:17] only the message? thats big fail [19:18] your ip can be used to track you down [19:18] TheSilentLink: then I think the error is bogus. dpkg -l | grep '^.\?[A-Z]' [19:18] ericthe3rd: that's not on topic here, please join #freenode [19:18] (and pastebin the output) [19:18] ericthe3rd: that's a question for the #freenode folks. They can also give you a cloak to hide your IP. [19:18] or you can use proxies, bouncers, whatever. [19:19] you will be blocked out [19:19] ok thanks you [19:19] Seveas, is that command meant to take a long time? [19:20] TheSilentLink: no, it's pretty much instant. If it takes a long time, you copied it wrong :) [19:20] Seveas, o do you need the ' at the end? [19:21] yes :) from th d in dpkg to the last ', you need the whole thing. [19:22] Seveas, ok I got this http://pastebin.com/bYfdaHa0 [19:22] I'm going to preface this question with, "I'm dumb, I did a dumb thing.".. I was running an apt-get upgrade over ssh (not using screen), and managed to somehow close terminal.. I assume the upgrade is still happening as top has apt-get pegged, but is there any way to recover that session? [19:23] instead of use software center, use: sudo apt-get install program-name [19:23] TheSilentLink: ok, that does indeed look slightly wrong. Does this work: sudo apt-get install --reinstall vlc-data === v3nd3tta`` is now known as v3nd3tta [19:25] Seveas, I think it worked! http://pastebin.com/QbJXXc6A [19:25] can i make wine detect usb ports? os -> ubuntu [19:25] example : sudo apt-get install xchat [19:25] Seveas, though the program isn't in the 'start' menu [19:26] TheSilentLink: you may need to install vlc itself again. sudo apt-get install vlc [19:27] Seveas, it works thanks a lot, I am new to linux! [19:27] for use of dpkg, I use it for install files at the harddrive: sudo dpkg -i *.deb [19:28] ericthe3rd: what are you trying to do? wine is a mistake 99% of the time === AJC_Z0 is now known as AJ_Z0 [19:29] TheSilentLink: welcome :) === g_ is now known as torvaldi [19:29] daftykins: true. single malt scotch is much better (: [19:29] oof that was bad [19:30] sorry [19:30] I feel like I've found a bug in the generated package-config file for libffi (libffi.pc), present in the distribution I'm working with (Trusty armhf), but poking around in Launchpad, it seems it's around in the current Wily amd64 package as well. I came to determine if it's really a bug (that perhaps only rears it's head in cross-compile situations) [19:30] keithel: #ubuntu-arm [19:30] oh amd64 too huh [19:30] The issue is that most .pc files seem to have a Libs entry like so: [19:30] Seveas, just a question for you or anyone here but do you know how to install steam? On all my attempts it installed but nothing is show when I open the program even though the process is running [19:31] Libs: -L${libdir} -ldrm [19:31] and Cflags like so: [19:31] Cflags: -I${includedir} -I${includedir}/libdrm [19:31] but the libffi.pc file just has a libs line that indicates -lffi, no -L path...: [19:31] !steam [19:31] Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. [19:32] TheSilentLink: I don't use steam myself, but that link above may help [19:32] Libs: -lffi [19:32] Cflags: [19:32] keithel: given as you've already spammed the channel a fair bit, perhaps consolidating your point into a forum post, askubuntu question - or pastebin, might be helpful [19:32] So - in cross-compile situation, the compiler can't find the include files, nor the path to libffi.a/so. [19:33] daftykins, apologies. [19:33] Seveas, thanks === VictorCL is now known as VictorBE === dado982 is now known as dado981 [19:42] I am trying to use gnome's disk utility to format a encrypted USB drive.. but, when trying to format - it fails with "Error opening LUKS device: Command-line `cryptsetup luksOpen ""/dev/sdb"" luks-a4d5c9dd-fb9b-4f2b-b5cb-6f2dcd96b8fb' exited with non-zero exit status 2: No key available with this passphrase." What is wrong here ? [19:43] gso, you tried gparted yet? [19:43] ouroumov, No - just the builtin "disks" utility [19:44] gso: sounds like wrong password to me... [19:44] g [19:44] ok... [19:44] But, this is during the format - where I enter the password twice [19:45] zykotick9, If the password is not correct - the format button is greyed out [19:47] gso: i'm ONLY basing this on "No key available with this passphrase." [19:48] gso: the ""/dev/sdb"" double quotes also seem strange... [19:50] I'm trying to install Ubuntu on Samsung RC530 laptop. The weird part is that the device refuses to boot from USB drive with UEFI Boot Support DISABLED in the BIOS but boots fine with the option enabled but the installer complains that other OS (Windows in this case) was installed in Legacy mode. [19:51] Quintasan: is fastboot disabled? [19:51] EriC^^: No such option in BIOS [19:52] Quintasan: is the usb first in the boot order? [19:52] Yes. [19:52] Quintasan: it just skips it when you try to boot it? [19:52] It's like there is no boot sector on the usb drive and it goes straight to GRUB. [19:52] but it works in UEFI mode [19:53] Quintasan: it goes straight to grub? you mean you get a grub> prompt? [19:53] Nope. I get OS selection [19:53] EriC^^: There's Ubuntu 11.04 installed on the device and upgrading that sounds like a bad idea. [19:54] Quintasan: oh ok [19:54] helo [19:54] Quintasan: how did you make the usb? [19:54] EriC^^: dd if= of= bs=8M [19:55] Quintasan: did you checksum the iso? === dcode is now known as Guest93906 [19:55] EriC^^: I torrented it. [19:55] Quintasan: which ubuntu version is it? [19:55] 15.10? [19:56] yeah [19:56] 15.10 [19:56] Quintasan: ok, you can boot the iso from grub if you want [19:57] EriC^^: that should work [19:58] Quintasan: https://help.ubuntu.com/community/Grub2/ISOBoot#Menuentry_Example [19:59] Does anybody make a version of Ubuntu that includes a kernel that doesn't use cmov? Even "old machine" distros like http://www.bodhilinux.com/ which have a non-PAE version still require cmov. Any suggestions? [19:59] Compile a kernel yourself? [20:00] pedahzur: you could probably just add to CFLAGS -mno-cmov === Guest93906 is now known as dcode9 [20:00] Quintasan: EriC^^: I prefer http://www.supergrubdisk.org/wiki/Loopback.cfg#How_do_you_use_a_loopback.cfg_to_boot_an_iso.3F for loop booting Ubuntu isos with grub. It gets you a full menu of options and doesn't require modification for newer releases or other futzing. === step21 is now known as step21_ [20:01] Hey. I pretty new to Ubuntu, and Linux. But can someone pls tell me how to intall dc++ and get ssl-certs? When I trying to join, I get disconnected from the hubs coz I have a bad SSL-cert. [20:02] pedahzur: What hardware are you trying to use that doesn't have cmov? [20:02] nacc: Yeah, I could recompile my own kernel. But I would assume if the kernel requires it, other software for that distro will require it too...which means any binaries installed after the fact will fail in strange ways. [20:02] Jordan_U: AMD Geode...from quite a while ago. :) [20:03] pedahzur: time to throw that in the trash then :) [20:03] pedahzur: yeah, you're not in a great place :/ [20:03] Wuh, old [20:03] Good as low end router maybe but that's it === sheeptime is now known as uptime [20:04] hi all! how to use "mv source destination", but replace *only equal* files? (i have two folder with 99% same content, wanna merge it into one, but not lost 1 %: they have same name, date of creation, but different size) [20:05] jjjasper: Yeah, it is really old. And yup, it's been used as a border router its whole life. Was just trying to extend its life a little more. :) [20:06] can i install systemd to ubuntu 14.04? [20:06] in another words, how to tell mv *not to replace* files if they have different size? [20:06] Pedahzur: pfsense runs great on them up to 80mbit ish [20:07] Had one running like that for several years [20:07] jjjasper: Might do that. Thanks! [20:07] Openvpn up to 15mbit ish [20:07] For geode 500 [20:08] Pfsense is the best life you can give it I think :) [20:10] jeffreylevesque: no. [20:11] Also, why? [20:11] Seems like a silly question, but is there a way to tell if a particular device creates a /dev node? [20:11] jjjasper: dangerous question. There may be madness hiding there :) [20:11] svm_invictvs: that is a silly question :) [20:11] heh [20:12] Seveas: I am aware :D [20:12] I have an unknown device plugged into USB and I want to try to talk to it...hm [20:12] shows up in dmesg [20:12] does it show up lsusb? [20:12] Yeah [20:12] As? [20:12] But not with any info [20:12] then you'll have a corresponding device in /dev/bus/usb/ [20:13] Basically it says "Bus 0004 Device 0002" [20:13] /dev/bus/usb/004/002 it is [20:13] Ah [20:13] That makes sense [20:14] pedahzur: Ubuntu is clearly not the distro for such hardware, try asking foe help finding an appropriate distro in ##linux. [20:15] Lucid should work.... then he can fake-flag and upgrade ... [20:16] Jordan_U: Yeah, just nice to have everything running the same software. :) I may go with pfSense or some such. [20:17] hello, i need help on installing ubuntu on a hybrid hdd === v3nd3tta is now known as v3nd3tta`` [20:18] is there any documentation? [20:19] Just install it? [20:19] Not much to document on [20:20] I just reinstalled ubuntu on my laptop... but still can't boot into it. Did using Kali Linux to test my network security destroy my laptop in some way? [20:20] No [20:20] Define can't boot? [20:20] Same issues as earlier. [20:21] I used a Kali Linux live USB to test the security of my network... and then afterwards, attempting to boot into my ubuntu OS... I could not boot. And my laptops software that scans for issues came back with corrupted OS. Is there anything I can do at this point? [20:21] Same error msg... that reads... [20:21] "my laptops software that scans for issues' [20:21] What is that? [20:22] "SupportAssist" which comes with Dell Inspiron 5558 [20:23] Right [20:23] Likely something that only cares for windows [20:23] Now it says "No bootable deivces found." [20:24] Manually select boot device? [20:25] that probably broke more than it fixes. Crap like that has a tendency to "fix" things by overwriting the MBR or EFI boot partition [20:25] Selected boot device failed. Press any key to reboot system. === VictorCL is now known as VictorBE [20:25] Seveas: indeed [20:25] Never use those tools [20:26] Try and boot an Ubuntu stick and fix the boot record? [20:26] Or might be possible to install over it and keep documents (but lose installed applications) [20:34] I like to install a dropdown terminal for ubuntu [20:34] what do you recommend [20:35] Mia: guake [20:36] Mia: although, not really a on-topic question [20:37] al2o3-cr, why not [20:42] I'm trying to create a bootable drive from this guide: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx and have this error on step 8: dd: /dev/rdiskN: Operation not supported [20:44] jayjo: priveleged to write to the drive? [20:45] also, I assume you changed N into the disk number [20:45] jjjasper: ... I did not [20:45] as stated [20:45] that fixed it [20:45] it doesn't say that in step 8! and this is rdiskN. [20:45] But yea that fixed it [20:45] (replace N with the disk number from the last command; in the previous example, N would be 2). [20:46] it's mentioned before [20:46] yea that's step 7 [20:46] so consistent across the guide [20:47] I agree it's a dumb mistake, but I didn't want to sudo something when it was ambiguous to me [20:48] im trying to install tmux plugins but it fails after installing the first plugim which is tpm [20:48] im just trying to install tmux-ressurect and continum and sensible === jjjasper is now known as jback [20:49] goddard: and this is part of ubuntu default repos? [20:51] jushur: no [20:51] jushur: it is about configuration of tmux [20:55] goddard: look for typos, as you do them here id expect them in the config to. [20:56] jushur: You need to capitalize the first letter of your sentence. [20:57] goddard: maybe so, or maybe i dont care. my point is still valid right? also cant realy help without proper info. stating you have aproblem is not realy possible to solve the issue with. [20:58] jushur: you familar with tmux? [20:59] Why are some of my mp3s a light green, and others darker, bluish green? [20:59] goddard: i use it all the time, but not realy in an adnvanced way. [20:59] gilje: permission differences? [20:59] That's it thanks! [21:00] jushur: http://pastebin.com/1PRsB9Mr [21:00] Hello I am have installed steam on Lubuntu but when I run it, it gets stuck at Installing breakpad exception handler for appid(steam)/version(1352224866_client) any help? [21:00] goddard: do you have the "run" of the tpm last in the config? [21:00] jushur: yeah [21:00] jushur: look at the link above [21:06] goddard: not sure you need this, but maybe "run-shell ~/.tmux/plugins/tmux-sensible/sensible.tmux" on a line before the run of the run tpm line. [21:08] jushur: no go [21:08] /home/goddard/.tmux/plugins/tmux-sensible/sensible.tmux' returned 127 [21:09] . === IdleOne- is now known as IdleOne [21:11] Hey, is there a lowcost ubuntu 14.04 server where i can experiment with nginx and apache ? [21:11] where i have root permissions? [21:12] Use a vm? [21:12] ZoderUgg2: if you have decent ram try a local vm [21:13] ZoderUgg2: or buy a rpi3 and install to it. have your own pocket edition of a server. [21:13] aha, virtualbox stuff [21:13] aha rasberry pi, 3 even, i did hear the sd card reader is not good? === weird is now known as weirddude [21:13] jushur, actually i need it in the cloud :) [21:13] it is a cloud app i want to test [21:14] ZoderUgg2: "cloud" is just another word for computer in the internet. you can setup your own cloud in vms. maybe your "cloud" even offers a development kit/tool [21:14] Digital Ocean does not provide a fully root enabled Ubuntu ? [21:15] heias, anyone knows when Firefox is going to be updated by apt-get update? [21:15] gr33nbits: what ubuntu version do you use exactly? [21:15] when it is [21:15] k11, yes i understand the possibilities, i should run my local ubuntu on my adsl ip adres [21:15] 14.04 [21:15] LTS === jwheare_local_ is now known as jwheare_local [21:15] !info firefox trusty [21:15] firefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 44.0.2+build1-0ubuntu0.14.04.1 (trusty), package size 41018 kB, installed size 96888 kB [21:16] well it says 45 is in security repo already. [21:16] uh what? [21:16] Hello, I am having trouble installing Ubuntu as my laptop reboots midway through the Ubuntu loading screen. I have an HP Envy m4 1015-dx and I tried turning off fast-boot, going in to bios and turning on Legacy Mode and turning off Secure Boot, I tried booting from the EFI file... I have Windows 10 installed and I am trying to get rid of Windows an [21:16] d replace it with Ubuntu 14.04 LTS. [21:16] so maybe the bot got an old database. [21:16] ubuntu does provide a server?\ [21:17] k1l_, so no idea when it's going to be available [21:17] ZoderUgg2: yes. ubuntu got server isos. that is basically the same as a desktop version, just without a desktop and some more server related packages [21:17] gr33nbits: "sudo apt update && apt-cache policy firefox" in a pastebin please [21:17] k1l, uh yes, but i mean provided in the cloud? [21:17] not the iso or vm or virtualbox of course [21:18] ready to use in the cloud? [21:18] k1l_, thank you very much [21:18] like ubuiqityhosting [21:18] and also, http://xahlee.info/comp/i/theres_no_cloud_just_someone_elses_computer.jpg [21:18] ZoderUgg2: no. ubuntu doesnt offer free hostings [21:18] k1l_ ok , not free, i am willing to pay of corse 0 - 10 dollar a month [21:19] ZoderUgg2: see if your "cloud" offers a development kit or ask in other channels for a server sponsor. this is not the right place for it [21:19] i dont want ubuigityhost, i want to try this time another. [21:19] gr33nbits, already using 45 here [21:19] squinty, did you download it or via apt-get? [21:19] weirddude: id advice to test the daily beta of 16.04. most likely you need a new kernel to boot it. [21:19] gr33nbits, yep [21:20] apt get? [21:20] gr33nbits, apt yes [21:20] jushur alright. [21:20] gr33nbits: did you run my commands? [21:20] why not use rpm -f ? [21:20] oh then i don't know why [21:20] or yum ? [21:20] k1l_, i did, now i did apt-get update [21:20] gr33nbits: if so please put the output into paste.ubuntu.com and show the output url here [21:21] ZoderUgg2: dont troll in here. ubuntu doesnt use rpm or yum [21:21] weirddude: did you try with disabling acpi and so in the grub? [21:21] jushur no I didn't. [21:21] 1s [21:22] http://paste.ubuntu.com/15337406/ [21:22] What's an easy FTP server (with security) that I can install? [21:23] jushur, if I disable acpi, and install Ubuntu, can I turn Legacy boot off, and secure boot back on? [21:23] after I install of course [21:23] gr33nbits: so now you got the latest state of the package list from the servers. just run "sudo apt full-upgrade" now [21:23] k1l_, now i have it to update after the code [21:23] k1l_, yes i did, thank you a bunch [21:24] gr33nbits: keep in mind that you need to get the latest server list with "sudo apt update" first to find new updates. [21:24] yes i did, been trying for a couple days, since 45 came out === albert is now known as Guest79333 [21:27] k1l_, bind9 came on that update too, not sure why [21:31] hi [21:32] how can i report user on irc when he osen't respect code of conduct? [21:32] hello? [21:33] reboot brb, thanks again k1l_ [21:33] Canada89: in #ubuntu? then come to #ubuntu-ops [21:34] Canada89: if in another channel talk to their ops. if its serverwide then in #freenode [21:34] in italian ubuntu offtopic channel k1 [21:34] Canada89: i dont know if they have a own ops channel. but you can start in #ubuntu-irc [21:35] ok [21:37] Hi. So it happens that I was bored with arch making a (recent) optimus combo one of the most painful things I ever saw on GNU/Linux, so decided to try something more stable, like a Ubuntu beta for 16.04 and leave Arch for dev stuff. So far the problem is that simply installing the Nvidia driver renders ubuntu unable to boot [21:37] I think it boots until loading gdm, not 100% sure [21:38] Note that I have no bumblebee nor anything like that, just vanilla system, and nvidia driver [21:38] Where should I look at? [21:38] you can't do that with optimus, also this is not the channel for 16.04 [21:39] claudiop, well as you may know, gdm tries to start an x server, so the trouble may be there? [21:39] nvidia drivers also refer to depending on lightdm i thought [21:39] anyone know how I can mount my external hdd with linux lvm fs on it [21:39] LVM isn't a file system [21:40] daftykins, this is the channel for Ubuntu, and If I was using 15.10 I would have the same problems + trouble with skylake [21:40] claudiop: irrelevant, #ubuntu+1 for unreleased versions [21:40] kanzie, you would need lvm and device mapper support in order to see stuff on the lvm portions of that drive [21:41] jim: yeah, Im trying to get lvm installed [21:41] Ok, I'll make it ubuntu (=<15.10) specific.How can I blacklist a module such as the nvidia one? modprobe.blacklist=nvidia does not work [21:41] i found k1 [21:41] thanks [21:41] jim: just dont know where to bein [21:41] begin [21:42] claudiop: you don't, you purge the packages - unless you're talking nouveau, then that won't help much [21:42] hostname [21:42] claudiop: misleading us as to the release you are on to solve problems will make things HARDER because advice will not apply to the kernel and versions of packages you have on [21:42] so i for one am ignoring you [21:42] kanzie, should be easy, it's a package with the lvm executables in it... then, you wouild need to modprobe some stuff, and then you should be ready to go... you can then do pvscan, vgscan, lvscan to see what's there [21:43] kanzie: try running "sudo lsblk" and see what devices are returned, put it in a http://paste.ubuntu.com if you're not sure [21:44] daftykins, Why the aggressiveness? As I said 15.10 has the same problems and some more, to know that just maybe I tried, and as such have the live here to try. What I asked doesn't really need a version, it should be agnostic unless major changes happen which was not the case for 16.04 afaik. [21:45] Again, for 15.10. How can I purge something if the something is blocking a boot? [21:46] claudiop, probably you'd get better support? === gigi is now known as Guest426 [21:46] daftykins: sda 8:0 0 3.7T 0 disk [21:46] └─sda1 8:1 0 3.7T 0 part [21:46] └─bubba-storage 254:0 0 3.7T 0 lvm [21:46] kanzie, try installing the package lvm2 [21:46] i linked to the paste site for a reason, kanzie [21:46] jim: yeah, already did that [21:47] daftykins: Im not pastebin:ing two lines of text [21:47] jim, I don't mind to work with 15.10, I also have it here, and its the currently supported. It just happens that 16.04 has better drivers, but fine, I'll try my luck at the other channel :/ [21:47] ok, can you do pvscan? [21:47] that was 3 [21:47] and you damn well should in future [21:48] jim, yeah it shows the /dev/sda1 with a VG named “foo”. [21:48] volume group yep [21:48] !lvm [21:48] claudiop: remove like you would anything else, now, if it's not removing in the booted session due to locked files, then reboot, press Shift while booting to get the Grub menu, choose Recovery from it, go to Root Console, remount the current system as "rw" -> sudo mount -o remount,rw / <- and do the removal from there [21:48] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [21:48] ok, you proved your point. You cound better than I do… stand corrected. [21:49] sup [21:49] kanzie, ok great... you should now be able to do vgscan and lvscan [21:49] if you only have the one vg, good enough... do you have lvs? [21:50] jim: yeah I tracked down the name of the partition, just dont know how to mount it [21:50] bprompt, Thanks :) [21:50] np [21:50] the VG is named bubba and it is of lvm2 type [21:50] jim: ^^ [21:51] kanzie, the thing is a logical volume is not a partition... it does (of course live on the pv partition)... [21:51] good... and lvscan? [21:52] jim: I lost the content of this drive once before. Then when I had to set it up again I was recommended to use lvm to avoid any future problems… the irony of that eh, here I am…lost again! :-) [21:52] (you don't have to do these scans at all,,, they're just fyi) [21:52] jim: lvscan shows it as active [21:52] so I dont need to do vgchange -ay [21:53] ok, what's your vg called? [21:53] jim: aaaah, I dont mount the device, I moung the vg [21:53] according to lvscan its called /dev/bubba/storage [21:54] jim: yeah that did the trick [21:54] so how do I best add this to fstab [21:54] ok. so that means: since you activated the vg bubba, it created a dir /dev/bubba, and your lv(s) are in there... so just one lv, called storage? [21:55] you can mount THAT [21:55] jim: yeah done and done, thanks [21:55] now I just need to add this to fstab [21:56] well if the drive is "detachable", you'll probably not want it automatically mounted on boot [21:56] that part is up to you though [21:56] jim: well it is detachable technically… but nothing I ever do. Its the HDD for my Rpi [21:57] anyone know anything about Gramps? === ezri is now known as daxcat [21:59] ok... so, summarizing... you would: attach the drive, then you can vgchange -ay, at that point the vg is active and a dir named for it appears in /dev... in that dir will be the nodes for your vgs, which you can mount [22:01] going the other way, given it's mounted, to unmount, you first need to make it un-busy, which means making sure no process is cd-ed in there, and files in there are closed... then you can unmount it, vgchange -an, and detach the drive (if you ever want to that is) [22:01] ‎/join #hosting [22:01] ‪/join [22:01] why it's not let me /join? [22:02] new0: dont use a leading space [22:02] i just changed the Insert unicode control character [22:02] kill_ im not [22:03] k1l_, it's input error. something to do with input method [22:03] what client do you use? and what did you change there? [22:03] LRM, LRE, etc.. what should i use? [22:04] k1l_, because it was start to type from right to left. and it's XChat [22:04] so its xchat as client [22:04] yes [22:04] /join #channel [22:05] look at the server window if there is an error like you are banned or such [22:05] k1l_, i did right Click on this input control and changed the Input Unicode Control Character to LEM, LRE [22:06] k1l_, right. the the server channel it's working [22:06] perhaps i did change the input in this channel on xchat [22:07] k1l_, mmm, not sure why. but it's been fixed. how is that? [22:07] i dont know what you did there. [22:07] k1l_, not sure :) but the problem gone [22:08] k1l_, tnx for trying. or perhaps it's worked because i moved to different channel and this input been reset. === Belisarius is now known as belisarius === belisarius is now known as Spike_Spiegel [22:16] When I try to boot Ubuntu 14.04 LTS on my HP Envy m4 1015-dx I can't install because my computer restarts randomly when I try to load it. I've tried Ubuntu 14.04 LTS AND Ubuntu-GNOME 16.04 BETA and turning off secure boot, fast-boot (I'm on windows 10), and using EFI to no avail. I've also tried disabling acpi and that didn't work either. I also tr [22:16] ied nomodeset which againbrought me to no avail. [22:17] 1-2 years ago I successfully installed Ubuntu 12.04 LTS on the same computer, I have since then reinstalled Windows. The computer has windows 8 preinstalled. [22:18] jushur I tried the 16.04 GNOME beta and it didn't work any other suggestions? [22:18] + disabled acpi [22:19] 16.04 is not on topic here, #ububtu+1 [22:20] weirddude: try booting with quiet splash and see what it says [22:21] *without [22:21] EriC^^ should I turn off acpi off as well? [22:22] try one with just removing quiet splash [22:22] alright [22:22] ill be back then [22:29] weirddude: any luck? [22:29] Nothing out of the ordinary, it seemed to be going fine then it just rebooted [22:29] weirddude: sounds like a temperature issue [22:30] Overheating? [22:30] yeah [22:30] Well how can I fix that? [22:30] is there another os on the pc? [22:30] Ye [22:30] s [22:30] Windows 10 [22:31] ok, not a temperature issue then [22:32] If it matters, when I tried it with no quiet splash, I booted the DVD in UEFI mode without CSM (because I had legacy mode) [22:32] it booted fine? [22:32] oh [22:33] what pc model is it? [22:33] EriC^^ Should I try 12.04 LTS? [22:34] nah [22:34] and its an HP Envy M4 1015-dx with Windows 8 preinstalled [22:34] I tried to solve this issue some time ago and no one could figure it out. So im trying to explain indef on what exactly im trying [22:35] Is the key.pem given by amazon ec2 (for us to log in to it) is the private key or public key? [22:35] in github, we add ssh keys to github account. Are those our public key or private key? [22:35] weirddude: does it have a amd cpu? [22:35] Nope [22:36] intel i7 [22:36] Ive been trying to use the amd64 iso [22:36] could that be the cause? [22:36] no, that's right [22:37] Ok good thats what i though [22:37] *thought [22:37] you tried acpi=off right? [22:37] yes [22:37] try radeon.dpm=0 [22:37] ls [22:38] alright [22:40] fingers crossed [22:40] nope [22:41] it rebooted [22:42] Eric^^ should i retry and boot with EFI? [22:43] no, i dont think it would help === King is now known as King` [22:44] weirddude: where exactly does it reboot? [22:44] if you start it in legacy do you get the try / install ubuntu screen? [22:44] eric^^ yes [22:45] it reboots after you press install ubuntu? [22:45] it reboots midway on the loading screen [22:45] any recommendations on ways to update /upgrade a server that i can only get to via ssh and does not have internet access? [22:45] ok, some people online are saying when they keep the mouse moving it doesn't reboot === King` is now known as King`_^ [22:46] lol [22:46] ill try anything now [22:46] it's a little difficult to keep it moving throughout the install but there seems a fix after it's installed [22:46] give it a shot, for kicks if anything [22:46] i'm a little curious [22:46] same === King`_^ is now known as ^`_King`_^ [22:46] jwynn6: How are you getting to it via ssh without an internet connection? [22:47] do i have to keep it moving through grub too? === ^`_King`_^ is now known as ^_`King`_^ [22:47] no i think just after you press the continue button on the installer [22:47] Jordan_U: Its on the LAN but firewalled from getting out. [22:47] ok [22:48] jwynn6: You can make an apt proxy server on another machine then. [22:48] eric^^ didnt workcjk [22:48] *work [22:48] Jordan_U: like a socks or an http proxy? [22:51] weirddude: damn [22:52] jwynn6, you would could try an apt-mirror server on a different box: http://www.unixmen.com/setup-local-repository-in-ubuntu-15-04/ [22:53] weirddude: is it possible you have full drive encryption turned on from a windows installation? [22:53] snowgoggles is there anyway i could check this? === ^_`King`_^ is now known as King [22:54] weirddude: did you try from a cold boot? [22:54] . [22:54] weirddude: bitlocker settings in windows [22:54] eric^^ yes every time [22:55] theres an icon on the drive in explorer, in Windows too [22:58] Is there a way to setup my system so that when I sign into bash... tmux runs automatically? [22:59] i think it'd be wise to deal with the hardship of those 4 extra characters [22:59] ok i found it [23:00] It isnt running === Agusto is now known as NowNever77 [23:00] But it has a "manual (triggered)" startup type [23:01] should i disable it all together? === adante_ is now known as adante [23:02] snowgoggles [23:02] weirddude: go into your bios and turn off the tpm module === genpaku_ is now known as genpaku === KindOne52 is now known as KindOne [23:10] . [23:11] Hi all. Software Updater is saying that it "Requires installation of untrusted packages". Surely I dont wanna install those? [23:12] Are they the Unsupported updates (wily-backports?) [23:13] best bet is you've added PPAs [23:13] some command line output pastebin'd would be the nicest [23:14] daftykins: Ive not added any software at all yet. [23:16] ok just turned off bitlocker [23:16] couldnt find tpm in bios [23:16] Allright, im off to bed [23:17] take care peeps [23:17] Where can i read all out the tty and pty. I tried the man pages but they contain next to no info. [23:17] Is there a way to revert a ubuntu install to back to its 'just' installed status? like how windows 8 and 10 can? [23:17] *out = about [23:18] Malgorath: re-install it? [23:18] skitoxe, I'm not wanting to format my SSD drive again [23:19] Malgorath: no since it's impossible to know what you all installed [23:19] snowgoggles No avail [23:19] Linux gives you 100% control to shoot your leg off [23:20] Is it safe to tick or untick backports in the software & updates page? [23:21] Malgorath: no [23:21] Thorax2015: its safe. since it wont install backports packages automatically [23:21] !backports | Thorax2015 [23:21] Thorax2015: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [23:21] snowgoggles would it be possible that windowss isnt letting unbuntu install itself? [23:22] when i entering this command in terminal:file /sbin/init [23:22] Awesome, thanks k1l_ [23:23] it is gaving output like this:/sbin/init: symbolic link to /lib/systemd/systemd [23:23] abhishek: yes, because it's a symlink to another file [23:23] keep chasing the breadcrumbs and you'll eventually find the binary. [23:24] so how it will fix....what can i do for that [23:24] abhishek: you didn't ask a support question, you just made a statement of fact... so perhaps if you phrase a question... [23:24] weirddude: what's the machine model? [23:24] or as i say follow the trail and "file /lib/systemd/systemd" [23:24] hp envy m4 1015 -dx [23:27] ohh...sorry..my question is wrong to you....by the way thanxx daftykins === Maras is now known as Marasgeon [23:34] Hi there! I can't start tor "Job for tor.service failed because the control process exited with error code. See "systemctl status tor.service" and "journalctl -xe" for details." http://pastebin.com/bSECnki5 any ideas? [23:34] hi all, i'm trying to understand why some of my fontawesome icons are not working. I know at least one of the icons is working, the chrome icon, but three other icons don't seem to be working. [23:34] i put the ttf file in ~/.fonts and ran sudo fc-cache -f -v [23:35] but the other three icons i'm trying to use are just the weird symbols that get paste dinto the editor [23:36] snowgoggles any luck? [23:36] 3 [23:36] sorry about that. if someone answered, i missed it. [23:37] weirddude: what bios version are you on? I'm seeing something possibly related with it's secure boot issues [23:38] F14 [23:38] How long should it take to do a version upgrade on a Cable connection? [23:39] a cable connection can be ANY speed, your local mirror could be ANY speed and your system could be... you guessed it, ANY speed [23:39] so - about as long as this piece of string takes to fray, i'd say. [23:39] Hi, I have some connection issues, my understanding is that device files allows us to interact with devices, is that correct? [23:39] depends on your download speed [23:39] weirddude: f.18 has something related to secure boot...but applying that version may make your situation worse [23:39] + installed packages [23:40] I have a 34M connection speed. [23:40] anywhere between 1-3 hours [23:40] Is that just for downloading or installation too? [23:40] weirddude: are you able to properly turn off secure boot and you're certain? check your boot option menu provided by your machine and see what options it provides [23:43] Yes it says secure boot. I disabled that and I also turned on legacy boot which disabled secure boot as well [23:43] weirddude: there's also a firmware patch for your drive as well [23:44] skinux: yeah 4hours tops i'd guess [23:44] snowgoggles how would i apply the patch? [23:46] weirddude: what version of ubuntu are you attempting to install? verify you iso? did you create a live usb? from what utility? tried more than 1 usb stick? [23:46] f [23:46] bonsoir [23:47] snowgoggles: ubuntu 14.04 LTS, verified iso, im using dvd [23:47] !it | hhhh [23:47] hhhh: 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) [23:47] weirddude: hardware wise i'm poking in the dark.... but your symptoms led me to full drive encryption with tpm lockdown...please look into my questions in my previous post [23:48] snowgoggles i disabled bitlocker from services but i couldnt find TPM in bios [23:48] weirddude: you burned a dvd? [23:49] snowgoggles yes [23:50] weirddude: try a live usb boot....optical drives die a slow death...mechanical failure with i/o issues...please try a live usb install...for troubleshooting purposes [23:50] snowgoggles ok, ive already downloaded rufus so im using rufus [23:51] can anyone help me with my font issue? I'm having trouble to get fontawesome icons working. The chrome one works just fine, but others don't. I installed it into ~/.fonts, ran sudo fc-cache -f -v, logged out and in, but it's not working correctly. (For clarity, I'm trying to get it to work in i3 using i3blocks. [23:51] http://imgur.com/bOu9F9W here's a screenshot of the chrome icon working in both the bar and vim, but the other icons don't work. [23:52] When I install Ubuntu Server, will it install as a headless server by default ? [23:52] how to run im chats on linux [23:52] karl_: like what? [23:52] it seems you are currently using one type. [23:52] like facebook skype [23:53] everytime i sign my im chats in it always fails why is this [23:53] Ah. Facebook messenger you have to use in-browser. There is no native app. Skype can be installed from the repositories via terminal or Software Center [23:53] bonsoir [23:54] !fr | hhhh [23:54] hhhh: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [23:54] hey, guys... i have an issue with amd fx 8300 cpu on a new hardware upgrade, same disto... seems like, ubuntu 14.04 sees 8 cores at default speed 3.3Ghz, and drops it 1.4Ghz unused, but it doesn't go to 4.2Ghz boost as it set in BIOS... any ideas why? [23:54] EriC^^: that's italian, no? idk. [23:55] ok [23:55] oh it is french. huh. [23:55] i meen when i sign in facebook through empathy or the pidgen it says authentications problem why my password is correct [23:56] karl_: that may be question for those devs. [23:56] i meen when i sign in facebook through empathy or the pidgen it says authentications problem why my password is correct [23:56] karl_: you may need an updated version of purple-facebook [23:56] im uaing ymlfos linux [23:57] karl_: that's not supported here. [23:57] ok [23:57] this is ubuntu support only, hence the channel name. [23:57] When I install Ubuntu Server, will it install as a headless server by default ?? [23:57] ymlf is ubuntu [23:58] can anyone help me with my font issue? I'm having trouble to get fontawesome icons working. The chrome one works just fine, but others don't. I installed it into ~/.fonts, ran sudo fc-cache -f -v, logged out and in, but it's not working correctly. (For clarity, I'm trying to get it to work in i3 using i3blocks. [23:58] karl_: but it's not a support flavor. [23:58] http://imgur.com/bOu9F9W here's a screenshot of the chrome icon working in both the bar and vim, but the other icons don't work. [23:58] !flavors | karl_ [23:58] karl_: !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. [23:58] devslash: If i can remember correctly, you choose during install [23:58] ok [23:58] karl_: and it's not based on Ubuntu anymore, at al. [23:59] at all* [23:59] do you guys recommend using LVM [23:59] Ive had some mixed issues with it in the past [23:59] devslash: it depends: do you need it?