/srv/irclogs.ubuntu.com/2014/11/28/#ubuntu.txt

leogtzrHola00:02
petrenukHi all! After upgrading to 14.04 I am having problems with OpenGL soft, it just renders black screen instead of images. Worked on Ubuntu 1200:03
petrenukI use nvidia card and nouveau driver00:03
leogtzrhmmmm :/00:03
petrenukMore details here: http://askubuntu.com/questions/554090/opengl-does-not-work-properly-on-ubuntu-14-04-with-mesa-10-1-300:03
petrenukPlease just advise where to start my search. I know many libraries changed: libglew, freeglut, etc. Maybe the context does not initialize properly?00:05
petrenukcan anyone help? I don't know what to try anymore.00:07
Shortstraw8petrenuk, What have you tried?00:08
petrenukNot much because I am new to this stuff. I tried to change GLX_CONTEXT_VERSION from 3.3 to 3.1 or 3.0 but this does not help00:09
petrenukI Shortstraw8, I believe the problem maybe not with driver itself, because other 3D software seems to work nicely00:10
petrenukI Shortstraw8, e.g. the Meshlab works without issues00:10
petrenukI Shortstraw8, maybe there's a way to enable some additional logging?00:11
=== doebama is now known as william_doe
Shortstraw8petrenuk, You may have more info than I do, I just had an issue with mine and had to install the nvidia instead of nouveau drivers. But mine was everything not working. Sorry cant help much with that.00:15
petrenukShortstraw8, np, thanks for trying. Strange problem...00:16
=== XeBlackWater is now known as zz_XeBlackWater
Bashing-omShortstraw8: Consider from the liveDVD -> GParted, and re-format that drive and set up the partitions you want from GParted.00:18
Shortstraw8Bashing-om, I figured, just seeing if I was missing something in disk utility. Do really do too much so never needed GParted. Thanks.00:21
Bashing-omShortstraw8: My best advise (GParted) .. Graphical application ... I normally use the terminal, good tutorial: https://help.ubuntu.com/community/InstallingANewHardDrive .00:23
Shortstraw8petrenuk, Have you tried the nvidia drivers? I'm seeing some issues with rendering being fixed using 331.38 instead, which is what I did. The few articles I have scanned say it works better with OpenGl. Just an option maybe.00:23
X2hey whats the name of that cpu temp sensor package?00:25
petrenukShortstraw8, I did not try them. I need this soft to work on machines with all types of graphic cards, so I want to test it with mesa00:25
X2i think im getting too hot when i watch youtube00:25
petrenukShortstraw8, But I am planning to try nvidia drivers to understand at least the source of the problem00:25
X2petrenuk i have so much trouble with nvidia drivers lately, because legacy card00:26
petrenukShortstraw8, whether it is related to driver or not. Do you know how to replace mesa drivers with nvidia ones in 14.04?00:26
bazhang!sensors | x200:26
ubottux2: To access CPU temperature sensors and detect fan speeds, install the lm-sensors package. See https://help.ubuntu.com/community/SensorInstallHowto for installation and usage instructions.00:26
X2ty00:26
Bashing-omX2: lm-sensors is one .00:27
avoiderHappy Thanksgiving #ubuntu !!!!!00:27
GODDOGHappy Thanksgiving day00:28
petrenukX2, the truth is that I see such problems on many machines: on Amazon instance with GPU and on VM without GPU at all (with mesa software emulation). So I hope these problems are related to context creation, or GLX usage or whatever, not to drivers00:28
=== WENIS is now known as MM[TCU]
Shortstraw8petrenuk, I see, sorry cant be of more help. Not specifically, maybe see if there is an askubuntu forum topic already if you have not yet done so.00:31
petrenukShortstraw8, I tried but I know so liitle about the problem. I'll try to search again after some research00:33
Shortstraw8Bashing-om, Thanks for the link I think I will practice that on one of my junk drives, my win is my gaming drive and I don't want to screw it up. Thanks again.00:33
Bashing-omShortstraw8: Good deal .. For sure though for knowing grahically what you are doing, there is none better than GParted.00:35
Shortstraw8Bashing-om, Isnt it just sudo apt-get install gparted?00:36
akurilinCan a superuser still access the files of other users on the system if their home folders are encrypted?00:36
akuriline.g. could you change a user's password and that way access their data?00:36
Shortstraw8Bashing-om, never mined spelled it wrong.00:37
Bashing-omShortstraw8: One may -- it is installed by default on the desktop liveDVD .. remember, ( why you use it in the liveDVD ) can not work on drives while the fils system(s) is mounted .00:37
leogtzryes ... akurilin00:37
leogtzrroot user can do anything00:38
akurilinleogtzr: so there's no way of protecting a user's data from the superuser through OS means, unless that users encrypts her files with some other means?00:39
leogtzrthat's correct ...00:39
leogtzrencfs ...00:41
leogtzrhttps://wiki.archlinux.org/index.php/EncFS00:41
akurilinleogtzr: the use case I'm trying to set up is having multiple users on the same machine who are all superusers, but still preventing them from seeing each other's home folders. e.g. say they want to set up LastPass on their Firefox browsers, if they were to change one another's password they could log in and access that data00:45
akurilinencfs could work, but admittedly you'd have to time enabling it just right so that all of the different applications place their state correctly in the right place00:46
leogtzryou could use groups ...00:47
khayahow to remotely connect to ubuntu 14.04 from windows 700:47
leogtzryou should have only a root account ...00:47
=== frye is now known as Guest4196
akurilinleogtzr: sure, one root, but let's say all the users need sudo permissions00:48
akurilinsay they're all Ops staff00:48
leogtzrsudo permissions for what? ...00:48
leogtzryou should give them permissions to modify only a few things ...00:48
akurilincreating more users, installing new shared apps etc00:48
akurilinThis assumes a single super-admin role, I'm trying to see if it's possible to avoid that00:49
leogtzrand what about create a group with special permissions ? ...00:50
leogtzrlike create other accounts, access to some folders, create accounts and stuff like that?00:50
akurilinyeah perhaps that's the way to go00:50
orlockakurilin: unless you have an encrypted directory being mounted each time a user logs in, i dont know if theres any real way to do it00:50
orlockakurilin: but if you are that paranoid, just give them all individual VM's00:51
akurilinok00:52
akurilinMakes sense, thx00:52
orlockalso, maybe check out some of the hardning and security standards00:53
orlocklike, maybe an audit trail of access will do instead of trying to prevent it00:53
leogtzrhttp://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else00:54
orlockakurilin: i worked in operations in an enviroment where any time we su'd to root we had to have another staff member monitor what commands were being run as root, etc00:54
orlockleogtzr: thats easy - now do it for root, who by definition has access to everything00:55
orlockakurilin: and the system logs were auditied, daily in match mode and in real time, as were all config files, etc.00:56
orlockremote logging, log monitoring, configuration file integrity monitoring00:56
leogtzrnice! :O00:56
orlockpci-dss is a money grubbing pain in the ass00:57
CrazyTBHey, where is the swap partition configured?00:58
leogtzrand what about a restricted shell?00:58
CrazyTBI have Lubuntu 13.10 on my laptop, I know I have a swap partition enabled and working, but I can't find the swap line at /etc/fstab. Where else can it be configured?00:58
somsipCrazyTB: it's mounted in /etc/fstab - is that what you mean?00:58
orlockCrazyTB: /etc/fstab00:58
leogtzrlimit a user commands and force them to use a restricted shell00:59
orlockCrazyTB: cat /proc/swaps00:59
Bashing-omCrazyTB: Rephrase the question; There is no file system imposed on swap, and not much you can "configure" .00:59
CrazyTBorlock: hmm... it shows 4 /dev/zram devices01:00
=== _BJFreeman is now known as BJfreeman
orlock http://en.wikipedia.org/wiki/Zswap01:01
=== Joshua^Dunamis is now known as Joshua^Dunamis_i
leogtzr....01:08
blubberbopCan I use DD to copy a complete harddisk and then later on mount the individual partitions?  Can I somehow tell the kernel that file X is not just a file, treat it like a harddrive with partitions?01:13
orbAre you wanting to mount the file or convert it back to a regular filesystem first?01:14
orlockblubberbop: -o loop option for mount lets you mount a file01:15
orbBut he wants multiple partitions in that.01:15
orlockblubberbop: http://askubuntu.com/questions/69363/mount-single-partition-from-image-of-entire-disk-device01:15
blubberboporlock: but how would I mount a file containing the dd image from a harddrive? It has no filesystem by itself, it has partitions that the kernel then should show..01:15
blubberboporlock: that looks pretty! thanks!01:16
orlockblubberbop: have you made the image yet?01:16
CrazyTBorlock: Thanks!01:17
orlockblubberbop: set the blocksize (bs) when  making the image, it just speeds it up drastically01:17
blubberboporlock: I already made the image yeah, it was 400GB and I used bs=64K which indeed made it quite a bit faster01:19
blubberbopthanks though for the tip!01:19
orlockblubberbop: i remember - going on 20 years ago - cloning some.. they might have been 8 gig drives - i didnt know about that01:19
orlockblubberbop: it took about 4 hours each!01:19
blubberboporlock: This one took also about... 4-5 hours, it was over USB2, not the fastest thing, but the best I had at hand01:20
orlockoh usb01:20
orlockdamn01:20
orlockpain01:20
orlock:)01:20
augustNI don't understand why Ubuntu 14.04 LTS is supported for 5 years but Xubuntu 14.04 LTS is only supported for 3 years. What happens to Xubuntu after the 3 years of support?01:22
blubberboporlock: Works like a charm, thanks!01:22
blubberbopaugustN: no more support, no more updates01:23
* orlock wonders why the hell his xterms keep locking up01:23
augustNblubberbop: but it's still basically the same distro as Ubuntu 14.04 right? but it wouldn't be supported anymore?01:25
=== zz_XeBlackWater is now known as XeBlackWater
blubberbopaugustN: well,  AFAIK Xubuntu uses only a different window manager, not? XFCE IIRC? So I support if Ubuntu makes updates to packages that are not specific to XFCE, you would get them, but I don;t know if these packages would be ported to the Xubuntu repos..01:27
blubberbopaugustN: mmmm01:27
blubberbopaugustN: Just checked my /etc/apt/sources.list file, and its just the ubuntu repo.. So I'm sure you should at least get the updates from there01:28
blubberbopaugustN: So I suppose (and I'm really not sure here!) that you would simply no longer get the XFCE specific updates..01:28
augustNblubberbop: oh. okay. i hope that's the case. I'm planning on switching to xubuntu later. compiz/unity isn't working well with my nvidia card01:29
akurilin2Does anybody else often experience issues with continuous disconnecting from Wifi APs with laptops on both precise and trusty?01:29
blubberbopaugustN: *cough* kubuntu *cough*01:29
akurilin2I never figured out if there's something specific the AP needs to configure to facilitate linux wifi01:30
akurilin2never have issues with wifi when it comes to mbp / osx01:30
blubberbopakurilin2: AFAIK, there is no such thing as a specific linux setting.. it should just work..01:30
blubberbopakurilin2: Probably a wife driver issue01:30
Hecterhi, user1 is a member of developer group and created a private git repo and files has user1:developer, me user2 is a member of developer group too (shown in <id user2>), Im still having not enough permission in /objects folder, any advise?01:30
orlockakurilin2: i do on 14.0401:30
blubberbopOh damn, freud would have had some fun with that one LOL01:31
akurilin2blubberbop: I've been told before "We have a special linux wifi AP"01:31
akurilin2not sure what's up with that01:31
orlockakurilin2:  NetGear, Inc. WN111(v2) RangeMax Next Wireless [Atheros AR9170+AR9101]01:31
augustNblubberbop: i don't like kde. lol01:32
blubberbopakurilin2: Never heard of an AP specially for Linux.. I do know though that WiFi under linux can be quite problematic still since drivers are still not as good as they could / should be01:32
orlockakurilin2: USB adaptor?01:32
akurilin2not a usb card, it's internal, let me see what model it is01:33
akurilin2 Intel Corporation Wireless 7260 (rev bb)01:33
orlockodd01:34
orlockintels drivers are normally pretty good01:34
orlockhttp://ubuntuforums.org/showthread.php?t=225024401:34
=== Guest45266 is now known as zsoc
akurilin2yeah apparently that card is a troublemaker for a lot of people01:37
akurilin2at least it works on this kernel without any mods01:37
orlocki hate wireless01:37
akurilin2https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/135497501:37
ubottuLaunchpad bug 1354975 in Unity Linux "iwlwifi Intel 7260 Wifi disconnects" [Undecided,New]01:37
akurilin2orlock: gosh yes01:38
leonidas__guys, have you tried to remove unused kernel modules?01:39
leonidas__? ....01:40
orlockleonidas__: you mean or general, or for some specific reason?01:40
leonidas__general, just to save memory ...01:41
leonidas__I don't have any problem or issue, I just want to know if I could remove some specific module to reclaim some memory01:42
Bashing-omleonidas__: What release ? the method varies . Old kernels only take up disk space ( and should be removed if there is no use for them ) .01:43
leonidas__Blashing-om:[0 [18:44][leo@~]$ uname -a01:44
leonidas__Linux leo-Inspiron-5720 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 17:53:56 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux01:44
Bashing-omleonidas__: In release 14.04; the termianl command -> sudo apt-get autoremove <- will remove the old kernels.01:46
Bashing-omterminal*01:46
orlockleonidas__: yeah01:47
orlockleonidas__: but are you that tight on ram that its going to make a difference? are you hitting swap by that much>01:47
leonidas__I ask how to remove unused kernel modules, not old kernels ...01:48
leonidas__@orlock, no, I have a very decent machine, I asked because I just read this from the LPIC certification book:01:48
leonidas__Sometimes, though, you may01:48
leonidas__want to remove a loaded module. Reasons include reclaiming that tiny amount of memory,01:48
leonidas__unloading an old module so you can load an updated replacement module, and removing a01:48
leonidas__module that you suspect is unreliable.01:48
leonidas__"Sometimes, though, you may01:48
leonidas__want to remove a loaded module. Reasons include reclaiming that tiny amount of memory,01:48
leonidas__unloading an old module so you can load an updated replacement module, and removing a01:48
unopasteleonidas__ you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted01:48
orlockleonidas__: yeah - for learning purposes, go nuts01:49
orlockleonidas__: in the bad old days, many people would compile all the modules they knew they would need into the kernel, and not compile others at all01:49
tasos??01:49
orlockleonidas__: and maybe only have modules for drivers that required specific flags at load time01:50
leonidas__yes, I will do some tests removing the beep pcspeaker ...01:50
leonidas__ohhhh, didn't know that :O01:50
orlockleonidas__: but i havent thought about doing that sort of thing for over 15 years01:50
=== haskell is now known as Guest44612
=== Ankoran is now known as ZerOlegend-M
Guest44612I'm trying to start an ssh server on my ubuntu desktop so I can ssh on to it.01:57
Guest44612I used: sudo apt-get install openssh-server01:57
Guest44612how do I create a username and password so someone can ssh into my machine?01:57
Guest44612None of the tutorials really mention this01:57
orlockGuest44612: just add a new user01:58
leonidas__add a new user and try to ssh -vvv newuser@nameOfYourServer01:58
orlockGuest44612: settings -> user accounts (under system)01:58
Guest44612orlock, ahh ok so can I use the main user's account to ssh?01:59
Guest44612like the account I am on now?01:59
leonidas__yes01:59
orlockGuest44612: any account should work01:59
orlockyup01:59
Guest44612ahhh, that makes sense, I thought I had to create user profiles or something hehe01:59
leonidas__yes make sure you have well configured your keys01:59
Guest44612strong password?02:00
orlockyeah02:00
orlockotherwise china and russia will 0wn your box02:01
leonidas__hahaha02:01
w00dogHello.  Can anyone comment on MTP / PTP support in 14.04?  Mom's getting a Moto G and she's ~5,000 km away and running 10.04, so I'm trying to plan some upgrade path that will not fail.02:01
Guest44612orlock, that's scary changing my password to like 10 characters now02:02
orlockGuest44612: and open ssh servers on the internet get hammered pretty much non stop02:03
daftykinsw00dog: haha, delaying a while on that one. why not ship a bootable flash drive and get a demo done prior?02:04
Guest44612orlock, I just need to have a ssh server on temporarily, like 1/2 hr (trying to install nvidia drivers which require x-server to be off, which kills my screen), I should be safe if it's just 1/2 hr right?02:05
daftykinsand whoever is going to help you can't tell you to write down the commands? ;)02:05
daftykinsGuest44612: also you shouldn't be installing non-packaged nvidia drivers.02:05
w00dogdaftykins: walking her through a BIOS tweak would be painful for both of us. And her PC is so ancient that it may not support USB booting.  Hence plan to do-release-upgrade with brother on-hand for emergencies.  OpenVPN gives me full access currently to her PC via SSH & VNC02:06
orlockGuest44612: yeah it will be fine - they will hammer but wont get in02:06
orlockGuest44612: unless you set the password to "root" or "password"02:06
daftykinsw00dog: probably wouldn't be wise to run 14.04 then - what graphics?02:06
Guest44612daftykins, I downloaded a .run file from nvidia which requires x-server to be off (the screen stuff)02:07
daftykinsGuest44612: i know - and you aren't supposed to install nvidia drivers from manual downloads.02:07
w00dogBut first, curious if anyone has experience with MTP on 14.04?    Had her on XFCE for a bit.  Thinking Mint + Mate too...02:07
daftykinsxubuntu is definitely ace02:07
Guest44612daftykins, is there an alternative?02:07
Guest44612orlock, haha I'm past that level of noob at least02:08
daftykinsGuest44612: yes, packaged drivers. is this ubuntu 14.04?02:08
Guest44612daftykins, yes sir02:08
Bravo12hello everyone02:08
daftykinsGuest44612: so click the settings 'cog' type icon on the launcher on the left, go to software and sources, then the additional hardware/drivers tab at the end02:09
Bravo12could anyone help me in creating a startup script?02:09
Bravo12its seems the permissions are jacked up, and the main app will only run if i'm currently inside the working directory02:09
Guest44612daftykins, I had tried that previously but it says "No additional drivers available"02:10
Guest44612Do I need to add sources or something?02:10
daftykinsGuest44612: what's your card?02:10
daftykinsno02:10
Guest44612nvidia gtx 750 ti02:11
=== O00O is now known as Z0Z
Guest44612daftykins, they have a driver for it on the nvidia site02:11
daftykins!info nvidia-331 trusty02:11
Bravo12:-(02:11
ubottunvidia-331 (source: nvidia-graphics-drivers-331): NVIDIA binary driver - version 331.38. In component restricted, is optional. Version 331.38-0ubuntu7.1 (trusty), package size 27036 kB, installed size 128804 kB (Only available for i386; amd64)02:11
daftykinsGuest44612: yes and for the FOURTH time you're not meant to install drivers like that :P02:11
daftykinsGuest44612: sudo apt-get install nvidia-33102:11
daftykinsinstall, reboot, done02:12
Guest44612daftykins, haha I would like to avoid it since I don't want russians to take over my computer02:12
Guest44612let me try that02:12
Bravo12any help on a startup script?02:12
atlas-hiveGuest44612: have a bad rap with the russians eh?02:12
Guest44612atlas-hive, nah haha I was trying to start an ssh-server to install nvidia drivers (it was mentioned here russians would take over my computer if I had a short password)02:13
Bashing-omGuest44612: 750 ti ; see: http://ubuntuforums.org/showthread.php?t=2252908 >> Simple steps to install GeForce GTX 750Ti on Ubuntu Gnome 14.04 .02:13
SchrodingersScatBravo12: there's also #bash , normally you can use full paths to avoid needing to be in a directory, and other various aliases and shorthands02:13
atlas-hiveGuest44612: hahah got it. i just thought it was funny.02:14
adastra312i have a quick question, hopefully someone out there will know...i've been using ubuntu now for years and i have no idea what i did.02:15
adastra312somehow the ctrl key has been mapped to favorites02:15
=== XeBlackWater is now known as zz_XeBlackWater
adastra312so in firefox whenever i hit ctrl it opens the bookmarks or in a file browser it open the favorites02:15
Guest44612Bashing-om, thanks for the link, it seems more complicated than, sudo apt-get install nvidia-331, is the method in the link better?02:16
adastra312i know how to map keys and i don't see this mapping02:16
Bashing-omGuest44612: Nope, no easy way yet for that card .. ( soon as our developers catch up, there will be ) .02:17
Guest44612Bashing-om, ok thanks I will try those steps02:17
daftykinsBashing-om: oh is it not supported in the 331?02:18
daftykinshow tedious02:18
Bravo12Ok my screen tweeked what was that?02:18
Bashing-omdaftykins: So far as I know needs version 334.xx or later, and it's not in the Trusty repo .02:18
daftykinsah, i only read about the 331 not supporting the 8xxM's or something, *shrug*02:19
daftykinsthat explains the lack of offering from additional drivers.02:19
Bravo12I've tried to run the full path, however the startup script in that containing folder will run, but tom cat will not, if running from inside the folder (tomcat is a sub) it starts fine, also if I run under sudo it wont even find the folder02:20
Bashing-omdaftykins: Yepper, we play catch up with new hardware ,, and Nvidia is not to fast to relaese/help us with the code .02:20
daftykinsi think that's more speed of packagers, not nvidia support02:21
leonidas__Bravo12, are you getting an error?02:21
Bashing-omdaftykins: Yeah then too, Nvidia has been pretty good to us lately .02:22
platzneed a new laptop and want to run ubuntu - would prefer lenovo but dislike the pad/buttons on the new models.. what is the next best thing?02:22
atlas-hiveplatz: sony vaio02:23
Bravo12-- leonidas : when running from the main user screen and tryping the command in I get a catalina home path chmod: can not access '././tomcat/bin*.sh'02:23
platzatlas-hive: thanks I'll check them out02:23
atlas-hiveplatz: they are great computers but a bit of a penny per price02:23
Bravo12now if I "cd" into the folder that starts all of it, everything runs fine02:23
atlas-hiveplatz: i have an old z series which they dont make anymore but it rocks and the battery power is awesome for low to mid grade work02:24
Bravo12its currenty stored in a folder residing on the desktop02:24
enteniennewhat would be best program/command to compare large binary files? I just want a "they are identical" or "they differ" answer, not what bytes that differ.02:24
entenienne(if I don't want to create and compare checksums)02:24
daftykinsentenienne: md5 them.02:24
daftykinsoh.02:24
daftykinsand why's that such a big deal?02:25
platzatlas-hive: sadly it seems the older stuff seems nicer to me, if only a bit bulkier02:25
atlas-hiveacer s7 are pretty good too.02:26
=== locke2002 is now known as Guest61781
enteniennedaftykins: well, I was thinking about something like diff, but that reads in both files into memory (some hundred MB's) and compares them. diff seems to read just 4KB of each file at a time - and since both files are on same harddisk that would lead thousand read-head moves per file-pair02:26
Bravo12any ideas leo?02:26
atlas-hiveplatz: ive always been a acer fan... but sony is slowly winning me over, even though they are hemorrhaging money but the minute02:27
=== kampiyo is now known as sbfn9388
daftykinsentenienne: you've got to read the files somehow. what's wrong with generating and dumping hashes?02:27
leonidas__Bravo12, have you given execute permissions?02:27
leonidas__chmod +x *.sh02:27
Bravo12this page is getting hard to read02:27
Bravo12yes02:28
leonidas__cd bin02:28
Bravo12ls02:28
leonidas__cd bin && chmod +x *.sh02:28
enteniennebut sure, anything that writes like "files are equal" twenty times would do I guess (I have two copies of the 20 files, both directories are supposed to be the same, I want to be 100.00% certain)02:29
jgornickHey guys, if I clear out my udev 70-persistent-net.rules file and reboot the computer, why isn't the file being automatically repopulated with my devices?02:29
w00dogplatz: check out System7602:29
Bravo12ok did that02:29
Bravo12checking now02:29
enteniennedaftykins: well I have at least 1GB free memory, wouldn't the easist way be to read in both files to memory (unless they toghether would be larger than free memory) ?02:30
daftykinsentenienne: i think you're spending too much time thinking about this task rather than getting it done :)02:31
leonidas__use diff!02:31
enteniennedaftykins: I suppose "somechecksum way" of comparing them could do (perhaps not md5 though that is know to have collisions)02:31
enteniennediff moves harddisk hear millions times! thats why I want something else than diff.02:32
daftykinsthe likelihood of you encountering collisions is ridiculously low.02:32
enteniennemy poor harddisk will explode :-D02:32
atlas-hiveplatz: they look pretty stable. never heard of them thou... interesting02:32
Bravo12well leo that got it to run from the desktop02:32
leonidas__????02:33
Bravo12now to get it to run from its full path02:33
leonidas__ok ...02:33
Bravo12i set a script to start it on the desktop... to see if i could make some headway02:33
Bravo12but it won't run from the home directory, only if use terminal and cd into the desktop folder02:33
Bravo12ls02:34
enteniennedaftykins:  but ok, how would a md5-way of comparing two directories look like?02:34
haskell2Hey guys, I'm trying to install nvidia drivers (based on http://ubuntuforums.org/showthread.php?t=2252908 which someone here just provided to me a few mins ago).02:34
haskell2One of the steps says: Switch to command line mode (Press Ctr-Alt-F1)02:34
haskell2however, that does nothing for me02:34
daftykinsare you sure?02:34
daftykinsCtrl+ALT+ F1 through F6 should provide command line logins02:35
Bravo12at the user folder level it will not work, states no such file or directory02:35
haskell2daftykins, I am pressing Ctrl+ALT+ F1 on ubuntu 14.01 and nothing is happening02:35
daftykinshaskell2: ah well, perhaps experiment with your keyboard. something must be up.02:35
enteniennehaskell2: ctrl-alt-F1 is supposed to show a textmode console02:35
orlocksome keyboards have an F lock02:36
orlockfunction lock02:36
entenienne(or well perhaps not real textmode, but faked textmode)02:36
ozAlekGreetings, I have a use case that I'd like to scrape the minds of a few with: If the DHCP server is down when ubuntu-server intially boots, and it is unable to gather a lease- then boots normally, then the DHCP comes online after the fact, will ubuntu notice the change? Thanks02:36
daftykinsozAlek: nobody runs a server as a DHCP client.02:36
atlas-hivebrb guys02:36
platzw00dog: those are interesting - good specs for the $$02:36
entenienneah yeah, haskell2 perhaps have to hold down the [Fn] key too02:36
leonidas__Bravo12, make sure the full path doesn't have spaces ...02:36
w00dogplatz: they support Linux community such as "Linux Action Show" podcast, who have a referral link on their site. I'm not affiliated but wanted to point that out...  And yes, very nice laptops; wish I had one!02:37
Bravo12just check the bash -x to the full path in.. and get the same spot where i started.. can not access tomcat02:37
entenienneDo I have to create some horrible for loop to compare multiple files with md5?02:37
ozAlekdaftykins, That didn't answer the question... it's a use case02:37
=== lain_ is now known as atlas-hive
atlas-hiveback02:38
leonidas__http://askubuntu.com/questions/111495/how-to-diff-multiple-files-across-directories02:39
entenienneok02:39
leonidas__yes, @entenienne02:39
leonidas__sounds fun02:39
daftykinsozAlek: i truly believe it does. using DHCP is simply mindblowingly foolish02:39
w00dogentenienne: I thought you could just point diff at two directories02:40
atlas-hiveso if i were to be in tty2 and want to go into gui, what is the command?02:40
jgornickIs anyone available to help me reset my udev networking interfaces?02:40
leonidas__CTRL ALT F7 atlas-hive ...02:40
ozAlekdaftykins, there are situations where DHCP is required02:40
daftykinsozAlek: like?02:41
atlas-hiveleonidas__: yea, that brings me to login. but no ggui command02:41
w00dogozAlek: I might be tempted to bind a static IP onto, say, eth0:1 whereas eth0:0 is DHCP -- just to be sure.  Short of testing your hypothetical scenario...02:41
owen1my HDMI monitor show 'cable not connected' even after i see it in xrandr and type 'xrandr --auto'. any idea?02:41
Bravo12still same damn thing arrrrggggghhhhhhhh02:41
enteniennew00dog: well, using diff isn't an option. I don't want to read files 4KB chunks moving the harddisks read from each end of the disk thousand times back and forth for each file.02:42
leonidas__Bravo12, where is your tomcat path? (please paste the full path here)02:42
nerdistmonkis it possible to turn off delayed allocation on my ext4 *buntu partition?02:42
w00dogentenienne: are you having HD failure issues?02:42
enteniennew00dog: unless there is some magic flag --readsize 100MB on diff.... that would be wonderfull.02:43
w00dognerdistmonk: check out "man tune2fs"02:43
w00dognerdistmonk: I see a "nodelalloc" option in there...02:44
Bravo12home/mtsu-user/Desktop/WebGoat-5.4/tomcat02:44
leonidas__--speed-large-files02:44
nerdistmonkyes i know the nodelalloc command02:44
ozAlekw00dog, interesting, is this essentially virtual network interfaces?02:44
nerdistmonkbut i do not know whats the best way of using it02:44
w00dogozAlek: not sure if that's the correct terminology -- might be though.  I use it to access separate subnets on one NIC.02:45
leonidas__@Bravo12 chmod +x /home/mtsu-user/Desktop/WebGoat-5.4/tomcat/bin/ && /home/mtsu-user/Desktop/WebGoat-5.4/tomcat/bin/script_you_want_to_start.sh02:45
Bravo12ok02:46
ozAlekw00dog, this is great, it'll give me a fallback which i can manually connect to if required to do a dhcp release/renew - thanks!02:46
leonidas__sorry I did a mistake, Bravo1202:46
leonidas__chmod +x /home/mtsu-user/Desktop/WebGoat-5.4/tomcat/bin/*.sh && /home/mtsu-user/Desktop/WebGoat-5.4/tomcat/bin/script_you_want_to_start.sh02:46
Bravo12ok02:46
nerdistmonkyeah i haven't a clue on how to use this on my install partition02:47
Bravo12can not access '././tomcat/bin/*.sh' : No such file or directory exists02:48
ozAlekdaftykins, w00dog, the only reason I was originally thinking to use DHCP was because it was going between 2 different subnets- if i can use this to have subnet0 on eth0:0 and subnet1 on eth0:1- we should be golden without the need for DHCP at all, correct?02:49
atlas-hivequestion: how to i connect to network using terminal only?02:49
leonidas__Bravo1202:49
leonidas__http://www.backtrack-linux.org/forums/showthread.php?t=21402:49
Bravo12wish I was using backtrak or kali, i find it easier to user lol02:50
Bravo12this is Ubuntu 14.1002:50
daftykinsso... use them?02:50
w00dogozAlek: correct - I think the eth0:0 and eth0:1 would work for you allowing access to both subnets02:50
daftykinswell not BT, that's ancient02:50
Bravo12I can't02:50
orlockno need for aliases anymore02:50
orlockyou can just do an ip addr add02:51
nerdistmonkso how would i go about applying -o nodelalloc to my main active buntu install partition?02:52
Bravo12yes leo, I have read that, they have changed the webgoat.sh file and file paths 5.4 (which is allso depreciated fyi) and i'm running jre802:52
Bravo12i used the sudo get package commmand for the java jdk8 install02:53
Bravo12and like i said I it works great if I cd down to the WebGoat-5.4 directory and run the .sh file02:53
Bravo12problem is when I try to get it to auto start .... it won't and throws the tomcat error02:54
w00dognerdistmonk: looks like it's an option to the "mount" command.  I'd put it into /etc/fstab or maybe manually umount then manually mount -o nodealloc /dev/[device]   and see if that works.02:54
leonidas__and what if you put a cd line within the auto start script?02:54
nerdistmonkyou can't umount your OS partition..02:55
Bravo12i'm affraid i don't follow02:55
nerdistmonkand doesn't fstab change rapidly due to uuid?02:55
Bravo12home02:56
w00dognerdistmonk: fstab shouldn't change much -- uuid guarantees persistent device allocation anyway.  What's your current fstab line for your OS partition?02:58
nerdistmonkUUID=25e1b261-3a22-47b1-8a66-8e16c4320025 /               ext4    errors=remount-ro,nodelalloc 0       102:58
nerdistmonkdoes that look ok?02:58
w00doglooks okay nerdistmonk02:59
nerdistmonkwhat does the 0   1 stand for?02:59
Mike9863When I lock my screen after about 20 seconds the screen will turn off. However, if I move my cursor at all the screen will not turn back off no matter how much time passes. How can I have the screen turn off when it's locked after I have moved the mouse?03:00
nerdistmonkthey were already in my fstab before i added nodelalloc03:00
nerdistmonkahh i see dump/pass above them03:00
nerdistmonkok im gonna reboot and see if this thing works03:00
nerdistmonkthanks for the help woo03:00
=== Joshua^Dunamis_i is now known as Joshua^Dunamis
w00dognerdistmonk: 5th field is for "dump" flag, 6th for order of fscheck when booting (man fstab)03:02
w00dognerdistmonk: 5th field is for "dump" flag, 6th for order of fscheck when booting (man fstab)03:04
nerdistmonkwell it didn't eat it, so i guess that was a success.03:04
w00doggood news03:04
nerdistmonki don't get why that wouldn't be on by default03:04
nerdistmonkanyways thanks for the help w00dog03:05
w00dogcheers03:05
Bravo12finished my scotch time for a smoke03:05
atlas-hiveanyone familiar with nmcli commands?03:06
w00dogBravo12: sharing?  I've worked up a thirst for ___03:06
atlas-hiveanyone know nmcli commands?03:07
atlas-hive2/join network03:10
w00dogatlas-hive: nmcli == network manager cli interface?03:11
atlas-hive  w00dog yes, perferably connecting to wlan using terminal only03:12
atlas-hive  w00dog: yes, perferably connecting to wlan using terminal only03:13
Bravo12I wonder if the catilina script is outdated it's set to run off cygwin, darwin, or os40003:16
Bravo12is Ubuntu 14 considered darwin?03:17
yebada_zpc  hellp03:21
=== ubuntuxp is now known as raar
Bravo12ls03:25
=== raar is now known as Guest44059
Guest44059hello03:26
Guest-2293great03:27
Guest-8151hmmm03:28
ar_hello..03:29
BlueMonkeyHello! I do not have a shut-down menu in KDE on Ubuntu 10.04! How do I get back Shutdown menu?03:31
pack^ubuntu is great. linux has come so far since the 1990's there is literally no comparison.03:32
xanguaBlueMonkey: 10.04 is no longer supported03:32
BlueMonkeyIm using the Server!03:32
orlockpack^: hell yeah03:33
orlockpack^: installing from 30 floppies was a pain and you didnt get much of an OS03:34
pack^finding dependencies and compiling. hours of fun.03:34
orlockpack^: ever try compiling E?03:35
orlockthe window manager Enlightenment i mean03:35
somsip!ot | orlock (friendly though it is, off topic chat goes elsewhere please)03:35
ubottuorlock (friendly though it is, off topic chat goes elsewhere please): #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!03:35
pack^never used windows03:35
orlockpack^: as in X11 window manager.. the thing that lets you actually manipulate all the programs you have open03:36
pack^cli only03:36
akurilinquestion: is it possible to "try" a latest greatest kernel version on 14.04 without that being explicitly supported through official channels?03:36
akuriline.g. if I wanted to try 3.1703:36
somsip!mainline | akurilin03:37
ubottuakurilin: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds03:37
orlockakurilin: yes03:37
akurilincool03:37
xanguaakurilin: just wait to the next point release, you'll be able to install kernel and graphic drivers from 14.10 in 14.04 officially https://wiki.ubuntu.com/Kernel/LTSEnablementStack03:38
orlockanybody else get unsolictaed priv from juisne ?03:39
xangua14.04.203:39
pack^yes but blocked03:39
BlueMonkeyHello! I do not have a shut-down menu in KDE on Ubuntu 10.04! How do I get back Shutdown menu?03:40
xangua10.04 is no longer supported BlueMonkey03:43
BlueMonkeyWhat do you mean not supported?03:44
w00dogEnd Of Life was 3 years after release03:44
BlueMonkeyCant you just answer the damn question , rather arguing about what is supported and what is not?03:45
w00dogupdates still happen though and ksplice keeps the kernel rather up-to-date.  BTW, I just re-joined -- what was the question?03:45
BlueMonkeyI do not have a shut-down menu in KDE on Ubuntu 10.04! How do I get back Shutdown menu?03:46
w00dogI'm running KDE on CentOS.  Do you have the Kickstarter (aka Start Menu) icon?03:47
=== JCM83 is now known as spacetex
w00dogignore juisne03:47
w00dogoops.03:47
pooppstertotally03:48
=== Metacity is now known as Metaloo
=== Metaloo is now known as Metacity
=== Guest-6879 is now known as forevs
=== forevs is now known as fraytormenta
=== fraytormenta is now known as Guest52078
BlueMonkeyYes!03:53
w00dogBlueMonkey: when you click on it, there's no "Leave" icon at the bottom-right of the pop-up panel?03:54
BlueMonkeyNo! there is a Leave button but there is no Shutdown menu coming up after I click on that/!03:55
w00dogBlueMonkey: I see a "Sleep", "Hibernate", "Restart" but need to scroll down to see the "Shutdown" -- do you see it if you scroll?03:56
avisis a 7th gen ipod nano supported on ubuntu03:56
BlueMonkeyw00dog, Nope! There is no Shutdown anywhere :/04:00
w00dogWhat if you right-click on the Start-thingie and switch to classic mode? Does that make it appear under "Leave"?04:01
BlueMonkeyLeave is there! When I press I only get Logout!!04:03
t3flonhey all04:03
pack^permission issue. must be root/superuser to shutdown/reboot.04:04
t3flonhappy tgivings.  I'm having an issue where on reboot my machine does not automatically connect to the network interface.  Ubuntu server 14.04.1, connection is managed by networkmanager (managed=true)04:05
BlueMonkeypack^, How do I fix the permission?04:05
t3flonso the connection is ifupdown(interface)04:05
BlueMonkeyI can reboot with the command sudo reboot04:05
t3flonif anyone has experience with this, how can I get it to connect automatically?04:05
w00dogTry adding yourself to group "wheel" maybe.  I don't run desktop as root, but I checked and I'm in "wheel" group (among others)04:06
w00dog@ BlueMonkey ^^04:06
BlueMonkeyIm in wheel group!! Should I add myself to root group?04:06
pack^I would leave permissions alone.04:06
BlueMonkeyummm....then whtat is the fix?04:07
w00dogMe too.  I'd probably do something like "apt-get install --reinstall kde-full"04:07
pack^you would lower your security level.04:07
w00dogOr...04:07
w00dogRight-click on Start-thingie, edit applications, see if there's an option there.   Alternately, bring up Start-thingie panel, in the search field start typing "shutdown"04:08
BlueMonkeyHmm!! There is one solution!! Enabling the KDM as the Default Login Manager!04:09
BlueMonkeyI had GDM as the default all this time!!04:09
lotuspsychjegood morning to all04:11
lotuspsychjeim looking for the packages needed to update garmin maps?04:12
pack^:]04:13
timvisher-xubuntis there some way to prove that my bluetooth adapter is actually turned on and recognized by ubuntu?04:13
bodhi_zazentimvisher-xubunt, connect it to something04:14
lotuspsychje!info garmin-plugin > lotuspsychje04:14
timvisher-xubuntbodhi_zazen: blueman-browse doesn't see any devices04:14
timvisher-xubunti'm suspicious that there's no device present, or that something isn't installed correctly, but i'm grasping at straws there04:15
timvisher-xubuntmy mac's all see the devices04:15
bodhi_zazentimvisher-xubunt, but is your bluetooth configured to be discoverable ?04:15
timvisher-xubuntbodhi_zazen: yes04:15
ICantCook!cn timvisher-xubunt04:16
bodhi_zazentimvisher-xubunt, output of hcitool dev ?04:17
timvisher-xubuntbodhi_zazen: https://gist.github.com/timvisher/24498ef4846e169118a804:19
=== Guest720 is now known as LostCatholic
timvisher-xubuntbodhi_zazen: also, rfkill: https://gist.github.com/434cfbd8a33f5715f07404:21
naught101Anyone know if it should be possible to play aac/m4a files on ubuntu with sox play?04:21
bodhi_zazenlooks like it is working04:21
naught101I can play the files with mplayer04:21
bodhi_zazenare you having a problem ?04:21
ozysimpsonI am trying to configure vnc for a user on my box everytime i run vncserver command a user it uses different port 5901, 5902, 5903 and so on how can i stop it from happening and force it to use port 5901 as default port? the issue being i have change my firewall rules everytime ?04:22
lotuspsychje!vnc | ozysimpson04:22
ubottuozysimpson: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely.  It works best over fast connections, otherwise look at !FreeNX04:22
lotuspsychjeozysimpson: be carefull with vnc for security reasons04:22
ozysimpsonlotuspsychje, thank you for the reply its within my local network04:23
timvisher-xubuntbodhi_zazen: thanks. is there a good debug wiki page or something for why it can't find my devices?04:24
Angel_Of_Sorrowhello everyone :)04:24
lotuspsychjeAngel_Of_Sorrow: welcome04:24
lotuspsychjetimvisher-xubunt: did you check your additional drivers section?04:25
lotuspsychjetimvisher-xubunt: doublecheck your syslog and dmesg for bluetooth errors aswell04:25
ozysimpsonubottu, thanks for pointing out the document, I had a quick skim thro I cant seem to find it, unfortunately i have to do this in next 10 min do you by any chance know top of your help what config file that needs to be changed to make this happen as a matter of urgency please?04:26
ubottuozysimpson: I am only a bot, please don't think I'm intelligent :)04:26
Angel_Of_Sorrowty lotuspsychje04:26
timvisher-xubuntlotuspsychje: i did not, and don'tknow how to do that04:26
timvisher-xubuntbut i will check logs now04:26
ithilyuenHello Druid04:26
lotuspsychjetimvisher-xubunt: you can find your hardware icon in dash04:26
solidsnake101hi04:26
ithilyuenhello Acid04:27
lotuspsychjeozysimpson: http://askubuntu.com/questions/259166/change-port-for-desktop-sharing-in-ubuntu-12-1004:28
lotuspsychjeozysimpson: seems like dconf-editor can change the default port04:29
timvisher-xubuntlotuspsychje: no additional drivers are available, at least they're not showing up in the search04:32
=== Yufei_ is now known as Yufei
lotuspsychjetimvisher-xubunt: you could try a tail -f /var/log/syslog and try connect your bluetooth to see in realtime04:33
lotuspsychjetimvisher-xubunt: or tail -f /var/log/dmesg04:34
lotuspsychjeFlannel: tnx04:34
ozysimpsonlotuspsychje, unfortunately this is on my server and i would prefer not to install dconf-tools04:35
lotuspsychjeozysimpson: not sure howto then sorry, maybe the #ubuntu-server guys might advice you?04:36
timvisher-xubuntlotuspsychje: so they report nothing but that a discovery session is started and then finishes04:36
lotuspsychjetimvisher-xubunt: could you paste logs of that?04:37
timvisher-xubunti will also point out that though the bluetooth-indicator claims that it should be visible (which i'm assuming means discoverable) my other devices also can't see it04:37
lotuspsychje!paste | timvisher-xubunt04:37
ubottutimvisher-xubunt: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.04:37
lotuspsychjetimvisher-xubunt: wich ubuntu version are you on again?04:37
timvisher-xubunthttps://gist.github.com/1914041e2ee374b5e58c04:37
tripelbHi. Happy Tummies. i am stuck in dillema. I forgot the password. got to root shell. passwd: Authentication token manipulation error  passwd: password unchanged04:38
timvisher-xubuntubottu: i'll see if i can04:38
ubottutimvisher-xubunt: I am only a bot, please don't think I'm intelligent :)04:38
velhop4Can I install Av Linux (based in debian), and install ubuntu allong, with and "sudo apt-get install ubuntu-desktop" in the command line?04:38
timvisher-xubuntlotuspsychje: xubuntu 14.0404:38
onsketchhello i am new to ubuntu 14.04 and i can not get sound to come out of my speakers. can someone help04:39
timvisher-xubuntlotuspsychje: http://paste.ubuntu.com/9278231/04:39
lotuspsychje!sound | onsketch04:39
ubottuonsketch: 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.04:39
Angel_Of_Sorrow:)04:40
lotuspsychjetimvisher-xubunt: what does bluetoothd -d -n say?04:40
* tripelb anxiously shifts weight from one foot to another04:40
=== X2 is now known as ilken
onsketchloutuspsychje- thank you ill go read over the info04:41
timvisher-xubuntlotuspsychje: http://paste.ubuntu.com/9278243/04:42
velhop4Hello friends!! Can I install Av Linux (based in debian), and install ubuntu allong, with and "sudo apt-get install ubuntu-desktop" in the command line?04:43
lotuspsychjetimvisher-xubunt: are you up to date?04:43
lotuspsychjevelhop4: its recommended you install ubuntu fresh, a version from topic04:44
onsketchhello i have another question . i do not have the speaker icon on the upper right hand of the screen04:44
lotuspsychjeonsketch: doublecheck if your sound driver is installed in 'additional drivers'04:44
lotuspsychjetimvisher-xubunt: did you install 14.04 clean or upgrade from another version?04:45
velhop4lotuspsychje, what's a version from topic? Should i Install Ubuntu first and AV Linux after?04:46
timvisher-xubuntlotuspsychje: clean. how do i check for updates?04:46
lotuspsychjetimvisher-xubunt: sudo apt-get update and sudo apt-get upgrade after04:46
timvisher-xubunti've installed all software updates that have been recommended but i'm not sure how to activate that check manually04:46
timvisher-xubuntthanks04:47
lotuspsychjevelhop4: we dont support avlinux mate, just ubuntu04:47
timvisher-xubuntlotuspsychje: The following packages will be upgraded:04:49
timvisher-xubunt  dbus dbus-x11 libdbus-1-3 libflac8 libnautilus-extension1a mugshot04:49
timvisher-xubunt  nautilus-data04:49
timvisher-xubuntwhoops. google-chrome doesn't seem to always put things on the x clipboard04:50
timvisher-xubuntsorry :(04:50
lotuspsychjetimvisher-xubunt: ok update all, and try reboot mate :p04:50
timvisher-xubunthttp://paste.ubuntu.com/9278271/ is what i meant04:50
timvisher-xubuntlotuspsychje: on it ^_^04:50
lotuspsychje!info bluez04:51
ubottubluez (source: bluez): Bluetooth tools and daemons. In component main, is optional. Version 4.101-0ubuntu20 (utopic), package size 626 kB, installed size 2639 kB04:51
tripelbi am stuck in dilemma. I forgot the password. got to root shell. Enter new UNIX password: (I did.and.got.this) passwd: Authentication token manipulation error  passwd: password unchanged04:52
lotuspsychjetimchen119: you can try to install this package too04:52
lotuspsychje!password | tripelb04:52
ubottutripelb: Forgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords04:52
atekzhaha when you make security so good and you get locked out04:53
pnglIs it possible to run a service on startup that depends on some kind of ssh-agent/keyring being ready so it can use ssh without user interaction?04:55
=== Guest-2568 is now known as fraytormenta
timvisher-xubuntlotuspsychje: so updated and restarted and here's the bluetoothd output again: http://paste.ubuntu.com/9278367/04:56
timvisher-xubuntstill no joy04:57
Angel_Of_Sorrow:(04:57
lotuspsychjehmm04:57
owen1I 'Override software rendering list' and 'Enable WebGL' in chrome://flags but http://get.webgl.org say I don't have WebGL support. I also tried running chrome with --disable-gp04:59
owen1u-watchdog but it doesn't help. Firefox runs WebGL just fine. any ideas?04:59
lotuspsychjetimvisher-xubunt: did your bluetooth work on other ubuntu versions?04:59
timvisher-xubuntlotuspsychje: no idea. i could try a livecd, i suppose. this machine was windows 8.1 before04:59
lotuspsychjetimvisher-xubunt: maybe try a regular ubuntu desktop 14.04?04:59
timvisher-xubuntand i did not test bluetooth before installing xubuntu04:59
timvisher-xubunti will say that acer's website only lists windows 8 bluetooth drivers05:00
lotuspsychjetimvisher-xubunt: os the #xubuntu guys might know of any bluetooth errors too?05:00
lotuspsychjetimvisher-xubunt: well if additional drivers dont show anything, your good to go05:01
lotuspsychjetimvisher-xubunt: its that dbus problem05:01
bluezonehow do i reduce the pointer speed to below the minimal setting allowed by the GUI on ubuntu desktop05:01
lotuspsychjetimvisher-xubunt: maybe this can help: http://askubuntu.com/questions/389434/bluetooth-problems-on-13-04-dont-see-bt-devices05:03
lotuspsychjetimvisher-xubunt: if you cant fix, might file a bug..seems like many others experience this issue05:05
timvisher-xubuntlotuspsychje: ah. well, the particular erro was because i wasn't running as root05:05
timvisher-xubunterror*05:05
lotuspsychjetimvisher-xubunt: you logged into another user?05:06
=== zz_XeBlackWater is now known as XeBlackWater
timvisher-xubuntlotuspsychje: i'm not logged in as root.05:08
lotuspsychjekk05:08
timvisher-xubuntlotuspsychje: so this might be much more informative http://paste.ubuntu.com/9278491/05:09
=== nusr is now known as pypie
pypie!register05:10
ubottuInformation about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode05:10
=== Metacity is now known as MetacityOnCleara
lotuspsychjetimvisher-xubunt: you dont have bt button on laptop right or BIOS bt disabled?05:11
=== MetacityOnCleara is now known as MetacityOnSale
timvisher-xubuntlotuspsychje: i can check BIOS i suppose, but i don't believe there's a bluetooth button05:11
lotuspsychjetimvisher-xubunt: well im out of ideas after this :p05:13
tripelbWhat I was trying to say os that I did yhe correct things to reset my.password and the passwd program.belched. and now.what? (I had to reread the link you gave me to.make certain.) SonikkuAmerica lotuspsychje05:16
SonikkuAmericatripelb: Did you use [ passwd ] in recovery mode?05:17
dillon_can any one help05:22
cfhowlett!help | dillon_,05:22
ubottudillon_,: 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 !patience05:22
cpugirlhow to make hotspot in linux  ?05:24
tripelb(He is suddenly gone but) I did I use password in recovery mode . And it fails I'll repeat my original question.  .. Hi.  i am stuck in dillema. I forgot the password. got to root shell. Enter new UNIX password: (I did.and.got.this) passwd: Authentication token manipulation error  passwd: password unchanged05:26
cpugirlhow to make hotspot in linux ?05:27
pack^http://www.howtoforge.com/wifi_hotspot_setup05:29
wowhello, noob user here, have a question05:29
cpugirlwow:how to make hotspot in linux ?05:30
wowi currently have 12.10 installed and want to upgrade05:31
wowto 14.0405:31
wowcpugirl: hahah, no not that noob05:31
wowcpugirl: i learned that while back05:31
cpugirlwow:LOL05:31
wowcpugirl: will i have to make a clean install or is there any way to upgrade05:32
tripelbWow make a live cd. Backup your stuff and reinstall. (Can only upgrade one step at a time. And it can be flakey to do several.)05:32
cpugirlwow:what actually you wants to do ?05:33
wowtripelb: is this 1990 ? last time i used a cd was in 90's05:33
tripelbcpugirl: see my comment just above05:33
wowi want to upgrade my ubuntu 12.10 to 14.0405:33
Loshkitripelb: any of these help? http://askubuntu.com/questions/57620/getting-an-authentication-token-manipulation-error-when-trying-to-change-my-us05:33
wowcpugirl: i want to upgrade my ubuntu 12.10 to 14.0405:34
cpugirlwow:[lsb_release -a ]05:34
cpugirlwow:do it first and tell me05:34
wowNo LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 12.10 Release:12.10 Codename:quantal05:34
tripelbLoshki: i will read it. I know.I.have system errors. Have 12.04 no home wifi.  I.noticed a recovery choice to correct errors in files. Thougjt I might try that.withthe.disk... after I.check.the.hash.05:36
=== jason_kr_ is now known as jason_kr
cpugirlwow:ubuntu software centre->edit->software sources->updates..then click 1 2 and 4 except pre release updates05:36
cpugirlwow:have u did ?05:39
wowyes05:39
wowcpugirl: doing it05:39
wowcpugirl: all options are checked05:39
wowcpugirl: which one i need to uncheck ?05:39
cpugirlwow:unclick 3r 105:39
cpugirl3rd05:40
wowcpugirl: http://imgur.com/LpqFQuS05:40
wowcpugirl: proprietry05:40
cpugirlwow:no in update section05:40
cpugirlwow:click on updates05:41
tripelbLoshki: no. That ismt.my.issue. i am followimg.the.recover.lost password method qnd the prompt is Enter new UNIX password:   (I looked to double.check.)05:41
cpugirlwow:then check 1 2 and 405:41
wowcpugirl: yes my update looks like this http://imgur.com/OnKwApi05:42
cpugirlwow:yeah good!! then do [apt-get update ] then [ do-release-upgrade ]05:44
wowcpugirl: and thats it ?05:45
cpugirlwow:yeah!! have software centre downloaded cache ?05:46
wowcpugirl: nopes05:46
cpugirlwow:these cmds you have to run after cache download by software centre.05:46
wowcpugirl: and how do i do cache downloads?05:47
tripelbLoshki: can you teach me how to create another user05:47
cpugirlwow:you have did it now.05:48
wowcpugirl: okay, so i run the cmd's05:48
Seveastripelb: open the dash, type 'users', click the users and groups icon, click add.05:48
cpugirlwow:yeah05:48
tripelbwow you can only update to the next version, am I right? cpugirl05:49
wowcpugirl: i think so05:49
cpugirlwow:I think it latest05:49
cpugirl14.1005:49
wowtripelb: i think yes, 12.10 -> 12.0405:49
Loshkitripelb: I don't think so. What 'system errors'?05:50
cpugirlwow:do it and restart your system05:50
wowcpugirl: and then i can upgrade 14.10 -> 15.0405:50
tripelbSeveas, i am on root.shell and the passwd wont take the new password. > Did > passwd username  > Enter new UNIX password: (I did and got these 2 lines)     passwd: Authentication token manipulation error  passwd: password unchanged (ditto with sudo)05:51
wowcpugirl: basically i want to move to an LTS05:51
Ben64wow: 14.04 is the latest LTS05:51
cpugirlwow:I don't know much!! I did it in my system05:52
cpugirlnow I am using 14.0405:52
wowBen64: i know but in future i would move to 15.0405:52
Ben64wow: 15.04 is not LTS05:52
cpugirlguys 15.04 is release or what ?05:52
wowcpugirl: i had 12.04 on my other machine and it was smooth to move to 14.0405:52
tripelbLoshki: when I ran it it wound tell me I had them, never specify what. I could just go on.05:52
wowBen64: sorry 16.0405:52
Ben64wow: yeah, but you'll have to wait until April 2016 for that, not sure why its relevant at this time05:53
wowor is it possible to portback to 14.04 from 14.1005:53
cpugirlwow:any other method for upgrade ?05:53
Ben64wow: nope, can't go backwards05:53
wowcpugirl: just fron the software update GUI05:53
wowcpugirl: it asked me if i want to upgrade05:54
cpugirlwow:ok!! fine05:54
wowBen64: So i am kinda fucked05:54
wowBen64: Will have to do a clean install05:54
cpugirlstop fighting05:54
Loshkitripelb: I think your first priority should be to boot the live cd and fsck all your disks.05:54
cpugirlwow:if you wants to go for any specific version.make a boot cd for that.05:55
Ben64wow: watch the language here, and i thought you were on 12.10?05:55
cpugirlBen64:I think same05:55
wowDoes it make a lot of difference between 14.10 and 14.04, i do dev on node.js on two machines one has 14.04 and other has 12.10(this machine)05:56
wowBen64: Okay sorry for the f word05:56
Ben6412.10 -> 13.04 -> 13.10 -> 14.04, or you can install 14.0405:56
cpugirl14.10 and 14.04 are almost same.14.10 is some bug less05:57
tripelbLoshki: ok then I will. So that will take me a while.05:58
wowcpugirl: looks like a lot of errors05:59
tripelbLoshki: thank you. And I have only one hard drive, dual boot. Three partitions.05:59
wowon apt-get update05:59
wowBen64: http://paste.ubuntu.com/9278852/06:00
Ben64!eol | wow06:02
ubottuwow: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades06:02
wowBen64: Thanks06:03
tripelbI got solution fyi this was it. what I had done was. mount -rw -o remount /   ... what worked was. mount -o rw,remount /06:12
=== andrew__ is now known as andrew__710
tripelbThanks all06:15
uskerinedoes " service iptables save  " work in ubuntu 12.04?06:26
uskerine# service iptables save06:26
uskerineiptables: unrecognized service06:26
he1kkiLooking for Unity Lens (scopes etc.) related speculation. As of now that hud seems to be terribly slow, so I was wondering if there is some big overhauls coming...06:30
=== MetacityOnSale is now known as Metacity
Mai23 There is no such thing as Free Porn http://bit.ly/1y2SGSo06:36
=== piki is now known as Guest40790
=== CyberJacob|Away is now known as CyberJacob
=== blindsight|znc| is now known as blindsight
bluezonehow do i reduce the pointer speed to below the minimal setting allowed by the GUI on ubuntu desktop07:17
bluezonegod help me :/07:22
farvahow do I ban an IP address to connect to my server?07:24
=== [ARAB]_ is now known as [ARAB]
=== [ARAB] is now known as Arab_Girl
farvacan some one tell me how to block an IP address from accessing my server?07:32
Rhetoricalbluezone: it looks like you can use xset07:32
bluezoneRhetorical, yeah doesn't seem to work with my dell mouse though :(07:33
farvaI have tried a number of things with ip tables...but it does not seem to be working07:33
ikoniafarva: accessing it what way ?07:33
farvahe was ddosing07:33
ikoniahow ?07:33
ikoniathat means it's more than one ip if it's a ddos07:34
farvaI found 196 connections when I ran a netstat on the machine07:34
farvaon one IP07:34
farvaso he was not very bright about it obviously07:34
ikoniaconnections to what07:34
ikoniaok, so it's not a ddos then07:34
farvahttp://gyazo.com/42b1b1d3a239c288a2af35d733206a7707:34
ikoniahe's bright enough to have you worried07:34
ikoniaand you d'nt know how to stop it07:34
farvayea, just some script kid pinging the fuck out of the server07:34
farvawell, I know how to kick him off07:34
ikoniafarva: there is no need for bad language07:34
=== XeBlackWater is now known as zz_XeBlackWater
farvabut I can't figure out a ban for him07:35
ikoniafarva: how do you plan to kick him off ?07:35
farvaiptables -A INPUT -s 163.235.144.110 -p tcp --destination-port 25 -j DROP07:35
farvais the example I used to boot him07:35
ikoniafarva: so it's connection to a mail service on your machine ?07:36
farvaI just replaced his IP and the port he was accessing07:36
ikoniawhat is the port he's accessing ?07:36
farva2556507:36
farvathat was just an example line07:36
farvahe is attacking a game server07:36
ikoniawhat is running on that port, I'm not aware of that port's service07:36
RhetoricalIsn't that the port for the game Terraria?07:37
farvaminecraft07:37
Rhetoricalor minecraft07:37
farvaxD07:37
farvaso, how do I ban that ip now?07:37
ikoniaRhetorical: so use -j REJECT  --reject-with icmp-port-unreachable07:37
Rhetoricalfarva, I think you mean.07:38
farvaI was confused there Rhetorical07:39
farvagot it ty ikonia07:39
ikoniasorry - typo07:40
farvaso where do I put in his IP?07:40
ikoniafarva: you showed me in your previous example you knew how to do that07:40
Rhetoricalmy bad as well07:40
ikoniaso I just gave you the policy to drop07:40
farvaI just showed you the example I found and used, I don't understand it really07:41
farvathis is like my 3rd month with linux07:41
farvaso these finer details are pretty new to me07:41
ikoniaso ?07:41
ikoniafiner detail ?07:41
=== Anoniem4l is now known as Anoniem4l`afk
farvayes, like, understanding the variables you just laid out and what I have to do to make it work07:41
ikoniait's not a varible, it's an iptables flag/option07:42
farva=finer details07:42
farvawell, I love to learn, so let me see what I can make of this..07:42
=== zz_XeBlackWater is now known as XeBlackWater
farvaiptables -A INPUT -s 163.235.144.110 -p tcp --destination-port 25 -j REJECT  --reject-with icmp-port-unreachable07:43
farvalike that?07:43
ikoniathat should work07:43
farvaand if I want to keep him from accessing the entire server, I can leave out the port info like this? : iptables -A INPUT -s 71.222.52.170 -p tcp -j REJECT  --reject-with icmp-port-unreachable07:45
ikoniafarva: no07:45
ikoniajust use -j DROP07:47
farvakk ty =]07:47
=== havingFun_ is now known as xrosnight
farvaikonia: so now, how can I check to see that it has been banned?07:48
farvaI assume there is a banlist I can read?07:49
=== hi is now known as Guest91031
Angel_Of_Sorrow:(07:55
Mani23 Free Porn for Life!. Click Here! http://bit.ly/1y2SGSo08:05
owen1I 'Override software rendering list' and 'Enable WebGL' in chrome://flags but http://get.webgl.org say I don't have WebGL support. I also tried running chrome with --disable-gp08:12
owen1u-watchdog but it doesn't help. Firefox runs WebGL just fine. I have the same with chromium-browser package (39.0.2171.65 Ubuntu 14.10) and also with chrome (39.0.2171.71). Any ideas?08:12
haidorahey guys please help me tor is closing unexpectedly08:19
=== Haudegen is now known as Guest59761
=== Guest59761 is now known as Haudegen
nagerstHi, how do i set the background colour to white and text to black in the virtual terminals?08:36
ozAlekHi Guys, quick q- is it possible to mount a NIC without assigning it an IP: it would be a Guest-Only NIC on a VM- it seems that the host must have it available, but I don't want it to use it in any way08:37
ozAlek(ubuntu server btw)08:38
ikoniaozAlek: you don't "mount" a nick08:38
ikoniaozAlek: ou can assign a physical / virtual nic to a guest OS without any IP details08:38
slackaslacka08:38
=== CyberJacob is now known as CyberJacob|Away
ozAlekikonia, It's a physical nic that i want sole use for a guest - i assigned 'p3p1' to the guest, however it doesn't appear to be active08:40
bluezonemy damn mouse is too fast and it's bothering me so much, i can't reduce the speed anymore with the GUI and i don't understand how to use xset08:40
ikoniaozAlek: what do you mean "not active"08:40
ikoniaozAlek: could you define the actual problem please08:40
ozAlekikonia: it is unable to communicate with the network- it's as if the card simply does not work. From what I've been able to google, the NIC needs to be active on the host08:41
ikoniaozAlek: how do you expect it to communicate with a network without any ip details ?08:41
ozAlekozAlek, the guest would have the IP details08:42
ozAlekoops- ikonia ^08:42
ikoniaozAlek: so what's stopping you doing that?08:42
ozAlekikonia, The host does not have a wth* for the NIC- which is what I want, the NIC is visible in my virtualization software, when I assign it to a guest and then attempt to use that guest to get DHCP- it fails.08:43
* bluezone hates high sensitivity with a passion08:43
ozAleketh**08:43
ikoniaozAlek: what is the name of the interface on the host(hypervisor) you want to use08:44
ozAlekikonia, p3p108:44
ikoniaozAlek: and you can see that with ifconfig p3p1 in the host ?08:44
ozAlekikonia, no08:44
ikoniaozAlek: then how do you know thats the interface name ?08:45
ozAlekikonia, sorry, yes08:45
ozAlekikonia, if you run ifconfig on it's own, it doesn't appear, but if you run 'ifconfig p3p1' it shows it's details08:45
ikoniaozAlek: sorry, I don't see an issue, if the host can see the device, you can assign it to a guest as a pass through device and allow the guest to use it as a network card08:45
ozAlekikonia, that's what I assumed, perhaps other things are in play here.08:46
ozAlekikonia, it's a newly installed NIC, perhaps ubuntu doesn't have drivers for the card08:46
ikoniaozAlek: you can see it in ifconfig08:46
ikoniaozAlek: therefore the host can see it/user it08:46
ozAlekikonia, roger08:46
ikoniaconfigure if it for the host if you want proof/test it08:46
ozAlekikonia, thanks for the intel, i'll dig further and troubleshoot08:49
ozAlekikonia, highly appreciated08:49
ikoniaozAlek: when you assign the device to the guest, can the guest see it if you do ifconfig -a on the guest ?08:49
ikoniaozAlek: remember it will not have the same interface name on the guest08:49
ozAlekikonia, i can see eth0 and eth1, however i believe these are the virtual interfaces that have been bridged by the hypervisor to the card.08:50
ikoniaozAlek: what are you expecting to see in the guest ?08:50
ozAlekikonia, DHCP working08:50
ikoniaozAlek: I mean in terms of devices08:50
ozAlekikonia, what i see is accurate08:51
ikoniaozAlek: what devices are you expecting to see in the guest08:51
ikoniaozAlek: ok, so you see what you expect08:51
ikoniaozAlek: and the bottom line is, dhcp isn't working ?08:51
ozAlekikonia, yeah that's right08:51
ikoniaozAlek: so you have 2 virtual devices mapped as a bridge to 1 physical on your host ?08:52
ozAlek2 virtual bridged to 2 physical08:52
ikoniaozAlek: which one are you expecting dhcp to work on ?08:52
ozAlekikonia, eth008:52
ikoniaozAlek: ok, how are you testing this from the guest ?08:52
ozAlekikonia, ubuntu installation08:53
ikoniaozAlek: sorry - "ubuntu installation" is not a "test for dhcp"08:54
ikoniaozAlek: how are you testing dhcp from the guest08:54
ozAlekikonia, the ubuntu installation has a section where it tries to configure DHCP08:55
ikoniaozAlek: that is true, but it's a bit of an agressive test with no debug ability08:57
ozAlekikonia, indeed- i've skupped it for now, i'll test once it is installed08:57
ikoniaozAlek: I'd use a livecd boot to test it/debug it08:58
samthewildoneI thought it If you click the icon on launcher the application minimizes... if there an option for that ?09:06
excognachi all, i need some confirmation before i reinstall my machine, using this http://askubuntu.com/questions/9135/how-to-backup-settings-and-list-of-installed-packages if I edit the list files it's ok  to customiye what i reallz want to reinstall, or if they are included in the new release (kubuntu14.04) bz default they wont be duplicate?09:06
rodyboyircnice community we have right here09:17
ozAlekikonia, it has installed, DHCPDISCOVER times out - upon setting static attributes I am unable to ping the gateway09:17
haidorawhat should i do after downloading guest additions virtual box by this command sudo apt-get install virtualbox-guest-additions-iso09:20
haidoraplease answer09:22
bashebayes haidora09:23
cfhowletthaidora, open virtualbox.  go to help.  read "guest additions"09:23
bashebal09:24
haidorai have already download the iso file by terminal09:25
haidorais it done??09:25
cfhowletthaidora, read the documentation.  don't be lazy.09:25
bashebaat the top of your vm menu you will see install guest additions09:25
bashebaclick that and it will install on it's own09:25
haidoraok09:27
rsmarshallanyone good with vsftp?09:28
rsmarshallA bit stuck as to why a user can't login09:28
asd_Ian09:37
dotspaceI'm trying to create a chroot environment where specific commands must run. I tried to copy /usr/local/lib libraries and executables, still command is saying some "module" is missing.... How can I find all list of files(libraries) which is used by an application command upon invocations09:47
dotspaceI'm trying to run pm2(https://github.com/Unitech/pm2) to be specific09:48
dotspaceusing 14.04 LTS09:51
dotspaceanyone around there ?09:55
asd_hi09:55
dotspaceseems stuck in configuring chroot09:56
bray90820What tablet would support the x86 or x86_64 versions of ubuntu09:56
asd_what do you need exactly09:57
bray90820asd were you talking to me?09:58
bray90820asd_:09:58
Kim23 Free Porn for Life!. Click Here! http://tny.de/patJ210:05
sapikhaha10:06
asd_Iai10:06
asd_I10:15
asd_you10:16
* ZerOlegend-M farts on asd_ 10:18
asd_thank you10:18
=== ZerOlegend-M is now known as ZerOLegendMini
ZerOLegendMiniasd_, just blew you a kiss :) hehe10:19
bazhang!ot | ZerOLegendMini asd_10:20
ubottuZerOLegendMini asd_: #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!10:20
asd_hihi10:20
Samurairmhi10:21
ZerOLegendMinihi10:21
Samurairmthere is a program to see the traffic of my dsl connection?10:23
OerHeksSamurairm, on your whole DSL or just your machine?10:24
jane_hi10:24
vamsijane_, hii10:24
Samurairmi have only machine10:25
sacarlsonSamurairm: wireshark is cool to monitor all trafic10:26
Samurairmthanks10:26
Hari_hi10:28
OerHeks!info indicator-mulitload10:28
ubottuPackage indicator-mulitload does not exist in utopic10:28
Samurairmbye10:28
bazhangmulti?10:28
OerHeks!info indicator-multiload10:28
ubottuindicator-multiload (source: indicator-multiload): Graphical system load indicator for CPU, ram, etc.. In component universe, is extra. Version 0.4-0ubuntu3 (utopic), package size 91 kB, installed size 461 kB10:28
OerHeksoh my, it is written wrong on http://www.omgubuntu.co.uk/2014/11/useful-tools-for-ubuntu-do-you-use-them10:29
jane_I10:30
jane_I10:31
tanmoybye10:31
tanmoyq10:32
sridharramanI am stuck with a server with Ubuntu version 9.04.  When I try to install rvm (latest), I get "Couldn't find package libreadline6".  Even using old-sources, I haven't been able to install it.10:32
sridharramanI am not in a position to upgrade the server.  So, is there a particular branch of rvm I can install that will install without any issues on Ubuntu 9.04 (Jaunty)?10:32
bazhang!compile | sridharraman10:33
ubottusridharraman: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall10:33
OerHekssridharraman, 9.04 is EOL, you should upgrade10:33
jane_I10:34
OerHeksno fix for latest vulnerabilities, heartbleed and such10:34
sridharramanOerHeks, yes, but upgrading is not an option my client is providing right now.  So, I guess, I will compile from source.10:34
OerHeks!eolupgrade | sridharraman, there is a hack to get those repos working, but it is just a hack to upgrade10:35
ubottusridharraman, there is a hack to get those repos working, but it is just a hack to upgrade: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades10:35
=== Rachel is now known as Guest81588
jane_I10:38
jane_you10:38
Guest81588When I use apt-get update does it confirm a successful update or not? So far the command has been returning a list of urls then not actually doing anything after.10:39
bazhangjane_, do you have an ubuntu support question?10:39
jane_I cant speak inglish good10:40
bazhang!cz | jane_10:40
ubottujane_: České uživatele žádáme, aby mluvili v kanále #ubuntu anglicky. Česky je možno se domluvit v #ubuntu-cz. Děkujeme.10:40
bazhangGuest81588, any errors?10:40
OerHeksGuest81588, update is 1 part, full command is :  sudo apt-get update && sudo apt-get upgrade / dist-upgrade10:40
jane_thank you10:41
kingchipohello! could use some help concerning my wireless10:43
bazhang!wifi | kingchipo10:44
ubottukingchipo: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs10:44
OerHekskingchipo, just ask10:44
Guest815881 error occurs with update; no pubkey available. upgrade asks for confirmation to install then again for unverified packages (I think the same one as update). When I decline the unverified package it stops all upgrade. I'll try Update &&10:45
kingchipoHaha well ok ill try to explain, I have a broadcome 4306(14e4:4320)10:45
kingchipoIve installed b43legacy as instructed by the ubuntu docs, my wireless can recognize the access point but cannot connect. Ive tried two different network managers wicd and nmapplet both hang at obtaining ip adress10:46
kingchipoAlso somthing funny, im trying to cycle through the drivers, ive blacklisted ssb in an attempt to spot somthing conflicting yet ssb still loads?10:46
Guest81588Thanks for the help, Bazhang and OerHeks.10:47
OerHeksGuest81588, it is fixed?10:48
Guest81588Its doing something it wasn;'t before, so I guess so!10:48
kingchipoany advice?10:49
maktareqhi10:54
kingchipoGuess no one wants to get into those awesome broadcom drivers with me at 5 am :(10:54
=== tcpman is now known as Guest53953
=== sjefskoder is now known as Guest19467
jane_hi10:57
olegon-ruhello, can anybody pay attention for https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1397277 ?10:58
ubottuLaunchpad bug 1397277 in xserver-xorg-video-intel (Ubuntu) "Kernel dead after suspend/resume at i915" [Undecided,New]10:58
olegon-ruany ideas?10:58
bazhangolegon-ru, its undecided10:58
bazhangolegon-ru, sign up to be notified of progress, and supply info when asked10:59
OerHekskingchipo, i find in the docs that you need broadcom STA https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx10:59
olegon-rubazhang: sorry, I'm newbie in Ubuntu, is this mentioned, that I must wait for developer?10:59
bazhangolegon-ru, for someone to be assigned that bug, yes11:00
olegon-rubazhang: i915 too hard to understood driver, supposed to try some variants... thanks, waiting...11:01
kingchipooerheks, The doc seems to say i need b43legacy?11:03
kingchipooerheks,  ill try installing sta11:06
OerHekskingchipo, read this part https://help.ubuntu.com/community/BroadcomSTA(Wireless)#b43fwcutter_with_firmware-b43-installer_works_for_model_numbers , so remove the legacy driver and  sudo apt-get install b43-fwcutter firmware-b43-installer ( and reboot)11:06
kingchipooerheks, ok sure thing sorry very tired been at this a while11:08
ionelmchello11:16
ionelmci have 2 network interfaces, both dhcp - can i make the dhcp client avoid picking one of the interfaces as the default gateway ?11:16
kingchipooerheks, after running the commands there is no longer any access point detected11:19
OerHekskingchipo, did you reboot?11:20
kingchipoyes11:20
=== pvoigt_ is now known as pvoigt
OerHeksyou have removed that STA driver too?11:22
kingchipoNever installed the STA driver11:23
kingchipoWould you like me to upload my lsmod results?11:23
philip_virt-manger says default 52.04GB free/ 214.98 GB in use11:24
kingchipoill try ndiswrapper11:41
kofelHi, I have question regarding CUPS printers sharing11:55
kofelis there anyone experienced in this?11:55
pecanhaHello! iptables -t mangle -A POSTROUTING -s 192.168.2.2/32 -j CLASSIFY –-set-class 1:20 is generating bad argument --set-class. However I didn't see why as its described on man. Any idea?11:55
=== Ragazza_carina is now known as Sweet_girl
iptablepecanha: check your font and characters on --set-class. looks like the first - is not a normal -12:01
pecanhaiptable: :O12:02
pecanhaiptable: indeed.... crappy!12:02
pecanhaiptable: thank you12:03
iptableno worries12:05
samthewildoneDoes Ubuntu have an agenda ?12:05
samthewildoneLike a Planner Software.12:05
iptablechannel or OS?12:05
iptableoh12:05
cfhowlettsamthewildone, search the software center <project> for several options12:06
samthewildoneBah... thanks cfhowlett. What I need is just a simply virtual sticky12:08
samthewildoneGot so much work to do today ...12:08
samthewildonetrying to get mySQL script working, autoresponders working... everything up and running @ 100% by Monday.12:09
samthewildoneRunning on ~2 hours of sleep12:09
=== Joshua^Dunamis is now known as Joshua^Dunamis_i
zebra5000pwn12:14
=== Joshua^Dunamis_i is now known as Joshua^Dunamis
kingchipoHey guys btw ndiswrapper worked flawlessly in getting my wireless card working, bcm430612:21
cfhowlettkingchipo,  ndiswrapper?  pretty sure that's the wrong tool.  Have you the ubuntu .iso?12:23
cfhowlettor USB?12:23
asdasdasdas12:23
kingchipocflhowlett, Im sorry i dont understand the question? Also im on lubuntu12:24
cfhowlettkingchipo, version?12:26
kingchipo14.0412:26
cfhowlettkingchipo, perfect.  wait 112:26
kingchiposure12:26
cfhowlettkingchipo, 386 or amd 64?12:26
kingchipo38612:27
cfhowlettkingchipo, OK --- you need 2 .deb packages for the broadcom and it should fire right up.12:28
cfhowlettkingchipo, sudo apt-get install dkms12:28
kingchipolol While i would prefer for it work natively, im rather scared to mess with it.12:29
cfhowlettkingchipo, this works about 80 % of the time and doesn't even require reboot.  your choice.12:30
kingchipohmm ok lets give it a go..12:30
cfhowlettsudo apt-get install dkms bcmwl-kernel-source12:30
cfhowlettkingchipo, that command should grab and install 2 packages.12:31
kingchipook both are installed12:31
cfhowlettkingchipo, but you can sandbox test with sudo apt-get -s install dkms bcmwl-kernel-source12:31
kingchipono worries12:31
cfhowlettkingchipo, check your wifi --- it should be active12:31
kingchipohmm, well its currently active with ndiswrapper should sudo modprobe -r ndiswrapper ?12:32
cfhowlettkingchipo, ndis will conflict with these 2 packages.  disable it12:33
kingchipothe package you gave me is wl correct?12:33
kingchipothe sta drivers?12:33
cfhowlettkingchipo, yes12:33
cfhowlettactually, check your additional drivers --- might even be there12:34
kingchipoI blacklisted them when i installed ndiswrapper, let me remove wl from blacklist and add ndiswrapper really quickly12:34
kingchipok rebooting12:35
kingchipoif this works natively.. ill be surprised haha12:35
kingchiposuprised12:35
kingchipoummm are you a genie?12:37
kingchipoI dont understand12:37
cfhowlettkingchipo, so .. it works?12:37
kingchipoYes..12:37
kingchipoI tried the sta drivers...........12:37
cfhowlettkingchipo, it's all in the wrist, amigo12:37
kingchipothey didnt work x.x12:37
kingchiponow they work ????12:38
kingchipoand signal is stronger x.x12:38
cfhowlettkingchipo, make a note of those 2 files for future reference.12:38
kingchipodkms is the culprit?12:38
kingchipoerr savior?12:38
cfhowlettfun fact: on a live USB session, those files are present in cdrom>filesystem>pool>main>d>dkms   and pool>restricted>b>bcmwl12:39
kingchipolol, why arent these steps in the docs....?12:39
cfhowlettrun a terminal and dpkg -i those 2 files and you have wifi on your live session.  I do it all the time at the Apple store to "borrow" their box12:40
cfhowlettkingchipo, they actually are12:40
cfhowlett!broadcom12:40
ubottuHelp with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx12:40
jane_I12:40
kingchipoYeah but that doc says i should the b43legacy driver LOL12:41
kingchipoi should use*12:41
kingchipowhich i tryed lol for about six hours12:41
cfhowlettkingchipo, entirely possible that's bad info but the STA driver comes direct direct from broadcom and should work with most chipsets.  don't know why 4306 isn't listed12:42
kingchipohmmm.. that broke html5 support..???12:42
cfhowlettkingchipo, no = should have no effect on html512:43
kingchipoyou wouldnt think so.12:44
kingchipooh never mind, mozzilla just being bad12:44
kingchipocflhowlett, b43legacy does not work whatsoever with the bfm4306 rev212:45
=== Joshua^Dunamis is now known as Joshua^Dunamis_i
kingchipoit allows the card to see acess points but it will not connect12:45
kingchiposomeone should change that...12:45
cfhowlettkingchipo, feel free :)12:46
kingchipodoing so :D12:47
InvaderXxhi12:47
=== lostpotato is now known as Miron
yshthe bealtes12:49
=== Joshua^Dunamis_i is now known as Joshua^Dunamis
InvaderXxhi12:50
InvaderXxlet me ask , for what thing is that chat used ?]12:51
kingchipoOh immutable page, can i submit a recomended change?12:52
Elrond2015\list12:55
cfhowlettkingchipo, might have to mail the page manager, I guess.12:56
qubicsomeone keeps sending me an email exploit (ever since I bought something with paypal). i get several everyday. if i set up a honey pot vm (say windows xp machine with dummy credit card files which contain my own exploits), can they pivot beyond the virtual machine to my main machine?13:00
Ben64qubic: really not on topic here13:00
qubici was just on netsec but got bounced13:01
qubicsorry13:01
hateballqubic: You could ask in the ## for whatever hypervisor you're using I guess13:01
qubichateball: yep sorry. just got bounced..13:02
frank___can someone give me a hand with an ubuntu problem13:05
=== Granis` is now known as Granis
trijntjefrank___: sure, ask away13:07
frank___when i was downloading ubuntu the internet was working. the updates downloaded fine. but after the installation, when i log into the desktop, the internet no longer works13:09
cfhowlettfrank___, you need to configure your wifi chipset13:09
cfhowlett!wifi13:09
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs13:09
frank___i am using a wired connection13:10
xkubic19/close13:11
frank___does it apply to wired as well?13:14
DrDroidfrank___ I assume that you are using the Internet from a different machine since you are connected to this channel?13:15
frank___yeah13:15
iptablefrank___: no, it only applies to wireless. wired connection is separate. Can you please explain "internet no longer works"?13:15
iptablefrank___: does the network manager show no connection on wired or shows connection is established13:16
=== zebra5000 is now known as Portlandia
=== justinS_ is now known as jhsimpson
frank___well, when i was installing ubuntu it said it was connected to the internet during the installatiin. but after finishing the installation, when i log into the desktop, it says disconnected, and no neteork devices available13:17
SrPxHello, does anyone know  where I can find a premium ultrabook, with 13" or 14" screen and a very high pixel resolution (ie, 2880x1800 etc), 16hrs+ battery life, that goes well with Ubuntu?13:17
frank___during the installation ubuntu was able to connect and download updates13:17
iptablefrank___: did you reboot afte rinstalling updates?13:18
frank___yeah13:18
iptablefrank___: open terminal.13:19
iptablefrank___: type in: ifconfig13:19
iptablefrank___: tell me what interfaces you see13:19
iptablefrank___: actually ifconfig -a13:20
frank___do you want me to type it all?13:20
iptablefrank___: ifconfig -a13:21
iptablefrank___: yes the whole 'ifconfig -a' bit. :/13:21
frank___ok :)13:21
frank___lo link encap:local loopback inet addr:127.0.0.1 mask:225.0.0.0 inet6 addr: ::1/128 scope:host UP LOOPBACK RUNNING MTU:65536 metric:1 RX packets:36 errors:0 dropped:0 overruns:0 frame:0 Tx packets:36 errors:0 dropped:0 overruns:0 carrier:013:26
frank___i have two more lines to type13:26
bubinaciao13:26
bubina!list13:26
ubottububina: 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 ».13:26
cfhowlettSrPx, 16 hours?  16 HOURS?  not bloody likely.  even the macbook will only get you 1213:26
vbgunzupon bootup, I somehow keep unlocking the wrong encrypted partition. I should be unlocking A but I keep unlocking B. I checked my fstab and crypttab and they seem correct, they seem to be pointing to the right device but the wrong device keeps unlocking. what else is in charge of unlocking the device?13:27
bubinaciao13:27
cfhowlettfrank___, paste it please13:27
SrPxcfhowlett: =( I have a macbook I didn't know it was the best ?13:27
SrPxcfhowlett: the problem with my mac is exactly that battery is great with osx but terrible with ubuntu13:27
frank___it is on another computer13:27
frank___i am using a kindle to type13:27
cfhowlettSrPx, for the specs you just listed?  possibly.  the dell m3800 is looking good - don't know about the ubuntu + battery though.  the dell xps 13 Developer Edition doesn't meet your screen resolution but it is due for a refresh any day.13:28
frank___mayb  i can email it to myself. just a minute13:28
frank___maybe13:28
frank___oh wait no internet13:28
SrPxHmm I see13:28
frank___on my ubuntu13:28
SrPxso installing ubuntu on a mac is actually a good option cfhowlett ?13:29
frank___should i finish the other two lines?13:29
cfhowlettSrPx, there are native supported laptops but you specified some very ambitious specifications ...13:29
SrPxcfhowlett: I see13:31
SrPxif the problem is the battery, what is the best I can get, then?13:32
iptablefrank___: I asked for interface names only13:33
dasjoeOne with a replaceable battery13:33
cfhowlettSrPx, system 76?13:33
iptablefrank___: like lo, eth0, etc13:33
iptablefrank___: the first column13:33
cfhowlettSrPx, and dasjoe is spot on with the battery recommendation13:33
dasjoeSrPx: the Lenovo T-series has two batteries, one is external and hot-swappable while the internal one powers the laptop13:33
Domz94!list13:34
ubottuDomz94: 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 ».13:34
SrPxGreat idea, are there chargers for batteries without the note?13:34
cfhowlettSrPx, and lenovo seems to be pretty linux friendly.  I test an x1 carbon touch at my local lenovo store.  everything worked OOTB13:34
cfhowlettSrPx, http://www.ubuntu.com/certification/desktop/13:34
frank___lo link inet inet6 UP RX TX Rx13:34
frank___those?13:35
iptablefrank___: first COLUMN. Not ROW!13:35
iptablelo is one interface.13:35
iptabledo you have others? on the same column. somewhere some lines under lo, does it say wlan0 or eth0 or em1 or something13:35
=== Zarthuss is now known as Zarthus
frank___no thats it13:36
cfhowlettSrPx, also:  http://www.dell.com/learn/us/en/555/campaigns/xps-linux-laptop?c=us&l=en&s=biz13:36
iptablefrank___: type in: dmesg13:37
iptablefrank___: look for any indication of your network card13:37
iptablefrank___: ethX or emX, or "network" etc13:37
iptablefrank___: also command lspci13:37
iptablefrank___: will show you list of pci cards. check for network card (wired). It looks like the system doesn't see your network card AT ALL13:38
* iptable goes to make a coffee ... sleeeeeep13:39
SrPx(researching, thanks)13:39
SrPxhttp://i.dell.com/sites/imagecontent/products/PublishingImages/xps-13-l321x-mlk/images/laptop-xps-13-MLK-love-pdp-module-2.jpg wtf13:40
cfhowlettSrPx, current model: xps 13-933313:41
=== bob is now known as Guest43796
frank___still looking13:42
SrPxcfhowlett: thanks a lot but tbh it is looking very bad comparing to the MBP :( I guess I have an idea though13:44
cfhowlettSrPx, perfectly legal to dual boot ... or even triple ...13:45
SrPxcfhowlett: uh huh... I'm actually thinking in installing X on osx, if that is possible... the thing I miss most is xmonad13:46
frank___bluetooth ethernet emulation? thats the only thing i found13:46
frank___i did the lspci command and found.  network and ethernet controller13:49
frank___i also found some things that say failed to start, if that is relevant13:50
iptablefrank___: what ugprade were you doing and on what system? ubuntu? what version?13:51
frank___i was replacing windows vista with ubuntu 4.1013:51
iptableyou mean 14.1013:52
frank___yeah, sorry13:52
iptablewindows vista? so it's an old machine?13:52
frank___yeah its an older one. around 2004-200613:53
iptableugh. frank___ try ubuntu 12.04 with all updates. If it works, try ubuntu 14.04 with all updates. If it works stick with 14.04, if it doesn't, stick with 12.04. both are still supported for some time still13:53
alamii can't apt-get update, error message is No enough Space, here is a df -h output http://pastie.org/974857113:54
iptablefrank___: truth being, it's a very old machine and newer kernel/drivers might be removing support for it's HW13:54
iptableIt's 10yo13:54
hateballalami: could be not enough space on /boot, did you try "apt-get autoremove" ?13:54
kanupatarMay I know where can I get Logitech G27 steering wheel driver in ubuntu?13:54
frank___alright, ill try out the older versions. should i try xubuntu too?13:55
frank___thanks13:55
=== sjefskoder is now known as Guest43965
=== samy is now known as Guest69936
danielhello13:56
alamihateball: seem that apt-get autoremove help, thanks a lot13:56
=== daniel is now known as Guest4905
=== ck is now known as Guest20896
OerHekskanupatar, this guide may be a help https://steamcommunity.com/sharedfiles/filedetails/?id=14237241913:58
hateballalami: :)13:58
digitalsurgeonwhy does ubuntu 14 has such an old version of ruby ?13:59
Guest4905hello guys14:00
Guest4905pls i need ur help14:00
Guest4905i want to crack a software so i can use it for multiple pcs14:00
kanupatarOerHeks: is that driver for G27?14:01
Guest4905right nw i only have the serial for one pc and it is pc specific , anybody can help teach me how to do it?14:01
OerHekskanupatar, for more than one steeringwheel, g27 is there too, no?14:02
kanupatarOerHeks: sorry14:02
OerHeksGuest4905, poor you, ubuntu does not need serialnumbers14:03
OerHeks!hacking > Guest490514:03
ubottuGuest4905, please see my private message14:03
kanupatarOerHeks:  didn't see any KOs generated14:03
kanupatarfor the USB HID device14:03
OerHekskanupatar, i can't help you there :-(14:04
kanupatarOerHeks: ok14:05
blamihi, if I have utopic and vivid apt lists enabled and I have all packages pinned to utopic is it possible to install whole gnome3.14 desktop somehow or there's no ubuntu-gnome-desktop for gnome3.14 yet?14:06
OerHeksblami, bad idea to mix repos.14:08
Ben64blami: great way to break your install irreparably14:09
White_CatI am trying to merge two csv files. How can I do this with least amount of effort? :/14:09
xkubic19klfnd fkdjf ldkjaf14:09
blamiBen64: I can live with that, I do daily snapshots using btrfs14:09
White_Catboth files have their 3rd column mostly shared14:09
Ben64blami: well have fun. don't expect to get help here with any problems in the future14:10
rhyshello14:10
blamiBen64: thanks14:11
=== rhys is now known as Guest30304
xkubic19ahojky deti14:11
knewguyBen64 you're cool14:12
knewguyblami, please do expect to get help here.  this is a help channel14:12
knewguyBen64 is just grumpy because he didn't have a good thanksgiving14:13
knewguy(lol)14:13
Ben64knewguy: nobody here is going to support mixing repositories like that14:13
blamiknewguy: I was warned by Debian guys. Actually I agree with both of them and don't consider Ben64 to be grumpy :)14:13
xkubic19hello14:13
knewguyi support mixing repositories14:13
knewguywhat's wrong with experimenting that's how you learn14:14
Ben64i said have fun, just it is not supported here14:14
knewguyuh, why can't you discuss linux in here ben64?14:14
knewguyit's a chatroom, not a paid-support system with a certain scope14:15
Ben64it isn't a chatroom, it is a dedicated ubuntu support room, with certain rules14:15
knewguyokay where does it say you can't talk about mixing repositories?14:15
blamiknewguy: I suppose there's alot of "normal" linux users who might read a bad advice14:15
MonkeyDustknewguy  #ubuntu-offtopic for nice social chat14:15
knewguylol!14:15
=== tdc_ is now known as tdc
iptableIf you are mixing ubuntu with debian repositories, you could ask on #debian instead :D Adding debian repos to ubuntu is not supported here14:16
blamiif it's not being supported I can live with that. I just wanted to know if there's ubuntu-gnome-desktop that consolidates gnome components in vivid14:16
iptableFor general fiddly stuff and how to (un)break your mixed ubu-debian distro (essentialyl you done that), try #linux14:16
White_CatBen64 fun isnt supported here? :p14:16
blamiiptable: I actually mix utopic and vivid and I'm pinned to utopic to pull just few items from vivid I need14:16
knewguywell i was just defending blami.  Ben64 doesn't seem to want to help anybody14:17
knewguycarry on gentlemen14:17
knewguy(LOL!)14:17
iptableblami: isn't vivid in beta?14:17
Ben64knewguy: you've been here all of 2 hours, you really should read the rules of this channel before talking14:17
iptableBen64: ^14:17
Ben64iptable: sure is, support is in #ubuntu+1 until april 201514:17
iptableBen64: vivid is beta, right? I was sure it was 15.0414:17
iptableyes14:17
iptableblami: vivid repositories and packages are not supported here. only on #ubuntu+114:18
knewguyBen64 the rules?  you're the one who has failed to cite where in the rules it says you can't talk about mixing repositories (LOL2X!)14:18
ikoniaallow me to clarify14:18
ikoniathe aim of the channel is to provide meaningful support14:18
ikonianot help people break their systems14:18
iptableknewguy: the user is mixing repositories from ubuntu+1 (future release). these are not supported here14:18
=== OnkV is now known as Haudegen
ikonia"give good advice" is the policy14:19
ikoniaand telling people to mix repos is not good advice, hence "don't do it"14:19
iptablegeneral linux fiddly things are normally sorted on #linux channel, let me repear that14:19
blamiiptable: thanks. that's useful. I'm stopping this. Is there any channel where people might help me to do what I want (aka unofficial support that might break my system?)14:19
ikonia!guidelines > knewguy14:19
ubottuknewguy, please see my private message14:19
knewguywhatever14:19
anonimdoes packages from ppa get upgraded when I run dist-upgrade?14:19
ikoniaknewguy: check the link from ubottu to get some guidelines on how to use the channel sucessfully14:19
knewguyikonia why didn't you msg me directly?14:19
iptableblami: as I have already said 2 times, #linux channel. Do you even read what I write?14:19
knewguykind of weird using a bot...14:19
blamiiptable: ok I'll ask generic apt question on debian channel :) thanks to all14:20
ikoniaknewguy: the bot gives you links/info rather than have me type it out manually14:20
albert__ 中国人的信仰就是:去他妈的,活下去最重要。14:20
ikonianothing weird about it14:20
Ben64blami: if you have questions about packages in 15.04, you can ask in #ubuntu+1 but I doubt they'll help you with mixing U and V14:20
iptableblami: any reason you are avoiding #linux ?14:21
blamiiptable: no14:21
znc-hey, would like to clean my drive, too much storage is used14:21
blamiiptable: on #debian will be probably better chance to get some help as debian people usually mix testing+stable to do similar thing (I'm also debian upgradee)14:22
iptableznc-: and?14:22
ikoniaznc-: what's stopping you ?14:22
znc-dont know how to do it14:22
ikonia#debian will not help you add ubuntu repos14:22
ikoniaznc-: open file manager, delete the data you don't need/want any more14:22
iptableznc-: open file manager (or click on "home" to get to home directory) and remove files you don't need from Download/Desktop/Documents folders14:23
znc-would be nicer to get it automatically14:23
ikoniaznc-: how can you automate deleting user data ?14:23
iptableznc-: how would an automatic system know which files you want to keep...14:23
ikoniathe whole point of it is, it's your data14:23
znc-analyzing what is just wastelike14:23
znc-and could be just removed14:23
blamiikonia: it's rather apt related question than ubuntu specific question, I'll manage14:23
ikoniaznc-: what defines what's waste ?14:23
cbtishey14:24
znc-sure that is the question14:24
ikoniaznc-: the answer is "you" the user define what is waste14:24
znc-cannot be buliding something and nearly 20gb are gone14:24
znc-ridiculous14:24
Ben64there is a program... bleachbit it kind of shows you what you could remove, but it may want to remove things you want to keep14:24
znc-Ben64 thx14:25
MonkeyDustyes, it's also possible to delete "orphaned packages" or so14:25
cbtishow to use ubuntu14:25
cbtis???14:25
Ben64!manual | cbtis14:25
ubottucbtis: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/14:25
znc-Ben64 is there something like an ui for14:25
MonkeyDustcbtis  learn it like you learned windows or mac: by using it14:26
znc-dont like console14:26
iptableznc-: it is YOUR data. You need to choose what you want to remove. I have some files which I haven't touched for 3 months (5GB+ large) and others that I downloaded last night that I don't need14:26
Ben64znc-: bleachbit is a graphical program14:26
iptableznc-: there is no automation to help you make up your mind what you want to delete14:26
znc-oki14:26
cbtisok thank you14:26
MonkeyDustznc-  but do try   sudo apt-get autoremove    to start14:27
znc-MonkeyDust yeah also thought about autoremove14:27
znc-well lets try14:27
basichashwe just got a new router, but my linux can\'t access it using either the network key or the WPS-PIN14:28
basichashanyone know how to get this working?14:29
periklishow can i install python v3 but not running in my terminal???...i wnt to act like a separetet progrm14:31
basichashperiklis: ..................14:31
basichashwhat?14:31
basichashyou want the python shell?14:31
periklisyep14:32
basichashubuntu software center, python interpreter14:32
periklisok14:32
basichashIDLE14:32
basichashv314:32
periklisthnks lot14:32
basichashyw14:33
znc-my loginscreen fails how to start in console14:33
basichashperiklis: sudo apt-get install idle-python3.4 should do it too14:33
basichashznc-: shame14:33
znc-hmm14:33
basichashreformat your machine14:33
znc-lol14:33
iptablebasichash: stop spamming14:34
basichashiptable: excuse me?14:34
iptableznc-: ctrl+alt+f214:34
iptablebasichash: you are excused14:35
znc-yeah it works14:35
znc-thx14:35
iptableznc-: no problem14:35
albert__ 中国人的信仰就是:去他妈的,活下去最重要。14:35
cfhowlett!cn | albert__,14:35
ubottualbert__,: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw14:35
White_Cathow can I merge two csv files (each on their 3rd column). this would be more of an outer join14:35
basichashiptable: how am i spamming?14:35
basichashyou the local SJW?14:35
White_CatI need to merge them but I am also curious about the difference14:36
MonkeyDustWhite_Cat  if you don't get an answer here, try asking in #bash14:36
iptablebasichash: ever heard of a space bar as opposed to constant carriage return? and providing useful answers instead of "reformat your machine" ?14:36
White_CatMonkeyDust, well I am trying my lukc here first :p14:36
White_Catluck even14:36
basichashyou can't make a joke on this channel?14:36
iptableWhite_Cat: Well, I could do it by importing to mysql and joining there, but I do realise that's not optimal14:36
White_Catiptable I had that idea too but it felt too much work for little gain14:37
basichashway to encourage involvement in the community14:37
iptablebasichash: you can, if it is well calculated, not aimed at someone in trouble (in which case it could be taken as laughing at them).14:37
basichashiptable: yeah, i don't think he actually took me seriously, hence the 'lol'14:38
iptableWhite_Cat: yar. CSV are hard to parse though due to rules. e.g. rob,bob is CSV. But if you have , in text, example: rob,"bob,comma,example",something14:38
blamiWhite_Cat: there's csv toolkit that contains cvsvjoin: http://csvkit.readthedocs.org/en/latest/scripts/csvjoin.html it's written in python and should work in ubuntu14:38
blamiWhite_Cat: it might help14:39
iptableWhite_Cat: and " need to be escaped and a few more quirks. All in all just a pain to work with using awk/sed or other string processing tools14:39
znc-phew kde loads14:39
basichashznc-, sorry for nearly making you reformat your machine14:39
somsipWhite_Cat: is this any good? There may be other similar programs if not http://csvkit.readthedocs.org/en/latest/scripts/csvjoin.html14:39
znc-no proble it was a solution so thx too14:39
iptablebasichash: ok, just bear in mind we had people joke rm -rf / and others remove their systems. Please keep it in mind, not everyone will treat it as a joke14:39
somsipWhite_Cat: alternative - http://superuser.com/questions/26834/how-to-join-two-csv-files14:40
znc-trying bleachbit14:41
znc-95,5 MB gone14:41
znc-well that wasnt the aim14:41
iptableznc-: most space is used by your /hmoe most likely, i.e. YOUR files in Documents/Downloads/Desktop. These tyou need to go thourgh and clean yourself!14:43
iptableznc-: we did tell you14:43
znc-understand14:43
znc-how can I just show the usage of space in the directory14:43
znc-my home just14:44
iptableright-click on the dir, properties14:44
znc-in terminal?14:44
iptableor from command line: du -hs /home/whatever14:44
znc-ok trying14:44
iptablereplace whatever with your username14:44
SohamGOn ubuntustudio, when I tried to logon today, after entering my password it showed me a blackscreen, and then got me back to login prompt.....And this kept happening. How do I fix this??14:45
MonkeyDustznc-  in your home directory, use this command, change 500M to any size   find / -size +500M -exec ls -lh {} \; 2>/dev/null14:46
MonkeyDustznc-  hope that helps ypou decide what you want to keep/delete14:46
iptableznc-: then you can do: du -hs /home/whatever/*14:46
basichashwe just got a new router, but my linux can\'t access it using either the network key or the WPS-PIN. How can i access it?14:46
iptableznc-: that will show you usage per subdir in your home dir14:46
iptablebasichash: define "can't access it"?14:47
iptablebasichash: the GUI or trying to connecto via WiFi or via cable get an uplink, or what?14:47
iptableSohamG: fix your permissions on your home direcotry14:48
iptableSohamG: chown -R youruser:youruser /home/youruser14:48
basichashiptable: for some reason the network key or WPS-PIN on the router doesn't work on ubuntu, although it works fine on windows 714:48
iptableWPS-PIN, so attempting to connect to the router's WiFi?14:49
SohamGcan that be done through recovery mode?? and this happend all of a sudden...like yesterday i could login to my account no problem...14:49
basichashiptable: yeah14:49
basichashiptable: works on windows, doesn't on ubuntu14:49
iptableSohamG: ctrl+alt+f2, login to console, execute that command14:49
iptablebasichash: I am guessing by "network key" you mean the password, i.e. WPA2 passkey ?14:49
SohamG'login to console'? I am currently on a guest session so I cant really do anything...14:50
BluesKajHey folks14:50
iptableSohamG: yes you can. Press ctrl+alt+f214:50
iptableSohamG: that should take you to text-mode TTY214:50
iptableBluesKaj: yo14:50
BluesKajHi iptable14:51
basichashiptable: yeah i believe so14:51
iptablebasichash: "I believe so" ? what is the router you have?14:52
pnglI'd like to have a program which runs at startup and backups files with ssh. I'd like the program to run14:55
pnglafter the keyring is enabled, so it doesn't prompt me for a passphrase. Is that possible?14:55
iptablepngl: yes14:55
MonkeyDustpngl  hint: create a cronjob and add @reboot in it14:56
iptablepngl: write your backup script, run it form /etc/rc.local or /etc/init.d (and enable to rc*.d) or run from crontab with @reboot time directive14:56
iptableMonkeyDust: damn. chased me to it :D14:56
MonkeyDustiptable  i was faster \o/14:56
basichashiptable: vodafone14:56
iptablebasichash: what do you mean vodafone? what's the router?14:57
iptablebasichash: tip: look for a sticker with make and model14:57
pngliptable, MonkeyDust : ok. I'm not sure it will have access to passphrases by then, I tried putting my script in .config/autostart (which happens later if I understand correctly) and it failed14:57
iptablepngl: oh, you need it AFTER LOGIN?14:57
basichashiptable: astoria networks by twonky14:57
iptablepngl: GUI or shell?14:58
basichashDSL-EasyBOX 803 A14:58
basichashiptable: DSL-EasyBOX 803 A14:58
pngliptable: gui14:58
iptablebasichash: that explains why it only works with windows :P NoName router. let me see14:58
iptablepngl: on my mint/ubuntu I have "startup applications" option in the GUI14:58
pngliptable: well I need it whenever the passphrases are accessible to an automated script14:58
iptablepngl: where I can add a script14:58
SohamGiptable: please can you give me the command (the chown one) again? I hopped in tty2 but didnt look at the command and coudnt get out of it :P14:58
iptablepngl: alternatively run it from crontab and make the script check and wait until passphrases are available14:59
iptableSohamG: lol, no worries. chown -R youruser:youruser /home/youruser14:59
iptableSohamG: replace youruser with your username14:59
pngliptable: I think that's my main problem. How do I check for this. Right now it just fails if there's no terminal, or prompts me for the passphrase. I don't know how to make it wait.15:00
SohamGiptable: thanks!! and how do i get out of tty2?15:00
iptableSohamG: press ctrl+alt+f3 through to F8. one of them will be your login. eitrher F7 or F8 should be15:00
SohamGiptable: thanks again!15:00
iptablepngl: why not use the "startup applications" part?15:00
iptableSohamG: no worries15:01
iptablepngl: pretty much every piece of software has that. make it start there, sleep for 30 seconds and go.15:01
iptablepngl: you can add options to ssh with -o. google for the list. one of them will be to try auth with key only. and you should use shared keys instead of passwords with ssh if you want safe login.15:01
pngliptable: Ok. That would work some fraction of the time but I'd like to know if there is a way to actually block on the event "keyring is up"15:02
pngliptable: yes, I meant passphrase for the private key.15:02
ketphishHi! My name is Alex :) Give me a registration code, please! Help newbie join to the linux mint community!15:02
MonkeyDustpngl  is this useful http://paste.ubuntu.com/9284032/15:03
iptablepngl: where is that passphrase coming up? does it get logged? where is the keyring? what is it, can you make it log? investigate that or don't use passwords on your key for the backup system15:04
pnglMonkeyDust: If I understand correctly, this copies a public key to a remote server. This is already set up in my case. But the client still needs a passphrase.15:04
iptableketphish: there is no tregistration codes for linux ubuntu/mint. just download ISO and install15:05
iptableMonkeyDust: he setup encrypted with passphrase keys for ssh :/15:05
iptablepngl: don't use password on your keys if you want to automate the backup. or run your backup script from "startup applications" section of your GUI and make it sleep 60 or so seconds before it attempts to backup. the GUI startup applications start once you login15:06
pngliptable: this is not secure. A passphrase encrypts a local private key. The passphrase is in the keyring, which stores encrypted data that is decrypted whenever I log in (the user password is the decryption key).15:06
iptablepngl: or instead I could just boot your backup server in single user mode unless you encrypted the hard drives15:06
iptablepngl: don't use password on your keys if you want to automate the backup. or run your backup script from "startup applications" section of your GUI and make it sleep 60 or so seconds before it attempts to backup. the GUI startup applications start once you login15:06
iptablethe 60 seconds is "just in case"15:07
iptablepngl: I just encrypted my hard drives, problem solved :/15:07
haidorahey guys my software center  gives me an error when installing vlc15:07
pngliptable: haha I should consider that.15:07
iptablehaidora: what the an error?15:08
haidoraplease check your internet connection15:10
iptablehaidora: please check your internet connection15:10
=== Romtam is now known as Guest63452
haidorai have internet connection15:11
haidorai am talking to you right now15:11
iptablehaidora: are you sure? can you access wbesites like google and yahoo, and not just IRC?15:11
iptablehaidora: please check. I need to know going out to ports 80 and 443 works15:11
haidorayes i even download a torrent after this error and i still get it15:12
iptablehaidora: torrents download using IPs not hostnames. Can you actually access https://www.google.com and http://www.yahoo.co.uk15:12
cfhowletthaidora, "an error" ... paste the error!  we're not going to guess.15:12
cfhowlett!paste | haidora15:12
ubottuhaidora: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.15:12
xkubic19make15:12
iptablehaidora: if you can, then your sources file is broken possibly15:12
iptablehaidora: if you can access the sites mentioned, go to terminal and try: sudo apt-get update15:13
iptablehaidora: then pastebin the result to us15:13
=== Guest63452 is now known as Romtam
pistdovhello, just installed 14.04 on a VM, but the desktop environment / default UI is different15:19
pistdova little bit like osx, but you cant right click in desktop, and create a shortcut to terminal?15:19
pistdovis there a way to purge this default UI, and make it more desktop default?15:19
pistdovright click on desktop, should give me an option to "spawn a terminal"15:19
iptablepistdov: that is the ubuntu UI. it looks and works like this15:20
compdocdid you use the ubuntu iso, or some other way to install?15:20
iptablepistdov: if you want another UI, you could try kubuntu, xubuntu, lubuntu, which feature other UIs15:20
pistdovthe generic ubuntu iso15:21
iptablepistdov: or (although not supported here), mint15:21
iptablecompdoc: he is just going through Unity shock15:21
rypervenchepistdov: What you are not liking is called Unity. It works differently from the "traditional" desktop environment that you are used to. Other desktop environments in Ubuntu are usually their own versions of Ubuntu, such as Xubuntu, Lubuntu, Kubuntu, etc.15:21
cfhowlettpistdov, quick and easy: sudo apt-get install lxde xfce4 kde             then logout/choose your preferred session/login15:22
pistdovi have a macbook pro with osx 10x etc, but i didnt expect this o15:22
pistdovon this VM15:22
pistdovcfhowlett15:23
pistdovE: Package 'kde' has no installation candidate15:23
pistdovpistdov@ubuntu:~$15:23
pistdovvia  sudo apt-get install lxde xfce4 kde15:23
cfhowlett!info kde15:23
ubottuPackage kde does not exist in utopic15:23
xangua!info kubuntu-desktop15:23
ubottukubuntu-desktop (source: kubuntu-meta): Kubuntu Plasma Desktop/Netbook system. In component universe, is optional. Version 1.313 (utopic), package size 3 kB, installed size 56 kB15:24
cfhowlettpistdov, kubuntu-desktop not kde = sorry15:24
pistdov853meg process15:25
pistdovvia that now15:25
cfhowlettpistdov, you'll be getting the kubuntu desktop AND default apps ...15:25
iptablepistdov: you should download kubuntu ISO instead. Installing kubuntu-desktop on ubuntu-desktop introduces some issues with icons and themes being mixed between the 2 UIs. So note that kubuntu will look better if you install it form the ISO, not as kubuntu-desktop package on ubuntu-desktop system15:26
=== XeBlackWater is now known as zz_XeBlackWater
pistdovhttp://www.kubuntu.org/getkubuntu/download-lts15:28
pistdovkubuntu-14.10-desktop-amd6415:28
m0h4wkI have a question regarding switching between Ethernet and Wireless15:32
m0h4wkFor some reason when I unplug my Ethernet, switch to wireless, I cannot go back to Ethernet without restarting the OS15:32
iptablem0h4wk: you can. with wire UNPLUGGED, turn off wireless. Then plug wire in15:32
iptablem0h4wk: if wireless is connected, linux may not switch you to avoid dropping connections15:33
momomoHow can I create a launcher to the sound settings?15:34
iptablemomomo: you cannot. sound settings are an applet and also part of the settings application.15:34
iptablemomomo: you oculd install pavucontrol (a separate tool) and create a launcher to that15:34
OerHeksmomomo, type 'sound' in dash, and drag that icon to your panel15:35
iptablemomomo: someone here MAY soon correct me with something like "you can, the system settings control panel allows you to do it"15:35
iptablethere we go ;)15:35
iptableI was 50% sure I was wrong for some reason. sorry. my bad.15:36
estg11!language15:36
ubottuThe main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList15:36
iptableOerHeks: sorry and cheers15:36
iptableuhm, which part of the language was wrong?15:36
OerHeksnp iptable, there is a lot to discover :-)15:36
momomoiptable, pavucontrol kind of sucks15:36
estg11!ask15:36
ubottuPlease 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 !patience15:36
bbigras__Is is possible to have a sysvinit script run after a upstart script at startup or should I just migrate the sysvinit script to upstart?15:37
iptableestg11: are you a failed bot?15:37
momomoOerHeks, oh, fuck that worked. I tried it before but didn't then15:37
estg11!patience15:37
ubottuDon'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/15:37
iptablemomomo: see what OerHeks said. btw, pavucontrol doesn't look nice but is much mroe powerful15:37
OerHeksestg11, pm ubottu, so we don't see your actions15:37
iptablebbigras__: sysvinit is actually a script started by upstart at some point during boot ;)15:38
iptablebbigras__: so sysvinit still there and still start stuff, but upstart starts sysvinint at some point.15:39
momomoiptable, i've been mixing iwth pavucotnrol for quite a while, it seems to interfere with normal settings. didn't work as expected15:39
bbigras__iptable: thanks15:39
pistdovis the kubuntu iso installing in the background15:40
pistdovfor a long time15:40
iptablemomomo: yes, depends on what you try to do. I use pactl to join sinks and then pavucontrol for sound control (watching movie with headphones plugged in x2 with wife and also ytalking via the headphone microphones with each other)15:40
pistdovwhile that rainbow graphic just sits there?15:40
iptablemomomo: it's not pervercy. we just don't want to wake the kids up15:40
=== MeltedDed is now known as MeltedLux
iptablepistdov: using apt-get/software center?15:41
pistdovi see nothing, the activity light for the iso in vmware workstation 1115:41
pistdovsaying easy install is going15:41
iptablepistdov: or kubuntu installer? rainbow waiter means wait normally15:41
pistdovbut i see no progress indictators15:41
pistdovits just one big desktop with nothing15:41
estg11OerHeks, drop dead!15:41
iptableestg11: stop or you will be thrown out!15:41
iptable!ops |estg11 abusive troll15:41
ubottuestg11 abusive troll: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang15:41
estg11iptable, who cares!15:42
popeyestg11: we don't talk to people like that round here, please.15:42
pistdovhttp://i.imgur.com/S9p7LRk.jpg15:42
iptablepistdov: could have hung. try rebooting.15:42
pistdovits actually going now15:42
iptableoh, ok15:43
pistdovtook 8 min or so15:43
pistdovthat is not ideal15:43
popeypistdov: what vm is that?15:43
iptablepistdov: patience ;)15:43
momomoiptable, sounds cool with duo functionality .. i will look into pactl15:43
iptablemomomo: it's command line though15:43
* cfhowlett adds one more abusive troll to the /ignore list. hexchat is great for dealing with dummies!15:43
iptablemomomo: google for "pactl join sinks", you will get a manual on it15:44
iptablemomomo: join sinks, redirect mics to sinks, add a mic near the kids' bedrom, redirect that to your sinks and you end up with home cinema using 2x headphone with microphone with wife and an alert mic system when kids wake up so you can pause that heart-ripping movie in time ;)15:44
iptableoh damn. Time to go home or my train will run off from before me.15:45
* iptable goes to enjoy the evening. laters all.15:45
Plasmastarpistdov: Yeah, what VM is that? Pretty sexy.15:47
pistdov?15:47
pistdovits just the standard default bg for kubuntu 14.1015:47
iptablePlasmastar: vmware running kubuntu 14.1015:47
PlasmastarAh. O:15:47
pistdovwe get vmware workstaiton for free15:48
pistdovand fusion for osx, im big into esx15:48
pistdovand workstation15:48
PlasmastarNice.15:48
pistdovvmware workstation is good to get familiar with15:49
pistdovif you never used it15:49
pistdov30day trial etc15:49
mindless1chaosswoosh15:49
* mindless1chaos 15:50
mindless1chaoswhois mindless_chaos15:50
mindless1chaosapparently i am already logged in15:53
mindless1chaoswoops15:53
mindless1chaosmust have left it logged in b4 i went to bed15:54
=== someon is now known as someone
pistdovcant install vmware tools in kubuntu in vmware workstation, says "easy install" is still going16:02
pistdovbut nothing is installing anymore16:02
pistdovive removed the dvd drives, and added a base device, but still nothing16:03
pistdovn/m, this fixed it16:04
pistdovhttp://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=101768716:04
Mike5ktk16:06
rubiksmomoWhat's the easiest way for me to give remote assistance to someone? Should they install TeamViewer? They might be behind NAT.16:09
popeyrubiksmomo: teamviewer works pretty well, yes.16:10
popeyrubiksmomo: easy for new users to use too.16:10
rubiksmomoAny idea what is Multiarch? Would I need it?16:10
maxvianybody know something like xmind, freemind but without java installing ?16:11
sepenrubiksmomo: if you need 32 and 64 binaries at same time then yes16:11
rubiksmomooh, I don't see why I could. But I guess it doesn't hurt to have it16:12
sepenrubiksmomo: for example, you can run a x64 based S.O. but some binaries may need x32 libraries, etc.16:12
ikeboyhow can I disable bootchart logging?16:12
OerHeksikeboy, uninstall bootchart i guess.16:13
sepensee /lib or /lib64 (or even lib32 depending on distros) on your rootfs16:13
ikeboyis bootchart used for anything else? I'm just trying tofree up space.16:13
rubiksmomoOK, thanks16:13
OerHeksikeboy, no, it is just a tool to show timing during boot16:13
cmt29My dns resolution drops in and out when I'm connected to my college network (normally OK for about 10 sec then drops, then occasionally picks up again), but it's fine when at home. Any ideas how to troubleshoot?16:13
ikeboywhy does it use multiple gigs of space anyway? Does that mean my computer is not booting right?16:14
=== Anoniem4l`afk is now known as Anoniem4l
AlexPortableAnyone can help me opening acronis .tib files? I want to make sure my backup has been successfull16:16
OerHeksikeboy, huh? multiple gigs is a lot, did you have it running for months? then you will have to delete a lot in /var/log/bootchart16:16
ikeboyI deleted a file called /dev/.bootchart/log/proc_ps.log, which was 4GB, and a day later it's 4GB again16:16
=== autra_ is now known as autra
PatreseHi16:19
skypcehello all16:27
skypcei need install a package from precise in trusty16:27
skypcedo you know the way for to it?16:27
bluezonemy damn mouse is too fast and it's bothering me so much, i can't reduce the speed anymore with the GUI and i don't understand how to use xset16:29
PatreseMy ubuntu does not boot, after crashing while upgrading!16:30
Patreseiwl4965 0000:08:00.0: Aggregation not able for tid 0 because load = 116:30
=== tcpman is now known as Guest87883
cfhowlettskypce, generally not a wise thing to do ...16:38
=== esde is now known as Guest97701
=== Guest97701 is now known as esde
=== Snowstormer is now known as Guest64049
=== derk0pf is now known as derk0pf|NA
=== justinS_ is now known as jhsimpson
=== derk0pf|NA is now known as derk0pf
=== Guest64049 is now known as Snowstormer
nice__guyhey everyone17:02
aberranthi all17:02
EriC^^hey17:02
EriC^^hi17:03
aberrantI messed up my /etc/wpa.config - can someone paste an example?17:03
EriC^^hmm17:04
nice__guyi want to know why my system crashes while using touchpad and nvidia server17:04
Sniperfox47Does anybody know why Ubuntu is recommended in 32 bit rather than 64 bit?17:06
cfhowlettSniperfox47, where do you see that?17:07
nice__guyplease help17:07
Sniperfox47cfhowlett: unless its changed recently, it was recommended that way on Ubuntu's main site. At least it was when I got my sister on the Linux bandwagon...17:07
=== rigor789|away is now known as rigor789
VanceXSniperfox47: How much system memory do you have?17:08
Sniperfox47Ah nvm. Apparently it has changed. It's showing 64-bit recommended when I go on there on my phone. Ignore me, I'm an idiot17:09
xkubic19make17:10
nice__guyhelp me17:11
=== zz_XeBlackWater is now known as XeBlackWater
momomohow do I add a shortcut to pop up the menu for unity ?17:13
MonkeyDustmomomo  keep the super-key pressed to see the shortcuts17:15
ubuntuaddictedcan anyone please help me with adding a custom action to kde/dolphin. i can get it to show up. here's my mediainfo.desktop file https://clbin.com/p9Tlb17:18
mrdebhi, is unity more stable on big video cards like 512mb or more17:18
cfhowlettmrdeb, bigger is better17:19
mrdebunity is very bloated and needs to change to mutter17:21
mrdebstop doign compiz, oplease17:22
mrdebthank u17:22
MonkeyDustmrdeb  if you don't like it, don't use it17:22
cfhowlettmrdeb, don't like = don't use it.  there are at least 6 different DE's you can use17:22
sepenhi17:22
mrdebyes they crash too17:23
MonkeyDustmrdeb  your point being...17:23
mrdebi mean i want somethign stable17:23
cfhowlettmrdeb, "roll your own" linux distro17:23
mrdebi put on ubuntu mate, but hten caja file manager is crashign17:23
=== mircx1 is now known as ASHER1
mrdebubuntu regular files doesnt crash but unity adn chrome too17:24
MonkeyDustmrdeb  i'm sure you'll find something of your liking on distrowatch17:24
mrdebdoubt it17:24
VanceXmrdeb: Openbox17:24
cfhowlettmrdeb, use ubuntu server.  no gui.  no desktop environment.  no problem.17:25
mrdebopenbox works17:25
mrdebonly stable de i foudn so far17:25
MonkeyDustmrdeb  great, but did you have a support question?17:26
VanceXmrdeb: Ob is a window manager17:26
mrdebyes i know17:26
Esmerhi17:26
=== nopf_ is now known as nopf
MonkeyDustmrdeb  discussion in #ubuntu-offtopic17:26
w00tburgercan someone help me explain why the font size in the title bars is absolutely huge?17:27
MonkeyDustw00tburger  try myunity to change it17:28
w00tburgernot ini apt-cache, cant locate that on my system either17:29
w00tburgerwheres that located at?17:29
ubuntuaddictedcan anyone please help me with adding a custom action to kde/dolphin. i can get it to show up. here's my mediainfo.desktop file https://clbin.com/p9Tlb17:29
MonkeyDustw00tburger  what's the outcome of   cat /etc/issue17:30
w00tburgerUbuntu 14.04.1 LTS17:31
MonkeyDust!find myunity17:31
ubottuPackage/file myunity does not exist in utopic17:31
squintyor trusty17:32
MonkeyDusthm, seems to be gone17:32
w00tburgerugh, hiDPI displays, virtual box, and linux. I dont think I have any hair left17:33
megahaxorhttp://bit.ly/1pw80IO17:33
squintyw00tburger:  might want to see if  unity-tweak-tool  has the options you are looking for17:35
w00tburgeri dont get what I could have done. Its a fresh install and worked fine until I rebooted. Then... Life happened17:35
arturoque tal17:37
arturono se como funciona esto17:37
cfhowlett!es | Artemis317:38
ubottuArtemis3: 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.17:38
VanceXw00burger: Have you had any display driver issues in the past?17:38
cfhowlettarturo, ^^^ sorry Artemis317:38
arturoque tal17:38
squintyw00tburger:  quick check here shows   unity tweak tool > Fonts > Window title font is set at Ubuntu /Bold 11   it can be changed17:38
trismw00tburger: maybe the slider in System Settings/Displays/Scale for menu and title bars, got changed somehow?17:39
w00tburgerI did change that, but I had changed it back to what this came as stock17:39
w00tburgerI just installed the unity tweak17:39
stoffusd17:40
w00tburgerso I turned down text scaling and it made it fit, now everything else is distorted17:42
w00tburgerholy crap this is absolutely infuriating17:43
w00tburgerim just going to re-install the thing, and maybe this time it will cooperate17:43
Periclesvoy despistado17:43
=== EriC^ is now known as EriC^^
ubuntuaddictedcan anyone please help me with adding a custom action to kde/dolphin. i can get it to show up. here's my mediainfo.desktop file https://clbin.com/p9Tlb17:44
=== rafael is now known as Guest70001
etzerdhello all17:48
etzerd?17:48
Guest70001A QUESTION Xubuntu install .I can install Ubuntu restricted extras ?17:48
etzerdis anyone here used Zorin-OS before?17:48
etzerdi just need a comparison17:48
Guest70001xubuntu. install extras restricted ubuntu? yes o no17:50
squintyGuest70001:  check in your sources to make sure that repository is turned on17:50
bubbasauresetzerd, Than do a comparison, not a ubuntu channel issue17:50
ubuntuaddictedGuest70001, yes, if you want to listen to mp3's. it's just because ubuntu can't package with it items which play back proprietary stuff17:50
trijntjeGuest70001: ubuntu-restrictief17:51
trijntjexubuntu-restricted17:51
xangua!info xubuntu-restricted-extras17:51
ubuntuaddictedtrijntje, sounds like he's in the installer17:51
ubottuxubuntu-restricted-extras (source: ubuntu-restricted-extras): Commonly used media codecs and fonts for Xubuntu. In component multiverse, is optional. Version 61 (utopic), package size 2 kB, installed size 30 kB17:51
ubuntuaddictedtrijntje, there's the option to enable restricted extras right in the installer. at least that's how i read his question17:52
poorroophi17:53
ubuntuaddictedhi17:54
xanguaubuntuaddicted: that option are not restricted extras17:58
pnglIs it possible to test upstart session jobd? doing sudo service jobname start works when jobname is in /etc/init, but not when it is in ~/.config/upstart17:58
pngls/jobd/jobs17:58
ubuntuaddictedxangua, it get's you mp3 playback doesn't it?17:58
pngls/when jobname/when jobname.conf17:59
ubuntuaddictedxangua, and isn't mp3 a "restricted extra"  are you saying enabling that during an install that's not the same as installing (x)ubuntu-restricted-extras?17:59
xanguayes17:59
=== larry is now known as Guest16307
xvzfI use lubuntu and have problems with my microphone settings on skype. In pavucontrol I see my mic working but when I do a skype test call it does not replay any sound. I switched off automatical setting of mixer levels in skype. What could I do to make it work?18:05
Guest16307I am running ubuntu 14.04 every time i try to put things on my flash drive it tells me i dont have root permission. anyway to solve this?18:05
daftykinsGuest16307: yes, format it with an appropriate file system that doesn't have permissions set wrong18:06
ubuntuaddictedxvzf, when you launch skype and do the test call or the test to see if your mic is working have pavucontrol open while doing it and view the recording tab, make sure the device selected is the mic you want18:09
xvzfubuntuaddicted: I will do in a minute18:09
=== sins-_j is now known as sins-
ubuntuaddictedGuest16307, you can only write things to folders you have permissions to write to, so anywhere in /home/yourusernamehere/18:10
xvzfubuntuaddicted: pavucontrol has shown my input but skype did not replay it back18:10
dna113pI'm looking for some advice on setting up a dual boot system with ubuntu. I really want to run ubuntu on a partition because I am learning to program and it seems like I should be learning linux. But I want to run windows for games and for adobe products. I have a 240GB ssd, and a 120 GB ssd... what would be a good way to partition such a system? Is this a stupid way to do it?18:10
daftykinsdna113p: what's installed on what rightnow?18:11
ubuntuaddictedxvzf, this image may help. http://gyazo.com/2f14a8a7a9814067dcba6f1ec76f157118:12
dna113pdaftykins: right now I am running lubuntu on it. but i'm about to put in the 2 new ssds18:12
=== eden is now known as Guest54796
=== Guest54796 is now known as rootgenie
rootgenieIs there a channel for Geany?18:14
daftykinsdna113p: so what's the existing disk and what's the plane for that? no Windows at all right now?18:15
daftykins!alis | rootgenie find out with18:15
ubotturootgenie find out with: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*18:15
rootgeniedaftykins, nothing18:16
daftykinsoops *plan18:16
daftykinsrootgenie: bad luck then18:16
dna113pdaftykins: yeah the existing disk is just 5400 rpm 240GB disk that i'm not going ot use anymore because the laptop can only fit 2 in it as is.18:16
rootgeniedaftykins, do you know Geany?18:16
rootgenieAnone here familiar with Geany?18:17
daftykinsrootgenie: no i don't have a clue what that is.18:17
daftykinsrootgenie: ask a proper question if you want someone to respond18:17
daftykinsbut it has to be *ubuntu* support18:17
xvzfubuntuaddicted: that indeed helped, thanks a lot18:17
daftykinsdna113p: hmm, Windows on the 240GB and ubuntu on the 120GB then18:18
dna113pdaftykins: could it be smart to leave a partition for data that both OSs would have easy access too?18:18
daftykinsdna113p: you haven't got much space to play with on either. Ubuntu will read the NTFS volumes fine18:19
rootgenieAnyone here familiar with Geany?18:19
squintyrootgenie:  http://www.geany.org/Support/IRC18:20
rootgeniesquinty, thanks a lot18:20
daftykinsrootgenie: so you didn't even try to use alis, nice job.18:21
rootgeniedaftykins, i tried but for some reason i had the same background and foreground so that's why it gave nothing18:21
=== _BJFreeman is now known as BJfreeman
ubuntuaddictedcan anyone please help me with adding a custom action to kde/dolphin. i can get it to show up. here's my mediainfo.desktop file https://clbin.com/p9Tlb18:23
daftykinsubuntuaddicted: #kubuntu might be better.18:24
=== mish_ is now known as mistkacke
ubuntuaddicteddaftykins, ah, good point. thank you18:25
rubiksmomoWhat should I do if "x - core" eats 50% CPU on a decade old PC?18:29
daftykinsrubiksmomo: specification? which ubuntu?18:33
rubiksmomo14.04 LTS18:33
arturoadllhola18:33
arturoadll:-*18:33
daftykinsrubiksmomo: i asked two things18:33
rubiksmomoHow do I get the specs remotely? 2GB RAM & Radeon 9800 Pro video card. I'm not sure about anything else.18:34
=== bearface is now known as bearface_
daftykinsoh dear, yeah that's a relic18:35
rubiksmomoexactly18:35
daftykinsrubiksmomo: something like xubuntu or lubuntu would make more sense on that18:35
daftykinsbut personally i would just bury it18:35
=== bearface_ is now known as bearface
rubiksmomoyou wouldn't bury it if it was your only PC18:35
daftykinsit would never be my only PC.18:36
=== soee_ is now known as soee
rubiksmomoOn W7 he was able to watch YouTube, but now the video never comes up, just gray spot where it's supposed to be18:37
daftykinslacking the flash player plugin18:37
=== mistkacke is now known as mish_
rubiksmomoI tried to download "APT for Ubuntu 10.04+" Flash Player, but it throws "repositories don't contain package "adobe-flashplugin"18:39
rubiksmomofrom Adobe website18:40
daftykinsyeah you shouldn't try and use manual downloads18:40
rubiksmomothe one in software center seems to be installed18:41
rubiksmomohas green mark18:41
daftykinsthe way to check is to look at the add-ons in firefox18:41
daftykinsplugins page, rather - is a player listed?18:41
daftykinsalso to know that flash got discontinued on Linux18:42
rubiksmomo11.2.202.424 "run always"18:42
rubiksmomoShockwave Flash18:42
rubiksmomoI have same on my own PC and it works without an issue18:43
daftykinstest it in the guest session18:44
red_hi i can not install MultiSystem boot on ubuntu14.4 do u have an idea how can i intall it18:46
bubbasauresred_, This the usb loader?18:46
red_yes18:47
red_yes18:47
bubbasauresred_, Preface with nicks here. What is the problem, and what you have tried?18:48
=== ubuntuaddicted is now known as ubuntuaddicted_a
=== ubuntuaddicted_a is now known as ubu_AWAY
zteamHi all!18:53
Mandeep_Singhhi18:53
dave76czhi18:54
zteamAnybody here familiar with ddrescue, I made a clone of a failing harddrive to another one using ddrescue, according to ddrescue, everything seems okey, but the cloned drive will not mount and and mount tells me the device has no filesystem18:55
zteamsudo fdisk -l shows the correct disc size, but gparted and disc utility is way confused18:56
alamihello, i have a Problem wich acer aspire 5002 resolution can any one help?18:56
zteamBrowsing the partition on the cloned drive works perfectly with TestDisk however, and TestDisk doesn't seeem to have any complains18:57
asd_hi18:57
daftykinszteam: should've used clonezilla *cough*18:58
asd_hi19:00
wsghello19:00
Sohail-AhmedI am having problem accessing my tablet in my ubuntu. The system do recognize the tablet connected via usb. http://pastebin.com/rRUyG8GT. any help??19:00
wsgwhats up?19:00
zteamdaftykins, well I did follow the wiki about data recovery over here: https://help.ubuntu.com/community/DataRecovery#Extract_filesystem_from_recovered_image19:01
alamihello, i have a Problem wich acer aspire 5002 resolution can any one help?19:01
alamiwich driver do i have to install19:02
bubbasauresalami, For help post the actual issue.19:02
zteamdaftykins, Clonezilla doesn't handle bad sectors in a good way either from what I understand19:02
daftykinszteam: you seem to have forgotten the other days convo :)19:02
bubbasauresalami, I mean include the graphic hardware info at least.19:03
zteamdaftykins, whereas ddrescue is special-made for cloning discs with bad sectors19:03
daftykinszteam: yep we've been over this and i still disagree, goodbye now i'm heading out!19:04
zteamdaftykins, well... that was.... helpful.... :-)19:05
* WLM is away: Zo terug19:05
alamibubbasaures: VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter (rev 03)19:06
Sohail-AhmedREPEAT I am having problem accessing my tablet in my ubuntu. The system do recognize the tablet connected via usb. http://pastebin.com/rRUyG8GT. any help??19:06
daftykinszteam: yeah 'cause you ignore advice (:19:07
zteamdaftykins, I don't want to unnice or so, but just debating which tool, I should have used then I did spend around 2 days to make the clone doesn't really solve my problems....19:07
rubiksmomoAny idea why YouTube isn't working. There's just white area where the video should be. Ubuntu 14.04 LTS. 2GB RAM & Radeon 9800 Pro video card. Same on guest / user. Firefox says Shockwave Flash 11.2.202.424 is "always activate". "X - core" eats about 50% CPU. YouTube works on Windows 7.19:07
zteamdaftykins, No, I'm not, but for now, on I do intent to try to fix the the device that I cloned rather than starting from scratch19:08
cbtisOlito19:08
* WLM is back (gone 00:03:04)19:08
bubbasauresalami, Not an area I have had to mess with, so just be sure to have hardware and your issue together is all here.19:09
squintySohail-Ahmed:  iirc, the mtpfs package must be installed     dpkg -l | grep mtpfs   should display "ii"  if it is installed on your system.  also check the end of dmesg when you plug in the unit to make sure it is recognized19:09
zteamdaftykins, as I said I spent around 24 hours to make that clone, so in the first place I'm trying to fix the issue, and learn from my misstake, starting over from scratch is the last resort because it would be very time-consuming19:10
daftykinsstop highlighting me now please.19:10
zteamsurething dude, it's not that I not appreciate your device, but I want to try other options before starting over to clone a 2 TB drive, that's really all I'm saying :-)19:12
daftykinsthe problem is saying things 5x19:12
Sohail-Ahmedsquinty: Thanks for responding, have a look. http://pastebin.com/Z5kS1wDu19:14
zteam_On that I agree, but, the reason I asked the same thing over and over is because you aren't answering the question, the question was: "why does my cloned drive appear as unknown and how can I fix it?"19:15
zteam_daftykins, you're answere was "you should had use clonezilla instead"19:16
rubiksmomoAny idea why YouTube isn't working? There's just white area where the video should be. Ubuntu 14.04 LTS. 2GB RAM & Radeon 9800 Pro video card. Same on guest / user. Firefox says Shockwave Flash 11.2.202.424 is "always activate". "X - core" eats about 50% CPU. YouTube works on Windows 7.19:16
zteam_that's not really answereing my question :-)19:16
VladimirskaiDoes anybody have the Lenovo Y510P laptop?19:17
bubbasauresrubiksmomo, Did you ever answer the ubuntu release and hardware info request?19:17
bubbasauresdoh, need more caffeine19:17
rubiksmomo=P19:18
ZippieHi all, I'm looking for some help to get LAMP up and running.19:18
VladimirskaiZippie: how far have u got?19:18
ZippieI've loaded Apache and php. Can access apache but cannot seem to get to phpmyadmin19:19
Vladimirskaiyeah, now it's only MySQL left19:20
Zippietried most of the support suggestions on the community help site but to no avail19:20
zteam_Zippie, is php working on the machine?19:20
Vladimirskaihave you installed all the php packages?19:20
Zippiei think so...how would i check?19:20
bubbasauresrubiksmomo, Not an exact answer for the FF youtube issue, but seems relevant. http://ubuntuforums.org/showthread.php?t=223650819:23
Velhohello folks! I just installed Av Linux in my dual boot pc: Windows + ubuntu. Av Linux was installed in the Ubuntu partition and I messesd up the grub. I get this message: error: file '/boot/grub/i386-pc/normal.mod' not found, and I have a "grub rescue>" in the screen.  How can I recover the grub and open Av Linux + Windows in my dual boot pc? thanks for the help! ;)19:26
=== zz_gthank is now known as gthank
rwwVelho: #ubuntu is for Ubuntu itself and official derivatives. Since AV Linux is not this, please contact your distribution's creators for support.19:28
Velhorww: the problem is not about the distribution, is about the GRUB. I just need to correct the GRUB19:29
rwwVelho: then use your distribution's support venue,.19:29
Velhook, let me rephrase, then19:29
rwwVelho: No need. You're not using Ubuntu, so you don't use #ubuntu for support.19:29
IdleOneAV Linux may have made changes to GRUB. You really need to check with them19:29
Velhothanks, rww, IdleOne19:30
=== PhiRez is now known as ZerOlegend-Ubunt
=== ZerOlegend-Ubunt is now known as ZerOlegendUbuntu
EriC^^the GRUB19:32
Velhorww, IdleOne unfortunatelly, Av Linux has no irc channel. Should I ask this question in debian irc? Ubuntu and Av Linux are based In debian, don't they use the same grub?19:32
IdleOneVelho: you might try asking in ##linux19:33
VelhoIdleOne, thanks mate :)19:33
VelhoIdleOne, did you mean #linux?19:34
BluesKajnope it's ##linux19:34
bubbasauresVelho, Try #grub19:38
deviancehey19:41
Velhobubbasaures, already did, with no response. :(19:43
coventryWhat's the best way to temporarily disable password protection at boot on a LUKS-encrypted sysetm?  Will an empty passphrase DWIW?19:50
ejbsHi! My current Ubuntu set-up is one large partition for all data and one swap partition. I just got home with a SSD and now I want to change my partition scheme to 1 partition with /home/ on my HDD and 1 partition with everything else on my SSD. Is this something which can be done?19:56
daftykinsejbs: how big is the existing disk?19:58
daftykinsejbs: the better way to do it is to install fully to the SSD, then symlink the static media folders e.g. ~/Pictures, Video, Music to the HDD19:59
ejbsdaftykins: *big*, as in my home folder holds way more data than my SSD can handle. I could always symlink, that may be much simpler. I would still like to dd over all folders except /home/, but I guess that question can be answered with RTFM :)20:00
daftykinsejbs: dd would be a bad idea, you're meant to minimise writes to an SSD. hrmm, can you pastebin an existing "df -h" and parted -l ?20:01
nnob_anyone has problems with intel graphics installer?20:02
OerHeksejbs, i would install ubuntu fresh, mount that hdd, remove all folders from / except /home/ and you are done20:02
daftykinsejbs: i like OerHeks idea :D20:03
ElBoroftp://605.8f9.myftpuoload.com Login: projondub Pass: Alloallo696! Free Public FTP for sharing stuff! Plz dont del stuff.20:03
ejbsdaftykins: parted -l gives no output in the terminal. pastebinning df -h atm20:04
OerHekslets del stuff ..20:04
daftykinsejbs: it needs sudo20:04
=== motto is now known as Guest78107
ejbshttp://paste.lisp.org/display/14452320:04
=== jack is now known as Guest21324
daftykinsejbs: yeah i'd definitely do what OerHeks said20:05
ejbshttp://paste.lisp.org/display/144523#120:05
daftykinsmove your HDD to a secondary port, plug in the SSD, clean install to SSD... mount HDD:/home, done.20:06
ejbsOerHeks: daftykins: But my Ubuntu installation has a bunch of already installed software and PPAs and stuff like that. How am I supposed to resolve those issues?20:06
Katherin23 There is no such thing as Free Porn http://bit.ly/1y2SGSo20:06
OerHeksyes, remove that old swap afterwards and expand the partition.20:06
dts|windowsis there a site that will tell me what DM's older ubuntu versions have20:07
daftykinsejbs: they're not issues, they're minor obstacles... keep the PPAs saved, reimport and reinstall a package listing from "dpkg --get-selections > packages.txt"20:07
OerHeksejbs, ppa's can be backdup, just note the ppa name. you could make a list of all installed packages, i would rescue my favorites, home folder stays with data, and go for it20:08
Velhohello20:08
Velhocan you read this text?20:08
bpromptallo Velho20:08
ejbsOerHeks: daftykins: Minor obstacles but there's many of them (I think)! I20:09
itsme_is linux better then windows? :p20:09
bprompt!ask | Velho20:09
ubottuVelho: 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 !patience20:09
daftykinsejbs: nah, your task is easy20:09
ejbsOerHeks: daftykins: But I'll do what you guys say. It's mostly that I have software/binaries which doesn't come from PPAs which I don't have much knowledge about. I'm not really in control of my system in that way. But whatever, it'll probably solve itself... As long as my Emacs works as intended I'm for the most part happy.20:10
ejbsThanks anyway guys, much appreciated :)20:10
daftykins*tips hat* good luck20:10
daftykinsejbs: oh and if you haven't owned an SSD before, make sure the firmware on it is the latest before you start using it20:11
Velhobprompt, I didn0t ask to ask. Please read my question again. You can read me, that's what I needed to know, thanks!20:11
ejbsdaftykins: Thanks, I'll do my SSD homework!20:12
=== william is now known as Guest40037
itsme_what is the best solution for screen tearing ? mostly for xfce20:13
daftykinsitsme_: telling us your graphics setup would be an excellent first step20:14
itsme_intel hd graphics20:15
daftykinswhat are you getting tearing in?20:15
daftykinsand what model graphics? (lspci)20:15
itsme_playing video.... youtube... vlc...20:15
OerHeksintel made a lot of hdgraphics chips20:16
itsme_i have one system with just intel hd graphics without a number behind it, its a few years old, and i got a laptop with intel hd graphics 4000, on both tesame problem20:17
daftykinsin which case the CPU model is important20:17
pcdrmm20:17
itsme_cpu= intel core i3, M330 processor20:18
daftykinsok that's ancient20:18
itsme_i have it on the 2012 processor also, thats not so ancient :p20:19
daftykinsrunning what? xubuntu 14.04 on both?20:19
itsme_ubuntu, xubuntu, but mostly i use lubuntu or LXLE if you know that, i like the xfce desktop the most20:20
daftykinsi know of a LXDE20:20
itsme_you should check out LXLE.net20:20
itsme_its a great distro20:20
daftykinslooks like an unsupported derivative20:21
rtyuiohello everyone20:21
itsme_it even has TLP build in for laptops20:21
itsme_nope, its supported for 5 years20:21
solsTiCehi. I have installed libvdpau-va-gl1 to use accelrated decoding of video. I have an intel HD 4000. so it only can decode mp4. and that's precisely the type of file that vlc is not able to read anymore. While mplayer works fine so I have to remove libvdpau-va-gl1 to get vlc to work again ?20:21
daftykinsitsme_: i'm saying it's not supported here :)20:21
daftykinswell, Xorg logs might be helpful to see if anything is up with X.20:21
itsme_oh, but i have it in ubuntu and lubuntu also :p20:22
itsme_oh another problem, do you guys have any idea how to play wmv files without problems?20:22
daftykinseww what are you doing with windows media video :(20:23
OerHekswmv-drm, nope20:23
itsme_im not talking about drm20:24
itsme_just regular wmv files20:24
OerHeksi do, some have drm and won't play.20:24
itsme_thats normal :p20:24
itsme_i'm talking about regular wmv's that played without a problem in ubuntu 12.04 but not in 14.04, maybe related to the newer mmpeg?20:25
solsTiCeitsme_:  what player have you tired ?20:26
itsme_vlc and smplayer20:27
rtyuiooin my ubuntu 14.04 loadkeys fr not working20:27
rtyuiowhat package need to install ?20:27
solsTiCetotem ?20:27
itsme_is totem a video player?20:28
rtyuiototem ?20:28
mattyanyone buying a laptop today?20:28
rtyuionothing related20:28
rtyuioi m talking ab out keyboard20:29
rtyuiokeys20:29
=== FreezingAlt is now known as FreezingCold
mattywondering if anyone has experience putting ubuntu on a "Lenovo Flex 2 14-Inch Touchscreen Laptop"20:29
zteam_Itsme, try to resave your video file with some video editor like Openshot or KdEnlive, because it sounds to me like the video file was damaged....20:31
itsme_in thesame format?20:31
SchrodingersScateven a quick pass with avconv to get it to a sensible format20:31
itsme_how can i resave it without loss of quality?20:32
=== catalin is now known as Guest39076
mekhamihey all i'm trying to follow these instructions to get audio working in wine: https://wiki.archlinux.org/index.php/PulseAudio#ALSA but i'm unsure of how to install from these repositories20:36
mekhamithey aren't available with simply apt-get as it is20:36
=== zz_gthank is now known as gthank
=== MM[TCU] is now known as MakersMark
solsTiCemekhami: sure. haven't you noticed you were on the archlinux wiki ?20:43
=== mish_ is now known as mishsleep
solsTiCemekhami: http://askubuntu.com/questions/77210/how-to-change-the-default-audio-in-wine-to-alsa-only20:44
dimitrovovichHello everyone! I'm new. Is there laws of this chat room?20:45
MonkeyDust!coc > dimitrovovich20:45
ubottudimitrovovich, please see my private message20:45
itsme_there are no laws on a network connection :p20:46
OerHeksdimitrovovich, those are guidlines, you know the law.20:46
dimitrovovichsorry. Misspelled.20:48
dimitrovovichI have a lot of questions. Can I ask here or privately?20:49
daftykinskeep it here.20:49
daftykinsone at a time, on one line... with detail20:49
MonkeyDustand interpunction20:49
OerHeksDo ask here, please.20:49
solsTiCe!ask20:49
ubottuPlease 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 !patience20:49
mekhamisolsTiCe, trying this now, i haven't seen anything yet to fix my sound in wine20:52
rtyuiohello there anyone tried nomachine20:59
rtyuio4 on windows and ubuntu as guest ?20:59
=== justinS_ is now known as jhsimpson
MonkeyDustrtyuio  what if yes?21:01
rtyuioif yes21:02
rtyuiowhy not woriking ?21:02
=== zz_gthank is now known as gthank
rtyuioi mean what package need to install on the guest machine to communicate with nomachine client ?21:08
=== derk0pf is now known as derk0pf|NA
saleemhello21:11
saleemi need to ask you in ubuntu 12.04 how to make 2 hard disk partitions21:11
=== zz_gthank is now known as gthank
compdocsaleem, ever try gparted?21:12
saleemcan anyone guide me what i asked21:12
saleemyes21:12
saleemits not working21:12
saleemwhen i did its not showing disk partition list near cd place21:13
compdoccan you take a screen shot and post to imgur.com  ?21:13
OerHekssaleem, you need a live cd to make/edit partitions21:13
squintysaleem:  http://gparted.sourceforge.net/display-doc.php?name=help-manual   pretty good docs here too21:14
saleemu understand what i meant about having 2 disk partion if incase system crash but data is saved21:14
=== XeBlackWater is now known as zz_XeBlackWater
saleemin Gparted there is no step by step guide21:16
ninguI have a an old macbook (late 2008) and I'm interested in getting its mini displayport to output audio as well as video. I _think_ this is technically possible on this model although I am not positive. but in terms of software there are a couple issues... one is that I need to use alsa instead of pulseaudio, is that even possible in ubuntu?21:16
daftykinssaleem: what's your disk like now and what are you trying to achieve?21:17
saleemi am having ubuntu 12.04 i needed to make 2 partition and show in CD and USB place21:17
daftykinssaleem: what language do you speak? there might be a better channel for you21:18
saleemi speak in english21:18
daftykinsi can see that you're trying yes, but your question didn't make sense21:19
ninguhmm... so pulseaudio actually uses alsa underlyingly... now I am confused. :)21:19
saleemi tried using live cd but its causing mount error when restarting21:19
daftykinsa mount error when trying to do what?21:20
saleemwhen i made partition using Gparted  when i restart the virtual machine there is error machine pop saying recovery machine21:21
bekkssaleem: What does the popup say exactly?21:21
saleemit keep on coming21:21
saleemwhere do i upload here21:21
bekks!pastebin | saleem21:22
ubottusaleem: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.21:22
saleemif i use virtual machine as virtualbox can i make partition21:24
=== justinS_ is now known as jhsimpson
bekksYes. But whats the exact error message you get?21:24
saleemjust one moment i upload in imgur.com site21:25
asdI21:28
saleemi upload in imgur.com the screenshot21:28
saleemthe message i got its in screenshot please see and let me know how to solve it21:29
bekkssaleem: You need to tell us the URL.21:30
saleemwhere do we find the url21:30
bekkssaleem: You uploaded the screenshot, imgur told you the URL.21:30
daftykinson the picture...21:30
saleemit is http://i.imgur.com/kBUvKgb.png?121:31
bekksNo, thats the preview icon only.21:32
bekksAnd thats a grub start menu, not an error message at all.21:32
LinStatSDRThat picture is so tiny saleem21:32
saleemi got this same message in ubuntu 12.0421:32
bekkssaleem: There is no error on your picture.21:33
saleemi will upload again21:33
ejbsSo I've tried this twice: I've DLd the Ubuntu 14.04.1 LTS iso and tried to extract it to both my USB and my HDD and it fails, the extract program either crashes without warning or only extracts 2.6MB of the files. Are there any alternative places to DL the Ubuntu ISO which is not from their website?21:33
bekksejbs: What are you actually trying to do? An ISO is not to be extracted at all.21:34
asdhi21:34
saleemwhere to look for url21:35
asdis anybody here I am new to this stuff...21:35
ejbsbekks: Seems like I've been doing something wrong for a very long time then :). Put the Ubuntu ISO on my USB for installation21:35
daftykinsejbs: what OS are you trying to create this from?21:35
bekkssaleem: imgur tells you the URL.21:35
apeoidI added this PPA but it isn't showing up in my list in Synaptic Package Manager.  of course I've reloaded.  I've restarted the computer then reloaded also.21:36
daftykinsejbs: dd if=/path/to/ISO of=/dev/sdX bs=2M # where sdX is your flash drive21:36
saleemlink is http://imgur.com/esnrCmb21:36
bekksejbs: Indeed. Nowadays, you can write the iso using dd, see the post of daftykins21:36
CarlFKapeoid: how did you add it?21:36
ejbsdaftykins: Ubuntu haha. It seems like you're my savior once again :). Thanks bekks!21:36
apeoidin the software & updates settings thing21:37
apeoidlubuntu 14.0421:37
bekkssaleem: Thats a grub menu, no error message.21:37
compdocsaleem, that picture is too tiny21:37
compdocyou using your smart phone?21:37
apeoidso if I go to Software & Updates, Other Software, here it is and checked:  http://ppa.launchpad.net/johanvdw/saga-gis/ubuntu21:38
apeoidbinary, trusty distro...21:38
apeoid:<21:38
daftykinsejbs: oh 'dd' needed sudo, also21:38
CarlFKapeoid: if you are comphy with the shell, find /etc/apt/ -type f -exec grep -H saga {} \;21:43
CarlFKapeoid: you should see something like http://paste.ubuntu.com/9288793/21:43
acidrainhello. i have a insignia BT adapter im trying to get detected on ubuntu 14.04, any help? i am running latest updates21:45
daftykinsadapter for... what? :)21:46
acidrainbt-adapter -d         no devices found21:46
acidrainfor bluetooth21:46
acidrainthe actual adapter i bought isnt even being found by ubuntu21:46
acidrainorg.bluez.Error.NoSuchAdapter: No such adapter   <---- the exact eror21:47
acidrainerror*21:47
apeoidNo command '-type' found, did you mean:21:48
apeoid Command 'mtype' from package 'mtools' (main)21:48
apeoid-type: command not found21:48
apeoidI put in this:  apeoid@dv7:/etc/apt$ -type -f -exec grep -H saga {} \;21:48
apeoider -f = f I tried both21:49
tewardapeoid: it looks like you're missing a command = `-type` is not a command nor executable21:49
dtswould a vim syntax highlighting file work for gedit?21:50
bekksdts: No, why would it?21:51
dtsbekks, because a lot of gedit is from vim21:52
reisiodts: dunno about that...21:52
reisiobut I doubt it'd work anyways21:52
reisioyou can certainly try it, however21:52
apeoidoh oh duh ok.  saga yields 2 results, , the ppa in question21:54
CarlFKapeoid: if you are comphy with the shell,start here->  find /etc/apt/ -type f -exec grep -H saga {} \;21:54
acidrainhello. i have a insignia BT adapter im trying to get detected on ubuntu 14.04, any help? i am running latest updates21:55
apeoidright21:55
apeoidI get /etc/apt/sources.list:deb http://ppa.launchpad.net/johanvdw/saga-gis/ubuntu trusty main21:55
apeoidthat's the one I need to show up in synaptic21:55
CarlFKapeoid: not sure what "show up in synaptic" means, but you should be able to install what you need.21:56
arahello people21:56
=== ara is now known as Guest41047
apeoidI don't see it in the sources list in synaptic package manager21:56
apeoidI have ubuntu-gis ppa also which also has SAGA... that's the only one that shows up21:56
dimitrovovichI'm new to Linux, Elementary OS. I have DELL Inspiration 5110 with integrated graphic card Intel and descrete Nvidia 525M. I saw there is a build in driver novaou (or something like this), that takes place of my nvidia driver and something is taking place of my Intel Driver (not sure what). I've tried so many ways of installing the Nvidia drivers(from official site, from linux repositories, bumblebee and optimus) and each of all21:58
dimitrovovichfailed. The driver from the official website succeed but I got a messagge (Not compatible, 640x480 to output 1366x900), so I uninstalled it. And I need an advice, what to do to install proper drivers to watch movies and play games on it.21:58
daftykinsapeoid: could be that the PPA you added has packages only for a different ubuntu version21:58
squintyapeoid:  fwiw, using 14.04 with unity here and out of curiosity installed that ppa.  seems synaptic now uses "software and updates" to display it's sources listings.... that ppa showed up without any problem here.  is it the ppa entry or the files you can access from the ppa that isn't being displayed on your end.  your query is kinda of ambiguous on that matter...  :)21:58
daftykins!elementary | dimitrovovich21:58
ubottudimitrovovich: Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution.21:58
seboHi! Could you help me to create a simple *.deb package containing just one file (/etc/init/bitcoind.conf) this package will depend on upstart, on login and on bitcoind.21:58
tewarddimitrovovich: elementary OS is not a supported derivative, you need to seek support with their people.21:58
daftykinssebo: that'd be a huge waste for a package, why not just script up a wget of it to the appropriate place.21:58
teward^21:59
apeoidthe PPA entry is indeed in the Software & Updates thingy.  However, in Synaptic Package Manager when I click the sort by sources on the left... it isn't there21:59
SamsaraSoupI'm duel booting ubuntu on a 2011 MacBook Pro. Is there a way to keep wifi working after it wakes from sleep?22:00
tewardapeoid: did you update your repositories since then?22:00
apeoidI guess I'm trying to install the version of SAGA from Johan not from ubuntugis-unstable/trusty22:00
apeoidyeah sudo apt-get update22:00
apeoidalso restarted the computer22:01
sebodaftykins: Such approach could also take care of creating a proper user `adduser --system --group bitcoind` and to take care of all the permisionning22:01
daftykinssebo: the script? sure could22:02
ssalenikapeoid: you ahve to do sudo apt-get upgrade after, update only checks for updates, doesn't install them22:02
sebodaftykins: moreover while having such 'bitcoind deamon' package would let for creating additional packages which might require it.22:03
apeoidno upgrades22:03
acidrainhow do i enable bluetooth in ubuntu 14?22:04
apeoidI don't get any error messages22:04
apeoidthis PPA is failing to download I think22:05
seboAnd there allready exists similar packages (which do enable some features of allready installed software)22:05
apeoidI go to Authentication in Software & Updates and PPA for Johan shows a key22:06
apeoidI added the key using:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys22:07
apeoidgpg: key 62DED99E: public key "Launchpad PPA for Johan Van de Wauw" imported22:08
birdman007the ubuntu installer does not recognize windows and does not give the option to install along side windows, what do i do?22:09
daftykinsbirdman007: is this dual boot with windows 8?22:09
birdman007yes 8.122:09
daftykinsbirdman007: did you boot from your flash drive in EFI mode?22:09
daftykins!efi22:09
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI22:09
samthewildoneI've noticed from time to time when importing or exporting photos through shotwell, I get some photos that cannot do the transfers.22:11
samthewildoneQuestion is, anyone else having that problem ?22:11
OerHeksapeoid, why not avoid those key issues, with "  sudo add-apt-repository ppa:user/ppa-name "22:12
OerHeks!addppa22:12
ubottuA !ppa can be added using a single command «  sudo add-apt-repository ppa:user/ppa-name » See https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs for more details22:12
OerHeksso that would be ppa:ubuntugis/ubuntugis-unstable22:13
acidrainthe bluetooth adapter im trying to get detected by bluez tools is called Dynex in lsusb list22:13
nathawhat does cd .. mean22:14
reisioacidrain: the ####:#### number is mroe useful22:14
reisionatha: go up a directory22:14
nathawhat does cd /etc mean22:15
acidrainreisio: the model number?22:15
acidraini cant find any other information on it22:15
apeoidjohanvdw/saga-gis ok I added it using apt22:15
reisiothe ####:#### value22:15
acidrainwhere do i find that at?22:15
daftykinsnatha: "cd .." means go up one folder, "cd /etc" means change directory to /etc22:15
acidrainoh sry22:15
acidraini see it22:15
nathahow to create a text file with spaces in the terminal22:16
acidrainBus 004 Device 012: ID 19ff:0239 Dynex   <--- this is a bluetooth devicde22:16
daftykinsnatha: what do you mean spaces? what are you actually doing?22:16
Corey84-use " "  i.e. touch  ~/Desktop/"my test file.txt"22:16
acidrainreisio: its not detected in bluewho or with bt-adapter -d22:16
acidrainim losing hope here :'(22:17
Guest41047so im trying to get my canon  MG5250 printer to work with latest ubuntu, i've tried canons driver, and open source drivers, gutenprint. I go into printer manager, and in the case of canon driver, it detects the printer, but can't print a test page, incase of the OS driver, it doesn't. I tried using IPP via my router with both driver, but no test page. I can ping the printer. Any ideas?22:17
=== FreezingAlt is now known as FreezingCold
reisioacidrain: covered by the generic bluetooth usb driver, I think22:18
reisiosome other hints at http://www.google.com/search?q="19ff%3A0239"22:18
Corey84-cups see it Guest4104722:19
nathai am trying to create a text file and the name of the text file has to have a space in it. For Example Nathans Folder22:19
acidrainreisio: ill read what u just posted. im currentyl reading this: http://unix.stackexchange.com/questions/158115/how-to-use-insignia-usb-bluetooth-adapter-on-debain-kali-linux22:19
reisionatha: touch nathans\ folder22:19
reisionatha: touch 'nathans folder'22:19
reisioetc.22:19
Corey84-natha, see my LAST comment   with touch ... in it22:19
apeoidyeah that repo still doesn't show up if I use add-apt-repository22:19
Corey84-or reisio's22:19
Corey84-all 3 ways work22:20
Guest41047Corey84-, well, it says connected to localhost, so i guess so, and i check server settings, it mentions the cupsd socket.22:21
nathahow do you write text into that file22:21
Guest41047Corey84-, in the printer manager i mean22:21
daftykinsnatha: that's a bad idea on Linux22:21
apeoidsynaptic can't find it but if I remove ubuntugis-unstable from my repos, then apt-get install saga, it installs from Johan's repo22:22
nathai need to know how to do it22:22
acidrainwtf it wont let me do this: echo "19ff 0239" >> /sys/bus/usb/drivers/btusb/new_id22:22
acidraineven as sudo22:22
bekksecho "19ff 0239" | sudo tee -a /sys/bus/usb/drivers/btusb/new_id22:23
Corey84-in a browser or in your file manager  search for it via the localhost:631  or   network:///    show up anywhere22:23
nathacheers22:24
acidrainbekks: wow thx bro!22:24
acidrainGOOD GOD22:24
reisionatha: once you have a file with a space in it, you can easily complete its name using tab, for example: gedit nathans[TAB KEY HERE]22:24
acidrainits working22:24
reisioacidrain: gj22:25
acidrainnow to just be able to find devices :):):):)22:25
acidrainthx guys. and sry for being such a desperate linux noob22:25
el3Hi people. I just installed windows on a new ssd harddisk worked fine. And then installed ubuntu on another harddrive. Now when I start up, ubuntu boots, and I only see ubuntu if in grub boot menu. Ubuntu works.22:29
el3So I guess question is, how do I get windows inthe boot options22:30
mirexxxu need to upgrade your grub222:30
el3okey grub2.22:30
bpromptel3:      tried    running a grub update yet?  ->   sudo update-grub22:31
bpromptel3:    should had detected the windows installation, but update-grub   would scan about to do that22:32
el3bprompt: okey I will try that22:33
prime2_@search i can make you hate22:33
unopasteprime2_: (search <word>) -- Searches for <word> in the current configuration variables.22:33
=== dts is now known as Sargon_
=== Sargon_ is now known as dts
acidrainman wtf. its connected and everything. but its not putting out any sound22:39
acidraineven has my computers name going across the sound bar22:39
=== Fat_Nick is now known as Tex_Nick
administrateurHow to check from the command line if i am using a vpn or not  ?22:47
acidrainhow do i set the soundbar as the default audio device? it doesnt show up in the sound manager.22:50
acidrainim getting no sound. im connected to the soundbar.22:51
acidrainreisio:22:51
reisioyou'd either have to tell pulse or alsa or both about it22:51
=== moo is now known as Guest41490
el3bprompt: sudo update-grub did not help. What is the command to share the output of the terminal?22:55
bubbasaures!pastebinit | el322:56
ubottuel3: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com22:56
bprompt!paste | el322:56
ubottuel3: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:56
bubbasauresel3, When you installed ubuntu was this a auto or manual install, and did you check if manual where grub was pointed?22:59
squirtle_51Hi, guys. Is anyone else having trouble with custom shortcuts in Ubuntu 14.04?23:00
el3bubbasaures: I divided a 500gb harddrive into 30gb ext4 and rest ntfs. And then installed from usb img23:01
el3before that I could boot windows up23:01
bubbasaures!bootinfo | el3 run this if you can and post all the generated script to a pastebin23:02
ubottuel3 run this if you can and post all the generated script to a pastebin: Boot info script is a useful script for diagnosing boot problems. Run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then look at RESULTS.txt (or !pastebin it for others to look at).23:02
=== _BJFreeman is now known as BJfreeman
Obelichhiyas some one here using optirun for nvidia ?23:05
bubbasauresObelich, Channel help is stated issue based here.23:05
=== Maras is now known as Marasgeon
Obelichi have install bumbleebe and i run a game world of warcraft optirun but the latency is to much :( 900+++++++ some one know how to fix it ?23:07
l0rdn1xAnyone running Ubuntu 14.04 better do a update today, there was a security update for .flac, the ability to write a malicious .flac file that can run code on your machine.23:08
NGC3982I'm building a shell script that starts a game server with ./file, and after that sends some commands to tmux.23:12
NGC3982I can't seem to get it to do anything after the ./file starts. I guess the fact that the game server starts interupts the rest of the script?23:12
el3bubbasaures: paste.ubuntu.com/9289823/23:12
el3bubbasaures: http://paste.ubuntu.com/9289823/23:12
administrateur0rdn1x> just an update or an upgrade ?23:12
l0rdn1xjust a security update23:13
l0rdn1xfor the lossless playback, .flac23:13
administrateurok thanks23:13
acidrainhow can i tell alsa about a bluetooth device that i need sound to be sent to?23:13
bubbasauresel3, You see a grub boot menu?23:16
squirtle_51I'm trying to ssh into another PC on my local network. When I try to use its hostname, it tells me there is no address associated with the hostname. What's missing?23:16
NGC3982http://paste.ubuntu.com/9289865/ <- This is the script. How can i keep running it without ./openttd interrupting it?23:16
el3bubbasaurus: No not now, I did before, but there was only ubuntu to choose from. Now it seems kinda slow on boot23:16
bubbasauresel3, YOu are missing part of the windows boot files needed, do you have a install or recovery disc?23:17
el3bubbasaurus: Win7 is also a fresh install, so yes23:17
bubbasauresel3, The sdb1 is the windows install, just confirming?23:18
bubbasauresel3, sb1 is missing the "/bootmgr /boot/BCD"  This is a fix from the terminal on booted recovery or install disc, sdb1 also needs a bootflag23:20
el3bubbasaurus: yes sdb1.23:21
el3bubbasaurus: okey? is it complictaed to do?23:21
bubbasauresel3, Are you following this info and can ask questions as needed? You also have no evidence you should be seeing the grub menu in the script so need info there.23:22
el3I just started gparted, and it complained about GPT tables23:22
acidrainanyone know how i can force ubuntu 14 to play sound through usb bluetooth soundbar?23:23
=== ubu_AWAY is now known as ubuntuaddicted
bubbasauresel3, Yeah, I would have made a new partition table before installing, there is a way to remove the gpt remnants however being fully backed up first as always is pertinent.23:23
Corey84-acidrain, pulseaudio or alsmixer maybe?  change the master to the usb input23:25
el3bubbasaurus: Okey. I could also start the whole process from the beginning. Format both ssd and regular.23:25
acidrainCorey84-: i want the sound to come out of my tv, and soundbar at same time.  there is NOT an option for the bluetooth sound device to send sound to it23:26
acidrainCorey84-: my machine IS using the usb bluetooth adaptor. and it IS connected to the soundbar23:26
acidrainjust no sound23:27
Corey84-checked alsamixer for a mute?23:27
bubbasauresel3, Sure if you like, probably can be removed as is however you still have to repair windows and put grub in the sda mbr.23:28
acidrainCorey84-: i have checked it. there is nothing at all muted. BUT like i said, the bluetooth adaptor isnt even showing up in alsamixer23:29
bubbasauresyou would still rather*23:29
bubbasauresel3, Myself I could do that all in about 5 min, but I know thew drill23:29
bubbasauresthe*23:29
el3bubbasaurus: ok, yea I am not as hard core :)23:29
Corey84-bubbasaures, 5 mins thats slow lol23:30
bubbasauresCorey84-, Gotta boot several things.23:30
Corey84-bubbasaures, you one of them dudes lol23:30
Corey84-ill stick to my lukcrypted lvm23:30
el3bubbasaurus: but you make it sound easy, maybe I should not do a reinstall, and stay here a bit longer  :) wasting someones time23:31
ilhammmm23:31
bubbasauresCorey84-, Really, how you gonna repair "/bootmgr /boot/BCD"  from linux?23:31
Corey84-learnign is never wasting anyone's time dude23:31
Corey84-with grub heheh23:32
Corey84-screw bcd23:32
bubbasauresyou are just being stupid, and have no clue23:32
el3Well bubbasaurus is not learning anything from me :)23:32
acidrainin what log file will i find this? bluetoothd[5556]: Endpoint registered: sender=:1.83 path=/MediaEndpoint/A2DPSource23:32
bubbasauresCorey84-, If you can please try at the least to actually add to the channel not just espouse trollish idiocy.23:33
Corey84-bubbasaures, i use ubuntu mint and fedora hardly a troll23:34
Corey84-help quite a bit in the networking forum too23:34
squirtle_51I'm trying to ssh into another PC on my local network. When I try to use its hostname, it tells me there is no address associated with the hostname. What's missing?23:35
acidrainim not sure what i need to do here.  i see a few threads on google about some type of sound router23:35
el3bubbasaurus: okey this is first time I will try to do this. I dont know if you got time to guide me?23:35
bazhangpavucontrol / padevchooser acidrain23:35
bubbasauresel3, In what exactly?23:35
el3bubbasaurus: first the GPT table thing I guess.23:36
hillshumIs Wobbly Windows still included in Utopic? I'm missing something23:36
acidrainbazhang: im installing these now23:36
el3bubbasaurus: I must confess, im a total noob, if you didnt notice allready23:36
BTJusticeIf I upgrade the 3.13 kernel to 3.16 in 14.04.1 LTS, is it still 14.04.1 LTS or does it become 14.10?23:36
BTJusticeMaybe it is 3.14.23:37
acidrainbazhang: my device is not listed in pavucontrol23:37
bubbasauresel3, Use tab complete on my nick it gets spelled correctly that way, I'm notified than. here is the GUID remove wiki. http://www.rodsbooks.com/fixparts/23:38
Corey84-dummy output an option?23:38
BTJusticeI have never done a kernel upgrade before so I have no idea.23:38
Corey84-BTJustice, 3,17 is vivid that i know (14.10 not sure if 3.16 is tho)23:38
InvaderXxhello 'verybody23:39
el3bubbasaures: okey thank you23:39
bubbasauresel3, Appears to just be the sdb hard drive as far as I can tell, a sudo parted -l command will tell you the table of each HD.23:39
BTJusticeCorey84-: I was just wondering if a kernel upgrade would change the Ubuntu version as well or would it still be 14.04.1 LTS?23:39
InvaderXxsomeone can help me ?23:39
bubbasaures!ask | InvaderXx23:40
ubottuInvaderXx: 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 !patience23:40
jp82191InvaderXx, just ask23:40
acidraini have followed this guide with no resolving of the issue: https://wiki.archlinux.org/index.php/Bluetooth_headset23:40
Corey84-no jsut drivers and kernel not the release version only updating the system / changing repos would do that iirc23:40
droid909guys, i'm installed ubuntu on this slow atom nettop, what is the best way to disable desktop animations?23:40
BTJusticeCorey84-: Alright.  Thanks.23:40
droid909menus animations ...23:40
InvaderXxSorry i did not know23:40
droid909etc23:40
daftykinsdroid909: best thing is to use lubuntu or xubuntu instead.23:40
Corey84-all my systems are on 3.17 or 3.18rc BTJustice23:41
daftykinsif you must use a nettop at all23:41
bubbasauresdroid909, You sure ubuntu is best, maybe a lighter desktop.23:41
droid909"disable animations"23:41
InvaderXxi cant play MP3 musics on back box linux23:41
Corey84-^^ and x(l) ubuntu are nearly as light as you get short of open/fluxbox23:41
Corey84-local files i assume ?23:42
huifu_?23:42
bubbasauresInvaderXx, This is just ubuntu support, ##linux might help or if they have a channel.23:42
InvaderXxAll things in ubuntu are the same on mine one23:43
timwisHey guys, I'm trying to uninstall docker but I still see `service docker status` works after I've done apt-get --purge remove ... what am I missing?23:44
daftykinsyou need to stop things you want to remove23:45
Ben64InvaderXx: backbox is not ubuntu and is not supported here. their irc channel is #backbox on irc.autistici.org23:45
timwisdaftykins I did stop it before I removed it23:45
el3bubbasaurus: okey I think I toggled active flag for sdb123:45
daftykinsok that's me out of ideas then (:23:45
el3bubbasaures: okey I think I toggled active flag for sdb123:46
atlas-hiveanyone got information on how to connect to a wireless network via terminal?23:46
InvaderXxBen64, thank you23:46
Corey84-systemctl disable service......maybe23:46
bazhang!wifi | atlas-hive here it is23:46
ubottuatlas-hive here it is: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs23:46
marcozciao23:46
atlas-hiveubottu: ill look into it, thanks23:47
ubottuatlas-hive: I am only a bot, please don't think I'm intelligent :)23:47
marcoznessuno online23:47
jemendjahello23:47
timwiscorey84- did you mean `service docker disable` ? it says "Docker is managed via upstart, try using service docker disable`23:48
acidrainomg23:48
jemendja.23:48
Corey84-yes my bad23:49
acidrainsomeone plz help. ive went by this guide exactlly as is, and got the EXACT same results. except NO SOUND still. http://linuxcommando.blogspot.com/2013/11/how-to-connect-to-bluetooth.html23:49
Ben64acidrain: why do all that? you could connect to it with graphical tools23:50
bubbasauresel3, Check it's still flagged after cleaning the GUID is all.23:50
SamsaraSoupHi all23:51
acidrain Ben64 plz enlighten me. ill do anything at this point. im 4hrs in with no solutino23:51
=== rigor789 is now known as rigor789|away
el3bubbasaures, cleaning the GUID?23:52
Ben64acidrain: you can pair and connect to stuff by using the little bluetooth icon on your panel23:52
Ben64acidrain: although the steps you've already done might have messed with that23:52
acidrainBen64: ive done that. it wont work23:52
acidrainconnecting is not the issue. getting sound to come out the soundbar is23:52
Ben64maybe it's broken23:53
acidrain:O it works fine using my cell phone23:53
bubbasauresel3, I posted this to you, I assume you want to remove the GUID partition table remnants in sdb am I correct?  "here is the GUID remove wiki. http://www.rodsbooks.com/fixparts/"23:53
acidrainomfg23:53
acidrainpulseaudio -k; pulseaudio --start this just broke the sound23:53
acidrainno sound at all now23:53
el3bubbasaures, Okey I will try again23:54
bubbasauresel3, Try what again?23:55
el3bubbasaures, fixparts23:55
bubbasauresel3, Have you run it already?23:55
droid909ok,disabling animations doesn't realy help23:55
el3bubbasaures, I just dont know what option to choose23:55
droid909which desctop should i use?23:55
droid909fast desktop without opengl animations23:55
droid909anyone?23:55
el3bubbasaures, I think so, thats where I toggled sdb active23:56
bubbasauresel3, Sorry this is a bot clearer,  http://www.rodsbooks.com/gdisk/wipegpt.html23:56
bubbasauresbit*23:56
droid909daftykins: lubuntu is fast?23:57
droid909daftykins: what do you think about it?23:57
bubbasauresel3, You want mbr is the choice23:57
el3ok23:57

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