/srv/irclogs.ubuntu.com/2022/07/14/#ubuntu.txt

ladedaI am running into an unusual issue where I use a local APT repository with the trusted=yes set across several Ubuntu hosts. If I run an apt-get update on 99% of the hosts it works no fine, but I have one particular hosts configured the same way that throws an error complaining about "The following signatures couldn't be verified because the public00:16
ladedakey is not available: NO_PUBKEY" but any GPG checking should be bypassed with the "trusted=yes" option... is this some time of bug I am running into? I've tried cleaning out all files related to the local repository in /var/lib/apt/lists and then run apt-get update, but it does not fix the issue.00:16
MikemkIs there a pre-made tool for verifying hard drive images?  with sha256, I'd have to spend another 8 hours for a single error, I'm hoping there's something that can tell me where the error is so i only need to recopy a small section.  preferably something that runs on both linux and windows00:24
sarnoldladeda: maybe re-check /etc/apt/sources.list *and* /etc/apt/sources.list.d/ directory of files? maybe there's a surprising overlooked line there..00:33
sarnoldMikemk: what problem exactly are you trying to solve?00:33
MikemkI'm upgrading my hard drive00:34
ladedasarnold yeah that's the first thing I did nothing out of the ordinary here no duplicate sources that don't have the trusted flag00:34
sarnoldladeda dang :( I was hoping for something easily overlooked, hehe00:34
Mikemkdon't have an adapter to copy directly to the new M.2 drive, so i'm copying over the network to my desktop.  It takes 4 hours to copy once, so if there's any errors (not unlikely over the network), I'd like to be able to only have to recopy the errored part00:35
Mikemkinstead of 1 sha256sum for the entire file, have it be 1 for the first GB, another for the 2nd, or something like that00:35
Mikemksomething that'll pinpoint the error for me00:36
sarnoldoh, so you did something like dd if=/dev/sda  of=- | ssh remote cat > bar   kind of thing?00:36
Mikemkyeah00:36
Mikemkand i want the quickest way to verify the image after copying.00:38
sarnoldI think I'd do a sha256 or md5 or whatever you prefer on both the drive and the file at the same time and mostly hope they come up identical :) if you used ssh, it'll provide far better guarantees than just tcp and ip's crc checks00:38
MikemkDidn't use ssh, I have the terminal window in a windows network share00:39
sarnoldsmb then? hmm. I don't know what it does for reliability :(00:39
sarnoldbut dozens of windows users use it without too much complaint, maybe it's good enough to try the whole-thing checksum first and hope it works out00:40
MikemkI suppose I can, but I've got 3 hours left till it finishes copying, so I can write a tool to give me the checksum per GB.  Just hoping someone already did00:40
sarnoldyou could put together a small shell script around dd, using skip= and count= to selectively read eg one gig chunks at a time, as you said, but both tasks might finish while you're writing it..00:41
MikemkI doubt it'll take me 3 hours to write it00:42
MikemkThough I am taking the total sha256 of the ssd as i wait00:43
sarnoldheh yeah, it won't take three hours00:43
Mikemkalright, well thanks.  if anyone happens to already have a script like that, let me know so i don't have to write it myself00:44
ladedaI found this but it's an old bug00:46
ladedahttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=87254300:46
ubottuDebian bug 872543 in apt "apt does not honor trusted=yes from sources.list" [Important, Open]00:46
ladedaI'm running Ubuntu 20.04 so can't be the same issue00:47
sarnoldtry [trusted=yes check-date=no] all the same, it's a hint, otherwise we've got nothing :)00:50
ladedaTried that... doesn't work.00:51
sarnold;(00:51
tomreynladeda: there are debug options to apt, have you tried them?00:57
tomreynbottom of apt.conf(5)00:57
ladedano ill try those thank you00:59
AlysHello01:11
GunArm1how can I remove the packages that are installed when installing another package?  eg: apt install gcc dumps 200mb of stuff on the drive, remove gcc removes 40k. autoremove doesn't do anything01:16
GunArm1I have the list of dependant packages from the install command, but there surely must be a way to not have to manually specify every dep that came with the thing?01:17
GunArm1(I thought this was what autoremove was all about)01:17
oerheksreboot, try again to autoremove?01:19
oerhekselse such small dependencies linked are not that harmfull01:20
GunArm1well this is in a container, so I'm trying to minimize the layer size01:20
GunArm1but i must have actually done something wrong because in a fresh container, autoremove is removeing what I expect01:20
GunArm1will retry tomorrw01:20
oerheksthen use one container for gcc...01:20
oerheksetc01:20
GunArm1yeah, i should be using multistage builds01:20
oerhekshave fun!01:21
GunArm1ty01:21
fikran[m]upgraded Ubuntu versions, yay! Lots of stuff stopped working :)01:25
oerheks" lot of stuff stopped..." ppa's are disabled, read the releasenotes for changes perhaps?01:26
GunArm1fwiw, my problem was I had also installed unixodbc-dev which has many (all?) of the same deps as gcc01:27
oerheksany -dev without gcc, what would you be using then?01:28
GunArm1basically I need to get some perl modules into the image, which required several -devs and gcc to build, I figured I didn't need the dev headers after building the modules, but didn't have enough confidence to remove them initially without some testing01:30
fikran[m]Is there a tool I can use to configure my network?01:31
fikran[m]Rather than editing configuration files, which I always mess up...01:32
tomreynfikran[m]: what are you running there?01:32
fikran[m]Impish 21.10 as of a few hours ago :)01:33
tomreynthat's EOL as of today/tomorrow01:34
tomreynfikran[m]: anyways, to also answer your question, if this is ubuntu desktop (gnome-shell), then you can configure networking using the menu on the top right corner, or using settings. if you want more options, there is also "advanced network configuration" or similar (?)01:42
tomreynAKA nm-connection-editor01:42
=== NeoFAT32_ is now known as NeoFAT32
=== ootput1 is now known as ootput
fikran[m]tomreyn: You suggesged nm-onnection-editor. I don't have a GUI at the moment02:22
fikran[m]This is a Raspberry Pi.02:22
Elon_SatoshiHow do I manually make an Ubuntu Live persistence USB drive?02:23
oerhekson what host, Elon_Satoshi ?02:23
oerheks!usb02:24
ubottuFor information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent02:24
FaTaL_GI've experienced various freezing of my ubuntu, from 16.04, 18.04, 20.04, and today, 22.04. Thankfully its rare. I know within minutes of when it happened today, can anyone suggest what logs I should look at?02:24
Elon_Satoshioerheks: Arch Linux02:24
oerheksmkusb on linux, i guess02:24
oerheksoh02:24
oerheksnope, not for arch02:24
oerheksask in arch?02:25
tomreynfikran[m]: see, that's why i asked what you're running. there is nmtui if you want a text ui for network manager, nmcli for a CLI, and netplan for a simplified configuration frontend for both systemd-networkd and network manager02:25
FaTaL_Gno gnome or anything, mainly running it as a server. So freezes are a horrible thing02:25
tomreynFaTaL_G: does it lock up fully then, or just freeze temporarily and recover a bit later?02:26
FaTaL_Glocks up fully02:26
tomreyncan it be just graphics? have you tried magic sysrq?02:27
FaTaL_Gand worse yet... which makes me wonder ....02:27
oerheksrare lockups, do a memtest86 run02:27
FaTaL_GI have PTSD with apt update && upgrade; if it says "kernel" updates.....02:28
FaTaL_GI cannot even begin to tell you how many times I have had to boot from live disk/usb and fix-boot or chroot update-initramfs02:28
FaTaL_Git could be video related, but I use onboard, no nvidia... and its all terminal driven02:29
FaTaL_Gno x-win02:29
FaTaL_Gmemtest has passed with this hardware before, but I can try that again02:30
tomreynso if it's not certain that it's a hard cpu lockup, then you should use sysrq-s,u,b next time it happens, and then check your logs after reboot02:31
FaTaL_GI will write that down, thank you02:32
tomreyn!sysrq02:32
ubottuIn an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key02:32
tomreynbut if you're workin in a tty, ctrl-alt-del should also just work there, i guess02:32
FaTaL_Git does not02:33
FaTaL_Goh have I tried that, so many times02:33
FaTaL_Gand alt-# session changing to a new terminal, no luck02:34
tomreynsysrq goes directly to the kernel, so it's a tid bit more direct.02:35
tomreynsee also https://wiki.ubuntu.com/Kernel/Debugging02:35
sarnolddoes the numlock keyeven work?02:35
tomreynbut i'd also start with testing the hardware02:36
Mikemkalways wonder what the sys rq key was for02:36
Mikemkwondered*02:36
FaTaL_Gwell, after reboot, I had a ztsd-compression message, and no init found, kernel panic. had to sysrescue. and the boot partition was dirty02:36
sarnoldfiddling with the key and seeing what the light does is a quick way to guess just how wedged the machine is02:36
FaTaL_Gno real reason it should have been dirty since ... while the system is running... after boot... /boot shouldn't be getting written to... right???02:37
FaTaL_Gno numlock and capslock dont change states02:37
Mikemkupdates write to /boot if you update grub or the kernel02:37
jhutchinsFaTaL_G: This kind of excitement is why you're messing with an experimental FS though, isn't it?02:37
tomreynit's mounted, that's good enough to have the dirty bit set02:37
FaTaL_Gfair enough02:37
FaTaL_Gmy boot is ext202:38
FaTaL_Gright?02:38
FaTaL_Gthats not experimental anymore :)02:38
FaTaL_Gmain root is lvm02:38
Mikemkwhy are you using ext2 for your boot partition02:39
sarnoldah that's pretty consistent with ext2; there's no journal to replay upon an unclean shutdown, so you get asked to fsck the thing02:39
FaTaL_GI do pay attention to the update/upgrade window, and I dont see errors when it updates... but if I have to reboot... ugh... its often hosed02:39
MikemkScratch that, why would you use anything older than ext4 period?02:39
sarnoldMikemk: I had some *crazy* errors that no one else could reproduce, because I was using ext3 at a time that was implemented, poorly, in the ext4 code :)02:40
FaTaL_GMikemk: I installed it back around 14/16, and the guide I followed or the live disk basically defaulted to it? I dont know. I just never changed it?02:40
sarnoldit'd be worth redoing with filesystems from this century02:41
MikemkEven when you installed that guide was severely outdated02:41
FaTaL_GAny guides I can follow? I would love to02:41
Mikemkwhat distro02:41
Mikemkwait scratch that, that's obvious02:42
FaTaL_GI'm linux knowledgable, but nowhere near advanced. Im on 22.04 LTS now02:42
Mikemkhttps://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview02:42
MikemkI would say backup everything you need and do a clean install, who knows what oddities you've got02:42
FaTaL_GI dont want to install fresh??? the LVM is fine (and is ext4 I believe)02:42
FaTaL_Gits just boot that is ancient02:43
FaTaL_Gugh. A fresh install probably isnt a bad idea.02:43
FaTaL_GI just think I'll have to build a new machine to do it :)02:44
Mikemkeither copy all the files off /boot, reformat ext4, and copy back, or just move /boot onto your main partition and delete the boot partition (DO NOT delete the EFI partition if it exists)02:44
FaTaL_GI dont have an EFI partition. Everytime I boot into Live from USB, it goes UEFI, and when I use boot-repair it tells me, Im in a EFI session, consider making a EFI partition on disk02:45
FaTaL_G(something to that effect)02:46
Mikemkif you do the fresh install, make it a uefi install02:46
FaTaL_Gcan I move boot on the main partition (lvm) and grub will boot from it?02:47
Mikemkboots faster, more modern, less finicky02:47
FaTaL_GI like it02:47
MikemkIn theory yes, but i'm not sure the exact steps02:47
FaTaL_Gmaybe I'll grab a second SSD and go that route.02:47
MikemkOr turn /boot into an efi partition02:48
=== five614 is now known as five61
fikran[m]Hi, sorry I asked this earlier. I don't have a GUI on this machine, I'm just SSH'ed into this host.04:55
fikran[m]Is there a way to configure my network with a tool? I don't want to accidently kick myself offline.04:55
fikran[m]I want to set a static IP and setup wifi04:55
luna__nmtui04:55
* fikran[m] tries04:56
arraybolt3[m]fikran: Just be careful, I've messed up networking on a Pi before, thankfully I had it near me and could fix it. Nmtui should be good, though.04:58
fikran[m]yeah, this wouldn't be catastrophic, but I just don't want to head downstairs and fix it at this hour.04:59
fikran[m]alright, rebooting this Pi. Lets see how this goes :)05:06
MikemkAwesome!  No copying errors!  I don't have to spend another 5 hours copying+verifying the old hard drive again!05:07
MikemkScratch that, I actually do have to, to put the data on the new drive, but you get what I meant05:07
fikran[m]Worked. Awesome :)05:12
luna__great05:12
fikranConnecting from my BNC that works now on that Raspberry Pi. We're coming full circle!05:13
silv3r_m00n2hi there, for some reason, my laptop wakes up at 4-5 AM when i am asleep, and keeps running and then battery goes 0% and it shut downs... how can i find out whats waking up my laptop05:30
silv3r_m00n2i usually turn off the mains power supply to laptop when i go to bed and turn it on next morning05:31
gryhi05:49
luna__hey05:49
grysilv3r_m00n2, did this start recently? did it ever work properly before (i.e., without waking up at 4-5am)?05:49
gryhi luna__05:50
matsamansilv3r_m00n2: well if you actually turned it off (vs suspend/hibernate it), it's unlikely it could wake itself05:52
matsamanso perhaps you had only suspended/hibernated it05:52
grysilv3r_m00n2: could you please confirm what you do in the evening before going to bed?05:53
=== diskin is now known as Guest6484
=== diskin_ is now known as diskin
=== routebee_ is now known as routebee
silv3r_m00n2hi there06:52
silv3r_m00n2my laptop battery looses power even when asleep, overnight in 8 hours it lost 95% power06:53
silv3r_m00n2it does not drain this fast even when actually working and using06:53
silv3r_m00n2whats going on06:53
silv3r_m00n2ubuntu 22.0406:53
Maiksilv3r_m00n2: using supsend?07:03
Maiksupsend/suspend07:04
guivercsuspend uses minimal power; but only hibernate turns the power off (saving everything to disk; suspend needs RAM to be powered otherwise session is lost)07:05
silv3r_m00n2Maik: i leave the lid open, and go away from the laptop, switch off the mains power .... laptop goes to sleep in 15 minutes as per settings07:09
silv3r_m00n2however i have noticed that sometimes, like once every 3 days, the laptop suddenly looses all its power and shuts down... this is weird07:09
silv3r_m00n2cat /sys/power/mem_sleep07:10
silv3r_m00n2[s2idle] deep07:10
=== Bencraft14192 is now known as Bencraft1419
silv3r_m00n2also i noticed that this problem wasnt there before, but started only after i upgraded to ubuntu 22.04 on this acer laptop07:10
silv3r_m00n2sometimes this does not happen and laptop looses only about 8-10% power over night, which is reasonable07:12
silv3r_m00n2but once every 3 days, it looses entire 100% and shuts down07:12
=== diskin is now known as Guest3395
=== diskin_ is now known as diskin
manwhowouldbekinGreetings! After bringing up Ubuntu 22.04 from suspense, I noticed that none of US devices seemed to work. For keyboard, the solution was a simply unplug-and-plug-back-in. However, the external audio interface is still not detected. Is there something I can do to reboot the USB service or somehow rescan the devices?07:33
tarzeaujust being curious if there's others that want to opt out of phased updates? https://bugs.launchpad.net/ubuntu/+source/apt/+bug/198167207:35
ubottuLaunchpad bug 1981672 in apt (Ubuntu) "apt phased out broken code, missing documentation to opt out" [Undecided, New]07:35
smallville7123how do the package repositories work in terms of user submitted packages and downloading07:41
=== ootput7 is now known as ootput
guivercsmallville7123, I don't know what you're asking, but https://packaging.ubuntu.com/html/ may help08:06
goulashsoup(Rerequest, i have Ubuntu acc now) Does someone know why a MBR ubuntu desktop installation has an empty /boot/efi partition?08:09
guivercgoulashsoup, I just completed a desktop install to a 2005 hp; only a single partition was installed which was / ; no ESP was created.. It'll depend on the installer/ISO you use what gets installed; but ESP is not required.  If it's empty it's not required08:10
guiverc(fyi:  it was Lubuntu 22.04.1 daily I installed using calamares installer)08:11
goulashsoupguiverc Related question https://superuser.com/questions/1613928/unexpected-efi-system-partition-id-on-mbr-disk08:11
goulashsoupIs this a known bug?08:11
hubHi, im trying to preseed a 22.04 Desktop Installation but i am unable to find a full example of preseed options. Currently im trying to find the options for the "Updates and other Software" Chapter of the installer. (I tried dumping with debconf-get-selections but the invocation with --installer does not give me any output.) Is there a full example of options necessary for a fully automatic install08:12
hubprocess?08:12
guivercgoulashsoup, I see no details as to what OS/release/ISO was used for that superuser question so cannot see how it relates.08:13
goulashsoupguiverc In my case it was `ubuntu-20.04.4-desktop-amd64.iso`08:13
guivercIf I use a different 22.04 ISO/installer the result I mentioned can differ; I acknowledge that; but the user has control by ISO used/selected & options used08:13
goulashsoupguiverc Options Erase disk + LVM + Encryption08:15
guivercI haven't used that ISO in some time I can't recall what it creates; but yes default could be creating ESP but I can't recall.  I do know it will create a system too without one  (ie. ubiquity on focal doesn't mandate ESP even if one is default)08:15
goulashsoupguiverc k thanks08:15
smallville7123does Ubuntu have support for third-party package repositories ?08:18
Unit193Apt does, you won't get support for the packages though.08:18
guivercPPAs are 3rd party package repository; PPA = personal package repository08:18
guivercsmallville7123, ^08:19
Unit193There's some pretty solid ones too, like the Tor project's.08:19
smallville7123could someone create their own and have other users be able to upload to that PPA ?08:19
guivercgoulashsoup, fyi: I just started another QA-test install of jammy (22.04), no ESP exists on disk & won't be created; but no format is being done for this install; manual partitioning08:20
guivercsmallville7123, you can have a team of uploaders with access to PPA08:20
guivercif you create & host your own too smallville7123 , you can set the rules yourself08:20
goulashsoupguiverc Maybe it was a bug is now fixed, again i used 20.04...08:21
=== thelounge38041 is now known as thelounge3804
guivercsmallville7123, https://help.ubuntu.com/community/Repositories/Ubuntu08:21
smallville7123what if a random user wants to upload to this PPA ?08:21
alkisgguiverc: didn't you hit this one with BIOS/MBR + manual partitioning? https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/195167408:22
ubottuLaunchpad bug 1951674 in ubiquity (Ubuntu) "Incorrectly warns 'No EFI System Partition was found' on BIOS/MBR" [Undecided, Confirmed]08:22
guivercgoulashsoup, I don't believe it's a bug... 22.04.1 is the next release thus why I'm QA-testing that; 20.04.5 is next and I'd expect identical results there !  (I just don't clearly recall my last focal install; recently has been mostly kinetic & jammy)08:22
Unit193See also: https://wiki.debian.org/DebianRepository/Setup08:22
guivercalkisg, I'm not tagged as that bug impacting me; nor do I clearly recall it..08:23
alkisgI wasn't able to ever avoid seeing that warning, in all my 22.04 BIOS/MBR installations08:24
guivercThe message looks familiar to me alkisg for sure, but I have no clear recollection of encountering it (except maybe a day or two which was then resolved but a like issue maybe as i wasn't tagged as 'impacts me to' for that)08:26
alkisg👍️08:27
guivercissue may be related to firmware on boxes; I'm just lucky maybe?08:27
alkisgI even reproduced it in VMs, I've never found any way not to see it08:27
guivercI'll zsync a ubuntu-mate ISO when I can & re-try alkisg (xubuntu too possibly)08:28
goulashsoupalkisg guiverc Interesting, is there a way to check the installation process, any logs?08:28
guivercjammy ^08:28
* guiverc clarifies yet again jammy daily08:28
alkisgThank you guiverc ; goulashsoup sure there are logs somewhere under /var/log, maybe in some ubiquity folder08:28
alkisgguiverc: I only tested with all alpha/beta/final 22.04 images; not the daily ones after the release; I'll test once more when 22.04.1 is out08:29
smallville7123like is it safe to give a rendom person access to my PPA ?08:29
guivercsmallville7123, anyone can download from a PPA; you want to restrict upload privileges of course !08:30
alkisgsmallville7123: installing .deb packages is equivalent to giving root access to your PC. People should be able to trust your PPA in order to use it; they can't trust "random people".08:30
matsamanas far as distribution, you would just want to make sure you aren't somehow leaking information you didn't mean to be leaking08:31
* guiverc currently is using 220220713 jammy ISO; Lubuntu & calamares currently... usually dailies for me esp. given a release is coming up (4-Aug-2022)08:31
smallville7123like, how would one go about uploading a package to my PPA without being given access to modify the PPA itself08:31
smallville7123(eg they could wipe everything in the PPA itself or change the account for the PPA or whatever08:32
guivercsmallville7123, https://help.launchpad.net/Packaging/PPA maybe helpful08:32
alkisgsmallville7123: what's the difference of "deleting everything" from "uploading empty packages over everything, thus indirectly deleting everything"?08:33
alkisgI don't think it's practical to impose such limits. You should trust your uploaders.08:34
alkisg(or create another system for them to submit the packages, and then automate the upload-to-ppa procedure)08:36
smallville7123alkisg: to me, it would be equivilant to giving an uploader full access to a package repository just to allow then to upload a package to it08:36
smallville7123which is BAD08:36
alkisgYes, a repository is pretty much a collection of packages, so it they have upload access, they have full access08:37
smallville7123yea08:38
Unit193(Technically you can also restrict who can download if you run your own.)08:38
smallville7123Unit193: but the main issue is safely submitting packages to it08:38
Unit193Gist of it "That's not how PPAs work"08:39
alkisgYou can accept packages with any method, ftp, emails, whatever, run your own scripts to verify their integrity, and then run your automated "upload-to-my-ppa" script; you don't have to use the launchpad web UI for access08:43
goulashsoupmy Ubuntu desktop was installed (from Desktop ISO `ubuntu-20.04.4-desktop-amd64.iso`) with `ubiquity 20.04.15.19`, i would like to look at the source code: In general where do i find the sources or even the repository?08:45
alkisghttps://code.launchpad.net/ubuntu/+source/ubiquity => browse the code, view git history etc08:48
alkisgAnd publishing history at: https://launchpad.net/ubuntu/+source/ubiquity/+publishinghistory08:48
hubI am trying to automate a 22.04 Desktop Installation, is preseeding the correct way to do so or is cloudinit the way to go also for Desktops?08:51
goulashsoupalkisg Does `ubiquity 20.04.15.19` itself include the desktop installer, or is ubiquity a dependency OF the desktop installer?08:51
guivercgoulashsoup, ubiquity is the desktop installer used with focal/20.04.. You can install source on your box using `apt source ubiquity` too  (it'll grab all source used for the package)  ; do note your need SRC enabled to get source; default is binaries only are enabled08:53
alkisgapt source won't give him the "iso version" though, but the latest one; it might or might not be the same08:56
guiverctrue; latest for the release you're using; which would be what you'll see if using 20.04.5 which is the next focal release, may not be 20.04.2 ISO version08:57
smallville7123_how do i fix this?08:58
smallville7123_$ pacman repo-add08:58
smallville7123_X Error of failed request:  BadName (named color or font does not exist)08:58
smallville7123_  Major opcode of failed request:  45 (X_OpenFont)08:58
guivercsmallville7123_, what OS are you using?  pacman is not a Ubuntu command08:59
* guiverc adds the `pacman` is described as "pacman - Chase Monsters in a Labyrinth"09:00
smallville7123_Ubuntu09:02
smallville7123_i tried `sudo apt install xfonts-100dpi xfonts-75dpi` but i still get the error09:03
hubFor a 22.04 Desktop Installation, is preseeding the correct way to go or did cloudinit fully replace preseeding and is also available for desktops? A pointer to some documentation would be awesome, I cant seem to find a lot about this topic. (Or should i just go with an oldschool disk image becaus autoinstall is broken?)09:09
jeronimoI've got a question about installing a wine app (https://appdb.winehq.org/objectManager.php?sClass=version&iId=33276 ), the #wine seems empty, did they move?09:24
smallville7123_how do i fix this?09:36
smallville7123_Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?09:36
smallville7123_as i also get this09:36
smallville7123_invoke-rc.d: unknown initscript, /etc/init.d/docker not found.09:36
hubsmallville, did you try to run docker related commands without having docker installed?09:38
smallville7123_i did $ sudo apt install docker && docker pull archlinux09:38
smallville7123_docker.io *09:38
hubyou probably have to run the docker command as root to be able to connect to its daemon09:40
smallville7123_i tried that but i still get the error09:41
smallville7123_also         E: Unable to locate package docker-desktop09:41
smallville7123_for https://docs.docker.com/desktop/install/ubuntu/09:41
hubthat means there is no such package installed09:42
hubwhen you follow the docker documentation you usually add another package source for docker, at that point you are not installing the docker version published by ubuntu but the upstream one09:42
smallville7123_ok09:43
hubthere is #docker too on libera09:43
Maikjeronimo: try #winehq09:46
jeronimoMaik: thanks!09:55
strkI'm out of space with snaps, how can I move the snap space ?10:20
Maikstrk: snap space?10:41
Maikor do you mean swap10:41
silv3r_m00n2hi there12:23
silv3r_m00n2my laptop battery drains while asleep, can somebody help, https://askubuntu.com/questions/1418663/kubuntu-22-04-looses-all-battery-power-over-night-even-while-in-sleep12:24
wezsilv3r_m00n2: Plug it in?12:26
silv3r_m00n2wez: it looses around 100% power while sleeping in one night, around 8 hours, that is not right12:27
wezHow old is your laptop?12:27
wezActualy, how old is the battery pacl?12:27
wezBatteries have a warranty of about 6 months usually12:28
silv3r_m00n2wez this is around 1 year old laptop, and battery is going good, i am using the laptop on battery today and the backup is turning out to be around 7+ hours for my work pattern12:28
silv3r_m00n2this does not happen on windows 10 the other os on this laptop12:29
tomreynsilv3r_m00n2: your theory about the keyboard drawing this power should be easy to test - just retry without the keyboard connected and compare results.12:38
tomreynsilv3r_m00n2: i agree that this sound, based on the information you provide, like a regression in Kubuntu 22.04 LTS compared to what you were running previously - probably Kubuntu 20.04 LTS?12:39
tomreynapart from that, when it comes to issues which can also be related to that, i generally recommend making sure you have a recent bios12:41
tomreynsilv3r_m00n2: you can also configure your laptop to enter suspend when it has not been used for a certain while (which is configurable), maybe this would be a better option.12:44
InPhasesilv3r_m00n2: That's not a particularly unusual battery lifespan for a laptop, depending on what's running.12:46
tomreynnot your hardware, but the guide is rather generic https://luisartola.com/solving-the-framework-laptop-battery-drain/12:48
silv3r_m00n2tomreyn: so now we can have swap in a file ? sudo swapon /swapfile  ?12:54
silv3r_m00n2no need to separate partition /12:54
silv3r_m00n2?12:54
EriC^^silv3r_m00n2: yes, it's by default that way now12:56
tomreynsince 18.04, i think12:58
tomreynmaybe 16.0412:58
tomreynhttps://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Other_base_system_changes_since_16.04_LTS12:59
BluesKajHi all13:29
WeeBeyWhen I used a Mac, I used encrypted DMGs as a folder for personal docs. Is there an equivalent that is as easy?13:35
MintProwerHelp, I just updated my ubuntu 22.04 server and now I can't get ssh working. where do I find the logs?13:36
WeeBeyin /var/logs13:36
WeeBey(log singular)13:36
MintPrower^ thanks13:36
MintProwerAlright, I'm still stuck. So I upgraded my Ubuntu 22.04 server (apt update and upgrade) after it was complete, I rebooted and now a few things don't work anymore13:51
MintProwerssh server is stuck at inactive (dead)13:51
MintProwertab complete doesn't work anymore13:51
MintProwerand on boot it spends a while looking for disks (by uuid) that i've never had attached to the system13:51
MintProwerany advice?13:51
jeronimoI'm using ubuntu server with maas. my dhcp server stopped working. any help is appriciated13:53
lotuspsychjejeronimo MintPrower you guys might wanna try the #ubuntu-server channel13:56
MintProwerlotuspsychje: Thanks :D13:57
jeronimolotuspsychje: great suggestion, thanks !14:06
=== ootput4 is now known as ootput
=== Elon_Satoshi is now known as Elliot_Satoshi
deadromhi all15:02
lotuspsychjewb deadrom15:03
deadrom18.04 LTS server, ntp won't update, says "no suitable server found" for whatever I throw at ntpdate -u. internal, by IP, by name, external, no cigar. 123 is open, 53 is open15:03
deadromcan even ping the internal NTP but won't get time from it15:04
deadromstopped ntpd to have the socket free, no effect either. bit clueless where to look15:05
ravagecan you verify that the ntp server is working from another system?15:07
deadromravage, yes a simple win10 pc on the same switch talks to one internal ntp fine15:08
ravagewhenever it had a problem with ntp it was server's or firewall's fault. never the client itself15:10
deadromcan't even talk to the ubuntu ntp pool15:10
deadromno success either after temp. disabling ufw15:12
deadromhow can I test if any traffic is being routed to ntp:123 at all?15:12
ravagesudo ntpdate -qv 0.ubuntu.pool.ntp.org15:14
ravageif you want to see the actual packages you can use ngrep for example15:15
deadromhttps://pastebin.com/TbrbJkHX15:16
ravagesudo ntpdate -B 0.ubuntu.pool.ntp.org15:18
ravagebut this may actually be a firewall problem15:20
deadromsounds like it15:21
henisteinI bought a bluetooth dongle, but I can't enable bluetooth on ubuntu15:23
ravagehenistein, is your dongle compatible with Ubuntu? did you check that before you bought it?15:25
henisteinwell that is a good point15:25
ravagelsusb|nc termbin.com 999915:26
ravageit will output a url. paste that here15:27
henisteinhttps://termbin.com/hl8815:30
ravagewhich version of Ubuntu do you use?15:32
henisteinUbuntu 22.04 LTS15:32
ravagethat dongle seems to be problematic as there are a lot of fakes out there15:33
ravageunder which model name did you buy it?15:33
lotuspsychjeand are you using blueman or not henistein15:34
ogra... https://askubuntu.com/a/122294415:34
ravageif you can return that dongle do it and get something else15:36
lotuspsychjebug #1892814 also related15:37
ubottuBug 1892814 in linux (Ubuntu) "[0a12:0001 Cambridge Silicon Radio] Bluetooth has multiple connectivity issues" [Undecided, Confirmed] https://launchpad.net/bugs/189281415:37
henisteinravage I don't know15:38
wantomwhat do people do on irc??? just talk?15:38
lotuspsychjethis is the ubuntu support channel wantom15:39
lotuspsychje!chat | wantom15:39
ubottuwantom: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!15:39
wantomcool15:39
henisteinlotuspsychje yes I am but I got this: https://termbin.com/21ti15:39
ravagei usually write. talking to my microphone did not work well here really15:40
wantomClient: HexChat 2.16.0 • OS: Ubuntu "jammy" 22.04 • CPU: Intel(R) Core(TM) i5-4570R CPU @ 2.70GHz (2.93GHz) • Memory: Physical: 7.5 GiB Total (5.4 GiB Free) Swap: 2.0 GiB Total (2.0 GiB Free) • Storage: 70.1 GB / 960.3 GB (890.2 GB Free) • VGA: 8086:0d22 @ Intel Corporation Crystal Well DRAM Controller • Uptime: 2h 14m 52s15:40
ravagewantom, please dont test your client here. use #test15:40
lotuspsychjehenistein: looks like a flaky chipset indeed as stated above15:43
brickhi15:43
henisteinalright15:43
lotuspsychjehenistein: just for the feedback of that dongle, could you pastebin the output after journalctl -f plug out and plug back in your dongle?15:44
brickwas there a naming convention followed for the commands of ubuntu?15:45
lotuspsychjehenistein: another idea would be testing out on higher kernel, im reading 5.17 got it working for some users15:51
CarlFKSettings, Bluetooth says "off, turn on..."   The menu with wifi and bt says "Off, Turn off, BT settings"  .... how do I turn it on?15:51
jhutchinsbrick: There are several.15:53
jhutchinsbrick: Some are old Unix conventions - typically very short commands like ls and rm.15:53
jhutchinsbrick: Most of them are just the name of the program or utility that executes.15:53
jhutchinsbrick: Was there a particular command or set of commands you were curious about?15:54
brickyes jhutchins  i want to know about move to mc, copy to cp15:55
brick*mv15:55
ograbrick, these commands have always been called like this in unix style systems ... "move" or "copy" are DOS inventions (which is way younger than UNIX)16:00
brickok ogra16:02
ordenadordelacashola16:03
lotuspsychje!es | ordenadordelacas16:03
ubottuordenadordelacas: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.16:03
strkMaik: I mean space on the partition where "snap" puts things16:07
jasparqhello, can anyone help me figure out why my file manager is showing hidden files? Ctrl-H doesn't toggle anything. The show hidden files checkbox is unchecked. I've tried to reinstall nautilus. I have installed nemo and the same there. I'm on 2204.16:18
jhutchinsbrick: The two-letter commands came from an era when there was a practical limit to the number of characters that could be entered.  Think 80 column punch cards.16:19
jhutchinsn paper.16:20
jhutchinsbrick: Pre video terminal, when even interactive sessions printed the system responses on paper16:20
jhutchinsbrick: There was a somewhat humorous convention that removed all vowels from words to save characters.16:21
rfmdon't forget they were using 110 baud teletypes, so every character took 100ms to type or print...16:21
jhutchins56/58 baud.16:21
jhutchinsIBM Selectric terminals.16:21
rfmdon't think anybody used those for UNIX...16:22
oerheksjasparq, weird issue, what desktop is this?16:24
jasparqoerheks gnome16:25
tomreynjasparq: what does this say?   echo "$(dconf read /org/gtk/settings/file-chooser/show-hidden) | $(dconf read /org/gtk/settings/show-hidden) | $(gsettings get org.gnome.nautilus.preferences show-hidden-files)"16:26
tomreynjasparq: make that:   echo "$(dconf read /org/gtk/settings/file-chooser/show-hidden) | $(dconf read /org/gtk/settings/show-hidden) | $(gsettings get org.gnome.nautilus.preferences show-hidden-files) | $(gsettings get org.gtk.Settings.FileChooser show-hidden)"16:27
jasparqtomreyn returns false | | true | false16:33
tomreynjasparq: so change this preference: gsettings set org.gnome.nautilus.preferences show-hidden-files false16:34
oerheksorg.gtk.settings is the good setting, org.gnome is old?16:35
tomreyni really wouldn't know16:35
tomreynalso it's possible that jasparq is running old gnome16:36
oerheksfrom an old post, 2016 The key from org > gnome > nautilus > preferences : show-hidden-files is ignored as it is deprecated. https://askubuntu.com/questions/258642/hidden-files-always-being-shown16:36
oerheksbut you covered them both, so it is weird toggle ctrl h does nothing16:38
yasserhow can i go back to windown after booting ubuntu from a usb16:40
jasparqtomreyn changing preference didn't work. also im running gnome 42.216:40
yasserpls answer quick16:40
lotuspsychje!patience | yasser16:40
ubottuyasser: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/16:40
oerheksanswer quick ... boot again without usb?16:40
oerheksor insert windows usb?16:41
tomreynjasparq: that's all i could think of, i'm afraid16:41
yasserwill it work ? ive read that i will have to change the bios settings in order to go back to windows16:41
oerheksyasser, maybe, you will need to point to the hdd again16:42
yasserok i will try16:42
jackis it possiple to go back to windows after booting ubuntu from a usb16:44
oerheksno?16:45
arraybolt3[m]Yes, booting the USB doesn't change your drive unless you purposefully install Ubuntu or edit files on the drive.16:45
tomreynjack: why are you essentially asking the same question as 5 minutes ago, using a different nickname?16:46
jackso ijust unplug the usb and restart?16:46
deegotomreyn: they prob. got disconnected.16:46
arraybolt3[m]Yes.16:46
arraybolt3[m]jack: Yes.16:46
arraybolt3[m](My "yes" went ambiguous, oops.)16:47
jackand if i want to use the usb again to transfer files16:47
deegoIs it safe to just unplug a usb, or do you have to eject/unmount  first?16:47
arraybolt3[m]deego: Eject it first.16:47
deegoic16:48
jackand if i want to use the usb again to transfer files arraybolt3[m]16:49
arraybolt3[m]jack: Then you just reformat it.16:49
oerhekswait with insert usb after fully boot windows16:49
jackit says i can only get back 2gb while the full storage is 16?!!16:50
oerhekswhy would windows say that?16:51
arraybolt3[m]jack: Oh, that problem. OK, there's a fix for that.16:51
jasparqnautilus should hide hidden files on reboot by default right? hidden files still show up after i've restarted :(16:51
arraybolt3[m]jack: Bah, this is easy to fix in Ubuntu, lemme see how to fix it in Windows...16:52
arraybolt3[m]jack: What tool did you use to make the USB drive into an Ubuntu drive?16:52
yasserbalena etcher16:52
arraybolt3[m]OK, the trick is, you need to blank out the start of the drive before you can format it right.16:53
tomreyndeego: apparently not16:53
jackhow16:53
oerheksjasparq, but does toggle ctrl + h work?16:53
arraybolt3[m]Check to see if Etcher has such a feature, in the mean time, I'm going to upload a blank 4 MB file to Google Drive, you can just flash that to the USB and it should fix the problem.16:53
jasparqtomreyn I just realized that hidden files are not showing from my local machine. but the SMB shared folders I've mounted from my NAS show hidden files?16:53
deegotomreyn: i guess not16:53
oerheksjasparq, the setting in the menu is static for next use of nautilus16:53
jackok16:53
jasparqoerheks no ctrl h doesnt do anything. I just realized my local files are hidden. but the files from my mounted NAS drives are showing hidden files. is there a separate setting for this?16:54
tomreynjasparq: this may be a mount option16:54
arraybolt3[m]jack: Download this and flash it to the drive with Etcher: https://drive.google.com/file/d/1UYLTaU_rGjduPoUBieXPHypJQZU5k_Uo/view?usp=sharing16:54
jackarraybolt3[m]i think i fixed it16:55
jackrufus can reformat it16:55
jacki will try rufus first16:55
oerheksjasparq, SMB shared folders ..  hide dot files = yes # in smb.conf on  the server side16:55
arraybolt3[m]Nice.16:55
oerhekshttps://unix.stackexchange.com/questions/557906/samba-do-not-show-hidden-dot-files16:55
arraybolt3[m]jack: 👍️16:55
arraybolt3[m](I'll keep the blank image file around just in case it comes in handy.)16:56
jackyess i did ittt16:56
jackthanks man16:56
arraybolt3[m]No problem, glad to help, congrats on fixing it!16:56
jacki was really scared for a second there, you saved me its was my brothers usb lol16:57
tomreynjasparq: when you run "mount", what is listed for this NAS file share? should be one line only. (keep in mind anything starting with a slash acts as a command here)16:57
jasparqtomreyn in my fstab file i have "[address to folder]  [path to mount destination] cifs credentials=[path to credentials file], guest, uid=1000,iocharset=utf8 0 0" and then i just run mount -a17:00
tomreynjasparq: that's not the output of the "mount" command, but i guess your mount options isn't why the files are showing then17:04
jasparq@tomreyn my mistake. the output is (rw,relatime,vers=3.1.1,cache=strict,username=username,uid=1000,noforceuid,gid=0,noforcegid,addr=192.168.1.76,file_mode=0755,dir_mode=0755,iocharset=utf8,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1)17:06
tomreynjasparq: how do you tell that the files which are showing should be hidden? have you tried oerheks' suggestion?17:10
jasparqtomreyn the files are the temp ownership files for excel/word documents which should definitely be hidden17:11
tomreynjasparq: do their file names start with a dot?17:12
jasparqtomreyn they start with tilda$17:14
jasparqtomreyn when i ls in the terminal they are hidden as well.17:14
tomreynjasparq: a file named ~somefile does show for me in gnome-terminal when i run 'ls' on the bash shell17:19
oerheksGID thingy, i guis..17:21
tomreynand they show in nautilus, too, as expected. only file system objects starting with a dot are expected to be hidden by nautilus17:21
oerheksguess*17:21
oerheksi am not good at that smb mount options line..17:22
jasparqtomreyn ah you're right, im just blind. I'm new to unix. In windows these files are hidden.17:22
jhutchinsjasparq: Linux is not Windows.17:23
jasparqjhutchins as i'm realizing17:23
Guest43hi!18:30
Guest43Hi!18:35
oerhekshello Guest4318:35
Guest43Is UBUNTU the issuehere18:36
oerheksyes, this is the technical suport channel18:36
Guest43never used this before...18:37
Guest43so donot know how to proceed18:37
tomreynyou never used IRC before, or Ubuntu?18:37
jhutchinsGuest43: if you have a problem or question regarding ubuntu, just ask.18:37
Guest43Kindly clarify ,18:37
jhutchinsGuest43: What did you try to do?  How did you try to do it?  What did you expect to happen?  What happened instead?18:38
Guest43Bought DELL with Windows 11 installed on it recently18:38
arraybolt3[m]Guest43: If something blows up on your Ubuntu system, you can come here and say, "Hey, XYZ just went wrong, how do I fix it?"18:38
Guest43Tried  everithing possible but ubuntu 20.04 LTS installed fully on usb always messed upwith pc boot loader in a way I had toformat it three times already18:40
Guest43My pc is a DELL vostro desktop18:40
jhutchinsGuest43: What are you doing to prepare the USB drive?18:40
Guest43Rufus18:41
jhutchinsWhat happens when you try to boot to usb?18:41
Guest43choose uEFI and GPT18:41
oerheksdisabled fast boot?18:41
oerhekssee the uefi wiki18:42
oerheks!uefi18:42
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI18:42
=== u0_a2048 is now known as jadenlian
Guest43Hello jhutchins, are you still there?18:51
tomreynGuest43: it's common to just type what you want to say or ask, and see whether the other party reacts or not18:52
sarnoldthat way, when he sees it in twelve hours, he can answer..18:53
Guest43twelve hours????18:54
arraybolt3[m]Guest43: Did you disable fast boot in Windows?18:54
arraybolt3[m]!uefi18:54
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI18:54
Guest43yes18:54
oerheksdid you check for latest bios update for your Dell Vostro?18:55
Guest43I disabled fast boot but it seemsomething serious happened with booat loader18:55
Guest43yes for the two questions18:55
arraybolt3[m]OK. And by "installed fully", you mean you're booting the Ubuntu installer and then installing it to a USB drive rather than to the hard drive?18:56
Guest43I also do not know if default updates for UBUNTU messes with windows 1118:57
Guest43arraybolt3 answer:Yes!18:57
arraybolt3[m]Guest43: OK. So what's ending up failing? Are you unable to boot into Windows even if you take the USB out? Or are you unable to boot into Windows with the drive still inserted?18:58
Guest43I have no idea after reading hundreds of explanation on how properly choose the partition in UBUNTU18:59
Guest43manually during the first install.doInedd a boot efi partition?18:59
arraybolt3[m]Choose the partition, like how to choose the correct drive to install Ubuntu on to?18:59
arraybolt3[m]Guest43: Don't use manual partitioning. Just select the "Erase Disk and install Ubuntu" option (or something that sounds similar), then select the USB drive that you want to install Ubuntu on. Just make sure you don't accidentally select your main hard drive, and if you're not given an opportunity to select the disk you want to install to, bail out (unplug the computer, hold down the power button, etc.) rather than just continuing on.19:00
Guest43no ubuntu partition table manualduring install.I do not know if this may be the cause Windows 11 OS does not accept19:01
Guest43the usb19:01
arraybolt3[m]I'm not sure I understand you. Maybe you can send screenshots of the problem?19:02
Guest43otherwise it works fine 100% doer a while and then windows wont boot anymore!19:02
arraybolt3[m]Guest43: And you can't boot into Windows even if you unplug the Ubuntu USB drive first?19:03
Guest43I did not manually partitioned it last time I installed it ,but the same issue happened againand again19:03
arraybolt3[m](I ask because I might know what's going wrong if that's the case.)19:03
Guest43bios wont find (the path///) for Windows to boot (internalHD)19:04
relipseIs it possible to set up a wildcard cert that works for *.webdev.bar19:04
arraybolt3[m]Guest43: Could you please tell me if you're able to boot into Windows if you unplug the Ubuntu USB drive first? Knowing whether or not this works will help me debug the problem.19:04
Guest43No, I amnot able.19:04
arraybolt3[m]Guest43: OK. Try unplugging the Ubuntu USB drive, then, during early bootup, press Esc (or whatever key your system tells you to press to get to a boot menu). See if you can get into the UEFI boot menu and select your Windows partition from there.19:04
Guest43I always unplug the device before booting again.19:05
arraybolt3[m]Guest43: Actually, the key to get into the boot menu on your system is probably F12.19:05
Guest43yes19:05
Guest43is F1219:05
Guest43but F 12 donot respond also19:06
Guest43most of the timeit takes severalminutes to open bios set up19:06
tomreynrelipse: i don't see why not.19:06
arraybolt3[m]Like, selecting Windows in the boot menu doesn't boot into Windows?19:06
Guest43and when cone press Enter black screen appears19:07
relipsetomreyn: I tried setting everything up and it is giving me a NET::ERR_CERT_COMMON_NAME_INVALID19:07
Guest43No arraybolt,it does not19:07
Guest43frozen screen19:07
Guest43formated pc three times already with fabric defaults internalDELL oS recovery19:08
Guest43sameproblem19:08
arraybolt3[m]Hmm, then... I'm guessing you may have accidentally overwritten the Windows bootloader. Can you boot up the Ubuntu USB, then run "lsblk | nc termbin.com 9999" in a terminal and send the link it spits out?19:08
Guest43I guess I have overwritten it19:09
tomreynrelipse: NET::ERR_CERT_COMMON_NAME_INVALID is a chromium/chrome error message which just states that the certificate presented by a server you accessed and the domain name in the url you used to access it do not match.19:10
arraybolt3[m]Guest43: There's a tool called Boot-Repair that may be able to fix the whole mess: https://help.ubuntu.com/community/Boot-Repair19:11
con-fusedDo you know what the Ctrl+Fn+R shortcut does (or how to figure it out)? I can see the whole screen blinking but nothing happens (apparently it is not taking a screenshot, unless it is saving it in some weird location)19:11
Guest43arraybolt19:12
arraybolt3[m]Yes?19:13
relipsetomreyn: how then do I set it up to work19:13
tomreyncon-fused: function key combinations are hardware specific19:13
Guest43unfortunately19:13
Guest43i am using windows right19:14
Guest43now19:14
Guest43can use ubuntu terminal19:14
Guest43cannot19:14
arraybolt3[m]Guest43: Use Rufus to put the live ISO of Boot-Repair on a USB.19:15
tomreynrelipse: there are lots of guides on doing CSR's, and on signing them with your own CA. and i don't remember myself, would have to look it up, too.19:15
Guest43is this link you just send me to be open in ubuntu and do I need to run commands in terminalto installl the software?19:15
tomreynrelipse: maybe try #openssl if you need help with openssl (assuming that's what you're using)19:16
=== almostdvs1 is now known as almostdvs
Guest43is this link you just send me to be open in ubuntu and do I need to run commands in terminalto installl the software?19:17
Guest43Use Rufus to put the live ISO of Boot-Repair on a USB.?19:17
Guest43CSR's,???19:18
tomreynGuest43: i was not talking to you there, i was talking to someone named "relipse" about "CSR"19:20
oerheksthe boot repair wiki is clear, see 1st option19:20
con-fusedOk, figured it out - it does a screenshot but stores it in the clipboard!19:21
jhutchinsGuest43: Did you check the CRC of the iso you downloaded?19:21
zeloi have noticed today, after about 2 months of being offline, there are a number of packages 'being held back' from upgrade, they are all related to nvidia. any advice?19:21
jhutchinszelo: What do you have that was installed from a third-party repo?  Do you have a third party repo enabled?19:21
Guest43jhutchins 19:21:1219:21
Guest43Guest43: Did you check the CRC of the iso you downloaded?19:21
Guest43 know anything about it19:22
zelojhutchins, i completely do not remember. i did have to do some things to get display working, but then i believe a kernel upgraded sorted me out. i think i have mesa19:22
=== diskin_ is now known as diskin
ravageGuest43, why bother with installing Ubuntu on USB if you reinstalled your full system already? get a Windows ISO. install it from that. leave some space for Ubuntu and then install it on the remaining space. that should just work19:23
jhutchinszeroes: What kind of packages are held back?  Pastebin?19:24
zelohmm dont know what caused that either lol19:24
Guest43ravage19:24
tomreynzelo: this would show us which apt sources you have configured:  sudo grep -hEv '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} 2>&1 | nc termbin.com 999919:24
Guest43Dua lboot of two different OSs on same HD or SSD not advisable I read19:25
ravageyou can read a lot of things on the internet19:25
zelohttps://termbin.com/ittl19:25
sarnolda lot of people use dual boot without issue19:26
oerheksGuest43, sure it is, that is why we offer Grub bootloader.19:26
zeloi've had no issues so far w dual boot19:26
tomreynzelo: this is very standard. where did you see the message you reported?19:26
oerheksdid you check for latest bios update for your Dell Vostro?19:26
sarnoldI've always hated setting it up so I haven't done it myself in ~25 years; I found it way easier to unplug one hard drive or the other back in those days..19:26
zelowhile doing apt-get upgrade19:26
zeloi have the list saved if u want to see the packages19:27
ravagemy PC dual boots just fine :)19:27
tomreynzelo: it's always good to share output of the command which gave you an unexpected output - on a pastebin-like service, such as termbin.com.19:27
jhutchinsLast time I dual-booted it was a different distro, two different releases.19:28
zeloholy !@# pasteall is gone!??19:28
jhutchins!paste19:28
ubottuFor 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.19:28
deego<zelo> i've had no issues so far w dual boot <<=== never had windoze siletly overwrite everything? because it assumes it's the one true operating system19:28
zelonope19:28
ravagesince UEFI windows kind of behaves here19:28
jhutchinsravage: You may be thinking of Guest4319:29
ravageim not thinking too much about him really. i dont know him19:29
deegogoogle shows me windoze doing this to people as late as 2021 https://www.reddit.com/r/linuxmasterrace/comments/nt7wdy/windows_just_deleted_my_linux_partition/19:30
zelosorry, took me a sec to recover from pasteall not being there..lol19:30
zelohttps://pastebin.com/CL1J9sgM19:30
Guest43deego is rightI think!19:30
deegoor this https://askubuntu.com/questions/1312264/linux-partitions-deleted-after-windows-10-update-version-190919:31
ravagedeego, if you want to discuss that further try #ubuntu-discuss or the offtopic channel. that not a support topic really19:31
Guest43I donot want to do Dual boot?19:33
ravagethen dont19:33
Guest43I just want to use linux as a bootable device. I like linux19:33
tomreynzelo: this would gather information on the state of apt and pending upgrades:   sudo apt-get -y update &>> /tmp/aptlog && sudo apt-get upgrade --simulate --yes &>> /tmp/aptlog && sudo apt-get full-upgrade --simulate --yes &>> /tmp/aptlog; cat /tmp/aptlog | nc termbin.com 999919:34
zelo_ok..well..i seem to have some system instabilities happening. i just froze and had to do a hard reset..over the couple months i was offline i did some "exploring" so i think ill be better off formatting and reinstalling19:34
Guest43I just want to know why my Windows 7 inspiron boots  both OS with no messing with BIOS19:34
ravagereinstall is always an option :)19:34
matsamanGuest43: probably because GRUB is sorting it out19:34
zelo_i also planned on wiping out windows too. so i midas well do the entire system19:34
Guest43and windows 11 in new pc do not19:34
matsamanwell, dual boot is definitely not a setup most people have a good justification for19:35
matsamanvirtualization is quite advanced these days, and computers are quite up to the task19:35
zelo_im wondering though...all my usb stuff disconnects, then system freezes, on linux and windows ;()19:35
matsamanif you do dual boot, I can't recommend two separate storage devices enough, really simplifies things19:35
arraybolt3[m]matsaman: That's pretty much what they're doing.19:36
Guest43Never found a plain answer toquestion.Is it better to do a mual partition while installing Ubuntu or not19:36
matsamancoooo19:36
Guest43Is updates a issue???19:36
tomreynzelo_: this sounds like a #hardware issue (there's a channel for this, too)19:36
matsamanGuest43: mual partition? Manual?19:36
sarnoldzelo_: how's your power supply? power supplies that can't supply enough power for the full load of the computer quite often lead to that kind of behaviour -- or even weirder things19:36
Guest43in Ubuntu LTSor are they ok19:36
zelo_tomreyn, *tahts what im worreid about19:36
matsamanGuest43: not sure what you mean by 'mual'19:37
Guest43manual partitioning19:37
arraybolt3[m]Guest43: With Boot-Repair, you download the ISO from the link they give in the wiki article, then you write it to a USB drive with Rufus.19:37
matsamanGuest43: I don't think it'll matter. With manual you'll be slightly more familiar with what was setup is all19:37
Guest43but what option in Rufus?19:38
matsamanGuest43: and would have more control19:38
Guest43Rufus has a lot of options now19:38
matsamanGuest43: the purpose of rufus, IIRC, is to put images onto usb sticks19:38
matsamanso defaults should mostly suffice19:38
arraybolt3[m]Guest43: I'd try the DD mode first.19:38
zelo_^rufus is what im gonna be using in a few19:38
oerheksarraybolt3[m], but he is on windows..19:38
zelo_just gathering together windows stuff rn then off to wipe19:38
arraybolt3[m]oerheks: So Rufus, while it is a Windows program, has a mode called "DD mode". I know it sounds like the Linux dd command, but it's not.19:39
tomreynoerheks: i think rufus has a "dd mode"19:39
oerheksoh oke19:39
Guest43arraybolt3[m] 19:37:2519:39
Guest43Guest43: With Boot-Repair, you download the ISO from the link they give in the wiki article, then you write it to a USB drive with Rufus.19:39
Guest43and then?19:39
Guest43Do I use it on Windows ?19:40
Guest43the software?19:40
arraybolt3Guest43: Then boot from it like you'd boot from an Ubuntu installation drive.19:40
Guest43  and the next steps?KIndly tellmebecause I do not know how to use it;.19:41
zelo_Guest43, rufus is a program, you can use in windows to setup a bootable usb drive for installing linux and other os's. you run the program, "burn" the os to the drive/disk then boot from that19:41
tomreynGuest43: the easiest tool i know of to set up bootable ubuntu (and many other OSes) usb storages (sticks, disks) with from an ISO file is balena etcher, available for all major operating systems.19:41
Guest43Ok I know Rufus but boot repair as a installation media.19:42
arraybolt3[m]Guest43: Click the "Create a BootInfo summary", and share the results here.19:42
zelo_thanks for the help people, im off to operate19:42
Guest43aaRRAYBOLT319:50
Guest43I amusing windows now19:50
Guest43What are the steps to post that summary . Do I download the boot repair and open it in   Windows?19:52
Guest43To make a usb will take time19:52
almostdvs!paste19:58
ubottuFor 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.19:58
adacGuys I have the following printer HP Color Laser 179fwg. It is found in the printer search and I add it. Then it searches for drivers and it finishes. However it does not print. I think the driver is not correctly installed. How can I fix this?20:01
adacIt says: Model Generic Text-Only Printer20:02
Guest43=L20:05
Guest43hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh20:06
Guest43Do someone knows if default updates in Linux messes with grub loader?20:07
sarnoldGuest43: can you rephrase your question?20:07
matsamanGuest43: in Ubuntu, updates do occasionally automatically reconfigure grub20:07
cbreakthey shoulnd't break anything20:08
Guest43and thats is the reason main system OS in pc wont boot anymore?20:08
tigefahow to to fix this http://logpaste.com/J52Hp7kr20:08
matsamanGuest43: eh, it'll probably be easier to just fix your system than figure out what happened20:09
Guest43just because I booted Linux few times all windows OS Boot was unabletowork20:09
tomreyntigefa: fix the syntax error near line 3020:09
tigefai uncomment this #includedir /etc/sudoers.d in /etc/sudoers now i can't edit it20:09
matsamanGuest43: what happens when you try to boot Windows?20:09
Guest43Fix how?20:09
Guest43DELL frozen logo20:10
Guest43wont boot20:10
matsamanbut you can still select Linux and boot it?20:10
Guest43wont open option choosen through F12 key20:10
Guest43black screen20:10
matsamanso neither OS boots right now?20:10
Guest43cant acess Bios set up, cant acess diagnostics and windows boot manager wont boot if chosen20:11
whiskey76adac, is hplip installed? It's for HP machines.20:11
Guest43could open windows 11 but after several turn on -off of power button20:12
luna__hplip is for hp printers20:12
tomreyntigefa: https://www.psychocats.net/ubuntu/fixsudo20:12
luna__and hp scanners20:12
whiskey76^20:12
jhutchinsGuest43: This is not a common/known failure mode for installing linux in a dual boot config.20:13
Guest43not dual boot boot fromUbuntu USB installationmedia20:13
matsamanGuest43: it's unlikely anybody will be able to help you if you don't answer direct questions20:13
jhutchinsGuest43: It's been hard to follow what you're actually doing, but it doesn't sound like you did a standard dual-boot install.20:14
Guest43Question is direct it seems booting fromanother OS usb OS would break Windows BIOS20:15
jhutchinsGuest43: It does not.20:15
jhutchinsGuest43: Booting does not write anything to the BIOS, it doesn't change anything.  Niether does installing linux.20:15
Guest43I did not installdualboot20:15
matsamanGuest43: you seem to also be focusing on the past20:16
tigefatomreyn: I feel traumatized by recovery mode, is there another way?20:16
matsamanif you want it fixed, you'll have to answer some questions20:16
matsamanor you can read a ton on your own20:16
matsamantigefa: live OS?20:16
matsamanyou can IRC from the live OS and come right back here20:16
tomreyntigefa: if you locked yourself out, there's only recovery mode and chroot mount recovery from another Ubuntu (or compatible Linux) installation20:17
Guest43matsaman: matsaman A bootable device is a kind of storage hardware, such as hard drive, USB flash drive floppy disk drive, DVD, CD-ROM drive, which contains necessary boot files and drivers for loading the operating system. BIOS is a program in computers used to load the operating system and execute the boot operation. The “no bootable device20:22
Guest43found” error is actually reported by BIOS. It means BIOS cannot find or locate the boot device or the boot files on the boot device are incorrect.20:22
matsamanGuest43: hey, let someone know if you want help fixing something20:22
arraybolt3[m]tigefa: You can boot from a live ISO, open a terminal, mount the main partition, bind-mount vital directories, then chroot into the main disk and recover from there. But it's way harder than using recovery mode.20:23
Guest43 The “no bootable device found” error is actually reported by BIOS. It means BIOS cannot find or locate the boot device or the boot files on the boot device are incorrect.20:24
Guest43https://www.diskpart.com/articles/how-to-fix-no-bootable-device-7201.html20:25
matsamanGuest43: no offense, but you are just rambling here20:25
Guest43how come the boot files on Windows became corrupted? THat is the question?20:25
Guest43after I booted fromanother OS (usb)media.Thats a very direct and plain doubt I haver20:26
tomreynGuest43: the first thing you should probably do is to diable 'fast boot' in windows + bios, because this could cause the symptoms reported - windows not being able to boot after booting into something else.20:26
arraybolt3[m]Guest43: That is a mystery. This shouldn't happen, and why it is happening, I have no idea. This is supposed to just work. All I can think is that somehow the bootloader installation is corrupting Windows's bootloader, but why, I don't know. Sounds like a bug to me.20:26
arraybolt3[m]tomreyn: They did that.20:27
tomreynokay, then i agree about the mistery20:27
tomreynmystery even20:27
arraybolt3[m]Actually, wait. Guest43: There's also a "fast boot" option in the BIOS, as well as in Windows. Did you turn off **both** fast boot options?20:27
Guest43Several times. Tried20:28
Guest43!!!!!20:28
tomreyni guess a bios upgrade own't hurt either.20:28
tomreyn*won't20:29
arraybolt3[m]Yeah, then this is almost certainly a bug.20:29
Guest43thats not the issue.20:29
Guest43Bios upgrade20:29
arraybolt3[m]You already updated your BIOS?20:29
Guest43got even worse20:29
* arraybolt3[m] grumbles at Dell20:29
Guest43Yes |I did upgrade the bios and if I am here is because I paid a lot to upgrade my DELL support and they no nothing but the same the Basic Support did!20:30
Guest43THey only tell me to format again and again and the issue sticks20:31
arraybolt3[m]Guest43: Just so I'm sure I understand properly, you are using Ubuntu 22.04? This will be helpful in trying to reproduce the bug.20:31
arraybolt3[m](That way we can reproduce it and get it fixed.)20:31
Guest43in the usb bootable media? Yes.20:31
Guest43Os internalHD Windows 1120:32
arraybolt3[m]Anyone here able to spin up a Windows 11 VM and then try to install Ubuntu 22.04 on a separate virtual USB drive? I could do it myself, but I don't own Windows 11 to do it with.20:32
tomreynif this was a generic issue, we'd have heard of it before20:32
Guest43that is the problem20:33
tomreyn?20:33
Guest43pc is brand new and I have no support fromDell20:33
Guest43They said I messed with pc . My own fault and they wont help20:33
tomreyndid you specify which model it is?20:33
arraybolt3[m]tomreyn: Ubuntu 22.04's only been around for a short time, and installing to an external USB isn't exactly the most common method of installation. Plus Windows 11 has downright weird system requirements that might be throwing an additional wrench in the works.20:34
Guest43just because I booted a few times a linux usb removable media20:34
arraybolt3[m]So to my mind it seems like this might be a generic issue.20:34
Guest43maybe20:34
tomreynarraybolt3[m]: i doubt it, but i am not planning to stopanyone from trying, for sure.20:35
Guest43Windows 11 has downright weird system requirements that might be throwing an additional wrench in the works20:35
Guest43that's correct20:35
tomreynmy bet's on something uefi firmware specific to this model. maybe some 'smart' firmware add-on like boot loader protection20:36
Guest43Ok guys I thank you a lot for kind help given!20:36
tomreynyou're welcome20:37
Guest43Thank you!20:37
EriC^^Guest43: can you pastebin 'sudo parted -ls' ?20:37
EriC^^Guest43: it's likely solvable20:38
Guest43ERic20:40
Guest43Disk /dev/sda: 1000GB20:41
Guest43Sector size (logical/physical): 512B/4096B20:41
Guest43Partition Table: gpt20:41
Guest43Disk Flags:20:41
Guest43Number  Start   End     Size    File system  Name                          Flags20:41
Guest43 1      1049kB  211MB   210MB   fat32        EFI system partition          boot, esp20:41
EriC^^Guest43: use "sudo parted -ls | nc termbin.com 9999"20:41
arraybolt3[m]Oh no.20:41
EriC^^paste the link it gives you here after the bot unquiets you in a bit20:41
arraybolt3[m]Guest43: You'll probably not be able to have any messages come through for about 60 seconds for flooding protection. Use EriC^^'s command to share the data with us, sorry for the inconvenience.20:42
EriC^^also please can you summarize the issue in a few lines, my chat's backlog doesnt go far enough back to the start20:42
arraybolt3EriC^^: They installed Ubuntu 22.04 directly onto an external flash drive, and even though they didn't intentionally touch their Windows 11 internal hard drive, it still rendered Windows 11 unbootable for reasons we can't figure out.20:43
arraybolt3Guest43: Unmuted, sorry about that.20:43
EriC^^aha20:43
cbreakah, isn't the ubuntu installer still broken?20:43
cbreakI think it blindly installs grub onto some random hard disk it finds instead of the one selected20:43
EriC^^arraybolt3: aha thanks20:44
arraybolt3[m]cbreak: ?! Well that would do it. I wonder if Lubuntu would work better then, it uses a different installer.20:44
cbreakthat shouldn't break windows, but it's very annoying20:44
tomreynEriC^^: system is a dell vostro desktop, no model number reported. supposedly, 'bios update made it worse'20:44
EriC^^thanks tomreyn20:44
Guest43Vostro 368120:45
cbreakhttps://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/159135220:45
ubottuLaunchpad bug 1396379 in ubiquity (Ubuntu) "installer uses first EFI system partition found even when directed otherwise" [High, Confirmed] [duplicate: 1591352]20:45
EriC^^Guest43: you're in the ubuntu installation (on the usb) right now?20:45
Ox1deyo tech support - i have a pickle of a problem. - i just got a new laptop, problem is its a google chrome. the google OS is a joke, it only allows browsing and very little else. i choose to us ubuntu, which has a superior Operating System/OS. - the physical shell is good but the google OS soft is a joke - i wanna install ubuntu but i cant open the20:45
Ox1deubuntu ISO file because chromebook wont open an iso or exe - chrubuntu doesnt work. what do i do? i wanna turn this laptop out of being lame into a proficient computer20:45
cbreakarraybolt3[m]: 6 year old bug at least :/20:45
cbreaknot sure if anyone at canonical still works on the installer20:46
arraybolt3[m]Ox1de: mrchromebox.tech20:46
luna__cbreak: they are working on a new one20:46
arraybolt3[m]Ox1de: If your laptop is supported, you can convert it into Developer Mode, then flash the firmware using MrChromebox's tool. Then install Ubuntu. Note that this only works on Chromebooks that are specifically marked as being supported, so look through the list of supported models first.20:46
cbreakluna__: I hope they fix root-on-zfs to do proper encryption20:47
cbreakand use zfs boot menu instead of grub20:47
arraybolt3[m]Ox1de: Here's the list of supported devices: https://mrchromebox.tech/#devices20:47
tomreynOx1de: return it, if you can, and buy hardware which has a less restrictive firmware (bios), allowing you to boot what you want.20:47
cbreaklast time I installed ubuntu, I had to use debootstrap because the installer couldn't handle it properly :(20:47
arraybolt3[m]Ox1de: And here's the tool for flashing the firmware if your device is supported: https://mrchromebox.tech/#fwscript20:47
arraybolt3[m](I've done this several times with pretty good success. One of my main systems is a Chromebook that I modded in this way.)20:48
Guest43EriC I am using Windows20:49
EriC^^Guest43: im confused, how did you just run parted -ls?20:49
Ox1deis it possible to run my ubuntu install iso file? and run a fully functional ubunto overwrite?20:49
EriC^^Guest43: and isnt windows not booting anymore i thought?20:50
Ox1dethats the glitch chrome is so lame it wont run the iso file20:50
cbreakOx1de: the iso file is not an installer, it's a device image. You're supposed to boot from it.20:50
arraybolt3[m]Ox1de: ISO files aren't designed to be run.20:50
arraybolt3[m]Ox1de: You're supposed to flash it to a USB drive with a tool like dd.20:50
cbreakyou'll need to write the contents of the iso file onto some device, or make it available to the computer to boot off of in some other way20:50
Ox1dewell i have a ubuntu.iso file which is a 18.020:50
arraybolt3[m]You can probably access that tool if you put your Chromebook into Developer Mode.20:50
cbreakobviously, you need an image suitable for your computer20:51
arraybolt3[m]Ox1de: Oy. Any chance you can get 22.04? I'd recommend Lubuntu for use on a Chromebook. 18.04 goes out of support in something like 9 months.20:51
Ox1deOk, whats dd? i wonder if the iso file will run if on usb20:51
Guest43because I lost hours to try to open Bios set up and bios set up wrote to two other entries for Windows Boot Manager out of thhe blue20:52
arraybolt3[m]Ox1de: dd is a tool that can be used to write a file directly to a drive.20:52
Ox1deLubuntu? sounds good - how do i get it installed on a chrome?20:52
arraybolt3[m]Ox1de: I'll link you to a tutorial.20:52
Guest43I choosed the correct one and was able to boot windows but after some hours with pc off . unpluged no boot again20:52
arraybolt3[m]Ox1de: OK, that was easier said than done...20:53
arraybolt3[m]Ox1de: First do this: https://mrchromebox.tech/#devmode20:53
arraybolt3[m]Ox1de: Then do this: https://wiki.mrchromebox.tech/Firmware_Write_Protect20:53
arraybolt3[m]Ox1de: Then download Lubuntu 22.04.20:53
Guest43Eric Guest43: and isnt windows not booting anymore i thought?20:53
arraybolt3[m]Ox1de: Then insert a blank USB drive into your Chromebook, press Ctrl+Alt+T to get a terminal, type "shell" to get a developer mode shell, then type "lsblk" to see the devices in your system.20:54
Guest43 I lost hours to try to open Bios set up and bios set up wrote to two other entries for Windows Boot Manager out of thhe blue20:54
EriC^^Guest43: ok, type "(sudo efibootmgr -v; sudo lsblk -f; sudo ls -lR /boot/efi) | nc termbin.com 9999"20:54
tigefaarraybolt3[m]: i can't get in recovery mode, Ubuntu 20.0420:54
arraybolt3[m]Ox1de: OK, the next steps may vary, so I'm gonna stop there, but those are the things to start with.20:55
arraybolt3[m]Ox1de: Before you do any of that, though, make sure your device is on the list of supported devices.20:55
tomreynEriC^^: fwiw https://ubuntu.com/certified/201912-27605 "Standard images of Ubuntu may not work well, or at all." - but i assume this refers to hardware support. and apparently the default Ubuntu ISO did boot for Guest43.20:55
tigefatomreyn: ping20:56
tomreyntigefa: packet dropped.20:56
tomreyntigefa: do you have a question?20:56
Ox1deOk, once again the lubuntu-22.04-desktop-amd64.iso - see an ISO file, problem is chrome is so lame it wont open an iso or exe20:57
arraybolt3[m]Ox1de: You're getting the steps out of order. If you're trying to open the .ISO file, you're doing it wrong.20:57
EriC^^Guest43: ok,type the command above, and paste the link it gives you, it'll upload the contents to a pastebin20:57
arraybolt3[m]Ox1de: You aren't ever supposed to try to run a .ISO file. You're supposed to flash it to a USB drive and boot from it.20:57
arraybolt3[m]Ox1de: And you do that using a tool like dd (or if you have a second computer other than the Chromebook, you can flash the ISO file using BalenaEtcher)20:58
tigefatomreyn: i can't get in recovery mode, Ubuntu 20.0420:58
Ox1dewhat is DD?20:59
Guest43Eric I am windows now.20:59
Guest43in windows20:59
tomreyntigefa: how are you trying? are you booting in uefi or legacy bios mode?20:59
Guest43cannot paste that command in terminbal]20:59
arraybolt3[m]Ox1de: DD is a program that is usually used to flash an ISO to a USB drive. Like, you'd run "sudo dd if=/path/to/ubuntu.iso of=/dev/myflashdrive bs=4M", and it would write the ISO to the flash drive so you can boot from it.21:00
EriC^^Guest43: so windows is booting? no problem?21:00
arraybolt3[m](That's just a sample command, it won't actually work, but it gives you an idea of what the command is like.)21:00
EriC^^Guest43: or you mean you're using the ubuntu grub to boot windows right now?21:00
Guest43windows booted  after several trials21:00
Guest43no I am using windows21:01
Guest43OS21:01
EriC^^gotcha, i mean if you booted it alone from hdd, or from ubuntu's grub21:01
arraybolt3[m]Guest43: That sounds like a firmware problem. If it eventually was able to boot, that tells me that something it wrong with your hardware, not with Ubuntu.21:01
Guest43Thats a worry in itself21:02
Guest43They say it is my fault I have to do a clean format21:02
Guest43but I already do two21:03
Guest43did two21:03
tigefatomreyn: i hold shift key to get in recovery mode but not work, do i ESC key?21:03
cbreakOx1de: you're not supposed to open iso files21:04
Guest43 Bios is writting lots of entries for windows boot manager  I did not put there21:04
cbreakOx1de: read what arraybolt3[m] and the others wrote21:05
EriC^^Guest43: it might be some bad uefi entries or something, if worst comes to worst and you're still able to boot ubuntu's install on the usb, you should be able to use its grub menu to boot windows, and also troubleshoot why windows efi file isnt loading21:05
EriC^^if windows isnt there 'sudo update-grub' should add it to ubuntu's grub21:06
Guest43grub menu to boot windows. I do not know how to do that21:07
Guest43grub menu to boot windows. I do not know how to do that21:08
tomreyntigefa: in bios boot mode, hold shift, in uefi boot mode, hit escape, either once if you know when, or repeatedly (which might put you into the grub> CLI)21:08
tomreyntigefa: if you don't know which mode you're booting in and can't tell from inspecting the BIOS user interface, you can boot to ubuntu again and run     echo -n 'This system booted via: '; [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS21:10
tomreyntigefa: if you end up on the    grub>    prompt, type: normal <enter>21:11
tomreyntigefa: i'm taking a PC break now, but there are others here who know these steps as well. good luck!21:12
Guest43Thank a lot!!!21:12
Guest43Thank you!21:12
Guest43Arraybolt3 Thank you for help given!21:13
Ox1deOk, i'm trying to install ubuntu18.04 from usb how do i make the thing install on chrome21:30
Ox1de?21:30
Ox1deOk, how i boot from the USB? reboot?21:34
jhutchinsOx1de: Your computer should have a boot menu or boot order setting in the start-up menu.21:35
jhutchinsOx1de: When you say "On chrome" - is this a chromebook?  A chrome OS?21:35
Ox1dechromebook21:36
jhutchinsOx1de: Maybe this would help: https://wiki.debian.org/InstallingDebianOn/HP/Chromebook%201421:37
jhutchinsOx1de: Um, sorry, I've been switching distros today.  That might be good background info though.21:39
jhutchinsOx1de: This is more direct: https://ubuntu.com/tutorials/install-ubuntu-on-chromebook#1-overview21:40
Ox1deOk, how do i load and install ubuntu18.04 - the iso is on USB stick?21:45
jhutchinsOx1de: If you boot to the USB drive, you will get a menu-driven install program.21:49
dobbicorpOx1de: or rufus, i used to use it21:49
jhutchinsOx1de: See the second link posted above for details.21:49
dobbicorpjhutchins: is rufus still ok?21:50
jhutchinsdobbicorp: rufux is for "burning" an iso to a drive I think.21:50
jhutchins!rufus21:50
dobbicorphttps://rufus.ie/21:51
jhutchinsdobbicorp: Apparently you must use "dd mode".21:51
=== Ox1de29 is now known as Ox1de
jhutchinsIt sounded like Ox1de already had the drive ready, but he gone now.21:54
Ox1deI am present21:55
jhutchinsImagine us suggesting he read directions!  How rude!21:55
jhutchinsOx1de: Sorry, I thought you ghosted us.21:55
jhutchinsOx1de: So the over-simplified answer is boot to the iso and follow the prompts.21:56
leftyfbOx1de: why are you using 18.04 as opposed to a release that didn't come out over 4 years ago?21:56
jhutchinsOx1de: Do you have a backup of your Chrome installation?21:56
Ox1dei happened to have an older(18.04) ubuntu iso file from years ago21:57
leftyfbOx1de: download 22.0421:57
leftyfbOx1de: 18.04 will be EOL in less than a year21:57
jhutchinsOx1de: People will be more familiar with the current bugs and regressions.21:57
Ox1dei will get a lubuntu22 if this doesnt work21:58
jhutchinsOx1de: Doesn't hurt to practice.21:58
jhutchinsOx1de: Install process shouldn21:58
jhutchinst take more than about half an hour.21:59
Ox1de7the chromebook OS is so lame- it only allows browsing, not much else - gotta load ubuntu22:02
=== Ox1de7 is now known as Ox1de
amazoniantoadI'm trying to intercept commands i enter into bash and echo them back out without using "echo". I'm trying to use it using my bashrc profile22:09
amazoniantoadBut only with malformed commands22:09
amazoniantoadCan anyone help me?22:09
leftyfbamazoniantoad: huh?22:10
leftyfbamazoniantoad: what's the use case exactly?22:11
amazoniantoadleftyfb: for instance. I'm using https://github.com/shorwood/gptsh but I want to make it to where instead of me typing in the command. I just type in the sentence describing what I'm trying to accomplish22:12
amazoniantoadthen it spits out the recommended command22:12
jhutchinsamazoniantoad: Sounds like you're trying to invent an assistive AI shell.  Good luck.  I'm sure it will be quite well receieved.22:14
amazoniantoadjhutchins: is that sarcasm?22:14
jhutchinsamazoniantoad: No, not at all. It sounds like a great idea.  I would consider incorporating voice command, but only after you get the basic structure working.22:14
amazoniantoadah22:14
amazoniantoadthanks22:15
amazoniantoadI just need to get this error handling function to work22:15
amazoniantoaddo you know anything about it?22:15
jhutchinsamazoniantoad: There has been a fairly rudimentary bash extension that would suggest a command as a sort of spell correction, and/or suggest a package to install if a command wasn't available.22:16
jhutchinsamazoniantoad: I don't know if that's still in active development or not.22:16
leftyfbamazoniantoad: https://askubuntu.com/a/85313622:16
leftyfbIMO this is all horrible though :)22:18
amazoniantoadjhutchins: can you try and find it?22:19
yasseri have lubuntu on a usb stick and am wondering how can i locate space for lubuntu from my hard drive?my main os is windows722:22
yassercouldnt get support at lubuntu channel so i came here22:22
leftyfbyasser: https://www.youtube.com/watch?v=yCKIQS_6w5E   first result on google for "lubuntu dual boot"22:23
yasserok thanks22:23
=== five619 is now known as five61
yasserhow can i excute jar files as programs22:37
leftyfbyasser: https://itsfoss.com/run-jar-file-ubuntu-linux/  2nd result on google for "how to execute jar files on linux"22:38
yasserthanks22:38
Ox1deOk, i'm gonna try xubuntu - i managed to get developer mode22:51
niki22i have connected a Bluetooth headset to my laptop and disconnect it to use it on my phone,now it says failed to connect and won't connect back to my laptop?23:39
Ox1deany additional info about installing ubuntu on chromebook?23:51
leftyfbOx1de: https://ubuntu.com/tutorials/install-ubuntu-on-chromebook#1-overview23:52

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