/srv/irclogs.ubuntu.com/2015/08/12/#ubuntu.txt

allonhadaya!help00:04
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 !patience00:04
allonhadayawhat other commands does ubottu respond to?00:04
daftykinslots.00:05
allonhadayaneat.00:05
Jordan_U!brain | allonhadaya00:05
ubottuallonhadaya: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots | Make a clone of me: /msg ubottu botclone00:05
daftykinsbut don't play with them in channel00:05
nick____Hello00:05
allonhadayadaftykins: okay :), thanks Jordan_U00:05
nick____I need serious help with my  Nvidia Graphics Card Please!!!00:05
daftykinsnick____: so ask00:05
daftykinswhat's going on? what card? which ubuntu?00:06
nick____I have been trying for A Week going in circles installing and Reinstalling00:06
nick____14.04 nvidia 745m hybrid card00:06
daftykinsnick____: that's still not any detail to explain what's going on00:06
daftykinsnick____: sudo apt-get install pastebinit && lspci | pastebinit00:07
nick____I have seleceted and driver in additional drivers I have installed bumblebee but bumblebee does not seem to work00:08
nick____I can pastebin any commands you give me00:08
nick____http://pastebin.com/k6vvhNrj00:10
daftykinsdon't use bumblebee, that's problem #100:11
daftykinsnick____: dpkg -l | grep nvidia | pastebinit00:11
daftykinsnick____: dpkg -l | grep bumble | pastebinit00:11
allonhadayaLater, all. Thanks for the company & info.00:14
beowu1fanyone here struggled with getting tty1 to work appear after NVIDIA drivers have been installed. installing the drivers seems to make the screen go black when you ALT+CTRL+F1.. ?00:14
daftykinshow about F2?00:15
Jordan_Udaftykins: What do you recommend that users with laptops using Nvidia Optimus do if not use Bumblebee?00:15
daftykinsnvidia-prime which has been the new approach since 14.04 if not before00:15
daftykinsnot seen a haswell combo with as old a chip as a 7xxM before though00:16
zykotick9daftykins: nvidia often breaks VTs (if you use nvidia.com driver)00:16
daftykinszykotick9: i know, i'm not the person asking.00:16
beowu1fdaftykins, any tty i choose is an issue00:16
zykotick9daftykins: i realize...  but when you asked "how about F2", i believe it's all VTs, not just ctrl+alt+f100:17
daftykinszykotick9: that's different to my experience then00:17
nick____http://pastebin.com/JKAMXgUg00:18
daftykinsbeowu1f: oh well. what card? optimus setup?00:18
daftykinsnick____: err why didn't you just run the commands i gave?00:18
daftykinsnick____: sudo apt-get purge bumbleb*00:19
beowu1fzykotick9, do you know any way around this issue of nvidia breaking the VT's?00:19
zykotick9beowu1f: time machine?  sorry i don't.00:19
beowu1fzykotick9, google is not givin me a good answer on this one..00:19
zykotick9beowu1f: it's pretty common, i'm surprised you can't find much?!?!  good luck.00:20
nick____I tried I ran two commands sorry if I missed00:20
daftykinsbeowu1f: so... hardware? ubuntu version? driver version?00:20
daftykinsnick____: still need "dpkg -l | grep nvidia | pastebinit"00:20
beowu1fGTX970, 14.04, v352.30 (manual driver isntall)00:21
daftykinsbeowu1f: mmm, we advise against using the nvidia site downloads.00:22
daftykinstry the repo based 346's or anything newer if available00:22
OerHeksGTX970 supposed to be supported by the 343 driver and up00:23
nick____http://pastebin.com/Bjsrmv3F00:24
beowu1fdaftykins, the default debian 'nvidia-driver' did not launch into xorg at all..00:24
daftykinsbeowu1f: what makes you mention debian?00:25
daftykins'nvidia-driver' isn't a package i'm aware of00:25
daftykinsnow we mentioned what to do, so give it a go :)00:26
daftykinsnick____: ok did you run the purge of bumbleb* ?00:26
daftykinsnick____: also "sudo apt-get purge nvidia* "00:26
beowu1fdaftykins, sorry i mean ubuntu. bean trying all distos lately and ubuntu has given the most success so far. so sticking to it00:26
nick____yes i did00:27
daftykinsnick____: so ensure both are purged then reboot00:27
Meh32anyone know how to give access to my User to /var/www/html so i dont have to sudo every time i want to edit something on my webserver?00:28
wafflejockMeh32: is this a development machine?00:28
Meh32wafflejock: this is a local webserver for myself, not accessable from the internet00:28
daftykinsMeh32: create a new group, add you and www-data to it00:29
wafflejockMeh32: just want to know how lax we can be on the permissions.. basically can add your user to the www-data group most likely but will need to get some details from you00:29
nick____ok both purged00:29
nick____should i boot and come back?00:29
wafflejockMeh32: okay yeah http://askubuntu.com/questions/79565/add-user-to-existing-group00:29
wafflejockMeh32: since you're referring to /var/www/html pretty sure it's safe to assume you're using apache which should be using www-data for the group, can verify the group by, ls -al /var/www/html00:30
daftykinsnick____: yes00:30
nick____ok Thanks so far!! brb00:31
Meh32wafflejock:  it shows as root user and root group as owners00:31
daftykinsyou change it Meh32 ;)00:32
wafflejockMeh32: yeah can chown it, sudo chown -R /var/www/html yourusername:www-data, should be fine00:32
nick____am i in?00:34
Meh32thanks wafflejock00:35
Meh32wafflejock: just out of curiousity, what permissions should i be doing if this server is online?00:35
=== grant is now known as Guest59587
wafflejockMeh32: http://httpd.apache.org/docs/2.4/misc/security_tips.html <-- that probably does a better job explaining than I can but ideally you just want to lock things down as much as possible on a server00:36
wafflejockMeh32: so would just be checking the particulars of execution permissions and things like that to restrict it as much as possible while letting what needs to run run00:37
Meh32great. thanks wafflejock for the link and help00:37
daftykinsnick____: yeah so run "sudo apt-get clean" then "sudo apt-get install nvidia-346 nvidia-prime nvidia-settings"00:37
=== sins-_o is now known as sins-
nick____http://paste.ubuntu.com/12058716/00:42
daftykinsnick____: looks fine, reboot again00:44
nick____ok00:44
nick____back00:48
daftykinsworking?00:48
daftykinsnick____: pastebinit /var/log/Xorg.0.log00:49
nick____what command tests it?00:50
nick____http://paste.ubuntu.com/12058752/00:50
daftykinswell if you paste the link from the above i can see whether it's in use00:50
daftykinslooks alright00:51
nick____is this configured for steam?00:52
daftykinsrun something 3D00:52
daftykinssure.00:52
nick____so thats it?  i'm Good to Go??00:52
daftykinsyes00:52
daftykinsgo install a 3D game and test it00:52
* OerHeks uses glxgears to test00:53
nick____WOW thank you so much I've been at it for days I left linux mint and came back to Ubuntu where I will Stay :D00:53
daftykinsthe distro wasn't to blame00:53
daftykinsalthough being away from Mint helps ;)00:53
Ripchorddaftykins01:02
RipchordI love mint also01:03
Ripchordbut the installer is fucked01:03
alphacrimson5hello everyone, testing this stuff01:07
alphacrimson5anyone active?01:07
gshmuflashplugin-install don't download form local,  at China this action very slow http://img.vim-cn.com/8f/cbc2db05fca77b55db3319c39fed3293c697de.png01:07
gshmulocal mirror, GFW === Root of all evil01:08
daftykinsRipchord: i was saying the opposite - and don't use that language in here.01:09
Jordan_Ualphacrimson5: In the future please join ##test for testing your IRC client.01:10
alphacrimson5roger that, sorry about this, glad to know. moving onto the test01:10
alphacrimson5have a nice day, ac5 out01:11
soulisson_Hello, i'm trying to set up a soft AP, some packets need to go from a wireless client to another one, are these packets going to be processed by the INPUT or the forward chain?01:13
=== TenFingersOfBang is now known as NetworkingPro
TheNuclearNewtHello! I'm trying to learn about linux with an old laptop that I put Lubuntu 14.04LTS on. I'm having trouble with the wireless networks. I had figured it out before on an older version of Ubuntu, but I have to learn it all over again.01:18
daftykinswhat's the wireless card?01:18
TheNuclearNewtCan someone help me get my wireless working? I used sudo apt-get install firmware-b43legacy-installer but that didnt work01:18
daftykins!broadcom01:18
ubottuHelp with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx01:18
misingnoglichttp://www.ubuntu.com/download/desktop/contribute on this page there’s a thing that says “The same price as Peace, Love and Linux t-shirt (shirt not included)” - where do I get this shirt?01:18
daftykinsidentify your model and follow the advice there, TheNuclearNewt ^01:18
TheNuclearNewtI think it's a broadcom01:18
TheNuclearNewthow do I find my model?01:19
daftykinsyes, confirm with 'lspci' or 'lsusb'01:19
TheNuclearNewtDoes that link tell how?01:19
daftykinsmaybe, maybe not - why not read it01:19
TheNuclearNewtOk01:19
TheNuclearNewtI already got the firmware-b43-installer like it said.01:21
OerHeksmisingnoglic, amazon i guess, not in the canonical store http://shop.canonical.com/index.php?cPath=1401:22
daftykinsTheNuclearNewt: the page lists alternatives, please read the page first.01:22
misingnoglicwhy would they mention it then :’(01:22
daftykinsmisingnoglic: i think you missed the joke01:25
OerHeks(not included)  :-D01:25
misingnoglicIt’s not in that store though01:25
misingnoglicif that was your joke01:25
daftykins*facepalm*01:26
daftykinsthere used to be t-shirts sold, maybe not anymore01:26
=== bazhang_ is now known as bazhang
=== phillips1012 is now known as solenoids
urllibHello. Does anyone know why I see these errors in /var/log/auth.log ? error: PEM_read_PrivateKey: mismatch or unknown EVP_PKEY save_type 408 error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key error: Could not load host key: /etc/ssh/ssh_host_ed25519_key . All the mentioned keys are in /etc/ssh/ . I'm using Ubuntu 14.0401:29
=== bw is now known as Guest61694
wafflejockurllib: when do you receive the error? what's the command you're trying to run01:32
=== Guest61694 is now known as bitwiggler
urllibservice ssh restart01:32
bitwiggleris apt-get suppose to follow 301s?01:32
bitwigglerupdate specifically pulling down Release.gpg01:33
barrapontois it too hard to backport a package?01:33
wafflejockurllib: you may want to just reinstall ssh sounds like something got corrupt... did you make changes that might be relevant?01:34
barrapontoor... where can I request a package backport?01:34
daftykinsbarraponto: what's going on, first?01:34
urllibwafflejock: I didn't make any changes, as far as I'm concerned.01:34
wafflejockbarraponto: it's going to depends on the package and what dependencies it has and what's available01:34
wafflejockdepend*01:34
kadirowhy barraponto ?01:34
=== Sexy is now known as Guest62944
Guest62944real01:35
urllibwafflejock: I don't have physical access to the server. It's my dedicated. However, something is very odd. root@sd-79457:/etc/ssh# service ssh restart stop: Job has already been stopped: ssh and it stays stuck there01:35
barrapontokadiro: daftykins: wafflejock: trusty (14.04) automysqlbackup package is based on a Debian build that depends on mysql-client (instead of virtual-mysql-client)01:35
daftykinsbarraponto: so you tried to use a debian package in ubuntu?01:36
urllibThe same *stuck* thing happened when I tried to remove the keys and regenerate them via dpkg-reconfigure openssh-server01:36
kadirook so a question is about debian not ubuntu01:37
wafflejockbarraponto: seems you can replace this with a small shell script pretty easily and use cron to run it01:38
wafflejockwell maybe not all the features but depends on what you need from it01:38
daftykinskadiro: yours is? then it's not welcome here01:39
wafflejockthe mysqldump and mail should be easy, if you really need incremental and stuff would take some work01:39
kadirodaftykins: look up, not me you are confused01:39
barrapontodaftykins: wafflejock: kadiro: i'm using the Ubuntu 14.04 package (but it comes from Debian and has been fixed upstream)01:40
daftykinskadiro: you didn't use a nickname01:40
kadirodaftykins: yes this is my mistakes and you don't see before :)01:40
wafflejockbarraponto: so you're really just wanting http://packages.ubuntu.com/search?keywords=automysqlbackup&searchon=names&suite=trusty&section=all to be a more updated version which is already available in debian?01:41
barrapontowafflejock: yes. it's already in Ubuntu 14.10 and every other version since.01:42
kadirobarraponto: got it now, this package is built from source code or a ppa one?01:42
tewardkadiro: PPA or From Debian or From Upstream is always built from source.01:43
kadiroteward: you confused me01:44
barrapontoFWIW, I'm trying to fix this https://github.com/debops/ansible-mariadb_server/issues/201:44
tewardkadiro: you asked "this package is built from source code or a ppa one?"01:44
wafflejockbarraponto: not a regular or for that matter good idea in general but have you tried just installing the .deb from 14.10?01:44
kadirodeb file is also build from source01:44
tewardkadiro: right, so you were ambiguous01:45
teward:P01:45
kadiro^^01:45
kadiroyes teward this because my english is very bad01:45
daftykinskadiro: your english is too hard to understand01:45
kadiroyes daftykins01:45
barrapontowafflejock: i didn't try installing 14.10+ packages nor debian's.01:46
kadirodaftykins: may be in future i can be clear :)01:46
tewardbarraponto: so i'm late here, what exactly needs 'fixing'01:47
wafflejockteward: https://github.com/debops/ansible-mariadb_server/issues/2 the issue is debian and 14.10 have a package with a fix for this but it's not available for 14.0401:47
barrapontoteward: 14.04 package for automysqlbackup is based on a debian build incompatible with mariadb-client package01:47
kadiroso may be an upgrade can fix that for barraponto ?01:48
barrapontoteward: there is a newer build that fixes it, all it changes is it now depends on virtual-mysql-client01:48
wafflejockbarraponto: the one here doesn't have that dependency but it does have different dependencies from the 14.04 version which makes me wary of just trying to shim it in there http://packages.ubuntu.com/vivid/automysqlbackup01:48
barrapontoteward: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732878 has more details.01:48
ubottuDebian bug 732878 in automysqlbackup "Add MariaDB as an alternative dependency" [Wishlist,Fixed]01:48
daftykinskadiro: no, bad advice01:49
tewardbarraponto: their fix is to add a dependency, that *might* qualify for SRU but don't quote me on that.01:49
barrapontowafflejock: teward: it adds an OR dependency. previous build depends on package A, this one depends on A or B.01:49
kadirodaftykins: i will be happy if you can explain to me or you have a solution for this problem01:49
barraponto(don't know if there are further changes)01:50
wafflejockbarraponto: "bsd-mailxsimple mail user agentor mailx" isn't part of the dependencies of the 14.04 package so I'm not sure you'd be able to just install the 14.10 deb in 14.04 but01:50
tewardbarraponto: is there a bug open on this issue on Launchpad?01:50
teward(for Ubuntu)01:51
wafflejockif upgrade is the other option and you absolutely need this it might be worth a shot anyhow01:51
wafflejockbarraponto: would go back to what I said initially though too depending on the real needs using the mysql dump call and mail can achieve about half of what that program does01:51
barrapontoteward: i don't know. that was one of my questions: where should I file such a packaging bug.01:51
tewardbarraponto: well that's a different question01:52
tewardbarraponto: `ubuntu-bug packageinquestion`01:52
tewardwithout the backticks01:52
wafflejockbarraponto: you can use, ubuntu-bug automysqlbackup01:52
tewardbarraponto: state only that the package can't build with mariadb-client01:52
tewardbarraponto: and then link the bug here, i'll link the Debian bugs and make a note this was fixed in vivid+ and affects only Trusty01:52
barrapontoi can link to the debian thread.01:52
barrapontoteward: ok, thanks.01:53
=== hugegree_ is now known as hugegreenbug
daftykinsjust grab the package from newer releases for the time being until it's fixed?01:54
daftykinsbarraponto: ^01:55
daftykinskadiro: no, you're not the question asker01:55
kadirodaftykins: i don't care01:55
daftykinskadiro: hmm, i don't think your tone is helpful here :)01:56
kadirodaftykins: i'm not here for you, i'm free to be here01:56
daftykinsi don't think i claimed that, but ok01:56
kadirogood01:57
daftykinsi think you'd be better off in a channel of your own language, not confusing question askers01:57
Michael_WrightHi, I'm trying to watching Monsters university via VLC and i keep getting a error occurred and then it just stops trying to play the disney movie..01:58
kadirodaftykins: what you want for me?01:58
daftykinsMichael_Wright: what's the source?01:58
Michael_WrightIt does it at the beginning where the language menu on the dvd is, I click english and thats when the error happens01:58
Michael_Wrightdaftykins I'm on Ubuntu 15.04 and i got the VLC media play from the software center.01:58
Michael_WrightI bought the dvd from my local walmart.01:58
barrapontoteward: https://bugs.launchpad.net/ubuntu/+source/automysqlbackup/+bug/148394201:58
ubottuLaunchpad bug 1483942 in automysqlbackup (Ubuntu) "Package can't build with mariadb-client" [Undecided,New]01:59
daftykinsand it's a real disc?01:59
Michael_WrightYes.01:59
Michael_WrightDo i need to download some codecs or another media player?01:59
daftykinshmm, does VLC have any controls to skip to the main title instead of using the menus?01:59
daftykinsMichael_Wright: got ubuntu-restricted-extras installed?02:00
barrapontodaftykins: since i'm working on a shared (contributed) deploy solution, i don't think using a cross-version package is acceptable. but I might resort to it in my particular install.02:00
Michael_WrightYes02:00
daftykinsi don't think you would've seen the menu if there were a problem with codecs02:00
Michael_WrightI'll lookup another media player and try..02:00
daftykinshttp://ubuntuhandbook.org/index.php/2015/04/install-media-codecs-dvd-playback/02:01
daftykinsMichael_Wright: above looks good if you've not followed every step02:01
Michael_WrightO.o apparantly i don't have libdvdread4.02:02
puterHi there all, A strange issue has developed fairly resonantly where after resuming my laptop from suspend I get two separate login screens. Does anyone have any ideas on how to put it back so there is just  the one?02:02
daftykinsno idea if VLC uses it02:02
puterOh ubuntu 15.0402:02
AbhijitHi02:05
Abhijiton 15.04, group for www-data is www-data and i can do chown -R www-data:www-data and run cron as user www-data right?02:05
barrapontoteward: even if that change is not SRU (i hope it is), can we get it in ubuntu-backports?02:07
arooni-mobilehey folks;  i have a lenovo t420 laptop running 14.04 LTS.  PROBLEM: when I plug in my headphones, I continue hearing audio from the speakers of the laptop.  how can i fix?02:09
tewardbarraponto: that's a separate process.02:10
tewardbarraponto: i think this is an SRU thing, not a backport02:10
tewardbarraponto: you can request backports if you want, i can even file the req on your behalf, but... lets see SRU first02:10
wileeearooni-mobile, Have you looked in  settings-sound-output?02:11
barrapontoteward: thanks.02:12
wileeearooni-mobile, There is also alsamixer in the terminal02:12
arooni-mobilewileee, is that a program?02:14
arooni-mobilesettings-sound-output?02:14
wileeearooni-mobile, What desktop are you using?02:14
arooni-mobilewileee, whatever comes default in ubuntu 14.04 LTS02:15
arooni-mobilewileee, when i MUTE the speaker output in alsamixer02:15
arooni-mobileit gives me the desired effect02:15
arooni-mobilebut when i use the volume keys on my laptop / keyboard of mute/volume+up volume+down, the volume of speaker + headphone move in lock step02:16
Abhijiton 15.04, group for www-data is www-data and i can do chown -R www-data:www-data and run cron as user www-data right?02:17
wileeearooni-mobile, when you see word-word-word, it is go to the first find the seconand third from the second02:17
arooni-mobilegot it02:18
wileee;)02:18
kadiroarooni-mobile: install pavucontrol and try the again ( if your problem not solved )02:18
SolarNRGwhat's my administrative password?02:20
wileeeWhen helping here, make sure it's needed and not the need to help02:20
SolarNRGwait got it02:20
rredd4Booted into live cd with a mac, the try ubuntu or install ubuntu scren. I need to set nomodeset, pushing f6 does not bring me to the correct screen. No what?02:21
wileeerredd4, YOU need the earlier gui, try esc on powering on.02:22
wileeeor dhift02:22
wileeeshift*02:22
arooni-mobilewileee, so how can i get output on audio only from headphoens02:22
wileeeerr booting the disk or usb rredd402:22
wileeearooni-mobile, Mine changes from speakers to headphones when plugged in, what does yours do?02:23
rredd4wileee ok, as soon as it starts to boot the cd push esc?02:23
arooni-mobilewileee, kadiro just installed pavucontrol; seems to allow me to adjust volume and maintains audio output ONLY in my headphones02:23
wileeerredd4, Yes or shift, on a standard install that brings up the early gui.02:24
arooni-mobilebut it looks like i have to manually switch using pavucontrol whether i want audio output into headphones / speakers02:24
arooni-mobileis there a way for this switch to be automatic?02:24
wileeearooni-mobile, I'm done, your just flailing honestly.02:24
kadiroarooni-mobile: try in pavucontrol you will find a solution02:24
arooni-mobilewileee, i fail to see how;02:25
wileeeof course you don't02:25
arooni-mobilekadiro, the pavucontrol solves the problem;  i was just hoping that ubuntu would switch audio output automatically to *only* headphones when plugged in02:25
arooni-mobilebut the work around isnt that annoying02:25
=== fe is now known as Guest23713
kadiroarooni-mobile: the solution of wileee work too, i just give you a program do a job for you02:26
arooni-mobilewell i would just like audio to switch between speakers / headphones automatically, but at least i can switch the intput manually02:27
rredd4wileee holding esc key shows,  boot:02:27
wileeerredd4, I have never owned an apple so this was just what may work, there is a wiki, have you seen it?02:28
kadiroarooni-mobile: for that i'm not very experienced but may be something to do ( reconfigure alsa ) i think02:28
rredd4wileee no02:29
returnthisI can no longer change audio output. The output devices show up in the Sound control center, but selecting them does not change the output.02:29
wileeerredd4, YOu tried both keys mshift as well?02:29
wileeeshift*02:29
returnthisI installed skype, then realized that was dumb and did an autoremove.... I think that uninstalled something important02:29
rredd4Not shift yet02:29
returnthisis there a way to make sure all the default packages are still installed?02:30
wileeerredd4, If you are given two plans, try them both before repoting one does not work please.02:30
rredd4wileee I will tho02:30
wileee!mac | rredd402:30
ubotturredd4: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages02:30
kadiroreturnthis: it remove all unecessary package02:30
returnthiskadiro: right, but I suspect it removed something necessary02:30
wileeeretoaded, How did you uninstall it?02:31
returnthiscause my audio has been working fine for a long time. even with skype. then I autoremoved after uninstalling sky[e02:31
returnthisapt-get02:31
wileeereturnthis, How did you uninstall it?02:31
wileeeretoaded, sorry02:31
=== screedoz is now known as screedo
returnthisand then there was a lot of i386 pkgs that were suggested for removal, so I did autoremove02:32
returnthisand now I can not select output anymore, stuck on laptop speakers :(02:32
returnthisregardless of how it happened, any idea how I can figure out what I am missing?02:33
kadiroreturnthis: i don't understand all what you say ( my english is very bad ), you means you have no sound ?02:33
returnthissound working fine in default speakers. all output devices listed fine. can select differenout output device. but that does not change anything02:34
returnthisstill on laptop speaker02:34
kadiroreturnthis: i suggess pavucontrol may be that fix this problem for you too02:35
* returnthis tries02:35
returnthisah! mh Pro Dock audio is not an option02:36
returnthishuh02:36
kadiroreturnthis: so something work?02:41
m82labsIs it possible to turn "highlight to copy" back on in Ubuntu Gnome 15.04?02:42
=== root is now known as Guest41520
wileeem82labs, gnome fallback, shell?02:43
kadirogood night guys see you tomorrow02:45
daftykinshere's hoping not02:45
wileee!info xclip02:46
ubottuxclip (source: xclip): command line interface to X selections. In component universe, is optional. Version 0.12+svn84-4 (vivid), package size 16 kB, installed size 66 kB02:46
wileeeseems to be off system wide I see info on xclip as an alternative02:46
* wileee sticks m82labs with a sharp stick and yell wake up02:50
wileeeyell's02:50
* m82labs jumps up and pretends he wasn't sleeping.02:50
wileeeheh02:50
m82labswileee, shell02:51
wileeem82labs, I don't see much on this, never knew myself on or off, but here is a link, not sure if the answer you need. http://ubuntuforums.org/showthread.php?t=221131802:52
m82labswileee, I have been away from linux for a while, but every distro I have ever used in the past (invluding Ubuntu) defaulted to highlight = copy, middle-click = paste.02:55
m82labswileee, seems to no longer be the case.  Unless this issue is specific to Ubuntu-Gnome02:56
wileeem82labs, seems since xterm in the base control, might be something in gconf02:58
wileeeis in *02:58
wileeejust a guess though02:58
titocaldoi need more speedy in ssh03:01
titocaldovery vvery slow sending command03:02
Abhijittitocaldo, get better Internet connection?03:02
titocaldono03:02
titocaldointernet connection very speed03:03
zykotick9m82labs: i don't know the details, but i remember seen Gnome was removing that functionality at X version, perhaps ubuntu has reached that version?03:03
daftykins!br03:04
ubottuPor favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.03:04
Abhijittitocaldo, try ping to your target, and see how many ms it takes03:04
syshkhi03:08
daftykinslo03:08
syshk大家吃饭了吗03:09
daftykins!cn03:10
ubottu如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw03:10
syshkyes03:10
rredd4wileee the solution was on boot up, there are 2 icons at the bottom, push any key to go to boot options03:10
wileeerredd4, Heh, good job figuring it out. ;)03:11
syshkDid you eat?03:13
syshkIs there anyone to talk to?03:14
daftykins!ot03:14
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!03:14
daftykinsno chat here :)03:14
syshkWhat can you do?03:15
daftykinssyshk: like the factoid says, support questions here or chat in #ubuntu-offtopic :)03:17
soulisson_should i allow uncategorized web sites in a web filter?03:18
soulisson_oops sorry03:18
syshkThank you daftykins  for the first time I use Xchat03:20
=== corbe is now known as hohum
gabrielsalve03:27
syshk` .`03:31
zabearQuestion - I have read irc guidelines but did not see anything related - Is it netticquette to announce yourself when you log in- the first time, or should I just log in and start chatting?03:32
syshkm03:33
daftykinswell this is a support channel so you log in and ask support questions03:33
returnthiszabear: don't ask to ask, just ask03:33
daftykinschat is in #ubuntu-offtopic03:33
daftykinssyshk: stop hitting random keys please03:33
zabearBut I have asked03:33
daftykinsin an inappropriate channel yes :)03:34
Flannelzabear: Generally, just start talking.03:35
zabearIf this is an inappropriate channel, where should I go ? which channel?03:35
Flannelzabear: If you're looking for general chat, #ubuntu-offtopic is the place.  #ubuntu is just for Ubuntu-related technical support.03:36
daftykinszabear: i already answered that if you read ;)03:36
gartralhey all, problem here, I tried installing ubuntu in uefi mode and it won't boot, I've done the boot-repair and it says everything looks kosher03:37
zabearAt Flannel:   I need information relating to IRC use, but did not find answers in the irc info pages03:38
daftykinswhat kind of system?03:38
Flannelzabear: You can ask that in #ubuntu-offtopic too03:38
daftykinszabear: please take this to ^03:38
daftykinsit's not welcome here03:38
zabearOK03:39
zabearI did not know where to start03:39
Flanneldaftykins: relax.  We're getting there.03:39
Flannelzabear: Usually, you can either click on the #ubuntu-offtopic to join, or type `/join #ubuntu-offtopic` (without the backticks) and you'll join.03:40
daftykinsFlannel: now now, you can't read my emotions from text :)03:40
thetravMy ubuntu box has a single physical connection patched to a trunk port.  The trunk port defaults to VLAN 40.  I have installed the vlan package from apt-get to map an eth0.50 VLAN, however I'd like to also set up eth0 so it sends out untagged traffic.  Anyone know if that's possible?03:40
daftykinsgartral: so... what kind of system?03:41
gartraldaftykins: built it myself03:41
daftykinsgartral: is ubuntu the only OS?03:42
gartralyes, might maybe install 10 later03:42
daftykinsok that's backwards, always put Windows on first for the easy approach03:43
gartralwindows 10*03:43
daftykinsbut yeah not a good sign that you can't get it alone to boot03:43
daftykinslook if your motherboard has any newer BIOSs03:43
gartraldaftykins: to be fair, I don't have my 3tb disk yet03:44
daftykinsthat doesn't really mean much to me03:44
daftykins:)03:44
gartraldaftykins: I installed ubuntu on a external disk03:45
* daftykins blinks03:45
daftykinsexternally attached how?03:46
gartralUSB 303:47
zabearIs there another channel to go to for IRC netiquette - Ubuntu-off topic-channel has currently  no one there at present03:48
wileeezabear, Not supported here, but just act natural and respectful to others here, no real etiquette, every channel is different.03:56
Tex_Nickzabear: you might be looking for #ubuntu-offtopic ... but you should bring your netiquette with you ;-)03:57
wileeeKant says dignity and respectful always03:57
zabearhey - I appreciate advice - didn't mean to offend anyone - just did't know where to start - will now stop posting her - bye04:01
vrkansagaraany keboard expere here ..04:05
wileee!ask04:06
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 !patience04:06
rnat!patience04:07
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/04:07
vrkansagaraubottu: thanks04:08
vrkansagaramy spacebar perform as space And shift why?04:08
vrkansagaraalso my left shift work as tab + left shift04:08
ubottuYou're welcome! But keep in mind I'm just a bot ;-)04:08
=== KK is now known as KomputerKid
vrkansagaraubottu: sure04:09
vrkansagarai capture the xev code For the right shift is 65 space  62 Shift_R , i think this is a bug04:10
vrkansagarawileee: any idea04:12
vrkansagaracan't code this is really unknowing ...key strock04:13
=== Blaster is now known as Guest7139
Gotoleiwhat's the command to use to find out if a live boot is running in efi secure mode or not?04:30
zbinhalleo04:30
zbinI'm new guy!04:30
TravieYo04:31
Gotoleiin the process of installing 15.04 and i'm getting an error i didn't get in 14.04 http://i.imgur.com/x9zHqM1.png04:32
Gotoleis/error/warning04:32
jiachongliuhello04:32
milk_baseDoes ubuntu find and dual boot with windows 7,8,10 if windows is UEFI?04:33
wileee!uefi | milk_base04:33
ubottumilk_base: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI04:33
zoah!textlive04:34
Gotoleiit did in 14.0404:34
milk_baseGotolei: you did?04:35
wileeeGotolei, You might read that n=bot message as well04:35
carlosthejackal#THESENATE04:35
Gotoleiscrew it i'll just continue, last time i tried this channel it just got worse04:35
milk_basewileee: page does not answer my question04:36
milk_baseI mean what I ask, not anything between the lines.04:36
wileeemilk_base, Do the research, this is free help, and that is about as basic as it gets.04:36
milk_basewileee: stfu or be useful. That's how it works. I don't pay you to give me useless info. You could just as well link me pokemon pictures. You're wasting my time.04:37
wileeeit actually tels you it can bcd windows and uefi is the same on all windows since W704:37
wileeeNo read the answers with some intelligence04:38
pareshany body have wireless driver knowledge04:38
milk_basewileee: You can't just shit in someones face that's asking for help, and go "it's free hurr durr that's what you get". Rather not "help" at all.04:38
wileee!attitude | milk_base grow up04:38
ubottumilk_base grow up: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines04:38
milk_basewileee: I'm not american, I don't suffer from the I-require-respect-or-I'll-start-a-fight-at-mc-donalds-over-a-mc-nugget-or-shoot-you-syndrome. Just ignore me, as I'll ignore you solely because you're wasting my time.04:40
cincinatusparesh: a little. What's your question?04:40
pareshi am using atheros wireless chip. i want to set one global reg. domain04:40
wileeeparesh, Many, give the channel the issue and hardware pf the wifi. THe hardware is seen with a lspci in the terminal04:40
wileeeof*04:40
pareshso i can use in any country04:41
pareshcincinatus ?04:42
cincinatusparesh: sorry. No help here.04:43
wileeefunny thing, no ones ever paid anyone here, it is free volunteer help04:48
milk_basewileee: you're giving yourself too much credit. Help or leave it, it's your choice. But don't spam the channel with your whining or misinformation.04:49
phatlynxOpen question, do you think uefi is an improvement over bios if so why not04:50
squintymilk_base,  mature up or leave.  at least wilee is here day after day helping people.   where are you?04:50
somsipmilk_base: time to calm down now. stop with the abuse04:50
somsipsquinty: please do not join in the argument.04:50
milk_basesquinty: I'm here fairly often, helping, for the past.. let's see, 6 years.04:50
squintyrubbish04:51
milk_basesquinty: not at all.04:51
somsip!ops | ongoing argument getty petty04:51
ubottuongoing argument getty petty: 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, bazhang04:51
milk_basesquinty: and it doesn't change the validity of my argument, which indeed is valid.04:51
unloadingIm following this guide : https://www.digitalocean.com/community/tutorials/how-to-configure-secure-updates-and-installations-in-wordpress-on-ubuntu␣, at some point they setup a passwordless user. Why would you do that ?04:51
somsips/getty/getting04:52
cepHello04:53
tonyyarussounloading: No need to have one if it's not being used interactively.04:53
wileeeunloading, It's ssh.04:53
yrjcna we install lvm ovwe raid 604:54
yrjin ubuntu04:54
squintymilk_base,  if as you say have been here for six years , then you obviously know that abusive behaviour and swearing is not allowed in this channel04:54
squintybtw you on ignore here04:54
yrji need help on creating lvm over raid 604:55
yrjdo u all even answer queries04:56
unloadingtonyyarusso: wileee : and it would be a user who could do nothing to the box ? Except the wordpress directory ?04:56
somsipyrj: people who know the answer will answer if they can. It's quiet time on here right now as (generally) the west is asleep04:57
wileeeunloading, Not sure here, sorry about that.04:57
tonyyarussounloading: They could do whatever you let them do, as permissions / ACLs / SELinux / etc. are configured.04:57
yrji asked bcz it seems there is some fight goign on here04:57
somsipyrj: it's abated now. Just have patience and ask your question from time to time04:58
yrjsomsip: thanks04:58
yrj i need help on creating lvm over raid 6..05:01
ICantCookHi all,  is there a terminal command I can run to simply disable the mouse cursor in X11?05:02
ICantCookor to just hide it until it's moved or something like that?05:02
somsip!find unclutter05:03
ubottuFound: unclutter05:03
somsip!info unclutter | ICantCook05:03
ubottuICantCook: unclutter (source: unclutter): hides the mouse cursor in X after a period of inactivity. In component universe, is optional. Version 8-19 (vivid), package size 14 kB, installed size 76 kB05:03
ICantCookcool, thanks05:03
somsipICantCook: there might be something else similar that's better for your needs, but that's a start05:04
LambdaComplexCould check its source code and figure out how exactly it hides the cursor05:04
somsipICantCook: just checked, seems exactly what you want and I've just added it to my own desktop so thanks for the idea :)05:05
phatlynxUefi: improvement over bios?05:07
LambdaComplexphatlynx: I'd say so. It's nice that my motherboard actually comprehends booting to different operating systems rather than just saying "Hey, here's the boot drive! Let's look at the MBR"05:09
wafflejockphatlynx: http://www.howtogeek.com/56958/05:09
LambdaComplexphatlynx: If you want, you don't even need a boot loader with UEFI. You can just let the motherboard handle it.05:11
phatlynxLambdaComplex: the motherboard?05:13
=== christophe is now known as Guest47815
LambdaComplexphatlynx: Yeah, and use its boot menu to choose which .efi file you wanna load05:14
ICantCooksomsip: Thanks.  unclutter is working perfectly05:14
somsipICantCook: np05:14
phatlynxLambdaComplex: interesting05:17
LambdaComplexphatlynx: Of course, you can still use a boot loader. GRUB2, gummiboot (now systemd-boot), and rEFInd come to mind.05:17
LambdaComplexOh, and Syslinux.05:18
phatlynxLambdaComplex: thanks for the tip05:20
LambdaComplexphatlynx: No problem05:20
phatlynxLambdaComplex: if i have windows and ubuntu do they both need a efi boot directory on the -same- partition?05:25
LambdaComplexphatlynx: Yes, they'll both use the same EFI System Partition05:27
hooowhy the hell does eclipse always look broken on ubuntu and ONLY on ubuntu?05:28
LambdaComplexFor instance, I have /boot/EFI/Microsoft and /boot/EFI/refind05:28
hooois nobody of you using eclipse?05:28
HalfwitCorrect.05:28
hooowell ubuntu is unusable like this05:29
phatlynxLambdaComplex: Good call05:29
LambdaComplexWhat does "broken" mean in this case?05:30
LambdaComplexphatlynx: Assuming you installed Windows before Linux (which is generally the best way of doing it), you should already have a valid ESP05:30
LambdaComplexAlthough Windows only makes it 100 MiB, which is arguably a tad small05:30
cfhowlettphatlynx, this is a mac, yes??05:31
hoooLambdaComplex: the popup backgrounds are black and make the text unreadable many times05:31
somsip!info wmname05:31
ubottuPackage wmname does not exist in vivid05:31
phatlynxLambdaComplex: no a pc05:31
phatlynxcfhowlett: a pc05:32
cfhowlettphatlynx, refind is for macs ...05:33
LambdaComplexNo, that's refit05:33
cfhowlettLambdaComplex, refit is no longer made.  refind is the replacement05:33
LambdaComplexcfhowlett: And it works just fine on a pc05:34
phatlynxLambdaComplex: thsnks05:35
phatlynxcfhowlett: thnks05:35
cfhowlettphatlynx, happy2help!05:35
murchahi guys! is there anyway in ubuntu to get the health status of an nfs mounted partition?06:01
choiceGood Day! Is there a distraction free writing tool that comes with Ubuntu?06:03
cfhowlettchoice, gedit06:04
choicecfhowlett: im using that. its not distraction free. thats why i came here.06:04
cfhowlett!editors06:04
ubottuText Editors: gedit (GNOME), Kate (KDE), mousepad (Xfce4) - Terminal-based: nano, vi/vim, emacs, ed - For HTML/CSS editors, see !html - For programming editors and IDE, see !code06:04
choicedistraction free usually means: no border, no menu, no buttons, big whitespace around the text.06:05
Tex_Nickchoice: distraction >>> See Distracted06:17
choicei installed focuswriter. let's see if that one works...06:18
ashishhackerwifi06:18
choicelooks like it gets the job done.06:25
=== DEADB33F_ is now known as DEADB33F
=== Sho_ is now known as Guest91408
grahamsavage__what command do i use to open the terminal?07:01
sengkunihello07:02
Ben64gnome-terminal07:02
grahamsavage__Ben64, works great! much obliged07:03
grahamsavage__gnome-terminal --working-directory="/tmp"07:04
grahamsavage__is there anyway i can pump commands into it?07:04
CeralesDoes anyone know how the mtu is set if there's nothing in /etc/network setting it? I'm trying to figure out why my machines in AWS have their MTU set at 9001, rather than the more common 1500.07:04
grahamsavage__hmm opening a terminal window and running commands in it without it closing after seems impossible07:14
=== StefanH_ is now known as StefanH2
kazumi-kungrahamsavage: what terminal you running?07:19
kazumi-kuni'm using Gauke and can just use F10 to bring it down and move it away and still have commands running07:20
sinalokohi07:21
=== mudo_ is now known as mudo
=== StefanH2 is now known as [UPA]Stefan
kazumi-kunHey07:23
Cerales~07:24
kazumi-kunhow is every one this morning07:25
cannon2Cerales: https://www.flydata.com/blog/how-to-make-ec2-mtu-settings-compatible-with-amazon-redshift/07:27
GitGudgot me an ubuntu server today :)07:31
kazumi-kunwhat type of server07:32
cfhowlett!server | GitGud07:32
ubottuGitGud: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server07:32
kazumi-kunI run mine off a HP Micro server07:32
GitGud12.0407:32
kazumi-kun16GB ram07:32
GitGud768 GB ram07:32
GitGud768 MB ram07:33
GitGud*07:33
GitGud10 bucks a year07:33
=== Apachez_ is now known as Apachez
Idle84818what can virtual consoles be used for?07:56
somsipIdle84818: using the machine without a gui07:56
Idle84818so what is the difference between virtual console and virtual desktop?07:57
somsipIdle84818: one is for text input, and the other is a gui07:57
Idle84818got it! thanks07:57
ObrienDaveconsole = terminal07:58
Idle84818so technically when i boot up a pc i have like 5 different logins waiting rather than one?07:58
Idle84818a linux pc ofc07:58
hheeguys. i need player for mp3 and radio stream recording. which one can i choose?07:58
somsipIdle84818: if you have 5 virtual consoles on start, you can log in different users using alt-F{number} on each console07:58
Idle84818so if i only have one user its kinda pointless?07:59
somsipIdle84818: depends on your use case07:59
wafflejockIdle84818: it's good if something goes wrong with the X display GUI07:59
cfhowletthhee, open the software center.  search for yourelf.  don't be lazy.07:59
wafflejockIdle84818: or you need to monitor something in the background07:59
cfhowlett!mp3 | hhee07:59
ubottuhhee: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/12.04/ubuntu-help/media.html  - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats07:59
Idle84818ahh ok i get it07:59
ObrienDavehhee, vlc or banshee for mp3. audio-recorder for radio stream07:59
somsipIdle84818: say you search in links for a command, you could background it run the command and the bring it to the foreground again, or you could ALT-F2 run it there and ALT-F1 to switch back to links.08:00
hheecfhowlett: i not lazy but not found what i need :)08:00
cfhowletthhee, :)08:01
hheeObrienDave: tnx, checkout this08:01
Idle84818and are the individual virtual consoles refered to as TTY1, TTY2 etc?08:01
somsipIdle84818: yep08:01
Idle84818ok i got the picture now, thanks08:01
Idle84818how do i check if ufw is running?08:03
wileee!ufw08:04
ubottuUbuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo08:04
Idle84818i meant like a command for checking if ufw is running08:04
gox39hi people, I have a bluetooth based gaming controller (has the capability to connect as a keyboard and mouse device) that I have absolutely no problem with pairing it with my xubuntu host. but does anyone know how to pair and use the controller via the terminal ?08:04
wileeeThe firewall is managed using the 'ufw' command08:04
cfhowlettIdle84818, man ufw will explain08:04
wafflejockIdle84818: for ubuntu services you can use service like sudo service ufw status08:05
Idle84818ok thanks all, cya08:05
=== Bardezi is now known as Irikos
pandixxctuoio08:13
=== Irikos is now known as Bardezi
pandixxque es esto?..08:14
cfhowlett!es | Pandixx08:16
ubottuPandixx: 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.08:16
shreddingI have problems with an ubuntu machine timing out every day and i need to restart it. I have applied this one http://stackoverflow.com/a/10077302/333566 and see lots of ssh-agent lines in the kern.log - may that be related?08:17
vincenzomlHi there. I turned my vaio pro 13 into legacy mode since I don't have windows, and UEFI on vaio pro seems to be a bit peculiar. I had installed ubuntu on it in legacy mode with no pain at all. But now I want to reinstall, I already have also arch in legacy mode, and the usb stick does NOT boot in legacy mode08:19
vincenzomlI made the usb stick using the ubuntu 15.04 iso (actually ubuntustudio, but I guess it does not change anything) and unetbootin08:19
aldnavleechCan I ask something?08:24
aldnavleechI need help.08:25
MerwanOuddane_Go ahead08:25
aldnavleechI can't reach my login screen in Ubuntu 14.0408:25
vincenzomlSo the short version of my question is  "how do I make ubuntu boot in legacy mode from usb stick?" or else "if I install ubuntu in uefi mode, will it boot in legacy mode?"08:25
ObrienDavealdnavleech, what do you mean by "can't reach it"?08:26
MerwanOuddane_Does your screen stay black ?08:26
* vincenzoml reboots08:27
aldnavleechWhen I turn on my laptop it displays just a black screen and a mouse pointer. That's it. No login screen.08:27
ObrienDave!nomodeset08:27
ubottuA common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter08:27
aldnavleech@MerwanOuddane Yes. It stays black.08:28
spoothi08:30
spootgot that ubuntu php-nginx-sql server08:30
spootand I'd like it to be able to send mails08:30
spootbut I followed like 10 differents tutorials, and none of them has worked08:30
cfhowlett!server | spoot08:30
ubottuspoot: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server08:30
spoot!server08:31
aldnavleechObrienDave, MerwanOuddane you still there?08:31
wafflejockspoot: what'd you configure for handling sendmail?08:32
ObrienDave!nomodeset | aldnavleech08:32
ubottualdnavleech: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter08:32
spootwafflejock: postfix08:32
wafflejockspoot: also are you running this server on your local network going through an ISP?08:32
spootwafflejock: It's a digitalocean dropplet08:33
wafflejockspoot: I ask because Comcast blocks outgoing port 2508:33
wafflejockok08:33
aldnavleechok. let's see.08:33
spootwafflejock: I'm in switzerland so I don't know comcast, but I heard it's the devil08:33
wafflejockspoot: you heard right08:33
wileeenah just his brother08:33
Nicola-1980hi guys, anyone here using preseed to install ubuntu?08:34
spootwafflejock: but the server is located in Amsterdam according to digital ocean08:34
* ObrienDave has comcast xfinity. LOVE IT 105 Mb/s08:34
wafflejockspoot: http://flurdy.com/docs/postfix/#config-secure-auth this guide helped me get postfix configured and tested08:34
spootwafflejock: let's try this 11th tuto :)08:34
wafflejockspoot: heh yeah well would just jump to the troubleshooting since you already started setting things up and this one is pretty long/thorough08:35
spootwafflejock: I just desinstalled postfix and removed all the conf file to start with a fresh one08:36
Nicola-1980I'm dealing with partitioning. I've an hd partitioned with LVM (CentOS) and I want to overwrite it with an Ubuntu with standard partitioning. I've tried using "partman-auto/expert_recipe" but it doesn't seems to work :(08:36
=== rendszergazda is now known as Guest23764
spootwafflejock: first fucked up thing : the tutorial ask me to modify the existing things in the main.cf of postfix, but they do not exist :/08:38
wafflejockspoot: if you're just trying to get this sending out mail you might be better off configuring with this http://linuxconfig.org/configuring-gmail-as-sendmail-email-relay postfix is definitely a pretty robust solution and lets you setup spam handling and virus scanning and all and lets you customize the accounts and forwarding etc08:38
wafflejockspoot: if you aren't actually trying to get a full blown email server though and just need to send out it's probably overkill08:39
spootwafflejock:yeah, I just want my websites to sometime send a few notifications by mail08:39
spootwafflejock: and only to admins08:39
somsip!info sendemail | spoot (very simple gmail sender)08:39
ubottuspoot (very simple gmail sender): sendemail (source: sendemail): lightweight, command line SMTP email client. In component universe, is optional. Version 1.56-5 (vivid), package size 28 kB, installed size 124 kB08:39
wafflejockspoot: k in that case I'd suggest skipping on postix and just using sendmail configuration08:40
aldnavleechwe're lost08:41
spootsendemail is not sendmail ?08:41
aldnavleech:(08:41
somsipspoot: no08:42
cfhowlettdetails matter08:42
MichaelTiebeslgood afternoon...where can i found a working ppa to update chromium in ubuntu?08:43
somsip!ppa | MichaelTiebesl08:43
ubottuMichaelTiebesl: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge08:43
spootcfhowlett: that's what she said !08:43
spoot!sendmail | spoot08:43
spootubottu is pretty friendly :)08:44
ubottuspoot: I am only a bot, please don't think I'm intelligent :)08:44
spootubottu:that's what she said !08:44
ubottuspoot: I am only a bot, please don't think I'm intelligent :)08:44
ObrienDaveno bot abuse ;P08:45
Nicola-1980so none using preseed installation?08:46
kokutHello, i'm getting "Failure to download extra packages"08:49
kokutsorry, "Failure to download extra data files" when trying to download flashplugin-installer08:49
kokutIf i click on Run this action now it does nothing.08:49
ObrienDavekokut, in terminal, sudo apt-get update && sudo apt-get dist-upgrade08:50
kokutdist-upgrade?08:51
shreddinghow can i change a www-data:www-data group to deployer:www-data as deployer (who's in the group www-data)?08:51
ObrienDavekokut, yes08:51
Tzunamiisudo apt-get update && sudo apt-get upgrade && sudo apt-get install flashplugin-installer && echo "I rock!"08:51
somsipshredding: chown -R deployer08:51
spootwafflejock: so, I have to put stuff in sendmail.mc , after the first "MAILERS" definitions line08:52
shreddingsomsip: chown: changing ownership of ‘myfile.txt’: Operation not permitted08:52
spootwafflejock: is this line the "MAILER_DEFINITIONS" one ? or the one going after ?08:52
vuurdraakHi everybody o/, Ubuntu 14.04 LTS, when I try to open a .txt file, it doesn't open on clicking it, there is no "open" also when right clicking, and i always need to use "open with" to open it and then do 2 clicks to open it with gedit (which is set as default to open) as only libre ofice is shown first as option. why does the txt file not simply open ?08:53
shreddingthat does only work if he's the owner.08:53
somsipshredding: try with sudo08:53
spootwafflejock: http://pastebin.com/pDRYa6Mh08:53
shreddingsomsip: But i want to do it as deployer.08:54
shreddingIt's part of a deployment script08:54
somsipshredding: you cant change something that doesn't belong to deployer, to being owned by deployer, without sudo08:55
shreddingsomsip: Ok.08:55
Tzunamiishredding: You can give that specific user a very specific right to use sudo for one specific command.08:56
shreddingsomsip: So i can't chmod as well?08:56
somsip!permissions | shredding08:56
ubottushredding: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions08:56
shreddingTo give you context: I have a web application that generates cache files as www-data:www-data. I want to flush the cache after deployment.08:56
vuurdraak!hugs ubottu08:56
wafflejockspoot: yeah not sure about that really been a while since I set that up myself maybe can get help from someone else on here if it isn't working08:57
somsipshredding: add deployer to www-data group? Change the /cache directory to :deployer?08:58
grahamsavage__hey does anyone know how to open gnome-terminal and run a command and then just leave the terminal window open as if it was opened by the user?08:58
wafflejockspoot: just know it took days to configure postfix properly and have configured sendmail in a few minutes before and had it working sending out through gmail08:58
shreddingsomsip: Yes, that works.08:58
shreddingcool08:58
wafflejockgrahamsavage__: add an &08:58
spootwafflejock: Thank you :)08:59
wafflejockgrahamsavage__: like, firefox &08:59
wafflejockspoot: np good luck, gotta get to bed here08:59
grahamsavage__gnome-terminal --title=Package --working-directory="/tmp" -x 'ls -al &' << like so?09:00
vuurdraakgrahamsavage__, you can tell a terminal window to not close when it's done09:00
vuurdraakgrahamsavage__, forgot where u have to set that though09:00
grahamsavage__vuurdraak, yeah i tried that through profiles, but it still didn't return control the user09:00
grahamsavage__i've been scouring google, i haven't found a solution that works09:00
somsipgrahamsavage__: would screen be an option for you?09:01
somsip!info screen | grahamsavage__ (though I prefer tmux myself)09:02
ubottugrahamsavage__ (though I prefer tmux myself): screen (source: screen): terminal multiplexer with VT100/ANSI terminal emulation. In component main, is optional. Version 4.2.1-3 (vivid), package size 529 kB, installed size 1017 kB09:02
grahamsavage__yeah maybe... if it does the same stuff terminal does09:02
grahamsavage__i can give it a go09:02
somsipgrahamsavage__: I'm not sure what your use case is, but it;s good for keeping commands/output available for later09:03
vuurdraakanybody have an idea why, my .txt files do not open with the default aplication (gedit) when clicking on them in nautilus ? the open command is not in the right click menu also, what could cause this ?09:03
vuurdraakonly ope with09:03
vuurdraakopen*09:04
spoothello09:09
spootcan't make sendmail work with a gmail account, the fuck ? :/09:10
spootfollowed http://linuxconfig.org/configuring-gmail-as-sendmail-email-relay09:10
spootand it's just not working and not saying anything, what cna i do ?09:10
somsipspoot: please keep the language fmaily friendly in here. And I suggested something simpler than sendmail09:11
spootsomsip: Ok, I'll try the sendemail thing now :)09:12
spootsomsip:but can I use sendemail as php mail sender ?09:14
somsipspoot: from memory it uses the same API as sendmail. Check the man page09:15
spootsomsip: got the man page, but what can i check on it ? how can i check if it has the same api as sendmail ? what does it implies ?09:19
bgaganHello09:19
bgaganquit09:19
somsipspoot: read the help. I could be wrong but I thought it said somewhere that it was compatible with sendmail CLI http://caspian.dotconf.net/menu/Software/SendEmail/09:21
spootcan't make sendemail working, it says timeout, on gandi's mailserver, and on gmail mailserver09:31
spootwhat could i do wrong ?09:31
bgaganHi Spoot09:31
spoothi bgagan09:32
bgaganI'm not sure if I Can help..09:33
bgaganbut what exactly are you trying to do..09:33
bgagan?09:33
spootbgagan: I want php to send mail on my ubuntu server09:33
spootbgagan:followed now 12 tutorials about sendmail, about postfix, and someone told me the easy solution is maibe sendemail09:34
bgaganand you are using Gmail Credentials .. are you?09:34
spootbgagan:but i can't make it work09:34
spootbgagan:gmail creditentials ?09:34
damonlilahey there, can someone tell me whats the key for autp suggestion of folder in the terminal ? ^09:40
EriC^^tab09:40
damonlilagreat thx :-)09:41
EriC^^np09:41
ArcKadiaPlop.09:47
=== pv2b_ is now known as pv2b
gox39hi people, I have a bluetooth based gaming controller (has the capability to connect as a keyboard and mouse device) that I have absolutely no problem with pairing it with my xubuntu host. but does anyone know how to pair and use the controller via the terminal ?10:04
Aussie_mattHi all: can anyone help me resize/adjust/configure my desktop? it's too wide for the scrren, I'm unsure how to change10:05
=== paul-kk1 is now known as paul-kk
OmiKrOnGreetings. Any idea where from I can download the mini.iso image for ubuntu 14.04.2 ?10:12
EriC^^!mini10:13
ubottuThe Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD10:13
OmiKrOnEriC^^:I did that, but managed to install .3 instead of .210:14
EriC^^ok..10:15
EriC^^why do you need .2 and not .3 ? when you update it'll become .310:15
bgaganNOTE: Helped a user fix Sendmail Issue10:15
bgagan:)10:15
blablahi how can i make a music server using ubuntu, i want to be able to ssh from my iphone to change music as it is a headless server10:16
david__you might want to look at cmus and cmus-remote10:18
Fohlenis it a bad approach to use source in an upstart script?10:18
FohlenI need to switch in a python-virtualenv to execute some stuff, maybe using bashrc is better10:19
Aussie_matthi guys: how can i adjust resolution? Im normally a mageia boy, but they don't have an arm port, so I'm giving ubuntu a run10:21
=== mk is now known as Guest55230
OmiKrOnEriC^^:how is that relevant to my question?10:25
cbg0I'm trying to get tmpreaper working from crontab, but it's not doing anything. When I run the command manually it seems to work. I do see a log in syslog like Aug 12 09:07:01 localhost CRON[21558]: (root) CMD (tmpreaper -m 8h [...]) so I think it runs but it's not removing any files.10:26
OmiKrOncbg0:maybe you are running it with the wrong user10:27
EriC^^OmiKrOn: cause it's kind of stupid10:27
EriC^^if you want a machine to talk to you /msg ubottu10:27
cbg0OmiKrOn: it's running as root.10:27
EriC^^expect answers like this in an irc channel10:27
OmiKrOnEriC^^:you are not making any sense, instead you are showing as an arrogant prick10:28
EriC^^OmiKrOn: no, i was saying why do you need .2 release precisely and not .3? and after you install it will upgrade to .3 anyways10:29
uruk77somebody know javascript?10:29
EriC^^so it's like you're doing something or going about it the wrong way.. and you kept being literal and "answer - my - exact - question - plz"10:29
OmiKrOncbg0:maybe use MAILTO var and see if there is any kind of output like permission errors or something10:30
Johnny_LinuxEriC^^  is a pretty nice fella, i dont know where you get that from OmiKrOn10:30
OmiKrOnEriC^^:sorry I kindof missed that line10:30
EriC^^np10:31
EriC^^OmiKrOn: so why do you need .2 and not .3?10:33
sentencedhi, can someone help with vpn in 15 Ubuntu? I've tried OpenVPN module from appcenter but it won't allow me to save connection or load config files, i also tried strongswan but it's shutting down with connect timeout error10:34
EriC^^OmiKrOn: i don't think there's a mini .2 , because when you use the mini it installs the latest packages from the online repos, so it'll be .310:35
OmiKrOnEriC^^:yea. The background here is to create a base image for the software we are offering. It is most needed because or QA process uses .2 and, also, in conjunction with locking up automatic updates for a few packages via apt10:35
EriC^^oh10:36
OmiKrOnall right, I think I just might download the 14.04.2 full iso and that would be it :)10:37
EriC^^ok :)10:38
EriC^^it's in old-releases.ubuntu.com i think10:38
OmiKrOnEriC^^:  thank you and sorry for the earlier upset episode10:38
EriC^^no worries and no problem10:38
KrisDouglasOmiKrOn, http://old-releases.ubuntu.com/releases/trusty/10:39
hakamybsask: does Bijiben have online synchronization?10:41
badbodhafaik nope10:43
Bilzi'm not sure if this is cisco related or ubuntu related. but i am using a cisco vpn in ubuntu and eeven though I'm connected my IP does not change when I browse - and I can't access certain journals because of this. any ideas why this might be?10:46
kokutHello, i'm working on something in gimp and it crashed and its all greyed out im about to lose 5 hours of work please anyone knows how to remove the greyed out !!?10:47
kokuti can see it right there please anyone10:47
kokutits all grey i need the colors!!10:47
jbermudesWhen you plug a USB drive into Ubuntu, then choose to "safely remove" with Unity, what is it doing differently than a mere umount?10:48
BotchlaBjbermudes: http://unix.stackexchange.com/questions/178638/eject-safely-remove-vs-umount10:49
BotchlaBjbermudes: That links to http://ubuntuforums.org/showthread.php?t=1301556 which apparently claims that for a USB flash drive, it's equivalent.10:50
kokutnvn10:50
kokutnvm10:50
jbermudesBotchlaB: So then if you want to make an image of a drive with dd, I should umount the partitions and not simply eject or else I'll cut off the power to the drive?10:53
BotchlaBjbermudes: As per that last link, the problem is that "Eject" is confusing terminology for USB flash drives; that's generally for optical (CD/DVD/BD) drives.10:54
BotchlaBjbermudes: And it seems that that option being available for USB drives is some sort of oversight.10:54
jbermudesBotchlaB: Well, in later versions of Ubuntu they merged it back into simply "safely remove", but anyway, I just tried to DD and sure enough it couldn't find the drive cause Unity ejected it, so I guess I'll just umount. Thanks10:58
BotchlaBjbermudes: I see.10:58
BotchlaBjbermudes: No problem.10:58
jbermudess/ejected/powered down/10:58
BotchlaBAhhh, OK, you meant 'powered down'. I get you now. I thought you meant the menu option that said "Eject". :)10:58
jbermudessorry, it's a bad habit from my Windows days :P10:59
=== dearn_ is now known as dearn
IlubsUbuntuHow do I get rid of the error ImportError: /lib/x86_64-linux-gnu/libselinux.so.1: undefined symbol: pcre_free_study10:59
BotchlaBYeah, 'eject' seems to imply something being physically ejected -- like an optical drive tray. Hence my confusion. :P10:59
IlubsUbuntuI humbly beg for help11:01
k1lIlubsUbuntu: from what command11:02
IlubsUbuntuI am trying to install the startech USB KVM adapter11:03
IlubsUbuntuI have installed the package, but when I try to run "usb-crash-cart-adapter" I get that error11:03
Ice_StrikeHow to enable remote ubutnu like vnc?11:04
IlubsUbuntuk1l:  full output of error is http://pastebin.ubuntu.com/12060941/11:04
IlubsUbuntuif you can help me resolve this issue, I will name my firstborn after you11:05
rkhello11:06
k1lIlubsUbuntu: sudo apt-get install libpcre3 login11:07
IlubsUbuntuk1l: it didn't work :(11:10
k1lIlubsUbuntu: i dont know then11:10
* IlubsUbuntu hangs himself. Thank you for trying11:11
AlexPortableHow can i get my built in subwoofer to work?11:11
gox39Hi people, can someone assist me with pairing my bluetooth controller with the help of the bluez- command tools ? I did a "$ sudo bluez-test-input connect xx:xx:xx:xx:xx:xx " but the problem is that there is no js0 device created in the /dev/input folder11:11
gox39can someone help11:11
gox39i followed these steps: http://stackoverflow.com/questions/30481198/using-ipega-bluetooth-gamepad-with-retropie11:17
KrisDouglaskokut, always save regularly.11:17
rkhy, can someone help me? i want ddos a website..11:22
rkwho know channel for ddos?11:22
badbodhrk, join ##TopChat. this channel is for ubuntu related issues only11:23
=== Home_ is now known as strawhatsai
kokutrk: are u kidding buddy11:25
rklol11:26
AlexPortableHow can i get my built in subwoofer to work?11:27
xxdkxxHi11:30
jeffreylevesqueMy python flask server is started via upstart script.  How can I definitely determine the current working directory.  I'd like to resolve - https://github.com/jeff1evesque/machine-learning/issues/2042#issuecomment-13024263011:31
AlexPortableanyone?11:34
barrapontoteward: thanks for the quick package release!11:34
minimecAlexPortable: You have to be more specific. Do you have a matching soundcard? What did you do until now? Did you try some software settings?11:37
minimecAlexPortable: Oh it's built in. What exact type of machine is that? Model number?11:38
AlexPortableminimec: i tried software settings but they are all for Asus laptops. Matching soundcard no idea, on windows it works. Laptop is a medion esomething11:40
ubuntufiedHello, what's the first step to install the new ubuntu opestack distro after collecting the hardware? Just normal ubuntu server OS installation then following the guide?11:41
ActionParsnipubuntufied: what is the output of: wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh --upload11:42
ActionParsnipAlexPortable:  what is the output of: wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh --upload11:42
ActionParsnipubuntufied: sorry, wrong target11:42
=== michail is now known as Guest74720
ubuntufiedActionParsnip: No probs I was wondering, what openstack has got to do with alsa sounds :D11:43
AlexPortableActionParsnip: what will that do?11:44
=== Guest55878 is now known as IdleOne
ActionParsnipAlexPortable: give a lot of information about the sound setup of the system11:45
ubuntufiedHello, what's the first step to install the new ubuntu opestack distro after collecting the hardware? Just normal ubuntu server OS installation then following the guide?11:45
AlexPortablewhat wil --upload do?11:46
ActionParsnipAlexPortable: send it to the alsa project and make a URL for you, like a pastebin11:46
ActionParsnipAlexPortable: the script is mentioned here https://help.ubuntu.com/community/SoundTroubleshootingProcedure11:46
minimecAlexPortable: ok. so you have one of these subwoofer modules that can replace the DVD-drive? is there any difference in the output of lspci before/after you plugged it? Could you show us the difference if there is one?11:46
AlexPortableminimec: no i have a built in, not a dvd drive replacement11:47
AlexPortablei cant unplugit11:47
AlexPortableits next to the sd carslot11:47
minimecAlexPortable: OK. IS it mentioned in 'lspci'?11:47
ActionParsnipAlexPortable: run the command and paste the generated url in the channel please]11:48
AlexPortable00:1b.0 Audio device: Intel Corporation ValleyView High Definition Audio Controller (rev 0e)11:48
AlexPortabledont think this one is it11:48
k1lAlexPortable: what is the issue with running the command so people who try to help get that much informations they need and not only what you think is important?11:49
AlexPortablethat my lapop is a bit too slow atm11:50
AlexPortablehttp://pastebin.com/tvBjunWm11:52
ubuntufiedHello, what's the first step to install the new ubuntu opestack distro after collecting the hardware? Just normal ubuntu server OS installation then following the guide?11:52
ActionParsnipAlexPortable: you have chopped the top off the output11:52
AlexPortableoh11:53
ActionParsnipAlexPortable: if you just run the command as, you will win11:53
lord4163Please recommend me a good remote desktop solution.11:53
ActionParsniplord4163: what are you intendingto do on the remote system? what OS is being connected to? what OS is being connected from?11:54
subz3r0xrdp11:54
lord4163ActionParsnip: Help my mom when she's stuck and do remote administration, Ubuntu MATE.11:55
lord4163ActionParsnip: I have to see her desktop11:55
ActionParsniplord4163: what OS is the server and client, or are they both the same?11:55
lord4163ActionParsnip: Arch on my workstation, Ubuntu 14.04 MATE on my moms laptop.11:56
AlexPortableActionParsnip: to who should i send it?11:56
ActionParsniplord4163: if its over LAN then VNC is fine, you are using MATE so Compiz isnt stinking the place up11:56
ubunuhello11:56
ActionParsnipAlexPortable: just post the generated URL in the channel11:56
lord4163ActionParsnip: no over the internet.11:57
AlexPortableis the kernel verison really that important?11:57
ActionParsniplord4163: teamviewer runs in Linux, you can VNC through an SSH tunnel11:57
lord4163ActionParsnip: Just like teamviewer, but not proprietary garbage please :)11:57
ActionParsnipAlexPortable: yes11:57
AlexPortableActionParsnip: why11:57
ActionParsnipAlexPortable: its all important, otherwise the people who make the sound subsystem in your OS wouldnt have the text as part of their script.11:58
lord4163ActionParsnip: VNC, but that spawns a new x session right?11:58
ActionParsniplord4163: it can, or it can connect to the running session11:58
lord4163ActionParsnip: do you have a good guide on setting that up?11:59
ActionParsnip!vnc | lord416312:00
ubottulord4163: 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 !FreeNX12:00
gayanhow clean running memory dump12:00
k1lgayan: can you give more details?12:01
ActionParsnipgayan: can you extend the question please?12:01
lord4163ActionParsnip: FreeNX can't connect to an existing x session?12:02
=== snypxzz is now known as Lynkzz
gayani want to clean memory registry12:03
ActionParsniplord4163: not sure, have a look see online. Youtube may have answers too12:03
ActionParsnipgayan: If you want to clear the RAM, just reboot12:03
ActionParsnipgayan: you can clear disk cache with a command12:03
k1lgayan: you mean you have a full ram?12:04
gayanyes12:05
ActionParsnipgayan: what is the output of:   lsb_release -a; uname -a; free -m12:06
ActionParsnipgayan: you can use http://pastie.org to host the output12:06
ActionParsnipgayan: and you won't spam the channel12:06
ActionParsnipgone....12:09
ActionParsnipAlexPortable: still awaiting that URL..12:09
k1lAlexPortable: ok, i dont know what you are trying to hide. but it seems you dont use a ubuntu so please ask the proper support, then.12:11
pitastrudlhow do i install teamspeak as a program? running it as a script isnt so conventional12:13
pitastrudlubuntu 14.04 lts12:13
ActionParsnippitastrudl: you can make a .desktop to launch the script12:14
pitastrudlahh12:14
pitastrudlty12:14
=== Mathis|2 is now known as Mathis
lord4163ActionParsnip: Why does a simple thing have to be hard?12:16
ActionParsniplord4163: it is simple..12:16
ActionParsniplord4163: have you check youtube for guides12:17
lord4163ActionParsnip: I installed vino, but it won't connect12:17
ActionParsniplord4163: can you ping the server ?12:20
lord4163ActionParsnip: sure12:20
Ben64on my computer you need to run vino-preferences to set it up first12:21
BluesKajHiyas all12:23
lord4163Ben64: I set that up12:25
chrisn_hello all.  i have created a bunch of sftp users on a server who can only access their homedirs.  I would like to create a user that can access all of their homedirs.  what is the best way to accomplish this?12:35
chrisn_like creating a user that has access to all of /home, for example12:35
TJ-chrisn_: make the 'super' user a member of all the other user's groups, then maybe bind-mount the individual home directories under the 'super' user's home directory?12:37
=== mystic is now known as srini
=== ytixdecaf is now known as LelzNOT
ActionParsnipchrisn_: or symlinks...12:45
=== LelzNOT is now known as lelzNOT
diasudo -i12:46
dhruvalhi guys12:49
dhruvalhello hello hello12:49
EriC^^hello12:49
jjavaholicwhich name was previous to Vivid12:50
EriC^^utopic12:50
k1ljjavaholic: utopic, since its the letter in front of V12:50
k1lbut utopic is already end of live now.12:51
catphishi've just added a ppa, but for some reason, my system is preferring the version of the package from ubuntu, rather than the ppa version, how is this decision made? what might i be able to do about it?12:55
catphishhere's the information: http://paste.codebasehq.com/pastes/ojcm3x581lc77yuu6412:55
OerHekscatphish, what ppa exactly?12:56
OerHeksand what version are you on?12:56
catphishOerHeks: 1:1.2.7-1ubuntu1 from the ubuntu repo is installed12:57
catphishthe ppa is ppa:keepalived/stable12:57
Carolinhey all12:57
kadirohello12:57
OerHekscatphish, and  ubuntu version ?12:57
CarolinIf all command line programs are run via the shell - why dont programs like top show the program name as 'shell'12:58
Carolinor 'bash'12:58
catphish14.04 (trusty)12:58
OerHekscatphish, https://launchpad.net/~keepalived/+archive/ubuntu/stable says newer version available ..12:58
OerHeksold ppa12:58
kadiroCarolin: good question12:59
chrisn_thanks TJ- :).  i don't know why i didnt think of adding the user to the other users' groups12:59
catphishOerHeks: i can see that, but why does it think "1:1.2.7-1ubuntu1" is newer than "1.2.13-0~276~ubuntu14.10.1"12:59
catphishclearly 1.2.7 is not newer (in feature terms) than 1.2.1313:00
catphishOerHeks: but maybe there have been backports to the ubuntu version that make it seem newer?13:00
catphishOerHeks: so my original question remains, how does ubuntu make the decision which version is "better"?13:02
EriC^^catphish: type apt-cache policy keepalived13:02
catphishEriC^^: http://paste.codebasehq.com/pastes/x9sfayvpxdobyph3a213:03
=== marianne is now known as Guest74274
Guest74274hi guys... running 14.04 and I can't figure out how to not show hidden files. I know you can go to view and uncheck the option, but they're back again every time I open the folder... how do I make them stay hidden until I need to look at them?13:05
kadirocatphish: the 1:1.2.7-1ubuntu1 is from ubuntu ( software manager ) but 1.2.13-0~276~ubuntu14.10.1 is from ppa's13:05
catphishkadiro: correct13:05
Guest74274ummmm... never mind, finally found the option13:05
catphishkadiro: but why is the ubuntu source preferred?13:06
kadirocatphish: that why ubuntu choose the trusted one as newely13:06
Kaihey guys13:06
Kaiwhy does ubuntu touch have phone and messaging apps on a nexus 7?13:06
catphishkadiro: i don't understand13:06
catphishkadiro: surely it doesn't *always* prefer ubuntu sources over 3rd party sources, that would make PPAs pointless13:07
=== muindor|2 is now known as muindor
EriC^^catphish: maybe it has to do with the priority: extra?13:07
EriC^^nevermind13:07
catphishi don't know :(13:07
kadirocatphish: fore some reasons ubuntu choose the original source as prefered but not always ( may be something about dependencies or political .. )13:08
EriC^^catphish: try sudo apt-get install keepalived=<version>13:08
kadiroi have the same problem in a past13:08
catphishEriC^^: that works - "The following packages will be DOWNGRADED"13:09
EriC^^heh13:09
EriC^^*shrug*13:09
catphishof course, now every aptitude upgrade tries to upgrade it back :(13:10
mcphailcatphish: look at how those packages are numbered, particularly the punctuation13:10
catphishmcphail: that was my suspicion, i didn't understand the 1: format though13:11
ashmanIs Ubuntu Server 14.04 version Debain Wheezy?13:11
marianne_Hi guys, I know this is a hardware question, but what kind of surge protectors do you guys use? I'm thinking of upgrading mine since I live in an area where there are frequent lightning strikes13:12
mcphailcatphish: all you need to understand is the package manager thinks anything with 1: is newer than anything with 1.13:12
mcphailcatphish: ask the PPA maintainer to sort out the numbering and you should be fine13:12
catphishmcphail: sure, though it seems worth understanding the meaning of 1: :)13:13
mcphailcatphish: there isn't any significance - just how the package maintainer chose to number it13:14
catphishmcphail: oh ok13:14
PsciCOdeliXHAthello guys, I need some help. I have instelled ubuntu about a month ago, and I getting the one problem with apt, it don't work, don't matter what i do, always it return the same erro,dpkg: error processing package runit (--configure):  sub-processo script post-installation installing reto an erro 113:16
PsciCOdeliXHAtany ideia??13:16
EriC^^PsciCOdeliXHAt: try sudo apt-get -f install13:16
EriC^^did you checksum the .iso you used?13:17
PsciCOdeliXHAt runit E: Sub-process /usr/bin/dpkg returned an error code (1)13:17
EriC^^apt never worked?13:17
PsciCOdeliXHAtEriC^^:  it worked...13:17
PsciCOdeliXHAtworked for one month13:17
EriC^^oh ok13:17
PsciCOdeliXHAtreturning:  runit E: Sub-process /usr/bin/dpkg returned an error code (1)13:17
PsciCOdeliXHAtalways13:17
=== erwin_ is now known as easyOnMe
Harishello all13:18
EriC^^PsciCOdeliXHAt: try sudo apt-get install --reinstall runit13:19
kadiroPsciCOdeliXHAt: I have this problem for 8 mounth or more but trying to see where is the problem i found one ppa cause that ( for me of course ) may be the same of yours13:20
OerHeksPsciCOdeliXHAt, on what ubuntu version, vivid ?13:24
=== db_ is now known as Guest61512
PsciCOdeliXHAtUbuntu 14.04.2 LTS13:25
k1l_PsciCOdeliXHAt: put all the output from "sudo apt update && sudo apt full-upgrade" into a pastebin13:26
k1l_!paste | PsciCOdeliXHAt13:26
ubottuPsciCOdeliXHAt: 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.13:26
Guest61512i install win10 ,how to use grup boot win1013:26
Guest61512and grub2 has win7 boot menu13:27
Guest61512how to change it to win1013:27
PsciCOdeliXHAtthanks..Just a moment13:27
TJ-PsciCOdeliXHAt: I'd suspect the fault is to do with 1 or more packages that *depends* on 'runit' - possibly because they've altered the runit config files which causes the runit postinst script to fail13:28
kadiroGuest61512: with update-grub if not manually change it in /boot/grub/...13:28
OerHeksPsciCOdeliXHAt, same issue  http://askubuntu.com/questions/630166/error-on-apt-get-upgrade-and-install-runit-package13:28
TJ-PsciCOdeliXHAt: which packages did you install that require unit (get a list of the packages that *do* depend on runit using "apt-cache rdepends runit" and figure out which are installed)13:29
denis_hi all13:29
Guest61512ao13:29
kadirohi13:29
Guest61512ok13:29
kadiroGuest61512: dont forget sudo before update-grub13:30
Guest61512ok13:31
Guest61512thank you13:31
kadiroyou welcome Guest6151213:31
denis_anyone with any country?13:31
kadirodenis_: i'm from algeria, but the point? :)13:32
kadirowhat's*13:32
cfhowlettdenis_, according to wikipedia, there is no country named "any" ...13:32
kadirololl cfhowlett13:32
=== kadiro is now known as kadiro-mama_afri
kadiro-mama_afrithe max of nickname is 1613:35
TJ-PsciCOdeliXHAt: this should give you the installed package indication: "dpkg -l $(apt-cache rdepends runit | awk  '/^ / && ! /runit:/ {gsub(/^\|/,"",$1); print $1}') "13:36
=== kadiro-mama_afri is now known as kadiro-africano
Guest61512how to change grub2 to default boot program13:46
hateball!fixgrub13:47
ubottuGRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub213:47
Guest61512i mean13:48
Guest61512i can boot from windows13:48
Guest61512and go to grob213:48
Guest61512i want to13:49
Guest61512delete on13:49
k1l_Guest61512: can you please put in a few sentences what you got and what you want to change? i still dont get what the issue is13:49
Guest61512ok13:50
MoPacHello. I'm looking to report a bug regarding processor power managment (CPU freq is stuck on resume from suspend). I'm looking for advice on whether I should start by reporting this against pm, against the kernel, or against cpupower or whatever that equivalent package is? I use the cpufreq-indicator thingy, though I guess I sort of doubt it's responsible itself13:51
MoPacI've been on some long runarounds with bug reports before, and I want to make sure I'm gathering the right information the first time and don't end up having to re-do lots of tests and log dumps and the like13:52
TJ-MoPac:  I'd think start with "linux" are let bug triage figure out if it needs to be reallocated, based on further investigation13:52
gajoola13:52
Ice_StrikeI have enabled Desktop Sharing and I connect via VNC13:52
anabainnfs question: I've got a dir /media bound through /etc/fstab with rbind option to the dir /shared/media (777, root:root). I can list/shared/media contents at the server, but not in the client, which mounts the share under /home/user/server. Also at the client, I can, however, access to the /home/user/server/home_user contents. I have the same reversed configuration between these two boxes, and everything works fine. What's the problem? (e13:52
anabainxport options are, in both cases:  /shared  client_ip(rw,sync,fsid=0,no_subtree_check,no_root_squash,crossmnt)  ;  user and UID are the same)13:52
gajoalguem de portugal?13:52
Ice_StrikeI get error:13:52
Ice_Strike"Unable to connect to VNC Server using chosen"13:52
cfhowlett!pt | gajo13:52
ubottugajo: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.13:52
Guest61512There win10 and ubuntu of groub2 two boot program , can be used, but I want to keep one13:53
MoPacTJ-: If I'm going to report against "linux", is it nevertheless best to do that in Launchpad just like a normal bug? Or do I also have to pretty much resign myself to doing an upstream/mainline test and including that up front?13:53
gajo"/join#ubuntu-pt.13:53
MoPacTJ-: I realize that's two questions -- launchpad over kernel bugzilla or whatever? and (2) go ahead and do the mainline kernel thing or wait to be told to do that?13:53
gajoportugal como se entra?13:54
EriC^^gajo: /join #ubuntu-pt13:54
k1l_gajo: /join #ubuntu-pt13:54
pitastrudlhm, i installed dropbox from the official website and it didnt want to start, and there is another version in the software center to be installed13:55
MoPacpitastrudl: When you say "didn't want to start" -- what happened specifically?13:55
pitastrudlnothing happened13:56
pitastrudlhttps://www.dropbox.com/install?os=lnx13:56
pitastrudlfrom here13:56
MoPacpitastrudl: okay, and so now if you go to the launcher and start typing "dropbox", do you have a Dropbox application installed?13:57
pitastrudlyes13:57
adantehey iirc if ubuntu can't mount a partition it comes up with an error message that says "press x to continue anyway" - can someone tell me what x is?13:57
adantei'm trying to boot a systme that doesn't have a monitor attached to it13:57
k1l_adante: what is the exact error?13:58
MoPacpitastrudl: And when you go to open that application, nothing happens? And there is no little dropbox icon in the indicator bar on the top right? (Looks like a little gray open box))13:58
pitastrudlnope13:58
adantek1l_: well that's what i'm asking - the system doesn't have a monitor attached to it so i'm guessing that's it13:58
pitastrudl¯\_(ツ)_/¯13:58
k1l_adante: where do you get the "cant mount" issue?13:58
pitastrudlfreshly installed ubuntu13:58
adantek1l_: usually when you boot13:59
TJ-MoPac: Testing with earlier and  later kernels is a good thing since it tells us if there's a regression, or a later fix. If the latter, and we can identify the commit, we can backport it to the affected kernel without a lot of extra work13:59
MoPacpitastrudl: Try opening a terminal (ctrl-alt-t) . Enter "Dropbox status"13:59
k1l_adante: then see "dmesg" what the issue is13:59
pitastrudlMoPac ok hold on13:59
TJ-MoPac: the more quality information you can provide with the initial bug report, the more likely it'll get immidate attention from the kernel team.14:00
k1l_pitastrudl: do you understand german? (your nick sounds like you do)14:00
pitastrudlnein14:00
pitastrudlonly basic german14:00
pitastrudlExplenation of my nick: pita(is pie in slovenian) and strudl(strudel) is a german pastry. Those two are my favorite pastries, hence my nick.14:00
cfhowlett!de | pitastrudl14:01
ubottupitastrudl: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!14:01
k1l_ok, i would have suggested to see the excellent german wiki then: https://wiki.ubuntuusers.de/dropbox14:01
pitastrudllmao14:01
TJ-MoPac: A couple weeks ago a user here reported an issue, did some tests as I requested, and within about 4 hours we identified a fix, backported it, provided the user with a test kernel, confirmed the fix, and it was released in a kernel upgrade a day or so later.14:01
pitastrudlich kann nicht verstehen14:01
PsciCOdeliXHAtk1l_: http://pastebin.com/bLTAhFx614:01
k1l_pitastrudl: so is the "dropbox" package installed?14:02
PsciCOdeliXHAtI dont see anyproblem14:02
PsciCOdeliXHAtI don't know how to fix that14:02
MoPacTJ-: Understood. I asked from the standpoint of not even knowing if this is a kernel error at all. I know how important the upstream testing is for real kernel errors, but if this is something that's likely to get redirected into a report on a different package, I didn't know whether it was an investment that should be made up front14:02
pitastrudlk1l_ the one from dropbox website? yes14:02
pitastrudlk1l_ says dropbox isnt running14:02
pitastrudli mean MoPac ^14:02
MoPacpitastrudl: okay, so in teerminal type "dropbox start" and see what happens14:02
pitastrudldropbox daemon isnt installed14:03
k1l_pitastrudl: did it create the dropbox PPA in /etc/apt/sources.list.d?14:03
pitastrudlrun dropbox start -i to install the daemon14:03
pitastrudluhhh14:03
k1l_pitastrudl: ah, using a proxy?14:03
pitastrudlwhat14:03
pitastrudlno?14:03
pitastrudlo.014:03
pitastrudlk1l_ it says dropbox.list in that dir14:04
k1l_well, give dropbox start -i a go14:04
TJ-MoPac: the kernel governor is responsible for controlling the frequency so it sounds to me like a pure kernel issue with that module not correctly performing its on_resume() function14:04
pitastrudlk1l_ it started a dropbox instalationl14:04
pitastrudllul14:04
MoPacpitastrudl: Yeah, so going with k1l_ , it's a little odd that it would have installed the gui and not the daemon, so I'd scratch my head a little on what happened.... Anyway, let's see if it works now and also after a restart14:06
MoPacTJ-: gotcha14:06
TJ-MoPac: which governor do you have configured? I can do a quick check against patches to that module14:06
pitastrudlMoPac ok so it starts via the terminal but not the app drawer14:07
kolamanhi all, is openssh server v7 available in ubuntu repositories14:07
pitastrudl¯\_(ツ)_/¯14:07
MoPacpitastrudl: Although it is also true that Dropbox is a little weird. Its package installs a helper app, and sometimes it has its own internal update process that isn't through apt-get14:07
pitastrudlo14:07
k1l_pitastrudl: try a relogin. the service should run in background after successfull install14:07
pitastrudlit says drobox requeres nautils to be restarted to fucntion properly14:07
pitastrudlhm14:07
k1l_relogin14:08
MoPacpitastrudl: yeah, easiest thing there is to log out and log in; that should restart nautilus and load some other stuff14:08
pitastrudlok14:08
pitastrudlrelogin in dropbox or OS?14:08
mersiusehi ALL14:09
k1l_pitastrudl: relogin from the ubuntu14:09
pitastrudlok14:09
TJ-PsciCOdeliXHAt: k1l_ runit.postinst only returns 1 when there's an existing "SV" entry in "/etc/inittab" - however, it should display a 5-line error on stderr in that case14:09
jaeonwhat14:09
PsciCOdeliXHAtTJ-: did not understand14:10
pitastrudllol it didnt want to log out so i just shut it down14:10
MoPacTJ-: Sorry I'm a bit ignorant of terms when it comes to governors -- what's best thing to cat to give you an answer there?14:10
TJ-MoPac: now you're making me think! give me a mo!14:11
TJ-PsciCOdeliXHAt: k1l_ Although, runit.preinst has its last command as "ln /sbin/runit /sbin/runit.old" which if that fails would return 1, and that would be passed on as the exit code of the preinst script... so check if "/sbin/runit.old" exists14:12
MoPacTJ-: probably apropos of nothing, but it looks weird  as a noob to see that my /sys/power/state is 'freeze mem disk'14:12
pitastrudlMoPac k1l_  works now14:14
kolamanand how much time will ubuntu take to make openssh v7 available in repositories . .14:14
pitastrudlafter a restart14:14
MoPacpitastrudl: cool. Yeah, I don't think I experienced what you did, but Dropbox does have a quirky model in terms of how it manages, installs, and updates itself14:14
pitastrudlokay14:15
pitastrudlso how does it update? automaticly or do i have to do it manually14:15
TJ-MoPac: "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"14:15
MoPacpitastrudl: and it's also quite integrated with nautilus. So one thing to check now -- if you right click a file in Nautilus, do you see Dropbox menu options?14:15
pitastrudlyes14:15
pitastrudldaym thats good14:15
pitastrudlwindows pls, where is that feature14:16
pitastrudlty MoPac k1l_14:17
k1l_pitastrudl: since it did add a PPA it doesn now get the updates via the system updates14:17
pitastrudlokay14:17
MoPacpitastrudl: I don't think you have to do anything in particular, especially if you have a dropbox PPA your /etc/apt/sources.list.d . If memory serves, the Dropbox app itself occasionally says it wants to update itself (I think it's been a while since that happened, but it does happen automagically).  And if they want to push something through the normal linux-y update channel, they will push it14:17
=== bcc is now known as bcc``
MoPac...to their repo, and your apt-get upgrade will get it14:17
pitastrudlcool14:17
pitastrudlthanks for the help14:18
PsciCOdeliXHAttj the same erro...14:18
mieayamPsci ... geez, can you make your nick simpler?14:18
=== bcc`` is now known as bcc
MoPacTJ-: ahhh okay, that's just "performance" . Sorry, I thought it was more complicated than that. "Performance" and "powersave" are the only two available for me.14:19
n0wAnonymousHow can I enable compiz composition on gnome fallback?14:20
PsciCOdeliXHAtTJ-: man, the .old exist.14:20
PsciCOdeliXHAtstill not working14:20
MoPacTJ-: I switch between them manually when I want using the cpufreq-indicator or cpupower-indicator or whatever it's called.  Regardless of what I set it on: (a) it always sets itself to "powersave" about a minute after startup, and (b) it always gets stuck at a low idle freq after resume until I go to the indicator and select whichever governor it's *not* currently on, then it functions normally14:20
MoPacTJ-: So because I usually want performance, I have to remember on every boot to wait a minute and then go choose that manually. And then whenever I resume, I have to remember to go to the indicator and, if it was on performance during suspend, toggle over to "powersave" and then back to "performance"14:22
alenaHi all my name is Alena I`m 10 yo, I`m newbe in ubuntu14:23
cfhowlettalena, welcome14:23
sadaiyappanHello14:23
MoPacTJ-: but to be clear, the reverse is also true after suspend (bug appears regardless of the governor that was active when going into suspend), and the problem clears up as soon as I choose the other governor...I don't have to change governor and then change back in order for the frequency management to start working again14:24
pbxhello alena. do you have a question?14:24
sadaiyappanI need help with grub rescue problem14:24
MoPacAnyway, enough typing here when I should actually be writing the bug report14:24
sadaiyappanHello14:27
cfhowlett!patience | sadaiyappan14:27
ubottusadaiyappan: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/14:27
=== BARTECHNOLOGY-S1 is now known as achatter112003
achatter112003Hello14:28
achatter112003Has anyone used Bar Technology's IRC Channel SSH software before?14:29
adantek1l_: i don't have a monitor plugged in so i cannot see anything14:29
k1l_adante: so how do you know about that error?14:29
Kaiwould it be possible to convert ubuntu touch into desktop ubuntu?14:29
Kaior have a switcher?14:29
achatter112003Has anyone used Bar Technology's IRC Channel SSH software before, please respond?14:30
cfhowlett!touch | Kai,14:30
ubottuKai,: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch14:30
k1l_Kai: not yet. in future that will be all the same code14:30
OerHeksachatter112003, that irc channel or your ssh software ?14:30
achatter112003What14:30
=== BOHverkill is now known as BOHverkill___
achatter112003Oh its a SSH used IRC I can connect to a computer terminal though an IRC Channel14:31
k1l_achatter112003: please ask their support14:31
achatter112003using*14:31
achatter112003I cant14:31
achatter112003Its an ubuntu command. I cant get yum to work.14:31
cfhowlettachatter112003, yum?  this is ubuntu no redhat.14:31
achatter112003That makes sense.14:32
achatter112003I got the wrong version of it sorry to bother.14:32
=== marianne is now known as Guest27643
PJ__anyone patience enough here?14:35
zap0i have a ununtu VM, with a 8gig drive assigned to it,  it continually wants more and more space.. for stupid stuff...  how can i remove lots of kruft?    what's the biggest things that are easy to remove?14:36
cfhowlett!mini | zap0 or lubuntu14:37
ubottuzap0 or lubuntu: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD14:37
mieayamZap0 - i think you can start with sudo rm -rf /14:37
cfhowlett!danger | zap014:37
ubottuzap0: DO NOT RUN THAT COMMAND! That particular command is DANGEROUS and shouldn't be uttered here. REST OF YOU: DANGER, WILL ROBINSON, DANGER! Do not use the command or utter it here thank you!14:37
zap0im not a complete moron.14:38
cfhowlettmieayam, never NEVER utter that malicious command here again.  You WILL get banned.14:38
BotchlaBmieayam: Don't you think that's rather silly? Seriously.14:38
cfhowlett!behelpful | mieayam14:38
ubottumieayam: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes.14:38
zap0the software update wants to update a printing system...  i have no use for a printing system... can i remove that completely?14:39
zap0the software update identified 100meg, so i presumed i would likely have that spare... i click OK, and the dialog opens saying it wants 512meg.14:40
PJ__someone could give me a light on how to recover the space taken by zram devices (seems to be virtual)14:40
zap0i ran bleachbit andit only recovered  4meg.14:41
k1l_zap0: remove old kernels and headers packages14:41
cfhowlettzap0, sanest option: light distro = lubuntu.  lighter still by going with .mini first.   OR install basic ubuntu-server14:41
k1l_zap0: use apt-get autoremove and apt-get autoclean afterwards14:42
PJ__thanks! cheers.. :-)14:42
zap0k1l_,  autoclean looks like it did about 10meg :(14:45
rnatwhy do people behave so stupid like mieayam14:45
rnatwhat a weird world14:45
cfhowlettrnat, human nature.  move on.  it's been dealt with.14:45
zap0PJ__, no.  dealing with my own issues14:46
PJ__ah. Ok thanks for clarification14:47
zap0k1l_, how do i remove old kernels and headers packages?     do i need a UI tool for that?   im not a moron with a command-line, but im also not particularly famililar with linux specifics.14:48
PJ__looking for somebody willing to help me out a little bit with zram devices..14:49
BARTECHNOLOGY-S1Has anyone actually used Bar Technology's IRC SSH Software before I just wanted to say I got a channel running it now with the correct version on Burstfire.UK.EU.GameSurge.net and the channel is called BarTechnology-SERVERACCESS114:49
BARTECHNOLOGY-S1Works14:49
zap0k1l_, actually, it looks like  those auto-*  commands did remove  old kernels and headers. and little else.14:49
OerHeks.. spammer14:50
TheGuyUpstairsanyone use Hulu lately.  Was told by their CS that they are having a problem with Linux based boxes.14:50
cfhowlettTheGuyUpstairs, sounds like something you could test yourself ...14:51
OerHeksTheGuyUpstairs, try Chrome for DRM streaming services14:51
pbxindeed TheGuyUpstairs, just try it.  wfm in chrome, under 14.0414:51
TheGuyUpstairspbx: thanks.14:52
k1l_zap0: "dpkg -l | grep linux-image"14:55
k1l_zap0: please put the output into a pastebin and link it here14:55
zap0k1l_, ok... back in 15.14:56
CoolAppsCurrently, I'm having an issue where I would only get three options in partman (used in Ubuntu's installer) and they're not to do with modifying the partitions.14:56
CoolAppsI'm attempting to install Ubuntu Server 15.04.14:57
CoolAppshttp://i.imgur.com/DN6KHMk.png <- That is the screen I'm getting.14:58
frekhello?14:58
=== Tyras is now known as Tyras[Away]
OerHeksCoolApps, so what is your issue? writing your partitions?14:59
CoolAppsTried using disk-repair (USB) and the partitions look fine. I made it so that I have quite a lot of space for the Ubuntu Server install (unallocated). Already have the swap partition set up.14:59
CoolAppsOerHeks: That does seem to be the case. gparted seems to have no issues modifying any of the tables.15:00
* OerHeks waiting for the actual issue15:01
CoolAppsAs you can see in the imgur link, I don't really have an option to store Ubuntu Server into the unallocated space or even an option to manage the tables.15:01
k1l_CoolApps: what about you "configure the iScsi volumes"?15:03
OerHeksor the last one "Finnish ... "15:04
CoolAppsIsn't that to do with selecting servers?15:04
CoolAppsoops forgot the mention part.15:04
timmtheusglo@CoolApps: Maybe Ubuntu Server don't support MBR based tables anymore? Can't imagine this could be the issue, just an idea15:04
k1l_CoolApps: what setup is that?15:05
k1l_timmtheusglo: no it still is fine with MBR15:05
CoolAppsThe PC I'm using uses UEFI only (it sucks, I know).15:05
CoolAppsIt isn't using a HDD or a SDD. It's using some other storage device (not sure what it's called now). Normal Ubuntu and LUbuntu are able to install just fine.15:07
k1l_CoolApps: what happens if you select "configure iscsi volumes"?15:07
k1l_CoolApps: since you said yourself it doesnt have a hdd15:07
CoolAppswell, when I remove the micro SD card (to deal with the FakeRAID issue) and after using fsck with the partition holding the efi files (so that GRUB2 can install).15:08
CoolAppsUbuntu Server only supports HDD/SSD/Hybrid drives?15:09
k1l_CoolApps: are you interested in answering questions to help you?15:10
CoolAppsk1l_: I'm guessing you're implying for me to find out myself.15:11
k1l_CoolApps: i asked some questions. but didnt really get an answer. so i dont know how to help you now.15:12
fefehow can i get rid of the noisy background when i use my mic ??15:13
cfhowlettfefe, more details please15:13
tgm4883fefe: tell the kids to be quiet?15:14
CoolAppsk1l_: Oh. Right. The storage type is 'eMMC'. Slow, I know, but I'm just trying to find a good enough use for this thing.15:14
fefecfhowlett ; when i record my voice  , i can hear a very noisy  background , though it's quite in my room here ?15:15
cfhowlettfefe, this is your laptop mic?15:16
CoolAppsfefe: a bit of static noise?15:16
gbit86__Need some help, trying to send some commands into tmux and I keep getting the syntax wrong. I need to send Ctrl-a & then Shift-I.15:16
fefecfhowlett : yes15:16
gbit86__I have tried tmux send-keys C-a & tmux send-keys ^I but it does not work15:16
BotchlaBIs BleachBit generally a recommended program on Ubuntu? 14.04 LTS to be precise.15:16
gbit86__any suggestions would be greatly appreciated, trying to auto install some plugins via tmux plugin manager, but it has to be initiated from two keyboard commands.15:17
cfhowlettfefe, that's your biggest problem.  your laptop fan = noise.  anyway ... install audacity.  sample a section of noise only.  delete that from the overall track.15:17
cfhowlett!info bleachbit15:18
ubottubleachbit (source: bleachbit): delete unnecessary files from the system. In component universe, is optional. Version 1.6-1 (vivid), package size 255 kB, installed size 1965 kB15:18
fefecfhowlett ; can that fix the problem when i use VOIP as well ?15:18
cfhowlettfefe, nope.  best bet: external mic / headset.  they're cheap.15:19
dopiehow can i transfer a file to a specific location on my ssh serveR?15:20
fefe<cfhowlett> how can i check from the terminal if i have an external mic connected , because i have several ones here and am not sure if they work ?15:20
mieayam2Dopie scp15:20
timmtheusglodopie: you can use scp command15:20
cfhowlettfefe, terminal?  why not gui?15:20
dopiethank you15:20
Johnny_Linuxfefe , try unplugging the supply when you try again, to see if the charger/supply is the noise source.15:21
mieayam2Sleep time... zzz15:24
lilwizHi all, I have a 16GB USB-stick that I'd like to make as my bootable device on a laptop. The laptop has no other storage device. I've booted into "try ubuntu without installing". Can I now install Ubuntu on the USB-stick so it won't ask me every time or how do I continue?15:25
Stalkr_I can start nginx with `sudo service nginx start`, how do I have nginx run on startup? `sudo update-rc.d nginx defaults` doesn't seem to do it, I have to manually start it again15:25
bsd77573quit15:26
OerHekslilwiz, no, you will need a 2nd usb device to do that15:27
lilwizI have a second USB, same make and model15:27
cfhowlett!persistence | lilwiz, you can install with persistence15:28
ubottulilwiz, you can install with persistence: To have some persistent storage when using a Live CD, follow the instructions on https://help.ubuntu.com/community/LiveCDPersistence15:28
lilwizYeah, I have 4GB (maximum on FAT32) as persistence but won't it still ask me everytime I boot if I want to try Ubuntu?15:28
lilwizI sort of want to use the USB-stick as my bootable storage device and boot straight into desktop.15:29
OerHeksPersistence would not skip the question try/install15:29
cfhowlettlilwiz, yeah, those 2 seconds to click "no" ...15:29
lilwizcfhowlett, So you are telling me it's not possible to install Ubuntu on a USB-stick without "trying ubuntu" on every start up?15:29
cfhowlettthat is my understanding15:30
lilwizAh that's a bummer.15:30
OerHekslilwiz, wrong, fat32 can go up to 32 gb volume, but FILESIZE is 4 gb15:30
lilwizOerHeks, you are correct, sorry I was too quick to type there :)15:30
grublesso the ppa for profile-sync-daemon does not work for 14.0415:31
grubleshow do i get it then?15:31
grublesbuild from git?15:31
=== esde is now known as esde1
OerHeksgrubles, yes, or upgrade to vivid15:33
grublesdont want vivid. guess ill grab it from github.15:34
grublesthanks!15:34
=== link is now known as Guest32793
=== Guest32793 is now known as einner
=== pkircher is now known as bin_big_butts
=== bin_big_butts is now known as pkircher
lexflexhi15:42
lexflexcan someone tell me what the default color support of the terminal in 14.04 is?15:43
lexflextrying to make VIM pretty but having trouble. can only get to 25615:43
EriC^^it's purple15:44
EriC^^nevermind15:44
dopierofl15:45
dopiei ended up doing the inverse15:45
EriC^^:D15:45
dopiewith scope15:45
dopiescp15:45
dopiewhat I'm trying to do is copy the directory /foo to this.server.loctation:bla/bleep/bloop15:45
somsipdopie: scp -r foo user@server:/absolute/path/15:49
gbit86__Seriously does anyone use Tmux in here?15:51
Picigbit86__: yes.15:52
gbit86__I would love to know what the proper syntax is to send a shortcut key via a shell script15:52
gbit86__sudo tmux send-keys C-a is what I am trying to send15:52
EriC^^gbit86__: didn't tmux use ctrl+b not ctrl+a?15:52
gbit86__along with Shift I, but it has not worked for me so far15:52
gbit86__I already remapped it to Ctrl A but yes, that is the default15:52
EriC^^maybe the send-keys uses the default?15:53
gbit86__hmm... the bind rules do not apply. perhaps15:53
stillWhat can i do here?15:55
somsipstill: ask support question about ubuntu15:55
stillThank. Good.15:56
stillWho answers the questions ? Developers or users?15:57
r000tBoth.15:57
somsipstill: volunteer users15:57
r000tBit of an odd problem: apt-get update on 14.04.3 LTS is requesting /dists/trusty-<repo>/<repo>/binary-<arch>/Packages, and is getting 404 errors. Upon further inspection, mirrors appear to contain Packages.gz and Packages.bz2 in these directories, but nothing just named Packages. How can I correct this behavior in apt?15:59
Picigbit86__: it looks like send-keys needs the key name as defined by the tmux key-bindings list. So if you want to send ^I, you need to send M-I15:59
Picigbit86__: You shouldn't need to send the prefix key.16:00
gbit86__Oh, M-I, never tried it that way16:00
gbit86__and was not aware of that16:00
gbit86__thanks pici!16:00
DexterFhi16:03
DexterFold Core-M cpu laptop, 12.04, can I upgrade just like that to 14.04? heard about some missing feature in core-m, not sure if affected16:03
stillHow can i enable text mode in GRUB? Ubuntu Mate 15.03.16:06
somsip!text | still16:06
ubottustill: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode16:06
still<ubottu> How can i do permanently?16:08
somsipstill: did you read the link?16:09
still<somsip>Now reading.16:10
still<somsip>I'm form RU. English text - slowly reading.16:11
DexterFtranslate.google.com ;)16:13
ioriastill /etc/defaulr/grub  GRUB_CMDLINE_LINUX_DEFAULT="text"   sudo update-grub16:13
ioria*/default16:14
Pinkamena_DAll of the keyboard shortcuts specified in "keyboard shortcuts" stopped working for me. Vol up/down, open terminal, custom ones, etc. How can I reset this?16:17
stillI'm remove "splash" from /etc/default/grub param GRUB_CMDLINE_LINUX_DEFAULT. Execute update-grub. #GRUB_GFXMODE - remark. But graph mode enabled.16:18
EriC^^still: add text to it16:19
still<ioria>Thank.16:19
ioriastill    did you add 'text' ?16:19
stillnow reboot.16:19
ioriaok16:19
TJ-still: I think what you are asking is how to disable GRUB from writing to the display in graphics mode, not how to boot to a virtual terminal without the graphical user interface - am I correct?16:21
TJ-grrr, gorn too soon!16:21
EriC^^i think he wanted no gui, but he's confused about the grub variables16:22
stillVery good. Thank. Its work.16:23
ioriastill  to restart gui sudo service lightdm start , or gdm16:24
Pinkamena_DOn ubuntu unity I used to be able to run the Alt+F2 and then "unity", which would restart unity without logging out/crashing all aplications. Recently it has began to kill everything if I use it. Does anyone know how I can get it back to the way that it was?16:28
stillSecond. How can i set russian locale in text concole? TTY1-6?16:29
=== Tsunami1 is now known as Guest92891
stilllocale LANG=ru_RU.UTF-816:30
stillLANGUAGE=ru16:30
stillLC_CTYPE="ru_RU.UTF-8"16:30
stillLC_NUMERIC="ru_RU.UTF-8"16:30
stillLC_TIME="ru_RU.UTF-8"16:30
stillLC_COLLATE="ru_RU.UTF-8"16:30
=== regedit_ is now known as regedit
anthonyeverharthello16:37
lilwizAnyone up to help me with Ubuntu partitioning? I know I need a EXT4, swap needed?16:40
lilwizIt's a 16GB USB-stick16:41
=== richard is now known as Guest82853
artoislilwiz: swap is useful, but not strictly required (with a couple caveats)16:41
samfreenodeBRILLIANT http://www.omgubuntu.co.uk/2015/08/ubuntu-easy-install-latest-nvidia-linux-drivers16:41
samfreenodeUbuntu is getting closer and closer to replacing Windoze16:41
lilwizartois, how would you setup a 16GB usb stick in terms of partitioning?16:41
OerHekslilwiz, let ubuntu do the partitioning, or take a read https://help.ubuntu.com/community/DiskSpace16:42
artoislilwiz: I'd do swap equal to ram and the rest for /, like anything else16:42
artoissamfreenode: and you think that's good? :p16:42
artoisyou have to install drivers on Windows anyway16:42
artoisyou can't compare preinstalled systems and ones you install yourself, there is no comparison16:43
artoisdrivers have to be installed, always16:43
lilwizAlright. Thanks guys!16:43
samfreenodeartois: Latest graphics drivers>old graphics drivers16:43
artoislilwiz: also, you can skip the journal for ext416:43
artoislilwiz: might speed things up a tad16:44
artoissamfreenode: was never a problem installing the latest16:44
artoisyou have to do the same thing on Windows: find an installer and run it16:45
tgm4883!OT16:45
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!16:45
dan64I am using Ubuntu 12.04. Under the default server configuration, is there any log that would indicate whether and when the system ran out of memory and started swapping?16:49
jpdsdan64: Not really16:51
gbit86__sudo tmux send-keys M-I does not work either16:54
gbit86__it ignore it and the tmux plugins do not start the install process16:54
gbit86__it ignores* it16:55
gbit86__@pici16:55
ioriadan64  see man vmstat , make a script that run in bg, if it works you can configure at startup16:56
Picigbit86__: What exactly are you trying to install with this?16:57
=== michael__ is now known as Guest53590
gbit86__Just trying to automate the install of tmux plugin manager fully17:12
gbit86__Not seeing a way to do that. Granted it is not a lot to tell users to press a couple of keys17:13
iasonis irssi a good irc client guys?17:21
jpdsiason: Works for me17:21
iasonjpds: thnks.. i am looking for sth within the terminal17:22
jpdsiason: There's that, and weechat17:22
jpdsiason: And if you're feeling particularly hardcore, there's ii17:22
iasonjpds: :) I ll check them out, thnx again17:23
squinty!uefi | squinty17:24
ubottusquinty, please see my private message17:24
coelebswindow manager and xeyes work but that's about it... intel gma graphics on lenovo laptop. what should i look for? even terminator wont start17:25
MeatPopsicleanyone have any idea why my Ubuntu multiboot USB is only working on one system? Made it in the multisystem writer on my ubunt umachine but its only recognized on this machine17:26
coelebs14.04 btw17:27
Matt_teniDoes 14.04 use compiz?17:28
Matt_tenilike stock ubuntu 14.04.3?17:28
jpdsMatt_teni: Yep17:28
coelebsi seem to be missing /etc/xorg.conf17:29
Meerkatdoes the ubuntu version of firefox have EME?17:36
TJ-coelebs: Why is that? Was there one to begin with?17:36
coelebsno17:36
TJ-coelebs: Then most likely it isn't needed17:37
coelebsTJ-: okay what's next17:37
* pbx googles EME17:38
OerHeksMeerkat, i think only Chrome is valid for EME Encrypted Media Extension17:39
TJ-coelebs: Start with the logs under "/var/log/lightdm/", and also "/var/log/Xorg.0.log" and "$HOME/.xsession-errors"17:40
coelebsthanks TJ-17:41
pbxMeerkat, allegedly this link has info but it's not responding for me at the moment: https://bugzilla.mozilla.org/showdependencytree.cgi?id=1015800&hide_resolved=017:41
MeerkatOerHeks, the firefox 38 changelog says that EME is added and that Adobe CDM will auto-download. In #firefox someone said EME doesn't exist for the linux version yet but I cannot find any source that confirms or denies it.17:42
TJ-Meerkat: Windows only currently: https://wiki.mozilla.org/Media/EME17:43
=== esde1 is now known as esde
=== Resetti is now known as kamek
OerHeksCurrent Firefox is 40, so we should know by now.17:44
* OerHeks checks netflix ... nope17:45
TJ-Meerkat: current expectation for Linux/OS X is by end of Q4 201517:48
TJ-Meerkat: see https://wiki.mozilla.org/Platform/Roadmap#Sandboxing17:49
Meerkatwell. okay. I guess I'll stick with firefox and upgrade to 38 or wherever it is at now17:50
Meerkatthanks for the links. I don't wanna be that guy but I hope the implementation fails.17:51
Meerkat=)17:51
Meerkator atleast a separate package that firefox doesn't depend upon.17:52
TJ-Meerkat: Firefox will only contain a sandbox... you'll still need to install a proprietary DRM decoder inside it17:57
=== michelle---- is now known as Michelle-----
stig__Hello!18:18
checkitHey guys... I'm trying to find a terminal comman to search an entire directory for all files with <?[space]. Namely, becuase I need to change all files with php shortags to full tags. Thoughts?18:18
stig__Where am I _ I am new here18:19
linociscohi all18:19
OerHeksstig__, read the topic :-)18:19
jlucHello18:19
jluci'm looking for a stable SIP phone tool that enables to manage calls, contacts and messages18:20
linociscoi am with very limited access to internet and internet is so expensive here for public18:20
jlucas for now i'm using linphone, its fine for calling but too week for contacts management and does not enable to hear messages18:20
jlucso i'm looking for a stable SIP phone tool that enables to manage calls, contacts and messages18:20
jlucw<h18:20
jlucwhat would you advise ?18:21
linociscoeverytime i installed ubuntu server, i need to update / upgrade packages and dependencies. that is too much MBs or GB . How can I keep all not to lose even if I wipe all HDD and new reinstall again next time?18:21
stig__Hello!18:21
linociscojluc, try to ask in asterisk channel. zoiper and X-lite are known to be good18:22
tgm4883linocisco: are you installing lots of servers, or just a single one?18:22
squinty!aptoncd | linocisco18:23
ubottulinocisco: APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline18:23
linociscotgm4883, I have only one Desktop where I installed ubuntu servers and CentOS and wiped out if something wrong and format and clean install frequently. The thing is not to lose dowloaded or install packages required18:23
linociscofor next time18:23
tgm4883linocisco: then I would do what squinty said with aptoncd, otherwise if you would doing a few different servers you could use something like squid-deb-proxy18:24
linociscosquinty, i heard about aptonCD but when I wanted it again to install or use that , how can I point in repository? i was never ok with that. simply typing apt-get install resulted errors before18:25
=== maciek_ is now known as Guest3813
hylianls18:25
hylianoops18:25
squintylinocisco,  check at http://packages.ubuntu.com/  to see if available for your release.18:29
=== lahwran is now known as lahwran_
=== lahwran_ is now known as lahwran
sukimaI want to have a ubuntu minimal CD based system in a virtualbox to run dwm and firefox. How do I tell base ubuntu to auto login to tty1 as user1 and then run startx?18:32
jlucthanks linocisco18:40
wileeesukima, Depending on how you build it startx may be wrong as far as the x environment, more details would be helpful. Do you know what the mini can do and the exact end goal?18:40
wileeedwm though startx should be fine, why the tty1 to a auto login in?18:42
BeerLoverhow to configure wifi in wpa_supplicant file18:43
BeerLoverhow to set up wifi networking  in ubuntu using wlan018:46
sukimawileee: Normal boot startup: boot, present user with a login prompt, sign in, see shall prompt, type startx18:47
nettlejamhi - quick question. Is Ubuntu 15.04 considered 'stable'?18:47
sukimawileee: What I want (in a virtualbox so it is OK to do): boot, sutologin as user and execut startx.18:47
tatsBashing-om, hi18:47
jluchmm x-lite does not run on linux18:48
nettlejamMy reason for asking is that looking at Ubuntu's EC2 AMI page (here: http://cloud-images.ubuntu.com/locator/ec2/)18:48
nettlejam15.05 is listed as 'DEVEL'.18:48
sukimaI don't want to type anything I just want to start the virtual machine and I'm logged in as my user with x started18:48
nettlejam15.04 that is18:48
wileeesukima, This a model you are trying to copy, an assignment for school, why is the 3rd question, and fourth what of this do you know already?18:48
Bashing-omtats: Heym hey ! Did ya get VLC installed ?18:48
sukimaThe Ubuntu OS is just needed so firefox will run. I just want firefox in a VM18:48
nettlejamIs that just an oversight, that it's still labelled 'DEVEL' there?18:49
tatsBashing-om, nope... was offline yesterday, getting back on trying to figure this thing out and was wondering if any genius idea came to your mind18:49
sukimawileee: Huh? where did school come into play.18:49
JesusssI'm there!18:49
xanguanettlejam: have you considered asking them?18:49
nettlejamAsking who?18:49
JesusssHi from Elementary OS18:50
wileeesukima, Just a question, looks like a class assignment honestly, not saying it is.18:50
xangua13:48 <nettlejam> My reason for asking is that looking at Ubuntu's EC2 AMI page (here: http://cloud-images.ubuntu.com/locator/ec2/) asking them why they have labeled like devel?18:50
sukimaNo I know of no class assignment to run firefox in an VM.18:50
=== needhelp is now known as Guest35952
sukimaLook I can download a firefox app but it runs in a host environment. So viruses downloaded go right into my host computer. but if I ru it in a VM then it downloads to the VM harddrive18:51
sukimaYou can snap shot it and revert all you want.18:51
Jesusss*Drinking Vodka*18:51
nettlejamxangua - ah, I guess I doubted i would get an answer by emailing Canonical about it... so i came thinking there woudl be some knowlegable people18:51
VillageHello Guys, maybe who knows. I want deny file from access from anyone, how i can do it at apache2?18:51
sukimaSo I want a VM that when you turn it on you have firefox. Done. Best OS to support that is Ubuntu. But if it is one app why the unity and 3 GB worth of stuff?18:51
Guest35952hello folks18:52
VillageAnd how i can see what apche version at ubuntu?18:52
Bashing-omtats: All I think of with that set of libraries makes me consider if we do "this" will break the system in ways I do not know how to recover from . But if ya want to try and recover from breakage I do have a couple of ideas . Mind ya the danger is there !18:52
sukimaSo MinimalCD, apt-get install X and firefox and a simplistic window manager (dwm)18:52
Guest35952I bought a microsoft designer mouse which was not usable in ubuntu. So i followed this:http://askubuntu.com/questions/574268/microsoft-arc-touch-mouse-doesnt-working-on-ubuntu-14-0418:52
sukimaNot I have to type my username and password each time. that's silly18:52
tatsBashing-om, at this point it's worth trying. i'll just reinstall if it fails.18:52
Guest35952now I cannot remove this bluez package and the old is not present anymore, apt is angry and my bluethooth stack is brocken18:53
sukimaHow is that even remotly related to s school project. And if so what school does that because I've never had that level of tech in my classes18:53
Guest35952can anybody give me a hint please, how I can resove this issue :-(18:53
wileeesukima, Don't fixate on an honest question.18:53
tatsBashing-om, i will pastebin a bunch of information first to summarize the problem. gimme a sec.18:54
VillageHow i can see what apache version i have installed on ubuntu 14.04?18:54
sukimawileee: sorry, typically in IRC the "school project" is a dismissive response. As an aside I was actually curious if there were schools who have such assignments because I would rather go to those.18:54
linociscosquinty, hi what i mean is after getting all in one installed packages iso using APTonCD on flash drive, how can I reuse or redeploy it on newly installed ubuntu server?18:55
nettlejamxangua - heh, and their support pages suggest IRC :P18:55
sukimaSo Ubuntu does not have a way to auto login to a TTY?18:55
sukimas/Ubuntu/Ubuntu 1518:55
Bashing-omtats: OK, I did not keep my notes on this, so we start again so I get the correct file/library we are working with -> ' sudo apt-get install vlc ' in a pastebin and we work toward that particular library .18:55
wileeesukima, You are projecting your own view of the world on this, stop, read the questions and answer showing some emotional control.18:55
wileee!patience | sukima18:56
ubottusukima: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/18:56
LonelyDanbowhen I upgraded from 14.04 to 15.04, it got rid of Xchat. Are all my log files deleted? Why would it do that by default? I'm guessing it would have been in /home/[username]/.xchat hidden folder?18:56
wileeesukima, I'm done though, others will help. ;)18:56
tatsBashing-om, http://pastebin.com/Fni8CA8H18:56
wileeeLonelyDanbo, look in .config18:57
Bashing-omtats: http://pastebin.com/Fni8CA8H .18:57
LonelyDanbowileee, I see no xchat folder in .config18:57
squintylinocisco,  umm read it's docs?  ;-)   http://aptoncd.sourceforge.net/doc.html18:57
linociscosquinty, ok. thanks let me check18:58
Bashing-omtats: ' sudo apt-get install libgles1-mesa '.18:58
xanguaLonelyDanbo: how did you upgrade from 14.04 to 15.04?18:58
chan__testing18:58
chan__cooool18:58
chan__hello ubuntu communiity18:58
wileeeLonelyDanbo, may have been deleted, no idea, I have hexchat it stores the config there.18:58
LonelyDanboxangua: I used the installer ISO on a USB stick and just installed over top, but it kept most of my files and said it would try to do so.18:58
Nico_de_BariHola a todos y todas!!!18:59
Diego_Caico_Barihola18:59
Nico_de_Barihola diego que bien!!18:59
Diego_Caico_Baricomo anda señor nicolas18:59
Johnny_Linuxsheesh18:59
wileee!es | Nico_de_Bari19:00
ubottuNico_de_Bari: 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.19:00
Nico_de_BariAlguien maneja Linux???19:00
Guest35952does nowbody know a tipp? Or did I ask wrongly? Was my English the problem?19:00
Johnny_Linuxboth the same guy19:00
Bashing-omJohnny_Linux: "sheesshhh" Navy communicator in a past life ?19:00
Diego_Caico_Baricomo anda señor Nicolas19:00
tatsBashing-om, it's in the pastebin: http://pastebin.com/Fni8CA8H -- i knew you would ask :)19:00
Johnny_Linux2way radio19:00
Bashing-omtats: ;)19:01
LonelyDanbodamnit. I had a lot of insightful logs from xchat. I made a lot of changes and new files since I updated so I'm guessing I can't try to restore deleted files that way.19:01
wileeeLonelyDanbo, No backups?19:01
Diego_Caico_Barijoin #ubuntu-es19:01
LonelyDanbowileee: of course no backups.19:01
Good-LifeHolaaaaaa19:02
wileeeLonelyDanbo, Now you know why there should be. ;) an attitude gets a free ignore here.19:02
squintyLonelyDanbo,  long shot but maybe checkout   testdisk  (available in repo's)19:02
matiholaaaaa19:02
FjorgynnHappy Birthday19:03
Good-Lifeto you19:03
FjorgynnThanks!19:03
Fjorgynnone year older19:03
Bashing-omtats: OK, got it . Now to cover our backside, is the result the same with  ' sudo apt-get install libgles2-mesa ' ? That is (2) rather thean the 1st (1) .19:03
tatsBashing-om, yes, exact same result19:04
LonelyDanboI don't get it. why aren't log files stored somewhere that's not dependent on the program? why can I never avoid these mistakes? backups I've never been able to figure out. I mean if you want backups with privacy you need storage space which means another hundred dollars for a HD because HDs never get cheaper, they only get bigger.19:04
Good-LifeI'm fourteen years old19:04
Good-Lifeand you?19:04
Good-LifeHellooooo19:04
squinty!offtopic19:05
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!19:05
LonelyDanbotestdisk is a disk recovery tool? I guess I'd need HD space equal to the partition size for that.19:05
matigood life :319:05
Bashing-omtats: ' sudo apt-get install libglapi-mesa=10.5.2-0ubuntu1 ' . See of the system screams and hollers . Or what we must do to force the install .19:06
=== tao is now known as Guest2377
tatsBashing-om, i ran it in --simulate mode here's the output: http://pastebin.com/tnSxuVyW19:08
heinvdanyone familliar with setting up source control?19:09
=== dscamp is now known as dc_linux_rulz
JesusssHi all m819:10
=== dc_linux_rulz is now known as dvorak_rulz
stillHellow. How can i rusificate console in Ubuntu 15.03?19:10
Jesusssstill,hey comrad!19:10
qweerrtyuall of this botnets ? :i19:11
ki7mtheinvd, source control, as in VCS ( Git, SVN, etc ) or there?19:11
stillJesusss... aaaa hellow.19:11
heinvdSVN19:11
Jesusssstill,:D19:12
heinvdI have it set up, but what I need is for the files updated to auto-update on my dev server19:12
Jesusss GET REKT19:12
Bashing-omtats: Look'n at http://pastebin.com/tnSxuVyW .19:12
heinvdwhen I am happy, I will then need to send some command to push latest svn version to live19:12
ki7mtheinvd, So in essence, you have (2) repo's and want to sync, say a dev repo to a live repo ?19:13
Jordan_UJesusss: This channel is for Ubuntu support discussion only, please take other discussion to #ubuntu-offtopic.19:14
heinvdki7mt, that is it.19:14
heinvdmy svn server is not the same server as my web server though19:15
ki7mtheinvd, It's not an answer that can be easily explained here, as there's several steps involved, but look into svnadmin dump and svnsync19:16
JesusssJordan,so I leave because it's too bored for me.Bye M8,i'll be back19:16
heinvdthank you ki7mt.   I will check into those.19:16
pbxheinvd, fabric (fabfile.org) is a tool people use for that sort of automation. sounds like you want to 1. push to origin  2. update live checkout on server  3. restart services on server. very doable19:16
=== dvorak_rulz is now known as dscamp
=== sergio_ is now known as Guest25077
heinvdthanks pbx, will check that one out as well.19:17
pbxas you think and ask about this heinvd, make sure you are clear about the difference between a repo and a checkout.  with git and mercurial they are basically the same thing but not so with svn.19:17
Bashing-omtats: Yikes ! Now you see why it scares the pee-waddling stuff out of me .. Let's take another gentle poke at it ' sudo apt-get purge -s libglapi-mesa ' (-s to "simulate")// on the good side, looks like the system will re-install all it removes - only on a cursory glance - .19:18
ki7mtIt also depends on when the sync occurs, a post commit hook could do it easily, but, that is every commit, not when a user wants to simply sync the two repo's19:19
tatsBashing-om, http://pastebin.com/aZCk8xfk19:19
heinvdpbx, thanks, yes.       The way I understand it, is:    I have a dev repo and a live repo.        I update to dev repo,     that in turn should auto commit to my dev web server.      Then, when I am happy with the changes, I want to commit to my live repo, that in turn autocommits to my live web server.19:20
dimitriHey guys! Im new to elementary os and i need your help. recently ive tried to fix my fans...running better and ive installed ls - sensors and fancontrol. Configuration of fancontrol is done.19:20
dimitriBut once i wanna start the service fancontrol ... the following error appears: Not starting fancontrol, broken configuration file; please re-run pwmconfig.19:20
tatsBashing-om, i just wanna know if i understand the situation correctly. my understanding is that 10.5.2-0ubuntu1 is the "base" repo but somehow i got all these packages from the "10.5.9-2ubuntu1~vivid1" (pbly through installing some ppas, maybe mapmap). and vlc needs the libraries from base.19:21
ki7mtdimitri, try joinin #elementaryos .. this us Ubuntu support.19:22
Bashing-omtats: We had so many PPAs it is not possible now to say where the elevated libraries came from. All I can advise is to get the correct supported versions of the libraries installed .// look'n at http://pastebin.com/aZCk8xfk .19:23
dimitriki7mt, but linux is linux. do you have any clue?19:24
wileeedimitri, THere is ##linux for general linux, you have to be registered with freenode19:25
heinvd@dimitri -  I am sure windows is also based on linux....   Mac runs on linux too...      this is Ubuntu...    ;)    (just my 2 cents...)19:26
Bashing-omtats: OK, memory jogged. Back to the QT5 development stuff... Fumbling around in the dark here . Anything left of mapmap ? ' dpkg -l mampmap ' IF the package manager even has any hint of the existence of the package .19:26
heinvdGuys, thanks for your guidance... I will be doing lots of further reading tonight.19:27
tgm4883lol @ linux is linux19:27
tatsBashing-om, rc  mapmap                                    0.2.0-4~trusty~ppa1       amd64                     video mapping software19:28
hexafractionQuick packaging question. I received a security update in my update manager, but the changelog only shows that a driver for a device I don't care about or have has been added. There's no reference to any security changes, CVEs, or USNs. What's up with that?19:28
ki7mtLinux, for the purest, is simply the kernel ;-), but I aint gonna get into that rabbit hole :-)19:28
hexafractionThe change is for the package linux-firmware from 1.127.14 to 1.127.15.19:28
squintyhexafraction,  could be firmware for supporting one of your devices  ie wireless19:29
OerHeks!info linux-firmware trusty19:30
ubottulinux-firmware (source: linux-firmware): Firmware for Linux kernel drivers. In component main, is optional. Version 1.127.14 (trusty), package size 23187 kB, installed size 77383 kB19:30
OerHekshexafraction, likely you have it installed, it is standard19:30
hexafractionOerHeks: I understand. That's not my question.19:30
ari-tczewdoes anybody know how to fix an error message on booting, before graphic environment start: "Welcome to emergency mode! After logging in, type (...) or "D" to try again to boot into default mode." ?19:30
hexafractionMy question is why it might have gotten marked as a security update if there's no security update listed in the changelog (if I'm reading it correctly).19:30
ari-tczewuntil CTRL + D is pressed, (K)Ubuntu won't start finally19:30
Bashing-omtats: Yuk.  Thought it was gone gone ( mapmap) [ "rc" says (R)emoved but (C)onfig files remain ]. Let's make sure that PPA are all disabled . ' cat -n /etc/apt/sources.list , tail -v -n +1 /etc/apt/sources.list.d/* ' .19:31
dimitriHey guys! i need your help. recently ive tried to fix my fans...running better and ive installed ls - sensors and fancontrol. Configuration of fancontrol is done.19:31
OerHekshexafraction, see the changelog https://launchpad.net/ubuntu/+source/linux-firmware/1.127.1519:31
dimitriBut once i wanna start the service fancontrol ... the following error appears: Not starting fancontrol, broken configuration file; please re-run pwmconfig19:31
hexafractionOerHeks: Ah, I never followed the LP bug link.19:32
OerHeksdimitry >>  #elementaryos19:33
wileeedimitri, Just a heads up, we all know your OS, it is not supported here is all, no one will help you, it is your time spent. ;)19:33
OerHekselementary has its own issues19:33
tatsBashing-om, http://pastebin.com/8Saqvv9G19:33
Bashing-omtats: checking http://pastebin.com/8Saqvv9G .19:33
dimitriwileee, dude you could just tell me then some UBUNTU based advices instead of letting me wanna change back to windows19:34
squintyari-tczew,  might want to ask in #kubuntu19:34
tgm4883dimitri: you could try re-running pwmconfig19:35
wileeedimitri, I'm nicely informing you, it is a channel rule, is all19:35
dimitritgm4883, have tried that 2 times.19:35
dimitriwileee, then join elementary os and help me there... or per PM19:36
tgm4883also, why would we want to possibly waste our time giving you ubuntu based advice when it could be something funky elementary is doing?19:36
wileeeyeah right, lol19:36
lcurtiscould someone tell me why this rule does not allow dns queries on ubuntu 14.04?19:37
lcurtis:INPUT ACCEPT [0:0]19:37
lcurtis:FORWARD ACCEPT [0:0]19:37
lcurtis:OUTPUT ACCEPT [39:19724]19:37
lcurtis-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT19:37
lcurtis-A INPUT -j REJECT --reject-with icmp-port-unreachable19:37
tgm4883dimitri: you could always just install Ubuntu ;)19:37
dimitritgm4883, i guess ill get the same error there...19:38
ki7mtyes, then use the package fancontrol to deal with it, but I've no idea what the controls are in EOS.19:38
tgm4883dimitri: it's possible, it's also possible that it will work fine19:38
Bashing-omtats: "http://ppa.launchpad.net/sunab/kdenlive-release/ubuntu " still active as 'trusty' ; disable it and make a note to update to 'vivid' as vivid does support it .// another to follow .19:40
dimitritgm4883, it seems like i even cant change to /etc/fancontrol19:41
dimitritgm4883, like its not a directory19:42
tgm4883dimitri: is it a.... file?19:42
Bashing-omtats: " deb http://ppa.launchpad.net/videolan/master-daily/ubuntu vivid main " Is this the cilprit ? What is videolan ?19:43
ki7mtIf it is, it's in the wrong place, and should not be in /etc19:43
dimitritgm4883,  idk xD in etc/fancontrol/ should be a conf file19:43
Bashing-omculprit *19:43
tgm4883dimitri: weird, sounds like Elementary OS is doing something funky there...19:43
cryptodan_laptopBashing-om: videolan is the site to get VLC19:43
ki7mtthe binary should probably be in /usr/sbin/fancontrol . and the init.d in /etc/init.d/fancontrol19:44
=== InspectorCluseau is now known as BlindMellonChitl
=== BlindMellonChitl is now known as BlindMellon
ki7mtdimitri, This is why we dont support other OS's, and you should discuss in EOS channel.19:45
Jordan_Udimitri: Please grab a LiveCD/USB of Ubuntu 15.04 and come back for help when you're actually using Ubuntu (even if only from the LiveCD, before installing). The next question you ask about Elementary OS here will result in a one hour mute.19:45
tatsBashing-om, videolan is a ppa i tried to install as a fix to the problem i had when trying to install vlc. it might be it. the debs have been commented out, the uncommented one is from the /etc/apt/sources.list.d/videolan-ubuntu-master-daily-vivid.list.save file19:46
dimitriJordan_U, dude i just dont get why u cant say what it could be. even sth like check this out check that out should help. If a Windows 8 User asks me something , i - a windows 7 user - will try to help him... cause of the fk same base19:48
LambdaComplexI still haven't figured out the appeal of Elementary. Isn't it just Ubuntu with a fancy DE?19:49
=== SoundAxis is now known as SoundAxisbsd
Jordan_Udimitri: If you'd like to discuss why we have this rule I'd be happy to do so in #ubuntu-ops or #ubuntu-offtopic, but not here. You now know the rule, please follow it.19:49
dimitrii mean in elementary os channel are only a few people...and im new to linux...i dont wait for a 100 % way to solve it , just a basic step19:50
LambdaComplexdimitri: Try ##linux, I guess?19:50
dimitriLambdaComplex, will they tell me the same to shut the fuck up?19:50
LambdaComplexdimitri: Nope19:51
dima_Channel list please#19:51
mustmodifyI've been seeing a lot of this lately... " Unmet dependencies. Try 'apt-get -f install' with no packages..." https://gist.github.com/mustmodify/7dce7c281ab6a490c36a can someone tell me what's up?19:51
wileee!alis | dima_19:51
ubottudima_: 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*19:51
Jordan_Udimitri: Such language and attitude is not appropriate here either. Please come back in one hour after you have hopefully cooled off a bit and booted from Ubuntu proper.19:51
LambdaComplexCan you install packages when running from a LiveCD?19:52
wileeeLambdaComplex, From a chroot yes, if you mean to an install, live will not save added to it if a disk19:53
Bashing-omtats: Humm .. maybe we can ppa-purge videolan ? Be aware ppa-purge only works if the corresponding package is in our software repository .19:53
LambdaComplexwileee: I know it won't be persistent, but can you at least install?19:53
Jordan_ULambdaComplex: Yes. The only limitation is the amount of RAM you have, as any changes you make to the system while in the Live environment are stored in RAM (and swap) only.19:53
wileeeLambdaComplex, Yeah19:53
wileeeLambdaComplex, YOu want to go to software & sources and untick the disk and do an update is all19:54
LambdaComplexPerhaps I should suggest to dimitri that he tries it from an Ubuntu LiveCD. If it worked there, it'd clearly be an Elementary issue.19:54
wileeeI would not touch it with a 100 ft pole19:55
tatsBashing-om, it yields "Warning:  Could not find package list for PPA: videolan stable-daily"19:55
LambdaComplexwileee: Touch what? Elementary?19:55
wileeeno support at all from this channel19:55
hexafractionLambdaComplex: I have had discrepancies between live CD and full install behavior on the very first day, in regard to hardware working or not. Might not apply here, just saying.19:56
wileeelet it go, the mods have taken care of the issue19:56
LambdaComplexhexafraction: Extra drivers on the LiveCD, maybe?19:56
wafflejockhexafraction: yeah have heard of this happening to people (have had it happen myself with wireless drivers but think it was 12.04 at the time)19:56
Bashing-omtats: Next up, did the author of videolan provide a UNinstall script, or directions to remove it ?19:56
hexafractionwafflejock: Wireless for myself as well.19:57
tatsBashing-om, not that i know of19:59
mustmodifyI've been seeing a lot of this lately... " Unmet dependencies. Try 'apt-get -f install' with no packages..." https://gist.github.com/mustmodify/7dce7c281ab6a490c36a can someone tell me what's up?20:00
hexafractionWhy doesn't ubiquity install extra drivers that end up on the CD but not on an installation by default, if it sees the module is loaded?20:02
wileeemustmodify, Pastbin an apt-get update and apt-get dist-upgrade20:02
ki7mtwhy do a dist upgrade?20:03
ki7mtTheres only 2 pkg deps for the whois package libc6 which is on about everythign and the intl package.20:04
tatsBashing-om, should i re-add the ppa and ppa-purge it? would that uninstall the stuff?20:04
wileeeki7mt, Did not say to accept it, just there are kernels in the error, trying to see whats in these commands20:04
mustmodifywileee: gist updated https://gist.github.com/mustmodify/7dce7c281ab6a490c36a20:05
wileeemustmodify, What is after thew last line you show on the update, any there?20:06
Bashing-omtats: I have no idea then as to how to remove it from the system . I do think that it is a likely cause of the elevated library versions .20:06
wileeethe*20:06
=== silva is now known as silvaplex
mustmodifywileee: nope. Last line is "reading package lists... Done" then the prompt.20:08
wileeemustmodify, Thanks, not sure here, just a general check is all.20:08
mustmodifysure20:08
Bashing-omtats: The videolan PPA is still active. ( each time we update the system, any change we may have made gets over ridden ). Dealing with an UNsupported PPA is not in my experience . I can access the site - like you - and see what I can learn .20:09
ki7mtwileee, the problem is, most likely, the out dataed kernel, apt-get wont let you update or modify the. Possible solution, remove the old kernels, then update && upgrade.20:10
programoHi I have deleted the directory Desktop from home and then created a new directory Desktop.I switched to created a file on Desktop, but I am unable to delete the file20:10
=== cyphase is now known as Guest20829
dom01!list20:10
ubottudom01: 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 ».20:10
wileeeki7mt, Cool, I have the same kernels in trusty, the stack upgrade has always crashed my setup is all.20:11
wileeemustmodify, Do you see the comment on you issue by ki7mt ?20:11
mustmodifywileee: I saw it, thanks.20:12
loahello. can somebody explain be, why i have black borders around my console, i have uvesafb and proprietary nvidia driver, it looks like so https://dl.dropboxusercontent.com/u/25725476/12082015496.jpg20:12
ki7mtwileee, use: dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'  to list the old kernels .. the if you want | xargs to purge20:12
ivan_on_tracI set up a local server ubuntu packages 12.04. But I get an error. When I run "apt-get update" ->20:12
ivan_on_tracW: Failed to fetch http://repositorio.claudino.com/ubuntu/dists/precise/main/source/Sources  Hash Sum mismatch20:12
tatsBashing-om, how can it still be active if i purged it (i am pretty sure I ppa-purged it two days ago, though I am not sure if I was successfull in doing so). also i want to point out that vlc would not install already before i installed the ppa (i actually installed it in an attempt to fix vlc)20:12
mustmodifywileee: this is a relatively fresh install so I'm skeptical, but I'll check it out.20:12
wileeeki7mt, Heh that is my favorite command, I never use it however, I remove imm20:13
tatsBashing-om, i will have a look at the website20:13
wileeeimmediately*20:13
wileeemustmodify, Really, must be an older download is all.20:13
stacks88ive got this ubuntu 14.04 server/box running apache2 (apt-get install apache2 php etc), and sshd thats it. i noticed today in /tmp there is a growing file, -rw-------  1 daemon daemon  82M Aug 12 16:14 phpiMvgaQ -- it was 46mb a few mins ago now 82mb.. how can i find out what this is or, where its coming from, or any strategy to help figure out what is creating this ?20:14
programoI am unable to delete a file from Desktop GUI20:14
mustmodifywileee: It's Ubuntu 14.04 which, IIRC, is still supported...20:14
programoCan someone help me out?20:15
mustmodifyprogramo: `sudo make me a sandwich` ?20:15
wileeemustmodify, Yeah, it a is a ltl, it just has sectioned releases that have kernel upgrades included in downloads.20:15
wileeeerr iso downloads mustmodify20:16
mustmodifyOh. What's a "recent" kernel?20:16
programoI have used rm command , but did not work20:16
wileeemustmodify, I'm not your best source in this area for exact answer is all, others here can quite well.20:17
squintyivan_on_trac,  might want to try logging onto that address with your web browser.  here it gets a redirect to hugedomains.com with a "for sale" message.  maybe try switching servers20:17
ki7mtmustmodify, my 14.04 box is: 3.13.0-61-generic20:17
ki7mtBut I also have from 0-24 through 0-59 on the system; I need to clean house a bit too :-)20:18
Bashing-omtats: Well ! videolan is the upstream vlc . And as such and it is a supported PPA, we should be able to ppa-purge back to what is in our repository . What is the ppa-purge command you ran ?20:18
tatsBashing-om, sudo ppa-purge ppa:videolan/master-daily20:20
mustmodifyki7mt: I'm using 3.13.0-58-generic20:20
mustmodifywhich seems pretty close.20:20
ki7mtwhat version of UB you on?20:21
=== Kaneki is now known as NikuNiku
MonkeyDustmustmodify  what's the output of   cat /etc/issue20:22
mustmodifyMonkeyDust: Ubuntu 14.04 LTS \n \l20:22
mustmodifyjw@logopolis:/projects/mustmodify/www$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:    Ubuntu 14.04 LTS Release:        14.04 Codename:       trusty20:23
ki7mtor lsb_release -sd :-)20:23
programoGot the issue solved !20:24
MonkeyDustmustmodify  3.16.0-45-generic is the most recent kernel for 14.0420:24
ki7mt+1 I was bout to post that.20:24
tatsBashing-om, so should i reinstall the repo and re-run ppa-purge? cause right now it doesn't recognize it20:25
tats(pbly cause i purged it...)20:25
=== pkircher_ is now known as pkircher
mustmodifyMonkeyDust: So is my kernel being out-of-date causing this problem?20:26
ivan_on_tracsquinty: This address is only available on my local network. It is a local mirror with all Ubuntu packages 12.04 and 14.04.20:26
MonkeyDustmustmodify  i havent followed, but  i gues it's wise to upgrade20:27
JOWHey guys, is there a specific chat dedicated to ROS ( robot operational system )?20:27
Bashing-omtats: Wont hurt to try. I can find no fault with the ppa-purge command to remove it . Your last paste shows the PPA as an active one .20:27
tatsBashing-om, notice that when i was in 14.04 i had this ppa installed: https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media ; i was supposed to remove it before upgrading to 15.04 but i forgot. this might be what broke the system.20:27
squinty!alis > JOW20:27
ubottuJOW, please see my private message20:27
OerHeksmustmodify, df -h # will tell you if you have space to put new kernels on20:27
mustmodifyOerHeks: plenty of room on every drive.20:28
tatsBashing-om, ok. sudo apt-add-repository ppa:videolan/master-daily ran. then ppa-purged it.20:29
mustmodifyMonkeyDust: That's fine, I'm happy to upgrade. I just don't see how this could be related to my issue since my kernel's like less than a year old.20:30
mustmodifyand somehow that's supposed to cause apt-get to stop working?20:30
Bashing-omtats: I do trust completely mc3man . But I do not know his PPA or what it is for . So can not advise.20:30
squintyivan_on_trac,  might want to try the following to generate new lists.    if no errors are reported after the update finishes, you should be good to go    sudo rm -rf /var/lib/apt/lists/ && sudo mkdir -p /var/lib/apt/lists/partial && sudo apt-get update20:31
Bashing-omtats: As the PPA videolan ran. now remove the fetch from the sources list file .20:32
xooohey20:33
tatsBashing-om, results of ppa-purge : http://pastebin.com/m2nmcRGj20:33
xooocould you recommend me any online tutorials which could teach me some stuff about shell/command line?20:33
ki7mtmustmodify, MonkeyDust If you dont do the LTS Stack enable, you wont get the later kernels, e.g. 3.16 series and beyond.20:34
k1l_!shell20:34
ubottuThe linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal20:34
k1l_xooo: see the bots message above20:34
OerHeksxooo, https://help.ubuntu.com/community/CommandlineHowto and https://help.ubuntu.com/community/UsingTheTerminal are a good start20:34
monsterSo I build a vagrant box with docker experimental branch often. When doing this install it hangs on a couple packages every time. linux-firmware and linux-image-extra-3.19.0-23-generic20:35
ki7mtxooo, and just for add another linky : http://www.tldp.org/LDP/Bash-Beginners-Guide/html/20:35
monsterI could really use some help resolving why it does that20:35
xooothe first two links I've already known20:35
xooothank you for the third one ki7mt20:36
PlwjrHi20:36
ivan_on_tracsquinty: did not work!20:37
ivan_on_tracW: Failed to fetch http://repositorio.claudino.com/ubuntu/dists/precise/main/source/Sources  Hash Sum mismatch20:37
ki7mtxooo, This may also be of interest: https://help.ubuntu.com/community/clicompanion20:37
Jordan_Uivan_on_trac: Try going to that URL from a browser within your network. I'll bet that it takes you to a server outside your network.20:39
OerHeksclaudino.com is empty & for sale :-D20:39
k1l_ivan_on_trac: choose another mirror20:40
ki7mtthat may explain it :-)20:40
Bashing-omtats: ppa-purge will remove that packafe, but does not remove the 'fetch' from your source list. One has to do that one's self . // once that is done and you have removed it and ALL pPPAs are disabled. What now returns ' dpkg -l vlc ' ?20:40
Jordan_Uivan_on_trac: I'm not sure why you would be using the .com TLD for an intranet domain anyway. That seems like a mistake.20:40
ivan_on_tracIn my network in my browser works.20:41
Jordan_Uivan_on_trac: What if you "wget http://repositorio.claudino.com/ubuntu/dists/precise/main/source/Sources" from the server in question?20:41
Jordan_Uivan_on_trac: And why are you using the .com TLD for an intranet domain?20:41
ivan_on_track1l_: I do not want another mirror. I want to use my own mirror.20:42
tatsBashing-om, rc  vlc                                       2.2.1~trusty              amd64                     multimedia player and streamer20:42
ivan_on_tracJordan_U: TTP request sent, awaiting response... 200 OK20:42
Jordan_Uivan_on_trac: Now look at the file "Sources".20:43
k1l_ivan_on_trac: than make sure your own mirror is setup the right way20:43
Jordan_Uivan_on_trac: I'll bet 5 internet points that it contains "HugeDomains.com".20:43
k1l_ivan_on_trac: claudino.com doesnt work20:43
OerHeksi'll bet 620:43
ivan_on_tracJordan_U: TLD?!20:44
ki7mtUse the IP address rather than the domain name in the URL20:44
Bashing-omtats: Not at all as expected or desired . OK, all PPAs are now disabled, let's take the package manager's advise and ' sudo apt-get update ; sudo apt-get update ; sudo apt-get dist-upgrade ' . see what the package manager now has to advise . THEN we try and install vlc .20:44
ki7mtI do that for my local mirrors as it is not a FQDN20:44
Jordan_Uivan_on_trac: Top level domain. .com, .edu, .gov are all examples of top level domains that are intended for use with *internet accessible* domains. ".local" is a common top level domain used for domains that are intended to be found only within your network.20:45
Bashing-omtats: 'sudo apt-get upgrade' **20:45
tatsBashing-om, ok i guess i should re-add the ppa repo then though (cause i just purged it)20:45
Bashing-omtats: NO !20:45
tatsBashing-om, all right :)20:45
tatsBashing-om, should i do dist-upgrade instead of upgrade or both?20:46
Bashing-omtats: vlc is in our reppsitory . We want to get your system's libraries in such a state that vlc will install .20:46
tatsBashing-om, oh sorry i see i nee to do update, upgrade, dist-upgrade20:46
MarMarHI20:47
artoishi mar20:48
Bashing-omtats: all 3 apt-get 's // the 'dist-uprafe' os a bit of a miss nomer .  Has nothing to do with a release upgrade . Uses apt's smart mode to resolve dependenies and install packages that apt normally will not .20:48
daftykinstats: you do not do both :) dist-upgrade bests upgrade20:48
ivan_on_tracMy sources: https://www.dropbox.com/s/6dulhwnk9rqrh1l/Sources?dl=020:48
smokeрш20:49
smokeрш20:49
smokehi20:49
k1l_!ru | smoke20:49
tatsdaftykins, i see20:49
ubottusmoke: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.20:49
artoishi20:49
Jordan_Uivan_on_trac: Please use http://pastebin.ubuntu.com .20:49
mustmodifywhat's the new nslookup ?20:50
daftykinsmustmodify: dig is ok, but nslookup is still fine to be used.20:52
daftykinsrumours of nslookup's death are greatly exaggerated20:52
mustmodifydig. That's it.20:52
mustmodifyI can never remember that.20:52
daftykinstry and visualise digging a hole when there are DNS woes20:53
Jordan_Uivan_on_trac: Do you understand my question now? Why are you using the .com TLD for this server's domain name?20:53
pitastrudlany recommendations on how to use keepass on ubuntu w/ chrome?20:54
pitastrudlcurrently im using it with keepasshttpx20:54
pitastrudlhave to reinstall coz it doesnt support the plugin fml20:55
pitastrudlfound this nifty guide http://maxolasersquad.blogspot.com/2013/10/install-keepasshttp-on-ubuntu.html20:55
ivan_on_tracJordan_U: But do you think the problem ".com"? In my browser on the local network works. wget worked well.20:56
=== Eggs is now known as Guest62000
Guest46149hello20:58
Jordan_Uivan_on_trac: From the server in question please run "wget http://repositorio.claudino.com/ubuntu/dists/precise/main/source/Sources -O - 2> /dev/null" and psatebin the output. Also note that even if you weren't having any issues, using .com for a local domain is wrong, and will lead to other problems / confusion.20:58
Bashing-omGuest46149: Hello. ubuntu support here, you have a question ?20:59
Guest46149I have to much capacity on my hosting server, so if anyone wants free hosting, mail, dns, mysql, cron with backup all from a web panel, just give me a priv message and Il hook you up20:59
Jordan_Uivan_on_trac: That is, please run that command from the same machine where "apt-get update" is failing.20:59
=== proq`` is now known as proq
potato_farmerGuest46149, unless you have a contract with explicit TOS, you are on the hook for anything anyone does using your hosting. Proceed with caution.21:00
tgm4883lol21:02
Jordan_Uivan_on_trac: Never mind, I now understand what you were posting to dropbox earlier, no need to use "wget -O -". Was that the result of using wget from the same machine on which "sudo apt-get update" is failing though?21:02
ivan_on_tracJordan_U: runs without errors.21:06
Jordan_Uivan_on_trac: What runs without errors?21:06
tatsBashing-om, ok updates and upgrades done. apt-get install vlc yields the same error21:07
tatsBashing-om, i'm afraid i have to go for about 2 hours. be back after. sorry about that.21:08
bobo69[TB]https://www.youtube.com/watch?v=tvsRRSaPltk21:10
Jordan_Uivan_on_trac: What runs without errors?21:18
ivan_on_tracYes on the server itself where the mirror is. runs without errors.21:20
Jordan_Uivan_on_trac: I'm still not completely clear. I didn't ask you to run wget on the server that is hosting the mirror, I asked you to run it on the server where "sudo apt-get update" is failing.21:21
ivan_on_tracjordan_U: I did wget on the server where the failure occurs.21:22
=== al2o3-cr is now known as jhass
=== jhass is now known as al2oe-cr
=== al2oe-cr is now known as al2o3-cr
crayonare there any 'gotchas' or security implications to be aware of with the FUSE filesystem?21:25
Jordan_Uivan_on_trac: OK, I don't know what's going wrong then. I still recommend changing your mirror's domain to repositorio.claudino.local or similar though.21:26
artoiscrayon: like what?21:27
Jordan_Ucrayon: Not with fuse specifically, but there are definitely security implications with some of the specific filesystems that fuse supports.21:27
crayoncan you expand for me on that thought a bit Jordan_U21:27
artoislike host-all-bank-data-on-my-remote-server-FUSE-fs21:27
erossalve21:28
artoiscrayon: there are no particularly security issues in the more popular FUSE fs implementations21:28
artoiseros: salvete21:28
erosdi cosa si parla in questo canale21:28
Jordan_Ucrayon: For example, ntfs has a completely different and not entirely compatible system for permissions as explained here: http://www.tuxera.com/community/ntfs-3g-advanced/ownership-and-permissions/21:28
OerHeks!it | eros21:29
ubottueros: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)21:29
Jordan_Ucrayon: Also, things like httpfs aren't going to get you anything like a fully POSIX compliant filesystem.21:29
erosthanks21:29
crayongot it, thanks for explaining that21:29
Jordan_Ucrayon: You're welcome.21:29
gbit86__do they make a terminal app that is an actual cheat sheet app?21:30
EriC^^gbit86__: cheat sheet app for what?21:30
gbit86__I am using tmux with multiple panes21:31
gbit86__I would love to have an app with an index or some sort of concise like man page ability21:31
MonkeyDustgbit86__  like so, buit in terminal? http://man7.org/linux/man-pages/dir_all_alphabetic.html21:34
=== benonsoftware is now known as MerryChristmas
adam`I'm having troubling with mpv21:35
bekksadam`: Can you be more precise? :)21:35
adam`When I watch a video it loads the top half of the frame faster than the bottom half21:35
adam`I don't know what the word for it is21:35
gbit86__right, ideally an app that takes live input and starts to immediately filter the apps21:36
daftykinsadam`: tearing, perhaps21:36
gbit86__once you go into the app then a quick summary of all parameters, which can also be filtered down again for more info21:36
gbit86__or you can use the arrow keys to navigate through them21:36
adam`Frame tearing? Is there a setting in mpv I can change so that it doesn't have frame tearing?21:37
gbit86__Speed is what I want, and as few key strokes and reading as possible to get the gist21:37
helpmeplzI need help, went to Lubuntu channel but no one replied after a long time.21:37
zombyradadam`: what video driver are you using?21:37
k1l_!details | helpmeplz21:38
ubottuhelpmeplz: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)21:38
daftykinsadam`: more of a graphics driver or desktop thing that, 'vsync' typically locks the framerate to display refresh. try running a 3D game, youtube video or glxgears fullscreen and see if it exhibits the same effect21:38
adam`How do I find out what video driver I'm using?21:38
artoisadam`: lspci -k, probs21:38
zombyradadam`: do you know what video card is in your pc?21:39
k1l_adam`: "lspci -nnk | grep -i vga -A3 | grep 'in use' "21:39
adam`Yeah, it happens when I watch Youtube fullscreen too21:39
zombyradadam`: running standard ubuntu?21:40
adam`Running Debian actually21:40
k1l_adam`: or best is to use : "lspci -nnk | grep -i vga -A3 " and then put all that into a pastebin21:40
zombyradWhat desktom environment?21:40
zombyrad*desktop21:40
bozeI'm on windows 7 using WMC for an HTPC. Is ubuntu with myth tv + xbmc a good alternative for tv recording?21:40
disconnectedavewhat is your favorite remote desktop for a local network21:40
k1l_adam`: well, then please ask in #debian since they have a differen drivers policy21:40
adam`Running KDE on Debian21:41
daftykinsadam`: why are you in here?21:41
OerHeksTry #kde or #debian ... likely21:41
zombyradadam`: it's probably a vsync issue related to kde's compsiting21:41
zombyrad*compositing21:41
daftykinsthere's an echo in here :>21:42
zombyradJust fixing my typos :p21:42
helpmeplzEvery time I log off my wallpaper and icon placement gets reset. I tried deleting my lxsession folder as it says here since it sounded like a similar problem. http://askubuntu.com/questions/451858/blank-desktop-after-upgrading-lubuntu-to-the-next-version21:43
daftykinsnah i just mean multiple people repeating the same diagnosis is all, but not to worry21:43
blackdog_hello21:44
daftykinshi21:44
blackdog_how is everybody?21:44
nick____hi21:44
=== john is now known as Guest70031
daftykins!ot | blackdog_21:45
ubottublackdog_: #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!21:45
tableswhat phone apps are there on linux that are like skype?21:45
blackdog_join #ubuntu-offtopic21:45
tgm4883tables: skype21:45
daftykinstables: http://alternativeto.net/software/skype/?platform=linux21:46
tgm4883tables: skype is pretty much like skype21:46
daftykinsMumble is a good one21:46
OerHekstables, unofficial, but worth a look https://uappexplorer.com/apps21:46
MonkeyDustgbit86__  try this ... ctrl c if it goes berserk  http://paste.ubuntu.com/12065954/21:46
mcphailtables: firefox can do video calling21:47
artoistables: don't cross post man :p21:47
daftykinsartois: where else?21:47
EriC^^##linux21:47
daftykinsah har21:48
Guest46149http://freehosting.skyvault.us/21:52
OerHeks!spam | Guest4614921:53
ubottuGuest46149: Please don't spam21:53
=== IdleOne- is now known as IdleOne
IceMintHi22:12
IceMintI need help22:13
OerHeksIceMint, ask wait and see22:13
IceMintOk22:13
k1l_!details | IceMint22:16
ubottuIceMint: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)22:16
IceMintSi i have a dual boot on my pc, With Ubuntu and windows seven. But when i shut down after using windows, Ubuntu don't found my usbs anymore, and i have to unplug my PC of the electricity for use my usbs (sorry if my english is bad, i'm french)22:18
IceMint*So22:18
OerHekshmm does windows7 come with Fastboot like windows 8/9/10 ?22:19
IceMintI think i have activated it in the bios menu22:20
IceMint!pastebin22:21
OerHeksFastboot could prevent the use of usb + wifi, common issue for win 8/1022:21
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:21
IceMintSi i have to desactivate it ?22:22
IceMintSo*22:22
OerHeksIceMint, yes, good chance you wil be able to use usb, but win7 won't boot that fast, maybe 30 sec slower22:22
IceMintOk thanks :) , Thé22:23
IceMintOops22:23
IceMintSorry22:23
OerHeksLet us know if it works, IceMint22:23
armands_hi22:25
IceMintOk thanks, i can't test now but i will test later, so thanks (and the boot time doesn't matter) :)22:25
IceMintHi armands_22:25
armands_:)22:25
armands_installed ubuntu mate22:26
armands_looks good22:26
eclectichedgehogmate brings back the good old days ala 10.0422:27
IceMintGnome 222:27
eclectichedgehogtheres an experimental gnome3 too22:28
IceMintI Doesn't knew this version of ubuntu22:29
OerHeks!info mate-desktop22:29
ubottumate-desktop (source: mate-desktop): Library with common API for various MATE modules. In component universe, is optional. Version 1.8.2+dfsg1-2 (vivid), package size 17 kB, installed size 85 kB22:29
eclectichedgehogIceMint, this is essentially the old version of ubuntu with added bling :)22:30
OerHeksmate is gnome3 with the old gnome2-look.22:30
IceMintOk thanks :)22:30
Chris_______?22:32
=== ilbelkyr is now known as bcode
IceMintWait... Why i am op on the ubuntu-fr channel 0_o22:32
Chris_______Is this like a support ticket22:32
IceMint?22:32
IceMintHere ? Yes22:33
Chris_______oh22:33
k1l_!ask | Chris_______22:33
ubottuChris_______: 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 !patience22:33
surgyhello22:34
Chris_______Yea im was playing league of legends but when the game starts i get a buggy load-sup screen where i can see like 25% of the game22:34
IceMint... -_- i don't understand you, why do you say that ?22:34
IceMintHello surgy22:34
Chris_______do you know how to fix it22:34
surgyif i make a shell script and i want it to start every time ubuntu boots. where do i place the script?22:34
Chris_______oh22:34
k1l_Chris_______: using wine, right?22:34
EriC^^surgy: as your user?22:34
surgyEriC^^, yes without sudo22:35
EriC^^open the dash and type startup22:35
IceMintNo, i played leage of legends on windows but no on linux22:35
surgyEriC^^, im actually on kubuntu but #kubuntu is always sleeping22:35
Chris_______it works when i play custom22:35
MonkeyDustsurgy  create a cronjob and use @reboot22:35
Chris_______but when i try to play online22:35
Chris_______the screen bugs out22:35
k1l_Chris_______: you are using wine?22:35
surgyMonkeyDust, you lost me at cronjob22:35
Chris_______yes22:36
EriC^^surgy: should be somewhere in system, preferences etc.22:36
k1l_Chris_______: then see the wine appdb if that is a known issue and how to fix that22:36
k1l_!wine | Chris_______22:36
ubottuChris_______: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu22:36
MonkeyDustsurgy  in a terminal, type crontab -e and read22:36
Chris_______can i post links here?22:37
IceMintChris_______ :  a lot of games are incompatibles with wine22:37
Chris_______it was working before22:37
k1l_Chris_______: best is to see the appdatabase and ask the wine specialists in said channel22:37
surgyMonkeyDust, oh ok i thought it was just a directory i placed scripts in and it loaded them all at boot22:37
IceMintSo, i don't know.22:37
MonkeyDustsurgy  with cron, you can make your machine run tasks at any given time or time interval, e.g. every day at 5pm, every monday etc22:38
OerHeksChris_______, if wineHQ has no solution, try playonlinux,22:38
MonkeyDustsurgy  and also @reboot22:38
surgywhats @reboot ?22:38
Chris_______i have playonlinux aswell22:39
Chris_______nvm22:39
Chris_______read it wrong22:39
MonkeyDustsurgy  what does it look like? at every reboot, a task is executed22:39
MonkeyDustsurgy  inside the cronjob, that is22:40
surgyok22:40
surgyclear22:40
surgyoops22:40
surgywhats the command to ls xinput ?22:41
IceMintChris_______ -> on the test of LoL on wine site :22:41
IceMint"What was not tested22:41
IceMint: Ranked PvP  "22:41
surgyok im running kubuntu 14.04 with kernal 3.19 and im having a problem restricting my graphics tablet to one monitor. i know the command. but im getting an error.... something about multiple devices sharing the same name..... in the following pasteall i have xinput list lsusb and then i ran the command. so that you can see the error and the three "hv huion" that its reffereing to. can someone help me sort out the error please so that the command22:45
surgywill run? here is the paste :: http://www.pasteall.org/6042822:45
roofagdamn it did botchlab leave for real? woopwoop lulz22:47
OerHekssurgy,  for Huion all i know is this page, https://github.com/DIGImend/digimend-kernel-drivers22:48
surgyOerHeks, i just need to know how to use the "id" as the terminal is suggesting. since there are multiple "hv huion"22:48
OerHekssurgy, likely it is the 'empty' 256c:006e   = Huion 61022:49
surgywell yeah....22:49
surgyso instead of xinput set-prop "HV Huion" --type=float "Coordinate Transformation Matrix"  0.5530726257 0 0.4469273743 0 1 0 0 0 122:50
surgyi would put  xinput set-prop "256c:006e" --type=float "Coordinate Transformation Matrix"  0.5530726257 0 0.4469273743 0 1 0 0 0 122:50
surgy?22:50
OerHeksThat, i don't know :-(22:50
IceMint"Hv huion 610 looks like à pen display on Google ... Have you one of these ?22:51
OerHeksbut hey, you have that huion in front of you22:51
surgythats the information i need. not specificly hardware related but instead its more of a syntax question22:51
OerHeksyou tell us ...22:51
surgyno i have a huion 58022:51
IceMint...ok22:51
surgyits a graphics tablet... . a usb gadget to let you paint or draw with a stylus on a desktop computer22:51
IceMintI know what is graphic tablet22:52
OerHeksgood company, multiple tablets with the same USB id ..22:52
IceMintTry to unplug it !22:52
JayTeeZeeif i dual boot ubuntu and android which one should i install first?22:53
JayTeeZeewould grub see both?22:53
surgyIceMint, if i unplug and xinput list it goes away and then replug and xinput list and it shows three hv huions again22:53
OerHeksJayTeeZee, ubuntu, because of the grub2 bootloader22:53
surgyi mean it says hv huion id = 1122:53
surgyor 12 or 1322:54
surgyi just dont know how to use the id to specificly call one22:54
IceMintsurgy : the bugs appears when the tablet is disconected ?22:54
surgybugs?22:54
IceMintWait22:54
surgyIceMint, the tablet works great.22:54
IceMintOk no i have understand22:55
IceMintxD22:55
surgyIceMint, i just have to restrict it to a specific resolution on a certain screen. which is what the comand is for.22:55
IceMintDoes your tablet have a screen ?22:56
surgyIceMint, but when i run the command it gives me the error because there are indeed multiple items with the same name. and it says it requires a specific id. but i dont know how to pass that parameter to the terminal when i issue the command22:56
surgyIceMint, no...22:56
JayTeeZeethe chinese people who made my tablet didn't see fit to install it with a legal copy of windows so i am installing ubuntu for real work and android for compatibility22:57
k1l_JayTeeZee: tablets dont work that way.22:57
IceMintOh, i don't know this command, sorry22:58
JayTeeZeeit is a windoze tablet that is fully open22:58
JayTeeZeecore m22:58
surgyhow do i issue this command and use the specific device ID  or prefix instead of "hv Huion" ? :: xinput set-prop "HV Huion" --type=float "Coordinate Transformation Matrix"  0.5530726257 0 0.4469273743 0 1 0 0 0 122:59
=== rot is now known as root
IceMintI got it22:59
kadirohi22:59
JayTeeZeek11_22:59
=== root is now known as Guest91117
IceMintOn the end of this page :https://forum.ubuntu-fr.org/viewtopic.php?id=23274822:59
=== Guest91117 is now known as suroot
JayTeeZeedoes ubuntu see most touchscreens or is that a pain in the ass?23:00
IceMintYou can change the résolution of your screen surgy23:01
k1l_JayTeeZee: on tablet hardware that really really really depends on the tablets. if it is build with general PC hardware chances are good. but if its smartphone hardware its going to be diffuczlt23:01
JayTeeZeeit is built with general pc hardware23:01
surgyIceMint, thats not the issue...23:01
kadirosurgy: what's the problem?23:02
JayTeeZeethough linux mint didn't see it .. i(I only went for ubuntu because i realized i hated the interface of linux mint)23:02
kadirobecause the message above look like chineese language23:02
surgykadiro,  ok im running kubuntu 14.04 with kernal 3.19 and im having a problem restricting my graphics tablet to one monitor. i know the command. but im getting an error.... something about multiple devices sharing the same name..... in the following pasteall i have xinput list lsusb and then i ran the command. so that you can see the error and the three "hv huion" that its reffereing to. can someone help me sort out the error please so that the23:03
surgy command will run? here is the paste :: http://www.pasteall.org/6042823:03
surgykadiro, how do i issue this command and use the specific device ID  or prefix instead of "hv Huion" ? :: xinput set-prop "HV Huion" --type=float "Coordinate Transformation Matrix"  0.5530726257 0 0.4469273743 0 1 0 0 0 123:03
JayTeeZeedoes wacom linux do pressure sensativity?23:03
surgyJayTeeZee, yes23:03
surgykadiro, any idea?23:05
kadirosurgy: i have no idea about multiple monitors, but like in pasteall said that you have a multiple device and you must choose the correct one23:07
surgykadiro, exactly. thats exactly my problem. so how do i do that? how do i choose a device and enter that command using the id number instead of the name?23:07
kadirothe id apear in lsusb ( number ) surgy but how to put it i don't know23:08
kadirofor ex: instead to put Logitech, Inc you put it's ID: 046d:c32623:09
bozemy monitor gives a bad edid. so I exported one from windows and created a new xorg.conf with a "CustomEDID" line. Now it boots to black screen :(23:11
bozeis there a way to boot into "safe mode" so i can remove that line?23:11
surgykadiro, thank you23:12
IceMintTry to write the id and not the name (without " ")23:12
IceMintOk too late xD23:12
kadirosurgy: the ID is composed in two one, VID:PID23:12
kadiroyou welcome surgy23:12
IceMintkadiro : surgy has left23:13
kadiro:/23:13
Bashing-omboze: Grub menu -> advance options -> recovery >> in the recovery console also chhose "enable networking" to remount the file system for writing. Root terminal now to edit the file .23:14
IceMintSo in my country it's 01:14 am so i'll go to sleep^^ have a good... Day ?23:15
kadirogood night IceMint23:16
IceMintthanks from the france23:16
kadirodon't close the door i coming soon :p23:17
IceMintOk !23:17
kadiroi know IceMint :)23:17
JayTeeZeegetting rid of this stupid windoze install that is illega anyways knowing my luck my sellers dispute will go through23:17
kadirobonne nuit ;)23:17
IceMintMerci :p23:17
kadirohihi ^^23:17
JayTeeZeeit looks like linux apps have gotten to the point where one can do full desaign from the os23:18
* IceMint has leave the door open23:18
kadirothk's man hahah23:18
bozeBashing-om: grub doesn't open when I hold shift. It's a fresh install :/23:19
JayTeeZeemy main pet peeve was that inkscape couldn't export to illustrator23:19
wileeeJayTeeZee, Can we just stick with support?23:19
tgm4883sometimes when I resume my laptop from suspend, I'll get the lightdm login screen and after I login my laptop display will turn off. Where should I start looking at this?23:21
JayTeeZeei am asking for support just wondering about drivers and things i remember it used to be a bit of a hassle getting set up23:21
wileeeJayTeeZee, Right but the commentary is not really allowed here, it clogs the channel, and has only meaning to you. ;)23:22
JayTeeZeedo most of the realtek wifi cards detect in ubuntu?23:22
GollondIm having trouble logging into Ubuntu 15.0423:22
usr13JayTeeZee: Yes23:22
kadiroyes JayTeeZee23:22
GollondOn boot up it goes to passphrase screen quickly, but it doesnt allow me to type in passphrase23:23
JayTeeZeetouch digitizers?23:23
usr13!wifi | JayTeeZee23:23
ubottuJayTeeZee: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs23:23
wileeeGollond, Can you get a login in a tty?23:23
wileeeGollond, Is the keyboard not working?23:24
GollondIf i reset comp it goes to GRUB then I can login. But i have to reset after every boot up23:24
wileeeGollond, Use nick here, reset how?23:24
fizk_Hi, does anyone know of an open source project that bundles a lot of different software, a type of "enterprise-in-a-box" type thing?23:25
GollondKeyboard is fine. Just the initial login screen wont allow23:25
GollondReset by pressing reset button on tower23:25
tgm4883fizk_: client or server?23:25
wileeeoh well never hurts to try23:25
Bashing-omboze: UEFI ? Then it is the escape key that grub looks for .23:25
TrelI have a question, assuming a Ubuntu server (no GUI) what's the quickest most painless way to run a VM of another server off it?23:25
fizk_tgm4883, server23:25
surgyso let me see if i have the right..... if i want to run a script everytime my computer reboots i can type "crontab -e" and then add @reboot /home/surgy/Documents/scripts/./huion580.sh  and it will run that script for use surgy on every reboot?23:25
JayTeeZeedo most touch digitizers work out of the box?23:26
tgm4883surgy: that looks correct to me, you shouldn't need the /./ though23:26
usr13!vm | Trel23:26
ubottuTrel: There are several solutions for running other operating systems (or their programs) inside Ubuntu, while using the native CPU as much as possible: !QEmu (with !KQemu), !VirtualBox, !VMWare, as well as !WINE and !Cedega for Windows applications23:26
wileee!patience | JayTeeZee23:26
ubottuJayTeeZee: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/23:26
surgytgm4883, im kindof a noob..... i dont need to ./huion580.sh ?23:27
surgy./ means execute right?23:27
surgyi have allready chmod +x huion580.sh23:27
tgm4883surgy: no, well yes.. ./ means "in the current directory", but you've specified the full path, so it's unnecessary23:27
kadirosurgy: why you puting " ./ " before a name of your script?23:27
Trelusr13 I am aware of what most of the options are, I'm asking what the quickest and most straight forward to setup in a console only environment is.23:28
surgytgm4883, so i can just /home/surgy/Documents/scripts/huion580.sh  ?23:28
tgm4883surgy: yes23:28
kadiroyes23:28
surgykadiro, because i wish to execute the script23:28
kadirosurgy: yes but without a dot23:28
usr13surgy: As a server?  (If it's console, why not just ssh?)23:28
surgyusr13, idk what your talking about :)23:29
usr13surgy: Sorry, wrong nick23:29
kadirololl23:29
bozeBashing-om: tyvm23:29
kadirosorry23:29
Bashing-omboze: :)23:30
surgyusr13, np :)23:31
usr13surgy: Sorry, wrong nick23:31
fizk_it would include a bunch of things pre-installed and ready to go, like an email server, web mail, XMPP chat, nodeBB forums, Haste paste bin, Redmine, Lychee photo sharing, ownCloud document sharing, etc, etc.23:31
tgm4883fizk_: you could use something like http://www.zentyal.org/23:31
retc9201HI!23:31
tgm4883personally, I'd just set it all up myself though23:31
surgyok thank you guys very very much23:31
surgytime to test the new script :)23:31
kadirogood luck surgy23:32
retc9201how is tell memory bad??23:32
Bashing-omretc9201: Let the memory test in the grub boot menu run over night .23:32
retc9201that will fix??23:33
kadiroretc9201: no that will show23:33
retc9201not fix?23:34
kadirono :/23:34
Bashing-omretc9201: ^ if it shows bad, the only fix is "replace" .23:34
fizk_tgm4883, thanks, that's neat, but still too small23:34
surgyok so i rebooted23:34
retc9201OK. thx + peace23:34
kadiroyou welcome retc920123:35
surgyand i also tested the script and the script is still working...... but it did not automaticly start at reboot23:35
tgm4883fizk_: I know nothing that does everything you want23:35
tgm4883nor would I want that much running on one server23:35
tgm4883maybe docker or lxc containers for each23:35
fizk_tgm4883, yeah, I figure most companies would do this piece by piece to match the features they're looking for, but if they wanted to be able to just launch a VPS and have a mini-enterprise ready to go, that would be interesting23:36
tgm4883fizk_: s/interesting/awful/23:36
fizk_tgm4883, yeah, it could be separated into containers for each, but comes pre-installed and ready for us23:37
fizk_tgm4883, why awful? :)23:37
daftykinsfizk_: having all those services on a single box, VM or not - would be a mistake :)23:37
fizk_daftykins, for security reasons, or something else?23:37
surgythis :: @reboot /home/surgy/Documents/scripts/huion580.sh did not autmaticly start my script on reboot...... what did i do wrong?23:37
kadirosurgy: depend on the DE used, in lxde you add it in autostart and it will be startup in every boot23:37
daftykinsfor logic and sanity reasons23:37
tgm4883kadiro: no, that would be the wrong way to do it23:37
surgykadiro, its kubuntu 14.04 and i entered that into crontab -e23:38
tgm4883surgy: are you sure it didn't run the script and fail?23:38
kadirotgm4883: it work for me may be a different from a distribution to others23:38
tgm4883surgy: maybe have it echo something to a tmp file at the beginning of the script23:38
fizk_daftykins, long term, yes, but short term, I think it'd be ok23:38
tgm4883kadiro: well the issue with the way you stated, is that it would only fire off when the user logs in, not at reboot23:39
tgm4883surgy: which version of ubuntu?23:39
surgytgm4883, maybe crond isnt auto starting on boot?23:39
surgytgm4883, kubuntu 14.04 lts kernal 3.1923:39
kadirotgm4883: yes you right sorry i am confused23:39
daftykinsfizk_: regardless they are the kinds of things you have to reconfigure for a given company anyway, so nothing like that could be ready to go really23:40
tgm4883surgy: that should work, I believe I've done that on my 14.04 boxes23:40
adantek1l_: i know about the error because i've experienced it before when i have had a monitor plugged in23:40
surgytgm4883, only thing i can think is that crond isnt auto starting.... hwo do i double check to see if its set to start win kubuntu boots ?23:40
fizk_daftykins, yeah, I probably shouldn't have said company. I'm thinking more like a small group of people that don't have the time to figure out how to setup all those softwares individually, but would love to use them if they were ready to go23:42
kadirotgm4883: is systemctl and systemd do a same job like crontab?23:42
daftykinsfizk_: still applies i'm afraid, as you'd have to do even the most basic of feeding such a VM / install what domain you have :) e.g. peoplesserver.com23:43
tgm4883fizk_: nobody is going to want to maintain that distro23:43
tgm4883kadiro: well you could do it via those23:43
surgytgm4883, so now what? where do i go from here? if i did everything right and it didnt work?23:44
tgm4883surgy: have you tried to echo to a file at the top of that script?23:44
kadirotgm4883: good thk's for your help23:44
* tgm4883 tries to remember which server he did that on23:44
surgytgm4883, im just now learning scripting..... how would i do that?23:44
fizk_daftykins, the basic things like domain name can be automated in a script23:44
tgm4883surgy: something like "echo 'TESTING' > /tmp/testfile"23:45
fizk_daftykins, what is peoplesserver.com? I'm getting "The domain peoplesserver.com may be for sale."23:45
tgm4883fizk_: again, nobody is going to wait to maintain all the scripts required to do all that23:45
daftykinsfizk_: *sigh* that was my example23:46
fizk_tgm4883, yeah, I hear you, maintaining all the software will be tough, but I think do-able23:46
daftykinsfizk_: regardless this is more discussion and belongs in #ubuntu-offtopic and not here where it's OS support :)23:46
tgm4883fizk_: possibly doable, but it's such a small amount of people that would use that it seems unnecessary23:46
surgytgm4883, like this ? echo 'TEST' > /home/surgy/Documents/scripts/testfile23:46
fizk_daftykins, ah ok23:46
tgm4883surgy: yea23:47
surgytgm ok trying23:47
tgm4883surgy: This is mine "@reboot /root/start_lxc_machines.sh"23:47
tgm4883it's in my root crontab23:47
aqqw1j #ubuntu-offtopic23:48
=== sync0new is now known as sync0pate
surgytgm4883, well it printed "test" in the test file... but it seams the commands im trying to issue in the script didnt work....... maybe i need a small delay so that the drivers have time to load?23:49
tgm4883surgy: can you post the script?23:50
tgm4883surgy: actually, do this23:50
tgm4883surgy: can you post your crontab line again23:50
kadirotgm4883: i think  @reboot /home/surgy/Documents/scripts/huion580.sh23:51
surgytgm4883, heres the script23:51
kpicke!!!!!!!!!!!!!23:51
=== k is now known as Guest98205
Guest98205drkate ga, jel? :D23:51
surgytgm4883, here is the crontab line @reboot /home/surgy/Documents/scripts/huion580.sh23:52
tgm4883surgy: change your crontab line to this "@reboot /home/surgy/Documents/scripts/huion580.sh >> /home/surgy/Documents/scripts/cron.log 2>&1"23:52
tgm4883surgy: that will print the output of the script and any error messages to that cron.log file in your scripts directory23:52
tgm4883surgy: maybe we'll see something important23:52
surgytgm ok let me save and reboot again23:53
surgytgm4883, yo23:55
tgm4883yo yo23:55
surgytgm4883, yeah its what i thought the script is trying to execute too early23:55
surgytgm4883, i got three "unable to connect to X server"23:55
tgm4883surgy: what does the script do?23:55
surgytgm4883, so maybe i need to run the script like 30 seconds after boot or something?23:56
kadiromay be need a root prevelege i guess?23:56
surgytgm4883, it restricts the cursor of my graphics tablet to one monitor23:56
tgm4883surgy: hmm23:56
surgytgm4883, so the left side of the tablet is mapped to the left side of my right monitor23:56
tgm4883surgy: well, I would think that the correct way to do that would be making a systemd service that runs it after it detects the display is up, however the hacky way would be to put a sleep 30 at the top of your script23:57
surgytgm4883, how?23:57
tgm4883surgy: it's a bash script?23:58
surgytgm4883, whats the command for sleep 30 ?23:58
surgyim assuming so?23:58
kadirosleep 300023:58
surgythank you23:58
tgm4883no23:58
tgm4883that would be 3000 seconds23:58
kadiroouups23:58
tgm4883literally just "sleep 30"23:58
kadiroyes missed one zero23:58
kadiro30 sec?23:59
tgm4883http://ss64.com/bash/sleep.html23:59
tgm4883yes23:59
tgm4883surgy: "sleep 30" not "sleep 3000"23:59

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