[00:00] ok.. so 16-32 would be a good value for anyone else who asks.. thank you [00:00] why make it so large? and why do it at all [00:00] a good value is 0 and don't do it [00:00] there's no clear benefit IMO [00:01] there is... i have an installation of / at 8 GB with /usr combine and i cannot installed any more stuff. and linux is acting a lot slower. [00:01] hence why im asking it [00:02] so i plan on redoing the installation with /usr seperated. [00:02] schultza: how big is your hard drive? [00:02] because i can [00:02] larger... [00:02] schultza: alright, i guess you can figure this out yourself, i have better things to do with my time, sorry [00:02] nacc: thank you for telling me how much your current /usr size is.. [00:03] it did help [00:14] How can i download all translations for one language from launchpad? [00:15] schultza: I have run with as little as 10 gigs for / .. but it is tight and leaves little room for future uses without extensive management . [00:17] Also, I'm confused at what goes in .profile vs .bashrc in Ubuntu. It seems that vars set in .profile aren't accessible in .bashrc, so what good is .profile except to source .bashrc? [00:20] in the non-gui command line mode.. how do you see previous again? [00:21] schultza, my / is 7GB, /usr is almost 5GB [00:21] getting a kernel panic.. unable to mount root fs [00:21] schultza, you mena cursor up? [00:21] yes [00:21] hfp: if you man bash it'll tell ya [00:22] kenrin: canont man anything right now... kernel panic [00:24] https://imagebin.ca/v/3HqwHaWEys2i [00:24] schultza, at the term prompt, ctrl R will reverse search previous commands [00:24] ctrl+r does nothing at this moment [00:25] If the kernel is crashed your cursor isn't going to move until you reboot schultza [00:25] reboot goes back to same screen. [00:26] login to single user mode and check logs [00:26] and i remember correctly that / was out of space. [00:26] Oh, then login to single and delete some files [00:26] how is single user mode going to help with unable to mount / [00:27] Ah, mean to say recovery shell [00:30] nah, ill redo it anyways... so i have space for / [00:53] !ubuntunext [00:53] !ubuntu+1 [00:53] Zesty Zapus is the codename for Ubuntu 17.04 - Support only in #ubuntu+1 === _rubik is now known as acrumb === acrumb is now known as _rubik [01:07] hi all. I'm trying to get EAC up and running, but it's not finding the disk drive (or any drives). I followed these instructions and have the drive showing in my wine config, but EAC just isn't seeing it: https://ubuntuforums.org/archive/index.php/t-2092214.html [01:08] nicomachus, wine doesn't see the HDD so far as I know. ask the wine channel [01:08] I am. [01:09] just thought maybe someone here had encountered it before. [01:09] I wasn't sure if it was a problem with getting wine to see the cd rom [01:13] When I get a popup saying "The computer needs to restart to finish installing updates", is there any way to see which packages need to be updated? [01:14] waltman open a terminal: sudo apt update && sudo apt full-upgrade [01:15] full-upgrade didn't list any packages [01:18] whats different between dist-upgrade and full-upgrade [01:18] same same schultza. apt-get dist-upgrade = apt full-upgrade [01:18] ah [01:19] I just tried dist-upgrade too just for the heck of it. Same result. [01:19] So if nothing's pending, why do I keep getting this popup telling me I need to reboot? I also get the "System restart required" message when I ssh in. [01:20] you probably already did the update, it just needs to reboot to use the new update [01:20] probably already installed a new kernel [01:20] waltman, this ^^^ [01:20] or ubuntu has allowed hot-loading the kernel === user1 is now known as lurker === lurker is now known as lurker32 [01:21] The last new kernel was 5 days ago, and it started *after* I rebooted. [01:21] waltman: There are various other packages that require a reboot. I think libc does for example. [01:21] hmm, could be that. [01:22] I had to reboot twice for new kernels last week, and then I started getting this popup the following day. [01:27] It might list them in /var/run/reboot-required.pkgs [01:31] kenrin: Thanks! It says "linux-base", but that package doesn't seem to have chanegd recently. [01:33] hey hey. this is an ongoing issue and it's been driving me mad. every time i format a new usb drive or sd card, it formats as read-only. I have just been using a windows machine that i have laying around at work to format these devices but there's gotta be something that can be done about this. [01:35] list [01:35] LIST [01:35] i legitimately just want to be able to format an sd card or usb device using ntfs (so others can read it too) and not have to run nautilus (or thunar as the case may be) as root to move files to the thing. this has been the case in 16.04 since I upgraded and it's basically unacceptable. [01:36] hello [01:36] hello [01:36] ubuntu support here fakof. ask your questions [01:36] hi. do we think it's a good idea to be running nautilus or thunar as root just to transfer files to an sd card? [01:36] plex_dave, no no and no [01:38] you should fix the permissions plex_dave [01:38] Find out where it mounts, probably /media/username, then check perms [01:38] Well, I mean, I don't mind having to do it, but even if I run my file manager as root and go in and change permissions on the device in the file manager as root, as soon as I am no longer running as root, the permissions on all devices go back to where even i, the user who created the partitions, cannot write to them. [01:41] Kenrin: I am aware that this is a permissions issue. This seems like it would be a high priority issue seeing as the novice user would not know to run the file manager as root, and as an intermediate user, I know that it's probably not the best idea to be in the habit [01:41] Yeah weird, I just checked getfacl /media/username and it doesn't have write [01:41] how i wrote commands in irc chat ? [01:42] is this a /media/whatever problem or a mount-options problem? [01:42] It's not like this is a new issue either. I was hoping maybe there was some silly thing I was missing out on that I didn't find in the forums. [01:42] NTFS mounts need uid= gid= umask= options [01:42] e.g. mount -o uid=1000,gid=1000,umask=007 [01:43] I have others who work with me who do not have the sudo passwords to their machines and they rightfully think this is a touch absurd. When I format the cards on any other device, ranging from a digital camera to a zoom digital recorder to a windows box, there is no issue. Formatting from any type of ubuntu 1604 (vanilla, mate, gnome, studio) all the same exact issue. [01:44] plex_dave, are you formatting with a gui app or the terminal?? [01:44] exit [01:45] if you are in for the long haul on desktop linux you can assume that every nice GUI thing will be broken at some point and you have to know how to do everything manually. but wow, that is some pretty depressing breakage [01:45] seems like it could be fixed with a simple setfacl -m u:username:rwx /media/username [01:46] kenrin: do you really not have u=w on /media/username? [01:46] I do not, seems like that is default [01:46] hmm [01:47] user has rwx [01:47] but my username has r-x [01:47] owned by root [01:47] I am using disks [01:47] the gui tool included in linux distributions. [01:48] plex_dave, time to test: use the format the disk using the terminal [01:49] kenrin: you don't need w on dir/ to write to dir/sub/ [01:49] (because you're not modifying dir/, of course) [01:49] Okay, I can do that. I was just hoping that there's a solution for the more novice user. I mean if I were new to Ubuntu, this would certainly make me a touch angry. [01:49] Yeah but /dir/ has no subs [01:49] until i plug something in [01:49] agreed. if the terminal flyes OK, then we can indeed report the Disks is malfunctioning, plex_dave [01:49] I was in fact able to format an sd card just now in the terminal and I can in fact write to it. USB also just worked. [01:50] kenrin: well, you still don't need w for your user on /media/username because that's managed by some root thing [01:50] much more likely the disk formatting tool stopped passing in the correct mount options [01:51] does this work when you replug the device? [01:51] plex_dave, boom. Disks has something funky. might you be inclined to file a bug report? [01:51] It's all over the forums, I assumed it was beknownst to the devs. [01:54] The only thing I see in my logs for the time that reboot-required.pkgs was updated is that I ran "apt autoremove" to remvoe some old kernels. Why would that say I need to reboot? === tripelb is now known as tripleb [02:00] annoying [02:00] ... [02:00] . [02:01] Oh well. I'm just going to assume that it's because of the autoremove and not reboot just because of that. [02:07] Anyone use ISPConfig 3? I've tried following the directions but I can't seem to get my admin page to have ssl protection [02:07] my 2 domains I currently have on the box have ssl no problems [02:08] everytime I go to it I get ERR_SSL_PROTOCOL_ERROR [02:13] hi. I was about speeding up boot times, and one recommendation was to switch from Legacy to UEFI. In the comments, someone mentioned that if UEFI was used, that GRUB was basically redundant. That caught me off guard, because I use that for the very occasional dual boot or recovery mode, but it made me curious: Is there some kind of equivalent functionality I get with UEFI and Ubuntu? [02:13] I'm trying to display the php file which I have located in /var/www/error.php and I included that in my config https://hastebin.com/arinifoniz.php but my error.php isn't even shown, it shows the nginx default error [02:16] oh, I think I just found my answer: http://askubuntu.com/questions/313627/uefi-bootloader-alternative-to-grub [02:17] hi -- how do i clear-out/purge all dpkg record of a package thats already gone? [02:30] anyone here use cisco RVS equipment [02:32] ##networking probably better question to ask that [02:32] place to i mean [02:40] Hello - I am trying to use NFS to export a directory to two subnets. showmount -e (serverip) shows the mounts, but when I try to mount I get an error denied.This only happens on one of the subnets... [02:41] both subnets are in /etc/exports - does anyone know where to look? need to find why it's being blocked [02:41] nothing in hosts.allow or hosts.deny [02:43] Is there a way to enable proprietary drivers for my video card in the latest Ubuntu so that I can use my GPU for computing? [02:43] firewall? uid|gid not the same ? === awayfro is now known as ifro_ [02:45] how do you delete half-installed packages? google is full of failed solutions [02:50] @Wagle sudo apt purge? [02:51] quartarian: tried that, its wedgd harder than that [02:51] What package? [02:51] linux-image-extra-4.4.0-66-generic [02:51] i *think* [02:51] dp: they should show up under additional drivers if you search the menu [02:52] wait. i mean linux-image-extra-4.4.0-66-generic [02:52] kenrin: Okay. I knew that the proprietary drivers had been removed in a previous version, but wasn't sure if they'd been added back. Kills me to have 70% of my computer "unsable." [02:52] * wagle is too blind to see that those are the same [02:53] Hmm. What are the symptoms of the problem? Can't install other packages? [02:54] cant install, remove, purge, nuttin [02:55] Can you pastebin the output of sudo apt-get update for me? [02:56] https://gist.github.com/wagle/dcad0789a7975ed56caea3759941dbfb is related [02:57] wagle: is your boot partition full? do 'df -h' [02:57] no it stabilized to something else.. no its nearly empty [02:58] if that kernel is not the one you are booted into or the latest one, you can just apt-get remove it. === tuv0k is now known as darthanubis [02:58] https://gist.github.com/wagle/33047be5c584f4f14b965f5cdf9c9eae [02:58] is pretty much what i did if i try anything [02:59] Did you manually remove your kernel headers? [02:59] nope [02:59] it broke halfay through and upgrae [02:59] is linux-headers-4.4.0-66-generic installed? [02:59] it broke halfway through and upgrafe [03:00] Ahhh I see [03:00] no [03:00] just 70 and 71 [03:02] you could try downloading the linux-headers-4.4.0-66-generic and install it with dpkg directly and see if it works after that. [03:02] ^^ just typing that lol [03:02] get the same error when i tried that, but I'll try harder. you have an incantation in mind? [03:03] No! [03:05] wget http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-4.4.0-66-generic_4.4.0-66.87_amd64.deb && dpk --install linux-headers-4.4.0-66-generic_4.4.0-66.87_amd64.deb === CrazEd__ is now known as CrazEd [03:05] Fair warning, that could make it worse. === CrazEd is now known as Guest1792 [03:05] dpkg* [03:05] i'm about to reinstall.. 8/ [03:08] dpkg -i --force-all linux-headers-4.4.0-66-generic_4.4.0-66.87_amd64.deb [03:08] is oing something different, anyway [03:08] wagle: have you tried using aptitude instead of apt or apt-get [03:08] If that doesn't work you could edit the dpkg database and make it think the package isn't installed so it doesn't try to do the configuration for it. That has potentially bad side effects though. [03:09] vas_tappendage not installed (cant install things at the moment) [03:11] apt -f autoremove [03:11] might be getting somewhere [03:11] its actually installing all the 66 packages [03:12] Sweet [03:15] nope, but for different reasons now [03:15] gist? [03:16] https://gist.github.com/wagle/e8738b075c500ad5ed8824c088717630 [03:17] Ahh 3rd party drivers [03:17] I still cannot decide if I want a XPS 15 or MSI GS63 Stealth. [03:18] Can you install new packages at this point? [03:20] i am looking for a software or anything that prevent battery of charging when it reaches 100% and start charging when its 10% [03:22] awatt, you do realize that full battery cycles are terrible for modern batteries, right? [03:23] awatt, ideally for lithium-ion you want to keep your batteries right at ~60% but keeping them at 100%, assuming they are engineered well, is honestly not much of a difference over the coarse of its life [03:25] Hey does anyone know what's the best way I can secure my mounted network shares from accidents on my computer (accidental rm, cryptoransom, etc)? Since my shares are all mounted under /mnt/ it seems like they're very convenient, yet vulnerable [03:25] poco: ok how can i stop the battery from being chnarged at 80% [03:25] it is lithiom [03:26] quartarian: nope, and tried a couple things [03:27] awatt, I'm not exactly sure but I know a few OEMs like Lenovo will autodetect if a laptop is docked for like a week+ and asks if you want to keep it at 60%. But honestly man, the difference between keeping it at 60% vs 100% is soooo small. [03:28] the hardware probably already has something that cuts off charging appropriately [03:28] wagle: sorry man, broken upgrades are tough. If it were me and I had things I needed to do, I'd bite the bullet and reinstall. [03:29] Ben64, is exactly right. If it's not designed to do this, well you're not going to optimize a crappy battery like that anayways [03:29] quartarian: yeah, my feeling too [03:29] or do what i do, if you're going to leave it plugged in for a while, take the battery out [03:31] ben64 .. you know the reason i want to do this i am scared the battery eventually die or loose its capabilites if connected to ac for long time [03:32] yep i know, it will lose capacity pretty much no matter what you do [03:33] but it will die faster if you are connected to AC all the time [03:36] so take the battery out [03:43] * wagle prepares to punt [03:59] wagle: if you get back to a solid system, install aptitude. It seems to have some magic powers that apt and apt-get don't. [04:01] yeah.. synaptic's trying to do something special too [04:02] wagle: were you not able to get your kernel stuff worked out ? [04:03] clackamas: trying to swing synaptic at it before I give up and reinstsall [04:03] wagle: that sounds like a sensible plan. === Guest1792 is now known as CrazEd === anon is now known as Guest62884 === CrazEd is now known as Guest26609 [04:12] hey [04:12] wagle: before you give up and do a r+r. try aptitude. I have been through the same stuff. then i tried aptitude and it worked. like I said before, It has some extra heavy duty zircon encrusted tweezers that will make it "all good". install and read the man page, then do a "aptitude extra heavy duty tweezers dist-upgrade" good luck [04:12] anyone here [04:15] vas_tappendage: cant install aptitude, but synaptic's doing something new === Menzador is now known as TheOneMenzie === Vilegent is now known as kk4ewt [04:26] synaptic unglued the logjam, nowI am removing log by log [04:26] got aptitude installed! [04:29] wagle: cool! [04:33] thanks all! it seems fixed now === Apple is now known as Guest26556 [04:34] had to create fake kernel and initrd images after synaptic uncorked it [04:34] Wagle: Well done! [04:50] hey guys [04:50] who wants to get brute forced today??? [04:51] any idea on the most popular ubuntu distro? [04:51] Centos [04:51] i run my botnet on centos [04:51] it outputs 200 gb per second [04:51] i can ddos everyone of you right now [04:52] anyone there? [04:52] niggers [04:52] niggers [04:53] there seems to be a lot of research on the popular distros but not among ubuntu [04:54] Looking for one among ubuntu [04:54] any clue? [04:55] hey === lu is now known as Guest5610 [04:56] ubuntuinstall: https://wiki.ubuntu.com/UbuntuFlavors === Guest26609 is now known as CrazEd === CrazEd is now known as Guest16044 === Apple is now known as Guest81784 [05:11] eyh :) [05:12] im new to ubuntu but i like it :) [05:13] same here allrightyyy [05:13] Glad to hear you like it === pax2you1 is now known as pax2you === kraut_ is now known as kraut === matsasc_ is now known as matsasc === tolecnal_ is now known as tolecnal === elysium2 is now known as elysium === fr0st| is now known as fr0st === rawss is now known as rOss^64 === AJC_Z0 is now known as AJ_Z0 === mgor_ is now known as mgor === Krenair_ is now known as Krenair === Jooka_ is now known as Jooka === tfitts_ is now known as tfitts === dave0x6d_ is now known as dave0x6d [05:15] eyh venta litt e folk her norske ? :) === nightf0x_ is now known as nightf0x [05:16] hi guys, my apple computer has passed away and I'm trying to read the HD contents on ubuntu, I can see the disk and partitions where the partition I'm interested is showing 'Apple Core Storage' [05:16] how can I mount it on ubuntu ? === thebwt_ is now known as thebwt === tinoco_ is now known as tinoco === cmosguy_ is now known as cmosguy === andyrock_ is now known as andyrock === TheCowboy_ is now known as TheCowboy === SyntaxTerror_ is now known as SyntaxTerror === victorbjelkholm_ is now known as victorbjelkholm === lolmac_ is now known as lolmac [05:18] nitpe: [05:19] clackamas, hi [05:19] nitpe: sudo get-apt install hfsprogs [05:19] You will need the tools from that package. [05:19] create a mount point: === eshlox_ is now known as eshlox [05:19] sudo mkdir -p /media/macos [05:20] Aren't encrypted apple partitions mounted with http://packages.ubuntu.com/source/libfvde ? (no idea about apple though...) [05:20] I guess the partition is encrypted [05:20] sudo mkdir sudo mount -t hfsplus -o force,ro /dev/sd /media/macos [05:20] yeah, then you will need your mac to fix that. [05:20] yeah, then you will need your mac to fix that. [05:21] nitpe: how did your mac die? [05:21] nitpe: how did your mac die? === lesshaste is now known as Guest26631 [05:21] I think the graphics card is dead === stryx`_ is now known as stryx` [05:21] like I can see the apple logo in the booting screen [05:21] but it does not load the OS [05:21] you might be able to ssh to it. [05:21] you might be able to ssh to it. [05:22] what is phishinphree? It is repeating everything I type [05:22] Seems like a bot... [05:23] sorry [05:23] so [05:23] the only way seems to put back the hd on mac os [05:23] shouldn't be doing that [05:23] Well, you might be able to get the able store to copy it to an external drive. [05:23] and then try to recover it somehow [05:23] But, I have no idea what that would cost you. [05:23] nitpe: have a look at this one: https://github.com/libyal/libfvde/wiki/Mounting [05:23] It's available in a 17.04 live cd [05:24] alkisg: cool. [05:24] cool [05:24] gonna try that [05:24] thx [05:24] (and 16.10 too, but not 16.04) [05:25] gonna burn an image on a pendrive to try it [05:26] How can I integreate appstream metadata in an apt repository managed by reprepro? [05:29] alkisg, so what exactly is available in the live CD ? you mean libfvde ? [05:29] Yes, the package for that is only available after 16.10 [05:29] are there official packages providing clients for letsencrypt? [05:30] alkisg, got you! thx [05:30] np; note that's just googling, I've never used apple === shah` is now known as shah [05:52] Is here anyone online? [05:54] xas712: yes, about 1700 persons [05:54] !ask [05:54] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [05:56] Wow!So many users are online! [05:56] Where is the chat server? [05:56] !offtopic [05:56] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [05:56] "device-mapper: reload ioctl on veracrypt1_0 failed: No such file or directory Command failed . " Anyone encounter the same problem has been resolved, the wing! Online is not the answer, for kernels from 3.14.54 to 4.5.2 is still the same, I do not know where the problem. [05:56] xas712: for non-ubuntu questions, go to #ubuntu-offtopic [05:57] OK. [05:59] Searches in gnome-software return empty for half of the available packages! For example, if I do: `apt search frozen-bubble armagetronad` => both are listed. But if I search for them in gnome-software, only frozen-bubble is there. I wonder, is the old software-center still the best way to install packages for people that don't know how to use apt-get install? === shawn is now known as Guest18332 [06:01] alkisg: "apt-get install package" [06:01] now you know how to use it :D [06:01] Ben64: can you teach the rest 5000 teachers here too? [06:01] :) [06:06] `appstreamcli search frozen-bubble` => ok, `appstreamcli search armagetronad` => not found. Meh. [06:06] * alkisg checks in debian... === Guest16044 is now known as CrazEd === CrazEd is now known as Guest7776 [06:09] alkisg: synaptic is the most robust (insofar as not giving you kid gloves) GUI replacement for apt-get [06:10] Flannel: hm, you may be quite right there, I thought its development was stopped but it appears it hasn't. Have you used in it 16.04 or so? [06:10] My Ubuntu Mate can't boot with "dtoverlay=vc4-kms-v3d" in /boot/config.txt. My board is Raspberry Pi 3. And sometimes the application blueman can't find my Bluetooth audio device. What should I do? [06:10] alkisg: Not personally, no. [06:11] ty, will check though [06:11] Eh, `appstreamcli search armagetronad` works in debian stretch, so it just needs to be fixed in ubuntu [06:13] * alkisg checks in zesty... [06:20] Is here anyone online? My Ubuntu Mate can't boot with "dtoverlay=vc4-kms-v3d" in /boot/config.txt. My board is Raspberry Pi 3. And sometimes the application blueman can't find my Bluetooth audio device. What should I do? === Andy80^ is now known as Andy80 [06:26] hi [06:31] I wish Ubuntu would not be slow as molasses on Vbox [06:32] Change to ubuntu-mate :) [06:32] OERIAS: adjust how much RAM you give it [06:32] OERIAS: too much it might slow down anyway, to little it will slow down. you need to be in between, the default may not be enough [06:33] sebsebseb, all you need is 640k [06:33] OERIAS: espeically if it says 512MB its probably 1GB for Ubuntu but still [06:33] just kidding, i gave the machine 6 GB [06:33] 1GB at least i would say or usaully [06:33] It's because of vbox not having opengl acceleration, not related to ram [06:33] OERIAS: 6GB virtual box RAM is probably too much, espeically since it works a bit differnetly from a real install with real RAM [06:34] sebsebseb, my machine has 16 GB of RAM [06:34] and i have another machine and 6 GB runs perfectly fine === alexandre9099_ is now known as alexandre9099 [06:39] OERIAS: give it more processors [06:55] Flannel: synaptic works much better than gnome-software, thanks a lot :) [06:56] ...maybe in 18.04 gnome-software will be ok, but right now it just sucks! === Guest7776 is now known as CrazEd === CrazEd is now known as Guest79175 [07:17] Lots of ppl here Goodmorning [07:17] !rp http://www.lemonde.fr/pixels/article/2017/04/03/logiciels-electoraux-les-politiques-francais-ont-du-mettre-fin-a-la-recolte-de-donnees-personnelles_5105296_4408996.html === Isla_de_Muerte is now known as NwS === the_ant1 is now known as the_ant === the_ant1 is now known as the_ant === Exterminador- is now known as Exterminador === seed_ is now known as Guest57537 [07:58] irc.freenode.net [08:00] hi [08:05] hi [08:06] Hello [08:06] i have problem with my focaltech touchpad [08:06] with asus laptop [08:07] the touchpad wont work after i suspend my laptop [08:07] is there any of you guys can solve this problem? === boshhead_ is now known as boshhead === Guest79175 is now known as CrazEd [08:08] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504445 [08:08] Launchpad bug 1504445 in linux (Ubuntu) " FocalTech touchpad stops working after suspend" [Medium,Triaged] === CrazEd is now known as Guest39925 [08:09] thank u [08:09] i will try it === wyre_ is now known as wyre [08:25] That last windows i used was windows XP (then i switched to linux). Now my current laptop has Windows 10 and i´m about to install Ubuntu 16.04.2 LTS in a moment. Are there any things i need to concern when installing? Last time i heard, it wasn´t simply a process of inserting USB-disk/CD-ROM that contained an ubuntu-image and following along, but there were all sorts of things i need to switch and turn-off in UEFI or something? [08:26] Cmaj6: you might need to turn off secureboot and fastboot [08:27] (probably not though) [08:27] that´s all? [08:27] Cmaj6: yup [08:27] secureboot is configured in BIOS? [08:27] you do need to shrink the windows partition so ubuntu can use the unallocated space of course [08:27] Cmaj6: yeah, it should be under boot options [08:28] nvm, i just remembered google is still my friend :p === Harry___ is now known as Harry === Llama is now known as Bogdar [08:42] Is anyone using resilio-sync, formery bittorrent sync? [08:42] I can't change the user the deamon runs as. I changed the variable name in /etc/init.d/resilio-sync but it always uses its own user [08:44] !info resilio-sync [08:44] Package resilio-sync does not exist in yakkety [08:45] rory, it's not an ubuntu package, so not supported here === GhostReaver310_ is now known as ghostreaver310 [08:51] Is it possible to install libcurl4 without the header files? I only need the .so as a dependency. [08:53] does anybody here know how to install the old software center in ubuntu 16.04? [08:54] rodrigot: why you want the old one? [08:54] rodrigot: really the new one is just a re brandded GNOME software centre, with a few Canonical changes possibly [08:54] rodrigot: they reolised it would be eaiser to support the GNOME one for years, instead of their custom one [08:54] rodrigot: probably `apt install software-center`, but I haven't tested it. I just tested synaptic, it works fine :) [08:55] sebsebseb: well the new gnome software center has alot of buggy issues [08:55] I don't think software-center is very related to gnome-software [08:55] alkisg: rodrigot except software-center will probably the GNOME software centre, not the old ubuntu software centre ? [08:55] sebsebseb: no [08:55] alkisg: buggy issues such as ? [08:56] k1l_: ok so the old non GNOME, ubuntu software, can be installed and used instead, ilike rodrigot is asking ? [08:56] software-center is the old one. gnome-software or ubuntu-software is the new one [08:56] oh [08:56] interesting [08:56] sebsebseb: I wasn't the one that said buggy, but you can have a look at https://bugs.launchpad.net/ubuntu/+source/gnome-software to see [08:56] ubuntu-software is the gnome-software just with added snaps and rebranded [08:56] rodrigot: well there's your answer then, yes the old can be used [08:56] k1l_: oh ok [08:57] sebsebseb: and yes, the new gnome-software does hat a lot of bugs too. its not a fire and forget move [08:57] *have [08:57] k1l_: but yet Ubuntu 16.04 dropped ubuntus own for it :D [08:57] by default [08:57] * alkisg thinks 16.04 should keep software-center as gnome-software isn't yet ready [08:57] sebsebseb: that was probably just to save developer time, not because gnome-software was better [08:58] (at that point) [08:58] alkisg: you would have thought that the old ubuntu software centre, may actaully be better, since that's been around since what 2009? where as GNOME software centre I think only for about three years really [08:58] sebsebseb: yes, because having 2 software centers with bugs is pointless. but its not like the gnome thing is 100% [08:59] sebsebseb: that is not how software code works. the linux kernel has been around some many decades and still has bugs :) [08:59] k1l_: that's not the best example though. of course it does, it's also one of the biggest programs with millions of lines of code [08:59] Hi. How would like download & install "GIMP Image Editor" on ubuntu terminal? [08:59] supp: sudo apt-get install gimp [08:59] supp: "sudo apt install gimp" [08:59] The main problem is that gnome-software relies on appstream, and many packages don't have appstream metadata yet [09:00] alkisg:i tried the command and it just keeps saying software-center is already the newest version [09:00] WTF! libcurl.so.4 is provide by the package libcurl3. Is that normal? [09:00] using lastest version of Ubuntu. do I need -get anymore? [09:00] rodrigot: then run `software-center` to see it [09:00] !language [09:00] Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [09:01] supp: no you dont need to use apt-get. apt is the new apt-get [09:01] sebsebseb, k1l_ thank you for your help... [09:01] supp: your welcome [09:01] supp: with "apt search gimp" you can search the package repos [09:02] alkisg:i just got an error doing that [09:04] rodrigot: put it to paste.ubuntu.com so that we can see it, and paste the url here [09:04] (or if it's one line, paste it here directly) === pax2you1 is now known as pax2you [09:05] alkisg: http://paste.ubuntu.com/24312199/ [09:05] Btw sudo apt clean && apt autoremove is this the right code? [09:05] rodrigot: why are you root? [09:06] rodrigot: run it as the user, not as root [09:06] supp: you need sudo in front of both apt commands in this case [09:06] "sudo apt autoclean && sudo apt autoremove" [09:06] its since you didnt put sudo it said i had to run as root [09:07] k1l_, Like "sudo apt clean && sudo apt autoremove" [09:07] rodrigot: running things on your desktop as root is just the straight way into making a mess [09:07] supp: yes [09:07] k1l_, Is there any possible harm for system? [09:08] k1l: oh sorry [09:08] do you guys want me to try again? [09:08] rodrigot: I just tested it and it works fine as the user, so yes [09:08] try it again [09:08] If you're running as "root" there's heaps that can go wrong - and especially if you're on IRC or any other connected service (as root)...very nasty dangerous. [09:09] rodrigot: i would suggest you look with "ls -al" in your users home what file permissions are already broken now [09:09] Or with: find ~ ! -uid $(id -u) [09:10] rodrigot: on another note, since I now tested software-center and synaptic, I think I'll be proposing synaptic for 16.04+, software-center seems a bit abandoned [09:11] how do i fix what k1l said alkisg? === SirCmpwn_ is now known as SirCmpwn [09:11] The permissions? Put the output of `find ~ ! -uid $(id -u)` to pastebin... [09:12] rodrigot: chown the files and folders back to your user [09:12] rodrigot: sudo chown -R $USER: ~ [09:12] that should set all the files and dirs to your user [09:12] It's best to check first [09:12] Because there might be settings inside the files referring to /root [09:13] And he'll get broken programs then [09:13] pastebin'ing the output is kind of intrusive though, up to him though [09:13] Yeah that's why I didn't give him the | nc termbin version... [09:13] alkisg: http://paste.ubuntu.com/24312236/ [09:15] rodrigot: eh, that's quite broken... dconf, gnupg, dbus... [09:15] i know ubuntu 12.04 messed up my system [09:15] No, it's because you run GUI programs as root [09:16] Run the command that EriC^^ gave, but do keep an eye for more issues in settings [09:16] sudo chown -R ariel:ariel /home/ariel [09:17] are you sure thats not going to break my system [09:17] It surely won't make it worse [09:17] rodrigot: yeah it's fine [09:18] okay i did it [09:18] Now try to run software-center as the user, not as root [09:18] If it gives an error message, put it to pastebin [09:20] are you sure alkisg you said it was broken [09:21] rodrigot: I said that synaptic seems better to me than software-center in 16.04. But software-center runs though, it doesn't give an error like you said. [09:22] rodrigot: on another note, since I now tested software-center and synaptic, I think I'll be proposing synaptic for 16.04+, software-center seems a bit abandoned [09:22] Right [09:22] abandoned means no longer actively developed [09:22] broken means not working [09:22] Different concepts [09:22] there are many variables to this [09:23] Anyway, I don't think there's a reason to get philosophical now === emerick is now known as mz` [09:25] alkisg: it just is a disgrace they stopped supporting the old software center [09:25] rodrigot: why? It's a company, that product wasn't selling, they stopped wasting money on its development. [09:26] Anyway, now it goes offtopic... [09:26] It works for some folks, others it doesn't. Choices. We've got choices. [09:26] yep [09:26] rodrigot: i bet they will accept patches from you to fix the issues and make the old software-center the best software center again :) [09:26] Synaptic & apt from the terminal do wonders. Simple and fast. [09:26] alkisg do you think gnbome is making them money? [09:27] *gnome [09:27] rodrigot: that part is offtopic now, you can ask in #ubuntu-offtopic if you want [09:27] of sorry back to ubuntu [09:28] rodrigot: its not about making money. its about i costs money to pay developers to work on the code. and with the gnome-software its maintained by a wider community and companies, not only by ubuntu and canonical. [09:29] k1l:thats off topic we want to stay inline with the discussion [09:30] * alkisg thinks the main idea behind software-center was to support selling products outside of the debian repository, e.g. magazines or proprietary software, and that didn't bring as much customers as anticipated, so it was abandoned. But it's open source, if someone wants to continue it, of course they can do so. [09:31] any suggestion of a really small linux live CD ? that doesn't require more than 64MB of RAM or less, I don't need X, I want to ssh to it, but I want to run few of them 5-10 in a qemu, that is why I need small ones because I have only 2GB of RAM and I can allocate to qemu only under 512MB [09:31] thereyougo: how about lxc or chroots? [09:31] Those can share ram [09:31] and i think it could of been faster and better if it was written in c or c++ [09:32] hi [09:32] "Software Centre" is supposed to be in line with "App Store" and the likes of that...marketing, really... [09:32] thereyougo: there isn't an ubuntu build that is designed to run in 64mb of ram [09:32] thereyougo: busybox is the keyword to google [09:34] thereyougo: if you're really comfortable with using the commandline and other distros you could install some Debian or Arch base system (but now I'm getting way offtopic) [09:34] Debian isn't very different to Ubuntu when it comes to minimal RAM [09:34] I need LiveCD [09:35] It has a smaller initrd, so it can boot in less RAM, but that can be minimized in Ubuntu too. But after the initramfs is discarded, the RAM usage is similar. [09:35] Could always dig around for an ancient version - like 7.04 or so... [09:35] thereyougo: lubuntu is the most small you can get. for others better ask in #linux [09:35] thereyougo: if you install ubuntu from the net iso you can add only the little you need [09:35] thereyougo: you'll get better help if you describe what you want to do though [09:35] never did net iso [09:35] try [09:35] (i.e. why live cd and not chroot/lxc) [09:37] I seem to have a hanging initrd.img in /boot (initrd.img-4.4.0-59-generic). If I try to remove apt-get remove linux-image with that version specifier it says package not installed. Is it safe to manually remove this image? [09:37] I need to run some network software on separate machines, I can't run many instances of same programm on one machine because it creates its own network interface and its own routes, so I need to isolate them in separate virtual machine [09:38] hat is why I need minimal linux, all I need is to run one programm [09:38] thereyougo: you can use ltsp if you want [09:38] thereyougo: I'll assume you've looked into DSL? (Damn Small Linux) [09:39] thereyougo: that sounds like you want containers on a base system [09:39] and I need least 10 of VM running, but I have only 2GB of RAM and I have only 25% free of that so I can give VM only 500MB of RAM or 500/10=50MB to each VM [09:39] You'll need to trim down the initrd to make it boot on 64 mb ram [09:40] It worked out of the box in 10.04, but not in 16.04, it needs a few adjustments [09:40] containers on a base system ? [09:40] thereyougo: I'd suggest lxd with Alpine Linux images. (But only the lxd part of that answer is on-topic here, so I suggest you ask in ##linux) [09:40] thereyougo: linux containers are similar to vm, but use the same kernel. they are way smaller than vms [09:41] medwards: if you have an initrd with no matching kernel, then yes remove it [09:42] thereyougo: #lxcontainers is the place for lxc/lxd [09:42] alkisg: Thanks, do I need to run any support tools (ie grub updates, update-initramf, etc) [09:43] medwards: can you put the output of `ls /boot/` to pastebin, to make sure? [09:43] alkisg: wilco [09:44] considering popularity of ubuntu, why no one come up with idea of creting micro ubuntu live CD ? [09:44] alkisg: http://pastebin.ca/3791349 [09:45] medwards: it's not about the cd size, it's the kernel+initrd ram that's the limit [09:45] Currently that's about 160 MB to boot, 20 MB after it boots [09:45] thereyougo: there are more than enough of that already. but its still the wrong concept for your issue [09:45] medwards: yup just rm initrd.img-4.4.0-59-generic [09:45] How do i undo a torrent from initial seeding config? (rtorrent) [09:46] d.set_connection_seed=initial_seed [09:46] does not work [09:46] sorry [09:46] d.set_connection_seed=seed [09:47] (12:45:05 μμ) alkisg: medwards: it's not about the cd size, it's the kernel+initrd ram that's the limit ==> that was for thereyougo, sorry [09:48] alkisg: aight. thanks again for doublechecking my thinking. If you have a good article on how /boot works (especially around ubuntu kernel packages) then I'd be interested in reading it. [09:49] medwards: dpkg -S /boot => gives you list of packages that write there, dpkg -L linux-image-4.8.0-45-generic => gives you list of package files, man update-initramfs => tells you how initrd.xxx is generated, because it's not shipped but generated === g_ is now known as Guest51720 [09:50] alksig:i got software center now but i get an error saying Package dependencies cannot be resolved [09:50] alkisg: damnit, thats why dpkg -S /boot/initrd-whatever wasn't helpful -.-. Thanks again [09:50] hey [09:50] rodrigot: paste the command and error to paste.ubuntu.cmo [09:50] *com [09:51] rodrigot: you are on 16.04? then please run "sudo apt update && sudo apt full-upgrade" and put all the output to a pastebin [09:52] alkisg: i cannot copy its not a command its a dialog [09:53] when i try to install hexchat i get that error [09:53] rodrigot: start with what k1l_ asked [09:53] Well. This is it. As of 13/04/2017 Ubuntu has finally run out of alphabet [09:53] isnt that going to reinstall the whole thing? [09:54] No, it just does normal updates to the system [09:54] mark76: relax. mark shuttleworth will announde after the 17.04 release what the new release will be called [09:54] rodrigot: no, close the software center, run my command, put the output to a pastebin. [09:56] A and C are still available :D [09:57] How would i make "pat" will be the end of the word grep [a-z] /home/db/Documents/words | grep "pat" | grep t | grep h | grep n | grep i [09:57] alkisg http://paste.ubuntu.com/24312382/ [09:59] rodrigot: ok, now try again to install hexchat. Does it still have an issue? [10:00] angel-code: you really need to just learn regex [10:01] rodrigot: "xchat" is no longet in the repos since its dead. use hexchat instead [10:01] angel-code: grep -P 'pat$' [10:01] rodrigot: ah sorry, you already tried hexchat. then that is fine :) [10:02] Hit:6 http://ppa.launchpad.net/overcoder/hexchat/ubuntu xenial InRelease [10:02] rodrigot: PPAs are not supported here [10:02] Remove the PPA if it has broken dependencies or whatever [10:02] !ppa [10:02] A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [10:02] Ben64, I read it all just can not figure out some [10:03] angel-code: http://www.rexegg.com/regex-quickstart.html [10:05] alkisg http://paste.ubuntu.com/24312405/ [10:05] rodrigot: yes, read what I said about ppas [10:05] Remove that ppa, it's broken [10:05] !ppa-purge [10:05] To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [10:06] rodrigot: "grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/* | nc termbin.com 9999" [10:06] run that, this will list all the sources repos on your system and upload them to a pastebin and show you an url. [10:13] k1l http://termbin.com/jvz1 [10:14] rodrigot: did you already remove the ppa? [10:14] yes still nothing === Jochen_wvdT is now known as Schlawiner [10:14] did you use ppa-purge? [10:15] no [10:15] why [10:16] rodrigot: because you still have the PPA pacakges installed if you just remove the PPA servers. ppa-purge is there to remove the PPA packages too and makes you a clean ubuntu state again [10:16] rodrigot: please run "sudo apt update && apt policy hexchat | nc termbin.com 9999" [10:18] can i use apt-get now [10:18] ? [10:18] rodrigot: we dont know what you doing there. so please provide the facts requested [10:19] but i did what you said [10:19] rodrigot: please run "sudo apt update && apt policy hexchat | nc termbin.com 9999" please provide the output url [10:20] k1l http://termbin.com/7cya === thib_ is now known as thib [10:21] rodrigot: ok, that looks good. "sudo apt install hexchat" now. if it reports any errors please provide the full output in a pastebin [10:21] hmm that reminds me, i forgot to install iptraf on my ubuntu based VPS [10:22] i already did [10:23] rodrigot: and? [10:23] rodrigot: did you do that before or after removing the ppa? what is the output if you run the apt install hexchat command now? [10:24] rodrigot: keep in mind, you need to tell us what you do and what you see. we have no clue what you do there [10:24] weres tht ppa purge command? [10:24] its like calling your car mechanic per phone and only telling him" my car is broken" he cant have a clue without you giving more details [10:25] i gave you the ouput look up on there [10:26] what is the output if you run "sudo apt install hexchat" now!? [10:27] My home directory partition is somewhat small compared to some partitions I use for data. Unfortunately the trash gets stored on the home folder. [10:27] http://paste.ubuntu.com/24312599/ [10:28] Is there a good way to manage this? [10:29] rodrigot: ok, please run "apt policy hexchat hexchat-common libc6 | nc termbin.com 9999" and show the url here [10:29] hi. is there an official wubi version for 16.04.2? [10:30] unic0rn: wubi is dead, let it go [10:30] wubi sucked [10:30] http://termbin.com/ma3b [10:30] if you can't do a dedicated install, just do a VM [10:30] odinsbane: well it's an XDG config, so you could have a dedicated trash partition perhaps [10:31] odinsbane: if you want trash:// to be mount-specific I am not sure that is possible [10:32] rodrigot: sudo apt install --reinstall hexchat-common [10:32] hateball: I like the idea of a trash partition. I would use it for other things too. [10:33] odinsbane: moving things to trash is instant because it's "mv". Copying to another partition will take time for deletions. [10:33] (can't mv fast between partitions) [10:34] it worked i just had to remove the fildes to were not required [10:34] rodrigot: then run "sudo apt install hexchat" now [10:34] All of the users share the same home partition, so it is possible that somebody will fill up the partition even though they think they are deleting files. [10:35] odinsbane: well you could enforce retention time [10:36] Maybe that is the best. [10:37] Users need to learn that the "trash" folder isnt a normal storage area, regardless of application... [10:37] i can't push code to github.com it is say:fatal: Could not read from remote repository. [10:37] Please make sure you have the correct access rights [10:37] and the repository exists. [10:37] always [10:40] liufei: Seems pretty explicit. Have you pushed to this repo before? [10:46] liufei: is git commit failing? === immu is now known as immu_ [10:48] succeed [10:49] my command : git push github.com:JackSmith555/orangewater origin [10:51] is it correct? [10:51] i forget alway [10:53] it topic :Permission denied why?what happen? [10:55] nouveau 0000:01:00.0: DRM: Pointer to flat panel table invalid ? does anyone know why i get this error message? [10:56] immu_: Probably because nouveau isnt up to snuff yet [10:57] hateball: i am using a upstream kernel 4.10.8, i won't get this error message from using a 4.8.x kernel provided by ubuntu? [10:59] immu_: well if you're not using an official kernel then it's hard for anyone here to support it [11:01] immu_: for newer mesa (nouveau) there is this PPA these days https://launchpad.net/~ubuntu-x-swat/+archive/ubuntu/updates [11:01] immu_: or just use the nvidia binary blob [11:02] sorry second question: i complie kernel use "make defconfig". it's succeed ,but mouse and net can't normal work how to finis?h [11:02] because thats using the default config [11:02] why are you evening compiling kernels and not using the ubuntu provided ones [11:02] hateball: do you use these PPA and when 17.04 is released how should i downgrade to avoid conflicts [11:05] immu_: all PPAs are disabled with do-release-upgrade [11:05] so you'll be reverted to official 17.04 packages automatically [11:05] that doesn't make it safe though [11:05] That's a fair point [11:05] as it disables PPA's it doesn't remove the packages the PPA provided that may cause conflict [11:06] immu_: To be sure everything is cleaned, use ppa-purge [11:06] It's also noted in the description on the PPA in question [11:06] and it doesnt upgrade to the 17.04 pacakges if the ppa packages have a higher versioning, iirc. [11:06] hateball: what will please install the ppa-purge package do? really? [11:07] !ppa-purge [11:07] To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [11:07] immu_: it will remove all the ppa packages and try to reinstall the official repo packages in place of the newer ppa ones === SCHAAP137 is now known as SCHAPiE [11:11] hateball, EriC^^: risky stuff maaan [11:11] what ppa's do you have? [11:12] immu_: Not really any riskier than running unsupported mainline kernels :) [11:14] hmm [11:14] with upgrade few days ahead, i think i would wait. [11:16] hateball: hmm? [11:16] That's probably the best option if you're afraid of breaking things [11:21] hello everyone =) [11:27] litterbird 67qw12 [11:27] liufei: if that's a password, you should probably change it now [11:28] NickServ littebird 67qw12 [11:29] hateball: lol liufei === anon is now known as Guest39011 [11:32] too short and too easy to be a password, they're allways long and complex :-) === immu is now known as immu_ [11:34] Hi, I'm not exactly sure what has gone wrong, but I constantly have to "sudo service dnsmasq restart". It may be a hardware issue, or I might have attempted to install something to handle the DNS ages ago and I forgot about it. Any ideas what it might be, or how to fix it? [11:35] is qt5, like, broken or something in ubuntu? [11:35] nsh: in what way? [11:35] nsh you see glitches at login ? [11:36] menus are screwed... [11:36] "QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries. / QCommonStyle::drawComplexControl: Control 1 not handled" [11:36] (particular app is IDA but it appear to affect lots of qt5 widget apps) [11:37] have you configured a GTK theme you dont have the engine for then? [11:37] i had registed [11:37] or is the theme broken? [11:38] i haven't configured anything, total default xfce window env [11:38] might be related to appmenu-qt per https://bugs.launchpad.net/ubuntu/+source/appmenu-qt5/+bug/1307619 [11:38] Launchpad bug 1307619 in appmenu-qt5 (Ubuntu) "All Qt5 applications' menu bar is missing at non-Unity DEs after appmenu-qt5 installed" [High,Confirmed] [11:38] oh no, that's not installed here [11:39] nsh anything in cat ~/.xsession-errors ? [11:39] not especially, just the error from the qt in the application i pasted above [11:40] nsh Guest Account ? [11:41] no, regular unpriv user account logged in. maybe it's because it's an unstyled/unthemed app. i know basically nothing about qt/gtk [11:42] nsh i mean... have you tried the Guest Account ? [11:46] oh [11:49] msg nickserv identify malazlar [11:49] rekt [11:50] charnel it's //msg [11:50] sry, /msg [11:51] charnel: you will probably want to change your password ... [11:51] * actually `/msg NickServ identify ******` === KindTwo is now known as KindOne === Spontex is now known as Guest38232 [11:58] 'Morning folks [11:58] 'Morning folks [11:58] 'Morning folks [11:58] oops [12:04] I just installed 14.04 in my pc. but it shows the message of 'running in low graphics mode'. what can i do to resolve the issue [12:04] It works fine when booted with usb [12:05] ad: what GPU chipset are you using? [12:05] hateball, none - Intel 8545 board with integrated graphics [12:05] ad: go into the software updater -> additional drivers and make sure you're not missing anything [12:05] hi all.. [12:05] ad: oh === lace is now known as Guest20174 [12:07] I have a question... for many years ago.. me and my friends made a lan party.. we weare playing quake. my firend some how send the game to 5 computeres with out installing on windows.. from linux.. [12:07] they just had to press there name in the game.. and then the linux computer send the screen keyboard and sound [12:07] any one knows what that is called [12:08] ad can you paste lspci -k | grep VGA -A 3 [12:08] Guest20174: what does "send the game" even mean [12:09] hello [12:09] is anyone here [12:09] help me please [12:10] im near the edge [12:10] Guest20174: are you trying to share one keyboard and mouse between many computers? [12:10] that the game only was installed on linux machine.. then he sended the screen and keyboard mouse and sound... to 5 other computers.. just like they had installed also.. but they were running windows.. [12:10] the whole thing was send from linux machine.. [12:10] maybe you're looking for http://alternativeto.net/software/synergy/ or something similar [12:10] Hello === KindTwo is now known as KindOne [12:11] I use Synergy. Works great. [12:11] pullinghairout: get used to that feeling on desktop linux [12:11] pullinghairout: you can just ask your question here [12:11] it seems like something like that.. It was so amazing... [12:11] ah hello ivan [12:11] have you ever tried something like that [12:11] right ive never used linux, untill a few days ago [12:12] i did not create a duel boot option [12:12] and now i am trapped, i cannot get off the ubuntu ride [12:12] pullinghairout: do you have windows on another drive? [12:12] can any one help me with R ? [12:13] a bootable usb but this will not boot, mentions issues with the hard drive partions [12:13] pullinghairout: did you mess with your windows partitions when installing linux? [12:13] :-) just youtubing it now [12:14] pullinghairout: are you pressing some key to get into a boot menu via the bios and then selecting that usb drive? [12:14] ioria, can i boot from usb and then paste the results of lspci....? as i am not able to login and not getting into the shell [12:14] pullinghairout: do you have a transcription or photo of your boot error? [12:14] i really do not remember doing so, i have looked at gparted and my hard drive does not have any FAT32 or NTSF hard drive partions [12:14] ad ctrl+alt+f1 (f2) not working ? [12:15] pullinghairout: windows booted from usb before, right? [12:15] yes it did [12:16] ioria : No it is not workign, It shows the login promt, but as soon as i put user name & password it clerar the screen adn again show the login prompt. [12:17] ad ..... no good .... your cpu and ram ? [12:17] pullinghairout: which version of windows? also, your only hope might be to put in some windows media and have it do some boot repair [12:17] pullinghairout: I would back up your valuable windows partition data anyway using ntfs-3g from linux [12:17] ioria : Intel Dual Core, Ram 2 GB, HDD 160 GB (2 partitions with 80 gb each) [12:18] hello, anyone know if you can use sudo -u aguy and get aguy's user variables? [12:18] i cleared the hard drive to do this [12:18] which is why i am pulling my hair out [12:18] pullinghairout: uh you can't expect windows to boot if you cleared the hard drive, right [12:18] ad you can try recovery mode from grub screen (press shift or esc after bios) [12:19] ad or the Livecd [12:19] ioria : I will try and let you know [12:19] ad ok [12:21] would this be easier if i had a second hard drive to use? [12:21] pullinghairout: yes it's easier to dual-boot with a linux drive and a windows drive [12:21] im not saying duel boot really i just wanna go back to windows [12:21] #$%&#@@#!$ [12:22] would having a second hard drive making preping my current drive for windows easier [12:22] Finally back at linux!!! [12:22] pullinghairout: no, why would you need a second drive, just install windows over the linux drive [12:22] had to work for 6 months on windows exclusively! [12:22] ioria : it gives the same low graphics mode warning in failsafe graphics mode. I have live usb though [12:22] i am trying this [12:22] pullinghairout: windows installer will let you delete the partitions, then select the entire storage device [12:22] hmmmmm [12:22] hmmmmmmmmmmmmmmmmmm [12:22] kk brb [12:23] ty for help if i do not return [12:23] np [12:23] sopparus: user variables => if you mean environment variables, those are per process, not per user [12:23] ad did you choose 'resume' ot 'root shell' ? === y0sh__ is now known as y0sh [12:24] ad in recovery , you should have a menu : resume, fsck, clean, netwotking, root shell etc. etc ... you want root shell [12:25] maybe networking first, root after; to get network and rw / [12:25] ioria : sorry, I tried failsafe graphics mode. But now i am in root shell [12:25] ad can you paste lspci -k | grep VGA -A 3 [12:25] ad sorry, just lspci -k | grep VGA -A 3 [12:26] ad sorry, it tells you your graphic card and driver in use [12:27] Hello world, here I am! [12:28] ad sorry, but in recovery you won't have a driver in use, just paste the card model [12:29] is it posible to play ghost recon wildlands on linux? [12:31] ioria : VGA Compatible Controller : Intel Corporation 82945G/GZ Integrated ICS Controller (rev 02) [12:31] !appdb | Guest20174 not currently [12:31] Guest20174 not currently: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help [12:31] ioria : VGA Compatible Controller : Intel Corporation 82945G/GZ Integrated ICS Controller (rev 02) [12:32] hey all [12:32] ad dpkg -l xserver-xorg-video-intel [12:33] how can i find out what my ipv6 address is on my ubuntu vps? [12:33] ip a [12:33] ad if it starts with 'ii' is installed [12:33] if the ip address is bound locally === cpaelzer_ is now known as cpaelzer [12:34] ok i have an inet6 [12:34] but its some compressed ip address [12:34] with /64 [12:34] how do i figure out what the full address is? [12:34] ioria, yes -> ii xserver-xorg-v 2:2.99.910-0 i386 x.org x server -- intel i8xx, [12:35] ad i386 ? [12:35] yes [12:35] ad you installed ubuntu 32 bit ? [12:35] yes [12:35] it says inet6 fe54::616:3aff:fee1:144e/64 scope link [12:35] ioria : it is an old pc [12:36] since it doesnt say "eth0", does that mean its not actually a wan ip address to the internet? [12:36] ad grep model /proc/cpuinfo [12:37] ioria, : INTEL(R) PENTIUM DUAL CPU E2140 @ 1.60GHZ [12:37] LordDragon: that's a link local address, not a globally routable one [12:38] ad i'am not sure compiz will work with that card ... a moment [12:38] ducasse: oh i see. how would i set it up with an ipv6 address? [12:39] LordDragon: https://www.cyberciti.biz/faq/ubuntu-ipv6-networking-configuration/ [12:39] ducasse: thanks :) [12:39] is it posible to play ghost recon wildlands on linux? [12:40] ioria : this same pc used to run ubuntu 14.04 for many years, It started giving some errors so i formatted and reinstalled the ubuntu. [12:40] ioria : and it runs when booted from live usb [12:41] ad ok .... uname -r ? [12:41] Guest20174: you already got an answer for that [12:42] ioria, 3.13.0-24-generic [12:42] dident see that before now.. thanks for quick answer [12:42] ad you may need some updates ... try to reboot, recovery -> enable networking -> root shell again [12:43] does things requere more hardware to run the games fluent.. than windows [12:43] ad current kernel for trusty is 3.13.0.115 [12:45] Guest20174: It's not about hardware but mostly about libraries. [12:45] ok... [12:46] havent tried to game in linux.. but if I can get it to play fluent... then it is goodbye to windows [12:47] ok so i followed those instructions [12:47] but when i try to ping6 google.com [12:47] i get "Network is unreachable" [12:48] Good morning [12:48] Guest20174: You might try googling PlayOnLinux and SteamOS / Steam on Linux / Steam on Ubuntu [12:49] LordDragon, do you have an ipv6 default route? `ip -6 route` should show a line like this: default via 2001:420:1f0b:edb::1 dev enp3s0 proto static metric 100 pref medium [12:49] otherwise you may need to add a default route for ipv6 traffic [12:50] i have a line like that [12:50] but it only has [12:50] "dev eth0 proto kernel metric 256 [12:50] " [12:50] You might try googling PlayOnLinux and SteamOS / Steam on Linux / Steam on Ubuntu You might try googling PlayOnLinux and SteamOS / Steam on Linux / Steam on Ubuntu [12:50] at the end [12:50] LordDragon, can you post the output on some no-paste site ? [12:52] smerz: https://pastebin.com/LsK2jRzE [12:52] ioria, : Do you mean i need to get latest iso and then install it again [12:52] thanks ber532k will try mageia on a clean disk later or in the weekend.. [12:52] ad no, i mean you need to upgrade your instal ... [12:52] LordDragon, you don't have a default route for ipv6 internet traffic [12:53] ad apt-get update, upgrade, dist-upgrade [12:53] ad but you need connectivity for that [12:53] smerz: hmm. is that a setting i need to add in /etc/network/interfaces? [12:54] LordDragon, route add -A inet6 default gw (to add the route at runtime) and yes it should be placed in the interfaces file so that it will work automatically on boot too [12:55] syntax in that interfaces file is different. lemme find it :) === Orphis_ is now known as Orphis [12:56] LordDragon, https://ubuntuforums.org/showthread.php?t=1997443&s=3c4df0704060f7267f40f549bff8c7ca&p=12001765#post12001765 [12:56] okie thanks [12:57] smerz: this is how my file looks now: https://pastebin.com/MFLqLL6S [12:58] your gateway is: gateway 2605:0170:0002:0000:0000:0000:0000:0001 but I think it should be 2605:0170:0002:01BF::1 [12:58] ad in alternative, you can install again an select 'install updates while installing' [12:58] which is short for 2605:0170:0002:01BF:0000:0000:0000:0001 [12:59] also your ip route output didn't show that route. so I don't think that route was configured correctly [12:59] Guest20174: There's plenty of Linux native games, but those are only on Steam, GOG or itch.io (or open source) [12:59] Guest20174: Origin and uPlay can be made to run in Wine tho, as well the games you get from there [13:00] ioria, : ok it is upgrading, will let you know when done. Thanks for your patience [13:01] ad you're welcome [13:06] hello there [13:06] bigx: hi [13:06] I'd like to bring attention to a very weird problem I'm facing with kabylake/hd620 and dual screen [13:07] bigx: ok? [13:07] I have an hdmi output which works perfectly (tested with 3 different monitors) but not with my own monitor!! [13:08] here is my askubuntu question, http://askubuntu.com/questions/896375/external-screen-recognized-but-black [13:08] I setup a Ubuntu 16.04 (Server) as a DHCP machine. I have successfully made it give out IP addresses. Yet, how can I make it "NAT"/gateway? Any suggested links? I have tried to do it via placing rules in /etc/rc.local, yet I get ping to 8.8.8.8, yet no ping to google.com [13:08] Any idea what I am doing wrong? [13:09] tsglove: what rules? [13:09] blackflow, fetching them now... give me a couple of secs please. [13:11] blackflow, these are the ones I have right now: https://pastebin.com/GLM51T71 [13:12] three lines. I am a total beginner in iptables, so... still learning what each lines does, and what each flag does [13:12] Oh, sorry--- enp0s3 is the internet-facing (WAN?)... and enp0s8 is the "internal" facing one (the one handing out DHCP) === Bluerate_ is now known as Bluerate [13:14] smerz: ok so this is an improvement. i used the lines and the gateway u suggested. ping6 functions but [13:14] tsglove: doesn't seem right, you shouldn't add such rules to the forward chain. lemme dig out some simple example on the net [13:14] im getting this error from ping6 [13:14] From qk-in-x8b.1e100.net icmp_seq=6 Destination unreachable: Address unreachable [13:14] im on a docker slimmed down ubuntu. i have neither ifconfig nor iptables. Are there any last resort "network view" commands that could be installed? [13:14] when trying to ping6 google.com [13:14] (it doesnt have internet access atm) [13:15] blackflow, thank you very much! I have read and tried a LOT of HowTos... yet some are for older systems (not sure if there is a lot of change between 10.04 and 16.04), and some even used Webmin (yet I would like to do it CLI 100%) [13:15] tsglove: for example: http://serverfault.com/questions/564866/how-to-setup-linux-server-as-a-router-with-nat [13:15] on my way! [13:16] Squarism: can you add them to your docker? [13:16] tsglove: note that this is "SNAT", or source nat, allowing traffic to initiate from LAN to WAN [13:16] tsglove: to do reverse, it's port forwarding aka DNAT [13:16] blackflow, trying this out now... will update in a couple of minutes. [13:17] blackflow, Today I Learned about "SNAT" and "DNAT".. I reckon DNAT is Destination NAT? [13:17] tsglove: yes, it NAT-s your public IP dst address to internal LAN dst [13:18] akik, i guess [13:18] so packets destined to your.pub.lic.ip are translated to your.int.ernal.ip [13:18] awesome. Going to try your link's config now... will update shortly!! [13:19] Haaallpo [13:19] Squarism: add iproute2 package [13:19] tsglove: the sNAT is essentially rule #2 in that example, the others are for the case when you have policy drop on input and output [13:19] what is this chat about [13:20] Squarism: iptables is in the iptables package [13:20] guest-fTZ0iu: Ubuntu Linux support [13:20] who was ted kennedy === kitoy is now known as juanonymous === juanonymous is now known as kitoy [13:22] where can i download 16.04 release of ubuntu desktop? [13:22] and not the recent 16.04.2 lts? [13:24] heyyyyyy bitches [13:24] was geht [13:25] kitoy: http://old-releases.ubuntu.com/releases/16.04.1/ [13:25] kitoy, magnet:?xt=urn:btih:9f9165d9a281a9b8e782cd5176bbcc8256fd1871&dn=ubuntu-16.04.1-desktop-amd64.iso&tr=http%3a%2f%2ftorrent.ubuntu.com%3a6969%2fannounce&tr=http%3a%2f%2fipv6.torrent.ubuntu.com%3a6969%2fannounce [13:25] #test === wastrel_ is now known as wastrel [13:26] thanks guys [13:26] heyyyyyyy bitvhes [13:26] XD [13:26] add me on snapchat [13:26] hey [13:26] rojjdaa [13:26] ive had better ideas [13:26] ...ive also had worse [13:26] ok [13:27] hey was geht [13:27] heyyy axel [13:28] ant [13:28] h [13:28] shshshsh [13:28] ahahahahahahahahaha [13:28] hey [13:28] hi [13:29] 大家好,我是新人 [13:29] !cn chenwenbin_ [13:29] what happen [13:29] 这是做什么用的? [13:29] fuck off [13:30] ? [13:30] !Language | guest-EjT1Kn [13:30] guest-EjT1Kn: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [13:30] eyy [13:30] !cn | chenwenbin [13:30] chenwenbin: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [13:30] who was ted kennedy [13:30] !ops [13:30] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu [13:30] wastrel: you forgot | [13:30] <3 [13:30] AXEEEEEEEEEEL [13:30] ich weißß nicht was wir machen sollen [13:30] larissa ist ein trolll [13:30] Can you rad Chainese [13:30] wir haben aus [13:30] ? [13:30] ni hao [13:31] leute [13:31] !de [13:31] In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [13:31] was machgt ihr [13:31] AX>EEEEEEEEEEEl ist ein engläder und steht auf die queeeen [13:31] english so scheesse [13:31] wo de ming zing she sheldon [13:31] 你认识中文吗? [13:31] si [13:31] amigo [13:32] Hey axel ich bin larissa du bist scheissae [13:32] Could you speak Chinese? [13:33] chenwenbin_: /join #ubuntu-cn [13:33] chenwenbin_: no. this channel is english only, please check #ubuntu-cn [13:33] hello? [13:33] 我们不会说中文 / we don't know how to speak chinese [13:34] we can barely handle english. ;-) [13:34] don't think he reads chinese characters either [13:35] ((So does that mean we have to speak Chinese and write in pinyin? Lol)) [13:37] This channel is English only? [13:37] yes [13:38] Would anyone be able to help me... I have Ubuntu server 16.04 and every day , sometimes a few times a day I have to reset my router. All my other computers work fine I have no idea what is going on [13:38] chenwenbin_, yes [13:38] chenwenbin_, so you can find other official channels in other language [13:38] oh! I`sm sooy for my rudness before [13:38] chenwenbin_, join #ubunt-cn [13:39] #ubuntu-cn [13:39] Networking works fine it's just the internet that does not work [13:39] exit [13:39] chenwenbin_, correction , join #ubuntu-cn [13:40] i have a desktop pc running ubuntu 16.10 and a laptop running windows 10. both support bluetooth and wifi. how do i share a folder wirelessly between them? [13:41] where is pidgin logs? [13:42] yao_ziyuan, you can share folder using samba [13:42] Aurorasaura: what exactly is the problem? why do you have to reset the router? [13:42] yao_ziyuan: yeah, I use samba for that [13:42] cesdo, you mean conversation history? [13:42] yao_ziyuan: you can go either way with linux mounting a windows share or windows mounting a linux share === ZeZu_ is now known as ZeZu [13:43] I have no internet on said machine till I reset the router blackflow [13:43] ok guys, will dig it [13:43] All my other computers work fine [13:44] Aurorasaura: and then you have it for a while and then internet connectivity disappears? [13:44] cesdo, ~/.purple/logs [13:45] yao_ziyuan, in windows install ext2fsd, in linus you have networking in the file manger [13:45] Yes blackflow , Mostly I have to reset it in the morning. [13:45] But sometimes its 2 -3 times a day [13:45] in linux [13:46] Aurorasaura: and how does this internet connectivity loss presents itself? [13:48] I do a lot of torrents for work and the first sign is they are not uploading/downloading. Second I try to ping somewhere and nothing responds. [13:49] Aurorasaura: ping by hostname, ip address, or both? [13:50] ioria, ok its done -> update , upgrade, dist-upgrade . uname -r is now = 3.13.0.115-generic, again same error, low grahice mode. [13:50] both === ericus- is now known as ericus [13:50] Aurorasaura: and instead of resetting the router, did you try restarting your network connection? [13:51] Aurorasaura: is it wireless or wired? [13:51] ad can you open a console now ? [13:51] Wired and yes I have tried the ifdown ifup , service restart ect. [13:52] aside from 16.04.1 is there a 16.04 only release? [13:52] ioria, : yes, but through recovery mode , not by ctrl+alt+f1 [13:52] it's 16.04.2 now [13:52] is there an easy way to delete duplicate files in a directory? [13:52] hi all, after some updates I noticed that my Logitech C270 webcam produces yellowish picture. it used to be more correct before. anyone noticed the same? [13:52] Aurorasaura: do you get an ip address when you restart? Can you ping other machines in the LAN? [13:52] Hi All, [13:53] ad it's not normal that you can't open a console, i suspect the issue it's elsewhere [13:53] nicomachus: duplicate by what criteria? surely not filename... :) [13:53] I have not tried to ping other machines on the lan actually. And my machine has a static ip [13:53] blackflow: yes, filename. I duped *almost* my entire music directory while trying to backup... [13:54] it is outside of the DHCP pool of the router [13:54] nicomachus: I don't think you understand. you can't have two files with the same name. so i'm asking what's the duplication criteria? how do you determine they're duplicate? [13:54] ioria, : ctrl+alt+f1 or f2 ... opens the console and gives login prompt, I put username then password, as soon as i presses enter screen clears and again puts the login prompt [13:54] blackflow: but some advanced functionality would be cool. I have some MP3's that are dupes of FLACs, and I'd love to keep the FLAC and delete the MP3 [13:55] ad yes, not normal [13:55] ad something broken [13:55] ad did you correcly set up username and password ? [13:55] Aurorasaura: that could be the reason, if the router drops rules for ips not in the dhcp table. otherwise, if you can ping other machines and not internet, and you're sure it's not dns, everything points to a problem with the router. [13:56] nicomachus: only if you listen to them and write down which are dupes [13:56] blackflow: pastebinning the whole tree, uno momento [13:56] nicomachus: no need [13:56] blackflow, it also did the same thing when I had the machine setup on DHCP [13:57] Aurorasaura, does "traceroute 8.8.8.8" show it block when contacting your router? [13:57] I am sorry ikevin .. I don't know what that means [13:59] Aurorasaura, do a "traceroute 8.8.8.8" and tell us what is the IP where it hang [13:59] blackflow: yea, nvm. I'm just going through the tree and looking for dupes and then deleting them. [14:00] ioria, : yes correct ones [14:01] nicomachus: something like easytag or puddletag might be able to do that for you, based on tags or whatever [14:02] ioria, : shall i try another disro I have a debian iso usb [14:02] I did find in dmesg [74960.361054] TCP: request_sock_TCP: Possible SYN flooding on port 6881. Sending cookies. Check SNMP counters. [14:04] ad, how much ram do you have? [14:04] Aurorasaura: that's the torrents, but isn't indicative of your problem. [14:04] ad when did you get 'Low graphic mode', before or after trying to login ? [14:05] Aurorasaura: bottom line, when that happens again you need to define: 1) do you have an ip, 2) can you ping machines in LAN, 3) can you ping out by ip, 4) does dns work, 5) traceroute or mtr a public ip and see where the traffic drops [14:05] ioria, : it has 2 gb ram, low graphics mode message is shown before login [14:06] Lol how do I initiate a traceroute on the server ? [14:06] ad, do you have a live cd or usb stick to boot it with? [14:06] yes i have [14:06] ioria, yes i do [14:06] ad, ok, do so and then join the channel [14:06] ok [14:06] ad, note this is not ioria [14:06] Aurorasaura: man traceroute, or apt-get install mtr-tiny [14:06] ad you can try to reinstall ubuntu-desktop from livecd or recovery [14:07] ad, I'm suggesting that you boot with the live cd, and then use kvm to boot your installation to see if it's a problem with graphics or something else [14:07] alkisg, oops sorry [14:07] ad the question was from alkisg [14:07] ad, I believe that the problem isn't in graphics drivers, if you can't login to vt1 [14:07] Ah. thank you all for the help. This should give me enough ammo to get started [14:08] Aurorasaura: also don't forget to ping your gateway/router [14:08] Aurorasaura: if you can ping it, but there's no traffic to outside, then it's definitely the router [14:08] ad when did you download the iso ? [14:08] Aurorasaura: after you've made sure default route is properly set, check netstat -rn [14:09] Awesome blackflow thank you guys! [14:09] ioria, : it is an old iso i had dont remember exactly. [14:10] Indonesian anyone here [14:11] ad reboot in recovery with network [14:11] !id | arfandi_nasution [14:11] arfandi_nasution: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia [14:12] ioria, in a minute [14:15] ioria, : i am there [14:15] ad apt-get install --reinstall ubuntu-desktop [14:15] ioria, ok [14:15] ad, you are in recovery, and not in the live cd, right? [14:16] ioria, done [14:16] ioria, Yes i am in recovery [14:16] alkisg, ad ^ [14:16] Haha [14:16] ad, see who is asking what, there's a name in front :D [14:16] alkisg, what's your opinion ? [14:16] ioria: I would go for the live cd option, to try to boot the image with kvm [14:17] I suspect it's broken [14:17] And set a password too [14:17] ioria, alkisg , I am sorry, my mistake [14:17] ad, can you try this now? [14:17] su - username [14:17] Where username is your username [14:17] But run this 2 times [14:17] In the second time, it'll ask for your password [14:17] Do you see any error messages while doing that? [14:17] ad you're not using autologin, right ? [14:18] alkisg, yes there is error : Unable to cd to 'hom/ad' [14:18] ad, here's a start [14:18] Do you have a separate partition for /home? === hxegon_afk is now known as hxegon [14:19] ad ls /home [14:19] ad do you see your home folder ? [14:19] Or this: (lsblk --fs; cat /etc/fstab) | nc termbin.com 9999 [14:19] This will describe the whole situation better... [14:19] ioria, ls /home gives -> ad [14:20] ad ls -l /home paste the entire line [14:21] ad then do what alkisg suggested [14:21] alkisg, http://termbin.com/ybkv [14:22] ad: (ls -l /home; getent passwd ad) | nc termbin.com 9999 [14:22] ok [14:23] ioria, ls -l /home -> tota 4 and in next line drwxr-xr-x 2 ad ad 4096 Apr 4 14:57 ad [14:23] ad this now (ls -l /home; getent passwd ad) | nc termbin.com 9999 [14:25] ioria, : termbin.com/idtp [14:25] blackflow, I am making progress. I have a Ubuntu 16.04 Server setup as gateway (with the rules from your link), and this machine also does DHCP. There is another machine getting an IP from her, and it is unable to ping 8.8.8.8 [14:25] yet if from the Ubuntu gateway I ping the machine ping 192.168.89.10 , then the .89.10 machine can immediately ping 8.8.8.8 [14:25] ad did you use the automatic partitioning or make a custom one ? [14:26] The link for the gateway rules: http://serverfault.com/questions/564866/how-to-setup-linux-server-as-a-router-with-nat [14:26] ad, you mistyped the "getent passwd ad" line. Anyway, what is the exact message when you run "su - ad" two times? [14:26] ioria, custom one [14:27] ad, also, do this: dmesg | nc termbin.com 9999 [14:27] ad parted -l | | nc termbin.com 9999 [14:27] alkisg, : -> Unable to cd to '/home/ad' [14:27] ad sorry, parted -l | nc termbin.com 9999 [14:28] ad: ls -ld /home [14:28] ad, did you do anything weird like changing home permissions? ^ [14:28] drwxr-xr-x 2 ad ad 4096 Apr 4 14:57 ad [14:28] alkisg, : dmesg one -> termbin.com/5elx [14:28] ioria: home, not home/ad [14:28] oh, right [14:29] ioria: i.e. maybe he did chmod 700 /home or something... [14:29] EriC^^, you know what 'D' means here ? http://termbin.com/ybkv [14:29] nope, it's just a label i think [14:29] thanx [14:29] ioria, : parted one -> termbin.com/106j [14:29] Label (with a couple of exceptions) is meaningless [14:30] the home partition is odd though, his "ad" dir is empty (just 2 links in the ls -l line) [14:30] ad not working [14:30] hm. I got a 404 for his home pastebin [14:30] EriC^^, D is a label [14:30] He doesn't have a separate /home partition [14:31] D is an unused partition [14:31] ad sudo parted -l | nc termbin.com 9999 [14:31] alkisg: maybe that's his home partition? his user dir seems empty [14:31] EriC^^: it's not in fstab, and he should still be able to login with an empty home dir, but he only showed /home/ad, not the contents of /home/ad/ [14:32] ioria, : termbin.com/e169 [14:32] can someone open his link ? [14:32] nope [14:32] what is with termbin doing constant 404s for me? somethign up with their site? [14:32] nope it's working for me (termbin) [14:33] ioria, no [14:33] thnx everyone [14:33] how do I get more info about this lvm encryption? [14:33] $ cat /etc/crypttab [14:33] sda5_crypt UUID=63cabc70-2ea0-439d-92ec-e4c22d34cef4 none luks,discard [14:33] ad do you have output when you run parted -l ? [14:34] ad, after running `su - ad`, do you see a prompt like "ad@yourpc"? [14:34] ad, if so, can you try "cd /home" there? [14:34] ad, I mean, it should be "ad@yourpc" instead of "root@yourpc" [14:34] Is it? [14:35] alkisg, no i get - Unable to cd to '/home/ad' [14:35] ad, and then what, "root@yourpc"? [14:35] My prompt is like this: alkisg@mycomputer:~$ [14:35] alkisg, yes prompt is root@mypc [14:36] OK, do this: cd /home/ad [14:36] Does that work? [14:36] alkisg, yes prompt is root@mypc:~# [14:36] what are the ubuntu equivalents of check disk and device manager from windows? [14:36] are there any standard apps? [14:36] fsck for chkdsk [14:36] nanodrone, fsck and gparted [14:36] ad do you have output when you run parted -l ? [14:37] Device manager (not just partitions) would be lspci to view, and stuff should populate under /dev [14:37] gparted is just disks, i'm talking about some app that shows a list of all installed devices and drivers (?) [14:37] lspci [14:37] so there's no app? [14:37] lshw [14:37] but lspci doesn't interact, just display [14:37] There is [14:37] oh yes sorry, bad reading :x [14:37] dmidecode maybe more complete [14:37] someone asked me that question today and i had no answer :( [14:37] nanodrone: for usb stuff, lsusb. for on-the-motherboard stuff, it's lspci [14:38] i know about the lshw lspci /dev/ stuff [14:38] nanodrone, dmidecode [14:38] i wish there was an app (maybe there is)? [14:38] ok guys tell me one thing, I have two partitions in my harddrive and The partition with label 'D' has some data in it, If i just reinstll ubuntu with automatic setup and partitioning does it formats or overwrites the data? if not I can reinstall the ubuntu again [14:38] ad, hold on [14:38] have you mounted the D partition? [14:38] what's on it? [14:38] There's a graphical one similiar to device manager, but IDK what it's called [14:38] lsblk said it's not mounted [14:38] ad automatic will reformat your disk , yes [14:38] since you're root, # cd / [14:39] # mount /dev/sdXY /mnt [14:39] # cd /mnt [14:39] # ls [14:39] ad but i'd like to see your parted -l scheme [14:39] Azulflame, ok done [14:39] Azulflame,gives me a list of directories [14:39] hi [14:39] well, ls -a | [14:39] ad like what ? [14:40] ls -a | nc termbin 9999 [14:40] ls -a | nc termbin.com 9999 [14:40] ioria, parted -l scheme - > termbin.com/2x3r [14:40] ad, so, the problem is in your authentication, `su - ad` should have been able to log you in even without access to your /home. [14:40] Do you remember messing up with pam? [14:41] Or installing some special security plugin somewhere? [14:41] Azulflame, ls -a -> termbin.com/yhxe [14:41] ad maybe your home is in /dev/sda5 that it's not mounted ? [14:41] ad, preferably in the partition you mounted [14:41] so mound the data partition, then ls -a in it [14:41] (btw I just tried logging in with /home=700, and it works fine, with a message that HOME isn't available, so the partitions don't matter) [14:41] alkisg, no i just installed on this machine today itself, No other setup. [14:42] ad mount /dev/sda5 /mnt then cd /mnt [14:42] ad, try: su ad && cat /var/log/auth.log | nc termbin.com 9999 [14:42] ikevin, dmidecode what's that? [14:42] ad, also paste the output of this, which you mistyped last time: getent passwd ad [14:43] nanodrone, that a tool who probe all hw [14:43] alkisg, : last time misstyped one -> termbin.com/gt6a [14:43] ioria, yes mounted and cd into mnt [14:44] ad what you see in there ? [14:44] ioria, : it is the Partition with the label D and with the data in it [14:44] ad, finally, do this: su - ad; tail /var/log/auth.log | nc termbin.com 9999 [14:44] ad there is a directory you can cd in it ? [14:45] + is there an official linux/ubuntu drivers website where i can look up drivers by name? [14:45] ikevin, i tried it gives error -> Cannot execute /bin/bash: permission denied [14:46] Heh [14:46] ad, that maybe why you can't login :) [14:46] How would he have a recovery mode without bash? [14:46] ad, ls -l /bin/bash | nc termbin.com 9999 [14:46] hello is I set up a printer using the lpd URI, e.g.: 'lpd://0.7.5.246/auto', what would be the significance of the 'auto' in that uri? [14:47] is => if [14:47] alkisg, zsh for example [14:47] what's the fix for that? boot disk, mount + chroot and set /bin/bash to 777? [14:47] ikevin: no, recovery has #!/bin/bash hardcoded [14:47] Something strange going on... unless it's mode=700 [14:47] ikevin, : termbin.com/xhgs [14:47] what if was 600 but he hasn't rebooted since? [14:48] hi [14:48] he did a custom partition but his fstab it's standard [14:48] ioria, yes I can cd in directories [14:48] is all the conversations cripted? [14:48] (05:44:39 μμ) alkisg: ad, finally, do this: su - ad; tail /var/log/auth.log | nc termbin.com 9999 [14:48] ad explore them.... what's in there ? [14:49] ad my opirion (surely wrofng) is that you forgot the mounpoint for home [14:49] alkisg, : it gives error Unable to cd to /home/ad & tail : cannot open '/var/log/auth.log' for reading : No such file or directory Use netcat. [14:49] !irclog | eaglenb [14:49] ioria, can i add mountpoint now ? [14:49] ad, alkisg: strange, possible he's on busybox? [14:50] ad run ls -a on those directories .... [14:50] ikevin: nc isn't available in busybox, so that shouldn't be it... [14:51] ad, so if you run just this, you get an error? tail /var/log/auth.log [14:51] ducasse: easytag can do the tags, but can it remove dupes? anyway, I just finished. [14:51] ioria, the partition you told to mount (sda5) is not the system partition. IT is a partition with the old data in it . which i wanted to save. Now if i ls -a then it whos the folders in it [14:51] nicomachus: not that I'm aware of. But it's been a while since I last used it [14:52] does ubuntu change the control character for "screen" during a do-release-upgrade? [14:52] alkisg, yes i get error [14:52] ad so you saved your old home on /dev/sda5 to remount on the new install ? [14:52] alkisg, there's mini-netcat on busybox [14:52] ad, what's the output of this? cat /etc/issue? [14:53] alkisg, "tail: cannot open '/var/log/auth.log' for reading: No such file or Directory" [14:53] alkisg, busybox nc [14:53] ikevin: the "nc" command isn't available in busybox, it's not in the busybox-static package that initrd uses [14:53] Ubuntu doesn't build it that way [14:53] alkisg, Ubuntu 14.04.5 LTS \n \l" [14:54] ad, you selected "networking" and then "root" from the recovery mode? [14:54] ad, ls -l /var/log/ | nc termbin.com 9999 [14:54] alkisg, yes [14:54] Do what ikevin just said ^ [14:54] ikevin, termbin.com/gknr [14:55] ikevin, alkisg -> termbin.com/gknr [14:55] ad, does this work? apt --yes install x11vnc [14:55] * alkisg is curious and won't go for a walk until his curiosity is satisfied... :D [14:55] lol [14:56] lol [14:56] ad, cat /var/log/faillog | nc termbin.com 9999 [14:57] hi [14:58] (05:55:19 μμ) alkisg: ad, does this work? apt --yes install x11vnc [14:58] ih [14:58] ad, cat /var/log/faillog | nc termbin.com 9999 === TEst is now known as Guest91214 [14:58] hi Guest91214 [14:58] alkisg, ikevin ioria : sorry laptop battery died. [14:58] does somebody want do do a ddos attack to google? [14:58] !ot | Guest91214 [14:58] Guest91214: #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! [14:58] alkisg, yes it x11vnc installed [14:59] ad, does this give you a graphical terminal? xinit [14:59] Guest: i guess somebody (somewhere in the world) would want to do that.. but none of us anyway. period. [15:00] alkisg, yes i did gave me a small white colored terminal [15:00] ad, can you share your screen with me so that I check faster? x11vnc -connect srv1-dide.ioa.sch.gr [15:00] ikevin, it gives "Use netcat" [15:00] You'll be seeing what I do [15:01] alkisg, sure [15:02] alkisg, can i join the party to see? [15:02] ikevin: sure, port forward 5500, run xvnc4viewer -listen, and PM me your ip [15:02] ...as long as ad manages to run it [15:03] keep in mind that this would give alkisg full access to your computer w/out you being able to see what he's doing [15:04] only do that if you trust him [15:04] alkisg, nops it is stuck, cannot type in it [15:04] or her [15:04] Azulflame: that's not true [15:04] He'll be seeing the same screen [15:04] ad, press ctrl+c [15:04] ah [15:04] Maybe you misstyped it? [15:04] I thought xrd [15:04] *xrdp [15:04] Azulflame, its ok , The data on it is not very important [15:04] ad, check the line again, x11vnc -connect srv1-dide.ioa.sch.gr [15:06] alkisg, i rebooted and retried xinit - > it opens a small white ternimal but it is stuck I cannot type in it [15:06] ad, move the mouse over it [15:06] good afternoon, i have 2 different Ubuntu Software Centers .. which one is better and which one should i keep ? [15:06] ad, you can't type if the mouse isn't over that window [15:07] Herbalist, which ones do you have? [15:07] (names) [15:07] Hello [15:07] saymoo .. one is called "Ubuntu Software", and one is called "Ubuntu Software Center" [15:07] alkisg, ok now gimme a minute [15:08] alkisg, done === masos is now known as Guest12741 [15:08] Alguien habla español? :v [15:08] ad, I didn't receive any connections, did you type it properly? Did you see any warnings? [15:08] !es [15:08] 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. [15:08] !es | equipo04 [15:08] equipo04: please see above [15:08] both have the same icon , an orange suitcase with a white A inside [15:08] ad, press ctrl+c to interrupt it and try again if needed [15:09] Herbalist, but they look different once running (the application itself i mean) [15:09] ? [15:09] Spanish? [15:09] saymoo.. yes they look slightly different qua GUI [15:10] alkisg, : sorry i misstyped it [15:10] done now [15:10] ad, now type this there: bg [15:11] Ubuntu Software Center is version 15.12 .. and Ubuntu Software is version 3.20.1 [15:11] What are the + and - for on service --status-all? [15:13] Herbalist, the one that looks like this is the updated version of the software center (originally called gnome software)... http://www.omgubuntu.co.uk/wp-content/uploads/2016/04/ubuntu-software-center-new-in-16.04.jpg [15:13] Herbalist: the new (correct) software center is "ubuntu-software" which is a rebranded "gnome-software" [15:14] Herbalist: Ubuntu Software (the GNOME Software fork) is correct. Ubuntu Software Centre is deprecated. [15:14] ahh thank you saymoo k1l_ and Menzador [15:14] alkisg, check /home mode [15:15] then i'll deinstall both , and then install "gnome-software" [15:16] ikevin: even /etc/sudoers says it's not there, while it is... [15:16] File system something, but what... [15:17] alkisg, very stange ! [15:17] Herbalist, i hope the deprecated one is easily uninstallable, because of some dependencies.. that have dependencies, which on their turn have dependencies.. [15:17] lol [15:17] (dependency hell) [15:18] Hey guys, I'm using a Qt application that's trying to open a new browser tab, but my default browser chromium-browser isn't picking up the request. Is there any way I can monitor for the signal it is emitting to see the URL it is trying to open? [15:18] lol [15:18] alkisg, can you check /etc/environment ? [15:19] ioria: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" [15:19] tx [15:19] hello, using ubuntu 14.04 I can't select a different desktop in lightdm as my normal user, but I can do that as my admin user. once i select my normal user from the dropdown in lightdm, the session select dropdown locks to gnome. [15:19] Synaptic will take care of it .. [15:19] alkisg, ls -la / [15:20] uniTosch.. there is already a version 16.04 [15:20] LTS [15:20] uniTosch: strange [15:21] ad still there ? === technochips_ is now known as technochips [15:21] yup [15:21] Herbalist: I'm aware, but it's not my jod to dist upgrade those. [15:21] * job [15:21] alkisg, perms look ok [15:21] ah ic [15:21] ikevin: I think you nailed it [15:21] ioria, yes i m === JanC is now known as Guest85044 === JanC_ is now known as JanC [15:21] ad what kind of username did you choose ? like Tom Smith ? [15:22] uniTosch: but login works for that user? [15:22] k1l_: yep [15:22] ad, ioria, ikevin, the issue was / = 700 [15:22] ikevin, no username was -ad [15:22] With chmod 755 /, it got solved [15:22] alkisg, really ? [15:22] alkisg, nice ! [15:22] Yeah [15:22] We were looking at /home, but... :D [15:22] uniTosch: what users is that user in? [15:22] ad, it's up to you know to find out how this happened [15:22] ad: The username starts with a dash? [15:22] good [15:23] genii, no its ad [15:23] genii, too short ? [15:23] k1l_: groups? user tty dialout netdev nopasswdlogin [15:23] ioria: Nah, you can even have 1 letter usernames [15:23] genii, thanx [15:24] uniTosch: ah, maybe its the nopasswdlogin thing [15:24] let alkisg work [15:24] I think it's solved now [15:24] Everything fine, just mode of root = 700 [15:24] He'll tell us after reboot if that's true [15:24] My discover software installer has trouble with its list. And I only have one flash install drive. [15:24] How do I fix discover? [15:24] yay [15:25] ad, any idea how the mode of root got to 700? That's something you did... not ubuntu [15:25] alkisg, ikevin ioria genii - > thanks to all I am able to login now [15:26] alkisg, NO i didnt do anytihng special [15:26] ad, strange... [15:26] alkisg, no chmod [15:26] ad, anyway, have fun, bb! [15:26] k1l_: neat, you were right. thanks a lot. [15:26] alkisg, Thanks brother [15:26] ad good job [15:26] uniTosch: np [15:26] ioria, thanks a lot ioria [15:27] ad no problem [15:27] gudnight everyone [15:27] brb [15:27] gud night guys [15:27] have you guys noticed how hardware support has improved in the recent years.. [15:28] Oh the joy of slow computer shrinkage advacement. everybody has to make better software instead of wasting system resources. [15:29] How do I fix the Discover's installer list? [15:29] hi [15:29] hello [15:29] Deeno: "Discover"? "installer list"? I don't know what you are referring to with either of those [15:30] Hello [15:31] hiya [15:31] Discover is Kubuntu's installer package. I believe Software is Ubuntu's installer package. [15:31] Deeno: you might better ask in #kubuntu for such specifics [15:31] Deeno: by 'installer' do you mean package installation. 'installer' is something you use to install the OS itself in Ubuntu terms [15:32] I am a little lost. I installed a letsencrypt cert with certbot on my ubuntu vps and now I am getting a "AH01990: PRNG still contains insufficient entropy!" error in my apache error logs. Does anybody have anybody what that error is/ how to fix it? [15:32] Deeno: also in the repositories, i only see a 'discover' for doing hardware discovery [15:32] I tried every solution suggested googling the problem and I am still getting the error [15:33] Software Center - Discover? [15:33] ArneVogel: install haveged [15:33] How do I fix the software center? [15:34] from terminal sudo apt-get update [15:35] ArneVogel: is that error actually preventing you from getting a cert, or is that just something apache likes to complain about? [15:35] ivan installed the cert worked [15:35] fine [15:35] or sudo apt update [15:35] (apt-get is not needed anymore) [15:36] but apache is complaining [15:36] now [15:36] any samba experts here?? I' [15:36] [Tue Apr 04 15:34:14.864191 2017] [ssl:warn] [pid 20747:tid 140539877893888] AH01990: PRNG still contains insufficient entropy! [15:36] ArneVogel: apt install haveged [15:36] i've tried to follow the online instructions many times but windows keep complaining for different reasons [15:37] if someone knows of a goto guide.. i'll be obliged! [15:37] scottjl I installed it before and I am still got the error [15:37] ArneVogel: that's a warning that you can probably ignore if your SSL is working [15:37] ArneVogel: PRNGs will at times contain insufficient entropy [15:37] ArneVogel: did you restart apache? [15:37] yes [15:37] ivan I cant access the site in browser tho [15:37] arnevogel.com === Qasker- is now known as Qasker [15:37] ERR_SSL_PROTOCOL_ERROR [15:38] scottjl I also did some "random" test and it was in the "ok" range [15:38] like 999 out of 1000 were good in like 4 runs [15:40] hi [15:40] i have an issue after upgrading to 16.10 [15:41] ivan, scottjl the site also worked fine before installing the cert so I dont think I fucked any of the setup up [15:42] i've had issues with letsencrypt. [15:42] nishttal: i'm by no means a samba expert but i don't think it's quite clear yet, what you are trying to accomplish :) [15:42] i ditched it [15:42] "cat /proc/sys/kernel/random/entropy_avail" is 1700 [15:43] it [15:43] something with your apache config is draining it out too fast. did you alter the ssl config? [15:45] scottjl I havent touched the stuff certbot created [15:46] no but did you alter what cyphers apache uses or anything? [15:46] SimonNL: hello [15:46] scottjl since I have no Idea what you just asked I assume no [15:47] heh ok. well i'm out of ideas. sorry. maybe ask on the apache channel [15:47] hi [15:48] scottjl yeah asked there to. === tharkun_ is now known as tharkun [15:48] scottjl thanks for your help tho :) [15:49] ArneVogel: np. if you installed haveged you have tons of entropy, as long as it isn't being drained out faster than the pool fills. which is what it seems like in your case. why, i don't know. [15:50] do some other work for a bit [15:51] i think it needs activity to refill [15:51] ie, open a text doc, tyoe crap, save [15:51] look at a couple images [15:51] haveged fills up in a second or so [15:52] k1l_ fack you :) [15:53] O_o [15:54] German or Englich in this Channel ? [15:54] English [15:55] Thx [15:55] try #ubuntu-de [15:56] hello [15:56] hello [16:01] ikonia fuck you mey be i try to us arch linux your sucks big big lames tragedy [16:01] ... [16:01] oh my [16:01] someone need soap [16:01] needs* [16:01] yea that wasn't going to end well [16:02] methinks error is between keyboard and chair. [16:02] kebkac [16:02] p* [16:02] lol [16:02] pebkac [16:03] looks a lot was lost in translation there :-) [16:03] hehe.. [16:03] i guess [16:03] oh well.. he's out... === Attoy_ is now known as Attoy [16:04] is the community just as freaked out about 12.04 EOL as i am? [16:05] not me [16:05] i haven't run 12 in years [16:05] crayon: you've known it was coming for ... 5 years :) [16:05] longest breakup notice ever. ;-) [16:05] was it 5 years [16:06] :-| [16:06] crayon: well... LTS lifespan is 5 years... so eya [16:06] yea* [16:06] should we be freaked out about 12.04? [16:06] psst. get off 16.04 by 2021. just letting you know early. [16:07] heh [16:07] quick question: what's better on a 1.6 dual core with 3 gigs of ram? KDE or XFCE? [16:07] when i right click on thunar, an option comes up named "delete" which gets rid of a file permanently without moving it to trash, how can i remove this option? [16:07] faster? xfce i'd say [16:07] if someone else hosts your email exchange server is there a way to figure out what that server is? [16:07] how do i get startup disk creator? [16:08] Jakethepython: what does "what the server is" mean [16:08] the software they're using? [16:08] can someone help me out? [16:08] Jakethepython, still busy with exchange and evolution? [16:08] (as i remember correctly, you asked for it yesterday too) [16:08] ikonia fuck you i am old user 8 yers freenode an us ubuntu 6.04 bann me not only +q amatiors fuck k1l_ :) shame [16:08] Yes the IMAP /POP3 is not open [16:09] so it has to use the exchange server but we have it hosted from X company which i don't know who [16:09] Jakethepython: whois ? [16:09] railx.us [16:10] @railx.us [16:10] Hey guys - newbie here - I need someone to help me understand why a umount command isn't working (mountpoint not found)? [16:10] Help. I installed an nvidia driver on 16.04 and now it won't boot! [16:10] when i right click on thunar, an option comes up named "delete" which gets rid of a file permanently without moving it to trash, how can i remove this option? [16:10] Speed_: where does it fail? [16:10] Jakethepython: try the command whois railx.us [16:11] domain itself says nothing.. the hosting of the domain can be done somewhere else.. as the mx hosting [16:11] Speed_, recommended driver I hope [16:11] (although it often is the same) [16:11] Lorne: what are you typing for the command ? [16:11] Lorne: pastebin the command used and output; and mabye the output of `mount` [16:11] It won't boot . I select ubuntu in bios and I see this grub thing [16:12] That I have no idea what to do with [16:12] scottjl I'm doing sudo umount ~/.gvfs [16:13] scottjl - trying to get plex to see a dir on external drive...and found that command in the plex - app store - comments section...don't know what it does - but its supposed to fix the problem [16:13] Lorne: you don't need that command to see a dir on an external drive. just add it to your library [16:13] Jakethepython, as i see it, the mail is hosted @ microsoft.. in terms of office365 or something along those services [16:14] ;; ANSWER SECTION: [16:14] railx.us. 3600 IN MX 0 railx-us.mail.eo.outlook.com. [16:14] railx.us. 3600 IN MX 0 railx-us.mail.protection.outlook.com. [16:14] that umount command isn't going to help plex at all [16:14] scottjl but when I try to add it to the library - plex can't 'see' the folder...it wont let me select it..won't drill into it [16:14] How can I undo the driver? [16:15] 10000 lame k1l_ ip [16:15] Lorne: where is your external drive mounted/ [16:15] hahahahahah [16:15] east europe [16:15] not west buslhits [16:15] scottjl media/colin/New3T [16:15] Lorne: and plex won't navigate to /media ? [16:16] levak: you only show that you have not interest in the ubuntu community and sticking to the community guidelines. so dont blame us that we banned you. [16:16] Idk anny of the commands with grub [16:16] it navigates to the main dir of the external drive..but then doesn't show any folders [16:16] It says it's bash like but it has none of the bash commands [16:16] Lorne: what are permissions on those folders? it probably doesn't have access [16:17] Speed_: there's a recovery option that might work; just use the arrow keys to select Advanced options, then pick the latest (Recovery) boot [16:17] !recovery | Speed_ [16:17] Speed_: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [16:18] scottjl yeah...that's probably it...plex see's the drive but can't see any folders in it [16:18] Lorne: check perms on those folders. that's probably why [16:19] scottjl what command do I use to change permissions? CHMOD something...right? [16:19] Lorne: try: chmod +rx folder [16:19] Holding down shift did not give me the option for recovery mode [16:20] kil_ :)~ lame :) [16:20] Lorne: you shouldn't have to restart plex, but you will probably have to try to re-add the folder again for it to see the new perms [16:20] hi [16:21] What command should I use to uninstall the nvidia driver? === james_ is now known as jamesleimer [16:22] Speed_: what is the last message that you see? Like, grub rescue> ? [16:22] Grub>_ [16:23] Speed_: do you see "rescue" anywhere there? [16:23] Speed_: you need to be in the recovery shell to fix it, you can't fix it from grub itself [16:23] No [16:23] scottjl OK Tried that command and it still seems to show the drive with nothing in it (within plex) [16:23] Speed_: but you get no menu at all? [16:23] Nope [16:24] Speed_: so you never see something like this, right? https://www.howtogeek.com/wp-content/uploads/2014/09/select-linux-kernel-in-grub2-boot-loader-on-ubuntu-14.04.png [16:24] Speed_, do you have a live cd to fix it? [16:25] scottjl Within the comments section of the Ubuntu App store for plex - someone wrote: Out of the box there is an issue with it finding dirrectories with 12.04 but as many Linux users know a bug fix is often just a google search away. change to directory you want Plex scan and sudo umount ~/.gvfs [16:26] No I didnt [16:26] Speed_: do you have a live cd or usb stick to fix it? [16:26] I have my USB installer still [16:27] Do I need to use it? === Dragonslicer is now known as Dragnslcr [16:28] Also it flashes a message before it shows the grub thing but it's too fast to read [16:28] Speed_: what happens if you type this there? ls / [16:28] rufus usb iso boot [16:29] efi/ [16:29] Speed_: I think there should be a configfile somewhere under that directory, try ls /efi now [16:29] ikonia woma or men lame [16:30] And then ls /efi/otherfolders, till you find the configfile [16:30] woman [16:30] (anyone knows where grub.cfg is, in efi installations?) [16:31] Speed_: maybe it's in /efi/grub/grub.cfg [16:31] Try ls /efi/grub to see [16:31] ./ ../ grub.cfg? [16:31] If you find it, then type: configfile /efi/grub/grub.cfg [16:31] If you don't find it, boot from the live usb stick [16:32] I found it in ubuntu [16:32] opa\ [16:32] hahahhaah [16:33] Speed_: configfile /path/to/grub.cfg is supposed to give you a boot menu like the one that was in the picture I linked above [16:33] I did the command [16:34] And? [16:34] Some stuff flashed now now I just see grub>_ [16:34] Hm, it sounds like your configfile is broken then [16:34] And you say that holding down shift at that point, doesn't show the menu? [16:35] Speed_: Try: configfile /path/to/grub.cfg [16:35] Don't lift shift while pressing enter [16:35] (left shift) [16:37] Failure reading sector [16:38] Speed_: sounds like a disk or file system issue then, use the live usb stick to check the disk [16:38] Should I use my USB? [16:38] Yeah [16:39] I guess try ubuntu and run some utility [16:39] Is the hard disk ssd? [16:39] No [16:40] I can see the drive [16:40] Speed_: just download ubuntu use rufus usb stick boot ty from bio farst boot is ub stick [16:41] i use dual boot [16:42] 10 an 17.04 beta [16:42] win ubuntu [16:42] golemilameri aka Dreaman aka ivan nikolov do you still want to carry on with this childish troll behaviour evading bans to make noise in this support channel? you are banned and you know ban evading is not tolerated. [16:43] i am old user member of ubuntu comunity [16:43] What utility should I use? [16:44] 10 year [16:44] golemilameri: no. because then you would not be such a troll and act against the ubuntu code of conduct. [16:44] my eng not good but try to hrlp [16:44] Hi all, i created a USB installer on my Win7 laptop, boots fine on laptop. Now I got a new desktop PC today, and trying the USB stick there, the monitor wouldnt receive a signal (connected via HDMI)..any ideas, someone? [16:44] help [16:45] I forgot to add,the desktop pc is nake, no OS installd [16:45] this is my lapotp new no os [16:45] i use 10 and ubuntu [16:45] golemilameri: you had enough warnings about your behaviour. you got kicked. then banned. and still come back with proxies to make noise and give bad advice. this is not what the ubuntu community wants. [16:46] k1l_: why bann +q [16:46] simple [16:48] golemilameri: because you had enough warnings. and this is not the place to talk about bans. and you keep ban evading which shows you have no intention to follow the guidelines. so leave this channel now please. #ubuntu-ops is the place to reveal bans, like its told in the guidelines you even never have read. [16:48] Hi everyone, Ive a question : I'm reading a script file of my professor, and I don't understand something [16:49] Anyone who knows how to disable initial seeding of rtorrent? [16:49] you is oper abuser for me [16:50] What rm pack.txt 1>/dev/null 2>/dev/null means? [16:50] tonybag, you can post it in a pastebin. Whats you're question? [16:50] riidom: try going into the boot menu on the bios and selecting the usb stick. maybe you need to turn secure boot off too? [16:50] tonybag: redirect the stdout and stderr from rm pack.txt to /dev/null [16:50] What is the output of rm? [16:51] I mead it is used to remove and do not show anything [16:51] actually there shouldnt be any but if there is it is quieteed [16:51] tonybag: I don't think rm with default options would write anything to stdout but it can write errors to stdout [16:51] errors to stderr* [16:51] well ivan, i dont get into boot menu - or if I do, I wouldntsee it [16:51] tonybag: it redirects standard out (1) and standard error (2) to null - effectively tossing it out [16:51] tonybag: your professor is bad at bash and should have written rm -f pack.txt [16:52] Lol [16:52] lol @ ivan [16:52] hi, i installed steam but when i open in, it appears only in the task bar for 5-10 seconds then disappears. Anyone have any ideas? [16:52] riidom: if you can't get into a BIOS setup on your new computer then it's not the fault of a linux USB stick [16:52] System and device programming professor T.T [16:52] BIOS should always be capable of outputting something to at least one monitor [16:53] most people are bad at something, and good and very few things. Professors aren't exempt. [16:53] ok guess I have to ask where i bought it:) thx ivan [16:53] riidom: did you press some keys to get into the bios setup [16:53] Actually this script is used to load a OS from qemu [16:53] k1l_ you shame for ubuntu debian comunity :( [16:54] yes, F10,like mobo manual says [16:54] riidom: you might need to mash it during the boot, or you might need to do a full power cycle, or you might need to plug the monitor into another HDMI port if you've got one [16:54] Pussy [16:55] geez, no school today or something? [16:55] riidom: you might also see an error code on a LED on your motherboard that might be useful [16:55] seriously. [16:55] oh..didnt know about errorcodes,will check for that [16:56] on tonybag's case... why would we need '-f' OR transfering stuff to dev/null... wouldn't the file be removed properly even without those? [16:57] if it's an installation script, then it would have PUT that file there, so there is nothing to... oh wait, I'm stupid. [16:57] nvm [16:57] without -f it would error out if the file were missing [16:58] I was thinking there shouldn't be a way for the file to be missing, since the script probably put it there as well [16:58] there are no transactional filesystem operations so anything is possible [16:59] also the one line you pasted suggests the script wasn't written with set -e so maybe the professor noticed that it keeps going when some step fails [17:00] * misia chear k1l_ to lame for this channel :) [17:00] chears [17:00] How do i know which .png image is used for the network-manager? When i go into /usr/share/icons/ubuntu-mono-light/status/ there are 3 folders there - 16, 22, 24. [17:00] nazdrave [17:02] tgm4883: no ;) [17:02] Can anyone help me with steganography? [17:13] I'm in the live USB thing idk what to do next [17:13] purge some nvidia stuff [17:14] bios boot farst usb stick [17:14] Unable to locate package nvidia [17:15] Speed_: how did you install the nvidia driver originally? [17:15] my is 940 mx gddr5 4 work [17:15] misia: please stop. it's not helpful. [17:15] With additional dtivers [17:15] hello, what it means when you update in terminal and after fetched comes a line like this : https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1) [17:15] driver old and new [17:16] graamont: the repository in question is not using a particular secure algorithm (and apt now warns when that is the case) [17:16] update manager driver part [17:16] settings [17:16] misia: again, please stop. [17:16] nacc what should i do? [17:17] graamont: you can either not use that repository (is it really necessary), or perhaps there is a setting to allow it, if you trust it, or you can complain to the repository owner [17:18] complaining to the repository owner is probably the right choice, since it's intel [17:18] n00b question: If I add rules for iptables, inside /etc/rc.local .... are they loaded automatically? Or do I have to restart the service? [17:18] nacc ok but how can i find out which repository is the one causing the trouble? [17:18] graamont: it's the one it says? [17:19] tsglove: no, not automatic, you need to tell iptables about rules [17:19] nacc yes [17:19] graamont: i mean, that's the answer to your question [17:19] graamont: it says which one in the error message [17:19] graamont: download.01.org [17:20] nacc, inside /etc/rc.local I have /sbin/iptables *the rule flags in here* .... do I have to "re-load" it? [17:20] tsglove: you have to run those commands, yes -- you don't generally reload /etc/rc.local, but you could run it manually [17:20] (by sourcing it, i guess) [17:20] ummmm ok [17:20] nacc thanks [17:20] tgm4883, thanks [17:21] ok. Thanks nacc [17:23] nacc so that is just a warning? [17:24] graamont: i assume so? you can pastebin the whole output [17:24] graamont: any reason you are using that repo? [17:25] nacc yes is a graphic card repository from intel [17:26] graamont: right, that is what it is. Why are you using it? [17:26] hi guys. I have a weird problem when trying to install ubuntu from a bootable usb pen drive. It doesn't boot on a toshiba laptop on which I had previously installed ubuntu-mate successfully using the same BIOS configuration and the same pen drive. is there any difference on the boot files between ubuntu and ubuntu-mate? [17:27] i rejoined from the live usb [17:27] im Speed_ [17:27] nacc cause the computer is very slow to process image [17:27] Is there a way to make this command repeat every hour? sh -c "sleep 5s; sensors" [17:27] Aurorasaura: crontab? [17:28] graamont: 'process image'? as in photo processing? or as in normal GUI work [17:28] so what can i do to remove the drivers or repair grub from here? [17:28] Speed__: did you answer earlier what you did to install the nvidia drivers? [17:28] i think i need to repair grub [17:28] I was just going to add it to rc.local nacc but I forget how to write it as a repeat instead of sleep [17:28] yes, with aditional drivers [17:29] nacc is a shittie graphic card so i am trying to make it work smooth [17:30] i used the nvidia binary [17:30] graamont: unfortunately, for any support for that repository, you need to ask intel really [17:31] nacc i understand, just trying to make sure the update actually doing the job and i didnt know which one it was [17:32] nacc now i know thanks you and the other frind who answer me [17:40] Umm lol a little help. I did while sleep SECONDS; do command; done but added & at the end. How do I stop it? [17:40] Question, logged into a machine as root [17:40] How can i change the root password? [17:41] Question, logged into a machine as root, and don [17:41] fuck [17:42] Question, I'm currently logged into a machine as root, but I don't have the current root password. Is there a way i can change this password without rebooting the machine and booting into grub? [17:42] !root | mednut [17:42] mednut: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [17:44] tgm4883: so..? [17:44] mednut: so.... don't set the root password. Use sudo instead [17:44] hi all, what does Ubuntu 16 use for firewall? is it still iptables? I'm coming from Fedora but trying to figure out how to open a port in this fresh 16.10 install [17:45] Onionnion: you're looking for the 'ufw' command [17:45] I have a small spare 16GB M.2 ssd. I want to install ubuntu on it. Im not going to have any swap space on it because I already have 16GBs of ram i wont sleep ever sleep the system. Ill just shut it down. How much space should i allot for root and home? 50/50? === aName_ is now known as aName [17:45] `man ufw` I go [17:45] . I wont sleep the systtem ever either* [17:45] tgm4883: i can't. Past net-admin only has root user. I'm still logged into the machine, but he changed root passwords remotely [17:45] mednut: what version is this? [17:46] anybody? [17:46] tgm4883: technically its the newest version of proxmox [17:46] i believe thats all debian based [17:46] mednut: I wasn't aware that proxmox is based on ubuntu [17:46] does running `ufw allow [port]` apply right away tgm4883? no other command needed to commit? [17:47] mednut: nor would it be supported here. You can change any password as root with the passwd command, so I'd start researching there [17:47] Onionnion: I don't believe you need anything else [17:47] smallssd: with an SSD that small, I'd just leave it one large partition [17:47] nope [17:47] thanks much tgm4883 [17:47] tgm4883: So only root then? [17:48] smallssd: yea [17:48] tgm4883: Thanks! [17:50] it seems ufw wasn't even running..heh === Pleasures is now known as Sircle [17:57] anyone know of an alternative to racktables? [17:58] Epx998: off topic, go to http://alternativeto.net/software/racktables/ [17:59] hello anyone know how can i fix boot ? in idrac i have virtual console and it stuct at "TFTP Prefix: [17:59] Trying to load pxelinux.cfg/so-me-id [17:59] boot: [18:00] asaf: that's an odd file it is trying to load [18:01] nacc: is there a way to fix? i have rescue live on server but dunno what to do :( === hxegon is now known as hxegon_afk [18:02] nacc: so-me-id is actually 01-d4-ar-52 and more [18:02] asaf: are you trying to pxeboot? [18:03] tgm4883: i just have a server at a company anytime i reboot it dont boot [18:04] tgm4883: i did not changed nothing just last night server crashed and now wont load [18:04] actualizar 16.04 es bueno [18:04] asaf: so-me-id is not the name of the file, you mean? [18:04] tengo 14. [18:04] asaf: or is so-me-id is a symlink? [18:04] !es | ativa [18:04] ativa: 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. [18:06] nacc pxelinux.cfg/01-a1-b2-e3 and so on ... i dont know where the file is located [18:06] asaf: is that actually the file name? again seems short. Shoul be 01- [18:06] asaf: tftp uses whatever your tftp server is configured for; often /var/lib/tftpboot [18:07] nacc i only see the output from console i dont know if the file even exists [18:07] asaf: the file would exist on your tftp server [18:07] asaf: if you can't control that, then we can't help you, really [18:07] nacc bash: cd: var/lib/tftpboot: No such file or directory [18:08] nacc bash: cd: /var/lib/tftpboot: No such file or directory [18:08] nacc i can edit do whatevere but need some direction what to do [18:08] asaf: ok, i don't know how your tftp server is configured; as i said, you need to figure that out [18:08] nacc: I have a feeling he's not actually trying to pxeboot and either A) someone is messing with DHCP settings and his server is setup to PXEboot first, or B) His server is failing to boot from HDD and is now hitting the PXEBOOT which it previously didn't do [18:08] * tgm4883 shrugs [18:08] tgm4883: oh could be [18:09] asaf: are you actually trying to PXE boot your server? [18:09] nacc no i just push reboot thats all [18:10] nacc i think my boot is broken [18:10] nacc or kernel broken ? [18:11] asaf: ok, sounds like what tgm4883 said [18:11] nacc yep failing to load boot but how to fix that ? :( === bryceml_ is now known as bryceml [18:12] asaf: we have no messages from when it fails to load to boot -- you've only said it tries to tftp and fails. Presumably there are messages before that, or someone messed with the boot order [18:13] nacc boot.log [18:13] nacc https://thepasteb.in/p/r0hwEWgKPyECK [18:14] nacc thats all [18:14] nanc then the file ends [18:15] asaf: ok, so it booted fine (the earlier tftp messages seemed like a red herring why did you mention them?) [18:16] asaf: it appears to not have networking, so it might be waiting on that [18:17] some op in #ubuntu-br please kickban the spammer AbsTradELic there? *!*@ubuntu/member/* are op there [18:19] nacc syslog also https://thepasteb.in/p/Anhr48w3OyWUv [18:20] Which are other usages ofrouters [18:21] div7: is that an ubuntu support question? [18:21] Nope [18:21] May turn though [18:24] !ot | div7 [18:24] div7: #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! [18:28] I have issues on my 16.04 laptop with wifi. The speed on my wifi is sooo bad. My steam client is downloading with 30kb/s and while running a speedtest i get below result: [18:28] https://gist.github.com/pimjansen/afb3d2dbd4a7240d6ffd16eb7de56e83 [18:28] There is a 100/100 fiber connection [18:28] i have no idea what im doing, i tried to use boot-repair but it abborted saying something about it not being booted in efi mode, and i could not manually install grob fromt he live disc because it said something about muliple devices? [18:28] which are compositors around ? similar to compton that can use glx ? [18:29] and my phone is hitting 35MB without any problems on the same wifi connection [18:29] i dont know how to repair grub, or know if thats what im supposed to do [18:29] Speed_: are you in the live usb right now? [18:29] yes [18:29] Dirkos, check the signal strength on the laptop [18:30] Speed_: run "sudo parted -l | nc termbin.com 9999" [18:30] saymoo: how? since the signal in my top bar is 100% [18:31] hello guys im on 16.04 and have an intel 5100 wifi card [18:31] it doesnt work out of the box [18:31] what can i do_ [18:31] now what? [18:31] there is a: 04:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a) [18:32] Speed_: paste the link it gave you here [18:32] Dirkos_, did you install (if available ) the proprietary driver? [18:33] saymoo: the signal itself: Link Quality=70/70 Signal level=-40 dBm [18:33] http://termbin.com/52jg [18:33] saymoo: well just the default driver i assume [18:34] Speed_: looks like you have 2 linux installs? [18:34] what's the deal here? explain more please [18:34] ones steam os on a different drive [18:34] (Sometimes wifi needs a proprietary driver, to have the adapter work fully.. especially laptops are common to have driver issues with devices) [18:35] but the one with 3 partitions is ubuntu [18:35] saymoo: well i see alot online about updating the firmware but what kind? [18:35] thats the one in question [18:35] Speed_: ok, so why are you trying to install grub? didn't it install it in the installer? [18:35] this for example: http://askubuntu.com/questions/798644/unstable-wifi-with-intel-8260-808624f3-rev-3a-on-ubuntu-16-04-runnung-on-le [18:35] yes but i think i broke it with a graphics driver [18:35] anyone can help me [18:35] after i installed a graphics driver it ends up givving me this "grub>_" prompt [18:36] i think i broke brub [18:36] grub* [18:36] Speed_: ok [18:36] Dirkos_, first check the build in driver tool.. " additional drivers" (it's an ubuntu tool) [18:36] it should show you available drivers that are proprietary.. (what ubuntu discovered, and has a driver for anyway) [18:36] Speed_: do you know which one is your root partition? [18:37] saymoo: nothing, only 1 for my graphics card which is in use [18:37] Speed_: there are 2 11gb ones and a 290gb one [18:37] ok [18:38] Speed_: try sudo mount /dev/sda2 /mnt [18:38] so im a bit lost now haha [18:39] Speed_: then "ls /mnt" and see if you get /root /etc /boot .. === blkadder is now known as blkadder[afk] [18:39] hello guys im on 16.04 and have an intel 5100 wifi card. how can i set it up? it doesnt work out of the box [18:39] saymoo: does this look like something? [18:39] 3.349295] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-19.ucode failed with error -2 [18:40] i see /boot [18:40] and root and etc [18:40] Speed_: ok, type "for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done" [18:41] I have multiple of those errors in my list [18:41] https://gist.github.com/pimjansen/79c77d20a44d02c81f3f307bc21d5c42 [18:41] ok? [18:41] Speed_: done? [18:41] i think [18:42] i have a prompt again [18:42] Speed_: ok, type "sudo chroot /mnt" [18:42] ok [18:42] im not root i think [18:42] now* [18:42] Speed_: mount -a [18:42] kk [18:43] Speed_: grub-install && update-grub [18:43] Dirkos_, i have no clue.. [18:43] ok? [18:44] (all i know, wifi devices in laptops are a hit and miss.. in many cases.) [18:44] Speed_: any errors? [18:44] not that i see [18:44] Speed_: type exit and try rebooting [18:45] https://pastebin.com/xW63r8AZ [18:45] theres the pastebiin of it [18:45] does that look right? [18:46] no [18:47] 2 pointed question, can i [and should i] use XFS for / [18:47] Speed_: type efibootmgr -v | nc termbin.com 9999 [18:47] Speed_: looks like steamos is set to boot first [18:47] schultza: totally up to you [18:48] schultza: as to the 'should i'; yes, afaik, you can [18:49] afaik ? [18:50] schultza: as far as i know [18:50] thank you. [18:51] hello guys im on 16.04 and have an intel 5100 wifi card. how can i set it up? it doesnt work out of the box [18:51] What's the fastest way to send a big file (~5G) from Windows 10 to Ubuntu? [18:52] elisa871: cp [18:53] elisa871, multiple options... using the bash commandline, from windows 10 and copy from there to the ubuntu box (rsync e.g.) (i think it's part of the windows 10 aniversary update, or something) [18:53] use (s)ftp... [18:53] or smb/cifs (with samba on ubuntu) [18:54] or.. if ubuntu is not a server.. thus having a DE/WM.. you can probably browse to a share you make on windows10 [18:54] via network browsing [18:55] just some ideas.. that pop in my mind.. [18:55] saymoo: I have bash on Windows on Ubuntu. What is the complete rsync command? [18:55] is rsync available under windows 10 bash shell? [18:56] Not usually [18:56] rsync is slower than cp, it has to run an md5sum on each file, just so you know [18:56] elisa871: ^ [18:56] should I use scp then? EriC^^ saymoo [18:57] elisa871: if it's the same pc, and your booted in ubuntu, mount the windows partition and cp it, or use rsync if you want to be 100% sure it came across fine [18:57] EriC^^, true.. but it has delta copy.. which can be handy if needing to recopy things.. later on [18:58] btw I correct that, it is 23G :D saymoo EriC^^ [18:58] it is not the same PC, they are on the same network though saymoo EriC^^ [18:58] Dumb iPhone won't let me read chat [18:58] check if scp or rsync is available on windows [18:58] first [18:58] :) [18:59] Speed_: wb, i was saying the output doesn't look so good, steamos seems to be first in the boot order instead of ubuntu [18:59] Speed_: can you run "sudo efibootmgr -v | nc termbin.com 9999" ? [18:59] elisa871: just cp it to a usb stick and do a sneeker transfer. [18:59] What should I do? [18:59] vas_tappendage, lol [18:59] From the live cd? [18:59] dude I don't have a USB stick! [18:59] Speed_: yes [18:59] not at all! [19:00] Ok let me boot it [19:00] that's why I am looking for a terminal-ish solution [19:00] Hey guys, anyone know how I can use the command "Bistoco" posted here: http://askubuntu.com/questions/259726/how-can-i-generate-an-m3u-playlist-from-the-terminal?rq=1 to run through sub folders as well? [19:00] elisa871: does the windows have netcat and cat? you could copy using that (insecurely) and run an md5sum when it's done to verify [19:01] rsync would be nice though especially since it's a huge file [19:01] Btw is there a way I can increase the size of the chat window on my phone? It's really small and hard to read [19:01] elisa871, have you check already [19:01] checked* [19:01] EriC^^: ubuntu bash on Windows has netcat yes [19:02] There's this giant thing above the chat that's taking up must of the screen [19:02] elisa871: on the ubuntu server you can do "nc -l -p > /path/to/file" [19:02] hmm rsync should be availabe under windows [19:02] as i just read [19:03] https://imgur.com/gallery/r3kiI [19:03] elisa871: check this page it has some neat stuff, as well as some options for compressing it before sending https://nakkaya.com/2009/04/15/using-netcat-for-file-transfers/ [19:04] It's really anoying [19:04] ok I get it..so much for sneeker transfer. sftp would work, with a bit of jimmy rigging. [19:05] Speed_: try to double tap on the chat window and use the zoom out [19:06] Speed_: or do that to the upper window [19:09] I can't believe the default password doesn't work on the Ubuntu live cd. Sad. [19:10] notmike: there isn't a default password [19:10] it's empty [19:10] Nope! [19:10] what password [19:10] ? [19:11] notmike: the official ubuntu live CD has no password by default [19:12] i just got on with the live usb [19:12] whats the command again? [19:12] Speed__: sudo efibootmgr -v | nc termbin.com 9999 [19:12] Bye speed [19:12] nacc: https://vimeo.com/211382420 [19:13] EFI variables are not supported on this system [19:13] use netcat [19:13] Speed__: boot the live usb in uefi mode [19:13] how do? [19:14] how do i do that? [19:14] Speed__: earlier you booted it in uefi mode [19:14] do the same you did earlier [19:15] This is how people get started on Arch. [19:15] notmike, ? [19:15] notmike: you pasted a link to a private video [19:16] lol [19:16] Oh, sorry bro. It's the default password [19:16] notmike, arch isn't a perfect answer either. [19:17] * saymoo is confused [19:17] notmike: i have no idea what you're talking about, but i'm assuming your trolling or being rude [19:17] notmike: good luck! [19:17] nacc: https://vimeo.com/211382420 [19:17] video for arch install.. ubuntu default password... *confusing times* [19:17] Password is ubuntu [19:17] Same as ops here said yesterday [19:18] notnope, username is ubuntu, passwd is empty === jackNemrod_ is now known as jackNemrod [19:18] notmike: what? [19:18] notmike: no, there is no password [19:18] you asume everyone was here, back then [19:18] :P [19:18] notmike, , username is ubuntu, passwd is empty [19:18] ok back on USB [19:18] Actually there is a password. [19:18] notmike, on livecd ? not that i know [19:19] even if there was one.. it is not ubuntu [19:19] Speed_: ok, give it another shot, sudo efibootmgr -v | nc termbin.com 9999 [19:19] (it would be random) [19:19] notmike: are you sure you used the correct iso image? [19:19] Well, I was told it is ubuntu:ubuntu [19:19] http://termbin.com/ihom [19:19] notmike: you were told wrong [19:19] nacc yes, downloaded from Ubuntu.com [19:19] Checked md5 [19:20] It was you bro [19:20] Speed_: ok, interesting [19:20] yeah isos have random pwd [19:20] you can still obtain root of course [19:20] i have no idea what anny of that means [19:20] hi. someone in the mood for troubleshooting an odd network problem on ubuntu 16.04? [19:21] Speed_: type "sudo blkid /dev/sd* | nc termbin.com 9999" [19:21] darthanubis: what are you talking about? [19:21] http://termbin.com/1hgt [19:21] notmike: and who was 'you'? [19:21] mcpingvin, describe the issue ... [19:22] "they" [19:22] Heyo guys. I'm a somewhat-new Linux user. my laptop with my Linux install recently died, and I want to migrate to dual booting my Windows PC with Ubuntu. I have a Raid 0 config that the OS is on, and a 1tb drive for all my junk. I'm not sure how to plop Ubuntu on here without destroying something [19:22] notmike, ok... and has they or you a name? [19:22] :P [19:22] I'd like to get back to web devvy stuff and its more fun inside linux haha [19:22] Nah, but they don't want you to have Ubuntu (apparently). [19:23] notmike: i have no idea what you're suing, but it looks to be something other than the desktop iso [19:23] because? [19:23] pavlos: after copying the drive to another hdd with clonezilla, the system doesn't... see other LAN devices. Kodi cannot access windows share, crashplan from the windows machine cannot connect to the ubuntu one, but SSH and internet access work as a charm [19:23] "They" want to end you. [19:23] nacc: even server version has no password needed [19:23] :) [19:23] Speed_: it looks good, did you try rebooting without the usb and see if you dont get a grub> anymore? [19:23] notmike: i just spun up a 16.04.2 iso in a VM and it showed a gui to select try / install and then if i hit try it just puts you on a desktop [19:24] oh ughh [19:24] saymoo: yes, i know, but there is no 'try' ubuntu on the server iso [19:24] Did you watch my video? I clicked install. [19:24] Oh, uhh. the live sesion I'm using right now is 16.04.1 [19:24] nacc, indeed... so i have no idea what !mike is referring too [19:24] i forgot to tell you i dont get the grub menue but i get to the login screen then it stopps working [19:24] Any help would be greatly appreciated :) [19:24] notmike: if you clicked install, it won't take you to a login screen [19:24] after i tryo to login [19:25] notmike: are you trying to use a desktop ISO or server? [19:25] nacc: I have submitted video evidence. Desktop [19:25] Speed_: what happens after you put the password? [19:25] Please nacc help me. [19:26] notmike: this video is private [19:26] notmike: i can't reproduce that problem at all and i've never seen something like it === KindTwo is now known as KindOne [19:26] Anyone? :c [19:26] it would look like its loggin in, i would see my backround the the screen had collerfull static then black screen [19:26] nacc I'm jossin now and arch is right there. [19:26] notmike: i don't know what you're saying [19:26] Help with Raid 0, Windows, and adding Ubuntu to the mix. [19:27] im going to get on my phone [19:27] then reboot [19:27] notmike, if you get a login prompt, it looks like a non install version of ubuntu somehow [19:27] the default, doesn't ask for a login at all [19:27] Hackers! [19:28] Hi! Can I set a .gif file as my wallpaper [19:28] Ubuntu was hacked? [19:28] lol.. nope [19:28] if anyone has any ideas: after copying the drive to another hdd with clonezilla, the system doesn't... see other LAN devices. Kodi cannot access windows share, crashplan from the windows machine cannot connect to the ubuntu one, but SSH and internet access work as a charm [19:28] notmike: what exact ISO image did you use? [19:29] Have my precious seed been compromised? [19:29] hi there some problem with checkbox-gtk here is the info : http://ge.tt/1MmL4Yj2 (pdf) [19:29] nacc: desktop iso. Unfortunately I'm not at my desktop presently to give exact filename [19:30] never seen a login, on an install image [19:30] nor heard of it [19:30] Ok got to the grub menue [19:30] also some problem with maximizing windows (not sure if it is related) [19:30] Speed__: what driver did you install before? [19:30] anyway.. i'm off... late enough.. :) see you all later.... [19:31] notmike: does it do the same when you try "try ubuntu without installing" ? [19:31] Nvidia binary propriatary [19:31] mcpingvin, are you running samba? are both systems on same workgroup? [19:31] Anyone able to assist with juggling a Raid 0, Windows, and adding Ubuntu to the mix? [19:31] Speed__: ok, when you get the login screen press ctrl+alt+f1 [19:31] Speed__: then login and type "sudo apt-get purge nvidia*" [19:31] Still purple screen [19:32] I'm sitting in live cd so I can do whatever neccessary right now. [19:32] pavlos: no samba and nothing changed in the configuration except for the hdd change [19:32] It's taking a verry long time to ge to the login screen [19:33] Speed__: try pressing esc [19:33] basically windows maximize weirdly, vertically too little (they do not reach the bottom), horizontally too much (they go off screen) [19:33] Nothing [19:33] mcpingvin, your ubuntu is running well, has a good ip and ssh works. Can you ing the win machine? [19:33] ping [19:34] mcpingvin, is there a firewall running? are you blocking ports to access win share? [19:34] Should I try recovery mode? [19:34] pavlos: ping is working [19:35] there shouldn't be anything blocking entry to the windows pc, but the crashplan app from the windows also cannot connect to the Ubuntu machine [19:35] while ssh works [19:35] Speed__: yeah [19:35] I'm in the recovery mode menue [19:36] Speed__: press on "start networking" then go to drop to root shell [19:36] Enable networking? [19:36] yeah [19:37] Ughh [19:37] My entire screen has text flashing on it [19:37] mcpingvin, ubuntu/win on the same subnet? [19:37] hello [19:37] mcpingvin, I'm not familiar with crashplan [19:38] Speed__: if it hangs try ctrl+alt+del [19:39] That rebooted it [19:39] https://imgur.com/a/hXKbs [19:39] Speed__: ok give it another go, this time drop to root shell without the networking [19:39] What it's looked like when it was flashing [19:40] Ok I have a. Root prompt [19:40] Speed__: ok, type "mount -o remount,rw /" [19:40] pavlos: it's a backup program, but it shows me that it's not just ubuntu-> pc connectivity out of order, but pc-> ubuntu as well [19:41] Ok [19:41] Speed__: try "apt-get purge nvidia*" [19:41] i was thinking of just removing checkbox-gtk but i am afraid this will cause problems [19:43] i tried apt-get install -f but it did not solve it [19:43] mcpingvin, if they belong to same subnet you should be able to ping pc-> ub and vv. Then the issue seems to be some firewall on the pc blocking communication [19:44] Y? [19:44] EriC^^: I will try this when I return home to my village this evening. [19:44] It says it will free up .... [19:44] maybe that package has bugs? i have no idea how to proceed... [19:45] Speed__: yes [19:45] I have no idea what's going on I'm back at the recovery menue and it not responsive [19:45] Kavulu, if you are on precise remember that it's going eof [19:45] It didn't let me type y [19:45] eof? [19:45] he meant eol [19:45] Kavulu, end of life [19:45] Speed__: try ctrl+c [19:45] it's 14.04 LTS [19:46] !info checkbox-gtk trusty [19:46] Package checkbox-gtk does not exist in trusty [19:46] !info checkbox-gtk precise [19:46] checkbox-gtk (source: checkbox): GTK interface for checkbox. In component main, is optional. Version 0.13.10 (precise), package size 19 kB, installed size 149 kB [19:46] Kavulu, are you sure ? [19:46] Ok I just typed y and then enter [19:47] i cannot check it now (i am on another computer) but i am pretty sure it's 14.04 LTS [19:47] It looks like it's working as if the prompt was still there but re background is now orange [19:47] does anyone know the nmcli to connect to specific access point? [19:47] lubuntu [19:47] Kavulu, so you should not use a package from another version [19:47] I'm back at the prompt with a orange backround [19:48] or ubuntu with lxde [19:48] Speed__: ok, try "dpkg -l | grep nvidia" [19:48] so what should i do? [19:48] Speed__: do any packages get listed? [19:48] Kavulu, there is no checkbox-gtk on 14.04 [19:49] can i just remove it? [19:49] hi can anyone help me my iphone is nmot getting detevted in ubuntu [19:49] pavlos: i just added an allow inbound and outbound rule for the ubuntu machne ip in the windows firewall, will see if it works now, but it did work before for some reason [19:49] No [19:49] Kavulu, we don't know exactly what are you running now [19:49] it's a computer where i am afraid some "experiments" were made [19:49] Speed__: ok try rebooting and see what happens [19:49] can i just remove checkbox-gtk ? [19:49] Kavulu, so , reinstall [19:50] hi can anyone help me my iphone is not getting detected in ubuntu [19:50] yes i was also thinking of reinstalling but thought maybe you could see an easy-quick solution [19:50] Kavulu, we need infos; uname -r; cat /etc/issue/; cat /etc/apt/sources.list [19:51] hi can anyone help me my iphone is not getting detected in ubuntu [19:51] is this not enough? http://ge.tt/1MmL4Yj2 [19:52] Ok I see my curser [19:52] And now my backround/ login scren [19:52] Kavulu, why are you posting this ? [19:52] hi can anyone help me my iphone is not getting detected in ubuntu [19:53] that is the error [19:53] from synaptic [19:53] Speed__: any luck? === theShirb- is now known as theShirbiny [19:53] Try logging in? [19:53] Speed__: yeah [19:53] what's up? [19:53] can i just remove that package for good (and forget about it)? [19:54] Kavulu, yes, if you purge/remove the source [19:54] HOLY CRAP IT LOGGED IN but only one of my monitors are working [19:54] i mean is it an important package or who cares? [19:54] Speed__: nice [19:54] Kavulu, who cares [19:55] everything will work just as fine, so? [19:56] what about the maximizing windows problem? does that have something to do with checkbox? [19:57] or what is it? (i dont know if it's a setting or what?) [19:57] Kavulu, dpkg -l | grep checkbox-gtk [19:57] ok im on my pc here [19:58] ok i will do that (cannot do it now) [19:59] Speed_: cool [19:59] where are the settings for window-maximization ? [19:59] i think they are messed up or something [20:01] if i do it manually it works, but if i press maximize it does not [20:03] vertically they maximize too little (they do not reach the bottom), horizontally too much (they go off screen) [20:05] hello guys im on 16.04 and have an intel 5100 wifi card. how can i set it up? it doesnt work out of the box [20:06] !wifi | InvisibleRasta [20:06] InvisibleRasta: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [20:07] ioria: thank you (i thought of saying it at the end) [20:08] can i ask gnome-related questions here? [20:08] so anybody knows where the settings for window-maximization are? i thought this was an easy one i was not seeing just because i am a beginner [20:09] is there a way to reset them to default or something like that? [20:10] nanodrone: yeah [20:11] my mouse cursor is doing this weird thing, on some apps it's the theme i selected, on others it's the default gnome/adwaita theme...? [20:11] could it be a problem with lxdm? [20:12] this only happens in ubuntu gnome desktop, not on unity. [20:12] i dont know how to intervene, i am afraid to make things worse [20:12] ilu [20:13] nanodrone: FYI, there is a ubuntu-gnome channel that may be able to help [20:13] nanodrone: was that message for me? [20:13] Kavulu, no i dont think so.. [20:14] sorry [20:14] quartarian, thanks didn't know that existed. [20:15] nanodrone: do you by chance now where the settings for window-maximization are? [20:15] Kavulu, nope sorry. [20:16] ok thanks [20:19] Hi. I'm a little confused. I'm trying to install the latest version of mnemosyne (it will not sync across devices unless they all use the same version). I thought I got all the dependencies (newest version is compile only). But when I install & run, I get a 'cannot import qtwebenginewidgets' error..right? So I google, and it says pyqt5 in 16.04 etc dont have it. it's deprecated or not supported [20:20] is it a problem with the desktop environment or with the display manager? or is it something else? [20:20] & the solution is to compile pyqt5 yourself. (I installed via pip3). So there I was removing my pip3 installation, and it in fact lists qtwebenginewidgets.py [20:21] So... what is going on? Why do I have it listed when I remove it, but otherwise mnemosyne doesnt see it? [20:23] is it ok to remove the display manager and reinstall it? or is everything going to explode? [20:23] Kavulu: it's totally fine, no worries [20:23] Kavulu: Reinstalling stuff will not solve configuration issues. === ilbelkyr_ is now known as ilbelkyr [20:24] so that means my issue is a configuration issue? how to solve it then? [20:25] wilh25, i have to do it from terminal? [20:26] Kavulu: Did you try login in with a new user yet? [20:26] wilh25: 'pip3 installation' of what? [20:27] i think i did it, but not 100% sure; why you think the other user might not have the problem? [20:27] i didn't think about that... [20:27] Kavulu: I mean if you're not planning on using another display manager in the meantime, yeah thats your only option [20:28] nacc: of pyqt5 [20:28] Kavulu: Doing so will show you wether it is a configuration issue for your user. [20:28] wilh25: ok thanks [20:29] Mnemosyne throws an error everytime I try to run it, saying qtwebenginewidgets cant be imported. I assumed I didnt have it, so I googled [20:29] bekks: as i cannot do it now (not this computer), can you please tell me what i should do in both scenarios? [20:29] Kavulu: create a new user, log out, login as new user, test your window behaviour. [20:30] It looked like I would need to compile pyqt5 myself, so I was going through it, to clean up first. But it lists qtwebenginewidgets as a library that I have [20:30] wilh25: pip3 is outside the ubuntu world effectively [20:30] hey can anyone help me set up some stuff? just downloaded ubuntu :) [20:30] So I dont understand why mnemosyne does not see this and is unable to import it [20:30] wilh25: you probably should be asking in a python channel and/or mnemosyne channel [20:31] bekks: so if the other user has the problem what should i do? and if the other user does not have the problem what should i do? [20:31] wilh25: we can only support ubuntu packages really [20:32] ashdxb: Very general. what is the real question ? [20:32] nacc: I understand, but you see: "/usr/share/sip/PyQt5/QtWebEngineWidgets" [20:33] It's also in the Ubuntu package [20:33] Kavulu: In both cases you'd need to investigate the logs. [20:33] ubuntu doesnt recognise headphone jack and battery turnes red when 30 % left [20:34] So on point & related to ubuntu, why does everything I google say newer versions of ubuntu do not come with this? Like everything I read says to get this imported, you need to compile yourself [20:34] It's listed in the .deb [20:34] ashdxb, seen this? http://www.tldp.org/HOWTO/Sound-HOWTO/ [20:34] wilh25: that appears to be a directory containing .sip files [20:35] wilh25: python-pyqt5.qtwebengine is probably what you wanted [20:35] bekks, i am not sure i know how to do that (investigate the logs) [20:35] ashdxb, This has worked for me in the past: http://www.troubleshooters.com/linux/sound/sound_troubleshooting.htm [20:35] wilh25: i don't know exactly what you're looking for [20:35] somebody know of a good light simple display manager that is known for never causing problems? [20:36] Kavulu: what is wrong with lightdm? [20:36] bekks, i will try, thanks [20:36] Yonder:thanks. checking it out [20:37] Younder* [20:37] k1l_, i think it's lxdm (for lxde); you suggest lightdm? [20:37] Hello. After installing updates of Ubuntu 16.04 searching servers and connecting to the servers are too slow. The sites load too much time [20:37] please help [20:38] Kavulu: lightdm is the standard on ubuntu and most flavors. (kubuntu uses ssdm and gnome gdm) [20:38] I believe, it's not because my data sends to Canonical's servers [20:38] lol === blkadder[afk] is now known as blkadder [20:38] cesdo: that's not true [20:39] cesdo: 'searching servers' -- what do you mean? [20:40] k1l_, can you give me the name of another good one (other than lightdm and lxdm)? [20:40] Kavulu: i dont use another dm than lightdm [20:41] * nacc has never had issues with the dm in a stable release [20:41] Kavulu: what exactly is your issue? did you install/add something that led to the problem? [20:41] nacc: when you load, for example, yahoo.com -- what information firefox will tell you first? "Search yahoo.com" [20:42] nacc: later "connecting to yahoo.com" [20:42] cesdo: if you load yahoo.com, it loads yahoo.com [20:42] cesdo: do you mean 'type' yahoo.com? [20:42] cesdo: what is your exact issue? you made it look like canonical is stealing data from you. which is not true. [20:43] nacc, i was not the only one doing things with that computer, so i am not really sure what was done; but everything would be fine if i could solve these few problems (everything else seems to be ok) [20:43] nacc, do you want me to repost the messages i posted before? [20:44] k1l_: After installing updates sites began to load very slow [20:45] Kavulu: can you summarize the issue(s)? [20:45] k1l_: too much time go to "search site.com" and "connecring to site.com" [20:45] cesdo: you mean in your firefox? [20:46] *connecting [20:46] nacc, i have a problem with checkbox-gtk which seems to be the biggest issue as it breaks updates; then this "stupid" problem with windows that dont maximize properly; that's about it [20:46] have a small ecryptfs problem. set up system, used a few sudo's, forgot the new passowrd :D since sudo was still active I could save the log in. ecryptfs is still mounted, but rewrap passphrase asks for old password. any way to read out the passphrase of the mounted ecryptfs? [20:46] ? [20:46] not only firefox [20:49] Kavulu: what version of ubuntu? [20:50] nacc, 14.04 LTS (with lxde) [20:50] Kavulu: there is no checkbox-gtk in 14.04 [20:50] cesdo - what version of ubuntu are you running, and which update(s) did you apply before this problem started? === zz_MasterScript is now known as MasterScript [20:51] k1l_: what does chrome do half time of the loading of the page? "Definition of host ..." [20:52] no? well then lets move things around :( [20:52] nacc, yes i know they told me alreayd, i guess somebody must have put it manually (i was not the only one to use that computer, in fact i did not use it for a long time) [20:53] !patience | RalphBa - Don't worry...sometimes it takes a good while to get the proper help :) [20:53] RalphBa - Don't worry...sometimes it takes a good while to get the proper help :): 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/ [20:53] anyone have suggestions for an application to edit a music video? === tao is now known as Guest84554 [20:54] nacc: my issue... Before the installing updates I had high internet spped. Now at least 5 sec go to "Definition of host ..." [20:54] Kavulu: right, but taht is wrong to have done and nothing we can fix [20:54] cesdo: ok, so name resolution is taking a long time? have you rebooted, if it was recommended, since you did the updates? [20:55] hi [20:55] nacc: wtf =-O [20:56] nacc: It's not Windows at all [20:56] yes [20:57] nacc, before i was told i can just remove checkbox and forget about it (it's not an important package) [20:58] cesdo: for instance, if an update was made to systemd (which is in charge of name reoslution depending on the release), you might need to restart; or if the update was to switch to a new kernel [20:58] cesdo: i asked a question, you chose not to answer. [20:58] nacc: yes [20:58] Kavulu2: ok, so then there's not a problem with it? [20:59] nacc: of course, my computer was rebooted many times after it) [21:00] nacc, hopefully when i will go apply what i was told here i will manage to solve it all [21:00] cesdo: if you run `dig` or `nslookup` on your machine, with say 'www.yahoo.com', do you also see it taking a long itme? [21:00] nacc: 2 min [21:00] nacc, i told you because you asked me, thought maybe you had some other idea [21:00] nacc, thanks anyways [21:01] Kavulu2: i don't understand how the issues you've described have anything to do with the DM, and you have yet to say there was an issue with the DM itself [21:02] nacc, i thought the window-maximization problem could depend on the display manager, is this wrong? [21:03] Kavulu2: lightdm, gdm, etc. are what provide login prompts and manage sessions [21:03] nacc, basically windows maximize weirdly, vertically too little (they do not reach the bottom), horizontally too much (they go off screen) [21:03] Kavulu2: i think you mean the window manager [21:03] nacc: no, I got respond quickly [21:03] nacc, sorry i am a beginner [21:04] nacc, is there a command to reset the window manager to default values? [21:04] Kavulu2: display manager is the login screen. window manager is the thing that makes the desktop. [21:05] your right [21:05] Kavulu2: well, if someone has edited the root configuration files, it's not going to be trivial and it sounds like you dont know what was done to the system [21:06] nacc, so what do you suggest? (other than reinstalling) [21:06] Kavulu2: when you created a new user as k1l_ suggested, did they have the same problem? [21:07] nacc, i need to go and try that (it's not this computer) [21:07] Kavulu2: you can test with the guest account. this is always a clean setup with clean user settings [21:08] k1l_, ok i will do that, thanks [21:09] that computer has another user already and i am pretty sure i logged in the other user as well (without noticing any difference) [21:09] i will do it again though, and try guest as well [21:10] hi [21:10] Hey folks -- having a hard time adding a second IP address to an ubuntu server running 16.04 [21:10] i am you [21:11] k1l_, what is the command from terminal to reset the window manager to default values? [21:11] This is a permanent addition, so edited the etc/network/interface file to include a new interface lets say eth:1, with the ip address, sub, and gatewayy, but it refuses to ifup [21:11] Kavulu2: depends on the desktop in use? i would first try the guest account [21:11] It has a different gateway to the primary ip, is that an issue? [21:11] AltDelete: do you actually have two network interfaces? [21:12] AltDelete: also 'eth:1' seems like an invalid name to use [21:12] no just one, but whenn you use :0 :1 etc isnt that just a virtual interface? [21:12] k1l_, can you give me an example (even if it does not apply to my case)? [21:12] Kavulu2: no i cant [21:13] Kavulu2: becuase i dont want to waste time giving you 20 command that dont work because you use another desktop. [21:13] AltDelete: right those are aliases, but it'd be eth0:0 not eth:0 [21:13] k1l_, sorry i thought it was just a few words [21:14] k1l_, i mean a short command [21:14] enp2s0f0 (primary) and enp2s0f0:1 to be exact nacc [21:14] Kavulu2: ubuntu got more then 10 desktops in the repos. most use different commands to reset. ther is no magic "reset" command that works for every desktop. so if you dont want to give details i cant help [21:14] AltDelete: ok, pastebin /etc/network/interfaces and the output from your attempt to bring it up === cigumo_ is now known as cigumo [21:15] k1l_, what command will give the details that you need? [21:15] https://www.irccloud.com/pastebin/eulmXN6e/ [21:15] https://www.irccloud.com/pastebin/5BqoY6RY/ [21:16] AltDelete: that doesn't make sense, you can only have one gateway (default route) [21:16] It was an assigned IP from the datacenter [21:17] Kavulu2: what desktop do you want to reset the settings? [21:17] Hey. I have an issue and was wondering if anyone might help me resolve it? I am attempting to setup xtreme download 2016. When I try to install the extension for firefox it blocks it and doens't give me the option to allow it. I have added it to exceptions, but that didn't reslove the issue. I read that if I simpy draged the file to firefox it would download it. I tried that and it blocks the file stating it is unverfied and again doe [21:17] anyone have any insights on that? [21:17] Kavulu2: and what ubuntu is that at all? i see you talking about checkbox-gtk but that is not included since 12.04 anymore. [21:17] Could that be the issue then? If I go back to them and have them cut me a new one with the same gateway [21:18] Adam___: sounds like malware to me [21:18] k1l_, that is ubuntu 14.04 with lxde [21:18] I doubt that. [21:18] https://sourceforge.net/p/xdman/discussion/xdmhelp/thread/1db0633f/ [21:18] k1l_, what is the window manager for lxde? [21:18] Kavulu2: what is the output to "lsb_release -sd"? [21:19] k1l_, i am not on that computer now, but i will do it later [21:20] AltDelete: https://wiki.debian.org/NetworkConfiguration#Multiple_IP_addresses_on_one_Interface [21:20] supposedly it is a download manager that integrates with browsers and improves the speed of the download. I thought, why not give it a try, but the install has proved a vit annoying. [21:20] Adam___: yep still sounds like malware [21:20] hi [21:20] Kavulu2: your informations dont make sense. because the package you said is gone since 12.04. so i doubt its a 14.04 [21:21] hi [21:21] to [21:21] Well thanks, Ben64. However that doesn't answer my question. [21:22] k1l_, check this out maybe it is of help (it's all i have now): http://ge.tt/1MmL4Yj2 (pdf) [21:22] the answer is don't use it, find something else [21:22] k1l_, i thought (wrongly) that it would be enough [21:23] m [21:23] thanks nacc [21:23] Kavulu2: best is to come back when you are at that system. [21:23] Little afraid to play with this on a remote server :S [21:23] AltDelete: yw [21:24] sigh... [21:25] k1l_, ok i will do so (if i dont manage to solve it) [21:25] http://download.cnet.com/Xtreme-Download-Manager/3000-2071_4-75862704.html [21:25] pretty sure it's legit [21:25] opop [21:25] Adam___: cnet packages malware on their downloads [21:26] k1l_, is that pdf not helpful at all? that surprises me because it's the output of the problem... [21:26] theres no malware dude. [21:26] Kavulu2: the link doesnt work [21:26] Adam___: it sure looks like there is [21:26] prove it then. [21:26] i scanned the files with clam and found noting on my system. [21:27] Adam___: why not just use something that works and isn't sketchy [21:27] lolclam [21:27] theres tons of options, why keep trying the one that doesn't work [21:27] k1l_, http://ge.tt/1MmL4Yj2 [21:27] why not be useful and point some alternative [21:27] you never asked [21:27] Adam___, Sorry man, but this is an Ubuntu support only channel. While Ben64 is right, and your program is almost certainly malware, here is not the place to debate it or receive support for it. [21:27] ping(tao) [21:27] Hai. Don't suppose anyone is running Ubuntu from a macbook 12inch? [21:27] k1l_, it works, i just tried it [21:28] Kavulu2: not here. just a empty box [21:28] everina, just come on out and ask your actual question - if someone knows the answer, they'll try to help you :) [21:28] aria2 is probably the best downloader i've used [21:28] slidinghorn I am on ubuntu and you have to install this thing through the terminal and optinally the file system. The least you could do would be to point out a better download manager for ubuntu then beat me over the head over rules [21:29] taoufiq_: tao__ there is #test [21:29] SlidingHorn that is my question [21:29] tao [21:29] Adam___, No one's beating you over the head. This just isn't the place for unsupported software recommendations [21:30] okay aria2 ben? [21:30] it says here on github that it operates out of the command line [21:30] k1l_, https://www.expirebox.com/download/c8c43890e889237fbc4508354e0f0f1f.html [21:30] Adam___: use the software center or apt to get software [21:30] does that only affect sudo apt-get request? [21:31] k1l_, it's called err.pdf [21:32] arai2 does not appear to be on the software center, but thanks i'll try it out. [21:32] it is [21:32] I just searched it [21:33] Adam___, sure it is .. typo perhaps? http://www.yourownlinux.com/2014/01/how-to-install-and-use-aria2-download-manager-in-linux.html [21:33] !info aria2 xenial [21:33] aria2 (source: aria2): High speed download utility. In component universe, is optional. Version 1.19.0-1build1 (xenial), package size 1202 kB, installed size 4386 kB [21:34] perhaps I am about to command line it anywho [21:36] Okay and so I don't have to integrate this with browsers? Or do anything else? I just installed it. [21:37] Kavulu2: dont use synaptic for that. use apt-get on the terminal to sort the packages [21:37] pretty much do aria2c === zz_MasterScript is now known as MasterScript [21:38] synaptic? That's the packege manager right? I terminaled it. Damn this needs autocorrect. I'm awful. Sorry. [21:38] Kavulu2, it gives the same problem [21:38] My question is after installing it what shoudl I do then for aria2? [21:38] Kavulu2: run "sudo apt-get purge checkbox-gtk" there [21:38] Adam___: aria2c [21:38] k1l_, it gives the same problem === owner_ is now known as implite [21:39] k1l_, ok i will do what you say as soon as i am back on it [21:40] hi. i installed avogadro (molecule viewer) in Ubuntu 16.10. But screen is empty. [21:40] k1l_, and then just forget about it you mean? or reinstall it? [21:40] Kavulu2: that pacakge is not needed anymore [21:40] k1l_, did you understand the stuff on that pdf? i have no clue... [21:41] k1l_, what does it mean? [21:41] Holly crap. Theres so many options. What should I enable for just basic use? [21:41] Kavulu2: the most errors are because you run synaptic from terminal. use apt-get to get only the package errors [21:42] Kavulu2: and this is not a big thing. if you were on that pc it can be solved in 2 minutes. [21:42] Kavulu2: but with all that "i do it later" its just making it more complicated [21:45] k1l_, it's not in the physical address where i am now, but you are right, i understand it would have been easier [21:46] k1l_, last question: what do you type in the terminal to know what window manager you have? [21:46] that is not that easy [21:46] k1l_, uname something? [21:46] that is for the kernel [21:47] Kavulu2: http://askubuntu.com/questions/125062/how-can-i-find-which-desktop-enviroment-i-am-using look at the answers how difficult that is [21:48] linux needs to be easier if we want to win [21:48] !ot | Kavulu2 [21:48] Kavulu2: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [21:49] Kavulu2: well, your questions are not really issues in the end. if you sit in front of that machine, that is all solved in 2 minutes === tao is now known as Guest94127 [21:52] hey guys, do you have any underrated pc case recommendations? [21:52] thank you for bearing with me, i apologize for being a beginner [21:52] !ot | doge-doge [21:52] doge-doge: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [21:52] doge-doge: maybe the hardare channel or so [21:52] *a hardware channel [21:53] Kavulu2: there is nothing wrong in beeing a beginner. this channel is for asking. :) [21:54] k1l_, thank you, bye bye [22:13] #radeon@freenode [22:27] Could anyone assist me with getting Ubuntu and Windows 10 dual booted on a raid0 array? [22:29] I was here earlier but there were already a few support questions happening at the time. [22:29] Hi, I'm trying to get Ubuntu to install on a 64bit UEFI system running windows 10 out of the box [22:30] I put it on a USB like the wiki said, MBR for BIOS and UEFI, set USB HDD as top priority in my boot order, but when I restarted, it went straight to windows [22:30] Redrield: you'll probably need to hit an fkey to get to your device boot selection, or make your usb boot before your disk in bios :) [22:31] That's what I did ^ [22:31] Oh, sorry. What tool did you use for putting it on the usb? [22:31] The boot priority is USB HDD, windows boot manager, [22:31] Rufus [22:31] I've had problems with some some usbs simply not being bootable before [22:32] I don't really have another way to try it [22:33] Redrield: the mainboard should have a "one time boot menu" where you can chose the device to boot. [22:33] Redrield: like f10 or f12 or such [22:33] Hm.. I'm no guru, sorry. I;m actually here for an install question myself. I remeber on my Win 10 laptop I had to swap from UEFI to Legacy boot to make the USB work [22:34] Boulevard, That broke my windows install last time [22:34] They both need to be installed with UEFI [22:34] Otherwise one or the other won't work [22:34] Redrield: ubuntu works with uefi [22:34] ive never installed with uefi yet [22:35] I'm trying to get Ubuntu and a raid0 to work. [22:35] Is it worth putting the drive through rufus again, but instead of using MBR, using GPT? [22:36] I do know Rufus hasn't worked for me in some cases. I think I used to use YUMI or something on my laptop [22:36] talking about that ubuntu in windows? [22:37] wbui [22:37] er.. wubi [22:37] no, not wubi. [22:37] wubi is dead, let it go :) [22:37] lol [22:37] didnt know that [22:37] has something replaced it? [22:38] yes, proper install it :) [22:38] I've been searching for 4 hours onthis Raid0 setup thing and no dice.. does anyone here currently have advice? [22:38] guys i have a problem with my headphone jack. i ran aplay -l and it showed only 2 audio output devices which are the internal speaker and the HDMI port. settings doesnt show the headphone jack either. does anyone know what can i do? [22:38] Boulevard: i am not sure you can install both OS on a raid without a hardware controler [22:39] So, what should I try? [22:39] I have another internal disk that has room for it if the bootloader would work somewhere? [22:39] I don't have much experience with advanced setups haha [22:39] Redrield: did you try the one time boot menu yet? [22:39] I'll try that [22:39] Thanks [22:40] anyone? [22:41] I've got 300gb on my media drive to play with. I'd be fine putting it there as long as it doesn't kill windows. (JUST set the system up again so its no too big of a problem if it does) [22:48] Boulevard: Raid, consider that the desktop does not have the raid tools. might think about installing a server for ubuntu and add what you want ? [22:49] Sorry? [22:50] I'm needing this mostly for web development stuff that is either clunky in windows or unavailable period. [22:51] It doesn't seem to be common for people to use raid with desktop env linux, according to what research i've done [22:51] Boulevard: I know nothing of Windows , and raid install only from some time in the past . But I do know that there is no raid support in a desk top install . Raidding must be installed separately on the desktop . [22:52] Hello, I'm getting the following error Not authorized to perform operation . when I connect a usb drive to mount, what can be the problem? [22:52] installed seperately? [22:53] I'm just a semi newbie nix user. I haven't cut my teeth on nix like most people here may have. [22:53] !info mdadm xenial | Boulevard [22:53] Boulevard: mdadm (source: mdadm): tool to administer Linux MD arrays (software RAID). In component main, is optional. Version 3.3-2ubuntu7.2 (xenial), package size 408 kB, installed size 1290 kB [22:54] !raid | Boulevard [22:54] Boulevard: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [22:54] interesting topic there with raid in linux. I have been wondering about this also [22:55] I had hoped this would be a rather simple process and not involve cooking Linux in my kitchen sink [22:56] ahhh but the cooking part is the fun part!@? [22:56] I'll wind up sticking to persistent USB apparently, lol. Thanks for the attention though, Bashing-om :/ [22:57] Boulevard: If it were easy, everyone would do it :) - and now-a-days- there may exist better alternatives than raid arrays for system management . [22:57] Aye.. [22:57] My system/disks are a bit old though. I need raid for the performance gain mostly. [22:58] are you using ssd? [22:58] Boulevard: Watched you struggle with this for some time . Had to offer my bit to push you along . But I am not the one with the proper experience to assist you here . [22:59] Nah, Implite. Just a couple old hard disks. [22:59] I appreciate the input, Bashing. I'm frankly not experienced enough to understand much of the process that may be involved [22:59] Like I said, I have two other drives available but I don't know how/where to stick the bootloader at [23:00] hi [23:00] hi [23:00] anyone here uses playonlinux? [23:00] Boulevard: raid is not that tough to set up and manage - but it is different and does take some home work and study to get what you want . [23:00] i do rafael [23:01] do u know if have problems with video cards radeon and AMD? [23:01] hi [23:01] There's a channel for "PlayOnLinux" => #playonlinux [23:01] :) [23:01] Boulevard: That old guide explains about what to do with the boot loader . the raid level matters ! [23:02] i dont have any problems with anything amd on linux [23:02] I don't mind dropping raid. I suppose I do have plenty of disk space to go around, but two of these 500's in 0 array are probably better than just standard setup HDD. I need to just upgrade but.. I have other things to grab first :P [23:02] YankDownUnder: thx man [23:03] My cpu is an i7 860, lel. Puttering along these days with many things. [23:03] rafael__: All good, bro... [23:03] But rafael i think all amd stuff is working great in linux [23:03] just so you know [23:04] there might be something else wrong that you might be doing [23:04] hope that helps [23:05] Any software for hosting an upload site like dropbox? [23:06] implite: i tried degubing the game and seen many troubles, i always put the erro on google but i dont find any that can really help me [23:06] pokalyis: Dropbox works for linux...as does Google Drive...not sure about any "OneDrive" stuff (hate Microsoft) === zz_MasterScript is now known as MasterScript [23:08] what game are you trying to play rafael? I have made many games work with using different wine bottles. [23:08] YankDownUnder I ment for self-hosting :) [23:08] Boulevard: If ya get no joy here .. ya might ask in #ubuntu-server. [23:09] pokalyis: AH...right oh...used to do that - along with running a telnet BBS...back before "security" was such a nightmare...that being said, you can always setup an internal ftp site - if you want to get down and dirty... [23:09] A friend of mine needs to send me 30Gb of photos [23:09] Thought the easiest way to host something lcal [23:09] Thanks, Bashing-om [23:10] setup a nfs share, or install owncloud on a box, many ways to do this online/offline [23:11] pokalyis: Last time I did something similar to that, I setup a local ftp server, opened up a port on the router, used the external IP of the router - once the "archives" were uploaded, shutdown the ftp server and cleaned up the residual stuff. [23:13] YankDownUnder: the game is tree of savior [23:14] rafael__: In all honesty - I don't play games. On any platform. If it's outside of HL2, BioShock or RTCW, I don't even bother thinking about it. [23:15] YankDownUnder: np, thx for help, im trying at #playonlinux === rafael__ is now known as Katon [23:17] yeah go there so they can tell you the same thing about wine bottles lol [23:18] rafael__, #winehq gives https://appdb.winehq.org/objectManager.php?sClass=version&iId=33550 [23:19] OerHeks: thx [23:19] i will take a look [23:27] hi [23:29] hi [23:30] Just install hexchat via apt-get but before that i was trying using the appz store of ubuntu but for some reason its not dowloading it there now there is icon left side waiting to be installd [23:31] im trying to close it via kill command but dont know what pid im using taskmanager and dont know what to look for [23:32] unless i just reboot [23:33] AntiSpamMeta: Maybe [23:34] Goone. [23:34] __hello [23:37] Back from freezing up - where was I ? [23:37] Freezing. :P [23:40] Yup, was in the midst of advising how to find the PID of hexchat ... Now I lost the poster's nick ! sheessshhh.. some people's children :) [23:40] Bashing-om: perhaps Ancer ? [23:41] Bashing-om: 'twas Ancer, who left, and you failtabbed Antispambot :) [23:41] nacc: Yepper that was it ,,, tks . === liufei is now known as littebird