[00:00] honestly i don't understand why it's still not working [00:01] do i have to create a password for smb users? [00:01] Khar00f: what happens when you open the share and enter a username and password thats added to the group? [00:02] i saw some tutorials that said someting like smbpwd uid [00:02] it rejects my username [00:02] it just says invalid credentials [00:03] how does the global section in your smb.conf look? [00:04] and yeah, "sudo smbpasswd -a " lets you make a password for the user [00:05] so the users that are listed don't have any passwords right now is that why it's not working? [00:05] my smb.conf is default [00:05] din't hcange anything on it [00:05] the only thing i added are the share sections at the end [00:06] Khar00f: ok. add password for the user with the command above, that should solve it [00:06] i'll try it right away [00:07] Question [00:07] I have a laptop [00:07] I want to isolate my aps from eachotehr [00:07] how would I go about this. [00:07] I want something like Qubes but not Qubes [00:09] it worked [00:09] Can anyone help me with a wifi issue my tablet freezes every time I use a browser and this is the error I am getting [00:09] https://dl.dropboxusercontent.com/u/33402675/IMAG0104.jpg [00:09] i dont' understand why on this page, https://help.ubuntu.com/lts/serverguide/samba-fileserver.html there's no mention of the password command [00:09] i've been trying this for 2 days [00:10] samba can run its own password database [00:10] Khar00f: glad you got it working [00:11] but that's a pain, if you want your users to be able to use the shares, they have to remember their login info and their smb pwd, there should be a way to simply authenticate with system logons [00:11] but anyways, at least it works, it's not a productive environment so it'll do for now [00:11] kicksled: thank you very much my friend [00:12] next server, is webserver :) [00:12] migrating all my servers from nas4free is longer than i thought [00:13] ksdfksd: check out subuser.org [00:13] Khar00f: I can recommend the tutorials digitalocean has on setting up different server apps etc, well written stuff [00:14] kicksled: neat [00:14] kk4ewt: you said "can run" does that mean there's a way to make it not to and instead use local userbase and passwords? [00:14] ksdfksd: something like that you're looking for? [00:15] kicksled: thats exactly it. [00:16] I wanted to lock down applications [00:16] Khar00f: I belive the line "unix password sync = yes" in the global section of your smb.conf will solve the problem with 2 passwords [00:16] kicksled: you know if I can lockdown it further? [00:17] ksdfksd: looks neat. haven't tried it out myself, but its based on docker as far as I know and docker is great [00:21] ksdfksd: they have a channel here on freenode, subuser === Dorami-Doraemon is now known as Guest66338 [00:21] its dead [00:22] ksdfksd: ah, noticed that. since its based on docker maybe you'll have better luck finding articles on hardening docker, and can use that to also harden subuser [00:23] Khar00f: let me know if that unix password sync line makes things easier for you regarding passwords [00:23] kicksled: I might try out Qubes [00:23] Part of the reasoning is to isolate personal from internet data [00:24] so Freenode shouldn't be mixed with Facebook [00:24] Khar00f: but you still need to add a smbpasswd for new users the first time. use same password as unix password, and after that it will update when user updates the unix password [00:25] ksdfksd: haven't tried Qubes, but yeah, it looks like it would do what you want. [00:26] I'm split [00:26] Qubes or subuser. [00:27] ksdfksd: fire up a vm with Qubes and test it out, could do the same with subuser, test it out in a vm first and see what you like best [00:28] I know my laptop is fully supported [00:28] ksdfksd: you could also check out https://blog.jessfraz.com/post/docker-containers-on-the-desktop/ a good read on gui apps with docker [00:29] root@ubuntu[~]# telnet 185.61.138.176 [00:29] I am trying to run this command and it is asking for installation CD. doesnt it get downloaded from internet? sudo apt-get install build-essential checkinstall [00:30] ksdfksd: and this for how to write the docker files etc http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/ [00:31] fixed it by commenting cdrom line in source.list [00:31] Castor_T: is main repository activated in software & updates? [00:32] kicksled, I commented it now [00:32] looks like the main repository will get its data from cdrom [00:32] Hey all, I'm on ubuntu 16.10, and I can't find the fonts directory [00:32] there is no ~/.fonts, no /usr/local/share/fonts [00:35] isn't it usr/share/fonts ? [00:35] oh, yes :) [00:35] thanks [00:35] np :) [00:35] yeah [00:37] Hi, Im thinking about setting up a VM in VBox and then deploy it to an actual physical machine (server). But while this seems easy to do via various conversion methods and then write an image to a clean disk.. what are some caveats etc? anyone have experience with this? [00:38] it appears using sftp i cannot connect two instances to the same destination? in this case id like to connect to the /Users/myusername directory as well as /Volumes/ExternalHardDrive (connecting to a mac mini)... ideas? also is sftp == sshfs ? [00:40] arooni: yes, as far as I know sshfs uses basically the same function as sftp, what error is it giving you? I have to admit I haven't tried connecting two places at once. [00:40] sphrak, that can work, but are you sure you need to? Why not install it and then configure? [00:40] on the same destination I mean, normally I mount my user directory or / [00:41] SchrodingersScat: doesnt give me an error message; but id like an easy way to navigate to say my home folder on my mac or the attached external hard drive [00:41] SchrodingersScat: when i double click the saved bookmark; it just mounts that location ; just moves from say my home dir to hard drive or vice versa [00:41] arooni, do you want to mount the same remote in 2 places, or mount 2 remotes at the same place? [00:43] lordcirth_: well both remoters are the same host (mac mini) ; they are just different destinations on the mini. one home directory the other an external hard drive [00:43] both remotes [00:43] same remote in 2 places i suppose [00:43] lordcirth_: well its mostly because I want to avoid downtime, and also I have some stuff I need to migrate onto it. Im also thinking I might avoid going to the site and deploy it myself, this way I can just write an ssd with the image and mail it to the person that hosts it and make him replace the current system disk :-) [00:43] sphrak, ah, long distance, I see. [00:44] arooni, if you want the same remote in 2 places, symlink or bind mount, dont mount twice [00:44] I mean, it should work, but it's messy [00:44] sphrak: just make sure to test it a couple of times on a local machine before sending off and having downtime ;) === andyhuzhill1 is now known as andyhuzhill [00:45] lordcirth_: yes, what im worried about is drivers etc.. on the physical system.. will it be detected automatically once it boots up? [00:45] kicksled: yes I will do plenty of testing before :) [00:45] sphrak, if you don't have to install any drivers to make it work, then it will just work [00:46] lordcirth_: thats amazing really. well I dont, its playtime then :D [00:46] Linux kernel autodetects everything every boot, normally [00:46] sounds rock solid by design, love that :D [00:47] yeah, it should be somewhat straight forward migrating from a VM, just follow one of the write ups that you feel are detailed enough, and test a few times locally so you're confident you're getting it all right - and you should be ok :) [00:47] Hey can someone help me with a question about changing the password for root? If I use the top answer from here: http://askubuntu.com/questions/294946/how-to-change-root-password-in-ubuntu ... does that change sudo and not my username password? [00:48] kicksled: awesome, yes im starting now :D gonna be great to go from 12.04 to 16.04. [00:48] 16.04 is great [00:49] run a couple of 16.04 server instances myself, solid asf [00:49] what do you mean by bind mount [00:49] kicksled: yes it is, the mysql installation bug appears to be solved aswell [00:50] sphrak: yeah, I had no problems with mysql installation on 16.04 [00:50] straight forward [00:52] kicksled: on some testing machines prior to 16.04.1 the installation failed on me but it works great now. This gonn be a good night, coffee and sysinstall [00:52] floam412: root acount is locked on ubuntu desktop, just use sudo -i for a root shell. [00:52] sphrak: what are the server for? :) [00:53] sphrak: yeah, sysinstall on servers are good fun, at leat I think so :p === p1l0t is now known as Guest10856 === mcphail_ is now known as mcphail [00:55] kicksled: unfortunately it didn't work, i tried changing a user pwd and the smbpass didn't change [00:56] even after restarting the server [00:56] exit [00:56] maybe i'm using it wrong, but anyways not a big deal in my setup, just more convenient [00:57] Khar00f: hmm. yeah, I haven't used it that way much myself, just tried it in testing. I like having it seperate, and also I'm the only user that needs access to the server, so other users only have the smbpasswd they need to remember :p [00:58] Has anyone come across sound coming out laptop speakers, even when headphones are connected? [00:58] twoddle: that's typically related to alsa jack sensing [00:58] maybe your alsamixer will have switches to enable/disable speakers [00:58] how to update path in ubuntu. I need to add a folder [00:59] yeah, I can see autoswitch working in alsamixer [00:59] but sound still comes out lol [00:59] yeah, same here, like i said, it's not biggie on my setup, really only one user with write access [00:59] Castor_Troy, the same way you do in any version of linux [00:59] its crazy. Ive gotten around it by attaching a DAC [00:59] thanks a lot for your help [00:59] kk4ewt, thats the problem. i dont know how to do it in linux [01:00] twoddle: use lubuntu and pavucontrol myself, and have different ports for speakers and headset. if it don't change automatically I have to change it manually. [01:00] Castor_Troy, and google says [01:00] Khar00f: no problem [01:00] kk4ewt, the answers are confusing. [01:00] i will try again anyway === gms is now known as Guest27028 [01:01] PATH=$PATH:newPath1:newPAth2 [01:01] export PATH [01:02] i am trying to edit the .bashrc file, will this work ? [01:02] Ive tried mutiple linux distros, and they all do it. This lalptop has 4 speakers (2 up front and 2 on rear) as its a 2 in 1. The sound is odd though, like it's just the left channel, thats coming out of both speakers [01:03] Castor_Troy: is this what you're trying to do? http://askubuntu.com/questions/60218/how-to-add-a-directory-to-my-path [01:04] yes, thanks kicksled [01:04] kicksled: the server is for owncloud which I use alot and also some file storage. Also host some websites aswell for fun [01:05] Castor_Troy: no problem [01:05] second question, is with screen rotation, as it isnt being detected. I'm using gnome; is there a gui that's tablet mode friendlier than gnome? === dr3w is now known as akmllr [01:06] sphrak: ah, nice. have owncloud set up myself on a server. along with openvpn, my own wiki, rss feed etc. fun to play around with :) [01:07] twoddle: I guess unity perhaps? but haven't tried it myself [01:07] kicksled: yes I have that aswell, mediawiki, and pi-hole setup for adblocking, also openvpn, both connected and as server. Use rss feeds via nextclouds news app, Have that aswell for testing [01:08] kicksled... so I tried that, and the password I usually use for sudo for some reason isn't working... would the password for su be the same as sudo or my regular username password by chance? [01:10] floam412: you can't su, but you can sudo -i for a root shell. if you for some reason want access to root, use sudo passwd to set a root passord. then you can su with that password in to root. but not recommended, I would just use sudo -i if I need a root shell and keep root account locked [01:11] sphrak: cool. tried mediawiki myself, but was to comprehensive for what I needed. just needed something simple for my linux wiki stuff. use tiny tiny rss as rss feed, works great. easy set up and I like the UI [01:11] kicksled: hmm what do you use for wiki then? [01:12] I feel its quite extensive for my own purpose too.. might migrate once at it right hehe [01:12] there is no way we can crack excel 2013 password ? [01:12] sphrak: use get-simple, more a cms than a wiki, but I just call it my wiki :p [01:13] kicksled; so changing my root password to something random and long won't make my computer any more secure when it comes to preventing malware from getting at my computer? [01:13] floam412: all passwords should be long and random [01:13] floam412, having login disabled is always more secure than even a good password, of course. [01:13] lol I know... but in this case, I feel that my current sudo password isn't long and random enough [01:14] floam412, then fix that [01:14] As a fun exercise, calculate how much entropy it has. [01:15] floam412: change your users password - best solution [01:15] so how would I go about fixing that exactly? I'm confused because different stuff I'm reading says to do different things [01:15] floam412, fixing what? [01:15] sphrak: pi-hole looks interesting, need to check that out === Wulf4 is now known as Wulf [01:15] kicksled, yeah I'm considering setting one up [01:15] like comparing to the first article I sent to this one... http://www.wikihow.com/Change-the-Root-Password-in-Linux [01:15] floam412: keep root disabled and change the password for your user to something strong [01:16] floam412, su uses root's password, which should be disabled [01:16] sudo uses your user's password, so change that [01:16] ohhhh [01:17] can anyone help me set up NFS to connect from ubuntu ==> mac via NFS? [01:17] thanks guys [01:17] no problem floam412 [01:17] arooni, ubuntu client? [01:17] Hi there [01:18] i am using hexchat to connect please help how can i join more group ? [01:18] lordcirth_: yes ubuntu is the client; connecting to mac os x; [01:19] john52: /join #channel [01:19] but it ask for registered [01:19] ? [01:19] !register | john52 [01:19] john52: 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 [01:19] arooni, well, assuming the server is working correctly, you should be able to mount it with 'mount -t nfs hostname:/mount /mountpoint' or similar [01:20] arooni: https://help.ubuntu.com/community/SettingUpNFSHowTo#NFS_Client [01:20] . [01:20] ok but how can i check if i m registered or not? [01:20] john52: join #freenode, they can help you with nickserv [01:20] plenty of info on how to set up nfs server on ubuntu and mac client; not so much on the reverse [01:21] I m under freenode [01:21] arooni, well, we can only help you with the Ubuntu side here. [01:21] john52, you are on the server Freenode, channel #ubuntu. There is a channel, #freenode, for Freenode help [01:21] john53 /ns help register [01:21] i guess first thing is to make sure mac server is set up [01:21] http://www.barryodonovan.com/2012/12/12/apple-os-x-as-an-nfs-server-with-linux-clients should help me [01:21] ohhhh O.O [01:22] no one rply back [01:31] lordcirth_: i tried following instructions but im seeing; mount.nfs: timeout set for Tue Oct 25 20:32:53 2016 .. === z_ is now known as Guest35943 [01:32] arooni, do the clocks match? [01:32] arooni, also, you can try -t nfsv3 === CompuDesktop is now known as Compu [01:36] lordcirth_: clocks appear to match to me [01:37] lordcirth_: mount: unknown filesystem type 'nfsv3' ;; i assume it was mount -t nfsv3 [01:37] Are there any sweet command line games like hacknet for linux for free? [01:38] lordcirth_: so if i run showmount -e on the mac side i dont seeany output [01:38] BurtReynolds, there are many roguelikes that are free. DoomRL is fun. [01:39] I do like the roguelike games but I'd like to try something that's a "hacking" simulator [01:39] I'll try out doomRL as I've never heard of it :D [01:40] Ubuntu has nethack [01:40] arooni, try -t nfs again, but add -onfsvers=3 to the end [01:41] nethack has nothing to do with either meaning of 'hacking' however [01:41] <3 nethack.. [01:41] I've only ascended once, though … Hard game. [01:43] nethack is crazy [01:43] hello! [01:43] hi [01:43] hey guys, i ve wondering about something may result extrange [01:44] let see if someone of you have the key [01:45] hello, I have a question about nautilus. I right clicked on a folder containing over 100 gb of files. But I accidentally closed the properties window before it finished calculating the size. Does this affect the files in the folder? [01:45] No [01:46] I have a laptop, sith 80Gb HDD, it cannot boot from usb. I want to use tails and DVD is slower than USB, of course, so i was thinking about "burn" the ISO file into a partition and run it as it was an USB stick. [01:46] lordcirth_: output >> https://gist.github.com/arooni/f4fb00c8b31ee2f9788f3ad3da67c94b [01:46] could be that possible? [01:46] anonymous-laptop, that is possible, yes. [01:47] I've been trying the same thing.. I have an old Mac - my bootloader sees the partition, but when I boot from it I get issues. [01:47] so much difficult? [01:47] also, that folder is located on a USB drive and I am using Nautilus from gnome3-team repo [01:47] anonymous-laptop, 2 ways you can do that: 1) you dd the iso over the drive like making a USB. 2) you make a partition, put the ISO file in it, and configure Grub to boot to it. === mac_nibblet is now known as Guest53829 [01:48] fuck yeah [01:48] thanks you lordcirth_ [01:48] @Kramer - You're fine. Your files are fine. [01:49] anonymous-laptop, the file method, while harder, would allow you to save things from Tails if you wanted to. [01:49] any recommendation about the filesystem to use? FAT32 could be work fine? [01:49] @Penumbral: ok then. Thanks for the answer [01:49] anonymous-laptop, ext4 === burak is now known as Guest3593 [01:49] fat *should* work, but you may as well [01:50] arooni, well did you try -o nolock like it suggested (assuming you're only mounting in one place) or start the daemon? === Guest3593 is now known as zemberek [01:50] Anyone have a recommendation on how to install on an old mac that refuses to install from USB, and the HD Partition thing doesn't work - oh, and the DVD drive is shot .. sigh .. [01:50] lordcirth_: the daemon is running on mac os x; but when i run sudo showmount -e ; nothing appears [01:51] PenumbralFromage, pull the drive, install, put it back? [01:53] Hmm.. Not sure I follow exactly. [01:53] I will try it and then come back in a few days to tell you the results [01:53] thanks a lot! [01:54] God luck, anon! [01:54] I don't have another mac to boot the drive in / install from. [01:54] I do have a PC - but doesn't the mac install need some special treatment on install? [01:55] PenumbralFromage, I've no idea. I've done it for PCs, though. [01:55] Normally Linux doesn't care whether you move it around, but it's possible Macs have something special. [01:55] Yeah, same .. Mac and the borked EFI boot makes life fun. [01:56] I have a bootloader now that can see and boot the install from USB/external drive - but it then goes to "No bootable device - please insert blah blah" [01:57] It's an old mac.. 10y.. 2006 bodel. [01:57] model [01:57] I think I'll just get a new DVD drive.. $25 on Amazon … blah … [01:57] I have managed to avoid dealing with Macs much, so I've no idea. [01:58] Good machines, I just need to get off OS X, support is gone for this model - I need to get Linux going. [02:00] I saw there was a special iso for mac on the 13.40 tree.. Hoping that will work, [02:00] lordcirth_: i ran ; https://gist.github.com/1c13c356607fb10592d806edc7244d48 ;; i got farther this time [02:03] PenumbralFromage, 13.40 what? [02:05] Sorry, 13.04 - Raring Ringtail [02:05] My 16.04 dns just up and crapped out on me today, anyone else had problems? [02:05] ubuntu-13.04-desktop-amd64+mac.iso 24-Apr-2013 18:26 783M Desktop image for 64-bit Mac (AMD64) computers (standard download) [02:06] I haven't seen another build with that moniker - so I wondered if I needed to be worried about newer releases + Mac. [02:06] At least old ones :/ [02:07] (Pasted from old-releases.ubuntu.com) [02:08] hi again lordcirth_ [02:08] doing that just now, primary, logical, extended...? [02:09] anonymous-laptop, if you only need 1 or 2 partitions, they should be primary [02:10] ;) [02:14] I deleted repositories from /etc/apt/sources.list. Is there a way to remove packages that were included in those repositories ? [02:21] franck2, ppa-purge [02:34] anyone know if theres another way to overclock a nvidia gpu w/o coolbits? that doesn't work [02:36] I'm looking for NVR software that can record from ONVIF compliant IP cameras and offers a web interface for viewing live feeds, archived footage, and administration. Any suggestions? [02:37] custom firmware? [02:38] thats what i did for my foscam camera [02:39] hi again [02:39] How does replacing the firmware on the camera help? Wouldn't I still need a server to archive the video? [02:39] that could work for wifislax? [02:39] menuentry "WifiSlax4.12" { [02:39] set isofile="/media/anonymous/a2249a77-88d2-4e11-ad35-2d6a3f487110/wifislax-4-12-final.iso" [02:39] loopback loop (hd0,4)$isofile [02:39] linux (loop)/boot/vmlinuz boot=casper [02:39] iso-sacn/filename=${isofile} quiet splash [02:39] anonymous-laptop, please do not paste so many lines to channel [02:41] okay, so can I private paste this? [02:41] just 10 lines [02:41] to see if the code is good [02:41] !paste | anonymous-laptop [02:41] anonymous-laptop: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [02:43] iso-sacn should be iso-scan [02:43] http://paste.ubuntu.com/23381833/ [02:44] and what about the path? [02:44] and the vmlinuz file, has no extension [02:44] there is also vmlinuz2 file in the iso [02:44] are they both in casper? [02:44] anonymous-laptop, that path looks like a mount? [02:45] yes, i used gparted, make this partition, and this is the path [02:45] use the vmlinuz in the /casper folder [02:45] maybe im doing something wrong [02:45] it could be the grub device [02:46] go to grub command line and type 'ls' - could be that (hd0,4) isn't the correct device,partition [02:47] i didn't test it yet [02:47] just send the code to see if it's okay [02:47] inside iso there is no casper folder [02:47] just boot folder [02:48] ok, then 'boot=casper' will produce an error if there is no /casper folder [02:48] so boot=boot? [02:49] yeah boot should equal the folder in which initrd and vmlinuz resides [02:50] so, lets test it hehe [02:50] thanks guys [02:50] np [03:01] howdy [03:01] Is there a good IRC app for Ubuntu with HiDPI? [03:04] what is HiDPI? [03:04] high dpi screen I think CountryfiedLinux means? [03:05] oh interesting [03:05] personally I use irssi with the terminal font a bit higher than normal :p CountryfiedLinux [03:05] does any irc app support that? [03:05] migueld: maybe... https://wiki.archlinux.org/index.php/HiDPI [03:10] howdy [03:10] Any good IRC apps for 4K display? [03:10] hexchat [03:11] ok thanks === Guest43303 is now known as Fudge === uhhf1 is now known as uhhf [03:30] mornin guys :) [03:30] mornin [03:36] anyone with questions for the mornin ? [03:37] anyone can help me ? [03:38] i have problem with codeblock, many gui doesn't work well [03:40] fajarlaksono , what is codeblock ? [03:40] IDE for c++ [03:43] fajarlaksono , you got me lost on that one bro :( sorry I can`t help you [03:46] Is there a way to install Lubuntu on a second hard drive using a hard drive with Ubuntu on it? [03:46] yep [03:47] UNetbootin? [03:47] StumpDumb , you have to copy your ubuntu into the second one - than install lubuntu-desktop on top [03:48] second hard drive is blank [03:48] StumpDumb ,no - you`ll need to do some google searchin for that - you really just copy all the files and write some code in terminal ( two or tree commands) that`s all [03:48] I want a clean/pure Lubuntu install [03:49] not just the Desktop [03:49] StumpDumb , it`s the same thing - I use Ubuntu server live cd for clean install - I trow everything else over it [03:50] hey so i want to install a custom compiled openssl that supports sslv2 as i need to check other servers for their sslv2 support - how can i remove the current openssl and install a new one without clobbering every dang thing that depends on openssl such as ubuntu-server* [03:50] dont really need support on the openssl side just how i can replace a package without killing the dependencies [03:51] or knowing what i need to do to rebuild necessary packages against custom compiled dependancies [03:51] interesting [03:55] . [03:55] y [03:56] hpoi [03:56] npo we? [03:57] hi all, [03:57] npo su [03:57] very slow shutting down or rebooting my ubuntu 16.04.1 x64 [03:57] heh ojo kasar [03:59] miq [04:04] So i open up two file manager windows, one to a remote sftp/ssh server, so i can send a couple of html files over, and it transfers at like 900 bytes a second, no other programs do this, is there a reason for that? [04:04] i think i might actually have misspoke... i think ubuntu's openssl supports sslv2. i assumed it didnt since the penetration distro kali does not and should [04:08] ??? === gregoire is now known as Guest76302 [04:09] Hi, i have a question. Is there a way to run and get external files in a /etc/service start up process? if I do any form for remote access the /etc/service script keeps repeating it self. Maybe it's my lack of knowledge getting in the way. It's ubuntu 14.04 server [04:09] haha [04:10] enen [04:11] hey === uhhf1 is now known as uhhf [04:13] I plugged nvs quadro 420 and 450 http://www.nvidia.com/object/product_quadro_nvs_420_us.html and http://www.nvidia.com/object/product_quadro_nvs_450_us.html and I saw only 2 out of 4 LCDs were shown as connected in xrandr -q. Other 2 as disconneced. I plugged that on an other machine having windows, I got all 4 working. A) any clues why? B) whats the minimum most costly card with 3-4 display at a time (for [04:13] multiseat) is 100% supported by ubuntu? [04:24] Howdy all. I am unable to make a valid USB livecd. Currently working on Debian, dd makes the drive write-protected. What can I do? [04:25] I am able to clear off old attempts using gparted [04:25] !usb | econdudeawesome [04:25] econdudeawesome: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [04:29] Bye bi [04:31] who [04:34] HOW ARE U TODAY? [04:36] ubmt: you joined the ubuntu support channel [04:36] and i say hello to anzhi but he left [04:39] I plugged nvs quadro 420 and 450 http://www.nvidia.com/object/product_quadro_nvs_420_us.html and http://www.nvidia.com/object/product_quadro_nvs_450_us.html and I saw only 2 out of 4 LCDs were shown as connected in xrandr -q. Other 2 as disconneced. I plugged that on an other machine having windows, I got all 4 working. A) any clues why? B) whats the minimum most costly card with 3-4 display at a time (for [04:39] multiseat) is 100% supported by ubuntu? [04:39] Sircle: you got the right drivers active? [04:39] Sircle: ubuntu version? [04:40] i need to update openssl. can guide me please? [04:41] lotuspsychje: yes. the driver manager auto suggested the correct one. I have 16LTS latest === silent is now known as Guest65977 [04:41] Sircle: your up to date also to 16.04.1? [04:41] lotuspsychje: yes [04:42] Sircle: did you test other drivers? other ubuntu versions? [04:42] lotuspsychje: no [04:42] lotuspsychje: which cards are fully supported out of box? [04:43] rajmohan: you want the heartbleed bug? [04:43] lotuspsychje: I would use them and avoiad time wastage [04:43] Sircle: out of the box is very relative mate, lets say the best driver is the one working best on your card [04:43] Sircle: did you check your additional drivers section for other drivers? [04:44] lotuspsychje: where is the additional driver secion? [04:44] Sircle: its the hardware icon [04:44] Sircle: or sources/additional drivers tab [04:45] !heartbleed | rajmohan [04:45] rajmohan: A fix for the recent OpenSSL vulnerabilities (2014-0076 & 0160) has been pushed to the Ubuntu repositories. See http://www.ubuntu.com/usn/usn-2165-1/ and http://heartbleed.com/ for more information. [04:45] lotuspsychje: I have kubuntu. No such link/button [04:45] Sircle: even on kubuntu, additional drivers should exist === Guest65977 is now known as silent_sky [04:47] lotuspsychje: cant find. But isnt there any "suppprted'/fully supported" cards? [04:47] Sircle: there is a hardware list certified for ubuntu, yes [04:48] Sircle: but in most cases, testing out drivers/ubuntu versions can sort most of the graphics cards [04:48] hm [04:49] Sircle: you can check by terminal also with ubuntu-drivers [04:49] lotuspsychje: i saw 340.96 on driver list and 340.98 on quadro website. I think I should download the later? [04:50] lotuspsychje: usage: ubuntu-drivers [-h] [--package-list PATH] [04:50] Sircle: i would recommend testing things out like: testing latest ubuntu graphics drivers ppa, or a higher kernel, or switching existing drivers, or testing another ubuntu version [04:50] Sircle: try ubuntu-drivers --list [04:52] Sircle: perhaps also compare kubuntu with unity if it influences? [04:52] unity? [04:52] whats that [04:53] !unity | Sircle [04:53] Sircle: Unity is the default UI since Ubuntu 11.04. Unity is a shell for GNOME. see http://unity.ubuntu.com. For a GNOME 2-like experience, see !notunity [04:55] is there a way to have a small buffer space in Konversation between the nickname, and conversation? It looks neater. [04:57] NoCode: the #konversation channel might know? [04:59] i'm dying which channel could help? [05:02] how to upgrade from "Ubuntu 14.04.2 LTS" to the latest "14.04.X"? [05:03] fishcooker: Try as ' sudo apt update ; sudo apt full-upgrade ' . [05:05] back :D [05:06] Thanks Bashing-om, i'll try dry run first [05:06] fishcooker: K; when in doubt ' simulate ' :) [05:09] So... [05:09] I installed a bunch of packages by sudo apt-get... [05:10] and no when I choose my Mint installation in Grub I get a black screen [05:10] I have an Nvidia card, and I had some trouble setting it up initially... [05:10] well then you should head to the mint support channel at #linuxmint-help on irc.spotchat.org [05:11] This is essentially an ubuntu issue [05:11] it is a mint issue [05:12] Oh, ok... [05:13] Hello? === Liz is now known as Guest70549 [05:17] Hello! I am on arch-linux. Now, I don't know why, some of the icons of fontawesome, are not displayed correctly anymore. I don't know why, before all have worked fine, but now, only some icons are broken. How could I fix this? [05:18] tubuliferous , I always say : "Use Grub4dos" :D [05:18] Grub4dos? [05:19] No clue, sorry >_< [05:20] comes in Puppy linux - make a dualboot usb with puppy alongside Ubuntu live iso (or whatever) :D [05:20] Prutheus: wrong channel man [05:20] tubuliferous , comes in Puppy linux - make a dualboot usb with puppy alongside Ubuntu live iso (or whatever) :D [05:21] Ben64: nope. I can also ask linux questions here. [05:21] Prutheus: incorrect === arpit is now known as mikev === mikev is now known as Guest69939 === Guest53829 is now known as mac_nibblet [05:22] Grub4dos handles dual , trial , or more - boot like a pro ! [05:23] Okay, I don't want to sound needy, but I can't fix this problem... Whenever i try to delete a file, I get an error like "Unable to create trashing file for : Permission denied. Is there a way to fix this? I feel so dumb. [05:23] wafflejock: I opened htop but couldn't otice any strnage process causing this issue. Sorry for late reply [05:23] ManInTheShed , open your terminal : sudo su [05:24] okay [05:24] ManInTheShed , than : sudo sinoptic (what was ubuntu`s file manager ?) [05:24] notice* strange* [05:25] ManInTheShed , that`s how you open your file manager as root and have all the privileges ;) [05:25] Oh okay, thanks!! [05:27] ManInTheShed: What are the permissions on the filke that you are trashing " ls -al ' ? Maybe "you" do not have the access rights to that file ? [05:27] Bashing om: I'm not sure, I'm a noob at Linux. [05:28] I'll check brb. [05:30] Don't know why I get this error and why the screen looks like this after I tell it to try it without installing or to install it https://imgur.com/a/ndqp4 [05:30] Is there any option to force a resolution === joob is now known as Guest6969696 [05:33] Bashing-om: I have access to the file, it gives me the error every time I want to delete a file, (I can still delete them, but only perm-delete, not move to trash) [05:33] varaindemian , how many cpu cores have you assined to that server ? [05:34] How do I backup either a snap or the configurations to export a snap(and configs) to another server? [05:36] ManInTheShed: show the output of the ls command . If "you" do not have the rights, you can not delete the file . [05:36] okay [05:36] Guest6969696 , donno , but I would try some resque live CDs - there are a lot of good tools among them [05:36] im out of the loop, just got on ubuntu 16.04 , should i not be using iptables anymore? what should i be using? [05:37] Bashing-om: -rw-rw-r-- 1 ben ben 1793 Oct 21 14:01 dum28.cpp [05:37] ManInTheShed , did it work ? remember that you have to log in as root : suso su :) [05:37] FatSpitfire, 1 [05:37] FatSpitfire, im not having a problem. Im trying to understand how to back a snap up. [05:38] I used xmodmap to modify the behavior of the caps lock key and that is working great, but the caps lock LED still toggles every time I press it. How do I disable this? [05:38] FatSpitFire: Yeah, I can delete it that way, just a bit of hassle every time I want to delete a file. [05:39] FatSpitfire, set it to 2 [05:39] Guest6969696 , live rescue cd iso have tools for backing up or cloning or whatever - learn to use other distro`s live cd - they`re as good as Ubuntu [05:39] FatSpitfire, now it works sir [05:39] FatSpitfire, nevermind, thanks. [05:39] np :) [05:40] Guest6969696 , i`m not naggin - just givin you an advice :) [05:40] ManInTheShed: Is it in the terminal you get that error message? [05:40] Guest6969696 , sorry I meant varaindemian :D :D [05:41] geirha No, it's when I right-click and click "Move to trash" [05:41] * Guest6969696 knows about live rescue but is asking for something else. [05:42] ManInTheShed: Ok, so it's a different partition than your homedir is on? [05:43] ManInTheShed: Only other thing I can think of is that you are not logged in as 'ben' ?? [05:43] FatSpitfire, who said you are nagging me? [05:44] varaindemian , donno , sorry - I thought you`re someone else :D [05:45] Guest6969696 , be more specific than [05:45] FatSpitfire, also, how did that work? :D [05:45] Bashing-om Maybe, I changed my username a while ago, but my terminal still says "Ben@Mutron" so idk [05:46] geirha I'm pretty sure my home directory is on the same partition... [05:47] Ah, changing username might explain it [05:47] That's no trivial task [05:47] varaindemian , well the guy left dissapointed :( I should keep my mouth shut [05:47] Maybe... [05:48] FatSpitfire, hehe lol I am not, is that a bug? [05:48] varaindemian , what is a bug ? :D [05:49] ManInTheShed: Would have to see the steps you went through to chagne your username to determine what steps you missed [05:50] FatSpitfire, I am just trying to understand why it worked :'( [05:51] varaindemian , you were using a 64-bit iso on a one cored processor :) [05:52] geirha that was a long time ago, but I think I just went to Settings -> User Accounts, and changed it to say "Muto" instead of "Ben", not sure if that's a username or just a login name. [05:52] thank you :) [05:52] ManInTheShed: Ah, that likely only changed the name, which is a trivial change [05:52] Okay. [05:53] Well, I'm going to bed than, lol, thanks anyway, guys!! [05:54] ManInTheShed: Do all the directories listed by this show that they are owned by your user? ls -ld ~{,/.local{,/share{,/Trash{,/*}}}} [05:54] ou [05:54] oh [05:54] Okay [05:54] ManInTheShed: When you do terminal command ' who ' .. are the returns all 'ben' or some other user name ? [05:55] varaindemian , no prob [05:55] Bashing-om ben tty7 2016-10-25 22:04 (:0) [05:56] ManInTheShed: You is you then - ben - . something else some where else . [05:57] geirha there are two outputs that say root, drwx------ 10 root root 4096 Oct 25 15:02 /home/ben/.local/share/Trash/files and drwx------ 2 root root 4096 Oct 25 15:02 /home/ben/.local/share/Trash/info [05:57] ManInTheShed: Ah, owned by root. That's the problem. [05:57] Alright! [05:58] hey guys [05:58] sudo chown -R "$USER:" ~/.local/share/Trash # reclaim your trash [05:58] has there been a fix for the wifi issue on 16.04 yet? [05:59] geirha Thanks!! It works! [05:59] Been like a full year with that trash problem [06:01] anyone on? [06:01] good morning [06:01] The_rooter I'm on, but probably gonna log off soon [06:02] just a question about 16.04 [06:02] shoot [06:02] last time i had it fresh install the wifi wasnt working and i seen a few post stating its kernel related...but i tested out linux mint and it works great [06:02] is there a fix of the wifi issue [06:03] sorry for bringing up another os but rather get back to ubuntu [06:04] The_rooter my solution is to just upgrade to 16.10, lol, But tbh I have no idea, sorry. [06:05] ok? [06:05] the_rooter: You could try telling us what chipset you're using [06:05] what is "the wifi issue" [06:05] the 16.04.1 release had some firmware updates in the kernel relating to wifi [06:05] as far as I know [06:06] Oh, happy mignight Mountain timezone, guys! [06:06] the_rooter: which wifi card do you have? [06:06] i don't have vrohh [06:08] sorry guys had a crying kid to tend to... [06:09] processor is intel core i3-4170 cpu @3.70GHz [06:09] processor doesn't really matter [06:10] broadcom corporation: BCM43142 802.11 b/g/n [06:10] ah broadcom [06:13] the_rooter: should be able to install the firmware for that card through the additional drivers gui [06:13] the_rooter: http://askubuntu.com/questions/55868/installing-broadcom-wireless-drivers [06:13] if what hateball said dont work [06:13] the_rooter , try to change Wifi channel on your router - try with one of channels from 1 to 9 [06:13] otherwise I think a "sudo apt install bcmwl-kernel-source" should do it [06:14] i have dont that kicksled and hateball and was a no go...i can try again and see if it goes [06:14] thanks guys i will try again [06:16] Welp, I'm out. Bye, friends! === bugz_ is now known as Guest79318 [06:33] hi there [06:33] Any one here? [06:34] I have a problem with virtualbox [06:34] FatSpitfire, the vm won't see the usb drive if I initially set it to usb 1.1 [06:34] do I need a reinstall to fix that? [06:51] whats is unmount mean in drive ? [06:52] anyone still alive ? [06:52] NO! [06:52] fajarlaksono: context ? [06:54] right click on the disc and there is unmount option what is that ? [06:54] how to mount it back ? [06:55] hallo ? === tom is now known as Guest95900 [06:55] hallo !!!!! [06:55] how save channel log? [06:56] can any one answer my question [06:56] help me [06:56] HI, Can you please help me to run command which find only file and symbolic link ? I am using find -L -type f [06:57] but I don't want to follow the symbolic link just to find the file link itself [06:57] fajarlaksono:you can mount it back [06:58] how to do that ? [06:58] for example mount /dev/sda [06:59] terminal ? alright thanks you [07:00] yes [07:01] any one know every statement you input to terminal ? or you just copy that from the internet, i want to know every digit that i input... [07:01] how to save the conversation content???anyone know how to do? [07:02] fajarlaksono: Well, -- when a device (disk) is in use .. data is in cache ,, this cache is written to the device when unmounted . Now a faulure to unmount can and does lead to a dirty file system .. and that will cause ya all kinds of issues , [07:03] ubmt: read the docs for your irc client [07:03] gnome volume overlay is displaying the wrong volume, and shows up of its own accord frequently [07:05] why unmount button exist ? lol... [07:06] fajarlaksono: so you can unmount things [07:07] how can i figure out whether this is my hardware or some kind of package issue? === papachef is now known as RemiGrosseTeub === RemiGrosseTeub is now known as papachef [07:09] fajarlaksono: History : ' less ~/.bash_history ' . As a terminal command . [07:09] what is that ? [07:10] fajarlaksono: a command for viewing your .bash_history file in terminal [07:11] fajarlaksono: " i want to know every digit that i input..." ^^ :) [07:12] thas not what i meant... [07:12] hello [07:13] hallo too [07:13] fajarlaksono: what device are you trying to mount? [07:14] i not trying to unmount, just ask.. [07:14] just wondering about unmount [07:15] ok. type in man umount in a terminal window, brings up the manual on the unmount command. [07:15] fajarlaksono: a good read on mount and usb drives: https://help.ubuntu.com/community/Mount/USB [07:17] I would recommend reading those resources for learning more about mounting/unmounting at least [07:20] how to make my ubuntu restart and shutdown faster? [07:22] linocisco: start with removing unnecessary startup applications [07:22] don't remove anything you don't know what is [07:22] kicksled, I tried [07:22] ubuntu already fast for me [07:23] how to ubdate ubuntu without download and re instal ubuntu. like i have ubuntu 16 and i want ubuntu 17 without re-instal computer, can i ? [07:25] linocisco: in a terminal you can run the command systemd-analyze blame to see which processes takes long to initialize, can give you an indicator of what to do also [07:25] fajarlaksono, use apt [07:26] fajarlaksono: you can upgrade from one version to the next with update-manager [07:27] ubuntu 16? i thought the latest was 15.10? [07:27] i'm 16 [07:27] 16.04 LTS [07:27] oops [07:27] i mean 16.10 [07:27] migueld: latest is 16.10, 15.10 is eol [07:27] oh okay [07:28] sorry wrong number [07:28] but 17 is not out yet right? [07:28] migueld: no [07:28] 17 is next year [07:28] i guest [07:28] 16.10 is the newest [07:28] why are people telling him how to update to 17? [07:28] nobody is [07:29] how to ubdate ubuntu without download and re instal ubuntu. like i have ubuntu 16 and i want ubuntu 17 without re-instal computer, can i ? [07:29] * kengo has quit (Quit: Ex-Chat) [07:29] * wiiguy (~fake@unaffiliated/wiiguy) has joined [07:29] * Toast has quit (Remote host closed the connection) [07:29] linocisco: in a terminal you can run the command systemd-analyze blame to see which processes takes long to initialize, can give you an indicator of what to do also [07:29] migueld: don't paste a bunch of stuff [07:29] fajarlaksono: you can upgrade from one version to the next with update-manager [07:29] migueld: i told him how to upgrade in general, i didn't say anything about 17 [07:29] i meant that [07:30] well he was asking about 17 [07:30] no one even said it was not out lol [07:30] migueld: and i gave him a general answer [07:30] wow [07:30] LOL [07:30] 17 is not out would have been a good answer [07:30] :) [07:30] migueld: relax, buddy [07:31] fajarlaksono: 17.04 isn't scheduled to be released until april next year. but in general you can either upgrade via software updater or via terminal and apt [07:31] poor guy might have been trying over and over to get 17 [07:31] lol [07:31] migueld: stop already [07:31] you guys could use some help with tech support [07:32] sometimes I wonder if you guys don't just come here to fuck with people [07:32] sad [07:32] i guess you dont have anything else to do [07:32] migueld: right now you're spamming the channel, you're the problem. [07:32] migueld: he was clearly just giving an example. [07:32] nah you telling someone how to get 17 when ITS NOT EVE FUCKING OUT YET [07:32] i didn't tell him a damn thing you idiot [07:33] migueld dont just highlight me [07:33] he was asking about 17 fucktard [07:33] it's just example. [07:33] i still didn't say a damn thing to him, you need to work on your reading comprehension. he already knows 17 is not out yet, so DROP IT ALREADY [07:33] migueld: well, case closed. he got an answer, both about release date for 17.04 and upgrading in general. [07:33] 16.0.4 seems to have enabled automatic-upgrades on first boot? I'm on a starcluster, and my code runs as a plugin, and needs to apt-get install some packages, but it's often losing the race, and blocked by the autoupdate, causing my plugin to crash. [07:33] i was saying in general buddy ahhah [07:34] well im glad someone told him [07:34] I don't see an easy way to beat it to the punch, I don't want to build a new ami. Can anyone suggest a safe way to kill or workaround this? [07:36] linocisco: you could also check this thread for some tips around slow boot and shutdown, maybe some of the tips mentioned there will work. (note, haven't tested them myself, just thought you could check it out as it looks to have a few good tips) https://ubuntu-mate.community/t/help-with-slow-boot-and-shutdown-of-16-04/5622 [07:36] cariaso: uninstalling unattended-upgrades will disable them. [07:36] Hi i am new to Ubuntu.. if i have plain cloud ubuntu .. then we need to run a domain on that.. for this we need to setup a host ? [07:37] ducasse, even if they're already actively running? [07:38] cariaso: just purge the package, it won't autoupdate again. [07:39] hi [07:39] hi oliver8282 [07:49] hi... is there any reason why running the same basic commands in a bash script in a loop over and over would cause the commands to take longer and longer? [07:49] thekrynn: you're going to have to be more specific [07:49] echo "${dtu} - (${dtu} % 86400)" | b [07:49] echo "${dtu} - (${dtu} % 86400)" | bc [07:50] im [07:50] im running about 5 of those (similar variants), and when the script first starts, they take 0.2s and after a few minutes, its taking over a second [07:50] dtu is an integer [07:51] i feel as though im spinning up too many pipes or something of the sort === jat-clone is now known as Guest21117 [07:53] thekrynn: might want to ask in #bash === jatt is now known as Guest17062 [07:54] yoyoyoyoyoyoyoyoyoyoyoyoyoyoyoyoyoyoyo [07:55] ok... [07:55] anyone have recommendation music ? [07:55] thanks [07:56] fajarlaksono, i heard that #chat or #defocus gor a god beat going for you [07:57] lol i got wrong room sorry. i thoung i chat with my friends at university... [07:57] i'm so sorry === DerRaiden_ is now known as DerRaiden [08:02] hello all [08:02] ello [08:03] I updated LC_TIME to en_US in /etc/default/locale and ran dpkg-reconfigure locales. that hasn't helped in changing that language back to english [08:03] how does one do it ? does it require reboot ? [08:03] this is 14.04 lts [08:05] Haris: what does your /etc/default/locale say in the line LANG= ? [08:05] LANG="en_US.UTF-8" [08:06] Haris: try to log out and back in after making the changes [08:06] join freenode [08:06] yep. workign [08:06] working+ [08:08] hello [08:08] hi ameurux [08:08] anyone experienced samba install errors? [08:08] on 16.10 [08:08] ? [08:09] what error are you getting? [08:09] it hangs on installing package [08:10] all works fine except samba [08:10] you need to paste the error for anyone to be able to help [08:11] yeah just a min [08:11] I have to login from my Linux Machine [08:13] ducasse, I won't be able to test this for a while, but thank you for the suggestion [08:17] Hello everyone, i am trying to install this csgosl from github: https://github.com/lenosisnickerboa/csgosl/wiki/Installing%20a%20new%20server [08:18] I am getting an error code saying:no display name and no $DISPLAY environment variable while executing "load /usr/lib/x86_64-linux-gnu/libtk8.5.so Tk" ("package ifneeded Tk 8.5.19" script) invoked from within "package require Tk" (file "bin/csgosl.tcl" line 6) [08:19] hi I have written an app in java and packaged it in a .deb is it not possible to upload it to the ubuntu software center anymore? [08:19] !motu | gerry_ [08:19] gerry_: motu is short for Masters of the Universe. The brave souls who maintain the packages in the Universe section of Ubuntu. See http://wiki.ubuntu.com/MOTU [08:20] is there any support in here? [08:21] ok thanks for the quick answer [08:21] @Bloom what do you need help with? [08:21] I am trying to install a script from github and i don't get anything of the error messages [08:22] Bloom: $DISPLAY is unset, how and where are you running this? [08:23] i have an old computer i installed ubuntu on which im trying to run it on, i have contacted the author of the script and he can get it work on his linux computer [08:23] Bloom: it needs access to an x server [08:23] What need access? My computer? [08:24] Bloom: the script, it needs to run under a gui [08:25] i don't get it, so what do i need to do? I've followed the guide that he put and i have installed tk and tcl. Do i need to have a screen connected to my ubuntu based server= [08:25] ? [08:26] Bloom, are using the server with ssh only ? [08:26] yea right now, but at home i have screen and keyboard [08:26] just not connected [08:26] Bloom, are you connecting from a windows machine ? [08:26] yes [08:27] Bloom: won't work. [08:27] Bloom, then you need putty + xming [08:27] how do i do that? [08:27] Bloom: you want the cs go dedicated server, not the graphical interface. thats my guess. check http://bit.ly/2dVqOQg [08:28] no i want the graphical interface but i thought i could get it on Linux? and then use my screen and keyboard to my Ubuntu based machine [08:29] Bloom: then putty + xming, see how to install here http://www.geo.mtu.edu/geoschem/docs/putty_install.html [08:29] Hello i have some problem with sound in headphones. Yesterday i was trying to save power via powertop and today i am having problem with headphones and idle state... while nothing is playing music ... wait 5 sec.. and a nd play a little bump... if i turn some music app on or some song the noise will again play i thing it is some power saving feature but i want to disable it [08:30] So from this xming i will be able to connect to the server and run the gui on my windows machine? [08:31] Bloom: yeah, xming lets you run gui remotely === cigumo_ is now known as cigumo [08:31] Wow, thank you guys:) [08:35] anyone? [08:35] I can't u [08:35] I can't open xming tho? but putty works [08:36] Bloom: you need to ask in ##windows for that, we only support ubuntu [08:36] How do i connect to an irc? i found this on a website [08:37] Bloom: /join ##windows === jan is now known as Guest52206 [08:38] hello [08:38] Is the wifi problem with the networkmanager still there on Ubuntu 16.10 ? [08:39] DerRaiden, that's an overly vague query considering the number of problems with networking [08:39] there is a 90gb folder, and i have three 32gb usb drives. is it possible to make archived (zip?) parts of the 90gb folder and place each part in each drive, so i can reassemble all the parts together back into the original 90gb folder? [08:40] that is: make three 30gb zip files for each drive [08:40] so i can reassemble the zip files into a single one later on [08:41] Chukaru: yep [08:41] Chukaru, yes [08:41] how [08:41] you can make split rars, split zips, or split anything by using "split" [08:42] Depending on the version of Ubuntu you're using, there's also a split option when creating the archive with a GUI [08:42] I'm seeing it on Ubuntu MATE 16.04 [08:42] ouroumov_: sorry there was a networkmanager problem on 16.04 when you came back from suspend that shows no wifi or no accesspoints [08:42] im (somewhat?) of a newbie on linux, and am using ubuntu 12.04 [08:42] Mathisen: what should i configure in Putty for it to work? [08:42] so im not exactly sure how to proceed, can you elaborate? [08:42] 12.04 is no longer supported, you need to upgrade [08:42] wait, i forgot how to math [08:43] after restart networkmanager everything is ok [08:43] it runs out of support in April [08:43] so it is supported as of this moment, Ben64? [08:43] Chukaru: anyway, easiest would be to tar the whole thing, then use split [08:43] Chukaru: yes, it's late and i forgot how to add 5 to 12 [08:44] Bloom, you got link how to setup that.. but you need to export the screen on your ubuntu server > export DISPLAY=:0 [08:44] Ben64: ok, thanks! [08:44] Oh right sorry for that, so many links heh === mathis_ is now known as Calyd0n [08:45] #q [08:45] test [08:48] Mathisen: in X11 settings should i put localhost:0.0, my internal or external IP? [08:50] test [08:50] DerRaiden: I haven't noticed any problems on my 16.10 lubuntu install, but can't confirm if the bug is fixed or not. [08:51] Bloom, local if it is xming settings you talking about [08:51] i've tested with ubuntu mate and it's still there :/ [08:51] it is putty in the X11 section [08:51] Good Morning. [08:51] test test [08:52] How can I boot Ubuntu over network? It should include a desktop environment and I can't use nfs or similar. Preferred would be to load a full iso image into RAM [08:52] Bloom, local there also [08:55] DerRaiden: there are some workarounds for it I think [08:55] Wulf, https://help.ubuntu.com/community/DisklessUbuntuHowto [08:56] Thank you alot Mathisen & kicksled, works now. I appreciate:) How can i save this IRC for future help? Do i need to download an IRC client or can i connect directly through a link? [08:57] Bloom: best way is to install a irc client. check out https://help.ubuntu.com/community/InternetRelayChat [08:57] Network manager applet crashed (so I don't have the little icon of wave-fronts in my top panel. How can I restart it? [08:57] Bloom, both of your sugestions work.. but the "best" irc experience would be to download an irc client, i recomend hexchat [08:59] multifractal, sudo service network-manager restart [08:59] multifractal: the applet is 'nm-applet' === abhishek_ is now known as Guest90721 [09:13] Mathisen: this howto looks like it needs NFS. Which is not possible for my setup [09:18] Wulf: PXE boot uses TFTP [09:19] ppf: yes. But I need a big root fs. I want to load it into RAM [09:19] ppf: I want to be able to pull the network plug after the boot and it should still work [09:19] pxe boot is just the boot [09:19] yes, I know that. [09:20] it'll download and bootstrap a second stage package [09:20] http://www.syslinux.org/wiki/index.php?title=PXELINUX [09:22] ppf: exactly. So how do I download the root fs (e.g. as iso image) and boot from it? [09:22] ppf: do I need to modify the initrd? [09:22] or is there an easier way like someone did it before? [09:23] hi; i've been trying to install ubuntu for days and can't figure out the problem. i think it's UEFI related. anyway i've been getting this message when i try to boot, with 2 checked Ubuntu 16 discs: "the 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot." [09:24] its toward the end of a 'something else' ubuntu install, and like it says, it won't boot after that [09:24] it's.* [09:24] it's my main machine, hard to do stuff with it down [09:24] my mainframe [09:24] (ha ha) [09:27] when i try to install, i meant. not boot [09:27] toward the end of the gui install, it says that ("the 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot.") [09:28] /target/ sounds like a generic placeholder name, like its not getting some actual directory name or somesuch. but that is beyond what i'm going to go fix to get my/an os running [09:29] mint had too many hardware problems and other detractions, i'm looking to migrate back to ubuntu with this install [09:32] * lakitu food, be back in a few === skylite_ is now known as skylite [09:37] i guess, my only other clue is that during install, it says something about 'continue in uefi, or go back' and i always just push continue [09:37] i read up about uefi, vs. bios, and i couldn't really figure out what i needed to do re uefi being a new standard, if that is why my install glitches out [09:39] lakitu: if you're not dual booting with something that requires efi, i'd suggest turning it off and booting old school [09:40] how? in my uefi menu when i turn on the computer? [09:40] yeah should be [09:40] you should look for 'legacy boot' maybe and disable secure boot if you see it, etc [09:40] and what if i want to install win 8 or newer eventually -- is it easy to switch over and have ubuntu still work AND get win 8 or higher to work [09:40] ok [09:41] windows can install in bios mode too [09:41] even newer ones? [09:41] yeah, unless i'm mistaken [09:41] hmm. i thought like 8 and/or 10 needed uefi, i could be wrong [09:41] to be windows certified oem it has to be [09:42] because some hardware doesn't work in linux, last i tried, so . . . ok [09:42] i thought i read otherwise [09:42] i'm like 98% sure [09:42] misread/bad information [09:42] ok [09:42] so ok, turn off uefi [09:43] although i think windows might need uefi to use gpt partition tables [09:43] mm. well my raid array is in gpt, i think [09:43] might want to head to ##windows to make sure [09:47] if i'm not mistaken, windows can only boot from gpt disks in uefi mode, but it can still read them anyway [09:48] If I need to set up a mx record - what is the hostname that is needed? Where do I find it? [09:48] what happened to xchat in yakkety [09:48] bozo68: xchat has been unmaintained for a while [09:48] Sourcey: your mail provider will give you that information [09:49] Creating my own mail server Ben64 [09:49] then you ought to know [09:49] kicksled: yeah i found one to set a systemctl service script to restart nm [09:49] I dont, thats why I need help [09:50] Sourcey: then, and i don't mean this in a bad way, but you probably shouldn't be running a mail server [09:50] Ben64: Where can I find a list of packages that got discontinued in yakkety? [09:50] Got to start somewhere Ben64, cant learn without doing [09:50] so start by reading [09:51] bozo68: i'm not sure if such a list exists anywhere [09:51] ducasse you're right [09:51] Ben64: Ok, thanks anyway [09:51] according to eirirs in ##windows anyway [09:56] Sourcey: the mx record points to your mail server. running a mail server requires a certain level of knowledge, so i urge you to think about this. === InfoTest1 is now known as InfoTest [10:11] had to hard reset my pc and now my icon theme isnt used any more. neither the window decoration.. plus: I cannot change the theme anymore. can select it in tweak tool but it isnt shown. any hints? [10:15] Hey folks - how would one delete all directories in the filesytem which do not match specified paths? === Tims_Tech is now known as Tim_NL [10:18] davesidious: 'find', for example [10:18] ducasse - I'm aware of its existence, but I don't know how to use it to do what I asked :) [10:19] sounds like the precursor to "help i deleted my filesystem, how do i fix it??" [10:19] I'm creating Ubuntu docker images and I want to clean them out. [10:19] davesidious: then read the man page :) it can do tests, and negate them. [10:19] Ben64 - so that's not really a problem :) [10:20] thanks, ducasse. Wonderfully helpful :) [10:22] davesidious: something like 'find / \! -name dir-to-exclude' [10:23] davesidious: then 'find / \! -name dir-to-exclude -delete' when you are happy with the output. [10:24] ducasse - thanks - I'll have a look. [10:24] davesidious: look at the bottom of the man page, the examples section. [10:38] xrffff [10:38] what's up? [10:39] Help guys, i have installed fullscreen aplication that closes top menu bar (because app should be in kiosk mode), and i need widget or smth else that will popup current language when user changes language by alt shift combination, can you help me? [10:39] my cat steps [10:40] Help guys, i have installed fullscreen aplication that closes top menu bar (because app should be in kiosk mode), and i need widget or smth else that will popup current language when user changes language by alt shift combination, can you help me? [10:42] what kind of fucked up bullshit garbage is it that ubuntu 16.04 cant fucking deal with rar files? what kind of shit eating assface coder decided that it was ok to release an update when it cant even handle a "natively supported file-format"? seriously, fuck ubuntu and every shit felching fuckbag who works on it [10:43] lol [10:43] RAR is so 90s, who uses it anymore [10:44] Help guys, i have installed fullscreen aplication that closes top menu bar (because app should be in kiosk mode), and i need widget or smth else that will popup current language when user changes language by alt shift combination, can you help me? [10:44] Help guys, i have installed fullscreen aplication that closes top menu bar (because app should be in kiosk mode), and i need widget or smth else that will popup current language when user changes language by alt shift combination, can you help me? [10:44] FManTropyx: the warez crowd, at least [10:44] !patience | mmm_ [10:44] mmm_: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [10:44] I bet they still use ARJ too :P [10:45] mmm_: sudo apt-get install rar [10:46] yakar: i think you mean grassy and not mmm_ :) [10:46] rar? rly? [10:46] I wouldn't even want rar on my system :P [10:47] for me it's XZ or nothing! [10:47] doesnt anybody made a widget that alerts user current language for 3-4 seconds === Tim_NL is now known as Tims_Tech [10:51] mmm_: rar for your first question :) i dont no second one.. [10:57] mmm_: i'm guessing layout switch is communicated over dbus, so you could create a script that listens for that and sends a notification. don't know of anything pre-made. [11:00] wow, i think that worked Ben (Ben64). at least it didn't throw an error, and said it finished. fwiw i was getting that error about a 'grub-efi-signed' package failing to install or something similar, and also it before it was asking if i wanted to continue, since i was in uefi. i googled and found 'asrock uefi setup utility' (my uefi setup screen) requires switching "CSM" to enabled [11:00] that worked [11:00] i'm in [11:00] thanks [11:00] ducasse thank you [11:00] will investigate such script === suzy is now known as Guest14687 [11:24] do you know how to connect unbuntu to chrmoecast ? [11:30] Hi Folks === amine_ is now known as Amine-H [11:38] hi so far i really like ubuntu unity [11:38] installing the nvidia drivers been a little crappy [11:38] but else it works better than windows [11:39] which has issues with my network card ;) [11:39] anyway is there a better dock which is better organized for more icons [11:41] rocket__: might be easiest to decrease the icon size [11:42] true [11:42] well i like the bar [11:42] another question [11:42] anyone managed to do gpu pass on nvidia [11:42] ? [11:42] with qemu [11:42] rocket__: does your machine support vt-d? [11:43] yes [11:43] unfortunately i have no amd card [11:43] gtx 1070 [11:43] it supports vt-d and vt-x [11:43] also my cpu does [11:43] ducasse, you did it? [11:44] rocket__: try not to use the enter key that much ;) [11:44] rocket__: never tried, but i've seen a few guides online. if noone here responds i would try a bit of googling. [11:45] trijntje, ok [11:45] him-cesjf, no problem almost missed your message in the history there though :) let me know if you're around today and still having the problem can maybe help troubleshoot [11:46] ducasse, ok i think i will find a lot online, but i have been told its a bit tricky to do that for nvidia [11:47] Hi here. I'm using a bluetooth headset. It works great, except I always have to restart the bluetooth service, otherwise the A2DP sink mode does not work. Any idea ? [11:49] * theDoomGuy 's [11:50] i'm lending my computer to my gf (she's an engineer) and I don't want her to look into my past life. I've searched for *.pub and *.pem and deleted a few keys (I found even keys I forgot I had) ... any other extension I should search for? [11:53] gutengok, i would not do that ;-) you always forget something [11:54] gutengok: *.jpg [11:56] hey guys. anyone here ever use citrix to run lync on ubuntu? [11:56] gutengok, do you need anything on the computer? Backup onto a USB and reinstall [11:57] i want to search for extensions [11:58] if reinstalling was an option i wouldnt ask this thx [12:01] gutengok, ok. Well, yeah, all picture and video extensions, clear all browsers & caches, if you want to be paranoid, you can zerofill the free space when you're done, or use shred to delete [12:02] thanks [12:04] hi - is there a tool that can create a bootable windows usb stick on ubuntu? [12:04] I read about one, however it was last maintained in 2012 or something like that [12:24] pandaadb, http://askubuntu.com/questions/707159/how-can-i-create-a-windows-10-boot-usb-from-ubuntu [12:27] Hello. I am having issues with my wifi connection, and I believe it has to do with DNS. Ubuntu 16.10, ath9k, ar9565. [12:27] DHCP keeps setting the nameserver in resolv.conf to 127.0.1.1 [12:27] Even though I'm specifying which nameservers to use in NetworkManager. [12:28] wafflejock, thanks [12:29] pandaadb, no problem [12:29] carbine: that's because of dnsmasq most likely, nothing to worry about [12:29] Ben64: But it is causing connection issues. === rick is now known as Guest88848 [12:29] doubt it [12:29] Then something is. [12:30] can you explain the issue [12:30] Yesterday I thought it was the ath9k drivers. [12:30] Regardless of which path I go down, I still can't use this laptop at work lol. [12:32] carbine: try "nmcli device show | grep DNS" [12:36] Returns 192.168.0.13, 192.168.0.14, 8.8.8.8, 8.8.4.4 [12:36] So obviously not a DNS issue... [12:36] when did nmcli become pa standard package? [12:37] Though /etc/resolv.conf is showing 127.0.1.1 [12:38] so I am having a problem settings options on the nfs-kernel-server [12:38] I want to remove the RPCMOUNTDOPT --manage-gids [12:39] I havecommented out that line in /etc/default/nfs-kernel-server [12:39] Would it be bad to write-protect resolv.conf and set my settings in there? [12:39] carbine: yes [12:39] but the after a restart the setting returns [12:39] Lol glad I asked. :D [12:39] carbine: you already know it's not dns, why keep going down that path [12:39] Ben64: I'm running out of solutions, sadly. [12:40] just go one step at a time [12:40] Hey, I am observing strange behavior with dd. Using 'dd if=/dev/urandom of=somefile bs=64M count=1' reliably only writes 32MiB. Can someone explain that behavior to me? [12:40] boreeas_, did you sync afterwards? [12:41] boreeas_, dd will have things in buffers/cache sometimes honestly not sure why it is sometimes and not other though, sync will flush the buffers === lethu_ is now known as lethu [12:41] wafflejock: No, I didn't. But I'm going by dd's own output here ("33554431 bytes (34 MB, 32 MiB) copied, 1,49784 s, 22,4 MB/s") [12:41] where else might service nfs-kernel-server be reading from? [12:41] boreeas_, yeah it will say that while stuff is still in cache [12:41] The things I have done so far, in both 16.04 and 16.10 are: Disable power management, disable hwcrpyt, turned of IPv6, set my own DNS servers, blacklisted the following: ath3k, acer_wmi [12:42] boreeas_, when you run sync can watch the buffers flush out http://unix.stackexchange.com/questions/48235/can-i-watch-the-progress-of-a-sync-operation [12:42] carbine: i mean just test networking stuff, it's weird to disable ipv6 [12:42] ping gateway, ping google, etc [12:43] I've been doing all of that. Pinging anything, including gateway is iffy at best. I get maybe 5-10 seconds of connectivity at a time while always showing as connected with full signal. [12:44] carbine: sounds like hardware/driver then [12:45] Well, this laptop works fine at home. My issues are in my office. This office handles 30-40 devices, not including personal devices connected via wifi, all without issue. [12:45] wafflejock: even after a sync file size is still 32M [12:45] boreeas_: try bs=1M count=64 [12:46] Ben64: yeah, that does it [12:46] problem solved [12:46] Ben64: Thanks. But why does that happen? [12:46] dunno, 64M works on my computer [12:48] my computer stops at 625472380 bytes === abhishek_ is now known as Guest2685 [13:03] help! i am getting this error on mounting external harddisk; https://paste.ubuntu.com/23383465/ [13:03] uable to access "My passport" [13:07] Hello all. For some reason when I'm trying to install ubuntu, it keeps running 'grub-install --force "/dev/sda"' and failing, even though I told it to install Ubuntu to /dev/sdb [13:08] hy [13:08] help [13:08] Hello all. For some reason when I'm trying to install ubuntu, it keeps running 'grub-install --force "/dev/sda"' and failing, even though I told it to install Ubuntu to /dev/sdb [13:09] Doc-Saintly: did you manually put mbr to sdb? [13:10] leavd: nope, I just had it "erase the drive and Install Ubuntu" there [13:11] leavd: is this necessary to do for a fresh install? If so, how? === leavd is now known as kicksled [13:13] ANTI_microchip: please do not spam me on msg [13:13] hello [13:14] anyone tried install samba on 16.10? [13:14] Doc-Saintly: just remembered someone solved that same issue with answering no to "automatically install to MBR of first hard drive" under installation and manually set it to sdb. [13:15] ameurux: desktop or server? [13:15] both [13:15] or any [13:15] kicksled: looking at the partition table it created, it doesn't seem to have made a boot partition by default. [13:15] cause I got an error [13:16] So.... Is downloading the binary amdgpu-pro from the amd site still the way to go for installing it? Shouldn't it be in a repo or PPA by now? (on xubuntu but couldn't find their irc) [13:16] what error? [13:16] ameurux: [13:16] ameurux: So what is the error? [13:16] am I mistaken, or shouldn't a "use the whole disk" installation of Ubuntu just work? [13:16] it hands here [13:16] Setting up samba (2:4.4.5+dfsg-2ubuntu5) ... [13:16] Created symlink /etc/systemd/system/multi-user.target.wants/nmbd.service → /lib/systemd/system/nmbd.service. [13:16] Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked. [13:16] Created symlink /etc/systemd/system/multi-user.target.wants/smbd.service → /lib/systemd/system/smbd.service. [13:16] !paste | ameurux [13:16] ameurux: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [13:17] ameurux: So is your samba share working? Or not? [13:18] ameurux: Have you tried it? [13:18] not sure [13:18] Failed to start Samba NMB Daemon. [13:18] hi [13:18] is one error [13:20] now everytime I try to install something dpkg will hand again at samba package [13:21] ameurux: dpkg-reconfigure samba [13:21] ameurux: apt-get -f install [13:22] it gives me this /usr/sbin/dpkg-reconfigure: samba is broken or not fully installed. [13:22] I think samba is broken on 16.10 [13:23] need to report a bug maybe [13:23] ameurux: apt-get -f install [13:26] same [13:26] sudo apt-get -f install [13:26] Reading package lists... Done [13:26] Building dependency tree [13:26] Reading state information... Done [13:26] The following package was automatically installed and is no longer required: [13:27] !paste | ameurux [13:27] ameurux: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [13:31] Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked. [13:32] ameurux: dpkg-reconfigure samba [13:32] I did, same error [13:32] do u have 16.10? [13:32] ameurux: apt-get -f install [13:32] ameurux: For ubuntu, I use LTS [13:33] yeah, thats what I ment, only on 16.10 this is a bug [13:33] I dont have that error on 16.04 [13:34] ameurux: Can you paste results of "sudo apt-get -f install"? [13:34] please... [13:34] I did [13:34] ameurux: Then send us the URL [13:35] sudo apt-get -f install [13:35] Reading package lists... Done [13:35] Building dependency tree [13:35] Reading state information... Done [13:35] The following package was automatically installed and is no longer required: [13:35] libv8-3.14.5 [13:36] Processing triggers for libc-bin (2.24-3ubuntu1) ... [13:36] Errors were encountered while processing: [13:36] samba [13:36] E: Sub-process /usr/bin/dpkg returned an error code (1) [13:36] how to paste multi lines? [13:36] hello [13:36] ameurux: please stop spamming the channel. Scroll up - you have been given a link about how to paste gracefully [13:37] https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1610361 [13:37] Launchpad bug 1610361 in samba (Ubuntu) "/usr/bin/deb-systemd-helper: error: systemctl preset failed on samba-ad-dc.service: No such file or directory" [Undecided,Incomplete] [13:38] ty, [13:38] check for /etc/samba/smb.conf, maybe it is not there. [13:38] sry for my noob act [13:39] ameurux: no worries. We've all made the same mistake ;) [13:39] ty [13:39] systemctl status samba-ad-dc [13:39] I will try to create smb.conf manualy [13:41] http://paste.ubuntu.com/23383632/ [13:41] ameurux: [13:41] sudo apt update && sudo apt upgrade && sudo apt dist-upgrade [13:42] just checked, smb.conf exist === deronnax is now known as donald2 [13:43] ameurux: sudo apt-get autoremove [13:43] http://paste.ubuntu.com/23383642/ [13:44] ameurux: do sudo apt-get autoremove as vfw mentioned [13:45] just a min [13:46] Is there a way to stop the windows from shuffling when doing a window spread? [13:47] http://paste.ubuntu.com/23383648/ [13:47] after apt-get autoremove [13:48] ameurux: sudo dpkg-reconfigure samba [13:48] its a bug I guess [13:48] ameurux: sudo apt-get remove samba && sudo apt-get update [13:49] http://paste.ubuntu.com/23383654/ [13:49] I can remove samba [13:49] but I can't use it [13:49] sudo apt update && sudo apt upgrade && sudo apt dist-upgrade [13:50] ameurux: ^^^^^^^^^^^^^^^^^^^^^^^^^^ [13:50] ok [13:50] as u like [13:51] motherfuckers [13:51] ameurux: Any errors? (If so, use pastebin and send URL) === Obi is now known as Guest91954 [13:51] ubmt: Come back when you have something useful to say. [13:51] join #linuxmint [13:52] http://paste.ubuntu.com/23383664/ [13:52] same thing [13:52] bumspell: Preface that with / [13:52] could apt purge samba be worth trying? [13:52] I did [13:53] ameurux: sudo apt-get purge samba [13:53] same error when I re-installing [13:53] sudo apt purge samba && sudo apt update && sudo apt upgrade && sudo apt dist-upgrade [13:54] after purge http://paste.ubuntu.com/23383676/ [13:55] anyone can test on virtual machine? [13:55] sudo apt update && sudo apt upgrade && sudo apt dist-upgrade [13:56] hi everybody, after a PC shop told me they thought linux/ubuntu update servers might somehow be less trust worthy then say a close sourced ms update server, I was wondering how do I know that the update server I'm using has the same content as the main canonical update server ? are patch/update servers somehow tested and validated or how does this work ? is there a chain of trust ? [13:57] Vuurdraak_: pc shop is uninformed , unless they're thinking of ppas [13:58] well yeh i kind of disagreed with them, i know there are signing keys, but does for instance canonical test if the data is the same ? [13:59] Naw... they don't test anything ...... [13:59] :p [13:59] http://paste.ubuntu.com/23383696/ [14:00] sorry, couldn't resist [14:00] ameurux: sudo apt autoremove now and then try to install samba again [14:00] it's based more on trust worthyness of the organization hosting patches, or maybe rather if i trust them, like for instance im using the dutch university of twente, im dutch [14:00] ok [14:00] ameurux: sudo apt-get autoremove [14:00] official repos are safe. ppas are as trustworthy as the people who put things up [14:01] okay [14:01] same errors [14:01] after trying to reinstall [14:02] it's a bug [14:02] samba is broken on 16.10 [14:02] ameurux: did you do autoremove? [14:02] yes [14:02] I did [14:03] sudo apt update && sudo apt upgrade && sudo apt dist-upgrade [14:03] same result [14:03] I guess I have to report a bug [14:03] Vuurdraak_: good read on repositories: http://bit.ly/2ffyqPi [14:03] thanks [14:03] sad [14:04] ameurux: Your pacage management system is broken. You need to fix it. [14:04] yeh i guess i searched for the wrong words, "patch servers" gives a lot of other stuff :) [14:04] what? [14:04] do a test on a virtual machine, [14:04] the same result [14:05] ameurux: You read the bug report. Right? [14:05] every single packe I installed, works fine, except samba [14:05] try to do a test with 16.10 on any virtualbox machine [14:06] Im running on real machine [14:07] hi guys! [14:07] Im noob in chat, but I've been using Linux since 1998 [14:07] i had compatibility issues, it seemed, in linux mint. i switched off mint to ubuntu so that gives me the idea to try them now, in ubuntu === Guest2685 is now known as abhishek [14:07] use Red Hat, Suse, Kannopix, old shit === donald2 is now known as deronnax [14:08] what is knoppix again? === SuperLag_ is now known as SuperLag [14:08] i just read the other day a blurb on it, but i forget [14:08] its an old live cd we use to play with [14:09] is Arch a good idea for your mainframe / main offline comp [14:09] - ? [14:09] u have a phone I can call you? [14:09] lakitu: Yes [14:09] i've used linux for about 6-8 years like i say [14:10] vfw - pro/con for that? [14:12] oops wrong wrong [14:12] wrong room [14:13] im using ubuntu 16 xenial how can i change the splash screen the easy way? [14:14] see u guys, gonna play some Dota 2 [14:16] hello [14:17] hi, I have a thinkpad t450s with two batteries and I can only see the battery life time from the first battery. Is it possible that ubuntu (16.04) estimates and displays the hole battery lifetime? [14:18] whothehellami, no idea, but i would try to drain one bat and see what the dial says, if there is no other smarter solution [14:19] why am i getting connection reset by peer? [14:20] hi [14:20] how can i install private qt5 headers in 16.04? [14:21] Hello guys. What type of ubuntu you recommend on Asus Eee PC 1005HA 2gb Ram ? [14:22] mnemo: as minimal as you can go, Lubuntu probably [14:22] I am planning to install Ubuntu on a touch screen laptop. Unity or Gnome? What's your opinion? [14:23] I think unity would be better for touch, but thats just my opinion [14:24] smoulec: try them both and see what you like best [14:25] @mcpfail Agreed, I am trying to see if there is a clear fav in the community === kicksled_ is now known as kicksled [14:26] So.... Is downloading the binary amdgpu-pro from the amd site still the way to go for installing it? Shouldn't it be in a repo or PPA by now? (on xubuntu but couldn't find their irc) [14:26] smoulec, i have no opinion on it, because my screen is dirty enough without touching it :) [14:27] Timmy_L: have you checked oibaf ppa? that's the only amd ppa I know of, but perhaps it has it [14:28] I haven't, so thanks for the tip. Will check it out! [14:28] Vuurdraak: I hear you... I am going touchscreen b/c my keyboard is gross! [14:29] lol [14:29] Doesn't sound like there is a fav. I will try both on live USBs and go from there [14:29] good luck may the best one win [14:30] The oibaf PPA seems to only have amdgpu, and not amdgpu-pro... [14:30] ccccccevihteurfglfgliudtinuknbbbrvtnuhnnlnck [14:31] Oops! Sorry, hit my yubikey! [14:31] lol [14:35] i wonder that anybody uses windows when there is linux [14:35] now all works great [14:35] i really like it, i also use osx like that too but ubuntu is even better [14:35] <3 [14:36] since i got 60 good games in ubuntu, i sort of stopped caring about windows [14:36] well i will try to manage gpu pass [14:36] and use some vm [14:38] boss ordered me a new laptop that shipped with windows .. he wants some security junk in windows so that if someone steals the laptop it boots to windows automaticly and phones home kinda thing. I want to install and use linux so i used gparted to shrink windows partition, and add 3 new partitions .. one for /, /home, and swap .. [14:38] what games? [14:38] during install .. to get it to use the partitions i want i have to chose 'something else' instead of 'install ubuntu alongside windows' [14:39] but will windows still be an option in grub? [14:39] i dont like windows [14:39] plus i dont trust it [14:39] me neither [14:39] yeah windows is still an option in grub, as long as you generate grubconfig properly [14:39] conmanworknor, https://steamcommunity.com/profiles/76561197963002890/games/?tab=all [14:39] nice [14:40] how do i ensure to 'generate grubconfig properly' [14:40] logikos, if you install ubuntu along sode windows , you should be able to boot both [14:40] side* [14:40] grub will auto detect the windows osses and ad them [14:40] is that part of the install process? .. i've installed linux many times but i always remove all other parititons on the disk first .. i havent done dual boot in over 10 years [14:41] I always get those really annoying kernel freezes with dataloss when i use nvidia 340 on xenial. Now it seems i will have to throw my nvidia card in the trash bin and ordered an 2nd gen Radeon GCN R7 360, to be able to have a working computer with xenial and no data loss. Does someone here know if that works stable with amdgpu? [14:41] always first install windows [14:41] then linux alongside it [14:41] lol i haven't touched my windows partition in like a year but it's still there [14:41] Vuurdraak_, but i chose the 'something else' option so i can select my partitions .. will windows still be an option so long as i do not overwrite its partition? [14:41] rocket: why do you want to partition your disk rather than letting Ubuntu do it (install alongside Windows)? [14:41] logikos, yes ur okay as long as u dont over write ur win partition [14:42] grub will detect the win partition [14:42] smoulec, i like vm's [14:42] >graphical installer .... i should really switch to #arch [14:42] just interested if i get it running smoulec [14:42] fair enough! [14:42] if it fails some how you could always repair with a windows resque disk to get win back, as long as that partition is there [14:43] smoulec, running in a vm is also running in a sandbox [14:43] Vuurdraak_, for 'Device for boot loader installation' do i chose the entire disk /dev/sda or the partition where i am mounting / which is /dev/sda5 .. /dev/sda1 says it has the windows boot manager on it [14:44] or does it not mater if i chose /dev/sda or /dev/sda5 for that [14:44] you want to point the boot loader to a drive [14:44] so sda [14:44] i just dont want to jack up the windows partition or make it so they cant get back into windows .. i wont use windows but they require i keep it [14:44] ty [14:44] logikos: you want /dev/sda [14:44] taht way u can tell ur bios what drive to read the boot loader from [14:45] if u have more then one drive [14:45] ty [14:45] logikos: if you have security software on your Windows install, I would check that it won't get triggered if the partition table is changed === later is now known as cloud [14:46] smoulec, he hasnt added the security software yet [14:46] but will once i'm done setting this up [14:46] good tip though.. didnt think of that [14:47] I am thining that b/c you said the soft can boot the PC to Windows if stolen. souds like it requires WOL [14:48] ah yeh intresting one [14:49] logikos: if your company is fine with dual boot. I would say try a "install alongside Windows" and let Ubuntu resize / partition the drive [14:49] hola [14:49] bootloader on /dev/sda [14:49] hola soy taty [14:50] if there is already valuable data in windows though, not resizing windows might be a better option [14:51] logikos: going outside the box: can you get a 2nd drive, clone your drive and test on the clone? [14:52] I see what Vuurdraak is saying: resizing partitions can always get dicy, especially Windows [14:53] how does one set his system so that i dont have to manual startup a series of programs,but that i goes automatic to specfic locations onscreen [14:55] i have updated one of my ubuntu boxes to 16.04. now i can't mount dmg files from my mac. all i see in the kernel logs is lockd: cannot monitor not sure if i need to make changes on one of the sides. client side is OS X 10.11 [14:58] insy, there are different ways to start up programs i guess, but i would not know if you can specify locations on the screen, i haven't made many of those my self but you got stuff like cron jobs and this start directory: "/home//.config/autostart" [14:59] true but what i want is let them start and then put some on desktop1 and some on desktop 2 on a fixed position [15:01] insy: depending on your window manager, you may be able to use saved sessions (KDE does that I believe) [15:01] im on ubuntu 16.04 unity [15:02] theGoat, if you are sure that the problem started after you updated ubuntu, and with osx nothing changed, i would think the problem is on the ubuntu side, maybe fstab was changed ? [15:03] it was working before the upgrade. only thing that changed was the upgrade to ubuntu 16.04 which is the fileserver running nfs [15:07] insy: you can try http://www.webupd8.org/2016/03/how-to-save-and-restore-unity-session.html [15:08] hey i tried downloading a game that is for windows so i installed wine on the system, problem is the game is on the left side of the screen. anyone here knows how to fix this problem or make this full screen? [15:08] theGoat, can you find all the drives with: sudo blkid [15:09] yes, and i am able to browse the files with my client, etc, but trying to mount a volume like an iso or something like across nfs no longer works [15:09] is there not a wine channel ;) ? [15:09] http://picpaste.com/Screenshot_from_2016-10-26_23_02_07-546Axn6P.png [15:09] Vuurdraak_: its #winehq [15:10] there u go juanonymous [15:10] !wine | juanonymous also... [15:10] juanonymous also...: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [15:11] theGoat, are you trying to mount them with their uuid ? [15:11] hello [15:11] or just iso files on a file system ? [15:12] anyone need help i'm giving free help [15:12] no: Vuurdraak_: here is the entry from the automounter on my mac: software -fstype=nfs,soft,intr,rsize=32768,wsize=32768,noatime,timeo=900,retrans=3,proto=tcp 192.168.101.150:/dumping_ground/software [15:13] juanonymous: try Alt-Enter after starting the game / in the game menu, see if you can change the screen resolution (sounds like that could be it based on your screenshot) [15:13] Vuurdraak_, smoulec .. strange thing .. i installed xubuntu selecting my partitions manually .. the installation finished .. but on reboot it booted to windows .. and holding shift doesnt seem to help.. my fear was it would go to ubuntu and i wouldnt be able to get to windows .. not i dont see how to get to ubuntu [15:13] grub most not have taken over as the boot manager? [15:13] if i hit F12 i git the boot options as seen by the bios .. and it lists only the windows boot manager [15:13] theGoat, okay yeh sorry im at a loss, maybe there is somebody who knows more about then me available [15:13] logikos: what was your target to install grub? [15:13] hi [15:14] no problem..tks for the help anyways [15:14] it was /dev/sda [15:14] with /dev/sda1 being windows and /dev/sda5 being mount point / for linux [15:14] at least i think it was 5... [15:14] maybe 3 [15:14] but i think 5 [15:14] logikos, the pc has only one drive ? [15:15] yes with many partitions [15:15] yeh i guess grub somehow didn't get installed [15:15] logikos: what version of Windows do you have? do you use secure boot (check BIOS)? [15:16] smoulec, ubuntu asked me to enter a password ti disable secure boot and so i did during the install [15:17] i've never been prompted for the password though === scottt is now known as Guest19589 [15:17] in the bios so long as i have UEFI mode selected secure boot is not chnageable [15:17] ccccccevihtejjcgbnhrtljjjurgukjetlujtkuilikb [15:17] ccccccevihteunnulcngihhbltggltbftgkkvcktvhkg [15:17] DAMN Yubikey!!!! NEVER GET A NEO /rant over! [15:18] logikos: can you check your bios boot options yourself and see if it's uefi / secureboot [15:18] whats the latest stable kernel release for 16.04 [15:18] I tend to do disable it myself when I want to dual boot [15:19] yes it is uefi with secure boot enabled [15:19] if i change it to legacy then i cant boot into windows [15:19] that could be your problem: you don't want secureboot [15:19] ok how do i update a ubuntu box [15:20] hello [15:20] danielthebague, the current kernel that I'm using is: Linux version 4.4.0-45-generic (buildd@lcy01-08) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ) #66~14.04.1-Ubuntu SMP Wed Oct 19 15:05:38 UTC 2016 [15:20] hello man [15:20] 4.4.0-45 is the latest I think [15:21] it should be the same for 16.04 [15:21] smoulec, I see secure boot: enabled in the bios but it isnt changeable [15:21] for 16.04 [15:21] how can enable wpa [15:21] like i said ubuntu had me set a password specificly for secure boot [15:21] and 4.8.0-26 for 16.10 [15:21] but i'm unsure what to do with it [15:21] logikos, weird that it doesn't ask for the password [15:22] logikos: I would disable secureboot in the bios, then reboot to make sure Windows 10 works (assuming Win10) [15:22] hmm by setting a bios password i can now change other things that i couldnt before [15:22] if htat works, you will most likely have to re-install ubuntu [15:23] Vuurdraak_, i have kernel 4.4.0-45 install but when i get to login screen the resolution of screen is big and i can not type in password , then it freezes and i have to restart the computer via reset button [15:23] danielthebague, maybe you have a gpu driver problem ? [15:23] you can probably fix grub but a new install may be faster [15:23] logikos: turn of fast boot also in windows [15:23] logikos: http://www.eightforums.com/tutorials/6320-fast-startup-turn-off-windows-8-a.html [15:23] disable it in windows??? [15:23] hello, when my system crash, a small window appear and tell me to send report, when accepting, another error appear ( something like it can't send the report ) [15:24] logikos: what's the problem? [15:24] logikos: disable fastboot in bios if present [15:24] danielthebague, first try to read the log files though like /var/log/Xorg.failsafe.log etc [15:24] logikos: you can also try to re-register grub with your firmware's nvram by opening a administrator command prompt in windows and the following command "bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi" - source http://askubuntu.com/questions/371559/grub-not-showing-on-startup-for-windows-8-1-ubuntu-13-10-dual-boot === Echo7 is now known as Echo6 [15:25] Vuurdraak_, running an nvidia gt610 on the previous kernel i ubunut works fine. i thought the newer kernel would use the installed driver that i use previously. when i boot into revoery mode it freezes aswell [15:25] EriC^^, new win10 laptop .. company requires i keep win10 on it but is letting me install ubuntu with dual boot so long as it boots to windows by default .. i installed ubuntu but cant figure out how to boot to it [15:25] lots more details but dont want to write a story .. any specific questions? [15:25] logikos: which laptop model? [15:25] Vuurdraak_, how can i read the log files when i can not log in [15:26] Acer Aspire V 155 Nitro [15:26] danielthebague, normaly new gpu driver modules are build yes, but maybe something went accidently wrong ? [15:26] V 15 not 155 [15:26] logikos: try to "trust" the efi file in the bios [15:26] you can not drop to a command prompt ? [15:26] Vuurdraak_, nope can not drop to command prompt [15:26] EriC^^, i'll look for that option .. dont recall seeing it.. [15:27] danielthebague, can you boot from a resque disk cd/dvd/usb ? [15:27] yes [15:27] try to look from there in the logfiles [15:27] see what is going on [15:27] ok [15:27] logikos: it might come up after setting the admin password [15:28] EriC^^, there are 3 password in the bios .. 'supervisor', 'user', and 'HDD' [15:29] danielthebague, im forgetting something, normaly you can boot also with an older kernel [15:29] i set the supervisor password which did enable many more options [15:29] logikos: try supervisor [15:29] logikos: supervisor should do [15:29] did not make anymore visible but did make them changable [15:29] Vuurdraak_, yes i am on older kernel now [15:29] looking for something that says 'trust' now... [15:29] danielthebague, ah so you should be able to look in the log files then ? [15:29] logikos: try to enable/disable secureboot [15:30] danielthebague, sorry i thought you could not get to them [15:30] Vuurdraak_, how do you decipher which log file srelate to which kernel [15:30] EriC^^, do i care about TPM (TCM) state ? not sure what that is [15:30] yeah [15:30] logikos: I wouldn't rely on ubuntu to disable. I would do it in the bios now that you can. disable secureboot and fastboot [15:30] i think that is a security feature [15:30] TPM(TCM) is currently enabled with an option to clear... [15:31] danielthebague, i just look in /var/log/ [15:31] dont clear [15:31] logikos: TPM is a security chip. I would leave that alone. [15:31] danielthebague, i dont see many different log files in there [15:31] danielthebague, i dont know what you see though [15:31] logikos: can you boot a live usb? [15:31] logikos: that won't have any effect on installing an OS [15:31] smoulec, i did disable secureboot .. had no affect.. perhaps i have to reinstall ubuntu now that i've done so .. 'fastboot' though an option in most bios's i've seen .. isnt an option that i can see here [15:31] EriC^^, yes [15:31] danielthebague, try look in kern.log [15:32] EriC^^, so long as i didnt make the usb by burning the iso to the usb .. i had to folow some special UEFI instructions .. which just unziped a .iso to it [15:32] logikos: probably have to re-install: secureboot stopped grub from installing [15:32] danielthebague, and Xorg.0.log or Xorg.log [15:32] danielthebague, scan for any display errors [15:32] alright, will try reinstall [15:32] logikos: never heard of that [15:33] no need to reinstall [15:33] it's not related [15:33] EriC^^, other options? [15:33] some bios are a more difficult than others with the uefi stuff [15:33] logikos: boot the live usb in uefi mode for a bit to check how stuff are [15:34] its a clean install .. so to reinstall isnt a big deal .. but i'll try to get back to the live usb [15:34] there are a ton of workarounds you can do, not sure if you want them as it's a work laptop [15:34] Vuurdraak_, i dont know which kernel is referenced by which log file, also i have three different versions of ubuntu installed [15:34] logikos: if you don't want to re-install, you can try to repair the boot: https://help.ubuntu.com/community/Boot-Repair [15:34] logikos: it's a matter of reinstall isn't related [15:34] the bios can't stop ubuntu from adding anything if secureboot is set, and ubuntu uses now the same efi image for both secureboot and non [15:35] danielthebague, i don't know how many times you booted, but if you booted from the latest kernel now 1 time to the working older kernel, get the 2nd newest logfile by time [15:36] Eric^^, have you tried dual-booting Windows/Ubuntu with secure boot enabled? I know ubuntu supports it now but never tried both at the same tine [15:36] danielthebague, the kernel log and current kernel log should be the newest files in theory [15:36] danielthebague, previous kernel log* [15:36] smoulec: yeah it works fine [15:37] hi all [15:37] Hi, I'm going to be installing Ubuntu 16 to a computer that (for the moment) has no internet connection. I have a mobile plan with unlimited data, however. Is USB tethering with Android going to function out-of-the-box or am I going to run into problems? [15:37] I've been searching Google and haven't really had much luck so far. [15:37] Vuurdraak_, (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx [15:37] _dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared obj [15:37] ect file: No such file or directory] [15:38] how invet back box chanel [15:38] danielthebague, looks like some driver problem [15:39] danielthebague, is it posible to rename your X11/xorg.conf and use a default one ? [15:39] Eric^^: you're right, I stand corrected. Secureboot on dual boot has been fixed after 12.04... [15:39] and back up your current xorg.conf [15:39] Vuurdraak_, how can i reinstall driver if i can not get to the command prompt in recovery mode, due to it freezing [15:39] danielthebague, see if you can start on a default driver [15:39] bazfoobar: I believe I've done that before with no issues [15:39] logikos: I would still then take a shot at repairing the boot (see my link) Something happened when grub tried to install [15:40] Shit there's a ton of people here, didnt know what hexchat was, was always uninstalling it, might be useful someday ! :) [15:40] danielthebague, you can get to the menu to chose to run in failsafe mode ? [15:40] Hmm, okay, thanks @tgm4883. I hope you're right. [15:40] danielthebague, or not even to there ? [15:41] bazfoobar: unfortunatly I don't have a cable to check right now [15:41] Vuurdraak_, in grub menu i choose recovery mode [15:41] danielthebague, and then after that it's broken already ? [15:42] yeah the recovery mode menu is frozen [15:42] Vuurdraak_, yeah the recovery mode menu is frozen [15:42] tgm4883: Well, I suppose that if I do have any problems then at least I can use my phone to try to get some help. Thanks anyway. [15:42] danielthebague, okay yeh, try to start up with a back up xorg.conf [15:42] I wasn't expecting it to work without having to install additional software. [15:42] danielthebague, so that you start it basicly up in safemode [15:43] bazfoobar: you could also just test it in the live environment before making any changes [15:43] danielthebague, revert to the nouvaou driver or something [15:44] My Windows install is dead (so I was just going to wipe it) and I need to get my computer working as I am behind on assignments but have no recovery discs etc. so figured... Linux. [15:44] danielthebague, there should be a: xorg.conf.failsafe in: etc/X11/ [15:44] bazfoobar, can't you put the phone into hotspot mode? [15:44] so mv xorg.conf xorg.conf.bak and reboot so it recreates another xorg.conf? [15:44] Hmm, possibly, I'll have a look. [15:44] It's a fairly old Android phone though. [15:44] danielthebague, backup xorg.conf to xorg.conf.mybackup and then copy xorg.conf.failsage to xorg.conf [15:44] bazfoobar, I use the wireless on mine occasionally if I have no better connection think android 4. something they added the hotspot to the cell/wireless options but it's buried [15:45] xorg.conf.failsafe* [15:45] bazfoobar, can use apps to do it too though think foxfi was the one I used before [15:45] I believe I'm on 4.2.2 [15:45] @vuurdraak tnx for that hint on restoring the sesion , it worked [15:45] Vuurdraak_, even though this kernel has working graphics?? [15:45] Ah, yes, portable Wi-Fi hotspot! [15:45] Awesome. [15:45] danielthebague, if you backup your current xorg.conf, you can get it back later [15:46] danielthebague, just to see if you can boot with the failsafe xorg.conf with the new kernel [15:46] danielthebague, if that works you can try to re-install the driver [15:47] Vuurdraak_, in /etc/X11 i have xorg.conf.07292016 and fail safe [15:47] danielthebague, only two files ? [15:48] I still need to get a hold of a Windows recovery disc or something as I need access to VS for some of my work but at least I can do some of my work now. It'll be interesting using Ubuntu for the first time in like 10 years. [15:48] Vuurdraak_, plus other folders and files [15:49] bazfoobar, it's better now :) [15:49] danielthebague, can you search for "xorg.conf" in those folders ? [15:49] I remember fighting to get audio working for days. [15:49] I can imagine! [15:49] Vuurdraak_, not just xorg.conf is it supposed to have numbers following it [15:49] bazfoobar: 99% of things work out of the box now, no wifi drivers or weird usb problems :) [15:49] Hi, I have connected a reciept printer to my PC. Does it create a file under /dev directory? If so, how can I locate it? [15:49] danielthebague, maybe because you have multiple ubuntu's idk, not with me it does [15:50] danielthebague, the only xorg.conf on my pc are in the etc/X11/ folder, you have other sub folders with xorg.conf style files ? [15:50] Has anyone had any luck running Visual Studio in a VM or via WINE or whatever, on Ubuntu? [15:51] Vuurdraak_, nope just the two xorg.conf, failsafe and one with numbers following it [15:52] danielthebague, okay then im assuming it's using the xorg.conf.07292016 [15:52] so mv Xorg.conf with number following it to a backup [15:52] then copy xorg.conf.failsafe to xorg.conf [15:52] bazfoobar, haven't used VS in a while but I run windows VMs in virtual box on occasion when I need to test things out, don't think it'll be a problem so long as you have the RAM to give the virtual machine [15:52] danielthebague, yeh try back that one up, and copy the failsafe one back in to it [15:53] danielthebague, im wondering also what happens if there is also an extra xorg.conf maybe it will also try to read that [15:53] bazfoobar, doesn't look good for wine https://appdb.winehq.org/objectManager.php?sClass=application&iId=892 [15:53] I have no idea how much RAM the machine I've been donated has but we shall see. [15:53] danielthebague, i never encountered the numbnered version [15:53] Thanks again! [15:53] Vuurdraak_, i only have the two xorg.conf fail safe and the other [15:53] bazfoobar, no problemo [15:54] MS really need to release their developer tools for Linux and OS X but I doubt that'll ever happen barring things like VS Code. [15:54] danielthebague, be prepaired to dive in to the console later on, to get your old xorg.conf back [15:54] danielthebague, if failsafe also fails [15:54] ok [15:56] Vuurdraak_, ok here goes time for reboot [15:56] danielthebague, good luck :D [15:56] Hello. So I've got the D31HW HUAWEI which is a "modem dongle". Connecting it gives the following message: http://paste.debian.net/890062/ . The kernel tained error comes AFTER disconnecting. Trying to run lsusb gives no results (it hangs?), and the process has to be killed. [15:57] I'm guessing it's a kernel driver issue? [15:57] But I'm not even sure what else I can do to test it. [15:58] malinus, looks like it detected as a storage device but the lsusb hanging is where the process got hung [15:59] er where the error is coming from saying "INFO: task lsusb:2217 blocked for more than 120 seconds." [15:59] wafflejock: it also detects it as a cdrom apperently :D [15:59] and a "uas" whatever that is [15:59] malinus, did the modem ever work or this is first time trying it? [16:00] First time trying it. I'm just wondering if I can try anything else [16:00] It might be a bug in their firmware or even hardware problem for all I know [16:00] Hmm, apparently the download button for Ubuntu Desktop defaults to amd64 and not i386. Let's try this again. D: [16:00] Guys, I have done something very stupid and now i'm f***ed [16:00] people still have i386 boxes? [16:00] 。。。 [16:00] some modems have a storage device in them as well for drivers and software, could perhaps confuse your system? :p [16:01] I messed around with the partitions through fdisk and now it won't boot anymore [16:01] stuck at initramfs [16:01] kicksled: yeah. But what's with the cdrom ? [16:01] malinus: no idea tbh [16:02] After switching from unity to i3 for window management I've had audio issues. Suddenly I need to turn the volume up heavily to listen to some music in my browser, and way down to listen to audio from some other program. On a couple of occations I've forgotten to turn the volume down and it almost destroys my speakers and hearing. Is there a simple way to make audio when using i3wm work as with unity? [16:02] How can I possibly fix this? "ALERT! /dev/mapper/CAC_VG-CAC-LV does not exist. Dropping to a shell!" [16:03] NoImNotNineVolt: There are some machines still stay in 2G or less internal memory [16:04] NoImNotNineVolt: not many, but they do exist [16:04] malinus, appears someone got this to work with a similar model but you'd have to adjust values and cross fingers that it may work or bork something ymmv http://askubuntu.com/questions/776497/huawei-modem-does-not-work-with-16-04 doesn't talk about the hanging lsusb though [16:04] I'm not sure how old the machine I've been donated even is. What would you folks recommend as a lighter-weight alternative to Ubuntu, in case it doesn't meet the minimum required specifications? I'd rather take a load of discs with me, rather than have to travel all this way to burn more. [16:05] hello [16:05] Should have checked the specs beforehand but I'm an idiot. === Apachez_ is now known as Apachez [16:05] bazfoobar: I'd also grab xubuntu and lubuntu if I were you [16:05] skfax, normaly individual programs can only be controlled with their own volume in the soundsettings/application, alsamixer can only tune whole lines, i guess if unity doesn't have the same issues, better get back to unity ? [16:05] bazfoobar, https://help.ubuntu.com/community/Installation/LowMemorySystems can grab xubuntu and lubuntu too ^^ [16:06] Oh, yeah, I remember Xubuntu from way back but Lubuntu must be new. Thanks. [16:06] wafflejock: cheers that might prove helpful. I however think I've figured it out - you need to plug an micro-sd card into it. Then it started spitting out all the serial GSM ports etc. [16:06] go figure! [16:06] ah cool [16:06] AARC: think it has to do with missing lvm support. see http://askubuntu.com/a/26936 on how to fix that [16:07] I wonder if anyone can help me. I am trying to use the network installer for 16.04 with an old system that runs XP. I downloaded the 32bit .ISO and created the usb boot with dd, rufus (windows) and it keeps failing and saying it's ran out of space? [16:08] I tried a sd card with an adapter and a usb and both do the same. [16:08] am I missing something? [16:08] kicksled: that solution is going to be a problem, this cloudathost stuff doesn't allow for inserting livecd's in anyway [16:09] cloudatcost [16:09] Vad3r, mmm what ran out of space? when actually doing the installation of ubuntu you mean? [16:09] AARC: ah, yeah. hmm [16:12] Vad3r: seems strange [16:13] Vad3r, what size is the drive you're running out of space on too https://help.ubuntu.com/lts/installation-guide/i386/ch03s04.html [16:14] is chromium and js off secure to browse [16:14] or are there a lot of other leaks? [16:14] I use chromium for banking and payments & firefox for all the other stuff [16:14] Hello! First time writing int this channel. And first tume on Ubuntu (on my laptop). I have som verry verry beginner questions. Do someone have a few minutes to point me in the right direction? [16:14] rocket__, leaks how? [16:15] Vuurdraak_, back that didn't make any difference changing the xorg.conf [16:15] rocket__, there is always IP communication and there are typically cookies for most things to work [16:15] wafflejock, 80gb ide hdd. it gets to 25% and says ran out of space then asks me to retry the download. [16:15] danielthebague, wb [16:15] wafflejock, just asking in general, usually if you turn off js you should be fine what side you ever browse on [16:15] Vuurdraak_, why firefox for the rest? [16:15] danielthebague, i was just wondering if it is posible to get a console by pressing ctrl-alt-f1 while the screen goes weird [16:15] because of the cookies? [16:16] Vuurdraak_, think i will remove the new kernel and wait for a new kernel update [16:16] yinflying2016, I know. [16:16] sup [16:16] rocket__, to keep banking and the rest sepperated by cache etc [16:16] Hi everyone ! I'm in the process of making config scripts that set up my Ubuntu just right. I'd like to know if there is a way to modify the Unity launcher shortcuts from command line or file. Is it possible ? [16:16] Vuurdraak_, i treid that no success [16:16] ok [16:16] anyone have an idea what to try? [16:16] i am chatting through emacs [16:16] danielthebague, yeh weird [16:16] well i think chromium is more secure compared to ff [16:16] / [16:16] Zibbr: shoot [16:16] danielthebague, maybe you can try to reinstall the kernel ? [16:16] / [16:16] Vad3r, have you tried checking out the disk after it says it's full by going into the "try/live" mode [16:17] Vuurdraak_, the problem is will it upgrade the kernel to the same one i am having problems with [16:17] wafflejock, it's a network install. [16:17] Vad3r, see if the drive shows as having some weird partitioning or something going on, I would look in gparted but dunno otherwise [16:17] ah right :( [16:17] Vuurdraak_, i --reinstall the kernel already no success [16:17] wafflejock, true but i dont think you could comprimise a system by that [16:17] danielthebague, yeh it will, but maybe somehow what ever went wrong with building a driver module will go right this time ? [16:18] Disable JS except for sites that need it, install something like uBlock Origin, activate click-to-run for extensions and optionally install something like HTTPS-Everywhere. Enable Do-Not-Track. Err. [16:18] I can't get past the "download installer compoments" [16:18] rocket__, well just saying there are traces and can more or less cover things depending on how paranoid you get :) [16:18] danielthebague, not sure if it will do any good though [16:18] There's a guide on the internet somewhere about all of this. I think it's by the EFF. [16:18] Vuurdraak_, so remove the new kernel and when it comes to upgrqading let it [16:18] 512MB RAM and 80gb hdd. HOW is it running out of space?! [16:18] yeh [16:18] wafflejock, ok :D, well i just dont want to catch some virus [16:18] Vuurdraak_, ok thaks for your help [16:18] thank you [16:19] i have no feeling how good browsers on linux are but i guess they are as good as elsewhere [16:19] danielthebague, it's weird how suddenly a new kernel would not work with the graphics anymore [16:19] danielthebague, unless you did drastic changes what kernel tree you are using [16:19] rocket__: Look up, I posted some tips. [16:19] danielthebague, like i had to switch from the old 14.04 lts kernel tree to the new xenial one [16:20] rocket__, yeah pretty low chance of getting something that escapes the sandbox of the browser really, usually it's via some plugins like Java/Flash and the like that have more permissions to do things but JS as far as I know is pretty well locked inside V8 and the other engines and doesn't have much access insofar as hardware is concerned [16:20] danielthebague, but even then i did not have a driver/gpu isue [16:20] Vuurdraak_, keyboard input and mouse didnt work either in recovery mode too [16:20] rocket__, maybe a bit more with local storage and things in newer JS but really not a lot that can be done from that context typically [16:20] The disc image didn't burn successfully because an error occurred. Son of a... nice lady. [16:20] danielthebague, maybe something wrong with that kernel [16:20] Vuurdraak_: i think my issue was something with systemd. i reverted back to upstart, and i have no issues === vemacs_ is now known as vemacs [16:21] Vuurdraak_, i did a online search and not seen anyone else with issues [16:21] theGoat, wb okay great [16:21] yeah...i am new to systemd, so i have no idea to troubleshoot [16:21] danielthebague, the latest kernel works great here [16:22] bazfoobar, i cant not agree on antivirus [16:22] theGoat, from what I've seen journalctl and systemctl are your friends [16:22] -t [16:22] most anti virus software is a mess [16:22] Can anyone recommend a Windows program to burn my Ubuntu ISOs? The built-in Windows burner is not working. [16:22] when i have some time i will convert back to systemd and see what i can find. or i will build another 16.04 instance and play with that [16:22] bazfoobar, think I used imgburn [16:22] bazfoobar: ultra-iso? [16:23] Vuurdraak_what the latest kernel in repos? [16:23] I'll try one of those. [16:24] danielthebague, version 4.4.0-45 [16:24] Vuurdraak_, the one i am having issues with .,dam [16:25] bazfoobar: the system built in can't burn boot ISO... [16:25] Ah okay. [16:25] Well that explains that then. [16:25] I was worried the optical drive was broken. [16:25] can u recommend some dark themes installable for ubuntu 16.10? on noobslab is nothing for now [16:27] hi guys I need to have qt5.7 installed on my 14.04.5 lts server. how would one recommend I go about this? [16:27] danielthebague, i'm wondering if there are any other errors in the kern.log if it is something else then just a graphics issue, as you are saying everything is freezing up, it might just be the pc crashing, it could still be graphics related rather then the kernel [16:28] Vuurdraak_, i havent yet the skills to decipher the kernel logs [16:28] danielthebague, are you using a 3d card ? [16:29] i tried to install rstudio and a libgreamer was needed but unfortunately isnt installable [16:30] *libgstreamer [16:30] Vuurdraak_, it has 3d for blueray but not using it for that [16:30] i know it isnt installable because apt told me so [16:30] danielthebague, you have a special driver installed or just the ubuntu default driver ? [16:30] there is none in repository [16:31] Vuurdraak_, the nvidia proprietry driver that is tested [16:31] and from what i read there are no competitors for rstudio [16:32] Vuurdraak_, sudo apt-get distupgrade not even showing the kernel i am having problems with. [16:32] danielthebague, upgrade to 16.04 or 16.10 ? [16:32] Vuurdraak_, from memory i think i may have installed it myself a few months back [16:34] Vuurdraak_, already upgraded to 16.04 [16:34] btw whats the best audio player for linux, im using vlc now [16:34] danielthebague, 16.10 has a different kernel [16:34] danielthebague, 14.04 & 16.04 should have the same xenial kernal [16:34] Vuurdraak_, i normally stick with the LTS releases [16:35] kernel* [16:35] Help! I've logged on to UbuntuOne and tried to create a "derivative subpage" - It seems to create it but wont let me edit it! [16:36] im searching for fglrx and i can not find it on my system, the error you gave before, it went of the chat with me now :'( [16:36] Vuurdraak_, anyway i must go thanks for your help again [16:36] danielthebague, im wondering if that is the default driver from ubuntu that it is looking for [16:36] there is no fglrx anymore, with 16.04 came radeon & amdgpu [16:36] danielthebague, im using nvidia too [16:37] Vuurdraak_, that may have been an old log of the on board graphics i had Radeon which is not supported in 16.04 so switched to nvida gt610 [16:37] danielthebague, should etc/X11 what if you tried to copy that xorg.conf.072etc file to xorg.conf [16:38] danielthebague, i dont understand why it tried to load fglrx and that you do not have a default xorg.conf [16:39] danielthebague, as you say you have the nvidia binairy driver installed on the old kernel [16:39] Vuurdraak_, i give up for now i will wait till teh next kernel is released then upgrade that way [16:39] okay ;) [16:39] anyone can make any suggestions on making this happen? [16:39] danielthebague, at least the old kernel works :) [16:39] Vuurdraak_, case of it seems to be working so don;t try and break it lol [16:39] :) [16:39] Vuurdraak_, thanks again for your help [16:39] np [16:41] rocket__, i use amarok & rhythmbox, i like amarok better for fast loading directories full of files to play that repeat, rhythmbox doesnt like to play nice there with its play lists [16:42] why isnt mplayer preinstalled? [16:42] !list [16:42] gianni44: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [16:42] mplayer pure, no mplayer gui/frontend [16:42] for{}, maybe some copyright issues, non free software blabla [16:43] for{}: That's a question for #ubuntu-offtopic. We can help you install mplayer here though. [16:43] i think mplayer still rocks [16:46] My burn failed with imgburn too! I really hope it's not the optical drive. [16:47] bazfoobar, could be old optical media too those things can go bad in the sun or just sitting around long enough flash drives are ideal if you've got a tech shop around or some laying around [16:48] how to deal with this mount.nfs: rpc.statd is not running but is required for remote locking. [16:53] прив всем [16:53] помогите наладить жестак [16:53] !russian [16:53] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [16:54] как это делать и чем на линуксе [16:54] там забанили [16:54] :) [16:54] trying to get ubuntu to mount a NFS enabled drive (on a asus rt-56n router). on the router its /etc/exports line is /media/HardDriveArooni 192.168.1.0/24(rw,async,insecure,no_root_squash,no_subtree_check) ... and output from trying to connect on ubuntu is https://gist.github.com/3891e462785b9387b176f7473931d438 ... ideas? === Smn is now known as Guest44331 [16:58] guys, how do I install netctl? it isn't on the official repos and somehow I don't find anything for ubuntu, I've only find info for arch [17:01] arooni, maybe the client and server do not support the right version ? "mount.nfs: mount(2): Protocol not supported" [17:02] well yes; but i think the last line of permission denied means that it found a protocol taht works [17:02] arooni, maybe a firewall is blocking udp then or something ? [17:03] how can i check that [17:03] Vuurdraak_: in /etc/hosts.allow; i have rcpbind : 192.168.1.1 (ip of rotuer ) as well as 192.168.1.101 (laptops ip) [17:04] !info network-manager | Guest44331 [17:04] Guest44331: network-manager (source: network-manager): network management framework (daemon and userspace tools). In component main, is optional. Version 1.2.4-0ubuntu1 (yakkety), package size 2025 kB, installed size 10832 kB (Only available for linux-any) [17:04] arooni, is uwf running ? [17:05] Guest44331, pretty sure this does the same thing, what are you looking for from netctl? [17:05] Vuurdraak_: ps -lA | ack ufw ==> yielded nothing [17:05] I'm not interested in using network-manager because it seems it is what's causing my problem. after a couple of hours wifi will disconnect and won't ever connect to a network again until the computer is rebooted [17:05] arooni, mm yeh not sure whats going on [17:06] wafflejock, avoid a bug present in network-manager [17:06] arooni, i was reading this info: https://unix.stackexchange.com/questions/205529/nfs-mount-nfs-protocol-not-supported [17:07] Guest44331, have you tried to restart network manager when that happens? [17:07] arooni, maybe you can test what the capibilities are [17:07] Guest44331, or check out the output from dmesg, sounds like it could be a driver too in which case the manager won't really matter so much [17:07] arooni, as they talk aslo there about nsf not liking udp [17:07] also* [17:09] помогите дельфина починить непоказывает весь обьем диска и ппц виснет при копирывание [17:09] arooni: protocol not supported? is nfs-common package installed? [17:10] kicksled: nfs-common package is installed yes [17:10] wafflejock, it didn't give anything useful, it just said it timed out, it times out at trying to connect to all and every network [17:10] !ru | [17:10] : Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [17:10] hello [17:10] anyone tried samba on 16.10? [17:11] fack ru all loser [17:11] help eng [17:12] ameurux: you're back [17:12] this is the error i'm getting https://gist.github.com/3891e462785b9387b176f7473931d438 [17:12] https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1393744 here's a bug report that shows the same behavior and it was never fixed, some people claimed that after removing network-manager the problem stopped [17:12] Launchpad bug 1393744 in network-manager (Ubuntu) "1814:0301 RT2x00/rt61pci disconnects since update to 15.04" [Medium,Triaged] [17:13] i rather suspect the wifi card/dongle than networkmanager [17:13] ameurux: yeah, while you were gone I fired up a virtual machine with 16.10 server. fresh install, only commands I ran was "sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade" after all updates were installed I did sudo apt-get install samba. no errors [17:13] and such old bugreport, do you think it is still valid? [17:14] ameurux: can you do a ifconfig please and pastebin the output? [17:14] ameurux: I see from your pastebin earlier that there are some issues with the interfaces also [17:16] if this still is your error, "Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked." maybe this wiki is any help https://help.ubuntu.com/lts/serverguide/samba-dc.html [17:17] arooni: are all the ports you need for nfs open on the server? [17:18] kicksled: i'm not sure how to check that; its sort of a scaled back version of linux running on it [17:18] OerHeks, the card works properly on windows, so the card isn't the problem, and there are messages from a year ago, so I don't see how a but that hasn't been marked as solved isn't relevant [17:18] arooni, maybe reverting to an older protocol version will help ? like adding: vers=2 to the mount command ? [17:18] version 2 doesnt let it run :\ [17:19] arooni: what device is it? do you have a web interface or just command line? [17:19] if i could just get something to mount it [17:19] looks like v4 fails and v3 is ok but permissions fail [17:19] kicksled: i have a web interface ; and command line; https://bitbucket.org/padavan/rt-n56u/wiki/EN/FirmwareBuilds === ER_nesto is now known as Chinesium [17:20] arooni: under advanced settings and firewall on your web interface [17:20] Okay, I'm posing this question to multiple channels. Why should I pick this distro over another? I'm a Windows user mostly, but I also run ChromiumOS for battery life. [17:21] kicksled: stuipd me :\ haha [17:21] kicksled: so turn off the firewall? [17:21] Chinesium: this is the support channel. Best ask in #ubuntu-offtopic or ##linux [17:21] ty [17:21] I paste [17:21] Chinesium, all the major distros have live isos you can download and try out [17:21] Guest44331, it al depends on your wifi chipset/driver, and cannot be compared with windows. [17:21] try them and see which one works the best for you [17:22] I want people to sell me on them [17:22] Guest44331, so what wifi chipset do you have exactly? [17:22] I'll probably end up using lxde of xfce anyway [17:22] arooni: I wouldn't turn it off, but yeah, you can test it and see. If it works with firewall off, turn it back on and just open the ports you need and set permissions for your laptop/local network only [17:22] OerHeks, the same one of the bug report [17:22] Chinesium: lubuntu [17:22] Why? [17:22] Chinesium, no its up to you in the long run [17:22] kicksled: turned it off and didnt have any effect lol :( [17:23] Chinesium: You should try out a distro before picking it for use. Many distros offer live CDs/DVDs. I would familiarize yourself with the package management systems in each as well as the actual packages offered and the support lifetime for the release you're choosing. [17:24] http://paste.ubuntu.com/23384523/ [17:24] Chinesium: Lubuntu and Xubuntu come with lxde/xfce installed by default, but they have the rest of the Ubuntu respositories available for use. [17:24] arooni: what does your system log on the router/server say? [17:26] http://paste.ubuntu.com/23384523/ [17:26] ameurux: hmm.. strange. I had no problems installing samba on a fresh 16.10 server at least. have no idea whats going on with your samba install unfortunately. try sudo apt-get purge samba and after that, check if there still is a samba dir in /etc/ and try to delete it manually. and then try to install samba again [17:28] ok [17:28] I try [17:28] Guest44331, known issues with that ralink, nohwcrypt seems like a solution https://answers.launchpad.net/ubuntu/+question/266033 [17:30] ameurux: if that fails I really have no clue whats happened with your server. Is it a server thats in production and needs to stay up? If its only for testing/personal use, I would recommend a fresh install again as a last resort. [17:30] Chinesium: it's not our job to sell you on anything, this channel is for support. try #ubuntu-offtopic. [17:39] thank you for trying out for me, [17:39] ameurux: no problem :) === Guest29134 is now known as IdleOne [17:44] hi [17:44] I'm a child molester [17:44] any little kids here? [17:47] i cant install apps === ilSt is now known as Zztrop [17:47] alejandro_: elaborate please [17:47] !info alejandro_ [17:47] Package alejandro_ does not exist in yakkety [17:47] shit [17:48] :p [17:48] alguien que hable español me podría ayudar con un problemita? [17:48] !es | alejandro_ [17:48] alejandro_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [17:49] join #ubuntu-es [17:49] sdadsa [17:49] hello [17:51] Hi. When I'm trying to uninstall firefox ( sudo apt-get purge firefox ) I get this: http://pastebin.com/LQ5iHZRq - why can I solve this? [17:53] konrados: try sudo apt-get remove --purge firefox [17:53] sec... [17:53] hello guys [17:53] I need a help [17:53] anyone here to help me out [17:54] hello [17:54] hello ameurux [17:54] kicksled u there? [17:54] just ask the question and see if anybody has any clue about it [17:55] I heard about about mariana's web recently !! Is that total hoax or true ? [17:55] I found out why samba is making the error [17:55] kicksled, - same result:( "update-alternatives: error: /var/lib/dpkg/alternatives/x-www-browser corrupt: unexpected end of file while trying to read slave link" [17:55] there's no bug [17:56] Im using 3g dongle, it confuses samba installer with ppp01 interface [17:56] after connecting to LAN with ipv4 the install went smooth [17:56] thank you all for your support [17:57] is there a romanian channel? [17:58] !ro | for{} [17:58] for{}: Daca doriti ajutor sau doriti sa discutati despre Ubuntu/Kubuntu/Xubuntu, intrati pe #ubuntu-ro [17:58] wow [17:58] !ot | deadpirates [17:58] deadpirates: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! === scottt is now known as Guest78308 [17:58] konrados: sudo apt-get install -f to fix broken dependencies first. that should do the trick I think [17:58] thanks [17:58] generally the hint thingy is always !xx where xx is the language code [17:58] I got it [17:59] thank you again and again [17:59] ameurux: glad you found the problem and got it sorted :) [17:59] ameurux: no problem [18:00] kicksled, thanks, but not really, I get this: http://pastebin.com/uAqGj1wY please help me... [18:03] konrados: http://askubuntu.com/a/620983 [18:03] sec... [18:07] kicksled, I tried that, because indeed, I don't really want to remove ff, but I want to make chrome the default. I already managed to increase chrome's priority, it did not work. Now it even worse, when I'm trying to "sudo update-alternatives..." I see "error: /var/lib/dpkg/alternatives/x-www-browser corrupt: unexpected end of file while trying to read slave link" [18:08] kicksled, this is my "/var/lib/dpkg/alternatives/x-www-browser" file: http://pastebin.com/HCtUhe2f [18:09] how can i make sure that the drive i mounted with ; [I] ~  sshfs admin@192.168.1.1:/media/HardDriveArooni ~/HardDriveArooni/ ;;; is always mounted? on startup? but also always [18:09] hello, I'm new to ubuntu [18:10] and irc [18:10] kicksled: I have firefox as default browser. my x-www-browser file says 40 on firefox and 200 on chrome. hmm [18:11] kicksled - sec... it's the opposite than I thought, I thought the higher number the higher priority, sec.. [18:11] Hi! === Owl is now known as Guest89016 [18:11] HI [18:13] Hi, i run ubuntu 16.04, and i try to upgrade to kernel 4.8.4 (with newer mesa) in order to have my rx480 running. Boot is hanging. Anyone to help me find out why ? I have no idea where to look [18:14] http://google.com [18:15] !google | konrados [18:15] konrados: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question. [18:15] No, pici, I'm testing what will be fired on clicking :) [18:15] Sorry for that [18:16] I'm trying to make chrome my default browser and I'm failing all the time Pici [18:16] jqke - it wasn't to you, I was just testing something [18:16] google-fu :) :) [18:19] kicksled, - I'm not sure where did you take this "200" for chrome, but now I have this: http://pastebin.com/nNN11ARW - what should be the default now? Isn't that chrome? Should I restart the system after making those changes? Or maybe now I should do this "update-alternatives" or something? I've just modified the file, nothing more [18:20] I was wondering with Kubuntu 10.04 LTS Can I still download updates from different other programs like VLC or Firefox or other programs [18:22] TEB1992, on K10? [18:23] you will have to keep it unplugged and manually build everything === Echo7 is now known as Echo6 [18:23] Pici, - I misspelled your nickname, I wanted to say that this "google.com" link was my testing, I wasn't telling anybody to use google. [18:23] konrados: I saw it anyway. [18:23] repo versions will probably give you issues over dependencies and updating versions [18:23] OK, cool [18:24] hibbybear yes [18:25] hibbybear: I want to download Kubuntu Netbook Verison 10.04 LTS I know it Long Term Support but I was wondering can I still recive updates from different other application like VLC and other stuff to... [18:26] TEB1992: 10.04 is eol [18:27] Can you be more clear please I downloaded the version that was LTS [18:27] TEB1992: eol = end of life. no longer supported. [18:27] OK, so to put it short - I modified "/var/lib/dpkg/alternatives/x-www-browser" file, should I do anything else? [18:27] *to make it shorted [18:27] konrados: afaik chrome should be default [18:27] TEB1992: Ubuntu versions are named after the YEAR.MONTH of release. 10.04 was released in April 2010, its over 5 years old now and is no longer supported. [18:27] do I need dnsmasq? [18:27] is it safe to remove/disable it? [18:28] Kubuntu 10.04.4 LTS (Lucid Lynx) is not supported anymore [18:28] is that what you are saying [18:29] TEB1992: yes. [18:29] kicksled, but when I do "sudo update-alternatives --config x-www-browser" I get "error: /var/lib/dpkg/alternatives/x-www-browser corrupt: unexpected end of file while trying to read slave name" - is there a syntax error here: http://pastebin.com/nNN11ARW or somewhere else? [18:29] ducasse so why does the company put LTS if it not going to be a long term support am I seeing it wrong [18:29] TEB1992, as mentioned versions are named based on the year and month released 10.04 was 2010 and 04 month or april [18:29] TEB1992: 'long term' does not mean forever. [18:30] TEB1992, it's cleared shown here https://wiki.ubuntu.com/Releases [18:30] TEB1992, it's expected that at least every 4 years you upgrade to get newer software that will get security patches [18:31] I plugged nvs quadro 420 and 450 http://www.nvidia.com/object/product_quadro_nvs_420_us.html and http://www.nvidia.com/object/product_quadro_nvs_450_us.html and I saw only 2 out of 4 LCDs were shown as connected in xrandr -q. Other 2 as disconneced. I plugged that on an other machine having windows, I got all 4 working. A) any clues why? B) whats the minimum most costly card with 3-4 display at a time (for [18:31] multiseat) is 100% supported by ubuntu? [18:31] ppf: ^ [18:31] ;] [18:31] [; [18:31] waflejock: or ducasse: Am running a netbook it has a intel atom it has a CPU of 1.97 GHz Proccessor 2GB of ram it very slow machine I can't really do a lot on it I want to load something that will make it better fell is there a netbook editon of ubuntu that I can try [18:32] there is no longer a netbook edition. [18:32] kicksled, you think this is the way: http://askubuntu.com/a/714730 > [18:32] ? [18:32] leightweight distro would be xubuntu or lubuntu [18:32] TEB1992, ^^ [18:33] konrados: yeah [18:33] TEB1992, xubuntu or lubuntu are graphically less demanding so will run much better on slower hardware [18:34] sec... [18:36] anyone ever used ubuntu with multi display card? [18:37] Sircle, yeah have 2 monitors here now usually works fine what's up [18:37] I'm on two monitors right now [18:37] wafflejock: tried more than 2 ever? I am trying multi seat [18:38] Sircle, mmm only had 2 work for me but only tried 3 on Intel4000 which I don't think is able to deal with that [18:38] Sircle, have seen a handful of more than 2 though [18:38] Sircle: I've turned off my laptop monitor, but I've had it on before in a 3 monitor setup [18:38] dual cards, you'll need to write a proper xorg.conf AFAIK [18:39] can someone help me with this (or editting it?)? I am not very good in putting the situation into words http://askubuntu.com/questions/842111/manipulating-files-in-large-scale [18:39] tgm4883: how? USB video cards? [18:39] can I plug 2 graphic cards and use both at same time? Looks like I cannot. Nor more than 2 ports of a card. [18:39] Sircle: my laptop has a VGA and mini-display port [18:39] wafflejock: tgm4883 OerHeks ^ [18:40] OerHeks: ok, so without xorg.conf, I CANNOT use more than one card or even more than 2 ports in a card? [18:41] tgm4883: so those vga and mini display port be turned to multi seat? [18:41] Sircle: oh, multi-seat [18:41] Sircle: maybe? IDK, I've not tried multi-seat [18:42] Sircle: you'd likely need a custom xorg.conf for that [18:43] another test: http://google.com [18:44] tgm4883: but the cards should pickup. my 2 port of same card shows disconnected and 2 display. (xrandr) [18:44] tgm4883: do I need xorg config for that even? [18:45] Sircle: IDK, I've not really dealt with multi-card systems except for hybrid laptop setups [18:45] It didn't work kicksled - I have this now: http://pastebin.com/2ptpCd1d - but still this damn ff fires when I click on a link here... is there anything more I should do....... ? [18:45] konrados: what desktop environment are you using? [18:45] KDE, kicksled [18:46] Sircle, with multiset you want 2 xorg.conf https://devtalk.nvidia.com/default/topic/936873/-howto-multiseat-with-ubuntu-16-04-systemd-gdm-proprietary-drivers/ [18:46] konrados: and you can't set default browser via system settings - default applications? [18:47] kicksled I tried that in the first place, but I'll try again, sec... [18:48] It's "google-chrome" kicksled [18:48] konrados: strange.. [18:50] OerHeks: why is that? why 2xorg.conf are needed? [18:50] hello [18:50] Sircle, you want multiseat, = 2 users [18:50] OerHeks: and without even going to multiseat, the displays should not be shown as disconneced in xrandr -q. No? [18:50] Yeah, but I need to solve this, my knowledge is so poor when it comes to linux, kicksled - is there something else I can try? I even tried to simply uninstall the FF but I got the issues like: http://pastebin.com/LQ5iHZRq [18:52] sec.. kicksled this time I think I managed to remove ff, after those "update-alternatives --remove-all ... " commands, sec... [18:52] It all depends on what cards and what connections, vga/dvi/dvi-d/hdmi/dp, without xorg.conf the max is 3 monitors maybe [18:52] test: http://google.com [18:52] konrados: and sudo update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/google-chrome 40 also fails? [18:53] konrados stop. use #test [18:53] or make it https [18:53] I tried that yesterday, the same error, but now I managed to delete ff, and now chrome starts up, as I wanted :) Thank you kicksled ! [18:54] MonkeyDust, - OK, I'll stop, I was frustrated [18:54] make sure all browsers have 'check if is default' disabled, and logout, login and remove whatever === for{} is now known as MyFightSong [18:54] OerHeks - thanks, now I have only one browser, and it's enough for me right now, later I'll have to install ff anyway, but not in the next days :) Btw - yes, I tried that too. [18:55] konrados: glad it worked out one way, strange problem you had there [18:55] OerHeks: and without even going to multiseat, the displays should not be shown as disconneced in xrandr -q. No? [18:56] OerHeks: sorry for repeat. [18:56] OerHeks: is there a limit of default detectable displays to 3? [18:56] kicksled, yeah, I had no such problems before, actually, I usually managed to solve this using GUI only, thanks again. [18:56] Finally... after two days... [18:56] Hey all. Whats the best way to monitor a group of servers? I have 6 servers around the world all serving the same website. Users get routed to a specific server via Constellix DNS Geo Proximity and Source GTD. Each region has a different amount of traffic, so I need to be able to monitor/view graphics of each machine [18:56] i use ff to test if chrome has bugs or the site [18:57] Any good way to do that? They're just VPS's at Digital Ocean. [18:57] Sircle, It all depends on what cards and what connections, vga/dvi/dvi-d/hdmi/dp [18:57] not sure if there's a third party I should be using or what [18:57] OerHeks: all ports are dvi [18:57] stan_man_can: munin, maybe. [18:58] stan_man_can: or nagios [18:58] stan_man_can is this useful https://landscape.canonical.com/ [18:58] in fact..for 6 servers you can use nagios XI [18:58] thanks guys i'll check those out [18:58] which is commercially supported nagios, very expensive but FREE for less than 10 hosts :) [18:59] guys, how do I safely remove network manager? I attempted to right now but it also wants to remove ubuntu-desktop among others [18:59] I'm a developer not a sysadmin so this stuff isn't my forte. However, I setup a free API about 5 years ago and it's usage has exploded lately. 1 year ago it was doing about 1m req/m and now it's about 35m req/m and growing [18:59] dxiri, awesome thanks === m1dnight2 is now known as m1dnight_ [19:00] OerHeks: is there any such limited stated? (in a config file or so) or at system level? [19:01] dxiri, looks like it's 7 hosts now not 10 [19:01] Yes! Nagios XI is available free of charge for monitoring small environments. Nagios XI installations with a free license are limited to monitoring seven (7) hosts (nodes). [19:01] guess 7 is a sweeter spot to charge for it than 10 then :P [19:01] it used to be 10 [19:01] lol [19:02] its really cool stuff...takes away most of nagios complexity [19:02] you download a VM, put it somewhere where it can reach your hosts [19:02] and you set the ips and off you go [19:02] it should detect what you are running and monitor the basic stuff [19:03] then you can tune what to monitor === anon is now known as Guest76189 [19:03] i'm assuming you have to install a client or something on the servers? [19:04] OerHeks: there? [19:05] What time does ubuntu pushes the updates? [19:05] C0r3: When they're ready. [19:06] I plugged nvs quadro 420 and 450 http://www.nvidia.com/object/product_quadro_nvs_420_us.html and http://www.nvidia.com/object/product_quadro_nvs_450_us.html and I saw only 2 out of 4 LCDs were shown as connected in xrandr -q. Other 2 as disconneced. I plugged that on an other machine having windows, I got all 4 working. A) any clues why? B) whats the minimum most costly card with 3-4 display at a time (for [19:06] multiseat) is 100% supported by ubuntu? [19:06] stan_man_can: depends on how much you want to monitor [19:06] could be agentless using plain ssh [19:07] or you could use one of the nagios agents and install that on your 6 boxes [19:07] agents give you more control at the expense of having something to install [19:07] Anyone here familiar with Ubuntu snap? [19:09] Sircle, then i guess you still need an xorg [19:09] Pici: Is there a specific time? Like at 00:00 Hrs?? [19:09] Guest28463: just ask your question. [19:10] C0r3: Nope. They just push them when they're done working on them. [19:10] org [19:10] Oh.. Okay. Thanks. [19:11] herekun: why ubuntu had stopped cards to display all ports/lcds by default? why does it not auto detects? [19:14] Sircle: ubuntu does nothing to stop them working, you need to configure your drivers and x server correctly. [19:15] ducasse: if 2 ports out of four are detected and working, why the other 2 not auto detected (after all its the same card we are talking about)? [19:16] ducasse: the other 2 ports are shown as disconnected in xrandr -q. Why? [19:16] ducasse: I cant plug 2 cards also [19:16] only one works === ilfantomas_ is now known as ilfantomas [19:17] hmm how come i get displayed *just* the i386 packages in a repo instead of the correct (and also available) amd64 packages? .( [19:17] ducasse: I had already selected the recommended drivers of card in extrra drivers app [19:17] ducasse: OerHeks ? [19:19] can i somehow tell dpkg/apt to ignore all i386 and just *always* use amd64? [19:20] Sircle: i know nothing about the nvidia drivers, i avoid them as much as possible. have you seen this? https://wiki.archlinux.org/index.php/Xorg_multiseat [19:20] ducasse: its not about multiseat yet. I should get a display at least when I pluch 4 lcds in a 4 port card [19:21] de-facto: use [19:21] deb [ arch=amd64 ] ... [19:21] in sources.list [19:21] ducasse: signing off. THanks [19:21] Sircle: take a look at that article, it explains how to set up what you want. [19:22] Hello === Mohammad is now known as Guest61747 [19:23] I know how to install a snap but I can't find any info at all on how to backup said data from snap application. For ex, nextcloud is available in snap. Suppose I want a backup of the data contained within the snap itself? [19:23] Anybody can help me? [19:23] Guest17062 thanks but that seems to make no difference, it displays the :i386 versions just [19:24] i really dont want to download them all manually :( grrr [19:24] you did an apt update? [19:24] Guest61747: the data is saved wherever it would normally be saved, in your homedir or whatever. [19:24] Guest28463: ^^ [19:25] Guest17062 yes aand reload in synaptic [19:25] ducasse, I've looked and looked.. I've even done a dir size x-reference before and after dumping huge files in.. no change. [19:26] ducasse, are you speculating or do you know snappy workings? [19:26] Guest28463: i know it's not saved inside the snap, because that is read only. [19:26] ducasse, agree. [19:27] ducasse, how would i monitor file size changes in terminal? Maybe that would give me a clue [19:29] Guest28463: for something like nextcloud i would think you could configure where data is saved, if not ask whoever built the snap. [19:29] can i somehow tell synaptic to never ever display i386 packages? [19:29] turk var mı :D [19:29] ducasse, it's in /var/snap [19:30] ducasse, so far it doesn't.. im just experimenting with snap but there's no way in hell i would use it without knowing how to restore it on another server :) [19:31] hi guys! [19:31] Any ideas on this one http://askubuntu.com/questions/842134/acpi-warning-argument-4-type-mismatch? [19:32] abhishek, KDE neon, better ask in #kubuntu [19:33] lol should i scroll in 53462 packages in arch:amd64 because synaptic search is broken (displaying i386)? [19:33] OerHeks, thanks for the suggestion. But it seems more on the side bios and neon is 16.04. [19:34] Which may make relevant here I guess. :) [19:35] abhishek: not really, kde neon is not ubuntu, it's a derivative. [19:36] ducasse, but it uses ubuntu-core package right? Sry I am new to ubuntu. [19:36] this is ridiculous, why cant i just choose that it prefers amd64 and dont display the wrong arch on searches? [19:37] ducasse, synaptic, bottom option: architecture [19:37] ... [19:38] abhishek: it is not an official flavor, so not supported here. [19:43] Anyone wanna help me with teamviewer? [19:44] OerHeks i guess that was meant for me? sure i can scroll in 53462 packages, that is what i did now, but searches wont remember the previously selected arch there (then it goes to search results tab) [19:45] I sse "teamviewerd -d" in task manager. But no GUI pops up, so I can't use it [19:47] hi, what's the easiest way to have phantomjs on ubuntu? [19:48] can i set that in internal option Variable->Value somehow maybe? [19:48] I need to make an installation script and phantomjs is a part of it. [19:48] newbie|2: are you sure that's the frontend process? sounds like a daemon. === thbishop is now known as Guest23739 [19:53] hmm i give up, i guess multiarch is broken for this [19:54] how I make a DNS be 100% automatic? [19:55] ie: given to me by the DHCP server [19:55] I tried using NetworkManager to set all to auto, but it still doesn't work, if I cat /etc/resolv.conf I still get some bogus DNS addresses (with a comment on top saying it was generated by NetworkManager) [19:56] speeder: the 127.0.1.1 is the address of dnsmasq started by network-manager [19:57] speeder: network-manager knows then the correct dns server addresses [19:57] I am not seeing a 127 address [19:57] I am getting some random stuf [19:57] like 186.120.1.252 [19:58] what video editing software is available? I need to modify a .mp4 which is essentially just a powerpoint presentation in .mp4 format as far as I know.. I tried to get avidemux2.6-qt4 but it's not in the Xenial. [19:58] speeder you shouldnt see a 127 address [19:58] so, what I SHOULD see, and where? [19:58] nameserver 127.0.1.1 [19:58] the ubuntu machines are the only ones in my network that refuse to connect to any website === debikad is now known as debbbkad [20:00] ubuntu 16.04 [20:00] I tried doing cat /etc/resolv.conf and I get a comment about it being generated by networkmanager, and then several random IPs that are NOT the ones I want. === debbbkad is now known as debkad [20:01] my networkmanager app I set everything to auto, no global DNS setting, no static DNS anywhere [20:01] newbie|2, try "teamviewer" [20:02] speeder, 14.04 ? [20:02] speeder: are you in a corporate environment with some extra provisioning server or is still a stand-alone installation? [20:02] apb1963_: recently it was updated to 16.04 [20:03] akik: there are no server controlling the network directly ,each machien has its own configuration [20:03] speeder, I could never get network manager to work in 14.04. 16.04 was a fresh install for me and networking simply worked. [20:04] :/ [20:05] i have ubuntu 16 xenial installed and i want to know if i can set the unity launcher in dodge mode only hide when a windows show up [20:05] speeder, was it working for you in 14.04 ? [20:06] apb1963_: yes [20:06] I think [20:06] terrible, check out unitytweak-tool [20:06] I am not 100% sure, it isn't my machine [20:06] !info unitytweak-tool [20:06] Package unitytweak-tool does not exist in yakkety [20:06] speeder, so you didn't make any manual.... oh... yeah... I have a feeling you have some leftovers from manual config. [20:06] !info unity-tweak-tool [20:06] unity-tweak-tool (source: unity-tweak-tool): configuration tool for the Unity desktop environment. In component universe, is optional. Version 0.0.7ubuntu2 (yakkety), package size 367 kB, installed size 2797 kB [20:07] any idea on how I track it down? [20:07] or how I reset the DNS? [20:07] I couldn't figure how to make networkmanager change the /etc/resolv.conf file at all [20:07] disabling it, changing connection, etc... nothing worked [20:07] I didn't tried inputting a manual DNS though [20:07] speeder, take a look under /etc/network* and see if you see anything [20:07] will do [20:08] *anything amiss [20:08] speeder: also look under /etc/resolvconf/resolv.conf.d [20:08] whoa [20:09] ducasse: I had installed it. From the "internet" tab, I just chose "teamviewer 11" [20:09] OerHeks: i already did but it doesnt give the option that i want only hide and auto-hide [20:09] apb1963_: I will try that [20:11] what video editing software is available? I need to modify a .mp4 which is essentially just a powerpoint presentation in .mp4 format as far as I know.. I tried to get avidemux but it's not in Xenial. [20:13] apb1963_ there's openshot [20:13] apb1963_: i know of kdenlive and openshot, never tried any of them. [20:13] alright [20:14] /etc/reoslvconf/resolv.conf.d/ has two files, "head" and another one, that is empty [20:14] the "head" one has only a comment saying it is an automatically generated file [20:14] OerHeks: any help? [20:14] I also deleted /etc/resolv.conf [20:15] Yeah... saw the reviews... the "over my head" reviews... can't tell if any of them will do what I want without installing them :/ avidemux seemed to be the ticket but... not in Xenial and I've learned to be afraid of ppa's. [20:15] alrighty... thanks guys :) [20:15] speeder, I have the same [20:16] speeder: 'head' and 'base' are actually used for generating the final resolv.conf file. [20:16] I have no final resolv.conf file anywhere now [20:17] and can't figure how to make a new one === nectar_ is now known as Necy [20:18] Is there a way to figure out at which pci address e.g. ‘/sys/kernel/debug/dri/4/‘ is connected? (amdgpu) [20:18] speeder: 'resolvconf -u', i think [20:19] speeder, pastebin /etc/network/interfaces [20:22] & for other a comment to you, Mr. Spider on the ceiling, being an individual named Jason that's in a relationship with a female with a Zeus Spouse Name Similarity, "It's good because it's truly good. It's like walking on the ground". [20:22] Jsync: excuse me? [20:23] Google says, The resolvconf -u command only updates resolv.conf from resolvconf's own database. You need to update the database. To update the database you have to call resolvconf with the -a or -d option. [20:23] found the solution to my problem [20:23] http://unix.stackexchange.com/questions/280264/no-dns-resolution-after-upgrade-from-ubuntu-14-04-to-16-04 === circ-user-rnkOO is now known as SystemObject [20:23] what is missing is this line: sudo ln -s ../run/resolvconf/resolv.conf /etc/resolv.conf [20:24] I have a windows10 company laptop, boss wants to keep windows on it and have it be the default boot option but is allowing me to dual boot linux. I resized the windows partition and added 3 partitions for linux (/, /home, swap) then installed xubuntu .. however after installation when it reboots ubuntu is not a boot option .. its not loading grub (i think) [20:24] You didn't deserve that much "consideration", & that wasn't really about you, regardless that I directed the comment to you. ;) [20:24] seemly updating upbuntu from 14.04 to 16.04 craps out due to different expectations about resolv.conf being a symlink [20:24] Just because I squint, that doesn't mean you're brilliant. I mean, "Hell"!! :) [20:24] If i hit F12 during boot i get boot options which only has the option for windows (unless my live usb is inserted then i have an option for it also) [20:25] both windows and ubuntu are using UEFI [20:25] any idea where i went wrong or how i can fix it? [20:26] speeder, I don't think that's the solution. Did it actually fix all your problems, or just restore /etc/resolv.conf ? [20:28] apb1963_: following the solution there that has upvotes fixed all my network woes :) [20:28] so the problem was literally a missing symlink [20:28] (the other stuff I already had done) [20:28] that doesn't make sense... unless you actually did delete a file, not a link [20:29] apb1963_: taht is the thing, Ubuntu 14 seemly DIDN'T used that as a symlink, and Ubuntu 16 DOES [20:29] thus networkmanager was happily updating a dns file that my programs never read [20:29] speeder: it's a symlink in 14.04 too [20:29] then what happened to the symlink? [20:30] maybe it linked different places? [20:30] speeder, we'll never know. You said you deleted /etc/resolv.conf [20:30] apb1963_: I did, with a rm, like the first line in the solution [20:30] speeder, There went all the evidence. [20:30] after I gave up in figuring why it wasn't updating [20:31] speeder shouldnt have rm'd it, rather renamed it to foo.bak or so [20:31] speeder, To know, we'd have had to see what /etc/resolv.conf really was... a file or a link. However, why it would be a file in the first place... perhaps your predecessor was monkeying. [20:32] speeder, well, it works... happy happy. [20:32] I'm off to the video editing races.... tally ho! [20:32] I did tried writing into resolv.conf before erasing it, it never got error, but never got edited either [20:32] (using cat >) [20:32] echo > [20:32] or both === cigumo_ is now known as cigumo [20:35] speeder: that's why the file says not to edit it manually [20:35] akik: I only tried to edit it manually to see what would happen [20:35] I never wanted anything manual [20:35] is there a way to replace unity launcher for cairo-dock or another dock bar?? [20:35] I have 4 DNS servers provided by my network [20:35] sometimes more [20:35] manual config usually has less [20:36] The point is, if you don't realize it's a huge security risk to the system & a profound detriment to the global human population now & in the future within a context that the published Lune Names are Greek Pagan Deity Names (mostly female spouse names) & the published Planet Names actually are false names (not associated in slightest context!!), then you people were not as aware as my first comodore!! It's a good technical point, while [20:37] anyone using Smuxi knows how to edit colors of background? [20:39] founded [20:39] vin3: #smuxi supposedly exists here on freenode [20:41] hello everybody [20:44] :q [20:44] /msg NickServ VERIFY REGISTER sayan97 orhtpytpcexe [20:45] (its not a password) [20:50] oops/win 14 [20:53] Anyone here has used Kubuntu AND Ubuntu + KDE? [20:53] Kubuntu is lighter? [20:53] how do I make a fake domain? I want the domain vw point to my vps's ip [20:54] JustAnotherIdiot: add it to /etc/hosts [20:54] oh ok [20:56] is there a way to have ssh by default login with root instead my username? [20:57] disable root login where ever you are using it [20:57] it's not safe [20:57] no [20:58] JustAnotherIdiot: maybe with ssh_config [20:58] :| [20:58] I use ssh keys [20:58] I don't see how it would make a difference [20:59] it would just be more of an annoyance [21:00] in .ssh/config Host *\n\tUser root [21:00] JustAnotherIdiot, it would be annoyance when default was root. [21:00] so set it properly to your conveniance [21:04] I'd like to make a real quick point about "TRUTH", then I'll stop commenting: It's FALSE to suggest that the eye inverts an image to the brain. The suggestion that the eye sees what's upside down is a detriment to the concept of science of a consequence of invaders' descendants within the North American Continental borders. "This land is Mayan". If it were really so that the eye inverts an image that is transmitted to the brain, then th [21:04] csop [21:06] Hello, I upgraded recently my (k)ubuntu from 16.04 to 16.10 and since my screen is blinking, I already tried to downgrade my kernel and video driver but it doesn't make a difference. My computer is a laptop with an "NVIDIA Corporation GM107M [GeForce GTX 850M]" and a intel chipset === YY_Bozhinski is now known as YY_Bozhinsky [21:08] dmesg: http://paste.ubuntu.com/23385457/ [21:09] /var/log/Xorg.0.log: http://paste.ubuntu.com/23385469/ [21:14] What is the easiest way to give out a https proxy? [21:15] Hello everyone, I'm on 16.04.1 x64, fully updated. I'm using a CFD application which leans real hard on my CPU to where the system completely freezes. I can't figure out what's up as there are no old syslog or dmesg entries when I reboot and look at the old logs, I tried using the kexec crashdump thing but I can't get that working either. Any ideas? [21:21] mkmvd193 [21:22] this page still mentions Breezy Badger as minimum requirement for CFD ... https://help.ubuntu.com/community/OpenFOAM [21:22] lol [21:22] I'm using COMSOL multiphysics 5.2 [21:23] I've never seen the kernel do a full freeze because the load was too high [21:24] Could anyone spare a few moments to help me set up my partitions? I've been googling for a while but due to the way my Windows 7 partitions are setup, I'm having a lot of issues. [21:25] AndChat728121: explain [21:26] sda1 is "Windows Boot", sda2 is "Windows Recovery Environment", sda3 is C:/, sda4 is free. [21:27] But preferably I want a home partition, a swap partition and a partition for Ubuntu but I seem to not be able to do that. [21:27] ok, you should be able to make sda4 extended, and put everything else inside that [21:27] Nope, extended is not an option. [21:27] Only physical and logical. [21:27] sda4 is free? [21:28] Yup. But there's no option to select extended. [21:28] can you pastebin the output of "sudo parted -l" [21:28] That's what my searches led me to. [21:28] logical [21:29] AndChat728121: Actually, you'll just delete it and re-create it [21:29] I'm pretty sure I tried that. Give me a minute to boot back into the DVD. [21:29] AndChat728121: But you said "sda3 is c:/" Really? [21:29] How can I use gcc-4.9 instead of gcc 6.2.0 [21:30] Well, I presume so. It doesn't say anything. [21:30] Ubuntu 16.04 [21:30] AndChat728121: Ok, well I guess it could be.... [21:30] I can take a picture in a moment. [21:30] Just messing around trying to get into WRE at the moment. [21:30] o|0_0|v_Peace: you don't [21:30] AndChat728121: sda1 is usually C:\ [21:30] Ben64 Never under any circumstances? [21:30] AndChat728121: How large is sda4? [21:31] o|0_0|v_Peace: doesn't seem like it's in the repositories, so probably not [21:31] Right on, thank you. [21:31] I'll let you know as soon as I boot into the DVD again, sorry. I came unprepared! [21:32] AndChat728121: What you might do is use gparted live CD to delete sda4 [21:32] AndChat728121: http://gparted.org/livecd.php [21:33] AndChat728121: But you might even be able to use MS Windows' own partition manager to do it. [21:33] hi guys, can you hel pout with a lubuntu issue? [21:34] john_106: Sure.... [21:34] Need to get into WRE first and reinstall Windows. This computer was donated to me earlier so I've only just gotten my hands on it. Seems that the Windows install I'd pretty borked. [21:34] AndChat728121: Just install Ubuntu and ditch MS Windows. :) [21:35] I need VS for University. [21:35] Amongst other things. [21:35] AndChat728121: Half the work, twice the satisfaction. :) [21:35] AndChat728121: VS? [21:35] Visual Studio. [21:35] im running fresh 16.10 lubuntu, I'm expecting xterm in the "?other" menu but instead have 2 instances of "image magick" [21:36] My fully updated ubuntu 16.04.1 x64 system is crashing when I apply a moderate load to it... can anyone help? [21:36] this is how the system froze: http://s11.postimg.org/uqfmpp1pv/crash.jpg [21:36] Free99: define crashing [21:37] AndChat728121: Here is what I suggest: Install Linux, use VirtualBox to install MS Windows and then you'll have your VS [21:37] ikonia, I am running a multiphysics application (COMSOL) which has always worked in the past, but now seems to completely halt the system. SysRq doesn't work, ctrl-f1 nada, nothing [21:37] Free99: it seems to only be hitting one core too [21:38] AndChat728121: ... that way, you can get started now... [21:38] AndChat728121: Is it Windows 10 or Windows 7 ? [21:38] Free99: if sysrq is not responding it's normally a hardware lock, [21:39] ikonia, it leaves no trace of what happened in the logs, I tried using linux-crashdump to help but to no avail. [21:39] hmm [21:39] Free99: I'm having a similar problem with a different distro, so I can appreciate how frustrating it is [21:39] Free99: I'm currently running a 100 hour memcheck [21:40] I can get this to happen literally every time, within about 5 minutes [21:40] Free99: it doesn't always mean it is a hardware problem, but it is the most common situation, so like you, I need to remove that doubt as best possible [21:40] frustrating to say the least, trying to get some work done [21:40] Free99: I can do it in under 3 [21:40] lol sheesh [21:40] Free99: it's annoying as hell, I fully feel your pain [21:41] I've had to migrate my dhcp service to another device as it was having a huge impact [21:41] ikonia, think it could be a kernel issue? [21:41] I'm on 4.4.0-45 [21:41] i got this too, and i guess for me its nvidia, so might not be related then [21:41] Free99: is that a stock kernel ? [21:41] yes, EFI signed [21:41] Free99: why do you think it's a kernel problem out of interest [21:42] Free99: thats the kernel that ubuntu ships with ? [21:42] what [21:43] ññ [21:44] well when I was on 14.04 I had kernel 4.2 on one previous hardware revision of this laptop [21:44] ikonia, unfortunately I chose to install 16.04 on this new revision of the laptop at the same time as the laptop itself was new, so whether its a hardware issue or kernel issue requires sniffing around for clues [21:45] Oh dear. [21:45] So, I can get onto one of the Windows user accounts but the admin account password is... lost to the ages. So I can't even reinstall Windows using the built-in recovery partition. [21:45] Would it maybe be easier to just wipe the entire HDD, install Ubuntu and leave some space for Windows and deal with the later? [21:45] Free99: I can see why you'd make that initial assumption as it's "locking" and the kernel isn't responding to sysrq [21:45] Free99: are there any crash dumps ? [21:45] AndChat728121, it's easier to install windows first because it doesn't respect bootloaders of others [21:45] Free99: install the kernel debug symbols incase you manage to get a crash dump [21:45] But last time I did something like that I lost the ability to boot at all. [21:46] ikonia, no crash dumps which is why I'm wondering what's going on [21:46] Crap! I guess I need to research if it's possible to hack a W7 admin account. Fun. [21:46] Free99: and thats the sign that points more at hardware (again not fact), I'm having the same, 1 crash dump after about 4 days of dumping every 3 - 7 minutes [21:46] AndChat728121, it sure is possible [21:46] AndChat728121, http://pogostick.net/~pnh/ntpasswd/ [21:46] Free99: I'd suggest you start getting some confidence your hardware is fine, as thats the first point to rule out [21:46] AndChat728121 maybe you can reset your windows password with sth like http://pogostick.net/~pnh/ntpasswd/ (carefull and at own risk!) [21:47] Worth a shot. There is nothing of value on the entire HDD. [21:48] hi [21:49] why doesn't unattended-upgrades work? [21:49] http://paste.ubuntu.com/23385604/ [21:50] any ideas? [21:51] it did [21:51] No packages found that can be upgraded unattended and no pending auto-removals [21:51] Run 'apt list --upgradable [21:52] also shouldnt neon have its own room? [21:52] Ah ha. Need admin to setup USB tethering. Computer has no wireless support. Ethernet not possible, no modem/router, only a phone with unlimited data. Kill me now. [21:56] use cdrom or usbstick [21:56] Hopefully ntpaswd will work when burned to a DVD but it mentions only CDs. Only one way to find out! [21:57] neat-to-have cd/dvd anyhow ;) [21:58] Hello my unity disappeared after i opened confiz-settings-manager [21:58] Why is nothing ever easy? [21:58] Tried alt-cltl-t to get into the terminal [21:59] But it seems gone too [21:59] Anything to resolve this issue? [22:00] juanonymous if you cant get a TTY with Alt Ctrl F1-F? then you might need SysRQ to reboot maybe: Ctr Shift Print + {R,E,I,S,U,B] (hold Ctrl Shift Print and then type those letters slowly, then release all keys) [22:01] confiz->compiz [22:01] !info compizconfig-settings-manager [22:01] compizconfig-settings-manager (source: compiz): Compiz configuration settings manager. In component universe, is extra. Version 1:0.9.13.0+16.10.20160818.2-0ubuntu2 (yakkety), package size 561 kB, installed size 4487 kB [22:02] erasmus, cool nick [22:03] I also have a huge coq. [22:03] hola!!! [22:03] oh, hi [22:03] que tal!? [22:04] ive got a root shell, how do i start a root file-manager from there? [22:05] find your filemanager name and just type it; e.g. "dolphin [22:05] " [22:05] whats the best way to install cinnamon on ubuntu 16-04 with unity, i dont want the complete install just the desktop manager [22:06] lakitu: no ./ first? [22:06] no, because it knows it, by being in /usr/sbin or wherever [22:06] /usr/bin, etc [22:06] worked, thanky :) [22:06] yep [22:07] if it is a gui best to use gksu/gksudo [22:08] debkad probabyl knows better than me there, spacecub [22:08] probably i mean. [22:09] De-facto i am now at tty [22:10] Any instructions on what to do next? [22:10] Please [22:16] do we have DiffMerge like stuff in repo? [22:16] gui diff tool [22:17] protn, http://meldmerge.org ? [22:17] ikonia, so I got my system to crash with "stress-ng --syslog -v --cpus 1 --vm 2 --vm-bytes 4G --timeout 120s", and it never came back after 120s [22:17] similar [22:17] ty [22:18] you can also use diff from terminal [22:18] diff or colordiff [22:18] or cmp may be [22:19] my system has 8G ram, plus 2g swap.. I ran stress-ng as my regular user so it'd still be subject to OOM killing, why didn't that work? [22:19] whats the easiest way to use diff to see if two dirs got same files or not? [22:20] diff dir_a dir_b [22:20] kl [22:25] ntpaswd worked. I could kiss you guys. [22:25] s/s/ss [22:26] AndChat728121, it even works on windows 10 lol === willy is now known as Guest64654 [22:26] Amazing [22:27] Fuck [22:27] I'm resetting Windows to factory settings now and then I can finally install Ubuntu. ^_^ [22:27] I could not even boot to the system now === Smn is now known as Guest42206 [22:28] toast.OS [22:28] lol [22:28] been there [22:28] Free99, nothing works on windows 10 [22:28] lol [22:29] I bet the tracking works really really well. [22:29] oh dude tell me about it, I have to use it on a tablet for my engineering job, the touch interface absolutely stinks even on apps written to use the touch libraries [22:30] juanonymous: can I help u? [22:30] Hello...Is there a way to low level format a hard drive? [22:30] StumpDumb: what problem are you trying to solve? [22:30] bbl guys, thanks [22:30] I paid 3.5k for this brand new top of the line win10 with some fancy bells and whistles and it is the biggest piece of shit I have ever owned [22:30] oh one last thing, is memtest still included with grub? [22:31] I mean with default ubuntu install [22:31] yupp [22:31] OS X > *nix > Win7 > XP > Vista > Scientific Calculators > Household Appliances > Windows 10 [22:32] seems legit [22:32] thanks hippybear, I hear ya. I'm all for heterogenous clients and stuff but its pretty surprising how bad windows is this time around [22:32] Although Apple have been ruining OS X för the last few years [22:32] and their security is a joke [22:32] I partitioned a hard drive and installed the Lubuntu install on the partition and it will not go away. I have installed (from USB) Lubuntu several times but it still boots to the installer on the HD partition [22:32] settings is horrid [22:32] uh, osx IS unix [22:32] Apple is just an expensive printer [22:32] just a status symbol [22:33] StumpDumb, did you remove the USB after you installed? [22:33] hippybear: no, it's the most practical desktop environment. I even know canonical employees (that work on Unity) that feel that [22:33] yes, [22:33] Oh people have a different opinion [22:33] that seems normal [22:34] But but but I like the pretty UI. Also my 8 year old stock Mac that still worked perfectly fine until I blew it up the other week ain't no status symbol. [22:34] it continuously runs the install from the HD [22:34] * nacc feels like we've veered a bit offtopic [22:34] StumpDumb, then where is it picking up the install.iso from? [22:34] * hippybear agrees [22:34] Yeah, sorry. That was my fault. [22:34] * hippybear will rope it back in lol [22:34] I partitioned a hard drive and installed the Lubuntu install on the partition and it will not go away. I have installed (from USB) Lubuntu several times but it still boots to the installer on the HD partition [22:35] StumpDumb: what do you mean by "installed the Lubuntu install"? [22:35] I have tried Everything to get rid of the partition that is booting the install [22:36] youre not really making sense [22:36] how did you partition? [22:36] sounds like he cloned the installation media to a partition or something [22:38] partitioned drive to 1G, ran Disk Image Writer to that partition and now it seems permanent [22:38] 1G?!?!? [22:38] Howdy! [22:38] lol [22:38] howdy mitchell [22:38] StumpDumb: I don't know what "Disk Image Writer" is, but why did you partition your hard drive outside of the installer? [22:39] the files are ~850k [22:39] So Xubuntu is an official flavor of Ubuntu, so I can ask questions here? [22:39] But my question doesn't have to do with xfce. [22:39] mitchell: yes [22:39] Excellent. [22:40] The USB install DOES NOT remove the bootable partition on the drive WHY? [22:41] StumpDumb: did you tell the install to do so? [22:41] So back to my original question How can I low level format a HD? [22:41] So, I'm having trouble authenticating on the network at work. I disabled networkmanager and installed wicd, which is working, in part because the supplicant that came with networkmanager was not enabled or configured. [22:41] wicd supports what should be the right authentication for my work network. [22:42] But I still can't authenticate. [22:42] In the install it asks how to set up the drive, the first selection is erase disk completely, it does not [22:42] One of the IT guys at work thinks the network is set up to not allow Linux machines to authenticate. [22:42] First, is that possible? [22:43] Second, is there a way I can spoof a Windows configuration to the network authentication software? [22:43] The fourth selection is to manually adjust the partition table, the bootable part is not displayed and is uneffected here also [22:43] (That is, if the answer to the first question is "yes.") [22:43] mitchell: yes. should you? no. [22:44] Thaanks, linxeh. Could you please elaborate? [22:45] mitchell: you can spoof anything - it's just bits over the wire. you said 'at work' - if you don't want to lose your job I'd suggest you don't want to violate their policies (unless you have a waiver allowing you to do this for security research purposes or similar - I've been where you are, and I've been beaten with the stick for not complying) [22:45] Too true, linxeh. [22:45] And an *excellent* point. [22:45] mitchell: in short, find another job - not like clued up people aren't in demand [22:45] What the heck kind of policy is "No Linux" anyway? [22:45] linxeh, thank you for the compliment. [22:46] It's not even a *policy*. [22:46] mitchell: authenticate for any network access? [22:46] It's just "This doesn't work... now go figure out why. Maybe." [22:46] wait, wouldn't that also prohibit android/chrome os stuff? [22:46] Well, my Android phone gets on their network just fine. [22:46] The install files are 899MB [22:47] The only competent people in our IT department are the front-line people. Some of them. [22:47] Hi, I need a little help installing a .deb file from the hard drive. Sorry for being a neub... [22:47] StumpDumb: why do you keep saying that? [22:47] Linxeh, I love my job--and it's not even in IT. [22:48] StumpDumb: you can reformat your hard drive, if booted into linux, with fdisk, cfdisk, parted, etc [22:48] homeschooldad: dpkg -i blah.deb .... but you should find the software you want in the repositories or possibly a PPA before doing manual installs [22:48] mitchell: nor mine, I'm a developer [22:48] The bootable partition does not show up in gparted [22:48] ben [22:48] fdisk [22:49] linxeh... hmmmm. I see software development as IT, but if software development *were* IT, Google would be one huge IT department. [22:49] So, good point again. [22:49] StumpDumb: then it doesn't exist [22:49] But I'm an academic law librarian (and a lawyer). I'm just *sick to death* of Windows. [22:49] ben64 - thanks do I need to cd into the directory that blah.deb is in? [22:50] I see IT as those that provision computer systems (which is how pretty much every business and recruitment agency label it too) [22:50] homeschooldad: or specify where it is, yes. but really, installing a deb manually is probably not what you want to do [22:50] mitchell: linxeh: i feel like this has veered offtopic [22:51] Ben64 - I tried to use the ubuntu software installer but it craps outs and needs admin password [22:51] Okay, I could use some help setting up my partitions. I've reset Windows to factory settings and now I'd like to add 3 partitions for Ubuntu - swap, root, home. But Window is taking up three partitions. [22:51] nacc: I would agree; time to switch channels... [22:51] homeschooldad: what are you trying to install? you need admin password to install a deb as well [22:51] wen I boot with Only the HD connected, it goes into the Lubuntu install....select language....I have removed all partitions and formated the entire HD, yet it STILL runs the install [22:52] I googled this earlier for a while and the solution seems to be "select extended" but it is not an option. [22:52] nacc: Only if you think that stopping me from getting fired while learning about Linux isn't Linux support. [22:52] ben64 - I have admin. https://www.teamviewer.com/en/download/linux/ [22:52] AndChat728121: did you ever show your partitioning here like it was asked for? [22:52] mitchell: this isn't "Linux support" [22:53] I didn't because I was trying to fix Windows, sorry. I shall do so now, Ben64. [22:53] linxeh: No, I get it--after you made the implicit distinction. [22:53] StumpDumb: can you provide the partitioning output for that disk? [22:54] StumpDumb: you can always zero out the disk, I really don't know what you did to put hte installer on the disk itself, which is rather abnormal [22:54] Im looking at FDisk now [22:55] StumpDumb: pastebin the output of 'sudo parted -l' [22:57] AndChat728121: if you have three primary partitions, you can create the 4th partition as extended, and then create logical partitions under the extended partition [22:57] ben64 - the file is at the link i posted. its web conference software [22:57] i know what teamviewer is [22:58] Extended ws not an option, only logical and physical. Once Acer stops installing bloatware I will boot immediately into my Ubuntu disc. [22:59] AndChat728121: i guess the installer hides that extended partition setup from you, but that's what is happening [22:59] Ben64 - I didn't. sorry - double click doesnt work, and neither does dropping into ubuntu software [22:59] homeschooldad: how does it not work [22:59] i hate that information is hidden from the user [23:00] Ben64 - I get a gui with and "instal" button. I click the install button and it starts and then stops with out installing [23:00] 10/15 bloatwares installed! What a joke. [23:00] Just posted it in pastebin "Lubuntu Boot" [23:00] homeschooldad: ok so try 'sudo dpkg -i blah.deb' [23:00] StumpDumb: you need to give the link here [23:00] ok [23:01] http://pastebin.com/62w8F9M4 [23:02] Is it booting from the zram0, I thot that was cleared on reboot [23:02] what kind of machine is it [23:03] Is the machine inquiry for me? [23:03] yes [23:03] I've been using Ubuntu Desktop for the past couple of weeks now. The Ubuntu Software Center is always bugging out. After I've installed packages with it, it still says "install" on the package. [23:04] Guestie: use gnome-software not hte ubuntu software center [23:04] ben64- thanks for the help - the file is corrupt. I'll resort to a (shudder) windoze box for tonight. =) [23:04] Guestie: is my recommendation :) [23:04] And, I've had it once where it wouldn't install packages, try after try. Is the Ubuntu Software Center a work-in-progress on working out the bugs? [23:05] Guestie: ubuntu is rmeoving the software-center package probably at some point (from the development release) during this cycle [23:06] how the heck does this happen? http://paste.debian.net/890184/ [23:06] Its an old machine....Omni OTC-H3122D00 [23:07] I am using Ubuntu TLS 16.04. Should I get a new version? I don't have time to have to deal with computer issues, so I don't want to install an unstable version of Ubuntu. [23:07] Guestie: no, LTS is your best bet if you want stability [23:07] Guestie: as i said, just use gnome software and it should be fine [23:08] hmm I used diff merge its gui sucky [23:08] any tool that shows in GUI itself diff files if any [23:08] dir, file, comparison [23:08] Hello! [23:08] :P [23:09] hanshenrik: not sure, maybe provide more data like `ls -ahl` output for .ssh? [23:10] nacc, http://paste.debian.net/hidden/7e042174/ [23:10] hanshenrik: may need to use sudo temporarily just to get the output [23:11] http://paste.debian.net/hidden/2c237cba/ [23:11] in fact diff merge is nice [23:11] btw who is girl here?> [23:11] protn: irrelevant question for this channel. [23:11] dodge29: hi [23:11] :P [23:11] natalia ok [23:12] hanshenrik: hrm, you can see that i think your chmod also didn't actually work (o+rwx) [23:12] Which command patches kernel security holes..apt get upgrade or apt-get dist-upgrade? [23:13] nacc seems so. annoying that chmod didnt say anything (and yes i was reading stderr too) [23:13] dist-upgrade will find new kernel if there is one. [23:13] hanshenrik: yeah, is there a reason you've made your .ssh so permissive? [23:13] cus now that i did it from root, i can access it from hanshenrik [23:13] nacc, BECAUSE I COULDNT ACCESS IT. rest assured, i will fix it now [23:14] hanshenrik: ah sure [23:14] chmod -R 0600 .ssh right? [23:14] usr13, thanks.. [23:14] sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade [23:14] hanshenrik: 600 for the directory, certainly; not sure of the default perms otherwise [23:15] stranger and stranger... memtest reports no errors, but it's obvious that my system crashes when I am running a memory-heavy program [23:15] andinoh: It's what I do for updates... [23:15] only changes I've made are to swappiness and using dphys-swapfile instead of regular swap [23:15] hanshenrik, isnt it 644? [23:15] I have a Pentium M processor, will Libre Office be slow on my Lubuntu laptop? [23:15] nvm 600 [23:15] hippybear, pretty sure that would allow everyone to read my private keys ^^ [23:15] usr13: will do that.. [23:15] Free99, is it KDE? [23:16] Free99: system crashes or goes OOM? are you out of memory? [23:16] hippybear, maybe 644 for my public key [23:16] (allow the ssh server to read it?) [23:16] no xfce... program causing the crash is COMSOL multiphysics [23:16] I had an issue with it killing my cpu [23:17] hanshenrik: my public is 644 here, true [23:17] Free99: what kind of crash? === smh3 is now known as sher1 [23:18] Tortillion: think you should be ok === leavd is now known as kicksled [23:18] nacc, complete system freeze, no sysrq, no tty [23:18] Free99: are your disks spinning up trying to swap? do you have a serial console? [23:18] Leavd: Ok thank you for your help [23:18] same with my KDE [23:18] nacc, SSD, no serial console [23:19] loaded the splash screen to 50% then just sits there to eternity [23:19] Free99: it sounds like you're putting significant memory pressure on your system; not sure you should expect responsiveness [23:19] Free99: you could try netconsole, etc., to see if the kernel is still up [23:20] nacc, thing is when I rung "stress-ng --vm 2 --vm-bytes 4G --timeout 120s" the system stops responding, but never comes back [23:20] Tortillion: but if you're having problems Abiword and Gnumeric should be even more lightweight and work better [23:21] nacc, I've got 8G ram, 2g swap [23:21] kicksled: Thank you, I think LibreOffice is fast enough [23:22] nacc, i do barely recall something about public key + ssh server + 0644 , i guess that's it ^^ [23:22] Free99: right, so you've overcommitted your system -- i mean 8G of workload on a 10G system, so it's going to swap constantly, probably? [23:22] Free99: well, to be clear, 8G on a 8G system, with no room for the kernel overhead itself, which means it will swap constantly [23:23] nacc, sure there will be pressure, SSD though and I gave it 10 minutes to return... no traces of anything in logs, and I bumped the offending processes oom score adj up to 800 [23:24] nacc, peep this: http://s11.postimg.org/uqfmpp1pv/crash.jpg [23:24] this never happened on 14.04 [23:27] Free99: not really sure; without actually getting the crash output, it's hard to debug anything. The two top processes in that picture are using more RSS than htop says you have, though. So at some point, if you leave htop open, htop stops refreshing? [23:28] sorry, did you say something? [23:30] Free99_: not really sure; without actually getting the crash output, it's hard to debug anything. The two top processes in that picture are using more RSS than htop says you have, though. So at some point, if you leave htop open, htop stops refreshing? [23:31] folks I use diffmerge and it shows 2 dirs got same files yet when I start ftp dir 1 into dir 2 I get same file warning [23:31] ... [23:31] nacc yeah, the whole system stops... clock stops, everything [23:31] Ben64 https://drive.google.com/file/d/0BxnU6N4VAZ5mWC0yZHJlS0R4MDQ/view?usp=drivesdk [23:31] i selected show equivalent files in diffmerge [23:31] but not even sysrq b works [23:32] what I am missing [23:32] AndChat728121: you don't have a free partition [23:32] Free99_: sounds like you would need a serial console to debug it further (or netconsole, maybe, but if the kernel is locking up that hard, the network stack may be dead) [23:32] Looking for a little help. I've borrowed a portable CD/DVD drive from a friend. It simply connects via USB (ofcourse), I have no software to install. I cannot get Ubuntu to see it at all. Is there some kind of driver I need to install? [23:33] skinux: plug it in, pastebin the output of "dmesg | tail -n50" === Liz is now known as Guest31404 [23:34] nacc, perhaps linux-crashdump? [23:34] Yes Ben64, sda3 is C:/ and sda4 is D:/, on Windows. If I delete sda4, and then create an Ext4 partition, extended is not an option. [23:34] AndChat728121: logical = extended [23:35] without gpt, extended with logical partitions would be your only option [23:36] Free99_: you could try and setup kdump, yeah [23:36] Fjff [23:36] When I delete sda4 and make it logical, I can't add any "child" partitions. [23:36] AndChat728121: Well, you would delete sda4 and creating the new partitions can be done with Ubuntu installer's partition manager. [23:36] AndChat728121: Why not? [23:36] It is all created a a child of sda and named sda5, instead of sda4 like before. [23:37] ... because the button is greyed out. [23:37] just leave the space blanc, let ubuntu do the partitioning [23:37] AndChat728121: sda5 is in the extended partition [23:38] Right. Now how do I create a home partition and a swap and one for Ubuntu? [23:38] create more than one partition [23:38] It won't let me create more than 4 [23:38] I can't! [23:38] it will [23:38] It's greyed out. [23:39] you're doing it wrong [23:39] The plus. [23:39] Right. Helpful. [23:39] start up the live system, open gparted and do it there [23:40] Maybe it's because I enabled encryption and LVM. I'll try without, I guess. [23:41] AndChat728121: Yea, as Ben64 points out, the extended partition contains the logical ones. If you designated hda4 as extended, you should be able to create sda5 sda6 and sda7 [23:43] Does the RX480 work on 16.04 at all or do I need to upgrade to 16.10? I thought I read that it works on 16.04 now? === michael__ is now known as Guest50913 [23:43] Here's what I did. Select sda4. Click minus. Select free space. Click plus. Select logical. Select beginning of this space. Use as Ext4. Mount point none, because it will be the sub-partitions that have mount points, no? [23:43] AndChat728121: no [23:43] (I said hda4 but I meant sda4) [23:43] I also have another question if you don't mind me asking: Does Lubuntu have less functionality than Ubuntu, and will Ubuntu run slower than Lubuntu on my Pentium M computer? [23:44] newbee...lol [23:44] Tortillion: no and yes [23:44] AndChat728121: You need to delete sda4, re-create it as an extended partition, and then you can create sda5 sda6 and sda7 for / and /home and swap [23:45] So everything I can do in Ubuntu I can do in Lubuntu? So theres no point in using Ubuntu right. [23:45] whats lubuntu? [23:45] !lubuntu | rocket__ [23:45] rocket__: lubuntu is Ubuntu with LXDE instead of !GNOME as desktop environment, which makes it extremely lightweight. See https://wiki.ubuntu.com/Lubuntu - /join #lubuntu for lubuntu support. [23:45] That's what I thought I did. Logical is extended, no? There is no "extended". [23:45] Jan 28, 2015 - The vast majority of Pentium M and Celeron M CPUs are suitable for fakepae or forcepae and can work with PAE kernels. But some of these ... [23:46] I can forcepae and it worked [23:46] AndChat728121: sda4 is the extended one [23:46] Tortillion: lubuntu is ubuntu -- you're just using a different DE [23:46] I was told to delete sda4. It was NTFS (D:/). [23:46] man OerHeks I have seen your name in here since I first started using ubuntu [23:46] Oh right [23:46] Thanks [23:47] AndChat728121: Logical partitions are the ones inside of the Extended partition. You have primary, extended and logical. [23:47] AndChat728121: yep, then you make it into an extended partition [23:47] quit [23:47] nou [23:47] AndChat728121: Read https://help.ubuntu.com/community/HowtoPartition/PartitioningBasics [23:47] There is no "extended". So logical, right? Which is what I did. [23:47] AndChat728121: if you have sda5, then sda4 is the extended partition [23:48] AndChat728121: You need to decide how many linux partitions you want. Minimum is 2 for / and swap, sda5 and sda6 [23:49] AndChat728121: One large one and one small one, (the size of RAM). [23:49] AndChat728121: sda4 - extemded sda5 - logical sda6 - logical [23:49] I'll take a look but it's literally size, type, location, use as, mount point. Would take seconds to list the correct options and will take me presumably longer to figure it out. I've been fighting computer /all day/. Excuse the crankiness. [23:50] I can't add anything after sda4. [23:50] AndChat728121: presumably because you took up all the space with sda5 [23:50] AndChat728121: Sometimes it takes a while for the concept to sink in. [23:51] nacc, I got the system to come back from death [23:51] AndChat728121: How much free space do you have? (Size of sda4)... [23:51] Tortillion: Have you seen : https://help.ubuntu.com/community/PAE/PentiumM ? [23:51] AndChat728121: How much RAM do you have? [23:51] Oh. I misunderstood then. I figured I'd create an extended partition that uses all the space and then be able to split that into three. [23:52] I am not good with partition. [23:52] Free99_: pastebin dmesg? [23:52] AndChat728121: Correct. [23:52] Free99_: and how? :) [23:52] just leave the space blanc, let ubuntu do the partitioning [23:52] AndChat728121: How much free space do you have? [23:52] It complains about that. [23:52] 493882 MB [23:52] so I had to re-enable sysrq, it is apparently disabled beyond increasing log levels (see /etc/sysctl.d/10-magic-sysrq.conf) and then I kept leaning on alt-sysrq-f and it took a few minutes but the system reappeared [23:53] AndChat728121: And how much RAM? [23:53] I was thinking 8 GB swap and splitting the rest between home and the install? [23:53] Free99_: yes, magic sysrq is disabled (you can also change it with a kernel command parameter, iirc)? [23:53] 4 but will upgrade to 8 or 16 soon. [23:54] AndChat728121: So make sda5 8G and designate as swap. Make sda6 to occupy the rest of the free space you have. === kyle_ is now known as Guest24771 [23:55] AndChat728121: or make sda5 16G and designate as swap. Make sda6 to occupy the rest of the free space [23:55] Using 16.04.1, trying to upgrade from a GTX 760 (prop drivers) to an RX 480 (amdgpu driver) but upon rebooting amdgpu isn't getting loaded and I'm stuck at 1024x768 [23:56] Hello, how to make that my second HDD in laptop mount with more simple name? http://pix.toile-libre.org/upload/original/1477526097.png [23:56] !fstab | veter [23:56] veter: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.pclosmag.com/html/Issues/200709/page07.html and !Partitions [23:56] veter: Create a fstab entry for it. [23:57] Is there any advantage to having a partition for /home and another for /? [23:57] AndChat728121: Yes. If you re-install and you have separate /home partition, it can be left as is during install. [23:57] Thanks for your patience. Mine ran out about eight hours ago. [23:57] nacc, http://paste.ubuntu.com/23386071/ [23:57] tgm4883: You did remove the old nVidia driver ? [23:57] Okay, cool [23:58] and to change sysrq, just sysctl -w kernel.sysrq=1 [23:58] Bashing-om: yep, old nvidia is removed and purged [23:58] AndChat728121: If you have separate /home partition, make it the biggest. Like 100G for / and 8G for swap and the rest for /home [23:58] this is territory I'm unfamiliar with, rsize and such [23:59] Bashing-om: I can modprobe the amdgpu driver, but restarting lightdm doesn't show any better resolution in the display manager