[00:00] airos: this appears to be it https://openbenchmarking.org/system/1110021-LI-INTEL808685/sandy/lspci [00:01] airos: and that matches your dmesg log for the PCI device at pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601 === nchambers is now known as uplime [00:03] TJ-: if you want I can restart on the live cd and run lspci [00:03] airos: this looks like somehow the SATA ports have been disabled, is that possible in the system's BIOS/firmware setup? [00:04] TJ-: I will check [00:04] airos: did the dmesg output report the ahci module loading? is it still loaded ("grep ahci /proc/modules") ? [00:04] now [00:06] airos: I've just checked and the ahci.ko module declares an alias that matches the device ID of the AHCI controller reported in that dmesg: "pci:v00008086d00001C03sv*sd*bc*sc*i*" [00:08] TJ-: I'm in the BIOS, now, about the sata controller, everything seems to be up. I can choose the sata mode selection between ahci and ide [00:09] airos: and it should be AHCI, which it is now I guess [00:09] airos: the setup can see the hard disk in it's boot order options? [00:09] TJ-, btw I solved part of the overlay mystery. I was sloppy about the version numbers. the overlay module seems to have vanished somewhere in the xenial updates. https://paste.ubuntu.com/p/tN8NDf45rB/ [00:10] TJ-: yeah the default was ahci. The hard disk is present in the boot order [00:10] so I'll rebuild my live USB with Ubuntu 16.04, w/o the .3 [00:10] Sven_vB: that looks like a bug; unless the idea was to remove support for persistent installs. I wonder who'd be responsible since we're about to spin the 16.04.5 ISOs [00:10] nacc: ^^^^^^ any ideas [00:11] TJ-: 16.04.4, sil2100 is doing it [00:11] TJ-: i have a foggy memory of overlay or aufs replacing one or the other === marc7 is now known as Guest25319 [00:11] airos: Well, the only other thing I can think of is you're some custom rules in /etc/modprobe.d/ that is blacklist-ing ahci module (since it should load automatically) [00:11] i recall some config issues in one of my upgrades with my sbuild stuff [00:11] I'll ko-grep for aufs [00:11] nacc: thanks :) [00:12] TJ-: np [00:12] Sven_vB: iirc, they provide equivalent functionality, but i've not looked closely [00:12] aufs seems to be in all images that I have. https://paste.ubuntu.com/p/Jgt2m8vnQg/ [00:12] Sven_vB: hopefully that'll help you - you might find sil3100 in #ubuntu-devel at some point [00:12] sil2100 even! [00:13] TJ-: so I reboot with the live cd to check ? [00:13] TJ-, I'll just try with the older ISO and maybe it works. [00:13] nacc: it seems to have broken the live ISO persistence feature [00:13] airos: yes, since the LiveISO sees the disk correctly doesn't it? [00:14] TJ-: yeah it does [00:14] airos: so there must be something in the installed OS that is doing something to the initrd.img that blocks that module loading, or loading but not finding devices [00:14] TJ-, nacc, my failure case involves creating the live USB with unetbootin on a 32bit trusty. dunno whether that's a required condition for failure. [00:14] airos: i suppose the module could be corrupt but I'd expect the kernel to complain in dmesg quite loudly if so [00:15] TJ-: hummm yeah it should [00:15] airos: we can check that once the LiveISO is booted and we can see the drive again :D [00:15] Sven_vB: TJ-: i don't have time to dig right now [00:15] join [00:15] airos: and you can grab an "lspci -nnk" for me [00:16] nacc: no, don't expect you to, thanks for the pointers [00:16] nacc but do you know which package to file a bug against for the liveISO images? [00:18] Sven_vB: TJ-: i supposed you could check those kernel's configs [00:18] for CONFIG_AUFS_FS and CONFIG_OVERLAY_FS [00:19] TJ-: i'm not sure livecd-rootfs is what actually builds them, i thoguth [00:20] TJ-: but i'm not sure where the bug is/why [00:20] TJ-, https://pastebin.com/npNDzQgg [00:20] nacc: right, I just noticed that one , so we can report a bug [00:20] TJ-: you might start with #ubuntu-kernel [00:20] Sven_vB: ^^^^^^ [00:20] TJ-: and see if it's a 'known' issue or so? [00:21] I suppose it could be 'casper' as its the casper persistent feature [00:22] yeah [00:22] Sven_vB: aha!! Bug #1279106 [00:22] bug 1279106 in casper (Ubuntu) "Customized LiveUSB setup cannot handle persistence" [Undecided,Confirmed] https://launchpad.net/bugs/1279106 [00:23] airos_livecd: Yay, that is the same lspci I found so I wasn't on a wild goose chase [00:24] TJ-, nice ^^ [00:24] airos_livecd: once you've mounted the root fs, do "pastebinit <( grep -rn ahci /mnt/etc/modprobe.d/ )" [00:25] TJ-, thanks! [00:27] TJ-, the grep return an empty result [00:27] TJ-, so no weird rule to disable ahci... [00:27] however that bug doesn't mention a missing kernel module, and afais the patch isn't about that either [00:27] airos_livecd: so nothing blacklist-ing it then. [00:28] Sven_vB: it was my supposition based on what you reported that it was missing overlay but I may be incorrect [00:29] well my ko-grep confirmed that the overlay(|fs).ko is indeed not present in the .3 iso [00:29] …'s initrd [00:30] Sven_vB: look at the other bugs too: https://bugs.launchpad.net/ubuntu/+source/casper?field.searchtext=persistent [00:31] airos_livecd: what is the liveISO kernel version "uname -r" ? [00:33] airos_livecd: can you pastebin the current dmesg? [00:34] TJ-, 4.14.0-kali3-amd64 [00:34] airos_livecd: so much different version that the installed one [00:34] TJ-, https://pastebin.com/Ye87yKT9 [00:35] airos_livecd: let's try a wide-spread search for anything mentioning AHCI: " sudo grep -rni ahci /mnt/etc/" [00:37] TJ-, empty... [00:37] airos_livecd: this is getting weirder [00:38] how do I determine the filesystem of a partition? my script has "LANG=C stat -f -c %T /dev/sdb3" which seems to have printed "msdos" in the past, but today it prints "tmpfs". [00:38] TJ-, yeah ... [00:39] oh and it's still a FAT32 partition as expected. [00:39] TJ-, it can help you to know that the thing which break the system was a apt upgrade interrupted during kernel install because /boot was full [00:40] TJ-, maybe the initramfs is breaked [00:40] After this failed update, the laptop never boot again [00:41] airos_livecd: we rebuilt them all, and the list of modules looks correct... the kernel and udev should automatically add the module matching the hardware at boot. We know that didn't happen, which is why I suspected a blacklist [00:41] should I do a dpkg --reconfigure all [00:42] airos_livecd: it won't help that I can see... you rebuilt all the initrd.img files 2 hours ago with "update-initramfs -vu -k all |& tee /tmp/initramfs.log" [00:43] airos_livecd: oooooo! idea! let me go check something [00:43] TJ-, yeah but maybe update-initramfs is not consistant === chat is now known as Guest84732 [00:46] airos_livecd: nope, false alarm. I wondered if the /lib/modules//modules.dep etc weren't there but it seems they were - the only kernel version missing them was 3.13.0-128-generic [00:46] airos_livecd: I've got the log file - it's consistent [00:47] airos_livecd: the only possibility is the one I mentioned earlier - if you didn't correctly mount the /boot/ file-system into the chroot before running that command then the wrong initrd.img might have been loaded. Shall we check that? [00:49] TJ-, hummm the file generated is supposed to be initrd.img-4.4.0-116-generic ? [00:51] airos_livecd: "sudo mkdir /sda1 /rootfs; sudo mount /dev/sda1 /sda1; sudo mount /dev/mapper/saiph-system /rootfs; pastebinit <( md5sum /sda1/initrd.img*; md5sum /rootfs/initrd.img* )" [00:52] airos_livecd: the files generated are initrd.img- for each kernel version. [00:52] airos_livecd: hang on!! wrong command again :D [00:53] TJ-, yeah, the date of the file doesn't seems good (22:00 but it's 1:53 now) [00:53] airos_livecd: the last command should be "pastebinit <( md5sum /sda1/initrd.img*; md5sum /rootfs/boot/initrd.img* )" [00:53] airos_livecd: this will help us check if you've got different files due to not mounting /boot/ correctly before update-initramfs [00:54] TJ-, I juste rm -r * the /boot of the rootfs when /dev/sda1 is not mounted ... sorry [00:54] TJ-, just before you send me the commands [00:55] airos_livecd: ahhh foooey. Well, at least now there CANNOT be 2 sets, so let's create the chroot the correct way and regenerate [00:55] airos_livecd: did you already configure the chroot like I described earlier ? [00:55] TJ-, I'm currently doing it [00:56] airos_livecd: Let me confirm the commands for you so I know it's done correctly [00:57] TJ-, arf my live cd was not at the good timezone. when I'm chrooted I see that the last generated initrd is at 23:27 which is probably the time when we did it [00:57] airos_livecd: "for n in proc sys dev dev/pts etc/resolv.conf; do sudo mount --bind /$n /mnt/$n; done; sudo chroot /mnt" then "mount -a" at which point " ls -l /boot/" should list the vmlinuz* initrd.img* Symbol.map* config* files [00:58] airos_livecd: do "grep boot /proc/mounts" to be sure the correct file-system is mounted too [00:58] airos_livecd: I presume that should be /dev/sda1 /boot ? [01:00] airos_livecd: you can then again do "update-initramfs -vu -k all |& tee /tmp/initramfs.log" [01:01] TJ-, http://dpaste.com/3ESAYD7 [01:01] TJ-, maybe I'm doing something wrong because I find myself with a shell like root@kali after chroot instead of root@saiph [01:03] that us correct [01:05] TJ-, http://paste.ubuntu.com/p/xgykcyKNHt/ [01:08] airos_livecd: that looks the same as last time, and correct [01:09] airos_livecd: did you confirm "grep boot /proc/mounts" in the chroot shows the correct partition ? [01:09] airos_livecd: presumably /dev/sda1 /boot ? [01:09] TJ-, it's strange, I have two initrd.img for the 4.X kernel: initrd.img-4.4.0-92-generic and initrd.img-4.4.0-116-generic but the update-grub onyl see the 92 one [01:10] airos_livecd: in /boot/ is there a vmlinuz-4.4.0-116-generic ? [01:10] TJ-, no [01:11] airos_livecd: that explains it then! do "apt --reinstall install linux-image-4.4.0-116-generic" [01:14] TJ-, ok I regenerated everything, time to reboot? [01:14] airos_livecd: yes :D I'm going to dive into the shower whilst you do :p [01:15] with the older xenial ISO I managed to reached the systemd outputs stage, and now it's at a stage where the screen constantly changes between black and a very dark gray. the effect is similar to one I had when booting the 32bit xenial from disk, it was a gnome session crashing in a loop because it tried to use some 3D feature. I solved that by switching to xfce, but how to fix it on the live USB? it doesn't even have network at this [01:15] stage. [01:17] !info games-finest [01:17] games-finest (source: debian-games): Debian's finest games. In component universe, is optional. Version 2.1ubuntu1 (artful), package size 4 kB, installed size 24 kB === Sven_vB_ is now known as Sven_vB [01:18] back again, hope I haven't missed the answer. [01:19] of course I could chroot into my casper-rw and install xfce. I'd prefer a less invasive approach though. [01:19] installed size 13 gb ... [01:19] oh the package itself [01:21] TJ-: After the reboot, the 4.4.0-116was not in the advanced list...it still doesn't work. I will investigate this tomorow, I need to sleep. Thanks a lot for the long time you dedicated to me. Have a nice day [01:21] airos: thanks, and keep us updated on this one! [01:22] airos: are any other (USB?) devices attached when you boot the laptop? [01:22] In Ubuntu's /etc/resolv.conf nameserver 127.0.1.1 -- and it's really slow to resolve domain names to ip addresses, a few seconds before ping starts. However if I change to nameserver 8.8.8.8, resolving domain names to ip address is instantaneous. [01:22] airos: wondering if it could be reading the boot loader from a different device [01:22] TJ-: yes the live key was plugged [01:23] airos: try booting it without anything else connected [01:23] I will [01:23] thanks [01:23] Is there a way I can somehow make the 127.0.1.1 nameserver faster? [01:24] jkdr_: the localhost dns server is set with the upstream DNS servers your gateway provides (usually via DHCP), which might in turn be using your ISPs DNS servers === ianychoi_ is now known as ianychoi [01:28] jkdr_: if you're using Network Manager you can check which DNS servers have been provided with "cat $(ls -1tr /var/lib/NetworkManager/dhclient* | tail -1 )" [01:29] jkdr_: look at the "option domain-name-servers" [01:38] :/ tried in another computer that has 3D graphics but the graphical session still gets stuck right when it should start. screen is dark gray for several minutes now. [01:48] time to give up. maybe it'll work tomorrow. [01:50] hello [01:50] Just a stupid question [01:50] My keyboard every so often decides to type a ton of letters at the same timeeeee [01:50] like that [01:50] has anyone ever seen this? If I am typing a word it will extend the whole word instead of just a single letter as well [01:50] this is just becoming so frustraaatinnnng annnndddddddd [01:50] babahulk, could it be a mechanical problem? maybe a key getting stuck? [01:51] It seems like it is more than a single key but every key every so often [01:51] I tried chhhhhhheeeeeeeeeeeeeeckkkkkkkkkkkkkkkkkkkkkkkkking the repeat [01:51] but it wasn't helping when removing [01:51] is the keyboard connected directly or do you have some device like a USB KVM involved? [01:52] it is direct on a laptop [01:52] the built-in one or via some cable? [01:52] sometimes the backspace counts as the extra key as well so it will delete a ton instead of a single letter if I need it [01:52] build it [01:52] built in* [01:53] tried turning repeat off completely instead of changing the delay to a higher amount [01:53] try to attach a USB keyboard and check whether it occurs with that one as well. this way we can tell apart software from hardware problems. [01:54] Ah that is a great Idea thank you! [01:54] let me check it out [01:54] yw [01:58] Does ubuntu have a GUI for managing VPN connections? [01:59] I tried using kvpnc but it crashes all the time [02:05] bobdobbs: there are various VPN-type plugins for Network Manager [02:06] bobdobbs: you can list what is available with "apt-cache search -n network-manager*" [02:10] am running out of space-for fresh install of ubuntu what would you recommend I do with the storage to get a mix of performance and speed with space i have [02:10] i have 3x1TB 7600 1x3TB 1x120GB SSD [02:11] dont mind partitioning and reordering what is where [02:12] currently OS is on 120GB [02:16] noj_: how in the heck are you running out of space lol [02:17] rofl on my 120GB drive i am running out of space [02:17] personally would you bother about the os being on the ssd [02:17] is it bad for the life cycle [02:18] constant rewrites [02:18] hey, why has ubuntu 16.04 still libgcrypt 1.6.5 and not <1.7 ? [02:18] wasnt that the intention of SSD drives for rewrite lifecycle? [02:19] pardon, >1.7 [02:20] I mean the one is this old ASUS Eee PC is a 128Gb SSD the one in my tower is a 500Gb SSD all my externals are IDE on USB [02:22] i dont follow but you know better than i hence why i am here i digress [02:23] what is the best place to install my os on the ssd or a small partition on a IDE 7600 [02:25] i intend to make a few partitions on the other HDD's for storage unless i hear a better method [02:25] i am a novice and value input dont assume i know please [02:25] noj_: personally OS to a 50Gb partion, /homes on a 7 and then mount externals for storage but to each their own [02:27] do you think that 50 will cover room for addditional software (home user nothing fancy) and updates provided old backups are deleted [02:28] noj_: i dont see why not this isnt Micor@oft loaded with bloatware. [02:30] cool [02:36] i usually just follow the prompts re installing Ubuntu how do i separate where home is installed an os is installed think im right re resizing [02:36] think im right with the swapspace also [02:37] just not sure how to put os in one place and home in another [02:39] dont worry foound a page [02:43] noj_: sorry am in an out was going to tell ya to check this one out https://www.maketecheasier.com/install-ubuntu-with-different-root-home-hard-drives/ [02:43] thanks for your assistance and advice (not a problem google works fine dude) [02:45] will check out what you posted also thank you :) [02:45] noj_: no problem [02:54] what is an AapImage file (etcher-burning software) says it doesnt require inatall to run ??? [02:55] to be trusted [02:58] noj_: what are you on now? [02:58] this is the page id like to test on ubuntu [02:58] https://imgur.com/a/3zUrK [02:59] can anyone tell me better way to do it via software center [03:00] sorry since I left windows i just use dd in terminal [03:00] ive been warned about adding what i think this is a repository by ppl [03:00] this works on linux [03:01] it states in the line 'These are AapImage files and do not require installation on Linux distributions including Debian and Ubuntu. [03:01] ' [03:02] have i missed something re AapImage files (hoodwink the novice) [03:03] since I havent used them I would assume it means you can just run it from within the dir you extract it to again I personally prefer dd [03:04] im to scared of dd at this stage-have been known to incorrectly re-read lines lmao [03:04] i like terminal too [03:05] my old 16.04-2 build died and apt became too corrupt to recover. rather than continue recovery attempts, i backed up and reinstalled. i'm very unhappy with gnome and want my old desktop back but can't figure out which one that was. [03:05] how can i identify which desktop was installed when the backup image will mount but won't boot? [03:08] likely candidates are mate, kde, and lxde. i don't know if that helps. [03:08] noj_: good dd tutorial here https://www.ostechnix.com/how-to-create-bootable-usb-drive-using-dd-command/ [03:09] thank you [03:09] chisight: i think the default desktop on 16.04 was unity [03:09] Hi, hoping someone might be able to help me diagnose a stability issue I've been running into with Ubuntu Server. I posted about it in here a couple of days ago and the suggestion was to switch to the HWE kernel. Well, I've done that, and about 48 hours later the system has hung again. Would appreciate any help, thanks [03:09] BillD73: i know for sure that i wasn't using unity. i remember installing it and immediately hating that. not a fan of the apple look. [03:11] chisight: couldnt say man, I have unity on my towe adn xfce on here [03:12] thanks BillD73. i was hoping that there was some file that i could read and see which command was being used, or some config entry that would be definitive. [03:13] Hi folks [03:13] you could persuse your hidden files .xxxx etc and see what ya come up with [03:13] .xxx files? [03:13] Is that for porn? [03:13] This is really starting to get bothersome because I can't keep the system up for barely over a day at a time. It hangs to a black screen and neither resetting X (ctrl+alt+bksp) nor REISUB makes the system respond. I have to do a hard reset [03:13] hidden config files Serisia [03:13] And this is a file server so hard resets = bad news for disks [03:14] I think your storing porn [03:14] Gross! [03:14] linux isos :) [03:14] Is it gay furry fart porn? [03:14] Thats the kinda stuff im into [03:14] the latter. [03:14] it's all richard stallman porn [03:15] lol stiltzkin [03:15] much better. [03:15] lots of slowmo videos of him eating his toenails [03:15] I am legion folks who [03:15] stiltzkin: can you ssh in after it hangs? [03:15] @BillD73, no. [03:16] stiltzkin: syslog give you anything? [03:16] Nope. [03:16] there's some MCE messages at the beginning of the boot but it looks benign upon further research [03:16] I also updated my BIOS [03:17] there's a process to set up kernel dumps and to read them. [03:17] mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 10. [03:17] ^ that [03:17] but I don't think that's an issue actually [03:17] I have kdump set up. [03:17] stiltzkin: that could well be your issue. kernel was used to information coming in one way and bios changed it's output [03:17] stiltzkin: nvidia graphics ? I did have same issue with nvidia card .. installing the proprietary driver resolved in my case . [03:17] No, no discrete graphics card. [03:17] are you getting kdump files? [03:18] I don't think I am because the system does not crash. It hangs [03:18] no panic? [03:18] nope no kernel panics [03:18] any disk activity? [03:19] I don't see any looking at the chassis - there's a general disk activity light and also individual disk lights for all disks in the array and I don't see any of them lit when it hangs [03:19] I have noticed that the Num Lock light turns on when the system hangs [03:20] That to me sounds more like something you'd see in a kernel panic [03:20] hmm. is this a generic motherboard being used as a server, or a machine that was designed from the ground up to be a server class machine? [03:20] But I haven't observed any. I see no panics in the logs [03:21] Custom designed but it's almost all server class components. Server chassis, server motherboard, server HBA for the disks, etc. The CPU is a consumer CPU and not a Xeon, that's about it [03:21] It's mounted in a rack [03:21] stiltzkin: seriously leaning towards the bios update. if at all possible can you flash the original back to it and check it out [03:21] any management port that might give you some status? [03:21] Yes it has IPMI but I don't see anything logged there [03:21] ^^^ bios is sounding promising. [03:21] @BillD73, this happened prior to the bios update. I only updated the BIOS to see if it would resolve this issue [03:22] Which clearly it doesn't [03:22] Previous BIOS was from factory [03:22] i'm not familiar with IPMI, but if it has increased logging that might be a place to start. [03:22] There's nothing there unfortunately [03:23] stiltzkin: what is the rack model [03:23] HP G1 [03:23] it's a 42U [03:23] yes I'm insane and have a full rack at home [03:23] g1!!! [03:26] pic: https://i.imgur.com/B86iSeh.jpg [03:26] stiltzkin: what ubuntu are you using? [03:26] server 16.04 lts [03:28] ideally this machine should be a fileserver only with no other software installed. But I haven't built a VM server yet. So this is currently an all-in-one [03:30] stiltzkin: intel proc? [03:30] Celeron G4400 [03:30] ok [03:31] mobo: https://www.supermicro.com/products/motherboard/Xeon/C236_C232/X11SSH-F.cfm [03:31] stiltzkin: take a look at this https://askubuntu.com/questions/803640/system-freezes-completely-with-intel-bay-trail [03:32] hmmm I'm on skylake though [03:32] oh, wow. so quite the combination of chassis and other hardware. [03:32] im on Haswell, does that make me old? [03:33] just mature. [03:33] its referencing a c-state bug on intel processors with 5.x kernels [03:33] errr 4.x [03:33] typo [03:34] https://www.theinquirer.net/inquirer/news/2441458/intel-admits-to-skylake-bug-that-freezes-windows-and-linux-systems [03:34] hmmmmmmmm [03:34] well I'm not running prime95 [03:34] that's for sure [03:37] well it looks like c-state is really just a bay trail issue, so I don't think that's it [03:37] stiltzkin: still its a simple trial item until you can narrow it down more. [03:37] sure I could try it [03:38] I appreciate it. I came across that reading this post: https://askubuntu.com/questions/4408/what-should-i-do-when-ubuntu-freezes [03:38] REISUB doesn't do anything unfortunately [03:39] stiltzkin: all good things to know. [03:40] what about Prescott ? [03:40] (my older pc) [03:40] lolol [03:41] at least it doubles as a space heater right [03:41] lol [03:43] https://i.warosu.org/data/g/img/0515/88/1448782414455.png [03:46] lol BillD73, stiltzkin :) [03:46] yeah, thats why i love that little pc(the only one i talk with, of my 6 computers) [03:46] because i hugged it during cold winters [03:47] haha my laptop dont even get warm enough anymore once I removed windows off it [03:47] plus, it never failed me, it even ran hd movies, on abit ag-8 3rd eye mb [03:48] I had 8 fans in it [03:49] What laptop do you have? [03:50] jdr: me? Old ASUS Eee PC lol [03:50] niceee [03:50] i have a lenovo x240 [03:51] once i pulled unity off it an got xfce on it it runs good video aint great but it plays [03:51] and a lenovo x60s [03:51] I've tried to love or even like unity. [03:51] I always switch back to xfce. [03:51] i like it as long as the hardware can keep up [03:52] Hello my brothers [03:52] What up bruh? [03:52] and desktop pcs, i have: p4 sk478 @1400mhz, p4 sk478 @ 2800mhz, amd athlon xp @1700+, p4 Ht@2800, i5 Haswell [03:53] Look at this fucking nerd babbling [03:53] where? :o [03:53] I've used macbooks for the last 6-7 years. I just tunnel a vncserver/xfce session over ssh, so its *kind* of like running linux on my macbook :D [03:53] eeewwww, nerdsssss (says the blondie) [03:53] I was porn on my phone [03:53] Watch* [03:54] :o [03:54] * RA3OR watches his timepiece [03:54] :) ok, back to work, hf [03:54] Can i post links to some things i was watching? [03:54] Probably not the best idea in here Denisi [03:55] Can i send you some in PM [03:55] nope. [03:56] Alright i get it your mother is home [03:56] Ok maybe later then [03:56] apply cold water [03:56] I am actually watching some right now [03:57] You know darn well that I am in your moms bed at this moment. [03:57] It is the real kinky stuff [03:57] mega burn [03:57] You can have her idc [03:57] I used her last night [03:57] Ao like [03:57] So like [03:57] how old is she, Denisi ? [03:57] She is 27 [03:57] practily a teen [03:57] I am 18 [03:58] So like [03:58] It was legal [03:58] so, you're a girl [03:58] What the fuck no im a boy you degenerate [03:58] are you, now? [03:58] Yee [03:58] I have a ding dong [03:59] come closer, let me warm u up with my Prescott [03:59] are you sure thats your ding dong? [03:59] That sounds a little gay [03:59] Yee [03:59] it tickles [03:59] Not my dads [03:59] His is wrinkly and old [03:59] He is 73 [03:59] what the hell [03:59] :))) [03:59] !ops [03:59] 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 [04:00] Yea he was 50 something and my mom was 9 [04:00] She doesnt like to talk about it [04:00] Denisi, shush or run [04:00] Thank you BillD73 [04:00] !ops [04:00] 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 [04:00] * RA3OR goes dark [04:00] Cool [04:00] !ops [04:00] Dang [04:00] Well anyways [04:00] Long story shot [04:00] Short* [04:00] He qas black [04:00] And he pulled the race card [04:01] m'kay [04:01] So he was found not guilty [04:01] Denisi: This is Ubuntu support.. [04:01] Oh [04:01] I thought it was for general support [04:01] he dang messed up [04:01] With like anxiety [04:01] And depression [04:01] Nooope! [04:01] Hey are you that one fucking cunt who banned me [04:01] In another channel [04:01] :o [04:02] Fuck you [04:02] what a mouth [04:02] I hate u [04:02] So much [04:02] right now? [04:02] Whiny lil bitch [04:02] who comes here and starts drama in a linux channel? [04:02] Im not [04:02] U r [04:02] Denisi ofc [04:02] Im from 8chan [04:02] Land of the free [04:02] Home of the free [04:02] * RA3OR everybody points at Denisi [04:02] Denisi: Do you mind to stop this? [04:03] But why [04:03] clearly, you didnt have a Prescott to keep u warm [04:03] 🍤 [04:03] we all wanna ban you, Denisi [04:03] ;-; [04:04] Thats homophobic [04:04] m'kay, im busy [04:04] Alright baby [04:04] Have fun ♡ [04:05] We need a crowd banning option. [04:06] X amount of people !ban user, and they get a temporary 20 minute ban [04:06] i put it on ignore [04:07] That works too Bill [04:12] stiltzkin: anything new? [04:18] @BillD73, I'm out of leads here :/ [04:19] did you try that grub edit? [04:21] I have not yet but I will [04:22] hi, i am attempting to install mysql server 5.7 on ubuntu 17.10, and i get the following error [04:22] mysql-server depends on mysql-server-5.7; however: [04:22] Package mysql-server-5.7 is not configured yet. [04:22] any idea what this may relate to? the mysql guys told me it's ubuntu related... [04:25] Is mysql-server already installed? [04:30] no [04:30] but [04:30] i had mariadb installed, and i uninstalled it [04:30] then attempted to install mysql [04:30] and get the error all the time [04:31] with just mysql? [04:31] yes [04:33] what does dmesg | grep mysql show [04:34] nothing [04:35] are pretty much all distro migrating to MariaDB due to ORacle buying mysql? [04:36] what about dpkg -l | grep mysql [04:36] BillD73, yes [04:37] jdr: it lists a number of packages, however, i had previously removed them, and i think my very last command to attempt to install mysql-server caused those to show again... [04:37] purge that package [04:37] ok [04:39] done [04:40] my current running attempt is to use the directions from here [04:40] now dpkg -l | grep mysql [04:40] https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/#repo-qp-apt-install-from-source [04:40] ok [04:40] shows nothing now [04:41] will mktemp -d create a temp directory for you [04:41] do a apt update [04:41] apt upgrade [04:41] and then apt-cache search mysql [04:42] ok [04:43] apt install mysql-server-5.7 [04:43] apt-cache search mysql comes up with a number of stuff [04:43] ok [04:44] yeah... [04:45] vr/lib/dpkg/info/mysql-server-5.7.postinst: line 143: /usr/share/mysql-common/configure-symlinks: No such file or directory [04:45] dpkg: error processing package mysql-server-5.7 (--configure): [04:45] subprocess installed post-installation script returned error exit status 127 [04:46] i had previously gotten that error also [04:48] open that mysql-server-5.7.postinst file [04:48] comment line 143 out, the one that has the configure-symlinks line it it [04:48] ok [04:49] hello friends [04:49] and then apt-remove mysql-server-5.7 [04:49] and also dpkg -l | grep maria [04:51] ii mysql-common 10.1.26+maria-1~yakkety all MariaDB database common files (e.g. /etc/mysql/my.cnf) [04:51] what is that from [04:52] no idea [04:52] remove it? [04:52] no what command [04:52] I used the startup disk creator in ubuntu on a 8.04 ubuntu ISO file to get it onto a usb hdd. qemu -cdrom /dev/sdb boots just fine. However, using the usb hdd on a laptop, i get "non-system disk or disk error" Anyone know why? Other ISOs do work using the same method [04:52] dpkg -l | grep maria [04:52] bz-: yakkety? [04:52] apt-remove mysql-common [04:52] you said you were on 17.10 [04:53] oh oops [04:53] my laptop is [04:53] this is a cloud server [04:53] sorry, got them mixed up [04:53] yakkety lost support in July [04:53] you need to upgrade it [04:53] ok [04:53] shall do [04:53] it's a digital ocean droplet [04:55] !8.04 | pZombie [04:55] pZombie: Ubuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support ended on May 9th 2013. See https://ubottu.com/y/hardy for more details. [04:55] pZombie: long end of life [04:56] lotuspsychje, yes, but this startup disk creator was used in 17.10, and i am asking about why it did not work [04:56] bz-, did you remove mysql-common [04:57] yes [04:57] now dpkg -l | mysql [04:57] by the way, the droplet is 17.10; however, that comment for maria db being yakkety apparently was related to the mariadb version that had been installed... [04:57] ok [04:57] dpkg -l | grep maria === Transfusion_ is now known as Transfusion [04:58] both lists nothing [04:58] now see if apt install mysql-server-5.7 [04:58] wait [04:58] do you have a /etc/mysql [04:59] no i don't [04:59] ok [04:59] then apt install [05:00] subprocess installed post-installation script returned error exit status 1 [05:00] Errors were encountered while processing: [05:00] mysql-server-5.7 [05:00] E: Sub-process /usr/bin/dpkg returned an error code (1) [05:01] yikes. [05:03] ? [05:03] well...error. [05:04] what does /var/log/dpkg.log say in regards to it [05:05] 2018-03-01 05:00:06 status half-configured mysql-server-5.7:amd64 5.7.21-0ubuntu0.17.10.1 [05:06] dpkg --configure -a [05:06] dpkg: error processing package mysql-server-5.7 (--configure): [05:06] subprocess installed post-installation script returned error exit status 1 [05:06] Errors were encountered while processing: [05:06] mysql-server-5.7 [05:07] apt-get install --fix-broken [05:08] dpkg: error processing package mysql-server-5.7 (--configure): [05:08] subprocess installed post-installation script returned error exit status 1 [05:08] Errors were encountered while processing: [05:08] mysql-server-5.7 [05:08] E: Sub-process /usr/bin/dpkg returned an error code (1) [05:09] apt-get install --reinstall mysql-server-5.7 [05:10] mysql-server depends on mysql-server-5.7; however: [05:10] Package mysql-server-5.7 is not configured yet. [05:10] dpkg: error processing package mysql-server (--configure): [05:10] dependency problems - leaving unconfigured [05:10] Errors were encountered while processing: [05:10] mysql-server-5.7 [05:10] mysql-server [05:11] sorry.. [05:12] so are all options exhausted? [05:12] lets try a few more i just googled [05:13] ok, thank you [05:13] apt-get --auto-remove purge mysql\* [05:13] apt-get -f install [05:13] apt-get --auto-remove purge mysql\* [05:14] ok [05:14] rm -rf /etc/mysql* /var/lib/mysql* /usr/share/mysql* [05:14] apt-get clean [05:14] updatedb [05:14] and then see if locate mysql prints anything [05:15] just a bunch of files in /var/crash/mysql-5.7-5.7.21/... [05:17] try apt-get install mysql-server mysql-server-5.7 [05:18] after that im done [05:18] did mktemp -d allow you to make a directory ? [05:19] yes [05:19] and by the way, error.... mysql-server depends on mysql-server-5.7 [05:19] i guess i need to kill this droplet, and create a new one, with assets lost. [05:20] weird. [05:21] yah [05:21] thank you very much [05:21] for the help. [05:21] sorry couldnt fix the problem [05:21] np.. [05:23] bz-: jdr: rockcrawler: platvoeten: can anyone to help me with my storage? [05:24] bahaha [05:24] i installed mariadb-server [05:24] removed it [05:24] and then installed mysql-server....or tried too. Same error [05:24] yep. see.. [05:24] really really weird [05:25] hey [05:26] mine said if i want to downgrade, remove /var/lib/mysql/debian*-flag [05:26] mine too [05:26] i actually ended up just reinstalling mariadb [05:26] di you remove it [05:27] and then removing it [05:27] then removing that flag file [05:27] and attempting to reinstall mysql; however, same issue [05:27] mind boggling [05:32] the reason i wanted to get on mysql and off mariadb, is due to the apparent ability of mysql having a function called ST_Distance_Sphere for the purpose of calculating distance using long/lat with spatial indexing; it appears mariadb does not have this capability (function) [05:33] anyway.. [05:35] hello everyone. [05:36] welcome marrygrim how can we help [05:36] lotuspsychje: marrygrim: hello! can you help me? [05:36] I was looking for a buddy to talk to. [05:37] help me, please. I have home storage with my gay & furry porn, and I want to have best perfomance on it. now I use 4 3Par's with totaly 200Tb of space. I use ocfs2 and FC fabric to connect my home computers to it. [05:37] I use thunderblot to PCI-e adapted with fibr [05:37] echannel card to delivery my gay porn to my macbook pro. I use SAN on FC on Silkworms 200E as SAN-core; But now I think, that I need to move to Ceph on ZFS to best mobility and my integrity. I want to use "proxy" servers with FC connection to SAN and ethernet and infiniband connection to my LAN. [05:37] I think, that I can migrate my gay & furry porn to new FS over restore from tape LTO-6 backup. but it is a lot of work to do it. on my place what did you with your's gay furry porn storages? migrate from cluster FS to distributed FS or not? [05:37] 1. I have not been in this irc channel for some time and i FEel as if I need to be here. There is so much to relearn. [05:38] herekun, !!!!! [05:38] marrygrim: ????? [05:39] 200TB ??? [05:39] hahah [05:39] !ot | marrygrim [05:39] marrygrim: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [05:39] herekun: only ubuntu support here [05:40] I think herekun is asking an honest but strange question, lol so how to move 200TB of his storages. [05:40] lotuspsychje: i use ubuntu as primary system. even on my macbook (to support ocfs2) [05:42] marrygrim: not how. but to which arhitecture? [05:42] lotuspsychje, dont !ot me, so you can throw the book at me less then % mins here as a cheap response, unless your a AI bot... [05:42] marrygrim: and what is stange in my question? [05:42] hello, I recently upgraded to ubuntu 17.10 and I am having random system freezes... Like my keyboard and mouse don't work and my screen is frozen as well [05:42] !guidelines | herekun [05:42] herekun: The guidelines for using the Ubuntu channels can be found at https://wiki.ubuntu.com/IRC/Guidelines [05:43] I can fix this better over discord. pm me please if you want help. [05:43] herekun, [05:44] marrygrim: em. I don't use discord. why you cannot write here? [05:45] trying to troll the channel herekun [05:46] so what is a hwb kernal? [05:47] marrygrim: i'm here. [05:47] I saw this in the newer installs on the server side [05:47] is this on the desktop too? [05:47] marrygrim: only ubuntu support here please [05:47] Hello? [05:47] marrygrim: for chat, use #ubuntu-offtopic [05:47] >:( [05:48] but I have ubuntu desktop :( [05:48] lotuspsychje, you getting frustrating to talk to. I just asked you a ubuntu support question about kernals. [05:50] unicornjedi: and i have! how did you store your gay furry porn ? you SAN or NAS? [05:51] *uses [05:51] rekun: say wuhh.. I use samba like a newb [05:51] hahhahhahaha [05:51] whas s san? [05:51] unicornjedi, non-native speaker, I'm guessing. [05:52] segersjerry: I speak english but my linguistics are poor. [05:53] lol [05:53] how do I stop the freezes plz halp, I have my log's open yo [05:54] unicornjedi, he used inference that you had a collection of gay furry porn. All given answers imply that he was correct. For example, "Have you stopped beating your wife?" [05:55] I don't watch gay furry porn. I watch straight furry porn. rude! [05:55] marrygrim: hwe, you mean? [05:55] unicornjedi: segersjerry: please stop. [05:55] lets go back to on topic discussions shall we [05:55] k [05:56] nacc: plz halp... [05:56] unicornjedi: if it's quick, i can try; but i'm past my end-of-day [05:57] nacc yes. what is it. i read already but i dont fully understad it. [05:57] !hwe | marrygrim [05:57] marrygrim: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack === Curi0 is now known as danke === danke is now known as dankememz [05:58] marrygrim: it's effecitvley a backport of the newer kernel and X from the later releases to the LTS [06:00] hi for all! [06:00] nacc, thanks whats a back ort? [06:01] port [06:01] marrygrim: a backport is taking a version of something and making it available on an older release [06:02] nacc, oh ok ! i think i better understand. === kallesbar_ is now known as kallesbar [06:03] what is X support mean? [06:03] nacc, [06:04] marrygrim: X is the windowing system (graphics) [06:04] oh ok, [06:04] nacc, [06:05] could someone run that apt-get --fixbroken syntax by for me please [06:05] or am I right [06:06] sudo apt-get -f install [06:06] marrygrim, was that for me? [06:08] yes [06:08] thanks :) [06:08] going for a reboot. [06:10] Hello? [06:11] Is literally anybody using this? [06:11] yep [06:11] I think it's only a ubuntu topics channel [06:11] Well I'll be damned [06:12] not chit chat :) [06:12] I tried joining a bunch of different lobbies but didn't seem like any were active [06:12] means if you're in here your systems working so nothing to say [06:13] I can't even enter text in #html for some reason and I've yet to manage it [06:14] I think it's very late for most of the folk in here [06:14] It's almost 1:30AM here [06:14] are you in US? [06:14] nacc: so you said you can hook me upppp [06:14] Yup [06:14] What time is it there? [06:15] 17;15 [06:16] What am I doing with my life? [06:16] pffft [06:16] Same as me :P [06:16] i have gnome installed do you know how to get the gui what i had before with all the boxes on the left can i in stall it [06:17] you could try apt-get install ubuntu-desktop [06:17] soo... how do I figure out what's making my system freeze? Like the screen freezes along with my mouse and keyboard [06:17] ok [06:17] guys stick to ubuntu support [06:17] no guarantees [06:17] no chitchat here [06:17] I need a supporter though [06:17] plz support this poor boi [06:18] Do you have any additional drivers you could install? [06:18] do i neet to sudo apt-get install ubuntu-desktop or no? [06:18] yep [06:18] aaronstone386: me? [06:18] unicornjedi: please dont flood for help [06:18] sort of goes without saying [06:19] metaculpa [06:19] yes ok let me try [06:19] aaronstone386, it's sudo apt-get install ubuntu-desktop [06:20] Why does Linux hate Broadcom drivers so much? [06:21] try googling it or duckduckgo [06:22] works for me [06:22] i have a broadcom driver ubuntu woulnt work on it i had to get linux mint and 32 bit and xfce i called the computer company and they told me which linux to install the procesor in a 32 bit system is 64 bit but it wont run the 64 bit [06:22] is it a 64bit computer? [06:22] │ │ A display manager is a program that provides graphical login │ │ capabilities for the X Window System. │ │ │ │ Only one display manager can manage a given X server, but multiple │ │ display manager packages are installed. Please select which display │ │ [06:23] I'd use Ubuntu 16.04 if I were you [06:23] yep good plan [06:23] gdm3 or lightdm? [06:24] no i have another computer with broadcom [06:24] there is a budgie desktop thats quite nice you can google where to download and how [06:24] you have to add a repository but the instructions are all there [06:25] ok its saying gdm3 or lightdm is the lightdm what im installing? [06:25] gdm3 [06:25] just google "install budgie desktop on ubuntu" [06:25] and is the gdme the gnome? [06:25] gdm3? [06:25] I'm not sure [06:25] ok [06:25] I use the unity one [06:26] when I chose lightdm switching to gnome it screwed up my whole desktop [06:26] it comes with 16.04 and its good [06:26] Unity is honestly underrated [06:26] 16.04 has the best support [06:26] it completley says configuring lightdm so i will pick that after i used install ubuntu-desktop[ [06:26] I prefer unity but I don't know about a how to install location [06:27] thats why I suggested budgie [06:27] I guess it depends how far you've gone with your current distro [06:28] you'll be able to switch desktops if you have more than one when you log in [06:28] ive never used budgie or unity [06:28] Unity is the best bet [06:28] I think you'll prefer unity [06:28] Most support [06:29] i guess what i was trying to ask was how to find lightdm [06:29] its literally install ubuntu-desktop [06:30] but have you ever tried linux-cinnamon its fairly good would i beable to install cinnamon on ubuntu? [06:30] without linux mint? [06:30] Linux Mint is great and all [06:30] I can't say for sure but linux is linux [06:30] But in my opinion Ubuntu as an operating system "just works" [06:30] no harm trying [06:31] I agree kitkat [06:31] i know the two systems use the same distros [06:31] Like literally the only distro I could get to use my Broadcom hardware was 16.04 [06:31] what version do you have aaronstone386 [06:31] and I tried like 10 distros [06:32] I've updated my kernel with no problems at all [06:32] so most things must be compatible on linux [06:32] i would have ubuntu on this other broadcom system but it dosent work its not compatible neither does the windows that came with it neither does a dual boot the opnly thing i can do is linux-mint [06:32] Wot? [06:32] what sort of computer aaron [06:32] is it old? [06:33] like 32 bit [06:33] but th e mint has the programs the wifi on it i had to mod it before to use the wifi i was running ubuntu i got i t modded them it crashed the compuetr company said xfce would be best on a 32 bit [06:33] or is that 386 a hint :) [06:34] You could try a lightweight distro [06:34] I can remember paying 1500 bucks for a 486sx motherboard and drooling lol [06:34] lol [06:35] nbo because steam even works right now and im runing sonic the hedehog right now so im not [06:35] used to only take five minutes to open M$ works [06:35] so the downloading is over im gonna sign out and back in [06:36] ok good luck [06:36] Good luck [06:36] snap [06:36] crackle and pop [06:36] reminds me I need to get Steam too [06:36] snap is quite a handy installer if you've got the room on disk too [06:37] Steam? [06:37] the computer is a dell latitude d630 [06:37] yes [06:37] i even got steam working on it now [06:38] Wait [06:38] not so primitive then [06:38] You're gonna use Steam on the Dell? [06:39] I mean I can't judge I'm literally installing it on my Mac so [06:39] what is Steam, excuse my ignorance [06:39] touche [06:39] It's a game client [06:39] ohh [06:39] It should be fine to buy a soldering iron that says "lead free" if I intend to use it with led solder... right? [06:40] I use ubuntu in virtualbox on my mac, but presently using an acer laptop [06:40] I've almost converted completely to ubuntu but steve jobs has me by the short and curlies for this and that [06:41] using my phone with the computer for instance [06:41] I told myself using my iPhone with my Mac was the most amazing thing [06:41] dropbox gets around most of that [06:41] Then I remembered botnet [06:41] Privacy is king round these parts [06:42] is that a good thing [06:42] yeah I agree [06:42] ok [06:42] im back [06:42] I almost go ballistic with mum's windows box and the commercialism [06:43] Aaron what even [06:43] yeah so it had about 15 different os before the computer company suggested the linux-mint [06:43] did you get your graphics aaron [06:43] yes thank you [06:43] cool [06:43] The Dell has dedicated graphics? [06:43] ubuntu-desktop is the unity one apparently [06:43] oh yeah but its not nvidia ] [06:43] See I thought so [06:44] its a notebook [06:44] I'm on amd [06:44] built in graphics I think [06:44] this computer im on is a laptop and it is a 18.5" screen and ablu-rayplayer/computer [06:44] nice one [06:45] too expensive for me :) [06:45] i didnt know it was a blu-ray player for a long time :) [06:45] I don't think I've ever seen blu ray in action [06:45] so what other graphics did you want me to try meaculpa [06:45] addicted to the internet for everything [06:46] I was suggesting budgie [06:46] but I think unity is better myself [06:46] its good it has 16 mb memory i upgraded it new laptops probly have more [06:46] I have both installed [06:46] I think Gnome is ubuntu-desktop-gnome? [06:46] I dunno [06:46] a matter of taste I guess [06:46] it has two disc slots im running ubuntu on the second [06:47] you have windows installed too? [06:47] Oh good I thought I lost you guys for a second [06:47] i was running it on the first but i was to new to installing linux and it was shot out so i just deleted the parititions [06:47] Eesh [06:48] I've heard rumours that ubuntu peeks over your shoulder when on the computer [06:49] doesn't really bother me [06:49] I heard the Amazon app is botnet [06:49] they collaborate I heard [06:49] amazon and ubuntu [06:50] Same here [06:50] steve jobs taught me linux on a 386 he would tell me wat to spell in the bow he had a 3.5" and a 5" disc drive on a hewlet packard with ubuntu wich he supported himself i also worked on apple2e with him for 8 years well first it was apple 2 then plus then apple 2 e we had tellcom on it and and apple 2 server in a lab at my primary school in N california 100 miles away from apple headquarters [06:50] I watched some interesting interviews with linus torvalds on youtube yesterday [06:51] he seems a nice enough regular guy [06:51] ok i already got nome is the budgie command? [06:51] he says he hates graphical [06:51] Should we open up a private chat? [06:51] #yocto [06:51] Wot? [06:51] yeah invite me and meaculpa [06:52] aw, there goes my entertainment. [06:52] lol [06:52] we invented ios!! [06:53] we also invented messanger in the apple [06:54] !ot [06:54] #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! [06:54] keep it ontopic guys [06:55] so what is the command for unity and budgie? [07:00] how can i remove the gnome graphics? === mwsb is now known as chu [07:16] wow this works great its still as choppy as before [07:17] the backround is black now its telling me to kill all natilus... === Granis` is now known as Granis [07:21] I've been trying to run flash contents on firefox (ubuntu 17.10). Installed flashplugin-installer and found "/usr/lib/flashplugin-installer/libflashplayer.so" is also present. Still I am unable to play flash based contents (e.g.: Amazon Music) [07:21] Any pointers, where I might be missing the direction? [07:23] flash player still works in linux? [07:23] baba_, Well many have blocked its usage at the first place but you can enable it as an on-demand basis [07:23] Installing .deb from terminal hangs, on Ubuntu 16.04 LTS. I've read the forums on this topic and still have the same result. I did try gdebi as suggested in one post and have a Traceback.(?) All prior attempts resulted in closing the terminal and having to remove a lock on dpkg. Here is the result: https://gist.github.com/brads-git/24e4cad171406fb44477d144da00d800 Any ideas? [07:24] thank you [07:24] Shall I try installing pepperflash plugin? [07:24] package name: pepperflashplugin-nonfree [07:27] what is ##ubuntu...is that for off-topic? [07:28] baba, there's one way to find out :) [07:29] join and ask [07:29] thank you === LocaMocha is now known as Sauvin [07:29] np [07:29] ConsoleFx: pepperflash is for chromium [07:30] ConsoleFx: most browsers have made flash click-to-run, but that doesnt work with all sites, so you might need to whitelist them pre-emptively [07:30] firefox is set to ask when I wish to use flash [07:30] you may find a way to enable it in preferences [07:31] MeaCulpa, yea I enabled the option to play flash contents. There are 2 options (Always activate // Always ask before playing) [07:31] I chose the second option though [07:31] still not working?? hmmm [07:31] yeah that works for me [07:32] MeaCulpa, aah okay [07:32] :s [07:32] are you on 17.10? [07:32] yeah Its 17.10 [07:32] I never had issues with 16 LTS though :s [07:32] I think 16.04 is a much more stable platform personally [07:32] MeaCulpa, Can't agree more on this. Its true [07:32] 16 was faar better [07:33] nods [07:33] I had 17.10 and went back [07:33] no probs if you know where the stuff you want is to back up [07:34] MeaCulpa, yea I am surely gonna do that. Its hard to handle 17 with so much of unstability [07:34] I do wish I'd installed ubuntu server straight up though [07:35] Too much unstable compared to 16 [07:35] lots of messing around if you don't [07:35] 17 is sluggish [07:35] and you get better answers for 16.04 problems [07:35] its not limited to this flash issue though. I have been ubuntu user since a decade but never faced these much of issues earlier. [07:36] I just keep an eye on the new kernels and update as soon as they get marked stable [07:36] Most importantly its gfx sucks to the core. Pages scroll like tortoise though I have an nvidia 1gb dedicated graphics plus 32gb RAM!! [07:37] Its too much [07:37] I had all sorts of bother myself with bluetooth etc on 17.10 [07:38] I've kernel 4.13.0-36-generic though [07:38] I have 1.15 something and its fine [07:38] 4.15 rather [07:38] Aah okay [07:39] is -uname the command to check it? [07:39] yep [07:39] uname -a is more verbose [07:39] otherwise uname -r is enough generally [07:40] 15.0-041500rc9-generic yep [07:40] lol [07:41] with a 4 in front, I didn't know the terminal window was dragged off screen a little === keko is now known as Guest21719 [07:42] MeaCulpa, hehe :P [07:44] it doesn't hurt to try the new kernels, you can always use grub to boot into an earlier one [07:44] MeaCulpa, looks like thats the last resort left [07:44] else I would happily fall back to 16 and it would be once for all [07:45] I recommend trying it [07:45] not sure why the hell I tried upgrading [07:45] try updating the kernel === Guest21719 is now known as keko [07:45] I can't remember the name of the site but you can google it [07:46] !mainline [07:46] The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [07:46] heaps of kernels there [07:47] I have very few issues with useability [07:47] I sudo apt update every day [07:48] so long as you check the upgradables in case you don't want something its good practice [07:51] MeaCulpa, looks like I have the latest kernel patch though [07:53] can anyone tell me if "W: Possible missing firmware /lib/firmware/amdgpu/polaris11_me_2.bin for module amdgpu [07:53] is an issue I need to address? === cajhne_ is now known as cajhne [07:54] system seems fine but on updating I get that line many times [07:58] Any idea which would be a latest stable kernel version for 17.10? [07:59] they have comments on the site I think ConsoleFx [08:00] !info linux-image-generic artful [08:00] if they say its stable it generally is [08:00] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.13.0.36.38 (artful), package size 2 kB, installed size 14 kB [08:00] ConsoleFx: ^^ [08:00] by the way, if anyone is interested, I did find a webcam that works perfectly on ubuntu 17.10. Logitech C920, has microphone integrated (which works perfectly too, in combo with the webcam). Highly recommended if you are looking for a USB webcam [08:01] It's a high quality webcam (1080p), so not for everyone. I was looking for a good quality because I live on the other side of the world and want nice video with family calls :P [08:01] hmmm okay [08:01] I'd hate to let my family know the horrible truth [08:01] what truth? [08:01] what I look like after years of neglect lol [08:02] still I agree a good webcam is a must have [08:04] I bought a $4.99 smart watch and was bitterly disappointed with the camera performance [08:04] LOL [08:05] I have a good laptop camera but it's on the side, and it's hard for both of us to fit [08:05] not to mention the microphone pain [08:05] https://www.kernel.org/ it says 4.15.7 is a stable one. Probably I should upgrade to this version then! [08:05] tells the time ok if you don't mind charging up a watch every night [08:05] ooh ooh I can update again, I would go for it ConsoleFx [08:05] this one has definitely paid itself back with the "hassle removal" [08:06] you can hold down shift while you boot up to get grub and use your old kernel if its no good [08:06] you can hold shift on your watch? XD [08:06] or maybe its esc now one or the other [08:06] my watch has gone to one of the grandkids lol [08:06] lucky boy [08:07] MeaCulpa, yeah :) lets see ifupgrading kernel solves the crazy issues [08:07] no harm in trying :) [08:08] MeaCulpa, absolutely ;) [08:09] just don't let the smoke out of the box [08:10] MeaCulpa, haha [08:10] time to reboot .. Hope I am safe lol [08:10] good luck [08:10] see you [08:10] * ConsoleFx will be back in a moment [08:13] wb [08:13] seems to work [08:13] MeaCulpa, hehe thanks ;) [08:13] yeah the update worked safely ;) [08:14] I got that tip on Lynda.com [08:14] Gfx still *** sucks LOL [08:14] grrrr [08:14] bummer === wagle_ is now known as wagle [08:14] dono why this major issue is still un-noticed!! Grrrr [08:14] nobody cares it seems :P [08:14] what is the issue? [08:14] Hi. With Ubuntu 16.04.3, should holding the meta/Windows key (Super_L in xev) still show the help/shortcut overlay? [08:15] hello again [08:15] try pressing it [08:15] PaulePanter: yes [08:15] MeaCulpa, lets say you open any webpage via (chrome/firefox), the moment you scroll the page , the page would be scrolled after 1 sec duration haha [08:15] :) [08:15] so basically not a smooth scrolling experience at all [08:15] thats annoying [08:16] Yeah man! [08:16] what about clicking in the scroll bar? [08:16] Too much [08:16] EriC^^: Understood. It doesn’t work then on the Dell XPS 13 9370 shipped with Ubuntu (adapted by Dell I guess). [08:16] MeaCulpa, same. Makes 0 difference at all [08:16] ding dong dell [08:16] PaulePanter: does xev register it? [08:17] hi all someone can help me to install grub-uboot on a raspberry pi with utbuntu-mate installed on sd card? [08:17] MeaCulpa, the scroll works pretty well in terminal though ;) [08:17] that doesnt help much anyways at the EOD [08:18] Seems like a lot of bugs with dell and ubuntu, they must have a deal with bill gates [08:19] wouldn't surprise me [08:19] EriC^^: Yes, Super_L. [08:20] MeaCulpa, LOLz [08:20] PaulePanter: anything in settings > keyboard shortcuts [08:20] EriC^^: I have to check. I’ll report back in 30 minutes. [08:20] ok [08:20] PaulePanter, I feel there is an option which could help you tweak the Super-L key combo [08:21] As EriC^^ said, you can check the keyboard settings page [08:21] hi. i have a strange problem. i configured ipv4 address and the address is reachable in internet. then i add my ipv6 address but the state is always down no matter what i do. this https://paste.ubuntu.com/p/HpWTXF7rDF/ is after the boot. no carrier and state down [08:22] any ideas? need more information -> ask [08:24] maybe the router is no good ybaumy... [08:26] MeaCulpa: strange thing is that the global address is not set. if i dont specify any link local address then no ipv6 is even configured [08:26] MeaCulpa: can that be that the switchport doesnt support ipv6? [08:27] maybe [08:27] MeaCulpa: but on my eth0 everythings just fine. global/link local all there [08:27] can you try bypassing it [08:27] I'm really more a hardware person than software [08:28] so I tend to look there [08:28] ybaumy: do you get the ipv6 service from your own isp? [08:28] MeaCulpa: ok the server is at my provider so i have no chance in changing switch port easily [08:28] yep [08:28] akik: i got a /56 from my server provider [08:28] akik: its native not tunneled [08:29] EriC^^: I got access to the device earlier. I do not find the entry for showing the overlay. [08:29] ybaumy: ping6 doesn't work at all? [08:29] Do you know under what section it should be? [08:30] can someone help me figure out what is causing ubuntu to randomly freeze up? The screen freezes along with the keyboard and mouse [08:30] akik: ping6 works with eth0 and my main address. but the second interface wont be configured somehow [08:31] unicornjedi: check dmesg and ~/.xsession-errors, sounds like gpu driver bug to me [08:31] ybaumy you could look here https://wiki.ubuntu.com/DHCPv6 [08:32] hateball: whoa, this log is huuuuuuuge [08:33] hateball: what am I looking for in the ~/.xsession-errors log? [08:33] MeaCulpa: would that change something if i would use dhcp on my own box and not static ip? [08:33] I really don't know [08:33] sorry [08:34] no problem [08:34] unicornjedi: well, anything that looks like an obvious error :D [08:34] ybaumy: i don't have native ipv6, but a tunnel from tunnelbroker.net [08:34] !paste | unicornjedi [08:34] unicornjedi: 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. [08:34] seems like an issue with dhclient.conf [08:34] PaulePanter: doesn't seem to be anywhere, does "super + a" open the applications menu and stuff? [08:35] akik: well i had that before too but not on that server. this one is new [08:35] EriC^^: Found it under *Starter* (German): Key to display HUD: Alt L [08:35] hateball: https://pastebin.com/SqXWNiad [08:36] hi [08:36] with what program can i monitor traffic on eth0 [08:36] dingir_: depends in what detail you want, iftop is one way [08:37] EriC^^: So Dell seems to have adapted it to not confuse converters from Microsoft Windows. I do not think that’s good though. But what can you do. [08:37] EriC^^: Thank you for your help. [08:38] unicornjedi: nothing out of the ordinary at a glance. I should note I know very little about AMD tho [08:39] unicornjedi: what you could try is changing the opengl level used for compositing in kwin [08:40] hateball: I am using like an old 3xxxx radeon HD graphics card with opengl 3.1 [08:40] hello [08:41] hateball: thank you for the suggestion :) [08:46] thanks [08:50] akik: i opened up a ticket with my hosting provider in order to figure if there is a probem with the switch pport or anything else [08:51] anyone? [08:57] hi [08:59] 第一次使用unbuntu [08:59] !cn [08:59] 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [09:00] 哦 [09:02] hello all, does anyone know of a good reliable digital signare software? [09:02] hello all, does anyone know of a good reliable free digital signage software? [09:02] pagios: pgg? [09:02] whats pgg? [09:03] https://www.openpgp.org/ [09:03] unicornjedi: I suppose you could try switching to opengl 2.0 in kwin, see if that makes it behave nicer [09:14] any recommened digital media signage software opensource project supporting chromecast as a client to stream content to tvs? [09:16] pagios: I'm interested in that aswell. Would appreciate it if you say which one you find =) [09:17] LASTLOG [09:19] I'd like to file an issue (feature request) with Ubuntu. Couldn't figure out how to properly do it, since the issue is somewhat in a "gray area". [09:20] Nautilus file browser has replaced type-head find with searching, which renders it completely and utterly unusable for me. [09:20] I've tried to file an issue with Nautilus, asking them to please re-implement type-ahead find but they wouldn't hear it === r0Oter is now known as r00ter === SimonNL is now known as SimonNL_Afk [09:53] irc.explosionirc.org [10:15] birgersp: if the nautilus devs won't implement it, there's not much to do. the ubuntu devs certainly don't want to add more ubuntu-specific patches. [10:19] It's baffling to me, how the Nautilus devs claw unto the idiotic decision to remove type-ahead find. [10:22] birgersp: the gnome devs are well-known for removing stuff users want, so nothing new there. not an ubuntu issue, unfortunately. [10:23] yeah that's why I went to kde years and years ago and never looked back [10:23] So I think I completely fubard stuff attempting to get a remote display working through ssh. enabled this and that and before long, I get "cannot open display" until I run a bunch of stuff. startlxde-pi for example [10:23] else it is non-stop, can't load idle3 from terminal because of display errors. [10:24] is there a way to revert settings? [10:28] hi [10:28] anyone running 18.04 already? [10:29] is it somewhat safe to install already? [10:29] !ubuntu+1 | holden87 [10:29] holden87: Bionic Beaver is the codename for Ubuntu 18.04 - Support only in #ubuntu+1 [10:34] Hi. Could you please give me a suggestion of a good slideshow with photo | video | audio |text capabilities, please.. [10:35] I mean an application, of course :) [10:35] lcb: I suppose OpenOffice should be able to do that? Donno, realy. [10:35] really* [10:36] (wrt Gnome) currently, Nautilus is the only problem I'm having with Gnome. Anyways, thanks for letting me vent [10:36] jink, what I have to do today it's one of more that 200 photos and several video clips and LibreOffice Impress it's kind oh hard for a first timer. [10:37] *more than 200 photos* [10:38] jink: thanks anyway :) :) === TaZeR2 is now known as TaZeR [10:59] alright so my computer is playing a sound every few seconds irregularly, sounds like a piano key alert [10:59] nothing shows up in pulseaudio [11:00] , on the playback tab [11:00] but i see it playing on the Output Devices tab [11:01] i have literally no idea what is happening [11:08] Hi everyone. I'm attempting to learn the commands md5sum and sha256sum. [11:08] As I understand it, when I download a file off the Internet that has a corresponding .md5 or .sha256 file, I can check that it's downloaded correctly. [11:09] And I will use whichever program the file server has a hash of. [11:09] Does that sound right? === kallesbar_ is now known as kallesbar === ianychoi_ is now known as ianychoi [11:10] Richard_Cavell, sure... as long as that file has a specific filename you didn't change, you can use md5sum --check md5sumfile and it will tell you whether the file is OK or not [11:11] Richard_Cavell, if you don't have a file with the hash sum, googling for the md5sum (or sha1sum, sha256sum) usually also finds a result for known hash sums [11:13] ducasse: nobody's answering, and before downloading media i would like to ask [11:14] since the feature freeze is today, i can expect mostly bugfixes until release day, so it should be somewhat stable? [11:23] how can i install wine on ubuntu 16.04 without errors [11:28] stalion: sudo apt install wine [11:28] it gives The following packages have unmet dependencies: wine : Depends: wine1.6 [11:31] i tried following this guide http://ubuntuhandbook.org/index.php/2017/11/wine-2-21-released-how-to-install-it-via-ppa/. but this also gives error The following packages have unmet dependencies: [11:31] winehq-devel : Depends: wine-devel (= 3.2.0~xenial) [11:31] E: Unable to correct problems, you have held broken packages. [11:31] frostschutz, And am I right in thinking that md5 and sha256 are simply two different algorithms for mathematically transposing one source file into a single number? [11:32] stalion: PPAs are unsupported here. And why are you trying to install the -devel version anyhow? why not just winehq-stable ? [11:34] i didn't know the difference . sorry for that but now what should i do. i just want to run a couple of windows application on ubuntu and thats why i want to install wine. [11:34] Richard_Cavell, yes, different hash functions [11:38] frostschutz, And is CRC32 also the same sort of thing? (Although the command doesn't allow you to check) [11:40] Richard_Cavell, yes... one more ancient than the other. it's good enough to check for accidental corruption. not good enough if someone tries to maliciously give you a tampered file, as it's possible to make changes that produce the same hash. if you know more than one hash type for a file, check them both [11:42] frostschutz, I'm not attempting to protect against an expert hacker, I'm just trying to ensure that downloaded files downloaded correctly. [11:43] tha's fine, just thought I'd mention it ;) [11:43] What's the easiest way for me to install the version 2.4 OpenCV library? The current version on apt is 3.0 [11:43] Hiyas all === Dorami-Doraemon is now known as Guest49161 [12:07] stalion: you could have just used the wine version in the ubuntu repos. but now you added the winehq ppa, and if you want to use that I suggest you "sudo apt install winehq-stable" [12:07] stalion: the -devel is, unsurprisingly, geared towards wine developers [12:08] but it's giving me error . The following packages have unmet dependencies: [12:08] winehq-stable : Depends: wine-stable (= 3.0.0~xenial) [12:08] E: Unable to correct problems, you have held broken packages. === wang is now known as Guest90222 [12:10] the internet so slow why? [12:10] generally China DDoS'ing [12:11] hi gents, having trouble with Xenial, getting an NMI warning about hard/soft lockup on boot from kworker [12:12] stalion: run a "sudo apt update && sudo apt full-upgrade" first [12:12] just after what looks like most of the services have started, the boot hangs, and getting warnings every 20-ish seconds about the lockups [12:22] still getting the same error [12:27] hateball: getting same error [12:39] \join tcs_reach [12:40] hello every [12:40] hello everyone [12:43] hey === daryl is now known as Guest7327 === Guest29788 is now known as Ard1t [12:49] exit [12:51] !paste | stalion can you paste the full output after running your command [12:51] stalion can you paste the full output after running your command: 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. [12:52] Gargravarr: can be CPU or BIOS bugs for instance. Is your BIOS updated? Have you install available cpu-microcode? [12:52] here is the output. https://pastebin.com/YmscvuzE [12:55] stalion: well, since PPAs are not supported here, I suggest you remove the winehq PPA from your sources, then update and install the version from ubuntu repos [12:55] stalion: otherwise ask in ##winehq as it's their packages not working [13:01] should i run sudo ppa-purge ppa:ubuntu-wine/ppa to do that === altinu is now known as altin [13:04] hello [13:04] hello [13:05] hateball: yes, BIOS is up to date. i think it did install the microcode too [13:05] i am wondering where the linux builders hangout, which channel ? as in building programs from source. [13:05] hello abinash :) [13:06] i'll chroot a live session and make sure microcode is installed === robert_ is now known as Guest41108 [13:08] i guess there is no building channel [13:08] stalion: that's a way, sure [13:09] mkvrick: there is, for building ubuntu - #ubuntu-dev [13:09] but for non-specific development, you probably want to search elsewhere, this is kinda Ubuntu-specific :) [13:10] now running sudo apt install wine-stable gives unable to locate package error [13:10] stalion: because the ubuntu package is called "wine" only [13:11] i am at a loss of words to use for searching , which is why i came here to ask ... maybe ill google linux dev and see what it says [13:11] thank you for the answer tho Gargravarr [13:12] mkvrick: do you want to build Ubuntu itself, the Linux kernel or an application? [13:12] !compile | mkvrick [13:12] mkvrick: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall [13:13] getting new error , pasted here https://pastebin.com/sR8v49Nx [13:13] hateball: huh, intel-microcode wasn't installed, trying that now [13:13] well i am trying to build a prog called mkvtoolnix, and then want to build a good tailor made linux kernel, maybe more [13:16] ah, yes, i have been using the gcc, which i did build (compile) myself. because not all pkg's are really up to date, although ubuntu seems to have the best repository [13:17] you built gcc yourself? sounds like you ought to be running Gentoo ;) [13:18] haha, i thought about gentoo, but it seems if you update one prog, it messes with the stability of the rest [13:18] no, that's Arch ;) [13:18] ubuntu bionic has v19 [13:19] hateball: hasn't helped i'm afraid, gets to the same point in the boot sequence and hangs [13:19] i was using MinGW on windoze, gave error, so i installed Debian, same error, now with Ubuntu, same error .. so i better chat with some builders (develepers) is my guess [13:20] yeah, gcc is not an easy build, i started with v6.3 and latest was 7.2 works very well ! :) [13:22] mkvrick, and they have ppa for xenial https://mkvtoolnix.download/downloads.html#ubuntu [13:23] your best bet is to get in touch with the developers of mkvtoolnix, or try the PPA ioc_ linked [13:25] true, i can download precompiled ver of mkvtoolnix , but then it would not be optimized for my system like the rest of my toolchain === vrg is now known as Verge [13:25] itis the last link of my toolchain that i have not already built with optimization [13:27] those "predictable network device names" are quite funny, two of my devices are named rename4 and rename5 ;) [13:29] Hu to all.. I need to install a usb modem driver on ubuntu 16.04 only terminal. Following a guide is said to perform many steps and I think this is concerning kernel features. 1) edit [KERNEL]/drivers/usb/serial/option.c, [KERNEK]/drivers/usb/serial/usb_wwan.c. But I canf locate these files. [13:29] I've got some IRC log files, which for whatever reason, "grep" thinks are binary files, so I need to use "grep -a" every time to search them. Is there some way to strip out the characters causing grep to think it's binary? [13:29] BitByBit: got a link to the guide? [13:30] BitByBit, yeah, you'll need to edit the kernel source for that and compile a new kernel. [13:30] thanks guys, hav a good day, bye [13:30] rory: I've got a PERL script 'term-strip' I found at https://unix.stackexchange.com/questions/14684/removing-control-chars-including-console-codes-colours-from-script-output#14707 [13:31] gordonjcp, ftp://77.47.193.10/pub/pavlov/Distrib/UnitedHelp/Datasheet/Quectel%20EC20%20-%20Multi-mode%20LTE%20Module/User%20Guide/Quectel_WCDMA%20LTE_Linux_USB_Driver_User_Guide_V1.5.pdf [13:31] rory: that might help [13:31] rory, change the first non-ascii bytes of the files to ascii with hexadecimal editor like hexedit? [13:32] nils_, this is too far for me.. it took to run buildroot? [13:33] BitByBit, I don't understand the question. [13:33] rory: alternatively, use 'strings' to dump all the ASCII to a new file [13:33] hi! stilly trying to install xenial amd64. now that the casper-rw problem is solved (by using the 16.04 ISO instead of 16.04.3), I get to the stage where usually (with xenial i386) the graphical session would start. instead, my screen flickers in an infinite loop. (black <--> darkgrey yesterday; today I tried with another graphics card so it's black <--> green and yellow stripes.) I guess this is the relevant syslog part. [13:33] https://paste.ubuntu.com/p/zWx56PkX3g/ looks like the failsafe X script wasn't programmed really failsafe: failsafeXServer[3250]: /usr/share/xdiagnose/failsafeXinit: line 194: [: ==: unary operator expected [13:33] nils_, Could I buld only the kernel and put the Image and dtb file? All the rest can be the same with all the applications I already installed? [13:35] BitByBit, this may be helpful: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel, however you'll be mostly on your own with regards to upgrades. [13:36] rory, it may be about color sequences in the IRC log. try stripping them [13:37] nils_, sorry, I have difficulties to explain me well. I could also build a new kernel with buildroot, this is the simplest way the SOC producer provide to me. Build the kernel give me 2 files, Image and xxx.dtb that I put in the boot directory. Can I do this in a system that already exist without reinstalling ubuntu itself? [13:37] TJ-, hey man, did you check the bug report? i did the apport-collect but i got 'PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.' [13:37] it's not that, Sven_vB because it's not all log files [13:37] TJ-, is it a problem? or that's enough informations to work on [13:38] hi all, I am trying to bind the command "xte "mousedown 1"" to Button1 via CompizConfigManager in Ubuntu, but cannot seem to make that key+mouseclick combination do the "click and hold" action that I need. Advice, anyone? (I have installed the xautomation package) [13:38] BitByBit, depends if the kernel source was configured to produce modules, in which case they would need to be installed as well [13:39] Sorfrost: it's fine; That's expected when there is no sound device :D I've got the disassembly on my to-do list [13:39] BitByBit, seems these IDs are already present in linux 4.15. What type of device is it? [13:39] This is a miniPCIe modem [13:40] hi all [13:40] I mean the SoC thing? [13:40] where i can find the lounge? [13:40] nils_, i need to configure that to get internet connection on a SOC (espressobin, ARM from Marvell) [13:41] hello i need help i installed fresh installation today i cannot finish setup of synaptic missing python support [13:41] I see, well you can of course replace the kernel and modules, I don't know how that works on ARM unfortunately. [13:42] TJ-, thanks! :) [13:42] nils_, you already give me precious hints on where I need to work.. Now I will try to figure out how to get it work. [13:42] Sven_vB: "error while loading shared libraries: libGL.so.1: " [13:42] i am looking on forum but i cannot solve the problem [13:42] the problem of course is that those types of devices are usually shipping with some heavily modified kernel with dubious availability of sources etc. [13:43] TJ-, so now I have to find an ISO that has an overlay module AND a libGL? :D [13:44] with my luck, the next ISO I try is missing ubiquity. [13:44] nils_, you mean that it could be possible that the functionality could be impossible to embed in the kernel? even if it already have usb ports? === zer0 is now known as Guest48304 [13:45] BitByBit, it may be hard to find the sources for the kernel since it may not work with vanilla kernels because ARM vendors are usually terrible at upstreaming hardware support [13:48] i cannot fix the problem :( [13:48] nils_, uhm.. this is pain to hear for me [13:53] everything what i try he told me python support depends bla bla [13:54] Sven_vB: the file is at /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 [13:55] Sven_vB: I suspect your issues are caused by a broken overlay so files aren't visible [13:55] va, did you try installing python [13:56] TJ-, thanks, I'll debug that then! [13:57] nils_, ESPRESSObin board currently supports Linux kernel versions 4.4.8 and 4.4.52 [13:59] BitByBit, just as I suspected, no upstreaming and they only support outdated kernels. [14:00] wow.. awesome.. it took me 42 seconds to download the entire Ubuntu 16.04.3LTS iso [14:00] i love my new internet [14:03] how can i customize the launcher? more specifically, arrange the locked icons in launcher without having to remove and adding them again [14:04] netochka, tweak tool maybe [14:05] couldn' find anything for this purpose on tweak [14:06] sirensari2: do u by any chance know how to change the shortcut for 'showing desktop'? i looked in the shortcuts to edit it but could not find it [14:06] it's by default on ctrl+super+D ... and i want to change it [14:09] TJ-, starting with a clean casper-rw solved the libGL issue. :)) [14:11] Sven_vB: doesn't surprise me :D [14:12] how can i customize the launcher? more specifically, arrange the locked icons in launcher without having to remove and adding them again [14:19] TJ-, yeah, I could have had that idea myself, that the casper-rw from xenial i386 contains lots of 32bit stuff since I apt-updated it [14:23] hi all. upgraded by Ubuntu (novice user) to 17.10 and i'm unable to change any of the settings in "software and updates". I want to check for only LTS releases but the changes don't stick. i'm wondering if it's permissions issue somewhere. anyone experienced this and able to help please? [14:25] MyNickname__: Flick [14:25] MyNickname__: is it using the Gnome Wayland session, or the "Ubuntu on Xorg" session? The Wayland side doesn't allows 'root' privileges which might prevent changes to APT's config in /etc/apt/ [14:25] some help please about fail synaptic install? :( [14:26] @TJ- how would I tell? [14:26] MyNickname__: I seem to recall there's an environment variable set that indicates it but I can't remember what it is; in a terminal try "env" and look for anything that sounds like "wayland" ;) [14:28] @tj- "XDG_SESSION_DESKTOP=Lubuntu" any good? [14:29] MyNickname__: OK, if it's Lubuntu it definitely isn't using Wayand! [14:29] well I guess we've figured something out :) [14:30] when I boot up it also says "an error has been reported. would you like to report it?" prior to upgrade, when I clicked yes, it would ask me for password. now it just goes away. [14:33] @tj- i'm unable to select "canonical partners" either. nothing changes [14:35] MyNickname__: that seems weird, usually it is supposed to prompt for elevated privileges I think [14:35] @tj- yes, I thought so too [14:36] MyNickname__: I've got a Lubuntu (16.04) here; as soon as I change a checkbox in the Software and Updates dialog I get an Authentication pop-up dialog [14:37] @tj- that's how it used to work before upgrading. i'm very sure this isn't a "feature" but some balls up along the way [14:37] @tj- (it wasn't a smooth upgrade!) [14:38] MyNickname__: that could be a clue. Check in $HOME/.xsession-errors and /var/log/auth.log for more clues [14:39] @tj- there were some errors in .xsession - I ended up removing upstart files. before I did that I couldn't log in at all [14:39] @tj- I will have a look in auth.log [14:39] @tj- although don't know what i'll be looking for [14:40] MyNickname__: nor me... "clues" :p [14:40] MyNickname__: auth.log generally records anything where elevated privileges are required, that's why I suggest it [14:40] hi [14:40] @tj- that's good to know. thanks. [14:41] MyNickname__: as a test, create a new user with sudo rights, log-in using that, see if that user can change settings. IF so, you know the issue is some config option in your user's $HOME [14:42] LTE usb modem, works, but IPs are strange: wwan0 has a 10.x.y.z address, which can't be the public IP address. do I get to see the public address on LTE connections *at all* or does the modem hide all this from me? [14:42] wwhat best download manager for ubuntu? [14:43] deadrom: the LTE device you have is a modem/router [14:43] deadrom: curl http://icanhazip.com # will you your public ip [14:43] jaranGoyang: the one that fits your personal needs and preferences [14:45] leftyfb:u get or xdm? [14:46] i use for download movie [14:46] jaranGoyang: please see my above post. These types of questions aren't support issues. [14:48] @tj- new user with sudo rights also unable to change the settings [14:49] leftyfb, I tried such a service, but I cannot ping back to that address. Could be their stack, though. [14:49] deadrom: you will not be able to ping your own public ip behind a router [14:50] deadrom: regardless, you might try #computer or #networking for support with this. It's not related to Ubuntu [14:50] leftyfb, tried from a smartphone on another carrier [14:50] true that [14:51] what is ubuntu though: I need to reach the machine from the internet. ssh access or any other port will be fine. dyndns won't work due to the above, so I wonder. [14:53] machine is headless (ubuntu server), thus TeamViewer is no option [14:53] deadrom: dyndns will work [14:54] leftyfb, tried, won't. noip neither. [14:54] but you'll still need to poke holes in the LTE router [14:55] @tj- as an aside, i'm sure I can do it via command line via ssh but I want to be able to do it through the GUI [14:57] Ubuntu 17.10 with Wayland session: does anyone experience crashes with a dual screen setup. It happens to me after some hours of work, when moving windows between monitors [15:11] hi [15:16] MyNickname__: this might be something to do with a move recently to using policykit and pkexec rather than gksudo and friends [15:18] @tj- I found this: ightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory [15:19] @tj- that was in auth.log [15:20] pam_kwallet5.so is a common report affects almost every system, is non-fatal, and you can safely ignore it [15:21] @tj- oh...how disappointing :( [15:21] is polkit the thing which sometimes asks for root password when you don't provide it? [15:22] it's completely unknown system to me [15:22] akik: polkit is the policy engine service, but as I recall it communicates via DBus so clients can ask for/receive rights to do things [15:23] @tj- well, i'm at a loss. I really don't want to have to do a fresh install. that's gonna take me days to get it back to how I had it. [15:23] TJ-: why is it needed? === sysfault_ is now known as sysfault [15:26] akik: so the 'user' process doesn't need to run as root; it can run as the user account and ask over DBus for privileges just to do a single function [15:28] linux is becoming really complicated [15:29] i saw that the config file for it is in xml [15:29] I'd like to find the window ID of a gnome-terminal window using its title, but there's neither xdotool nor wmctrl in the Xenial live session, and the title doesn't show up in xlsclients -al. any other ideas? [15:29] akik: this is why there are problems with Wayland; applications need altering to use polkit === Richard is now known as Guest33327 [15:30] I've a custom bash function, loaded in .bashrc, but I can't run it with sudo, is their a way? [15:30] qswz, inside the sudo shell, source your .bashrc [15:31] qswz, or you could make that function a stand-alone executable script [15:31] TJ-: so i am able to create sudo rules easily. how much of a learning curve is creating these polkit rules? [15:31] ah ok, thanks, actually it was to be used in sudo crontab [15:31] Sven_vB ah ok, the other option might be better then [15:31] akik: they're shipped as policies by the applications that provide/use it [15:31] TJ-: so users are not expected to create them? [15:32] ll / [15:32] oops [15:32] akik: have a look under /usr/share/polkit-1/ for an idea of how it works; it's rather like udev rules in terms of organisation [15:32] qswz: why are you running sudo in a cron? Why not run the job from root's cron? [15:32] akik: no, it's a packaging function [15:33] leftyfb: I run http://dpaste.com/1RR630Z to save my eyes, (like a custom f.lux / redshift) [15:33] and it uses sudo [15:33] TJ-: so it's not a replacement for sudoers? [15:33] i'm pretty baffled as you can see :) [15:34] qswz: remove sudo and just run it as a script (not a function) as root in a cron [15:34] hi all, I am trying to bind the command "xte "mousedown 1"" to Button1 via CompizConfigManager in Ubuntu, but cannot seem to make that key+mouseclick combination do the "click and hold" action that I need. Advice, anyone? (I have installed the xautomation package) [15:35] leftyfb: ok yes, like what Sven's 2nd way [15:35] thanks [15:37] akik: there's a good summary here, skip to the "PolicyKit Authorization Service" heading and read the 1st 3 or 4 parapgraphs. http://www.admin-magazine.com/Articles/Assigning-Privileges-with-sudo-and-PolicyKit [16:23] Hi there. I could need some help with installing different Ubuntu versions. When creating a bootable USB Stick, I can choose, what I want to start (install or test), but when I click one of those options, my PC completely freezes after the animation of the five dots. I tried this with 16.04LTS and 17.10, both without success. Can anyone help me? Thanks in advance! === gr33n7007h is now known as al2o3-cr [16:26] What's the easiest way for me to install the version 2.4 OpenCV library? The current version on apt is 3.0 [16:26] If it helps: on the same PC I was running 17.04, but since the support was dropped, I was forced to update. 17.04 ran flawlessly [16:28] birgersp: what package name? === arjun is now known as Guest70554 [16:29] CSO1, what program [16:29] hello [16:29] I used Rufus 2.18 from the official site [16:29] y [16:29] @jt- hey - thought i'd let you know I sorted it. reinstalling the desktop environment somehow seems to have worked :) [16:30] CSO1, try e2b [16:30] it's better [16:30] @tj- that was for you btw [16:30] TJ-: --^ [16:30] @tj- sorted it - reinstall of desktop environment did it :) [16:30] sirensari2 Easy2Boot? [16:30] o ya baby. so ez [16:31] CSO1, another option http://etcher.io/ [16:31] only 1 distro w/ that tho [16:32] nacc: libopencv-dev [16:33] Sorry, the current version is 3.1. But anyways... [16:33] birgersp: the short answer is, you can't officially; you can build from source [16:34] build from source [16:34] ya ^ [16:34] birgersp: or you can use a ppa, but that's probably not a great choice for going backwards [16:34] birgersp: or, finally, set up a trusty vm or container [16:34] birgersp: xenial even [16:34] looks like 2.x and 3.x are actively maintained === root is now known as Guest23520 [16:36] I'll be back reporting when installing 17.10 or 16.04 worked because I'm writing on the same PC I want to install... Thanks for your help though! See ya. [16:36] sirensari2 and nacc: thanks. I've built from source before so it should be okay. was just hoping there'd be a quicker way [16:37] Hiya [16:38] MyNickname__: glad you figured it out; I was trying to avoid that suggestion :) [16:38] Can anyone here help me realign my protonic harmonizers with my quantum relay [16:38] Zenina: please stay ontopic. [16:39] I dont want to cause a lepton overload [16:39] Look i really need help [16:39] Zenina: then don't troll. [16:39] Im not [16:40] Zenina: what is your ubuntu support issue? [16:41] Yea i dont know how to harmonize my neutron rods with my hadronic collision protocol without causing a meltdown [16:42] Zenina: please stop, this is the Ubuntu support channel. [16:42] Pardon my language nacc but your kinda being a little bitch right now [16:42] !ops [16:42] 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 [16:43] Lmao [16:43] dax: thank you [16:44] is Ryzen 7 a good option? [16:44] @tj- still no idea what the cause was but thought it was worth a go. relatively painless. thanks a lot for your help and suggestions. [16:46] :o === enko is now known as enko-w [16:48] is Ryzen 7 and Nvidia Titan X an option? === jamellebeats is now known as sharkboy [17:13] Is anyone here in charge of the configuration for 91.189.88.152? Getting '403 Forbidden: header 'Content-Type' value denied [IP: 91.189.88.152 80]' when trying to install a package. [17:17] talexb: what version of ubuntu? [17:17] leftyfb, 17.10. Just installed this server last month. [17:18] talexb: please paste your /etc/apt/sources.list to pastebin [17:18] Did the install at home, and now it's at a client site. [17:20] leftyfb, Here: https://pastebin.com/r7tpDNew [17:20] so I could install a lamp server so I can make a website for my business, but why do I need sql? [17:20] talexb: I would try changing your main repo, maybe from ca.archive ro us.archive to see if it resolves the issue [17:21] Im asking because I may not be seeing I MAY need it [17:21] leftyfb, That's the first line? [17:21] chris__: a lot of website applications use mysql as their backend [17:21] talexb: all the lines that says ca.archive [17:22] talexb: that don't have # in front of them [17:22] OK, will do. Yes, I understand that the leading # means comment, thanks. :) [17:22] leftyfb: thats really not telling me much, why would I need a database? === lupulo2 is now known as lupulo [17:23] it would be a very basic website === tfgbd__ is now known as tfgbd_ [17:23] chris__: other than the fact that this isn't an ubuntu support question, if you use a website application like wordpress, it requires a mysql backend. If you're writing your own html, then don't worry about it. [17:24] chris__: because the M in LAMP is mysql [17:25] leftyfb: yes I was going to wirte myself thanks sorry I know its off topic [17:26] :( It seems that liblwpx-paranoidagent-perl doesn't exist on the us site. All I really need is the Perl module LWP::UserAgent, but my cpan access is broken ATM. [17:26] I have an ARM ubuntu installation here that is missing all of the usual CPU frequency info. Are there lower-level ways to determine CPU frequencies than the usual special files? === cemerick_ is now known as cemerick [17:26] Anyway, thanks for your suggestion. I'm going to have lunch and think again. :) [17:27] chris__: if you install a LAMP server (meaning you select LAMP during the server install), it's going to install a Linux, Apache, MySQL, PHP server. If you don't need all that, don't install the portions you don't need (a LAMP stack is simply what is most commonly installed) [17:28] how do i restore the grouping with alt-tab ? it got messed up after installing and removing the gnome AlternateTab extension [17:31] ph88: if you had the gnome AlternateTab extension to solve your grouping issue before and now you reinstalled, wouldn't reinstalling the gnome AlternateTab extension solve the issue yet again? [17:33] leftyfb, i want grouping, i don't want alternatetab .. i just enable/disable it by accident [17:34] ph88: sorry, I misread [17:34] what is a good channel for website, I was thinking networking but not really [17:35] for website? [17:35] chris__, #html perhaps? [17:35] chris__: do you mean how to create a website using html? [17:36] hello [17:37] leftyfb: Im more kind wondering if I need php or not. I know I need html and css then Im assumming I need php or javascript [17:37] hello [17:40] chris__, ##webdev [17:40] use a static site generator. don't waste your time with php [17:41] I guess it better to get javscript first [17:42] thnaks all [17:43] maybe a typing tutor :-)) [17:44] Iam using ubuntu 16.04.2 and my laptop sound works in speaker but in headset it doesnt work when i plug my headset any solution/ [17:45] haymi, did you test it in sound settings [17:46] haymi: 16.04.2? does that imply you are not fully up to date? [17:48] sirensari2: yes i already test [17:48] nacc:it is Ubuntu 16.04.4 LTS sorry [17:48] haymi: np, just checking :) [17:49] haymi: which kernel are you on (uname -r) [17:49] already out .4 ? [17:49] ioria: yeah [17:49] tx [17:49] ioria: well, to be clear, upgrades have already updated [17:49] ioria: new ISOs are published today, i believe [17:49] nacc:4.4.0-116-generic [17:49] great [17:49] haymi: ok, so that's the base kernel [17:49] haymi: have you tried the hwe kernel? [17:50] TJ-: --^ weren't you also helping a user with this problem? [17:50] (similar problem with sound, i mean) [17:50] nacc:i didn't get you? [17:51] !hwe | haymi [17:51] haymi: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [17:51] how to expand /tmp partition [17:52] manishkumarsinha did you create a separate partition for /tmp? [17:52] hola [17:53] algun hispano hablante [17:53] ioria: looks like ISOs are being marked as ready right now [17:53] !es | alfepu79 [17:53] alfepu79: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [17:53] nacc, ok, tx [17:53] alfepu79, #ubuntu-es [17:57] nacc:I didnt try it how can i try hwe? [17:57] haymi: see the link mentioned in the faq [18:08] Hi [18:08] albertoiNET: welcome, how can we help you? [18:09] Hi lotuspsychje I've been dealing with this problem for days -> https://askubuntu.com/questions/1010405/the-brightness-of-laptop-screen-cannot-be-adjusted-with-either-the-buttons-or-th [18:09] nacc:I have already install hwe kernel but still the same problem [18:09] :(( [18:10] My brightness in my laptop always is highest [18:11] My eyess..... xD [18:11] haymi: installed and booted to it, i assume? [18:11] albertoiNET: thats a big list you have tested indeed [18:11] albertoiNET: does this work under an LTS version? [18:12] Yes I testes all, and I have the latest Ubuntu 17.10 with a kernel upstream mainlinie (yesterday) xD [18:14] albertoiNET: how about on a liveusb? [18:14] in liveusb doesn't work :( [18:16] hi [18:16] added to the list xD [18:16] Please help me in running anbox on ubuntu budgie 17.10 [18:16] albertoiNET: cat /sys/class/backlight/acpi_video0/max_brightness [18:17] i have installed properly, it shows up then disappear [18:17] please suggest something! [18:18] dazi, and what guide did you follow? anbox is not in our repos [18:18] Carl, it shows 100 [18:18] cat /sys/class/backlight/acpi_video0/max_brightness 100 [18:18] albertoiNET: https://pastebin.com/zU11HWey [18:18] I have installed via terminal as per instructions of anbox.io [18:19] dazi: that seems like a question for anbox [18:19] albertoiNET: change your boardname etc to suit [18:19] albertoiNET: found one thread saying its unity related, can you test another flavor perhaps too? [18:19] so should i ask help from anbox ? [18:19] ok I'm going to try [18:20] albertoiNET: oh wait nvm, your on gnome [18:20] albertoiNET: if that doesnt work there's a workaround [18:21] lotuspsychje I try with KDE Plasma [18:21] dazi OerHeks seems like we have an anbox installer in snaps now [18:21] lotuspsychje I tried with KDE Plasma and doesn't work [18:22] albertoiNET: ok mate seems like its machine/hardware related then, consider filing a new !bug with your whole story/steps? [18:23] lotuspsychje: that would be suported by the anbox snapper (morphis) [18:23] albertoiNET: make sure also your driver is installed :) if not install xbacklight? [18:23] lotuspsychje yes indeed. but it doesn't work for me [18:24] dazi, i would certainly ask in #anbox here on #freenode, "Anbox doesn't start on my device. What did I do wrong? Most likely it's not your fault. Anbox is still in its early days and doesn't have much test coverage.." [18:24] i had to re-install it via terminal [18:25] i read an thread says; it easily works on ubuntu 17.10 wayland session [18:25] dazi: and did you test that? [18:25] I posted a bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751887 [18:25] Launchpad bug 1751887 in linux (Ubuntu) "The brightness of the screen cannot be adjusted with either the buttons or the slider." [Medium,Incomplete] [18:25] but I'm going to test your pastebin Carll [18:25] Carll https://pastebin.com/zU11HWey i'm going to test this pastebin [18:26] albertoiNET: have you been able to catch acpi errors from a syslog/dmesg tail? [18:26] yes, fortunately it never disappears but did not work [18:26] dazi: what's the error message? start it from a terminal [18:27] let me share [18:28] their ppa gives a DKMS package, but not for Artfull 17.10 ...https://launchpad.net/~morphis/+archive/ubuntu/anbox-support and this github enables devmode... https://github.com/anbox/anbox/wiki/Installation [18:28] really alfa, i guess [18:29] 2018-03-01 18:28:33] [daemon.cpp:58@Run] bind: Address already in use [18:29] this is what i m getting on the command of "anbox session-manager" [18:30] OerHeks dazi yeah i also readed its now being tested on ubports 16.04 early stage now [18:31] dazi: check if that process is already running [18:31] dazi: then kill it, and launch it again from the terminal [18:33] same result it disappears and not even in the process after its disappearance [18:33] join #anbox .. [18:34] My nvidia graphics card is detected by lspci, nvidia drivers installed, but it doesnt appear when I go to set the displays up and xrandr doesnt recognise the nvidia card at all [18:35] no doubts bugs are expected in #anbox but it should work at least in the beginning [18:39] Bodsda, 17.10 ? [18:46] how do i go back to the gnome default alt-tab grouping ? it got messed up after installing/uninstalling AtlernateTab gnome extension [18:48] open systemsettings, devices, keyboard, [reset all] ?? [18:48] anyone have a recommendation on an email server that will only be used to send emails to itself and read those back? [18:48] no need for anything external [18:49] external being comms to other email systems [18:50] weaksauce, postfix perhaps? https://help.ubuntu.com/lts/serverguide/postfix.html [18:51] OerHeks thanks. i suppose one of the old standby servers is probably the best choice yeah. [18:51] battle tested and all that [18:52] I use nullmailer [18:53] but more for just sending, i guess [19:05] Hell [19:05] Hello === the_ant1 is now known as the_ant === Quetzal2 is now known as Quetzal2_ping === Quetzal2_ping is now known as Quetzal2_afk === tom_ is now known as tchrist [19:25] when a git clone has cmake build options, and you have already compile with x options, but now you want to recompile with the same options, are those options saved from the previous compile or do they need to be entered again? [19:27] how to browse and select ubuntu repositories from terminal? [19:29] !sources | pavlushka [19:29] pavlushka: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [19:29] madLyfe: not sure what git has to do with it, seems like a cmake question? [19:29] was just giving some background. [19:29] pavlushka: apt-add-repository [19:30] awe: even the bot knows [19:30] pavlushka, to edit, not add, sudo nano etc/apt/sources.list .. but browsing other repos is not a feature [19:32] pavlushka: perhaps tell us what your real plan is? [19:32] OerHeks: what if my current repo server is down and I need to select another repo, how to do it from terminal? [19:32] lotuspsychje: ^\ [19:33] pavlushka: by editing the files? [19:33] nacc: are you saying go elsewhere with a cmake question? [19:33] pavlushka: #ubuntu-mirrors might know whats wrong with your country/repo? [19:33] madLyfe: i assume there is probably a cmake channel [19:33] madLyfe: or try it and see? [19:33] madLyfe: if you're in a git repo, `git status` should show you all the modified files in repo [19:34] by git repo, you mean the local clone dir? [19:35] madLyfe: ... yes [19:35] sorry im a nix newb. [19:36] lotuspsychje: in the morning (utc+6) my reguler repo was down, so I needed to switch, so my Q is how to do it from terminal. [19:36] madLyfe: not really about 'nix'. just Git [19:36] know less about git. [19:37] *regular [19:37] madLyfe: are you referring to command-line options to cmake? [19:38] ya im on server. [19:38] madLyfe: ... not sure how that answers my question [19:38] pavlushka: talk to the #ubuntu-mirrors channel, they might know whats going on with your repo [19:39] nacc: obv i dont either. 'cmake .. -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF -DHWLOC_ENABLE=on' was the build command i used previously. [19:39] hi all, I am trying to bind the command "xte "mousedown 1"" to Button1 via CompizConfigManager in Ubuntu, but cannot seem to make that key+mouseclick combination do the "click and hold" action that I need. Advice, anyone? (I have installed the xautomation package) [19:40] pavlushka: If you know the mirror that you want to change to : ' sudo sed -i -e 's/archive.ubuntu.com/mirror.steadfast.net/g' /etc/apt/sources.list ' where mirror.steadfast.net is my mirror site . === nrs is now known as Guest48250 [19:59] madLyfe: and you want to know if those values got saved somewhere? [19:59] ya [20:00] madLyfe: did you bother grepping your local files to see? [20:01] grepping? [20:02] madLyfe: ok, let's take a step back. Why are you building from source? It feels like you don't have the required knowledge [20:12] * SomeT guess who is back [20:13] hola [20:13] I need help, I updated a ubuntu distro sudo apt upgrade or whatevver [20:13] https://pasteboard.co/H9VJ2eC.png [20:13] I have this [20:13] I dunno which is safest to select? [20:14] "show the differences..." [20:14] then decide after looking at the diff [20:14] 'locally modified' ... never seen this before [20:14] SomeT, what version is that , if i may ask ? [20:15] OerHeks: it means he modified the file from defaults [20:15] and now the packaging is trying to change it [20:15] show the differences between the versions? [20:15] the version of ubuntu? [20:15] yep [20:15] its 16.04 [20:15] the latest lts one anyway [20:15] ok [20:16] but yeah my install was one click app on digital ocean [20:16] for machine learning [20:16] https://www.digitalocean.com/community/tutorials/how-to-use-the-machine-learning-one-click-install-image-on-digitalocean [20:16] this [20:16] ok if I show the differences between the versions [20:16] it says [20:17] show side-by-side .. [20:17] https://pasteboard.co/H9VKU7P.png [20:17] this sounds like a digitalocean support question [20:17] ok [20:17] that says: https://pasteboard.co/H9VL4DI.png [20:17] yeah digitalocean don't answer support anymore [20:17] SomeT: then just install the package maintainer's version [20:17] not sure why [20:18] what based on the side by side comparison? [20:18] like what is this even doing? I dont understand [20:18] There is no menu.lst any more with grub2 [20:18] the differences was only whitespace, so no important changes [20:19] ah I get ya [20:19] thanks [20:19] so I will just update with install the package maintainers version right? [20:19] that will install the new one? [20:21] >???? [20:21] what is the name of that server that had an almost impeccable record for security [20:21] was it qmail? [20:22] I use protonmail for security [20:22] 'almost'.... *all* of them [20:22] uh? [20:23] ah [20:23] i am talking on the order of only a few bugs [20:23] hello nice people from #ubuntu. I'm currently trying to configure a network with a vlan... I'm doing a similar setup with this documentation I found http://enricorossi.org/blog/2017/systemd_network_vlan_interface_up/ and it does work fine, but once I reboot I need to restart systemd-networkd twice and it's not taking the DNS setting, so I modified resolved.conf and I have to restart systemd-restartd after server reboot aswell [20:24] SomeT: yes, pick the package maintainer's version. Then it won't nag you next time that package gets upgraded [20:25] thansk [20:25] *thanks === gr33n7007h is now known as al2o3-cr [20:54] does anyone know of a way to use bluetooth on ubuntu 16.04 without having to go into sound settings every time to switch [20:54] or if there is none [20:54] MeaCulpa use blueman [20:54] thanks monkeydust [20:55] do I need to uninstall the other? [20:56] monkeydust, it's already installed maybe I need to do something in settings [20:58] monkeydust, just for interest sake I had to go into blueman settings and switch from "headphones" to audio sink [21:05] Hi all. I have a NAS (running FreeNAS) which is currently sharing an SMB share to a couple of Windows clients. I would like to connect an xubuntu client to the same share. Is it beneficial to host an NFS share from the NAS for the xubuntu client to connect to, or is it ok to connect to the SMB share too? [21:09] hello [21:10] hey mlody [21:12] smb-or-nfs: the choice is setup dependent, what is your goal? [21:12] hello I am having some issues installing truecrack with cuda, and cant figure out where to point --with-cuda=PATH https://github.com/lvaccaro/truecrack what ever I do causes problems... [21:12] Carll: Just file sharing, copying files to-from the NAS and the client [21:12] *to/from [21:13] test both options? i guess nfs would be faster [21:13] The SMB would be fully compatible though? [21:14] smb-or-nfs: yes afaik. [21:21] How can I add/remove a scanner in simplescan? I dont see any options in preferences [21:23] bosphus2: https://help.ubuntu.com/community/ScanningHowTo [21:24] Carll: That's great, cheers! [21:24] How could I create a user that CAN’T log in graphically? [21:25] Orbitor: if you limit access to their home directory the user wouldn't be able login through the graphical interface [21:26] Limit access how? I was under the impression that a user needs access to their own home directory? [21:26] Orbitor: through chmod, may be a better way, let me check one sec. [21:26] Thanks for the help! [21:29] @Carll I cannot find the .fw or.usb file per those instructions [21:30] bosphus2: is this the first time using the device? [21:31] yes...I have a similar one a bit older that autodetected with simplescan [21:31] I can print wirelessly fine...but can't scan plugged or not [21:31] Orbitor: create a test user, cd /home/testuser | ls -a | see your .graphical interface files? [21:32] bosphus2: OK, sure I hear ya, what's the printer / scanner called? [21:32] epson xp-446 [21:32] xp-220 is the old one [21:32] Carll: Yes, they’re there. [21:33] Orbitor: rename .samename.backup | and try to login through gui - it *should* fail [21:33] Carll: k, trying that [21:34] bosphus2: ok sure, are the drivers installed? https://askubuntu.com/questions/310190/can-scan-with-simple-scanner-in-epson-stylus-525wd === uplime is now known as nchambers [21:35] I didnt need to isntall drivers to network print...let me look at that link [21:35] Carll: it still allows graphical login [21:35] Orbitor: ok, delete those backup files, what gui are you using? [21:35] hi [21:36] hey m3rlin [21:36] Carll: Unity (16.04 lts) [21:36] what's up [21:36] talk about printer? [21:37] @Carll I see the driver for the xp-220 in my system...but not the 446...just a 442-445 entry [21:37] ive had bad luck trying to manually isntall drivers but will read about it [21:37] Carll: found solution https://askubuntu.com/questions/92349/how-do-i-hide-a-particular-user-from-the-login-screen [21:37] bosphus2, try searching your driver here http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX [21:38] type xp-446 [21:39] how do I install it once I get the tarball? [21:39] also when I found it there it just linked to the generic driver I already have that doesnt work [21:40] Orbitor: you could add a line in the conf, to stop user logging in. [21:40] Orbitor: http://ubuntuhandbook.org/index.php/2016/04/remove-guest-session-ubuntu-16-04/ - modify to suit. [21:40] bosphus2, download debian packages [21:40] Carll: thanks! [21:41] Orbitor: you're welcome. :) [21:41] I already have that driver package installed [21:41] Carll: Orbitor A thought. chown .ICEauthority and .Xauthority to root ? [21:42] the one it links to...and it doesnt list the XP-446 in the list..but thats the package you are linked to when entering XP-446 on the epson site [21:42] Orbitor: you should probably use PAM, you could use the pam_succeed_if module to do something like "pam_succeed_if.so user ingroup gui" and create a 'gui' group which only GUI users are members of [21:43] bosphus2, had you try install it? [21:43] again...I already have that package installed [21:43] TJ-: the new user is still allowed to log in via console [21:43] it doesnt work for this device [21:44] Alright, I’ve solved the problem by adding a file under /var/lib/AccountsService/users [21:44] Orbitor: the full example should probably be "auth required pam_succeed_if.so user ingroup gui" in /etc/pam.d/lightdm near the top [21:44] had you setup printer driver from cups? [21:44] localhost:631 [21:45] TJ-: i’ve solved it, thanks! === y0sh_ is now known as y0sh [21:56] How could I allow a user to run one specific task (org.debian.apt.upgrade-packages) as root? [21:57] goodbye see you all [21:59] Orbitor: use sudo privileges? could the task be automated? [22:00] 0000 [22:01] oops no prizes for guessing what I login to my puter with lol [22:01] Orbitor with visudo you can assign root privileges to a single user, for one single command [22:02] Carll: the user in question doesn’t know how to use a terminal. Is there any way to allow it to be done graphically? Via the Software Updater applet [22:02] Orbitor: see answer from MonkeyDust [22:02] Orbitor: and best practice is to create a file in visudo format in /etc/sudoers.d/ [22:03] All: thanks for the help! I’m also looking as PolicyKit, which I think handles these requests graphically? [22:10] does anyone know off the top, which file I edit to change the command line [22:11] MeaCulpa: you mean the kernel command line? [22:12] bash shell? [22:13] MeaCulpa: sounds like you need to clarify what you mean by "change the command line" [22:13] "change the command line" ? [22:13] if one knows howto change command line... [22:15] it's cool .bashrc was what I was looking for [22:15] kk cool [22:16] MeaCulpa: so you mean the command *prompt* ? [22:18] I'd forgotten to put the $ on the end last time I played with it [22:21] <_-svg-_> What is up ppl === jstein_ is now known as jstein [22:21] <_-svg-_> Anyone play SC2 [22:21] _.svg ^ that way [22:22] why ? [22:22] _-svg-_: this is the ubuntu support channel, do you have an ubuntu support request ? [22:22] <_-svg-_> Nope [22:22] <_-svg-_> First time using hexchat [22:22] <_-svg-_> Oh you're right, it says so up there [22:23] could be addictive svg :) [22:23] <_-svg-_> Can anyone point me in the direction where to chat with other people that may play SC2? [22:24] <_-svg-_> MeaCulpa are you Luis Pinto irl [22:24] try #gamingonlinux [22:24] _-svg-_: star control 2? [22:24] <_-svg-_> Thanks Diecast [22:24] <_-svg-_> Carrl yup [22:25] _-svg-_: have you seen #sc2? [22:25] !tab | _-svg-_ [22:25] _-svg-_: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [22:25] <_-svg-_> Nope, thanks carrl [22:25] Welcome. [22:28] if anyone is interested in customizing their command prompt "ezprompt.net" is a good place to play around with it [22:28] <_-svg-_> What so there really is a Star Control 2 [22:44] <_-svg-_> Hey dudes that wasnt a starcraft 2 chat [22:45] !alis | _-svg-_: not our job to find you channels, you can use [22:45] _-svg-_: not our job to find you channels, you can use: 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" [22:46] <_-svg-_> Ok jeez nevermind... [22:46] <_-svg-_> Thanks anyways to the guy that pointed me to #gamingonlinux [22:52] how do i go back to the gnome default alt-tab grouping ? it got messed up after installing/uninstalling AtlernateTab gnome extension [22:54] can anyone tell me how to make hexchat beep on 'nick' please [23:20] hola [23:21] hi drone === devnull_ is now known as Guest59203 [23:31] ... [23:35] best xmpp client for ubuntu? [23:35] what would that be [23:35] arooni: 'best' is not really ontopic for this channel [23:35] how about a recommended one/ [23:35] arooni, you mean jabber [23:35] sure [23:36] I personally like psi-plus [23:37] Hi Carll I tested this and doesn't work https://pastebin.com/zU11HWey [23:37] :( [23:37] jabber-client might give good search results [23:37] ANy can help me with this problem [23:37] https://askubuntu.com/questions/1010405/the-brightness-of-laptop-screen-cannot-be-adjusted-with-either-the-buttons-or-th [23:39] hello === gr33n7007h is now known as al2o3-cr === z0_ is now known as z0