=== jess is now known as jess-o-lantern === A_Dragon is now known as DemonDerg === Bahhumbug is now known as Boohumbug === chris14_ is now known as chris14 [04:11] How would I keep an external USB hard drive from ever spinning down? Running Kubuntu 22.04 on a laptop. [04:12] Previously, I used an hdparm command that set its power management state to keep it from spinning down. That worked on a desktop (Ubuntu Studio 22.04 I believe), but on my laptop the disk spins down automatically after a period of inactivity anyway. [04:13] I mainly want to avoid spindown in order to preserve the drive's longevity (I have to use this drive daily and spinning it up once or twice a day is something I'd rather not do if I can avoid it). [04:13] if you can't control it reasonably with hdparm, honestly just replace it [04:13] there are hacks, but why bother [04:13] It's a 12 TB WD EasyStore, out of warranty and that cost over $200 :P [04:14] Replacing it isn't an option with my current budget. [04:14] It's not that old, it shouldn't need replacing for another several years most likely, especially if I can keep it from spinning down. [04:15] oh, that's probably some kind of shingled pile of crap [04:15] might not have actually cost over $200 but still, was pricey [04:15] nah, it's good-ol SMR, I looked it up. [04:15] PMR [04:15] not SMR [04:15] sorry [04:16] nice [04:16] arraybolt31: maybe some ideas here? https://askubuntu.com/questions/39760/how-can-i-control-hdd-spin-down-time [04:16] The drive reports itself as being a WD Red, I actually have part of the cover removed so I can see that it's one of the white-label ones but it should be a good-quality drive. [04:17] arraybolt31, bad hack, but I recall using a cron job that would just do something pointless on the file-system (can't recall what it I did but it was read only) [04:17] maybe the server guyes got ideas around that too [04:17] guiverc: Thought about that, that would probably work. [04:17] (also, hey lotuspsychje, guiverc :) nice to see you again) [04:17] : ) [04:18] I think probably WD paired a great drive with a crummy USB controller and that's why it's not behaving itself well. It seems to take it when I use the hdparm command to avoid spindown, but it gives me a sense code error when I do that. [04:18] Even though the drive reports that it apparently succeeded :shrug: [04:18] Maybe the lowlatency kernel on Ubuntu Studio has to do with why it used to not spin down there. [04:19] Actually though, I was using a power management hdparm command [04:19] whereas this is a spindown time command lotuspsychje linked me to [04:19] lemme try it [04:20] can't figure out why the Appearance option isn't available in settling for my desktop installation of Ubuntu 22.04 [04:22] I had installed desktop on a normal server installation, then installed gnome-session gnome-terminal [04:22] ran the command, we'll see how it works. [04:22] then after that installed ubuntu-desktop, maybe this is the reason Appearances option is missing? [04:24] ComputerTech: Not a direct answer (and I have to go soon), but generally "building" from a Server installation of Ubuntu is a bad idea if you're making a desktop install. The Server version of Ubuntu is configured significantly differently under the hood and installing things on top of it isn't guaranteed to work how you expect (as you are now experiencing). If you need a desktop, install Ubuntu [04:24] Desktop or an official Ubuntu Flavor. [04:25] Yeah i'm doing it on a remote server, so i didn't really have a choice [04:25] ugh. [04:25] ikr [04:25] it's for using via vnc on my tablet xD [04:25] just for fun and giggles :^) [04:26] if you're paying for it, maybe look into Shells, they offer desktop VMs in the cloud [04:26] dunno if that's what you're looking for but might be an idea [04:26] at any rate, good luck :) [04:26] cheers === bill is now known as Guest9518 [07:58] hey [09:43] Does anyone know what the package is called in 20.04 (and maybe later) that allows you to update your software? By default it would open once a day, if there were new packages available. If you open it manually, it would do an "apt update" (showing progress) and then show the list of updates, categorized in a tree structure, and let you toggle which ones you want to install. [09:48] OK, it's the "Software Updater". See screenshot. https://i.stack.imgur.com/tsxBQ.png Does anyone know what the package is called that provides this? [09:50] clarkk: that's update-manager [09:51] clarkk: default is update-manager and updatenotifier https://wiki.ubuntu.com/UpdateNotifier [09:57] clarkk: you may be thinking abouy synaptic package manager [10:01] Thanks, guys. update-manager it is :) [11:20] Hi all, is there a reason why python3-venv instas 3.10and not 3.11 ? So it defaults not (ever) to the latest version because of "stable"? [11:20] Oops... [11:20] Hi all, is there a reason why python3-venv installs 3.10 and not 3.11 ? So it defaults not (ever) to the latest version because of "stable"? [11:25] !latest | Tach [11:25] Tach: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [11:26] ravage true, I know that. So packages that are in apt repo's are not considerable to be stable ? [11:26] they're stable but not necessarily the latest [11:31] PeGaSuS you mean the packages are not the latest or the latest are not stable ? [11:33] As ubuntu has python3.10-venv and python3.11-venv in repo's where python3-venv shows 3.10 version info [11:33] as ubottu said: "Packages in Ubuntu may not be the latest.". this means that packages aren't always the latest [11:33] PeGaSuS read my previous line [11:33] there is usually only one version in the repos [11:34] for 22.04 LTS that is 3.10 [11:34] indeed [11:35] but why not 3.11 when 3.11 is in repo as well ? 3.11 should be stable enough then [11:35] it's not on Jammy repos (3.11) [11:35] package versions stay the same through a release lifetime with some exceptions [11:35] python is a big part of apt and so the version will not change [11:36] it gets security fixes like all packages in the main repo [11:36] see !latest [11:36] PeGaSuS it is ? [11:37] it is not [11:37] unless added via some PPA or something, it isn't [11:37] https://0bin.xyz/?2de8445bea92a0fb#B2RN2tAnX8sZ9wcN4kF5LZ1dgQgkDvZGZ9eG8QpgsCdH -- stock Ubuntu, without any PPA [11:37] it's in universe and packages [11:38] APT-Sources: https://mirror.hetzner.com/ubuntu/packages jammy-updates/universe amd64 Packages [11:38] https://packages.ubuntu.com/jammy-updates/python3-all [11:39] or in your case https://packages.ubuntu.com/jammy-updates/python3-venv [11:39] ravage do you read ? do a apt-cache search python venv [11:39] you will see both [11:39] and non versioned points to 3.10 [11:41] I'm wondering if `apt-cache` searches in all versions instead only the actual OS version [11:42] PeGaSuS why would it ? [11:42] PeGaSuS did you run that command ? [11:42] Tach: I did and that's why I'm raising the question [11:42] https://p.haxxors.com/witjuurv.txt [11:43] this are all versions available for jammy [11:43] ^ I got the same [11:44] ravage why do you hide your mirror ? it's pubic but no-one may know ? [11:44] even https://packages.ubuntu.com/search?keywords=python3-venv poinys that 3.11 in only available on Lunar [11:44] Tach: because i can [11:44] points* [11:44] ravage because you are afraid :) [11:44] good luck [11:44] here guys...update your repo's https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=python3.11-venv&searchon=names [11:45] ravage don't need it, I'm good thanks! [11:45] https://p.haxxors.com/0104gti8.txt [11:45] Tach: our repos are up-to-date with the current repos on Jammy [11:46] i see those packages too [11:47] but im not sure i would install "rc1" [11:47] and no clue how that behaves with the default version installed [11:47] if yoyu want to install that make sure you have a backup [11:50] PeGaSuS you ask for policy I think that will never show the 3.11 package [11:53] *unless they put it in policy [11:54] `apt policy` shows the stable (lets call it that way) package versions for 22.04.. apt-cache searchs ALL package names (not only for 22.04) [12:00] in case you're wondering about my mirrors: https://p.haxxors.com/zm4a50ka.txt [12:05] PeGaSuS: totally unrelated but consider if https://vscodium.com/ works for you :) [12:06] ravage: I'm always open to ideas. I'll definitely try it :) [12:07] they basically build the source from MS without the tracking [12:08] oh, it has a snap.. handy.. [12:08] never tried that. please report back if everything works with that :) [12:09] aye! definitely will :D [12:15] so far, so good. even repo cloning and stuff works [12:16] cool. before we get intro trouble maybe we continue in #ubuntu-discuss [12:17] only if you have more feedback of course. and i would like to hear it :) [12:24] o [12:24] hello === ubuntu is now known as Guest3815 [12:24] hello [12:24] anyone here? [12:35] Hi all [12:37] hi BluesKaj [12:38] ;) [12:40] hi nicoz [12:57] hey. i a folder with images in nemo 5.6.3. when i click on an image the 1st one opens always. when i open it from the open with.. menu the corretc one opens. any idea why? gnome files works correctly so it must be a nemo problem. (https://termbin.com/v4na) === JanC_ is now known as JanC [13:43] suka blay [13:43] hi [13:43] there is some1 [13:43] uasd [13:43] asd [13:43] asd [13:43] a [13:45] Jackneill: see https://github.com/linuxmint/nemo and file a issue there [13:49] toddc, in linuxmint they said file an issue for cinnamon package in ubuntu [13:49] well, it might be fixed upstream already, so better file a bug in Ubuntu... [13:49] everyone just points at each other. [13:50] on ubuntu i would go for launchpad too [13:53] Jackneill: when you right click or otherwise use the open width menu, do you select the default application that also opens when you double click? [13:53] JanC, yes [13:54] i checked gnome files app, and that works. any image i double click is the same that opens (same default image viewer) [13:59] JanC, i checked other image viewer set as default (shotwell instead of gnome image viewer) and the double click then works [13:59] in nemo also [13:59] hm [13:59] what if you switch it back? [13:59] somehow the nemo-gnome image viewer combination seems to be bad [13:59] its bad again [14:00] weird; I assume Nemo would just use the default Gtk functionality for opening files, so it should in theory be the same... [14:24] TheRedQueen Do you ever heard about the red sea as well ? :P [14:24] Oh bot doesn't reply :( [14:41] Jackneill: https://p.haxxors.com/s3389gtw.webm this is on Cinnamon 23.04 [14:44] ravage, im not sure what you are trying to convey. that is the normal behaviour. in my case (nemo-gnome image viewer) for example if you double click on the second image the 1st one would open. [14:44] i click on the 2nd image and the 2nd image opens [14:48] Jackneill, maybe you can do a little screen video as ravage did [14:49] Jackneill: on wich ubuntu Flavour/DE are you testing as base? [14:54] lotuspsychje, https://termbin.com/v4na [14:55] everything is default, gdm [14:55] except that the WM is cinnamon [14:56] cinnamon 5.6.7 [14:56] Jackneill: did you install cinnamon ontop ubuntu desktop 23.04? [14:56] lotuspsychje, yes [14:57] can you try to create a new user to reproduce it Jackneill [14:58] i have 2 users, its present with both (tested) [14:58] kk [15:05] cant reproduce that on 22.04 neither, installed nemo on ubuntu-desktop to test [15:06] pictures open as expected [15:07] yeah, it's no problem on 22.04 as I use it with Nemo myself [15:14] Jackneill: can you check the commandline of eog (Gnome image viewer) in both cases (double click + open file from menu)? === launchd is now known as launchdemon [15:30] JanC, how ? is there a log file? === pro is now known as Guest7980 [15:33] Jackneill, cd in the image directory and run 'xdg-open imagefile.jpeg' and see what is set to use to open the pic [15:33] ioria: not useful [15:34] Jackneill: while you open it & it's still running you can see it in the process properties in System Monitor, or you can use 'ps -f -C eog' in a terminal [15:36] do that for both cases: close image viewer (all windows!), double click, check eog commandline, close image viewer, use the menu, check eog commandline === TheCatCollective is now known as TheSpookCollecti === TheSpookCollecti is now known as TheCatCollective [16:38] JanC, it seems when i double click, all the image in images in the folder gets added to the arg list [16:38] but when i start from set as default menu, only the clicked image [16:38] interesting [16:38] thus the first image is shown the the clicked one [16:44] at least we know it's not because it opens the folder instead of the file [16:44] but opening all files is weird [16:44] it's like it selects all files or something [16:49] might be useful to mention that in the bug report === enzotib_ is now known as enzotib [17:39] anybody else seeing frequent Firefox crashes after the last update? (on 22.04) [17:44] JanC: yes but I had way to many tabs open and ran out of ram I also had several vm and other programs so user error [17:45] I have lots open too, but that is normally not an issue; now I get crashes every couple hours or so :-/ [18:23] *boom* Firefox gone again... :-( [19:13] hey [19:13] any one there [19:14] JanC: what does the journal say? You can try running with a clean temporary profile from the command line. [19:29] deeps: /win 207 [19:29] oops [19:29] who has 207 windows open? [19:30] rud0lf: people who don't close windows because they don't cost anything === dob1_ is now known as dob1 [19:32] I'm in ~150 channels, I think, so not (yet) 207 :P [19:33] each time someone msg:s me it opens a new window [19:34] and I've been using irssi for 20 years === nckx is now known as nckhexen === Sario is now known as SarioScream === JanC_ is now known as JanC [22:23] hi, i've upgraded from 20.04 to 23.04 or whatever lts is now and i've found that grub lost the ubuntu branding, why would that be? [22:23] it just says GNU/Linux instead of Ubuntu, and a entry called grub appeared in the firmware boot menu [22:25] Juest: another OS installed? [22:26] The firmware entry should take you to BIOS/UEFI settings === amdj is now known as vampidj [22:36] jeremy31: i am talking about the firmware boot menu not the firmware entry in grub. and previously, all ubuntu based third party distributions used the same grub entry but deferred to ubuntu's bootloader [22:36] as in, the firmware boot selection [22:38] Juest: is it a multi boot? [22:38] there's multiple distributions and for some reason ubuntu is the only functional uefi grub to my disposal, others seem to either not offer a uefi grub bootloader or have the mbr grub thing installed === SCVM_ is now known as SCVM [22:42] yes jeremy31 [22:44] Mixed UEFI/MBR is a mess [22:44] the problem here is that ubuntu suddenly lost the branding of ubuntu in its own bootloader, its now called GNU/Linux and the theme is not ubuntu-like but something that debian would have. (blue dialog on black background) [22:45] Juest: force grub to install from Ubuntu [22:45] initially the linux distributions were installed in uefi mode onto a mbr disk that was converted to gpt [22:46] In Ubuntu you can use EFI on msdos partitioned drives [22:46] jeremy31: when i upgraded ubuntu from lts to lts things went amiss and it started calling itself GNU/Linux and grub instead of Ubuntu and ubuntu (the distribution name and the uefi boot menu entry for ubuntu) [22:47] okay, don't worry about the disk stuff, the point is that somehow the branding of ubuntu went amiss and i would like to see how i could resolve that [22:48] Juest: what was the OS last installed before the Ubuntu update? You might have to update grub there [22:49] Ubuntu seemed to have taken precedence over everything and its my only functional grub bootloader in the system. [22:49] this is a ubuntu controlled grub [22:49] the upgrade messed up the grub branding [22:49] the entry called GNU/Linux is ubuntu [22:50] did i explain myself correctly? [22:56] I have never seen grub installed by Ubuntu do that [22:57] this happened during the upgrade from 20.04 to 22.04 LTS [22:57] i misspoke earlier [22:59] Juest: can you get a BIOS boot menu and select ubuntu [22:59] jeremy31: I see ubuntu and i also see grub, plus its duplicated a few times, all of the options give me the same grub bootloader that belongs to the ubuntu installation === VlA is now known as V1A [23:54] Juest: can you pastebin /etc/default/grub