[00:00] tripelb: yes, I saw that earlier, it confirms the settings were accepted so if they are not making an improvement that avenue seems to be a dead end too. it's 1am in the morning here [00:02] oh my, you might be in berlin. [00:02] TIll some other day then. [00:02] pjs: someone else (Debian) with the same plugdev ownership: https://superuser.com/questions/1043394/after-systemd-upgrade-why-does-dev-null-always-have-the-wrong-permissions [00:02] tripelb: In England [00:03] I was in London in July.. for a day. Teddington maybe. [00:04] tharkun, thx, from some google search it seems that mariadb builds that library, you sure it is not included in mariadb? [00:04] TJ-, thanks.. reading.. [00:05] TJ-, You see my note about /dev/tty1, that has to be an issue right? My buddy has tty1 owned by gdm [00:06] pjs: yes, I saw that a few hours ago [00:06] pjs: I assumed you'd got a console log-in on tty1 [00:06] TJ-, of course :) I missed it (also ofcourse lol) [00:06] TJ-, yes I did. manually started X [00:08] fassl_: /usr/lib/x86_64-linux-gnu/mariadb18/plugin is the plugin dir and that file is not there [00:08] pjs: I'm suspecting you've installed something that has changed the way ubuntu configures; is i3 the only local build/install you've done? [00:09] fassl_: a friend on #mysql seems to know of a rename of that file. [00:09] TJ-, that and i3lock-color (replaced i3lock).. [00:09] tharkun, does it complain about not being able to load that file? it might have been linked in statically === [1]MrMobius is now known as MrMobius [00:10] pjs: I don't see anything in the i3 source that plays about in this way; the fact everything in /dev/ is root:plugdev points to udev [00:11] TJ-, On the link you sent me, the "fix" was manually changed /dev/null to group root, rebooting, then magically everything was owned correctly lol [00:12] pjs: do you have any udev over-rides in /etc/udev/ ? [00:12] pjs: hmmm, was it? that'd suggest on shutdown the ownership was saved to be recreated on boot - doesn't sound right ! [00:13] TJ-, in /etc/udev/ruled.d I have just these 2: 60-brother-libsane-type1-inst.rules 70-snap.core.rules [00:13] TJ-, otherwise udev.conf is a commented out single line and hwdb.d has no files [00:13] pjs: you're using IRC from the problem system now? [00:14] TJ-, grep null or plugdev in those 2 rules files shows nothing [00:14] TJ-, no, tmux from one of my fbsd servers [00:14] TJ-, but yes I'm ssh'd from the problem system.. but I can reboot and ssh in from my macbook [00:15] pjs: OK, I'm wondering if we can do a partial boot of it so it drops to the busybox shell in initramfs after it has mounted the real rootfs but before calling init... adding "break=init" to the kernel cmdline in the GRUB boot options. You'll need to be able to use the local physical console for that unless you've got network-KVM though [00:15] TJ-, no problem. It's sitting right in front of me [00:15] pjs: I'm thinking we should check if the root:plugdev ownership is already set in the initramfs [00:16] pjs: if it is, it narrows down the search massively [00:16] pjs: whilst you do that I'll make a cuppa to keep me awake :) [00:16] TJ-, ok.. I'm ready [00:18] TJ-, no rush. I hit ESC at grub boot and have the grub shell.. I'll wait for you to guide me here ;) === bhalithan1 is now known as bhalithan [00:19] Hi, i just installed bionic and nautilus doesn't create thumbnails of video files. Restricted extras are installed. Do i need anything else? [00:20] pjs: highlight the entry, press 'e' to edit it, navigate down to the line beginning "linux ..." and add to the end of it "break=init" then press Ctrl+X or F10 to boot with that change [00:20] ah ok [00:20] pjs: if you're in the shell do "exit" to return to the menu [00:22] TJ-, I'm in initramfs shell [00:26] TJ-, /dev/null is crw-rw-rw- 1 1, 3 /dev/null [00:26] pjs: hmmm [00:28] pjs: that's weird, no ownership info? [00:28] TJ-, nope that's exactly what it says.. all of /dev/ is like that [00:29] pjs: oh, hang on, does this report anything: "echo $rootmnt" [00:29] TJ-, actually ls -l of anything doesn't actually have names.. just numbers (id?) [00:29] let me see [00:29] TJ-, /root [00:29] pjs: I don't think it has pivoted to the real root at this point. Try "ls -l /root/dev/null" [00:30] TJ-, I was just exploring /root, I just checked /root/dev/null and it's the same as what I typed a second ago [00:30] TJ-, but it IS o+rw which it isn't in normal boot [00:30] pjs: OK, which release of ubuntu is that supposed to be!? 18.04 ? [00:30] TJ-, hah yup. It is 18.04 [00:32] pjs: what version of busybox? "/bin/busybox --help" [00:32] TJ-, 1.27.2 [00:34] pjs: trying it here too [00:34] TJ-, ok cool [00:35] pjs: right, it's a busybox ls thing [00:36] TJ-, ah ok [00:36] pjs: do "stat /dev/null" instead [00:36] pjs: I see Access: 0666 uid 0 gid 0 [00:36] TJ-, all I did was the boot.. should I have started busybox or something? [00:37] busybox is what is running [00:37] TJ-, my shell prompt is "(initramfs) " [00:37] TJ-, ah ok [00:38] pjs: busybox provides /bin/sh and all the other tools, as cut down versions (to save space) and they're all statically linked in the single /bin/busybox executable [00:38] pjs: so if your 'stat' output matches mine, we know the :plugdev and possibly other things are done when system init starts [00:38] TJ-, so after boot I didn't need to start sh or something right? I just did ls -l straight from there [00:39] TJ-, because uid: 1, gid: 1 and perms are different in busybox than in normal system [00:39] pjs: correct. what happens is the kernel executes /init which is a shell script, which causes the kernel to call "/bin/sh /init" and /bin/sh is a symlink to /bin/busybox [00:40] pjs: you're seeing uid 1 gid 1 !? [00:40] pjs: that from stat? [00:41] TJ-, no I just did "ls -l /dev/null" (also /root/dev/null) [00:41] TJ-, using stat I also see 0666, uid: 0, gid: 0/unknown [00:42] can you: "inotifywait -s -m -e attrib /dev/null -o /var/log/syslog" and see in the syslog when the perms change to narrow it down? [00:42] pjs: phew! [00:43] fassl_: no, because it looks like it changes due to the init system which we cannot get in front of [00:44] pjs: right, so, now let's try something different. I want you to reboot, enter GRUB again, edit the entry again, but this time add "init=/bin/bash" and then press Ctrl+X - this will boot without systemd, to bash, and then you can check the ownership of /dev/null again [00:44] yeah, a script in the initramfs to monitor that is not possible? [00:45] fassl_: no, the last thing the /init script does is exec another process, which replaces the init script [00:45] TJ- ok [00:45] ah ok [00:45] Hey, how's it going, guys? [00:47] TJ-, 666, root, root [00:47] TJ-, for /dev/null [00:47] pjs: we're making (slow) progress then [00:47] pjs: we'll restart into the usual init system in a moment, but first I want to check if what is required to have udevd log [00:49] TJ-, ok cool [00:49] pjs: so, reboot to GRUB again, edit the entry, this time add "rd.udev.log_priority=debug udev.log_priority=debug" then Ctrl+X - this logs from the initrd (rd) and after systemd starts [00:50] two of my Thinkpads run Ubuntu trusty. on one of them, recently the ethernet port started having its LEDs always on (or blinking at a rate I can't see), and Network Manager continues to try all my ethernet IP configs in rotation, each failing because there's no cable in the ethernet port. what might be broken? [00:50] pjs: messages should go to the kernel log [00:50] Sven_vB: link detect I think [00:51] TJ-, ok.. I couldn't "reboot" so I typed "exit" and got a kernel panic lol [00:51] Sven_vB: is the port dirty or got broken pins? [00:51] on the other one, the ethernet port is empty as well, and it seems to know there's no cable. LEDs off and no syslog activity about ethernet. [00:51] TJ-, might be dusty. I'll try and clean it. [00:51] pjs: right - you only had bash running so no system services [00:52] pipe air blew out some dust but no change in the LEDs. [00:52] Sven_vB: does the PC dual-boot with Windows? [00:53] so would this mean there's an electrical failure inside the notebook? nope, no other OS installed. [00:53] Sven_vB: it sounds like it could be electrical, yes. [00:53] TJ-, ok booted [00:53] lots of logs this time :) [00:54] thanks! [00:54] pjs: I thought there would be. let's figure out if we can catch them [00:54] Sven_vB: try "ethtool" see what it reports for the port [00:54] Sven_vB: e.g. ethtool eth0" and if you can pastebin the output we'll look [00:55] pjs: how about "journalctl -b | wc -l " - how many lines does it report? [00:56] TJ-, 5262 [00:56] pjs: ouch, maybe a bit much for pastebin [00:56] pjs: give it a try though! "pastebinit <( journalctl -b )" [00:57] TJ-, woot, http://paste.ubuntu.com/p/jVm2DPgbb2 [00:58] pjs: ... I may be some time... [00:59] TJ-, no worries [00:59] thank you! [00:59] TJ-, ethtool output is mostly "No such device" https://paste.debian.net/plain/1048191 [01:00] does it use another namespace than "ip link"? [01:01] pjs: not alot there really. does "ls -l /dev/null" still show root:plugdev ? [01:01] Sven_vB: you need to replace "eth0" with the name of your actual device [01:02] Sven_vB: "ip link show" will report them [01:02] TJ-, yea, same perms too [01:02] TJ-, yeah, that's why I included the ip link output in the paste, to show that eth3 somewhat exists. [01:03] the only other devices ip link shows are lo and wifi [01:08] Sven_vB: I don't know what is going on there but even with the interface down, ethtool can read it here. I suspect there may be a clue in the kernel log. Show us "pastebinit <( dmesg )" [01:08] what would be a good way to tell NetworkManager to temporarily ignore eth3 completely? ideally easier to toggle than a kernel module blacklist entry. [01:08] pjs: Let's do a brute-force search of the local settings "sudo grep -rni plugdev /etc/" [01:09] TJ-, ok [01:09] the only dmesg entry with keyword "eth" is [6335720.058795] e1000e 0000:00:19.0 eth3: Hardware Error [01:09] Sven_vB: there might be other messages that lead up/follow that one, that is what I need to see [01:11] TJ-, nothing interesting.. http://paste.ubuntu.com/p/FWcVnQ9vxw [01:12] I have been able to create a WAV format file from text using espeak. The next step is to convert the WAV file to a 44.1 KHz MP3 file. [01:12] When I try that with lame, it converts a "normal" voice to "helium-gas" speak. [01:12] TJ-, I'll try that again tomorrow. today there's too much other info near the eth message that I'd rather not publish. [01:13] pjs: getting weirder! [01:13] on centos at least you can configure it in /etc/sysconfig/network or whatever, NM_CONTROLLED=no [01:14] TJ- haha [01:14] TJ-, so I tried manually changing it and rebooting.. the perms/ownership reverted [01:15] pjs: reverted to root:root or root:plugdev / [01:16] Soundconverter loses its mind reading a WAV file produced by espeak and Ubuntu keeps throwing up panels with "the application terminated abnormally". [01:16] Sven_vB: you can use /etc/NetworkManager/NetworkManager.conf adding "no-auto-default=eth3" [01:16] Might someone offer a hint on how to convert WAV to MP3 ? [01:16] TJ-, thanks! [01:17] TJ-, and then reload NM? [01:17] TJ-, root:plugdev [01:20] not to channel log readers: no-auto-default goes into the [main] secion, says man NetworkManager.conf [01:20] *note [01:22] Sven_vB: yes, restart NM after adding that change [01:22] pjs: yes, that is expected. devtmps (/dev/) is recreated at each boot, it isn't static [01:22] pjs: which is why we are searching for what is making the change [01:22] well, restart was what I tried to avoid. =) well then, brb [01:22] pjs: remind me; is "ls -ld /dev" ownership root:root ? [01:22] Sven_vB: restart the service [01:23] Sven_vB: as in "sudo systemctl reload-or-restart network-manager" [01:24] yeah, I did. wifi connection was thus reconnected. I'm surprised my IRC connection survived that. +1 for TOR as a romaing service. [01:24] TJ-, root:root [01:25] pjs: something must be executing a command that in a shell would be "chmod :plugdev /dev/*" so lets see if we can find that. "sudo grep -rni plugdev /usr |& tee /tmp/plugdev.log" [01:26] TJ-, running... [01:26] pjs: same here ... takes some time :) [01:26] haha [01:27] pjs: nothing stands out here; mostly standard stuff for useradd and base-passwd [01:29] TJ-, same.. though there is some stuff from udiskie README, but I thought I uninstalled that [01:29] TJ-, seems to not have helped. I was just notified via toast popup that eht3 had lost connectivity. [01:29] I wonder what it was connected to. [01:29] probably a translation issue. [01:30] ah, no, it said it's now not connected. it didn't say it was connected before. [01:30] I mean, that's good to know, but once per session would be enough. [01:31] TJ-, http://paste.ubuntu.com/p/NyycVdy3jn (if you're interested) [01:31] pjs: there is something unusual on that system; besides the self-build of i3 have you installed anything from PPAs at any time [01:32] TJ-, yes. Slack, Signal Desktop, Mongodb, google chrome and skype [01:32] oh also ubiquiti (manages my wifi AP) [01:32] pjs, no VLC PPA? [01:33] Sven_vB: I do have vlc installed but no external repo added for vlc [01:33] ok [01:34] What does PPA stand for? [01:34] pjs: let's search the packages install scripts: "grep -rni plugdev /var/lib/dpkg/info" [01:34] pjs: Personal Package Archive [01:34] !ppa | pjs [01:34] pjs: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [01:35] TJ-, entries for usbmuxd and base-passwd [01:35] pjs: can you pastebin for me? [01:35] TJ-, thanks [01:35] TJ-, http://paste.ubuntu.com/p/myty6fCfNn [01:36] guys [01:37] i have a problem with maintenence mode [01:37] pjs: same as here; so no joy there either. Now let's try local stuff: "sudo grep -rni plugdev /usr/local" [01:37] TJ-, no matches [01:38] i have already known how to scroll up n down, but obviously some earlier output on screen would be cleared, especially on some commands which outputs a lot like dpkg --list [01:39] ok then can't you do an early inotify systemd service? [01:39] so how can i see all those output? [01:39] command | less [01:43] pjs: I've just gone through the systemd-udev source; don't see anything there either. It's important to note that "plugdev" group is a Debian/Ubuntu specific construct [01:44] TJ-, this is strange [01:45] TJ-, this is a process list of all "normal" running proc's: http://paste.ubuntu.com/p/G3zfrkcfG6/ [01:45] pjs: does this exist? "ls -l /etc/udev/rules.d/device-permissions.rules" [01:46] TJ-, nope. I asked you if it should earlier. Saw something on SO or something [01:47] pjs: it existed in 16.04 but should be removed; I just wondered if it had been left behind [01:49] pjs: actually, I don't see it in 16.04 either. I was wondering if it had been inherited, but no [01:49] TJ-, right.. I thought about adding it just to see what happens but I didn't obviously :) [01:50] pjs: we know something is changing the permissions of almost all nodes under /dev/ so this is not specific to /dev/null. We also do not know if this is related to the apt-key issue or not but it is the only slender lead we have [01:51] pjs: I have to suspect some of those PPA packages you've got installed, although I cannot think what one would be doing to change permissions on /dev/* - and it would have to be something running as root user to be able to do it [01:52] TJ-, yea nothing is running as root that I can think of.. Let me check ubiquiti [01:54] TJ-, ok so Unifi (by ubiquiti) seems to be [01:54] it's started by systemd [01:54] though it's currently disabled [01:55] TJ-, let me uninstall it [01:57] TJ-, this also removed mongodb (which was only needed by unifi) [02:03] pjs: I didn't see anything obvious in the ps list [02:04] pjs: I'm trying to think if there's a way we can get systemd to tell us what touches dev; later in boot I'd use inotifywait. "plugdev" is an Ubuntu construct so I think it is something caused by some installed package [02:04] pjs: was this system upgraded from 14.04 > 16.04 > 18.04 ? [02:05] TJ-, no. fresh install of 18.04. I've only had the laptop since July [02:07] pjs: really? oh... that makes thing even more perplexing! [02:08] pjs: from the extensive searches we've done it suggests whatever is changing the group is inside a binary, rather than being in plain sight. we also know it must run as 'root' (uid 0) at some point early on [02:09] pjs: try rebooting, going to GRUB menu, choosing Advanced sub-menu then boot the first Recovery option. Get to a shell there and check "ls -l /dev/null" - that only starts a very reduced set of services, which might help us narrow down where the change happens [02:09] TJ-, hrmm [02:10] TJ-, ok cool I'll try it [02:10] pjs: that'll also only be in single-user mode === BgLamersTeam is now known as Dreaman [02:15] pjs: not sure if I linked to this earlier, but someone (on Debian) with the identical problem attributed to systemd package upgrade. Seems very weird since systemd has no mention of plugdev in its entire sourcecode [02:15] pjs: https://superuser.com/questions/1043394/after-systemd-upgrade-why-does-dev-null-always-have-the-wrong-permissions [02:17] TJ-, yea you did. I read all the answers but basically it was manually change it and reboot.. and like magic, it was resolved [02:17] pjs: there was no solution on that one [02:18] TJ-, well no accepted solution but if you read the comments, the OP said that's what "resolved" it [02:19] did you check anything in /etc/systemd might say plugdev ? or /var/lib/systemd ? [02:19] fassl_: we've grep-ed the entire file-system ! [02:19] ah didnt see that sorry [02:19] fassl_: hehehe no worries... I'm forgetting now we've done so much. [02:20] pjs: did you get into single-user mode? [02:20] TJ-, doing so now [02:20] pjs: OK ... because after that we'll use fassl's suggestion about /var/lib/ since I cannot remember if we covered that one! [02:21] if its fine for rescue, we can test multi-user, and if it is still fine, then graphical.target does this nasty stuff [02:21] pjs: the only thing I could think of is the group is being changed by number, not name, and the number just happens to the plugdev group. What gid is that? "getent group plugdev" [02:22] ehm at least thats the ones i know about, there are more :P [02:22] TJ-, 666, root:root /dev/null :) [02:22] pjs: Yay! [02:22] pjs: so, it is happening in some job between recovery.target and multi-user.target [02:23] TJ-, gid is 46 for plugdev [02:23] pjs: it is for me too - I think it probably is on most clean installs since packages install in the same order [02:24] you can just systemctl isolate multi-user - check -- systemctl isolate graphical - check [02:24] pjs: it isn't booting to a GUI is it? you start the GUI manually? [02:26] TJ-, start manually [02:29] "systemd-analyze critical-chain" can tell you the order of targets, i would traverse them and just check when the perms change [02:32] fassl_: idea! with the system booted to recovery we could start an "inotifywait -m /dev/null" with a timeformat string to capture when the changes happen, combine that with having "systemd.log_level=debug" on the kernel command-line and we could later match the timestamps to figure out what was active when the attributes are changed ? [02:33] fassl_: we can change the system default.target and reload the daemon so it continues running the additional jobs, I think [02:34] TJ-, yes that sounds good. would you wait for syslog and log there or wait for local-fs or something and log there? [02:34] fassl_: to a file in a tmpfs [02:34] I think /run/ should be mounted at that point [02:36] pjs: fassl_ I'll test that procedure here to ensure it works as we want [02:36] TJ-, ok cool [02:38] oh great! recover mode stalls in kernel on an RCU and sends an NMI! [02:38] TJ-, i have here a service skeleton which you could use if you need it [02:41] right, it worked this time. seems it didn't like "nomodeset" for some reason [02:41] actually we dont even need to deal with timestamps, it will be in journal [02:41] fassl_: what will? the inotifywait timestamp? [02:42] stdout of the systemd service === patr0clus is now known as s3nd1v0g1us [02:42] fassl_: I want to correlate the attribute change of /dev/null to something in the log [02:45] https://pastebin.com/aBaz2TXe [02:45] should work? [02:45] fassl_: yes, we need to add the timeformat too [02:46] TJ-, nah, it will be in journal, it has the stamp already? [02:46] and even if not, it will be in between two lines [02:49] With a zabbix server, does anyone have opinions on using snmp vs a zabbix agent to monitor an ubuntu box? Pros/Cons? [02:49] I have problem displaying text editor [02:50] Geo: not really a support question [02:50] Well, let me send a screenshot [02:50] fassl_: hmmm, yeah, that might be sufficient [02:52] pjs: are you able to Ctrl+D to continue booting so you can download that system unit fassl_ created, and install it in /etc/systemd/system/ (is that correct fassl_ ? ) [02:52] yes [02:52] TJ-, Oh I rebooted normally.. I can grab it [02:52] and then systemctl enable whatever_you_called_it.service [02:52] pjs: ^^^^ then reboot again normally [02:53] ok [02:53] doing... [02:53] *drumroll* [02:54] * TJ- nods off to sleep :) [02:54] but also apt install inotify-tools [02:55] if havent done so already [02:55] fassl_: oh, good point! I'm so used to having them :D [02:55] yeah me going too soon ;) [02:55] I'ts 4am here [02:55] TJ-, me rarely needs it :) [02:55] 5 here [02:55] heh good I didn't have them :) [02:56] ok it installed into multi-user.target.wants, that ok? [02:56] yep should be i guess TJ- ? [02:57] pjs: yes, I think so [02:57] hehehe: "2018-10-19 19:01:34 TJ- pjs: how long do you have to work on it?" [02:57] if that doesnt turn out well we might use network-pre.target [02:57] TJ-, haha! I was just thinking that [02:58] ok so I just reboot? [02:58] pjs: I think so, yes... fassl_ ? [02:58] ya [02:58] ok here we go.. do I need to do anything in grub? or just boot up normally [02:58] normal [02:58] I generally deal with the weirdest issues we get here, and this one is really heading for the top 5! [02:59] booting [02:59] TJ-, leave it to me :) [02:59] its probably background radiation flipping your bits to 48 [02:59] or whatever gid that was [02:59] TJ-, I haven't run a Linux or BSD workstation in like 15 years. Since ditching my MBA in July, it's been fun getting back into it.. until this issue :) [03:00] pjs: is this the same system that on the 16th I was helping you with sound issues? [03:00] TJ-, yes :) [03:00] TJ-, all this started that day.. All these weird issues [03:00] TJ-, fassl_, booted up [03:00] waiting for the .bashrc which contains the chmod... :D [03:01] hahahaha [03:01] pjs: really!? now that IS interesting. I best re-read my log file [03:01] fassl_: oh don't say that! we never searched the user's dir! [03:01] TJ-, I did [03:01] search user dir [03:01] fassl_: that was an amateur mistake on my part... but it would need sudo/pkexec permissions to do that [03:02] journalctl -xe --no-pager | grep ATTRIB [03:02] or just journalctl -xe through it [03:02] TJ-, happens to the best ;) [03:02] no results with grep [03:03] systemctl status whatever_you_called_it [03:03] fassl_: to let you know what the original report on 16th was... [03:03] 2018-10-16 19:15:46 pjs hey all.. Been having strange issues since yesterday but as of now my mic/speakers aren't recognized. I have a think [03:03] pad x1c6, the only thing I did was plug in a headset yesterday (first time doing so, newish laptop) and now the built in mic/speakers don't work. Ho [03:03] w can I restart alsa-utils, pulse etc.? I tried using service and it says they're masked (not even sure what that means) [03:03] fassl_: says it's active and running [03:04] TJ-, fassl_, http://paste.ubuntu.com/p/Hr22sVzPCR [03:04] TJ-, what the... pjs got some issues man :D, never stops [03:05] fassl_: hahahaha that was resolved [03:05] pjs, does the status say something else? like log lines [03:05] TJ-, fassl_, http://paste.ubuntu.com/p/ZvxPG5h9Th [03:06] ^ everything from systemctl status ... [03:06] ok then systemctl disable whatever_you_called_it [03:06] and change the WantedBy lines to network-pre.target [03:06] then enable again and reboot again [03:07] fassl_: right, it needs to start a lot earlier I guess [03:07] TJ-, yeah we could copy the recovery thing? [03:08] rebooting... [03:09] TJ-, fassl_, http://paste.ubuntu.com/p/jfQR48y8mR <- journalctl -xe [03:10] no matched for grep ATTRIB [03:10] ok disable that again and [03:10] systemctl status says it's active. similar to previous [03:10] ok [03:10] disabled [03:11] try this one instead https://pastebin.com/t82Lvyuk [03:12] can we get it before apparmor? it is still starting quite late [03:12] TJ-, are we fine in recovery? the settings are copied from recovery [03:14] yes should be [03:14] so enable and reboot? [03:14] yep [03:15] rebooting... [03:16] TJ-, fassl_, http://paste.ubuntu.com/p/XPp3yHxfH9 <- journalctl -xe [03:16] we have a hit for ATTRIB :) [03:17] yay [03:17] looks like udevd [03:19] i saw this earlier and discounted it, but now I wonder: "thinkpad systemd-udevd[485]: invalid key/value pair in file /lib/udev/rules.d/99-adb.rules on line 2, starting at character 60 (',')" [03:20] I cannot find that file via apt-file search either, although I'm sure earlier I did confirm it was in a package [03:21] pjs: can you "pastebinit /lib/udev/rules.d/99-adb.rules" [03:21] TJ-, ahhhh! yes, I had to add that for adb (android thing).. [03:21] sure [03:21] s [03:21] sure [03:21] shit sorry lol [03:22] TJ-, fassl_, http://paste.ubuntu.com/p/WfxMM3Prjj - adb.rules [03:23] pjs: Grrrr! [03:23] TJ-, *hangs head in shame* [03:23] was this the cause? [03:23] you've split it across lines... which means each line is executed! [03:24] pjs: you're doing "MODE="0664", GROUP="plugdev" " for everything ! [03:24] pjs: delete all the linefeeds so it is all on one line, then try a reboot [03:24] fuuuuck! [03:24] ajajajaja ouch xD [03:25] at least I think that is it; I don't recall rules being able to cross lines [03:25] rebooting... [03:26] TJ-, now that I think of it, when all this started was after the first reboot since adding that file (I added it Oct 9th) :( [03:26] pjs: *spank* with a big wet fish [03:26] TJ-, omg.. 666, root:root /dev/null :) [03:26] * TJ- falls over [03:26] zfs root snapshots! ;) [03:26] TJ-, please send me your venmo or Paypal.. seriously [03:27] * TJ- makes pjs do 100 laps of the country! [03:27] TJ-, all perms in /dev are normal now :) [03:27] congrats you guys [03:27] pjs: so now test apt! [03:27] fassl_: thanks to you too - without your systemd foo I'd have faded, brain has almost stopped working [03:28] pjs: hopefully now apt-key doesn't throw an error [03:28] no apt-key errors! [03:28] wow [03:28] you were too long at it i guess [03:28] pjs: you are banned from making changes for a year :D [03:28] fassl_: yes, thanks to you! [03:28] TJ-, lmfao rightfully so [03:28] TJ-, fassl_ thank you both so much! [03:29] pjs: this explains all the random errors since that rule was being run on almost everything [03:29] yw [03:29] !cookie | TJ- [03:29] TJ-: Wow! You're such a great helper, you deserve a cookie! [03:29] Bashing-om: you're still spectating? :D [03:29] TJ-, yes it does! oh man [03:30] pjs: wierd how our earlier greps didn't focus on it... I looked, but thought 'yeah' it is valid to set the group to plugdev for an android device, but the file I looked at here was all on one line! [03:30] TJ-: Still on that learning curve - never pass an opportunity to look over your shoulder :P [03:31] we really need to loose all this 'plugdev' group stuff; it's wrong. we just need to be using TAG+="uaccess" on such devices [03:31] TJ-, yea I had no idea about the lines.. I just copied/pasted that file from Google [03:31] gnight guys, and "break all the things!" [03:32] g'night fassl and thanks [03:32] fassl: goodnight! thank you again [03:32] it's time for my breakfast [03:35] I have recently upgraded to Cosmic, which has Kernel 4.18 and Mesa 18.2, but my Hades Canyon NUC(8i7HVK) still reports using llvmpipe when running `glxinfo | grep "OpenGL"` [03:37] I'm trying to find some resources to help me figure out what else I need to do to enable the Vega M GPU [03:37] I've inspected the microcode, and it seems to be exactly the same as the latest master [03:40] anthonybullard: try this https://askubuntu.com/questions/1040440/graphics-drivers-for-intel-nuc-hades-canyon-nuc8i7hvk-amd-radeon-rx-vega-gh [03:43] or rather try the latest mainline and make the changes discussed here https://ubuntuforums.org/showthread.php?t=2400400 [03:44] Thanks tomreyn, but I've already inspected the ucode they are asking you to install and it's the same as that i have with 4.18 [03:44] Oh, I'll take a look at this [03:44] this was linked on the first answer at the first url btw. [03:45] Yeah, I've done this [03:45] Checking the thread [03:45] Interestingly, updating to Cosmic enabled animations(wouldn't work in 18.04 under llvmpipe) [03:46] I should specify, enabled animation in Gnome shell [03:52] you can use http://iam.tj/projects/ubuntu/wget_kernel_mainline.sh to get the latest mainline kernel builds. [03:53] what package deals with auto rotation in ubuntu budgie 18.10? [03:53] I've had ... mixed results trying to use mainline builds [03:53] I've thought about flashing a new bios [03:54] anthonybullard: oh yes you should if you dont have it, yet [03:54] I know I don't have 50 [03:54] Maybe I should try that [03:57] looks like you will need to run at least 4.19, since it introduces support for VGA_switcheroo to allow for hybrid graphics (intel integrated and Vega M discrete) [03:58] that's if you want to use the discrete one [04:02] If that's true, that is truly sad. [04:02] Every post I read about Cosmic said it was adding the necessary support [04:03] tomreyn: Can you point me to your source? [04:04] Because this SOC doesn't have two graphics. There are no Intel graphics [04:04] That's why now it runs through llvmpipe - and running glmark2 puts my CPU at 80% :-) [04:05] https://www.phoronix.com/scan.php?page=news_item&px=Linux-4.19-Sound-Drivers states "VGA_Switcheroo handling for AMD Vega M." [04:06] Thanks, I read phoronix all the time, so I'm surprised I missed this [04:06] i haven't been able to pinpoint the commit which adds this [04:07] also intel claims this nuc has both integrated and discrete graphics https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc8i7hvk.html [04:07] For some reason I can't boot because of signature failures for nvidia drivers. I disabled SecureBoot in my UEFI. Do I need to tell the kernel to not check signatures somehow? [04:08] tomreyn: That's interesting, since a thread I read six months ago said the exact opposite. [04:08] I can't find it right now though [04:08] But I'll be upset if I have to wait for 4.19 [04:09] I just moved back to Linux after 5 years away, is it normal for a point release to upgrade the kernel [04:09] At least for the non-LTS releases? [04:09] there is HWE, but just on LTS [04:09] !hwe [04:09] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [04:10] non lts releases don't usually get kernel upgrades [04:13] looks like 18.04 won't get anything until at least Feb 19 [04:13] As there is no enablement stack for it yet [04:17] This makes me think about switching distros, i really don't want to have to deal with trying to work with mainline again [04:18] JustAPerson: nomodeset? [04:18] Just a thought and about the extent of my knowledge there ;-) [04:22] anthonybullard: well according to https://www.phoronix.com/scan.php?page=news_item&px=Vega-M-Linux-Is-Working you can get vega m working with linux 4.16, mesa 18.1.0 with an intel cpu [04:23] maybe it's just the switching between integrated and discrete graphics which doesn't work until 4.19 [04:26] So maybe if I disable intel graphics in the bios it will work [04:26] I'm going to try that [04:26] brb [04:31] personally i'd use 18.04 lts with oibaf's ppa for upgraded mesa + amdgpu, and then it may already work. if not, 'proposed' already has linux-hwe-edge which should provide 4.18 [04:33] Nothing doing I guess :-( [04:34] tomreyn: I'm going to take a break, thanks for the help [04:34] personally i'd use 18.04 lts with oibaf's ppa for upgraded mesa + amdgpu, and then it may already work. if not, 'proposed' already has linux-hwe-edge which should provide 4.18 [04:34] you're welcome, anthonybullard [04:37] If I get a boot error like "PKCS#7 signature not signed with a trusted key", how do I know what module is not being loaded? I don't see anything in /var/log/syslog [04:52] How do I manually enable networking in the recovery mode root prompt? If I use the recovery mode `network` option to try enabling, it hangs.... [04:56] depends on your network setup? [04:58] hey all, I can't move my displays when I plug a new display into my laptop, they're stuck overlaping, any help? [04:58] i don't think it depends but that it is generally broken https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1787696 [04:58] Launchpad bug 1787696 in friendly-recovery (Ubuntu) "Start network option prints errior about /etc/default/rcS, fails to return to menu" [Undecided,Confirmed] [05:05] gartral: can you give us a bit more details? ubuntu version? kernel? graphics card chipset & driver? vga/hdmi/dvi? [05:17] Linux boot hangs but I can't see why. I disabled `quiet splash` in grub options to see the log, but nothing stands out. There's a bunch of [ OK ] lines and that's it. But nothings happening [05:18] JustAPerson: with linux you mean ubuntu? what the last text you see it hangs at? [05:21] lotuspsychje: yes Ubuntu 18.04 kernel 4.15.0.36-generic. Last message showing up is "[ OK ] Started Flush Journal to Persistent StoragE" [05:23] JustAPerson: physical system or a virtual machine? [05:24] lotuspsychje: physical [05:26] JustAPerson: did you wait long enough at that last flushing line? perhaps it could boot after a while? [05:28] lotuspsychje: Although I just tried reading through journalctl in the recovery prompt and got interrupted by some new messages "[ TIME ] Timed out waiting for device dev-disk-by ..." so maybe that's related [05:28] JustAPerson: can you give us more info about your storage aswell? HDD SSD? encrypted or not? [05:30] lotuspsychje: booting off an unencrypted nvme ssd, have several hardd drives plugged in as well. It seems like everything in fstab except my / mount (so swap, /boot/efi, /home) time out [05:30] All those partitions are on the same nvme ssd. [05:30] JustAPerson: are you using an existing fstab from a previous install or so? [05:33] JustAPerson: i presume system coems at the point of detecting your storage, and gets timeout for some reason [05:34] lotuspsychje: I tried reinstalling Ubuntu in the free space of the drive, so perhaps the recreated those partitions. I'm trying to boot into the original partition, so guessing the fstab is now outdated? [05:34] Will try updating fstab [05:34] JustAPerson: i would try with somethign fresh, perhaps try a liveusb too? check your uefi settings too [05:34] JustAPerson: and yes, checkout fstab aswell :p === wodencafe is now known as woodycafe === woodycafe is now known as wodencafe [05:47] Sorry disconnected and forgot who I was messaging with [05:48] I have double checked fstab, but if I run `mount -a` it won't actually mount most of them. There are also some kernel messages emitted simultaneously that say "Unmounting" the very ones I tried to just mount [05:50] JustAPerson: did you try a liveusb, see if you can bypass this error? [05:51] lotuspsychje: I have a liveusb, but what should I try with it? [05:52] JustAPerson: see, if you can bypass your freeze at boot, instead of install setup [05:57] lotuspsychje: yes eventually it boots, though the splash screen gets interrupted by some errors [05:58] JustAPerson: also errors about your storage and press C or soemthing? [06:04] JustAPerson: this is what i would try: only boot/install ubuntu with your main nvme ssd plugged in, and unplug all other storage. after your install plug back in your other storages one by one, to see where they hang [06:05] lotuspsychje: no, see https://paste.ubuntu.com/p/5XGQ9fVzhD/ the output of jounralctrl -p 3. The first 4 lines interrupted the splash screen before eventually the desktop loaded. [06:05] hmm [06:06] JustAPerson: what kind of graphics card do you have? [06:07] lotuspsychje: my linux setup fell to pieces yesterday when I installed an NVIDIA GTX 1070Ti alongside my old 770. I've had so many issues with the drivers etc [06:08] JustAPerson: you should have mentioned this at your first question mate.. [06:09] !nomodeset | JustAPerson try this [06:09] JustAPerson try this: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [06:09] JustAPerson: after you get in your system: ubuntu-drivers list to see wich drivers your system reccomends, and install 390 or 396 nvidia driver [06:12] lotuspsychje: I've been debugging for like 18 hours, I'm trying to handle the issue at hand and going over the entire context would be impossible. Trying `nomodeset` and it is still hung at the place before ([ OK ] Started Flush Journal to Persistent Storage). If I were in the recovery root prompt, in about two minutes I would get interrupted by the timeout mounting the fstab stuff === fishfox__ is now known as fishfox === Dreaman is now known as BgLamersTeam [07:03] Hi Drone ... done, sorry had forgotten to identify [07:04] Hello, need help in changing the config file of a package installed via snap. How to do it? Because /snap is a read-only option [07:04] I installed mjpg-streamer via snap and want to change the config file, but can't change it using a simple vi editor, since /snap is a read only filesystem [07:13] Mr_Cyclops: see if it has an option to specify an alternate config file? [07:14] ducasse, thanks, I think I just figured it out, I did a snap info mjpg-streamer, and the output gave me the editable file location in '/var/snap/mjpg-streamer/current/config' [07:15] trying to test it out as we speak [07:34] hello [07:35] I opened my laptop lid from suspend. It does not show display. Monitor somehow flickers and wents black. I hit ctrl+alt+f3 and now I'm using weechat in terminal mode [07:35] this has happened before also. I'm on 18.04 with Xfce [07:35] is it normal that I do "sudo ufw deny " it deletes ip4 and ip6 rules and immediatly after the rules comes back so that I have them twice? (DENY and ALLOW)? [07:52] anyone know good mmorpg for ubuntu ? [08:16] hi [08:16] Whenever I try to run a snap I installed, I get a snap-confine elevated permission error [08:17] When I look at the apparmor service, it's inactive, and I can't start it [08:28] . [08:30] Hello! [08:30] ;-) [08:30] :) [08:31] su [09:01] Is it possible to insert a workspace between 2 already existing? [09:06] I am still without GUI since upgrading to 18.10, amdgpu, can someone help me on how to remove propritoy driver and go back to open source [09:16] hi guys [09:17] need some help: i upgraded from ubuntu 16.0.4 lts to 18.0.4 lts - now my keyboard is not working as before (windows key) [09:18] i am using i3 usually. my shortcuts are using the win key but its not working anymore [09:20] after using xmodmap -e "add Mod4 = Multi_key" its wokring - but only til reboot [09:21] my keyboard: logitech K740 (only one win key on the left) [09:40] hi, can anyone who upgraded from ubuntu 18.04 to 18.10 run this command for me? [09:40] $ echo $XDG_RUNTIME_DIR === BgLamersTeam is now known as Dreaman [09:50] Hi, is my ubuntu install screwed up? [09:50] XDG_RUNTIME_DIR is unset [09:50] is this normal? [09:52] Shibe: mine is set to /run/user/1000 [09:52] Kyros: mine is no longer set after upgrading to ubuntu 18.10 [09:52] seems like something got messed up [09:52] anyone know where i should set it? [09:52] i did a fresh install though === bhalithan1 is now known as bhalithan === Dreaman is now known as Blade [10:11] Shibe: are you in a desktop session? [10:11] ppf: yes [10:11] ppf: seems like the upgrade messed something up, and i have no idea how to fix it [10:12] what upgrade? [10:13] trying to search root for a file,its an ssd disk,earlier on it was fast,after i added some disks it gets slow,am i not excluding dir properly or should maybe include /dev or so? im doing find / -name mynamefile -not -path "/mnt*" [10:13] illuminaughtyy: from 18.04 to 18.10 [10:13] after that xdg_runtime_dir seems to have unset itself [10:13] ohh [10:13] shit I still haven't worked out all the bugs in 18.04 [10:14] no way I'm going beyond that [10:14] gnome desktop is poorly implemented [10:14] at least for laptops [10:15] I've looked all over dodge for a solution as to why I can no longer change brightness levels [10:15] illuminaughtyy: an upgrade might just fix that [10:16] in theory it could [10:16] any idea why a laptop would freeze in sleep mode when you press any key only black screen comes back not login [10:17] you know [10:17] I seem to remember a problem like that [10:18] that was only solved by what was it.... [10:18] do you dual boot windows [10:18] nope [10:18] ah that's not it then [10:18] I had aa similar issue when going from windows to ubuntu on the same computer it would hang [10:19] no need for windows haha [10:19] I think its someting with video Nvidea [10:21] I absolutely need windows [10:21] Too many things one OS has that another doesn't. [10:21] gameer ? [10:21] I also want to get a hackintosh installation up and running to play with ableton [10:22] sure [10:22] Yeah, I'm a gamer among other things. [10:22] Last I checked the AutoCAD offerings for linux weren't stellar [10:22] Apple is for girls :) [10:22] Neither were the DAW's or VST's [10:23] Apple is for morons but they still haave some good software [10:23] saying only linux is good is like saying only aldi's is good for grocery shoppingh [10:23] yeah we have to use at work sometime [10:23] its like yeah... if I don't want any interesting meals ever [10:24] aldi's is great for its intended function [10:24] perhaps even the best [10:24] for price peer [10:24] per [10:24] I got you... and you know aldi where you from ? [10:24] But I'm not going to aldi's if I want freshly baked pastries or authentic ethnic food ingreidients [10:24] USA [10:25] yo I got your point old mac is cool solid [10:25] just so expensive lolz [10:27] now it would be nice if there would be only Linux left one day in the future [10:27] just different flavors of it [10:27] like now [10:31] if i booted with live cd 18.10 would it be ok to copy xorg config files to my installed system which have gui issue after upgrade ? if yes what files should i transfer === l9 is now known as outofgears === outofgears is now known as l9 [10:50] anyone familiar with openmpi? [10:50] 'While computing bindings, we found no available cpus on the following node' is what mpirun says since i upgraded to bionic === kundancool is now known as anonymousK [11:12] when using find command shouldnt it speed up when omit directories to look in?think ive omitted about 90% and still uses same time as when npt omitting [11:12] not* [11:13] only if you use -prune [11:14] geirha: so -not -path /something wont speed up anything? [11:14] geirha: ill try yours thanks advice [11:14] correct. It will stil recurse through all directories it finds. You have to use -prune to tell find to not recurse this and that dir [11:15] geirha: thank you very much,im searching on ssd couldnt figure out how come so slow *frustrating jazz hands* [11:15] find . \( -name .git -o -path "*/foo/bar*" \) -prune -o -type f -print [11:16] geirha: lovelies thanks === anonymousK is now known as kundancool [11:32] Hey folks [11:40] Hello === ylli_ is now known as ylel9 [12:17] I have a problem in Ubuntu 18.04 [12:17] It randomble freezes everything to the point that I have to turn my laptop off my holding the power button [12:18] someone recommended me to use journalctl -b -1 -n 100 [12:18] right after it boots again [12:18] So here it is: http://paste.ubuntu.com/p/nw2vWqH6kh/ [12:18] varaindemian: that command will list the last 100 lines of the log from the previous boot :) [12:19] TJ-: It is the second time I encountered this [12:20] varaindemian: nothing stands out there as a problem [12:21] varaindemian: hard freeze/hang as you describe suggests a hardware problem of some sort, or hardware/firmware [12:22] varaindemian: one thing it could be is overheating - does the hang happen predictably? E.g. same amount of time after boot, or after doing some specific task(s) ? [12:22] varaindemian: it could also be a memory hog eating up memory to the point the system gets stuck. Have you monitored memory usage ? [12:23] TJ-: Nope, nope [12:23] Right now I have usb ethernet connection [12:23] so It might be due to this.. [12:23] I have no idea [12:23] varaindemian: is there any pattern at all to when it occurs? [12:24] TJ-: where can I get more info about this? [12:24] TJ-: absolutely not [12:24] varaindemian: is it repeatable, or can you go days without it happening? [12:24] TJ-: I can go days without it [12:24] varaindemian: do you suspend/resume the PC? [12:24] I suspended it [12:24] Closed thelid of the laptop [12:24] varaindemian: does it only happen after a resume? [12:25] TJ-: I had one after a resume and then another after no resume [12:25] varaindemian: there are some known bugs in some PC's firmware ACPI where it doesn't correctly re-init hardware after resuming, which is why I ask that [12:26] TJ-: I didn't have any problems with this machine [12:26] with Resumes [12:27] not until 2 weeks ago [12:27] varaindemian: There's one other permutation you might want to investigate - does it happen after a cold boot (that is from a complete power off). Sometimes just a warm reboot will cause ACPI issues because hardware isn't fully re-initilised. [12:27] varaindemian: let's have a look at one of the logs in case there are some clues further back. Show us "pastebinit /var/log/kern.log" === SimonNL is now known as SimonNL_Afk [12:30] TJ-: http://paste.ubuntu.com/p/ccYTSmwgkS/ [12:31] TJ-: Oct 20 15:*:* are relevant I guess [12:31] Hi, is there a way to disable the sound notifications for when the battery starts/stop charging? it happens constantly on my laptop when the battery is full and AC plugged in... [12:33] This would seem to indicate your battery is discharging very quickly and then starting to charge right after again ( eg: it should probably be replaced) === capella|away is now known as capellaFesters [12:35] varaindemian: what is the exact time (hours:minutes:seconds) on that PC now, so II can correlate the last entries [12:35] genii: yes, I assume i'll have to replace it soon... but in the meanwhile, is there a way to disable those sound notifications? I couldn't find settings anywhere [12:35] Denethr, maybe you can disable 'Sound Effects' from Settings -> sound [12:36] ioria, ok that works thanks. I guess there aren't individual settings per effect [12:37] Denethr, good question [12:38] TJ-: It happened again. [12:38] Denethr: I had an old Acer which began doing this, eventually I just let the battery charge as much as it would, then pulled it out and just used wall power [12:38] varaindemian: hehehe I thought so! [12:38] TJ-: Did you send anything here? [12:38] varaindemian: what is the exact time (hours:minutes:seconds) on that PC now, so II can correlate the last entries [12:38] 15:38 [12:38] how can I see this? [12:38] varaindemian: right, so that kern.log you sent at 15:30 last entry was 15:15 - and I'd have expected other messages in kern.log that were'nt there [12:39] TJ-: I can send you again that log [12:39] What was the command? [12:40] This time I only have irssi opened and chromium with couple of tabs [12:40] varaindemian: I don't need it again, we can investigate in other places. [12:40] varaindemian: one message I noted but am not sure if it means anything is "thinkpad_acpi: EC reports that Thermal Table has changed" [12:41] TJ-: Never opened this laptop [12:42] TJ-: It has 2 years I guess and I didn't use it as a daily driver [12:42] varaindemian: in English that means: "the Advanced Configuration and Power Interface, Embedded Controoller, reports that the temperature table has changed" - "table" sounds like a list of where to read temperatures from [12:43] varaindemian: could it be be the vents are blocked with fluff or dust? sometimes simple things like that can cause dramatic effects [12:43] I doubt.. [12:43] varaindemian: does the thinkpad have internal fans? [12:44] TJ-: Yes [12:44] He is so cool [12:44] varaindemian: you can hear the fans spinning? [12:44] TJ-: vents doesn't even work when I don't do intensive work [12:45] TJ-: So I can't hear them unless I do some cpu instensive stuff [12:46] TJ-: It has always been like that [12:47] varaindemian: OK, so that confirms the fan spins up faster to combat heat [12:47] varaindemian: what does this report: "pastebinit <( for n in /sys/class/thermal/*/temp; do echo $n=$(cat $n); done )" [12:48] TJ-: http://paste.ubuntu.com/p/3DJsh4nQfG/ [12:48] varaindemian: that looks fine; temperatures between 35-40 Celcius [12:52] TJ-: And again... [12:52] This time I just opened chromium [12:53] TJ-: and browsed some youtube stuff [12:53] Could it be related to chromium? [12:53] varaindemian: a userspace application shouldn't be able to hang the entire PC [12:54] varaindemian: but if there's some low-level GPU-related activity going on I guess it could. [12:54] varaindemian: I notice that system has an out-of-date firmware, v1.30, whilst v1.35 was released this month. I think this is the correct link for your system: https://support.lenovo.com/gb/en/downloads/ds102109 [12:55] TJ-: windows 10.. [12:55] varaindemian: I read through all the changelogs between v1.30 and v1.35 and the changes only look to be related to CVEs but it is worth updating the firmware anyhow [12:56] varaindemian: look further down the page; there is a bootable CD option too [12:56] TJ-: Can I somehow extact and install it on linux? [12:56] varaindemian: if you don't start chromium at all (use Firefox) see if it still hangs [12:57] varaindemian: you can write that CD image to a USB device and boot from it I would think, if the firmware supports booting from a CD image on USB [12:58] TJ-: I don't have an usb drive at this moment [12:58] I will try wit hfirefox [12:58] varaindemian: the instructions say it can be used on USB [12:58] TJ-: Thank you for you help andfor the link [12:58] I downloaded it [13:01] if i booted with live cd 18.10 would it be ok to copy xorg config files to my installed system which have gui issue after upgrade ? if yes what files should i transfer [13:05] Asad2005: what is your gui issue? doesn't it start? [13:10] ducasse: it first started to low graphics but then i uninstalled the amdgpu-pro which was on 18.04 and it booted to a background image but no way to login or change nevironment now i am on tty irssi [13:11] varaindemian: I peeked inside the ISO; it is an MS-DOS bootable image. Here's the file list http://paste.ubuntu.com/p/5RBNmmqsqw/ [13:11] ducasse: I want to go back to open source driver for my amd redeon card [13:12] Asad2005: have you tried purging amdgpu-pro yet? [13:13] ducasse: No i used the amdgpu-uninstall app [13:13] Asad2005: ok, it didn't come as a .deb? [13:14] ducasse: No its ./amdgpu-pro-install or simmiler app [13:15] Asad2005: right, then i guess that is the right way [13:16] Hi. I installed ubuntu 18.04 server on VM and first boot stopped at "[ OK ] Reached target Cloud-init target." [13:17] what do>? [13:17] ducasse: someone suggested removing snapd and i have purged it as i amy have one app installed via snap [13:19] Asad2005: a snap should not prevent the gui from working correctly, afaik [13:19] TJ-: What does it mean that it's MS-DOS bootable? [13:20] ducasse: i have noticed some errors regarding dkms module, i think it have to do with amdgpu-pro installation can not build module for kernel 4.18 [13:22] Asad2005: i wouldn't expect amdgpu-pro to work on 18.10 yet, no, so it makes sense that dkms fails [13:22] varaindemian: it means it uses DOS to boot and run simple DOS programs to do the BIOS update, rather than loading Windows [13:25] TJ-: Oh I tought I could run it somehow under linux [13:32] ducasse What command to install open source drivers and what command to start gui from tty is it startx? [13:34] hi If i have ssh'ed to a server and from that server without exiting i want to ssh to another one how can i do that? I tried to do it by ssh user@server -p portnumber but all i got was blank and i had to do ctrl+c to get back to shell [13:35] Asad2005: try 'sudo lshw -C video | grep driver' to see which driver is loaded, and you probably start/stop the gui with a display manager, not startx [13:37] ducasse: amdgpu latency 0 [13:42] TJ-: I tend to blame chromium for these reboots... [13:45] TJ-: Not reboots. I mean frezees [13:45] google chrome install [13:48] Asad2005: then it looks like you are already running the open source amdgpu driver, there is nothing to switch to afaik [13:49] ducasse: how about purging amdgpu and reinstalling back [13:50] ducasse: whats the complete package name for the open source drivers [13:51] Asad2005: i think the basic driver is part of the kernel, with the x.org bits in xserver-xorg-video-amdgpu [13:55] ducasse: So what options do i have now? [13:58] hi :) how do I configure which screen resolution X will use in case there's no video cable connected at boot? and is it easy to also trigger switching to that resolution when the last video cable is withdrawn? [14:00] Any way to set natural scrolling for mouse in mate desktop? [14:00] coconut, what is natural scrolling? [14:00] Asad2005: if you're on ubuntu 18.04 with the default gnome 3 desktop environment you can't just uninstall all snaps, it will cause graphics issues. [14:00] Asad2005: tbh, i'm not at all familiar with amdgpu, so i'm not sure what to suggest. you can try reinstalling the kernel package and xserver-xorg-video-amdgpu [14:01] Sven_vB, that's another term for reverse scrolling. [14:01] the gnome-3-26-1604 snap is mandatory. [14:01] coconut, oh, to invert the mouse wheel axis. I'll see if I can find that option. [14:02] :) [14:02] It's there for touchpad but not for mouse. [14:03] Asad2005: oh you'Re on 18.10, but i would think the same or similar applies there (though i have not checked) [14:03] coconut, the mouse wheel is implemented as a pair of mouse buttons. to reset to default mouse button mapping: xinput --set-button-map "$MOUSE_NAME" {1..7} [14:03] coconut, you can find MOUSE_NAME from xinput --list [14:04] coconut, I'll check which of the 7 buttons are the wheel. [14:04] coconut, 1 = left, 2 = middle, 3 = right, 4 = wheel up, 5 = wheel down [14:05] coconut, to swap them: xinput --set-button-map "$MOUSE_NAME" 1 2 3 5 4 6 7 [14:05] ah, that rocks, thank you! [14:05] yw [14:05] tomreyn: How can i reinstall the snap back what packe name/s? [14:05] coconut, to see what your touchpad uses, try the xev program [14:06] usually touchpats masquerade as a traditional mouse though. [14:06] ducasse: What is the commend to reinstall kernel? [14:07] Asad2005: i don't run 18.10 yet so i don't know the exact snap package. on 18.04 you would need to: apt install snapd; snap install gnome-3-26-1604 [14:09] Asad2005: try tomreyn's suggestion first [14:10] coconut, also if you ever have a mouse with annoying buttons, you can map them to 0 = disable. === Blade is now known as BgLamersTeam [14:13] hi. has anyone tried Ubuntu 18.10 on a Dell XPS 14 (L421X) ? how's the support for optimus technology on 18.10 ? [14:14] tomreyn: after snapd install it gives snapd.failure.service is a disabled or static. Is this ok? [14:14] Sven_vB, sounds great, thank you! [14:15] tomreyn: snap install gnome-3-26-1604 completed do i need to reboot to test it [14:17] Asad2005: restarting X is probably sufficient. [14:17] i mean restarting the login manager [14:18] tomreyn: you mean startx? [14:18] tomreyn: i am not familier with system d commands [14:19] Asad2005: no, you shouldn't use startx. how do you login? gdm? lightdm? [14:19] gdm [14:19] i mean the last time i reconfigured it to gdm [14:21] Asad2005: systemctl restart gdm3 [14:23] tomreyn: it did not give errors but no gui [14:24] Asad2005: then i guess there's yet another issue. [14:25] tomreyn: should i change to lightdm and restart it [14:26] Asad2005: it'd be better to inspect logs (and to compare the list of installed snaps with a default 18.10 installation), since it should probably have worked with the current configuration. [14:26] tomreyn: i think same command but lightdm instead of gdm3, right? [14:27] tomreyn: Then i can download and boot live usb and see? [14:27] Asad2005: live usb is not neccessarily the same as an installed system. [14:28] Asad2005: i assume you did not take note of the snaps you removed? [14:28] tomreyn: yes [14:31] Asad2005: some days ago, when you were also fighting with X / the desktop, i also suggested you'd review the relevant logs at /var/log/Xorg.*.log /var/log/gdm3/* , there is also ~/.local/share/xorg/Xorg.*.log which i didnt mention then. [14:32] tomreyn: i have reconfigured to lightdm and restarted it and it brings the login screen but nothing to change there, i tried typing my password and hitting enter it takes few seconds and comms back to the same, i rmember before if you change environement to default or something else it worked but no in this screen i dont see a way to change desktop environemnt [14:33] tomreyn: Is ther a keyboard shortcut to change environemnt from lightdm screen [14:34] Asad2005: there should be a cog, a small preferences wheel. [14:35] Asad2005: either that or a drop down menu on the top right. i forgot [14:36] tomreyn: its like a bckground image with the logo in the center but no mouse pointer [14:37] aha. logs might give you a better idea of whats wrong [14:37] also comparing to a full 18.10 installation [14:38] tomreyn: is there away to autologin from commandline? [14:38] hey [14:39] any? [14:39] Asad2005: if there is, i'm not aware of it [14:39] Good afternoon [14:39] tomreyn: Now the lightdm seems working in high res but no way to select diff user or env [14:40] Asad2005: tomreyn can't you add your user to nopasswdlogin group or something similar? [14:40] it wouldn't fix the issue. the desktop environment fails to start. the login manager is fine. [14:41] tomreyn: I am almost sure if i change to something like mate desktop or so it will login [14:42] Asad2005: when using lightdm, the default desktop environment is probably configured in /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf [14:43] ls /usr/share/xsessions/ lists available sessions / desktop environments you can configure there [14:43] tomreyn: back when i upgraded from 17.10 to 18.04 i had somthing similar to this its like looping back to login screen due to mir/wayland and i tried different env and it worked [14:43] maybe a fresh install would do you good. [14:43] I did an upgrade from 18.04 to 18.10, but during the install it gave me mulitple identical errors that gconf2 could not be installed due to dependency issues. While the upgrade continued, it stopped just before the clean-up stage because this error occurred during the upgrade, telling me that "The upgrade has aborted. A recovery will run now (dpkg --configure -a)" [14:44] It does look like all finished nicely and even performing the command manually does nothing [14:44] Just in case I reinstalled gconf2 manually, without issues, as well [14:45] Before I reboot though: [14:45] 1. how can I verify that the upgrade really finished all? [14:45] 2. how can I manually trigger the clean-up step again? [14:46] Asad2005: I just checked. F10 should bring up the lightdm-greeter top menu, from where you can navigate with cursor keys to the Session selector menu [14:48] TJ-: I tried F10 nothing shows [14:49] Asad2005: hmmm, I looked at the source-code and it also suggest F9 might do it [14:49] tomreyn: user-session=ubuntu how can i change it to something else like gnome-classic [14:49] Asad2005: "if (event->keyval == GDK_KEY_F9) [14:49] item = session_menuitem [14:50] tomreyn: in 50-ubuntu.conf [14:51] Asad2005: i don't know 18.10. this is for 14.04 https://askubuntu.com/questions/456766/how-to-set-default-session-in-ubuntu-14-04-lts [14:57] tomreyn: i chacked that and changed it to a different env but should i somehow reload that file [14:58] Asad2005: you restart the graphical login manager, like you did before with gdm. probably: sudo systemctl restart lightdm [14:59] anyone here using weechat? [14:59] tomreyn: i did it still reloop [14:59] aha. logs might give you a better idea of whats wrong [14:59] it wouldn't fix the issue. the desktop environment fails to start. the login manager is fine. [15:00] maybe a fresh install would do you good. [15:03] tomreyn: which log file do i need to see and what to look for just give me some hint i am not an expert. Thanks a lot [15:06] /var/log/Xorg.*.log /var/log/gdm3/* , and ~/.local/share/xorg/Xorg.*.log in the Xorg logs look for "(EE)" lines (thjose are errors). /var/log/gdm3/ is empty on my 18.04, it may be for you as well. [15:09] Hi Gurus, do you know if Ubuntu 18.10 installs support for fingerprint readers, or is this something that I have to add? [15:10] troozers: nothing is installed for those. there's a userspace ecosystem you'd need to install. [15:11] troozers: even then it depends on the model if it will even work. [15:11] Hello there. Recently, the column which has many shortcuts that usually is at the left side of any folder went missing. Any idea of how can I get it back? [15:12] yeah, I had heard something similar - is there any way to see if Ubuntu has detected the fingerprint reader? [15:13] troozers: pretty much all connect through USB. check lsusb. it's probably connected but nothing is using it. [15:13] troozers: then note the vendor and product IDs. these are used to identify the model. [15:13] !info fprintd | troozers [15:13] troozers: fprintd (source: fprintd): D-Bus daemon for fingerprint reader access. In component universe, is extra. Version 0.8.0-2 (bionic), package size 61 kB, installed size 606 kB === Class7_ is now known as Class7 [15:14] !info libfprint0 | troozers also see this (and libpam_fprintd) [15:14] troozers also see this (and libpam_fprintd): libfprint0 (source: libfprint): async fingerprint library of fprint project, shared libraries. In component universe, is extra. Version 1:0.7.0-1 (bionic), package size 156 kB, installed size 496 kB [15:15] Many thanks, just looking if there's anything obvious in lsusb.. unfortunately not [15:15] troozers: paste bin and we can take a look. [15:16] mine shows up as: Bus 001 Device 004: ID 138a:003f Validity Sensors, Inc. VFS495 Fingerprint Reader [15:16] currently unsupported, so i do without. not that I planned to use it. [15:17] on the Dell's I see 0483:2016 STMicroelectronics Fingerprint Reader [15:17] https://paste.ubuntu.com/p/QncRFyS5QK/ [15:17] I have a Dell XPS13 [15:17] Hm. Can eliminate the root hub entries. [15:18] Does realtek even make FP readers? [15:18] I think they're primarily audio and networking. [15:19] Yeah, I have also have a hub connected for some networking stuff and power [15:19] Nothing looks fingerprint-y to me there unfortunately [15:20] ah well, it was worth having a check [15:20] Belkin... are you using those for periphereals? [15:20] troozers: it is possibly on SPI not USB; show us "pastebinit <( dmesg )" [15:21] Guessing the realtek is networking. Belkin is likely input devices... [15:21] Seems Foxconn is bluetooth. [15:21] No idea what the Lacie entry could be. [15:22] troozers: it could help if you disconnected all external USB devices and ran it again. [15:22] Belkin is the hub, and Lacie a hard disk - just upgraded to 18.10 so used the usb disk to hold the previous image and copies of all my data (I always prefer doing a clean install rather than upgrade) [15:22] Oh. I see. [15:23] I'll disconnect all usb devices in a minute, just copying last of data back to laptop [15:23] tomreyn: i will collect all EE enteris in logs how can i pastpin them for you from command line [15:23] troozers: do you know your exact model? another method i could use is checking the windows drivers. [15:23] 18.10 has installed like a dream on the laptop so far ^_^ [15:23] troozers: seems like this post may cover the issue: https://www.dell.com/community/Linux-Developer-Systems/XPS-13-Fingerprint-reader-Linux-support/td-p/5090723 [15:25] Wow. People getting nasty, all over an optional extra that isn't that useful in practice. [15:25] Yeah, I did see that - mine does include a fingerprint reader - can see it in the BIOS, but was hoping 18.10 had increased support - most of the details were around the 16.04 install on Dell laptops [15:26] troozers, the 18.10 Release Notes are optimistic about that : https://wiki.ubuntu.com/CosmicCuttlefish/ReleaseNotes#Desktop_Updates [15:26] LOL - I am just of the frame of mind of; OOoooh I have a potential toy to play with, rather than any pressing need [15:26] ryuo: looks like there's partial support for your device https://gitlab.freedesktop.org/libfprint/libfprint/issues/52 [15:26] Interesting. Mine's not even a Dell. [15:27] It's a recent HP ProBook. [15:27] driver is required from Validity, not the PC manufacturer [15:27] I'm aware, but it's still the OEM's decision what to use. [15:28] I got this ProBook 455 G5 a few months ago and the only remaining device is the FP reader. [15:28] Everything else works now that I can tell. [15:28] I need to pop off now, however HUGE thanks for the pointers ryuo / TJ- / ioria [15:29] It is much appreciated [15:29] no prob [15:29] Could someone please help me with this BrokenCount error? [15:29] http://prntscr.com/l8c0c7 [15:32] !pastebin | Asad2005 [15:32] Asad2005: 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. [15:33] Asad2005: e.g. (but dont use this as it is, do it only for fioles which are current, one by one): grep -F '(EE)' /var/log/Xorg.*.log ~/.local/share/xorg/Xorg.*.log | pastebinit [15:34] Guddu, sounds a broken upgrade [15:34] ioria, What can i do to solve this? The login screen is coming as the blank terminal login and not the GUI login either. [15:35] Guddu, try : sudo apt update && dudo apt full-upgrade [15:35] Guddu, try : sudo apt update && sudo apt full-upgrade [15:36] ioria: Guddu I'd think "sudo apt-get --fix-broken install" might be useful [15:36] or sudo apt -f install might help to [15:36] TJ-, yeah, just wanted to check the damage entity [15:40] Holy crap. I modified the default values for a dozen or so items (after dubious research); the system is speedier than ever! O_O [15:41] *Ubuntu needs to modify their low-end default settings (which apparently aim to support low-end hardware; but hurt performance of "medium" end+ hardware). [15:41] Defaults are aimed at systems with 1GB of RAM and 5200 RPM HDDs (not low end SSDs). [15:41] Irritiable|LT: please keep the channel without swearing, its not the first time we tell you this [15:42] I made no such promise. [15:42] Irritiable|LT: also discussing goes to #ubuntu-discuss or #ubuntu-offtopic [15:43] ...queue/iosched/fifo_expire_async doesn't exist anymore? [15:44] Reinstalling macosx after dualboot ubuntu and osx gives same boot problems as dualbooting windows and ubuntu? [15:45] coconut: if your goal is to install os x then please seek support in an os x related support channel. [15:46] hi all [15:46] no my goal is to install ubuntu mate with macos on a mac. [15:47] Bluetooth was working 10 minutes ago, but now it's not :( I've restarted my machine, airplane mode is turned off (I'm on wifi), rfkill list doesn't mention bluetooth, neither does lspci or lsusb [15:47] it's as though my machine doesn't have a bluetooth adapter at all [15:47] with osx already installed [15:47] systemctl status bluetooth shows the service as running however [15:47] coconut: i see, then you're fine here, but i'm afraid i can't help. [15:48] heheh. thanks though. [15:48] Can anyone suggest any further troubleshooting I can try here? [15:48] jophish: i think i've seen solution for that, it may work for you [15:48] bluetoothctl [15:49] and: power on [15:49] oh it's not in lsusb, sorry, missed that [15:49] "No default controller available" [15:49] and list gives no output [15:52] and to clarify, I didn't reboot, change any hardware or upgrade/install any packages between it working and not working [15:53] jophish: does this list it? lsusb | grep -i blue [15:53] tomreyn: nothing on lspci or lsusb sadly [15:53] is it possibel to add functions to stuff put in /etc/profile.d/ or is it just bashrc file? [15:53] jophish: oh you said so, sorry. [15:54] no worries, thanks anyway :) [15:54] Hello there. Recently, the column which has many shortcuts that usually is at the left side of any folder went missing. Any idea of how can I get it back? [15:54] jophish: lsmod | grep -i blue [15:54] bluetooth 548864 13 btrtl,hci_uart,btintel,btqca,bnep,btbcm,btusb [15:54] tomreyn: see if you can see the errors in http://ubuntu.com/p/RzdgDzVVdc [15:54] and ecdh_generic 24576 1 bluetooth [15:55] ioria, TJ- Now I am not getting that error. But it still keeps getting to command based login and not launching the GUI [15:55] What else should be done? [15:55] jophish: anything in dmesg about it? [15:55] tomreyn: see if you can see the errors in http://paste.ubuntu.com/p/RzdgDzVVdc [15:55] Guddu, cat /proc/cmdline [15:55] nope, grepping for -i blue in dmesg shows a few HCI UART protocol's being registered at boot [15:56] https://gist.github.com/11b8a272198ffd4e29c603bc30d2df45 [15:56] Asad2005: both links return a 404 [15:57] ioria, http://prntscr.com/l8cack [15:57] tomreyn: see if you can see the errors in http://paste.ubuntu.com/p/R2dgDzVVdc [15:57] jophish: grep for hcd, too [15:57] Guddu, 3.13 ? [15:58] tomreyn: changed z to 2 [15:58] Guddu, cat /etc/issue (you can paste here) [15:58] tomreyn: nothing interesting I'm afraid [15:58] I'm going to go to the bios and toggle the switch [15:58] Asad2005: those are different logs glued together. it's not clear what is what and from when. [15:59] tomreyn: yes appended all in one file [15:59] ioria, Ubuntu 16.04.5 LTS [16:00] Asad2005: use the ls -l command on those files to find out which ones are recent, then look for error in those which are recent. [16:00] Guddu, so you should not have a 3.13 kernel [16:00] ioria, What can i do to solve this? [16:01] Asad2005: to be able to remote control your other computer, you can install openssh-server there and then connect from your working computer using an ssh client. [16:01] Guddu, run sudo update-grub and paste the output [16:01] Guddu, sy, i have to leave for 30 minutes [16:01] tomreyn: that fixed it [16:01] I wonder why it killed itself in the first place [16:02] lsusb now shows an additional device [16:02] what did you do to fix it? since grepping dmesg surely didnt [16:02] jophish: ^ [16:03] jophish: oh the bios change did it, good [16:03] jophish: so you may have a firmware issue there. see if you can get a bios / uefi update [16:04] tomreyn: I'll take a look if it breaks again :) [16:04] thanks [16:04] you're welcome :) [16:06] Guddu: this looks like this system was upgraded from 14.04 LTS to 16.04 LTS but the upgrade didn't finish successfully. does this ring a bell? [16:06] tomreyn: I am tired now i will troubleshoot more tomorrow hope i can see you here then thanks a lot for all the effort [16:07] Asad2005: i still suggest reinstalling, it is usually much faster than spending much time on searching the root cause of an issue. [16:07] Asad2005: good luck and good night. [16:09] tomreyn: many thanks indeed [16:09] tomreyn, Yes. [16:09] tomreyn, But we don't know of any errors in the update or if it did not finish successfully. [16:09] Guddu: you can try to fix this up, but most likely you will spend a lot of time doing so and a fresh installation may be easier. [16:10] tomreyn, But I will lose my application. This is a production system. [16:10] Guddu: yes, you can note down which applications you have installed. [16:11] ioria, http://prntscr.com/l8cfby [16:11] tomreyn, update-grub gave me this http://prntscr.com/l8cfby [16:11] Guddu: this gives a(n not entirely correct) list of manually installed packages: comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) [16:12] !pastebinit | Guddu [16:12] Guddu: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit [16:13] Gaddu: if this system has internet access, using pastebinit will be much easier than taking photos and uploading them. [16:14] Guddu: the above line was for you. also, what is on sda2? this will tell: lsblk -fs 2>&1 | pastebinit [16:16] tomreyn, This system is without GUI and copy pasting that line is not possible. SO I am sending screenshots. [16:16] pastebinit will auto post onto paste.ubuntu? [16:17] I can probably type it down manuallly if you say so but the output is huge and writing it down would take a long time. [16:18] Guddu: okay, do as you prefer. it may just be easier to copy the few characters of the pastebin url than to take these photos and upload them. plus it also woprks when the output doesn't fit the screen [16:18] Guddu: you can install an openssh server on the computer you are examining [16:18] then you can ssh into it form the computer you're chatting from [16:19] and can then copy + paste the url, too [16:19] tomreyn, I have another person executing those commmands over phone and sending me photos. I am really nowhere close to the site. Please help. [16:20] Guddu: uuh that's not a great setup. can you not ssh to the system? [16:21] Greyztar: by default, yes [16:22] tomreyn: thanks [16:22] welcome [16:26] Guddu: are you still working on this? [16:26] tomreyn, Yes. Trying to install ssh. I got this message. [16:27] http://prntscr.com/l8clb2 [16:27] Not sure if it got installed or not. [16:29] Guddu: is this a failed do-release-upgrade from 16.04 to 18.04 ? [16:30] TJ-: 14.04 to 16.04 [16:30] TJ-, I don't know if it failed. I was given the system in its current state. Someone did an update and I don't knw what erorrs were encountered in the process [16:30] ...i assume, based on the 14.04 kernel version and the system reporting that it is 16.04 [16:31] tomreyn: aha, i was looking at the package versions for ureadahead and openssh-client [16:31] tomreyn: Guddu in which case it's got quite a way [16:31] TJ-: this is what we got so far: https://prnt.sc/l8cack https://prnt.sc/l8cfby https://prnt.sc/l8clb2 [16:32] openssh-server 7.2p2-4ubuntu2.5 is from xenial-updates [16:33] tomreyn: the critical part seems to be it's trying to use Upstart [16:33] ureahahead 0.100.0-19 is xenial [16:33] yes, the init system conversion didnt take place [16:33] i think it's best to reinstall [16:33] Guddu: let's try to get the SSH server going so you can remote in [16:34] TJ-, Working on that. [16:34] Guddu: first look for an existing process: "ps -efly | grep sshd" - anything reported (aside from the grep) [16:34] TJ-, How can i get the IP address to SSH to? It currently has a IP of 192.168.0.150 [16:35] Guddu: "ip addr show" to confirm the IP address the PC has, if any [16:35] !páste [16:35] !paste [16:35] 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. [16:35] Guddu: if it doesn't have an active network connection as yet we can bring it up manually [16:36] how to solved problem openssl broken??? https://paste.ubuntu.com/p/s64DsD9Njs/ [16:36] adding functions added some nifty usages for me,dont remember who recommended it but if you are here many thanks [16:36] Hey, anyone had problem with "started bpfilter" message stuck on boot, while updating from 18.04 -> 18.10? [16:37] TJ-, http://prntscr.com/l8cp69 [16:37] Guddu: and is there an sshd process active according to "ps -efly | grep sshd" [16:38] TJ-, I used systemctl command earlier. http://prntscr.com/l8cpn1 [16:38] Shows SSH to be running. [16:39] Guddu: good. So from your current PC you can do "ssh indiashop@192.160.0.150" [16:39] anything new in 18.10? === capellaFesters is now known as capellaKills [16:40] TJ-, I am not on same network. Would require exposing it to internet. I am on Call with the site that has this issue. [16:41] boredguy: see the release notes [16:41] Guddu: oh my! that complicates matters somewhat, we'd need to set up a reverse SSH tunnel [16:41] TJ-, I am trying to have them set up a machine with teamviewer and I will connect to it and then SSH [16:42] Guddu: OK - the other option is for you to enable a TCP port-forward at the gateway in your location, and then have them, on the poorly PC, start a reverse ssh connection out from there to your location [16:43] TJ-, Got a PC with teamviewer. Setting up putty on it. [16:43] Guddu: or, if you have a server in a datacenter that uses SSH, have then reverse-connect to that, to avoid having to set up port-forwarding at your location [16:43] Guddu: OK [16:45] ducasse: why no 32 bit? [16:45] how to solved problem openssl broken??? https://paste.ubuntu.com/p/s64DsD9Njs/ [16:46] boredguy: "Users of the i386 architecture will not be allowed to upgrade to Ubuntu 18.10 as dropping support for that architecture is being evaluated" [16:47] https://wiki.ubuntu.com/CosmicCuttlefish/ReleaseNotes [16:47] no wonder ubuntu dropped in the ranks [16:49] rofl [16:49] boredguy: there are very few people using 32-bit nowadays, so it makes sense to focus development efforts where it is most valuable [16:49] boredguy: i'm not aware of thses ranks, but hardly anyone runs i386 anyways. https://www.ubuntu.com/desktop/statistics#desktop-specs - please move any discussions to #ubuntu-discuss [16:50] hardly... its kinda just a waste of time/resources supporting something pretty much obsolete [16:50] TJ-, I am connected using SSH :-) [16:50] Guddu: via teamviewer ? [16:50] TJ-, Yes [16:50] But atleast I can copy paste the outputs. [16:50] Guddu: so you are relaying via teamviewer > putty > ssh ? [16:50] TJ-, Yes [16:50] Guddu: right! and you should be able to use pastebins now [16:50] TJ-, Yes [16:51] Guddu: right, let's grab the upgrade logs themselves first [16:51] TJ-, Sure. What would be the command? [16:51] Guddu: check if they're there and their names first. "ls -latr /var/log/dist-upgrade/" [16:51] Guddu: I may have the path wrong, so if you don't get anything, we'll search around [16:52] TJ-, https://pastebin.com/qLcxT3dn [16:53] Guddu, paste also ls /boot [16:54] Guddu: let's have the term.log: "cat /var/log/dist-upgrade/apt-term.log | nc termbin.com 9999 " [16:54] ioria, https://pastebin.com/dXApZ4pk [16:54] TJ-, indiashop@IndiaShop:/var/log/dist-upgrade$ cat /var/log/dist-upgrade/apt-term.log | nc termbin.com 9999 [16:54] http://termbin.com/thk6 [16:55] Guddu, cat /etc/apt/sources.list | nc termbin.com 9999 [16:55] cat /etc/apt/sources.list | nc termbin.com 9999 [16:55] Guddu: yay, we have info! mono is crashing causing strack traces [16:55] http://termbin.com/b9wr [16:56] Hi there. I've been looking for more than one year, every now and then, for a solution to: I have two bluetooth controllers, one internal, intel, soldiered, which breaks after 2-3 days of uptime and makes random processes crash [16:56] Another one is usb, broadcom, works like a charm. [16:56] Guddu, wow ,upadted from Oneiric [16:56] I need a way to permanently disable the internal bluetooth controller so that gnome *always* scans for devices and show paired devices, and not just randomly [16:57] ioria, :-) [16:57] More precisely, I need a way to disable the internal bluetooth controller so that only the usb one is functioning. [16:57] Guddu: start off with "sudo dpkg --configure -a" to complete configuration of all packages [16:58] TJ-, Done [16:58] Guddu, and maybe let us see the output of [16:58] I tried blacklisting bt-intel, even using install iwlwifi=/bin/false (or btintel, for the matter). I reboot, everything is fine, but then soon or later the internal controller is still there, and confuses gnome [16:59] If I rfkill the controller, gnome says bluetooth is disabled (even if to "re-enable" it I use a bluetooth mouse :)) [16:59] does anyone know? [16:59] now for instance I can't pair a bluetooth joypad because gnome sees no device. [16:59] vincenzoml: use rfkill; first get the name of the device: "rfkill list" then "sudo rfkill block " [17:00] Guddu: OK, the configure completed without errors? [17:00] TJ, done that, then gnome says bluetooth is disabled. I can enable it using the appropriate button in the gnome configuration window, but then it re-enables the intel device!!! [17:00] TJ- ^^ [17:00] TJ-, Yes. No messsages. [17:01] vincenzoml: does rfkill not show 2 separate BT devices? [17:01] Guddu: good, OK, let me review a few of your recent pastebins and then we'll try to sort things out [17:01] TJ-, yes it shows both devices and I can chose which one to kill. I kill it, but then, gnome does not see the other one. [17:01] Thanks TJ- [17:01] vincenzoml: maybe the gnome tool is assuming there is only an hci0? Have you tried installing/using "blueman" ? [17:02] Guddu, and sudo apt full-upgrade output ? (after that i'd change the sources.list) [17:02] TJ-, but at some point, rfkill and gnome have cooperated, in fact, my mouse and keyboard *are* connected to hci1 on boot. [17:02] TJ-, it's more than one year I try sometimes, so yes I've tried blueman but then it's a mess, some tools work and some don't. So I would really prefer to be able to just not have the intel card running. There must be a way through the kernel, but I don't know which one. [17:03] ioria: did you see a problem in sources.list ? [17:03] TJ- actually not ... but [17:03] ioria: I asked because I couldn't see anything wrong with it, and thought you'd spotted something! [17:04] vincenzoml: The problem is you can't disable the btintel module because btusb depends on it, and you need btusb for the other BT adapter! [17:04] ioria, https://pastebin.com/U43tvhT4 [17:05] TJ-, I'm seeing it now. Thanks, you are the first person who seems to know about this! [17:05] the first person I met :) [17:05] vincenzoml: I hack on BT quite extensively [17:05] Guddu: go ahead; there's over a 1000 packages to be upgraded [17:06] TJ-, but why does btusb depend on btintel? What if I don't have an intel card? [17:06] Guddu: we may hit the mono SIGABORT again but we can always rip that out manually to get a stable system, then put it back [17:06] TJ-, ioria Upgrading. [17:06] Guddu, sy, i thought you did run it before [17:06] vincenzoml: it's just the way the btusb module is designed, it also depends on btbcm (broadcom) [17:06] Guddu, go ahead [17:06] ioria, The earlier upgrade was attempted by the user from the GUI. I am running it for the first time now. [17:07] i see [17:07] TJ-, and isn't there a way to fool btintel in reporting no card available? [17:07] like e.g., maybe using udev? [17:07] vincenzoml: "modinfo -F parm btintel" [17:07] TJ-, no parameters at all :) [17:07] Guddu, and i see a bunch of i386 packages .... can you open another terminal and paste uname -a [17:07] vincenzoml: as you see btintel has no customisable params [17:08] vincenzoml: met me check bluetoothd; I'm sure there is a config option to tell it which devices to use [17:08] ioria, Linux IndiaShop 3.13.0-160-generic #210-Ubuntu SMP Mon Sep 24 18:08:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [17:08] Guddu, ok [17:09] TJ-, good point, I'll check that too (I didn't know bluetoothd existed, before :)) [17:09] Guddu, that should install linux-image-4.4.0-137 (if we are lucky) [17:10] ioria, Lets see. Progress: [ 3%] No errors so far. [17:12] vincenzoml: is it hci0 you need to disable? [17:14] vincenzoml: try "sudo hciconfig hci0 down" [17:18] TJ-, ioria Progress: [ 17%] [17:18] ok [17:19] TJ-, I have to reboot, since it seems bcm doesn't like that btusb has been removed [17:19] I get tx timeouts [17:19] TJ-, I'll also have to leave unfortunately since baby woke up and I have to feed her :) Do I find you hanging around in this channel? [17:23] vincenzoml: yes === BgLamersTeam is now known as Dreaman === Dreaman is now known as Blade [17:25] i've tried using port scanners nast and nmap/zenmap and i don't think i can trust any of them - nast shows a lot of open ports while nmap/zenmap sees only 1 port open when there are 3 open - so far grc.com port scan is accurate - what is grc doing right that these linux port scanners aren't? [17:25] eelstrebor: it depends what you're looking for [17:26] what do you mean? [17:26] i'm scanning a range of ports [17:26] eelstrebor: TCP or UDP, what kind of probe [17:26] both [17:27] eelstrebor: the type of probe will matter too [17:27] hi people I wonder how do I redirect one audio input (line-in cable realtek) as output to an external USB? here are my atempts this is how it looks like --> CONFIGURATION: https://i.imgur.com/et27CCU.png Input: https://i.imgur.com/Ol5JhHt.png Output: https://i.imgur.com/tiDQHfj.png Audio-Manager: https://i.imgur.com/4rOyOJD.png [17:27] TJ-, I'll read this too: https://blog.evad.io/2018/01/11/disabling-the-built-in-bluetooth-and-use-a-usb-adaptor-instead-on-linux/ ... thanks a lot for now and see you. [17:28] TJ-, i tried using a probe speed of T3 and nmap still missed open ports [17:28] The issue is that.. I am only able to select for "Output device "the built-in audio analog stereo. I need somehow help to be able to change the Built-in Audio analog stereo to HyperX 7.1 [17:28] i'm not sure about what nast is doing - i just strated using it [17:30] xsisec: you want to look an input directly to an output? [17:30] xsisec: sorry, typo. s/look/loop/ === SimonNL_Afk is now known as SimonNL [17:33] TJ-, ioria Progress: [ 46%] [17:34] hang in there [17:47] you guys I ran `sudo ubuntu-drivers autoinstall` and it installed my nvidia drivers, but there was this weird thing that I had to go through that required a restart and a password used for non-free software, it was so weird. Anyway, I submitted it with a "0" for the key after the restart and before I submitted my password and I don't know what I did. Should I be worried, [17:48] *Should I be worried? [17:49] oft_gegong: it sounds vague, any more details? [17:50] TJ-, I'm back. Both the document you sent me and the one I sent you suggested to use a udev rule to block the usb subsystem finding the controller. That worked! But now the bcm controller doesn't work anymore. It's detected, I have hci0, rfkill lists it as unblocked, but no devices are detected or paired. [17:50] TJ-: after the restart I had the choice to load the key from the hard drive or submit my own I guss [17:50] TJ-, ioria After this upgrade will i lose the ERP application that we installed using apache? [17:51] TJ-, here's a log message, don't know if I had those also before the new issue: [ 61.740579] Bluetooth: hci0: last event is not cmd complete (0x0f) [17:51] oft_gegong: wich driver did ubuntu choose exactly? [17:52] lotus|NUC: uuhhh it installed nvidia 960 series or something [17:53] lotus|NUC: I did autoinstall so it did everything automatically. It installed nvidia 960 packages I think with apt-get/apt I guess [17:53] Guddu, no idea, i think depends on the application (if supported or not on xenial) [17:54] Guddu, the main problem here (in my opinion) is the transition upstar -> systemd [17:58] vincenzoml: i see "not cmd complete" sometimes [17:58] oft_gegong: wich nvidia card chipset do you have? [17:58] TJ-, I tried downloading the firmware again from github (seems like it's newer anyway, but not sure). Will reboot. [17:58] vincenzoml: have you tried using bluetoothctl to scan? [18:00] lotus|NUC: Geforce GTX 1050 [18:00] oft_gegong: and your current kernel version please? [18:01] Nautilus won't let me write to my storage HDDs. Tried in sudo even, no dice. :( [18:01] lotus|NUC: 4.18? it's Lubuntu 18.10 [18:01] One is NTFS, other ext4 [18:02] oft_gegong: ok thanks, does ubuntu-drivers list also show 390 for your card? [18:03] vincenzoml: have you tried using bluetoothctl to scan? [18:04] TJ-, yes, I used bluetoothctl intensively :) [18:04] vincenzoml: is it any better now? [18:05] TJ-, anyway, I'm back to say that I powered off and then on again the controller a couple of times using bluetoothctl. Then turned on scanning, then finally it re-started to work. Don't know about next reboot. Still keeping the usb keyboard at hand :) [18:05] TJ-, thanks again [18:05] vincenzoml: you're welcome [18:05] vincenzoml: I'm currently reprogramming a CSR device to HID mode so my hybrid tablet BT keyboard can be used at boot [18:06] lotus|NUC: I'm currently not with my computer right now that has the drivers and gtx 1050, but I remember seeing the nvidia settings and the GUI loaded up successfully without hanging on the "Getting GPU count" message or something. So something worked right. It seems to be working fine. I think I'm dealing with something like /var/lib/shim-signed/mok/MOK.priv [18:07] how can I get my hard drive recognized under GParted without replugging it? I did "safely remove" by accident [18:07] you have to replug it :p [18:08] do an umount instead of ejecting it [18:08] there's got to be a terminal command or something to rescan... [18:08] Oh weird, it's literally just Nautilus. [18:09] that s not weird, it snormal [18:09] How is that normal? It's been working fine for ages and suddenly won't do it at all [18:09] hoooollly cow I might have to do something weird https://askubuntu.com/questions/1023036/how-to-install-nvidia-driver-with-secure-boot-enabled [18:09] Even if I sudo it [18:09] nshirelaptop: you can resscasn it via sysfs [18:09] TJ-, ioria upgrade finished. [18:10] No errrors as such. [18:10] Guddu, run sudo update-grub [18:10] Guddu: has the new kernel version been installed? [18:11] TJ-, Linux IndiaShop 3.13.0-160-generic #210-Ubuntu SMP Mon Sep 24 18:08:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [18:11] Guddu: no, installed I said, not running :) [18:11] Guddu, that's the old one; you'll get the new upon reboot [18:11] Guddu: the update-grub report will list the versions it has found [18:11] https://pastebin.com/4f2tyWb0 grub update [18:11] Guddu, ok [18:12] Guddu: so vmlinuz-4.4.0-137-generic that is good [18:12] Shall i restart now? [18:12] Guddu, apt-cache policy systemd [18:13] ioria, https://pastebin.com/78XcgWbA [18:13] TJ-: lotus|NUC: I think I have to `sudo dpkg-reconfigure nvidia-390' so that I can redo the process or something. or something I'm depressed. I drank coffee. my day is already half way over [18:14] Guddu, ok, can you paste /etc/default/grub [18:14] oft_gegong: didnt you say it installed 396? [18:14] lotus|NUC: I'm 30% sure it's 390, and I'm 70% sure it's 396 [18:14] ioria, http://dpaste.com/2S1453R [18:15] Guddu, you still need to autoremove the old packages, but now you should try a reboot [18:15] Trying reboot [18:16] lotus|NUC: I know what I'll do. I'll get the list of installed packages and filter the nvidia ones and reconfigure all of them: sudo dpkg-reconfigure `dpkg -l | grep nvidia | sed 's/\n/ /g` I guess [18:17] oft_gegong: what is the actual problem you're trying to fix; I thought you said nvidia seemed to be working OK [18:17] Hi there, how do I stop systemd from killing processes started with nohup and disowned?? [18:18] Krusader can't write either. [18:18] TJ-: I'm worried that my secure boot nvidia key for non-free software is maybe crippling my system somehow. because when I rebooted and entered a key I hit '0' (the default) and I didn't know what I was doing. [18:18] I can delete things, though, and Deluge can download things. I'm so confused. [18:20] ioria, TJ- http://prntscr.com/l8dt19 [18:21] Guddu, ok, login [18:21] ioria, Upon login i get this alert http://prntscr.com/l8duag [18:22] Guddu, cd /var/crash and paste the content [18:22] Checking [18:23] Guddu, use ls -al (some files might be hidden) [18:23] join #debian [18:23] Can anyone help me with doing GPU passthrough with KVM/QEMU here? [18:24] I have set my default GPU to 1x GF 6600 and isolated my GTX1060 with VFIO, and still ubuntu is trying to display via 1060 [18:26] oft_gegong: ahhh, you're talking about the UEFI MOK (Machine Owner's Key) ? [18:26] ioria, http://termbin.com/oqvk [18:26] TJ-: yes! [18:27] oft_gegong: now it makes sense :D [18:27] ioria, The timestamp sugggests its a old crash [18:27] oft_gegong: so you set the password on the key as "0" then? [18:27] TJ-: yes! [18:27] Guddu, ok, can you paste ls -al /var/crash please ? [18:27] oft_gegong: if you are booting with Secure Boot enabled, and the nvidia driver loads, then everything is fine [18:28] TJ-: yaaaaay [18:28] oft_gegong: sorry it took us so long to twig what you were talking about :D [18:28] ioria, https://pastebin.com/8mgezFT3 [18:29] This is maddening. [18:29] Guddu, it's not an old crash [18:29] TJ-: so I could've entered any key, including '0'? [18:30] Guddu, cd /var/crash and remove all (you'll need sudo) [18:30] oft_gegong: I'm not sure, I'd need to get more context as to what generated the prompt - it could be the firmware or it might be part of the GRUB shim [18:30] oft_gegong: if you've enrolled a UEFI MOK then I'd guess it will be the PC firmware [18:31] ioria, Current time is Sat Oct 20 15:31:23 -03 2018 that's why i thought so. [18:31] TJ-: weird. the driver works though so I'm 98% sure everything is fine. I'll double check the driver when I get home by looking at the nvidia-settings and `ubuntu-drivers devices` [18:32] Guddu, have you removed the file ? [18:32] ioria, Done [18:32] Guddu, logout / login [18:32] oft_gegong: also check "dmesg" kernel log, you should find the nividia driver being loaded without errors - which you'd get if the module wasn't signed, or signed with the wrong key [18:33] oooooh dmesg, ok [18:34] ioria, Can i uninstall the teamviewer program from commandline? [18:35] Guddu, sure ... have you relogin ? [18:35] ioria, Yes [18:35] Guddu, and ? [18:35] No alerts now [18:35] ioria, No alerts now. [18:35] Guddu, ok, now check with df -h the disk space [18:36] TJ-: if the key is wrong, should I be worried? [18:36] oft_gegong: if it were signed with the wrong key then the module wouldn'ot load, and everything you've said so far indicates the module loads [18:36] ooooh [18:36] ioria, yes http://dpaste.com/1HH0BW1 [18:37] Disk space seems ok [18:37] Guddu, you probably stillhave installed the Oneiric and Trusty kernels and a lot of other packages .... run apt -s autoremove --purge [18:38] what does the '-s' do ioria ? [18:38] Guddu, simulate [18:39] ioria, Done [18:39] Guddu, can we see the output ?ù [18:40] ioria, http://dpaste.com/2JRE3VG [18:41] wow, yes i think you need to remove them [18:42] ioria, Remove what? [18:43] Without -s you mean? [18:44] is it safe to uninstall playmouth(d) ? [18:44] i like the scrolling text while booting [18:44] sudo apt autoremove --purge [18:45] ioria, This one? ^ [18:46] yes [18:46] Guddu, yes [18:46] ioria, That will remove python and postgresql [18:47] My app was based on that. [18:47] There is no other option right? [18:48] wait [18:48] they give no help, https://www.teamviewer.com/en/uninstall/ [18:49] Guddu: all i see is that it will purge some python modules, not python itself, not postgresql. what makes you think it will? [18:49] !inf python-packagekit xenial [18:49] ioria: I am only a bot, please don't think I'm intelligent :) [18:50] !info python-packagekit xenial [18:50] Package python-packagekit does not exist in xenial [18:50] Guddu, what is python-packagekit ? [18:51] ioria, tomreyn Agree. Just some packages and postgresql client etc. I will take a chance. [18:51] Guddu, you probably need to reinstall them [18:51] !info python3-packagekit xenial [18:51] python3-packagekit (source: packagekit): PackageKit backend Python bindings. In component main, is optional. Version 0.8.17-4ubuntu6~gcc5.4ubuntu1.3 (xenial), package size 17 kB, installed size 103 kB [18:52] Guddu: i dont see it removing postgresql-client even [18:52] unless he need python2.7 and not 3 ... [18:53] * tomreyn nods [18:53] ioria, Yes. I needed python 2.7 [18:53] Guddu, looks like a Debian package ? [18:54] tomreyn, ioria But I can always install a local copy of Python 2.7 and not use system python. [18:54] you can probably also use pip to install the packagekit module for 2.7 [18:54] Guddu, nope, you have 2.7 on xenial don't worry ... we're talking about 'python-packagekit' [18:55] ioria, packagekit i don't even use. Not sure wht it is for. [18:55] ioria, So after doing the purge we should be all set right? [18:55] Guddu, theorically [18:55] Coool [18:55] it'S unlikely that your erp software still works without changes [18:56] I think i will be able to resolve my app dependencies. [18:56] Atleast the system is up and running again now. [18:56] Guddu, laste thing; do you have a separate boot partition ? [18:56] Thank you ioria tomreyn TJ- for your help today. [18:56] Guddu, you're welcm [18:57] ioria, This only boots ubuntu. [18:57] plymouth-disabler will this help me ? [18:57] So I am guessing boot partition is separate? [18:57] Guddu, i know; look in 'df -h' if you got a separate /boot partition [18:58] Guddu, paste the output, if you want [18:58] ioria: http://dpaste.com/1HH0BW1 << from earlier [18:59] tomreyn, thanks ... Guddu you're ok [18:59] there are probably still old kernel images /initrd's which should be removed [18:59] yeah [19:00] and packages in rc state [19:00] tomreyn, those should be purged with the --purge flags [19:01] ioria: not if they're not marked as automatically installed, i would think [19:02] Guddu: would you like help with cleaning those up? [19:05] Guddu, basically it's up to you; but you need to run sudo autoremove --purge or you'll face the same issue in future [19:05] **sudo apt autoremove --purge [19:11] I shrank my ubuntu partition and it didn't boot. I booted in recovery mode and ran some fsck command to correct the size discrepency. Now it boots to a login screen. screen goes black and goes back to login screen whenever I log in. I tried with Unity and gnome. Ubuntu 18.04. How can I fix this? [19:13] Guddu, still alive ? [19:13] ballin: when you shrank your partition, what did you actually do? [19:15] I used the debian 9 graphical installer to shrink 1 of 2 partitions on /dev/sdb from ~250 GB to ~200 GB. partition 1 was the boot partition and was unchanged. [19:16] ballin: using gparted or gnome-disks on the debian 9 graphical installer? or the debian installer itself? or something else? [19:18] debian live has a few options on boot: play around in a gui, text mode installer, or graphical mode installer. I used graphical mode installer. I don't believe it was gparted or gnome disks, it was integrated into the installer. [19:18] ballin: the reason i'm asking is that when your goal is to shrink a partition, you will actually need to start by shrinking the topmost block device layer which roots on thei partition first, then any intermediate block device layers, such as lvm and dm-crypt and md devices, and only in the very end you shrink (actually delete and recreate smaller) the partition. [19:19] fwiw, I just browsed to the partition in debian and I can see my ubuntu home directory and my files look fine. opened up 2 and they don't look corrupted or anything. [19:20] ballin: i'm not sure whether or not this installer is capable of detecting all those potential intermediary block device layers and whether it would have thus resized all of them in the required order. [19:20] fair enough, I don't expect this chat to be repurposed into a debian support chat [19:20] ballin, when you got the login screen, try to open a console (ctrl+alt+fx, where 'x' is a number) [19:20] ballin: i see. you also said you were able to repair the file system there, but that you had to run fsck "to correct the size discrepency", but fsck does not do that. [19:21] well it updates the file system to match the new size, but any data lost there is still lost [19:23] i.e. any data stored between the new end of the partition and the previous end of the partition is lost unless the debian installer also shrunk the file system [19:23] I was vague because I didn't write it down when I did it. when I booted in ubuntu recovery, I saw some prompt in the console about bad checksums. I ran some command (which I believe to be fsck) which prompted me ~10 times to update... something (file records?) and I said yes each time. then after a reboot I could boot into the ubuntu login menu, rather than fail the boot entirely. [19:24] this wouldn't have happened if the file system had been shrunk (and sufficiently) before the partition was. [19:24] so we need to assume that data loss took place === patr0clus is now known as s3nd1vog1us === s3nd1vog1us is now known as s3nd1v0g1us [19:26] ballin, try open a console [19:29] Hi everybody! [19:30] gpunk: just remove 'quiet splash' off /etc/default/grub and you'll have the scrolling text again [19:30] Can anyone clarify, if *ubuntu has delta updates? [19:31] !info debdelta [19:31] debdelta (source: debdelta): diff and patch utilities which work with Debian packages. In component universe, is optional. Version 0.61 (bionic), package size 98 kB, installed size 395 kB [19:32] KOLANICH: just for repository meta data, i think. what do you need it for? [19:34] ioria, isn't debdelta obsolete in favour of pdeb format suppprted by dpkg? [19:34] KOLANICH, no clue [19:34] gpunk: http://redsymbol.net/linux-kernel-boot-parameters/4.12/ [19:34] Read all GRUB settings here. [19:34] For all Linux kernels * [19:35] tomreyn: I personally am not in a harsh need, but downloading whole -ackages only to update their small part looks like a waste. [19:37] KOLANICH: if that's a relevant issue at your site you can setup a local apt mirror, and update your local systems from there. [19:38] tomreyn: so I wonder if it is considered to implement delta updates for ubuntu. I guess it may even cut some bandwkdth not only for users but also for Canonical. [19:38] *bandwitdth [19:39] maybe you'd neglecting the fact that bindiffs always have a fixed source and target version, need to be produced and stored for each. [19:40] tomreyn: I guess storing a diff for 2 latest versions is enough [19:40] so for the rather limited benefit of reducing download sites, you increase the workload at the place where bindiffs are created exponentially [19:40] s/sites/sizes/ [19:41] i don't know what's planned regarding this, if anything. [19:44] tomreyn: thank you for the answer. [19:45] KOLANICH: welcome, i suppose you could find someone to provide a more elaborate answer in #ubuntu-devel during UK business hours. [20:26] Is there a way to get natural scrolling on 16.04? [20:28] roguegeek: this is my script to enable natural scrolling for my touchpad and logitech MX mouse: https://bitbucket.org/petersanchez/dotfiles/src/default/bin/enable_natural_scroll [20:28] roguegeek: I use 18.04 but should be similar/same === caravena_ is now known as caravena [20:29] Cool. Why do you need it on 18.04? I thought it was built in. [20:30] roguegeek: oh maybe it is, but I don't run unity [20:31] roguegeek: I need that in i3 [20:31] Gotcha. [20:31] Can anybody give me a hand getting Ubuntu to actually allow me to write to my drives? It was working fine for months, but suddenly it won't do it. [20:39] Can anybody help me out? Trying to get ubuntu to allow me to write to my other drives, but it's not working at all. Just happened suddenly this morning, was working fine for months before this. [20:46] Can anybody help me out? Trying to get ubuntu to allow me to write to my other drives, but it's not working at all. Just happened suddenly this morning, was working fine for months before this. === grumble is now known as Spooktober [20:48] I followed a guide to speed up mouse scrolling, but it does not have affect. [20:48] With imwheel. [20:50] Does it matter which mouse i have? [20:51] I think this isn't a good time of day for support lol [20:55] aidrocsid: Not much yet to work with , What are the file systems you are attempting to access and what means ? GUI or fstab ? [20:57] aidrocsid: also: how are those other storage devices connected to the computer, what -if anything- may (you?) have changed between when it worked and now? [20:57] One is NTFS, one is ext4. Won't let me do anything in either Nautilus or Krusader. They're all internal drives. I haven't changed anything since it worked last night. [20:58] Command line says it's read-only too [20:58] Both of them [20:58] please show the command you ran and the output it produced (where it says it's read-only) [20:58] !paste | aidrocsid [20:58] aidrocsid: 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. [20:59] also, which ubuntu release is this? [20:59] lsb_release -ds [20:59] /media/aidrocsid/3CDE40F5DE40A8CA$ mkdir test [20:59] mkdir: cannot create directory ‘test’: Read-only file system [20:59] Ditto on the other [21:00] 18.04.1 [21:03] If I try to chmod I get chmod: changing permissions of 'Storage 1/': Read-only file system [21:03] So apparently my computer has been running an Apache2 server on port 80 (started as a systemd service) for a week and I have no idea why. [21:04] aidrocsid, you could try remounting it read-write [21:04] how can I add an apparmor profile for surf browser? I get one of these every 10 seconds or so: http://paste.ubuntu.com/p/F7mF3kbsvW/ [21:04] is it possible to alter command line arguments for default application? For example, I want gnome shell always run eog (gnome image viewer) with -n option. How can I achieve this? Maybe there are some gconf settings? [21:04] Sven_vB: How's that? [21:04] aidrocsid, usually filesystems go read-only either on request or as configured, or because they're not safe to operate on (e.g. messy) [21:05] aidrocsid, depends on how you'd usually mount it. how did you mount it? [21:06] aidrocsid, also I suggest using gparted to give that partition a label. [21:06] It normally mounts automatically, might have done it through nautilus [21:06] It's labeled "storage 1" [21:06] I think that's an auto-generated name because it doesn't have a label. [21:06] It's not, it's what I labeled it when I formatted it. [21:06] at least the directory name above sounds like it's generated from the serial number [21:07] That one is from the other drive [21:07] oh ok [21:07] Which, I'm unsurprised if that drive is messy because it's got bad sectors. This one should be okay though. [21:08] try fsck, or "Check/repair" in gparted [21:09] with NTFS, if windows is involved, also make sure windows was actually shut down and not just hibernated. [21:09] It hasn't had a functioning windows install on it in like a couple years, just an NTFS file system with some backups and other storage [21:11] pjs: does this bring anything up? find /etc/apparmor.d/ -name 'usr.bin.surf' [21:12] is it possible to alter command line arguments for default application? For example, I want gnome shell always run eog (gnome image viewer) with -n option. How can I achieve this? Maybe there are some gconf settings? --> solved this by patching /usr/share/applications/eog.desktop [21:12] tomreyn: yes, in search dir and also cache and local [21:12] sergedx: the right way would be to copy this into the equivalent location in your home directory and edit it there. [21:13] pjs: so you already have a profile, which probably came with this software. and you may customize it if needed. [21:14] the one in local/, i would think [21:14] tomreyn: ah ok.. so how would I edit it to stop that apparmor error in my logs [21:14] sergedx: that's ~/.local/share/applications/ [21:15] ty [21:15] I'm gonna back up important stuff from it for a sec, brb === MrC is now known as MrSpooky [21:16] Weird, the transfer speed is dropping like a ton of bricks [21:16] pjs: if you think it really needs to have this capability, and the same can't be achieved by other / more secure means, then you'd edit it accordingly, yes. [21:16] droppind bricks accelerate really fast. [21:17] Yorp. It's gone from 60mb/s to 46mb/s in like a minute [21:17] looks like a hard disk. [21:17] sounds like just normal drive cache [21:17] Ok cool [21:19] tomreyn: is this the correct format for a local apparmor override: http://paste.ubuntu.com/p/sgb4DZ9CYg/ ? [21:20] pjs: i wouldnt know, not really into apparmor, sorry. [21:24] tomreyn: cool, thanks! [21:41] would anyone know how to remove the port binding for an IRC bouncer on 6697, so a reinstall of the bouncer may be setup again? [21:42] am certain it is simple, but i must not be searching with the right terms [21:43] (ZNC on 18.04.1) [21:51] greylinensuit: if you stop / kill the process, the port should no longer be in use and another process should be able to bind to it. maybe show some of the commands you are running and the output they are producing, since it's not entirely clear what the issue is. [21:56] How are 14gb already used in a partition I just formatted to ext4? [21:56] I was instructed to install the latest mainline kernel build. I downloaded the amd64 build files and ran `sudo dpkg -i PACKAGE` on each of them. Upon trying to boot from this new kernel, it fails with "you need to load the kernel first". I don't understand. [21:59] aidrocsid: Where does that number come from? [22:00] gparted and nautilus [22:00] And I can't write to it, even though it's brand new [22:00] Same partition I was having problems with earlier. I backed stuff up out of it and formatted it to ext4 [22:02] Okay, I chowned it to myself and now it works. [22:02] Still not sure why it has 14gb used though [22:03] aidrocsid: What does `df` say about it? [22:03] What's the command there? [22:03] It has a label if labels help [22:03] df [22:04] 73752 blocks used [22:04] or whatever used [22:04] /dev/sdc2 877650644 73752 832925168 1% /media/aidrocsid/Storage [22:06] Now nautilus shows 46gb taken up :\ [22:06] 73752 doesn't look like 14 GB to me. [22:07] hi [22:07] i'm having issues installing ubuntu 18.04.1 on a dell lattitude 5490 [22:08] how can i troubleshoot what's hapening? [22:08] Yeah, everything is giving me different numbers. Gparted says 14.43GB used, nautilus says 851.9/898.7 GB free, df says 73752 used [22:09] Hell, gparted even says it's only a 851.35GB partition [22:10] aidrocsid: You could have a look at `blockdev --getsize64 ...` or `fdisk -l`. [22:11] thanks tomreyn, but having a hard time finding it [22:12] /dev/sdc2 168110080 1953523711 1785413632 851.4G 83 Linux [22:12] Well at least the 851.4GB matches what gparted says [22:14] aidrocsid, have you fsck-d your drive in the meantime? [22:15] Not yet, I want to get an up to date backup of my pictures file onto my google drive from the other partition. [22:15] aidrocsid, the 14 GB used are probably blocks reserved for filesystem meta data. [22:15] maybe rather the journal [22:15] fsck can cause issues with the other partitions, right? [22:16] aidrocsid, usually not. last time I checked, it defaulted to check-only mode, and I think you can even tell it to not modify anything. [22:17] the ntfs ro problem could be as simple as unsetting the dirty flag. [22:20] to see what flags it understands, man fsck [22:20] also man fsck.nfs [22:20] err, nope, sorry, forgot the t [22:22] Wow, updating my pictures backup is going to take like a whole day lol [22:22] god dammit how hard can it be to open up a seagate barracuda drive! the edges are glued down i can't get the cover off so annoying! [22:25] KingPapu, I had one a few years ago, was quite easy if you have the right screw drivers. [22:27] Ya I've got the screws of with a torque screw driver' [22:28] lol somehow a small fly-like insect managed to sneak into my printer's paper tray for dying. or maybe it just didn't find the way out again. [22:35] seriously, manpages for C stdlib are not installed by default? :S [22:43] hmmm [22:45] VEndix: what makes you say so? [22:46] as always [22:46] new ideas [22:47] I guess that's good, and I hope you don't need support with them ;-) [22:49] always in the move [22:49] and that outside retakes the forms of spirituality [22:49] connected to higher self [22:49] any recommendation on the best video driver to use in libvirt for an ubuntu guest? [22:50] is anything better than the qxl default for spice, basically [22:56] esotericnonsense: i think someone said you just use 'vga' now. [23:01] i figured it out there is still the screws under the sticker thought it wasn't there thats why i couldn't open it [23:04] is it possible to get rid of all these snap mounts? it's all like gnome and gtk stuff and I don't run gnome and I'm sure I can do without the gtk snaps (not sure what they're used for directly) [23:06] pjs: if you don't use gnome, i think you can uninstall all of them without causing any problems. [23:07] i.e. you could even uninstall snapd then [23:07] tomreyn: Yea, I installed Ubuntu Desktop and probably should have done more bare install === VEndix is now known as ielf === [1]MrMobius is now known as MrMobius === ielf is now known as VEndix [23:14] howdy, I'm having trouble with grub [23:20] jessarcade: slightly more detials might help you get help [23:22] well I didn't want to just blurt it all out, :). So when I updated from 16 to 18 my Grub launcher no longer finds my windows installation. [23:23] I have one harddrive for Linux and one for windows [23:24] i will assuem that '16' refers to ubuntu 16.04 LTS and '18' refers to ubuntu 18.04 LTS. [23:24] is os-prober installed? === davor_ is now known as davor [23:26] yes, and yes [23:30] jessarcade: you said you 'updated' from ubuntu 16.04 to 18.04. was this actually an upgrade, or did you reinstall? [23:35] has anybody been able to get a Magic Trackpad 2 working beyond clicking and moving around? [23:42] tomf: according to a web search this is in the works. http://lkml.iu.edu/hypermail/linux/kernel/1809.2/05203.html [23:47] @tomreyn It started as "do-upgrade", but it failed and I ended up formatting my linux drive and doing a clean install [23:48] jessarcade: then there's a chance that you changed the boot mode in between, switching from legacy bios booting to uefi booting, or vice versa. [23:49] on my grub or on my mobo? [23:49] in your mainboard firmware configuration [23:49] grub would not be able to chain load a windows installation which needs to be booted 'the other way' [23:50] ok, so changing the boot mode of my motherboard might allow grub-update to find my windows boot partition? [23:51] jessarcade: first of all you should discuss whether you have made this change. since if you haven't, it will be a different issue. [23:53] if you did make changes on the bios / uefi configuration but don't remember the details, changing the boot mode now may help you find out whether this is indeed the issue. i.e. if you're currently bios booting ubuntu but windows was installed with uefi booting then switching to uefi booting should enable you to boot up windows. [23:54] I don't think I changed it, the configuration before the upgrade worked just fine, and running grub-update never failed to locate the windows partiton, even now I can still find it using fdisk [23:55] Do you have windows on the same disk or a separate one? [23:55] two seperate hard drives [23:56] I have the same setup I can usually switch boots by hitting something like f12 and selecting the boot in uefi the windows disk should have a uefi boot on it and so should the linux [23:58] I can definitely switch boots manually that way (I'm on the linux install now) just for some reason grub-update won't add windows to the boot list [23:59] jessarcade, might it be about EFI?