[00:00] ironpillow: alright. what's this hardware by the way? something special? [00:00] tomreyn: yeah :) custom built, for networking. [00:00] you might want to look for a newer BIOS than "R0.10 12/27/2017" (which is pre spectre / meltdown / intel me) [00:02] before those got relevant fixes, i mean === TheReturnOfJo is now known as battleangle === Budgii is now known as Budgii_AFK [00:12] Yep will do === Budgii_AFK is now known as Budgii === Budgii is now known as Budgii_CAT [00:42] Hi all. Just a quick question: I want all the packages that can be upgraded to be listed after I run apt 'apt update' if there are any. Is there a flag or setting I can use to do such a thing without having to type 'apt list --upgradable' to list the upgradable packages, or is there no such feature/is this regarded as bad practice? [00:43] j0seph: actually, apt get upgrade will list all upgradable packages and you have the option to say yes|no [00:44] pavlos: ah, yes, I suppose that is true. thanks :) [00:45] set an alias? [00:46] alias gimmeallyourmoney='apt list --upgradable' [00:52] OerHeks: sounds good, but I wouldn't want to threaten or scare my system like that. it works hard for me, after all :( [00:59] Hi All, what is yum update alternate in ubuntu ? [00:59] is this apt upgrade [00:59] update is update [00:59] so: sudo apt update [01:00] OerHeks: in Centos yum upate updates all the packages but apt-get update just update the repos (please correct me If I'm wrong, not an ubuntu user) [01:00] this will fetching the lists only [01:01] yeah but yum update do the update as well + fetching the list/updating repos [01:01] so yum update & apt update are not equal ? [01:01] sudo apt update && sudo apt upgrade # does normal updates, and dist-upgrade is stage 2 [01:02] !dist-upgrade [01:02] A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [01:02] indeed [01:03] on yum, you would use yum check-update if there are updates available [01:34] tomreyn: I upgraded the system and did a reboot, still having this issue. /sbin/init CPU% keeps doing up and down very quickly. From 0.0 to 44% and then back to 0, then up to 44%. repeatedly. dmesg: https://gist.github.com/ironpillow/bb4467aed88b8c9fc405e815d3ff4de0 [01:40] ironpillow: bios version remains the same - is there no upgrade available? you said this is a custom built system, what else is custom and worth mentioning about it, on all terms such as hardware, firmware / BIOS / UEFI, OS? [01:48] * tomreyn be back (much) later [01:57] tomreyn: we don't have upgraded bios yet. SMBIOS 3.0.0, UEFI, BIOS version 5.13, American Megatrends [02:03] How do I provision more space for /boot on ubuntu 16.04 [02:30] what's the reason for all the scripts in /etc/init.d and for the services in /lib/systemd/system in ubuntu18? === Elon_Satoshi is now known as Richard_Torvalds === Richard_Torvalds is now known as Elark_Muskerberg [02:39] I seem to have rootfs mounted with option "stripe=32659" but it is not part of any RAID array and there is no /dev/md* and /etc/fstab says it has options "defaults". What could cause this? [02:44] I'm using xenial on x86_64 [02:58] cxc99, they arrange for services to be started as the system starts up and stopped as the system shuts down. [03:04] can you guys tell me where /etc/default/grub is relocated to now? [03:04] ubuntu 1804 [03:05] Beam_Inn: "sysop@x1804mini:~$ ls -al /etc/default/grub >> -rw-r--r-- 1 root root 1209 Jul 26 2018 /etc/default/grub" . [03:05] https://help.ubuntu.com/community/Grub2 (see Grub vs Grub 2 part 8). [03:06] part 9 [03:06] nerdcore, I don't know, but looking around I see that rootfs options can be specified on the kernel boot line (which is logical since /etc/fstab is in the root file system so it can't have been read yet when mounting root) [03:06] part 10 [03:06] what the heck [03:07] nerdcore, maybe check your grub options to see if that's where stripe= is set? (I have no idea who or what could have put it there) [03:07] rfm: ok good call, but not seeing any mention of "stripe" within /boot/* [03:09] I recently suffered some filesystem corruption. Ran fsck and attempted to fix errors but it may have occurred then :( [03:10] I see one stackexchange article of an AWS instance showing similar behaviour and one person has suggested running "tune2fs -f -E stride=0 /dev/xvdb" (probably s/stride/stripe/) [03:12] it's because it's a file, not a directory [03:12] about the grub thing. s o nix my q. [03:14] Is there a file in /proc which will show me the kernel cmdline which was used on this boot? [03:14] oh yes /proc/cmdline lol [03:16] Could the EXT4 filesystem have this "stripe=" as a default mount option? How would I see those ext4 settings? [03:19] tune2fs -l. sorry for answering my own questions :P [03:19] thanks for the advice rfn [03:19] nerdcore: No - not generally. Show the channel what you are working with. pastebin ' sudo fdisk -lu ' . [03:22] turns out my ext4fs has option "RAID stride: 32659". so weird. [03:25] https://pastebin.com/RMQRQRDW [03:25] anyone here familiar with ranger :bulkrename? [03:37] nerdcore: Got me geuessing. fdisk reports a nornal ext4 drive with one partition. But in the tune2fs output there is "RAID stride: 32659". [03:37] ya im stumped :( [03:40] the whole story might be a bit more complicated, but worth telling... I was upgrading HDDs and cloned old to new using dd. When I booted back up not realizing that the kernel cmdline (and /etc/fstab FWIW) used UUID= I got /dev/sdb1 mounted instead of /dev/sda1, because both were still connected. [03:41] but this may just be a red herring; No idea why that would cause ext4 to suddenly decide to be RAIDed [03:41] there was also some FS corruption, so maybe the bits defining "RAID stride" just got set from 00000 to 32659 (?) [03:44] nerdcore: "sudo wipefs /dev/sda". Note that you should not just trust me that that command is safe (even though it is), you should run "man wipefs" and confirm for yourself that the command will just list all visible filesystems (and in this case, RAID metadata) and their offsets. [03:45] haha yeah that sounds horrible ;) [03:45] will look [03:49] Bashing-om: not sure what this means. Doesn't look very helpful to me https://pastebin.com/82aFP8UJ [03:53] nerdcore: I had expected: "DEVICE OFFSET TYPE UUID LABEL" In any case this only shows a standard partitoning. No raid here. Will take one smarter than I to tell where that raid stripe is generated. [03:54] there is no RAID which I am aware of. Certainly never intended to create any. [03:55] I'll just chalk it up to FS corruption and move on with my life. ;) Thanks for the consideration and input [03:57] nerdcore: Well, if you are not going to fix the issue, at least mask it over by taking out the raid stuff in the /etc/fstab file. [04:00] Bashing-om: there is nothin in /etc/fstab nor kernel cmdline; It's a setting in the ext4fs [04:00] /etc/fstab just says "defaults" [04:02] Bashing-om: see my first pastebin where `tune2fs -l /dev/sda1` shows "RAID stride" as being within the ext4 options which tune2fs can set [04:04] `tune2fs -E` might clean it up. so strange though. :( [04:05] Having an issue with audio. I have Bionic and for some reason, I get system sounds, but no videos have any sound at all. [04:11] does anyone else notice an issue with the battery indicator on the status bar almost always is off [04:11] like im at 61% and the icon still shows 100% [04:19] I have a bug to report and was wondering who exactly i talk to and hopefully it can be reproduced === eddie is now known as Guest41121 [04:20] !bug | Guest41121 [04:20] Guest41121: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [04:23] the bug i'm reporting isn' t about a package though, it's through a series of actions [04:30] Guest41121, if you're not sure what package, use a -meta package (in the end it will boil down to a single packzge if it's a bug, even if it's a combination of packages that require the bug to be seen), you could ask on #ubuntu-bugs (maybe bug-squad folks can be more precise) [04:31] An Important Talk - John Rose: https://www.bitchute.com/video/jBtlW4pdi22C/ ("SINGLE HANDEDEDLY THE GREATEST VIDEO ON YOUTUBE.") [04:33] uh no [04:34] was going to ask the wanker spanker wth it has to do with ubuntu but he left === Mr-Pan is now known as Mr_Pan [04:57] rfm, i meant why are they repeated if ubuntu uses systemd [05:16] Can someone please help me figure out why I get the error "connection closed" when trying to ssh or sftp to my ubuntu machine? [05:27] Synthesis: can you give more context [05:28] underd0g: basically ssh and sftp will not allow incoming connections, I was messing around with iptables and ufw yesterday which let to me doing ufw reset and readding the ports with allow anywhere, but ive got a feeling iptables may be ruined and im not sure how to check on them [05:29] Synthesis: I always use `sudo iptables -L -v -n` to review the main table. [05:30] Yeah ok nerdcore, im quite the rookie so the code it returns really means nothing to me tbh [05:30] Synthesis: you can try sudo ufw status [05:30] check if any connections are blocked [05:30] none are blocked thats the problem [05:31] 22, 80 and 443 are all allow anywhere [05:31] is sshd running? ;) [05:31] Synthesis: ^ [05:31] unsure to what that is guys [05:31] sudo service sshd status [05:32] literally my first time using linux [05:32] ok cheers [05:32] is ir running or is it stopped [05:32] *is it [05:33] or just go ahead with a `sudo service sshd start`. Doesn't really hurt to run if already running. [05:33] sshd is the SSH server software. It listens on port tcp/22 for incoming SSH connections. [05:33] its active but i did get some errors after it [05:34] let me show you the errors [05:34] Hi all [05:35] noob question: which package distributes files in /usr/include/drm [05:35] harishkrupo: you can check which package delivered a given file with `dpkg -L ` [05:35] no sorry -S [05:36] `dpkg -S ` [05:36] did you recieve that msg nerdcore? just want to check if it worked [05:36] nerdcore: ah that is the flag i was searching for... Thanks === cpaelzer__ is now known as cpaelzer [06:27] just got linux installed and working on an iMac G3. What should i do with it? [06:27] *iBook [06:44] Is there a way to make it so that alt-tab in gnome DE does not group similar apps? [06:44] Hello, guys, I just installed Ubuntu, and remove Windows 10, now my ntfs partition is write protected, I can see things, copy them, but can't delete anything. [06:46] Beam_Inn: i think there's such gnome shell extensions, try $BROWSER extension.gnome.org [06:46] extensions.gnome.org [06:47] dude, finally someont talks about gnome [06:47] or gnome-tweaks [06:47] hey do you know how to append a linux kernel? [06:47] p_: its probably got a hibernation/fastboot file. or it needs a chkdsk from windows [06:47] i hate gnome. prefer gnustep [06:47] Beam_Inn: append a linux kernel to what/where? [06:47] nbags: Yeah, but I removed windows, so what can I do? [06:47] nbags: badblocks/fsck is as good as chkdsk [06:47] i want to add a little info to the end of a line in grub, but I don't know what to add [06:48] p_: ah you want that ntfs fuse stuff to have it writable [06:48] Adding the kernel boot parameter usb_storage.quirks=0x0bc2:0xab38:u as GRUB_CMDLINE_LINUX in /etc/default/grub, running update-grub and rebooting the system. [06:48] p_: you can fsck it on linux or try mount it with the 'remove_hiberfile' option. id step you throught it but ive gotta go sorry [06:48] do me a favor and do nano /etc/default/grub [06:48] you can see GRUB_CMDLINE_LINUX has two lines [06:48] we have grub configuration fully automated, including working old kernel removal [06:48] i'm not touching that interactively [06:48] nbags: or chkdsk it from a windows usb stick [06:49] p_: ^^ [06:49] LOL, don't got windows [06:49] p_: since 1999 here... and you? [06:50] tarzeau: Since today ;) [06:50] i doubt that, tarzeau .... [06:51] how can you fully automate checking the model of my usb drive and removing the uas quirk from that device? [06:51] and why would you? :/ [06:51] you could do less. Reading the file won't change it. [06:51] Beam_Inn: udev??? [06:52] Beam_Inn: when you have 200+ linux boxen, you don't want to fiddle manually around [06:52] udev command not found [06:52] i was not refering to a command but a software system [06:53] so you don't know which line to append :/ [06:54] p_: so why u still using ntfs? [06:54] nope. what is that storage.quirk meant to do? [06:54] is it needed as kernel parameter? because you boot from it? [06:55] nbags: There is this partition I had on windows, it got most of my files, and don't have space to move them to the other remaining partition, and no means of backup [06:55] it fixes my usb drive. the manufacturer made some errosr in a lot of their models [06:55] p_: that sucks [06:56] https://github.com/torvalds/linux/blob/master/drivers/usb/storage/usb.c#L568 [06:56] right here tarzeau [06:56] guys stick to ubuntu support ok [06:56] #ubuntu-discuss you can talk all day [06:57] nbags: NVM, ntfsfix did it's thing, can now write to that partition. [06:57] well, I'm going to restart and see if that worked, man. [06:57] hopefully it didn't break my computer === \dev\cache1 is now known as \dev\cache [07:23] what's the reason for all the sysv style init scripts still in ubuntu18? [07:25] hello, i'm using Ubuntu 16.04, can someone tell me which from following patches requires reboot https://pastebin.com/dpYMbK4E ? [07:26] systemd [07:33] that patch to grub didn't work [07:38] H === Jezus is now known as Remy^ [08:21] any one is online [08:21] hay drone [08:21] hay sigyn [08:22] hello [08:23] any one i need help === johnc--- is now known as johnc-- [09:07] hello ! can someone please tell me how this applet (https://imgur.com/a/dki5ypx) in gnome is called ? [09:07] on my system is top right corner in top panel [09:32] is there a simple way to deploy ubuntu on mass number of machines? [09:41] ice9: take a look at MAAS: https://maas.io/ [09:42] blackflow, ah i forgot to mention that the machines are desktops [09:43] ice9: pxeboot with a preseed configuration? [09:43] ice9: doesn't matter really. the difference is just in the package selection and some default configs. [09:54] ice9, i was involved with a refurb/recycle group, we cloned drives from our master & just installed drives (test & fine tune to check sound, graphics if extra drivers etc; but we may have done this because we removed drives to dban them first..) [10:03] is there a way to install Ubuntu remotely on desktop computer? [10:04] where is unity 8 channel :D [10:04] ice9 install it on HDD and send it over. [10:05] berz3rk: try #ubports [10:08] ice9: yes. MAAS, (pxe)boot + preseed, (pxe)boot + debootstrap (automatable via ansible, salt, ...), probably even over ssh [10:10] ice9: you'd still have to walk over to the machine and initiate it though [10:21] so, Contabo (my hosting) did restarted the VPS for maintenance and the file `/proc/sys/net/ipv6/conf/all/disable_ipv6` was once again set to 1. I was wondering if there's a way that I can make it stick to 0 or if I can delete it and make a symlink. any options/ideas are highly appreciated. I've tried to `sudo chattr +i /proc/sys/net/ipv6/conf/all/disable_ipv6` but it says: chattr: Inappropriate ioctl for device while reading flags on /proc/ [10:21] sys/net/ipv6/conf/all/disable_ipv6 [10:23] Exterminador: The /proc isn't a real filesystem. If you want permanent changes you can (depending on distro) put them in /etc/sysctl.conf [10:24] Exterminador: check /etc/sysctl.conf for lines with disabcle.ipv6 [10:29] oh.. `net.ipv6.conf.all.disable_ipv6 = 1` [10:29] those guys are just stupid -_- they offer a /64 block and they disable IPv6 [10:29] Exterminador: also talk to them and tell them they're part of the problem, not solution, for global migration to IPv6 [10:30] blackflow: I've mailed them already. :> [10:30] so, after editing the sysctl.conf, do I need to reload anything? [10:30] Exterminador: sysctl -p /etc/sysctl.conf to apply changes [10:31] blackflow: done! thanks a lot \o/ [10:31] 'Morning folks [10:31] Exterminador: actually.... it's --system instead of -p these days [10:32] Exterminador: (with no specific file given) ... thing is it's now being set via multiple files, so better use just sysctl --system [10:33] wow. lot's of "Applying ..." seems we're ready to go. once again, thanks a lot for the help [10:37] hi how are you? === 07IABEXFA is now known as O71ABEXFA === KindOne is now known as uptime [10:58] Hello [10:59] I have a problem building a mesh network between raspberry pi(stretch) and ubuntu 16.04 [11:00] I cannot ping [11:00] amog raspberries I can ping with no problem [11:01] between 2 pc running ubuntu 16.04 I can ping with no problem [11:19] Hello, I'm starter with ubuntu for windows, my issue is that I'm loosing network form bash ubuntu 18.04 [11:20] my release upgrade from 16.04 LTS failed at first reboot with a "failed to mount /" error. It wants to put me into emergency mode and type "journalctl -xb", "systemctl reboot", "systemctl default" or "exit" for default mode. What's my best option? [11:22] qwebirc15375, ssh ? [11:27] JOIN #varnish [11:40] Hello, I want to create a local mirror of the ubuntu repository, but I only want partial of it (i.e. a certain number of packages). Is that possible ? [11:43] ok. My do-release-upgrade failed with a "failed to mount /:" error. I typed journalctl -xb as suggested and got 5500 lines of log entries. No idea what it all means and no way to upload the log to a pastebin... Should I just try "systemctl reboot" as the earlier error suggested? === oldguy is now known as Loge [11:48] the hardware I am using is an early macmini if that helps. [11:49] OK, rebooting didn't help. What can I do now? [12:01] BlackDalek: the fastest way to recover is often to install the previous version and restore backups. alternatives are to try and recover this failed upgrade, which often (but not always) succeeds. [12:02] if you have separate /home and / file systems on separate partitions, a third option is to reinstall just the OS. [12:05] you are probably wondering why the upgrde failed int he first place. almost always that's due to packages installed from 3rd party sources. [12:07] tomreyn, ok. I don't think they are on separate partitions (I can't remember back to when I first installed it). It's on an early 2nd gen intel mac mini. [12:08] tomreyn, I do remember it was a pain in the arse to get it to even boot the installer DVD. [12:08] i see. then it's probably all on a single file system [12:09] Ideally, I' like to somehow recover this failed upgrade. [12:09] mac systems aren't made with this (alternative bare metal OS) use case in mind. [12:10] login and tell the output of: echo $REASON [12:11] just so you know, recovery can take ~ an hour, and may yet fail. [12:11] I don't think I can log in, but it does force me into an "emergency mode" maintenance terminal if that helps === led_dark_2 is now known as led_dark_1 [12:12] that's what i meant by 'login', right, a bad explanation on my part [12:12] tomreyn, oh ok ;) [12:13] tomreyn, the $REASON echoed a blank line [12:15] the best thing will be to chroot the system from a live / installer. are you able to boot into a fully working OS on this or another computer? [12:17] <`AbhiAbzs> Client: HexChat 2.14.1 • OS: Ubuntu "bionic" 18.04 • CPU: AMD Athlon(tm) II X2 270 Processor (2.70GHz) • Memory: Physical: 7.4 GiB Total (3.2 GiB Free) Swap: 7.3 GiB Total (7.3 GiB Free) • Storage: 37.8 GB / 195.6 GB (157.8 GB Free) • VGA: Advanced Micro Devices, Inc. [AMD/ATI] RS780L [Radeon 3000] @ Advanced Micro Devices, Inc. [AMD] Family 10h Processor Miscellaneous Control • Uptime: 3h 35m 25s [12:18] `AbhiAbzs: please don't [12:18] tomreyn, at this location, I can only work from the broken upgraded mac mini and this laptop (16.04 LTS) with an internet connection. [12:20] BlackDalek: sounds good enough. we'd also need a usb stick or other external storage which can be connected to both systems, and which we can fully overwrite. [12:22] the goal will be to create an ubuntu installer for 18.04.2 there, and boot the mac mini off it. [12:23] tomreyn, give me a minute, I'll see what usable USB storage I can find... what minimum size would we be requiring for this storage device? [12:23] BlackDalek: i think 2 GB [12:24] tomreyn, ok. hold on. [12:24] better 4, if you can choose [12:25] hi, could it be a hardware, possibly motherboard, issue if live ubuntu stops boothing from dvd or pendrive? [12:26] arpad2: is it "from dvd OR pendrive" or is it §from dvd AND pendrive"? are you saying you tried both? [12:27] '§' was supposed to say '"' there [12:27] tomreyn: yes, I tried both, in addition the dvds I bought from the linux shop, sp they should be fine, the boothabale pendrive I created following an online tutorial [12:28] arpad2: if both fail, the first thing to check is whether the ISO image you produced those from is not broken [12:28] https://tutorials.ubuntu.com/tutorial/tutorial-how-to-verify-ubuntu [12:29] tomreyn: ok, let me see [12:29] this is also discussed in more detail (but less accessible to new users) at https://help.ubuntu.com/community/VerifyIsoHowto [12:31] arpad2: if you're not on a metered connection, i suggest to start a new download before you start with the verification. [12:32] tomreyn: ok, to download the iso file again? [12:32] arpad2: right [12:32] tomreyn: ok [12:32] which one did you download? [12:32] tomreyn: xubuntu 18.04.2 and 18.10 from torrent [12:33] when I open my network configuration I don't see my ethernet connection / wired in the available networks. Also when I somehow manage to connect it, it isn't able to make connection to my local server. Any ideas on how to fix this problem ? [12:33] arpad2: oh you used a torrent. well then the download should be correct, since part of the bittorrent download is to make sure the download is complete. [12:34] arpad2: where did you get the torrent files from? ubuntu.com ? [12:34] tomreyn: from the official Xubuntu website [12:35] arpad2: 32-bit or 64-bit ? [12:36] tomreyn: 64 [12:36] enp4s0: flags=4163 mtu 1500 [12:36] ether f4:8e:38:e9:19:44 txqueuelen 1000 (Ethernet) [12:36] RX packets 366 bytes 31578 (31.5 KB) [12:36] RX errors 0 dropped 0 overruns 0 frame 0 [12:36] TX packets 0 bytes 0 (0.0 B) [12:36] TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 [12:36] !paste | alpha [12:36] alpha: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [12:38] tomreyn, I have a 165Gb external USB storage mounted to this laptop now. [12:39] BlackDalek: do you happen to know whether this mac is 64-bit capable? [12:39] BlackDalek: wrong question, let me rephrase: Do you know whether the Ubuntu you have/had installed there is a 32- or 64-bit one? [12:40] Sorry had no intention of spamming. [12:40] tomreyn, I seem to recall it being a core 2 duo, but being nobbled by Apple to only have the capability of booting in 32-bit mode.. but I think the installed OS was 64-bit [12:41] Here is the ifconfig > http://paste.ubuntu.com/p/tgpKQfJY6n/ [12:41] BlackDalek: uuh, i'm sorry but i'm not going to try to recover a 32-bit UEFI system. [12:42] My wireless connection is working as intended. However my wired connection is not working. Any help ? [12:43] BlackDalek: but i'll tell you the general approach: you should download the 64-bit installer of the ubuntu flavour you had installed, version 18.04.2, and use the "etcher" software to write the installer iso to the external storage. [12:44] BlackDalek: then you'll boot off it and do this https://help.ubuntu.com/community/LiveCdRecovery#Update_Failure [12:45] tomreyn, I believe the Apple model identifier is macmini2,1. Is there any way I can confirm that the UEFI is 32-bit? Oh not that etcher thing... I went through that path looking for a way to make it work and I had access to no hardware capable of running it. [12:45] BlackDalek: while on the chroot, you should "update-initramfs -k all" [12:45] i have installed svox package, but i don't know how to use it [12:47] BlackDalek: interesting that etcher doesn't work for you, i'd be interested in details, since, so far, to me, it seems to work on most OS and system configurations. you can use any other ISO image writer, or just cat or dd, too. [12:48] the default ubuntu image writer is usb-creator-gtk for gnome/gtk based desktops, usb-creator-qt for kde / qt based desktops. [12:48] alpha: well first things to check are Is the cable plugged in? Are there lights on the device / other end (router) to indicate a signal? Then maybe try `sudo dhclient enp4s0` to manuslly tell it to get a DHCP address [12:48] tomreyn, I think the problem was it only works on OS above a certain release and I had no hardware with the required OS release level. [12:48] Yes the cable is plugged lights are on [12:49] nerdcore: Yes router is indicating a signal that the device is on and working as it should. [12:49] alpha: the driver is working and receiving packets ("rx") and no Errors so those are good signs. [12:49] tomreyn, the update-initranfs is expecting a missing switch/option (-c -u or -d) [12:49] whale1: see if you can find some documentation online. usually ubuntu packages place documentation in /usr/share/doc/ and additionally provide documentation for their main commands which can be read using "man " after installing the "man-db" package [12:49] nerdcore: Good to know that. Let me give you a screenshot. Wait === murthy is now known as phoenix_firebrd_ [12:50] BlackDalek: -u - but i doubt you were this fast to write the installer to storeage, boot off it and chroot mount [12:51] BlackDalek: so it should have been: update-initramfs -k all -u [12:51] nerdcore: I am afraid I cannot reproduce what the error is. [12:52] nerdcore: but here is what happens. When I start my computer my doesn't automatically connect to ethernet which it should. The wireless works great but every time I boot I have to create a wired connection to use the ethernet. [12:53] tomreyn, whoops.. sorry, I missed some of your messages. I am two steps ahead of myself [12:53] tomreyn: i knew it , thanks ! [12:55] BluesKaj, yes. Im using ssh to test. === phoenix_firebrd_ is now known as murthy [12:56] Is there a way to remove apt from ubuntu? eg. portage on gentoo will remove itself if invoked `emerge -C portage* [12:57] kreyren: why would you want to? [12:57] arpad2: i'm downloading those now, will try them in a VM to ensure they're not generally broken. [12:58] ryuo: freedom, i want to have apt available on demand [12:58] that's apt to be a mistake. [12:58] alpha: so you are able to get ethernet working msnually? sometimes? have you looked at these instructions for 18.04? https://help.ubuntu.com/lts/serverguide/network-configuration.html.en-CA#ip-addressing [12:58] tomreyn: ok, thanks, I'm struggling to download one of the check files [12:58] ryuo: wut? [12:59] kreyren: bad joke, but that's critical software. i've never tried it. [12:59] kreyren: "have apt available on demand" sounds to me like you should leave it installed ;) [12:59] kreyren: check out dpkg i guess. [12:59] nerdcore: Yes I can use it manually, but if I put my computer suspend after it wakes it doesn't at all. Even after creating a new connection manually. [12:59] arpad2: just to not waste my time here, please (read twice and then) confirm that you downloaded both the 18.04.2 and 18.10 xubuntu images via bittorrent from xubuntu.org, wrote both of them to *both* optical media and usb storage, and could not boot off either. [12:59] tomreyn, :( I can't remember for certain if I had a 64bit or 32bt Ubuntu OS installed on the mac. [13:01] * nerdcore considers the implications, both practical and philosophical, of `sudo apt remove apt` [13:02] tomreyn: correct, the installation starts but fails to fully boot,when either I choose live session or when I would start to install to the system [13:02] BlackDalek: you should be able to tell from the initrams which your system boot currently 'fails' to. running "cat /proc/version" should tell whether this is an 686 (32-bit) or amd64 (64-bit) kernel. [13:03] arpad2: how much RAM does this system have? [13:03] tomreyn: 8gb [13:04] alpha: how are you "creating a connection manually"? This can be done some different ways, so which are you doing that you find does work (when it does)? [13:05] tomreyn, ok, yes. It does claim to be amd64. Now I know which version of 16.04 installer to download. [13:05] arpad2: okay, i'll test. which graphics card do you have there? which cpu? [13:05] BlackDalek: good. [13:05] nerdcore: System > Connections > Click on + sign > Wired. That's it [13:06] nerdcore: its kubuntu. [13:06] tomreyn: i7 3740 QM and GTX 675 mx, but the current system is broken, no video driver is working, only software rendering is active [13:07] nerdcore,ryuo: meaning? [13:07] tomreyn: that's why I need reinstalling [13:07] arpad2: does it boot in uefi or bios mode? [13:08] arpad2: i understood, but thanks for clarifying. [13:08] kreyren: I just tried this, since you have me curious. :) It produces two SERIOUS warnings about this being critical system software and probably a very bad idea and the default answer to continue is no longer "Yes" but would need to type a confirmation response "Yes, do as I say!" in order for apt to remove itself: https://paste.ubuntu.com/p/hCRTt94V7h/ [13:08] tomreyn: hmm, I think bios, uefi is disabled [13:08] kreyren: apt is not considered Optional software in the Ubuntu system. [13:08] nerdcore: perfect ty [13:09] nerdcore: is there a way for apt to install packages on non-debian system? alike `ROOT=PATH emerge portage` will install portage on PATH [13:09] kreyren: so I guess you could `sudo apt remove apt` but it is a *very* BAD IDEA and not recommended. [13:11] nerdcore: noted perfect ty :3 about that ROOT variable? [13:11] alike change root directory for apt [13:11] kreyren: I'm not familiar with portage. Would that command unpack the software into 'PATH' instead of '/'? [13:12] nerdcore: correct [13:14] tomreyn, ok. I now have the 16.04.5 ISO, 18.04.2 ISO and USB storage device. Step 1 on that link tells me to boot the Ubuntu Live CD... which I don't have. [13:14] alpha: what version? There are many ways to potentially configure network interfaces such as /etc/network/interfaces or NetworkManager or maybe something else in kubuntu [13:15] http://paste.ubuntu.com/p/y4cXywc7XY/ <- uname -a [13:15] Kubuntu 18.04 [13:16] I only use the GUI method for using this [13:16] arpad2: in a VM, the torrent-downloaded 18.10 amd64 image starts fine for me in bios mode, both using the installer and entering the live system. [13:16] tomreyn: ok, thanks [13:16] tomreyn, am I writing the 16.04 or 18.04 installer to the external storage, and which Ubuntu utility should I use to write it to the device? [13:17] nerdcore: There is something interesting in /etc/network/interfaces > http://paste.ubuntu.com/p/tq9vjRgswV/ . No enp4s0 in interfaces [13:18] kreyren: for that you might want to look at dpkg instead of apt. dpkg is the more "raw" package manager on the command line. Seems `dpkg-deb -X` might be what you are looking for. [13:18] BlackDalek: personally i like etcher, but any other utility which can create installers from ISO files should work, too. as i previously stated "the default ubuntu image writer is usb-creator-gtk for gnome/gtk based desktops, usb-creator-qt for kde / qt based desktops." [13:19] nerdcore: dpkg-deb -X to remove package correct? [13:19] kreyren: no for unpacking elsewhere [13:20] BlackDalek: use dd https://askubuntu.com/questions/372607/how-to-create-a-bootable-ubuntu-usb-flash-drive-from-terminal on Linux and Universal USB Installer if on windows. [13:20] arpad2: the torrented xubuntu 18.04.2 amd64 ISO also starts fine for me in bios mode, both using the installer and entering the live system. [13:20] tomreyn: thank you for checking it for me! [13:20] arpad2: so this suggests it is hardware / driver / firmware related. [13:20] kreyren: http://manpages.ubuntu.com/manpages/xenial/man1/dpkg.1.html [13:20] arpad2: you're welcome. [13:20] nerdcore: i see. Will it install package dependencies too? [13:21] tomreyn: ok, so I will have to take the laptop to get repaired [13:21] arpad2: that's a bit far fetched, i'd say [13:21] kreyren: no. dpkg operates on .deb files. It is not aware of package repositories in order to satisfy dependencies [13:21] arpad2: do you have any other reasons to assume it is in any way broken? [13:21] Hi. I have a laptop with an hdmi port. When I plug in an external monitor, nothing happens. xrandr does not even list the HDMI port. What do? [13:22] tomreyn, the USB storage I am writing to is not a flash drive or other solid state but an actual 3.5 inch hard drive. Will etcher still work with that? [13:23] I have a series of JPG/PNG images that I want to compile into a video file (avi, mp4, mkv) in Ubuntu? I've tried Openshot but it won't accept still images as video frames. [13:23] me80iq: try a different cable, see what "dmesg -w" (keep it running) reports when you attach the external monitor [13:23] nerdcore: noted, thanks very helpful. [13:23] tomreyn: no, but there must be a reason why it is not working, during installation there were some I/O merror messages shown, so either the optical drive is faulty or possibly the motherboard, because pendrive fails as well, so I don't know what to do next [13:23] me80iq: you can later cancel "dmesg -w" by pressing ctrl-c [13:23] tomreyn: I've tried 2, but I also have to use it with an hdmi to display port adapter [13:24] BlackDalek: i haven't ried this, but don't see why not. [13:24] *tried [13:24] tomreyn: also in xrandr, it doesn't say "HDMI-1 disconnected" It's not even listed. The only listing are the build in screen and 2 disconnected display ports. I'll try your suggestion now [13:25] tomreyn: No messages from "dmesg -w" [13:25] BlackDalek: you might need to enable "unsafe mode" in settings, in case the disk is not listed. but be very careful to pick the right storage then [13:26] alpha: I'm not very good with the GUI things to be honest. I'm not sure whether you would be using NetworkManager or netplan or some other system to manage interfaces. [13:26] nerdcore: What do you suggest then ? [13:26] arpad2: you get those i/o errors also wehn booting off the usb stick? [13:27] tomreyn, I downloaded etcher from the balena website. the extracted file has an extension .appimage ??? I've never seen this before. How do I install this? [13:28] tomreyn: I think no, it just stopped or freezed during installation [13:28] arpad2: it could be an issue withthe storage controller indeed then. but this, too, is just a guess really. maybe try to update your bios, and reset it to defaults, then to uefi, and the disk mode to AHCI (not RAID, in case it defaults to that) then try booting from there. [13:28] alpha: 1. Keep asking, maybe some else knows ;) 2. See if you get errors in /var/log/syslog or `dmesg` related to enp4s0 after resume from suspend. 3. Try a manual `sudo dhclient enp4s0` to try to pick up a DHCP addr manually. [13:28] /msg NickServ VERIFY REGISTER Bluerate wymmjnptmvud [13:29] nerdcore: Thanks buddy. Will check [13:29] tomreyn: ok, I'll try that , thanks [13:30] arpad2: if you have ethernet networking (not just wireless) you can also do a server installation, which has a higher chance of ausseeding, since both the image is smaller and the installer is non -graphical. [13:30] tomreyn: yes, internet is through ethernet [13:30] me80iq: hmm so the HDMI connector is not detected. did you say you have intel graphics there? [13:31] nerdcore: would you like to see these logs ? [13:31] tomreyn: I have an optimus laptop. I just checked and the external monitor doens't owrk on windows either :/ [13:31] alpha: sure but I'll be leaving for work in the next hour or so :) [13:31] tomreyn: I tried running xrandr with both the nvidia card as primairy gpu and intel card as primary gpu [13:32] nerdcore: sure if you have time. http://paste.ubuntu.com/p/qNCjWWRvJD/ [13:34] tomreyn, never mind. I just clicked it and it ran. The etcher app started. [13:36] Hello, does anyone has tried to configure a mesh network in ubuntu? [13:36] qwebirc15375: That would be a better question for ##networking [13:37] tomreyn, Etcher did complain that my external device was "too large", but I told it to go ahead anyway. It is "flashing" my external HDD. [13:37] arpad2: here's something else you can try: boot off the 18.04.2 again. keep hitting shift or escape when it shws those 2 icons on the bottom. [13:38] tomreyn: ok [13:39] tomreyn. The external drive now has successfully got the 16.04 installer ISO on it. [13:39] arpad2: use cursor keys to select your language and press enter to confirm. press f6, press escape. you now have a single line on screen where you can input text. [13:39] arpad2: before the trailing dashes, type "recovery" (without quotation marks), then press enter [13:40] pragmaticenigma thank you! [13:40] alpha: Maybe hardware or driver issue? what is the model of the card? [13:41] arpad2: it should then boot to a blue backgroun text menu. once there, select the "network" option, then the "root" option, and press enter for maintenance. [13:42] arpad2: if you have a no english loacale, type "loadkeys XX" where XX is your two character country locale, e.g. 'us' for USA. [13:42] nerdcore: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10) [13:44] I have a series of JPG/PNG images that I want to compile into a video file (avi, mp4, mkv) in Ubuntu? I've tried Openshot but it won't accept still images as video frames. Any help please. [13:44] tomreyn: or 'uk' for UK [13:44] arpad2: right. this may output warnings, but should actually still work. you can repeat it if needed. then use "ping -c1 1.1.1.1" and "ping -c1 one.one.one.one" to test network connectivity. [13:44] TabMasher: try another video editor? [13:45] TabMasher: gif doesn't count as video file? [13:45] alpha: https://askubuntu.com/questions/1029250/ubuntu-18-04-ethernet-disconnected-after-suspend [13:45] How do I fix so videos will play sound? I have system sounds, but no video sounds [13:45] I'm using Bionic [13:45] Does anyone in here remember how to get a 2007 mac mini to boot from USB? [13:45] Umm...shouldn't you be asking in #macos? [13:46] tar: No, gifs are not video files, they have limited animation in the format. [13:46] BlackDalek: hold Option ? [13:46] nerdcore: thanks looking into it. [13:47] Anyone suggest video editing software? I was hoping there would be something like cmd line utility for compiling static images into a video file format. [13:47] TabMasher: Sounds like you need to research another video editor then. One that meets your needs. You can ask in #ubuntu-offtopic for recommendations, this channel is dedicated to support [13:47] alpha: I suspect you have a driver-related issue. The bug report linked there is very long, with latest post date 2019-01-18 (a month ago) so I suspect this is a known issue and being worked on. Frustrating, but you may need a workaround until the driver gets fixed upstream. [13:48] tomreyn: ok [13:48] TabMasher: ffmpeg might be able to do that [13:48] TabMasher: try googling for "ffmpeg" and "combine images" [13:48] TabMasher: olive-editor? flowblade? shotcut? [13:49] nerdcore: thanks. Let's see what happens. [13:49] arpad2: so pinging succeeded? [13:49] arpad2: does it say "0%" packet loss to the end? [13:50] nerdcore: bindi: tarzeau: Thank you for the suggestions. [13:50] tomreyn: no, I am just writing down what you were writing , I am writing from the troubled machine actually. can try to connect here with android phone and then to start it [13:52] arpad2: oh i was thinking the tourbled machine doesn't even start [13:53] nerdcore: just for increasing my troubleshooting abilities how do I use ubuntu's bug portal ? [13:53] !bugreport [13:53] tomreyn: it boots [13:54] !bugs | alpha [13:54] alpha: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [13:54] tomreyn, sorry. But it seems it is impossible for the macmini1,2 to boot from a USB device :( I tried holding down option (alt) key but it is still just loading the grub menu from the internal disk. It may only be possible to boot it form an optical disk. [13:54] from* [13:54] BlackDalek: Are you using one of the older generation MacMinis? [13:56] pragmaticenigma, it's the model macmini1,2 with Apple's boot crippling 32-bit UEFI/64-bit OS setup. I seem to remember having a lot of trouble trying to make it boot from USB in the past. [13:57] hola [13:57] pragmaticenigma, I don't think I ever successfully made it work. [13:57] !es | lolaso [13:57] lolaso: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [13:57] BlackDalek: i recently tested 18.04 on a macbook without any issues [13:57] BlackDalek: I don't know what that means, I asked if this is the older version of the macmini or the one just released? [13:58] pragmaticenigma, the older 2007 (identified by the model number macmini1,2) [13:59] BlackDalek: did you press the key combo to boot usb? can you choose live mode? [13:59] pragmaticenigma, sorry.. 2,1... not 1,2 [14:00] arpad2: i just tried what i suggested you do from the xubuntu 18.04.2 amd64 live iso, for some reason bringing up the network failed. i had to bring up the ethernet interface manually. to do so, i looked for its name first. "ip l" would provide this name. then i ran "ip link set dev enp0s3 up" ("enp0s3" is the name of my interface form the first command). it took a bit to settle, but then "ip a" listed an ip address on this interface, and i [14:00] could ping 1.1.1.1. pinging one.one.one.one would not work until i did " rm /etc/resolv.conf; echo nameserver 1.1.1.1 > /etc/resolv.conf ". [14:00] BlackDalek: Since GRUB loads, what about reconfiguring GRUB on the HDD to have a USB option? https://askubuntu.com/questions/344125/how-to-add-a-grub2-menu-entry-for-booting-installed-ubuntu-on-a-usb-drive [14:00] BlackDalek: sorry, i really need to leave, hope one of the thers can help. [14:01] lotuspsychje, I think the key to choose boot device on this mac is "option".. but it refuses to boot from the external USB device. [14:01] tomreyn, no worries. Thanks for trying [14:01] BlackDalek: that super+f i think to boot usb [14:02] lotuspsychje, so that's the windows logo key + F? I will give that a go... hold on.. [14:02] arpad2: once you are there and got the internet working, you can run " dmesg | nc termbin.com 9999 " which whould return a URL you can post here. this is your boot log, reviewing it should enable others to suggest what else you may try. i need to leave for now, but should be bakc in an hour. [14:03] BlackDalek: not the windows logo, that mac style logo [14:03] BlackDalek: a friend was having similar issues with a mac laptop of that same era I believe. Have you tried 32-bit installer? My friend said he had no luck with 64-bit boot for some reason, despite CPU being x86_64 :( [14:03] nerdcore: I am using r8168 driver the instruction seems to be for r8169 . [14:04] Will there be a difference ? http://paste.ubuntu.com/p/dCfmHdbtj5/ [14:04] tomreyn: ok, thanks, so this is about installing from a server? [14:05] alpha: I'm no Realtek expert, but usually drivers provide functionality for a range of model #s. Since those are very close I suspect it might be the same driver or similar issue. [14:05] lotuspsychje, you mean the apple's "command" key ("Ctrl" on a PC) [14:05] nerdcore: Noted. Thanks. [14:06] BlackDalek: yes [14:07] arpad2: no, this is just to get a log of your boot process, to get a better idea of whether there may be a hardware issue - or just something else entirely. you can still download a server iso, write it to a usb attached storage or or dvd, boot off it, install, and then once installation is complete and it booted into it, just install the "xubuntu-desktop" package. [14:07] lotuspsychje, ok. That still failed to bring anything useful up. BAck at the grub menu from internal disk again. [14:07] BlackDalek: you sure your usb is burned well? [14:07] arpad2 / arpad22: see above, ttyl [14:07] tomreyn: ok, so now I will start what you suggested, thanks [14:08] BlackDalek: just let grub load, then tell it to boot the USB ;) [14:08] BlackDalek: Have you seen this? https://help.ubuntu.com/community/Mac_mini2-1 [14:08] what is the rsync I should use yo cp from one host to another skipping the logs, javacore, heapdump file directories in demo mode for first time eval before I run the command? [14:08] BlackDalek: That particular unit will not boot from USB [14:09] nerdcore, regarding your friend having issues with the installing a 64bit OS on a mac.. I don't remember exactly how I did it, but I managed to get a 64bit Ubuntu OS to install on it (16.04 LTS), so it is possible. [14:09] donofrio: As you have been told before, this is a support channel for solving Ubuntu software issues. Not for getting help on how to use a command. Look at "man rsync" for help [14:09] nice find pragmaticenigma [14:10] pragmaticenigma, well that settles it. I'm flogging a dead horse. [14:10] understood [14:10] BlackDalek: I know some of the information there has to be outdated, as there are no EFI DVD images for 64 bit... but you have to use the server install method [14:11] *there are now EFI DVD images [14:11] donofrio, demo mode ? --dry-run [14:11] BlackDalek: I think my friend needed 32-bit EFI setup to boot the 64 bit kernel. Sounds weird :P [14:12] I guess one question to ask... is there anything provided by EFI that you must have? [14:13] pragmaticenigma, who? Me? [14:13] ya [14:16] pragmaticenigma, All I really wanted to do was recover from a failed do-release-upgrade.... I don't care what kind of boot method the thing uses in the long run. I'm planning on retiring this obsolete hardware soon anyway, but the replacement hardware hasn't arrived yet. At the very least, I'll settle for just extracting a few personal files off the internal disk. [14:17] BlackDalek: Ah, I see... hopefully that page I sent gives some help in getting you to that goal. Bummer on the release upgrade failing [14:17] BlackDalek: plug the hd out? [14:17] lotuspsychje, that sounds like it might be my only option now. [14:18] BlackDalek: that wiki pragmaticenigma found, says you can boot from netboot too [14:18] BlackDalek: what kind of iso were you testing now? [14:20] I don't think netboot would make the files readily accessable on the drive. Would be alright if the files desired were on a different partition [14:21] hello [14:21] welcome demetris [14:21] lotuspsychje, I'm not sure how netbooting works. I wasn't really "testing" any ISO. tomreyn was just trying to help me recover the failed upgrade through some method described here: https://help.ubuntu.com/community/LiveCdRecovery#Update_Failure [14:22] after upgrade to 18.04.2 i have no audio adjustment menu on upper panel [14:22] i tried with add to panel but i cant find anything useful [14:24] audio output volume icon is gone after upgrade to 18.04.2 [14:24] how i fix this [14:24] patience | demetris [14:25] I have to leave for sleep now. I won't be able to deal with this issue again until the weekend. Thanks lotuspsychje and pragmaticenigma for your input. [14:25] demetris: if someone knows what to do, they will help you [14:25] BlackDalek: good luck! [14:25] BlackDalek: if you have another system and firewire cable to connect them, boot holding 'T' [14:26] demetris, try the volume keys on your keyboard [14:26] they work ok [14:26] i just need the audio applet back on the panel [14:27] volume-control-applet [14:27] ok, so we know the audio driver is working [14:27] yes it is [14:29] this is annoying [14:30] tomreyn: for me the ping works fine in recovery [14:30] demetris, try the 2nd answer here, https://askubuntu.com/questions/227240/missing-sound-volume-applet [14:33] what's a good json parsing library? I have a very basic json that I want to parse: {"key": "value", "num": 10} [14:33] jq [14:34] i mean you say library, jq will do it on the command line if that's what you want [14:34] tomreyn: though the "loadkeys uk" gives message can not find file [14:34] if you mean language library, you need to specify the language you're after [14:34] https://stedolan.github.io/jq/ [14:35] I've also used `jshon` but jq looks like it might be much nicer :) [14:36] noway96: A better channel to ask those questions is #ubuntu-app-devel ... this channel is focused on supporting software and installation issues for ubuntu. [14:36] @BluesKaj nothing changed [14:37] woops, I thought I was on c++ [14:37] i use jq extensively in our CI processes for library packages. read the manifests with jq and push the appropriate details into artifactory. jq seems pretty rock solid to me, but i've not tried jshon [14:37] i will stick to keyboard presses i guess [14:37] ty [14:37] demetris, did you try a reboot [14:38] no [14:38] can i log out and in? [14:38] tomreyn: I have the URL [14:38] not sure [14:38] Cheez: last commit was one year ago https://github.com/keenerd/jshon [14:39] demetris: A log off and on may work... but a reboot would make sure it's not a system hang somewhere deeper [14:40] pragmaticenigma, yeah, relogins seldom work IME [14:41] I have to run... but I would also suggest that demetris try adding a new user account and see if that account has the same issue [14:41] if that hasn't already been done [14:43] tomreyn: the first time I wanted to boot to recovery, I missed type and the system booted the live session, however once I wanted to open a browser or do a restart a system error message was showing I/O error [14:48] OerHeks, tnx === Rob is now known as Guest48606 [14:54] when I do ./program I get error message command not found..what si wrong [14:54] the program is there [14:57] mra90: start from the beginning please, what are you trying to do, wich program? === biber is now known as rebabi [14:59] arpad22: oh that would have been loadkeys gb, i think. not certain, though. [15:00] feel free to post it here. tomreyn: I have the URL [15:00] What is the difference between Snap and APT? Why some packages are not available in APT. For example to install Discord I've used Snap. What is snap exactly? Why do I need it? [15:00] tomreyn: ok, do you need the URL? [15:01] ok [15:01] arpad22: well only if you want me to review your log and maybe identify the cause of your issues. [15:02] !snap | rebabi [15:02] rebabi: Snaps are containerised software packages similar to flatpaks or appimage. For more info, see https://snapcraft.io [15:02] rebabi: it's basically a container that creates a parallel environment to hold certain packages. [15:02] Hey everyone, I'm having an issue doing a netboot install of 16.04. Looks like I'm getting a segfault with libc-2.23. Retrieved from libc6-udeb_2.23-0ubuntu11. Has anyone seen this issue before? [15:02] arpad22: but, yes, producing this log was the goal of the exercise [15:02] tomreyn: of course I want, thanks Https://termbin.com/i1oj [15:03] How does one submit a new factoid to ubottu? Is there a procedure? === murthy is now known as phoenix_firebrd_ [15:04] arpad22: boot the installer again, bring up the early grub menu (with the F-keys) again and press the down cursor key until you got the option to run a memory test. [15:05] lordcirth__: let's talk in #ubuntu-discuss [15:07] tomreyn: so to restart the system and to boot into the live session? how to get the early grub menu? [15:10] arpad22: dont go into the live session, you need to press shift or escape early on when those bottom icons show. [15:10] arpad22: there you can choose to do a memory test. [15:11] Figured out sound. It was set for HDMI and I don't have HDMI connected anymore. [15:11] tomreyn: ok, thanks [15:13] /nickserv identify $aturn55! [15:13] arpad22: according to your log your cpu runs somewhat hot, be sure to make enough room for airflow. [15:13] Euph0ria: you need a new nickserv password, but this one was bad anyways [15:13] Euph0ria, you just posted that to channel [15:14] Always enter your password in the 'freenode' tab, so it won't be sent anywhere, and yeah, generate a better password. [15:15] tomreyn: ok, thanks. so it's working? :) (the logging) === phoenix_firebrd_ is now known as murthy [15:17] hey, so... probably a dunce question, but: how am i supposed to place a preseed file on the usb installer if the usb installer shows as read-only? there's no hardware switch, and neither remount nor hdparm fix the read-only issue [15:18] qsrmvt, where exactly are you seeing that it's read-only? [15:18] when i mount it [15:19] put it on a persistence part? [15:19] ...what? [15:19] qsrmvt, https://wiki.debian.org/DebianInstaller/Preseed/EditIso [15:20] so i *have* to extract and remaster the iso? [15:21] ISO9660 is a read-only filesystem [15:21] correct, and build it again with mkisofs [15:21] that's unpleasant [15:21] arpad22: i've been reading the log, mostly done. there are some ACPI issues about the nvidia card (search the web for "PCI0.PEG0.PEGP: failed to evaluate _DSM"). you have an "optimus" hardware, with muxless graphics switching (a technologically terrible but slightly cheaper solution). [15:22] can i maybe stick it in the efi partition and reference that from the boot parms? [15:22] arpad22: no I/O errors are to be seen, though [15:23] because i imagine i'm going to have to tweak the preseed a good number of times before it's correct, and remastering the iso and re'burning' it each time is going to be a massive pita [15:23] https://help.ubuntu.com/community/mkusb#Persistent_live_systems [15:23] tomreyn: ok, thanks 🙂 that's good news I guess [15:24] /nickserv identify s5ElYsqx8CGCLDUYgPLvqvSYPTivxyn+ === Zren_ is now known as Zren [15:24] arpad22: if you disable switchable graphics in bios, or use !nomodeset to boot the installer, i assume the installation can succeed. [15:24] OerHeks: i don't have mkusb available on my system (i'm not running ubuntu) [15:25] Euph0ria: better password, but still posted on the channel [15:26] Euph0ria: consider adding more special characters, too. [15:26] tomreyn: ok, thanks. I can do nomodeset from where I entered recovery [15:26] arpad22: right. did the memtest show any errors? [15:28] tomreyn: it's still going on, so far pass 49% [15:29] arpad22: keep it going. if it reaches 100% and there's nothing printed in red on the screen you shoould be good about memory. i think it does 4 x 100% Pass by default. so feel free to keep it do a full run at night (but that's really needed if it works ok) [15:31] how much spam or other abusive behavior from unregistered users do you get here? [15:31] arpad22: so i auspect this issue is really just about the nvidia chipset and graphics switching. if these workarounds don't help, it would be nice to see a screen shot (or just a photo, taken by a smartphone or similar) of those errors. [15:32] heftig, if you encounter such spam, please join #ubuntu-ops, thanks [15:32] heftig: please ask in #ubuntu-ops, this is OT on this ubuntu support-only channel [15:32] tomreyn: ok, and after the memtest to boot into live session with nomodeset? [15:32] !nomodeset | arpad22 [15:32] arpad22: 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 [15:33] arpad22: i suggest you just try to boot with nomodeset (the same approach as we did for "recovery" earlier really) into the installer and install if it works then. [15:35] tomreyn: ok, thanks, I will do that on Pass 100%. thank you very much for your time and effort helping me! [15:36] arpad22: you'Re welcome, good luck. === murthy is now known as phoenix_firebrd_ [15:37] Hi I tried installing Ubuntu 18.10 alongside Windows and after that completed, it just gave me a "minimal grub shell" or something like that. Is that a known issue? [15:37] I used the "install updates during installation" option and I use UEFI [15:38] tomreyn: one more question, where can we learn how to understand those logfiles ? that was really amazing! [15:39] arpad22: i'm afraid i don't really know, i don'T claim to fully understand them, but can interpret some of it, thanks to reading several and reading up on common errors which come uo. [15:40] hello [15:41] arpad22: usually it will say "error" or "fail" or at least "warn" (though warnings may need to be ignored, since they can be irrelevant), and then you search this message on the web, and maybe get to understand more on what went wrong. [15:45] tomreyn: ok, thanks. === phoenix_firebrd_ is now known as murthy [15:51] Joe_from_next_do: hmm sorry to hear this. it's not an issue i'm aware of. are you still able to boot into windows then? [15:52] tomreyn: yes because it's UEFI I just hit the F12 key during startup and chose Windows [15:52] Joe_from_next_do: also, did you change settings in bios before installing ubuntu? [15:53] I haven't changed any BIOS settings [15:54] tomreyn: I did just remove the 18.10 partition in Disk Manager and put Ubuntu 18.04 on the flash drive and will try that out. Will report back in 30 minutes or so! [15:55] tomreyn: live running with nomodeset [15:55] Joe_from_next_do: good, so at least you're still able to work. i suggest you retry with ubuntu 18.04.2, which has many bug fixes and was just released - it comes with slightly older software than 18.10, but, being a long-term support release, usually gets the most attention for bug fixes (at least the installer gets more than that of 18.10, which is from october). === murthy is now known as phoenix_firebrd_ [15:55] arpad22: so that's working well so far? [15:56] tomreyn: yes, running from pendrive, I might try it from DVD as well. === phoenix_firebrd_ is now known as murthy [16:00] hi comrades [16:00] can anybody helpe me. how to switching between windows the same app? [16:01] I use Alt-Shift but it doesn't work. It switch between apps not windows [16:01] sorry Alt-Tab [16:02] try alt+` [16:02] above tab [16:02] systemsettings > devices > keyboard, all the short keys > shift+super + up/down and many more [16:05] or print the cheat sheet https://www.cheatography.com/frieser/cheat-sheets/gnome/ [16:05] what is the default WM in Bionic? [16:07] nerdcore: Mutter of GNOME. Running under GNOME. [16:07] thanks Alt + ~ works [16:08] arpad22: either should be fine, just install then. you will probably run into the same issue again after installing, but can work around it once by booting (the readily installed system) into the recovery menu, and then just choose to continue from there with out selecting any of th eother options. once there, you can add the 'nomodeset' option permanently as described at https://wiki.ubuntu.com/Kernel/KernelBootParameters#Permanently_Add_a_Kerne [16:08] l_Boot_Parameter [16:08] https://wiki.ubuntu.com/Kernel/KernelBootParameters#Permanently_Add_a_Kerne [16:08] and again, sorry: https://wiki.ubuntu.com/Kernel/KernelBootParameters#Permanently_Add_a_Kernel_Boot_Parameter [16:15] tomreyn: live dvd is also working with nomodeset [16:17] Hello, I have Ubuntu 16.04 LTS and I am trying to update nodejs. When I type n stable, it gives me error and says sudo is required, but when I use sudo n stable it says command not found. Do you know what should I do? [16:19] probly wont help but wont hurt to try. type su to see if you cant get to the root prompt then apt-get install sudo [16:19] mojtaba: sounds like your PATH might be messed up. use absolute paths [16:19] blackflow: How should I use absolute path? I am juts trying to run this command: sudo n stable. [16:19] What should I type instead? [16:19] what is `n`? [16:20] blackflow: I am following this instruction https://www.hostingadvice.com/how-to/update-node-js-latest-version/ to update nodejs. [16:20] probably nodejs [16:21] mojtaba: well this `n` command must have some full path to it. try `which n` [16:21] blackflow: I see, I found the path. [16:21] just a sec [16:22] blackflow: thanks it is now working. [16:22] I just wrote that I was going to go install Ubuntu 18.04 to see if that worked since 18.10 didn't work. And I am back and typing from Ubuntu! That one did work so that's nice === jenshansen is now known as xenoix [16:26] clear [16:26] Woops, damm slashes [16:32] hi everyone, my system has lasted a few years now and done the upgrade to 16.04 from 14.04 and lasted for a year. in the past week I've lost almost all audio. Pulseaudio is dead, but when I do "speaker-test --channels 2 --rate 48000 --device hw:1,3" I hear sound correctly. [16:32] how do i assign all audio output to 1,3? [16:36] jwash try reinstalling pulseaudio this may fix your issue [16:37] arpad22: so just install === murthy is now known as phoenix_firebrd_ [16:39] tomreyn: I will try to install it on the same partition as the current broken is, so I might keep my settings in place, but would that bring me an error free system? [16:42] $ pulseaudio --start [16:42] E: [pulseaudio] main.c: Daemon startup failed. [16:42] after reinstall [16:43] pulseaudio should start automatic, and respawn [16:44] arpad22: this will delete all your data, dont do it. [16:45] arpad22: can you remind me what was the error that drove you to want to reinstall? [16:46] software rendering only, installed video drivers not in use [16:46] no audio [16:47] slow system [16:47] live system is much faster than the current installed one [16:49] arpad22: slow system is probably because it's old and low-cost hardware (clevo is a low price segment brand). but then if the live system is faster it rather suggests there is an issue with the hard disk. maybe that's where the i/O errors came from. check it (from the live system) using smartmon tools. [16:49] !smart | arpad22 [16:49] arpad22: smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools [16:49] arpad22: if replacing the whole system won't happen soon, you should definitely replace the disk by an ssd. [16:50] arpad22: or better yet, keep the disk and replace the dvd drive by an ssd, if possible. [16:51] arpad22: about the no audio issue, it'S the first time you mention it, i think, all i could suggest there is the latest LTS release (18.04). [16:51] !audio | arpad22 [16:51] arpad22: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - https://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [16:52] tomreyn: Initially, the system was working fine, but the Steam didn't use the video card, so I wanted to use it, but by various online tutorials I almost completely killed the system. I think in 17.04 or 10 version the card was working fine. [16:52] arpad22: about software rendering only: nouveau does hardware rendering. it just doesn't do it too well. and your graphics chipset may be too old for proprietary drivers. i'm not sure there, i'm not that much into nvidia. [16:53] How to make a debian package for a program in a language that is not installed? [16:53] arpad22: so if audio works on the 18.04.2 live system, it should also work in the installed system. [16:53] elaborate your end goal and details to the channel plasticfish [16:54] I want to make an app in Julia + Gtk [16:55] tomreyn: yes, I hope so [16:55] but Julia has no package [16:55] plasticfish: /join #ubuntu-app-devel [16:57] plasticfish: seems like there's a julia snap, can that help? [16:59] lotuspsychje, that snap is a limited version of the Julia REPL [16:59] plasticfish: talk to the developer perhaps? [17:00] and it's outdated [17:00] there are currently two julia language snaps but they are also outdated [17:01] and all they do is download from the Julia site [17:01] the tar.gz (I think) [17:01] just trying to widen your options plasticfish [17:02] lotuspsychje, I appreciate that [17:04] !info julia cosmic | plasticfish [17:04] plasticfish: julia (source: julia): high-performance programming language for technical computing. In component universe, is optional. Version 1.0.1-0ubuntu2 (cosmic), package size 1096 kB, installed size 5352 kB [17:05] plasticfish: and 1.0.3+dfsg-4 on 19.04 [17:07] lotuspsychje, yes but those are not in a version with 10 years support [17:08] plasticfish: yeah not sure this was skipped on 18.04... [17:08] why [17:09] OerHeks, it didn't [17:11] lotuspsychje, probably there was no stable Julia at the time of 18.04 launch, but there is now. === phoenix_firebrd_ is now known as murthy [17:27] I want to turn my screen sideways using xrandr. (I can do it with the "displays" app but since the mouse controls don't rotate, I'd really rather do it from the CLI.) [17:28] The problem is that I can find no correct value for --display. It indicates that DP-2 is my display, but I've tried DP-2, DP2, 0, :0, 0:, and all of them say "Can't open display ___". [17:28] Ok, fine, I'm invoking it incorrectly. What's the correct invocation? [17:29] Kow [17:29] exit [17:31] (Google a million things. Ask in IRC. Google one more thing. Find the answer. Use --display instead of --output. Guh.) [17:33] naptastic: it sounds like you're using xrandr from a non Xorg terminal [17:33] tomreyn: the newly installed system is again slow, much slower than the live [17:33] naptastic: hmm nevermind if xrandr -q works then it must not be the case [17:34] naptastic: anyhow try maybe setting "export DISPLAY=:0" in the terminal before running the command [17:35] EriC^^, yeah I did figure it out. I wish I could get DPI settings working too, but I've given up on that. I'm just going to patch my kernel so every screen always reads as 96 DPI. [17:36] EriC^^, thanks for the help though :) [17:44] hi, i want to password protect grub, but only from modifications. is that possible? [17:47] dami0: only with encryped /boot [17:47] i nomadi [17:49] hi [17:49] i want to install ubuntu in a very old eee pc, a 32 bit netbook [17:49] blackflow sorry, i meant the grub menu, not the actual files. i want the system to auto-boot as normal, but have a password protect modifications to the actual menu item [17:49] i want it to encrypt the filesystem [17:49] the download link on the site says it cant encrypt [17:50] where do i find the right installer for that [17:51] dami0: I guess you're looking for this then: https://help.ubuntu.com/community/Grub2/Passwords [17:52] blackflow i've been looking at it, but i'm having trouble making out what it says [17:52] SrPx: what download link on what site. LUKS+LVM has been an option for the installer for long time now [17:53] SrPx: however, you won't be able to install Bionic, there's no 32-bit installation media, so start with 16.04, you can upgrade after installation. [17:53] This release uses our new installer, Subiquity. If you need support for options not implemented in Subiquity, such as encrypted filesystem support, the traditional installer can be found on the alternative downloads page. [17:53] blackflow: i couldnt find the right installer on the alternative page [17:53] just not sure what is the right one [17:53] SrPx, Xubuntu does have an 18.04 ISO, and will run faster on such old hardware: https://xubuntu.org/release/18-04/ [17:54] thanks!! [17:54] lordcirth__: 32-bit? [17:54] Yes [17:54] I doubt they will do it for 20.04, but Xubuntu + Lubuntu are doing 32bit support for 18.04 [17:54] oh, I see. yes. yeah definitely better than gnome for EEE [17:55] blackflow bumbled my way to success anyway, thanks for the help xD [17:55] SrPx: really? there's a new installer already? [17:56] ryuo: for 18.04? like, for almost a year now? [17:56] lordcirth__: just to be sure, the 32 bit version on that site encrypts the hd and has no UI (i just need a terminal to use offline node.js tools) [17:56] or are you talking about subiquity? [17:56] yes? [17:57] SrPx, it should work [17:57] ryuo im trying to understand [17:57] ryuo: yes. [17:57] cool, ty!! [17:57] i've only ever used "ubiquity". it's now considered legacy? [17:57] huh. [17:57] subiquity is for servers, new thing, but canonical is already considering to vaporware it with ideas to go electron.... [17:58] ugh. servers don't necessarily have fancy GPUs... [17:58] what's wrong with ubiquity? [17:58] people need job security, so... [17:59] I see. More NIH. Goti t. [17:59] D: [17:59] folks, back to topic, please [18:02] wait but that link is for the version with gui lordcirth__ [18:02] i need 32-bit, no gui, encrypted [18:03] Oh, I see [18:03] ): still not sure what to download [18:04] blackflow, electron as in the Chrome/JS framework?? [18:11] lordcirth__: yup [18:12] Great, the installer will be bigger than the deb packages [18:12] bigger than base installation even :) [18:12] I've got an external display and an hidpi laptop panel. I usually scale laptop to 200% , but it appears it's scaling external, too, despite set at 100%. [18:13] Also, I can't set laptop's resolution to non-native value, 0.5 to get rid of necessity of setting the scaling. [18:14] Despite resolution being "set" in settings to 50% of native, it's still running on native, I can feel it. [18:14] I saw https://askubuntu.com/questions/393400/is-it-possible-to-have-different-dpi-configurations-for-two-different-screens , but I don't like it. It appears the things are still buggy. [18:17] soething is buggy when a designed, and implemented feature doesn't behave according to its design. this doesn't seem to be the case here. [18:19] hi [18:21] appears several bugs are triggered: 1) display res can't be set on builtin lcd, can only be changed in tandem 2) no separate scaling possible 3) dpi can't be set per monitor [18:22] no seperate scaling, known fact [18:23] 'dpi can't be set per monitor' is this true? [18:24] https://blog.summercat.com/configuring-mixed-dpi-monitors-with-xrandr.html [18:25] SrPx: http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/installer-i386/current/images/netboot/mini.iso is the only open to install 32-bit 18.04 GUI-less nowadays (other than debootstrap). [18:25] s/open/option/ [18:27] cek: i agree on (1) if that is so. [18:27] yeah, sadly windows is way ahead on this === Class7_ is now known as Class7 [18:52] I have a program that places an icon on the gnome-panel. I'd like to find that pixmap. How can I figure out what/where it is? [18:52] It places it in the notification area [18:52] when I do ./program I get error message command not found..what is wrong? [18:52] the program is there of course [18:52] mra90: is it +x? [18:52] and +r? [18:54] RtMF: -rw-r--r-- 1 [18:54] mra90: chmox +x ./program [18:54] er [18:54] mra90: chmod +x ./program [18:55] sorry, eating a cookie :) [18:55] !cookie | here's another, leftyfb [18:55] here's another, leftyfb: Wow! You're such a great helper, you deserve a cookie! [18:55] leftyfb: thanks! [18:56] leftyfb: enjoy your cookie btw ;D [18:56] yep, chmod +x it should be enough [18:57] * RtMF wants a cookie...heads off to spend her last $2-3 (mostly coins) on something baked.' [18:57] ' [18:57] ... [18:59] nvm, after a bit of digging in the dconf editor I found the .desktop file, which gave me the pixmaps directory, and I found the pixmap in there. [19:08] leftyfb: and this +x adds this permission for what goup and why for all, and how to specify? [19:08] ;p [19:08] mra90: https://www.pluralsight.com/blog/it-ops/linux-file-permissions [19:09] or http://linuxcommand.org/lc3_lts0090.php [19:09] leftyfb: thanks ;) [19:11] leftyfb: I don't get this https://www.pluralsight.com/content/dam/pluralsight/blog/2011/12/linux-file-permissions/wp/img/Linux-File-Permissions-2.jpg [19:11] therey say for r-- read wite exaecute oO [19:11] while this is only read right? [19:12] that image appears incorrect [19:12] someone messed up the C&P [19:14] and why chmod +x file_name adds x to all grups? [19:14] mra90: because that's what +x does. Adds it to all three areas [19:14] what if I want o be specific that only me can execute [19:15] Owner, Group, and Others [19:15] chmod 700 then? [19:15] mra90: only if you want to remove permissions from group and others [19:15] tgm4883: "all permisions" [19:15] if only execution then i gues chmod 766 [19:16] mra90: if you just want to add +x to the user, I believe it's 'chmod u+x ' [19:16] I foget how go to russian channel? [19:16] which should add eXecute to the user [19:16] !ru | benjamin__ [19:16] benjamin__: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [19:16] !de | mra90 [19:16] mra90, please see my private message [19:28] Is there any way for the public to give feedback on this proposal? https://blueprints.launchpad.net/ubuntu/+spec/package-management-default-snap [19:31] Kon-: while this is the incorrect channel for that, do you really have technical feedback to give? [19:40] tgm4883: I think such a radical departure from Debian (and even RHEL's package management) would dramatically increase the workload of Ubuntu maintainers, reduce the number of proprietary vendors supporting Ubuntu, cost Canonical enterprise marketshare, and lead to diminshed community contribution to Ubuntu from those outside Canonical [19:41] I realize this isn't the best place for this discussion. That's why I asked where the appropriate place might be. [19:42] Kon-: so no then? [19:42] Kon-: I'm not sure where the best place for discussion on that would be. I haven't seen a mailing list item on it pop-up [19:42] I thought you'd be able to discuss it on the blueprint, but I seem to be remembering incorrectly [19:42] Kon-: I guess you could ask on ubuntu-devel [19:42] mailing list [19:43] Kon-: there's also #ubuntu-discuss but that likely wouldn't be with the developers that would be working on it (might be, but I doubt they hang out there) [19:44] Kon-: Those items are on the level of Canonical development team I believe. Which is not open to community involvement. Where you're most milage is going to be, is to go upstream, towards Debian, which likely has the same item on their agenda, but is community driven [19:45] Kon-: #ubuntu-discuss is a great place to have discussions related to Ubuntu like your topic [19:47] pragmaticenigma: Thanks for the heads up. I'll take a look around Debian and see if there's any similar discussion to this. It would be a surprise to me, honestly, given the scale of Debian's involvement with snap relative to Canonical [19:51] Kon-: actually, someone else looked into it a bit more than I did and there's likely nowhere that is being discussed [19:51] hello [19:52] I am trying to set up a desktop as a router using ubuntu servver [19:52] for the most part this works, though I will need to make one interface PPPoE later [19:52] but I bridged the two ethernet ports [19:52] right now the upstream side is connected to a DHCP enabled router [19:52] the bridge lets clients downstream of the router obtain an address from upstream [19:52] I am running a dhcp server on the router, but it never assigns IPs, even before the bridge was set up [19:53] Hi everybody. Can anyone explain how does secureboot protects drivers? [19:54] *protect [19:54] it don't [19:54] the kernel can accept signed drivers, and the UEFI firmware may only load a signed kernel (packaged as a UEFI binary) [19:55] tgm4883: Fair enough, thanks. [19:55] slinket: what prevents a signed kernel from accepting non-signed drivers in secureboot mode? [19:55] as it is packaged now the grub installed by default is signed by default keys *but* the grub can be used to load any unsigned binary you want [19:56] KOLANICH: well it is a kernel option, "only load signed binaries" and the key the signatures are checked against is included in the kernel executable [19:56] err modules [19:56] but if that is not enabled then you're not protected [19:56] Kon-: it doesn't appear to be a blueprint with any weight behind it [19:57] slinket: can it be disabled via kernel cmdline? [19:57] you have to be careful, a lot of distros install the kernel source code in a world readable (or writeable) location, so anyone on your system can see the signing secret key === FrankF1 is now known as FrankF [19:59] hi test [20:00] slinket: IMHO it makes completely no sense to use secureboot with own-signed firmware, if one doesn't have an environment he can trust connected to the internet somehow (otherwise how he is going to get kernel updates?). But if he has such environment, he doesn't need secureboot. [20:01] secureboot is mostly to protect against unsophisticated physical attacks [20:01] this own-signed firmware thinking is wrong, there is no such thing for UEFI [20:01] if you encrypt the disks then this becomes less of a problem [20:02] own-signed binaries can exist, firmware not so much, no board I know of allows both UEFI and custom firmware uploads [20:02] although there is no technical reason this is the case [20:02] there is MOK utils though [20:02] slinket: doesn't a HSM protect from physical attacks? [20:02] yes and no [20:02] a HSM module protects the info on it [20:02] if I have enough money I can pull it apart and keep it functioning [20:02] it requires a lab [20:03] tgm4883: Thanks. When I see a task assigned to Mark Shuttleworth, I assumed there had been at least some level of discussion with somebody at some point. I'm happy to be mistaken in this case. [20:03] kon 3rd day you talked about this? [20:03] Kon-: nope. I could make a blueprint titled "swap apt out and use yum instead" and assign it to mark [20:04] OerHeks: First time I've mentioned it [20:04] no, you did this yesterday too [20:04] Sure thing [20:04] OT [20:07] i have windows 10 installed, secure boot off, blah blah, installed ubuntu on a partition. when i boot to the linux partition it skips the grub menu and pressing/holding shift didn't bring it up, and also i can't get nvidia drivers to work on it at all. i tried installing 390 and 415 (geforce rtx 2060) and neither of them seemed to register, the display was still extremely slow res and i couldn't see how to [20:07] fix it. [20:07] so two problems, any help solving would be nice. [20:08] slinket: thanks. bye. [20:08] srs anyone got tips for setting up ubuntu server based router [20:09] main difference with existing docs is netconf [20:09] sorry, netplan [20:09] I mostly figured that out but dhcpd does not assign addresses [20:09] Kon-: for future reference, here's another one assigned to Mark (made by the same guy) that is 8 years old. Showing that the "approver" and "assignee" can be set willy nilly https://blueprints.launchpad.net/ubuntu/+spec/packageselection-desktop-n-specialized-unity-form-factor [20:13] mekhami: maybe try enabling universe, then running `ubuntu-drivers autoinstall`? [20:14] mekhami, you got the 415 from driver ppa? [20:14] re: boot I can't remember how the EFI version of grub works [20:24] How do I remove a ppa with the command line? [20:25] nerdcore: ppa-purge @ you'll need to install it [20:26] nekoseam: ^ [20:26] oh I just did the add-apt-repository --remove flag [20:27] pretty sure that's fine right? [20:27] that won't remove the packages with it like ppa-purge will [20:28] add-apt-repository --remove VS ppa-puge :: ppa-purge reverses packages [20:28] OerHeks: no i got 415 from the nvidia drivers page [20:28] XenophonF: not sure what universe is [20:30] E: The repository 'http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu cosmic Release' does not have a Release file. [20:30] Warning: apt-get update failed for some reason [20:31] for ppa-purge [20:31] i reinstalled the the repository in case I had any packages left but ppa-purge doesn't seem to work(?) [20:33] nekoseam: ppa-purge will not succeed in removing a repository which is not suitable for the ubuntu release you are running. [20:33] OerHeks: i didn't see 415 on the driver ppa [20:33] lol then what do i do? is there an easy way to see what packages i have installed from that repository? [20:34] mekhami, https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [20:35] nekoseam: not that i know of. there's this script which i use *after* removing a repository to identify which packages i need yet to downgrade or purge: https://github.com/tomreyn/scripts#foreign_packages [20:35] mekhami, but , ok, your card is too 'big' [20:36] ? [20:37] mekhami, did you get errors when you used the nvidia .sh ? [20:37] yes [20:37] .run, i mean [20:38] mekhami, like 'X-Server needs to be disabled before installing the drivers' ? [20:38] E: The repository 'http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu cosmic Release' does not have a Release file. [20:38] [ No available version in archive ] [20:38] eh? no packages were removed... [20:38] hey, im trying to get a emulated cd drive i can hand to vsphere (vmware) any reccomendations [20:38] so does this mean I don't have any packages from it? [20:38] (using the script you showed me) [20:38] that error says you have never installed packages, so you are good [20:39] nice. awesome script, I'll keep this around [20:40] ioria: no it was something else, i don't remember what. [20:40] Why is apt so slow :D [20:40] mekhami, what ubuntu release ? and can you access the ubuntu box ? [20:40] i dont actually have a cd drive not to mention a cd to write and iso to just to hand it to vsphere from ubuntu [20:41] Epx998: you want slow? use eopkg [20:41] What uses that? [20:41] solus [20:41] 18.04, and not right this second but i can in a bit [20:41] solus devs made me switch to Ubuntu [20:42] nekoseam: this script whose descrition i pointed ouy to doe snot try to remove anything, it only reports packages which peobably shoul dnot be installed. the warning is printed as a result of running "apt-get update", which will continue to print this warning until you remove the bas apt source (which is not compatible with your ubuntu release). note how i pointed out you need to remove this first of all. [20:42] nekoseam: Looking at it on wiki -> OS family: Unix-like [20:42] unix...like [20:43] nekoseam: i.e. you haven't fixed anything. [20:45] tomreyn: actually I never had any packages from that repository installed [20:46] so then just remove this apt source and - if installed and specific to this repository - its signing key. [20:46] I did [20:46] Which OCR application would you use to read a table of numbers and alphabetic characters in a .png image? [20:47] I removed the source then used ppa-purge and that github script to make sure no packages were left behind [20:47] and on top of that I don't remember downloading anything from the repository anyways [20:47] hmm apt-fast is a thing? [20:47] kingsley: Ask for recommendations in #ubuntu-offtopic please [20:48] nekoseam: so "sudo apt update" no longer warns about it now? [20:49] !who | nekoseam [20:49] nekoseam: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [20:50] Just checking... do I want libssl1.0-dev, libssl-dev, or ... some other version? I'm getting all kinds of mixed signals from the interwebz. [20:51] mustmodify: probably the same versions [20:52] ok thanks === lex is now known as Guest63837 [20:52] tomreyn: no. also I think I may have found a package from that repository but I'm not sure. I don't think g++-7-multilib is in the repositories, an apt search of it turns up blank [20:52] or 1 is 1.0 and the other 1.1 [20:55] !info g++-7-multilib cosmic [20:55] g++-7-multilib (source: gcc-7): GNU C++ compiler (multilib support). In component universe, is optional. Version 7.3.0-29ubuntu1 (cosmic), package size 1 kB, installed size 6 kB [20:55] nekoseam: ^ [20:56] tomreyn: so any idea on why it doesn't appear in apt search? [20:56] nekoseam: maybe you don't have universe enabled [21:00] nah it's already enabled for me [21:00] ey baws [21:00] I am trying to reduce my resolution on my laptop to 1920x1080 [21:01] from 3200x1800 [21:01] but the nvidia x server center is not allowing me to do tat [21:01] any clues how I can manage this? [21:02] Which DE? [21:02] nekoseam: tomreyn: you need to escape the + [21:02] nekoseam: tomreyn: search parameter is a regex [21:03] epsilonKNOT: which DE are you using? Ubuntu's Gnome, right? [21:03] no [21:04] I am using kde [21:05] ok. Then as you go into the «settings panel › Display and Monitor › Resolution», doesn't that work? Is it then where you get the error? [21:07] nacc: makes sense [21:07] nope in displays as well there is no option to change the resolution [21:07] I have nvidia x server installed cuz I am using nvidia drivers [21:09] nvidia xserver? are you sure they produce their own? [21:09] I mean nvidia x server settings manager [21:09] apologies [21:10] hi people, I wanted to ask you for help with getting my esp8266 12-E. it is telling me that it can't find python [21:10] exec: "python": executable file not found in $PATH [21:10] can someone help [21:11] epsilonKNOT: Ok, I see. You use optimus/prime or such? [21:11] epsilonKNOT: i see. i probbaly can't help you but for others to help you may want to report the output of: lsb_release -ds; cat /proc/version /proc/cmdline [21:11] * Quetzal2 and tomreyn both see :·D [21:12] littlebit: what version of ubuntu? [21:12] Quetzal2: I am using nvidia quadro, tomreyn I will upload them :D [21:12] nacc: Ubuntu 18.04.2 LTS [21:12] littlebit: you can also run this and report the output (on a pastebin): lsb_release -ds; cat /proc/version /proc/cmdline [21:14] tomreyn: there u go [21:14] https://pastebin.com/mnAYgnzA [21:14] littlebit: thanks. python is installed and in PATH by default on ubuntu so this must be a result of modifications you made. [21:15] littlebit: what does this return? echo $PATH [21:16] tomreyn: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games [21:16] tomreyn: but when I run 'python' I get the interpreter [21:16] lsb_release -ds: http://paste.ubuntu.com/p/YdrHyKkh2d/ ...... cat /proc/version /proc/cmdline: http://paste.ubuntu.com/p/f4h3M8DKyy/ [21:16] my problem is I can't get a nice way to change the resolution [21:16] this might just be a kde problem [21:17] littlebit, so, what program is failing to find python? It must be using a different $PATH [21:17] littlebit: so what do you run when the error message you posted is returned? full input, full output, on a pastebin, please [21:18] lordcirth__: when I'm in arduino and I want to upload my code to the controller [21:19] epsilonKNOT: hmm this should have returned three lines of output. are you on WSL or some container solution? [21:19] nope [21:19] only on my laptop [21:19] tomreyn: basically this is my issue [21:19] https://stackoverflow.com/questions/53934607/arduino-esp8266-cant-find-pyhon-executable-file [21:20] tomreyn: the lsb_release is in different pastebin :P [21:20] epsilonKNOT: oh right, i missed this. you could try asking in #kubuntu or #kde if you think it's related to that. i'm not sure, though. === wangzhiwei_ is now known as qwebirc99103 [21:22] epsilonKNOT: which kde plasma version are you using (is it kubuntu or ubuntu with kde installed on it?)? [21:22] kubuntu [21:24] hello [21:25] quin habla español? [21:25] epsilonKNOT: would it be possible to screenshot your «Display and Monitor» panel, to see what's gone and what's there? [21:25] Quetzal2: will do [21:26] littlebit: according to which you need to install py-serial. have you done so, did it fix the issue? did you post the input and oputput, yet, or did you loose interest? [21:26] !es [21:26] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [21:27] tomreyn: the link I pasted is googled [21:27] wasn't my post [21:28] littlebit: okay. can't help without details, though. so you'R eon your own. === qwebirc99103 is now known as wangzhiwei900706 [21:37] littlebit: did you figure out the python issue? [21:38] tomreyn: it isn't that much. I have installed arduino and when I want to upload my code to the controller I get this error message telling me that it cannot find python in PATH [21:38] pavlos: no [21:38] still searching [21:38] alguien habla en español [21:39] !es | carlitos1987 [21:39] carlitos1987: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [21:40] I asked on the #gedit channel on gimpnet but got no reply. Is the gedit project dead? Has it been replaced by pluma? [21:40] I'm a MATE/GNOME 2 fan [21:46] tomreyn: the installed 18.04.2 is slow again [21:47] littlebit: okay, i'll try once more: what is this script (show its source code), how do you run it (exact command), whats the full output, is pyserial installed (which package exactly)? [21:48] arpad2: post dmesg again [21:48] arpad2: did you run the smart check? [21:50] tomreyn: dmesg | nc termbin.com 999 ? I did only memtest for one core [21:50] tomreyn: I start it from the menu, and I went into 'Edit Application' and copied the commad: env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/arduino-mhall119_arduino.desktop /snap/bin/arduino-mhall119.arduino [21:50] arpad2: dmesg | nc termbin.com 9999 # so one more 9 [21:51] tomreyn: oh, and thank you for your pacnience [21:51] Richard_Cavell: apt-get changelog gedit. Gedit looks to be very much alive :) [21:52] littlebit: looks like this is a broken snap then, you should contact the author about it. [21:53] arpad2: memtest is not related to cpu cores. [21:53] tomreyn: https:/termbin.com/w1zj [21:53] tomreyn: and how do I find that out? [21:55] littlebit: using either the "snap" command or by searching for the snap you installed at https://snapcraft.io/store and hping for it to disclose this kind of information. it may, or not. [21:55] tomreyn: thx [21:55] littlebit: hopefully you only install snaps you know are trustworthy. [21:56] arpad2: hmm nothing there. what about smartctl? [21:57] littlebit: (and hopefully someone told you that's something you need to care for.) [21:58] littlebit: in other words, i don't blame you for it, if not [21:58] tomreyn: is that a command in terminal? [21:59] !smart | here's the wiki page i previously had ubottu tell you about again, arpad2 [21:59] !smart | arpad: heres the wiki page i previously had ubottu tell you about again [22:00] sorry, let's try that again [22:00] ! smart [22:00] smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools [22:02] arpad2: so install the package, and test sda, share the output using "sudo smartctl -c /dev/sda 2>&1 | nc termbin.com 9999". [22:02] arpad2: so install the package, and test sda, share the output using "sudo smartctl -a /dev/sda 2>&1 | nc termbin.com 9999". [22:02] ^ this rather [22:03] tomreyn: ok, thank you [22:08] tomreyn: it is asking for some postfix configuration [22:09] arpad2: can you be more specific? === RaptorJesus is now known as eGod [22:13] tomreyn: "please select the mail server configuration type that best meets your needs. No configuration:.,.internet site:... internet with smarthost:... satellite system:...local only:" === qwebirc67914 is now known as ambient [22:18] tomreyn: it's not installing it with the given command, but gives the above mentioned package configuration message [22:20] arpad2: no configiruation is fine for now. [22:20] arpad2: for postfix, that is [22:21] how can i print the last X# of lines from a .log file in /var/log/ and print it to a new file of my choice? === mooses is now known as mouses [22:23] justthedoctor: tail -n25 /var/log/syslog > newfile [22:23] thank you [22:24] arpad2: the smartmon package installs a daemon which runs in the background and monitors your disks for defects. it would notify you, by email, if things break. to do so, it needs the local mailserver. postfix is a mailserver. you'd need to configure it to enable it to send mail to your actual e-mail address in a way that those e-mails will get delivered and not go to the spam folder. which isn't easy. the 'local only' configuration (can be set [22:24] using "sudo dpkg-reconfigure postfix") would make the mailserver run in mode where i just stores those e-mails on your computer and just notifies you about it when you login to your computer on a text console. [22:26] with "no configuration" it will just fail to send mail entirely. === alore is now known as Taco [22:28] tomreyn: ok, thanks for the patience, I managed to install it however the command line didn't return a URL, without the termbin part there is an output though [22:29] arpad2: which command did you run exactly? [22:30] *commandS [22:30] you can also just copy and paste to paste.ubuntu.com if that's easier [22:34] tomreyn: https://paste.ubuntu.com/p/fh9xFQXqQy [22:34] arpad2: okay -i is a good start, but -a or -x will be more interesting [22:36] arpad2: you said the disk was slkow, can you say what is slow specifically? [22:36] *slow [22:36] Does anyone know of any scripts/tutorials to create a headless ubuntu install using VirtualBox and the CLI? [22:37] Essentially, I want people in my organization to be able to stand up an Ubuntu server in VirtualBox by running a single shell script [22:38] groundup: look into vagrant, maybe ask more related questions in #vbox [22:39] Yeah... I didn't want them to have to also install Vagrant, but I guess that's an alternative [22:40] tomreyn: the system is slow: the movement of the mouse, video is not playing smoothly, generally there is lag in any action, even you can notice this lag when entering an address in a browser === [1]MrMobius is now known as MrMobius [22:41] tons of examples howto preseed, wiki https://help.ubuntu.com/lts/installation-guide/amd64/apb.html [22:41] arpad2: that's probably just a result of running nouveau then. [22:41] Hi guys, i want to know if the filesystem's checked at boot, using 18.04, just recovered from bad sector manually [22:41] hay207: depends, how did you install? [22:42] tomreyn: https://paste.ubuntu.com/p/vN44CyZMwR [22:42] install OS you mean? [22:42] hay207: yes [22:43] i think from usb stick [22:43] arpad2: this disk is a bit aged but still fine based on the information it gathered passively. [22:44] why you ask about install? [22:44] do you need the -x as well? [22:44] arpad2: no [22:45] ok [22:45] yes, filesystem is checked on boot [22:45] Ok [22:46] hay207: my question was imprecise, sorry. which variant or flavour of ubuntu did you install, which architecture, which ISO file did you download (exact filename)? alternatively, tell us what the last two columns of the line with the '/' mount point in /etc/fstab contian. [22:46] hay207: oh, and also: did you upgrade to this ubuntu release you run now. [22:48] want me to paste UUID here? [22:48] in /etc/fstab [22:48] hay207: there should be no uuid on the last two columns [22:49] ext4 errors=remount-ro 0 1 [22:49] using kubuntu [22:49] fresh install [22:49] not upgraded [22:50] 64 bit [22:50] hay207: so the root file system should be regularly checked automatically at boot. [22:50] Ok [22:51] i got unknown filesystem and it was a nightmare [22:52] hay207: this may suggest that your disk is failing. you should probably run smartctl against it. === jonvonb is now known as ttyS2 [22:52] it's not that old [22:52] 4-5 years old === ttyS2 is now known as jonvonb [22:53] hay207: age is not /hardly) relevant there. there's a possible counter measure against this 'nightmare' by the way, which is a mirror RAID - this can help there. [22:54] i run smart from a live distro? [22:55] hay207: it can be from your installed system, that's fine. [22:55] !smart | hay207 [22:55] hay207: smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools [22:56] Yes it occured after resuming from suspend, system hanged, so i killed the power [22:56] then problem occured === jta is now known as Guest94803 [22:56] !sysrq | hay207 [22:56] hay207: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [22:56] ^ a better approach for next time the system hangs [22:57] in fact just S U B is enough, the others are ignored anyways [22:59] Any reason that i'd get the us.archive.ubuntu.com repo added to sources.list when in my preseed, I am using a local repo - never mentioning the us.archives one? [23:02] Epx998: i would hope there's a reason for it, otherwise we'd have to assume it happened randomly. but i don't know said reason. [23:02] tomreyn: my url in my preseed is a local repo, tho when all is said and done, archives is in there.. [23:03] Ok thanks [23:03] tomreyn: https://paste.ubuntu.com/p/959fKr5Czd what does it mean that the display is unclaimed? [23:03] Epx998: dounds like you should look for an existing bug report, and file one, if none exists. [23:03] *sounds [23:06] arpad2: i think it means that no driver is installed which manages this device. [23:07] right-o [23:08] arpad2: i would have expected the first one to be claimed by nouveau, the second one to be claimed by i915. === svetlana is now known as Sveta [23:08] I tried using magic SysRq, won't work [23:09] arpad2: here's what i have, compare the "configuration" line where mine lists the graphics driver: https://paste.ubuntu.com/p/KVjTnsbDDd/ [23:09] i got SysRq under pgdn [23:09] Pressed Fn [23:10] tomreyn: so this is software rendering only, the question is why? actually Nvidia driver is installed from the additional drivers [23:10] hay207: on a standard desktop keyboard you'd press altgr + print + KEY (where KEY is in s, u or b) [23:11] ah ok [23:11] lspci -nnk | grep -i vga -A3 | grep 'in use' [23:12] arpad2: i'm really bad with nvidia support, especially in the 'optimus' configuration you have. hopefully someone else knows how to do this properly. [23:12] Sorry for noob questions [23:12] Have a nice day [23:12] hay207: that's fine, you too! === captain_fixerpc1 is now known as CaptainFixerpc14 [23:14] OerHeks: no output [23:15] tomreyn: ok, thanks for your help [23:16] Question about kickstart files for ubuntu 16.04 install. I have initrd bla bla ks=http:// kickstart file. That kickstart file works perfectly except for static ip on the network config and install the operating system. My question is can you debian based stuff in the ubuntu kickstart file like [23:16] d-I netcfg/get_ipaddress string template_ip_address [23:23] jonfatino: i suggest asking this in #ubuntu-server during UK business hours. [23:26] https://paste.ubuntu.com/p/JgVcJV6MKV/ [23:27] is there anything wrong with this? [23:28] oh, you are running in vmware? [23:30] no [23:30] fresh installation [23:33] arpad2: maybe install pastebinit, reboot, login to graphical desktop and post "journalctl -b | pastebinit" [23:34] your logs may look different since the dmesg i looked at. maybe there are errors now. [23:35] any comment on this https://paste.ubuntu.com/p/3vF4tDg9Rh [23:36] arpad2: oh and you may want to try editing the "nomodeset" boot option into "nouveau.nomodeset" [23:37] also, i think, but not sure, that with nvidia drivers you should be running their configuration utility to set things up. [23:37] i.e. to define which graphics chip set to use for which purpose. [23:38] tomreyn: boot option nomodeset is it for live system only? [23:38] currently you seem to be software rendering everythingt, which would indeed be slow [23:38] arpad2: no [23:39] but i'm not certain whether the nvidia driver still needs it or whether it rather causes problems when it's set. [23:39] it probably comes with some documentation. [23:41] is it significant that there is no xorg.conf ? [23:41] arpad2: and sorry, i got the option name wrong: corrently it's not "nouveau-nomodeset" but "nouveau.modeset=0" - see https://askubuntu.com/questions/747314/is-nomodeset-still-required [23:42] i dont think you need or should even try the PPA mentioned there - since you don't have a new graphics card it is more likely to break rather than fix things [23:44] arpad2: see also https://askubuntu.com/questions/1048274/ubuntu-18-04-stopped-working-with-nvidia-drivers/ [23:46] tomreyn: this is interesting, thanks 🙂 [23:46] so if i get this righ then the proprietary nvidia driver requires you to do kernel mode setting, whereas the nouveau driver requires you not to, i.e. to use user mode setting instead. [23:50] ...which is effectively what "nouveau.modeset=0 nvidia-drm.modeset=1" does. intels' i915 driver should work with kernel mode setting (which is default). "nomodeset" would affect any graphics driver, i think, disabling kernel mode setting, and should thus not be used in this hardware configuration. [23:51] ooh, ok I will try this, hopefully there will be some positive change [23:52] by the way, are there any books to learn this? [23:52] yes [23:53] arpad2: probably, but they'll outdate quickly, so better read about it online. [23:59] tomreyn: https://paste.ubuntu.com/p/3HMHXKHBXW/