/srv/irclogs.ubuntu.com/2016/05/26/#ubuntu.txt

=== grubles_ is now known as grubles
nemmonszzzthere is a Unison config setting (perms) which control which parts of the file permission to synchronize, but if i try to use it, i get the error 'Error in setting file ownership: Operation not permitted'00:00
naccnemmonszzz: quick glance at their manual implies that it's tied to umask on the remote end if it's a new file00:01
nemmonszzzoh wow00:03
nemmonszzzyou are an absolute livesaver00:03
nemmonszzzi must have read that paragraph a few times but because i had no idea what umask was, i just ignored it. with you specifically pointing it out i now see how it's very relevant00:03
naccnemmonszzz: there coudl be a real bug, but i'd suspect umask first :)00:04
nemmonszzzno you're definitely right. the umask on server-2 is 00200:04
naccnemmonszzz: yep, i think that's the default now (it is that way for me on 16.04 as well)00:04
nemmonszzzdo you see any inherent harm in me changing that to 022?00:04
naccnemmonszzz: well, it will make all files have g+w, i think00:05
nemmonszzzerr no, that's not the one i want.00:05
naccnemmonszzz: it doesn't seem to 'and' the permissions, it just takes the umask value (aiui)00:05
nemmonszzzah i see. okay00:05
naccnemmonszzz: i'm not sure what unison buys you, or why you're using it, but perhaps rsync would be better :)00:06
naccnemmonszzz: the other thing you run into is that, based upon that same paragraph, the permissions ont he remote don't meant hte same thing00:06
naccas the uid and gid aren't copied (cna't be, really)00:06
naccso the effective user and group aren't the same as on server-1 necessarily00:06
naccnemmonszzz: it's forced over to the unison server's user and group, i think00:06
nemmonszzzin this case they are for sure because the servers were made from the same puppet config,00:07
nemmonszzzor, at least, i think that means the user and group would be the same across servers00:07
naccnemmonszzz: does unison run as www-data on server-2 ?00:07
naccnemmonszzz: no i mean implementation wise they don't do that00:07
naccnemmonszzz: "The Unix owner and group ids are not propagated. (What would this mean, in general?) All files are created with the owner and group of the server process. "00:07
nemmonszzzoh i see00:07
naccso www-data:www-data rw-rw---- on server1 becomes <unison user>:<unison group> <umask> on server200:08
naccafaict00:08
nemmonszzzyeah, that's fine because unison user on server 2 is part of www-data anyway00:08
nemmonszzzthat was the first hurdle i had to figure out a few hours ago00:09
nacci don't know anything about unison, and don't know why you are using it, but i'll say 'rsync' again :)00:09
nacci guess unison is a rsync implementation, reading a bit more?00:09
nemmonszzzyeah so i picked unison as a quick and dirty way to do two-way file sync between two servers00:09
nemmonszzzyeah it is00:09
nemmonszzzi thought rsync was just 1-way?00:09
naccnemmonszzz: i mean it'd be two steps, i guess, but it does look like (on cursory googling) unison is a common answer to how to do 2-way rsyncs :)00:10
nemmonszzzyeah, that's how i found it =)00:11
naccthere's apparently bsync and osync00:11
nemmonszzzbasically what happened was that i had a web application running on a server, i moved it to a more robust 2-server setup behind a load balancer, then realized i had some user-uploaded content that i needed to have synced between the two00:11
naccnemmonszzz: alright, you've sent me down a rathole, i think you at least have an answer now :)00:11
nemmonszzznacc yes, thank you very much. huge help. one of these days i'll learn to read allll the documentation rather than just select bits.00:12
=== littlebunnyfufu is now known as SonikkuAmerica
naccnemmonszzz: you should tell the unison folks to crossref their documentation with manpages00:12
naccnemmonszzz: would make it more obvious when a unix-y thing is being mentioned00:12
=== boy is now known as Guest38456
kazIs anyone active?00:42
Arcaireyeah i work out a couple hours before bed and walk about 5-7km a day.00:43
Bashing-omkaz: Depends on what it takes to raise a head . Ask your question .00:43
ArcaireI guess I could say I'm pretty active.00:43
somsip!ot | Arcaire00:43
ubottuArcaire: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!00:43
ArcaireI bet you were trembling to do that.00:43
kazmy system when playing games used to run fine. I could play nexuiz great but now it I can barely play nexuiz at low settings. Any ideas? I just updated ubuntu.00:47
kaz16.04 btw00:47
Arcairekaz: Do you know what graphics drivers you're using? Now and before.00:47
kazI never installed drivers. I assume it should be the intel int. graphics00:48
kazor some asus onboard graphics00:49
somsipkaz: sudo lshw -c Video will tell you what board you have00:49
kazk 1 sec00:49
kaz*-display:000:50
kaz       description: VGA compatible controller00:50
kaz       product: 4 Series Chipset Integrated Graphics Controller00:50
kaz       vendor: Intel Corporation00:50
kaz       physical id: 200:50
kaz       bus info: pci@0000:00:02.000:50
tonytnot very smart lol00:50
ash_workzI get errors on `sudo apt-get dist-upgrade` https://gist.github.com/anonymous/319f47a15340c71c8e64597d205d938400:52
ash_workzany ideas?00:52
kazmy question first lol00:52
somsipkaz: no, everyone asks and anyone helps if they can. Check what driver you're using with "lspci -k | grep -ia2  vga"00:53
Bashing-omash_workz: What release ? ' cat /etc/issue '00:53
naccash_workz: also there wil be more output than that, please provide the *full* output on the terminal, including the command run00:54
somsip!info libnet-amazon-ec2-perl trusty00:55
ubottulibnet-amazon-ec2-perl (source: libnet-amazon-ec2-perl): Perl interface to the Amazon Elastic Compute Cloud (EC2). In component universe, is optional. Version 0.24-1 (trusty), package size 41 kB, installed size 233 kB00:55
k1l_ash_workz: what is all the output? this just indicates there is something more going wrong00:58
ash_workzwaiting for output :)01:00
schlieffen:v01:00
ash_workzBashing-om: Ubuntu 14.04.4 LTS01:00
Bashing-omash_workz: K . waiting for the requested outputs :)01:01
=== mnepton is now known as mneptok
ash_workzmy too o.o;01:03
ash_workzs/y/e01:04
dramai added a usb wifi adapter and forgot the password for the pop up and now https doesn't work01:04
ash_workztaking an abnormal amount of time imo01:05
ash_workznot it says it's out of space01:08
ash_workzI wish I had set it up with more disk space for boot when I first installed ubuntu01:10
Bashing-omash_workz: Then . 'df -h ; df -i ; dpkg -l | grep linux- ' in a pastebin .01:10
ash_workzBashing-om: https://gist.github.com/anonymous/c3fc304976aff6ea4259ab9dde3b0e9a01:12
Bashing-omash_workz: Look'n .01:13
somsip!info libnet-amazon-ec2-perl01:13
ubottulibnet-amazon-ec2-perl (source: libnet-amazon-ec2-perl): Perl interface to the Amazon Elastic Compute Cloud (EC2). In component universe, is optional. Version 0.31-1 (xenial), package size 46 kB, installed size 249 kB01:13
=== terrasap1en is now known as terrasapien
Bashing-omash_workz: Probably will not work .. but try ' sudo apt-get autoremove ' to try to get some head room by removimg old kernels .01:16
=== alpha is now known as Guest22097
=== joob is now known as Guest_node
Guest_nodeHi. When is 16.04.1 released?01:36
Bashing-omash_workz: We resorting to a manual kernel removal procedure ?01:36
Bashing-omGuest_node: Prposed as July 21 .01:37
omsigHello,can someone help me,I have installed Xubunt 16.4 and in Terminal is no sound card ?He can also not foud the alsamixer.What can I do?01:38
Bashing-om!sound | omsig01:39
ubottuomsig: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.01:39
ash_workzBashing-om: sorry, if it's not one thing it's another :\01:40
omsigI do this help ubuntu for sound and a lot of other,but nothing works :(01:41
ash_workzBashing-om: https://gist.github.com/anonymous/ae9819c55be138f6892e7c96687ef9f501:41
Bashing-omash_workz: Look'n ,01:42
Guest_nodeHi. When is 16.04.1 released?01:42
nacc!ltsupgrade | Guest_node01:43
ubottuGuest_node: Users of 14.04 LTS will be offered the automatic upgrade when 16.04.1 LTS is released, which is scheduled for July 21st.01:43
Guest_nodeThanks01:43
somsipBashing-om: you need manual removal. Check what kernel is in use, go to /usr/src and delete the contents of a directory for a kernel that is not in use, eg: sudo rm -rf linux-headers-3.13.0-64/*. If you remove the dir, apt-get will complain. You may need to remove a couple of them01:43
somsipash_workz: ^^^ (not Bashing-om - sorry)01:44
somsipash_workz: and dont delete any that are not yet configured, so leave *-59 in there01:44
naccsomsip: that doesn't seem like the correct advice, sorry01:45
nacci believe /boot is full01:45
naccnot /01:45
omsigI have kernel 4.2 or someting like this01:45
somsipnacc: quite right - I misread the df -h paste.01:45
naccash_workz: did you do an autoremove?01:45
somsipash_workz: forget everything I just said :)01:46
naccsomsip: sorry, didn't want ash_workz to go down the wrong path01:46
somsipnacc: not at all. I'm happy to be corrected when I'm wrong.01:46
ash_workzsomsip: that's the 'appropriate' way to do that? I know linux has a fairly detailed service for these things01:46
somsipash_workz: wrong track - my mistake for confusing the issue.01:46
ash_workzautoremove resulted in errors01:46
naccash_workz: stepping away but you probably want to run `apt-get autoremove` first, to see if some not in-use kernels can be removed01:46
naccash_workz: did you pastebin the errors?01:47
ash_workzhttps://gist.github.com/anonymous/ae9819c55be138f6892e7c96687ef9f501:47
naccash_workz: taht's from `apt-get autoremove` ?01:47
omsigOk I am absoluetly new with Linux,what you mean with pastebin?01:47
nacc!paste | omsig01:48
ubottuomsig: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.01:48
ecazQ: Can a non-root user initiate a tun (tunnel) connection without using sudo? IE, can I run openvpn without using 'sudo openvpn'01:48
ash_workznacc: sudo apt-get autoremove yeah01:48
ash_workznacc: should I try again?01:48
naccash_workz: hrm, ok -- so you might need to remove 'linux-image-3.19.0-59-generic' so that autoremove can run. I need to step away unfrotunately (dinner time). But it looks like you first need to get apt into a good state (it's in mid-process of those kernel pacakges)01:49
naccash_workz: then autoremove01:49
somsipash_workz: *answer 2* so this is the same sort of thing but focussed on the contents in /boot not / as I said before http://askubuntu.com/questions/345588/what-is-the-safest-way-to-clean-up-boot-partition01:49
naccash_workz: hopefully someone else can answer fully01:49
ash_workznacc: thanks01:49
Bashing-omash_workz: nacc I have in mind to sic 'dpkg' on removing images . what is the booting kernel ' uname -r ' ?01:50
ash_workzBashing-om: *shrug* ?01:50
ash_workzBashing-om: did you see that in the autoremove output?01:51
Bashing-omash_workz: Many paths to one end . But need to make sure we do not mess with the booting kernel . ' uname -r ' to know this kernel .01:51
ecazQuestion: ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1) - can a non-root or non-sudo user (administrative user) establish a tunnel?01:52
ash_workzBashing-om: OH! You want me to _run_ that; I thought you were saying that you were perplexed by a line of output code01:52
ash_workzBashing-om: 3.19.0-58-generic01:52
Bashing-omash_workz: That last .. I saw "  stdout: No space left on device " apt has no head room to work in .01:52
ash_workzBashing-om: yeah01:53
ash_workzBashing-om: I am not linux-y enough to expand the disk space post initial install01:53
ash_workz:(01:53
ash_workzBashing-om: should I just follow the advice at somsip's link?01:55
Bashing-omasj try: ' sudo apt-get remove linux-{image,headers}-3.19.0-{25,26,28,30,31,33,39,43}-generic; sudo apt-get -f install; sudo apt-get autoremove ' is what I have had the better success with .01:56
Bashing-omash_workz: ^^ bad tab experience .01:57
ash_workz?01:58
ash_workzbad tab?01:58
Bashing-omash_workz: try: ' sudo apt-get remove linux-{image,headers}-3.19.0-{25,26,28,30,31,33,39,43}-generic; sudo apt-get -f install; sudo apt-get autoremove ' is what I have  had the better success with .01:58
ash_workzOH! the auto-complete01:58
ash_workz132 MB will be freed :)01:59
ash_workzk, done01:59
ash_workzat some point I will actually need to expand the space01:59
ash_workzbecause it's just ridiculous that this happens02:00
davidwilliamshi02:00
Bashing-omash_workz: And did the -59 kernel insrall ? a new ' dpkg -l | grep linux- ' .02:00
Bashing-omash_workz: No on expanding ... just sometimes remove the old kernels . ' autoremove' should now do that for you .02:01
ash_workzhttps://gist.github.com/anonymous/f0b3147a3a6e7aa1159ab4076ac9da2502:01
ash_workzin the past, the gui manager would complain about space and I'd be able to get around it by just doing apt-get upgrade from the terminal02:02
ash_workzBashing-om: anyway I guess I should do a dist-upgrade now?02:04
Bashing-omash_workz: I had expected the headers to also be removed in that last sequence . OK run ' sudo apt-get remove linux-headers-3.19.0-{25,26,28,30,31,33,39,43} ' . Then we do some fancy cleanup .02:05
ash_workzapparently npm is broken now :\02:06
ash_workzdone02:06
ash_workznow auto-remove?02:07
Bashing-omash_workz: Wont hurt to see what it does .02:07
ash_workznothing02:07
ash_workzBashing-om: I mean, it didn't really do anything02:07
ash_workzlooks like the headers are still there02:09
ash_workzerm02:09
Bashing-omash_workz: I had not expected any result at thos time .. we already have all done that autoremove will do . // Now what results ' sudo apt update ; sudo apt full-upgrade ' ?02:09
Hala3ammihow heavy is the latest LTS on CPU and mem ?02:09
Hala3ammidoes anybody know02:09
ash_workznvm; the headers aren't there  ^ ^;02:09
ash_workzfull-upgrade is not available on my system02:10
Bashing-omash_workz: Let's run the updates ^^ then clean up .02:10
ash_workzupdating...02:10
ash_workzBashing-om: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded02:11
ash_workzBashing-om: E: Invalid operation full-upgrade02:11
ash_workzI don't think full-upgrade came with 14.0402:11
ash_workzBashing-om: is there still additional clean up to do02:12
ash_workz?02:12
Bashing-omash_workz: Check typo ?? ' sudo apt full-upgrade ' . I just did it  in 14.04 .. and is valid .02:13
=== rOss^64 is now known as rOss^VR
=== gio is now known as Kwelstr
Hala3ammik, lets ask this another way, minimum 16.04LTS requirements02:14
Bashing-omash_workz: Heads up " Preparing to unpack .../google-chrome-stable_51.0.2704.63-1_amd64.deb  " .02:14
teo_Hi02:14
reisiohi02:15
=== mauricio is now known as Guest4872
reisioHala3ammi: not for nothing, but if you typed that into a web browser...02:15
Hala3ammicommon man02:15
teo_how can I install qtox on ubuntu 16.04? I found repo debian on web but  there inst qtox program afterd add repo02:15
Hala3ammioff course I can use web browser but seriously02:15
Hala3ammiso this is high level stuff here ha ... well I see alot of very basic apt get chat going on02:16
notDancerhello, I'm experiencing a problem with my ubuntu02:16
notDancercan anyone here help me out :)02:16
Bashing-om!ask | notDancer02:17
ubottunotDancer: 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 !patience02:17
reisioteo_: can try an older version on launchpad02:17
notDancerI just upgraded to 16.04 from 14.04 and my wifi isn't working. I can't see the "enable wireless" option on my laptop02:17
reisioteo_: or this: http://askubuntu.com/questions/423716/how-do-i-install-tox02:17
notDancerhttp://ubuntuforums.org/showthread.php?t=2159334&page=202:18
zykotick9Bashing-om: note, "apt full-upgrade" really should be required (9 times out of 10), infact it might lead to some problems :|  "apt upgrade" will do what "apt-get full-upgrade"/"apt-get distupgrade" use to do = update everything.02:18
zykotick9s/really should be/really shouldn't be/02:18
notDancerI followed the solution in the link I pasted above02:18
teo_ok02:18
notDancerBecause my wifi adapter is ralink rt3290, and the problem is similar, so i tried following that solution02:19
Bashing-omzykotick9: K .. will keep that under advisement . I do agree .02:19
notDancerbut I'm getting an error at the "make" step02:19
notDancerthat is my problem. I'll just take screen shots of the error and share02:19
Bashing-omash_workz: Where are we at ? Ready to clean up ?02:19
ash_workzBashing-om: sure are!02:20
notDancersorry, I didn't notice that the whole question has to be in one line, will re ask02:20
Bashing-omash_workz: let's have a gander at disk space now ' df -h '  first .02:20
ash_workzBashing-om: OH! the -get was my typo02:21
ash_workzI did apt-get full-upgrade02:21
ash_workzanyway02:21
ash_workzBashing-om: https://gist.github.com/anonymous/08e4e9bcb549388c93760610bfb54b7802:22
Bashing-omash_workz: K .. apt is the revamped improved apt-get . takes a bit to adjust to apt .02:22
ash_workzBashing-om: I see02:23
ash_workzI wonder if I will be using it to uninstall my broken npm02:23
Bashing-omash_workz: Wo-Hoo .. look'n good now ' dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs sudo dpkg --purge ' and a new look ' dpkg -l | grep linux- ' . to see that all is now clean as a whistle .02:24
Bashing-omash_workz: we look at npm here next ,,02:25
notDancerI just upgraded to 16.04 from 14.04 and my wifi isn't working. I can't see the "enable wireless" option on my laptop.  http://ubuntuforums.org/showthread.php?t=2159334&page=2 .  I followed the solution in the link I pasted above, Because my wifi adapter is ralink rt3290, and the problem is similar, so i tried following that solution. I'm getting an error at the "make" step. This is a screenshot of the error message http://imgur.com/02:26
ash_workzBashing-om: https://gist.github.com/anonymous/7736a605219476d7c86ef21404b41808 -- nice02:28
_44trenti have a question, in a dual boot scenario with UEFI,does the windows boot manager would still function properly if ubuntu is removed?02:28
_44trentbecause i know on legacy grub fully takes over as the bootloader02:29
_44trentsometimes i wish there was a dedicated dualboot channel02:30
prappl93notDancer: your link to the screenshot is just a link to the main site for Imgur.02:30
_44trentthere is a dualboot channel on freenode, but it has literally 4 people in it02:31
drama_44trent, #grub02:31
_44trenti'll ask them then02:31
=== comgot1 is now known as comgot
notDancerprappl93, it is openeing the screenshot for me. Will try tiny pic. http://tinypic.com/r/dm9yt0/902:32
notDancerprappl93: Sir, did this link work?02:33
Bashing-omash_workz: Yepper .. nice and clean . OK, what up with npm ?02:33
ash_workzBashing-om: I thought I was getting errors upgrading, but I forgot that npm is part of the nodejs package02:34
prappl93notDancer: that worked for me, yes.02:35
ash_workzoh... huh... I guess... it is it's own thing?02:35
ash_workzand I guess I incidentally uninstalled it02:35
Bashing-omash_workz: Yeah npm is the package manager for Node.js . All good now ?02:35
ash_workznope02:36
ash_workz:\02:36
ash_workzI get this when I try to do `sudo apt-get install npm` https://gist.github.com/anonymous/897e961dcf672aea938ae1ecb10a1e0702:36
ash_workzI am very confused... nodejs was uninstalled I guess ?_?02:37
ash_workzwell I just did `sudo apt-get install nodejs` and it appeared to install (reinstall?) it said 1 to remove, 1 to install so I guess it reinstalled02:39
Bashing-omash_workz: Looks like it .. want it ? maybe try ' sudo apt install --reinstall nodejs ' .02:39
ash_workzanyway, now `sudo apt-get install npm` is giving me the same message02:39
prappl93notDancer: Please try running the solution in this: http://askubuntu.com/questions/545238/how-to-install-wifi-driver-ralink-rt329002:39
ash_workzBashing-om: done. And then I tried `sudo apt install --reinstall npm` and still yielding same errors02:40
prappl93It looks like it might be the same solution that you were trying, now that I see that under further inspection.02:40
Bashing-omash_workz: show me the ' apt install --reinstall Node.js ' full output. See what the package manager is screaming about .02:42
ash_workzBashing-om: `Node.js` ? not `nodejs` ?02:42
Bashing-omash_workz: lowercase nodejs .02:43
ash_workzBashing-om: https://gist.github.com/anonymous/4dd090594a9d308b593570d507f86bd202:45
notDancerprappl93: I have tried doing it. http://tinypic.com/r/dq5buv/9 This is the error message I'm getting after the second step. I have also tried the second solution in the link you provided, it ran without errors but didn't solve the issue.02:45
Bashing-omash_workz: look'n .02:46
ash_workzguess I should run autoremove02:46
Bashing-omash_workz: So far so good . what now ' dpkg -l npm ' ?02:47
ash_workzBashing-om: https://gist.github.com/anonymous/b75c84c30c39ac3b4b1872b8db2fd56802:48
Bashing-omash_workz: Try now to install ' sudo apt install npm ' .02:49
ash_workzBashing-om: https://gist.github.com/anonymous/b83987eaa8caebec84261787611098b202:50
=== narciso is now known as narcisco
Bashing-omash_workz: Not making a lot of sense huh . what returns ' apt-cache policy nodejs ' .02:52
ash_workzBashing-om: https://gist.github.com/anonymous/2d75b6ff87875ce9cfdb6862deb4884c02:55
Bashing-omash_workz: K .. I see what is now .. which version do tou inrend to use ? https://deb.nodesource.com/node_4.x/ or our repo ? can not have both .02:57
Bashing-omyou intend**02:58
ash_workz...?02:58
ash_workzI guess the most recent?02:59
Bashing-omash_workz: You have installed nodejs from a PPA .. not supported here .02:59
ash_workzI'm surprised node is supported here at all o.o03:00
ash_workzbut03:00
ash_workzI am happy to remove the ppa03:00
Bashing-om!ppa-purge | ash_workz03:00
ubottuash_workz: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html03:00
ash_workzinstalling...03:01
ash_workzhow do I list my ppas?03:02
ash_workzBashing-om: ^03:02
Bashing-omash_workz: ' tail -v -n +1 /etc/apt/sources.list.d/* ' .03:02
Bashing-omash_workz: When ppa-purge completes . make sure you also remove the source .03:05
ash_workzBashing-om: I guess it's got to be this, right? deb https://deb.nodesource.com/node_4.x trusty main03:05
Bashing-omash_workz: Yepper .. that looks to ne it ^ .03:05
Bashing-ombe*03:05
ash_workzoh, um... I don't know the repo/sub name?03:05
ash_workzBashing-om:  https://deb.nodesource.com/node_4.x is the repo?03:07
_44trentis it a bad idea to install grub to my EFI partition?03:08
_44trentinstead of sda i want it on sda103:08
_44trentwhich is well, my EFI partition03:08
EriC^^follow your heart03:09
_44trentuhm, and what's that supossed to mean03:09
_44trenti was only asking because all the documentation on grub says NOT to install it to sda03:09
_44trentsda1 i mean03:09
=== alexandr1 is now known as alexandros_c
EriC^^yeah that's for legacy03:10
_44trentsince the EFI partition replaces mbr...03:10
_44trentyeah, the proper way is sda1 on EFI03:10
EriC^^yeah are you talking about the installer?03:10
_44trentyep03:10
EriC^^oh, leave it /dev/sda it'll know what to do03:11
=== user___ is now known as jnagro
_44trentokay03:11
Bashing-omash_workz: IF you ran ppa purge, then yes remove " https://deb.nodesource.com/node_4.x " .03:12
ash_workzBashing-om: oh, I guess the repo name is nodesource03:13
ash_workzBashing-om: what I mean is I don't know the args for sudo ppa-purge ppa:?/?03:16
ash_workzdo I just drop in the deb link?03:17
Bashing-omash_workz: That one will take me a bit to find out .03:18
ash_workzwell03:18
ash_workzI went to the setup file from that repo03:19
EriC^^you need repo/name format03:19
ash_workzrather03:19
ash_workzI went to that link03:19
ash_workzand read the readme03:19
ash_workzand checked the setup file03:19
ash_workzwhich would have appeared to have installed that nodesource.list file03:20
ash_workzbut with the wrong version number (I guess)03:20
ash_workzmine says _4; it says _0.1003:20
ash_workzmaybe a typo whenever I installed it03:20
ash_workzbut w/e; I when I visit the deb url it redirects to git which lists the repo as nodesource/distributions03:21
ash_workzso I guess that then maybe :\03:21
ash_workz?03:21
ash_workzEriC^^: ^ ?03:21
_44trentthe documentation even says that grub should be installed to the EFI partition...man i'm dumb, it was right there in the documentation03:21
ash_workz_44trent: I'd like to say that it happens to the best of us, but I can't say from experience XD03:22
_44trentat least this isn't as stupid as the time i actually deleted the efi partition in gparted, somehow mistaking it as my thumb drive03:22
_44trenteven though i wasn't even in sdb03:22
_44trentyeah, that happend03:22
_44trentwith a little help from here and some chrooting i fixed that though03:23
EriC^^ash_workz: how'd you install the ppa?03:23
_44trentthe fact i even managed to delete the EFI partition that was clearly labelled "EFI" in gparted falls in the top 10 list of stupidest things i've ever done03:23
_44trentthe only other thing i've done that was dumber than that was snapping my old graphics card in the PCI port03:24
ash_workzEriC^^: I don't remember03:25
_44trentthank god i was replacing the graphics card, but it was a pain in the but to get the PCI connector out of the slot03:25
EriC^^ash_workz: how long ago did you install it?03:26
EriC^^ctrl+r sudo add-apt03:26
ash_workzEriC^^: once upon a time?03:26
ash_workzEriC^^: like 2 months ago I guess :\03:27
EriC^^oh03:27
Bashing-omash_workz: Looks promising : http://stackoverflow.com/questions/5650169/uninstall-node-js-using-linux-command-line . But depending on how you installed nodejs .03:29
ash_workzshould I just try ppa-purge on nodesource/distributions ?03:30
ash_workzBashing-om: ^ ?03:30
Bashing-omash_workz: From what I see .. nodejs will not suppprt ppa-purge . Looks like a manual removal . " sudo npm rm npm -g " MIGHT " be the ticket .03:33
EriC^^ash_workz: what's the link of the ppa?03:33
EriC^^we'll try to make something like ppa-purge that works for links03:33
Bashing-omEriC^^: Working from https://deb.nodesource.com/node_4.x for ash_workz .03:35
EriC^^ash_workz: ok try grep -B1 "ok installed" status | sed -n 's/^Package: //p' | xargs apt-cache policy | grep -B4 "500.*node"03:35
ash_workzBashing-om: result: unbuild npm@2.15.503:36
ash_workzEriC^^: result: https://gist.github.com/anonymous/cf1e24db8333b3a28b447e0e1c49eafe03:37
Lugalhi03:37
EriC^^ash_workz: oops03:38
EriC^^ash_workz: ok try grep -B1 "ok installed" /var/lib/dpkg/ status | sed -n 's/^Package: //p' | xargs apt-cache policy | grep -B4 "500.*node"03:38
Lugalhow can I compress all folders from one directory into different tar.xz archives with a terminal command?  so for example to make 10 archives from 10 folders, and not all in one.03:38
EriC^^ash_workz: ok try grep -B1 "ok installed" /var/lib/dpkg/status | sed -n 's/^Package: //p' | xargs apt-cache policy | grep -B4 "500.*node"03:38
EriC^^oh sorry again03:39
EriC^^ash_workz: ok try grep -B1 "ok installed" /var/lib/dpkg/status | sed -n 's/^Package: //p' | xargs apt-cache policy | grep -B6 "500.*node"03:39
ash_workzEriC^^: result: https://gist.github.com/anonymous/2fc6351fc191a75a8012eaddf8dcd08103:39
EriC^^ok looks like there's just one package installed by that ppa03:40
EriC^^try with the last command to get the name03:40
ash_workzEriC^^: result: https://gist.github.com/anonymous/22b8b612ad3ed1b93e9867856bac515703:40
EriC^^ok, let's see which packages depend on nodejs03:42
EriC^^grep "^Depends.*nodejs" /var/lib/dpkg/status03:43
ash_workzEriC^^: no output03:45
toanik03:45
EriC^^ok good03:45
toanihi there03:45
toanianyone online03:45
EriC^^ash_workz: type sudo apt-get purge nodejs03:46
ash_workzoh, btw; that repo name I got from going to ../ from the deb link: https://deb.nodesource.com/node_4.x/03:46
ash_workzEriC^^: trying...03:46
ash_workzEriC^^: dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules' not empty so not removed03:46
EriC^^ash_workz: np i guess, type cd /etc/apt/sources.list.d/ and also comment out the repo03:47
EriC^^then sudo apt-get update03:47
ash_workzEriC^^: comment out the repo?03:48
EriC^^yeah put a "#" at the start of the line that says deb and deb-src (if there)03:49
ash_workzEriC^^: file?03:49
EriC^^should be in /etc/apt/sources.list03:50
EriC^^should be in /etc/apt/sources.list.d03:50
ash_workzEriC^^: should I just delete the file?03:50
ash_workzEriC^^: those are the only 2 lines on nodesource.list03:50
ash_workzEriC^^: I kind of thought there was some tool that would remove that file (along with anything else that needs to be removed with it)03:51
EriC^^ash_workz: yeah you can03:52
EriC^^ash_workz: there's ppa-purge but it doesn't work with links03:53
ash_workzEriC^^: should I remove the save file too?03:54
EriC^^yeah03:54
ash_workzEriC^^: anything else I need to do to complete the removal of that repo?03:55
Lugalhow can I compress all folders from one directory into different tar.xz archives with a terminal command?03:56
GallomimiaLugal i think you'd have use a for loop03:56
EriC^^ash_workz: no, just run apt-get update after03:56
=== kubuntu is now known as Guest53691
ash_workzEriC^^: should I be using just apt for that now?03:57
Gallomimiasomething like for each $folder in $(ls directory) tar -cfz $folder $folder.tar.xz03:57
lotuspsychje!tar | Lugal03:57
ubottuLugal: Files with extensions .tar, .gz, .tgz, .zip, .bz2, .7z, .ace and other archive file formats can be opened with file-roller (GNOME) or Ark (KDE) - Also see https://help.ubuntu.com/community/FileCompression03:57
Guest53691i'm on a live system. how can I access my old ~/ without needing to sudo $filebrowser?03:57
EriC^^ash_workz: same thing i guess03:57
EriC^^Guest53691: sudo $filebrowser is fine in a live system03:58
ash_workzk, I guess I'll try to reinstall nodejs now... I suppose03:58
somsipash_workz: which ppa will you use this time?03:58
ash_workzsomsip: hopefully the right one?03:58
GallomimiaGuest53691: you'd have to change the owner or group of the directory. then you'd have to change it back once you get back later03:58
Gallomimiai don't really recommend that03:59
somsipash_workz: vague answer... FWIW, this has been stable for me for a while https://launchpad.net/~chris-lea/+archive/ubuntu/node.js/03:59
ash_workzI just did sudo apt install --reinstall nodejs04:00
somsip!info nodejs04:00
ubottunodejs (source: nodejs): evented I/O for V8 javascript. In component universe, is extra. Version 4.2.6~dfsg-1ubuntu4 (xenial), package size 3029 kB, installed size 12250 kB04:00
LugalGallomimia, how exactly? I dont really know how to work with variables in terminal04:00
Lugalsupposed I am already in the directory where the others are04:01
ash_workzEriC^^: still getting depends errors trying to install npm04:01
somsipash_workz: nodejs tends to develop quite quickly, so you wont get upgrades. If you want them, PPA is needed. But PPAs should be used with care as you've found out, so what ever is best for you04:01
GallomimiaLugal: well i gave you a rudamentary go of it. i'm sure the tar command would be badly formed04:01
Gallomimiathe simple way of doing a for loop is for each $pickavariablename in somelist04:02
Gallomimiauh... i'm forgetting something04:02
Gallomimiaah yes. at the end of the list put a ;04:02
Gallomimiathen put the word do04:02
Gallomimiaa command with the variable in it04:02
Gallomimiathen another ; and the word done04:02
Gallomimiafor the list you'd have it execute ls .04:03
Gallomimiawith substitution that looks like $(ls .)04:03
user_brhi04:04
Gallomimiahello user_br04:04
ash_workzhmm04:04
ash_workzI dunno what's going on04:04
GallomimiaLugal: if you're more interested in learning about the command line, i recommend the book called "The Linux Command Line" it's a pdf book, free online just google it04:04
Gallomimiathere's also the #bash channel04:05
user_brhow I clear my system?04:05
Gallomimiawhat?04:05
ash_workzapt install npm throws errors but which npm shows the command04:05
Gallomimia"clear" your system?04:05
Gallomimiasounds like a dangerous procedure. why do you want to do that user_br ?04:05
srir4mhey04:05
Gallomimiahay is or horses04:05
Gallomimiafor*04:05
Gallomimiadoh ><04:05
srir4mhow do i remove preinstalled stuff...04:06
srir4mwithout removing the ubuntu-mate-core package04:06
user_brsorry...how do I maintenance in my system?04:06
user_br:D04:06
dreamaddicthow can I remap/unmap Alt+TAB?  I don't want the dashboard whatever...actually, all I'd really like is for Emacs to be able to hear Alt+TAB04:06
iku-ikuhello, I'm looking for a driver for the following printer: Kyocera LS-6970DN KX. Thank you for your support =)04:07
user_breveryone?04:08
Gallomimiauser_br: it's tough to understand what you're asking. perhaps if english is not your first language, you'd be better off finding the channel that speaks yours?04:08
Gallomimiadreamaddict: in the keyboard control panel i do believe04:09
Gallomimiathere's a tab marked shortcuts04:09
dreamaddictis there a way to prioritize a keystroke for an application such as Emacs, so that if Emacs has "focus" or whatever it is, it can hear and react to Alt-TAB before Unity04:09
Gallomimiai'm not sure really. if there is i'm sure it's complicated04:10
user_brhow do I delete invalid repositories?04:10
reisiodreamaddict: you can move your shortcut to something separate from both, and have it query the window in focus before acting04:10
reisioxbindkeys + wmctrl would be one way04:11
dreamaddictI am not sure what "something separate from both" would look like04:11
dreamaddictok some thingy like that04:11
dreamaddictin this case it sounds like my time would be better spent binding the key in Emacs, so that I just don't have to type Alt-TAB04:11
reisioactually you can probably map alt+tab in Unity (compiz) to a script as well04:11
reisioalthough I imagine the least inefficient way would be to listen for window changes, and disable alt+tab where you don't wan it when emacs is focused, and re-enable when unfocused04:12
dreamaddictthat's what I would think04:12
dreamaddictlike, have a list with "exceptions" like Emacs in this case, and have that list be checked before the UI gets a hold of the key04:13
Ben64or just.... pick a different shortcut04:13
dreamaddictyeah I'm just going to bend Emacs04:13
dreamaddictstill it's nice to know these kind of things04:14
reisioactually since most window changes will be via alt+tab anyway, that much is easily controlled04:21
=== jrusso is now known as MadcapJake
reisiohttp://unix.stackexchange.com/questions/214921/getting-notified-about-window-title-changes :)04:22
reisioI s'pose modifying the wm would be simplest, though04:22
=== christopher is now known as Guest48427
Guest48427hi guys!04:27
beeceemy first irc!04:42
baizonbeecee: good job04:43
beeceebaizon: thx!04:43
beeceecan anybody answer questions on a live cd fresh install?04:45
beeceeI got a hand me down Sony Vaio which previously had dual boot XP and Ubuntu.04:46
baizonbeecee: and whats the question?04:46
beeceebaizon: I'm trying a fresh install, Live -CD. I went into Bios to change boot order but not working.04:47
baizonbeecee: did you made a proper liveCD?04:47
beeceebaizon: yes, before I got the hand me down vaio, I installed w/same live-CD. For some reason, it's not working.04:48
=== Tempesta is now known as ChoiKyuSang
baizonbeecee: how did you made that livecd?04:49
beeceebaizon: I've read a few threads that ppl have an issue where they try a fresh install & it messes w/something.04:49
beeceebaizon: i made it from the dual boot on the XP.04:50
utopiahhey #ubuntu any feedback on sound and the HP Stream11? Worked well on 15.* (cf own post https://www.reddit.com/r/Ubuntu/comments/3m6ncb/hp_stream_11_with_ubuntu_1510/ ) but lost it on 16.0404:51
beeceebaizon: the live cd was made on a dvd-r cd.04:51
lotuspsychjeutopiah: did you upgrade to 16.04 from wily?04:52
beeceebaizon: also, I used the same live-cd to to just boot ubuntu and wipe XP.04:53
beeceeI've tried changing the bios back to default and re-try boot order and still nothing.04:53
utopiahlotuspsychje: from 15.1004:54
beeceebaizon: also, i've tried changing bios back to default and retry boot order and still nothing.04:55
lotuspsychjeutopiah: could you try a 16.04 liveusb, to see if your issue persist?04:55
destinydrivenhow can I get support for my kingston usb 3.0 flash drive formatted as exfat?04:56
srir4mguys04:57
srir4mim using gdm304:57
srir4mbut whenever i lock the desktop...lightdm lock screen pops out04:57
srir4mwhat should i do04:57
destinydrivenit either throws io errors or if I copy something . . .  I can't retrieve it.04:57
destinydriventhe same drive works flawlessly on windows04:58
reisiodestinydriven: what capacity?04:58
destinydriven64GB04:59
reisiothink I'd use NTFS for such a drive, if I wanted to share it with random Windows boxes05:00
destinydrivenreisio, was about to say that I tried NTFS before . . same issue05:00
reisiolaptop?05:02
reisiowhat version of ubuntu?05:02
destinydrivenreisio, correct. HP Pavilion dv7t05:02
destinydrivenreisio, 16.0405:02
destinydrivenissue was around with 15.10 as well05:03
reisiodestinydriven: you might try disabling usb 3 support, just to see if doing so might suggest a problem with the usb 3 driver (software)05:04
destinydrivenreisio, ok will do05:04
beeceeNoob just wondering if there are any channels just on bios/boot order sequence/prioroties help?05:05
utopiahlotuspsychje: that's an idea... would take some time but ok05:05
reisioother things you can do: poke around in bios for usb things, update bios, update kernel, downgrade kernel, build xhci as module instead of built-in, build xhci as built-in instead of as module05:06
lotuspsychjeutopiah: probably an upgrade issue, so not very hard to make a 16.04 liveusb05:06
reisiobeecee: I doubt it, here or #linux should suffice05:06
reisiobeecee: generally: /msg alis list *bios*05:06
reisiobut I doubt you'll get anything05:06
reisio(for 'bios')05:06
beeceereisio: thx for input.05:07
destinydrivenreisio, bios is up to date for sure05:07
reisiodestinydriven: actually, what you should start with is a live OS from another distro05:07
reisiodestinydriven: that's the ultimate litmus test05:08
beeceereisio: trying to figure out why boot order priorities/sequence not working when it worked before w/same live-cd. trying a fresh install on a hand me down.05:08
destinydrivenreisio, true.  I should have a debian disk somewhere . . or is that too close to ubuntu?05:08
reisiodestinydriven: https://is.gd/uxukox05:08
reisio^ nice and different05:09
reisioif it works fine on another distro, then it's almost certainly a (specific) kernel(/driver) issue05:09
destinydrivenkool thanks05:09
reisiodestinydriven: you could even try ubuntu 14, if you say it only started with 1505:09
utopiahlotuspsychje: what I failed to mention is that I did have sound after the upgrade to 16.04!05:10
utopiahI remember sounding silly to a conference on Monday because I forgot to turn it off so it did work05:10
lotuspsychjeutopiah: so you lost after an upgrade or so?05:10
utopiahyes05:10
utopiahI mean after the upgrade it worked05:10
lotuspsychjeutopiah: aha, try a previous kernel or a pulseaudio restart05:10
oldtopmanI just installed the nvidia drivers for my graphics card, but I'm getting a black screen at the login screen.05:11
oldtopmanThe splash ubuntu logos on reboot/shutdown work, as well as the tty consoles. Ideas?05:11
destinydrivenreisio, yeah  it only happens on the USB 3.0 ports05:11
destinydrivensucks that I can't get support for this (usb 3.0)05:11
reisiodestinydriven: if you feel you're remembering that it worked with 14 right, then confirm that with a live OS (make sure it's using xhci)05:13
utopiahweird... it works again, very confused05:13
utopiah:/05:13
reisiodestinydriven: after that you can try a different OS with a modern (similar to 15/16) kernel, like the one I linked you05:13
utopiahsince Im heading to a hackathon in few hours and do not want to play with the config I won't touch anything and will investigate further after, thanks lotuspsychje for the help :)05:14
destinydrivenyeah, I will definitely try with another OS live CD05:14
beeceeDoes anyone have an idea of what to check when boot order/sequence doesn't work on a live-cd when it worked before? Like process of elimination?05:14
lotuspsychjeutopiah: didnt do nothing, but glad you sorted05:14
reisiobeecee: the live OS won't boot?05:14
utopiahlotuspsychje: you listened and offered solutions which is already helpful05:14
beeceereisio: No. It worked before. I used same live-cd to wipe out the dual boot xp-ubuntu. The same pc was given to me and I want a fresh install and doesn't work.05:16
reisiobeecee: actualy CD?05:16
reisioactual*05:16
beeceereisio: It's a maxell DVD-R cd.05:17
pookaalllo05:17
pookahi05:17
pookathis is my first linux computer05:18
=== lubuntu is now known as Guest21542
reisiobeecee: CDs degrade05:18
reisiobeecee: would by my first guess; does it boot on another computer?05:19
Hetr0Erectusmy next computer is probably going to be a high end chromebook, then format it and install linux05:19
Hetr0Erectuswant QHD or 4k screen though05:19
reisiolow ends are pretty nice05:19
reisio4k, heh05:19
pookaso many games I played before will not play on this OS05:19
codfectionchrome book has chrome OS linux <305:19
Hetr0Erectushave a surface pro so im spoiled screenwise05:19
reisiopooka: like what?05:19
oldtopmanAnyone familiar with black-screen logins?05:19
pookaBBC205:19
reisiocodfection: most you can swap the OS, but not all05:20
codfectionwhich is officially supported by google.. LINUX maintained by google wow05:20
beeceereisio: Odd. the cd was burned less than 3 mos ago and trying to use it now.05:20
reisioHetr0Erectus: got the fanless one?05:20
Hetr0Erectuscodfection, linux is way more usable though05:20
Hetr0Erectusno... old surface pro 305:20
codfectionChrome OS is linux kernal based Hetr0Erectus05:20
reisioI'm lusting after a fanless surface05:20
Hetr0Erectuschrome os is getting android apps to the OS this summer btw.. wonder if that means android apps on ubuntu05:20
beeceereisio: Don't know if it can boot from another pc becuz don't have another pc to try.05:20
pookaAirborne05:20
Bashing-omoldtopman: What hardware ' lspci -k | grep -EA2 'VGA|3D' ?  In a pastebin, please .05:20
codfectionChrome OS = Linux maintained by Google. == gg !05:20
reisiobeecee: attempting to boot it from a different computer would quickly give you a large suggestion as to whether it is the physical medium05:20
reisiobeecee: mmm, well05:21
reisiobeecee: you should probably decide how curious you are about the why VS what it is you're trying to accomplish05:21
Hetr0Erectuscodfection, yea but its still "closed" and under google ... i prefer a regular linux distro05:21
reisiobeecee: you said you want to install from it?05:21
pookaIs there a way to play BBC2 with Wine?05:21
reisiopooka: bbc2?05:21
pookabattlefield bad company 205:21
codfectionOS X has more features than ubuntu and applications support, even thou its closed source. so yea.05:22
Hetr0Erectushaving a nice screen and good speakers is alfa omega and the stuff i look for above all in a laptop / tablet05:22
beeceereisio: I want a fresh install to wipe out what previous owner had on pc.05:22
reisiopooka: yes: https://appdb.winehq.org/objectManager.php?sClass=application&iId=1103505:22
reisiobeecee: and what OS did the previous owner have?05:22
pookawow TY VM!05:22
reisiocodfection: quite impossible05:22
* reisio eats omega sprouts05:22
=== jrusso is now known as MadcapJake
codfectionreisio, would you see professionals at work using Linux as desktop / laptop power?05:23
codfectionI highly doubt that05:23
codfectionits most probably OS X05:23
Hetr0Erectusubuntu does what i need05:23
oldtopmanBashing-om: http://www.hastebin.com/gulezojaqi.sm05:23
reisioI wouldn't see a professional anywhere using Mac OS, so there's that...05:23
codfectionHetr0Erectus, for work too?05:24
Hetr0Erectusyeah05:24
reisioyou might be confusing paying twice as much with professionalism05:24
reisioI used GNU/Linux at my last job05:24
codfectionreisio, mate. I am talking about conferences and highly skilled players.05:24
reisioin an office, surrounded by Windows computers05:24
beeceereisio: the vaio 1st had XP, then I installed (dual boot w/ ubuntu) then wiped out xp hand only ubuntu.05:24
reisioI'd say my efficiency was roughly 87,000% higher than my coworkers :p05:24
reisiocodfection: you're cute :p05:24
jn_jnhi how can I change a specific application color in ubuntu with unity? like hexchat, I've already a dark theme but for hexchat the color theme is the same as default. (i do not mean the colorscheme of the chat but the window theme) ty all05:24
Hetr0Erectushowever, the other computers at the business is win because a label printing program wont run under linux :/05:25
reisiobeecee: well if you don't have another cd, dvd, or a usb stick, you can always boot an install image from the existing installation's GRUB05:25
codfectionGoogle and Facebook IT geeks using MACbooks and MACS :)05:25
reisioHetr0Erectus: labelflash?05:25
codfectionProfessionals*05:25
codfection:)05:25
Hetr0Erectusnah norwegian one05:25
reisiolightscribe?05:25
reisiooh, not for CDs, prob05:25
reisiolibreoffice has label templates, IIRC05:25
Hetr0Erectusno ... not that kind of labels.. labels for shipping packages05:25
Hetr0Erectususing our mail system05:25
reisiojn_jn: that's probably GTK+ version 2 vs version 305:26
beeceereisio: ooh! That's new to me? How?05:26
reisiojn_jn: you'll want to coordinate themes for each, or make a combined theme, etc.05:26
Hetr0Erectuswith ||5225||74224|| code etc05:26
reisiobeecee: is it a recent Ubuntu, or super ancient?05:26
Hetr0Erectusso you have to have it.. asked if a linux version is coming.. nope05:26
codfectionHetr0Erectus, exactly like I said.05:26
reisioHetr0Erectus: ah05:26
reisiocan't imagine having to use win32 nonsense for such a technical task05:26
reisio:p05:26
jn_jnreisio, actually in gtk2 folder there is nothing inside05:26
reisiobeecee: https://help.ubuntu.com/community/Grub2/ISOBoot05:27
beeceereisio: recent. ubuntu lts, pangolin.05:27
codfectionI like ubuntu my self and using it on different laptop but to be honest its not very mature for work use, yet.05:27
Hetr0Erectusits connected to the mail system via encrypted link etc05:27
reisiocodfection: "work"?05:27
Hetr0Erectuscant use any sort of linux program for it05:27
Bashing-omoldtopman: OK.. hybrid graphics, and for that card Nvidia recommends the 361 version driver . what have you installed ? show ' dpkg -l | grep -i nvidia ' .05:27
reisiojn_jn: like I said05:27
codfectionreisio, IT work.. Reliability and apps support as compared to OS X05:27
reisioHetr0Erectus: sure you can, but better to replace it all :p05:27
beeceereisio: thx for link! on my way!05:27
reisiocodfection: I s'pose you have some scientific measurement of reliability to back up this absurd claim? :)05:27
codfectionit doesn't even have latest Microsoft office.05:28
jn_jnreisio, TY :D05:28
reisiothought not, thanks for playing05:28
codfectionLibreOffice is good but not like MS Office05:28
xanguaLol05:28
reisioyeah it has a reliable UI05:28
oldtopmanBashing-om: http://www.hastebin.com/jesalegese.hs05:28
reisiounlike ms office :p05:28
Hetr0Erectusman i wish linux would get rid of all bugs, a descent photoshop clone thats better than gimp, more games and more users... then id be happy.. prettiest desktop must be gnome .. unity second.. kde third.. but most usable desktop is mate05:29
oldtopmanThis is on 14.04LTS, by the way. Somewhere along the lines of updating everything and whatnot, this happened.05:29
Hetr0Erectuswhich i run05:29
codfectionevery entrepreneur I have seen is using OS X05:29
codfectionreisio,05:29
reisiocodfection: you've confused 'entrepreneur' with 'wearer of a cardigan'05:29
codfectionmaybe they prefer getting their worked done as quickly as possible.05:29
reisionot that 'entrepreneur' means much even for those who know what it means05:29
somsip!contribute | Hetr0Erectus ('cos otherwise it just seems like your whingeing)05:29
ubottuHetr0Erectus ('cos otherwise it just seems like your whingeing): To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu05:29
Bashing-omoldtopman: 352 version has some problems sometimes .. what release are you running ?05:29
reisiocodfection: maybe someone drew apples on your glasses05:30
oldtopmanBashing-om: 14.04lts05:30
Hetr0Erectussomsip, i contribute but i cant code05:30
codfectionreisio, I hate their price but I admire their quality of softwares.05:30
Bashing-omoldtopman: K .. that 361 version driver is not available in the repo .. want to use our trusted PPA and install 361 ?05:31
reisiocodfection: you couldn't even enumerate them05:31
oldtopmanBashing-om: Go for it.05:31
Hetr0Erectussomsip: to take on photoshop you need a major corp or gov behind it anyway05:31
Hetr0Erectusif chinese gov said hey lets beat those murricans and pour 50 mill usd over gimp and krita, things would get done-05:32
reisio"things" of indeterminate quality05:32
reisioyou think GIMP is missing something?05:32
Hetr0Erectusim talking high end quality.. cause thats what it would take to beat photoshop05:32
codfectionreisio, compare it to adobe products? hehe05:33
reisio"quality" is not tangible, be specific05:33
Hetr0Erectusdont give me that.. try photoshop and compare to gimp05:33
reisioI'm in frontend web development, professionally, for more than a decade05:33
reisioI prefer GIMP05:33
reisiogot any specifics then?05:33
xanguaThere's a Gimp fork that replaces gimp shortcuts with Photoshop05:33
xanguaHetr0Erectus:05:33
reisiothere is indeed05:33
codfectionreisio, I doubt that ur main and only OS is linux for frontend web development05:33
Hetr0Erectuswell i used to do graphics in school with photoshop, im not able to create the same graphics in gimp ... stuff like plastic wrap.. remember that one?05:34
reisiocodfection: that's nice05:34
oldtopmanBashing-om: Which ppa are you referring to? Also, will nvidia-prime help at all?05:34
Bashing-omoldtopman: do : ' sudo apt purge nvidia* ; sudo rm /etc/X11/xorg.conf ; sudo add-apt-repository ppa:graphics-drivers/ppa ; sudo apt update ; sudo apt upgrade ; sudo apt-get install nvidia-361 nvidia-prime ; sudo reboot ' . This is assuming that you do  not have another driver PPA on the system .05:34
reisioHetr0Erectus: so the things that photoshop does on its own that have nothing to do with your skill as a manipulator of graphics05:34
codfectionreisio, "with power comes price"05:34
codfectionreisio, "nothing good is for free"05:34
jn_jnreisio, all done :D was simple05:34
Bashing-omoldtopman: Hybrid graphics, nvidia-prime is required to control the different graphics sets .05:34
Hetr0Erectusim just saying, photoshop is branch standard for a reason05:35
reisiojn_jn: gj05:35
reisiojn_jn: what'd you pick?05:35
reisioHetr0Erectus: yeah it came earlier, and people are addicted to paying for things05:35
reisiofor example, you and codfection :p05:35
codfectionreisio, paying for quality you mean?05:35
reisiothink I said 'things'05:36
jn_jnreisio, adwaitadark theme05:36
reisiojn_jn: that for 2 & 3?05:36
jn_jn205:36
=== csyogi1 is now known as csyogi
reisiowhat for 3, then?05:36
Hetr0Erectusreisio: no matter what you say ... gimp is not on pair with photoshop ... illustrator is comparable to inkscape, sure... hexchat beats mirc... you can say that.. but gimp is NOT on pair with photoshop.. no way05:36
reisiodefault?05:36
jn_jni was already made a theme for 305:36
oldtopmanBashing-om: "Cannot add PPA: 'ppa:graphics-drivers/ppa'.05:36
jn_jnreisio, sry my bad english05:36
reisioHetr0Erectus: when you can think of an example of how it isn't, I'll be happy to prove you wrong05:36
reisiojn_jn: cool, just curious05:37
reisioand please don't apologize to me about English05:37
reisioI don't speak two languages05:37
Hetr0Erectusits like saying kompozer is on pair with dreamweaver05:37
Hetr0Erectussure you can create nice looking webpages in both... but theyre far off from eachother05:37
reisiothink you mean 'par'05:37
Hetr0Erectusyeah05:37
=== lubuntu_ is now known as Ay
reisioyou can't create nice looking webpages in either :p05:37
jn_jnreisio, lol ok nice to meet u all05:37
xanguaGimp saved my ass the other day, always does05:37
Bashing-omoldtopman: Wonder why ? show ' cat -n /etc/apt/sources.list ; tail -v -n +1 /etc/apt/sources.list.d/* ' .05:37
reisiothey rather are on par, IMO, they both suck05:37
Hetr0Erectushowever, for most usage, gimp is fine05:38
Hetr0Erectusi use gimp05:38
reisiocourse you do, it's great05:38
Hetr0Erectusim just not able to replicate the same stuff i made in photoshop05:38
=== mohan is now known as Guest2348
reisioHetr0Erectus: like what?05:38
Hetr0Erectuswell .. i mentioned the simple tool in photoshop earlier, plastic wrap05:38
jn_jnHetr0Erectus, yes try to make a seamless texture with photoshop ahah it's a pain in the ass05:38
codfectionbut I love linux coz its for free05:38
Guest2348Hi every one05:38
=== Ay is now known as Xan
reisioHetr0Erectus: got a link to a plastic wrap example?05:38
reisiojn_jn: gimp have a filter/plugin for that?05:39
Guest2348In my system sound symbol is not showing up in taskbar05:39
codfectionbroke people with 20 years old laptop can still rock solid on linux05:39
Hetr0Erectusnot here now ... maybe later... i havent slept tonight and its 07 in the morning :o05:39
Hetr0Erectusim too tired05:39
jn_jnreisio, of course05:39
reisioHetr0Erectus: :p ninite05:39
xangua🌛05:39
reisioxangua: twss05:40
oldtopmanBashing-om: What am I looking for in them>05:40
Hetr0Erectusnah .. had a bad headache yesterday and slept all day, and throat is sore .. think i got some kind of flu or something05:40
Hetr0Erectusim fine05:40
Hetr0Erectusjust tired05:40
reisiojn_jn: 'Make Seamless'?05:40
codfectionHetr0Erectus, same here. sore throats + headaches + body aches etc.05:40
codfectionyou took anti biotics ?05:40
Hetr0Erectusyep05:40
jn_jnreisio, yep and with some tweak you can improve the image05:40
Hetr0Erectusnot yet.. got this yesterday05:40
reisiohrmmm05:41
Hetr0Erectusif i stay in bed and sleep lots maybe it'll pass05:41
jn_jnreisio, with photoshop is not so simple05:41
codfectionyea05:41
codfectionHetr0Erectus, get well soon to both of us05:41
codfectionhehe05:41
reisioI don't deal with that much, there's a simple tool I used to use for it05:41
reisioit would basically stretch and/or repeat and/or fade in/out on x & y axes independently until you had it look the way you wanted05:42
Hetr0Erectusyup :) however though.. other than photoshop and dreamweaver i wont argue with the rest of apps on linux.. linux is even better than win for video editing and music05:42
reisiobetter for fixing almost-pattern images, I guess05:42
Bashing-omoldtopman: If there is the target PPA already installed ..or perhaps driver PPA another .05:42
jn_jnreisio, also for generate normal map, with photoshop you have to download a plugin from nvidia05:42
Hetr0Erectusand besides, gimp has its cousin krita05:43
reisiojn_jn: mmm, interesting05:43
reisiothere are lots of native alternatives to gimp05:43
oldtopmanBashing-om: I don't have any ppas installed right now though.05:43
reisioeven ones you can pay for if that's your thing05:43
Hetr0Erectushavent found "lots of" .. theres krita ... mypaint sort of but not really a pro tool like krita or gimp05:44
jn_jnreisio, like krita?05:44
Guest2348can i know how to configured Outlook in Ubuntu05:44
Hetr0Erectuspinta isnt worth mentioning05:44
Hetr0Erectusdarktable and rawtherapee are good05:44
reisiojn_jn: krita's gratis, IIRC05:44
jn_jni don't think krita is better than gimp, is good only for the x mirror05:44
Hetr0Erectusif you think about those kind of apps05:44
reisiobut otherwise yes; someone already mentioned it05:44
Bashing-omoldtopman: K, then I can not imagime why the system balks at ' sudo add-apt-repository ppa:graphics-drivers/ppa ' unless there is a typo somewhere , My end looks good to me .05:44
Hetr0Erectusjn_jn, i think it depends on what you do .. for painting i think krita's better05:45
reisioif there were a good frontend to imagemagick, that'd probably be the ultimate05:45
oldtopmanaaand now it's working. huh05:45
jn_jnanyway yes depends on your needs, for make texture use gimp til i die05:45
reisiocourse bitmaps are a bit passé05:45
Hetr0Erectusbut graphics these days often splash photos, painting and effects together05:46
=== Xan is now known as MetalChelatingRh
Bashing-omoldtopman: ,, :)05:46
Hetr0Erectusthats why photoshop is the king05:46
=== MetalChelatingRh is now known as ChelatingRhino
jn_jnHetr0Erectus, disagree with you05:46
Hetr0Erectusyou can disagree all you want, but thats my opinion05:47
jn_jnHetr0Erectus, try make a macro or aplugin in photoshop... good luck05:47
Hetr0Erectustry 3d in gimp .. good luck05:48
jn_jn3d? photoshop? we speak the same stuff?05:48
Hetr0Erectusyeah05:48
Hetr0Erectustheres blender though05:48
jn_jnddo isn't photoshop05:48
hateball!ot05:48
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!05:48
Hetr0Erectusok ... we'll agree to disagree.. eod :)05:49
jn_jn:|05:49
jn_jnanyway bye all come back to work have a nice day05:51
=== ubuntu is now known as Guest25552
=== csyogi1 is now known as csyogi
oldtopmanBashing-om: Still goes to black screen :/05:59
=== Abhishek__ is now known as Abhishek_
oldtopmandmesg is full of "argument #4 type mismatches"06:00
=== kevin is now known as Guest9833
Bashing-omoldtopman: Ouch ! Well then the log file to look at is ' cat /var/log/Xorg.0.log ' . Into a pastebin; see if it is a driver issue .06:02
oldtopmanhttp://www.hastebin.com/vojavohuzo.coffee06:05
oldtopmanBashing-om: ^06:05
oldtopmanI think it was the kernel update that killed it.06:06
Bashing-omoldtopman: Reading .. I be a while /06:06
Bashing-omoldtopman: so far so good . " (II) NVIDIA GLX Module  361.45.11  Tue May 17 17:44:39 PDT 2016 " .06:07
oldtopmanI mean, it's got to be kind of working - the Ubuntu splash screen comes up on boot and shutdown06:09
oldtopmanAlso, I'd even be happy to go back to straight nouveau, I just want the gui working again :P06:10
hicoleriI tried to modify the default error handler (love.errhand) but my game immediately exits after launching. The same thing happens when I simply copy paste the default error handler. why is that?06:17
hicolerioh whoops wrong channel06:18
hicolerisorry06:18
oldtopmanBashing-om: Reinstall time?06:19
gbell_The intel driver is unstable on my Trusty system.  When I see xserver-xorg-video-intel-lts-wily, is that the backported driver?  Doesn't look like simple swap-in :)06:20
Seveasgbell_: the name does indeed suggest a backported driver.06:21
gbell_Great, thanks.  aptitude reports lots of potential conflicts... would it be easier to just compile it off github?06:21
Bashing-omoldtopman: Still considering what the log relates .. " intel(G0): Enabled output LVDS1 " multi monitors ? as " NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0 >> NVIDIA(0): No enabled display devices found; starting anyway . HUH ???06:22
oldtopmanI had some multi-monitor stuff going on earlier that day.06:23
gbell_Thanks Seveas.  See above (sorry)06:23
gbell_Thanks @Seveas.  See above (sorry)06:23
gbell_Thanks Seveas:  See above (sorry)06:23
gbell_(NOOB!)06:23
oldtopmanBashing-om: But that's stored in xorg.conf, right?06:24
Steristis there a way to verify that my livecd is 64bit?06:25
somsipSterist: uname -a06:25
Steristx86_64 so... self explanatory? lol06:26
Bashing-omoldtopman: It is well past my end of session here ,, ny thinking is not to good now . Perhaps others can pick this up and ofer suggestions . We removed the old xorg file and a new one should have been created , A thought to check and see that the /etc/X11/xorg.conf file was created .06:26
somsipSterist: yes, i686 being the other IIRC06:26
oldtopmanIt has been.06:26
oldtopmanThanks for the help bashing. You've got me started pretty good. This will teach me to update what ain't broken :p06:27
gbellSeveas: Sorry my IRC client wasn't letting me callout properly.  Considering installing a backported driver causes all sorts of package conflicts, is usual best practice to just compile it off x.org ?06:27
oldtopmanBashing-om: I'm such an idiot06:28
oldtopmanBashing-om: It works, it's just on the external display06:28
oldtopmanlol06:28
oldtopmanThanks so much! :D06:28
Bashing-omIf it were not for " NVIDIA(0): No enabled display devices found; starting anyway " I woild be tempted to look at this as an ACPI issue . But I do not know what to make of this notice .06:28
mintuxmy root is 100% full but it's not true it's df -h: http://codepad.org/IjESJZzW and its du -m of root: http://codepad.org/6PDQFiTC how can i found out which files make root disk full?06:28
Bashing-omwould*06:28
mickyhello06:30
Seveasgbell: hmm, where is this package coming from?06:31
gbellSeveas: standard backports?06:31
gbellSeveas: deb http://au.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse06:32
Seveassounds sensible enough. Try apt-get -n install xserver-xorg-video-intel-lts-wily06:32
Seveasthat' won't install it, but its output will show the conflicts in pastebin-able form06:33
Steristthe installer seems to default to wanting to split my allocated 200gb into 100 for "Files (3.6gb)" and 100 for "Ubuntu". the 3.6gb part suggests that is the OS, but the title Ubuntu also suggests that half is the OS. anyone know the difference?06:33
hateballBashing-om, oldtopman I havent followed the whole conversation, but did you try nvidia-367 from PPA?06:35
Steristeither way, 100gb sounds very excessive for OS06:35
reisioSterist: nothing extant on the disk?06:36
SteristWindows 1006:36
reisioSterist: 'Files' isn't some extant partition?06:36
reisiomaybe one with 3.6GB of data on it?06:37
Steristextant is not a word06:37
* reisio shrugs06:37
Steristlol06:37
somsipSterist: its a perfectly cromulent word ;)06:37
SteristI have a 200gb ext4 partition, I just formatted it so it should be blank06:37
Steristformatted immediately before running installer06:38
reisioformatted with what06:38
SteristI select Install Alongside Widows and this screen with 100gb / 100gb split is the next screen06:39
Steristgparted on livecd06:39
SteristI did not create 2 100gb partitions, but it seems that's what the installer wants to do06:40
reisiowhy would you select install alongside windows if the entire disk is empty06:41
gbellSeveas: http://pastebin.com/9ccN5F1i   a 'minor' conflict with xorg :)  Using aptitude to suggest fixes shows nothing particularly clean.06:41
Steristthe disk is not empty. I never said it was06:42
reisiothis is probably fallout from prematurely formatting06:42
reisiotry deleting the partition and letting the installer do its own job06:42
Steristone moment06:42
Seveaslooks like you need to upgrade the entire X stack from backports06:43
Seveasapt-get -n install xserver-xorg-core-lts-wily may give more clues (generally: follow the 'is not going to be installed' lines until you get an actual conflict)06:43
gbellSeveas: That's what I was worried about.  Yet none of the conflict resolution ideas looks like that... most leave  important stuff (e.g. dri or glx) uninstalled.06:43
Steristoooh gparted now shows 3.6gb on the 200gb ext4i just formatted (0_o) makes no sense06:43
Steristthe installer still detected it as 2 100gb's lol makes no sense!!! anyways.... deleting now.06:44
Seveasgbell: I'm just speculating here, but the conflict resolution may like 'least amount of changes' best, where 'removing one package' is better than 'replacing 100 packages with others'06:44
gbellSeveas: yes.   but one of the packages to remove is "ubuntu-desktop".06:45
Steristshould I select sda1 (Windows boot manager) as device for bootloader or leave it default SDA06:46
Bashing-omhateball: Tried the 352 from repo, and 361 from our PPA . I do not know what to make of " NVIDIA(0): No enabled display devices found; starting anyway " . The 361 driver did install .: http://www.hastebin.com/vojavohuzo.coffee .06:46
Seveasgbell: hmm. Annoying. cWhat I'd try next is apt-get -n install xserver-xorg-core-lts-wily xserver-xorg-video-intel-lts-wily. And then keep adding packages to that line that it complains about 'not going to be installed' until it has a line that has another error than 'not going to be installed'06:46
Seveasat some point you'll hopefully end up with a long apt-get install line that'll do the needful without removing ubuntu-desktop, thereby "manually" providing a solution for the conflict. I've never done this for backported X packages though, so no idea how well (if at all) it'll work06:48
gbellSeveas: Yep.  The line then has about 20 packages, and in the "to be removed" section is still ubuntu-desktop.06:48
hateballBashing-om: I'd still try 367, and make sure there's no xorg.conf present06:48
Seveasgbell: can you pastebin the command and its output?06:49
trijntjeI'm having problems installing 16.04 using lvm, the installer hangs. Does the installer have a log where you can see whats going wrong?06:50
Seveastrijntje: isn't it simply logging to /var/log/syslog?06:51
Steristshould I select sda1 (Windows boot manager) as device for bootloader or leave it default SDA06:51
Seveasgbell: I'll be afk for ~20 minutes06:52
gbellSeveas: It's a monster.  Here ya go (thanks a lot):  http://pastebin.com/as7cWvs006:52
amazoniantoadWhere can I go to ask questions about ubuntu tablet OS?06:54
k1l_!touch | amazoniantoad06:55
ubottuamazoniantoad: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch06:55
Bashing-omhateball: oldtopman ^^ I am done for this session ,, head is pounding and eyes are crossing , I hope yall get this figured out .06:55
trijntjeSeveas: you're right, thanks06:58
randomHi, can anyone explain what the difference between Cinnamon and (other desktop name i can't remember) is?06:59
DavycrockettMate is a fork of the old Gnome and Cinnimon is a copy of the old Gnome using the newer librarys.07:02
randomThanks for the useful info Davy07:04
DavycrockettNo problem mate.07:04
randomOne more thing, which is more popular/supported Cinnamon or MATE?07:05
randomI'm asking this coz I need to know when I download Mint Linux07:05
DavycrockettI'm not too sure on that one. I prefer mate out of the two but thats just personal. I use KDE.07:06
amazoniantoadWhere can I download ubuntu touch?07:07
LopeIf anyone here is running a 4.4 kernel (type `uname -r` to check, you will be if you use Ubuntu 16.04). So if you have a 4.4 kernel and you're running an NFS server, if you could be so kind as to try mounting one of your NFS shares with NFSv3 (instead of the default NFSv4) I would really appreciate you to provide feedback on my Kernel Bug report. https://bugzilla.kernel.org/show_bug.cgi?id=118881 Just test like this: `mount NFSSERVERIP:/nfs/shared/path /tmp/te07:07
Lopestmount -o ro,vers=3`07:07
ubottubugzilla.kernel.org bug 118881 in NFS "NFS server will not accept NFSv3 or NFSv2 clients anymore" [Blocking,Reopened]07:07
randomAnyone played Battle for Wesnoth, I just started the tutorial and can't really get my head around the game, seems like an oldstyle RPG or something07:07
randomthx again Davy btw07:07
DavycrockettAnytime mate.07:08
LopeJust test like this: `mount NFSSERVERIP:/nfs/shared/path /tmp/testmount -o ro,vers=3`07:08
ducasserandom: there's a manual in /usr/share/doc/wesnoth-1.12-data/07:10
randomok thx ducasse will check it out later'07:10
=== gugugaga is now known as gagagugu
Steristokay I've tried both manual and automatic methods with the Ubuntu installer, and every time it finishes and I reboot, it just goes straight to Windows... no grub07:15
Seveasgbell: looks like you'll need an even more monstrous command line: for all the xorg packages it's trying to remove, add the -lts-wily version to the list of to be installed07:15
Seveasgbell: at this point I do have to wonder whether there's an easier way though. Was there nothing on the wiki about this?07:15
gbellSeveas: Not that I saw.  The driver off git compiles pretty easily and it looks like I just have to copy the .la and .so files on top of what's in /usr.  Not too bad...07:16
Seveasgbell: how about https://wiki.ubuntu.com/Kernel/LTSEnablementStack ?07:16
Seveassudo apt-get install --install-recommends linux-generic-lts-wily xserver-xorg-core-lts-wily xserver-xorg-lts-wily xserver-xorg-video-all-lts-wily xserver-xorg-input-all-lts-wily libwayland-egl1-mesa-lts-wily07:17
=== alberto is now known as Guest95005
Guest95005hola07:17
SeveasHello Guest95005, how can we help you?07:18
Guest95005no hablo ingles07:18
Guest95005buenas noches a todos07:19
gbellSeveas: Interesting!  No longer wants to remove ubuntu-desktop.  Still some "recommends" and "suggesteds".  Should I put those on the commandline too?07:23
Steristokay I've tried both manual and automatic methods with the Ubuntu installer, and every time it finishes and I reboot, it just goes straight to Windows... no grub, anyone have ideas?07:23
trijntjeSterist: where did you install grub to?07:26
DevAntoinehi07:27
Seveasgbell: can you pastebin the thing? Can't really give proper advice without seeing what it's trying to do :)07:28
gbellSeveas: You mean the most recent output...07:29
Seveasyeah07:29
Steristtrijntje: when I did manual partition selection, I left it default at sda. when I chose Install Alongside Widows Boot Manager, it didn't tell me where it installed07:30
gbellSeveas: Is the output useful without the sub-steps?  http://pastebin.com/KtcAHpBs07:30
Steristtrijntje: it was probably also default sda07:30
Seveasgbell: that output looks absolutely fine07:31
Seveasno need to add extra things to the commandline, this can run as-is07:31
gbellSeveas: Interesting.  Was that command line just the 'recommendeds' from one of my previous outputs?07:33
Seveasgbell: a bit more than that. Especiall the -all metapackages will have helped apt in making the right decisions07:33
gbellSeveas: and --install-recommends.  Right.  Thanks much.  Still sort of a huge/dangerous upgrade.07:34
Seveasgbell: ayup.07:35
Dancer_guys can anybody take a look at this thread please http://askubuntu.com/questions/777594/wifi-not-working-after-upgrade-from-14-04-to-16-04-rt3290-adaptor07:36
gbellSeveas: Oh man, I just noticed, you grabbed the upstream kernel too!  LIkely to break lots of other stuff?07:36
Seveasgbell: you'll need to use the newer kernel, or the xorg drivers won't work properly07:37
gbellSeveas: if I add some of the suggested packages (including seemingly important ones like xfonts-100dpi xfonts-75dpi) I get messages about there not actually being that package available... odd.07:38
jatin30I am trying to set up LAMP in my system. It syas in the instructions "Change the DocumentRoot to point to the new location. For example, /home/user/public_html/" but there is no such directory currently present in the system. what to do?07:38
Seveasgbell: heh, that doesn't entirely surprise me. Package maintainers often neglect their Suggests: lines07:40
Seveasjatin30: which instructions are that?07:40
Seveasbecause that sounds 100% wrong07:40
jatin30seveas, point no. 3 in heading "Virtual hosts" in this link, https://help.ubuntu.com/community/ApacheMySQLPHP07:41
=== badon_ is now known as badon
gbellSeveas: Interesting.  So I just don't worry about them?07:41
jatin30Seveas, can I direct message you?07:42
=== narcisco is now known as narcissus
Seveasgbell: I'd install the linux-firmware one if that doesn't cause conflicts07:42
gbelljatin30: That's under the suPHP section.  Probably not what you want?07:43
Seveasjatin30: hmm, those instructions could use some work, but they're not as bad as I thought. Anyway, you can simply create that directory.07:43
csplinterHey, fellas. I'm having an installation issue here. I've got a hdd with a fresh install of win10 occupying the first half/partition of the drive. I boot to the 16.04 install DVD and when I reach the partition selection step, a "ubiquity" "internal error" occurs.07:43
jatin30Seveas: Ok. Can I direct message you?07:44
Seveasjatin30: preferably not.07:44
Seveas!pm07:44
ubottuPlease ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.07:44
SeveasI also should be working, so I'm going afk now :)07:45
jatin30Seveas: Ok! thanks anyways07:45
zetherooI have some items in the AutoStart list in Ubuntu 16.04 - where would be the best place to see why an entry in the AutoStart is not working?07:45
gbelljatin30: You'll find Apache is pretty particular about permissions.  If you want to be able to write into that dir as yourself, you'll need to make your user a member of www-data (or whatever the group apache belongs to).  I usually end up with DocumentRoot pretty high up in the file hierarchy just to avoid problems (like /data/www).07:45
gbellSeveas: Oddly "Package firmware-linux is not available, but is referred to by another package"07:46
jatin30gbell: I am new to linux so I did not get exactly what you said however I still got an idea. Thanks!07:46
csplinterAre there any known causes for ubiquity crashes during drive formating?07:47
Paprikachu_hi, how can i disable this window overlay that is drawn when i scroll past the end of a panel07:48
gbelljatin30: My mistake - the /user/public_html recommendation was in an earlier/more general section.  Either way, that's a weird place for it.  Getting Apache to be happy is one of the bigger PITAs in Linux so stick with it!07:48
Lopenevermind regarding my kernel bug report above. Seems to be my iptables rules.07:49
jatin30gbell: Ok! Thanks Can I dm you? I really need to talk about this07:50
gbellSeveas: Actually, it's called linux-firmware in 14.04.  Funny.  Like you said, neglected field in the package's config :)  That helps a lot knowing that's just a text field and can be wrong / say anything.07:50
csplinterI give my word of honor that a $5.00 bounty will be awarded via paypal for a workable solution.07:50
niko:2207:50
csplinterin the next 10 minutes anyway07:51
Seveasgbell: yeah, you could put go-jump-off-a-cliff in as a Suggests: if you want :)07:51
Paprikachu_hi, how can i disable this window overlay that is drawn when i scroll past the end of a panel07:53
gbelljatin30: You could if you really wanted, but I'm not going to be able to type a bunch of stuff over email that's any more helpful than that article :)   gbell_spamless on yahoo's mail domain.  Do you have anybody that can help you in person?  You could have me log into your machine, but everybody here will probably tell you that's a terrible idea :)  (I had a driver maintainer do that for me once - magic of ssh / shared screen07:57
csplinteroffer withdrawn07:59
=== josh is now known as Guest69475
gagaguguis there a way to install grsecurity on ubuntu?08:21
hackerHey08:22
=== hacker is now known as Guest37766
galopinsalut08:23
dryblow*l*08:30
* dryblow t08:30
=== Drac0 is now known as Guest1116
Jakey3if i change an image name of a .vdi for virtualbox08:35
Jakey3how do I change the path to that virtual image so that it loads08:36
Jakey3http://imgur.com/tyH5xny08:40
Melvin_If i run: sudo service ssh start                   I get the following error: Failed to start ssh.service: Unit ssh.service is masked.08:41
Jakey3i changed the image name and get the above error08:41
Jakey3how do I modify the image directory08:41
Jakey3worked it out must change storage08:43
=== denis is now known as Guest45713
dantel08:50
alkisgHi, there's an autogenerated .html web page somewhere in ubuntu.com or launchpad.net, that lists all of the packages in the -proposed repositories, along with how long they've been in the queue etc... but I can't find it in google... does anyone know its URL?08:50
lennieGoodmorning, I have a question regarding changing the default map from /home/test into /home when I log on with my user. Does anyone know the commandline to solve this? Thanks in advance.08:50
trijntjelennie: why would you want that? I dont think thats even possible08:53
vamadirubuntu 14.04 .      howto make working salt+md5 password from mysql with freeradius?08:54
lennieGoodmorning, I have a question regarding changing the default map from /home/test into /home when I log on with my user (SFTP). Does anyone know the commandline to solve this? Thanks in advance.08:56
Melvin_Heey, when i sudo apt-get update i get this error08:56
Melvin_http://pastebin.com/532fDbZk08:56
=== sab is now known as sab-cakefest
dis there a way to lunch sound indicator with command line?08:57
Melvin_The Error i get when i run sudo apt-get update   http://pastebin.com/532fDbZk           and my sources.list       http://pastebin.com/QHyNVvSC08:57
=== d is now known as Guest55566
alkisgMelvin_: can you ping us.archive.ubuntu.com ? can you ping www.google.com ?08:58
nisseniI'm having problem getting make to work. as I run ./configure it creates make-files - but running make throws *** No targets specified and no makefile found.  Stop.08:58
Melvin_alkisg: i can't ping those but i can ping 8.8.8.808:59
alkisgMelvin_: that means that your DNS is misconfigured08:59
alkisgIt's not an issue with apt08:59
Melvin_alkisg: so what is the easy way to set the dns to defaults?08:59
Melvin_:)08:59
nisseniwhat's the difference between ./configure and ./config ?09:00
alkisgMelvin_: I don't know what you did to break it, but usually your router/dhcp server sends the dns server to be used09:00
alkisgDid you mess with network manager or with /etc/network/interfaces etc etc?09:00
Melvin_maybe a little bit :$09:00
alkisgBoth of those?09:00
Melvin_Do i need to set the DNS for static ip also :$09:01
Melvin_because then i forgot that maybe xD09:01
trijntjeI'm trying to get access to an encrypte home. when I run ecryptfs-recover-private, it 'mounts' something in /tmp/ecryptfs. But when I go there I still cant get to my files09:01
alkisgMelvin_: the normal is not to configure anything, which means that network-manager will autosetup a connection for you, with settings from your router09:02
alkisgWe need to know what you did to break it, in order to undo it09:02
alkisgE.g. if you edited /etc/network/interfaces, you need to revert it09:02
Melvin_But the thing is, i need a static ip for the SSH09:02
alkisgYou can set up a static ip in network-manager09:02
Melvin_But it's a server :)09:02
alkisgThen in /etc/network/interfaces, if you're using that, but you also need to include the dns server there09:03
alkisgWhat are the contents of /etc/network/interfaces?09:03
Melvin_http://pastebin.com/g5ELkY6s09:03
=== anton is now known as Guest58688
Melvin_alkisg: http://pastebin.com/g5ELkY6s09:04
alkisgMelvin_: you need one more line with dns-nameservers, see http://askubuntu.com/questions/143819/how-do-i-configure-my-static-dns-in-interfaces09:05
Melvin_alkisg: Melvin *facepalms himself*09:05
alkisg:)09:05
Melvin_alkisg: thank you alkisg :)09:05
alkisgYou're welcome09:05
Melvin_alkisg: if i put dns-nameserver 8.8.8.8    that would work right?09:07
trijntjeI'm trying to get access to an encrypte home. when I run ecryptfs-recover-private, it 'mounts' something in /tmp/ecryptfs. But when I go there I still cant get to my files09:07
CB6Evening, what's the command to pull up the desktop display settings? I don't see it under general settings?> I didn't find my answer on Google. I can't even see what I am typing here properly lol09:07
alkisgMelvin_: it should, yes09:07
CB6I want to setup 1920x1080p09:07
Melvin_alkisg: i have rebooted the server, lets wait for the outcome ^^09:07
roryCB6: gnome-control-center display09:07
CB6ok ty09:08
roryCB6: You can also set the resolution directly from the terminal http://askubuntu.com/a/39874009:08
Melvin_alkisg: it works, thank you09:08
alkisgnp :)09:08
noobhello09:10
noobjust installed some updates on my ubuntu 14.4 and when i restarted, the dash is gone and there is a new menu to acceess apps called "Activities"09:10
noobplease advice09:10
CB6System settings isn't showing a display settings option. It shows firewall and updates09:11
noob@CB6 did you use phpstorm software?09:11
CB6I wouldn't know to be honest. It's been a whiole09:12
CB6while*\09:12
CB6I do recall doing a rain package at one point for the desktop09:13
noobsudo apt-get install ubuntu-desktop09:13
noobdid you do this?09:13
noobthis will reinstall and when you log in again it will have the settings back09:14
pontus_yo yo ppl09:14
noobsome packages have conflict. I have installed a package for phpstorm software and I got the same problem then I did: sudo apt-get install ubuntu-desktop and it worked09:15
CB6Installed now09:15
kltrgHello, ducasse! Remember how you helped me to set up vnc4server and lightdm? Connecting to the server now works but after typing in my credentials, no desktop environment is able to load. Can you help me with that, too?09:15
noobdid it work?09:16
CB6Nothing new in there09:16
=== sajjad is now known as Gri-D
noobwhen I installed it, it loged me out09:17
noobthen I had to log in again09:17
CB6system settings works again so that worked09:17
CB6I installed kodi but I don't know if this had anything to do with it would it?09:18
ducassekltrg: check the lightdm logs, or auth.log maybe.09:18
=== andyhuzhill1 is now known as andyhuzhill
Xat`hi guys, is ubuntu 10.04 impacted by the cve cve-2016-2108 ?09:22
gregf_hello, needed a quick help09:23
somsip!10.04 | Xat` (dead by now)09:23
ubottuXat` (dead by now): Ubuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Desktop support ended May 9 2013. Server support ended on April 30 2015. See http://ubottu.com/y/lucid for more details.09:23
gregf_i know something is scheduled - not as a crontab for sure09:23
gregf_i kill a process - and it spawns immediately09:23
EriC^gregf_: which process?09:24
gregf_its an application - spring boot09:24
gregf_i had an entry in /etc/init/foo.conf09:24
Xat`somsip: maybe it is not supported anymore, but is ubuntu 10.04 impacted by this cve-2016-2108 ?09:25
gregf_EriC^: and i guess it would run that. but i've now commented it out. do i need to reboot?09:25
Xat`I don't need any update, I just want to know if I'm vulnerable09:25
gregf_for changes to take place?09:25
EriC^gregf_: which ubuntu?09:25
gregf_12.1009:26
gregf_:|09:26
gregf_its an ec2 instance09:26
EriC^gregf_: try sudo service stop <foo>09:26
gregf_*we will be upgrading shortly*09:26
gregf_sure09:26
EriC^gotcha09:26
gregf_EriC^: i've also got a service in /etc/init.d/foo09:27
gregf_EriC^++09:27
* EriC^ segfaults09:27
gregf_EriC^: so does scripts under init have more precedence over init.d?09:27
gregf_s/does/do/09:28
EriC^no idea really09:28
EriC^i think both run or maybe upstart is smart enough to see they're clones dunno09:28
CB6The display is going off the screen. Monitor is 1920x1080p09:28
gregf_i mean if i reboot - which ones are run first?09:28
ducassekltrg: if the desktop starts to load, check ~/.xsession-errors09:28
EriC^gregf_: no idea09:29
EriC^!upstart | gregf_ more info here09:29
ubottugregf_ more info here: Upstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/09:29
pontus_hmm09:29
gregf_EriC^: well the file unde /etc/init/foo.conf has got all start, respawn, script runlevel commands. but my script under /etc/init.d/foo is a bash script09:29
gregf_ah - ok. upstart. *was looking for some info on that*09:30
EriC^gregf_: i'd guess the foo.conf is making it respawn09:30
gregf_yep exactly, but kill has no effect. but sudo service foo stop has :|09:31
gregf_EriC^: so what you're saying is theres 2 ways of starting services. upstart and system-V?09:31
gregf_and systemd i guess09:31
Melvin_Heey, i need to install a few owncloud php modules, is there anyone that can help me with that?09:32
EriC^well sort of yeah, upstart has sysv compatibility09:32
gregf_EriC^: ok. thanks very much!09:32
CB6scale for menu doesn't exactly help lol. Anyone have any experience with the display going off screen? I'm not using the AMD drivers but the open source tested ones09:32
EriC^gregf_: no problem09:32
CB6I'm using the recommended tested drivers and not the AMD ones09:33
CB6lol ok so apparently my view in here didn't show when I increased the scale menu hah.09:34
CB6Figured it out, "Overscan" on the monitor makes the edges of images go offscreen. Turned this off on the monitor and it appears normal.09:38
CB6Thanks for all your help!09:39
Melvin_Heey, i need to install a few owncloud php modules, is there anyone that can help me with that?09:39
agdafaf0hey, help me please:09:39
agdafaf1hey, help me please:09:39
agdafaf2hey, help me please:09:39
agdafaf3hey, help me please:09:39
agdafaf4hey, help me please:09:39
SwedeMikeml09:40
geekosBonjour , Hello09:40
aekara170kaλημερα09:43
EriC^!gr | aekara17009:43
ubottuaekara170: #ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές  /  #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes09:43
kltrgducasse, Here are several logs: http://paste.ubuntu.com/16703595/ A lot of warnings for which I can’t understand if they’re important or not.09:44
stakewinner00after installing synaptic (apt install synaptic), the installation failed and the PC gives me a kernel panic (in rescue mode too), how can i fix it without reinstalling ubuntu?09:50
EriC^stakewinner00: put init=/bin/bash in the grub kernel line09:51
EriC^and mount -o remount,rw / then troubleshoot09:51
ducassekltrg: i'm not sure unity would work, have you tried something different?09:51
kltrgducasse, I have. I tried Gnome. It’s the same.09:52
ducassekltrg: that wouldn't work either, it requires 3d accel.09:53
stakewinner00EriC^, i added init=/bin/sh in the end of the line that says "linux /boot/<kernel> root=UUID=<hexa-number> ro single" or something similar.09:53
EriC^try /bin/bash09:53
EriC^what happened when you did09:54
stakewinner00whith init=/bin/sh the systems try to start as normal, (doesn't start /bin/sh)09:54
kltrgducasse, I thought I also tried Gnome Flashback but I seems I didn’t. I logged into it and it seems to work. Thanks for the hint.09:54
EriC^try init=/bin/bash instead of quiet splash09:55
ducassekltrg: no problem.09:55
stakewinner00EriC^, ok, but how it can made any difference?09:56
EriC^stakewinner00: it should work, i've tried it09:56
Shai-TanHi guys, just updated  to 16.04 however, php is showing the source rather than parsing the code.. sudo a2enmod php does not get it going either. Anything I am missing?09:57
stakewinner00i thought that with /bin/sh should work too, when i arrive i will try with /bin/bash09:58
EriC^stakewinner00: put it instead of quiet splash, not at the very end after $vt_handoff --09:59
pashokHi All, my ubuntu configured as remote rsyslog server and all logs that cames from remote machines goes to /var/log/syslog and /var/log/kern.log, how to i configuring to write remote logs to specific file?09:59
noggerfroggerelihi guys, i' have been using the usb mountable disk creator from ubuntu 16.4 and 2 of my usb drives that i have used this way seems to be no more usable10:01
EriC^stakewinner00: maybe it doesn't work cause /bin/sh is symlink10:01
noggerfroggerelii cannot format them10:01
EriC^stakewinner00: that or you put it after -- i think, i've tried it instead of quiet splash and it works10:01
ayush_hello10:01
ayush_world10:01
ayush_anyone der?10:02
hateball!help | ayush_10:03
ubottuayush_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience10:03
noggerfroggereligparted tells me there should be gpt partition with fake msdos10:03
noggerfroggerelibut there is no more gpt partition10:03
ayush_!help noggerfroggereli10:04
ayush_:X10:04
noggerfroggerelithis is giving me hell10:04
kltrgducasse, Can I bother you once more? Right now, the VNC window is bigger than the space left on my client (the local panel and the window decoration use some space, too). How can I fit the VNC window to my client?10:05
ducassekltrg: oh, that's easy to fix, you specify the resolution you want in lightdm.conf on the server :)10:10
noggerfroggerelihow should a mountable usb boot device be formatted after been succesfully utilized in order to use it as a simple 1 partition windows friendly usb device?10:10
noggerfroggereligparted is having lots of problems trying to do this and windows show me the device as 2 mb usb drive (it's 2 gb)10:10
EriC^noggerfroggereli: type sudo parted -l | nc termbin.com 999910:10
noggerfroggerelioutput is10:13
noggerfroggereliuse netcat10:13
Jakey3how to i check if my partitions are aligned correctly10:14
Jakey3?10:14
EriC^noggerfroggereli: try again10:15
EriC^noggerfroggereli: try sudo apt-get install pastebinit then sudo parted -l | pastebinit10:16
EriC^Jakey3: https://wiki.archlinux.org/index.php/partitioning#Partition_alignment10:16
fungmentesting10:19
fungmenhelo any body home ? echooooo......10:19
matteook10:19
noggerfroggereliseems to be processing10:19
noggerfroggerelistill havent got any output10:19
fungmenanyone know how to use memex ?10:20
fungmenon ubuntu10:20
kltrgThanks, ducasse. I have to test a lot of things now and I probably will come back to ask for several things, encryption for example.10:23
noggerfroggerelisudo parted -l | pastebinit is not working10:24
ducassekltrg: that's fine, i'm here most days, daytime in europe. so everything works fine now?10:24
EriC^noggerfroggereli: what's it saying10:24
noggerfroggerelinothing it just hangs10:24
ninja_command to reset wifi ?10:26
EriC^noggerfroggereli: ok, try sudo partprobe && lsblk | pastebinit10:26
kltrgducasse, I still have to find a client that suits me. Vinagre works in maximized view, but I can’t leave it. Somehow, the hidden top panel doesn’t appear when I point the mouse towards it. So I’m stuck in the distant session. Remmina doesn’t connect. xvnc4viewer doesn’t (as far as I know) support maximizing the distant desktop.10:26
DiamondSwordninja_, service network-manager restart, maybe?10:26
noggerfroggereliit says  the device contains gpt singnatures but not a false m sdos table10:28
noggerfroggereliand10:28
Jakey3EriC^: thanks10:28
=== andreas_ is now known as spritezzers
noggerfroggereliboth gpt and backup gpt partition are damaged10:29
ducassekltrg: i've always used remmina without problems, don't know why you can't get it to work... it's the best client imo.10:29
spritezzersHello! I am having trouble getting my bluetooth speaker working, Ubuntu detects it and can connect to it, and the speakers gives the "connected" sound, but I can't see it in the sound output menu10:29
=== vinleod is now known as vdamewood
kltrgducasse, I had a badly configured config as a preset. Due to my long trying probably. I started with a fresh Remmina connect window and it works. I’ll give it a go.10:32
EriC^noggerfroggereli: np, get the names of the usb's10:33
EriC^like /dev/sdb etc10:33
yoni_join #calico10:33
ducassekltrg: you do that, afaicr it's pretty easy to set up with an ssh tunnel if you want crypto.10:34
kltrgducasse, I definately want that.10:35
noggerfroggerelione is actually a sandisk microsd and the other one is a kingston dt101 g210:36
=== Damier- is now known as Damier
ducassekltrg: i haven't really needed it, mainly use vnc on a wired lan. there are probably some guides out there to tunneling vnc in ssh if you look around.10:38
kltrgducasse, And the setup I use (vnc4server and lightdm) doesn’t change anything to those tutorials?10:38
lotuspsychje!vnc | kltrg10:39
ubottukltrg: 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 !FreeNX10:39
kltrglotuspsychje, I’ll look into this. Thanks.10:40
ducassekltrg: not really, no.10:42
noggerfroggereliOMG I FOUND A SOLUTION10:44
noggerfroggerelithe usb disk creation utility is the only thing that worked10:45
noggerfroggereliwell it worked on the kingston but not on the microsd10:46
noggerfroggereliit says to use gnuparted10:48
ankitkulkarnidoes anyone know how can i reinitialize a network controller which somehow got detected as ethernet controller by ubuntu14.04 , kernel 3.0.13.67 64 bit10:52
ankitkulkarnithe network controller is attached as a pci device10:52
lotuspsychjeankitkulkarni: is your system up to date to 14.04.4?10:53
ankitkulkarninope10:53
lotuspsychjeankitkulkarni: please do10:54
ankitkulkarnithe system is 14.04.0110:54
ankitkulkarniI understand that , however we have few devices with customers which are very difficult to do an upgrade10:55
ankitkulkarniis there any workaround for it10:55
lotuspsychjeankitkulkarni: its really not recommended to not bu up to date10:55
lotuspsychjeankitkulkarni: for security and your overall system working10:56
lotuspsychje!usn | ankitkulkarni10:56
ubottuankitkulkarni: Please see http://www.ubuntu.com/usn for information about recent Ubuntu security updates.10:56
lotuspsychjeankitkulkarni: if something doesnt work on latest==> !bug10:56
ankitkulkarniyeah I got it ,10:57
ankitkulkarniI will see how can i get all the devices updated10:57
dskwis there a way to not install games by default in 16.04? i'm installing using the ISO and the graphical installer.10:58
robotdevil1can chromium play netflix now with widevine?10:58
ankitkulkarnihowever I tried these kind of things `sudo sh -c "echo 1 > /sys/bus/pci/devices/0000\:02\:00.0/remove"`10:58
ankitkulkarniand `sudo sh -c "echo 1 > /sys/bus/pci/rescan "10:58
ankitkulkarni`10:58
ankitkulkarnito remove the pci device and rescan it , but it still detects as ethernet controller only10:59
robotdevil1chrome keeps breaking my system for some reason, and even when it works it opens on the wrong screen after I have follow mouse enabled and use monitor as primary display10:59
pc_ivka11:00
norechhi, i just installed ubuntu 14.4 with 3 party drivers and updates checked11:02
robotdevil1yo11:02
norechand my wifi doesnt work11:02
norechand even my usb wifi network adapter doesn't work11:02
norechwhen i try to turn them on from the menu nothing happens and they stay off11:03
jakey3hi ive updated my machine to lubuntu 16.04 now my wireless does not work11:03
jakey3(2) Active connection removed before it was initialised11:04
jakey3worked fine on 14.0411:05
adityayou should probably update your wifi drivers by going to software and updates11:05
dmitryK|loghi! do you know who is the maintainer of Qt packages in Ubuntu? I would like to ask when the transition from Qt 5.5.1 to 5.6.x is going to happen...11:05
jakey3im im fully updated11:06
BluesKajHiyas all11:10
ehvaguhi11:10
ducassejakey3: did you upgrade from 14.04 or reinstall?11:13
jakey3reinstall11:13
nikiihi11:13
jakey3ducasse: how come it was working on 14,04 and not 16.0411:14
ducassejakey3: no idea. new driver, i'd guess.11:14
jatin30Why am I getting http://imgur.com/Fw6kC2R after installing apache 2 properly?11:15
nikiiis it possible to force system use same battery mode power options in ac mode?because i have not  fan problem.11:16
alimjHello. Just wanted to clarify to myself. It won't be possible to test Unity8/Mir on VMs? And Currently no VM supports it?11:17
lotuspsychjealimj: unity8 is still under development11:18
stratos@jatin30: there is probably no users named "user"11:18
lotuspsychjealimj: most worked on will be 16.10, so experiment with unity8 on vm with 16.10 perhaps?11:19
alimjlotuspsychje: Tried it on VirtualBox (+Guest additions) and 16.10; Unfortunately did not work11:19
stratos@jatin30: when you are in /home/jatin/public_html then type "gedit index.html" and enter the html snippet then save the file11:20
lotuspsychjealimj: 16.10 didnt work, or unity8?11:20
stratos@jatin30: your attempts to use "echo" are all buggy11:20
robotdevil1jakey3: is there an additional drivers option?11:20
alimjlotuspsychje: 16.10 works without any issues. It is the Unity8 that does not work11:20
Paddy_NII have installed "ubuntu-desktop" on an Ubuntu MATE 16.04 installation and have run "sudo dpkg-reconfigure ubuntu-desktop" to which nothing happens only to be left with an Ubuntu Unity session that has no panel, desktop, dash or launcher.. Can anyone help?11:21
lotuspsychjealimj: like i say, unity8 is under development still perhaps little more patient and hangout in #ubuntu+1 ?11:21
=== sparklyballs_2 is now known as Sparklyballs
jakey3robotdevil1: yes didnt make a difference though11:22
alimj_lotuspsychje: Thanks. Will join and enjoy11:23
=== alimj_ is now known as alimj
jakey3_how is it possible i have my laptop on 14.04 i reinstall 16.04 and my wireless no longer works11:26
rockhey11:26
rockhow can i install libgtk2.0-dev?11:27
jakey3_its a Centrino Advanced-N 620511:29
jakey3_Wireless interface11:29
ducasserock: apt install libgtk2.0-dev?11:30
Paddy_NIjakey3_, 16.04 has a few problems however I am sure that one should be simple enough to fix.  Have you tried booting from an Ubuntu 16.04 cd/dvd, USB and tested your wireless there?11:31
jakey3_Paddy_NI: i havent tried from a live cd yet11:32
Paddy_NIjakey3_, Oh and did you do a clean install or an upgrade?11:32
hugonew_user11:32
jakey3_Paddy_NI: clean install11:33
robotdevil1jakey3_: might not do nothing but I ve seen alot of updates being borked by the gui updaters, do you know how to recovery mode repair broken packages?11:33
jakey3_robotdevil1: nope11:33
robotdevil1jakey3_:  dual boot?11:34
jakey3_i dont know will google it11:34
jakey3_will check live cd brb11:34
robotdevil1jakey3_: you just press escape before the ubuntu logo loads and then enable networking and then fix packages11:34
robotdevil1gotta press it fast thou11:35
ashrovHi maybe someone know., How can I add a new test to xymon/hobbit?11:35
kenzuhiya how do I boot to christian ubuntu from debian linux?11:36
kenzuhey peter you from Finland :D11:37
k1lkenzu: boot? make a live usb and boot that?11:37
kenzui made a disc already right, on a dvd using brasero in debian, but i restarted comp but it went straight to debian back..11:37
kenzucan i write over the disc if i made some error?11:38
k1ltest if the dvd is properly made.11:38
kenzuhow do i know if its properly made? what signifies it11:39
k1land make sure your pc boots from dvd11:39
=== CanIHazMemeCats is now known as VietnamFlashback
kenzuit does boot from dvd, it did it when i deleted windows and installed debian11:39
VietnamFlashbackGOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOD MOORNNINNG VIEETNAMMM!!!11:40
Paddy_NI:-)11:40
Paddy_NIkenzu, Perhaps your computer does not wish to convert11:40
Paddy_NIkenzu, Or you could change the boot order in your bios?11:41
kenzuhahahaha11:41
Paddy_NI:-)11:41
k1lkenzu: check the md5sum of the dvd. check if there is data on that dvd. when booting the pc make sure you specificly boot from dvd11:41
kenzu ok11:42
brunch875kenzu: double-check the boot order. It's the most likely scenario11:42
kenzuhmm11:43
jakey3i check on the live cd wireless work fine11:44
jakey3i checked on the live cd wireless works fine11:44
robotdevil1jakey3: https://www.youtube.com/watch?v=HYiTJtYmmzg   its kind of like this method except he doesnt select enable networking and fix broken packages he instead selects failsafe because of his graphics or something, you can also ignore the the other command stuff and just reboot your pc11:44
kenzuso what was i looking for in the disc again?11:44
k1ljakey3: you know how it works in here: check what exact hardware you have and show errors from the logs.11:44
jakey3robotdevil1: thanks for the info11:44
jakey3k1l: yes11:45
jakey3is it possible that dkms can mess it up?11:45
k1ljakey3: what did you do with dkms?11:45
kenzuI feel more nerdy having linux:D11:45
jakey3virtualbox with dkms11:45
kenzuim surrounded by intelligent people :D11:45
kenzuxD11:45
robotdevil1jakey3: it will come in handy when other things mess up.... the install must not have loaded or enabled the wireless module11:45
k1ljakey3: if you did not change manually stuff it wont mess wifi drivers11:46
jakey3where to find the lofs of wireless11:46
jakey3*logs11:46
k1ljakey3: "dmesg" in terminal11:48
kenzuHmmm11:49
kenzuIm gonna quite chat guys11:49
kenzubye11:49
Paddy_NIBye11:49
jakey3k1l: what am i looking for dmesg11:50
k1ljakey3: errors11:50
jakey3robotdevil1: what is the purpose of booting into safe mode11:50
k1ljakey3: first make sure what hardware you got and then see what driver should be used11:51
=== vCra_ is now known as vCra
=== alexandr1 is now known as alexandros_c
jakey3k1l: i can see  4.448550] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled11:53
jakey3apart from that11:53
robotdevil1jakey3: fixes misconfuigured packages11:56
robotdevil1jakey3: helped my system lots, I would do it by hand but since its installed on ssd its so fast to just used that method .... just do11:57
robotdevil1I just do*11:57
jakey3robotdevil1: i see11:57
jakey3k1l: do i need to reinstall my wireless driver11:59
=== anicorescu_ is now known as vanda
k1ljakey3: i still dont know what wifi card that is, what erorrs there are and what driver is in use.12:00
=== alpha is now known as Guest79004
robotdevil1jakey3: works well when you other sources added to your package manager, google chrome regularly breaks my system12:01
k1ljakey3: "lspci" will tell you the hardware12:01
jakey3k1l: here dmesg12:01
jakey3http://paste.ubuntu.com/16705009/12:01
jakey3k1l:  Centrino Advanced-N 6205 [Taylor Peak]12:04
=== KindOne_ is now known as KindOne
k1ljakey3: i got the same wifi chip in here running on 16.04. the drivers are in the kernel and well working. so what is the issue?12:06
jakey3k1l: beats me12:07
jatin30how to i create a test.php file in var/www ? I am not able to manually create that12:09
Fuchsjatin30: sudo touch test.php12:09
Fuchsjatin30: but I recommend creating it in your home, editing it, then copying it over with sudo when done12:09
Fuchselse you have to edit it with sudo as well, which is a bit meh12:10
jatin30fuchs:thanks12:10
Fuchsyou're welcome12:11
jakey3robotdevil1: for example if i load into safe mode how would i attempt to fix the wireless dirver issue12:12
k1ljakey3: "rfkill list" and "ifconfig" in a pastebin please12:12
jakey3?12:12
k1ljakey3: recovery mode doesnt help you at all.12:12
jakey3ok12:13
jatin30Fuchs: How do I grant the world (or, at least, Ubuntu user "apache") permission to read test.php12:13
Fuchsjatin30: via chmod and chown12:13
jatin30can you type the exact command please?12:13
Fuchsjatin30: chown changes the owner/group, e.g.  chown user:group file     so you could add the apache/httpd group there12:13
Fuchsjatin30: I'd rather you read some documentation as this is security relevant, hang on12:14
Fuchshttps://help.ubuntu.com/community/FilePermissions  << this12:14
jakey3k1l: http://paste.ubuntu.com/16705216/12:16
robotdevil1jakey3: it doesnt hur t anything better not try .... if fixes broken packages...whatever would have taken 3 minutes to try ...if the other person has the same and it works likely is misconfigured no?12:18
jakey3robotdevil1: fsair point12:19
=== Drac0 is now known as Guest53807
BlueProtomanHow can I get the list of all PPAs I've installed in a manner that lets me conveniently reinstall them on another machine?12:28
robotdevil1jakey3: if I wasnt soing something id try and be more scientific12:28
hateballBlueProtoman: ls /etc/apt/sources.list.d/12:29
pidybihi all12:29
hateballBlueProtoman: rather, "cat /etc/apt/sources.list.d/*" I suppose12:30
snfgfWhat lines do i need in an X11 config to launch terminal emulator on startup? I just have blank screen and mouse pointer atm.12:30
BlueProtomanhateball: Thanks!12:31
jakey3robotdevil1: np12:31
hateballBlueProtoman: Tho that only gets the repos, it doesnt take care of GPG keys etc that apt-add-repository handles for you12:31
BlueProtomanhateball: That's okay, I have few enough PPAs that I can manually go to their URLs and get the ppa:stuff URIs12:33
hateballBlueProtoman: :)12:34
pidybiczy jest tu ktos z Polski? haaalooo ;)12:34
hateball!pl | pidybi12:34
ubottupidybi: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.12:34
k1l!pl | pidybi12:34
pidybi!pl | pidybi12:37
ubottupidybi, please see my private message12:37
Lopewhat is this? linux-image-extra-virtual - Transitional package12:38
Lopewhat does transitional mean here?12:38
\9Lope: it's been renamed to linux-image-generic but that package exists for compatibility12:39
Lopeoh, I installed it now, but it didn't add any kernel images to my /boot.12:41
\9it is empty12:41
Lopehehe, it's 11MB12:41
ouroumovGuys, anyone know how to start vino-server at boot under systemd? (16.04)12:41
Lopeso if I want a kernel with extra features I should install linux-image-extra-virtual-lts-xenial ?12:42
\9Lope: it's 1.8KB for me12:42
\9Lope: linux-image-extra-virtual-lts-xenial also appears to be transitional12:43
Lope\9: I want to install a linux-image extra kernel, how can I do that?12:46
k1lLope: why extra kernel? what do you need?12:46
BernzelIs it possible to run Ubuntu on my SSD , and run Windows along side on my other drive? I doubt both OS's will fit on my SSD12:47
Lopek1l: docker said: warning msg="Your kernel does not support swap memory limit."12:47
k1lBernzel: how big is the ssd?12:47
Bernzelk1l, 120gb but that will be filled with lot's of other stuff too12:48
EriC^Bernzel: you could run ubuntu and windows on it, and have the hdd for external storage for both12:48
Lopek1l: oh nevermind.12:49
k1lLope: https://docs.docker.com/engine/installation/linux/ubuntulinux/#adjust-memory-and-swap-accounting12:49
BernzelEriC^, yes but the idea to have Windows running alongside is to be able to play some games, and those need to be run on the SSD12:49
thisgyhey guys!12:52
=== Gill_ is now known as Gill
thisgyI have just installed ubuntu 16.04 and my package system is already messed up. Keeps telling me: Die folgenden Pakete haben unerfüllte Abhängigkeiten:  plymouth-label : Hängt ab von: plymouth (= 0.9.2-3ubuntu13.1) aber 0.9.2-3ubuntu13 soll installiert werden  plymouth-theme-ubuntu-logo : Hängt ab von: plymouth (= 0.9.2-3ubuntu13.1) aber 0.9.2-3ubuntu13 soll installiert werden12:53
thisgyI have done nothing with plymouth12:53
LopeI think I misunderstood regarding the linux-image-extra stuff.12:53
thisgyI would be very happy if someone could help me fix this!12:53
LopeThe extra stuff is loadable modules, not a diff kernel called extra.12:53
\9thisgy: try sudo apt-get install --fix-broken12:55
thisgy\9: did not help unfortunately12:57
thisgy <\9>: did not work unfortunately. Looks like I am lost here.12:58
thisgyI cannot really work without fixing this.12:58
Melvin_Heey, i need to install a few owncloud php modules, is there anyone that can help me with that?12:58
\9hmm12:59
pesarithisgy: ensure you have xenial-updates repository enabled and run "apt update"12:59
thisgy <\9>: I do not exactly get how this would not be anyodys problem. Plymouth sounds like something everybody has.13:00
\9plymouth is the on-boot splash screen13:00
thisgy<pesari>: where would I find that?13:01
thisgy<\9>: could I just get rid of it?13:01
thisgy<\9>: of maybe install it again if it works13:02
\9sure but it doesn't sound like the proper solution if your packages are this messed up13:02
pesarithisgy: try grep xenial-updates -r /etc/apt13:02
thisgy<\9>: also bluetooth does also not work anymore. Although everything was fine with 14.04. I regret upgrading a lot. Although I thought that a clean install should replace some older workarrounds...13:03
\9I don't know anything about bluetooth, I've never used it13:03
hateballMelvin_: what modules?13:03
thisgy <pesari>: puts out a bunch of repositories. I assume a have enabled them.13:04
\9what if you just run sudo apt update?13:04
Melvin_hateball: i followed this guide and http://tecadmin.net/install-owncloud-on-ubuntu/#comment-270413:04
thisgy<\9>: yeah. having it work at all would be more urgent.13:04
\9you said you just installed it?13:04
thisgy<\9>: yes13:04
thisgy<\9>: you recommend to do it again?13:05
\9oh you did that already?13:05
hugoo13:05
thisgy<\9>: no, I only installed it once. But I thought this sould get me a clean install.13:05
hateballMelvin_: So what is the problem? It seems to be perfectly copy-pastable13:05
thisgy<\9>: so what would I expect from doing it again?13:05
Melvin_hateball: i know it looks nie but 1 sec ill send you a pastebin13:06
\9er, I mean run sudo apt update13:06
\9if your package info is out of date13:06
Melvin_http://pastebin.com/F9hEnaQE13:06
Melvin_hateball: http://pastebin.com/F9hEnaQE13:06
thisgy<\9>: sais all is up to date13:07
wojtek_hi there :)13:07
hateballMelvin_: that guide suggests you add a PPA (which is unsupported here btw), did you do that?13:07
Melvin_hateball: maybe a little13:07
Melvin_hateball: how should i have done it otherwise?13:08
hateballMelvin_: No I am just asking if you did it, since the guide assumes you did13:08
Melvin_hateball: i did13:08
hateballMelvin_: And since it's referencing a PPA, I do not really know why it is not working. But perhaps someone else knows13:08
albertoHello everyone13:08
stillnesshi13:09
thisgyhey13:09
stillnesshey guys, I just recovered my system from a initramfs boop problem. Does anyone know how to prevent that from happening again?13:09
=== alberto is now known as Guest23004
Melvin_hateball: the thing is, ubuntu server 16.04 is using php7. these are the modules for php 5. The big thing is when i go to my localhost/owncloud i get the same php errors on the screen13:09
Melvin_hateball: same packages13:09
Guest23004How can I make Firefox route the sound to Jack sound server?13:10
hateballMelvin_: afaik ownCloud 9.0.1 has fixes for php7, but I may be wrong13:10
Melvin_hateball: one second ill show you the owncloud messages in a pastebin13:10
hateballMelvin_: That's a question better answered in #owncloud tho13:10
Guest23004I'm on Ubuntu 16.0413:11
Melvin_hateball: they told me go to your distro because you need the packages xD13:11
hateballMelvin_: And see you already got your answer13:11
hateballMelvin_: which were in the owncloud admin manual apparently ;)13:11
Melvin_hateball: but the problem is, wich packages if i'm not using php 5 :)13:11
thisgyI tried to remove the problematic package plymouth-label and got this: cryptsetup: WARNING: failed to detect canonical device of /dev/sda5 W: plymouth module (/usr/lib/x86_64-linux-gnu/plymouth//.so) missing, skipping that theme.13:12
thisgycan anybody tell me what that means??13:12
hateballMelvin_: so look in #owncloud13:12
Melvin_hateball: thanks hateball :)13:12
hateballMelvin_: I suggest you ppa-purge before following the advice given there so you don't end up with conflicting packages13:13
nerbellionGreetings. How to revert operation sudo apt-get install --install-recommends linux-generic-lts-wily xserver-xorg-core-lts-wily xserver-xorg-lts-wily xserver-xorg-video-all-lts-wily xserver-xorg-input-all-lts-wily libwayland-egl1-mesa-lts-wily libgl1-mesa-glx-lts-wily libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386? Regards.13:14
nerbellionOS 14.04.413:14
OerHeksnerbellion, how about fresh install ? ]13:16
ashrovanyone know hobbir or xymon?13:17
ashrovhobiit13:17
nerbellionOerHeks>That thing really makes me so sad. Nevertheless, thanks.13:17
stillnesshey guys, I just recovered my system from a initramfs boop problem. Does anyone know how to prevent that from happening again?13:19
EriC^stillness: sudo update-initramfs -u -k all13:22
EriC^stillness: then sudo update-grub13:22
EriC^still might not work, depends on what the problem was, check /etc/fstab and sudo blkid too13:23
Dorfany idea why youtube videos are no longer playing after the upgrade to 16.04?13:27
Guest79004i dont have that problem13:28
BluesKajDorf, install the freshplayer from your package manager , it's easier than typing the full name of the package in the terminal13:28
OerHeksDorf, maybe hardware driver issues, do you have an  ATI videocard?13:29
Dorfthere are 3 options BluesKaj.  which one is best?13:29
Dorfit looks like i have pepperflash installed already13:30
Dorfi do not have an ATI video card.  NVIDIA13:30
arca_vorago16.04, cairo-dock. Just did aptg update/upgrade, and when I rebooted it lost my xorg config and the monitors show up in the displays but I can't move them back to where they should be, they seem to be "locked"... any ideas?13:31
BluesKajDorf, hang on let me check13:31
BluesKajDorf, the bowser-plugin-freshplayer-pepperflash13:33
Dorfthat's what i have13:33
stakewinner00EriC^, using /bin/bash worked, but apt was using a different abi that the system doesn't understand, so i can not reinstall the packages, and i'm reinstalling the SO to fix it...13:35
=== dewwii is now known as deww
justxuxarca_vorago,I heard many people have problems with "apt-get", try to use "apt instead"13:37
arca_voragowait, so apt-get is being depricated?13:38
BluesKajno apt alone is merely a wrapper for apt-get afaik13:39
markdarkI am trying to get the ip address as soon as it is assigned to the machine by dhcp. I thought I add a post-up command to /etc/network/interfaces on eth0, but than the IP is not yet there13:40
markdarkany ideas where I should get the IP as soon as it is assigned?13:40
OerHeksfor now, apt-get and apt live together13:40
arca_voragoI don't think it's related to that though, I've had a pretty good experience on ubuntu since 15.10, but one consistent problem is it occasionally loses the xorg and then configing it is a pain. Where is 16.04 storing it xorg so I can back it up?13:42
BluesKajarca_vorago, here's an explanation , looks like I was mistaken it's quite a step forward http://askubuntu.com/questions/445384/what-is-the-difference-between-apt-and-apt-get13:43
lyzeHey guys, could somebody help me to completely uninstall grub and fix the windows bootloader?13:44
Ben64arca_vorago: if you have an xorg.conf, it'd probably be in /etc/X11/xorg.conf13:44
Ben64lyze: yes, someone in ##windows should be able to help you with that13:45
lyzeBen64, alright, thanks.13:45
cow_2001how come `info info` sits here in the nonfree package? http://packages.ubuntu.com/xenial/all/texinfo-doc-nonfree/filelist13:47
cow_2001that's pretty weird13:47
=== pavlushka is now known as Dj3
OerHekscow_2001,  Texinfo is not in the public domain; it is copyrighted and there are restrictions on its distribution13:50
=== Dj3 is now known as pavlushka
cow_2001it's under the GFDL13:51
cow_2001no?13:51
cow_2001OerHeks: ^^^13:53
nok_guys could somebody help? I want to install Win98SE on an old ass laptop along with some lightweight distro... How do I setup my HDD partitions using GParted for both OSes?13:53
OerHekscow_2001, it is, but you referred to texinfo-doc-nonfree, that is texinfo *and* docs13:54
nok_GParted couldn't detect the partitions the old W98 installer made13:54
cow_2001OerHeks: i am terribly confused right now. could you explain further?13:55
OerHeksfrom debian: non-free archive area contains supplemental packages intended to work with the Debian distribution that do not comply with the DFSG ..13:55
OerHeksnot sure what you want to know ..13:56
cow_2001OerHeks: i don't understand why is it nonfree13:58
=== francisco is now known as Guest90616
=== inaddy is now known as tinoco
lyze_phone_Ben64 they cant help ^^13:59
Ben64they're the only ones who can13:59
lyze_phone_grubs now messed up and only shows a "minimal bash like line editing" thibg ....14:00
cow_2001OerHeks: so it originates with debian shenanigans. hmm.. but which part of it doesn't meet DFSG criteria?14:01
sstory14.04LTS with LaserJet 4100. Printing from a Java app.  The printer says Default Paper Size:Letter, Tray 2 (Letter). Yet when I print what should be a letter it always wants to print to tray 1. Any thoughts?14:01
cow_2001oh14:01
cow_2001i see14:01
cow_2001https://en.wikipedia.org/wiki/Debian_Free_Software_Guidelines#GFDL14:01
OerHeksah,  content under this license must be separately contained in an additional "non-free" repository which is not officially considered part of Debian.14:02
norechhi, since i used boot usb of ubuntu 16.4 i cannot reformat the microsd14:07
norechi had a similar problem14:07
norechand i solved it with the same application by the erase disk function14:07
norechbut qhen i try that14:07
norechit says14:08
cow_2001OerHeks: thank you for your help! :)14:08
norechorg.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call last):14:08
norech  File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in _message_cb14:08
norech    retval = candidate_method(self, *args, **keywords)14:08
norech  File "/usr/share/usb-creator/usb-creator-helper", line 237, in Format14:08
norech    part.call_set_type_sync('0x0c', no_options, None)14:08
norechgi._glib.GError: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error setting partition flags on /dev/sdb2: Command-line `sfdisk --change-id "/dev/sdb" 2 0x0c' exited with non-zero exit status 1:14:08
OerHekscow_2001, your Q made it clear to me to, thanks14:08
norechmmh with some voodoo14:14
norechusing the disk management tool of gnome14:14
norechi succeded in erasing all partitions14:14
norechand unallocate all space and than formatted in fat14:15
=== alpha is now known as Guest45024
lyze_phone_can somebody help me with grub? http://i.imgur.com/ggRmZcw.jpg   appears when I boot.14:27
=== robotrolll is now known as robotroll
=== kr4x is now known as cr4x_
=== cr4x_ is now known as kr4x
OerHekslyze_phone_, easy fix is bootrepair https://help.ubuntu.com/community/Boot-Repair14:32
wyreis there anyway to reinstall apt-get from a cdlive?14:33
wyreI've mounted /mnt* /proc /sys14:33
wyrebut now I need to reinstall apt-get14:33
lyze_phone_OerHeks thanks ... will try to get it to work with it again14:33
ducassewyre: chroot into your install and use dpkg to install apt-get.14:34
OerHeksreinstall apt-get, never heard such thing ..14:34
wyremmm14:35
wyreducasse, which is the way to install with dpkg?14:35
wyreand where is apt-get.deb?14:35
OerHekswyre, what is the reason you need to reinstall apt ??14:35
wyrefsck has deleted sources.list and apt.conf.d14:36
ducassewyre: then fix _that_.14:36
=== James is now known as Guest34997
wyreducasse, how? xD14:37
ducassewyre: restore them from backup.14:38
OerHeksif fsck deletes those files, what is the condition of your hdd?? see disks > s.m.a.r.t.14:38
Admin__hey guys.. good day.. very strange problem.. i am running some ffmpeg scripts that capture and segment some videos ... it is a live stream.... why after about 24- 27 hours all of the scripts get killed on my ubuntu system ? then i restart and they again go for 24 hours.. then stop again .. sooooo ODDD!!14:41
wyreducasse, from where? /var/cache?14:42
Guest34997hi all14:42
Guest34997блять как поменять ник14:43
lyze_phone_!ru | Guest3499714:43
ubottuGuest34997: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.14:43
Guest34997 /join #ubuntu-r14:43
Guest34997 /join #ubuntu-ru14:43
Admin__anyone have a clue ?14:45
=== robot_ is now known as Guest84557
davido_If keepassX and universal access/bounce keys have an interaction bug, who should that be reported to?14:46
ducassewyre: if you don't do regular backups you have a bigger problem :) in that case you need to rebuild sources.list manually. see https://repogen.simplylinux.ch/ for example.14:46
aLeSDi all14:48
aLeSDis possible to install boost 1.50 in ubuntu 16.04 ?14:49
=== zombifiet is now known as zombifier
AndChat|526161Hello14:50
AndChat|526161Ubuntu is a nice distro14:50
AndChat|526161Anyone use fedora14:51
wyreducasse, OerHeks can I mount /etc in /mnt/etc?14:51
naccAndChat|526161: fedora is offtopic here, i'd say14:52
AndChat|526161Sorry nacc14:52
AndChat|526161I apologize for that14:52
PiciAndChat|526161: I imagine the folks in #fedora use fedora.14:52
* tgm4883 tips fedora, m'lady14:52
AndChat|526161I see pici14:52
AlexQHi. I wanted to disable screen shutdown when laptop lid closes, so I made a copy of /etc/UPower/UPower.conf and modified the line to ignoreLid=true. Unfortunately, after reboot I got only laptop screen resolutions up to 800x600 (:O), so I reverted to backup copy and rebooted, but, to my surprise, it was still fu**ed up. What should I do? Remove some cache files?14:53
ducassewyre: mount the root filesystem somewhere, the copy across what you need.14:53
AndChat|526161BTW I mainly use ubuntu14:53
ducassewyre: *then14:54
AndChat|526161There are few distros that give u experience like ubuntu14:54
naccaLeSD: i think boost is at 1.58 in 16.04?14:54
aLeSDnacc, yes it is14:54
BluesKaj-phChecking phone irc14:54
naccAndChat|526161: do you have a support question? general discussion should go to #ubuntu-offtopic14:54
BluesKaj-phOK done14:55
tgm4883Is there some form of "guest-tools" for qemu-kvm guests?14:55
tgm4883specifically, for windows guests14:55
nacctgm4883: what are guest-tools?14:55
nacctgm4883: *is14:55
tgm4883nacc: vm hardware driver support for the guest OS14:56
AndChat|526161No naac I came here for general chat14:56
tgm4883nacc: eg. display drivers and such14:56
AndChat|526161Is this the right channel14:56
k1lAndChat|526161: for general chat better use #ubuntu-offtopic14:56
wyreducasse, do you mean /dev/sda* ¿14:56
AndChat|526161Ok14:56
ducassewyre: i don't know where your root filesystem is, but probably yes.14:57
nacctgm4883: does that imply passthru & direct hw access of the devices?14:57
AndChat|526161BTW kubuntu is same as ubuntu14:57
AndChat|526161?14:57
k1lAndChat|526161: same base, but with kde on top14:58
AndChat|526161I see14:58
AndChat|526161BTW its name is funny14:58
wyreducasse, and how can I connect my wifi from cli?14:59
wyre(with network manager) ?14:59
AndChat|526161Kubuntu, kubuntu, xubuntu lol14:59
Guest45024lubuntu14:59
tgm4883nacc: no. virtual machines provide "software" hardware (wth did I just say). for instance, you can add drives as virtio, but your guest OS needs to be able to understand what virtio is to use the drive. Similarly, kvm has a software video card that it provides to the guest OS, but it gets just basic support in the guest OS.14:59
=== Tarsas_ is now known as Tarsas
nacctgm4883: ah i see what you mean now14:59
tgm4883(granted, basic support allows most resolutions, but I'd like to see some form of auto-resizing or at least custom resolutions)15:00
nacctgm4883: you're asking if kvm has that for windows?15:00
ducassewyre: why do you need to do it from the cli? use a live usb, and you can use the gui.15:00
tgm4883nacc: yea15:00
naccaLeSD: I don't think there is an official way to go back 1.50 unfortunately15:00
tgm4883nacc: trying hard to get rid of vmware-workstation here, would rather not go to virtualbox15:00
ducassetgm4883: there are several virtio drivers for windows, for storage, networking etc.15:01
nacctgm4883: http://www.linux-kvm.org/page/Guest_Support_Status#Windows_Family15:01
wyreducasse, but if I'm connected in muy live? also I'm connected in my root filesystem mounted?15:01
nacctgm4883: it would appear that what ducasse is saying is what most people do, virtio drivers installed in the windows guest15:01
wyrebecause I get the message that says it cannot be downloaded the package15:02
tgm4883nacc: ducasse thanks, I'll check those out15:02
ducassewyre: of course.15:02
davido_The gist of the problem is: With Universal Access | Typing | Bounce Keys enabled, KeepassX's hotkey password entry mechanism is thwarted; usernames or passwords that have the same character more than once will be detected as a bounce before being pasted to their target.15:03
davido_So when one uses the "Autotype Shortcut" from keepassx, if they have bounce keys turned on, odds are good the password will be rejected by the target. However, using clipboard-based copy/paste works.15:05
naccdavido_: you could start with a bug against keepassx, and it will get re-routed from there, probably15:06
davido_nacc : I think you're probably right. I don't pretend to know the underlying mechanism, but it seems that keepassx should be able to detect if bouncekey is enabled, and if so, do its password entry a little more slowly. :)15:07
naccdavido_: right, and if it isn't, maybe the keepassx maintainer(s)/contributor(s) will know how to route it to the access folks15:07
davido_k, thanks.15:08
davido_As a final question: Any idea where the Universal | Typing | BounceKey setting is stored?15:10
=== alpha is now known as Guest98745
ryclikSo is the socks4-server package dante or what?15:15
ryclikinstalled it but I can't seem to find anything on that15:15
lyzeHey guys, I've tried to repair grub with the boot-repair-disk. It didn't help. http://paste.ubuntu.com/16708159/15:15
naccdavido_: would be guessing but mabye ~/.config or ~/.local15:15
naccryclik: 'dante' ?15:16
camroncademorning'15:16
naccryclik: what were you looking for? it installs rsockd and sockd binaries15:17
rycliknacc: Yeah, it's a socks server. There's another package for it in apt. Then theres the one I just installed called "socks4-server", but I can't seem to find the name of whichever socks server it is lol15:17
AlexQGuys, please help... I wanted to disable screen shutdown when laptop lid closes, so I made a copy of /etc/UPower/UPower.conf and modified the line to ignoreLid=true. Unfortunately, after reboot I got only laptop screen resolutions up to 800x600 (:O), so I reverted to backup copy and rebooted, but, to my surprise, it was still fu**ed up. What should I do? Remove some cache files?15:17
naccryclik: oh i see there's dante-server as well?15:18
rycliknacc: Right, so I guess it's just generic?15:18
ryclikYeah15:18
naccryclik: sorry, what's your question? it appears to be two distinct packages with distinct implementations15:18
DirtyCajunAlexQ, why did you do upower?15:18
ryclikThe question is, what implementation is socks4-server?15:18
DirtyCajuni would go through /etc/systemd/logind.conf15:18
DirtyCajunand HandleLidSwitch=ignore15:19
AlexQDirtyCajun: I did not change anything there, in /etc/system/logind.conf. I think I found some outdated info somewhere on the interwebs.15:19
ducasseryclik: the package description says which implementation it is.15:19
DirtyCajunAlexQ, you are using desktop so it might not allow use of logind.conf. but i just checked on my laptop with ubuntu server and it worked for me15:20
ducasseryclik: "It is based on the original SOCKS written by David Koblas"15:20
lyzeOerHeks:  Ran the boot repair disk and I still get that minimal bash thing. http://paste.ubuntu.com/16708159/15:20
ryclikducasse: ah how did you get that info?15:20
AlexQDirtyCajun: Okay, but that is not my problem atm. I want to be able to use proper, native resolution15:20
naccryclik: probably `apt-cache show <pgkname>`15:20
ducasseryclik: 'apt show packagename'15:21
DirtyCajunAlexQ, but one is a result of the other is it not? Check your grub and see if it modified to specify 800x60015:21
ryclikI didn't know that one existed. Useful thanks :)15:21
DirtyCajunAlexQ /etc/default/grub and check your "GRUB_GFXMODE and GRUB_CMDLINE_LINUX_DEFAULT"15:22
AlexQDirtyCajun: first commented out, second just set to "quiet splash"15:25
regumhi15:26
regumI have a problem with an ongoing process15:26
regumI was logged in via ssh and started gparted to format a drive15:26
DirtyCajunAlexQ interesting. lemme do some research15:27
regummy lapton entered suspension and the ssh session logged off, how can I go back to gparted?15:27
regumI can't run it again, it's still running15:27
regumI just want to reopen the window so to speak15:27
regumto see how it's going15:27
=== elysium is now known as elysium^
naccregum: that's not really how things work, aiui. More than likely the controlling tty for the gparted process has been disconnected. YOu probably want to run things in tmux or screen in the future, if disconnects are likely ...15:30
=== jimm is now known as Guest29712
regumnacc, so I can't get back to it? will it run forever? How can i know when it's finished formatting the drive?15:31
AlexQDirtyCajun: I think that something got fuc**d up (maybe these screen modes?) when I rebooted with that ignoreLid in UPower.conf enabled, and it did not get fixed when I set that back to false and rebooted. I recall there are some files that e.g. xrandr creates? Maybe that should be reset?15:31
ducasseregum: formatting typically takes seconds.15:31
naccregum: was the to-be-formatted drive something important?15:32
=== Guest29712 is now known as digitalmouse
naccregum: my concern is it might be waiting for input or something15:32
RR_hello. I have joined the ubuntu forum (http://ubuntuforums.org/) today. My current permissions are: You may not post new threads - You may not post replies - You may not post attachments - You may not edit your posts (sigh); when will I be allowed to post?15:32
regumnacc ducasse it was about 300GB15:32
digitalmousegreetings, programs!15:32
ducasseregum: it takes seconds to format a 6TB drive, even. i have one.15:33
regumduccasse, it's a slow machine, it took 10 minutes to format a 150GB drive15:33
ducasseregum: which filesystem?15:34
regumducasse, from ntfs to ext415:34
DirtyCajunAlexQ, to check just type xrandr into terminal15:36
DirtyCajunit should list all possible resolutions15:36
DirtyCajunwith "min current and max"15:36
AlexQDirtyCajun: I did just that, it seems that there are more than "Display" settings in Xubuntu show. That's kinda strange15:37
ducasseregum: that sounds odd. are you sure the disk is ok? ext4 formatting doesn't write to every sector, it just writes some metadata afaik. anyway, just format again, no harm done.15:37
regumducasse, So I can safely kill the gparted process?15:37
AlexQDirtyCajun: Okay, nevermind, it seems to have resolved itself now. Very strange indeed15:37
DirtyCajunhaha! win regardless!15:37
AlexQDirtyCajun: But if you know, could you please tell me how to properly set up HDMI modes?15:38
ducasseregum: sure, just start a new one. if you do it over ssh, use tmux or screen.15:38
regumducasse, thanks, I'll look into that15:39
DirtyCajunAlexQ, xrandr --output LVDS --mode 1920x1080 (replace your output with the name of yours)15:39
DorfBluesKaj: I got the problem fixed from before.  it was a video driver issue15:39
Dorfnow, i know that php 5.6 isn't "officially" supported on 16.04, but can i downgrade the CLI php version to 5.6?15:39
DirtyCajunxrandr doesnt have a configuration file tho so this wont be persistent15:40
ducasseregum: also use something like fdisk or gdisk to partition, and make the filesystem from the shell. if you do that in tmux. the process will continue to run even if the connection goes down.15:41
AlexQDirtyCajun: The issue is that xrandr or Display settings etc. list some modes, but there are lacking. There is only 1920x1080p24, but there are no 1920x1080p50/6015:42
ducasseregum: and you can reattach to it later.15:42
AlexQDirtyCajun: Obviously, these modes are correctly supported out-of-box on Win10 on the same laptop with the same TV15:42
DirtyCajunAlexQ check to see what drivers your device is using.15:42
regumducasse, thanks! I've got a lot of learning to do15:42
DirtyCajunIf needed reinstall the OpenGL drivers15:43
AlexQDirtyCajun: But another FullHD screen works flawlessly with all modes supported15:43
regumThank you! I've got to go now!15:43
AlexQDirtyCajun: I managed to add 1080p50/60 manually with cvt and xrandr for that screen manually, and it was working and indeed progressive, but there was some strange issue: is was slightly out of focus, as if it wasn't exactly pixel to pixel, though the size seemed fine (didn't do 1 pixel width border check)15:45
Dorfnever mind.  if anyone else has the same issue, here's a link to the answer15:46
Dorfhttp://askubuntu.com/questions/761713/how-can-i-downgrade-from-php-7-to-php-5-6-on-ubuntu-16-0415:46
computerpeople, i have an external HDD (was internal) that says it is likely to fail soon, what should i do to fix it?15:47
DirtyCajunAlexQ thats very odd. something isnt talking appropriately and thats past my knowledge unfortunately15:47
mcphailcomputer: buy a new one15:47
somsipcomputer: back it up, replace it15:47
naccDorf: doing any of those options puts you in unsupported territory, just to be clear15:47
Dorfunderstood15:47
Dorfbut i was a bad boy and didn't read the docs before upgrading15:48
naccDorf: if you really need php5, and are running 16.04, i would recommend running trusty in a VM or container15:48
Dorfas a drupal dev supporting d7 not having 5.6 is not an option, but the ability to switch between versions relatively easily is nice15:48
computermcphail: somsip i already got a new one and back it up, but i see throwing away a 500GB HDD a waste, so is there anyway i can resue it or so anything useful wth it?15:49
naccDorf: drupal7 upstream has pushed php7 support, as has debian, we're moving to that version shortly15:49
DArqueBishopcomputer: if it's saying it's going to fail soon, it can't be trusted. It's a lost cause, so have it recycled.15:49
naccDorf: in 16.04, that is15:49
mcphailcomputer: it's your data. Do what you like, but don't say it didn't warn you15:49
naccDorf: LP: #158234015:50
ubottuLaunchpad bug 1582340 in drupal7 (Ubuntu) "[SRU] Sync drupal7 7.43-3 (universe) from Debian unstable (main)" [Low,New] https://launchpad.net/bugs/158234015:50
Dorfthanks nacc.  i'll be updating core to that, but my host only uses 5.6 so i have to try and keep versions consistent to avoid WSOD or other issues.15:50
naccDorf: ack15:50
computerDArqueBishop: mcphail it would be a shame, anyway how can i recycle it? what can i do with it, by the way i have 2x 500 GB HDD that are failing15:50
Dorfthank you for your hard work on that nacc.  it is definitely appreciated!15:50
naccDorf: np, luckily gunnar did most of the stuff upstream (debian) :)15:51
Dorfside note:  the host was chosen by the client... otherwise i'd be upgrading today!15:51
mcphailcomputer: no ide about recycling, and not really on topic here. Perhaps ask in ##hardware ?15:51
computermcphail: thanks15:52
mcphailcomputer: sorry I can't be more helpful, but it is a lost cause15:52
computermcphail: i agree, thanks :-)15:53
AlexQDirtyCajun: I think I need to tweak these CVT values somehow15:53
AlexQDirtyCajun: I don't think that there is any overscan compensation enabled or sth.15:54
AlexQDirtyCajun: You think I should as at #Xorg or where?15:54
=== mnepton is now known as mneptok
Dorfbad interpreter: /usr/bin/ruby2.1: no such file or directory is this a known issue?  affects jekyll, compass, and sass15:59
=== yoni is now known as Guest248
naccDorf: how to reproduce?16:07
ash_workzhow do I check where nodejs installs from when I do `sudo apt install --reinstall nodejs` ?16:07
Dorfcompass compile16:07
Dorfjekyll build16:07
Dorfsass compile16:08
kallo82Hello , how do i install AMD firepro drivers on ubuntu 16.04 ?16:08
naccDorf: sorry, all foreign to me :) these are source builds of something?16:08
Dorfyes.  compilers that are built on ruby16:08
naccash_workz: '--reinstall' not really relevant, but `apt-file list <pkgname>` will help16:08
xanguakallo82: www.omgubuntu.co.uk/2016/03/ubuntu-drops-amd-catalyst-fglrx-driver-16-0416:09
naccDorf: 16.04? ruby2.3 not ruby2.116:09
OerHekskallo82, not. wait for xorg 1.816:09
ash_workznacc: interesting utility; I guess it doesn't come with ubuntu 14.0416:12
naccash_workz: you might need to install apt-file16:12
naccash_workz: it's been around for a while16:12
ash_workzI did16:12
Dorfhrm.... can't find where i change that setting16:12
naccash_workz: alternatively `dpkg -L <pkgname>` will be there by default16:12
ash_workznacc: yeah; so I guess this nodesource repo is still here even though I was sure I deleted it yesterday...16:13
naccDorf: i'm guessing what's happening is something is doing #!/usr/bin/ruby2.1 or #!/usr/bin/env ruby2.116:13
kallo82OerHeks, ty for your reply, do you know when is the xorg new version will be released ?16:13
Dorfyeah.  i just don't know where that is defined16:13
ash_workzwhere are deb links held again?16:14
ash_workz /etc/...list.d/ or something?16:14
naccDorf: might be able to grep the source16:14
OerHekskallo82, nope, i hope with 16.04.1 but it might be too soon for this LTS release16:14
naccash_workz: is that a ppa?16:14
naccash_workz: 'nodesource repo'16:14
ash_workznacc: I am unclear on the terminology16:14
nacc!ppa | ash_workz16:15
ubottuash_workz: 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-purge16:15
naccash_workz: if it is a ppa, you should use !ppa-purge16:15
ash_workztheres a deb link that says something like http://deb.nodesource.com_node%5f4.x_dists_trusty...16:15
derangedyetianyone know where the file is that ufw edits on 14.04?16:16
naccash_workz: that's not a ppa, as ppas are hosted by launchpad16:16
ash_workznacc: I thought it might not be a ppa16:17
OerHeksash_workz, ls -la /etc/apt/sources.list.d/16:17
ash_workzah yes, /etc/apt/sources.list.d/ was the dir I was looking for16:17
ash_workzindeed, it is back from yesterday16:18
ash_workzI guess something reinstalled it>?16:18
camroncadehey, my custom xsession is starting "gnome-session --session=ubuntu" and "unity" but I'm not getting the menubar at the top of the screen.16:20
camroncadeany ideas as to why?16:20
OerHeksi think /var/log/dpkg.log would tell16:20
naccash_workz: something reinstalled a /etc/apt/sources.list.d entry? that seems odd16:21
ash_workznacc: I remember deleting it yesterday16:21
naccash_workz: removing a package doesn't remove the sources.list entry, did you do that manually?16:21
ash_workznacc: yes16:21
ash_workznacc: at the behest of the advice of a lot of people in here :P16:21
OerHeksoh, nice to come back for support, lolz .. we love ppa troubles16:22
minimeccamroncade: Try to reset your unity configuration. Look here http://askubuntu.com/questions/17610/how-do-i-reset-my-unity-configuration16:22
naccash_workz: unless a package you are installing happens to also put in such a source.list, it seems unlikely -- very strange, regardless16:22
OerHeksash_workz, add the ppa again, and remove it properly16:23
OerHekswithout that list, no app will be updated from that list. and it does not add the list back in16:24
ash_workzOerHeks: ...16:24
derangedyetianyone every mess with ufw config files here?16:25
ash_workzOerHeks: tbh, I don't remember how I added the "ppa" (not really a ppa?) in the first place16:25
=== rob is now known as Guest86288
camroncadethanks minimec, I'll take a look at it16:26
lotuspsychje!ufw | derangedyeti16:26
ubottuderangedyeti: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo16:26
OerHeksash_workz, i find this https://nodesource.com/blog/chris-lea-joins-forces-with-nodesource/ that leads to https://launchpad.net/~chris-lea/+archive/ubuntu/node.js16:26
ash_workzOerHeks: what I've derived from my situation is I probably thought nodesource was an official distro for node and probably followed instructions in the readme on github, but that has likely changed since my version number does not reflect whats in the documentation16:27
OerHeksoh https://github.com/nodesource/distributions#debinstall16:27
OerHeksno de-install instructions on their page16:28
ash_workzOerHeks: yeah, my file says node_4 so I assume I followed the node 4.x instructions16:29
ash_workznode.js*16:29
ash_workzso... suggestions?16:29
ash_workzshall I delete those files (I guess again)?16:30
OerHeksi would have added the ppa, to obtain updates too.16:30
* nacc cites "don't do things as root unless you 100% know what you are doing and how to undo them" and walks away16:30
ash_workzthe deb link files?16:30
ash_workznacc: does "sudo" constitute "as root" by your definition?16:30
naccash_workz: yes16:31
* ash_workz redefines sudo in his mind16:31
naccash_workz: root == superuser and cf. `man sudo`16:31
glassif i flash dd-wrt on my router (it is compatible) and (if) flash goes well, will my other devices in house add themselves after i update the password and wifi name?16:32
ash_workznacc: I know, I meant specifically within the context of your citation16:32
ash_workzglass: ##networking ?16:32
glassthanks ash-workz16:32
naccash_workz: sure, but to be clear, sudo (without passing a username) is allowing your user (presuming it has been granted privilege to do so) to run things as root. That's definitionally what sudo is16:33
ash_workznacc: roger that.16:33
ash_workzany suggestions me my node predicatment?16:33
derjurhttp://askubuntu.com/questions/771942/logitech-mouse-appearing-incorrectly16:33
derjuranyone have any ideas on that?16:33
derjurseems no one wants to answer it on that site :)16:34
derangedyetilotuspsychje: Yeah I've read through that entire doc but there just isn't an iptables.conf on my system, I did a system-wide grep and nothing16:35
naccderjur: have you tried using xinput to disable the one you don't want (`man xinput`)16:35
ash_workzderangedyeti: `find` might serve you better?16:35
derangedyetiI've tried that as well, sudo find / -name iptables.conf returns nothing16:36
proudbytehey guys anyone with experienced with xdebug?16:36
naccproudbyte: the php extension?16:36
Paddy_NII have installed "ubuntu-desktop" on an Ubuntu MATE 16.04 installation and have run "sudo dpkg-reconfigure ubuntu-desktop" to which nothing happens only to be left with an Ubuntu Unity session that has no panel, desktop, dash or launcher.. Can anyone help?16:37
proudbytecompiled installed and running16:37
ash_workzOerHeks: I guess I could read through the setup instructions... I think there's a 4.x setup file that runs.... but I don't think to does anything but find the right package to install16:37
ash_workzOerHeks: perhaps I should do `sudo apt remove nodejs` ?16:37
ash_workzand then remove the ppa16:37
ash_workzand start over from the nodejs website for installation16:38
proudbytenacc I can't establish a connection to remote server... using phpstorm16:38
naccproudbyte: i don't know what phpstorm is, is it an ubuntu package?16:38
proudbytenacc I'm using remote interpreter16:38
proudbyteno it's an IDE16:38
naccproudbyte: probably contact the phpstorm folks then?16:39
proudbytenacc it's an ide from jetbrains16:39
jkr_ha die OerHeks :o)16:39
jkr_hoe gaat ie?16:39
proudbytewell I just want to get sure that my xdebug it is well configured16:39
naccproudbyte: is this the xdebug package from ubuntu?16:40
naccproudbyte: *php-xdebug16:40
proudbyteyes16:40
derangedyetiash_workz: Turns out it was in /lib/ufw/user.rules16:40
derangedyetihow unintuitive16:40
derjurnacc: i have not!16:40
derjurbut i'll try that16:40
proudbytenacc yes and no16:40
naccderjur: dunno if it will work given the double mouse situation, but worth trying16:40
naccproudbyte: what version of ubuntu?16:40
ash_workzderangedyeti: was `find` responsible for you determining htat?16:40
ash_workzthat*16:41
naccproudbyte: and what does 'yes and no' mean in this context?16:41
proudbytenacc I've installed the default provided by apt-get and latter without positive results compiled from xdebug source but the result is the same... basically!16:41
derjurmade my mouse disappear... :(16:41
=== jkr_ is now known as misnix
naccderjur: did you check to see if by any chance one of the two listed mice was disabled already? (and now needs to be enabled)?16:42
proudbytecan debug anything so i suspect that I'm doing something wrong here...16:42
proudbyte*nacc "can't" debug anything so i suspect that I'm doing something wrong here...16:42
naccproudbyte: what version of ubuntu?16:42
proudbyte14.0416:42
derjurhmmm... i'll give it a try16:43
=== Guest71517 is now known as generus
derangedyetiash_workz: nah, because it was in a file called user.rules16:44
ash_workzderangedyeti: darn, I was hoping I was being helpful :P16:44
derangedyetiash_workz: Its okay :P I had been in that files before but I realized that i wasn't in my /mnt/tempvol16:44
=== mridul is now known as W00dP3ck3r
naccproudbyte: i unfortunately don't know much about xdebug itself or what exactly you are trying to do. If the IDE you are using is having trouble, I'd contact the IDE support list. If you're not getting any debug even when running a script manually, then i'd look at hte xdebug online documentation, and make sure the extension has been enabled (php5enmod)16:45
derangedyetiash_workz: I'm performing maintenance on a system im locked out of due to iptables16:45
ash_workzderangedyeti: glad you found it. Though I would not be the person to ask if you had a problem with any of that :\16:46
ash_workzso I was surprised that after I removed those soure list files, `sudo apt-get install nodejs` was functional. `dpkg -l nodejs` shows I still have conf files and the version is  `4.4.5-1nodesource1~trusty1` -- I guess I need to restart?16:49
OerHeksash_workz, with purge those conf would be gone too16:51
OerHeksand you did stop the service befoer deleting?16:51
OerHeksc/before16:52
ash_workz...16:52
OerHeksthen yes, reboot :-D16:52
ash_workzbefore `sudo apt-get purge` ?16:52
=== administrator is now known as Guest47779
=== brayden_ is now known as Blaster
ash_workzOerHeks: ^ ?16:54
proudbytenacc I'm using php716:54
OerHeksash_workz, purge would be an option to remove, to late for that now i think16:54
tebohello people16:55
ash_workzOerHeks: well, I don't want those deb files showing up again, right?16:55
ducasseOerHeks, ash_workz: you can still use dpkg -P16:55
ash_workzOerHeks: and the fact that apt-get install nodejs will actually attempt to install something makes me think that there's a possibility of that happening16:56
tebosooo, i installed this ubuntu when I didnt have internet access. now I just tried to do a vpn command that worked fine on the other comp with same linux cd....does it generally break things when you install without internet access?16:56
teboimma try to reinstall it now that I have access anyways just thought id ask16:56
OerHeksash_workz, sudo apt-get autoclean will clean up16:58
OerHeksalso kernels16:58
ash_workzOerHeks: geez... I really don't understand how things work (clearly); I did `apt-get remove nodejs` and it went through a process and then `dpkg -l nodejs` showed `rc` so I thought, well it's removed but there are conf files16:58
OerHeksyes, conf files stay without --purge16:58
ash_workzOerHeks: I just did `apt-get purge nodejs` and it said: The following packages will be REMOVED: nodejs16:58
ash_workzOerHeks: which was weird to me because I was like, "wasn't it already removed?"16:59
OerHeksbut i answered how to get rid of that deb package.16:59
ash_workzOerHeks: are you referring to apt-get autoclean?16:59
OerHeksyes17:00
ash_workzk, should I still run that despite my apt-get purge?17:00
OerHeksno, after that ..17:00
ash_workzOerHeks: also, each time I an apt-get I get The following package was automatically installed and is no longer required:  rlwrap Use 'apt-get autoremove' to remove it. -- should I run that now?17:01
ash_workzs/I an/I run17:01
OerHeksno, autoremove only removes packages not installed and needed. linux keeps the package to re-install, so those won't be removed17:02
ash_workzI think I understand that17:03
ash_workzin any case; still autoclean?17:03
ash_workzand then restart I guess.17:03
OerHeksto remove those old debs from 3th party sources, yes17:03
ash_workzawesome17:04
ash_workzbrb17:04
=== jrusso is now known as MadcapJake
RabbitDam i here17:19
=== alpha is now known as Guest14306
tbhi17:23
=== tb is now known as Guest66392
naccproudbyte: then you're using a ppa if you're on 14.04, please contact your ppa provider17:24
ash_workzso apt-get still seems to be able to install nodejs which again, surprises me17:27
ash_workzdpkg -l nodejs lists: `un nodejs   <none>   <none>   (no description available)`17:27
ash_workzI don't understand how it could know where to install from17:27
Guest66392j/reload17:27
ash_workzthe nodesource files in /etc/apt/sources.list.d are gone at least17:28
naccash_workz: what version of ubuntu?17:28
ash_workznacc: 14.0417:28
naccash_workz: also `apt-cache policy nodejs` will tell you17:29
ash_workznacc: yeah, looks like it'll maybe attempt from ubuntu17:30
ash_workznacc: https://gist.github.com/anonymous/6d403d3c14f1e60fc3719af96a5593d617:30
ash_workznacc: I just thought it would tell me that's not possible before asking "Are you sure you want to install?"17:30
ash_workzbut nodejs isn't on `http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages` is it?17:30
ash_workznacc: maybe I need to update first :P17:31
naccash_workz: sure it is17:31
nacc!info nodejs trusty17:31
ubottunodejs (source: nodejs): evented I/O for V8 javascript. In component universe, is extra. Version 0.10.25~dfsg2-2ubuntu1 (trusty), package size 672 kB, installed size 3094 kB17:31
naccash_workz: but yes, always `apt-get update` first17:31
ash_workzoh, wtf. Why the hell would I be trying to install the nodesource repo then? >.<17:31
naccash_workz: with caveats about running back-to-back updates, etc.17:31
naccash_workz: no idea.17:32
nacc:)17:32
naccash_workz: maybe you looked for 'node' and not 'nodejs'17:32
ash_workzusually, i default to apt-get something... and unless it isn't there then I'll jump on the website17:32
Guest14306yikes17:33
Karaxenhello17:33
Karaxenanyone here?17:34
proudbytenacc17:37
proudbytenacc I made it17:37
naccproudbyte: you mean you built your own php7 from source?17:37
naccthat's even *less* supported here than ondrej's ppa :)17:38
anonymous_he17:38
anonymous_my hking17:38
anonymous_in arab17:38
proudbytenacc no no I've solved the problem was my mac firewall all of the time :( all xdebug configuration on the server was ok and the IDE too ...17:38
anonymous_100101111011110110001101101011111000001010001000100101010101000101101010100101010100117:39
proudbytenacc just disabled firewall17:39
proudbytenacc thank you for your support17:39
OerHeksdoes ubuntu read 8" floppy disks, anonymous_  ?17:40
ash_workznacc: any idea why they recommend deb.nodesource.com for on nodejs.org? (vs just apt-get install) Ubuntu https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions17:40
anonymous_11010100101010101010101010101010010101001010010101111111111111111000000000000110112101211111111101*0101010101010117:40
anonymous_^0101011117:41
ducasseanonymous_: go play elsewhere.17:41
ash_workzs/(for) (on.*)(Ubuntu)/\1 \3 \217:41
naccash_workz: no idea, i'd ask them :)17:42
naccash_workz: they probably want you to use their version, not ubuntu's17:42
naccash_workz: it's about who supports hwat17:42
naccash_workz: if i had to guess17:42
jiffeso whatever happened to eth0?  in 16.04 I'm now seeing enp6s0f017:42
ash_workznacc: I see17:42
anonymous_asme almjhool17:43
naccjiffe: read about persistent naming, iirc17:43
OerHekspredictable network interface naming17:43
=== neoromantique is now known as voteforcorbyn
anonymous_no17:45
anonymous_hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh17:45
naccOerHeks: thanks :)17:45
fabregas88Hi i'm using ubuntu 15.10 and i'm trying to change the ulimit17:45
fabregas88i've added the following lines to the file /etc/security/limits.conf17:46
fabregas88root soft  nofile 4000017:46
fabregas88root hard  nofile 4000017:46
fabregas88and also the following line to /etc/pam.d/common-session17:46
fabregas88session required pam_limits.so17:46
fabregas88when i run ulimit -n to check if it has changed i still have the same output 102417:47
fabregas88do i have to do something else?17:48
OerHeksfabregas88, Check sysctl file-max limit: cat /proc/sys/fs/file-max http://stackoverflow.com/questions/21515463/how-to-increase-maximum-file-open-limit-ulimit-in-ubuntu17:50
=== djcraysey is now known as djcray
fabregas88OerHeks: yes the file-max limit is 6024074 bigger than the 40000 i'm trying to change. i'll check the link you sent me and let you know. thanks :)17:52
computerpeople, i have a HDD with 270 bad sectors, is this ok? should i change it?17:53
OerHeksfabregas88, you might want to check out #ubuntu-server too.17:53
OerHeksbad sectors grow, so yes.17:53
mcphailcomputer: haven't you already asked about this?17:54
OerHeksput those 2x500 gb in front of the subway station, and run away.17:54
computermcphail: the other HDD failed completely, this one seems ok, but i cannot tell is 270 bad sectors is bad or not17:55
ducassecomputer: *of course* it is bad.17:57
computerducasse: hmmm :-(17:59
ducassecomputer: there's a reason they're called "bad sectors" :)18:00
x64_Trusty_YMMVhi all. nice to be here again. 14.04 64bit, gnome, xsane... some scan attempts produce: xhci_hcd 0000:00:14.0: WARN Event TRB for slot 3 ep 2 with no TDs queued?18:02
m3n3chm0dear all guys, i'm using Xubuntu and I'm realized that in VLC it is not working the screenshots function ... any clue ¿?18:03
m3n3chm0i'm using VLC 2.2.118:04
OerHeksm3n3chm0, even if you pauze vlc ?18:05
m3n3chm0even yes... it is already in pause mode then I press the button in Video-scanpshot18:05
m3n3chm0but the picture is not saved in any folder18:05
m3n3chm0I've checked the path...there is nothing :(18:05
x64_Trusty_YMMVare you using a hotkey for the screenshot; if so is that hotkey assigned elsewhere?18:06
m3n3chm0I've delete the .config folder for vlc ..restore settings and still nothing :(18:06
m3n3chm0nope... I use the GUI button18:06
m3n3chm0Video-Screen capture in the GUI18:06
m3n3chm0x64_Trusty_YMMV OerHeks  look:18:09
m3n3chm0It also depends on the format of the video. I can take a snapshot of a plain avi capture but cannot do it with a movie mp4.18:09
m3n3chm0i read this on google right now...18:09
m3n3chm0mmm my videos are taken from Gopro... they are in mp4 indeed18:09
m3n3chm0that the reason why it is not working ¿????18:09
m3n3chm0:O18:09
x64_Trusty_YMMVm3: hotkey might be workaround? shift-s on the keyboard18:10
gascon84hi18:10
m3n3chm0x64_Trusty_YMMV nope... only works on avi... not mp4 or mkv..18:10
tbhey18:10
gascon84I have the weirdest problem with Ubuntu 16.04. Wifi works fine but Ethernet won't connect.18:11
=== tb is now known as Guest90178
gascon84I was hoping anybody could help... I've read everything on the web...18:11
Guest90178tbalthazar: there?18:11
ziggy_try another cable.18:11
m3n3chm0no worries..i'll ise shutter instead of..18:12
gascon84I did, ziggy18:12
gascon84thanks18:12
m3n3chm0thanks x64_Trusty_YMMV Oatmeal18:12
=== voteforcorbyn is now known as neoromantique
x64_Trusty_YMMVm3: i'm not familiar with xubuntu. is the target folder valid at the time and does the user running vlc have permissions to create and modify files to that folder?18:12
x64_Trusty_YMMVm3: i'm successfully taking snapshots from a .mkv file in vlc 2.1.618:13
=== gabi__ is now known as gabi_96
Guest90178tbalthazar: there?18:14
m3n3chm0x64_Trusty_YMMV mmmm can you please try from an .mp4 file ¿? pleaseee18:14
m3n3chm0x64_Trusty_YMMV yes...the path folder it is in my home so vlc should write there of course18:15
x64_Trusty_YMMVm3: no problem making snapshots from mp4 (Codec: H264 - MPEG-4 AVC (part 10) (avc1))18:16
setook question here im on kubuntu 16.04 trying to install the intel vulkan api enabled drivers18:16
setoand they say to add lines to xorg.conf or xorg.conf.d18:17
setobut um i have no such file lol18:17
gabi_96Hi. Few weeks ago, I asked for a solution to the "Error parsing PCC subspaces form PCCT" boot error. Someone said to disable fast boot on W10 (already did that). Now, i found that, if i use the Xorg driver, I do not encounter the error anymore. It appears only with nVidia proprietary driver GM108M. But, with Xorg driver, my primary GPU is intel on-board. How can i select nVidia as primary gpu? Also, i think there is a bug with that GM108M driver. I run ubun18:17
gabi_96tu 16.04 LTS18:17
m3n3chm0x64_Trusty_YMMV Códec: H264 - MPEG-4 AVC (part 10) (avc1)18:17
m3n3chm0that's my video file in mp418:17
m3n3chm0mmmm x64_Trusty_YMMV thanks for the help18:17
setodo i just create the file?18:17
m3n3chm0i'm gonna try to purge and reinstall vlc then...18:17
x64_Trusty_YMMVnp. might want to try running vlc as root. not sure how to do that on xubuntu18:18
OerHeksseto, what guide are you following?18:18
x64_Trusty_YMMVm3: and have a look if there's anything interesting in dmesg18:18
setoall of the ones im finding say the same thing18:18
setothis is the one i have open at the moment for ubuntu18:19
setohttps://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-16.04-Enable-DRI318:19
m3n3chm0ok go to search on dmesg :)18:19
x64_Trusty_YMMVm3: open a terminal session and run command: dmesg18:19
setoi know where the file is suppose to be but it is not there18:20
x64_Trusty_YMMVm3: look to see if there's anything interesting in the output. do NOT post any of it here unless asked18:20
m3n3chm0x64_Trusty_YMMV no problem, there is nothing wrong in Dmesg about vlc...18:21
setoyeesh some damn web page was leaking mem like freaking mad18:22
x64_Trusty_YMMVm3: did you try the hotkey? (shift-s) in vlc?18:22
OerHeksseto, standard there is no /etc/X11/xorg.conf indeed, but still you can make one that rules over auto detection18:22
setothat was my thinking as well18:23
setoso basically just paste the lines save as and done18:23
OerHeksjups18:23
x64_Trusty_YMMV14.04 64bit, gnome, xsane dims (busy) then gives error. dmesg: xhci_hcd 0000:00:14.0: WARN Event TRB for slot 3 ep 2 with no TDs queued?18:27
setowelp now to see if my comp implodes :p18:27
setowell didnt blow up or nothing so guess im good18:28
setoand yes my comp really dos reboot that fast18:29
x64_Trusty_YMMVthe error message in XSane: Error during read: Error during device I/O.18:29
minaciao a tutti18:29
mina!list18:29
ubottumina: 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 ».18:29
=== Blaster is now known as Guest81944
Heart-Of-A-LionDoes anyone know a program for Ubuntu with which you can create invoices?18:31
radeonHD747hello18:32
OerHeksHeart-Of-A-Lion, libre office can http://ubuntumanual.org/posts/362/libre-office-series-create-effective-invoice-for-your-business-part-118:32
radeonHD747i have an radeon 7470M and it dont want to wotk with ubuntu 16.0418:33
radeonHD747i always get this message [   15.376414] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!18:33
BluesKajradeonHD747, install xserver-xorg-video-amdgpu18:34
radeonHD747BluesKaj already done18:34
radeonHD747still not working18:35
radeonHD747my graphics are kinda working but only low resolution and slow18:36
radeonHD747please help18:38
OerHeksreverse to the radeon driver, i think. we have to wait for xorg 1.8.18:38
x64_Trusty_YMMVnobody wants to touch xsane with a 10 byte pole today, lol. back to cruisin the interwebs18:39
radeonHD747i removed every driver  and installed radeon again... triing reboot18:41
HamsterStyleHello18:42
BluesKajOerHeks, the amdgpu driver is supposed to be the answer to the amd gpus problems ...i guess not  :-(18:42
ducassex64_Trusty_YMMV: that looked more like an issue with usb/the kernel than with xsane to me, but i don't know how to fix it.18:43
OerHeksBluesKaj, he had a better view with the standard one??18:43
BluesKajdunno18:44
HamsterStyleI got so fed up with dealing with amd linux drivers18:44
BluesKajdepends on his release version18:44
OerHeksjoin the club, HamsterStyle18:44
HamsterStyleglad to hear it's not just me OerHeks18:46
BluesKaj well i prefer ther linux driver challenges to the windoww security holes :-018:47
m3n3chm0x64_Trusty_YMMV found the issue, can i paste here ¿? it's just one line output18:48
x64_Trusty_YMMVducasse: thanks. trying to do same task with same peripherals i've been using for years, but with new hardware and 64bit os18:48
m3n3chm0I ran vlc in termninal then click screenshot button in GUI and i get a error output18:48
x64_Trusty_YMMVm3: not my room, not sure what the rules are for pasting18:48
m3n3chm0[00007fc2e446fd48] vdpau_chroma filter error: corrupt VDPAU video surface 0x7fc2a401145018:49
x64_Trusty_YMMVm3: ooh, that was a good t-shoot technique18:49
BluesKajpast\ing one line is ok18:49
HamsterStyleme too, and I fixed my driver challenges by switching to nvidia, had a couple 8800GTs lying around18:49
ducassex64_Trusty_YMMV: try an older or newer kernel, and other usb ports.18:50
x64_Trusty_YMMVducasse: clean install, so not much 'older' kernels in the boot list. most everything is running well so i plan to try both 32bit and 64bit on the old machine and see where that goes. i think i saw something about power management for the usb ports on some we page. i'll see what bios settings are available18:53
m3n3chm0x64_Trusty_YMMV it is pasted ... did you see the error message ¿?18:53
x64_Trusty_YMMVm3: yeah. weird.18:54
x64_Trusty_YMMVm3: now what does *that* mean? lol.18:54
Hensterbatteling so much to make a dns server ..i want to cry18:55
x64_Trusty_YMMVducasse: funny thing is that it seems to work fine with every other scan attempt. so i can work around by dismissing the error and scanning that page again.18:55
m3n3chm0x64_Trusty_YMMV the issue it is on my NVIDIA driver...18:56
HamsterStylem3: yeah, it seems that it's a bug in vlc https://trac.videolan.org/vlc/ticket/1445618:57
mark_12_34hello everyone18:57
HamsterStyleHello18:57
mark_12_34sorry to be bothering.. I'm new in Linux :o18:58
HamsterStylem3n3chm0: apparently you can disable vdpau in preferences -> input & codecs. try that.18:58
geekosBonsoir , Hello18:59
xubuntu02iBonsoir !18:59
BluesKajmark_12_34, it's no bother, just state your issue, we'' try to help18:59
mark_12_34I'm trying to install Cisco AnyConnect Secury Mobility Client on Ubuntu Mate Lts 16.04 (64bits)18:59
=== mnepton is now known as mneptok
x64_Trusty_YMMVm3n3chm0: HamsterStyle: i just learned to use the tab key to type your names here. old dog / new tricks... good to know it's a vlc bug19:00
rattlebattle79Instead of Anyconnect:19:00
rattlebattle79sudo apt-get install openconnect19:00
rattlebattle79sudo openconnect vpn.yoursite.com19:00
m3n3chm0HamsterStyle good.. now it's working thanks al lot mate !!19:00
mark_12_34ok I will try that first then :)19:00
mark_12_34thanks19:00
mark_12_34does anyone have a link on configuring and using openconnect?19:01
ducassex64_Trusty_YMMV: you can find both older and newer kernels in the mainline ppa if you want to test.19:02
Mikelevelmark_12_34~ network-manager works with vpn too19:02
MonkeyDust!info openconnect19:02
ubottuopenconnect (source: openconnect): open client for Cisco AnyConnect VPN. In component universe, is optional. Version 7.06-2build2 (xenial), package size 300 kB, installed size 1626 kB19:02
HamsterStylem3n3chm0, good to hear19:02
\9huh, that exists?19:02
mark_12_34Mikelevel thank u2 for the tip.. taking it one step at a time, ok?19:03
HamsterStylex64_Trusty_YMMV, this is about my 5th time on irc so I just learned that too19:03
x64_Trusty_YMMVmark_12_34, developer site, per ubuntu software center: http://www.infradead.org/openconnect/19:03
NAwerHI!19:03
love3Good morning19:03
NAwerWhat do the bestest and most user-friendly Personal Firewall for KDE you know?19:04
mark_12_34Mikelevel only now understood what you meant19:04
mark_12_34Mikelevel: do I do sudo apt-get install networkmanager?19:05
Mikelevelwhat is your desktop?19:05
mark_12_34mikelevel: ubuntu mate 16.04 LTS 64bits19:06
NAwerWhat GUI Firewall are the good?19:07
Mikelevelyou have installed it . righ click in connection systray19:07
NAwerQt19:07
Mikelevelmark_12_34~ something like this https://support.hidemyass.com/hc/en-us/article_attachments/201701578/Step_2.1_NetworkManager-VPN-ConfigureVPN.png19:08
BluesKajMikelevel, install network-manager-openconnect as well19:09
mark_12_34Mikelevel: this is good stuff! Thanks a lot19:09
BluesKajoops  mark_12_34^19:09
mark_12_34BluesKajL what's the oops for? Am I missing something?19:10
mark_12_34oh sorry19:10
ducasseNAwer: try gufw.19:10
mark_12_34I addressed the wrong person19:10
mark_12_34BluesKa: thanks a lot19:10
BluesKajnot now mark_12_34 i jsut used the wrong nick19:11
mark_12_34*BluesKaj19:11
x64_Trusty_YMMVhopefully a slightly easier question: gnome desktop on 14.04... lower right corner, number of workspaces. i can't figure out how to get it to show more than one workspace. i want 4 like the default in the older days19:13
blzGood evening, I need to determine which init system is being used by two servers.  The first is running ubuntu 14.04 and the second is running 16.04.  How should I proceed?19:15
HamsterStyleSettings -> Appearance -> Behavior -> check "enable workspaces" x64_Trusty_YMMV19:15
HamsterStyleor something similar19:16
HamsterStyleI enabled it recently on my laptop that way19:16
ducasseblz: ls -l /sbin/init19:16
blzducasse, thank you19:17
blzNext question:  how can I list process that are owned by a given user?19:18
x64_Trusty_YMMVi enabled workspaces, but still no joy. i bring up workspace switcher preferences and set number of workspaces to 4, but it doesn't stay that way. when i check again, it has reverted to number of workspaces = 119:18
jmeutoI am trying to use Gparted to expand a partition, but it won't let me use the allocated space.19:19
HamsterStyleblz, ps -U <username>19:19
blzHammerStyle, perfect, thank you very much!19:19
thisguyhey guys19:19
MonkeyDustblz  what's the first line of the outcome of    sudo stat /proc/1/exe19:19
thisguyI managed (by a reinstall) to fix my ubuntu installation.19:20
BluesKajjmeuto, gparted live media?19:20
thisguyBut I still have the problem that I cannot pair with my samsung bluetooth keyboard, because it vanishes from blueman in an eyeblink19:20
thisguyso it is apparently there. but not for long. What does this mean? What do I have to do??19:21
thisguyPlese help! :-(19:21
HamsterStylex64_Trusty_YMMV tbqh not sure why it revers, perhaps a permission (sudo) issue?19:22
jmeutoNo, on the system. I am dual booting and trying to make the Windows data partition bigger. I have 100 gb unallocated space. I can make a new partition or resize the one immediately to the left of the unallocated space, but not the data partiton19:22
x64_Trusty_YMMVHamsterStyle, thanks19:22
HamsterStylethisguy I'd check your syslog for error messages, that's a good place to start19:22
NAwerWhat Firewall need use?19:23
MonkeyDustthisguy  try this, scroll down to bluez-utils   https://help.ubuntu.com/community/BluetoothSetup19:23
BluesKajjmeuto, if the resizing affects any mounted partitions or partitions in use it won't resize without un mounting first19:23
ducasseNAwer: as i said, try gufw19:23
jmeutoBluesKaj, the partition is not mounted. I can make it smaller, but not bigger.19:24
NAwerit'll integrate to KDE 5?19:24
ducassejmeuto: i doubt ubuntu can grow a windows filesystem.19:25
ducasseNAwer: what do you mean by 'integrate'?19:25
NAwerTo panel19:25
NAwerRight Down19:25
Kalhasducasse: i feel there is a tool for resizing but i am not sure if will be able tomaintain your data19:26
NAwerIcon19:26
jmeutoBut it can shrink it, ducasse? I've done it before when the partition is next to the unallocated space19:26
NAwerAnd?19:26
ducassejmeuto: i wouldn't do either, i would use the windows tools.19:26
ducasseNAwer: and what would the firewall do in a panel? you use it to open or block ports, that's it.19:27
jmeutoducasse, which would you recommend? I've been using Linux exclusively for  years, but need Windows so Office 2013 will work for school.19:27
NAwerI want block or unlock programms19:27
BluesKajjmeuto, delete the unused partition first then make a new partition and resize that19:28
ducasseNAwer: a firewall blocks _ports_. services, in other words.19:28
jmeutoIt isn't an unused partition.19:28
jmeutoBluesKaj: see above19:28
EriC^jmeuto: are you using gparted for this?19:29
jmeutoYes, EriC^19:29
thisguyHamsterStyle: where do I find it?19:29
EriC^jmeuto: what's the problem exactly?19:29
=== Blaster is now known as Guest97932
OerHeksis the unallocated space before the partition ?19:30
thisguyMonkeyDust: looks like 16.04 does not use this anymore? Or the packages got renamed?19:30
ducasseNAwer: it doesn't 'integrate' into the panel, it doesn't work like that. but it does it's job just fine.19:30
x64_Trusty_YMMVjmeuto, if gparted isn't allowing the partition to grow into free space, i would take that as a sign that there's a good reason for that... i would plan on losing the data if you persist. backing up the partition would be prudent, imho, before forcing it19:30
MonkeyDustthisguy  ok, then idk19:30
jmeutoI have it backuped19:31
b4ranyone in particular working on the php7.0 package to update to 7.0.7 from 7.0.4?19:31
HamsterStylethisguy, /var/log/syslog is where it is19:31
HamsterStyleI'm not familiar with your bluetooth program, it may have a log of its own too19:31
jmeutoIt'll let me make it smaller, but not bigger. Is this because the unallocated space isn't immediately to the right or left of the partition?19:32
x64_Trusty_YMMVjmeuto, well then, i would try deleting the partition, saving changes, then creating new partition using the old+new space19:32
ducassejmeuto: just do it from windows, save yourself the grief.19:32
MonkeyDustb4r  do you mean working on=using, or working on=developing?19:32
HamsterStylethisguy, running cat | grep <bluetooth program name> may point you to the lines you care about19:32
jmeutoducasse, will do.19:33
x64_Trusty_YMMVi'm out. have a great night, all!19:33
HamsterStylethisguy, err sorry cat /var/log/syslog | grep <bluetooth name>19:33
ducassejmlinux is not great at dealing with ntfs.19:33
b4rMonkeyDust: devel19:33
camroncadeso I still have this problem, when I boot from my own lightdm session, and I execute "gnome-session" and "unity" everything loads normally, except I don't have the clock or settings button on the top right of the screen, and applications menus are within the app window and not on the top bar...and ideas as to why?19:33
MonkeyDustb4r  this is the support channel, not the developer's channel19:33
b4rMonkeyDust: agreed, was in devel and read something about xenial support over here (from the devel topic)19:34
su-oshey guys19:36
camroncadehey su-os19:36
su-oshave you try my distro su os , you can get it from ##su.os19:36
su-os:)19:36
thisguyHamsterStyle: this results in quite some stuff - none of which I understand :-(19:37
dovahdoes anybody work for ubuntu.. the qtcreator package in the ubuntu repos in 16.04 breaks unity. unity wont load the launcher or menu bar up top19:38
NAwergufw will start after DE?19:39
naccdovah: consider filing a bug?19:39
MonkeyDustNAwer  yes, gufw is a GUI for ufw19:40
dovahdo yo know how to do that? i never did that before19:40
MonkeyDust!bug19:40
ubottuIf you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.19:40
NAwerufw start after many programms?19:40
naccMonkeyDust: thanks :)19:40
dovahok thanks but can i do that from xubuntu or do i have to reinstall ubuntu then do it?19:41
tgm4883NAwer: no, ufw starts fairly early19:41
naccdovah: you can do it from any installation, afaik19:41
NAwerafter grub?19:41
dovahok thanks19:41
tgm4883NAwer: well yes, it would start after grub19:42
NAweri think after kernel linux19:42
radeon747I still have the radeon problem19:42
mark_12_34I have a question.. When I start gedit I get the error: (gedit:2366): Gtk-WARNING **: Theme parsing error: gtk-main.css:69:33: Failed to import: Error opening file: No such file or directory19:42
mark_12_34then gedit opens nonetheless :)19:42
NAwerand if i wan firewall for Xen?19:42
NAwerwant19:42
\9mark_12_34: just ignore that19:44
mark_12_34ok :)19:44
mark_12_34thanks19:44
radeon747does anyone have an radeon 7470M  that runns?19:44
NAwerjust ignire all in linux19:44
NAwermany bugs19:45
reisioradeon747: probably someone19:45
NAwernothing no eork19:45
NAwerw19:45
tgm4883radeon747: mines close, it's a 7560M I think19:45
naccNAwer: stop it.19:45
NAwerwhy?19:45
NAwerits true19:45
naccNAwer: you're just putting out noise19:45
radeon747tgm4883 does it work on 16.04?19:46
tgm4883radeon747: yea19:46
tgm4883radeon747: that laptop has been on 16.04 for awhile now19:46
radeon747.... it uses the open source driver I think?19:47
NAwerqufw  I want reject all except for some programs19:47
NAwerWhat to do?19:47
blzWhat am I doing wrong in this upstart script?  `sudo service start circuit` fails when I leave setuid and setgid uncommented. http://paste.debian.net/706442/19:47
tgm4883NAwer: for outgoing programs?19:48
Bundestrojanergood evening19:48
Bashing-omNAwer: http://ubuntuforums.org/showthread.php?t=2325429&page=2&p=13495084#post13495084 ; http://ubuntuforums.org/showthread.php?t=2317751 . AMD is working hard to give us what we asked for .19:48
k1lNAwer: instead of ranting in here you could have read the manuals and already set that. use iptables if you want to work without gui.19:48
NAwerI want reject ALL19:48
NAweri cant use iptables19:49
tgm4883NAwer: you want to block all outgoing traffic?19:49
NAwerand incoming19:49
tgm4883NAwer: well incoming should already be getting blocked19:49
NAwerexcept for some programs19:49
SilencedIs there any possible way to stop providing access to specific folders when someone SSH into my system ?19:50
Bashing-omradeon747:  http://ubuntuforums.org/showthread.php?t=2325429&page=2&p=13495084#post13495084 ; http://ubuntuforums.org/showthread.php?t=2317751 . AMD is working hard to give us what we asked for .19:50
NAwerhow to add an exception?19:50
naccSilenced: well, permissions -- depending on what user they ssh in as and the permissions the directories in question19:50
NAweryes inc is reject19:51
Bundestrojanernvidia released a new driver (361.45), when will it be available in the driver manager?19:52
love3I love you all <319:52
NAwerH E L P P L E A S E19:52
blz!patience | NAwer19:52
ubottuNAwer: 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/19:52
NAwerubottu, hello19:53
ryclikNAwer: My first instinct is iptables. But you said no iptables19:53
Billyzekidhello19:53
MonkeyDustNAwer  and no caps19:53
NAwerI wan gui19:54
NAwerits easy and fast19:54
k1lNAwer: then use gufw19:54
blzNAwer, what have you installed?19:54
k1l!gufw | NAwer19:54
ubottuNAwer: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo19:54
NAwergufw19:54
unbornguys does 16.04 still have problem to install 3th party packages aka google chrome? or it was already solved?19:55
k1lunborn: solved19:55
reisiounborn: not sure it ever did19:55
NAweri now have 2 gui firewall19:55
NAwergufw and kde19:55
MonkeyDustNAwer  fwbuilder is a gui for iptables19:55
k1lNAwer: stop talking and talking and ranting. stick to facts and details, so people could actually help you.19:55
Bashing-omBundestrojaner: Version 361 is availabale in the 16.04 repo . Else is available from our trusted PPA .19:55
unbornreisio: well the day it was released I found it did had that issue..19:55
unbornk1l: thank you! Im going to try install19:56
k1lunborn: there was an issue with the new used gnome software center. but that is fixed19:56
tpw_rulesi need help not ddosing myself. i'm working with matlab which can occasionally allocate horrific amounts of memory (due to my poor programming) and swap the system to death. the problem is I work remotely, so it takes literally 10 minutes for an ssh connection to connect so i can kill it. is there a way to somehow keep ssh alive enough that doesn't involve automatically killing matlab?19:56
NAwerok19:56
NAwerWhat the BESTEST GUI for FireWall?19:57
MonkeyDustNAwer  the best is the one you like most, try a few19:57
k1lNAwer: use gufw. i dont know if kde got some own ufw or iptables frontend.19:57
NAwersudo apt-get install fwbuilder i now doing19:58
camroncadetpw_rules https://www.a2hosting.com/kb/getting-started-guide/accessing-your-account/keeping-ssh-connections-alive19:58
NAwerUnknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu'19:58
NAwerhow to remove this bug?19:58
ryclikNAwer: I would say gufw is definitely the _simplest_.19:59
tpw_rulescamroncade: that's not the problem i don't think. there is just such huge memory pressure that sshd swaps in like 4KB at a time over several minutes19:59
unbornk1l: indeed it was thank you20:00
NAwertest20:00
BundestrojanerBashing-om: right, i just wonder why it was not suggested by kubuntu's driver manager20:01
Bashing-omBundestrojaner: Not in the repo of your release ( 14.04 ?) ??20:02
NAwerAny other firewalls?20:02
BundestrojanerBashing-om: apt-get knows nvidia-36120:03
ryclikAnyone know of a way I could get a printer working for Linux that has no Linux drivers? I seem to remember there being something that ported wifi drivers somehow back in 12.04. Anything for printers?20:03
mark_12_34I'vea question regarding network manager20:03
unbornNAwer: iptables20:03
unborn?20:03
NAwergui20:03
mark_12_34in the configuration instruction it says gpasswd -a USERNAME network20:03
mark_12_34but what USERNAME?20:03
NAweriptables is hard20:03
unbornNAwer: ah then stick with gufw20:04
ryclik^20:04
Bashing-omBundestrojaner: A) from a PPA ? b) on a release that contains the 361 driver in it's repo ?20:04
NAweri have 3 firewalls now and want test more20:04
tpw_rulesin case anybody was interested, just now the court found that google's use of the java APIs is fair use20:05
Picitpw_rules: I was interested, but not really on-topic for here, good topic for #ubuntu-offtopic though :)20:05
BundestrojanerBashing-om: sry, what do you mean? apt-get knows nvidia-361, so i think i could install it there. but the driver-manager doesn't list it20:05
tpw_rulesPici: heh yeah probably. sorry20:05
k1lNAwer: they are just frontends for iptables.20:06
NAwernot necessary20:06
ryclikNAwer: firewall-config + firewalld20:06
Bashing-omBundestrojaner: Should, I too would think .. system ypdated ? so the package manager is refreshed ?20:06
NAwerits what?20:06
ryclikNAwer: It's another iptables frontend gui20:07
BundestrojanerBashing-om: i klicked "refresh driver list" already20:07
Bashing-omBundestrojaner: ' sudo apt update ; sudo apt upgrade ; apt list nvidia-361 ' . what returns from list ?20:08
mark_12_34it20:09
NAwersudo apt-get install firewall-config Reading package lists... Done Building dependency tree        Reading state information... Done E: Unable to locate package firewall-config20:09
NAwerWhy?20:09
mark_12_34it's written her section 2. Configuration step 720:10
mark_12_34https://evilshit.wordpress.com/2012/09/15/how-to-make-networkmanager-and-network-manager-applet-work-on-arch-linux-with-gnome3/20:10
mark_12_34*her=here20:10
ryclikNAwer: works for me.20:10
NAwerwhat OS?20:11
ryclikNAwer: Ubuntu 16.0420:11
mark_12_34what USERNAME is meant in the command gpasswd -a USERNAME network20:11
NAwerI need then new Mint20:11
BundestrojanerBashing-om: sudo apt list nvidia-361 -> Listing... Fertig20:11
NAwerin June20:11
ryclikCan't help with Mint. Ask in Mint channel20:11
ryclikI don't use it20:11
Picimark_12_34: that would be the username that you want to add to the 'network' group.20:12
Bashing-omBundestrojaner: " Fertig " Is English "Done" ? Then that driver is not in the repo you are accessing .20:13
mark_12_34but can it vary depending on the VPN I am try to set up?20:13
BundestrojanerBashing-om: right20:13
Picimark_12_34: I'm not sure what this has to do with VPNs.  gpasswd is purely for modifying system groups.20:14
BundestrojanerBashing-om: wtf? apt update removed it?20:14
Bundestrojanerbefore, i could run apt-get install nvidia-361. now i can't20:15
mark_12_34I'm trying to configure openconnect20:15
mark_12_34somewhere I got relayed to use network manager20:15
Bashing-omBundestrojaner: Then until you make the ' driver-manager ' aware of where to get this driver, it will not be aware . Compare ' apt list nvidia-340 ' output .20:15
parmariuhellò  guys help me about update 11.10 if possible20:15
MonkeyDustparmariu  itr's dead20:15
k1lparmariu: honestly: make a clean new install of an actual supported ubuntu20:16
Piciwell, an upgrade to 12.04 should still be possible20:16
MonkeyDust!eolupgrade | parmariu20:16
ubottuparmariu: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades20:16
mark_12_34with openconnect so I'm ploughing thru the mandatory steps of starting network manager20:16
mark_12_34but no idea if I'm doing it right20:16
BundestrojanerBashing-om: but why the update made nvidia-361 dissapear from apt?20:17
BluesKajmark_12_34, any errors ? if not then you're on the right track20:17
Bashing-omBundestrojaner: Question, Why 361 version driver ? Do you know it is correct for your card(s) ?20:17
BundestrojanerBashing-om: yes, nvidia lists it on it's side20:17
mark_12_34can I just give the start command for network manager?20:18
BundestrojanerBashing-om: and it is said to fix the flickering in wot 9.1520:19
love3With my heart20:20
Bashing-omBundestrojaner: K .. At square one, in this thought process . What release us this ? ' lsb_release -a ' . And what version of X ? ' X -version ' .20:20
Bashing-omBundestrojaner: 915 is an Intel driver .. You have hybrid graphics ?20:21
BundestrojanerBashing-om: Ubuntu 14.04.4 LTS (it's Kubuntu...)20:21
BundestrojanerServer 1.15.120:21
mark_12_34sudo Networkmanager >> command not found?20:21
BundestrojanerBashing-om: i think my mainboard or cpu has an intel-gpu, but i never used it. I have a PC, not Laptop, and a gtx67020:22
ryclikmark_12_34: Are you looking for nm-applet?20:22
mark_12_34yes20:22
Bashing-omBundestrojaner: Rihgt, and I say again that the Nvidia driver for version 361 is not in our repo, If you require this version driver then I recommend our trusted PPA .20:22
ryclik:)20:23
BundestrojanerBashing-om: but why it was in the repo till i run apt update?20:23
Bundestrojaneri don't understand that20:23
MonkeyDustBundestrojaner  what was?20:24
BundestrojanerMonkeyDust: apt-get knew nvidia-361 before i run apt update20:25
Ben64in 14.04? nope20:25
MonkeyDust!info nvidia-361 trusty20:25
ubottuPackage nvidia-361 does not exist in trusty20:25
BundestrojanerMonkeyDust, Ben: sudo apt-get install nvidia-361 - this was auto-completed20:26
Bundestrojanersince apt update it's gone20:26
Bundestrojaneri didn't run it20:26
Ben64still, nope20:26
Ben64never existed in 14.0420:26
Bashing-omBundestrojaner: All I can think of is that there is/was a driver PPA in your sources . check: cat -n /etc/apt/sources.list ; tail -v -n +1 /etc/apt/sources.list.d/* . I do confirm that for the gtx670 card the 361 driver is recommended .20:27
MonkeyDustBundestrojaner  maybe you had this   https://sites.google.com/site/easylinuxtipsproject/1220:28
OnkelTemIs there a way to work with bluetooth from command line on Ubuntu/Kubuntu 14.04?20:29
BundestrojanerBashing-om: maybe steampowered ?20:29
OnkelTemI need to turn BT ON, scan for devices, pair20:29
OnkelTemSpecifically I have an XBox controller and would like to pair it with ubuntu to play games20:29
MonkeyDustOnkelTem  start with blueman20:30
pseudo_helllo20:32
salvocostairc://irc.chlame.net/20:32
OnkelTemMonkeyDust: thanks!20:32
pseudo_any hack channel20:33
W00dP3ck3rpseudo_, lol  The best question anybody asked in this channel since morning! :-)20:37
Bashing-omBundestrojaner: Steam ... Can't say for sure as I have no experience with steam .20:39
=== psefit-xubuntu_ is now known as metaltrrocker
=== sins-_l is now known as sins-
MonkeyDustOnkelTem  glad i could help20:44
pseudo_any1 live20:49
MonkeyDustpseudo_  this is the ubuntu support channel20:49
pseudo_from virtual machine I am not able use the ubuntu seamless mode... i am currently using host window OS... any package to install20:51
pseudo_ubuntu v1620:51
pseudo_any clue20:51
unbornseamless you mean headless pseudo?20:53
MonkeyDustpseudo_  install the guest additions20:53
OerHeksdepends on the virtual machine, guest daditions in vbox?20:53
pseudo_already install virtual addtion20:53
MrSandersonHello. I'm having problem with apt update. I can't connect to security.ubuntu.com. It's not the only problem I'm having with my netbook, by the way, I can't use IRC there.20:53
MrSandersonIn this Windows desktop, I'm able to connect to the Ubuntu server and use IRC.20:54
pseudo_and change graphics and other20:54
MonkeyDustpseudo_  you can also ask in #vbox20:54
pseudo_ok20:54
unbornpseudo_: #virtualbox20:54
pseudo_thanks20:55
MrSandersonCan someone please help me?20:56
pseudo_any1 answer in unbuntu v16 why apt install <sw package>    ---missing get20:56
Bashing-omMrSanderson: Networking issue rather than an apt issue ? can you ' ping -c3 8.8.8.8 ; ping -c3 ubuntu.com ' ?20:57
MonkeyDustMrSanderson  start with a question20:57
MonkeyDustoh, didnt see it20:57
pseudo_apt-get update/upgrade20:57
OerHeksMrSanderson, windows10/fastboot is happen to cause such wifi/usb issues, disable it in windiws20:58
pseudo_From unbuntu v16 why apt install <sw package>    ---missing get20:58
tgm4883pseudo_: because apt is consolidating some of the different commands you used to need to get stuff done20:58
MrSandersonBashing-om: I was able to ping 8.8.8.820:59
Bashing-omOerHeks: MrSanderson Oh that voice of experience :)20:59
Bashing-omMrSanderson: ping ubuntu.com ?20:59
MrSandersonBut ubuntu.com never answered.20:59
pseudo_what command?? are they released or in beta20:59
MrSandersonI cancelled, 84 packets were transmitted and none replied.20:59
MonkeyDustMrSanderson  if you can ping an ip addess, but nu url, then it's a dns issue21:00
user2635I'm copying files in ubuntu at the mo21:00
user2635but I can't see the dialogue?21:00
user2635How do I bring it back up21:00
unbornMonkeyDust: then you have no iinternet21:00
MrSandersonWhy the DNS issue is limited to my netbook?21:00
user2635I've tried alt+tab, using gui, and right clicking to restore the window21:00
user2635but I still can't see it anywhere21:00
MrSandersonOerHeks: I don't know what W10 has to do with my netbook.21:00
user2635the only thing that confirms that its still copying is the icon when doing alt tab21:01
user2635it still shows the progress bar21:01
Bashing-omMrSanderson: K, so we have a networking issue . Is this system with a GUI .. and do you use the network-manager to control networking ?21:01
MonkeyDustuser2635  in unity, right click on the icon in the launchbar, then  'show dialog'21:01
MrSandersonMonkeyDust: I can ping Google by URL.21:01
user2635MonkeyDust, tried that already21:01
=== isene2 is now known as isene
user2635MonkeyDust, never mind, looks like it's finished now!21:02
MrSandersonBashing-om: it's Ubuntu 16.04 with GUI.21:02
iseneAnyone who can help on a Dropbox issue?21:02
user2635MonkeyDust, on another note, how do I make sure its finished? like, really make sure21:02
user2635I don't want to shutdown and find that the task was half way and ended21:03
MonkeyDustuser2635  diff comes to mind21:03
Bashing-omMrSanderson: Sotty, I do not know network-manager .. will bow out to MonkeyDust and OerHeks .21:03
MrSandersonBashing-om: my process list includes nm-applet.21:03
Bashing-omsorry*21:03
MrSandersonBashing-om: previous versions of Ubuntu didn't use network-manager?21:04
Bashing-omMrSanderson: I just am not a GUI guy . No experience .21:04
MrSandersonBashing-om: OK, thanks.21:04
Bashing-omMrSanderson: Rest assured I will not abondon you . Others here however are better qualified to advise .21:05
user2635MonkeyDust, diff?21:05
user2635MonkeyDust, I'm a newbie21:05
MonkeyDustuser2635  ok, type    diff   [original] [copy]    <-- replace with the paths and file names21:07
user2635ohh21:07
user2635diff as in difference21:07
user2635comparing files?21:07
MonkeyDustuebera||  yes21:07
MonkeyDustuser2635  yes21:07
user2635thanks!21:07
w1zhej21:09
futurama140hey guys how do i find the programs i've installed with wine?21:11
MonkeyDustuser2635  keep it in the channel21:13
emdubhmm, what's the deal with mysql-server on xenial?  dpkg-reconfigure used to prompt for setting the root password, but it doesn't do that in xenial anymore so my database has some root password that i didn't enter21:13
user2635what doe r/wc mean21:13
user2635does*21:13
IcAnufound a b00k21:14
user2635If I backup my Ubuntu system, am I able to do a fresh install of Ubuntu MATE and restore the data there?21:14
IcAnuanyone here try arch linux? ... some d00dz suggested it ...21:15
auronandaceuser2635: depends what you want to restore, if its just settings from /home then sure21:16
tgm4883!ot | IcAnu21:16
ubottuIcAnu: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!21:16
OerHeksIcAnu, not ontopic for this channel, talk about it in #arch21:16
IcAnuok ... what is the topic here?21:17
tgm4883IcAnu: you were literally just told21:17
auronandaceIcAnu: ubuntu support, you can read the topic by typing /topic21:17
IcAnume book says we still use IRC21:17
IcAnuI use 12.04 on a couple 32 bit machines21:18
IcAnuI am interested in improving security21:18
tgm4883IcAnu: do you have a ubuntu question?21:19
=== neunon_ is now known as neunon
IcAnuI noted that google netstats to google ... yahoo netstats to amazon ...21:19
Bashing-omMrSanderson: Still under discussion . show us the result : ' ping -c3 ubuntu.com ' in a pastebin please .21:19
IcAnuperhaps not a unbuntu specific question21:19
IcAnumore of a general linux community question21:20
IcAnuare we factionized?21:20
tgm4883IcAnu: take it to #ubuntu-offtopic21:20
ethern0theya21:20
IcAnu(factionalized)21:20
IcAnu?21:20
tgm4883IcAnu: that's not a support question, so you need to move this to #ubuntu-offtopic21:20
OerHeksor #ubuntu-discuss21:21
IcAnuuh .. i'll try the d00dz21:21
tgm4883yep21:21
MrSandersonBashing-om, I just found that the result is different between ' ping -c3 8.8.8.8 ; ping -c3 ubuntu.com ' and ' ping -c3 ubuntu.com '.21:21
IcAnuthey are sleeping ... what is special about ubuntu?21:21
MrSandersonBashing-om, in the first case, only 8.8.8.8 answers, on the second case, the responses work fine.21:22
IcAnuCan I use it to find firmware holes in my chipsets ...21:22
k1l!ot | IcAnu21:22
ubottuIcAnu: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!21:22
IcAnu!ot21:22
IcAnu^what's that^ ?21:23
k1lIcAnu: read the bots message. please keep this channel now clear for technical support. thanks21:23
IcAnu!register21:23
ubottuInformation about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode21:23
auronandaceIcAnu: it tells the bot (ubottu) a command21:23
IcAnui'll string it .. tnx21:23
tgm4883IcAnu: You've been repeatedly told that this needs to be out of this channel since it's not ubuntu support. Please go to one of the other channels you've been directed to, such as #ubuntu-discuss21:23
geniiIcAnu: It means this channel is for assisting users who are having support issues with their Ubuntu, and that the #ubuntu-offtopic channel is for other talk which is not support related21:24
Bashing-omMrSanderson: K, then on to the next step .. what results ' sudo apt update ' ?21:24
OerHeksDoes ubuntu still support 8" shugart drives?21:24
MrSandersonBashing-om, just normal messages, no errors anymore.21:25
MrSandersonBashin-om, but I can't connect to freenode server on IRC yet! This is a problem, because prevents me to come here.21:26
MrSandersonBashing-om, but I can't connect to freenode server on IRC yet! This is a problem, because prevents me to come here.*21:26
Bashing-omMrSanderson: Going through a proxie set up ??21:27
MrSandersonBashing-om, I'm not using proxies nor VPNs now. I could not connect to my VPN hours ago, so gave up to using it.21:28
futurama140i'm trying to play fallout with wine and i cant find any way of making the game full screen. does anyone know how?21:28
Bashing-omMrSanderson: Catching me short on skills again .. No experience with a VPN . Can not advise in that respect .21:29
auronandace!appdb | futurama14021:29
ubottufuturama140: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help21:29
MrSandersonBashing-om, but... I'm not using it now!21:30
MrSandersonBashing-om, hum, I think I forgot to tell: I travelled yesterday. No problems in my home, just arrived in this other place.21:32
MrSandersonjust after arrived*21:32
Bashing-omMrSanderson: We getting deeper and deeper ..OK .. WIFI ?? I know nothing about WIFI either .21:33
MrSandersonBashing-om, I ran "apt update" again and it failed to fetch 2 domains of Ubuntu.com. Something like "temporary fault to resolve ...".21:34
MrSandersonBashing-om, no, I'm using ethernet cable, and tested it to make sure it's not a problem with it. The leds of the tester says it's OK.21:34
Bashing-om!pastebin | MrSanderson21:34
_zlate_hi all, I have a script contianing a bunch of iptables rules, however its blocking some unintended packets.. Is there any way to spot the rule causing it?21:34
MrSandersonBashing-om, I have tried other cables, tried connecting directly to the modem instead of the router.21:35
MrSanderson!pastebin21:35
MrSandersonOK, I copy and paste on pastebin the terminal text?21:35
Bashing-omMrSanderson: Show us the output in a pastebin site the results of ' sudo apt update ' so we get all in context . Maybe the mirror you are accessing is not synced up ?21:36
MonkeyDustMrSanderson  http://paste.ubuntu.com/21:37
RandomUser1234i don't know which amd GFX driver to use for my laptop as I can't seem to find one for my AMD Radeon HD 6540G221:37
k1lRandomUser1234: on ubuntu 16.04 the fglrx dont work anymore. amd now support the kernel drivers21:38
RandomUser1234k1l: so what do i do?21:38
k1lRandomUser1234: you dont install drivers for amd now. the kernel already ships the driver21:39
RandomUser1234k1l: Meaning it's already installed and set? Because I think I'm having issues with hardware acceleration.21:40
MrSandersonBashing-om https://paste.ubuntu.com/16718817/21:41
PinchiukasSo what is the current suggested method of getting flash on Chromium?21:41
Bashing-omMrSanderson: look'n at your https://paste.ubuntu.com/16718817/ .21:42
MonkeyDustPinchiukas  try pepperflash21:43
PinchiukasMonkeyDust: but... https://wiki.ubuntu.com/Chromium/Getting-Flash21:44
=== EriC^ is now known as EriC^^
MrSandersonRandomUser1234, the drivers Ubuntu 16.04 uses are not optimal, you will probably have problems with hardware acceleration.21:44
RandomUser1234MrSanderson: what can I do to fix it?21:44
MonkeyDustPinchiukas  ok, wasnt aware, then my hint has no value... didnt know21:45
RandomUser1234i tried disabling hardware acceleration in VLC, but I'm still having issues.21:45
potasmichey! Is there a Rufus (Bootable USB ISO burner thing) but for Ubuntu?21:45
BLZbubbait appears that the ubuntu sudoers file ignores "env_keep" -- is this true?21:45
RandomUser1234on this HVEC/H.265 file21:45
RandomUser1234HEVC*21:45
MrSandersonRandomUser1234, I think there is nothing you can do besides asking AMD to help making better drivers.21:46
RandomUser1234what hardware is good with ubuntu?21:46
reisioRandomUser1234: what kind of trouble?21:46
MrSandersonRandomUser1234, I tried to contact them, but they don't have contact form anymore...21:46
reisioHEVC is pretty demanding, moreso the higher resolution the video is21:46
RandomUser1234what cpu & gfx is good with ubuntu I mean21:46
BLZbubbaRandomUser1234: i have always had better luck with nvidia21:46
reisioRandomUser1234: most any21:46
BLZbubbaand intel21:46
reisiopotasmic: unetbootin, dd, probably rufus, too21:47
MrSandersonI bought AMD because I expected that it would have better support for GNU/Linux, appears I was wrong.21:47
potasmicreisio, idk how to burn iso with dd, I'll look up about unetbootin, can't find a Linux version of Rufus (or have not tried looking hard enough)21:48
reisioMrSanderson: in what way does it appear that way?21:48
=== IcAnu is now known as Zen1th
reisiopotasmic: unetbootin should be fine; dd is the best/"simplest", but certain precautions must be taken21:48
PinchiukasAnybody else have any insight on what is the recommended flash package for Chromium?21:48
MrSandersonreisio, because the AMD drivers for Ubuntu 16.04 are not as good.21:48
potasmicreisio, Okay, I don't want to risk. Burning Win10.21:48
reisioPinchiukas: comes with flash21:48
reisioMrSanderson: not as good in what way? Not as good as what?21:49
Pinchiukasreisio: ???21:49
reisiopotasmic: you're trying to put windows 10 on a usb for installation?21:49
potasmicreisio, Is it possible?21:49
reisioPinchiukas: it comes with flash21:49
reisiopotasmic: yes, is that a yes?21:49
potasmicreisio, I just looked up UNetbootin and realized it's for Ubuntu and Linux installations21:49
potasmicreisio, so... it's possible???21:50
Pinchiukasreisio: there is no package named 'flash'.21:50
reisioI'll take that as a 'yes', even though you haven't said it :p21:50
potasmicI'm on Ubuntu, reisio. switching back to Win1021:50
reisioPinchiukas: chromium has flash builtin21:50
reisiopotasmic: this'll probably work: http://serverfault.com/questions/6714/how-to-make-windows-7-usb-flash-install-media-from-linux#answer-16706021:50
MrSandersonreisio, I'm comparing the AMD driver Ubuntu 16.04 uses, with the proprietary drivers.21:50
reisioMrSanderson: and?21:50
Pinchiukasreisio: you probably mean that chromium-browser 'suggests' adobe-flash?21:51
MrSandersonreisio, and the proprietary ones works better.21:51
potasmicreisio, thanks. looking into it21:51
reisioPinchiukas: sure don't21:51
reisioMrSanderson: so use the proprietary ones21:51
Pinchiukasreisio: you're not making a lot of sense. :)21:51
reisioPinchiukas: if you say so21:51
reisioPinchiukas: maybe this is what you want? https://wiki.ubuntu.com/Chromium/Getting-Flash21:52
MrSandersonreisio, Ubuntu 16.04 isn't compatible with them.21:52
reisioMrSanderson: sure it is21:52
MrSandersonreisio, support was dropped.21:52
Pinchiukasreisio: not sure.21:53
reisioMrSanderson: nah21:53
MrSandersonreisio, it is related to some X-server update on Ubuntu 16.04.21:53
MrSandersonI think...21:53
MrSandersonX-org21:53
MrSandersonBashing-om, finished reading the pasted text?21:54
Bashing-omMrSanderson: Findished .. verifying the mirror . Is this Brazil ? And have you tried changing your mirror site ?21:55
MrSandersonBashing-om, yes Brazil.21:55
MrSandersonBashing-om, I don't know if I should change. I can't use VPN, access some sites, connect to IRC, nor the security.ubuntu.com. Appears not to be a problem with the mirror, right?21:56
cosmicfiresHi is there a replacement for gnome-disks in 16.04?21:57
LURhow can I install grub with Ubuntu with UEFI?21:58
Bashing-omMrSanderson: The notice is "  Temporary failure resolving 'br.archive.ubuntu.com' "" . Wait a bit and see if the mirror syncs up OR change the mirror sote and see if the problem still persists ?21:58
lyzeLUR, you boot the live cd in uefi mode and then create a uefi partition during install with ~200 mb or so ;)21:58
LURmmm21:59
LURis there need to reinstall?22:00
Bashing-omMrSanderson: Overall I agree. not a mirror issue, but more as a proxie issue .22:00
MrSandersonBashing-om, proxy issue? I'm not using a proxy.22:00
Bashing-omMrSanderson: Something is interferring with resolving the hostnames . some work some do not .22:02
potasmicHey guys. How do I do mkfs.ntfs when my terminal keeps saying "/dev/sdb1 is mounted"?22:02
potasmicoh shit I think I can umount22:02
potasmicnevmerind22:02
MrSandersonBashing-om, yeah, there is a way to discover?22:03
MrSandersonis there a way*22:03
Bashing-ompotasmic: and work ffom a live environment :)22:03
potasmicBashing-om, wot?22:03
=== alpha is now known as Guest96745
Bashing-ompotasmic: "/dev/sdb1 is mounted" .. maybe best to work from a live environment such that the target is not in use ??22:05
potasmicBashing-om, haha... too late... I umount'd it22:05
Bashing-omMrSanderson: Ouch .. above my skill set to discover where .22:06
NocturiusHello, I just installed ubuntu mate and I can use gtf and xrandr to add a mode for 1920x1080 but when I restart my resolution resets to 1024x768. Does anyone know how I can make the 1080p mode persistent22:09
potasmicomg copying file using cp is laggy af22:12
EriC^^your hdd is toast maybe22:12
potasmico noes :C22:12
DesertEagle_PWNHey everyone, I'm trying to keep my perforce server on one Ubuntu instance identical with another. My first course of action was to try copying over the entire server directory, so here is what I've tried on each machine (http://paste.ubuntu.com/16719707/)22:23
DesertEagle_PWNAnyone know a good way to keep these two in sync and/or why I keep getting a Permission denied error on the backup when I run scp?22:24
naccDesertEagle_PWN: so one is a backup of hte other, in essence?22:24
cosmicfiresDesertEagle_PWN, unison22:24
naccDesertEagle_PWN: unison or rsync22:24
DesertEagle_PWNBasically22:24
cosmicfiresor rsnapshot22:24
DesertEagle_PWN_sorry got disconnected22:26
DesertEagle_PWN_As I was saying, my VPS provider is bad about uptime, so I want them for redundency22:26
cosmicfiresDesertEagle_PWN_, unison or rsnapshot which use rsync22:27
cosmicfireslinode.com has been very dependable22:27
DesertEagle_PWN_cosmicfires So if I were to use unison and my original server were to go offline, the other server should be an exact dupe? Also, when the primary server comes back online will it sync the changes back to the primary?22:29
cosmicfiresyou have to set up when to run it using a cron job22:30
cosmicfiresI don't know of an automatic solution but there may be one22:30
cosmicfiresyou need something to sync the machines every time a file changes ideally22:31
DesertEagle_PWN_Yikes... that's gonna be a lot of overhead... and a lot more infrastructure setup time.22:31
cosmicfiresthere may be a tool to do it but I don't know about it22:31
cosmicfiresunison must be the same version on both machines22:31
DesertEagle_PWN_I guess I should really just bite the bullet and switch providers. Thanks for the insight though22:32
cosmicfiresI've been happy with linode.com22:32
naccDesertEagle_PWN_: i mean, your scp solution required the same thing, no?22:33
DesertEagle_PWN_Anyway, before I go, can you at least look at my paste? I'm currently getting a Permission denied error when I run scp on the backup and I don't know why22:33
naccDesertEagle_PWN_: does the user you are scp'ing as have write permission to /usr/local/bin on the backup?22:34
DesertEagle_PWN_naac yea, but I really have no idea what I'm doing at the moment. More of a developer than a System Administrator22:34
naccDesertEagle_PWN_: ah ok, i would very much look into unison or rsync than your own solution, then :)22:34
DesertEagle_PWN_naac; not sure, I'll check. Should because I'm using sudo on a root user22:34
naccDesertEagle_PWN_: the overhead is the same (cronjob, which is no overhead)22:34
naccDesertEagle_PWN_: ah yes, sorry, missed the sudo22:35
cosmicfiresyou can tell the kernel to notify you when a file changes but I don't know the details22:35
naccDesertEagle_PWN_: is the scp giving permission denied (meaning wrong auth) or the copy itself?22:35
cosmicfiresnacc, did you try scp -v ... for more info?22:36
DesertEagle_PWN_Well, I'm copying the server's Perforce directory, and so it's giving me an error for each file in the directory22:36
DesertEagle_PWN_scp22:36
DesertEagle_PWN_is the command actually throwing the error22:36
naccDesertEagle_PWN_: --^ as cosmicfires said, -v may indicate what exactly is happening22:37
naccDesertEagle_PWN_: and just to be sure, can you pastebin the actual output?22:37
naccDesertEagle_PWN_: note that in the output you've provided, i'm trusting that you are running the server command from the correct directory, e.g.22:39
DesertEagle_PWN_nacc I'm working on updating the paste with some stuff. There a way to copy console output using putty?22:40
=== zippy is now known as Guest38716
DesertEagle_PWN_http://paste.ubuntu.com/16720087/22:42
DesertEagle_PWN_Updated Paste22:43
nacc!pastebinit | DesertEagle_PWN_22:43
ubot93DesertEagle_PWN_: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com22:43
naccDesertEagle_PWN_: oh i wonder22:44
mikonikcqan22:44
naccDesertEagle_PWN_: no idea if this is it, but i wonder if you could try copying somewhere else (temporarily) and see if the error changes22:45
naccDesertEagle_PWN_: as it's hard to distinguish the paths right now :)22:45
massimociao22:45
DesertEagle_PWN_Tried copying to backup's active director (which was /usr/)22:46
naccDesertEagle_PWN_: but i also wonder if it's trying to scp user@...:/usr/local/bin/PerforceServer/xxxxxx to the local /usr/local/bin/ but there is no PerforceServer directory locally? rsync handles this, but i can't recally if scp does or not. You might also try not having the final '/' in the source22:46
DesertEagle_PWN_still denied22:46
naccDesertEagle_PWN_: with the same messages?22:47
DesertEagle_PWN_yep22:47
naccDesertEagle_PWN_: or a different path?22:47
DesertEagle_PWN_There is no PerforceServer directory on the backup22:47
DesertEagle_PWN_Backup is a fresh install22:47
naccDesertEagle_PWN_: right, sorry, i'm asking if22:47
naccit still says22:47
nacc"/usr/local/bin/PerforceServer/xxxx: permission denied" if you scp'd to a different path22:47
DesertEagle_PWN_Yep22:48
naccok, so your command was `sudo scp -r user@xxx.xxx.xxx.xxx:/usr/local/bin/PerforceServer/ /usr/` and it said "/usr/local/bin/PerforceServer/xxxxxxx: Permission denied" ?22:48
DesertEagle_PWN_Yep22:49
naccDesertEagle_PWN_: hrm, very strange, you're sure the chmod took hold on the remote (xxx.xxx.xxx.xxx) ?22:50
zykotick9nacc: are you _sure_ you want to be using sudo with scp?!?!22:50
nacczykotick9: that was going to be my next question22:50
pradeephow do i get my fingerprint to work on dell latitude e643022:51
naccDesertEagle_PWN_: so another test would be to not run w/ sudo, but as a regular user and see if you can scp to somehwere in ~22:51
DesertEagle_PWN_nacc my "ll -d /usr/local/bin/PerforceServer" on the primary server showed that Owner Group and Other all had rw permissions22:51
naccDesertEagle_PWN_: ok22:51
naccDesertEagle_PWN_: so i'd try w/o sudo and to just anywhere that your normal user can write (/tmp/test or ~/test e.g.)22:52
naccDesertEagle_PWN_: could also be a permission issue along the path (e.g., on PerforceServer itself?)22:53
DesertEagle_PWN_Perforce does like to make things read-only locally, but I'm not too sure how it handles it's server files22:54
DesertEagle_PWN_same erro trying to copy to /tmp/ and ~/ even with and without sudo22:56
naccDesertEagle_PWN_: so i'd expect it's a permissions issue on the server still22:56
naccDesertEagle_PWN_: an easy check would be to ssh user@xxx.xxx.xxx.xxx22:57
DesertEagle_PWN_nacc that's my though too22:57
OerHekspradeep, first check if your FP device is supported https://launchpad.net/~fingerprint/+archive/ubuntu/fingerprint-gui22:57
naccDesertEagle_PWN_: and then try to cd to /usr/local/bin/PerforceServer22:57
cosmicfiresDesertEagle_PWN_, how did you pick your nick?22:57
OerHekshttps://launchpad.net/~fingerprint/+archive/ubuntu/fprint22:57
DesertEagle_PWN_@cosmicfires Not sure what you mean?22:57
DesertEagle_PWN_nacc I'm SSH'd into both terminals22:58
cosmicfireswhy did you call yourself DesertEagle_PWN_ ?22:58
naccDesertEagle_PWN_: ok, as your regular user?22:58
DesertEagle_PWN_Because I tried to reconnect after diconnecting and it added an extra '_'22:58
naccDesertEagle_PWN_: if so, can you `cd /usr/local/bin/PerforceServer` successfully on th eserver?22:59
DesertEagle_PWN_so user@xxx.xxx.xxx.xxx is actually a user with root access on the primary perforce server VM22:59
cosmicfiresnot that the DesertEagle part? makes me think of a handgun22:59
DesertEagle_PWN_@nacc, no permission denied22:59
naccDesertEagle_PWN_: there you go.22:59
DesertEagle_PWN_let me permission check again22:59
naccDesertEagle_PWN_: so i don't think "user" is root :)23:00
naccDesertEagle_PWN_: or it would not get permission denied :)23:00
DesertEagle_PWN_so for permissions I have drw-rw-rw-23:00
naccDesertEagle_PWN_: so i'd start with this: ssh user@server -> cd /usr/; cd /usr/local; cd /usr/local/bin; cd /usr/local/bin/PerforceServer23:01
LURI am trying to login but lightdm goes to start again and again, I deleted .Xauthority but that doesnt work23:01
LURhelp?23:01
naccDesertEagle_PWN_: figure out where user is being prevented from cd'ing in the hierarchy23:01
DesertEagle_PWN_@nacc, already did; definitely PerforceServer23:02
cosmicfiresDesertEagle_PWN_, you have to configure ssh and scp in /etc/ssh/ to allow root logins23:03
naccDesertEagle_PWN_: unfortunately, need to step away, hopefully someone else can help -- getting "user" to be able to cd to that directory should clear up your issue23:04
zykotick9DesertEagle_PWN_: nacc actually with drw-rw-rw noone can cd into that directory.  add x if you want to get in there.23:04
nacczykotick9: ack, was just noticing that23:04
naccDesertEagle_PWN_: you need execute on directories to cd to them23:04
DesertEagle_PWN_ls23:04
DesertEagle_PWN_Whelp23:06
DesertEagle_PWN_that did it23:06
DesertEagle_PWN_once I changed permissions to include x I could cd in and now I can scp from the backup VM23:06
LURhi?23:06
Bashing-omLUR: What have you done recently ? Do you also own .ICEauthority ? a driver loaded ' sudo lshw -C display ' ?23:08
LURI deleted .Xauthority23:09
LURa lot of times, problem stills23:09
LURwhy my wallpaper (personal) stills there?23:09
LURI deleted my HOME and the wallpaper is there ni lightdm, why?23:09
Bashing-omLUR: .ICEauthority also plays a part .. and no GUI driver, no GUI .23:10
LURBashing-om, why wallpaper stills there?23:10
LURthe personal I choose for my user?23:11
LURI deleted home but the wallpaper stills in lightdm23:11
LURwhere is that information?23:11
LURit should be all in home23:11
Bashing-omLUR: You deleted /home ?? Then you have no operating system .23:12
DesertEagle_PWN_Thanks for your help guys. I really appreciate it.23:12
LURhome/.*23:12
LURoperating system is in / not in /home23:13
LURas far as I know23:13
LURnot OS information23:13
LURhome is user information only23:13
LURwhat the fuck is going on with ubuntu?23:13
LURI lost the control of my computer23:14
Bashing-om!language | LUR23:14
ubot93LUR: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList23:14
LURxD23:14
LURBashing-om, fuck you23:15
LURBashing-om, really23:15
=== alpha is now known as Guest42700
OerHeks...23:15
LURYou give any help and you are trying to modify my words?23:15
LURxD23:15
LURIf you dont h elp the only reason is that you cant23:16
LURAnd if you cant, you should shut the fuck up23:16
maddawg4stop swearing LUR23:18
k1lLUR: drop that attitude and language if you want to keep getting support in this channel.23:18
maddawg4we'll ban you for good23:18
LURxD23:19
LURwo what23:19
LURso what23:19
maddawg4ok not helping now23:19
maddawg4even tho i know the fix23:19
maddawg4so you're on your own23:19
LURmaddawg4, You dont23:19
maddawg4:-) good lucks with t he google23:19
maddawg4dont what?23:20
LURyou dont know23:20
LURxD23:20
LURindeed I created new users and problem stills23:20
k1lmaddawg4: no need for arguing any further.23:20
JoeyKiwiHey. I'm having an issue with Ubuntu 16.04 after building my PC. I was directed here.23:20
LURafter a normal install and all working23:20
LURreboot23:20
LURand problems23:20
maddawg4JoeyKiwi, what's the issue23:20
LURit make no sense23:20
LURmagic make no sense in my world23:20
LURmaddawg4, you cant, you will not23:21
JoeyKiwiI installed Ubuntu 16.04 and logged in. Upon logging in, I just see the background and some notification windows blinking on and off.23:21
maddawg4ok ignore list now for LUR23:21
LURmaddawg4, liar23:21
LURxD23:21
LURIm goint to install debian23:22
k1lJoeyKiwi: what video card do you have got?23:22
LURand fuck this shit23:22
JoeyKiwiGTX 95023:22
maddawg4ah23:22
k1lJoeyKiwi: you installed a video driver for that already?23:22
maddawg4i had to do this JoeyKiwi for mine23:23
maddawg4http://my30daysoflinux.blogspot.com/2015/10/installing-nvidia-gtx-950-drivers-in.html23:23
=== Heart-Of-A-Lion is now known as this
JoeyKiwiI tried running the .run file from Nvidia, but it failed. The first error was that the distribution pre install scripts didn't work.23:23
k1lno need for that on 16.04. the nvidia driver in the repo should do23:23
JoeyKiwiAlso, it isn't recognizing my ethernet connection.23:23
maddawg4hm23:23
maddawg4what NIC  you have?23:23
=== this is now known as Guest40344
=== Guest40344 is now known as Heart-Of-A-Lion
_44trentso i removed ubuntu from my dualboot and i was wondering if it was safe to remove the ubuntu folder in my efi partition23:24
JoeyKiwihttp://pcpartpicker.com/p/WprcCy23:24
JoeyKiwiI don't know the NIC, but that's the part list.23:25
maddawg4is it the wifi not working23:25
_44trentconsidering i'm booting straight to the windows boot stuff, i don't see the purpose in having that ubuntu folder in my efi partition23:25
maddawg4the NIC is the network card23:25
maddawg4is it the wifi card or the wired on the board having issues?23:25
JoeyKiwiWired23:25
Bashing-ommaddawg4: Background info on our trusted driver PPA : https://lists.ubuntu.com/archives/ubuntu-desktop/2015-August/004693.html .23:26
maddawg4Bashing-om, what?23:27
maddawg4i think you meant to send that to JoeyKiwi i already know about that23:27
maddawg4trying to  find out what network card that board uses23:28
Bashing-ommaddawg4: IRT to why not OEM driver install . Nvidia supports us fully , as well as many others .23:28
maddawg4what?23:29
maddawg4i am well aware23:29
maddawg4i am not the one with graphic card issues23:29
JoeyKiwiThanks. I appreciate it. :)23:29
Bashing-ommaddawg4: K .. Hope no offence .23:29
maddawg4JoeyKiwi, not sure why they wont show me that info23:30
maddawg4freaking stupid23:30
maddawg4have you tried windows on it by chance?23:30
JoeyKiwiYes, Windows works.23:30
maddawg4what does windows show the network card as?23:31
JoeyKiwiActually, Linux Mint works. I forgot the name, but it runs on some kind of backup driver.23:31
JoeyKiwiOh. Linux Mint does not see the NIC, nevermind, only the graphics. I'll check WIndows now.23:31
maddawg4brb i gotta go get food23:32
JoeyKiwik23:32
JoeyKiwiWIndows doesn't have drivers for it. I'll install them...23:33
happynewyear13please tell me the name of person mentioned in this video at minute 1:27 https://youtu.be/2b-uW2gaM7A?t=8723:34
OerHekstry #ubuntu-offtopic for that, happynewyear1323:34
JoeyKiwiOkay. WIndows lists the NIC as Intel (R) Ethernet Connection (2) I219-V23:36
OerHeksonly  I217/I218  https://downloadcenter.intel.com/download/15817/Intel-Network-Adapter-Driver-for-PCI-E-Gigabit-Network-Connections-under-Linux-?product=7130523:39
JoeyKiwiCool23:41
pingwindyktatorhey! Can I find somewhere when did I install my current OS (ubuntu) ?23:45
Arcairepingwindyktator: You can!23:46
pingwindyktatorArcaire, thats great!23:47
ArcaireCouple ways, the easiest way would probably be something akin to the following command:23:47
Arcairesudo dumpe2fs /dev/sda1 | grep 'Filesystem created:'23:47
OerHekssudo dumpe2fs /dev/sda1 | grep 'Filesystem created:'  or ls -l /var/log/installer gives a clue23:47
tgm4883 /var/log/installer seems like a better way to me23:47
pingwindyktatorArcaire, works, thanks ;)23:48
ArcaireI opted for the dumpe2fs due to the potential that /var/log may have been cleared on an <x> year old system.23:48
Arcaire:D23:48
pingwindyktatorIn fact, its cleared ;D23:48
OerHekssudo ls -alct /|tail -1|awk '{print $6, $7, $8}'23:49
=== CanIHazMemeCats is now known as VietnamFlashback
NightHwkducasse: When I try to access my network computer. It asks for my  username and password to access as it should. I am put the correct credentials in and it's keep repeating, asking me for my credentials.23:54
NightHwkDoes anyone know how to fix network problem. I was on ubuntu 15.10 and could access my share drive fine on anther computer but once I upgraded to 16.10 it won't take the network credentials23:55
bazhangNightHwk, 16.10?23:55
OerHeksNightHwk, seen that, fix could be: remove the wifi profile, check keys&passwords that all entries are gone, and set it up again.23:56
OerHekssometimes it is registered double, removing one could fix it too23:56

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