=== bettencb1 is now known as bettencb [00:45] hey guys [00:45] we are building a new arm64 install based on ubuntu/debian [00:46] I need to output a dpkg -l but with only the file installed with out the version mbr and such [00:46] I just want the list of files so we can merge with our install [00:47] this is armbian os we are using wich is ubuntu and or debian [00:52] rneese: your question is not an ubuntu support question. Try #debian or #armbian. [00:54] no the question is how to make dpkg output the list from the iso for ubuntu dde [00:54] just pkg names only [00:56] rneese: apt list --installed|awk -F/ '{print $1}' # this will give you a list of all the packages installed on your ubuntu install [00:58] ok tanks [00:59] rneese: someone trying to create their own distro should know some basic shell scripting === zbenjamin is now known as Guest28700 === zbenjamin_ is now known as zbenjamin [01:35] hey team; trying to mount a samba network file drive; but running into trouble with "sudo mount -t cifs -o sec=none " [01:36] sudo mount -t cifs -o guest //192.168.1.1 /media/HardDriveArooni;; rather ; getting "mount error(22): Invalid argument" [01:36] ok trying to add this to the ~/.bashrc export PATH $MINDSROOT=/home/kdmiller45/minds and get the error -bash: export: `=/home/kdmiller45/minds/': not a valid identifier [01:44] can anyone help with that question [01:56] Chuckfu: export MINDSROOT=/home/kdmiller45/minds then echo $MINDSROOT should give you that path [02:00] arooni_team_b: I do not see an exported share after //192.168.1.1 [02:00] do i need one? [02:00] router doesnt seem to indicate what the name of the shar eis [02:01] your samba server 192.168.1.1 should have a section at the end [myshare] path = ... guest ok = yes [02:01] then it should be in the doc of the router what is the default share [02:04] ah ha; didnt know that; i need to create a network share first [02:04] not sure how to format the drive for use with linksys [02:04] format the external drive as ntfs so that linux,win clients can access [02:05] if you have only linux, ext4 is ok [02:07] apparently linksys only supports fat32 or ntfs [02:07] so i need to do ntfs i suppose [02:19] arooni_team_b: example: sudo mount -t cifs -o username=John,password=********,vers=1.0 //192.168.1.1/Seagate /media/drive/ === leaftype2 is now known as leaftype === gabkdlly_ is now known as gabkdlly [02:56] I tried joining #ubuntu-helpteam. I have a question about an issue I have with fresh install of ubuntu on a new laptop that had windows 10. Its only showing half my hard drive. Is this the appropriate channel? [02:56] @pavlos thank you had to leave for a while [03:03] UbuntuLostUser: Sure, this is a good place to ask. Pastebin ' sudo parted -l ' so we see what there is to work with. [03:03] Model: ATA Hitachi HTS72321 (scsi)Disk /dev/sda: 160GBSector size (logical/physical): 512B/512BPartition Table: msdosDisk Flags: Number Start End Size Type File system FlagsModel: Linux device-mapper (linear) (dm)Disk /dev/mapper/vgubuntu-root: 158GBSector size (logical/physical): 512B/512BPartition Table: loopDisk Flags: Number Start End [03:03] Size File system Flags 1 0,00B 158GB 158GB ext4Error: /dev/mapper/vgubuntu-swap_1: unrecognised disk labelModel: Linux device-mapper (linear) (dm) Disk /dev/mapper/vgubuntu-swap_1: 1023MBSector size (logical/physical): 512B/512BPartition Table: unknownDisk Flags: Error: /dev/mapper/sda6_crypt: [03:03] unrecognised disk labelModel: Linux device-mapper (crypt) (dm) Disk /dev/mapper/sda6_crypt: 159GBSector size (logical/physical): 512B/512BPartition Table: unknownDisk Flags: [03:04] !paste | UbuntuLostUser [03:04] UbuntuLostUser: 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. [03:04] oh pastebin. wow. im sorry. im such an idiot [03:04] UbuntuLostUser: All in the process of learning - even IRC :P [03:04] https://paste.ubuntu.com/p/VtxKHDxv4s/ [03:06] Ive been going crazy. This laptop started off with Windows 10. I tried to put Kali linux on here and noticed its not as friendly as Ubuntu and I decided to get rid of it. Well i noticed that it wiped over my Windows 10 so I just installed Ubuntu over everything. It shows only half my hard drive =/. Thank you in advance everyone I have been trying [03:06] to fix this for over 8 hours [03:07] UbuntuLostUser: Sorry - I do not know encryption. others here will have to aid. [03:08] I appreciate the attempt at least. Im open minded to anything really. Was wondering if there was a way to install some program on my flash drive that would wipe everything completely clean on my entire hard drive. [03:09] UbuntuLostUser: In the installer of ubuntu is "wipe disk and install ububntu". Will do exactly that. [03:09] When I do that it only shows half my hard drive 160 gb when I have 320gb. [03:11] Did a reinstall 2 different times with Ubuntu and the second time i tried encryption and to wipe over empty space [03:11] UbuntuLostUser: "sudo wipefs /dev/sda". Note that you should not just trust me that that command is safe (even though it is), you should run "man wipefs" and confirm for yourself that the command will just list all visible filesystems (and in this case, RAID metadata) and their offsets. [03:13] You seem like a trusting person :) . So by typing this it will fix my issue you believe? I have a lot to learn but I am eager to learn I just need to get this running from my morning python lessons :/ [03:16] UbuntuLostUser: Will not fix - info as to the why the drive shows as 160 GB. Maybe the system is not lyeing ? [03:17] Well initially i had 320 gb and i partitioned my drive into 2 sections. Half of it was supposed to be Windows 10 for work but it disappeared. Dont see it on boot or anything. Also my paperwork shows 320gb [03:17] I bought a new laptop for work and decided this is going to be my linux only machine [03:18] Why doesn't work pay for the machine? [03:18] *the company [03:19] Thats a good question. They probably would have but i panicked and got a new one. This has all happened today. Now im just trying to salvage this machine in hopes that its not forever a half drive laptop lol [03:20] yesterday* [03:20] UbuntuLostUser: Reasonabe then that the partition table is hosed - Nothing on the table to reflect the missing 160 GB. But again, I do not know encryption :( [03:21] Ugh.. *smashes head on keyboard*. Give it to me to lose half a hard drive in some crazy fashion haha. I hope someone can guide me on this. You would be doing me a huge favor. [03:22] I tried going to safe mode in shell and still cant find it. Tried every command i could duckduckgo [03:22] UbuntuLostUser: We are here to help. Pastebin that "wipefs" output for a place to start the looking. [03:23] https://paste.ubuntu.com/p/gBMk7qh9Pp/ [03:24] UbuntuLostUser: ^^ "sudo wipefs /dev/sda" [03:25] UbuntuLostUser: do you want to also boot into Win? [03:26] https://paste.ubuntu.com/p/snCgBnF4VP/ [03:26] Definitely not. I want windows off of here. I only want this beautiful distro called Ubuntu on here. Nothing more nothing less [03:28] can you pastebin this ... sudo fdisk -l /dev/sda [03:29] https://paste.ubuntu.com/p/M8DNhg27W2/ [03:29] Hitachi HTS72321 seems to be a 160gig drive [03:31] are you see the disk was 320 GB ... the model as CarlFK wrote is 160 GB [03:31] change see to sure [03:32] ....wow.. I bought this refurbished pc from Rakuten. It shows 360gb on the paperwork. I could have sworn initially it said 320gb when i partitioned it [03:33] ohhh... they ripped me off. wow [03:33] I have a HP Elitebook 8460p corei5 vpro [03:34] that implies intent. good chance someone said "paperwork says 320, charge that much" ;) [03:35] UbuntuLostUser: good news (really) you have a SSD [03:35] https://support.hp.com/us-en/document/c02753879 " Solid state drive: 128/160GB " [03:35] Ill take a 160 ssd over a 320 spinny disk any day [03:36] go give Rakuten a thank you card ;) [03:36] lol i have so much to learn >< [03:37] I appreciate you all for helping me. So basically 160ssd beats a 320 any day eh? Originally they were supposed to send a Lenovot420 LT Core i52-5.Ghz, 4gb ram, 320gb HDD. So your telling me that this 160 ssd is better ? [03:38] yes, ssd's are much faster than spinning disks (hdd) [03:38] ssd is electronics, no moving parts. think memory or SD card. so it is fast and no motor, so doesn't need as much battery [03:40] Less space though unfortunately. I guess i dont need much space plus i do got a 128gb 3.1 flash drive so i guess im good [03:40] Im glad there isnt half my hard drive taken up at least. Had me worried for security purposes. [03:42] a 120GB SSD on eBay goes for about $20-25 [03:46] https://www.hitachivantara.com/en-us/products.html if someone can find model number Hitachi HTS72321 [04:00] the laptop came with a 160 gig ssd, but I think someone swapped it for a 160g spinny [05:53] Hello, I'm on Ubuntu 20.04, with GNOME. My Caps Lock and left Shift key spontaneously stopped working. Is there some way to diagnose this issue? === remy^ is now known as Remy [05:56] Is it the same in several softwares ? And a terminal ? [06:01] Yup, appears to be consistent everywhere [06:01] I tested this in Firefox, the terminal, and a GUI text editor [06:02] Ahhh, the key that corresponds to the Windows icon also does not register. Forgot to mention. [06:03] So that makes three keys: Caps Lock, left Shift, and the Windows key. [06:16] keyboard dying? [06:17] You can clean those three keys. [06:23] I would hope not... they seem to work fine for a brief moment when I'm turning on the computer...? [06:25] could still be possible, maybe the contacts ar dirty [06:25] ar/are [06:26] I suppose so. I have to admit that I've never cleaned a keyboard before, I'll check out some guides online [06:27] is it a usb keyboard or is it one on a laptop? [06:28] Laptop keyboard [06:30] if you have a usb keyboard or maybe even a bluetooth keyboard you could test and see if it works. If so then there's a issue with the keyboard on the laptop. [06:30] I do; I'll try that now [06:32] The keys work perfectly on the usb keyboard... things might be grim for my laptop keyboard maybe [06:32] I have a lenovo on which my son spilled some milk on years ago by accident, i cleaned it as good as possible but there are still some issues with a few keys. I gues in need to try some contact spray to clean out the leftovers. [06:36] The thing that had changed with this laptop, was mainly that the adapter had stopped working seemingly [06:37] so I stopped using it for around a week or two until the new adapter arrived in the mail. [06:37] Now that I've booted back into it, it's having this issue [06:37] It seems to be the only thing that changed that I'm aware of [06:41] adapter as in power supply? [06:41] if so let's hope it's the right one [06:59] yup, power supply, sorry for the delay [07:00] it does seem to work, anyways === Seveas_ is now known as Seveas [07:11] luiserebii: if i'm not mistaken a wrong power supply can damage a computer due excessive voltage, insufficient voltage and wrong polarity. [07:11] that's what i've been told once [07:13] anyway, i'm off to bed. See you all later. :) === sem2peie- is now known as sem2peie [07:54] Will this command not look into DOT files (like .env.dev) ? find . -iname "*" -type f -exec grep -Hni "DJANGO_CORS_ORIGIN_WHITELIST" {} \; [08:07] diverdude: yeah, seems to work fine with dotfiles - https://paste.ubuntu.com/p/MWBtgg7xqy/ [08:07] thx === vlm_ is now known as vlm === PowerTower_121 is now known as PowerTower_120 [11:10] Hello folks. Is there some ubuntu touch channel? [11:31] topoi: #ubuntu-touch [11:47] 7 [13:42] Hi all === leaftype2 is now known as leaftype === al2o3-cr is now known as Guest93633 === al2o3-cr-tmp is now known as al2o3-cr === akem_ is now known as akem [16:59] Hi, Does anyone know how to fix the bug with the "Removable Media" section in the Settings not remembering your settings? [16:59] It keeps automatically switching to the first thing in the application list... [17:00] Artabasdos: which Ubuntu? [17:00] 20.04.1 [17:00] fully updated [17:02] I;m guessing it's a gconf setting or something, but Google has been no help. [17:02] It has happened after a reinstall too. [17:03] I couldn't find anything yet on the web about the matter. Maybe it's best to file a bug report on launchpad. [17:04] Given I don't know what is exactly glitching, I', not sure the report would be much use [17:04] i'm* [17:06] every report with sufficient info is usefull otherwise, IF it's a bug, the devs can fix it [17:07] It's the sufficent info I'm worried about. [17:07] I don't know what logs would be required. [17:09] please don't PM, everything related to ubuntu and bug reporting can be asked here. That's what these channels are for. :) [17:09] ok, sorry. [17:09] when it comes to logs they'll let you know [17:10] ok, i'll try my best. thanks [17:12] er, how do i start a new bug reort? [17:12] i'm not seeing an option [17:12] report* [17:13] https://help.ubuntu.com/community/ReportingBugs [17:14] yeah, this is what i was afraid of [17:14] i don't know the name of the application that's malfunctioning [17:15] therefore i can't run the bug command [17:15] ok, np. Then wait until someone comes around to help you with the issue or come back later and ask again. [17:16] nevermind, apparently i can run it with an open window [17:16] thanks [17:18] so it's working... nice [17:27] reported [17:27] https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1896337 [17:27] Launchpad bug 1896337 in gnome-control-center (Ubuntu) "Removable Media settings don't remember your choices" [Undecided,New] [17:42] if i have an unresponsive kernel that doesn't allow me to ssh in, what other than mounting the drive to a working instance can I do to secure the instance? After mounting I tried purging the most recent image via chroot but it's still unresponsive [17:44] some more context may help here [17:46] you're running some (which?) ubuntu release which some (which?) kernel on a guest system on some (which kind of) virtualization and this system runs the default openssh server provided by this release (right?) but logging in remotely through ssh fails with an error message (which?). [17:56] 20.04 [17:56] this is an aws ec2 instance [18:05] grubfailure: you could inspect the logs while you have the storage connected to the other, working, system. you could also install SSM on it, but that's a bit advanced, and more of a topic for ##aws [18:27] my concern is not really with stabilizing the kernel so much as getting a mysqldump and just terminating the troubled instance but I can't seem to login while chrooted [18:41] grubfailure: so you get an error message while you try to chroot into the 'broken' system which is mounted to the other system, with all needed virtual fiel systems mounted in advance? === vlm_ is now known as vlm [18:42] no i can chroot into the mounted drive just fine, i just can't connect to mysql while chrooted [18:52] grubfailure: did you start the service, though? and did it start up fine? [18:54] any error messages there? are the distro and kernel you're running the same or similar? [19:17] I just updated some packages on my ubuntu 20.04 machine. Before that the compose-key was displayed as a kind of infinity symbol and the sequence was displayed as well. Finally the entered characters were replaced by the composed character. Now nothing will be displayed, although using the compose key + sequence still works. But now nothing is shown. Why the change? [19:19] displayed where, by what? [19:20] which packages got updated? [19:23] i was able to get into mysql in chroot, but it's not to the mounted mysql, only the primary system [19:29] well, if you also run a mysql server on the main OS, you'll want to stop that before trying to start the on in the chroot [19:30] (or at least ensure they won't interfere with one another) [19:31] tomreyn: where? anywhere I could enter text. what? so pressing the compose key inserted a small inifinity like symbol in the text area where I was just typing. Then eg pressing u would insert the character u after that little infinity symbol. Then eg pressing " would complete the sequence removing the little infinity symbol and the u and replacing both with the now composed char ü . This is now all not happening an [19:31] ymore. I can enter the sequence of compose key, u, " and get a ü, but without the visual feedback that was there before. [19:32] the restrictions on chroot is the challenging part of this. i can't utilize systemctl to start mariadb on the chroot. it says ignored request [19:34] laza: hmm, i haven't seen this with the infinity symbol before, maybe that's a feature specific to your graphical desktop. i haven't run 20.04 much, though. [19:35] tomreyn: This describes my situation pretty well: https://www.reddit.com/r/gnome/comments/eu3wim/how_to_configure_compose_key_visual_feedback/ [19:35] grubfailure: this may be apparmor getting in the way. maybe you can just copy everything to a system configured the same way. [19:36] laza: do you have this on a tty as well? [19:37] on a proper, non virtual, terminal? [19:38] oh wait, you *used* to have the compose character, no longer have it, so you wont be able to tell now. [19:39] tomreyn: To compose chars is a X11 feature (as far as I can tell) [19:40] tomreyn: composing of chars still works. Only the visial feedback is missing now. [19:40] the web directory i copied the files just fine. it's the database that's the problem. i created a copy of /var/lib/mysql/database and moved it to a new instance but it's not recognizing it (yes, i changed the owner back to the mysql user). if i connect to the database itself i can physically see it but i get "table doesn't exist in engine" errors. [19:40] so I don't think a hard copy is really working which is why i was hoping to just get a dump [19:41] laza: hmm, yes, i think you'Re right it's X based. i don't think i'm able to help, really, other than by re-suggesting to review which packages got updated between when it worked and stopped working. [19:43] grubfailure: you'd need to copy all of /var/lib/mysql as well as /etc/mysql (or wherever the configuration for yours is stored) to the replacement system. and run the exact same mysql server version and variant (fork) there. [19:44] (a different patch level may be ok) [19:44] tomreyn: thanks anyway. Is there a log or history which packages got updated lately on an ubuntu system. I did something like apt update && apt dist-upgrade and can't tell which packages got updated (around 30) [19:44] laza: /var/log/apt/ [19:45] tomreyn: thanks [19:45] also /var/log/unattended-upgrades/ if you have that [19:54] software updater failed to download repository information.. hung.. ubuntu 20.04.1 ?? [19:54] yes [19:54] sit n spins [19:54] no [19:55] What? [19:55] exactly. please provide more information. [19:55] the updater.. says that [19:56] run "sudo apt update" on a temrinal and share the output [19:57] on a pastebin [19:59] https://pastebin.com/VqEUaxce [20:01] disable the 'screenlets' PPA (http://ppa.launchpad.net/screenlets/ppa/ubuntu) and uninstall any packages you have instaleld from it. [20:01] buhhh i like'em [20:02] an the settings is still in spinning [20:02] guru [20:02] this repository doesn't provide any packages compatible with your ubuntu release [20:02] huh? [20:02] oh noes [20:03] maybe you can find a different apt source which does provide the same software for your release. [20:03] rite'o [20:04] so, how stop software updater [20:05] i guess you can just kill the process, or reboot. [20:05] rite [20:05] since you were able to run apt update, apt itself seems to be fine [20:05] i'm not sure why the software updater would have frozen, though [20:06] i also don't know what "screenlets" are or were, but you can maybe find other unsupported repositories offering this software for focal (20.04) here: https://launchpad.net/ubuntu/+ppas?name_filter=screenlets [20:08] hmm this software seems to have been unmainteind for a long time. i wouldn't recommend using it. [20:14] ye before Vivid [20:15] tmreyn - why does vivid appear as an update - and Xenial on 20.04.1? [20:16] before you configure PPAs, and whenever you do a release upgrade, check every single PPA ou have to ensure it is still both maintained and provides packages for your ubuntu release. [20:16] news ty [20:16] i don't know what you mean by "why does vivid appear as an update - and Xenial on 20.04.1" [20:16] !vivid [20:16] Ubuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol and https://ubottu.com/y/vivid [20:16] I'll find. [20:16] !xenial [20:16] Ubuntu 16.04 LTS (Xenial Xerus) was the 24th release of Ubuntu. Download at http://releases.ubuntu.com/16.04/ - Release Info: https://wiki.ubuntu.com/XenialXerus/ReleaseNotes [20:17] yes can still get updates for them [20:17] not for vivid, no. [20:17] i did in-place upgrades since vivid [20:17] that doesn't make vivid supported [20:18] hmm.started with on vivid install..kernel updates, I think that what I saw. [20:19] let me knock out ppa.. and come back [20:19] you shouldn't have those 'xenial' apt sources on your 20.04 system [20:19] and you should certainly remove any software installed form there, too. [20:20] it's most likely not compatible with 20.04. but i think you were told that mixing software across ubuntu releases is not supported (and a bad idea most of the time) many times before. === spectrezh1 is now known as spectrezh [20:57] i tried copying over the entirety of /etc/mysql and /var/lib/mysql and get the same result "table doesn't exist in engine" === guuurkan_ is now known as guuurkan === guuurkan_ is now known as guuurkan [22:03] Howdy. I'm trying to troubleshoot some mysterious slowness on my dell laptop running 18.04. Seemed to coincide with installing a large number of updates a few days ago. [22:04] Probably not related, but this isn't what I was expecting from `df -h` -- can anyone tell me if this output shows anything troublesome? [22:04] https://termbin.com/w7t6 [22:05] Also, as a sanity check, can someone do `time curl www.google.com > /dev/null` [22:06] two or three times and tell me what kind of times you get? [22:06] I have tried several networks and I'm getting times from 1.5 to 25s. [22:08] it wouldnt matter what values someone else got [22:09] it would just be testing googles peerage [22:09] which is probably great [22:10] Well either way, I'm experiencing some kind of insanity here. I am not sure whether it's in the network, or it's something that is just affecting the network. [22:10] you should be getting like 50ms for that on decent wired broadband [22:10] maybe 100ms if your wifi is poop [22:11] I'm on wifi. Still, often above 5s is nutso. [22:11] you should test speeds between nodes o your own network then [22:11] I'm experiencing some kind of insanity here. I am not sure whether it's in the network, or it's something that is just affecting the network. [22:11] like. curling the router? [22:12] stop saying that and test your own nodes [22:12] sure. or ping [22:12] why not start with ping! [22:13] netcat: invalid option -- 'U ??? in ubuntu 20.04 [22:13] times seem great. [22:14] rtt min/avg/max/mdev = 0.806/9.689/51.827/18.850 m [22:14] but ping times for google are also good-ish. [22:15] 20 packets transmitted, 20 received, 0% packet loss, time 19030msrtt min/avg/max/mdev = 35.588/38.603/59.686/5.132 ms [22:16] but for the router, using `time curl 192.168.1.1 > /dev/null`, I get times like 0.014s 0.019s, 0.024s... very different from Google. [22:17] (Just a note, it isn't only google ... every website is increadibly slow. Many pages take 45 seconds to 5 minutes to load.) [22:18] what about using a diff device on your same network [22:19] For all three networks, other devices (phone, my wife's laptop) the network is fast. [22:19] is there a vpn youre using? [22:19] no [22:19] good thought though [22:23] Can anyone tell me if this result for `df -h` is "healthy"? https://termbin.com/w7t6 [22:23] I wasn't expecting to see all those `/snap` entries. [22:24] mustmodify_slow: That's fine, ubuntu uses snapd out of the box [22:25] ok. Well, I'm open to any ideas. I'm on a road trip and really need a laptop of some kind -- if I can't figure this out will have to reinstall from factory default, which would be windows. :( [22:26] mustmodify_slow, all you need to know is: /dev/nvme0n1p2 468G 35G 410G 8% / [22:27] ? [22:27] That would be your actual status; 8% used, 410g free [22:28] right. [22:28] I just thought there was something else I wasn't seeing. [22:28] or understanding. [22:29] If I did this correctly, here's a list of the packages I updated a few days ago. (It's so long that I'm not sure it's helpful.) https://termbin.com/sy10 [22:30] retran: any other thoughts? [22:35] Is there some other channel where I could get some help diagnosing this issue? [22:44] Final call for help with this networking issue before I restore from factory default. [22:45] is wubi dead? trying to install ubuntu on this old windows 7 computer someone gave my mom [22:45] I don't have a USB thumb drive or blank CD and trying to install it just from the main harddrive somehow [22:46] I already created a 350GB partition for it but I have no bootable media [22:46] Yes, wubi is dead. [22:46] and without grub already installed, there is no way to install from iso on the harddrive. [22:47] damn [22:47] she's stuck with windows 7 for now i guess [22:47] this thing came with the ask toolbar and firefox 5.0.1 [22:48] oh, i am working on a "Vista" machine [22:48] find a 4 gb usb drive [22:49] yeah if i get lucky maybe she has one [22:50] my mom does not know how to use a computer [22:50] even windows [22:51] I get to set her up with linux for her to learn how to use a computer for the first time, she'll be a linux user for life [23:45] im having trouble getting gitmux working, putting => set -g status-right '#(gitmux "#{pane_current_path}") <= in .tmux.conf shows nothing in status right [23:45] any ideas? [23:58] seems a mac issue? https://github.com/arl/gitmux/issues/17 [23:58] or wsl2? [23:59] some ditch VSCode for neovim over such thingy