/srv/irclogs.ubuntu.com/2015/09/16/#ubuntu.txt

SoulboyHi I was wondering if I could get a comprehensive guide on how to dual boot ubuntu with windows 1000:02
bazhanghttp://www.linuxandubuntu.com/home/dual-boot-ubuntu-15-04-14-10-and-windows-10-8-1-8-step-by-step-tutorial-with-screenshots Soulboy00:05
w30badbodh, thanks or the help, I gotta reboot.00:10
nicolashELLO!00:15
nicolasIts my first time in this chat00:15
nicolasI speak spanish00:15
RazielCan someone help me edit files on windows partition00:17
badbodhRaziel: how are you accessing/mounting windows partitions ?00:18
RazielIt automatically mounted. I tried unmounting and it says that it's busy00:19
badbodhwindows partitions don;t automatically mount unless you put them in fstab.00:19
badbodhyou must have opened nautilus and clicked on left column right ?00:20
Razielyes00:20
badbodhthat will manually mount the partition to /media/<username>/partition-name00:20
badbodhgo to the above location and verify00:20
RazielIt is mounted there00:21
badbodhyou can see all the files ? good.00:21
=== Spr0cket- is now known as Spr0cket
=== danley_ is now known as danley
=== gbell1 is now known as gbell
=== FameW0lf is now known as FameWolf
=== peterrus- is now known as peterrus
=== RyanKnack_ is now known as RyanKnack
RazielYes I can see the files00:21
badbodhnow if nautilus or any other file manager mounts it, you should have read/write access by default.00:21
=== IdleOne is now known as Guest18511
=== petersaints_ is now known as petersaints
badbodhyou can copy/cut/paste/delete files using nautilus. however other apps like dropbox, office, gimp etc may not be able to write files directly into those partitions.00:23
=== L235_ is now known as L235
badbodhso create your file in home folder, and cut/paste to windows partition00:24
=== aeonchil1 is now known as aeonchild
badbodhonce it is pasted in windows partition, you can edit and save the file without problems.00:24
=== Bashing-1m is now known as Bashing-om
RazielI can't rename or delete files that are already in windows partition00:25
=== HashNuke_ is now known as HashNuke
zykotick9Raziel: all permissions for FAT/NTFS are determined by how it's mounted, as they lack POSIX permissions.  I don't really use either, so have no suggestions - good luck.00:26
badbodhbummer. what have you tried so far Raziel ?00:26
Razielvrm Objective.docx00:27
Razielrm: cannot remove ‘Objective.docx’: Operation not supported00:27
badbodhzykotick9: if you don;t have suggestions no need to scare new users. i have NTFS partitions that work seamlessly on both linux and windows.00:27
stelHello00:28
steli want to ask a question00:28
stelany of you have used apple wirless keyboard with ubuntu? it is possible?00:28
zykotick9badbodh: good for you.  Pro-Tip, use a real filesystem ;)00:29
badbodhRaziel: for now reboot once and try again. make sure you don;t open any apps after login, only nautilus. and click on the windows partitions again00:29
badbodhif it don;t work we can try some dirtier tricks00:29
badbodhzykotick9: thanks, you may go to bed now.00:30
RazielI'm actually using a live usb so I'll have to reinstall hexchat if I do that. I've tried a live usb with Kali linux and linux mint and I get the same error.00:30
=== Sabotend_ is now known as Sabotender
badbodhRaziel: to use widows/NTFS partitions properly on linux, you gotta add entries for each partition in /etc/fstab00:32
stelit is possible to use apple wireless keyboard with Ubuntu?00:32
badbodhRaziel: have you enabled 'compression to save space' in your windows partitions ?00:33
RazielHere's what I'm trying to do. My girlfriend got mad at me and changed my password. I need to go into system32 and change Utilman.exe to Utilman.exe.bak and then I need to change cmd.exe to Utilman.exe. This way when I boot the computer I can bring up the command prompt and change the password.00:34
RazielNo I have not badbodh00:34
=== rax-Y is now known as rax-
=== mino_ is now known as mino
=== venkat_331 is now known as venkat_330
=== evil_dan2wik_ is now known as evil_dan2wik
=== huttan_ is now known as huttan
=== HolyKnight_ is now known as HolyKnight
=== Metacity|uh-oh is now known as Metacity
=== n-st_ is now known as n-st
badbodhRaziel: so you don't really have plans for using ubuntu full time ;)00:37
=== kudos_ is now known as kudos
RazielI have fedora on my other computer. That's usually what I use but all of my school files are on this one and I need to get in so I can do my homework. I can't even copy files to usb00:38
badbodhyou can just open terminal, type "sudo -s" for root shell. navigate to the directory and use 'mv' command00:38
MechHow did you guys learned the commands for Ubuntu?00:39
=== joar_ is now known as joar
badbodhbetter option will be to just say sorry. kiss and makeup00:39
MechIs there a good website or ebook?00:40
Razielmv Objective.docx Objective.txt00:40
Razielmv: cannot move ‘Objective.docx’ to ‘Objective.txt’: Operation not supported00:40
=== Fudster_ is now known as Fudster
=== frankS2_ is now known as frankS2
badbodhRaziel: even with root shell ?00:40
Razielyep00:40
RazielTo be honest I'm using kali linux right now so I'm automatically root00:41
RazielThere was no one in the kali forum and kali is based off ubuntu so I figured it was close enough00:41
=== kumavis_ is now known as kumavis
gleepwurpRaziel, is the NTFS filesystem mounted as RW?00:42
badbodhthen run 'umount -a' , and mount it properly. step 1 : mkdir /mnt/mygf , step 2: mount /dev/whatever /mnt/mygf , step 3: navigate to /mnt/mygf and use mv command00:42
bazhangget kali support then Raziel00:42
bazhang!kali | Raziel00:42
ubottuRaziel: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), Kali Linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)00:42
badbodhfor 'whatever' part, run 'lsblk' to check which one you have to mount00:42
=== SchrodingersScat is now known as Guest3651
Razielumount -a00:44
Razielumount: /media/root/Windows: target is busy00:44
Raziel        (In some cases useful info about processes that00:44
Raziel         use the device is found by lsof(8) or fuser(1).)00:44
bazhangRaziel, kali is not supported here00:44
badbodhwait a minute, you use kali and can't handle basic stuff ? go learn real linux first :/00:44
bazhangRaziel, stop asking for support here00:44
RazielIt's the same thing for what I'm trying to do bazhang00:44
bazhangRaziel, no its not, not supported ask kali support NOT here00:45
badbodhthen join offtopic channel and ask. if anybody is interested they will fix you up00:45
bazhang#kali-linux is their support00:45
badbodhi assumed you are on ubuntu. can't help if you use a variant. things don;t apply ditto00:46
RazielNo one is in these kali forums00:48
badbodhbazhang: he mentions Utilman.exe, cmd.exe and girlfriend , is he trying to hack in ?00:48
Jordan_URaziel: Then ask in ##linux or boot from an actual Ubuntu LiveCD/USB.00:48
bazhangRaziel, then use a distro that has support, not our issue00:48
RazielI tried linux mint and I had the exact same errors00:49
bazhangRaziel, also not supported, lets wrap this up now00:49
Razielbazhang you don't have to be a dick.00:50
badbodhprepare ubuntu live dvd/usb and try the steps i mentioned.00:50
badbodh*facepalm*00:51
mrtshow do i connect mouse and keyboard00:52
mrts:)00:52
bazhang##hardware mrts00:52
zykotick9Raziel: kali isn't even based on ubuntu... just sayin'00:53
mrtsjust joking00:53
mrtskali is debian00:53
ablest1980ubuntu too00:53
Razielzykotick9 what's it base on?00:56
acethebasslol bat man00:57
acethebassi need help00:58
acethebass 00:59
Bashing-omacethebass: State the ubuntu isssue, we see what help we can ofefr .00:59
acethebassdid you receive the photo01:01
netametaHow can i do gem update --system on ubuntu ?01:02
netametawhen i try gem update --system, i get an warrning saying i should do apt-get somethign01:03
=== Randy- is now known as Randy
Bashing-om!paste | acethebass01:05
ubottuacethebass: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.01:05
mordepedromwhere to get the list of comands of this i dont remember nothing01:07
bazhang!manual | mordepedrom01:08
ubottumordepedrom: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/01:08
bazhang!rute | mordepedrom and this01:08
ubottumordepedrom and this: documentation is to be found at http://help.ubuntu.com and http://wiki.ubuntu.com - General linux documentation: http://www.tldp.org - http://rute.2038bug.com01:08
mordepedromthx01:09
bazhangwelcome01:09
mordepedromobrigado01:09
acethebassi always get (localhost modprobe WARNING: /etc/modprobe.d/thinkfan.conf.save line 2: ignoring bad line starting with 'sudo' )01:09
=== jared_ is now known as Guest65693
AndChat|181649V01:16
=== ferret__ is now known as ferret_
Oldtech1hello room01:20
Oldtech1has anyone did any work with cross platform cpu clustering that can auto worker/server to device under load ?01:22
lapinozzOldtech1: what do you mean?01:24
=== cbarreda is now known as _cb
coiterzOldtech1: that sounds like firmware in the CPU. ARM devices do that01:25
Oldtech1coiterz: i mean like home networks now usually have consoles "ps3 or 4 or xbox" android phones and a pc or 2 . imagine a beowolf cluster or like HPC cluster but server can be like on the fly to whatever device is under load01:28
Oldtech1Oldtech1: currently HPC and beowolf as i know has only one dedicated server and cant be set on the fly01:29
chaos7theoryDoes anyone have experience with Gufw?01:35
chaos7theoryThe documentation isn't extensive. What does the setting "Log all" mean?01:35
=== hugegree_ is now known as hugegreenbug
xtalmathhow do I generate a system-wide prompt with a dialog of my choosing?01:39
xtalmathi.e. I want to make a program that stops me from using browser etc, unless I process what is prompted01:39
=== Guest3651 is now known as SchrodingersScat
=== luckybunny is now known as DavidCameron
zhxk&paste01:47
zhxk#paste01:47
zhxk!paste01:47
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.01:47
=== mybit_ is now known as mybit
zhxki cant paste img at imgur.com, any options?01:48
OerHekszhxk, why not?01:49
Bray90820Has anyone tried ubuntu on an Asus vivo tab smart01:51
Bray90820I wanted to know if it was even comparable01:51
=== DavidCameron is now known as luckybunny
OerHekszhxk, if it is blocked, try http://www.filmot.com/01:52
=== jnoob222 is now known as jnoob22
=== gyaresu_ is now known as gyaresu
=== kbrosnan_ is now known as kbrosnan
Bray90820Is ubuntu compatible with the Intel Atom Z2760 processor02:08
riqiHi, I know how to backup my file system with tar. The problem is how to restore it if you want full disk encryption. Can you decrypt a disk AND unmount it???02:09
riqiSo you can untar the backup.02:09
riqiAnd overwrite all the fresh install directories with your own files02:10
riqiIn other words: backup your disk with tar -> Do a fresh install with LUKS on another drive -> Decrypt drive AND unmount -> untar your backup in /02:11
OerHeksriqi, there is no way to decrypt your drive as you want to. i would make a list with installed programs, and reinstall them afterwards02:16
OerHekshttp://askubuntu.com/questions/17823/how-to-list-all-installed-packages and http://askubuntu.com/questions/159664/how-to-list-user-installed-applications-not-packages02:18
OerHekshttps://help.ubuntu.com/community/InstallingSoftware#Backup.2FRestore_installed_packages02:19
=== dearn_ is now known as dearn
digitsmhello02:26
digitsmI have installed a new ubuntu on my Portable 2TB USB HDD to boot from it on different PCs02:26
=== dabdab1 is now known as dabdab
digitsmBut I have a problem when I want to boot from it on my home PC which has a Geforce 6100 nForce 405 onboard VGA controller02:28
Soulboysorry had to leave irc and come baxk on phone, so any reason why grub might not load?02:29
digitsmI guess the problem is because of nouveau driver, which is loaded as default for nvidia vga controllers02:30
digitsmShould I install proprietary NVidia driver on my portable ubuntu?02:30
digitsmWhat if I attach my portable HDD to a PC with intel GPU?02:31
=== enchilado is now known as aeonchild
=== EriC^^ is now known as Guest47147
RazielCan someone help me edit files in windows partition. I'm using a live usb of ubuntu to access the partition.02:51
pugtordoes anyone happen to know if logrotate hangs or does anything awkward if a command that's put inside of postrotate doesn't exist?02:51
RazielI can't rename or delete files in my windows partition from ubuntu02:52
badbodhRaziel: already told you the magic steps. if you didn't note them down, good luck.02:55
Soulboybadbodh any idea why grub may not be loading during bootup?02:56
badbodhSoulboy: you sure set your bios to boot hdd first ?02:56
SoulboyYes02:57
badbodhis your machine bios/mbr or uefi/gpt ?02:57
RazielI tried it and it didn't work02:57
SoulboyUefi/gpt02:57
badbodhi got no clue about uefi/gpt systems. stick around maybe somebody knows something.02:58
scoundtatsSoulboy Raziel02:58
SoulboyAhh kk thanks anyway02:58
badbodhRaziel: close all applications and try again. your ubuntu isn't some alien magical creature that those steps won;t work.02:59
Razielbadbodh when I do sudo mount /dev/sda /mnt/mygf it says mount: /dev/sda already mounted or /mnt/mygf busy02:59
scoundtatsSoulboy: you seem quirky02:59
scoundtatsRaziel: hey03:00
badbodhRaziel: if it's already mounted then why bother mounting again. preoceed to sudo mv part03:00
RazielAll applications are closed. I tried the command and it didn't work. I rebooted and tried again and same thing.03:00
Razielok just a sec03:00
Razielbadbodh when I ls /mnt/mygf nothing is there.03:01
Razielhey scoundtats03:01
badbodhrun lsblk and share output on pastebin, don;t paste here03:01
scoundtatsbadbodh: will that work03:03
badbodhscoundtats: ??03:03
cassio3hey. I have this weird thing where I am looking at emacs in a cloud 9 buffer03:03
cassio3it is ubuntu03:03
cassio3I was simply trying to get the path of the file I was looking at03:03
scoundtatscassio3: really. Odd03:03
shoaibhttp://pastebin.com/bS0m8SE803:03
shoaibhelp please03:04
cassio3scoundtats03:04
cassio3yes, I know03:04
cassio3how do I exit it03:04
cassio3I am inside M-x03:04
shoaib im on live disk i tried to install amd catalyst control and it messed up everything, i reinstalled ubuntu but now after login all i get is a blank screen, i tried to apt-get upgrade now its showing this error in the end03:04
cassio3shoaib03:04
GatsbeeHostHey, can anyone please help me. Somehow I've messed up my laptop that I need for school :(03:04
cassio3to be truthful, installing amd control center on windows also results in similar issues03:04
charliehello03:04
cassio3do you know what run level you are at?03:05
cassio3Gatsbeehost03:05
cassio3you are going to have to provide details03:05
scoundtatsGatsbeeHost: that's generic03:05
cassio3is it booting?03:05
GatsbeeHostI was having problems with the wifis hard block coming on and off so I tried : Sudo apt-get upgrade03:05
GatsbeeHostBut it Failed due to lost connection , and now I can't connect to wifi or Ethernet03:05
cassio3that doesn't harm anything in the few times I've tried it03:05
cassio3isn't there a way to rebuild the packages using dpkg?03:06
cassio3are you concerned you may have updated the kernel?03:06
cassio3did the wifi work shortly after install03:06
GatsbeeHostI'm not sure ? Super Unsavvy with Ubuntu03:06
GatsbeeHostWifi hasn't worked since the upgrade failed03:07
GatsbeeHostSudo rfkill unblock all doesn't fix it03:07
cassio3does it show signs of working?03:07
cassio3I'm really confused03:07
cassio3did it work after install or not?03:08
cassio3and your laptop does not have a hardware switch?03:08
scoundtatsI know cassio3 it will03:08
GatsbeeHostWifi won't go off hard block , and wired connection is recognized but doesn't connect03:08
cassio3connecting via ethernet doesn't work03:08
cassio3ok03:08
cassio3let's fix wired connection03:08
cassio3is it getting an IP address?03:08
GatsbeeHostPhysical switch does nothing03:09
GatsbeeHostOkay :)03:09
cassio3can you probe whether it is getting an IP address?03:09
GatsbeeHostHow do I check .?03:09
Razielhttp://pastebin.com/6ZqYYMSu sorry I'm using 2 computers. hexchat won't run on the computer in question.03:09
Razielbadbodh^03:10
scoundtatsGatsbeeHost: just run setup for network. Then select run at startup. Restart.03:10
cassio3thank you03:10
cassio3also, we should ask is wifi not working mean that it can't see any networks, or that it can't connect to them03:11
cassio3I had two laptops that were blocked03:11
cassio3but they were really old03:11
scoundtatscassio3: you hellbent on wrecking his system03:11
pressure679I liked ubuntu 8.04 hardy heron, but now ubuntu uses unity, and even if you use gnome 3 the hw req's become bigger and bigger (so I use xubuntu atm). I can see ubuntu mate uses gnome 2 like 8.04, and wonder if it is better to support this distro rather than xfce? although the hw req's are abit bigger.03:11
=== n0mad_ is now known as [n0mad]
cassio3and it was user error for not turning on wifi prior to installing ubuntu03:11
cassio3why do you think I am hellbent on destroying his system?03:12
GatsbeeHostCannot find run at startup :(03:12
scoundtatspressure679: that's opinions03:12
GatsbeeHostHer *03:12
cassio3I do apologize if I am giving wrong info03:12
cassio3I will step back03:12
cassio3thank you scoundtats03:13
GatsbeeHostNo no you are helping , I just wish I understood the jargon better :(03:13
cassio3no, soundtats was correct to rein me in03:13
scoundtatsGatsbeeHost: don't select allow users to manage. Network will start next boot.03:13
pressure679Well, I am between Ubuntu with Gnome (3), Mate (Gnome 2) and Xfce.03:14
badbodhRaziel: what kind of partitioning is that. i'm afraid i bit more than i could chew.03:14
GatsbeeHostOkay so a second reboot fixed wired connection , but my wifi hard block is still up03:14
cassio3yay!!!03:14
badbodhguess you have to convince your friend to give up the pass03:14
cassio3GatsbeeHost03:14
GatsbeeHost:)?03:15
cassio3do you have a wifi dongle you can test with?03:15
cassio3have you been through the ubuntu troubleshooting? can it see the card?03:15
GatsbeeHostI don't03:15
cassio3go through the ubuntu help wifi troubleshooting03:16
cassio3I found it helpful03:16
GatsbeeHostI don't know how to tell if Ubuntu troubleshooting can recognize card03:16
badbodhcassio3: give him the link03:16
GatsbeeHostIs it okay to try Sudo apt-get upgrade now with a reliable connection ?03:16
GatsbeeHostHer*!lol03:17
brendahi03:17
brendai have a question03:18
cassio3https://help.ubuntu.com/03:18
=== imnotsurewhattop is now known as imnotsure
imnotsurehey quick question03:19
brendai have ubuntu 14.04 and today i started my pc and the touchpad doesn't work03:19
imnotsurei have ubuntu server 14.04 setup with open VPn client, when i start the VPN , ALL my traffic on the cleint server gets routed throguh the server and i lose my ssh connection to the cleint. How to i make the client use Eth0 still and only use the VPN tunnel in apps that i tell it to03:19
imnotsureis that possible?03:20
cassio3brenda, this seems like dpkg corruption03:20
cassio3do you get a message in the corner that that's what happened?03:20
cassio3Gatsbeehost03:21
cassio3apt-get upgrade upgrades everything03:21
Razielbadbodh I'm not sure the computer came with the os and i just used universal usb installer to make the live usb03:21
cassio3it would be nice if you knew which packages you needed, or what caused it to break03:21
cassio3has it ever worked?03:21
GatsbeeHostIt has always worked03:22
pressure679I edited /etc/default/grub's line "GRUB_CMDLINE_LINUX_DEFAULT" from "quiet splash" to "text", and now when I startx the terminal emulator's transparent background shows the wallpaper instead of app's - what to do??03:22
pressure679- This edit makes ubuntu start without a display manager btw.03:23
brendacassio3, how do i fix it ?03:23
Razielbadbodh you still there?03:25
funyunhi can anyone point me in the right direction to accomplish this? "Create an empty database via your hosting control panel. And keep the host-name, database name, username and password ready"03:26
funyuni have a dedicated server with no control panel03:26
brendai have ubuntu 14.04 and today i started my pc and the touchpad doesn't work03:30
Razielcan anyone else help me edit files on a windows partition03:33
pressure679Alright guys! Going to install Ubuntu Gnome 15.04 now, wish me luck!03:38
brendai have ubuntu 14.04 and today i started my pc and the touchpad doesn't work03:39
brendaplease help me03:39
pressure679ltmgtfy: http://askubuntu.com/questions/484354/synaptics-touchpad-scroll-not-working - askubuntu is usually a good resource for common problems.03:41
pressure679- brenda03:41
=== TJ- is now known as Guest8103
bobdobbsI'm on ubuntu 12.04. I'd like to get flash working on chromium03:46
GatsbeeHostHi, i was here a few minutes ago and lost connection. i was having an issue with my wifi hardblock not turning off, hopefully someone  can help?03:46
GatsbeeHostrfkill- list all "03:46
GatsbeeHostsoft block no hardblock yes03:46
bobdobbsI found this: https://wiki.ubuntu.com/Chromium/Getting-Partner-Flash , but I do not have this UI on 12.0403:46
GatsbeeHostrfkill unblock all does nothing (even as su)03:47
bobdobbsideally, I'd like to get flash working in firefox as well03:48
bobdobbsbut I'm less concerned with getting firefox working then getting chromium working03:48
bobdobbsgoogling, I get a lot of conflicting information: like, I'm not sure whether I should use the pepper flash installer or not03:49
=== notekumar is now known as noteness
bobdobbsthere's conflicting advice on that03:50
TJ_RemixGatsbeeHost: what make/model of PC is it?03:50
=== TJ_Remix is now known as TJ-
Razielbadbodh you there?03:50
GatsbeeHostits an hp pavillion touchsmart03:51
RazielCan anyone help me edit windows files03:51
bobdobbsIf I search within the 'Ubuntu Software Center', it appears that the "adobe flash plugin" is installed. So I'm not sure what is broken: my browser, ubuntu's package management system, or my browsers03:52
bobdobbsI imagine that it isn't the browsers, because it isn't likely that they are both broken at the same time (firefox, chromium)03:52
bobdobbsI've obviously got some flash packages installed: http://pastie.org/1042270403:55
TJ-GatsbeeHost: We've had quite a few similar issues recently which all seem to boil down to system firmware/BIOS bugs; specifically ACPI support. When the firmware finds it is working with the Linux OS, rather than Windows, it doesn't enable control of some platform-specific functionality. Radio hard-block seems to be the primary service affected, too.03:55
GatsbeeHostif i restore default settings in the bios will i loose  all my stuff?03:59
TJ-GatsbeeHost: There's a kernel command-line option you can try to discover if that is the case for your system: Try adding "acpi_osi="Linux"  ". If that doesn't work, do a search on the ACPI table for the Windows-specific OSI names with "sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows" and try the most recent Windows string, e.g. acpi_osi="Windows 2012"03:59
GatsbeeHostTJ: im sorry im not savvy with ubuntu at all, i dont know how to do any of that .. :(04:00
TJ-GatsbeeHost: To add entries to the kernel command line see https://wiki.ubuntu.com/Kernel/KernelBootParameters04:01
GatsbeeHostokay thank you, i will try to follow that04:02
GatsbeeHostalso if i restore system settings will i loose anything?04:02
TJ-GatsbeeHost: Changing BIOS/firmware default settings won't affect this issue. It's best not to make major changes until you've identified  the cause/workaround. If acpi_osi doesn't solve it there may be other steps that will help. With HP there are other issues related to the hp_wmi platform driver that is supposed to interface (via ACPI events) with the platform media keys, radio switch, etc.04:04
TJ-GatsbeeHost: I assume the PCs radio kill switch is a hot-key on the keyboard, not a dedicated switch?04:04
GatsbeeHostyes, on f1204:05
TJ-GatsbeeHost: I thought so. That makes it more likely acpi_osi=XXXX could help, or failing that, changes to the hp_wmi platform driver.04:06
TJ-GatsbeeHost: As a quick test you could drop the hp_wmi driver. Check if it is loaded first: "lsmod | grep hp_wmi"04:07
TJ-GatsbeeHost: If so, remove it from the kernel with "sudo modprobe -r hp_wmi" and then try the F12 radio key function04:08
GatsbeeHostlsmod | grep hp_wmi shows: hp_wmi                 14062  0  sparse_keymap          13948  1 hp_wmi wmi                    19177  1 hp_wmi04:08
GatsbeeHostbut sudo modprobe -r hp_wmi did nothing04:10
TJ-GatsbeeHost: That will be because sparse_keymap depends on it. Kernel won't allow removal of a module that others depend on. Usually nothing else depends on it.04:13
TJ-GatsbeeHost: To avoid messing with the modules unduly, try my original acpi_osi=XXXX tests. They are easier to perform, and easier to make permanent04:14
GatsbeeHostok i will work on that04:17
RazielCan someone help me? When I try to rename a file in my windows partition it says operation not supported. I'm using mv to rename it04:20
FoxhoundzHello ubuntu04:20
RazielAnyone there?04:32
OerHeksRaziel, Linux uses some characters which are not recognized in Windows for file names. Check the encoding for ntfs mount and set it to utf804:36
OerHekshttps://help.ubuntu.com/community/MountingWindowsPartitions04:37
FoxhoundzQuestion04:43
FoxhoundzHow do I mount network shares on boot04:43
Foxhoundzand how do I do so before any other user service starts04:43
Foxhoundzthere are media delivery services that require certain NAS directories to be mounted as soon as they are started04:44
Foxhoundzso I would need these network drives mounted with the highest priority04:44
kbhtechI'm kind of stumped on a server install, can I get some guidance here?04:48
TJ-kbhtech: sure, although depending on the time of day, #ubuntu-server could be useful too04:48
kbhtechI understand, I may navigate that way depending on how things go here.04:49
Foxhoundzask04:49
kbhtechAnyhow, I've got a gateway setup going on here and what I am trying to do is assign an IP through DHCP of 192.168.2.1 while being the gateway at 192.168.1.104:50
TJ-kbhtech: so maybe you need the DHCP server to send out an additional option to add a route to 192.168.1.1 to the clients.04:51
kbhtechI've got the DHCP server (isc-dhcp-server) I just don't know how to produce such a configuration.04:52
kbhtechI've had success at assigning and sharing internet access on the same subnet, however I don't know how to share the net on a subnet that is out of the scope of the gateway.04:54
OerHekskbhtech, why don't you keep that server in the 192.168.2.x range?04:54
kbhtechFe: em2 is 192.168.1.1 where it's client should be assigned 192.168.2.1 and connectivity should be shared.04:54
TJ-kbhtech: option 33 provides a list of static routes04:54
OerHekserr/ 192.168.1.x range04:55
kbhtechFor the router, or other networking equiptment.04:55
bhoj_can i install ubuntu in my tablet?04:56
kbhtechIt's designed to function above the networking equiptment, therefore providing additional services to the equiptment, as well as functioning as a linux firewall.04:56
lotuspsychjebhoj_: wich tablet04:56
bhoj_iball slide i70104:56
lotuspsychjebhoj_: wich is default Os on your tablet?04:57
TJ-kbhtech: "option static-routes ip-address ip-address" ... see "man 5 dhcp-options"04:57
kbhtechbhoj, If there is an arm64 release of ubuntu, it's possible. (assuming thats the architecture)04:57
bhoj_windows 8.104:57
lorddaedraHello.. I upgraded nginx-common and nginx-extras on latest Ubuntu from nginx/development ppa and got error after restart "Failed to restart nginx.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files"04:57
lorddaedramay be anyone know, how to fix it?..04:57
lotuspsychjebhoj_: then should be possible to install ubuntu desktop, make sure you disable fastboot and secureboot first04:57
kbhtechAwesome. Thanks!04:57
bhoj_lotuspsychje: how?04:57
lotuspsychjebhoj_: make an ubuntu usb and install04:58
TJ-kbhtech: Something like "option static-routes 192.168.2.1 192.168.1.X;" where X is the router on the 192.168.1./24 subnet04:59
bhoj_lotuspsychje: specs -> 1gb ddr3 ram, intel atom quadcore.04:59
bhoj_is there a specific distribution which i should try?05:00
TJ-kbhtech: oops! got the numbers transposed there! "option static-routes 192.168.1.1 192.168.2.X;"05:00
lotuspsychjebhoj_: ubuntu desktop05:01
bhoj_lotuspsychje: how can i boot from usb if can't get in to bios?05:01
lotuspsychjebhoj_: some tablets with w8 needs reboot into uefi, from within windows options05:02
lotuspsychjebhoj_: ask in the ##windows channel for more details05:02
bhoj_is there a ubuntu channel for tablets?05:03
kbhtechOkay, back to the potential solution. option static routes $server[192.168.1.1] $client[192.168.2.1] should provide the client the ip and connectivity?05:03
TJ-kbhtech: I should mention I'm assuming you've set the DHCP default gateway with "option routers 192.168.1.1;" already05:04
lotuspsychjebhoj_: there are no projects for your tablet brand i think, check the CDA forums anyway05:04
lotuspsychjebhoj_: XDA forums sorry05:04
TJ-kbhtech: No. "option static-routes DESTINATION GATEWAY_TO_DESTINATION_FROM_CLIENT_SUBNET;"05:05
TJ-kbhtech: if you have separate sub-nets A and B then clients on A can only reach clients on B via a GATEWAY that is on both. So to get from A.1 to B.1 A.1 needs to have either a default gateway in A, or if it has the gateway B.1 then A.1 also needs a static route which sends packets for B.1 to some A.X.05:07
kbhtechbhoj, this is kind of a different approach however if the bootloader is accessible and the device can be reimaged by it than you can place any OS built for the arm64 architecture.05:09
kbhtechThat doesn't garantee stability.05:09
=== Tsunami is now known as Guest35514
=== daniel is now known as Guest69697
bhoj_kbhtech: probably i should'nt try it. why fix things which are'nt  broken?05:11
kbhtechSo, if host is 192.168.1.1 and I want client to be 192.168.3.1 then05:11
kbhtechoption static-routes 192.168.1.1  192.168.3.105:11
TJ-kbhtech: No. If client is 192.168.3.1 then there needs to be another 192.168.3.X host on that subnet that also has an address in the 192.168.1.X subnet. This is the entire point of sub-nets. For packets to  'leave' a sub-net there has to be a router (gateway) involved.05:13
TJ-kbhtech: are the clients on different Ethernet segments, or all on the same segment?05:14
kbhtechOkay, the network is a serial circuit up until the router and then it becomes parallel. In this circuit the modem is first, then the server, and finally the router. I want the server to provide the router a 192.168.2.1 ip address while it's gateway is 192.168.1.1.05:16
kbhtechThe final order should be: 192.168.0.1 -> 192.168.1.1 -> 192.168.2.1 then 192.168.2.XXX05:17
TJ-kbhtech: so you've got MODEM=192.168.0.1 <-> 192.168.0.A=SERVER=192.168.1.1 <-> 192.168.1.X=ROUTER=192.168.2.1 <-> 192.168.2.0/24 ?05:19
pragomer1how to find double saved pictures under ubuntu? found dupeguru that is not completly free (you have to pay)...  any other software advices?05:19
kbhtechYes05:19
TJ-!info findimagedupes | pragomer105:20
ubottupragomer1: findimagedupes (source: findimagedupes): Finds visually similar or duplicate images. In component universe, is optional. Version 2.18-6 (vivid), package size 28 kB, installed size 123 kB05:20
TJ-kbhtech: In that case you've got 3 routers involved, and if the clients on 192.168.2.0/24 are issued IP addresses via the DHCP SERVER on 192.168.1.1 you'll need a DHCP relay on ROUTER 192.168.{1.X,2.1}05:22
kbhtechOkay, so router has to be assigned 192.168.1.{>1}05:23
kbhtechOkay, so router has to be assigned 192.168.1.{ >1 && < 255 }05:23
TJ-kbhtech: ROUTER has at least 2 Ethernet interfaces, 1 connected to SERVER and the other(s) connected on the client sub-net05:24
TJ-kbhtech: Yes, that is correct.05:24
kbhtechYeah, I get that. I noticed the pattern in your formula. You taught me something :)05:24
kbhtechROUTER has 5 ethernet ports, running OpenWRT. I was hoping to design the server router ready for manufactured releases.05:25
kbhtechI think that I understand now, that routers are assigned 192.168.0.X before it host a network on 192.168.1.1.05:26
kbhtechJust like the server, has to be. I wasn't sure how modem producers and router companies worked that out.05:27
TJ-kbhtech: the problem I think is you're expecting to allocate ROUTER's 192.168.2.1 address. That would be incorrect. DHCP SERVER would only be able to allocate the ROUTER with its 192.168.1.X address, but that would be pointless. From what you've said, MODEM, SERVER and ROUTER should ALL have static IP addresses. Then the only issues is getting the clients on the LAN side of ROUTER to have their BOOTP/DHCP05:28
TJ-requests DHCP RELAYed via a service on ROUTER to SERVER.05:28
kbhtechHow is the router assigned an IP address from the modem then?05:28
kbhtechWhat I'm trying to do is DHCP a Static IP05:29
kbhtechI was going to restrict range to a single ip05:29
TJ-kbhtech: It isn't. It's not connected to the MODEM, it's connected to the SERVER. ROUTER has no notion of the MODEM, everything towards MODEM has to be forwarded to SERVER05:29
kbhtechNot in my example, I'm talking about residential application. Don't modems provide the single IP for the router?05:30
kbhtechThrough DHCP?05:30
TJ-kbhtech: Are you sure you want/have the SERVER between MODEM and ROUTER? Usually it is MODEM <> ROUTER <> SERVER05:30
kbhtechThat's what I am trying to moch.05:30
kbhtechYeah, I'm pretty sure about that xD.05:31
OerHeksNo, the router (local) IP is set in the router itself.05:31
kbhtechHmm...05:31
TJ-kbhtech: the MODEM has no notion of IP. If the 'modem' device is also a router that's a different matter05:31
kbhtechHmm...05:31
kbhtechHow does router software accept DHCP then and then how do modems usually use 192.168.0.1 while routers use 192.168.1.1?05:32
kbhtechAnd we know it's done in BSD or Linux. It's the root OS for most firmwares.05:33
OerHeksmodems do not use 192.168.x.x, only modems + router combos05:33
TJ-kbhtech: MODEM is short for MOdulator DEModulator - it is the circuit that takes a (usually analog) signal and converts into a digital stream. Residential CPE is usually a combined modem/router with several interfaces, 1 facing 'out' to the ISP, and the others facing 'in' for LAN, WLAN, etc.05:33
=== ludo is now known as Guest94747
TJ-kbhtech: ISPs usually use PPP to create a virtual circuit that connects the modem/router's 'out' interface to the ISPs gateway.05:34
kbhtechI get it now :)05:35
kbhtechThat's pretty suprising because I've seen modems provide the gateway 192.168.0.1 to routers several times while the router uses 192.168.1.1 When I look at mine, its --.--.---.-- instead.05:36
Guest94747only one question ... im using trading platform (meta 4) wiil it be supported by ubuntu .. just need to know before donwlaoding05:36
kbhtechWhat happened to the old school moterola? lol05:37
kbhtechI get it, thanks for clearing that up.05:38
vrihadartha1is there any other DE of ubuntu even lighter than LXDE?05:39
Guest94747is that the help we get from ubuntu?????05:39
Guest94747really ???05:39
OerHeksGuest94747, so what is that meta4 ? url ?05:41
kbhtech192.168.0.1 doesn't exist in this house because the modem's providing the actual IP to the router rather than creating it's own subnet. It threw me for a loop because I've seen plenty of actual modems use the gateway 192.168.0.1 for access. We use to be able to open up there configuration pages and read the logs just like we can a router. When did that change?05:41
Guest94747well then ... i rather to stick with microsoft .. if that what ubuntu is about .. then im at the wrong plce ... no wonder why nobody knows about it05:41
OerHeksGuest94747, yes do that, thanks for the rant!05:42
TJ-kbhtech: sounds like the 'modem' is in transparent bridge (RFC1483) mode05:42
shyhallo05:42
=== shy is now known as Guest35209
Guest35209itsokay05:43
DiAnne17Hi.  I need some help.  Whenever I try to use graphics intensive websites, the cursor freezes...I have a Dell Optiplex 745 with Ubuntu 14.04.  This is my "lspci | grep VGA" output, http://paste.ubuntu.com/12424751/   ...and this is the Chrome output:  http://paste.ubuntu.com/12424747/05:43
vrihadartha1Hi05:43
DiAnne17What can I do?05:43
masa_hi,there! I have a question about forgotten password. ubuntu have a reset password system like google?05:43
vrihadartha1please state your system specs05:44
Guest35209see you again05:44
TJ-masa_: Recovery mode, on the boot manager's Advanced sub-menu05:44
OerHeksDiAnne17, that intel is not a racemonster.05:45
DiAnne17OerHeks, the site is the CHrome Web Store05:45
kbhtechRFC 148305:45
DiAnne17:(05:45
masa_TJ, now  i am in guest sesion.05:46
kbhtechThat's where I think that I keep getting a DHCP address from my modem to my router because that involves DHCP05:46
shoot2killHey all i bought a andriod smart phone off ebay. It comes up with all sorts of ads installs games on its own all sorts of things im running ubuntu and was wondering if anyone knew how to fix this problem05:46
OerHeksDiAnne17, well, those messages are just warnings you would not see if you didn't start chrome from terminal.05:47
vrihadartha1what brand? shoot2kill05:47
shoot2killill give the link05:47
vrihadartha1please05:47
kbhtechSo.05:48
OerHeksshoot2kill, this is not android support05:48
shoot2killi understand that ..but to solve the problem in going to need a ubuntu app05:48
shoot2killas ill be plugging into my computer05:49
kbhtechThis is easy. I ran to support whenever I just needed educated. Thanks Guys! Jobs Done :) lol05:49
shoot2killso it is half a ubuntu question05:49
vrihadartha1:P05:49
vrihadartha1shoot2kill you can root your phone using ubuntu05:50
OerHeksshoot2kill, " sudo apt-get install mtp-tools mtpfs " and you can connect your android, but not to alter installed apps AFAIK05:50
vrihadartha1that'll solve your problem05:50
shoot2killvrihad the phone looks alot like this one05:51
shoot2killhttp://www.ebay.com.au/itm/5-Touch-Dual-Sim-3G-Dual-Core-Android-4-2-Mobile-Phone-Smartphone-Unlocked-Whit-/111305882084?hash=item19ea58f9e405:51
DiAnne17shoot2kill, the chrome remote desktop app in the play store, and chrome remote desktop running on your computer, running ubuntu or what ever you want that has chrome in it, will allow you to use ubuntu from your phone wherever you go :)05:51
* OerHeks all androids look alike05:51
DiAnne17i <3 ANDROID!05:51
DiAnne17and ubuntu05:51
TJ-shoot2kill: try the channel  #android   you'll probably need the DevKit and use the android debug bridge (adb)05:51
vrihadartha1android and ubuntu are cousins05:53
axskhi05:53
masa_hi there! is some one using ubuntu phone already?05:53
OerHeks!phone05:53
ubottuInformation about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch05:53
axskTrying to setup public_html in my home folder. get error forbidden you dont have permission to access public_html/info.php05:53
axski did chmod 0755 to publiic html05:53
OerHeksmasa_, sure, lots of them, join #ubuntu-touch05:53
vrihadartha1you cant reinstall android05:54
axskhelp05:54
vrihadartha1but your phone looks like a china phone05:54
vrihadartha1you will need to root it and uninstall some stock apps causing this problem05:54
vrihadartha1but most china phones come prerooted05:54
OerHeksvrihadartha1, this goes offtopic05:55
vrihadartha1sorry05:55
vrihadartha1lets stick to ubuntu05:55
vrihadartha1:)05:55
masa_are there ubuntu phone distributior in Japan ?05:55
OerHeksmasa_, not yet, please visit #ubuntu-touch05:56
=== aps_ is now known as aps
axskwhat does this error means because search permissions are missing on a component of the path05:56
kbhtechHow do crown jobs work?05:56
axskwhich search permissions? 755 not enough?05:56
axskkbhtech, you mean cron!05:57
=== mission712_ is now known as mission712
TJ-axsk: Are you using apache web-server? did you enable mod_userdir ? did you ensure the apache process user can access the directory and travere those leading to it05:57
axskTJ-, yes apache and enabled userdir05:57
kbhtechcron, yeah. I've just read it somewhere and I think I'm going to need to adopt the skill.05:57
axskTJ-, i chmod 755 to public_html do i need to chmod my /home/user too?05:57
TJ-axsk: the apache process is probably operating as user:group www-data; that group needs traversal permissions from / to $HOME/public_html/05:58
axskTJ-, sorry. brb.05:58
OerHeks!cron06:00
ubottucron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto06:00
masa_thanks OerHeks. I saw #ubuntu touch. It is nice and littlebit funny.06:12
kbhtechI see it, wan connection type and then router ip address.06:15
kbhtechI wasn't considering wan and lan during config. Thanks TJ06:15
masa_hi there! how can i doot recovery mode?06:20
=== mystic is now known as srini
=== user is now known as Guest27450
=== Spec_ is now known as Spec
=== gabriel_ is now known as gabriel_666
ubuntu-mateczesc07:06
=== Simbax_ is now known as Simbax
kbhtechOkay debating MariaDB or MySQL07:17
locksmith2I am making an application (web app, and android app) where the users will be able to make real money. What merchant system or mechanism can I use to send money to users when they made enouch money? Like I can send them a check, or what other options are there? Is there an online service that specializes in this?07:23
b4mz_quit07:23
=== sins-_r is now known as sins-
sixyodlocksmith2: so at this point it would be very much like a normal employee pay schedule07:24
sixyodlocksmith2: quit a few merchants that can do this, simple google search will give you probably a massive list of these merchants07:24
sixyodlocksmith2: but you know if you are paying any other way other than a check, than you are looking at like direct bank deposit ? .. this is different your users would have to give you bank account number and routing numbers07:24
sixyodlocksmith2: so most efficient way would be by check? paypal? google wallet ?07:25
locksmith2I want to have lots of users... so I need something credible so I can tell my users "We are using this company/service XXX which will be sending you yourt money."07:25
locksmith2I can't say "I will personally send you a check"07:25
locksmith2it has to be scalable07:25
sixyodlocksmith2: sure yeah, can easily have a merchant generate check, be sent to you, then you can resend it, really depends on the merchant07:26
locksmith2and users need to be able to accept money easely, like onto their VISA card for example07:26
locksmith2or bank account #07:26
locksmith2so I guess ... I am looking for a murchant07:26
sixyodlocksmith2: just after a minor search, something called quickpay-usa just look at it07:27
somsiplocksmith2: this sounds like nothing to do with ubuntu.07:27
somsip!ot | locksmith207:27
ubottulocksmith2: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!07:27
sixyod^^ yeah defenitely not ubuntu related07:27
sixyodif there is an opencart channel, you could ask there :))07:27
sixyodthere is but small @.@07:27
=== Cybert1nus is now known as Cybertinus
=== ken is now known as Guest61111
iongraphixwossop07:57
iongraphixguys i have a problem: i recently install lightdm on my ubuntu installtion that came with gdm. after the installation of lightdm. every time I login, I am looped back to the login screen. even with the correct password. I need help. I am stuck. Lock out my computer.08:04
iongraphixplease help08:06
iongraphixguys i have a problem: i recently install lightdm on my ubuntu installtion that came with gdm. after the installation of lightdm. every time I login, I am looped back to the login screen. even with the correct password. I need help. I am stuck. Lock out my computer.08:06
iongraphixguys i have a problem: i recently install lightdm on my ubuntu installtion that came with gdm. after the installation of lightdm. every time I login, I am looped back to the login screen. even with the correct password. I need help. I am stuck. Lock out my computer.08:10
OerHeksiongraphix, what ubuntu version is that?08:16
OerHeksand what guide did you follow to install lightdm over gdm?08:17
alainbSalut je recherche qq1 pour m'aider à configurer un hotspot wifi sur ubuntu15. Actuellement je vois le ssid mais ne peux pas m'y connecter08:24
wyoungalainb: Most people in here speak English only, including myself :(08:26
octoprighi. what is a good disk management tool? I am having a lot of trouble with the tool that comes with Ubuntu ("Disks").08:27
wyoungoctoprig: What would you like to do?08:27
octoprigI want to format a disk.08:27
wyoungsudo mkfs.ext4 /dev/yourdevice08:27
hateball!fr | alainb08:28
ubottualainb: 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.08:28
alainbOk sorry wyoung, so I'm looking for someone who could help me to configure a wifi hotspot on ubuntu 1508:28
hateballoctoprig: You could try gparted08:28
Guest47147octoprig: gparted08:28
octoprigwyoung: how do I know which is my device?08:28
wyoungoctoprig: depends how you connected it.  It will usually be /dev/sdX where X is a letter from a-z.08:29
octoprigGparted looks nice.08:29
wyounggparted is good08:29
octoprigI'd rather have a GUI for this.08:29
wyoungIt will auto detect your drives too08:30
octoprigok, I will try gparted. thanks.08:30
Arxwhich one understand the openwrt uboot, i want to modify the uboot, where to start ?08:30
wyoungok, learning the console is handy too, much faster to type it in then having to point and click, type, point and click08:30
wyoungArx: start in #openwrt08:31
Arxo&~08:31
octoprigI like to use the terminal for everything, but this is one thing where I'd like a big button that asks me "Are you sure?" when I try to format anything.08:31
wyoungok :)08:31
=== VoX is now known as vox
wyounggparted then :) it has a nice gnome / gtk interface08:32
Arxi have mask the openwrt uart08:32
wyoungArx: This is a ubuntu channel08:32
Arxbut there are some bytes outted from the uboot08:32
zubansHi! Can anybody explain me how can i change the button's(minimize, maximize, close) location in window,08:32
octoprigwhat's the difference between /dev/sdd and /dev/sdd1?08:33
wyoungzubans: If you are using unity and maximize the application then you have no choice where the buttons are (they are always on the left).08:33
Guest47147octoprig: /dev/sdd is the disk , /dev/sdd1 is the first partition on the disk08:33
Guest47147octoprig: whenever you format it's better to create a partition table, create partitions and format them with whatever filesystem you want08:34
zubansits no good. Linux is flexible OS08:34
wyoungoctoprig: 1 - 4 are primary partitions, 5 - ? (I forget what the max is) are logical partitions,08:34
wyoungoctoprig: If you want to format a drive larger than 2.something TB you need to use EFI / GPT.08:34
octoprigah.08:35
hateballzubans: If you do not like Unity you can always use a different DE like KDE Plasma, or XFCE etc08:35
wyoungzubans: or gnome :)08:35
cfhowlettwyoung, or mate08:35
cfhowlett!flavors | zubans08:35
ubottuzubans: !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.08:35
zubansi try to use Xfce.08:36
wyounghi cfhowlett08:36
cfhowlettyowza ^ 2! wyoung08:36
wyoungoctoprig: so is this a USB drive? is it larger than 2.something TB?08:37
wyoungoctoprig: Did you want to access the drive in a different OS too like windows or macosx?08:38
Marasgeongreetings08:39
MarasgeonI have a projector and I want to set it up with ubuntu, I plugged it in my laptop, but in displays doesn't show anything... ?08:40
MarasgeonThe connection is through usb08:40
octoprigwyoung: it's an external disk. I'd like it to be accessible from other OSes, yeah.08:42
octoprigwyoung: it's like 1.8 TB. I formatted it as NTFS.08:43
=== netekmalta is now known as netek
=== paul-kk1 is now known as paul-kk
wydhryHi08:47
wydhryHow can i set my android to always enable rw mode on /system permanently?08:48
cfhowletterrrrrrrrrrrrr, ask the #android channel?08:48
wydhrySorry08:48
cfhowlett:)08:48
sureshscribnarsudo command is not working in aws, ubuntu instance. When I type sudo with any command, the cursor goes to ndxt blank line without executing the command. The prompt does not reappear. I can see whatever I type and have to press Ctrl+C to cancel and get the prompt.08:48
Marasgeonhow can I set up my projector, does anyone know?08:49
bobdobbsI'm having trouble getting flash working in chromium and firefox. It works in chrome just fine. I'm using ubuntu 12.0408:51
=== Guest47147 is now known as EriC^^
sureshscribnarAny idea of my sudo command failure08:57
sureshscribnar?08:57
hateballbobdobbs: for chromium you need pepperflashplugin-nonfree, for firefox flashplugin-installer09:00
=== ubuntu is now known as Guest17975
Guest17975ANU09:03
=== mission712 is now known as mission712_
ubuntu__.09:04
=== mission712_ is now known as mission712
=== Pantsu is now known as Desu
ubuntu__Guest1797509:05
MacroManWhen I restart my PC, my input method changes to en_US even though I don't have it installed. Is this a known problem?09:05
cfhowlettMacroMan, ubuntu is INSTALLED on this computer???09:06
MacroManI mean the input method en_US isn't installed.09:07
MacroManI only have en_GB09:07
cfhowlettMacroMan, DID you INSTALL ubuntu on this computer?09:08
MacroManYes09:08
MacroManI've had it installed for about 2 months.09:08
FelixFire619Hey, i have a broadcom 4313 (the 4727 version), will ubuntu 15 iso install working Drivers for this wifi?09:09
cfhowlettFelixFire619, probably.  if not, it's easily fixed in post install09:09
cfhowlettMacroMan, look in language settings.  I'd bet you have en-usa on board09:10
FelixFire619cfhowlett, if i dont have that wifi, i dont have internet09:11
cfhowlettFelixFire619, but you have the ubuntu .iso?  as I said, easily fixed.  see the "no internet available" option09:11
MacroManThat's the point. Each time I boot my machine, it's defaulted to a US layout.09:11
cfhowlettFelicianoTech, https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#STA_-_Internet_access09:12
FelixFire619ty09:12
cfhowlettMacroMan, ... verify that you have english us installed.  you don't want?  delete!09:12
MacroMancfhowlett, I have deleted it and it still defaults to it, even though it's not on the list.09:13
cfhowlettMacroMan, weird.  do this:  sudo locale-purge                       this cleans out the default language settings used during initial install09:13
cfhowlettMacroMan, wait 109:14
MacroManThis only started yesterday.09:15
cfhowlettsudo locale-gen purge09:15
MacroManUntil then, it was set to UK everytime, which is the default I chose during the install.09:15
MacroMancfhowlett, OK, I've run that. I'll see on the next reboot if it's worked. Thanks09:16
cfhowlettMacroMan, let me know09:16
MacroManWill do. I can't reboot till later though as I'm running a backup atm09:16
cfhowlettMacroMan, OK then.09:16
Xiacloduring the ubuntu installation, if I switch to a TTY, what are the login details?  I've tried ubuntu/<blank> but I can't log in09:21
yuushawhere can i get more ubuntu theme?09:21
MacroManXiaclo, Try root09:22
MoL0ToVi have a problem with lightdm that don't start.. someone can help me?09:22
XiacloNope, root without a password doesn't work either09:22
cfhowlett!theme | yuusha09:22
ubottuyuusha: 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/UbuntuEyeCandy09:22
yuushaubottu: Thx!09:22
k1l_!details | MoL0ToV09:22
ubottuMoL0ToV: 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)09:22
yuushaoh.. it is a bot?09:23
DalekSecubottu is a bot09:23
ubottuYes, I can confirm that I am a bot. http://wiki.ubuntu.com/IRC/Bots for all information.09:23
MoL0ToVk1l_: if i run /etc/init.d/lightdm start nothing are done09:23
yuushacfhowlett: thank you09:23
k1l_MoL0ToV: which ubuntu exactly?09:23
cfhowletthappy2help! yuusha09:23
MoL0ToVk1l_: 12.0409:24
k1l_MoL0ToV: sudo service lightdm start09:24
MoL0ToVk1l_: if i run startx xfce appears correctly09:24
k1l_MoL0ToV: m(09:24
MoL0ToVk1l_: nothing appears09:24
k1l_MoL0ToV: dont use startx, that will break all file permissions09:25
MoL0ToVk1l_: ok, can you help me to debug?09:25
k1l_first is to look in the users home and see what is owned by root:root "ls -al"09:26
MoL0ToVnothing09:27
MoL0ToVyes... the directory .dbus09:27
k1l_chown that back to user:user09:28
MoL0ToVnow i'm typing to webchat via a startx session09:28
k1l_then pastebin the dmesg and xorg.log from /var/log09:29
k1l_there must be a reason why loghtdm didnt start09:29
MoL0ToVok09:30
MoL0ToVk1l_: dmesg http://paste.ubuntu.com/12425553/09:32
=== paul-kk1 is now known as paul-kk
MoL0ToVk1l_: xorg.log http://paste.ubuntu.com/12425560/09:34
EriC^^try /var/log/lightdm/lightdm.log09:37
k1l_(EE) Failed to load module "fglrx" (module does not exist, 0)09:40
MoL0ToV\/var/log/lightdm/lightdm.log don't exist... i removed lxdm and lubuntu from this pc and installed xubuntu and lightdm09:43
axskTJ-, ping u thr?09:52
axskhi09:55
wyounghi09:55
axskwhat does because search permissions are missing on a component of the path mean? what permission I have to enable?09:55
axski have already enabled 755 on /home/user/public_html09:56
axskand enabled userdir09:56
wyoungaxsk: what permission does /home/user have?09:56
wyoungand /home09:56
axskthe default one. i did not do anything there.09:56
axskubuntu 15.0409:56
wyoungThe default is usually 700 or 750.  You need to allow execute for others09:57
wyoungso chmod o+x /home/user09:57
axskis it safe to chmod -R 755 on /home/user ?09:57
wyoungaxsk: I don't recommend that.09:57
axskyou just said to change it above?09:57
wyoungother users don't need read permission in your home directory, just execute so they can traverse it09:58
wyoungI said o+x not 75509:58
axsk:-o09:58
axsklet me cancel it09:58
wyoungand dont use -R09:59
wyoungyou only need to set it on /home/user09:59
axsk:-o09:59
axskoh!09:59
axskwyoung, ok. now it works. thanks.10:00
wyounganytime10:00
MoL0ToVi installed gdm but typing gdmsetup says: command not found (ubuntu 12.04) howto fix?10:05
nabdevi have the some bug as this : https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1049025 any suggestion how can i fix it (v14.04)?10:07
ubottuLaunchpad bug 1049025 in libreoffice (Ubuntu) "Can't select text/highlight using mouse" [High,Fix released]10:07
=== bhargav is now known as Guest13433
MoL0ToVi installed gdm but typing gdmsetup says: command not found (ubuntu 12.04) howto fix?10:09
samgoodyI've generated a new user, and can't ssh in.10:10
samgoodyThis is something I've done 100sof times, but can't seem to get why this time it wont work.10:10
samgoodyIs there some way to debug this?10:10
ratracesamgoody: you can use -v if you're using openssh client10:11
ratraceor increase logging verbosity on the server side10:12
samgoodyThanks, that was obvious but forgotten10:12
ratracesamgoody: most likely you forgot to unlock the user :)10:13
samgoodyunlock the user? what do you mean?10:14
ubuntuhelpmeHi there, on my work computer recently, xubuntu has been interpreting left clicks as right clicks.10:14
ratracesamgoody: passwd -u <username>10:14
ubuntuhelpmeNot every time I click, but sometimes.10:14
ubuntuhelpmeWhat's the issue =(10:14
cfhowlettubuntuhelpme, go into your keyboard settings and verify you didn't reverse orientation10:14
ubuntuhelpmecfhowlett, nope.10:15
samgoodyi don't recall doing that in the past, and this is the first time ive had an issue.10:15
ratracesamgoody: are you using password or pubkey auth for ssh?10:16
MoL0ToVi installed gdm on ubuntu 12.04 but i cannot find gdmsetup or gdm-setup command... why? is included in another package?10:16
ljosberinnhi! i would like to add some module to my existing nginx installation - http://wiki.nginx.org/NginxHttpHeadersMoreModule10:16
samgoodypubkey10:17
ljosberinni just wonder is it possible to "include" this module in existing installation already or should i "re-compile" the whole app?10:17
samgoodyive added the public key to the users /home/user/.ssh/authorized_keys10:17
samgoodyand set perms on the .ssh folder to 600, on the authorized_keys to 40010:18
ratracesamgoody: .ssh folder must be 70010:18
ratraceand both must be owned by the user10:19
ratrace(or to be precise, .ssh has to be u+x, go-rwx is not needed but better to have)10:19
samgoodyoops. i mean 700. and both are owned bby user10:20
ratracesamgoody: then -v on the client side is your best bet to find out the problem. could be the client side does not know which key to use?10:20
samgoodyhttp://dpaste.com/0WFE8ZS - do you mind looking?10:24
ratracesamgoody: is 'RSAAuthentication yes' in sshd_config on the server?10:25
ratrace(and PubkeyAuthentication yes   btw)10:25
samgoodyyes to both10:26
samgoodyAnd I can ssh in as root10:26
ratracesamgoody: which Ubuntu version is this?10:27
samgoodyI think 15, will check10:28
ratracesamgoody: well, if it's 15, check 'journalctl -u ssh.service' and see if it complains about anything10:28
ratraceotherwise check /var/log/auth.log iirc10:28
samgoodyyes, vivid - Ubuntu 15.0410:28
samgoodyunbeleivable!!!10:29
ratracesamgoody: ?10:29
samgoodyThanks, I did not even know about this - it says the user is invalid - because User deploy not allowed because shell /bin/fish does not exist10:30
ratraceah.10:30
samgoodySomehow, when I tried to apply the default shell, I made the user invalid.10:30
e-i-k-ehi. how can i create a crc32 sum for plain text without storing the text in a file. crc32 < text_here does not work10:31
e-i-k-eand google is not that helpful at the moment. or i'm not using the correct search terms...10:32
ratracee-i-k-e: 'man crc32'10:32
samgoodyBut the user is listed in /etc/passwd, so i dont know what to make of this10:32
ratracee-i-k-e: you'll see it takes the file as argument, not through stdin10:32
e-i-k-eratrace: ok. so crc32 is not capable... yep...10:32
e-i-k-ethank you10:33
ratracesamgoody: it complained about /bin/fish not existing. Is that true?10:33
samgoodyyup, its true. Even though fish is installed and works10:34
e-i-k-eratrace: i didn't know that it is distinguished between data coming from stdin or a file10:34
ratracesamgoody: 'whereis fish' will thell you the properpath10:34
axskwhat happen to aws?10:35
ratracee-i-k-e: I don't know if it does, but the manual seems to suggest the file is a regular argument, not taken in through stdin10:35
afternoonwarriorI'm using an hp spectre 13 x360 laptop,  would like to make a dual boot for ubuntu,  anyone know if ubuntu will also support all the touchscreen, going into tablet mode, and mouse trackpad functionality I have in win 10?10:35
e-i-k-eratrace: okay, than i'll look for something ales10:35
e-i-k-e***else10:36
samgoodyIt does. It exists in both /etc/fish and /usr/bin/fish, which should I use when setting the default shell?10:36
ratracee-i-k-e: md5sum should be fast enough10:36
ratracesamgoody: ah /usr/bin/fish but you seem to have set /bin/fish as the shell for the user, fix that10:37
e-i-k-eratrace: to be honest for what i'm going to do it doesn't matter as i'm just creating a hash once. but I thought why should i use an online tool instead of the cli10:37
ratracee-i-k-e: not sure what you're trying to do, but if you need a checksum of some string, you can use md5sum. if you need a bit more crypto strength try sha512sum10:38
ratracee-i-k-e: btw, trying 'crc32 < somefile' suggests you have a file, so just drop < .  otherwise it's 'echo "sometext" | ...'10:39
afternoonwarriorAnyone know if it will still work in ubuntu?10:39
ratraceand since crc32 doesn't take it, with md5sum you can echo 'sometext' | md5sum  but keep in mind that newline is added through that echo. use -n to drop it10:39
hateballafternoonwarrior: just live-boot and try10:40
e-i-k-eratrace: don't laugh at me: as one of my other nicknames is in use i just thought instead of chosing an alternative just use crc32 as its output is really short. and i wanted to do it on the CLI because i thought one could10:41
=== esc_type_ is now known as esc_type
e-i-k-eratrace: so i'm sorry for wasting your time with my nonsense10:41
=== GuKK_devel_ is now known as GuKKDevel
ratracee-i-k-e: don't worry :) but if that's all you need, just do it through a temporary file.10:42
afternoonwarriorWill do, figured others here would probably also have touchscreen laptops running ubuntu or it's known to have  been added to ubuntu.  Thanks10:42
ratracee-i-k-e: echo -n "sometext" > somefile && crc32 somefile && rm somefile10:42
Myrttiafternoonwarrior: I don't have that laptop but I do have one with a touchscreen, and it does work10:43
e-i-k-eratrace: actually i did but the crc32 of the file is NEQ to the crc32 of the pure text that i get from online tools.10:43
Myrttiafternoonwarrior: to some values of 'work' - not all apps are usable by a long shot with touch10:44
afternoonwarriorAh k10:44
Myrttiafternoonwarrior: I don't use it for anything, for example.10:44
ratracee-i-k-e: probably newline, that's why I suggested -n10:45
e-i-k-eratrace: ahh, ok.10:45
afternoonwarriorAny chance you also know about tablet mode?10:45
ratracee-i-k-e: which online crc32 calc were you trying?10:45
e-i-k-eratrace: first few i picked from google10:46
e-i-k-ebut newline was the issue10:46
ratracek.10:46
e-i-k-ethanks :)10:46
Myrttiafternoonwarrior: sorry, no10:46
ratracee-i-k-e: np10:46
afternoonwarriorK thanks10:46
afternoonwarriorWill just try it out10:46
BluesKajHiyas all10:47
samgoodyAm now getting a new error in jrnlcntrl:    error: key_verify: error in libcrypto10:47
samgoodypam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=149.78.31.110  user=deploy10:49
G6gt7Speedyline Ltd10:50
ratracesamgoody: 'UsePAM no' in sshd_config if you're using pubkeys10:51
samgoodyOK. What is pam?10:52
kevhallIm trying to install gnuradio using pybombs on a fresh install of ubuntu 14.04. I get the following error: "Python checking for Mako templates 0.4 or greater - "import mako" failed" . I've tried running "pip install mako" and trying again but I get the same error. Any suggestions?10:52
ratracesamgoody: an authentication framework, ask googs for more info10:52
samgoodyI mean, did it change in ubuntu 15, because I realize that is what is different than in the past, and in the past I never had to edit sshd_config10:54
shoaibhello im using ubuntu gnome, im trying to install different themes but the top bar just wont change10:54
ratracesamgoody: I don't know, but PAM shouldn't be used anyway for pubkey auth10:54
shoaibhelp?10:54
samgoodyGreat. Do I need to restart the ssh service (and if so, what is it called)?10:55
ratracesamgoody: systemctl reload ssh10:55
ratracesamgoody: btw, if you never changed sshd_config, it's about time you learn you were open to password bruteforce regardless of your use of pubkey :)10:56
ratracedefault config allows password authentication as well, and with PAM, there's that nasty keyboard-interactive vuln discovered recently that sidestepped ssh's check on number of retries.10:57
samgoodyCould you point me to a good tutorial that I should go through?10:57
samgoodyhmm, still didnt work, but I need to go.10:57
ratracesamgoody: I can't, ask googs, see what's there10:57
samgoodyThanks for the help. Alot. And will look into the sshd_cobnfig file some more, and that sounds really bad.10:58
pauserHello, I really need help. I have /var in a separate partition with 52GB. But the real content (Files, Folders...) only contain 32GB  and the partition is full already. Where could the space go?10:59
EriC^^pauser: type du -i /var10:59
ratracepauser: to inodes. df -i will tell you10:59
EriC^^*df -i10:59
pauserEriC^^: /dev/sda6        3.3M  543K  2.8M   17% /var11:00
pauserand df -h output is /dev/sda6        52G   50G  692K 100% /var11:01
ratracepauser: and du -sh /var shows only 32GB in individual files?11:01
EriC^^pauser: there's probably a big log taking space11:01
pauserdu -sh /var  ->    50G/var11:02
ratracepauser: so that's full alright. where did that 32GB come from?11:03
EriC^^pauser: type du -h /var | sort -h11:03
=== GuKKDevel is now known as gukk_devel
EriC^^it should list the biggest files at the bottom11:03
=== Tsunami is now known as Guest46894
pauserA few days ago I created a new partition and moved stuff from /var to the new partition. Since than every thing is going bad11:05
EriC^^maybe there's a symlink to /var and it's being filled?11:06
ratracepauser: your /var partition is full. Where did you get the 32GB figure from? anyway, you can use a tool like 'ncdu' to track down biggest disk space hogs quickly.11:06
pauserEriC^^: At the end   ->  25G/var11:06
pauserratrace: ok what do this do?11:07
ratracepauser: what does what do?11:07
EriC^^pauser: it's a program, type sudo apt-get install ncdu to install it, then ncdu /var to launch it11:08
pauserOk with that tool still /var has 24.6 GB but not 50GB content. Is it possible that I have some "imaginary files"11:10
jonasliljestrandHi guys, is it normal that cpu interrupts for eth interfaces is only handled by a single core?11:11
pauserEriC^^: Do you maybe have any idea? Could there but a problem after moving /var to a new partition?11:13
EriC^^pauser: type mount | nc termbin.com 999911:14
ratracereally....11:14
pauserEriC^^: this is the output? http://termbin.com/de4v11:15
alistairhello im trying to be able to point streaming software, (vlc or xawtv or whatever) to a hdmi in port, is there any way i can create a dev node from the lspci -v info? i cant find anything for it in sys/fs11:16
EriC^^pauser: are you able to create files right now? like touch /var/something?11:18
pauserEriC^^: yes as soon as they are not bigger than 600KB11:18
EriC^^pauser: did you try restarting?11:19
pauserI have this problem for more than a week now. Yes many times11:20
ratracepauser: pastebin 'du -sh /var/*'11:22
ratrace(as root or prefix that with sudo)11:22
=== Amoz_ is now known as Amoz
alistaircan anyone help me make a dev node for my hdmi in port? :-)11:24
pauserratrace: still all together are not above ~24.2. Different tools show different disk usage, example df und du. Something interesting is going on11:24
EriC^^pauser: type lsof -n | grep deleted11:24
EriC^^check if you have any huge files there11:25
pauserEriC^^: The list is too big . I can not see the head row for the description.11:25
pauserShould there be any files at all?11:27
jhackDoes anyone else get freezes on their laptops after closing / opening the lid11:27
EriC^^pauser: try lsof -n | awk '/deleted/ {print $8,$10}'11:28
EriC^^first column is size11:28
EriC^^( in bytes )11:28
EriC^^yeah those are files that were deleted but not released yet, du wouldn't see them but df would11:28
EriC^^since you've restarted though it doesn't make sense but it's worth a shot i guess11:28
ratraceEriC^^: maybe fsck the partition on reboot?11:29
EriC^^yeah sounds good11:29
samgoodyOK, I got it to connect using the password, but not using pubkey11:29
pauserratrace:  With live CD?11:30
ratracepauser: no I think all you need is to touch /var/forcefsck  but I don't know if that works only for root partition or any. ask googs, or reboot into single user mode and fsck manually.11:30
DucklingNo5Hi :) I'm trying to run the leopard flower application firewall on my ubuntu 14.04 trusty. The lpfw file runs smoothly as root. But when I launch the gui as regular user I'm greeted with the following:11:32
DucklingNo5from: can't read /var/mail/PyQt4.QtGui11:32
DucklingNo5from: can't read /var/mail/PyQt4.QtCore11:32
DucklingNo5from: can't read /var/mail/PyQt4.QtNetwork11:32
DucklingNo5from: can't read /var/mail/multiprocessing11:32
DucklingNo5from: can't read /var/mail/base6411:32
samgoodyIs there any reason not to disable password authentication for ssh login?11:33
DucklingNo5Anyone know how I'm messing up?11:33
pauserratrace: fsck /dev/sda6 is enough?11:34
Ben64DucklingNo5: where did you get that application11:34
DucklingNo5Ben64, https://github.com/themighty1/lpfw11:34
Ben64then you should ask them for support11:34
voozeSo i'm trying to update to kernel 4.2 in ubuntu, which sort of works fine. But after that my wifi (Broadcom) and graphics (Nvidia 980ti, so I need nvidia-355) don't work. How do I make sure these work with the new kernel?11:35
cfhowlett!ufw | DucklingNo5, not to mention UFW11:35
ubottuDucklingNo5, not to mention UFW: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo11:35
Ben64vooze: what version of ubuntu, where did you get the kernel11:36
voozeBen64, 15.0411:36
DucklingNo5Ben64, it's more of a him I think. Was hoping to get this done now is the reason I'm asking here. cfhowlett, thanks :) I'll check it out11:36
cfhowlettDucklingNo5, happy2help!11:36
Ben64vooze: you might have to manually install drivers then11:37
discoveredi have installed proftpd. I want to configure the partition "/dev/sda8" for user "alish" .... how do i do this?11:37
SkadodleHello11:37
SkadodleI'm running Ubuntu server and just installed Lubuntu GUI from the terminal over SSH. How do I enable the GUI?11:38
voozeBen64, do I need to do that after each kernel upgrade (like 3.19.28 - 3.19.29) or just when using a kernel from mainline ?11:38
Ben64vooze: you said you were running 4.2?11:38
axskSkadodle, you mean enable in the server or enable in your local machine from where you are sshing to server?11:38
voozeBen64, yes11:38
voozefrom http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/11:38
Skadodleaxsk: Enable on server. My local machine is Windows11:38
Ben64vooze: so i don't get the question. why ask about 3.1911:38
axskSkadodle, once you install it, it will be automatically enabled on next restart.11:39
Ben64Skadodle: you want it to display on the monitor attached to the server?11:39
ioriaDucklingNo5, have you read the README.md ?  "Run `lpfw` as root. Run python `gui/gui.py` as regular user."11:39
voozeJust asking if the problem is because I upgraded to a non-standard kernel, or it will happen with all kernels?11:39
SkadodleBen64: Yes11:39
SkadodleI'm rebooting now11:39
SkadodleSo is PuTTY able to show GUI?11:40
DucklingNo5ioria, that's what I'm doing11:40
Ben64Skadodle: depending on exactly what you installed, something like "sudo service lightdm start"11:40
Ben64Skadodle: no, putty is for command line11:40
DucklingNo5ioria, make went smoothly11:40
Ben64vooze: yes, the problem is you're not using an ubuntu kernel11:40
SkadodleBen64: I installed Lubuntu with this command sudo apt-get install --no-install-recommends lubuntu-desktop11:41
=== Atl is now known as Atlas
pauserratrace: I restarted in single mode and executed the fsck command but the space is still not there. Do you have any other suggestion?11:43
Ben64Skadodle: then the command i gave you earlier should start it11:43
SkadodleFailed to start lightdm.service: Unit lightdm.service failed to load: No such file or directory.11:43
ratracepauser: only rsync (with -a flag!) the data to external backup, nuke and reformat the partition, restore data from backup11:44
pauserratrace: Eric.: Thanks for the help. have a nice day!11:45
SkadodleBen64: Failed to start lightdm.service: Unit lightdm.service failed to load: No such file or directory.11:45
Ben64Skadodle: where is the server11:46
SkadodleOn a VPS11:46
Ben64what video card does it have11:46
Ben64so... you lied earlier11:46
SkadodleNoo, I'm connecting from my Windows machine11:46
SkadodleThe server is a Ubuntu VPS11:46
Ben64<Ben64> Skadodle: you want it to display on the monitor attached to the server? \\\ <Skadodle> Ben64: Yes11:46
SkadodleYes, I thought that if it's displayed on the server's monitor and I connect via RDP, then the dislpa will show up11:47
ioriaDucklingNo5, error in gui.py maybe ... no shabang11:47
Ben64it doesn't have a monitor11:47
ioriaDucklingNo5, try to add at top #!/usr/bin/python, or where you have the binary11:48
SkadodleNo it doesnt11:48
DucklingNo5ioria, damn, I was hoping for some shabang11:48
=== gukk_devel is now known as GuKKDevel
DucklingNo5I'll check it, 2 sec11:49
=== GuKKDevel is now known as Karl-Heinz
SkadodleBen64: So what should I do?11:49
Ben64run a vnc server on 127.0.0.1 and connect to it over an ssh tunnel11:49
DucklingNo5ioria, Damn dude!!! :D It runs11:50
ioriaDucklingNo5, ok ... but are you sure you need it ? :-)11:50
SkadodleSo the GUI is enabled on the server now just that I can't see it?11:50
Ben64nope, there is no gui because there is no monitor11:50
DucklingNo5ioria, If I don't need it now, I will in the future. I like to know what my computers are connecting to11:51
ioriaDucklingNo5, ok11:51
DucklingNo5ioria, You're awesome by the way. Wouldn't have thought to check that ;)11:52
ioriaDucklingNo5, thanx ... :þ no worries, it happens ...11:53
=== Karl-Heinz is now known as GuKK_devel
=== GuKK_devel is now known as GuKKDevel
SkadodleBen64 Do you think you can help me out a bit? I have an .exe which I want to run on a VPS. I figured cheapest alternative would be a Linux VPS with a Windows Server Virtual Machine installed, right?11:54
Ben64sounds like a bad idea11:55
SkadodleBut Windows VPS are so much more expensive11:55
Ben64seems doubtful your vps could handle it11:55
SkadodleI have a 6 GB RAM 4 cores VPS11:56
ratraceit can't. you can't nest virtualizations required.11:56
hateballperhaps it runs in wine11:56
ratrace^^^11:56
SkadodleIt doesn't :(11:56
hateballupgrade the application to be linuxcompatible then11:56
SkadodleThat's not possible, its a very big project11:57
SkadodleI'm currently paying over $35 per month for a shitty Windows 4 GB RAM 1 core VPS.11:57
ratracethat's not bad11:57
hateballSurely big projects can afford to run the platform they are written for11:57
Skadodleand I need another one, i would like to not pay $70 per month just for VPSs :(11:57
ratraceSkadodle: at that price point, consider running a dedicated server and do kvm yourself11:58
=== GuKK_devel is now known as gukk_devel
fritz4funI'm using ubuntu with virtualbox. How to have the changed keyboard layout stored even if I reboot11:58
voozeSo after install kernel 4.2 from ubuntu mainline it did not work after loggin in. I then rebooted and selected 3.19.28 again, but now my user an only see the desktop. Its like gtk is missing or something? The guest user works, but its like my user is screwed up. How do I reset it or something?11:59
Skadodleratrace: Isn't dedicated servers much more expensive than VPS+11:59
ratraceSkadodle: they are, but if you need to run TWO instances, at that price point ($70/mo) you can get a dedicated server and run more than two12:00
SkadodleI dont think I will ever have to run more than two instances in the future12:00
SkadodleBut why are Windows VPS so DAMN expensive? Linux VPS are like half the price and double better hardware12:01
bazhang!ot | Skadodle12:01
ubottuSkadodle: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!12:01
k1l_Skadodle: licence costs and more hardware requirements12:01
Skadodlek1l_: Yea, that license ofc... But Windows can't use thaaaaaat much more resources than Liniux12:02
cfhowlettSkadodle, as it's offtopic in this channel ... shall we discuss ubuntu-support??12:02
SkadodleIts just 1 question...12:03
cfhowlettnonetheless offtopic.  feel free to continue in #ubuntu-offtopic12:03
=== GuKK_devel_ is now known as GuKKDevel
rpm_33Need help installing Dell Drivers on 14.04LTS. Dell Tech support is useless. Using Dell Recovery tool, installer hangs forever on "preparing to install package".12:05
cfhowlettrpm_33, those drivers are available as .debs are they not?12:06
rpm_33cfhowlett, yes but I don't know which one is which. They have these long names that I can't relate to the specific hardware.12:06
ioriarpm_33 TJ- told us to give you this reference https://bugs.launchpad.net/ubuntu/+source/linux/+bug/149602712:07
ubottuLaunchpad bug 1496027 in linux (Ubuntu) "iwlwifi: Intel 7260 poor performance and disconnects" [Low,In progress]12:07
=== erwin_ is now known as easyOnMe
cfhowlettrpm_33, right.  you should subscribe to that bug, by the way12:08
rpm_33Can anybody make sense of the driver package - cfhowlett, you have an M3800 right?12:09
cfhowlettI do.12:09
cfhowlettsadly never had the issues you are experiencing though.12:09
hateballAnd like I mentioned the other day, it works like it should in 15.04 so you could just do-release-upgrade unless you must remain on 14.0412:10
cfhowlettI also downloaded the DELL .debs package12:10
hateball(without any special drivers)12:10
rpm_33cfhowlett what's that? have they changed the driver package they publish since you did it?12:11
cfhowlettrpm_33, not 100% what you're referring to, but you (?) posted a link last a day or 2 ago with, I assume, ALL of the custom .debs Dell adds to the plain vanilla ubuntu for the m3800 precision12:12
rpm_33This is one of the items in the directory "installer" inside the Dell driver package: http://packages.ubuntu.com/trusty/amd64/feh/download12:12
scoundtatsrpm_33: yep12:13
rpm_33There are like 20 of these things I have no idea what's what12:13
asdhow to install dpkg and apt from source code?12:13
scoundtatsasd: why12:13
fritz4funto test internet connection on a server, do you use ping to test it. Best practice ?12:14
cfhowlettrpm_33, for starters: apt show (package name)          >>> apt show feh                  gives a description12:14
cfhowlett!server | fritz4fun12:14
ubottufritz4fun: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server12:14
asdbecause i have lfs and i'd like to make dpkg and apt my package manager to install from my private repository12:15
adacI keep getting redirected to adaos-ads.net with firefox12:15
adacanyone else has this problems?12:15
k1l_adac: remove all plugins12:15
rpm_33linux-generic_3.13.0.38.45_amd64.deb is in a directory called "kernel" - what are these there are 8 of them.12:16
rpm_33?12:16
=== omnik5570 is now known as omnik5569
adack1l_, kk thanks12:16
cfhowlettrpm_33, also, clicking on a .deb should trigger ubuntu software center and give a description.  I suspect you want the driver that specifically references wifi on the intel platform12:17
rpm_33cfhowlett don't I need them all?12:17
asdscoundtats: do u know how to install dpkg and apt from source code?12:17
cfhowlettI seriously doubt ti12:17
k1l_asd: better ask the lfs community how to get apt and dpkg working12:17
cfhowlettit12:17
asdin ubuntu, how to do this?12:18
cfhowlettrpm_33, many of these packages are one time use / first boot and or were later rolled into ubuntu upstream so no longer needed12:18
k1l_asd: in ubuntu the packages come preinstalled12:18
asdok. thx12:18
k1l_asd: and if you want to compile from source you use the sources that the maintainer already made working for the ubuntu setup. sorry but this is totally different from lfs approach12:19
=== omnik5570 is now known as omnik5569
=== john is now known as Guest36383
=== urizen is now known as uri
smartasshi, how does LTS compare with Debian stable in terms of version and functionality stability?12:24
cfhowlett!lts | smartass12:24
ubottusmartass: 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)12:24
=== uri is now known as uriz3n
smartasscfhowlett: thank you, but I don't see how that answers my question12:25
Seveassmartass: like apples and oranges. Both are linux distributions that get security updates for several years, but they're managed completely differently and have different objectives.12:25
Seveassmartass: ubuntu's releases come at a more predictable schedule. I think that's the main difference.12:25
smartassSeveas: I know they are different, but I haven't found any concrete information about version and functionality stability policy for LTS12:26
rpm_33I'm falling apart here. This 3000 dollar laptop is now permentantly castrated because I overwrote the Dell drivers, and Dell is too useless to provide any means of reinstalling them. So I'll never have proper networking, never use my Nvidia GPUs. It's just all down the drain.12:26
cfhowlettfalse12:26
cfhowlettcompletely, I might add12:26
rpm_33you talking to me cfhowlett?12:27
cfhowlettrpm_33, of course.  at worst case, download and install 14.04.3  but DO NOT install the grub bootloader.  boot your usb and update grub then reboot from the hdd.  run the "additional drivers" utility and your nvidia drivers will be installed.12:28
Seveassmartass: there will be no version upgrades of packages[*], only security updates and targeted bugfixes. [*]exceptions are firefox, maybe chromium, and there are often newer kernels available for LTS releases.12:29
cfhowlettOR restore to factory settings, restart and sudo apt full-upgrade to get to 14.04.312:29
rpm_33cfhowlett you've lost me completely. I have 14.04 on a bootable stick. But how can I install Ubuntu without its bootloader? I already have a Win7 bootloader, but I think GRUB comes first.12:30
smartassSeveas: sounds a lot like Debian stable in that respect .. or is there some difference?12:30
cfhowlettlet's NOT discuss windows!12:30
ioriasmartass, http://askubuntu.com/questions/1336/how-is-ubuntu-different-from-debian12:30
Seveassmartass: it is a lot like debian stable, but on a more regular release schedule.12:30
cfhowlettrpm_33, you have an OLD version of ubuntu, thus my suggestion to upgrade to 14.04.3 via clean install.  and YES you can install ubuntu without installing a bootloader.12:31
cfhowlettrpm_33, question: did you get the ubuntu or windows version m3800?12:31
rpm_33cfhowlett well ha ha but this is relevant - I need my Win7 partition to remain. If I do these funny clean installs and mess with bootloaders, I risk losing Win7.12:31
cfhowlettrpm_33, false.12:31
=== omnik5570 is now known as omnik5569
rpm_33cfhowlett I got the Ubuntu version of course.12:32
cfhowlettat worst, you temporarily lose the ability to boot but this is easily fixable.12:32
cfhowlettrpm_33, make your life easy: use the "restore to factory settings" option in grub.12:32
rpm_33cfhowlett, when I first switch on, I see GRUB, which gives me the ability to choose Ubuntu or Win7.12:33
cfhowlettrpm_33, advanced option?12:33
smartassioria: too general, I was asking about a concrete aspect, see above12:33
rpm_33But I overwrote all the recovery stuff... Hold on let me check what it says...12:33
ioriasmartass, oh...12:33
KCmetrono responses in #fluxbox, although I'm presently using ubuntu, anybody using the combo of the two?12:33
KCmetroMy fluxbox menu pops up when I right click on the screen, yet it won't go away.12:34
KCmetroAny idea how to force it?12:34
rpm_33cfhowlett under Advanced, I have 4 options 2 are duplicates: Ubuntu, with Linux 3.19.0-28-generic and Ubuntu, with Linux 3.19.0-28-generic (recovery mode)12:35
ioriaKCmetro, esc ?12:37
KCmetronope12:37
KCmetrowaiiiit12:37
rpm_33cfhowlett I have Ubuntu, Advanced Options for Ubuntu, Memory Test (memtest86+), Memory Test serial console, Windows 7 (loader) (on /dev/sda1)12:37
KCmetroit was verrrrry delayed12:37
KCmetrook dang this computer is ancient12:38
MonkeyDustsmartass  a lot of other people have asked the same question, here's one answer http://askubuntu.com/questions/15314/debian-stable-vs-ubuntu-lts-for-server12:38
=== omnik5570 is now known as omnik5569
shoot2killHey all im trying to share files between a windows 7 machine and my ubuntu machine12:38
MonkeyDustsmartass  and her's more https://duckduckgo.com/?q=ubuntu+vs+debian&t=canonical12:38
shoot2killhaving no luck12:38
shoot2killcan anyone help12:38
jnoob22shoot2kill, what have you done to get this to work so far?12:39
shoot2killright clicked on the computers added share permissions12:39
ioriaKCmetro, what are you using, if i may ?12:39
jnoob22shoot2kill, I'm assuming you used a guide similar to this: http://ubuntuhandbook.org/index.php/2014/05/ubuntu1404-file-sharing-samba/ ?12:40
KCmetrohardware's an old (very old) dell... OS is ubuntu's 15.04 + current fluxbox WM12:40
shoot2killi did install samba12:40
KCmetrotechnically I have all the other stuff installed with the default 15.04 but just using fluxbox for simplicity12:40
shoot2killbut not sure what or how to configure that12:40
jnoob22shoot2kill, ok... there's more to it.12:40
ioriaKCmetro, cat /proc/pcuinfo ?12:40
jnoob22shoot2kill, have a look at the link I just sent and follow it thoroughly. it should work.12:41
shoot2killok just so ya know12:41
shoot2killi can access ubuntu from the windows computer now12:41
shoot2killbut i cant access the windows computer from the ubuntu machine12:41
jnoob22ah12:41
jnoob22shoot2kill, sorry mate12:41
=== coy is now known as Guest26369
jnoob22shoot2kill, then you do the opposite sort of... make sure smb on windows 7 is turned on12:42
shoot2killsmb?412:42
jnoob22shoot2kill, share the folder in windows7 as an smb drive12:42
shoot2killsmb?12:42
jnoob22small message block protocol ;)12:42
KCmetroohhhh CPU... it's an Intel Xeon L5420, 2.5GHz12:43
shoot2killok how do i do that12:43
jnoob22which is where samba sort of gets its name as well12:43
ioriashoot2kill, usually if the contrary .... :)12:43
ioria*is12:43
jnoob22shoot2kill, see windows support ;-)12:43
shoot2killok12:43
shoot2killwill do12:43
ioriashoot2kill, windows 7 should habe a pre-shared folder in Public...12:43
jnoob22shoot2kill, see first post here -> http://forum.kodi.tv/showthread.php?tid=6312312:44
smartassMonkeyDust: thank you, but that does not answer the version/functionality  stability policy aspect of my question, it addresses the longevity of the release12:44
jnoob22once you get that working or confirm it, do a mount from unbuntu: mount -t cifs //windows7hostname/shared_folder /my/local/mountpoint12:44
jnoob22shoot2kill, ^^12:45
MonkeyDustsmartass  longevity? 5 years for an LTS... or is that not what you mean?12:45
jnoob22shoot2kill, on ubuntu you'll likely need to install a cifs file system utility12:45
axskKCmetro, you might want to try something minimal like Slitaz!12:45
shoot2killwhy does it have to be so painful ....sighs12:45
axskKCmetro, in ubuntu you can try i312:46
axskshoot2kill, cause windows.....12:46
jnoob22shoot2kill, heh heh it should be. it's a computer ;-) a precision piece of equipment12:46
jnoob22shoot2kill, not a darned stereo or entertainment appliance ;)12:46
=== noteness is now known as notakumar
jnoob22sudo apt-get install  libsmbclient12:46
KCmetronever heard of slitaz, I'll look into it, but I don't need to change out right now. Fluxbox is as minimal as it gets. The issue I'm experiencing that I have to run several apps on the old machine.12:47
jnoob22shoot2kill, in case you don't have it installed already12:47
shoot2killwell i can access the ubuntu system on windows...you would think viewing the windows computer on ubuntu would be as easay12:47
* cfhowlett thinks "DAMMIT man! It's a computer, not an walkman!"12:47
shoot2killeasy12:47
KCmetroincluding a Windows virtual machine12:47
jnoob22shoot2kill, no way... windows makes this stuff easy because it's dumbed-down12:47
smartassMonkeyDust: I was asking about the version/functionality stability policy12:47
jnoob22shoot2kill, not that i hate windows really12:47
axskKCmetro, try i312:48
ioriaKCmetro, sudo dmidecode -t memory | grep Maximum12:48
KCmetrooh the WM12:48
KCmetrogotcha12:48
MonkeyDustsmartass  i guess nobody gets what you mean by that, or what kind of answer you're expecting... better start a thread on a forum12:48
KCmetrook i'll add it to the list :)12:48
nickname26661whats the latest lts version ?12:48
axsk!lts12:48
ubottuLTS 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)12:48
KCmetroMaximum Capacity: 64 GB12:48
nickname26661!trusty12:49
ubottuUbuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu and is the latest !LTS version. Download at http://releases.ubuntu.com/14.04/ - CHECK FOR POINT RELEASES at http://releases.ubuntu.com - Release Info: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes12:49
=== wook is now known as Guest55591
ioriaKCmetro, and how much you have it now ?   free12:49
nickname26661ok thank you12:49
=== notakumar is now known as noteness
nickname26661i'm on 14.0412:50
KCmetroaccording to top, 320000 mem free, 7000000 swap free12:50
axsk64 Gb is your RAM?12:51
KCmetrono12:51
axskhmm12:51
ioriaaxsk .... no it's the maximun supported12:51
axskok12:51
KCmetrookay, "free -m" --> total memory = 8GB, used = 7.7GB, free = 200MB12:51
nickname26661is there a channel for ubuntu server?12:52
BernzelHow do I cd to dir's with "(" in them? I get token error12:52
KCmetroand that's with swap = 8GB total, 600MB used, .=7.5GB free12:52
cfhowlett!server  | nickname2666112:52
ubottunickname26661: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server12:52
KCmetroi had to reserve 4 gigs of memory for the windows Vm12:52
KCmetroVM12:52
ioriaKCmetro, you are good, i think12:52
nickname26661thank you cfhowlett12:52
KCmetroBernzel maybe try \( or \ then tab key12:53
cfhowletthappy2help!  nickname2666112:53
KCmetroI think it's \ tab12:53
ioriaKCmetro, how many applications are you running in the same time ?12:53
KCmetronot many right now12:53
KCmetrolol I shut down a lot of it12:53
KCmetroIt's mostly "resource"-heavy apps, network utils12:54
KCmetrowell, and streaming videos & music12:54
ioriaKCmetro, yep your ram is almost out....12:54
KCmetrolol12:54
ioriaKCmetro, don't know your needs... but maybe add some banks12:55
=== plasticb1y is now known as plasticboy
greenleaf.12:57
przemytrielhello , how to check in ubuntu 14 on which porst SVN is listening12:57
KCmetroioria, chances are I'll probably just end up getting a new computer.12:58
k1l_przemytriel: "netstat -tuplen"12:58
KCmetro...but, gotta milk this one for all it's worth until it dies or just can't hold up at all to the tasks at hand.12:58
AugustasW: GPG error: http://ftp.litnet.lt trusty Release: The following signatures couldn't be verified because the public key is not available: what sould i do?12:58
Piciprzemytriel: you'll likely need sudo with that to see the subversion process name.12:59
przemytrielok thank you Guys I will try that12:59
k1l_Augustas: which signature?13:00
AugustasNO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F3213:00
Augustasi dont know what i did, but a lot of programs asking for pub key. I tryed to download then manually13:01
shoot2killjnoob2213:01
shoot2killyou still there mate13:01
k1l_Augustas: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B513:01
pyluawhen installing ubuntu server 14, it report can not detect network card13:01
k1l_Augustas: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F3213:01
Augustasi tried that13:02
Augustasgpg: Total number processed: 113:02
Augustasgpg:              unchanged: 113:02
pyluabut it indeed has one13:02
k1l_Augustas: cd /var/lib/apt;sudo mv lists lists.old;sudo mkdir -p lists/partial;sudo apt-get update13:02
* k1l_ is at lunch13:03
shoot2killcan anyone help me with file sharing with a windows 7 computer please13:03
axskpylua, remove and connect tightly again?13:03
shoot2killi can access files from the windows 7 machine13:03
Augustask1l_ still same13:03
shoot2killbut i cant access the windows 7 machine from ubuntu13:03
Augustasgpg: keyblock resource `/etc/apt/trusted.gpg.d/webupd8team-tribler.gpg': resource limit13:03
Augustasgpg: keyblock resource `/etc/apt/trusted.gpg.d/webupd8team-y-ppa-manager.gpg': resource limit13:03
pylualspci does not print ethnet ,why?13:03
hateball!enter | shoot2kill13:04
hateballubottu: don't be like that bro13:04
ubottuhateball: I am only a bot, please don't think I'm intelligent :)13:04
axskhateball, :-D13:04
shoot2killwhats that hateball13:04
axskbot has feelings too! he is tired!13:04
hateballshoot2kill: It's awfully hard to follow your question if you keep using enter as punctuation13:04
nickname26661i can get commercial support from canocical?  this makes sense that company exists :O13:05
shoot2killsorry about that. i trying to access files on a windows 7 machine from ubuntu. i can access ubuntu from the windows 7 machine.13:05
hateballshoot2kill: Have a look in the Windows 7 machines event log, it should give some hints. Perhaps your Ubuntu machine are passing the wrong credentials, an invalid domain or something13:06
shoot2killhow do i access the event log on the windows machine13:06
Augustask1l_ what should i do now?13:06
Mathisenshoot2kill, control pannnel -- administrator tools --- event log13:07
shoot2killok so under windows logs13:09
shoot2killwhich one am i looking for.13:09
rpm_33About my WIFI/networking issues. I've been trying ALL DAY to connect to my home WIFI - hasn't worked. Then I try to connect to my Dad's Android tether - connects instantly. What's the deal?13:13
rpm_33And once it connected to Android, I was able to switch networks and it connected to home WIFI very quick.13:14
rpm_33But before that - literally ALL DAY watching the "connecting" animation in the top-right of the screen13:14
MonkeyDustrpm_33  "all day"? there's a world outide your door, with living, breathing, talking people...13:15
=== alex____1 is now known as FridayPenguin
rpm_33MonkeyDust and I hate them all.13:15
shoot2killsharing folders when trying to logon to a windows machine im getting a error failed to load windows share13:17
megagigawattHi there, I was wondering if anyone could help me with a samba/acl issue i am having please, I have made a post on the forums here http://ubuntuforums.org/showthread.php?t=2294351 which is probably easier to understand than me trying to type it out here, thanks in advance13:21
axskshoot2kill, check the firewall to allow ftp?13:24
=== Dan_ is now known as Guest27954
funkenstrahlenHey, is there a special ubuntu server channel?13:43
EriC^^#ubuntu-server13:43
funkenstrahlenthx13:43
AsuranModerHi13:46
daftykinsgreetings13:47
=== AsuranModer is now known as Asurian
shoot2killok sovled the sharing problem13:48
shoot2killwoohoo13:48
shoot2killdoing things on my own now im getting better13:48
AsurianSay, Linux From Scratch or just use something easy like SuseStudio?13:50
hateballAsurian: You may wish to ask that in #linux seeing as this is #ubuntu13:51
daftykinsAsurian: this is an #ubuntu channel, so your question is inappropriate here. try ##linux13:51
hateballheh13:51
emnzCan someone tell me how to add a main menu launcher icon to Plank dock?13:51
AsurianI'm aware13:52
AsurianCan't chat there13:52
PiciAsurian: you need to register on freenode to speak there.13:53
Pici!register | Asurian13:53
ubottuAsurian: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode13:53
brothersomeemnz, left clich with the mouse on it when it runs and choose for stay13:53
Asurian!register13:53
ubottuInformation about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode13:53
Asurianheh13:53
AsurianI did register13:54
AsurianDidn't get the verf13:54
Asurianon 3 diff email prov13:54
daftykinsAsurian: ask in #freenode - that's not our problem13:58
rpm_33_quick question: when I install programs with "sudo apt-get install <program name>" where does it get downloaded and installed to?14:11
EriC^^rpm_33_: the .deb files go to /var/cache/apt/archives and the program files go to various locations like /usr/bin and /usr/share/...14:12
lotuspsychjegood afternoon EriC^^14:13
EriC^^afternoon lotuspsychje14:13
rpm_33_EriC^^ Are the "various locations" determined by whats in the .deb package then?14:13
EriC^^rpm_33_: yeah14:13
rpm_33_okie dokie thanks was just curious.14:13
=== Rob_C2 is now known as Rob_C
=== mudo_ is now known as mudo
claudio_hello14:18
lotuspsychjeclaudio_: welcome, what can we do for you?14:19
admin0i have server with 64gb ram, free -m reports 63852 ..14:19
admin0where am I mssing the ram ?14:19
claudio_just watching14:19
EriC^^!ram | admin014:19
ubottuadmin0: If you are wondering why some tools report your system has very little free memory, have a look at http://www.linuxatemyram.com/14:19
ioriaadmin0, free14:20
admin0not the free thing14:21
admin0i meant the total14:21
lifehackanyone studying cyber sercurity14:21
cfhowlettadmin0, rounding erros14:21
cfhowletterrors14:21
ioriaadmin0, cat /proc/meminfo14:21
ioria?14:22
zykotick9admin0: try "free" without the -m is it 64 - this is just a math/hardware issue, you aren't missing any ram14:22
k1l_admin0: byte vs bit?14:22
lifehackanyone studying cyber security14:22
lotuspsychje!security | lifehack (for ubuntu)14:22
ubottulifehack (for ubuntu): Security Updates are dealt with here:  https://help.ubuntu.com/community/Security - See also !root, !firewall and !server14:22
k1l_!ot | lifehack14:22
ubottulifehack: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!14:22
admin0MemTotal:       65384988 kB  /1024/1024 = 62.35 GB14:23
lifehackit was just a question14:24
daftykinslifehack: yes - and an inappropriate one for an OS support channel14:24
admin065384988  should be  6710886414:25
jonasliljestrandHi, im wondering about IRQ and ethernet interrupts. Is it normal/best practice to only let a single core handle this?14:25
=== mike_ is now known as Guest19268
daftykinsthe APIC has stopped those things needing manual handling for years14:26
fritz4funIf I adjust the keyboard layout in ubuntu and make a reboot the keyboard layout got reset. how to prevent that?14:26
k1l_fritz4fun: is this a regular install or a live system?14:26
fritz4funk1l_, atlas.hashicorp.com/hashicorp/boxes/precise32 in Vbox14:27
hrzhuI just failed to resuming from hibernate, where can I check the log file?14:28
lotuspsychjehrzhu: /var/log/.. syslog or dmesg14:28
k1l_fritz4fun: so please ask the one who made this if that issue is know and how to fix.14:28
ioriaadmin0, dmesg | grep BIOS | grep reserved14:29
admin0got it14:29
admin0so this cannot be used by the OS at al14:30
jonasliljestranddaftykins: So if my cpu is using Message Signaled Interrupts then?14:30
srikar_I have a problem with my ubuntu14:41
srikar_wifi networks are not being detected14:41
srikar_I have tried some troubleshooting steps but no use14:41
srikar_Can someone help me ?14:41
ioriasrikar_, lspci -nn | grep Network ?14:46
WhitorHi All, !4.04 user here... Unity Question.  I don't want to see images from my folders when I type in the Dash Home search area. When I type something that turns up some images... I can click Filters and then un-highlFolders and the images go away.  However... I close the search and opeing it right back up and guess what, Files and Folders are included once again!   How do I get this option to stick permanently?14:46
Whitor14.04 that is... ^^14:46
datoldminerguys, empathy messenger still works with gtalk?14:49
MonkeyDustWhitor  delete zeitgeist and you won't see them again... it also boosts ubuntu speed14:49
Whitorzeitgeist... On it, thx MonkeyDust14:49
MonkeyDustWhitor  http://hardenubuntu.com/disable-services/disable-zeitgeist/14:50
richard-losthey. i'm experiencing something weird when i set my hostname to be a tld. eg: I set `hostname example.cc`. Now when I ping an invalid host, the tld "cc" is added onto the hostname. If I set my `hostname example`, then ping behaves normally. what is going on here?14:50
pbxWhitor, http://askubuntu.com/a/389132/224533 looks promising (if tedious)14:51
srikar_iorio_, 02:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b3] (rev 83)14:51
srikar_ioria_, 02:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b3] (rev 83)14:53
srikar_this is the output of lspci -nn | grep Network14:53
ioriasrikar_, uname -r14:53
srikar_3.19.0-28-generic14:53
srikar_ioria_, 3.19.0-28-generic14:55
ioriasrikar_, try sudo sh -c 'modprobe -r iwlwifi && modprobe iwlwifi 11n_disable=8'  and check if you can connect to the network14:56
daftykinssrikar_: lets try and get the nickname highlighting right each time so we don't see everything spammed twice, hmm? :)14:56
srikar_daftykins_ sure14:56
daftykinsi don't have an _ :D14:57
srikar_ioria_ I can not get any output of that command14:57
srikar_daftykins sorry :P14:57
ioriasrikar_, check if you can connect, and paste ifconfig -a14:58
MonkeyDustsrikar_  type sri and hit tab, see what happens14:58
srikar_MonkeyDust: Thanks :)14:58
srikar_ioria: The problem is that I am not able to view any wifi networks15:00
ioriasrikar_, oh... rfkil lista all15:01
ioriasrikar_, oh... rfkil list all15:01
srikar_ioria: nothing is blocked15:02
ioriasrikar_, do you other network ... or nothing at all ?15:02
ioria*see15:02
srikar_ioria: I dont see any networks :(15:02
srikar_ioria: I am connected thro' lan15:03
sendqhi15:03
sendqhow come I have an unstable linux kernel installed in ubuntu trusty?15:03
sendq3.1315:03
ioriasrikar_, paste ifconfig -a   and lshw -c Network15:04
ioriasrikar_, sudo lshw -c Network15:04
MonkeyDustsendq  try sudo apt update;sudo apt-get dist-upgrade15:04
sendqwhy?15:04
daftykinssendq: 3.13 is not unstable15:04
srikar_ioria: http://paste.ubuntu.com/12427318/15:04
MonkeyDustsendq  you ask for help, and whe you get it, you ask 'why'15:05
k1l_sendq: its not unstable. its made stable by the ubuntu kernel team support15:05
sendqk1l_: ok thanks15:05
daftykinsMonkeyDust: it's ok we're invisible today :)15:05
sendqMonkeyDust: yes, I won't just dist update a production system blindly for a reason I ignore, thanks though15:05
ioriasrikar_, are you using a container ?15:05
srikar_ioria: http://paste.ubuntu.com/12427325/15:06
srikar_ioria: yeah I installed docker15:06
daftykinsnothing wrong with dist-upgrade in production :) given your ace backups15:06
ioriasrikar_, can you assign a static ip to your wifi card ?15:06
srikar_ioria: I dont know how :O15:07
daftykinssrikar_: did the live session from USB see any networks?15:08
srikar_daftykins: I didnt try live session from USB15:08
ioriasrikar_, 'Edit Connection' , right-click from on the  icon in the bar15:08
ioriasrikar_, 'Edit Connection' , right-click on the  icon in the upper bar15:08
daftykinssrikar_: you went straight to install? well give it a try15:08
srikar_daftykins: I dont think it is the problem with wireless hardware 'coz wifi works fine on windows 7. I am running dual boot15:09
daftykinssrikar_: think what is the problem? live session will use a slightly older kernel :)15:09
srikar_daftykins: I have installed it long back and it was working fine till yesterday15:09
daftykinsboot an older kernel then.15:09
daftykinsioria: when not associated to a network how will that help? :)15:10
srikar_ioria: I cant even select the network.15:10
daftykinsolder kernel it is!15:11
srikar_daftykins: sure, I will try that15:11
srikar_daftykins: I think I did a apt-get upgrade yesterday15:11
daftykinsah15:11
ioriasrikar_, ok...  try to update-upgrade-dist-upgrade, then15:11
cfhowlettsrikar_, upgrade and dist-upgrade are not the same thing15:12
ioriasrikar_,sudo dist-upgrade15:12
ioriasrikar_,sudo apt-get dist-upgrade15:12
srikar_ioria: wouldnt dist-upgrade install 15.04 ?15:12
srikar_ioria: or is it just to upgrade kernel ?15:12
avilbaHello everyone, I'm trying to run Stellarium with the VirGo plugin and I get this rather ugly error - http://pastebin.com/CACC2Eri - Anyone has an idea ? Thanks.15:13
cfhowlettno.  sudo do-release-upgrade ... 14.04 > 15.0415:13
srikar_cfhowlett: cool thanks :)15:13
cfhowletthappy2help!  srikar_15:13
ioriasrikar_, cat /etc/issue  ?15:13
srikar_ioria: sudo apt-get dist-upgrade15:14
srikar_ioria: Ubuntu 14.04.3 LTS \n \l15:14
ioriasrikar_, and you have  3.19.0-28-generic kernel ?15:14
daftykinsvivid HWE on trusty, pretty standard15:15
srikar_ioria: yeah15:15
MonkeyDustavilba  i use stellarium too ... read line 26: Config file  "/home/tan/.stellarium/config.ini"  does not exist15:15
ioriasrikar_, ok, try to dist-upgrade15:15
daftykinsnope we're still at older kernel, not new :>15:15
srikar_ioria: yeah I did dist-upgrade15:15
srikar_ioria: do I need to restart ?15:16
borishi, I have a weird issue on 15.04. I was using 2 monitors last night one hdmi and one vga, and this morning I start the computer and the hdmi one doesnt mirror my desktop, yet is active and I can point to things on it15:16
ioriasrikar_, uname -r again15:16
borisin display settings the monitor doesnt show up, but it shows under my nvidia-settings15:16
srikar_ioria: 3.19.0-28-generic15:17
MordepedroMwhats up15:18
=== moz is now known as Guest45142
MordepedroM:/15:19
MonkeyDustMordepedroM  this is the ubuntu support channel, sure you want to be here?15:20
=== Guest45142 is now known as motz
MordepedroMyes i have one question15:20
ioriasrikar_, if you run sudo ifconfig wlan0 down  and sudo ifconfig wlan0 up  ?15:21
MordepedroMi have tor installed but the icon of mozzila is the one who works when i am running tor15:21
MonkeyDustMordepedroM  yes, tor uses a modified version of firefox15:22
zykotick9MonkeyDust: s/tor/torbrowser/15:22
avilbaMonkeyDust, It warns that config.ini doesn't exist but create the file anyway. I think the problem is with OpenGL.15:22
srikar_ioria: I ran those commands and still no difference15:22
MonkeyDustzykotick9  yes, that's more accurate15:23
MordepedroMthanks for the help this chat is great15:23
ioriasrikar_, your eth0 is 192.168.1.137  so your router should be 192.168.1.1 .... can you chect with 'route' command ?15:24
srikar_ioria: http://paste.ubuntu.com/12427432/15:25
ioriasrikar_, can you ping  192.168.1.1 ?15:26
srikar_ioria: I get response from it15:27
kartikhow to install x-shockwve application15:27
ShikharBBy doing the command: sudo chown voltime:shooter /home/shooter/shooter/mods/deathmatch/resources15:27
ShikharBOnly resources get group shooter.15:27
ShikharBI want to make all other sub-directories in resources to get group shooter15:28
ShikharBHow can I do that?15:28
ioriasrikar_, see if you can run 'nm-tool'15:28
zykotick9ShikharB: fyi, -R = recursive, in chmod15:29
ShikharBsudo chown voltime:shooter /home/shooter/shooter/mods/deathmatch/resources -R15:29
ShikharBWill this work?15:29
srikar_ioria: http://paste.ubuntu.com/12427462/15:29
zykotick9no.  ".. chown -R ..."15:29
srikar_ioria: wifi state is unavailable :(15:29
ioriasrikar_, sudo ifup wlan0  .... what says ?15:31
srikar_ioria: Ignoring unknown interface wlan0=wlan0.15:32
=== AtheistSpacePira is now known as IanHulett
ioriasrikar_, iwconfig15:32
srikar_ioria: http://paste.ubuntu.com/12427490/15:33
motzhi, I have permission problems with my ipod on ubuntu. any hints?15:34
lotuspsychjemotz: define your problem please15:34
k1l_motz: depending on the generation there is more or less luck of a working solution15:34
motzk1l_, ipod nano 3rd generation15:35
ShikharBzykotick9: Thank you!15:35
zykotick9ShikharB: glad to help.15:35
motzlotuspsychje,  the folder is read-only, the owner is "99" and I am not able to change it, not even as root15:36
ShikharBzykotick9: Can we have more than one chrootdirectory for one single group but for different people. Or if we can not, then how can I give add other chrootdirectory for other group? How many groups/chrootdirectories can we have?15:37
lotuspsychjemotz: wich ubuntu version?15:37
motzlotuspsychje, 14.0415:37
zykotick9ShikharB: sorry, I don't know.  I haven't had much use in chroots for a long time.  Good luck.15:37
ShikharBAh, sorry15:37
lotuspsychjemotz: not sure, maybe try gksudo nautilus on it?15:38
ShikharBAnyone?15:38
ActionParsnipThis new web interface is nice15:39
lotuspsychjeActionParsnip: same url?15:39
motzlotuspsychje, I've already trid15:39
motzlotuspsychje, I've already triwd15:39
ActionParsniplotuspsychje: yeah, webchat.freenode.net15:39
ioriasrikar_, if it's not a firmware issue, you can try to assign the essid , password,  a static ip  and the other data ... from the network icon in the upper panel  - righ-click 'edit Connection'15:39
motzlotuspsychje, I've already tried15:39
lotuspsychjemotz: might be like k1l_ says then, generation issue15:40
=== dreamon_ is now known as dreamon
ioriasrikar_, click Add - wifi - and proceed15:40
lotuspsychjemotz: re-ask your issue in chat here once in a while15:40
motzhi, I have permission problems with my ipod (3rd generation) on ubuntu 14.04.  any hints?15:41
lotuspsychjemotz: i have connected recent iphones on 14.04 without problem15:41
srikar_ioria: i am not sure what you meant15:41
ActionParsnipmotz: can you expand the question please15:41
ioriasrikar_, right-click on the Network Icon15:41
lotus-webchatlooks nicer indeed15:42
srikar_ioria: I am using gnome and there is no add button :()15:42
motzActionParsnip, the ipod_control folder is read-only and its owner is "99". And I am not able to change this settings, not even with chown as root15:42
ioriasrikar_, ok ... Network Connection, then in Preferences or System Settings15:43
ActionParsnipmotz: when you last unplugged the device, did you use the safe remove feature in the OS before physically unplugging it?15:44
tgm4883motz: that sounds like a folder that is on your ipod15:44
motzActionParsnip, I don't remember15:44
ActionParsnipmotz: then you probably didnt. Its a concious thing15:44
ioriasrikar_, basically, you have to create a new configuration for your wireless card15:44
srikar_ioria: I understand what you meant by adding now but my mouse pointer is getting disabled on the network preferences screen15:45
motzActionParsnip, so?15:45
pacmycHi there! Quick question, I love the "sticky notes" program xpad. Would it be possible to use the command "ln -s" it's config folder to a folder on a NAS drive, to have the xpad-sessions synced on all my local computers, and if so, what happens when Iam not connected to the LAN and add a note; will the symbolic link break and never get "re-linked" ?15:45
ActionParsnipmotz: plug the system back in to your Windows PC (I assume Windows) and let the iPod do whatever junk ipods do, then use the system tray icon and use the safe remove feature15:45
lotuspsychjelol15:45
ActionParsnipmotz: when you are told to do so, unplug the device15:45
motzActionParsnip, I don't have windows: just mac and ubuntu15:45
ActionParsnipmotz: then plug it into the mac and use the safe remove there15:46
motzActionParsnip, ok15:46
=== Groucho_NL is now known as Guest56847
kartik#uduntu15:47
ActionParsnipmotz: seems you do it by dragging the ipod to the trash15:47
=== Guest56847 is now known as Grouch
ActionParsnipmotz: because it makes so much sense.....15:47
ioriasrikar_, close and try again.... you have to fill all the fields : essdi < your lan>   , password in Security,   then ip 192.168.1.137 mask 255.255.255.0 gateway 192.168.1.1 dns 8.8.8.815:47
=== notafadss is now known as notafads
srikar_ioria: I am also not able to shutdown my system completely, when I shutdown, it stops at a screen which has ubuntu logs and keeps blinking forever15:48
ioriasrikar_, ip  192.168.1.138 not 137 , sorry15:48
ActionParsnipsrikar_: if you run:  sudo shutdown -h now     does it die?15:48
ioriasrikar_, that it's related to wifi , i think15:49
srikar_ActionParsnip: nope15:49
srikar_ioria: I think so15:49
ActionParsnipsrikar_: does the system have a make and model?15:49
ioriabrb15:51
srikar_ActionParsnip: yeah15:51
srikar_ActionParsnip: Dell inspriron: 15-554715:52
motzActionParsnip, nothing changed15:56
w30Thumbs up to whomever put Cinnamon desktop in the repos. It's awsome for an old codger like me that can't adapt to Unity.15:56
ActionParsnipmotz: is the file system healthy?15:57
k1l_w30: cinnamon got some issues with compatibility. mate-desktop seems to be the technical better solution.15:57
ActionParsnipsrikar_: let me search15:57
srikar_ActionParsnip: Yeah sure.15:57
emcHOLA15:57
lotuspsychje!es | emc15:57
ubottuemc: 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.15:57
ActionParsnipsrikar_: have you tried the boot option:    noapic15:58
emcalguien que sepa de ubuntu studio?15:58
ActionParsnipsrikar_: also, make sure you have the latest BIOS15:58
w30k1l_, I ripped out Nautilus and Unity and seem to be ok except for Woobly windows extension (no biggie)15:58
nabnhi. I think I have a broken disk.  the 'disks' program shows a 'Self-test failed' message on red. what do i do? is wiping out the disk a good idea? is there any other way to fix this? I'm booting from a live disk. There's some data on a partition that i'd like to backup, but it's not mounting. I tried a ntfsfix, but it says i should run a chkdsk from windows cli. Any suggestions on this?15:58
ActionParsnipsrikar_: found this too: http://askubuntu.com/questions/125844/shutdown-does-not-power-off-computer15:59
lotuspsychjew30: wobbly windows is a unity plugin15:59
w30lotuspsychje, my wobbly windows look like a windows screen when you win a solitare game.16:00
w30lotuspsychje, you have to click the background and reresh the screen16:01
lotuspsychje!discuss | w3016:02
ubottuw30: Want to talk about Ubuntu but don't have a support question. Join #ubuntu-discuss, for other non-support  discussion not Ubuntu related you can also join #ubuntu-offtopic. Thank you.16:02
ioriasrikar_, did you manage to create a new connection ?16:02
RafenI just hit a website that had that stupid popup saying your infected, call this number. It had an audio loop saying the same. It would not let you close the browser either. I have run into this before on a windows pc and was able to get rid of the malware....but I am not used to linux yet.16:03
srikar_ioria: nope I am trying to restart the PC. Thinking that wifi is related to it16:03
RafenHas anyone else encountered this and do I need to go nuts checking this pc?16:03
w30I thought wobbly windows, ubuntu, and cinnamon was a support question?16:04
RafenI am running Ubuntu 14.0416:04
lotuspsychjew30: you have been aswered already by k1l_16:04
w30lotuspsychje, whatever.....16:05
lotuspsychjeRafen: normally browser malware cant get very far on ubuntu, but you might wanna try clamav or rkhunter16:06
lotuspsychjeRafen: was it on firefox?16:06
Rafenthank you lotuspsychje16:06
RafenI was in Chrome16:06
lotuspsychjeRafen: try chromium for ubuntu16:07
lotuspsychje!info chromium-browser | Rafen16:07
ubottuRafen: chromium-browser (source: chromium-browser): Chromium web browser, open-source version of Chrome. In component universe, is optional. Version 44.0.2403.89-0ubuntu0.15.04.1.1177 (vivid), package size 51600 kB, installed size 189300 kB16:07
RafenI will give it a shot, thank you16:07
RafenI do have to say in the past on windows, once infected when you surf the web it would constantly redirect you to that site...and on Ubuntu it has not happend.16:08
lotuspsychjeRafen: always be prudent not to click on ads certanly while your on pc banking and never call random phone numbers16:08
lotuspsychjeRafen: windows malware will not affect ubuntu in this way16:08
motzActionParsnip, I think the problem is that the whole filesystem is mount as read-only16:09
RafenI am very prudent, this was a simple typo trying to get to steam install.16:09
lotuspsychje!steam | Rafen16:10
ubottuRafen: Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion.16:10
Rafenthx again16:10
samsherafter installing nvidea 304.xx drivers plymouth screen becomes horrible looking, can I stop happening it before installation of the nvidea driver?16:10
lotuspsychje!recovery | samsher16:11
ubottusamsher: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode16:11
ActionParsnipsamsher: nvidia, not nvidea16:11
samshernvidia sorry16:11
ActionParsnipsamsher: tis is common with the proprietary video driver16:11
ActionParsnipsamsher: you can either mess with your boot to make it load the vesa driver (hard) or disable plymouth and have text boot (easy)16:12
samsherok, so no way to prevent happening it?16:13
ActionParsnipsamsher: the driver loads slowly and makes it happen. Are you planning to game on the install?16:13
samsherI am planning to fresh install lubuntu, so I asked if there is any way to stop happening it.16:14
ActionParsnipsamsher: if you remove the boot options:  quiet splash      you will get a text boot16:14
ActionParsnipsamsher: if you dont need 3D capabilities like the Nvidia driver gives, then just use the nouveau driver instead16:14
samsherI don't want text mode16:15
samshernouveau doesn't work, it's laggy for me16:15
ActionParsnipsamsher: try this: http://www.binarytides.com/ubuntu-fix-nvidia-graphics/16:16
samsherany way plymouth use nouveu then system use nvidia driver?16:16
ActionParsnipsamsher: or this: http://askubuntu.com/questions/6033/enabling-nvidia-driver-messes-up-splash-screen16:16
samsherlet me see it16:16
ActionParsnipsamsher: considering Linux is made for uptime, and that boot splashesare quite inconsequential, I'm surprised you care16:16
samsheryup, that's my preferences16:17
lotuspsychjesamsher: wich graphics card do you have?16:18
ActionParsnipsamsher: seems obscure to want to mess with your OS so much, just for some mild eytecandy that is onscreen for what...3 seconds?16:18
samsherhaha, just curious to know16:19
zykotick9samsher: <sidenote> it is _possible_ to get plymouth working with nvidia - but it's *not* worth the effort...  i haven't done it in years, so don't know the modern procedure...16:26
twdatsbaszykotick9: sidenote. It just works now. samsher16:28
thesebhelp! windows did an automatic upgrade and now my nice dual boot16:29
theseb         system doesn't load winders anymore?!16:29
zykotick9twdatsbas: nouveau or propretary?  it works fine with nouveau (most of the time)16:29
lotuspsychjetheseb: ask in ##windows what went wrong perhaps16:30
lotuspsychjetheseb: ..or make your life easy and single install ubuntu :p16:31
=== c|oneman is now known as c|own
=== c|own is now known as dfhsdjfhsldja
=== dfhsdjfhsldja is now known as dup|icate
=== john is now known as Guest48092
Guest48092hi16:34
Dro__i'm using a hdmi cable to link my computer to TV screen , but only the desktop background is displayed , and when i drag a window at right it appear , anyone have an idea how can i control what appear in TV ?16:36
lotuspsychjeDro__: try mirror screens from ubuntu settings16:36
ertyuhi there16:36
lotuspsychjeertyu: welcome, what can we do for you?16:37
samsher@zykotick9 I have working plymouth with nvidia but it is not as good as with nouveau @twdatsbas what you mean by it works now?16:37
Dro__lotuspsychje, not working, always same problem even when mirror screen is checked16:37
ubuntu_indonesiaada dari indonesia16:38
ubuntu_indonesiaplease16:38
lotuspsychjeDro__: you have grafix driver installed correctly?16:38
ertyucan you work for me ? lotuspsychje16:38
lotuspsychje!in | ubuntu316:38
ubottuubuntu3: #ubuntu-in is the channel for Ubuntu in India16:38
Dro__lotuspsychje, yes i'm using nvidia16:38
ertyuwell i got this error : http://paste.ubuntu.com/12427887/16:38
ertyuneed some troubleshot16:39
lotuspsychje!id | ubuntu_indonesia16:39
ubottuubuntu_indonesia: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia16:39
ertyuhi makan16:40
ertyuyou indonesia makaan ?16:40
=== ubuntu_indonesia is now known as nduy
lotuspsychjeDro__: wich ubuntu version?16:42
=== ochorocho1 is now known as ochorocho
Dro__lotuspsychje,  14.0416:45
momkenHello16:45
lotuspsychjeDro__: wich graphics driver excatly?16:46
Dro__lotuspsychje, nvidia16:48
lotuspsychjeDro__: wich one please: sudo lshw -C video16:49
blackangelprguys after update seems last automatic kernel upgrade did not work well and i cant even delete old ones ... today coudl some one take a look ?  http://pastebin.com/uZ4EB4xy16:50
ioriablackangelpr, df -H16:52
lotuspsychjeblackangelpr: ubuntu version?16:52
ioriaDro__  have you tried under nvidia-settings ?16:53
blackangelpr14.0416:53
blackangelpryes i know i have the space almost full but it do not let me delete old kernels either :(16:54
ioriablackangelpr, df -H  and try sudo apt-get autoremove16:54
lotuspsychjeblackangelpr: or clean system with bleachbit16:54
moz_how can I convert looselessy wav to mp3 on ubuntu?16:55
lotuspsychjeblackangelpr: added ppa's in the past?16:55
ioriablackangelpr, otherwise you have to remove by hand16:55
blackangelprdpkg --get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done16:55
blackangelprtry that one and your booth returns dpkg --get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done16:55
blackangelprmight be ioria16:55
ioriablackangelpr, well,  not good with awk :þ16:56
ioriablackangelpr, have you tried  sudo apt-get autoremove ?16:57
blackangelpryes same error16:57
blackangelpr:S weird first time ever16:57
blackangelprbefore i had deleted old kernels16:57
ioriablackangelpr, can you paste df -H ?16:58
blackangelprone sec16:58
blah-greetings16:58
blackangelprioria, http://pastebin.com/bFhX3VZv16:59
blackangelprit is safe to go and do an rm on old kernels?16:59
blackangelprdirectly on /boot?16:59
ioriablackangelpr, yep ... /boot is full16:59
Dro__ioria, lotuspsychje , i just found how to control what appear in the tv screen, all i had to do is to move the mouse to the right17:01
ioriablackangelpr, dpkg -l | grep linux-image-        and then sudo apt-get autoremove linux-image-x.x.xx-xx-generic17:01
ioriaDro__  good17:02
Dro__ioria, but i still having 2 problems: the image is not complete, (anything near the borders don't appear) + the audio is not working in TV (it work in PC)17:02
ioriaDro__  it'a bit old but could help http://askubuntu.com/questions/529911/hdmi-with-nvidia-propietary-drivers-on-14-04-117:03
blackangelprioria, same error :(17:03
blackangelprand i am as root directly17:03
ioriablackangelpr,  ls  /boot17:03
blackangelprioria, http://pastebin.com/S9ZHmZai17:04
blackangelprhilarious what i did XD17:04
blackangelprls /boot on the actual LOL17:05
ioriablackangelpr,  encryption ?17:05
blackangelprnone17:05
ioriablackangelpr,  lvm ?17:05
blackangelprthats installed during the install process (redundant :p) for logical volume manager actual ubuntu installation option17:06
blackangelprnot encrypted that i know17:06
ioria!info bikeshed17:07
ubottubikeshed (source: bikeshed): random useful tools that do not yet have a permanent home. In component universe, is extra. Version 1.53-0ubuntu1 (vivid), package size 18 kB, installed size 77 kB17:07
netametaanyone knows where can i find where user/group is defined for apache ?17:07
Picinetameta: /etc/apache2/envvars has lines for APACHE_RUN_USER and APACHE_RUN_GROUP17:09
netametaThanks pici17:10
ioriablackangelpr,  have you run sudo apt-get -f install ?17:11
blackangelprno17:11
ioriablackangelpr,  uname -r ?17:12
=== tcpman is now known as Guest96304
blackangelprkernel: 3.16.0-49-generic    the code you just wrote give the same error17:12
emnzIs there a command I can run to open the MATE main menu?17:12
ioriablackangelpr,  what code , exactly ?17:13
blackangelprdpkg: error processing package linux-generic-lts-utopic (--configure):17:13
blackangelpr dependency problems - leaving unconfigured17:13
blackangelprE: Sub-process /usr/bin/dpkg returned an error code (1)17:13
ioriablackangelpr,  in response to what command ?17:14
blackangelprioria> blackangelpr,  have you run sudo apt-get -f install ?17:14
blackangelprand all of them17:14
ovrflw0xhow to know which video card is ubuntu using? discrete or integrated?17:14
blackangelprsays here17:15
blackangelpr linux-image-generic-lts-utopic depends on linux-image-extra-3.16.0-49-generic; however:17:15
blackangelpr  Package linux-image-extra-3.16.0-49-generic is not configured yet.17:15
ioriablackangelpr,  i have asked if you have run it, NOT to run it17:15
blackangelpr^^ do not matter same error anyway :P17:15
ioriablackangelpr,  so you are using -49, but -49 it's not configured ....17:16
ioriablackangelpr,  did you reboot after the error ?17:17
blackangelpri try to configure but it says no space XD darm17:17
blackangelpryeah let me reboot again just in case17:17
blackangelprbe back17:17
ioriablackangelpr,  wait17:17
ovrflw0xhow to know which video card is used integrated or discrete?17:17
ovrflw0xhow to know which video card is used integrated or discrete?17:18
ovrflw0xhow to know which video card is on discrete or integrated? i checked vgaswitcheroo but it shows integrated as active but external monitor is working!17:21
ovrflw0xanybody?17:21
ertyuhi m on ubuntu17:21
ertyui got an error something like this : Warning: JAVA_HOME environment variable is not set.17:22
ertyuhow to fix it ?17:22
apatheticsheephola, I am running 14.04 no networkManager, doesn't seem to be using nameserver from /etc/network/interfaces, nothing in /etc/resolv.conf.   can someone help me out with this?17:23
=== ndiy is now known as nduy
ovrflw0xwhich is the latest kernel of 15.04?17:26
blackangelprioria, this seems to work but must substitude for your kernels: sudo apt-get autoremove --purge linux-{image,headers}-.*{41..45}.*generic17:27
ovrflw0xwhich is the latest kernel of 15.04? kernel version17:28
ioriablackangelpr,  i'd say one by one17:28
blackangelprioria, retart need it brb17:30
ovrflw0xhello can anyone see below? how to know which video card is on discrete or integrated? i checked vgaswitcheroo but it shows integrated as active but external monitor is working!17:30
ovrflw0xwhich is the latest kernel of 15.04? kernel version17:30
ioriablackangelpr, ok17:30
genii!info linux-image-generic vivid17:30
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 3.19.0.28.27 (vivid), package size 2 kB, installed size 27 kB17:30
geniiovrflw0x: Apparently 3.1917:31
ovrflw0xgenii, how to know which video card is getting used on laptop?17:31
kk_dropI had windows 8.1 and installed ubuntu, I think I've removed wubi boot disk and replaced it by ubuntu boot.. is there any way to fix that from ubuntu level?17:35
ovrflw0xthere is some graphics tearing i have radeon mobility HD 5650 and intel integrated card - how to fix this issue? i am on 15.0417:35
Dixsongood afternoon, I like knowing that I have to do to make the menu appear small and not full screen.? Help ubuntu 14.0417:38
ovrflw0xthere is some graphics tearing i have radeon mobility HD 5650 and intel integrated card - how to fix this issue? i am on 15.0417:38
badbodhDixson: you mean a smaller "dash" ? just click on the maximize button top left17:38
badbodhwhen dash is open17:39
Dixsonbadbodh: I do not understand? I wish that when you open the menu is not full screen17:40
badbodhDixson: you are using ubuntu rght? not the derivative like kubuntu xubuntu etc17:41
DixsonI'm using ubuntu 14.04.17:42
ovrflw0xthere is some graphics tearing i have radeon mobility HD 5650 and intel integrated card - how to fix this issue? i am on 15.0417:42
Dixsonbadbodh: http://static.thetechjournal.net/wp-content/uploads/2014/04/ubuntu1404.jpg17:43
ovrflw0xwhy is this ubuntu channel so crappy lousy -  no one is replying17:43
reisiowha?17:44
DixsonI want you to see me like this17:44
ovrflw0xthere is some graphics tearing i have radeon mobility HD 5650 and intel integrated card - how to fix this issue? i am on 15.0417:44
Dixsonbadbodh: I want you to see me like this http://static.thetechjournal.net/wp-content/uploads/2014/04/ubuntu1404.jpg17:44
ovrflw0xthere is some graphics tearing i have radeon mobility HD 5650 and intel integrated card - how to fix this issue? i am on 15.0417:44
badbodhDixson: in your pic look top left. click on that maximize button, it will toggle dash size. the menu is called "unity dash" btw17:45
ovrflw0xthere is some graphics tearing i have radeon mobility HD 5650 and intel integrated card - how to fix this issue? i am on 15.0417:45
Piciovrflw0x: Please ease up on the repeating.17:45
badbodhovrflw0x: we don;t have the answers. wait for someone who does, or allow us some time to google if we decide to help you17:46
ovrflw0xyo Pici boy i am getting tired dawg17:46
Piciovrflw0x: yo maybe no one knows the answer to your question right now. repeating it every 2 minutes isn't going to make someone suddenly know what the answer is.17:46
Dixsonbadbodh: I'll try17:47
badbodhon the flipside unity is really terrible with tearing on my intel laptop. hope it gets rid of compiz in near future.17:49
rpm_45http://paste.ubuntu.com/12428321/ My nvidia graphics card is listed here, but I don't know how to access it or switch it on. How do I know if I have drivers etc.?17:49
=== kpease_ is now known as kpease
OneM_IndustriesSo, I am having an issue with a printer. Every job I send to it comes out in point .1 font. A job that is supposed to take up the whole page comes out as roughly 1X2 inches. Any ideas?18:13
pbxOneM_Industries, you said "a printer" - do other printers work as expected?  what happens when you save to PDF?  have you gone through all the settings? are you using an application's special print dialog (e.g. chrome) or the system one?18:15
OneM_IndustriesThe other printers work correctly, save to pdf works, I am going through Libreoffice, and I have gone through all the settings.18:19
hanyopcan you tell dou i have blutouth in my laptop ??? http://paste.ubuntu.com/12428513/18:19
hanyop???18:21
OerHekshanyop, likely yes18:23
OerHekswhat is not clear about that output?18:23
hanyopOerHeks : when i open the blutouth device manager it only shows the view and the help tabs , i am trying to connect my phone with my laptop , it's not working18:25
OerHekshanyop, maybe there is a bt-key or bt key combination to enable it?18:25
luckyJack777what's a model of you phone?18:26
hanyopno idea what you just said18:26
hanyopwhat's bt-key ?18:26
hanyopandroid18:26
hanyop<luckyJack777> it's android galaxy 318:27
OerHeksbt = bluetooth18:27
hanyop<OerHeks ; to enable it in my laptop or phone ?18:28
balancehi18:28
OerHekshanyop, i don't get you ... you ask for bt on your ubuntu laptop?18:28
balanceHow can I mirror a folder? e.g. I have folder A and B and if I save a file to A or copy it to A etc. it should get mirrored to B. How can I do that?18:29
OerHeksbalance i would use rsync18:29
Specbalance: google -> rsync18:29
luckyJack777rsync i guess18:29
hanyop<OerHeks : sorry , y?es i already have it enabled in my phone , so could you please tell me how to enable it in my ubuntu ?18:29
balancethanks18:30
OerHekshanyop, see the manualof your laptop18:30
shlanthi all. How do I install this binary? https://stedolan.github.io/jq/download/ (1.5 64bit). Do I just need to put in a $PATH?18:30
shlantand chmod it?18:30
hanyopOerHeks : does it involve hardware  ?18:30
hanyopOerHeks ; or from the bios ?18:31
offender742hi everyone18:31
offender742burn all jews in oven18:31
reisioshlant: what is it?18:31
offender742burn all jews in oven18:31
offender742sieg heil18:31
offender742death to infidels18:31
offender742allahu akhbar18:31
reisiooffender742: would cost a fortune18:31
reisioshlant: read the information at https://stedolan.github.io/jq/download/18:31
reisioshlant: you're doing it wrong18:32
shlantreisio: how do you figure?18:32
OerHekshanyop, you posted the output that shows a bt device available.. so read the manual if you need to press a key/hotkey/key combination to enable it.18:32
reisioshlant: dpkg -L jq; dpkg -L jq | grep -i bin18:32
OerHekshanyop, you need to investigate a little more18:32
shlantreisio: I dont want to install with apt.18:33
offender742allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu18:33
offender742akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels18:33
offender742allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu18:33
offender742akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels18:33
OerHeks!ops18:34
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang18:34
offender742allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu18:34
offender742akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels allahu akhbar  death to infidels18:34
reisioy'know what else18:34
reisiojson is really simple18:34
reisioyou can write a parser with cut and a few minutes :p18:34
sa_sa18:34
sa_hi18:34
shlantreisio: do you know how to install with binary or no?18:34
Norbinye18:34
reisioreisi18:35
reisiohi18:35
reisioshlant: what does dpkg -L jq | grep bin say?18:35
sa_who is this?18:35
shlantreisio:18:36
shlantPackage `jq' is not installed.18:36
shlantUse dpkg --info (= dpkg-deb --info) to examine archive files,18:36
shlantand dpkg --contents (= dpkg-deb --contents) to list their contents.18:36
shlantsorry18:37
Pici/47/3618:37
shlant /usr/bin18:37
shlant /usr/bin/jq18:37
shlantso dl the binary, move and rename to /usr/bin/jq and then chmod?18:37
OerHeksshlant, why do you want it the hard way? you don't even know how to install, fix or upgrade .. apt-get is the safest way18:39
OerHeks* and you will get updates too18:39
PiciOerHeks: because git has the most recent version of the software.18:39
=== WormDude is now known as WormFood
shlantOerHeks: "you don't even know how to install, fix or upgrade". Thanks for being condescending. I _know_ I can use apt-get. I'm asking about the binary because I don't want to use apt-get because this is for a CI build process and running apt-get update everytime is much slower than going the binary route. Don't assume ignorance please18:42
shlanteither way, this is what works18:46
shlantsudo curl -o /usr/bin/jq -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && sudo chmod 755 /usr/bin/jq18:46
shlantreisio: thanks for the help18:46
=== coy is now known as Guest61616
zalghi18:53
zalg^_^18:53
reisioohai18:53
reisioshlant: if it's not installed, you didn't read the page18:53
reisioapt-get install it18:53
shlantyou must have missed my response to OerHeks. No worries, thanks all the same18:54
KIARA20ciao18:57
daftykinshi18:58
daftykins!it18:58
ubottuVai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)18:58
DecomputerGiwhats the best ide i can learn c#18:58
daftykinsDecomputerGi: that's a dev question which doesn't belong in this channel.18:58
locosp#rpi19:00
mtl11Hi. Does anyone have any idea why "modprobe btrfs" might hang on an unmodified 14.04 cloud image?19:02
bozeHow can I get this open source AMD video card driver? https://goo.gl/mvNPam It's not listed under additional drivers.19:03
bozeThe proprietary ones seem buggy and x.org has me at a super low resolution19:03
daftykinsboze: what card and which drivers are you trying? with which ubuntu? (3 questions there)19:05
bozeor maybe this article is describing the x.org x server  and it doesn't work for me.19:05
geniiboze: Only proprietary drivers are listed under Additional Drivers. The radeon driver there is the one provided by package xserver-xorg-video-radeon19:06
swenzelHi, when mounting an encrypted partition I'm asked to type in the passphrase. There are three options as to how long the passphrase will be remembered. I'd like to change the default from 'remember until logout' to 'forget immediately'. How do I do that?19:06
bozedaftykins, I have a radeon 5750. The proprietary drivers look good, but are a little buggy. I'm on the x-server-xorg-video-ati opensource drivers and the only resolution available is 800x600 mirrored. on 14.0419:08
daftykinsHD 5750 i take it?19:08
bozedaftykins, yes19:08
daftykinsyou should be on 'radeon' or 'fglrx'19:08
daftykinsboze: pastebinit /var/log/Xorg.0.log19:08
daftykins(you'll need to install pastebinit)19:08
=== spam is now known as Guest15412
bozedaftykins, thank you for looking http://pastebin.com/fDZfjsTy19:09
daftykinsboze: right modesetting is off which is breaking your setup, causing a nasty legacy 'FBDEV' driver to be in use19:11
daftykinsboze: do you get anything for "dpkg -l | grep fglrx" ?19:12
bozedaftykins, it says fglrx-updates and fglrx-updates-core. I did try to purge it like the instructions say19:14
daftykinsboze: "sudo apt-get purge fglrx* " (note the *)19:14
* boze reboots19:15
=== rbanffy_ is now known as rbanffy
=== AtheistSpacePira is now known as IanHulett
bozedaftykins, x.org looks great thank you! you are a wizard19:16
daftykins:) no problemo19:17
kinnu323 /join #ffmpeg-devel19:19
denni397hai :)19:24
=== denni397 is now known as mantise
reisioohai19:25
IllusioneerIs anybody familiar with ssh tunneling?  I have been trying to route traffic from a redis box only my jumphost can access, but my jumphost has a public IP.  so basically I want to let the jumphost act as the tunnel to the redis box.19:26
IllusioneerI tried this, but it neither times out nor does it answer to 9999 (theport is open) -> ssh -L 9999:jumphost-publicIP:6379 redis-host19:26
mantisecan you guys comfirm that i did my ubuntu partitions right ? my fresh install isnt running as it should. i removed all partitions first.. windows partitions, even efiboot by a mistake so i created this :19:27
daftykinsmantise: hope you're gonna use a pastebin site19:27
daftykins:>19:27
compdocmantise, why not let Ubuntu create the partitions it needs?19:28
mantiseswap almost 20gb, efiboot with 400 mb, 200 gb / and 300 gb /home19:28
mantiseive been reading that it was best option to do it manual ?19:28
mantisething is, when i turn my laptop on, it sometimes doesnt even boot ubuntu :S19:28
mantisei did create the efiboot area myself tho.. and gave it 400 mb ish19:29
mantisecompdoc: because i wanted to make my own /, /home ect19:30
=== sireebob is now known as siree[SF]bob
=== Ole_ is now known as Guest41866
Guest41866Hello. One question. A few years ago there used to be live cd's, is that still available for download?19:34
reisioGuest41866: yes19:34
reisioubuntu.com, download19:34
mantisebut my ubuntu only boot sometimes.. other times screen is just black19:35
Guest41866Thank you reisio. Do I choose the desktop version, and will it automaticly be livecd?19:36
mantiseshould i reinstall it, and make it do the partitions by itself ?19:36
rwwGuest41866: yes19:37
Guest41866rww: thank you :)19:38
davidmichaelkarrI'm having trouble remapping the control key on a ubuntu 12.04 vm. Inside the vm, I set capslock to be an additional ctrl key, but after exitiing that dialog, it still acts likke capslock.19:42
egonsenHi. My xorg log says that it is using a bumblebee config file. I removed bumblebee with dnf (I'm under Fedora, hope you don't mind). What is telling x to load the bumblebee config file?19:44
daftykins'dnf' ?19:44
daftykinssudo apt-get purge bumble*19:44
daftykinsegonsen: yes we do hugely mind you coming in here with fedora questions, your own distro should have its' own support! for shame!19:45
tgm4883lol19:45
egonsendaftykins: they don't seem to be able to answer my question :/ all I wanna know for now is what part of the system tells x Server to load that config19:46
daftykinswell that's up to Fedora.19:46
tgm4883egonsen: well then we have something in common with Fedora support. We don't know how fedora works either19:46
daftykins:D19:47
daftykinsprobably some remnant left in /etc/X11/xorg.conf.d/19:47
egonsenThere's nothing inside that folder related to bumblebee. Guys, come on :) if I had that problem under Ubuntu, what would you suggest then?19:49
EriC^^i thought bumblebee was deprecated?19:49
daftykinsi already did suggest, i said "sudo apt-get purge bumble* "19:49
reisioEriC^^: they carry the pollen19:49
daftykinsbut you can't run that because you're on Fedora trying to get help in an Ubuntu channel19:49
daftykinsegonsen: so it is you being the idiot here :)19:50
EriC^^reisio: i see19:50
egonsendaftykins: why so rude?19:50
daftykinsstatement of fact comes with no intention to be rude19:50
reisioegonsen: dunno, why're you being so rude19:50
egonsenreisio: am I?19:50
tgm4883egonsen: that really isn't how this works19:50
reisioegonsen: help me make some rice & beans, this is #ricenbeans, isn't it?19:51
OerHeksswitch to Ubuntu, so you would have working dual gpu, with nvidia-prime19:51
egonsenWtf, I just thought you guys would be so nice trying to help a Linux newbie19:51
egonsenNvm, good bye19:52
MonkeyDustwell, at least it wasnt a Mint question19:52
daftykinsfor once :P19:52
netametaanyone familir with jenkins ?19:53
mantise?? pastebin19:53
daftykinsask the actual question :)19:53
davidmichaelkarrStill having trouble remapping capslock in ubuntu 12.04 vm. I set it to an addl ctrl key, but it's still behaving like capslock.19:53
tgm4883MonkeyDust: I'm not sure if that's better or worse19:54
mantise!! pastebin19:54
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:54
OerHeksnetameta, jerkins, you might want to reask in #ubuntu-server19:54
daftykinsmantise: stop that19:54
netametawell, i have jenkins set up, Not insde a container. now i am trying to run a job, the job should clone a repo from github, and then run a bash script. , i am not sure how to tell jenkis where to clone the repo to.19:55
guntbert!brain | mantise19:56
ubottumantise: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots | Make a clone of me: /msg ubottu botclone19:56
davidmichaelkarrNever mind. It appears I had to reboot the vm.19:58
AndChat|396416How canni get rails server -E production to start on Ubuntu 14 server boot up??19:58
mantisedaftykins: why ? just couldnt remember the pastebin sites19:58
mantiseisnt for bot for everyone to use ? :)19:59
joeman1Pastes to http://paste.ubuntu.com/19:59
EriC^^!msgthebot | mantise19:59
ubottumantise: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots.  Search for factoids with "/msg ubottu !search factoid".19:59
mantisei know joeman1 :) the bot just told me19:59
joeman1heh :)20:00
=== redf1sh is now known as redfish
=== redfish is now known as bluefish
=== bluefish is now known as fishred
daftykinsmantise: 'cause you were spamming :)20:00
mantisei just asked it 1 question :)20:00
jophish_Hi everyone20:02
Norbinhi hi jophish_20:02
joeman1Greetings ;)20:02
daftykinsmantise: let's move on now, ask the channel in future when you don't know how to interrogate the bot20:02
jophish_My elderly grandad is having some problems with his computer and it would be really great to be able to help him remotely. What options are there for me to connect to his computer over the internet to help with things20:03
jophish_He won't be able to open any ports on his router, so ssh might be tricky20:03
mantisejesus..20:04
jophish_It would be best to be able to show him where to click and all that jazz20:04
MonkeyDustjophish_  teamviewer comes to mind, but that's 3rd party and not supported here20:04
joeman1jophish_: I like https://www.teamviewer.com/20:04
jophish_I've seen software like this for windows, where the user just has to send the support a code20:05
joeman1LOL20:05
joeman1I use it for my elderly mom on her Mint system and it works great20:05
jophish_I'll give it a try, thanks all!20:06
joeman1Here is another resource for you if you are interested - https://www.teamviewer.com/en/help/427-How-do-I-install-TeamViewer-on-my-Ubuntu-system20:06
dtazhow do I find out what is current version of avidemux in ubuntu?20:07
AndChat|396416Anyone know how I can get rails server to startup on boot????20:08
joeman1dtaz: I do dpkg -l |grep <package name or some part of it>20:08
peekabooriseup20:09
joeman1dtaz: apt-cache policy <packageName> may also help20:10
dtazjoeman1: ty20:10
joeman1dtaz: you bet :)20:10
joeman1dtaz: for reference - http://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of-a-package-in-the-repositories20:11
OneM_IndustriesSo, I am having an issue with a printer. Every job I send to it comes out in point .1 font. A job that is supposed to take up the whole page comes out as roughly 1X2 inches. Any ideas?20:15
OneM_IndustriesThe other printers work correctly, save to pdf works, I am going through Libreoffice, and I have gone through all the settings on this printer.20:15
OneM_IndustriesAnd yes, I have turned it off and on again.20:15
=== tinyhippo is now known as tinygoats
=== Fuchs is now known as staffpony
daftykinsOneM_Industries: look for a better driver maybe? you haven't even stated make and model20:19
=== user is now known as Guest31575
Guest31575hello everybody20:21
=== Guest31575 is now known as massi
daftykinshi20:21
nug700I have a terminal set to a specific directory with an executable named "setup" in it (with no file extension?). how do I run it? "sudo setup" fails saying command not found20:23
=== pax_ is now known as pax2you
geniinug700: What says the result of command: file setup20:24
nug700All I get is "sudo: setup: command not found"20:24
w30nug700, sudo /path/setup20:24
bekksnug700: Out of curiousity - thats the setup application for what exactly? :)20:25
bpromptnug700:    is it set to +x? that is, with executable permission?20:25
=== demon_spork is now known as demonspork
nug700I got it run. It was set to +x, but was giving permission error when running it via double click, and setup file for maya 201520:26
geniinug700: Before you try to run it, you should find out if it's a file which can be executed with bash, python, perl, or windows by the command I gave earlier: file setup20:27
nug700adding the full path worked20:27
OneM_IndustriesIt is a cannon MG3500, daftykins.20:27
daftykinsOneM_Industries: alright so look that up20:27
dtazwhy doesn't linux store file create time? is there any filesystem that supports it?20:28
pod15_how can i get "rails server -e production" to start on reboot of ubuntu 14 server?  Tried cronttab @reboot and rc.local and not worked20:29
dtazthats one thing that stops me using it as a desktop.. (replacing windows)20:29
bekksdtaz: So you are stuck with Windows then.20:31
OneM_Industriesdaftykins: one odd note. A test page comes out with the correct size.20:31
daftykinsmust be your application then20:31
OneM_IndustriesDang it, libreoffice.20:31
daftykinscheck paper size etc.20:32
daftykinsmaybe try running it in the guest session to rule out your configs20:32
=== tinygoats is now known as tinyhippo
w30dtaz, ls -la show creation time20:33
OneM_IndustriesOk, fixed it by deleting the printer out of print settings and reinstalling it.20:33
bekksw30: It doesnt. Sind linux doesnt record the creation time.20:33
OneM_IndustriesOk, but now a new issue.20:33
pod15_can anyone help "rails server -e production" to start on reboot of ubuntu 14 server?  Tried cronttab @reboot and rc.local and not worked20:33
OneM_IndustriesIt is a colour printer, and any colour prints are coming out really dark.20:34
bekksw30: To be precise: On Linux, it is stored in many filesystems including ext4. There's no kernel API yet to get it though.20:34
w30bekks, what does the date mean?20:34
dtazlinux is nice idea.. wish some of the problems would be fixed..20:35
OneM_Industriesdtaz: It is recorded, just you cannot really get to it via the command line.20:35
OneM_IndustriesIf you use the GUI and right click and select properties though, it shows up.20:36
bekksw30: -l shows the modification time20:36
bekksOneM_Industries: Not really, since there is no kernel API for it.20:36
nug700ugh why must everything always break20:36
luckyusergccvc20:37
dtazin this day on age any hardware should have linux app.. it might come with Windoze / Mac... but no linux app20:38
=== staffpony is now known as Fuchs
mantiseuhm, would the newest release of ubuntu be better than LTS ? i dont really see the point in getting LTS?20:40
dtazty. bekks/onem some info I didn't know20:40
RevertToTypei'm having some trouble with networking on my 15.04 install... through lots of tutorials I finally got connecting to a hidden wpa2 network up but now the connection only stays up for about 30 minutes, then it drops... running dhclient in terminal picks it back up why isn't this happening automatically as it should be?20:41
reisiomantise: there is indeed virtually no point in going with LTS over a more recent version20:41
reisiomantise: well deduced :)20:41
RevertToTypethe lease hasn't expired according to the leases, changing the dhclient.conf doesn't renew the lease more regularly...20:41
Ben64except you know, having 5 years of support and not having to worry about upgrading every 6 months20:42
reisio6 months?20:42
Cipher45^^20:42
mantisereisio: thats what i tought :) so 15.04 would be the choice you suggest20:42
Ben64yes. 6 months20:42
reisiothat's silly, why upgrade at all20:42
mantisehm, isnt it just an upgrade in the software updater ?20:42
reisioit's something you should do more than every 6 months20:42
Ben64so you still have security updates20:43
reisioso upgrading is good?20:43
Cipher45For your home pc the recent version is fine20:43
tgm4883reisio: please don't confuse a distro upgrade with a package upgrade20:43
reisiotgm4883: sure thing20:43
Cipher45LTS is useful for say large deployment in servers or schools etc20:43
reisiohow's that?20:43
Ben64or if you just want to have LTS and not worry about upgrading every 6 months20:43
tgm4883Can we move this to #ubuntu-discuss20:43
Ben64I don't really see the point of non-lts20:43
reisioI don't see the point of LTS20:44
mantisebut as i can read.. the newest version is the dist with all the new stuff ?20:44
reisioit seems like a license to procrastinate20:44
reisiobecause:20:44
tgm4883!OT20:44
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!20:44
Cipher45systemd mainly20:44
reisiomantise: it is newer, yes20:44
mantiseyeah we can.. i just woundered which one to choose? why they even made the 2 choices ?20:44
reisiotgm4883: we're talking to mantise20:44
reisiomantise: I think your reasoning is quite sound20:44
mantisereisio: well i just got back to ubunto, as i stopped playing WoW. so now i can use plain ubuntu on my pc. i installed LTS.. but now i changed my mind. i want the 15.04 insted20:45
mantise:p20:45
reisioWoW actually runs great on Ubuntu20:45
reisioI've even heard better than on Windows20:45
mantisethru wine ?20:45
Ben64It is very simple. if you want the "newest" everything, go with the latest version and upgrade every 6 months. If you want stability, install LTS20:45
reisio(not to damage your productivity, but just FYI)20:45
reisiomantise: yeah20:45
reisioBen64: how's it more stable?20:46
mantisei tryed to configure lol to run thru wine. i couldn't :s so now i gonna do steam only20:46
mantiseBen64: so non lts isnt stabel ?20:46
reisiomantise: you'd want to click a version at left on https://appdb.winehq.org/objectManager.php?sClass=application&iId=1922 and follow instructions20:46
reisiomantise: Ubuntu has no stable/unstable paradigm20:46
Ben64reisio: look at the definition of stable20:46
reisioBen64: where's Ubuntu's definition?20:47
OneM_IndustriesArg. Anyone have an idea why all colour prints are coming out extremely dark on this printer? I have tried the brightness setting with no luck.20:47
reisioI think you're confusing old-and-having-more-bugs-reported-and-possibly-fixed with stable20:47
Ben64reisio: look up the definition20:47
reisioBen64: I'm good20:47
samthewildoneThis annoying thing happens when I reboot my laptop, brightness is set to high, sound set to max and wifi is a hit or miss when it comes to autoconnect; maybe because of hidden ssid.20:47
mantisereisio: well i quitted wow for good now.. canceled my sub :) but id love if i could be able to run lol thru wine20:48
reisioOneM_Industries: test page not good?20:48
OneM_IndustriesEven the test page is really dark.20:48
reisiomantise: what's lol? I don't follow games anymore20:48
reisioOneM_Industries: then it's the hardware20:48
OneM_IndustriesAll colours are coming out almost black.20:48
mantisereisio: oh, League Of Legends :)20:48
OneM_IndustriesOdd thing is, it was working 2 days ago under Windows XP.20:48
reisiomantise: did you say it was in steam?20:48
reisiohas a similar rating for Wine, anyway: https://appdb.winehq.org/objectManager.php?sClass=application&iId=1043620:49
reisioOneM_Industries: is it working now under xp?20:49
mantisereisio: no LoL isnt.. steam was just for CS GO :) you really dont know League Of Legends ? go youtube a gameplay :)20:49
OneM_IndustriesYes. It is a software, not hardware issue.20:49
reisioOneM_Industries: what printer is it?20:50
reisiomantise: I play life now :p20:50
OneM_IndustriesCannon MG350020:50
reisioit costs slightly less, and can be just as satisfying20:50
mantisereisio: your right :D but a good game to play sometimes, is fine for me :) ill install the 15.04 insted of this LTS20:51
mantisereisio: and try working with that lol with wine20:51
mantisereisio: if i can get it to work :)20:51
reisiolol, terrible initialism :p20:52
reisiomore interesting things to do than game, IMO :)20:52
mantisereisio: what else should i be doing with my PC :)20:53
reisiooverthrow a poorly run country20:53
mantise^ :p20:56
mantisereisio: wine doesnt require a windows install at the pc, right ?20:57
reisiomantise: noe20:57
reisionope*20:57
mantisereisio: Ok, thanks :)20:58
reisioit's sort of like an open source alternative implementation of Windows land20:58
mantiseok:)20:58
tgm4883reisio: a translation layer20:59
akik_i can't believe it's not windows20:59
mantiseso when i do a fresh install of 15.04 tomorrow, is it fine to make ubuntu make the partitions itself ? i assume it will make my 1 tb HD all / ?? insted of making /home ect20:59
reisiotgm4883: a translation layer?21:00
tgm4883reisio: yes, wine is a translation layer21:00
reisiomantise: yes, if there's nothing on the disk currently that you want to keep21:00
reisiotgm4883: oh Wine, I already know what Wine is21:00
mantisethere isnt. just thinking a manual setup is better, so i can split the space up as /, /home, /tmp, /var ect21:01
reisiomantise: why do you think that'd be better?21:01
alistairhello i had a sys problem which a boot restore disk fixed but its put a windows loader on a sda 3 when i only need it on sda 2 so now ive got an unwanted entry in the grub menu, how do i get whatever the boot repair disk put on sda3 that relates to grub of sda3 so ive just got my linux and windows option at boot menu and not 2 windows options? thanks :-)21:01
mantiseubuntu will only create a / partition21:01
reisiomantise: why would more than just / be better?21:02
mantisereisio: so ive been reading at askubuntu.. so there is an harddrive for all /home programs ect21:02
mantisereisio: i dont know tho.. just what i tought21:02
akik_mantise: you mean /home partition21:03
mantiseakik_: yes, / and /home21:03
reisiomantise: so they didn't say how it's better21:03
mantiseefiboot and swap21:03
mantisereisio: ehm yes, i can go find the page :D21:03
mantisereisio: says so here i think http://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation21:04
mantisefirst it says i should take "something else" insted of letting ubuntu do it21:04
reisiomantise: I don't see explanations for why it's better :)21:04
mantisereisio: no, it just say it is? :p21:05
mantisei mean, the page is suggesting to do that21:05
mantiseso why should i doubt it?21:05
Ben64mantise: only useful partition would be /home, don't make a /tmp /var /etc21:05
tgm4883mantise: what reisio is trying to get at (although poorly), is that unless you have a specific reason to do so, you likely don't need to21:05
tgm4883although I would agree with Ben64 that having a separate /home directory is nice21:06
mantisetgm4883: i tought it was safer or somehow more stable to have a drive for your /home21:06
reisiomantise: why should you doubt something based on no reasoning to do it?... :p21:06
mantiseyes exactly!! thats why i cant make ubuntu do the partitioning itself.. as it would only make /21:06
=== tinyhippo is now known as gianthippo
reisiotgm4883: what's nice about it21:07
Ben64reisio: you're very argumentative today21:07
tgm4883mantise: well the reasoning behind that would be so your root partition wouldn't fill up in the event you filled your home partition (similiarily why some may want a different partition for /var/log)21:07
reisioBen64: I require reasons to eat a suggestion today, just like every other day :p21:07
mantiseBen64: he is :p21:07
tgm4883reisio: I'm not getting into a merit discussion with you in this channel. Take it to #ubuntu-discuss if you want to have this conversation21:08
netametais it possible that ec2 servers only support logging with 1 user?21:08
reisio"is nice" is not exactly a reason21:08
reisiomerit is not a factor21:08
reisionetameta: dunno, but there's an #aws channel somewhere21:08
mantisetgm4883: yes i see. that still force me to do the manual partitioning, if i want to make / and /home21:08
Ben64mantise: correct21:08
tgm4883mantise: yep21:09
mantisealso i need to make a efiboot manual, otherwise ubuntu wont be able to boot21:09
tgm4883reisio: as I said before. I'm not going to have a discussion with you in this channel21:09
mantisei made one now.. 400 mb ish, but ubuntu wont boot every time i turn on my pc, so something is still wrong21:10
Ben64mantise: you need to use efi?21:10
mantiseyea my pc/bios require it21:10
Ben64are you dual booting with windows8/9/10?21:10
reisiotgm4883: you keep saying that, even when I'm not talking at you :p21:10
mantisewhen i removed the partition efiboot with windows.. i couldnt start anythig up21:11
mantiseBen64: no i removed all windows partitions21:11
reisiomaybe just stop saying it?21:11
Ben64mantise: then you should be able to legacy boot it21:11
Ben64much easier to get working21:11
netametareisio, cannot seem to talk in that channel21:11
mantisereisio: but even ubuntu couldnt start without it, also when i install ubuntu, it give me a warning about i dont have a efiboot21:11
reisionetameta: which, #aws?21:11
reisionetameta: try ##aws21:11
netametareisio, Yes21:11
reisionetameta: freenode has a conspiracy to waste users' time, you see21:12
mantiseBen64: well it didnt work without efiboot. and now when i reinstalled with efiboot, it doesnt work every time21:12
wileeethat's why I use it21:12
reisiomantise: sorry I wasn't following your efi discussion, you probably meant to send that to someone else21:12
akik_was /boot/efi supposed to be a fat partition?21:12
netametareisio, I dont know what you mean, but ##aws seems to work21:12
mantisereisio: anyone that could help21:12
mantiseakik_: yeah i think it is21:13
reisionetameta: I mean they forced that channel to have a redundant #, is all21:13
netametareisio, Ah.21:13
mantiseakik_: its just named as Efiboot21:13
akik_/boot/Efiboot ?21:13
Ben64mantise: yeah but you could set it up to just boot regularly21:13
pooehello all21:15
Gramszuhi21:15
pooecould someone could tel me name of program like wireshark on windows ?21:15
Ben64wireshark21:15
pooei have to find my nas adress21:15
pooethere is ver for linux ?21:16
mantiseakik_: yes21:16
mantiseBen64: u sure ? my bios fucks up when i do so..21:16
Ben64i'm pretty sure it started on linux21:16
mantiseBen64: and ubuntu didnt boot when i removed my efiboot21:16
pooeany tips how to easy-way check adress by direct connect do pc ?21:16
pooewith ubuntu ?21:16
OerHeksnmap could show it too21:16
OerHeksnmap -sP 192.168.1.*21:17
Ben64mantise: watch the language in this channel, and if you installed it using efi and still had the bios set to boot efi, that makes sense21:17
mantiseBen64: but i can try to remove all partitions tomorrow, inclusive efiboot.. and see if my fresh 15.04 will start up21:17
mantiseBen64: yeah sorry. well ive been reading about my motherboard on this laptop.. think its made like that21:17
Ben64mantise: what model21:18
akik_does ubuntu take care of building /boot/Efiboot for you during the install?21:18
OerHekssometimes a EFI upgrade unlocks features.21:18
mantiseits called UEFI21:18
mantiseAsus G750J series21:18
mantisegaming laptop21:19
Ben64mantise: i have to leave now, but you might be able to find something if you google the model + "legacy boot"21:20
mantiseBen64: will try.. thanks for your help21:20
mantisehttps://www.youtube.com/watch?v=HT-N4HCNrN821:22
mantisefound it21:22
fury__hello, how can I check what gpu is ubuntu using (integrated or dedicated)?21:23
reisiofury__: lspci -k | grep -i vga -B 5 -A 521:24
* OerHeks was looking @ sudo ubuntu-drivers devices , but does not show active gpu21:24
atXyc0is this a good place to ask about ubuntu snappy on RPi2?21:25
k1l_atXyc0: better ask in #ubuntu-arm (but most active guys there are asleep now)21:25
OerHeksatXyc0, better ask in #snappy21:25
fury__reisio: thank you21:25
atXyc0thanks k1l_ and OerHeks21:26
haskellberry_pie how do I give the path to usr?21:35
jhutchinshaskellberry_pie: Do you mean /usr?21:47
jcstarkenis there a safeway to remove all source list to make sure you do not keep getting duplicates thank you21:50
k1l_jcstarken: can you give more details? what duplicates?21:50
ubuntu-mateJust installed ubuntu MATE. SO Excited21:51
jcstarkenkil:sent you a message ty21:51
OerHeksjcstarken, use paste.ubuntu.com for the output of:  ls /etc/apt/sources.list.d21:51
tgm4883also, use tab21:52
tgm4883!tab | jcstarken21:52
ubottujcstarken: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.21:52
k1l_jcstarken: yes, just put it all in a pastebin and link it here so others can have a look and help, too21:52
jcstarkenok I believe I did it right thank you21:53
tgm4883jcstarken: you also need to post the link21:56
jcstarkenhttp://paste.ubuntu.com/12430767/21:56
ubuntu-studioggggrtrt21:56
jcstarkenhttp://paste.ubuntu.com/12430749/21:56
ubuntu-studiofgffrtfg21:56
jcstarkentgm4883: thank you21:57
OerHeksjcstarken, see line 5 > W: You may want to run apt-get update to correct these problems21:57
OerHeksnormally the standard sources.list does not contain duplicates. ( unless you editted it)21:57
jcstarkenOerHeks: yes I have done it about 10 times I have also remove a lot of list and it is still doing it21:58
OerHeksjcstarken, oke, then give us:  cat /etc/apt/sources.list21:59
jcstarkenhttp://paste.ubuntu.com/12430820/22:00
k1l_jcstarken: that is a elementary OS. you better ask the elementary guys what sources they want to have and be used22:01
OerHeksi do not understand the last line .. deb http://security.ubuntu.com/ubuntu/ trusty-security restricted universe main multiverse22:02
tgm4883jcstarken: comment out line 3622:03
jcstarkenkil: I did try there and no one answer, and I thought since it is basically ubuntu with different gui I could ask here22:03
OerHeksoh, cdrom freya ..22:03
OerHekselementary has its own issues22:03
tgm4883OerHeks: well, more we don't know what they changed22:04
jcstarkenOk thank you all for your help, I have had good luck with mint but not ubuntu so I was trying elementary22:04
reisioluck? :p22:05
jcstarkenreisio:every time I try to update the video drivers in ubuntu it will not boot22:05
tgm4883jcstarken: don't engage22:05
reisiojcstarken: how far does it get?22:06
nexhello22:07
reisio'lo22:07
nexbye22:08
reisiolater on :p22:11
haskellberry_piehow do i use libopencv_core.so.3.0 instead of libopencv_core.so?22:13
reisiohaskellberry_pie: any particular reason why?22:14
ravilaHi, I want to install a driver for a calcomp digitizer tablet. I found this link: http://manpages.ubuntu.com/manpages/hardy/man4/calcomp.4.html , but I have no idea how to install this file.22:14
=== atXyc0_ is now known as atXyc0
haskellberry_pieit is needed by imgcodecs22:14
puppyhi22:22
Lenhello22:22
puppyi have a laptop lenovo g5070 with amd radeon r5 230m22:23
puppyi installed today ubuntu 14.04.322:23
puppyhow can i installe the driver of the graphic card plz ??22:24
k1lpuppy: see in system settings -> software and updates.> last tab. there are some drivers listed22:26
puppyahhh okay yeah thnx bro22:27
OerHeksravila, that driver was removed, back in 2009 .. https://launchpad.net/ubuntu/jaunty/i386/xserver-xorg-input-calcomp/22:31
* NGC3982 loves the terminal.22:32
NGC3982I have kind of fallen in love with using Windows PC computers and a terminal server.22:32
NGC3982Putty windows might be the most cozy thing ever.22:32
talntidanyone elses /boot drive get full of old kernels?22:34
mcphailtalntid: "sudo apt-get autoremove"22:34
talntidyes i know to do that, just, it fails cause /boot is 100%22:35
talntidso i have to manually remove stuff, then do cleanup22:35
mcphailtalntid: I'd suggest your problem is one of the commonest mentioned on this channel22:35
talntidjust didn't know if there is something that should be happening automatically to automatically discard the old kernels22:36
talntidperhaps there should be a package made that runs and keeps it clean, idunno. :)22:36
talntidi got it sorted out, just didn't know if it was supposed to do that, sounds like it is whate everyone else experiences too22:36
mcphailtalntid: no. Ubuntu doesn't create a separate /boot by default. If you go against the defaults, it should be your responsibility22:37
talntidhmm, these are default installs22:37
talntidserver installs22:37
talntiddidn't create separate things at all22:37
mcphailtalntid: really???22:37
talntidjust followed the wizard22:37
talntidreally.22:37
* mcphail is gobsmacked22:37
talntidpop in the cd, follow the wizard, end up with a server with /boot22:37
mcphailtalntid: what size?22:38
joeman1if you want to remove old kernels: apt-get remove --dry-run --purge $(dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d')22:38
joeman1just remove --dry-run to make it actually do it22:38
talntid/dev/sda1                      236M   79M  146M  35% /boot22:38
OerHeksjoeman1, no need for that anymore with autoremove.22:38
mcphailtalntid: that is pretty awful, tbh22:39
talntidjoeman1, thanks, i do know how to do it, just that shouldn't have to be the case, IMO22:39
k1ltalntid: sounds like a small /boot and like you dont reboot often enough :)22:39
joeman1OerHeks: yeah, but my way is sexier ;)22:39
OerHekstrue22:39
joeman1LOL22:39
talntidk1l, well, these are production servers.... they shouldn't have to reboot all that often :P22:39
mcphailtalntid: I would consider that a bug22:40
talntidyeah, i have 8 servers all installed the same way, with the same issue. lol :-)22:40
talntidon 14.0422:40
k1ltalntid: i have heared that quite often now that it doesnt work for servers that good. on desktops that is not a problem since it changes the kernel on reboot and marks the old kernel as "to be autoremoved"22:40
talntidnot a huge deal, easy fix, just, didn't know if it was common22:40
mcphailtalntid: you should ask on #ubuntu-server why they have that default22:41
talntidahh, gotcha, k1l22:41
mcphailtalntid: what is the default filesystem for / on ubuntu server? Is it ext4?22:42
talntiddid autoremove, rebooted, autoremove again, rebooted, and finally it seems clean22:42
k1lon my desktop i never have more than 2 kernels installed with usual apt update&&apt full-upgrade and a apt-get autoremove afterwards if a kernel is marked as removable22:42
daftykinstalntid + mcphail - there were some server with LVM and/or encryption installs that were defaulting to very small /boot partitions a bit ago, thought it was all done though - essentially the trick is to either not use a separate one, or make it huge22:42
=== rachel is now known as Guest36933
daftykinsalso, if you make one EXT4 - some space will be reserved for root. though it's probably best not to mess with that since then you can get out of the bad situation :D22:42
daftykins5% is quite a lot, though22:43
talntidIt is EXT422:43
talntidand I am on LVM, yes22:43
mcphaildaftykins: agreed. A default of a 300MB /boot is asking for trouble22:43
daftykinstalntid: yeah i don't need to know that, just saying that certain configs made a tiny /boot :)22:43
daftykinsall i can say is clear early and clear often, but always keep the current version before installing a new in case you need to go back22:44
talntidyeah22:44
talntidnice to know it isn't just me, i suppose. :)22:44
mcphailtalntid: honestly, there's someone on here every day with the same problem22:45
amendozahello22:45
daftykinslo22:45
=== hugegree_ is now known as hugegreenbug
amendoza!fact22:46
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 botclone22:46
haskellberry_piei want to run lconfig -v then only print the opencv stuff, is there a cmd for this? use grep somehow?22:55
haskellberry_pieah, i did something stupid i think, how can I undo?22:55
haskellberry_pie:-1: warning: libopencv_core.so.3.0, needed by //usr/local/lib/libopencv_imgcodecs.so, may conflict with libopencv_core.so.2.422:55
haskellberry_pie/sbin/ldconfig.real: relative path `opencv' used to build cache22:55
haskellberry_piehow can i undo the last post?22:56
danielI'm having trouble with my nic card22:58
=== daniel is now known as Guest42239
devolinuxsalve a tutti23:01
ratracedevolinux: ciao, come sta23:06
haskellberry_pie:-1: warning: libopencv_core.so.3.0, needed by //usr/local/lib/libopencv_imgcodecs.so, may conflict with libopencv_core.so.2.423:06
haskellberry_pieI cannot solve this, what do I do?23:07
=== boze is now known as timbozeman
=== The_Yeti is now known as TheNo1Yeti
ptidav42100!ping23:21
ubottupong!23:21
asdfwqer_@search sharepoint23:27
haskellberry_piehow do i use ldconfig to see what version is used?23:31
haskellberry_piehow do I filter output from ldfilter -v?23:32
jcstarkenpipelight yes or no23:38
daftykinspretty sure pipelight was the ancient version before a lot of changes happened23:39
daftykinsdepends what you're trying to achieve23:39
jcstarkendaftykins: thank you23:40
hackputer_hi23:40
=== mc is now known as Guest82721
daftykins!pm23:42
ubottuPlease ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.23:42
jcstarkenevery time I have tried to update the video drivers on 14.04 lts, system will not boot after AMD A4-5300 APU with Radeon(tm) HD Graphics23:44
jcstarkenand the last couple of times I downloaded the 15.9 from amd website ubuntu said it was bad23:47
daftykinshmm, 14.04 with the vivid HWE?23:47
daftykins(which kernel?)23:47
Bashing-omjcstarken: ATI supported card ? ' lspci -vnn | grep -i VGA | pastebinit ' and we can check for support .23:48
jcstarkenuname -r23:48
jcstarken3.19.0-28-generic23:48
jcstarkenhttp://paste.ubuntu.com/12431897/23:50
haskellberry_piethis is my exact problem but i have already tried the solution...23:51
haskellberry_piehttp://answers.opencv.org/question/57999/qt-error-maino-undefined-reference-to-symbol-_zn2cv6string10deallocateev/23:51
=== user is now known as Guest49981
Guest49981Hi23:56

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