=== zzz is now known as skdjfghs [00:11] hi === ubuntu is now known as Guest77741 [00:12] hello world [00:12] new here need help and assistance with stiing up free vpn for ubunut mate on raspberry pi arm [00:20] jim lol === zzz_ is now known as zzz === zzz_ is now known as kowabunga [01:18] whats the best way to resize a lvm without data loss? I have a hdd I want to image to a vm and the system is only using 3gb of the 186gb lvm, and then the 511mb boot partition [01:20] is there a way I can remove perl from ubuntu ant its @INC in the home user folder? [01:20] Then do a reinstall? [01:21] pinPoint, do you need to remove the @inc only or the whole package? [01:21] i.e. reconfigure or reinstall? [01:22] I'm really not sure. I went from 14.04 to 16.04 and something is broken during a script run [01:22] Unable to resolve external IP (501 Protocol scheme 'http' is not supported) at ./update.pl line 33. [01:22] taken perl would will be... complex [01:23] Here is the .pl line: https://github.com/chandwki/DigitalOcean-DDNS/blob/master/update.pl [01:23] pinPoint, sudo apt purge perl then navigate to your /home, enable hidden folder view, look in your .config and kill the perl configurations [01:23] kill? [01:23] delete, [01:24] cfhowlett: this .config folder is actually named what? [01:24] .config/perl ... [01:24] I suppose [01:26] agan, removing perl will probably remove a nice chunk of the install. Not a good idea. [01:26] man, how do I fix this mess. :/ [01:26] pinPoint, ^^^ [01:27] if I understand the error, it points to an external IP setting ... Digital Ocean if I read this right [01:27] so take it up with DO [01:30] but, more simply, where is the use HTTP::request (or whatever is the name f the package)? [01:31] hggdh: line 33 or just before it in that link above ^^^ [01:31] pinPoint: still do not see the "use HTTP::request;" [01:32] my $req = HTTP::Request->new(GET => "http://ipinfo.io/ip"); [01:32] pinPoint: on line 26 you *used* a method from a class. Where is the class package *declared* to Perl? [01:33] (which would be a "use ..." statement, like you see at the beginning of the script) [01:34] not sure hggdh, I'm using a suggested script from DO. It work in 14.04 before 16.04 [01:36] pinPoint: well, the script is missing declaring this class/package [01:38] hggdh: I'm not sure, not a perl guru. [01:39] there is a #perl channel. perhaps they would know more? [01:45] is there any way to create an image of a drive without the empty space? reason why is I have a 200gb hdd that is only using about 4gb of space that I want to create an image of to make it a vm === xqb` is now known as xqb [01:52] this has never happened to me, my laptop just shut down on its own, how can I know what happened? it was fully charged [01:55] xqb: check /var/log/kern.log [01:56] EriC^^: I can't really tell myself, here's the log if you wanna look http://termbin.com/sfx2 [01:58] xqb: nothing there [01:58] xqb: it just crashed recently? [01:58] EriC^^: yeah like 10 mins ago at most [01:59] xqb: anything in ~/.xsession-errors ? [01:59] I was literally chatting here on IRC and it just went off [01:59] I thought my TV switched off [01:59] http://termbin.com/87dv [02:01] xqb: nothing stands out for me [02:02] EriC^^: :/ [02:02] I just hope it won't happen again [02:02] otherwise I'd ditch both acer and ubuntu [02:02] because I don't know whom to blame [02:02] xqb: anything in /var/crash maybe? [02:03] which ubuntu version are you using? [02:03] ls -la /var/crash drwxrwsrwt 2 root whoopsie 4096 [02:03] whoopsie? [02:04] I'm on XUbuntu 17.10 [02:04] I don't have anything 'whoopsie' on my computer [02:04] I feel like I have an intruder [02:04] nah it's normal [02:04] sheesh [02:05] I've been using ubuntu for more than a year [02:05] never had a similar issue [02:05] hell... [02:05] thanks for the help though. [02:05] no problem [02:06] everything crashes [02:06] you think so? [02:06] well at least I'd appreciate to know what went wrong [02:06] I mean... [02:07] if it's going to switch my computer while I'm working on something important [02:07] 0.0 [02:07] I need to know where to go [02:07] :D [02:07] sometimes the crash doesn't register in any logs cause it's that bad unfortunately [02:08] if you want a more solid experience i'd stick with the lts releases and avoid any ppa's or very new software [02:08] +1! [02:09] :/ [02:09] cant have it all :P [02:18] Question, on Xubuntu, how do you move themenubar up top? I wanna move it to the bottom and make it thicker. [02:20] Draconiator, move it? nope. best option: make a new panel at the top, add all your apps then delete the one below [02:21] Hello all, I've tried installing Kubuntu from both a USB and DVD and each time I reboot after install the system fails and it goes into grub rescue; the first time (with the USB) it was complaining that i386 was not found (I tried manually copying it to boot but that did not work), and now it is complaining about "invalid arch-independent ELF magic". . .any ideas? [02:22] did you use the 32 bit ubuntu? cause i386 is 32 bit [02:22] cfhowlett: No, I am using 64 bit. . [02:22] is your machine 32 bit or 64 bit [02:22] 64 bit.. . [02:23] Let me double check my ram; but the CPU is 64 bit and the LiveUSB and LiveCD boots Kubuntu just fine. . . [02:24] Good evening folks. Which library provides sha1.so? [02:25] im looking for some clarification on this page: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown [02:25] "No microcode updates are currently available for AMD or Intel, which means Spectre v2 is still unmitigated out of the box on Ubuntu on x86 CPUs. " [02:26] cfhowlett: yea, I got 6GB of ram. . . [02:26] but it also states further down that if you enable proposed you'll get a retpoline patched kernel and a gcc with retpoline support [02:26] slicktux, https://ubuntuforums.org/showthread.php?t=1965810 [02:27] slicktux, was this a new install or update? [02:27] cfhowlett: new install. [02:27] i guess my question is.. is there any point to installing the retpoline patches from proposed.. and doesnt some parts of userspace need to be recompiled with that compiler for it to be effective.. and does retpoline require microcode update to be effective? [02:28] or will the microcode update just minimise the performance impact of that [02:29] cfhowlett: Thanks for the link; I will try that now; If it works than that is just funny; the installer is obviously bugging out and not installing grub onto my drive. . .so I have to do it manually; W T F [02:29] XD [02:32] Geez, this dvd has slow read speeds. [02:32] 8S [02:34] this is more a channel for supporting noobs than discussing complex exploit mitigations like meltdown and spectre? :P [02:35] this is a volunteer channel. be patient. for instant answers, look to Canonical paid support options [02:36] im really greatful that ubuntu has published a statement regarding those vulnerabilities, and the current status and timeline etc, and nice tables showing kernel versions and mitigation levels etc [02:37] but it just makes me want to know more :P [02:42] cfhowlett: I appreciate your help; I've determined that it was my install medium; I am going to reinstall. . . [02:43] best of luck. [02:43] Thanks! === brainwash_ is now known as brainwash [03:04] hey mates. I have 16.04 installed. I have some shit radeon card and I'm trying to enable vsync/buffering because I have some tearing. How can I do this? [03:06] cfhowlett: Yea, it was the install medium; The first USB was old so it must have corrupted some data while dd'ing into it; the DVD drive on the laptop is shotty so it must have been misreading the DVD medium [03:07] so ... we happy? Vincent! We happy? [03:07] yer! [03:07] tyty [03:07] !happy2help! [03:07] a/s/l [03:07] thanks again! [03:07] no prob bob === wind is now known as Guest72565 [03:10] Is it possible to give ACL permissions to a user to change file permissions (e.g. ugo+rwx) on a directory/file? [03:11] For example, if /var is owned by root, but set ACL for user "user" rwx or something else, would it then be possible for user "user" to chmod ugo+rwx /var? === wind is now known as Guest56120 [03:35] hey guys whats the command to reset your Nick password pls [03:35] type /msg nickserv help [03:35] thanks [03:36] are you online [03:45] what site would you guys use to share an image via link (like pastebin but for screenshot) pls [03:46] found one all g [03:49] id like to create a bash script to login to my vpn service (beginner level) can anyone help with that the following image show the commands i enter to get to the point of password entry(root password promt) [03:49] https://imgur.com/rCOteok [03:52] nojjjjjjjjjjj, Have you tried expect? [03:53] my knowledge of script creation is very minimal [03:53] nojjjjjjjjjjj, last time I tried something like that, all I had to do was run autoecpect, do what I wanted it to do for me, and poof, I had a working script. [03:53] i get stuck at the point of password [03:54] typo: autoexpect [03:54] not sure of what the line would look like to prompt for password [03:55] would it be pwd="enter password" [03:55] or print pwd [03:55] or expect pwd [03:55] expect is completely different from bash [03:56] re auto expect thankd [03:56] s [03:56] how so [03:56] does it require sudo apt-get install autoexpect [03:57] not autoexpect, expect. autoexpect should be part of expect package. [03:58] could you provide an example please [03:58] or link to explanation if its not part of bash then how would i find a manual [03:59] sudo apt install expect then use autoecpect to make the script. [03:59] okay [04:00] NASA made it years ago, your tax dollars at work [04:01] just checked, type exit when finished [04:03] i'm running unity. How do I restart gdm or whatever is running so that I can reload my xorg configs? [04:04] assuming iv installed expect would my script look like this [04:04] https://imgur.com/eLllzwH [04:06] nojjjjjjjjjjj, autoexpect writes the script for you. just run autoexpect, do what you want it to remember, then end the recording with "exit" [04:07] o i see [04:07] thank you [04:11] hello everyone, the "connect to server" is missing from ubuntu 17.10, how can one get it back. Any pointers will be appreciated [04:13] actually I am looking to connect into my raspberry pi [04:14] from the ubuntu 17.10 through a gui [04:19] I have a problem... I think I am running out of storage to install packages ... "apt-get -f install" is erroring because it running out of storage... but apt is not allowing me to remove packages to make room [04:20] what does it say when you run apt remove [04:21] insert rm -rf joke [04:26] thanks for expect it will be handy for many applications-i would also like to learn the un-automated way for my own learning curve-this is what i have come up with please critique and suggest improvements and variations to make more versatile (other config files within same folder"vpn' [04:26] https://imgur.com/E6IE6RQ [04:28] nojjjjjjjjjjj, wish I could help, the only thing I see is you should make the cd command use the full path so that you can move the script file and still have it work. [04:28] rijack, "E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)." [04:28] got it [04:30] thank you [04:30] np [04:34] neildugan: which filesystem is full? [04:35] are there other ways to achieve the same outcome via bash script reason i ask is because BloqueNegro wrote a script for me yesterday but i dare not run it prior to understanding it it looked very very different to my basic script id look it up but have no idea where it was stored after downloading it iv looked every where its gone now so i cant search the commands within [04:36] question being are there other ways to perform the same task as what im doing in my script [04:37] it was a bash script not python or anythin [04:37] the one with '/' on it 751M free, but /home etc are on a separate drive [04:40] I'd like to say a big thank you to everyone on this channel that has ever helped me-I appreciate it more than words can express-Im really enjoying linux and love that i hardly ever need to revert to windows-im off now [04:42] neildugan: so there is a lot of space -- 700MB should be enough. What was the exact output of apt upgrade? Use pastebin, please [04:44] nojjjjjjjjjjj: :) [04:47] hggdh, https://pastebin.com/PYaFncp6 [04:48] hggdh: neildugan: also not to state the obvious but the first thing I usually with apt issues is "sudo apt update" then I check for a dpkg lock file [04:48] rijack, I did an 'apt update' didn't fix anything [04:50] neildugan: ah, /is 90% full [04:52] hggdh, yes -- still 751M free [04:53] neildugan: try running apt-get autoclean, and see how much space is releases [04:54] neildugan: this will delete old, obsolete packages from the local apt archive [04:54] hggdh, already done that. [04:54] neildugan, are you getting "disk full" messages [04:54] hggdh, I did a 'apt-get clean' as well [04:55] cfhowlett, only when using apt [04:55] neildugan: so you will have to find some way to clean up space on / [04:56] neildugan: seriously, 7G for / is asking for trouble [04:56] neildugan: i always clean systems with bleachbit [04:58] hggdh, I know it isn't much, I had some trouble a while back and that was the best I could do at that time. [05:08] neildugan: still, you have to open some space on / [05:10] hggdh, I tried deleting all the archived log files, but that wasn't enough [05:10] neildugan: how much space is under /var/cache/apt/archive? du -sh on it will tell you [05:11] what is /var/backups [05:12] neildugan: backups of some system files [05:13] neildugan: usually small enough not to be worth bothering with [05:14] hggdh, /var/cache/apt/archives = 8.6M [05:14] is it ok to remove the files in /var/backups ? [05:14] neildugan: yes, it is. But how much space is it going to release? [05:16] neildugan: another option: did you try apt --purge autoremove? [05:17] neildugan: this will remove packages that are not being used (probably old, like kernels 2 or more versions below current) === LocaMocha is now known as Sauvin [05:21] hggdh, I can't use apt to remove anything atm... it keeps asking me to do an 'apt-get -f install' [05:21] neildugan: so, how many kernels in /boot? [05:25] hggdh, it is using 333M ... it seems the the autoremove doesn't get rid of the file like "initrd.img-3.13.0-96-generic.old-dkms" === HappyHotDog is now known as DrunkHotDoggie [05:26] neildugan: how many different kernel versions? === sins-_y is now known as sins- [05:30] hggdh, there are 4 files starting with vmlinuz [05:32] hggdh, 23 matching "initrd.img-3.13.0-*.old-dkms" [05:33] neildugan: please put in a pastebin BOTH (1) ls -l /boot and (2) cat /proc/version_signature [05:34] neildugan: also, please add in a dpkg -l linux-\* [05:41] hggdh, https://pastebin.com/suwXPK61 .... it seems that the autoremove is not at all thorough enough === DarthVader is now known as Guest84487 [05:43] hggdh, manually delete all but the 2 most recent kernels [05:43] cfhowlett: yes, it would work [05:45] neildugan: OK, you got your work pretty much defined. you can try, first of all, to dpkg --purge -r all old kernel packages [05:46] neildugan: alternatively, you can, as cfhowlett pointed out, rm the two oldest kernel files (-100 and -129) [05:47] neildugan: and trash the old-dkms files [05:47] this will probably free up enough space to apt -f install [05:48] neildugan: BUT: after that, you are on your own. It will happen again. [05:48] unless you do your spring cleaning more frequently [05:49] and increase the size of / [05:49] shouldn't need to increase / if regularly maintained. with this kernel count, I'd guess maintenance has been done every so ... never? [05:52] Hi, how can I add libaacs to the VLC 3.0 snap? [05:54] cfhowlett, I every time I do an 'apt update' an 'apt autoremove' get done as well... these packages shouldn't have been left installed. [05:55] depends on which ubuntu version you have. I think kernel removal didn't get the autoremove trigger until 14.04 [05:56] cfhowlett, its older than I thought it 14.04.5 [05:56] per the kernel he is running Trusty [05:57] hggdh, noted. question: y u no upgrade to 16.04 [05:58] heh. Right now... no chance in hell it will succeed, not enough space [05:59] hggdh, yes right.. I am going to have to get that to work. somehow. [05:59] eh? download .iso, make usb, boot usb, install to current partition scheme. no additional room needed [06:00] cfhowlett, yes that would work... but first I am going to clean up as much space here as possible. [06:00] cfhowlett: hah, I was thinking of do-release-upgrade... [06:00] that would also work. clean install is my (dubious) preference [06:01] cfhowlett: no, do-release-upgrade would not, it first downloads all packages [06:01] ah ... yes, that. [06:02] clean install seems to be your future then [06:02] and... with that... schlaffen-time [06:02] * hggdh traces a route to bed [06:13] hello world === beaver_ is now known as beaver [06:38] hggdh, thanks for the help, I have freed about 2G so far === r0Oter is now known as r00ter [07:03] Is there a way to mix microphone and application sound as 1 channel in linux (a source for a recorder)? [07:09] Romantic: whats your endgoal exactly? [07:10] hi guys! i've got a 16.04 install on virtualbox (win 10 host) which has decided not to show me a login screen any more. if I drop to the terminal and log in, lightdm is running and restarting it doesn't change anything (should it? I've never had to restart lightdm before) and I've also reinstalled unity, but no dice [07:10] would anyone know what I can try to try and get my login screen back? [07:11] lotuspsychje, just want to make a demo recording of a project, recording the sounds produces by the program along with my voice overlay as I walk through the demo. [07:11] I'm using Simple Screen Recorder, with it, I can have either the mic, or the system sounds, but not both [07:11] Romantic: as in a desktop recording app? [07:11] snufft I've never used virtualbox myself (kvm guy with virsh) but in lieu of that, I'd check update logs and try to pinpoint *exactly* when things b0rked [07:12] what I want is a device with both the mic and the system sound [07:12] SmokinGrunts: thanks for the reply :) Would I find the update logs in syslog, or somewhere else? [07:13] try /var/log [07:13] also, no problem :) [07:16] Romantic: perhaps try audacity? [07:26] Romantic: for desktop recording i use kazam, did you try? === mkv is now known as m4v [07:27] not familiar with kazam, should I look it up? [07:28] !info kazam | Romantic [07:28] Romantic: kazam (source: kazam): screencast and screenshot application created with design in mind. In component universe, is optional. Version 1.4.5-2 (artful), package size 732 kB, installed size 1693 kB [07:29] Romantic: the maintainer is pretty active and they have a #kazam channel [07:31] snufft: for updates, see /var/log/apt/history.log === SmokinGrunts is now known as SG_afk [08:01] this is too much like sitting on the side of a highway. everyone is coming and going. the only people who talk need directions or are a transient just looking for someone's ear to spout their nonsense [08:01] mistform: can we help you with something? [08:03] mistform: this channel is for ubuntu support, alot of users come and go in different timezones [08:03] isnt there #ubuntu-chat or something for other stuff [08:04] !offtopic | XXCoder yes [08:04] XXCoder yes: #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! [08:04] oh offtopic. but my link worked lol [08:07] is talking avbout ubuntu (not support) offtopic? [08:07] XXCoder: this channel is only for support questions [08:07] ok [08:08] XXCoder: you are welcome to talk about ubuntu in #ubuntu-discuss [08:08] oh other one [08:08] (or #ubuntu-offtopic) === SG_afk is now known as SmokinGrunts [08:57] when i start mining crypto with my gpu, my cpu usage goes to 50% due to X, why is this [08:58] azizLIGHT: mining is a heavy duty? [08:58] what about my igpu [08:59] X is trying to use the gpu? and it cant so it uses cpu? [08:59] is this what happening [08:59] azizLIGHT: htop to the rescue [09:00] i used htop to narrow down the cause [09:00] its mining [09:00] what is this "handbook" called in this terminal and what is "xenial" called https://usercontent.irccloud-cdn.com/file/VxwGc3tc/ubuntu-terminal.jpg [09:00] when i start the miner, X immediately goes to 50% [09:00] when i stop, X goes back to normal cpu usage [09:01] !hostname | sreejith__ [09:01] sreejith__: Use hostname to set the hostname, or to do it permanently: edit /etc/hosts to include BOTH the old and new hostname and then change /etc/hostname to the new one. WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly. [09:02] sreejith__: handbook is the user, xenial the host [09:03] @lotuspsychje How to change the user [09:04] !user | sreejith__ check users in your system options [09:04] sreejith__ check users in your system options: To add new users to your Ubuntu system, follow the instructions at https://help.ubuntu.com/community/AddUsersHowto - For administrative privileges, users need to be made members of the group "sudo" - See !sudo [09:08] lotuspsychje: Thank You [09:25] hello [09:25] i can't boot up , or even get to the login screen due to a PAM issue ( might be xorg as well idk ) [09:25] lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory [09:25] lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory [09:25] ^^ this is the error that pops up in /var/log/auth.log [09:25] i see the xubuntu loading screen and then it just starts flashing and doesn't do anything [09:26] i chrooted into the system and tried rewrapping the passphares ( to my home directory ), installing kwalletmanager. and Deleting .Xauthority . none of it worked. [09:26] I changed the username but the change does not get reflected in the terminal [09:27] any help is appreciated [09:28] quantzbeatz: what's the problem? [09:29] quantzbeatz: maybe poke around in /etc/pam.d ? [09:29] i don't know much about pam. should i look for logs or? [09:31] .__. [09:32] EriC^^: idk excatly , it just happened after rebooting [09:32] quantzbeatz: what happened? i just joined sorry [09:33] I tried to change the username but it is showing this error https://usercontent.irccloud-cdn.com/file/C1VeTW3n/Screenshot%20from%202018-02-11%2015-00-40.png [09:33] hello [09:25] i can't boot up , or even get to the login screen due to a PAM issue ( might be xorg as well idk ) [09:25] lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory [09:25] lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No [09:34] [09:25] ^^ this is the error that pops up in /var/log/auth.log [09:25] i see the xubuntu loading screen and then it just starts flashing and doesn't do anything [09:35] EriC^^: https://pastebin.com/raw/mBVdTSWS [09:35] if it's unreadable here [09:35] quantzbeatz: are you chrooted now? [09:35] yes [09:36] quantzbeatz: what does "dpkg -l | grep libpam-kwallet" show? [09:37] it's empty , i don't have it installed [09:37] should i try installing it? [09:38] this is for grep libpam https://pastebin.com/raw/KwQree4j [09:38] quantzbeatz: try installing libpam-kwallet4 and libpam-kwallet5 [09:38] okay [09:40] alright. did it [09:40] quantzbeatz: try rebooting into it === Atomic_fZQd2 is now known as quantbeatzbak [09:40] okay just so you know the qunatzbeatzbak is me [09:41] ok [09:41] because i am chrooting from the same machine as using irc [09:41] gonna report after reboot [09:41] Morning! On artful, I cannot login using gnome/wayland, only gnome/Xorg. What gives? How do I even report this? [09:42] EriC^^ still flashing -_- [09:42] samfreed: don't you get the option to login to the wayland session, does it fail or what happens? [09:42] quantbeatzbak: if you login from the tty does it work? [09:43] quantbeatzbak: you never even get the gui login screen? [09:43] Its just that wayland crashes and bring me back to GDM, the login screen. [09:43] no gui [09:43] and [09:43] COmmand line is fine. Xorg i fine. [09:43] tty shows "hostanem login:" but keeps flashing [09:44] when i try to time after a flash the text field is cleared [09:44] *type not time [09:45] ducasse: wayland crashes. [09:46] quantbeatzbak: a long shot but did you try running 'sudo apt-get dist-upgrade' from the chroot to make sure it's all up to date? [09:46] yes [09:46] didn't work [09:47] alright i'm back at the chroot environment === Leion1 is now known as Leion [09:48] back [09:48] samfreed: i don't know where wayland errors are logged, tbh, have you tried looking at logs? [09:49] alright there is progress , i think [09:49] it shows a different error: [09:49] lightdm: pam_kwallet5(lightdm-greeter:session): (null): pam_sm_open_session [09:49] lightdm: pam_kwallet5(lightdm-greeter:session): pam_kwallet5: open_session called without kwallet5_key [09:49] lightdm: pam_unix(lightdm-greeter:session): session closed for user lightdm [09:49] pam_kwallet(lightdm-greeter:session): pam_kwallet: pam_sm_close_session [09:49] dusasse: I am quite lost. Nothing obvious in the logs, nothing in /var/crashes === Leion1 is now known as Leion [09:53] https://paste.ubuntu.com/=XTQNYVx4kT/ <-- auth.log [09:55] EriC^^: what do you think? === Leion1 is now known as Leion [09:58] quantzbeatz: no idea tbh [09:58] well **** [09:58] what now [09:59] samfreed: i don't know what else to suggest, sorry. what kind of gpu and which driver is this on? [09:59] quantzbeatz: look at /var/log/apt/history.log maybe ubuntu updated some stuff and that broke it [09:59] paste anything that looks like the last autoupdate it did before the problem started [10:01] ducasse: I am not such, it is a 2012 Mac Mini with a 4K screen, which I guess is a but unusual. [10:01] quantzbeatz: upload the kern.log , "cat /var/log/kern.log | nc termbin.com 9999" [10:01] ducasse; *sure === Jochen_wvdT is now known as Schlawiner [10:04] ducasse: FOUND some interestiung stuff in syslog: "org.gnome.SettingsDaemon.Power.desktop[1789]: Cannot open display:" [10:04] samfreed: they use amd gpus afaik, so probably the radeon driver. you can check with 'lspci -k', check 'kernel driver in use' under VGA controller [10:04] ok w8 [10:04] ducasse: the display has no name [10:05] ducasse: i915 [10:06] samfreed: ok, so intel, not amd [10:06] ducasse: It worked for a few days when artful was new, and then it stopped. Wierd. [10:06] EriC^^ do you want the full kern.log ?? === eraserpencil1 is now known as eraserpencil [10:07] samfreed: could be a driver regression, hard to say [10:08] ducasse: After a good few failure messages, it goes "gnome-session-binary[1734]: CRITICAL: We failed, but the fail whale is dead. Sorry...." [10:10] ducasse: Can this be of interest? "udev-acl.ck[1728]: g_slice_set_config: assertion 'sys_page_size == 0' failed" ? [10:11] samfreed: some posts i found online seem to indicate this could be a problem in gdm or gnome-settings-daemon... [10:11] http://termbin.com/lyqj [10:11] EriC^^: ^^ [10:12] samfreed: you could file a bug against gnome-settings-daemon, since that's what throws the "cannot open display" error [10:13] ducasse: The first "cannot open display" is from gnome-screensav, actually. [10:15] samfreed: so, it could be gdm that fails to start wayland. i'm just guessing, though. [10:16] ducasse: should I throw the log onto termbin for you to see? [10:19] ducasse: look here: http://termbin.com/kynm [10:26] ducasse: What about THIS during boot? : "[ 17.542201] wl: module verification failed: signature and/or required key missing - tainting kernel" ??? [10:28] samfreed: that must be some other module, do you have something that uses dkms installed? what about those .bashrc errors near the top of the log, are there any problems with parsing that? [10:31] ducasse: I expect them to do gracefuly ignored, as they wrote such a nice set of warnings about them... [10:32] ducasse: should I get rid of the .profile and try again? [10:32] samfreed: no, don't do that [10:33] if all else fail , i'll just reinstall i guess [10:33] *fails [10:34] samfreed: can you put .bashrc on paste.ubuntu.com? 'pastebinit ~/.bashrc' should do it [10:37] Hi there! I'm on Ubuntu 16.10 and stopped receiving updates [10:37] I want to upgrade [10:37] kuba-orlik: it's eol [10:37] !eol [10:37] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [10:37] but do-release-upgrade says it's impossible [10:38] kuba-orlik: https://askubuntu.com/questions/996768/upgrade-from-yakkety-yak-ubuntu-16-10-when-its-end-of-life/996936 [10:40] can I just downgrade to 16.04? [10:40] downgrades aren't officially supported. it's probably theoretically likely, but #ubuntu won't help with it [10:40] second link in ubottu's comment says how to upgrade [10:40] s/likely/possible/ [10:42] kuba-orlik: apt isn't designed to do downgrades, so if you want 16.04 do a reinstall [10:42] I see [10:43] I'm tring to follow the EOLUpgrades tutorial [10:43] And I don't uderstand the "Update sources.list" [10:43] kuba-orlik: see also the answer in the link i gave you [10:44] yeah, about that [10:44] it says that I should "make sure you have a sources.list like the following, with CODENAME being your release" [10:44] by "your release" [10:44] do they mean my current release? [10:45] yes [10:45] or should I change it to the one I want to upgrade to? [10:46] do-release-upgrade does that for you [10:49] hi [10:51] ciao rag [10:51] EriC^^: should i wait for your answer or should i try something else O_o?? [10:58] Howdy folks [11:05] ducasse: http://paste.ubuntu.com/=8SN7vYJgMR/ [11:07] samfreed: you need to edit it, on line 12 and 13 replace 'a' with 'alias' [11:14] you should add an interactive shell test at the top, and abort if it's not interactive. Else you may break tools like scp and rsync [11:14] [[ $- = *i* ]] || return 0 [11:19] Anyone got a source repository for firejail? [11:20] sander^home, https://github.com/netblue30/firejail [11:22] Mathisen, is there a ubuntu deb mirror too maybe? [11:22] !mirrors [11:22] Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at https://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Artful, and help keeping the servers' load low! [11:23] sander^home, why not just compile and install === SimonNL is now known as SimonNL_Afk [11:23] sander^home, 3.rd party repos is bad a bad habbit anyway === dan3wik is now known as dan2wik [11:29] ducasse: Failed again. http://paste.ubuntu.com/=4XzKmCd7QV/ === Sircle_ is now known as Sircle [11:34] samfreed: sorry, i have no other ideas. [11:34] ducasse: Where do I report it? [11:35] samfreed: add the interactive shell guard [11:36] [[ $- = *i* ]] || return 0 # at the top of .bashrc [11:37] I doubt that will fix the actual problem, but it will at least quelsh those two error messages from bash [11:37] geirha: and where does the output go? [11:38] output? [11:38] geirha: The problem seems to be connecting to the display, not the ertror messages from the shell. [11:39] yes, but it may cause problems in other situations if you don't have that guard === coXZist1 is now known as coXZist [11:40] Where do I report the actuall wayland failure? [11:40] !bug [11:40] If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [11:44] ubottu: It is not at all clear which package is causing the crash. Gnome over wayland fails. Gnome over Xorg succeeds. [11:44] I'd report it against wayland. If it turns out to be a different package, the bug report will be moved accordingly [11:45] OK, Thanks. [11:45] What's that message that I get by default when I log into ubuntu via the terminal or ssh? [11:46] You know, the one that says "Welcome to Ubuntu 16.04.3 LTS" ... [11:47] k_sze: /etc/motd? [11:47] samfreed, no, I don't think it's /etc/motd [11:47] I don't even have that file. [11:48] k_sze: Maybe it is output from getty? [11:48] It gets generated by update-motd, by running all the scripts under /etc/update-motd.d/ [11:51] can anyone plz help me , after installing ubuntu 14.04.05lts my problem is solved , but i want to report that bug properly , what more info should i post ? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745646 [11:51] Launchpad bug 1745646 in linux (Ubuntu) "Battery drains when laptop is off (shutdown)" [Medium,Triaged] [11:53] geirha: anyway. When I ssh into my Ubuntu server, I get that motd, complete with a reminder of how many packages can be updated. But I don't get that when I mosh into the server. [11:53] Any idea how I can get the motd with mosh as well? [11:56] Hmm, looks like it's a known issue: https://github.com/mobile-shell/mosh/issues/190 [11:57] s10gopal: it already is reported properly, and it is an upstream bug, not an ubuntu bug. now please stop asking about it every day. [11:58] ducasse, apw said to report it [11:58] ducasse, they need more info to fix it in ubuntu 16.04 [11:59] ducasse, can you tell me how to get sos report ?, i forgot it [11:59] s10gopal: it's a kernel bug, it has to be fixed there === serg is now known as Guest98248 [11:59] ducasse, can you plz tell me how to get sos report ? cmd [12:01] s10gopal: asking once is enough. 'sudo apt-get install sosreport' [12:02] ducasse, then? [12:03] s10gopal: then what? [12:03] ducasse, how to get sos report file ? [12:03] ducasse, means .tar all in single file [12:03] s10gopal: i've never used it, read the manual. 'man sosreport' [12:05] adac: hi [12:14] skraito: привет [12:14] M144: привет [12:16] s10gopal: good that you found that the battery doesn't drain on a 14.04 system. this will help in finding the problem in newer versions [12:16] akik, can you plz tell me what more logs i should post ? [12:18] sigh.... [12:21] !ops [12:21] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [12:22] s10gopal: problem? [12:22] hahahaa [12:22] can anyone plz help me , after installing ubuntu 14.04.05lts my problem is solved , but i want to report that bug properly , what more info should i post ? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745646 sos report added [12:22] Launchpad bug 1745646 in linux (Ubuntu) "Battery drains when laptop is off (shutdown)" [Medium,Triaged] [12:22] average indian [12:22] no === mkv is now known as m4v [12:23] ecormier, what more i should add? [12:23] s10gopal: the only ones that can help you with that are kernel hackers... and they've already seen your reported bug upstream [12:24] s10gopal: did somebody ask you for more logs? [12:24] I'm in need of help with installing Cisco's PacketTracer.... [12:24] s10gopal: stop being so annoying.... maybe a ban is the only way to get you to stop, keep pressing that ops button! [12:24] I'm having issues with depencies [12:24] akik, yes apw said to add more info [12:25] s10gopal: you could join #ubuntu-kernel and ask there [12:26] akik, no one is online there [12:26] s10gopal: ok then just wait [12:27] I know this is a ubuntu room but... I figure someone can help me track down the needed dependencies and how to install them [12:28] akik, ok thx [12:28] when I type "ldd ./PacketTracer7 | grep found [12:28] I get [12:29] libpng12.so.0 => not found [12:30] JFox762: maybe libpng12-0 [12:33] JFox762: absolutely libpng12-0 [12:33] how do I install that [12:33] sudo apt installl libpng12-0? [12:34] Package libpng12-0 is not available, but is referred to by another package. [12:34] This may mean that the package is missing, has been obsoleted, or [12:34] is only available from another source [12:34] y [12:34] y [12:34] y [12:34] JFox762: which ubuntu version? [12:35] heh [12:36] ? [12:36] ubuntu 17.10 [12:37] !info libpng artful [12:37] Package libpng does not exist in artful [12:39] !info libpng16-16 artful [12:39] libpng16-16 (source: libpng1.6): PNG library - runtime (version 1.6). In component main, is standard. Version 1.6.34-1 (artful), package size 179 kB, installed size 346 kB [12:40] JFox762: i think the application hasn't been compiled for 17.10 [12:41] i uess i got disconnected there [12:41] JFox762: in some cases soft linking the current so version to libpng12.so.0 *might* work. no guarantees [12:42] JFox762: i think the application hasn't been compiled for 17.10 [12:42] soft linking? [12:42] like ln? [12:42] JFox762: i meant sym linking [12:42] Ugh [12:42] This is what I get for installing 17.10 [12:43] instead of 16.04lts [12:43] JFox762: libpng12-0 is for 16.04 [12:43] What do you mean? [12:43] according to my apt policy... it is installed [12:43] libpng16-16 shows up as installed [12:44] !find libpng12-0 artful [12:44] Package/file libpng12-0 does not exist in artful === mkv is now known as m4v [12:44] JFox762: libpng12-0 is for 16.04 [12:44] ok [12:45] so... there is no way to install libpng12 in order to satisfy the PacketTracer dependency? [12:46] JFox762: try the symlink trick if it works [12:47] how do i do that? [12:47] I'm not really well versed in how symlinking works [12:49] JFox762: run: locate libpng to make sure you don't already have the file somewhere (I have it installed from a snap here) [12:49] uhh [12:49] how do i locate that? [12:49] JFox762: maybe it's better to install 16.04 then [12:49] locate libpng | grep libpng12.so.0 [12:51] it's part of my spotify snap here... [12:51] i found that file in several locations [12:51] i found libpng12.so.0 [12:52] should I just copy that file into the PacketTracer's lib folder? [12:52] JFox762: where was the so file? [12:52] ok so: sudo ln -s /snap/core/3748/lib/x86_64-linux-gnu/libpng12.so.0 /usr/lib/x86_64-linux-gnu/ [12:52] but replace the first path with YOUR path found [12:52] /snap/discord/ etc etc etc [12:53] uhhh /snap/hexchat/ etc etc etc [12:53] /snap/minecraft/ etc etc [12:53] the lib folders for those various programs basically === SimonNL_Afk is now known as SimonNL [12:54] interesting that the lib files are from 16.04 in the snap system [12:55] isn't that how snaps work? [12:55] stupid question, when I do a "CP location location". Uhh is the first place the From ? and second location is the "To"? [12:56] yes [12:56] now you all know how much of a n00b i am :) [12:58] odd [12:59] It gave me an error when I tried to run ./PacketTracer7 <---- [12:59] but now it works when I just type PacketTracer [13:00] that's pretty nice solution for running older apps [13:00] https://pastebin.com/FbUbq75A [13:00] the cp of libpng12.so.0 from other app libs worked [13:00] Packettracer is running now :) [13:03] i cant tell you how many people think PacketTracer is a Wireshark-like application, [13:04] as opposed to being a Cisco router/switch emulator for educational purposes [13:04] I'm studying for a Cisco CCNNA Routing and Switching cert :D [13:05] I'm so happy I finally got it running. Maybe I won't have to buy actual routers/switches afterall [13:06] actually, more accurately, Packet Tracer isn't an emulator... it is a simulator. [13:07] hey all [13:08] Hi all, has anyone gotten nvidia SLI working with Ubuntu 17.10? [13:09] I have an ubuntu 16.04 client configured to login Active Directory users via SSSD. Is there a way to show their real name in the LightDM User History? [13:10] Now I just need to figure out how to use it :D [13:10] luckily cisco has free tutorials on how to use packettracer [13:10] anyways,... thanks for all the help! :) [13:11] Also, what are the optimum mount options in /etc/fstab for mounting /home from a network server via NFS? the default causes random hangs of the client machine... [13:23] sound problem: I can listen to music with my headphones, but if I plug them out, there is no sound, even if the sound applet shows me the bar as not muted [13:23] xubuntu 17.10 64 bits [13:28] Hi everyone, when i run this command manually it work fine: "mysqldump --single-transaction nextcloud > /root/backup/nextcloud/databases/nextcloud_`date +"%Y%m%d_%H%M%S"`.sql" but when its ran by cron i get this error: /bin/sh: 1: Syntax error: EOF in backquote substitution [13:28] any idea whats wrong? [13:29] CryptoSiD: yes, % is special in crontab, you must escape it. \% [13:30] See man 5 crontab for what % means [13:30] ho its that simple! thank you [13:31] Hi Everyone === liefer26 is now known as liefer === coXZist1 is now known as coXZist [13:36] All of the sum files that are posted to http://releases.ubuntu.com/16.04/ are failing verification. [13:38] is there an "official" ppa for getting a recent ffmpeg? like deb-multimedia [13:42] bom dia! [13:42] alguem fala portugues? [13:44] !portugues > broftkd [13:44] !english > broftkd [13:44] broftkd, please see my private message === me is now known as Guest69346 [14:08] :-D [14:09] :-P [14:09] hi all [14:10] hi [14:11] ask #freenode [14:15] Hello! I'm on Ubuntu 16.04 (MATE). I'm not sure if this is MATE specific so I try here: while I'm typing the touchpad gets disabled. Is this default behaviour? Can I turn it off? (ETPS/2 Elantech Touchpad) [14:17] My synclient output if it is related: https://paste.ubuntu.com/=6xZxVQmFzX/ [14:19] it shows the touchpad is off: TouchpadOff = 1 [14:19] It's probably to meantt for laptop touchpads that are right below the keyboard, to avoid accidentally tapping it while typing on the keyboard [14:19] must be a setting in mate somewhere [14:19] ecormier, I'm not sure about synclient as this is not a Synaptics touchpad but I have no idea what to list [14:19] So maybe it's not even related [14:20] geirha, yea but it is seriously interfering with my... everything [14:26] !FlipMoran The Hacker's Guide to Python (2014) - Julien Danjou.pdf [14:26] wanglifeng: I am only a bot, please don't think I'm intelligent :) === archertemptemp is now known as SWW [14:35] hi, anyone maybe know why starting lightdm on a system with just a amd gpu plugged in removes nvidia binaries? === SWW is now known as oknoname === Chenpan is now known as Guest85048 === Guest85048 is now known as Chenpan [14:40] nimitz: I don't know the answer, but if you only have amd, why do you care that it removes nvidia stuff? [14:40] i dont, as part of the install process i remove the nvidia gpu [14:41] sounds like a victemless crime :) [14:41] victimless** [14:42] not really. I want to use it. [14:43] without an nvidia card present, how? [14:43] like I said it's part of the install process: https://askubuntu.com/questions/1005159/setting-up-cuda-on-nvidia-and-amd-gpu-system-starting-lightdm-removes-nvidia-bi [14:44] i should have mentioned, 'cuda install process" [14:44] ahhh gotcha [14:48] hi === mg is now known as Guest44231 [14:49] hi [14:49] hi my brothers [14:50] hi [14:51] What we have for today? [14:51] welcome [14:51] if you have an ubuntu support question please ask [14:51] this channel is not for chatting, see #ubuntu-offtopic [14:52] hello i have a physical interface ethernet and a wirles card is it possible to boding them in ubuntu ? [14:53] I believe so [14:53] boding? [14:54] ecormier : https://help.ubuntu.com/community/UbuntuBonding [14:54] bonding... [14:54] yes [14:54] now the question makes sense [14:55] my laptop has two ethernet : eno1 and wlo1 [14:58] Hello! Is there any way to get unattended-upgrades to email me when reboots are needed without emailing me for every upgrade? === Buck_ is now known as Buck === hemant is now known as Guest50789 [15:06] natmal: alternative solution - create a cron job that emails you the contents of /var/run/reboot-required.pkgs if it exists === s10gopal_ is now known as s10gopal [15:07] Do I need to install any additional software to easily setup a VPN connection or do I need to choose a VPN provider that supplies an Ubuntu client? [15:08] CalicoFlows: many providers support openvpn and/or ipsec [15:09] ducasse, I installed OpenVPN from discover but nothing happens when I open it? [15:09] CalicoFlows: better to use ubuntu's builtin vpn clients... that way they get updated automatically [15:09] how to install amd drivers with gui on ubuntu 14.04 [15:10] ecormier, what is the package name that I should be using? [15:10] amd r5 m 430 [15:10] CalicoFlows: run it from a terminal, it's not a gui program [15:10] depends on what the vpn server is using, for my schools vpn I need openconnect, but that could be different for you [15:11] I'm also using NM to manage my vpn connection... no cli, just point and click [15:14] Is there a GUI option for OpenVPN? [15:15] yes search for openvpn networkmanager [15:15] I find the terminal a bit confusing, I like to visually confirm what I am doing.. :)) [15:15] network-manager-openvpn [15:16] or even better: network-manager-openvpn-gn [15:16] and network-manager-openvpn-gnome [15:16] ^for the gnome gut [15:16] ducasse: that package doesn't exist [15:16] network-manager-openvpn-gnome [15:16] is what its called [15:16] sorry, the line was cut off here :) [15:17] right you are [15:17] it seems that I have both packages installed but when I type the package name in terminal I get: network-manager-openvpn-gnome: command not found [15:17] How do I find out what I should use to open it [15:18] CalicoFlows: it's an nm plugin, you don't run it by itself like that [15:18] CalicoFlows: it's where you normally go to connect to the net [15:19] So maybe it came with OpenVPN, I suppose but I cannot see any changes in my network manager, maybe I have to reboot? [15:19] settings - connect - vpn [15:20] settings - network [15:20] https://i.imgur.com/2mDbtYo.png [15:21] I'll reboot [15:21] not sure where to find it in there, I'm on gnome here [15:21] hi [15:22] I can't see a VPN option, stil... [15:23] CalicoFlows: which DE is that (distro?) [15:23] Kubuntu 17.10 [15:24] CalicoFlows: maybe this will help? https://askubuntu.com/questions/816641/kubuntu-16-04-plasma-5-connect-to-vpn [15:27] Nice. Found it. Not that regular-people-friendly though :) Right, so now when I go about chosing a VPN provider, all I need is that is OpenVPN compatible, correct? [15:28] is amd r5 m430 supported in ubuntu 14.04 ? [15:30] s10gopal, i think you know the answer already .. [15:30] not at this moment: https://h30434.www3.hp.com/t5/Notebook-Video-Display-and-Touch/AMD-radeon-R5-M430-Graphic-Driver-Not-available-for-Ubuntu/td-p/5937582 [15:32] Whats your favorite terminal irc client? [15:33] mrchairman, please don't poll, use the one you like best? [15:33] sorry man [15:33] I was asking cause I was hoping someone had something I had never heard/seen before [15:35] mrchairman: irssi [15:35] mrchairman, this page may be a help, stand-alone app or in a terminal: https://help.ubuntu.com/community/InternetRelayChat [15:35] oerheks: sorry, didn't see your message before responding [15:36] ecormier, he could get 1525 different answers :-D [15:36] :) [15:37] I doubt there are that many... basically 2: irssi and weechat [15:37] jups, for tty that is [15:37] he did say terminal [15:46] I wanna set up a proxy that I'm going to connect all my devices to, and I'm wondering if it is possible to also set that server to recieve all the files I am downloading on those devices automatically? I really would like avoiding to having to download the files to my devices and then moving them to the server. I would like the downlads to be just redirected to my home server so that I can avoid downloading it on the networks I'm currently on(outside my LAN), [15:46] and also avoid saving them to those devices. More or less like a seedbox works... Any idea where I can find info on someethething like that? [15:47] alca: squid is a web proxy that you can use for it [15:47] https://help.ubuntu.com/lts/serverguide/squid.html [15:48] Thanks! Ill check that out ;> [15:50] Maybe someone here can answer this question: I want to add a GNU public licence to a project i am working on. How do i add (what filename) a GNU licence that allow people to use the code in the project (open source), but not redistribute it without asking for permission first? [15:51] sigurdson: that's really not an ubuntu question, try #ubuntu-offtopic or find a channel with !alis [15:51] !alis [15:51] Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [15:52] ok, sorry [15:56] My system won't boot the 4.13.0-32 kernel. It boots 4.13.0-31 fine (that's what I'm running on now). The non-booting kernel says something about lvmetad. I've got an encrypted logical volume, so I don't think I can get any logs. How do I go about troubleshooting this? === DrunkHotDoggie is now known as HappyHotDog === jk is now known as Guest8963 [16:23] any system admin here?need some help with a small task will pay in btc thanks pm me [16:24] ruck4444: wrong channel [16:29] any system admin here?need some help with a small task will pay in btc thanks pm me [16:30] currently we accept cookies only ... [16:30] techneeded1: this is still the wrong place to ask for that [16:30] !cookie [16:30] Wow! You're such a great helper, you deserve a cookie! [16:37] https://kopy.io/OJC5P <-- any ideas how to resolve this, that the second process would be owned by a non root as well ? [16:41] Do we have a command-line tool in the archives that can handle id3 v2.4 metadata tags ? [16:42] TJ :) [16:42] TJ-, ubuntu 14.04.05 solved my problem [16:42] TJ-: perhaps beets? [16:43] TJ-, can you plz help me in installing fglrx ? i think it is supported on 14.04 [16:45] s10gopal_, not with the xenial hwe [16:46] ioria, not with ubuntu 14.04.05 ? [16:46] nope [16:47] s10gopal_: I don't deal with the proprietary drivesr. If 14.04 has solved the issue (I wonder if that is due to the kernel version) then it'd make sense to test some mainline kernel builds to find out precisely where the problem was introduced - that should make it easier for kernel developers to pinpoint and fix it [16:48] http://manpages.ubuntu.com/manpages/xenial/man1/mid3v2.1.html -- mid3v2 is a Mutagen-based replacement for id3lib's id3v2. It supports ID3v2.4 and more frames [16:48] TJ-, i tried old kernel on ubuntu 16.04 LTS buy my laptop became super laggy , cpu use os single core was 99% [16:48] fglrx for AMD r5 m430 ??? [16:49] yes [16:49] not sure that is supported, that amd card should run openradeon in 16.04 [16:49] s10gopal_: right, so look at the good kernel you have on 14.04 and install the nearest, later, version from the kernel team's mainline repo, and repeat until you hit the regression. That way you can report the last working/girst broken kernel versions. [16:50] TJ-, i'm on 4.4.0-31-generic [16:50] ducasse: hmmmm, beets looks a bit heavyweight. Seems like the main problem is the primary simple command-line tools depend on id3lib3.8.3 which was last updated in 2003, and never supported id3v2.4 [16:51] ducasse: seems like the library that does support v2.4 is libid3tag0, but most of the tools that depend on it seem to be GUI... I'm working through the list :) [16:54] TJ-: beets was just the first thing that came to mind, as it handles so much stuff (but it is heavyweight, yes) [16:54] TJ-, someone told me the problem started from 4.8.* [16:54] !ping [16:54] pong! [16:56] TJ-, someone told me the problem started from 4.8 [16:57] !ping [16:57] pong! === anyone is now known as eschwartz === mg is now known as Guest42290 === Guest42290 is now known as D311 [17:08] hi [17:15] welcome [17:24] TJ-, which ver i should try? [17:25] s10gopal: as apw asked you, you should identify the kernel that started causing you problems. You state you found 4.4 did not have the problem, but you did NOT find which kernel introduced it [17:26] s10gopal: if your laptop gets slow with kernel x.y.z, that's unfortunate, but does not matter for your bug (it is NOT a battery drainage issue) [17:27] leftyfb: Most stable, Debian or Ubuntu? [17:27] s10gopal: so: you now know that 4.4 does not have issues. try now 4.5, then 4.6... until you find one that causes drainage [17:28] upgrading perl and upgrading cpan on ubuntu was pain in the *. Errosr and brick [17:28] !latest | raidghost [17:28] raidghost: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [17:28] how do i open bash on ubuntu? I tried typing "bash" in the shell but nothing happens. I couldnt find an answer on google either [17:29] s10gopal: THEN you know the last good kernel, and the first bad kernel; then it is a question of looking at different updates from last good to first bad, until re reach a point where bisecting can actually be performed [17:29] james_brown: if you installed ubuntu using the defaults, you're already using bash [17:29] s10gopal: go and try it, and find these kernel versions. Hearsay does not help here. [17:30] akik: this says im using Dash and not Bash ---> https://wiki.ubuntu.com/DashAsBinSh [17:30] hggdh, how to download them ? should i stick with ubuntu 14.04 or install ubuntu 16.04 then try ? it can be ubuntu 16 that is causing the problem? [17:30] s10gopal: finally, two points: (1) be patient. The fact YOU are affected by a bug does NOT make it important (and people do have to sleep, or work, or have weekends); [17:30] hggdh, someone said the problem is caused by kernel 4.8 onwards [17:31] james_brown: that applies if you changed your user shell to either /bin/sh or /bin/dash [17:31] s10gopal_: (2) if you call !ops again for nothing, I will kick you out of the channel. [17:31] s10gopal_: this is hearsay. YOU have to check it [17:31] hggdh, sorry , i was trying that cmd [17:32] s10gopal_: np, you were not. You were trying to get someone to answer you. [17:32] akik: it seems like I have both directories: /bin/sh and /bin/dash [17:33] james_brown: those are not directories, but files [17:33] akik: yeah mb [17:33] s10gopal_: you can kep on 14.04, and start trying every mainline kernel released after your current kernel [17:33] akik: I actually have bash, sh and dash [17:34] lotuspsychje: For some reasons after upgrade of perl and cpan there is no support for json [17:34] james_brown: when you start bash, it doesn't give you anything back. you can see if you're using bash with: echo $SHELL [17:35] akik: it returns /bin/bash which probably means I'm using bash [17:35] s10gopal_: you can even jump some versions -- if, after jumping to (say) 4.8 you see the problem, then you know the issue is between (say) 4.4 and 4.8. And you can go and try a kernel in the middle [17:35] akik: thanks for the help :D [17:35] hggdh, i should try 4.5 then 4.6 or 4.5.1 then 4.5.2 ? [17:35] s10gopal_: and rinse and repeat, until you have a good kernel and the very next kernel released is bad [17:36] s10gopal_: I would personally go binary search [17:36] raidghost: best way to solve your issue, re-ask your problem with all details, ubuntu version kernel version, what did you do? [17:45] lotuspsychje: had to install HTTP::Cache::Transparent to make a XMLTV EPG grabber to work propperly. Tried to install with cpan. the installer told me that i had to have the latest version to install that module. So i thought sudo cpan upgrade. and after that it seems to brick. Running 16.04. 4.13.0-32-generic #35~16.04.1-Ubuntu [17:47] I just purchased an ultrawide monitor and new video card to run 3480 x 1600. Now I need a way to create keyboard shortcuts to set window locations and sizes (i.e. 1/3 scren, 1/4 screen). Is there a build of Ubuntu that has a window manager app that will do this? If no app is available, what is the best Ubuntu for PyGTK / Quickly development for people with not a lot of coding time? [17:47] inxi -zxxxFc0|pastebin -> https://gist.github.com/anonymous/4921a12ff8d068e8f566d2172d7e44e3 [18:03] Anyone else here running 3480 x 1600 screen resolution? If yes, what do you use to set window locations by keyboard? Split screen produces 1740 x 1600 which is wastefully wide. Manually resizing and relocating windows wastes too much time. === make91 is now known as HeliosisPotato === precise is now known as NotPrecise === NotPrecise is now known as precise [18:06] hey === daenerys is now known as Guest48930 [18:07] Why so quiet with all these lurker? [18:08] Where can I find stable ISO images of ubuntu for free? [18:09] !download | bhermon [18:09] bhermon: Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at https://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Artful, and help keeping the servers' load low! [18:10] ubottu: many thanks, I'll see if I can handle torrent on my fedora image. [18:10] bhermon: I am only a bot, please don't think I'm intelligent :) [18:11] Does anyone know if Shutter is working on Ubuntu 17.10.1 now? It was broken on Ubuntu and Linux Mint for a while. I just got it working on Mint but looks like I'll need to switch back to Ubuntu for tweaking window management. But I don't want to trade one problem for another. [18:14] OK,so fedora doesn't have a distro for torrent, where can I find a compatible rpm or other source? [18:14] lee_, nope, shutter gives garbled screenshots, use gnome-screenshot instead [18:14] thats nothing to do with ubuntu [18:15] FreeBSD store network info in /etc/rc.conf; OpenBSD stores it in /etc/hostname.emo [18:15] where does ubuntu store this info? [18:15] rthornton: depends what's controlling your network interfaces [18:15] rthornton: is this an ubuntu desktop install ? [18:15] yes [18:15] rthornton: then it will be controlled via network manager by default [18:16] i know [18:16] bhermon, fedora comes with transmission, IIRC [18:16] brb [18:16] ikonia: my server is running fedora, and I want to try ubunto, so I need torrent to download an ISO, burn a DVD and load ubuntu, unless there is a better way? [18:16] but whereare the parmaters stored? cant you edit that file? [18:16] bhermon: right, but you're aking for rpms - thats not ubuntu's issue [18:16] rthornton: it's not a flat file format, [18:16] oh ok [18:17] how is it doen with ubuntu server? [18:17] from the interfaces file [18:17] but you shouldn't use that as the same time as network manager [18:17] Ikonia: my bad, looking for source or some sort of distribution method for torrent (bit-torrent?) that is compatible with fedora. [18:18] on my ubuntu droplet/server I am having issues, I set a different server up with a root login, as I get fed up of typing sudo all the time, I can't remember how I did this, so how do I do that? [18:18] bhermon: try #fedora [18:18] so i createda simple ubuntu server virtual machine, which was set dhcp by default. I edited the interfaces file to create static ip, but when i rebooted, it reverted back to dhcp [18:18] SomeT: just type sudo -i" [18:18] ok thanks [18:18] will give it a try [18:18] SomeT: then you are the root user [18:18] ikonia: thx, cul8r [18:18] I don't remember doing that command the last time lol [18:19] SomeT: probably because you tried to enable the root account [18:19] rather than control your access via sudo [18:22] I dont get what you mean [18:22] SomeT: login, type 'sudo -i' - you're now root [18:22] you won't have to type sudo again until you log out [18:23] yeah thats my problem [18:23] I want to log in from the root [18:23] no you don't [18:23] not have to type sudo -i every time [18:23] you want to login as the user and become root [18:23] you only have to type it once when you first login [18:23] but on my other server [18:23] I have done this and all is fine [18:23] I just dunno how I done it lol [18:23] probably I created a new user? [18:23] no it's not [18:23] hence why I'm not telling you to do it [18:23] it' sa bad security risk [18:23] um [18:23] I'm telling you how to manage it properly with minimal hassle [18:23] you see on my other server I was trying to set up a ssh key [18:23] but gave up [18:24] and then I ended up with root account [18:24] so stop both of those things [18:24] how would I revert this? lol [18:24] login, type sudo -i [18:24] thats all you need to do, it's not a big deal [18:24] how do I get rid of root logon on my other account though? [18:24] *other server [18:24] no idea what you did, so can't comment [18:24] * SomeT cries [18:25] *wont [18:25] ? [18:27] ? [18:28] Com check. Will someone please acknowledge seeing this? My IRC skills are rusty so I'd like to know that I'm not talking to myself only. [18:28] lee_ Com check. Will someone please acknowledge seeing this? My IRC skills are rusty so I'd like to know that I'm not talking to myself only. [18:28] SomeT, maybe this page is any help.. https://help.ubuntu.com/community/RootSudo#root_account [18:29] Um, is da5id_ a bot? [18:29] I hope not [18:29] da5id_: please respond to confirm you're not a bot [18:29] He has a quick eye. [18:30] yes it does thank [18:30] Duh, I get it, you echoed my post. Thank you, I am a bit slow... [18:31] ikonia: at least you are seeing my comment, so I know I am not posting to devnull [18:31] I can see it [18:32] with the application switcher plugin in compiz, i'm trying to set "Prev Window (All Windows)" to alt+tab+left arrow, it's not letting me set the left arrow, which is how i had it set up from a previous install. [18:33] is there something i'm missing here? [18:33] da5id_: please confirm you're not a bit [18:33] not a bot sorry [18:33] ... [18:33] da5id_: are you a bit please ? [18:33] bot [18:33] damn it [18:33] no [18:33] perfect, thanks [18:33] but thats just what a bot would say... [18:34] hey guys, just wondering if someone could give me a bit of guidance on this error: "If Python could not import the module virtualenvwrapper.hook_loader, [18:34] check that virtualenvwrapper has been installed for [18:34] VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 and that PATH is [18:34] set properly" [18:34] try #python channel [18:35] will do thanks [18:35] castor00001110, easy find .. https://askubuntu.com/questions/785602/python-virtualenvwrapper-problem-running-the-initialization-hooks [18:37] What solution would be recommended to mix mic and output audio in ubuntu? [18:38] oerheks, didn't quite work. I already have that solution implemented. [18:39] to Ikonia: apparently its nplan, for the ubuntu server, network administration [18:39] it's what ? [18:39] castor00001110, not sure you need to logout/login again to let it take effect? [18:39] !info nplan | ikonia [18:39] ikonia: nplan (source: nplan): YAML network configuration abstraction for various backends. In component main, is important. Version 0.32~17.10.1 (artful), package size 40 kB, installed size 126 kB [18:40] oerheks, I did. [18:40] nplan allows you to write a service-agnostic configuration which at boot-time is processed by a generator to write the correct config for the system's network handling service, systemd-netword or network-manager are the two renders currently supported [18:40] I know what nplan is, but why is that the answer to "where are the config files stored" [18:40] for 17.10 it'll be by default; for 16.04 you'll need to install package 'nplan' [18:41] Im just experimenting [18:41] you're just cutting and pasting what TJ- said in #ubuntu-server [18:42] whats the nplan package? [18:42] I primarily use 16.04 [18:42] npan > netplan ? https://wiki.ubuntu.com/Netplan [18:43] oh ok [18:44] rthornton: read "man netplan" it gives all the information required [18:44] Yes; I didnt relaize that you were in both channels [18:44] I have this error on one of my servers: https://askubuntu.com/questions/204400/ssh-public-key-no-supported-authentication-methods-available-server-sent-publ but my other server has no key setup at all I think... [18:44] Alright, thanks will do. [18:44] I am only doing public key btw [18:45] So nobody knows how to mix mic input and system output on ubuntu? [18:45] SomeT: look in the config if key based authentication is supported [18:45] what config? [18:45] SomeT: what is the EXACT command you are using [18:46] I am literally trying to connect using PuTTy client in windows [18:46] SomeT: what user are you trying to connect as [18:46] do you have pagent running with the private key loaded ? [18:46] I have a fully functioning, complete desktop system on an inexpensive Dell Insipron 3655 running 16.04LTS Mate.. I have vmware installed, and I use a simple OpenBSD vm, as my ssh exposed vm,; I figure its reasonable secure by default. I have the ufw firewall enabled on my host Ubuntu system; do you think there are any serious security flaws or concerns exposing a vm to outside ssh attacks? [18:46] I tried default user name and root [18:46] both same error [18:46] pagent? [18:46] SomeT: you know that the root user is disabled [18:47] SomeT: how are you passing in your private key to putty without pagent ? [18:47] no idea [18:47] it just works on my other server [18:47] I just literally can connect [18:47] then how do you expect to send your key [18:47] what do you mean? [18:47] SomeT, maybe something related to enabling/disabling your rootaccount? [18:47] SomeT: on your other server does it ask you to enter a password / [18:47] basically there are no keys for either server [18:48] but one server lets me login and the other does not [18:48] SomeT: login as what user [18:48] yes it does [18:48] root [18:48] I told you - root is not a valid user [18:48] it lets me do it as that [18:48] I set it up to let me login as root ;) === zzz__ is now known as zzz [18:48] SomeT: yes, on the other server [18:48] SomeT: on the "new" one you just referenced it will be disabled [18:48] on both I set it up like that [18:48] when ? [18:48] I can still access the terminals from the web consoles [18:48] you didn't know how to do it a few minutes ago [18:48] literally 10 mins ago [18:49] someone posted a link [18:49] I told you not to do that though [18:49] see above [18:49] yes thats your opinion [18:49] ok - then I'll leave you alone then, [18:49] rude [18:49] no it's not [18:49] but its not insecure [18:49] you ask advice, I tell you it's a security hole, not to do it, you do it anyway, so I choose not to support that [18:49] it's very insecure [18:49] any way of doing that on either end has the same security holes [18:49] password authenticated root account open on th einternet [18:49] nothing is unhackable [18:50] ok but I could still login as normal user on the internet [18:50] then apply the same password as sudo [18:50] same thing really... [18:50] it's open to root on the internet [18:50] why not just sudo -i as I said [18:50] then why enable the root account [18:50] I mean its not the issue here really, the issue is I can't connect to my server as main user or root [18:51] the issue is you don't know what you are doing and dont follow advice [18:51] so you can solve it on your own [18:51] but what you have advised me makes no difference to my issue [18:51] if so please explain how it does [18:51] else I believe you are just being tedious and uninformative [18:52] SomeT, OpenBSD recommends disabling root level ssh connections, period. [18:52] ok [18:52] but say I done that [18:53] then how do I connect to my server without a key [18:53] why does one server let me and the other not? [18:53] SomeT: because you have configured them differently; compare the configs [18:55] SomeT, I am not expert enough to advise you; I just play a bit with a few virtual machines. My host system is not connected via my router to any outside ssh requests; its too risky, as i see it. [18:57] where is the configs (I asked that earlier) [18:58] hi [18:58] also I disabled root accounts [18:58] hi [18:58] What is the minimal requirement for making a ubuntu box resolvable by Windows machines? [18:58] NetBIOS? WINS? [18:58] youre looking for netbios [18:58] configs, where is the configs? [19:00] in the ubuntu operating system when connecting over SSH where are the relevant configuration config files in respect of SSH??? [19:01] SomeT: see "man 5 sshd_config" [19:01] !patience | SomeT [19:01] SomeT: 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 https://ubuntuforums.org or https://askubuntu.com/ [19:01] so /etc/ssh/sshd_config [19:01] man ssh [19:02] @ducasse I reworded, how rude [19:02] SomeT: user SSH config is under /etc/ssh/ssh_config and ~/.ssh/config [19:02] is that a directory? [19:02] a command? [19:03] man ssh? [19:03] command [19:03] is that my config file? [19:03] SomeT, enable your *rootaccount* again, and it works :-D [19:04] can anyone plz help me with arduino ide on ubuntu , some of my code becames invisible when i scroll [19:04] i am in root [19:04] change font colour [19:05] it becomes like this [19:05] int queue[4]={0,0,0,0},front = -1,rear = -1,var = 0 [19:05] void setup(){ [19:05] pinMode(0,OUTPUT); [19:05] pinMode(1,OUTPUT); [19:05] pinMode(2,OUTPUT); [19:05] ERM [19:05] please post code on a website [19:05] like http://hastebin.com [19:06] sorry [19:06] best be [19:06] * SomeT jokes [19:07] my code become like this [19:07] Weird thing... I've just do apt-get dist-upgrade and now I can't ping anything... [19:08] $ ping 8.8.8.8 [19:08] PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. [19:08] and the cursor stay there... [19:08] Even CTRL-C doesn't work [19:08] booh, 16.04 ? or 14.04 ? [19:09] 16.04 [19:09] booh, sudo apt full-upgrade what it says ? [19:09] 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. [19:10] python-laditools python-oauthlib python-openssl [19:10] booh, upgarde then [19:10] *upgrade [19:13] nothing to upgrade. [19:17] so I checked both my ssh config files on both servers and no difference? [19:17] So weird problem... [19:19] what? === all is now known as Guest18379 [19:19] hello [19:20] hello Guest18379 [19:20] how are you? [19:21] well than you, you're in #ubuntu, and IRC channel on the freenode.net network for ubuntu technical support [19:21] hi [19:21] aib: hi how are you [19:21] а русские здесь есть? [19:22] !ru | Guest18379 [19:22] Guest18379: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [19:22] Guest18379: да [19:22] привет [19:22] привет [19:22] SomeT, then both are wrong, or your key that does not work is created with your enabled root account, there is a reason why ubuntu does not support that. and now we must fix that? [19:22] Guest18379: как дела [19:23] да норм первый раз зашел что тут обсуждают? [19:23] guys, English only please [19:23] ikonia: ok [19:23] thanks [19:24] My initial server that allows me to login on PuTTy telnet client has in directory: ~/.ssh the following files and directories: authorized_keys id_rsa id_rsa.pub known_hosts where as the server thats not letting me in via the PuTTy telnet client has in the directory: ~/.ssh the following files and directories: authorized_keys I can conclude from this and please please correct me if I am [19:24] wrong, PuTTy is not letting me logon due to a lack of a public being generated which I presume is the id_rsa.pub file as mentioned above, no idea what id_rsa is doing though, hopefully not a private key? However I guess my overall question would be how to create a public key on my server and thus would that same key need to be on my computer, because at the moment my initial server is letting [19:24] me login without any public key stored on my computer, I am sorry if I was rude before but I put in the effort to do my own investigation and I hope you can aid me further in figuring out what to do next please? [19:24] SomeT, my best guess: user-id changed. [19:24] so, generate new keys now. [19:24] it did'nt [19:25] the server is letting me login [19:25] but the other one is not [19:25] how do I generate a public key in ubuntu like I did on my other server? [19:25] and do I have to do that as root I take it? [19:26] what is a checksum [19:26] time to read the manual: https://help.ubuntu.com/community/SSH/OpenSSH/Keys [19:26] ok thanks let me know when you have read [19:26] !checksum [19:26] To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM [19:27] it is a sanity-check-number [19:28] SomeT: what oerheks proposed is that *you* read the manual [19:28] thanks to everyone [19:28] ok reading the manual [19:28] now my question is, when I created those initial keys I created a passphraswe [19:28] can't remember what that is [19:28] actually didnt create one nevermind [19:28] lol [19:28] is there some way I can force Ubuntu to update VLC to a newer version?? [19:29] analogical, add the ppas for the newer version [19:29] analogical: it will only use software repos that it knows about [19:29] how to deal with it checksum [19:29] analogical: I strongly advise you only to use trusted sources [19:29] whatc do I put for this: nter file in which to save the key (/home/b/.ssh/id_rsa): [19:29] *Enter [19:30] analogical, snap install vlc ( will bring 3.0 ) >>> http://tipsonubuntu.com/2018/02/09/vlc-3-0-released-install-ubuntu/ [19:31] faster than apt-get :-D [19:31] I can't live without ping... [19:31] install ping then [19:32] Hello, suddenly without any changes to server I cannot start MySQL, I have checked the logs and I think it's something to do with Kernel. LOGS: https://pastebin.com/tzLsSmUR Anyone has any idea why it wont run ? [19:32] how to make my nickname light as your [19:32] it's installed and reinstalled... but not working anymore. [19:32] define "not working" [19:32] netcrime: apparmor is blocking it [19:32] I've just do apt-get dist-upgrade and now I can't ping anything... [19:32] $ ping 8.8.8.8 [19:32] PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. [19:32] booh: that doesn't mean it's not working [19:32] that means icmp echo is not being responded to [19:33] ikonia: why it is blocking it and what is apparmor ? [19:33] even with 127.0.0.1 the cursor just blinking after the first line... and nothing. [19:33] ok so both servers now have both the same files [19:33] netcrime: apparmor is a security tool that has "profiles" [19:33] but one still does not let me login [19:34] do I need to restart anything, the server, the ssh service itself? etc...? [19:34] booh: hi, how to make my nickname light as your nickname ? [19:34] Even If I try CTL-C is not responding. I have to close the terminal [19:34] I just installed Ubuntu on a Mac, using a live USB (worked fine there) and I choose "erase entire disk". The Mac was running Windows XP before (don't ask, it's a gift). When I rebooted after installation, it just says "Error loading operating system" (white text on black screen). When I hold alt (boot key) on the Mac, I just see one boot option, a hard disk labelled "Windows". Anyone know how to troubleshoot? Is this a grub thing? Not familiar with [19:34] Macs... [19:35] ikonia: hmm that's strange MySQL worked for months perfectly fine and I didn't install any AppArmor tool.. Anyways thanks! [19:35] netcrime: I suspect an updated profile has been shipped [19:35] greedy_eti, /nick NEWONE [19:35] netcrime: hence why you didn't "do" anything but now it's blocked [19:35] SomeT, yes, as the manual explains ... /etc/init.d/ssh restart OR service ssh restart OR (systemD) service ssh restart [19:36] greedy_eti, and register with nickserv [19:36] oerheks: you're wasting your time he's already said the configs where the same, but all of a sudden "now" they are the same === greedy_eti is now known as red [19:36] this implies they where not the same before when he said they where === red is now known as greedy_eti [19:36] there is no attention to detail or listening [19:37] ikonia: Well, yeah.. Thanks, i'll try to google how to change those profiles or something.. [19:37] I was on ubuntu 16.04 before dist-upgrade and all was working with the ping. It's an issue since this morning after dist-upgrade. [19:37] booh: give a link to nickserv [19:38] greedy_eti, /msg nickserv help [19:38] booh: thanks! [19:40] booh: here you can write personal message [19:42] DrWatson: hi [19:43] how to get out of the channel after join to other channel ? [19:44] Why this in dmesg? Only one nic embeded in motherboard. I realtek. 1.146698] r8169 0000:03:00.0 eth3: renamed from eth0 [19:48] anyone know if there is a reason why on logging into terminal it does my keys like: ^A ^B ^C etc... [19:48] I can't type normally in it [19:48] dunno if I have accidently pressed something [19:48] At me aircrack-ng does not rob, not catch o handshake. SOS! [19:48] uh? [19:48] Anyone familiar with booting Ubuntu on a Mac? Does it still use grub? I'm getting "error loading operating system" after installing via live USB. [19:49] balleyne: as I recall it chainloads grub [19:51] yeah it would seem its an ubuntu issue [19:51] only one of my servers is doing it [19:52] SomeT: via SSH or locally? === jelly-home is now known as jelly [20:05] Hi. Every time i open LibreOffice, it try to recuperate an old session abnormally ended. aborted. Then Office task is killed without any more warning. Then the document it tried to recuparate, still remain in recuperation list. No way to use office in any manner i know. I get looped in that. I dont need this document. Thanks in advance, Yves, Asbestos Qc [20:05] hi [20:12] Guys, why cant i install kodi-17.6, https://pastebin.com/pNQdFkfE? [20:12] whats wrong with https://pastebin.com/pNQdFkfE [20:12] trumee: because you have missing depdencies [20:12] LevierMRQ, remove that old session from ~/.config/libreoffice/4/user/registrymodifications.xcu >> https://askubuntu.com/questions/244661/libreoffice-always-shows-recovery-process-at-startup-due-to-failing-recovery-ite *or* delete the whole ~/.config/libreoffice folder completely [20:13] ikonia, how do i find out the missing dependencies? [20:13] LevierMRQ, the last one is faster, but you will loose personal settings and such [20:13] trumee: it's telling you on the error [20:14] ikonia, i dont see any package names or list of files [20:14] kodi : Depends: kodi-bin (>= 2:17.6+git20171114.2125-final-0trusty) but 16.1~git20160425.2147-c6f6e0b-0 is to be installed [20:14] it's actually listing the packages and versions [20:15] ikonia, yes but what is missing in kodi-bin (>= 2:17.6+git20171114.2125-final-0trusty)? [20:16] trumee, what release are you on [20:16] trumee: it's telling you the version is wrong, it's telling you what it needs and what's going to be installed [20:16] that's what's missing, it's telling you clearly [20:17] ikonia, i was hopping it would tell me, xx and yy are the dependencies which are not available [20:17] it is [20:17] re-read the line I've just pasted [20:18] it's telling you the exact packages and versions [20:18] trumee, maybe they've stopped supporting 14.04 [20:22] @ikonia help me [20:22] SomeT: no [20:22] why my terminal typing like: ^A ^B ^C etc... [20:22] I am stuck [20:22] Hi! Seeking some guidance in regards to changing terminal font in Ubuntu. When I do so, it adds some weird spaces and some characters overlab some other places... How do I get a font like Ubuntu to actually show as it's supposed to? [20:22] I am locked out my system [20:22] oerheks: Fixed by following your advice. Thanks. [20:22] not my problem [20:24] but do you know the answer? [20:24] if you could answer me that then at least I know there is a solution [20:24] I'm pretty sure I could work it out [20:24] so there will be an answer [20:24] Everyone, thanks for your help, everyone. Must quit now because of bad connect. Have a good day. === mkv is now known as m4v [20:25] LevierMRQ, have fun! [20:26] so I think I figured out part of it [20:26] my ctrl key is stuck [20:26] but how to unstick it, its not physical its just in that temrinal [20:26] and I can't reboot [20:29] r key makes it do return [20:31] https://cdn.pbrd.co/images/H7bXwxX.png [20:31] its crazy [20:54] internet is working, traceroute is working, host is working but ping no. [20:54] I need to be able to ping, I use it a lot to configure devices. [20:54] that's a bad idea [20:54] icmp is not a reliable way to test a network device [20:55] All was working before dist-upgrade. I upgrade from ubuntu 16.04 to 16.04 [20:55] you said that [20:56] I have never seen this kind of problem with a linux command... [20:56] a basic linux command. [20:56] arp is working too. [20:56] arp is nothing to do with icmp === zzz is now known as Guest81794 [20:57] Also, I install a new network card. [20:57] to see if the embeded is broken. === zzz___ is now known as zzz [20:58] ping 127.0.0.1 freeze too. [20:58] The command freeze. CTRL-C isn't working. [20:58] strace it [21:05] i need help [21:06] what's up [21:06] Hello there, I have an encrypted ssd with a Time Machine image from Apple. I need to access it, I have tried tmfs, but that didn't work. I am running 17.10. Any ideas? Thanks in advance [21:06] I don't need help but I need ping :D [21:06] my inglish is bat [21:06] booh: you've been told what to do [21:06] but, i dont have wireles [21:07] perboyre: what is your native language [21:07] portugues [21:07] brazil [21:07] !pt [21:07] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [21:14] I don't know strace. [21:14] I'm installing virtualbox to try inside a vm... [21:14] why [21:15] I am curious [21:15] what value is that ? [21:15] just strace the binary [21:15] Let's say I install an application manually, how can I make it show up as an application in the Ubuntu application menu? [21:15] find out what's actually going on [21:15] I don't know strace [21:15] ok, either a.) learn b.) ask for help with it [21:18] Romantic, need to create a .desktop file for it [21:20] Romantic, plenty of answers https://askubuntu.com/questions/64222/how-can-i-create-launchers-on-my-desktop [21:20] hmmm, every time I load up Xubuntu it seems to gaster.easter and ft f [21:21] *faster and faster. [21:21] Apparently Hexchat likes to mess up what I type === HairToday is now known as JPSman [21:25] Draconiator: your problem is that xubuntu is too fast? [21:26] LOL no. [21:26] just an observation [21:26] Draconiator: just don't test gnome then :) [21:30] i need a headless linux app made for my project paying in bitcoin anyone interested priv me thanks [21:30] WinXP used to be installed on here...and it was too bloated to be useful...this netbook runs like a dream now and I may even use it as a small server. [21:31] techneeded1: please don't advertise that sort of stuff here [21:35] write(2, "ping: Lacking privilege for raw "..., 40ping: Lacking privilege for raw socket. [21:42] Hi! Seeking some guidance in regards to changing terminal font in Ubuntu. When I do so, it adds some weird spaces and some characters overlab some other places... How do I get a font like Ubuntu to actually show as it's supposed to? [21:45] even in strace, in root, ping just freeze. I must close the terminal. [21:45] eXino, try something like that to begin with or to compare http://ezprompt.net [21:47] dekatch: Not sure what you want me to do with it? Sorry, still new to linux. [21:47] you want to edit the font from your terminal eXino . in order to do that you need to edit .bashrc [21:47] oh wait no, i may be confused [21:48] i am actually just referring to the ps1 [21:48] eXino: are you on desktop or server ? [21:48] dekatch: With what exactly? I've just chosen a custom font the Edit -> Profile Preferences -> General -> Use custom font. I don't see what your link has to do with that :P [21:48] adalbert: Oh okay :P - I'm on desktop [21:49] eXino: and what is the name of the terminal you are using ? [21:50] adalbert: Default one. Dunno what that is? [21:51] eXino: oke, me neither cause i'm on xubuntu , mine is xfce-terminal [21:51] How would I go about figuring out the name of it? Sorry for my ignorance. [21:51] eXino: you could install guake, it's a great terminal with it's own font preferences in settings. [21:51] adalbert: Ok, let me search it up etc. [21:54] adalbert: As I'm using weechat, would that still me installed and available through Guake? Asking again, because I'm simply new to linux and trying to learn and understand it :) [21:55] sure weechat works on guake , but I know read guake is a gnome env terminal , so you need the gnome libs aswell [21:56] adalbert: Ok, ehm... How do I do that? /me feels like a kid learning how to turn on my PC for the first time. [21:56] eXino: when you use apt install guake , all the dependencies for it are installed aswell, so the gnome libs included [21:57] Okay, so I just "sudo apt-get install guake" and the rest is done by itself? [21:57] eXino: yup, you should be oke [21:58] i'm reading all this stuff about guake and was wondering if it was a new Quake clone :OD [21:58] I'll give it a go then. Thanks so far :-) [21:58] JPSman: As I can read, it is inspired by Quake actually, lol [21:58] eXino: after installation run guake-prefs , so you can fine tune it to your needs [21:59] eXino, LOL --- too bad i can't "impulse 9" my desktop [21:59] eXino: JPSman : it's a drop-down terminal activated by a key combo, just like in the old days of quake [22:00] that is quite hilarious [22:00] it is :D [22:00] but it is a super terminal imo [22:01] sv_hostframerate 0.05 [22:01] How would I go about making guake start by itself without me having to launch it through the default terminal? [22:01] slow down reality [22:02] yeah, I wanna know stuff like that too - whats the best way to start a process at login? [22:03] eXino: JPSman sec i'll imgur that for you [22:03] adalbert: thanks! [22:04] https://imgur.com/a/On34Z [22:04] add it to session and startup ... [22:05] Uhm, I cannot find that in ubuntu? I can see something called Startup Applications from which I have to find it manually in the folders somewhere :O [22:05] Session and startup.... is that in 16.04?? [22:06] it's an xubuntu application, sorry have to find that some where else then [22:06] xfce4-session-settings [22:08] Still have to find it manually in the system somewhere there as well. What folderdestination is it located at? [22:08] eXino: /usr/bin ? [22:08] eXino: /usr/bin/guake [22:08] All programs are installed there? [22:09] most in /usr/bin system admin in /usr/sbin [22:09] adalbert: See, that's something new I just learned. Didn't know that. Then I can add it to Startup Applications, which is basically the same as what Sessions and Startup is :) [22:10] eXino: great, enjoy your new terminal [22:10] adalbert: Thanks! :-) [22:11] Wil test it now. [22:11] I guess you're using it too? [22:12] eXino: it's my favorite terminal other than the standard xubuntu one [22:12] adalbert: Cool :) [22:13] brb, will restart and test it [22:17] adalbert: Ok, so I just switched, but the font issue is still the same in this terminal. [22:18] Must be OS wise somehow. [22:18] xrdb -load .Xdefaults [22:18] eXino: oh really ? hmm, then it's system font related ... [22:19] eXino: can you upload a picture to imgur.com so I can see what your font looks like ? [22:19] https://imgur.com/a/B1pZn, is the first of my virtual desktops ... === Jochen_wvdT is now known as Schlawiner [22:20] I can't even hide guake right now because I changed the keybind and the new one apparently doesn't work... one moment :)= [22:21] eXino_: you can also show and hide guake by clicking on the green guake taskbar icon [22:22] adalbert: Ok, fixed it. How do I change a picture quickly in linux and upload it to imgur? [22:22] I'm used to use ShareX on windows, lol [22:24] in a terminal type $gnome-screenshot -w --delay 3 [22:24] adalbert: You can see it on this link - https://askubuntu.com/questions/72023/why-are-letters-overlapping-in-the-terminal [22:25] Does anyone have a working install of Shutter on 17.10? The old bug where all screen shots capture only an array of Shutter logos is still in Shutter 0.93.1. This bug was also in Linux Mint but has been fixed now. === LevierMRQ1 is now known as LevierMRQ [22:26] eXino: i see, have you tried any of the answers to fix it ? [22:27] adalbert: I tried as best of my ability, but I'm not sure if I did it correctly. [22:28] Use fixed system width is an option I cannot find. And the ttf font family suggestion is something I'm lost with. I tried something from another guide, but I don't think it was the same and it didn't make any difference. [22:28] haven't tried the purge pango-graphite thing. === Zren_ is now known as Zren === multi_io_ is now known as multi_io [22:32] I have an encrypted swap partition that seems to have "disappeared." [22:33] The underlying disk partition is there, but I have to set it up again manually every time I reboot, and then it is not there on the next boot. [22:33] When I do boot, the system takes forever, ends up in busy box. [22:34] I type "exit." It boots, and I can enter the passphrase for the encrypted home partition. [22:34] I've tried googling, but all I come up with are instructions for setting this up in the first place. Nothing on how to repair it. [22:35] eXino: I'm reading this link https://wiki.ubuntu.com/Fonts , maybe it helps. [22:35] When I follow any of the instructions I've found, I get the behavior described above. [22:35] Anyone dealt with this before and have any suggestions? [22:36] adalbert: I'll give it a go, one moment [22:36] This started today. The laptop "froze" when waking from sleep and I had to power it off with the power button, so I'm sure something was corrupted. [22:36] Dyrcona: show the contents of /etc/fstab and the output "blkid" generates on a pastebin [22:36] !paste | Dyrcona [22:36] Dyrcona: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [22:38] Dyrcona: also which ubuntu version is this? run: lsb_release -ds [22:39] tomreyn: https://paste.ubuntu.com/=DTRvcpH49V/ [22:39] It's Ubuntu 17.10. [22:40] You'll notice /dev/mapper/sda1_crypt is missing. That's what happens when I reboot. [22:40] Dyrcona: and finally (?) output of "cat /proc/swaps" [22:40] is it just me or are gdebi and software store both broken for double clicking debs on a fresh install? [22:40] 17.10 [22:40] swap is on presently on. [22:41] oops. swap is off, I meant to say. [22:42] adalbert: I'm reading alot of people mentioning that monospace works best for terminals as characters are placed in grids, which monospace places characters in the middle of, where as other fonts may put them off. Still seems weird that they will overlap sometimes though. [22:42] Last time, I added the partition back using these instructions: https://feeding.cloud.geek.nz/posts/encrypted-swap-partition-on/ [22:42] I'm using monospace now though. Will be good enough for now :) I'm off for today, thank you for your assistance! :) [22:43] I also edited /etc/crypttab since blkid reported a different UUID, and the ran update-initramfs, hoping all of that would fix it, but nope. [22:44] hmm, gdebi doesnt prompt for password, it just closes [22:46] Dyrcona: /dev/mapper/sda1_crypt (which fstab thinks is your swap partition) is not listed in blkid output. did you - after verifying this destructive action does not overwrite data you still need - "mkswap /dev/mapper/sda1_crypt" ? [22:48] Dyrcona: also be sure to check "dmesg -T" output for hardware errors since the swap partition vanished unexpectedly with what you assume could be some kind of corruption. [22:50] tomreyn: These are the steps that I took last time to try and fix it: https://paste.ubuntu.com/=fnDQkvJx7d/ [22:50] tomreyn: /dev/mapper/sda1_crypt disappears on reboot. [22:50] Dyrcona: /etc/crypttab should point to the LVM encrypted device which the swap partition is layered into [22:52] blkid /dev/mapper/sd1_crypt << typo, you lack and 'a' in "sd1_crypt" [22:52] tomreyn: Yeah, I copied the wrong entry from history. [22:53] tomreyn: /etc/crypttab has 2 lines. This is the relevant one: sda1_crypt UUID=2f102a94-69e8-45ea-8e66-58ee4c1ca8fb none luks,swap,discard [22:53] That was the UUID from the successful blkid. [22:53] dmesg -T shows no problems that I can see. [22:57] hello [22:58] word [23:00] Dyrcona: so, basically there are two ways you can use encrypted swap. one, which you seem to be trying to use, is to have a static swap partition, which persists across reboots and must be unloicked on boot. The other is to create the swap file system every time you boot, with a random passphrase. This one doesn't require you to enter the passphrase on boot. i do not know how well it works with suspend to disk or RAM. Suspend to RAM is not a [23:00] good thing to use with full disk encryption. [23:03] Dyrcona: ok so the method with the random passphrase doesn't work with suspend to disk (hibernation). and i assume that's what you intend to use. [23:04] tomreyn: I haven't set up anything up for suspend to disk specifically, so I think I'm doing suspend to RAM. [23:04] That may explain why it has locked a couple of times when waking from sleep and something was in swap. [23:05] Dyrcona: well, you shouldn't suspend to ram if you plan to have any benefit from FDE. it will store your decryption passphrase (unencrypted) to ram, from where it can be extracted at any time. [23:05] consider this instead https://wiki.archlinux.org/index.php/Dm-crypt/Swap_encryption#With_suspend-to-disk_support [23:06] the guide you used is not the best [23:06] it's also quite old. nowadays you want to use xts encryption [23:07] and ubuntu default to it, too, i think. aes-xts-plain64 [23:08] tomreyn: I didn't use that guide initially. I did it during installation, though it came out weird. [23:08] I had to coax the installer to get what I wanted. [23:08] It looks like I may have to go that route again and just encrypt everything. [23:09] I didn't want to reinstall because it means reinstalling applications and configuring again. [23:09] just encrypting swap and nothing else is not overly helpful. it's a good start but really not enough. [23:10] I encrypted swap and /home. I don't really care about /, but I may have to encrypt it, too. [23:10] IIRC, the installed didn't seem to like encrypting everything or made it difficult to put /home on the second drive when I asked to encrypt everything. [23:10] s/installed/installer/ [23:12] tomreyn: Thanks for the suggestions. I guess I'll just reinstall the O/S and deal with the pain. At least I have backups of my data. [23:13] the installer should offer to setup "full disk encyption with lvm" or something, that's the option your should choose. [23:13] Yeap. I'll give that a shot. Just making a last backup.. [23:14] you can always move /home to the second drive later === jstein_ is now known as jstein [23:41] hey guys someone on here told me a vmware that was free yesterday. anyone recall that? [23:42] It was like.. box something [23:43] virtualbox [23:43] im using it right now actually :) [23:43] Budgii, https://www.virtualbox.org/ [23:44] exit [23:44] Thanks guys! [23:44] which is better....vmware or virtualbox? [23:44] imo, vmware is better under a win host and vb is better under a linux host [23:45] they also each have a few small things the other does not [23:45] Okay, i'm not sure which version to download. Im on Budgie. [23:45] (Virtual Box) [23:45] the unbuntu one [23:45] 16.04, 16.10 or 17.04? [23:46] when did you get budgie? [23:46] Budgii, it's the same [23:46] hmmm....I lookd for these in the past and remember seeing that there was a consensus on the question, but I don't remember which was the winner... [23:46] Budgii, regardless of release [23:46] I've had it for a few weeks rangemonger [23:46] 17.04 is not only the version but the date that that ver of ubuntu came out [23:46] Okay, ill just get 10.04 [23:46] 17.04* [23:47] 17.04 is no longer supported. [23:47] Budgii, 17.10 which is still supported or even 16.04 [23:47] Virtual box package for different types of linux is what i'm talking about kostkon [23:47] 18.04 cant come soon enough, 17.04 seems really buggy to me [23:47] there is an i386 and amd64 version, i chose i386 [23:47] *17.10 [23:48] Budgii: depends on which ver of linux youre on [23:48] are we still talking VirtualBox Rangemonger? === nikos is now known as Guest39207 [23:48] Yes, i understand that. i'm on Budgie [23:48] Budgii, well does uname -r say [23:48] what* [23:48] -r... thaaats what it was, i was looking for the right switch [23:48] i meant ubuntu 17.10 [23:49] its just been problematic for me [23:49] 4.13.0-32-generic [23:49] wait, do -a [23:49] hmmm.....interesting...it maybe is not just me...17.10 seems sluggish [23:49] Linux Alien 4.13.0-32-generic #35-Ubuntu SMP Thu Jan 25 09:13:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [23:49] Budgii, better do -i i.e. uname -i [23:49] gdebi doesnt work right on 17.10 [23:49] Budgii, so amd64 [23:50] the software stores installer doesnt either [23:50] Thanks! [23:50] i keep having to use the terminal to launch things via sudo for them to work [23:50] AMD64 doesn't mean an AMD processor right? [23:50] it can be intel or amd [23:51] Awesome. I was going to say I should have an i5, not AMD... [23:51] its just so called because amd was first to make a x86_64 bit cpu [23:51] If it said that, i'd be like ?? with my HP. :P [23:51] gotcha [23:51] Budgii, the wikipedia page has an explaination why 64bit designation is termed AMD64 [23:51] same reason its i386, i meaning intel [23:52] intel used to have its own 64bit [23:52] ia64 [23:52] the itanium cpu [23:52] Thanks BenderRodriguez. I probably won't read it cause i'm feeling lazy about it. xD [23:52] it only emulated 32bit stuff [23:52] it failed [23:52] >:{ [23:52] amd, on other hand, extended x86 to add 64bit [23:53] The vm doesn't do 64bit windows? [23:53] hey guys having problems with wifi, it's hard and soft blocked [23:53] since it was so successful, intel follwed suit [23:53] anyone have an idea? [23:53] the 'itanic' [23:53] Budgii: it does [23:54] rangemonger, i'm only seeing 32Bit versions in the list to set it up/ [23:54] in virtualbox? [23:54] Yes. [23:54] I clicked new and under the options i only see 32 bit versions. [23:55] sure you didnt install the 32bit vb? [23:55] Ill check,when i DL'd it, it opened up the software center. [23:55] rangemonger, looks like it [23:56] From here: https://www.virtualbox.org/wiki/Linux_Downloads I downloaded the Ubuntu 17.04, AMD64 option [23:57] is vt-x on in your bios? [23:57] vb needs vt-x do do 64bit guest os [23:57] Maybe I didnt, i think i ran the i386 that i first downloaded. I'll give it another shot [23:57] oh [23:59] Hmm.. still offering 32 bit. [23:59] Its definitely 64bit machine [23:59] check your bios for vt-x [23:59] Whats that? [23:59] really dont feel like rebooting right npow [23:59] hardware virtualization, the vm will see the real cpu [23:59] Budgii, you need to enter your uefi/bios and enable vt-x/amd-v [23:59] its much faster and 64bit guests need it [23:59] I don't really need windows so i'll just go with 32bit for now