=== Guest0 is now known as House_ [00:01] how to get chrome on lubuntu please? [00:01] how can i fix samba? http://pastebin.com/TNrq3j8B [00:01] Andy___: go to the google webpage and load the chrome.deb package [00:01] Andy___: but keep in mind they dont make a chrome for 32bit os anymore === test is now known as Guest22457 [00:03] Guest7983: getting details helps - `systemctl -l status smbd.service` should get you more information [00:04] i have lubuntu on my laptop, how do i check if it's 32 or 64 please? [00:04] teward: http://pastebin.com/us0CmE1B [00:04] Andy___: please show the line of output of "uname -a" [00:05] i'm not at my laptop right now so I can't see the line of output [00:05] what should I look for please? [00:05] Guest7983: please use paste.ubuntu.com in the future - pastebin has some nasty ad-ridden evils that make it painfuol for use [00:06] teward: you don't use an ad blocker? [00:06] teward: will do that. was lloking for that one. do you have any ideas? [00:07] teward: same in ubuntu pastbin: http://paste.ubuntu.com/15939384/ [00:07] hey does anyone know a way to get nvidia binaries working in a live usb environment? nouveau crashes on my 4k screen and my 4 1080p screens... [00:07] or a live usb that has nvidia binaries included [00:09] rotten777: ...or maybe just don't use live? [00:10] ........... defeats the purpose of having a portable copy of my workflow [00:10] the nvidia driver package is like any other, you install it [00:11] yeah and then load the module and restart the display manager... and it freezes every time i do it [00:11] it can't even boot when i have it on my 4 monitor setup. it freezes completely [00:11] every distro i've tried [00:13] maybe it's not the driver but the config [00:13] rotten777: what kinda error messages? [00:13] just doing modprobe causes it to freeze [00:13] rotten777: for what, nouveau? [00:13] teward: how can i fix it? any ideas? want to print ssince sunday ... [00:13] reisio: i can't get a copy of it. when i run modprobe it scrolls a huge blast of text continuously. i can't even get a clean pic with my cell phone [00:14] reisio: nvidia, apt-get install then modprobe and it freaks out [00:14] Guest7983: you see whosit's ln -s (symlink) suggestion? [00:15] rotten777: what about nouveau, you said it didn't work [00:15] rotten777: have you tried with maybe fewer monitors (just to see?) [00:15] reisio: it freezes after a minute or two of use [00:15] nacc: yeah it works fine with 1 monitor non-4k.. not the nvidia [00:15] reisio: not sure what you mean [00:16] rotten777: does it work with 1 monitor non-4k with the nvidia? [00:16] nacc: if i install it and install the nvidia driver it works fine under 4k... i just need it to run on a live usb [00:16] rotten777: oh i see [00:16] nacc: yes i was running 14.04 lts for years no issue [00:17] rotten777: i would suggest maybe setting up a console, if the messages go by too fast (netconsole is handy for this) and saving the logs [00:17] i'm guessing based upon what you said the kernel is freaking out :) [00:17] netconsole.. got it [00:17] nacc: yeah it was definitely the kernel panicking [00:17] Is it safe to upgrade to 16.04 LTS from 15.10 now instead of waiting two days till it is released? [00:17] reisio: what should i enter? [00:17] the_count, yes dooo eeettt [00:18] the_count, although I did fresh install of 16.04, it's been running great for me [00:18] rotten777, did you try running the live distro with nomodeset? [00:18] Guest7983: please send this message into your IRC client: /nick sambaguy [00:18] kyew: i haven't. how do i do that? === Guest7983 is now known as sambaguy [00:19] rotten777, as soon as the distro starts to load press the space bar to get the menu and then F6 for the advanced options. Select nomodeset and it will load with just basic video. [00:19] awesome i'll try that [00:20] reisio: done, but really need to solve it [00:20] sambaguy: this printer used to work? [00:21] Gentlemen, I have a bug on ubuntu 14.04 where sound repeats itself for a second or so, happens on youtube, vlc or while listening to music. It takes small like 1 second fragment and repeats itself like once or twice, most of the time I would hear it like "Hello my name name is" instead of "Hello my name is". Then it happens again after like 3 minutes or so. I have tried to google the problem, so far none of the fixes worked :( [00:22] reisio: I had the printer conected to an XP and printed from my laptop. worked fine. the xp broke down and i replaced it with another XP. now Samba is gone and printing is not working either. [00:22] ah [00:22] so your config has changed [00:22] sambaguy: you can print from the new xp install? [00:23] reisio: yes [00:23] basically the initial printer sharing setup you did for the first xp install... you need to do again [00:23] and if you don't do it exactly the same, you might have to alter your GNU/Linux config to reflect it, too [00:24] reisio: i set up the printer as a shared printer on XP. i wanted to add the shared printer on linux and should enter a user name and poasword. [00:25] sambaguy: does your XP computer have a password? [00:25] reisio: in the moment SAMBA itself is broken as well. I can't start SAMBA on linux - worked earlyer. [00:25] sambaguy: try running testparm [00:25] sambaguy: sudo testparm [00:25] rotten777: yes and I tried that as a pasword [00:26] rotten777: i get an error - loading services [00:27] sambaguy: is your smb.conf complex or pretty simple? [00:27] mrFake: I don't know if this will help you solve your problem, but the reason you get repeated sounds is that the OS writes large amounts of sound (like 1 second) into a buffer on the card so that the CPU can sleep for that second and juat needs to wake up in time to write to the buffer again before the second is up. The reason the sound repeats is a little technical, but it's because the type of buffer u [00:27] sed is a ring buffer, so the pointer wraps around to the beginning, and the sound card just assumes the OS has overwritten the old data in the buffer with new, and if it hasn't then the sound card will happily keep wrappong its pointer around and reading the same unchanged buffer every second. So we need to figure out why the OS isn't servocing the buffer properly. [00:28] rotten777: don't know, if i remember right i changed nothing ar not a lot. [00:28] mrFake: Is there a lot of load when this happens? Does it happen when plugging in new hardware or switching to an appa that has been in the background for a while? [00:28] sambaguy: sudo cp /etc/samba/smb.conf ~/smb.conf.backup [00:29] rotten777:done and now? [00:29] sambaguy: sudo apt-get purge samba && sudo rm -rf /etc/samba/ /etc/default/samba && sudo apt-get install samba [00:29] mrFake: It may make sense to give pulseaudio real time priority, but that might also just mask a deeper problem. Do you see anything in "dmesg" after such a stutter? [00:29] that should reinstall samba with clean defaults [00:29] then see if you can start it without errors [00:29] sambaguy: after it reinstalls run-> sudo testparm [00:30] rotten777: it will remove 16,1 MB [00:30] sambaguy: that's fine. it'll reinstall on the last command [00:30] rotten777: next message is "E: Sub-process /usr/bin/dpkg returned an error code (1)" [00:31] sambaguy: any other text? [00:31] Jordan_U the load is really low, web browser, irc and VLC running [00:32] rotten777: errors found dduring processing samba after triggers for ufw (0.34-2) ... [00:33] mrFake: you the stuttering audio guy? [00:33] reisio: yes [00:33] rotten777: http://paste.ubuntu.com/15939586/ [00:34] mrFake: entirely coincidentally I have just seen a notice about CONFIG_SND_HDA_PREALLOC_SIZE being recommended to be >=2048 for intel hd audio [00:34] FYI [00:35] sambaguy: sudo systemctl status smbd.service [00:35] sambaguy: does this run without errors-> sudo dpkg-reconfigure samba [00:35] rotten777: http://paste.ubuntu.com/15939596/ === hydroponx is now known as Hydr0p0nX [00:36] sambaguy: sudo journalctl -xe [00:36] rotten777: "sudo dpkg-reconfigure samba" gives an error - Samba is damaged or installed incompleat [00:36] sambaguy: sudo apt-get install -f [00:37] reisio: thank you for this point, I'll look at it [00:37] rotten777: i'm now in sudo journalctl -xe [00:38] Hi there [00:38] Do you guys know some trick to make ubuntu working on CPU i7 6 generation? [00:38] rotten777: http://paste.ubuntu.com/15939613/ [00:39] rotten777: how do i get out so that i can enter "sudo apt-get install -f"? [00:39] ctrl + c [00:39] that exits from journalctl [00:40] rotten777: sudo apt-get install -f is not working [00:40] rotten777: http://paste.ubuntu.com/15939632/ [00:41] sambaguy: sudo ps aux | grep smbd [00:41] sambaguy: is it running currently [00:42] rotten777: think so: http://paste.ubuntu.com/15939655/ [00:42] sambaguy: no that's just the grep process itself [00:42] sambaguy: sudo apt-get remove samba [00:43] rotten777: worked without error message [00:44] sambaguy: sudo df -h [00:44] sambaguy: make sure you have free disk space on / [00:44] rotten777: 94% [00:45] 94% free? [00:45] rotten777: why are 57 G used? [00:46] sambaguy: I couldn't tell you. you'd have to figure out which files are using up that space [00:46] sambaguy: what is the output of `service smbd start` ? [00:46] rotten777: 94% used [00:47] nacc: no output [00:47] nacc: it's uninstalled at this point [00:47] sambaguy: sudo find / -size +1M [00:47] err +100M [00:47] rotten777: ah -- is there any paste already of the systemctl status or journactl output? [00:47] rotten777: or is that what you're debugging now? [00:48] nacc: working through reinstalling the package. ensuring he has the disk space as dpkg is failing [00:48] rotten777: ack [00:48] nacc: syn ack === Guest85432 is now known as IdleOne [00:49] rotten777: seams that it is seraching - nothing found jet. what are usual reasons for the size? [00:49] sambaguy: if you have a desktop environment available on that box you can also install baobab which will give a graphical view of the disk usage [00:50] sambaguy: it could be many things. log files out of control. large files that you don't know are there. something broken. [00:50] Jordan_U, reisio, thank you for the tips, I'll try to see if any of that will help me trying to solve the problem, I have no time to go further on troubleshooting this today [00:52] Hello? Is there anybody that can help me with a problem i'm having? [00:52] !ask | Jgamer [00:52] Jgamer: 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 !patience [00:52] rotten777: it lists quite some files in /media/guido/onderweg/ data/... onderweg should be another partition [00:52] sambaguy: is there anything that you can delete that will free up a few hundred mb? [00:52] sambaguy: sudo apt-get autoremove [00:53] rotten777: sambaguy: did you run `apt-get autoremove` yet? :) [00:53] rotten777: nm :) [00:53] i saw quite a few old kernels, at least [00:54] rotten777, nacc: just running apt-get autoremove, will remove 1373 MB [00:54] holy crap [00:54] yeah do that [00:54] lol [00:54] welp, that's not normal :) [00:54] Ok, So i was running 14.04(with Windows 10 dualboot) and my laptop froze up and couldn't do anything. I then force shut down it, now I when i am trying to turn it on my screen is black and it is in a constant turn on/off state. [00:54] sambaguy: just make sure the packages being removed aren't critical [00:54] jgamer: does it get to your BIOS screen? [00:55] nope [00:55] Jgamer: unplug it and pull the battery out, then plug it back in and turn it on [00:56] rotten777: is this from old updates? [00:56] sambaguy: normally old kernels don't get removed automatically. i'm guessing you just have a ton of them sitting there unused. this should allow you to reinstall the samba package and start working again [00:57] rotten777: the removingproces is still running [00:57] rotten777: that's configurable, fwiw :) [00:58] sambaguy: did you review the packages before it ran? [00:58] rotten777: i guess hence the "normally", nm [00:59] rotten777: just finished. no [00:59] sambaguy: sudo apt-get install samba -y [00:59] nacc: just use giant disks and it'll never fill up lol [01:00] rotten777: come on. error found [01:00] sambaguy: pastebin? [01:01] So I may be stupid but what do I do if my laptop doesn't have a removable battery? [01:01] Jgamer: blowtorch [01:01] Jgamer: replace it [01:01] things without removable batteries aren't worth buying [01:01] Jgamer: what model laptop? [01:01] Toshiba satellite [01:01] moreover, things that don't take _ordinary_ batteries you can buy from more than one vendor aren't [01:02] rotten777: http://paste.ubuntu.com/15939787/ [01:02] sambaguy: sudo mv /etc/samba/smb.conf /etc/samba/old.conf [01:02] sambaguy: sudo apt-get install -f [01:03] sambaguy: struggling to translate the little bit of english in the pastebin lol [01:03] rotten777: sudo mv /etc/samba/smb.conf /etc/samba/old.conf : File or folder does not exist [01:03] sambaguy: sudo cat /etc/samba/smb.conf.default [01:03] sambaguy: does that show the contents of a file? [01:04] rotten777: sudo cat /etc/samba/smb.conf.default: file does not exist [01:05] sambaguy: ok there's the smb.conf you copied to your home folder... can you copy that back to /etc/samba/smb.conf [01:05] rotten777: what comand? [01:05] or make a new one? [01:05] sambaguy: sudo cp ~/smb.conf /etc/samba/ [01:06] I believe it was smb.conf ... may have been smb.conf.backup [01:06] evening, all. interested in contributing. read this page (https://wiki.ubuntu.com/ContributeToUbuntu#Writing_Code). not sure what it means by "Look through the list of Ubuntu specifications on Launchpad. Pick one that interests you, and hopefully there should be enough information to begin with an implementation." can anyone clarify? [01:07] i know what launchpad is, just not where the specifications are [01:07] cerealguy: i think those are blueprints [01:07] rotten777: can not make /etc/samba/: it's not a map [01:07] https://wiki.ubuntu.com/FeatureSpecifications [01:07] cerealguy: "THE UBUNTU SPECIFICATION TRACKER: BLUEPRINT" [01:08] sambaguy: sudo mkdir /etc/samba/ [01:08] sambaguy: sudo cp ~/smb.conf /etc/samba/ [01:08] ahh I wish there was some sort of command line version of teamviewer [01:09] rotten777: yea, thats' a nice program [01:09] rotten777: the comands worked [01:10] sambaguy: sudo apt-get install -f [01:10] was .config.backup by the way [01:10] So this is my laptop http://www.toshiba.eu/laptops/satellite/satellite-radius-15/satellite-radius-15-p50w-c-10j/ [01:10] rotten777: do you know *why* there was no /etc/samba and/or related configuration files in this case? that should be part of the samba configuration step [01:10] rotten777: error [01:11] rotten777: http://paste.ubuntu.com/15939872/ [01:11] hello [01:11] sambaguy: rotten777: what happens with `systemctl nmbd.service start` ? [01:12] sambaguy: and/or provide the pastebin of the output of the commands it mentions in that output (sytemctl status..., journactl) [01:13] nacc: which comads do you mean exactly? sytemctl status, journactl [01:13] saben como agregar un proxy a firefox [01:13] sambaguy: exactly as they are listed in your previous paste [01:13] sambaguy: run both and paste output [01:13] sambaguy: systemctl status nmbd.service [01:14] sambaguy: journalctl -xe [01:14] sambaguy: might need journalctl -xel [01:15] nacc: http://paste.ubuntu.com/15939911/ [01:15] thanks, rotten777 [01:15] nmbd.service: not found [01:16] http://paste.ubuntu.com/15939916/ [01:16] sambaguy: sudo apt-get --reinstall install samba [01:17] http://paste.ubuntu.com/15939930/ [01:18] rotten777: no file name for samba:amd64 [01:18] sambaguy: something terrible going on with this computer.... sudo apt-get update [01:18] sambaguy: the last paste you gave was the same as the prior [01:19] nacc: one should be xe and one xel [01:20] rotten777: last part of sudo apt-get update: http://paste.ubuntu.com/15939944/ [01:20] sambaguy: hrm, both are cut off here, you'd actually need to use pastebinit, i think [01:20] sambaguy: wait, you're using a ppa? [01:20] sambaguy: for what, exactly? [01:21] sambaguy: sudo apt-get dist-upgrade -y [01:21] ppa? [01:22] sambaguy: Personal Package Archive, a non-supported (external) repository [01:22] sambaguy: the error you just pasted is referring to some PPA you installed [01:22] nacc: may be for an extra program [01:22] ah but the samba version you have is from the archive, i think [01:23] rotten777: http://paste.ubuntu.com/15939969/ [01:23] sambaguy: what happens when you run `systemctl nmbd.service start` ? [01:24] nacc: unkown operation [01:24] nacc: I don't think the script to start nmdb is there [01:25] sambaguy: sorry, `systemctl start nmbd.service` [01:25] rotten777: maybe, but then systemd should say service not known, iirc [01:26] nacc: http://paste.ubuntu.com/15939991/ [01:27] This close to release is it worth just installing beta2 and doing a dist-upgrade after wed? [01:28] I am about to travel for work and won't be able to install till after friday and don't want to wait ;) [01:28] sambaguy: `systemctl -l status nmbd.service` [01:29] nacc: http://paste.ubuntu.com/15940026/ [01:29] sambaguy: also i missed this, i think -- what prompted the error? a normal `apt-get upgrade` in wily? [01:30] sambaguy: try `bash -x /etc/init.d/nmbd start` [01:31] nacc: i get ">" [01:31] nacc: my fault, one moment [01:32] sambaguy: np, i assume missing quote or extra quote [01:32] nacc: http://paste.ubuntu.com/15940045/ [01:32] /usr/bin/tput op [01:32] is what is failing :) [01:32] rotten777: --^ [01:32] i have no idea what that is [01:33] nacc: tput is colorization on terminal lol [01:33] sambaguy: cd /var/log/samba/ [01:33] sambaguy: paste those log files [01:34] rotten777: ah :) [01:34] rotten777: http://paste.ubuntu.com/15940068/ [01:34] sambaguy: and nm, misread, it's just a wrapper init-script, i think [01:35] sambaguy: in that directory i need to see the content of the log files [01:35] samba: ls [01:35] sambaguy: cat error logs [01:35] whatever ones are there [01:36] sambaguy: `start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/nmbd -- -D` [01:37] rotten777: how do i find and open them? [01:37] sambaguy: when you're in that directory type "ls" [01:37] nacc: http://paste.ubuntu.com/15940082/ [01:37] sambaguy: that gives you a list of the files [01:37] sambaguy: sorry, `sudo start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/nmbd -- -D` [01:38] sambaguy: actually, even before [01:38] were you running `systemctl start nmbd.service` or `sudo systemctl start nmbd.service` ? [01:38] nacc: i'm now at guido@guido-laptop:/var/log/samba$ [01:38] sambaguy: sudo chmod 0700 /var/cache/samba/msg [01:39] rotten777: no acces - does not exist [01:39] sambaguy: sudo touch /var/cache/samba/msg [01:39] sambaguy: sudo chmod 0700 /var/cache/samba/msg [01:39] Hey just got to a toshiba loading screen this in corner "symbol 'grub_file_gilters_enabled' not found [01:39] sambaguy: ok, can you try as sudo (`sudo systemctl start nmbd.service` and then if that fails `sudo start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/nmbd -- -D` [01:40] sudo touch /var/cache/samba/msg - nothing [01:40] touch gives no output. that's fine [01:40] sudo chmod 0700 /var/cache/samba/msg - nothing [01:41] sambaguy: sudo apt-get install -f [01:41] sudo systemctl start nmbd.service - failed [01:41] sudo start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/nmbd -- -D - nothing [01:42] nacc, rotten777: http://paste.ubuntu.com/15940108/ [01:42] sambaguy: ok go back to /var/log/samba/ [01:43] sambaguy: paste the contents of the error files [01:43] how do i go back? cd..? [01:43] yes [01:43] do you have a desktop environment on this computer? [01:43] yes, i have [01:44] rotten777: yes, i have and now i'm at /var/log$ [01:44] sambaguy: cd /var/log/samba/ [01:44] sambaguy: ls [01:45] sambaguy: whatever files have error in their name run `cat errorfilenamehere` [01:45] sambaguy: paste the contents [01:45] rotten777: http://paste.ubuntu.com/15940128/ [01:46] rotten777: what do you mean with "whatever files have error in their name run `cat errorfilenamehere`"? [01:47] sambaguy: ls | grep error [01:47] rotten777: nothing happens (visible) [01:48] sambaguy: cat log.nmdb [01:48] looks like a list of many computers - to many [01:49] rotten777: cat log.nmdb does not exist [01:49] sambaguy: do you have teamviewer? [01:49] rotten777: yes [01:50] sambaguy: if you're comfortable with it, i can remote in. at this point i'm very confused as to what's causing the issue. [01:51] rotten777: fine with me. [01:51] sambaguy: partner id? [01:51] do you need the browser? [01:51] just a terminal [01:52] rotten777: 572 489 928 [01:56] sambaguy: rotten777: are you able to run /usr/sbin/nmbd manually? that seems to be the underlying issue, but i'm not sure [01:57] nacc: with no flags yes [01:58] rotten777: hrm, interesting [02:00] nacc: starting with systemctl gives control process exited... [02:00] this is really weird [02:01] rotten777: yeah, so it's a matter of figuring out what flags systemctl is passing to nmbd, i guess? [02:01] and why that's failing? [02:01] might be able to strace it if it's an exec call or something [02:02] fwiw, just spun up a container and samba installed fine (well was installed by default) and nmbd is up, but htat's using the container image [02:02] rotten777: i think the only parameter being passed to nmbd is -D [02:02] nacc: it's above my head. almost like repo is serving broken packages. [02:03] nl based repo [02:03] very strange [02:03] nacc: running with -D and it exits immediately [02:03] rotten777: exits immeidately or daemonizes? === owner_ is now known as Guest10176 [02:04] hello, i had just gotten this computer, i know nothing about this OS and i cant even download anything [02:05] Hey guys, why unix has so much errors with C libraries? [02:05] nobih: #offtopic, and FUD [02:05] nobih: we haven't learned the ways of windows yet [02:05] Topic is Ubuntu Correct? [02:05] Guest10176: ubuntu support, yes [02:05] Windows is easy [02:05] I have no idea what this is [02:06] I assume you're talking about ubuntu. [02:06] Guest10176: have you never used ubuntu before? [02:06] yes and if i must i will skype to screen share and no i havent [02:06] It's just a little question [02:08] So, I will need move to windows again :/ Thank you guys! [02:08] I mean my friends have been talking highly of Unbuntu and i just dont see what the biggie is on it, I feel as if i am stupid but, then again... i am a windows user new to this OS and I can usually rely on youtube but, this version is so out of date I cant find anything on it [02:09] i have been at this for two days and just figured out that this was here [02:09] I like linux because have not so much virus and it is fast [02:10] Guest10176: What issues are you having? [02:10] What are you trying to install? [02:11] GAMES! that is all i want right now, I opened my Daybreak account tried to download Everquest and then it pulls up some stupid box and asks me what i want to download it from === King is now known as prince [02:11] I have not so much issues, only VLC and Transmission [02:12] why is this so hard, windows automatically downloads with no questions asked other than it may be harmful but, i assure you Daybreak is professional. [02:12] Games is not for Linux, I abandoned the games for use Linux [02:12] Sorry for my bad english [02:13] Guest10176: it looks like Everquest might not be officially ported to Linux, but you can check this page: https://forums.daybreakgames.com/eq/index.php?threads/how-i-got-eq-to-run-on-linux-with-playonlinux-pon.1185/ [02:13] note that that is from 2012 [02:14] but, its not just that. I thought Linux was outdated, why is this a thing. [02:14] ?* [02:14] There are many games you can play on Linux through Steam... some are official linux ports, other games you need to run through Wine [02:14] what you're basically trying to do is run a Playstation game on a Nintendo, for all intents and purposes [02:14] Guest10176 Why you wanted use Ubuntu? [02:15] no, Linux is not outdated, i don't know what gives you that impression [02:15] but you won't be able to run all windows software [02:15] I DID NOT WANT IT! My laptop is Resale [02:15] Windows can't run ANY Linux software (though that is going to change a little bit soon with Ubuntu for Windows) [02:16] I did not know it was on here, it was supposed to be Linux [02:16] nacc: security = share ..... in the conf file.. that stopped the package from installing/upgrading... [02:16] Guest10176: sorry, what gave you a box? [02:16] right now in my view Windows should of put, its mommy out of business [02:17] Guest10176: I think you should do a little light reading on what Linux is. It's open source free software, developed by a community of users. It can't be put 'out of business' [02:17] Because it isn't a business. There are companies that use linux in a business environment and make money supporting it for business, though. The majority of Internet servers run Linux, for example. [02:18] Um, no I worked for eBay Enterprise we used Windows [02:18] Why would you downgrade to this, why would anyone [02:18] And I run and maintain two servers that run Linux... [02:19] Guest10176: https://en.wikipedia.org/wiki/Usage_share_of_operating_systems#Public_servers_on_the_Internet [02:20] Guest10176 Because it's far more powerful and far more stable [02:20] I just want to know, what possibly could you do on this POS OS that is fun [02:20] Guest10176: did you know every Android cell phone out there runs Linux, making Linux the most popular operating system for smartphones in the world? [02:20] Guest10176: zzzz [02:20] "unbuntu" classic half-arsed trolling :p [02:21] I JUST WANT TO CURE THE BOREDOM!!!!!! [02:21] Not to mention it is slow [02:21] Guest10176: mmhmmm, sure sue [02:21] sure sureity sure [02:21] ...yeah okay [02:21] If i had the choice. i wouldnt be here [02:21] lol, Guest10176 I use xhamster for it [02:21] EW! [02:21] Guest10176: i see you trollin...we hatin [02:21] xhamster's new player is sofa king awful [02:22] you had me going until you said it was slower... [02:22] anticitizen: lol exactly [02:22] I can guarantee you i can get on a windows computer and go a hella lot faster [02:22] Guest10176: so neat [02:22] O_o [02:23] Windows 10 should of made this not a thing [02:23] Guest10176: go for it bro. [02:23] Hey, can we keep the place open for help requests please? [02:23] Guest10176: the demand for Internet Explorer should have made all open source projects fail [02:23] I mean hell, I can run H1Z1 on that... what can you do on here, type your little hearts out on some stupid software [02:23] Guest10176: I was a Windows user from 1994 up until about two years ago. I know the difference between Linux and Windows very well. In fact I still can boot to windows on this computer, i have it configured to dual-boot. Trust me when I tell you that most linux distributions run faster than Windows, especially on aging hardware. [02:23] Hey Guest10176, Let me understand, your laptop is for relase so you installed Ubuntu? [02:24] resale* [02:24] I didnt install it [02:24] guys, you really shouldn't respond to him seriously :p [02:24] the previous owner did so? [02:24] Ohhhh [02:24] thank your Nobih. a legit question [02:24] So why you don't install Windows? [02:24] Well as long as he doesn't aggravate us, he's fine. [02:24] <--1yr ubuntu user - can i install arch in a vm to learn more about linux in general? [02:24] Linux has its place, windows has its place, mac is? good for something... video editing and being easy [02:24] citizenruin: yes [02:24] !vm [02:24] There are several solutions for running other operating systems (or their programs) inside Ubuntu, while using the native CPU as much as possible: !QEmu (with !KQemu), !VirtualBox, !VMWare, as well as !WINE and !Cedega for Windows applications [02:25] I do not have the Windows USB Stick [02:25] citizenruin: learn pacman before you do the install ;) [02:25] cedega, wow [02:25] You have a Pen drive? [02:25] Do you* [02:25] Sorry [02:25] actually i had seen on reddit where they talk about the wiki being so good for arch [02:25] i refuse to get off a 3rd party site like some hack who is to derp to realize that Windows is the best thing for an Aspire [02:26] i thought i might try a blind install now just to test my skills, is there a chance of bricking any of my hardware doing this? [02:26] No i do not [02:26] citizenruin: it is ..... I think they have the best wiki [02:26] NERDS! please, you guys know this, i do not. teach me something that i can atleast do in my spare time. [02:27] Guest10176: So, uh, what? [02:27] Until, my IT guy gets around to responding [02:27] reisio: rotten777: imsurit: have you done a arch install yet? [02:27] Guest10176: here you go: https://www.youtube.com/watch?v=njos57IJf-0 [02:27] citizenruin: I've done one _before_ [02:27] I cant install anything [02:27] that should be entertaining [02:27] lol @ anticitizen (small world) [02:28] hah, hey there citizen, noticed that too [02:28] anticitizenruin [02:28] I MISS WINDOWS DX [02:28] reisio: may i add you as friend? [02:28] citizenruin: you can try :p [02:28] try i did. [02:29] would anyone like the link to a urm... private facebook, Its made through Wapka, its totally not a setup [02:29] Jk [02:30] one more slighty off-topic question which would be the best project for me to try first ssh honeypot, dd-wrt, or arch? agian just going for general knowledge (residentail use) [02:30] Stupid youtube because, you know... thats all this is good for rn [02:30] Guest10176: If you have offtopic stuff you would like to discuss, please take it to #ubuntu-offtopic [02:30] citizenruin: mmm [02:31] i get warnings all the time for asking linux questions and this guy is getting to troll for free? [02:31] What is the best language to do Softwares in Linux? Java? [02:31] citizenruin: honeypots are cute if you plan on going into... cybersecurity sting operations :p [02:31] lol i do not [02:31] citizenruin: dd-wrt is pointless, IMO [02:31] arch is just another distro [02:31] okay your second person to tell me that [02:31] citizenruin: To be honest, this is a specific channel for Ubuntu support. Your stuff might be suited better for #ubuntu-offtopic [02:31] nobih: depends what you're trying to do and your skillset [02:31] nobih: C or Python [02:32] nobih: and your preferences [02:33] sonikkuamerica: thanks for proving my point. a newbie question when i type reisio: and then something off topic does that go to jsut him or whole channel? === Brown is now known as Guest54740 [02:33] citizenruin: uh, the whole channel... [02:34] citizenruin: I missed the beginning of your messages (distracted by the troll i guess). What is it you're asking for help with? [02:34] Hey there I was on here earlier and need some info I forgot to write down can someone look this up? [02:35] Is it possible do everything of C at Python? I ever wanted learn C but I'm using Linux and C has so much errors in Linux! [02:36] and just to kind get my view point out there as a newbie to linux ubuntu is all i know when i have a problem i type how to fix what problem is and add ubuntu to it as a total newbie ubuntu is same as all linux to me all these other options are just installable packages to a thing called ubuntu linux. am i completly wrong in my way of thinking? [02:36] Sorry for my bad english again! [02:36] MocaLatte [02:36] citizenruin: that was hard to parse [02:37] yes it was :) [02:37] nobih: Actual C, or are you writing things in MS Visual C++? [02:37] !logs | Guest54740 [02:37] Guest54740: Official channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meeting logs from meetingology at http://ubottu.com/meetingology/logs/ [02:37] citizenruin: essentially any package available for one distro is available for another, if that's what you wanted to know [02:37] sorry [02:37] no i understand that [02:37] (oh hello krytarik, lol) :D [02:37] i mean that i see ubuntu as linux [02:37] Only C [02:37] so any basic linux question for me is a ubuntu question [02:37] in my mind [02:37] citizenruin: ubuntu is one branch of linux, if you want to call it that, based on a parent branch called debian. [02:38] okay [02:38] so debian covers all of the ubuntu flavors [02:38] and this channel is just for ubuntu no other letters no mate [02:38] debian has a specific way of handling packages and software, and ubuntu has adopted it, along with other branches, like linux mint and the various ubuntu re-spins [02:38] like my lububtu questions shouldnt get asked here cuz they are L ubuntu and not ubuntu? [02:38] yes, debian is at the top of this branch of the tree [02:39] no, lubuntu questions are fine [02:39] lubuntu is essentially just a version of ubuntu with a different desktop environment than Unity, which is Ubuntu's included desktop [02:40] if lxqt gets well made maybe kde team could just move over to that [02:40] since lubuntu is switching from lxde to lxqt [02:40] basically, and i'm simplifying a bit here, but the word 'linux' basically refers to the kernel, which is the root of the tree. It's what allows all your hardware to work. [02:41] Javascript is it good to create Softwares? The Popcorn looks good [02:41] Then stuff like debian, ubuntu, arch, etc refer to what we call 'userspace' [02:41] anticitizen: distros != userspace [02:41] Popcorn is it Javascript right? [02:41] which covers things like the package manager and structure of the filesystem and specific tools used for that particular flavor of linux. even android phones use the linux kernel, but their userspace is different [02:41] viscera: i know, simplifying [02:41] incorrectly [02:42] sigh, weighing pedatic too-many-details vs a quick rundown, but feel free to take over [02:42] Errors were encountered while processing: rsyslog, ubuntu-minimal [02:43] lubuntu is essentially just a version of ubuntu with a different desktop environment than Unity, which is Ubuntu's included desktop [02:43] I have had a few things not work just right in lubuntu [02:43] we can break down distros to every little component [02:43] Setting up rsyslog (8.12.0-1ubuntu2) ... The user `syslog' is already a member of `adm'. Freezes at that :( Can anyone help? [02:43] im no expert, but it seems to be sort of different. I still use it === sekrit is now known as CIA [02:44] most notably wine type of things, so on the edge of normal operation [02:44] citizenruin: anyway, so once you have a basic framework including the kernel, the packaging system and other stuff, you have another layer of stuff which includes the desktop environment, which is the GUI you use [02:44] hello [02:45] ubuntu 16.04 is going to release [02:45] stock Ubuntu uses something called Unity. You can install other desktop environments and run them on Ubuntu if you want. The other flavors of Ubuntu have different desktop environments installed. Lubuntu, for instance, includes the LX desktop environment or LXDE [02:46] printk: yes, yes it is [02:46] Then you have spinoffs of Ubuntu like Linux Mint which also include not only their own home-build DE called Cinnamon (they actually have two, the other is called Mate) but they include their own special apps as well. [02:46] printk: couple days [02:46] 4.22? [02:46] but in the end, what's 'under the hood' is based on Ubuntu which is in turn based on Debian. [02:47] citizenruin: there are enough people in specific channels dedicated to specific things distinct from Ubuntu that talking about anything not specifically related to Ubuntu in #ubuntu is not great :) [02:48] Someone pls tell me if is it a good idea use NW.JS? [02:48] Here's a pretty incredible picture that shows the family tree of most major Linux flavors: https://upload.wikimedia.org/wikipedia/commons/1/1b/Linux_Distribution_Timeline.svg [02:48] <_28_ria> Is /proc/ and /dev/ populated on the boot? [02:48] debian is a great distro [02:51] prob with steam on my ubuntu [02:51] psaux@psaux:~$ steam [02:51] Running Steam on ubuntu 15.10 64-bit [02:51] STEAM_RUNTIME is enabled automatically [02:51] Installing breakpad exception handler for appid(steam)/version(1459463254) [02:51] libGL error: unable to load driver: swrast_dri.so [02:52] i'm not getting fix it, plz help [02:53] Hi, I am search a software, that easily controlfigure and scene as template, could rather simple like for example lucas arts indiana jones. I do not want to sketch characters. Just paint the hair of one character blond, call it princess and make them blabla. Is there 2016 really not such a tool in free software? [02:55] <_28_ria> rosengarden___: I am not sure what you are talking about, but comes in mind blender? toonz? [02:58] rosengarden___: It sounds like you're asking for a sprite editor? If so check this out: http://www.aseprite.org/ [02:58] Is that what you're looking for? [02:58] hey guys just question about trying to install lubuntu could use the powerpc or is that outdated as im on a macbook pro === athairus is now known as afkthairus [02:59] dylan: Ubuntu is available for powerpc: https://wiki.ubuntu.com/PowerPCDownloads [03:00] i'm not sure about lubuntu, but you can always run the LX desktop on stock Ubuntu [03:00] i know that but im saying if i was to use a powerpc image would it work cause im using mac [03:00] dylan: and Debian (with LXDE [what Lubuntu uses]) would certainly be avialable [03:00] available* [03:01] dylan: PowerPC was only used by Apple/Mac, so yeah, those powerpc images were created specifically for use in macintoshes [03:01] ok so it would work in my 2010 macbook pro [03:01] is there a way to force the resolution to be higher while using a vnc app? [03:01] your 2010 macbook used powerPC? I don't... that doesn't sound right [03:02] hmm ok [03:02] ubuntu 14.04 connected to a vga monitor at 1024x1024, when i tunnel in through my laptop its hazy [03:02] cause i would like if i was gonna use ubuntu to have wireless but problem is the bcmwl isnt located in the cd [03:02] dylan: I just looked it up, the 2010 macbook pro used an intel core 2 duo [03:02] yes which i have [03:02] not a powerPC. therefore you should use regular lubuntu, not a powerpc version [03:02] hmm ok [03:03] problem is that theres no wireless bcmwl driver [03:03] and its a bcm4322 [03:03] i'm pretty sure it's 64 bit too, so make sure you get a 64 bit image and not 32 [03:03] <_28_ria> Is /proc/ and /dev/ populated on the boot? [03:04] dylan: pretty dsure there is. [03:04] elGALL0: probably in the VNC config; otherwise you can always xrandr [03:04] is there a way to force the resolution to be higher while using a vnc app? ubuntu 14.04 connected to a vga monitor at 1024x1024, when i tunnel in through my laptop its hazy [03:04] 1.freenode │Official Ubuntu Support Channel | IRC Guidelines: http://ubottu.com/y/gl | This channel supports: Ubuntu and its [03:04] check it out https://launchpad.net/ubuntu/+source/bcmwl [03:04] thanks reisio [03:05] hello everyone [03:05] see if i was installing ubuntu which im using on my macbook pro it automatically has the bcm driver in the cd [03:05] and to install the driver i would have to go to pool/restricted/bcmwl [03:05] 'lo [03:05] but in lubuntu theres no restricted bmcwl file [03:05] _28_ria: usually, yes [03:05] Can anyone tell me the .bashrc script that comes with ubuntu what type of license is it under? [03:05] and i have no ethernet [03:05] i see the problem [03:06] ill see if i can tweak with vnc, or maybe disconnect the vga cable so it doesnt "see" the monitor and use any resolution? [03:06] <_28_ria> reisio: what do you mean by usually? and do folders (/proc/ and /dev/) also created on the fly, during the boot, or they exist before being populated, just empty? [03:06] dylan: it is possible to download those packages to a USB stick or CD and install them from there, but to be frank i've never done it, so i'm not sure what the process is... here's a thought. does your phone support USB tethering? [03:07] yeah but got no like data atm [03:07] i used it haha [03:07] bravescharm: good question [03:07] bravescharm: although I doubt there's anything in there that isn't prior art [03:07] ill just use lubuntu-desktop on top of my ubuntu install [03:07] I've gotten myself out of a jam by using my phone in usb tethering mode before, it requires no setup, it just works... if you can tether long enough to download the drivers, you're golden [03:08] _28_ria: /proc/ is a virtual hierarchy created by the kernel [03:08] _28_ria: /dev is usually populated upon boot, IIRC, but not necessarily [03:08] <_28_ria> bravescharm: I would guess, it's under the same license, as bash, because, it's just bash'es config file [03:08] hmm unless i can copy restricted/bcmwl/b43 to a usb then install it to lubuntu? [03:08] /dev can also be exchaustively or concisely populated [03:08] _28_ria: no [03:08] reisto: just wondering because I tweaked that file and put it on my github under MIT but not sure if I can do that? [03:09] dylan: it can be done, i've just never done it so i don't know the steps, sorry. there might be an installable .deb package you can just copy to the usb and install it from there [03:09] yeah which there is one on the cd [03:09] on ubuntu [03:09] its under pool/restricted/b43 [03:09] bravescharm: type this: r-e-i-TAB [03:10] dylan: maybe you can copy that over to a usb stick and install it from there [03:10] bravescharm: the first thing anyone who would have a right to tell you otherwise would conscientiously do, is simply tell you that you cannot [03:10] bravescharm: realistically, again, it's probably all prior art and you won't ever hear anything about it [03:10] ill try [03:10] brb [03:10] hi [03:10] hi munch [03:10] ohh god [03:10] i've been lucky enough that in my world everything has just worked during installation (at least network wise) so i've never had to rely on physical medium, so i'm inexperienced in this === munch_ is now known as Guest17220 [03:10] anticitizen could you send me the file ? [03:10] like if you got your bootable medium? [03:11] which file? [03:11] Does anyone know what i should tell people about Ubuntu MATE [03:11] pool/restricted/b43 === ubuntu is now known as Guest19033 [03:11] bravescharm: that said, even though it's not technically correct; if the license specified for the package that provides it is compatible with the license you want to use, you are also fine [03:11] reisto: most likely, just wanted to do it the right way :) [03:11] Guest17220: ? [03:11] bravescharm: type this: r-e-i-TAB [03:12] bravescharm: yeah, annoyingly, sometimes people don't care enough to help you do things correctly :p [03:12] <_28_ria> reisio: The reason, I am asking, is I want to clone the empty disk to a remote with the contents of drive, on a local computer with rsync, so I should exclude the /dev and /proc folders, but I only need to create the /dev folder after it finisheds rsyncing?, but /proc I don't need to create, because it created by the kernel during boot? [03:12] dylan: I don't have them myself, i have a different wireless card therefore I don't have the drivers installed that you're asking about. [03:12] oh ok [03:13] thats fine ill download a image of ubuntu or something [03:13] did r-e-i tab, didn't do anything...am I missing something?:) [03:13] bravescharm: into your IRC client [03:13] I did [03:13] _28_ria: you probably want to clone /dev, but not its contents [03:13] bravescharm: the tab key? [03:14] yes [03:14] _28_ria: might also read this: https://www.google.com/search?q=cloning%20linux%20bind%20mount%20%22dev%22 [03:14] using WeeChat [03:14] bravescharm: I don't think even weechat is so rudimentary to not tab complete [03:14] reisio: hello [03:14] :) [03:14] reisio: got it [03:15] reisio: anyhow, if it's GPL, I can't use MIT...that is why I was wondering.. [03:15] it's probably all prior art [03:16] reisio: yep [03:16] reisio: just put it under my MIT, if someone yells I can change it :) [03:17] bravescharm: I'm sure that'll be fine [03:17] nothing interesting in there; https://gist.github.com/marioBonales/1637696 [03:17] Canonical probably has 'Ubuntu' trademarked, but other than that [03:21] reisio: thanks for your help! [03:21] hi ubuntu! [03:22] ohai [03:33] hi, this is about packaging. When my application need to create some directory in the temporary directory to store some files what it should do ? Do I hardcode it to application , can't have that in deb spec file ? [03:34] kernel_mutex: not sure what it has to do with the deb === shaun_ is now known as q120_1 [03:35] The lintian says that I can't put files or directories to /tmp :( [03:35] so it could be mkdir in postin script ? [03:35] I could change it like that. And on postun remove those scripts. [03:36] That would be a solution but what I'm asking is what is the best solution? [03:36] i have a dell latitude d530, can i install lubuntu 64 bit on it [03:36] ? [03:37] andy__: almost certainly [03:37] andy__ : it's all about drivers. First check with live CD and if all drivers are working and no kernel panic occurred during kernel boot , you are good to go. [03:38] Most probably answer will be yes. [03:38] yup, if the live OS (the install image) boots up, and networking works, you're basically set [03:38] +1 on just testing with a live CD. Why wonder when the only definitive answer will come from actually giving it a try. [03:39] might have some unicorny broadcom wireless device, but that's probably the most [03:39] There are some hacks to be need sometimes, for a example some workstations in my company emit an kernel panic when it try to load xhci_hcd drivers, when I switch off that using a kernel boot parameter it works ! [03:50] hi [03:50] hi [03:51] does the newest version of ubuntu run on the 4.0 linux kernel? [03:51] isacc: does it matter? [03:52] it does to me [03:52] isacc: you can install whatever kernel you want [03:53] the mainline ubuntu repos have the lastest 4.5 kernel available, you just have to add the repository [03:53] i just didn't know if they put the newest kernels into each release [03:53] ok thank you [03:53] but fair warning, it might break stuff [03:54] having the newest kernel is not always the best idea. some stuff might be unstable. I upgraded to the latest and it broke my graphics driver, so i had to revert back to an earlier kernel [03:54] for the most part you can use most any linux version with most any version of most any distro [03:57] Ỏ̷͖͈̞̩͎̻̫̫̜͉̠̫͕̭̭̫̫̹̗̹͈̼̠̖͍͚̥͈̮̼͕̠̤̯̻̥̬̗̼̳̤̳̬̪̹͚̞̼̠͕̼̠̦͚̫͔̯̹͉͉̘͎͕̼̣̝͙̱̟̹̩̟̳̦̭͉̮̖̭̣̣̞̙̗̜̺̭̻̥͚͙̝̦̲̱͉͖͉̰̦͎̫̣̼͎͍̠̮͓̹̹͉̤̰̗̙͕͇͔̱͕̭͈̳̗̭͔̘̖̺̮̜̠͖̘͓̳͕̟̠̱̫̤͓͔̘̰̲͙͍͇̙͎̣̼̗̖͙̯͉̠̟͈͍͕̪͓̝̩̦̖̹̼̠̘̮͚̟͉̺̜͍͓̯̳̱̻͕̣̳͉̻̭̭̱͍̪̩̭̺͕̺̼̥̪͖̦̟͎̻ [03:57] ̘͓̳͕̟̠̱̫̤͓͔̘̰̲͙͍͇̙͎̣̼̗̖͙̯͉̠̟͈͍͕̪͓̝̩̦̖̹̼̠̘̮͚̟͉̺̜͍͓̯̳̱̻͕̣̳͉̻̭̭̱͍̪̩̭̺͕̺̼̥̪͖̦̟͎̻̰ === percY-_ is now known as percY- === BenderRodriguez is now known as Facecrack [04:07] is there a problem with the keyserver right now? [04:07] getting this error when trying to do-release-upgrade [04:07] http://paste.ubuntu.com/15940989/ === coffeeguy is now known as zen-guy [04:19] rhpot1991: you know it's not due out until tomorrow, not that that explains the problem as such [04:23] my ubuntu server is dual conmnected to a monitor my pc is connected to. is there a way to set it so the monitor literally turns off completely? [04:24] somsip: yep upgrading early [04:24] seems to be an issue qith my squid-deb-proxy server though [04:24] which is part way through it's upgrade, so that might explain it === alpha is now known as Guest63260 [04:33] does anyone here use the Citadel mail server on their server? [04:34] i'm at a major loss on why after setting it up and when in need of a reboot everything says it's running smtp does work. but the webcit does not. [04:34] Starn88: is it an official package or did you install it from elsewhere? [04:36] somsip, official package [04:37] Starn88: fair enough - I've never heard of it. It's a bit quiet on here at this time, but maybe someone will chip in and offer advice. [04:37] somsip, when it's working it's a great mail server imo. easier to setup vs postfix and dovecot. [04:38] like the actually mail server part is fully functional it's just their evil webmail system that's messing up on me [04:39] it thinks the server isn't running. my website is able to send emails to varify users accounts. so guess i'm lucky to have that [04:40] Starn88: i see you already found #citadel :p [04:40] Starn88: perhaps the #ubuntu-server guys have used it before? [04:42] lotuspsychje yeah hopefully forgot they had a section. [04:42] it's been a few years since i've used ubuntu. the whole bash on ubuntu on windows sparked my drive to switch my server back to ubuntu. [04:45] !ubuwin | Starn88 [04:45] Starn88: Canonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality is still in beta and is not supported in #ubuntu. For discussion and support, see #ubuntu-on-windows. [04:48] lotuspsychje yeah i know my server is is running ubuntu. just them announcing it and my main home desktop has windows 10 insider vm running and i do like playing with it. but i stick to stable builds on my actualy machines [04:50] !discuss | Starn88 good choice mate [04:50] Starn88 good choice mate: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [05:02] are there any tools i can use in the terminal to help me learn different programm languages that are free? [05:04] liftedle1end: every package has a manpage, can that help? [05:04] !manual | liftedle1end start also here [05:04] liftedle1end start also here: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [05:05] i'm trying to learn how to program i understand how to do all of that. [05:06] liftedle1end: perhaps ##programming is more for you then? === Facecrack is now known as BenderRdoriguez === BenderRdoriguez is now known as BenderRodriguez [05:37] * Guest36595 saddas [05:38] hello...\ === leon is now known as Guest63133 [05:44] join #ubuntu-indonesia === Chillphill is now known as Chill_Pill === phablet is now known as up-qa [06:16] Hello All, wanted to know: If using beta Ubuntu 16.04 will tomorrow or the next day updae will take me out of beta into stable official release ? [06:17] it will [06:17] Is it released yet? [06:17] !xenial [06:17] Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. It is due to be released on April 21st. Discussion in #ubuntu+1 Await the release in #ubuntu-release-party [06:17] 24th release, wow [06:17] Also, we're almost out of letters! Only 2 more releases [06:17] what happens after Z? [06:18] which I'm calling it right now, will be Zebra [06:18] Gabriel_Eden: the 'beta' tag is just used to label the ISO images. As soon as the system receives package upgrades its no longer beta, but beta+. Because we're so close to release day, all packages are frozen in the archive, so by now it'll be the same as the 'release' ISOs [06:19] TJ-: Great so I don't have to fresh install the OS again tomorrow? [06:21] Gabriel_Eden: correct ... your PC probably has the same package versions as the release ISO [06:22] TJ-: Thank you mate [06:33] oh yeah no problem [06:34] @Gabriel_Eden, It's our pleasure to help you know. [06:37] Hi, I'm trying to edit my "own" wiki page at https://help.ubuntu.com/community/UbuntuLTSP/ltsp-pnp and it says "Immutable page", while I'm properly logged in, what's the issue there or where can I report it? [06:39] https://bugs.launchpad.net/ubuntu-docs/+bug/1462200 [06:39] Launchpad bug 1462200 in Ubuntu Documentation "Pages wiki.ubuntu.com seem to be immutable but are not" [Undecided,Fix released] [06:39] I don't know about the wiki, but the definition of immutable is "Something that cannot be changed." [06:40] Yup, that's exactly my issue with it :) [06:41] perhaps the fix has not been properly applied [06:43] tes [06:44] FManTropyx: OK got it, logout from the wiki, join ubuntu-etherpad team, login to the wiki (after 5 server failures) => done :) [06:44] Lame, they should have a huge banner about it! [06:47] good, good [06:48] HexChat: 2.10.2 ** OS: Linux 4.4.0-18-generic x86_64 ** Distro: Ubuntu "xenial" 16.04 ** CPU: 4 x AMD A10-8700P Radeon R6, 10 Compute Cores 4C+6G (AuthenticAMD) @ 1.30GHz ** RAM: Physical: 11.3GiB, 95.6% free ** Disk: Total: 208.7GiB, 82.3% free ** VGA: Advanced Micro Devices, Inc. [AMD/ATI] Carrizo ** Sound: HDA-Intel - HDA ATI HDMI1: HDA-Intel - HD-Audio Generic ** Ethernet: Realtek [06:48] Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller ** Uptime: 6m 42s ** [06:48] jakstifur: do you have a question at all? [06:49] lol [06:49] how can I change the lxde clock color to white? [06:49] no, just exploring the interface. This is my first time. === kernel_mutex_ is now known as kernel_mutex [06:50] anybody using lxde? [06:51] lubuntu [06:51] qwertz: try #lubuntu for questions about lubuntu stuff [06:52] `~ i did === guest-S6zmRF is now known as rk [07:03] will bash ever overcome this wrapping long line to the same line issue? === shaun_ is now known as _shaun_ [07:04] my laptop battery lasts longer in guest session than in my user account. any idea why? [07:04] <_shaun_> its been happening for many years now [07:05] _shaun_: that's caused by not properly escaping terminal escapes in PS1 [07:06] <_shaun_> it happens even when i have a basically empty PS1 [07:06] <_shaun_> it always breaks in python and psql [07:07] then it sounds like the terminal isn't sending SIGWINCH when it gets resized [07:08] or that a resize happens at a moment where the program can't handle the WINCH [07:09] <_shaun_> i tried os.system('kill -WINCH $$') in python yesterday and then os.system('clear') and it didnt work. in psql i try \! kill -WINCH $$ with no success [07:10] <_shaun_> also os.system('export PS1=...'), os.sytem('shopt checkwinsize on ') didnt work [07:13] How can I hide this preview windows when I hover over open tabs in the task bar? [07:14] yeah, bash has no impact on python or psql [07:14] _shaun_: What terminal emulator are you using? [07:15] <_shaun_> i just use bash, i don't know what u mean? [07:15] <_shaun_> geirha [07:17] The default Gnome-terminal then probably === badon_ is now known as badon [07:17] the terminal emulator is the black or white window that displays the text from bash and the commands you run, and takes keyboard input for bash and the commands you run [07:19] gnome-terminal is what I usually use in ubuntu, and I don't have those problems you describe === R0b1nH00d is now known as R0b1nH00d4 [07:22] <_shaun_> i use the gnome-terminal geirha === soul is now known as Guest64091 [07:26] _shaun_: is this the same issue? http://stackoverflow.com/questions/670764/line-wrapping-problems-with-ipython-shell [07:32] I'm creating an A0 pdf poster with figures, and to make sure the figures are not too large/small I'd like to print an A4 cutout of the poster (since I just have a normal printer). Any advice on how to do this in ubuntu? [07:33] so I dont want to shrink the whole poster, I just want to print a particular 'A4'-sized area of the poster so I can see it at the same size it would be on the A0 printout [07:34] trijntje: there are some applications that will do that, I think in their advanced printer settings. Usually desktop publishing type programs. I know I've done it before using A3 panels to print an A2 for example [07:38] So I got 12.10 desktop which I'm supposed to upgrade. Looks like normal apt repositories doesn't exist anymore for obsolete distros. Is it best to just upgrade with CD images 12.10 -> 13.04 -> 13.10 -> 14.04.04? [07:38] TJ-: do you happen to recall the program name? I'm currently looking at pdf editors, but wihtout much luck [07:38] or4n: the best is to fresh install a supported version [07:39] auronandace: That was one option I was considering. [07:40] trijntje: No, but I know it was something desktop publishing related. Possibly Scribus [07:41] or4n: it would be the most straightforward and painless (also least time consuming) option [07:42] auronandace: Yup, I think I'm just going to backup /home and then do clean install. [07:42] TJ-: thanks for the pointer, I'm trying scribus now === yavor is now known as y4h0 === y4h0 is now known as dinogreen_rex === Guido is now known as Guest87880 [07:50] oh noes, my mouse died xD [07:51] For a ext2 partition I have "nouser" in my fstab, but nautilus still mounts it as normal user without password. How do I fix this? I only want root to mount it [07:52] If I check the settings of my printer, I sudddenly see "Gestopt - Backend /usr/lib/cups/backend/smb does not exist!" A moment before it worked fine and I get the information that the cups are up to date. What is the problem and how do I solve it? === zz_CyberJacob is now known as CyberJacob === mbg033_ is now known as mbg033 [08:08] <_shaun_> hi tj, its a different issue but ive experienced that issue as well. the issue that affects me the most is, say i have a long line, what i want to see is 'abcdefghijklmnopqrstuvwxyz' at some point while im typing it will start at the start of the line, so it will do 'uvwxyzghijklmnopqrstuvwxyz', it replaces the abcdef with uvwxyz [08:10] _shaun_: that does sound like a readline issue [08:12] <_shaun_> how do i solve it tj, i do have the latest readline installed [08:13] Kind of stuck in a bind, can't figure out why my usb wifi isn't connecting. Already have done the following: restart network-manager, dhclient wlan0 to get IP, and it still wont connect. [08:14] Originally I had this computer on a network and had a static ip of 192.168.1.101, however I can't remember if I set that on the router or the pc so I did sudo iptable -F which should clear anything with IP correct? [08:16] _shaun_: not sure; how long is the line (how many characters) at the point the issue occurs? I work in the shell extensively and have never witnessed that issue so it makes me think its something particular to whatever tools you're using. [08:16] <_shaun_> i counted 96 characters yesterday [08:17] I would Google how to connect to USB WiFi with the Raspberry Pi and see how they do it. [08:17] Why Wine was removed from Ubuntu Xenial(16.04)? [08:17] petersteele: try a tail -f /var/log/syslog and connect your usb wifi, see what kind of errors you get [08:17] MY123: join #ubuntu+1 please [08:17] ya i have done that before, I can see that it even says I am connected however it doesn't seem to want to finalize the connection or something [08:19] ok my routher even says it is connected and gave it an IP address but it isn't moving any further then that [08:19] lotuspsychje: it was released [08:20] I experience very often freeze, mouse, keyboard is not response, I type fn+sysrq+REISUB and nothing happen and I all i can do is press the power button, can anybody help me? [08:20] I mean alt+fn+sysrq [08:22] firman: details please? ubuntu version? clean install/upgrade? steps tried? [08:22] petersteele: What does sudo nano /etc/network/interfaces say? [08:23] you can display the file with "cat /etc/network/interfaces" - you don't need a text editor (or sudo permissions) [08:23] Not always true. I have to for mine. [08:24] sounds broken [08:24] Could be the nano's fault. [08:24] what distro are you on? [08:24] Since it's an editor. [08:24] adac /query usuario [08:25] TheOuterLinux: Sounds like you have broken permissions on ~/.nano_history [08:30] ciao [08:30] !it | Mariooo [08:30] Mariooo: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [08:44] If I check the settings of my printer, I sudddenly see "Gestopt - Backend /usr/lib/cups/backend/smb does not exist!" A moment before it worked fine and I get the information that the cups are up to date. What is the problem and how do I solve it? [08:44] Try reinstalling cups? [08:45] What is the correct way to change Grub boot order so it doesn't get overwritten in updates? [08:45] or4n: /etc/default/grub [08:45] GRUB_DEFAULT='title here' [08:45] EriC^^: Thank you :) [08:45] no problem :) [08:45] Do I need to create a new entry for grub if I install a linux distro over windows (on separate ssd) or is it gonna be recognized automatically? [08:46] bonsairoot: it should be picked up automatically when you run sudo update-grub [08:46] EriC^^, alright thanks [08:46] no problem === Drac0 is now known as Guest16565 [08:49] Anyone here good with graphviz? [08:50] cbx33: ask your question to the channel please [08:50] Can someone help me out with this -> http://pastebin.ca/3540104 -> am trying to get the nodes to be equally spaced out and not have the funny knot in the center, am rendering with neato - any takers? [08:51] rilleh: what is the command? [08:51] realize it's not specifically ubuntu related - so was more asking if anyone was a graphviz user [08:52] Guest87880: sudo apt-get install --reinstall cups [08:52] cbx33: the manpage show anything usefull? [08:52] nope nothing that fixes the issue [08:53] rilleh: still the same [08:56] rilleh: come one, the printers where switched off in the settings [08:56] cbx33: seems like the official website lagging aswell.. [08:57] lotuspsychje, yes [08:57] rilleh: now i only need to get the conection set up. if i change the pas, i'm asked for a user name andd pasword === welly is now known as welly[away] [09:04] hey, i am getting slower wifi speeds on ubuntu compared to windows. just wondered if there is anything i can do to tweak that? [09:05] <_shaun_> the same thing has just happened in zsh now [09:05] only about 20% slower on ubuntu so not the end of the world [09:05] <_shaun_> i launched zsh using bash [09:05] but would be nice to get the same speeds on both :) [09:06] _shaun_: sounds like something specific to your configuration [09:06] has anyone an idea how i get a conection with an SAMBA printer established? I get asked for a username and pasword [09:08] <_shaun_> ill try zsh on its own, and remove the flawed in my perception bash out of the equation [09:08] Just disable security sharing from windows machine [09:08] satysin: ubuntu version? wifi chipset? [09:08] It can be done from network setting from control panel === Guest53519 is now known as sUbMuNdO [09:09] Except if it's on enterprise network, you should supply your username and password [09:11] lotuspsychje 15.10, intel ultimate-n agn 6300 [09:12] its getting a max of 45MB/s on ubuntu but 60MB/s on windows so i think it is something to do with the driver? [09:12] satysin: tested same card on an LTS release also? [09:12] no only 15.10 [09:13] satysin: perhaps try an LTS live to check? [09:13] might do [09:13] satysin: before you bug might be usefull to test different ubuntu versions/kernels [09:13] Hi, are there more color schemes for geany? [09:14] yeah i was hoping there would be a simple command line thing i can do to fix things ;) [09:14] is usually the way i fix things on linux lol [09:15] satysin: you could also dig into your syslog/dmesg, see whats going on really [09:16] how can i find out what driver i am using for wifi? [09:16] satysin: sudo lshw -C network [09:16] cheers [09:16] satysin: behind driver= [09:17] i think i will wait until 16.04 tomorrow, do a clean install and see how it goes [09:17] "4.4.0-18-generic #34~14.04.1-Ubuntu SMP Thu Apr 7 18:31:54 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux" tty1-6 is black. [09:17] after update kernel [09:17] rather than spend a lot of time trying to fix it on 15.10 [09:18] satysin: smart choice :p [09:18] I suppose 16.04 will be a LTS release? [09:18] FManTropyx: yes [09:18] !xenial | FManTropyx [09:18] FManTropyx: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. It is due to be released on April 21st. Discussion in #ubuntu+1 Await the release in #ubuntu-release-party [09:18] gshmu: join #ubuntu+1 please [09:19] so four more days until we are allowed to discuss it here :) [09:19] FManTropyx: 1 more day [09:19] oh, tomorrow! [09:19] ok, thanks [09:19] FManTropyx: 21st, yes [09:19] I looked at the "24th" :D [09:23] get hyped(?) [09:26] Tegu: can we help you? [09:27] lotuspsychje: nah, just commented the LTS release of tomorrow. nevermind, there seem to be other channels [09:28] I think some package I updated broke my gnome [09:28] ImJune: explain what happened please? [09:28] after I type my password correctly it seems to fail to launch into desktop [09:28] it just reloads the select user screen [09:29] AndChat440561: do you mean me with "Just disable security sharing from windows machine"? [09:29] what files from /usr are required to unlock an encrypted home folder? [09:29] Which key should I press to load it up without an xserver or graphical session [09:29] I could check in var log somewhere to see why that is happening [09:30] ImJune: perhaps try a recoverymode/failsafeX or fix broken packages? [09:30] tried already [09:30] fixed broken package etc [09:30] clean [09:31] ImJune: which ubuntu version is this? [09:31] I had modified some of the .css in the gnome shell [09:31] 14.04lts [09:31] gnome [09:31] I hate that sometimes after updates this just happens [09:31] its not the first time [09:31] ImJune: try loading a previous kernel? [09:32] ok during boot how do I do that [09:32] because I got it UEFI so it usually just goes right to the screen [09:32] ImJune: hold shift to enter grub, then choose an ubuntu (previous kernel) [09:32] lotuspsychje, I fixed it [09:32] cbx33: how? [09:32] lotuspsychje, ?I just hard coded some of the positions of the central three nodes [09:33] !yay | cbx33 [09:33] cbx33: Glad you made it! :-) [09:33] thanks lotuspsychje [09:33] ok [09:34] shift didnt work [09:34] ImJune: how did you enter grub for recoverymode then? [09:34] esc [09:34] I didnt see options for other kernels [09:35] just has *ubuntu [09:35] first option other is recovery [09:37] Brasil - RJ, alguem ? [09:37] I can get to grub> [09:37] !br | rodrigoaraujolim [09:37] rodrigoaraujolim: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [09:37] has anyone an idea how i get a conection with an SAMBA printer established? I get asked for a username and paswoord? (the printer is on XP, In the moment I can't acces other folders on the XP as well) [09:37] ImJune: doesnt it show 'previous linux versions' ? [09:37] Ok [09:37] ImJune what is the priblem? [09:37] hi [09:37] no [09:37] just two options [09:38] *ubuntu [09:38] and enter recovery mode [09:38] or menu rather [09:38] I got to a grub> [09:38] yaaic1: he/she got stuck at login ubuntu-gnome after an update === __printk__ is now known as printk [09:38] she [09:38] ok :p [09:38] < Risa june is sleeping === Guest73238 is now known as downtime [09:39] yaaic1: recoverymode, failsafex,fix broken packages and previous kernel failed [09:40] ImJune: your system up to date to latest? [09:40] yes [09:40] its not the first time my ubuntu systems have broken after updates [09:40] ImJune: how did you solve last time? [09:40] ImJune: when you get to the login screen press ctrl+alt+f1 and login to fix stuff [09:40] then alt+f7 to get back to the gui [09:41] ok === printk is now known as ________________ [09:41] thats entering like virtual terminal session? === ________________ is now known as printk [09:41] I'm not sure I can fix it without you guys [09:42] ImJune: you experiencing a login loop? like entering your pass and brings you back to login? [09:42] yes [09:42] login loop [09:42] ImJune: first try to login with the guest account [09:43] um [09:43] there is none I supose [09:43] Howdy folks [09:43] I have not created guest ability [09:43] this is gnome [09:44] ImJune: make a new user from the virtual terminal [09:44] ok [09:44] sudo adduser [09:44] and try to login with that [09:44] give him sudo too sudo sudo [09:44] sudo adduser sudo [09:45] ok [09:46] the user **** does not exist [09:46] ??? [09:46] sudo adduser first [09:47] ok [09:47] the new user also [09:47] login loop [09:47] try an older kernel [09:48] reboot, hold shift > advanced > older kernel [09:48] !info linux-image-generic trusty [09:48] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 3.13.0.85.91 (trusty), package size 2 kB, installed size 29 kB [09:48] ImJune: you sure you up to date to 14.04.4 also right? [09:49] what just happen [09:49] ImJune: read error quit [09:50] ok [09:50] ImJune: did you see EriC^^ last message? [09:50] is there a command similar to unity-reset [09:50] I cant select older kernel if such an option does not existed in grub [09:51] ImJune: did you remove older kernels last update? [09:51] I don't think so [09:51] ImJune: then they should be there [09:51] I ran sudo apt-get --autoremove [09:51] ah [09:51] before [09:51] stuck at grub imjune? [09:51] no [09:51] login loops [09:51] type "/exec -o dpkg -l | grep linux-image-3" [09:51] gnome shell [09:51] in your chat window [09:51] yaaic1: she's on a login loop ubuntu-gnome [09:52] no qoutes? [09:52] no quotes [09:52] on a loop? [09:52] what does that mean? [09:52] yaaic1: yes, login loop aka: enter password= come back to login [09:52] so I did this command [09:53] in this chat window [09:53] nothing [09:53] password gets typed in and it logs in and back out? [09:53] yaaic1: yes [09:53] ImJune: type /exec -o uname -r [09:53] does it login? [09:53] you mean in my virtual terminal session [09:54] ImJune: oh, you're not chatting from the virtual terminal? [09:54] irssi / weechat ? [09:54] no [09:54] check for a logout in startup programs [09:54] I am using another machine [09:54] oh [09:54] this is the laptop [09:54] !behelpful | yaaic1 [09:54] yaaic1: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [09:54] ImJune: in the virtual terminal type "dpkg -l | grep linux-image | nc termbin.com 9999" [09:55] and give us the link it gives back [09:56] http://termbin.com/do2r [09:56] EriC^^ [09:57] ImJune: which ubuntu is this? [09:57] type "cat /etc/issue" [09:57] ubuntu gnome [09:57] 14.04.4 lts [09:57] ok [09:57] \n \L [09:57] !behelpful | eric^^ [09:57] eric^^: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [09:57] yaaic1: eat cock [09:58] !info linux-image-generic-lts-vivid [09:58] Package linux-image-generic-lts-vivid does not exist in wily [09:58] wow [09:58] ImJune: ok, try to reinstall the older kernels [09:58] sudo apt-get ? [09:58] k1l: can you help yaaic1 here [09:58] where do I pull them down from\ [09:59] ImJune: sudo apt-get install --reinstall linux-image-3.19.0-56-generic [09:59] `apt-cache search ffmpeg` I don't see a simple ffmpeg cli tool in the results? [09:59] ImJune: try this command ls -lah [09:59] wait [10:00] its downloading the previous stuff [10:00] maybe its Xauthority problem === hxm- is now known as hxm [10:00] imjune is this the type of person you want accessing your computer? [10:00] It has nothing on it [10:00] !ops | yaaic1 disturbing support [10:00] yaaic1 disturbing support: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [10:00] how can he access [10:00] ssh? [10:00] I didnt give ip or anything [10:01] and even if he did I am moving soon and this laptop I only use for studying on linuxacademy [10:01] there is nothing to steal or do [10:01] ngalim [10:01] 9999 is a peculiar port why is he asking for the linux image whats iy have tobdo with gnome login [10:02] *yawn* [10:02] I did your command listing all that stuff [10:02] there is much to see there [10:02] what should I look at ngalim [10:02] yaaic1: please stop that random nonsense in here. this channel is for technical ubuntu support. please make sure to read the guidelines [10:02] I don't think you are here to help yaaic [10:03] ImJune: was the kernel successfully installed? [10:03] yes [10:03] sorry ImJune, the command should be "ls -lah | grep Xauthority" [10:03] hello, could anybody please take a look at my harddrive problem? http://paste.debian.net/hidden/79793f29/ this is from dmesg [10:03] Backdoor.Lateda.B (01.17.2005) - backdoor trojan with remote access capabilities. Connects to an IRC server on port 6667, opens a backdoor on port 9999/tcp. Backdoor.Lateda.C (04.01.2005) - backdoor trojan with remote access capabilities. Connects to an IRC server on the l33t.freeshellz.org domain on port 5232/tcp, opens a backdoor on port 9999/tcp. [10:03] he googled [10:03] ngalim: it's not an Xauthority (another fresh user also doesn't work) [10:03] ImJune: the port 9999 is for termbin.com , it's a netcat based pastebin [10:04] ok [10:04] I dunno why this site says this [10:04] http://www.speedguide.net/port.php?port=9999 [10:04] itsmelenny: ubuntu version? hd brand? [10:04] Sorry ImJune, maybe others can help? [10:04] http://www.termbin.com [10:04] eric is helping [10:04] ImJune: look at the website "termbin.com" it explains what it is and what it does. its a service to show us your terminal output easily [10:04] ok [10:05] ImJune: type "cat /var/log/Xorg.0.log | nc termbin.com 9999" [10:05] I mean you will find nothing so interesting on my pc anyway [10:05] paste the link it gives here, it can give clues to the problem [10:05] itsmelenny: is the cable loose/chunky? [10:05] I cant paste I can type it out eric [10:05] I am using another machine to talk to you [10:05] ImJune: sure, np [10:06] ImJune: the command will paste it for you and show a url. so you only have to show the url to us. [10:06] Lope: working here: ffmpeg - Tools for transcoding, streaming and playing of multimedia files [10:06] Lope: wich ubuntu version do you apt-cache search? [10:06] http://termbin.com/03nx [10:07] it is somewhat cool that you can use this port for such things [10:07] ImJune: wrong url [10:07] it's o not 0 [10:07] http://termbin.com/o3nx [10:07] (for anyone following the support thread) [10:07] lotuspsychje: 14.04? [10:07] you can see much about mysystem there [10:08] Lope: did you enable universe repo? [10:08] this laptop is very common [10:09] lotuspsychje: yes, I've got trusty and universe in sources.list [10:09] surplus business laptops they sell on 2nd market for cheap on ebay [10:09] lotuspsychje: but I don't have non-free? is there such a thing? [10:09] ImJune: ok, try rebooting you should have the older kernel in advanced now [10:10] ok [10:10] what caused the issue eric [10:10] the update made a new kernel? [10:10] try the older kernel first to see if it'll work [10:10] Lope: hmm not sure let me see my sources [10:10] is that a 14.04? might be worth trying the wily backports kernel and xorg instead of the utopic ones [10:10] k1l: yes it has vivid right now [10:10] maybe you better call me to switch to winXP [10:10] lotus on my digitalocean VPS I have loads of sources, they look duplicated? [10:11] ImJune: try the older kernel as a start [10:11] ok [10:11] loading .56 [10:11] ha looping still [10:12] Lope: i have main/universe/restricted/multiverse enabled [10:12] ImJune: ok, access the virtual terminal and type lspci | grep VGA [10:12] with the old kernel or go with .58 [10:12] older kernel [10:13] what do you want me to read [10:14] if it brike the ecrypt possible no login files [10:14] intel corperation core processor integrated graphics controller(rev 02) [10:14] gvfs pids and whatever else it uses [10:14] yaaic /nick yaait [10:14] i'll give you a hint, last word is "troll" [10:14] k1l: more work for you :p [10:15] "/kick yaaic" [10:15] annasha: hi [10:15] good [10:15] I bet he/she is from the arch room [10:15] oscarbarsa: guapo mi osca!!!!!1 [10:15] ImJune: ok, no nvidia or amd stuff? [10:15] no [10:15] onboard only [10:15] metal_shredder: you joined the ubuntu support channel, can we help you? [10:16] Heya, for the past year with every version of ubuntu I've installed (Unity) Iv'e been having problems with freezing while minimizing windows, on several laptops, any Idea on how to fix??? please [10:16] only 1 entry [10:16] I think quieting yaaic1 instead of banning would be more appropriate, IMHO [10:16] I know this laptop has better models which game with nvidia nvs or something [10:16] this is not those things [10:16] Poke95: lets the ops decide stuff like that [10:16] any other ideas eric or do I need to reinstall [10:17] utnubu_: wich ubuntu version would that be? and complete freeze? [10:17] hi, i need help about rescue of forgotten password of lvm encrypted. [10:18] ImJune: type cat ~/.xsession-errors | nc termbin.com 9999 [10:18] lotuspsychje: everything from 14.04 and up, usually it unfreezes when i Alt+Tab [10:18] lotuspsychje: but sometimes complete freeze [10:18] utnubu_: on what kind of graphics card/driver? [10:18] ImJune: what exactly happened before it stopped working? [10:19] log looks clean, just intel graphics, hm.. [10:19] lotuspsychje: Intel® Ivybridge Mobile [10:19] utnubu_: did you install ubuntu with: cable +updates enabled +3rd party software? [10:19] ImJune: did you happen to add anything to /etc/environment or some other system-wide file? [10:19] battery died [10:19] lotuspsychje: as always [10:20] I could have [10:20] I was in etc [10:20] /join #ubuntu,#kde,#kubuntu. [10:20] doing some studying stuff about special permissions files [10:20] ImJune: /etc/profile maybe? [10:20] no [10:20] never there [10:20] have someone an idea how rescue password of an lvm encrypted. it is a weak pass, but i dont know how to do it [10:20] so the battery died and then it stopped logging in? [10:20] utnubu_: utnubu_ not sure mate, would have to investigate your logs deeper if that happens [10:21] yeah [10:21] and you had ran an update the same day you said? [10:21] yerah [10:21] and hadn't rebooted yet, right? [10:21] profile has some bash stuff only [10:21] looks smae [10:22] yeah I had not rebooted [10:22] lotuspsychje: it seems like a major issue with only one solution of the forums, which is "sudo apt-get install --reinstall ubuntu-desktop" a bit harsh [10:22] ImJune: you'd be surprised, a simple "." in a new line will cause a login loop issue [10:22] in /etc/profile [10:22] but I didnt edit that file [10:22] I am sure [10:22] utnubu_: did you try other ubuntu versions like 15.10 or 16.04? [10:23] ok [10:23] should I reinstall [10:23] lotuspsychje: Yes, on 16.04 now [10:23] or try to save this [10:23] ImJune: run the cat ~/.xsession-errors | nc termbin.com 9999 [10:23] tried [10:23] utnubu_: is that working better? [10:23] didnt work [10:23] sudo? [10:23] as it might say why it isn't logging in [10:23] lotuspsychje: froze completely 30 minutes ago (: [10:23] ImJune: try just cat ~/.xsession-errors [10:24] no such fine [10:24] utnubu_: can you setup a tail -f /var/log/syslog and get us the pastebin of the freezing errors?/look what happens [10:24] oh waht [10:24] ImJune: could be either some files were damaged, or hadn't been written yet to disk after the update when the battery died, or maybe just the update itself broke it [10:24] yeah [10:24] lotuspsychje: sure can [10:24] but that makes me sad because if that happen alot I dont want to run ubuntu [10:25] ImJune: im sure we can fix your ubuntu experience [10:25] ImJune: it can happen in any filesystem, ubuntu uses ext4 which is pretty robust and journalled [10:25] ImJune: dont give up to soon [10:25] ok [10:25] Im trying so hard to learn linux like my husband [10:26] still the login loop? does the guest account work? [10:26] no [10:26] its not [10:26] working [10:26] if you ran an update, there's a lot of stuff that hasn't been "synced" yet, and suddenly powering off the pc could cause issues [10:26] k1l: seems like she disabled the guest on gnome [10:26] I would guess that yeah [10:26] I should make it a point to reboot while plugged it always after an update [10:26] if its not an driver issue i would suggest to rename the .config folder and see if that works [10:26] wanyways [10:26] ImJune: you can run "sync" in the terminal [10:26] and it'll write everything to disk [10:27] oh [10:27] so no need to reboot? [10:27] I have some problems with conecting to shared folders on an XP home. the conection is rejected. conection to the printer does not work either [10:27] well to boot a newer kernel you have to yes [10:27] !samba | Guest87880 [10:27] Guest87880: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/lts/serverguide/samba.html [10:27] so the command you asked me says no such file [10:27] or directory [10:28] k1l: newly created user, login doesn't work, the graphics are intel only, Xorg seems clean [10:28] EriC^^: ah ok. [10:28] ubottu: samba is running and windows can access the folders on linux [10:28] I think eric is right and I had damaged some files not syncing and not rebooting after and update [10:28] often I let the battery run out and it shuts down [10:29] I have learned this is bad from ericx [10:29] ImJune: try typing "DISPLAY=:1 startx" from the virtual terminal [10:29] Maybe I will order a 9 cell battery [10:29] and see what it says [10:30] oh [10:30] lotuspsychje: any lead on what to look for? [10:30] ImJune: did it mention anything about the filesystem being damaged when you first booted into ubuntu? and mentioned fsck ? [10:30] can I run it again and pipe to less [10:30] to scroll up? [10:30] ImJune: it should mention the error at the end i think [10:31] Hi - all of a sudden I can't authenticate and FTP connection - it just hangs after the 'connected' state - can anyone help me diagnose [10:31] no [10:31] no damange [10:31] utnubu_: not really, not sure what we facing at exactly...best is to keep en eye on it just before freeze [10:31] kev999: What is the client, and what is the server? [10:31] but it says .Xauthority not writable [10:31] I'm running ubuntu 14.04lts - tried restarting vsftpd and system restart [10:32] utnubu_: if you start programs, try to launch them from terminal also to see errors [10:32] changes will be ignored [10:32] ImJune: interesting [10:32] lotuspsychje: got a lot of these ---> Apr 20 10:50:58 eden org.gnome.Software[1355]: (gnome-software:2149): GsPlugin-WARNING **: Failed to get changelog for compiz-plugins-default version 1:0.9.12.2+16.04.20160415-0ubuntu1 from changelogs.ubuntu.com: Not Found [10:32] ImJune: type ls -l ~/.Xauthority [10:33] ImJune: this is as your old user? [10:33] yes [10:33] try the new user you created (with the older kernel) [10:33] utnubu_: come to #ubuntu+1 please as its 16.04 now right? [10:33] all I see in the vsftpd log is CONNECT: Client "ip-address" [10:34] module i915 not found [10:34] ok great [10:34] see I'm learning :) [10:34] ubottu: also linux can acces the folders on a second Windows XP [10:34] Guest87880: I am only a bot, please don't think I'm intelligent :) [10:35] ImJune: try sudo apt-get install --reinstall xserver-xorg-video-all xserver-xorg-video-intel [10:35] oh wow [10:35] long command [10:35] can I switch to original user [10:35] I dont like the new 1 [10:36] ok [10:36] whatever [10:36] hateball does the info provided give any ideas? [10:36] oh [10:36] type sudo chown ${USER}: ~/.Xauthority [10:37] this new user was never enter in in sudo [10:37] kev999: I know nothing about vsfptd, but at least you provided more details for someone else to possibly help [10:38] with which user [10:38] original or new [10:38] old one [10:38] kk [10:39] I did this [10:39] what was that command [10:39] ok [10:39] ImJune: try sudo apt-get install --reinstall xserver-xorg-video-all xserver-xorg-video-intel [10:40] unmet dependancies [10:40] libcheese [10:41] its the gnome-control-center [10:41] ImJune: try sudo apt-get install --reinstall xserver-xorg-core [10:41] same [10:42] says some unmet depenadices [10:42] how to install these dependancies [10:43] ImJune: try something [10:43] dpkg -l | grep "linux-image-extra-3.*56" [10:43] does it say "ii" at the start of the line? [10:43] cause i think that's what has the i915 module [10:44] installing the kernel should have pulled it in [10:44] hmm [10:45] no ii [10:45] rc [10:45] ok [10:45] I dunno what this means [10:45] means it's still removed [10:45] ok [10:45] but the config files are still there [10:45] so we try to pull it again? [10:45] type sudo apt-get install --reinstall linux-image-extra-3.19.0-56-generic" [10:45] nevermind the quote at the end [10:47] cant resolve [10:47] dependency? [10:47] ImJune: type sudo apt-get -f install xserver-xorg-core | nc termbin.com 9999 [10:48] i think this was a bug, i recall it happening before with libcheese [10:48] God can somebody help me [10:48] is god in here [10:48] i need some help from god to [10:48] i think he left on lunch break [10:48] * ratrace checks... nope, died long time ago. [10:48] lol [10:48] Hey I'm stuck on an issue know anything about lubuntu [10:49] resolve generated breaks [10:49] ImJune: what? [10:49] this may be caused by unheld packages [10:49] Dan: how about you ask what it is already :) [10:49] is there any programs to produce gantt charts on ubuntu [10:49] i tried libre calc but doesnt seem to be in the chart options [10:49] Okey I altered my choun pack stuck in a login loop [10:49] I dunno [10:50] this is a real mess :/ [10:50] ImJune: try sudo apt-get -f install xserver-xorg-core | nc termbin.com 9999 [10:50] I'm talking on my tablet so I'll do this now on the pc [10:51] same [10:51] name or service unknown [10:51] ImJune: btw you can make the laptop suspend once the battery is almost empty [10:51] I know [10:51] its failing to do so [10:51] even though i had selected it [10:52] should I reinstall [10:52] ImJune: try sudo apt-get install --reinstall xserver-xorg-core | curl -F "sprunge=<-" sprunge.us [10:52] it's up to you [10:52] Okey anything else or should I do a reboot [10:54] saying no url specified [10:54] Hi, is there a de-facto solution for clipboard management on a headless server (without a running X server)? [10:54] Or do I have to write something myself [10:54] are the quotes wrong? [10:54] ImJune: no the quotes are right, did you put sprunge.us at the end? [10:55] sure did [10:55] hm [10:55] Impaloo: perhaps the #ubuntu-server guys might know a handy tool? [10:55] ImJune: sprunge is down [10:55] apparently [10:56] ImJune: type sudo apt-get install pastebinit [10:56] unable to locate [10:56] ? [10:57] I have some problems with conecting to shared folders on an XP home. the conection is rejected. conection to the printer does not work either. Xubuntu works just fine with another XP. [10:57] Is there any form of privet message so I can speak to a rep and actually understand him/her? [10:57] ha [10:57] type sudo add-apt-repository universe [10:57] networking is down [10:57] ? [10:57] then sudo apt-get update [10:57] !help | Dan [10:57] Dan: 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 !patience [10:57] might need to add the universe repository [10:58] no [10:58] I am not able to ping [10:58] ah [10:58] ping 8.8.8.8 doesn't work? [10:58] no [10:58] cant ping google.com either [10:58] try alt+f8 and see if the login manager has a networking at the top [10:59] yeah [10:59] no netowkring [10:59] also does not allow me to access it [11:00] ImJune: ok, boot into the newer kernel [11:00] yes [11:00] gonna do just hat [11:01] Im in the new kernel [11:01] ok, login to the new user [11:01] try DISPLAY=:1 startx [11:01] see what it says [11:03] ugh [11:03] ? [11:03] I dunno its not showing the i915 thing [11:03] xinit : connection to server lost [11:04] nothing before that? [11:04] I pulled the bone head move and painted this into the terminalsudo chown -R administrator:administrator /home/administrator sudo chown -R {name}:{name} /home/{name} now how do I fix it [11:04] (EE) something? [11:04] no [11:04] nothing like that [11:05] Dann__: what's bonehead about it? [11:05] I posted thissudo chown -R administrator:administrator /home/administrator sudo chown -R {name}:{name} /home/{name} how do I fix it [11:05] Dann__: nothing to be fixed [11:05] eric I might just reinstall [11:05] suggestions for preventing this in future [11:05] I'm a nuwb doing things I shoulden [11:06] ImJune: we can try installing the newer lts-wily stack as k1l suggested [11:06] I'm stuck in a continuous login loop with no admin privlages [11:06] ok [11:07] how to do that? [11:07] I can only access termina [11:07] Dann__: ok, type ls -l ~/.Xauthority from your terminal [11:07] oh [11:07] others having same issue [11:07] ImJune: first try sudo apt-get install -f install [11:08] unable to locate package install [11:08] sorry [11:08] sudo apt-get -f install [11:09] already [11:09] Um my keyboard doesn't hab [11:09] lol [11:09] Have ~ [11:09] sorry Im getting loopy from staying up all night [11:09] Dann__: it should be next to 1 [11:09] eric since that is already installed what next [11:09] I'm a dang fool, yup ur right [11:10] ImJune: it says everything is fine? [11:10] sudo apt-get -f install [11:10] yes [11:10] no errors [11:10] ImJune: try sudo apt-get install xserver-xorg [11:10] ImJune: try sudo apt-get install --reinstall xserver-xorg [11:11] unmet dependancies [11:11] ImJune: try 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 [11:11] Nothing happens within the terminal [11:11] it's a long one i know [11:11] ImJune: you can copy and paste it from here [11:11] mother of god [11:11] lol [11:11] lol no I cant [11:11] https://wiki.ubuntu.com/Kernel/LTSEnablementStack#Desktop [11:12] ah [11:12] Im on a differrent machine [11:13] Eric^^ nothing happens within the terminal so what's my next move [11:13] Dann__: what does it give back? [11:13] Nothong [11:14] ImJune: did you add ppa's of any kind to your system? [11:14] ls -l ~/.Xauthority [11:14] I'll do it again [11:14] ok [11:14] my touchpad stopped working on my dell inspiron 1525. it lets me tap to select stuff but i can't move the pointer around. any suggestions on how to fix this? [11:15] Is there a space between the backslash and the period [11:15] Dann__: no [11:15] so many depends [11:16] K [11:16] so it doesnt work [11:16] also conflicts [11:16] ImJune: what does it conflict with? [11:16] libcheese? [11:16] Still getting nothing [11:17] xserver-xorg-core [11:17] so much stuff says depends [11:17] but its not going to be installed [11:17] I think this update is what broke it [11:17] 7.9 mb only [11:18] I think its either reinstall or fedora time [11:18] I have live OS disks for 3 different distros is it possible to do s [11:18] Clean slate [11:19] While it all out and start fresh [11:19] Dann__: type stat -c %u ~/.Xauthority [11:19] so an update is what caused my touchpad to stop working? [11:20] Getting nothing [11:20] ubuntu is always updating something with kernel [11:20] and this makes me have to use so much time to fix stuff [11:21] I just installed this distro yesterday morning it's blank I have three ISO disks can I clean slate [11:22] Dann__: ok [11:22] ugh I cant be doing this often [11:22] How [11:22] Dann__: boot the live usb and fresh install [11:22] yep [11:22] There dvd-roms [11:23] And I've been trying to figure it out for 14 hours [11:23] put the dvd first in the boot order and boot them [11:23] eric have you run the new unity [11:23] Boot order, I'm very new to linux [11:23] on 16.04 [11:23] ImJune: not yet [11:24] you mean unity 8? [11:24] when they release the full stable version [11:24] I will try ubuntu again [11:24] it comes out tomorrow i think [11:24] What is the boot order [11:24] !isitoutyet [11:24] No, it's not out yet! [11:25] mir [11:25] ImJune: oh, that's not in 16.04 [11:25] How do I run this boot order [11:25] ImJune: are you trying to run mir? [11:25] Image result for ubuntu 16 release date Shuttleworth announced on 21 October 2015 that Ubuntu 16.04 LTS, due to be released on 21 April 2016, will be called Xenial Xerus. In May 2015, Shuttleworth indicated that Ubuntu 16.04 LTS will likely include Unity 8 and Mir, but that users will have a choice of that or Unity 7 and X.org. [11:25] ImJune: unity8 and mir are not the default desktop on 16.04 [11:25] I saw some screen caps of unity 8 [11:25] looks so medorn [11:25] modern [11:26] still waiting for an answer for my printer and fil sharin problem [11:26] nice, i've never tried it [11:26] Any irc can offer help would be appreciated [11:27] for now I am gonna try fedora again [11:28] I'm getting some sleep and hopefully there will be actual ircs on when I get up [11:28] Whatever that means Dann [11:29] no one here is paid by canonical as far as I knopw [11:29] so beggers can not be choosers [11:30] tomorrow the big day [11:30] of? [11:30] new ubuntu? [11:30] with that sexy new unity8 [11:30] gnome 3 with paper theme is nice but I am hoping the new unity with be amazing and not get easily broken :/ === alicef_off is now known as alicef [11:34] can anyone help me fix the alps touchpad on my dell inspiron 1525? [11:34] it was working and then i just stopped all of a sudden [11:35] i've already tried reinstalling and would perfer not to go that route again as it didn't work last time and i don't want to lose all the media i have on my hard drive [11:35] is Ubuntu 10.04 safe to use today? [11:36] hiya: no [11:37] k1l: I Even 14.04 is safe to use [11:37] !eol | hiya [11:37] hiya: 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/EOLUpgrades [11:37] BluesKaj, k1l I am using a VM appliance that comes with it pre-configured and LAMP setup [11:37] so I thought I better ask here [11:38] TimSchumi: details matter. he asked for 10.04 which is EOL [11:38] i guess nobody can help me fix this? [11:38] hiya, which OS are you running ? [11:39] BluesKaj, I am running Debian 8 [11:39] hiya, then why switch ? [11:40] hiya: tell who ever makes that VM: 10.04 is dead and there will be 16.04 released as of tomorrow. [11:40] i bet he needs to change a lot of stuff on te 10.04 install anyway, because all the software is quite outdated. [11:41] What time tomorrow will 16.04 be released? [11:41] hi [11:42] tjvc: most times it was late afternoon europe time. [11:42] I have a problem with the splash screen. I see none unless I hit a arrow key during boot, why is this? How can I fix it? [11:43] It's black normally during boot but if I hit the up arrow key it seems I can cycle between black, verbose, and the nicer splash screen [11:44] UbuntuNoob: everything works except the splash screen on boot? [11:45] k1l, BluesKaj I am not switching I m talking abou this VM appliance I am using for auth | its called Daloradius [11:45] it comes with ancient alien version of Ubuntu and stuff [11:45] k1l: sorry I got disconnected [11:46] hiya: that is why i said: tell them its outdated and doesnt get any security updates anymore for kernel, ssh, ...... tell them they better make a 14.04 or 16.04 vm as base [11:46] k1l: but yes, besides the splash screen everything else seems to work fine [11:46] UbuntuNoob_: then i would not touch a runnig system :) [11:47] UbuntuNoob_: some video cards /drivers have some issue. and it depends on the exact combination to look after it if there is something to be done [11:47] k1l: I'm using the default open source [11:47] for video drivers [11:47] what card? [11:48] k1l: It's a AMD Radeon 4200 [11:49] k1l, I don't know if they would, but I would try [11:49] k1l, do you any company who does this VM appliance work only? [11:49] Turnkey uses Ubuntu too? === UbuntuNoob_ is now known as UbuntuNoob [11:50] Hi folks, what is 'resolvconf' doing? What do I need it for? Why is a plain static interface in /etc/network/interfaces running 'resolvconf' to manipulate(overwrite) /etc/resolv.conf ? [11:50] hiya, yes [11:51] UbuntuNoob: ah ok. amd dropped the support for <5000 cards. so you cant change drivers. you could research if there is a kernel boot parameter who solves that issue. [11:51] hiya, is this vm "appliance" used for client work of any kind? If so then your superiors are being irresponsible if the VM guest OS isn't upgraded to one that's supported [11:52] k1l: I just now found this, seems to be the same exact issue I have http://askubuntu.com/questions/91332/grub-2-splash-screen-isnt-showing-in-hidden-mode-until-i-press-a-key [11:52] k1l: should I try his "workaround"? [11:52] k1l: thanks [11:54] k1l: actually no not quite exactly my issue, I don't have a dual boot on this laptop [11:54] :/ [11:54] UbuntuNoob: that is talking about a different thing [11:55] yea [11:55] UbuntuNoob: as i said before it could be caused by the video driver not beeing loaded properly at that stage. [11:56] I'm sad. Why isn't evolution-mapi available for Xenial? Will it ever be? If yes, then when can I expect it? Where do you find this info? [11:57] BluesKaj, it is being used for server work [11:57] hiya: there is nothing we can do when other people ship an outdated ubuntu. === phil42 is now known as yourkarmaranover [11:58] k1l: ok but why can I cycle the modes during boot? up/down arrow key pressed during boot switches the different displays, verbose and splash === yourkarmaranover is now known as phil42 [12:05] k1l: I'll just leave it alone, thank you for the help [12:22] still waiting ... [12:22] I have some problems with conecting to shared folders on an XP home. the conection is rejected. conection to the printer does not work either. Xubuntu works just fine with another XP. [12:27] !list [12:27] tony_: 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 ». [12:28] 16.04 stable is out tomorrow right ??? [12:29] DiamondSword: yup [12:29] yayyy!! [12:29] looking good for launch. [12:30] ubottu's !bot reply link is broken [12:30] the wiki one [12:36] !pl [12:36] Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [12:39] Hello. I installed bumblebee and bumblebee-nvidia and then when I rebooted I got "Ubuntu is running in low graphics mode." Even after removing and purging bumblebee and nvidia*. [12:39] How may I repair this? [12:41] Perhaps there is a way to reinstall and reconfigure everything related to this? [12:45] Or remove relevant configuration files so that the system is forced to reload some default settings? [12:49] I was originally concerned abut fan speed. [12:50] I managed to successfully startx [12:51] hello [12:51] i m new to ubuntu so can anyone help me with some stuffs?? [12:51] A-Ha: bumblebee is deprecated on ubuntu. ubuntu uses the official nvidia nvidia-prime. and runing startx is deprecated long time, too. start the lightdm instead [12:52] Sunk: just ask and people will try to help [12:52] Well shit. [12:52] i just installed ubuntu now how will i open my windows 8.1?? [12:52] How do I fix it then, k1l? [12:53] A-Ha: installing the nvidia driver from the repo should pull the nvidia-prime as depency. for issues provide more details on video card and used ubuntu version etc. [12:54] jai un petit sousi jai perdu de mon lanseur la logitech ubuntu 16.04 lts ?? svp [12:54] Sunk: reboot to windows and shut off the "fast reboot" option on windows. that prevents linux from mounting the windows partitions [12:54] !fr | eaglefire [12:54] eaglefire: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [12:54] So, k1l, apt-get install nvidia-prime? [12:55] A-Ha: first get rid of all the bumblebee stuff you installed. then reboot [12:55] A-Ha: and remove the xorg.conf. mixing those stuff will result in issues. [12:56] Done... [12:56] A rebooting... [12:56] And nope. [12:56] hey [12:56] I'm suffering from some annoying wifi issues, anyone got some experience with that? [12:56] [14:50] apparently, my connection speed randomly (and quite often) slows down to a crawl and I would like to find out why [12:57] A-Ha: what video card? what exact ubuntu release? [12:57] I have to go. [12:57] the issue seems limited to my Kubuntu (15.10) installation, it works fine in Windows (dual-boot here) and on my Laptop currently running Mint 17.3, so I suspect it's a driver issue [13:01] I just experience freeze and got a message about graphic, i use Intel HD graphic, any one knew how i fix this? [13:04] firman: next time, write down the exact error, that will help people figure out whats going on. [13:06] trijntje: i dont know what is that, all i know is my laptop freeze, i use alt+sysrq REISUB and i see that message box tell me if my graphic cant automatically configured and i could configure it by my self [13:07] Hello Everyone, I'm trying to setup mailcatcher on a ubuntu 14.04 container, but I'm struggling to get it to start on boot. [13:07] I've gone through a half dozen methods of creating upstart jobs and using @reboot in cron without success. Would anyone be willing to help me get this going? [13:07] I've created /etc/init.d/mailcatcher and it is working properly for start|stop|restart [13:08] In crontab, I've tried: @reboot /bin/bash /etc/init.d/mailcatcher start > /var/log/syslog [13:09] I've also tried update-rc.d mailcatcher defaults and update-rc.d mailcatcher enable [13:10] If anyone can point me in the right direction it would be much appreciated. === sab__ is now known as sab === moz is now known as Guest25186 === dreamon__ is now known as dreamon [13:35] I have a machine running Ubuntu that has two separate network connections to two separate networks coming into it. One is 10.0.1.x/24 the other is 192.168.1.x/24. The rest of my network runs on 10.0.1.x, and I have a separate network configured for some VMs, so DHCP collisions don't happen. This one box is connected to both. [13:36] I'd like to be able to have someone connect to it remotely, and when they connect to a VPN from this box... all the traffic goes out the 192.168.1.x connection, but I'm not sure how to do that. [13:37] The reason I set it up this was because when I had only one network configured, and they'd remote in... the connection would drop every time they connected to the VPN outward [13:38] Good Morning! === fginther` is now known as fginther [13:39] is release date of Xenial still set for tomorrow? [13:39] !isitout [13:39] No, it's not out yet! [13:39] :-( === alin is now known as Guest12325 [13:42] I give up. No idea why this upstart task isn't working. === alicef is now known as alicef_off [13:45] mailcatcher: maybe you should share the upstart service file, so we can have a look [13:49] https://asciinema.org/a/8xp6r1j4zigusna5gsd96yvn1 [13:49] buenas! [13:49] any ideas how to fix openvpn not connecting to internet... tried dns options and many many others. [13:49] alguien que fale en kastellano? [13:50] algun canal en castellano? [13:50] !es | kjl [13:50] kjl: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [13:53] !es [13:53] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [14:10] im [14:10] vim [14:15] salve [14:18] ola [14:18] helloy [14:18] alguem do brasil [14:19] !br [14:19] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [14:21] I am have installed Andriod SDK on my system. I added the andriod sdk's platform-tools folder to the PATH so the I can refer to adb from anywhere. But it isn't working. The path is present. But which adb is return nothing. Any solutions?? [14:21] I am on ubuntu 14.04 using bash [14:23] I even tried symling by doing sudo ln -s ~/Andriod/Sdk/platform-tools/adb /bin/adb Even this doesn't work. [14:23] vramana: typo - s/Andriod/Android [14:24] vramana, share what installation guide you followed, that could help. the target file is executable i assume? [14:25] vramana: also, my path is ...android-sdk/platform-tools/adb (but not sure whether this is still the file structure) [14:27] pbx: Yes. It is an executable. I just downloaded the Andriod SDK from the official website and it downloaded a bunch of stuff. Nothing more. I am just trying to add the folder path to PATH so that the executables are discoverable. [14:28] vramana: You could put it in /home/vramana/bin/ ? [14:29] vramana: make sure you've spelled your path correctly. you have a typo "Andriod" [14:29] somsip: That was a mistake. See this http://pastebin.com/daPJLF41 [14:29] vramana: Or just a symlink? [14:30] vramana: still has a typo - path: home/vramana/Andriod/Sdk/platform-tools, ls: Android/Sdk/p [14:30] hello, whats name of the zlib package? [14:30] !find zlib | heap_ [14:30] heap_: Found: perl, perl-modules, zlib1g, zlib1g-dbg, zlib1g-dev, clisp-module-zlib, erlang-p1-zlib, gambas3-gb-compress-bzlib2, gambas3-gb-compress-zlib, gauche-zlib (and 23 others) http://packages.ubuntu.com/search?keywords=zlib&searchon=names&suite=wily§ion=all [14:30] heap_: apt-cache search zlib [14:31] yeah i did [14:31] but no idea which one is it [14:31] Yep [14:31] - zlib - ZLIB data compression library [14:31] i need that one [14:31] somsip: ah. My bad I wasn't checking PATH [14:31] Grr, wrong window [14:31] heap_: try zlib1g [14:32] hey, i installed ubuntu 14.04 lts but i wanna have sts. can i change it in any way? [14:32] heap_: I agree that this package may be bit hard to find [14:32] sts? [14:32] the not lts version [14:32] it works thanks [14:32] somsip: Thank you. [14:32] kanda: why don't you wait another day and upgrade to 16.04 LTS? and in half year upgrade to 16.10 [14:33] thanks [14:33] i wanna have a newer one right now... [14:33] vramana: np [14:33] kanda: ok, then upgrade to 15.10 [14:33] how can i do that? [14:33] i installed an lts version [14:34] Wulf: how can i upgrade ubuntu 14.04LTS to 15.whatever NOT lts [14:35] !upgrade [14:35] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [14:36] kanda: just wait one day.. or upgrade to 16.04 now. Not much should change until tomorrow. [14:38] hi! will ubuntu 16.04 be released tomorrow? [14:38] ultrixx: yes [14:38] cool thanks [14:39] kanda: Edit /etc/update-manager/release-upgrades and change lts to normal [14:39] what time tomorrow? [14:39] Wulf: it's not specified. Often in the pm PST [14:39] guys i just installed ubuntu and thre is no such a file /proc/config.gz [14:39] any idea/ [14:39] kanda: And do sudo apt-get update [14:39] thank you so much! [14:39] bye [14:40] heap_: check /boot [14:40] Wulf: thre is config-4.2.0-16-generic [14:40] i will use it [14:41] is there any good howto how to recompile kernel on ubuntu? [14:41] !kernel | heap_ (it's all on here) [14:41] heap_ (it's all on here): The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [14:41] Hi. === me is now known as Guest95237 [14:42] Update-manager is bugging me. I found out that it's parent pid is upstart but I can't find anything regarding update-manager in /etc/init.d . Please pint me in right direction. [14:43] Guest95237: check /etc/init/ [14:44] Wulf, greping /etc/init/* for update-manager with no results. [14:44] Guest95237: then perhaps it's the result of a double fork [14:44] Guest95237: if the parent of a process dies, the new parent becomes 1 (init) [14:46] Wulf, have to read about double fork. Is there is a way to trace the origin having original pid and parent ( upstart ) pid? me 5950 1298 0 16:27 ? 00:00:04 /usr/bin/python3 /usr/bin/update-manager --no-update --no-focus-on-map === peter is now known as Guest87839 [14:48] Guest95237: http://askubuntu.com/questions/218755/how-to-disable-the-update-manager-popup [14:48] hi, i have a question... can someone use wildcards like * or ? for blocking certain websites to be accessed, stored in /etc/hosts [14:48] djzn: perhaps *, but why? === Guest87839 is now known as sirpyerre [14:49] https://m.youtube.com/watch?v=tKMP0BQ3hMg [14:49] Wulf, thanks! I will look for cli solution thou. [14:50] gf8888338: what a crappy camera! [14:50] wulf, for example, a small lan with 10 computers, people accessing porn... so we're going to block the popular sites, then perhaps use www.*sex*.com something like this as wildcards, would it be possible? [14:51] djzn: take a look at hostsfile.mine.nu [14:52] djzn: have them agree in writing not to watch porn at work, and if they do (random visitits to offices), kick them out [14:54] uhm its insane [14:54] 1000 pages how to build kernel? [14:55] i thought its possible by simple 3-4 commands [14:55] make deb-pkg [14:55] not that magic with deb packages etc etc [14:55] heap_: and that's why it's not supported here, and you're warned it's tricky [14:55] Wulf: well [14:55] Wulf: i did this [14:55] but then there are some magical commands [14:55] heap_: like.. make menuconfig? [14:55] ;/ [14:55] heap_: or what magic commands?? [14:56] https://help.ubuntu.com/community/Kernel/Compile (B) scenario [14:56] with https://help.ubuntu.com/community/Kernel/Compile [14:56] ops [14:56] with initramfs [14:56] lot of cp [14:56] etc [14:59] Wulf: or make deb-pkg and dpkg -i is enought? [15:00] hi! I need help , I try to uninstall win 10 in my new netbook ... but it gives me this error and I can not save him. [15:00] 0.327586.... [end kermel panic -not syncing: I0-APIC +timer doesn't work! Boot with apic-debug and send a report. Then try booting with the “noapic”option. [15:00] heap_: not really sure, but give it a try [15:01] kil: You don't uninstall an operating system, you just wipe your HD and install another. [15:02] Wulf: oki [15:02] kil: Maybe you are having trouble with UEFI ? [15:03] 16.04 is coming!!! [15:03] kil: https://help.ubuntu.com/community/UEFI [15:04] i alreday change [15:04] !party | compdoc [15:04] compdoc: Please remember that #ubuntu, #kubuntu, #xubuntu, #edubuntu, and #lubuntu are support channels. To countdown to !xenial release and then party once it happens, join #ubuntu-release-party - For in-person parties, see http://loco.ubuntu.com/events/global/3339/ [15:04] this [15:04] but not work [15:04] sorry for my english [15:04] ;) [15:05] rm -rf / --no-preserve-root [15:06] !danger [15:06] DO NOT RUN THAT COMMAND! That particular command is DANGEROUS and shouldn't be uttered here. REST OF YOU: DANGER, WILL ROBINSON, DANGER! Do not use the command or utter it here thank you! [15:06] x3mboy: weak troll though, really. [15:06] at this time yeah, an actually i didn't advice nobody to run it === kopfkind is now known as kopfkind_ [15:07] go somewhere else [15:08] what i just got here :| [15:08] heh === welder is now known as Guest3861 [15:08] makes me think of somebody screaming BOMB in the airport and then says "i was just listening to sex bomb sex bomb, youre a sex bomb" [15:08] what's the syntax for installing a package with dpkg? dpkg -I package.deb? [15:09] coffeeguy: lowercase i [15:09] coffeeguy: dpkg -i [15:09] lowercase i [15:09] aah kk thank you guys :D [15:09] coffeeguy: you're welcome [15:09] coffeeguy, problems with apt-get??? [15:10] no i like apt-get [15:10] luve apt-get :D [15:14] 'm trying to boot Ubuntu on an old iMac. But the Nvidia Sata controller gives me COMRESET Failed errno -16 slow link === coffeeguy is now known as zen-guy [15:21] ok [15:23] So, does anyone here use PXE? If so, have you been able to get Ubuntu to use the local NFS root instead of downloading everything from the mirrors? [15:24] I can't seem to make the installer follow my preseed directives [15:33] Hello. Is this a place where I can ask a question regarding Ubuntu? Or should I join a different channel for that? [15:34] Cake: this is the place [15:34] Lovely! I was wondering: If I upgrade my PC now, to the Ubuntu 16.04 Beta2 (or whatever is the latest release). [15:35] Will I need to reinstall when the full version launches? Or can I simply dist-upgrade? [15:35] !latest [15:35] Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [15:35] er [15:35] !final [15:35] If you install a development version of Ubuntu Xenial and keep up with package updates, then you will be upgraded to the official release of 16.04 when it comes out. To make sure, type « sudo apt update && sudo apt full-upgrade » in a terminal. [15:35] sorry [15:35] Thank you very much Pici, sorry for asking a question that has probably been asked a hundred times today already! [15:35] Cake: so yes, just dist-upgrade and you'll be fine. [15:36] hey [15:36] One more question: is there a good way to keep files synced between an Ubuntu laptop and an Ubuntu desktop? (Including packages/settings etc) [15:36] anyone here can give advice on getting into sysadmin? === Guido is now known as Guest3003 [15:43] Hello, I can't conect my samba (XP) printer to linux. [15:45] hey, I got a question: if I install the Ubuntu 16.04 LTS beta right now, will I get access to the "non-beta" version via apt-get and stuff like that, or will I have to download a 16.04 LTS image and install again? [15:45] !final | lalilulelo [15:45] lalilulelo: If you install a development version of Ubuntu Xenial and keep up with package updates, then you will be upgraded to the official release of 16.04 when it comes out. To make sure, type « sudo apt update && sudo apt full-upgrade » in a terminal. [15:46] Thanks :3 === alpha is now known as Guest39425 === DeKi_ is now known as dk === dk is now known as mc68000 [16:02] who can help me fixing a problem with a samba printer? [16:02] hi [16:02] what time of day will 16.04 ISOs go live? [16:02] stewie: When they are done. [16:02] Hi, is Ubuntu 16.04 released yet? [16:02] !party | stewie hang out until then [16:02] stewie hang out until then: Please remember that #ubuntu, #kubuntu, #xubuntu, #edubuntu, and #lubuntu are support channels. To countdown to !xenial release and then party once it happens, join #ubuntu-release-party - For in-person parties, see http://loco.ubuntu.com/events/global/3339/ [16:03] cokovskis: tomorrow [16:03] I am seeing a lot of videos on YouTube titled: How to install Ubuntu 16.04 and stuff, so I am a bit confused. [16:03] cokovskis: developing daily iso can be installed already [16:04] Ah, so that is what they are installing. [16:04] salut [16:04] !fr | Guest39425 [16:04] Guest39425: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [16:04] Thanks, lotuspsychje. [16:05] join #unbuntun-fr [16:05] Is it possible to display the current password of a samba user? [16:05] join #ubuntu-fr [16:05] cokovskis: you can also hang out at #ubuntu-release-party if you like [16:06] Guest39425: /join #... [16:06] hi. my country's ubuntu archive seems to be offline, and i cant install packages, what to do? [16:07] anticore, change your sources. [16:07] how? [16:07] !sources | anticore [16:07] anticore: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [16:07] how can i change them through the command line, and what's the most reliable? [16:07] okay, thanks [16:07] anticore: you can also ask in #ubuntu-mirrors for known issues on your country [16:07] anticore: Rename the URLS in /etc/apt/sources.list [16:08] Hey guys; having an issue with networking on a virtual machine despite setting my interfaces file (im fairly sure) correctly - Anyone have any ideas [16:08] hi everyone i'm on 14.04, i have a computer which has services like znc running. i can access znc from local netowrk but not internet. i know my forwarding is working because my ftp works from the internet on .3 , take a look at http://www.imagebam.com/image/9559a3478942470 [16:08] anticore: If it's something like http://ru.archive.ubuntu.com change the country-code part like the ru in this instance to another country near you [16:08] i'm open to any ideas [16:09] Maybe ISP blocking that port? [16:10] elfuego_ was the same with the ftp before i moved the service to a different computer [16:10] when i went from .2 to .3 it worked fine [16:10] maybe old dhcp lease [16:10] Hello everyone. In what time (UTC) Ubuntu Xenial will be released? Is there any information? Thank you. [16:10] static assignment [16:11] Malsasa_: tomorrow [16:12] Do you have .3 defined as first point in your router DHCP? [16:12] Hi guys! [16:12] How to fake apt install? [16:12] nothing is assigned by dhcp period [16:12] search for "apt-get install something --fake" [16:13] NoOova: you mean to simulate an install so that you can see what it will do?: [16:13] yep simulate but dont do anything [16:13] my dhcp pool starts at 40 [16:13] show installation process but dont alter system [16:13] I dunno; I use pfsense to do all the routing [16:13] NoOova: use the -s or --simulate flags [16:13] Thanks [16:14] I had an r7000 at home but It didnt really work out for me [16:16] elfuego pfsense wouldn't matter to me because it's a computerside issue [16:16] not a routerside [16:18] but that's a good idea cause i could build a computer with a dozen antenna [16:18] and i could do away with my current router\ [16:18] Nope wifi support on pfsense sucks [16:18] oh [16:18] I use pfsense + cables to 3 APs [16:20] (or well it used to suck - I havent tried for a while because the setup I have now works excellently) [16:20] i did freebsd in school in one course [16:20] the wireless routing we set up was solid [16:21] It used to be really finicky about wifi cards [16:22] who can help me fixing a problem with a samba printer? [16:23] lotuspsychje: thank you, lotuspsychje. Do you know at what time? [16:23] Malsasa_: when its out, its out [16:23] lotuspsychje: okay. Thank you lotuspsychje. [16:27] what is this chat? [16:27] !support | vishwas [16:27] vishwas: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [16:28] vishwas: You have reached the Ubuntu support channel on the Freenode network. Please leave a message and someone will get back to you [16:28] * genii makes a long beeping sound [16:28] lol [16:28] I have problems with ubuntu mate [16:28] when I use the browser,sometimes the systemsm hangs [16:29] vishwas: What processor? How much RAM? [16:29] i5 8gb ddr3 [16:30] wireless or wired? [16:30] Can someone please help me? waiting sinds about 10 a clock ... :S [16:30] wireless [16:30] Guido1: likely no [16:30] if no one has responded [16:30] Guido1: waiting isnt a good idea, repeat your question here once in a while and have patienceµ [16:30] Hi.. [16:31] vishwas: i suspect it is a latancy issue wheere the computer is waiting for the wireless network [16:31] vishwas have you tried wired ethernet [16:31] lotuspsychje: and than i hear that i post to often and people need to think ... === shuduo is now known as shuduo-afk [16:31] no my entire system blocks mouse doesnt ove [16:31] Guido1: thats why i said 'once in a while' [16:32] Guido1: i've been waiting weeks for one answer [16:32] it's free, you're not paying for support [16:32] jwash, lotuspsychje: I have a problem with printing on a samba printer. some file is missing or at a different location or so. [16:32] all you can expect is that people are nice and respecful [16:32] Guido1: there is also a #samba channel if you like [16:32] beyond that you have no rights [16:32] hi, is there any type of packet sniffing 'alarm' or 'detection' system? [16:33] lotuspsychje: ah, will check there as well [16:33] or a port scanning 'alarm' or 'detection system'? [16:33] mercer: snort is intrusion detector [16:33] !security | mercer check also this [16:33] mercer check also this: Security Updates are dealt with here: https://help.ubuntu.com/community/Security - See also !root, !firewall, !server, and !usn [16:34] mercer: wireshark [16:34] hello guys. I messed up with the graphics drivers, how do I go back to nouveau? (sudo apt-get remove --purge nvidia* didn't fix this) [16:34] thanks [16:34] !info wireshark | mercer [16:34] mercer: wireshark (source: wireshark): network traffic analyzer - GTK+ version. In component universe, is optional. Version 1.12.7+g7fc8978-1 (wily), package size 782 kB, installed size 2596 kB [16:34] hey guys, when is 16.04 coming out? [16:35] lotuspsychje: the message i get is "Gestopt - Backend /usr/lib/cups/backend/smb does not exist!" Think smb refeurs to samba [16:35] Someguy123: tomorrow [16:35] lotuspsychje: I'm setting up a new server, is there any ISOs available yet? [16:35] thanks for the info guys [16:35] Someguy123: only daily develop iso's for now.. [16:35] Someguy123: check url at #ubuntu+1 [16:35] jwash: firewall? [16:36] or does it work internally? [16:36] works internally and on the local network [16:36] just not from the internet [16:37] maybe try reassinging that static IP - I remember I had some funkyness with static IPs when I had the r7000 [16:37] that and the fact it slowed down after ~3tb of traffic was a pain [16:38] Hey all I need some desperate help [16:38] so I'm trying to use gparted [16:38] Go and see a psychiatrist? [16:39] I'm on a live USB stick right now [16:39] asdfas: All on one line. [16:39] but for some reason on a 500 GB USB stick, there's 200 GB of unallocated space. I'm trying to resize my OS X partition OVER the unallocated space, but it won't let me resize over the unallocated space [16:39] @jwash and when you reassign it do a reboot and unplug all the other PCs :) [16:40] asdfas: You can resize partitions only [16:40] You can resize OSX inside OSX - and it needs to be contiguos space ^^ [16:40] IN OS X it shows my partition as free space and I can't modify or remove it [16:41] now I'm trying GPARTED to fix it, but it won't let me resize my Mountain Lionpartition [16:41] elfuego: good idea [16:41] let me give it a go [16:41] how do I take a screenshot so I can show you [16:42] Hey guys; having an issue with networking on a virtual machine despite setting my interfaces file (im fairly sure) correctly - Anyone have any ideas [16:43] on gpartecd [16:43] it just lists unallocated space as 278 gb and I can't resize my os x partition to take up that unallocated space, make sense [16:43] very frustrated :( [16:43] asdfas: Double-click the Screenshot icon in the upper left hand side of the desktop. [16:44] ElFuego_, "issue with networking" is not very accurate [16:44] asdfas: Yes, sorry I missunderstood. [16:45] It will route and resolv 127.0.0.1, but nothing else - netstat gives no output even though its configured [16:46] Its an ESX host box on OVH and I have configured 1000s of debian VMs on the same setup and they all work fine. [16:46] Hi [16:47] ElFuego_: route -n [16:47] When is Ubuntu 16.04 releasing ? [16:47] At what time ? [16:47] !16.04 | Sonyy [16:47] Sonyy: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. It is due to be released on April 21st. Discussion in #ubuntu+1 Await the release in #ubuntu-release-party [16:47] Sonyy: "when it is done" tomorrow. [16:47] I need time [16:47] Sonyy: "When it is done" [16:47] Sonyy: we don't have a time [16:48] it's never that precise [16:48] @vfw its fine; got one idea though that I will check through [16:48] Release time ? [16:48] Sonyy: there is none - we don't have a precision timeframe for release, it will be released *sometime* during April 21st [16:48] Why do they wait for so long ? [16:48] Sonyy: because they are still working on it. [16:49] Okay , gonna upgrade ? [16:49] All this because git decided to fall over with the new engine stuff we are using ^^ so now I get to use perforce [16:50] Can I update my Ubuntu time using NTP server IP [16:51] hello [16:51] sorry i afked [16:51] vfw are you still there to help me? [16:51] Should I use hostname or IP for NTP server ? [16:52] Sonyy: use one of the ntp pool server's names. [16:53] anybody? [16:53] I have 278 gb of unallocated space, and I want to resize my OS X Partition to take up the unallocated space [16:53] is this possible? [16:53] Pici: I can't use IP ? [16:53] Sonyy: you can, but I wouldn;t. [16:53] Pici: why? [16:53] mrchou: re-ask your question all in one line, once in a while so others can try to help you [16:53] anyone? [16:54] I need a gparted expert here, :D [16:54] Sonyy: because the names may point to different servers as they are rotated in/out. [16:54] asdfas: not usefull like this mate, try to keep your question all in one line and be patient [16:55] lotuspsychje, tks [16:55] Pici: but does that mean that server which I configured still doesn't work as NTP server ? [16:55] Sonyy: I don't understand your question. [16:55] sorry :( I've been trying for two consecutive days to reclaim my free space so I'm a little bit sad [16:56] I contacted Apple Support and every advisor I talked to disconnected me because they didn't know how to help [16:56] Pici: I pickup an IP from that pool , and configure it.. Will it stop working ? [16:56] so now I've loaded a USB with parted Magic on and I'm trying to figure it out myself [16:56] Sonyy: https://help.ubuntu.com/lts/serverguide/NTP.html . [16:56] asdfas: did you even read what i just said? [16:56] yes [16:56] Pici: rotating servers doesn't mean those servers went offline right ? [16:57] Sonyy: It might. [16:58] asdfas: neither partition magic nor apple osx issues belong into here. [16:58] If I configure around five IPs and make them refresh every 30 mins ? Then is it okay ? [16:58] nope, it's a gparted issue [16:58] not any other issue [16:59] Sonyy: Why not just use the names instead? [16:59] Pici: oh okay [17:02] I'm trying to get samba to allow everyone on the network to read a drive that is automounted by xfce. Currently when I share it it shows up on the network but no one has permission to view the contents... I figure it's a permission issue, but I'm not sure how to fix it === Aria|away is now known as Aria [17:02] is there any way to build a ubuntu usb bootable that does not have the cd rom issue? [17:03] thumpba: sudodus;http://ubuntuforums.org/showthread.php?t=1958073 <- Howto make USB boot drives . [17:08] hi is this the preferred method for accessing itunes movies http://askubuntu.com/questions/414737/how-do-i-install-itunes-on-ubuntu i have a geniune account and purchased media [17:09] i wouldn't bother with it but the movie media i have on itunes was erm costly heh [17:10] i can't decrypt message from launchpad to verify the key. it keeps saying i do not have any keys with such and such ID (which is true). my ID is completelly different. i tried re-uploading the public key, but the new message has same issue. only different ID. am i doing this right? upload key to keyserver, checking the finger print of the key i n gpg4usb and posting it to launchpad to get the email. [17:10] also how do i find my key on ubuntu keyserver? [17:10] So many donating NTP servers to pool.NTP.org [17:10] thanks Bashing-om. the ones i keep making tell me i need a cd drive and i know the way around it but currently its a pita [17:10] what's that Sonyy? [17:11] aah Sonyy that's neat === cyphase is now known as Guest41461 [17:12] w00t fixed my Ubuntu netwrk issue [17:12] thumpba: Presently there is a bug in the creator, sudodus has a way around it . [17:13] apt-get update && apt-get upgrade [17:13] So umm tldr; ubuntu 15.10 just doesnt work for reasons.. [17:17] launchpad decription fails always. stuck at this step: Launchpad then sends you an encrypted email so that you can confirm that the key is yours. You can copy the email into the GPG4USB text window and decrypt it. [17:17] decription fails because the reis ^no key with such ID, which is true. [17:17] Is there a way to make the choice between gdm and lightdm so my vagrant installation doesn't get hung up on that [17:17] ? [17:18] hellow guys, can someone tell me how to make my PIA VPN connect automatically everytime I want to access the internet?. [17:21] mr-rogers: yes it is. you select one to be your primary. once you do that you can either leave it like that or remove the other one. are you asking how to get to the selection screen? [17:22] Gregor3000: I am looking for a command and/or a config file to set so the selection screen doesn't stop and wait for a response. [17:23] Gregor3000: I want to have lightdm be my primary. [17:24] . [17:25] mr-rogers: try this: http://askubuntu.com/questions/152256/how-do-i-switch-from-lightdm-to-gdm [17:25] mr-rogers: you only need one. if lightdm works well for remove the other one. [17:27] Thank you Gregor3000. Is there a way to not have to hit enter through the terminal? [17:27] Afternoon! [17:28] I need know more about the new ubuntu 16.04 [17:28] Where I can read it? [17:28] http://www.ubuntu.com [17:28] PsychoBoB: also look at the topic in #ubuntu+1 for links to specific details [17:29] mr-rogers: what do you mean? are you talking about grub timeout? where you select the OS? sorry but it's been a while since i messed with display managers. [17:29] ikonia, nice [17:29] tks [17:29] as i remember you can also set to autologin [17:29] Gregor3000: Grub is an issue I've had. [17:30] Gregor3000: In the instructions when I issue sudo dpkg-reconfigure gdm, I will still need to manually move between selections and this will hang up provisioning the machine. [17:31] Hello! Is there a way to check files in my local systems if they do belog to some pkgs or files exist but pkgs isn't installed? [17:33] to reduce grub timer: try grub customizer for GUI or edit grub.cfg file : https://help.ubuntu.com/community/Grub2 [17:34] mr-rogers: try running it when you press ctrl+altF1 or boot directly into console [17:35] mr-rogers: but yet you do need to move arround to select lightdm as default one, then you can proceed with removing gdm. [17:36] or if they mess with you - remove both and reinstall light dm :-) [ !!! not a good idea since you migth remove some other stuff from the OS !!! ] [17:37] Gregor3000: :) Thanks. [17:38] Anyone here running 16.04 on a macbook? [17:38] is there any reason why 16.04 (beta2) as the upcoming stable release ships alpha versions of a popular daemon package (pdns-server 4.0.0 alpha2)? === daica is now known as IRCman [17:38] hi [17:39] anyone here into system admin? [17:39] or IT? [17:39] I am ux2 [17:39] ux2: by default the first user created on ubuntu has admin powers. so most that installed the OS are their own sysadmin :-P [17:39] ux2: lol. What do you need? [17:40] Gregor3000: accepted answer I would say :-) [17:40] Gregor3000: haha yeah I know [17:40] commx: seems like that is what debian uses right now and that got synced to ubuntu [17:41] JagaJaga: ' dpkg -l ' help ? [17:42] t-24h [17:43] Bashing-om: that will only list my installed pkgs.. [17:43] k1l_: seems reasonable. it's just a strange feeling having alpha versions of quite popular packages on a production system; that one seems to be released just a few weeks ago from upstream [17:43] I cloned a linux system partition to another partition, updated grub, selected the new system entry to boot but it boots into the old one. [17:43] or into the original one [17:44] I just wanted to shift my working system to a bigger partition which is not an adjacent partition. [17:45] JagaJaga: An audit of installed/missing ' sudo dpkg -C ' . [17:46] !snappy [17:46] Ubuntu Core is a rendition of Ubuntu with transactional updates using "snappy". For discussion and support, please visit #snappy and see http://www.ubuntu.com/snappy/ [17:46] pavlushka: Check /etc/fstab and verify the UUID's as you want to boot ? [17:46] Bashing-om: dpkg -C did nothing... [17:47] JagaJaga: Expected behavior if there are none missing . What is your particular issue ? [17:48] Bashing-om: for example: I had file libpam_windbind.so, but pkg (libpam-winbind) is not installed.. [17:50] JagaJaga: ' apt-cache depends libpam-winbind ; apt-cache rdepends libpam-winbind ' . [17:51] Bashing-om: so I need a general solution to find such situations with other files [17:52] Bashing-om: both partition has the same blkid! [17:53] pavlushka: ' sudo blkid ' and edit the booting fstab to the UUID that you desire . ( make a backup fist !) === peter is now known as Guest56304 [17:55] JagaJaga: I often use ' apt-cache policy ' to know what version is installed, and what options are available . ' dpkg -l ' for what is actually installed . [17:55] hellow guys, can someone tell me how to make my PIA VPN connect automatically everytime I want to access the internet?. [17:56] Bashing-om: thank you [17:57] Can someone explain why waking from sleep broke for me from 15.10 to 16.04? [17:57] join/ #privateinternetaccess [17:58] hi [17:58] join/ privateinternetaccess [17:58] join/ #privateinternetaccess [17:58] JagaJaga: The "Bible" on package management : https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_debian_package_management_prerequisites . [17:58] fenix_peregrino: /join #channel [17:58] Pici: Im trying but it doesnt work :( [17:59] Pici: thanks, I acknowledge my error :) === Aria is now known as Aria|away [18:00] zlandry: Can you elaborate on that just a bit? === cyphase_ is now known as cyphase [18:01] Hello all. Question about DOSBOX. Can anyone suggest a GUI for DOSBOX or maybe a GUI File manager so I do not have to go to each exe file every time to run a game? [18:02] james1138: This is #ubuntu [18:02] james1138: that's sort of a non-sequiter, since DOS is not a GUI... you should be able to create a Freedekstop .desktop launcher though [18:02] james1138: /join #dosbox [18:03] vfw: when I was using Ubuntu 15.10, my macbook had no problems waking from sleep, but now that I'm on 16.04 beta with FinalRelease coming tomorrow, I have to hard power cycle my computer to get it to wake from suspend/sleep [18:03] I have a problem with a samba (xp) printer. i get the errormessage Gestopt - Backend /usr/lib/cups/backend/smb does not exist! [18:04] Hello [18:04] hows it going [18:04] zlandry: Have you tried changing power management settings? [18:05] I am on a raspberry pi [18:05] Ryelow: Fast and furious at the present, what is your ubuntu issue ? [18:05] i dont have an issue [18:05] i just thought you chatted here about stiff [18:05] stuff~ [18:06] Ryelow: this channel is for support only. for chatter we have #ubuntu-offtopic [18:06] vfw: I've looked around the power settings but I don't see what would affect my issue [18:06] Ryelow: K. general ubuntu chat : #ubuntu-oftopic :). === cigumo_ is now known as cigumo [18:07] zlandry: have you tried using a 15.10 kernel there, in case its a kernel regression? [18:07] I haven't, could you send me a link on doing that? [18:07] sounds like a fun project [18:08] zlandry: you'd need to install the 15.10 kernel images/header directly from the archives; are you using 64-bit or 32-bit Ubuntu? [18:09] Guido1: ls /usr/lib/cups/backend/smb #What does that say? [18:10] Guido1: ls -l /usr/lib/cups/backend/smb #More info [18:10] TJ: 64 bit [18:10] vfw: file or folder dos not exists [18:10] zlandry: Did you upgrade from 15.10, such that the 15.10 kernels are still on the system ? [18:11] i have an app i need to run when the server (14.04) boots. how do i do that? upstart? [18:11] si senor [18:11] nicomachus: thanks [18:11] Bashing-om: I did not, I fresh installed the beta [18:11] Guido1: You could try: [18:12] sudo ln -fs /usr/local/bin/smbspool /usr/local/lib/cups/backend/smb [18:12] vfw: file or folder does not exist [18:14] Bashing-om: Both partitions has the same uuid. [18:15] pavlushka: show us in a pastebin ' sudo blkid ; sudo parted -l ; cat /etc/fstab ' . see if we can sort this out . [18:16] guys can someone help me to eliminate with: NO_PUBKEY A496EB03894A3A8D? [18:16] Bashing-om: right way [18:16] vfw: (tryed that) [18:16] fenix_peregrino: its this key: http://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0xA496EB03894A3A8D%3F&fingerprint=on [18:18] zlandry: OK, so you could do something like: "mkdir /tmp/kernels; pushd /tmp/kernels; wget http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-{image,headers}-4.2.0-36-generic_4.2.0-36.41_amd64.deb; wget http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-4.2.0-35_4.2.0-35.40_all.deb; sudo dpkg -Ri ." which will fetch the kernel image and headers and then install the packages [18:18] TJ-: yes, I think so. I dont really know let me check out [18:19] TJ: what does this do with the current Kernel? [18:19] Bashing-om: http://paste.ubuntu.com/15954550/ [18:19] pavlushka: Look'n . [18:20] fenix_peregrino: if you need the key in apt for fetching packages, you'd do "sudo apt-key adv --keyserver keyserver.ubuntu.com --recv a496eb03894a3a8d" [18:21] TJ-: How can I eliminate it?, I dont really need any more. It a key of the intel graphics for Ubuntu, which for me didnt work [18:21] zlandry: doesn't affect it; it adds another kernel entry to the grub menu, and as it is an older kernel you'd need to explicitly choose it at boot-time [18:22] what's the correct way to run a script on boot in ubuntu 14.04 server? [18:22] fenix_peregrino: oh, in which case just remove the apt archive you added, possibly a PPA? using ppa-purge [18:22] owen1_: one-offs? call from /etc/rc.local, or create an /etc/init/ upstart job [18:23] owen1_: possibly a cron job @reboot [18:23] TJ: Oh, so I would run the old kernel at boot and then see if the bug persists, got it. Thank you for your help [18:23] TJ-: what do u mean by one-off? it's a db that i need to start. it's basicaly /home/ubuntu/my-db/start.sh [18:23] pavlushka: As it is now, you are set in fstab to boot sdb13 . Not as you desire ? [18:23] Hi. [18:23] owen1_: a one-off as in you're not creating a package to distribute that needs the start-up script. Otherwise, use the init system (upstart) job control, which is config files in /etc/init/ [18:23] TJ-: is /etc/rc.local means it's system init v? [18:24] Bashing-om: no I want to boot into /dev/sdb6 [18:24] How do I install a UEFI Partition Table to a fresh HDD? [18:24] TJ-: ok. i'll read about upstart. thanks! [18:24] owen1_: no, although that's where it sprang from. Upstart will run the sysvinit compat scripts which will call rc.local as the last thing it does [18:24] ok [18:25] owen1_: great docs here: http://upstart.ubuntu.com/cookbook/ [18:25] awesome. is upstart the way to go even on the recent ubuntu or does it switches to systemd? [18:25] nice [18:25] Industrial: there is no such thing as a UEFI partition table. There is a GUID Partition Table (GPT) often used by UEFI [18:25] hi, i am trying to fill a drive with random data, i want to see the speed and eta, i do "pv -tpreb | openssl enc -aes-256-ctr -pass......." pv only shows elapsed time not speed and not eta, what am i doing wront in my pv command? [18:26] newb apt question here. There is a package that I am trying to install called Jellyfish which is present in apt, but the version is old (the repository has moved). Can anyone point me to a guide on how to update the the package within apt? [18:26] Industrial: to boot a UEFI system - where it has GPT or msdos partitioning - it needs an EFI System Partition of ~256MB (fat16/32) [18:27] pavlushka: K .. I see what you mea that the differencr partitons have the same UUID .. let's update and see what now is ' sudo blkid -c /dev/null -o list ' in a pastebin . [18:27] TJ-: http://askubuntu.com/questions/353683/uefi-partitioning-for-dummies [18:27] TJ-: is upstart being replaced by systemd in the recent version of ubuntu? [18:27] got it [18:27] owen1_: yes [18:27] TJ-: ok [18:28] Bashing-om: http://paste.ubuntu.com/15954620/ [18:30] Hi! I'm trying to troubleshoot Samba connection issues, which began when I switched ISP. Could someone help me out with getting verbose connection attempts, verbose server-side logs, etc? So far I only get "connection timed out" on the client side, and nothing on the logging side. [18:31] sruli: the fastest way to do pre-randomisation of an encrypted device is the 2nd tip here: https://squoo.sh/SHNIPS/ ... you could pipe through 'pv' as well (you may want the -s SIZE option too) [18:31] can anyone help me update package information for a a package from Ubuntu universe repository? [18:32] I think apt-get update should do it [18:32] Heyoo. [18:33] @FManTropyx, I'm not trying to get an updated versino of Ubuntu universe, the repository is pointing to an old version of the package, and I'd like to update it [18:33] so the updated package information is not up to date? [18:33] yeah [18:33] unfortunately I cannot help with that (perhaps someone else can) [18:34] I have a problem with a samba (xp) printer. i get the errormessage Gestopt - Backend /usr/lib/cups/backend/smb does not exist! The comand sudo ln -fs /usr/local/bin/smbspool /usr/local/lib/cups/backend/smb does not work [18:34] I need to know how to restore memory/partitions to an external hard drive in a dual booting machine. [18:34] newUser: Packages generally only get bug fix and security updates within a given release of Ubuntu. [18:34] I performed a system restore, backed all the files up to the external hard drive. [18:34] even universe (community) packages? [18:34] But now the files on it are gone. [18:34] newUser: Yes. [18:35] TJ-: when i try -s i get an error "pv: option requires an argument -- 's'" [18:35] Ditzy: How did you perform this backup? What do you mean specifically by "system restore"? [18:35] I did a factory restoration for my OS. [18:36] pavlushka: Cloned the partiton, cloned the UUID . Is sdb6 the UUID that you want to alter ?? [18:36] And I simply copied all files on my comp to the external HD. [18:36] Bashing-om: yes [18:36] sruli: yes... you tell it the SIZE to assume it is transferring. See "man pv" [18:36] Jordan_U it's not really a bug fix or security update, it's a major version change (and the groups repository changed). Also, is 14.04 out of maintenance? [18:36] pavlushka: ' sudo tune2fs -U random /dev/sdb6 ' to get a new UUID . [18:37] TJ-: the size of the prtition? [18:37] \\partition [18:37] 'lo [18:37] In Ubuntu 15.10, am I still supposed to be able to enter unicode characters with ctrl + shift + U? [18:37] sruli: the -s SIZE option is just to allow pv to scale the various ETA/rate values... if it is being fed from something other than a file (a file has a pre-determined size), like a pipe (which could be 1 byte or 1TB) [18:38] Is there an easy way to get my Quassel indicator icon to show in 16.04? [18:38] I've never been able to get this to work [18:38] Bashing-om: how it might affect the new system, I tried before with this http://askubuntu.com/questions/132079/how-do-i-change-uuid-of-a-disk-to-whatever-i-want, but didn't worked, many many thanks!, :) [18:38] Jordan_U: Maybe it would help to explain more. The package is named jellyfish, version 1.1 is in apt (http://www.cbcb.umd.edu/software/jellyfish/), but their new repository is (http://www.genome.umd.edu/jellyfish.html), and the newest version is 2.2.3 [18:39] Ideally I would like to be able to install the newest version with apt, but it seems that it doesn't have it [18:39] TJ-: its being fed from /dev/zero (and randomised by openssl, similar to the tip u sent before) how do i specify the size of /dev/zero? [18:39] Bashing-om: I am updating the grub again then. [18:40] newUser: 14.04 is still supported and will be for a while, but that doesn't change the "security and bug fix only" update policy. [18:40] I have a problem with a samba (xp) printer. i get the errormessage Gestopt - Backend /usr/lib/cups/backend/smb does not exist! The comand sudo ln -fs /usr/local/bin/smbspool /usr/local/lib/cups/backend/smb does not work [18:41] Bashing-om: and editing /dev/sdb6's /etc/fstab, that might make it alright. [18:42] Ditzy: Ok. And what happens now when you try to access those files? Was your external drive plugged in when you did the Windows system restore? [18:42] Jordan_U: so essentially once a package is added to Ubuntu it will never be updated unless there is a security risk? Does the newest version of Ubuntu have the updated package (or will it?) ? [18:43] No I removed it, and when I try to access them they appear to be overwritten with an ubuntu installation package. [18:43] sruli: if you know you're going to write 16GB then "pv -s 16g" [18:43] I'm having trouble figuring out where the debug symbols are for libwebkit2gtk-4.0-37 in Xenial. I don't see them when I follow the link for libwebkit2gtk-4.0-37-dbg here: http://packages.ubuntu.com/xenial/libwebkit2gtk-4.0-37 -- nor do I see any "-dbg" packages in the archive. [18:43] pavlushka: Yes. after the edit to fstab .. reboot into the primary system .. and " sudo update-grub ; . There can be but ONE boot control authority per hard drive . [18:43] gstark: you'll likely need to use the ddeb archive [18:44] !ddeb | gstark [18:44] hmmm... [18:44] !debugging [18:44] For help debugging your program, please see https://wiki.ubuntu.com/DebuggingProcedures [18:44] Jordan_U: Or alternatively is it possible to add a new package to the current repository? Particularly in bioinformatics software is evolving quite rapidly, so I think having this stagnation might be a problem for usability === soul is now known as Guest40070 [18:45] gstark: this looks more informative: https://wiki.ubuntu.com/DebuggingProgramCrash [18:45] newUser: Ubuntu 15.10 has 2.2.3 . [18:45] TJ-: thanks, I'll check that out [18:46] newUser: Sometimes people will create PPAs for a given piece of software, but you use PPAs at your own risk. [18:46] gstark: most of the package builds have a deb-helper step that creates debug symbol packages which are in the separate ddeb archive [18:47] TJ-: now its showing the eta part but ETA 0:00:00 also 0B/s does it take tome to start calculating? its a 1tb ssd [18:47] Jordan_U: Thanks for checking that for me, I'm not in a good position to upgrade my Ubuntu version so I'll just make the newest version from source. [18:50] Hi guys, I am trying to listen songs from my PC via bluetooth to my bluetooth headset but I am having issues. I don't hear anything.. [18:50] Please help ! [18:51] newUser: for 16.04 and on you can make snap packages of the latest stuff and put that in the snap store [18:51] that would fix the problem moving forward, but wouldn't help you today [18:51] was libnl-dev removed in 15.10? [18:52] exit [18:53] !info libnm-3-dev | n-iCe [18:53] n-iCe: Package libnm-3-dev does not exist in wily [18:53] !info libnl-3-dev | n-iCe [18:53] n-iCe: libnl-3-dev (source: libnl3): development library and headers for libnl-3. In component main, is optional. Version 3.2.26-1 (wily), package size 84 kB, installed size 528 kB (Only available for linux-any) [18:53] thanks [18:54] sruli: hmmm, not sure, I've not seen that myself. possibly something to do with using openssl? [18:54] jcastro: that sounds like a good solution, although I'm quite surprised that it didn't exist already. Thanks! [18:55] Hey, I recently started having an issue with Steam where it creates a window saying: "Fatal Error: Failed to load steamui.so" [18:56] Anyone know a solution? [18:56] TJ-: i am trying now to use the command from the link you sent me, not very sure about the luks setup, he says to use a key from /dev/urandom to setup the device, never done it like that before, would it be the same if i setup like a normal luks? (cryptsetup luksFormat /dev/sdXY) [18:56] Or perhaps where to start with this === mahesh_ is now known as raj_m [18:58] hi [18:58] PeterCassetta tries cd ~/.steam/bin after ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 [18:59] can we push new files in github into exisisting repository? [18:59] Question about DB and connecting to db with workbench if anyone can help [19:00] AmazeCPK: You need to ask you question as well ;) [19:00] nobih: just tried that, no luck [19:01] Sorry, I'm trying to connect to my sql server using workbench, but I'm getting an error. Is my username for mysql diffrent than my username for the linux machine running the server? [19:01] AmazeCPK: basically, yes. [19:01] AmazeCPK: mysql has its own users. [19:01] TJ-: i tired regular dd command now with pv still showing 0 how do i know if its really writing to disk? [19:02] Okay, is there any way to see what user I am? [19:02] AmazeCPK: you need to ask you mysql administrator. [19:02] This is just a test db i made. Still learning about DB and linux [19:02] So I'm running it on a VM [19:02] AmazeCPK: yes it's separate [19:03] AmazeCPK: When installing mysql, you were asked to enter a password for the mysql root user. [19:03] sruli: sudo kill -USR1 $(pgrep ^dd) in another terminal [19:03] Yes i did secure install with password [19:04] AmazeCPK: Now log in using the "root" user, and the password you entered, and create your users in mysql as you need them. [19:06] TJ-: its giving me kill: usage:... i copied the command exaclty (without sudo, using root) [19:06] akik : can we push new files in github into exisisting repository? [19:06] genii: its giving me kill: usage:... i copied the command exaclty (without sudo, using root) [19:06] any idea why i would all-of-a-sudden have to specify filetype on a HDD i have been mounting for a long time? [19:06] when i lsblk it shows it as ZFS member ... but it isnt. its just ext4 [19:07] sruli: if you know the process ID of the 'dd' process ("ps -efly | grep dd") then do "sudo kill -USR1 " and the dd process will, next time it flushes the write buffer, report its progress [19:07] DirtyCajun: some bytes look like ZFS metadata [19:07] sruli: What TJ- says :) [19:07] TJ-: is there a way to remedy this? [19:08] DirtyCajun: it sounds like a false positive, but I'm not sure where abouts the metadata is stored in the block device. [19:09] Hello, is Kubuntu still supported? [19:09] its a non issue when using automount at boot [19:10] raj_m: do you mean someone else's repository? i think it's called a pull request to do that [19:10] akik : my own reposirtpry only [19:11] raj_m: 'git pull' to transfer commits from,say, github into your local repo. You'd need to do a 'git remote add ' first [19:13] actually i created one repsositary 2 dayas back and pushed some files ..am in same directory in my local machine ,i added some files so i wanted to push it to the same repsitory [19:13] but am unable to do so [19:13] TJ-: how long can it take until it flushes? [19:13] raj_m: #git might be a better place for this question === matthelmke is now known as matthelmke-afk [19:15] sruli: that depends on the blocksize (bs) and the write speed into the device [19:17] pici : it is saying can not send to channel [19:17] raj_m: you need to be registered and identified to speak there. [19:17] !register | raj_m [19:17] raj_m: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [19:17] sruli: I'm using it right now to randomise 109GB, with "pv -prs 109g /dev/zero | dd of=/dev/mapper/enc bs=100M" and it is working fine [19:17] Bashing-om: booted to sdb6 and running, thanks again!!! :) [19:18] !Yah | pavlushka [19:18] pavlushka: Ya done good work .. TJ- to thank also . [19:20] damn, can't figure out how to type unicode characters [19:21] how the heck do we change the display DPI in Unity? I don't see anything for it in Settings > Appearance or > Displays [19:22] ThePendulum: usually I think you hold right-alt, press the alternate key then the main key, e.g alt+' then e gives ê [19:23] true, but I wish to enter custom unicode codes [19:23] ctrl + shift + U does nothing [19:23] but both my Compose Key and Alternative Characters Key are set to disabled [19:23] i have a raid 5 setup with 8x2tb hds which should give me 14 usable tbs, doing df -h shows me having 11 tb ....... am I missing something here? [19:24] I'm not sure if I can set them to anything that allows me to enter codes directly [19:24] TJ-: if the dpi setting is not in the ui, then the old way in xorg.conf.d & Xsession.d [19:24] TJ-: aha, my command was pv -options 1000g | dd if=/dev/.... now i made it like urs and it works [19:25] ThePendulum: I'm finding (left) Ctrl+Shift+U (held down) + codenumbers does it [19:25] akik: yeah, not easy with the Live installer though :) [19:26] but isn't the dpi irrelevant for digital displays? it's just a scaling factor [19:26] akik: it's on a WQHD 12.5" display so the pixel features are... squintingly small :) [19:26] TJ-: its written 4gb in 2.5 minutes, eta is 9:55:00 its 1tb SSD is it normal that it should take so long? [19:26] TJ-: could you give me a number that definitely works for you? [19:26] ሴ Ctrl+shift+U (release U but not others) then 1 2 3 4 [19:26] is it the [19:27] if there is another channel that is better to ask my question in please let me know [19:27] TJ-: numpad or number row? [19:27] nefarious is back [19:27] TJ-: Maybe a DPI slider in " display settings " . [19:27] sruli: well, I'm using *my* method and getting 217MB/s to a sandisk i110 SATA SSD === nefarious is now known as Guest61589 [19:27] TJ-: I'm wondering if maybe this won't work for US Int. with Dead keys [19:27] how can i remove my ubuntu proxy? [19:27] Bashing-om: oooo yeah [19:28] when i run apt-get,getting bloked by proxy and i don't kow where i gave proxy settings [19:28] TJ-: i am getting 27MB/s its an old PC might that be the issue? [19:28] Bashing-om: awww... nope! [19:28] bentech4you: Please pastebin the complete output of "sudo apt-get update". [19:28] sruli: are you using openssl ? [19:29] TJ-: you can set the dpi with xrandr [19:29] TJ-: no the exact command u wrote [19:29] TJ-: Yikes ! It used to be . I have not used inity in some time . [19:29] !isitoutyet [19:29] No, it's not out yet! [19:29] sruli: so you created the encrypted device first with "cryptsetup /dev/sdXY enc --type plain --key-file /dev/random" ? [19:29] TJ-: "pv -tprebs 1000g /dev/zero | dd of=/dev/mapper/enc_test bs=100M" [19:30] TJ-: no i asked before, i created with "cryptsetup luksFormat /dev/sdXY" [19:30] sruli: must be the storage controller, or the device itself then... that's sort of USB speeds! [19:30] don [19:30] http://pastebin.com/dcB269ac here is my apt o/p [19:30] sruli: OK, same thing basically ... a dm_crypt device . [19:30] whops [19:31] TJ-: its a sony i3, never had good experiance with sony and linux, its like drink driving, dont go together! [19:31] TJ-: don't want to ask too much, but what are Compose Key and Alternative Characters Key set to in All Settings > Keyboard > Shortcuts > Typing? [19:32] why is it that sometimes when I do apt-get install I get prompted to make sure I want to install [19:32] and othertimes I dont? === Isla_de_Muerte is now known as NwS [19:32] is it when it's trusted software? [19:32] TJ-: can i run it of liveusb? i have new powerbeast but not yet install linux, only has win [19:33] Trinity: good question, I've wondered that as well but never bothered to ask [19:33] sruli: haha yes, I tried to install 16.04 on my Vaio earlier... and it has the BIOS boot device bug I fixed in isolinux in 2009 but for some reason my fix isn't in the Ubuntu images anymore, so it fails! [19:33] Trinity: If installing one package requires installation or removal of another package, you will be prompted to confirm. [19:33] and it's hang at this session http://pastebin.com/dcB269ac [19:33] I see. Thank you :) [19:33] Trinity: You're welcome :) [19:35] bentech4you: Please pastebin your /etc/apt/sources.list . Do you get similar problems with other software? [19:35] xit [19:35] I'm starting to get used to not bottoming out my keys [19:35] ThePendulum: I'm not using Unity on this PC so I can't tell you! [19:35] whops, wrong channel [19:35] TJ-: ah bummer, don't think it's unity specific though [19:35] thanks anyway :) [19:36] Bashing-om: seems in the Settings > Display there's a "Scale for menu and title bars" that affects most things [19:36] ThePendulum: I'm using lxde right now here so I'm not sure where the setting is or if they're equivalent [19:37] TJ-: :( That was the only thought I had .. was valid back then . [19:38] anyone here familiar with mdadm? [19:39] TJ-: ah yeah :) [19:40] in the printer settings i get "Gestopt - Backend /usr/lib/cups/backend/smb does not exist!" [19:41] here is my sources.list http://pastebin.com/gtPDy0YU [19:41] Anyone for whom ctrl + shift + U lets you enter an unicode value? What's in All Settings > Keyboard > Shortcuts > Typing? [19:42] software center also not working. before i have set proxy through gui and i removed that.also i rebooted afterremoval of proxy [19:43] hi guys, i have 2 kernel images in /boot ... how /where should i set which image will be booted up? [19:46] heap_: The one that is set as default in your boot loader. Look at which one you are running now. [19:46] TJ-: i am running command now of a liveusb and its fluctuating 395-559MB/s! [19:47] sruli: are you sure earlier you weren't accidentally targeting a USB device? [19:48] TJ-: i recently found ASUS are very linux friendly! i was always a fan of HP but given they dont allow to add keys to secure boot for custom bootloader (only in business series they allow) i am no more a fan [19:48] TJ-: it is connected via USB [19:49] in the printer settings i get "Gestopt - Backend /usr/lib/cups/backend/smb does not exist!" However, there is a link named smb. anyone any ideas? [19:49] vfw: oka [19:49] sruli: OK, well the USB bus will limit the transfer speed. sometimes a transfer can appear faster for a time whilst the data is eing buffered in RAM but eventually, if the device is bigger than the RAM, the reported speed will drop closer to the actual speed [19:50] Hello [19:50] vfw: long time ago there was a option in grub during the boot you were able to select the one you wanted to boot up [19:50] So what do I need to be concerned about if I have the zfs stable ppa and do a dist-upgrade to 16? [19:50] Execution of /usr/sbin/a2dismod aborted due to compilation errors. [19:50] I was installing apache [19:51] Hello all, I am completely new in ubuntu - How do I find my version of Ubuntu? [19:51] lsb_release -a [19:51] in a terminal. [19:51] Using the terminal [19:51] TJ-: its been running for 5 minute snow, still around 450MB/s already written 133GB ram is 12g [19:51] heap_: Still is. Hold Esc key [19:51] I am using bash script to create working environment on server. On section connected with installing of apache I have command 'sudo a2dismod mpm_prefork mpm_worker'. [19:51] And I get... [19:52] heap_: But I think you can still edit the config file. [19:52] syntax error at /usr/sbin/a2dismod line 564, near ") {" [19:52] syntax error at /usr/sbin/a2dismod line 572, near "}" [19:52] syntax error at /usr/sbin/a2dismod line 589, near "}" [19:52] heap_: you can set it in /etc/default/grub. GRUB_DEFAULT= i don't remember if it's just a numerical order of the images update-grub goes through [19:52] heap_: /etc/default/grub === matthelmke-afk is now known as matthelmke [19:52] TJ-: i keep the sony for a spare, given it cant do a dd at a decent speed i think it will find itself more at home in the dump [19:53] new Ubuntu tomorrow, woohoo [19:53] What is my problem? [19:54] is 16.04 being released at midnight? GMT? [19:54] Again; How do I find which version of ubuntu that I am running? Using the terminal? [19:54] rayxoxo: I already told you. lsb_release -a [19:54] rayxoxo: lsb_release -a [19:55] Ah, thanks nico- Didn't see it... Mia culpa... [19:55] who's Mia? [19:55] Thanks you all, ciao. [19:56] rayxoxo: If you don't like that answer, try cat /etc/issue [19:58] ? [19:58] heap_: https://help.ubuntu.com/community/Grub2/Submenus [20:09] akik: thanks [20:10] is 16.04 being released at midnight? GMT? [20:10] !xenial [20:10] Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. It is due to be released on April 21st. Discussion in #ubuntu+1 Await the release in #ubuntu-release-party [20:10] sruli: late afternoon, apparently. Europe time. [20:11] nicomachus: thanks, need to install on 6 new laptops was hoping to be able to start late tonight... [20:11] similar here. [20:12] So what is the story with doing a dist-upgrade when using the ppa for zfs? [20:12] i hope the bug of splash screen will be fixed, in beta2 splash screen does not show on encrypted HDD's [20:15] Uhh, via Ubuntu no desktop, how can I replace the (located at /var/www/html/index.html) file? [20:15] Can't seem to find it.. [20:17] Never mind xD [20:17] Anyone know how I can fix the Error: /var/www/html/index.html: open for write: permission denied issue via putty? [20:17] use sudo? [20:18] I'm new to ubuntu, so please clarify :< [20:18] I'm trying to upload a file via ftp, so I need to change permission on my created account [20:18] !sudo [20:18] sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !pkexec (for older releases: !gksu and !kdesudo). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [20:20] Blink`: it's the Linux equivalent of Windows' 'run as administrator', basically. Certain stuff requires 'root' or admin priviledges [20:20] Ahh [20:20] So I would have to give the new account root priviledges? [20:20] Thank you for that anticitizen <3 [20:20] what's the exact command you're running? [20:20] no prob [20:21] a related issue could be rights assigned to a file. some files cannot be accessed by programs unless you change the permissions of the file [20:21] Not really running a command, I've set up a sub-account on ubuntu, LAMP installed - Just having issues replacing index.html which came out with the error (using filezilla to try and replace it) [20:22] okay, so you're doing this remotely? [20:22] greetings, greetimngs [20:22] Yussir [20:22] Blink`: installed lamp from the ubuntu repos? [20:22] It was pre-installed with the server I rented [20:22] Figured that part out after I installed it.. @@' [20:22] okay. can you connect to the server via SSH? [20:23] Blink`: put yourself into the www-data group. then relogin. then you can manage the files in the webserver folder [20:23] ^^' [20:23] anticitizen - yeah I can [20:23] if that doesnt work, then ask the hoster since he might have changed something from the standard ubuntu setup and then he is responsible for that [20:24] k1|_!!!! [20:24] Hoster - as in someone who rented the server, or the person providing the server? [20:24] when you set up filezilla, is it connecting via a keyfile or a username/password? [20:24] anticitizen - both [20:25] does the user you're logging in with have root permissions? === Nexus is now known as Nexuus [20:25] Blink`: you said you are renting the server and it was preinstalled. so the person/company who did this preinstall [20:25] Checking that now, anticitizen [20:25] And ty k1l_. [20:25] Blink`: its really that easy on an ubuntu: put yourself into the www-data group [20:26] Would help if you could tell me what www-data is :p [20:26] Blink`: useradd -G {group-name} username [20:26] Blink`: www-data is the group and user that is runnning the webservers on ubuntu. [20:26] Ah, fair. [20:26] Ty [20:27] that's how you add a user to a group from the command line. you'll have to SSH in of course first [20:27] don't forget sudo [20:27] login with root, right? [20:27] wait, sorry [20:27] that's for adding a new user and adding to a group [20:28] Blink` do you understand "user groups in the linux file system? [20:28] run "sudo adduser www-data" [20:28] I understand usergroups in general [20:28] you want usermod -a -G (group) (user) [20:28] anticitizen: my command is a bit easier and you dont get trouble if you miss the -G etc. [20:29] i didn't see your command, sorry === Nexuus is now known as CameraEye [20:29] There we go, added to the usergroup [20:29] "sudo adduser www-data" [20:29] Blink`:"www-data" is simply the name pf a user group associated with the application [20:29] curlyears - sorry. I understand usergroups in general so I assume it'd be very similar with a hierarchy [20:29] k1l_ - ty, that's done [20:30] So I just relog with fz and it should work? [20:30] Blink`: now logging in with the -user- and he should be able to manage the files in the documentroot [20:31] Anyone else having trouble with youtube on 14.04? I watch it for a bit and then my load average starts going up. Chrome and Chromium both do it. I'm pretty sure FF does too, but don't want to have to kill it at the moment. I'm going to try Vivaldi too, but just wanted ot hear if I'm alone [20:31] k1l_ - Still getting the Error: /var/www/html/index.html: open for write: permission denied error [20:32] Adding user to group www-data. Done. [20:32] Was done as well [20:32] Blink`: you needed to repace the with the actual username [20:32] I did [20:32] I just replaced the usernamed on here with to not show the username [20:32] lol [20:32] please loginto ssh with that user [20:32] Blink`: the files with your applications are associated with one or more "user groups.' If your login in not a memebr of the requisite user group, you won't have file access [20:33] Fair enough [20:33] Then in that case, can I just give this user root access, and it should work after.. Right? [20:33] Blink`: no [20:33] it should [20:33] that's how mine is configured [20:34] So have a small issue. I am connecting my laptop to an external display. It works just fine except for when I hit the meta key to bring up the HUD. When I do this it goes to a black screen untill I hit escape or disconnect the monitor. [20:34] Blink`: on a server that is connected to the internet there is not such a thing like "i will just disable all security settings". because that makes your server just another botnet client and spams our mailboxes. [20:34] say, can you transfer files to the server in another folder, like your home folder? [20:34] what is the minimum size of a partition on a given hd, and where does one look such things up/ [20:35] anticitizen - I can transfer file over to my user directory via ftp, but not home directory [20:35] curlyears: "system requirements". i would look into the wiki.ubuntu.com or the release notes [20:35] k1l_ - I agree. But I've got all the security set up [20:35] Blink`: as a workaround, you could just SSH in and sudo mv the file to the right place, i guess [20:36] Disabled root login, but the user under that (which is this one) should have root access without being root [20:36] i haven't used filezilla enough to know how it can escalate priveledges unfortunately [20:37] Blink`: please loginto ssh with that user [20:37] k1l_ - please excuse me for 5 minutes, gotta do a quick errand [20:38] Is this a place to discuss preseed/netboot questions? [20:38] k1\_:, i See.. I kept gettimgtold that my partiion size was smaller than the minimum partition allowed, even when attempting to give it 512GB [20:39] mercury00_: if you ask people will try to answer [20:39] does anyone knows how to solve samba printer issue "Inactief - Unable to connect to CIFS host after (tried 3 times)" [20:39] curlyears: that doesnt make sense. there must be another issue [20:40] hello [20:41] k1|` thta's what I thought too...partd is weird under 14.04 when messing wth drives of > 2G [20:41] curlyears: Please pastebin the exact error message. === afkthairus is now known as athairus [20:41] curlyears: be more specific and provide hdd /partition settup and exact errros [20:43] Jordan_U: wish I could, the problem was encoutered during aa feesh install setup..Not only do Inot have the messages currently available, I don't know how I'd pastebin them from an install session [20:44] curlyears: Server or Desktop install? [20:44] curlyears: boot the live iso. there you have a regular desktop and can use gparted and browser etc. [20:44] desktop install. [20:45] curlyears: Then just select "try before installing" to get a regular desktop session and start the installer from there, as one applocation in a window among many. [20:45] anyone have experience with ubuntu privacy remix? [20:45] trying ot see if i can use LUKS on it [20:46] Jordan_U: and hpow do I paste copied messages into paSTEBIN UNDER THAT? [20:46] curlyears: like you do on any other OS. use the browser like firefox [20:46] hola I am looking for a way to "snap" two (or more) windows together so when I adjust the size they both change. Like if I snap one to the left and one to the right then the split in the middle would resize both windows at the same time [20:46] is that possible? [20:48] Sorry about that k1l_ - back now [20:48] k1|_ i have issues withh doing that. I have neen offlie since Dec 20, 2015 with and unbootable system, and can't remember how to paste something I've "cut" [20:49] I have relogged with that user now, k1l_ [20:49] does "groups" list www-data? [20:49] Yeah [20:49] sudo www-data listed that [20:50] Blink`: what shows "ls -al /var/www/html/index.html" [20:50] Nothing, thats the only thing that is listed - www-data [20:50] curlyears: Go to http://pastebin.ubuntu.com and ctrl+v then submit to make your paste, then post the link to the new paste here for us to access. [20:51] Blink`: what? [20:51] www-data is the only thing that's listed in groups [20:51] Oh [20:51] Nvm, sec [20:51] k1l_> Blink`: what shows "ls -al /var/www/html/index.html" [20:51] -rw-r--r-- 1 root root 11510 Jul 21 2014 /var/www/html/index.html [20:51] Is what shows [20:52] why is that root? [20:52] No idea. [20:52] control V? cool. thanks, guys. I'm not as big a newbies as I seem tobe, honest. Just getting older and slower (don't get old, it sucks) [20:52] All I've done is rent server, set up ssh, did the keys [20:52] Everything else from that is how it was, originally [20:53] did you put that file there with ftp logged in as root? [20:53] Blink`: k1l_ To me it is easier to use symliks to /home/user-name/html [20:53] z0ran [20:53] No k1l_ - It was already there [20:53] curlyears: just FYI, some programs (like terminal programs) require ctrl+shift+v to paste [20:53] ahhhhhhh [20:54] Blink`: k1l_ it requires no special provisions, ownerhip or permissions. [20:55] well, off t continue recovering4 moths worth of missed email [20:55] Blink`: If the index.html there is customised by your hosting service, rather than the default Ubuntu/Apache index.html then they might have put it there (incorrectly). [20:56] TJ-: when it finishes writing, i should expect an error "No space left on device", right? [20:56] Blink`: http://askubuntu.com/a/386940/31260 [20:56] ln -s /home/vfw/site1 /var/www/site1 [20:57] sruli: correct [20:57] ubuntu 14.04 is good? [20:57] Akenobis: yes [20:57] TJ-: oh i see it now, did get the error, did not notice it after 1st time so ran it again, second time it wrote at around 950MB/s, I dont know how that is possible === wk-work_ is now known as whitekidney [20:57] Akenobis: Ubuntu 16.04 is released tomorrow [20:58] I hear you can download it now [20:58] I downloadeed it Monday [20:58] all of what is discussed on http://askubuntu.com/questions/386928/default-permissions-for-var-www/386940#386940 is not needed. [20:58] ok thanks === fguzzo is now known as chebit [20:59] Got a question about SSHD and the "Match Group" directive. Anyone want to hear about it? [20:59] whelp, 5 o'clock and time to go home, later all [21:00] WRStone3: Just ask your question and if anyone thinks they can answer it they will. === vifino- is now known as vifino [21:01] Hello: I want to save contacts and calendar from my Android-Phone on my Linux-PC without Google. How can I do it? [21:01] Afternoon folks, my ubuntu system has decided not to connect to the internet today. It seems that it's not dectecting the connection on the card [21:01] Anyone have any ideas? [21:01] NewUser2016: Just use your gmail account [21:01] is there any countdown for Ubuntu 16.04 available? [21:02] 10 9 8 7 6 5 [21:02] Now I don't want to use GOOGLE. [21:02] It's available [21:02] Beta 2 lol [21:02] enoch85: #ubuntu-release-party but there is no fixed time, so there is no countdown [21:02] thanks @all [21:03] NewUser2016: But it is much easier [21:04] Jordan_U, anyone else, here's the sitch: I'm trying to disallow passwords in SSHD for a specific group. I'm useing the "Match Group Ubuntu" statement followed by "PasswordAuthentication no". The first statment works, and I know because other directives work. "PasswordAuthentication no" doesn't. No idea why. U14.04. [21:04] I don't give Google my datas. That is the first priority. [21:04] NewUser2016: The android phone is a google phone, so... [21:04] I use Android without Google [21:04] NewUser2016: you use internet so.. [21:04] Android is an OS lol [21:05] NewUser2016: save as .csv on the phone, then connect per usb and save on the ubuntu pc [21:05] Xali: Correct [21:06] How can I save it as csv? [21:06] and in order to use android phone properly, one needs to use gmail [21:07] NewUser2016: that depends on what program you use. but most should have a "export contacts" setting. better ask in #android if you are unsure [21:07] Tundra-OldDsktop: In small steps; Is there a positive result ' ping -c3 127.0.1.1 ' ? [21:08] NewUser2016: what do you have against google? [21:08] Bashing-om: alright, I got a response [21:08] vfw: i dont think we need to discuss this here in #ubuntu :) [21:08] k1l_: correct! [21:09] Tundra-OldDsktop: The response is " 3 packets transmitted, 3 received, 0% packet loss " . yes ? [21:09] Bashing-om: yeah [21:09] hello [21:10] Tundra-OldDsktop: K; let's see if you are getting out of house ' ping -c3 8.8.8.8 ' . === Quatroking_ is now known as Quatroking [21:10] Bashing-om: connect: network is unreachable [21:11] Tundra-OldDsktop: Yuk .. are ypu connecting via a router to the internet ? [21:11] Bashing-om: yeah [21:11] what else? [21:14] Tundra-OldDsktop: Let's find the router's IP . Try ' ip route ' . What is shown for " default via " ? [21:15] Bashing-om: I know the routers ip [21:15] Tundra-OldDsktop: Then can you ping the router ? [21:16] Bashing-om: connect: network is unreachable [21:17] hello [21:17] probando Ubuntu Mate [21:17] is there a hotkey combo to minimise just the active window? [21:17] i dont want to minimise all windows [21:17] Tundra-OldDsktop: K; then what returns ' ifconfig ' . [21:17] Windows + m? [21:17] speak spanish [21:18] bye [21:18] yes in Windows that works ;) [21:18] Bashing-om: give me a line that you want [21:18] satysin: alt then space then n [21:19] Tundra-OldDsktop: " inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0 ;; UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 [21:19] Bashing-om: not there [21:20] EriC^^, yeah I wanted something cleaner than that really [21:20] like ctrl+super+d [21:20] but for just 1 window [21:21] ah got it! custom shortcut in Keyboard :) [21:21] now ctrl+m does it just like on windows ;) [21:21] Tundra-OldDsktop: Back to aquare one . What interfaces are known ? show ' ls /sys/class/net ' . [21:21] square* [21:22] Bashing-om: eth0 and lo [21:23] Tundra-OldDsktop: K, and what driver - if any - ' sudo lshw -C network ' in the line " configuration: autonegotiation=on broadcast=yes driver=8139too " ? [21:25] Bashing-om: driver shows as r8169 [21:28] when netbooting Ubuntu, why can't i do EVERYTHING i want to with kickstart? why do i have to use kickstart AND preseed? [21:29] user__: because kickstart and preseed are two different mechanism, to be used exclusively. [21:29] *mechanisms === arun_ is now known as Guest91284 [21:30] user__: Personally, I'm using kickstart, even with Ubuntu. [21:31] bekks: somehow i had to use both. specifically i couldnt get kickstart to blindly write over an existing partition. maybe im dumb [21:31] can you share your ks.cfg with me? [21:31] I doubt it will help you :) [21:31] you never know ! [21:31] i dunno why i cant just write over the disk with kickstart. its weird === brian is now known as Guest98345 [21:31] write over an existing partition on the disk i mean [21:33] Tundra-OldDsktop: Ouch .. think'n and look'n . Best I rcall there are problems with that driver . While I am away, have you reset the router ? [21:33] user__: you can run your own scripts, like killing the existing partition table with dd, and then you have a clean disk for partitioning. [21:33] Bashing-om: yep, many times [21:33] so maybe i should be running a pre step of wiping out the partition table ? [21:34] user__: thats the most easy way, yes. Going to that way, you can setup proper alignment as well. [21:34] does ubuntu actually support docker on 32 bit machines? :| [21:34] Yes [21:34] including the daemon? or jsut the client [21:35] Daemon [21:35] woah [21:35] At least in arch. I'd assume Ubuntu is the same === kb is now known as Guest35974 [21:37] just install Ubuntu Studio so far so good .. === jps is now known as Guest84372 [21:38] was using Mint but had a couple of issues... [21:38] But have found the US may have the same problems installing printers [21:39] Tundra-OldDsktop: confirm the driver is installed ' lsmod | grep r816 ' . Let's consider replacing that driver . http://ubuntuforums.org/showthread.php?t=1834774&highlight=RTL8168 as one reference ( old !) . [21:39] I've never gotten a printer to work in Ubuntu === Guest91284 is now known as arunpyasi [21:39] Only have a hp 5600 nothing special [21:42] Bashing-om: what do yo uneed from that output? [21:43] Tundra-OldDsktop: Something like " r8169 48022 0 " ?? [21:43] Bashing-om: yip [21:44] Bashing-om: where are we going from there? [21:45] Hi. I have an issue with M10 [21:45] The location icon is showing and hiding all the time [21:46] ciao [21:46] Aniyone has the same issue? [21:46] #uk [21:47] sergiqp: might want to ask in #ubuntu-touch [21:48] Tundra-OldDsktop: Honestly, do not know where we are going . Just aware there are problems with that driver . I have seen the recommendation to change to the r8168 driver . .. but we will see . What is in the config file /etc/network/interfaces ? I expect " auto lo ; iface lo inet loopback " . [21:48] I wanted to know if somebody has experienced it or only me. [21:50] Bashing-om: shows as expected [21:52] Tundra-OldDsktop: The local loopback is good, but can not talk to the router . Hummm .. ok what returns ' service resolvconf status ' where I hope you get " resolvconf start/running " . [21:53] Bashing-om: did you check that the default route is in place? [21:53] Bashing-om: unknown job [21:54] Bashing-om: want me to start it? [21:57] Bashing-om: nevermind my last [21:57] Bashing-om: I needed to sudo === nickz is now known as redtuxedocash [21:59] Tundra-OldDsktop: My bad . not passing 'sudo' .. Look I recently had the similar issue .. 2 days later was a bent pin on my NIC card . Are you certain that yopur cable is good ? === Xali_ is now known as Xali [21:59] Bashing-om: I can grab a different one [22:00] Tundra-OldDsktop: Won't take that long then to swap uut and "look" at the pins on the NIC . [22:00] out* [22:01] Bashing-om: first I'll swap the cable [22:01] Actually, hang on [22:01] No cause it works fine under windows [22:01] Bashing-om: ^^ [22:03] Tundra-OldDsktop: Trying NOT to replace the driver. What returns ' sudo ifdown eth0 && sudo ifup -v eth0 ' ? === Charlotte is now known as Guest27430 [22:04] k1l_ - Hi, you still here? [22:06] Bashing-om: ifdown: interface eth0 not configured [22:06] Bashing-om: ignorig unknown interface eth0=eth0 [22:10] Tundra-OldDsktop: ' cat /etc/network/interfaces file ' do you see " managed=false " ? [22:10] Can someone remind me how to save and exit visudo? [22:12] Bashing-om: no [22:14] Blink`: What editor visudo actually opens depends on what your default text editor is configured to be. [22:14] Tundra-OldDsktop: My bad .. wires crossed here ; should be the file /etc/NetworkManager/NetworkManager.conf . [22:15] Bashing-om: yeah, I see the correct line [22:15] Jordan_U - Actually figured it out, was using putty so ESC + :x worked. [22:15] Thanks tho [22:16] Just trying to figure out why it's only showing "-rw-r--r— 1 root root 11510 Jul 21 2014 /var/www/html/index.html" when I do ls -al /var/www/html/index.html [22:16] Blink`: putty doesn't effect how to exit visudo [22:16] affect [22:17] Really?:o [22:17] really [22:17] Bashing-om: if it's a better solution then I'm ok with doing the driver reinstall [22:17] t_t [22:17] /join #ubuntu-offtopic [22:17] and what are you expecting to see when you ls that file Blink` [22:17] Bashing-om: I just need a little guiding [22:17] Blink`: Since you don't seem very familiar with vim, you might want to configure your default text editor to be somehting else, like nano. [22:17] WHY is it such a pain to install printers in Ubuntu [22:18] kb__: it isn't [22:18] Was expecting another line under the new user I created, Ben64 - Since I'm having the whole issue with "Error: /var/www/html/index.html: open for write: permission denied" when I try to use ftp with my server [22:18] I have 3 printers (Epson) only one will install [22:18] Blink`: you should use sftp (file transfer over ssh) instead of old ftp [22:19] Sorry, I meant that one [22:19] sftp [22:19] I'm so used to typing ftp, my apologies [22:19] Blink`: and if you look at that file, the permissions are rw-r--r-- so only the owner (root) has write privileges [22:19] Yeah, so how can I make it so the user has write privileges too? [22:19] I had PClinux OS on for a minute and it seen the epson software just like a mac or windows.... [22:20] Blink`: change the owner to your user? [22:20] Blink`: either change the owner to yourself, or give *everyone* write privileges - I recommend the former [22:20] Tundra-OldDsktop: As advised, I am aware that there are problems with that driver, but not convinced that is the problem. As that last " interface eth0 not configured " how about we try and configure it ? [22:21] Apologies if this seems like a noob question that I should google, but how can I change the owner? [22:22] Blink`: 'chown : /path/to/file' [22:22] thank you [22:22] Bashing-om: alright, how do? [22:22] Blink`: Sorry, typed too fast, meant : ... though in your case, there shouldn't be a difference [22:23] Tundra-OldDsktop: 1st is to insure ' ls -l /etc/resolv.conf ' returns " lrwxrwxrwx 1 root root 29 May 19 2013 /etc/resolv.conf -> ../run/resolvconf/resolv.conf " . [22:24] chown: changing ownership of '/home': Operation not permitted - I got this [22:24] Blink`: You may also wish to change the owner of the entire directory, which would be 'chown -R : /var/www/html/' [22:24] Blink`: chown must be done as the user who currently owns the directory, meaning you need to use 'sudo' in front [22:24] Would it be ideal to change the owner of /home, Hesulan to the user? [22:25] Blink`: I would advise against chowning /home [22:25] May I ask why, if you don't mind [22:26] Blink`: /home/ is owned by the in question by default, /home is owned by root so that no ordinary user can mess with other users' home folders [22:26] That makes sense, thank you! [22:27] Uhh, what am I supposed to put in the [22:27] www-data? [22:27] Bashing-om: yep, that's what was returned [22:28] Tundra-OldDsktop: K: then let's do ' sudo dpkg-reconfigure resolvconf ' . [22:28] Tundra-OldDsktop: It will present you with a question about preparing /etc/resolv.conf for dynamic updates - answer "Yes". It may also present you with another question about temporarily appending your existing config to the dynamic one - I suggest answering "No" to that one. [22:28] Blink`: I usually set and to the same thing [22:29] So same name? [22:29] Blink`: Although both and are actually optional - you can 'chown ' or 'chown :' [22:29] Blink`: Yep. Most users also belong to a group of the same name by default. So the user 'www-data' belongs to the group 'www-data'. [22:30] Fair enough, thank you [22:33] Bashing-om: I did that, the second y/n question wasn't presented. I rebooted like the thing asked [22:33] Blink`: You may wish to google for a tutorial on the Linux/POSIX filesystem layout - I found it fairly confusing at first. Also, users/groups and file modes. [22:34] ty Hesulan [22:34] I will look into it [22:36] Bashing-om: connection is still dead :( === maxim is now known as Guest93129 [22:38] Tundra-OldDsktop: ' ifconfig eth0 ' still returns with no IP ? [22:39] Bashing-om: correct [22:40] Tundra-OldDsktop: All I know to do is change that r169 driver to r168 . Anyone else with a better suggestion ? [22:41] Bashing-om: lets do it [22:41] I've already let this sit for a week [22:41] Tundra-OldDsktop: http://ubuntuforums.org/showthread.php?t=1834774&highlight=RTL8168 is the tutorial . [22:45] Bashing-om: um, any idea where I could look for the driver? The link that that takes me to has a broken download link [22:50] Bashing-om: nevermind my last [22:50] Tundra-OldDsktop: Yeah .. lemme check .. Think I have a good link . [22:50] Bashing-om: ^^^ [22:52] if i do `ls /tmp` i get the files in a single line [22:53] can i get ONLY the filenames but one in each line with `ls`? [22:54] Tundra-OldDsktop: :) [22:54] viva: ls space minus 1: ls -1 [22:55] bekks: great! tx [22:55] so-many-switches :) [22:56] I am having an issue trying to change my headless machine to 1920x1080 [22:56] http://pastebin.com/raw/yc0S0RbY [23:00] Bashing-om: should I reboot after installing the new-old driver? [23:03] Tundra-OldDsktop: Yeah ,, I loke rebooting .. confirmed r8169 is still an issue . One other source http://askubuntu.com/questions/579041/realtek-ethernet-card-disconnnects-randomly . [23:07] Bashing-om: well, any more ideas? [23:07] I don't know what to do short of replacing the network card at this point [23:07] But the issue is that it works just fine in windows [23:08] Bashing-om: ^^ [23:09] Tundra-OldDsktop: Maybe a bad card .. what returns ' sudo ip link show eth0 ' ? [23:10] Bashing-om: what do you need from that mess [23:10] ' [23:10] ? [23:12] Tundra-OldDsktop: My return " eth1: mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 1000 ; link/ether 00:10:b5:4e:66:81 brd ff:ff:ff:ff:ff:ff ' Is your return somilar ? [23:13] Bashing-om: yeah [23:14] Tundra-OldDsktop: Should be working .. and as you have a local loopback, indicates the card is good . what now ' sudo ifdown eth0 && sudo ifup -v eth0 ' ? [23:15] Bashing-om: that ifdown interface not configured bit again [23:21] Tundra-OldDsktop: 1) ' lsmod | grep r816 ' returns what now ? [23:22] r8168 [23:23] i am trying to write upstart script for my db. http://paste.ubuntu.com/15957706/ but when i try to stop it with this command: 'sudo service neo stop' i see 'stop: Unknown instance:' any ideas? [23:23] Tundra-OldDsktop: 2) ' sudo lshw -C network ' card is identified and the driver is loaded ? [23:24] Bashing-om: that's a yes [23:26] hi. 16.04 is to be released on the 21st, where I live it is the 21st :) When will it be ready through software updater? [23:27] so your telling us your from the future? [23:28] haha [23:28] Tundra-OldDsktop: 'Bout at my end here .. What is in the file /etc/udev/rules.d/70-persistent-net.rules in respect to the network ? [23:30] Bashing-om: what do you need from it? [23:32] can anyone help me upgrade from a fresh install of 15.04 to 15.10 without breaking it? [23:32] n1md4: late afternoon europe time. [23:32] !eolupgrade | TAFB [23:32] TAFB: 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/EOLUpgrades [23:33] Hi guys! I'm facing a problem with samba on U untu 15.10, it suddenly stopped to work. I run sudo apt-get remove --purge samba and then sudo apt-get install samba and I'm getting an error message. Following the terminal tips, I run systemctl status smbd.service and I got: Failed to start LSB: start Samba SMB/CIF...). Can someone help me, please? [23:33] that page not written for noobs :( [23:33] k1l_: thanks [23:34] Tundra-OldDsktop: The lines similar " # PCI device 0x1113:0x1211 (8139too) ; SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:10:b5:4e:66:81", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" -- where my return is eht1 and for the (8139too) driver . Ne aware, we can delete this, reboot and the system will rebuild . Maybe fix that " not configured "(??) . [23:34] TAFB: then you should talk to your hoster for giving you the 14.04 image. [23:35] ubuntu-14.04-x86_64 [23:35] ? === welly[away] is now known as welly [23:36] TAFB: In my experience, upgrades involving non-LTS releases never go smoothly. In fact, half the time my non-LTS installs are at least slightly buggy by the time the next version comes out. I always just reinstall. [23:37] usually works well for me ;) [23:37] Bashing-om: the line PCI device [23:37] 0x1113:0x1211 (8139too) [23:37] Hesulan: this is a VPS, they only have 14.04 and 15.04 images to re-install :( if there was some way for me to fresh install 15.10 I'd for sure be doing it. [23:37] reads r8169 in paren's [23:37] Never worried about it, since LTS are supported for 5 years :P [23:37] TAFB: So use 14.04 [23:37] Bashing-om: ^^ [23:38] okies, I'll give it a go, thanks. [23:38] I just dont get why people use non-LTS on productive servers. [23:38] TAFB: In that case, I'd recommend using 14.04 until tomorrow. Then upgrade to 16.04. (Or just reinstall if/when they add a 16.04 install image.) [23:38] Hesulan: A direct update will be avail with 16.04.1 [23:39] Tundra-OldDsktop: Think'n; when you installed the OEM druver, dis you remove the r8169 driver ' rmmod r8169 ' ? [23:39] Or just wait until 2019 when 14.04 becomes EOL and update to 16.04.x and then to 18.04.x [23:39] Bashing-om: yeah [23:39] No need for updating tomorrow. [23:41] Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 2.6.32-042stab113.11 x86_64) [23:41] how do i get a user write premission to a folder? [23:41] in terminal [23:42] Hi, I upgraded from 15.10 to 16.04, and ever since I can't get partial package updates when using apt? [23:42] Tundra-OldDsktop: Will in that case take someone smarted than I am to know the why the r8169 is in the 70-persistent-net.rules file. How about we backup that file and delete the network lines .. reboot and see what the system rebuilds ? [23:43] Bashing-om: I just renamed the whole wile and rebooted [23:44] Tundra-OldDsktop: That too should work . [23:44] Bashing-om: well we [23:44] *we're about to find out [23:45] how can i download all of the packages installed already on my system, using the same versions ? [23:45] how can i download all of the packages installed already on my system, using the same versions of the packages ? [23:45] @Whiskey use chmod command. You will need to have sudo access, so sudo chmod [options] OCTAL_MODE FILE [23:46] @Whiskey you can change a directory as similarly as a directory === master is now known as Guest84178 [23:47] c0nfuseki: i have that, but i don´t manage to give whiskey access to the folder [23:49] Whiskey: what's the output of 'ls -l'? [23:50] Bashing-om: well, that didn't work either [23:53] @whiskey cant you just do chmod 755 for the file to get permission [23:53] Tundra-OldDsktop: Welllll,, what driver is reflected now in the 70-persistent-net.rules file ? Do we have a driver conflict ? [23:54] @whiskey, when you have the terminal open in the directory above the directory you want to access and you type ls -l ... what does the line say? [23:54] Hesulan: only show owner name [23:54] of the home [23:55] Bashing-om: the new driver shows up [23:55] Tundra-OldDsktop: think'n again . [23:56] @Whiskey can you copy+paste the result into https://justpaste.it/ and give us the link? [23:57] hey [23:57] when will it be? [23:57] 16.04 [23:57] what hours? [23:57] !party | mattfly [23:57] mattfly: Please remember that #ubuntu, #kubuntu, #xubuntu, #edubuntu, and #lubuntu are support channels. To countdown to !xenial release and then party once it happens, join #ubuntu-release-party - For in-person parties, see http://loco.ubuntu.com/events/global/3339/ [23:58] Tundra-OldDsktop: Anything ' ip link ls ' ? [23:58] When it's ready. [23:58] oh thanks [23:58] not known mattfly join that channel [23:58] isn't it ready? [23:58] ye [23:58] yet [23:58] no [23:58] what? [23:58] oh [23:59] https://justpaste.it/thhb [23:59] Bashing-om: what lines do you need?