[00:15] if i've accidentally clobbered a file several steps down into a CVS checkout from the root directory, is there a simple way to pull *just* that one file from the CVS repo? [00:28] how do I stop X server on ubuntu 17.10 [00:29] `sudo service lightdm stop` in tty4 doesnt work [00:30] dsc_, systemctl disabl lightdm.service [00:30] dsc_, wrong one [00:30] dsc_, systemctl stop lightdm.service [00:31] gogeta: 'unit lightdm.service not loaded' [00:32] dsc_, so its not running ? [00:32] gogeta: looks pretty graphical to me :P? [00:33] ill try 'gdm' [00:33] dsc_, if your usinf 17.x its gdm gnome now [00:33] gogeta: 17.10 [00:33] dsc_: Yeah .. 17.10 runs under gdm . [00:33] dsc_, yea it will be gnome absed [00:33] ill just boot in recovery mode. this is not working [00:34] brb [00:39] Hello, I'm trying to prevent a service from writing their logs to the syslog file.. Could anyone help steer me in the right direction? I tried to add an entry in /etc/rsyslog.d/50-default.conf but I can't seem to get it right. [01:07] HP Pavilion g7 Notebook WIRED network and bluetooth not found by system. Help [01:13] After install on Acer Aspire S7 I get the error "No bootable device" [01:13] HP Pavilion g7 Notebook WIRED network and bluetooth not found by system. Help Worked under Windows 10 [01:13] My laptop has two drives presented as RAID and UEFI. [01:14] digcloud, In the BIOS, did you try setting the controller to AHCI instead of RAID before installing? [01:16] DaemonFC: no, I haven't tried that. [01:16] I'll give that a try. [01:17] digcloud: Also . Acer "used" to require setting "trust" in bios . [01:18] digcloud, Be warned that if you plan to use Windows too, that if you switch modes, Windows can start BSOD-ing. [01:18] The "RAID" mode is there to stop Windows from addressing the drive using its generic storage driver. [01:19] It has to go looking for a new driver, and gets the Intel RST driver, and its power management policy instead. [01:19] digcloud: see: http://ubuntuforums.org/showthread.php?t=2330267 ; https://ubuntuforums.org/showthread.php?t=2333630 <- oldfred : Ubuntu on Acer Aspire new Laptop . [01:21] Bashing-om, Acer is not known for making good products. I accidentally bricked one of their motherboards one time because they told me to install a BIOS update. Followed the directions to the letter and brickety brick brick. [01:22] I generally advise people to leave the BIOS alone and if they want to correct CPU errata, to just make sure that the intel-microcode package is installed. [01:22] (I have no idea why it isn't by default in Ubuntu.) [01:23] jeffrey_f: sounds like the typical ACPI OSI issue. See https://iam.tj/prototype/enhancements/Windows-acpi_osi.html [01:23] TJ-, "The owner of iam.tj has configured their website improperly. To protect your information from being stolen, Firefox has not connected to this website." [01:23] DaemonFC: because it's proprietary licensed so dealt with the same as nvidia drivers, etc [01:23] jeffrey_f: sounds like the typical ACPI OSI issue. See http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [01:24] DaemonFC: It's moving over to another host so I've not bothered replacing the cert on there; http is fine; I just get so used to typing https :) [01:25] TJ-, "Fortunately this issue was recognised by the Linux developers early on and they provided an option, acpi_osi=, that allows Linux to report itself as some other operating system in order to have the DSDT code enable the same functionality as it does for Microsoft Windows." [01:25] That's not correct. [01:25] Linux has not responded Linux to that since kernel 2.6.9. [01:26] DaemonFC: incorrect; it still does. It even reports "OSI(Linux) ignored" or some such [01:28] TJ-, https://mjg59.dreamwidth.org/29954.html?thread=1106178 [01:28] "(Linux, which claimed to be "Linux" regardless of version until we turned that off)." [01:28] https://mjg59.livejournal.com/85923.html [01:28] Read the source. drivers/acpi/osi.c [01:29] "Why Linux claims to be Windows" [01:29] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/acpi/osi.c#n64 [01:30] It claims to be every version of Windows and not Linux. [01:31] Some BIOSes probed for Linux as recently as 2009. [01:31] Some might still do it if you're using a legacy boot payload, but I haven't checked. [01:32] Although I don't see why they would, the people who write BIOS code are insane. [01:32] Lot's of server firmware still does [01:32] uEFI made them even more dangerous. [01:32] in a good way [01:33] acpi_osi solves about 90% of the issues we see with platform/builtin devices and power/suspend issues. [01:33] we had one 2 weeks ago that wasn't activating the external HDMI port until the correct "Windows xxxx" was used [01:34] Well if it does, it shouldn't. [01:34] Maybe nudge Matthew Garrett and ask what's going on. [01:34] I've been working on ACPI longer than he has :) [01:34] He says the correct behavior to those probes is to return nothing. [01:35] I had a system that was checking for that and then tried giving Linux the DSDT set aside for Windows 2000(!!!!), but it never happened because Linux ignored it. [01:36] At some point, someone maintaining the AMI BIOS boilerplate probably decided it was a good idea to start toying around with Linux, and then stopped, but never took the entry out. [01:36] TJ-, Besides, you still have yet to explain why Fedor doesn't have the problems that Ubuntu does. [01:36] If it's kernel behavior in general, it would happen in Fedora as well. [01:37] Huh? what? the issue is network and bluetooth not found on Linux, but is on Windows [01:38] You told me earlier that it's related to my shutdown/reboot problems in Ubuntu. [01:39] I'm asking, if that's the case, then why doesn't it happen under other distributions. [01:39] None of them are using any special stuff on the kernel command line. [01:41] My opinion is that Ubuntu has probably done something weird along the way and god only knows what. [01:41] I said it might be, and this is such an easy fix, it's always worth trying first [01:42] The delay in shutdown *after* GNOME exits was "a stop job is running" and the Ubuntu default is to timeout after 90 seconds. [01:43] So some service is hung and systemd is perfectly happy to stand there for a minute and a half by default before it gives up. [01:43] yeah i get that sometimes [01:43] I got a complaint about failing to remove a key and wifi or something. [01:44] A couple years ago we'd probably spend several hours trying to diagnose these weird issues, then a theme started to emerge, and ACPI OSI has proved to be a very quick and often succesful fix for all manner of issues [01:44] Had that complaint in Fedora too, but I suspect the timeout in Fedora is like 5 seconds, so just never noticed. [01:44] 90 seconds is nuts. [01:44] the 'key' could be kernel Keyring I guess [01:44] TJ-, So it's a voodoo stick now. [01:45] If it's doing this and that does solve issues, then why not submit a patch to make it the default? [01:45] Certainly seems easier than to tell 10 million people one at a time to add a command to a kernel line and update GRUB. [01:45] No, it's proving almost vital to the point we're investigating applying the setting by default to avoid bad user experiences and reduce support load [01:46] 90 seconds does seem a bit excessive [01:46] that sounds like a typical systemd timeout - you see that with mount jobs at startup too [01:46] Ben64, My thinking is 5 seconds should be the timeout because if a service can't shutdown by then it should just be shot at that point. [01:47] i kept getting dropped to a shell because one of my drives had a problem, really strange [01:47] wasn't / or /home, was just a random other drive [01:47] if i was a normal user i wouldn't have been able to get back into ubuntu [01:48] Ben64, LVM setup? [01:48] no [01:48] it couldn't mount /mnt/empire so it decided to die [01:49] I personally think that LVM is overkill for a single drive desktop system *and* especially if you're going to use an LTS distro. [01:49] I can see why Fedora uses it though. [01:49] i have 7 drives in my computer :) [01:49] Ben64: yes, I had a similar issue where systemd generator was creating a mount job for a UUID declared in fstab that wasn't mounted at boot-time (noauto). From the root shell I was trying to find a way to disable the job, but although you can list 'mount' type jobs there's no way to stop/disable them [01:50] TJ-, I don't trust systemd in general. [01:50] it doesn't care about 'nobootwait' either [01:50] But it's there and there isn't much to do about it. [01:51] https://www.theregister.co.uk/2017/07/05/linux_systemd_grants_root_to_invalid_user_accounts/ [01:51] Little things like this. [01:51] LVM is great for my use-case; add/remove/extend/shrink snapshot/thinpool etc at will for testing. makes the job extremely flexible [01:51] TJ-, tar/untar works [01:52] hey there - I'm getting 502 bad gateway on a site that I have [01:52] In fact, that's why XFS has never supported shrinking a volume. [01:52] is it most likely caused by the page conf, or by nginx itself? [01:52] nothing has changed on either of them since it was working. not sure what happened. [01:53] shazbotmcnasty: as always... read the log files! [01:53] shazbotmcnasty: increase log verbosity if needed [01:53] Well, at least that's some insanity that Ubuntu seems not to have been taken in by yet. [01:53] systemd-journald [01:54] Or "How I learned to stop worrying and love binary logs with core dumps injected into them.". === deathonater is now known as Smeef === dougie is now known as cryptoHoarder [02:25] Heh, Bluetooth. Cursed thing that it is. [02:26] So reliable that I gave up a long time ago and bought a really long 3.5mm cable. [02:30] DaemonFC : poor's man tip : grab an old smatphone,connect via usb to pc/laptop;enable bluethooth;transfer archives TADAAAAAA [02:48] i was running the crc32 command to calculate the checksum for a file, when it's done it gives me a message saying "BAD", i was wondering, bad compared to what? i'm not verifying the file, i'm computing it for the first time to know the checksum [03:41] anden: what's the full command you ran and its output? [03:45] Seveas: the command is $ crc32 23498724.bin [03:45] output is: 0374ae4bBAD 0374ae4b != 10297181 [03:46] uhm, my irc client truncated a tab character, but it's supposed to be one just before "BAD" [03:48] Seveas: my guess is this crc32 command actually reads the stored checksum that the file system uses (which in this case is wrong for some reason) and compares to the value it calculates [03:49] the file is on a FAT32 filesystem and i think FAT32 uses crc32 to check file integrity [03:50] i just installed ubuntu on an old lenovo t60 laptop (network install), but gdm's login screen looks distorted, i wonder if i could switch to another display manager ? [03:55] ah wait, lightdm seems to work out of the box [03:57] LightDM is kind of a bad idea with GNOME. [03:57] hm, what would you suggest ? [03:57] I mean, it will probably log you in, but it won't behave consistently with things like your GNOME power policy. [03:58] Figuring out what went wrong with GDM? *shrug* [04:02] hi is there a package for FF Quantum for 16.04.3 [04:03] coffeeguy: i think so, my firefox updated to quantum automatically [04:03] hmm i think Quantum is ver 55 and i'm stuck on 54 [04:03] no, quantum is 57 [04:03] aah weird [04:03] coffeeguy: quantum is 57 and you will get it if you just do normal updates [04:03] * coffeeguy sudo apt updates :) ty [04:04] coffeeguy: sudo apt-get update ; sudo apt-get install firefox [04:04] i'm also on 16.04.3 and i got it just doing a regular sudo apt-get update && sudo apt-get upgrade [04:04] hi [04:04] aah ok that would make a difference thanks fellas :) [04:05] coffeeguy: later, you can verify it by going to the help > about screen in firefox and it should say firefox quantum 57.0 [04:05] coffeeguy, Quantum is 57+ [04:06] great there it is :D [04:06] 2 x faster and 30% less memory. i'm down with that [04:09] anden: that utility is a perl script it looks like [04:09] yes, that's what i found too [04:09] why? [04:09] I'm guessing you're running into that if statement [04:09] with the regex around [:xdigit:] [04:10] i think it's behaving like it should, because when i wrote the same file to that file system again it didn't produce that error [04:10] did it have the same name? [04:10] it only does it for the first file on there [04:11] no, but if i copy the file, the copy gives me the same error [04:24] I really don't think this could possibly be how they intended it to run [04:24] and it's probably not super common to want to computer crc's on the command line so it's not like it would be immediately noticed if there were an issue [04:25] i think the issue lies within the the file system itself [04:25] when the original file was produced, the wrong checksum was written [04:26] no it's definitely not that [04:26] what makes you think that? [04:27] like i said, when i write the same file to that filesystem again, i get the same checksum minus the error [04:27] diffing the files also prove that they're identical [04:29] if there is a low level utility that lets me read the checksum fat32 stores, i could verify my theory [04:30] it's definitely not that [04:30] you can open the script in vi [04:30] it's like 15-20 lines [04:30] nothing about filesystems [04:31] okay, thanks, ill take a look [04:36] kind of surprised there aren't more people in #compiz [04:36] Anyone know if you can / how to configure rotate desktop cube on dual mouse click in 16.04? [04:37] dual mouse click just anywhere? [04:37] yeah [04:37] like, pressing both left and right mouse at the same time? [04:37] correct [04:37] used to be that way when I ran ubuntu way back [04:37] like 10.04 [04:38] really? wasn't it only when you clicked the desktop? [04:38] perhaps [04:39] from what i can find in the configurator you can only select one button [04:39] anden: try compizconfig-settings-manager for all combinations [04:39] i have a laptop still running 10.04 with compiz somewhere though [04:39] that's what i'm in [04:39] likewise [04:39] anden: we dont support 10.04 anymore :p [04:40] i know, and that's fine, i just thought i could boot it up for this guy to check how it actually behaved to confirm their memory [04:40] No sweat [04:40] thanks anyway! [04:40] does anyone know why filesystem would report 196Gb used when only about 16 Gb is actually there? [04:41] GizmoRomick: can you hastebin us your df -h ? [04:41] Hi, I can see that a new user was added in my auth.log, how can I investigate it? [04:42] http://paste.ubuntu.com/25985701/ [04:43] GizmoRomick: maybe run k4dirstat and let it find where all the data is, it sums up everything very nicely [04:43] GizmoRomick: wich partition are you talking about? [04:44] dedze: read your auth log? [04:44] lotuspsychje: /dev/mapper/ubuntu--mate--vg-root 212G 193G 8.0G 97% / [04:44] dedze: are you admin of your computer? [04:45] this is the result of the du command: http://paste.ubuntu.com/25985716/ [04:45] lotuspsychje: Yes, but I'm a new user to ubuntu and still learning. Can installing a software add a user? [04:45] yes [04:45] when I sum it all up, there is no way I am using that kind of space [04:45] hello [04:45] dedze: many services add their own user that they use when they run [04:46] GizmoRomick: https://askubuntu.com/questions/296172/dev-mapper-full [04:46] anden: Oh I see, so that is probably what happened when i installed redshift! [04:46] it is done for security reasons [04:46] anden: I'm taking a look at k4dirstat, but I'm not exactly sure how to read it [04:46] cholby: welcome [04:46] ty [04:46] GizmoRomick: if you run it on the partition you had issues with it should put the biggest folder on top [04:47] GizmoRomick: maybe you can send me a screenshot of that and i could help [04:47] GizmoRomick: i always clean system with bleachbit [04:49] bbl [04:50] anden: my k4dirstat https://photos.app.goo.gl/RYeLYuxFpjb0y2nE2 [04:50] GizmoRomick: now you're just selecting where to run it on. take it to / and press ok and it should start running [04:50] lotuspsychje: I tried following the advice in the askubuntu link to use the command sudo du -a / | sort -n -r | head -n 10 to see the largest 10 files, but all of those files are in my home directory. [04:52] GizmoRomick: cd ; du -sch .[!.]* * |sort -hr [04:53] GizmoRomick: your home directory is taking 259G [04:53] anden: this is my result from the scan: https://photos.app.goo.gl/IzekxnlkZo5hqIHm1 [04:53] leftyfb: sorry if I didn't make it clearer earlier, my home directory is on a seperate drive [04:53] GizmoRomick: if df -h says its full, its full..clean up :p [04:53] lotuspsychje: I would need to know where the space is being used up [04:54] GizmoRomick: df -h /home [04:54] anden: I couldn't run k4dirstat with sudo, so I don't know if it is scanning everything [04:54] actually, nm, looks like /home is bigger than your root [04:55] GizmoRomick: well, something is weird for sure. k4dirstat also implies that you aren't using much more than 16GB like you said [04:55] GizmoRomick: df -h / [04:56] anden: if I run it is root, is it likely it would find more? whenever I try, it gives me the error "Coiuld not connect to display :0". I'm running plasma 5. [04:56] GizmoRomick: yes, that could work. did you run "sudo k4dirstat /" ? [04:57] GizmoRomick: what does df -h / tell you? [04:57] leftyfb: http://paste.ubuntu.com/25985765/ [04:57] it shouldn't be able to see usage in the /root directory for example, since it's not allowed to read it [04:57] anden: this is what happens when I try to run it as sudo http://paste.ubuntu.com/25985768/ [04:57] GizmoRomick: sudo du -sch .[!.]* / |sort -hr [04:58] anden: I could switch user and log into the root account, I just would lose the chat window with you guys [04:58] GizmoRomick: there's really no need to be doing this with the GUI, it'll only slow you down [04:58] leftyfb: No matches for wildcard “.[!.]*”. [04:58] GizmoRomick: yeah, try the command leftyfb suggest first at least [04:59] leftyfb: i'm using fish if that matters. I could switch term if I need to [04:59] just type bash and press enter [04:59] then run the command again there [04:59] GizmoRomick: sudo du -sch /* |sort -hr [04:59] anded: didn't know that, thank you [04:59] you're welcome [05:00] leftyfb: this is from the first one: http://paste.ubuntu.com/25985784/ [05:01] first is kinda pointless, sorry [05:01] leftyfb: this is the second: paste.ubuntu.com/25985791/ [05:02] what is up with the first 5 lines I always see with du [05:02] GizmoRomick: sudo du -schx /* |sort -hr [05:02] that's normal [05:02] leftyfb: got an error: "GizmoRomick:: command not found"....just kidding [05:02] oh wait [05:02] GizmoRomick: if i'm reading it correctly, you have a folder called .steam in your root that is 37G? still not all of the data but more than 16G at least [05:03] well first, you pasted in your name [05:03] but I'm pretty sure I know the answer [05:03] anden: the directory .steam is actually ~/.steam [05:03] oh. [05:03] leftyfb: http://paste.ubuntu.com/25985797/ [05:04] right, it was the * that got expanded to all the files in your home folder :P a good reason to put * within quotes [05:04] I wonder if running SpinRite might help. Do you think it may be something to do with the drive? [05:04] GizmoRomick: I would log out of your user and either login as root on the console or with a live cd, unmount /home ... I bet the original /home directory on that root drive still has files in it that you're not seeing because the other drive is mounted over it [05:05] leftyfb: I'll give that a shot [05:05] oh yeah that is probably it [05:05] another /home [05:06] good thinking [05:06] I need to go running if I am going to do it at all tonight, but I will try it later tonight and will get back with you if you're still in the channel. Thank you, [05:06] I will be AFK [05:07] i might be here, but i think you'l find the answer using a live environment [05:11] I hope so [05:11] Its what I get for making things more complicated than my capacity to troubleshoot [05:29] I've stumbled into a problem and my google-foo is failing. I'm trying to run pcm which calls the perf tool. I've tried installing perf by using apt-get linux-tools-generic, but when I run perf I see " [05:29] "you may need to install 'linux-tools-4.10.0-38-generic'". When when I run apt-get install linux-tools-4.10.0-38-generic i get "E: Unable to locate package linux-tools-4.10.0-38-generic" [05:30] It appears this package should exist https://packages.ubuntu.com/xenial/linux-tools-4.10.0-38-generic, but apt-get says it doesn't. I'm using a fresh install of 16.04 [05:35] so, I've got a buddy experiencing Xorg issues [05:35] while waiting for them to register with nickserv, I'll give you a little info [05:35] the user is technobaboo [05:36] they're experiencing an X "no screens found" error on startup [05:36] this X environment *did* work previously, but has stopped working for unknown reasons [05:37] I directed user to try rebooting, then removing Xorg.conf, which didn't exist [05:37] no avail [05:38] !details | Ronjoe all in 1 line plz [05:38] Ronjoe all in 1 line plz: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [05:39] Just direct that same question toward technobaboo when they join. Apologies, I'm a stranger to this channel, and wasn't aware of a one-line policy [05:40] So the latest 16.04 ships with kernel 4.10.0-38 but the only linux-tools in the package repos are 4.4.0.21.22, this seems like a big problem right? [05:41] Can anyone verify that perf can actually be installed on 16.04? Because from what I can tell, it can't be. [05:41] !info linux-tools-4.10.0-38-generic xenial [05:41] linux-tools-4.10.0-38-generic (source: linux-hwe): Linux kernel version specific tools for version 4.10.0-38. In component main, is optional. Version 4.10.0-38.42~16.04.1 (xenial), package size 1 kB, installed size 246 kB [05:42] btw, kernel 4.13 is in xenial too [05:43] Ben64, sudo apt-get install linux-tools-4.10.0-38-generic >>>> E: Unable to locate package linux-tools-4.10.0-38-generic [05:44] you'd probably want linux-tools-generic-hwe-16.04 [05:45] Unable to locate package linux-tools-generic-hwe-16.04 [05:45] are you on 16.04 [05:46] Linux broadsim-ex 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [05:46] I think something is broken, and not on my end [05:46] no it is on your end [05:46] pastebin the output of "sudo apt update" [05:47] http://paste.ubuntu.com/25986024/ [05:47] you're missing a few repos [05:48] this is a fresh install of 16.04. So if I am missing repos, it's a bug in 16.04 [05:48] no [05:49] miebster: can you recall wich iso you installed, .2 or .3? [05:52] lotuspsychje I'm pretty sure .3 [05:53] miebster: did you update system during setup? [05:53] no we did not [05:53] whats the sha1sum of the iso [05:56] I have the usb but not the iso that made the usb [05:56] that would be on my coworkers laptop when he made the usb, can I get the shasum from it? [05:56] !md5 | miebster [05:56] miebster: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [05:57] just installed 16.04.3 on a vm [05:57] yep, has all the normal repos [05:59] what repos am I missing? [05:59] security updates backports [06:00] and you have added the chrome repo, so you did obviously change something with that already [06:00] that was probably done automatically when we installed chrome [06:00] that happens automatically [06:01] Ronjoe: looks like your buddy never showed up [06:01] they're here, just not speaking for whatever reason [06:01] gun shy maybe [06:01] I think they're busy with some mod drama in another community [06:02] wow mod drama...who knew [06:02] I'm asking them to pastebin the output of /var/log/Xorg.0.log just for starters [06:02] should these missing repos be in /etc/apt/sources.list [06:02] miebster: you should be able to enable them from Software Sources [06:04] Ronjoe: the drama is obviously more important....you should be asking them for the play by play of the mod drama... [06:04] sigh [06:05] Under Software & Updates > Updates, the check boxes that say Important security updates, recommended updates, and unsupported updates are all unchecked. [06:06] yeah you should check them, also main, universe, multiverse, restricted [06:07] okay now linux-tools-4.10.0-38-generic is found [06:08] you'd probably want linux-tools-generic-hwe-16.04 still [06:10] okay I think im past this issue, but pcm still doesn't work, but I don't think this channel can solve that [06:17] well, they gave me a blow-by-blow of the drama, and it's pretty ugly [06:17] this might be a while [06:18] well damn [06:19] looks like they're shutting down emotionally, so there's nothing more that can be done here. Sorry for the annoyance. Good night, and thanks for the patience. === r0Oter is now known as r00ter === dreamon_ is now known as dreamon [07:00] I am using Ubuntu Xenial in Azure and getting a SIGILL `0x00007f3429b4cedc _xend (libpthread.so.0)` I can confirm that SO has two instances of that instruction and https://github.com/andikleen/tsx-tools confirms that my CPU doesn't support it [07:00] Does anyone have an idea about what to do in this case [07:04] So my Blu-ray burner can't be detected by my burner apps anymore. Has been worked fine for years, so some update has apparently screwed it up. Put it in the girlfriends Windoze machine instead where it works fine. We need to have one each anyway, so I'm gonna buy another. Are there any special brands or models that works better with Ubuntu than other brands and models? [07:05] The current one is from Asus. Considering buying an LG for myself now. [07:10] Can't install ubuntu17.10 from ISO. During the installation it claims it can't download lxd as it depends on libgolang but it is not insallable. This is a first [07:11] any one know why a bootable ISO of ubuntu17.10 can't install lxd nor does it give me a choice about installing it. [07:11] so i installed the mate desktop environment on top of ubuntu 17.10 and i can no longer use gnome-control-center it just pops up blank, so i have no way to get to the wacom settings, is there another way to access wacom settings or is there another GUI settings program out there? [07:19] ItsMeLenny: for the gnome settings to work, i think you need some gnome daemon running [07:23] ducasse, not related to the goa-daemon is it? [07:24] that's probably 'gnome online accounts', so i wouldn't think so [07:25] oh, whys that running, dont need that [07:26] know how to start the gnome daemon? [07:27] no idea which one you need - gnome-settings-daemon, maybe? [07:30] i see this in syslog wlp3s0: WPA: Group rekeying completed with f0:79:59:23:5b:c7 [GTK=CCMP] [07:30] does it a standart procedure or me fell wictim of this recent key exchange hack =) [07:31] i also get this quite often [07:31] gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed [07:32] yea the most recent ubuntu 17.10 can't be installed from the bootable iso. Says lxd can't be installed due to a dependency on libgo [07:33] how did something like this break out of the box guys [07:34] I'm refering to ubuntu 17.10 server amd64 [07:34] right so, I have a Dell Inspiron 15 5000 2 in 1 laptop. Is there anyway I can check this laptop for compatibility with Ubuntu Desktop? Especially for the touch screen and tablet mode? [07:35] hello, [07:35] how can I simulate a key press event using gd? [07:35] gdk [07:35] xdotool? [07:37] um, i mean in gdk code [07:39] ducasse, cant find a gnome settings daemon [07:40] just a keyring one [07:40] hello. netcat seems to only read from a single udp client (`nc -k -l -u -p 7890` for the server) I've tried both the openbsd and traditional nc packages [07:40] some people say that -w works, but it doesn't seem to? [07:45] crc32: lxd is already installed [07:47] gp5st: what specifically are you attempting to accomplish? [07:48] tatertotz, I have a little app sending out udp traffic to a specific port and I just want to listen for it. however, when the app restarts nc doesn't show anything from the new session [07:48] mboard: boot the liveimage and see what works? [07:48] it happens during the instll software portion of the install. I choose ssh-server then poof it tels me lxd can't be install because it depends on go. This is according to syslog which I can acces by useing Ctrl+Alt + F2 [07:49] amosbird: programming is not supported here [07:50] gp5st: do you have complete control over when the "little app" sends and or listens?...do you know what numerical value for a port number it sends on? [07:50] tatertotz, yes and yes [07:50] the issue seems to be nc doesn't listen for anything beyond the first sender [07:51] gp5st: and you know the "name" of the "little app" also? [07:51] tatertotz, name? it's a little python script i'm writing Binary file (standard input) matches