/srv/irclogs.ubuntu.com/2021/12/31/#ubuntu.txt

freetesterin the case that i want to install all the depends written here --https://packages.ubuntu.com/search?keywords=latte-dock00:01
freetester?00:01
tomreynapt does this for you00:03
MsSmithhello00:31
MsSmithhow come bash myscript.sh >> text_file leaves empty file?00:31
MsSmithI see INFO messages being printing to screen when i execute myscript.sh00:31
tomreynmaybe those INFO messages are not on stdout but on stderr?00:34
MsSmithyes I tried 2&1 >>00:34
MsSmithdidn't work :(00:34
tomreynwrong order + syntax00:34
tomreynbash myscript.sh >> text_file 2>&100:35
MsSmithoh yea that worked00:36
MsSmithdamn00:36
MsSmithok so. whats the difference besides ordering why do I have to have 2>&1 at end?00:36
sbrazMsSmith: it's explained here https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Redirections "Note that the order of redirections is significant" etc.00:45
sbrazif you're doing bash and not another shell you can do "&>>" https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Appending-Standard-Output-and-Standard-Error00:48
MsSmithok thanks00:49
MsSmithi guess im just confused why 2&1 the redirection part comes at the end of the statement00:50
MsSmithwouldnt that mean its executed last?00:50
MsSmithafter the command >> file.txt is written to the file?00:50
MsSmithI assume code is executed left to right00:52
MsSmithbash command 2>>&1 result.txt  would make more sense to me than bash command >> result.txt 2>>&100:54
sbrazMsSmith: did you read the first link?01:00
sbrazmaybe this explanation is easier to understand than the manual's https://unix.stackexchange.com/a/3766201:01
MsSmith" The following redirection operators may precede or appear anywhere within a simple command or may follow a command"01:02
MsSmithoh yea got it now thanks01:02
MsSmithseems bizzare syntax tho hm01:02
=== jitterwattz is now known as jiggawatt
=== MrConorAE is now known as Guest4237
=== morganu is now known as morganu_
=== M4he is now known as mahe
bettyhi all how would i check if my vpn.service is working; or has dropped out. its a .service running at boot time and i have checked "sudo systemctrl status openvpn@ipvanish.service" which shows active (running) is there a way to view the transfer of data with a fitting bash command/script03:22
bettyin real time03:23
leftyfbbetty: journalctl -fu vpn.service03:23
bettyty03:24
mjtbetty: hello again03:25
bettygeeze that was surprisingly simple thank you =)03:26
bettywhen im using systemctrl and journalctrl on my one user pc as $user should i be using "sudo" as a prefix03:30
bettyor will systemctrl and journalctrl run fine as $03:31
leftyfbdepends on the version of ubuntu and/or security settings03:31
leftyfbif it doesn't give you a "Hint:" then you are probably fine running them as the user03:32
leftyfbobviously this is only for journalctl and "systemctl status"03:32
bettythanks man am running 21.10 Desktop03:33
betty_.03:39
=== Syntax-1 is now known as Syntax-
guest-E5JjDghello05:13
ksyhi05:14
guest-E5JjDgnow05:14
=== hollowman6 is now known as hollowman
Maceris there an issue with ubuntu repos?05:43
Macer The repository 'http://security.ubuntu.com/ubuntu groovy-security Release' does not have a Release file.05:43
Macerthis is new05:43
toddcMacer: may be down for maint05:44
Maceroh ok.05:45
toddcyou can check other locations05:45
Maceri'm trying now. even apt-select won't work05:45
oerheks!groovy05:45
ubottuUbuntu 20.10 (Groovy Gorilla) was the 33rd release of Ubuntu, support ended July 22nd, 2021. See !eol and https://lists.ubuntu.com/archives/ubuntu-announce/2021-June/000269.html05:45
Maceroerheks: oh05:46
oerheksit is deleted, if you want some packages or upgrade to a supported veersion, use the eol trick?05:46
oerheks!eolupgrade05:46
ubottuEnd-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades05:46
Macercan i just upgrade the distro in a proxmox lxc container?05:47
Macernot too sure if that might be something difficult to do05:47
oerheksmaybe you could, but i would build a fresh one05:47
Macerit's backed up.. i'll give it a go05:48
toddcMacer: I had to rebuild a new one but I amd sure it could be done but rebild was easier/cleaner for me05:49
Maceri'd like to avoid that05:52
Maceri'm testing it out on another container now to see what happens05:52
Maceri'm sort of scratching my head wonering why on earth i wouldn't have selected an LTS05:54
Macerok. that worked fine. so i guess the solution is to just upgrade everything05:58
bettyhow do i interact with the bots on this network commands general useage etc06:41
bettyhttps://wiki.kubuntu.org/IRC/Bots#ubottu dead link06:47
JackFrostbetty: https://ubottu.com/ubottu.html06:49
JackFrostNote, that's really not up to date either.06:49
bettycheers06:52
JackFrostSure.  Updated several of the other links, but seems that one was missed.06:53
melvingahi :)  I'm new here07:07
melvingahttps://ubuntu.com/security/CVE-2021-44224 This CVE brought me here. Whom to get in touch with so that I can contribute to providing apache server updates to apt?07:08
ubottuA crafted URI sent to httpd configured as a forward proxy (ProxyRequests on) can cause a crash (NULL pointer dereference) or, for configurations mixing forward and reverse proxy declarations, can allow for requests to be directed to a declared Unix Domain Socket endpoint (Server Side Request Forgery). This issue affects Apache HTTP Server 2.4.7 up to 2.4.51 (included). <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44224>07:08
melvingathat's right ubottu and thanks for pasting the summary of it.07:11
melvingaI find a larger issue there. Ubuntu 18.04 has latest apache available through apt, and that's apache 2.4.29 (released Oct 2017).07:11
melvingaThought I'd contribute with providing newer versions of apache through apt in a timely manner. Would you know whom I should get in touch with to understand how I can contribute?07:11
pikapikaWhy does build-deps often list such a large no of packages even if you have the binary already there? Are all those really the transitive dependencies of build systems used by that app?07:37
=== hollowman6 is now known as hollowman
betty openvpn@ipvanish.service is that a default service (i think i made it by accident) i have another active ovpn.service active and running08:46
bettyUbuntu 21.1008:46
bettysorry wrong paste08:46
bettyopenvpn@openvpn.service08:46
bettyis that a default service08:47
bettyi would like to stop it because i think i made duplicate08:47
nuxerhi there. just a quick question related to rsync & data duplication: is there any easy method to back up data from an existing large NAS volume to smaller portions so that the file mirror process would automatically skip to the next destination volume after reaching i.e. x terabytes of written data09:33
nuxerI can do all of it manually in chunks too, but I was wondering if there'd be some type of ready-to-use solution for that09:34
webchat16Hi11:33
webchat16I have an issue looking for some advice11:33
webchat16I have a device with 2 drives. sda and Sdb. Sdb has my os Ubuntu 20 that was installed using the encrypted LUKS option with a /boot on sdb2, sdb2 is the encrypted volume. I just installed a fresh Ubuntu 20 on sda which replaced my grub boot loader with the new one that doesn’t detect my LUKS volume. I am on the new SDA Ubuntu. How can I switch11:38
webchat16back to my old grub? I can see the efi, grub and imgs on sdb2 so how can I select those? Thanks11:38
=== pasiz1 is now known as pasiz
nuxercould someone maybe help me with CIFS/SMB mounting on Ubuntu? I was able to just mount my network drive from the file explorer (using latest Ubuntu 21.10 Desktop), but it doesn't create any mount point! 'mount.cifs' seems to fail in authentication and am scratching my head atm11:50
nuxerif someone knows does Ubuntu create a mountpoint somewhere that is accessible via terminal when you mount a SMB/CIFS network drive in file explorer, I'd be happy to know11:51
nuxer(if it doesn't, then that's just odd)11:51
nuxermount.cifs seems to be either outdated or something else is going haywire when I try to authenticate through it11:52
nuxerwhat I get is a <networkdrivename>.local mount point in the xwindow file browser, but is that location accessible any other way than with the file explorer?11:59
nuxerwhere does Ubuntu store the credentials by default, since I've tried this and that and the other to access via cifs-mount and mount, smb:// is not supported as an address yet, according to the errormsg, and with a direct IP something goes wrong too12:00
nikolamMy RAM (16GB and swap) got filled by Firefox and whole system freezed. I were thinking that is the thing of the past. Nope. still on 21.1012:12
nikolamLinux should be also a desktop platform.. but freezing all the system (graphics and keyboard.. ) because some process used too much RAM..12:13
ksywhich de do you use?12:21
ksykde?12:21
ramblebambleI might be more interested in  how the FF is installed ubuntu changed something in newer versions12:21
ramblebamblebut in general I doubt FF is at fault, typical flaming IMHO, I have over 50 tabs open and do serious work on my machines and no proble thus far12:22
ksyi never open more than 20 tabs at once😂12:25
webchat98hi can someone help me , i posted a question about 30 minutes ago about LUKS and grub12:26
ramblebambleyeah, things I wanna look at etc. I sometimes get carried away12:26
webchat98but my screen refresshed12:26
webchat98diud anybody answer my question i didntt see12:26
ramblebamblewebchat98 what was the question? been here for ~30min nothing came in12:27
KBarwebchat98: Happy New Year. Please keep in mind that most of us are AFK or are busy preparing/celebrating.12:27
webchat98i have a device with 2 drives sda and sdb. sdb has ubuntu 20 installed with LUKS encrytped option, today i installed fresh ubuntu 20 os on sda which was previously empty. the new installation grub took over and isnt detecting my old luks ubuntu volume12:28
webchat98i just followed tutorial didnt work12:28
webchat98i mounted, chroot, and re install grub on encrypted device12:28
webchat98rebooted12:28
webchat98and now it takes to grub rescure12:29
webchat98what can  i do to get my grub back to normal12:29
KBarwebchat98: Ubuntu 20.04 or 20.10?12:29
webchat98all my important documents are here12:29
webchat9820.0412:29
webchat98i have a sdb2 which is /boot with efi and images etc12:30
ramblebamblewebchat98 usually you will have to configure grub to load luks when booting,the good news is that your data is not lost, just not accessible, you can mount the system in a live-cd or your other system and reinstall grub12:30
webchat98and sdb3 which is my encyrpted data12:30
KBarWell, not a great way to end 2021, that's for sure.12:30
webchat98ramblebamble i am looking at my data it is mounted and available anmd so is sdb2 /boot12:31
webchat98i have mounted sdb3 and sdb212:31
webchat98i need grub installed on sdb2 and to detect luks12:31
webchat98i have spent hours and 100 google searches12:32
ramblebambleI never had this type of problem with Ubuntu(always ran a different setup for my workmachines) webchat9812:35
ramblebamblebut you will find what you are looking for here https://wiki.archlinux.org/title/Dm-crypt specifically this part https://wiki.archlinux.org/title/Dm-crypt/System_configuration#Boot_loader12:36
ksymaybe you'd better mount your system on a live-cd and copy the important data to a safe place first12:36
ramblebambleIt is arch, but the underlying system is still Linux12:36
ramblebambleor you can do as ksy suggests12:36
ksydata first12:37
webchat98i already backed up data12:37
webchat98before install12:37
webchat98thank you12:37
webchat98thanks ramblebamble im looking now12:39
webchat98it is not clear what are the steps to take, there are multiple options in bold do you see12:40
webchat98Kernel parameters , Using encrypt hook , etc12:40
ramblebambleyes, my best guess would be to start with building the appropriate initramfs12:41
ramblebambleand then continue with the bootloader configuration12:41
webchat98what about /dev/sdb212:41
webchat98oh for fucks sake12:41
webchat98it is over written12:41
webchat98i had a dev/sdb2 with an efi and boot folder and all the image vmlinux stuff12:42
webchat98now its gone12:42
webchat98maybe that is the problem12:42
webchat98it was ext4 and grub would pick it up google said it had to be fat12:42
webchat98so i changed it to fat but it formatted12:42
webchat98how do i get all of this12:43
webchat98to grub12:43
ramblebamblewebchat98 you have a PM12:47
jjakobthat sounds like a nightmare. but I've had and solved problems like that in the past.12:56
jjakobnot on 20.04 with uefi though, that needs some efi system partition and fat fs (if you boot in uefi mode)12:57
jjakobbut generally every os should have grub with os-prober, which should detect the os on the other drive and make a boot option for it, but the other drive's luks must be opened and mounted, so that it can detect it12:58
jjakobwhich is why I don't do separate drives or luks volumes any more, but use just one drive with one luks volume spanning the whole drive and then put lvm on it and all the os's and partitions into lvm13:00
jjakobno matter into which os you boot it should have unlocked the luks+lvm that holds all the other os's13:00
jjakobbut generally I just stay away from multi booting in general and stick to one host os and use VMs, or just switch out the hard drive physically13:01
webchat98jjakob hi thanks13:26
webchat98have you heard of this13:26
webchat98grub-install: error: failed to get canonical path of `/dev/sdb1'.13:27
webchat98i have a luks volume it is root filesyst em ubuntu 20.04 how do i get a grub menu to boot it?13:27
webchat98i can decrypt and chroot to it13:28
webchat98i dont have /boot or /efi13:28
webchat98how do i make this13:28
jjakobhmm, he left13:41
webchat24hi i have some good news13:44
webchat24i can egnerate GRUB now bbut it is not picking up my OS when i do update-grub13:44
webchat24how do i get update-grub to pick up my LUKS ubuntu13:44
webchat24it p[icks up regular ubuntu on sda113:45
webchat24but not LUKS uybuntu on sdb13:45
jjakobwebchat24: did you bind mount /dev into the chroot?13:47
jjakobyou need to luks open both the drives, then mount /boot manually13:48
webchat24yes13:48
jjakobyou can regenerate /boot if you deleted it manually13:48
webchat24yes i dleleted it13:48
webchat24only one is LUKS13:48
jjakobwhat does your /etc/fstab say?13:48
jjakoband your /etc/crypttab?13:49
webchat24ive sent you13:50
=== beaver is now known as pong
=== jje_ is now known as jje
webchat24hi14:45
webchat24how can i solve this error14:45
webchat24sudo apt install linux-generic-hwe-20.0414:46
webchat24After this operation, 0 B of additional disk space will be used.14:46
webchat24Get:1 http://ca.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic-hwe-20.04 amd64 5.11.0.43.47~20.04.21 [1,932 B]14:46
webchat24Fetched 1,932 B in 0s (10.5 kB/s)14:46
webchat24E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)14:46
webchat24i am in a chroot14:47
webchat24how to solve?14:47
webchat24 /dev/pts is EMPTY on chroot14:48
=== jje_ is now known as jje
webchat24how can i munt /dev/pts to chroot14:58
webchat24it is mounted14:59
webchat24why is this error14:59
Jeremy31You have to mount before the chroot15:01
Jeremy31probably have to type exit to leave15:02
webchat24Jeremy31hi15:11
webchat24it is mounted15:11
webchat24i still ge error15:11
webchat24how can i install linux generic hwe to /boot in chroot15:12
leftyfbwebchat24: why in a chroot?15:12
webchat24i am trying to recover my luks ubuntu partition15:12
webchat24i have to generte grub but before i can run update grub i must install linux to /boot within the chroot15:13
webchat24right15:13
webchat24but apt install --reinstall cause error /dev/pts is not mounted but it is15:13
leftyfbwebchat24: what happened where you need to "recover" it?15:13
webchat24i installed ubuntu regular on a different device and grub took over it15:14
webchat24and wont pick up luks volume15:14
webchat24so i must update grub to detect luks15:14
webchat24but i accidently deleted the /boot for the luks15:14
webchat24so i must fix /boot then update grub15:14
webchat24then i can boot it15:14
=== genii-core is now known as genii
nuxerok, so now my impish doesn't respond to any USB human input devices on boot to GUI15:28
nuxerfrom what I googled up it's a mismatch in the xserver-org-input-all or smth; I have a Nvidia GPU and was just updating my packages15:29
nuxerhowever none of the proposed solutions to boot into terminal, grub, safe mode, anything, none of them work15:30
nuxerthe keyboard does come on during boot (as uefi/bios runs the check the light blinks)15:30
leftyfbnuxer: does your keyboard work in the BIOS?15:31
nuxerleftyfb: yes15:31
nuxerit seems to be a common problem judging from the forums15:32
nuxercouldn't have happened at a worse time15:32
nuxerI have no sshd running so I'm completely screwed as for i.e. reinstalling apt packages to fix it via remote access15:32
leftyfbnuxer: when this happens, can you hit CTRL+ALT+F1 or F2 to get a tty console open?15:33
nuxerleftyfb: that's my go-to usually, doesn't work.15:33
nuxerit's a fresh-ish impish install on a brand new computer that I've been working on for a couple of days now15:33
leftyfbnuxer: I'm pretty sure that's a kernel issue then, nothing to do with xorg or nvidia15:33
=== Guest303 is now known as westor
nuxerI was deploying gsmlinux stuff on it and that might've caused things to go boom15:34
nuxerleftyfb: hm, well, people have been having that issue for pretty long and the most common thing is that there's some looping going on with the xorg server and what was it again.. let me check15:35
leftyfbnuxer: was it working before you were messing with gsmlinux?15:35
nuxerleftyfb: xserver-xorg-input-all seems to be the apt package15:35
nuxeroh yes15:35
nuxerit's not exactly the first time I'm installing a Linux. I remember getting that same kind of stuck thing on some previous distro build on another computer, I solved it somehow15:36
leftyfbnuxer: I would suggest reinstall ubuntu from scratch and not messing with gsmlinux. Or contact them for support the next time their software causes major issues like this15:36
nuxerleftyfb: it may or may not have been their stuff tho, but that was one of the things I was doing15:37
nuxerpeople have been saying that grub has some kind of an issue with especially the xserver-xorg-input-all package and I've been trying to chroot from a livecd to be able to install it (it indeed had not been installed)15:38
leftyfbnuxer: ok, lets eliminate it then. Reinstall and do all the regular updates and see if it happens again. You aid you have tried multiple solutions you found, there's no telling the state the system is in now even if you did get usb working again. Start fresh with a known good state15:39
nuxerapt gives me weird "temporarily unavailable" errors on chroot from livecd although it otherwise finds the apt repos and d/l's etc.15:39
nuxeryeah I guess I'll have to do that15:39
nuxerit just blows when I've already sank a few days as usual into this ... there's always something. the distro shipped out broken as it was, I first tried installing the latest LTS, then I just caved in and went for impish15:41
nuxer(also because the latest LTS doesn't have the latest Python [3.9] required for conda; deadsnakes PPA doesn't help with that )15:41
leftyfbnuxer: reinstall. If you run into an issue on your fresh install, we are here to try to help15:41
nuxerleftyfb: thanks a lot ... I know today's probably not the best day to be asking for help15:42
nuxerI do have a working 20.10 impish desktop but it's a way different setup. I might as well just nuke and pave15:42
leftyfbnuxer: good luck15:43
BluesKajHi folks15:43
nuxerleftyfb: I kinda need the LinuxGSM though to deploy some of my dedicated local server stuff for testing purposes and not enter the madhouse over it... idk, maybe it'd be a good thing if it was possible to check out what apt-packages were installed before it all went to hell.15:44
nuxerI do explicitly remember having the same kind of issue with another desktop on either a clean install or after updating15:45
leftyfbnuxer: again, reinstall. Get to a known good state. If everything is fine. Great. Then proceed with gsmlinux and hit them up for support if things go wrong15:45
nuxerwhat I do not understand is why doesn't any of the grub menu options work15:46
nuxera.k.a. holding the shift key, whatever15:46
nuxerholding shift or holding e...15:46
leftyfbnuxer: please get to a known good state. Good luck15:46
webchat36hi i cant access my os15:48
webchat36its LUKS ubuntu15:48
webchat36how do i get my grub to pick it up15:48
EriC^^webchat36: is the /boot inside the luks?15:52
webchat36no15:52
webchat36i deleted it by accident15:52
webchat36all i have is root filesystem15:52
EriC^^use a live usb to chroot into it, then make /boot again and install kernels/grub15:53
EriC^^and you'll need to use the uuid in fstab for /boot, mkfs.ext4 -U <uuid-here> /dev/sdxY15:53
JustCuriousHi, I have an external hard drive that cannot be mounted nor iniciated, it does not appear on disks and gparted keep running stucked when connected. It's /dev/sdc, it has no sdc1 partition, don't know what to do, it's a Western Digital My Passport HD15:59
JustCuriousI've tried to connect it on Windows 7 and it's not recoverable15:59
leftyfbJustCurious: buy a new one16:00
JustCuriousNTFS formatted by the way16:00
JustCuriousyes leftyfb this is the easiest solution16:00
JustCuriousit's 100 €16:00
webchat36EriC^^ ok i am ready to create new /dev/sdxY wiith UUID. how to ge t uuid16:00
leftyfbJustCurious: if the data is worth it, you'll have to find and pay a company that specializes in data recovery16:00
EriC^^webchat36: grep boot /etc/fstab16:01
JustCuriousit's just for backup my data, I'd like to safe the HD16:02
EriC^^JustCurious: type 'sudo apt-get install smartmontools && sudo smartctl -a /dev/sdc | nc termbin.com 9999'16:02
EriC^^to see the hdd health16:03
webchat36eric16:03
webchat36mkfs.ect4 says16:03
webchat36Discarding device blocks: done16:03
webchat36 /dev/sdb2: could not parse UUID: 01AB-311916:03
leftyfbJustCurious: it's defective. Buy a new one. This is also not an ubuntu issue16:03
EriC^^webchat36: that's not for boot16:03
webchat36your right16:04
EriC^^webchat36: type 'cat /etc/fstab | nc termbin.com 9999'16:04
JustCuriousthanks EriC^^16:05
EriC^^JustCurious: no problem, paste the link here when you have it16:05
webchat36thats someone else16:05
webchat36https://paste.debian.net/1225384/16:06
JustCuriousinstalling GSmartControl16:06
webchat36EriC^^ see it16:06
leftyfbJustCurious: EriC^^ did not suggest installing GSmartControl16:06
JustCuriousit's its GUI16:07
JustCuriousit stucks while running smartclr16:08
JustCuriousit's like the sdc interrupts the process16:08
leftyfbJustCurious: yes, we are aware. It does not help with troubleshooting. EriC^^ asked you to install smartmontools for a very specific reason16:08
leftyfbJustCurious: run this is a new terminal and let it run while you are messing with the drive:   dmesg -Tw16:09
webchat36EriC^^ can you help me mkfs boot and install linux/kernel16:09
leftyfbJustCurious: if you see tons of error messages about your drive, it is a hardware issue and you are unlikely to get any useful data from the drive16:09
leftyfbJustCurious: also, as stated, even if you do succeed in recovering anything from the drive, the drive is toast and there is no using it going forward16:10
JustCuriousit's all : "Buffer I/O error on dev sdc, logical block 976746224, async page read"16:10
JustCuriousdon't think so16:10
leftyfbyou don't think the drive is toast?16:10
EriC^^webchat36: yeah16:11
webchat36thanks16:11
JustCuriousplease leftyfb let people here help me16:11
EriC^^webchat36: so til now you booted the live usb, and you decrypted and mounted root, mount binded /dev /sys ... and ran chroot right?16:12
webchat36mounted unencrypted ubuntu installation 20.04 bran new on /dev/sda, trying tyo recover dev/sdb16:12
webchat36yes i have mounted those16:12
EriC^^JustCurious: leftyfb is kind of right, the drive seems likely is toast but still it's worth a shot to see what can be done and what to retrieve16:12
webchat36and not chroot yet16:13
webchat36becuase i must first mount16:13
webchat36 /boot after mkfs16:13
webchat36then chroot16:13
EriC^^JustCurious: first be sure it's not some connection issue, as that can also cause i/o errors16:13
webchat36everything mounted except /boot16:13
webchat36need to mkfs /boot but i dont know uuid16:14
webchat36i pasted it16:14
webchat36the cat16:14
JustCuriousok16:14
EriC^^webchat36: where didyou mount the decrypted root fs? /mnt?16:14
JustCuriousthe the result: /dev/sdc: Unknown USB bridge [0x1058:0x25e2 (0x4004)]16:14
webchat36yes16:14
JustCuriouswell, maybe it's broken yes16:14
JustCurious100 $ again16:14
JustCurious:(16:14
webchat36mount --bind /dev /mnt/dev16:14
webchat36mount --bind /dev/pts /mnt/dev/pts16:14
webchat36mount --bind /proc /mnt/proc16:15
webchat36mount --bind /sys /mnt/sys16:15
leftyfb!paste | webchat3616:15
ubottuwebchat36: 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:15
EriC^^webchat36: ok type 'cat /mnt /etc/fstab | nc termbin.com 9999'16:15
EriC^^sorry16:15
EriC^^webchat36: ok type 'cat /mnt/etc/fstab | nc termbin.com 9999'16:15
EriC^^JustCurious: how important is the data on it to you? if you have it already then i'd just get another hdd, if its not a connection issue its likely some failure and not reliable anyways16:16
webchat36EriC^^ i paste it here https://paste.debian.net/1225385/16:16
JustCuriousEriC^^ not important the data, only the HD16:16
JustCuriousok thank you for your help16:17
EriC^^webchat36: this is the uuid, db3eb633-0441-441f-a924-c721648dd05216:17
EriC^^JustCurious: no problem, sorry about the bad news16:17
webchat36oh right the first time i didnt do it in mnt16:17
JustCuriousBefore leaving, let me advice you again purchasing Western Digital MyPassport HD16:18
webchat36EriC^^ mkfs succeeded16:18
EriC^^ive been using seagate, they seem ok, my older one lasted like 10 years maybe16:18
webchat36now how to install requiredments16:18
webchat36im chroot16:19
webchat36to /mnt16:19
webchat36owait i must mount boot16:19
JustCuriousthen I'm to buy some seagate16:19
JustCuriousthanks16:19
webchat36EriC^^ what do i do with /boot16:20
webchat36i mean not /boot16:20
webchat36i mean the filesystem i just created for /boot16:20
EriC^^webchat36: reinstall the kernel and grub, apt-get install --reinstall linux-image-generic grub-efi-amd64-signed grub-efi-amd64-bin grub-common grub2-common16:20
EriC^^webchat36: ah16:20
EriC^^mount it, type "mount /boot"16:20
EriC^^in the chroot16:20
webchat36 should i do mount /dev/sdb2 /mnt/boot16:21
webchat36before i chroot16:21
webchat36to mnt16:21
EriC^^doesn't matter, might as well chroot then run 'mount /boot' to test if its working with fstab16:21
EriC^^also 'mount /boot/efi' after16:22
ice9which sip softphone do you recommend?16:22
webchat36EriC^^ mount boot worked16:23
webchat36mount boot/efi didnt16:23
webchat36mount point doesnt excist16:23
webchat36i mounted it bewforte chroot though16:23
EriC^^ah right, type mkdir /boot/efi16:23
nuxerok so I managed to get into the terminal login via esc on boot, but even after editing grub and updating it with the default CMDLINE pointing to "text" it still goes to the damn xwindow manager and hence paralyses the keyboard and mouse (the kb and mouse DO work when I press esc and boot into safe/recovery mode)16:23
nuxerin other words, what do I need to put where to stop ubuntu impish from booting into xwindow16:24
webchat36now do i install with apt16:24
EriC^^yeah16:24
nuxerI'm still going to check that avenue if I can get things to work via terminal since it works in safe mode thatway16:24
nuxerGRUB_CMLDLINE_LINUX_DEFAULT="text"  ... sudo update-grub =>> didn't help, it still boots to GUI.16:26
nuxerall I'd need right now is to prevent the Ubuntu from booting into GUI16:27
webchat36EriC^^ ok installed now what]16:27
webchat36W: Couldn't identify type of root file system for fsck hook16:27
webchat36look like it worked but says this error16:27
EriC^^nuxer: text is deprecated kind of, try 'systemd.unit=multi-user.target'16:28
EriC^^webchat36: looks good i guess, ls -l /boot shows kernels and grub dir?16:29
webchat36eric it shows efi and grub dirs, and initrd.img and vmlinuz16:30
EriC^^there should be /boot/grub/grub.cfg and /boot/grub/x86_64-efi full of modules16:30
webchat36no only /boot/grub/grub.cfg.new16:30
webchat36and16:30
webchat36and the module16:31
webchat36s16:31
EriC^^modules there?16:31
webchat36yes16:31
EriC^^good16:31
EriC^^try 'update-grub' see if it makes a /boot/grub/grub.cfg16:31
webchat36no16:32
webchat36it only creates16:32
webchat36grub.cfg.new16:32
webchat36i renamed it it was created again16:32
webchat36after update-grub16:32
EriC^^odd, so now you have grub.cfg though cause you renamed right?16:32
KBarnuxer: `systemctl set-default multi-user.target`16:33
KBarnuxer: also try appending `systemd.unit=multi-user.target` to the kernel command line.16:34
KBarnuxer: or just disable your DM with systemctl. Whichever way you prefer, really.16:35
webchat36EriC^^should i rename it to grub.cfg16:35
webchat36EriC^^16:35
EriC^^webchat36: yeah try that16:36
nuxeryep, I disabled gdm3 via recovery mode and when I manually start it up from the terminal it no longer hangs up!16:36
nuxerwhew16:36
nuxer;)16:36
KBarah, okay16:36
nuxerit was this apt package that needed to be (re)installed: xserver-xorg-input-all16:37
nuxerapparently it's a common problem.16:37
KBarnuxer: touchpad problems?16:37
EriC^^webchat36: it seems that grub makes .new when there is an error in /etc/default/grub or the /etc/grub.d files16:37
EriC^^webchat36: can you pastebin 'cat /etc/default/grub' ?16:38
EriC^^webchat36: also pastebin with it 'ls -l /etc/grub.d'16:39
webchat36https://paste.debian.net/1225391/16:45
webchat36https://paste.debian.net/1225392/16:46
=== diskin_ is now known as diskin
icedwaterI have a wireless driver that works on kernel 4.13, I'm trying to get it to run on 5.11 - any tips? I assume there's no newer package for drivers...17:11
KBaricedwater: is that Ubuntu 18.04? What wireless adapter are we talking about?17:14
icedwaterKBar: ubuntu 20.04, it's a broadcom running intel wifi I think17:36
icedwaterscrap that, lspci says 'Intel Corporation Wireless 3160 (rev 93)'17:37
icedwaterlsmod shows the iwlwifi module is loaded on 4.13, but it doesn't show up on 5.1117:38
icedwaterUgh, gotta double-check before I ask questions. The current 5.x kernel I'm trying is 5.1317:39
icedwaterLet me try that again...17:40
icedwaterI have an intel wifi card that works on the 4.13 kernel with ubuntu 20.04, but when I boot with a 5.13 kernel, wifi is not detected.17:40
KBarSoon, we'll find out that you're actually running W******, eh? :)17:40
icedwaterKBar: heh17:41
KBarDoes it work with the default 5.11?17:41
icedwaterIs 5.11 a default?17:42
icedwaterI think no, but I've been trying a bunch of 5.x kernels and uninstalling them, so I'd have to check again17:42
icedwaterI'll try again with 5.11.0-22-generic17:43
KBaricedwater: for Focal currently 5.11.0.43.47~20.04.2117:46
Jeremy31icedwater: You might want to check to see if the linux-module-extra  is installed for that 5.13 kernel17:50
=== jje_ is now known as jje
leftyfbicedwater: remove all the kernels you have manually installed and just install linux-image-generic-hwe-20.0418:28
webchat36hi can someone hel-p me fix my grub18:51
webchat36grub will not detect my LUKS encrytped ubuntu18:51
webchat64How do I install the audio driver for  Realtek I2S Audio19:11
webchat64I installed 20.04 on my rca cambio tablet.   I used the linixium image because it had 32bit efi, and everything worked but I had no audio.19:12
webchat64I looked up others who might have the problem with this device and it needs this Realtek I2S Audio driver, but this was not installed even though I have enabled non-free software.19:13
leftyfbwebchat64: non-free is not a repository in ubuntu19:15
leftyfbwebchat64: you are using a heavily modified version of ubuntu which cannot be supported here. You should seek support from linuxium19:16
leftyfbwebchat64: several contact methods can be found at the bottom of https://www.linuxium.com.au/home19:17
geirhaPretty sure they just mean restricted and multiverse. The installer calls it "non-free"19:21
leftyfbgeirha: it's a modified installer/ISO19:21
leftyfbhttps://drive.google.com/file/d/0B99O3A0dDe67S053UE8zN3NwM2c/edit?resourcekey=0-q_wmonyHhCPjIjJ7FgPToQ19:22
Guest49Hi, I need some help working with Ubuntu 18. It's not about drivers as it was automatically taken care of.20:14
Guest49How to install .deb (or any other linux compressed package) offline?20:15
Guest49well... i'll be back. hold on.20:18
B0RGYo, I'm new but I could help20:18
B0RGGuest49: Wanna know how to install .deb?20:19
leftyfbB0RG: they left20:20
B0RGOnly trying to help, first time on IRC, working it out20:21
B0RGleftyfb: Know any decent servers/channels for music prod, hackers and general tech?20:23
leftyfb!alis | B0RG20:23
ubottuB0RG: Alis is an IRC service to help you find channels. For help on using it, see «/msg Alis help list» or ask in #libera - Example usage: «/msg Alis list http»20:23
B0RGleftyfb: Thx man, bigup20:24
=== Festivus-Maximus is now known as Happy2022
KuleshovС новым 2022 Годом !!!!21:01
leftyfb!op | Kuleshov continues to spam this channel21:05
ubottuKuleshov continues to spam this channel: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu21:05
str42join python21:35
str42ignore prior statement all21:35
Maikstr42: do you have a ubuntu support question?21:37
KuleshovТигрята я всех вас люблю!!!!22:06
leftyfbKuleshov: please stop22:09
MrCollinsGAHello. When I try to sudo anything I get the following error at this link22:21
MrCollinsGAhttps://ghostbin.com/9HOtA22:21
MrCollinsGAcan anyone point me in the right direction to get this resolved22:22
leftyfbMrCollinsGA: boot to a live cd/usb and fix the issue with the sudoers file you created22:22
MrCollinsGAleftyfb, when I boot what should I do to it?22:23
MrCollinsGAill boot into it now....22:23
leftyfbMrCollinsGA: what you should do actually is move the file out of the sudoers directory completely and fix it after22:23
MrCollinsGAok22:24
leftyfbMrCollinsGA: are you bayman or is there someone else who just borked their machine with an ansible file in sudoers?22:31
MrCollinsGAno22:31
MrCollinsGA100% not me.22:31
MrCollinsGAim booting into rescue mode on ubuntu right now on my VM22:31
leftyfbbayman in #ansible just had a similar issue22:32
leftyfbuncanny22:32
MrCollinsGApure coincidence :)22:32
MrCollinsGAok leftyfb Im in. so just move the three files out?22:35
MrCollinsGAtheres actually gotta be one in there Ill leave README in there22:35
MrCollinsGAok I have successfully moved those two files out.22:36
MrCollinsGAleftyfb, what can I do now?22:36
oerheksmessing up sudoers file?? = reinstall22:36
oerheksit is just a vm...22:37
MrCollinsGAits a vm22:37
MrCollinsGAI can re spin it but id like to know what to do22:37
oerheks!info visudo22:41
ubottuPackage visudo does not exist in impish22:41
Kuleshov❤🍾🥂🎄☃❄🎅✨22:41
leftyfbKuleshov: STOP22:42
Kuleshovok22:42
Kuleshov:(22:42
leftyfbKuleshov: stop posting in here unless you have an ubuntu support question22:43
KuleshovI use Windows 1122:43
leftyfbKuleshov: then /part22:43
leftyfbMrCollinsGA: remove your custom files, reboot into your machine and figure out what syntax issues you have with your custom sudoers files22:43
Kuleshovhttps://dchub.one/temp/22:43
leftyfb!op can we please remove Kuleshov who clearly has no business being here?22:44
ubottuleftyfb: I am only a bot, please don't think I'm intelligent :)22:44
leftyfb!op | can we please remove Kuleshov who clearly has no business being here?22:44
ubottucan we please remove Kuleshov who clearly has no business being here?: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu22:44
jhutchinsThis is also one of those issues where you can just step backwards through the changes you've made since it was last known to work.22:44
jhutchinsleftyfb: I think the ops are all at New Year's Eve parties.22:45
oerheksvisudo -c # would have shown errors22:45
leftyfbjhutchins: yeah, probably. Maybe we need more ops22:45
oerhekshttp://manpages.ubuntu.com/manpages/impish/man8/visudo.8.html22:45
jhutchinsoerheks: Does visudo check includes?22:46
oerheksi am not sure what you mean with includes22:47
oerheks?22:47
leftyfbjhutchins: it should check all the way down the chain22:48
mister_mHi. I am running ubuntu 20.04 lts and rn it has gnome 3.36 or so. I'd like to use gnome 40+. Can I achieve this just by installing `gnome-session` and then selecting that as an option at the log in screen? What is the shortest path to gnome 40 that doesn't involve fresh installing22:59
leftyfbmister_m: upgrading to Ubuntu 21.10 or 22.04 when it is released in April23:01
leftyfbmister_m: 20.04 doesn't officially support gnome 40. But if you want to take the chance: https://www.linuxcapable.com/how-to-install-gnome-40-desktop-on-ubuntu-20-04/   you would be on your own though23:02
mister_man upgrade sounds like the more sensible opton, thank yo u23:04
=== ircnoob20080 is now known as ircnoob2008
=== polymorp- is now known as polymorphic
=== waxfire9 is now known as waxfire
=== denningsrogue6 is now known as denningsrogue
=== dabbill_ is now known as dabbill
=== dvdmuckle_ is now known as dvdmuckle
=== LjL^ is now known as LjL
=== kantlive- is now known as kantlivelong
=== TonyL is now known as DarkG
=== tomreyn_ is now known as tomreyn
=== LarsErik1 is now known as LarsErikP
=== combengue is now known as cmbengue
=== ryan-c` is now known as ryan-c
=== klebers_ is now known as klebers
=== hiya_ is now known as hiya
=== genii-core is now known as genii
=== dob1_ is now known as dob1
=== gry_ is now known as gry
MrCollinsGAtrying to mount an nfs share.23:53
MrCollinsGAI pass sudo mount serverip:/dir/dir/targetdir /file23:53
MrCollinsGAI get mounting serverip:/dir/dir/targetdir failed reason given by server: no such file or directory23:54
MrCollinsGAbut it does exist.23:54
=== Apachez- is now known as Apachez
MrCollinsGAfalse alarm typo23:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!