[00:30] Looks like avahi is running and configured. How can I make Chrome use it's name resolution? [00:46] find /sys/kernel/iommu_groups/ -type l -- this is empty for me - how can i fix this? [00:47] What's the most straightforward way to forward localhost:443 to localhost:8000. Use iptables? [00:48] k18e, man ssh might help? you just need port forwarding [00:49] cgi: I don't want to do tunneling [00:51] Im having a problem with a find command. I want to find and tar files matching 3 possible names. Right now this: find /mnt/pool1/production/data/some-dir/PW15000/01 -name 'DarkShort01*' -o -name 'GrayLevel0[0-9]_Orange*' -o -name 'Saturation01_Orange*' -exec tar -rvf sequel-pw150 {} \; is only taring files that match the third name pattern [00:52] when I just do the find, it seems to find all of them [00:53] akem__, I believe I found out what was causing my firefox to lag in my fluxbox start up script -- it was ibus-daemon [00:58] oh wait. I needed backticks instead of -exect.. I think [01:00] Has anyone done a pci passthru for a vm on ubuntu? === zbenjamin_ is now known as zbenjamin [01:49] Hello. Looking for help with weirdness. Running 18.04. X and Gnome are all messed up, even though I've changed *nothing*. GDM login is just a blank purple screen. Logged in via C-A-F2 term, ran startx and (after removing .Xauthority*) got into a unconfigured, plain -vanilla Gnome with a mousepad that isn't always obeyed. [01:56] I'd like to get my configured Gnome back, and the GDM login would be nice too Any ideas? [01:57] Anyone here have any experience with Thinlinc? (basically a glorified vnc through ssh tunnel) [02:02] tubal: were you running startx as root there? [02:03] @tomreyn: No, as user. [02:04] have you checked the logs to get a better idea as to why gdm doesn't start up porperly? [02:04] have you checked which software updates (maybe something from a third party?) were recently installed? [02:04] bane: sorry, it's not supported here. Try #ubuntu-offtopic or ##linux [02:05] tubal: system logs, including gdm 's X: journalctl -b | nc termbin.com 9999 [02:05] tomreyn: No, but only because I'm not sure what to look for, vis-a-vis logs. [02:06] tubal: installed software updates: tail -n 100 /var/log/apt/history.log | nc termbin.com 9999 [02:07] leftyfb: sigh, figured that was the response i'd get *sadface [02:08] tomreyn: Thanks, those particular commands are new to me. ... [02:09] tubal: glad i could help. [02:09] tomreyn: https://termbin.com/5av0 https://termbin.com/fwoa [02:10] you have "acpi_osi= " set in /etc/default/grub, this will have no effect. [02:11] lol i finally got it all working tomreyn [02:11] tomreyn: Yes, I know. Been there for quite some time. [02:12] had to buy bigger drives, clonezilla, then clonezilla put the tiniest partition right in the middle of my disk so i had to live boot gparted and expand it all out [02:14] tubal: the first log is cut off, so i don't see the X init. you could repost it using pastebinit. [02:14] !pastebinit [02:14] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit [02:16] tubal: a kernel and systemd update was installed today / yesterday (depending on where you are), [02:17] tomreyn: But that ought not to upset X/GDM/Gnome ? [02:17] Mibix: congratulations! :) [02:18] tomreyn: pastebinit did not work. Timed out. So hang on... [02:18] tubal: well graphics drivers are kernel modules, they get updated when the kernel does. [02:18] systemd has a great impact on how things get loaded during boot [02:20] Sure, but effing up tings? [02:20] downstream things* [02:21] not usually. [02:21] tomreyn: hell. pastebin limit. [02:22] journalctl -k is just kernel logs, less to paste [02:22] but check the last lines of journalctl -eb since there could be recurring errors. [02:23] -k http://paste.ubuntu.com/p/srF6dk9PDV/ [02:24] tomreyn: Tis occurred yesterday, I should add. [02:27] i see, was wondering this [02:28] tomreyn: Wait... the 17th, in fact. [02:29] so before you applied those upgrades [02:29] there is a bios update available for your "NV47H" system at http://www.gateway.com/gw/en/AU/content/drivers-downloads [02:30] you have BIOS V2.10 08/25/2011 [02:30] there is v2.15 11.4 MB 2012/01/16 [02:30] (also a newer one but wiuth a lower version number, which i don't understand.) [02:31] tubal: any last words? i need sleep [02:31] tomreyn: Last word Thanks. [02:33] direct download URLs for the firmware updates: http://www.gateway.com/wjws/ws/gdp/files/en/AU/-/latest/bios/3517/-?cross=false (near the bottom) [02:33] good luck, see you. === gry_ is now known as gry [03:40] hello, ubuntu's 'sudo' preserves HOME due to this custom patch: debian/patches/keep_home_by_default.patch. What's the rational for differing from upstream? Isn't there a valid reason for not preserving HOME out of the box (and allowing to do so by using the -E flag of sudo) ? Do you think I should open a ticket about it on launchpad? [03:48] hi all, the backup icon (safetybox)is missing on system folder,but deja dup is installed,hmm? [03:48] deja dup can be launched but settings are nowhere to edit.pls help [04:02] im using a ubuntu live usb, and theres packages that are listed as existing online in the repo that cannot be found. am i missing something? im trying to reflash coreboot right now and the absence of an easy way to install gnat is really tearing at me https://packages.ubuntu.com/bionic/gnat it says it exists here [04:05] !info gnat bionic [04:05] gnat (source: gnat): GNU Ada compiler. In component universe, is optional. Version 7ubuntu1 (bionic), package size 2 kB, installed size 9 kB [04:06] ebisu: ^^ in the Universe Repo; ensure that the universe repo is enabled. [04:06] what do i put in my sources.list [04:06] do i just append universe [04:06] to all the lines [04:07] sorry for my dumb questions, ive been using slackware for so long that i forget how to use easy distros [04:07] ¯\_(ツ)_/¯ [04:17] ebisu: check ' /etc/apt/sources.list ' file to see if the universe repo is enabled. If bot there is the GUI or the terminal way to enable. [04:21] i got it [04:22] thank you Bashing-om [04:24] ebisu: For my info..what release is this and was universe not enabled by default ? [04:26] this is the current LTS [04:27] this is on the livecd [04:27] ubuntu is the only thing i can get to boot on this grub payload, im compiling coreboot again with seabios [04:29] ebisu: Sounds heavy duty - universe repo ? [04:29] its not enabled by default [04:29] it seems [04:29] i enabled it and i installed what i needed [04:30] ebisu: I kinda thought I recalled as such - nice to have the confirmation, thanks. [05:43] can i request deja dup support here? [05:48] yelowfish: Ask - I use it. [05:48] elias_a, i cant access the settings [05:49] the safebox icon is nowhere [05:49] it just loads then it says its done backuping [05:50] yelowfish: Which Ubuntu version? [05:50] 16.04 [05:52] yelowfish: I don't recall how the desktop manager worked in 16.04 anymore. Is your problem that you can not start the program manually? [05:53] yes,i have to start it using app grid [05:54] when i type backup or deja in search your computer it wont show,but it shows when i open app grid [05:55] will i conflict if kbackup is installed? [05:55] will it conflict if kbackup is installed? [05:58] yelowfish: Could you try to start it using terminal? [05:58] yelowfish: Just type deja-dup. [06:00] it just goes : preping backing up,verifying,done. after typing deja-dup --backup [06:03] yelowfish: The --backup switch starts the backup process. Start it without it with just deja-dup. [06:04] if i only type deja-dup it will only show the options [06:04] it says u must specify a mode [06:10] I'm trying to ssh to my own computer using a keyfile and I get an error: Permission Denied (publickey) [06:10] Can anyone help me figure out how to get this to work? I've tried suggestion online and nothing seems to be working. [06:11] yelowfish: I think it must be version dependent. Also - I have to go now. Sorry. [06:12] tnx man! no prob [06:13] ls [06:13] oops lol. [06:16] amazoniantoad: what's in your ~/.ssh/authorized_keys? check your sshd log too, ~/.ssh and ~/.ssh/authorized_keys need to be 700 and 600 respectively or sshd won't look at them [06:23] Triffid_Hunter, Your right it is a permissions issue. authorized_keys is set to 644 [06:23] Triffid_Hunter, log says it's a permissions file on authorized_keys still though [06:24] amazoniantoad: if you're trying to ssh in as a different user, check *their* authorized_keys permissions [06:24] Triffid_Hunter, I'm trying to ssh in as the same user [06:25] wait [06:25] hm...it just worked. I left user@ off by accident and it wasn't working because of that [06:25] If you leave that off does it default to root? [06:26] it defaults to your local username [06:26] amazoniantoad: no, it defaults to the username of the account you're sshing from === im0nde_ is now known as im0nde1 [07:07] How do I get a list of my HDDs in a tree? I want to know which HDD is connected to which controller. [07:07] maybe lsblk can print this information. [07:33] k_sze: lshw perhaps [07:41] lsblk should help get you the info [07:41] lshw -class disk -class storage [07:42] lshw's man page suggests this is how you list all controllers. [07:42] that one-liner is copy-pasted from the man page so it could potentially have more features, i didn't read the whole thing. [08:05] when running `apt-get update` in which file is the result stored? Just curious [08:10] TvL2386: /var/lib/apt/lists/ [08:51] hello [08:51] welcome TheWild [08:51] how can we help you today? [08:51] hey, I just noticed weird stuff on portable HDD I bought maybe two weeks ago? [08:51] on powering down (udisksctl power-off /dev/sdb) [08:51] [141374.249667] sd 5:0:0:0: [sdb] Synchronizing SCSI cache [08:51] [141374.494340] sd 5:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK [08:51] is this something I should be afraid of or just little software bug? [08:52] TheWild: could you start a: journalctl -f and plugin your portable HD and pastebin us the full output please? [08:54] !paste | TheWild [08:54] TheWild: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [08:55] hi, I cant lock the function key in ubuntu. I can in windows with fn+lock. would this be a deiver issue? [08:55] fn+esc, I mean [08:55] well... maybe later. I got pissed off and reading every sector of this HDD. It's 2 TB and at the moment it's at [08:55] sudo dd if=/dev/sdb of=/dev/null status=progress [08:55] 782923842048 bytes (783 GB, 729 GiB) copied, 6609 s, 118 MB/s [08:56] TheWild: its really important to know if the journal logs also spit out IO errors for example.. [08:56] does anyone use the 'parallel space' android app? i wondered if its secure or not [08:57] mystic: this is ubuntu support see !alis to find proper channels you seek for [08:57] ok thanks.. had problems finding an android room [09:10] Im so tired of seeing this error [09:10] fallenour: start with the beginning & the details please? [09:32] hey, I'm trying to log in to launchpad, but haven't done so in years and with the change to Ubuntu One, it asks for personal data and then gives me an error. I sent an e-mail to login-support@canonical.com, but haven't got a reply for days.. anyone know if there's something else I could do? [09:37] dreugeworst: hey, you can pop into #canonical-sysadmin and ask whoever is in the topic for help; chances are good they'll want you to file an rt by emailing rt@ubuntu.com [09:37] sarnold: thanks, will do [09:45] Inside the LXD preseed yaml file, how do I configure LXD to use a previously existing Ceph Cluster? [09:46] whtas the proper way to use the lxc storage set command? [09:46] im getting a wide range of area of issues to the point to where Im at the point to ripping out over 60 ubuntu servers and just installing windows and azure, im starting to get really sick of this. [09:47] when its starting to telling me that the directory that im currently sitting in isnt a directory and it cant find it, thats when I really start to get fed up. [09:47] wow, im so mad right now I cant english [09:48] fallenour: no reason to get mad, volunteers will try to help you, if you ask things systematicly..are you seeking support for ubuntud esktop or server? [09:49] at this point, I think angry is a little reasonable. Ive been working on this for 3 YEARS [09:49] 3 years ive had various issues with the same 7 technologies [09:49] fallenour: but this isnt the complaints channel.. [09:49] oh I know, but its a lot better than punching a monitor, so points. [09:50] But yes, the issue is lxd is stating that a directory isnt a directory [09:50] while im sitting in said directory [09:50] fallenour: are you on ubuntu desktop or server? [09:51] the other more complex issue, or at least I hope it is, is that I cant get lxd init to configure to use ceph, even after Ive manually transfered over teh ceph.client.admin.keyring to the server, and put it on the server, in the /etc/ceph directory, which it says doesnt exist. which it does. [09:51] ubuntu 16.04 LTS, lxd 3.0.X Snap, current install of ceph [09:51] desktop or server? [09:51] server [09:52] fallenour: come join to #ubuntu-server please, likeminded volunteers might be able to help there [09:57] If I remove a PPA (that upgraded a package), shouldn't the package request to be downgraded after an `apt update`? [09:57] no [09:57] apt will only offer to upgrade it when there's a newer version available in your remaining sources [09:58] adrian_1908: the ppa-purge package provides a tool that will also remove packages provided by a ppa. I don't know if it will do a downgrade or just uninstall, but it's a good starting point [09:59] I see. I assumed packages would try to revert when their origin repo is no longer taken into account. [10:19] hello, how can i know cpu on ubuntu? [10:21] hello, how to change locale on server ubuntu 18.04? I've tried `sudo dpkg-reconfigure locales`, tried `sudo update-locale LANG=en_US.UTF-8`. Even `cat /etc/default/locale` shows desired 'en_US.UTF-8', but `env | grep LC_` still shows 'ru_RU.UTF-8' for all of the locales even after restarting the shell [10:22] dollarWoman: cat /proc/cpuinfo [10:23] sarnold, thanks but how about cat /proc/cpuinfo | grep "cpu name" [10:23] my Ubuntu 18.04.2 instance won't detect my DVD in my DVD drive on my desktop, does anyone know what might be wrong? [10:23] it used to work, i know it [10:23] pomeha: restarting the shell won't suffice, you need to log in again for it to take effect [10:24] geirha: that's what I did (the shell is over ssh) [10:24] brendantcc: update your system to 18.04.3 first perhaps? [10:24] trying to reboot, to make sure [10:24] !uptodate | brendantcc [10:24] brendantcc: To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`. [10:24] funny, i just came out of an update haha [10:25] neofetch shows that i'm on 18.04.3 [10:25] brendantcc: why did you post .2 then? [10:25] i didnt check the ver til just then [10:25] sorry [10:25] !dvd | brendantcc did you try this? [10:25] brendantcc did you try this?: Ubuntu's default installation and repositories do not include packages needed to play commercial DVDs for legal reasons. For information on adding them, see https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs | For information on the legalities involved, see the "DVD" section of https://help.ubuntu.com/community/FreeFormats [10:25] geirha: nope, still ru_RU [10:25] pomeha: then perhaps your .profile or /etc/profile is overriding it [10:26] launching web browser now [10:26] geirha: no and no [10:27] pomeha: see what you get from ssh thehost env | grep -e LANG -e LC_ [10:27] lotuspsychje: thing is, it's not even showing the icon on my desktop [10:27] it definitely used to [10:27] geirha: I have no problem with LANG (it's en_US), but the rest is ru_RU [10:28] pomeha: and do the LC_*=ru_RU* entries show up with that ssh|grep above? [10:28] yes [10:28] it's already installed :/ [10:29] pomeha: ok, then check /etc/environment and ~/.pam_environment [10:29] what command can I run as sudo to find out who owns a file? [10:29] fallenour, ls -al, stat [10:29] geirha: checked, it's clean, and the 2nd doesn't exist [10:30] pomeha: oh hang on, ssh passes on LC_* variables from the client side [10:30] geirha: hol up [10:31] geirha: goddamit, you are right! [10:31] damn, should've installed gitlab from tty instead of ssh :/ [10:31] whelp... at least i have windows dualbooted on this machine.. will have another look in the morning AEST. thanks anyway lotuspsychje! :) [10:32] brendantcc: does 'eject' work from terminal? [10:33] whta comand can I run to make an entire directory completely open to anyone to use, and any account? [10:33] fallenour, use? read? write? remove files? [10:33] I want this folder so exposed a pidgeon from New York could access it if it landed on a cellphone [10:33] everything [10:33] fallenour, 777 is a good start; but it tends to be a bad idea [10:33] chmod 1777 /the/dir [10:33] same as /tmp [10:33] the whole folder, and all files [10:33] lotuspsychje: ya just missed the chance... just booted into windows [10:34] geirha, 777 is more open :> [10:34] so chmod -R 1777 /the/dir ? [10:34] fallenour: no, don't do that [10:34] will it make it completely readable? [10:34] it will make it a disaster zone [10:34] well thats unfortunate [10:35] but at this point its all I can do because its built so poorly [10:35] let users decide who gets write access to the files they create [10:35] fallenour: it'll make it _too_ readable [10:37] obviously not readable enough [10:37] its still failing [10:37] fallenour, what is built so poorly? [10:37] At this point, Ubuntu server itself [10:37] it cant read a file or folders with 1777 -R set to the whole folder [10:37] at this point, im at a complete loss [10:37] you never use 777 or 1777 with -R ... EVER [10:38] words cannot describe my disappointment [10:38] You never use 777 [10:38] if the filesystem is fat or ntfs, chmod won't do anything, because they don't support unix permissions [10:38] fallenour, your disappointment is, most likely, a result of confusion, not of some failure of 'ubuntu server' [10:39] fallenour, can you tell us more about the issue? [10:39] 777 == readable by literally everything == mega security risk [10:39] yea I know [10:39] brendantcc, writable is the worse part [10:39] to my entire ceph cluster stack [10:39] but Ive had repeated issues with being able to read, and quite frankly im tired of it [10:39] Habbie: definitely [10:40] Im at the point to where im forced to take extreme risks to even begin to troubleshoot read/write permissions, something so basic its unfathomable that any OS would have issues with such a concept, and yet, even with the MOST DANGEROUS SETTING in the WORLD to a FS, it STILL cant read it. [10:41] lotuspsychje: annoyed to report that I may have to open my machine up and check the connection between the optical drive & motherboard [10:41] fallenour: so start by giving us some details we can work with. For example, what filesystem is it? [10:41] fallenour, please stop shouting; nothing you are saying makes sense; you are doing something wrong but you are not helping us figure out what it is [10:41] Its ubuntu 16.04 LTS, server, up to date with patches, installed with last nights image [10:41] all of my images pull from MaaS [10:41] LXD is snap, latest, installed yesterday. [10:42] so it's a remote fs? [10:42] im running as Root [10:42] its sitting about 2 feet behind me [10:42] Who wants to start betting .txt files that my laptop's optical drive will fail me as well :} [10:42] s/}/p [10:42] Is it ubuntu? [10:42] server* [10:42] My desktop? Laptop? [10:43] because Ill take that bet. I cant write lxc errors to txt file on this server in specific directories, even as root, so ill take that bet. [10:43] hi, how can I flush the damn DNS cache of my Ubuntu 16.04? When I type "dig example.com", the server used is 127.0.1.1, and will keep on returning old cached info [10:43] I even restarted the OS, nothing changes [10:44] deployment stack goes as follows: MaaS > Juju > Juju deployment of: Ceph-Mon, Ceph-OSD, LXD, 3 Ceph-Mon, HA Pair, Ceph-Mon 4 nodes, all synced, all green in Juju, network is pingable, and reachable, flat /24 network atm. [10:44] Juju controller itself is in HA mode. [10:45] servers are dell brand, 6 drive systems, 5 OSDs per system, controlled baremetal via physical interaction, MaaS, and iDrac. [10:45] xebra, i don't think the IP of example.com has changed in a while [10:46] fallenour: some of that info might help later, but still doesn't tell us what filesystem that dir you need to make world writable is on [10:46] hey guys, i added this repo but i can't install ukuu with apt. what could be wrong ? https://launchpad.net/~teejee2008/+archive/ubuntu/ppa [10:46] its ubuntu 16.04LTS server, said that above [10:46] that's the operating system [10:46] The rest describes everything else about the environment. [10:46] yes [10:47] its a completely standard default kernel, default install from MaaS [10:47] ok, can't help you then. Not familiar with those technologies [10:47] its as if you downloaded Ubuntu 16.04LTS server right now directly from Canonical [10:47] Thats how its set up. [10:48] fallenour, what is, according to 'mount', the filesystem for the directory that is giving you trouble? [10:48] Habbie, that was an example, I actually need to look up milfsfuckwithhorses.com, but it's not appropriate to write it here [10:48] xebra, sigh [10:48] the problem is the cache, not the domain of course [10:48] http://paste.ubuntu.com/p/V5V4shMYC2/ [10:49] fallenour, so, which line? [10:49] does anyone know how to disable the windows OS bootmanager at startup ? because when i want to use ubuntu i always have to press Escape button to go into the boot options and then i have to select F9 ubuntu and after that i get the grub bootloader.... [10:49] windows isn't installed anymore i have installed ubuntu on the full hardisk [10:50] also in the bios i already changed the boot priority but that doesn't help [10:50] depends on which one you are asking about, which is why I provided them all. Sysfs, lxcfs, etc, all have their own settings [10:50] my laptop is HP envy [10:50] Good news: turns out it was only a SATA cable that I unplugged and forgot to reconnect last time I opened it up [10:51] Bad news: I hauled my PC over to my bed to deal with it, and it's heavy as hell... let's hope i don't drop it putting it back into its spot on my desk [10:52] Hey folks [10:52] Habbie, anyway, I just solved the problem with: sudo service network-manager restart [10:53] it's weird that even after a reboot, the problem was still there [10:53] Hi, I have installed the package `vlc-plugin-bittorrent` and I would like to know which port range I have to open with iptables [10:54] xebra, all of this sounds like you wanted fresh data while the old data had not in fact expired yet [10:54] xebra, but it's hard to tell [10:56] how do I install lxd without snap? [10:56] I want to rip snap entirely out of my system and out of all of my processes [10:56] NOW THE HARD DRIVE CABLE IS LOOSE REALLLYYYYYY [11:02] lotuspsychje: plugging in, doing 'udisksctl power-off', unplugging: https://kopy.io/hh0bF [11:03] all sectors are fine [11:03] Is it possible to deny any other programs to adjust pulse audio volume than the gnome volume slider? [11:05] my volume slider wildly dances around causing pulse audio to crackle [11:06] I think my hard drive may have died on me [11:06] fallenour: which ubuntu version are you running there? [11:06] and which desktop [11:07] Or the bios decided to play funny buggers and prioritize the optical drive over the HDD partitiond [11:07] *partitions [11:08] brendantcc: smartctl (package smartmontools) can give you a (sometimes rough) estimate of your disk health [11:09] It's alright tomreyn, I checked the bios on the second boot haha [11:10] I tend to freak out over nothing.. sorry about that :/ [11:11] BTW curious, is there a command I can send in the shell to close the drive? [11:13] "close the drive"? is it a cdrom? [11:13] or do you mean "cloNe"? [11:14] CloSe [11:14] I had one bad 500 HDD with migrating bad sectors. It started about two years ago. One day bad area is somewhere at the end of disk, month later its fine but bad area is now somewhere in the middle of the disk. Another day it works fine in continuous read, but random accesses barely go above 1 MB/s. Did zeroing all the sectors - it started playing 'nails on blackboard' around 265th GB, but worked fine past that. [11:14] Saved 200 GB on it - no errors reported. Compared with the source and again found out that some files cannot be read. [11:14] Killed it with a strong magnet and a fist. [11:15] it was already 7 years old so waaay past the warranty [11:17] brendantcc: i haven't read what you discussed here before, so maybe that's why i'm lacking context. i don't see a way to "close" a disk drive, like a HDD or SSD, since they will break when physically opened. [11:17] maybe what you're referring to is mounting file systems? [11:25] ok [11:26] ok [11:26] Im cool [11:26] today is a great day, and all my people in #ubuntu are awesome peps [11:26] Not gonna let ubuntu rain on my day. [11:26] Ive stopped apparmor, Ive set Chmod -R 1777 to the folder [11:27] I can create ceph pools with the same user permissions or lower user permissions of that of what im running /snap/bin/init with [11:27] I can confirm the pool is there [11:27] but I cant get lxc to see it [11:27] how do I just force lxc to use it, bypassing init entirely [11:28] brendantcc, maybe you want to "sync" then "unmount /path/to/mountpoint" and spindown/standby with "hdparm -y /dev/sdX" disk X=a,b,c... as root? [11:31] *umount [11:39] `libpam-usb` has it been replaced by the `libpam-u2f` package? [11:47] gst568923: it doesn't seem like it was directly replaced by it, no. but pamusb has been dropped for lack of maintenance. [11:48] ./join #lxd [11:51] fallenour: fail, but I can relate. [11:51] tahts just been my whole day so far it seems [11:52] I just cant get this to work, nobody can it seems [11:52] Ive even tried primary nodes [11:52] its just not working [11:52] I really wish ubuntu would stop trying to force snaps. I dont like them, and they cause so many outages and failures. [11:53] !discuss | fallenour [11:53] fallenour: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [11:53] wait, you can pipe things here o.O [11:53] that didnt work 8( [11:53] !discuss [11:53] Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [11:54] mmm [11:54] tomreyn to replace the password entry, for example for the sudo command, with the physical token to use the `libpam-u2f` package? [11:54] fallenour: you need to divide ubuntu support, server support and discussions into the right channels [11:55] gst568923: it may be an effective replacement (i actually don't know either package, so don't expect much help from me there), i'm just saying it's not set up as a migration target. [11:55] hello, I just moved my root/boot partition from sdb1 to sda1, and everything seems to work OK, but for some reason Ping does not: ping: socket: Operation not permitted [11:56] that is structurally, with a transitional package, from ubuntu 14.04 to 16.04 [11:56] I checked on the sdb1 installation, and it has the same perms there as on the sda1 (I replicated with rsync --archive) [11:57] CQ: how did you move your data? [11:57] tomreyn, booted into a live distro, mounted on /drive1 and /drive2, and then rsync'ed over [11:58] Then grub update as in https://askubuntu.com/questions/3402/how-to-move-boot-and-root-partitions-to-another-drive [11:58] compare the output of ls -l /bin/ping on both source and destination [11:58] both are 755 [11:58] are both +s, too? [11:59] where do i see the +s? I see rwxr-xr-x ... [11:59] -rwsr-xr-x 1 root root 64424 Jun 28 13:05 /bin/ping [11:59] i'm on 18.04 LTS, where the ping command is suid root [12:00] what are you running there? [12:00] 19.04 updated from 18.04 LTS [12:00] and it's not suid root on either source or destination? [12:01] nope [12:01] oh right, looks like it changed between 18.04 and 19.04, nice. [12:01] this is /bin/ping, I just reinstalled iputils-ping, no change [12:03] i confirmed that i's not +s on 19.04 by booting into a 19.04 VM, so your system is fine there. [12:03] but on this 19.04 system i can run ping as a restricted user account fine [12:05] CQ: https://stackoverflow.com/questions/37512291/how-is-ping-for-non-root-user-implemented-on-linux-distros/37518095#37518095 [12:05] tomreyn, on the old system it worked as well... I would way its a group issue or something like that, but since I rsynced everything over, nothing should have changed [12:05] i assume those extended file attrributes were lost when you were rsync'ing [12:07] compare command output on source and destination: getcap /bin/ping [12:08] did you rsync with -X ? [12:08] tomreyn, How the heck do you kniw this stuff? [12:08] did you rsync as root? [12:08] kniw=know [12:08] /mnt/drive1//bin/ping = cap_net_raw+ep (old installation) [12:08] Ascavasaion: ik don't, i just looked it up on the internet [12:08] /bin/ping = cap_net_raw+ep (new) [12:09] CQ: hmm, i guess that's not it then. [12:09] tomreyn, I mean in general. [12:10] I wouldn't mind just suid rooting it, I#m just worried that there are other gotchas waiting. [12:10] I have been comig here a long time and you have helped me on numerous occasions. [12:10] Ascavasaion, helping people for a long time, learning bit by bit [12:11] Ascavasaion: i appreciate your appreciation, let's talk more in -offtopic if you want to? [12:11] CQ: i think it should be working on the destination, i don't see why it doesn't, that's what we need to determine now. [12:11] libpam-u2f only works with the FIDO2 usb devices or also with a simple usb pendrive? [12:12] tomreyn, agreed [12:12] CQ: which means we need ot understand how those extended capabilities are setup [12:13] tomreyn: i meant optical drive [12:13] tomreyn, wtf? now it Just Works ... I did a $ /mnt/drive1//bin/ping 8.8.8.8 ...which worked, now the /bin/ping works too [12:14] this is just weird [12:15] brendantcc: eject -t [12:16] CQ: hmm, yes, i don't understand this either. [12:16] rsync -avxHAX ...should have probably used more than just --archive [12:17] Hey there! I am having some trouble creating a bootable flash drive. Anyone who can help? [12:18] lenzeor, tried unetbootin? [12:18] lenzeor: which iso and what have you tried? [12:18] The flash drive I am using only has 1,8GB. So I guess I have to go for a netinstall? [12:18] 1.8gb? [12:19] xubuntu or kubuntu may fit on 1.8 [12:19] that.. that's _way_ too small, iirc.. [12:19] if you want mainstream ubuntu.. [12:19] s/mainstream ubuntu/ubuntu desktop [12:20] Website says 2GB for a graphical installer and 512MB for a netinstall [12:22] I have downloaded the boot.img from the website and instructions say I can just cp it onto the stick via command line. [12:22] I did that but the stick does not show up in my computer's boot options. [12:23] Do I need to format to a specific filesystem before? [12:23] nope [12:24] tomreyn: now i feel like an idiot haha... thanks :) [12:24] lenzeor, but you should grab the mini.iso instead and jusr cp or dd it [12:25] @Mathison: will do, what is the difference between those images? [12:27] brendantcc: i didn't mean to cause this. [12:27] tomreyn: it's okay, calm down... i think i might've exaggerated a little [12:27] lenzeor: mini iso doesnt have uefi support [12:29] @Eric^^: the desktop's BIOS has a legacy+uefi option, so it doesnt matter [12:29] again, does it matter which filesystem the stick is formatted to? [12:31] lenzeor: i'd guess not, what were the instructions of the site? [12:31] you mentioned boot.img [12:31] lenzeor: nevermind i just reread [12:31] lenzeor: try a different usb port [12:33] brendantcc: i was hopeing you were ;) [12:33] what is the preferred method for watch -c color pattern? [12:34] @EriC^^: I tried most of them already. I now cp'd the mini.iso to /dev/sdc after having formatted the stick to ntfs with gparted [12:34] ill try this one now... [12:35] lenzeor: it doesnt matter, if you cp it you're overwriting the partition table anyways [12:35] anyways give it a go mini iso should work [12:35] @EriC^^: I thought only dd overwrites tables? [12:36] fallenour: i don't understand your question, can you rephrase it? [12:36] heeeeey it worked [12:37] when you use watch -c for continually monitoring a command, it strips the colors typically included. Im curious to see what others think about resetting teh color schema, and what color patterns they prefer. [12:37] not sure if its a technical, a discussion, or both [12:38] fallenour: you must have a different implementation of the "watch" command then, here: -c, --color Interpret ANSI color and style sequences. [12:38] mine is typically watch -c color=auto [12:40] What DE do you guys recommend these days? Last time I used Gnome 3 was 5 years ago. [12:40] lenzeor: we don't, this is a support channel. Try #ubuntu-offtopic for suggestions. [12:41] fallenour: i may just lacking understanding of how to control ansi color schemes, if there's a way to do such with the "color" variable you pointed out. [12:47] I am writing from a debian machine that is connected to the same router as the desktop I want to install ubuntu on. [12:47] lenzeor: same thing really, since you're giving cp the main drive /dev/sdx and not a partition like /dev/sdxY [12:48] @EriC^^: ah alright, thanks! [12:48] any way to connect to my wifi from the net installer? [12:49] it says DHCP failed. [12:50] or do i need to connect with ethernet cable? [12:51] hello all, trying to wrap my head around reinstalling grub in uefi or efi mode, and having both windows 10 and my linux install in the menu [12:51] any help would be appreciated. [12:52] * tomreyn looks for EriC^^ [12:54] Ubuntu was first released in the days of Vista, right? Or Win XP? [12:54] i got it working, upgraded to 18.04, stopped using snaps, works fine now [12:54] Curious as to whether it was originally designed to look like the windows counterpart... [12:55] can anyone give me a hand in reinstalling grub? [12:55] or maybe just some insight? [12:55] glitchd: generally, you'd install windows first, then linux, since linux knows what windows but windows thinks it is meant to be the only god that is to exist and to be worshipped. [12:56] tomreyn, yes you are correct about al that [12:56] all* [12:56] if you have already installed this way, and both in uefi mode, then what is the issue yoyou're trying to solve now? [12:56] i dont think i install ubuntu in uefi mode [12:57] hmm, usually i think we recommend a fresh installation then, since you may want to repartition as well. [12:57] and i also cant seem to find a straight forward answer online as to weather i can have grub list both os's if one is in legacy mode and the other is in uefi/efi mode [12:57] hello [12:58] need help to remote access from wan to my linux [12:58] tomreyn, yea im trying to avoid reinstalling if at all possible. [12:58] glitchd: although, actually you'll have an efi system partition already and maybe you don't need to repartition at all. can you show lsblk [12:58] tomreyn, yes i do have an efi partition already [12:59] tomreyn, there are 4 drives in this computer and lsblk is telling me that my windows drive is /dev/sde, and the efi partition is 2 (/dev/sdb2) [12:59] glitchd: the task is not so much about making grub list both Os, it's more about having grub boot in the right mode from the right place already. you can only boot in either uefi or legacy bios mode , not both [12:59] (not at the same time anyways) [13:00] vasely, you can do that using ssh or vnc in which case you probably need to open associated ports, or teamviewer. [13:00] glitchd: are you in ubuntu now? [13:00] tomreyn, hmmm well, shit. [13:00] EriC^^, yes i am [13:01] i was working with anydesk untill now suddenly it's not working so i'm trying x11vnc but it's not easy to work on it so any help !? [13:01] glitchd: type "sudo parted -ls | nc termbin.com 9999" [13:01] vasely, What's not easy with x11vnc? [13:01] 1st time to use it [13:02] EriC^^, https://termbin.com/rc1e9 [13:02] the first drive listed there is a flash drive, so just ignore it [13:02] vasely, You need to open port 5900 if it's not done already. [13:02] glitchd: i haven't actually converted a bios booting ubuntu installtion into a uefi booting one, yet. i guess if i had to, i'd boot off a live usb system in uefi mode and chroot to the existing installation and do it that way, but maybe EriC^^ got a better idea, he's definitely better in this area than i am. [13:02] open from linux or r outer !? [13:03] vasely, On your router. [13:03] tomreyn, youre all better in/at this than i am. thank you for you help anyways. [13:03] glitchd: looks like windows is in uefi mode and ubuntu is in legacy mode [13:03] akem__: since vnc is an insecure (non encrypteD) protocol, would it not be better to recommend tunneling through ssh? [13:04] glitchd: you could convert ubuntu to uefi mode, you'd need an efi partition, you could have it use window's efi but then ubuntu would depend on the windows disk to boot, if it's not there it won't boot on its own [13:04] vasely, then you can run it like: "x11vnc -scale 0.8 -passwd yourpassword -noxdamage -verbose -noxrecord", and try to connect on the otherside with "vncviewer IP". [13:05] glitchd: your other option if you dont want to reinstall ubuntu would be to shrink the ext4 partition so you have some mb's for an efi partition [13:05] glitchd: what do you think? [13:05] EriC^^, i think i can spare a bit of space on this ssd to make an efi partition [13:05] tomreyn, Well i don't know about it, so maybe yes. [13:05] glitchd: alright, well first i'd backup any important info you have on it cause you never know with partitions and resizing [13:05] EriC^^, i havent partitioned this entire disk just yet, i have around 100gb available to use for this [13:06] glitchd: ah sorry didnt see the size, you're right [13:06] EriC^^, i dont think there is anything on here that can be replaced honestly [13:06] EriC^^, i just really dont want to reinstall if i dont have to [13:07] EriC^^, and i wont have to unless this doesnt work and borks the system/disk [13:08] glitchd: ok, so i guess if you havent decided on the space yet, i'd create the efi partition in the last 300mb of the disk so you can easily make your main partition bigger later if you want [13:08] vasely: here's how you can ensure that (a) only you can access your VNC desktop and (b) the VNC data transfers over the Internet encrypted https://help.ubuntu.com/community/VNC#SSH_port-forwarding [13:10] akem__: hope you don't mind then, thanks. [13:10] EriC^^, what type of filesystem do i make it? [13:10] glitchd: fat32 around 300mb is good [13:10] tomreyn, Np. [13:11] EriC^^, done. [13:11] glitchd: ok, try "blkid /dev/sdd2" [13:12] It's just a bit more complicated. I would try the simple unencrypted connection just to see it works then go to your tunnel ssh solution. [13:12] Here i use vnc on my lan only, so encryption is not absolutly needed to me. [13:13] EriC^^, wait...i thought you meant to make a 300mb partition on my linux drive, not the windows drive? [13:13] EriC^^, ignore that [13:13] EriC^^, im over here confusing myself lol [13:14] EriC^^, here is the output https://pastebin.com/Y9E84299 [13:14] akem__ / vasely: yes, i agree: if you can test just vnc without ssh on your lan first, be sure to do so [13:16] glitchd: ok, type "sudo mkdir /boot/efi" [13:16] glitchd: then type "sudo nano /etc/fstab" and add the line [13:17] UUID=FD9D-A57F /boot/efi vfat umask=0077 0 1 [13:18] done [13:19] so it seems my wificard needs drivers that are not delivered in the image [13:20] I am aware I can put them on the /firmware partition but how do I know which ones to get an where do i get them from? [13:20] lenzeor, can you connect with cable at all? [13:20] glitchd: ok, type "sudo mount /boot/efi" then check "lsblk" and see if mounted [13:20] @glitchd not realistically, no [13:21] EriC^^, yes it mounted [13:21] glitchd: great, type "dpkg -l | grep grub | nc termbin.com 9999" [13:21] lenzeor, do you know what wifi card you have? [13:21] EriC^^, https://termbin.com/jgbt [13:22] @glitched can I read that via lshw or similar? or open the PC and read off the card? :D [13:22] lenzeor, is it an internal wifi card, or is it a wifi usb? [13:23] glitchd: ok type "sudo apt-get purge grub-pc grub-pc-bin grub-gfxpayload-lists grub-efi-amd64-signed+" [13:23] glitchd: note the + at the end there [13:23] @glitched it's a dual antenna internal wifi card [13:24] EriC^^, ok it removed grub, but i think it errored after that. https://pastebin.com/8REpQiZx [13:25] lenzeor, you need to know the card manufacturer or the model of the card. [13:26] glitchd: hmm, what does dpkg -l | grep -v "^ii" | nc termbin.com 9999 give? [13:27] lenzeor: lspci -knn | grep -EA3 '(Network|Ethernet) controller' | nc termbin.com 9999 [13:27] EriC^^, https://termbin.com/8v7d [13:27] akem i make 5900 , 5901 ports open in both router and load balance and try to connect but still can't able to access my pc [13:27] lenzeor: oh wait you have no network there, sorry. just run lspci -knn then and look for a "Network" line [13:29] tomreyn, it says Network Controller: Intel Corporation Device [8086;24fd] [13:29] are those vendor and device ID? [13:29] lenzeor: thoise numbers in square brackets can tell you which one it is exactly [13:29] yes [13:29] EriC^^, also, not sure if it matters, but i cant open the efi partition we just created. it just spits out an error in thunar [13:29] EriC^^, permission denied [13:30] vasely, You ran the x11vnc command on the machin you want to connect to? [13:30] @tomreyn, thanks so much! what kin [13:30] @tomreyn, thanks so much! what kind of format would I have to put on the /firmware partition? [13:32] lenzeor: depends :) on what the driver (the iwlwifi kernel module) expects. [13:32] glitchd: yeah that's normal [13:32] EriC^^, ok good to know [13:33] glitchd: ok, looks like apt is clean, try "ls -lR /boot/efi | nc termbin.com 9999" and also "sudo efibootmgr -v | nc termbin.com 9999" [13:33] lenzeor: it's usually easy, though, since there will be just one format and just newer and older firmwares which you can install. you may need to copy the file from the kernel.org git if there's no package providing it in your ubuntu version [13:36] lenzeor: make sure you have those iwlwifi-8265*.ucode files from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/ in /lib/firmware [13:36] vasely, first, try to ping the machine you want to connect to, so you know it's up, then try to connect to it using ssh. [13:37] EriC^^, https://termbin.com/iblx the second command gave this-- "EFI variables are not supported on this system." [13:38] glitchd: hmm, seems like the files didnt install [13:38] @tomreyn, alright I was gonna download the drivers off Intel's website and copy them to the firmware partition [13:39] glitchd: try "sudo apt-get install --reinstall grub-efi-amd64{,-bin,-signed} [13:39] EriC^^, yea i think youre right, the last 4 lines of the output are all ucfr errors and aborting [13:39] glitchd: yeah those are odd never seen them before [13:39] lenzeor: you mean https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-8265-ucode-22.361476.0.tgz ? this could also work, but this file contains a single firmware version only, and not the latest. [13:40] it kinda looks like it was purging grub-pc and ran into errors since those files are needed for grub-efi-amd64 [13:40] glitchd: i think we should be good this time though [13:40] lenzeor: and as you can see this download actually comes from kernel.org even though https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#firmware points to it [13:41] EriC^^, you could be right, but i have no honest idea here. this is out of my scope of things i can do lol [13:42] EriC^^, if i run the command again i get this. https://pastebin.com/b0WVUrMW === gry_ is now known as gry [13:42] glitchd: no i meant try "sudo apt-get install --reinstall grub-efi-amd64{,-bin,-signed}" [13:43] @tomreyn aah I get it now. when i ran dmesg from the installer's shell, I can see that the system was trying to grap the correct driver from git.kernel.org [13:43] EriC^^, i honestly didnt see that reply for some reason.. [13:43] no worries [13:43] *grab [13:44] EriC^^, should i run that just from a normal command prompt, or do i need to be in the newly created efi folder/partition? [13:44] */grub partition [13:45] Hello I can't boot-repair. What's my problem? Here is some data: http://paste.ubuntu.com/p/2WJ6KYQPJ5/ [13:45] glitchd: it doesn't matter really [13:45] EriC^^, ok thats done, do you need the output of all that? [13:45] lenzeor: so you're running an ubuntu installer there, not a readily installed system, yet? [13:46] rebab: what happens when you try to boot? [13:46] glitchd: nah, just try "ls -lR /boot/efi" and see if you get any files [13:46] lenzeor: if so, what's the name of the .iso file you've downloaded and are now trying to install from? [13:46] @tomreyn ubuntu netinstall yes [13:46] EriC^^, nope, no files [13:47] @tomreyn it is the mini.iso because the other ones did not work [13:47] lenzeor: oh, yes, the widespread "did not work" error, i see. ;-) [13:47] tomreyn, rofl [13:48] glitchd: odd, what was the output of the apt install --reinstall command? [13:48] lenzeor: well if it works with the mini.iso, that's good, i guess, but you won't have the software installed to use the wireless after installation, i think. [13:48] EriC^^, https://pastebin.com/mCtsL5iq [13:49] glitchd: looks nice, try "sudo grub-install" let's see what happens [13:49] @hahaha tomreyn: "did not work": did not show up in my target PC's bootable devices [13:50] EriC^^, do i need to specify a device to install grub to? sda/sdb/sdd/sde? [13:50] @tomreyn do you suggest using another image then? [13:50] EriC^^ It says "press any key" but it freezes. [13:50] glitchd: nope no need for uefi [13:50] EriC^^ "error: attempt to read or write outside of disk 'hd0'Press any key to continue..." It is an error something like this. [13:50] EriC^^, just "sudo grub-install"? [13:50] rebab: oh [13:50] lenzeor: hmm, that's weird. okay, i'd say keep going with what you're doing now, and if you want to give it up later you can still come back here and get help doing a standard desktop installation. [13:51] rebab: do you have an ubuntu live usb you can use [13:51] EriC^^, no dice. sudo grub-install [13:51] grub-install: error: /usr/lib/grub/i386-pc/modinfo.sh doesn't exist. Please specify --target or --directory. [13:51] EriC^^ I can't boot but I can see my personal files while "Try Ubuntu". [13:51] EriC^^ Yes I am using right now. [13:51] @tomreyn: foreshadowing :D [13:51] rebab: ok, type "sudo parted -ls | nc termbin.com 9999" [13:52] EriC^^, damn, youre busy this morning lol +1 [13:52] EriC^^ https://termbin.com/ygh5n [13:53] lenzeor: you can make the mini.iso installation work, but you'll probably need to download .deb apckages matching this ubuntu release you're installing on another computer, write them to a mobile storage,a nd attach that storage to the system you're trying to set up, so that you can use the wireless there. [13:53] glitchd: try "sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi" [13:54] EriC^^ Do I need more space to repair boot? I have 5.9 GB free space. [13:54] EriC^^, https://pastebin.com/rMLvpF08 [13:55] rebab: it looks like it has the boot files far enough that grub can't reach them or something, according to boot-repair log and some stuff i found on google [13:56] rebab: one solution is to make a boot partition at the start so the /boot files are always there where grub can reach them, let's try first to reinstall grub as per usual and see what happens [13:56] @tomreyn, what kind of packages do I need to make the wifi card work? [13:57] rebab: type "sudo mount /dev/sdb1 /mnt" [13:57] EriC^^ Okay. [13:57] lenzeor: network-manager and its dependencies, i'd say. [13:57] glitchd: ok, any files in /boot/efi ? [13:57] how i can get my ubuntu terminal to send a notification (doesnt matter what it says) when there is a terminal beep [13:57] (as iterm2 does on osx) [13:58] tomreyn, those are not on the mini.iso? are they on another image? [13:58] EriC^^, yes! https://pastebin.com/Ds1gsJ3L [13:58] rebab: then type "for i in /dev /proc /sys; do sudo mount -R $i /mnt$i; done" [13:59] lenzeor: i'm not certain that they are not on the mini.iso (i assume they are not, or not all of them, or not in a way that the installer can install them to the target) [13:59] glitchd: great, ok, so now type "sudo mkdir -p /boot/efi/microsoft/boot/" [13:59] lenzeor: the standard desktop installer comes with those packages and installs them, too. [14:00] EriC^^, done. [14:00] EriC^^ okay. [14:01] tomreyn, sounds ridiculous, but the usb drive i am using has 1,8GB [14:01] glitchd: crap, sorry typo [14:01] lenzeor: that's enough for the installation source, not for the installation target. but i assume oyu mean the source, i.e. where you write the installer to. [14:02] glitchd: type "sudo mkdir -p /boot/efi/efi/microsoft/boot && sudo rmdir /boot/efi/microsoft/boot" [14:02] rebab: type "sudo chroot /mnt" [14:02] EriC^^, done [14:03] lenzeor: it is well possible that i'm just mixing up mini.iso with the alternative server installer, though,a nd maybe mini.iso actually supports wwireless installations. after all, you said you saw on dmesg that iwlwifi was looking for firmware, so the driver is there and is loaded. [14:03] glitchd: type "sudo cp /boot/efi/efi/ubuntu/grubx64.efi /boot/efi/efi/microsoft/boot/bootmgfw.efi" [14:03] glitchd: also "sudo cp /boot/efi/efi/ubuntu/grubx64.efi /boot/efi/efi/microsoft/boot/" [14:03] EriC^^, done [14:03] EriC^^ "chroot: failed to run command ‘/bin/bash’: Input/output error" [14:03] lenzeor: that's why i was saying: just keep going with what you'Re doing, and come back if it doesn't work out. [14:03] tomreyn, yes exactly. the standard desktop installer is too big for that drive though... target it an ssd [14:03] rebab: that looks kinda bad, type "dmesg | grep -C4 sdb | nc termbin.com 9999" [14:04] looks like the output of a dying hard drive [14:04] EriC^^ https://termbin.com/y365 [14:04] rebab: input output error usually means bad harddisk or maybe the wires/connections [14:05] tomreyn, I am stuck at "configure network" step of installation. [14:05] lenzeor: oh right the standard ubuntu desktop installer has grown to 2 GB. you could try a different flavor, though, those are a little smallere.g. xubuntu is 1.5 GB. [14:05] xubuntu ftw [14:05] rebab: try "sudo apt-get install smartmontools && sudo smartctl -a /dev/sdb | nc termbin.com 9999" === lotus|i5 is now known as lotuspsychje [14:07] glitchd: ok, so the deal is now that uefi usually has a list in the motherboard of which files to boot, unfortunately we cant access it in legacy mode, i put the default locations of the files that windows uses in case the bios picks it up, then once ubuntu is booted in uefi mode you can run grub-install again and efibootmgr should add the entries for you automatically [14:07] EriC^^ https://termbin.com/wf1k [14:07] EriC^^, so i need to reboot and see what happens then? [14:07] glitchd: try to restart and try selecting ubuntu's hdd from any menu you can access, if you can't and it's very easy to unplug or turn off the windows disk, that might do it to boot ubuntu for now [14:08] glitchd: yeah basically, try to select the ubuntu disk if possible though from a menu [14:08] something like UEFI.... blabla disk [14:08] lenzeor: 2GB is 18.04.2, 18.04.3 seems to be more like 1.9 GB, so maybe you could massage that into place. [14:08] EriC^^, ok ill give it a try and ill be back in a few minutes depending on what happens when i reboot [14:08] in case it offers 2 options UEFI and no uefi [14:08] alright [14:09] lenzeor: you don't have a larger usb stick or external hdd though? [14:09] or a rooted mobile phone? [14:09] rebab: seems like the disk is on it's way out, there are 47 pending bad sectors but it doesnt seem to be able to relocate them yet [14:09] I do have a very large external HDD but I really need the data on there [14:10] i see, don't tough that then [14:10] *don't touch [14:10] the pc i'm on it now and try to connect it via my mobile [14:10] @tomreyn let me see if I can find something [14:11] can we help you vasely ? [14:12] EriC^^ what should I do? [14:12] rebab: do you have important data on it? [14:12] that you dont have backed up somewhere else? [14:13] yea please [14:13] vasely: and your question please? [14:14] @tomreyn, maybe ill just grab a 4GB USB from a supermarket... seems way easier even though I enjoy dabbling with ubuntu to see how it works. [14:14] still tring to find what happen to anydesk program & also need to know how i can run vnc in my linux and view it from my mobile [14:14] vasely: and the relation to ubuntu please? [14:15] anydesk was working will till 3 days ago and now i can see it online from mobile and if i try to connect i got error time out [14:15] so i'm thinking to work with vnc but sa 1st time i don't know what i should do [14:17] EriC^^ Actually yes. I have lots of data on it. I always reach those datas with a usb stick. [14:18] rebab: do you have important data on it? [14:18] that you dont have backed up somewhere else? [14:19] now i'm in linux machine ubuntu 19 and need to access via my mobile [14:19] EriC^^ I don't have an external hard drive right now. [14:19] my mobile have vnc viewer [14:19] pc have x11vnc [14:20] EriC^, yea that did not work, i can only get windwos to boot from the grub list now [14:20] vasely, run "x11vnc -speeds dsl -scale 0.8 -passwd yourpassword -noxdamage -verbose -noxrecord" on your linux machine, it should starts, print info and wait for connections. [14:21] vasely, then try to connect to it from your mobile. [14:21] EriC^, im booted on a live usb right now [14:21] vasely, If you run the command via ssh you need to add the option "-display :0.0" or whatever the display ID is. [14:22] glitchd: alright [14:22] glitchd: type "sudo efibootmgr -v | nc termbin.com 9999" [14:22] rebab: the disk is on its way out, it's not reliable anymore [14:24] EriC^, will that work from a live usb? [14:24] EriC^, https://termbin.com/r3ovq [14:24] i did as u say and still can't access [14:24] lenzeor: please choose your preferred way to spend your time freely! [14:25] i got msg. The connection attempt time out. [14:25] vasely, What does it says when you try to connect? and does it prints something on the linux machine where you entered the x11vnc command? [14:26] vasely, There is probably something wrong with your connection, can you connect to the machine using ssh? [14:26] glitchd: ok, type "sudo parted -ls | nc termbin.com 9999" [14:27] EriC^, https://termbin.com/34zn [14:27] glitchd: type "sudo efibootmgr -c -w -l \\EFI\\ubuntu\\grubx64.efi -L "Ubuntu" -p 2 -d /dev/sdd" [14:28] i got this from machine ( the VNC desktop is: elkhateib:1 [14:28] PORT=5901 [14:28] ****************************************************************************** [14:28] Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? [14:28] The scheme stores pixel data offscreen on the VNC viewer side for faster [14:28] retrieval. It should work with any VNC viewer. Try it by running: [14:28] glitchd: then "sudo efibootmgr -v | nc termbin.com 9999" [14:28] !paste | vasely [14:28] vasely: 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. [14:30] EriC^, https://termbin.com/ebx7 [14:32] glitchd: looks good, try rebooting [14:33] EriC^, ok ill give it a try [14:44] EriC^ nope that didnt work either, same results, only windows will boot from the gurb list now [14:44] EriC^im almost ready to just say screw it and try to put it back how it was before [14:49] EriC^? [14:51] glitchd: i think it's still booting it in legacy mode [14:51] glitchd: make sure to select uefi mode in the bios and disable csm legacy [14:51] https://pastebin.com/tnAQ8PZm [14:51] glitchd: if it boots ubutu in uefi mode, typing "ls /sys/firmware/efi" should give you some files [14:51] and what if it is in uefi mode already [14:52] glitchd: i doubt, but try "ls /sys/firmware/efi" [14:52] try that now, from the live session? [14:52] from the installed ubuntu [14:52] or only if it boots after i check the bios? [14:52] ok i got it, ill be back either way [15:03] is there any other way to remote access my linux insted of x11vnc [15:03] easy way [15:03] Teamviewer vasely [15:04] :-) i need to access more than 15 pc and teamviewer if fell that blocked me [15:04] in da past i was using it [15:04] Hi. I don't know if this question is out of topic in this channel, but I'll try anyway. I want to install a VNC server so I can share my desktop with another user. I tried installing tightvnc, but instead of my current desktop, I could only see a grey background. I guess it was trying to start another session. [15:04] the problem is that the machine where I want to install the vnc server is a virtual machine. [15:04] so this is why i try anydesk but look like also blocked don't know how to make it run again [15:05] # woenx also i need a way to access my linux remotely [15:05] hello, my computer crashed while it was copying files to a directory on an external harddisk.(I had to forcefully shut down the computer by pressing the power button) now that directory says "input/output error" when I try to read it. Is there a way to fix this? [15:06] Hi, vasely, fellow remote desktop user in need for help :) [15:06] vasely: how comes you run a load balancer and router but don't know how to setup a port forwardsing to a system behind it? [15:06] vasely: have you tried with realVNC? [15:07] tim167_, unmount the disk and try fsck /dev/sd? [15:07] # tomreyn all my router and load balance open port 5900 , 5901 [15:07] sd* [15:07] The one matching your disk/partition actually :) [15:10] vasely: if you r organization has a need to run a load balancer then your organization also has staff who are abele to setup a VPN (maybe you already have one) and then you could and should most likely use that to access the VNC from abroad, through the internet. [15:10] tomreyn: i don't have vpn [15:12] akemhp, thanks, I'll try that [15:12] I'd be very surprised that any router/firewall system capable of load balancing isn't also capable of VPN access. [15:13] there is an option of vpn but i never use it (new guy) [15:14] Ok, I did it. Using x11vnc it worked at the first try. [15:14] this is why asking for support as i don't know even what i should search for [15:14] vasely: which size (amount of staff) is this organization? [15:14] akemhp, I get "ext2fs_open2: Bad magic number in super-block" [15:14] 15 [15:14] not all in same place [15:14] If you're accessing your system remotely, I'd STRONGLY suggest you set up a VPN as opposed to simply port forwarding 5900 and 5901. Without encryption, you're sending your session data in the clear (including passwords). [15:15] vasely: oh, that's not a lot. but especially with "not all in the same place" you need to have a VPN. [15:15] tim167_, What command did you typed? [15:15] 10 in 1st place ,3 in 2nd and 2 in 3rd [15:15] tim167_, Double check, that it's actually the partition, not the disk. [15:15] akemhp, might it be because it's a dos partition? ("Found a dos partition table in /dev/sdb"). I did "sudo fsck /dev/sdb" [15:15] vasely: so i'd say: set this up first, then look into the VNC [15:16] vasely: if you need the VNC earlier, open ssh port, do what https://help.ubuntu.com/community/VNC discusses [15:17] tim167_, type "sudo fdisk -l /dev/sdb 2>&1 | nc termbin.com 9999" [15:18] akemhp, it gives "fsck from util-linux 2.31.1" when I do "sudo fsck /dev/sdb1" [15:18] akemhp, ok... trying [15:19] Hello, where can I find a good introduction into the unix shell and it's most common commands? [15:19] https://termbin.com/m4hf [15:19] !terminal | lenzeor [15:19] lenzeor: The linux terminal or command-line interface is very powerful. In Unity or GNOME, search the dash for "terminal" and press ENTER. Other desktops: Applications -> System Tools -> Terminal (MATE), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [15:19] If it's a NTFS partition you'll need ntfsfix instead. [15:20] akemhp, i think its a dos partition [15:20] akemhp, https://termbin.com/m4hf [15:20] tim167_, try "sudo ntfsfix /dev/sdb1" [15:20] tim167_, Yeah. [15:21] tim167_: to identify the file system you can use: sudo file -s /dev/sdb1 [15:22] akemhp, tomreyn , sudo ntfsfix /dev/sdb1 gives "Mounting volume... OK [15:22] Processing of $MFT and $MFTMirr completed successfully. [15:22] Checking the alternate boot sector... OK [15:22] NTFS volume version is 3.1. [15:22] NTFS partition /dev/sdb1 was processed successfully." [15:22] !paste | tim167_ [15:22] tim167_: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [15:22] tomreyn, oops sorry :) [15:23] the Desktop installer is stuck at the first line "ISOLINUX... Peter Anvin et al" [15:23] tim167_, Once ntfsfix has completed try to unplug, and plug back your hard drive, and go to that directory. [15:23] What did I do wrong? [15:23] akemhp, ok thanks... [15:23] EriC^ hey im back finally, but the system still isnt working correctly [15:24] akemhp, fixed! many thanks :) [15:25] lenzeor: you did not verify that your download matches the checksum, and/or that the download was properly written to the installer media [15:25] EriC^this is what info i gathered tho, csm is disabled, the bios said its in uefi mode, and there was something else, but i cant seem to remember it now....ugh i hate having such a bad memory. should of written it down. [15:26] EriC^is there any way to just get it back to how it was and ill live with having to select a specific hard drive to boot from when i boot the computer? [15:27] glitchd: that suggests that when the Ubuntu installer added itself to the UEFI's boot manager, the PC decided it doesn't trust the entry and isn't offering it. We see quite a few PCs like that which require operators to jump through some hoops to 'trust' the Linux boot loader [15:28] glitchd: Usually it is possible to solve this but it has to be done through the PC's own firmware setup pages. For us to help you we need to know the exact make/model of the PC. If you're using the LiveISO boot then in a terminal "journalctl -k | grep DMI:" [15:29] TJ- yes im currenty on a live usb because while trying to get windows to boot from grub, it made my system unable to boot linux from grub. ill run the command and pastebin you the output. [15:30] TJ-https://pastebin.com/wcwYkykD [15:30] TJ- https://pastebin.com/wcwYkykD [15:32] TJ- windows is sde and linux is sdd [15:33] TJ- the windows efi partition is sde2 [15:34] glitchd: Lenovo are generally well-behaved; can you show us "pastebinit <( efibootmgr -v )" [15:35] TJ- EriC^ was helping me and we made a second boot partition of 300,b and put it on the same disk as my linux install (sdd2) [15:35] TJ- im not on a lenovo, i custom built this machine in the last couple of weeks [15:38] TJ- and part of my confusion now is that there are 2 partitions with efi folders in them. sdd2 is one, and linux is installed on sdd, and there is an efi folder on sde2 and windows is installed on sde. [15:38] EriC^ thank you for all your help, much appreciated. [15:39] glitchd, why do you have an efi partition on a ms-dos PT ? [15:40] glitchd: hey i was away for a while [15:40] EriC^ no worries [15:40] glitchd: so right now the grub that's appearing is the legacy one? or ? [15:40] @loria im not sure tbh [15:40] glitchd, i'am saying it's not even possible,but quite odd [15:41] EriC^, don't you think ? [15:41] ioria: he had legacy and converted to uefi [15:41] yeah it's not a daily sight to see [15:42] glitchd: ok so csm is disabled, and boot mode is uefi, i think in lenovo the button to press is F12 that gives a boot menu [15:42] EriC^i think its the legacy one, imnot entirely sure tho [15:42] EriC^ im not on a lenovo.. [15:42] glitchd: ok, well you mentioned a boot menu you can choose the disks in, do you have a UEFI - ubuntu disk here entry? [15:42] EriC^ not sure why you think im on a lenovo, but youve mentioned that twice already.. [15:43] glitchd: thought i saw TJ- telling you something about lenovo, nevermind :) [15:43] EriC^ no that was someone else he was talking to [15:43] EriC^ i just built this pc in the last week or so [15:43] i see [15:43] yepyep [15:44] glitchd: do you get any UEFI options in the boot menu you were talking about? [15:44] EriC^ i think im gonna have to reboot again and go check the bios and take pictures of the info because my memory sux and im not sure what i saw now.. [15:44] glitchd: 1 sec [15:44] glitchd: haha sorry, my eyes mis-scanned the DMI and picked up the OSI being offered by the kernel [15:44] glitchd: which motherboard are you using? [15:45] glitchd: can you show us "pastebinit <( efibootmgr -v )" [15:45] EriC^ an asrock mobo [15:45] TJ-http://paste.ubuntu.com/p/P6T5SY643k/ [15:45] EriC^: let's see if there is a boot menu entry first [15:46] TJ- http://paste.ubuntu.com/p/P6T5SY643k/ [15:46] glitchd: ok, so what about that menu you were talking about? the one where you used to select windows or ubuntu from? [15:46] TJ- this web irc client sux. === SimonNL is now known as SimonNL_Afk [15:47] EriC^ before we started on this i had a normal grub menu, ubuntu booted fine from it but the windows entry would not boot. i would have to select the windows hard drive from the bios boot menu in order to get into windows. [15:48] EriC^ thats why i wanted to fix it [15:48] EriC^ but now its worse than it was before lol [15:48] glitchd: EriC^ hmmm, so it's on an msdos disk label (MBR) with an EFI-SP in the 2nd partition? [15:48] EriC^ honestly at this point, id rather just go back to what i had. [15:49] glitchd: don't worry too much we can follow :) EriC^ looks like Ubuntu is set as the default in the boot order [15:50] hello everybody [15:51] guys i need your help...i have problem with repositories and downloading files in general [15:51] i do not know what happen... [15:51] glitchd: you're 99% there [15:51] i cannot run apt dist-upgrade [15:51] the download is slooooow [15:51] EriC^ alrighty then, ill stick with it [15:51] glitchd: EriC^ there are multiple devices? both Windows and Ubuntu point to the same device for their respective boot loaders. EriC^ do you know if that is what is expected? [15:52] but i think there is not a problem with dsl because i have just downloaded a file from google of mb in 2 seconds [15:52] TJ-: the real windows one is 0004 [15:53] TJ- EriC^ is there any other info i can get for you guys? [15:53] glitchd: if you boot up the pc then press F11 do you get a boot menu? [15:54] eric [15:54] EriC^yes [15:54] I'm trying to understand version management in Ubuntu. So running apt policy postgres gets me different results locally VS a digital ocean VM https://dpaste.de/EkPQ. Does the installed version affect what major version this command returns? i.e. the digitalocean VM already has V10 installed. [15:54] EriC^: glitchd so the solution looks to be twofold: 1) remove the MBR and the boot menu entries referencing it and 2) apply correct GPT entries? [15:54] is there a UEFI entry? [15:54] EriC^: not sure what has gone before in working on this so I'd best defer to your knowledge [15:55] EriC^ no there is not [15:55] TJ-: he had ubuntu in legacy mode, windows in uefi mode, we converted ubuntu to uefi mode with its own efi partition and added the entry using efibootmgr [15:55] i read a problem that could be to ip ipvv [15:55] glitchd: is there a secureboot option? [15:56] i read a problem that could be to ip ipv6 [15:56] ipv4 ipv6 [15:56] EriC^ i believe its disabled [15:56] glitchd: if there is a secureboot option you want it disabled, actually try 'mokutil --sb-state' [15:56] ill get a picture of the current grub screen, 1 second [15:56] aha [15:57] EriC^mokutil --sb-stateSecureBoot disabledPlatform is in Setup Mode [15:57] glitchd: ok, so right now you're getting grub then [15:57] glitchd: when you choose ubuntu and it boots, does typing "ls /sys/firmware/efi" give you anything? [15:58] is it a bad idea to have random/arbitrary things log to /var/log? (asking because i just noticed default perms dont allow non-privileged creation of dirs in there) [15:58] newdimension: you're comparing different ubuntu releases first of all, bionic (18.04 LTS) vs disco (19.04). [15:58] cause if it doesn't that means your motherboard isnt booting in uefi mode, cause if it were just ignoring the ubuntu entry it would have booted windows for you, but it seems like it's stuck booting in legacy mode and using the old mbr [15:58] EriC^ im booted onto a live usb so i dont know [15:58] EriC^: note: might be good to extend the Timeout using efibootmgr so glitchd gets chance to review and use the boot manager meny [15:59] tomreyn: True. Things it makes sense that there is a setting somewhere that tells apt to not upgrade to the next major version. I'm wondering where it is [15:59] *Thing is [15:59] TJ-: never done that before, open to trying it [15:59] newdimension: the available version is set based on information retrieved from the apt archive mirror server (when you run "apt(-get) update") you see listed there [15:59] !latest | newdimension [15:59] newdimension: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [16:00] glitchd: you're literally 99% done it's just a matter of booting ubuntu using the efi file and not the legacy mbr [16:00] welp its no use, i cant install the grub-emu package in a live environment [16:00] guys anyone has problem with repositories? [16:00] tomreyn: Postgres V11 is available for 18.04 though, so that's not it [16:01] EriC^ im not quitting, just getting agitated with it is all [16:01] newdimension: not in ubuntu, no https://packages.ubuntu.com/search?exact=1&keywords=postgresql [16:02] newdimension: when i say this i mean "not from the official ubuntu repositories" (but yes, most likely from postgresql.org's apt repositories) [16:02] I see. Is there a package setting that lets apt know to not upgrade to the next major version? [16:03] glitchd: alright, try "sudo efibootmgr -o 0000,000B,0004,0007,0008,0009,000A,000C,000D" just in case it helps [16:03] newdimension: yes, that's the release codename. [16:03] EriC^https://pastebin.com/N18ApnMG [16:04] newdimension: when a new version of ubuntu is about to be released, an upstream (postgrsql.org) version is picked to be available in this ubuntu release, and this upstream version will always remain the same (it just gets security patches and major bug fixes backported) during this ubuntu release. [16:05] newdimension: that's one of the major benefits of non-rolling linux distributions. you get version stability [16:05] Are you saying that an Ubuntu LTS picks a latest version of a package, and keeps it for the lifetime of the Ubuntu LTS ? [16:05] glitchd: ok, try to reboot, when you get grub, boot ubuntu and type "ls /sys/firmware/efi" and see if you get any files, also type "sudo update-grub" [16:06] newdimension, and those packages get security updates, just no new features [16:06] * backported [16:06] newdimension: that's what i'm saying, and what ubottu was saying, yes. there is an exception to this rule, which applies to snaps and to select packages such as firefox. [16:06] but when i try to boot the ubuntu in the grub list, it sends me to grub rescue [16:06] EriC^^^^ [16:06] EriC^ thats why i have to use this usb to boot from [16:07] glitchd: that's pretty odd [16:07] huh, what's the rational of that decision? Sticking to the postgres example. Why would the ubuntu release team care of a user uses V11 or the upcoming V12? [16:09] newdimension: they don't. you choose which linux dustribution you install (and thus which policies you can rely on), and which third party repositories (which may provide different software versions at different upgrade policies) [16:10] EriC^ ill give it another try tho, brb [16:10] glitchd: type sudo mount /dev/sdd2 /mnt [16:10] glitchd: it's ok let's just take a look at the grub files and stuff [16:10] ok [16:10] i did the command [16:11] you were aware that you had me make a second boot partition, right? [16:11] yeah [16:11] ok just checking [16:12] glitchd: type "ls -l /mnt/boot/grub/x86_64-efi" [16:12] do you see files there? [16:12] newdimension: from point of view of a system administrator managing larger environments version (and software / package dependency) stability is a benefit since you have a stable foundation you can rely on, fixed versions you can look after. [16:13] EriC^ls -l /mnt/boot/grub/x86_64-efils: cannot access '/mnt/boot/grub/x86_64-efi': No such file or directory [16:13] glitchd: it's kind of odd to get grub rescue> after getting a menu in grub, usually if grub cant find its files and load the menu it'll give a grub rescue> [16:13] aha [16:13] i thought it might be missing some modules or something and that's why it's giving a grub rescue> [16:13] glitchd: ok great [16:13] hey guys do you read my messages? [16:14] asdfgh: we can read you [16:14] oh ok [16:14] this internet problem is driving me crazy [16:14] tomreyn: Let me ask this another way. Let's say you add postgres' official repo as a source, so now apt update will always get the latest version. How do you tell your system to not update to a new major version? [16:14] glitchd: let's try to chroot and get the files there [16:14] !details | asdfgh [16:14] asdfgh: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [16:15] do you read that could be a problem with ipv4/ipv6 a conflict because they are using the port 53 both [16:15] glitchd: type "for i in /dev /proc /sys /run; do sudo mount -R $i /mnt$i; done" [16:15] !pinning | newdimension [16:15] newdimension: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [16:15] glitchd: then 'sudo chroot /mnt' then 'mount -a' [16:15] tomreyn my problem is that...i have a good internet connection if i run a speed test i have 90 Mb / download and 20 Mb in upload...but.... i cannot donwload the packages from the repositories [16:15] newdimension: but you shouldn't really do this since you'll end up with unsupported and unpatched package versions. [16:16] i do not know, maybe can i do a traceroute or something like this? [16:16] E: Impossibile recuperare http://archive.ubuntu.com/ubuntu/pool/main/l/linux-hwe/linux-headers-5.0.0-29-generic_5.0.0-29.31~18.04.1_amd64.deb Connessione non riuscita [IP: 91.189.88.149 80] [16:16] cannot connect to that ip..... [16:16] please.. anyone can test it for me ? [16:16] EriC^for i in /dev /proc /sys /run; do sudo mount -R $i /mnt$i; donemount: /mnt/dev: mount point does not exist.mount: /mnt/proc: mount point does not exist.mount: /mnt/sys: mount point does not exist.mount: /mnt/run: mount point does not exist.ubuntu@ubuntu:~$ [16:17] asdfgh: works from here. can you ping it? [16:17] glitchd: hmm type "sudo parted -ls | nc termbin.com 9999" [16:17] tomreyn i cannot ping it [16:17] root@desktop:/home/damiano/Scaricati# ping 91.189.88.149 80PING 80 (0.0.0.80) 56(124) bytes of data. [16:18] glitchd: ah crap, i think sdd2 was actually the efi partition not the root partition [16:18] https://termbin.com/jno8 [16:18] asdfgh: don't provide the port number (80) when you ping. [16:18] yep [16:18] glitchd: sorry about that, type "sudo umount /mnt && sudo mount /dev/sdd1 /mnt" [16:18] asdfgh: ping -c 10 91.189.88.149 2>&1 | nc 5.39.93.71 9999 [16:18] ooh i did not noticed it [16:18] right [16:18] i can ping it [16:18] 64 bytes from 91.189.88.149: icmp_seq=1 ttl=52 time=41.0 ms <---- this is the result tomreyn [16:19] EriC^ done [16:19] newdimension: actually the postgresql.org apt repository is special in that they don't just provide their latest version but also provide updates for major releases, i.e. you can choose the major release to follow. [16:19] as i told you before i have downloaded google chrome (around 59 MB) in just 2/3 seconds.... but i do not know what happen with repositories [16:19] newdimension: https://wiki.postgresql.org/wiki/Apt see the notes on supported major releases there. [16:19] glitchd: ok, type "ls /mnt/boot/grub/x86_64-efi" [16:20] are the modules there? [16:20] asdfgh, maybe changing mirror helps ?? [16:20] asdfgh: could you run the command i posted and üpost the url it returns here? [16:20] OerHeks i do not know, i have selected the official repos [16:20] it is a fresh ubuntu 18.04.3 installation [16:21] EriC^ https://pastebin.com/e3W2c2JL [16:21] glitchd: that looks right [16:21] what can i do? pray? :) [16:21] glitchd: ok, type "for i in /dev /proc /sys /run; do sudo mount -R $i /mnt$i; done" === jhutchins_wk1 is now known as jhutchins_wk [16:21] maybe a conflict with ipv4/6 ?idk [16:22] asdfgh: ok, you're not working with me, then i can't work with you. [16:22] good luck! [16:22] EriC^done [16:22] tomreyn pardon, you are right...let me read your message i missed it === Hobadee_ is now known as Hobadee [16:23] tomreyn: I'm missing something. Ubuntu releases an LTS every two years. How can it be standard practice to ignore major upgrades of packages during those two years? Is the choice at hand whether one relies on the piece of mind of a Ubuntu maintained versions. Or the alternative of subscribing to package's repository? [16:23] tomreyn https://termbin.com/e8diu [16:23] glitchd: ok great [16:23] glitchd: type "sudo chroot /mnt" then "mount -a" [16:24] how do I do both a static IP and dhcp (so the nic gets 2 IPs) using /etc/networking/interfaces (because that's what others in the group are comfy with) [16:25] i've done it with netplan - that's great and I'm kinda grumpy that I can't do it that way :p [16:25] EriC^sudo chroot /mnt" then "mount -achroot: cannot change root directory to '/mnt then mount': No such file or directory [16:25] newdimension: yes, that's roughly the choice. if some software you want to use provides apt repositories like postgresql does, where they provide both security updates and bug fixes for their major releases for a certain time. which you almost never see with other software. [16:25] glitchd: type "sudo chroot /mnt" [16:25] tomreyn as you can see i can ping it [16:26] EriC^then type the other one? [16:26] asdfgh: okay, so you can reach the destination fine via icmp. now let's see an apt update: sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -qqy update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 EriC^ oh god i see what i did... [16:27] tomreyn i am running it [16:27] asdfgh: ok, this should again return a url. [16:27] tomreyn yes: https://termbin.com/f97i [16:27] EriC^ im ready for the next after mount -a [16:27] glitchd: alright, try "sudo update-grub" let's hope it picks up windows [16:28] it didnt before right? [16:28] I'm getting the impression that in most cases people develope software for Linux. Then the teams of the different flavors port them to the flavor they maintain? That might make sense for big projects, but why would maintainers spend the time on a random software. [16:28] asdfgh: there wer eno errors this time. can you show the errors you get when you try to run "sudo apt update", on a pastebin? [16:28] !paste | asdfgh [16:28] asdfgh: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:28] EriC^ i believe it did this time https://pastebin.com/CcpUgcyE [16:28] tomreyn at the moment i have not getting an error....it is "blocked" on apt dist-upgrade --fix-missing [16:29] tomreyn https://pastebin.com/mjct3ubc [16:30] tomreyn, virtualbox also provides apt repos [16:30] and so does puppet [16:30] glitchd: type "ls /sys/firmware/efi" [16:31] * TomyWork goes home [16:31] glitchd: nope it didnt, it should say found windows bootloader blabla [16:31] glitchd: it's booted in uefi mode right? you get the files from the ls command? (no need to paste) [16:32] EriC^ well dam https://pastebin.com/pWhv4wB6 [16:32] yes [16:32] its lists files with that last command [16:32] asdfgh: so i translated this,i think "In attesa degli header" is italian for "waiting for headers". i assume the remote server may have some issues, it had similar issues yesterday. [16:33] glitchd: ok, let's first try to determine for sure what's actually booting, the ubuntu mbr or efi file [16:33] asdfgh: i suggest you use a different miirror server for the while being. https://launchpad.net/ubuntu/+archivemirrors [16:33] glitchd: once we're certain the uefi ubuntu grub is booting, we can see why it's giving a grub rescue> and troubleshoot that [16:33] tomreyn yes the translation is correct... ok but.... why? i mean, is it possible that the official repos are having problem? [16:33] tomreyn where should i set them ? [16:33] glitchd: how about we zero out the bootloader from the mbr, that way we know for sure any grub you're getting is the ubuntu efi grub [16:34] asdfgh: an easy way to switch to new mirror servers is to change the country you're getting your packages from when you run: software-properties-gtk [16:35] glitchd: let's backup the mbr though first, just in case, type "sudo mount /dev/sde4 /cdrom" [16:35] we'll back it up on the windows partition so it's not on the same disk [16:35] tomreyn why can i not see https://launchpad.net/ubuntu/+mirror/ubuntu.mirror.garr.it [16:35] ? [16:36] i have selected the country...italy...but i do not see that repo [16:36] glitchd: did you get my msgs after EriC^> glitchd: ok, let's first try to det.... ? [16:36] nevermind, thought you got d/c [16:38] EriC^ hey i got disconnected, then it wouldnt let me have the same name [16:38] glitchd52: it just occurred to me, you're getting the grub rescue> after pressing ubuntu cause its looking for the i386-pc modules (legacy ones) which are now removed [16:38] so i guess it's booting in legacy mode still [16:38] EriC^that makes sense i suppose [16:38] yeah [16:38] asdfgh: on this graphical interface, you can only choose mirrors by country. [16:39] glitchd52: anyways let me repeat the stuff i said [16:39] glitchd: ok, let's first try to determine for sure what's actually booting, the ubuntu mbr or efi file [16:39] thank you [16:39] tomreyn ok i manually change them in sounrces.list [16:39] asdfgh: i sugegst you choose a neighbouring country until tuesday, then switch it back to italy. [16:39] glitchd: how about we zero out the bootloader from the mbr, that way we know for sure any grub you're getting is the ubuntu efi grub [16:39] glitchd: let's backup the mbr though first, just in case, type "sudo mount /dev/sde4 /cdrom" [16:39] asdfgh: manually editing the archive url in sources.list is the other option, right [16:40] EriC^ done [16:40] What is the easiest way to determin the coordinates needed for the -crop command within convert? [16:40] ok i will change them with [16:40] https://launchpad.net/ubuntu/+mirror/ftp.halifax.rwth-aachen.de-archive [16:41] asdfgh: if you manually edit sources.list you can choose any of the italian mirror servers which seem up to date for your ubuntu release [16:41] tomreyn yes [16:41] but i only see [16:41] EriC^ wasnt sde4 my windows partition? [16:41] glitchd52: ok, type "sudo dd if=/dev/sdd of=/cdrom/mbr.backup bs=512 count=1 " [16:41] deb http://ftp.halifax.rwth-aachen.de/ubuntu/ bionic main deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ bionic main [16:42] from (germany) however... just to understand.... why in my sources.list i also see : [16:42] deb http://ubuntu.connesi.it/ubuntu/ bionic-updates main restricted [16:42] glitchd52: yeah i thought we'd back it up there instead in case something goes wrong [16:42] etc [16:42] asdfgh: i've forwarded your report about the mirro server issues to the mirror managers in #ubuntu-mirrors [16:42] i only need those two lines ? [16:42] !enter | asdfgh [16:42] asdfgh: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone. [16:42] EriC^ this computer doesnt have a disc drive.. [16:42] tomreyn oh thank you!! [16:42] ubottu ok, pardon. [16:42] glitchd52: yeah i know we mounted the windows partition at /cdrom [16:43] EriC^oh so it doesnt get wipped with the dd command? [16:43] nope we're just copying the first 512bytes of sde to a file there called mbr.backup [16:43] oh ok [16:43] that's the whole mbr, after we have a backup, we'll zero out just the bootloader, leaving the partition table and stuff [16:44] is the space after the 1 intentional? [16:44] at the end of the command i mean [16:44] it's sort of redundant now that it seems more that it's booting the legacy ubuntu, but i guess maybe if the bios doesnt find anything it'll give the uefi files a shot [16:44] glitchd52: nope it doesnt matter [16:45] ok [16:45] tomreyn this is my sources.list currently: https://pastebin.com/3xd2UJZk [16:45] ok that command is done [16:45] i am going to change all of those with the germany servers [16:45] instantly i might add [16:45] newdimension: sorry, i missed your response (which you did not indicate was directed to me, but i assume it was): software versions amongst ubuntu flavors (if that's what you mean, not (releases of) linux distributions) are the same for the same release version. [16:47] glitchd52: ok great, type "sudo dd if=/dev/zero of=/dev/sdd bs=440 count=1" [16:47] tomreyn: Felt I was mentioning you too much :) I guess what I'm not grasping is why do Ubuntu maintainers need to support software. Why doesn't this fall on the software developer? [16:47] EriC^ done [16:48] i do not know if it is a repository problem i am changing with the germany servers then apt update....and i am waiting a lot of time...i do not if it is "normal" [16:48] glitchd52: ok, now the mbr should be gone, can you be in the bios/grub and here at the same time? from a cellphone or another pc? [16:48] i am blocked here: https://pastebin.com/ci1zZaXw [16:49] EriC^ill see if i can pull something up on my phone for this [16:49] ok cool [16:49] not started again with 72 kB speed :ooo [16:49] newdimension: it'd be a heavy burden on software developers supporting their past releases. some do, but not necessarily provide the results as an apt repository, or one that is compatible with specific ubuntu versions, or for the full 10 years an LTS release is supported. [16:50] glitchd52: ok, type "exit" to get out of the chroot, then try to reboot, see what happens, now there's no more grub in the mbr so we have to get the motherboard to boot the efi file [16:50] tomreyn can it not be related to DNS or other things like the ipv4/ipv6 conflict? i read about this problem that coul dhappen [16:50] EriC^ i want to get this convo up on my phone before i do anything [16:50] glitchd52: some motherboards give more option when you set an administrator password, so try setting one for the bios, and see if you get any more boot options about uefi, trusting efi files, etc [16:51] TJ-: do you know of any peculiarities about asrock + uefi/ubuntu ? [16:51] newdimension: the ubuntu security team oversees which software in the ubuntu repositories require security patches, and (not only, btut at the very least) for the 'main' and 'restricted' repositories, they make sure those are applied for important fixes by the package maintainers (or other ubuntu developers). this is a service Canonical (the company behind Ubuntu) provides to its paying customers and the greater community for free (for 5 years, [16:51] 10 years of support are not necessarily free). [16:51] i know acer wants the administrator password to work, it might be similar, ill be googling in the meantime glitchd52 [16:52] tomreyn before i said that i do not think it is a problem with my internet connection....because for example i did a test here: http://test.kpnqwest.it/ i can download that file with 5 MB/s [16:52] megabytes not Mb [16:53] asdfgh, You have tried different mirrors? [16:53] newdimension: you'Re not mentioning me too much, please keep doing it at least while this channel is busy and we're in a conversation. ;) [16:53] so i do not think it is a problem with DSL at all, or maybe my fritzbox is blocking the connection to the repositories? but it sounds strange, because now it is download at very sloow speed but it is running [16:54] Hi, how do I start gui with startx, like I would via gdm. The problem is that by default settings, startx starts gnome-seesion and not gdm-x-session. What should I put in .xinitrc so that I would get the same result like I would start gui via gdm. [16:54] lordcirth_ i was using italian repos, now repos from germany..but it seems the same problem [16:54] very very slow speed and something .....like now....the downloading is blocked [16:54] asdfgh: can you try to install the "mtr" software? [16:55] tomreyn: Will do :), thanks for the help! Doing some reading repositories to see if I can fill my knowledge gaps [16:55] mtr how? i do not think i can do it via repos [16:55] asdfgh: try: just apt install mtr [16:55] asdfgh: try: just sudo apt install mtr [16:55] it's small, so it may work [16:55] tomreyn i already have that command [16:56] i can run it, what test coul di do ? [16:57] asdfgh: okay, then run this: mtr -4 -wbzc10 ftp.halifax.rwth-aachen.de 2>&1 | nc termbin.com 9999 [16:58] ok [16:58] asdfgh: after that, run this ("-6" instead of "-4"): mtr -6 -wbzc10 ftp.halifax.rwth-aachen.de 2>&1 | nc termbin.com 9999 [16:58] tomreyn wait i ran that command but there was no url [16:59] asdfgh: it will remain black for like 30 seconds, then should print the url [16:59] ah ok, i wait [16:59] asdfgh: actually i was wrong there, just a minute, you can cancel [17:00] Eric^ hey im on my phone now [17:00] glitchd: great [17:00] glitchd: alright, try to reboot [17:00] tomreyn ok, but after 30 seconds there is no output === SimonNL_Afk is now known as SimonNL [17:00] ok [17:00] EriC^ so i need to reboot into the bios now? [17:00] if i run 'apt dist-upgrade' will it upgrade my php 7.2.x to 7.2.y or to 7.3? [17:01] glitchd52: yeah reboot and make sure uefi is on, csm legacy is disabled and let it do its thing [17:01] see what you get [17:01] EriC^is it possible that windows itself isnt installed in uefi mode? [17:01] I installed microk8s via snapd on a CentOS VM and it seems like it configures iptables to block its own ports because its own services, like DNS, apparently have no endpoints. It's very bizzare. [17:01] glitchd52: nope impossible, windows has a gpt partition table and windows doesnt allow gpt + legacy [17:01] EriC^ ok just checking, ill reboot now [17:02] becool, i assume you are on 18.04; https://launchpad.net/ubuntu/+source/php7.2 [17:03] asdfgh: mtr -4 -wbzc10 ftp.halifax.rwth-aachen.de 2>&1 >/tmp/mtr; echo '***'>> /tmp/mtr; mtr -6 -wbzc10 ftp.halifax.rwth-aachen.de 2>&1 >>/tmp/mtr; mtr -4 -wbzc10 archive.ubuntu.com 2>&1 >/tmp/mtr; echo '***'>> /tmp/mtr; mtr -6 -wbzc10 archive.ubuntu.com 2>&1 >/tmp/mtr; echo '***'>> /tmp/mtr; cat /tmp/mtr | nc termbin.com 9999 [17:04] asdfgh: this will run for about 3 minutes and then produce a single URL [17:06] tomreyn wow ok, i am running it [17:06] tomreyn i have the url [17:06] but before the url i see: mtr: udp socket connect failed: Network is unreachable [17:07] https://termbin.com/3og0 <-- this is the url [17:07] not output in that file [17:07] How do I hadd an ipv6 address to the loop back address. [17:07] tomreyn there is only *** [17:07] `ip addr add ::1/128 dev lo` does not work [17:09] asdfgh: okay, now this, it's slightly different: mtr -4 -wbzc10 ftp.halifax.rwth-aachen.de >/tmp/mtr 2>&1; echo '***'>> /tmp/mtr; mtr -6 -wbzc10 ftp.halifax.rwth-aachen.de >>/tmp/mtr 2>&1; mtr -4 -wbzc10 archive.ubuntu.com >>/tmp/mtr 2>&1; echo '***'>> /tmp/mtr; mtr -6 -wbzc10 archive.ubuntu.com >>/tmp/mtr 2>&1; echo '***'>> /tmp/mtr; cat /tmp/mtr | nc termbin.com 9999 [17:10] asdfgh: and then also this (can run in parallel): systemd-resolve --statistics 2>&1 | nc termbin.com 9999 [17:10] point proven [17:11] newdimension: you'Re welcome. are you a developer then? [17:16] hey, I am following this guide step by step , but when I login it is just a blank blue screen [17:16] https://linuxize.com/post/how-to-install-xrdp-on-ubuntu-18-04/ [17:25] ive been up for nearly 24 hours and i cant remember who i was just talking to in here. [17:25] someone was helping me with grub and windows 10 [17:25] if you see this, please chime in [17:27] glitchd: According to my backscroll, it was EriC^ [17:27] tomreyn [17:27] genii, thank you very much [17:27] i miss messages? [17:27] i got disconnected... :( [17:27] EriC^, hey im back [17:27] tomreyn are you still there? [17:28] asdfgh: i had given you a modified list of commands to run, but then you got disconnected with this message "Quit: Ping timeout (120 seconds)" - which, combined with the other findings we made so far, suggests that your internet connection is not reliable. [17:28] asdfgh, you didnt miss my messages, i blocked you on my phone so you just wouldnt see them at all. [17:28] glitchd: wb [17:29] glitchd: so what happened [17:29] asdfgh, i was trying to troubleshoot a problem and you kept talking and messing up my convo. nothing against you. [17:29] EriC^, so we're right back where we started [17:29] glitchd: what did you get when the pc started [17:29] i can boot windows if i choose the windows hdd from the boot manager at boot, but it still doesnt work from grub. [17:30] i got a grub screen [17:30] glitchd: hmm, ok [17:30] glitchd: no worries. while you could block yourself from seeing soemones' messages, you could not block others from seeing any messages. [17:30] glitchd: in the grub screen did you try pressing on ubuntu? [17:30] i took a picture of the error [17:30] EriC^, yes i did, and it did boot without a problem [17:30] great! [17:31] ok so you're in it right now? [17:31] tomreyn what? my interenet connection? modem? [17:31] EriC^, yep! [17:31] glitchd why?? [17:31] glitchd: awesome, type "ls /sys/firmware/efi" does it return stuff? [17:31] tomreyn could you give me the commands again ? [17:32] asdfgh: so i'd say check your network connection on your own, r with support from your internet service provider, since it's not a problem wiht the servers if you're not receiving half of those packets. and whether or not you could do single fast downloads in between doesn't matter there. dropped packets are a separate issue. [17:32] asdfgh: okay, now this, it's slightly different: mtr -4 -wbzc10 ftp.halifax.rwth-aachen.de >/tmp/mtr 2>&1; echo '***'>> /tmp/mtr; mtr -6 -wbzc10 ftp.halifax.rwth-aachen.de >>/tmp/mtr 2>&1; mtr -4 -wbzc10 archive.ubuntu.com >>/tmp/mtr 2>&1; echo '***'>> /tmp/mtr; mtr -6 -wbzc10 archive.ubuntu.com >>/tmp/mtr 2>&1; echo '***'>> /tmp/mtr; cat /tmp/mtr | nc termbin.com 9999 [17:32] asdfgh: and then also this (can run in parallel): systemd-resolve --statistics 2>&1 | nc termbin.com 9999 [17:32] EriC^, im gonna pm you so i dont have to use pastebin right this second [17:32] glitchd: it's ok no need to paste anything [17:32] EriC^, unless you dont want that [17:32] just see if it gives you no file found or lists stuff [17:33] EriC^, there are 9 items in there [17:33] ok great! [17:33] EriC^, not sure what is a file and what is a folder tho [17:33] so you've booted in ubuntu in uefi mode now, all is good [17:33] glitchd: now you just have to add windows to grub and you'll be good [17:33] ok [17:33] i will run those commands and i will let you know (have dinner now) thank you so much [17:34] EriC^, at this point, i almost dont even want to mess with it anymore [17:34] lol [17:34] glitchd: type "sudo update-grub" and see if windows shows up there [17:34] when it gives output [17:34] EriC^: just got back; great you solved glitchd's problem :) [17:35] what is thermald ? [17:35] EriC^, https://pastebin.com/JtWGP9e5 [17:35] TJ-: :) [17:35] TJ-, yea he got it going for me again, but were right back where we started lol [17:36] glitchd: is os-prober installed? [17:36] javaJake: in case you wondered why no one replied, aside from people being busy at the time, another possible explanation is that you didn't ask an ubuntu question [17:36] EriC^, i do believe so [17:36] glitchd: try "sudo os-prober" [17:36] glitchd: worst case scenario we can manually add an entry in grub for windows [17:37] ok [17:37] EriC^, sudo os-prober [17:37] grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map. [17:39] B|ack0p: apt search thermald [17:39] glitchd: ok, let's just add a menu for windows manually [17:39] EriC^, and technically, it autobooted ubuntu i had to hit esc to unhide grub [17:40] EriC^, 41-custom right? [17:40] tomreyn: thx [17:40] so after checking syslog, here's the events that happened just before the server restarted itself: https://pastebin.com/F5b0ZwVi [17:40] glitchd: yeah i wonder what the name will be though, for hdX [17:40] i don't even have rsyslog installed on the server. what could be causing the crash based on the info in the paste? [17:41] glitchd: what was that grub-emu you mentioned before? does it let you run grub from ubuntu as an emulation? [17:41] glitchd: nevermind, dont install it [17:41] EriC^, wouldnt it be hd3,2? [17:42] EriC^, yea fk it [17:42] lol [17:42] glitchd: there were 3 disks then the windows one? [17:42] EriC^, ill figure it out the next time i reinstall [17:42] oh wait rsyslog is installed but i'm still getting that error [17:42] glitchd: nah i dont mean that, we can do it another way [17:43] EriC^, well when you reboot with a usb connected, the usb shifts all the drives by 1. and according to lsblk the windows drive is sde [17:43] becool, you are crossposting, i stopped reading [17:43] glitchd: yeah, what's the output of "sudo parted -ls | nc termbin.com 9999" right now? [17:43] EriC^, if i remove the usb and reboot im pretty sure itll come out as sdd [17:43] glitchd: also, type "sudo nano /etc/default/grub" so we set grub's menu to always show [17:43] glitchd: oh ok [17:44] glitchd: ok no worries [17:44] EriC^, https://termbin.com/cm87 [17:44] glitchd: ok, type "sudo nano /etc/default/grub" [17:45] what do i replace hidden with? [17:45] glitchd: put a "#" at the start of the line that says GRUB_HIDDEN_TIMEOUT=0 [17:45] EriC^, oh duh lol [17:45] becool: these lines were clearly logged by a process identifying itself as "rsyslogd", which usually only rsyslog would. [17:46] EriC^, its already set to 0 but its not commented out [17:46] glitchd: alright, comment it out then save and exit [17:46] EriC^, but it also has GRUB_TIMEOUT_STYLE=hidden [17:46] oh becool is cross posting, i'll stop here, too. [17:46] hmmm [17:47] EriC^, wait i understand it! [17:47] glitchd: comment out the grub_timeout_style=hidden as well [17:48] EriC^, grub timout out is set to 0 so it activates immediately, grub_timeout_style is hidden, so its immediately hidden at boot. [17:48] EriC^, at least thats how i understand it [17:49] EriC^, maybe im wrong tho.. [17:49] glitchd: yeah you're right [17:49] alright, set the timeout=10 [17:49] im good with 5 actually [17:50] alright, great [17:50] now exit and sudo update-grub? [17:50] glitchd: yup [17:50] mmk [17:51] EriC^, its giving an error for the usb drive thats plugged in. im thinking that i should unplug it and reboot and run update-grub again? [17:53] glitchd: nah it's ok, its just a warning [17:53] glitchd: alright, type "sudo nano /etc/grub.d/40_custom" [17:53] glitchd: add these stuff there https://paste.ubuntu.com/p/b7xJcB4TZm/ [17:53] (at the bottom of the file) [17:54] EriC^, its also saying this when i update grub "Adding boot menu entry for EFI firmware configuration [17:54] done" [17:54] glitchd: yeah that's the option that gives the bios options [17:55] i tried to do it this was the other day, and my system didnt have a 40_custom, it had a 41_custom. think that makes a difference? [17:55] i dont think so [17:56] mmk [17:56] its still giving an error [17:57] what error, the usb? [17:58] How do I bind something to my Windows key in Gnome 3? preferably the global search [17:58] im using grub-emu to check it before i reboot. and maybe its giving that error because im booted. but at the same time, its the same error that is been giving previously [17:58] glitchd: nah dont use grub-emu [17:59] hey it looks like netplan will configure network interfaces, which is nice.. and systemd can handle the hostname. what about /etc/hosts? [17:59] glitchd: hold on, did you add the stuff to 41_custom? [17:59] mmk [17:59] yep [17:59] is that file still in need of manual editing? [17:59] glitchd: did you type "sudo update-grub" ? [17:59] right now changing the hostname requires systemd and editing /etc/hosts [17:59] no wait, i added the stuff to 40_custom [18:00] 41 custom has stuff in it already [18:00] lenzeor: so your installation succeeded in the end? [18:00] that i did not put htere [18:00] glitchd: what stuff? [18:00] glitchd: type "cat /etc/grub.d/41_custom | nc termbin.com 9999" [18:01] EriC^, [18:01] * fallenour has quit (Remote host closed the connection) [18:01] tomreyn, yes it did. I re-downloaded the latest image onto a bigger stick and it all worked flawlessly [18:01] EriC^, dammit [18:01] lenzeor: nice! [18:02] hays_: hostnamectl helps setting the hostname [18:02] everything worked out of the box (all hardware, peripherals, etc)! great job, everyone involve [18:02] glitchd: ? [18:02] EriC^, https://termbin.com/78jn [18:02] also installation took like 7mins :D [18:02] EriC^, thats 41_custom [18:03] why does it look like I said that to myself [18:03] hostnamectl does not update /etc/hosts [18:03] at least it didnt when I tried it [18:03] glitchd: ok, make a file called "40_custom" and put in it this https://paste.ubuntu.com/p/Q38JQtrjWw/ [18:03] is that the same stuff you pasted earlier? [18:04] glitchd: yeah [18:04] also what is snap? [18:04] EriC^, then i already did it [18:04] EriC^, i have a 40_custom and a 41_custom [18:04] glitchd: with the #!/bin/sh and exec tail stuff? [18:04] hays_: hmm yes i think you're right, hostnamectl doesn't seem to update /etc/hosts [18:05] EriC^, this is my 40_custom https://termbin.com/31xj [18:05] !who | hays [18:05] hays: 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 :) [18:05] glitchd: ok add the stuff at the top too [18:05] !snap | lenzeor [18:05] lenzeor: Snaps are containerised software packages similar to flatpaks or appimage. For more info, see https://snapcraft.io [18:05] EriC^, this is my 41_custom https://termbin.com/pxju [18:05] glitchd: then type "sudo update-grub" and "cat /boot/grub/grub.cfg | nc termbin.com 9999" [18:06] EriC^, add this to the 40 custom file? #!/bin/sh [18:06] cat < tomreyn: thanks. whoever talked to me, it came through on this client as coming from myself so I wasn't sure who said it [18:07] EriC^, and EOF at the end? [18:07] glitchd: nope, copy the whole thing as it is [18:07] https://paste.ubuntu.com/p/Q38JQtrjWw/ [18:08] put that whole thing in 40_custom? [18:08] or 41_custom? [18:09] 40_custom [18:09] ok [18:09] hays_: the webchat isnt so great, maybe you should install a proper irc client [18:09] alright all of that is in 40_custom now [18:10] glitchd: alright, type "sudo update-grub" [18:10] then type "cat /boot/grub/grub.cfg | nc termbin.com 9999" [18:11] EriC^, https://termbin.com/dz4v [18:13] glitchd: doesnt seem to be there [18:13] EriC^, that cant be right [18:13] glitchd: type "chmod -x /etc/grub.d/40_custom_proxy" [18:13] EriC^, there is no way that windows is on hd0,1 [18:14] thats what its been and it hasnt worked [18:15] glitchd: ok, type "chmod -x /etc/grub.d/40_custom_proxy /etc/grub.d/41_custom [18:15] glitchd: ok, type "chmod -x /etc/grub.d/40_custom_proxy /etc/grub.d/41_custom" [18:15] sorry, forgot to put sudo there [18:16] EriC^, done [18:16] glitchd: ok [18:16] glitchd: type "sudo chmod +x /etc/grub.d/40_custom" [18:17] EriC^, done [18:17] glitchd: then "cat /etc/grub.d/40_custom | nc termbin.com 9999" [18:17] EriC^, https://termbin.com/n2pj [18:18] EriC^, that looks right [18:18] yeah [18:18] EriC^, or better at least [18:18] glitchd: ok, so now "sudo update-grub" [18:18] glitchd: then type "cat /boot/grub/grub.cfg | nc termbin.com 9999" [18:19] Good evening. How can I install the nvidia 418-driver on (k)ubuntu 18 LTS? I've tried the ppa:graphics-drivers/ppa, but apt search says: [18:19] xserver-xorg-video-nvidia-418/bionic 430.50-0ubuntu0.18.04.1 amd64: Transitional package for xserver-xorg-video-nvidia-430 [18:19] I've installed it anyway, but it really is 430.50... [18:20] EriC^, https://termbin.com/mtqu [18:20] finally [18:20] rofl [18:20] glitchd: ok, type "cat /boot/grub/custom.cfg | nc termbin.com 9999" [18:21] i want to make sure there's no custom.cfg added, that doesnt show up in grub.cfg but is used by grub [18:22] EriC^, cat: /boot/grub/custom.cfg: No such file or directory [18:22] Hi I've started using Ubuntu 18.04 LTS. I can connect to enterprise Onedrive. Just 2 items outstanding for now. I need to use skype for business and an email client to connect to O365. If I can get this right then I'm trashing Windows. [18:24] vershan: Mozilla Thunderbird using IMAPv4 protocol can connect to Outlook/Office365 online mail accounts [18:24] glitchd: ok, great, try to reboot, try to remove the usb as well, and if you dont get grub, just reboot and hold shift it should appear, then if windows doesnt work press "c" you'll get a prompt, type "ls" and look for the hdX name that has gpt in it and remember it and press esc and boot into ubuntu again and come back so we can modify it [18:25] TJ-: thank you, any idea for skype for business? [18:25] EriC^, ok [18:29] EriC^, you cheeky son of a very nice lady it finally works. fuckin A. [18:30] vershan: no... I stay away from proprietary stuff [18:30] glitchd: great! [18:30] !cookie | EriC^ [18:30] EriC^: Wow! You're such a great helper, you deserve a cookie! [18:30] EriC^, thank you so much for all your effort and time, i truly appreciate it [18:31] TJ-: thanks I thought I could use something like pidgin for skype for business [18:31] glitchd: no problem [18:31] EriC^, and also thank you for not letting me give up on it. [18:31] glitchd: sure no problem [18:32] EriC^, im going to bed lmao have a great rest of your day! [18:32] vershan: I use jitsi (host the server and web client for everyone) [18:32] vershan: you can vote with your dollar bills here https://www.skypefeedback.com/forums/299913-generally-available/suggestions/9182558-linux-desktop-client-for-skype-for-business [18:32] glitchd: thanks, you too! [18:34] TJ-: Ahhh I see what you getting at. Just that my employer uses SFB. Wanted to stick on using Ubuntu - its as awsome OS [18:36] vershan: maybe it works on WINE/PlayOnLinux, or else in a minimal Windows virtual machine? [18:38] tomreyn: thank you [18:40] TJ-: yeah I see. http://skype4businessinsider.com/skype-for-business/how-to-access-skype-for-business-and-teams-services-on-linux-computers/ - I'll give this a try [18:41] hmm i think i messed up [18:41] oops wrong channel [19:07] Hi ppl [19:08] Have a problem installing ubuntu with gtx 760 mars gpu [19:08] Anyone got any ideas? [19:18] didn't meet jsurf's 1 minute response deadline :P [19:19] come on guys, pick up the pace :D [19:27] tomreyn: Sorry, was away. Not a developer by profession. But I do full-stack for a webapp that I'm hoping to build into a business [19:50] is there a way to keep my ubuntu instance active even when I close my keyboard, like how you would with windows on a laptop if you had a docking station with monitors and an external keyboard/mouse? [19:52] fallenour, you should be able to disable sleep in the power settings. [19:53] What does "main" mean in the contexto "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main" For PPAs it means officially supported by Canonical. [19:54] newdimension, it's an arbitrary string, and you have to put something there. [19:55] lordcirth_, Look at that repository, they do have a folder called "main". Does this mean if I replace "main" with "11" (also a folder that exists) I would subscribing to version 11 releases? [19:55] *Looking at that [19:59] I am running the following commands [19:59] sudo dpkg --get-selections [19:59] I see maria-db server and client mentioned as deinstall, does that mean it is uninstalled or what? [20:06] rexwin_: I *think* it means those were removed but not purged (config files may remain) check with "dpkg -l maria-db-server" ... if the status column shows "rc" it means removed but still configured [20:36] newdimension, yes. [20:49] What's the deal with the standard folders in ~ like Documents, Music, Desktop? They have their own icons, how does that work? And if I want to rename Documents to Docs, will that mess anything up? [20:51] alright, I just made a symlink :) but I'm still curious how the standard folders are set up, and if certain apps (eg music, image editing, photo apps) expect certain directories to be there [20:51] andai, generally the desktop environment creates them, and assigns them icons. [20:51] Many apps will default to pointing to them, but nothing should break. [20:55] lordcirth_: thanks [21:25] how does ubuntu determine this? *** System restart required *** [21:29] Question: How do I get a snap to use the common view of my /tmp drive? [21:30] becool: based on whether the file /var/run/reboot-required exists. this file is created during apt upgrades if any of a list of packages (which i cannot seem to find) is upgraded. this list includes kernel images, systemd, libcg and some others. [21:34] hello [21:34] tomreyn still there? [21:36] I wonder, why Whole (x)ubuntu freezes when I either plug in HDMI->VGA adapter in AMD 7850 or unplug it. Either time, screen freezes keyboard freezes and I need to reboot. [21:38] asdfgh: depends ;) [21:39] nikolam: check your systemd journal. here's how to look at that of your previous boot (scrolled ot th eend of the log, 'q' to quit): journalctl -eb -1 [21:39] tomreyn ahahah, however i really really do not know...it is a very strange situation... i did a speed test right now, 151 Mb/download 20 Mb/upload.... how is it possible ? i mean...if i have DSL problem i should not reach such speed.. my modem (fritzbox) is saying that the connection is from 150 / 163 MB in download and 20 upload [21:39] so... i really do not know [21:41] asdfgh: bandwidth and packet loss are separate topics. you can have a very high throughput on a single connection without packet loss, but have a lot of trouble setting up new connections due to packet loss.. the tests i suggested you'd run were meant to inspect your route, it could have indicated where there is packet loss, and where. [21:43] this is the last thing i got to see from you before you timed out again. i will run those commands and i will let you know (have dinner now) thank you so much [21:45] tomreyn, asdfgh maybe contact your provider, let them have a look/test [21:46] i had to do this once, to get full 50/5 mbit for a certain timeframe, it dropped too after 30-40 seconds [21:46] tomreyn yes [21:46] i did it [21:46] they said "all ok"....................grrr [21:46] however i am running the command [21:46] tomreyn https://termbin.com/m5zs [21:47] mtr -4 -wbzc10 ftp.halifax.rwth-aachen.de >/tmp/mtr 2>&1; echo '***'>> /tmp/mtr; mtr -6 -wbzc10 ftp.halifax.rwth-aachen.de >>/tmp/mtr 2>&1; mtr -4 -wbzc10 archive.ubuntu.com >>/tmp/mtr 2>&1; echo '***'>> /tmp/mtr; mtr -6 -wbzc10 archive.ubuntu.com >> /tmp/mtr 2>&1; echo '***'>> /tmp/mtr; cat /tmp/mtr | nc termbin.com 9999 [21:47] now i am running the second command you told me [21:49] https://termbin.com/x2lj <---- command: systemd-resolve --statistics 2>&1 | nc termbin.com 9999 [21:49] asdfgh: hmm so this doesn't look entirely happy but it also doesnt look entirely wrong. is your computer connected over ethernet or wireless? [21:49] tomreyn, I think I didn't find anyting in journal, looks to me like it's some sort of hard halt in driver that freezes kernel, with hdmi/vga adapter plugged in. [21:49] ethernet tomreyn [21:50] to a gigabit switch and this switch is connected to my fritzbox [21:51] how many active users on that switch? [21:51] asdfgh: you have a resolver issue there apparently. Cache Hits + Cache Misses should add up to Total Transactions, but do not at all. [21:51] OerHeks 8 ports but other devices are off so just mine [21:52] nikolam: feel free to post it, though, maybe i can spot some other issue during boot. [21:53] tomreyn hmm right, very weird [21:53] nikolam: journalctl -b -1 | nc termbin.com 9999 [21:53] asdfgh: have you checked whether there are firmware updates available for your fritzbox, or is it configured to instll those uatomatically? [21:53] asdfgh: which nameservers is your computer using? [21:54] tomreyn yes i have checked it... i am using fritzbox 7530 and i have installed the last firmware -> 7.12 [21:55] asdfgh: systemd-resolve --status 2>&1 | nc termbin.com 9999 [21:55] tomreyn https://pastebin.com/jR1tTr71 [21:55] ok i ran that command [21:55] https://termbin.com/5bqi [21:58] tomreyn however i am using a fresh 18.04.3 [21:58] some switches can be managed, and need updates too [21:59] asdfgh: have you rebooted both the switch and router, yet? [21:59] https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1817903 [21:59] Launchpad bug 1817903 in resolvconf (Ubuntu Disco) "systemd-resolve appends "options edns0" to resolv.conf" [Critical,Fix released] [22:00] tomreyn i just have installed the switch.... i mean, the previous test i was using a FAST ETHERNET switch... i bought a gigabit switch (TPLINK TL-SG108) but same problems [22:00] the modem uhh a lot of times [22:01] asdfgh: login to fritzbox, click on "internet", tell us what are the "dns servers"? [22:01] ok one moment.... OerHeks could be related to my issue? [22:02] i am further reading, i found this for disco.. [22:03] tomreyn 85.38.28.085.38.28.1 [22:03] 85.38.28.0 85.38.28.1 [22:03] DNS query packets with EDNS0 extension is not compatible with non-EDNS0 DNS servers. [22:03] so, what if you commented that option [22:03] asdfgh: ok, now click on "dsl infomation" on the left hand menu [22:04] yrd [22:04] yes [22:04] asdfgh: below this green line it should say a number and "m", what's the numbner? [22:04] 300 [22:04] alsom, whats the last but one line above "Line-ID"? [22:05] *also [22:06] OerHeks https://pastebin.com/P8qzVQpM [22:06] just comment that option ? [22:06] should i restart something ? [22:07] now click on the "DSL" tab, and copy all of this to https://paste.ubuntu.com (there ar eno secrets in there) [22:08] Hello. [22:08] Hi. [22:09] tomreyn i am creating an imae because of the format [22:09] hard to read for you [22:10] asdfgh: dont worry about the formatting [22:10] but an image is fine, too, sure [22:10] tomreyn https://i.imgur.com/Cvwh7V0.png [22:10] can you read it [22:10] ? === veegee_ is now known as veegee [22:11] pretty small, but i got a magnifier [22:13] your dsl connection seems fine. [22:13] tomreyn yes that's the problem..... that is driving me crazy....the dsl seems fine...the isp said the same thing.... [22:13] :( [22:15] asdfgh: let's do another test to your resolvers: mtr -4 -wbzc20 85.38.28.0 >/tmp/mtr 2>&1; echo '***'>> /tmp/mtr; mtr -wbzc20 85.38.28.1 >>/tmp/mtr 2>&1; cat /tmp/mtr | nc termbin.com 9999 [22:15] ok [22:17] tomreyn https://termbin.com/dik4 [22:19] asdfgh: hmm that looks ok, too. [22:20] this however, doe snot. [22:20] lol [22:23] bcbcvbvc [22:23] syddel: this is not the place to spam [22:23] tomreyn got disconnected again.. [22:23] https://termbin.com/dik4 <-- [22:23] did you read this ? [22:24] asdfgh: i did. asdfgh: hmm that looks ok, too. [22:24] maybe i got disconnected because i have restarted the networking [22:24] asdfgh: yes, this would likely get you disconnected. why did you restart networking? [22:24] tomreyn i do not know it is a desperate move [22:25] :D [22:25] have you been restarting netwokring those past times when you got disconnected as well? [22:25] yes it is not the first time i restart the networking [22:25] so i think yes, the previos time too [22:26] *previous [22:26] that's good to know. when you login to fritzbox now, what does it say on the summary for internet: how long has it been connected? === gry_ is now known as gry [22:27] tomreyn da 20.09.2019, 09:26 ore, TIM ADSL-VDSL (FTTC) [22:28] it does not lose the dsl connection [22:28] i just have got disconnected from fritz.box panel [22:28] ok [22:29] asdfgh: i suggest you post a system log, maybe i can see something there: journalctl -b | nc termbin.com 9999 [22:30] ok [22:31] tomreyn https://termbin.com/m38y [22:38] tomreyn something weird? [22:40] asdfgh: i haven't looked, yet, will do now. here's another test for oyu to run: sudo apt install dnsutils; dig rs.dns-oarc.net @8.8.8.8 TXT +short > /tmp/dig 2>&1; dig rs.dns-oarc.net @85.38.28.0 TXT +short >> /tmp/dig 2>&1; dig rs.dns-oarc.net @85.38.28.1 TXT +short >> /tmp/dig 2>&1; cat /tmp/dig | nc termbin.com 9999 [22:43] ok [22:43] hmm maybe there's an issue with your usb ethernet dingle [22:43] *dongle [22:44] tomreyn https://termbin.com/khxo [22:44] look for "usb 1-1: rtl8192eu_parse_efuse: dumping efuse (0x200 bytes):" in what you posted, i have not seen this before, and it's unusually verbose. it doesn't say that an error occurred, but it's unusual. [22:44] Hello. [22:45] My audio is not working, any idea how to fix it? [22:45] tomreyn what could it be ? [22:45] yes i have a wifi key here [22:45] but it is off [22:48] asdfgh: i'm not saying a wifi key. i'm referring to your Realtek chipset USB <-> Ethernet adapter. [22:49] ethernet adapter....hmmm what is this ? [22:51] something like this https://images-na.ssl-images-amazon.com/images/I/51b9JszEqnL._SL1000_.jpg [22:51] tomreyn should i try with a different OS ? [22:52] asdfgh: i'll need a couple minutes to understand whether there is an issue, i have no preference on what you do in this time. [22:53] tomreyn i do not have that device... i only have a wifi card (off) [22:53] oh thats actually a wifi dongle, sorry [22:53] well no, it's not off [22:53] i see off on the right up corner [22:53] however i have tried to remove it...but same problem [22:54] i mean, i have removed it, but.... same problem [22:56] tomreyn idk maybe a problem with ssl dont know [23:05] tomreyn when i try to download a giant file like an iso, i get error connection, can we not test the problem with a single download ? [23:06] i mean, to investigate what happen during the downloading of the file? [23:06] wow, 28 hrs of smart self test and it is only 30% done (4TB @ 5400rpm). hopefully it is just really thorough and not having trouble. smart data looks perfect otherwise. thx again for -d sat,16 tip tomreyn [23:07] wd ain't kidding about "long" self test :D [23:08] tomreyn sometimes i refresh the chat page because i think i got disconnected [23:08] :D [23:08] i do not know if it happened [23:09] asdfgh: yo could install a proper irc client, such as hexchat. [23:09] however i asked can we understand what problem is going on during the downloading of a single file ? [23:09] i was trying to download an iso file [23:09] asdfgh: is see several of these on your system logs : "gnome-shell: Object NM.ActiveConnection (), has been already deallocated" [23:09] via chrome and after 1 minute i got the error [23:09] those could indicate an issue., NM would be "network manager" [23:10] hmmm [23:10] asdfgh: what is "the error"? [23:10] connection error [23:10] so the download speed is 0 [23:10] try to download the big file using wget [23:11] tomreyn yes same thing, i tried to donwload the ubuntu iso [23:11] also this: ethtool -S enp0s31f6 | nc termbin.com 9999 [23:11] asdfgh: please show full output for wget when it happens. [23:11] ok [23:11] asdfgh: and do this beforehand: export LANG=C [23:12] so that we can have english language output [23:12] tomreyn https://termbin.com/o7h1 [23:12] doug16k: that's unusually long. did you run a short or long self test? [23:13] oh long, you said [23:13] tomreyn it is the output of your command [23:16] tomreyn https://imgur.com/mrxM9dK [23:16] asdfgh: yes the ethtool output looks mostly fine, too, just 3 CRC errors and 6 receive errors, nothing relevant. [23:16] ok [23:16] look at the image....as you can see there is not speed [23:17] asdfgh: right. do you have another computer or smartphone you could cross test with? [23:17] rx_csum_offload_good: 3254342 rx_csum_offload_errors: 0 are oke [23:17] i blame the switch.. [23:18] smartphone maybe [23:19] i have started the download of the iso from my smartphone [23:19] the dns test https://www.dns-oarc.net/oarc/services/replysizetest results https://termbin.com/khxo showed much smaller packet sizes than there could be. but i don't know for sure whether this indicates a problem, or which. [23:20] asdfgh: i assume the smartphone is using a wireless lan connection directly to fritzbox? [23:21] tomreyn yes [23:22] i am connected to fritzbox [23:22] tomreyn i am in another room, and i have downloaded 90 MB [23:23] 2 hours left [23:24] however is going slow i think [23:24] 105MB now [23:25] Hi everyone [23:25] still 105 tomreyn hmmmm [23:27] ......still 105 hmmm i am done...so the problem is the fritzbox...... [23:27] but the modem i saying big speed [23:27] i really do not know what to do [23:28] I'm trying to monitor the logs of a running program in real time using tail -f. But the program keeps making new text files for logs after they exceed a certain number of lines. I keep having to stop the tail, do ls, find the most recent log file, and tail that. The log files are named incrementally. How can I run one command to monitor the tail of the *latest* file? [23:29] asdfgh: it doesn't have to be that the problem is fritzbox, but it can be, yes. maybe backup your settings and do a vendor reset of it. [23:29] tomreyn i did it too yesterday [23:30] cyberspectre, You need a script that will check for new files every X seconds for example, and tail that most recent file. [23:30] asdfgh: maybe you can get a replacement router? [23:31] asdfgh: this is really ##networking for the most part, though (you could ask for help there, too, and they may be better at helping you debug this) [23:31] akemhp, any idea where I could find a script like that? Also, maybe if could be done with a combination of watch, tail, and grep? [23:32] ok tomreyn.... how can i thank you? really appreciated [23:32] thank you so much for your time [23:33] cyberspectre, I don't know, you'd have to write it yourself probably, maybe some python or ruby would be good for that. [23:34] asdfgh: no need. one more thing you should try is whether this also happens from an ubuntu live usb. if it doesn't, then it's more likely somethign is misconfigured on your ubuntu installation. if it also happens there, then there's some issue with the networking outside your computer most likely. so either the router or something within the isp's network. [23:35] akemhp, thanks! [23:36] tomreyn, ran long self test [23:36] tomreyn but this is a fresh ubuntu installation... [23:36] so i think live usb should be the same [23:38] cyberspectre, i got a script for you that should do it. [23:38] akemhp, [23:39] thanks but I think I got it [23:39] tail -f "$(ls -t | head -n 1)" [23:39] have to go now, thank you so much tomreyn [23:39] see you see...with good news....i hope :) [23:40] bye [23:40] cyberspectre: try this: tail -F /path/where/logs/are/*.log [23:40] see you soon [23:40] grr too late here :D [23:40] asdfgh: see you, good luck! [23:40] doug16k: and? [23:40] doug16k: oh i assume you're still running it. [23:40] cyberspectre, ok, good :) [23:42] yes: https://gist.github.com/doug65536/8c3c7e2de884be0c6067597e9821ffb0 [23:42] doug16k: if it's still running, what does the smartctl -x /dev/XXX header say about how much is done and how much time is left? [23:42] ah ok Please wait 297 minutes for test to complete. [23:43] your date seems wrong [23:43] it has been way more than that. the % complete is going down though [23:43] i.e system clock is not synched [23:44] my clock matches https://www.timeanddate.com/worldclock/ [23:44] 7:44 pm EDT [23:45] the smartctl output you just posted states "Local Time is: Thu Sep 19 15:24:12 2019 EDT" [23:45] that was when it started [23:45] been > 24 hrs since [23:45] i see [23:45] so i guess the estimate was't correct. and what does it say now? [23:46] all it tells me is 70% remaining [23:46] ah i just failed to read your output properly, sorry [23:48] 93 hrs seems awfully long though eh? (got that from 28 / 0.3) 28 hrs elapsed, 30% done [23:48] thank you! see you soon [23:48] percent seems to be in increments of 10 so that may be highly approximate [23:49] doug16k: yes it's highly approximate and often wrong. but it's not unusual for a long self test to run 24 hours. [23:50] ok thanks. [23:57] one of the most perfect smart data reports I've ever seen though. only power on hours and load cycle count are a hair below flawless. I hope it is honest :D [23:59] Can someone help me get a partition table on my new 4TB WD Red drives - I keep trying to use fdisk to create a GPT Partition table, but it's not saving .... [23:59] the disk is not in this smartctl versions' drive database (drivefb.h).