/srv/irclogs.ubuntu.com/2016/03/09/#ubuntu.txt

victor_EriC^^,00:00
new0is .tar.gz really compress the file by 10%00:03
new0or 90%00:03
new0of the file original size00:03
EriC^^new0: it depends on what you're compressing00:04
victor_EriC^^, I mean, how can i change the transparency of the panel?00:04
EriC^^if you want a really good compression ratio go with 7z or bzip200:05
humbotratio will depend on the complexity of the actual file though00:06
EriC^^victor_: through unity-tweak-tool http://askubuntu.com/questions/70910/how-can-i-adjust-the-transparency-of-the-status-bar-top-panel00:06
victor_EriC^^, oh sorry, i was talking about the one from the login screen00:07
EriC^^victor_: try opening unity-tweak-tool as lightdm00:07
victor_oh yeah!00:07
victor_will try00:07
circuitpiratehi, how would i get my ALC1150 Realtek audio to work in ubuntu? right now it is only going through hdmi00:13
rigeli have a networking question00:19
rigelnew 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:22
rigelim not seeing anything i recognize as an error message in syslog, dmesg, kern.log00:23
NoNameGivenConnecting 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:36
NoNameGivenBasically 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/8LbW3A6U00:41
MosecoAnyone here know how to get glpk working with python?00:52
ouroumovNoNameGiven, this usually happens when you connect using the same IP to different machines.00:52
ouroumovReason for this might be you're using the same local, private IP in more than one LAN.00:53
NoNameGivenWell... 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
ouroumovExample 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:54
NoNameGivenOh.00:55
ouroumovNoNameGiven, if it's a new install then there's a new host key generated.00:55
ouroumovWhich also explains it.00:55
NoNameGivenok... but how would I verify?00:55
ouroumovThe 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:56
ouroumovNoNameGiven, when you go to /etc/ssh you'll see a number of key files.00:59
NoNameGivenok... I see them... which one do I check?00:59
ouroumovcheck your private key files using ssh-keygen -lf <file>, this will print the fingerprint, then you can check the ssh-client show the same fingerprint01:00
ouroumovNoNameGiven, on my current machine it's the ECDSA 256 key, your config might be different.01:01
NoNameGivenOh I see it.01:03
NoNameGivenAlright... the keys look the same.01:08
gallo_mobilehi 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
ouroumovNoNameGiven, so you can go ahead and execute the command to remove the previous key on the client.01:09
gallo_mobilewhat I've found seems to be how to make a bootabele USB ON mac FOR a mac01:09
ouroumovgallo_mobile, open a terminal and see if you have the "dd" command.01:10
NoNameGivenOh wait... in .ssh/known_hosts, is there supposed to be 2 keys?01:10
NoNameGiven:|01:10
gallo_mobilestandby01:10
ouroumovNoNameGiven, I don't know I have 23 keys in mine.01:11
ouroumov(and 131 on my laptop)01:11
gallo_mobileyes i do01:12
Anthony-Lsudo cp /usr/share/X11/xkb/symbols/us01:12
ouroumovgallo_mobile, next see if you have the "df" command by typing "df -h" in the terminal01:12
Anthony-Lwhy doesn't that work for me?01:12
ouroumovBecause cp command takes two arguments Anthony-L01:13
gallo_mobilestandby01:13
ouroumovcp <source> <destination>01:13
gallo_mobilei do01:13
ouroumovok gallo_mobile. Here's the procedure.01:13
ouroumovYou 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
ouroumovBe Extremely careful with that command.01:15
ouroumovIdentify the correct /dev/sdx using "df" while your USB drive is plugged in.01:15
ouroumovIf you use the wrong /dev/sdx you will nuke your hard drive's partitions.01:16
Anthony-Lthat sounds horrible.01:16
ouroumovIt is.01:16
ouroumovI've done it. It is a pain in the lower orifice.01:16
gallo_mobileouroumov: if its eaier for you paste or gist and a link would do.01:19
gallo_mobileanyone here using weechat ?01:19
ouroumovgallo_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 command01:20
rigelnew 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
rigelim not seeing anything i recognize as an error message in syslog, dmesg, kern.log01:20
snowgogglesouroumov:  might be better to have  gallo_mobile  pastebin the df output and formulate the command for him01:21
ouroumovOh right, do that please gallo_mobile.01:21
Bashing-omAnthony-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 !01:22
=== v3nd3tta`` is now known as v3nd3tta
Anthony-Lbashing-om, unrepairable?01:22
gallo_mobilehttps://gist.github.com/anonymous/27639091bf8afd82b31901:23
Anthony-Ler, irreparable?01:23
Bashing-omAnthony-L: Takes lots and lots of money - 'dd' writes over all .01:23
ouroumovRight, except snowgoggles I can't read that MAC output. xD which volume is your USB stick gallo_mobile?01:24
gallo_mobile/dev/disk2s4   9.9Gi   36Mi  9.9Gi     1%    9252   2585919    0%   /Volumes/Untitled01:24
ouroumovgallo_mobile, please paste output of "lsblk"01:25
snowgogglesouroumov: looks to be the untitled listing 9.9GB01:25
gallo_mobilecommand not found01:25
ouroumovdamn, 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:27
gallo_mobilepartitioned 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 drive01:29
gallo_mobilehttps://gist.github.com/elgallo/5b2fe2007eb8088d2260#file-diskutil-bash01:29
=== linux_ is now known as freshman
snowgogglesgallo_mobile: that stick won't work01:29
ouroumovyeah, you need another USB stick01:30
ouroumovThe dd command is brutal, and needs exclusive use of a given USB stick01:30
Anthony-Li could use some help doing this, http://askubuntu.com/questions/127167/how-do-i-enable-scroll-lock01:30
Anthony-Lthe third answer, which is the permanent solution01:30
gallo_mobilestandby gonna wipe the USB stick01:31
freshmanoh01:31
freshmanAnybody here?01:32
reisiofreshman: 1,747 bodies01:32
Anthony-Lhaha01:32
reisio1,748*01:32
SchrodingersScatat least two of those are bots01:32
reisioetc.01:32
gallo_mobile/dev/disk2s2    29Gi  111Mi   29Gi     1%   28329   7701835    0%   /Volumes/2bUbuntu01:32
reisioSchrodingersScat: prove it01:32
SchrodingersScat!bots01:32
ubottuHi! 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 botclone01:32
freshmanwhere are you come from01:32
reisiofreshman: dark side of moon01:33
reisioSchrodingersScat: he just typed that01:33
Anthony-Lanyone on my solution?01:33
SchrodingersScat!details | Anthony-L01:35
ubottuAnthony-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
cfhowlettfreshman, this is ubuntu support.  stay on topic and ask your ubuntu question. chitchat in #ubuntu-offtopic.  thank you.01:35
Anthony-Li could use some help doing this, http://askubuntu.com/questions/127167/how-do-i-enable-scroll-lock01:36
Anthony-Lthird answer, permanent solution01:36
lsaargehey 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:38
reisiohave to change it how?01:39
lsaargewell 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 resolution01:40
=== root is now known as Guest75292
=== live is now known as Guest95029
Anthony-Li could use some help doing this, http://askubuntu.com/questions/127167/how-do-i-enable-scroll-lock01:44
Guest95029Can 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 time01:44
Anthony-Lpretty lost with the 3rd answer01:44
cfhowlettGuest95029, wrong channel.  ubuntu support only here.  ask zorin to support their OS01:44
Anthony-Li guess no one is clicking my link... :(01:46
cfhowlett!patience | Anthony-L01:46
ubottuAnthony-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
Bashing-omAnthony-L: I did look, with no details as to the issue, I have nothing to add .01:46
reisioAnthony-L: what's 'xev' say when you press the scroll lock key?01:47
Anthony-Lsorry guys01:48
Anthony-Lreisio, i was aiming for the third answer.01:49
Anthony-Lthe permanent solution.01:49
Anthony-Li've done it before, i just forget how to get to the symbols file.01:49
Anthony-Lsudo cp /usr/share/X11/xkb/symbols/us{,.distribution}01:49
snowgogglesAnthony-L:  the webpage you provided looks to be a jumbled mess of a solution01:49
Anthony-Lsnowgoggles, the third answer is correct.01:50
Anthony-Li just don't remember how to get into the symbols file to edi tit.01:50
Anthony-Ledit it*01:50
donughthi, 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:51
snowgogglesAnthony-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 solution01:53
Bashing-omAnthony-L: So, what is your set system language ? edit the related file in the suggested directory .01:54
SchrodingersScatAnthony-L: k, that's more helpful, you can try nano, might need sudo if your user doesn't have permissions.01:54
Anthony-Lsystem lang is English01:54
snowgogglesAnthony-L:  better make a backup copy of it before direct editing a system file01:55
Anthony-Lwhen i put in ' /usr/share/X11/xkb/symbols/nl ' permission denied01:55
Anthony-Lsnowgoggles, i understand. i just need to get to the file first.01:56
snowgogglesAnthony-L:  ok...so youre on nl instead of us as the instructions are providing on that page.....be careful...make a backup01:56
Anthony-Lsudo cp /usr/share/X11/xkb/symbols/us01:57
Anthony-Li can't open that either01:57
snowgogglessudo cp the file by entering in terminal  sudo cp /usr/share/X11/xkb/symbols/nl /usr/share/X11/xkb/symbols/nl.bak01:58
Anthony-Lok01:59
Anthony-Ldid it01:59
Anthony-Lnow how do i open it?01:59
snowgogglessudo nano /usr/share/X11/xkb/symbols/nl02:02
snowgogglesAnthony-L:  keep in mind...i'm not officially supporting this02:03
snowgogglesAnthony-L:  it's your idea...not mine02:03
andy__Anyone know how to browse through efi to find bootable part of a sdcard?02:03
Anthony-Lthank you, i'd rather do this on the gui. do you know how i could open it?02:03
snowgogglesAnthony-L:  you have gedit installed?02:04
snowgogglesAnthony-L:  you'll need gksudo installed as well02:04
Anthony-Loh02:04
Anthony-Lno,02:05
Anthony-Li edited it. how do i save now?02:05
=== Schnabel- is now known as Schnabeltierchen
snowgogglesin nano ctrl+o to overwrite then ctrl+x to exit nano editor02:06
Anthony-Llet me restart02:06
reisioAnthony-L: it actually says at the bottom of nano all the commands02:07
snowgogglesAnthony-L:  the instructions say to rebuild the cache file before restart02:07
reisiowhere ^ is CTRL, IIRC02:07
andy__Can anyone help me? I installed ubuntu on a eMMC but everytime the system boots it stays in efi shell.02:09
cfhowlett!uefi | andy__02:09
ubottuandy__: 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/UEFI02:09
andy__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 dir02:10
lawrenceplease how can i add refresh to my right click options02:12
=== Marcos is now known as Guest87247
Guest87247buenas buenas noches, dias, tardes02:20
cfhowlett!es | Guest8724702:20
ubottuGuest87247: 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
Guest87247thanks02:20
lucas-argfriends please this is making me bad, cant configure screen resolution system wide with nvidia drivers02:37
donughtis xrandr available for Nvidia?02:40
=== derfoh87 is now known as derfoh
minimeclawrence: There was a python script for nautilus. Maybe this still works. http://askubuntu.com/questions/343719/how-to-get-a-refresh-right-click-action02:42
Geoand 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:42
lucas-argi 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 please02:43
minimeclawrence: 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:44
piezasol02:50
Tophk02:51
piezasde que02:51
olmarian humble suggestion from far back here...02:54
olmarihave GnuPG 2.1 as installable option in 16.0402:54
olmarino need to be default nor anything, but available02:55
shengshengliwendong02:56
=== coffeeguy is now known as linchpin
=== irra is now known as solido232
cjen2837hi. 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:13
rimdekerCan someone help me with parted? Anybody here perhaps have an idea how to create an "mmcblk0boot1" using parted?03:14
reisiocjen2837: I'm pretty sure it always and continues to use either03:14
reisiorimdeker: what for?03:14
Bashing-omcjen2837: Have you seen : http://madduck.net/docs/extending-xkb/ ?03:15
cjen2837reisio, xmodmap command still is there, but it didn't work when i tried: xmodmap -e "keycode 127 = 2"03:15
cjen2837the menu key doesn't act like the number 1 after running that command03:15
cjen2837Bashing-om, i'll check it out03:16
reisiocjen2837: what're you trying to do?03:16
cjen2837reisio, 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 103:17
cjen2837like the Menu key, or right control03:17
rimdekerreisio: Writing a script to partition (m)SD cards03:18
reisiochances are buying another keyboard would require less money/time :D03:18
cjen2837really? it's that complicated and expensive to use xmodmap?03:18
cjen2837doesnt linux have any easy way to remap keys03:18
reisiocjen2837: no, but keyboards are that cheap03:19
reisiocjen2837: what makes you think it's 127?03:19
cjen2837Bashing-om, so i need to give it my laptop model?03:19
cjen2837reisio, showkey03:20
reisiorimdeker: parted -a optimal -s /dev/foo mklabel msdos; parted -a optimal -s mkpart primary ext4 0% 2% (etc.)03:20
Bashing-omcjen2837: I can not see how nor recall how the model would -play into resetting a key code .03:21
cjen2837reisio, i live far away from any computer shops03:21
cjen2837Bashing-om, in the link you sent he did setxkbmap -model thinkpad03:21
Bashing-omcjen2837: Read further down best I recall .03:22
reisiocjen2837: you live far form a mailbox?03:23
reisiocjen2837: what's xev say it is?03:23
reisio"keycode #"03:23
cjen2837reisio, yes03:23
cjen2837xev says it is keycode 135, but xmodmap says incorrect key when i try that03:23
rimdekerreisio: That simply cretates /dev/mmcblk0p103:23
cjen2837when i use the value that showkey gives, it doesn't give an error03:24
=== __raven_ is now known as __raven
reisiorimdeker: so?03:25
cjen2837i tried the xev codes. xmodmap -e 'keycode 135 = 10'   still didn't have any effect03:25
cjen2837although no error03:25
rimdekerreisio: creates* , I need /dev/mmcblk(d+)boot(\d+) basically , like this: http://s28.postimg.org/4bi6oper1/partition.jpg03:25
reisiocjen2837: try the 0x value, then03:26
reisiorimdeker: can't imagine why03:26
cjen2837reisio, 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 laptop03:27
cjen2837it says 2 is 11, so i guessed 1 is 1003:27
cjen2837i just tried the x values. no error, but still didn't work03:29
cjen2837you know what's weird. the menu key doesn't work as its normal function now. so it has been remapped to something03:30
cjen2837it now says "no name" in xev03:30
reisiocjen2837: it's '10' for me03:31
cjen2837reisio, now both my menu and 1 keys don't work lol03:31
reisioheh03:31
reisiowhat's xev say the keycode for your '2' key is2?03:32
reisioheh03:32
cjen28372 says keycode 11, and keysym 0x32, 203:33
cjen2837but now 1 says "keycode 10 (keysym 0x87, (no name))03:33
reisio'1' should be keycode 10, then03:33
reisiocjen2837: you wanted the context menu key to send '1'?03:34
cjen2837i just tried mapping right control to 1 and broke that too03:34
cjen2837great03:34
cjen2837reisio, yes03:34
reisioso what's xev say the context menu key is?03:34
cjen2837it says it is keycode 13503:35
cjen2837so i did xmodmap -e 'keycode 10 = 135'03:36
reisiothen you'd want: setxkbmap -layout us; xmodmap -e 'keycode 135 = 1'03:36
cjen2837reisio, hey! now the context menu is back to context menu and 1 is back to (broken) 103:37
cjen2837wait it worked03:38
cjen2837awesome!03:38
reisio:D03:38
cjen2837whatever key 35 is is broken now lol03:38
cjen2837i had a typo the first time03:38
reisioshouldn't be03:38
reisiosetxkbmap -layout us; xmodmap -e 'keycode 135 = 1'03:38
reisiothe -layout part "resets" previous things03:38
snowgoggleswow...what's going on in here?03:38
cjen2837oh cool03:38
cjen2837reisio, thanks so much03:39
reisiosnowgoggles: nuttin' honey03:39
reisiocjen2837: so you should be able to add that to an autostart, or ~/.xmodmaprc (or whatever that file is named), etc.03:39
snowgoggleskeyboard remapping?  should use dconf editor03:39
cjen2837snowgoggles, i have that . it works from there too?03:41
snowgogglesat this hey location org.gnome.desktop.input-sources.xkb-options03:42
cjen2837snowgoggles, 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
cjen2837could i just put that statement in there? setxkbmap -layout us; xmodmap -e 'keycode 135 = 1'03:43
reisiocjen2837: did you not try it?03:44
snowgogglesyou have to add a new rule to the list....haven't done it in awhile...lets look it up03:44
cjen2837i already got it working with yours so don't want to mess anything up03:44
cjen2837but i'll try putting it in there03:44
reisiono harm knowing other ways, but also, again: xmodmap is fine03:45
snowgogglesoh...i have a visitor ....look up org.gnome.desktop.input-sources.xkb-options remap key03:46
cjen2837thanks03:46
=== sean is now known as Guest63459
cjen2837if i wanted to type a "!" do i need to remap another key to that03:48
reisioif shift+contentmenukey doesn't work, I'm sure you can make it work03:49
cjen2837shift menu key just enters a 103:50
cjen2837i'll play around with it though03:50
Anthony-Lhello, i need some help with this, http://askubuntu.com/questions/127167/how-do-i-enable-scroll-lock04:06
Anthony-Lif anyone can direct, i would appreciate it.04:06
hs_你好04:07
hs_有中国用户吗04:08
snowgogglesAnthony-L: you restarted you computer before finishing the last step in your keyboard change04:13
Anthony-Li also had to run to class. sorry about that.04:14
=== redshift is now known as Guest47556
Anthony-Lsnowgoogles, do you mind if i pm you?04:14
snowgogglesAnthony-L:  you also only modified the nl country code keyboard layout and we didn't verify what keyboard layout your using04:14
lomDany1 online?04:16
hwhiteI 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:17
lomDmy ubuntu crashses at times while playing videos04:19
lomDthe screen just freezes and i am forced to restart....what to do?04:19
lomDi am using ubuntu 15.1004:20
Bashing-omhwhite: What release were you upgrading from ?04:21
hwhiteBashing-om: I think Saucy, but I'm not positive04:23
hwhiteMaybe Trusty? I'm not sure if there's a way to check04:23
Bashing-om!eol | hwhite04:23
ubottuhwhite: 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/EOLUpgrades04:23
Bashing-omhwhite: ^ did you follow the https://help.ubuntu.com/community/EOLUpgrades guide ?04:24
hwhiteI followed a guide somewhere that mentioned using "do-release-upgrade", so probably not that one04:25
Bashing-omhwhite: Then, does " old-releases.ubuntu.com " ring a bell ?04:26
xanguahwhite: 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
hwhiteI did it manually04:26
hwhiteBashing-om: It does not04:26
xanguahwhite: well, that was the problem...backup and reinstall04:27
Bashing-omhwhite: Concur with xangua . the system is in such a disarray that will never have any confidence in it .04:28
hwhiteNo way to reverse the installation?04:29
hwhiteUnfortunately my computer has issues booting off of USB, which complicates things04:30
Bashing-omhwhite: The finger of fate writes, and them moves on; there is no going back .04:30
meskesUgh. I really should be firing up Word, and finishing my resume update.04:31
meskesBut I'm procrastinating.04:31
hwhiteI take it there's no way I can avoid having to get a boot disc or USB?04:32
meskesYou could PXE boot it, but that's a LOT of work for a simple one time install04:32
GeoHi, 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
ecaballeroHi!04:33
hwhiteAnd 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
Bashing-omhwhite: 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:34
lotuspsychjesomeone knows a package to run on an ubuntu store computer, to sell things?04:57
JamesT1995lotuspsychje: you mean you are looking for accounting software?05:00
lotuspsychjeJamesT1995: well not really gnucash, but really sales software to place the pc in the store05:02
lotuspsychjeJamesT1995: you know like you see macs alot in the stores, would be nice to see more ubuntu store computers..so i was wondering05:02
JamesT1995lotuspsychje: a friend of mine has ubuntu pc in his store...but idk what he runs on it05:04
lotuspsychjeJamesT1995: thats nice! if you findout lemme know ok :p05:04
Bashing-omlotuspsychje: 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:06
morten.05:07
lotuspsychjeBashing-om: interesting thanks05:07
=== mnit is now known as morten
cjen2837hey anyone know the location of the openvpn config file?05:15
lotuspsychje!vpn | cjen2837 maybe some info here?05:15
ubottucjen2837 maybe some info here?: For more information on vpn please refer to https://wiki.ubuntu.com/VPN05:15
lotuspsychjecjen2837: config files can also be found in your /home hidden dir (ctrl h)05:16
cjen2837ok that link didn't help since i dont use networkmanager but wicd05:17
cjen2837i dont see any openvpn folders in my home dir or .config05:18
lotuspsychjecjen2837: how about you ask in #openvpn?05:19
cjen2837lotuspsychje, i can't join there since i'm not registered05:20
cjen2837and dont have email access right now05:20
cjen2837:(05:20
lotuspsychjecjen2837: how about ##networking?05:20
cjen2837goodidea thanks05:21
MiaHey 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:31
xanguaMia: no05:32
MiaI'va sked the same question in #ubuntu-gnome as well but this place has much more people so yeah05:32
Miaxangua, oh...05:32
Mia:( that's bad05:32
MiaI don't like unity interface but the one thing I need is not there in gnome :(05:32
xanguaMia: that's the old gnome 2 global menu, third party program05:32
Miayeah well was wondering if there is any alternative for that for gnome305:33
xanguaMia:  mate desktop (fork out GNOME 2) has a global menu plugin, I think you can use it on xfce as well05:33
MiaI odn2t like mate :(05:34
Miagnome 3 is nice05:34
MiaI actually like unity as well but I don't likethe app menu --05:34
Miaand I was unable to find real customization for unity05:34
MiaI mean thee is unity tweak tool but it's very limited05:34
Mia(maybe I'm missing something here)05:34
xanguaSo you like unity, but you don't like unity global menu?05:34
Miano it's just the opposite. I like unity but I don't like that it's not as customisable as gnome 305:35
MiaI 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:35
Miaand I couldn't find much customisation options05:36
=== dax is now known as daxcat
lotuspsychjeMia: then hide the leftbar?05:40
lotuspsychjeMia: and install docky at bottom or so, make it look like a gnome05:40
Mialotuspsychje, oh where can I install extensions for ubuntu unity05:41
Miafor gnome they have this nice extensions.gnome.com05:41
MiaI was unable to find a simialr system for unity05:41
lotuspsychjeMia: what kind of extensions do you mean05:42
Miaall sorts05:42
MiaI like to try them out05:42
lotuspsychjeMia: you need to be specific on unity, like top bar indicators?05:42
svm_invictvsGetting this trying to mount NFS05:42
svm_invictvsmount.nfs: rpc.statd is not running but is required for remote locking05:42
daxcatinstall nfs-common05:43
Mialotuspsychje, overall, is there a list whee I can see what is available05:43
daxcatrpc.statd is a daemon that's in that package05:43
MiaI know a few things I need, such as the drop down terminal,05:43
daxcat(disclaimer: i know practically nothing about NFS, just remember that package existing)05:43
Miabut more than that I really like to be able to customize how my os looks05:44
lotuspsychjeMia: apt-cache search indicator05:44
Miawhat's this05:44
lotuspsychjeMia: there is docky, conky,unity themes,..all sorts to customize05:44
xanguaMia: just install guake?05:44
xangua! Info guake05:44
xangua!info guake05:45
ubottuguake (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 kB05:45
Miawhere should I install themes for ubuntu06:06
lotuspsychje!themes | Mia06:07
ubottuMia: 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/UbuntuEyeCandy06:07
Mialotuspsychje, they're mostly kde or gnome06:12
lotuspsychjeMia: unity can handle gtk themes06:15
MiaOh, I didn't know!06:15
lotuspsychjeMia: maybe this can help: http://itsfoss.com/how-to-install-themes-in-ubuntu-13-10/06:15
Miathanks!06:15
lotuspsychjeMia: and there is also ccsm to tweak unity if you like06:18
xanguaJust don't disable the unity plugin06:19
lotuspsychje:p06:19
Mia:)06:20
lotuspsychjeMia: deviantart.com ubuntu user screenshots are also very handy, as they describe how they done it, what they used,..06:24
Mialotuspsychje, which category is that? can you sned me a link06:25
lotuspsychjeMia: http://www.deviantart.com/browse/all/?q=ubuntu06:26
Mia-____-06:27
lotuspsychjeMia: you can lookup whatever keywords you need, ubuntu + conky or whatever you try to obtain06:27
lotuspsychjeMia: user desktops are under customization/desktop screenshots06:29
Miathanks!06:29
anesI 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:32
anesHow it fix ? please advise06:33
lotuspsychjeanes: can you explain what you are doing please?06:33
daxcatanes: did you try the typo fix that i already suggested06:34
aneslotuspsychje: I am creating a .deb package from .tar.gz06:34
daxcatlotuspsychje: they're making a .deb package on Ubuntu 15.10. They already asked in #debian.06:34
lotuspsychjedaxcat: ok tnx for the headsup06:34
anesyea exactly06:35
daxcat06:26 < daxcat> did you typo quilt as quit somewhere06:35
daxcat06:26 < daxcat> possibly debian/source/format06:35
anesyes06:35
anesdaxcat: that file include text as : 3.0 (quit)06:36
daxcatanes: so fix it by changing the quit to quilt06:36
anesdaxcat: sure06:36
anesdaxcat: thanks it work well06:37
=== the_ant1 is now known as the_ant
iluhi06:55
iluam new here06:55
lotuspsychjeilu: welcome, you have joined the ubuntu support channel06:57
anesmy 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 failed06:59
newbie008Greetings, 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,al07:00
newbie008t-tab, down enter, ctrl+v, enter (repeat). Any better solution for this?07:00
ilulotuspsychje: thanks am tryingto look for a tool that i can monitor the behavior of my ubuntu sever.. any help07:01
lotuspsychjeilu: monitor what exactly07:01
lotuspsychjeilu: you can try the #ubuntu-server channel also07:02
iluthe processor utilization, storage and ram. plus runing processes07:02
daxcatnewbie008: I use Picard for music metadata, personally07:03
daxcat!info picard07:03
ubottupicard (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 kB07:03
daxcatit's a bit complicated to use though, you might want to search for a tutorial online if you decide to use it07:03
newbie008I think the databases behind these scenes are mostly the same, they copy from each other07:03
daxcatah07:03
newbie008the issue isn't getting the data, it's a matter of how to I automate a gui task07:04
newbie008I saw there were some bash commands to do this but they looked pretty ugly07:04
lotuspsychjeilu: df -h and ps might also help you07:04
newbie008in window's land I'd use a keyboard that has macro's built in, or Autohotkey plus07:05
koanhello07:06
koanI'm having a small issue with Ubuntu. Ever since I installed, my wifi randomly disconnects... Anyone know the issue?07:07
Miawhen I initially logged into my ubuntu installation I saw this shortcuts popup07:08
Miahow can I see it again07:08
xanguaMia: hold super/Windows key07:08
pam_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
MiaTHANKS!07:08
craptalkkoan: did you sudo update and upgrade already?07:08
koancraptalk: I'm pretty sure I did. I can try to do it again07:09
koanjust 'sudo apt-get update' and 'sudo apt-get upgrade' right?07:09
iluis there a way i can get help on installing kibana on my pc locally07:10
koanI'm sorry.. sudu apt-update?07:10
donughtis unity lenses dead? like the github and deviantart ones?07:11
koancraptalk: just tried both, hopefully it works. Will be back here if it doesn't!07:12
DaveWMhow can I get network manager to ignore usb0 interface and let me manage it myself?07:14
DaveWMthe HWaddr of it changes... so ideally I'd like to figure out how to just get usb0 to be ignored by networkmanager07:14
alkisgDaveWM: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810934 ==> search for "keyfile" in there, it's how to hide a nic from network manager07:17
ubottuDebian bug 810934 in ltsp "Please hide initramfs eth card from NetworkManager more robustly" [Normal,Open]07:17
Anthony-Lcan anyone one explain to me this in English http://askubuntu.com/questions/561295/how-to-use-nvidia-gtx-970-gpu07:17
DaveWMalkisg: 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 out07:19
=== albert is now known as Guest64620
donughtAnthony-L, just go under settings > software packages > additional drivers07:20
DaveWMalkisg: do you think I can just use it like: unmanaged-devices=interface-name=usb007:21
DaveWMwell,  I'll give it a go07:22
Anthony-Ldonught, i'm very scared to switch drivers.07:25
donughtwhy? you got grub recovery and ctrl + alt + f207:25
Anthony-Lit's not that easy. ever since i've installed ubuntu, i've gone through hell getting it to work with this gpu.07:26
alkisgDaveWM: sorry gpu hang, what did you ask me last?07:26
Anthony-Ldonught, which one should i choose? there's two proprietary, one that's tested and the other hasn't.07:26
DaveWMalkisg: I was asking if you thought I could just use the line like : unmanaged-devices=interface-name=usb007:27
donughti use nvidia-updates Anthony-L07:27
DaveWMdidn't work though.. it's still managing it atm07:27
donughtbut you can use eather07:27
alkisgDaveWM: I don't think so, it needs to be the actual nic name as shown in `ip l`07:27
Anthony-Lnvidia updates in the terminal?07:28
SumrdhHi I do wonder Ubuntu 14.04 Ltd 32 bit07:28
SumrdhI created a Bootable pending and I am trying  to install07:28
SumrdhIts not installing ubuntu07:29
DaveWMalkisg: that is the name of the interface07:29
Sumrdh*pendrive07:29
hateballAnthony-L, donught: This ppa is nice if you want even newer drivers https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa07:29
DeeleHello07:29
DeeleI 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
Deeledont have a screen at site07:30
Anthony-Lhateball, how do i install that stuff?07:30
Deelecan you suggest what needs to be installed to make it work?07:31
hateballAnthony-L: Read the page07:31
hateballAnthony-L: PPAs are unsupported, but that one is "official" and works well.07:31
Anthony-Lhateball, i'm super new to linux and dont know too many commands on the CLI>07:32
Anthony-LCLI*07:32
Anthony-Lhateball, it also says, "You should be experienced in packaging before you dive in here"07:33
Anthony-Lwhich i am not experienced07:33
SumrdhHi 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:35
EriC^^Sumrdh: purple page?07:36
DaveWMalkisg: http://pastebin.com/09uUwjX9 I added the last two lines to /etc/NetworkManager/NetworkManager.conf  rebooted and Network manager still automatically managed the usb0 interface07:36
EriC^^with white dots at the bottom?07:36
hateballAnthony-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-36107:36
SumrdhYes yes the same exact page07:36
SumrdhMy installation is stuck for almost an hour now07:36
EriC^^Sumrdh: try pressing try ubuntu07:37
SumrdhI already did that it's still stuck07:37
alkisgDaveWM: what's the output of this command? ip l07:37
Anthony-Lhateball, thank you sir07:37
SumrdhPlease someone help me07:38
DaveWMalkisg: 4: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 100007:38
hateballAnthony-L: And a reboot is needed after the installation finishes07:39
Anthony-Lhateball, i'll keep my fingers crossed. :)07:39
EriC^^Sumrdh: try booting with nomodeset07:39
EriC^^!nomodeset | Sumrdh07:39
ubottuSumrdh: 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 parameter07:39
EriC^^Sumrdh: also remove quiet splash and see what it says07:40
alkisgDaveWM: try: unmanaged-devices=interface-name:usb0  (: instead of =)07:42
DaveWMalkisg: good catch.. you may be right... lemme see07:44
NeoFrontierHi, 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
NeoFrontierwhat gives ?07:47
NeoFrontierI see it mounted as: /dev/sdb1 on /media/username/32GIGSD type fuseblk (ro,nosuid,nodev,allow_other,default_permissions,blksize=4096)07:48
hateballNeoFrontier: well it's mounted as ro. Does dmesg give any hints? Perhaps it was mounted ro due to errors?07:49
NeoFrontierhateball thanks dmesg thinks the write protect is on...07:50
NeoFrontiernot sure if it is the adapter...07:51
hateballAnthony-L: Please don't pm, keep it in channel07:51
hateballNeoFrontier: do you have another card/adapter to test with?07:52
hateballNeoFrontier: you could try forcing remount rw as well07:52
NeoFrontierhateball somewhere somewhere...07:52
hateballNeoFrontier: but if it says it mounts as ro without mentioning fs errors etc... it could well be the adapter07:53
NeoFrontierhateball 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
NeoFrontier*shrug* buggy adaptor I think.07:57
hateballNeoFrontier: :)07:57
NeoFrontier:)07:58
Miawhen 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 there08:01
Miahow can I fix this08:01
daxcatMia: also check the files (if any) in /etc/apt/sources.list.d/08:02
stevenahoyhuys08:02
stevenahoyi need help08:02
stevenahoyi have 300 GB partition08:03
stevenahoybut i cannot create folder or file in there08:03
stevenahoythe error said permission denied08:03
stevenahoyhow can set the  permission ?08:03
koanhello08:04
koanSince I installed Ubuntu, my wifi has been randomly disconnecting. Any idea on how to solve this?08:04
lebronok08:04
lebronno08:05
lebronbye08:05
lebronbyew08:05
=== kyle is now known as Guest58278
=== cglocke is now known as cglocke|BNC
hateball!details| koan08:13
ubottukoan: 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
hateballkoan: which version of ubuntu are you using, and what wifi chipset?08:13
stevenahoyguys08:14
stevenahoyhow can i get permisioon to my partition08:14
stevenahoy?08:14
koanSince I installed ubuntu, my wifi has been randomly disconnecting... anyone know my issue?08:17
alkisgstevenahoy: what partition is this? what file system, e.g. ntfs?08:24
neodingerhi@all08:28
bat123I am trying to install ubuntu and its not working.The ubuntu screen appears and it gets stuck during installation08:32
Miahey all08:34
Miais there any way to replace the gnome dash application launcher?08:34
bat123can someone please help08:34
MiaI mean ubuntu dash application launcher08:34
Mianot gnome08:35
pezet91hello08:38
pezet91i have problem with virtualization, problem description: http://ubuntuforums.org/showthread.php?t=231655308:39
pezet91Any help would be approciated.08:40
hateballpezet91: did you install open-vm-tools08:40
pezet91no, but i installing this now ;)08:41
pezet91wait :]08:42
pezet91they are still errors :/08:43
hateballpezet91: did you reboot08:45
pezet91yes08:46
pezet91This device working with normal machine, and not on the virtual host :/08:46
pezet91but my server supports virtualization08:47
=== tabasko is now known as tabasku
dragonfly42win08:49
lotuspsychjedragonfly42: can we help you08:49
dragonfly42may be am not pro... but tell me08:49
pezet91hateball, have you any ideas?08:50
dragonfly42oops... misread the question :) :) sorry @lotuspsychje08:50
dragonfly42I thought you were asking me for help :)08:51
dragonfly42just trying out irssi commandline chat...08:51
dragonfly42am new to irc irssi..08:51
pezet91dragonfly, can You help me? problem description: http://ubuntuforums.org/showthread.php?t=231655308:52
dragonfly42pezet91... sorry... too complex for me :(08:53
pezet91:((08:53
hateballpezet91: Sorry no, I don't use passthrough. You could ask over in #vmware if anyone has an idea08:53
pezet91ok08:53
DirkosI just added a new EXT4 disk (SDA1) but when mounted my user does not have access to write on it. How can i fix that08:54
CarogaDirkos: 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
Triffid_HunterDirkos: sudo chown user /path/to/wherever you want your user to write stuff08:56
Triffid_HunterCaroga: no that's vfat, ext4 has per-inode permissions08:56
DirkosCaroga: I mounted it through the GUI08:56
CarogaI stand corrected08:56
Dirkos"Disk" tool with default settings as user "Dirkos"08:56
CarogaBut simply changing ownership is sufficient to resolving your problem Dirkos, just as Triffid_Hunter said08:57
CarogaDirkos: what is the path towards your mount ?08:57
=== sven_848 is now known as svx_on_elmo
=== kyle is now known as Guest4728
bidoneci09:07
bidone!list09:07
ubottubidone: 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 ».09:07
=== ctp_ is now known as ide
=== ide is now known as ctpr
MiaHow can I remove this second outer border in unity interface http://i.imgur.com/rOe2kg8.png09:14
dnivraHello 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:15
dnivraMia:09:19
Miayeah?09:19
dnivraoops. Sorry!09:19
dnivraaccidental tab press :/09:19
Miawhen I autohide the launcher, it does not come back09:21
MiaI'v set it to left edge09:21
Miawhat's the problem :(09:21
Tin_manclose09:23
batman897Ubuntu 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 logs09:24
batman897can someone please help me09:24
Anthony-Lhey 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:24
dragonfly42@batman897 if the installation stalls because of scratched CD, may you should try installing from bootable USB09:26
fritzroy15hello, has anyone had success in getting webex to work on ubuntu 14.04?09:26
MiaAny 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
fritzroy15i'm stuck trying to install 32 bit dependencies for libgtk-x11-2.0.so.0 and libjawt.so on my ubuntu 14.04 x86_6409:26
batman897@dragonfly : I used pendrive09:27
dragonfly42mmmm09:27
batman897@dragonfly : wat should I do , ihave a 32 bit system with 2gbram09:28
dragonfly42am not sure batman...09:29
dragonfly42can you find out anything odd in ubuntu logs?09:30
dragonfly42perhaps ubuntu can't mount some disks... or error msgs of such sorts09:30
batman897@dragonfly some interrupts and stuff09:30
lotuspsychjeMia: did you move your mouse pointer good to the left?09:31
batman897can someone help me?09:31
lotuspsychje!patience | batman89709:31
ubottubatman897: 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:31
dragonfly42:)09:32
batman897Ubuntu 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 logs09:32
dragonfly42batman897 am just making wild ass guesses without knowing exact error messages09:32
batman897ok ok09:33
humboti got some wild guesses too09:33
dragonfly42perhaps take a pic from your mobile... and share the error msgs09:33
Mialotuspsychje, -____-09:33
Miaof course09:33
batman897I have to reboot my machine for that09:34
batman897and i cant chat09:34
humbotdid 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:34
batman897There were four options and I slected the option install ubuntu and it opened the purple screen09:35
lotuspsychjeMia: tried a reboot?09:35
batman897and it just got stuck09:35
Miayeah09:35
batman897yes I tries09:35
batman897*tried09:35
batman897@humbot : I do not have graphic card09:36
batman897i installed 32 bit iso09:36
Anthony-LMy 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:38
DeeleI 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
hateballDeele: Boot into single user mode and reset it09:44
hateballDeele: See https://help.ubuntu.com/community/LostPassword09:45
seanirbyis it possible to bind the right mouse button to a key?09:47
Deelehateball, I am in root console but after "passwd user" it shows auth flag manipulation error09:50
hateballDeele: well, do you have the right username?09:51
Deelehateball, yes, it the last one in passwd file09:52
=== dragonfly42 is now known as dragon42
Triffid_HunterDeele: if that won't work, you could always boot a liveusb and chroot in to change it09:52
=== drroot_ is now known as drroot
alkisgDeele: how did you arrive at a root prompt? Maybe your disk now is read only09:53
alkisgDeele: try: touch /test09:53
alkisgIf it says it can't create it, it's read only and you need to remount it rw09:53
Deeleread only09:53
alkisgmount -o remount,rw /09:53
=== dragon42 is now known as coldstone
alkisgthen passwd user09:53
Deelesuccess - than kyou09:54
alkisgnp09:54
Amethyst_Crystalhello. i have a simple question about startup disk creator09:54
baizonAmethyst_Crystal: and the question is?09:55
=== dragonfly42 is now known as bluefire
=== bluefire is now known as dragon42
Amethyst_CrystalI 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
Amethyst_Crystaldid it just *not* do anything, and get confused?09:56
Amethyst_Crystalor is there something i should do to make sure everything is ok before restarting?09:57
Amethyst_Crystalactually that popup has disappeared now, but i erased the correct external usb and its popping up on its own09:59
RaptorJesusYay09:59
Amethyst_Crystalso, did it just 'pretend' to erase this whole hard drive? because i shouldn't be able to do anything still10:00
Amethyst_Crystalor is it just impossible for it to attempt to erase the drive its already on?10:00
Triffid_HunterAmethyst_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 ram10:04
Triffid_HunterAmethyst_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 fast10:04
Amethyst_Crystalso10:05
Amethyst_Crystalis there anything i can do about this?10:06
Amethyst_Crystala way to stop it?10:06
Triffid_HunterAmethyst_Crystal: it's already done, reimage your usb10:06
Amethyst_Crystalhow much time do i have10:06
Triffid_HunterAmethyst_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 flushed10:07
Amethyst_Crystali see10:07
Triffid_HunterAmethyst_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:08
Triffid_Hunterthen 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 panic10:09
Amethyst_Crystalwill it just randomly choose bits of my system to destroy, or will it get stuff like saved files10:09
Amethyst_Crystalok well my disk creator is 36% complete..10:09
Triffid_HunterAmethyst_Crystal: destroy? it's already destroyed, you're running on a ghost10:09
Amethyst_Crystalso does this mean its too late to save anything to dvd r disks?10:09
heyaWhat is the difference between linux image extra and linux image when we do net install?10:13
heyaAlso which one should i pic?10:13
heyaI am installing 14.0410:13
heyaLinux 4.2.x extra?10:13
radicateHow can I make a file that'll be editable by my user without using sudo all the time?10:13
Triffid_HunterAmethyst_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 somewhere10:13
DeeleWhere 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" window10:14
dragon42@radicate chmod go+rw filename10:14
Amethyst_Crystali think i managed to finish creating a usb disk at least, its 'creating a persistence file...'10:14
Amethyst_Crystal99% complete10:14
Amethyst_Crystalnow an ext2 filesystem10:15
Amethyst_Crystalcan you please give me info about checking vfs cache and /proc? i presume terminal is involved?10:15
Triffid_HunterAmethyst_Crystal: I know nothing about vfs specifics, just have some idea of how linux's one uses ram10:15
=== mohammad_ is now known as Guest64879
=== Guest64879 is now known as linuxlove
radicatedragon42: Can you please explain to me what this does?10:17
Ana__my memorie is almost full and i dont know of what. http://pastebin.ubuntu.com/15333830/10:17
linuxlovehello10:17
Ana__what can i do to erase all i dont need10:18
linuxlovei need to have both language english and persion how can i do that in ubuntu 14.04?10:18
cspackAmethyst_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:18
linuxloveGa10:19
Amethyst_Crystalare you sure, cspack? Triffid_Hunter said otherwise10:19
batman123I 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
linuxloveGallomimia,10:19
Triffid_HunterAna__: 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 inode10:20
linuxlovei need to have both language english and persion how can i do that in ubuntu 14.04?10:20
Amethyst_Crystalplus isnt my usb disk technically mounted too?10:21
Triffid_HunterAmethyst_Crystal: if it failed the first time as cspack suggests it might, you might be fine10:21
hateballlinuxlove: https://help.ubuntu.com/stable/ubuntu-help/prefs-language-install.html10:21
Amethyst_Crystali hope so. but im going to save all the files i want/need anyway just in case10:21
Amethyst_Crystali kind of have to10:21
Ana__thank you10:21
Ana__then why my pc is too slow10:22
batman123 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
Ana__?10:22
Amethyst_Crystalive 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 awhile10:22
Amethyst_Crystalso 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 stable10:22
batman123 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
cspackAmethyst_Crystal: did Startup Disk Creator give you an error the first time?10:23
Amethyst_Crystali didnt notice, but maybe.10:25
Amethyst_Crystali was too busy panicking..10:25
Amethyst_Crystalim still not noticing anything unusual10:26
linuxlovehateball, i dont want to change language for whole system i just need to switch between languages when i want to type10:26
Amethyst_Crystali'm currently deleting massive files i dont want or need via find files/folders and nothing bad has happened yet10:26
=== kyle is now known as Guest24899
Amethyst_Crystali figure it will be easier to copy folders onto my discs that way10:26
cspackAmethyst_Crystal: In any case it didn't complete right? I think you are safe.10:26
batman123 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
Amethyst_Crystali 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 anyway10:27
Amethyst_Crystalwould it have taken awhile if it tried deleting multiple GB?10:27
hateballlinuxlove: will this help https://help.ubuntu.com/14.04/ubuntu-help/keyboard-layouts.html10:27
Amethyst_Crystalit 'appeared' instant with the mistake choice too10:27
batman123can someone please help10:28
batman123 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
cspackAmethyst_Crystal: it would take a while to format your linux partition ;) so I think you are good.10:28
Amethyst_Crystalok10:28
Amethyst_Crystalwell im going to go ahead and save stuff to disks and continue10:28
batman123@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
Triffid_HunterAmethyst_Crystal: if you're walking your disk and dmesg isn't spewing errors like a firehose, nothing was wiped10:29
Amethyst_Crystalis 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
Triffid_HunterAmethyst_Crystal: nothing wrong with having a backup day though :)10:29
=== suxuanhua is now known as Suxuanhua
batman123someone please help10:29
Amethyst_Crystali 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 errors10:29
Smokiehey guys, how can i copy a file that contains a ' in it in terminal ?10:30
Amethyst_Crystalshould i be concerned about it not working if i try doing a 'clean' full install?10:30
Triffid_HunterSmokie: \'10:30
Smokiethanks Triffid_Hunter10:31
Amethyst_Crystalthe 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 works10:31
Amethyst_Crystal just fine tho.. except i suspect some games arent running because of the stupid graphic error.10:32
Amethyst_Crystalso 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
Amethyst_Crystalor keep anything important in mind during process?10:32
lotuspsychjeAmethyst_Crystal: easy on the enter key mate, best to focus on your specific issue10:33
batman123 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
batman123someone please help10:33
lotuspsychjebatman123: how did you create your usb stick10:34
Amethyst_Crystalsorry lotuspsychje, i have a bad habit when it comes to online chat10:34
lotuspsychjeAmethyst_Crystal: well this isnt really a chat, but ubuntu support issue solving10:34
batman123@lotuspsychje I created using unetbootin10:34
lotuspsychjebatman123: from wich Os?10:34
batman123windows10:34
lotuspsychjebatman123: please try the universal usb installer10:34
lotuspsychje!usb | batman12310:34
ubottubatman123: 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/LiveUsbPendrivePersistent10:34
lotuspsychjebatman123: are you single installing or dualboot?10:35
Amethyst_Crystalunderstood, lotuspsychje. im grateful for everyones' help tho10:35
batman123@lotuspsychje dualboot10:35
lotuspsychjebatman123: on uefi system?10:35
batman123@lotuspsychje i am sorry i am a novice wat is uefi system?10:36
lotuspsychjebatman123: wich Os will you be dualbooting with ubuntu?10:36
batman123@lotuspsychje : I have windows OS and I have partitioned to use around 50 gb for ubuntu10:37
lotuspsychjebatman123: wich windows please10:37
batman123@lotuspsychje : windows710:37
lotuspsychje!dualboot | batman123 ok try this10:38
ubottubatman123 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/YabootConfigurationForMacintoshPowerPCsDualBoot10:38
lotuspsychjebatman123: but make your usb with universal usb installer first10:38
batman123@lotuspsychje : i ll try it and see10:38
batman123@lotuspsychje : I have a 32bit system with 2 gb ram10:38
lotuspsychjebatman123: you could choose ubuntu desktop 32bit iso, or lubuntu/xubuntu iso10:39
Smokieis 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
huwjrhi 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:39
lotuspsychjeSmokie: maybe the ##networking guys might troubleshoot that?10:40
batman123@lotuspychje : which verison 14.04 or 15.0410:40
lotuspsychjeSmokie, huwjr there is also #ubuntu-server if you like10:40
alkisgSmokie: local network 100 mbps or gigabit?10:40
lotuspsychjebatman123: depends on you mate, LTS or non-lts10:40
popeylotuspsychje: seems a valid question for here10:40
lotuspsychje!lts | batman12310:40
ubottubatman123: 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:40
huwjrsoz :)10:42
batman123@lotuspsychje : I am installing 15.04 32 bit , hope it works10:42
lotuspsychjebatman123: ok mate good luck!10:43
batman123@lotuspsychje : thanks a lot !10:43
batman123will let u know if i face any issue10:43
lotuspsychjebatman123: if you have issues, you can always come back here10:44
Smokiethanks lotuspsychje10:44
Smokiealkisg, 1gbit local nework10:44
k1l_batman123: better install 15.10 from the start. 15.04 is already dead and you need to upgrade that10:44
Smokiealkisg, i can scp from my outside server to my local server at home @ 40MB/s, so it should reach that or more locally10:45
batman123@lotuspsychje : one quick question , do u recommend me to use unetbootin to create a bootable pendrive or something else .10:45
k1l_batman123: and do you have 32bit only hardware? or why do you install not 64bit?10:45
alkisgSmokie: if it's 40 MB and not mbit, then yup your ftp speed is very low10:45
lotuspsychjebatman123: i would try that universal usb installer, if you create from windows10:45
batman123@kill_ : I have a 32 bit hardware , should i install 15.10 32 bit iso or 15.10 64 bit ISO10:46
lotuspsychjeSmokie: be carefull with ftp also for security reasons10:46
k1l_batman123: what hardware is it exactly?10:46
Wugbatman123: the 32 bit one.10:46
Wug64 bit software is not backwards compatible with 32 bit hardware10:47
Smokielotuspsychje, its inside my home network10:47
batman123@k1l_ 32 bit CPU10:47
batman123@wug : thanks10:47
lotuspsychjeSmokie: but your network attached to internet also?10:47
Wughowever, 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:47
lotuspsychjeSmokie: maybe do a test over ssh?10:48
k1l_batman123: are you sure its 32bit only? which one is it?10:48
Wugbatman123: if it was made in the last few years its almost certainly 64 bit10:48
Wugas far as I know all new mainstream CPUs have been 64 bit for some time10:48
Smokielotuspsychje, ftp is blocked from my outside network.. i can 'scp' to my local network just fine and i can reach up to 40MB/s10:49
batman123@k1l_ : its old laptop ,  i checked the config, its a 32 bit system with 2 gb ram10:49
batman123should i use 32 bit ISO or 64 bit ISO10:49
k1l_batman123: the OS doesnt tell anything about the cpu. please name the cpu so we can have a look10:49
batman123@k1l_ : its intel centrino10:49
Wugwhat year was it made10:49
lotuspsychjebatman123: wich brand/model of laptop?10:50
batman123@lotuspsychje : latitude d63010:50
Smokielotuspsychje, scp from server1 to server2 on my local network reaches 70MB/s10:50
Smokiejust tested now10:50
Wugyeah that's 32 bit all right10:50
Wug(I have a d620)10:51
Smokieso the issue is from server1 to my windows machine over FTP10:51
=== leslie is now known as Guest43954
batman123@lotuspsychje : Dell Latitude D63010:51
Wugbatman123: go for the 32 bit version10:51
alkisgSmokie: is that 70 MB/s or 70 mbit/s? byte or bit?10:51
batman123@wug : sure10:51
Wugalso, you may encounter issues making the graphics driver work10:51
k1l_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
Smokiealkisg, 70MB/s10:51
alkisgSmokie: which ftp server and client are you using?10:51
batman123@wug: I will go with 15.10 ISO 32 bit10:51
Wugthe d620 has an nvidia quadro 110m, which is no longer supported by nvidia drivers on linux10:52
lotuspsychjek1l_: will lubuntu and xubuntu also drop the 32bit iso's?10:52
WugIt may be that the d630 has the same issue10:52
k1l_lotuspsychje: i dont think there was an decision yet. and i think it makes sense for lubuntu to keep 32bit isos10:52
lotuspsychjek1l_: ok tnx10:53
k1l_batman123: which cpu uses the system exactly?10:53
WugMight be worth it to get rid of 32 bit desktop ubuntu isos10:53
k1l_batman123: i see d630 ones with intel core 2 duo t7300 which is 64bit capable10:53
Wugkeep server around so random old junk machines can be run in headless configuration10:53
alkisgWug: get rid of 32bit isos, why?!10:54
lotuspsychjek1l_: indeed: http://www.cnet.com/products/dell-latitude-d630/specs/10:54
alkisgWe're using those in thousands of machines here...10:54
Wugalkisg: where is here, and how are you using them10:54
alkisgWug: www.ltsp.org/stories/widget-map/?location=Greece10:54
lotuspsychjealkisg: its an article that mentioning it, removing 32bit iso's10:54
lotuspsychjealkisg: i think it was on softpedia10:55
alkisglotuspsychje: afaik it won't happen for 16.0410:55
batman123@k1l_ I did right click on computer on my windows OS ,i opened properties and I saw the operating system is 32 bit10:55
k1l_alkisg: i didnt hear ubuntu said they will drop it. other distributions started iirc. but ubuntu links for the 64bit as standard already10:55
k1l_batman123: that doesnt say anything about the cpu.10:55
k1l_batman123: windows prefers a 32bit OS.10:56
Wugalkisg: 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
k1l_so please look up which CPU is build in.10:56
alkisgk1l_: fedora also still offers i386, and of course debian will be the last to drop it10:56
batman123@k1l_ : The processor description goes as Intel(R)Core(TM)2 Duo CPU10:56
bazhangthats 6410:57
alkisgWug: 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 them10:57
k1l_batman123: thats a 64bit one10:57
batman123oh ok10:58
bazhangcore duo is 32/core2duo is 6410:58
Wugalkisg: 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 fine10:58
Smokiealkisg, vsftp on the ubuntu server and WinSCP on windows10:58
batman123@K1l_ : should install 15.10 64 bit then?10:58
alkisgWug: ltsp servers are installed using the desktop iso, they're not headless, they need the full gui as a template for the clients10:58
k1l_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 july10:59
Wugubuntu server is just ubuntu with different packages, there's no reason you can't install a UI on it10:59
alkisgWug: 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 it10:59
alkisgWug: 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 way10:59
lotuspsychjealkisg: if lubuntu 16.04 32bit iso's would remain, might run like a charm on xp boxes?11:00
WugI guess11:00
alkisglotuspsychje: gnome-flashback is as light as lubuntu, but way more mature, that's what we're using11:00
Wugbut 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 case11:01
alkisgI.e. we start with the normal ubuntu-desktop-32bit.iso (unity) and install gnome-flashback over it11:01
WugI'd imagine the returns on QAing the 32 bit isos are diminishing very rapidly11:01
lotuspsychjealkisg: here's the article: http://news.softpedia.com/news/ubuntu-linux-32-bit-iso-images-are-up-for-discussion-again-499754.shtml11:01
Wugseeing as all consumer hardware produced today is 64 bit, no new computers are x6411:02
Wugx86*11:02
alkisgWug: see the popcon results for a comparison between i386 and amd64 installations11:02
alkisgi386 machines are very much still in use\11:02
lotuspsychjelets continue support? or proceed in #ubuntu-discuss perhaps11:02
InvGhosthello, 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.py11:03
alkisgWug:  http://popcon.ubuntu.com/ ==> amd64: 681069, i386: 206926111:03
alkisg3 times more i386 installations11:03
lotuspsychje!sound | InvGhost11:03
ubottuInvGhost: 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
Wughow many of those are headless though11:03
alkisgWug: 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:05
mmkhi11:08
scatmanhi11:08
mmkyes11:08
mmk29 africa11:09
bazhangmmk do you have an ubuntu support issue11:09
alivealkisg: Is 64 bit the default now at least?11:13
alkisgalive: the ubuntu download page points to 64bit isos by default, yes11:14
aliveNice :)11:14
lesshastesomething 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 exampel11:21
=== ubuntu is now known as Guest48442
alkisglesshaste: does this also happen if you select the guest session?11:27
lesshastealkisg, interesting question..how do I do that?11:32
alkisglesshaste: you select it from the menus, google it a bit because I'm not using unity so I can't tell you the exact menu11:33
Raz0r-XCould 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/bingo11:36
hateballRaz0r-X: "time job1 >> log.txt && time job2 >> log.txt" ?11:39
hateballoh11:40
lesshastealkisg, ok thanks11:40
Raz0r-Xhateball I would like to run this at the end of the night to see how long it all took...11:41
varaindemianis ubuntu (with snappy ubuntu core) trying to make something similar to arch?11:41
hateballRaz0r-X: I cant say I understand what you are talking about11:42
Raz0r-Xhehe11:42
hateballRaz0r-X: I dont know what your jobs that print /srv/bingo are11:42
Raz0r-Xheeh you dont need to know :))11:42
EriC^^is the time program wrong or something?11:43
EriC^^time -f "\t%E real,\t%U user,\t%S sys" ls -Fs11:43
EriC^^in the examples section doesn't work11:43
EriC^^time -f "%e" <program> says -f command not found11:43
Raz0r-XI 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 take11:43
Raz0r-Xi want to measure from where it says MSG[BEGIN JOB /srv/korv11:44
Raz0r-Xto11:44
Raz0r-Xwhere it says MSG[END JOB /srv/bingo11:44
Raz0r-X:)11:44
hateballBut do you have any timestamps in said log?11:44
EriC^^Raz0r-X: is there a time stamp next to it?11:44
Raz0r-Xhateball yes i have timestamps11:44
Raz0r-Xyes11:44
Raz0r-X09-03-2016 12:44:05 b13236 DISPLAY ID(IP[00.00.0.00.0] JOB[RE7300] PID[28519]) MSG[END JOB11:45
Raz0r-Xthat the way it looks in the log11:45
Miahey all, the "show live preview" option in my switcher is not working11:45
Miado you have any guesses why this canebe?11:45
Miano matter what I check, it just displays the simpel icons that's all11:46
EriC^^i think there's a bug in the time program, it won't process the -f or --format arg11:46
EriC^^nor -o11:46
Silencedclear11:46
EriC^^ah it's cause of bash, need to use /usr/bin/time -f ....11:47
varaindemianis ubuntu (with snappy ubuntu core) trying to make something similar to arch?11:49
hateballRaz0r-X: googling came up with this to use awk on an existing log file http://stackoverflow.com/questions/25658664/counting-time-in-log-file11:49
hateballRaz0r-X: is that of any use perhaps?11:49
Raz0r-Xhateball for someone who know scripting im sure its great ;)11:54
EriC^^you can know scripting too11:54
lotuspsychje!snappy | varaindemian11:54
ubottuvaraindemian: 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:54
Miahey all, the "show live preview" option in my switcher is not working11:55
Miano matter what I check, it just displays the simpel icons that's all11:55
Miado you have any guesses why this canebe?11:55
hateballRaz0r-X: well no matter how you go about it you'll have to script a bit to parse a logfile...11:56
Raz0r-XThats where you come in hateball ;P11:57
hateballRaz0r-X: If you want to pay for someone to make you a script there are various places to do that11:58
hateballMeanwhile, here's a few other examples http://stackoverflow.com/questions/14309032/bash-script-difference-in-minutes-between-two-times11:58
R13oseI can't connect to the wireless internet on my laptop.  What should I do?11:59
hateballR13ose: What version of Ubuntu? What wifi chipset (lspci) ?12:02
R13osehateball: 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:07
hateballR13ose: with lspci -k, does it show wifi using ath9k ?12:11
EriC^^Raz0r-X: did you fix the script?12:11
R13osehateball: yes12:12
hateballR13ose: sadly I dont have much experience with atheros chipsets. Maybe there are backport modules that work better12:13
hateballR13ose: have you tried livebooting 16.04 beta? it has a newer kernel/modules12:14
R13osehateball: this was working before but when I got on my computer last night this started to fail.12:14
hateballR13ose: oh!12:14
hateballR13ose: Well maybe you have had a kernel update then? Check /var/log/apt/history*12:15
hateballR13ose: and if so, try rebooting and going into grub menu (hammer shift-key) and pick an older kernel to boot from12:15
R13osehateball: the last entry in there is me installing filezilla12:16
dragoonisCan't seem to install "vncpasswd" command onto my Ubuntu install - can someone lend a hand ?12:17
hateballR13ose: there should be a number of history files, they get rotated and gzipped12:17
R13osehateball: I only see in that folder history.log and term.log12:18
hateballR13ose: weird. is this a very new install? it should show a number of changes even if the very last one happened to be filezilla12:20
EriC^^Raz0r-X: i've modified it for you if you want it12:20
hateballR13ose: also, if you try authenticating to an AP, does anything show up when you run "dmesg" ?12:20
BluesKajHey folks12:21
R13osehateball: 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 ready12:24
hateballR13ose: are any of those changes related to a new kernel?12:24
=== seanirby- is now known as seanirby
=== jottr_ is now known as jottr
R13osehateball: I haven't installed a new kernel in a few days if I remember correctly.12:26
=== 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
R13osehateball: any other thoughts?12:29
hateballR13ose: not really, since you dont appear to get any obvious errors. I'd still try reboting an older kernel tho12:29
R13osehateball: if I reboot into normal mode, I would most likely get this working again.12:30
Haditest12:30
R13oseAnyone else have thoughts?12:32
Jordy_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:34
k1l_Jordy_: is that running an ubuntu12:38
Jordy_k1l_: Yes, Ubuntu Snappy Core.12:39
Raz0r-XEriC^^ ofc i want it :)12:39
EriC^^Raz0r-X: ok, 1 sec :)12:39
EriC^^http://paste.ubuntu.com/15334246/12:40
R13oseI can't connect to the wireless internet on my laptop.  What should I do?12:41
EriC^^Raz0r-X: ^12:41
Raz0r-Xnice... But12:42
Raz0r-XThat will look for any line that says MSG\[END JOB/ right12:42
k1l_Jordy_: what exact error?12:42
k1l_Jordy_: also you might want to ask in #snappy if it seems more snappy related12:43
BluesKajR13ose, which wifi chip?12:44
EriC^^Raz0r-X: yeah12:44
Raz0r-XEriC^^ There is alot of END JOB and BEGIN JOB in the log... Can you modify so it looks for this one specific12:44
linuxlovehello12:45
Raz0r-XMSG[BEGIN JOB /srv/unireg/us/data/PROD/PNRUN/PN1215D12:45
EriC^^which one?12:45
Raz0r-XAnd this is the last one12:45
linuxlovewho knows about netbeans?12:45
R13oseBluesKaj: Qualcomm Atheros AR946212:45
Jordy_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
Raz0r-XMSG[END JOB /srv/unireg/us/data/PROD/FORUN/FO1008D12:45
linuxlovei saw file:///home/mohammad/%28http://localhost:8383/w3schools/index.html in my browser when i run my project12:45
=== _ruben_ is now known as _ruben
linuxlovei saw file:///home/mohammad/(http://localhost:8383/w3schools/index.html) in my browser when i run my project12:46
paramvirjoin/#kde-devel12:46
EriC^^Raz0r-X: are there multiple ones of those in a file?12:46
linuxloveand my argument is openURL {URL}12:47
Raz0r-XEriC^^ Nope.. There is only one BEGIN and one END iof every job12:47
EriC^^Raz0r-X: like there's one begin one end for job1, then another set for job2, etc. in every file?12:49
EriC^^Raz0r-X: nevermind, so you only want to look for jobs that have /srv/unireg/us/data/PROD ?12:50
Raz0r-XEriC^^ Yes. There is only one file where all this happens. And it looks like this12:50
Raz0r-XEriC^^ yes12:50
Raz0r-X08-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/PN1215D12:51
Raz0r-Xand like 1 hour later12:51
Raz0r-X08-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/FO1008D12:52
Raz0r-Xthose are the jobs i want to measure time between12:52
Raz0r-Xand between those jobs is alot of other START and BEGIN jobs... like thousands :)12:53
Raz0r-XBEGIN and END jobs i mean12:53
R13oseBluesKaj: any thoughts?12:54
BluesKajR13ose, sudo modprobe ath3k ... it's a shot in the dark12:56
EriC^^Raz0r-X: paste.ubuntu.com/15334310/12:57
=== metalcamp_ is now known as metalcamp
BluesKajR13ose, wait, wrong one, sorry12:57
BluesKajR13ose, sudo modprobe ath9k12:58
akkonradhey, 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
akkonrador it adds www-data to owners?12:58
R13oseBluesKaj:  what is suppose to happen?  When I did that nothing came up.12:59
BluesKajR13ose, ok, no errors , perhaps a relogin or reboot , not sure13:00
R13oseBluesKaj: how do I save my chrome tabs?13:01
BluesKajR13ose, you can retrieve them in history13:01
SeminarianHi, 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
R13oseBluesKaj: thanks13:02
hateballR13ose: you can rightclick and pin tabs also13:04
R13oseRight13:04
R13oseI am logging out13:04
Miahey all -- what does this setting do13:05
Miahttp://i.imgur.com/VReiswk.png13:05
R13oseRebooting now.13:05
Raz0r-XEriC^^ 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 morning13:06
mrpcThe repository 'http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial Release' does not have a Release file.13:06
EriC^^Raz0r-X: 1 sec13:06
cfhowlettmrpc, wrong channel >>> #ubuntu+113:07
EriC^^Raz0r-X: is it ok if you run ./script 09-03-2016 to check that log?13:07
R13oseReboot worked but why?13:07
Deelewhat could be the cause for touchscreen not showing up in lsusb?13:07
Raz0r-XEriC^^ 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
Raz0r-Xand13:07
Raz0r-X08-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/FO1008D13:07
Raz0r-XEriC^^ No.. it pastes alot of numbers13:08
Raz0r-Xlike13:08
Raz0r-X313:08
Raz0r-X113:08
Raz0r-X113:08
Raz0r-X213:08
EriC^^Raz0r-X: yeah those are the time between the different begin-ends13:08
Raz0r-XOh ok.. so it takes all of the BEGIN and END in that log file13:09
EriC^^yes one after another13:09
Raz0r-XCan it specificaly(cant spell) look for those specifik jobs i pasted13:09
Raz0r-X08-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/PN1215D13:10
Raz0r-Xand13:10
Raz0r-X08-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/FO1008D13:10
EriC^^yes it only looks for the ones with that path in it13:10
EriC^^the ones with /srv/unireg/us/data/PROD/13:10
Raz0r-Xbeacuse there is alot of BEGIN and end jobs in the log file.. like hundreds13:10
R13oseBluesKaj: why did reboot work?13:10
Hadi_hellwo13:10
BluesKajR13ose, do you have wifi ?13:11
Raz0r-Xcan you add /srv/unireg/us/data/PROD/PNRUN/PN1215D and /srv/unireg/us/data/PROD/FORUN/FO1008D13:11
Raz0r-Xthose are the jobs im intressted in13:11
Hadi_help me for repair ubuntu13:11
EriC^^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
Raz0r-XNope.. those are the only ones13:11
EriC^^i mean the ones you want13:12
Raz0r-Xyes13:12
cfhowlettHadi_, give the details >>> ALL details.13:12
EriC^^the begins always have that path and the end the other13:12
Raz0r-Xthe time between those jobs13:12
EriC^^ok13:12
Raz0r-Xyes13:12
Raz0r-Xi have to go to a meetingf.. brb!13:12
Raz0r-Xthanks alot13:12
batman3Installation has failed while booting ubuntu 15.10 usin dual boot. It says installation crashed..Someone please help me13:12
EriC^^Raz0r-X: ok, just add the path in the script and escape the "/" with a "\" before it13:13
R13oseBluesKaj: yes since rebooting13:13
cfhowlettbatman3, insufficient information13:13
Hadi_how to install metasploit to ubuntu ?13:13
BluesKajR13ose, the driver got reloaded, sometimes they need prompting after an update/upgrade13:13
R13oseBluesKaj: yes but I didn't do update/upgrade as far as I know.13:14
batman3@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 failed13:14
EriC^^Raz0r-X: http://paste.ubuntu.com/15334403/13:14
Deeleplease, 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
BluesKajR13ose, if you lose wifi again , run sudo maodprobe ath9k13:14
batman3@cfhowlett : I am getting error 513:14
R13osemodprobe?13:15
BluesKajoops R13ose sudo modprobe ath9k13:15
cfhowlettbatman3, verify the .iso, verify the USB13:15
batman3@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 failed13:15
cfhowlett!md5sum | batman313:15
ubottubatman3: 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_Windows13:15
BluesKajR13ose, yes that reloads the ath9k driver13:15
R13oseBluesKaj: I did run that13:16
R13oseThanks everyone13:22
BluesKajR13ose, sometimes a reboot is needed after reloading a driver13:22
granjuanelohey guys13:25
granjuanelohi13:25
granjuanelonewbie here13:25
JDRHello there!13:25
granjuanelodo you know a good chatroom for electronics or software related issues13:26
Guest46094Im 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
granjuanelomaybe i am now in the right one!13:27
NegativeFlareGuest46094: its still exit silly13:27
Guest46094NegativeFlare, no it dont..13:28
NegativeFlareGuest46094: it works just fine for me ;)13:28
humbotgranjuanelo, there are lots of channels, ask alis the bot13:28
humbotdo you guys mean windows has an ssh server ?13:29
Picigranjuanelo: theres ##electronics13:29
Guest46094NegativeFlare, C:\Program Files\OpenSSH>exit 'exit' is not recognized as an internal or external command, operable program or batch file.13:29
NegativeFlarelol windows13:29
akikhumbot: yes, microsoft made it happen13:29
humbot /o\13:29
granjuaneloi will give it a try13:29
granjuanelowill report back if i have issues xD13:29
zaggynlhttps://github.com/PowerShell/Win32-OpenSSH13:30
zaggynlneat13:30
JDR /SET use_status_window OFF13:32
Wall_80clear13:38
Quatroking˙͜>˙13:48
=== bizukifu is now known as Guest49561
chillpil1_j13:50
bizukifu_hi13:51
nopper_ 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 - HDA13:53
nopper_NVidia3: USB-Audio - HD Webcam C525 ** Ethernet: Intel Corporation Ethernet Connection I217-LM ** Uptime: 4d 19h 47m 21s **13:53
Raz0r-XEriC^^ i copyed the script and the last line now says " }' LogDay.08-03-2016 "13:54
Raz0r-Xthe output is: 1156 ?13:54
Raz0r-Xoh yeah... i was in wrong enviroment! i guess the time is correct :D13:55
R13oseAfter I reboot, the battery icon doesn't show up in the top right area.  How do I add this back there?13:57
=== michael is now known as Guest19850
Raz0r-XEriC^^ 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?13:59
=== Guest55684 is now known as rude
=== rude is now known as Guest52038
catphishi 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:04
catphishhere's what i see: http://paste.codebasehq.com/pastes/1cd1403hoht66uhy5y14:05
=== sven__ is now known as svx_on_elmo
Gro0byxtz_14:07
pabedI changed my ip but it did not change ? i tried This sudo service network-manager restart and ifconfig eth0 down and up14:07
=== Gro0by is now known as xtz_
DirkosWhen running PHP on my ubuntu 14.04 i receive this14:09
DirkosGiven encoding not supported on this OS!14:09
Dirkosa: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
DirkosIs there anything that im missing on default or so?14:09
nucc1Dirkos: what is the code segment that is producing that error?14:10
Dirkoswell an ini_set for php though14:11
Dirkosbut its the ubuntu channel so lets throw in some php code14:11
nucc1i know ubuntu supports utf-814:13
Pinkamena_Dwhenever 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
Pinkamena_Dso that I can skip this step?14:13
catphishDirkos: maybe you just spelled UTF8 wrong?14:15
R13oseAfter I reboot, the battery icon doesn't show up in the top right area.  How do I add this back there?14:15
catphishDirkos: sometimes case matters, sometimes no hyphen, i'm just guessing14:16
=== Mob is now known as MobGod
nucc1catphish: https://stackoverflow.com/questions/8039232/how-to-get-list-of-supported-encodings-by-iconv-library-in-php per that Dirkos was right…14:17
nucc1Dirkos: you might wanna see what iconv -l gives you14:18
catphishmaybe system locales need generating then, i forget how to do that14:19
vvvvvvv#ics-a112014:29
=== PhonicUK2 is now known as PhonicUK
=== shroud_ is now known as shroud
nomicz.z..z.z.z14:44
=== max_ is now known as Guest14462
=== Guest14462 is now known as _max_
=== _max_ is now known as s_max
masouddHey ubuntuer! What is the firefox version installed in ubuntu 15.04 images?14:47
xanguamasoudd: 15.04 is no longer supported14:48
baizon!EOL14:48
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades14:48
masouddxangua: I know. I just need to know the version of the firefox installed on it.14:48
arsixwhat'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
masouddHow can I find that out without downloading and installing 15.04?14:49
=== dRuMz2 is now known as dRuMz
lotuspsychjemasoudd: firefox updates itself, on every version of ubuntu14:50
lotuspsychje!info firefox | masoudd14:51
ubottumasoudd: 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 kB14:51
masouddlotuspsychje: I need the initial version installed on the iso images14:51
SchrodingersScat!info firefox vivid14:51
lotuspsychjemasoudd: why do you need an older version exactly?14:51
minimecmasoudd: in vivid it's http://packages.ubuntu.com/vivid/firefox14:51
ubottufirefox (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 kB14:51
=== vincent__ is now known as Guest8050
masouddlotuspsychje: 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.0414:52
SchrodingersScatthen you should tell them support has ended14:53
masouddSchrodingersScat: Who's support?14:53
SchrodingersScatthe world14:53
xangua! Vivid | masoudd14:53
ubottumasoudd: 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/vivid14:53
masouddI would like to support older firefox versions in my add-on14:54
lotuspsychjemasoudd: that would not be smart14:54
masouddIt may or may not be. But that's not the topic14:54
SchrodingersScatcorrect, !EOL versions are off topic14:54
masouddI just need to know what version of firefox is installed on 15.04 iso. How can I find that out?14:55
xanguaFigure out what wss the latest stable Firefox when vivid was released14:55
SchrodingersScatmasoudd: http://distrowatch.com/table.php?distribution=ubuntu if you trust distrowatch, otherwise download the iso14:56
masouddIt's 37. Thank you SchrodingersScat14:57
lotuspsychjemasoudd: or maybe 38 and 39..14:57
lotuspsychjemasoudd: did you friend say at wich time exactly they used firefox?14:58
lotuspsychjemasoudd: firefox versions get updated once in a while right14:58
masouddlotuspsychje: Not if they don't update at all14:58
SchrodingersScatapparently 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 knows14:58
masouddlotuspsychje: Right?14:59
lotuspsychjemasoudd: if they didnt update indeed14:59
lotuspsychjemasoudd: but making support of an addon, on an eol version that isnt updated...?15:00
snowgogglesthis conversation is beginning to sound like troll terrritory15:00
masouddlotuspsychje: World is not perfect15:01
masouddlotuspsychje: There are people stuck with firefox 14 on windows XP.15:01
lotuspsychjemasoudd: your in #ubuntu here, things go otherwise15:01
humbot(:15:02
masouddI'm just saying not everybody can and would update immediately like their life depended on it15:02
lotuspsychje!usn | masoudd this is what happens if they don't15:03
ubottumasoudd this is what happens if they don't: Please see http://www.ubuntu.com/usn for information about recent Ubuntu security updates.15:03
masouddlotuspsychje: Some systems are air gapped15:04
lotuspsychjemasoudd: lets move on now, keep it support related15:04
lotuspsychjemasoudd: or join #ubuntu-discuss :p15:04
catphishi 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/1cd1403hoht66uhy5y15:05
lotuspsychje!info linux-image-generic trusty15:06
xanguacatphish: is there a particular reason you need 4.2 kernel?15:06
ubottulinux-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 kB15:06
akkonradI've added www-data to sudoers file so it should be able to remove directory: echo "www-data ALL=(ALL) NOPASSWD: /bin/rm" >> /etc/sudoers15:06
catphishxangua: nope, i'm just confused as to why docs say 14.04.4 ships with 4.2 but its not present in my installation15:06
akkonradbut after that it still can't remove file/directory15:06
akkonraddo I need to reload something?15:06
xangua!hes15:07
xangua!enablementstack15:08
ubottuThe Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases. see https://wiki.ubuntu.com/Kernel/LTSEnablementStack15:08
xanguacatphish: see above15:08
lotuspsychjeakkonrad: what are you playing with? apache?15:09
akkonradyes15:09
akkonradlotuspsychje, ^15:09
lotuspsychjeakkonrad: maybe the #httpd guys ca give you a hand also?15:09
akkonradwill ask, but I guess it's more related to os iteslef15:10
lotuspsychjeakkonrad: could be mate, just giving you more options to solve15:10
akkonradlotuspsychje, 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-data15:11
TheSilentLinkhello I installed lubuntu but I got no sound and the mic isn't working... anyhelp?15:13
TheSilentLinksound works in windows btw!15:14
lotuspsychje!sound | TheSilentLink have you doublechecked here?15:14
ubottuTheSilentLink 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:14
TheSilentLinko ok thanks were is the sound preferences in lubuntu?15:16
=== MobGod is now known as Mob
summerainserver iurc.ircgate.it15:19
lotuspsychjeTheSilentLink: the #lubuntu guys might know15:21
TheSilentLinklotuspsychje, thanks15:21
theorizedpopey, 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-browser15:23
popeytheorized: probably because chromium-browser is a shell script15:24
theorizedpopey, is it bad?15:24
popeytry export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so15:25
popeythen on a new line15:25
popeychromium-browser15:25
popey(make sure chromium isn't running anywhere)15:25
theorizedpopey, nope! Samme issue15:27
popeydon't know then, sorry.15:27
theorizedpopey, thank you anyway :)15:28
lateniteHi folks, does ubunutu have systemd?15:28
rilleh_latenite: Yes15:29
k1l_latenite: since 15.04, yes15:29
=== utlemmin` is now known as utlemming
setuidDoes anyone know if there's an active rsync mirror for old-releases?15:48
setuidhttp://old-releases.ubuntu.com/releases/15:48
daftykinsto achieve what?15:50
neutronhi15:51
lernergoldendict was last updated in 2013. It cannot handle large libraries (mine crashes every time I open it). what alternatives there are?15:52
daftykinswww.alternativeto.net15:52
neutronI am looking for a channel where someone knows how  to use hydra15:52
nicomachus!alis | neutron try using this15:52
ubottuneutron 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 http15:52
setuiddaftykins, To create an rsync mirror of it15:53
setuidI mirror a large number of OSS projects, ISOs, etc.15:53
daftykinssetuid: it's concerning to me that you are doing things with old insecure releases at all15:54
daftykinsyou should be letting them die15:54
neutron!alis15:54
ubottualis 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 http15:54
setuiddaftykins, Because people use them for testing, lab work, learning15:54
Canada89ciao a tutti15:55
lotuspsychje!it | Canada8915:55
ubottuCanada89: 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)15:55
Canada89hi16:00
Canada89how are you16:01
herrkinhi 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
herrkincan anybody help me with that?16:01
daftykinsCanada89: this is a support channel for ubuntu, support questions here - chat in #ubuntu-offtopic16:01
Canada89herrkin16:01
lotuspsychjeherrkin: maybe #ubuntu-devel ?16:01
herrkinok let me see, thanks16:01
setuidor #kernel-devel16:03
Canada89hi i asking simple question16:03
herrkinanother thing about ubuntu, I messed up the codecs16:03
herrkinI have no idea how to repair those (about dependencies)16:04
lotuspsychjeherrkin: tell us what happens exactly?16:04
Canada89i have asus eeepc701 which ubuntu distribution is suggested?16:04
=== erwin is now known as easyOnMe
herrkinI 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
daftykinsnone, those Eee PCs are such rubbish that nothing modern will run well on them now16:05
daftykinsCanada89: you're better off disposing of it.16:05
herrkinthey say they need some lib but ubuntu wont install it16:05
brianhi16:05
=== brian is now known as Guest93789
Canada89what better dafty?16:05
somsipCanada89: you can install minimal Ubuntu on them fine, with a very light DM like openbox, If it's a 4G Surf16:06
lotuspsychjeherrkin: did you mess with external ppa's of any kind?16:06
Canada89yes it is 4g surf16:06
abhishekhi, i have updated my system then i rebooted and its showing an error "starting version 219"16:06
somsipCanada89: it's donable. I had one as a carry-about until the keyboard died. Console only on that one though I did install openbox previously16:06
somsip*doable16:06
Guest93789is there a separate channel for Zorin or this the place to go?16:06
abhishekhow can i fix starting version 21916:07
lotuspsychje!alis | Guest9378916:07
ubottuGuest93789: 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 http16:07
umoukunDoe anyone know how to fix this error when trying to install something?16:07
umoukundpkg: error: parsing file '/var/lib/dpkg/available' near line 1491 package 'libfreetype6:amd64':16:07
umoukun duplicate value for `Architecture' field16:07
=== daxcat is now known as ezri
nicomachusabhishek: are you booting with quiet splash?16:07
abhishekwhat is queit splash16:07
Canada89thanks16:07
nicomachusI'll take that as a no.16:07
nicomachusabhishek: what version of Ubuntu are you running? and what graphics driver?16:08
abhishekno i installed in whole system16:08
nicomachusabhishek: .... that doesn't answer either of my questions.16:09
akikCanada89: try lubuntu, it's using lxde16:09
abhisheki am not using any application for booting16:09
nicomachusabhishek: what version of Ubuntu are you running?16:09
abhishek15.0416:09
brian_have question about permissions and LAMP16:09
Canada89i installed old release of ubuntu with gnome and it works wery well16:09
nicomachusabhishek: 15.04 is EOL, you need to upgrade.16:09
nicomachus!vivid | abhishek16:10
ubottuabhishek: 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/vivid16:10
Canada89akik16:10
akikCanada89: so what is the problem?16:10
Canada89i installed old release because it depends for my hardware16:10
lotuspsychjebrian_: best to ask your specific question here, or in #ubuntu-server perhaps16:11
brian_ty16:11
nicomachusabhishek: that 219 error is a bug in 15.04 anyway, so upgrading to 15.10 will fix it.16:11
brian_i cant overwrite the index.html file in www16:11
brian_should i change thru terminal?16:11
brian_for security reasons16:12
abhishekthanxx.....nicomachus.....i will try to upgrade16:12
lotuspsychje!lamp | brian_16:13
ubottubrian_: 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
lotuspsychjebrian_: maybe the #httpd guys might also know16:13
brian_trying to do php/mysql testing but cant alter the www folder files16:14
brian_ok16:14
somsipbrian_: http://askubuntu.com/questions/46331/how-to-avoid-using-sudo-when-working-in-var-www16:16
brian_ty i will read that in a bit16:17
brian_what is channel list cmd? i havent used IRC in years16:20
somsip!alis | brian_16:20
ubottubrian_: 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 http16:20
brian_!alis | brian_16:20
ubottubrian_, please see my private message16:20
somsipbrian_: Example usage: /msg alis list #ubuntu16:20
n-iCehi 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:21
somsipn-iCe: backup first whatever you do. You only lose stuff like that once16:22
nicomachusYou 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
nicomachusand MEGA16:22
n-iCesomsip: that's what I want16:22
somsipn-iCe: backup to a drive that you are not changing partitions on16:23
somsipn-iCe: low risk of total lose, but a high cost if it does16:23
somsip*loss16:23
IonutVan_n-iCe external hdd if you have is better16:24
n-iCeIonutVan_: I don't16:24
IonutVan_cloud storage then16:24
IonutVan_gdrive, box, mega, ...16:24
n-iCesays that will take 1 week16:24
umoukunis there some bug screwing up dpkg right now?16:24
umoukunsudo dpkg --configure -a16:24
umoukundpkg: error: parsing file '/var/lib/dpkg/available' near line 1945 package 'makedev':16:25
nicomachusumoukun: no, no bug. what's your error?16:25
IonutVan_n-iCe go and buy a 64GB usb stick and save them there, is a pizza money :)16:25
umoukunwhen I try to install packages16:25
umoukunit complains about errors parsing that file16:25
\9umoukun: pastebin the entire output16:25
IonutVan_n-iCe or even 2x32 GB usb sticks, maybe will be cheaper than 1x64GB16:25
brian_in US Big lots has 32G stick for 20USD16:26
IonutVan_n-iCe for example:  http://www.amazon.de/SanDisk-SDCZ48-032G-U46-Ultra-Flash-Drive/dp/B00DQG9OZ2/16:26
IonutVan_10 euro16:26
IonutVan_buy two of them and done :)16:27
umoukunhttp://pastebin.com/7408ZdJa16:27
=== najmi is now known as protonfusion
wsdjeganyone use gnome-terminal + irssi16:27
nicomachuswsdjeg: I do, why?16:28
IonutVan_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
wsdjegwhy alt + num does not switch between window, but esc + num works16:28
\9umoukun: you seem to not have debconf installed when debconf is needed for installing16:28
lotuspsychjeIonutVan_: lets not make it the hardware talk here16:28
IonutVan_lotuspsychje ok, sorry, just gave it some ideas16:28
nicomachuswsdjeg: alt+num works fine for me, but that's more of a question for #irssi16:28
IonutVan_gave him*16:28
\9umoukun: what happens if you do: sudo apt-get install debconf?16:28
\9without the question mrak16:29
\9mark*16:29
wsdjegwhat is your irssi version and terminal version?16:29
umoukunI 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
\9wsdjeg: at least on mate-terminal, alt+num changes tabs16:29
\9wsdjeg: alt and esc are the same as far as ncurses applications are concerned16:30
\9which is why esc works16:30
t4nk555hi 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.116:30
lotuspsychjet4nk555: pepperflash for chromium16:31
nicomachust4nk555: it's not in chrome://plugins, you install it via terminal. but I would use pepperflash as lotuspsychje suggests.16:31
\9umoukun: so, try configure it? dpkg --configure multiarch-support16:31
wsdjegmaybe it is due to how my terminal send `alt` to the app16:31
herrkinlotuspsychje, yes16:31
nicomachuswsdjeg: it could be in your irssi shortcut settings. again, more of a question for #irssi I'd say.16:31
wsdjegand I am using ubuntu 15.1016:31
t4nk555ty, 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
n-iCeIonutVan_: ok, I'm going to buy one better16:31
\9wsdjeg: or if it doesn't send alt at all, because of the possible reason i outlined above16:31
herrkinlotuspsychje, any way to clean it?16:32
lotuspsychje!info pepperflashplugin-nonfree | t4nk55516:32
ubottut4nk555: 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
lotuspsychje!ppapurge | herrkin16:32
ubottuherrkin: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html16:32
\9wsdjeg: i just tested, gnome-terminal does indeed exhibit the tab-changing behavior with alt16:32
wsdjeg\9: thanks16:32
herrkinlotuspsychje, 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 rabbitmq16:33
lotuspsychjeherrkin: we cant support external ppa's here mate sorry16:34
herrkinok16:34
lotuspsychjeherrkin: it can get your system in trouble like now16:34
BluesKajherrkin, you could get some suggestions from #ubuntu-devel perhaps16:35
\9umoukun: 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 process16:35
Bailey831guys, anyone here has try android app on ubuntu? Recently some people tell they succeed try android on kubuntu desktop16:38
xanguaBailey831: there are some projects to run Android apps on Linux desktop, if that's what you mean16:39
skinuxHas the latest LTS already been released?16:41
Bailey831<xangua>yupps I've read article on wiki, android OS was based on linux kernel, please tell me some of them16:41
lotuspsychje!xenial | skinux16:41
ubottuskinux: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. Announcement at http://www.markshuttleworth.com/archives/1479 - Discussion in #ubuntu+116:41
\9skinux: final release slanted for 21st16:42
skinuxAh, okay.16:42
\921st of april that is16:42
lotuspsychjeskinux: or you can install the daily image to help testing right now, see #ubuntu+116:43
Bailey831<skinux>16.04 released on April (4)?16:43
BluesKajBailey831, Apr 2116:46
lotuspsychjejust for info, firefox 45 is out update your system :p16:50
briandw1969i tried to change permissions to 02216:51
briandw1969still ant edit index.html16:51
briandw1969*cant16:51
zykotick9briandw1969: ahhh, 022 - why?  user = no permission with that.16:51
k1l_briandw1969: 022? why that?16:52
briandw1969ok i misread the article16:52
fluffybush did 9/11 allahu akbar16:52
briandw1969i am the only 'user' on the system16:53
briandw1969what should it be?16:53
briandw1969new to Unix16:53
lotuspsychjebriandw1969: best to repeat the full story in one line, when re-asking so others can help you better mate16:54
briandw1969maybe 077?16:55
daftykinsnobody wants to look at all your separate messages and glue them together, briandw196916:55
briandw1969sorry16:55
k1l_briandw1969: what do you want to do at all?16:56
zykotick9briandw1969: 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
briandw1969i have LAMP set up and i cannot rewrite/replace the index.html or others files in www folder what permissions should i set to16:56
k1l_briandw1969: and the numbers are for user,group,everyone. so 0XX will always grant the owner 0 permissions16:57
andy_wfcI 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:57
k1l_briandw1969: stop fiddeling with permissions then. put your user into the www-data group16:58
Bailey831<fluffy> what are you talking about?16:58
=== v3nd3tta is now known as v3nd3tta``
k1l_Bailey831: dont mind the trolls. he is gone16:58
briandw1969i read that also and wasnt sure of any problems with it16:58
daftykinsandy_wfc: nope, but if you never did a full reboot i wouldn't be surprised16:59
k1l_briandw1969: so did you put your user into the www-data group? did you relogin after that? does it work now?16:59
cryptomonkgreetings16:59
daftykinshi16:59
cryptomonkhow can you enable CORS in a LAMP environment with a wildcard so anyone can access it?16:59
briandw1969havent done yet,still noob to unix16:59
cryptomonkor what is the best solution17:00
daftykins*Linux17:00
k1l_briandw1969: so stop saying you are a noob and start using it and learning. where is your exact issue now?17:00
briandw1969see lol17:00
lotuspsychje!lamp | cryptomonk17:00
ubottucryptomonk: 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:00
briandw1969just want to write files to www so i can get around to web testing17:01
lotuspsychjecryptomonk: maybe the #ubuntu-server guys might also know that one17:01
andy_wfcdaftykins: out of curiosity what service(s) are the relevant ones where a reboot would make the static IP permanent?17:01
k1l_<k1l_> briandw1969: so did you put your user into the www-data group? did you relogin after that? does it work now?17:01
briandw1969what is the cmd to do that17:01
zykotick9briandw1969: how did you install "LAMP" exactly?  with apt-get/synaptic/U.S.C. or was it something you downloaded from internet?17:03
briandw1969apt gey17:03
briandw1969*get17:03
k1l_!adduser | briandw196917:03
ubottubriandw1969: 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 !sudo17:03
zykotick9briandw1969: ok, just checking.17:03
k1l_briandw1969: "sudo adduser user group"17:03
k1l_briandw1969: and you really need to look into those basics and start to learn them.17:04
briandw1969yes i know i have started downloading cmd 'cheat sheets'17:05
matthewkimhello~17:07
daftykinsandy_wfc: none.17:07
ubuntu-mateHmm17:08
snowgogglesbriandw1969:  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 changes17:08
=== ubuntu-mate is now known as Saxophone
briandw1969true,i have virtualbox installed17:08
SaxophoneAnyone can help me with a Tor on Ubuntu Live (no persistance) installation? The current guide is a bit confusing.17:08
snowgogglesbriandw1969: are you snapshotting your changes?17:08
SaxophoneGot some instructions here: https://www.torproject.org/docs/debian.html.en17:09
briandw1969no,this is an expendable machine,nothing i cant reload17:09
SaxophoneBut my version is Vivid Vervet, so can I just type that then?17:09
daftykinsSaxophone: that's EOL.17:10
\9!vivid|Saxophone17:10
ubottuSaxophone: 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/vivid17:10
daftykinswe do not help with EOL releases17:10
SaxophoneOh I see.17:10
k1l_Saxophone: dont use 15.04 anymore. its insecure now17:11
SaxophoneMk mk, ty.17:11
SaxophoneStill, 2 more questions about this install? In case I want to do it in future.17:11
SaxophoneOr just 1 at least...do I do from Source Tor or just regular?17:11
k1l_!tor | Saxophone17:12
ubottuSaxophone: 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-sasl17:12
SaxophoneOh right you guys have scripts, eat17:12
Saxophone*neat17:12
SaxophoneYeah the repositories are not advised on the main page.17:13
k1l_Saxophone: use an actual supported ubuntu. use the packages from tor website.17:13
SaxophoneRight, will switch.17:13
SaxophoneBy 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:15
lotuspsychjeSaxophone: what do you mean by affect17:17
SaxophoneLike, in torrenting clients, it opens up Windows to vulnerabilities since you open connections. If you do it from Windows.17:17
daftykinsthat's a silly statement, ALL internet based connectivity is opening up to attack17:18
SaxophoneRight, 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:19
lotuspsychjeSaxophone: start from the beginning mate, install a supported ubuntu version17:20
lotuspsychjeSaxophone: this way you wont get any security attacks17:20
daftykinsSaxophone: running an internet based application on a non-updatable live session is fundamentally ridiculous17:20
SaxophoneOk, 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
daftykinsit doesn't touch Windows, but the way you're using your computer is ridiculous in my opinion17:23
daftykinsnow as we've said, move away from the EOL release17:23
SaxophoneYeah I will when I restart soon. Although I could do with less opinions, I just wanted some technical details. ;p17:24
daftykinsthese are technically based opinions17:24
daftykinsyou are being a very silly internet user, mark my words.17:25
Amm0nUsing tor on an installation without knowing what it does and how to prevent ipleaks is ridiculous :)17:25
SaxophoneI'm not doing anything shady, just getting Game of Thrones lol. I asked about Tor cause I was curios.17:25
daftykinsaaand ignored17:26
Amm0nUse Tails17:26
SaxophoneYeah I have Tails.17:26
SaxophoneI wanted to test the Tor install process in case of doing Ubuntu on a machine. Will get a stable first tho'.17:26
texlaI 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:42
k1l_texla: what is on that pendrive?17:43
texlaI linuxlite17:44
ZeloZeloscan we do a full install to usb key?, i dont want to set up persistence, the user keeps breaking it somehow.17:44
k1l_and the issue is now what exactly? your laptop cant boot from usb?17:44
texlaAnother has mint 17 and another pclinos and work on pc17:44
k1l_ZeloZelos: you can install onto a usb. just choose that as destination in the installer17:46
Jordan_UZeloZelos: 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:46
ZeloZelosi 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 up17:47
k1l_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
texlak1l_, The problem is that it does not boot from usb it can mount but does not boot17:47
ZeloZelosdo i mount the 20gb disk (installing to) ? with pmount? mount?17:48
k1l_texla: if you talk about "mounting" its already to late. since booting doesnt work when another OS is running already.17:49
Jordan_UZeloZelos: Please pastebin the output of "sudo parted -l".17:49
Jordan_UZeloZelos: When working properly, the installer will do all mounting itself (after partitioning is done).17:50
ZeloZelosJordan_U, i get that, how do i get the installer to see the usb key as the target to install to?17:50
k1l_ZeloZelos: open a terminal and do a "sudo parted -l" after the other usb is plugged in, while beeing on the live desktop mode17:51
texlak1l_, I am not trying to run two o/s at once I insert the pen drive then start the laptop up17:51
=== uranus is now known as Guest77595
ZeloZelosthen what k1l_?17:52
k1l_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 usb17:52
ZeloZelosi c17:52
k1l_ZeloZelos: show the outpu in a paste.ubuntu.com and show the link here17:52
ZeloZelosi will have to wait till she comes back home, she took the laptop with her to school17:53
Jordan_UZeloZelos: That command won't change anything, it will just get us information to better understand the state of your system.17:53
ZeloZeloswhat will i be looking for?17:53
k1l_ZeloZelos: if the 2nd usb drive is listed there17:54
ZeloZeloskk, if it is not?17:54
k1l_look at dmesg what the issue is.17:54
k1l_also, try another usb port17:54
texlak1l_, Mounting is just to say it shows me the files after the ubuntu is loaded rather than the other o/s from startup17:54
ZeloZelosit only has the 2, they both work17:54
ZeloZelosi think 1 is usb3, does that make any difference?17:55
jetoleHey 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:55
k1l_ZeloZelos: ok. if you dont want to provide the output via a pastebin so others can look you need to make conclusions yourself17:56
k1l_texla: i dont know if linuxlite needs special handling of their isos17:56
ZeloZelosi would like to, but the system is not here..i suppose i could do it with this machine17:56
lotuspsychje!pinning | jetole is what you need?17:56
ubottujetole 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/PinningHowto17:56
ZeloZelosi will try that thanks for the advice/help ;)17:57
lotuspsychjejetole: we dont support external ppa's neither if thats what your trying?17:57
texlak1l_, But it and all the others work on the desktop I wonder why the laptop is different17:58
=== lambda is now known as Guest8866
k1l_texla: does that machine boot other usbs?17:58
k1l_texla: please first chech the bios settings and the bios boot menu.17:59
jetolelotuspsychje: 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
jetolelotuspsychje: 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 PPA17:59
lotuspsychjejetole: maybe start from the beginning, you need a ppa for wich package?18:00
jetolelotuspsychje: 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 PPA18:01
texlak1l_, 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 normally18:02
lotuspsychjejetole: wich ubuntu version are you on?18:02
SkepticalParrotI 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:02
lotuspsychjeSkepticalParrot: can you still enter grub?18:03
jetolelotuspsychje: 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
jetolelotuspsychje: 15.1018:03
lotuspsychje!backports | jetole18:03
ubottujetole: 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 !packaging18:03
arturmost recomended virtualisation tool for linux/ubuntu?18:03
SkepticalParrotlotuspsychje: no. It doesn't even boot to grub.18:03
lotuspsychjeartur: virtualbox is pretty nice18:03
jetolelotuspsychje: I don't think you understand the question. The backports page doesn't have a answer regarding the naming convention18:04
SkepticalParrotI encrypted my installation and now I cannot back up my files.18:04
arturexcept virtualbox ;)18:04
jetolefor 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
jetole?18:05
jetolelooking at the example, that looks like how it's done18:05
SkepticalParrotThe installation is Ubuntu desktop... can I rescue it with the Ubuntu Server live USB?18:06
=== canonikip is now known as Loopeth_
lotuspsychjeartur: vmware18:07
arturon linux?18:07
jetoleSkepticalParrot: Did you encrypt your /home directory or did you encrypt the root partition?18:07
arturcool didnt know18:07
SkepticalParrotI think both.18:07
jetoleSkepticalParrot: what is displayed on the console when you boot? You said it doesn't boot to grub. What does it do?18:08
SkepticalParrotjetole: it says "Media test failure, check cable." then says "No Boot Device found. Press any key to reboot the machine."18:10
=== ladrua_ is now known as ladrua
jetoleSkepticalParrot: 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:10
jetoleSkepticalParrot: in the live OS, look at your partitions, try to mount them, etc18:11
jetoleSkepticalParrot:  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 partition18:12
jetoleSkepticalParrot: 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 IRC18:13
k1l_texla: did the laptop boot other usb pendrives or other OS on that exact pendrive before?18:13
jetoleSkepticalParrot: maybe boot a live distro and install team viewer in the live distro and let someone connect to it remotely to troubleshoot18:13
SkepticalParrotOh, I know how to install operating systems.18:14
SkepticalParrotMom comes to me for tech support. lol18:14
humbot:|18:14
EliterHow do I deal with apt-get saying "0 upgraded, 0 newly insatlled, 0 to remove and 3 not upgraded."?18:15
EliterI am using Ubuntu Desktop18:16
lyzeEliter: do you want to upgrade them … or what?18:16
Eliterlyze: yeah, I want to upgrade them18:16
lyzeEliter: sudo apt-get upgrade18:16
Eliterlyze: I did that18:16
texlak1l_, 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 laptop18:16
lyzeEliter: also a dist-upgrade ?18:16
Eliterstill same results18:16
humbotuse -f18:17
Eliterlyze: never heard of that. I will try that18:17
humbotnot dist-upgrade18:17
squinty Eliter  sudo apt-get dist-upgrade18:17
k1l_texla: so the laptop cant boot from usb18:17
squintyEliter,  probably new kernel files18:17
k1l_Eliter: run "sudo apt update && sudo apt full-upgrade"18:17
texlak1l_, It will not boot usb pen drives from the laptop18:18
k1l_the apt got a better naming of the "dist-upgrade" command: apt full-upgrade. that is not so confusing18:18
Eliterk1l_: I've seen people do that. What does the "&&" do?18:18
k1l_texla: ok, so we dont have an ubuntu issue here at all18:18
k1l_Eliter: it will run the command after the && only when the first command did finish successfull18:19
texlak1l_, I think you are correct in your analysis18:19
Eliteroh, ok. :)18:19
k1l_texla: so its time to get the manual of that laptop :)18:20
SkepticalParrotjetole: it says crypto_LUKS is an unknown file type. Is there any way for me to back up my files?18:20
SkepticalParrotAll my stuff is on that partition.18:21
texlak1l_, Okay tha ks a bunch for the help18:21
jetoleSkepticalParrot: what command did you run or what was happening when it mentioned LUKS file type18:22
SkepticalParrotjetole: I did "sudo mount /dev/sda3 /mnt"18:22
kolbaszanyone use ubuntu on one of the solidrun cubox systems?18:22
SkepticalParrotafter doing lsblk to identify the partition.18:22
mekhamiis there a relatively painless way to do screen capture videos in ubuntu?18:22
jetoleSkepticalParrot: sudo apt-get install cryptsetup18:23
jetolethen try again @ mount command18:23
AlexQHi. 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
lyzemekhami: simple screen recorder, open broadcaster …18:23
zykotick9SkepticalParrot: note, if it's crypto_LUKS you need to unlock the partition first, then mount it from /dev/mapper/FOO...  good luck.18:23
compdocAlexQ, the hdd keeps track and 'reallocates' with spare sectors, and if SMART says you have any, its time for a new drive18:24
uforobotciao18:24
zykotick9SkepticalParrot: you might want to see http://askubuntu.com/questions/63594/mount-encrypted-volumes-from-command-line18:25
mekhamilyze: does that capture audio as well?18:26
lyzemekhami: I don't know about simple screen recorder but open broadcast software "studio" will defintively do.18:27
lyzemekhami: that one has also advanced features like recording a single video, overlapping multiple windows, multiple screens, embedding animations and a lot more18:27
AlexQcompdoc: 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:27
mekhamilyze: i've used OBS on windows before, didn't know it was available on linux. Excellent, thank you!18:28
compdocAlexQ, with usb, sometimes smart works and sometimes not18:28
AlexQcompdoc: Depends if the enclosure supports it?18:28
lyzemekhami: No problem! They are currently rewriting it to make it platform independent. It works very well actually already18:28
uforobotlist18:28
back.18:29
compdocAlexQ, right. you could remove the drive from the case for testing18:29
=== back is now known as Guest62364
Guest62364hello all18:29
compdocAlexQ, once sectors start to fail, they dont stop. you could easily damage files or lose entire directories18:30
SkepticalParrotzykotick9: Cannot use device /dev/sda3 which is in use (already mapped or mounted)18:32
AlexQcompdoc: 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 be18:33
compdocthen no problems18:33
eshey18:33
SkepticalParrottried sudo mount /dev/mapper/sda3 and says mount: /blah/blah/blah mounting read-only special device /blah/blah/blah does not exist.18:33
zykotick9SkepticalParrot: so it's already in use!  reboot, might be the easiest solution?  or figure out where it's mounted?18:34
AlexQcompdoc: 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.7GB18:34
compdocsmart is the only way to know whats happening18:34
zykotick9SkepticalParrot: did you call it sda3 when using "sudo cryptsetup luksOpen NAME"?18:35
zykotick9SkepticalParrot: <sidenote> you can't trust sdXY to stay the same!  are you _sure_ it's the right partition?  are you also using LVM?18:36
AlexQcompdoc: 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 then18:36
SkepticalParrotzytotick9: 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:36
SkepticalParrotIs it possible the bootloader is corrupted?18:37
SkepticalParrotAnd that's why I can't boot?18:37
zykotick9SkepticalParrot: does "ls /dev/mapper/" list anything?18:37
SkepticalParrotYeah. 4 things.18:37
MiaI'm looking for a dropdown terminal solution in ubuntu18:38
Miashat should I install18:38
SkepticalParrot"control" "crypt_LUKS" "ubuntu--vg-root" and "ubuntu--vg-swap_1"18:38
uforobotciao18:39
zykotick9SkepticalParrot: 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
SkepticalParrot:(18:39
jilocasin0'ello all18:40
AlexQcompdoc: 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 info18:40
zykotick9SkepticalParrot: 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
jilocasin0started running into this error on updating:  W:Failed to fetch http://ubuntu.mirror.constant.com/dists/wily-updates/main/source/Sources  Hash Sum mismatch18:40
jilocasin0among others.18:40
jilocasin0Is this related to the imminent release of 16.4 maybe?18:41
Eliterso I'm having issues with the screen being too small, with my guest OS being Ubuntu on virtualbox.18:41
compdocAlexQ, theres nothing wrong with the drive18:41
k1l_Eliter: install the guest-additions on that ubuntu guest18:41
EliterI 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 things18:42
compdocAlexQ, maybe the cable or the external's electronics or power supply18:42
k1l_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 caches18:42
SkepticalParrotAfter this, I am never encrypting my stuff again.18:43
k1l_jilocasin0: and its not related to the new ubuntu release in april18:43
Eliterooops! I missed the or there!18:43
SkepticalParrotIf this ever happens again and I need to rescue my stuff...18:43
jilocasin0k11_: yea it's still happening....  those are the basic ubuntu repos for wily18:43
lyzeSkepticalParrot: Regular backups would be also a way to prevent that18:43
k1l_jilocasin0: sudo rm -rf /var/lib/apt/lists/*18:44
k1l_jilocasin0: then try again18:44
jilocasin0k11_: the last time something like this happened was just before 15.10 was released18:44
jilocasin0k11_: it corrected itself several days later, hence the question.18:44
k1l_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 again18:45
AlexQcompdoc: 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:45
compdocAlexQ, 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 deal18:48
FillipeHey guys, I'm adding SSL certificate but it crashes after I reload it18:48
compdocAlexQ, if sectors were having problems reading/writing, the drive records it in smart18:48
FillipeI'm not finding Ubuntu log error for that18:48
AlexQcompdoc: Thanks very much18:48
zykotick9SkepticalParrot: so far the best howto i could find is http://ubuntuforums.org/showthread.php?t=94090418:50
jilocasin0k11_: rm'd the lists and tried again, same result.....18:50
AlexQcompdoc: Yeah, now I read 2 GiB of data with no errors this time. Maybe some strange error caused by the enclosure then. Thanks again18:51
compdocgood luck18:52
Anthony-Lhi, 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
Anthony-LI downloaded it from the Google website.18:52
jilocasin0k11_: I'll try some other mirrors then.18:56
jilocasin0k11_: Thanks or the help.18:56
SkepticalParrotSUCCESS!!! I have all my files. Thanks guz! :D19:03
=== ubuntu is now known as Guest13018
=== Guest13018 is now known as Saxopone
=== Saxopone is now known as Saxophone
SaxophoneQuestion...19:06
SaxophoneOption one: Tor on Debian stable, Debian sid, or Debian testing19:06
SaxophoneIf you're using Debian, just run19:06
Saxophone  apt-get install tor19:06
Saxophoneas root.19:06
SaxophoneNote 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:06
SaxophoneThanks.19:07
SaxophoneStupid copy paste...wtf19:07
SaxophoneOk, so...19:07
SaxophoneYou need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:19:07
SaxophoneHow do I find out the "etc" part? Lol.19:07
k1l_Saxophone: /etc is a folder on the system. its not just a placeholder19:10
=== uptime is now known as sheeptime
k1l_Saxophone: and dont use the debian option if you run ubuntu. or use #debian if you use debian19:11
TheSilentLinkdpkg: error processing package vlc-data (--configure):package is in a very bad inconsistent state;anyone know how to fix?19:12
SeveasTheSilentLink: pastebin the command you ran and its full output19:13
TheSilentLinkSeveas, I installed it using the Lubuntu Software Centre but it obviously hasn't worked19:14
SeveasTheSilentLink: obviously :) try this command and pastebin its output: sudo dpkg --configure -a19:14
TheSilentLinkSeveas, did it no output appeared19:15
drale2ki typed just "crontab" instead of "crontab -e" and now my crontab file is emtpy19:15
drale2kany way to get to the old crontab file ?19:16
ericthe3rdhi guys whats the point from encrypting irc connection if it can't hide your ip?19:16
drale2kericthe3rd: to encrypt the messages19:16
ericthe3rdonly the message? thats big fail19:17
ericthe3rdyour ip can be used to track you down19:18
SeveasTheSilentLink: then I think the error is bogus. dpkg -l | grep '^.\?[A-Z]'19:18
daftykinsericthe3rd: that's not on topic here, please join #freenode19:18
Seveas(and pastebin the output)19:18
nicomachusericthe3rd: that's a question for the #freenode folks. They can also give you a cloak to hide your IP.19:18
nicomachusor you can use proxies, bouncers, whatever.19:18
ericthe3rdyou will be blocked out19:19
ericthe3rdok thanks you19:19
TheSilentLinkSeveas, is that command meant to take a long time?19:19
SeveasTheSilentLink: no, it's pretty much instant. If it takes a long time, you copied it wrong :)19:20
TheSilentLinkSeveas, o do you need the ' at the end?19:20
Seveasyes :) from th d in dpkg to the last ', you need the whole thing.19:21
TheSilentLinkSeveas, ok I got this http://pastebin.com/bYfdaHa019:22
slipfishI'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:22
mljmacinstead of use software center, use: sudo apt-get install program-name19:23
SeveasTheSilentLink: ok, that does indeed look slightly wrong. Does this work: sudo apt-get install --reinstall vlc-data19:23
=== v3nd3tta`` is now known as v3nd3tta
TheSilentLinkSeveas, I think it worked! http://pastebin.com/QbJXXc6A19:25
ericthe3rdcan i make wine detect usb ports? os -> ubuntu19:25
mljmacexample : sudo apt-get install xchat19:25
TheSilentLinkSeveas, though the program isn't in the 'start' menu19:25
SeveasTheSilentLink: you may need to install vlc itself again. sudo apt-get install vlc19:26
TheSilentLinkSeveas, it works thanks a lot, I am new to linux!19:27
mljmacfor use of dpkg, I use it for install files at the harddrive: sudo dpkg -i *.deb19:27
daftykinsericthe3rd: what are you trying to do? wine is a mistake 99% of the time19:28
=== AJC_Z0 is now known as AJ_Z0
SeveasTheSilentLink: welcome :)19:29
=== g_ is now known as torvaldi
Seveasdaftykins: true. single malt scotch is much better (:19:29
daftykinsoof that was bad19:29
Seveassorry19:30
keithelI 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
daftykinskeithel: #ubuntu-arm19:30
daftykinsoh amd64 too huh19:30
keithelThe issue is that most .pc files seem to have a Libs entry like so:19:30
TheSilentLinkSeveas, 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 running19:30
keithelLibs: -L${libdir} -ldrm19:31
keitheland Cflags like so:19:31
keithelCflags: -I${includedir} -I${includedir}/libdrm19:31
keithelbut the libffi.pc file just has a libs line that indicates -lffi, no -L path...:19:31
Seveas!steam19:31
ubottuValve 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:31
SeveasTheSilentLink: I don't use steam myself, but that link above may help19:32
keithelLibs: -lffi19:32
keithelCflags:19:32
daftykinskeithel: 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 helpful19:32
keithelSo - in cross-compile situation, the compiler can't find the include files, nor the path to libffi.a/so.19:32
keitheldaftykins, apologies.19:33
TheSilentLinkSeveas, thanks19:33
=== VictorCL is now known as VictorBE
=== dado982 is now known as dado981
gsoI 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:42
ouroumovgso, you tried gparted yet?19:43
gsoouroumov, No - just the builtin "disks" utility19:43
zykotick9gso: sounds like wrong password to me...19:44
gsog19:44
gsook...19:44
gsoBut, this is during the format - where I enter the password twice19:44
gsozykotick9, If the password is not correct - the format button is greyed out19:45
zykotick9gso: i'm ONLY basing this on "No key available with this passphrase."19:47
zykotick9gso: the ""/dev/sdb"" double quotes also seem strange...19:48
QuintasanI'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:50
EriC^^Quintasan: is fastboot disabled?19:51
QuintasanEriC^^: No such option in BIOS19:51
EriC^^Quintasan: is the usb first in the boot order?19:52
QuintasanYes.19:52
EriC^^Quintasan: it just skips it when you try to boot it?19:52
QuintasanIt's like there is no boot sector on the usb drive and it goes straight to GRUB.19:52
Quintasanbut it works in UEFI mode19:52
EriC^^Quintasan: it goes straight to grub? you mean you get a grub> prompt?19:53
QuintasanNope. I get OS selection19:53
QuintasanEriC^^: There's Ubuntu 11.04 installed on the device and upgrading that sounds like a bad idea.19:53
EriC^^Quintasan: oh ok19:54
k-chohelo19:54
EriC^^Quintasan: how did you make the usb?19:54
QuintasanEriC^^: dd if=<iso> of=<usb device> bs=8M19:54
EriC^^Quintasan: did you checksum the iso?19:55
=== dcode is now known as Guest93906
QuintasanEriC^^: I torrented it.19:55
EriC^^Quintasan: which ubuntu version is it?19:55
Quintasan15.10?19:55
Quintasanyeah19:56
Quintasan15.1019:56
EriC^^Quintasan: ok, you can boot the iso from grub if you want19:56
QuintasanEriC^^: that should work19:57
EriC^^Quintasan: https://help.ubuntu.com/community/Grub2/ISOBoot#Menuentry_Example19:58
pedahzurDoes 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
jjjasperCompile a kernel yourself?19:59
naccpedahzur: you could probably just add to CFLAGS -mno-cmov20:00
=== Guest93906 is now known as dcode9
Jordan_UQuintasan: 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.20:00
=== step21 is now known as step21_
LinkaHey. 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:01
Jordan_Upedahzur: What hardware are you trying to use that doesn't have cmov?20:02
pedahzurnacc: 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
pedahzurJordan_U: AMD Geode...from quite a while ago. :)20:02
Seveaspedahzur: time to throw that in the trash then :)20:03
naccpedahzur: yeah, you're not in a great place :/20:03
jjjasperWuh, old20:03
jjjasperGood as low end router maybe but that's it20:03
=== sheeptime is now known as uptime
SillyArcherhi 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:04
pedahzurjjjasper: 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:05
jeffreylevesquecan i install systemd to ubuntu 14.04?20:06
SillyArcherin another words, how to tell mv *not to replace* files if they have different size?20:06
jjjasperPedahzur: pfsense runs great on them up to 80mbit ish20:06
jjjasperHad one running like that for several years20:07
pedahzurjjjasper: Might do that. Thanks!20:07
jjjasperOpenvpn up to 15mbit ish20:07
jjjasperFor geode 50020:07
jjjasperPfsense is the best life you can give it I think :)20:08
Seveasjeffreylevesque: no.20:10
jjjasperAlso, why?20:11
svm_invictvsSeems like a silly question, but is there a way to tell if a particular device creates a /dev node?20:11
Seveasjjjasper: dangerous question. There may be madness hiding there :)20:11
Seveassvm_invictvs: that is a silly question :)20:11
svm_invictvsheh20:11
jjjasperSeveas: I am aware :D20:12
svm_invictvsI have an unknown device plugged into USB and I want to try to talk to it...hm20:12
svm_invictvsshows up in dmesg20:12
Seveasdoes it show up lsusb?20:12
svm_invictvsYeah20:12
jjjasperAs?20:12
svm_invictvsBut not with any info20:12
Seveasthen you'll have a corresponding device in /dev/bus/usb/20:12
svm_invictvsBasically it says "Bus 0004 Device 0002"20:13
Seveas/dev/bus/usb/004/002 it is20:13
svm_invictvsAh20:13
svm_invictvsThat makes sense20:13
Jordan_Upedahzur: Ubuntu is clearly not the distro for such hardware, try asking foe help finding an appropriate distro in ##linux.20:14
ioriaLucid should work.... then he can fake-flag and upgrade ...20:15
pedahzurJordan_U: Yeah, just nice to have everything running the same software. :)  I may go with pfSense or some such.20:16
UBUNTUARGhello, i need help on installing ubuntu on a hybrid hdd20:17
=== v3nd3tta is now known as v3nd3tta``
UBUNTUARGis there any documentation?20:18
jjjasperJust install it?20:19
jjjasperNot much to document on20:19
SkepticalParrotI 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
jjjasperNo20:20
jjjasperDefine can't boot?20:20
SkepticalParrotSame issues as earlier.20:20
SkepticalParrot<SkepticalParrot>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
SkepticalParrotSame error msg... that reads...20:21
jjjasper"my laptops software that scans for issues'20:21
jjjasperWhat is that?20:21
SkepticalParrot"SupportAssist" which comes with Dell Inspiron 555820:22
jjjasperRight20:23
jjjasperLikely something that only cares for windows20:23
SkepticalParrotNow it says "No bootable deivces found."20:23
jjjasperManually select boot device?20:24
Seveasthat probably broke more than it fixes. Crap like that has a tendency to "fix" things by overwriting the MBR or EFI boot partition20:25
SkepticalParrotSelected boot device failed. Press any key to reboot system.20:25
=== VictorCL is now known as VictorBE
jjjasperSeveas: indeed20:25
jjjasperNever use those tools20:25
jjjasperTry and boot an Ubuntu stick and fix the boot record?20:26
jjjasperOr might be possible to install over it and keep documents (but lose installed applications)20:26
MiaI like to install a dropdown terminal for ubuntu20:34
Miawhat do you recommend20:34
al2o3-crMia: guake20:35
al2o3-crMia: although, not really a on-topic question20:36
Miaal2o3-cr, why not20:37
jayjoI'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 supported20:42
jjjasperjayjo: priveleged to write to the drive?20:44
jjjasperalso, I assume you changed N into the disk number20:45
jayjojjjasper: ... I did not20:45
jjjasperas stated20:45
jayjothat fixed it20:45
jayjoit doesn't say that in step 8! and this is rdiskN.20:45
jayjoBut yea that fixed it20:45
jjjasper(replace N with the disk number from the last command; in the previous example, N would be 2).20:45
jjjasperit's mentioned before20:46
jayjoyea that's step 720:46
jjjasperso consistent across the guide20:46
jayjoI agree it's a dumb mistake, but I didn't want to sudo something when it was ambiguous to me20:47
goddardim trying to install tmux plugins but it fails after installing the first plugim which is tpm20:48
goddardim just trying to install tmux-ressurect and continum and sensible20:48
=== jjjasper is now known as jback
jushurgoddard: and this is part of ubuntu default repos?20:49
goddardjushur: no20:51
goddardjushur: it is about configuration of tmux20:51
jushurgoddard: look for typos, as you do them here id expect them in the config to.20:55
goddardjushur: You need to capitalize the first letter of your sentence.20:56
jushurgoddard: 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:57
goddardjushur: you familar with tmux?20:58
giljeWhy are some of my mp3s a light green, and others darker, bluish green?20:59
jushurgoddard: i use it all the time, but not realy in an adnvanced way.20:59
jushurgilje: permission differences?20:59
giljeThat's it thanks!20:59
goddardjushur: http://pastebin.com/1PRsB9Mr21:00
TheSilentLinkHello 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
jushurgoddard: do you have the "run" of the tpm last in the config?21:00
goddardjushur: yeah21:00
goddardjushur: look at the link above21:00
jushurgoddard: 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:06
goddardjushur: no go21:08
goddard/home/goddard/.tmux/plugins/tmux-sensible/sensible.tmux' returned 12721:08
stingare.21:09
=== IdleOne- is now known as IdleOne
ZoderUgg2Hey, is there a lowcost ubuntu 14.04 server where i can experiment with  nginx and apache ?21:11
ZoderUgg2where i have root permissions?21:11
lyzeUse a vm?21:12
elkyZoderUgg2: if you have decent ram try a local vm21:12
jushurZoderUgg2: or buy a rpi3 and install to it. have your own pocket edition of a server.21:13
ZoderUgg2aha, virtualbox stuff21:13
ZoderUgg2aha rasberry pi, 3 even, i did hear the sd card reader is not good?21:13
=== weird is now known as weirddude
ZoderUgg2jushur, actually i need it in the cloud :)21:13
ZoderUgg2it is a cloud app i want to test21:13
k1l_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/tool21:14
ZoderUgg2Digital Ocean does not provide a fully root enabled Ubuntu ?21:14
gr33nbitsheias, anyone knows when Firefox is going to be updated by apt-get update?21:15
k1l_gr33nbits: what ubuntu version do you use exactly?21:15
reisiowhen it is21:15
ZoderUgg2k11, yes i understand the possibilities, i should run my local ubuntu on my adsl ip adres21:15
gr33nbits14.0421:15
gr33nbitsLTS21:15
=== jwheare_local_ is now known as jwheare_local
k1l_!info firefox trusty21:15
ubottufirefox (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 kB21:15
k1l_well it says 45 is in security repo already.21:16
ZoderUgg2uh what?21:16
weirddudeHello, 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 an21:16
weirdduded replace it with Ubuntu 14.04 LTS.21:16
k1l_so maybe the bot got an old database.21:16
ZoderUgg2ubuntu does provide a server?\21:16
gr33nbitsk1l_,  so no idea when it's going to be available21:17
k1l_ZoderUgg2: yes. ubuntu got server isos. that is basically the same as a desktop version, just without a desktop and some more server related packages21:17
k1l_gr33nbits: "sudo apt update && apt-cache policy firefox" in a pastebin please21:17
ZoderUgg2k1l, uh yes, but i mean provided in the cloud?21:17
ZoderUgg2not the iso or vm or virtualbox of course21:17
ZoderUgg2ready to use in the cloud?21:18
gr33nbitsk1l_, thank you very much21:18
ZoderUgg2like ubuiqityhosting21:18
weirddudeand also, http://xahlee.info/comp/i/theres_no_cloud_just_someone_elses_computer.jpg21:18
k1l_ZoderUgg2: no. ubuntu doesnt offer free hostings21:18
ZoderUgg2k1l_ ok , not free, i am willing to pay of corse 0 - 10 dollar a month21:18
k1l_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 it21:19
ZoderUgg2i dont want ubuigityhost, i want to try this time another.21:19
squintygr33nbits,  already using 45 here21:19
gr33nbitssquinty, did you download it or via apt-get?21:19
jushurweirddude: id advice to test the daily beta of 16.04. most likely you need a new kernel to boot it.21:19
squintygr33nbits,  yep21:19
gr33nbitsapt get?21:20
squintygr33nbits,  apt   yes21:20
weirddudejushur alright.21:20
k1l_gr33nbits: did you run my commands?21:20
ZoderUgg2why not use rpm -f ?21:20
gr33nbitsoh then i don't know why21:20
ZoderUgg2or yum ?21:20
gr33nbitsk1l_,  i did, now i did apt-get update21:20
k1l_gr33nbits: if so please put the output into paste.ubuntu.com and show the output url here21:20
k1l_ZoderUgg2: dont troll in here. ubuntu doesnt use rpm or yum21:21
jushurweirddude: did you try with disabling acpi and so in the grub?21:21
weirddudejushur no I didn't.21:21
gr33nbits1s21:21
gr33nbitshttp://paste.ubuntu.com/15337406/21:22
EliterWhat's an easy FTP server (with security) that I can install?21:22
weirddudejushur, if I disable acpi, and install Ubuntu, can I turn Legacy boot off, and secure boot back on?21:23
weirddudeafter I install of course21:23
k1l_gr33nbits: so now you got the latest state of the package list from the servers. just run "sudo apt full-upgrade" now21:23
gr33nbitsk1l_,  now i have it to update after the code21:23
gr33nbitsk1l_,  yes i did, thank you a bunch21:23
k1l_gr33nbits: keep in mind that you need to get the latest server list with "sudo apt update" first to find new updates.21:24
gr33nbitsyes i did, been trying for a couple days, since 45 came out21:24
=== albert is now known as Guest79333
gr33nbitsk1l_, bind9 came on that update too, not sure why21:27
Canada89hi21:31
Canada89how can i report user on irc when he osen't respect code of conduct?21:32
Canada89hello?21:32
gr33nbitsreboot brb, thanks again k1l_21:33
k1l_Canada89: in #ubuntu? then come to #ubuntu-ops21:33
k1l_Canada89: if in another channel talk to their ops. if its serverwide then in #freenode21:34
Canada89in italian ubuntu offtopic channel k121:34
k1l_Canada89: i dont know if they have a own ops channel. but you can start in #ubuntu-irc21:34
Canada89ok21:35
claudiopHi. 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 boot21:37
claudiopI think it boots until loading gdm, not 100% sure21:37
claudiopNote that I have no bumblebee nor anything like that, just vanilla system, and nvidia driver21:38
claudiopWhere should I look at?21:38
daftykinsyou can't do that with optimus, also this is not the channel for 16.0421:38
jimclaudiop, well as you may know, gdm tries to start an x server, so the trouble may be there?21:39
daftykinsnvidia drivers also refer to depending on lightdm i thought21:39
kanzieanyone know how I can mount my external hdd with linux lvm fs on it21:39
daftykinsLVM isn't a file system21:39
claudiopdaftykins, this is the channel for Ubuntu, and If I was using 15.10 I would have the same problems + trouble with skylake21:40
daftykinsclaudiop: irrelevant, #ubuntu+1 for unreleased versions21:40
jimkanzie, you would need lvm and device mapper support in order to see stuff on the lvm portions of that drive21:40
kanziejim: yeah, Im trying to get lvm installed21:41
claudiopOk, I'll make it ubuntu (=<15.10) specific.How can I blacklist a module such as the nvidia one? modprobe.blacklist=nvidia does not work21:41
Canada89i found k121:41
Canada89thanks21:41
kanziejim: just dont know where to bein21:41
kanziebegin21:41
daftykinsclaudiop: you don't, you purge the packages - unless you're talking nouveau, then that won't help much21:42
klas_hostname21:42
daftykinsclaudiop: 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 on21:42
daftykinsso i for one am ignoring you21:42
jimkanzie, 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 there21:42
daftykinskanzie: try running "sudo lsblk" and see what devices are returned, put it in a http://paste.ubuntu.com if you're not sure21:43
claudiopdaftykins, 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:44
claudiopAgain, for 15.10. How can I purge something if the something is blocking a boot?21:45
jimclaudiop, probably you'd get better support?21:46
=== gigi is now known as Guest426
kanziedaftykins: sda                 8:0    0  3.7T  0 disk21:46
kanzie└─sda1              8:1    0  3.7T  0 part21:46
kanzie  └─bubba-storage 254:0    0  3.7T  0 lvm21:46
jimkanzie, try installing the package lvm221:46
daftykinsi linked to the paste site for a reason, kanzie21:46
kanziejim: yeah, already did that21:46
kanziedaftykins: Im not pastebin:ing two lines of text21:47
claudiopjim, 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
jimok, can you do pvscan?21:47
daftykinsthat was 321:47
daftykinsand you damn well should in future21:47
kanziejim, yeah it shows the /dev/sda1 with a VG named “foo”.21:48
daftykinsvolume group yep21:48
daftykins!lvm21:48
bpromptclaudiop:     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 there21:48
ubottuTips 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/FakeRaidHowto21:48
kanzieok, you proved your point. You cound better than I do… stand corrected.21:48
lordbaron99sup21:49
jimkanzie, ok great... you should now be able to do vgscan and lvscan21:49
jimif you only have the one vg, good enough... do you have lvs?21:49
kanziejim: yeah I tracked down the name of the partition, just dont know how to mount it21:50
claudiopbprompt, Thanks :)21:50
bpromptnp21:50
kanziethe VG is named bubba and it is of lvm2 type21:50
kanziejim: ^^21:50
jimkanzie, the thing is a logical volume is not a partition... it does (of course live on the pv partition)...21:51
jimgood... and lvscan?21:51
kanziejim: 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
jim(you don't have to do these scans at all,,, they're just fyi)21:52
kanziejim: lvscan shows it as active21:52
kanzieso I dont need to do vgchange -ay21:52
jimok, what's your vg called?21:53
kanziejim: aaaah, I dont mount the device, I moung the vg21:53
kanzieaccording to lvscan its called /dev/bubba/storage21:53
kanziejim: yeah that did the trick21:54
kanzieso how do I best add this to fstab21:54
jimok. 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:54
jimyou can mount THAT21:55
kanziejim: yeah done and done, thanks21:55
kanzienow I just need to add this to fstab21:55
jimwell if the drive is "detachable", you'll probably not want it automatically mounted on boot21:56
jimthat part is up to you though21:56
kanziejim: well it is detachable technically… but nothing I ever do. Its the HDD for my Rpi21:56
bunjeeanyone know anything about Gramps?21:57
=== ezri is now known as daxcat
jimok... 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 mount21:59
jimgoing 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
new0‎/join #hosting22:01
new0‪/join22:01
new0why it's not let me /join?22:01
k1l_new0: dont use a leading space22:02
new0i just changed the Insert unicode control character22:02
new0kill_ im not22:02
new0k1l_, it's input error. something to do with input method22:03
k1l_what client do you use? and what did you change there?22:03
new0LRM, LRE, etc.. what should i use?22:03
new0k1l_, because it was start to type from right to left. and it's XChat22:04
k1l_so its xchat as client22:04
new0yes22:04
k1l_/join #channel22:04
k1l_look at the server window if there is an error like you are banned or such22:05
new0k1l_, i did right Click on this input control and changed the Input Unicode Control Character to LEM, LRE22:05
new0k1l_, right. the the server channel it's working22:06
new0perhaps i did change the input in this channel on xchat22:06
new0k1l_, mmm, not sure why. but it's been fixed. how is that?22:07
k1l_i dont know what you did there.22:07
new0k1l_, not sure :) but the problem gone22:07
new0k1l_, tnx for trying. or perhaps it's worked because i moved to different channel and this input been reset.22:08
=== Belisarius is now known as belisarius
=== belisarius is now known as Spike_Spiegel
weirddudeWhen 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 tr22:16
weirddudeied nomodeset which againbrought me to no avail.22:16
weirddude1-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:17
weirddudejushur I tried the 16.04 GNOME beta and it didn't work any other suggestions?22:18
weirddude+ disabled acpi22:18
daftykins16.04 is not on topic here, #ububtu+122:19
EriC^^weirddude: try booting with quiet splash and see what it says22:20
EriC^^*without22:21
weirddudeEriC^^ should I turn off acpi off as well?22:21
EriC^^try one with just removing quiet splash22:22
weirddudealright22:22
weirddudeill be back then22:22
EriC^^weirddude: any luck?22:29
weirddudeNothing out of the ordinary, it seemed to be going fine then it just rebooted22:29
EriC^^weirddude: sounds like a temperature issue22:29
weirddudeOverheating?22:30
EriC^^yeah22:30
weirddudeWell how can I fix that?22:30
EriC^^is there another os on the pc?22:30
weirddudeYe22:30
weirddudes22:30
weirddudeWindows 1022:30
EriC^^ok, not a temperature issue then22:31
weirddudeIf 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
EriC^^it booted fine?22:32
EriC^^oh22:32
EriC^^what pc model is it?22:33
weirddudeEriC^^ Should I try 12.04 LTS?22:33
EriC^^nah22:34
weirddudeand its an HP Envy M4 1015-dx with Windows 8 preinstalled22:34
weirddudeI 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 trying22:34
user1_Is the key.pem given by amazon ec2 (for us to log in to it) is the private key or public key?22:35
user1_in github, we add ssh keys to github account. Are those our public key or private key?22:35
EriC^^weirddude: does it have a amd cpu?22:35
weirddudeNope22:35
weirddudeintel i722:36
weirddudeIve been trying to use the amd64 iso22:36
weirddudecould that be the cause?22:36
EriC^^no, that's right22:36
weirddudeOk good thats what i though22:37
weirddude*thought22:37
EriC^^you tried acpi=off right?22:37
weirddudeyes22:37
EriC^^try radeon.dpm=022:37
Abe_ls22:37
weirddudealright22:38
weirddudefingers crossed22:40
weirddudenope22:40
weirddudeit rebooted22:41
weirddudeEric^^ should i retry and boot with EFI?22:42
EriC^^no, i dont think it would help22:43
=== King is now known as King`
EriC^^weirddude: where exactly does it reboot?22:44
EriC^^if you start it in legacy do you get the try / install ubuntu screen?22:44
weirddudeeric^^ yes22:44
EriC^^it reboots after you press install ubuntu?22:45
weirddudeit reboots midway on the loading screen22:45
jwynn6any recommendations on ways to update /upgrade a server that i can only get to via ssh and does not have internet access?22:45
EriC^^ok, some people online are saying when they keep the mouse moving it doesn't reboot22:45
=== King` is now known as King`_^
weirddudelol22:46
weirddudeill try anything now22:46
EriC^^it's a little difficult to keep it moving throughout the install but there seems a fix after it's installed22:46
EriC^^give it a shot, for kicks if anything22:46
EriC^^i'm a little curious22:46
weirddudesame22:46
=== King`_^ is now known as ^`_King`_^
Jordan_Ujwynn6: How are you getting to it via ssh without an internet connection?22:46
weirddudedo i have to keep it moving through grub too?22:47
=== ^`_King`_^ is now known as ^_`King`_^
EriC^^no i think just after you press the continue button on the installer22:47
jwynn6Jordan_U: Its on the LAN but firewalled from getting out.22:47
weirddudeok22:47
Jordan_Ujwynn6: You can make an apt proxy server on another machine then.22:48
weirddudeeric^^ didnt workcjk22:48
weirddude*work22:48
jwynn6Jordan_U: like a socks or an http proxy?22:48
EriC^^weirddude: damn22:51
drkjstrjwynn6, you would could try an apt-mirror server on a different box: http://www.unixmen.com/setup-local-repository-in-ubuntu-15-04/22:52
snowgogglesweirddude:  is it possible you have full drive encryption turned on from a windows installation?22:53
weirddudesnowgoggles is there anyway i could check this?22:53
=== ^_`King`_^ is now known as King
EriC^^weirddude: did you try from a cold boot?22:54
skitoxe1.22:54
snowgogglesweirddude:  bitlocker settings in windows22:54
weirddudeeric^^ yes every time22:54
daftykinstheres an icon on the drive in explorer, in Windows too22:55
aarrggIs there a way to setup my system so that when I sign into bash... tmux runs automatically?22:58
daftykinsi think it'd be wise to deal with the hardship of those 4 extra characters22:59
weirddudeok i found it22:59
weirddudeIt isnt running23:00
=== Agusto is now known as NowNever77
weirddudeBut it has a "manual (triggered)" startup type23:00
weirddudeshould i disable it all together?23:01
=== adante_ is now known as adante
weirddudesnowgoggles23:02
snowgogglesweirddude: go into your bios and turn off the tpm module23:02
=== genpaku_ is now known as genpaku
=== KindOne52 is now known as KindOne
skitoxe1.23:10
Thorax2015Hi all. Software Updater is saying that it "Requires installation of untrusted packages". Surely I dont wanna install those?23:11
Thorax2015Are they the Unsupported updates (wily-backports?)23:12
daftykinsbest bet is you've added PPAs23:13
daftykinssome command line output pastebin'd would be the nicest23:13
Thorax2015daftykins: Ive not added any software at all yet.23:14
weirddudeok just turned off bitlocker23:16
weirddudecouldnt find tpm in bios23:16
skitoxeAllright, im off to bed23:16
skitoxetake care peeps23:17
eatingthenightWhere can i read all out the tty and pty. I tried the man pages but they contain next to no info.23:17
MalgorathIs there a way to revert a ubuntu install to back to its 'just' installed status? like how windows 8 and 10 can?23:17
eatingthenight*out = about23:17
skitoxeMalgorath: re-install it?23:18
Malgorathskitoxe, I'm not wanting to format my SSD drive again23:18
eatingthenightMalgorath: no since it's impossible to know what you all installed23:19
weirddudesnowgoggles No avail23:19
eatingthenightLinux gives you 100% control to shoot your leg off23:19
Thorax2015Is it safe to tick or untick backports in the software & updates page?23:20
daftykinsMalgorath: no23:21
k1l_Thorax2015: its safe. since it wont install backports packages automatically23:21
k1l_!backports | Thorax201523:21
ubottuThorax2015: 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 !packaging23:21
weirddudesnowgoggles would it be possible that windowss isnt letting unbuntu install itself?23:21
abhishekwhen i entering this command in terminal:file /sbin/init23:22
Thorax2015Awesome, thanks k1l_23:22
abhishekit is gaving output like this:/sbin/init: symbolic link to /lib/systemd/systemd23:23
daftykinsabhishek: yes, because it's a symlink to another file23:23
daftykinskeep chasing the breadcrumbs and you'll eventually find the binary.23:23
abhishekso how it will fix....what can i do for that23:24
daftykinsabhishek: you didn't ask a support question, you just made a statement of fact... so perhaps if you phrase a question...23:24
snowgogglesweirddude: what's the machine model?23:24
daftykinsor as i say follow the trail and "file /lib/systemd/systemd"23:24
weirddudehp envy m4 1015 -dx23:24
abhishekohh...sorry..my question is wrong to you....by the way thanxx daftykins23:27
=== Maras is now known as Marasgeon
bodomHi 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
mekhamihi 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
mekhamii put the ttf file in ~/.fonts and ran sudo fc-cache -f -v23:34
mekhamibut the other three icons i'm trying to use are just the weird symbols that get paste dinto the editor23:35
weirddudesnowgoggles any luck?23:36
mekhami323:36
mekhamisorry about that. if someone answered, i missed it.23:36
snowgogglesweirddude: what bios version are you on?  I'm seeing something possibly related with it's secure boot issues23:37
weirddudeF1423:38
skinuxHow long should it take to do a version upgrade on a Cable connection?23:38
daftykinsa cable connection can be ANY speed, your local mirror could be ANY speed and your system could be... you guessed it, ANY speed23:39
daftykinsso - about as long as this piece of string takes to fray, i'd say.23:39
soulissonHi, I have some connection issues, my understanding is that device files allows us to interact with devices, is that correct?23:39
silviandepends on your download speed23:39
snowgogglesweirddude:  f.18 has something related to secure boot...but applying that version may make your situation worse23:39
EriC^^+ installed packages23:39
skinuxI have a 34M connection speed.23:40
EriC^^anywhere between 1-3 hours23:40
skinuxIs that just for downloading or installation too?23:40
snowgogglesweirddude: 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 provides23:40
weirddudeYes it says secure boot. I disabled that and I also turned on legacy boot which disabled secure boot as well23:43
snowgogglesweirddude:  there's also a firmware patch for your drive as well23:43
EriC^^skinux: yeah 4hours tops i'd guess23:44
weirddudesnowgoggles how would i apply the patch?23:44
snowgogglesweirddude: 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
hhhhf23:46
hhhhbonsoir23:46
weirddudesnowgoggles: ubuntu 14.04 LTS, verified iso, im using dvd23:47
nicomachus!it | hhhh23:47
ubottuhhhh: 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
snowgogglesweirddude:  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 post23:47
weirddudesnowgoggles i disabled bitlocker from services but i couldnt find TPM in bios23:48
snowgogglesweirddude: you burned a dvd?23:48
weirddudesnowgoggles yes23:49
snowgogglesweirddude: 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 purposes23:50
weirddudesnowgoggles ok, ive already downloaded rufus so im using rufus23:50
mekhamican 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
mekhamihttp://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:51
devslashWhen I install Ubuntu Server, will it install as a headless server by default ?23:52
karl_how to run im chats on linux23:52
nicomachuskarl_: like what?23:52
nicomachusit seems you are currently using one type.23:52
karl_like facebook skype23:52
karl_everytime i sign my im chats in it always fails why is this23:53
nicomachusAh. Facebook messenger you have to use in-browser. There is no native app. Skype can be installed from the repositories via terminal or Software Center23:53
hhhhbonsoir23:53
EriC^^!fr | hhhh23:54
ubottuhhhh: 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
ub5hey, 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
nicomachusEriC^^: that's italian, no? idk.23:54
hhhhok23:55
nicomachusoh it is french. huh.23:55
karl_i meen when i sign in facebook through empathy or the pidgen it says authentications problem why my password is correct23:55
nicomachuskarl_: that may be question for those devs.23:56
karl_ i meen when i sign in facebook through empathy or the pidgen it says authentications problem why my password is correct23:56
bodomkarl_: you may need an updated version of purple-facebook23:56
karl_im uaing ymlfos linux23:56
nicomachuskarl_: that's not supported here.23:57
karl_ok23:57
nicomachusthis is ubuntu support only, hence the channel name.23:57
devslashWhen I install Ubuntu Server, will it install as a headless server by default ??23:57
karl_ymlf is ubuntu23:57
mekhamican 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
nicomachuskarl_: but it's not a support flavor.23:58
mekhamihttp://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
nicomachus!flavors | karl_23:58
ubottukarl_: !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
bodomdevslash: If i can remember correctly, you choose during install23:58
karl_ok23:58
nicomachuskarl_: and it's not based on Ubuntu anymore, at al.23:58
nicomachusat all*23:59
devslashdo you guys recommend using LVM23:59
devslashIve had some mixed issues with it in the past23:59
bodomdevslash: it depends: do you need it?23:59

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