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

Align_WaiversI'm getting this from terminal:00:00
Align_Waiversmake[3]: Entering directory `/home/athan/Desktop/Gem-0.93.3/src/Gem'00:00
Align_Waiversmake[3]: Nothing to be done for `install-exec-am'.00:00
Align_Waiverstest -z "/usr/local/include/Gem/Gem" || /bin/mkdir -p "/usr/local/include/Gem/Gem"00:00
Align_Waivers/bin/mkdir: cannot create directory ‘/usr/local/include/Gem’: Permission denied00:00
Align_Waiversmake[3]: *** [install-libGem_la_includeHEADERS] Error 100:00
Align_Waiversmake[3]: Leaving directory `/home/athan/Desktop/Gem-0.93.3/src/Gem'00:00
Align_Waiversmake[2]: *** [install-am] Error 200:00
Align_Waiversmake[2]: Leaving directory `/home/athan/Desktop/Gem-0.93.3/src/Gem'00:00
Align_Waiversmake[1]: *** [install-recursive] Error 100:00
Align_Waiversmake[1]: Leaving directory `/home/athan/Desktop/Gem-0.93.3/src'00:00
Align_Waiversmake: *** [install-recursive] Error 100:00
abhishekbut i have extracted that folder to tmp folder and it already exists00:00
TrinityAlign_Waivers, pastebin.com00:00
abhishekterminal is not getting what i have to do now00:01
Align_WaiversTrinity: okay.. thanks00:02
TrinityAlign_Waivers, in general don't paste code or logs in IRC it produces bloat00:02
Trinityit would be better for other users and people who may help you to read it from a pastebin or something similar00:03
Align_Waiversgot it thanks for calling me out on that00:03
abhishekis there anyone can help me00:04
RoadRunnerWant to make a permanent change to one of my Grub booting options: a change in the kernel line (linux /boot/vmlinuz...) from "root=UUID=xxxx" to "root=/dev/sdax". But /etc/default/grub file, meant for user customization, doesn't make any mention of UUID's and /boot/grub/grub.cfg which specificaly reffers to UUID's, says "not to edit this file".00:06
EriC^^RoadRunner: you want to do that cause you have 2 uuid's?00:07
EriC^^iirc?00:07
RoadRunnercause after running update-grub, got a sepparate menu entry for my clone partition and its info ("e") has its correct UUID in all the lines EXCEPT the kernel line00:08
RoadRunnerthe kernel line of the clone partition still shows the UUID of the original partition00:10
RoadRunnerand since the sole purpose of the clone partition is to check new backup images, with every new image thrown on, the UUID will change - so might as well use a dev label00:11
RoadRunnerchanging the kernel line temporarily, works fine but I don't know how to change it permanently00:12
EriC^^RoadRunner: create custom entry in /etc/grub.d/40_custom00:13
RoadRunnerbut doesn't 40_custom just create a new "title" in the menu?00:15
RoadRunnerEriC^^: if not, I'd appreciate an example script, cause currently my 40_custom is empty, so I don't even have a template to work with00:18
EriC^^yeah it creates another entry00:19
RoadRunnerEriC^^: I thought the easiest thing would be just to edit an existing entry00:19
EriC^^you can't, you can set grub to use /dev/sd instead of uuid but it'll be for all the entries00:19
RoadRunnerso the new entry will not just have the title in the menu, but will have all the info that is present when you hit "e"?00:21
EriC^^RoadRunner: you mean the new entry in 40_custom?00:22
RoadRunnerEriC^^: yes00:22
EriC^^RoadRunner: yeah it'll have it all00:22
skitoxe.00:23
RoadRunnerok, in that case where could I find a sample of such an entry?00:23
EriC^^RoadRunner: the kernel will be fixed though, unless you use /vmlinuz and /initrd.img instead of /boot/vmlinuz-3....00:23
EriC^^RoadRunner: /boot/grub/grub.cfg00:23
user_Bashing-om: are you there?00:24
squintyhttps://help.ubuntu.com/community/Grub2/CustomMenus00:24
=== jemand is now known as Jemand
Bashing-omuser_: Yeah ,, back , If you have steam installed, it is not from our repo .00:25
RoadRunnerEriC^^: re: "the kernel will be fixed" so even if I make the custom entry in 40_custom, it will stop working after a kernel update, correct?00:26
EriC^^it'll still load the old one, unless you delete the old kernel, then it'll break00:27
=== anon is now known as Guest70746
RoadRunnerEriC^^: unfortunately, my script reading skills aren't good enough to read what's in grub.cfg and copy/paste/edit what I need into 40_custom... would you be willing to be of some assistance in this?00:29
EriC^^yeah pastebin grub.cfg00:29
user_Bashing-om: so how can I installed it from your repo?00:33
Trinityalright i managed to get manual fan speed working for my nvidia graphics card00:33
user_Bashing-om: you mean I didnt install it from the orignal repo source?00:33
Trinitybut setting Coolbits to 8 or 12 is not showing the overclocking panel00:33
Trinityany ideas?00:33
Trinitymy nvidia drivers is at 352.66300:34
Trinity352.63*00:34
TrinityI'm running a GTX 660 for my graphics card as well00:34
TrinitySo I should have overclocking support. I restarted lightdm after I changed xorg.conf. Should I be restarting instead?00:34
EriC^^RoadRunner: it's on /dev/sda7?00:38
RoadRunnerthe clone image is on /dev/sda700:39
EriC^^RoadRunner: this is the menu entry http://paste.ubuntu.com/15388426/00:41
EriC^^fstab has 2 entries00:43
EriC^^RoadRunner: which fstab is that?00:44
EriC^^RoadRunner: for the main install?00:44
RoadRunnerEriC^^: yes, the one on /dev/sda500:47
EriC^^RoadRunner: comment out the line with uuid=f40800:47
RoadRunnerEriC^^: why?00:48
EriC^^cause it doesn't make sense00:49
RoadRunnerthat was suggested by one of the mentors here...00:49
EriC^^why?00:50
RoadRunnershouldn't the file system table describe all the partitions present?00:51
EriC^^all the filesystems it might mount00:52
EriC^^it's not going to mount the other install you have at "/"00:52
Bashing-omRoadRunner: ^^ only mounting file systems you want mounted when booting up !00:52
EriC^^you have it set to mount at "/" , with noauto , i've no idea why00:53
RoadRunnerI believe the idea was to be able to mount the part at sda7 later (after boot) if need be for file comparison00:54
=== rbanffy_ is now known as rbanffy
EriC^^that won't work00:55
RoadRunnerplease explain00:55
EriC^^cause you're mounting it at "/" over the install that's booted00:55
EriC^^you could set it to mount at /mnt if you want, (with noauto)00:56
RoadRunnerthat explanation makes sense except that I was able to mount the fs at sda7 (with a mount command) in /mnt and other places without issues and "/" didn't seem to be an obstacle...00:58
EriC^^RoadRunner: you can mount it at /mnt yeah sure00:59
FireBeyond_Where can I find a 16.04 server build?00:59
FireBeyond_(pre-release nightly that is)00:59
tiberiousHello.00:59
EriC^^that entry in fstab with noauto means if you run "mount /" it'll attempt to mount it at /00:59
popeyFireBeyond_: http://cdimage.ubuntu.com/ubuntu-server/daily/current/00:59
nicomachusFireBeyond_: http://cdimage.ubuntu.com/daily-live/current/00:59
popeynicomachus: that's desktop, not server01:00
FireBeyond_ah, thanks popey01:00
popeynp01:00
=== s1n4ck is now known as mra^
=== FireBeyond_ is now known as FireBeyond
RoadRunnerEriC^^: do you feel, this "/" entry in my fstab could be the reason why update-grub updated the boot menu improperly, resulting in a "bug" in the kernel line?01:00
EriC^^RoadRunner: sudo mount <something> <somewhere> is irrelevant of anything in fstab, mount <dir> looks at fstab for an entry01:01
=== Khaotic_ is now known as Khaotic
EriC^^RoadRunner: yeah01:01
EriC^^it might be01:01
EriC^^RoadRunner: could you mount /dev/sda7 and do a cat /mnt/etc/fstab ?01:03
RoadRunnerdon't think I tried that01:05
RoadRunnerEriC^^: so the logical course of action would be to change my fstab, re-run update-grub, check the sda7 entry and failing that create a new entry in 40_custom with the script you provided?01:05
EriC^^RoadRunner: take a look at /mnt/etc/fstab first01:06
EriC^^then yes, and modify the script01:06
RoadRunnerif you want me to mount my sda7 now, what am I looking for?01:07
EriC^^check the uuid's in fstab01:07
RoadRunnerok01:07
EriC^^should be f408...01:08
bobby_how can I close a port on ubuntu?01:08
NoCodeCleaned out my case, removed my video card and now both of my screens are fight over which goes where. O.o01:08
RoadRunnerEriC^^: ah, I understand where you are going now; yes, I did do that, and the two fstab files are different - I made them that way.  Would you like to see my other fstab file?01:09
EriC^^sure, why not01:09
RoadRunnersec01:09
SchrodingersScat!firewall | bobby_01:11
ubottubobby_: 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/IptablesHowTo01:11
=== jack is now known as Guest72269
EriC^^RoadRunner: yeah, there are 2 entries there, and it's probably what's confusing grub01:13
EriC^^comment out the 883... one01:13
EriC^^or set it to /mnt01:15
RoadRunnerboth solutions being equally good or is the "/mnt" one opening more options?01:16
EriC^^well that way you could just type sudo mount /mnt and have it mounted and you can compare files01:16
EriC^^vs sudo mount /dev/sda5 /mnt , not much of a difference really01:17
bobby_thanks a lot01:18
RoadRunnerEriC^^:  many, many thanks and I will hold on to your script just in case :)01:19
EriC^^no problem, ok :)01:19
user1_how can download kubuntu lts 16.x? gui version   there seems no link on site01:21
SchrodingersScat!16.04 | user1_01:21
ubottuuser1_: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. Announcement at http://www.markshuttleworth.com/archives/1479 - Discussion in #ubuntu+101:21
user1_SchrodingersScat,  yes but if I want to download the beta?01:22
SchrodingersScatit's offtopic here.01:22
user1_no one is replying at the siad channel01:22
SchrodingersScatuser1_: http://cdimage.ubuntu.com/kubuntu/daily-live/current/ is this it? idk because I stick to things released.01:25
user1_k01:26
user1_question: for stable releases. Are the ISOs updated or its the same ISO on kubuntu.com that was months ago?01:26
SchrodingersScatthere's point releases for the lts, so 14.04.1 was a thing, 16.04.1 shall be a thing, etc.01:27
DatzHi, after an upgrade both phpmyadmin and munin are giving me forbidden 403 when I try and access them. Any ideas?01:28
Datzseems to be something that changed/broke with apache201:28
BuddRunning Ubuntu 15.10, my /etc/resolv.conf points to 127.0.1.1 (dnsmasq, I assume). How can I discover which upstream DNS servers it's using?01:41
parsecCharis there a ubuntu package that's just a bunch of fonts? I need to download a massive set of fonts to generate samples of what 0-9a-zA-Z look like01:41
TJ-parsecChar: there are many meta packages that pull in lots of related fonts01:46
TJ-parsecChar: try "apt-cache search -n font" to get an idea01:46
parsecCharinstall all of them?01:47
cfhowlettinstall the fonts you want01:48
TJ-parsecChar: no... I was giving you a way to find packages. Look at those that mention being meta- packages01:48
parsecCharapt-cache search -n font | grep -i meta ?01:48
parsecCharcute01:48
TJ-parsecChar: e.g. "apt-cache search -n font | grep meta"01:48
TJ-has anyone installed Ubuntu on a RasPi 3 ?01:52
cfhowlettTJ-, avoid "has anyone ..." questions.  state YOUR details specifically01:53
TJ-cfhowlett: I did. I want to know if anyone has installed it!01:53
cfhowlettTJ-, OK the answer is "yes".  someone, somewhere has installed ubuntu on pi01:54
TJ-cfhowlett: indeed, but how about the "RasPii 3", that was my *specific* question, since it has different hardware requirements than the RasPi 201:55
devsysHi all, I have a 10.04 server install, the init process is constantly ussing 33% of the processor. Where is a good place to start troubleshooting this?01:55
devsys14.04*01:55
cfhowlettdevsys, ask #ubuntu-server01:55
devsysah ok thanks01:56
squintyTJ-,  quick google shows some hits for ubuntu + raspberry pi 3.  http://www.zdnet.com/article/more-hand-on-with-the-raspberry-pi-3-bluetooth-openelec-ubuntu-mate-and-more/02:02
TJ-squinty: thanks for that; quite interesting02:05
TJ-squinty: I've written a program to create an RasPi 3 bootable image, with the latest 4.5 kernel including the updated hardware device-tree, and with u-boot to support network/USB boots. Interesting to see what others are managing.02:08
squintyTJ; hopefully one of these days I will get of my butt and start playing with those units.  ;-)02:10
TJ-squinty: Was wondering how much trouble I'm going to have once I start booting the RasPi3 from the images :) That article has clued me in that I need to ensure the radio drivers and BT/wifi packages are installed and configured.02:13
hadrienHi there, I am getting sick of the constant spying on my Google (Android) phone and I was thinking about replacing it with ubuntu02:14
cfhowlett!touch | hadrien02:14
ubottuhadrien: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch02:14
hadrienDo you know if it's better in terms of privacy ?02:14
hadrienOK thanks, I didn't know about this channel, bye !02:15
xanguahadrien: Richard Stallman would say no mobile spy device is better02:15
zykotick9xangua: actually RMS calls them "personal surveillance devices" ;)02:18
numb3rHi everyone can I have snapshot of fdisk with windows and linux partitions?02:19
blyatangtov karaktiog02:32
=== clorisu2 is now known as clorisu
numb3rcan anyone share "sudo fdisk -l" output for a computer with dual boot, please02:58
jnoob22numb3r, http://dpaste.com/3QZHFXK02:59
jnoob22any idea how to enable application menus for Gnome 3? For instance, my Chromium browser does not show 'File' 'Edit' 'View', etc.03:00
lotuspsychjejnoob22: maybe the #ubuntu-gnome guys might know?03:01
Bashing-omnumb3r: Mine: http://paste.ubuntu.com/15389291/ .03:01
tnucI know it's not English channel, but can someone confirm whether this sentence: "I was wondering if you'd like to get half off your internet bill in exchange for sharing some of your wi-fi with me" sounds natural? The part "in exchange for sharing" seems odd to me... like is it proper English?03:03
lotuspsychjetnuc: find yourself another learning channel mate03:04
lotuspsychje!alis | tnuc03:04
ubottutnuc: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu or /msg alis list http03:04
numb3rBashing-om, thank you for sharing but I don't see dual boot (Windows and Linux)03:04
Bashing-omnumb3r: Nope, you did not specify Windows ./.. No Windows for me .03:05
numb3rjnoob22, Seems like you are running on usb device03:05
numb3rBashing-om, thanks for sharing03:05
ZeranoeIf my drive does not support ATA Secure Erase (my preferred wipe method), is there a way to 0 a drive from a live ubuntu session?03:07
Bashing-omZeranoe: 'dd' can do that .03:08
daxZeranoe: spinning hard disk drive, or solid-state drive?03:10
Zeranoedax: spinning03:10
daxZeranoe: replace /dev/sdX in the following with the actual drive's name: sudo dd if=/dev/zero of=/dev/sdX bs=1G03:11
daxit'll error out with "no space left on device" when done03:11
dax(note to people not reading context: that command will wipe hard disks, do not run it)03:11
Zeranoedax: Nice, thanks03:12
Zeranoedax: Did you randomly pick 1G for bs, or is that a preferred byte size?03:13
Bashing-omdax: :) Great to warn !03:13
numb3rZeranoe, you need to unmount your drive first with 'umount /dev/sdX'03:13
Zeranoeumount /dev/sda1; dd if=/dev/zero of=/dev/sda bs=1G is the plan of action03:15
Bashing-omZeranoe: Hour per Gig .. ' man dd ' has instuctions to get a status .03:17
daxZeranoe: I messed around with different values a while ago and that one was quickest for me. your mileage may vary03:18
daxif you don't put any bs= it takes forever03:18
ZeranoeI'll let it run over night. Thanks for the help03:21
lotuspsychjeZeranoe: afterwards you can test with photorec if your data is really gone :p03:25
Zeranoelotuspsychje: It better be if dd is actually zeroing03:26
numb3rCan anyone else share with me "sudo fdisk -l" with dual boot windows and Linux pliz03:26
ZeranoeThis isn't that old of a HDD either, so I'm surprised it didn't support ATA secure erase03:27
lotuspsychjeZeranoe: yeah im sure it will do its work allright, just photorec hint, to doublecheck things03:27
phil42a man tried to rush the stage at a Donald Trump rally today.   The secret service said he was dangerous and disturbed but they had to protect him anyway.03:37
lotuspsychjephil42: please, not here03:38
wolfspyhello, is using the encryption option on setup ok on an ssd? will it use lots of writes and reads or something? also how much will it impact the speed?03:38
lotuspsychjephil42: you have been told earlier to use #ubuntu-offtopic03:38
lotuspsychjewolfspy: i dont think it will influence on speed03:39
wolfspyuuh03:39
wolfspywhy not?03:39
lotuspsychjewolfspy: once un-encrypted you will be able to use full ssd performance03:39
wolfspyim pretty sure it would on speed atleast03:39
wolfspyuh03:40
wolfspyit can't un encrypt the entire thing at once though03:40
wolfspyim pretty sure thats how it works03:40
lotuspsychjewolfspy: the question is, do you really need encryption?03:40
wolfspythis is on a laptop that i will be using outside of the house a lot03:40
wolfspyso probably03:40
SchrodingersScatthen does it matter if you take a performance hit?03:41
wolfspyas long as it's minor03:41
wolfspybut i don't want to age my ssd faster03:41
wolfspyor whatever you call it03:41
lotuspsychjewolfspy: thats hardware related, how you use it also03:41
lotuspsychjewolfspy: depends on brand, and own usage03:41
wolfspywell i heard that encryption that uses compression writes to the drive a lit03:42
wolfspylot*03:42
wolfspyidk if ubuntu's does that though03:42
lotuspsychjewolfspy: you coul ask this in ##hardware if you like03:42
wolfspywhy would it have to do with hardware?03:42
wolfspyisn't software doing the encrypting03:42
lotuspsychjewolfspy: but ubuntu+ssd is a nice combo03:42
wolfspyi dont think i have a integrated encryption thing on my motehrboard03:43
lotuspsychjewolfspy: if you have the fastest ssd of the world, things will go faster even on encryption= hardware related03:43
wolfspywhat03:44
wolfspyi don't though03:44
wolfspyi mean03:44
wolfspywill the encryption impact the speed significantly?03:44
DatzHi, when I upgraded to the next 14.04 phpmyadmin and munin give me 403s. I'm not sure what changed in apache to break them, but if anyone has any insights on where to look first it would be a big help03:44
lotuspsychjewolfspy: again, depends wich ssd, whole system, ssd tweaks,etc03:45
wolfspyi know that03:45
wolfspyok what about the writes03:45
lotuspsychjeDatz: what you mean the next?03:45
wolfspywill it use more ssd reads and writes?03:45
wolfspyor is it fine?03:45
lotuspsychjewolfspy: i think you better move to ##hardware mate03:46
lotuspsychjewolfspy: ubuntu runs fine on both encryption and regular install03:46
Datzlotuspsychje: did you mean to ding me there?03:48
lotuspsychjeDatz: ding? explain your case a bit mate, what do you mean the next 14.04?03:48
lotuspsychjeDatz: did you add ppa's of any kind?03:49
Datzlotuspsychje: oops, I mean the next LTS, I left that part out03:49
Datzbasically when I upgraded from 10.04 to 14.0403:49
lotuspsychjeDatz: did you just upgrade from 10.04?03:50
Datzwell, it was a few months back03:50
Datz10.04 had already reached eol though03:50
lotuspsychjeDatz: how long did you use 10.04 like that before upgrade?03:50
Datzprobably since it was released03:51
lotuspsychjeDatz: man you should not do that like that mate, so many new exploits out03:51
lotuspsychjeDatz: i would clean install if i was you03:52
Datzyeah, well I was kind of surprised that had reached eol03:52
* trr 03:52
DatzI really should, but I'd rather fix what's broken. I don't like the idea of a fresh install03:52
DatzI don't think the system has been compromised03:53
lotuspsychjeDatz: how can you still trust your system right now, especially when running services like apache or php03:53
Datzso, I'm not trying to do a fresh install03:54
lotuspsychjeDatz: dangerous statement to say, check here: http://www.ubuntu.com/usn/lucid/03:54
lotuspsychjeDatz: its your system...03:54
DatzIT was updated regularly, there was just a month or so where there was a lapse in support03:55
Datzanyway, guess I'm not here to discuss that03:56
DatzI'm not saying it's a bad idea, it'd just be a pita03:57
lotuspsychjeDatz: by the way, if you was on 10.04 you hade to upgrade to 12.04 first right03:58
Datzyeah, I think that's what I had to do03:58
lotuspsychjeDatz: so..and your real issue is?03:59
DatzI'm getting 403s with a few web serives04:00
lotuspsychjeDatz: did you add ppa's of any kind?04:00
Datzsome issues with the upgrade apparently, the first thing that I spoke about04:00
Datznope, not for what's broken at least04:01
bray90820Can someone tell me what's wrong with this syntax04:01
bray90820if grep -qs /dev/server/backup /proc/mounts: then echo "It's mounted." fi04:01
lotuspsychjeDatz: pastebin the output please04:01
Datzlotuspsychje: which output?04:03
lotuspsychjeDatz: you say you getting 403?04:04
lotuspsychje!mount | bray9082004:04
ubottubray90820: mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount04:04
bray90820lotuspsychje: What I am trying to do is check if it's mounted04:05
bray90820Check if /dev/server/backup is mounted04:06
Datzlotuspsychje: this is a line from the apache error log http://pastebin.com/Zsp6gvYi04:07
Unirgyhi, on the last `apt-get upgrade`i'm getting this error: https://gist.github.com/unirgy/5d8cae4734e1a1304731 basically i'm stuck because i can't even remove the package. please help :)04:07
Datzdoesn't say much, but I really don't know where else to look. I just get forbidden when I try and access phpmyadmin and another service .04:07
lotuspsychjeDatz: wich phpmyadmin version are you on?04:08
DatzI should really fresh install everything, it's been way too long. But I'd like to fix things first. I don't have time to configure everything right now04:08
lotuspsychjebray90820: maybe man mountpoint can help you?04:10
lotuspsychjeUnirgy: did you add ppa's of any kind?04:11
Unirgyfor squid3?04:11
lotuspsychjeUnirgy: any ppa, or manual package install04:11
Unirgyis it in /etc/apt/sources.list?04:11
lotuspsychje!sources | Unirgy04:11
ubottuUnirgy: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.04:11
Andyhi04:11
numb3rUnirgy, try with sudo04:12
Andycan i get itunes for linux, if not, any other alternative that i can use to synch music to my iphone?04:12
Datzlotuspsychje: it's 4:4.0.10-104:12
Datzlotuspsychje: I'm also having the same exact issue with munin, I think it's an apache config problem.04:12
lotuspsychjeDatz: ok looks like the right one04:12
numb3rUnirgy, sudo apt-get upgrade04:12
Unirgylotuspsychje: no ppas on this server04:12
lotuspsychjeDatz: maybe the #httpd guys can sort this?04:13
Unirgynumb3r: this is in root user04:13
Datzlotuspsychje: they probably hate it when ubuntu guys come in there and ask questions :)04:13
Datzubuntu changes everything up.. well I suppose most distros do04:13
lotuspsychjeDatz: untrue, they get tons of web questions04:14
Datzlotuspsychje: ok, thanks, well maybe I'll give them a try04:14
numb3rUnirgy, try this: apt-get --fix-missing install04:15
Unirgynumb3r: nope, asks to run `apt-get -f install`04:16
Unirgyoh this time: "squid3 : Depends: squid3-common (= 3.1.19-1ubuntu3.12.04.4) but 3.1.19-1ubuntu3.12.04.6 is installed"04:17
Unirgylooks like squid3-common didn't get upgraded04:17
lotuspsychje!info squid3-common precise04:17
ubottusquid3-common (source: squid3): Full featured Web Proxy cache (HTTP proxy) - common files. In component main, is optional. Version 3.1.19-1ubuntu3.12.04.6 (precise), package size 118 kB, installed size 337 kB04:17
lotuspsychjeyeah should be .6 also04:18
Unirgylooks like packaging error04:18
Unirgyis it possible to force remove both squid3-common and squid3?04:18
lotuspsychjepurge04:18
Unirgylotuspsychje: doesn't work04:19
lotuspsychjeUnirgy: is your system up to date?04:20
Unirgylast `aptitude upgrade` was a week ago successfully. right now 34 packages waiting to be updated04:20
lotuspsychjeok04:21
Unirgywaiting for this error to be resolved04:21
lotuspsychjeUnirgy: and you cant recall installing squid3 a manual way or so?04:21
Unirgynope04:21
Unirgydon't even need it04:21
lotuspsychjeUnirgy: what you get as error when sudo apt-get purge squid3 ?04:23
Unirgyin comment here: https://gist.github.com/unirgy/5d8cae4734e1a130473104:23
lotuspsychjeUnirgy: how about: sudo dpkg -P squid304:25
Unirgyadded comment04:25
lotuspsychjedependecy issues are surely due to ppa04:26
lotuspsychjeUnirgy: how about: sudo apt-get --force-yes remove squid304:27
DonkeyHotei_help! i need to kill the lock screen process but nothing obvious shows in ps04:27
numb3rUnirgy, sudo dpkg --configure -a04:27
numb3rto see which packet is blocking04:27
Unirgylotuspsychje: same thing, added to comments04:27
Unirgynumb3r: empty result04:28
=== rreyv2 is now known as rreyv
lotuspsychjeUnirgy: show us your sources.list please?04:29
Unirgyhttps://gist.github.com/unirgy/c689be70c6ad3bcd366e04:31
DonkeyHotei_anyone?04:31
Unirgythere are ppa lines but they are commented out for a long long time04:31
Unirgyi don't even remember touching them04:31
newhamhi04:31
newhamany one here?04:32
lotuspsychjeUnirgy: you need to cleanout all those first mate04:32
DonkeyHotei_over 1600 people are here04:32
lotuspsychje!patience | DonkeyHotei_04:32
ubottuDonkeyHotei_: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/04:32
Unirgylotuspsychje: how do i clean them? the lines are already commented out04:32
lotuspsychjenewham: can we help you?04:32
lotuspsychjeUnirgy: ppapurge or manually remove them04:32
newhamoh ,god,so many gays04:33
lotuspsychje!ppapurge | Unirgy04:33
ubottuUnirgy: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html04:33
newhamnice to meet you!04:33
lotuspsychjenewham: wrong channel04:33
UnirgyLOL `apt-get install ppa-purge` offered to remove squid and squid3 as solution to conflict, and it worked04:34
numb3rUnirgy, did you had another squid before this one? May be you didnot stop it before install04:34
lotuspsychje!yay | Unirgy04:34
ubottuUnirgy: Glad you made it! :-)04:34
ouroumovDonkeyHotei_, what version of Ubuntu are you running?04:35
Unirgythank you all :)04:35
Unirgyso weird04:35
DonkeyHotei_ouroumov: trusty04:35
ouroumovDonkeyHotei_, Standard Ubuntu?04:35
DonkeyHotei_close enough to standard for the purposes of this issue04:36
ouroumovI had problems with xscreensaver back a while ago04:36
skitoxeDonkeyHotei_: sudo pkill -u <username>04:36
ouroumovdo you have such a process running?04:36
DonkeyHotei_there is no xscreensaver in ps04:36
ouroumovDonkeyHotei_, that command from skitoxe will kill all your processes04:37
skitoxeim guessing browser hanged after html5 fullscreen ?04:37
ouroumovNot sure that's what you want04:37
DonkeyHotei_of course not04:37
skitoxeouroumov: easiest way of killing all x related. just start it again04:37
ouroumovskitoxe, that's a violent way to logout though04:38
DonkeyHotei_skitoxe: no, object got placed on keyboard for a few hours04:38
skitoxeDonkeyHotei_: has it frozen? or are you trying to bypass it ?04:38
newhamI just have one question:Does Ubuntu 16 use unity 8?04:39
DonkeyHotei_password field got so full that events are still queued04:39
lotuspsychjenewham: #ubuntu+1 for xenial04:40
davidoit will use 7 or 8, your decision04:40
davidoi think 7 will be default, but can be switched easily to 8.04:41
newhamoh thanks,I think 8 is more modern than 704:42
davidothe numbers... they do tend to go up as time goes by.04:43
skitoxeDonkeyHotei_: reboot?04:43
DonkeyHotei_i was REALLY hoping not to reboot04:44
davidoyeah, fun to see uptime grow. :)04:45
skitoxeDonkeyHotei_: then do what i said from the begining and just start x again04:46
DonkeyHotei_that's almost the same thing04:46
skitoxeDonkeyHotei_: no its far from it04:48
skitoxecheck ps aux04:49
skitoxeroot runs the majority of your processes04:49
skitoxeits the same as logging out to tty and back in04:49
DonkeyHotei_in terms of having what i had up on the screen still up, it is04:49
Fiihi, should I care about this log? https://paste.ubuntu.com/15389978/04:53
FiiUFW seems to be blocking everything (there's a couple hundred more entries from the same ip), but I don't have enough experience to know if I should be worried or not04:54
skitoxeFii: someone is trying to get in your ssh server04:56
Fiiskitoxe: by checking every single port?04:56
ouroumovNo04:56
skitoxeno the same port04:57
ouroumovOnly port 22 repeatedly04:57
skitoxe2204:57
ouroumovKind of dumb04:57
davidohopefully you're set up for keys not passwords04:58
FiiI moved my ssh port from 22 the other day (I know it doesn't really do anything, I just felt like it), so now fail2ban doesn't do anything on port 22 I guess. Should I just ignore him?04:58
davidoblock that ip at your router.04:59
Fiiit's on a remote server04:59
skitoxeFii: are you running keys and not passwords on your ssh server?04:59
FiiYeah, 204804:59
Fiiroot disabled, password auth off04:59
davidofine then. only issue is the traffic he's generating, and filling your logs05:00
FiiCan I do something with UFW to block him 'even more' ?05:00
skitoxeWhat i do is i run a VPN to my server and keep all other ports shut so ssh is only available inside lan. that's pretty neat05:00
davidoi'd probably still drop him at the router just to move him a little further away from home05:00
FiiIt's a remote dedi, I don't have access to the router05:01
davidooh, ok.05:01
davidowho provides your dedi?05:01
FiiOVH05:01
ouroumovIf it's not a kimsufi maybe you can contact them and tell them about it05:02
davidocool05:02
ouroumovI've no experience with support levels for their regular services05:02
FiiIt's a kimsufi lol. Mostly a hobby box, didn't wanna pay out the ass for it.05:02
Fiiby the time they'd respond to the ticket I'm sure the guy will have given up05:03
ouroumovyeah05:03
Fiioh well, I guess I'll just let him waste bandwidth. Thanks05:03
davidotheir tos department may still be interested.05:04
davidoyou never know.05:04
=== ToneKnee_ is now known as ToneKnee
KeigaTrying to compile R from source and get this error: "m -f liblzma.a /bin/bash: m: command not found", wondering if anyone knows what "m" is so I can install it05:13
* trr 05:14
gorrothhi there!05:16
gorrothi was wondering, after installing the nvidia drivers, is there a way to make it so the boot splash and the terminal windows display in the higher resolutions that the open source drivers give?05:16
gorrothbecause outside of X, the resolution is really low05:17
gorrothoh, n/m05:17
gorrothi just found it by googling.  something about grub and vbeinfo05:17
DonkeyHotei_gorroth: don't do it. the nvidia binary drivers don't like it when another driver for the same hardware is running at the same time05:24
gorrothDonkeyHotei_: not sure what that has to do with what i said05:25
DonkeyHotei_gorroth: decent resolution in a console on nvidia requires a framebuffer driver05:27
gorrothmade it work05:29
gorrothall good now05:29
bguy123im on the computer getin brain from two white chicks05:38
lotuspsychjebguy123: please not here, this is an ubuntu support channel05:40
DonkeyHotei_ouroumov, skitoxe: epilogue. googling showed the solution is normally "unity --replace" but that yielded the following05:42
DonkeyHotei_XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"05:42
DonkeyHotei_      after 175 requests (175 known processed) with 53 events remaining.05:42
DonkeyHotei_oh well05:43
ouroumov:x05:44
jhc76has anyone successfully deploy a home email server behind timewarner cable?05:47
lotuspsychjejhc76: best to ask specific question mate, wich email server on wich ubuntu version?05:50
jhc76@lotuspsychje: I got courier and postfix. gmail doesn't like my emails05:51
jhc76on 14.0405:51
jhc76ubuntu05:51
lotuspsychje!postfix | jhc76 can this help?05:52
ubottujhc76 can this help?: postfix is the default !MTA and !MDA on Ubuntu. For help, read https://help.ubuntu.com/community/Postfix and https://help.ubuntu.com/community/PostfixBasicSetupHowto - See also !MailServer05:52
jhc76lotuspsychje: thank you. unfortunately, that's the tut I used...05:53
jhc76good thing is I'm receiving it tho. :D05:53
jhc76but can't send out anything05:53
jhc76"I only receive but can't give" -myemailserver05:54
lotuspsychjejhc76: well you can ask this specific issue05:54
lotuspsychjejhc76: your on desktop or server05:54
jhc76server05:55
lotuspsychjejhc76: maybe the #ubuntu-server guys might also point you to the right direction05:55
jhc76ok. I'll try my luck there. thanks lotuspsychje!05:56
lotuspsychjejhc76: there is also a #postfix channel if you like05:56
jhc76kk thx!!!05:56
eliasfhi, how do i change the settings for what my computer does when i plug in my phone?05:59
lotuspsychjeeliasf: what do you want it to do?06:00
lotuspsychjebaizon: morning06:00
eliasfi was careless and checked off the "open in photowell" option06:00
eliasfso now it does that06:01
eliasfevery god damn time06:01
lotuspsychjeeliasf: your on unity?06:01
eliasfi dont know06:01
lotuspsychjeeliasf: lsb_release -a please06:01
eliasfNo LSB modules are available.06:02
eliasfDistributor ID:Ubuntu06:02
eliasfDescription:Ubuntu 14.04.4 LTS06:02
eliasfRelease:14.0406:02
eliasfCodename:trusty06:02
lotuspsychjeeliasf: ok check the details icon, you should be able to choose wich applications06:03
lotuspsychjeeliasf: then choose shotwell for pictures06:04
eliasfdetails icon?06:04
eliasfsettings?06:04
lotuspsychjeeliasf: its a gear icon06:05
eliasfyes06:05
eliasfi cant find any applications, just settings for the computer in general06:06
lotuspsychjeeliasf: think your in the wrong icon, your in general settings gear icon?06:06
eliasfsystem settings06:06
eliasfa gear with a wrench infront of it06:06
lotuspsychjeeliasf: its another one, clear gear icon06:06
eliasfnow i have to find that haha06:07
lotuspsychjeeliasf: without the wrench, sorry im on another language06:07
eliasfdo you mean the one in the top right corner?06:07
lotuspsychjeeliasf: ah yes the about this computer lets you in there aswell06:08
eliasfAH06:09
lotuspsychjeeliasf: then the 3rd removable media choose shotwell for pictures06:09
eliasfTHANKS06:09
eliasfman06:09
eliasfthanks a lot06:09
lotuspsychje!yay | eliasf06:09
ubottueliasf: Glad you made it! :-)06:09
Mr_CyclopsHello, is this the right place for a question regarding Ubuntu MATE 15.10 ?06:09
eliasf started from the bottom06:10
eliasfnow were here06:10
Mr_CyclopsI wanted to know if there is a way for Google Drive Integration on Ubuntu Mate 15.10 ?06:10
newhamuse the google chrome06:13
=== klaas_ is now known as klaas
Mr_Cyclopsnewham, was that solution for me?06:13
newhamand install the app from its website06:13
lotuspsychje!info grive | Mr_Cyclops or this06:14
ubottuMr_Cyclops or this: grive (source: grive): Google Drive client for GNU/Linux. In component universe, is extra. Version 0.2.0-1.1build3 (wily), package size 160 kB, installed size 577 kB06:14
Mr_Cyclopsubottu, Thanks much! I will give it a try ....06:14
ubottuMr_Cyclops: I am only a bot, please don't think I'm intelligent :)06:14
Mr_Cyclopsheh .. nice06:15
jhc76 I can't post comments on #postfix. it says I have to register??? http://freenode.net/faq.shtml#registering that page is almost blank with no info06:17
lotuspsychje!register | jhc7606:17
ubottujhc76: 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 #freenode06:17
jhc76oh cool. thanks m8!06:18
jhc76weird. it says I'm already registered but wouldn't let me chat in that channel. I reentered that channel and now I can talk.  but it works06:20
jhc76thanks sir06:21
swenzelanyone remember me having strange soundproblems a few weeks ago? its back... sound stopped working over night again -.-06:31
lotuspsychjeswenzel: ubuntu version? did it happen after update?06:32
swenzelI don't remember doing an update yesterday06:32
swenzelI did one this morning, hoping it would fix it though06:32
lotuspsychjeswenzel: lsb_release -a please?06:33
swenzellotuspsychje, http://pastebin.com/na6zApCN06:34
lotuspsychje!sound | swenzel ok doublecheck this please06:35
ubottuswenzel ok doublecheck this please: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.06:35
WLBIMoin06:44
lotuspsychje!de | WLBI06:45
ubottuWLBI: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!06:45
=== phil is now known as Guest54516
swenzellotuspsychje, doesn't help... I guess I'll try to find the "fix" that worked for me last time... It involved changing some startup script file which then loads a module (with a wrong parameter?) which makes my computer unable to boot, then I'll start ubuntu from a startup disk (where sound works fine btw) and change the file back to what it was and magically sound comes back... at least last time it did06:45
WLBIubottu: sorry, I better whould say good morning ;-)06:46
ubottuWLBI: I am only a bot, please don't think I'm intelligent :)06:46
lotuspsychjeswenzel: did you try sound on an LTS version?06:46
swenzelthought 15.10 is LTS?06:47
swenzelbut iirc my soundcard isn't listed as supported... so I guess I'll have to live with that06:47
WLBIswenzel: 15.10 is STS :-)06:48
lotuspsychje!lts | swenzel06:48
ubottuswenzel: 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)06:48
lotuspsychjeswenzel: you can file a bug against also if you like06:48
swenzellotuspsychje, problem ist that it's not exactly reproducable06:49
lotuspsychjeswenzel: maybe something usefull in your logs?06:49
swenzellotuspsychje, dunno what to look for06:50
lotuspsychjeswenzel: you can pastebin your syslog if you like, ill have a look06:51
swenzellotuspsychje, too large for pastebin :D https://www.dropbox.com/s/sn5q8i9g8mnc6ve/syslog.txt?dl=006:55
lotuspsychjeswenzel: this looks relevant: Mar 15 07:25:02 user-desktop-ubuntu pulseaudio[2139]: [alsa-sink-USB Audio] alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_usb_audio'. Please report this issue to the ALSA developers.06:56
swenzellotuspsychje, my usb sound works perfectly06:57
lotuspsychjeswenzel: ah its your internal sound then?06:57
swenzelyes06:57
lotuspsychjeswenzel: so you using 2 soundcards on 1 pc togheter?06:58
swenzellotuspsychje, my headset has an integrated usb soundcard, I use the mainboard soundcard for my regular speakers06:59
lotuspsychjeswenzel: ok06:59
lotuspsychjeswenzel: not related, but did you firmware upgrade your evo 840 ssd?07:01
swenzellotuspsychje, nope... should I ? :D07:02
lotuspsychjeswenzel: yes, the evo 840 has a performance bug there's a fix on samsung website, recommended to apply then reinstall ubuntu07:02
swenzelreinstall oO07:03
lotuspsychjeswenzel: ssd firmware upgrade can damage data07:03
swenzellotuspsychje, there is also a windows boot on it07:03
lotuspsychjeswenzel: without the firmware, your ssd will not work optimal07:04
swenzellotuspsychje, will it break sooner?07:04
lotuspsychjeswenzel: break no, but your read/write perfomance isnt at best right now07:05
lotuspsychjeswenzel: check samsungs site for more details with your specific modelnumber07:05
swenzellotuspsychje, for the moment I can live with that... thanks for the hint, I'll consider reinstalling my OSes later!07:06
lotuspsychjeswenzel: [pulseaudio] alsa-mixer.c: Volume element Speaker has 8 channels. That's too much! I can't handle that!07:06
lotuspsychjeswenzel: still browsing your logs :p07:07
swenzellotuspsychje, guess that'll be the HDMI output of my graphics card07:07
swenzellotuspsychje, thank you for having a look :)07:08
lotuspsychjeswenzel: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out07:08
swenzellotuspsychje, saw that too... hmm I'll ask google about it :D07:09
lotuspsychjeswenzel: this is what i would do, make a new bug against 15.10 pulseaudio add your logs and explain whats happening07:09
lotuspsychjeswenzel: then firmware upgrade your ssd and reinstall ubuntu fresh, again 15.10 or an LTS, your choice07:09
lotuspsychjeswenzel: you might also wanna try if you have this bug, without your usb sound07:11
lotuspsychjeswenzel: you know howto bug?07:12
swenzellotuspsychje, I think I do... but this issue is hard to grasp so except for the logs and "my sound is working well and out of a sudden it stops" I don't know what to say... that's hardly enough for a dev to fix it :/07:14
lotuspsychjeswenzel: its ok to describe basicly what happens, even if you dont know the technical part07:16
lotuspsychjeswenzel: they might also ask you some steps to try07:16
lotuspsychjeswenzel: you can add syslog, dmesg, maybe a list of lsusb aswell so they can see there are more sound devices07:17
maumhello07:20
lotuspsychjemaum: welcome, what can we do for you?07:20
maumlotuspsychje: I see the error : Destination Host Unreachable from ping command07:20
lotuspsychjemaum: your connected to internet on ubuntu?07:22
maumyes07:22
maumping www.yahoo.com works well07:22
lotuspsychjemaum: so your target host is unreachable :p07:23
maumyes07:23
lotuspsychjemaum: maybe the ##networking guys can explain this better07:23
maumI see.07:23
swenzellotuspsychje, thanks for your time, I'll go for my ugly fix now and try to file a bug later07:28
PSUser2hi07:29
lotuspsychjeswenzel: ok good luck mate07:29
PSUser2i've followed this tutorial, up to step 4: http://funwithlinux.net/2014/04/ubuntu-14-04-web-server-tutorial/ but php doesn't want to work. when i load the page, it remains blank07:29
PSUser2any ideas?07:29
PSUser2apache sees index.php but does not execute php code, so i see a blank page07:30
lotuspsychjePSUser2: your on ubuntu server? up to date to latest?07:30
PSUser2ubuntu desktop07:31
lotuspsychjePSUser2: wich version please07:31
swenzellooking at ubott u's response when you mention it I wonder if it will go into infinite recursion when you make it mention itself...07:32
lotuspsychjeswenzel: what you mean mate07:32
PSUser2wait a bit07:33
PSUser2i'm a noob in finding out07:33
PSUser2the version07:33
lotuspsychjePSUser2: lsb_release -a07:33
lotuspsychjePSUser2: dont paste the whole output ok :p07:33
PSUser2ok07:33
PSUser214.0407:33
lotuspsychjePSUser2: 14.04.4 ?07:33
PSUser2Ubuntu 14.04.4 LTS07:33
lotuspsychjeok07:33
swenzelhello ubottu07:33
lotuspsychje!msgthebot | swenzel07:34
swenzelubottu, hello07:34
ubottuswenzel: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots.  Search for factoids with "/msg ubottu !search factoid".07:34
lotuspsychje!lamp | PSUser2 maybe this can help?07:34
ubottuPSUser2 maybe this can help?: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.07:34
PSUser2what to do with lamp?07:34
PSUser2i think that php code is disabled in apache config07:35
lotuspsychjePSUser2: well thats the official guide07:35
swenzelhmpf I thought it would just keep saying, sorry I'm just a bot07:35
lotuspsychjeswenzel: only when you adress him directly, but no need for doing that here07:36
swenzellotuspsychje, I don't want to test that anywhere... I'm afraid to break it although I think the developers should have thought about it07:38
lotuspsychjeswenzel: the reaction is normal behaviour to warn the user its not a real human07:39
swenzellotuspsychje, what if the user that mentions ubottu is ubottu itself? I mean by using | ubottu07:39
PSUser2i'm wasting so much time, all this troubleshooting eats up my life07:40
lotuspsychjeswenzel: the bot gets controlled by the ubuntu ops, and highlighting the bot will forward messages to their channel07:41
PSUser2half of my life is troubleshooting07:41
lotuspsychjeswenzel: but lets focus on real support now mate07:41
PSUser2why so many versions, why so many params, etc.... all i needed was a simple working server....07:41
cfhowlett!server | PSUser2,07:41
ubottuPSUser2,: 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-server07:41
lotuspsychjePSUser2: there is #httpd also if you like07:41
tomaz__hi07:44
PSUser2lotuspsychje, i cannot write to httpd07:45
PSUser2it doesn't allow me07:45
PSUser2why?07:45
lotuspsychje!register | PSUser207:45
ubottuPSUser2: 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 #freenode07:45
lotuspsychjePSUser2: as cfhowlett suggested you could also try #ubuntu-server and ask if its recommended to use apache on desktop?07:46
tomaz__can someone help me with ssh key... I have my server on Azure. At one point i decided to upgrade to next pricing plan and it looks that server regenerated its keys? I got this WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!,... The fingerprint for the ECDSA key sent by the remote host is <and then some fingerprint> and that i should remove one of the lines in known_hosts07:47
PSUser2lotuspsychje it's a simple personal project07:47
PSUser2i don't need the best of the best07:47
tomaz__can this happen when rebooted? for what ever reason that is not MITM attack?07:47
lotuspsychjePSUser2: ok but just to make sure you got all right packages and stuff07:47
PSUser2i wrote there already, and nobody answers07:48
tomaz__i read on net, that there were cases like this in the past on Azure...07:48
lotuspsychjetomaz__: maybe the #openssh guys can give you a hand?07:48
tomaz__u... great idea, thanks.07:48
tomaz__:)07:48
=== nobod449 is now known as dubzi
maartenpiI've got an issue, I'm not sure yet how to solve. So there is a server and a client. The server can not reach the client, because it's behind a firewall. The other way around it's possible. I want the server to listen to incoming websocket requests, which will be forwarded to the client. How would I do this? I've been messing around with ssh-tunnel and netcat. Any ideas?07:59
maartenpi*On the client that request needs to be again locally forwarded to a listening websocket service07:59
maartenpiI set up a ssh tunnel from the client to the server. Then I set up a netcat to forward the incoming request to the local server, but that port is already in use, so it won't work08:00
snowzillahello08:03
maartenpihi08:03
livcdI have noticed that some strings in the terminal have too dark color08:08
livcdhow can i determine what to change to make them more readable ?08:08
sdfglivecd: you can change them in your ~/.bashrc settings.08:14
sdfgcheck out http://linux-sxs.org/housekeeping/lscolors.html08:15
KartagisI've just upgraded and I didn't realise whether bash was upgraded, but now I see strings appended to path name, e.g. tolga@tolga ~/SOAPpy (develop=). any ideas?08:16
Kartagisdevelop is in green, if it matters08:16
luren_hhh08:16
cmvosfutnisHello. How are the ubuntu iso images created when doing a release? Is it there an official link with the full process or a build script of the sort?08:17
sdfgKartagis: what was it showing before?08:19
Kartagissdfg: minus the string (just the path)08:19
llutzKartagis: echo $PS108:20
baizoncmvosfutnis: https://help.ubuntu.com/community/LiveCDCustomizationFromScratch08:20
Kartagisllutz: strangely enough, $PS1 varies by directory08:20
=== root is now known as Guest17355
PSUser2for authentication when i start the pchat client, do i need to specify the password somewhere?08:21
cmvosfutnisbaizon, maybe that page requires a bit of updating? Afair it doesn't work for recent versions of Ubuntu08:25
z999my wifi settings are not working. it is like it is not recognizing i have wifi08:26
cmvosfutnisgotta go, see you again.08:29
flokado you know what kind of wifi card you have?08:30
hateballz999: Is this a new install? What version of Ubuntu? What wifi chipset?08:30
z999new install08:30
z999the latest08:30
z999well i installed it last week08:30
z999wifi is xfinity/comcast08:30
z999it was working until yesterday08:31
z999enable wifi is greyed out08:31
oraclehi08:32
oracleis anyone here?08:32
oraclei have some problems!08:33
Kartagisllutz: \u@\h \w (\[\e[32m\]develop\[\e[0m\]=) \$08:34
Kartagisllutz: in another directory, develop becomes master08:35
=== daniel is now known as Guest91293
z999hello08:35
z999nevermind i figured it out08:35
z999thanks anyways08:35
=== dariusc93 is now known as darius93
yacc_Kartagis, there are a number of ways to change the prompts on the fly: PROMPT_COMMAND, trap DEBUG comes to mind.08:44
Ra_Dhi08:48
Kartagisyacc_: I can't imagine what did that08:49
flokahow to add a directory to my path so I dont need to go into that directory every time I want to execute a file in it08:49
yacc_Kartagis, what's the value of the PROMPT_COMMAND variable? And what's the output of trap without arguments?08:50
yacc_Kartagis, #bash might be a better place to understand what's happening on your box.08:50
Ben64floka: put it in ~/bin/08:50
flokaI dont have bin directory in my home directory, what are you suggesting?08:51
Ben64make it, put things you want to run in there08:51
Kartagisyacc_: PROMPT_COMMAND: __git_ps1 "\u@\h \w" "$(__drush_ps1 "[%s]") \\\$ "08:51
Kartagisprobably it's the drush I installed yesterday08:51
KartagisI didn't know it did that08:51
flokaany other way?08:53
Ben64floka: yep, you could add it to your $PATH, but what are you trying to run?08:55
flokathis is not your bussines what I run,man08:55
flokaxD08:55
Ben64ok, then good luck08:56
flokayou policeman?08:56
flokaor jiosityust too annoying of cur08:56
flokacuriosity08:56
Ben64the more information we have, the better answer we can give you08:56
flokawhat are you running Ben6408:57
flokagotta tell08:57
Ben64not relevant at all08:57
flokait is08:57
flokaif you dont tell you will get into big trouble08:58
mcphailfloka: It would be appreciated if you could stick to the support questions and avoid the hostility towards volunteers08:58
flokaI am censor,here boy08:58
flokahe is a hostile08:58
Ben64sure, trying to help is hostile now08:58
flokaWhy does he need even to known what I want to run08:58
flokathis is total inrelevent and RUDE~08:58
Ben64https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwj2ssfXqcLLAhUE22MKHVI_C9QQFggcMAA&url=https%3A%2F%2Fworkaround.org%2Fgetting-help-on-irc%2F&usg=AFQjCNG75WlyHarLqVznb6XLvnir5ieLag&sig2=o1ldP00QSIYrYMGCHqp3EA&bvm=bv.116954456,d.cGc08:58
Ben64bah. https://workaround.org/getting-help-on-irc/08:59
Ben64read that, come back when you have a better attitude08:59
jatin30could not create '/usr/local/lib/scons-2.4.1'09:06
jatin30can anybody help09:07
jatin30hello there09:08
jatin30I can not create '/usr/local/lib/scons-2.4.1' can anybody please help09:09
hateballjatin30: What are you trying to do?09:09
yacc_Kartagis, Now "type __git_ps1" will tell you where the command comes from.09:14
yacc_Kartagis, but the value means that the command __git_ps 1 is run before every prompt display.09:15
daedricHi folks, I've upgraded to 16.04 to have a better support of my hardware (Dell xps 15" 2016), I've noticed some warning in the dmesg: http://pastebin.com/hRNGFKnN . Whats the procedure to follow to report such problems ? (I've also some problems with i3 but it is probably a bug in i3 itself)09:17
minimecdaedric: There is some documentation about reporting bugs here. https://help.ubuntu.com/community/ReportingBugs09:19
minimecdaedric: Also... Your question is related to a future ubuntu release. Try #ubuntu+1. Maybe your problem is already known...09:20
daedricthanks for the +1 joining now09:20
=== Ahti_ is now known as Ahti
juan_Hello09:26
r_riosHello, all. I have a Logitech mk240 keyboard/mouse combo. I looked for instructions on how to make them work on Ubuntu, but the best thing (Solaar) is not detecting the pair.09:26
juan_Please, help in spanish09:27
Ben64!es | juan_09:27
noawahi09:27
ubottujuan_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.09:27
juan_thank you09:27
r_riosDoes someone have the same combo? Is there anything else I can do?09:27
minimecjuan_: And wher is the problem? These kind of devices should run out of the box...09:28
minimecr_rios: And wher is the problem? These kind of devices should run out of the box...09:28
minimecjuan_: Sorry... wrong nick...09:28
noawaHi09:29
noawaWhat's up guys09:29
Ben64r_rios: i think solaar is for unifying receivers09:29
r_riosBen64: Yes. This combo has one of those09:29
r_riosminimec: The keyboard is not working, only the mouse09:30
Ben64r_rios: according to google it doesn't but ok. try pairing it on a windows computer then09:30
minimecr_rios: Yeah. There is a forum thread on ubuntuforums.org from 2011, describing that problem. I am reading through it.... http://ubuntuforums.org/showthread.php?t=177611509:31
r_riosBen64: https://secure.logitech.com/en-my/product/wireless-combo-mk24009:32
r_riosThere's one keyboard, one mouse and one receiver09:32
Ben64mentions nothing about unifying receiver09:32
r_riosIt has one USB receiver for two devices, so it should be unifying, shouldn't it?09:33
Ben64no09:35
r_riosAlso, from lsusb: Bus 003 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver09:35
r_riosIt is an unifying rerceiver09:35
Ben64ok well you still need to pair the keyboard09:36
hansaihello09:37
r_riosYeah, but solaar isn't pairing my keyboard for some reason09:37
r_riosIt doesn't find it09:37
r_riossolaar-cli: error: Logitech receiver not found09:38
mcphailr_rios: from bitter experience, there is no manufacturer support for modern logitech mouse/keyboard combos in Linux, poor kernel support and obsolete userland support. The hardware is undocumented (and flaky on all operating systems). In the end, I had to throw my mouse/keyboard away and but something else. Hope you have better luck09:40
cfhowlettnot sure I agree with all that mcphail09:40
cfhowlettmy logitech combo for Dell keyboard and mouse works just fine via the external BT usb09:40
r_rioshttps://pwr.github.io/Solaar/devices.html09:41
mcphailr_rios: when it works, it is fine. But there is no way to drill down and debug when it doesn't. I recompiled kernel modules with logging and never got any hint why my keyboard would come and go09:41
Ben64i have a unifying logitech mouse and it works perfectly with solaar09:41
mcphailr_rios: I have an older logitech combo which works perfectly. that's why I bought another. Nothing but a headache09:41
minimecr_rios: Are you sure that the keyboard batteries are ok? MAybe switch the Mouse/Keyboard batteries once, to check that...09:42
r_rios"At this moment, all Unifying Receiver are supported (devices with USB ID 046d:c52b or 046d:c532) [...] If your device is not listed here at all, it is very unlikely Solaar would be able to support it."09:42
r_riosMine is 046d:c534 :(09:42
mcphailyes - the userland tools are obsolete09:43
r_riosmcphail: This is a brand new keyboard/mouse pair. It seems I'm screwed, then09:44
r_riosminimec: Dead sure, these are new batteries09:44
Ben64or pair it on windows09:44
mcphailr_rios: try it on Windows. There are harware problems with the keyboards. If it doesn't work, you will, at least, get a refund09:44
r_riosI'll try it, then09:44
ssarahhei09:54
ssarahshould i trust ubuntu repositories in foreign countries?09:54
ssarahlike china for example09:54
cfhowlettssarah, I did.09:54
ssarahcfhowlett, ty for your input, but i really want to know if there's some global checkum mechanism that checks if repository code has been tampered with or something similar09:55
mcphailssarah: if the repo packages are signed by the default keys, they can be trusted as authentic Ubuntu packages. Beware, though, that it is trivial for any untrusted package to add repo keys itself09:55
ssarahi see...09:55
ssarahwell, i havent really added any weird packages manually, so  iguess its cool09:56
ssarahthank you mcphail09:56
mcphailssarah: np09:56
cfhowlettabove being said, global or local, assume that the brits, nsa or china can muck with the repos if they wish and probably go undetected.  of course, since way too many windows xp machines are still in use in China, not sure what the point would be.09:57
trudkoHi everyone I've noticed that when I connect on Ubuntu 14.04 to VPN using openconnect my internet connection rapidly slows down(I have intel 7265) does anybody have anyidea what could be the problem?09:59
cfhowletttrudko, vpn from where to where?09:59
DevAntoinehi09:59
trudkocfhowlett:  Slovakia to Austrai09:59
trudkoAustria09:59
jikai_Are there anyone?09:59
cfhowlettjikai_, ask your ubuntu question10:00
cfhowletttrudko, vpn is almost always slower than non-vpn connection10:00
DevAntoineI'm using xubuntu and I've got an issue with the time. I'm synchronized with ntp but my time is not set to winter time. I live in Paris, it's 11h01 but the time being displayed is 12h0110:00
DevAntoinewtf?10:00
jikai_I firstly use IRC, I just want to known does anyone can feedback me10:00
cfhowlett!wtf | DevAntoine10:00
DevAntoineI've got no option to set the dst10:00
cfhowlettjikai_, chitchat in #ubuntu-offtopic10:01
trudkocfhowlett: yeah but it affects my normal connection too maybe my understanding is wrong. If I connect to internet using wifi and then connect to vpn is all of my internet going through VPN?10:01
ank43mtudko: because when you vpn to another host you are using that hosts bandwith for your internet connection10:01
cfhowletttrudko, yes10:01
trudkoou hmm is there some workaround?10:01
cfhowletttrudko, don't VPN?10:02
cfhowletttrudko, or live with the slow down.  price to be paid for using VPN10:02
ank43muse your standart gateway for your internet connection10:02
trudkocan't do that. But I only need some requests to use VPN10:02
cfhowletttrudko, there you go then.  VPN only as needed.10:03
trudkoso can I setup that lets say only requests to domain www.foo.foo should use vpn?10:03
ank43myou can route your traffic10:04
ank43mnot dns based but network based10:04
trudkook can you point me to some link, not sure what to look for I am using openconnect and gnome manager so is that the place to change the settings?10:05
ank43mtrudko: have a look at default gateway and routing table10:12
juan_hello10:13
juan_help in spanish10:13
rory!spanish10:14
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.10:14
cfhowlett!es | juan_10:14
ubottujuan_: please see above10:14
trudkoI mean my speed goes from 10MBIT to 0.5mbit +-10:14
trudkois there something ubuntu related I might look into? maybe check my dirver version?10:15
vasskkhelloooooooo10:17
vasskkI need help10:18
cfhowlett!help | vasskk10:18
ubottuvasskk: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience10:18
vasskkHow can I run Connectify on Ubuntu 15?10:18
vasskkI tryed to do Wifi Hotspot through settings but my phone couldn't find hotspot.10:19
b100shi2all10:19
b100show can i autostart app in ubuntu on desktop N ?10:19
b100si want to autostart few apps when i log in but on different desktops10:19
ren0v0hi, how do i go about forcing change of environ variable set in /etc/environment ? without logging out, from command line10:19
llutzren0v0: ". /etc/environment"10:20
ank43mif your speed returns to normal when vpn is disconnected then there is nothing ubuntu related10:20
ren0v0llutz, that doesn't do anything10:21
llutzren0v0: check your env10:21
ren0v0llutz, how do you mean ?10:21
llutzren0v0: echo $VAR_TO_BE_CHANGED10:21
ren0v0llutz, if i echo to /etc/environ, run that command you gave, and printenv it doesn't show10:22
r_riosSo, I just came from Windows 10 and it seems it's a problem with the device10:25
mcphailr_rios: yep. I'd never buy from them again10:26
r_riosSame problem: the mouse is detected, the keyboard is not. God damn it10:26
r_riosmcphail: I sure as hell will not10:26
r_riosWhat frustrates me is that, even if I get a refund, I already paid the import taxes10:27
r_riosAnyway, thanks for your help, folks10:28
=== ubuntu is now known as Guest80317
riccardosalerno%C8[%O$1%C8]%O$t$2%O10:30
=== riccardosalerno is now known as xsil
xsilSargun:10:30
=== mohammad is now known as Guest94642
Guest94642when i use software updator my system dont do any thing after applying changes10:32
=== yash is now known as Guest15679
xsilregister10:33
xsil       /msg NickServ help register10:33
Guest94642what should i do?10:34
Ben64Guest94642: can you explain what you mean?10:34
Guest94642Ben64, i see installing updates and in under that applying changes and i see a terminal in under that is freexed on Ge:1 changelog for linux-image-generic10:36
Guest94642^freezed10:36
roscoI'm a redhat guy installing ubuntu. I want to install 14.04 with lvm, is there a way do do it with the desktop iso or should I use the server iso ?10:36
Ben64Guest94642: i'm still not following what you're trying to say. can you pastebin the error or message, along with what command you're running10:37
Ben64rosco: if you want desktop, use desktop10:37
ank43mrosco, 14.04 permits installing with lvm10:37
Guest94642what should i do?10:37
ank43mrosco, it asks for it when installing10:37
gvorosco check out https://help.ubuntu.com/community/UbuntuDesktopLVM10:38
Ben64Guest94642: paste the error here and provide the url it gives. http://paste.ubuntu.com10:38
gvorosco never mind, that's kind of old.10:39
=== ank43m is now known as deepnote
Guest94642Ben64, http://picpaste.com/sssss-ixcLleIU.png10:40
Guest94642Ben64, did you get it?10:40
Guest94642what is problem?10:40
gvorosco there is a "Guided - use the entire disk and setup LVM" option during install.10:40
deepnoteREGISTER 06pwd. deepnote@inbox.lv10:40
rorygj10:40
Ben64Guest94642: not seeing a problem10:41
Guest94642recently i just installed sublimetxt on my ubuntu just that10:41
Guest94642Ben64, are you there?10:41
Guest94642Ben64, what should i do now?10:41
Guest94642Ben64, i just see applying changes ....10:41
llutzGuest94642: press"q"10:41
Guest94642Ben64, i did it is in process10:43
Guest94642llutz, i did it is in process10:43
al3xpreyexit10:46
al3xprey-_-10:46
andremahfouzHello10:52
andremahfouzI have an issue if anyone is willing to help10:53
andremahfouzI was trying to install ubuntu gnome 14.04.3 LTS onto my windows desktop and I think I accidentally rendered the bootimage of windows obsolete10:53
andremahfouzAfter I pressed the LTV option on installation by mistake10:54
andremahfouzI think my files are still there I don't really care about windows I was just wondering if a fresh install of windows would fix this10:54
andremahfouzI was lazy and didn't back up10:55
andremahfouzOr partition prior to installation10:55
andremahfouzBecause I knew I could partition from the installer but I misclicked10:56
soulissonHi, it's my understanding that in Linux, a process has the same rights as its owner, is that correct?10:57
Diviwhy is so complicated to install a graphic card???? i always having the same fight with ubuntu...10:57
=== Guest84891 is now known as CyberJacob
deepnoteandremahfouz, if you dont care about windows, why don't you go on with ubuntu, did you lose your files?10:58
borisetoDivi, I can see your question is rhetorical ,but I wonder, what is your configuration?10:58
andremahfouzbecause I haven't salvaged the files10:59
andremahfouzIs there anyway of installing ubuntu while keeping media files?10:59
deepnoteonly is you installed on a diffrent partition10:59
minimecandremahfouz: I do not understand, what you want to know. Di you successfully install ubuntu? Did you apply some changes to the partition table? What does LTV mean? DO you mean LVM?10:59
deepnoteare you trying to recover your media files?11:00
andremahfouzI'm trying to partition but the dpi is horrible from ubuntu I can't see the whole partitioning tab11:00
andremahfouzYep11:00
andremahfouz@deepnote11:00
andremahfouzLVM* minimec11:01
deepnoteok , just boot your pc from cd and run testdisk11:01
deepnoteor run photorec, it should be in "ultimate boot cd"11:02
ABC-XYZDivi, why is installing a graphics card difficult? Usually it works out of the box, or if you have nvidia cards, you'll usually just have to click 2 buttons to get proprietary drivers?11:02
deepnoteselect your disk and write to a flash drive11:02
andremahfouzI have ubuntu on a USB flash drive11:02
andremahfouzBut I'm currently in uni so I can't tackle this problem at the moment11:03
Diviboriseto, i have an intel procesor Intel® Core™ i7-2600 CPU @ 3.40GHz × 8 with Intel® Sandybridge Desktop11:03
ABC-XYZDivi: i would argue you wouldn't be able to find many general purpose OS'es where "installing a graphics card" is easier11:03
Diviyes it works out of the box, but i want to install some server of a game11:03
Diviand that dosnt work because open gl1.411:03
deepnoteif you r a windows guy, you can run file scavenger , i see it always works11:03
ABC-XYZDivi: what graphics card do you have, in that case?11:03
andremahfouzdeepnote: I'll try that when I get back home11:04
andremahfouzdeepnote: Thanks man11:04
Diviits integrated on the cpu Intel® Sandybridge Desktop11:04
deepnotenothing, hope you recover yourefiles11:04
andremahfouzHave a good day fellas11:05
andremahfouzThanks for the help11:05
borisetoDivi, arent the open source drivers actually great for that one?11:05
ABC-XYZDivi: perhaps you mean opengl shader language 1.4? Your graphics chip might just not support that?11:07
ABC-XYZDivi: what is the actual model of your graphics card? You could look at system settings - details11:07
deepnotei used to use xfce for years, did not have such problem. Unity files application is not fast enough to catch up with keyboard.11:10
SagelessFox2:O11:11
deepnotewhen i quick search for files or folders by just typing leading chars, the content is selected11:11
deepnotebut not fast enough that it missing some characters and cannot select11:12
deepnoteanyone having the same11:12
trudkoHi guys if I use openconnect and gnome vpn manager for VPN how to I route only part of traffic to specific domains through VPN?11:13
deepnotethis was not the case in xfce, how fast you type doesnt matter it always points the right content11:14
deepnotetrudko, paste "route" command output before and after vpn connection11:16
sgo12hi, I got a question regarding dnsmasq. I have asked in #dnsmasq, but no replies. I use `server 8.8.8.8` in my dns server's /etc/dnsmasq.conf. In one client, run dig @myserver example.com, it will resolve to ipA. but in the server, run dig @8.8.8.8 example.com, it will resolve to ipB. How can I let the client use ipB of example.com? thanks a lot.11:17
trudkodeepnote: I see two lines were added11:17
trudkoso I will add those lines under the Routes in gnome network manager?11:18
deepnoteafter vpn, is your default gateway changed?11:18
trudkodeepnote: instead of IP there is *11:19
trudkoand flags go from U  to UG and iFace wlan0 to ppp011:20
deepnote* means route the networks traffic to default gw11:21
deepnotebut there must be an IP of the network default under destination11:21
deepnotecant you just paste it here11:22
Jakey3can anyone confirm if this bug has been resolved https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1396361?comments=all https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/139316911:23
ubottuError: Could not gather data from Launchpad for bug #1396361 (https://launchpad.net/bugs/1396361). The error has been logged11:23
ubottuError: Could not gather data from Launchpad for bug #1393169 (https://launchpad.net/bugs/1393169). The error has been logged11:23
trudkodeepnote: http://pastie.org/1076053011:23
Jakey3I am still getting this bug11:23
cfhowlett Jakey3, both bugs clearly state "Incomplete".11:24
k1lJakey3: are you on ubuntu 14.10?11:24
Guest60141ciao11:25
Guest60141!list11:25
ubottuGuest60141: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».11:25
Divii run everithing i want in win whit it. in system details says Intel® Sandybridge Desktop11:26
deepnotetrudko, it seems that vpn connection is not adding another gw to your routing table which i think your internet connection is not going through vpn.11:28
deepnotecheck you ip before and after vpn, using whatismyipaddress.com11:28
borisetoDivi, do you have specific problems with your opensource drivers or just wanted to know how to install the Intel drivers?11:28
trudkodeepnote: it is different11:29
=== cigumo_ is now known as cigumo
deepnoterevert your default gw after you make vpn connection11:30
deepnoteroute add default gw 10.31.3.1 wlan011:31
deepnoteand check with route command11:31
deepnotecheck your ip address again11:32
Jakey3k1l, Linux a1 3.16.0-62-generic #83~14.04.1-Ubuntu SMP Fri Feb 26 22:52:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux11:33
willthernão estou conseguindo achar no lubuntu onde adicionar third-Party Software11:33
Jakey3cfhowlett, how can i check the progress of this bug as it affects me regualry11:34
cfhowlettJakey3, subscribe to the bug11:34
cfhowlett!it | willther11:34
ubottuwillther: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)11:34
* cfhowlett guesses that is Italian ?11:34
Jakey3what extra info do i get from subscribing to  simply viewing the bug11:34
willthercant find where add third-party software in lubuntu11:35
cfhowlettJakey3, you get updates as the bug process proceeds11:35
cfhowlettwillther, system > updater > settings > software sources11:35
trudkodeepnote: i did it and I got DSN error bad config if I am connected through VPN11:35
willtherthanks very much cfhowleft11:36
cfhowlettwillther, sorry, look under "Other software" for partners11:36
willtheri got it11:36
willtherthanks11:36
cfhowletthappy2help! willther11:37
willtheri'm trying lubuntu, but i allways use ubuntu11:37
deepnotedid you have internet connection after you changed default gw11:39
bashrcquestion: in 16.04 will old kernel versions get cleared out automatically?11:39
trudkodeepnote: no if I am connected trhough VPN11:39
trudkoI had to disconnect11:39
trudkohow should I revert the route add because it seems to screw my internet connectionw hen using vpn11:40
trudkodeepnote: ^^11:43
cfhowlettbashrc, if not: sudo apt-get autoremove11:46
cfhowlettbashrc, but ask #ubuntu+111:46
deepnotetrudko, "route add " command is not persistant11:47
PrettyBoy2000hei i had laptop axioo neon MNC and i installed ubuntu but why my screen stuck at 800x60011:47
deepnotejust restart networking11:47
trudkodeepnote: ok just reconnect to vpn?11:47
deepnoteyes11:47
trudkook11:48
deepnotebut you are still connecting to internet thru vpn which is not good11:48
deepnotemaybe you should ask your vpn admim11:49
trudkoyou were ofc correct it works, but why the route add didnt work out? Should I try it again?11:49
deepnote"route add" should revert back your default gw and you should be able to connect to internet as if you didn't make a vpn connection11:51
deepnotebut now im out of ideas11:52
trudkodeepnote: yeah once I reconnected vpn worked normaly(still slow but normally)11:52
trudkodeepnote: still thank you for your time I appreciate it11:53
trudkoMaybe some one else could help , or maybe I should try different channel11:53
deepnotetrudko, some vpn admins won't allow vpn and internet at the same time11:54
deepnotethey force the internet thru vpn, maybe you are hitting that kind of a config11:55
deepnotebecause the admin don't want the pc connected to different nets while vpn connected11:56
trudkodeepnote: ok and what exactly sudo route add default gw 10.31.3.1 wlan0 does?11:57
deepnoteit sets the default gateway of your wireless interface to the ip11:58
deepnotewhich means any data which is not in your route will be forwarded to default gw11:59
SourceyHello. I'm having problems adding new users. They seem to automaticly get access to all folders on the system. Even when using this setting up : adduser --home /var/www/FOLDER/ USER12:04
=== yash is now known as Guest45651
llutzSourcey: setting $HOME won't limit access to other folders12:05
SourceyOk, how to fix this? I seem to recall doing this earlier and it worked fine12:06
llutzSourcey: you might want to look at "chroot users"12:06
Sourceyok thanks, i'll check it out12:08
lotuspsychjeMonkeyDust12:15
MonkeyDustlotuspsychje12:15
justinabrahmsAnyone have a clue how I can change the file upload dialog that pops up with chrome? I'd love to find one that will show me an image preview.12:15
adrian_1908justinabrahms: I doubt that's possible, that should be hard-coded into the browser.12:17
justinabrahmsadrian_1908: really? I feel like on osx, there's a file preview mechanism? Unless they hard-coded that one to just be better, which seems unlikely.12:17
MonkeyDustand chrome is not opensource, iirc12:18
justinabrahmsso, I get the exact same issue if I try to upload a file in my linux slack client (which is, I think, a webkit browser w/ electron), so it's certainly some aspect of a system-wide thing.12:19
adrian_1908justinabrahms: Hmm, not sure. I don't use Chrome. But afaik the developers cooks their own soup instead of using common frameworks like GTK or Qt.12:19
justinabrahmsadrian_1908: so.. do you use firefox or similar?12:19
MonkeyDustjustinabrahms  or chromium12:20
=== rocktop_ is now known as rocktop
BluesKajHiyas all12:20
justinabrahmsThe same dialog appears in firefox.12:20
justinabrahmsIt's a system-wide thing.12:20
MonkeyDustBluesKaj12:20
adrian_1908justinabrahms: ok, I might be mistaken then.12:20
BluesKajHi MonkeyDust12:21
adrian_1908justinabrahms: do you have a website where I can test it on, I can't think of one right now.12:21
justinabrahmsadrian_1908: http://www.megafileupload.com/ click select file, then click the big grey box.12:22
hateballUploading a file using Chromium brings up a Qt filepicker at any rate, which has a preview function12:22
justinabrahmsI want the resulting popup to include an image preview.12:22
hateballPerhaps the GTK filepicker does not12:22
hateball(I'm using KDE hence Qt)12:22
justinabrahmshrm. Looks like it does for already for certain image types... *shrug* going to call this "fixed" for me.12:22
justinabrahmsbleh12:22
MonkeyDust!info qml-module-qtquick-dialogs | justinabrahms this?12:22
ubottujustinabrahms this?: qml-module-qtquick-dialogs (source: qtquickcontrols-opensource-src): Qt 5 Dialogs QML module. In component main, is optional. Version 5.4.2-1ubuntu2 (wily), package size 91 kB, installed size 368 kB12:22
justinabrahmsThanks anyway. :)12:22
PrettyBoy2000help me!, my ubuntu resolution stuck at 800x600 i installed in Axioo Neon MNC12:22
adrian_1908justinabrahms: I get an image preview, but I'm on Xubuntu, so that doesn't apply.12:23
lotuspsychjePrettyBoy2000: ubuntu version?12:23
PrettyBoy200014.02 LTS12:23
MonkeyDustPrettyBoy2000  in a terminal, type   xrandr   and paste it here http://paste.ubuntu.com/12:23
justinabrahms:+1: all fine. thx. :D12:23
adrian_1908cool :)12:23
lotuspsychjePrettyBoy2000: update to latest12:23
PrettyBoy2000did it work?12:23
aashwhen i try to login to the machine,When i enter password of the machine it not giving any response...?12:26
MonkeyDustaash  what's the output of  cat /etc/issue12:27
MonkeyDustaash  ctrl-alt f1 to find out12:27
aashits a server machine...not able to login..its not showing any result when i enter password..12:30
=== Shadow is now known as Guest15306
=== dave4925_ is now known as Illumitardi
=== real is now known as Guest37592
k370great here i am12:58
k370anyone can hel-me instal adb on ubuntu12:58
popey!info android-tools-adb | k37012:58
ubottuk370: android-tools-adb (source: android-tools): Android Debug Bridge CLI tool. In component universe, is extra. Version 4.2.2+git20130218-3ubuntu42 (wily), package size 66 kB, installed size 204 kB (Only available for linux-any)12:58
popey^ install that12:58
=== administrator is now known as Guest6936
MonkeyDustk370  type   sudo apt install android-tools-adb13:04
scottderIs anyone else having issues with updates? "W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/source/Sources  Hash Sum mismatch"13:08
lotuspsychjescottder: added ppa's of any kind mate?13:09
=== dummy is now known as Guest89732
scottderNo13:09
=== Guest89732 is now known as craptalk
Piciscottder: I didn't have any issues here, I just upgraded 3 trusty boxes.13:10
ioriascottder, usually it goes away ... do you have a 'ban symbol' in the upper bar ?13:11
scottderugh...ok and now it seems fine13:11
MonkeyDustscottder  +113:12
ioriascottder, +213:12
scottderThanks all :)13:12
Piciioria: whats a ban symbol?13:12
ioriaPici ban symbol transit  ... ^_^13:12
ioriaPici  something like this https://it.wikipedia.org/wiki/Segnaletica_stradale_in_Italia#/media/File:Italian_traffic_signs_-_senso_proibito_%28early%29.svg13:13
Piciioria: ah13:14
ioriaPici  happened to me a couples of time ... just rebooted and it goes away13:14
Piciioria: weird13:14
ioriaPici  yeah13:15
deefanyone here who knows about using ubuntu commercially?13:18
deefis it legal?13:18
lotuspsychjedeef: you mean payed support?13:18
ioriaPici  http://askubuntu.com/questions/197595/what-does-this-red-icon-on-my-panel-mean13:18
phil42what's in 3.13.0-83.89 ?13:19
MonkeyDustdeef  if you can make someone pay for ubuntu, without breaking the law, i admire you13:19
popeydeef: define "using ubuntu commercially"?13:20
k1lphil42: can you give more info to your question?13:20
phil42new kernel for trusty13:20
deefat first, i would like to give live support by phone or even on site for a very acceptable fee yes13:20
popeydeef: you can provide support for ubuntu users at cost, for sure.13:20
popeydeef: plenty of people already do that13:21
phil42not .89   .12713:21
k1lphil42: http://changelogs.ubuntu.com/changelogs/pool/main/l/linux-meta/linux-meta_3.13.0.83.89/changelog13:21
deefat second i'd like to host webshops and webservices on a apache and/or tomcat javaserver on ubuntu13:21
deefjsp or  php13:21
popeydeef: plenty of people do that too13:22
popeydeef: you might want to look at the canonical IP policy, but (i am not a lawyer) what you're saying is all fine and legal.13:22
deefok thx a lot !!13:23
popeynp13:23
lotuspsychjedeef: there is also a contact page to ask questions to canonical13:23
phil42k1l,  all that has is the abi change13:23
k1lphil42: http://changelogs.ubuntu.com/changelogs/pool/main/l/linux/linux_3.13.0-83.127/changelog13:24
phil42rebooting13:26
=== james is now known as Guest40273
=== Cam is now known as Guest36014
pragomer_1I expanded the rights of my normal user a little bit. via sudo visudo. how can I activate these changes with doing a reboot??13:38
pseudonymousHi - if I wanted to learn how to roll packages and run a private apt repo, would anyone know of any excellent starter resources ? Preferably not just the debian pkg maintainers guide. I'm asking because I end up manually installing too much because of outdated packages (I manually installed mono, fsharp, JDK, node, go and likely more)13:38
baizonpseudonymous: https://askubuntu.com/questions/71510/how-do-i-create-a-ppa13:39
djmentoshi13:40
pseudonymousbaizon: due to licensing I don't think a PPA is wise (JDK, chrome, that sort of thing)13:40
baizonpseudonymous: make it private then13:40
pseudonymousI guess I'm actually content splitting it up - 1) how do I get going on making packages. I'll look into / solve hosting an apt repo myself once the first part works13:41
mike123_hi13:45
ioriapseudonymous, you mean https://help.ubuntu.com/community/Repositories/Personal ?13:45
pseudonymousioria: that's interesting, thanks! - Between that and pbuilder, things are beginning to look manageable13:47
ioriapseudonymous, you're welcome13:47
djmentosdoes someone know what are the necessary  IPv6 fields in NetworkManager? i can't save my config - Apply button is disabled.13:48
ppfi'm trying to install and load nvidia drivers for my gtx 470. however, upon modprobe, i get "The NVIDIA GPU installed in this system is not supported"13:53
ppfboth with the 352 version from apt and with the latest official release13:53
ppfany idea how to debug what's tripping the driver here?13:54
ppfor are nvidia driver questions frowned upon too much? :)13:54
lotuspsychjeppf: whats your ubuntu version mate?13:55
ppf15.1013:55
hateballisnt 340 the latest to support 4xx series?13:56
hateballhmmmm13:56
ppfhere's the full dmesg output: http://paste.ubuntu.com/15391716/13:56
lotuspsychjeppf: can you tell us wich drivers are listed in your additional drivers list?13:56
ppfaccording to nvidia.com both 352 and 361 support the gtx 470.13:57
baizonnvidia <313:57
ppflotuspsychje: i'm running headless, any way i can list those from the terminal?13:57
cfhowlettdpkg -l | grep  nvidia13:58
SagelessFox2Is there anyway to run virtmanager on a none-linux system ?13:58
lotuspsychjeppf: ubuntu-drivers13:58
w0jtaswhen i try to install 15.10 it doesn't detect my hard drive, what i can do to fix it ? 15.04 installs just fine13:58
ppflotuspsychje: nvidia-{340,352,304}{,-updates}14:00
ppfoh and amd64-microcode14:00
lotuspsychjeppf: perhaps try the 352-updates and reboot?14:00
lotuspsychje!recovery | ppf if things get bad14:01
ubottuppf if things get bad: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode14:01
ppfwhat's the difference between the vanilla and -updates package?14:01
=== Guest59 is now known as HummusTahini
lotuspsychjeppf: http://askubuntu.com/questions/700206/ubuntu-15-10-nvidia-driver-or-updates14:03
krobzaurAnyone having struggles with the latest kernel update on 14.04? When I upgraded this morning my system encountered this super weird segmentation fault on reboots after I upgraded14:04
lotuspsychjekrobzaur: rebooted fine here after updates14:05
krobzaurI used apt-get to purge the new kernel (3.19.0-56), and rolled back to -51 but I'm curious about whether or not anyone else encountered problems14:05
lotuspsychjekrobzaur: there are new kernel exploits out, so be carefull ok14:05
ppflotuspsychje: i'll give it a try14:05
lotuspsychje!usn | krobzaur14:05
ubottukrobzaur: Please see http://www.ubuntu.com/usn for information about recent Ubuntu security updates.14:05
krobzaurlotuspsychje: Yeah, it could be my particular hardware. I didn't read the error messages in too much detail I just rolled back the kernel cuz this happens a lot14:05
ppfhowever, as the latest drivers don't help, i'm not confident14:06
lotuspsychjeppf: best driver, is the driver working best for your card/system14:06
willtherHi14:06
hateballppf: if all else fails, you can try a driver from https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa14:06
=== Trystam is now known as Tristam
lotuspsychjeppf: test out a few versions until you get it straight14:06
krobzaurDam, this is mildly alarming. I'll have to get this upgrade working ASAP14:07
lotuspsychjekrobzaur: where does it hang exactly?14:08
ppfwow, i stand corrected, the driver actually loads14:09
sgo11Please help. I just use ctrl+alt+l to lock my screen. the screen is locked. but the screen is frozen. the password field is missing. how can I unlock the screen??/14:09
sgo11emergency.....14:09
lotuspsychjeppf: wich one14:09
ppf352-updates14:09
ppf"works" as in the module loads14:09
lotuspsychjeppf: great, test a youtube or game :p14:09
ppfrunning headless ;)14:10
lotuspsychjeahh :p14:10
krobzaurlotuspsychje: I didn't nail down the exact point in the reboot process, and my system completely hangs when it ocurrs so I don't know if I'll be able to track down where it occurs.14:10
ppfnew problem: cuda doesn't depend on the -updates package but on the vanilla package ...14:10
lotuspsychjekrobzaur: maybe an F1 to text and see at wich point it freeze exactly? write error?14:10
krobzaurlotuspsychje: Yeah thats the problem the system doesn't respond to keyboard input after the error occurs so I can't switch virtual terminals14:12
lotuspsychjekrobzaur: can you make system boot in "quiet splash" off "" ? perhaps you might catch the error14:12
krobzaurlotuspsychje: I managed to see the error because I hit the up arrow immediately after rebooting so I could see the messages printed to the screen and not the purpose ubuntu splash14:12
efpeoiHi guys ! How do you run a ".run" file without doing "./program.run", some things like "source program.run" or "sh program.run" or "bash program.run" doesn't work !14:13
krobzaurpurple*14:13
MonkeyDustefpeoi  maybe with sudo14:13
efpeoithe ".run" file is +x btw14:13
MoPacHello. I have an intermittent problem in 15.10 (HP Envy x360 hybrid notebook). My touchpad will become erratic and unreliable, often after a resume or logout/login or at startup, but not always. The position and motion become somewhat random, and there are phantom left and right clicks (though if I don't touch it at all, nothing happens). I have to reboot to fix it.14:13
krobzaurefpeoi: Maybe its some sort of compiled executable and not a bash script14:13
efpeoikrobzaur, this is a binary, exactly !14:14
MoPacJust now, I rebooted to fix it and it happened again on boot, so since I'm in the middle of an episode but can still use my touchscreen just fine, I'm hoping for advice on what logs to check or things to try in order to pin the problem down14:14
krobzaurefpeoi: If its a precompiled binary I don't think you can run it with a shell. There is nothing for the shell to parse because it isn't a script14:14
efpeoiMonkeyDust, i can't because in fact this is for a puppet template file :/14:14
MoPacThis is a dual-boot machine with Windows, and I've never noticed the problem on Windows, so I don't think it's strictly a hardware issue14:14
krobzaurlotuspsychje: O14:15
lotuspsychjeMoPac: did you test this on an LTS version also?14:15
krobzaurlotuspsychje: If I wanted to run the kernel upgrade again, should I use "apt-get dist-upgrade" or just "apt-get upgrade"?14:15
dobie_gillishey, i'm running into a problem initializing a virtualenv with python 3 in ubuntu 16.04. it tells me to install the python3-venv package, but it's already installed, and i've tried reinstalling. anyone else seeing this problem?14:15
lotuspsychjekrobzaur: yeah sudo apt-get update && sudo apt-get upgrade14:15
lotuspsychjedobie_gillis: #ubuntu+1 for xenial support please14:16
rassulsomeone speak portuquese here_14:16
MoPaclotuspsychje: This particular machine has never had an LTS version running on it (except for some 16.04 images, but I wouldn't count those).14:16
MonkeyDust!pt14:16
ubottuPor favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.14:16
krobzaurlotuspsychje: Alright I'm gonna give this another go. Hopefully I'll come back with more details about the problem. I can always boot into the older kernel to get back here so I'll report back soon. THanks for the help14:16
lotuspsychjeMoPac: try a tail -f /var/log/syslog and hibernate/come back see what errors it spits out, and file a bug14:18
krobzaurlotuspsychje: Alright for some reason apt isn't seeing the kernel upgrade. I updated my repos before trying the upgrade but apt just says there's nothing to install14:19
MoPacI'll try the hibernate now. I hadn't seen anything obvious in the syslog or other obvious log files before -- was hoping maybe there was something more specific in terms of logs or config/status files I could check for input devices.14:20
marusi've run sudo mkfs.ntfs /dev/sdb1 and it take a loooong time, should i abort it? or will that damage the harddrive14:21
ppf so, any idea how to cuda off the ground alongside teh nvidia-352-updates driver?14:21
rassulestou com problemas , nao consigo baixar aplicacoes no ubuntu center porque diz fonte desconhecida14:22
lotuspsychje!english | rassul14:22
ubotturassul: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList14:22
vdevnullHello people, I'm running android-studio but i've problem with EVIROMENT_VARIABELS,14:22
vdevnullPANIC: HOME is defined but could not find Hello.ini file in $HOME/.android/avd14:23
vdevnull(Note: avd is searched in the order of $ANDROID_AVD_HOME,$ANDROID_SDK_HOME/.android/avd and $HOME/.android/avd)14:23
MoPaclotuspsychje: Actually, hibernate is failing, so that test won't be so easy...14:23
vdevnullhow to let $android_AVD_HOME Points to /home/user/.android/...14:23
lotuspsychjekrobzaur: could it be due, you removed latest kernel yourself perhaps?14:24
krobzaurlotuspsychje: Yeah I ran "apt-get purg 3.19.0-5614:26
lotuspsychjeMoPac: maybe add your syslog and dmesg to the bug then14:26
lotuspsychjekrobzaur: uname -a now?14:26
ppfokay, i've successfully installed cuda and build and ran the samples14:26
ppfyay me14:27
krobzaurlotuspsychje: But I think I can just install everything I need using "apt-get install 3.19.0-56". However I did notice this installs the "vivid" generic kernel images. Is that supposed to happen? I'm running trusty14:27
lotuspsychjeppf: what did you install exactly14:27
MoPaclotuspsychje: So there aren't any logs/files to check specifically for the state of the touchpad as an input device?14:27
ppfthe nvidia-352-updates driver and the cuda toolkit using the .run installer from nvidia14:27
krobzaurlotuspsychje: Linux kyle-ThinkStation-P900 3.19.0-51-generic #58~14.04.1-Ubuntu SMP Fri Feb 26 22:02:58 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux14:27
ppfthe latter one isn't too happy about the driver, but i didn't listen14:27
vdevnullWhat is the default Ubuntu 14.04 root password?14:28
ppfnow, one last question: i have to run the samples as root at least once before they work successfully for a user14:28
lotuspsychje!root | vdevnull14:28
ubottuvdevnull: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo14:28
ppfis there any way around that?14:29
vdevnullty14:29
lotuspsychjekrobzaur: try reinstall latest yes, or recoverymode/fixbrokenpackages14:29
marusi've run sudo mkfs.ntfs /dev/sdb1 and it take a loooong time, should i abort it? or will that damage the harddrive14:29
ppfi'm guessing that someone needs to initialize the driver and create the nvidia0 device and the lot.14:29
lotuspsychjeMoPac: syslog and dmesg should hold most of issues14:30
ppfmost of the time that's probably X, but not in my case obviously. any other way to trigger it?14:30
MoPaclotuspsychje: k, thanks14:30
lotuspsychjeMoPac: i would also test an LTS version, just to test if this happens there aswell14:30
exospecieshi14:39
nelskI'm getting 404s from the download page links found here: https://wiki.ubuntu.com/XenialXerus/ReleaseNotes14:39
nelskWhat's the recommended way to get ahold of 16.04 desktop at this point?14:39
lotuspsychjenelsk: please join #ubuntu+1 for xenial14:39
exospecieswhen trying to login there is a quick text that is too quick to read, that throws me out and makes me login again... it says something about crypt14:39
nelsklotuspsychje: will do, thank you14:39
MonkeyDustexospecies  reboot, when you see the 5 dots, hit F12 to see what happens14:41
exospeciesMonkeyDust: it made me see some lines of text for a short while, then same thing happened14:47
MonkeyDustexospecies  can you ctrl alt f114:48
exospeciesMonkeyDust: yes14:49
MonkeyDustexospecies  ok, what's the output of dmesg | tail   http://paste.ubuntu.com/14:50
MonkeyDustoh, can't use that, obviously14:50
jtreminioHello all - I've been told keepalived's max PASS length is 8 char, but I can't find any documentation on if this is still accurate. Does anyone know?14:54
exospeciesMonkeyDust: there is some lxsession segfault14:55
MonkeyDustexospecies  is that lubuntu, or did you use lubuntu before?14:57
Flexmanhi14:57
Flexmansay is it possible to install Ubunto over a fedora installation and keeping the files in the home-directory?14:57
exospeciesi think it's lubuntu14:57
MonkeyDustFlexman  no, the config files are different14:57
FlexmanMonkeyDust: ok thank you15:00
ppfhttp://paste.ubuntu.com/15392163/15:00
jshrivergreetings, does Unit/Ubuntu desktop use a different password than system?15:00
CosmicNoiseGuys, I have NEVER been able to get my computer to be friendly with usb flash drives. Every time I try to use one and transfer files to it, it hangs in the process (either at the very beginning with like 65.5kb transferred, or at the end where it has reached 100% transfer but the process will just not end).15:00
jshriverKeeps saying my admin password is incorrect.  Yet I can login and even sudo su so  have roots password15:00
CosmicNoiseThis usually results in the pendrive becoming corrupted/useless, and everytime I plug it in I get errors about mounting, unmounting, or "There is data that needs to be written to the device before it can be removed.15:00
MonkeyDustCosmicNoise  what's the output of   cat /etc/issue15:00
ppfthis is where i am currently. running cuda code both as root or user _sometimes_ works, and sometimes ands with that error15:00
jshrivertrying to change the network settings15:00
kernelushi15:01
CosmicNoiseMonkeyDust, Ubuntu 14.04.4 LTS \n \l15:01
kernelusWHat distros you have guys?:)15:01
k1l!flavors | kernelus15:02
ubottukernelus: !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.15:02
CosmicNoiseIt works perfectly fine on my windows HD on the same machine, but linux just can't deal with it.15:02
MonkeyDustkernelus  ENIAC OS15:02
jshriverCan you change the Ubuntu-desktop adming password from the commandline as root?\15:02
hateball!recovery | jshriver15:02
ubottujshriver: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode15:02
jshriversystem works fine15:02
exospeciesseems like the error message is cryptswap, no such file or directory15:02
jshrivermy password works, my root password works\15:02
jshriverbut when I try to change the network settings it says admin password doesnt15:03
jshriverits just the root password right?\15:03
jshriverSo seems Unity/Ubuntu-desktop uses a password set that is not system based aka /etc/passwd /etc/shadow15:04
jshriverbut no idea how to change that15:04
jshriverrebooting into single user mode is only to change root passwd, etc15:04
jshriverman noone knows?15:08
jshriverwtf would they use a seperate password than the system? it's retarded15:08
lotuspsychjejshriver: please keep it polite here15:08
k1ljshriver: there is no root password on ubuntu.15:09
bezabanjshriver: it's likely the user password used for sudo access15:09
jshriversorry just frustrated.. I dont even use the GUI but it insists on the Network Manager for settings15:09
jshriverbezaban: tried that15:09
jshrivermy user and root password for sudo su are the same15:09
k1ljshriver: ubuntu uses sudo. and that is the same password as the user got15:09
k1ljshriver: sudo su is dumb15:09
k1ljshriver: so where is the exact issue now?15:10
leandrobokasudo visudo15:10
jshriveranyway I have complete cli access15:10
jshriverk1l: trying to change the network setting and it keeps asking for a  administrative password15:10
k1lits your users password.15:10
jshriverI tried the sudu and user password and neither work15:10
jshrivertried15:10
jshriverdoesnt work15:10
k1land i really hope you dont run the gui as root.15:11
jshriverbut I changed my passwd via passwd in the cli not in the GUI15:11
jshriverno as a user15:11
k1ldid you relogin since then?15:11
jshriveryes15:11
jshriverit acts like gnome uses a completely different password system than /etc/passwd /etc/shadow15:12
=== Fuchs is now known as goodfox
=== cigumo_ is now known as cigumo
jshrivernvm fixed it15:12
MonkeyDustjshriver  how15:12
jshriversudo su into root... then did a passwd on root15:12
archlesslol15:12
jshriverSorry for the hastle15:13
LuckyTuxHey guys!15:13
jshriverIs there anyway I can disable this Network Manager and go back to the tried and true /etc/network style configuration?15:13
jshriverso I can completely ditch X15:13
k1ljshriver: if you use the network/interfaces networkmanager will not use the devices managed there anyway15:14
=== fginther` is now known as fginther
=== Guest59 is now known as HummusTahini
arikHi! After installing Ubuntu I am unable to boot my Windows partition15:19
arikI tried using Boot-repair but it  gives me an error15:19
arikMy Boot Info script is here http://hastebin.com/rililisolo.coffee15:20
davido_I was just thinking how fantastic it would be if I could cause a window to bounce to a different monitor automatically when I shift workspaces.15:20
littlephoneyfufuarik: (1) boot-repair is an old tool so it might not work correctly, (2) have you tried [ sudo update-grub ] in a terminal?15:20
ariklittlephoneyfufu, I haven't let me try that now15:21
CosmicNoiseNo help for my USB issues? How do I get xubuntu to be friendly with USB flash drives?15:21
littlephoneyfufuCosmicNoise: Well, what's not playing nice?15:21
arikI received the following error: /usr/sbin/grub-probe: error: failed to get canonical path of `/cow'.15:22
arikAlso Note, I'm on a live USB, after repairing Windows MBR using a repair disk...I was unable to boot to UBuntu15:22
CosmicNoiselittlebear, any time I try to transfer files to a usb flash drive, it either hangs at the very beginning (usually at 65.5kb), or it goes all the way to the end, but the file transfer window doesn't close and the transfer is never "finalised".15:22
CosmicNoiselittlephoneyfufu, that was for you, sorry ^^^15:22
littlephoneyfufuarik: if you run [ cat /etc/fstab | pastebinit ] and toss me the link I can see what might be wrong15:22
littlephoneyfufuCos15:23
CosmicNoiselittlephoneyfufu, this usually leads to me trying to eject the usb drive after a long wait, at which point it tells me data is still being written to it and I can't eject it.15:23
littlephoneyfufuCosmicNoise: What filesystem are you using on the drive?15:23
arikHere you go15:23
arikhttp://paste.ubuntu.com/15392407/15:23
CosmicNoiselittlebear, so I pull it out, and at that point, the usb drive isp retty much broken - either won't mount, won't unmount, can'tw rite to it, can't delete files because it turns itself into a read only file system...15:23
CosmicNoiselittlephoneyfufu, I've tried formatting them to NTFS, ext4 and FAT32 in gparted. None of them seem to solve the issue.15:24
littlephoneyfufuCosmicNoise: well, that's because you pulled it out before it was finished with the file transfer... but, just for kicks, may I ask if you've tried with another USB drive?15:25
CosmicNoiselittlephoneyfufu, http://pastebin.com/LKrKzdiC15:25
CosmicNoiselittlephoneyfufu, I have a whole drawer full of usb flash drives that my computer has chewed up and spat out. Tried many, same results over and over. Different brands, different sizes, etc.15:25
CosmicNoiselittlephoneyfufu, absoutely fine with hard disk usb drives.15:25
CosmicNoiselittlebear, just not flash drives or sd cards, etc.15:25
arikclear15:26
arikwhoops15:26
CosmicNoiselittlephoneyfufu, the drives can usually be resuscitated by formatting them in Windows, and after that they work in windows, but trying them again in linux and they get broken again. It's frustrating as hell.15:26
littlephoneyfufuCosmicNoise: fstab wouldn't tell me anything about that...15:27
arikWait was that for me?15:27
CosmicNoiselittlephoneyfufu, woops, I thought your instruction was for me haha! It was for arik. Forget that...15:27
arikOhh I see lol15:28
littlephoneyfufuarik: I still need the output of /etc/fstab from you15:29
arikOh I thought I sent it15:29
ariklittlephoneyfufu, http://paste.ubuntu.com/15392407/15:29
arikSorry15:29
littlephoneyfufuarik: What that's telling me is that you have no partition with Ubuntu installed on it15:30
ariklittlephoneyfufu, Is it because I am on live-usb right now?15:30
littlephoneyfufuCosmicNoise: Hmm, that's weird... I've never heard of your hardware chewing up USB drives15:31
CosmicNoiselittlephoneyfufu, not literally...15:31
ariklittlephoneyfufu, after running some bootrec commands on windows repair disk, I haven't been able to boot Ubuntu15:31
CosmicNoiseMaybe I'll just try a different distro. Getting bored with xubuntu anyway.15:31
littlephoneyfufuarik: Yep, there's your problem... You should make sure it's mounting what's on your hard disk...15:31
VillageHello Guys, if eggdrop script can't load package json, what package i need install?15:31
ariklittlephoneyfufu, Okay but I am unable to boot to Ubuntu it seems15:32
ariklittlephoneyfufu, given that the installation was new, should I reinstall and try it again?15:32
ariklittlephoneyfufu, or is there any way I can do that here15:33
littlephoneyfufuarik: Hmm, not yet15:33
arikAlright15:33
arikAppreciate the help thus far btw :)15:33
littlephoneyfufuarik: Looking at your boot info log, you have 2 drives...15:33
ariklittlephoneyfufu, Indeed. One that should be ubuntu and one that should be windows15:34
Nukien_Odd situation here - new partition on drive formatted as xfs - mount won't recognize it without using "-t xfs" and then it mounts fine15:34
Nukien_The drive was originally a zfs drive, so perhaps there are 2 signatures on it ?15:34
Nukien_Because of this the dev/disk/by-uuid entry for the partition isn't created, so can't mount using UUID15:35
littlephoneyfufuarik: OK, my guess is that boot-repair didn't find the drive with Windows on it...15:35
littlephoneyfufuarik: I also noticed you have a UEFI system as well15:35
ariklittlephoneyfufu, I see.15:36
ariklittlephoneyfufu, I do yep15:36
Nukien_Any ideas ?15:36
littlephoneyfufuarik: so if you head back into your Ubuntu system installed on the hard disk, we can continue from there15:36
ariklittlephoneyfufu, okay so then start re-installing?15:36
littlephoneyfufuNo, just reboot into Ubuntu on your hard disk, arik15:37
ariklittlephoneyfufu, I can't it won't show up anymore15:37
littlephoneyfufulittlephoneyfufu: then come back into this channel15:37
littlephoneyfufuarik: huh? Ubuntu isn't showing up?15:37
littlephoneyfufuI'm confused15:37
ariklittlephoneyfufu, It won't anymore no. It used to but then I used a windows repair disk to repair Windows MBR15:37
ariklittlephoneyfufu, ever since then it will no longer show up15:38
littlephoneyfufuOh OK... So  there is a quick fix for that15:38
littlephoneyfufuarik: ^15:38
ariklittlephoneyfufu, I like quick fixes haha Am ready15:38
littlephoneyfufuarik: Pastebin the output of [ sudo efibootmgr ]15:38
ariklittlephoneyfufu, http://paste.ubuntu.com/15392516/15:39
littlephoneyfufuarik: Oh OK... So we need to write in a new .efi file that will get you to GRUB15:40
ariklittlephoneyfufu, Alright15:41
littlephoneyfufuarik: [ sudo parted -l ] please15:41
arikpastebin that ?15:42
littlephoneyfufuYeah15:42
ariklittlephoneyfufu, Here you go http://paste.ubuntu.com/15392540/15:42
littlephoneyfufuarik: Hold on... So one of these is a UEFI disk, and the other is an MBR-based disk...15:43
arikFrom what I can tell yes15:43
arikHonestly I'm not exactly sure how it came this way15:44
littlephoneyfufuarik: So, uh, does your machine have a Windows 8 sticker on it?15:44
ariklittlephoneyfufu, No I built it15:44
littlephoneyfufuWell I can't tell if it's UEFI or MBR15:45
arikAnyway I can figure out for you?15:45
littlephoneyfufuWell, my guess is MBR, only because you're telling only Windows will boot and the only NTFS partition is on an MBR table15:46
dougquaidI'm using the gnuradio live CD which is essentially ubuntu 14.04 with gnuradio pre-installed. How can I install it to my hard drive so I don't have to boot from the CD every time?15:47
ariklittlephoneyfufu, if it means anything before ubuntu stopped showing I did BOOTREC /FIXMBR15:47
MonkeyDustdougquaid  type /topic  to see what's supported here15:47
paranoiko_koalakhi15:47
littlephoneyfufuarik: Yep, you're MBR ):15:47
=== paranoiko_koalak is now known as piglet
littlephoneyfufuarik: :)*15:47
dougquaidMonkeyDust: Yeah, it says 14.04 is supported here15:47
=== piglet is now known as niemand
niemandgreetings15:48
ariklittlephoneyfufu, I see alright ha that scared15:48
arikme15:48
MonkeyDustdougquaid  so your derivative is not15:48
littlephoneyfufudougquaid: But you're not using vanilla Ubuntu, and we don't support derivatives here15:48
littlephoneyfufu(Ninja'd)15:48
lotuspsychjedougquaid: there is a #gnuradio if you like15:49
niemandlooking for graphic drivers for fujitsu siemens AH531 lifebook.  any help?15:49
littlephoneyfufuniemand: pretty sure it has an Intel card15:49
niemandyes15:50
littlephoneyfufuarik: so with that in mind, try [ sudo grub-install /dev/sda --recheck ]15:50
danialbehzadiHi. Is there any official Libreoffice impress template for Ubuntu?15:50
littlephoneyfufuniemand: no additional drivers are needed15:51
arikThe output was;15:51
niemandin the  fujitsu site there are only  windows drivers little:((15:51
arikInstalling for i386-pc platform.15:51
arikgrub-install: error: failed to get canonical path of `/cow'.15:51
EriC^^arik: type sudo parted -l | nc termbin.com 999915:51
EriC^^and paste the link here15:51
arikhttp://termbin.com/mn2915:51
EriC^^you have a huge mess going on15:52
littlephoneyfufuarik: try rebooting the Live image and running the command again.15:52
niemandi have a proble with my screen little and I think it's a driver problem:/15:52
EriC^^ubuntu is in uefi mode and windows is in mbr legacy15:52
niemand*problem*15:52
EriC^^littlephoneyfufu: won't help i'm afraid15:52
lotuspsychjedanialbehzadi: there is a #libreoffice channel if you like15:52
EriC^^arik: did you just fresh install ubuntu?15:52
arikEriC^^, On my 2nd drive yes I'm fairly sure15:53
arikRight now I'm on Live image15:53
EriC^^arik: yeah, it's never booted before right?15:53
swenzelis there a command like `ls` which will produce this output? https://github.com/manuels/texlive.js/blob/master/texlive.lst15:53
littlephoneyfufuEriC^^: I just assumed that his "bootrec /fixmbr" actually worked and he was able to boot into Windows...15:53
naccswenzel: find15:53
littlephoneyfufuEriC^^: if you want you can take it from here15:53
arikEriC^^, it has just not after running bootrec commands15:54
littlephoneyfufu!PM | niemand15:54
ubottuniemand: Please 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.15:54
ariklittlephoneyfufu, No unfortunately bootrec didn't actually fix my ability to boot to windows :(15:54
swenzelnacc, great! thanks :)15:54
EriC^^littlephoneyfufu: no reason we can't dual team it15:54
EriC^^haha15:54
danialbehzadilotuspsychje: I think official Ubuntu materials should be here, not in 3rd party channels.15:54
ariklittlephoneyfufu, Even disconnecting Ubuntu's disk doesn't let me15:54
littlephoneyfufuLol, fair enough15:54
naccswenzel: np, probably with some specific parameters to get them in that order, or run it through | sort15:55
littlephoneyfufuarik: why didn't you tell me that? O.o15:55
EriC^^arik: ok, windows and ubuntu never worked together though right? or they were working fine?15:55
ariklittlephoneyfufu, I'm sorry I thought I implied it  D:15:55
arikEriC^^, they haven't no15:55
arikEriC^^, they were when I was using kubuntu but that was a long time ago15:55
EriC^^arik: ok, is ubuntu the fresh install or windows or both maybe?15:55
EriC^^arik: the thing is you need windows and ubuntu both to be installed in the same mode, either legacy or uefi15:56
arikEriC^^, Ubuntu is the fresh install15:56
EriC^^right now windows is legacy, ubuntu is uefi15:56
lotuspsychje!info libreoffice-templates | danialbehzadi15:56
arikEriC^^, that's why I really want to preserve my windows15:56
littlephoneyfufuAnd if Windows was the fresh install how did it even work?15:56
ubottudanialbehzadi: libreoffice-templates (source: libreoffice-templates): Additional set of templates for LibreOffice. In component universe, is extra. Version 0.1.20120814-0ubuntu3 (wily), package size 11292 kB, installed size 12384 kB15:56
EriC^^arik: ok, in the live usb can you type ls -l /sys/firmware/efi ?15:56
EriC^^arik: just let us know if it returns dir or says nothing found15:57
arikEriC^^, yep the output shows 7 or so files15:57
ariklittlephoneyfufu, yeah windows was mature , not fresh install15:57
EriC^^arik: ok, so it's booted in uefi mode right now15:57
EriC^^arik: do you have any files in the ubuntu install you need?15:57
arikEriC^^, None whatsoever, everything is expendable15:58
EriC^^ok, you need to reboot the live usb, and boot it in legacy mode15:58
EriC^^arik: check the bios if it says anything like csm legacy enabled/disabled and set it to enabled15:59
arikAlright let me switch IRC to a stable computer lol15:59
EriC^^or in the boot options choose normal usb if there's usb and uefi usb15:59
arikEriC^^, Yeah I seen some boot options15:59
arikEriC^^, I believe if I did Uefi usb it showed just  a black screen with " >"15:59
arikor "16:00
arik"_16:00
niemandI have a fujitsu siemens AH531 lifebook and I have installed ubuntu studio 14.04 my screen blinncs sometimes and I thing is drivers problems. any help pls?16:00
lapyoinstall proprietary drivers16:00
EriC^^arik: try normal usb16:00
lapyo*use proprietary drivers16:01
arikEriC^^, I believe normal USB is what Im on now16:01
arikEriC^^, It just says the USB model name right?16:01
niemandthere are only windows:(16:01
littlephoneyfufuniemand: #xubuntu may be able to help better by the way16:01
niemandthanks16:01
EriC^^arik: nope, must be some other option in the bios cause it's in uefi mode right now16:01
arikEriC^^, Alright ill get irc working on my laptop and try it16:02
arikand then you guys the options16:02
EriC^^ok16:02
arikill probably be arik or arik1 or something16:02
arik:P16:02
Nukien_Odd situation here - new partition on drive formatted as xfs - mount won't recognize it without using "-t xfs" and then it mounts fine16:02
Nukien_Because of this the dev/disk/by-uuid entry for the partition isn't created, so can't mount using UUID16:02
naccNukien_: do you get the no superblock found message without -t xfs?16:03
Nukien_Nope - everything is completely fine16:04
Hamsterhabe ein Problem beim login nach upgrade: http://paste.ubuntu.com/15392751/16:04
Nukien_lsblk -f and blkid don't think there's a filesystem there though16:04
littlephoneyfufu!de ! Hamster16:04
ubottulittlephoneyfufu: I am only a bot, please don't think I'm intelligent :)16:04
Nukien_xfs_repair thinks it fine too16:04
littlephoneyfufu!de | Hamster16:04
ubottuHamster: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!16:04
Hamsteroh sorry :)16:04
Nukien_I've forced a new uuid with xfs_admin -U and I can see it fine, but it doesn't show in /dev/disk/by-uuid, nor do lsblk or blkid see it16:05
littlephoneyfufuHamster: if you speak English feel free to ask again, in English16:05
naccNukien_: sorry, you said it wasn't recognized without -t xfs. So what does it say?16:05
Hamsterok thanks16:05
arik1Alright so I have the following options for my USB16:05
arik1UEFI and my usbs name16:05
Nukien_nacc, It says more filesystems detected. This should not happen16:05
arik1im assuming my usb's name is "normal" ?16:05
telboonnot really an Ubuntu qn, but for Docky users -- has anyone managed to split the icons by windows instead of applications? aka. if i have 2 chrome windows opened, it should show 2 chrome icons instead of merging them as 1 icon16:06
naccNukien_: can you pastebin the exact command you are running and the output?16:06
Nukien_And that drive was originally a zfs drive16:06
arik1EriC^^, I see my two HDDs, UEFI USB, and USB and my efi shell16:07
Nukien_nacc, yah, one sec16:08
EriC^^arik1: ok, try usb16:08
arik1EriC^^, i think UEFI works but sure16:09
arik1EriC^^, oh wait no normal usb is the one that doesnt work16:09
arik1EriC^^, "boot: "16:09
EriC^^arik1: oh, is csm legacy mode enabled in the bios?16:09
arik1EriC^^, Missing paramater in configuration file keyword: path"16:09
EriC^^is windows booting by itself right now?16:09
arik1EriC^^,  ill check and no windows does not boot16:09
resc_040b2_23161hello world.. need some help with a triple os repair after Win7 reinstall screwup16:10
arik1EriC^^, where would i find csm legacy16:11
EriC^^arik1: it should be under boot options16:11
carini:) The OP k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w h ore mother will be F UC KED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :)  The moderator k1l is a C U NT :)  :)㋛16:11
carini:) The OP k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w h ore mother will be F UC KED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :)  The moderator k1l is a C U NT :)  :)㋛16:11
carini_:) The OP k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w h ore mother will be F UC KED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :)  The moderator k1l is a C U NT :)  :)㋛16:11
carini,.:) The OP k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w h ore mother will be F UC KED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :)  The moderator k1l is a C U NT :)  :)16:11
carini:) The OP k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w h ore mother will be F UC KED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :)  The moderator k1l is a C U NT :)  :)㋛16:11
baizonthis guy again16:12
arik1EriC^^, Legacy ROM is enabled is that it?16:12
EriC^^arik1: i dont think so16:12
=== littlephoneyfufu is now known as SonikkuAmerica
Seveask1l: looks like you have a fan :)16:12
SonikkuAmericaFor all possible values of "fan"16:12
EriC^^arik1: try booting "usb" again and when you get the error press tab16:13
EriC^^then type "live" and press enter16:13
arik1EriC^^, alright16:13
Nukien_nacc, http://paste.ubuntu.com/15392869/16:13
arik1EriC^^, done so, is booting16:14
=== atralheaven_ is now known as atralheaven
EriC^^arik1: ok, when you boot the live usb open a terminal16:14
EriC^^arik1: do you have stuff on windows you need?16:14
EriC^^i'm wondering about the very off-chance that windows is using the efi partition on ubuntu's hdd, it's extremely slim though16:15
EriC^^we can mount the efi partition and see what's in it just to make sure though16:15
arik1EriC^^, windows shouldnt be using anything on ubuntu's hdd unless it's changed recently?16:15
resc_040b2_23161EriC^^, can you help with a part table repair16:15
arik1EriC^^, i formatted ubuntu's HDD on windows before i installed ubuntu16:16
Nukien_nacc, It seems that the old zfs info is still there somehow16:16
naccNukien_: did you try wipefs? also waht does `file -sL /dev/sdk*` say?16:16
EriC^^arik1: oh ok, never mind then16:16
EriC^^resc_040b2_23161: yeah, what's up?16:16
Nukien_Did not do wipefs - file shows "/dev/sdk1: SGI XFS filesystem data (blksz 4096, inosz 256, v2 dirs)"16:17
naccNukien_: yeah, i think ZFS, possibly, for whatever reason, did something funky to the partition table, possibly, and it has two bits set16:17
naccNukien_: *or* the tooling you had didn't know to wipe the ZFS signature16:17
naccNukien_: what Ubuntu are you on?16:17
resc_040b2_23161have a triple boot os 17.2 & 14.04 did win7 attempt an think fragged parts.. can get rescatux to see them but am drawing blank on next step..16:17
Nukien_14.0416:17
dougquaidI'm running do-release-upgrade on 14.04 but it says that no newer releases are available. How do I make it update to 15.10?16:17
naccNukien_: so ... no ZFS support :)16:17
naccNukien_: right?16:17
Nukien_heh - zol ...16:17
Nukien_The disk was moved from a 14.04 with zol box to this backup box without zol16:18
arik1EriC^^, For some reason it's taking a while...black screen with just mouse showing16:18
EriC^^resc_040b2_23161: you had 17.2 14.04 and installed windows and it doesn't boot now?16:18
naccNukien_: so i'd guess that's the issue; this box (Ubuntu) doesn't really know about ZFS at all. So you'd need to manually fixup the partition table to wipe the signature (or use wipefs as suggested)16:18
Nukien_mea culpa - I usually do zpool labelclear on them, but didn't here ...16:19
naccNukien_: np ... glad that the solution was easy16:19
naccNukien_: i think a `wipefs` and then a fresh `mkfs` should fix it, but not sure16:19
Nukien_heh - now need to figure out how to wipe the extraneous crap without losing the data16:19
Nukien_Not critical to lose the data, but painful16:19
naccNukien_: oh that *might* also be possible with `wipefs` then a fdisk or parted session to set the right value16:20
naccNukien_: i'm just guessing, but probably just need to set the partition table fs value to XFS16:20
naccNukien_: and right now it's either set to an unknown value (ZFS) or to multiple values (ZFS|XFS)16:20
Nukien_It's using gpt, type 830016:20
Nukien_   1            2048      5860533134   2.7 TiB     8300  Linux filesystem16:20
wiflixmorinn16:21
naccNukien_: that's the partition table format, not the type of the partition16:21
resc_040b2_23161EriC^^ am also not fast typist an this is first IRC EVER, have Satellite M645. Replaced Win7 orig with rafealea 17.2 n 1404 mate.. working slow but worked.. tried to use first 210 Gb to reinstall win7 (Non OEM).. used rescatux to UNINSTALL Win7 after not bring able to get boot selection screen back up.. Rescatux worked once before but now is saying FSCK detected & saying get a Sourceforge Boot Repair disk.. sorry so slow..fat16:21
resc_040b2_23161t fingers16:21
wiflixi configured my devices via /etc/systemd/network/ethLan.link file ... but i switched the mac addresses of ethLan and ethWan by fault. i then changed it back, but rebooting ubuntu keeps naming the device the wrong way. :-/16:21
naccNukien_: but not sure, you could try setting the type flag, but it might be something in the fs itself too16:22
Nukien_nacc, parted /dev/sdk print shows "1  1049kB  3001GB  3001GB Linux filesystem"16:22
wiflixdeleted all files in /etc/systemd/network as well as /etc/network/interfaces.d there is also nothing in /etc/udev/rules.d16:22
wiflixwhere the heck does the rename of the device come from? :-/16:22
EriC^^resc_040b2_23161: ok, type sudo parted -l | nc termbin.com 999916:22
EriC^^and paste the link here16:22
DatzHi, I'm trying to copy something with emacs it is denoted as M-w. literally "M" w is not working. What does "M" represent?16:22
akash_Hi16:22
arik1EriC^^, erm launcher crashed and im having a terrible time doing anything right now16:23
EriC^^arik1: ok, try rebooting it16:23
llutzDatz: M - "Meta"16:23
IdleOneDatz: M is meta16:23
ren0v0hi, is there a sudo add-apt-repository ppa:mc3man/trusty-media   but for Wily ?16:23
naccNukien_: sorry, out of my depth at this point :/16:23
Datzllutz: IdleOne, I'm still unsure which key to press?16:23
Nukien_nacc, Hrm - wipefs -n /dev/sdk shows "wipefs: WARNING: /dev/sdk: appears to contain 'gpt' partition table"16:23
ren0v0i'm getting >>   Your GStreamer installation is missing a plug-in.16:23
IdleOneDatz: try the "windows" key16:23
Nukien_So I suppose it doesn't grok gpt ?16:23
baizonren0v0: what are you searching? which package?16:23
arik1EriC^^, same thing with tab + live ?16:24
resc_040b2_23161EriC^^, that won't mess up this chat?? Not real sure how IRC really works but is good have real humans with brains to help16:24
ren0v0baizon, most google results say its ffmpeg  issue, but the fixes are for 14.0416:24
naccNukien_: i think you wanted to do `wipefs /dev/sdk1`, no?16:24
EriC^^arik1: yeah16:24
llutzDatz: right-alt sometimes16:24
dierdrieren0v0 i had the same issue16:24
dierdrieand nothing worked16:24
dierdrieuntil i tried the last thing16:24
ren0v0lol, we need   gstreamer0.10-ffmpeg i think16:24
llutzDatz: "Emacs calls Esc the Meta key"  tried?16:24
EriC^^resc_040b2_23161: yeah, it won't mess it up, open a terminal and type it and it should give a link back16:24
dierdriewhich resolved the problem16:24
naccNukien_: you could also try passing -t with the right type to only wipe ZFS off the partition16:25
ren0v0dierdrie, installed 14.04 ?16:25
Nukien_nacc, yer right - that shows 0x24000 as zfs_member, and 0x0 as xfs16:25
dierdriedatz i mean16:25
dierdrieno ren16:25
resc_040b2_23161Eric^^ Ok starting now16:25
Nukien_OK, here goes16:25
dierdriei just made a prayey16:25
dierdriei just made a prayer16:25
dierdrietry it16:25
naccNukien_: nice, so that's probably the root cause -- hope it works! :)16:25
ren0v0baizon, i guess i'm looking for "gstreamer0.10-ffmpeg" package16:25
dierdrieprayey can fix anything16:25
Datzllutz: IdleOne, esc works, thanks so much16:26
dierdriemy sister had leukemia16:26
dierdriewe prayed16:26
ren0v0mods16:26
dierdrieand the cancer went away16:26
llutzDatz: have fun. "Emacs is a great operating system – it lacks a good editor, though.”16:26
Datzlol16:26
Datzemacs-nox cuts it down a bit16:27
bombermanhow's called russian ubuntu server here?16:27
bombermani cant join it16:27
Nukien_nacc, Hrm. wipefs -o 0x24000 /dev/sdk1 shows "8 bytes were erased at offset 0x24000 (zfs_member) they were: 0c b1 ba 00 00 00 00 00"16:27
llutz!ru | bomberman16:27
ubottubomberman: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.16:27
Nukien_But the signature seems to still be there16:27
Nukien_Doesn't need to reboot does it ??16:28
naccNukien_: hrm, wipefs' man page does mention that some fs can put signatures in multiple spots :/16:28
baizonren0v0: why do you need that?16:28
naccNukien_: i'm really not sure16:28
naccNukien_: i doubt it would need to reboot, although you might need to force the kernel to rescan the partition table16:28
ren0v0baizon, to solve my error i pasted above16:29
ren0v0this package is in all fixes for 14.0416:29
arik1EriC^^, yeah iunno boooting like this takes years just for it start the desktop enviroment16:29
EriC^^arik1: odd, did you checksum the iso?16:29
Nukien_partprobe /dev/sdk did fine, but no difference yet16:29
arik1EriC^^, I had yes16:30
EriC^^arik1: ok, great16:30
EriC^^arik1: try to boot into uefi mode, maybe we can convert the install to use legacy16:30
arik1EriC^^,  try without installing ?16:31
EriC^^yeah16:31
baizonren0v0: have you tried installing gstreamer1.0-libav?16:31
resc_040b2_23161EriC^^, am still in rescatux shell LXTerm is complaining about Readonly filesystem..should go into functioning 500 Gb spare HDD shells an try chat there??16:31
arik1EriC^^, Okay so i'm ready16:32
resc_040b2_23161or should get the Sourceforge util n try that??16:32
EriC^^resc_040b2_23161: do you have any means of a live session? live usb live cd etc?16:33
ren0v0baizon, didn't work16:33
EriC^^ubuntu or debian etc os?16:33
wiflixcan i make ubuntu forget about network interface names? it keeps renaming at reboot16:33
wiflixeven if it is not specified anywhere16:33
EriC^^arik1: type sudo parted -l | nc termbin.com 999916:34
llutzwiflix: edit/remove /etc/udev/rules.d/70-persistent-net.rules16:34
tushI set up a samba share on my desktop running ubuntu 14.4. I used the samba config tool set up my share folder. (using RAID5 sharing /mnt/rdisk/tush) I have a home network with a router and three computers.I can access the share from laptop running Windows10 and I can read files, but I cannot write (creat folder)to the share.16:34
wiflixllutz: does not exist16:34
arik1termbin.com/vdib516:34
resc_040b2_23161EriC^^ am running a 17.2 n 10,04 500 Gb from other systems trying to fix the 1 Tb in Satellite with external power to 500 Gb.. can that work??16:35
xsilv!lis16:35
xsilv!list16:35
ubottuxsilv: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».16:35
EriC^^resc_040b2_23161: yeah if you can access it from there16:35
EriC^^arik1: type sudo mount /dev/sdb2 /mnt16:35
arik1done16:36
tushmy samba config file here http://pastebin.com/Hz2EFCNZ16:36
EriC^^arik1: type sudo nano /mnt/etc/fstab16:36
tushanyone free to help me regarding samba share???16:36
arik1EriC^^, alright im in the editot16:37
arik1editor16:37
resc_040b2_23161Can shut down rescatux shell n get onto desktop of 500 Gb.. Think have an IRC app in there or if min this wind, can reopen on desktop??16:37
EriC^^arik1: you should have a line that says uuid=..... /boot/efi , add a "#" at the start of it16:37
EriC^^then press ctrl+o to save16:37
|avalon|how to get uuid of partition ?16:37
wiflixllutz: other ideas? :) does ubuntu cache the device names somewhere?16:37
EriC^^|avalon|: sudo blkid /dev/sdxY16:37
|avalon|thx, EriC^^16:38
EriC^^np16:38
llutzwiflix: what names does your interface get?16:38
resc_040b2_23161Eric^^ appreciate help n chat back.. Unfort. have to to appt in half hour.. will try back later..Chat seems to be a very good thing.. need to have more time than I do at moment tho.. Thnks16:39
arik1EriC^^, so the 2nd uuid? see here paste.ubuntu.com/1539315016:39
EriC^^resc_040b2_23161: ok, no problem16:39
dierdriehi again16:40
EriC^^arik1: yes16:40
wiflixllutz: ethWan. as i named it in /etc/systemd/network/ethWan.link before16:40
arik1EriC^^, saved16:40
wiflixllutz: now i removed that file, but the interface still gets named that way16:40
dierdriedo any of you have any ethical issues with using ubuntu ????16:40
MonkeyDustdierdrie  #ubuntu-offtopic16:40
dierdriewhat monkey?16:40
EriC^^arik1: ok press ctrl+x to exit16:41
llutzwiflix: ah, systemd... sry no ideas16:41
EriC^^then type sudo cgdisk /dev/sdb16:41
dierdrieanyone?16:41
MonkeyDustdierdrie  random chat in #ubuntu-offtopic16:41
arik1EriC^^, alright16:41
datumhoardhi can anyone help me make ubuntu upgrade to python 2.7.11? currently on version 2.7.616:41
dierdriethis is not random16:41
dierdrieso? anyone?16:42
EriC^^arik1: we need to create a bios_boot partition for grub to work with gpt16:42
dierdriedo any of you have any ethical issues with using ubuntu ?????16:42
arik1EriC^^, indeed yeah, i believe thats what boot repair said as well16:42
tylermoseleyethical?16:42
EriC^^arik1: first delete the efi partition16:42
MonkeyDust!ot | dierdrie16:42
ubottudierdrie: #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!16:42
dierdriei mean after that whole amazon lenz despicable behaviour16:42
jushurdierdrie: its not a support question, -offtopic plz..16:42
arik1EriC^^, done16:42
craptalkwhere can i ask about android studio?16:43
EriC^^arik1: ok, press new16:44
datumhoardanyone know how to upgrate python? tried terminal and tar download but still stuck on 2.7.6...16:44
arik1EriC^^, from free space right?16:44
EriC^^hit enter when it asks for start sector, then for size type 520M16:44
EriC^^arik1: yeah16:44
arik1EriC^^, i press enter and it prompts again16:44
EriC^^when it asks for hex code type ef0016:45
EriC^^arik1: for starting sector? or size in sectors?16:45
arik1EriC^^, size in sectors16:45
naccdatumhoard: what version of Ubuntu and to what version of python?16:45
EriC^^arik1: ok, type 520M16:45
arik1EriC^^, oh wait i used the wrong free spaec16:46
arik1EriC^^, this one is less than 1 mb\16:46
arik1EriC^^, yeah i keep inputing 520M and it keeps asking again16:46
kubanchow do I permanently delete route in routing table? For now I always need to put at the start command in terminal to remove a route16:47
arik1EriC^^, oh wait 520M is what 520 MB? the free space is less than that16:47
EriC^^arik1: asking for size in sector?16:47
EriC^^arik1: did you delete the efi partition?16:47
arik1EriC^^, yes and yes16:47
EriC^^it's about 530mb16:47
EriC^^you should have like 530mb free space at the start16:47
tylermoseleyyou can script out a route in routing table triggered from network/interfaces16:47
tylermoseleyif it's just a one off16:48
arik1EriC^^, I have about four entries16:48
arik1EriC^^, free space 513 mb, 28.9 gb linux file system, 7.8 gb linux swap and 1 mb free space16:48
EriC^^1mb at the start or end?16:48
arik1EriC^^,  there are two parts claiming as free space16:49
datumhoardnacc: 14.04 server with desktop current version of python is 2.7.6 trying to upgrade to 2.7.1116:49
EriC^^both at the top?16:49
arik1EriC^^, no, the 1 mb of free space is at the bottom16:49
arik1EriC^^, the 513 is at the top16:49
EriC^^arik1: great!16:50
EriC^^arik1: ok, press q to exit, don't save anything16:50
arik1EriC^^, 513 came from the efi paritition16:50
EriC^^then type sudo cgdisk /dev/sdb16:50
arik1EriC^^, ye16:50
arik1s16:50
EriC^^we can just use the bottom 1mb free space as the bios_boot16:50
arik1EriC^^, yeah  i created the 1 mb partition for this purpose but i didnt know how to flag it16:51
EriC^^make a partition there when it asks for hexcode type ef0216:51
arik1EriC^^, press enter twice?16:51
EriC^^yeah16:51
arik1EriC^^, any name?16:51
EriC^^doesn't matter16:51
arik1EriC^^, done so16:52
EriC^^arik1: ok, press "write"16:52
EriC^^then type yes to confirm16:52
EriC^^then exit16:52
arik1exited16:52
EriC^^then type sudo partprobe , and type sudo parted -l | nc termbin.com 9999 again16:52
tushI set up a samba share on my desktop running ubuntu 14.4. I used the samba config tool set up my share folder. (using RAID5 sharing /mnt/rdisk/tush) I have a home network with a router and three computers.I can access the share from laptop running Windows10 and I can read files, but I cannot write (creat folder)to the share.16:52
tushanyone free to help me regarding samba share???16:53
tushmy samba config file here http://pastebin.com/Hz2EFCNZ16:53
arik1termbin.com/kewl16:53
arik1rare name lol16:53
EriC^^lol16:53
EriC^^arik1: ok, looks great16:54
EriC^^arik1: now to prepare a chroot16:55
EriC^^arik1: type " for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done "16:55
arik1EriC^^, okay so output so it mustve worked16:56
EriC^^arik1: ok, type sudo chroot /mnt16:57
arik1EriC^^,alright16:57
EriC^^arik1: sudo apt-get install --reinstall grub216:57
EriC^^it should mention removing grub-efi-amd64 or so i think16:58
arik1EriC^^, i see it but host ubuntu wasnt resolved16:58
EriC^^np, remove the sudo16:58
arik1EriC^^, im guessing it can be ignored16:58
EriC^^my bad16:58
arik1EriC^^, ye16:58
arik1EriC^^, alright im in configuring16:58
EriC^^did it mention found vmlinuz ...16:59
EriC^^and windows?16:59
=== toshy1 is now known as toshy
arik1EriC^^, it's asking me to select the devices i want automatically  run for17:00
EriC^^that's a first17:00
EriC^^it shows you the 2 hdd?17:01
arik1EriC^^, yes and my usbs17:01
EriC^^hmm, select the ubuntu hdd17:01
arik1EriC^^, sda and sdb17:01
EriC^^choose sdb17:01
arik1EriC^^, uh do i press enter on it or17:02
EriC^^i think?17:02
EriC^^never seen that before to be honest17:02
arik1when i do it says you chose not to install grub to any devices17:02
arik1EriC^^, i feel like it's not selected17:02
EriC^^me too17:02
EriC^^try sudo apt-get install --reinstall grub2 again17:03
arik1EriC^^, alright it settings up then stopps17:03
EriC^^ok, type grub-install --recheck /dev/sdb17:04
baizon!dpkg-reconfigure17:04
arik1cannot find efi directory17:04
craptalki have dual boot, but i always using ubuntu lately, it was working well last time i booted windows 7, but not today, it was pitch black and stuck, does sudo update-grub fix this issue?17:05
Braybautarik1, the secureboot is enabled or disabled ?17:05
* EriC^^ opens grub manpage17:05
EriC^^arik1: we might have to pass it some arguments to install in legacy mode17:05
arik1Braybaut, uhh no idea, anyway i can check17:05
arik1EriC^^, sure thing17:05
datumhoardnacc: 14.04 server with desktop current version of python is 2.7.6 trying to upgrade to 2.7.1117:06
Braybautarik1, you can check in bios!!!17:06
Picidatumhoard: What do you need in 2.7.11?17:06
naccdatumhoard: 14.04 latest is at 2.7.5-5ubuntu3, no? anything else is unsupported17:06
datumhoardwell i need 2.7.8 or better for sickgear to work17:06
craptalkcan you help me out?17:07
tushI set up a samba share on my desktop running ubuntu 14.4. I used the samba config tool set up my share folder. (using RAID5 sharing /mnt/rdisk/tush) I have a home network with a router and three computers.I can access the share from laptop running Windows10 and I can read files, but I cannot write (creat folder)to the share.17:07
tushmy samba config file here http://pastebin.com/Hz2EFCNZ17:07
Andromeda1234Question...how would one go about making a network that was manageable like an Active Directory realm but for unix machines?17:07
naccAndromeda1234: LDAP?17:07
datumhoarddunno how to screenshot (JUST installed ubuntu on NAS) and setting thing up to replace my mac mini, this is the output from SickGear ...17:08
datumhoard SickGear will be dropping support for Python 2.7.8 and below. We recommend updating to latest version: Download here17:08
=== jack is now known as Guest66093
Picidatumhoard: As their documents suggest, you can use the deadsnakes PPA: https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes-python2.7/+packages17:08
Andromeda1234Nacc is that reliable?17:08
Picidatumhoard: but as with all PPAs, you are on your own for support.17:08
tylermoseleymore than AD17:08
Picidatumhoard: (personally, I use the deadsnakes PPA, but your mileage may vary)17:08
naccAndromeda1234: --^ :)17:09
naccdatumhoard:  both are unsupported here, sorry17:09
naccAndromeda1234: LDAP is heavily used, yes17:09
shdsfdshWhen Ubuntu encrypts /~ at installation, does it also encrypt swap and /tmp?17:09
datumhoardhow do i install? semi comfortable with terminal17:09
shdsfdshWhen Ubuntu encrypts just the home directory at installation, does it also encrypt swap?17:10
Andromeda1234Nacc so...if I can ask a really stupid question...how easy is it to set up? How do you connect clients to it, as I persume Linux doesnt have some out of the box thing for it that I have not stumbled upon.17:10
Picidatumhoard: https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes-python2.7 has a link, click on the "read about installing" thinger.17:10
Andromeda1234shdsfdsh can you encrypt the swap?17:11
SpakkaByTehi all guys i have problem with ubuntu 15.10 search program on computer can't find some program anyone can help me please??? sorry for my english17:11
Azumshi pici17:11
Azums:) The OP k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w h ore mother will be F UC KED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :)  The moderator k1l is a C U NT :)  :)㋛Ubuntu utilizes spyware - Canonical and Shuttleworth are bullies.... the amazon search lens w17:11
Azumsas OPT IN17:11
Azums,:) The OP k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w h ore mother will be F UC KED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :)  The moderator k1l is a C U NT :)  :)㋛Ubuntu utilizes spyware - Canonical and Shuttleworth are bullies.... the amazon search lens17:11
Azumswas OPT IN17:11
Azums_:) The OP k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w h ore mother will be F UC KED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :)  The moderator k1l is a C U NT :)  :)㋛Ubuntu utilizes spyware - Canonical and Shuttleworth are bullies.... the amazon search lens17:11
datumhoardPici: thanks!17:11
shdsfdshAndromeda1234: I can, but I'm asking if Ubuntu's installer does it automatically17:11
naccAndromeda1234: look at slapd, iirc17:11
arik1EriC^^, sorry was there something i should be doing?17:11
Andromeda1234Nacc thanks :)17:12
SpakkaByTeandromeda talk to me?17:12
EriC^^arik1: hmm, couldn't find much in the grub manpage or google about it17:13
naccshdsfdsh: your question seems odd to me ... If you told the installer to only encrypt the home directory, why woudl it encrypt swap?17:13
EriC^^arik1: try grub-install --target=x86_64 --recheck /dev/sdb17:13
arik1EriC^^, with boot repair it says17:13
shdsfdshnacc: Isn't the encryption insecure if swap is not also encrypted?17:13
shdsfdshnacc: That's what I have read about ecryptfs17:13
arik1EriC^^, it detectes efi17:13
EriC^^the problem is that we're booted in uefi mode and i think that's confusing grub and trying to install in efi17:14
shdsfdshnacc: You need to encrypt swap too, because a lot of files from the home directory also get stored in swap17:14
arik1EriC^^, alright ill try that17:14
MonkeyDustshdsfdsh  is that a server?17:14
arik1EriC^^, in root?17:14
EriC^^arik1: yeah17:14
shdsfdshnacc: So does Ubuntu encrypt swap automatically, or does it ignore the vulnerability?17:14
naccshdsfdsh: well, it looks like upon cursory reading of the wiki, it does that by default17:14
shdsfdshMonkeyDust: No I mean on a personal desktop PC17:14
riqdiizHi all people.17:14
EriC^^arik1: try dpkg -l | grep grub | nc termbin.com 999917:14
MonkeyDustshdsfdsh  then what are you afraid of?17:14
shdsfdshnacc: Can you link the relevant part of the wiki to me pls?17:14
EriC^^arik1: to see if there are any grub-efi stuff left17:14
naccshdsfdsh: but i've not used anything other than whole disk encryption in some time17:14
shdsfdshMonkeyDust: Curiosity mostly17:15
arik1EriC^^, modinfo.sh doesnte exist17:15
naccshdsfdsh: https://help.ubuntu.com/community/EncryptedHome ... dated, admittedly17:15
arik1EriC^^, and sure17:15
MonkeyDustfair enough, like me and my squid proxy i don't need17:15
arik1EriC^^, termbin.com/h2at17:15
shdsfdshnacc: "Users installing from Ubuntu 9.10 and selecting the Encrypted Home option will automatically have encrypted swap space" guess that answers my question, thanks!17:15
shdsfdshnacc: Can Ubuntu resume from sleep/hibernate with home encryption?17:16
EriC^^arik1: ok, try apt-get purge grub-efi-amd64-bin grub-efi-amd6417:16
naccshdsfdsh: i'd confirm it in a VM or something if you're really curious17:16
shdsfdshnacc: Sure, thanks!17:16
arik1EriC^^, done17:17
shdsfdsh"You may be able to avoid these problems by running without a swapfile" isn't it bad to run without swap, even with 16GB or RAM?17:17
k1lshdsfdsh: you can run without swap17:17
EriC^^arik1: ok, type "updatedb"17:17
shdsfdshk1l: But I heard it's bad to do that17:17
EriC^^arik1: then "locate modinfo.sh"17:18
k1lshdsfdsh: then you heard wrong things17:18
k1lshdsfdsh: you cant use hibternation without swap.17:18
mesihi!  (:17:18
naccshdsfdsh: i'm not sure about hibernation w/ encrypted swap, sorry17:18
naccshdsfdsh: it all depends on your system & usage17:19
shdsfdshnacc: Gaming17:19
arik1EriC^^, uhh updatedb IS taking a bit of time , that normal?17:19
EriC^^arik1: yeah17:19
naccshdsfdsh: as to whether you need swap or not; a good metric is to see if you are using swap as-is :)17:19
Andromeda1234So does LDAP and slapd have something similar to group policy? Can you join Windows NT machines to a realm?17:19
naccAndromeda1234: realm is an AD term, afaik :)17:19
Andromeda1234nacc or the equivalent17:20
naccAndromeda1234: LDAP is a protocol, slapd is an implementation of it in a server. And yes, there are lots of policies, afaik17:20
naccAndromeda1234: but offtopic for here, at this point, you should find an LDAP channel, I'd think17:20
mikrotiknick wahyu17:20
Andromeda1234nacc ahh ok! Sorry about that. I was just being curious.17:20
=== mikrotik is now known as wahyu
=== wahyu is now known as mikrotik
EriC^^arik1: still running?17:21
naccAndromeda1234: np, i just meant that it's not really ontopic for an ubuntu support channel :) I think you can easily find your answers with google, now that you know what to search for17:21
naccAndromeda1234: also, fyi: https://help.ubuntu.com/lts/serverguide/openldap-server.html17:22
naccAndromeda1234: also, I belive, AD can talk LDAP17:22
arik1EriC^^, yes17:22
Andromeda1234Nacc awesome!17:23
EriC^^arik1: odd17:23
EriC^^arik1: try ctrl+c17:23
arik1EriC^^, doe17:23
arik1done17:23
EriC^^arik1: ok, try locate modinfo.sh17:23
arik1EriC^^, like ctrl+c i mean17:23
arik1locate regardless?17:23
EriC^^yeah17:24
EriC^^it might show up17:24
arik1EriC^^, found17:24
EriC^^ok what path?17:24
arik1 /boot/grub/x86_64-efi/modinfo.sh17:24
EriC^^arik1: damn17:25
EriC^^why does it still have the efi dir17:25
arik1EriC^^, :(17:26
Paisleyhi all17:27
EriC^^try grub-install --target=x86_64 -d /boot/grub/x86_64-efi --boot-directory=/boot --recheck /dev/sdb17:27
EriC^^arik1: we can try using the live usb's grub menu to boot into the install normally and then reinstall grub from there if it doesn't work17:28
Paisleyhttp://askubuntu.com/questions/746376/cant-get-new-software-on-ubuntu-software-centre  I have a slight problem any ideas on how to dix it?17:28
Paisley*fix17:28
arik1EriC^^, cannot find efi directory17:28
EriC^^ok, it keeps trying to install in uefi17:29
EriC^^i think this doesn't work but try it, 1 sec17:29
EriC^^try grub-install --target=x86_64 -d /boot/grub/x86_64-efi --boot-directory=/boot --recheck --no-uefi-secure-boot /dev/sdb17:29
arik1EriC^^, ye still cant find efi directory17:30
xxx_ciao17:31
=== MiningMarsh is now known as Djibouti
EriC^^arik1: ok, np17:35
tushI set up a samba share on my desktop running ubuntu 14.4. I used the samba config tool set up my share folder. (using RAID5 sharing /mnt/rdisk/tush) I have a home network with a router and three computers.I can access the share from laptop running Windows10 and I can read files, but I cannot write (creat folder)to the share.17:36
EriC^^arik1: give "modprobe -r efivars" a shot17:36
arik1EriC^^, sorry for this taking so long, i really friken appreciate you sticking with me17:36
EriC^^no problem17:36
arik1EriC^^, "Fatal: module efivars is builtin"17:36
jedi___ /SET autocreate_own_query OFF17:36
jedi___ /SET autocreate_query_level DCCMSGS17:36
jedi___ /SET use_status_window OFF17:36
EriC^^arik1: ok, type exit17:38
arik1EriC^^, alright17:38
EriC^^arik1: then try rebooting in normal "usb"17:38
EriC^^but hold shift when it's booting and see if you can get a grub menu17:38
arik1EriC^^, wait do i need to do the tab and live thing17:39
EriC^^you might need to17:39
EriC^^btw i think the path error thing is due to some bootloader error for the usb that's caused by maybe using unetbootin to make it17:40
EriC^^how'd you make the usb?17:40
arik1EriC^^, ubuntu is loading up17:40
arik1EriC^^, uhh another live usb prog17:40
EriC^^ok, cool17:40
EriC^^if we can manage to quickly install grub that'd be awesome17:41
EriC^^arik1: rufus ?17:41
EriC^^arik1: a really great windows tool is linuxlive usb creator17:41
arik1EriC^^, universAL USB17:41
EriC^^arik1: ok, when the ubuntu usb loads, open a terminal17:42
EriC^^and paste the following17:42
arik1EriC^^, was a grub menu supposed to come up?17:42
EriC^^no17:42
arik1EriC^^, oh okay i was holding shift lol\17:42
EriC^^i mean it'd be better but it's ok17:42
LuckyTuxI just tried to play agario and it's lagging, how to fix it?17:42
arik1EriC^^, yeah booting this way always takes really long17:43
EriC^^sudo mount /dev/sdb2 /mnt && for i in /dev /dev/pts /proc /sys /run; do sudo mount-B $i /mnt$i; done && sudo chroot grub-install --recheck /dev/sdb17:43
arik1EriC^^, like it's black screen besides wfi networks available prompt and system  program problem detected17:43
EriC^^there's a typo17:43
EriC^^sudo mount /dev/sdb2 /mnt && for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done && sudo chroot /mnt grub-install --recheck /dev/sdb17:44
arik1EriC^^, i dont know why it takes so long to load like this17:44
arik1EriC^^, if this takes longer, should i recreate the usb?17:46
EriC^^arik1: yeah17:47
EriC^^try linux live17:47
riqdiizeric^^ some coffee17:47
arik1EriC^^, yeah this has too many errors ill use the tool you told me17:47
arik1EriC^^, and redownload17:47
riqdiizits coming frm ext drv!17:48
arik1EriC^^, is it alright if i use kubuntu this time?17:48
jack_C2H5OH17:50
kubuntuHi17:50
jack_Ethanol17:50
=== kubuntu is now known as Guest95215
Guest95215I am trying to install kubuntu 14.04 lts. I have windows os already on one partition. I am getting this error and the whole harddisk is shown as unallocated space with not partitions: dev/sda contains GPT signatures, indicating that it has a GPT table.  However, it does not have a valid fake msdos partition table, as it should.  Perhaps it was corrupted -- possibly by a program that doesn't understand GPT partition tables.  Or perhaps you deleted the17:51
Guest95215 GPT table, and are now using an msdos partition table.  Is this a GPT partition table?17:51
arik1EriC^^, sorry just to verify so i can start the download...kubuntu is fine?17:51
EriC^^arik1: yeah17:53
arik1EriC^^, alright thanks17:53
EriC^^Guest95215: you need to try sudo fixparts on the disk17:53
Sna4x8I'm using winbind with active directory, and I have it mostly working.  When I log in, however, I always get an error: "groups: cannot find name for group ID 10012."  Anyone have any advice?17:53
EriC^^Guest95215: type sudo gdisk -l /dev/sda | nc termbin.com 999917:54
Guest95215erry, sudo fixparts /dev/sda  ?17:54
EriC^^yeah, try gdisk -l first so we can get a better look17:54
EriC^^at what's there17:54
Guest95215http://termbin.com/as4w17:55
EriC^^Guest95215: ok, press ctrl+c17:55
EriC^^then type sudo fixparts /dev/sda17:55
Guest95215ok17:55
Guest95215NOTICE: GPT signatures detected on the disk, but no 0xEE protective partition!17:56
Guest95215The GPT signatures are probably left over from a previous partition table.17:56
Guest95215Do you want to delete them (if you answer 'Y', this will happen17:56
Guest95215immediately)? (Y/N):17:56
EriC^^y17:56
MonkeyDustGuest95215  next time, use a pastebin  http://paste.ubuntu.com/17:57
Guest95215Warning: 0xEE partition doesn't start on sector 1. This can cause problems17:57
Guest95215in some OSes.17:57
Guest95215MBR command (? for help):17:57
Guest95215MonkeyDust,  ok17:57
Guest95215EriC^^,  what now?17:57
compdocyou can use gparted to create mbr/gpt, but when you chjange one to the other, it deletes the partitions17:58
EriC^^Guest95215: press w17:58
Guest95215Final checks complete. About to write MBR data. THIS WILL OVERWRITE EXISTING17:58
Guest95215PARTITIONS!!17:58
compdocgparted will also create partitions that start on the right sectors, rather than trying to create them manually17:59
=== j is now known as tp43_
Guest95215compdoc,  EriC^^  but I have windows and I dont want to loose its partitions17:59
compdocbetter be careful18:00
EriC^^Guest95215: yeah press ok18:00
Guest95215EriC^^, ?18:00
EriC^^Guest95215: fire away18:00
Guest95215EriC^^,  wont it delete partitions?18:00
EriC^^no, all it did was remove the gpt data that's confusing the installer18:01
=== Akira is now known as Guest3939
EriC^^Guest95215: you might not need to press w after that since it said immediately i guess18:02
Guest95215EriC^^,  awesome18:02
EriC^^so just quit the program i guess and see if sees the partitions now18:02
Guest95215yes18:02
Guest95215works18:02
Guest95215thanks!!!!!!18:02
EriC^^Guest95215: no problem18:04
arik1EriC^^, ah this is actually a live usb isnt it, i think the setup i had before was an installation thing?18:05
arik1EriC^^, this one actually holds over right?18:05
EriC^^arik1: no it's the same thing18:06
truerock... if there's a persistence file on the live-USB, perhaps.18:06
arik1EriC^^, oh weird, why does it need virtualbox ?18:06
EriC^^it has an option for persistence, don't choose it though18:06
EriC^^yeah or virtualbox, they're optional18:06
arik1EriC^^, oh rip it's installing with virtual box\18:06
EriC^^oh, that sucks18:07
arik1EriC^^, restart it?18:07
EriC^^try to cancel it and do it again18:07
EriC^^yeah18:07
arik1EriC^^, where do i disable vbox?18:08
EriC^^it's at the bottom i think18:08
arik1EriC^^, enable launching in linuxlive in windows?18:09
EriC^^yeah18:09
ash_workzis there a way to delete posts on paste.ubuntu.com? other than email rt@ubuntu.com?18:13
ash_workzemailing*18:13
Piciash_workz: nope18:13
ash_workzdrat18:13
arik1EriC^^, i assume boot to normal usb18:14
Piciash_workz: which is part of the reason why I don't use it.  use a gist that you can control or a paste service that has expiration if you don't want to have to go through this sort of thing.18:14
EriC^^arik1: yeah18:14
arik1EriC^^, ayy no need to do the live stufff18:14
ash_workzPici: yeah... :(18:14
EriC^^right18:14
EriC^^arik1: in the installer, choose /dev/sdb as the location to install the bootloader to18:15
EriC^^(choose Something else , then manually partition, it should be at the bottom)18:15
arik1EriC^^, oh wait i thought we were gonna try kubuntu?18:15
arik1EriC^^, are we actually installing?18:15
EriC^^arik1: oh, it's up to you, i thought you wanted to install kubuntu18:15
arik1EriC^^, yeah i guess ill switch back18:16
EriC^^oh, you meant "live" stuff as in the booting thing18:16
arik1EriC^^, would it not be safer to put the bootloader on my primary drive?18:16
EriC^^if you want boot it, we can fix the install, it's just a step away, and give it a shot and see if you like it and stuff you can always reinstall kubuntu, up to you18:16
EriC^^arik1: no it's better to have the bootloader on the ubuntu hdd so it's a standalone install18:17
arik1EriC^^, alright sorry so whats our first steps?18:17
EriC^^and have the boot order in the bios set to boot it first18:17
=== jwheare_local_ is now known as jwheare_local
EriC^^arik1: ok, open a terminal and type sudo mount /dev/sdb2 /mnt18:18
arik1EriC^^,  done18:18
errywut18:18
sfdebughi, does anyone knows where is there a documentation about the UBUNTU_MENUPROXY variable?18:18
EriC^^arik1: ok, type " for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done "18:19
=== kenan is now known as kogu
arik1EriC^^,  done18:20
jushursfdebug: https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationMenu18:20
ash_workzI'm looking at the options for pastebinit... what's a permatag?18:21
sfdebugash_workz, thanks...18:21
EriC^^arik1: ok, type sudo chroot /mnt18:21
EriC^^arik1: then grub-install --recheck /dev/sdb18:21
ash_workzjushur: I assume that gratitude was for you18:21
jushurash_workz: yes i do guess so to.18:22
arik1EriC^^, failed to run command /bin/bash18:22
jushurash_workz: np18:22
arik1EriC^^, exec format error18:22
EriC^^arik1: does it say why?18:22
EriC^^oh18:22
ash_workzjushur: lol, I am the middle man now. :P18:22
EriC^^it's an arch mismatch18:22
sfdebugjushur, the variable just don't makes sense to me even reading this, the problem is that my SmartGit wasn't working and i had to do a "export UBUNTU_MENUPROXY=0" to it works, if i dont do that, when i try to open the SmartGit, it craches...18:22
EriC^^arik1: the kubuntu is 32bit i think18:23
arik1EriC^^, god dammit18:23
arik1EriC^^, yeah i think thats what the iso says..18:23
EriC^^arik1: type exit, then reboot18:23
EriC^^hold shift and see if grub shows up18:23
EriC^^we can try booting the install from kubuntu's grub18:23
=== tbergh is now known as TerjeB-H
arik1EriC^^, wait so just let the sys boot normally or from live usb18:24
EriC^^no, from the live usb18:25
arik1EriC^^, so  prss live mode correct?18:25
jushursfdebug: well maybe someone else knows more, maybe ask trough the forums/bugreports etc. and id asume its going to take a while to get proper ansver.18:27
sfdebugjushur, yes, thanks...18:28
LuckyTuxHey, can someone help me out with GCC, I really need to get it working for school18:28
arik1EriC^^, one question, if I install kubuntu would it fix any of the problems im having?18:29
EriC^^arik1: no, hold shift to get grub before it boots18:30
EriC^^arik1: kubuntu is 32bit though18:30
arik1EriC^^, yeah if i used 64bit18:30
naccLuckyTux: what do you mean? do you have an issue with the Ubuntu version of gcc?18:30
arik1EriC^^, and im holding shift but it just boots normally18:30
EriC^^well yeah as long as it boots in legacy mode18:30
EriC^^oh18:30
EriC^^i'd download another iso18:31
arik1EriC^^, for 64bit correct?18:31
EriC^^yeah18:31
arik1EriC^^, and installing normally would fix my unability to boot windows?18:31
EriC^^arik1: if the boot stuff on windows is correct yeah18:32
arik1EriC^^, alright ill try it :>18:33
arik1EriC^^, before i install kubuntu then should i do some bootrec commands on windows to make sure it's mgr is not corrupt?18:34
EriC^^yeah18:34
EriC^^try to get it booting by itself18:34
arik1EriC^^, it still should be unlesss anything we did corrupted it18:34
EriC^^set the bios to boot the windows hdd and try to get it booting18:34
arik1EriC^^, yeah i have no idea how to do this grub rescue always shows up18:34
arik1EriC^^, regardless what hdd i boot to18:34
EriC^^grub might be on both disks18:35
EriC^^try bootrec /fixmbr18:35
EriC^^or something similar i think18:35
cassiohello18:35
EriC^^boot /fixmbr maybe18:35
arik1EriC^^, ye i believe i did that when i was fixing windows mbr18:35
arik1EriC^^, how the hell did it end up on both disks18:36
EriC^^*shrug*18:36
arik1EriC^^, is there any way to remove it from my primary disk?18:36
kkubuntuEriC^^,  It seems that I have installed kubuntu but now it has no grub options and I cant go to8 windows18:37
LuckyTuxI removed gcc folder, how to get it back? :(18:37
arik1wat18:37
EriC^^LuckyTux: what do you mean?18:37
arik1why did you remove it lol18:37
EriC^^by removed it?18:37
leandrobokaouch!18:37
LuckyTuxin /usr/lib/i386-linux-gnu i removed gcc folder18:37
LuckyTuxtried reinstaling but it wont come back18:37
EriC^^kkubuntu: arik1 ?18:38
naccLuckyTux: why would you do that?18:38
kkubuntuEriC^^,  arikl whats that?18:38
LuckyTuxnacc: i don't know :'(18:38
EriC^^kkubuntu: oh, thought you were arik118:38
arik1sorry i was speaking to luckytux18:38
gallo_mobilehi I'm trying to set up my Ubuntu box as a NAS so I can vnc from my laptop and run as a media server... So far I've managed to get vnc working and am able to see/manipulate my Ubuntu screen.. but thats it18:38
kkubuntuEriC^^,  I am guestxxx I had an MBR issue few minutes ago18:38
gallo_mobilecan anyone help so that i can see the /mnt i have?18:38
arik1you could reinstall coreutils no?18:39
kkubuntuEriC^^,  you solved by fixparts /dev/sda18:39
EriC^^LuckyTux: try to reinstall libgcc-x.x-dev18:39
Bashing-om!details | gallo_mobile18:40
ubottugallo_mobile: 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)18:40
EriC^^type apt-cache search libgcc18:40
EriC^^kkubuntu: oh, ok18:40
kkubuntuEriC^^,  is there a way I can get through this?18:40
=== alin is now known as Guest10250
gallo_mobilecurrently i have a freshly installed ubuntu server with desktop 14.04, dconf editor to allow vnc from MacBook.18:42
gallo_mobileideally ubuntu-box runs Plex server, sickgear and backups of files/apps as a NAS so i can access locally or remotely18:43
kkubuntuEriC^^,  are you there?18:44
gallo_mobileall I've managed to install is dropbox, plexserver and sickgear. when I open a file browser in macbook i can see ubuntubox but can only screen share. i cannot see/copy/move/ files18:44
ghostmagOkay, I've got still the following problem: Using Chromium I am not able to find the Chromium Launcher18:44
baizonghostmag: have you tried logging out and in again?18:45
ghostmagUsing Chromium from the Ubuntu Software Center, Verion 48.0.2564.11618:45
Bashing-omgallo_mobile: I know nothing of setting up file sharing from a Mac . Others will have to take up my slack .18:45
ghostmagbaizon: I tried do reinstall Chromium, but funnily I was still logged in after that. I'll give it a shot18:45
sfdebugdoes anyone know how can a 14.04 change the version to 15.04??18:45
EriC^^kkubuntu: yeah18:45
EriC^^kkubuntu: type sudo parted -l | nc termbin.com 999918:46
gallo_mobilewell i'm looking to setup file sharing FROM ubuntu so my mac can see if that maks a difference18:46
gallo_mobilemakes*18:46
k1lsfdebug: can you give more info?18:46
baizonsfdebug: you have to install 15.10 directly18:46
sfdebugmy ubuntu was 14.04 but now i see that it is 15.0418:46
MonkeyDustsfdebug  if you don't mean an upgrade, explain what brings you here18:46
baizonsfdebug: 15.04 is eol so no packages for that18:46
EriC^^arik1: running the windows mbr command should overwrite grub18:46
=== tom_ is now known as Guest22375
kkubuntuEriC^^,  http://termbin.com/pwln18:46
arik1EriC^^, weird because it never does18:47
k1lsfdebug: can you show "uname -a" "lsb_release -d"18:47
danny_hi18:47
arik1brb18:47
MonkeyDustsfdebug  what's the output of   cat /etc/issue   and where do you see it's 15.0418:49
ghostmagbaizon: Good guess, but did not work. Any other suggestions?18:49
kkubuntuEriC^^,  http://termbin.com/pwln18:49
sfdebugMonkeyDust, Ubuntu 15.04.4 \n \l18:50
baizonghostmag: your launcher for chromium is missing?18:50
sfdebugMonkeyDust, Ubuntu 15.04 \n \l18:50
ghostmagbaizon: Yes, the App Launcher18:50
tewardsfdebug: 15.04 is End of Life18:50
teward!15.04 | sfdebug18:50
ubottusfdebug: Ubuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and http://ubottu.com/y/vivid18:50
sfdebugMonkeyDust, copied wrong someway... that is: Ubuntu 15.04 \n \l18:50
Bashing-omgallo_mobile: See: http://ubuntuforums.org/showthread.php?t=283131 for tutorial to set up the fstab file for NAS .18:51
k1lsfdebug: what is "uname -a"?18:51
ghostmagbaizon: This little thing: http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2013/07/Chrome_launcher_menu.png18:51
ghostmaglooks the same in Chromium, just in blue18:51
ghostmagIn fact, no Chromium App is shown directly in Ubuntu18:51
gallo_mobileBashing-om: thanks!18:52
kkubuntuEriC^^,  if you are busy, I can wait18:52
arik1EriC^^, okay so i booted up my windows repair disk18:52
LuckyTuxEriC^^: what libgcc to install and how? still haven't fixed my problem18:52
arik1EriC^^, and im going to input the following commands18:52
exospeciescan one get lubuntu help here? lxde crashes very time18:53
arik1EriC^^, bootrec /fixmbr bootrec /fixboot bootrec /rebuildbcd18:53
exospeciesevery18:53
arik1EriC^^, anything else or anything i should chnage18:53
Bashing-omgallo_mobile: :) .. not done yet ( maybe) .. see where you are after reading the turorial and setting up your fstab ( make frequent backups ) .18:54
sfdebugk1l, let me see18:54
rdlf1024Hello there Ubuntu Team, any idea of an application that will show me which apps or services are using my bandwidth?18:54
arik1EriC^^, doing bcdedit /enum is completely normal18:54
sfdebugk1l, that's : Linux steve-desktop 3.13.0-79-generic #123-Ubuntu SMP Fri Feb 19 14:27:58 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux18:55
arik1EriC^^, it still goes to boot rescue18:56
rdlf1024Network Manager just won't do it.18:57
EriC^^kkubuntu: which windows do you have?18:57
EriC^^arik1: that's odd18:57
EriC^^are you sure the windows one is selected in the bios?18:57
gallo_mobileBashing-om: oh my .... might be beyond my scope... gonna read up on it as much as possible before i pull the trigger18:57
k1lsfdebug: please run "grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/*18:57
k1l | nc termbin.com 9999"18:57
kkubuntuEriC^^, vw818:57
arik1EriC^^, 100%18:57
arik1EriC^^, it's my WD disk 650 gb18:57
EriC^^kkubuntu: try sudo update-grub18:58
kkubuntuhm18:58
kkubuntuEriC^^,  Found Windows 8 (loader) on /dev/sda118:58
kkubuntudone18:58
Bashing-omgallo_mobile: Uh Hih .. the heart of "mounting"; take your time .. the effort has great return .18:58
EriC^^kkubuntu: ok, try rebooting18:59
kkubuntuEriC^^,  looks like it will work but I will reboot.18:59
arik1EriC^^, so im guessing install kubuntu wont fix it?18:59
kkubuntuEriC^^,  thanks again18:59
kkubuntu!!18:59
EriC^^kkubuntu: no problem18:59
EriC^^arik1: it might18:59
EriC^^arik1: try removing the ubuntu hdd if it's very easy to remove18:59
arik1EriC^^, alright ill do that again19:00
TJ-arik1: EriC^^ is it possible there's a USB flash storage connected?19:00
arik1TJ-, yes both my live usb and another usb with the windows repair disk19:00
sfdebugk1l, http://termbin.com/ldc219:01
arik1EriC^^, removing ubuntu hdd does nothing unforunately19:01
TJ-arik1: then I'd bet one of those is being booted first, and has a partial GRUB core install on it19:01
arik1TJ-, ive removed all usbs and ubuntu hd19:02
ash_workzis it dangerous to use gparted to resize your partitions?19:02
arik1TJ-, the only thing left to boot is my wd disk (windows) and efi shell19:02
arik1TJ-, still goes to grub rescue19:02
EriC^^arik1: hmm i recall you had 2 1mb partitions on the windows disk19:03
EriC^^( looked like bios_boot ones )19:03
EriC^^maybe it's booting grub from there19:03
arik1EriC^^, i see19:03
arik1EriC^^, go into gparted then?19:03
EriC^^yeah delete them they're not needed anyways19:03
arik1EriC^^, ill check em out19:04
EriC^^i think there'd have to be something in the mbr to point to them though, so it still doesn't add up much19:04
ash_workzTJ-: I just re-went over our extensive talk on why I keep running out of /boot space and what is retained over old versions of linux kernels.19:04
ash_workzTJ-: thank goodness I have logs.19:05
TJ-arik1: EriC^^: could be EFI grub via a default boot order entry loading a /EFI/ubuntu/grubx64.efi ?19:05
TJ-ash_workz: ha! logs are my saviour at times19:05
EriC^^TJ-: there's no efi partition on the disk though19:05
ash_workzTJ-: Indeed.19:06
EriC^^http://termbin.com/kewl parted -l paste19:06
TJ-EriC^^: that's good!19:06
k1lsfdebug: well, what did you do to that machine? installed 3rd party packages? .deb packages?19:06
arik1EriC^^, TJ- , alright so i opened kde partition manager19:06
arik1EriC^^, TJ- i see two 1 mb partitions on sda19:07
EriC^^arik1: ok, delete them19:07
arik1okay19:07
arik1EriC^^, well one i can tell is being used19:07
arik1EriC^^, 38kb used19:07
arik1EriC^^, ill delete em both19:07
TJ-arik1: when you get the GRUB "rescue >" prompt type "ls" to get a list of devices. The order they're displayed in will give a hint as to what order the PC's BIOS has set the boot ordering19:08
arik1EriC^^, deleted19:08
arik1TJ-, and alright i tried doing ls in that and i see hd019:08
arik1TJ-, and a whole bbunch of other stuff19:08
EriC^^arik1: ok, try rebooting19:08
skitoxeHello and good evening everyone!19:08
TJ-arik1: if it happens again try reporting exactly what you see; that info would be extremely useful19:09
skitoxeor day/night depending on where you are19:09
arik1TJ-, will do sorry19:09
arik1EriC^^, seems to boot to grub rescue19:10
TJ-arkus: also issue the command "set" to report the variables, especially look at "prefix" and "root" because they'll help narrow down where GRUB thinks it is19:10
arik1TJ-, the output of ls is19:10
arik1TJ-, (hd0) (hd0, msdos2), (hd0, msdos1), (hd1) (hd2) (hd2, msdos1) (hd3) (hd3, msdos1)19:10
avalon_oh! its obvious...19:11
TJ-arkus: so that tells you the 'first' disk (hd0) has MSDOS disk label and 2 partitions only19:11
ash_workzoh man... so I really have to jump on a liveOS to run gparted and resize the partitions.19:12
ash_workzfor some reason I thought you could do that at boot or something19:12
TJ-arkus: now try "ls (hd0,msdos1)/" and see if you get a files list, and if so, if you can recognise which drive/partition they're on19:12
TJ-ash_workz: the joys of LVM mean you can resize on demand; hard partitioning, not so much.19:12
arik1EriC^^, unknown filesystem19:12
arik1whoops19:12
arik1TJ-, unknown filesystem19:12
TJ-arik1: ok, now try "ls (hd0,msdos2)/"19:13
ash_workzTJ-: LVM  = linux virtual machine?19:13
TJ-ash_workz: Logical Volume Management19:13
arik1TJ-, unknown file system19:13
sfdebugk1l, i installed a smartgit .deb package19:13
TJ-ash_workz: e.g. https://wiki.ubuntu.com/Lvm19:13
ash_workzTJ-: so "Resize on demand" means "alter according to leftover space" ?19:13
ash_workzTJ-: s/leftover/unpartitioned19:14
TJ-arik1: OK, so that means that GRUB's core (the bit of code running 'rescue') does not have the file-system driver for those partition file-systems, which suggests they may not be msdos (possibly NTFS)19:14
arik1TJ-, i see19:14
TJ-ash_workz: yeah, as in I usually leave 20% of disk space unallocated when using LVM, because a simple "lvextend -L +2G /dev/mapper/VG-LV && resizde2fs /dev/mapper/VG_LV" will do the job, even to the root file-system19:15
TJ-arik1: try the same approach with the other partitions on other drives, until you hopefully find one you can recognise19:16
arik1ls (hd1)/ ?19:16
TJ-arik1: no, partitions only e.g. "ls (hd1,msdos1)/ "19:16
arik1TJ-, from what i can tell they all do not  recognize19:17
TJ-arik1: OK, not being very helpful. what does "set" tell you the prefix=19:17
arik1TJ-, prefix=(hd0)/boot/grub19:18
TJ-arik1: Ahhh! well, that is broken!19:18
ash_workzis sr0 under lsblk "unpartitioned" space?19:18
arik1D:19:18
TJ-arik1: that drive reference should have a partition identifier, so that tells us - as an aside - that something broke when that copy of GRUB was installed19:19
mt_hello19:19
ScottHortonCan someone offer some help? Watching a video through chromium fullscreen on tty7 and it froze (no video, but audio still played). No mouse, no keyboard input works. How can I unfreeze it? Tried killing chromium process.19:19
TJ-ash_workz: sr == SCSI Removable - usually a DVD/CD/BR drive19:19
ash_workzgrr19:19
arik1TJ-, that sounds frightening...19:19
user_Bashing-om: can you help me with the Steam problem? :) please19:19
arik1TJ-, oh wait!19:20
arik1TJ-, if this is any help19:20
ScottHortonuser_: What do you have?19:20
mt_i want ask if some face this problem ( I have 2.5 HDD 2TB ) when i want copy files from this HDD to other the drive not found despair19:20
arik1TJ-, openSuse didnt properly install bootloader19:20
arik1TJ-, but then i fixed it using boot-repaor19:20
arik1TJ-, (installing ubuntu)19:20
TJ-arik1: that sounds like a good explanation of what you're seeing, then19:20
arik1TJ-, unfortunately it's not working again19:20
arik1TJ-, so is it savable D:19:21
user_ScottHorton: the thing is I play Steam´s games, specially Dota2. I regularly dont have any problem in regard of fps, but in Dota2 I have heavy fps lag when Im playing. I have a good connection, and yesterday I checked that my video drivers where correct etc., and its all fine. So Im a little desperate cause I dont know how to fix the problem :(19:21
ash_workzTJ-: is there a way to tell if there is any space that is unallocated to a partition?19:21
k1lsfdebug: your sources.list is fine. so in case you didnt change that right now there must have been something different19:22
TJ-arik1: I'm wondering if you've got the drive with the GPT disk label (ST340014AS) also having a hybrid/protective MBR disk label, and GRUB core.img only has the msdos partitioning code built-in, meaning you can't see the correct partitions19:22
mt_Drone` : i want ask if some face this problem ( I have 2.5 HDD 2TB ) when i want copy files from this HDD to other the drive not found despair19:22
TJ-ash_workz: you'd have to calculate the number of sectors used by the partition, and compare against what the file-system tools report using19:22
arik1TJ-, that would be my linux drive19:23
ash_workzsuper19:23
sfdebugk1l, sorry, that was my output... the correct (that is a friend of mine) is: http://termbin.com/niut19:23
arik1 brb\19:23
GivenToCodehi all, installing ubuntu for the first time. i only have a 128GB SSD, is encryption overhead too much? I'd like to try it out...19:23
user_ScottHorton: when I say specially Dota2, I mean that for example when I play youtube video in HD or any other type of video I dont have any problem with fps. The fps lag only happens when I play Dota219:23
ash_workzTJ-: what about `parted` ?19:24
TJ-arik1: the parted output shows the ST340014AS has  GPT with an EFI-SP *and* a BIOS-boot partition. If that also has a hybrid/protective MBR, that could explain the problems when it boots in legacy BIOS/msdos mode19:24
paultierwaiting...19:24
TJ-ash_workz: it can tell you the partition size: "parted /dev/sdX unit s print"19:25
k1lsfdebug: that friend did change the repo to 15.04 himself19:25
k1llook at the "phploc" part19:25
Bashing-omuser_: Steam. all I can do is try, as repeatedly advised, I have no experience with steam .19:25
TJ-arik1: if you have access to a useful EFI Shell on the system, I'd suggest booting into that and using it to try to manually bootstrap an EFI boot (if grub-efi is installed)19:26
user_Bashing-om: what do you mean with try? Where should I get the official repos for Steam? Form Ubuntu Softwaree Center?, cause I searched for it and it says there is no package called steamed19:26
user_Bashing-om: *Steam19:26
ash_workzTJ-: what information is "Free space"  or "" under "File system" when you run `parted` and then `print free` ?19:26
arik1arik1, i do yes, its from my bios\19:27
arik1TJ-, booted19:28
TJ-ash_workz: I use the 'size' column from the output of the command I suggested; the values are in sectors (that's what the 's' suffix means)19:28
arik1wow i tagged myself lol19:28
mia_hi all19:28
mia_is it possible to use ubuntu on raspberrypi19:28
k1lmia_: raspberry pi 1: no.19:29
TJ-arik1: You should be able to use 'help' to check what commands the EFI shell provides. Try "devices" and "dir /" to begin with to get a feel for it. I have to leave now but I recommend working from that EFI shell - it is very powerful if it is the fulle TainoCore EDK v2 shell19:29
lapyowhy wouldn't it be possible19:29
k1lmia_: rpi 2 and 3: yes19:30
TJ-lapyo: raspi 1 used an older ARM architecture that the Ubuntu ARM builds don't support19:30
lapyoah, ofc19:30
arik1TJ-, thats too bad, im not necessarily sure imm comfortable with shell yet19:30
k1llapyo: the ARM SoC is way to old on the rpi 1. ubuntu doesnt support that old one19:30
lapyohow about rpi 219:31
TJ-arik1: maybe someone else can step in at this point. You can't do any damage by looking around at the drives/partitions from the EFI shell though19:31
k1llapyo: see my answer19:31
lapyoyeah, ofc19:31
ash_workzTJ-: I think I don't get it, you're supposed to replace sdX with the partition you want to check right? But wont that just give you information on individual partitions? Don't you need to know the size of space not in a partition to see if you can resize one using LVM?19:31
pomuazI got this error on boot "attempt to read or write outside of disk 'hd0'19:32
arik1TJ-, yeah thanks for everything19:32
pomuazhow do I deal with it?19:32
pomuazalso later I got an error that the temperature was above thershold19:32
pomuazthreshold19:32
coredumpcan someone tell me if ubuntu servers can update from 12.04 to 16.04 or only 1 version "jump" at a time?19:32
EriC^^arik1: try installing kubuntu and see if it can boot windows19:33
k1lcoredump: you can go 12.04 to 14.04. then 14.04 to 16.04 (when 16.04.1 is released )19:33
EriC^^arik1: you can always tackle it later to get windows to be standalone19:33
arik1EriC^^, alright will do19:33
arik1EriC^^, do i install in uefi usb or nornmal usb19:33
pomuazI got this error on boot "attempt to read or write outside of disk 'hd0'; I rebooted and then I got an error that the temperature was above threshold19:33
EriC^^normal usb19:33
arik1EriC^^, does it even matter19:33
coredumpk1l  so no 12.04 -> 16.0419:33
arik1EriC^^, alright19:34
EriC^^arik1: yeah, it has to be normal usb cause windows is in legacy mode19:34
k1lcoredump: no. you need to step to 14.0419:34
coredumpdamn19:34
pomuazcan anyone help?19:34
coredumpthanks k1l19:34
arik1EriC^^, what are the limitations of legacy mode anyways?19:35
=== spider_ is now known as Spider
arik1EriC^^, im not even sure why it is that way19:35
andyfiedif your HDD is getting too hawt, i'd recommend getting a new one19:35
arik1EriC^^, alright so thankfully kubuntu still detects windows1019:36
EriC^^arik1: it's just a little slower to boot, and efi lets you have more than 1 bootloader present at a time19:36
arik1EriC^^, ill install to my 2nd hdd as usual?19:37
EriC^^yeah, choose the Something else option and manually partition the 2nd hdd19:37
arik1EriC^^, something else option?19:38
EriC^^at the bottom choose /dev/sdb as the bootloader location19:38
EriC^^arik1: yeah, where it says Erase windows and install ubuntu, encryption lvm, something else19:38
arik1EriC^^, I see guided use entire disk, guided use entire disk and setup LVM, guided use entire disk and setup encrupted LVM19:38
arik1EriC^^, and manual19:38
EriC^^ok, choose manual19:38
EriC^^guess it's a kubuntu thing19:38
arik1EriC^^, alright done so19:38
arik1EriC^^, i see biosgrub on /dev/sdb419:39
EriC^^ok, keep that19:39
ash_workzTJ-: so you can't use LVM to reduce the size of 1 partition and increase the size of another?19:39
EriC^^or just do a clean one over19:39
EriC^^arik1: remove everything from the 2nd hdd19:39
arik1EriC^^, so i selected /dev/sdb19:40
arik1EriC^^, where is the bootloader?19:40
arik1EriC^^, also sdb?19:40
EriC^^yeah19:40
EriC^^make 1mb bios_boot partition, and the "/" partition and swap19:41
arik1EriC^^, no root file system is defined19:41
EriC^^how much ram does the pc have?19:41
arik1EriC^^, 8gb19:41
EriC^^arik1: did you delete everything?19:41
arik1EriC^^, uh it wont let me click the checkmark format beside /dev/sdb19:42
EriC^^only delete the partitions19:42
EriC^^choose them and press the "-" sign at the bottom19:43
arik1EriC^^, incl biosgrub?19:43
EriC^^yeah19:43
arik1EriC^^, so now i create a new partition ?19:43
EriC^^yeah create a 1mb bios_boot first19:44
arik1EriC^^, reserved bios boot area?19:44
EriC^^yeah19:44
arik1EriC^^, any mount point?19:44
EriC^^nope19:44
arik1EriC^^, that creates two 1 mb partitions19:45
arik1EriC^^, is that normal19:45
EriC^^no19:45
arik1EriC^^, delete the non biosgrub one then?19:45
EriC^^yeah19:45
EriC^^maybe it wants it to be 2mb?19:45
arik1EriC^^, it's seperate though, also it wont let me delete19:46
EriC^^ok try deleting both19:46
EriC^^and make a single 2mb one19:46
m82labsIf I add some new dns-search domains to my interfacesw file, how do I then update resolv,conf? ifdown then ifup?19:46
arik1EriC^^, deleting the bios reserved ended up deleting both19:46
arik1EriC^^, i did 2 mb and it created 2 one mb partitions again19:47
EriC^^arik1: ok, np19:47
EriC^^how much more free space do you have?19:47
arik1EriC^^, 399997mb19:47
arik1EriC^^, so 40gb19:47
arik1EriC^^, almost19:47
arik1EriC^^, on this disk atleast19:47
EriC^^ok, create a 31.5gb "/"19:48
MerkabahOk so are there any reason at all for the constant update packages for Ubuntu? I try to use this for hosting servers and I keeps updating crap! This is supposed to be something better then Microsoft!19:48
EriC^^arik1: 31.5gb ext4 with mountpoint "/"19:48
arik1EriC^^, when yo say "/" you mean mountpoint yes?19:48
arik1EriC^^, ah19:48
EriC^^and 8.5gb swap19:48
compdocMerkabah, you can turn off auto-updates, and even checking for updates, but you'll need to update manually every once in a while19:48
MerkabahWhys is there even an update system in Ubuntu? This makes no sense..19:49
MerkabahWhy is*19:49
MerkabahIt used to be install use and done..19:49
MerkabahI really hate updates..19:49
arik1EriC^^, did so19:49
compdocMerkabah, all operating systems have updates19:50
EriC^^arik1: ok, press install19:50
EriC^^did you set19:50
EriC^^the bootloader at /dev/sdb?19:50
arik1EriC^^, yes19:50
pomuazI had a lot of issues rebooting, can anyone please help me?19:50
EriC^^ok, cool19:50
MerkabahThey don't have to have that.. That a poison from the developers..19:50
MerkabahYou can make something that works all the time without updates..19:50
MerkabahAnd then just release new versions of the OS every year or so19:51
MerkabahThats how it used to be..19:51
pomuazI had a lot of issues rebooting, can anyone please help me?19:51
Rave1Merkabah,  so shut off the updates and run obsolete software19:51
jsmaniacwowwwww19:51
MerkabahWhats with them updates anyway they don't fix anything?19:52
MerkabahAdd more crap19:52
EriC^^gentlemen, we are under trollage19:52
arik1EriC^^, heres to hope19:52
MerkabahIt makes me sad though..19:52
pomuazhow do you diganose booting issues?19:52
EriC^^arik1: :D19:52
pomuazdiagnose19:52
jsmaniac /quit19:53
EriC^^pomuaz: what's the problem?19:53
pomuazit wouldnt boot a few times, and gave me a bunch of errors19:53
Bashing-ompomuaz: Maybe I can help .. what is the issue ? We talking a UEFI based system ?19:53
arik1EriC^^, so just to make sure, this makes me super dependable on my 2nd hd no?19:53
tushhow to reset SAMBA user password???19:53
pomuazBashing-om, I'm not sure19:53
arik1EriC^^, if i were to remove it, id be screwed?19:53
EriC^^arik1: yeah19:54
k1lMerkabah: ubuntu only ships security and big bugfixing updates.19:54
EriC^^arik1: pretty much, yeah19:54
pomuazand its refusing to launch some stuff19:54
arik1EriC^^, also theres no way to switch off legacy without reinstalling windows?19:55
EriC^^arik1: yeah19:55
arik1not really sure why it was legacy in the first place :/19:55
pomuazhow do you diagnose booting issues? my system refused to boot a few times and gave me some writing and reading errors19:55
pomuazthen it rebooted into terminal before booting properly19:55
EriC^^pomuaz: it was working properly?19:56
pomuazEriC^^, having some issues launching apps from the launcher for some reason19:56
MerkabahSo security updates are supposed to fix holes and stuff? It never was an issue before now was it?19:56
pomuazEriC^^, cant launch chrome or kodi from the launcher for some reason19:57
Bashing-ompomuaz: Likely the system detected a file system error, and protected itself from further damage . Did the system run a file system check ? Have you ran the file system check ( from a liveDVD(USB) so the file system is not in use )19:57
pomuazBashing-om, I'm not sure, aet least not knowingly19:58
pomuazthough I think it updates some things and required a reboot and then I delayed it, forgot about it and possibly hard booted to another OS19:58
arik1fingers crosseddd19:59
Bashing-ompomuaz: Let's do the prudent thing and run that file system check . Got a live disk of what the installed operating system is ?19:59
arik1EriC^^, rip19:59
=== lubuntu is now known as Guest63280
pomuazBashing-om, I dont19:59
arik1EriC^^, it still goes to grub rescue unfortunately19:59
Bashing-ompomuaz: UH Huh // that ^^ could sure cause an inconsistent file system .19:59
EriC^^arik1: set the ubuntu hdd as first boot device19:59
EriC^^if you haven't yet20:00
pomuazBashing-om, the hard booting into another OS?20:00
k1lMerkabah: ok, please use your own blog for that ranting. this channel is for technical support20:00
arik1EriC^^, oh wow yeah i see everything20:00
arik1EriC^^, whoops20:00
arik1EriC^^, okay so then ill set that as highest priority hype20:00
EriC^^yeah20:01
Bashing-ompomuaz: At this point with the info pprovided of a bad shut down, need to run that file syste, check/repair . Make up a liveDVD of the installed operating system and we run that repair.20:01
EriC^^you should get grub if things went well, with windows there20:01
arik1EriC^^, so wow that looks like thats it20:01
arik1EriC^^, anyway to switch the order around in bootloader?20:01
pomuazI dont have a dvd here20:01
EriC^^is windows there?20:01
pomuazI'll need to get one in a few days20:01
arik1EriC^^, yes!20:01
EriC^^arik1: it's booting fine?20:02
arik1EriC^^, i started typing so it loaded up kubuntu20:02
arik1EriC^^, ill try in a sec20:02
pomuazcan anyone tell me why I can't seem to launch chrome or kodi from the launchbar?20:02
Bashing-ompomuaz: A spare USB drive around ?20:02
a40ntistosHello everyone :) I want your opinion please, It is wisw to buy an Dell out of the box with Ubuntu? Like Inspiron 3543?20:02
EriC^^ok20:02
pomuazBashing-om, nope :(20:02
MerkabahWell it's just extremely annoying.. Linux is supposed to be better then Windows and hosting servers when the updates steal connection and restarts computer is not what I want when hosting TeamSpeak and game servers.. It's very annoying reminds me of Java after Oracle bought it.. 1 Update every other day!20:02
MerkabahBut I'll stop now it's good..20:02
pomuazCould not init logging classes. Permission errors on ~/.kodi (/root/.kodi/temp/)20:03
pomuazERROR: Unable to create application. Exiting20:03
pomuazwhats that20:03
Bashing-ompomuaz: As I see it .. establishing that the file system is in a consistent state is foundational .20:03
phenomenonA laptop with a headphone plug with microphone, does it need any special drivers or something?20:03
arik1EriC^^, so im switching stuff around in my bios20:03
arik1EriC^^, and i do not see my 2nd hdd20:03
Bashing-ompomuaz: Corruption at some level .20:03
pomuazBashing-om, :\20:03
arik1EriC^^, i see my first and then USB harddisk20:03
phenomenonso you can use a headset from a phone and use skype with it20:04
EriC^^arik1: odd20:04
EriC^^maybe cause it's using gpt?20:04
pomuazso what can I do ?20:05
pomuazif I dont have a livedvd or usb20:05
arik1EriC^^, so then we cant give it prority ?20:05
arik1EriC^^, or is USB hard disk it?20:05
EriC^^arik1: yeah that might be it20:05
ydnahi i need help setting up grub. my boot partition is /dev/sdb1, /dev/sdb2 is an encrypted lvm20:05
ydnainside this lvm is /home, /, etc20:05
ydnai'm not sure how to setup grub and cryptab20:06
ydnai've done it prior but i forgot completely20:06
pomuazBashing-om, anything I can do with it?20:06
arik1EriC^^, erm yeah it still boots rescue so im not sure how to give it priority20:06
arik1EriC^^, let me get windows startd thoug20:07
arik1EriC^^, windows looks to be booting20:07
EriC^^arik1: nice20:07
TJ-ynda: /etc/crypttab: something like: "LUKS_OS   UUID=f7175e39-2594-4cb9-b842-de2e1c208f61 none luks,discard" (for an SSD needing discard/TRIM support), then "GRUB_ENABLE_CRYPTODISK=y" in /etc/default/grub20:08
EriC^^try to bootrec /fixmbr20:08
arik1my filess yay20:08
arik1and alright20:08
EriC^^TJ-: isn't that if /boot is part of the encrypted install?20:08
Bashing-ompomuaz: We can take a poke at the system .. see if the package manager is still in a happy state : ' sudo apt update ; sudo apt upgrade ; sudo apt-get -f install ; sudo dpkg -C ' anyh errors we need to see all and in context .20:09
TJ-ydna: then you do "update-initramfs -u", "grub-install" and "update-grub"20:09
ydnaok TJ- i'll set up chroot one sec20:09
TJ-EriC^^: ahhh, good point. I'm so used to it.20:09
TJ-ydna: if the /boot/ partition isn't encrypted you don't need GRUB_ENABLE_CRYPTODISK=y20:10
ydnaEric^^ what is the for loop to mount what i need binded (from yesterday)20:10
EriC^^for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done20:10
ydnathanks20:10
TJ-ydna: generating the initrd.img will cause the hooks for cryptsetup to copy the required files into the image so the partition can be unlocked at boot-time20:10
EriC^^np20:10
NoCode117586 frames in 5.0 seconds = 23517.188 FPS -- in glxgears with a 760 -- is that even .. right?20:11
TJ-ydna: "for D in proc sys dev dev/pts run; do sudo mount --bind /$D /path/to/mountpoint/$D; done"20:11
PiciNoCode: glxgears is not a benchmark20:13
steve_Hello, I'm using Ubuntu 15.10 and it isn't remembering my passphrase for my SSH key - what piece of software should be remembering it? I notice that ssh-agent is not running20:13
arik1EriC^^, odd bootrec isnt recognized20:14
EriC^^arik1: is there a repair utility or something?20:14
ydnaok TJ- and  Eric^^ i'm going to try this and  reboot thanks for the help20:14
arik1EriC^^, using my repair disk yeah?20:14
NoCodePici, Okay.20:14
arik1let me see20:15
EriC^^arik1: try opening an administrator command prompt20:15
EriC^^maybe it works in that one20:15
arik1EriC^^, already done20:15
arik1EriC^^, maybe powershell?20:15
=== steve is now known as hispeed67
EriC^^arik1: yeah why not20:16
arik1EriC^^, yeah doesnt work lol20:16
hispeed67hey, what is a good way to use wireless networking without a wireless hub? i.e. is there any way to connect two laptops via wifi without a hub/router?20:17
EriC^^:D20:17
EriC^^which windows is it?20:17
arik1er 1020:17
arik1EriC^^, 1020:17
* EriC^^ googles20:17
EriC^^arik1: try cd c:\Windows\system3220:18
arik1EriC^^, ye when you run as admin it's automatically in that directory20:19
avalon_hispeed67: crossover ethernet cable or ad-hoc wireless network20:19
EriC^^ok, type bootsect /nt60 c: /mbr20:19
avalon_google both20:19
arik1EriC^^, done20:20
EriC^^arik1: ok try rebooting20:20
hispeed67avalon_ my desire is to connect two computers with N network adapters without using my G hub.20:21
ydnai'm back. if i boot in legacy mode, the boot fails. is my partition table wrong?20:21
arik1EriC^^, that seems to have fixed it but it gave me no options to boot to kubuntu lol20:21
John[Lisbeth]ydna: are you sure your computer supports legacy mode?20:22
arik1EriC^^, not too much of a hassle though since i can probably force it to boot20:22
ydnaJohn[Lisbeth] if i use uefi mode, it says it cannot find anything to boot20:23
EriC^^arik1: try booting kubuntu20:23
EriC^^arik1: maybe if you convert the hdd to mbr it'll recognize it20:24
John[Lisbeth]ydna are you choosing these modes from within the ubuntu installer or from within your startup menus/os?20:24
ydnaJohn[Lisbeth] bios20:24
EriC^^arik1: ah you need to boot the live usb though20:24
John[Lisbeth]Are you sure that the boot medium is not corrupted?20:24
EriC^^boot the live usb and then we can try converting it, it's very quick20:25
arik1EriC^^, alright so boot to normal usb?20:25
EriC^^yeah20:25
arik1does windows not have it's on way to have multiple oses?20:26
arik1own*20:26
ioriaarik1, yes, but Windows based20:27
ioriaarik1, like win7 and Xp20:27
arik1ioria, oh so no non-windows20:27
arik1ioria, rip20:27
ioriaarik1, idk, i think NOT20:27
maikolchfhola20:28
arik1EriC^^, alright live usb is up20:28
phil42konnichiwa20:28
EriC^^arik1: ok, type sudo parted -l20:29
EriC^^make sure the ubuntu hdd is still /dev/sdb20:29
arik1EriC^^, alright typed anddd20:29
bekksphil42: konnichiwa, phil42-san20:29
phil42konbanwa bekks-san20:30
arik1EriC^^, termbin.com/dtf920:31
arik1EriC^^, i believe so20:31
EriC^^arik1: sudo gdisk /dev/sdb20:31
arik1EriC^^, yes found valid gpt with protective mbr using gpt20:32
phil42ohayou bekks-san20:32
EriC^^arik1: ok, press "r"20:33
arik1EriC^^, i pressed it but no enter?20:33
EriC^^yeah hit enter20:33
arik1EriC^^, alright in recovery20:33
EriC^^ok, press "g"20:33
larryfg20:33
bekksphil42: Lets stick to support in here ;) Although I'd responded with "genki" ;)20:33
arik1EriC^^, yep in mbr command20:33
ioriaおはようございます20:34
EriC^^arik1: ok, press "w" i think to write20:34
EriC^^arik1: press ? to see the options20:34
arik1EriC^^, converted 3 partitions filalize and exit20:34
EriC^^ok, exit20:34
arik1EriC^^, restart then?20:34
EriC^^arik1: not yet20:35
EriC^^type sudo partprobe20:35
EriC^^then sudo mount /dev/sdb2 /mnt20:35
EriC^^( we need to install grub to the mbr )20:35
arik1EriC^^, command not found20:35
arik1EriC^^, oh wait20:35
arik1EriC^^, whoops20:35
a40ntistosHello everyone :) I want your opinion please, It is wise to buy an Dell out of the box with Ubuntu? Like Inspiron 3543?20:35
phil42^^20:35
intux__hello there20:35
arik1EriC^^, alright mounted20:35
phil42w20:35
k1la40ntistos: why not20:36
k1la40ntistos: technically there is no reason to not buy them.20:36
EriC^^arik1: type " for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done "20:36
arik1EriC^^, done20:37
pomuazi had an electric outtage20:37
John[Lisbeth]a40ntistos: The hardware will probably not be as good, and the drivers may not even be open source.20:38
a40ntistosk1l thanks a lot for your answer. I think if i'm not wrong is more value for money? Because you are not actually buying a windows license?20:38
pomuazwhat was the nickname of the person who assisted me with my booting issues20:38
EriC^^arik1: type sudo chroot /mnt20:38
arik1EriC^^, done20:38
a40ntistosJohn[Lisbeth] hmm ok20:38
EriC^^arik1: grub-install --recheck /dev/sdb20:38
John[Lisbeth]It is often easier to buy a laptop that runs windows and then just install Ubuntu on it.20:38
k1la40ntistos: yes, that way you are not supporting the monopoly of microsoft.20:39
Bashing-ompomuaz: In the middle of "upgrade" ?? Then we could be in a real hurt .20:39
arik1EriC^^, installation finished no error reported20:39
k1lJohn[Lisbeth]: a40ntistos the dell laptops do work. they dont sell laptops that wont work with ubuntu.20:39
pomuazBashing-om, I dont know - it was done automatically using the software center20:39
pomuazBashing-om, I didnt issue any update - it was one of those automatic things20:40
EriC^^arik1: update-grub20:40
pomuazi cant even launch chrome20:40
pomuazits quite annoying20:40
arik1EriC^^, done, windows showed up as well20:40
John[Lisbeth]pomuaz: I doubt they did a good job at supporting ubuntu. For example I'd bet that if you reinstalled the OS that the media keys would no longer work, and you would have to put them back in manually.20:41
EriC^^arik1: great, type exit then try rebooting20:41
John[Lisbeth]sorry I mean kil20:41
arik1EriC^^, actually i dont mean to be a chore, but is there a way here we can switch the ordering?20:41
arik1EriC^^, that way it windows is the highlighted one ?20:41
k1lJohn[Lisbeth]: you bet? or do you have a specific issue?20:41
pomuazBashing-om, Is there anything I can do ?20:41
EriC^^arik1: yeah, type cat /boot/grub/grub.cfg | nc termbin.com 999920:41
Bashing-ompomuaz: From terminal : what does the system relate by terminal commands ' sudo apt update ; sudo apt upgrade ; sudo apt-get -f install ; sudo dpkg -C ' ?? We get the more detailed info via terminal .20:41
arik1EriC^^, termbin.com/4uan20:42
John[Lisbeth]kil, In my personal experience, most computers that come preinstalled with linux do not do very well.20:42
pomuazBashing-om, It appears to be stuck at 25% Err http://dl.google.com stable/main amd64 Packages20:42
pomuaz  Could not open file /var/lib/apt/lists/partial/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages - open (30: Read-only file system) [IP: 173.194.112.67 80]20:42
pomuaz25% [Working]20:42
John[Lisbeth]If you really want to say screw microsoft in your purchase, buy a chromebook and then install ubuntu on it20:43
EriC^^arik1: ok, type nano /etc/default/grub20:43
John[Lisbeth]That way you save money while you're doing it and get a slimmer laptop too20:43
arik1EriC^^, okay20:43
EriC^^arik1: type 'Windows 10 (loader) (on /dev/sda1)' next to GRUB_DEFAULT20:43
pomuazBashing-om, yeah, it definitely gets stuck there20:44
EriC^^GRUB_DEFAULT='Windows 10 (loader) (on /dev/sda1)'20:44
k1lJohn[Lisbeth]: sorry, but you dont have any experience with dell and making things up.20:44
arik1EriC^^, so it'd be GRUB_DEFAULT=Windows 10 (loader) (on /dev/sda1)20:45
arik1?20:45
John[Lisbeth]Alright I'll take you at your word about my experience level20:45
Bashing-ompomuaz: FiX Google : http://ubuntuforums.org/showthread.php?t=2315941 .20:45
pomuazBashing-om, how do I open it?20:45
pomuazlol20:45
pomuazalso Bashing-om that command line you gave me got stuck at 25%20:46
EriC^^arik1: no, it has to have the single quotes too20:46
a40ntistosk1l: and John[Lisbeth] Dell is the only manufacter that comes with pre installed Ubuntu?20:46
tgm4883John[Lisbeth]: I don't believe that was the case with the last 2 generations of the Dell Linux boxes (talking about the OS reinstall and stuff not working)20:46
Bashing-ompomuaz: IF this is the update process ONLY .. key combo ctl+c to terminate . see the referenced link to fix the bad Google source .20:47
pomuazBashing-om, but I cant open it without google chrome20:47
arik1EriC^^, hastebin,com/tafixocana.vhdl20:47
arik1EriC^^, hastebin.com/tafixocana.vhdl20:48
texlaa40ntistos, System 76 is purely ubuntu desktop or laptop20:48
Bashing-ompomuaz " (30: Read-only file system) " No ifs ands buts or nors .. run a file system check from a live means .20:49
EriC^^arik1: that's not the whole file right?20:51
arik1EriC^^, no20:51
arik1EriC^^, just the line20:51
EriC^^arik1: ok, looks good20:51
EriC^^save and exit20:51
arik1EriC^^, saved20:51
EriC^^type update-grub20:51
arik1EriC^^, done20:51
arik1EriC^^, i guess i can restart now?20:52
EriC^^arik1: yeah, type exit20:52
a40ntistostexla: Any other to be able to find it easier in Europe? :)20:52
k1la40ntistos: there are others, too. i know about system7620:52
EriC^^arik1: then try rebooting20:52
arik1EriC^^, yeah it just boots to windows, really odd20:54
EriC^^arik1: set the ubuntu hdd first20:55
k1la40ntistos: https://help.ubuntu.com/community/UbuntuPre-installed20:55
arik1EriC^^, thats the problem i cant find ubuntu hdd in boot options, i can only find it when im setting what device to boot then20:55
EriC^^arik1: that sucks20:55
EriC^^is there any option for hdd stuff?20:56
bray90820 What would be the proper way to check if a drive is mounted in the terminal20:56
EriC^^ahci or something20:56
arik1EriC^^, uhh20:56
arik1EriC^^, i see acpi20:56
EriC^^arik1: hmm that's not helpful i guess20:57
arik1EriC^^, pci rom priority20:58
arik1EriC^^, oh wait20:58
m3n3chm0hello, any chance to use Acestrem on 15.10 ¿?20:58
m3n3chm0Acestream*20:58
arik1EriC^^, hard disk bbs priorities20:59
arik1EriC^^, i think that should do it20:59
arik1EriC^^, it does yay!20:59
Tin_manEriC^^, I don't mean to butt in, and i haven't kept up on all thats happened, but have you all tried the boot repair tool21:00
Tin_manhttp://www.howtogeek.com/114884/how-to-repair-grub2-when-ubuntu-wont-boot/21:00
EriC^^arik1: great21:00
arik1Tin_man, It actually finally just finished working :D21:01
arik1EriC^^, thanks so much eric ! and others21:02
Tin_mangood, i was following before, but had to leave..21:02
BuddIn the Old Days, I could tell what DNS server I was using from /etc/resolv.conf. Now it's hiding somewhere in dnsmasq. How do I find it?21:02
EriC^^arik1: no problem21:02
arik1er why wont windows sign me in lol21:02
Bashing-ombray90820: One way to see what is mounted ' mount' .21:06
bray90820Bashing-om: I should have stated that i wanted to do it in an if then statement like "if /drive/is/mounted then echo it's mounted"21:08
tgm4883bray90820: what are you trying to do?21:09
bekksbray90820: evaluate the content of "cat /proc/mounts"21:10
bray90820tgm4883: I have a backup script and If my data drive is mounted I want it to run if it's not mounted I want it to exit21:10
tgm4883bray90820: IMO, it would be better to have a directory inside the mounted directory and check if that exists. eg. if you mount your drive at /srv/backups then you should have a directory at /srv/backups/backup-stuff-here and only backup if that lower directory exists21:11
bekkstgm4883: a simple file would suffice21:12
tgm4883bray90820: there isn't a built in way to see if a directory is mounted21:12
bekkstgm4883: like if [ -f "/srv/backups/mounted" ]21:12
tgm4883bekks: while that is true, if you do the directory route then logically it would fail if the directory doesn't already exist. Meaning that you don't need a separate check for the dir/file21:12
bray90820tgm4883: what about instead of seeing of a directory exists I see if a file exists?21:13
tgm4883bekks: but yes, that would also work21:13
bray90820I was thinking of making a hidden file called backup or something21:13
bekksbray90820: that would impose the problem tgm4883 just stated.21:13
tgm4883bray90820: yea that would work. I usually do the DIR route as then I don't need a separate check for the file21:14
tgm4883but either way would work21:14
bray90820I guess I could make it a hidden directory21:14
tgm4883bray90820: what is the point in making it hidden?21:14
bekksbray90820: doesnt matter - unless it is UNDER the path you are seeking to use.21:14
bray90820So me or someone else doesn't delete it21:15
bray90820I could totally see myself accidentally deleting it21:15
bekksbray90820: deleting a hidden directory is a oneliner.21:15
tgm4883bray90820: well that would be where your backups are stored, it should be fairly obvious that it shouldn't be deleted ;P21:15
bray90820Is there anything wrong with making it hidden21:16
bekksNo, but there is no profit of making it hidden.21:16
tgm4883bray90820: no, although it sounds like you're not understanding what I'm saying21:16
bray90820I do understand what your saying it doesn't need to be hidden because it should be obvious to the user not to delete it but acadenst can happen21:16
bray90820And making it hidden also makes everything look cleaner21:17
tgm4883bray90820: Why would you delete the directory where all of your backups are stored?21:17
bekksbray90820: again, deleting a hidden directory is a oneliner.21:17
tgm4883bray90820: then all of your backups are gone21:17
=== Guest93664 is now known as med_
bray90820tgm4883: I was talking about seeing if my data drive was mounted21:18
bekksbray90820: you did not understand what we told you.21:18
tgm4883bray90820: which brings me back to you not understanding what I'm saying. I'm talking about creating a directory under your mount where your backups would go21:18
tgm4883bray90820: not (make a folder next to my backups)21:19
bray90820tgm4883: I am sorry if I am not understanding you21:19
tgm4883bray90820: specifically, if you mount your drive at /srv/backups. Then you make a directory at /srv/backups/mssql and then all of your backups go in /srv/backups/mssql/<BACKUPS HERE>21:19
=== mariano is now known as Guest40041
tgm4883So then, if your drive isn't mounted. Then /srv/backups/mssql doesn't exist. And since that directory doesn't exist, then your backups fail21:20
tgm4883bray90820: does that make sense?21:21
bray90820I think so21:22
neldogzAnyone having trouble with RDP windows not rendering correctly from within a virtualbox Windows 10 guest (Ubuntu 15.10 host)21:22
bray90820tgm4883: That checks if my backup drive exists?21:22
tgm4883bray90820: it would, since the directory wouldn't exist  unless your backup drive was mounted21:23
bray90820That's all fine and stuff and I understand that but that's not what I was talking about21:23
bray90820I wanted to check if my data drive existed21:23
bray90820That's why I was gonna put the oil in my data drive21:23
tgm4883bray90820: but.... why? You're end goal was to check if your backup drive was mounted so you could backup your data21:24
jjrabbit443how come root user does not have a home directory?21:24
Ntemishi21:24
bray90820*Put the Directory in my data drive21:24
tgm4883jjrabbit443: it does, at /root21:24
bray90820tgm4883: Do you get what I am saying21:24
Tin_manjjrabbit443, you are root, so you do have one..21:25
tgm4883bray90820: is your end goal to have your backups run and only backup if your backup drive is mounted?21:25
bray90820No21:25
tgm4883bray90820: then I have no idea what you're asking...21:25
Ntemisam trying to compile a kernel for my debian nas on ubuntu and i get this error: /etc/kernel/postinst.d/apt-auto-removal: 84: /etc/kernel/postinst.d/apt-auto-removal: cannot create /etc/apt/apt.conf.d//01autoremove-kernels.dpkg-new: Permission denied21:25
Ntemiswhat shall i do?21:25
Ntemisgrant su access to compiler?21:25
bray90820tgm4883: My end goal to have your backups run and only backup if my data drive is mounted21:25
jjrabbit443Tin_man: there is no /home/root/21:26
tgm4883bray90820: wtf21:26
jjrabbit443it's under /root/ as tgm4883 said21:26
bray90820tgm4883: Why is that so confusing21:26
Tin_manyou are root by default, no separate folder21:26
tgm4883<tgm4883> bray90820: is your end goal to have your backups run and only backup if your backup drive is mounted?21:26
bray90820Maybe Iam not making myself clear enough21:26
tgm4883bray90820> No21:26
tgm4883bray90820> tgm4883: My end goal to have your backups run and only backup if my data drive is mounted21:26
tgm4883how is that not exactly the same thing?21:26
jjrabbit443why wouldn't you put /root/ under the home directory though where the rest of the user stuff goes?21:27
bray90820tgm4883: Backup drive and data drive two different things21:27
tgm4883bray90820: AH21:27
k1ljjrabbit443: ubuntu is setup to not use the root as a user account anyway.21:27
bray90820tgm4883: Is it all clear now?21:27
bray90820:P21:27
tgm4883bray90820: yes, that is much more clear21:27
k1l!dualboot | a40ntistos21:28
ubottua40ntistos: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot21:28
Tin_manjjrabbit443, might read this: http://ubuntuforums.org/showthread.php?t=212358221:28
jjrabbit443k1l: good point21:28
geniijjrabbit443: Because sometimes /home is mounted to a different partition than / is21:28
bray90820tgm4883: That's why I would put the folder in my data drive21:28
geniijjrabbit443: If you can still get to / then root still has their home dir21:28
bray90820:P21:28
tgm4883bray90820: so then your use case would be to plug in your data drive and then it would backup at some point to the local system?21:29
bray90820Well... my data drive SHOULD always be up but things can happen and I don't want it backing up an empty drive because then it would basically just remove an old backup without backing  anything up21:30
tgm4883bray90820: then yea, your best bet would be some file on the drive, then checking if it exists21:31
bray90820tgm4883: file or folder?21:31
tgm4883bray90820: it honestly doesn't matter. Either would work21:32
bray90820Alright21:32
bray90820I actually am gonna do the same thing on my backup drive21:33
=== krabador is now known as Guest73524
mparkhurst433quit21:40
mparkhurst433exit21:40
skinuxThis is gonna sound strange, but would it be complex to write a bash script that would be run once Unity Desktop finished loading, that would launch Google Chrome with two locations in tabs?21:41
DirtyCajuni installed the 4.5 kernel and apt-get still shows 4.2.whatever as an upgrade. why is that?21:41
bray90820tgm4883: Thanks21:41
naccDirtyCajun: what do you mean you installed the 4.5 kernel? from source?21:41
DirtyCajunnacc: yes21:41
naccDirtyCajun: how would apt know about that?21:41
naccDirtyCajun: apt only knows about packages that you've installed21:42
tgm4883skinux: when you say "2 locations", do you mean 2 differnet URLs?21:42
DirtyCajuni assumed it would recognize the newer number.21:42
geniiDirtyCajun: Only if you installed it from a .deb21:42
tgm4883DirtyCajun: how would it even know about the number?21:42
naccDirtyCajun: apt isn't looking at /boot or anything, it's using the package lists from the archive21:42
naccDirtyCajun: apt isn't omniscient :)21:42
DirtyCajunah i see. that makes sense. i wish it was tho :P. is there a way to let it know post-event?21:43
tgm4883'apt install apt-omniscient'21:43
naccDirtyCajun: only if you package your kernel21:43
rud0lfhello :)21:43
Ntemisguys can i build a debian kernel on ubuntu?21:43
tgm4883DirtyCajun: no. You would need to install the package21:43
naccDirtyCajun: and even if you did, unless you uninstall the meta-package providing the 4.2- official kernels, apt will continue to happily update them21:43
naccNtemis: I would think so; but why would you?21:44
Ntemismy nas is on jessie and i would like to use an LTS kernel21:44
rud0lfi was digging through gsettings, and i've found "org.compiz.integrated command21 gnome-system-monitor -p"21:44
Ntemisthat i can upgrade my self21:45
xanguaNtemis: /join #debian21:45
rud0lfit's nice, i'd like to have shortcut key for system monitor21:45
Ntemisthing is xangua am on ubuntu desktop21:45
Ntemisand i want to build that on this21:45
rud0lfbut run-command-21 says "ctrl-alt-del".. and it displays lock/logout window :(21:45
Ntemiswill it matter where kernel is build upon?21:45
TJ-Ntemis: no, you can pull the source and build it on any suitable host21:46
mintyed_hi all i am wondering if ubuntu has a built in recorder app to record mic21:47
Ntemisty21:47
mcphailNtemis: preumably your NAS is an ARM device? If so, you're going to have to cross-compile and learn how to call the new kernel from uboot (or whatever)21:47
=== uptime is now known as snorebear
skinuxtgm4883: Yes, two different websites21:48
tgm4883skinux: can you run chrome from the command line and have it open 2 URLs?21:49
ubuntu-mateHello, how do the ubuntu developers pack a bootable iso file containing an Ubuntu release?21:49
tgm4883skinux: I know you can do one, not sure about 221:49
skinuxHmm21:49
ubuntu-mateI'd like to follow the official procedures when I want to create an iso with the updated packages without getting unneeded files21:50
skinuxIt's not important anyway...I'm just being lazy :P21:50
ubuntu-mate*without adding unneeded files21:50
tgm4883skinux: if so, then you could just add it to startup programs21:50
tgm4883skinux: or you could set it chrome settings to start those 2 URLs when you start chrome21:50
tgm4883skinux: which IIRC is the recommended way to do kiosks21:50
=== snorebear is now known as uptime
boss LIST21:52
bossLIST #ubuntu21:52
tgm4883boss: whatever you are doing, it is wrong21:53
bosslol i know21:53
Myrttiboss: what are you actually trying to do?21:54
jjrabbit443try adding /msg alis LIST #ubuntu21:54
Bashing-omboss: In your status window do : '/msg alis help list' for guidance on listing on freenode .21:55
fuzzybear3965Hey, I'm having an issue configuring a systemd unit file.21:56
fuzzybear3965http://pastebin.com/tNby7EAH21:56
fuzzybear3965The error I'm getting is : [/etc/systemd/system/emperor.service:12] Executable path is not absolute, ignoring: ${UWSGI} --master --emperor /etc/uwsgi/vassals --die-on-term --uid 1000 --gid 1000 --logto ${LOGTO}.21:56
fuzzybear3965Can someone give me a hand?21:56
TJ-fuzzybear3965: Environment="UWSGI=/home/john/LaTeXCI/venv/bin/uwsgi LOGTO=/var/log/uwsgi/emperor.log"22:06
TJ-fuzzybear3965: (all on one line, inside a single set of double-quotes22:06
fuzzybear3965You think the whole thing should be quoted?22:06
TJ-fuzzybear3965: it doesn't really need quoting unless you expect spaces in awkard places22:07
TJ-fuzzybear3965: look at other examples, e.g: /lib/systemd/system/libvirt-bin.service:Environment=LIBVIRTD_ARGS= KRB5_KTNAME=/etc/libvirt/libvirt.keytab22:08
fuzzybear3965Nah, it didn't work.22:09
fuzzybear3965I made sure to daemon-reload.22:09
fuzzybear3965It still fails.22:09
TJ-fuzzybear3965: what does the line look like now?22:09
TJ-fuzzybear3965: you can see plenty of examples with " grep Environment= /lib/systemd/system/* 2>/dev/null "22:10
fuzzybear3965I get the same error: http://pastebin.com/816pGwRv22:11
fuzzybear3965Well, yeah, I thought that I was good, too: https://www.freedesktop.org/software/systemd/man/systemd.service.html#Command%20lines .22:11
TJ-try removing those double-quotes though22:12
fuzzybear3965Nah, same issue.22:12
TJ-fuzzybear3965: oh! you can't use an Env Var for the executable name!22:13
fuzzybear3965Really?22:13
fuzzybear3965Why not?22:13
criscohey. i have two partitions, one with win 8.1, one with ubuntu. can i shrink the ubuntu partition with gparted to make more space for windows without messing up either installation?22:13
AciD`hi22:13
fuzzybear3965I saw this: Note that the first argument of the command line (i.e. the program to execute) may not include specifiers. .22:13
fuzzybear3965But, what's a "specifier"?22:13
AciD`I'm trying to dpkg-reconfigure mariadb-server-10.0, but somehow no configuration window/option is show in my terminal. How and where do you set that dpkg should use the terminal to show you the configuration stuff?22:14
yacc_14.04 => how to get rid of "Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)"? (Haswell laptop with Optimus, but I'm happy with Intel only setups.)22:14
TJ-fuzzybear3965: you might be able to convert it to "ExecStart=/bin/sh -c "${UWSGI} --master ..."22:14
fuzzybear3965Why can't I use an environment variable for a command name?22:14
fuzzybear3965Does bash not resolve the environment variable before it starts executing the command?22:15
fuzzybear3965I'll just write it the long way, I think.22:15
TJ-AciD`: how about "dpkg-reconfigure --priority=high mariadb-server-10.0" ?22:15
fuzzybear3965TJ-, `bash -c` worked. Thanks.22:16
yacc_fuzzybear3965, first thing would be to see if the command arrives as expected at the shell.22:16
yacc_fuzzybear3965, why do you expect UWSGI to be set?22:16
fuzzybear3965Well, I set it in the line before ExecStart.22:17
fuzzybear3965Yeah, I could have checked at the shell, I guess.22:17
fuzzybear3965But, I did already set the environment variable above. So, below, it should just replace the environment variable with what I had defined earlier.22:18
TJ-yacc_: it's set via Environment= *but* ExecStart= doesn't interpret variables; it effectively does "sh -c ${Environment} ${ExecStart}"22:18
fuzzybear3965I don't know. That's what I was thinking.22:18
fuzzybear3965Oh. Okay.22:18
fuzzybear3965So, what I wrote is not being expanded.22:19
TJ-so you end up with systemd trying to literally find an executable file called ${UWSGI} and as it doesn't start with a path separator it is assumed to be a relative path, which Systemd won't allow. Hence the warning22:19
yacc_! optimus22:20
ubottuThe Bumblebee Project aims to support NVIDIA Optimus technology under Linux. The Bumblebee website can be found at http://bumblebee-project.org/22:20
AciD`TJ- -> well, doing that just starts the mariadb server, with no configuration whatsoever : 160315 12:19:23 [Note] /usr/sbin/mysqld (mysqld 10.0.23-MariaDB-0ubuntu0.15.10.1) starting as process 4171 ...22:20
TJ-if you changed that to "ExecStart=/${UWSGI} ..." you'd likely get a 'file not found' error instead22:20
TJ-AciD`: I'm not sure then; you could try deleting the debconf entries for that package entirely22:21
fuzzybear3965TJ-, Thanks, man. This really clears it up.22:22
fuzzybear3965I've changed it to `/bin/sh -c "${} --options"` and it's great.22:22
fuzzybear3965Thanks.22:22
EarloIf I have a value n, what is the best way to set it to be in between values a and b (a < b), in such way that if it's smaller than a, it's set as a, and if it's larger than b it's set as b, else it's kept as it is. max( a, min( b, n) ) works, but is awfully slow. setting the n with simple if else works too, and is faster, but is also really ugly.22:22
Earlosorry, wrong channel22:23
TJ-AciD`: it's possible you've got debconf itself configured to use the noninteractive front-end, in which case you won't get prompted. Check with "dpkg-reconfigure debconf"22:24
=== cigumo_ is now known as cigumo
=== mohammad is now known as Guest27304
Guest27304hello22:33
Guest27304i need to my ubuntu shut down 2 hours later automotically what should i do?22:33
Guest27304i need to my ubuntu shut down 2 hours later automotically what should i do?22:35
kalsagood day yall! got some issues with installing ubuntu on my new rig22:35
Bashing-omGuest27304: Terminal command ' sudo shutdown -h 240 ' will do that ,22:35
Bashing-omGuest27304: 240/120**22:36
Guest27304Bashing-om, what is 240?22:36
kalsai get an error code at the begining of the ubuntu media boot that "kernel channel wanst created"'22:36
Bashing-omGuest27304: minutes til .22:36
Guest27304Bashing-om, -h means hour?22:37
kalsacan anyone help me please?22:37
Bashing-omGuest27304: No .. the 'h' is for bring the system down gracefully and (H)alt .22:38
kalsaPlease i need this system but my PC wotn work along22:39
Guest27304okay thanks22:40
Bashing-omGuest27304: For full disclosure : ' man shutdown ; .22:41
AciD`TJ- -> `dpkg-reconfigure debconf` showed that I'm using the 'dialog' front-end22:43
AciD`now, using `dpkg-reconfigure  mariadb-server-10.0`...just do nothing. Does it do something for you guys?22:43
TJ-AciD`: in which case you should have got prompts... unless the package isn't using debconf22:43
TJ-AciD`: how about "dpkg-reconfigure mariadb-server-core-10.0" ?22:45
AciD`TJ- -> nothing22:46
AciD`it just returns almost immediatly22:46
TJ-AciD`: ahhh... possibly "mariadb-common" since that contains the config files themselves22:48
AciD`TJ- -> not mariadb-common nor mariadb-server22:48
AciD`(I tried them all ;x)22:48
AciD`this is annoying!22:49
TJ-AciD`: with "--priority=high" ?22:49
AciD`TJ- -> I set the debconf priority to normal already, but using --priority=high" does not change anything :(22:50
AciD`only when I use dpkg-reconfigure on the `mariadb-server-10.0` package it takes some time to return (and if the server is not up, it launches it)22:51
TJ-AciD`: oh! mariadb provides/uses mysql naming doesn't it. how about "dpkg-reconfigure mysql-server" ?22:52
AciD`I don't have a mysql-server installed22:53
AciD`no so dpkg-reconfigure for this one!22:53
AciD`just to be clear22:53
AciD`when you do a dpkg-reconfigure on that package, does it show you something?22:54
Smokiehey guys, is there a way to find out what is using the most disk space using command line by any chance?22:55
TJ-AciD`: mariadb replaces mysql-server, and *uses* the same debconf entries22:55
TJ-AciD`: e.g. from "debian/dist/Debian/mariadb-server-10.0.postinst" is the command "db_set mysql-server/root_password "" "22:56
Bashing-omSmokie: Generally ' df -h ' , then one can get specific with a 'du' command .22:56
AciD`TJ- -> well, I get this : https://nopaste.me/view/e06e413e22:57
TJ-AciD`: Hmm, not sure what's going on then. The mariadb package definitely uses debconf entries for "mysql-server" though22:58
SmokieBashing-om, du doesnt show the size in MB/GB and it kinda gives a huge list22:59
pendletonSmokie: try du -h23:00
Bashing-omSmokie: ' cd / ; sudo du -sx * | sort -n ' . If you need to drill down further, use cd to move to a directory of interest then repeat the du command. The results are in megabytes, (The "x" switch limits du to a single file system, in this case the root file system.)23:02
Smokiependleton, heh i tried that first and it gave me command not find, now it works.. i used the wrong flag23:02
=== jwheare_local_ is now known as jwheare_local
SmokieBashing-om, that is great.. is there a way to make that show in GB?23:05
=== adrien_ is now known as Guest12373
Smokienm, got it23:06
Smokiegreat command, thanks man23:06
neldogzAnyone having trouble with RDP windows not rendering correctly from within a virtualbox Windows 10 guest (Ubuntu 15.10 host)23:08
tewardneldogz: that's a Windows issue and not an Ubuntu one23:08
nicomachusneldogz: sounds like a Windows issue, if it's happening on the guest OS23:08
tewardneldogz: if it's an issue with rendering inside the VM on the guest, then that's a Windows question23:08
tewardand not an Ubuntu one23:09
Bashing-omSmokie: Try adding a -h ( human readable) .23:09
SmokieBashing-om, yeah, thats what i did23:09
neldogzteward, understood, Virtualbox forces you to use the 3d experimental drivers with Windows 1023:10
neldogzteward, unfortunately they dont seem to work well23:10
SmokieBashing-om, it doesnt "sort" them by size though23:10
tewardneldogz: probably why they're 'experimental'23:10
neldogzteward, yes, have you experienced this problem by chance?23:10
tewardneldogz: offtopic here.  happy to talk in PM, though23:11
neldogzteward, thanks!23:11
Bashing-omSmokie: Do not know what to say. I just ran it to verify .. my list is size sorted . smallest to largest .23:13
pendletonSmokie: does it seem to be in text order with -h? Like for ex: 1, 100, 2, 20, etc.23:14
pendletonSmokie: Because that's normal23:15
Smokiependleton, yeah, its listing like you said23:17
Smokiehttp://paste.ubuntu.com/15398127/23:17
pendletonSmokie: hmm, you could try piping the same command through awk23:23
pendletonSmokie: sudo du -sx * | sort -n | awk '{print $1/1024 "MB " $2}' possibly?23:23
Reptiliahttps://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/155779423:27
ubottuLaunchpad bug 1557794 in ubiquity (Ubuntu) "Xubuntu installer crashes because of faulty HDD/CD Drive, while trying to install alongside Windows 10" [Undecided,New]23:27
dephellow23:42

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